Index: do.bat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/do.bat	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/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,15 +78,24 @@
 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 -i
+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
-perl  ../util/mergepatch.pl otp
-
-
+perl ../util/mergepatch.pl otp
+perl ../util/otpcheck.pl 
+echo.
 if "%device_option%" equ "mouse" (
 cd ..\output
 copy eeprom.dat ..\util\eeprom.dat
@@ -98,7 +111,4 @@
 cd ..
 call set_chip_type_flag.bat 
 
-:end
-
-
-
+:end
\ No newline at end of file
Index: format/app_mouse.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/format/app_mouse.format	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/format/app_mouse.format	(working copy)
@@ -439,7 +439,7 @@
 64 mem_le_tx_buffer3_omemalloc_new
 
 1 mem_mouse_wheel_temp_gpio
-
+1 mem_mouse_qdec_set_flag
 )
 
 (
Index: format/g24_protocol_stack/24g_reconn.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/format/g24_protocol_stack/24g_reconn.format	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/format/g24_protocol_stack/24g_reconn.format	(working copy)
@@ -25,5 +25,6 @@
 2 FAST_CONN_AND_3_0_ADDR
 3 RECEIVER_AND_3_0_ADDR
 4 PAIR_AND_3_0_ADDR
+5 PAIR_AND_RECEIVER
 )
 
Index: output/bt_format.meta
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_format.meta	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_format.meta	(working copy)
@@ -1977,90 +1977,91 @@
 0x4aa9 mem_le_tx_buffer2_omemalloc_new
 0x4ae9 mem_le_tx_buffer3_omemalloc_new
 0x4b29 mem_mouse_wheel_temp_gpio
-0x4b2a mem_24g_txpayload_buf
-0x4b3a mem_release_data_from_receiver_enable
-0x4b3b mem_release_data_from_transmiter_enable
-0x4b3c mem_flippen_key0_gpio
-0x4b3d mem_flippen_key1_gpio
-0x4b3e mem_flippen_key2_gpio
-0x4b3f mem_flippen_key3_gpio
-0x4b40 mem_flippen_key4_gpio
-0x4b41 mem_flippen_key5_gpio
-0x4b42 mem_flippen_key6_gpio
-0x4b43 mem_flippen_key7_gpio
-0x4b44 mem_flippen_key0_press_status
-0x4b45 mem_flippen_key1_press_status
-0x4b46 mem_flippen_key2_press_status
-0x4b47 mem_flippen_key3_press_status
-0x4b48 mem_flippen_key4_press_status
-0x4b49 mem_flippen_key5_press_status
-0x4b4a mem_flippen_key6_press_status
-0x4b4b mem_flippen_key7_press_status
-0x4b4c mem_key_press_data
-0x4b4c mem_key_pageup_data
-0x4b55 mem_key_pagedown_data
-0x4b5e mem_key_shift_f5_data
-0x4b67 mem_key_esc_data
-0x4b70 mem_key_b_data
-0x4b79 mem_key_tab
-0x4b82 mem_key_enter
-0x4b8b mem_key_alt_tab
-0x4b94 mem_key_alt_f4
-0x4b9d mem_key_play_pause
-0x4ba6 mem_key_vol_up
-0x4baf mem_key_vol_down
-0x4bb8 mem_standard_key_release
-0x4bc1 mem_system_ctrl_key_release
-0x4bca mem_media_key_release
-0x4bd3 mem_key0_long_press_flag
-0x4bd4 mem_key1_long_press_flag
-0x4bd5 mem_key2_long_press_flag
-0x4bd6 mem_key3_long_press_flag
-0x4bd7 mem_key4_long_press_flag
-0x4bd8 mem_key0_long_press_event
-0x4bd9 mem_key1_long_press_event
-0x4bda mem_key2_long_press_event
-0x4bdb mem_key3_long_press_event
-0x4bdc mem_key4_long_press_event
-0x4bdd mem_key0_short_press_flag
-0x4bde mem_key1_short_press_flag
-0x4bdf mem_key2_short_press_flag
-0x4be0 mem_key3_short_press_flag
-0x4be1 mem_key4_short_press_flag
-0x4be2 mem_key0_press_timer_count
-0x4be3 mem_key1_press_timer_count
-0x4be4 mem_key2_press_timer_count
-0x4be5 mem_key3_press_timer_count
-0x4be6 mem_key4_press_timer_count
-0x4be7 mem_combination_key_down_flag
-0x4be8 mem_combination_key_longpress_flag
-0x4be9 mem_key_disable_timer
-0x4bea mem_24g_calculate_package_id_disable
-0x4beb mem_24g_package_id_abandon_flag
-0x4bec mem_24g_package_id
-0x4bed mem_key_state
-0x4bee mem_key_press_state
-0x4bef mem_poweron_first_blank_data_enable
-0x4bf0 mem_flippen_no_data_timeout
-0x4bf2 mem_flippen_start_pair_no_data_timeout
-0x4bf4 mem_key_longpress_timer_init
-0x4bf6 mem_key_longpress_timer
-0x4bf8 mem_low_voltage_led_blink_flag
-0x4bf9 mem_low_voltage_led_blink_start_timer
-0x4bfa mem_poweron_led_blink_flag
-0x4bfb mem_24g_pair_enable_flag
-0x4bfc mem_24g_ch_work
-0x4bfd mem_24g_pair_key_down_flag
-0x4bfe mem_24g_pairing_stop_flag
-0x4bff mem_longpress_24g_enter_hibernate_flag
-0x4c00 mem_g24_connected_state
-0x4c01 mem_g24_pairing_stop_flag
-0x4c02 mem_send_package_before_check
-0x4c03 mem_le_conn_rcv_new
-0x4c04 mem_le_conn_first_rcv
-0x4c05 mem_le_check_retransmit_flag
-0x4c06 mem_le_retransmit_cnt
-0x4c07 mem_le_check_retransmit_discon_flag
+0x4b2a mem_mouse_qdec_set_flag
+0x4b2b mem_24g_txpayload_buf
+0x4b3b mem_release_data_from_receiver_enable
+0x4b3c mem_release_data_from_transmiter_enable
+0x4b3d mem_flippen_key0_gpio
+0x4b3e mem_flippen_key1_gpio
+0x4b3f mem_flippen_key2_gpio
+0x4b40 mem_flippen_key3_gpio
+0x4b41 mem_flippen_key4_gpio
+0x4b42 mem_flippen_key5_gpio
+0x4b43 mem_flippen_key6_gpio
+0x4b44 mem_flippen_key7_gpio
+0x4b45 mem_flippen_key0_press_status
+0x4b46 mem_flippen_key1_press_status
+0x4b47 mem_flippen_key2_press_status
+0x4b48 mem_flippen_key3_press_status
+0x4b49 mem_flippen_key4_press_status
+0x4b4a mem_flippen_key5_press_status
+0x4b4b mem_flippen_key6_press_status
+0x4b4c mem_flippen_key7_press_status
+0x4b4d mem_key_press_data
+0x4b4d mem_key_pageup_data
+0x4b56 mem_key_pagedown_data
+0x4b5f mem_key_shift_f5_data
+0x4b68 mem_key_esc_data
+0x4b71 mem_key_b_data
+0x4b7a mem_key_tab
+0x4b83 mem_key_enter
+0x4b8c mem_key_alt_tab
+0x4b95 mem_key_alt_f4
+0x4b9e mem_key_play_pause
+0x4ba7 mem_key_vol_up
+0x4bb0 mem_key_vol_down
+0x4bb9 mem_standard_key_release
+0x4bc2 mem_system_ctrl_key_release
+0x4bcb mem_media_key_release
+0x4bd4 mem_key0_long_press_flag
+0x4bd5 mem_key1_long_press_flag
+0x4bd6 mem_key2_long_press_flag
+0x4bd7 mem_key3_long_press_flag
+0x4bd8 mem_key4_long_press_flag
+0x4bd9 mem_key0_long_press_event
+0x4bda mem_key1_long_press_event
+0x4bdb mem_key2_long_press_event
+0x4bdc mem_key3_long_press_event
+0x4bdd mem_key4_long_press_event
+0x4bde mem_key0_short_press_flag
+0x4bdf mem_key1_short_press_flag
+0x4be0 mem_key2_short_press_flag
+0x4be1 mem_key3_short_press_flag
+0x4be2 mem_key4_short_press_flag
+0x4be3 mem_key0_press_timer_count
+0x4be4 mem_key1_press_timer_count
+0x4be5 mem_key2_press_timer_count
+0x4be6 mem_key3_press_timer_count
+0x4be7 mem_key4_press_timer_count
+0x4be8 mem_combination_key_down_flag
+0x4be9 mem_combination_key_longpress_flag
+0x4bea mem_key_disable_timer
+0x4beb mem_24g_calculate_package_id_disable
+0x4bec mem_24g_package_id_abandon_flag
+0x4bed mem_24g_package_id
+0x4bee mem_key_state
+0x4bef mem_key_press_state
+0x4bf0 mem_poweron_first_blank_data_enable
+0x4bf1 mem_flippen_no_data_timeout
+0x4bf3 mem_flippen_start_pair_no_data_timeout
+0x4bf5 mem_key_longpress_timer_init
+0x4bf7 mem_key_longpress_timer
+0x4bf9 mem_low_voltage_led_blink_flag
+0x4bfa mem_low_voltage_led_blink_start_timer
+0x4bfb mem_poweron_led_blink_flag
+0x4bfc mem_24g_pair_enable_flag
+0x4bfd mem_24g_ch_work
+0x4bfe mem_24g_pair_key_down_flag
+0x4bff mem_24g_pairing_stop_flag
+0x4c00 mem_longpress_24g_enter_hibernate_flag
+0x4c01 mem_g24_connected_state
+0x4c02 mem_g24_pairing_stop_flag
+0x4c03 mem_send_package_before_check
+0x4c04 mem_le_conn_rcv_new
+0x4c05 mem_le_conn_first_rcv
+0x4c06 mem_le_check_retransmit_flag
+0x4c07 mem_le_retransmit_cnt
+0x4c08 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
@@ -3648,6 +3649,7 @@
 2 FAST_CONN_AND_3_0_ADDR
 3 RECEIVER_AND_3_0_ADDR
 4 PAIR_AND_3_0_ADDR
+5 PAIR_AND_RECEIVER
 )
 
 
Index: output/bt_program23.icode
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.icode	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.icode	(working copy)
@@ -1,25334 +1,25457 @@
- 00000000  0x00000025 bbit1  0x00000008 , 0x00000028 
- 00000001  0x00000026 beq  0x00000000 , 0x000002a5 
- 00000002  0x00000027 beq  0x00000002 , 0x00000055 
- 00000003  0x00000029 beq  0x00000010 , 0x0000005e 
- 00000004  0x0000002a beq  0x00000011 , 0x00000060 
- 00000005  0x0000002b beq  0x00000014 , 0x00000158 
- 00000006  0x0000002c beq  0x00000015 , 0x000000e1 
- 00000007  0x0000002d beq  0x00000018 , 0x00000101 
- 00000008  0x0000002e beq  0x00000019 , 0x00000108 
- 00000009  0x0000002f beq  0x0000001a , 0x0000006e 
- 00000010  0x00000032 beq  0x00000025 , 0x0000020e 
- 00000011  0x00000033 beq  0x00000068 , 0x00000281 
- 00000012  0x00000034 beq  0x00000069 , 0x000002a9 
- 00000013  0x00000035 beq  0x0000006c , 0x0000024a 
- 00000014  0x00000036 beq  0x0000006d , 0x0000003d 
- 00000015  0x00000037 beq  0x0000006e , 0x00000442 
- 00000016  0x00000038 beq  0x00000073 , 0x00000497 
- 00000017  0x00000039 beq  0x00000077 , 0x00000037 
- 00000018  0x0000003a beq  0x0000007a , 0x00000505 
- 00000019  0x0000003b beq  0x0000007d , 0x000004e1 
- 00000020  0x0000003c beq  0x0000007f , 0x00000477 
- 00000021  0x0000003d beq  0x00000081 , 0x000004ea 
- 00000022  0x0000003e beq  0x00000084 , 0x00000392 
- 00000023  0x0000003f beq  0x00000085 , 0x000003de 
- 00000024  0x00000040 beq  0x00000086 , 0x000001ef 
- 00000025  0x00000041 beq  0x00000087 , 0x000003bc 
- 00000026  0x00000042 beq  0x00000088 , 0x000003dc 
- 00000027  0x00000043 beq  0x0000008a , 0x000003a6 
- 00000028  0x00000044 beq  0x0000008c , 0x000002e7 
- 00000029  0x00000045 beq  0x0000008d , 0x0000034f 
- 00000030  0x00000046 beq  0x0000008e , 0x00000461 
- 00000031  0x00000047 beq  0x0000008b , 0x000002c0 
- 00000032  0x00000048 beq  0x00000090 , 0x000004d6 
- 00000033  0x00000049 beq  0x00000095 , 0x0000048e 
- 00000034  0x0000004a beq  0x00000096 , 0x000004bf 
- 00000035  0x0000004b beq  0x000000d6 , 0x00000207 
- 00000036  0x0000004c beq  0x000000c5 , 0x0000022d 
- 00000037  0x0000004d beq  0x000000d5 , 0x00000288 
- 00000038  0x0000004e beq  0x000000da , 0x00000141 
- 00000039  0x0000004f branch  0x0000235a 
- 00000040  0x00000052 beq  0x00000014 , 0x00000179 
- 00000041  0x00000053 beq  0x0000001a , 0x00000178 
- 00000042  0x00000054 beq  0x00000025 , 0x000001a8 
- 00000043  0x00000055 beq  0x00000026 , 0x000001ad 
- 00000044  0x00000056 beq  0x00000039 , 0x000001bf 
- 00000045  0x00000057 beq  0x0000003a , 0x000001c9 
- 00000046  0x00000058 beq  0x0000004c , 0x000001c5 
- 00000047  0x00000059 beq  0x0000004d , 0x000001c3 
- 00000048  0x0000005a beq  0x00000090 , 0x00000230 
- 00000049  0x0000005b beq  0x00000096 , 0x00000482 
- 00000050  0x0000005c beq  0x0000009a , 0x000000ef 
- 00000051  0x0000005d beq  0x0000009d , 0x000000f6 
- 00000052  0x0000005e beq  0x0000009f , 0x00000252 
- 00000053  0x0000005f rtneq  0x000000ff 
- 00000054  0x00000060 branch  0x0000235a 
- 00000055  0x00000065 call  0x00006f82 
- 00000056  0x00000066 call  0x00006fb0 
- 00000057  0x00000067 div  0x0000003f , 0x0000000a 
- 00000058  0x00000068 call  0x00007d5f 
- 00000059  0x00000069 store  0x00000002 , 0x00004633 
- 00000060  0x00000073 branch  0x00005553 
- 00000061  0x00000076 fetch  0x00000001 , 0x0000464f 
- 00000062  0x00000077 store  0x00000001 , 0x00004958 
- 00000063  0x00000078 fetch  0x00000001 , 0x0000464e 
- 00000064  0x00000079 rtneq  0x000000ff 
- 00000065  0x0000007a call  0x000023c3 
- 00000066  0x0000007b fetch  0x00000001 , 0x0000464e 
- 00000067  0x0000007c arg  0x0000003e , 0x00000002 
- 00000068  0x0000007d call  0x00006f21 
- 00000069  0x0000007e fetch  0x00000001 , 0x0000465b 
- 00000070  0x0000007f arg  0x0000003e , 0x00000002 
- 00000071  0x00000080 call  0x00006f21 
- 00000072  0x00000081 fetcht  0x00000001 , 0x0000464d 
- 00000073  0x00000082 call  0x000055b5 
- 00000074  0x00000083 fetcht  0x00000001 , 0x0000464d 
- 00000075  0x00000084 call  0x00006ee6 
- 00000076  0x00000085 call  0x00005473 , 0x00000001 
- 00000077  0x00000086 call  0x000055b1 
- 00000078  0x00000087 fetcht  0x00000001 , 0x0000464d 
- 00000079  0x00000088 call  0x00006edd 
- 00000080  0x00000089 call  0x000023c7 
- 00000081  0x0000008b fetcht  0x00000001 , 0x0000464e 
- 00000082  0x0000008c call  0x00006f0f 
- 00000083  0x0000008d fetcht  0x00000001 , 0x0000465b 
- 00000084  0x0000008e branch  0x00006f0f 
- 00000085  0x00000091 call  0x00007552 
- 00000086  0x00000092 call  0x00007448 
- 00000087  0x00000093 call  0x00002a45 
- 00000088  0x00000094 call  0x0000202a 
- 00000089  0x00000095 call  0x000042ad 
- 00000090  0x00000096 call  0x00002018 
- 00000091  0x00000097 call  0x0000310f 
- 00000092  0x00000098 call  0x0000248c 
- 00000093  0x00000099 branch  0x00000055 
- 00000094  0x0000009c jam  0x00000000 , 0x00008900 
- 00000095  0x0000009d branch  0x00002153 
- 00000096  0x0000009f jam  0x00000060 , 0x00008a0f 
- 00000097  0x000000a0 jam  0x000000aa , 0x00008a10 
- 00000098  0x000000a1 jam  0x0000007a , 0x00008a12 
- 00000099  0x000000a2 jam  0x00000000 , 0x00008a25 
- 00000100  0x000000a3 jam  0x00000000 , 0x00008a26 
- 00000101  0x000000a4 nop  0x0000003c 
- 00000102  0x000000a5 jam  0x00000020 , 0x00008a20 
- 00000103  0x000000a6 jam  0x000000f5 , 0x00008a23 
- 00000104  0x000000a7 jam  0x00000012 , 0x00008a24 
- 00000105  0x000000a8 jam  0x00000010 , 0x00008a24 
- 00000106  0x000000a9 nop  0x0000003c 
- 00000107  0x000000aa jam  0x00000060 , 0x00008a12 
- 00000108  0x000000ab jam  0x000000dd , 0x00008a23 
- 00000109  0x000000ac rtn 
- 00000110  0x000000af jam  0x00000000 , 0x000001bb 
- 00000111  0x000000b0 jam  0x00000000 , 0x000001bc 
- 00000112  0x000000b1 until  0x0000003e , 0x00000033 
- 00000113  0x000000b3 jam  0x0000000d , 0x00008946 
- 00000114  0x000000b4 jam  0x00000010 , 0x0000896f 
- 00000115  0x000000b5 jam  0x000000cd , 0x00008a13 
- 00000116  0x000000b6 jam  0x00000010 , 0x00008a06 
- 00000117  0x000000b7 jam  0x0000004a , 0x00008a84 
- 00000118  0x000000b8 jam  0x00000040 , 0x00008a85 
- 00000119  0x000000b9 jam  0x000000fe , 0x00008a16 
- 00000120  0x000000ba call  0x000000b5 
- 00000121  0x000000bd call  0x000070d7 
- 00000122  0x000000bf until  0x0000003e , 0x00000033 
- 00000123  0x000000c0 jam  0x0000005f , 0x0000813b 
- 00000124  0x000000c1 until  0x0000003e , 0x00000033 
- 00000125  0x000000c2 jam  0x00000088 , 0x0000813c 
- 00000126  0x000000c3 until  0x0000003e , 0x00000033 
- 00000127  0x000000c4 fetch  0x00000001 , 0x00004099 
- 00000128  0x000000c5 beq  0x00000010 , 0x000000aa 
- 00000129  0x000000c6 fetch  0x00000001 , 0x00004438 
- 00000130  0x000000c7 or_into  0x00000004 , 0x0000003f 
- 00000131  0x000000c8 store  0x00000001 , 0x00008a02 
- 00000132  0x000000c9 jam  0x00000001 , 0x0000890f 
- 00000133  0x000000ca jam  0x00000024 , 0x00008a80 
- 00000134  0x000000cb jam  0x00000062 , 0x00008a81 
- 00000135  0x000000cc setarg  0x00e61212 
- 00000136  0x000000cd store  0x00000003 , 0x00008a73 
- 00000137  0x000000cf jam  0x00000060 , 0x00008a86 
- 00000138  0x000000d0 jam  0x0000003b , 0x00008a8b 
- 00000139  0x000000d1 call  0x0000009c 
- 00000140  0x000000d2 jam  0x00000000 , 0x00008043 
- 00000141  0x000000d3 jam  0x00000005 , 0x00008042 
- 00000142  0x000000d4 setarg  0x00557474 
- 00000143  0x000000d5 store  0x00000003 , 0x00008968 
- 00000144  0x000000d6 jam  0x0000006e , 0x00008960 
- 00000145  0x000000d7 call  0x00000114 
- 00000146  0x000000d8 call  0x0000013f 
- 00000147  0x000000d9 call  0x00000096 
- 00000148  0x000000da jam  0x0000000c , 0x00004148 
- 00000149  0x000000db branch  0x00006f4e 
- 00000150  0x000000df rtn  0x0000002b 
- 00000151  0x000000e0 until  0x0000003e , 0x00000033 
- 00000152  0x000000e1 fetch  0x00000001 , 0x0000411c 
- 00000153  0x000000e2 store  0x00000001 , 0x0000813a 
- 00000154  0x000000e3 until  0x0000003e , 0x00000033 
- 00000155  0x000000e4 rtn 
- 00000156  0x000000e7 fetch  0x00000001 , 0x00004099 
- 00000157  0x000000e8 beq  0x00000018 , 0x000000a2 
- 00000158  0x000000e9 fetch  0x00000001 , 0x00004438 
- 00000159  0x000000ea or_into  0x00000006 , 0x0000003f 
- 00000160  0x000000eb store  0x00000001 , 0x00008a02 
- 00000161  0x000000ec jam  0x000000e0 , 0x00008a05 
- 00000162  0x000000ee jam  0x000000d8 , 0x00008a00 
- 00000163  0x000000ef nop  0x0000003c 
- 00000164  0x000000f0 jam  0x000000a0 , 0x00008a01 
- 00000165  0x000000f1 jam  0x000000df , 0x00008a00 
- 00000166  0x000000f2 jam  0x000000fa , 0x00008a01 
- 00000167  0x000000f3 nop  0x00000014 
- 00000168  0x000000f4 jam  0x0000009f , 0x00008a00 
- 00000169  0x000000f5 rtn 
- 00000170  0x000000f8 fetch  0x00000001 , 0x00004438 
- 00000171  0x000000f9 or_into  0x00000006 , 0x0000003f 
- 00000172  0x000000fa store  0x00000001 , 0x00008a02 
- 00000173  0x000000fb jam  0x00000000 , 0x0000890f 
- 00000174  0x000000fc jam  0x00000023 , 0x00008a80 
- 00000175  0x000000fd jam  0x000000b0 , 0x00008a81 
- 00000176  0x000000fe setarg  0x00e40909 
- 00000177  0x000000ff store  0x00000003 , 0x00008a73 
- 00000178  0x00000100 jam  0x0000002a , 0x00008a76 
- 00000179  0x00000101 jam  0x00000004 , 0x00008902 
- 00000180  0x00000102 branch  0x00000089 
- 00000181  0x00000105 branch  0x000000dd , 0x0000002b 
- 00000182  0x00000106 fetch  0x00000004 , 0x0000020d 
- 00000183  0x00000107 rtn  0x00000034 
- 00000184  0x00000108 until  0x0000003e , 0x00000033 
- 00000185  0x00000109 fetch  0x00000001 , 0x00008136 
- 00000186  0x0000010a and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000187  0x0000010b fetcht  0x00000001 , 0x0000020d 
- 00000188  0x0000010c ior  0x00000002 , 0x0000003f 
- 00000189  0x0000010d increase  0xfffffffd , 0x0000003f 
- 00000190  0x0000010e store  0x00000001 , 0x00008136 
- 00000191  0x0000010f until  0x0000003e , 0x00000033 
- 00000192  0x00000111 fetch  0x00000001 , 0x00008138 
- 00000193  0x00000112 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00000194  0x00000113 fetcht  0x00000001 , 0x0000020e 
- 00000195  0x00000114 lshift3  0x00000002 , 0x00000002 
- 00000196  0x00000115 ior  0x00000002 , 0x0000003f 
- 00000197  0x00000116 store  0x00000001 , 0x00008138 
- 00000198  0x00000117 until  0x0000003e , 0x00000033 
- 00000199  0x0000011a fetch  0x00000001 , 0x00008acb 
- 00000200  0x0000011b and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000201  0x0000011c fetcht  0x00000001 , 0x0000020f 
- 00000202  0x0000011d storet  0x00000001 , 0x0000415b 
- 00000203  0x0000011e ior  0x00000002 , 0x0000003f 
- 00000204  0x0000011f store  0x00000001 , 0x00008acb 
- 00000205  0x00000121 fetch  0x00000001 , 0x00000210 
- 00000206  0x00000122 store  0x00000001 , 0x0000415c 
- 00000207  0x00000123 isolate1  0x00000003 , 0x0000003f 
- 00000208  0x00000124 fetch  0x00000001 , 0x00008a06 
- 00000209  0x00000125 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00000210  0x00000126 store  0x00000001 , 0x00008a06 
- 00000211  0x00000128 fetch  0x00000001 , 0x00000210 
- 00000212  0x00000129 and  0x0000003f , 0x00000007 , 0x00000002 
- 00000213  0x0000012a lshift4  0x00000002 , 0x00000002 
- 00000214  0x0000012b lshift  0x00000002 , 0x00000002 
- 00000215  0x0000012c storet  0x00000001 , 0x00004438 
- 00000216  0x0000012d fetch  0x00000001 , 0x00008a02 
- 00000217  0x0000012e and  0x0000003f , 0x0000001f , 0x0000003f 
- 00000218  0x0000012f ior  0x00000002 , 0x0000003f 
- 00000219  0x00000130 store  0x00000001 , 0x00008a02 
- 00000220  0x00000131 rtn 
- 00000221  0x00000134 fetch  0x00000002 , 0x0000415b 
- 00000222  0x00000135 rtn  0x00000034 
- 00000223  0x00000136 store  0x00000002 , 0x0000020f 
- 00000224  0x00000137 branch  0x000000c7 
- 00000225  0x0000013a call  0x0000686f 
- 00000226  0x0000013b call  0x000021ba 
- 00000227  0x0000013c force  0x00000008 , 0x00000015 
- 00000228  0x0000013d force  0x00000000 , 0x00000015 
- 00000229  0x0000013f setarg  0x000aaada 
- 00000230  0x00000140 store  0x00000003 , 0x00008a0f 
- 00000231  0x00000141 jam  0x00000040 , 0x00008a25 
- 00000232  0x00000142 jam  0x00000010 , 0x00008a26 
- 00000233  0x00000143 nop  0x0000003c 
- 00000234  0x00000144 jam  0x000000fb , 0x00008a01 
- 00000235  0x00000145 jam  0x000000ff , 0x00008a25 
- 00000236  0x00000146 jam  0x00000030 , 0x00008a26 
- 00000237  0x00000147 jam  0x000000fe , 0x00008a16 
- 00000238  0x00000148 branch  0x000021b4 
- 00000239  0x0000014b fetch  0x00000001 , 0x00004793 
- 00000240  0x0000014c nrtn  0x00000034 
- 00000241  0x0000014d call  0x000000f3 
- 00000242  0x0000014e branch  0x000060fc 
- 00000243  0x00000151 fetch  0x00000001 , 0x00004655 
- 00000244  0x00000152 rtneq  0x000000ff 
- 00000245  0x00000153 branch  0x00005e78 
- 00000246  0x00000156 fetcht  0x00000001 , 0x00004601 
- 00000247  0x00000157 fetch  0x00000001 , 0x00004621 
- 00000248  0x00000158 isub  0x00000002 , 0x0000003e 
- 00000249  0x00000159 nbranch  0x000000fb , 0x00000002 
- 00000250  0x0000015a branch  0x00003681 
- 00000251  0x0000015d fetch  0x00000004 , 0x0000458f 
- 00000252  0x0000015e fetcht  0x00000004 , 0x000045e4 
- 00000253  0x0000015f isub  0x00000002 , 0x0000003e 
- 00000254  0x00000160 branch  0x00003222 , 0x00000005 
- 00000255  0x00000161 call  0x00000277 
- 00000256  0x00000162 branch  0x0000369b 
- 00000257  0x00000165 setarg  0x000aaa7e 
- 00000258  0x00000166 store  0x00000003 , 0x00008a0f 
- 00000259  0x00000167 nop  0x0000003c 
- 00000260  0x00000168 jam  0x00000000 , 0x00008a25 
- 00000261  0x00000169 jam  0x0000000d , 0x00008a26 
- 00000262  0x0000016a jam  0x000000f6 , 0x00008a16 
- 00000263  0x0000016b branch  0x00002203 
- 00000264  0x0000016e fetch  0x00000001 , 0x00000008 
- 00000265  0x0000016f beq  0x00000016 , 0x00002231 
- 00000266  0x00000170 beq  0x0000002e , 0x00002231 
- 00000267  0x00000171 beq  0x00000046 , 0x00002231 
- 00000268  0x00000172 fetch  0x00000001 , 0x00004141 
- 00000269  0x00000173 beq  0x00000006 , 0x00002221 
- 00000270  0x00000178 beq  0x000000aa , 0x00000110 
- 00000271  0x00000179 branch  0x0000220e 
- 00000272  0x0000017b jam  0x00000017 , 0x00008a14 
- 00000273  0x0000017c fetch  0x00000003 , 0x00004a08 
- 00000274  0x0000017d store  0x00000003 , 0x00008a60 
- 00000275  0x0000017e branch  0x0000221a 
- 00000276  0x00000181 rtn  0x0000002b 
- 00000277  0x00000182 call  0x00002160 
- 00000278  0x00000183 arg  0x00000027 , 0x00000002 
- 00000279  0x00000184 call  0x0000216f 
- 00000280  0x00000185 call  0x000021a6 
- 00000281  0x00000186 jam  0x0000007f , 0x00008a25 
- 00000282  0x00000187 jam  0x0000001a , 0x00008a30 
- 00000283  0x00000188 jam  0x00000078 , 0x00008a31 
- 00000284  0x00000189 jam  0x000000b2 , 0x00008a8f 
- 00000285  0x0000018a jam  0x00000000 , 0x00008ac2 
- 00000286  0x0000018b jam  0x00000000 , 0x00008ac3 
- 00000287  0x0000018c arg  0x00000006 , 0x00000007 
- 00000288  0x0000018d call  0x00000131 
- 00000289  0x0000018e isolate1  0x0000000d , 0x00000011 
- 00000290  0x0000018f call  0x0000211d 
- 00000291  0x00000190 isolate1  0x0000000d , 0x00000012 
- 00000292  0x00000191 call  0x0000211e 
- 00000293  0x00000192 arg  0x00000005 , 0x00000007 
- 00000294  0x00000194 call  0x0000211c 
- 00000295  0x00000195 call  0x0000211e 
- 00000296  0x00000196 call  0x00000131 
- 00000297  0x00000197 arg  0x00008ac2 , 0x00000005 
- 00000298  0x00000198 rshift4  0x00000011 , 0x0000003f 
- 00000299  0x00000199 call  0x00002117 
- 00000300  0x0000019a rshift4  0x00000012 , 0x0000003f 
- 00000301  0x0000019b call  0x00002117 
- 00000302  0x0000019c increase  0xffffffff , 0x00000007 
- 00000303  0x0000019d branch  0x00000126 , 0x00000002 
- 00000304  0x0000019e branch  0x0000214f 
- 00000305  0x000001a1 nop  0x0000003c 
- 00000306  0x000001a2 setarg  0x00000f00 
- 00000307  0x000001a3 store  0x00000002 , 0x00008982 
- 00000308  0x000001a4 setarg  0x00000ff0 
- 00000309  0x000001a5 store  0x00000002 , 0x00008984 
- 00000310  0x000001a6 jam  0x00000009 , 0x00008981 
- 00000311  0x000001a7 jam  0x00000003 , 0x00008981 
- 00000312  0x000001a8 jam  0x00000006 , 0x00008980 
- 00000313  0x000001a9 nop  0x0000003c 
- 00000314  0x000001aa arg  0x00000000 , 0x00000011 
- 00000315  0x000001ab arg  0x00000000 , 0x00000012 
- 00000316  0x000001ac arg  0x00000010 , 0x00000039 
- 00000317  0x000001ad arg  0x00000f00 , 0x00000006 
- 00000318  0x000001ae branch  0x0000212d 
- 00000319  0x000001b1 rtn  0x0000002b 
- 00000320  0x000001b2 branch  0x00002272 
- 00000321  0x000001b8 rtn  0x0000002b 
- 00000322  0x000001b9 jam  0x00000077 , 0x00008a07 
- 00000323  0x000001ba jam  0x000000c9 , 0x00008a08 
- 00000324  0x000001bb jam  0x00000001 , 0x00008a0b 
- 00000325  0x000001bc fetch  0x00000001 , 0x00004409 
- 00000326  0x000001bd store  0x00000001 , 0x000080cd 
- 00000327  0x000001be nop  0x00000bb8 
- 00000328  0x000001bf call  0x00000151 
- 00000329  0x000001c0 jam  0x000000c1 , 0x00008a08 
- 00000330  0x000001c1 fetchr  0x00000012 , 0x00000001 , 0x00004419 
- 00000331  0x000001c2 arg  0x00000008 , 0x00000039 
- 00000332  0x000001c3 call  0x00006f58 
- 00000333  0x000001c4 fetch  0x00000001 , 0x00004419 
- 00000334  0x000001c5 store  0x00000001 , 0x00004433 
- 00000335  0x000001c6 storer  0x00000012 , 0x00000001 , 0x00004419 
- 00000336  0x000001c7 rtn 
- 00000337  0x000001cb jam  0x00000003 , 0x000080cc 
- 00000338  0x000001cd fetch  0x00000001 , 0x00008129 
- 00000339  0x000001ce bbit0  0x00000005 , 0x00000152 
- 00000340  0x000001cf fetcht  0x00000002 , 0x00008164 
- 00000341  0x000001d0 storet  0x00000002 , 0x0000440a 
- 00000342  0x000001d1 jam  0x00000000 , 0x000080cc 
- 00000343  0x000001d2 rtn 
- 00000344  0x000001d6 jam  0x00000011 , 0x00008a82 
- 00000345  0x000001d7 jam  0x00000012 , 0x00008a8d 
- 00000346  0x000001d8 jam  0x0000000a , 0x00008a8e 
- 00000347  0x000001d9 fetch  0x00000001 , 0x00004099 
- 00000348  0x000001da beq  0x00000010 , 0x00000171 
- 00000349  0x000001db setarg  0x00005762 
- 00000350  0x000001dc store  0x00000002 , 0x00008907 
- 00000351  0x000001de jam  0x00000003 , 0x00008901 
- 00000352  0x000001df jam  0x00000003 , 0x00008930 
- 00000353  0x000001e0 rtnmark1  0x0000002d 
- 00000354  0x000001e1 jam  0x00000001 , 0x00008901 
- 00000355  0x000001e2 jam  0x00000007 , 0x00008a82 
- 00000356  0x000001e3 jam  0x00000044 , 0x00008a8d 
- 00000357  0x000001e4 jam  0x0000000a , 0x00008a8e 
- 00000358  0x000001e5 fetch  0x00000001 , 0x00004099 
- 00000359  0x000001e6 beq  0x00000010 , 0x0000016e 
- 00000360  0x000001e7 setarg  0x00002bb1 
- 00000361  0x000001e8 store  0x00000002 , 0x00008907 
- 00000362  0x000001ea rtnmark0  0x0000002f 
- 00000363  0x000001eb jam  0x00000024 , 0x00008930 
- 00000364  0x000001ec jam  0x00000005 , 0x00008901 
- 00000365  0x000001ed rtn 
- 00000366  0x000001f0 setarg  0x00004189 
- 00000367  0x000001f1 store  0x00000002 , 0x00008907 
- 00000368  0x000001f2 branch  0x0000016a 
- 00000369  0x000001f5 setarg  0x00008312 
- 00000370  0x000001f6 store  0x00000002 , 0x00008907 
- 00000371  0x000001f7 branch  0x0000015f 
- 00000372  0x000001f9 fetch  0x00000001 , 0x00004c03 
- 00000373  0x000001fa arg  0x00000100 , 0x00000013 
- 00000374  0x000001fb iadd  0x00000013 , 0x0000003f 
- 00000375  0x000001fc rtn 
- 00000376  0x000001fe branch  0x00000198 
- 00000377  0x00000200 call  0x0000017b 
- 00000378  0x00000201 branch  0x00002563 
- 00000379  0x00000203 fetch  0x00000001 , 0x00004c04 
- 00000380  0x00000204 rtn  0x00000034 
- 00000381  0x00000205 fetch  0x00000001 , 0x00004c05 
- 00000382  0x00000206 nrtn  0x00000034 
- 00000383  0x00000207 fetcht  0x00000001 , 0x00004c04 
- 00000384  0x00000208 fetch  0x00000001 , 0x00004c03 
- 00000385  0x00000209 isub  0x00000002 , 0x0000003e 
- 00000386  0x0000020a ncall  0x00000174 , 0x00000002 
- 00000387  0x0000020b isub  0x00000002 , 0x0000003f 
- 00000388  0x0000020c sub  0x0000003f , 0x00000064 , 0x0000003e 
- 00000389  0x0000020d branch  0x0000018d , 0x00000002 
- 00000390  0x0000020e fetch  0x00000001 , 0x00004c06 
- 00000391  0x0000020f sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00000392  0x00000210 ncall  0x0000018b , 0x00000002 
- 00000393  0x00000211 jam  0x00000001 , 0x00004c05 
- 00000394  0x00000212 rtn 
- 00000395  0x00000214 jam  0x00000001 , 0x00004c07 
- 00000396  0x00000215 branch  0x0000431f 
- 00000397  0x00000217 fetcht  0x00000001 , 0x0000017f 
- 00000398  0x00000218 fetch  0x00000001 , 0x0000004c 
- 00000399  0x0000021b rshift  0x0000003f , 0x0000003f 
- 00000400  0x0000021c ixor  0x00000002 , 0x0000003f 
- 00000401  0x0000021d isolate1  0x00000002 , 0x0000003f 
- 00000402  0x0000021e setarg  0x00000000 
- 00000403  0x0000021f fetcht  0x00000001 , 0x00004c06 
- 00000404  0x00000220 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00000405  0x00000221 iadd  0x00000002 , 0x00000002 
- 00000406  0x00000222 storet  0x00000001 , 0x00004c06 
- 00000407  0x00000223 rtn 
- 00000408  0x00000225 fetch  0x00000001 , 0x00000005 
- 00000409  0x00000226 increase  0x00000001 , 0x0000003f 
- 00000410  0x00000227 store  0x00000001 , 0x00000005 
- 00000411  0x00000228 nbranch  0x0000019f , 0x0000002d 
- 00000412  0x00000229 fetch  0x00000001 , 0x00004c03 
- 00000413  0x0000022a increase  0x00000001 , 0x0000003f 
- 00000414  0x0000022b store  0x00000001 , 0x00004c03 
- 00000415  0x0000022c fetch  0x00000001 , 0x00000168 
- 00000416  0x0000022d rtnbit1  0x00000003 
- 00000417  0x0000022e set1  0x00000003 , 0x0000003f 
- 00000418  0x0000022f store  0x00000001 , 0x00000168 
- 00000419  0x00000230 fetch  0x00000002 , 0x000042f5 
- 00000420  0x00000231 store  0x00000002 , 0x00000196 
- 00000421  0x00000232 setarg  0x00000000 
- 00000422  0x00000233 store  0x00000004 , 0x0000431d 
- 00000423  0x00000236 rtn 
- 00000424  0x00000238 call  0x0000281c 
- 00000425  0x0000023a fetchr  0x00000011 , 0x00000001 , 0x0000004d 
- 00000426  0x0000023b increase  0xfffffffc , 0x00000011 
- 00000427  0x0000023c nbranch  0x000026fa , 0x00000002 
- 00000428  0x0000023d branch  0x0000268e 
- 00000429  0x00000240 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00000430  0x00000241 rshift32  0x0000003f , 0x0000003f 
- 00000431  0x00000242 rshift16  0x0000003f , 0x0000003f 
- 00000432  0x00000243 istore  0x00000003 , 0x00000005 
- 00000433  0x00000244 enable  0x00000010 
- 00000434  0x00000245 call  0x0000270d 
- 00000435  0x00000246 branch  0x000026f6 , 0x00000006 
- 00000436  0x00000247 bmark0  0x00000032 , 0x000026af 
- 00000437  0x00000248 fetch  0x00000001 , 0x0000004d 
- 00000438  0x00000249 branch  0x000026af , 0x00000034 
- 00000439  0x0000024a increase  0xfffffffc , 0x0000003f 
- 00000440  0x0000024b store  0x00000001 , 0x0000004d 
- 00000441  0x0000024c call  0x000072cb 
- 00000442  0x0000024d fetch  0x00000001 , 0x00008108 
- 00000443  0x0000024e bbit0  0x00000007 , 0x000026fa 
- 00000444  0x0000024f force  0x0000000c , 0x00000038 
- 00000445  0x00000250 storer  0x0000002f , 0x00000004 , 0x00000154 
- 00000446  0x00000251 branch  0x000026af 
- 00000447  0x00000254 fetch  0x00000001 , 0x00004334 
- 00000448  0x00000255 rtneq  0x00000000 
- 00000449  0x00000256 beq  0x00000003 , 0x0000304a 
- 00000450  0x00000257 branch  0x000028e1 
- 00000451  0x0000025a set0  0x00000030 , 0x00000000 
- 00000452  0x0000025b branch  0x00002af6 
- 00000453  0x0000025e call  0x00002152 
- 00000454  0x0000025f jam  0x00000000 , 0x00008900 
- 00000455  0x00000260 set0  0x00000030 , 0x00000000 
- 00000456  0x00000261 branch  0x00002ae3 
- 00000457  0x00000264 ifetch  0x00000002 , 0x00000006 
- 00000458  0x00000265 beq  0x00000004 , 0x000001cc 
- 00000459  0x00000266 branch  0x000028eb 
- 00000460  0x00000268 ifetch  0x00000003 , 0x00000006 
- 00000461  0x00000269 store  0x00000003 , 0x00004397 
- 00000462  0x0000026a beq  0x0000000a , 0x000001d1 
- 00000463  0x0000026b beq  0x00000012 , 0x000001e0 
- 00000464  0x0000026c branch  0x00002b96 
- 00000465  0x0000026f fetch  0x00000008 , 0x00004713 
- 00000466  0x00000270 bbit0  0x0000003b , 0x00002d19 
- 00000467  0x00000271 call  0x00002dc7 
- 00000468  0x00000272 fetcht  0x00000002 , 0x00004398 
- 00000469  0x00000273 fetch  0x00000001 , 0x00004321 
- 00000470  0x00000274 bbit1  0x00000003 , 0x000001db 
- 00000471  0x00000277 fetch  0x00000002 , 0x00004398 
- 00000472  0x00000278 beq  0x00000030 , 0x00002e03 
- 00000473  0x00000279 fetcht  0x00000002 , 0x00004398 
- 00000474  0x0000027a branch  0x00002d1d 
- 00000475  0x0000027d fetch  0x00000002 , 0x00004332 
- 00000476  0x0000027e isub  0x00000002 , 0x0000003e 
- 00000477  0x0000027f nbranch  0x000001d7 , 0x00000005 
- 00000478  0x00000280 nbranch  0x000001d7 , 0x00000028 
- 00000479  0x00000281 branch  0x00002d46 
- 00000480  0x00000284 copy  0x00000006 , 0x00000011 
- 00000481  0x00000285 fetch  0x00000002 , 0x00004335 
- 00000482  0x00000286 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00000483  0x00000287 call  0x00002929 
- 00000484  0x00000288 fetch  0x00000001 , 0x0000478f 
- 00000485  0x00000289 beq  0x000000ff , 0x00002dac 
- 00000486  0x0000028a fetch  0x00000001 , 0x00004795 
- 00000487  0x0000028b branch  0x00002dac , 0x00000034 
- 00000488  0x0000028c fetch  0x00000001 , 0x00004843 
- 00000489  0x0000028d bbit1  0x00000001 , 0x00002dac 
- 00000490  0x0000028e setarg  0x0000001a 
- 00000491  0x0000028f fetcht  0x00000002 , 0x00004398 
- 00000492  0x00000290 isub  0x00000002 , 0x0000003e 
- 00000493  0x00000291 nbranch  0x00002dac , 0x00000005 
- 00000494  0x00000292 branch  0x00002d46 
- 00000495  0x00000296 call  0x00002a28 
- 00000496  0x00000297 nrtn  0x00000034 
- 00000497  0x00000298 fetch  0x00000001 , 0x0000478f 
- 00000498  0x00000299 beq  0x000000ff , 0x000001fa 
- 00000499  0x0000029a fetch  0x00000001 , 0x00004843 
- 00000500  0x0000029b and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000501  0x0000029c rtnne  0x00000003 
- 00000502  0x0000029d fetch  0x00000001 , 0x00004c05 
- 00000503  0x0000029e rtn  0x00000034 
- 00000504  0x0000029f fetch  0x00000001 , 0x00004c07 
- 00000505  0x000002a0 nrtn  0x00000034 
- 00000506  0x000002a2 fetch  0x00000001 , 0x00004956 
- 00000507  0x000002a3 call  0x00005a71 , 0x00000034 
- 00000508  0x000002a4 fetch  0x00000008 , 0x00004713 
- 00000509  0x000002a5 bbit1  0x00000001 , 0x00005b5b 
- 00000510  0x000002a6 bbit1  0x00000000 , 0x00005b5b 
- 00000511  0x000002a7 bbit1  0x00000005 , 0x00005b5b 
- 00000512  0x000002a8 bbit1  0x00000006 , 0x00005b5b 
- 00000513  0x000002a9 call  0x00005601 
- 00000514  0x000002aa call  0x00005ab2 
- 00000515  0x000002ab nrtn  0x00000028 
- 00000516  0x000002ac call  0x00005abc 
- 00000517  0x000002ad call  0x000004cb 
- 00000518  0x000002ae branch  0x00005b37 
- 00000519  0x000002b1 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00000520  0x000002b2 rtn  0x00000005 
- 00000521  0x000002b3 arg  0x00000004 , 0x00000008 
- 00000522  0x000002b4 isolate1  0x00000007 , 0x00000002 
- 00000523  0x000002b5 branch  0x00006ebd , 0x00000001 
- 00000524  0x000002b6 arg  0x00000003 , 0x00000008 
- 00000525  0x000002b7 branch  0x00006ebd 
- 00000526  0x000002bb fetch  0x00000002 , 0x000043e9 
- 00000527  0x000002bc call  0x00007d79 
- 00000528  0x000002be fetch  0x00000004 , 0x000040ad 
- 00000529  0x000002bf iadd  0x00000002 , 0x0000003f 
- 00000530  0x000002c0 store  0x00000004 , 0x000040ad 
- 00000531  0x000002c1 call  0x00000215 
- 00000532  0x000002c2 branch  0x00002425 
- 00000533  0x000002c5 storer  0x00000000 , 0x00000008 , 0x000040e7 
- 00000534  0x000002c6 arg  0x00008070 , 0x00000006 
- 00000535  0x000002c7 arg  0x000040cc , 0x00000005 
- 00000536  0x000002c8 call  0x00007c8f 
- 00000537  0x000002c9 arg  0x000080d4 , 0x00000006 
- 00000538  0x000002ca call  0x00007c89 
- 00000539  0x000002cb fetch  0x00000001 , 0x00008080 
- 00000540  0x000002cc store  0x00000001 , 0x000040ef 
- 00000541  0x000002cd copy  0x00000002 , 0x00000012 
- 00000542  0x000002cf arg  0x0000000c , 0x00000039 
- 00000543  0x000002d0 arg  0x00000016 , 0x00000011 
- 00000544  0x000002d1 arg  0x0000814d , 0x00000013 
- 00000545  0x000002d2 until  0x0000003e , 0x00000033 
- 00000546  0x000002d4 ifetch  0x00000001 , 0x00000011 
- 00000547  0x000002d5 ifetcht  0x00000001 , 0x00000013 
- 00000548  0x000002d6 isub  0x00000002 , 0x0000003e 
- 00000549  0x000002d7 branch  0x00000228 , 0x00000005 
- 00000550  0x000002d8 istore  0x00000001 , 0x00000013 
- 00000551  0x000002d9 until  0x0000003e , 0x00000033 
- 00000552  0x000002db increase  0x00000001 , 0x00000011 
- 00000553  0x000002dc increase  0x00000001 , 0x00000013 
- 00000554  0x000002dd loop  0x00000222 
- 00000555  0x000002de copy  0x00000012 , 0x00000002 
- 00000556  0x000002df rtn 
- 00000557  0x000002e2 call  0x00006b3a 
- 00000558  0x000002e3 call  0x00006b75 
- 00000559  0x000002e4 branch  0x00006b38 
- 00000560  0x000002e7 fetch  0x00000002 , 0x000045e0 
- 00000561  0x000002e8 arg  0x000001f8 , 0x00000002 
- 00000562  0x000002e9 iand  0x00000002 , 0x0000003f 
- 00000563  0x000002ea branch  0x00000238 , 0x00000034 
- 00000564  0x000002eb fetch  0x00000002 , 0x000045e0 
- 00000565  0x000002ec increase  0x00000001 , 0x0000003f 
- 00000566  0x000002ed store  0x00000002 , 0x000045e0 
- 00000567  0x000002ee rtn 
- 00000568  0x000002f1 call  0x0000357f 
- 00000569  0x000002f2 call  0x00003651 
- 00000570  0x000002f3 nbranch  0x00003586 , 0x00000018 
- 00000571  0x000002f4 nbranch  0x00003586 , 0x0000002f 
- 00000572  0x000002f5 call  0x0000366e 
- 00000573  0x000002f7 fetch  0x00000001 , 0x0000457d 
- 00000574  0x000002f8 branch  0x00000247 , 0x00000034 
- 00000575  0x000002fa fetch  0x00000004 , 0x000045cc 
- 00000576  0x000002fb fetcht  0x00000004 , 0x0000458f 
- 00000577  0x000002fc isub  0x00000002 , 0x0000003e 
- 00000578  0x000002fd branch  0x00000244 , 0x00000005 
- 00000579  0x000002fe branch  0x0000356e 
- 00000580  0x00000301 fetch  0x00000008 , 0x00004713 
- 00000581  0x00000302 bbit1  0x00000030 , 0x00003291 
- 00000582  0x00000303 branch  0x00003549 
- 00000583  0x00000306 fetch  0x00000004 , 0x0000455f 
- 00000584  0x00000307 rtn  0x00000034 
- 00000585  0x00000308 branch  0x0000023f 
- 00000586  0x0000030b call  0x0000543b 
- 00000587  0x0000030c call  0x0000024d 
- 00000588  0x0000030d branch  0x0000544c 
- 00000589  0x00000310 setarg  0x00004a29 
- 00000590  0x00000311 store  0x00000002 , 0x0000433f 
- 00000591  0x00000312 setarg  0x00000020 
- 00000592  0x00000313 store  0x00000002 , 0x00004341 
- 00000593  0x00000314 rtn 
- 00000594  0x00000317 fetch  0x00000001 , 0x00004437 
- 00000595  0x00000318 nrtn  0x00000034 
- 00000596  0x00000319 fetch  0x00000002 , 0x000044e9 
- 00000597  0x0000031a rtnbit1  0x0000000b 
- 00000598  0x0000031b fetchr  0x00000011 , 0x00000002 , 0x000045f0 
- 00000599  0x0000031c call  0x000035b4 
- 00000600  0x0000031d storet  0x00000001 , 0x00004624 
- 00000601  0x0000031e fetch  0x00000001 , 0x00004629 
- 00000602  0x0000031f bmark1  0x00000026 , 0x0000025c 
- 00000603  0x00000320 fetch  0x00000001 , 0x0000462c 
- 00000604  0x00000322 isub  0x00000002 , 0x0000003e 
- 00000605  0x00000323 nbranch  0x00000276 , 0x00000002 
- 00000606  0x00000324 fetch  0x00000001 , 0x00004626 
- 00000607  0x00000325 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00000608  0x00000326 nbranch  0x00000264 , 0x00000002 
- 00000609  0x00000327 fetch  0x00000001 , 0x00004626 
- 00000610  0x00000328 beq  0x00000000 , 0x00000277 
- 00000611  0x00000329 rtn 
- 00000612  0x0000032c fetch  0x00000001 , 0x00004626 
- 00000613  0x0000032d fetcht  0x00000001 , 0x00004627 
- 00000614  0x0000032e isub  0x00000002 , 0x0000003e 
- 00000615  0x0000032f nrtn  0x00000005 
- 00000616  0x00000330 jam  0x00000000 , 0x00004626 
- 00000617  0x00000332 fetcht  0x00000001 , 0x00004624 
- 00000618  0x00000333 fetch  0x00000001 , 0x00004628 
- 00000619  0x00000334 bmark1  0x00000026 , 0x0000026d 
- 00000620  0x00000335 fetch  0x00000001 , 0x0000462b 
- 00000621  0x00000337 isub  0x00000002 , 0x0000003e 
- 00000622  0x00000338 nrtn  0x00000002 
- 00000623  0x00000339 fetch  0x00000001 , 0x00004625 
- 00000624  0x0000033a beq  0x00000000 , 0x00003715 
- 00000625  0x0000033b increase  0xffffffff , 0x0000003f 
- 00000626  0x0000033c store  0x00000001 , 0x00004625 
- 00000627  0x0000033d beq  0x00000002 , 0x0000027f 
- 00000628  0x0000033e beq  0x00000001 , 0x0000370b 
- 00000629  0x0000033f branch  0x00003715 
- 00000630  0x00000342 jam  0x00000000 , 0x00004626 
- 00000631  0x00000344 fetch  0x00000001 , 0x00004625 
- 00000632  0x00000345 beq  0x00000003 , 0x0000027d 
- 00000633  0x00000346 increase  0x00000001 , 0x0000003f 
- 00000634  0x00000347 store  0x00000001 , 0x00004625 
- 00000635  0x00000348 beq  0x00000001 , 0x0000370b 
- 00000636  0x00000349 beq  0x00000002 , 0x0000027f 
- 00000637  0x0000034b jam  0x00000005 , 0x00004141 
- 00000638  0x0000034c rtn 
- 00000639  0x0000034f jam  0x00000003 , 0x00004141 
- 00000640  0x00000350 rtn 
- 00000641  0x00000357 setarg  0x00006235 
- 00000642  0x00000358 store  0x00000002 , 0x000045f8 
- 00000643  0x00000359 setarg  0x0000622b 
- 00000644  0x0000035a store  0x00000002 , 0x000045fa 
- 00000645  0x0000035b setarg  0x000002a8 
- 00000646  0x0000035c store  0x00000002 , 0x000043e9 
- 00000647  0x0000035d branch  0x000053f3 
- 00000648  0x00000360 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00000649  0x00000361 rtn  0x00000005 
- 00000650  0x00000362 storet  0x00000001 , 0x00004b29 
- 00000651  0x00000363 call  0x00006ee6 
- 00000652  0x00000364 branch  0x0000028e , 0x00000001 
- 00000653  0x00000365 branch  0x00000293 
- 00000654  0x00000368 call  0x0000029c 
- 00000655  0x00000369 call  0x00000297 
- 00000656  0x0000036a call  0x000002a0 
- 00000657  0x0000036b fetcht  0x00000001 , 0x00004b29 
- 00000658  0x0000036c branch  0x00006f0f 
- 00000659  0x0000036f fetcht  0x00000001 , 0x00004b29 
- 00000660  0x00000370 call  0x00006f0f 
- 00000661  0x00000371 call  0x0000029a 
- 00000662  0x00000372 branch  0x0000029c 
- 00000663  0x00000375 arg  0x00000006 , 0x00000008 
- 00000664  0x00000377 call  0x00006ebd 
- 00000665  0x00000378 branch  0x0000021e 
- 00000666  0x0000037b arg  0x00000003 , 0x00000008 
- 00000667  0x0000037c branch  0x00000298 
- 00000668  0x0000037f setarg  0x00000010 
- 00000669  0x00000380 store  0x00000001 , 0x00008141 
- 00000670  0x00000382 until  0x0000003e , 0x00000033 
- 00000671  0x00000383 rtn 
- 00000672  0x00000386 setarg  0x00000080 
- 00000673  0x00000387 store  0x00000001 , 0x00008141 
- 00000674  0x00000388 until  0x0000003e , 0x00000033 
- 00000675  0x00000389 until  0x0000003e , 0x00000033 
- 00000676  0x0000038a branch  0x0000029e 
- 00000677  0x0000038d clear_stack 
- 00000678  0x0000038e call  0x00006004 , 0x0000002b 
- 00000679  0x0000038f branch  0x00002003 
- 00000680  0x00000392 rtn 
- 00000681  0x00000399 call  0x0000045b 
- 00000682  0x0000039a fetch  0x00000008 , 0x00004713 
- 00000683  0x0000039b bbit1  0x00000013 , 0x00005d60 
- 00000684  0x0000039c bbit1  0x00000012 , 0x00005d6e 
- 00000685  0x0000039d bbit1  0x00000014 , 0x000002af 
- 00000686  0x0000039e rtn 
- 00000687  0x000003a0 call  0x000002ba 
- 00000688  0x000003a1 call  0x00005e43 
- 00000689  0x000003a2 call  0x00005db4 
- 00000690  0x000003a4 call  0x000002ce 
- 00000691  0x000003a6 call  0x000002b7 
- 00000692  0x000003a8 call  0x000002bd 
- 00000693  0x000003a9 call  0x000002d6 
- 00000694  0x000003aa branch  0x00005daa 
- 00000695  0x000003ad fetch  0x00000008 , 0x00004713 
- 00000696  0x000003ae rtnbit0  0x0000002a 
- 00000697  0x000003af call  0x000004d6 
- 00000698  0x000003b1 fetch  0x00000001 , 0x00004666 
- 00000699  0x000003b2 store  0x00000001 , 0x00004a06 
- 00000700  0x000003b3 rtn 
- 00000701  0x000003b6 fetch  0x00000008 , 0x00004713 
- 00000702  0x000003b7 bbit1  0x0000003e , 0x00005dd1 
- 00000703  0x000003b8 branch  0x00005dcc 
- 00000704  0x000003bb fetch  0x00000002 , 0x0000468e 
- 00000705  0x000003bc arg  0x0000aa55 , 0x00000002 
- 00000706  0x000003bd isub  0x00000002 , 0x0000003e 
- 00000707  0x000003be branch  0x00000343 , 0x00000005 
- 00000708  0x000003c0 storet  0x00000002 , 0x0000468e 
- 00000709  0x000003c1 call  0x00005c9c 
- 00000710  0x000003c2 fetch  0x00000001 , 0x000049a1 
- 00000711  0x000003c3 store  0x00000001 , 0x00004666 
- 00000712  0x000003c4 call  0x00005c8c 
- 00000713  0x000003c6 setarg  0x00001122 
- 00000714  0x000003c7 store  0x00000002 , 0x00004695 
- 00000715  0x000003c9 fetch  0x00000001 , 0x00004a06 
- 00000716  0x000003ca store  0x00000001 , 0x00004666 
- 00000717  0x000003cb rtn 
- 00000718  0x000003ce fetch  0x00000001 , 0x00004666 
- 00000719  0x000003cf sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00000720  0x000003d0 branch  0x000002cb , 0x00000005 
- 00000721  0x000003d1 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00000722  0x000003d2 branch  0x000002d4 , 0x00000005 
- 00000723  0x000003d3 rtn  0x00000002 
- 00000724  0x000003d5 jam  0x00000000 , 0x00004666 
- 00000725  0x000003d6 rtn 
- 00000726  0x000003d9 fetch  0x00000001 , 0x00004666 
- 00000727  0x000003da rtneq  0x00000000 
- 00000728  0x000003db fetchr  0x00000012 , 0x00000002 , 0x000049fe 
- 00000729  0x000003dc copy  0x00000012 , 0x00000013 
- 00000730  0x000003de call  0x00005e3d 
- 00000731  0x000003df fetch  0x00000002 , 0x000049e0 
- 00000732  0x000003e0 branch  0x000002e4 , 0x00000034 
- 00000733  0x000003e1 store  0x00000002 , 0x000049de 
- 00000734  0x000003e2 increase  0x00000002 , 0x00000013 
- 00000735  0x000003e3 fetch  0x00000002 , 0x00004a00 
- 00000736  0x000003e4 isub  0x00000013 , 0x0000003e 
- 00000737  0x000003e5 nbranch  0x000002e4 , 0x00000002 
- 00000738  0x000003e6 copy  0x00000013 , 0x00000012 
- 00000739  0x000003e7 branch  0x000002da 
- 00000740  0x000003ea fetch  0x00000002 , 0x000049de 
- 00000741  0x000003eb store  0x00000002 , 0x00004695 
- 00000742  0x000003ec rtn 
- 00000743  0x000003f0 fetch  0x00000008 , 0x00004713 
- 00000744  0x000003f1 bbit1  0x00000013 , 0x00005cb1 
- 00000745  0x000003f2 bbit1  0x00000012 , 0x00005cb9 
- 00000746  0x000003f3 bbit1  0x00000014 , 0x000002ec 
- 00000747  0x000003f4 rtn 
- 00000748  0x000003f7 call  0x000002ef 
- 00000749  0x000003f8 call  0x000002f4 
- 00000750  0x000003f9 branch  0x00005cc1 
- 00000751  0x000003fc fetch  0x00000001 , 0x00004666 
- 00000752  0x000003fd rtneq  0x00000000 
- 00000753  0x000003fe beq  0x00000001 , 0x0000031b 
- 00000754  0x000003ff beq  0x00000002 , 0x0000032f 
- 00000755  0x00000400 rtn 
- 00000756  0x00000403 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
- 00000757  0x00000404 copy  0x00000012 , 0x00000013 
- 00000758  0x00000406 call  0x00005dc0 
- 00000759  0x00000407 fetch  0x00000001 , 0x000049a1 
- 00000760  0x00000408 branch  0x00000300 , 0x00000034 
- 00000761  0x00000409 store  0x00000001 , 0x000049a0 
- 00000762  0x0000040a increase  0x00000001 , 0x00000013 
- 00000763  0x0000040b fetch  0x00000002 , 0x000049e4 
- 00000764  0x0000040c isub  0x00000013 , 0x0000003e 
- 00000765  0x0000040d nrtn  0x00000002 
- 00000766  0x0000040e copy  0x00000013 , 0x00000012 
- 00000767  0x0000040f branch  0x000002f6 
- 00000768  0x00000412 fetch  0x00000001 , 0x000049a0 
- 00000769  0x00000413 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000770  0x00000414 branch  0x0000030a , 0x00000034 
- 00000771  0x00000415 fetch  0x00000001 , 0x00004666 
- 00000772  0x00000417 call  0x00000318 
- 00000773  0x00000419 store  0x00000001 , 0x000049a2 
- 00000774  0x0000041b arg  0x00000001 , 0x00000039 
- 00000775  0x0000041c copy  0x00000013 , 0x00000012 
- 00000776  0x0000041d arg  0x000049a2 , 0x00000011 
- 00000777  0x0000041e branch  0x00006b45 
- 00000778  0x00000421 fetcht  0x00000001 , 0x000049a0 
- 00000779  0x00000422 fetch  0x00000001 , 0x00004666 
- 00000780  0x00000423 call  0x00000318 
- 00000781  0x00000424 isub  0x00000002 , 0x0000003e 
- 00000782  0x00000425 rtn  0x00000005 
- 00000783  0x00000426 lshift4  0x0000003f , 0x0000003f 
- 00000784  0x00000427 iadd  0x00000002 , 0x0000003f 
- 00000785  0x00000428 store  0x00000001 , 0x000049a2 
- 00000786  0x0000042a copy  0x00000013 , 0x0000003f 
- 00000787  0x0000042b fetcht  0x00000002 , 0x000049e2 
- 00000788  0x0000042c isub  0x00000002 , 0x0000003e 
- 00000789  0x0000042d branch  0x00000306 , 0x00000005 
- 00000790  0x0000042f increase  0xffffffff , 0x00000013 
- 00000791  0x00000430 branch  0x00000306 
- 00000792  0x00000433 rtnne  0x00000000 
- 00000793  0x00000434 increase  0x00000004 , 0x0000003f 
- 00000794  0x00000435 rtn 
- 00000795  0x0000043a fetchr  0x00000012 , 0x00000002 , 0x000049ee 
- 00000796  0x0000043b copy  0x00000012 , 0x00000013 
- 00000797  0x0000043d call  0x00005df3 
- 00000798  0x0000043e fetch  0x00000006 , 0x000049b5 
- 00000799  0x0000043f branch  0x00000327 , 0x00000034 
- 00000800  0x00000440 store  0x00000006 , 0x000049af 
- 00000801  0x00000441 increase  0x00000006 , 0x00000013 
- 00000802  0x00000442 fetch  0x00000002 , 0x000049f0 
- 00000803  0x00000443 isub  0x00000013 , 0x0000003e 
- 00000804  0x00000444 nrtn  0x00000002 
- 00000805  0x00000445 copy  0x00000013 , 0x00000012 
- 00000806  0x00000446 branch  0x0000031d 
- 00000807  0x00000449 fetch  0x00000006 , 0x000049af 
- 00000808  0x0000044a fetcht  0x00000006 , 0x0000466e 
- 00000809  0x0000044b isub  0x00000002 , 0x0000003e 
- 00000810  0x0000044c rtn  0x00000005 
- 00000811  0x0000044d arg  0x00000006 , 0x00000039 
- 00000812  0x0000044e arg  0x0000466e , 0x00000011 
- 00000813  0x0000044f copy  0x00000013 , 0x00000012 
- 00000814  0x00000450 branch  0x00006b45 
- 00000815  0x00000453 fetchr  0x00000012 , 0x00000002 , 0x000049f6 
- 00000816  0x00000454 copy  0x00000012 , 0x00000013 
- 00000817  0x00000456 call  0x00005e17 
- 00000818  0x00000457 fetch  0x00000006 , 0x000049cd 
- 00000819  0x00000458 branch  0x0000033b , 0x00000034 
- 00000820  0x00000459 store  0x00000006 , 0x000049c7 
- 00000821  0x0000045a increase  0x00000006 , 0x00000013 
- 00000822  0x0000045b fetch  0x00000002 , 0x000049f8 
- 00000823  0x0000045c isub  0x00000013 , 0x0000003e 
- 00000824  0x0000045d nrtn  0x00000002 
- 00000825  0x0000045e copy  0x00000013 , 0x00000012 
- 00000826  0x0000045f branch  0x00000331 
- 00000827  0x00000462 fetch  0x00000006 , 0x000049c7 
- 00000828  0x00000463 fetcht  0x00000006 , 0x0000467b 
- 00000829  0x00000464 isub  0x00000002 , 0x0000003e 
- 00000830  0x00000465 rtn  0x00000005 
- 00000831  0x00000466 arg  0x00000006 , 0x00000039 
- 00000832  0x00000467 arg  0x0000467b , 0x00000011 
- 00000833  0x00000468 copy  0x00000013 , 0x00000012 
- 00000834  0x00000469 branch  0x00006b45 
- 00000835  0x0000046e call  0x0000037c 
- 00000836  0x0000046f call  0x00000394 
- 00000837  0x00000470 call  0x00000347 
- 00000838  0x00000471 branch  0x00005c90 
- 00000839  0x00000474 fetch  0x00000008 , 0x00004713 
- 00000840  0x00000475 rtnbit0  0x0000000f 
- 00000841  0x00000476 fetch  0x00000001 , 0x00004690 
- 00000842  0x00000477 beq  0x00000000 , 0x00005c94 
- 00000843  0x00000478 beq  0x00000006 , 0x0000034d 
- 00000844  0x00000479 rtn 
- 00000845  0x0000047c jam  0x00000000 , 0x00004690 
- 00000846  0x0000047d rtn 
- 00000847  0x00000480 fetch  0x00000008 , 0x00004713 
- 00000848  0x00000481 bbit1  0x00000013 , 0x00005cb5 
- 00000849  0x00000482 bbit1  0x00000014 , 0x00000353 
- 00000850  0x00000483 rtn 
- 00000851  0x00000486 fetch  0x00000008 , 0x00004713 
- 00000852  0x00000487 rtnbit0  0x0000000f 
- 00000853  0x00000488 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
- 00000854  0x00000489 copy  0x00000012 , 0x00000013 
- 00000855  0x0000048b call  0x00005e51 
- 00000856  0x0000048c fetch  0x00000001 , 0x000049d4 
- 00000857  0x0000048d branch  0x00000361 , 0x00000034 
- 00000858  0x0000048e store  0x00000001 , 0x000049d3 
- 00000859  0x0000048f increase  0x00000001 , 0x00000013 
- 00000860  0x00000490 fetch  0x00000002 , 0x000049fc 
- 00000861  0x00000491 isub  0x00000013 , 0x0000003e 
- 00000862  0x00000492 nrtn  0x00000002 
- 00000863  0x00000493 copy  0x00000013 , 0x00000012 
- 00000864  0x00000494 branch  0x00000357 
- 00000865  0x00000497 fetch  0x00000001 , 0x000049d3 
- 00000866  0x00000498 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000867  0x00000499 branch  0x0000036b , 0x00000034 
- 00000868  0x0000049a fetch  0x00000001 , 0x00004690 
- 00000869  0x0000049c call  0x00000379 
- 00000870  0x0000049e store  0x00000001 , 0x000049d5 
- 00000871  0x000004a0 arg  0x00000001 , 0x00000039 
- 00000872  0x000004a1 copy  0x00000013 , 0x00000012 
- 00000873  0x000004a2 arg  0x000049d5 , 0x00000011 
- 00000874  0x000004a3 branch  0x00006b45 
- 00000875  0x000004a6 fetcht  0x00000001 , 0x000049d3 
- 00000876  0x000004a7 fetch  0x00000001 , 0x00004690 
- 00000877  0x000004a8 call  0x00000379 
- 00000878  0x000004a9 isub  0x00000002 , 0x0000003e 
- 00000879  0x000004aa rtn  0x00000005 
- 00000880  0x000004ab lshift4  0x0000003f , 0x0000003f 
- 00000881  0x000004ac iadd  0x00000002 , 0x0000003f 
- 00000882  0x000004ad store  0x00000001 , 0x000049d5 
- 00000883  0x000004af copy  0x00000013 , 0x0000003f 
- 00000884  0x000004b0 fetcht  0x00000002 , 0x000049fa 
- 00000885  0x000004b1 isub  0x00000002 , 0x0000003e 
- 00000886  0x000004b2 branch  0x00000367 , 0x00000005 
- 00000887  0x000004b4 increase  0xffffffff , 0x00000013 
- 00000888  0x000004b5 branch  0x00000367 
- 00000889  0x000004b8 rtnne  0x00000000 
- 00000890  0x000004b9 increase  0x00000006 , 0x0000003f 
- 00000891  0x000004ba rtn 
- 00000892  0x000004bd fetch  0x00000008 , 0x00004713 
- 00000893  0x000004be bbit1  0x0000003e , 0x00000383 
- 00000894  0x000004bf fetch  0x00000001 , 0x00004666 
- 00000895  0x000004c0 rtneq  0x00000000 
- 00000896  0x000004c1 beq  0x00000001 , 0x00000383 
- 00000897  0x000004c2 beq  0x00000002 , 0x0000038a 
- 00000898  0x000004c3 rtn 
- 00000899  0x000004c6 fetch  0x00000006 , 0x0000466e 
- 00000900  0x000004c7 fetcht  0x00000006 , 0x000046e6 
- 00000901  0x000004c8 isub  0x00000002 , 0x0000003e 
- 00000902  0x000004c9 nrtn  0x00000005 
- 00000903  0x000004ca fetch  0x00000006 , 0x000042db 
- 00000904  0x000004cb store  0x00000006 , 0x0000466e 
- 00000905  0x000004cc rtn 
- 00000906  0x000004cf fetch  0x00000006 , 0x0000466e 
- 00000907  0x000004d0 fetcht  0x00000006 , 0x000046e6 
- 00000908  0x000004d1 isub  0x00000002 , 0x0000003e 
- 00000909  0x000004d2 nrtn  0x00000005 
- 00000910  0x000004d3 fetch  0x00000006 , 0x000042db 
- 00000911  0x000004d4 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00000912  0x000004d5 store  0x00000006 , 0x0000466e 
- 00000913  0x000004d6 rtn 
- 00000914  0x000004d9 call  0x00000394 
- 00000915  0x000004da branch  0x00005a9c 
- 00000916  0x000004dd fetch  0x00000008 , 0x00004713 
- 00000917  0x000004de bbit0  0x00000014 , 0x00005c6f 
- 00000918  0x000004df bbit1  0x0000003e , 0x0000039c 
- 00000919  0x000004e1 fetch  0x00000001 , 0x00004666 
- 00000920  0x000004e2 rtneq  0x00000000 
- 00000921  0x000004e3 beq  0x00000001 , 0x0000039c 
- 00000922  0x000004e4 beq  0x00000002 , 0x000003a1 
- 00000923  0x000004e5 rtn 
- 00000924  0x000004e8 fetch  0x00000006 , 0x00004668 
- 00000925  0x000004e9 store  0x00000006 , 0x00004116 
- 00000926  0x000004ec fetch  0x00000006 , 0x0000466e 
- 00000927  0x000004ed store  0x00000006 , 0x000042db 
- 00000928  0x000004ee rtn 
- 00000929  0x000004f1 fetch  0x00000006 , 0x00004675 
- 00000930  0x000004f2 store  0x00000006 , 0x00004116 
- 00000931  0x000004f5 fetch  0x00000006 , 0x0000467b 
- 00000932  0x000004f6 store  0x00000006 , 0x000042db 
- 00000933  0x000004f7 rtn 
- 00000934  0x000004fa fetch  0x00000008 , 0x00004713 
- 00000935  0x000004fb rtnbit0  0x00000002 
- 00000936  0x000004fc bbit0  0x00000014 , 0x00005c43 
- 00000937  0x000004fd arg  0x00000002 , 0x00000007 
- 00000938  0x000004fe call  0x00005f04 
- 00000939  0x000004ff call  0x00005c4a 
- 00000940  0x00000500 call  0x000003ae 
- 00000941  0x00000501 branch  0x00005ca3 
- 00000942  0x00000504 fetch  0x00000001 , 0x00004666 
- 00000943  0x00000505 beq  0x00000001 , 0x000003b2 
- 00000944  0x00000506 beq  0x00000002 , 0x000003b7 
- 00000945  0x00000507 rtn 
- 00000946  0x0000050a fetch  0x00000006 , 0x00000178 
- 00000947  0x0000050b store  0x00000006 , 0x00004668 
- 00000948  0x0000050c fetch  0x00000006 , 0x000042db 
- 00000949  0x0000050d store  0x00000006 , 0x0000466e 
- 00000950  0x0000050e rtn 
- 00000951  0x00000511 fetch  0x00000006 , 0x00000178 
- 00000952  0x00000512 store  0x00000006 , 0x00004675 
- 00000953  0x00000513 fetch  0x00000006 , 0x000042db 
- 00000954  0x00000514 store  0x00000006 , 0x0000467b 
- 00000955  0x00000515 rtn 
- 00000956  0x00000519 call  0x000003d2 
- 00000957  0x0000051a call  0x0000614d 
- 00000958  0x0000051b call  0x0000553d 
- 00000959  0x0000051d call  0x00006110 
- 00000960  0x0000051e call  0x000061b1 
- 00000961  0x0000051f call  0x0000611e 
- 00000962  0x00000521 call  0x0000328e 
- 00000963  0x00000522 call  0x00003531 
- 00000964  0x00000523 call  0x00005fdd 
- 00000965  0x00000525 call  0x0000572c 
- 00000966  0x00000526 call  0x00005b9b 
- 00000967  0x00000527 call  0x00005bab 
- 00000968  0x00000528 call  0x00005bce 
- 00000969  0x0000052a call  0x00005bd3 
- 00000970  0x0000052b call  0x00005be1 
- 00000971  0x0000052c call  0x00005bee 
- 00000972  0x0000052d call  0x00005be4 
- 00000973  0x0000052f call  0x00005bfb 
- 00000974  0x00000530 call  0x000003d5 
- 00000975  0x00000531 call  0x000056b6 
- 00000976  0x00000532 call  0x00005c0e 
- 00000977  0x00000533 branch  0x00005c05 
- 00000978  0x00000536 arg  0x00004a05 , 0x00000013 
- 00000979  0x00000537 arg  0x00005aef , 0x00000012 
- 00000980  0x00000538 branch  0x000042e0 
- 00000981  0x0000053b arg  0x0000477e , 0x00000013 
- 00000982  0x0000053c arg  0x000003d8 , 0x00000012 
- 00000983  0x0000053d branch  0x000042e0 
- 00000984  0x0000053f fetch  0x00000001 , 0x0000496b 
- 00000985  0x00000540 store  0x00000001 , 0x000040c0 
- 00000986  0x00000541 jam  0x00000003 , 0x0000477d 
- 00000987  0x00000542 rtn 
- 00000988  0x00000545 call  0x000059ed 
- 00000989  0x00000546 branch  0x00005c1b 
- 00000990  0x00000549 copy  0x00000013 , 0x0000003f 
- 00000991  0x0000054a beq  0x00000040 , 0x000003f3 
- 00000992  0x0000054b beq  0x00000015 , 0x000003f8 
- 00000993  0x0000054c beq  0x00000032 , 0x000003ea 
- 00000994  0x0000054d beq  0x0000003c , 0x00000416 
- 00000995  0x0000054e beq  0x00000039 , 0x00000427 
- 00000996  0x0000054f beq  0x0000003a , 0x0000042a 
- 00000997  0x00000550 beq  0x00000014 , 0x000003e7 
- 00000998  0x00000551 branch  0x00005ac3 
- 00000999  0x00000555 setarg  0x00000000 
- 00001000  0x00000556 store  0x00000004 , 0x00004c04 
- 00001001  0x00000557 branch  0x00005ad0 
- 00001002  0x0000055a fetch  0x00000001 , 0x00004795 
- 00001003  0x0000055b beq  0x00000001 , 0x000003ee 
- 00001004  0x0000055c jam  0x00000014 , 0x00004844 
- 00001005  0x0000055d branch  0x000003f0 
- 00001006  0x0000055f call  0x00005aef 
- 00001007  0x00000560 jam  0x00000005 , 0x00004844 
- 00001008  0x00000562 fetch  0x00000001 , 0x00004c03 
- 00001009  0x00000563 store  0x00000001 , 0x00004c04 
- 00001010  0x00000564 branch  0x00005af6 
- 00001011  0x00000568 fetch  0x00000001 , 0x00004a04 
- 00001012  0x00000569 nrtn  0x00000034 
- 00001013  0x0000056a jam  0x00000001 , 0x00004a04 
- 00001014  0x0000056b jam  0x0000001e , 0x00004a05 
- 00001015  0x0000056c rtn 
- 00001016  0x0000056f setarg  0x00000000 
- 00001017  0x00000570 store  0x00000001 , 0x00004a04 
- 00001018  0x00000571 store  0x00000001 , 0x00004a05 
- 00001019  0x00000572 setarg  0x00000000 
- 00001020  0x00000573 store  0x00000002 , 0x000047c0 
- 00001021  0x00000574 jam  0x00000000 , 0x00004794 
- 00001022  0x00000575 arg  0x00000006 , 0x00000002 
- 00001023  0x00000576 fetch  0x00000008 , 0x00004713 
- 00001024  0x00000577 bbit1  0x0000001b , 0x00000402 
- 00001025  0x00000578 arg  0x00000007 , 0x00000002 
- 00001026  0x0000057a storet  0x00000002 , 0x000042d3 
- 00001027  0x0000057b storet  0x00000002 , 0x000042d5 
- 00001028  0x0000057c jam  0x00000000 , 0x000047c2 
- 00001029  0x0000057d jam  0x00000000 , 0x00004956 
- 00001030  0x0000057e call  0x000029cb 
- 00001031  0x0000057f branch  0x00000408 
- 00001032  0x00000581 call  0x00005b7b 
- 00001033  0x00000582 fetch  0x00000002 , 0x000043ef 
- 00001034  0x00000583 bbit1  0x00000007 , 0x0000040d 
- 00001035  0x00000584 bbit1  0x00000000 , 0x000042fc 
- 00001036  0x00000585 branch  0x00005c1a 
- 00001037  0x00000587 fetch  0x00000002 , 0x000043ef 
- 00001038  0x00000588 bbit1  0x00000000 , 0x000042fc 
- 00001039  0x00000589 fetch  0x00000001 , 0x00004843 
- 00001040  0x0000058a and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001041  0x0000058b call  0x00005b21 
- 00001042  0x0000058c bne  0x00000003 , 0x000054a9 
- 00001043  0x0000058d fetch  0x00000001 , 0x00004c07 
- 00001044  0x0000058e nbranch  0x000054a9 , 0x00000034 
- 00001045  0x0000058f branch  0x000054cd 
- 00001046  0x00000592 fetch  0x00000004 , 0x0000458f 
- 00001047  0x00000593 store  0x00000004 , 0x000045e8 
- 00001048  0x00000594 store  0x00000004 , 0x00004691 
- 00001049  0x00000595 call  0x0000355a 
- 00001050  0x00000596 call  0x00005c0b 
- 00001051  0x00000597 call  0x0000618e 
- 00001052  0x00000598 call  0x00005a73 
- 00001053  0x00000599 jam  0x00000000 , 0x0000477d 
- 00001054  0x0000059a jam  0x00000000 , 0x000045fc 
- 00001055  0x0000059b jam  0x00000000 , 0x000045e2 
- 00001056  0x0000059c fetch  0x00000004 , 0x000045e8 
- 00001057  0x0000059d fetcht  0x00000004 , 0x000045e4 
- 00001058  0x0000059e isub  0x00000002 , 0x0000003e 
- 00001059  0x0000059f rtn  0x00000005 
- 00001060  0x000005a0 call  0x00006016 
- 00001061  0x000005a1 call  0x0000045e 
- 00001062  0x000005a2 branch  0x00006042 
- 00001063  0x000005a5 call  0x00006016 
- 00001064  0x000005a6 call  0x0000045e 
- 00001065  0x000005a7 branch  0x00006084 
- 00001066  0x000005aa call  0x00006016 
- 00001067  0x000005ab call  0x0000045e 
- 00001068  0x000005ac fetch  0x00000001 , 0x0000487a 
- 00001069  0x000005ad rtneq  0x00000001 
- 00001070  0x000005ae fetch  0x00000001 , 0x00004600 
- 00001071  0x000005af nbranch  0x00005ff2 , 0x00000034 
- 00001072  0x000005b0 fetch  0x00000001 , 0x000045e2 
- 00001073  0x000005b1 beq  0x00000004 , 0x00000435 
- 00001074  0x000005b2 beq  0x00000001 , 0x0000605f 
- 00001075  0x000005b3 beq  0x00000003 , 0x0000043c 
- 00001076  0x000005b4 branch  0x00006055 
- 00001077  0x000005b7 fetch  0x00000008 , 0x00004713 
- 00001078  0x000005b8 bbit0  0x0000003e , 0x00006059 
- 00001079  0x000005b9 fetch  0x00000001 , 0x0000471b 
- 00001080  0x000005ba beq  0x00000001 , 0x00006059 
- 00001081  0x000005bc call  0x00006018 
- 00001082  0x000005bd jam  0x00000001 , 0x00004666 
- 00001083  0x000005be branch  0x000054a0 
- 00001084  0x000005c1 fetch  0x00000008 , 0x00004713 
- 00001085  0x000005c2 bbit0  0x0000003e , 0x00006059 
- 00001086  0x000005c3 bbit1  0x00000013 , 0x00006059 
- 00001087  0x000005c4 bbit1  0x00000014 , 0x00006059 
- 00001088  0x000005c5 bbit1  0x00000012 , 0x00006059 
- 00001089  0x000005c6 branch  0x00006034 
- 00001090  0x000005c9 fetch  0x00000008 , 0x00004713 
- 00001091  0x000005ca bbit1  0x0000003e , 0x00000447 
- 00001092  0x000005cb fetch  0x00000001 , 0x00004666 
- 00001093  0x000005cc beq  0x00000000 , 0x0000044e 
- 00001094  0x000005cd branch  0x00005491 
- 00001095  0x000005d0 call  0x000054ac 
- 00001096  0x000005d1 branch  0x0000044a , 0x00000028 
- 00001097  0x000005d2 branch  0x0000602f 
- 00001098  0x000005d5 fetch  0x00000001 , 0x00004666 
- 00001099  0x000005d6 beq  0x00000000 , 0x00006067 
- 00001100  0x000005d7 call  0x00005aa8 
- 00001101  0x000005d8 branch  0x00000439 
- 00001102  0x000005db fetch  0x00000008 , 0x00004713 
- 00001103  0x000005dc bbit0  0x00000011 , 0x0000602a 
- 00001104  0x000005dd call  0x00006195 
- 00001105  0x000005de call  0x000054ac 
- 00001106  0x000005df branch  0x00006067 , 0x00000028 
- 00001107  0x000005e0 fetch  0x00000008 , 0x00004713 
- 00001108  0x000005e1 bbit1  0x00000030 , 0x00000456 
- 00001109  0x000005e2 branch  0x00006023 
- 00001110  0x000005e5 jam  0x00000000 , 0x00004666 
- 00001111  0x000005e6 fetch  0x00000002 , 0x00004721 
- 00001112  0x000005e7 store  0x00000002 , 0x000045de 
- 00001113  0x000005e8 jam  0x00000001 , 0x000045e2 
- 00001114  0x000005e9 branch  0x00003534 
- 00001115  0x000005ec fetch  0x00000001 , 0x00004141 
- 00001116  0x000005ed store  0x00000001 , 0x00004a07 
- 00001117  0x000005ee rtn 
- 00001118  0x000005f1 fetch  0x00000001 , 0x00004a07 
- 00001119  0x000005f2 store  0x00000001 , 0x00004141 
- 00001120  0x000005f3 rtn 
- 00001121  0x000005f6 call  0x0000620e 
- 00001122  0x000005f7 call  0x000078aa 
- 00001123  0x000005f8 call  0x00000465 
- 00001124  0x000005f9 branch  0x00005e61 
- 00001125  0x000005fc fetch  0x00000001 , 0x00004649 
- 00001126  0x000005fd rtneq  0x000000ff 
- 00001127  0x000005fe arg  0x00000000 , 0x00000011 
- 00001128  0x000005ff jam  0x00000005 , 0x00004977 
- 00001129  0x00000600 fetcht  0x00000001 , 0x00004649 
- 00001130  0x00000601 call  0x0000046c 
- 00001131  0x00000602 branch  0x000056c1 
- 00001132  0x00000605 fetch  0x00000008 , 0x00004713 
- 00001133  0x00000606 bbit1  0x0000002b , 0x000056de 
- 00001134  0x00000607 fetch  0x00000001 , 0x00004974 
- 00001135  0x00000608 copy  0x0000003f , 0x00000013 
- 00001136  0x00000609 fetch  0x00000001 , 0x00004654 
- 00001137  0x0000060a beq  0x000000ff , 0x00000473 
- 00001138  0x0000060b branch  0x000056ce 
- 00001139  0x0000060e fetch  0x00000001 , 0x00004649 
- 00001140  0x0000060f call  0x00005946 
- 00001141  0x00000610 fetcht  0x00000001 , 0x00004649 
- 00001142  0x00000611 branch  0x00000477 
- 00001143  0x00000614 copy  0x00000013 , 0x0000003f 
- 00001144  0x00000615 store  0x00000001 , 0x00004978 
- 00001145  0x00000616 lshift  0x0000003f , 0x0000003f 
- 00001146  0x00000617 copy  0x0000003f , 0x00000012 
- 00001147  0x00000618 copy  0x00000002 , 0x00000013 
- 00001148  0x00000619 call  0x000055b1 
- 00001149  0x0000061a copy  0x00000013 , 0x00000002 
- 00001150  0x0000061b call  0x00006ee6 
- 00001151  0x0000061c nsetflag  0x00000001 , 0x00000000 , 0x00000012 
- 00001152  0x0000061d call  0x0000593d 
- 00001153  0x0000061e branch  0x00005929 
- 00001154  0x00000621 call  0x000036b4 
- 00001155  0x00000622 nrtn  0x00000028 
- 00001156  0x00000623 call  0x000036be 
- 00001157  0x00000624 call  0x00000488 
- 00001158  0x00000625 fetch  0x00000003 , 0x00004608 
- 00001159  0x00000626 branch  0x00003622 
- 00001160  0x0000062a setarg  0x00000000 
- 00001161  0x0000062b set1  0x00000015 , 0x0000003f 
- 00001162  0x0000062c store  0x00000008 , 0x00000016 
- 00001163  0x0000062d setarg  0x00000000 
- 00001164  0x0000062e store  0x00000004 , 0x0000001e 
- 00001165  0x0000062f rtn 
- 00001166  0x00000632 jam  0x00000000 , 0x00004600 
- 00001167  0x00000633 call  0x00003647 
- 00001168  0x00000634 setarg  0xffffffff 
- 00001169  0x00000635 store  0x00000004 , 0x000045af 
- 00001170  0x00000636 setarg  0x00000000 
- 00001171  0x00000637 store  0x00000007 , 0x00004846 
- 00001172  0x00000638 jam  0x00000001 , 0x0000473f 
- 00001173  0x00000639 call  0x000059ed 
- 00001174  0x0000063b branch  0x0000622b 
- 00001175  0x0000063e call  0x00005a92 
- 00001176  0x0000063f call  0x00000488 
- 00001177  0x00000640 call  0x000056a9 
- 00001178  0x00000641 fetcht  0x00000001 , 0x00004654 
- 00001179  0x00000642 call  0x00006ef7 
- 00001180  0x00000643 fetcht  0x00000001 , 0x00004654 
- 00001181  0x00000644 call  0x00006ed3 
- 00001182  0x00000645 fetch  0x00000001 , 0x0000464d 
- 00001183  0x00000646 call  0x00005943 
- 00001184  0x00000648 fetcht  0x00000001 , 0x0000465a 
- 00001185  0x00000649 call  0x000055ab 
- 00001186  0x0000064a arg  0x00000015 , 0x00000002 
- 00001187  0x0000064b call  0x000055b5 
- 00001188  0x0000064d call  0x0000611a 
- 00001189  0x0000064e call  0x0000550c 
- 00001190  0x0000064f call  0x000054f9 
- 00001191  0x00000650 fetcht  0x00000001 , 0x0000464a 
- 00001192  0x00000651 call  0x00006f0f 
- 00001193  0x00000652 fetcht  0x00000001 , 0x0000464b 
- 00001194  0x00000653 call  0x00006f0f 
- 00001195  0x00000654 fetcht  0x00000001 , 0x0000465b 
- 00001196  0x00000655 call  0x000055b5 
- 00001197  0x00000656 call  0x000004af 
- 00001198  0x00000657 branch  0x000054e5 
- 00001199  0x0000065a fetch  0x00000003 , 0x0000473c 
- 00001200  0x0000065b store  0x00000003 , 0x00000670 
- 00001201  0x0000065c arg  0x00000018 , 0x00000039 
- 00001202  0x0000065d arg  0x00000000 , 0x00000002 
- 00001203  0x0000065f fetch  0x00000003 , 0x00000670 
- 00001204  0x00000660 isolate1  0x00000000 , 0x0000003f 
- 00001205  0x00000661 call  0x000004bc , 0x00000001 
- 00001206  0x00000662 fetch  0x00000003 , 0x00000670 
- 00001207  0x00000663 rshift  0x0000003f , 0x0000003f 
- 00001208  0x00000664 store  0x00000003 , 0x00000670 
- 00001209  0x00000665 increase  0x00000001 , 0x00000002 
- 00001210  0x00000666 loop  0x000004b3 
- 00001211  0x00000667 rtn 
- 00001212  0x0000066a sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00001213  0x0000066b rtn  0x00000005 
- 00001214  0x0000066c branch  0x00006f0b 
- 00001215  0x0000066f rtnmark0  0x00000026 
- 00001216  0x00000670 call  0x00005601 
- 00001217  0x00000671 nrtn  0x00000028 
- 00001218  0x00000672 fetch  0x00000001 , 0x0000477c 
- 00001219  0x00000673 jam  0x00000000 , 0x0000477c 
- 00001220  0x00000674 ncall  0x000004d4 , 0x00000034 
- 00001221  0x00000676 fetch  0x00000008 , 0x00004713 
- 00001222  0x00000677 bbit0  0x00000016 , 0x000004c9 
- 00001223  0x00000678 fetch  0x00000001 , 0x0000496c 
- 00001224  0x00000679 nbranch  0x000060b6 , 0x00000034 
- 00001225  0x0000067b call  0x000004cb 
- 00001226  0x0000067c branch  0x000060a2 
- 00001227  0x0000067f fetch  0x00000001 , 0x00004659 
- 00001228  0x00000680 rtnne  0x000000ff 
- 00001229  0x00000681 fetch  0x00000001 , 0x0000477d 
- 00001230  0x00000682 rtn  0x00000034 
- 00001231  0x00000683 increase  0xffffffff , 0x0000003f 
- 00001232  0x00000684 store  0x00000001 , 0x0000477d 
- 00001233  0x00000685 setarg  0x00000000 
- 00001234  0x00000686 store  0x00000004 , 0x00004847 
- 00001235  0x00000687 branch  0x00005a73 
- 00001236  0x0000068a call  0x00000488 
- 00001237  0x0000068b branch  0x0000021e 
- 00001238  0x0000068e fetch  0x00000008 , 0x00004713 
- 00001239  0x0000068f rtnbit0  0x0000002a 
- 00001240  0x00000690 bbit0  0x0000003f , 0x00005eb9 
- 00001241  0x00000692 fetcht  0x00000001 , 0x0000465a 
- 00001242  0x00000693 call  0x00006ef7 
- 00001243  0x00000694 fetcht  0x00000001 , 0x0000465a 
- 00001244  0x00000695 call  0x000055b1 
- 00001245  0x00000696 fetcht  0x00000001 , 0x0000465a 
- 00001246  0x00000697 call  0x00006ee6 
- 00001247  0x00000698 nbranch  0x00005ec2 , 0x00000001 
- 00001248  0x00000699 branch  0x00005ebe 
- 00001249  0x0000069d fetch  0x00000001 , 0x00004957 
- 00001250  0x0000069e beq  0x0000000c , 0x000004e4 
- 00001251  0x0000069f branch  0x0000574a 
- 00001252  0x000006a2 fetch  0x00000001 , 0x00004690 
- 00001253  0x000006a3 beq  0x00000000 , 0x00005772 
- 00001254  0x000006a4 beq  0x00000001 , 0x00005775 
- 00001255  0x000006a5 beq  0x00000002 , 0x00005778 
- 00001256  0x000006a6 beq  0x00000003 , 0x0000577b 
- 00001257  0x000006a7 rtn 
- 00001258  0x000006aa call  0x00005958 
- 00001259  0x000006ab beq  0x00000030 , 0x0000595f 
- 00001260  0x000006ac beq  0x00000031 , 0x000059c6 
- 00001261  0x000006ad beq  0x00000058 , 0x000004ef 
- 00001262  0x000006ae branch  0x00005952 
- 00001263  0x000006b1 call  0x000059e7 
- 00001264  0x000006b2 fetch  0x00000001 , 0x0000485a 
- 00001265  0x000006b3 beq  0x00000059 , 0x000004f3 
- 00001266  0x000006b4 branch  0x0000595f 
- 00001267  0x000006b6 jam  0x0000000b , 0x00004957 
- 00001268  0x000006b7 arg  0x00004a0b , 0x00000013 
- 00001269  0x000006b8 branch  0x00005995 
- 00001270  0x000006bc fetch  0x00000001 , 0x00004420 
- 00001271  0x000006bd rtnne  0x00000000 
- 00001272  0x000006be fetch  0x00000001 , 0x00004957 
- 00001273  0x000006bf beq  0x0000000b , 0x000004fb 
- 00001274  0x000006c0 branch  0x000059f8 
- 00001275  0x000006c3 call  0x00005a6d 
- 00001276  0x000006c4 fetch  0x00000001 , 0x00004659 
- 00001277  0x000006c5 beq  0x000000ff , 0x00000501 
- 00001278  0x000006c6 fetcht  0x00000001 , 0x00004659 
- 00001279  0x000006c7 call  0x00006ee6 
- 00001280  0x000006c8 nrtn  0x00000001 
- 00001281  0x000006ca setarg  0x00000000 
- 00001282  0x000006cb call  0x000069e5 
- 00001283  0x000006cc bne  0x00000058 , 0x00005955 
- 00001284  0x000006cd branch  0x00005a2f 
- 00001285  0x000006d1 disable  0x00000028 
- 00001286  0x000006d2 setarg  0x00000000 
- 00001287  0x000006d3 store  0x00000006 , 0x00004847 
- 00001288  0x000006d4 call  0x000004f6 
- 00001289  0x000006d5 branch  0x00005606 
- 00008192  0x000006de call  0x00002385 
- 00008193  0x000006e1 bpatch  0x00000000 , 0x00004000 
- 00008194  0x000006e2 clear_stack 
- 00008195  0x000006e4 call  0x000042a3 
- 00008196  0x000006e5 call  0x0000223d 
- 00008197  0x000006e6 call  0x00006cad 
- 00008198  0x000006e7 call  0x00002363 
- 00008199  0x000006e8 call  0x00006946 
- 00008200  0x000006e9 bpatch  0x00000001 , 0x00004000 
- 00008201  0x000006ea call  0x0000776f 
- 00008202  0x000006eb call  0x00004295 
- 00008203  0x000006ec call  0x00007447 
- 00008204  0x000006ee call  0x0000244f , 0x0000002b 
- 00008205  0x000006f0 bpatch  0x00000002 , 0x00004000 
- 00008206  0x000006f1 call  0x00007552 
- 00008207  0x000006f2 call  0x00007448 
- 00008208  0x000006f3 call  0x00002a45 
- 00008209  0x000006f4 call  0x0000202a 
- 00008210  0x000006f5 call  0x000042ad 
- 00008211  0x000006f6 call  0x00002018 
- 00008212  0x000006f7 call  0x0000310f 
- 00008213  0x000006f8 call  0x0000248c 
- 00008214  0x000006f9 call  0x00004bfb 
- 00008215  0x000006fa branch  0x0000200d 
- 00008216  0x000006fd call  0x0000201d 
- 00008217  0x000006fe rtnmark0  0x00000009 
- 00008218  0x000006ff set0  0x00000009 , 0x00000000 
- 00008219  0x00000700 call  0x00002041 
- 00008220  0x00000701 branch  0x000025bc 
- 00008221  0x00000704 bpatch  0x00000003 , 0x00004000 
- 00008222  0x00000705 call  0x00002066 
- 00008223  0x00000706 nbranch  0x00002025 , 0x00000005 
- 00008224  0x00000707 call  0x00002036 
- 00008225  0x00000708 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008226  0x00000709 ifetch  0x00000001 , 0x00000006 
- 00008227  0x0000070a bbit1  0x00000000 , 0x00002536 
- 00008228  0x0000070d rtn 
- 00008229  0x00000710 jam  0x00000000 , 0x00000006 
- 00008230  0x00000711 call  0x00002047 
- 00008231  0x00000712 copy  0x00000039 , 0x0000003e 
- 00008232  0x00000713 rtn  0x00000005 
- 00008233  0x00000714 branch  0x0000235a 
- 00008234  0x0000071c fetch  0x00000001 , 0x00004114 
- 00008235  0x0000071d rtn  0x00000034 
- 00008236  0x0000071e beq  0x0000001b , 0x00002033 
- 00008237  0x0000071f call  0x0000205f 
- 00008238  0x00000720 rtn  0x00000005 
- 00008239  0x00000721 call  0x00002062 
- 00008240  0x00000722 rtn  0x00000005 
- 00008241  0x00000724 jam  0x00000000 , 0x00004114 
- 00008242  0x00000725 rtn 
- 00008243  0x00000728 jam  0x0000001b , 0x000001bc 
- 00008244  0x00000729 jam  0x00000000 , 0x00004114 
- 00008245  0x0000072a rtn 
- 00008246  0x0000072f bpatch  0x00000004 , 0x00004000 
- 00008247  0x00000730 set1  0x00000009 , 0x00000000 
- 00008248  0x00000731 deposit  0x00000011 
- 00008249  0x00000732 store  0x00000002 , 0x0000000a 
- 00008250  0x00000733 force  0x00000053 , 0x00000039 
- 00008251  0x00000734 arg  0x00000168 , 0x00000005 
- 00008252  0x00000735 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008253  0x00000736 ifetch  0x00000001 , 0x00000006 
- 00008254  0x00000737 copy  0x00000011 , 0x00000006 
- 00008255  0x00000738 bbit1  0x00000000 , 0x00007cda 
- 00008256  0x00000739 rtn 
- 00008257  0x0000073c bpatch  0x00000005 , 0x00004000 
- 00008258  0x0000073d fetch  0x00000002 , 0x0000000a 
- 00008259  0x0000073e iforce  0x00000005 
- 00008260  0x0000073f force  0x00000053 , 0x00000039 
- 00008261  0x00000740 arg  0x00000168 , 0x00000006 
- 00008262  0x00000741 branch  0x00007cda 
- 00008263  0x00000746 arg  0x00000001 , 0x00000039 
- 00008264  0x00000747 fetcht  0x00000001 , 0x00000006 
- 00008265  0x00000749 increase  0x00000001 , 0x00000002 
- 00008266  0x0000074a compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008267  0x0000074b nbranch  0x0000204d , 0x00000001 
- 00008268  0x0000074c arg  0x00000000 , 0x00000002 
- 00008269  0x0000074e storet  0x00000001 , 0x00000006 
- 00008270  0x0000074f mul32  0x00000002 , 0x00000053 , 0x0000003f 
- 00008271  0x00000750 arg  0x00004040 , 0x00000011 
- 00008272  0x00000751 iadd  0x00000011 , 0x00000011 
- 00008273  0x00000752 ifetch  0x00000001 , 0x00000011 
- 00008274  0x00000753 bbit1  0x00000001 , 0x00002054 
- 00008275  0x00000754 rtnbit1  0x00000000 
- 00008276  0x00000756 loop  0x00002049 
- 00008277  0x00000757 rtn 
- 00008278  0x0000075a bpatch  0x00000006 , 0x00004000 
- 00008279  0x0000075b arg  0x00002073 , 0x00000013 
- 00008280  0x0000075c call  0x00002069 
- 00008281  0x0000075d nrtn  0x00000005 
- 00008282  0x0000075e deposit  0x00000011 
- 00008283  0x0000075f store  0x00000002 , 0x0000000a 
- 00008284  0x00000760 branch  0x00007db8 
- 00008285  0x00000766 arg  0x000020ad , 0x00000013 
- 00008286  0x00000767 branch  0x00002069 
- 00008287  0x0000076d fetcht  0x00000001 , 0x00004115 
- 00008288  0x0000076f arg  0x0000207b , 0x00000013 
- 00008289  0x00000770 branch  0x00002069 
- 00008290  0x00000774 bpatch  0x00000007 , 0x00004000 
- 00008291  0x00000775 fetcht  0x00000006 , 0x00004116 
- 00008292  0x00000777 arg  0x00002075 , 0x00000013 
- 00008293  0x00000778 branch  0x00002069 
- 00008294  0x0000077b arg  0x00002081 , 0x00000013 
- 00008295  0x0000077c branch  0x00002069 
- 00008296  0x0000077f arg  0x000020c7 , 0x00000013 
- 00008297  0x00000781 bpatch  0x00000008 , 0x00004001 
- 00008298  0x00000782 arg  0x00004040 , 0x00000011 
- 00008299  0x00000783 arg  0x00000001 , 0x00000039 
- 00008300  0x00000785 ifetch  0x00000001 , 0x00000011 
- 00008301  0x00000786 copy  0x00000013 , 0x0000003d 
- 00008302  0x00000788 bpatch  0x00000009 , 0x00004001 
- 00008303  0x00000789 increase  0x00000053 , 0x00000011 
- 00008304  0x0000078a loop  0x0000206c 
- 00008305  0x0000078b force  0x00000001 , 0x0000003e 
- 00008306  0x0000078c rtn 
- 00008307  0x0000078f bbit1  0x00000000 , 0x0000206e 
- 00008308  0x00000790 branch  0x00007db8 
- 00008309  0x00000793 bbit0  0x00000000 , 0x0000206e 
- 00008310  0x00000795 add  0x00000011 , 0x00000010 , 0x00000006 
- 00008311  0x00000796 ifetch  0x00000006 , 0x00000006 
- 00008312  0x00000797 isub  0x00000002 , 0x0000003e 
- 00008313  0x00000798 rtn  0x00000005 
- 00008314  0x00000799 branch  0x0000206e 
- 00008315  0x0000079c bbit0  0x00000000 , 0x0000206e 
- 00008316  0x0000079d add  0x00000011 , 0x00000016 , 0x00000006 
- 00008317  0x0000079e ifetch  0x00000001 , 0x00000006 
- 00008318  0x0000079f isub  0x00000002 , 0x0000003e 
- 00008319  0x000007a0 rtn  0x00000005 
- 00008320  0x000007a1 branch  0x0000206e 
- 00008321  0x000007a4 bbit0  0x00000001 , 0x0000206e 
- 00008322  0x000007a6 call  0x000020b4 
- 00008323  0x000007a7 call  0x0000209d 
- 00008324  0x000007a8 isub  0x00000002 , 0x0000003f 
- 00008325  0x000007a9 increase  0x00000001 , 0x0000003f 
- 00008326  0x000007aa branch  0x00002097 , 0x00000002 
- 00008327  0x000007ab copy  0x00000006 , 0x00000012 
- 00008328  0x000007ac store  0x00000009 , 0x00000678 
- 00008329  0x000007ad bpatch  0x0000000a , 0x00004001 
- 00008330  0x000007ae fetch  0x00000001 , 0x0000446d 
- 00008331  0x000007af nbranch  0x00002090 , 0x00000034 
- 00008332  0x000007b0 fetch  0x00000009 , 0x00000678 
- 00008333  0x000007b1 copy  0x00000012 , 0x00000006 
- 00008334  0x000007b2 increase  0x00000005 , 0x0000003f 
- 00008335  0x000007b3 branch  0x00002093 
- 00008336  0x000007b6 fetch  0x00000009 , 0x00000678 
- 00008337  0x000007b7 copy  0x00000012 , 0x00000006 
- 00008338  0x000007b8 increase  0x00000014 , 0x0000003f 
- 00008339  0x000007ba nbranch  0x0000206e , 0x00000002 
- 00008340  0x000007bc copy  0x00000002 , 0x00000021 
- 00008341  0x000007bd call  0x000020c0 
- 00008342  0x000007be branch  0x00007db8 
- 00008343  0x000007c2 iforce  0x00000012 
- 00008344  0x000007c3 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008345  0x000007c4 ifetch  0x00000002 , 0x00000006 
- 00008346  0x000007c5 branch  0x00002094 , 0x00000034 
- 00008347  0x000007c6 call  0x000020c0 
- 00008348  0x000007c7 branch  0x00002082 
- 00008349  0x000007ca rshift16  0x0000003f , 0x0000000b 
- 00008350  0x000007cb rshift8  0x0000000b , 0x0000000b 
- 00008351  0x000007cc branch  0x000020a7 , 0x00000005 
- 00008352  0x000007cd compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008353  0x000007ce nrtn  0x00000001 
- 00008354  0x000007cf rshift16  0x00000002 , 0x0000000b 
- 00008355  0x000007d0 rshift8  0x0000000b , 0x0000000b 
- 00008356  0x000007d1 nrtn  0x00000005 
- 00008357  0x000007d2 set1  0x0000001c , 0x00000002 
- 00008358  0x000007d3 rtn 
- 00008359  0x000007d5 rshift16  0x00000002 , 0x0000000b 
- 00008360  0x000007d6 rshift8  0x0000000b , 0x0000000b 
- 00008361  0x000007d7 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008362  0x000007d8 nrtn  0x00000001 
- 00008363  0x000007d9 set1  0x0000001c , 0x0000003f 
- 00008364  0x000007da rtn 
- 00008365  0x000007dd bbit0  0x00000000 , 0x0000206e 
- 00008366  0x000007de branch  0x00007db8 
- 00008367  0x000007e2 bbit0  0x00000000 , 0x0000206e 
- 00008368  0x000007e3 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008369  0x000007e4 ifetch  0x00000001 , 0x00000006 
- 00008370  0x000007e5 bbit1  0x00000000 , 0x0000206e 
- 00008371  0x000007e6 rtn 
- 00008372  0x000007e9 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008373  0x000007ea ifetcht  0x00000001 , 0x00000006 
- 00008374  0x000007eb deposit  0x00000022 
- 00008375  0x000007ec isolate1  0x00000001 , 0x00000002 
- 00008376  0x000007ed add  0x00000011 , 0x00000004 , 0x00000006 
- 00008377  0x000007ee ifetcht  0x00000004 , 0x00000006 
- 00008378  0x000007ef rtn  0x00000001 
- 00008379  0x000007f0 add  0x00000011 , 0x00000008 , 0x00000006 
- 00008380  0x000007f1 ifetch  0x00000006 , 0x00000006 
- 00008381  0x000007f2 call  0x00002109 
- 00008382  0x000007f3 deposit  0x00000028 
- 00008383  0x000007f4 rtn 
- 00008384  0x000007f7 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008385  0x000007f8 add  0x00000011 , 0x00000004 , 0x00000005 
- 00008386  0x000007f9 ifetch  0x00000002 , 0x00000006 
- 00008387  0x000007fa iadd  0x00000002 , 0x0000000b 
- 00008388  0x000007fb deposit  0x0000000b 
- 00008389  0x000007fc istore  0x00000004 , 0x00000005 
- 00008390  0x000007fd branch  0x00002609 
- 00008391  0x00000801 bbit0  0x00000001 , 0x0000206e 
- 00008392  0x00000802 call  0x000020b4 
- 00008393  0x00000803 iadd  0x0000001b , 0x0000003f 
- 00008394  0x00000804 iadd  0x0000001b , 0x0000003f 
- 00008395  0x00000805 iadd  0x00000007 , 0x0000003f 
- 00008396  0x00000806 isub  0x00000002 , 0x0000003e 
- 00008397  0x00000807 nbranch  0x0000206e , 0x00000002 
- 00008398  0x00000808 branch  0x00007db8 
- 00008399  0x0000080d bpatch  0x0000000b , 0x00004001 
- 00008400  0x0000080e disable  0x0000003a 
- 00008401  0x0000080f disable  0x0000001d 
- 00008402  0x00000810 disable  0x0000001c 
- 00008403  0x00000811 disable  0x0000000d 
- 00008404  0x00000812 disable  0x0000000c 
- 00008405  0x00000813 disable  0x00000009 
- 00008406  0x00000814 disable  0x0000000e 
- 00008407  0x00000815 disable  0x00000007 
- 00008408  0x00000816 branch  0x00002152 , 0x00000021 
- 00008409  0x00000817 until  0x0000003e , 0x00000027 
- 00008410  0x00000818 nop  0x00000064 
- 00008411  0x00000819 branch  0x00002152 
- 00008412  0x0000081f bpatch  0x0000000c , 0x00004001 
- 00008413  0x00000820 disable  0x00000010 
- 00008414  0x00000821 copy  0x00000002 , 0x0000001b 
- 00008415  0x00000822 call  0x00002068 
- 00008416  0x00000823 disable  0x00000028 
- 00008417  0x00000824 nrtn  0x00000005 
- 00008418  0x00000825 force  0x00000000 , 0x0000001b 
- 00008419  0x00000826 branch  0x00007dba 
- 00008420  0x0000082a bpatch  0x0000000d , 0x00004001 
- 00008421  0x0000082b until  0x0000003e , 0x00000022 
- 00008422  0x0000082c deposit  0x0000001a 
- 00008423  0x0000082d iforce  0x00000006 
- 00008424  0x0000082e rshift16 , 0x0000003f , 0x0000003f 
- 00008425  0x0000082f isub  0x00000022 , 0x00000039 
- 00008426  0x00000830 and_into  0x00000003 , 0x00000039 
- 00008427  0x00000831 nbranch  0x000020ee , 0x00000005 
- 00008428  0x00000832 force  0x00000000 , 0x0000003f 
- 00008429  0x00000833 branch  0x000020f2 
- 00008430  0x00000835 fetcht  0x00000002 , 0x00000044 
- 00008431  0x00000836 force  0x00000000 , 0x0000003f 
- 00008432  0x00000838 iadd  0x00000002 , 0x0000003f 
- 00008433  0x00000839 loop  0x000020f0 
- 00008434  0x0000083b iadd  0x00000006 , 0x0000003f 
- 00008435  0x0000083c div  0x0000003f , 0x0000000c 
- 00008436  0x0000083d call  0x00007d5f 
- 00008437  0x0000083e store  0x00000002 , 0x0000002e 
- 00008438  0x0000083f rtn 
- 00008439  0x00000842 bpatch  0x0000000e , 0x00004001 
- 00008440  0x00000843 deposit  0x0000001a 
- 00008441  0x00000844 copy  0x00000019 , 0x00000002 
- 00008442  0x00000845 isub  0x00000002 , 0x0000003e 
- 00008443  0x00000846 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00008444  0x00000847 isub  0x00000002 , 0x00000002 
- 00008445  0x00000848 fetch  0x00000002 , 0x00000044 
- 00008446  0x00000849 isolate0  0x0000000f , 0x00000002 
- 00008447  0x0000084a branch  0x00002105 , 0x00000001 
- 00008448  0x0000084b copy  0x00000002 , 0x00000030 
- 00008449  0x0000084c arg  0x00010000 , 0x00000002 
- 00008450  0x0000084d fetch  0x00000002 , 0x00000044 
- 00008451  0x0000084e isub  0x00000002 , 0x0000003f 
- 00008452  0x0000084f iadd  0x00000030 , 0x00000002 
- 00008453  0x00000852 storet  0x00000006 , 0x00000170 
- 00008454  0x00000853 rtn 
- 00008455  0x00000856 disable  0x00000030 
- 00008456  0x00000857 fetch  0x00000006 , 0x00000170 
- 00008457  0x00000859 iadd  0x00000019 , 0x00000030 
- 00008458  0x0000085a increase  0x0000000a , 0x00000030 
- 00008459  0x0000085b fetch  0x00000002 , 0x00000044 
- 00008460  0x0000085c isub  0x00000030 , 0x0000003f 
- 00008461  0x0000085d isolate0  0x0000000f , 0x0000003f 
- 00008462  0x0000085e branch  0x00002115 , 0x00000001 
- 00008463  0x0000085f setarg  0x00010000 
- 00008464  0x00000860 fetchr  0x00000018 , 0x00000002 , 0x00000044 
- 00008465  0x00000861 isub  0x00000018 , 0x0000003f 
- 00008466  0x00000862 iadd  0x00000030 , 0x00000030 
- 00008467  0x00000864 copy  0x00000030 , 0x0000001a 
- 00008468  0x00000865 rtn 
- 00008469  0x00000867 force  0x00000000 , 0x0000003e 
- 00008470  0x00000868 branch  0x00002113 
- 00008471  0x00000870 rshift3  0x0000003f , 0x0000003f 
- 00008472  0x00000871 ifetchr  0x00000011 , 0x00000001 , 0x00000005 
- 00008473  0x00000872 ixor  0x00000011 , 0x0000003f 
- 00008474  0x00000873 isolate0  0x00000006 , 0x0000003f 
- 00008475  0x00000874 branch  0x0000211e 
- 00008476  0x00000877 isolate0  0x00000000 , 0x0000003e 
- 00008477  0x00000879 arg  0x00008ac2 , 0x00000005 
- 00008478  0x0000087b ifetch  0x00000001 , 0x00000005 
- 00008479  0x0000087c qsetflag  0x00000001 , 0x0000003f 
- 00008480  0x0000087d istore  0x00000001 , 0x00000005 
- 00008481  0x0000087e rtn 
- 00008482  0x00000881 nop  0x0000003c 
- 00008483  0x00000884 jam  0x00000008 , 0x00008983 
- 00008484  0x00000885 jam  0x00000009 , 0x00008985 
- 00008485  0x00000886 jam  0x00000009 , 0x00008981 
- 00008486  0x00000887 jam  0x00000003 , 0x00008981 
- 00008487  0x00000888 jam  0x00000006 , 0x00008980 
- 00008488  0x00000889 nop  0x0000003c 
- 00008489  0x0000088a arg  0x00000000 , 0x00000011 
- 00008490  0x0000088b arg  0x00000000 , 0x00000012 
- 00008491  0x0000088c arg  0x00000010 , 0x00000039 
- 00008492  0x0000088d arg  0x00000800 , 0x00000006 
- 00008493  0x0000088f ifetch  0x00000002 , 0x00000006 
- 00008494  0x00000890 iadd  0x00000011 , 0x00000011 
- 00008495  0x00000891 ifetch  0x00000002 , 0x00000006 
- 00008496  0x00000892 iadd  0x00000012 , 0x00000012 
- 00008497  0x00000893 loop  0x0000212d 
- 00008498  0x00000894 rtn 
- 00008499  0x00000897 bpatch  0x0000000f , 0x00004001 
- 00008500  0x00000898 call  0x00002160 
- 00008501  0x00000899 arg  0x00000027 , 0x00000002 
- 00008502  0x0000089a call  0x0000216f 
- 00008503  0x0000089b call  0x000021a6 
- 00008504  0x0000089c jam  0x0000007f , 0x00008a25 
- 00008505  0x0000089d jam  0x0000001a , 0x00008a30 
- 00008506  0x0000089e jam  0x00000078 , 0x00008a31 
- 00008507  0x0000089f jam  0x000000b2 , 0x00008a8f 
- 00008508  0x000008a0 jam  0x00000000 , 0x00008ac2 
- 00008509  0x000008a1 jam  0x00000000 , 0x00008ac3 
- 00008510  0x000008a2 arg  0x00000006 , 0x00000007 
- 00008511  0x000008a3 call  0x00002122 
- 00008512  0x000008a4 isolate1  0x0000000d , 0x00000011 
- 00008513  0x000008a5 call  0x0000211d 
- 00008514  0x000008a6 isolate1  0x0000000d , 0x00000012 
- 00008515  0x000008a7 call  0x0000211e 
- 00008516  0x000008a8 arg  0x00000005 , 0x00000007 
- 00008517  0x000008aa call  0x0000211c 
- 00008518  0x000008ab call  0x0000211e 
- 00008519  0x000008ac call  0x00002122 
- 00008520  0x000008ad arg  0x00008ac2 , 0x00000005 
- 00008521  0x000008ae rshift4  0x00000011 , 0x0000003f 
- 00008522  0x000008af call  0x00002117 
- 00008523  0x000008b0 rshift4  0x00000012 , 0x0000003f 
- 00008524  0x000008b1 call  0x00002117 
- 00008525  0x000008b2 increase  0xffffffff , 0x00000007 
- 00008526  0x000008b3 branch  0x00002145 , 0x00000002 
- 00008527  0x000008b4 jam  0x00000052 , 0x00008a8f 
- 00008528  0x000008b5 jam  0x00000002 , 0x00008a30 
- 00008529  0x000008b6 jam  0x00000000 , 0x00008981 
- 00008530  0x000008b9 bpatch  0x00000010 , 0x00004002 
- 00008531  0x000008ba call  0x00006875 
- 00008532  0x000008bb disable  0x00000020 
- 00008533  0x000008bc disable  0x00000021 
- 00008534  0x000008bd setarg  0x00000200 
- 00008535  0x000008be store  0x00000004 , 0x00008a23 
- 00008536  0x000008bf jam  0x000000fa , 0x00008a01 
- 00008537  0x000008c0 nop  0x0000000c 
- 00008538  0x000008c1 jam  0x00000000 , 0x00008a0f 
- 00008539  0x000008c2 jam  0x0000001a , 0x00008a12 
- 00008540  0x000008c3 jam  0x0000002b , 0x00008a14 
- 00008541  0x000008c4 force  0x00000008 , 0x00000015 
- 00008542  0x000008c5 force  0x00000000 , 0x00000015 
- 00008543  0x000008c7 branch  0x0000230f 
- 00008544  0x000008ca bpatch  0x00000011 , 0x00004002 
- 00008545  0x000008cb jam  0x00000060 , 0x00008a0f 
- 00008546  0x000008cc jam  0x000000aa , 0x00008a10 
- 00008547  0x000008cd jam  0x0000007a , 0x00008a12 
- 00008548  0x000008ce jam  0x00000000 , 0x00008a25 
- 00008549  0x000008cf jam  0x00000000 , 0x00008a26 
- 00008550  0x000008d0 nop  0x0000003c 
- 00008551  0x000008d1 jam  0x00000020 , 0x00008a20 
- 00008552  0x000008d2 jam  0x000000fd , 0x00008a23 
- 00008553  0x000008d3 jam  0x00000012 , 0x00008a24 
- 00008554  0x000008d4 jam  0x00000010 , 0x00008a24 
- 00008555  0x000008d5 nop  0x0000003c 
- 00008556  0x000008d6 jam  0x00000060 , 0x00008a12 
- 00008557  0x000008d7 jam  0x000000dd , 0x00008a23 
- 00008558  0x000008d8 rtn 
- 00008559  0x000008db bpatch  0x00000012 , 0x00004002 
- 00008560  0x000008dc jam  0x00000001 , 0x00008900 
- 00008561  0x000008dd jam  0x0000009d , 0x00008a23 
- 00008562  0x000008de jam  0x00000002 , 0x00008a24 
- 00008563  0x000008df nop  0x00000014 
- 00008564  0x000008e0 jam  0x00000065 , 0x00008a70 
- 00008565  0x000008e1 jam  0x0000009f , 0x00008a23 
- 00008566  0x000008e2 call  0x0000218f 
- 00008567  0x000008e3 storet  0x00000001 , 0x00000008 
- 00008568  0x000008e4 increase  0x00000001 , 0x00000002 
- 00008569  0x000008e9 bpatch  0x00000013 , 0x00004002 
- 00008570  0x000008ea rshift4  0x00000002 , 0x0000003f 
- 00008571  0x000008eb arg  0x00004135 , 0x00000006 
- 00008572  0x000008ec iadd  0x00000006 , 0x00000006 
- 00008573  0x000008ed ifetch  0x00000001 , 0x00000006 
- 00008574  0x000008ee fetchr  0x00000011 , 0x00000001 , 0x00008a71 
- 00008575  0x000008ef and_into  0x0000000f , 0x00000011 
- 00008576  0x000008f0 ior  0x00000011 , 0x0000003f 
- 00008577  0x000008f1 store  0x00000001 , 0x00008a71 
- 00008578  0x000008f2 call  0x000021d0 
- 00008579  0x000008f3 nop  0x00000090 
- 00008580  0x000008f4 fetch  0x00000001 , 0x00004099 
- 00008581  0x000008f5 beq  0x00000018 , 0x00002187 
- 00008582  0x000008f6 nop  0x00000024 
- 00008583  0x000008f8 jam  0x00000080 , 0x00008a20 
- 00008584  0x000008f9 rtn 
- 00008585  0x000008fd setarg  0x00008312 
- 00008586  0x000008fe store  0x00000002 , 0x00008907 
- 00008587  0x000008ff branch  0x00002197 
- 00008588  0x00000902 setarg  0x00004189 
- 00008589  0x00000903 store  0x00000002 , 0x00008907 
- 00008590  0x00000904 branch  0x000021a3 
- 00008591  0x00000908 bpatch  0x00000014 , 0x00004002 
- 00008592  0x00000909 jam  0x00000011 , 0x00008a82 
- 00008593  0x0000090a jam  0x00000012 , 0x00008a8d 
- 00008594  0x0000090b jam  0x0000000a , 0x00008a8e 
- 00008595  0x0000090c fetch  0x00000001 , 0x00004099 
- 00008596  0x0000090d beq  0x00000010 , 0x00002189 
- 00008597  0x0000090e setarg  0x00005762 
- 00008598  0x0000090f store  0x00000002 , 0x00008907 
- 00008599  0x00000911 jam  0x00000003 , 0x00008901 
- 00008600  0x00000912 jam  0x00000084 , 0x00008920 
- 00008601  0x00000913 rtnmark1  0x0000002d 
- 00008602  0x00000914 jam  0x00000001 , 0x00008901 
- 00008603  0x00000915 jam  0x00000080 , 0x00008920 
- 00008604  0x00000916 jam  0x00000007 , 0x00008a82 
- 00008605  0x00000917 jam  0x00000044 , 0x00008a8d 
- 00008606  0x00000918 jam  0x0000000a , 0x00008a8e 
- 00008607  0x00000919 fetch  0x00000001 , 0x00004099 
- 00008608  0x0000091a beq  0x00000010 , 0x0000218c 
- 00008609  0x0000091b setarg  0x00002bb1 
- 00008610  0x0000091c store  0x00000002 , 0x00008907 
- 00008611  0x0000091e rtnmark0  0x0000002f 
- 00008612  0x0000091f jam  0x00000005 , 0x00008901 
- 00008613  0x00000920 rtn 
- 00008614  0x00000923 bpatch  0x00000015 , 0x00004002 
- 00008615  0x00000924 call  0x0000686f 
- 00008616  0x00000925 call  0x000021ba 
- 00008617  0x00000926 force  0x00000008 , 0x00000015 
- 00008618  0x00000927 force  0x00000000 , 0x00000015 
- 00008619  0x00000929 setarg  0x000aaada 
- 00008620  0x0000092a store  0x00000003 , 0x00008a0f 
- 00008621  0x0000092b jam  0x00000040 , 0x00008a25 
- 00008622  0x0000092c jam  0x00000010 , 0x00008a26 
- 00008623  0x0000092d nop  0x0000003c 
- 00008624  0x0000092e jam  0x000000fb , 0x00008a01 
- 00008625  0x0000092f jam  0x000000ff , 0x00008a25 
- 00008626  0x00000930 jam  0x00000030 , 0x00008a26 
- 00008627  0x00000931 jam  0x0000005e , 0x00008a16 
- 00008628  0x00000932 nop  0x00000014 
- 00008629  0x00000933 jam  0x00000000 , 0x00008a10 
- 00008630  0x00000934 jam  0x00000008 , 0x00008a11 
- 00008631  0x00000935 nop  0x00000078 
- 00008632  0x00000936 jam  0x0000000d , 0x00008900 
- 00008633  0x00000937 rtn 
- 00008634  0x0000093b fetch  0x00000001 , 0x00004143 
- 00008635  0x0000093c beq  0x000000ff , 0x000021c1 
- 00008636  0x0000093d arg  0x00004144 , 0x00000006 
- 00008637  0x0000093e iadd  0x00000006 , 0x00000006 
- 00008638  0x0000093f ifetch  0x00000001 , 0x00000006 
- 00008639  0x00000940 store  0x00000001 , 0x00008961 
- 00008640  0x00000941 jam  0x00000027 , 0x00008960 
- 00008641  0x00000944 fetcht  0x00000001 , 0x00004147 
- 00008642  0x00000945 fetch  0x00000001 , 0x00008960 
- 00008643  0x00000946 ior  0x00000002 , 0x0000003f 
- 00008644  0x00000947 store  0x00000001 , 0x00008960 
- 00008645  0x00000948 rtn 
- 00008646  0x0000094c jam  0x00000003 , 0x00008900 
- 00008647  0x0000094d jam  0x00000002 , 0x00008a24 
- 00008648  0x0000094e nop  0x00000014 
- 00008649  0x0000094f jam  0x00000065 , 0x00008a70 
- 00008650  0x00000950 jam  0x000000df , 0x00008a23 
- 00008651  0x00000951 call  0x0000218f 
- 00008652  0x00000952 call  0x000021e8 
- 00008653  0x00000953 storet  0x00000001 , 0x00000008 
- 00008654  0x00000954 increase  0x00000002 , 0x00000002 
- 00008655  0x00000955 branch  0x00002179 
- 00008656  0x0000095a bpatch  0x00000016 , 0x00004002 
- 00008657  0x0000095b setarg  0x00000960 
- 00008658  0x0000095c iadd  0x00000002 , 0x0000003f 
- 00008659  0x0000095d copy  0x0000003f , 0x00000011 
- 00008660  0x0000095e fetcht  0x00000001 , 0x00004099 
- 00008661  0x0000095f rshift  0x00000002 , 0x00000002 
- 00008662  0x00000960 idiv  0x00000002 
- 00008663  0x00000962 call  0x00007d62 
- 00008664  0x00000963 quotient  0x0000003f 
- 00008665  0x00000964 store  0x00000002 , 0x00008909 
- 00008666  0x00000965 remainder  0x0000003f 
- 00008667  0x00000966 lshift16  0x0000003f , 0x0000003f 
- 00008668  0x00000967 lshift8  0x0000003f , 0x0000003f 
- 00008669  0x00000968 idiv  0x00000002 
- 00008670  0x00000969 call  0x00007d62 
- 00008671  0x0000096a quotient  0x0000003f 
- 00008672  0x0000096b store  0x00000003 , 0x0000890b 
- 00008673  0x00000970 storer  0x00000011 , 0x00000001 , 0x00008a22 
- 00008674  0x00000971 rshift8  0x00000011 , 0x00000011 
- 00008675  0x00000972 storer  0x00000011 , 0x00000001 , 0x00008a21 
- 00008676  0x00000973 jam  0x000000a0 , 0x00008a20 
- 00008677  0x00000974 jam  0x000000e0 , 0x00008a20 
- 00008678  0x00000975 jam  0x000000a0 , 0x00008a20 
- 00008679  0x00000976 rtn 
- 00008680  0x00000979 add  0x00000002 , 0x00000002 , 0x0000003f 
- 00008681  0x0000097a rshift3  0x0000003f , 0x0000003f 
- 00008682  0x0000097b and_into  0xfffffffe , 0x0000003f 
- 00008683  0x0000097c arg  0x0000411d , 0x00000006 
- 00008684  0x0000097d bmark0  0x0000002d , 0x000021ee 
- 00008685  0x0000097e increase  0x0000000c , 0x00000006 
- 00008686  0x00000980 iadd  0x00000006 , 0x00000006 
- 00008687  0x00000981 ifetchr  0x00000011 , 0x00000002 , 0x00000006 
- 00008688  0x00000982 ifetch  0x00000002 , 0x00000006 
- 00008689  0x00000983 isub  0x00000011 , 0x0000003f 
- 00008690  0x00000984 add  0x00000002 , 0x00000002 , 0x00000006 
- 00008691  0x00000985 and_into  0x0000000f , 0x00000006 
- 00008692  0x00000986 imul32  0x00000006 , 0x0000003f 
- 00008693  0x00000987 rshift4  0x0000003f , 0x0000003f 
- 00008694  0x00000988 iadd  0x00000011 , 0x0000003f 
- 00008695  0x00000989 store  0x00000002 , 0x00008905 
- 00008696  0x0000098a rtn 
- 00008697  0x0000098f bpatch  0x00000017 , 0x00004002 
- 00008698  0x00000990 call  0x000021c6 
- 00008699  0x00000991 nop  0x00000258 
- 00008700  0x00000994 bpatch  0x00000018 , 0x00004003 
- 00008701  0x00000995 setarg  0x000aaa7e 
- 00008702  0x00000996 store  0x00000003 , 0x00008a0f 
- 00008703  0x00000997 nop  0x0000003c 
- 00008704  0x00000998 jam  0x00000000 , 0x00008a25 
- 00008705  0x00000999 jam  0x0000000d , 0x00008a26 
- 00008706  0x0000099a jam  0x00000056 , 0x00008a16 
- 00008707  0x0000099b nop  0x0000001e 
- 00008708  0x0000099c jam  0x0000001b , 0x00008a15 
- 00008709  0x0000099d call  0x0000220c 
- 00008710  0x0000099e nop  0x00000014 
- 00008711  0x0000099f jam  0x0000000f , 0x00008a26 
- 00008712  0x000009a0 nop  0x00000014 
- 00008713  0x000009a1 jam  0x000000a8 , 0x00008a10 
- 00008714  0x000009a2 jam  0x00000000 , 0x00008a11 
- 00008715  0x000009a3 rtn 
- 00008716  0x000009a6 bpatch  0x00000019 , 0x00004003 
- 00008717  0x000009a7 fetch  0x00000001 , 0x00004141 
- 00008718  0x000009a8 beq  0x00000000 , 0x00002217 
- 00008719  0x000009a9 beq  0x00000003 , 0x0000221c 
- 00008720  0x000009aa beq  0x00000005 , 0x00002221 
- 00008721  0x000009ab beq  0x00000007 , 0x00002225 
- 00008722  0x000009ac beq  0x0000000a , 0x00002229 
- 00008723  0x000009ad beq  0x00000083 , 0x0000222d 
- 00008724  0x000009ae beq  0x00000085 , 0x00002231 
- 00008725  0x000009af beq  0x0000008a , 0x00002235 
- 00008726  0x000009b0 beq  0x00000094 , 0x00002239 
- 00008727  0x000009b2 jam  0x00000017 , 0x00008a14 
- 00008728  0x000009b3 setarg  0x00251a3f 
- 00008729  0x000009b4 store  0x00000003 , 0x00008a60 
- 00008730  0x000009b6 jam  0x00000028 , 0x00008a63 
- 00008731  0x000009b7 rtn 
- 00008732  0x000009ba jam  0x00000025 , 0x00008a14 
- 00008733  0x000009bb setarg  0x00a91c2d 
- 00008734  0x000009bc store  0x00000003 , 0x00008a60 
- 00008735  0x000009be jam  0x0000002f , 0x00008a63 
- 00008736  0x000009bf rtn 
- 00008737  0x000009c2 jam  0x00000025 , 0x00008a14 
- 00008738  0x000009c3 setarg  0x00a91c3f 
- 00008739  0x000009c4 store  0x00000003 , 0x00008a60 
- 00008740  0x000009c5 branch  0x0000221f 
- 00008741  0x000009c8 jam  0x00000025 , 0x00008a14 
- 00008742  0x000009c9 setarg  0x00a9383f 
- 00008743  0x000009ca store  0x00000003 , 0x00008a60 
- 00008744  0x000009cb branch  0x0000221f 
- 00008745  0x000009ce jam  0x00000025 , 0x00008a14 
- 00008746  0x000009cf setarg  0x00a93f3f 
- 00008747  0x000009d0 store  0x00000003 , 0x00008a60 
- 00008748  0x000009d1 branch  0x0000221f 
- 00008749  0x000009d5 jam  0x00000017 , 0x00008a14 
- 00008750  0x000009d6 setarg  0x00251827 
- 00008751  0x000009d7 store  0x00000003 , 0x00008a60 
- 00008752  0x000009d8 branch  0x0000221a 
- 00008753  0x000009db jam  0x00000017 , 0x00008a14 
- 00008754  0x000009dc setarg  0x0025181c 
- 00008755  0x000009dd store  0x00000003 , 0x00008a60 
- 00008756  0x000009de branch  0x0000221a 
- 00008757  0x000009e1 jam  0x00000017 , 0x00008a14 
- 00008758  0x000009e2 setarg  0x0025180b 
- 00008759  0x000009e3 store  0x00000003 , 0x00008a60 
- 00008760  0x000009e4 branch  0x0000221a 
- 00008761  0x000009e7 jam  0x00000017 , 0x00008a14 
- 00008762  0x000009e8 setarg  0x00251000 
- 00008763  0x000009e9 store  0x00000003 , 0x00008a60 
- 00008764  0x000009ea branch  0x0000221a 
- 00008765  0x000009ef jam  0x00000006 , 0x00008042 
- 00008766  0x000009f1 fetch  0x00000002 , 0x0000409c 
- 00008767  0x000009f2 bbit0  0x0000000e , 0x0000223e 
- 00008768  0x000009f3 iforce  0x00000006 
- 00008769  0x000009f4 arg  0x00008a00 , 0x00000002 
- 00008770  0x000009f6 ifetch  0x00000001 , 0x00000006 
- 00008771  0x000009f7 beq  0x000000ff , 0x00002248 
- 00008772  0x000009f8 ior  0x00000002 , 0x00000005 
- 00008773  0x000009f9 ifetch  0x00000001 , 0x00000006 
- 00008774  0x000009fa istore  0x00000001 , 0x00000005 
- 00008775  0x000009fb branch  0x00002242 
- 00008776  0x000009fe bpatch  0x0000001a , 0x00004003 
- 00008777  0x000009ff fetch  0x00000001 , 0x00004436 
- 00008778  0x00000a00 call  0x000070d7 , 0x00000034 
- 00008779  0x00000a02 until  0x0000003e , 0x00000033 
- 00008780  0x00000a03 jam  0x0000005f , 0x0000813b 
- 00008781  0x00000a04 fetch  0x00000001 , 0x00004099 
- 00008782  0x00000a05 beq  0x00000010 , 0x00002266 
- 00008783  0x00000a06 fetch  0x00000001 , 0x00004438 
- 00008784  0x00000a07 or_into  0x00000004 , 0x0000003f 
- 00008785  0x00000a08 store  0x00000001 , 0x00008a02 
- 00008786  0x00000a09 jam  0x00000001 , 0x0000890f 
- 00008787  0x00000a0a jam  0x00000024 , 0x00008a80 
- 00008788  0x00000a0b jam  0x00000062 , 0x00008a81 
- 00008789  0x00000a0c setarg  0x00e61212 
- 00008790  0x00000a0d store  0x00000003 , 0x00008a73 
- 00008791  0x00000a10 jam  0x00000060 , 0x00008a86 
- 00008792  0x00000a11 jam  0x0000003b , 0x00008a8b 
- 00008793  0x00000a13 call  0x00002286 
- 00008794  0x00000a14 jam  0x00000000 , 0x00008043 
- 00008795  0x00000a15 jam  0x00000005 , 0x00008042 
- 00008796  0x00000a16 setarg  0x00557474 
- 00008797  0x00000a17 store  0x00000003 , 0x00008968 
- 00008798  0x00000a18 jam  0x0000006e , 0x00008960 
- 00008799  0x00000a19 call  0x00002133 
- 00008800  0x00000a1a call  0x00002271 
- 00008801  0x00000a1b fetch  0x00000001 , 0x0000411c 
- 00008802  0x00000a1c store  0x00000001 , 0x0000813a 
- 00008803  0x00000a1e jam  0x0000000c , 0x00004148 
- 00008804  0x00000a1f call  0x00006f4e 
- 00008805  0x00000a20 branch  0x000022b4 
- 00008806  0x00000a23 fetch  0x00000001 , 0x00004438 
- 00008807  0x00000a24 or_into  0x00000006 , 0x0000003f 
- 00008808  0x00000a25 store  0x00000001 , 0x00008a02 
- 00008809  0x00000a26 jam  0x00000000 , 0x0000890f 
- 00008810  0x00000a27 jam  0x00000023 , 0x00008a80 
- 00008811  0x00000a28 jam  0x000000b0 , 0x00008a81 
- 00008812  0x00000a29 setarg  0x00e40909 
- 00008813  0x00000a2a store  0x00000003 , 0x00008a73 
- 00008814  0x00000a2b jam  0x0000002a , 0x00008a76 
- 00008815  0x00000a2c jam  0x00000004 , 0x00008902 
- 00008816  0x00000a2d branch  0x00002257 
- 00008817  0x00000a30 bpatch  0x0000001b , 0x00004003 
- 00008818  0x00000a31 call  0x00002160 
- 00008819  0x00000a32 jam  0x00000003 , 0x00008900 
- 00008820  0x00000a33 jam  0x00000001 , 0x00008a70 
- 00008821  0x00000a34 arg  0x0000411d , 0x00000012 
- 00008822  0x00000a35 arg  0x00004135 , 0x00000018 
- 00008823  0x00000a36 call  0x0000227c 
- 00008824  0x00000a37 set1  0x0000002d , 0x00000000 
- 00008825  0x00000a38 call  0x0000227c 
- 00008826  0x00000a39 jam  0x00000061 , 0x00008a70 
- 00008827  0x00000a3a branch  0x00002152 
- 00008828  0x00000a3d call  0x0000218f 
- 00008829  0x00000a3e arg  0x00000006 , 0x00000039 
- 00008830  0x00000a3f arg  0x00000000 , 0x00000013 
- 00008831  0x00000a41 copy  0x00000013 , 0x00000002 
- 00008832  0x00000a42 call  0x00002294 
- 00008833  0x00000a43 increase  0x00000002 , 0x00000012 
- 00008834  0x00000a44 increase  0x00000001 , 0x00000018 
- 00008835  0x00000a45 increase  0x00000010 , 0x00000013 
- 00008836  0x00000a46 loop  0x0000227f 
- 00008837  0x00000a47 rtn 
- 00008838  0x00000a4a fetch  0x00000001 , 0x00004099 
- 00008839  0x00000a4b beq  0x00000018 , 0x0000228c 
- 00008840  0x00000a4c fetch  0x00000001 , 0x00004438 
- 00008841  0x00000a4d or_into  0x00000006 , 0x0000003f 
- 00008842  0x00000a4e store  0x00000001 , 0x00008a02 
- 00008843  0x00000a4f jam  0x000000e0 , 0x00008a05 
- 00008844  0x00000a51 jam  0x000000c8 , 0x00008a00 
- 00008845  0x00000a52 nop  0x0000003c 
- 00008846  0x00000a53 jam  0x000000a0 , 0x00008a01 
- 00008847  0x00000a54 jam  0x000000cf , 0x00008a00 
- 00008848  0x00000a55 jam  0x000000fa , 0x00008a01 
- 00008849  0x00000a56 nop  0x00000014 
- 00008850  0x00000a57 jam  0x0000008f , 0x00008a00 
- 00008851  0x00000a58 rtn 
- 00008852  0x00000a5b bpatch  0x0000001c , 0x00004003 
- 00008853  0x00000a5c jam  0x00000030 , 0x00008a20 
- 00008854  0x00000a5d jam  0x000000dd , 0x00008a23 
- 00008855  0x00000a5e call  0x000021d0 
- 00008856  0x00000a60 fetch  0x00000001 , 0x00008a7c 
- 00008857  0x00000a61 bbit0  0x00000000 , 0x00002298 
- 00008858  0x00000a62 jam  0x00000030 , 0x00008a7b 
- 00008859  0x00000a63 call  0x000022ae 
- 00008860  0x00000a64 iforce  0x00000011 
- 00008861  0x00000a65 jam  0x00000040 , 0x00008a7b 
- 00008862  0x00000a66 call  0x000022ae 
- 00008863  0x00000a67 isub  0x00000011 , 0x0000003f 
- 00008864  0x00000a68 mul32  0x0000003f , 0x0000007d , 0x00000002 
- 00008865  0x00000a69 setarg  0x00b00000 
- 00008866  0x00000a6a idiv  0x00000002 
- 00008867  0x00000a6b call  0x00007d62 
- 00008868  0x00000a6c quotient  0x0000003f 
- 00008869  0x00000a6d bmark0  0x0000002d , 0x000022a7 
- 00008870  0x00000a6e lshift  0x0000003f , 0x0000003f 
- 00008871  0x00000a70 istore  0x00000002 , 0x00000012 
- 00008872  0x00000a71 jam  0x00000020 , 0x00008a7b 
- 00008873  0x00000a72 fetch  0x00000001 , 0x00008a7e 
- 00008874  0x00000a73 lshift4  0x0000003f , 0x0000003f 
- 00008875  0x00000a74 istore  0x00000001 , 0x00000018 
- 00008876  0x00000a75 jam  0x00000000 , 0x00008a7b 
- 00008877  0x00000a76 rtn 
- 00008878  0x00000a79 fetch  0x00000002 , 0x00008a7d 
- 00008879  0x00000a7a byteswap  0x0000003f , 0x0000003f 
- 00008880  0x00000a7b fetcht  0x00000001 , 0x00008a7c 
- 00008881  0x00000a7c lshift16  0x00000002 , 0x00000002 
- 00008882  0x00000a7d ior  0x00000002 , 0x0000003f 
- 00008883  0x00000a7e rtn 
- 00008884  0x00000a82 bpatch  0x0000001d , 0x00004003 
- 00008885  0x00000a83 fetch  0x00000001 , 0x00008a0d 
- 00008886  0x00000a84 set1  0x00000000 , 0x0000003f 
- 00008887  0x00000a85 store  0x00000001 , 0x00008a0d 
- 00008888  0x00000a86 jam  0x000000f0 , 0x00008a0e 
- 00008889  0x00000a87 fetch  0x00000001 , 0x00008a05 
- 00008890  0x00000a88 or_into  0x00000016 , 0x0000003f 
- 00008891  0x00000a89 store  0x00000001 , 0x00008a05 
- 00008892  0x00000a8b fetch  0x00000001 , 0x00004411 
- 00008893  0x00000a8c store  0x00000001 , 0x00000678 
- 00008894  0x00000a8d fetch  0x00000001 , 0x00004408 
- 00008895  0x00000a8e store  0x00000001 , 0x00000679 
- 00008896  0x00000a8f jam  0x00000000 , 0x00004411 
- 00008897  0x00000a90 fetch  0x00000001 , 0x0000443e 
- 00008898  0x00000a91 store  0x00000001 , 0x00004408 
- 00008899  0x00000a92 fetcht  0x00000001 , 0x0000443d 
- 00008900  0x00000a93 call  0x00006f0f 
- 00008901  0x00000a95 arg  0x00000000 , 0x00000011 
- 00008902  0x00000a96 arg  0x00000008 , 0x00000039 
- 00008903  0x00000a98 call  0x00006f82 
- 00008904  0x00000a99 fetch  0x00000002 , 0x0000440a 
- 00008905  0x00000a9a iadd  0x00000011 , 0x00000011 
- 00008906  0x00000a9b loop  0x000022c7 
- 00008907  0x00000a9c rshift3  0x00000011 , 0x00000011 
- 00008908  0x00000a9d store  0x00000002 , 0x0000440a 
- 00008909  0x00000a9f fetch  0x00000001 , 0x00000678 
- 00008910  0x00000aa0 store  0x00000001 , 0x00004411 
- 00008911  0x00000aa1 fetch  0x00000001 , 0x00000679 
- 00008912  0x00000aa2 store  0x00000001 , 0x00004408 
- 00008913  0x00000aa4 fetch  0x00000001 , 0x00008a05 
- 00008914  0x00000aa5 and_into  0x000000e0 , 0x0000003f 
- 00008915  0x00000aa6 store  0x00000001 , 0x00008a05 
- 00008916  0x00000aa7 jam  0x00000000 , 0x00008a0e 
- 00008917  0x00000aa8 fetch  0x00000001 , 0x00008a0d 
- 00008918  0x00000aa9 set0  0x00000000 , 0x0000003f 
- 00008919  0x00000aaa store  0x00000001 , 0x00008a0d 
- 00008920  0x00000aac call  0x00006fb0 
- 00008921  0x00000aad fetcht  0x00000002 , 0x0000443b 
- 00008922  0x00000aae isub  0x00000002 , 0x0000003e 
- 00008923  0x00000aaf branch  0x000022e4 , 0x00000002 
- 00008924  0x00000ab0 fetcht  0x00000002 , 0x00004439 
- 00008925  0x00000ab1 isub  0x00000002 , 0x0000003e 
- 00008926  0x00000ab2 rtn  0x00000002 
- 00008927  0x00000ab4 fetch  0x00000001 , 0x00004438 
- 00008928  0x00000ab5 rtneq  0x00000000 
- 00008929  0x00000ab6 increase  0xffffffe0 , 0x0000003f 
- 00008930  0x00000ab7 store  0x00000001 , 0x00004438 
- 00008931  0x00000ab8 rtn 
- 00008932  0x00000abb fetch  0x00000001 , 0x00004438 
- 00008933  0x00000abc rtneq  0x000000e0 
- 00008934  0x00000abd increase  0x00000020 , 0x0000003f 
- 00008935  0x00000abe store  0x00000001 , 0x00004438 
- 00008936  0x00000abf rtn 
- 00008937  0x00000ac3 bpatch  0x0000001e , 0x00004003 
- 00008938  0x00000ac5 fetch  0x00000001 , 0x000089a2 
- 00008939  0x00000ac6 isolate1  0x00000006 , 0x0000003f 
- 00008940  0x00000ac7 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00008941  0x00000ac8 store  0x00000001 , 0x00004142 
- 00008942  0x00000aca fetch  0x00000001 , 0x000089a3 
- 00008943  0x00000acb and  0x0000003f , 0x0000000f , 0x00000002 
- 00008944  0x00000acc lshift  0x00000002 , 0x00000002 
- 00008945  0x00000acd rshift4  0x0000003f , 0x0000003f 
- 00008946  0x00000ace iadd  0x00000002 , 0x00000002 
- 00008947  0x00000acf mul32  0x00000002 , 0x00000003 , 0x00000011 
- 00008948  0x00000ad1 fetch  0x00000001 , 0x00004142 
- 00008949  0x00000ad2 call  0x000022ff 
- 00008950  0x00000ad3 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00008951  0x00000ad4 iadd  0x00000011 , 0x0000003f 
- 00008952  0x00000ad5 increase  0xfffffff7 , 0x0000003f 
- 00008953  0x00000ad6 and  0x0000003f , 0x000001ff , 0x0000003f 
- 00008954  0x00000ad7 isolate1  0x00000008 , 0x0000003f 
- 00008955  0x00000ad8 nbranch  0x000022fd , 0x00000001 
- 00008956  0x00000ad9 setarg  0x00000000 
- 00008957  0x00000adb store  0x00000001 , 0x00000035 
- 00008958  0x00000adc branch  0x00002304 
- 00008959  0x00000adf isolate1  0x00000007 , 0x0000003f 
- 00008960  0x00000ae0 nrtn  0x00000001 
- 00008961  0x00000ae1 arg  0x0000ff00 , 0x00000002 
- 00008962  0x00000ae2 ior  0x00000002 , 0x0000003f 
- 00008963  0x00000ae3 rtn 
- 00008964  0x00000ae6 fetch  0x00000001 , 0x00000035 
- 00008965  0x00000ae7 call  0x00002308 
- 00008966  0x00000ae8 store  0x00000001 , 0x00000009 
- 00008967  0x00000ae9 rtn 
- 00008968  0x00000aec and_into  0x000000ff , 0x0000003f 
- 00008969  0x00000aed div  0x0000003f , 0x0000000a 
- 00008970  0x00000aee call  0x00007d5f 
- 00008971  0x00000aef lshift4  0x0000003f , 0x0000003f 
- 00008972  0x00000af0 remainder  0x00000002 
- 00008973  0x00000af1 ior  0x00000002 , 0x0000003f 
- 00008974  0x00000af2 rtn 
- 00008975  0x00000af5 bpatch  0x0000001f , 0x00004003 
- 00008976  0x00000af6 fetch  0x00000001 , 0x00004143 
- 00008977  0x00000af7 rtneq  0x000000ff 
- 00008978  0x00000af8 nbranch  0x00002336 , 0x00000018 
- 00008979  0x00000af9 fetch  0x00000001 , 0x00004142 
- 00008980  0x00000afa sub  0x0000003f , 0x000000f0 , 0x0000003e 
- 00008981  0x00000afb nbranch  0x0000233a , 0x00000002 
- 00008982  0x00000afc sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00008983  0x00000afd branch  0x0000233a , 0x00000002 
- 00008984  0x00000aff fetchr  0x00000011 , 0x00000001 , 0x00008961 
- 00008985  0x00000b00 fetch  0x00000001 , 0x00004143 
- 00008986  0x00000b01 rtneq  0x00000000 
- 00008987  0x00000b02 arg  0x00004144 , 0x00000006 
- 00008988  0x00000b03 iadd  0x00000006 , 0x00000006 
- 00008989  0x00000b04 ifetch  0x00000001 , 0x00000006 
- 00008990  0x00000b05 isub  0x00000011 , 0x0000003e 
- 00008991  0x00000b06 nrtn  0x00000005 
- 00008992  0x00000b07 increase  0xfffffffe , 0x00000006 
- 00008993  0x00000b08 ifetcht  0x00000001 , 0x00000006 
- 00008994  0x00000b09 rshift4  0x00000002 , 0x0000003f 
- 00008995  0x00000b0a rshift4  0x00000011 , 0x00000012 
- 00008996  0x00000b0b isub  0x00000012 , 0x00000012 
- 00008997  0x00000b0c and  0x00000002 , 0x0000000f , 0x0000003f 
- 00008998  0x00000b0d and  0x00000011 , 0x0000000f , 0x00000011 
- 00008999  0x00000b0e isub  0x00000011 , 0x00000011 
- 00009000  0x00000b0f lshift  0x00000011 , 0x0000003f 
- 00009001  0x00000b10 iadd  0x00000012 , 0x00000012 
- 00009002  0x00000b11 mul32  0x00000012 , 0x00000003 , 0x00000012 
- 00009003  0x00000b12 fetcht  0x00000001 , 0x00004142 
- 00009004  0x00000b13 and  0x00000002 , 0x00000080 , 0x0000003f 
- 00009005  0x00000b14 rtn  0x00000034 
- 00009006  0x00000b16 setarg  0x00000100 
- 00009007  0x00000b17 isub  0x00000002 , 0x00000002 
- 00009008  0x00000b18 copy  0x00000012 , 0x0000003f 
- 00009009  0x00000b19 isub  0x00000002 , 0x0000003f 
- 00009010  0x00000b1a rtn  0x00000002 
- 00009011  0x00000b1b and  0x0000003f , 0x000000ff , 0x0000003f 
- 00009012  0x00000b1c rtneq  0x000000ff 
- 00009013  0x00000b1d rtneq  0x000000fe 
- 00009014  0x00000b20 fetch  0x00000001 , 0x00004143 
- 00009015  0x00000b21 beq  0x00000001 , 0x0000233f 
- 00009016  0x00000b22 beq  0x00000002 , 0x00002341 
- 00009017  0x00000b24 branch  0x0000233f 
- 00009018  0x00000b27 fetch  0x00000001 , 0x00004143 
- 00009019  0x00000b28 beq  0x00000000 , 0x00002341 
- 00009020  0x00000b29 beq  0x00000001 , 0x0000233d 
- 00009021  0x00000b2c jam  0x00000002 , 0x00004143 
- 00009022  0x00000b2d rtn 
- 00009023  0x00000b30 jam  0x00000000 , 0x00004143 
- 00009024  0x00000b31 rtn 
- 00009025  0x00000b34 jam  0x00000001 , 0x00004143 
- 00009026  0x00000b35 rtn 
- 00009027  0x00000b3d copy  0x0000003f , 0x00000002 
- 00009028  0x00000b3e bpatch  0x00000020 , 0x00004004 
- 00009029  0x00000b3f copy  0x00000002 , 0x0000003f 
- 00009030  0x00000b40 call  0x00007d2c 
- 00009031  0x00000b41 lshift16  0x00000021 , 0x0000003f 
- 00009032  0x00000b42 set1  0x0000002c , 0x0000003f 
- 00009033  0x00000b43 call  0x00007d12 
- 00009034  0x00000b44 set0  0x0000002c , 0x0000003f 
- 00009035  0x00000b45 call  0x00002352 
- 00009036  0x00000b46 call  0x00007d12 
- 00009037  0x00000b47 rtn  0x00000028 
- 00009038  0x00000b48 call  0x00007d1f 
- 00009039  0x00000b49 iforce  0x0000001b 
- 00009040  0x00000b4a until  0x0000003e , 0x00000003 
- 00009041  0x00000b4b rtn 
- 00009042  0x00000b4f copy  0x00000019 , 0x00000002 
- 00009043  0x00000b50 rtn  0x00000029 
- 00009044  0x00000b51 copy  0x0000001a , 0x00000002 
- 00009045  0x00000b52 rtn 
- 00009046  0x00000b55 deposit  0x00000022 
- 00009047  0x00000b56 rtn  0x00000029 
- 00009048  0x00000b57 deposit  0x00000028 
- 00009049  0x00000b58 rtn 
- 00009050  0x00000b5c bpatch  0x00000021 , 0x00004004 
- 00009051  0x00000b5d branch  0x0000235a 
- 00009052  0x00000b61 rtn  0x00000034 
- 00009053  0x00000b63 rshift  0x0000003f , 0x0000003f 
- 00009054  0x00000b64 increase  0xfffffffd , 0x0000003f 
- 00009055  0x00000b66 increase  0xffffffff , 0x0000003f 
- 00009056  0x00000b67 nbranch  0x0000235f , 0x00000005 
- 00009057  0x00000b68 force  0x00000000 , 0x0000003f 
- 00009058  0x00000b69 rtn 
- 00009059  0x00000b6f setarg  0x00000e43 
- 00009060  0x00000b70 store  0x00000002 , 0x00000036 
- 00009061  0x00000b71 setarg  0x00000600 
- 00009062  0x00000b72 store  0x00000002 , 0x00000038 
- 00009063  0x00000b73 setarg  0x00000600 
- 00009064  0x00000b74 store  0x00000002 , 0x0000003a 
- 00009065  0x00000b75 setarg  0x00000d00 
- 00009066  0x00000b76 store  0x00000002 , 0x00000040 
- 00009067  0x00000b77 setarg  0x000003bb 
- 00009068  0x00000b78 store  0x00000002 , 0x0000003c 
- 00009069  0x00000b79 setarg  0x00000500 
- 00009070  0x00000b7a store  0x00000002 , 0x0000003e 
- 00009071  0x00000b7b setarg  0x000007d0 
- 00009072  0x00000b7c store  0x00000002 , 0x00000042 
- 00009073  0x00000b7d setarg  0x00000ea6 
- 00009074  0x00000b7e store  0x00000002 , 0x00000044 
- 00009075  0x00000b7f setarg  0x000001e0 
- 00009076  0x00000b80 store  0x00000002 , 0x00000046 
- 00009077  0x00000b81 setarg  0x00000120 
- 00009078  0x00000b82 store  0x00000002 , 0x00000048 
- 00009079  0x00000b83 setarg  0x0000011a 
- 00009080  0x00000b84 store  0x00000002 , 0x0000004a 
- 00009081  0x00000b86 bpatch  0x00000022 , 0x00004004 
- 00009082  0x00000b87 rtn  0x0000002b 
- 00009083  0x00000b88 setarg  0x00000017 
- 00009084  0x00000b89 store  0x00000002 , 0x000042e3 
- 00009085  0x00000b8a jam  0x0000008b , 0x00004167 
- 00009086  0x00000b8b setarg  0x00000d00 
- 00009087  0x00000b8c store  0x00000002 , 0x0000433f 
- 00009088  0x00000b8d setarg  0x00000060 
- 00009089  0x00000b8e store  0x00000002 , 0x00004341 
- 00009090  0x00000b8f rshift  0x00000022 , 0x0000003f 
- 00009091  0x00000b90 store  0x00000004 , 0x00004095 
- 00009092  0x00000b91 rtn 
- 00009093  0x00000b99 setarg  0x0000ee21 
- 00009094  0x00000b9a store  0x00000002 , 0x00008050 
- 00009095  0x00000b9b fetchr  0x00000030 , 0x00000004 , 0x0000811c 
- 00009096  0x00000b9c fetch  0x00000001 , 0x00008132 
- 00009097  0x00000b9d bbit0  0x00000005 , 0x0000239c 
- 00009098  0x00000b9e enable  0x0000002b 
- 00009099  0x00000b9f bbit1  0x00000004 , 0x00002393 
- 00009100  0x00000ba0 disable  0x0000002b 
- 00009101  0x00000ba1 deposit  0x00000027 
- 00009102  0x00000ba2 nbranch  0x00002393 , 0x00000034 
- 00009103  0x00000ba3 fetch  0x00000001 , 0x00008142 
- 00009104  0x00000ba4 bbit1  0x00000004 , 0x00002393 
- 00009105  0x00000ba5 arg  0xffffffff , 0x00000002 
- 00009106  0x00000ba6 branch  0x00002434 
- 00009107  0x00000ba8 call  0x000023a0 
- 00009108  0x00000ba9 call  0x000023e6 , 0x0000002b 
- 00009109  0x00000baa fetch  0x00000001 , 0x00008132 
- 00009110  0x00000bab set0  0x00000005 , 0x0000003f 
- 00009111  0x00000bac store  0x00000001 , 0x00008132 
- 00009112  0x00000bad nbranch  0x0000239d , 0x0000002b 
- 00009113  0x00000bae call  0x00007d74 
- 00009114  0x00000baf storer  0x00000030 , 0x00000004 , 0x0000069d 
- 00009115  0x00000bb0 rtn 
- 00009116  0x00000bb3 call  0x000023a0 
- 00009117  0x00000bb5 call  0x00006a68 
- 00009118  0x00000bb6 storer  0x00000030 , 0x00000004 , 0x0000069d 
- 00009119  0x00000bb7 rtn 
- 00009120  0x00000bba until  0x0000003e , 0x00000033 
- 00009121  0x00000bbb fetch  0x00000001 , 0x00008133 
- 00009122  0x00000bbc and_into  0x00000088 , 0x0000003f 
- 00009123  0x00000bbd store  0x00000001 , 0x00008133 
- 00009124  0x00000bbe until  0x0000003e , 0x00000033 
- 00009125  0x00000bbf fetch  0x00000001 , 0x00008132 
- 00009126  0x00000bc0 or_into  0x0000000f , 0x0000003f 
- 00009127  0x00000bc1 store  0x00000001 , 0x00008132 
- 00009128  0x00000bc2 until  0x0000003e , 0x00000033 
- 00009129  0x00000bc3 set1  0x00000007 , 0x0000003f 
- 00009130  0x00000bc4 store  0x00000001 , 0x00008132 
- 00009131  0x00000bc5 until  0x0000003e , 0x00000033 
- 00009132  0x00000bc6 set1  0x00000006 , 0x0000003f 
- 00009133  0x00000bc7 store  0x00000001 , 0x00008132 
- 00009134  0x00000bc8 until  0x0000003e , 0x00000033 
- 00009135  0x00000bc9 rtn 
- 00009136  0x00000bcc until  0x0000003e , 0x00000033 
- 00009137  0x00000bcd jam  0x00000076 , 0x0000813d 
- 00009138  0x00000bce until  0x0000003e , 0x00000033 
- 00009139  0x00000bcf jam  0x00000037 , 0x0000813a 
- 00009140  0x00000bd0 rtn 
- 00009141  0x00000bd3 until  0x0000003e , 0x00000033 
- 00009142  0x00000bd4 jam  0x00000076 , 0x0000813d 
- 00009143  0x00000bd5 until  0x0000003e , 0x00000033 
- 00009144  0x00000bd6 jam  0x00000037 , 0x0000813a 
- 00009145  0x00000bd7 rtn 
- 00009146  0x00000bdc fetch  0x00000001 , 0x000043cb 
- 00009147  0x00000bdd lshift4  0x0000003f , 0x0000003f 
- 00009148  0x00000bdf store  0x00000001 , 0x00008143 
- 00009149  0x00000be0 until  0x0000003e , 0x00000033 
- 00009150  0x00000be1 fetch  0x00000001 , 0x000043cc 
- 00009151  0x00000be2 set1  0x00000005 , 0x0000003f 
- 00009152  0x00000be3 set1  0x00000006 , 0x0000003f 
- 00009153  0x00000be4 store  0x00000001 , 0x00008144 
- 00009154  0x00000be5 branch  0x000023e2 
- 00009155  0x00000be8 fetch  0x00000001 , 0x00008142 
- 00009156  0x00000be9 set0  0x00000003 , 0x0000003f 
- 00009157  0x00000bea store  0x00000001 , 0x00008142 
- 00009158  0x00000beb rtn 
- 00009159  0x00000bee fetch  0x00000001 , 0x00008142 
- 00009160  0x00000bef set1  0x00000003 , 0x0000003f 
- 00009161  0x00000bf0 store  0x00000001 , 0x00008142 
- 00009162  0x00000bf1 rtn 
- 00009163  0x00000bf4 fetch  0x00000003 , 0x000040c3 
- 00009164  0x00000bf5 arg  0x0000813e , 0x00000005 
- 00009165  0x00000bf7 arg  0x00000003 , 0x00000039 
- 00009166  0x00000bf8 branch  0x000023d1 
- 00009167  0x00000bfb arg  0x00008145 , 0x00000005 
- 00009168  0x00000bfd arg  0x00000004 , 0x00000039 
- 00009169  0x00000bff until  0x0000003e , 0x00000033 
- 00009170  0x00000c00 istore  0x00000001 , 0x00000005 
- 00009171  0x00000c01 rshift8  0x0000003f , 0x0000003f 
- 00009172  0x00000c02 loop  0x000023d1 
- 00009173  0x00000c03 branch  0x000023e2 
- 00009174  0x00000c06 arg  0x00008149 , 0x00000005 
- 00009175  0x00000c07 branch  0x000023d0 
- 00009176  0x00000c0b fetch  0x00000001 , 0x00008133 
- 00009177  0x00000c0c set0  0x00000003 , 0x0000003f 
- 00009178  0x00000c0d store  0x00000001 , 0x00008133 
- 00009179  0x00000c0e rtn 
- 00009180  0x00000c11 fetch  0x00000001 , 0x000040cb 
- 00009181  0x00000c12 rtn  0x00000034 
- 00009182  0x00000c13 set0  0x00000004 , 0x0000003f 
- 00009183  0x00000c14 branch  0x000023e1 
- 00009184  0x00000c17 store  0x00000001 , 0x000040cb 
- 00009185  0x00000c19 store  0x00000001 , 0x00008135 
- 00009186  0x00000c1b until  0x0000003e , 0x00000033 
- 00009187  0x00000c1c rtn 
- 00009188  0x00000c20 store  0x00000001 , 0x00008134 
- 00009189  0x00000c21 branch  0x000023e2 
- 00009190  0x00000c25 call  0x000023dc 
- 00009191  0x00000c26 fetch  0x00000001 , 0x000040ef 
- 00009192  0x00000c27 store  0x00000001 , 0x00008080 
- 00009193  0x00000c28 arg  0x000040cc , 0x00000006 
- 00009194  0x00000c29 arg  0x00008070 , 0x00000005 
- 00009195  0x00000c2a call  0x00007c8f 
- 00009196  0x00000c2b arg  0x000080d4 , 0x00000005 
- 00009197  0x00000c2c call  0x00007c89 
- 00009198  0x00000c2d fetchr  0x00000000 , 0x00000008 , 0x000040e7 
- 00009199  0x00000c2e arg  0x0000814d , 0x00000006 
- 00009200  0x00000c2f arg  0x00000016 , 0x00000005 
- 00009201  0x00000c30 arg  0x0000000c , 0x00000039 
- 00009202  0x00000c31 call  0x00007cda 
- 00009203  0x00000c32 branch  0x00006b11 
- 00009204  0x00000c35 storer  0x00000000 , 0x00000008 , 0x000040e7 
- 00009205  0x00000c36 arg  0x00008070 , 0x00000006 
- 00009206  0x00000c37 arg  0x000040cc , 0x00000005 
- 00009207  0x00000c38 call  0x00007c8f 
- 00009208  0x00000c39 arg  0x000080d4 , 0x00000006 
- 00009209  0x00000c3a call  0x00007c89 
- 00009210  0x00000c3b fetch  0x00000001 , 0x00008080 
- 00009211  0x00000c3c store  0x00000001 , 0x000040ef 
- 00009212  0x00000c3d branch  0x000023fd 
- 00009213  0x00000c40 arg  0x0000000c , 0x00000039 
- 00009214  0x00000c41 arg  0x00000016 , 0x00000006 
- 00009215  0x00000c42 arg  0x0000814d , 0x00000011 
- 00009216  0x00000c44 ifetch  0x00000001 , 0x00000006 
- 00009217  0x00000c45 ncall  0x00002405 , 0x00000034 
- 00009218  0x00000c46 increase  0x00000001 , 0x00000011 
- 00009219  0x00000c47 loop  0x00002400 
- 00009220  0x00000c48 rtn 
- 00009221  0x00000c4a istore  0x00000001 , 0x00000011 
- 00009222  0x00000c4b until  0x0000003e , 0x00000033 
- 00009223  0x00000c4c rtn 
- 00009224  0x00000c4f bpatch  0x00000023 , 0x00004004 
- 00009225  0x00000c50 fetch  0x00000001 , 0x000080cb 
- 00009226  0x00000c51 nbranch  0x0000240f , 0x00000034 
- 00009227  0x00000c52 fetch  0x00000003 , 0x000040bd 
- 00009228  0x00000c53 nrtn  0x00000034 
- 00009229  0x00000c54 jam  0x0000000c , 0x000080cb 
- 00009230  0x00000c55 jam  0x00000080 , 0x00008006 
- 00009231  0x00000c57 fetch  0x00000001 , 0x00008129 
- 00009232  0x00000c58 rtnbit0  0x00000001 
- 00009233  0x00000c59 fetch  0x00000003 , 0x0000815b 
- 00009234  0x00000c5a store  0x00000003 , 0x000040bd 
- 00009235  0x00000c5b rtn 
- 00009236  0x00000c60 fetch  0x00000001 , 0x000040ca 
- 00009237  0x00000c61 set1  0x00000004 , 0x0000003f 
- 00009238  0x00000c62 store  0x00000001 , 0x000040ca 
- 00009239  0x00000c66 bpatch  0x00000024 , 0x00004004 
- 00009240  0x00000c67 arg  0xffffffff , 0x00000002 
- 00009241  0x00000c68 fetch  0x00000001 , 0x000040a7 
- 00009242  0x00000c69 store  0x00000001 , 0x000040c8 
- 00009243  0x00000c6a fetch  0x00000001 , 0x000040ca 
- 00009244  0x00000c6b store  0x00000001 , 0x00008142 
- 00009245  0x00000c6c until  0x0000003e , 0x00000033 
- 00009246  0x00000c6f bpatch  0x00000025 , 0x00004004 
- 00009247  0x00000c71 fetch  0x00000002 , 0x000043e9 
- 00009248  0x00000c72 call  0x00007d79 
- 00009249  0x00000c74 fetch  0x00000004 , 0x000040ad 
- 00009250  0x00000c75 iadd  0x00000002 , 0x0000003f 
- 00009251  0x00000c76 store  0x00000004 , 0x000040ad 
- 00009252  0x00000c77 call  0x000023f4 
- 00009253  0x00000c78 fetch  0x00000001 , 0x000040cb 
- 00009254  0x00000c79 set1  0x00000004 , 0x0000003f 
- 00009255  0x00000c7a call  0x000023e1 
- 00009256  0x00000c7b ncall  0x000023cb , 0x0000002b 
- 00009257  0x00000c7c until  0x0000003e , 0x00000033 
- 00009258  0x00000c7d storer  0x00000019 , 0x00000006 , 0x000040b1 
- 00009259  0x00000c7e fetch  0x00000003 , 0x000040c6 
- 00009260  0x00000c7f fetchr  0x00000011 , 0x00000001 , 0x000040c9 
- 00009261  0x00000c80 arg  0x00000003 , 0x00000039 
- 00009262  0x00000c82 until  0x0000003e , 0x00000033 
- 00009263  0x00000c83 store  0x00000001 , 0x00008132 
- 00009264  0x00000c84 rshift8  0x0000003f , 0x0000003f 
- 00009265  0x00000c85 loop  0x0000242e 
- 00009266  0x00000c86 until  0x0000003e , 0x00000033 
- 00009267  0x00000c87 storer  0x00000011 , 0x00000001 , 0x00008133 
- 00009268  0x00000c89 until  0x0000003e , 0x00000033 
- 00009269  0x00000c8a storet  0x00000004 , 0x0000804c 
- 00009270  0x00000c8b jam  0x00000001 , 0x00008005 
- 00009271  0x00000c8c until  0x0000003e , 0x0000003f 
- 00009272  0x00000c8f fetch  0x00000001 , 0x000040c3 
- 00009273  0x00000c90 nrtn  0x00000034 
- 00009274  0x00000c91 jam  0x00000006 , 0x00008042 
- 00009275  0x00000c92 jam  0x000000f8 , 0x00008130 
- 00009276  0x00000c93 setarg  0x00030d40 
- 00009277  0x00000c94 call  0x0000235c 
- 00009278  0x00000c95 call  0x000023b5 
- 00009279  0x00000c96 until  0x0000003e , 0x00000033 
- 00009280  0x00000c97 jam  0x000000ff , 0x00008130 
- 00009281  0x00000c98 copy  0x00000031 , 0x00000030 
- 00009282  0x00000c99 jam  0x00000004 , 0x00008042 
- 00009283  0x00000c9a nop  0x0000000a 
- 00009284  0x00000c9b until  0x0000003e , 0x00000033 
- 00009285  0x00000c9c deposit  0x00000031 
- 00009286  0x00000c9d isub  0x00000030 , 0x0000003f 
- 00009287  0x00000c9e increase  0x00000030 , 0x0000003f 
- 00009288  0x00000c9f arg  0x000000ff , 0x00000002 
- 00009289  0x00000ca0 call  0x00007d6c 
- 00009290  0x00000ca1 store  0x00000001 , 0x000040c3 
- 00009291  0x00000ca2 nop  0x00007530 
- 00009292  0x00000ca3 nop  0x00007530 
- 00009293  0x00000ca4 nop  0x00007530 
- 00009294  0x00000ca5 rtn 
- 00009295  0x00000ca9 bpatch  0x00000026 , 0x00004004 
- 00009296  0x00000caa setarg  0x00000000 
- 00009297  0x00000cab copy  0x00000027 , 0x0000003e 
- 00009298  0x00000cac branch  0x0000245a , 0x00000005 
- 00009299  0x00000cad fetch  0x00000001 , 0x0000813e 
- 00009300  0x00000cae fetcht  0x00000001 , 0x0000813f 
- 00009301  0x00000caf isub  0x00000002 , 0x0000003e 
- 00009302  0x00000cb0 branch  0x00002458 , 0x00000002 
- 00009303  0x00000cb1 deposit  0x00000002 
- 00009304  0x00000cb3 isub  0x00000027 , 0x0000003f 
- 00009305  0x00000cb4 increase  0x00000001 , 0x0000003f 
- 00009306  0x00000cb6 increase  0x00000008 , 0x0000003f 
- 00009307  0x00000cb7 until  0x0000003e , 0x00000033 
- 00009308  0x00000cb8 iadd  0x00000031 , 0x0000003f 
- 00009309  0x00000cb9 fetcht  0x00000004 , 0x000040a9 
- 00009310  0x00000cba iadd  0x00000002 , 0x0000003f 
- 00009311  0x00000cbb fetcht  0x00000003 , 0x000040bd 
- 00009312  0x00000cbc imul32  0x00000002 , 0x0000003f 
- 00009313  0x00000cbd rshift8  0x0000003f , 0x0000003f 
- 00009314  0x00000cbe rshift4  0x0000003f , 0x0000003f 
- 00009315  0x00000cbf increase  0x0000006e , 0x0000003f 
- 00009316  0x00000cc0 fetcht  0x00000002 , 0x00000044 
- 00009317  0x00000cc1 idiv  0x00000002 
- 00009318  0x00000cc2 call  0x00007d5f 
- 00009319  0x00000cc3 lshift16  0x0000003f , 0x0000003f 
- 00009320  0x00000cc4 remainder  0x00000002 
- 00009321  0x00000cc5 ior  0x00000002 , 0x0000003f 
- 00009322  0x00000cc6 fetcht  0x00000006 , 0x000040b1 
- 00009323  0x00000cc7 call  0x00007d05 
- 00009324  0x00000cc8 copy  0x00000002 , 0x00000019 
- 00009325  0x00000cc9 fetch  0x00000006 , 0x00004048 
- 00009326  0x00000cca call  0x00002109 
- 00009327  0x00000ccb deposit  0x0000001a 
- 00009328  0x00000ccc store  0x00000006 , 0x00000670 
- 00009329  0x00000ccd deposit  0x00000027 
- 00009330  0x00000cce istore  0x00000001 , 0x00000005 
- 00009331  0x00000ccf fetch  0x00000001 , 0x0000811d 
- 00009332  0x00000cd0 or_into  0x000000f0 , 0x0000003f 
- 00009333  0x00000cd1 istore  0x00000001 , 0x00000005 
- 00009334  0x00000cd2 rtn 
- 00009335  0x00000cd6 bpatch  0x00000027 , 0x00004004 
- 00009336  0x00000cd7 deposit  0x0000001a 
- 00009337  0x00000cd8 call  0x00007d10 
- 00009338  0x00000cd9 fetcht  0x00000004 , 0x000040ad 
- 00009339  0x00000cda sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00009340  0x00000cdb rtn  0x00000002 
- 00009341  0x00000cdc lshift8  0x0000003f , 0x0000003f 
- 00009342  0x00000cdd lshift4  0x0000003f , 0x0000003f 
- 00009343  0x00000cde idiv  0x00000002 
- 00009344  0x00000cdf call  0x00007d5f 
- 00009345  0x00000ce0 arg  0x000000c8 , 0x00000002 
- 00009346  0x00000ce1 call  0x00007d6c 
- 00009347  0x00000ce2 store  0x00000001 , 0x0000000e 
- 00009348  0x00000ce3 nbranch  0x00002486 , 0x00000028 
- 00009349  0x00000ce4 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00009350  0x00000ce6 fetcht  0x00000003 , 0x000040bd 
- 00009351  0x00000ce7 iadd  0x00000002 , 0x0000003f 
- 00009352  0x00000ce8 store  0x00000003 , 0x000040bd 
- 00009353  0x00000cea setarg  0x00000000 
- 00009354  0x00000ceb store  0x00000004 , 0x000040ad 
- 00009355  0x00000cec rtn 
- 00009356  0x00000cf0 bpatch  0x00000028 , 0x00004005 
- 00009357  0x00000cf1 call  0x00002408 
- 00009358  0x00000cf2 fetch  0x00000003 , 0x000040bd 
- 00009359  0x00000cf3 rtn  0x00000034 
- 00009360  0x00000cf4 fetch  0x00000001 , 0x00004094 
- 00009361  0x00000cf5 rtn  0x00000034 
- 00009362  0x00000cf6 fetch  0x00000001 , 0x0000446c 
- 00009363  0x00000cf7 branch  0x00002496 , 0x00000034 
- 00009364  0x00000cf8 fetch  0x00000001 , 0x0000446e 
- 00009365  0x00000cf9 rtn  0x00000034 
- 00009366  0x00000cfb fetch  0x00000001 , 0x0000446d 
- 00009367  0x00000cfc nrtn  0x00000034 
- 00009368  0x00000cfd arg  0x000020af , 0x00000013 
- 00009369  0x00000cfe call  0x00002069 
- 00009370  0x00000cff rtn  0x00000005 
- 00009371  0x00000d00 call  0x000024ef 
- 00009372  0x00000d01 nrtn  0x00000034 
- 00009373  0x00000d02 call  0x0000205d 
- 00009374  0x00000d03 nbranch  0x000024bd , 0x00000005 
- 00009375  0x00000d04 rtn  0x0000002b 
- 00009376  0x00000d05 bpatch  0x00000029 , 0x00004005 
- 00009377  0x00000d06 fetcht  0x00000001 , 0x00000015 
- 00009378  0x00000d07 fetch  0x00000002 , 0x00004042 
- 00009379  0x00000d08 imul32  0x00000002 , 0x0000003f 
- 00009380  0x00000d09 rshift4  0x00000002 , 0x00000002 
- 00009381  0x00000d0a rshift2  0x00000002 , 0x00000002 
- 00009382  0x00000d0b isub  0x00000002 , 0x0000003f 
- 00009383  0x00000d0c fetcht  0x00000004 , 0x00004044 
- 00009384  0x00000d0d iadd  0x00000002 , 0x0000003f 
- 00009385  0x00000d0e fetcht  0x00000001 , 0x000040a6 
- 00009386  0x00000d0f isub  0x00000002 , 0x0000003f 
- 00009387  0x00000d10 lshift16  0x0000003f , 0x00000030 
- 00009388  0x00000d11 fetch  0x00000002 , 0x0000404e 
- 00009389  0x00000d12 rshift  0x0000003f , 0x0000003f 
- 00009390  0x00000d13 call  0x00007d2c 
- 00009391  0x00000d14 deposit  0x00000030 
- 00009392  0x00000d15 call  0x00007d12 
- 00009393  0x00000d16 copy  0x0000001a , 0x00000002 
- 00009394  0x00000d17 call  0x00007d10 
- 00009395  0x00000d18 rtn  0x00000028 
- 00009396  0x00000d1a call  0x00007d25 
- 00009397  0x00000d1c bpatch  0x0000002a , 0x00004005 
- 00009398  0x00000d1d fetch  0x00000001 , 0x000040c3 
- 00009399  0x00000d1e isub  0x00000002 , 0x0000003e 
- 00009400  0x00000d1f branch  0x00002489 , 0x00000002 
- 00009401  0x00000d20 storet  0x00000004 , 0x000040a9 
- 00009402  0x00000d21 call  0x000042c5 
- 00009403  0x00000d23 fetcht  0x00000004 , 0x000040a9 
- 00009404  0x00000d24 branch  0x0000241e 
- 00009405  0x00000d27 bpatch  0x0000002b , 0x00004005 
- 00009406  0x00000d28 fetch  0x00000001 , 0x00004388 
- 00009407  0x00000d29 nbranch  0x000024c1 , 0x00000034 
- 00009408  0x00000d2a rtn 
- 00009409  0x00000d2d fetch  0x00000002 , 0x000040a4 
- 00009410  0x00000d2e rtn  0x00000034 
- 00009411  0x00000d30 fetcht  0x00000001 , 0x000040a6 
- 00009412  0x00000d31 isub  0x00000002 , 0x0000003f 
- 00009413  0x00000d32 arg  0x00001d4c , 0x00000002 
- 00009414  0x00000d33 imul32  0x00000002 , 0x0000003f 
- 00009415  0x00000d34 branch  0x000024b4 
- 00009416  0x00000d38 fetch  0x00000002 , 0x000043e5 
- 00009417  0x00000d39 call  0x00007d79 
- 00009418  0x00000d3a nbranch  0x000024e0 , 0x00000034 
- 00009419  0x00000d3b jam  0x00000000 , 0x00000015 
- 00009420  0x00000d3c bmark0  0x0000000d , 0x000024e0 
- 00009421  0x00000d3d fetch  0x00000001 , 0x000040c2 
- 00009422  0x00000d3e branch  0x000024e4 , 0x00000034 
- 00009423  0x00000d3f increase  0xffffffff , 0x0000003f 
- 00009424  0x00000d40 store  0x00000001 , 0x000040c2 
- 00009425  0x00000d41 rtn 
- 00009426  0x00000d47 jam  0x00000000 , 0x000040a8 
- 00009427  0x00000d48 fetch  0x00000003 , 0x000040b7 
- 00009428  0x00000d49 increase  0x00000001 , 0x0000003f 
- 00009429  0x00000d4a store  0x00000003 , 0x000040b7 
- 00009430  0x00000d4b rtn 
- 00009431  0x00000d4f bpatch  0x0000002c , 0x00004005 
- 00009432  0x00000d50 jam  0x00000000 , 0x00000015 
- 00009433  0x00000d51 fetch  0x00000003 , 0x000040ba 
- 00009434  0x00000d52 increase  0x00000001 , 0x0000003f 
- 00009435  0x00000d53 store  0x00000003 , 0x000040ba 
- 00009436  0x00000d54 fetch  0x00000001 , 0x000040a8 
- 00009437  0x00000d55 increase  0x00000001 , 0x0000003f 
- 00009438  0x00000d56 store  0x00000001 , 0x000040a8 
- 00009439  0x00000d57 rtn 
- 00009440  0x00000d5a jam  0x00000000 , 0x00000015 
- 00009441  0x00000d5b fetch  0x00000001 , 0x000040c1 
- 00009442  0x00000d5c store  0x00000001 , 0x000040c2 
- 00009443  0x00000d5d rtn 
- 00009444  0x00000d60 fetcht  0x00000001 , 0x000040c0 
- 00009445  0x00000d61 storet  0x00000001 , 0x00000015 
- 00009446  0x00000d62 rtn 
- 00009447  0x00000d67 fetch  0x00000002 , 0x000040a2 
- 00009448  0x00000d68 qset1  0x0000003f 
- 00009449  0x00000d69 store  0x00000002 , 0x000040a2 
- 00009450  0x00000d6a rtn 
- 00009451  0x00000d6d fetch  0x00000002 , 0x000040a2 
- 00009452  0x00000d6e qset0  0x0000003f 
- 00009453  0x00000d6f store  0x00000002 , 0x000040a2 
- 00009454  0x00000d70 rtn 
- 00009455  0x00000d75 bpatch  0x0000002d , 0x00004005 
- 00009456  0x00000d76 call  0x000042c3 
- 00009457  0x00000d77 fetch  0x00000002 , 0x000040a2 
- 00009458  0x00000d78 copy  0x0000003f , 0x00000011 
- 00009459  0x00000d79 fetch  0x00000003 , 0x0000444b 
- 00009460  0x00000d7a nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00009461  0x00000d7b fetch  0x00000008 , 0x000044d3 
- 00009462  0x00000d7c nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00009463  0x00000d7d fetch  0x00000008 , 0x000044db 
- 00009464  0x00000d7e nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00009465  0x00000d7f fetch  0x00000001 , 0x00004114 
- 00009466  0x00000d80 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00009467  0x00000d81 fetch  0x00000001 , 0x000043cb 
- 00009468  0x00000d82 compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00009469  0x00000d83 call  0x00002501 , 0x00000001 
- 00009470  0x00000d84 copy  0x00000011 , 0x0000003f 
- 00009471  0x00000d85 store  0x00000002 , 0x000040a2 
- 00009472  0x00000d86 rtn 
- 00009473  0x00000d89 fetch  0x00000002 , 0x00008112 
- 00009474  0x00000d8a nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00009475  0x00000d8b fetch  0x00000002 , 0x0000810e 
- 00009476  0x00000d8c nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00009477  0x00000d8d rtn 
- 00009478  0x00000d97 bpatchx  0x0000000e , 0x00004021 
- 00009479  0x00000d98 disable  0x0000002b 
- 00009480  0x00000d99 jam  0x00000001 , 0x0000017e 
- 00009481  0x00000d9a jam  0x00000003 , 0x00000168 
- 00009482  0x00000d9b jam  0x00000001 , 0x0000017f 
- 00009483  0x00000d9c setarg  0xffffffff 
- 00009484  0x00000d9d store  0x00000002 , 0x00000182 
- 00009485  0x00000d9e force  0x00000000 , 0x0000003f 
- 00009486  0x00000d9f store  0x00000001 , 0x00000180 
- 00009487  0x00000da0 store  0x00000001 , 0x0000018b 
- 00009488  0x00000da1 store  0x00000003 , 0x000040b7 
- 00009489  0x00000da2 store  0x00000003 , 0x000040ba 
- 00009490  0x00000da3 call  0x0000285c 
- 00009491  0x00000da4 jam  0x00000001 , 0x00004169 
- 00009492  0x00000da5 jam  0x00000000 , 0x0000416a 
- 00009493  0x00000da6 jam  0x00000001 , 0x0000019d 
- 00009494  0x00000da7 jam  0x00000001 , 0x0000019e 
- 00009495  0x00000da8 jam  0x00000000 , 0x00004396 
- 00009496  0x00000da9 branch  0x00002935 
- 00009497  0x00000dac bpatchx  0x0000000f , 0x00004021 
- 00009498  0x00000dad enable  0x00000029 
- 00009499  0x00000dae jam  0x00000003 , 0x00000169 
- 00009500  0x00000daf jam  0x00000001 , 0x00004398 
- 00009501  0x00000db0 jam  0x00000001 , 0x000006b1 
- 00009502  0x00000db1 setarg  0x0000ffff 
- 00009503  0x00000db2 store  0x00000002 , 0x000006b3 
- 00009504  0x00000db3 force  0x00000000 , 0x0000003f 
- 00009505  0x00000db4 store  0x00000005 , 0x00004455 
- 00009506  0x00000db5 set1  0x00000027 , 0x0000003f 
- 00009507  0x00000db6 store  0x00000005 , 0x00004450 
- 00009508  0x00000db7 branch  0x00002506 
- 00009509  0x00000dbb bpatchx  0x00000010 , 0x00004022 
- 00009510  0x00000dbc disable  0x00000029 
- 00009511  0x00000dbd setarg  0x00000017 
- 00009512  0x00000dbe store  0x00000002 , 0x000042e3 
- 00009513  0x00000dbf increase  0x00000004 , 0x0000003f 
- 00009514  0x00000dc0 store  0x00000002 , 0x000043b8 
- 00009515  0x00000dc1 jam  0x00000001 , 0x00000169 
- 00009516  0x00000dc2 jam  0x00000000 , 0x00004388 
- 00009517  0x00000dc3 jam  0x00000000 , 0x00000015 
- 00009518  0x00000dc4 call  0x00002592 
- 00009519  0x00000dc5 fetch  0x00000002 , 0x00000196 
- 00009520  0x00000dc6 store  0x00000002 , 0x000042f5 
- 00009521  0x00000dc7 fetch  0x00000002 , 0x0000016a 
- 00009522  0x00000dc8 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00009523  0x00000dc9 rshift4  0x0000003f , 0x0000003f 
- 00009524  0x00000dca store  0x00000002 , 0x00000196 
- 00009525  0x00000dcb branch  0x00002506 
- 00009526  0x00000dd3 bpatchx  0x00000011 , 0x00004022 
- 00009527  0x00000dd4 call  0x000025b8 
- 00009528  0x00000dd5 fetch  0x00000001 , 0x00000168 
- 00009529  0x00000dd6 isolate1  0x00000004 , 0x0000003f 
- 00009530  0x00000dd7 setflag  0x00000001 , 0x00000032 , 0x00000000 
- 00009531  0x00000dd8 call  0x000042b2 
- 00009532  0x00000dd9 fetch  0x00000001 , 0x00000169 
- 00009533  0x00000dda bbit1  0x00000001 , 0x0000253f 
- 00009534  0x00000ddb branch  0x00002551 
- 00009535  0x00000de2 bpatchx  0x00000012 , 0x00004022 
- 00009536  0x00000de3 enable  0x00000029 
- 00009537  0x00000de4 call  0x0000292b 
- 00009538  0x00000de5 branch  0x0000254e , 0x00000002 
- 00009539  0x00000de6 call  0x000025fb 
- 00009540  0x00000de7 call  0x00002871 
- 00009541  0x00000de8 disable  0x0000002d 
- 00009542  0x00000de9 call  0x00002730 
- 00009543  0x00000dea nrtn  0x0000002d 
- 00009544  0x00000deb fetch  0x00000001 , 0x00000005 
- 00009545  0x00000dec increase  0x00000001 , 0x0000003f 
- 00009546  0x00000ded store  0x00000001 , 0x00000005 
- 00009547  0x00000dee call  0x00002823 
- 00009548  0x00000def disable  0x00000029 
- 00009549  0x00000df0 rtn 
- 00009550  0x00000df3 call  0x00002586 
- 00009551  0x00000df4 disable  0x00000029 
- 00009552  0x00000df5 rtn 
- 00009553  0x00000dfb bpatchx  0x00000013 , 0x00004022 
- 00009554  0x00000dfc jam  0x00000000 , 0x0000433e 
- 00009555  0x00000dfd set0  0x00000030 , 0x00000000 
- 00009556  0x00000dfe call  0x00007552 
- 00009557  0x00000dff call  0x00002ff5 
- 00009558  0x00000e00 disable  0x0000002e 
- 00009559  0x00000e01 call  0x0000292b 
- 00009560  0x00000e02 branch  0x00002586 , 0x00000002 
- 00009561  0x00000e03 fetch  0x00000001 , 0x0000019d 
- 00009562  0x00000e04 call  0x000025a4 
- 00009563  0x00000e05 call  0x000025fb 
- 00009564  0x00000e06 call  0x00002652 
- 00009565  0x00000e07 nbranch  0x00002577 , 0x00000018 
- 00009566  0x00000e08 call  0x00002597 
- 00009567  0x00000e09 branch  0x00002562 , 0x0000002d 
- 00009568  0x00000e0a bmark1  0x00000030 , 0x00002562 
- 00009569  0x00000e0b branch  0x00002571 
- 00009570  0x00000e10 bpatchx  0x00000014 , 0x00004022 
- 00009571  0x00000e11 fetch  0x00000001 , 0x0000433e 
- 00009572  0x00000e12 pincrease  0x00000001 
- 00009573  0x00000e13 store  0x00000001 , 0x0000433e 
- 00009574  0x00000e14 beq  0x0000000c , 0x00002571 
- 00009575  0x00000e15 call  0x00002823 
- 00009576  0x00000e16 call  0x00002871 
- 00009577  0x00000e17 fetch  0x00000001 , 0x0000019e 
- 00009578  0x00000e18 call  0x000025a4 
- 00009579  0x00000e19 call  0x00002741 
- 00009580  0x00000e1a call  0x000028d4 
- 00009581  0x00000e1b fetch  0x00000002 , 0x000043e1 
- 00009582  0x00000e1c call  0x00007d79 
- 00009583  0x00000e1d call  0x0000257b 
- 00009584  0x00000e1e branch  0x00002580 , 0x00000028 
- 00009585  0x00000e20 bpatchx  0x00000015 , 0x00004022 
- 00009586  0x00000e21 call  0x00002fba 
- 00009587  0x00000e22 call  0x00002fb1 
- 00009588  0x00000e23 call  0x00007841 
- 00009589  0x00000e24 fetch  0x00000001 , 0x0000018b 
- 00009590  0x00000e25 bbit1  0x00000003 , 0x00002586 
- 00009591  0x00000e27 bpatchx  0x00000016 , 0x00004022 
- 00009592  0x00000e28 call  0x000020cf 
- 00009593  0x00000e29 call  0x000029a5 
- 00009594  0x00000e2a branch  0x000020f7 
- 00009595  0x00000e2e disable  0x00000028 
- 00009596  0x00000e2f bmark1  0x0000002a , 0x00007dba 
- 00009597  0x00000e30 bmark1  0x00000029 , 0x00007dba 
- 00009598  0x00000e31 bmark1  0x00000030 , 0x00007dba 
- 00009599  0x00000e32 rtn 
- 00009600  0x00000e36 bpatchx  0x00000017 , 0x00004022 
- 00009601  0x00000e37 enable  0x0000002e 
- 00009602  0x00000e38 call  0x00002734 
- 00009603  0x00000e39 branch  0x00002562 , 0x0000002d 
- 00009604  0x00000e3a bmark1  0x00000030 , 0x00002562 
- 00009605  0x00000e3b branch  0x00002571 
- 00009606  0x00000e40 bpatchx  0x00000018 , 0x00004023 
- 00009607  0x00000e41 call  0x0000258d 
- 00009608  0x00000e42 call  0x00004302 
- 00009609  0x00000e43 call  0x00002592 
- 00009610  0x00000e44 call  0x00003003 
- 00009611  0x00000e45 jam  0x00000015 , 0x0000066f 
- 00009612  0x00000e46 branch  0x0000782b 
- 00009613  0x00000e49 arg  0x00004441 , 0x00000005 
- 00009614  0x00000e4a call  0x00007c99 
- 00009615  0x00000e4b jam  0x00000000 , 0x0000017e 
- 00009616  0x00000e4c jam  0x00000000 , 0x00000169 
- 00009617  0x00000e4d jam  0x00000000 , 0x00000168 
- 00009618  0x00000e4f bpatchx  0x00000019 , 0x00004023 
- 00009619  0x00000e50 jam  0x00000000 , 0x000042fd 
- 00009620  0x00000e51 jam  0x00000000 , 0x000042fc 
- 00009621  0x00000e52 call  0x00007452 
- 00009622  0x00000e53 rtn 
- 00009623  0x00000e56 bpatchx  0x0000001a , 0x00004023 
- 00009624  0x00000e57 fetch  0x00000001 , 0x00000005 
- 00009625  0x00000e58 increase  0x00000001 , 0x0000003f 
- 00009626  0x00000e59 store  0x00000001 , 0x00000005 
- 00009627  0x00000e5a fetch  0x00000001 , 0x00000168 
- 00009628  0x00000e5b rtnbit1  0x00000003 
- 00009629  0x00000e5c set1  0x00000003 , 0x0000003f 
- 00009630  0x00000e5d store  0x00000001 , 0x00000168 
- 00009631  0x00000e5e fetch  0x00000002 , 0x000042f5 
- 00009632  0x00000e5f store  0x00000002 , 0x00000196 
- 00009633  0x00000e60 setarg  0x00000000 
- 00009634  0x00000e61 store  0x00000004 , 0x0000431d 
- 00009635  0x00000e62 rtn 
- 00009636  0x00000e6b copy  0x0000003f , 0x00000002 
- 00009637  0x00000e6c bpatchx  0x0000001b , 0x00004023 
- 00009638  0x00000e6e copy  0x00000002 , 0x0000003f 
- 00009639  0x00000e6f bbit1  0x00000000 , 0x000025b8 
- 00009640  0x00000e70 bbit1  0x00000001 , 0x000025ad 
- 00009641  0x00000e71 bbit0  0x00000002 , 0x000025b8 
- 00009642  0x00000e72 bbit1  0x00000007 , 0x000025b4 
- 00009643  0x00000e73 bbit1  0x00000002 , 0x000025b0 
- 00009644  0x00000e74 branch  0x000025b8 
- 00009645  0x00000e77 set0  0x0000002f , 0x00000000 
- 00009646  0x00000e78 set1  0x0000002d , 0x00000000 
- 00009647  0x00000e79 rtn 
- 00009648  0x00000e7d set0  0x0000002d , 0x00000000 
- 00009649  0x00000e7e set1  0x0000002f , 0x00000000 
- 00009650  0x00000e7f set0  0x0000002e , 0x00000000 
- 00009651  0x00000e80 rtn 
- 00009652  0x00000e84 set0  0x0000002d , 0x00000000 
- 00009653  0x00000e85 set1  0x0000002f , 0x00000000 
- 00009654  0x00000e86 set1  0x0000002e , 0x00000000 
- 00009655  0x00000e87 rtn 
- 00009656  0x00000e8a bpatchx  0x0000001c , 0x00004023 
- 00009657  0x00000e8b set0  0x0000002d , 0x00000000 
- 00009658  0x00000e8c set0  0x0000002f , 0x00000000 
- 00009659  0x00000e8d rtn 
- 00009660  0x00000e91 bpatchx  0x0000001d , 0x00004023 
- 00009661  0x00000e92 set0  0x00000032 , 0x00000000 
- 00009662  0x00000e93 jam  0x00000001 , 0x00008901 
- 00009663  0x00000e94 jam  0x00000080 , 0x00008920 
- 00009664  0x00000e95 jam  0x00000003 , 0x00008930 
- 00009665  0x00000e96 rtn 
- 00009666  0x00000e99 bpatchx  0x0000001e , 0x00004023 
- 00009667  0x00000e9a disable  0x00000009 
- 00009668  0x00000e9b disable  0x00000007 
- 00009669  0x00000e9c fetch  0x00000003 , 0x00000190 
- 00009670  0x00000e9d iforce  0x0000000f 
- 00009671  0x00000e9e fetch  0x00000001 , 0x00000007 
- 00009672  0x00000ea0 reverse  0x0000003f , 0x00000002 
- 00009673  0x00000ea1 set1  0x00000001 , 0x00000002 
- 00009674  0x00000ea2 rshift  0x00000002 , 0x0000000e 
- 00009675  0x00000ea3 rtn 
- 00009676  0x00000ea7 call  0x000025d5 
- 00009677  0x00000ea9 call  0x0000216f 
- 00009678  0x00000eaa fetch  0x00000002 , 0x0000003e 
- 00009679  0x00000eab call  0x0000235c 
- 00009680  0x00000eac branch  0x000021a6 
- 00009681  0x00000eaf branch  0x000021fc , 0x0000002d 
- 00009682  0x00000eb0 bmark1  0x00000030 , 0x000021fc 
- 00009683  0x00000eb2 call  0x000025d5 
- 00009684  0x00000eb3 branch  0x000021f9 
- 00009685  0x00000eb6 bpatchx  0x0000001f , 0x00004023 
- 00009686  0x00000eb7 call  0x00002160 
- 00009687  0x00000eb8 fetch  0x00000001 , 0x000001bb 
- 00009688  0x00000eb9 nbranch  0x000025e8 , 0x00000034 
- 00009689  0x00000eba fetch  0x00000001 , 0x00000007 
- 00009690  0x00000ebb sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00009691  0x00000ebc branch  0x000025e2 , 0x00000002 
- 00009692  0x00000ebd force  0x00000000 , 0x00000002 
- 00009693  0x00000ebe rtneq  0x00000025 
- 00009694  0x00000ebf force  0x00000018 , 0x00000002 
- 00009695  0x00000ec0 rtneq  0x00000026 
- 00009696  0x00000ec1 force  0x0000004e , 0x00000002 
- 00009697  0x00000ec2 rtn 
- 00009698  0x00000ec5 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00009699  0x00000ec6 branch  0x000025e5 , 0x00000002 
- 00009700  0x00000ec7 increase  0x00000001 , 0x0000003f 
- 00009701  0x00000eca lshift  0x0000003f , 0x0000003f 
- 00009702  0x00000ecb add  0x0000003f , 0x00000002 , 0x00000002 
- 00009703  0x00000ecc rtn 
- 00009704  0x00000ecf fetch  0x00000001 , 0x00000007 
- 00009705  0x00000ed0 lshift  0x0000003f , 0x00000002 
- 00009706  0x00000ed1 rtn 
- 00009707  0x00000ed4 arg  0x000001f4 , 0x00000002 
- 00009708  0x00000ed5 rtn  0x00000034 
- 00009709  0x00000ed6 arg  0x000000fa , 0x00000002 
- 00009710  0x00000ed7 rtneq  0x00000001 
- 00009711  0x00000ed8 arg  0x00000096 , 0x00000002 
- 00009712  0x00000ed9 rtneq  0x00000002 
- 00009713  0x00000eda arg  0x00000064 , 0x00000002 
- 00009714  0x00000edb rtneq  0x00000003 
- 00009715  0x00000edc arg  0x0000004b , 0x00000002 
- 00009716  0x00000edd rtneq  0x00000004 
- 00009717  0x00000ede arg  0x00000032 , 0x00000002 
- 00009718  0x00000edf rtneq  0x00000005 
- 00009719  0x00000ee0 arg  0x00000028 , 0x00000002 
- 00009720  0x00000ee1 rtneq  0x00000006 
- 00009721  0x00000ee2 arg  0x00000014 , 0x00000002 
- 00009722  0x00000ee3 rtn 
- 00009723  0x00000ee8 bpatchx  0x00000020 , 0x00004024 
- 00009724  0x00000ee9 enable  0x00000010 
- 00009725  0x00000eea fetch  0x00000004 , 0x0000018c 
- 00009726  0x00000eeb iforce  0x00000009 
- 00009727  0x00000eec call  0x00002630 
- 00009728  0x00000eed setarg  0x00000200 
- 00009729  0x00000eee branch  0x00002604 , 0x00000029 
- 00009730  0x00000eef fetch  0x00000002 , 0x00000176 
- 00009731  0x00000ef0 rshift  0x0000003f , 0x0000003f 
- 00009732  0x00000ef2 fetcht  0x00000002 , 0x0000003e 
- 00009733  0x00000ef3 iadd  0x00000002 , 0x0000003f 
- 00009734  0x00000ef4 call  0x00002343 
- 00009735  0x00000ef5 deposit  0x0000001a 
- 00009736  0x00000ef6 rtn 
- 00009737  0x00000efa bpatchx  0x00000021 , 0x00004024 
- 00009738  0x00000efb call  0x00007c51 
- 00009739  0x00000efc storer  0x00000039 , 0x00000002 , 0x0000069b 
- 00009740  0x00000efd add  0x00000011 , 0x00000001 , 0x00000006 
- 00009741  0x00000efe ifetch  0x00000001 , 0x00000006 
- 00009742  0x00000eff rtnbit0  0x00000000 
- 00009743  0x00000f00 add  0x00000011 , 0x0000001a , 0x00000005 
- 00009744  0x00000f01 ifetch  0x00000002 , 0x00000005 
- 00009745  0x00000f02 increase  0x00000001 , 0x0000003f 
- 00009746  0x00000f03 istore  0x00000002 , 0x00000005 
- 00009747  0x00000f04 call  0x000027a2 
- 00009748  0x00000f05 call  0x000027c4 
- 00009749  0x00000f06 call  0x000027cd 
- 00009750  0x00000f07 call  0x0000261a 
- 00009751  0x00000f08 call  0x00007c60 
- 00009752  0x00000f09 fetchr  0x00000039 , 0x00000002 , 0x0000069b 
- 00009753  0x00000f0a rtn 
- 00009754  0x00000f0d add  0x00000011 , 0x00000019 , 0x00000006 
- 00009755  0x00000f0e ifetch  0x00000001 , 0x00000006 
- 00009756  0x00000f0f add  0x00000011 , 0x00000018 , 0x00000005 
- 00009757  0x00000f10 ifetcht  0x00000001 , 0x00000005 
- 00009758  0x00000f11 iadd  0x00000002 , 0x0000003f 
- 00009759  0x00000f12 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00009760  0x00000f13 branch  0x00002622 , 0x00000002 
- 00009761  0x00000f14 increase  0xffffffdb , 0x0000003f 
- 00009762  0x00000f16 istore  0x00000001 , 0x00000005 
- 00009763  0x00000f17 rtn 
- 00009764  0x00000f1b add  0x00000011 , 0x00000030 , 0x00000006 
- 00009765  0x00000f1c ifetch  0x00000005 , 0x00000006 
- 00009766  0x00000f1d force  0x00000000 , 0x00000002 
- 00009767  0x00000f1e force  0x00000025 , 0x00000039 
- 00009768  0x00000f20 bbit0  0x00000000 , 0x0000262a 
- 00009769  0x00000f21 increase  0x00000001 , 0x00000002 
- 00009770  0x00000f23 rshift  0x0000003f , 0x0000003f 
- 00009771  0x00000f24 loop  0x00002628 
- 00009772  0x00000f25 add  0x00000002 , 0xffffffff , 0x0000003f 
- 00009773  0x00000f26 add  0x00000011 , 0x00000022 , 0x00000005 
- 00009774  0x00000f27 istore  0x00000001 , 0x00000005 
- 00009775  0x00000f28 rtn 
- 00009776  0x00000f2b bpatchx  0x00000022 , 0x00004024 
- 00009777  0x00000f2c fetch  0x00000001 , 0x00000180 
- 00009778  0x00000f2d iforce  0x00000007 
- 00009779  0x00000f2e fetcht  0x00000005 , 0x00000198 
- 00009780  0x00000f2f qisolate1  0x00000002 
- 00009781  0x00000f30 branch  0x00002645 , 0x00000001 
- 00009782  0x00000f32 fetch  0x00000001 , 0x0000018a 
- 00009783  0x00000f33 isub  0x00000007 , 0x0000003f 
- 00009784  0x00000f34 branch  0x0000263b , 0x00000002 
- 00009785  0x00000f35 sub  0x0000003f , 0xffffffff , 0x00000007 
- 00009786  0x00000f36 branch  0x00002636 
- 00009787  0x00000f38 copy  0x00000007 , 0x00000039 
- 00009788  0x00000f39 force  0x00000000 , 0x00000007 
- 00009789  0x00000f3b qisolate1  0x00000002 
- 00009790  0x00000f3c branch  0x00002640 , 0x00000001 
- 00009791  0x00000f3d increase  0x00000001 , 0x00000039 
- 00009792  0x00000f3f deposit  0x00000039 
- 00009793  0x00000f40 branch  0x00002645 , 0x00000034 
- 00009794  0x00000f41 increase  0x00000001 , 0x00000007 
- 00009795  0x00000f42 increase  0xffffffff , 0x00000039 
- 00009796  0x00000f43 branch  0x0000263d 
- 00009797  0x00000f45 deposit  0x00000007 
- 00009798  0x00000f46 store  0x00000001 , 0x00000007 
- 00009799  0x00000f47 rtn 
- 00009800  0x00000f4b branch  0x0000264b , 0x00000029 
- 00009801  0x00000f4c until  0x0000003e , 0x00000003 
- 00009802  0x00000f4d rtn 
- 00009803  0x00000f50 arg  0x00000ea0 , 0x0000000b 
- 00009804  0x00000f51 until  0x00000023 , 0x00000026 
- 00009805  0x00000f52 rtn 
- 00009806  0x00000f55 disable  0x00000010 
- 00009807  0x00000f56 fetch  0x00000002 , 0x00004346 
- 00009808  0x00000f57 copy  0x0000003f , 0x0000000b 
- 00009809  0x00000f58 branch  0x00002658 
- 00009810  0x00000f5c bpatchx  0x00000023 , 0x00004024 
- 00009811  0x00000f5d call  0x000026be 
- 00009812  0x00000f5e enable  0x00000010 
- 00009813  0x00000f5f fetch  0x00000002 , 0x00000176 
- 00009814  0x00000f60 fetcht  0x00000004 , 0x0000431d 
- 00009815  0x00000f61 iadd  0x00000002 , 0x0000000b 
- 00009816  0x00000f63 call  0x000025cc 
- 00009817  0x00000f65 bpatchx  0x00000024 , 0x00004024 
- 00009818  0x00000f66 call  0x000025c2 
- 00009819  0x00000f67 bmark0  0x0000002f , 0x00002660 
- 00009820  0x00000f68 pulse  0x00000039 
- 00009821  0x00000f69 nop  0x0000001e 
- 00009822  0x00000f6a call  0x000025c2 
- 00009823  0x00000f6b lshift3  0x0000000b , 0x0000000b 
- 00009824  0x00000f6d disable  0x0000002d 
- 00009825  0x00000f6e enable  0x0000000d 
- 00009826  0x00000f6f enable  0x00000021 
- 00009827  0x00000f70 disable  0x00000020 
- 00009828  0x00000f71 copy  0x0000000b , 0x0000001b 
- 00009829  0x00000f72 correlate  0x0000003e , 0x00000003 
- 00009830  0x00000f73 branch  0x00002669 , 0x0000002e 
- 00009831  0x00000f74 copy  0x0000001a , 0x00000002 
- 00009832  0x00000f75 storet  0x00000006 , 0x0000000f 
- 00009833  0x00000f77 nbranch  0x000026fa , 0x00000018 
- 00009834  0x00000f78 enable  0x00000010 
- 00009835  0x00000f79 fetch  0x00000001 , 0x00004167 
- 00009836  0x00000f7a arg  0x00004e20 , 0x00000002 
- 00009837  0x00000f7b iadd  0x00000002 , 0x00000002 
- 00009838  0x00000f7c fetch  0x00000001 , 0x00004148 
- 00009839  0x00000f7d imul32  0x00000002 , 0x0000001b 
- 00009840  0x00000f7e call  0x00006877 
- 00009841  0x00000f7f branch  0x00002677 , 0x0000002e 
- 00009842  0x00000f80 call  0x000026ff 
- 00009843  0x00000f81 fetch  0x00000001 , 0x00000168 
- 00009844  0x00000f82 bbit0  0x00000003 , 0x00002677 
- 00009845  0x00000f83 fetcht  0x00000006 , 0x0000000f 
- 00009846  0x00000f84 call  0x00002477 , 0x0000002b 
- 00009847  0x00000f86 call  0x000022e9 
- 00009848  0x00000f87 enable  0x00000007 
- 00009849  0x00000f88 enable  0x00000009 
- 00009850  0x00000f89 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009851  0x00000f8a rshift3  0x0000000c , 0x0000003f 
- 00009852  0x00000f8b store  0x00000001 , 0x0000004c 
- 00009853  0x00000f8c parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009854  0x00000f8d rshift3  0x0000000c , 0x0000003f 
- 00009855  0x00000f8e store  0x00000001 , 0x0000004d 
- 00009856  0x00000f8f copy  0x0000003f , 0x00000039 
- 00009857  0x00000f90 branch  0x0000269d , 0x00000005 
- 00009858  0x00000f92 bmark1  0x00000032 , 0x00002688 
- 00009859  0x00000f95 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009860  0x00000f96 rshift3  0x0000000c , 0x0000003f 
- 00009861  0x00000f97 istore  0x00000001 , 0x00000005 
- 00009862  0x00000f98 loop  0x00002683 
- 00009863  0x00000f99 branch  0x0000269d 
- 00009864  0x00000f9c copy  0x00000005 , 0x00000012 
- 00009865  0x00000f9d bpatchx  0x00000025 , 0x00004024 
- 00009866  0x00000f9e call  0x0000281c 
- 00009867  0x00000fa0 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
- 00009868  0x00000fa1 increase  0xfffffffc , 0x00000011 
- 00009869  0x00000fa2 nbranch  0x000026f2 , 0x00000002 
- 00009870  0x00000fa4 call  0x000026c3 
- 00009871  0x00000fa5 copy  0x00000012 , 0x00000005 
- 00009872  0x00000fa6 arg  0x00000000 , 0x00000002 
- 00009873  0x00000fa7 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
- 00009874  0x00000fa8 increase  0xfffffffc , 0x00000039 
- 00009875  0x00000fa9 branch  0x0000269b , 0x00000005 
- 00009876  0x00000fac parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009877  0x00000fad rshift3  0x0000000c , 0x0000003f 
- 00009878  0x00000fae istore  0x00000001 , 0x00000005 
- 00009879  0x00000faf increase  0x00000001 , 0x00000002 
- 00009880  0x00000fb0 and  0x00000002 , 0x0000000f , 0x0000003e 
- 00009881  0x00000fb1 call  0x000026e1 , 0x00000005 
- 00009882  0x00000fb2 loop  0x00002694 
- 00009883  0x00000fb4 call  0x000026e9 
- 00009884  0x00000fb5 copy  0x00000012 , 0x00000005 
- 00009885  0x00000fb9 bpatchx  0x00000026 , 0x00004024 
- 00009886  0x00000fba parse  0x00000003 , 0x00000000 , 0x00000018 
- 00009887  0x00000fbb rshift32  0x0000003f , 0x0000003f 
- 00009888  0x00000fbc rshift16  0x0000003f , 0x0000003f 
- 00009889  0x00000fbd istore  0x00000003 , 0x00000005 
- 00009890  0x00000fbe enable  0x00000010 
- 00009891  0x00000fbf call  0x0000270d 
- 00009892  0x00000fc0 branch  0x000026f6 , 0x00000006 
- 00009893  0x00000fc1 bmark0  0x00000032 , 0x000026af 
- 00009894  0x00000fc2 fetch  0x00000001 , 0x0000004d 
- 00009895  0x00000fc3 branch  0x000026af , 0x00000034 
- 00009896  0x00000fc4 increase  0xfffffffc , 0x0000003f 
- 00009897  0x00000fc5 store  0x00000001 , 0x0000004d 
- 00009898  0x00000fc6 call  0x000072cb 
- 00009899  0x00000fc7 fetch  0x00000001 , 0x00008108 
- 00009900  0x00000fc8 bbit0  0x00000007 , 0x000026f2 
- 00009901  0x00000fc9 force  0x0000000c , 0x00000038 
- 00009902  0x00000fca storer  0x0000002f , 0x00000004 , 0x00000154 
- 00009903  0x00000fcc call  0x00006876 
- 00009904  0x00000fcd enable  0x0000002d 
- 00009905  0x00000fce set0  0x00000030 , 0x00000000 
- 00009906  0x00000fd0 bpatchx  0x00000027 , 0x00004024 
- 00009907  0x00000fd1 call  0x000072cd 
- 00009908  0x00000fd2 fetch  0x00000001 , 0x0000019d 
- 00009909  0x00000fd3 nsetflag  0x0000003c , 0x00000007 , 0x0000003f 
- 00009910  0x00000fd4 store  0x00000001 , 0x0000019d 
- 00009911  0x00000fd5 call  0x000026b9 
- 00009912  0x00000fd6 branch  0x000026bb 
- 00009913  0x00000fd9 disable  0x0000000d 
- 00009914  0x00000fda branch  0x00002160 
- 00009915  0x00000fdd bpatchx  0x00000028 , 0x00004025 
- 00009916  0x00000fde fetcht  0x00000001 , 0x00000008 
- 00009917  0x00000fdf branch  0x000021c6 
- 00009918  0x00000fe3 rtnmark0  0x00000032 
- 00009919  0x00000fe4 call  0x00007368 
- 00009920  0x00000fe5 force  0x0000000c , 0x00000038 
- 00009921  0x00000fe6 call  0x00007370 
- 00009922  0x00000fe7 branch  0x0000736f 
- 00009923  0x00000feb bpatchx  0x00000029 , 0x00004025 
- 00009924  0x00000fec jam  0x00000000 , 0x0000806c 
- 00009925  0x00000fed jam  0x00000001 , 0x0000806d 
- 00009926  0x00000fee fetch  0x00000001 , 0x0000004c 
- 00009927  0x00000fef and_into  0x00000003 , 0x0000003f 
- 00009928  0x00000ff0 store  0x00000001 , 0x0000806e 
- 00009929  0x00000ff2 setarg  0x0000004e 
- 00009930  0x00000ff3 store  0x00000002 , 0x00008068 
- 00009931  0x00000ff4 store  0x00000002 , 0x0000806a 
- 00009932  0x00000ff6 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
- 00009933  0x00000ff7 increase  0xfffffffc , 0x00000011 
- 00009934  0x00000ff9 fetcht  0x00000005 , 0x00004455 
- 00009935  0x00000ffa isolate1  0x0000000f , 0x00000000 
- 00009936  0x00000ffb call  0x000026d7 , 0x00000001 
- 00009937  0x00000ffc call  0x00007265 
- 00009938  0x00000ffd setarg  0x00000000 
- 00009939  0x00000ffe store  0x00000002 , 0x000080c0 
- 00009940  0x00000fff jam  0x00000006 , 0x0000800a 
- 00009941  0x00001000 jam  0x00000007 , 0x0000800a 
- 00009942  0x00001001 rtn 
- 00009943  0x00001004 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00009944  0x00001005 branch  0x000026dc , 0x00000005 
- 00009945  0x00001006 increase  0xffffffff , 0x00000002 
- 00009946  0x00001007 set1  0x00000027 , 0x00000002 
- 00009947  0x00001008 rtn 
- 00009948  0x0000100b setarg  0x00ffffff 
- 00009949  0x0000100c lshift16  0x0000003f , 0x0000003f 
- 00009950  0x0000100d arg  0x0000ffff , 0x00000002 
- 00009951  0x0000100e ior  0x00000002 , 0x00000002 
- 00009952  0x0000100f rtn 
- 00009953  0x00001012 copy  0x00000005 , 0x00000012 
- 00009954  0x00001013 fetch  0x00000001 , 0x0000004d 
- 00009955  0x00001014 increase  0xfffffffc , 0x0000003f 
- 00009956  0x00001015 isub  0x00000002 , 0x0000003e 
- 00009957  0x00001016 rtn  0x00000005 
- 00009958  0x00001017 storet  0x00000002 , 0x000080c0 
- 00009959  0x00001018 copy  0x00000012 , 0x00000005 
- 00009960  0x00001019 rtn 
- 00009961  0x0000101c parse  0x00000003 , 0x00000000 , 0x00000020 
- 00009962  0x0000101d rshift32  0x0000003f , 0x0000003f 
- 00009963  0x0000101e rshift8  0x0000003f , 0x0000003f 
- 00009964  0x0000101f istore  0x00000004 , 0x00000005 
- 00009965  0x00001020 copy  0x00000005 , 0x00000012 
- 00009966  0x00001022 force  0x00000000 , 0x00000038 
- 00009967  0x00001023 copy  0x0000003f , 0x0000002f 
- 00009968  0x00001024 storet  0x00000002 , 0x000080c0 
- 00009969  0x00001025 rtn 
- 00009970  0x00001028 branch  0x000026fc 
- 00009971  0x0000102b call  0x0000270d 
- 00009972  0x0000102c call  0x000020cf 
- 00009973  0x0000102d branch  0x000026af 
- 00009974  0x00001030 call  0x00006878 
- 00009975  0x00001031 bmark1  0x00000030 , 0x000026fa 
- 00009976  0x00001032 set1  0x00000030 , 0x00000000 
- 00009977  0x00001033 branch  0x000026b2 
- 00009978  0x00001037 set0  0x00000030 , 0x00000000 
- 00009979  0x00001038 branch  0x000026fc 
- 00009980  0x0000103b bpatchx  0x0000002a , 0x00004025 
- 00009981  0x0000103c call  0x000072cd 
- 00009982  0x0000103d branch  0x000020cf 
- 00009983  0x00001040 bmark1  0x0000002f , 0x00002705 
- 00009984  0x00001041 bmark1  0x0000002d , 0x00002709 
- 00009985  0x00001042 fetch  0x00000002 , 0x00000046 
- 00009986  0x00001043 copy  0x0000003f , 0x00000029 
- 00009987  0x00001044 copy  0x00000021 , 0x00000028 
- 00009988  0x00001045 rtn 
- 00009989  0x00001049 fetch  0x00000002 , 0x0000004a 
- 00009990  0x0000104a copy  0x0000003f , 0x00000029 
- 00009991  0x0000104b add  0x00000021 , 0x00000001 , 0x00000028 
- 00009992  0x0000104c rtn 
- 00009993  0x0000104f fetch  0x00000002 , 0x00000048 
- 00009994  0x00001050 copy  0x0000003f , 0x00000029 
- 00009995  0x00001051 copy  0x00000021 , 0x00000028 
- 00009996  0x00001052 rtn 
- 00009997  0x00001056 fetch  0x00000001 , 0x0000004d 
- 00009998  0x00001057 add  0x0000003f , 0x00000005 , 0x00000002 
- 00009999  0x00001058 lshift3  0x00000002 , 0x00000002 
- 00010000  0x00001059 fetch  0x00000001 , 0x0000019d 
- 00010001  0x0000105a bmark1  0x0000002f , 0x00002714 
- 00010002  0x0000105b bbit1  0x00000000 , 0x00002716 
- 00010003  0x0000105c bbit1  0x00000001 , 0x00002717 
- 00010004  0x0000105e branch  0x00002719 , 0x0000003c 
- 00010005  0x0000105f branch  0x0000271c 
- 00010006  0x00001062 branch  0x00002721 
- 00010007  0x00001065 rshift  0x00000002 , 0x00000002 
- 00010008  0x00001066 branch  0x00002721 
- 00010009  0x00001069 add  0x00000002 , 0x00000003 , 0x00000002 
- 00010010  0x0000106a lshift  0x00000002 , 0x00000002 
- 00010011  0x0000106b branch  0x0000271e 
- 00010012  0x0000106e add  0x00000002 , 0x00000003 , 0x00000002 
- 00010013  0x0000106f lshift3  0x00000002 , 0x00000002 
- 00010014  0x00001071 setarg  0x00000028 
- 00010015  0x00001072 iadd  0x00000002 , 0x00000002 
- 00010016  0x00001073 branch  0x00002721 
- 00010017  0x00001076 fetch  0x00000001 , 0x00004148 
- 00010018  0x00001077 imul32  0x00000002 , 0x00000002 
- 00010019  0x00001078 arg  0x00004e20 , 0x00000011 
- 00010020  0x00001079 imul32  0x00000011 , 0x0000003f 
- 00010021  0x0000107a isub  0x00000002 , 0x00000002 
- 00010022  0x0000107b copy  0x0000001b , 0x0000003f 
- 00010023  0x0000107c isub  0x00000002 , 0x0000001b 
- 00010024  0x0000107d rtn 
- 00010025  0x00001080 call  0x00002741 
- 00010026  0x00001081 fetcht  0x00000001 , 0x00000008 
- 00010027  0x00001082 call  0x0000216f 
- 00010028  0x00001083 call  0x000021a6 
- 00010029  0x00001084 enable  0x00000010 
- 00010030  0x00001085 arg  0x0000157c , 0x0000000b 
- 00010031  0x00001086 branch  0x00002659 
- 00010032  0x0000108a bpatchx  0x0000002b , 0x00004025 
- 00010033  0x0000108b fetch  0x00000001 , 0x0000019e 
- 00010034  0x0000108c call  0x000025a4 
- 00010035  0x0000108d call  0x00002741 
- 00010036  0x0000108f fetch  0x00000001 , 0x0000019d 
- 00010037  0x00001090 call  0x000025a4 
- 00010038  0x00001092 fetcht  0x00000001 , 0x00000008 
- 00010039  0x00001093 call  0x0000216f 
- 00010040  0x00001094 call  0x000021a6 
- 00010041  0x00001095 enable  0x00000010 
- 00010042  0x00001096 arg  0x0000157c , 0x0000000b 
- 00010043  0x00001097 bmark0  0x0000002f , 0x00002659 
- 00010044  0x00001098 arg  0x00002134 , 0x0000000b 
- 00010045  0x00001099 branch  0x00002659 
- 00010046  0x0000109c bpatchx  0x0000002c , 0x00004025 
- 00010047  0x0000109d call  0x00002741 
- 00010048  0x0000109e branch  0x000020cf 
- 00010049  0x000010a1 bpatchx  0x0000002d , 0x00004025 
- 00010050  0x000010a2 call  0x000025c2 
- 00010051  0x000010a3 call  0x000025d1 
- 00010052  0x000010a4 call  0x0000687d 
- 00010053  0x000010a5 set1  0x00000000 , 0x00000015 
- 00010054  0x000010a6 enable  0x0000001d 
- 00010055  0x000010a7 enable  0x00000020 
- 00010056  0x000010a8 disable  0x00000021 
- 00010057  0x000010a9 call  0x00002648 
- 00010058  0x000010aa disable  0x0000003a 
- 00010059  0x000010ab bmark1  0x0000002f , 0x00002784 
- 00010060  0x000010ac bmark1  0x0000002d , 0x00002796 
- 00010061  0x000010ad rshift16  0x00000009 , 0x0000003f 
- 00010062  0x000010ae rshift8  0x0000003f , 0x0000003f 
- 00010063  0x000010af rshift4  0x0000003f , 0x0000003f 
- 00010064  0x000010b0 inject  0x00000003 , 0x00000028 
- 00010065  0x000010b2 enable  0x00000007 
- 00010066  0x000010b3 enable  0x00000009 
- 00010067  0x000010b4 bpatchx  0x0000002e , 0x00004025 
- 00010068  0x000010b5 fetch  0x00000001 , 0x00004169 
- 00010069  0x000010b6 inject  0x00000003 , 0x00000008 
- 00010070  0x000010b7 ifetch  0x00000001 , 0x00000006 
- 00010071  0x000010b8 copy  0x0000003f , 0x00000039 
- 00010072  0x000010b9 inject  0x00000003 , 0x00000008 
- 00010073  0x000010ba sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00010074  0x000010bb branch  0x00002762 , 0x00000005 
- 00010075  0x000010bd fetch  0x00000001 , 0x0000800a 
- 00010076  0x000010be branch  0x0000275e , 0x00000034 
- 00010077  0x000010bf bmark1  0x00000032 , 0x00002779 
- 00010078  0x000010c1 arg  0x0000416b , 0x00000006 
- 00010079  0x000010c3 ifetch  0x00000001 , 0x00000006 
- 00010080  0x000010c4 inject  0x00000003 , 0x00000008 
- 00010081  0x000010c5 loop  0x0000275f 
- 00010082  0x000010c8 enable  0x00000008 
- 00010083  0x000010c9 inject  0x00000003 , 0x00000018 
- 00010084  0x000010ca disable  0x00000008 
- 00010085  0x000010cb bmark0  0x0000002f , 0x00002769 
- 00010086  0x000010cc disable  0x00000007 
- 00010087  0x000010cd setarg  0x00000000 
- 00010088  0x000010ce inject  0x00000003 , 0x00000003 
- 00010089  0x000010d0 until  0x0000003e , 0x00000027 
- 00010090  0x000010d1 nop  0x00000064 
- 00010091  0x000010d2 bpatchx  0x0000002f , 0x00004025 
- 00010092  0x000010d3 disable  0x0000001d 
- 00010093  0x000010d4 disable  0x00000038 
- 00010094  0x000010d5 call  0x00002160 
- 00010095  0x000010d6 call  0x0000687b 
- 00010096  0x000010d8 fetch  0x00000001 , 0x00004169 
- 00010097  0x000010d9 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00010098  0x000010da rtnne  0x00000003 
- 00010099  0x000010db fetch  0x00000001 , 0x000042fd 
- 00010100  0x000010dc beq  0x00000002 , 0x0000285c 
- 00010101  0x000010dd rtnne  0x00000005 
- 00010102  0x000010de fetch  0x00000001 , 0x0000416b 
- 00010103  0x000010df beq  0x00000005 , 0x00002857 
- 00010104  0x000010e0 rtn 
- 00010105  0x000010e4 increase  0xfffffffc , 0x00000039 
- 00010106  0x000010e5 copy  0x00000039 , 0x00000002 
- 00010107  0x000010e6 call  0x000072b8 
- 00010108  0x000010e7 arg  0x0000416b , 0x00000006 
- 00010109  0x000010e9 ifetch  0x00000001 , 0x00000006 
- 00010110  0x000010ea inject  0x00000003 , 0x00000008 
- 00010111  0x000010eb loop  0x0000277d 
- 00010112  0x000010ec call  0x000072bd 
- 00010113  0x000010ed copy  0x0000002f , 0x0000003f 
- 00010114  0x000010ee inject  0x00000003 , 0x00000020 
- 00010115  0x000010ef branch  0x00002762 
- 00010116  0x000010f2 arg  0x0000000a , 0x00000039 
- 00010117  0x000010f4 setarg  0x0000003c 
- 00010118  0x000010f5 inject  0x00000003 , 0x00000008 
- 00010119  0x000010f6 loop  0x00002785 
- 00010120  0x000010f7 disable  0x0000001d 
- 00010121  0x000010f8 enable  0x00000038 
- 00010122  0x000010f9 rshift16  0x00000009 , 0x0000003f 
- 00010123  0x000010fa rshift16  0x0000003f , 0x0000003f 
- 00010124  0x000010fb rshift4  0x0000003f , 0x0000003f 
- 00010125  0x000010fc inject  0x00000003 , 0x00000020 
- 00010126  0x000010fd bmark1  0x0000002e , 0x00002793 
- 00010127  0x000010ff setarg  0x00000001 
- 00010128  0x00001100 inject  0x00000003 , 0x00000005 
- 00010129  0x00001101 enable  0x0000003a 
- 00010130  0x00001102 branch  0x00002751 
- 00010131  0x00001105 setarg  0x00000000 
- 00010132  0x00001106 inject  0x00000003 , 0x00000005 
- 00010133  0x00001107 branch  0x00002751 
- 00010134  0x0000110a fetch  0x00000001 , 0x00004148 
- 00010135  0x0000110b fetcht  0x00000001 , 0x00004168 
- 00010136  0x0000110c iadd  0x00000002 , 0x0000003f 
- 00010137  0x0000110d call  0x0000235c 
- 00010138  0x0000110e rshift16  0x00000009 , 0x0000003f 
- 00010139  0x0000110f rshift8  0x0000003f , 0x0000003f 
- 00010140  0x00001110 rshift4  0x0000003f , 0x00000002 
- 00010141  0x00001111 copy  0x00000002 , 0x0000003f 
- 00010142  0x00001112 inject  0x00000003 , 0x00000008 
- 00010143  0x00001113 copy  0x00000002 , 0x0000003f 
- 00010144  0x00001114 inject  0x00000003 , 0x00000028 
- 00010145  0x00001115 branch  0x00002751 
- 00010146  0x00001119 arg  0x000027a6 , 0x00000013 
- 00010147  0x0000111a arg  0x000027bc , 0x00000012 
- 00010148  0x0000111b arg  0x00000005 , 0x00000007 
- 00010149  0x0000111c branch  0x000027fb 
- 00010150  0x0000111f add  0x00000011 , 0x00000004 , 0x00000006 
- 00010151  0x00001120 ifetcht  0x00000004 , 0x00000006 
- 00010152  0x00001121 add  0x00000011 , 0x00000037 , 0x00000006 
- 00010153  0x00001122 ifetch  0x00000001 , 0x00000006 
- 00010154  0x00001123 add  0x00000011 , 0x0000002b , 0x00000005 
- 00010155  0x00001124 istore  0x00000001 , 0x00000005 
- 00010156  0x00001125 ifetch  0x00000002 , 0x00000006 
- 00010157  0x00001126 lshift2  0x0000003f , 0x0000003f 
- 00010158  0x00001127 iadd  0x00000002 , 0x0000000b 
- 00010159  0x00001128 add  0x00000011 , 0x00000004 , 0x00000005 
- 00010160  0x00001129 deposit  0x0000000b 
- 00010161  0x0000112a istore  0x00000004 , 0x00000005 
- 00010162  0x0000112b ifetch  0x00000002 , 0x00000006 
- 00010163  0x0000112c lshift2  0x0000003f , 0x0000003f 
- 00010164  0x0000112d add  0x00000011 , 0x00000002 , 0x00000005 
- 00010165  0x0000112e istore  0x00000002 , 0x00000005 
- 00010166  0x0000112f ifetch  0x00000002 , 0x00000006 
- 00010167  0x00001130 add  0x00000011 , 0x0000002c , 0x00000005 
- 00010168  0x00001131 istore  0x00000002 , 0x00000005 
- 00010169  0x00001132 ifetch  0x00000002 , 0x00000006 
- 00010170  0x00001133 store  0x00000002 , 0x000042f5 
- 00010171  0x00001134 branch  0x00002938 
- 00010172  0x00001137 ifetch  0x00000001 , 0x00000011 
- 00010173  0x00001138 set0  0x00000003 , 0x0000003f 
- 00010174  0x00001139 istore  0x00000001 , 0x00000011 
- 00010175  0x0000113a storer  0x00000011 , 0x00000002 , 0x00000684 
- 00010176  0x0000113b jam  0x00000044 , 0x0000066f 
- 00010177  0x0000113c call  0x0000782b 
- 00010178  0x0000113d fetchr  0x00000011 , 0x00000002 , 0x00000684 
- 00010179  0x0000113e rtn 
- 00010180  0x00001141 arg  0x00000000 , 0x00000013 
- 00010181  0x00001142 arg  0x000027c8 , 0x00000012 
- 00010182  0x00001143 arg  0x00000006 , 0x00000007 
- 00010183  0x00001144 branch  0x000027fb 
- 00010184  0x00001147 add  0x00000011 , 0x00000037 , 0x00000006 
- 00010185  0x00001148 ifetch  0x00000005 , 0x00000006 
- 00010186  0x00001149 add  0x00000011 , 0x00000030 , 0x00000005 
- 00010187  0x0000114a istore  0x00000005 , 0x00000005 
- 00010188  0x0000114b branch  0x00002624 
- 00010189  0x0000114f arg  0x00000000 , 0x00000013 
- 00010190  0x00001150 arg  0x000027d1 , 0x00000012 
- 00010191  0x00001151 arg  0x00000007 , 0x00000007 
- 00010192  0x00001152 branch  0x000027fb 
- 00010193  0x00001155 add  0x00000011 , 0x00000037 , 0x00000006 
- 00010194  0x00001156 ifetch  0x00000001 , 0x00000006 
- 00010195  0x00001157 call  0x000027de 
- 00010196  0x00001158 istore  0x00000001 , 0x00000005 
- 00010197  0x00001159 add  0x00000011 , 0x00000038 , 0x00000006 
- 00010198  0x0000115a ifetch  0x00000001 , 0x00000006 
- 00010199  0x0000115b call  0x000027ec 
- 00010200  0x0000115c istore  0x00000001 , 0x00000005 
- 00010201  0x0000115d storer  0x00000011 , 0x00000002 , 0x00000684 
- 00010202  0x0000115e jam  0x00000042 , 0x0000066f 
- 00010203  0x0000115f call  0x0000782b 
- 00010204  0x00001160 fetchr  0x00000011 , 0x00000002 , 0x00000684 
- 00010205  0x00001161 rtn 
- 00010206  0x00001164 call  0x000027e6 , 0x00000034 
- 00010207  0x00001165 add  0x00000011 , 0x00000035 , 0x00000005 
- 00010208  0x00001166 nrtn  0x00000029 
- 00010209  0x00001167 fetcht  0x00000001 , 0x000043b6 
- 00010210  0x00001168 isolate1  0x00000007 , 0x00000002 
- 00010211  0x00001169 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00010212  0x0000116a add  0x00000011 , 0x00000036 , 0x00000005 
- 00010213  0x0000116b rtn 
- 00010214  0x0000116e add  0x00000011 , 0x00000035 , 0x00000006 
- 00010215  0x0000116f ifetch  0x00000001 , 0x00000006 
- 00010216  0x00001170 nrtn  0x00000029 
- 00010217  0x00001171 add  0x00000011 , 0x00000036 , 0x00000006 
- 00010218  0x00001172 ifetch  0x00000001 , 0x00000006 
- 00010219  0x00001173 rtn 
- 00010220  0x00001176 call  0x000027f5 , 0x00000034 
- 00010221  0x00001177 fetcht  0x00000001 , 0x000043b6 
- 00010222  0x00001178 isolate1  0x00000007 , 0x00000002 
- 00010223  0x00001179 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00010224  0x0000117a add  0x00000011 , 0x00000036 , 0x00000005 
- 00010225  0x0000117b nrtn  0x00000029 
- 00010226  0x0000117c set0  0x00000007 , 0x0000003f 
- 00010227  0x0000117d add  0x00000011 , 0x00000035 , 0x00000005 
- 00010228  0x0000117e rtn 
- 00010229  0x00001181 add  0x00000011 , 0x00000036 , 0x00000006 
- 00010230  0x00001182 ifetch  0x00000001 , 0x00000006 
- 00010231  0x00001183 nrtn  0x00000029 
- 00010232  0x00001184 add  0x00000011 , 0x00000035 , 0x00000006 
- 00010233  0x00001185 ifetch  0x00000001 , 0x00000006 
- 00010234  0x00001186 rtn 
- 00010235  0x0000118c bpatchx  0x00000030 , 0x00004026 
- 00010236  0x0000118d ifetch  0x00000001 , 0x00000011 
- 00010237  0x0000118e qisolate0  0x0000003f 
- 00010238  0x0000118f rtn  0x00000001 
- 00010239  0x00001190 add  0x00000011 , 0x0000001a , 0x00000006 
- 00010240  0x00001191 ifetcht  0x00000002 , 0x00000006 
- 00010241  0x00001192 add  0x00000011 , 0x00000020 , 0x00000006 
- 00010242  0x00001193 ifetch  0x00000002 , 0x00000006 
- 00010243  0x00001195 isub  0x00000002 , 0x0000003f 
- 00010244  0x00001196 branch  0x0000280b , 0x00000005 
- 00010245  0x00001197 nbranch  0x00002810 , 0x00000002 
- 00010246  0x00001198 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00010247  0x00001199 branch  0x00002809 , 0x00000005 
- 00010248  0x0000119a rtn 
- 00010249  0x0000119d copy  0x00000013 , 0x0000003f 
- 00010250  0x0000119e branch  0x00007d79 
- 00010251  0x000011a1 ifetch  0x00000001 , 0x00000011 
- 00010252  0x000011a2 qset0  0x0000003f 
- 00010253  0x000011a3 istore  0x00000001 , 0x00000011 
- 00010254  0x000011a4 copy  0x00000012 , 0x0000003f 
- 00010255  0x000011a5 branch  0x00007d79 
- 00010256  0x000011a8 add  0x00000011 , 0x0000001a , 0x00000006 
- 00010257  0x000011a9 ifetch  0x00000002 , 0x00000006 
- 00010258  0x000011aa add  0x00000011 , 0x00000020 , 0x00000006 
- 00010259  0x000011ab ifetch  0x00000002 , 0x00000006 
- 00010260  0x000011ac isub  0x00000002 , 0x0000003f 
- 00010261  0x000011ad arg  0x0000ffff , 0x00000002 
- 00010262  0x000011ae isub  0x00000002 , 0x0000003e 
- 00010263  0x000011af branch  0x0000280b , 0x00000005 
- 00010264  0x000011b0 arg  0x0000f000 , 0x00000002 
- 00010265  0x000011b1 isub  0x00000002 , 0x0000003e 
- 00010266  0x000011b2 nbranch  0x0000280b , 0x00000002 
- 00010267  0x000011b3 rtn 
- 00010268  0x000011b7 fetcht  0x00000001 , 0x0000017f 
- 00010269  0x000011b8 fetch  0x00000001 , 0x0000004c 
- 00010270  0x000011bb rshift  0x0000003f , 0x0000003f 
- 00010271  0x000011bc ixor  0x00000002 , 0x0000003f 
- 00010272  0x000011bd isolate1  0x00000002 , 0x0000003f 
- 00010273  0x000011be setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00010274  0x000011bf rtn 
- 00010275  0x000011c3 bpatchx  0x00000031 , 0x00004026 
- 00010276  0x000011c4 call  0x00002935 
- 00010277  0x000011c5 rtnmark1  0x00000030 
- 00010278  0x000011c6 call  0x0000284a 
- 00010279  0x000011c7 fetch  0x00000001 , 0x0000004c 
- 00010280  0x000011c8 isolate1  0x00000004 , 0x0000003f 
- 00010281  0x000011c9 setflag  0x00000001 , 0x0000002a , 0x00000000 
- 00010282  0x000011ca rshift  0x0000003f , 0x0000003f 
- 00010283  0x000011cb ixor  0x00000002 , 0x0000003f 
- 00010284  0x000011cc isolate1  0x00000002 , 0x0000003f 
- 00010285  0x000011cd setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00010286  0x000011ce rtnmark1  0x0000000f 
- 00010287  0x000011cf fetch  0x00000001 , 0x0000004d 
- 00010288  0x000011d0 branch  0x0000283c , 0x00000034 
- 00010289  0x000011d1 fetch  0x00000001 , 0x00000168 
- 00010290  0x000011d2 bbit0  0x00000004 , 0x0000283c 
- 00010291  0x000011d3 fetcht  0x00000004 , 0x00000154 
- 00010292  0x000011d4 fetch  0x00000004 , 0x0000445a 
- 00010293  0x000011d5 isub  0x00000002 , 0x0000003e 
- 00010294  0x000011d6 branch  0x0000235a , 0x00000005 
- 00010295  0x000011d7 storet  0x00000004 , 0x0000445a 
- 00010296  0x000011d8 fetch  0x00000005 , 0x00004455 
- 00010297  0x000011d9 increase  0x00000001 , 0x0000003f 
- 00010298  0x000011da set1  0x00000027 , 0x0000003f 
- 00010299  0x000011db store  0x00000005 , 0x00004455 
- 00010300  0x000011de fetcht  0x00000001 , 0x0000017f 
- 00010301  0x000011df setflip  0x00000002 , 0x00000002 
- 00010302  0x000011e0 storet  0x00000001 , 0x0000017f 
- 00010303  0x000011e1 fetch  0x00000001 , 0x00004321 
- 00010304  0x000011e2 rtnbit0  0x00000006 
- 00010305  0x000011e3 bpatchx  0x00000032 , 0x00004026 
- 00010306  0x000011e4 fetch  0x00000001 , 0x0000004d 
- 00010307  0x000011e5 rtn  0x00000034 
- 00010308  0x000011e6 fetch  0x00000001 , 0x0000004c 
- 00010309  0x000011e7 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00010310  0x000011e8 branch  0x00002e65 , 0x00000001 
- 00010311  0x000011e9 compare  0x00000002 , 0x0000003f , 0x00000003 
- 00010312  0x000011ea branch  0x00002e53 , 0x00000001 
- 00010313  0x000011eb rtn 
- 00010314  0x000011ef bpatchx  0x00000033 , 0x00004026 
- 00010315  0x000011f0 fetcht  0x00000001 , 0x0000017f 
- 00010316  0x000011f1 isolate0  0x00000005 , 0x00000002 
- 00010317  0x000011f2 rtn  0x00000001 
- 00010318  0x000011f3 fetch  0x00000001 , 0x0000004c 
- 00010319  0x000011f4 lshift  0x0000003f , 0x0000003f 
- 00010320  0x000011f5 ixor  0x00000002 , 0x0000003f 
- 00010321  0x000011f6 rtnbit0  0x00000003 
- 00010322  0x000011f7 set0  0x00000005 , 0x00000002 
- 00010323  0x000011f8 setflip  0x00000003 , 0x00000002 
- 00010324  0x000011f9 storet  0x00000001 , 0x0000017f 
- 00010325  0x000011fa compare  0x00000003 , 0x00000002 , 0x00000003 
- 00010326  0x000011fc rtn 
- 00010327  0x00001200 fetch  0x00000001 , 0x00000168 
- 00010328  0x00001201 set1  0x00000004 , 0x0000003f 
- 00010329  0x00001202 store  0x00000001 , 0x00000168 
- 00010330  0x00001203 set1  0x00000032 , 0x00000000 
- 00010331  0x00001204 rtn 
- 00010332  0x00001207 bpatchx  0x00000034 , 0x00004026 
- 00010333  0x00001208 jam  0x00000000 , 0x000042fd 
- 00010334  0x00001209 arg  0x00000000 , 0x0000003f 
- 00010335  0x0000120a store  0x00000004 , 0x0000445a 
- 00010336  0x0000120b store  0x00000005 , 0x00004450 
- 00010337  0x0000120c set1  0x00000027 , 0x0000003f 
- 00010338  0x0000120d store  0x00000005 , 0x00004455 
- 00010339  0x0000120e fetch  0x00000001 , 0x00000168 
- 00010340  0x0000120f set0  0x00000004 , 0x0000003f 
- 00010341  0x00001210 store  0x00000001 , 0x00000168 
- 00010342  0x00001211 set0  0x00000032 , 0x00000000 
- 00010343  0x00001212 rtn 
- 00010344  0x00001218 arg  0x00000001 , 0x00000011 
- 00010345  0x00001219 fetch  0x00000001 , 0x0000004c 
- 00010346  0x0000121a rtnbit1  0x00000006 
- 00010347  0x0000121b arg  0x00000000 , 0x00000011 
- 00010348  0x0000121c rtn 
- 00010349  0x00001220 copy  0x00000006 , 0x00000005 
- 00010350  0x00001221 fetcht  0x00000002 , 0x000043b8 
- 00010351  0x00001222 copy  0x00000005 , 0x00000006 
- 00010352  0x00001223 rtn 
- 00010353  0x00001227 bpatchx  0x00000035 , 0x00004026 
- 00010354  0x00001228 fetch  0x00000001 , 0x0000017f 
- 00010355  0x00001229 rtnbit1  0x00000005 
- 00010356  0x0000122a call  0x00002892 
- 00010357  0x0000122b call  0x00002a10 
- 00010358  0x0000122c branch  0x000028b6 , 0x00000034 
- 00010359  0x0000122d ifetch  0x00000002 , 0x00000006 
- 00010360  0x0000122e ifetcht  0x00000002 , 0x00000006 
- 00010361  0x0000122f copy  0x00000002 , 0x00000011 
- 00010362  0x00001230 isub  0x00000011 , 0x0000003f 
- 00010363  0x00001231 call  0x0000286d 
- 00010364  0x00001232 call  0x00007db0 
- 00010365  0x00001233 copy  0x0000003f , 0x00000002 
- 00010366  0x00001234 ifetchr  0x00000001 , 0x00000001 , 0x00000006 
- 00010367  0x00001235 copy  0x00000011 , 0x0000003f 
- 00010368  0x00001236 iadd  0x00000006 , 0x0000003f 
- 00010369  0x00001237 store  0x00000002 , 0x0000068f 
- 00010370  0x00001238 call  0x000028a6 
- 00010371  0x00001239 call  0x000028b8 
- 00010372  0x0000123b call  0x00002a10 
- 00010373  0x0000123c ifetch  0x00000002 , 0x00000006 
- 00010374  0x0000123d copy  0x0000003f , 0x00000011 
- 00010375  0x0000123e copy  0x00000006 , 0x00000013 
- 00010376  0x0000123f ifetcht  0x00000002 , 0x00000006 
- 00010377  0x00001240 copy  0x00000002 , 0x00000012 
- 00010378  0x00001241 isub  0x00000012 , 0x0000003f 
- 00010379  0x00001242 call  0x0000286d 
- 00010380  0x00001243 call  0x00007db0 
- 00010381  0x00001244 iadd  0x00000012 , 0x0000003f 
- 00010382  0x00001245 istore  0x00000002 , 0x00000013 
- 00010383  0x00001246 isub  0x00000011 , 0x0000003e 
- 00010384  0x00001247 nrtn  0x00000005 
- 00010385  0x00001248 branch  0x00002a2a 
- 00010386  0x0000124c call  0x00002899 
- 00010387  0x0000124d rtnmark1  0x00000029 
- 00010388  0x0000124e fetch  0x00000001 , 0x00004321 
- 00010389  0x0000124f bbit0  0x00000002 , 0x000028a4 
- 00010390  0x00001250 call  0x00002a14 
- 00010391  0x00001251 branch  0x000028a4 , 0x00000034 
- 00010392  0x00001252 branch  0x000028a2 
- 00010393  0x00001256 call  0x00002a10 
- 00010394  0x00001257 branch  0x000028a4 , 0x00000034 
- 00010395  0x00001258 ifetch  0x00000002 , 0x00000006 
- 00010396  0x00001259 ifetcht  0x00000002 , 0x00000006 
- 00010397  0x0000125a isub  0x00000002 , 0x00000011 
- 00010398  0x0000125b call  0x0000286d 
- 00010399  0x0000125c copy  0x00000002 , 0x0000003f 
- 00010400  0x0000125d isub  0x00000011 , 0x0000003e 
- 00010401  0x0000125e branch  0x000028a4 , 0x00000002 
- 00010402  0x00001260 set1  0x00000029 , 0x00000000 
- 00010403  0x00001261 rtn 
- 00010404  0x00001264 set0  0x00000029 , 0x00000000 
- 00010405  0x00001265 rtn 
- 00010406  0x00001268 copy  0x00000011 , 0x0000003f 
- 00010407  0x00001269 rtn  0x00000034 
- 00010408  0x0000126a arg  0x00000001 , 0x00000001 
- 00010409  0x0000126b rtn 
- 00010410  0x0000126f bpatchx  0x00000036 , 0x00004026 
- 00010411  0x00001270 increase  0x00000001 , 0x00000002 
- 00010412  0x00001271 call  0x00002ccf 
- 00010413  0x00001272 increase  0xfffffffe , 0x00000006 
- 00010414  0x00001273 ifetch  0x00000002 , 0x00000006 
- 00010415  0x00001274 arg  0x00002902 , 0x00000002 
- 00010416  0x00001275 isub  0x00000002 , 0x0000003e 
- 00010417  0x00001276 nrtn  0x00000005 
- 00010418  0x00001277 increase  0x00000001 , 0x00000006 
- 00010419  0x00001278 copy  0x00000006 , 0x00000011 
- 00010420  0x00001279 ifetch  0x00000001 , 0x00000006 
- 00010421  0x0000127a rtn 
- 00010422  0x0000127e force  0x00000000 , 0x00000002 
- 00010423  0x0000127f force  0x00000001 , 0x00000001 
- 00010424  0x00001282 bpatchx  0x00000037 , 0x00004026 
- 00010425  0x00001283 storet  0x00000001 , 0x0000416a 
- 00010426  0x00001284 fetcht  0x00000001 , 0x0000017f 
- 00010427  0x00001285 set1  0x00000005 , 0x00000002 
- 00010428  0x00001286 and  0x00000002 , 0x000000fc , 0x0000003f 
- 00010429  0x00001287 ior  0x00000001 , 0x0000003f 
- 00010430  0x00001288 store  0x00000001 , 0x0000017f 
- 00010431  0x00001289 and_into  0x0000001f , 0x0000003f 
- 00010432  0x0000128a isolate1  0x00000029 , 0x00000000 
- 00010433  0x0000128b setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00010434  0x0000128c store  0x00000001 , 0x00004169 
- 00010435  0x0000128e fetch  0x00000001 , 0x00004169 
- 00010436  0x0000128f compare  0x00000001 , 0x00000001 , 0x00000003 
- 00010437  0x00001290 nbranch  0x000028c8 , 0x00000001 
- 00010438  0x00001291 fetch  0x00000001 , 0x0000416a 
- 00010439  0x00001292 rtn  0x00000034 
- 00010440  0x00001295 bmark1  0x00000032 , 0x000028ce 
- 00010441  0x00001296 fetchr  0x00000039 , 0x00000001 , 0x0000416a 
- 00010442  0x00001297 fetch  0x00000002 , 0x0000068f 
- 00010443  0x00001298 copy  0x0000003f , 0x00000006 
- 00010444  0x00001299 arg  0x0000416b , 0x00000005 
- 00010445  0x0000129a branch  0x00007ccc 
- 00010446  0x0000129d call  0x00007368 
- 00010447  0x0000129e branch  0x0000729f 
- 00010448  0x000012a1 arg  0x00000000 , 0x00000007 
- 00010449  0x000012a2 branch  0x000024e7 
- 00010450  0x000012a5 arg  0x00000000 , 0x00000007 
- 00010451  0x000012a6 branch  0x000024eb 
- 00010452  0x000012aa bpatchx  0x00000038 , 0x00004027 
- 00010453  0x000012ab rtnmark1  0x0000000f 
- 00010454  0x000012ac rtnmark1  0x00000030 
- 00010455  0x000012ad fetch  0x00000001 , 0x0000004c 
- 00010456  0x000012ae and  0x0000003f , 0x00000003 , 0x0000003f 
- 00010457  0x000012af store  0x00000001 , 0x00004334 
- 00010458  0x000012b0 fetch  0x00000001 , 0x0000004d 
- 00010459  0x000012b1 rtn  0x00000034 
- 00010460  0x000012b2 setarg  0x0000004e 
- 00010461  0x000012b3 store  0x00000002 , 0x00004339 
- 00010462  0x000012b4 bpatchx  0x00000039 , 0x00004027 
- 00010463  0x000012b5 fetch  0x00000001 , 0x00004334 
- 00010464  0x000012b6 beq  0x00000003 , 0x0000304a 
- 00010465  0x000012b8 call  0x000028ee 
- 00010466  0x000012b9 nbranch  0x000028d0 , 0x00000028 
- 00010467  0x000012ba call  0x000028d2 
- 00010468  0x000012bb setarg  0x00000000 
- 00010469  0x000012bc store  0x00000002 , 0x00004337 
- 00010470  0x000012bd fetch  0x00000002 , 0x00004339 
- 00010471  0x000012be add  0x0000003f , 0x00000002 , 0x00000006 
- 00010472  0x000012bf bpatchx  0x0000003a , 0x00004027 
- 00010473  0x000012c1 ifetch  0x00000002 , 0x00000006 
- 00010474  0x000012c2 beq  0x00000004 , 0x00002b8f 
- 00010475  0x000012c3 beq  0x00000006 , 0x00002ec8 
- 00010476  0x000012c4 beq  0x00000005 , 0x00002e8a 
- 00010477  0x000012c5 rtn 
- 00010478  0x000012c9 fetch  0x00000001 , 0x00004334 
- 00010479  0x000012ca beq  0x00000002 , 0x000028fd 
- 00010480  0x000012cb beq  0x00000001 , 0x00002914 
- 00010481  0x000012cc rtn 
- 00010482  0x000012d2 call  0x00007dba 
- 00010483  0x000012d3 arg  0x00000004 , 0x00000002 
- 00010484  0x000012d4 isub  0x0000003f , 0x0000003e 
- 00010485  0x000012d5 rtn  0x00000005 
- 00010486  0x000012d6 arg  0x00000005 , 0x00000002 
- 00010487  0x000012d7 isub  0x0000003f , 0x0000003e 
- 00010488  0x000012d8 rtn  0x00000005 
- 00010489  0x000012d9 arg  0x00000006 , 0x00000002 
- 00010490  0x000012da isub  0x0000003f , 0x0000003e 
- 00010491  0x000012db rtn  0x00000005 
- 00010492  0x000012dc branch  0x00007dbc 
- 00010493  0x000012e0 fetch  0x00000002 , 0x00004339 
- 00010494  0x000012e1 copy  0x0000003f , 0x00000006 
- 00010495  0x000012e2 ifetch  0x00000002 , 0x00000006 
- 00010496  0x000012e3 store  0x00000002 , 0x00004335 
- 00010497  0x000012e4 ifetch  0x00000002 , 0x00000006 
- 00010498  0x000012e5 call  0x000028f2 
- 00010499  0x000012e6 nrtn  0x00000028 
- 00010500  0x000012e7 fetcht  0x00000001 , 0x0000004d 
- 00010501  0x000012e8 storet  0x00000002 , 0x00004337 
- 00010502  0x000012e9 fetch  0x00000002 , 0x00004335 
- 00010503  0x000012ea increase  0x00000004 , 0x0000003f 
- 00010504  0x000012eb isub  0x00000002 , 0x0000003e 
- 00010505  0x000012ec branch  0x00007dba , 0x00000005 
- 00010506  0x000012ed fetchr  0x00000039 , 0x00000001 , 0x0000004d 
- 00010507  0x000012ee arg  0x00000f00 , 0x00000005 
- 00010508  0x000012ef fetch  0x00000002 , 0x00004339 
- 00010509  0x000012f0 copy  0x0000003f , 0x00000006 
- 00010510  0x000012f1 call  0x00007ccc 
- 00010511  0x000012f2 branch  0x00007dbc 
- 00010512  0x000012f8 call  0x00007dba 
- 00010513  0x000012f9 fetch  0x00000002 , 0x00004337 
- 00010514  0x000012fa nrtn  0x00000034 
- 00010515  0x000012fb branch  0x00007dbc 
- 00010516  0x000012fe call  0x00002910 
- 00010517  0x000012ff nrtn  0x00000028 
- 00010518  0x00001300 fetch  0x00000002 , 0x00004337 
- 00010519  0x00001301 arg  0x00000f00 , 0x00000005 
- 00010520  0x00001302 iadd  0x00000005 , 0x00000011 
- 00010521  0x00001303 fetcht  0x00000001 , 0x0000004d 
- 00010522  0x00001304 iadd  0x00000002 , 0x0000003f 
- 00010523  0x00001305 store  0x00000002 , 0x00004337 
- 00010524  0x00001306 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
- 00010525  0x00001307 copy  0x00000011 , 0x00000005 
- 00010526  0x00001308 fetch  0x00000002 , 0x00004339 
- 00010527  0x00001309 copy  0x0000003f , 0x00000006 
- 00010528  0x0000130a call  0x00007ccc 
- 00010529  0x0000130b setarg  0x00000f00 
- 00010530  0x0000130c store  0x00000002 , 0x00004339 
- 00010531  0x0000130d fetch  0x00000002 , 0x00004335 
- 00010532  0x0000130e increase  0x00000004 , 0x0000003f 
- 00010533  0x0000130f fetcht  0x00000002 , 0x00004337 
- 00010534  0x00001310 isub  0x00000002 , 0x0000003e 
- 00010535  0x00001311 branch  0x00007dba , 0x00000005 
- 00010536  0x00001312 branch  0x00007dbc 
- 00010537  0x00001318 fetch  0x00000002 , 0x000043df 
- 00010538  0x00001319 branch  0x00007d79 
- 00010539  0x0000131c bpatchx  0x0000003b , 0x00004027 
- 00010540  0x0000131d fetcht  0x00000004 , 0x00000184 
- 00010541  0x0000131e call  0x00002356 
- 00010542  0x0000131f isub  0x00000002 , 0x0000000b 
- 00010543  0x00001320 deposit  0x0000000b 
- 00010544  0x00001321 fetcht  0x00000002 , 0x00000196 
- 00010545  0x00001322 lshift4  0x00000002 , 0x00000002 
- 00010546  0x00001323 lshift  0x00000002 , 0x00000002 
- 00010547  0x00001324 isub  0x00000002 , 0x0000003f 
- 00010548  0x00001325 rtn 
- 00010549  0x00001328 call  0x00002356 
- 00010550  0x00001329 store  0x00000004 , 0x00000184 
- 00010551  0x0000132a rtn 
- 00010552  0x0000132f bpatchx  0x0000003c , 0x00004027 
- 00010553  0x00001330 add  0x00000011 , 0x00000050 , 0x00000006 
- 00010554  0x00001331 ifetch  0x00000001 , 0x00000006 
- 00010555  0x00001332 call  0x000025eb 
- 00010556  0x00001333 add  0x00000011 , 0x00000002 , 0x00000006 
- 00010557  0x00001334 ifetch  0x00000002 , 0x00000006 
- 00010558  0x00001335 imul32  0x00000002 , 0x0000003f 
- 00010559  0x00001336 fetcht  0x00000002 , 0x00000044 
- 00010560  0x00001337 imul32  0x00000002 , 0x0000003f 
- 00010561  0x00001338 arg  0x000f4240 , 0x00000002 
- 00010562  0x00001339 idiv  0x00000002 
- 00010563  0x0000133a arg  0x00000682 , 0x00000002 
- 00010564  0x0000133b fetch  0x00000001 , 0x00004148 
- 00010565  0x0000133c imul32  0x00000002 , 0x00000002 
- 00010566  0x0000133d add  0x00000011 , 0x0000002b , 0x00000006 
- 00010567  0x0000133e ifetch  0x00000001 , 0x00000006 
- 00010568  0x0000133f imul32  0x00000002 , 0x0000003f 
- 00010569  0x00001340 iadd  0x00000002 , 0x0000003f 
- 00010570  0x00001341 store  0x00000004 , 0x0000431d 
- 00010571  0x00001342 fetch  0x00000002 , 0x0000409a 
- 00010572  0x00001343 call  0x00007d62 
- 00010573  0x00001344 quotient  0x00000002 
- 00010574  0x00001345 iadd  0x00000002 , 0x0000003f 
- 00010575  0x00001346 add  0x00000011 , 0x0000000e , 0x00000005 
- 00010576  0x00001347 istore  0x00000002 , 0x00000005 
- 00010577  0x00001348 rtn 
- 00010578  0x0000134e bpatchx  0x0000003d , 0x00004027 
- 00010579  0x0000134f call  0x00002955 
- 00010580  0x00001350 branch  0x00002969 
- 00010581  0x00001353 jam  0x00000002 , 0x000006b5 
- 00010582  0x00001354 arg  0x00002a00 , 0x00000002 
- 00010583  0x00001355 storet  0x00000002 , 0x000006b6 
- 00010584  0x00001356 call  0x00002ce0 
- 00010585  0x00001357 rtn  0x00000034 
- 00010586  0x00001358 ifetch  0x00000001 , 0x00000006 
- 00010587  0x00001359 copy  0x00000006 , 0x00000005 
- 00010588  0x0000135a fetcht  0x00000001 , 0x0000426b 
- 00010589  0x0000135b copy  0x00000002 , 0x00000039 
- 00010590  0x0000135c isub  0x00000002 , 0x0000003e 
- 00010591  0x0000135d nbranch  0x00002966 , 0x00000002 
- 00010592  0x0000135e isub  0x00000002 , 0x00000002 
- 00010593  0x0000135f arg  0x0000426c , 0x00000006 
- 00010594  0x00001360 call  0x00007ccc 
- 00010595  0x00001361 copy  0x00000002 , 0x00000039 
- 00010596  0x00001362 ncall  0x000029a1 , 0x00000005 
- 00010597  0x00001363 rtn 
- 00010598  0x00001365 copy  0x0000003f , 0x00000039 
- 00010599  0x00001366 arg  0x0000426c , 0x00000006 
- 00010600  0x00001367 branch  0x00007ccc 
- 00010601  0x0000136b arg  0x00004368 , 0x00000013 
- 00010602  0x0000136c arg  0x00004349 , 0x00000011 
- 00010603  0x0000136d call  0x00002976 
- 00010604  0x0000136e setarg  0x00000000 
- 00010605  0x0000136f setflag  0x00000028 , 0x00000000 , 0x0000003f 
- 00010606  0x00001370 store  0x00000001 , 0x00000670 
- 00010607  0x00001371 arg  0x00004388 , 0x00000013 
- 00010608  0x00001372 arg  0x00004369 , 0x00000011 
- 00010609  0x00001373 call  0x00002976 
- 00010610  0x00001374 rtn  0x00000028 
- 00010611  0x00001375 fetch  0x00000001 , 0x00000670 
- 00010612  0x00001376 branch  0x0000235a , 0x00000034 
- 00010613  0x00001377 rtn 
- 00010614  0x0000137b bpatchx  0x0000003e , 0x00004027 
- 00010615  0x0000137c call  0x00007dba 
- 00010616  0x0000137d call  0x00007ca6 
- 00010617  0x0000137e arg  0x00000000 , 0x00000012 
- 00010618  0x0000137f arg  0x000006a2 , 0x00000005 
- 00010619  0x00001380 call  0x00002990 
- 00010620  0x00001381 fetch  0x00000001 , 0x0000426b 
- 00010621  0x00001382 add  0x0000003f , 0x00000001 , 0x00000002 
- 00010622  0x00001383 iadd  0x00000012 , 0x00000011 
- 00010623  0x00001384 increase  0x00000002 , 0x00000011 
- 00010624  0x00001385 sub  0x00000011 , 0x0000001f , 0x0000003e 
- 00010625  0x00001386 nbranch  0x0000298e , 0x00000002 
- 00010626  0x00001387 istoret  0x00000001 , 0x00000005 
- 00010627  0x00001388 arg  0x00000009 , 0x00000002 
- 00010628  0x00001389 istoret  0x00000001 , 0x00000005 
- 00010629  0x0000138a iforce  0x00000039 
- 00010630  0x0000138b call  0x00007ccc 
- 00010631  0x0000138c copy  0x00000011 , 0x00000012 
- 00010632  0x0000138e deposit  0x00000012 
- 00010633  0x0000138f store  0x00000001 , 0x000006a1 
- 00010634  0x00001390 arg  0x000006a1 , 0x00000006 
- 00010635  0x00001391 setarg  0xffffffe0 
- 00010636  0x00001392 iadd  0x00000013 , 0x00000005 
- 00010637  0x00001393 branch  0x00007c8d 
- 00010638  0x00001396 call  0x00007dbc 
- 00010639  0x00001397 branch  0x00002988 
- 00010640  0x0000139a ifetch  0x00000001 , 0x00000011 
- 00010641  0x0000139b rtn  0x00000034 
- 00010642  0x0000139c pincrease  0x00000001 
- 00010643  0x0000139d ifetcht  0x00000001 , 0x00000006 
- 00010644  0x0000139e sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00010645  0x0000139f branch  0x0000299f , 0x00000005 
- 00010646  0x000013a0 iadd  0x00000012 , 0x00000012 
- 00010647  0x000013a1 copy  0x00000011 , 0x00000006 
- 00010648  0x000013a2 iforce  0x00000039 
- 00010649  0x000013a3 call  0x00007ccc 
- 00010650  0x000013a4 copy  0x00000006 , 0x00000011 
- 00010651  0x000013a6 deposit  0x00000011 
- 00010652  0x000013a7 isub  0x00000013 , 0x0000003e 
- 00010653  0x000013a8 rtn  0x00000002 
- 00010654  0x000013a9 branch  0x00002990 
- 00010655  0x000013ac iadd  0x00000011 , 0x00000011 
- 00010656  0x000013ad branch  0x0000299b 
- 00010657  0x000013b1 setarg  0x00000020 
- 00010658  0x000013b2 istore  0x00000001 , 0x00000005 
- 00010659  0x000013b3 loop  0x000029a1 
- 00010660  0x000013b4 rtn 
- 00010661  0x000013b8 bpatchx  0x0000003f , 0x00004027 
- 00010662  0x000013b9 disable  0x0000002b 
- 00010663  0x000013ba branch  0x000029a9 , 0x0000002e 
- 00010664  0x000013bb nbranch  0x000029b8 , 0x0000002d 
- 00010665  0x000013bd call  0x000024d2 
- 00010666  0x000013be fetch  0x00000002 , 0x0000409a 
- 00010667  0x000013bf store  0x00000002 , 0x00000176 
- 00010668  0x000013c0 fetch  0x00000001 , 0x00004321 
- 00010669  0x000013c1 bbit1  0x00000005 , 0x000024e0 
- 00010670  0x000013c2 bmark1  0x0000000f , 0x000024e0 
- 00010671  0x000013c3 fetch  0x00000001 , 0x0000004d 
- 00010672  0x000013c4 nbranch  0x000024e0 , 0x00000034 
- 00010673  0x000013c5 fetch  0x00000001 , 0x0000416a 
- 00010674  0x000013c6 nbranch  0x000024e0 , 0x00000034 
- 00010675  0x000013c8 fetch  0x00000001 , 0x00000168 
- 00010676  0x000013c9 bbit1  0x00000005 , 0x000024e0 
- 00010677  0x000013ca bbit1  0x00000007 , 0x000024e0 
- 00010678  0x000013cb bbit1  0x00000006 , 0x000024e0 
- 00010679  0x000013cc branch  0x000024c8 
- 00010680  0x000013cf fetch  0x00000001 , 0x000040a8 
- 00010681  0x000013d0 sub  0x0000003f , 0x0000001e , 0x0000003e 
- 00010682  0x000013d1 nbranch  0x000024d7 , 0x00000002 
- 00010683  0x000013d2 fetcht  0x00000002 , 0x0000409a 
- 00010684  0x000013d3 rshift  0x00000002 , 0x00000002 
- 00010685  0x000013d4 fetch  0x00000002 , 0x00000176 
- 00010686  0x000013d5 iadd  0x00000002 , 0x0000003f 
- 00010687  0x000013d6 store  0x00000002 , 0x00000176 
- 00010688  0x000013d7 branch  0x000024d7 
- 00010689  0x000013db arg  0x00000000 , 0x00000007 
- 00010690  0x000013dc branch  0x000029d6 
- 00010691  0x000013df arg  0x00000000 , 0x00000007 
- 00010692  0x000013e0 branch  0x000029db 
- 00010693  0x000013e3 arg  0x00000001 , 0x00000007 
- 00010694  0x000013e4 branch  0x000029d6 
- 00010695  0x000013e7 arg  0x00000001 , 0x00000007 
- 00010696  0x000013e8 branch  0x000029db 
- 00010697  0x000013eb arg  0x00000002 , 0x00000007 
- 00010698  0x000013ec branch  0x000029d6 
- 00010699  0x000013ef arg  0x00000002 , 0x00000007 
- 00010700  0x000013f0 branch  0x000029db 
- 00010701  0x000013f3 arg  0x00000003 , 0x00000007 
- 00010702  0x000013f4 branch  0x000029d6 
- 00010703  0x000013f7 arg  0x00000003 , 0x00000007 
- 00010704  0x000013f8 branch  0x000029db 
- 00010705  0x000013fb arg  0x00000004 , 0x00000007 
- 00010706  0x000013fc branch  0x000029d6 
- 00010707  0x000013ff arg  0x00000004 , 0x00000007 
- 00010708  0x00001400 branch  0x000029db 
- 00010709  0x00001403 arg  0x00000005 , 0x00000007 
- 00010710  0x00001406 fetch  0x00000001 , 0x00004321 
- 00010711  0x00001407 qset1  0x0000003f 
- 00010712  0x00001408 store  0x00000001 , 0x00004321 
- 00010713  0x00001409 rtn 
- 00010714  0x0000140d arg  0x00000005 , 0x00000007 
- 00010715  0x00001410 fetch  0x00000001 , 0x00004321 
- 00010716  0x00001411 qset0  0x0000003f 
- 00010717  0x00001412 store  0x00000001 , 0x00004321 
- 00010718  0x00001413 rtn 
- 00010719  0x00001418 setarg  0x00112233 
- 00010720  0x00001419 store  0x00000003 , 0x00004322 
- 00010721  0x0000141a setarg  0x00445566 
- 00010722  0x0000141b istore  0x00000003 , 0x00000005 
- 00010723  0x0000141c setarg  0x00778899 
- 00010724  0x0000141d istore  0x00000003 , 0x00000005 
- 00010725  0x0000141e setarg  0x00001122 
- 00010726  0x0000141f istore  0x00000003 , 0x00000005 
- 00010727  0x00001420 setarg  0x00334455 
- 00010728  0x00001421 istore  0x00000003 , 0x00000005 
- 00010729  0x00001422 setarg  0x00000066 
- 00010730  0x00001423 istore  0x00000001 , 0x00000005 
- 00010731  0x00001424 rtn 
- 00010732  0x00001428 setarg  0x01000302 
- 00010733  0x00001429 store  0x00000004 , 0x000042c4 
- 00010734  0x0000142a setarg  0x00010010 
- 00010735  0x0000142b store  0x00000003 , 0x000042c8 
- 00010736  0x0000142c jam  0x00000001 , 0x000042fe 
- 00010737  0x0000142d rtn 
- 00010738  0x00001432 arg  0x00000000 , 0x00000011 
- 00010739  0x00001433 arg  0x00000001 , 0x00000001 
- 00010740  0x00001434 branch  0x00002a05 
- 00010741  0x00001439 bpatchx  0x00000040 , 0x00004028 
- 00010742  0x0000143a arg  0x00000003 , 0x00000001 
- 00010743  0x0000143b call  0x00002a05 
- 00010744  0x0000143c copy  0x00000012 , 0x0000003f 
- 00010745  0x0000143d istore  0x00000001 , 0x00000005 
- 00010746  0x0000143e rtn 
- 00010747  0x00001443 bpatchx  0x00000041 , 0x00004028 
- 00010748  0x00001444 force  0x00000002 , 0x00000001 
- 00010749  0x00001445 increase  0x00000004 , 0x00000011 
- 00010750  0x00001446 call  0x00002a05 
- 00010751  0x00001447 increase  0xfffffffc , 0x00000011 
- 00010752  0x00001448 copy  0x00000011 , 0x0000003f 
- 00010753  0x00001449 istore  0x00000002 , 0x00000005 
- 00010754  0x0000144a copy  0x00000012 , 0x0000003f 
- 00010755  0x0000144b istore  0x00000002 , 0x00000005 
- 00010756  0x0000144c rtn 
- 00010757  0x00001451 bpatchx  0x00000042 , 0x00004028 
- 00010758  0x00001452 increase  0x00000005 , 0x00000011 
- 00010759  0x00001453 call  0x00006959 
- 00010760  0x00001454 increase  0xfffffffb , 0x00000011 
- 00010761  0x00001455 copy  0x00000011 , 0x0000003f 
- 00010762  0x00001456 istore  0x00000002 , 0x00000005 
- 00010763  0x00001457 setarg  0x00000000 
- 00010764  0x00001458 istore  0x00000002 , 0x00000005 
- 00010765  0x00001459 copy  0x00000001 , 0x0000003f 
- 00010766  0x0000145a istore  0x00000001 , 0x00000005 
- 00010767  0x0000145b rtn 
- 00010768  0x0000145f bpatchx  0x00000043 , 0x00004028 
- 00010769  0x00001460 call  0x00006993 
- 00010770  0x00001461 copy  0x0000003f , 0x00000006 
- 00010771  0x00001462 rtn 
- 00010772  0x00001465 fetch  0x00000002 , 0x00004449 
- 00010773  0x00001466 rtn 
- 00010774  0x00001469 call  0x00002a19 
- 00010775  0x0000146a copy  0x0000003f , 0x00000006 
- 00010776  0x0000146b rtn 
- 00010777  0x0000146f fetch  0x00000002 , 0x0000444c 
- 00010778  0x00001470 rtn 
- 00010779  0x00001474 call  0x00002a10 
- 00010780  0x00001475 increase  0x00000005 , 0x00000006 
- 00010781  0x00001476 rtn 
- 00010782  0x00001479 call  0x00002a10 
- 00010783  0x0000147a increase  0x00000009 , 0x00000006 
- 00010784  0x0000147b rtn 
- 00010785  0x0000147e call  0x00002a16 
- 00010786  0x0000147f increase  0x00000009 , 0x00000006 
- 00010787  0x00001480 rtn 
- 00010788  0x00001483 call  0x00002a16 
- 00010789  0x00001484 increase  0x00000005 , 0x00000006 
- 00010790  0x00001485 rtn 
- 00010791  0x00001489 branch  0x000069a9 
- 00010792  0x0000148d branch  0x000069ac 
- 00010793  0x00001491 branch  0x000069af 
- 00010794  0x00001495 branch  0x00006998 
- 00010795  0x00001499 store  0x00000008 , 0x000043c0 
- 00010796  0x0000149a branch  0x00002a3c 
- 00010797  0x0000149e and  0x00000002 , 0x000000ff , 0x00000011 
- 00010798  0x0000149f call  0x00002a32 
- 00010799  0x000014a0 rshift8  0x00000002 , 0x00000011 
- 00010800  0x000014a3 storer  0x00000011 , 0x00000001 , 0x000043b7 
- 00010801  0x000014a4 branch  0x00002a33 
- 00010802  0x000014a7 storer  0x00000011 , 0x00000001 , 0x000043b6 
- 00010803  0x000014a9 isolate1  0x00000001 , 0x00000011 
- 00010804  0x000014aa call  0x00002a38 , 0x00000001 
- 00010805  0x000014ab isolate1  0x00000002 , 0x00000011 
- 00010806  0x000014ac call  0x00002a3a , 0x00000001 
- 00010807  0x000014ad rtn 
- 00010808  0x000014b2 arg  0x00000008 , 0x00000007 
- 00010809  0x000014b3 branch  0x00002a3d 
- 00010810  0x000014b7 arg  0x0000000b , 0x00000007 
- 00010811  0x000014b8 branch  0x00002a3d 
- 00010812  0x000014bb arg  0x00000005 , 0x00000007 
- 00010813  0x000014be fetch  0x00000008 , 0x000043ae 
- 00010814  0x000014bf qset1  0x0000003f 
- 00010815  0x000014c0 store  0x00000008 , 0x000043ae 
- 00010816  0x000014c1 rtn 
- 00010817  0x000014c4 call  0x000029c5 
- 00010818  0x000014c5 call  0x000029ec 
- 00010819  0x000014c6 call  0x000029df 
- 00010820  0x000014c7 branch  0x000029cd 
- 00010821  0x000014cd jam  0x00000001 , 0x0000019d 
- 00010822  0x000014ce jam  0x00000001 , 0x0000019e 
- 00010823  0x000014cf call  0x000025b8 
- 00010824  0x000014d0 call  0x00002a4b 
- 00010825  0x000014d1 call  0x00002acb 
- 00010826  0x000014d2 branch  0x000025bc 
- 00010827  0x000014d5 bpatchx  0x00000044 , 0x00004028 
- 00010828  0x000014d6 fetch  0x00000001 , 0x00004343 
- 00010829  0x000014d7 rtnne  0x00000001 
- 00010830  0x000014d8 arg  0x00000002 , 0x00000007 
- 00010831  0x000014d9 call  0x00007cef 
- 00010832  0x000014da nrtn  0x00000034 
- 00010833  0x000014db fetch  0x00000002 , 0x00004344 
- 00010834  0x000014dc fetcht  0x00000002 , 0x00004346 
- 00010835  0x000014dd isub  0x00000002 , 0x0000003f 
- 00010836  0x000014de arg  0x00000002 , 0x00000007 
- 00010837  0x000014df call  0x00007ce1 
- 00010838  0x000014e0 disable  0x00000029 
- 00010839  0x000014e1 call  0x00002af5 
- 00010840  0x000014e2 call  0x00002a6a 
- 00010841  0x000014e3 nrtn  0x0000002d 
- 00010842  0x000014e4 bpatchx  0x00000045 , 0x00004028 
- 00010843  0x000014e5 fetch  0x00000006 , 0x0000004e 
- 00010844  0x000014e6 store  0x00000006 , 0x00000178 
- 00010845  0x000014e9 fetch  0x00000001 , 0x00000002 
- 00010846  0x000014ea increase  0x00000001 , 0x0000003f 
- 00010847  0x000014eb store  0x00000001 , 0x00000002 
- 00010848  0x000014ec call  0x00002a71 
- 00010849  0x000014ed rtn  0x00000029 
- 00010850  0x000014ee call  0x00002b1c 
- 00010851  0x000014ef nrtn  0x0000002d 
- 00010852  0x000014f0 fetch  0x00000001 , 0x00000004 
- 00010853  0x000014f1 increase  0x00000001 , 0x0000003f 
- 00010854  0x000014f2 store  0x00000001 , 0x00000004 
- 00010855  0x000014f3 fetch  0x00000009 , 0x00000054 
- 00010856  0x000014f4 store  0x00000009 , 0x000006a1 
- 00010857  0x000014f5 rtn 
- 00010858  0x000014f9 bpatchx  0x00000046 , 0x00004028 
- 00010859  0x000014fa call  0x00002b68 
- 00010860  0x000014fb call  0x0000264e 
- 00010861  0x000014fc fetch  0x00000001 , 0x00000001 
- 00010862  0x000014fd increase  0x00000001 , 0x0000003f 
- 00010863  0x000014fe store  0x00000001 , 0x00000001 
- 00010864  0x000014ff rtn 
- 00010865  0x00001503 bpatchx  0x00000047 , 0x00004028 
- 00010866  0x00001504 fetch  0x00000001 , 0x000001bc 
- 00010867  0x00001505 rtnne  0x0000001b 
- 00010868  0x00001506 fetch  0x00000006 , 0x00000178 
- 00010869  0x00001507 fetcht  0x00000006 , 0x000042cc 
- 00010870  0x00001508 isub  0x00000002 , 0x0000003e 
- 00010871  0x00001509 nrtn  0x00000005 
- 00010872  0x0000150a call  0x00002056 
- 00010873  0x0000150b nrtn  0x00000005 
- 00010874  0x0000150c call  0x00002a84 
- 00010875  0x0000150d call  0x00002519 
- 00010876  0x0000150e call  0x000030ed 
- 00010877  0x0000150f jam  0x00000014 , 0x0000066f 
- 00010878  0x00001510 call  0x0000782b 
- 00010879  0x00001511 jam  0x00000000 , 0x00004114 
- 00010880  0x00001512 jam  0x00000000 , 0x000001b8 
- 00010881  0x00001513 jam  0x00000000 , 0x00004343 
- 00010882  0x00001514 jam  0x00000000 , 0x000001bc 
- 00010883  0x00001515 branch  0x00002041 
- 00010884  0x00001518 bpatchx  0x00000048 , 0x00004029 
- 00010885  0x00001519 force  0xffffffff , 0x0000003f 
- 00010886  0x0000151a setsect  0x00000002 , 0x00000001 
- 00010887  0x0000151b store  0x00000005 , 0x00000198 
- 00010888  0x0000151c arg  0x00000168 , 0x00000011 
- 00010889  0x0000151d call  0x00002624 
- 00010890  0x0000151e force  0x00000004 , 0x00000039 
- 00010891  0x0000151f arg  0x0000018c , 0x00000005 
- 00010892  0x00001520 call  0x00007de8 
- 00010893  0x00001521 fetch  0x00000002 , 0x000042d9 
- 00010894  0x00001522 store  0x00000002 , 0x00000196 
- 00010895  0x00001524 random  0x0000003f 
- 00010896  0x00001525 and_into  0x0000000f , 0x0000003f 
- 00010897  0x00001526 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00010898  0x00001527 branch  0x00002a8f , 0x00000002 
- 00010899  0x00001528 store  0x00000001 , 0x00000181 
- 00010900  0x0000152a bpatchx  0x00000049 , 0x00004029 
- 00010901  0x0000152b fetcht  0x00000002 , 0x00004165 
- 00010902  0x0000152c storet  0x00000002 , 0x0000016a 
- 00010903  0x0000152d copy  0x00000002 , 0x00000013 
- 00010904  0x0000152e add  0x00000022 , 0x00000007 , 0x0000003f 
- 00010905  0x0000152f idiv  0x00000013 
- 00010906  0x00001530 call  0x00007d62 
- 00010907  0x00001531 remainder  0x00000011 
- 00010908  0x00001532 isub  0x00000011 , 0x0000003f 
- 00010909  0x00001533 iadd  0x00000013 , 0x0000003f 
- 00010910  0x00001534 fetcht  0x00000002 , 0x00004163 
- 00010911  0x00001535 iadd  0x00000002 , 0x0000003f 
- 00010912  0x00001536 store  0x00000004 , 0x0000016c 
- 00010913  0x00001537 isub  0x00000022 , 0x00000011 
- 00010914  0x00001538 increase  0xfffffffa , 0x00000011 
- 00010915  0x00001539 arg  0x00002205 , 0x00000012 
- 00010916  0x0000153a fetch  0x00000001 , 0x000042d2 
- 00010917  0x0000153b nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00010918  0x0000153c fetch  0x00000001 , 0x000042cb 
- 00010919  0x0000153d nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00010920  0x0000153e copy  0x00000012 , 0x0000003f 
- 00010921  0x0000153f store  0x00000002 , 0x00004169 
- 00010922  0x00001540 fetch  0x00000006 , 0x000042db 
- 00010923  0x00001541 istore  0x00000006 , 0x00000005 
- 00010924  0x00001542 fetch  0x00000006 , 0x00000178 
- 00010925  0x00001543 istore  0x00000006 , 0x00000005 
- 00010926  0x00001544 fetch  0x00000004 , 0x0000018c 
- 00010927  0x00001545 istore  0x00000004 , 0x00000005 
- 00010928  0x00001546 random  0x0000003f 
- 00010929  0x00001547 istore  0x00000002 , 0x00000005 
- 00010930  0x00001548 random  0x0000003f 
- 00010931  0x00001549 istore  0x00000001 , 0x00000005 
- 00010932  0x0000154a force  0x00000002 , 0x0000003f 
- 00010933  0x0000154b istore  0x00000001 , 0x00000005 
- 00010934  0x0000154c rshift2  0x00000011 , 0x0000003f 
- 00010935  0x0000154d istore  0x00000002 , 0x00000005 
- 00010936  0x0000154e rshift2  0x00000013 , 0x0000003f 
- 00010937  0x0000154f istore  0x00000002 , 0x00000005 
- 00010938  0x00001550 bpatchx  0x0000004a , 0x00004029 
- 00010939  0x00001551 setarg  0x00000000 
- 00010940  0x00001552 istore  0x00000002 , 0x00000005 
- 00010941  0x00001553 fetch  0x00000002 , 0x000042d9 
- 00010942  0x00001554 istore  0x00000002 , 0x00000005 
- 00010943  0x00001555 fetch  0x00000005 , 0x00000198 
- 00010944  0x00001556 istore  0x00000005 , 0x00000005 
- 00010945  0x00001557 fetch  0x00000001 , 0x00000181 
- 00010946  0x00001558 arg  0x000000a0 , 0x00000002 
- 00010947  0x00001559 ior  0x00000002 , 0x0000003f 
- 00010948  0x0000155a istore  0x00000001 , 0x00000005 
- 00010949  0x0000155b call  0x0000273e 
- 00010950  0x0000155c setarg  0x00004169 
- 00010951  0x0000155d add  0x0000003f , 0x00000012 , 0x00000006 
- 00010952  0x0000155e ifetch  0x00000003 , 0x00000006 
- 00010953  0x0000155f store  0x00000003 , 0x00000190 
- 00010954  0x00001560 rtn 
- 00010955  0x00001564 jam  0x00000024 , 0x00000007 
- 00010956  0x00001565 jam  0x00000000 , 0x000006a1 
- 00010957  0x00001566 call  0x00002aef 
- 00010958  0x00001567 call  0x00002ad0 
- 00010959  0x00001568 branch  0x00002af2 
- 00010960  0x0000156b bpatchx  0x0000004b , 0x00004029 
- 00010961  0x0000156c fetch  0x00000001 , 0x00004388 
- 00010962  0x0000156d rtn  0x00000034 
- 00010963  0x0000156e arg  0x00000000 , 0x00000007 
- 00010964  0x0000156f call  0x00007cef 
- 00010965  0x00001570 nrtn  0x00000034 
- 00010966  0x00001571 enable  0x00000010 
- 00010967  0x00001572 call  0x00002af5 
- 00010968  0x00001573 call  0x00002b68 
- 00010969  0x00001574 call  0x00002afe 
- 00010970  0x00001575 nbranch  0x00002ae2 , 0x0000002d 
- 00010971  0x00001576 fetch  0x00000001 , 0x00000003 
- 00010972  0x00001577 increase  0x00000001 , 0x0000003f 
- 00010973  0x00001578 store  0x00000001 , 0x00000003 
- 00010974  0x00001579 fetch  0x00000001 , 0x0000004c 
- 00010975  0x0000157a and  0x0000003f , 0x0000000f , 0x0000003f 
- 00010976  0x0000157b beq  0x00000003 , 0x00002b2d 
- 00010977  0x0000157c beq  0x00000005 , 0x00002b40 
- 00010978  0x0000157e bpatchx  0x0000004c , 0x00004029 
- 00010979  0x0000157f fetch  0x00000001 , 0x000006a1 
- 00010980  0x00001580 fetcht  0x00000001 , 0x00004393 
- 00010981  0x00001581 isub  0x00000002 , 0x0000003e 
- 00010982  0x00001582 nbranch  0x00002ad0 , 0x00000005 
- 00010983  0x00001583 random  0x0000003f 
- 00010984  0x00001584 arg  0x000001ff , 0x00000002 
- 00010985  0x00001585 iand  0x00000002 , 0x0000003f 
- 00010986  0x00001586 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00010987  0x00001587 call  0x00007c91 
- 00010988  0x00001588 arg  0x00000000 , 0x00000007 
- 00010989  0x00001589 fetch  0x00000002 , 0x00004389 
- 00010990  0x0000158a branch  0x00007ce1 
- 00010991  0x0000158d arg  0x000006b1 , 0x00000005 
- 00010992  0x0000158e arg  0x00004169 , 0x00000006 
- 00010993  0x0000158f branch  0x00007c8c 
- 00010994  0x00001592 arg  0x000006b1 , 0x00000006 
- 00010995  0x00001593 arg  0x00004169 , 0x00000005 
- 00010996  0x00001594 branch  0x00007c8c 
- 00010997  0x00001597 bpatchx  0x0000004d , 0x00004029 
- 00010998  0x00001598 disable  0x00000029 
- 00010999  0x0000159a setarg  0x008e89be 
- 00011000  0x0000159b lshift8  0x0000003f , 0x0000003f 
- 00011001  0x0000159c or_into  0x000000d6 , 0x0000003f 
- 00011002  0x0000159d iforce  0x00000009 
- 00011003  0x0000159e setarg  0x00555555 
- 00011004  0x0000159f store  0x00000003 , 0x00000190 
- 00011005  0x000015a0 rtn 
- 00011006  0x000015a5 bpatchx  0x0000004e , 0x00004029 
- 00011007  0x000015a6 fetch  0x00000001 , 0x0000438b 
- 00011008  0x000015a7 fetcht  0x00000001 , 0x0000438c 
- 00011009  0x000015a8 lshift4  0x00000002 , 0x00000002 
- 00011010  0x000015a9 lshift2  0x00000002 , 0x00000002 
- 00011011  0x000015aa iadd  0x00000002 , 0x00000002 
- 00011012  0x000015ab storet  0x00000001 , 0x00004169 
- 00011013  0x000015ac beq  0x00000001 , 0x00002b0f 
- 00011014  0x000015ad fetcht  0x00000001 , 0x00004348 
- 00011015  0x000015ae add  0x00000002 , 0x00000006 , 0x0000003f 
- 00011016  0x000015af store  0x00000001 , 0x0000416a 
- 00011017  0x000015b0 fetch  0x00000006 , 0x000042db 
- 00011018  0x000015b1 store  0x00000006 , 0x0000416b 
- 00011019  0x000015b2 copy  0x00000002 , 0x00000039 
- 00011020  0x000015b3 arg  0x00004349 , 0x00000006 
- 00011021  0x000015b4 call  0x00007ccc 
- 00011022  0x000015b5 branch  0x00002b15 
- 00011023  0x000015b8 setarg  0x0000000c 
- 00011024  0x000015b9 store  0x00000001 , 0x0000416a 
- 00011025  0x000015ba fetch  0x00000006 , 0x000042db 
- 00011026  0x000015bb store  0x00000006 , 0x0000416b 
- 00011027  0x000015bc fetch  0x00000006 , 0x00004116 
- 00011028  0x000015bd istore  0x00000006 , 0x00000005 
- 00011029  0x000015bf bpatchx  0x0000004f , 0x00004029 
- 00011030  0x000015c0 fetch  0x00000001 , 0x00000000 
- 00011031  0x000015c1 increase  0x00000001 , 0x0000003f 
- 00011032  0x000015c2 store  0x00000001 , 0x00000000 
- 00011033  0x000015c3 arg  0x00000708 , 0x0000001b 
- 00011034  0x000015c4 disable  0x0000002d 
- 00011035  0x000015c5 branch  0x00002729 
- 00011036  0x000015c9 bpatchx  0x00000050 , 0x0000402a 
- 00011037  0x000015ca fetch  0x00000001 , 0x00004394 
- 00011038  0x000015cb rtnne  0x00000001 
- 00011039  0x000015cc fetch  0x00000001 , 0x00000000 
- 00011040  0x000015cd increase  0x00000001 , 0x0000003f 
- 00011041  0x000015ce store  0x00000001 , 0x00000000 
- 00011042  0x000015cf arg  0x00000c03 , 0x00000002 
- 00011043  0x000015d0 fetch  0x00000001 , 0x00004395 
- 00011044  0x000015d1 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00011045  0x000015d2 copy  0x00000011 , 0x0000003f 
- 00011046  0x000015d3 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00011047  0x000015d4 storet  0x00000002 , 0x00004169 
- 00011048  0x000015d5 fetch  0x00000006 , 0x000042db 
- 00011049  0x000015d6 istore  0x00000006 , 0x00000005 
- 00011050  0x000015d7 fetch  0x00000006 , 0x00000178 
- 00011051  0x000015d8 istore  0x00000006 , 0x00000005 
- 00011052  0x000015d9 branch  0x00002729 
- 00011053  0x000015dc bpatchx  0x00000051 , 0x0000402a 
- 00011054  0x000015dd fetch  0x00000006 , 0x00000054 
- 00011055  0x000015de fetcht  0x00000006 , 0x000042db 
- 00011056  0x000015df isub  0x00000002 , 0x0000003e 
- 00011057  0x000015e0 nrtn  0x00000005 
- 00011058  0x000015e1 arg  0x00000004 , 0x00000002 
- 00011059  0x000015e2 fetch  0x00000001 , 0x0000438c 
- 00011060  0x000015e3 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00011061  0x000015e4 storet  0x00000001 , 0x00004169 
- 00011062  0x000015e5 fetcht  0x00000001 , 0x00004368 
- 00011063  0x000015e6 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00011064  0x000015e7 store  0x00000001 , 0x0000416a 
- 00011065  0x000015e8 fetch  0x00000006 , 0x000042db 
- 00011066  0x000015e9 store  0x00000006 , 0x0000416b 
- 00011067  0x000015ea arg  0x00004369 , 0x00000006 
- 00011068  0x000015eb copy  0x00000002 , 0x00000039 
- 00011069  0x000015ec call  0x00007ccc 
- 00011070  0x000015ed call  0x0000273e 
- 00011071  0x000015ee branch  0x00002ae2 
- 00011072  0x000015f1 fetch  0x00000006 , 0x00000054 
- 00011073  0x000015f2 fetcht  0x00000006 , 0x000042db 
- 00011074  0x000015f3 isub  0x00000002 , 0x0000003e 
- 00011075  0x000015f4 nrtn  0x00000005 
- 00011076  0x000015f5 call  0x00002868 
- 00011077  0x000015f6 storer  0x00000011 , 0x00000001 , 0x000042cb 
- 00011078  0x000015f7 fetch  0x00000006 , 0x0000004e 
- 00011079  0x000015f8 store  0x00000006 , 0x00000178 
- 00011080  0x000015f9 fetch  0x00000008 , 0x0000005a 
- 00011081  0x000015fa store  0x00000008 , 0x0000018c 
- 00011082  0x000015fb fetcht  0x00000002 , 0x00000062 
- 00011083  0x000015fc bpatchx  0x00000052 , 0x0000402a 
- 00011084  0x000015fd lshift2  0x00000002 , 0x00000002 
- 00011085  0x000015fe fetch  0x00000002 , 0x00000064 
- 00011086  0x000015ff lshift2  0x0000003f , 0x0000003f 
- 00011087  0x00001600 store  0x00000002 , 0x0000016a 
- 00011088  0x00001601 store  0x00000004 , 0x0000016c 
- 00011089  0x00001602 isub  0x00000002 , 0x0000003f 
- 00011090  0x00001603 add  0x0000003f , 0xfffffffe , 0x00000028 
- 00011091  0x00001604 fetch  0x00000009 , 0x00000066 
- 00011092  0x00001605 store  0x00000009 , 0x00000194 
- 00011093  0x00001606 fetch  0x00000001 , 0x0000006f 
- 00011094  0x00001607 and  0x0000003f , 0x0000001f , 0x00000002 
- 00011095  0x00001608 storet  0x00000001 , 0x00000181 
- 00011096  0x00001609 rshift4  0x0000003f , 0x00000002 
- 00011097  0x0000160a rshift  0x00000002 , 0x00000002 
- 00011098  0x0000160b storet  0x00000001 , 0x000001b8 
- 00011099  0x0000160c arg  0x00000168 , 0x00000011 
- 00011100  0x0000160d call  0x00002938 
- 00011101  0x0000160e arg  0x00000168 , 0x00000011 
- 00011102  0x0000160f call  0x00002624 
- 00011103  0x00001610 call  0x00002525 
- 00011104  0x00001611 call  0x00002056 
- 00011105  0x00001612 nrtn  0x00000005 
- 00011106  0x00001613 bpatchx  0x00000053 , 0x0000402a 
- 00011107  0x00001614 call  0x000020f7 
- 00011108  0x00001615 call  0x00002ea7 
- 00011109  0x00001616 jam  0x00000014 , 0x0000066f 
- 00011110  0x00001617 call  0x0000782b 
- 00011111  0x00001618 branch  0x00002041 
- 00011112  0x0000161c bpatchx  0x00000054 , 0x0000402a 
- 00011113  0x0000161d fetch  0x00000001 , 0x00000007 
- 00011114  0x0000161e beq  0x00000025 , 0x00002b6e 
- 00011115  0x0000161f beq  0x00000026 , 0x00002b74 
- 00011116  0x00001620 beq  0x00000027 , 0x00002b7a 
- 00011117  0x00001621 branch  0x00002b7a 
- 00011118  0x00001624 fetcht  0x00000001 , 0x00004393 
- 00011119  0x00001625 isolate1  0x00000001 , 0x00000002 
- 00011120  0x00001626 branch  0x00002b85 , 0x00000001 
- 00011121  0x00001627 isolate1  0x00000002 , 0x00000002 
- 00011122  0x00001628 branch  0x00002b8a , 0x00000001 
- 00011123  0x00001629 branch  0x00002b80 
- 00011124  0x0000162d fetcht  0x00000001 , 0x00004393 
- 00011125  0x0000162e isolate1  0x00000002 , 0x00000002 
- 00011126  0x0000162f branch  0x00002b8a , 0x00000001 
- 00011127  0x00001630 isolate1  0x00000000 , 0x00000002 
- 00011128  0x00001631 branch  0x00002b80 , 0x00000001 
- 00011129  0x00001632 branch  0x00002b85 
- 00011130  0x00001636 fetcht  0x00000001 , 0x00004393 
- 00011131  0x00001637 isolate1  0x00000000 , 0x00000002 
- 00011132  0x00001638 branch  0x00002b80 , 0x00000001 
- 00011133  0x00001639 isolate1  0x00000001 , 0x00000002 
- 00011134  0x0000163a branch  0x00002b85 , 0x00000001 
- 00011135  0x0000163b branch  0x00002b8a 
- 00011136  0x0000163e jam  0x00000025 , 0x00000007 
- 00011137  0x0000163f fetch  0x00000001 , 0x000006a1 
- 00011138  0x00001640 set1  0x00000000 , 0x0000003f 
- 00011139  0x00001641 store  0x00000001 , 0x000006a1 
- 00011140  0x00001642 rtn 
- 00011141  0x00001645 jam  0x00000026 , 0x00000007 
- 00011142  0x00001646 fetch  0x00000001 , 0x000006a1 
- 00011143  0x00001647 set1  0x00000001 , 0x0000003f 
- 00011144  0x00001648 store  0x00000001 , 0x000006a1 
- 00011145  0x00001649 rtn 
- 00011146  0x0000164c jam  0x00000027 , 0x00000007 
- 00011147  0x0000164d fetch  0x00000001 , 0x000006a1 
- 00011148  0x0000164e set1  0x00000002 , 0x0000003f 
- 00011149  0x0000164f store  0x00000001 , 0x000006a1 
- 00011150  0x00001650 rtn 
- 00011151  0x00001656 copy  0x00000006 , 0x00000011 
- 00011152  0x00001657 fetch  0x00000001 , 0x000043cb 
- 00011153  0x00001658 beq  0x00000006 , 0x000066d5 
- 00011154  0x00001659 beq  0x0000000f , 0x0000503d 
- 00011155  0x0000165a copy  0x00000011 , 0x00000006 
- 00011156  0x0000165b ifetch  0x00000003 , 0x00000006 
- 00011157  0x0000165c store  0x00000003 , 0x00004397 
- 00011158  0x0000165e beq  0x00000002 , 0x00002bab 
- 00011159  0x0000165f beq  0x00000003 , 0x00002bb0 
- 00011160  0x00001660 beq  0x00000004 , 0x00002bb3 
- 00011161  0x00001661 beq  0x00000006 , 0x00002bf7 
- 00011162  0x00001662 beq  0x00000008 , 0x00002c44 
- 00011163  0x00001663 beq  0x0000000a , 0x00002d19 
- 00011164  0x00001664 beq  0x0000000c , 0x00002d4c 
- 00011165  0x00001665 beq  0x00000010 , 0x00002d63 
- 00011166  0x00001666 beq  0x00000012 , 0x00002da8 
- 00011167  0x00001667 beq  0x00000016 , 0x00002dce 
- 00011168  0x00001668 beq  0x00000018 , 0x00002de1 
- 00011169  0x00001669 beq  0x0000001e , 0x00002de6 
- 00011170  0x0000166a beq  0x00000052 , 0x00002dea 
- 00011171  0x0000166b rtn 
- 00011172  0x0000166f force  0x00000003 , 0x00000011 
- 00011173  0x00001670 call  0x00002e10 
- 00011174  0x00001671 setarg  0x00000002 
- 00011175  0x00001673 istore  0x00000001 , 0x00000005 
- 00011176  0x00001674 fetch  0x00000002 , 0x000042e1 
- 00011177  0x00001675 istore  0x00000002 , 0x00000005 
- 00011178  0x00001676 rtn 
- 00011179  0x0000167a call  0x00002bb0 
- 00011180  0x0000167c force  0x00000003 , 0x00000011 
- 00011181  0x0000167d call  0x00002e10 
- 00011182  0x0000167e setarg  0x00000003 
- 00011183  0x0000167f branch  0x00002ba7 
- 00011184  0x00001682 rshift8  0x0000003f , 0x0000003f 
- 00011185  0x00001683 store  0x00000002 , 0x000042e3 
- 00011186  0x00001684 rtn 
- 00011187  0x00001687 call  0x00002e41 
- 00011188  0x00001688 call  0x00007dba 
- 00011189  0x00001689 branch  0x00002bc3 
- 00011190  0x0000168d ifetch  0x00000002 , 0x00000006 
- 00011191  0x0000168e and_into  0x000000ff , 0x0000003f 
- 00011192  0x0000168f rtn  0x00000034 
- 00011193  0x00001690 isub  0x00000012 , 0x0000003e 
- 00011194  0x00001691 rtn  0x00000005 
- 00011195  0x00001692 nrtn  0x00000002 
- 00011196  0x00001693 isub  0x00000013 , 0x0000003e 
- 00011197  0x00001694 rtn  0x00000005 
- 00011198  0x00001695 branch  0x00002bc1 , 0x00000002 
- 00011199  0x00001696 force  0x00000001 , 0x0000003e 
- 00011200  0x00001697 rtn 
- 00011201  0x00001699 force  0x00000000 , 0x0000003f 
- 00011202  0x0000169a rtn 
- 00011203  0x0000169e arg  0x00000003 , 0x0000000b 
- 00011204  0x0000169f call  0x00002cc7 
- 00011205  0x000016a1 call  0x00002bb6 
- 00011206  0x000016a2 branch  0x00002bf5 , 0x00000034 
- 00011207  0x000016a3 nbranch  0x00002bf3 , 0x00000002 
- 00011208  0x000016a4 increase  0xfffffffe , 0x00000006 
- 00011209  0x000016a5 call  0x00007c6d 
- 00011210  0x000016a6 call  0x00007c64 
- 00011211  0x000016a7 nbranch  0x00002be3 , 0x00000028 
- 00011212  0x000016a8 call  0x00007c51 
- 00011213  0x000016a9 storer  0x0000000b , 0x00000004 , 0x00000680 
- 00011214  0x000016aa force  0x0000001e , 0x00000011 
- 00011215  0x000016ab call  0x00002e10 
- 00011216  0x000016ac fetchr  0x0000000b , 0x00000004 , 0x00000680 
- 00011217  0x000016ad call  0x00007c60 
- 00011218  0x000016ae call  0x00007dbc 
- 00011219  0x000016af setarg  0x00000005 
- 00011220  0x000016b0 istore  0x00000001 , 0x00000005 
- 00011221  0x000016b1 call  0x00007c67 
- 00011222  0x000016b2 ifetch  0x00000002 , 0x00000006 
- 00011223  0x000016b3 ifetchr  0x00000011 , 0x00000001 , 0x00000006 
- 00011224  0x000016b4 sub  0x00000011 , 0x00000010 , 0x0000003e 
- 00011225  0x000016b5 branch  0x00002bdf , 0x00000005 
- 00011226  0x000016b6 sub  0x00000011 , 0x00000002 , 0x0000003e 
- 00011227  0x000016b7 nbranch  0x00002e03 , 0x00000005 
- 00011228  0x000016b9 setarg  0x00000001 
- 00011229  0x000016ba istore  0x00000001 , 0x00000005 
- 00011230  0x000016bb branch  0x00002be8 
- 00011231  0x000016be setarg  0x00000002 
- 00011232  0x000016bf istore  0x00000001 , 0x00000005 
- 00011233  0x000016c0 arg  0x00000001 , 0x0000000b 
- 00011234  0x000016c1 branch  0x00002be8 
- 00011235  0x000016c4 call  0x00007c67 
- 00011236  0x000016c5 ifetch  0x00000002 , 0x00000006 
- 00011237  0x000016c6 ifetch  0x00000001 , 0x00000006 
- 00011238  0x000016c7 isub  0x00000011 , 0x0000003e 
- 00011239  0x000016c8 nbranch  0x00002bf5 , 0x00000005 
- 00011240  0x000016cb call  0x00007c67 
- 00011241  0x000016cc ifetch  0x00000002 , 0x00000006 
- 00011242  0x000016cd and_into  0x000000ff , 0x0000003f 
- 00011243  0x000016ce istore  0x00000002 , 0x00000005 
- 00011244  0x000016cf ifetchr  0x00000039 , 0x00000001 , 0x00000006 
- 00011245  0x000016d0 call  0x00007cda 
- 00011246  0x000016d1 call  0x00007c6a 
- 00011247  0x000016d2 increase  0xffffffff , 0x0000000b 
- 00011248  0x000016d3 branch  0x00002bf5 , 0x00000005 
- 00011249  0x000016d5 call  0x00002cdd 
- 00011250  0x000016d6 branch  0x00002bc5 
- 00011251  0x000016d9 call  0x00002cdd 
- 00011252  0x000016da branch  0x00002bf1 
- 00011253  0x000016dd branch  0x00002e03 , 0x00000028 
- 00011254  0x000016de branch  0x00002e34 
- 00011255  0x000016e2 call  0x00002e41 
- 00011256  0x000016e3 ifetch  0x00000002 , 0x00000006 
- 00011257  0x000016e4 store  0x00000002 , 0x0000439e 
- 00011258  0x000016e5 call  0x00007c6d 
- 00011259  0x000016e6 arg  0x000006b5 , 0x00000005 
- 00011260  0x000016e7 fetch  0x00000002 , 0x00004335 
- 00011261  0x000016e8 increase  0xfffffff9 , 0x0000003f 
- 00011262  0x000016e9 call  0x00002e4f 
- 00011263  0x000016ea branch  0x00002c0a 
- 00011264  0x000016ee disable  0x00000028 
- 00011265  0x000016ef fetcht  0x00000002 , 0x000006b1 
- 00011266  0x000016f0 fetch  0x00000002 , 0x000006b3 
- 00011267  0x000016f1 isub  0x00000002 , 0x0000003e 
- 00011268  0x000016f2 nbranch  0x00002c07 , 0x00000002 
- 00011269  0x000016f3 deposit  0x00000002 
- 00011270  0x000016f4 rtnne  0x00000000 
- 00011271  0x000016f6 enable  0x00000028 
- 00011272  0x000016f7 jam  0x00000001 , 0x000001b9 
- 00011273  0x000016f8 branch  0x00002e05 
- 00011274  0x000016fc call  0x00002c00 
- 00011275  0x000016fd rtn  0x00000028 
- 00011276  0x000016fe fetcht  0x00000002 , 0x0000439e 
- 00011277  0x000016ff setarg  0x00002800 
- 00011278  0x00001700 isub  0x00000002 , 0x0000003e 
- 00011279  0x00001701 branch  0x00002c11 , 0x00000005 
- 00011280  0x00001702 branch  0x00002e03 
- 00011281  0x00001706 jam  0x00000000 , 0x0000439a 
- 00011282  0x00001707 fetcht  0x00000002 , 0x000006b1 
- 00011283  0x00001708 storet  0x00000002 , 0x00000678 
- 00011284  0x00001709 call  0x00002d04 
- 00011285  0x0000170a nbranch  0x00002e03 , 0x00000034 
- 00011286  0x0000170c fetcht  0x00000002 , 0x00000678 
- 00011287  0x0000170d call  0x00002d04 
- 00011288  0x0000170e nbranch  0x00002c2a , 0x00000034 
- 00011289  0x0000170f copy  0x00000006 , 0x00000011 
- 00011290  0x00001710 fetch  0x00000001 , 0x000006c6 
- 00011291  0x00001711 copy  0x0000003f , 0x00000039 
- 00011292  0x00001712 fetcht  0x00000001 , 0x000006b5 
- 00011293  0x00001713 isub  0x00000002 , 0x0000003e 
- 00011294  0x00001714 nbranch  0x00002c26 , 0x00000005 
- 00011295  0x00001715 arg  0x000006b6 , 0x00000012 
- 00011296  0x00001716 call  0x00007d64 
- 00011297  0x00001718 branch  0x00002c2d , 0x00000005 
- 00011298  0x0000171a fetch  0x00000002 , 0x000006ce 
- 00011299  0x0000171b fetcht  0x00000002 , 0x0000439e 
- 00011300  0x0000171c isub  0x00000002 , 0x0000003e 
- 00011301  0x0000171d branch  0x00002c35 , 0x00000005 
- 00011302  0x0000171f fetch  0x00000002 , 0x00000678 
- 00011303  0x00001720 increase  0x00000001 , 0x0000003f 
- 00011304  0x00001721 store  0x00000002 , 0x00000678 
- 00011305  0x00001722 branch  0x00002c16 
- 00011306  0x00001725 fetch  0x00000001 , 0x0000439a 
- 00011307  0x00001726 beq  0x00000001 , 0x00002c35 
- 00011308  0x00001727 branch  0x00002e03 
- 00011309  0x0000172b fetch  0x00000002 , 0x000006ce 
- 00011310  0x0000172c fetcht  0x00000002 , 0x0000439e 
- 00011311  0x0000172d isub  0x00000002 , 0x0000003e 
- 00011312  0x0000172e nbranch  0x00002c26 , 0x00000005 
- 00011313  0x0000172f jam  0x00000001 , 0x0000439a 
- 00011314  0x00001731 fetcht  0x00000002 , 0x00000678 
- 00011315  0x00001732 storet  0x00000002 , 0x000006c9 
- 00011316  0x00001733 branch  0x00002c26 
- 00011317  0x00001736 fetch  0x00000001 , 0x0000439a 
- 00011318  0x00001737 beq  0x00000000 , 0x00002c26 
- 00011319  0x00001738 jam  0x00000002 , 0x0000439a 
- 00011320  0x00001739 fetcht  0x00000002 , 0x00000678 
- 00011321  0x0000173a increase  0xffffffff , 0x00000002 
- 00011322  0x0000173b storet  0x00000002 , 0x000006cb 
- 00011323  0x0000173e arg  0x00000005 , 0x00000011 
- 00011324  0x0000173f call  0x00002e10 
- 00011325  0x00001740 setarg  0x00000007 
- 00011326  0x00001741 istore  0x00000001 , 0x00000005 
- 00011327  0x00001742 fetch  0x00000002 , 0x000006c9 
- 00011328  0x00001743 istore  0x00000002 , 0x00000005 
- 00011329  0x00001744 fetch  0x00000002 , 0x000006cb 
- 00011330  0x00001745 istore  0x00000002 , 0x00000005 
- 00011331  0x00001746 rtn 
- 00011332  0x0000174b call  0x00002e41 
- 00011333  0x0000174c call  0x00002e4a 
- 00011334  0x0000174d branch  0x00002c47 
- 00011335  0x00001750 fetcht  0x00000002 , 0x000006b1 
- 00011336  0x00001751 storet  0x00000002 , 0x00000678 
- 00011337  0x00001752 call  0x00002cc7 
- 00011338  0x00001753 call  0x00002cd2 
- 00011339  0x00001754 increase  0xfffffffe , 0x00000006 
- 00011340  0x00001755 copy  0x00000006 , 0x0000003f 
- 00011341  0x00001756 store  0x00000002 , 0x000006c7 
- 00011342  0x00001758 fetcht  0x00000002 , 0x000006b6 
- 00011343  0x00001759 setarg  0x00002a00 
- 00011344  0x0000175a isub  0x00000002 , 0x0000003e 
- 00011345  0x0000175b branch  0x00002cb2 , 0x00000005 
- 00011346  0x0000175c setarg  0x00002803 
- 00011347  0x0000175d isub  0x00000002 , 0x0000003e 
- 00011348  0x0000175e nbranch  0x00002c9c , 0x00000005 
- 00011349  0x0000175f arg  0x00000002 , 0x0000000b 
- 00011350  0x00001761 call  0x00002e17 
- 00011351  0x00001762 nbranch  0x00002c79 , 0x00000002 
- 00011352  0x00001763 fetcht  0x00000002 , 0x00000678 
- 00011353  0x00001764 call  0x00002d02 
- 00011354  0x00001765 nbranch  0x00002c79 , 0x00000034 
- 00011355  0x00001766 call  0x00002e1b 
- 00011356  0x00001767 nbranch  0x00002c77 , 0x00000005 
- 00011357  0x00001768 nbranch  0x00002c7b , 0x00000028 
- 00011358  0x00001769 disable  0x00000028 
- 00011359  0x0000176a call  0x00002e46 
- 00011360  0x0000176b copy  0x0000003f , 0x00000011 
- 00011361  0x0000176c call  0x00002e10 
- 00011362  0x0000176d setarg  0x00000009 
- 00011363  0x0000176e istore  0x00000001 , 0x00000005 
- 00011364  0x0000176f copy  0x00000005 , 0x00000030 
- 00011365  0x00001770 increase  0x00000001 , 0x00000005 
- 00011366  0x00001772 call  0x00002c89 
- 00011367  0x00001773 call  0x00002e13 
- 00011368  0x00001774 call  0x00002d02 
- 00011369  0x00001775 call  0x00002c90 
- 00011370  0x00001776 fetch  0x00000001 , 0x000006cd 
- 00011371  0x00001777 add  0x0000003f , 0x00000005 , 0x00000011 
- 00011372  0x00001778 istorer  0x00000011 , 0x00000001 , 0x00000030 
- 00011373  0x0000177a sub  0x00000011 , 0x00000007 , 0x0000003e 
- 00011374  0x0000177b ncall  0x00007dbe , 0x00000005 
- 00011375  0x0000177c call  0x00007dc0 , 0x00000005 
- 00011376  0x0000177d call  0x00002e46 
- 00011377  0x0000177e increase  0xfffffffe , 0x0000003f 
- 00011378  0x0000177f idiv  0x00000011 
- 00011379  0x00001780 call  0x00007d62 
- 00011380  0x00001781 quotient  0x0000000b 
- 00011381  0x00001782 increase  0xffffffff , 0x0000000b 
- 00011382  0x00001783 branch  0x00002c79 , 0x00000005 
- 00011383  0x00001785 call  0x00002e13 
- 00011384  0x00001786 branch  0x00002c56 
- 00011385  0x00001788 branch  0x00002e03 , 0x00000028 
- 00011386  0x00001789 branch  0x00002e34 
- 00011387  0x0000178c call  0x00002e24 
- 00011388  0x0000178d call  0x00002e13 
- 00011389  0x0000178e call  0x00002d02 
- 00011390  0x0000178f call  0x00002d96 
- 00011391  0x00001790 nbranch  0x00002c79 , 0x00000034 
- 00011392  0x00001792 call  0x00007c64 
- 00011393  0x00001793 fetch  0x00000002 , 0x00000678 
- 00011394  0x00001794 increase  0xffffffff , 0x0000003f 
- 00011395  0x00001795 istore  0x00000002 , 0x00000005 
- 00011396  0x00001796 call  0x00002e30 
- 00011397  0x00001797 call  0x00002c90 
- 00011398  0x00001798 increase  0xffffffff , 0x0000000b 
- 00011399  0x00001799 branch  0x00002c79 , 0x00000005 
- 00011400  0x0000179a branch  0x00002c77 
- 00011401  0x0000179e fetch  0x00000002 , 0x00000678 
- 00011402  0x0000179f istore  0x00000002 , 0x00000005 
- 00011403  0x000017a1 fetch  0x00000001 , 0x000006c6 
- 00011404  0x000017a2 copy  0x0000003f , 0x00000039 
- 00011405  0x000017a3 call  0x00007c67 
- 00011406  0x000017a4 call  0x00007ccc 
- 00011407  0x000017a5 branch  0x00007c6a 
- 00011408  0x000017a7 call  0x00007c64 
- 00011409  0x000017a8 fetch  0x00000002 , 0x00000678 
- 00011410  0x000017a9 istore  0x00000002 , 0x00000005 
- 00011411  0x000017aa call  0x00007c6a 
- 00011412  0x000017ab fetch  0x00000001 , 0x000006cd 
- 00011413  0x000017ac copy  0x0000003f , 0x00000039 
- 00011414  0x000017ad call  0x00007c64 
- 00011415  0x000017ae call  0x00007c67 
- 00011416  0x000017af isub  0x00000039 , 0x00000006 
- 00011417  0x000017b0 increase  0xffffffff , 0x00000006 
- 00011418  0x000017b1 call  0x00007ccc 
- 00011419  0x000017b2 branch  0x00007c6a 
- 00011420  0x000017b5 bpatchx  0x00000055 , 0x0000402a 
- 00011421  0x000017b6 call  0x00002ce0 
- 00011422  0x000017b7 branch  0x00002e03 , 0x00000034 
- 00011423  0x000017b8 copy  0x00000006 , 0x00000013 
- 00011424  0x000017ba call  0x00002e46 
- 00011425  0x000017bb copy  0x00000013 , 0x00000006 
- 00011426  0x000017bc ifetcht  0x00000001 , 0x00000006 
- 00011427  0x000017bd increase  0x00000004 , 0x00000002 
- 00011428  0x000017be call  0x00007db0 
- 00011429  0x000017bf copy  0x0000003f , 0x00000013 
- 00011430  0x000017c0 copy  0x0000003f , 0x00000011 
- 00011431  0x000017c1 call  0x00007c6d 
- 00011432  0x000017c2 call  0x00002e10 
- 00011433  0x000017c4 setarg  0x00000009 
- 00011434  0x000017c5 istore  0x00000001 , 0x00000005 
- 00011435  0x000017c6 add  0x00000013 , 0xfffffffe , 0x0000003f 
- 00011436  0x000017c7 add  0x0000003f , 0xfffffffe , 0x00000039 
- 00011437  0x000017c8 istore  0x00000001 , 0x00000005 
- 00011438  0x000017c9 fetch  0x00000002 , 0x000006de 
- 00011439  0x000017ca istore  0x00000002 , 0x00000005 
- 00011440  0x000017cb call  0x00007c67 
- 00011441  0x000017cc branch  0x00007ccc 
- 00011442  0x000017d0 call  0x00002ce0 
- 00011443  0x000017d1 branch  0x00002e03 , 0x00000034 
- 00011444  0x000017d2 increase  0xfffffffb , 0x00000006 
- 00011445  0x000017d3 ifetch  0x00000002 , 0x00000006 
- 00011446  0x000017d4 store  0x00000002 , 0x00000678 
- 00011447  0x000017d5 call  0x00002e46 
- 00011448  0x000017d6 fetcht  0x00000001 , 0x0000426b 
- 00011449  0x000017d7 increase  0x00000004 , 0x00000002 
- 00011450  0x000017d8 call  0x00007db0 
- 00011451  0x000017d9 copy  0x0000003f , 0x00000013 
- 00011452  0x000017da copy  0x0000003f , 0x00000011 
- 00011453  0x000017db call  0x00002e10 
- 00011454  0x000017dc setarg  0x00000009 
- 00011455  0x000017dd istore  0x00000001 , 0x00000005 
- 00011456  0x000017de add  0x00000013 , 0xfffffffe , 0x0000003f 
- 00011457  0x000017df add  0x0000003f , 0xfffffffe , 0x00000039 
- 00011458  0x000017e0 istore  0x00000001 , 0x00000005 
- 00011459  0x000017e1 fetch  0x00000002 , 0x00000678 
- 00011460  0x000017e2 istore  0x00000002 , 0x00000005 
- 00011461  0x000017e3 arg  0x0000426c , 0x00000006 
- 00011462  0x000017e4 branch  0x00007ccc 
- 00011463  0x000017e8 bpatchx  0x00000056 , 0x0000402a 
- 00011464  0x000017e9 fetch  0x00000002 , 0x000006b1 
- 00011465  0x000017ea iforce  0x00000012 
- 00011466  0x000017eb fetch  0x00000002 , 0x000006b3 
- 00011467  0x000017ec iforce  0x00000013 
- 00011468  0x000017ed fetch  0x00000002 , 0x000042f7 
- 00011469  0x000017ee iforce  0x00000006 
- 00011470  0x000017ef branch  0x00007dba 
- 00011471  0x000017f4 call  0x00002cd2 
- 00011472  0x000017f5 branch  0x00002cdd , 0x00000005 
- 00011473  0x000017f6 rtn 
- 00011474  0x000017f9 bpatchx  0x00000057 , 0x0000402a 
- 00011475  0x000017fa fetch  0x00000002 , 0x000042f7 
- 00011476  0x000017fb iforce  0x00000006 
- 00011477  0x000017fd ifetch  0x00000002 , 0x00000006 
- 00011478  0x000017fe and_into  0x000000ff , 0x0000003f 
- 00011479  0x000017ff rtn  0x00000034 
- 00011480  0x00001800 isub  0x00000002 , 0x0000003e 
- 00011481  0x00001801 rtn  0x00000005 
- 00011482  0x00001802 call  0x00002cdd 
- 00011483  0x00001803 call  0x00002cdd 
- 00011484  0x00001804 branch  0x00002cd5 
- 00011485  0x00001808 ifetch  0x00000001 , 0x00000006 
- 00011486  0x00001809 iadd  0x00000006 , 0x00000006 
- 00011487  0x0000180a rtn 
- 00011488  0x0000180e bpatchx  0x00000058 , 0x0000402b 
- 00011489  0x0000180f fetch  0x00000002 , 0x000042f7 
- 00011490  0x00001810 iforce  0x00000006 
- 00011491  0x00001812 ifetch  0x00000002 , 0x00000006 
- 00011492  0x00001813 and_into  0x000000ff , 0x0000003f 
- 00011493  0x00001814 rtn  0x00000034 
- 00011494  0x00001815 store  0x00000002 , 0x000006de 
- 00011495  0x00001816 ifetch  0x00000001 , 0x00000006 
- 00011496  0x00001817 copy  0x00000006 , 0x00000005 
- 00011497  0x00001818 iadd  0x00000006 , 0x00000006 
- 00011498  0x00001819 fetcht  0x00000001 , 0x000006b5 
- 00011499  0x0000181a isub  0x00000002 , 0x0000003e 
- 00011500  0x0000181b nbranch  0x00002cf3 , 0x00000005 
- 00011501  0x0000181c copy  0x0000003f , 0x00000039 
- 00011502  0x0000181d copy  0x00000005 , 0x00000012 
- 00011503  0x0000181e arg  0x000006b6 , 0x00000011 
- 00011504  0x0000181f call  0x00007d64 
- 00011505  0x00001820 rtn  0x00000005 
- 00011506  0x00001821 fetch  0x00000001 , 0x000006b5 
- 00011507  0x00001823 iadd  0x00000005 , 0x00000006 
- 00011508  0x00001824 call  0x00002cdd 
- 00011509  0x00001825 branch  0x00002ce3 
- 00011510  0x0000182d arg  0x00000001 , 0x00000002 
- 00011511  0x0000182e fetch  0x00000002 , 0x000042f7 
- 00011512  0x0000182f iforce  0x00000006 
- 00011513  0x00001830 copy  0x00000006 , 0x00000005 
- 00011514  0x00001832 ifetch  0x00000002 , 0x00000006 
- 00011515  0x00001833 and_into  0x000000ff , 0x0000003f 
- 00011516  0x00001834 rtn  0x00000034 
- 00011517  0x00001835 add  0x0000003f , 0x00000001 , 0x00000002 
- 00011518  0x00001836 call  0x00002cdd 
- 00011519  0x00001837 call  0x00002cdd 
- 00011520  0x00001838 copy  0x00000006 , 0x00000005 
- 00011521  0x00001839 branch  0x00002cfa 
- 00011522  0x0000183d fetch  0x00000002 , 0x000006c7 
- 00011523  0x0000183e branch  0x00002d06 
- 00011524  0x00001841 bpatchx  0x00000059 , 0x0000402b 
- 00011525  0x00001842 fetch  0x00000002 , 0x000042f7 
- 00011526  0x00001844 iforce  0x00000006 
- 00011527  0x00001846 ifetch  0x00000002 , 0x00000006 
- 00011528  0x00001847 and_into  0x000000ff , 0x0000003f 
- 00011529  0x00001848 branch  0x00002d0f , 0x00000034 
- 00011530  0x00001849 isub  0x00000002 , 0x0000003e 
- 00011531  0x0000184a branch  0x00002d10 , 0x00000005 
- 00011532  0x0000184b call  0x00002cdd 
- 00011533  0x0000184c call  0x00002cdd 
- 00011534  0x0000184d branch  0x00002d07 
- 00011535  0x00001850 branch  0x00007dc8 
- 00011536  0x00001853 ifetch  0x00000001 , 0x00000006 
- 00011537  0x00001854 store  0x00000001 , 0x000006cd 
- 00011538  0x00001855 copy  0x0000003f , 0x00000039 
- 00011539  0x00001856 arg  0x000006ce , 0x00000005 
- 00011540  0x00001857 call  0x00007ccc 
- 00011541  0x00001858 ifetch  0x00000001 , 0x00000006 
- 00011542  0x00001859 store  0x00000001 , 0x000006c6 
- 00011543  0x0000185a call  0x00007c6d 
- 00011544  0x0000185b branch  0x00007dca 
- 00011545  0x00001860 call  0x00002dc7 
- 00011546  0x00001861 fetcht  0x00000002 , 0x00004398 
- 00011547  0x00001862 fetch  0x00000001 , 0x00004321 
- 00011548  0x00001863 bbit1  0x00000003 , 0x00002d42 
- 00011549  0x00001867 call  0x00002cd2 
- 00011550  0x00001868 nbranch  0x00002e03 , 0x00000005 
- 00011551  0x00001869 call  0x00002d48 , 0x00000028 
- 00011552  0x0000186a rtn  0x00000028 
- 00011553  0x0000186b call  0x00002cdd 
- 00011554  0x0000186c increase  0xfffffffe , 0x00000006 
- 00011555  0x0000186d ifetch  0x00000002 , 0x00000006 
- 00011556  0x0000186e arg  0x00002a00 , 0x00000002 
- 00011557  0x0000186f isub  0x00000002 , 0x0000003e 
- 00011558  0x00001870 branch  0x00002d36 , 0x00000005 
- 00011559  0x00001871 copy  0x00000006 , 0x00000013 
- 00011560  0x00001872 call  0x00002e46 
- 00011561  0x00001873 copy  0x00000013 , 0x00000006 
- 00011562  0x00001874 ifetcht  0x00000001 , 0x00000006 
- 00011563  0x00001875 increase  0x00000001 , 0x00000002 
- 00011564  0x00001876 call  0x00007db0 
- 00011565  0x00001878 copy  0x0000003f , 0x00000013 
- 00011566  0x00001879 copy  0x0000003f , 0x00000011 
- 00011567  0x0000187a call  0x00007c6d 
- 00011568  0x0000187b call  0x00002e10 
- 00011569  0x0000187c setarg  0x0000000b 
- 00011570  0x0000187d istore  0x00000001 , 0x00000005 
- 00011571  0x0000187e add  0x00000013 , 0xffffffff , 0x00000039 
- 00011572  0x0000187f call  0x00007c67 
- 00011573  0x00001880 branch  0x00007cda 
- 00011574  0x00001883 call  0x00002e46 
- 00011575  0x00001884 fetcht  0x00000001 , 0x0000426b 
- 00011576  0x00001885 increase  0x00000001 , 0x00000002 
- 00011577  0x00001886 call  0x00007db0 
- 00011578  0x00001887 copy  0x0000003f , 0x00000013 
- 00011579  0x00001888 copy  0x0000003f , 0x00000011 
- 00011580  0x0000188a call  0x00002e10 
- 00011581  0x0000188b setarg  0x0000000b 
- 00011582  0x0000188c istore  0x00000001 , 0x00000005 
- 00011583  0x0000188d add  0x00000013 , 0xffffffff , 0x00000039 
- 00011584  0x0000188e arg  0x0000426c , 0x00000006 
- 00011585  0x0000188f branch  0x00007cda 
- 00011586  0x00001893 fetch  0x00000002 , 0x00004332 
- 00011587  0x00001894 isub  0x00000002 , 0x0000003e 
- 00011588  0x00001895 nbranch  0x00002d1d , 0x00000005 
- 00011589  0x00001896 nbranch  0x00002d1d , 0x00000028 
- 00011590  0x00001898 jam  0x00000005 , 0x000001b9 
- 00011591  0x00001899 branch  0x00002e05 
- 00011592  0x0000189c increase  0xfffffffe , 0x00000006 
- 00011593  0x0000189d ifetch  0x00000002 , 0x00000006 
- 00011594  0x0000189e bbit1  0x0000000e , 0x00002d46 
- 00011595  0x0000189f branch  0x00007dbc 
- 00011596  0x000018a2 ifetch  0x00000002 , 0x00000006 
- 00011597  0x000018a3 store  0x00000002 , 0x000006b5 
- 00011598  0x000018a4 iforce  0x00000011 
- 00011599  0x000018a5 fetcht  0x00000002 , 0x00004398 
- 00011600  0x000018a7 call  0x00002ccf 
- 00011601  0x000018a8 branch  0x00002e03 , 0x00000034 
- 00011602  0x000018a9 ifetch  0x00000001 , 0x00000006 
- 00011603  0x000018aa isub  0x00000011 , 0x00000039 
- 00011604  0x000018ab nbranch  0x00002e03 , 0x00000002 
- 00011605  0x000018ac call  0x00007c6d 
- 00011606  0x000018ad call  0x00002e46 
- 00011607  0x000018ae add  0x00000039 , 0x00000001 , 0x00000002 
- 00011608  0x000018af call  0x00007db0 
- 00011609  0x000018b1 copy  0x0000003f , 0x00000011 
- 00011610  0x000018b2 copy  0x0000003f , 0x00000013 
- 00011611  0x000018b3 call  0x00002e10 
- 00011612  0x000018b4 setarg  0x0000000d 
- 00011613  0x000018b5 istore  0x00000001 , 0x00000005 
- 00011614  0x000018b6 add  0x00000013 , 0xffffffff , 0x00000039 
- 00011615  0x000018b7 fetcht  0x00000002 , 0x000006b5 
- 00011616  0x000018b8 call  0x00007c67 
- 00011617  0x000018b9 iadd  0x00000002 , 0x00000006 
- 00011618  0x000018ba branch  0x00007ccc 
- 00011619  0x000018bf call  0x00002e41 
- 00011620  0x000018c0 call  0x00002e4a 
- 00011621  0x000018c1 branch  0x00002d66 
- 00011622  0x000018c8 arg  0x00000002 , 0x0000000b 
- 00011623  0x000018c9 fetcht  0x00000002 , 0x000006b1 
- 00011624  0x000018ca storet  0x00000002 , 0x00000678 
- 00011625  0x000018cb call  0x00002cd2 
- 00011626  0x000018cc increase  0xfffffffe , 0x00000006 
- 00011627  0x000018cd copy  0x00000006 , 0x0000003f 
- 00011628  0x000018ce store  0x00000002 , 0x000006c7 
- 00011629  0x000018d0 call  0x00002e17 
- 00011630  0x000018d1 nbranch  0x00002d9e , 0x00000002 
- 00011631  0x000018d2 fetcht  0x00000002 , 0x00000678 
- 00011632  0x000018d3 call  0x00002d02 
- 00011633  0x000018d4 nbranch  0x00002da1 , 0x00000034 
- 00011634  0x000018d6 call  0x00002e1b 
- 00011635  0x000018d7 nbranch  0x00002d94 , 0x00000005 
- 00011636  0x000018d8 copy  0x0000000b , 0x0000003f 
- 00011637  0x000018d9 beq  0x00000000 , 0x00002da1 
- 00011638  0x000018da nbranch  0x00002d8a , 0x00000028 
- 00011639  0x000018db disable  0x00000028 
- 00011640  0x000018dd call  0x00002e46 
- 00011641  0x000018de copy  0x0000003f , 0x00000011 
- 00011642  0x000018df call  0x00002e10 
- 00011643  0x000018e0 setarg  0x00000011 
- 00011644  0x000018e1 istore  0x00000001 , 0x00000005 
- 00011645  0x000018e2 fetch  0x00000001 , 0x000006c6 
- 00011646  0x000018e3 add  0x0000003f , 0x00000004 , 0x00000011 
- 00011647  0x000018e4 istorer  0x00000011 , 0x00000001 , 0x00000005 
- 00011648  0x000018e5 call  0x00007c6a 
- 00011649  0x000018e6 sub  0x00000011 , 0x00000006 , 0x0000003e 
- 00011650  0x000018e7 ncall  0x00007dbe , 0x00000005 
- 00011651  0x000018e8 call  0x00007dc0 , 0x00000005 
- 00011652  0x000018e9 call  0x00002e46 
- 00011653  0x000018ea increase  0xfffffffe , 0x0000003f 
- 00011654  0x000018eb idiv  0x00000011 
- 00011655  0x000018ec call  0x00007d62 
- 00011656  0x000018ed quotient  0x0000000b 
- 00011657  0x000018ee branch  0x00002d90 
- 00011658  0x000018f0 call  0x00002d98 
- 00011659  0x000018f1 nbranch  0x00002da1 , 0x00000034 
- 00011660  0x000018f2 fetch  0x00000002 , 0x00000678 
- 00011661  0x000018f3 increase  0xffffffff , 0x0000003f 
- 00011662  0x000018f4 store  0x00000002 , 0x000006cb 
- 00011663  0x000018f5 call  0x00002e2a 
- 00011664  0x000018f7 fetch  0x00000002 , 0x00000678 
- 00011665  0x000018f8 store  0x00000002 , 0x000006c9 
- 00011666  0x000018f9 call  0x00002e24 
- 00011667  0x000018fa increase  0xffffffff , 0x0000000b 
- 00011668  0x000018fd call  0x00002e13 
- 00011669  0x000018fe branch  0x00002d6d 
- 00011670  0x00001901 fetch  0x00000001 , 0x000006cd 
- 00011671  0x00001902 branch  0x00002d99 
- 00011672  0x00001906 fetch  0x00000001 , 0x000006c6 
- 00011673  0x00001907 branch  0x00002d9c , 0x0000002c 
- 00011674  0x00001908 increase  0xfffffffe , 0x0000003f 
- 00011675  0x00001909 rtn 
- 00011676  0x0000190c increase  0xfffffff0 , 0x0000003f 
- 00011677  0x0000190d rtn 
- 00011678  0x00001910 fetch  0x00000002 , 0x00000678 
- 00011679  0x00001911 store  0x00000002 , 0x000006cb 
- 00011680  0x00001912 branch  0x00002da5 
- 00011681  0x00001914 fetch  0x00000002 , 0x00000678 
- 00011682  0x00001915 increase  0xffffffff , 0x0000003f 
- 00011683  0x00001916 store  0x00000002 , 0x000006cb 
- 00011684  0x00001917 branch  0x00002da5 
- 00011685  0x00001919 branch  0x00002e03 , 0x00000028 
- 00011686  0x0000191a call  0x00002e2a 
- 00011687  0x0000191b branch  0x00002e34 
- 00011688  0x00001921 copy  0x00000006 , 0x00000011 
- 00011689  0x00001922 fetch  0x00000002 , 0x00004335 
- 00011690  0x00001923 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00011691  0x00001924 call  0x00002929 
- 00011692  0x00001926 bpatchx  0x0000005a , 0x0000402b 
- 00011693  0x00001927 call  0x00002dc7 
- 00011694  0x00001928 fetcht  0x00000002 , 0x00004398 
- 00011695  0x00001929 call  0x00002cd2 
- 00011696  0x0000192a nbranch  0x00002dc5 , 0x00000005 
- 00011697  0x0000192b call  0x00002dc1 , 0x00000028 
- 00011698  0x0000192c rtn  0x00000028 
- 00011699  0x0000192e fetch  0x00000001 , 0x00004321 
- 00011700  0x0000192f bbit0  0x00000004 , 0x00002dbc 
- 00011701  0x00001931 fetcht  0x00000002 , 0x00004398 
- 00011702  0x00001932 fetch  0x00000002 , 0x00004332 
- 00011703  0x00001933 isub  0x00000002 , 0x0000003e 
- 00011704  0x00001934 nbranch  0x00002dbc , 0x00000005 
- 00011705  0x00001935 call  0x00002dc7 
- 00011706  0x00001936 nbranch  0x00002dbc , 0x00000028 
- 00011707  0x00001937 branch  0x00002d46 
- 00011708  0x0000193b force  0x00000001 , 0x00000011 
- 00011709  0x0000193c call  0x00002e10 
- 00011710  0x0000193d setarg  0x00000013 
- 00011711  0x0000193e istore  0x00000001 , 0x00000005 
- 00011712  0x0000193f rtn 
- 00011713  0x00001942 increase  0xfffffffe , 0x00000006 
- 00011714  0x00001943 ifetch  0x00000002 , 0x00000006 
- 00011715  0x00001944 bbit1  0x0000000f , 0x00002d46 
- 00011716  0x00001945 branch  0x00007dbc 
- 00011717  0x00001948 jam  0x00000001 , 0x000001b9 
- 00011718  0x00001949 branch  0x00002e05 
- 00011719  0x0000194d bpatchx  0x0000005b , 0x0000402b 
- 00011720  0x0000194e call  0x00007dbc 
- 00011721  0x0000194f fetch  0x00000001 , 0x000042fe 
- 00011722  0x00001950 rtneq  0x00000000 
- 00011723  0x00001951 fetch  0x00000001 , 0x00004040 
- 00011724  0x00001952 rtnbit1  0x00000004 
- 00011725  0x00001953 branch  0x00007dba 
- 00011726  0x00001957 add  0x00000006 , 0x00000002 , 0x00000011 
- 00011727  0x00001958 fetch  0x00000002 , 0x00004335 
- 00011728  0x00001959 add  0x0000003f , 0xfffffffb , 0x00000012 
- 00011729  0x0000195a call  0x00002929 
- 00011730  0x0000195b branch  0x00002dd3 
- 00011731  0x0000195f fetch  0x00000002 , 0x00004335 
- 00011732  0x00001960 copy  0x0000003f , 0x00000011 
- 00011733  0x00001961 call  0x00002e10 
- 00011734  0x00001962 setarg  0x00000017 
- 00011735  0x00001963 istore  0x00000001 , 0x00000005 
- 00011736  0x00001964 fetch  0x00000002 , 0x00004398 
- 00011737  0x00001965 istore  0x00000002 , 0x00000005 
- 00011738  0x00001966 fetch  0x00000002 , 0x00004335 
- 00011739  0x00001967 add  0x0000003f , 0xfffffffb , 0x00000039 
- 00011740  0x00001968 fetch  0x00000002 , 0x00004339 
- 00011741  0x00001969 add  0x0000003f , 0x00000007 , 0x00000006 
- 00011742  0x0000196a ifetch  0x00000002 , 0x00000006 
- 00011743  0x0000196b istore  0x00000002 , 0x00000005 
- 00011744  0x0000196c branch  0x00007ccc 
- 00011745  0x00001973 force  0x00000001 , 0x00000011 
- 00011746  0x00001974 call  0x00002e10 
- 00011747  0x00001975 setarg  0x00000019 
- 00011748  0x00001976 istore  0x00000001 , 0x00000005 
- 00011749  0x00001977 rtn 
- 00011750  0x0000197a fetch  0x00000001 , 0x00004396 
- 00011751  0x0000197b set0  0x00000000 , 0x0000003f 
- 00011752  0x0000197c store  0x00000001 , 0x00004396 
- 00011753  0x0000197d rtn 
- 00011754  0x00001980 copy  0x00000006 , 0x00000011 
- 00011755  0x00001981 fetch  0x00000002 , 0x00004335 
- 00011756  0x00001982 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00011757  0x00001983 branch  0x00002929 
- 00011758  0x00001989 copy  0x00000002 , 0x00000013 
- 00011759  0x0000198a increase  0x00000003 , 0x00000011 
- 00011760  0x0000198b call  0x00002e10 
- 00011761  0x0000198c increase  0xfffffffd , 0x00000011 
- 00011762  0x0000198d setarg  0x0000001b 
- 00011763  0x0000198e istore  0x00000001 , 0x00000005 
- 00011764  0x0000198f copy  0x00000013 , 0x00000002 
- 00011765  0x00001990 istoret  0x00000002 , 0x00000005 
- 00011766  0x00001991 rtn 
- 00011767  0x00001995 fetch  0x00000001 , 0x00004396 
- 00011768  0x00001996 set1  0x00000000 , 0x0000003f 
- 00011769  0x00001997 store  0x00000001 , 0x00004396 
- 00011770  0x00001998 copy  0x00000002 , 0x00000013 
- 00011771  0x00001999 increase  0x00000003 , 0x00000011 
- 00011772  0x0000199a call  0x00002e10 
- 00011773  0x0000199b increase  0xfffffffd , 0x00000011 
- 00011774  0x0000199c setarg  0x0000001d 
- 00011775  0x0000199d istore  0x00000001 , 0x00000005 
- 00011776  0x0000199e copy  0x00000013 , 0x00000002 
- 00011777  0x0000199f istoret  0x00000002 , 0x00000005 
- 00011778  0x000019a0 rtn 
- 00011779  0x000019a6 bpatchx  0x0000005c , 0x0000402b 
- 00011780  0x000019a7 jam  0x0000000a , 0x000001b9 
- 00011781  0x000019a9 force  0x00000005 , 0x00000011 
- 00011782  0x000019aa call  0x00002e10 
- 00011783  0x000019ab setarg  0x00000001 
- 00011784  0x000019ac istore  0x00000001 , 0x00000005 
- 00011785  0x000019ad fetch  0x00000001 , 0x00004397 
- 00011786  0x000019ae istore  0x00000001 , 0x00000005 
- 00011787  0x000019af fetch  0x00000002 , 0x00004398 
- 00011788  0x000019b0 istore  0x00000002 , 0x00000005 
- 00011789  0x000019b1 fetch  0x00000001 , 0x000001b9 
- 00011790  0x000019b2 istore  0x00000001 , 0x00000005 
- 00011791  0x000019b3 rtn 
- 00011792  0x000019b7 bpatchx  0x0000005d , 0x0000402b 
- 00011793  0x000019b8 force  0x00000004 , 0x00000012 
- 00011794  0x000019b9 branch  0x000029fb 
- 00011795  0x000019bd fetcht  0x00000002 , 0x00000678 
- 00011796  0x000019be increase  0x00000001 , 0x00000002 
- 00011797  0x000019bf storet  0x00000002 , 0x00000678 
- 00011798  0x000019c0 rtn 
- 00011799  0x000019c3 fetcht  0x00000002 , 0x00000678 
- 00011800  0x000019c4 fetch  0x00000002 , 0x000006b3 
- 00011801  0x000019c5 isub  0x00000002 , 0x0000003e 
- 00011802  0x000019c6 rtn 
- 00011803  0x000019ca bpatchx  0x0000005e , 0x0000402b 
- 00011804  0x000019cb fetcht  0x00000001 , 0x000006b5 
- 00011805  0x000019cc arg  0x000006b6 , 0x00000011 
- 00011806  0x000019ce fetch  0x00000001 , 0x000006cd 
- 00011807  0x000019cf copy  0x0000003f , 0x00000039 
- 00011808  0x000019d0 isub  0x00000002 , 0x0000003e 
- 00011809  0x000019d1 nrtn  0x00000005 
- 00011810  0x000019d2 arg  0x000006ce , 0x00000012 
- 00011811  0x000019d3 branch  0x00007d64 
- 00011812  0x000019d7 bpatchx  0x0000005f , 0x0000402b 
- 00011813  0x000019d8 fetch  0x00000001 , 0x000006c6 
- 00011814  0x000019d9 store  0x00000001 , 0x000006a1 
- 00011815  0x000019da copy  0x0000003f , 0x00000039 
- 00011816  0x000019db call  0x00007c67 
- 00011817  0x000019dc branch  0x00007ccc 
- 00011818  0x000019e0 bpatchx  0x00000060 , 0x0000402c 
- 00011819  0x000019e1 call  0x00007c64 
- 00011820  0x000019e2 fetch  0x00000002 , 0x000006c9 
- 00011821  0x000019e3 istore  0x00000002 , 0x00000005 
- 00011822  0x000019e4 fetch  0x00000002 , 0x000006cb 
- 00011823  0x000019e5 istore  0x00000002 , 0x00000005 
- 00011824  0x000019e7 fetch  0x00000001 , 0x000006a1 
- 00011825  0x000019e8 copy  0x0000003f , 0x00000039 
- 00011826  0x000019e9 call  0x00007ccc 
- 00011827  0x000019ea branch  0x00007c6a 
- 00011828  0x000019ef bpatchx  0x00000061 , 0x0000402c 
- 00011829  0x000019f0 call  0x00007c64 
- 00011830  0x000019f1 call  0x00002a21 
- 00011831  0x000019f2 copy  0x00000005 , 0x0000003f 
- 00011832  0x000019f3 isub  0x00000006 , 0x00000011 
- 00011833  0x000019f4 call  0x00002a24 
- 00011834  0x000019f5 copy  0x00000011 , 0x0000003f 
- 00011835  0x000019f6 istore  0x00000002 , 0x00000006 
- 00011836  0x000019f7 increase  0x00000004 , 0x00000011 
- 00011837  0x000019f8 call  0x00002a16 
- 00011838  0x000019f9 copy  0x00000011 , 0x0000003f 
- 00011839  0x000019fa istore  0x00000001 , 0x00000006 
- 00011840  0x000019fb rtn 
- 00011841  0x000019ff rshift8  0x0000003f , 0x0000003f 
- 00011842  0x00001a00 store  0x00000002 , 0x000006b1 
- 00011843  0x00001a01 ifetch  0x00000002 , 0x00000006 
- 00011844  0x00001a02 store  0x00000002 , 0x000006b3 
- 00011845  0x00001a03 rtn 
- 00011846  0x00001a07 bpatchx  0x00000062 , 0x0000402c 
- 00011847  0x00001a08 fetch  0x00000002 , 0x000042e3 
- 00011848  0x00001a0a fetcht  0x00000002 , 0x000042e1 
- 00011849  0x00001a0e branch  0x00007db0 
- 00011850  0x00001a13 bpatchx  0x00000063 , 0x0000402c 
- 00011851  0x00001a14 call  0x00007c6d 
- 00011852  0x00001a15 arg  0x000006b5 , 0x00000005 
- 00011853  0x00001a17 fetch  0x00000002 , 0x00004335 
- 00011854  0x00001a18 increase  0xfffffffb , 0x0000003f 
- 00011855  0x00001a1a istore  0x00000001 , 0x00000005 
- 00011856  0x00001a1b copy  0x0000003f , 0x00000039 
- 00011857  0x00001a1c call  0x00007c67 
- 00011858  0x00001a1d branch  0x00007ccc 
- 00011859  0x00001a22 fetch  0x00000002 , 0x00000050 
- 00011860  0x00001a23 rtnne  0x00000004 
- 00011861  0x00001a24 fetch  0x00000001 , 0x00004396 
- 00011862  0x00001a25 set1  0x00000001 , 0x0000003f 
- 00011863  0x00001a26 store  0x00000001 , 0x00004396 
- 00011864  0x00001a27 fetch  0x00000003 , 0x00000052 
- 00011865  0x00001a28 store  0x00000003 , 0x00004397 
- 00011866  0x00001a29 set1  0x0000000f , 0x00000000 
- 00011867  0x00001a2a beq  0x00000012 , 0x00002e6e 
- 00011868  0x00001a2b beq  0x00000052 , 0x00002e73 
- 00011869  0x00001a2c beq  0x00000018 , 0x00002de1 
- 00011870  0x00001a2d beq  0x00000002 , 0x00002bab 
- 00011871  0x00001a2e beq  0x0000001e , 0x00002de6 
- 00011872  0x00001a2f set0  0x0000000f , 0x00000000 
- 00011873  0x00001a31 fetch  0x00000001 , 0x00004396 
- 00011874  0x00001a32 set0  0x00000001 , 0x0000003f 
- 00011875  0x00001a33 store  0x00000001 , 0x00004396 
- 00011876  0x00001a34 rtn 
- 00011877  0x00001a37 fetch  0x00000001 , 0x00004396 
- 00011878  0x00001a38 rtnbit0  0x00000001 
- 00011879  0x00001a39 set1  0x0000000f , 0x00000000 
- 00011880  0x00001a3a call  0x00002e7e 
- 00011881  0x00001a3b call  0x00002e84 
- 00011882  0x00001a3c call  0x00002e61 , 0x00000028 
- 00011883  0x00001a3d fetch  0x00000001 , 0x00004397 
- 00011884  0x00001a3e beq  0x00000012 , 0x00002dac 
- 00011885  0x00001a3f rtn 
- 00011886  0x00001a43 call  0x00002e73 
- 00011887  0x00001a44 branch  0x00002e70 
- 00011888  0x00001a47 call  0x00002e84 
- 00011889  0x00001a48 nrtn  0x00000028 
- 00011890  0x00001a49 branch  0x00002dac 
- 00011891  0x00001a4d bpatchx  0x00000064 , 0x0000402c 
- 00011892  0x00001a4e call  0x00002e77 
- 00011893  0x00001a4f arg  0x00000055 , 0x00000011 
- 00011894  0x00001a50 branch  0x00002929 
- 00011895  0x00001a54 fetch  0x00000001 , 0x0000004d 
- 00011896  0x00001a55 add  0x0000003f , 0xfffffff9 , 0x00000012 
- 00011897  0x00001a56 increase  0xfffffffc , 0x0000003f 
- 00011898  0x00001a57 store  0x00000002 , 0x00004337 
- 00011899  0x00001a58 fetcht  0x00000002 , 0x0000004e 
- 00011900  0x00001a59 storet  0x00000002 , 0x00004335 
- 00011901  0x00001a5a rtn 
- 00011902  0x00001a5e fetchr  0x00000012 , 0x00000001 , 0x0000004d 
- 00011903  0x00001a5f fetch  0x00000002 , 0x00004337 
- 00011904  0x00001a60 iadd  0x00000012 , 0x00000002 
- 00011905  0x00001a61 storet  0x00000002 , 0x00004337 
- 00011906  0x00001a62 arg  0x0000004e , 0x00000011 
- 00011907  0x00001a63 branch  0x00002929 
- 00011908  0x00001a68 call  0x00007dbc 
- 00011909  0x00001a69 fetch  0x00000002 , 0x00004337 
- 00011910  0x00001a6a fetcht  0x00000002 , 0x00004335 
- 00011911  0x00001a6b isub  0x00000002 , 0x0000003e 
- 00011912  0x00001a6c nrtn  0x00000005 
- 00011913  0x00001a6d branch  0x00007dba 
- 00011914  0x00001a74 ifetch  0x00000001 , 0x00000006 
- 00011915  0x00001a75 ifetcht  0x00000001 , 0x00000006 
- 00011916  0x00001a76 ifetcht  0x00000002 , 0x00000006 
- 00011917  0x00001a77 beq  0x00000013 , 0x00002e8f 
- 00011918  0x00001a78 rtn 
- 00011919  0x00001a7a ifetch  0x00000002 , 0x00000006 
- 00011920  0x00001a7b store  0x00000002 , 0x0000433c 
- 00011921  0x00001a7c jam  0x00000040 , 0x0000066f 
- 00011922  0x00001a7d branch  0x0000782b 
- 00011923  0x00001a84 arg  0x0000000c , 0x00000011 
- 00011924  0x00001a85 arg  0x00000012 , 0x00000013 
- 00011925  0x00001a86 call  0x00002e9b 
- 00011926  0x00001a87 setarg  0x00000008 
- 00011927  0x00001a88 istore  0x00000002 , 0x00000005 
- 00011928  0x00001a89 fetch  0x00000008 , 0x000042d3 
- 00011929  0x00001a8a istore  0x00000008 , 0x00000005 
- 00011930  0x00001a8b rtn 
- 00011931  0x00001a90 call  0x00002ea3 
- 00011932  0x00001a91 arg  0x00000005 , 0x00000012 
- 00011933  0x00001a92 call  0x000029fb 
- 00011934  0x00001a93 copy  0x00000013 , 0x0000003f 
- 00011935  0x00001a94 istore  0x00000001 , 0x00000005 
- 00011936  0x00001a95 fetch  0x00000001 , 0x0000433b 
- 00011937  0x00001a96 istore  0x00000001 , 0x00000005 
- 00011938  0x00001a97 rtn 
- 00011939  0x00001a9b fetch  0x00000001 , 0x0000433b 
- 00011940  0x00001a9d pincrease  0x00000001 
- 00011941  0x00001a9e store  0x00000001 , 0x0000433b 
- 00011942  0x00001a9f rtnne  0x00000000 
- 00011943  0x00001aa2 jam  0x00000001 , 0x0000433b 
- 00011944  0x00001aa3 rtn 
- 00011945  0x00001aa9 fetch  0x00000001 , 0x000042fe 
- 00011946  0x00001aaa beq  0x00000000 , 0x00002eb8 
- 00011947  0x00001aab beq  0x00000001 , 0x00002ebb 
- 00011948  0x00001aac beq  0x00000002 , 0x00002ebd 
- 00011949  0x00001aad beq  0x00000081 , 0x00002eb1 
- 00011950  0x00001aae beq  0x00000082 , 0x00002eb3 
- 00011951  0x00001aaf beq  0x00000083 , 0x00002eb6 
- 00011952  0x00001ab0 rtn 
- 00011953  0x00001ab3 jam  0x0000000d , 0x000042c7 
- 00011954  0x00001ab4 branch  0x00002eb9 
- 00011955  0x00001ab6 jam  0x0000000d , 0x000042c7 
- 00011956  0x00001ab7 jam  0x00000001 , 0x000042c5 
- 00011957  0x00001ab8 rtn 
- 00011958  0x00001aba jam  0x0000000d , 0x000042c7 
- 00011959  0x00001abb branch  0x00002ebe 
- 00011960  0x00001abe jam  0x00000000 , 0x000042c7 
- 00011961  0x00001ac0 jam  0x00000003 , 0x000042c5 
- 00011962  0x00001ac1 rtn 
- 00011963  0x00001ac3 jam  0x00000005 , 0x000042c7 
- 00011964  0x00001ac4 branch  0x00002eb9 
- 00011965  0x00001ac6 jam  0x00000005 , 0x000042c7 
- 00011966  0x00001ac8 jam  0x00000000 , 0x000042c5 
- 00011967  0x00001ac9 rtn 
- 00011968  0x00001acc fetch  0x00000001 , 0x0000446c 
- 00011969  0x00001acd set1  0x00000000 , 0x0000003f 
- 00011970  0x00001ace store  0x00000001 , 0x0000446c 
- 00011971  0x00001acf rtn 
- 00011972  0x00001ad2 fetch  0x00000001 , 0x0000446c 
- 00011973  0x00001ad3 set0  0x00000000 , 0x0000003f 
- 00011974  0x00001ad4 store  0x00000001 , 0x0000446c 
- 00011975  0x00001ad5 rtn 
- 00011976  0x00001ad8 ifetch  0x00000001 , 0x00000006 
- 00011977  0x00001ad9 beq  0x00000001 , 0x00002edc 
- 00011978  0x00001adb beq  0x00000003 , 0x00002f03 
- 00011979  0x00001adc beq  0x00000004 , 0x00002f24 
- 00011980  0x00001add beq  0x00000005 , 0x00002f31 
- 00011981  0x00001adf beq  0x00000007 , 0x00002f9a 
- 00011982  0x00001ae0 beq  0x00000008 , 0x00002f86 
- 00011983  0x00001ae1 beq  0x00000009 , 0x00002f96 
- 00011984  0x00001ae2 beq  0x0000000a , 0x00002f9a 
- 00011985  0x00001ae3 beq  0x0000000b , 0x00002f9a 
- 00011986  0x00001ae4 beq  0x0000000c , 0x00002f9b 
- 00011987  0x00001ae5 beq  0x0000000d , 0x00002fa0 
- 00011988  0x00001ae6 rtn 
- 00011989  0x00001aeb force  0x00000002 , 0x00000011 
- 00011990  0x00001aec call  0x00003047 
- 00011991  0x00001aed setarg  0x0000000b 
- 00011992  0x00001aee istore  0x00000001 , 0x00000005 
- 00011993  0x00001aef fetch  0x00000001 , 0x000042c7 
- 00011994  0x00001af0 istore  0x00000001 , 0x00000005 
- 00011995  0x00001af1 rtn 
- 00011996  0x00001af4 store  0x00000001 , 0x000042bd 
- 00011997  0x00001af5 ifetch  0x00000006 , 0x00000006 
- 00011998  0x00001af6 istore  0x00000006 , 0x00000005 
- 00011999  0x00001af7 fetch  0x00000001 , 0x000042fe 
- 00012000  0x00001af8 beq  0x00000000 , 0x00002f37 
- 00012001  0x00001af9 call  0x00002efe 
- 00012002  0x00001afa fetch  0x00000001 , 0x0000446a 
- 00012003  0x00001afb branch  0x00002ee8 , 0x00000034 
- 00012004  0x00001afc fetch  0x00000001 , 0x000042c0 
- 00012005  0x00001afd bbit0  0x00000003 , 0x0000431f 
- 00012006  0x00001afe fetch  0x00000001 , 0x000042fe 
- 00012007  0x00001aff bbit0  0x00000007 , 0x0000431f 
- 00012008  0x00001b01 jam  0x00000003 , 0x000042fc 
- 00012009  0x00001b02 fetch  0x00000001 , 0x000042be 
- 00012010  0x00001b03 beq  0x00000000 , 0x00002ef0 
- 00012011  0x00001b04 beq  0x00000001 , 0x00002ef0 
- 00012012  0x00001b05 beq  0x00000003 , 0x00002ef0 
- 00012013  0x00001b06 fetch  0x00000001 , 0x000042fe 
- 00012014  0x00001b07 beq  0x00000002 , 0x00002ef3 
- 00012015  0x00001b08 rtneq  0x00000083 
- 00012016  0x00001b0a arg  0x00000000 , 0x0000003f 
- 00012017  0x00001b0b store  0x00000004 , 0x000042ff 
- 00012018  0x00001b0c rtn 
- 00012019  0x00001b0f fetch  0x00000001 , 0x00004321 
- 00012020  0x00001b10 bbit1  0x00000000 , 0x00002efc 
- 00012021  0x00001b12 arg  0x000042ff , 0x00000011 
- 00012022  0x00001b13 copy  0x00000011 , 0x00000005 
- 00012023  0x00001b14 arg  0x00000003 , 0x00000039 
- 00012024  0x00001b15 call  0x00007de8 
- 00012025  0x00001b16 fetch  0x00000002 , 0x00004301 
- 00012026  0x00001b17 and_into  0x00000007 , 0x0000003f 
- 00012027  0x00001b18 store  0x00000002 , 0x00004301 
- 00012028  0x00001b1a jam  0x00000034 , 0x0000066f 
- 00012029  0x00001b1b branch  0x0000782b 
- 00012030  0x00001b20 force  0x00000007 , 0x00000011 
- 00012031  0x00001b21 call  0x00003047 
- 00012032  0x00001b22 fetch  0x00000007 , 0x000042c4 
- 00012033  0x00001b23 istore  0x00000007 , 0x00000005 
- 00012034  0x00001b24 rtn 
- 00012035  0x00001b28 jam  0x00000005 , 0x000042fc 
- 00012036  0x00001b29 arg  0x0000429b , 0x00000005 
- 00012037  0x00001b2a call  0x00007c8f 
- 00012038  0x00001b2b fetch  0x00000001 , 0x000042fe 
- 00012039  0x00001b2c beq  0x00000004 , 0x00002f0b 
- 00012040  0x00001b2d beq  0x00000083 , 0x00002f0d 
- 00012041  0x00001b2e beq  0x00000084 , 0x00002f10 
- 00012042  0x00001b2f branch  0x00002f13 
- 00012043  0x00001b33 jam  0x00000043 , 0x0000066f 
- 00012044  0x00001b34 branch  0x0000782b 
- 00012045  0x00001b37 jam  0x00000002 , 0x000042f9 
- 00012046  0x00001b38 jam  0x00000008 , 0x000042fa 
- 00012047  0x00001b39 rtn 
- 00012048  0x00001b3c fetch  0x00000004 , 0x000042ff 
- 00012049  0x00001b3d branch  0x00002f0b , 0x00000034 
- 00012050  0x00001b3e branch  0x00002f0d 
- 00012051  0x00001b41 jam  0x00000006 , 0x000042fc 
- 00012052  0x00001b42 fetch  0x00000001 , 0x000042fe 
- 00012053  0x00001b43 bbit1  0x00000007 , 0x00002f1c 
- 00012054  0x00001b44 call  0x00007256 
- 00012055  0x00001b45 force  0x00000011 , 0x00000011 
- 00012056  0x00001b46 call  0x00003047 
- 00012057  0x00001b47 setarg  0x00000003 
- 00012058  0x00001b48 istore  0x00000001 , 0x00000005 
- 00012059  0x00001b49 branch  0x00007375 
- 00012060  0x00001b4c arg  0x000042ab , 0x00000005 
- 00012061  0x00001b4d call  0x00007de7 
- 00012062  0x00001b4e call  0x000071b6 
- 00012063  0x00001b4f force  0x00000011 , 0x00000011 
- 00012064  0x00001b50 call  0x00003047 
- 00012065  0x00001b51 setarg  0x00000003 
- 00012066  0x00001b52 istore  0x00000001 , 0x00000005 
- 00012067  0x00001b53 branch  0x000071f2 
- 00012068  0x00001b56 copy  0x00000006 , 0x00000011 
- 00012069  0x00001b57 fetch  0x00000001 , 0x000042fe 
- 00012070  0x00001b58 bbit1  0x00000007 , 0x00002f39 
- 00012071  0x00001b59 copy  0x00000011 , 0x00000006 
- 00012072  0x00001b5a call  0x0000724e 
- 00012073  0x00001b5b branch  0x00002f4e , 0x00000005 
- 00012074  0x00001b5d jam  0x00000004 , 0x000001ba 
- 00012075  0x00001b5f force  0x00000002 , 0x00000011 
- 00012076  0x00001b60 call  0x00003047 
- 00012077  0x00001b61 setarg  0x00000005 
- 00012078  0x00001b62 istore  0x00000001 , 0x00000005 
- 00012079  0x00001b63 fetch  0x00000001 , 0x000001ba 
- 00012080  0x00001b64 istore  0x00000001 , 0x00000005 
- 00012081  0x00001b66 bpatchx  0x00000065 , 0x0000402c 
- 00012082  0x00001b67 force  0x00000007 , 0x00000007 
- 00012083  0x00001b68 call  0x00007ce0 
- 00012084  0x00001b69 jam  0x00000000 , 0x000042fc 
- 00012085  0x00001b6a jam  0x00000030 , 0x0000066f 
- 00012086  0x00001b6b branch  0x0000782b 
- 00012087  0x00001b6e jam  0x00000005 , 0x000001ba 
- 00012088  0x00001b6f branch  0x00002f2b 
- 00012089  0x00001b72 arg  0x00000158 , 0x00000005 
- 00012090  0x00001b73 copy  0x00000011 , 0x00000006 
- 00012091  0x00001b74 call  0x00007c8f 
- 00012092  0x00001b75 fetch  0x00000001 , 0x000042fe 
- 00012093  0x00001b76 beq  0x00000083 , 0x00002f45 
- 00012094  0x00001b77 beq  0x00000084 , 0x00002f45 
- 00012095  0x00001b78 call  0x00007140 
- 00012096  0x00001b79 call  0x00002f53 
- 00012097  0x00001b7a fetch  0x00000001 , 0x000042fe 
- 00012098  0x00001b7b rtnne  0x00000082 
- 00012099  0x00001b7c jam  0x0000003b , 0x0000066f 
- 00012100  0x00001b7d branch  0x0000782b 
- 00012101  0x00001b80 call  0x000071ab 
- 00012102  0x00001b81 arg  0x000006d1 , 0x00000005 
- 00012103  0x00001b82 call  0x000071f2 
- 00012104  0x00001b83 arg  0x000006d1 , 0x00000011 
- 00012105  0x00001b84 arg  0x0000429b , 0x00000012 
- 00012106  0x00001b85 arg  0x00000010 , 0x00000039 
- 00012107  0x00001b86 call  0x00007d64 
- 00012108  0x00001b87 nbranch  0x00002f2a , 0x00000005 
- 00012109  0x00001b88 branch  0x00002f53 
- 00012110  0x00001b8b call  0x0000724a 
- 00012111  0x00001b8c jam  0x00000031 , 0x0000066f 
- 00012112  0x00001b8d call  0x0000782b 
- 00012113  0x00001b8e jam  0x00000001 , 0x0000429a 
- 00012114  0x00001b8f jam  0x00000009 , 0x000042fc 
- 00012115  0x00001b92 force  0x00000011 , 0x00000011 
- 00012116  0x00001b93 call  0x00003047 
- 00012117  0x00001b94 setarg  0x00000004 
- 00012118  0x00001b95 istore  0x00000001 , 0x00000005 
- 00012119  0x00001b96 arg  0x000042ab , 0x00000006 
- 00012120  0x00001b97 branch  0x00007c8f 
- 00012121  0x00001b9a force  0x00000011 , 0x00000011 
- 00012122  0x00001b9b call  0x00003047 
- 00012123  0x00001b9c setarg  0x00000006 
- 00012124  0x00001b9d istore  0x00000001 , 0x00000005 
- 00012125  0x00001b9e fetch  0x00000001 , 0x00004321 
- 00012126  0x00001b9f bbit1  0x00000001 , 0x00002f61 
- 00012127  0x00001ba0 arg  0x0000428a , 0x00000006 
- 00012128  0x00001ba1 branch  0x00007c8f 
- 00012129  0x00001ba4 arg  0x00004322 , 0x00000006 
- 00012130  0x00001ba5 branch  0x00007c8f 
- 00012131  0x00001ba9 arg  0x00004303 , 0x00000005 
- 00012132  0x00001baa force  0x0000000a , 0x00000039 
- 00012133  0x00001bab call  0x00007de8 
- 00012134  0x00001bac force  0x0000000b , 0x00000011 
- 00012135  0x00001bad call  0x00003047 
- 00012136  0x00001bae setarg  0x00000007 
- 00012137  0x00001baf istore  0x00000001 , 0x00000005 
- 00012138  0x00001bb0 fetch  0x00000002 , 0x00004303 
- 00012139  0x00001bb1 istore  0x00000002 , 0x00000005 
- 00012140  0x00001bb2 fetch  0x00000008 , 0x00004305 
- 00012141  0x00001bb3 istore  0x00000008 , 0x00000005 
- 00012142  0x00001bb4 rtn 
- 00012143  0x00001bb7 force  0x00000011 , 0x00000011 
- 00012144  0x00001bb8 call  0x00003047 
- 00012145  0x00001bb9 setarg  0x00000008 
- 00012146  0x00001bba istore  0x00000001 , 0x00000005 
- 00012147  0x00001bbb setarg  0x00000000 
- 00012148  0x00001bbc istore  0x00000008 , 0x00000005 
- 00012149  0x00001bbd istore  0x00000008 , 0x00000005 
- 00012150  0x00001bbe rtn 
- 00012151  0x00001bc2 force  0x00000008 , 0x00000011 
- 00012152  0x00001bc3 call  0x00003047 
- 00012153  0x00001bc4 setarg  0x00000009 
- 00012154  0x00001bc5 istore  0x00000001 , 0x00000005 
- 00012155  0x00001bc6 fetch  0x00000001 , 0x000042d2 
- 00012156  0x00001bc7 istore  0x00000001 , 0x00000005 
- 00012157  0x00001bc8 fetch  0x00000006 , 0x000042db 
- 00012158  0x00001bc9 istore  0x00000006 , 0x00000005 
- 00012159  0x00001bca rtn 
- 00012160  0x00001bce jam  0x00000008 , 0x000001ba 
- 00012161  0x00001bcf branch  0x00002f2b 
- 00012162  0x00001bd2 fetch  0x00000001 , 0x000042c9 
- 00012163  0x00001bd3 fetcht  0x00000001 , 0x000042c9 
- 00012164  0x00001bd4 iand  0x00000002 , 0x0000003f 
- 00012165  0x00001bd5 rtn 
- 00012166  0x00001bd8 arg  0x0000430d , 0x00000005 
- 00012167  0x00001bd9 call  0x00007c8f 
- 00012168  0x00001bda call  0x00002f82 
- 00012169  0x00001bdb isolate0  0x00000001 , 0x0000003f 
- 00012170  0x00001bdc branch  0x00002f80 , 0x00000001 
- 00012171  0x00001bdd fetch  0x00000001 , 0x000043cb 
- 00012172  0x00001bde rtnne  0x0000000a 
- 00012173  0x00001bdf call  0x00002f90 
- 00012174  0x00001be0 nrtn  0x00000028 
- 00012175  0x00001be1 branch  0x00004329 
- 00012176  0x00001be5 call  0x00007dbc 
- 00012177  0x00001be6 fetch  0x00000001 , 0x000042cb 
- 00012178  0x00001be7 rtneq  0x00000000 
- 00012179  0x00001be8 fetch  0x00000001 , 0x000042c2 
- 00012180  0x00001be9 rtnbit0  0x00000001 
- 00012181  0x00001bea branch  0x00007dba 
- 00012182  0x00001bed call  0x00002f82 
- 00012183  0x00001bee isolate0  0x00000001 , 0x0000003f 
- 00012184  0x00001bef branch  0x00002f80 , 0x00000001 
- 00012185  0x00001bf0 rtn 
- 00012186  0x00001bf5 rtn 
- 00012187  0x00001bf8 arg  0x000005fe , 0x00000005 
- 00012188  0x00001bf9 call  0x00007c81 
- 00012189  0x00001bfa jam  0x00000002 , 0x000042f9 
- 00012190  0x00001bfb jam  0x00000001 , 0x000042fa 
- 00012191  0x00001bfc rtn 
- 00012192  0x00001bff arg  0x0000065e , 0x00000005 
- 00012193  0x00001c00 call  0x00007c8f 
- 00012194  0x00001c01 jam  0x00000006 , 0x000042fa 
- 00012195  0x00001c02 jam  0x00000002 , 0x000042f9 
- 00012196  0x00001c03 rtn 
- 00012197  0x00001c06 force  0x00000041 , 0x00000011 
- 00012198  0x00001c07 call  0x00003047 
- 00012199  0x00001c08 setarg  0x0000000c 
- 00012200  0x00001c09 istore  0x00000001 , 0x00000005 
- 00012201  0x00001c0a arg  0x0000448f , 0x00000006 
- 00012202  0x00001c0b branch  0x00007c81 
- 00012203  0x00001c0e call  0x00007157 
- 00012204  0x00001c0f force  0x00000011 , 0x00000011 
- 00012205  0x00001c10 call  0x00003047 
- 00012206  0x00001c11 setarg  0x0000000d 
- 00012207  0x00001c12 istore  0x00000001 , 0x00000005 
- 00012208  0x00001c13 branch  0x000071f2 
- 00012209  0x00001c16 fetch  0x00000001 , 0x000042fc 
- 00012210  0x00001c17 rtneq  0x000000ff 
- 00012211  0x00001c18 arg  0x00000003 , 0x00000002 
- 00012212  0x00001c19 isub  0x00000002 , 0x0000003e 
- 00012213  0x00001c1a nrtn  0x00000002 
- 00012214  0x00001c1b arg  0x00000007 , 0x00000007 
- 00012215  0x00001c1c call  0x00007cef 
- 00012216  0x00001c1d nrtn  0x00000034 
- 00012217  0x00001c1e branch  0x00002f80 
- 00012218  0x00001c21 bpatchx  0x00000066 , 0x0000402c 
- 00012219  0x00001c22 call  0x00002a28 
- 00012220  0x00001c23 nrtn  0x00000034 
- 00012221  0x00001c24 fetch  0x00000001 , 0x000042fc 
- 00012222  0x00001c25 beq  0x00000000 , 0x00002fc7 
- 00012223  0x00001c26 beq  0x00000001 , 0x00002fcd 
- 00012224  0x00001c27 beq  0x00000002 , 0x00002fc7 
- 00012225  0x00001c28 beq  0x00000003 , 0x00002fcf 
- 00012226  0x00001c29 beq  0x00000009 , 0x00002fd3 
- 00012227  0x00001c2a beq  0x0000000b , 0x00002fe3 
- 00012228  0x00001c2b beq  0x0000000c , 0x00002fe5 
- 00012229  0x00001c2c beq  0x0000000d , 0x00002fec 
- 00012230  0x00001c2d rtn 
- 00012231  0x00001c31 fetch  0x00000001 , 0x000042fd 
- 00012232  0x00001c32 rtnne  0x00000004 
- 00012233  0x00001c33 jam  0x000000ff , 0x000042fd 
- 00012234  0x00001c34 jam  0x000000ff , 0x000042fc 
- 00012235  0x00001c35 jam  0x0000003f , 0x0000066f 
- 00012236  0x00001c36 branch  0x0000782b 
- 00012237  0x00001c3a jam  0x00000002 , 0x000042fc 
- 00012238  0x00001c3b branch  0x00002ed5 
- 00012239  0x00001c3e jam  0x00000004 , 0x000042fc 
- 00012240  0x00001c3f setarg  0x00017700 
- 00012241  0x00001c40 arg  0x00000007 , 0x00000007 
- 00012242  0x00001c41 branch  0x00007ce1 
- 00012243  0x00001c44 fetch  0x00000001 , 0x000042fd 
- 00012244  0x00001c45 beq  0x00000004 , 0x00002fd6 
- 00012245  0x00001c46 rtn 
- 00012246  0x00001c49 fetch  0x00000001 , 0x000042fe 
- 00012247  0x00001c4a bbit1  0x00000007 , 0x00002fe1 
- 00012248  0x00001c4c jam  0x0000000b , 0x000042fc 
- 00012249  0x00001c4d call  0x00002f59 
- 00012250  0x00001c4f jam  0x00000029 , 0x0000066f 
- 00012251  0x00001c50 call  0x0000782b 
- 00012252  0x00001c51 fetch  0x00000001 , 0x000043cb 
- 00012253  0x00001c52 rtnne  0x0000000a 
- 00012254  0x00001c53 call  0x00002f90 
- 00012255  0x00001c54 rtn  0x00000028 
- 00012256  0x00001c55 branch  0x00004329 
- 00012257  0x00001c58 jam  0x0000000c , 0x000042fc 
- 00012258  0x00001c59 branch  0x00002fda 
- 00012259  0x00001c5c jam  0x0000000c , 0x000042fc 
- 00012260  0x00001c5d branch  0x00002f63 
- 00012261  0x00001c60 fetch  0x00000001 , 0x000042c3 
- 00012262  0x00001c61 fetcht  0x00000001 , 0x000042ca 
- 00012263  0x00001c62 iand  0x00000002 , 0x0000003f 
- 00012264  0x00001c63 isolate0  0x00000001 , 0x0000003f 
- 00012265  0x00001c64 branch  0x00002fee , 0x00000001 
- 00012266  0x00001c65 jam  0x0000000d , 0x000042fc 
- 00012267  0x00001c66 branch  0x00002f6f 
- 00012268  0x00001c69 call  0x00002f77 
- 00012269  0x00001c6a branch  0x00002fee 
- 00012270  0x00001c6e bpatchx  0x00000067 , 0x0000402c 
- 00012271  0x00001c6f force  0x00000007 , 0x00000007 
- 00012272  0x00001c70 call  0x00007ce0 
- 00012273  0x00001c71 jam  0x000000ff , 0x000042fd 
- 00012274  0x00001c72 jam  0x000000ff , 0x000042fc 
- 00012275  0x00001c73 jam  0x0000003e , 0x0000066f 
- 00012276  0x00001c74 branch  0x0000782b 
- 00012277  0x00001c79 bpatchx  0x00000068 , 0x0000402d 
- 00012278  0x00001c7a fetch  0x00000001 , 0x000042fe 
- 00012279  0x00001c7b rtnbit0  0x00000007 
- 00012280  0x00001c7c fetch  0x00000001 , 0x000042f9 
- 00012281  0x00001c7d rtnne  0x00000002 
- 00012282  0x00001c7e jam  0x00000000 , 0x000042f9 
- 00012283  0x00001c7f fetch  0x00000001 , 0x000042fa 
- 00012284  0x00001c80 beq  0x00000001 , 0x0000303d 
- 00012285  0x00001c81 beq  0x00000002 , 0x00003044 
- 00012286  0x00001c82 beq  0x00000003 , 0x00003035 
- 00012287  0x00001c83 beq  0x00000006 , 0x0000301a 
- 00012288  0x00001c84 beq  0x00000007 , 0x00003011 
- 00012289  0x00001c85 beq  0x00000008 , 0x00003007 
- 00012290  0x00001c86 rtn 
- 00012291  0x00001c89 jam  0x00000000 , 0x000042f9 
- 00012292  0x00001c8a jam  0x00000000 , 0x000042fa 
- 00012293  0x00001c8b jam  0x00000000 , 0x000042fb 
- 00012294  0x00001c8c rtn 
- 00012295  0x00001c8f fetch  0x00000001 , 0x000044cf 
- 00012296  0x00001c90 copy  0x0000003f , 0x00000007 
- 00012297  0x00001c91 increase  0x00000001 , 0x0000003f 
- 00012298  0x00001c92 store  0x00000001 , 0x000044cf 
- 00012299  0x00001c93 fetch  0x00000004 , 0x000042ff 
- 00012300  0x00001c94 qisolate1  0x0000003f 
- 00012301  0x00001c95 setarg  0x00000080 
- 00012302  0x00001c96 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012303  0x00001c97 store  0x00000001 , 0x000044d0 
- 00012304  0x00001c98 branch  0x00003039 
- 00012305  0x00001c9b fetch  0x00000001 , 0x000042fb 
- 00012306  0x00001c9c jam  0x00000000 , 0x000042fb 
- 00012307  0x00001c9d beq  0x00000001 , 0x00003016 
- 00012308  0x00001c9e jam  0x00000002 , 0x000042f9 
- 00012309  0x00001c9f rtn 
- 00012310  0x00001ca2 jam  0x00000031 , 0x0000066f 
- 00012311  0x00001ca3 call  0x0000782b 
- 00012312  0x00001ca4 jam  0x00000009 , 0x000042fc 
- 00012313  0x00001ca5 branch  0x00002fab 
- 00012314  0x00001ca8 fetch  0x00000001 , 0x000005f9 
- 00012315  0x00001ca9 beq  0x00000003 , 0x0000301e 
- 00012316  0x00001caa jam  0x00000002 , 0x000042f9 
- 00012317  0x00001cab rtn 
- 00012318  0x00001cae call  0x0000717e 
- 00012319  0x00001caf fetch  0x00000001 , 0x000042fe 
- 00012320  0x00001cb0 beq  0x00000083 , 0x00003023 
- 00012321  0x00001cb1 beq  0x00000084 , 0x00003023 
- 00012322  0x00001cb2 call  0x00002ef0 
- 00012323  0x00001cb4 call  0x0000716b 
- 00012324  0x00001cb5 arg  0x000006d1 , 0x00000011 
- 00012325  0x00001cb6 arg  0x0000065e , 0x00000012 
- 00012326  0x00001cb7 arg  0x00000010 , 0x00000039 
- 00012327  0x00001cb8 call  0x00007d64 
- 00012328  0x00001cb9 branch  0x0000302b , 0x00000005 
- 00012329  0x00001cbb jam  0x0000000b , 0x000001ba 
- 00012330  0x00001cbc branch  0x00002f2b 
- 00012331  0x00001cc0 call  0x0000745b 
- 00012332  0x00001cc1 nbranch  0x00003029 , 0x00000005 
- 00012333  0x00001cc2 jam  0x00000001 , 0x0000429a 
- 00012334  0x00001cc3 fetch  0x00000001 , 0x000042fe 
- 00012335  0x00001cc4 beq  0x00000081 , 0x00003016 
- 00012336  0x00001cc5 beq  0x00000083 , 0x00003016 
- 00012337  0x00001cc6 beq  0x00000084 , 0x00003016 
- 00012338  0x00001cc7 jam  0x00000002 , 0x000042f9 
- 00012339  0x00001cc8 jam  0x00000007 , 0x000042fa 
- 00012340  0x00001cc9 rtn 
- 00012341  0x00001ccc fetch  0x00000001 , 0x000042fe 
- 00012342  0x00001ccd beq  0x00000083 , 0x0000303a 
- 00012343  0x00001cce beq  0x00000084 , 0x0000303a 
- 00012344  0x00001ccf jam  0x00000000 , 0x000044d0 
- 00012345  0x00001cd1 branch  0x00002f13 
- 00012346  0x00001cd4 jam  0x00000000 , 0x000044cf 
- 00012347  0x00001cd5 rtneq  0x00000084 
- 00012348  0x00001cd6 branch  0x00002ef3 
- 00012349  0x00001cda jam  0x00000002 , 0x000042f9 
- 00012350  0x00001cdb fetch  0x00000001 , 0x0000446e 
- 00012351  0x00001cdc beq  0x00000003 , 0x00003041 
- 00012352  0x00001cdd rtn 
- 00012353  0x00001ce0 jam  0x00000002 , 0x000042fa 
- 00012354  0x00001ce1 jam  0x00000000 , 0x000005f9 
- 00012355  0x00001ce2 branch  0x0000753c 
- 00012356  0x00001ce5 jam  0x00000002 , 0x000042f9 
- 00012357  0x00001ce6 jam  0x00000003 , 0x000042fa 
- 00012358  0x00001ce7 branch  0x00002fa5 
- 00012359  0x00001cec bpatchx  0x00000069 , 0x0000402d 
- 00012360  0x00001ced force  0x00000006 , 0x00000012 
- 00012361  0x00001cee branch  0x000029fb 
- 00012362  0x00001cf3 fetch  0x00000001 , 0x0000004e 
- 00012363  0x00001cf4 beq  0x00000000 , 0x00003061 
- 00012364  0x00001cf5 beq  0x00000001 , 0x00003069 
- 00012365  0x00001cf6 beq  0x00000002 , 0x00003071 
- 00012366  0x00001cf7 beq  0x00000003 , 0x00003075 
- 00012367  0x00001cf8 beq  0x00000004 , 0x00003093 
- 00012368  0x00001cf9 beq  0x00000005 , 0x00003098 
- 00012369  0x00001cfa beq  0x00000006 , 0x0000309c 
- 00012370  0x00001cfb beq  0x00000007 , 0x000030a1 
- 00012371  0x00001cfc beq  0x00000008 , 0x000030a2 
- 00012372  0x00001cfd beq  0x00000009 , 0x000030a3 
- 00012373  0x00001cfe beq  0x0000000a , 0x000030a4 
- 00012374  0x00001cff beq  0x0000000b , 0x000030a8 
- 00012375  0x00001d00 beq  0x0000000c , 0x000030a9 
- 00012376  0x00001d01 beq  0x0000000d , 0x000030ab 
- 00012377  0x00001d02 beq  0x00000012 , 0x000030ac 
- 00012378  0x00001d03 beq  0x00000013 , 0x000030ad 
- 00012379  0x00001d04 beq  0x00000014 , 0x000030ae 
- 00012380  0x00001d05 beq  0x00000015 , 0x000030b0 
- 00012381  0x00001d06 beq  0x00000016 , 0x000030bb 
- 00012382  0x00001d07 beq  0x00000018 , 0x000030bc 
- 00012383  0x00001d08 fetchr  0x00000013 , 0x00000001 , 0x0000004e 
- 00012384  0x00001d09 branch  0x000030df 
- 00012385  0x00001d0e ifetch  0x00000009 , 0x00000006 
- 00012386  0x00001d0f store  0x00000009 , 0x0000019f 
- 00012387  0x00001d10 ifetch  0x00000002 , 0x00000006 
- 00012388  0x00001d11 store  0x00000002 , 0x00000188 
- 00012389  0x00001d12 fetch  0x00000001 , 0x00000168 
- 00012390  0x00001d13 set1  0x00000005 , 0x0000003f 
- 00012391  0x00001d14 store  0x00000001 , 0x00000168 
- 00012392  0x00001d15 rtn 
- 00012393  0x00001d1a ifetch  0x00000005 , 0x00000006 
- 00012394  0x00001d1b store  0x00000005 , 0x0000019f 
- 00012395  0x00001d1c ifetch  0x00000002 , 0x00000006 
- 00012396  0x00001d1d store  0x00000002 , 0x00000188 
- 00012397  0x00001d1f fetch  0x00000001 , 0x00000168 
- 00012398  0x00001d20 set1  0x00000006 , 0x0000003f 
- 00012399  0x00001d21 store  0x00000001 , 0x00000168 
- 00012400  0x00001d22 rtn 
- 00012401  0x00001d27 setarg  0x00000014 
- 00012402  0x00001d28 store  0x00000002 , 0x00000196 
- 00012403  0x00001d29 store  0x00000002 , 0x000042f5 
- 00012404  0x00001d2a rtn 
- 00012405  0x00001d2f ifetch  0x00000008 , 0x00000006 
- 00012406  0x00001d30 store  0x00000008 , 0x00004305 
- 00012407  0x00001d31 ifetch  0x00000002 , 0x00000006 
- 00012408  0x00001d32 store  0x00000002 , 0x00004303 
- 00012409  0x00001d33 ifetch  0x00000008 , 0x00000006 
- 00012410  0x00001d34 store  0x00000008 , 0x000042e5 
- 00012411  0x00001d35 ifetch  0x00000004 , 0x00000006 
- 00012412  0x00001d36 store  0x00000004 , 0x0000445e 
- 00012413  0x00001d37 call  0x000030cc 
- 00012414  0x00001d38 bpatchx  0x0000006a , 0x0000402d 
- 00012415  0x00001d39 fetch  0x00000001 , 0x000042fc 
- 00012416  0x00001d3a beq  0x00000009 , 0x00003087 
- 00012417  0x00001d3b fetch  0x00000001 , 0x00004321 
- 00012418  0x00001d3c bbit1  0x00000001 , 0x0000308a 
- 00012419  0x00001d3d fetch  0x00000001 , 0x000043fa 
- 00012420  0x00001d3e ncall  0x00006e96 , 0x00000034 
- 00012421  0x00001d3f fetch  0x00000001 , 0x0000429a 
- 00012422  0x00001d40 beq  0x00000000 , 0x0000308f 
- 00012423  0x00001d42 jam  0x00000001 , 0x000042fd 
- 00012424  0x00001d43 call  0x000030da 
- 00012425  0x00001d44 branch  0x0000725c 
- 00012426  0x00001d46 jam  0x00000001 , 0x0000429a 
- 00012427  0x00001d47 arg  0x00004322 , 0x00000006 
- 00012428  0x00001d48 arg  0x0000428a , 0x00000005 
- 00012429  0x00001d49 call  0x00007c8f 
- 00012430  0x00001d4a branch  0x00003087 
- 00012431  0x00001d4d jam  0x00000000 , 0x000042fd 
- 00012432  0x00001d4e jam  0x00000000 , 0x000042fc 
- 00012433  0x00001d4f jam  0x00000041 , 0x0000066f 
- 00012434  0x00001d50 branch  0x0000782b 
- 00012435  0x00001d54 ifetch  0x00000008 , 0x00000006 
- 00012436  0x00001d55 store  0x00000008 , 0x000042ed 
- 00012437  0x00001d56 ifetch  0x00000004 , 0x00000006 
- 00012438  0x00001d57 store  0x00000004 , 0x00004462 
- 00012439  0x00001d58 branch  0x0000725c 
- 00012440  0x00001d5d fetch  0x00000001 , 0x00000168 
- 00012441  0x00001d5e set1  0x00000004 , 0x0000003f 
- 00012442  0x00001d5f store  0x00000001 , 0x00000168 
- 00012443  0x00001d60 rtn 
- 00012444  0x00001d64 rtn  0x00000029 
- 00012445  0x00001d65 jam  0x00000032 , 0x0000066f 
- 00012446  0x00001d66 call  0x0000782b 
- 00012447  0x00001d67 jam  0x00000004 , 0x000042fd 
- 00012448  0x00001d68 branch  0x000030dd 
- 00012449  0x00001d6d rtn 
- 00012450  0x00001d72 branch  0x000030e4 
- 00012451  0x00001d77 rtn 
- 00012452  0x00001d7c jam  0x00000002 , 0x000042fd 
- 00012453  0x00001d7d call  0x000030eb 
- 00012454  0x00001d7e jam  0x00000033 , 0x0000066f 
- 00012455  0x00001d7f branch  0x0000782b 
- 00012456  0x00001d84 rtn 
- 00012457  0x00001d89 rtn  0x00000029 
- 00012458  0x00001d8a branch  0x000030ed 
- 00012459  0x00001d8f rtn 
- 00012460  0x00001d94 branch  0x000030f9 
- 00012461  0x00001d99 rtn 
- 00012462  0x00001d9d call  0x000030b0 
- 00012463  0x00001d9e branch  0x000030fd 
- 00012464  0x00001da1 ifetch  0x00000008 , 0x00000006 
- 00012465  0x00001da2 store  0x00000008 , 0x000043b8 
- 00012466  0x00001da3 fetch  0x00000002 , 0x000043b8 
- 00012467  0x00001da4 fetcht  0x00000002 , 0x000043c4 
- 00012468  0x00001da5 call  0x00007db0 
- 00012469  0x00001da6 store  0x00000002 , 0x000043b8 
- 00012470  0x00001da8 fetch  0x00000002 , 0x000043bc 
- 00012471  0x00001da9 fetcht  0x00000002 , 0x000043c0 
- 00012472  0x00001daa call  0x00007db0 
- 00012473  0x00001dab store  0x00000002 , 0x000043bc 
- 00012474  0x00001dac rtn 
- 00012475  0x00001db1 branch  0x00003103 
- 00012476  0x00001db6 ifetch  0x00000002 , 0x00000006 
- 00012477  0x00001db7 store  0x00000002 , 0x0000019f 
- 00012478  0x00001db8 ifetch  0x00000002 , 0x00000006 
- 00012479  0x00001db9 store  0x00000002 , 0x00000188 
- 00012480  0x00001dba rtn  0x00000034 
- 00012481  0x00001dbb fetch  0x00000001 , 0x00000168 
- 00012482  0x00001dbc set1  0x00000007 , 0x0000003f 
- 00012483  0x00001dbd store  0x00000001 , 0x00000168 
- 00012484  0x00001dbe rtn 
- 00012485  0x00001dc4 arg  0x00000013 , 0x00000013 
- 00012486  0x00001dc8 arg  0x00000002 , 0x00000011 
- 00012487  0x00001dc9 arg  0x00000002 , 0x00000012 
- 00012488  0x00001dca call  0x000029f5 
- 00012489  0x00001dcb copy  0x00000013 , 0x0000003f 
- 00012490  0x00001dcc istore  0x00000001 , 0x00000005 
- 00012491  0x00001dcd rtn 
- 00012492  0x00001dd2 arg  0x000042ed , 0x00000005 
- 00012493  0x00001dd3 force  0x00000008 , 0x00000039 
- 00012494  0x00001dd4 call  0x00007de8 
- 00012495  0x00001dd5 arg  0x00004462 , 0x00000005 
- 00012496  0x00001dd6 force  0x00000004 , 0x00000039 
- 00012497  0x00001dd7 call  0x00007de8 
- 00012498  0x00001dd8 arg  0x0000000d , 0x00000011 
- 00012499  0x00001dd9 arg  0x00000004 , 0x00000012 
- 00012500  0x00001dda call  0x000029f5 
- 00012501  0x00001ddb fetch  0x00000008 , 0x000042ed 
- 00012502  0x00001ddc istore  0x00000008 , 0x00000005 
- 00012503  0x00001ddd fetch  0x00000004 , 0x00004462 
- 00012504  0x00001dde istore  0x00000004 , 0x00000005 
- 00012505  0x00001ddf rtn 
- 00012506  0x00001de4 jam  0x00000005 , 0x000042fd 
- 00012507  0x00001de5 arg  0x00000005 , 0x00000012 
- 00012508  0x00001de6 branch  0x0000310d 
- 00012509  0x00001deb arg  0x00000006 , 0x00000012 
- 00012510  0x00001dec branch  0x0000310d 
- 00012511  0x00001df2 arg  0x00000002 , 0x00000011 
- 00012512  0x00001df3 arg  0x00000007 , 0x00000012 
- 00012513  0x00001df4 call  0x000029f5 
- 00012514  0x00001df5 istorer  0x00000013 , 0x00000001 , 0x00000005 
- 00012515  0x00001df6 rtn 
- 00012516  0x00001dfb arg  0x00000009 , 0x00000011 
- 00012517  0x00001dfc arg  0x00000009 , 0x00000012 
- 00012518  0x00001dfd call  0x000029f5 
- 00012519  0x00001dfe fetch  0x00000008 , 0x000043ae 
- 00012520  0x00001dff or  0x0000003f , 0x00000001 , 0x0000003f 
- 00012521  0x00001e00 istore  0x00000008 , 0x00000005 
- 00012522  0x00001e01 rtn 
- 00012523  0x00001e06 arg  0x0000000b , 0x00000012 
- 00012524  0x00001e07 branch  0x0000310d 
- 00012525  0x00001e0c arg  0x00000006 , 0x00000011 
- 00012526  0x00001e0d arg  0x0000000c , 0x00000012 
- 00012527  0x00001e0e call  0x000029f5 
- 00012528  0x00001e0f fetch  0x00000005 , 0x0000415e 
- 00012529  0x00001e10 istore  0x00000005 , 0x00000005 
- 00012530  0x00001e11 rtn 
- 00012531  0x00001e15 arg  0x00000002 , 0x00000011 
- 00012532  0x00001e16 arg  0x0000000d , 0x00000012 
- 00012533  0x00001e17 call  0x000029f5 
- 00012534  0x00001e18 setarg  0x00000006 
- 00012535  0x00001e19 istore  0x00000001 , 0x00000005 
- 00012536  0x00001e1a rtn 
- 00012537  0x00001e1f arg  0x00000013 , 0x00000012 
- 00012538  0x00001e20 branch  0x0000310d 
- 00012539  0x00001e23 arg  0x00000014 , 0x00000012 
- 00012540  0x00001e24 branch  0x000030fe 
- 00012541  0x00001e27 arg  0x00000015 , 0x00000012 
- 00012542  0x00001e29 arg  0x00000009 , 0x00000011 
- 00012543  0x00001e2a call  0x000029f5 
- 00012544  0x00001e2b fetch  0x00000008 , 0x000043c0 
- 00012545  0x00001e2c istore  0x00000008 , 0x00000005 
- 00012546  0x00001e2d rtn 
- 00012547  0x00001e32 arg  0x00000003 , 0x00000011 
- 00012548  0x00001e33 arg  0x00000017 , 0x00000012 
- 00012549  0x00001e34 call  0x000029f5 
- 00012550  0x00001e35 fetch  0x00000001 , 0x000043b6 
- 00012551  0x00001e36 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00012552  0x00001e37 istore  0x00000001 , 0x00000005 
- 00012553  0x00001e38 fetch  0x00000001 , 0x000043b7 
- 00012554  0x00001e39 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00012555  0x00001e3a istore  0x00000001 , 0x00000005 
- 00012556  0x00001e3b rtn 
- 00012557  0x00001e40 arg  0x00000001 , 0x00000011 
- 00012558  0x00001e41 branch  0x000029f5 
- 00012559  0x00001e47 bpatchx  0x0000006b , 0x0000402d 
- 00012560  0x00001e48 bmark1  0x00000027 , 0x000033a3 
- 00012561  0x00001e49 branch  0x00003603 
- 00012562  0x00001e4f bpatchx  0x0000006c , 0x0000402d 
- 00012563  0x00001e50 disable  0x00000009 
- 00012564  0x00001e51 disable  0x00000007 
- 00012565  0x00001e52 setarg  0x00555555 
- 00012566  0x00001e53 iforce  0x0000000f 
- 00012567  0x00001e54 fetch  0x00000001 , 0x0000458d 
- 00012568  0x00001e55 branch  0x000025c8 
- 00012569  0x00001e58 bpatchx  0x0000006d , 0x0000402d 
- 00012570  0x00001e59 fetch  0x00000001 , 0x000045b7 
- 00012571  0x00001e5a call  0x000025a4 
- 00012572  0x00001e5b fetch  0x00000004 , 0x0000458f 
- 00012573  0x00001e5c iforce  0x00000009 
- 00012574  0x00001e5d call  0x00002160 
- 00012575  0x00001e5e fetcht  0x00000001 , 0x0000458d 
- 00012576  0x00001e5f call  0x000025cd 
- 00012577  0x00001e61 call  0x00003112 
- 00012578  0x00001e62 bmark0  0x0000002f , 0x00003126 
- 00012579  0x00001e63 pulse  0x00000039 
- 00012580  0x00001e64 nop  0x0000001e 
- 00012581  0x00001e65 call  0x00003112 
- 00012582  0x00001e67 disable  0x0000002f 
- 00012583  0x00001e68 enable  0x0000000d 
- 00012584  0x00001e69 enable  0x00000021 
- 00012585  0x00001e6a disable  0x00000020 
- 00012586  0x00001e6b enable  0x00000010 
- 00012587  0x00001e6c fetch  0x00000002 , 0x0000458b 
- 00012588  0x00001e6d iforce  0x0000001b 
- 00012589  0x00001e6e correlate  0x0000003e , 0x00000003 
- 00012590  0x00001e6f nbranch  0x00003180 , 0x00000018 
- 00012591  0x00001e70 call  0x00006877 
- 00012592  0x00001e71 bmark1  0x0000002f , 0x00003135 
- 00012593  0x00001e72 fetch  0x00000001 , 0x000045ca 
- 00012594  0x00001e73 nbranch  0x00003135 , 0x00000034 
- 00012595  0x00001e74 disable  0x0000000d 
- 00012596  0x00001e75 enable  0x0000000b 
- 00012597  0x00001e77 enable  0x00000007 
- 00012598  0x00001e78 enable  0x00000009 
- 00012599  0x00001e79 call  0x0000317d 
- 00012600  0x00001e7a store  0x00000001 , 0x000045ad 
- 00012601  0x00001e7b fetcht  0x00000001 , 0x000045ac 
- 00012602  0x00001e7c isub  0x00000002 , 0x0000003e 
- 00012603  0x00001e7d nbranch  0x00003188 , 0x00000005 
- 00012604  0x00001e7e bpatchx  0x0000006e , 0x0000402d 
- 00012605  0x00001e7f disable  0x00000031 
- 00012606  0x00001e80 isolate1  0x0000002f , 0x00000000 
- 00012607  0x00001e81 call  0x0000316f , 0x00000001 
- 00012608  0x00001e82 branch  0x0000318a , 0x00000031 
- 00012609  0x00001e83 call  0x0000317d 
- 00012610  0x00001e84 store  0x00000001 , 0x000044f7 
- 00012611  0x00001e85 bmark1  0x00000027 , 0x00003148 
- 00012612  0x00001e86 fetch  0x00000001 , 0x000044f7 
- 00012613  0x00001e87 fetcht  0x00000001 , 0x00004589 
- 00012614  0x00001e88 icompare  0x00000007 , 0x00000002 
- 00012615  0x00001e89 nbranch  0x0000318c , 0x00000001 
- 00012616  0x00001e8b call  0x0000317d 
- 00012617  0x00001e8c isolate1  0x0000002f , 0x00000000 
- 00012618  0x00001e8d call  0x00003178 , 0x00000001 
- 00012619  0x00001e8e istore  0x00000001 , 0x00000005 
- 00012620  0x00001e8f rshift3  0x0000003f , 0x0000003f 
- 00012621  0x00001e90 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00012622  0x00001e91 nbranch  0x0000318e , 0x00000002 
- 00012623  0x00001e92 copy  0x0000003f , 0x00000039 
- 00012624  0x00001e93 branch  0x00003154 , 0x00000005 
- 00012625  0x00001e95 call  0x0000317d 
- 00012626  0x00001e96 istore  0x00000001 , 0x00000005 
- 00012627  0x00001e97 loop  0x00003151 
- 00012628  0x00001e99 bmark1  0x00000027 , 0x00003159 
- 00012629  0x00001e9a copy  0x00000005 , 0x00000011 
- 00012630  0x00001e9b call  0x0000317d 
- 00012631  0x00001e9c store  0x00000001 , 0x000045d3 
- 00012632  0x00001e9d copy  0x00000011 , 0x00000005 
- 00012633  0x00001e9f parse  0x00000003 , 0x00000000 , 0x00000018 
- 00012634  0x00001ea0 rshift32  0x0000003f , 0x0000003f 
- 00012635  0x00001ea1 rshift16  0x0000003f , 0x0000003f 
- 00012636  0x00001ea2 istore  0x00000003 , 0x00000005 
- 00012637  0x00001ea3 fetch  0x00000001 , 0x000045ca 
- 00012638  0x00001ea4 nbranch  0x0000316d , 0x00000034 
- 00012639  0x00001ea5 disable  0x0000000b 
- 00012640  0x00001ea7 isolate1  0x00000027 , 0x00000000 
- 00012641  0x00001ea8 call  0x000035c8 , 0x00000001 
- 00012642  0x00001ea9 branch  0x00003190 , 0x00000006 
- 00012643  0x00001eaa call  0x00006876 
- 00012644  0x00001eab bpatchx  0x0000006f , 0x0000402d 
- 00012645  0x00001eac enable  0x0000002f 
- 00012646  0x00001ead call  0x000026bb 
- 00012647  0x00001eae rtnmark1  0x00000027 
- 00012648  0x00001eaf fetch  0x00000001 , 0x000045d3 
- 00012649  0x00001eb0 fetcht  0x00000001 , 0x0000462a 
- 00012650  0x00001eb1 isub  0x00000002 , 0x0000003e 
- 00012651  0x00001eb2 call  0x00007db2 , 0x00000002 
- 00012652  0x00001eb3 branch  0x000035cb 
- 00012653  0x00001eb6 disable  0x0000000d 
- 00012654  0x00001eb7 branch  0x00003160 
- 00012655  0x00001ebb call  0x0000317d 
- 00012656  0x00001ebc sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00012657  0x00001ebd branch  0x00007dc2 , 0x00000002 
- 00012658  0x00001ebe increase  0xfffffffe , 0x0000003f 
- 00012659  0x00001ebf bmark1  0x00000027 , 0x00003176 
- 00012660  0x00001ec0 branch  0x00007dc2 , 0x00000034 
- 00012661  0x00001ec1 increase  0xffffffff , 0x0000003f 
- 00012662  0x00001ec3 store  0x00000001 , 0x00000678 
- 00012663  0x00001ec4 rtn 
- 00012664  0x00001ec7 and_into  0x00000007 , 0x0000003f 
- 00012665  0x00001ec8 fetcht  0x00000001 , 0x00000678 
- 00012666  0x00001ec9 lshift3  0x00000002 , 0x00000002 
- 00012667  0x00001eca ior  0x00000002 , 0x0000003f 
- 00012668  0x00001ecb rtn 
- 00012669  0x00001ece parse  0x00000003 , 0x00000000 , 0x00000008 
- 00012670  0x00001ecf rshift3  0x0000000c , 0x0000003f 
- 00012671  0x00001ed0 rtn 
- 00012672  0x00001ed3 jam  0x00000001 , 0x000045cb 
- 00012673  0x00001ed4 isolate1  0x00000027 , 0x00000000 
- 00012674  0x00001ed5 call  0x000035e3 , 0x00000001 
- 00012675  0x00001ed7 bpatchx  0x00000070 , 0x0000402e 
- 00012676  0x00001ed8 call  0x000025bc 
- 00012677  0x00001ed9 disable  0x0000001b 
- 00012678  0x00001eda disable  0x0000000b 
- 00012679  0x00001edb branch  0x000020cf 
- 00012680  0x00001ede jam  0x00000002 , 0x000045cb 
- 00012681  0x00001edf branch  0x00003183 
- 00012682  0x00001ee2 jam  0x00000003 , 0x000045cb 
- 00012683  0x00001ee3 branch  0x00003183 
- 00012684  0x00001ee6 jam  0x00000004 , 0x000045cb 
- 00012685  0x00001ee7 branch  0x00003183 
- 00012686  0x00001eea jam  0x00000005 , 0x000045cb 
- 00012687  0x00001eeb branch  0x00003183 
- 00012688  0x00001eee jam  0x00000006 , 0x000045cb 
- 00012689  0x00001eef branch  0x00003183 
- 00012690  0x00001ef2 call  0x00002160 
- 00012691  0x00001ef3 fetcht  0x00000001 , 0x0000458d 
- 00012692  0x00001ef4 branch  0x000021f9 
- 00012693  0x00001ef7 bpatchx  0x00000071 , 0x0000402e 
- 00012694  0x00001ef8 fetch  0x00000001 , 0x000045b8 
- 00012695  0x00001ef9 call  0x000025a4 
- 00012696  0x00001efa fetch  0x00000004 , 0x0000458f 
- 00012697  0x00001efb iforce  0x00000009 
- 00012698  0x00001efc call  0x00003112 
- 00012699  0x00001efd call  0x00003192 
- 00012700  0x00001efe set1  0x00000000 , 0x00000015 
- 00012701  0x00001eff enable  0x0000001d 
- 00012702  0x00001f00 enable  0x00000020 
- 00012703  0x00001f01 disable  0x00000021 
- 00012704  0x00001f02 call  0x0000687d 
- 00012705  0x00001f03 disable  0x0000003a 
- 00012706  0x00001f04 bmark1  0x0000002f , 0x000031c7 
- 00012707  0x00001f05 bmark1  0x0000002d , 0x000031d9 
- 00012708  0x00001f06 rshift16  0x00000009 , 0x0000003f 
- 00012709  0x00001f07 rshift8  0x0000003f , 0x0000003f 
- 00012710  0x00001f08 rshift4  0x0000003f , 0x0000003f 
- 00012711  0x00001f09 inject  0x00000003 , 0x00000028 
- 00012712  0x00001f0b bpatchx  0x00000072 , 0x0000402e 
- 00012713  0x00001f0c bmark1  0x0000002f , 0x000031ae 
- 00012714  0x00001f0d fetch  0x00000001 , 0x000045ca 
- 00012715  0x00001f0e nbranch  0x000031ae , 0x00000034 
- 00012716  0x00001f0f disable  0x0000001d 
- 00012717  0x00001f10 enable  0x0000001b 
- 00012718  0x00001f12 enable  0x00000007 
- 00012719  0x00001f13 enable  0x00000009 
- 00012720  0x00001f14 fetch  0x00000001 , 0x0000458a 
- 00012721  0x00001f15 iforce  0x00000039 
- 00012722  0x00001f16 arg  0x00004539 , 0x00000006 
- 00012723  0x00001f18 ifetch  0x00000001 , 0x00000006 
- 00012724  0x00001f19 inject  0x00000003 , 0x00000008 
- 00012725  0x00001f1a loop  0x000031b3 
- 00012726  0x00001f1b enable  0x00000008 
- 00012727  0x00001f1c inject  0x00000003 , 0x00000018 
- 00012728  0x00001f1d disable  0x00000008 
- 00012729  0x00001f1e bmark0  0x0000002f , 0x000031bd 
- 00012730  0x00001f1f disable  0x00000007 
- 00012731  0x00001f20 setarg  0x00000000 
- 00012732  0x00001f21 inject  0x00000003 , 0x00000003 
- 00012733  0x00001f23 until  0x0000003e , 0x00000027 
- 00012734  0x00001f24 nop  0x00000064 
- 00012735  0x00001f25 disable  0x0000003a 
- 00012736  0x00001f26 disable  0x0000001d 
- 00012737  0x00001f27 fetch  0x00000001 , 0x000045ca 
- 00012738  0x00001f28 nbranch  0x000031c4 , 0x00000034 
- 00012739  0x00001f29 disable  0x0000001b 
- 00012740  0x00001f2b disable  0x00000038 
- 00012741  0x00001f2c call  0x00002160 
- 00012742  0x00001f2d branch  0x0000687b 
- 00012743  0x00001f30 arg  0x0000000a , 0x00000039 
- 00012744  0x00001f32 setarg  0x0000003c 
- 00012745  0x00001f33 inject  0x00000003 , 0x00000008 
- 00012746  0x00001f34 loop  0x000031c8 
- 00012747  0x00001f35 disable  0x0000001d 
- 00012748  0x00001f36 enable  0x00000038 
- 00012749  0x00001f37 rshift16  0x00000009 , 0x0000003f 
- 00012750  0x00001f38 rshift16  0x0000003f , 0x0000003f 
- 00012751  0x00001f39 rshift4  0x0000003f , 0x0000003f 
- 00012752  0x00001f3a inject  0x00000003 , 0x00000020 
- 00012753  0x00001f3b bmark1  0x0000002e , 0x000031d6 
- 00012754  0x00001f3d setarg  0x00000001 
- 00012755  0x00001f3e inject  0x00000003 , 0x00000005 
- 00012756  0x00001f3f enable  0x0000003a 
- 00012757  0x00001f40 branch  0x000031a8 
- 00012758  0x00001f43 setarg  0x00000000 
- 00012759  0x00001f44 inject  0x00000003 , 0x00000005 
- 00012760  0x00001f45 branch  0x000031a8 
- 00012761  0x00001f48 fetch  0x00000001 , 0x00004148 
- 00012762  0x00001f49 rshift  0x0000003f , 0x00000039 
- 00012763  0x00001f4b nop  0x00000002 
- 00012764  0x00001f4c loop  0x000031db 
- 00012765  0x00001f4e rshift16  0x00000009 , 0x0000003f 
- 00012766  0x00001f4f rshift8  0x0000003f , 0x0000003f 
- 00012767  0x00001f50 rshift4  0x0000003f , 0x00000002 
- 00012768  0x00001f51 copy  0x00000002 , 0x0000003f 
- 00012769  0x00001f52 inject  0x00000003 , 0x00000008 
- 00012770  0x00001f53 copy  0x00000002 , 0x0000003f 
- 00012771  0x00001f54 inject  0x00000003 , 0x00000028 
- 00012772  0x00001f55 branch  0x000031a8 
- 00012773  0x00001f5e bpatchx  0x00000073 , 0x0000402e 
- 00012774  0x00001f5f fetch  0x00000001 , 0x000045b8 
- 00012775  0x00001f60 bbit1  0x00000002 , 0x00003206 
- 00012776  0x00001f62 fetch  0x00000001 , 0x00004588 
- 00012777  0x00001f63 increase  0x00000003 , 0x0000003f 
- 00012778  0x00001f64 store  0x00000001 , 0x0000458a 
- 00012779  0x00001f66 fetch  0x00000001 , 0x000045ac 
- 00012780  0x00001f67 store  0x00000001 , 0x00004539 
- 00012781  0x00001f69 fetch  0x00000001 , 0x00004589 
- 00012782  0x00001f6a istore  0x00000001 , 0x00000005 
- 00012783  0x00001f6c fetch  0x00000001 , 0x00004588 
- 00012784  0x00001f6e lshift3  0x0000003f , 0x0000003f 
- 00012785  0x00001f6f fetcht  0x00000001 , 0x0000457e 
- 00012786  0x00001f70 and  0x00000002 , 0x00000003 , 0x00000002 
- 00012787  0x00001f71 lshift  0x00000002 , 0x00000002 
- 00012788  0x00001f72 ior  0x00000002 , 0x0000003f 
- 00012789  0x00001f73 fetcht  0x00000001 , 0x0000457f 
- 00012790  0x00001f74 iadd  0x00000002 , 0x0000003f 
- 00012791  0x00001f75 istore  0x00000001 , 0x00000005 
- 00012792  0x00001f77 fetch  0x00000001 , 0x00004588 
- 00012793  0x00001f78 iforce  0x00000039 
- 00012794  0x00001f79 arg  0x00004519 , 0x00000006 
- 00012795  0x00001f7a call  0x00007cda 
- 00012796  0x00001f7b bpatchx  0x00000074 , 0x0000402e 
- 00012797  0x00001f7d rtnmark0  0x00000027 
- 00012798  0x00001f7e fetch  0x00000001 , 0x00000035 
- 00012799  0x00001f7f istore  0x00000001 , 0x00000005 
- 00012800  0x00001f80 fetch  0x00000001 , 0x000045b8 
- 00012801  0x00001f81 rtnbit1  0x00000002 
- 00012802  0x00001f82 fetch  0x00000001 , 0x0000458a 
- 00012803  0x00001f83 increase  0x00000001 , 0x0000003f 
- 00012804  0x00001f84 store  0x00000001 , 0x0000458a 
- 00012805  0x00001f85 rtn 
- 00012806  0x00001f89 fetch  0x00000001 , 0x00004588 
- 00012807  0x00001f8a increase  0x00000004 , 0x0000003f 
- 00012808  0x00001f8b bmark0  0x00000027 , 0x0000320a 
- 00012809  0x00001f8c increase  0x00000001 , 0x0000003f 
- 00012810  0x00001f8e store  0x00000001 , 0x0000458a 
- 00012811  0x00001f90 fetch  0x00000001 , 0x000045ac 
- 00012812  0x00001f91 store  0x00000001 , 0x00004539 
- 00012813  0x00001f93 fetch  0x00000001 , 0x0000458a 
- 00012814  0x00001f94 increase  0xfffffffe , 0x0000003f 
- 00012815  0x00001f95 istore  0x00000001 , 0x00000005 
- 00012816  0x00001f97 fetch  0x00000001 , 0x00004589 
- 00012817  0x00001f98 istore  0x00000001 , 0x00000005 
- 00012818  0x00001f99 setarg  0x00000000 
- 00012819  0x00001f9a branch  0x000031f0 
- 00012820  0x00001f9d bpatchx  0x00000075 , 0x0000402e 
- 00012821  0x00001f9f fetch  0x00000001 , 0x000044f8 
- 00012822  0x00001fa0 rshift3  0x0000003f , 0x0000003f 
- 00012823  0x00001fa1 store  0x00000001 , 0x0000457d 
- 00012824  0x00001fa3 increase  0x00000001 , 0x0000003f 
- 00012825  0x00001fa4 arg  0x000044f8 , 0x00000006 
- 00012826  0x00001fa5 iadd  0x00000006 , 0x00000006 
- 00012827  0x00001fa6 ifetch  0x00000003 , 0x00000006 
- 00012828  0x00001fa7 store  0x00000003 , 0x00004580 
- 00012829  0x00001fa9 fetch  0x00000001 , 0x000044f8 
- 00012830  0x00001faa rshift  0x0000003f , 0x0000003f 
- 00012831  0x00001fab and  0x0000003f , 0x00000003 , 0x0000003f 
- 00012832  0x00001fac store  0x00000001 , 0x00004586 
- 00012833  0x00001fad rtn 
- 00012834  0x00001fb1 bpatchx  0x00000076 , 0x0000402e 
- 00012835  0x00001fb2 fetcht  0x00000001 , 0x0000458e 
- 00012836  0x00001fb3 call  0x00003227 
- 00012837  0x00001fb4 storet  0x00000001 , 0x0000458e 
- 00012838  0x00001fb5 rtn 
- 00012839  0x00001fb8 bpatchx  0x00000077 , 0x0000402e 
- 00012840  0x00001fb9 call  0x0000322c 
- 00012841  0x00001fba increase  0x00000001 , 0x00000002 
- 00012842  0x00001fbb and_into  0x00000003 , 0x00000002 
- 00012843  0x00001fbc rtn 
- 00012844  0x00001fbf bpatchx  0x00000078 , 0x0000402f 
- 00012845  0x00001fc0 fetch  0x00000001 , 0x0000458f 
- 00012846  0x00001fc1 and_into  0x00000003 , 0x0000003f 
- 00012847  0x00001fc2 mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00012848  0x00001fc3 setarg  0x00004593 
- 00012849  0x00001fc4 iadd  0x00000011 , 0x0000003f 
- 00012850  0x00001fc5 iadd  0x00000002 , 0x00000006 
- 00012851  0x00001fc6 ifetch  0x00000001 , 0x00000006 
- 00012852  0x00001fc7 store  0x00000001 , 0x0000458d 
- 00012853  0x00001fc8 rtn 
- 00012854  0x00001fcc store  0x00000004 , 0x0000458f 
- 00012855  0x00001fce bpatchx  0x00000079 , 0x0000402f 
- 00012856  0x00001fd0 arg  0x00000000 , 0x00000011 
- 00012857  0x00001fd1 arg  0x00000004 , 0x00000039 
- 00012858  0x00001fd2 arg  0x0000458f , 0x00000006 
- 00012859  0x00001fd4 ifetch  0x00000001 , 0x00000006 
- 00012860  0x00001fd5 iadd  0x00000011 , 0x00000011 
- 00012861  0x00001fd6 loop  0x0000323b 
- 00012862  0x00001fd7 copy  0x00000011 , 0x0000003f 
- 00012863  0x00001fd8 store  0x00000002 , 0x000045aa 
- 00012864  0x00001fd9 fetch  0x00000001 , 0x000045aa 
- 00012865  0x00001fda fetcht  0x00000001 , 0x000045ab 
- 00012866  0x00001fdb iadd  0x00000002 , 0x0000003f 
- 00012867  0x00001fdc store  0x00000001 , 0x000045ac 
- 00012868  0x00001fdd rtn 
- 00012869  0x00001fe1 bpatchx  0x0000007a , 0x0000402f 
- 00012870  0x00001fe2 call  0x00007dbc 
- 00012871  0x00001fe3 fetcht  0x00000004 , 0x000045a3 
- 00012872  0x00001fe4 copy  0x00000022 , 0x0000003f 
- 00012873  0x00001fe5 isub  0x00000002 , 0x0000003e 
- 00012874  0x00001fe6 ncall  0x00003255 , 0x00000002 
- 00012875  0x00001fe7 copy  0x0000003f , 0x00000012 
- 00012876  0x00001fe8 fetch  0x00000004 , 0x000045a3 
- 00012877  0x00001fe9 fetcht  0x00000001 , 0x000045a7 
- 00012878  0x00001fea iadd  0x00000002 , 0x00000002 
- 00012879  0x00001feb copy  0x00000012 , 0x0000003f 
- 00012880  0x00001fec isub  0x00000002 , 0x0000003e 
- 00012881  0x00001fed nrtn  0x00000002 
- 00012882  0x00001fee set0  0x0000001c , 0x0000003f 
- 00012883  0x00001fef store  0x00000004 , 0x000045a3 
- 00012884  0x00001ff0 branch  0x00007dba 
- 00012885  0x00001ff3 rtn  0x00000005 
- 00012886  0x00001ff4 set1  0x0000001c , 0x0000003f 
- 00012887  0x00001ff5 rtn 
- 00012888  0x00001ff8 setarg  0x00000000 
- 00012889  0x00001ff9 store  0x00000004 , 0x000045a3 
- 00012890  0x00001ffa rtn 
- 00012891  0x00002003 bpatchx  0x0000007b , 0x0000402f 
- 00012892  0x00002004 setsect  0x00000000 , 0x00001300 
- 00012893  0x00002005 setsect  0x00000001 , 0x0001908b 
- 00012894  0x00002006 setsect  0x00000002 , 0x00036150 
- 00012895  0x00002007 setsect  0x00000003 , 0x00003d20 
- 00012896  0x00002008 store  0x00000009 , 0x00004593 
- 00012897  0x00002009 setsect  0x00000000 , 0x00003a1a 
- 00012898  0x0000200a setsect  0x00000001 , 0x0000c453 
- 00012899  0x0000200b setsect  0x00000002 , 0x0000d312 
- 00012900  0x0000200c setsect  0x00000003 , 0x00000001 
- 00012901  0x0000200d istore  0x00000007 , 0x00000005 
- 00012902  0x0000200e fetch  0x00000001 , 0x000045b9 
- 00012903  0x0000200f rtn  0x00000034 
- 00012904  0x00002010 arg  0x000045ba , 0x00000006 
- 00012905  0x00002011 arg  0x00004593 , 0x00000005 
- 00012906  0x00002012 branch  0x00007c8f 
- 00012907  0x0000201b bpatchx  0x0000007c , 0x0000402f 
- 00012908  0x0000201c setarg  0x004e001e 
- 00012909  0x0000201d store  0x00000003 , 0x000045bb 
- 00012910  0x0000201e setarg  0x00032303 
- 00012911  0x0000201f istore  0x00000003 , 0x00000005 
- 00012912  0x00002020 setarg  0x00250642 
- 00012913  0x00002021 istore  0x00000003 , 0x00000005 
- 00012914  0x00002022 setarg  0x00094c06 
- 00012915  0x00002023 istore  0x00000003 , 0x00000005 
- 00012916  0x00002024 setarg  0x003c0927 
- 00012917  0x00002025 istore  0x00000003 , 0x00000005 
- 00012918  0x00002026 jam  0x00000001 , 0x000045b9 
- 00012919  0x00002027 rtn 
- 00012920  0x0000202b bpatchx  0x0000007d , 0x0000402f 
- 00012921  0x0000202c arg  0x00006978 , 0x00000002 
- 00012922  0x0000202d bmark1  0x00000027 , 0x0000327f 
- 00012923  0x0000202e arg  0x000012c0 , 0x00000002 
- 00012924  0x0000202f fetch  0x00000001 , 0x000045b7 
- 00012925  0x00002030 bbit0  0x00000002 , 0x0000327f 
- 00012926  0x00002031 arg  0x00002ee0 , 0x00000002 
- 00012927  0x00002033 storet  0x00000002 , 0x0000458b 
- 00012928  0x00002034 rtn 
- 00012929  0x00002037 jam  0x00000001 , 0x000045b7 
- 00012930  0x00002038 jam  0x00000001 , 0x000045b8 
- 00012931  0x00002039 rtn 
- 00012932  0x0000203c jam  0x00000002 , 0x000045b7 
- 00012933  0x0000203d jam  0x00000002 , 0x000045b8 
- 00012934  0x0000203e rtn 
- 00012935  0x00002057 bpatchx  0x0000007e , 0x0000402f 
- 00012936  0x00002058 jam  0x0000004e , 0x000045d0 
- 00012937  0x00002059 setarg  0x00101520 
- 00012938  0x0000205a store  0x00000003 , 0x000045cc 
- 00012939  0x0000205b setarg  0x00000005 
- 00012940  0x0000205c istore  0x00000001 , 0x00000005 
- 00012941  0x0000205d rtn 
- 00012942  0x00002064 arg  0x000045d8 , 0x00000013 
- 00012943  0x00002065 arg  0x0000367a , 0x00000012 
- 00012944  0x00002066 branch  0x000042e7 
- 00012945  0x00002069 set1  0x00000026 , 0x00000000 
- 00012946  0x0000206a fetch  0x00000001 , 0x000045fc 
- 00012947  0x0000206b set0  0x00000002 , 0x0000003f 
- 00012948  0x0000206c set1  0x00000001 , 0x0000003f 
- 00012949  0x0000206d store  0x00000001 , 0x000045fc 
- 00012950  0x0000206e setarg  0x00000000 
- 00012951  0x0000206f store  0x00000002 , 0x000045de 
- 00012952  0x00002070 fetch  0x00000002 , 0x000045d6 
- 00012953  0x00002071 store  0x00000002 , 0x000045d8 
- 00012954  0x00002072 jam  0x00000000 , 0x000045d5 
- 00012955  0x00002073 call  0x000032d6 
- 00012956  0x00002075 jam  0x00000000 , 0x0000457e 
- 00012957  0x00002076 fetch  0x00000001 , 0x000045d0 
- 00012958  0x00002077 store  0x00000001 , 0x0000458d 
- 00012959  0x00002078 fetch  0x00000001 , 0x000045d1 
- 00012960  0x00002079 store  0x00000001 , 0x00004141 
- 00012961  0x0000207a fetch  0x00000004 , 0x000045cc 
- 00012962  0x0000207b branch  0x00003236 
- 00012963  0x0000207f bpatchx  0x0000007f , 0x0000402f 
- 00012964  0x00002080 jam  0x00000000 , 0x000045e2 
- 00012965  0x00002081 fetch  0x00000002 , 0x000045da 
- 00012966  0x00002082 increase  0x00000001 , 0x0000003f 
- 00012967  0x00002083 store  0x00000002 , 0x000045da 
- 00012968  0x00002084 fetch  0x00000001 , 0x000045da 
- 00012969  0x00002085 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00012970  0x00002086 nrtn  0x00000034 
- 00012971  0x00002087 fetch  0x00000001 , 0x000045d4 
- 00012972  0x00002088 beq  0x000000ff , 0x000032f8 
- 00012973  0x00002089 beq  0x00000001 , 0x000032b2 
- 00012974  0x0000208a beq  0x00000002 , 0x000032b4 
- 00012975  0x0000208b beq  0x00000003 , 0x000032ba 
- 00012976  0x0000208c beq  0x00000004 , 0x000032c0 
- 00012977  0x0000208d rtn 
- 00012978  0x00002090 jam  0x000000ff , 0x00004519 
- 00012979  0x00002091 branch  0x000032c1 
- 00012980  0x00002094 fetch  0x00000001 , 0x000045ae 
- 00012981  0x00002095 branch  0x000032b8 , 0x00000034 
- 00012982  0x00002096 fetch  0x00000004 , 0x00004604 
- 00012983  0x00002097 call  0x00003236 
- 00012984  0x00002099 jam  0x000000aa , 0x00004519 
- 00012985  0x0000209a branch  0x000032c1 
- 00012986  0x0000209d jam  0x00000055 , 0x00004519 
- 00012987  0x0000209e fetch  0x00000001 , 0x000045ae 
- 00012988  0x0000209f branch  0x000032c1 , 0x00000034 
- 00012989  0x000020a0 fetch  0x00000004 , 0x000045e8 
- 00012990  0x000020a1 store  0x00000004 , 0x0000451b 
- 00012991  0x000020a2 branch  0x000032c3 
- 00012992  0x000020a5 jam  0x00000022 , 0x00004519 
- 00012993  0x000020a7 fetch  0x00000004 , 0x00004604 
- 00012994  0x000020a8 store  0x00000004 , 0x0000451b 
- 00012995  0x000020aa fetch  0x00000001 , 0x00004589 
- 00012996  0x000020ab and_into  0x00000007 , 0x0000003f 
- 00012997  0x000020ac store  0x00000001 , 0x0000451a 
- 00012998  0x000020ad jam  0x00000000 , 0x0000451f 
- 00012999  0x000020ae jam  0x00000007 , 0x00004588 
- 00013000  0x000020af call  0x000031e5 
- 00013001  0x000020b0 call  0x00003651 
- 00013002  0x000020b1 nrtn  0x00000018 
- 00013003  0x000020b2 nrtn  0x0000002f 
- 00013004  0x000020b3 call  0x0000357b 
- 00013005  0x000020b4 call  0x0000366e 
- 00013006  0x000020b5 bpatchx  0x00000080 , 0x00004030 
- 00013007  0x000020b6 fetch  0x00000001 , 0x000045d4 
- 00013008  0x000020b7 rtneq  0x000000ff 
- 00013009  0x000020b8 beq  0x00000001 , 0x000032db 
- 00013010  0x000020b9 beq  0x00000002 , 0x000032dd 
- 00013011  0x000020ba beq  0x00000003 , 0x000032e3 
- 00013012  0x000020bb beq  0x00000004 , 0x000032eb 
- 00013013  0x000020bc rtn 
- 00013014  0x000020bf jam  0x00000002 , 0x000045d4 
- 00013015  0x000020c0 fetch  0x00000001 , 0x000045ae 
- 00013016  0x000020c1 rtn  0x00000034 
- 00013017  0x000020c2 jam  0x00000001 , 0x000045d4 
- 00013018  0x000020c3 rtn 
- 00013019  0x000020c6 jam  0x00000002 , 0x000045d4 
- 00013020  0x000020c7 branch  0x0000364c 
- 00013021  0x000020ca fetch  0x00000001 , 0x000045ae 
- 00013022  0x000020cb branch  0x000032e1 , 0x00000034 
- 00013023  0x000020cc fetch  0x00000004 , 0x0000455f 
- 00013024  0x000020cd store  0x00000004 , 0x000045e8 
- 00013025  0x000020cf jam  0x00000003 , 0x000045d4 
- 00013026  0x000020d0 branch  0x0000364c 
- 00013027  0x000020d3 fetch  0x00000001 , 0x000045ae 
- 00013028  0x000020d4 branch  0x000032e9 , 0x00000034 
- 00013029  0x000020d5 fetch  0x00000004 , 0x0000455f 
- 00013030  0x000020d6 fetcht  0x00000004 , 0x00004604 
- 00013031  0x000020d7 isub  0x00000002 , 0x0000003e 
- 00013032  0x000020d8 nrtn  0x00000005 
- 00013033  0x000020da jam  0x00000004 , 0x000045d4 
- 00013034  0x000020db branch  0x0000364c 
- 00013035  0x000020de fetch  0x00000001 , 0x000045ae 
- 00013036  0x000020df branch  0x000032f1 , 0x00000034 
- 00013037  0x000020e0 fetch  0x00000004 , 0x0000455f 
- 00013038  0x000020e1 fetcht  0x00000004 , 0x000045e8 
- 00013039  0x000020e2 isub  0x00000002 , 0x0000003e 
- 00013040  0x000020e3 nrtn  0x00000005 
- 00013041  0x000020e5 jam  0x000000ff , 0x000045d4 
- 00013042  0x000020e6 jam  0x00000039 , 0x0000066f 
- 00013043  0x000020e7 call  0x0000782b 
- 00013044  0x000020e8 setarg  0x00000000 
- 00013045  0x000020e9 store  0x00000002 , 0x000045d8 
- 00013046  0x000020ea fetch  0x00000004 , 0x0000455f 
- 00013047  0x000020eb call  0x00003236 
- 00013048  0x000020ed fetch  0x00000001 , 0x000045fc 
- 00013049  0x000020ee set0  0x00000001 , 0x0000003f 
- 00013050  0x000020ef store  0x00000001 , 0x000045fc 
- 00013051  0x000020f0 branch  0x0000364c 
- 00013052  0x0000210b jam  0x00000001 , 0x00004616 
- 00013053  0x0000210c jam  0x00000000 , 0x00004615 
- 00013054  0x0000210d rtn 
- 00013055  0x00002110 fetch  0x00000001 , 0x00004615 
- 00013056  0x00002111 rtnbit1  0x00000001 
- 00013057  0x00002112 set1  0x00000001 , 0x0000003f 
- 00013058  0x00002113 store  0x00000001 , 0x00004615 
- 00013059  0x00002114 setarg  0x00000000 
- 00013060  0x00002115 store  0x00000003 , 0x000045d3 
- 00013061  0x00002116 store  0x00000001 , 0x000045de 
- 00013062  0x00002117 store  0x00000001 , 0x000045df 
- 00013063  0x00002118 store  0x00000004 , 0x0000462c 
- 00013064  0x00002119 jam  0x00000001 , 0x00004611 
- 00013065  0x0000211a branch  0x0000329c 
- 00013066  0x0000211e jam  0x00000001 , 0x00004611 
- 00013067  0x0000211f jam  0x00000008 , 0x00004588 
- 00013068  0x00002120 arg  0x000045d6 , 0x00000006 
- 00013069  0x00002121 arg  0x00004519 , 0x00000005 
- 00013070  0x00002122 branch  0x00007c89 
- 00013071  0x00002126 bpatchx  0x00000081 , 0x00004030 
- 00013072  0x00002127 call  0x000033be 
- 00013073  0x00002128 call  0x00003119 
- 00013074  0x00002129 nbranch  0x000033be , 0x0000002f 
- 00013075  0x0000212a call  0x0000331e 
- 00013076  0x0000212b call  0x000033f4 
- 00013077  0x0000212c call  0x00003399 
- 00013078  0x0000212d call  0x0000493d 
- 00013079  0x0000212e fetch  0x00000001 , 0x000045ae 
- 00013080  0x0000212f rtn  0x00000034 
- 00013081  0x00002130 fetch  0x00000004 , 0x0000462c 
- 00013082  0x00002131 rtn  0x00000034 
- 00013083  0x00002132 branch  0x00003236 
- 00013084  0x00002135 call  0x000033be 
- 00013085  0x00002136 branch  0x00003183 
- 00013086  0x00002139 jam  0x00000005 , 0x00004622 
- 00013087  0x0000213a arg  0x000044f7 , 0x00000006 
- 00013088  0x0000213b arg  0x000045e8 , 0x00000005 
- 00013089  0x0000213c call  0x00007c89 
- 00013090  0x0000213d bpatchx  0x00000082 , 0x00004030 
- 00013091  0x0000213e fetch  0x00000001 , 0x000045ea 
- 00013092  0x0000213f beq  0x000000aa , 0x00003329 
- 00013093  0x00002140 beq  0x00000055 , 0x0000333a 
- 00013094  0x00002141 beq  0x00000022 , 0x0000335b 
- 00013095  0x00002142 beq  0x000000ff , 0x0000359b 
- 00013096  0x00002143 rtn 
- 00013097  0x00002147 fetch  0x00000001 , 0x000045eb 
- 00013098  0x00002148 beq  0x00000001 , 0x0000332d 
- 00013099  0x00002149 beq  0x00000002 , 0x00003335 
- 00013100  0x0000214a rtn 
- 00013101  0x0000214d fetch  0x00000001 , 0x000045de 
- 00013102  0x0000214e nrtn  0x00000034 
- 00013103  0x0000214f jam  0x00000001 , 0x000045d3 
- 00013104  0x00002151 jam  0x00000001 , 0x000045d6 
- 00013105  0x00002153 jam  0x00000080 , 0x000045d7 
- 00013106  0x00002154 fetch  0x00000006 , 0x000044f1 
- 00013107  0x00002155 store  0x00000006 , 0x000045d8 
- 00013108  0x00002156 rtn 
- 00013109  0x00002159 fetch  0x00000001 , 0x000045df 
- 00013110  0x0000215a nrtn  0x00000034 
- 00013111  0x0000215b jam  0x00000001 , 0x000045d4 
- 00013112  0x0000215d jam  0x00000002 , 0x000045d6 
- 00013113  0x0000215e branch  0x00003331 
- 00013114  0x00002162 fetch  0x00000001 , 0x000045ae 
- 00013115  0x00002163 branch  0x00003340 , 0x00000034 
- 00013116  0x00002164 fetch  0x00000004 , 0x000045ec 
- 00013117  0x00002165 fetcht  0x00000004 , 0x000044f1 
- 00013118  0x00002166 isub  0x00000002 , 0x0000003e 
- 00013119  0x00002167 nrtn  0x00000005 
- 00013120  0x00002169 fetch  0x00000001 , 0x000045eb 
- 00013121  0x0000216a beq  0x00000001 , 0x00003344 
- 00013122  0x0000216b beq  0x00000002 , 0x00003351 
- 00013123  0x0000216c rtn 
- 00013124  0x0000216f fetch  0x00000001 , 0x000045de 
- 00013125  0x00002170 nrtn  0x00000034 
- 00013126  0x00002171 fetch  0x00000001 , 0x000045d3 
- 00013127  0x00002172 beq  0x00000001 , 0x00003349 
- 00013128  0x00002173 rtn 
- 00013129  0x00002175 jam  0x00000002 , 0x000045d3 
- 00013130  0x00002176 fetch  0x00000001 , 0x000045ae 
- 00013131  0x00002177 branch  0x00003330 , 0x00000034 
- 00013132  0x00002179 jam  0x00000001 , 0x000045d6 
- 00013133  0x0000217b jam  0x00000080 , 0x000045d7 
- 00013134  0x0000217c fetch  0x00000004 , 0x0000462c 
- 00013135  0x0000217d store  0x00000004 , 0x000045d8 
- 00013136  0x0000217e branch  0x00007dba 
- 00013137  0x00002181 fetch  0x00000001 , 0x000045df 
- 00013138  0x00002182 nrtn  0x00000034 
- 00013139  0x00002183 fetch  0x00000001 , 0x000045d4 
- 00013140  0x00002184 beq  0x00000001 , 0x00003356 
- 00013141  0x00002185 rtn 
- 00013142  0x00002187 jam  0x00000002 , 0x000045d4 
- 00013143  0x00002188 fetch  0x00000001 , 0x000045ae 
- 00013144  0x00002189 branch  0x00003338 , 0x00000034 
- 00013145  0x0000218a jam  0x00000002 , 0x000045d6 
- 00013146  0x0000218b branch  0x0000334d 
- 00013147  0x0000218f fetch  0x00000001 , 0x000045ae 
- 00013148  0x00002190 branch  0x00003361 , 0x00000034 
- 00013149  0x00002191 fetch  0x00000004 , 0x000045ec 
- 00013150  0x00002192 fetcht  0x00000004 , 0x0000462c 
- 00013151  0x00002193 isub  0x00000002 , 0x0000003e 
- 00013152  0x00002194 nrtn  0x00000005 
- 00013153  0x00002196 fetch  0x00000001 , 0x000045eb 
- 00013154  0x00002197 beq  0x00000001 , 0x00003365 
- 00013155  0x00002198 beq  0x00000002 , 0x00003372 
- 00013156  0x00002199 rtn 
- 00013157  0x0000219c fetch  0x00000001 , 0x000045de 
- 00013158  0x0000219d nrtn  0x00000034 
- 00013159  0x0000219e fetch  0x00000001 , 0x000045d3 
- 00013160  0x0000219f beq  0x00000002 , 0x0000336a 
- 00013161  0x000021a0 rtn 
- 00013162  0x000021a2 jam  0x00000001 , 0x000045de 
- 00013163  0x000021a4 call  0x00003330 
- 00013164  0x000021a5 fetch  0x00000001 , 0x000045d5 
- 00013165  0x000021a6 or_into  0x00000001 , 0x0000003f 
- 00013166  0x000021a7 store  0x00000001 , 0x000045d5 
- 00013167  0x000021a9 setarg  0x00000000 
- 00013168  0x000021aa store  0x00000002 , 0x000045d3 
- 00013169  0x000021ab rtn 
- 00013170  0x000021ae fetch  0x00000001 , 0x000045df 
- 00013171  0x000021af nrtn  0x00000034 
- 00013172  0x000021b0 fetch  0x00000001 , 0x000045d4 
- 00013173  0x000021b1 bne  0x00000000 , 0x00003377 
- 00013174  0x000021b2 rtn 
- 00013175  0x000021b4 jam  0x00000001 , 0x000045df 
- 00013176  0x000021b6 call  0x00003338 
- 00013177  0x000021b7 fetch  0x00000001 , 0x000045d5 
- 00013178  0x000021b8 or_into  0x00000002 , 0x0000003f 
- 00013179  0x000021b9 store  0x00000001 , 0x000045d5 
- 00013180  0x000021ba call  0x0000336f 
- 00013181  0x000021bb branch  0x00004937 
- 00013182  0x000021be fetch  0x00000001 , 0x00004616 
- 00013183  0x000021bf rtnne  0x00000001 
- 00013184  0x000021c0 fetch  0x00000001 , 0x00004610 
- 00013185  0x000021c1 nrtn  0x00000034 
- 00013186  0x000021c2 fetch  0x00000001 , 0x000044fa 
- 00013187  0x000021c3 beq  0x00000001 , 0x00003386 
- 00013188  0x000021c4 beq  0x00000002 , 0x0000338a 
- 00013189  0x000021c5 rtn 
- 00013190  0x000021c7 fetch  0x00000001 , 0x0000462b 
- 00013191  0x000021c8 rtnbit0  0x00000000 
- 00013192  0x000021ca disable  0x0000002f 
- 00013193  0x000021cb rtn 
- 00013194  0x000021cd fetch  0x00000001 , 0x0000462b 
- 00013195  0x000021ce rtnbit0  0x00000001 
- 00013196  0x000021cf branch  0x00003388 
- 00013197  0x000021d2 fetch  0x00000001 , 0x00004610 
- 00013198  0x000021d3 nrtn  0x00000034 
- 00013199  0x000021d4 fetch  0x00000001 , 0x0000462b 
- 00013200  0x000021d5 or_into  0x00000001 , 0x0000003f 
- 00013201  0x000021d6 store  0x00000001 , 0x0000462b 
- 00013202  0x000021d7 rtn 
- 00013203  0x000021da fetch  0x00000001 , 0x00004610 
- 00013204  0x000021db nrtn  0x00000034 
- 00013205  0x000021dc fetch  0x00000001 , 0x0000462b 
- 00013206  0x000021dd or_into  0x00000002 , 0x0000003f 
- 00013207  0x000021de store  0x00000001 , 0x0000462b 
- 00013208  0x000021df rtn 
- 00013209  0x000021e3 fetch  0x00000001 , 0x000045d5 
- 00013210  0x000021e4 rtn  0x00000034 
- 00013211  0x000021e6 fetch  0x00000001 , 0x000045eb 
- 00013212  0x000021e7 beq  0x00000001 , 0x0000338d 
- 00013213  0x000021e8 beq  0x00000002 , 0x00003393 
- 00013214  0x000021e9 rtn 
- 00013215  0x000021fd set1  0x00000027 , 0x00000000 
- 00013216  0x000021fe fetch  0x00000001 , 0x00004141 
- 00013217  0x000021ff store  0x00000001 , 0x00004623 
- 00013218  0x00002200 branch  0x000035d6 
- 00013219  0x00002203 fetch  0x00000002 , 0x000045e0 
- 00013220  0x00002204 branch  0x00007d79 
- 00013221  0x00002207 bpatchx  0x00000083 , 0x00004030 
- 00013222  0x00002208 jam  0x00000000 , 0x00004588 
- 00013223  0x00002209 fetch  0x00000001 , 0x00004611 
- 00013224  0x0000220a rtn  0x00000034 
- 00013225  0x0000220b fetch  0x00000002 , 0x000045e2 
- 00013226  0x0000220c branch  0x00007d79 
- 00013227  0x00002210 call  0x000033f1 
- 00013228  0x00002211 nbranch  0x000033be , 0x0000002f 
- 00013229  0x00002213 call  0x000033e3 
- 00013230  0x00002214 nbranch  0x000033be , 0x00000028 
- 00013231  0x00002215 fetch  0x00000001 , 0x0000457d 
- 00013232  0x00002216 branch  0x000033be , 0x00000034 
- 00013233  0x00002217 increase  0x00000002 , 0x0000003f 
- 00013234  0x00002218 iforce  0x00000039 
- 00013235  0x00002219 arg  0x000044f7 , 0x00000006 
- 00013236  0x0000221a arg  0x000045e8 , 0x00000005 
- 00013237  0x0000221b call  0x00007cda 
- 00013238  0x0000221c jam  0x00000000 , 0x00004613 
- 00013239  0x0000221d fetch  0x00000001 , 0x00004610 
- 00013240  0x0000221e call  0x000033fe , 0x00000034 
- 00013241  0x0000221f bpatchx  0x00000084 , 0x00004030 
- 00013242  0x00002220 fetch  0x00000001 , 0x000045ea 
- 00013243  0x00002221 beq  0x00000001 , 0x000033c4 
- 00013244  0x00002222 beq  0x00000002 , 0x000033d3 
- 00013245  0x00002223 beq  0x000000ff , 0x000033c2 
- 00013246  0x00002225 bpatchx  0x00000085 , 0x00004030 
- 00013247  0x00002226 arg  0x000044f7 , 0x00000005 
- 00013248  0x00002227 arg  0x00000042 , 0x00000039 
- 00013249  0x00002228 branch  0x00007ca1 
- 00013250  0x0000222b call  0x0000339b 
- 00013251  0x0000222c branch  0x0000359b 
- 00013252  0x0000222f call  0x0000338d 
- 00013253  0x00002230 call  0x0000352e 
- 00013254  0x00002231 fetch  0x00000001 , 0x0000460a 
- 00013255  0x00002232 fetcht  0x00000001 , 0x000045e8 
- 00013256  0x00002233 isolate1  0x00000003 , 0x00000002 
- 00013257  0x00002234 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00013258  0x00002235 store  0x00000001 , 0x0000460a 
- 00013259  0x00002236 beq  0x00000001 , 0x000033d9 
- 00013260  0x00002237 fetch  0x00000001 , 0x00004612 
- 00013261  0x00002238 fetcht  0x00000001 , 0x000045e8 
- 00013262  0x00002239 isolate1  0x00000004 , 0x00000002 
- 00013263  0x0000223a setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00013264  0x0000223b store  0x00000001 , 0x00004612 
- 00013265  0x0000223c fetch  0x00000002 , 0x000045e4 
- 00013266  0x0000223d branch  0x00007d79 
- 00013267  0x00002240 call  0x00003393 
- 00013268  0x00002241 fetcht  0x00000001 , 0x000045e8 
- 00013269  0x00002242 isolate1  0x00000003 , 0x00000002 
- 00013270  0x00002243 branch  0x000033e1 , 0x00000001 
- 00013271  0x00002244 fetch  0x00000002 , 0x000045e6 
- 00013272  0x00002245 branch  0x00007d79 
- 00013273  0x00002248 fetch  0x00000001 , 0x000043cb 
- 00013274  0x00002249 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00013275  0x0000224a call  0x00004469 , 0x00000005 
- 00013276  0x0000224b fetch  0x00000001 , 0x000045de 
- 00013277  0x0000224c nrtn  0x00000034 
- 00013278  0x0000224d jam  0x00000001 , 0x000045de 
- 00013279  0x0000224e fetch  0x00000004 , 0x000045f2 
- 00013280  0x0000224f branch  0x000035a3 
- 00013281  0x00002251 fetch  0x00000004 , 0x000045f2 
- 00013282  0x00002252 branch  0x000035a9 
- 00013283  0x00002256 call  0x00007dbc 
- 00013284  0x00002257 fetch  0x00000001 , 0x00004586 
- 00013285  0x00002258 fetcht  0x00000001 , 0x00004587 
- 00013286  0x00002259 isub  0x00000002 , 0x0000003e 
- 00013287  0x0000225a ncall  0x00007dba , 0x00000005 
- 00013288  0x0000225b fetch  0x00000001 , 0x00004586 
- 00013289  0x0000225c store  0x00000001 , 0x00004587 
- 00013290  0x0000225d fetch  0x00000003 , 0x00004580 
- 00013291  0x0000225e fetcht  0x00000003 , 0x00004583 
- 00013292  0x0000225f isub  0x00000002 , 0x0000003e 
- 00013293  0x00002260 ncall  0x00007dba , 0x00000005 
- 00013294  0x00002261 fetch  0x00000003 , 0x00004580 
- 00013295  0x00002262 store  0x00000003 , 0x00004583 
- 00013296  0x00002263 rtn 
- 00013297  0x00002266 call  0x000033be 
- 00013298  0x00002267 call  0x00003119 
- 00013299  0x00002268 nrtn  0x0000002f 
- 00013300  0x0000226b fetch  0x00000001 , 0x000044f7 
- 00013301  0x0000226c store  0x00000001 , 0x00004589 
- 00013302  0x0000226e call  0x00003214 
- 00013303  0x00002270 fetch  0x00000001 , 0x000044f8 
- 00013304  0x00002271 isolate1  0x00000000 , 0x0000003f 
- 00013305  0x00002272 branch  0x000033fd , 0x00000001 
- 00013306  0x00002274 call  0x000033a5 
- 00013307  0x00002275 call  0x000031e5 
- 00013308  0x00002276 call  0x00003195 
- 00013309  0x00002278 branch  0x00003183 
- 00013310  0x0000227c jam  0x00000001 , 0x00004614 
- 00013311  0x0000227e setarg  0x00000280 
- 00013312  0x0000227f arg  0x00000008 , 0x00000007 
- 00013313  0x00002280 branch  0x00007ce1 
- 00013314  0x00002287 bpatchx  0x00000086 , 0x00004030 
- 00013315  0x00002288 jam  0x00000001 , 0x00004613 
- 00013316  0x00002289 jam  0x00000000 , 0x00004617 
- 00013317  0x0000228a jam  0x000000ff , 0x000045a7 
- 00013318  0x0000228b branch  0x00003258 
- 00013319  0x0000228e bpatchx  0x00000087 , 0x00004030 
- 00013320  0x0000228f fetch  0x00000001 , 0x00004613 
- 00013321  0x00002290 rtn  0x00000034 
- 00013322  0x00002291 call  0x00003245 
- 00013323  0x00002292 nrtn  0x00000028 
- 00013324  0x00002293 call  0x00003414 
- 00013325  0x00002294 fetch  0x00000001 , 0x00004617 
- 00013326  0x00002295 increase  0x00000001 , 0x0000003f 
- 00013327  0x00002296 and_into  0x00000001 , 0x0000003f 
- 00013328  0x00002297 store  0x00000001 , 0x00004617 
- 00013329  0x00002298 beq  0x00000000 , 0x00003419 
- 00013330  0x00002299 beq  0x00000001 , 0x0000341c 
- 00013331  0x0000229a rtn 
- 00013332  0x0000229d fetch  0x00000001 , 0x00004622 
- 00013333  0x0000229e rtn  0x00000034 
- 00013334  0x0000229f increase  0xffffffff , 0x0000003f 
- 00013335  0x000022a0 store  0x00000001 , 0x00004622 
- 00013336  0x000022a1 rtn 
- 00013337  0x000022a4 fetch  0x00000001 , 0x00004622 
- 00013338  0x000022a5 nrtn  0x00000034 
- 00013339  0x000022a6 branch  0x00003460 
- 00013340  0x000022a9 fetch  0x00000001 , 0x00004622 
- 00013341  0x000022aa nrtn  0x00000034 
- 00013342  0x000022ab branch  0x000032fc 
- 00013343  0x000022af fetch  0x00000001 , 0x0000462a 
- 00013344  0x000022b0 nrtn  0x00000034 
- 00013345  0x000022b1 fetch  0x00000001 , 0x00004628 
- 00013346  0x000022b2 call  0x0000344f , 0x00000034 
- 00013347  0x000022b3 fetch  0x00000001 , 0x00004625 
- 00013348  0x000022b4 rtnbit1  0x00000000 
- 00013349  0x000022b5 set1  0x00000000 , 0x0000003f 
- 00013350  0x000022b6 store  0x00000001 , 0x00004625 
- 00013351  0x000022b7 jam  0x00000001 , 0x00004624 
- 00013352  0x000022b8 jam  0x00000000 , 0x00004629 
- 00013353  0x000022b9 setarg  0x00000000 
- 00013354  0x000022ba store  0x00000002 , 0x00004626 
- 00013355  0x000022bb jam  0x00000060 , 0x000045a7 
- 00013356  0x000022bc branch  0x00003258 
- 00013357  0x000022bf bpatchx  0x00000088 , 0x00004031 
- 00013358  0x000022c0 fetch  0x00000001 , 0x00004616 
- 00013359  0x000022c1 rtneq  0x00000000 
- 00013360  0x000022c2 fetch  0x00000001 , 0x0000462a 
- 00013361  0x000022c3 nrtn  0x00000034 
- 00013362  0x000022c4 fetch  0x00000001 , 0x00004628 
- 00013363  0x000022c5 nrtn  0x00000034 
- 00013364  0x000022c6 fetch  0x00000001 , 0x00004624 
- 00013365  0x000022c7 rtn  0x00000034 
- 00013366  0x000022c8 fetch  0x00000001 , 0x0000462b 
- 00013367  0x000022c9 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00013368  0x000022ca branch  0x0000344b , 0x00000001 
- 00013369  0x000022cb call  0x00003245 
- 00013370  0x000022cc nrtn  0x00000028 
- 00013371  0x000022cd fetch  0x00000002 , 0x00004626 
- 00013372  0x000022ce increase  0x00000001 , 0x0000003f 
- 00013373  0x000022cf store  0x00000002 , 0x00004626 
- 00013374  0x000022d0 arg  0x000007d0 , 0x00000002 
- 00013375  0x000022d1 isub  0x00000002 , 0x0000003e 
- 00013376  0x000022d2 branch  0x0000344b , 0x00000002 
- 00013377  0x000022d3 fetch  0x00000001 , 0x00004629 
- 00013378  0x000022d4 increase  0x00000001 , 0x0000003f 
- 00013379  0x000022d5 and_into  0x00000001 , 0x0000003f 
- 00013380  0x000022d6 store  0x00000001 , 0x00004629 
- 00013381  0x000022d7 beq  0x00000000 , 0x00003514 
- 00013382  0x000022d8 beq  0x00000001 , 0x000032fc 
- 00013383  0x000022d9 rtn 
- 00013384  0x000022dc fetch  0x00000001 , 0x00004622 
- 00013385  0x000022dd nbranch  0x000032fc , 0x00000034 
- 00013386  0x000022de branch  0x00003514 
- 00013387  0x000022e1 jam  0x00000001 , 0x00004628 
- 00013388  0x000022e2 branch  0x00003514 
- 00013389  0x000022e5 jam  0x00000000 , 0x00004624 
- 00013390  0x000022e6 rtn 
- 00013391  0x000022e8 jam  0x00000001 , 0x00004624 
- 00013392  0x000022e9 rtn 
- 00013393  0x000022f5 bpatchx  0x00000089 , 0x00004031 
- 00013394  0x000022f6 fetch  0x00000001 , 0x00004615 
- 00013395  0x000022f7 rtnbit1  0x00000000 
- 00013396  0x000022f8 set1  0x00000000 , 0x0000003f 
- 00013397  0x000022f9 store  0x00000001 , 0x00004615 
- 00013398  0x000022fa fetch  0x00000001 , 0x00004623 
- 00013399  0x000022fb store  0x00000001 , 0x00004141 
- 00013400  0x000022fc jam  0x00000000 , 0x00004611 
- 00013401  0x000022fd jam  0x00000000 , 0x0000090d 
- 00013402  0x000022fe jam  0x00000001 , 0x0000460a 
- 00013403  0x000022ff jam  0x00000000 , 0x0000457e 
- 00013404  0x00002300 fetch  0x00000004 , 0x000044f1 
- 00013405  0x00002301 call  0x00003236 
- 00013406  0x00002302 call  0x00003222 
- 00013407  0x00002303 branch  0x000033be 
- 00013408  0x00002307 jam  0x00000000 , 0x00004611 
- 00013409  0x00002309 jam  0x00000000 , 0x00004616 
- 00013410  0x0000230a jam  0x00000000 , 0x00004615 
- 00013411  0x0000230b rtn 
- 00013412  0x0000230f fetch  0x00000001 , 0x00004616 
- 00013413  0x00002310 rtnne  0x00000000 
- 00013414  0x00002311 call  0x00003451 
- 00013415  0x00002312 call  0x00003518 
- 00013416  0x00002313 branch  0x000033ab 
- 00013417  0x00002321 bpatchx  0x0000008a , 0x00004031 
- 00013418  0x00002322 fetch  0x00000001 , 0x00004616 
- 00013419  0x00002323 rtnne  0x00000001 
- 00013420  0x00002324 call  0x000032ff 
- 00013421  0x00002325 call  0x0000330f 
- 00013422  0x00002326 fetch  0x00000001 , 0x00004610 
- 00013423  0x00002327 nrtn  0x00000034 
- 00013424  0x00002328 fetch  0x00000001 , 0x000045d5 
- 00013425  0x00002329 rtn  0x00000034 
- 00013426  0x0000232a jam  0x00000000 , 0x00004613 
- 00013427  0x0000232b call  0x00003460 
- 00013428  0x0000232c call  0x000033fe 
- 00013429  0x0000232d branch  0x00003258 
- 00013430  0x0000233a fetch  0x00000001 , 0x00004615 
- 00013431  0x0000233b rtnbit1  0x00000007 
- 00013432  0x0000233c set1  0x00000007 , 0x0000003f 
- 00013433  0x0000233d store  0x00000001 , 0x00004615 
- 00013434  0x0000233e fetch  0x00000001 , 0x00004623 
- 00013435  0x0000233f store  0x00000001 , 0x00004141 
- 00013436  0x00002341 jam  0x00000000 , 0x00004617 
- 00013437  0x00002342 jam  0x00000001 , 0x00004611 
- 00013438  0x00002343 setarg  0x00000000 
- 00013439  0x00002344 store  0x00000003 , 0x0000463d 
- 00013440  0x00002345 store  0x00000007 , 0x0000461a 
- 00013441  0x00002346 call  0x00003506 
- 00013442  0x00002347 nrtn  0x00000005 
- 00013443  0x00002348 fetch  0x00000001 , 0x0000458e 
- 00013444  0x00002349 store  0x00000001 , 0x00004619 
- 00013445  0x0000234a fetch  0x00000001 , 0x0000458d 
- 00013446  0x0000234b store  0x00000001 , 0x00004618 
- 00013447  0x0000234c rtn 
- 00013448  0x00002350 bpatchx  0x0000008b , 0x00004031 
- 00013449  0x00002351 fetch  0x00000001 , 0x00004616 
- 00013450  0x00002352 rtnne  0x00000007 
- 00013451  0x00002353 call  0x00003476 
- 00013452  0x00002354 call  0x000034ae 
- 00013453  0x00002355 call  0x000033f1 
- 00013454  0x00002356 nbranch  0x000033be , 0x0000002f 
- 00013455  0x00002358 call  0x00003506 
- 00013456  0x00002359 call  0x000033ad , 0x00000005 
- 00013457  0x0000235b fetch  0x00000001 , 0x0000460a 
- 00013458  0x0000235c call  0x0000344d , 0x00000034 
- 00013459  0x0000235f jam  0x00000000 , 0x00004616 
- 00013460  0x00002360 fetch  0x00000001 , 0x00004615 
- 00013461  0x00002361 set1  0x00000000 , 0x0000003f 
- 00013462  0x00002362 store  0x00000001 , 0x00004615 
- 00013463  0x00002364 fetch  0x00000001 , 0x00004611 
- 00013464  0x00002365 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00013465  0x00002366 ncall  0x00003504 , 0x00000005 
- 00013466  0x00002368 call  0x000033be 
- 00013467  0x00002369 call  0x000033fe 
- 00013468  0x0000236a call  0x00003506 
- 00013469  0x0000236b branch  0x000034a7 , 0x00000005 
- 00013470  0x0000236c fetch  0x00000004 , 0x0000458f 
- 00013471  0x0000236d fetcht  0x00000004 , 0x00004634 
- 00013472  0x0000236e isub  0x00000002 , 0x0000003e 
- 00013473  0x0000236f branch  0x000034aa , 0x00000005 
- 00013474  0x00002370 fetch  0x00000004 , 0x0000458f 
- 00013475  0x00002371 fetcht  0x00000004 , 0x00004630 
- 00013476  0x00002372 isub  0x00000002 , 0x0000003e 
- 00013477  0x00002373 branch  0x000034ac , 0x00000005 
- 00013478  0x00002374 rtn 
- 00013479  0x00002378 fetch  0x00000001 , 0x00004619 
- 00013480  0x0000237a store  0x00000001 , 0x0000458e 
- 00013481  0x0000237b rtn 
- 00013482  0x0000237e fetch  0x00000001 , 0x0000461f 
- 00013483  0x0000237f branch  0x000034a8 
- 00013484  0x00002382 fetch  0x00000001 , 0x0000461c 
- 00013485  0x00002383 branch  0x000034a8 
- 00013486  0x00002387 bpatchx  0x0000008c , 0x00004031 
- 00013487  0x00002388 fetch  0x00000001 , 0x00004617 
- 00013488  0x00002389 increase  0x00000001 , 0x0000003f 
- 00013489  0x0000238a and_into  0x00000003 , 0x0000003f 
- 00013490  0x0000238b store  0x00000001 , 0x00004617 
- 00013491  0x0000238d beq  0x00000000 , 0x000034d2 
- 00013492  0x0000238e beq  0x00000001 , 0x000034ec 
- 00013493  0x0000238f beq  0x00000002 , 0x000034b8 
- 00013494  0x00002390 beq  0x00000003 , 0x000034ec 
- 00013495  0x00002391 rtn 
- 00013496  0x00002394 call  0x00003330 
- 00013497  0x00002395 fetch  0x00000004 , 0x00004630 
- 00013498  0x00002396 branch  0x000034ae , 0x00000034 
- 00013499  0x00002397 call  0x00003236 
- 00013500  0x00002398 fetch  0x00000001 , 0x0000461d 
- 00013501  0x00002399 call  0x000034cd , 0x00000034 
- 00013502  0x0000239a fetch  0x00000001 , 0x0000461b 
- 00013503  0x0000239b store  0x00000001 , 0x0000458d 
- 00013504  0x0000239c fetcht  0x00000001 , 0x0000463e 
- 00013505  0x0000239d fetchr  0x00000011 , 0x00000002 , 0x00004644 
- 00013506  0x0000239e call  0x000035ab 
- 00013507  0x0000239f storet  0x00000001 , 0x0000463e 
- 00013508  0x000023a0 call  0x000035b4 
- 00013509  0x000023a1 storet  0x00000001 , 0x0000463b 
- 00013510  0x000023a2 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013511  0x000023a3 nrtn  0x00000002 
- 00013512  0x000023a4 fetcht  0x00000001 , 0x0000461c 
- 00013513  0x000023a5 call  0x00003227 
- 00013514  0x000023a6 storet  0x00000001 , 0x0000461c 
- 00013515  0x000023a7 store  0x00000001 , 0x0000461b 
- 00013516  0x000023a8 rtn 
- 00013517  0x000023ab jam  0x00000001 , 0x0000461d 
- 00013518  0x000023ac arg  0x00000000 , 0x00000002 
- 00013519  0x000023ad call  0x0000322c 
- 00013520  0x000023ae store  0x00000001 , 0x0000461b 
- 00013521  0x000023af rtn 
- 00013522  0x000023b2 call  0x00003338 
- 00013523  0x000023b3 fetch  0x00000004 , 0x00004634 
- 00013524  0x000023b4 branch  0x000034ae , 0x00000034 
- 00013525  0x000023b5 call  0x00003236 
- 00013526  0x000023b6 fetch  0x00000001 , 0x00004620 
- 00013527  0x000023b7 call  0x000034e7 , 0x00000034 
- 00013528  0x000023b8 fetch  0x00000001 , 0x0000461e 
- 00013529  0x000023b9 store  0x00000001 , 0x0000458d 
- 00013530  0x000023ba fetcht  0x00000001 , 0x0000463f 
- 00013531  0x000023bb fetchr  0x00000011 , 0x00000002 , 0x00004646 
- 00013532  0x000023bc call  0x000035ab 
- 00013533  0x000023bd storet  0x00000001 , 0x0000463f 
- 00013534  0x000023be call  0x000035b4 
- 00013535  0x000023bf storet  0x00000001 , 0x0000463c 
- 00013536  0x000023c0 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013537  0x000023c1 nrtn  0x00000002 
- 00013538  0x000023c2 fetcht  0x00000001 , 0x0000461f 
- 00013539  0x000023c3 call  0x00003227 
- 00013540  0x000023c4 storet  0x00000001 , 0x0000461f 
- 00013541  0x000023c5 store  0x00000001 , 0x0000461e 
- 00013542  0x000023c6 rtn 
- 00013543  0x000023c9 jam  0x00000001 , 0x00004620 
- 00013544  0x000023ca arg  0x00000000 , 0x00000002 
- 00013545  0x000023cb call  0x0000322c 
- 00013546  0x000023cc store  0x00000001 , 0x0000461e 
- 00013547  0x000023cd rtn 
- 00013548  0x000023d0 call  0x00003330 
- 00013549  0x000023d1 fetch  0x00000004 , 0x000044f1 
- 00013550  0x000023d2 call  0x00003236 
- 00013551  0x000023d3 fetch  0x00000001 , 0x0000461a 
- 00013552  0x000023d4 call  0x00003500 , 0x00000034 
- 00013553  0x000023d5 fetch  0x00000001 , 0x00004618 
- 00013554  0x000023d6 store  0x00000001 , 0x0000458d 
- 00013555  0x000023d7 fetcht  0x00000001 , 0x0000463d 
- 00013556  0x000023d8 fetchr  0x00000011 , 0x00000002 , 0x00004642 
- 00013557  0x000023d9 call  0x000035ab 
- 00013558  0x000023da storet  0x00000001 , 0x0000463d 
- 00013559  0x000023db call  0x000035b4 
- 00013560  0x000023dc storet  0x00000001 , 0x0000463a 
- 00013561  0x000023dd sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013562  0x000023de nrtn  0x00000002 
- 00013563  0x000023df fetcht  0x00000001 , 0x00004619 
- 00013564  0x000023e0 call  0x00003227 
- 00013565  0x000023e1 storet  0x00000001 , 0x00004619 
- 00013566  0x000023e2 store  0x00000001 , 0x00004618 
- 00013567  0x000023e3 rtn 
- 00013568  0x000023e6 jam  0x00000001 , 0x0000461a 
- 00013569  0x000023e7 fetch  0x00000001 , 0x00004618 
- 00013570  0x000023e8 store  0x00000001 , 0x0000458d 
- 00013571  0x000023e9 rtn 
- 00013572  0x000023ed jam  0x00000000 , 0x00004611 
- 00013573  0x000023ee rtn 
- 00013574  0x000023f2 fetch  0x00000004 , 0x0000458f 
- 00013575  0x000023f3 fetcht  0x00000004 , 0x000044f1 
- 00013576  0x000023f4 isub  0x00000002 , 0x0000003e 
- 00013577  0x000023f5 rtn 
- 00013578  0x00002402 fetch  0x00000001 , 0x00004611 
- 00013579  0x00002403 rtneq  0x00000002 
- 00013580  0x00002404 fetch  0x00000001 , 0x00004614 
- 00013581  0x00002405 rtn  0x00000034 
- 00013582  0x00002406 arg  0x00000008 , 0x00000007 
- 00013583  0x00002407 call  0x00007cef 
- 00013584  0x00002408 nrtn  0x00000034 
- 00013585  0x00002409 jam  0x00000000 , 0x00004614 
- 00013586  0x0000240a jam  0x00000000 , 0x00004622 
- 00013587  0x0000240b call  0x0000341f 
- 00013588  0x0000240e bpatchx  0x0000008d , 0x00004031 
- 00013589  0x0000240f jam  0x00000007 , 0x00004616 
- 00013590  0x00002410 jam  0x00000000 , 0x00004615 
- 00013591  0x00002411 branch  0x000033be 
- 00013592  0x00002418 bpatchx  0x0000008e , 0x00004031 
- 00013593  0x00002419 fetch  0x00000001 , 0x0000460a 
- 00013594  0x0000241a beq  0x00000001 , 0x000035ea 
- 00013595  0x0000241b fetch  0x00000001 , 0x00004612 
- 00013596  0x0000241c beq  0x00000001 , 0x0000352c 
- 00013597  0x0000241d fetcht  0x00000004 , 0x0000460b 
- 00013598  0x0000241e copy  0x00000022 , 0x0000003f 
- 00013599  0x0000241f isub  0x00000002 , 0x0000003e 
- 00013600  0x00002420 ncall  0x00003255 , 0x00000002 
- 00013601  0x00002421 copy  0x0000003f , 0x00000012 
- 00013602  0x00002422 fetch  0x00000004 , 0x0000460b 
- 00013603  0x00002423 fetcht  0x00000001 , 0x0000460f 
- 00013604  0x00002424 iadd  0x00000002 , 0x00000002 
- 00013605  0x00002425 copy  0x00000012 , 0x0000003f 
- 00013606  0x00002426 isub  0x00000002 , 0x0000003e 
- 00013607  0x00002427 nrtn  0x00000002 
- 00013608  0x00002428 set0  0x0000001c , 0x0000003f 
- 00013609  0x00002429 store  0x00000004 , 0x0000460b 
- 00013610  0x0000242a jam  0x00000001 , 0x0000460a 
- 00013611  0x0000242b branch  0x00003222 
- 00013612  0x0000242e jam  0x00000000 , 0x00004612 
- 00013613  0x0000242f branch  0x00003222 
- 00013614  0x00002432 copy  0x00000022 , 0x0000003f 
- 00013615  0x00002433 store  0x00000004 , 0x0000460b 
- 00013616  0x00002434 rtn 
- 00013617  0x0000243a arg  0x000045de , 0x00000013 
- 00013618  0x0000243b arg  0x0000367a , 0x00000012 
- 00013619  0x0000243c branch  0x000042e7 
- 00013620  0x00002440 bpatchx  0x0000008f , 0x00004031 
- 00013621  0x00002441 set1  0x00000026 , 0x00000000 
- 00013622  0x00002442 fetch  0x00000001 , 0x000045fc 
- 00013623  0x00002443 set0  0x00000001 , 0x0000003f 
- 00013624  0x00002444 set1  0x00000002 , 0x0000003f 
- 00013625  0x00002445 store  0x00000001 , 0x000045fc 
- 00013626  0x00002446 fetch  0x00000001 , 0x000045e3 
- 00013627  0x00002447 branch  0x00003549 , 0x00000034 
- 00013628  0x00002448 fetch  0x00000001 , 0x000045e2 
- 00013629  0x00002449 beq  0x00000001 , 0x00003541 
- 00013630  0x0000244a beq  0x00000002 , 0x00003541 
- 00013631  0x0000244b beq  0x00000003 , 0x00003550 
- 00013632  0x0000244c beq  0x00000004 , 0x00003550 
- 00013633  0x0000244e fetch  0x00000001 , 0x000045d1 
- 00013634  0x0000244f store  0x00000001 , 0x00004141 
- 00013635  0x00002450 fetcht  0x00000001 , 0x000045ec 
- 00013636  0x00002451 storet  0x00000001 , 0x0000458e 
- 00013637  0x00002452 fetch  0x00000004 , 0x000045e4 
- 00013638  0x00002453 call  0x0000355a 
- 00013639  0x00002454 storet  0x00000001 , 0x000045ec 
- 00013640  0x00002455 rtn 
- 00013641  0x00002458 jam  0x00000003 , 0x00004141 
- 00013642  0x00002459 fetcht  0x00000001 , 0x000045ed 
- 00013643  0x0000245a storet  0x00000001 , 0x0000458e 
- 00013644  0x0000245b fetch  0x00000004 , 0x000045e8 
- 00013645  0x0000245c call  0x0000355a 
- 00013646  0x0000245d storet  0x00000001 , 0x000045ed 
- 00013647  0x0000245e rtn 
- 00013648  0x00002461 jam  0x00000003 , 0x00004141 
- 00013649  0x00002462 fetcht  0x00000001 , 0x000045ee 
- 00013650  0x00002463 storet  0x00000001 , 0x0000458e 
- 00013651  0x00002464 fetch  0x00000004 , 0x00004604 
- 00013652  0x00002465 call  0x0000355a 
- 00013653  0x00002466 storet  0x00000001 , 0x000045ee 
- 00013654  0x00002467 rtn 
- 00013655  0x0000246a fetch  0x00000004 , 0x0000455f 
- 00013656  0x0000246b rtn  0x00000034 
- 00013657  0x0000246c store  0x00000004 , 0x000045e8 
- 00013658  0x0000246e call  0x00003236 
- 00013659  0x0000246f branch  0x00003222 
- 00013660  0x00002473 bpatchx  0x00000090 , 0x00004032 
- 00013661  0x00002474 fetch  0x00000002 , 0x000045e0 
- 00013662  0x00002475 arg  0x000001f8 , 0x00000002 
- 00013663  0x00002476 iand  0x00000002 , 0x0000003f 
- 00013664  0x00002477 branch  0x00003565 , 0x00000034 
- 00013665  0x00002478 fetch  0x00000002 , 0x000045e0 
- 00013666  0x00002479 increase  0x00000001 , 0x0000003f 
- 00013667  0x0000247a store  0x00000002 , 0x000045e0 
- 00013668  0x0000247b rtn 
- 00013669  0x0000247e call  0x0000357f 
- 00013670  0x0000247f call  0x00003651 
- 00013671  0x00002480 nbranch  0x00003586 , 0x00000018 
- 00013672  0x00002481 nbranch  0x00003586 , 0x0000002f 
- 00013673  0x00002482 call  0x0000366e 
- 00013674  0x00002483 fetch  0x00000004 , 0x000045cc 
- 00013675  0x00002484 fetcht  0x00000004 , 0x0000458f 
- 00013676  0x00002485 isub  0x00000002 , 0x0000003e 
- 00013677  0x00002486 branch  0x00003291 , 0x00000005 
- 00013678  0x00002487 fetch  0x00000004 , 0x00004604 
- 00013679  0x00002488 fetcht  0x00000004 , 0x0000458f 
- 00013680  0x00002489 isub  0x00000002 , 0x0000003e 
- 00013681  0x0000248a call  0x00003557 , 0x00000005 
- 00013682  0x0000248b fetch  0x00000001 , 0x000045fc 
- 00013683  0x0000248c set0  0x00000002 , 0x0000003f 
- 00013684  0x0000248d store  0x00000001 , 0x000045fc 
- 00013685  0x0000248e setarg  0x00000000 
- 00013686  0x0000248f store  0x00000002 , 0x000045d8 
- 00013687  0x00002490 store  0x00000002 , 0x000045e0 
- 00013688  0x00002491 store  0x00000002 , 0x000045de 
- 00013689  0x00002492 jam  0x0000003c , 0x0000066f 
- 00013690  0x00002493 call  0x0000782b 
- 00013691  0x00002495 bpatchx  0x00000091 , 0x00004032 
- 00013692  0x00002496 arg  0x00000020 , 0x00000039 
- 00013693  0x00002497 arg  0x00004519 , 0x00000005 
- 00013694  0x00002498 branch  0x00007ca3 
- 00013695  0x0000249b jam  0x000000ff , 0x00004519 
- 00013696  0x0000249c fetch  0x00000001 , 0x00004589 
- 00013697  0x0000249d store  0x00000001 , 0x0000451a 
- 00013698  0x0000249e fetch  0x00000004 , 0x00004604 
- 00013699  0x0000249f store  0x00000004 , 0x0000451b 
- 00013700  0x000024a0 jam  0x00000006 , 0x00004588 
- 00013701  0x000024a1 branch  0x000031e5 
- 00013702  0x000024a4 bpatchx  0x00000092 , 0x00004032 
- 00013703  0x000024a5 fetch  0x00000001 , 0x000045e3 
- 00013704  0x000024a6 branch  0x00003222 , 0x00000034 
- 00013705  0x000024a7 fetch  0x00000002 , 0x000045e0 
- 00013706  0x000024a8 increase  0x00000001 , 0x0000003f 
- 00013707  0x000024a9 store  0x00000002 , 0x000045e0 
- 00013708  0x000024aa isolate1  0x00000009 , 0x0000003f 
- 00013709  0x000024ab fetch  0x00000001 , 0x000045e2 
- 00013710  0x000024ac beq  0x00000001 , 0x00003593 
- 00013711  0x000024ad beq  0x00000002 , 0x00003595 
- 00013712  0x000024ae beq  0x00000003 , 0x00003597 
- 00013713  0x000024af beq  0x00000004 , 0x00003599 
- 00013714  0x000024b0 branch  0x00003549 
- 00013715  0x000024b4 branch  0x00003549 , 0x00000001 
- 00013716  0x000024b5 branch  0x00003541 
- 00013717  0x000024b8 branch  0x00003550 , 0x00000001 
- 00013718  0x000024b9 branch  0x00003541 
- 00013719  0x000024bc branch  0x00003550 , 0x00000001 
- 00013720  0x000024bd branch  0x00003549 
- 00013721  0x000024c0 branch  0x00003550 , 0x00000001 
- 00013722  0x000024c1 branch  0x0000329c 
- 00013723  0x000024cc fetch  0x00000001 , 0x000045eb 
- 00013724  0x000024cd beq  0x00000001 , 0x0000359f 
- 00013725  0x000024ce beq  0x00000002 , 0x000035a5 
- 00013726  0x000024cf rtn 
- 00013727  0x000024d1 fetch  0x00000001 , 0x000045de 
- 00013728  0x000024d2 nrtn  0x00000034 
- 00013729  0x000024d3 fetch  0x00000004 , 0x000045ec 
- 00013730  0x000024d4 store  0x00000004 , 0x0000462c 
- 00013731  0x000024d6 store  0x00000004 , 0x00004630 
- 00013732  0x000024d7 rtn 
- 00013733  0x000024d9 fetch  0x00000001 , 0x000045df 
- 00013734  0x000024da nrtn  0x00000034 
- 00013735  0x000024db fetch  0x00000004 , 0x000045ec 
- 00013736  0x000024dc store  0x00000004 , 0x0000462c 
- 00013737  0x000024de store  0x00000004 , 0x00004634 
- 00013738  0x000024df rtn 
- 00013739  0x000024ea bpatchx  0x00000093 , 0x00004032 
- 00013740  0x000024eb copy  0x00000011 , 0x0000003f 
- 00013741  0x000024ec iadd  0x00000002 , 0x00000005 
- 00013742  0x000024ed fetch  0x00000001 , 0x00000009 
- 00013743  0x000024ee istore  0x00000001 , 0x00000005 
- 00013744  0x000024ef increase  0x00000001 , 0x00000002 
- 00013745  0x000024f0 fetch  0x00000001 , 0x000045d2 
- 00013746  0x000024f1 iand  0x00000002 , 0x00000002 
- 00013747  0x000024f2 rtn 
- 00013748  0x000024f5 bpatchx  0x00000094 , 0x00004032 
- 00013749  0x000024f6 fetch  0x00000001 , 0x000045d2 
- 00013750  0x000024f7 increase  0x00000001 , 0x0000003f 
- 00013751  0x000024f8 store  0x00000002 , 0x0000069b 
- 00013752  0x000024f9 copy  0x0000003f , 0x00000039 
- 00013753  0x000024fa copy  0x00000011 , 0x00000006 
- 00013754  0x000024fb arg  0x00000000 , 0x0000003f 
- 00013755  0x000024fd ifetcht  0x00000001 , 0x00000006 
- 00013756  0x000024fe iadd  0x00000002 , 0x0000003f 
- 00013757  0x000024ff loop  0x000035bb 
- 00013758  0x00002500 fetcht  0x00000002 , 0x0000069b 
- 00013759  0x00002501 idiv  0x00000002 
- 00013760  0x00002502 call  0x00007d62 
- 00013761  0x00002503 quotient  0x00000002 
- 00013762  0x00002504 rtnmark1  0x00000027 
- 00013763  0x00002505 copy  0x00000002 , 0x0000003f 
- 00013764  0x00002506 rtnmark0  0x00000026 
- 00013765  0x00002507 call  0x00002308 
- 00013766  0x00002508 copy  0x0000003f , 0x00000002 
- 00013767  0x00002509 rtn 
- 00013768  0x0000250c branch  0x000022e9 
- 00013769  0x00002517 fetch  0x00000002 , 0x000045f0 
- 00013770  0x00002518 branch  0x000035dd 
- 00013771  0x0000251b copy  0x0000003f , 0x00000011 
- 00013772  0x0000251c fetcht  0x00000001 , 0x000045ef 
- 00013773  0x0000251d fetch  0x00000002 , 0x000045f0 
- 00013774  0x0000251e iadd  0x00000002 , 0x00000005 
- 00013775  0x0000251f copy  0x00000011 , 0x0000003f 
- 00013776  0x00002520 istore  0x00000001 , 0x00000005 
- 00013777  0x00002521 increase  0x00000001 , 0x00000002 
- 00013778  0x00002522 fetch  0x00000001 , 0x000045d2 
- 00013779  0x00002523 iand  0x00000002 , 0x00000002 
- 00013780  0x00002524 storet  0x00000001 , 0x000045ef 
- 00013781  0x00002525 rtn 
- 00013782  0x00002530 fetch  0x00000002 , 0x00004640 
- 00013783  0x00002531 call  0x000035dd 
- 00013784  0x00002532 fetch  0x00000002 , 0x00004642 
- 00013785  0x00002533 call  0x000035dd 
- 00013786  0x00002534 fetch  0x00000002 , 0x00004644 
- 00013787  0x00002535 call  0x000035dd 
- 00013788  0x00002536 fetch  0x00000002 , 0x00004646 
- 00013789  0x00002538 rtn  0x00000034 
- 00013790  0x00002539 copy  0x0000003f , 0x00000005 
- 00013791  0x0000253a fetch  0x00000001 , 0x000045d2 
- 00013792  0x0000253b increase  0x00000001 , 0x0000003f 
- 00013793  0x0000253c copy  0x0000003f , 0x00000039 
- 00013794  0x0000253d branch  0x00007ca1 
- 00013795  0x00002541 call  0x000035c8 
- 00013796  0x00002542 rtn  0x00000034 
- 00013797  0x00002543 fetcht  0x00000001 , 0x00004639 
- 00013798  0x00002544 fetchr  0x00000011 , 0x00000002 , 0x00004640 
- 00013799  0x00002545 call  0x000035ab 
- 00013800  0x00002546 storet  0x00000001 , 0x00004639 
- 00013801  0x00002547 rtn 
- 00013802  0x0000254b fetchr  0x00000011 , 0x00000002 , 0x00004640 
- 00013803  0x0000254c call  0x000035b4 
- 00013804  0x0000254d storet  0x00000001 , 0x00004638 
- 00013805  0x0000254e sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013806  0x0000254f nrtn  0x00000002 
- 00013807  0x00002550 branch  0x00003222 
- 00013808  0x00002559 fetch  0x00000004 , 0x000044f1 
- 00013809  0x0000255a store  0x00000004 , 0x00004604 
- 00013810  0x0000255b branch  0x000035c9 
- 00013811  0x0000255e setarg  0x00002fb2 
- 00013812  0x0000255f store  0x00000003 , 0x00004608 
- 00013813  0x00002560 setarg  0x00100c0c 
- 00013814  0x00002561 store  0x00000003 , 0x000045a7 
- 00013815  0x00002562 setarg  0x0000bb80 
- 00013816  0x00002563 store  0x00000003 , 0x0000460b 
- 00013817  0x00002564 jam  0x00000005 , 0x00004621 
- 00013818  0x00002565 rtn 
- 00013819  0x00002568 setarg  0x0000f80c 
- 00013820  0x00002569 store  0x00000003 , 0x00004608 
- 00013821  0x0000256a setarg  0x001c1919 
- 00013822  0x0000256b store  0x00000003 , 0x000045a7 
- 00013823  0x0000256c setarg  0x00017700 
- 00013824  0x0000256d store  0x00000003 , 0x0000460b 
- 00013825  0x0000256e jam  0x0000000b , 0x00004621 
- 00013826  0x0000256f rtn 
- 00013827  0x00002573 rtnmark0  0x00000026 
- 00013828  0x00002574 fetch  0x00000001 , 0x000045fc 
- 00013829  0x00002575 bbit1  0x00000001 , 0x000032a3 
- 00013830  0x00002576 bbit1  0x00000002 , 0x0000355c 
- 00013831  0x00002577 fetch  0x00000001 , 0x00004618 
- 00013832  0x00002578 beq  0x00000001 , 0x000036c0 
- 00013833  0x0000257a bpatchx  0x00000095 , 0x00004032 
- 00013834  0x0000257b call  0x00003625 
- 00013835  0x0000257c nbranch  0x0000369f , 0x00000028 
- 00013836  0x0000257e call  0x0000363a 
- 00013837  0x0000257f call  0x000036e8 
- 00013838  0x00002580 fetch  0x00000001 , 0x000043cb 
- 00013839  0x00002581 beq  0x00000008 , 0x0000600a 
- 00013840  0x00002583 fetch  0x00000008 , 0x0000460b 
- 00013841  0x00002584 store  0x00000008 , 0x000045af 
- 00013842  0x00002585 fetch  0x00000002 , 0x0000461d 
- 00013843  0x00002586 store  0x00000002 , 0x0000461f 
- 00013844  0x00002587 fetch  0x00000002 , 0x000045f8 
- 00013845  0x00002588 branch  0x00007d79 
- 00013846  0x0000258b bpatchx  0x00000096 , 0x00004032 
- 00013847  0x0000258c call  0x000036b4 
- 00013848  0x0000258d nrtn  0x00000028 
- 00013849  0x0000258e call  0x000036be 
- 00013850  0x0000258f call  0x00007de2 
- 00013851  0x00002590 fetch  0x00000003 , 0x00004608 
- 00013852  0x00002591 branch  0x00003622 
- 00013853  0x00002594 bpatchx  0x00000097 , 0x00004032 
- 00013854  0x00002595 call  0x000036b4 
- 00013855  0x00002596 nrtn  0x00000028 
- 00013856  0x00002597 call  0x000036be 
- 00013857  0x00002598 fetch  0x00000008 , 0x000045af 
- 00013858  0x0000259a call  0x00007d25 
- 00013859  0x0000259b storet  0x00000004 , 0x000040a9 
- 00013860  0x0000259c branch  0x0000241e 
- 00013861  0x000025a1 call  0x00003628 
- 00013862  0x000025a2 nrtn  0x00000028 
- 00013863  0x000025a3 branch  0x000031e5 
- 00013864  0x000025a7 fetch  0x00000002 , 0x000045f2 
- 00013865  0x000025a8 call  0x00007d79 
- 00013866  0x000025a9 branch  0x0000362e , 0x00000028 
- 00013867  0x000025aa fetch  0x00000007 , 0x0000451a 
- 00013868  0x000025ab rtn  0x00000034 
- 00013869  0x000025ac branch  0x00007dba 
- 00013870  0x000025af jam  0x00000000 , 0x00004602 
- 00013871  0x000025b0 add  0x00000011 , 0x00000001 , 0x0000003f 
- 00013872  0x000025b1 store  0x00000001 , 0x00004588 
- 00013873  0x000025b2 call  0x00003636 
- 00013874  0x000025b3 store  0x00000001 , 0x00004519 
- 00013875  0x000025b4 copy  0x00000012 , 0x00000006 
- 00013876  0x000025b5 copy  0x00000011 , 0x00000039 
- 00013877  0x000025b6 branch  0x00007cda 
- 00013878  0x000025b9 fetch  0x00000001 , 0x00004589 
- 00013879  0x000025ba and_into  0x00000007 , 0x0000003f 
- 00013880  0x000025bb store  0x00000001 , 0x00004589 
- 00013881  0x000025bc rtn 
- 00013882  0x000025c6 setarg  0x00000000 
- 00013883  0x000025c7 store  0x00000001 , 0x00004601 
- 00013884  0x000025c8 store  0x00000002 , 0x00004622 
- 00013885  0x000025ca call  0x00003651 
- 00013886  0x000025cb fetch  0x00000001 , 0x0000457f 
- 00013887  0x000025cc beq  0x00000001 , 0x00003646 
- 00013888  0x000025cd nbranch  0x0000365f , 0x00000018 
- 00013889  0x000025ce nbranch  0x0000365f , 0x0000002f 
- 00013890  0x000025cf call  0x0000366e 
- 00013891  0x000025d0 fetch  0x00000001 , 0x000043cb 
- 00013892  0x000025d1 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00013893  0x000025d2 call  0x00006262 , 0x00000005 
- 00013894  0x000025d4 call  0x0000371a 
- 00013895  0x000025d6 call  0x0000357b 
- 00013896  0x000025d7 fetch  0x00000001 , 0x0000457e 
- 00013897  0x000025d8 increase  0x00000001 , 0x0000003f 
- 00013898  0x000025d9 store  0x00000001 , 0x0000457e 
- 00013899  0x000025da call  0x00003692 
- 00013900  0x000025dc bpatchx  0x00000098 , 0x00004033 
- 00013901  0x000025dd setarg  0x00000000 
- 00013902  0x000025de store  0x00000001 , 0x000045fd 
- 00013903  0x000025df store  0x00000002 , 0x000045fe 
- 00013904  0x000025e0 rtn 
- 00013905  0x000025e3 bpatchx  0x00000099 , 0x00004033 
- 00013906  0x000025e4 disable  0x0000002f 
- 00013907  0x000025e5 call  0x00003195 
- 00013908  0x000025e6 fetch  0x00000001 , 0x0000457f 
- 00013909  0x000025e7 beq  0x00000001 , 0x00003183 
- 00013910  0x000025e8 force  0x00000000 , 0x00000015 
- 00013911  0x000025e9 fetch  0x00000004 , 0x0000458f 
- 00013912  0x000025ea iforce  0x00000009 
- 00013913  0x000025eb fetcht  0x00000001 , 0x00000008 
- 00013914  0x000025ec call  0x0000216f 
- 00013915  0x000025ed call  0x000021a6 
- 00013916  0x000025ee call  0x00003121 
- 00013917  0x000025ef call  0x00003183 , 0x0000002f 
- 00013918  0x000025f0 rtn 
- 00013919  0x000025f3 bpatchx  0x0000009a , 0x00004033 
- 00013920  0x000025f4 fetch  0x00000001 , 0x000043cb 
- 00013921  0x000025f5 beq  0x00000008 , 0x000060f9 
- 00013922  0x000025f7 fetch  0x00000001 , 0x00004602 
- 00013923  0x000025f8 nrtn  0x00000034 
- 00013924  0x000025f9 fetch  0x00000002 , 0x000045fe 
- 00013925  0x000025fa increase  0x00000001 , 0x0000003f 
- 00013926  0x000025fb store  0x00000002 , 0x000045fe 
- 00013927  0x000025fc fetch  0x00000001 , 0x000045ff 
- 00013928  0x000025fd bbit1  0x00000004 , 0x00003676 
- 00013929  0x000025fe call  0x0000367c 
- 00013930  0x000025ff fetch  0x00000002 , 0x00004622 
- 00013931  0x00002600 increase  0x00000001 , 0x0000003f 
- 00013932  0x00002601 store  0x00000002 , 0x00004622 
- 00013933  0x00002602 branch  0x0000363d 
- 00013934  0x00002605 bpatchx  0x0000009b , 0x00004033 
- 00013935  0x00002606 call  0x00003214 
- 00013936  0x00002607 fetch  0x00000001 , 0x0000457d 
- 00013937  0x00002608 rtn  0x00000034 
- 00013938  0x00002609 iforce  0x00000039 
- 00013939  0x0000260a arg  0x000044f9 , 0x00000006 
- 00013940  0x0000260b arg  0x0000455d , 0x00000005 
- 00013941  0x0000260c branch  0x00007cda 
- 00013942  0x00002610 bpatchx  0x0000009c , 0x00004033 
- 00013943  0x00002611 setarg  0x00000000 
- 00013944  0x00002612 store  0x00000002 , 0x000045fe 
- 00013945  0x00002613 jam  0x00000001 , 0x00004600 
- 00013946  0x00002615 jam  0x0000003a , 0x0000066f 
- 00013947  0x00002616 branch  0x0000782b 
- 00013948  0x00002621 bpatchx  0x0000009d , 0x00004033 
- 00013949  0x00002622 fetcht  0x00000001 , 0x00004601 
- 00013950  0x00002623 fetch  0x00000001 , 0x00004621 
- 00013951  0x00002624 isub  0x00000002 , 0x0000003e 
- 00013952  0x00002625 nbranch  0x0000369a , 0x00000002 
- 00013953  0x00002626 increase  0x00000001 , 0x00000002 
- 00013954  0x00002627 storet  0x00000001 , 0x00004601 
- 00013955  0x00002628 fetch  0x00000001 , 0x00004621 
- 00013956  0x00002629 beq  0x00000005 , 0x00003689 
- 00013957  0x0000262a fetch  0x00000001 , 0x00004601 
- 00013958  0x0000262b beq  0x00000006 , 0x00003694 
- 00013959  0x0000262c beq  0x0000000c , 0x00003694 
- 00013960  0x0000262d rtn 
- 00013961  0x00002631 fetch  0x00000001 , 0x00004601 
- 00013962  0x00002632 beq  0x00000003 , 0x00003694 
- 00013963  0x00002633 beq  0x00000006 , 0x00003694 
- 00013964  0x00002634 rtn 
- 00013965  0x0000263e bmark1  0x0000002f , 0x00003690 
- 00013966  0x0000263f store  0x00000001 , 0x0000453a 
- 00013967  0x00002640 rtn 
- 00013968  0x00002642 store  0x00000001 , 0x0000453b 
- 00013969  0x00002643 rtn 
- 00013970  0x00002646 fetch  0x00000001 , 0x00004589 
- 00013971  0x00002647 rtnbit0  0x00000004 
- 00013972  0x00002649 fetch  0x00000001 , 0x00004589 
- 00013973  0x0000264a set0  0x00000004 , 0x0000003f 
- 00013974  0x0000264b store  0x00000001 , 0x00004589 
- 00013975  0x0000264c call  0x0000368d 
- 00013976  0x0000264d call  0x0000371e 
- 00013977  0x0000264e branch  0x00003222 
- 00013978  0x00002651 call  0x0000370e 
- 00013979  0x00002652 call  0x0000371e 
- 00013980  0x00002653 branch  0x00003222 
- 00013981  0x00002666 fetch  0x00000002 , 0x000045f4 
- 00013982  0x00002667 branch  0x00007d79 
- 00013983  0x0000266a fetch  0x00000001 , 0x00004602 
- 00013984  0x0000266b call  0x000036a6 , 0x00000034 
- 00013985  0x0000266c fetch  0x00000001 , 0x00004618 
- 00013986  0x0000266d rtneq  0x00000001 
- 00013987  0x0000266e call  0x0000369d 
- 00013988  0x0000266f fetch  0x00000002 , 0x000045fa 
- 00013989  0x00002670 branch  0x00007d79 
- 00013990  0x00002673 jam  0x00000001 , 0x00004589 
- 00013991  0x00002674 jam  0x00000001 , 0x00004602 
- 00013992  0x00002675 call  0x00003636 
- 00013993  0x00002676 store  0x00000001 , 0x00004519 
- 00013994  0x00002677 setarg  0x00000000 
- 00013995  0x00002678 store  0x00000007 , 0x0000451a 
- 00013996  0x00002679 fetch  0x00000004 , 0x00004604 
- 00013997  0x0000267a store  0x00000004 , 0x00004521 
- 00013998  0x0000267b jam  0x0000000c , 0x00004588 
- 00013999  0x0000267c fetch  0x00000001 , 0x00004589 
- 00014000  0x0000267d set1  0x00000003 , 0x0000003f 
- 00014001  0x0000267e store  0x00000001 , 0x00004589 
- 00014002  0x0000267f call  0x000031e5 
- 00014003  0x00002680 branch  0x0000360c 
- 00014004  0x00002685 bpatchx  0x0000009e , 0x00004033 
- 00014005  0x00002686 enable  0x00000028 
- 00014006  0x00002687 call  0x00002408 
- 00014007  0x00002688 fetch  0x00000003 , 0x000040bd 
- 00014008  0x00002689 branch  0x00007dbc , 0x00000034 
- 00014009  0x0000268a fetch  0x00000001 , 0x00004094 
- 00014010  0x0000268b branch  0x00007dbc , 0x00000034 
- 00014011  0x0000268c fetch  0x00000001 , 0x00004618 
- 00014012  0x0000268d beq  0x00000001 , 0x00007dbc 
- 00014013  0x0000268e rtn 
- 00014014  0x00002691 fetch  0x00000002 , 0x000045f6 
- 00014015  0x00002692 branch  0x00007d79 
- 00014016  0x000026a0 call  0x00003245 
- 00014017  0x000026a1 nrtn  0x00000028 
- 00014018  0x000026a2 call  0x000036d5 
- 00014019  0x000026a3 fetch  0x00000002 , 0x00004619 
- 00014020  0x000026a4 increase  0x00000001 , 0x0000003f 
- 00014021  0x000026a5 store  0x00000002 , 0x00004619 
- 00014022  0x000026a6 fetcht  0x00000002 , 0x0000461b 
- 00014023  0x000026a7 isub  0x00000002 , 0x0000003e 
- 00014024  0x000026a8 call  0x000036ca , 0x00000005 
- 00014025  0x000026a9 branch  0x00003609 
- 00014026  0x000026ad jam  0x00000000 , 0x00004618 
- 00014027  0x000026ae setarg  0x00000000 
- 00014028  0x000026af store  0x00000002 , 0x00004619 
- 00014029  0x000026b0 setarg  0x00000064 
- 00014030  0x000026b1 store  0x00000002 , 0x0000461b 
- 00014031  0x000026b3 jam  0x00000000 , 0x00004617 
- 00014032  0x000026b4 fetch  0x00000001 , 0x000045a8 
- 00014033  0x000026b6 store  0x00000001 , 0x000045a7 
- 00014034  0x000026b7 rtn 
- 00014035  0x000026b9 fetch  0x00000001 , 0x000045a9 
- 00014036  0x000026ba branch  0x000036d1 
- 00014037  0x000026bd fetch  0x00000001 , 0x00004617 
- 00014038  0x000026be increase  0x00000001 , 0x0000003f 
- 00014039  0x000026bf store  0x00000001 , 0x00004617 
- 00014040  0x000026c0 beq  0x00000004 , 0x000036d3 
- 00014041  0x000026c1 beq  0x00000005 , 0x000036cf 
- 00014042  0x000026c2 rtn 
- 00014043  0x000026c5 jam  0x00000001 , 0x00004618 
- 00014044  0x000026c6 setarg  0x00000000 
- 00014045  0x000026c7 store  0x00000002 , 0x00004619 
- 00014046  0x000026c8 rtn 
- 00014047  0x000026d3 arg  0x00000002 , 0x00000039 
- 00014048  0x000026d4 arg  0x0000458f , 0x00000006 
- 00014049  0x000026d6 call  0x00007dba 
- 00014050  0x000026d7 setarg  0x0000ffff 
- 00014051  0x000026d9 ifetcht  0x00000002 , 0x00000006 
- 00014052  0x000026da isub  0x00000002 , 0x0000003e 
- 00014053  0x000026db ncall  0x00007dbc , 0x00000005 
- 00014054  0x000026dc loop  0x000036e3 
- 00014055  0x000026dd rtn 
- 00014056  0x000026e8 bpatchx  0x0000009f , 0x00004033 
- 00014057  0x000026e9 fetch  0x00000001 , 0x00004437 
- 00014058  0x000026ea nrtn  0x00000034 
- 00014059  0x000026eb fetch  0x00000002 , 0x000044e9 
- 00014060  0x000026ec rtnbit1  0x0000000b 
- 00014061  0x000026ef fetchr  0x00000011 , 0x00000002 , 0x000045f0 
- 00014062  0x000026f0 call  0x000035b4 
- 00014063  0x000026f1 storet  0x00000001 , 0x00004624 
- 00014064  0x000026f2 fetch  0x00000001 , 0x00004629 
- 00014065  0x000026f3 bmark1  0x00000026 , 0x000036f3 
- 00014066  0x000026f4 fetch  0x00000001 , 0x0000462c 
- 00014067  0x000026f6 isub  0x00000002 , 0x0000003e 
- 00014068  0x000026f7 nbranch  0x0000370d , 0x00000002 
- 00014069  0x000026f8 fetch  0x00000001 , 0x00004626 
- 00014070  0x000026f9 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014071  0x000026fa nbranch  0x000036fb , 0x00000002 
- 00014072  0x000026fb fetch  0x00000001 , 0x00004626 
- 00014073  0x000026fc beq  0x00000000 , 0x0000370e 
- 00014074  0x000026fd rtn 
- 00014075  0x00002700 fetch  0x00000001 , 0x00004626 
- 00014076  0x00002701 fetcht  0x00000001 , 0x00004627 
- 00014077  0x00002702 isub  0x00000002 , 0x0000003e 
- 00014078  0x00002703 nrtn  0x00000005 
- 00014079  0x00002704 jam  0x00000000 , 0x00004626 
- 00014080  0x00002706 fetcht  0x00000001 , 0x00004624 
- 00014081  0x00002707 fetch  0x00000001 , 0x00004628 
- 00014082  0x00002708 bmark1  0x00000026 , 0x00003704 
- 00014083  0x00002709 fetch  0x00000001 , 0x0000462b 
- 00014084  0x0000270b isub  0x00000002 , 0x0000003e 
- 00014085  0x0000270c nrtn  0x00000002 
- 00014086  0x0000270d fetch  0x00000001 , 0x00004625 
- 00014087  0x0000270e beq  0x00000000 , 0x00003715 
- 00014088  0x0000270f increase  0xffffffff , 0x0000003f 
- 00014089  0x00002710 store  0x00000001 , 0x00004625 
- 00014090  0x00002711 beq  0x00000000 , 0x00003715 
- 00014091  0x00002714 jam  0x00000000 , 0x00004141 
- 00014092  0x00002715 rtn 
- 00014093  0x00002718 jam  0x00000000 , 0x00004626 
- 00014094  0x0000271a fetch  0x00000001 , 0x00004625 
- 00014095  0x0000271b beq  0x00000002 , 0x00003713 
- 00014096  0x0000271c increase  0x00000001 , 0x0000003f 
- 00014097  0x0000271d store  0x00000001 , 0x00004625 
- 00014098  0x0000271e beq  0x00000001 , 0x0000370b 
- 00014099  0x00002720 jam  0x00000006 , 0x00004141 
- 00014100  0x00002721 rtn 
- 00014101  0x00002724 jam  0x00000085 , 0x00004141 
- 00014102  0x00002725 rtn 
- 00014103  0x00002728 jam  0x00000001 , 0x00004625 
- 00014104  0x00002729 jam  0x00000000 , 0x00004626 
- 00014105  0x0000272a rtn 
- 00014106  0x0000272d fetch  0x00000001 , 0x00004626 
- 00014107  0x0000272e increase  0x00000001 , 0x0000003f 
- 00014108  0x0000272f store  0x00000001 , 0x00004626 
- 00014109  0x00002730 rtn 
- 00014110  0x00002733 fetch  0x00000001 , 0x00004626 
- 00014111  0x00002734 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014112  0x00002735 ncall  0x00003726 , 0x00000002 
- 00014113  0x00002736 fetch  0x00000001 , 0x00004626 
- 00014114  0x00002737 rtneq  0x00000000 
- 00014115  0x00002738 increase  0xffffffff , 0x0000003f 
- 00014116  0x00002739 store  0x00000001 , 0x00004626 
- 00014117  0x0000273a rtn 
- 00014118  0x0000273d jam  0x00000003 , 0x00004626 
- 00014119  0x0000273e rtn 
- 00014120  0x00002749 fetch  0x00000001 , 0x000008f3 
- 00014121  0x0000274a store  0x00000001 , 0x00000709 
- 00014122  0x0000274b copy  0x00000030 , 0x00000006 
- 00014123  0x0000274c call  0x00007c8e 
- 00014124  0x0000274d fetch  0x00000002 , 0x00004826 
- 00014125  0x0000274e branch  0x00007d79 
- 00014126  0x00002751 jam  0x0000001e , 0x000049b8 
- 00014127  0x00002752 call  0x0000378c 
- 00014128  0x00002755 fetch  0x00000001 , 0x0000070a 
- 00014129  0x00002756 beq  0x00000000 , 0x00003739 
- 00014130  0x00002757 beq  0x00000080 , 0x00003d67 
- 00014131  0x00002758 beq  0x00000082 , 0x00003ed4 
- 00014132  0x00002759 beq  0x000000d1 , 0x00003799 
- 00014133  0x0000275a beq  0x000000d0 , 0x000037ba 
- 00014134  0x0000275b beq  0x000000d2 , 0x00003799 
- 00014135  0x0000275c beq  0x000000d5 , 0x000037bb 
- 00014136  0x0000275d rtn 
- 00014137  0x00002761 arg  0x0000070e , 0x00000006 
- 00014138  0x00002762 arg  0x00004959 , 0x00000005 
- 00014139  0x00002763 call  0x00007c8f 
- 00014140  0x00002764 jam  0x00000000 , 0x000047e4 
- 00014141  0x00002765 call  0x00003bbf 
- 00014142  0x00002766 call  0x00003bb1 
- 00014143  0x00002767 call  0x0000375e 
- 00014144  0x00002768 call  0x0000374f 
- 00014145  0x00002769 call  0x00003754 
- 00014146  0x0000276a jam  0x00000000 , 0x000047e4 
- 00014147  0x0000276b fetch  0x00000002 , 0x00004828 
- 00014148  0x0000276c branch  0x00007d79 
- 00014149  0x0000276f setarg  0x00000000 
- 00014150  0x00002770 store  0x00000002 , 0x00004806 
- 00014151  0x00002772 random  0x0000003f 
- 00014152  0x00002773 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00014153  0x00002774 add  0x0000003f , 0x0000001e , 0x0000003f 
- 00014154  0x00002775 store  0x00000001 , 0x00004804 
- 00014155  0x00002776 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00014156  0x00002777 store  0x00000001 , 0x00004803 
- 00014157  0x00002778 call  0x00003e53 
- 00014158  0x00002779 branch  0x00003a71 
- 00014159  0x0000277c fetch  0x00000001 , 0x00000951 
- 00014160  0x0000277d jam  0x00000004 , 0x000047e4 
- 00014161  0x0000277e rtneq  0x00000001 
- 00014162  0x0000277f jam  0x00000000 , 0x000047e4 
- 00014163  0x00002780 rtn 
- 00014164  0x00002783 setarg  0x00000080 
- 00014165  0x00002784 store  0x00000001 , 0x00000723 
- 00014166  0x00002785 setarg  0x00000003 
- 00014167  0x00002786 istore  0x00000001 , 0x00000005 
- 00014168  0x00002787 setarg  0x00000000 
- 00014169  0x00002788 istore  0x00000001 , 0x00000005 
- 00014170  0x00002789 fetch  0x00000003 , 0x0000070b 
- 00014171  0x0000278a istore  0x00000003 , 0x00000005 
- 00014172  0x0000278b jam  0x00000006 , 0x00000722 
- 00014173  0x0000278c branch  0x000041b5 
- 00014174  0x00002790 fetch  0x00000002 , 0x0000484c 
- 00014175  0x00002791 rtnbit1  0x00000002 
- 00014176  0x00002792 call  0x00003e3e 
- 00014177  0x00002794 add  0x00000011 , 0x00000006 , 0x00000013 
- 00014178  0x00002795 setarg  0xffffffff 
- 00014179  0x00002796 istore  0x00000008 , 0x00000013 
- 00014180  0x00002797 istore  0x00000008 , 0x00000005 
- 00014181  0x00002798 ifetch  0x00000002 , 0x00000011 
- 00014182  0x00002799 istore  0x00000002 , 0x00000013 
- 00014183  0x0000279a copy  0x00000012 , 0x0000003f 
- 00014184  0x0000279b iadd  0x00000011 , 0x00000011 
- 00014185  0x0000279c loop  0x00003761 
- 00014186  0x0000279d fetch  0x00000002 , 0x00004848 
- 00014187  0x0000279e branch  0x00007d79 
- 00014188  0x000027a2 setarg  0x00000082 
- 00014189  0x000027a3 store  0x00000001 , 0x00000723 
- 00014190  0x000027a4 setarg  0x00000004 
- 00014191  0x000027a5 istore  0x00000001 , 0x00000005 
- 00014192  0x000027a6 fetch  0x00000001 , 0x0000070c 
- 00014193  0x000027a7 istore  0x00000001 , 0x00000005 
- 00014194  0x000027a8 jam  0x00000003 , 0x00000722 
- 00014195  0x000027a9 branch  0x000041b5 
- 00014196  0x000027ad setarg  0x00000082 
- 00014197  0x000027ae store  0x00000001 , 0x00000723 
- 00014198  0x000027af setarg  0x0000004e 
- 00014199  0x000027b0 istore  0x00000001 , 0x00000005 
- 00014200  0x000027b1 fetch  0x00000002 , 0x0000070c 
- 00014201  0x000027b2 istore  0x00000002 , 0x00000005 
- 00014202  0x000027b3 jam  0x00000004 , 0x00000722 
- 00014203  0x000027b4 branch  0x000041b5 
- 00014204  0x000027b8 setarg  0x00000082 
- 00014205  0x000027b9 store  0x00000001 , 0x00000723 
- 00014206  0x000027ba setarg  0x00000060 
- 00014207  0x000027bb istore  0x00000001 , 0x00000005 
- 00014208  0x000027bc fetch  0x00000004 , 0x0000070c 
- 00014209  0x000027bd istore  0x00000004 , 0x00000005 
- 00014210  0x000027be jam  0x00000006 , 0x00000722 
- 00014211  0x000027bf branch  0x000041b5 
- 00014212  0x000027c4 setarg  0x0000005e 
- 00014213  0x000027c5 store  0x00000001 , 0x00000723 
- 00014214  0x000027c6 setarg  0x00000000 
- 00014215  0x000027c7 istore  0x00000001 , 0x00000005 
- 00014216  0x000027c8 fetch  0x00000002 , 0x0000070c 
- 00014217  0x000027c9 istore  0x00000002 , 0x00000005 
- 00014218  0x000027ca jam  0x00000004 , 0x00000722 
- 00014219  0x000027cb branch  0x000041b5 
- 00014220  0x000027d1 fetch  0x00000001 , 0x00004804 
- 00014221  0x000027d2 rtn  0x00000034 
- 00014222  0x000027d3 pincrease  0x0000001e 
- 00014223  0x000027d4 store  0x00000001 , 0x00004804 
- 00014224  0x000027d5 rtn 
- 00014225  0x000027d8 arg  0x00004803 , 0x00000013 
- 00014226  0x000027d9 arg  0x000037e4 , 0x00000012 
- 00014227  0x000027da branch  0x000042e0 
- 00014228  0x000027dd arg  0x00004804 , 0x00000013 
- 00014229  0x000027de arg  0x00003797 , 0x00000012 
- 00014230  0x000027df branch  0x000042e0 
- 00014231  0x000027e2 fetch  0x00000002 , 0x00004855 
- 00014232  0x000027e3 branch  0x00007d79 
- 00014233  0x000027eb call  0x000037c4 
- 00014234  0x000027ec nrtn  0x00000028 
- 00014235  0x000027ed bpatchx  0x000000a0 , 0x00004034 
- 00014236  0x000027ee fetch  0x00000002 , 0x0000070e 
- 00014237  0x000027ef arg  0x0000f01f , 0x00000002 
- 00014238  0x000027f0 isub  0x00000002 , 0x0000003e 
- 00014239  0x000027f1 branch  0x000037d8 , 0x00000005 
- 00014240  0x000027f3 arg  0x0000f014 , 0x00000002 
- 00014241  0x000027f4 isub  0x00000002 , 0x0000003e 
- 00014242  0x000027f5 branch  0x0000391c , 0x00000005 
- 00014243  0x000027f7 arg  0x0000f013 , 0x00000002 
- 00014244  0x000027f8 isub  0x00000002 , 0x0000003e 
- 00014245  0x000027f9 branch  0x00003907 , 0x00000005 
- 00014246  0x000027fb arg  0x0000f017 , 0x00000002 
- 00014247  0x000027fc isub  0x00000002 , 0x0000003e 
- 00014248  0x000027fd branch  0x00003819 , 0x00000005 
- 00014249  0x000027fe arg  0x0000f018 , 0x00000002 
- 00014250  0x000027ff isub  0x00000002 , 0x0000003e 
- 00014251  0x00002800 branch  0x00003845 , 0x00000005 
- 00014252  0x00002801 arg  0x0000f016 , 0x00000002 
- 00014253  0x00002802 isub  0x00000002 , 0x0000003e 
- 00014254  0x00002803 branch  0x0000386a , 0x00000005 
- 00014255  0x00002806 arg  0x00000534 , 0x00000002 
- 00014256  0x00002807 isub  0x00000002 , 0x0000003e 
- 00014257  0x00002808 branch  0x000037cf , 0x00000005 
- 00014258  0x00002809 arg  0x00000533 , 0x00000002 
- 00014259  0x0000280a isub  0x00000002 , 0x0000003e 
- 00014260  0x0000280b branch  0x000037d2 , 0x00000005 
- 00014261  0x0000280c arg  0x00000123 , 0x00000002 
- 00014262  0x0000280d isub  0x00000002 , 0x0000003e 
- 00014263  0x0000280e branch  0x000037d5 , 0x00000005 
- 00014264  0x0000280f fetch  0x00000002 , 0x0000482c 
- 00014265  0x00002810 branch  0x00007d79 
- 00014266  0x00002813 rtn 
- 00014267  0x00002815 ifetch  0x00000002 , 0x00000006 
- 00014268  0x00002816 arg  0x000001a8 , 0x00000002 
- 00014269  0x00002817 isub  0x00000002 , 0x0000003e 
- 00014270  0x00002818 nrtn  0x00000005 
- 00014271  0x00002819 ifetch  0x00000001 , 0x00000006 
- 00014272  0x0000281a fetcht  0x00000001 , 0x000049b6 
- 00014273  0x0000281b isub  0x00000002 , 0x0000003e 
- 00014274  0x0000281c nrtn  0x00000005 
- 00014275  0x0000281d branch  0x00003b2a 
- 00014276  0x00002820 call  0x00007dbc 
- 00014277  0x00002821 fetch  0x00000002 , 0x0000070b 
- 00014278  0x00002822 arg  0x000001a8 , 0x00000002 
- 00014279  0x00002823 isub  0x00000002 , 0x0000003e 
- 00014280  0x00002824 nrtn  0x00000005 
- 00014281  0x00002825 fetcht  0x00000001 , 0x000044f1 
- 00014282  0x00002826 fetch  0x00000001 , 0x0000070d 
- 00014283  0x00002827 isub  0x00000002 , 0x0000003e 
- 00014284  0x00002828 rtn  0x00000005 
- 00014285  0x00002829 store  0x00000001 , 0x000044f1 
- 00014286  0x0000282a branch  0x00007dba 
- 00014287  0x0000282d call  0x000037f4 
- 00014288  0x0000282e fetch  0x00000002 , 0x0000483c 
- 00014289  0x0000282f branch  0x00007d79 
- 00014290  0x00002833 call  0x000037f4 
- 00014291  0x00002834 fetch  0x00000002 , 0x0000483e 
- 00014292  0x00002835 branch  0x00007d79 
- 00014293  0x00002838 call  0x000037ee 
- 00014294  0x00002839 fetch  0x00000002 , 0x00004840 
- 00014295  0x0000283a branch  0x00007d79 
- 00014296  0x0000283e call  0x000037f0 
- 00014297  0x00002840 fetch  0x00000004 , 0x00000710 
- 00014298  0x00002841 store  0x00000004 , 0x000044f3 
- 00014299  0x00002842 branch  0x00003889 
- 00014300  0x00002847 setarg  0x000000d3 
- 00014301  0x00002848 store  0x00000001 , 0x00000723 
- 00014302  0x00002849 setarg  0x000001a8 
- 00014303  0x0000284a istore  0x00000002 , 0x00000005 
- 00014304  0x0000284b fetch  0x00000001 , 0x000044f1 
- 00014305  0x0000284c istore  0x00000001 , 0x00000005 
- 00014306  0x0000284d istoret  0x00000002 , 0x00000005 
- 00014307  0x0000284e rtn 
- 00014308  0x00002852 arg  0x00000000 , 0x00000007 
- 00014309  0x00002853 arg  0x00000003 , 0x00000002 
- 00014310  0x00002854 arg  0x0000f009 , 0x00000011 
- 00014311  0x00002855 branch  0x000037fc 
- 00014312  0x00002861 arg  0x00000100 , 0x00000011 
- 00014313  0x00002862 branch  0x000037fc 
- 00014314  0x00002867 arg  0x00000008 , 0x00000039 
- 00014315  0x00002868 branch  0x000037f6 
- 00014316  0x0000286b arg  0x00000008 , 0x00000039 
- 00014317  0x0000286c branch  0x000037f6 
- 00014318  0x0000286f arg  0x00000006 , 0x00000039 
- 00014319  0x00002870 branch  0x000037f6 
- 00014320  0x00002873 arg  0x00000004 , 0x00000039 
- 00014321  0x00002874 branch  0x000037f6 
- 00014322  0x00002877 arg  0x00000002 , 0x00000039 
- 00014323  0x00002878 branch  0x000037f6 
- 00014324  0x0000287b arg  0x00000001 , 0x00000039 
- 00014325  0x0000287c branch  0x000037f6 
- 00014326  0x00002880 add  0x00000039 , 0x00000006 , 0x0000003f 
- 00014327  0x00002881 store  0x00000001 , 0x00000722 
- 00014328  0x00002882 call  0x000037dc 
- 00014329  0x00002883 arg  0x00000710 , 0x00000006 
- 00014330  0x00002884 call  0x00007cda 
- 00014331  0x00002885 branch  0x000041b5 
- 00014332  0x0000288d call  0x00003808 
- 00014333  0x0000288e istorer  0x00000011 , 0x00000002 , 0x00000005 
- 00014334  0x0000288f istoret  0x00000001 , 0x00000005 
- 00014335  0x00002890 jam  0x00000007 , 0x00000722 
- 00014336  0x00002891 branch  0x00003806 
- 00014337  0x00002898 call  0x00003808 
- 00014338  0x00002899 istorer  0x00000011 , 0x00000002 , 0x00000005 
- 00014339  0x0000289a istoret  0x00000002 , 0x00000005 
- 00014340  0x0000289b jam  0x00000008 , 0x00000722 
- 00014341  0x0000289c branch  0x00003806 
- 00014342  0x000028a1 call  0x00003f6e 
- 00014343  0x000028a2 branch  0x000041b5 
- 00014344  0x000028a6 fetch  0x00000001 , 0x000047ae 
- 00014345  0x000028a7 store  0x00000001 , 0x0000092b 
- 00014346  0x000028a8 setarg  0x000000f0 
- 00014347  0x000028a9 store  0x00000002 , 0x0000094c 
- 00014348  0x000028aa fetch  0x00000001 , 0x000044f2 
- 00014349  0x000028ab pincrease  0x00000001 
- 00014350  0x000028ac store  0x00000001 , 0x000044f2 
- 00014351  0x000028ad beq  0x000000c0 , 0x00003817 
- 00014352  0x000028ae setarg  0x000000d4 
- 00014353  0x000028af store  0x00000001 , 0x00000723 
- 00014354  0x000028b0 setarg  0x000001a8 
- 00014355  0x000028b1 istore  0x00000002 , 0x00000005 
- 00014356  0x000028b2 fetch  0x00000001 , 0x000044f2 
- 00014357  0x000028b3 istore  0x00000001 , 0x00000005 
- 00014358  0x000028b4 rtn 
- 00014359  0x000028b7 jam  0x00000080 , 0x000044f2 
- 00014360  0x000028b8 rtn 
- 00014361  0x000028bc copy  0x00000006 , 0x00000011 
- 00014362  0x000028bd fetch  0x00000001 , 0x00000709 
- 00014363  0x000028be arg  0x00000006 , 0x00000002 
- 00014364  0x000028bf isub  0x00000002 , 0x0000003f 
- 00014365  0x000028c0 store  0x00000001 , 0x00004608 
- 00014366  0x000028c1 copy  0x0000003f , 0x00000039 
- 00014367  0x000028c2 copy  0x00000011 , 0x00000006 
- 00014368  0x000028c3 arg  0x00004609 , 0x00000005 
- 00014369  0x000028c4 call  0x00007cda 
- 00014370  0x000028c5 arg  0x00000000 , 0x00000012 
- 00014371  0x000028c7 arg  0x00004609 , 0x0000003f 
- 00014372  0x000028c8 iadd  0x00000012 , 0x00000002 
- 00014373  0x000028c9 ifetch  0x00000001 , 0x00000002 
- 00014374  0x000028ca beq  0x000000ff , 0x0000383f 
- 00014375  0x000028cb and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014376  0x000028cc call  0x00003837 
- 00014377  0x000028cd increase  0x00000001 , 0x00000012 
- 00014378  0x000028ce fetch  0x00000001 , 0x00004608 
- 00014379  0x000028cf isub  0x00000012 , 0x0000003e 
- 00014380  0x000028d0 branch  0x00003823 , 0x00000002 
- 00014381  0x000028d1 call  0x0000394a 
- 00014382  0x000028d3 arg  0x0000f017 , 0x00000002 
- 00014383  0x000028d4 call  0x000037dc 
- 00014384  0x000028d5 arg  0x00000000 , 0x00000002 
- 00014385  0x000028d6 istoret  0x00000001 , 0x00000005 
- 00014386  0x000028d7 copy  0x00000005 , 0x00000002 
- 00014387  0x000028d8 call  0x0000393b 
- 00014388  0x000028d9 pincrease  0x00000007 
- 00014389  0x000028da store  0x00000001 , 0x00000722 
- 00014390  0x000028db branch  0x000041b5 
- 00014391  0x000028de rtn  0x00000034 
- 00014392  0x000028df pincrease  0xffffffff 
- 00014393  0x000028e0 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014394  0x000028e1 arg  0x00004503 , 0x00000011 
- 00014395  0x000028e2 iadd  0x00000011 , 0x00000011 
- 00014396  0x000028e3 setarg  0x00000000 
- 00014397  0x000028e4 istore  0x00000001 , 0x00000011 
- 00014398  0x000028e5 rtn 
- 00014399  0x000028e8 arg  0x00000012 , 0x00000039 
- 00014400  0x000028e9 mul32  0x00000039 , 0x0000000d , 0x00000039 
- 00014401  0x000028ea arg  0x00004503 , 0x00000005 
- 00014402  0x000028eb call  0x00007ca1 
- 00014403  0x000028ec call  0x0000394a 
- 00014404  0x000028ed branch  0x0000382e 
- 00014405  0x000028f0 ifetch  0x00000001 , 0x00000006 
- 00014406  0x000028f1 beq  0x000000ff , 0x0000385e 
- 00014407  0x000028f2 store  0x00000001 , 0x000045ff 
- 00014408  0x000028f3 ifetch  0x00000001 , 0x00000006 
- 00014409  0x000028f4 pincrease  0xffffffff 
- 00014410  0x000028f5 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014411  0x000028f6 arg  0x00004503 , 0x00000006 
- 00014412  0x000028f7 iadd  0x00000006 , 0x00000006 
- 00014413  0x000028f8 arg  0x000045ed , 0x00000005 
- 00014414  0x000028f9 arg  0x00000012 , 0x00000039 
- 00014415  0x000028fa call  0x00007cda 
- 00014416  0x000028fb arg  0x0000f018 , 0x00000002 
- 00014417  0x000028fc call  0x000037dc 
- 00014418  0x000028fd fetch  0x00000001 , 0x000045ed 
- 00014419  0x000028fe branch  0x00003867 , 0x00000034 
- 00014420  0x000028ff arg  0x00000000 , 0x00000002 
- 00014421  0x00002900 istoret  0x00000001 , 0x00000005 
- 00014422  0x00002902 fetch  0x00000001 , 0x000045ff 
- 00014423  0x00002903 istore  0x00000001 , 0x00000005 
- 00014424  0x00002904 fetch  0x00000001 , 0x000045ed 
- 00014425  0x00002905 istore  0x00000001 , 0x00000005 
- 00014426  0x00002906 fetch  0x00000008 , 0x000045ee 
- 00014427  0x00002907 istore  0x00000008 , 0x00000005 
- 00014428  0x00002908 jam  0x00000011 , 0x00000722 
- 00014429  0x00002909 branch  0x000041b5 
- 00014430  0x0000290d arg  0x0000f018 , 0x00000002 
- 00014431  0x0000290e call  0x000037dc 
- 00014432  0x0000290f arg  0x000000ff , 0x00000002 
- 00014433  0x00002910 istoret  0x00000002 , 0x00000005 
- 00014434  0x00002913 copy  0x00000005 , 0x00000002 
- 00014435  0x00002914 call  0x0000393b 
- 00014436  0x00002915 pincrease  0x00000008 
- 00014437  0x00002916 store  0x00000001 , 0x00000722 
- 00014438  0x00002917 branch  0x000041b5 
- 00014439  0x0000291d arg  0x00000080 , 0x00000002 
- 00014440  0x0000291e istore  0x00000001 , 0x00000005 
- 00014441  0x0000291f branch  0x00003856 
- 00014442  0x00002922 ifetch  0x00000001 , 0x00000006 
- 00014443  0x00002923 store  0x00000001 , 0x000045ff 
- 00014444  0x00002924 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014445  0x00002925 pincrease  0xffffffff 
- 00014446  0x00002926 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014447  0x00002927 arg  0x00004503 , 0x00000005 
- 00014448  0x00002928 iadd  0x00000005 , 0x00000005 
- 00014449  0x00002929 fetch  0x00000001 , 0x000045ff 
- 00014450  0x0000292a istore  0x00000001 , 0x00000005 
- 00014451  0x0000292b call  0x0000394a 
- 00014452  0x0000292c arg  0x0000f016 , 0x00000002 
- 00014453  0x0000292d call  0x000037dc 
- 00014454  0x0000292e setarg  0x00000000 
- 00014455  0x0000292f istore  0x00000001 , 0x00000005 
- 00014456  0x00002930 copy  0x00000005 , 0x00000002 
- 00014457  0x00002931 call  0x0000393b 
- 00014458  0x00002932 pincrease  0x00000007 
- 00014459  0x00002933 store  0x00000001 , 0x00000722 
- 00014460  0x00002934 branch  0x000041b5 
- 00014461  0x0000293a copy  0x00000022 , 0x00000002 
- 00014462  0x0000293b fetch  0x00000004 , 0x000044f7 
- 00014463  0x0000293c isub  0x00000002 , 0x0000003e 
- 00014464  0x0000293d call  0x0000388f , 0x00000002 
- 00014465  0x0000293e call  0x00003896 
- 00014466  0x0000293f isub  0x00000002 , 0x0000003e 
- 00014467  0x00002940 rtn  0x00000002 
- 00014468  0x00002941 call  0x0000388a 
- 00014469  0x00002942 fetch  0x00000004 , 0x000044f3 
- 00014470  0x00002943 pincrease  0x00000001 
- 00014471  0x00002944 store  0x00000004 , 0x000044f3 
- 00014472  0x00002945 branch  0x0000389a 
- 00014473  0x00002949 copy  0x00000022 , 0x0000003f 
- 00014474  0x0000294b store  0x00000004 , 0x000044f7 
- 00014475  0x0000294c fetch  0x00000001 , 0x000044fa 
- 00014476  0x0000294d and_into  0x0000000f , 0x0000003f 
- 00014477  0x0000294e store  0x00000001 , 0x000044fa 
- 00014478  0x0000294f rtn 
- 00014479  0x00002952 rtn  0x00000005 
- 00014480  0x00002953 copy  0x0000003f , 0x00000012 
- 00014481  0x00002954 setarg  0x00100000 
- 00014482  0x00002955 lshift8  0x0000003f , 0x0000003f 
- 00014483  0x00002956 iadd  0x00000002 , 0x00000002 
- 00014484  0x00002957 copy  0x00000012 , 0x0000003f 
- 00014485  0x00002958 rtn 
- 00014486  0x0000295b arg  0x00000014 , 0x00000039 
- 00014487  0x0000295d pincrease  0x000000a0 
- 00014488  0x0000295e loop  0x00003897 
- 00014489  0x0000295f rtn 
- 00014490  0x00002962 setarg  0x0000000d 
- 00014491  0x00002963 store  0x00000001 , 0x00004602 
- 00014492  0x00002964 pincrease  0xffffffff 
- 00014493  0x00002965 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014494  0x00002966 arg  0x00004503 , 0x00000030 
- 00014495  0x00002967 iadd  0x00000030 , 0x00000030 
- 00014496  0x00002969 ifetch  0x00000001 , 0x00000030 
- 00014497  0x0000296a ncall  0x000038a8 , 0x00000034 
- 00014498  0x0000296b increase  0xffffffee , 0x00000030 
- 00014499  0x0000296d fetch  0x00000001 , 0x00004602 
- 00014500  0x0000296e pincrease  0xffffffff 
- 00014501  0x0000296f rtn  0x00000034 
- 00014502  0x00002970 store  0x00000001 , 0x00004602 
- 00014503  0x00002971 branch  0x000038a0 
- 00014504  0x00002974 arg  0x00000007 , 0x00000007 
- 00014505  0x00002975 qisolate0  0x0000003f 
- 00014506  0x00002976 rtn  0x00000001 
- 00014507  0x00002977 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014508  0x00002978 arg  0x0000000d , 0x00000002 
- 00014509  0x00002979 isub  0x00000002 , 0x0000003e 
- 00014510  0x0000297a rtn  0x00000002 
- 00014511  0x0000297b copy  0x00000030 , 0x00000006 
- 00014512  0x0000297c arg  0x000045ed , 0x00000005 
- 00014513  0x0000297d arg  0x00000012 , 0x00000039 
- 00014514  0x0000297e call  0x00007cda 
- 00014515  0x0000297f fetch  0x00000001 , 0x000045fe 
- 00014516  0x00002980 beq  0x00000059 , 0x000038bf 
- 00014517  0x00002982 fetcht  0x00000004 , 0x000044f3 
- 00014518  0x00002983 fetch  0x00000004 , 0x000045ee 
- 00014519  0x00002984 isub  0x00000002 , 0x0000003e 
- 00014520  0x00002985 fetch  0x00000001 , 0x000045f5 
- 00014521  0x00002986 branch  0x000038e3 , 0x00000005 
- 00014522  0x00002987 nbranch  0x000038bc , 0x00000002 
- 00014523  0x00002988 rtn 
- 00014524  0x0000298b setarg  0x00000000 
- 00014525  0x0000298c istore  0x00000001 , 0x00000030 
- 00014526  0x0000298d rtn 
- 00014527  0x00002991 fetch  0x00000004 , 0x000044f3 
- 00014528  0x00002992 arg  0x0000003c , 0x00000002 
- 00014529  0x00002993 idiv  0x00000002 
- 00014530  0x00002994 call  0x00007d62 
- 00014531  0x00002995 remainder  0x0000003f 
- 00014532  0x00002996 nrtn  0x00000034 
- 00014533  0x00002998 fetch  0x00000004 , 0x000044f3 
- 00014534  0x00002999 arg  0x00054600 , 0x00000002 
- 00014535  0x0000299a isub  0x00000002 , 0x0000003f 
- 00014536  0x0000299c arg  0x00093a80 , 0x00000002 
- 00014537  0x0000299d idiv  0x00000002 
- 00014538  0x0000299e call  0x00007d62 
- 00014539  0x0000299f remainder  0x0000003f 
- 00014540  0x000029a0 arg  0x00015180 , 0x00000002 
- 00014541  0x000029a1 idiv  0x00000002 
- 00014542  0x000029a2 call  0x00007d62 
- 00014543  0x000029a3 remainder  0x00000011 
- 00014544  0x000029a4 quotient  0x00000007 
- 00014545  0x000029a5 fetch  0x00000001 , 0x000045f2 
- 00014546  0x000029a6 branch  0x000038d5 , 0x00000034 
- 00014547  0x000029a7 qisolate1  0x0000003f 
- 00014548  0x000029a8 nrtn  0x00000001 
- 00014549  0x000029ab deposit  0x00000011 
- 00014550  0x000029ac arg  0x0000003c , 0x00000002 
- 00014551  0x000029ad idiv  0x00000002 
- 00014552  0x000029ae call  0x00007d62 
- 00014553  0x000029af quotient  0x00000002 
- 00014554  0x000029b0 setarg  0x000001e0 
- 00014555  0x000029b1 iadd  0x00000002 , 0x00000002 
- 00014556  0x000029b2 fetch  0x00000002 , 0x000045ee 
- 00014557  0x000029b3 arg  0x00000fff , 0x00000011 
- 00014558  0x000029b4 iand  0x00000011 , 0x0000003f 
- 00014559  0x000029b5 isub  0x00000002 , 0x0000003e 
- 00014560  0x000029b6 nrtn  0x00000005 
- 00014561  0x000029b7 fetch  0x00000001 , 0x000045f6 
- 00014562  0x000029b8 branch  0x000038e3 
- 00014563  0x000029bb store  0x00000001 , 0x0000070c 
- 00014564  0x000029bc jam  0x00000001 , 0x00004602 
- 00014565  0x000029be copy  0x00000030 , 0x0000003f 
- 00014566  0x000029bf store  0x00000002 , 0x0000091f 
- 00014567  0x000029c1 fetcht  0x00000001 , 0x0000070c 
- 00014568  0x000029c2 fetchr  0x00000007 , 0x00000001 , 0x00004869 
- 00014569  0x000029c3 call  0x000037e8 
- 00014570  0x000029c5 fetch  0x00000002 , 0x0000091f 
- 00014571  0x000029c6 copy  0x0000003f , 0x00000030 
- 00014572  0x000029c7 add  0x00000030 , 0x00000011 , 0x00000006 
- 00014573  0x000029c8 ifetch  0x00000001 , 0x00000006 
- 00014574  0x000029c9 beq  0x00000059 , 0x000038f4 
- 00014575  0x000029cb setarg  0x00000000 
- 00014576  0x000029cc istore  0x00000001 , 0x00000030 
- 00014577  0x000029cd fetchr  0x00000007 , 0x00000001 , 0x00004869 
- 00014578  0x000029ce call  0x000038ff 
- 00014579  0x000029cf branch  0x0000394a 
- 00014580  0x000029d4 fetch  0x00000001 , 0x000045f2 
- 00014581  0x000029d5 branch  0x000038ef , 0x00000034 
- 00014582  0x000029d6 arg  0x0000f009 , 0x00000002 
- 00014583  0x000029d7 call  0x000037dc 
- 00014584  0x000029d8 setarg  0x00000011 
- 00014585  0x000029d9 istore  0x00000001 , 0x00000005 
- 00014586  0x000029da ifetch  0x00000001 , 0x00000030 
- 00014587  0x000029db or  0x0000003f , 0x00000080 , 0x0000003f 
- 00014588  0x000029dc istore  0x00000001 , 0x00000005 
- 00014589  0x000029dd jam  0x00000008 , 0x00000723 
- 00014590  0x000029de branch  0x00003806 
- 00014591  0x000029e1 arg  0x0000f020 , 0x00000002 
- 00014592  0x000029e2 call  0x000037dc 
- 00014593  0x000029e3 copy  0x00000005 , 0x00000002 
- 00014594  0x000029e4 call  0x0000393b 
- 00014595  0x000029e6 pincrease  0x00000006 
- 00014596  0x000029e7 store  0x00000001 , 0x00000722 
- 00014597  0x000029e8 jam  0x000000d3 , 0x00000723 
- 00014598  0x000029e9 branch  0x00003806 
- 00014599  0x000029ed arg  0x000045ed , 0x00000005 
- 00014600  0x000029ee arg  0x00000010 , 0x00000039 
- 00014601  0x000029ef call  0x00007cda 
- 00014602  0x000029f0 fetch  0x00000001 , 0x000045ed 
- 00014603  0x000029f1 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014604  0x000029f2 store  0x00000001 , 0x000045ff 
- 00014605  0x000029f3 sub  0x0000003f , 0x0000000d , 0x0000003e 
- 00014606  0x000029f4 nrtn  0x00000002 
- 00014607  0x000029f5 fetch  0x00000004 , 0x000045ee 
- 00014608  0x000029f6 arg  0x0000003c , 0x00000002 
- 00014609  0x000029f7 idiv  0x00000002 
- 00014610  0x000029f8 call  0x00007d62 
- 00014611  0x000029f9 remainder  0x00000002 
- 00014612  0x000029fa isub  0x00000002 , 0x0000003f 
- 00014613  0x000029fb store  0x00000004 , 0x000045ee 
- 00014614  0x000029fc setarg  0x00000000 
- 00014615  0x000029fd store  0x00000002 , 0x000045fd 
- 00014616  0x000029fe arg  0x000045ed , 0x00000011 
- 00014617  0x000029ff call  0x00003930 
- 00014618  0x00002a00 arg  0x0000f013 , 0x00000002 
- 00014619  0x00002a01 branch  0x00003928 
- 00014620  0x00002a08 arg  0x000045ed , 0x00000005 
- 00014621  0x00002a09 arg  0x00000011 , 0x00000039 
- 00014622  0x00002a0a call  0x00007cda 
- 00014623  0x00002a0d fetch  0x00000001 , 0x000045ed 
- 00014624  0x00002a0e and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014625  0x00002a0f store  0x00000001 , 0x000045ff 
- 00014626  0x00002a10 sub  0x0000003f , 0x0000000d , 0x0000003e 
- 00014627  0x00002a11 nrtn  0x00000002 
- 00014628  0x00002a13 jam  0x00000059 , 0x000045fe 
- 00014629  0x00002a14 arg  0x000045ed , 0x00000011 
- 00014630  0x00002a15 call  0x00003930 
- 00014631  0x00002a16 arg  0x0000f014 , 0x00000002 
- 00014632  0x00002a1b call  0x000037dc 
- 00014633  0x00002a1c setarg  0x00000000 
- 00014634  0x00002a1d store  0x00000001 , 0x00000729 
- 00014635  0x00002a1e copy  0x00000005 , 0x00000002 
- 00014636  0x00002a1f call  0x0000393b 
- 00014637  0x00002a20 pincrease  0x00000007 
- 00014638  0x00002a21 store  0x00000001 , 0x00000722 
- 00014639  0x00002a22 branch  0x000041b5 
- 00014640  0x00002a26 call  0x00003937 
- 00014641  0x00002a27 copy  0x00000011 , 0x00000006 
- 00014642  0x00002a28 arg  0x00004503 , 0x00000005 
- 00014643  0x00002a29 iadd  0x00000005 , 0x00000005 
- 00014644  0x00002a2a arg  0x00000012 , 0x00000039 
- 00014645  0x00002a2b call  0x00007cda 
- 00014646  0x00002a2c branch  0x0000394a 
- 00014647  0x00002a2f fetch  0x00000001 , 0x000045ff 
- 00014648  0x00002a30 pincrease  0xffffffff 
- 00014649  0x00002a31 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014650  0x00002a32 rtn 
- 00014651  0x00002a35 arg  0x00004503 , 0x00000011 
- 00014652  0x00002a36 arg  0x00000000 , 0x00000012 
- 00014653  0x00002a37 copy  0x00000002 , 0x00000005 
- 00014654  0x00002a38 arg  0x0000000d , 0x00000039 
- 00014655  0x00002a39 increase  0xffffffff , 0x00000039 
- 00014656  0x00002a3b ifetch  0x00000001 , 0x00000011 
- 00014657  0x00002a3c beq  0x000000ff , 0x00003945 
- 00014658  0x00002a3d branch  0x00003945 , 0x00000034 
- 00014659  0x00002a3e increase  0x00000001 , 0x00000012 
- 00014660  0x00002a3f istore  0x00000001 , 0x00000005 
- 00014661  0x00002a41 setarg  0x00000012 
- 00014662  0x00002a42 iadd  0x00000011 , 0x00000011 
- 00014663  0x00002a43 loop  0x00003940 
- 00014664  0x00002a44 copy  0x00000012 , 0x0000003f 
- 00014665  0x00002a45 rtn 
- 00014666  0x00002a48 fetch  0x00000002 , 0x0000484a 
- 00014667  0x00002a49 branch  0x00007d79 
- 00014668  0x00002a54 bpatchx  0x000000a1 , 0x00004034 
- 00014669  0x00002a55 setarg  0x00004a5e 
- 00014670  0x00002a56 store  0x00000002 , 0x00004aed 
- 00014671  0x00002a57 setarg  0x00004aeb 
- 00014672  0x00002a58 store  0x00000002 , 0x00000919 
- 00014673  0x00002a59 jam  0x00000014 , 0x00000787 
- 00014674  0x00002a5a fetch  0x00000001 , 0x00004808 
- 00014675  0x00002a5b store  0x00000001 , 0x00000788 
- 00014676  0x00002a5d fetch  0x00000001 , 0x00000916 
- 00014677  0x00002a5e pincrease  0x0000000b 
- 00014678  0x00002a5f add  0x0000003f , 0xfffffffe , 0x00000039 
- 00014679  0x00002a68 store  0x00000001 , 0x00000789 
- 00014680  0x00002a69 pincrease  0xffffffff 
- 00014681  0x00002a6c istore  0x00000001 , 0x00000005 
- 00014682  0x00002a6d setarg  0x0000002a 
- 00014683  0x00002a6e istore  0x00000001 , 0x00000005 
- 00014684  0x00002a6f arg  0x00004998 , 0x00000006 
- 00014685  0x00002a70 call  0x00007ccc 
- 00014686  0x00002a71 fetchr  0x00000011 , 0x00000002 , 0x00000919 
- 00014687  0x00002a72 call  0x00003967 
- 00014688  0x00002a73 call  0x000078b2 
- 00014689  0x00002a75 fetch  0x00000002 , 0x000044e9 
- 00014690  0x00002a76 isolate1  0x00000009 , 0x0000003f 
- 00014691  0x00002a77 nrtn  0x00000001 
- 00014692  0x00002a79 call  0x00003e5e 
- 00014693  0x00002a7a arg  0x00000787 , 0x00000011 
- 00014694  0x00002a7b branch  0x000078b2 
- 00014695  0x00002a7e add  0x00000011 , 0x00000002 , 0x00000006 
- 00014696  0x00002a7f ifetch  0x00000002 , 0x00000006 
- 00014697  0x00002a80 store  0x00000002 , 0x000043fb 
- 00014698  0x00002a81 arg  0x00000787 , 0x00000011 
- 00014699  0x00002a82 rtn 
- 00014700  0x00002a86 setarg  0x00004a5e 
- 00014701  0x00002a87 store  0x00000002 , 0x000043fb 
- 00014702  0x00002a88 rtn 
- 00014703  0x00002a8d fetch  0x00000001 , 0x000049b5 
- 00014704  0x00002a8e rtnne  0x00000001 
- 00014705  0x00002a8f jam  0x00000002 , 0x000049b5 
- 00014706  0x00002a90 branch  0x00003ace 
- 00014707  0x00002a93 arg  0x0000078c , 0x00000011 
- 00014708  0x00002a94 arg  0x00000012 , 0x00000002 
- 00014709  0x00002a95 setarg  0x00000021 
- 00014710  0x00002a96 nrtn  0x00000001 
- 00014711  0x00002a97 arg  0x0000079e , 0x00000011 
- 00014712  0x00002a98 fetcht  0x00000001 , 0x00000789 
- 00014713  0x00002a99 increase  0xffffffee , 0x00000002 
- 00014714  0x00002a9a setarg  0x00000022 
- 00014715  0x00002a9b rtn 
- 00014716  0x00002aa4 arg  0x0000462b , 0x00000005 
- 00014717  0x00002aa5 setarg  0x00000002 
- 00014718  0x00002aa6 istore  0x00000001 , 0x00000005 
- 00014719  0x00002aa7 setarg  0x00000001 
- 00014720  0x00002aa8 istore  0x00000001 , 0x00000005 
- 00014721  0x00002aa9 setarg  0x00000002 
- 00014722  0x00002aaa istore  0x00000001 , 0x00000005 
- 00014723  0x00002aab rtn 
- 00014724  0x00002ab0 arg  0x00001827 , 0x00000002 
- 00014725  0x00002ab1 setarg  0x00000003 
- 00014726  0x00002ab2 istore  0x00000001 , 0x00000005 
- 00014727  0x00002ab3 setarg  0x00000003 
- 00014728  0x00002ab4 istore  0x00000001 , 0x00000005 
- 00014729  0x00002ab5 istoret  0x00000002 , 0x00000005 
- 00014730  0x00002ab6 rtn 
- 00014731  0x00002aba call  0x000025b8 
- 00014732  0x00002abb call  0x00002af5 
- 00014733  0x00002abc call  0x0000264e 
- 00014734  0x00002abd nrtn  0x0000002d 
- 00014735  0x00002abf fetch  0x00000001 , 0x00000002 
- 00014736  0x00002ac0 pincrease  0x00000001 
- 00014737  0x00002ac1 store  0x00000001 , 0x00000002 
- 00014738  0x00002ac2 fetch  0x00000002 , 0x00004824 
- 00014739  0x00002ac3 call  0x00007d79 
- 00014740  0x00002ac4 branch  0x000025bc 
- 00014741  0x00002ac7 call  0x000039a1 
- 00014742  0x00002ac8 rtn  0x00000028 
- 00014743  0x00002aca call  0x0000398b 
- 00014744  0x00002acb call  0x00002018 
- 00014745  0x00002acc fetcht  0x00000002 , 0x00004344 
- 00014746  0x00002acd arg  0x0000000a , 0x00000007 
- 00014747  0x00002ace call  0x000020dc 
- 00014748  0x00002acf rtn  0x00000028 
- 00014749  0x00002ad0 arg  0x0000000d , 0x00000007 
- 00014750  0x00002ad1 call  0x00007cef 
- 00014751  0x00002ad2 nbranch  0x00003997 , 0x00000034 
- 00014752  0x00002ad3 rtn 
- 00014753  0x00002ad6 fetcht  0x00000002 , 0x00004344 
- 00014754  0x00002ad7 arg  0x00000004 , 0x00000007 
- 00014755  0x00002ad8 call  0x000020dc 
- 00014756  0x00002ad9 rtn  0x00000028 
- 00014757  0x00002ada call  0x000039a9 
- 00014758  0x00002adb fetch  0x00000002 , 0x00004344 
- 00014759  0x00002adc arg  0x0000000d , 0x00000007 
- 00014760  0x00002add branch  0x00007ce1 
- 00014761  0x00002ae1 fetch  0x00000001 , 0x0000464a 
- 00014762  0x00002ae2 pincrease  0x00000001 
- 00014763  0x00002ae3 store  0x00000001 , 0x0000464a 
- 00014764  0x00002ae4 store  0x00000001 , 0x00000007 
- 00014765  0x00002ae5 rtnne  0x00000028 
- 00014766  0x00002ae6 jam  0x00000025 , 0x0000464a 
- 00014767  0x00002ae7 jam  0x00000025 , 0x00000007 
- 00014768  0x00002ae8 rtn 
- 00014769  0x00002aeb fetch  0x00000001 , 0x0000004c 
- 00014770  0x00002aec and  0x0000003f , 0x0000000f , 0x0000003f 
- 00014771  0x00002aed beq  0x00000000 , 0x000039b6 
- 00014772  0x00002aee beq  0x00000002 , 0x000039b6 
- 00014773  0x00002aef rtn 
- 00014774  0x00002af2 ifetcht  0x00000001 , 0x00000006 
- 00014775  0x00002af3 sub  0x00000002 , 0x00000006 , 0x0000003e 
- 00014776  0x00002af4 rtn  0x00000002 
- 00014777  0x00002af5 sub  0x00000002 , 0x00000025 , 0x0000003e 
- 00014778  0x00002af6 nrtn  0x00000002 
- 00014779  0x00002af7 add  0x00000002 , 0xfffffffa , 0x00000011 
- 00014780  0x00002af8 add  0x00000006 , 0x00000006 , 0x00000012 
- 00014781  0x00002afb ifetcht  0x00000001 , 0x00000012 
- 00014782  0x00002afc sub  0x00000002 , 0x00000001 , 0x0000003e 
- 00014783  0x00002afd rtn  0x00000002 
- 00014784  0x00002afe sub  0x00000002 , 0x0000001e , 0x0000003e 
- 00014785  0x00002aff nrtn  0x00000002 
- 00014786  0x00002b00 copy  0x00000002 , 0x0000003f 
- 00014787  0x00002b01 rtn  0x00000034 
- 00014788  0x00002b02 bpatchx  0x000000a2 , 0x00004034 
- 00014789  0x00002b03 ifetch  0x00000001 , 0x00000006 
- 00014790  0x00002b04 beq  0x000000ff , 0x000039d1 
- 00014791  0x00002b05 beq  0x0000002a , 0x00003f7c 
- 00014792  0x00002b08 add  0x00000002 , 0x00000001 , 0x0000003f 
- 00014793  0x00002b09 isub  0x00000011 , 0x0000003e 
- 00014794  0x00002b0a rtn  0x00000002 
- 00014795  0x00002b0b iadd  0x00000012 , 0x00000012 
- 00014796  0x00002b0c sub  0x00000002 , 0xffffffff , 0x0000003f 
- 00014797  0x00002b0d iadd  0x00000011 , 0x00000011 
- 00014798  0x00002b0e copy  0x00000011 , 0x0000003f 
- 00014799  0x00002b0f rtn  0x00000034 
- 00014800  0x00002b10 branch  0x000039bd 
- 00014801  0x00002b13 jam  0x00000000 , 0x000007aa 
- 00014802  0x00002b14 branch  0x00003cfa 
- 00014803  0x00002b18 fetch  0x00000001 , 0x00000000 
- 00014804  0x00002b19 pincrease  0x00000001 
- 00014805  0x00002b1a store  0x00000001 , 0x00000000 
- 00014806  0x00002b1c bpatchx  0x000000a3 , 0x00004034 
- 00014807  0x00002b1d call  0x000025b8 
- 00014808  0x00002b1e arg  0x00000027 , 0x00000039 
- 00014809  0x00002b1f arg  0x00004169 , 0x00000006 
- 00014810  0x00002b20 arg  0x000007aa , 0x00000005 
- 00014811  0x00002b21 call  0x00007ccc 
- 00014812  0x00002b22 jam  0x00000025 , 0x00000007 
- 00014813  0x00002b23 arg  0x00000708 , 0x0000001b 
- 00014814  0x00002b24 enable  0x00000010 
- 00014815  0x00002b25 disable  0x0000002d 
- 00014816  0x00002b28 call  0x00002af5 
- 00014817  0x00002b29 call  0x000039f0 
- 00014818  0x00002b2a random  0x0000003f 
- 00014819  0x00002b2b arg  0x000001ff , 0x00000002 
- 00014820  0x00002b2c iand  0x00000002 , 0x0000003f 
- 00014821  0x00002b2d add  0x0000003f , 0x00000064 , 0x0000003f 
- 00014822  0x00002b2e call  0x00007c91 
- 00014823  0x00002b2f fetch  0x00000001 , 0x00000007 
- 00014824  0x00002b30 pincrease  0x00000001 
- 00014825  0x00002b31 store  0x00000001 , 0x00000007 
- 00014826  0x00002b32 bne  0x00000028 , 0x000039e0 
- 00014827  0x00002b34 arg  0x00000027 , 0x00000039 
- 00014828  0x00002b35 arg  0x00004169 , 0x00000005 
- 00014829  0x00002b36 arg  0x000007aa , 0x00000006 
- 00014830  0x00002b37 call  0x00007ccc 
- 00014831  0x00002b38 branch  0x000025bc 
- 00014832  0x00002b3b arg  0x00000002 , 0x00000002 
- 00014833  0x00002b3c storet  0x00000001 , 0x00004169 
- 00014834  0x00002b3d fetcht  0x00000001 , 0x0000462a 
- 00014835  0x00002b3e add  0x00000002 , 0x00000006 , 0x0000003f 
- 00014836  0x00002b3f store  0x00000001 , 0x0000416a 
- 00014837  0x00002b40 fetch  0x00000006 , 0x000042db 
- 00014838  0x00002b41 store  0x00000006 , 0x0000416b 
- 00014839  0x00002b42 copy  0x00000002 , 0x00000039 
- 00014840  0x00002b43 arg  0x0000462b , 0x00000006 
- 00014841  0x00002b44 call  0x00007ccc 
- 00014842  0x00002b46 branch  0x0000273e 
- 00014843  0x00002b52 bpatchx  0x000000a4 , 0x00004034 
- 00014844  0x00002b53 fetcht  0x00000002 , 0x000008f4 
- 00014845  0x00002b54 fetch  0x00000001 , 0x000008f3 
- 00014846  0x00002b55 copy  0x00000002 , 0x00000006 
- 00014847  0x00002b56 arg  0x0000476e , 0x00000011 
- 00014848  0x00002b57 arg  0x0000477e , 0x00000030 
- 00014849  0x00002b58 call  0x00003c5a 
- 00014850  0x00002b59 call  0x00007dbc 
- 00014851  0x00002b5a copy  0x00000013 , 0x0000003f 
- 00014852  0x00002b5b iadd  0x00000030 , 0x00000006 
- 00014853  0x00002b5c fetcht  0x00000004 , 0x0000477e 
- 00014854  0x00002b5d fetch  0x00000002 , 0x00000910 
- 00014855  0x00002b5e copy  0x0000003f , 0x00000011 
- 00014856  0x00002b60 arg  0x0000000a , 0x00000039 
- 00014857  0x00002b62 ifetch  0x00000004 , 0x00000011 
- 00014858  0x00002b63 branch  0x00003a16 , 0x00000034 
- 00014859  0x00002b64 isub  0x00000002 , 0x0000003e 
- 00014860  0x00002b65 rtn  0x00000005 
- 00014861  0x00002b66 increase  0x00000004 , 0x00000011 
- 00014862  0x00002b67 loop  0x00003a09 
- 00014863  0x00002b68 fetch  0x00000002 , 0x00000910 
- 00014864  0x00002b69 copy  0x0000003f , 0x00000005 
- 00014865  0x00002b6a add  0x0000003f , 0x00000004 , 0x00000006 
- 00014866  0x00002b6d arg  0x00000024 , 0x00000039 
- 00014867  0x00002b6e call  0x00007ccc 
- 00014868  0x00002b6f istoret  0x00000004 , 0x00000005 
- 00014869  0x00002b70 branch  0x00007dba 
- 00014870  0x00002b72 istoret  0x00000004 , 0x00000011 
- 00014871  0x00002b73 branch  0x00007dba 
- 00014872  0x00002b76 fetch  0x00000001 , 0x00004857 
- 00014873  0x00002b77 beq  0x00000001 , 0x00003a43 
- 00014874  0x00002b79 call  0x00003a21 
- 00014875  0x00002b7a call  0x00003a25 
- 00014876  0x00002b7b call  0x00003a2c 
- 00014877  0x00002b7c call  0x00003a30 
- 00014878  0x00002b7d call  0x00003a34 
- 00014879  0x00002b7e call  0x00003a35 
- 00014880  0x00002b7f branch  0x00003a39 
- 00014881  0x00002b82 arg  0x0000001a , 0x00000002 
- 00014882  0x00002b83 arg  0x0000480a , 0x00000011 
- 00014883  0x00002b84 setarg  0x0001ffa0 
- 00014884  0x00002b85 branch  0x00006c4d 
- 00014885  0x00002b87 arg  0x00000013 , 0x00000002 
- 00014886  0x00002b88 arg  0x000047ef , 0x00000011 
- 00014887  0x00002b89 setarg  0x0001e000 
- 00014888  0x00002b8a call  0x00006c4d 
- 00014889  0x00002b8b fetch  0x00000001 , 0x000047ff 
- 00014890  0x00002b8c store  0x00000001 , 0x00004871 
- 00014891  0x00002b8d rtn 
- 00014892  0x00002b8f arg  0x00000010 , 0x00000002 
- 00014893  0x00002b90 arg  0x00004959 , 0x00000011 
- 00014894  0x00002b91 setarg  0x0001e100 
- 00014895  0x00002b92 branch  0x00006c4d 
- 00014896  0x00002b94 arg  0x00000010 , 0x00000002 
- 00014897  0x00002b95 arg  0x000046a0 , 0x00000011 
- 00014898  0x00002b96 setarg  0x0001e200 
- 00014899  0x00002b97 branch  0x00006c4d 
- 00014900  0x00002b99 rtn 
- 00014901  0x00002b9b arg  0x00000003 , 0x00000002 
- 00014902  0x00002b9c arg  0x00004992 , 0x00000011 
- 00014903  0x00002b9d setarg  0x0001f000 
- 00014904  0x00002b9e branch  0x00006c4d 
- 00014905  0x00002ba0 fetch  0x00000002 , 0x0000484c 
- 00014906  0x00002ba1 rtnbit1  0x00000002 
- 00014907  0x00002ba2 arg  0x00000040 , 0x00000002 
- 00014908  0x00002ba3 arg  0x000006a1 , 0x00000011 
- 00014909  0x00002ba4 setarg  0x0001e400 
- 00014910  0x00002ba5 call  0x00006c4d 
- 00014911  0x00002ba6 call  0x00003e3e 
- 00014912  0x00002ba7 arg  0x000006a1 , 0x00000006 
- 00014913  0x00002ba8 add  0x00000011 , 0x00000006 , 0x00000011 
- 00014914  0x00002ba9 branch  0x00003a6b 
- 00014915  0x00002bad call  0x00003a4a 
- 00014916  0x00002bae call  0x00003a4e 
- 00014917  0x00002baf call  0x00003a55 
- 00014918  0x00002bb0 call  0x00003a59 
- 00014919  0x00002bb1 call  0x00003a5d 
- 00014920  0x00002bb2 call  0x00003a5e 
- 00014921  0x00002bb3 branch  0x00003a62 
- 00014922  0x00002bb6 arg  0x0000001a , 0x00000002 
- 00014923  0x00002bb7 arg  0x0000480a , 0x00000011 
- 00014924  0x00002bb8 arg  0x00000000 , 0x00000012 
- 00014925  0x00002bb9 branch  0x00006ce1 
- 00014926  0x00002bbc arg  0x00000013 , 0x00000002 
- 00014927  0x00002bbd arg  0x000047ef , 0x00000011 
- 00014928  0x00002bbe arg  0x0000001a , 0x00000012 
- 00014929  0x00002bbf call  0x00006ce1 
- 00014930  0x00002bc0 fetch  0x00000001 , 0x000047ff 
- 00014931  0x00002bc1 store  0x00000001 , 0x00004871 
- 00014932  0x00002bc2 rtn 
- 00014933  0x00002bc5 arg  0x00000010 , 0x00000002 
- 00014934  0x00002bc6 arg  0x00004959 , 0x00000011 
- 00014935  0x00002bc7 arg  0x0000002d , 0x00000012 
- 00014936  0x00002bc8 branch  0x00006ce1 
- 00014937  0x00002bcb arg  0x00000010 , 0x00000002 
- 00014938  0x00002bcc arg  0x000046a0 , 0x00000011 
- 00014939  0x00002bcd arg  0x0000003d , 0x00000012 
- 00014940  0x00002bce branch  0x00006ce1 
- 00014941  0x00002bd1 rtn 
- 00014942  0x00002bd4 arg  0x00000003 , 0x00000002 
- 00014943  0x00002bd5 arg  0x00004992 , 0x00000011 
- 00014944  0x00002bd6 arg  0x0000004e , 0x00000012 
- 00014945  0x00002bd7 branch  0x00006ce1 
- 00014946  0x00002bda fetch  0x00000002 , 0x0000484c 
- 00014947  0x00002bdb rtnbit1  0x00000002 
- 00014948  0x00002bdc arg  0x00000040 , 0x00000002 
- 00014949  0x00002bdd arg  0x000006a1 , 0x00000011 
- 00014950  0x00002bde arg  0x00000051 , 0x00000012 
- 00014951  0x00002bdf call  0x00006ce1 
- 00014952  0x00002be0 call  0x00003e3e 
- 00014953  0x00002be1 arg  0x000006a1 , 0x00000006 
- 00014954  0x00002be2 add  0x00000011 , 0x00000006 , 0x00000011 
- 00014955  0x00002be4 copy  0x00000011 , 0x00000005 
- 00014956  0x00002be5 call  0x00007c8f 
- 00014957  0x00002be6 copy  0x00000012 , 0x0000003f 
- 00014958  0x00002be7 iadd  0x00000011 , 0x00000011 
- 00014959  0x00002be8 loop  0x00003a6b 
- 00014960  0x00002be9 rtn 
- 00014961  0x00002bec fetch  0x00000001 , 0x00004857 
- 00014962  0x00002bed beq  0x00000001 , 0x00003a83 
- 00014963  0x00002bee beq  0x00000002 , 0x00003a74 
- 00014964  0x00002bf0 call  0x00003a77 
- 00014965  0x00002bf1 call  0x00003a7b 
- 00014966  0x00002bf2 branch  0x00003a7f 
- 00014967  0x00002bf4 arg  0x00000013 , 0x00000002 
- 00014968  0x00002bf5 arg  0x000047ef , 0x00000011 
- 00014969  0x00002bf6 setarg  0x0001e000 
- 00014970  0x00002bf7 branch  0x00006c33 
- 00014971  0x00002bf9 arg  0x00000010 , 0x00000002 
- 00014972  0x00002bfa arg  0x00004959 , 0x00000011 
- 00014973  0x00002bfb setarg  0x0001e100 
- 00014974  0x00002bfc branch  0x00006c33 
- 00014975  0x00002bfe arg  0x00000010 , 0x00000002 
- 00014976  0x00002bff arg  0x000046a0 , 0x00000011 
- 00014977  0x00002c00 setarg  0x0001e200 
- 00014978  0x00002c01 branch  0x00006c33 
- 00014979  0x00002c04 call  0x00003a86 
- 00014980  0x00002c05 call  0x00003a8a 
- 00014981  0x00002c06 branch  0x00003a8e 
- 00014982  0x00002c09 arg  0x00000013 , 0x00000002 
- 00014983  0x00002c0a arg  0x000047ef , 0x00000011 
- 00014984  0x00002c0b arg  0x0000001a , 0x00000012 
- 00014985  0x00002c0c branch  0x00006cd3 
- 00014986  0x00002c0f arg  0x00000010 , 0x00000002 
- 00014987  0x00002c10 arg  0x00004959 , 0x00000011 
- 00014988  0x00002c11 arg  0x0000002d , 0x00000012 
- 00014989  0x00002c12 branch  0x00006cd3 
- 00014990  0x00002c15 arg  0x00000010 , 0x00000002 
- 00014991  0x00002c16 arg  0x000046a0 , 0x00000011 
- 00014992  0x00002c17 arg  0x0000003d , 0x00000012 
- 00014993  0x00002c18 branch  0x00006cd3 
- 00014994  0x00002c1b fetch  0x00000003 , 0x00004992 
- 00014995  0x00002c1c fetcht  0x00000003 , 0x00004c24 
- 00014996  0x00002c1d isub  0x00000002 , 0x0000003e 
- 00014997  0x00002c1e nrtn  0x00000002 
- 00014998  0x00002c1f add  0x0000003f , 0x00000080 , 0x0000003f 
- 00014999  0x00002c20 store  0x00000003 , 0x00004c24 
- 00015000  0x00002c21 fetch  0x00000001 , 0x00004857 
- 00015001  0x00002c22 beq  0x00000001 , 0x00003a9e 
- 00015002  0x00002c24 arg  0x00000003 , 0x00000002 
- 00015003  0x00002c25 arg  0x00004c24 , 0x00000011 
- 00015004  0x00002c26 setarg  0x0001f000 
- 00015005  0x00002c27 branch  0x00006c33 
- 00015006  0x00002c29 arg  0x00000003 , 0x00000002 
- 00015007  0x00002c2a arg  0x00004c24 , 0x00000011 
- 00015008  0x00002c2b arg  0x0000004e , 0x00000012 
- 00015009  0x00002c2c branch  0x00006cd3 
- 00015010  0x00002c2f call  0x00003aad 
- 00015011  0x00002c30 fetch  0x00000001 , 0x00004857 
- 00015012  0x00002c31 beq  0x00000002 , 0x00003aa9 
- 00015013  0x00002c32 arg  0x00000040 , 0x00000002 
- 00015014  0x00002c33 arg  0x000006a1 , 0x00000011 
- 00015015  0x00002c34 arg  0x00000051 , 0x00000012 
- 00015016  0x00002c35 branch  0x00006cd3 
- 00015017  0x00002c37 arg  0x00000040 , 0x00000002 
- 00015018  0x00002c38 arg  0x000006a1 , 0x00000011 
- 00015019  0x00002c39 setarg  0x0001e400 
- 00015020  0x00002c3a branch  0x00006c33 
- 00015021  0x00002c3d call  0x00003e3e 
- 00015022  0x00002c3e arg  0x000006a1 , 0x00000005 
- 00015023  0x00002c3f add  0x00000011 , 0x00000006 , 0x00000011 
- 00015024  0x00002c41 copy  0x00000011 , 0x00000006 
- 00015025  0x00002c42 call  0x00007c8f 
- 00015026  0x00002c43 copy  0x00000012 , 0x0000003f 
- 00015027  0x00002c44 iadd  0x00000011 , 0x00000011 
- 00015028  0x00002c45 loop  0x00003ab0 
- 00015029  0x00002c46 rtn 
- 00015030  0x00002c49 fetch  0x00000001 , 0x00004857 
- 00015031  0x00002c4a beq  0x00000001 , 0x00003abb 
- 00015032  0x00002c4c setarg  0x0001e000 
- 00015033  0x00002c4d store  0x00000003 , 0x00004419 
- 00015034  0x00002c4e branch  0x00006bfa 
- 00015035  0x00002c50 rtn 
- 00015036  0x00002c53 fetch  0x00000001 , 0x00004857 
- 00015037  0x00002c54 rtnne  0x00000002 
- 00015038  0x00002c55 setarg  0x0001d000 
- 00015039  0x00002c56 arg  0x00004503 , 0x00000011 
- 00015040  0x00002c57 arg  0x0000000d , 0x00000002 
- 00015041  0x00002c58 mul32  0x00000002 , 0x00000012 , 0x00000002 
- 00015042  0x00002c59 branch  0x00006c33 
- 00015043  0x00002c5c fetch  0x00000001 , 0x00004857 
- 00015044  0x00002c5d rtnne  0x00000002 
- 00015045  0x00002c5e arg  0x00004503 , 0x00000011 
- 00015046  0x00002c5f arg  0x0000000d , 0x00000002 
- 00015047  0x00002c60 mul32  0x00000002 , 0x00000012 , 0x00000002 
- 00015048  0x00002c61 setarg  0x0001d000 
- 00015049  0x00002c62 branch  0x00006c4d 
- 00015050  0x00002c69 call  0x00004073 
- 00015051  0x00002c6a branch  0x00003ad2 
- 00015052  0x00002c6f call  0x00003b23 
- 00015053  0x00002c70 branch  0x00003b19 
- 00015054  0x00002c74 jam  0x00000001 , 0x0000464b 
- 00015055  0x00002c75 rtn 
- 00015056  0x00002c79 jam  0x00000000 , 0x0000464b 
- 00015057  0x00002c7a rtn 
- 00015058  0x00002c7e arg  0x00003ad6 , 0x00000012 
- 00015059  0x00002c7f arg  0x0000001d , 0x00000011 
- 00015060  0x00002c80 arg  0x0000000e , 0x00000007 
- 00015061  0x00002c81 branch  0x00003b0e 
- 00015062  0x00002c88 fetch  0x00000001 , 0x000047e4 
- 00015063  0x00002c89 beq  0x00000001 , 0x00003afd 
- 00015064  0x00002c8a beq  0x00000003 , 0x00003adc 
- 00015065  0x00002c8b beq  0x00000002 , 0x00003b0d 
- 00015066  0x00002c8c beq  0x00000000 , 0x00003ade 
- 00015067  0x00002c8d branch  0x00003ade 
- 00015068  0x00002c90 jam  0x00000000 , 0x00004388 
- 00015069  0x00002c91 branch  0x00003ad0 
- 00015070  0x00002c94 call  0x0000396c 
- 00015071  0x00002c95 arg  0x00000787 , 0x00000011 
- 00015072  0x00002c96 call  0x000078dc 
- 00015073  0x00002c97 nrtn  0x00000028 
- 00015074  0x00002c98 fetch  0x00000001 , 0x000049b7 
- 00015075  0x00002c99 bbit1  0x00000002 , 0x00003aef 
- 00015076  0x00002c9a fetch  0x00000001 , 0x00000787 
- 00015077  0x00002c9b pincrease  0xffffffff 
- 00015078  0x00002c9c istore  0x00000001 , 0x00000012 
- 00015079  0x00002c9d and  0x0000003f , 0x0000007f , 0x0000003f 
- 00015080  0x00002c9e call  0x00003af5 , 0x00000034 
- 00015081  0x00002c9f fetch  0x00000001 , 0x000049b7 
- 00015082  0x00002ca0 rtnbit0  0x00000000 
- 00015083  0x00002ca1 arg  0x0000462a , 0x00000005 
- 00015084  0x00002ca2 arg  0x00000789 , 0x00000006 
- 00015085  0x00002ca3 call  0x00007c8d 
- 00015086  0x00002ca4 branch  0x000039d3 
- 00015087  0x00002ca7 arg  0x00000787 , 0x00000011 
- 00015088  0x00002ca8 call  0x000078ca 
- 00015089  0x00002ca9 call  0x000078fa 
- 00015090  0x00002caa nrtn  0x00000034 
- 00015091  0x00002cac call  0x00003afb 
- 00015092  0x00002cad branch  0x00003ad0 
- 00015093  0x00002cb1 arg  0x00000787 , 0x00000011 
- 00015094  0x00002cb2 call  0x000078ca 
- 00015095  0x00002cb3 call  0x000078fa 
- 00015096  0x00002cb4 nrtn  0x00000034 
- 00015097  0x00002cb6 jam  0x00000004 , 0x0000464f 
- 00015098  0x00002cb7 branch  0x00003ad0 
- 00015099  0x00002cba jam  0x00000000 , 0x000049b5 
- 00015100  0x00002cbb rtn 
- 00015101  0x00002cbf call  0x00003ce0 
- 00015102  0x00002cc0 call  0x00003cec 
- 00015103  0x00002cc1 call  0x00003b05 
- 00015104  0x00002cc2 nrtn  0x00000005 
- 00015105  0x00002cc3 fetch  0x00000001 , 0x000047e4 
- 00015106  0x00002cc4 beq  0x00000003 , 0x00003b09 
- 00015107  0x00002cc5 beq  0x00000001 , 0x00003b0b 
- 00015108  0x00002cc6 rtn 
- 00015109  0x00002ccc fetch  0x00000001 , 0x0000464e 
- 00015110  0x00002ccd add  0x0000003f , 0xffffffff , 0x0000003f 
- 00015111  0x00002cce store  0x00000001 , 0x0000464e 
- 00015112  0x00002ccf rtn 
- 00015113  0x00002cd3 jam  0x00000258 , 0x0000464f 
- 00015114  0x00002cd4 branch  0x00003ad0 
- 00015115  0x00002cd8 jam  0x00000006 , 0x0000464f 
- 00015116  0x00002cd9 branch  0x00003ad0 
- 00015117  0x00002cdd branch  0x000039d3 
- 00015118  0x00002ce0 fetch  0x00000001 , 0x0000464b 
- 00015119  0x00002ce1 rtnne  0x00000001 
- 00015120  0x00002ce3 random  0x0000003f 
- 00015121  0x00002ce4 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00015122  0x00002ce5 iadd  0x00000011 , 0x00000011 
- 00015123  0x00002cea call  0x00007cef 
- 00015124  0x00002ceb nrtn  0x00000034 
- 00015125  0x00002cec copy  0x00000011 , 0x0000003f 
- 00015126  0x00002ced call  0x00007ce1 
- 00015127  0x00002cee copy  0x00000012 , 0x0000003f 
- 00015128  0x00002cef branch  0x00007d79 
- 00015129  0x00002cf4 arg  0x0000464c , 0x00000013 
- 00015130  0x00002cf5 arg  0x00003b1c , 0x00000012 
- 00015131  0x00002cf6 branch  0x000042e7 
- 00015132  0x00002cfa fetch  0x00000001 , 0x000047e4 
- 00015133  0x00002cfb rtnne  0x00000001 
- 00015134  0x00002cfc fetch  0x00000001 , 0x000047e7 
- 00015135  0x00002cfd set1  0x00000000 , 0x0000003f 
- 00015136  0x00002cfe store  0x00000001 , 0x000047e7 
- 00015137  0x00002cff jam  0x00000003 , 0x000047e4 
- 00015138  0x00002d00 branch  0x00003b31 
- 00015139  0x00002d06 arg  0x0000464f , 0x00000013 
- 00015140  0x00002d07 arg  0x00003b26 , 0x00000012 
- 00015141  0x00002d08 branch  0x000042e0 
- 00015142  0x00002d0e fetch  0x00000001 , 0x000047e4 
- 00015143  0x00002d10 beq  0x00000001 , 0x00003b2f 
- 00015144  0x00002d11 beq  0x00000000 , 0x00003afb 
- 00015145  0x00002d12 rtn 
- 00015146  0x00002d15 call  0x00003e5a 
- 00015147  0x00002d16 call  0x0000420b 
- 00015148  0x00002d17 jam  0x00000000 , 0x0000464f 
- 00015149  0x00002d18 call  0x00003ad0 
- 00015150  0x00002d19 branch  0x00003afb 
- 00015151  0x00002d1d jam  0x00000006 , 0x0000464e 
- 00015152  0x00002d1e branch  0x00003ace 
- 00015153  0x00002d22 jam  0x00000006 , 0x0000464e 
- 00015154  0x00002d23 branch  0x00003ace 
- 00015155  0x00002d26 arg  0x00003b37 , 0x00000012 
- 00015156  0x00002d27 arg  0x00000020 , 0x00000011 
- 00015157  0x00002d28 arg  0x0000000f , 0x00000007 
- 00015158  0x00002d29 branch  0x00003b10 
- 00015159  0x00002d2c fetch  0x00000001 , 0x000049b5 
- 00015160  0x00002d2d nrtn  0x00000034 
- 00015161  0x00002d2e call  0x0000406e 
- 00015162  0x00002d2f arg  0x00000787 , 0x00000011 
- 00015163  0x00002d30 call  0x000078dc 
- 00015164  0x00002d31 nrtn  0x00000028 
- 00015165  0x00002d32 fetch  0x00000001 , 0x00000787 
- 00015166  0x00002d33 pincrease  0xffffffff 
- 00015167  0x00002d34 istore  0x00000001 , 0x00000012 
- 00015168  0x00002d35 call  0x000078ca , 0x00000034 
- 00015169  0x00002d36 arg  0x0000462a , 0x00000005 
- 00015170  0x00002d37 arg  0x00000789 , 0x00000006 
- 00015171  0x00002d38 call  0x00007c8d 
- 00015172  0x00002d39 branch  0x000039d3 
- 00015173  0x00002d41 call  0x00003b4b 
- 00015174  0x00002d42 call  0x00003b53 
- 00015175  0x00002d43 call  0x00003b59 
- 00015176  0x00002d44 call  0x00003b5f 
- 00015177  0x00002d45 call  0x00003b67 
- 00015178  0x00002d46 branch  0x00003b6b 
- 00015179  0x00002d4c call  0x00003b78 
- 00015180  0x00002d4d arg  0x000046c0 , 0x00000006 
- 00015181  0x00002d4e arg  0x0000000f , 0x00000039 
- 00015182  0x00002d4f call  0x00003be7 
- 00015183  0x00002d50 call  0x00003c01 
- 00015184  0x00002d51 arg  0x000001bd , 0x00000006 
- 00015185  0x00002d52 arg  0x000046b0 , 0x00000005 
- 00015186  0x00002d53 branch  0x00007c8f 
- 00015187  0x00002d59 call  0x00003b7b 
- 00015188  0x00002d5a call  0x00003b75 
- 00015189  0x00002d5b call  0x00003c01 
- 00015190  0x00002d5c arg  0x000001bd , 0x00000006 
- 00015191  0x00002d5d arg  0x00004660 , 0x00000005 
- 00015192  0x00002d5e branch  0x00007c8f 
- 00015193  0x00002d63 call  0x00003b7b 
- 00015194  0x00002d64 call  0x00003b78 
- 00015195  0x00002d65 call  0x00003c01 
- 00015196  0x00002d66 arg  0x000001bd , 0x00000006 
- 00015197  0x00002d67 arg  0x00004690 , 0x00000005 
- 00015198  0x00002d68 branch  0x00007c8f 
- 00015199  0x00002d6e fetch  0x00000008 , 0x00004680 
- 00015200  0x00002d6f store  0x00000008 , 0x00004658 
- 00015201  0x00002d70 fetch  0x00000008 , 0x00004688 
- 00015202  0x00002d71 store  0x00000008 , 0x00004650 
- 00015203  0x00002d73 arg  0x00004650 , 0x00000006 
- 00015204  0x00002d74 arg  0x000046b0 , 0x00000011 
- 00015205  0x00002d75 arg  0x00004670 , 0x00000030 
- 00015206  0x00002d76 branch  0x00003c48 
- 00015207  0x00002d7d arg  0x00004680 , 0x00000006 
- 00015208  0x00002d7e arg  0x000046b0 , 0x00000011 
- 00015209  0x00002d7f arg  0x00004680 , 0x00000030 
- 00015210  0x00002d80 branch  0x00003c48 
- 00015211  0x00002d87 arg  0x00004670 , 0x00000006 
- 00015212  0x00002d88 arg  0x00000010 , 0x00000039 
- 00015213  0x00002d89 call  0x00003be4 
- 00015214  0x00002d8a arg  0x000046d9 , 0x00000006 
- 00015215  0x00002d8b arg  0x00000009 , 0x00000039 
- 00015216  0x00002d8c call  0x00003be7 
- 00015217  0x00002d8d call  0x00003c01 
- 00015218  0x00002d8e arg  0x000001bd , 0x00000006 
- 00015219  0x00002d8f arg  0x000046a0 , 0x00000005 
- 00015220  0x00002d90 branch  0x00007c8f 
- 00015221  0x00002d94 call  0x00003b79 
- 00015222  0x00002d96 arg  0x00004680 , 0x00000006 
- 00015223  0x00002d97 branch  0x00003be3 
- 00015224  0x00002d9a call  0x00003b76 
- 00015225  0x00002d9c arg  0x00004688 , 0x00000006 
- 00015226  0x00002d9d branch  0x00003be3 
- 00015227  0x00002da1 arg  0x0000480a , 0x00000006 
- 00015228  0x00002da2 arg  0x00000004 , 0x00000039 
- 00015229  0x00002da3 call  0x00003bea 
- 00015230  0x00002da4 arg  0x0000480e , 0x00000006 
- 00015231  0x00002da5 arg  0x00000006 , 0x00000039 
- 00015232  0x00002da6 call  0x00003bea 
- 00015233  0x00002da7 arg  0x00004814 , 0x00000006 
- 00015234  0x00002da8 arg  0x00000010 , 0x00000039 
- 00015235  0x00002da9 call  0x00003be4 
- 00015236  0x00002daa call  0x00003bf1 
- 00015237  0x00002dab branch  0x00003bec 
- 00015238  0x00002db1 call  0x00003b92 
- 00015239  0x00002db4 arg  0x000047ec , 0x00000011 
- 00015240  0x00002db5 arg  0x000001bd , 0x00000012 
- 00015241  0x00002db6 arg  0x0000000b , 0x00000039 
- 00015242  0x00002db8 ifetch  0x00000002 , 0x00000011 
- 00015243  0x00002db9 ifetcht  0x00000002 , 0x00000012 
- 00015244  0x00002dba ixor  0x00000002 , 0x0000003f 
- 00015245  0x00002dbb istore  0x00000002 , 0x00000011 
- 00015246  0x00002dbc increase  0x00000002 , 0x00000011 
- 00015247  0x00002dbd increase  0x00000002 , 0x00000012 
- 00015248  0x00002dbe loop  0x00003b8a 
- 00015249  0x00002dbf rtn 
- 00015250  0x00002dc6 arg  0x00004670 , 0x00000006 
- 00015251  0x00002dc7 arg  0x00000010 , 0x00000039 
- 00015252  0x00002dc8 call  0x00003be4 
- 00015253  0x00002dc9 arg  0x000046cf , 0x00000006 
- 00015254  0x00002dca arg  0x0000000a , 0x00000039 
- 00015255  0x00002dcb call  0x00003be7 
- 00015256  0x00002dcc branch  0x00003c01 
- 00015257  0x00002dd1 arg  0x000047ef , 0x00000006 
- 00015258  0x00002dd2 arg  0x0000470d , 0x00000005 
- 00015259  0x00002dd3 call  0x00007c8f 
- 00015260  0x00002dd9 arg  0x0000470d , 0x00000006 
- 00015261  0x00002dda arg  0x0000471d , 0x00000011 
- 00015262  0x00002ddb arg  0x0000472d , 0x00000030 
- 00015263  0x00002ddc call  0x00003c4a 
- 00015264  0x00002dde arg  0x0000473d , 0x00000030 
- 00015265  0x00002ddf arg  0x00000001 , 0x00000012 
- 00015266  0x00002de0 setarg  0x00000000 
- 00015267  0x00002de1 call  0x00003c4c 
- 00015268  0x00002de2 fetch  0x00000001 , 0x0000474c 
- 00015269  0x00002de3 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00015270  0x00002de4 store  0x00000001 , 0x0000474d 
- 00015271  0x00002de6 arg  0x0000475e , 0x00000030 
- 00015272  0x00002de7 arg  0x00000002 , 0x00000012 
- 00015273  0x00002de8 setarg  0x00000010 
- 00015274  0x00002de9 arg  0x0000473d , 0x00000011 
- 00015275  0x00002dea call  0x00003c4c 
- 00015276  0x00002dec arg  0x0000474e , 0x00000030 
- 00015277  0x00002ded arg  0x00000003 , 0x00000012 
- 00015278  0x00002dee setarg  0x00000010 
- 00015279  0x00002def arg  0x0000475e , 0x00000011 
- 00015280  0x00002df0 branch  0x00003c4c 
- 00015281  0x00002df4 arg  0x00004959 , 0x00000006 
- 00015282  0x00002df5 arg  0x0000476e , 0x00000011 
- 00015283  0x00002df6 arg  0x0000477e , 0x00000030 
- 00015284  0x00002df7 call  0x00003c4a 
- 00015285  0x00002df8 arg  0x0000478e , 0x00000006 
- 00015286  0x00002df9 arg  0x0000477e , 0x00000011 
- 00015287  0x00002dfa arg  0x0000479e , 0x00000030 
- 00015288  0x00002dfb setarg  0x00000004 
- 00015289  0x00002dfc call  0x00003c5a 
- 00015290  0x00002dfd fetch  0x00000001 , 0x000047ad 
- 00015291  0x00002dfe and  0x0000003f , 0x0000003f , 0x0000003f 
- 00015292  0x00002dff set1  0x00000006 , 0x0000003f 
- 00015293  0x00002e00 store  0x00000001 , 0x000047ae 
- 00015294  0x00002e01 rtn 
- 00015295  0x00002e05 arg  0x000047ef , 0x00000006 
- 00015296  0x00002e06 arg  0x000047af , 0x00000011 
- 00015297  0x00002e07 arg  0x000047bf , 0x00000030 
- 00015298  0x00002e08 call  0x00003c4a 
- 00015299  0x00002e09 arg  0x000047cf , 0x00000006 
- 00015300  0x00002e0a arg  0x000047bf , 0x00000011 
- 00015301  0x00002e0b arg  0x000047d4 , 0x00000030 
- 00015302  0x00002e0c setarg  0x00000005 
- 00015303  0x00002e0d call  0x00003c5a 
- 00015304  0x00002e11 fetch  0x00000002 , 0x000044e9 
- 00015305  0x00002e12 rtnbit1  0x00000009 
- 00015306  0x00002e13 jam  0x00000001 , 0x00004388 
- 00015307  0x00002e14 rtn 
- 00015308  0x00002e19 arg  0x00004999 , 0x00000011 
- 00015309  0x00002e1a fetch  0x00000007 , 0x0000499f 
- 00015310  0x00002e1b branch  0x00003bd1 
- 00015311  0x00002e1d arg  0x00000923 , 0x00000011 
- 00015312  0x00002e1e fetch  0x00000007 , 0x00000929 
- 00015313  0x00002e20 store  0x00000007 , 0x000008da 
- 00015314  0x00002e21 setarg  0x00000000 
- 00015315  0x00002e22 store  0x00000005 , 0x000008d1 
- 00015316  0x00002e23 call  0x00003bda 
- 00015317  0x00002e24 fetch  0x00000006 , 0x000008e1 
- 00015318  0x00002e25 ifetcht  0x00000006 , 0x00000011 
- 00015319  0x00002e26 ixor  0x00000002 , 0x0000003f 
- 00015320  0x00002e27 istore  0x00000006 , 0x00000011 
- 00015321  0x00002e28 rtn 
- 00015322  0x00002e2c fetch  0x00000004 , 0x0000486e 
- 00015323  0x00002e2d store  0x00000004 , 0x000008d6 
- 00015324  0x00002e30 arg  0x0000474e , 0x00000006 
- 00015325  0x00002e31 call  0x0000735f 
- 00015326  0x00002e32 arg  0x000008d1 , 0x00000006 
- 00015327  0x00002e33 call  0x00007361 
- 00015328  0x00002e34 call  0x000072d1 
- 00015329  0x00002e35 arg  0x000008e1 , 0x00000005 
- 00015330  0x00002e36 branch  0x00007375 
- 00015331  0x00002e3e arg  0x00000008 , 0x00000039 
- 00015332  0x00002e44 call  0x00003bf1 
- 00015333  0x00002e45 call  0x00003c39 
- 00015334  0x00002e46 branch  0x00003bee 
- 00015335  0x00002e48 call  0x00003bf1 
- 00015336  0x00002e49 call  0x00007cda 
- 00015337  0x00002e4a branch  0x00003bee 
- 00015338  0x00002e4c call  0x00003bf1 
- 00015339  0x00002e4d call  0x00003c39 
- 00015340  0x00002e4e setarg  0x0000002c 
- 00015341  0x00002e4f istore  0x00000001 , 0x00000005 
- 00015342  0x00002e51 copy  0x00000005 , 0x0000003f 
- 00015343  0x00002e52 store  0x00000002 , 0x000046f3 
- 00015344  0x00002e53 rtn 
- 00015345  0x00002e55 copy  0x00000006 , 0x00000002 
- 00015346  0x00002e56 copy  0x00000039 , 0x00000011 
- 00015347  0x00002e57 fetch  0x00000002 , 0x000046f3 
- 00015348  0x00002e58 copy  0x0000003f , 0x00000005 
- 00015349  0x00002e59 fetch  0x00000001 , 0x000046e2 
- 00015350  0x00002e5a call  0x00003bfa , 0x00000034 
- 00015351  0x00002e5b copy  0x00000002 , 0x00000006 
- 00015352  0x00002e5c copy  0x00000011 , 0x00000039 
- 00015353  0x00002e5d rtn 
- 00015354  0x00002e5f jam  0x00000001 , 0x000046e2 
- 00015355  0x00002e60 call  0x00003bfe 
- 00015356  0x00002e61 arg  0x000007d1 , 0x00000005 
- 00015357  0x00002e62 rtn 
- 00015358  0x00002e65 arg  0x00000100 , 0x00000039 
- 00015359  0x00002e66 arg  0x000007d1 , 0x00000005 
- 00015360  0x00002e67 branch  0x00007ca3 
- 00015361  0x00002e6c call  0x00003c17 
- 00015362  0x00002e6d call  0x00003c32 
- 00015363  0x00002e6f setarg  0x000007d1 
- 00015364  0x00002e70 store  0x00000002 , 0x000046fa 
- 00015365  0x00002e71 call  0x00004134 
- 00015366  0x00002e74 fetch  0x00000002 , 0x000046fa 
- 00015367  0x00002e75 copy  0x0000003f , 0x00000006 
- 00015368  0x00002e76 arg  0x00000231 , 0x00000005 
- 00015369  0x00002e77 call  0x00007c81 
- 00015370  0x00002e78 call  0x0000413b 
- 00015371  0x00002e79 fetch  0x00000002 , 0x000046fa 
- 00015372  0x00002e7a pincrease  0x00000040 
- 00015373  0x00002e7b store  0x00000002 , 0x000046fa 
- 00015374  0x00002e7c fetch  0x00000001 , 0x000046f7 
- 00015375  0x00002e7d pincrease  0xffffffff 
- 00015376  0x00002e7e store  0x00000001 , 0x000046f7 
- 00015377  0x00002e7f nbranch  0x00003c06 , 0x00000034 
- 00015378  0x00002e80 call  0x00004176 
- 00015379  0x00002e81 arg  0x000001bd , 0x00000011 
- 00015380  0x00002e82 arg  0x00000020 , 0x00000039 
- 00015381  0x00002e83 call  0x00007cb1 
- 00015382  0x00002e84 rtn 
- 00015383  0x00002e88 jam  0x00000000 , 0x000046e2 
- 00015384  0x00002e89 fetch  0x00000002 , 0x000046f3 
- 00015385  0x00002e8a copy  0x0000003f , 0x00000005 
- 00015386  0x00002e8b arg  0x00000080 , 0x00000002 
- 00015387  0x00002e8c istoret  0x00000001 , 0x00000005 
- 00015388  0x00002e8d arg  0x000007d1 , 0x00000002 
- 00015389  0x00002e8e isub  0x00000002 , 0x0000003f 
- 00015390  0x00002e8f store  0x00000008 , 0x000046e3 
- 00015391  0x00002e91 lshift3  0x0000003f , 0x00000002 
- 00015392  0x00002e92 storet  0x00000008 , 0x000046eb 
- 00015393  0x00002e93 rshift4  0x0000003f , 0x00000013 
- 00015394  0x00002e94 rshift2  0x00000013 , 0x00000013 
- 00015395  0x00002e95 and  0x0000003f , 0x0000003f , 0x0000003f 
- 00015396  0x00002e96 sub  0x0000003f , 0x00000037 , 0x0000003e 
- 00015397  0x00002e98 ncall  0x00003c30 , 0x00000002 
- 00015398  0x00002e99 add  0x00000013 , 0x00000001 , 0x0000003f 
- 00015399  0x00002e9a store  0x00000001 , 0x000046f7 
- 00015400  0x00002e9b mul32  0x0000003f , 0x00000040 , 0x00000011 
- 00015401  0x00002e9c lshift4  0x0000003f , 0x00000013 
- 00015402  0x00002e9d increase  0xffffffff , 0x00000013 
- 00015403  0x00002e9e setarg  0x000007cd 
- 00015404  0x00002e9f iadd  0x00000011 , 0x00000011 
- 00015405  0x00002ea0 fetch  0x00000004 , 0x000046eb 
- 00015406  0x00002ea1 istore  0x00000004 , 0x00000011 
- 00015407  0x00002ea2 rtn 
- 00015408  0x00002ea7 increase  0x00000001 , 0x00000013 
- 00015409  0x00002ea8 rtn 
- 00015410  0x00002eab arg  0x000007d1 , 0x00000011 
- 00015411  0x00002eb1 arg  0x00000004 , 0x00000039 
- 00015412  0x00002eb2 call  0x00007cb1 
- 00015413  0x00002eb3 increase  0x00000002 , 0x00000011 
- 00015414  0x00002eb4 add  0x00000013 , 0xffffffff , 0x00000013 
- 00015415  0x00002eb5 nbranch  0x00003c33 , 0x00000005 
- 00015416  0x00002eb6 rtn 
- 00015417  0x00002ebe ifetch  0x00000001 , 0x00000006 
- 00015418  0x00002ebf rshift4  0x0000003f , 0x00000002 
- 00015419  0x00002ec0 call  0x00003c42 
- 00015420  0x00002ec1 istoret  0x00000001 , 0x00000005 
- 00015421  0x00002ec2 and  0x0000003f , 0x0000000f , 0x00000002 
- 00015422  0x00002ec3 call  0x00003c42 
- 00015423  0x00002ec4 istoret  0x00000001 , 0x00000005 
- 00015424  0x00002ec5 loop  0x00003c39 
- 00015425  0x00002ec6 rtn 
- 00015426  0x00002ec8 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00015427  0x00002ec9 branch  0x00003c46 , 0x00000002 
- 00015428  0x00002eca add  0x00000002 , 0x00000057 , 0x00000002 
- 00015429  0x00002ecb rtn 
- 00015430  0x00002ecd add  0x00000002 , 0x00000030 , 0x00000002 
- 00015431  0x00002ece rtn 
- 00015432  0x00002ed2 setarg  0x00000020 
- 00015433  0x00002ed3 branch  0x00003c5a 
- 00015434  0x00002ed6 setarg  0x00000010 
- 00015435  0x00002ed7 branch  0x00003c5a 
- 00015436  0x00002edd fetcht  0x00000001 , 0x000046fc 
- 00015437  0x00002ede increase  0x00000001 , 0x00000002 
- 00015438  0x00002edf iadd  0x00000002 , 0x00000002 
- 00015439  0x00002ee0 storet  0x00000001 , 0x00000230 
- 00015440  0x00002ee1 copy  0x00000011 , 0x00000006 
- 00015441  0x00002ee2 copy  0x0000003f , 0x00000039 
- 00015442  0x00002ee3 call  0x00007ccc 
- 00015443  0x00002ee4 fetcht  0x00000001 , 0x000046fc 
- 00015444  0x00002ee5 copy  0x00000002 , 0x00000039 
- 00015445  0x00002ee6 call  0x00007cda 
- 00015446  0x00002ee7 copy  0x00000012 , 0x0000003f 
- 00015447  0x00002ee8 istore  0x00000001 , 0x00000005 
- 00015448  0x00002ee9 arg  0x0000472d , 0x00000011 
- 00015449  0x00002eea branch  0x00003c5d 
- 00015450  0x00002ef4 store  0x00000001 , 0x00000230 
- 00015451  0x00002ef5 copy  0x0000003f , 0x00000039 
- 00015452  0x00002ef6 call  0x00007ccc 
- 00015453  0x00002ef7 copy  0x00000011 , 0x00000006 
- 00015454  0x00002ef8 arg  0x000006a1 , 0x00000005 
- 00015455  0x00002ef9 call  0x00007c8f 
- 00015456  0x00002efa call  0x000071c1 
- 00015457  0x00002efb copy  0x00000030 , 0x00000005 
- 00015458  0x00002efc call  0x00007375 
- 00015459  0x00002efd rtn 
- 00015460  0x00002f02 fetcht  0x00000001 , 0x000008fe 
- 00015461  0x00002f03 branch  0x00003c67 
- 00015462  0x00002f05 force  0x00000001 , 0x00000002 
- 00015463  0x00002f07 force  0x00000000 , 0x00000038 
- 00015464  0x00002f08 fetch  0x00000002 , 0x000008f1 
- 00015465  0x00002f09 copy  0x0000003f , 0x00000006 
- 00015466  0x00002f0a ifetch  0x00000003 , 0x00000006 
- 00015467  0x00002f0b lshift8  0x0000003f , 0x0000003f 
- 00015468  0x00002f0c ior  0x00000002 , 0x0000002f 
- 00015469  0x00002f0d increase  0x00000001 , 0x00000038 
- 00015470  0x00002f0e ifetch  0x00000004 , 0x00000006 
- 00015471  0x00002f0f copy  0x0000003f , 0x0000002f 
- 00015472  0x00002f10 increase  0x00000001 , 0x00000038 
- 00015473  0x00002f11 ifetch  0x00000004 , 0x00000006 
- 00015474  0x00002f12 copy  0x0000003f , 0x0000002f 
- 00015475  0x00002f13 increase  0x00000001 , 0x00000038 
- 00015476  0x00002f14 byteswap  0x00000011 , 0x0000002f 
- 00015477  0x00002f15 lshift16  0x0000002f , 0x0000002f 
- 00015478  0x00002f16 ifetch  0x00000002 , 0x00000006 
- 00015479  0x00002f17 ior  0x0000002f , 0x0000002f 
- 00015480  0x00002f18 rtn 
- 00015481  0x00002f1a fetch  0x00000001 , 0x000008f3 
- 00015482  0x00002f1b copy  0x0000003f , 0x00000011 
- 00015483  0x00002f1c call  0x00003c64 
- 00015484  0x00002f1d call  0x000072d1 
- 00015485  0x00002f1e force  0x0000000c , 0x00000038 
- 00015486  0x00002f1f deposit  0x0000002f 
- 00015487  0x00002f20 copy  0x00000011 , 0x00000039 
- 00015488  0x00002f21 fetcht  0x00000002 , 0x000008f4 
- 00015489  0x00002f22 copy  0x00000002 , 0x00000006 
- 00015490  0x00002f23 call  0x00007349 
- 00015491  0x00002f24 branch  0x0000728c 
- 00015492  0x00002f26 jam  0x00000019 , 0x000008fe 
- 00015493  0x00002f27 branch  0x00003c88 
- 00015494  0x00002f29 jam  0x00000009 , 0x000008fe 
- 00015495  0x00002f2a branch  0x00003c88 
- 00015496  0x00002f2c store  0x00000001 , 0x000008f3 
- 00015497  0x00002f2d storet  0x00000002 , 0x000008f4 
- 00015498  0x00002f2e bpatchx  0x000000a5 , 0x00004034 
- 00015499  0x00002f2f call  0x00003c79 
- 00015500  0x00002f30 force  0x00000008 , 0x00000038 
- 00015501  0x00002f31 iforce  0x0000002f 
- 00015502  0x00002f32 force  0x0000000d , 0x00000038 
- 00015503  0x00002f33 copy  0x0000002f , 0x0000003f 
- 00015504  0x00002f34 force  0x00000009 , 0x00000038 
- 00015505  0x00002f35 iforce  0x0000002f 
- 00015506  0x00002f36 force  0x00000000 , 0x00000011 
- 00015507  0x00002f37 copy  0x00000002 , 0x00000013 
- 00015508  0x00002f38 call  0x00003c66 
- 00015509  0x00002f39 call  0x000072d7 
- 00015510  0x00002f3a call  0x00003cc7 
- 00015511  0x00002f3b storet  0x00000008 , 0x000008f6 
- 00015512  0x00002f3c fetch  0x00000001 , 0x000008f3 
- 00015513  0x00002f3d copy  0x0000003f , 0x00000012 
- 00015514  0x00002f3e call  0x00003ccf 
- 00015515  0x00002f3f fetcht  0x00000001 , 0x000008f3 
- 00015516  0x00002f40 fetch  0x00000002 , 0x000008f4 
- 00015517  0x00002f41 iadd  0x00000002 , 0x00000011 
- 00015518  0x00002f42 fetcht  0x00000008 , 0x000008f6 
- 00015519  0x00002f43 istoret  0x00000004 , 0x00000011 
- 00015520  0x00002f44 fetch  0x00000001 , 0x000008fe 
- 00015521  0x00002f45 sub  0x0000003f , 0x00000009 , 0x0000003f 
- 00015522  0x00002f46 rtn  0x00000034 
- 00015523  0x00002f47 istoret  0x00000008 , 0x00000011 
- 00015524  0x00002f48 rtn 
- 00015525  0x00002f4a jam  0x00000019 , 0x000008fe 
- 00015526  0x00002f4b branch  0x00003ca9 
- 00015527  0x00002f4d jam  0x00000009 , 0x000008fe 
- 00015528  0x00002f4e branch  0x00003ca9 
- 00015529  0x00002f51 store  0x00000001 , 0x000008f3 
- 00015530  0x00002f52 storet  0x00000002 , 0x000008f4 
- 00015531  0x00002f53 copy  0x00000002 , 0x00000013 
- 00015532  0x00002f54 copy  0x0000003f , 0x00000012 
- 00015533  0x00002f55 iadd  0x00000013 , 0x00000006 
- 00015534  0x00002f56 bpatchx  0x000000a6 , 0x00004034 
- 00015535  0x00002f57 ifetch  0x00000008 , 0x00000006 
- 00015536  0x00002f58 force  0x00000008 , 0x00000038 
- 00015537  0x00002f59 iforce  0x0000002f 
- 00015538  0x00002f5a force  0x00000009 , 0x00000038 
- 00015539  0x00002f5b rshift32  0x0000003f , 0x0000003f 
- 00015540  0x00002f5c iforce  0x0000002f 
- 00015541  0x00002f5d force  0x00000000 , 0x00000011 
- 00015542  0x00002f5e call  0x00003c66 
- 00015543  0x00002f5f call  0x000072d7 
- 00015544  0x00002f60 call  0x00003cc7 
- 00015545  0x00002f61 storet  0x00000008 , 0x000008f6 
- 00015546  0x00002f62 call  0x00003ccf 
- 00015547  0x00002f63 call  0x00003c79 
- 00015548  0x00002f64 call  0x00003cc7 
- 00015549  0x00002f65 fetch  0x00000001 , 0x000008fe 
- 00015550  0x00002f66 beq  0x00000019 , 0x00003cc4 
- 00015551  0x00002f67 storet  0x00000004 , 0x000008fa 
- 00015552  0x00002f68 fetch  0x00000004 , 0x000008f6 
- 00015553  0x00002f69 fetcht  0x00000004 , 0x000008fa 
- 00015554  0x00002f6a isub  0x00000002 , 0x0000003f 
- 00015555  0x00002f6b rtn 
- 00015556  0x00002f6e fetch  0x00000008 , 0x000008f6 
- 00015557  0x00002f6f isub  0x00000002 , 0x0000003f 
- 00015558  0x00002f70 rtn 
- 00015559  0x00002f73 force  0x0000000c , 0x00000038 
- 00015560  0x00002f74 deposit  0x0000002f 
- 00015561  0x00002f75 force  0x0000000d , 0x00000038 
- 00015562  0x00002f76 copy  0x0000002f , 0x00000002 
- 00015563  0x00002f77 lshift16  0x00000002 , 0x00000002 
- 00015564  0x00002f78 lshift16  0x00000002 , 0x00000002 
- 00015565  0x00002f79 ior  0x00000002 , 0x00000002 
- 00015566  0x00002f7a rtn 
- 00015567  0x00002f7c increase  0x00000001 , 0x00000011 
- 00015568  0x00002f7d call  0x00003c66 
- 00015569  0x00002f7e copy  0x00000013 , 0x00000006 
- 00015570  0x00002f7f call  0x0000735d 
- 00015571  0x00002f80 call  0x000072d7 
- 00015572  0x00002f81 call  0x0000737c 
- 00015573  0x00002f82 increase  0x00000010 , 0x00000013 
- 00015574  0x00002f83 increase  0xfffffff0 , 0x00000012 
- 00015575  0x00002f84 branch  0x00003ccf , 0x00000002 
- 00015576  0x00002f85 rtn 
- 00015577  0x00002f90 bpatchx  0x000000a7 , 0x00004034 
- 00015578  0x00002f91 jam  0x00000001 , 0x000047e4 
- 00015579  0x00002f92 jam  0x00000000 , 0x000047e5 
- 00015580  0x00002f93 jam  0x00000001 , 0x0000464b 
- 00015581  0x00002f94 setarg  0x00001770 
- 00015582  0x00002f95 store  0x00000002 , 0x0000464c 
- 00015583  0x00002f96 rtn 
- 00015584  0x00002f9a setarg  0x000001a8 
- 00015585  0x00002f9b store  0x00000002 , 0x000008ff 
- 00015586  0x00002f9c fetch  0x00000001 , 0x000047e6 
- 00015587  0x00002f9d istore  0x00000001 , 0x00000005 
- 00015588  0x00002f9e fetch  0x00000004 , 0x0000480a 
- 00015589  0x00002f9f call  0x00007cc6 
- 00015590  0x00002fa0 istore  0x00000004 , 0x00000005 
- 00015591  0x00002fa1 fetch  0x00000006 , 0x000042db 
- 00015592  0x00002fa2 istore  0x00000006 , 0x00000005 
- 00015593  0x00002fa3 fetch  0x00000003 , 0x000047e7 
- 00015594  0x00002fa4 istore  0x00000003 , 0x00000005 
- 00015595  0x00002fa5 rtn 
- 00015596  0x00002fa8 call  0x00003cee 
- 00015597  0x00002fa9 branch  0x000039d3 
- 00015598  0x00002fad jam  0x00000015 , 0x0000462a 
- 00015599  0x00002fae setarg  0x00000014 
- 00015600  0x00002faf store  0x00000001 , 0x0000462b 
- 00015601  0x00002fb0 setarg  0x0000002b 
- 00015602  0x00002fb1 istore  0x00000001 , 0x00000005 
- 00015603  0x00002fb2 setarg  0x00000000 
- 00015604  0x00002fb3 istore  0x00000001 , 0x00000005 
- 00015605  0x00002fb5 arg  0x000008ff , 0x00000006 
- 00015606  0x00002fb6 call  0x00007c8f 
- 00015607  0x00002fb7 fetch  0x00000002 , 0x000047ea 
- 00015608  0x00002fb8 istore  0x00000002 , 0x00000005 
- 00015609  0x00002fb9 rtn 
- 00015610  0x00002fbd call  0x00003d5a 
- 00015611  0x00002fbe nrtn  0x00000028 
- 00015612  0x00002fbf ifetch  0x00000001 , 0x00000006 
- 00015613  0x00002fc0 beq  0x00000000 , 0x00003d01 
- 00015614  0x00002fc1 beq  0x00000002 , 0x00003d1c 
- 00015615  0x00002fc2 bpatchx  0x000000a8 , 0x00004035 
- 00015616  0x00002fc3 rtn 
- 00015617  0x00002fc8 call  0x00003d0f 
- 00015618  0x00002fc9 nrtn  0x00000028 
- 00015619  0x00002fcb call  0x00003b45 
- 00015620  0x00002fcd call  0x00003d07 
- 00015621  0x00002fce call  0x000040fa 
- 00015622  0x00002fcf rtn 
- 00015623  0x00002fd2 arg  0x00000012 , 0x00000002 
- 00015624  0x00002fd3 call  0x00003d46 
- 00015625  0x00002fd4 setarg  0x00000001 
- 00015626  0x00002fd5 istore  0x00000001 , 0x00000005 
- 00015627  0x00002fd6 fetch  0x00000002 , 0x00004812 
- 00015628  0x00002fd7 istore  0x00000002 , 0x00000005 
- 00015629  0x00002fd8 arg  0x00004680 , 0x00000006 
- 00015630  0x00002fd9 branch  0x00007c8f 
- 00015631  0x00002fdd call  0x00007dbc 
- 00015632  0x00002fde ifetcht  0x00000002 , 0x00000006 
- 00015633  0x00002fdf arg  0x00004680 , 0x00000005 
- 00015634  0x00002fe0 call  0x00007c8f 
- 00015635  0x00002fe1 fetch  0x00000002 , 0x00004812 
- 00015636  0x00002fe2 isub  0x00000002 , 0x0000003e 
- 00015637  0x00002fe3 nrtn  0x00000005 
- 00015638  0x00002fe6 fetch  0x00000001 , 0x000047e5 
- 00015639  0x00002fe7 rtnbit1  0x00000001 
- 00015640  0x00002fe8 set1  0x00000001 , 0x0000003f 
- 00015641  0x00002fe9 store  0x00000001 , 0x000047e5 
- 00015642  0x00002feb jam  0x00000002 , 0x000047e4 
- 00015643  0x00002fec branch  0x00007dba 
- 00015644  0x00002fef call  0x00003d27 
- 00015645  0x00002ff0 fetcht  0x00000002 , 0x000047ec 
- 00015646  0x00002ff1 fetch  0x00000002 , 0x00004812 
- 00015647  0x00002ff2 isub  0x00000002 , 0x0000003e 
- 00015648  0x00002ff3 nrtn  0x00000005 
- 00015649  0x00002ff4 call  0x00003bbf 
- 00015650  0x00002ff5 call  0x000040fa 
- 00015651  0x00002ff6 fetch  0x00000001 , 0x000007aa 
- 00015652  0x00002ff7 rtnne  0x00000002 
- 00015653  0x00002ff8 jam  0x00000005 , 0x000047e4 
- 00015654  0x00002ff9 rtn 
- 00015655  0x00002ffd bpatchx  0x000000a9 , 0x00004035 
- 00015656  0x00002ffe copy  0x00000006 , 0x00000011 
- 00015657  0x00002fff fetch  0x00000001 , 0x000047e4 
- 00015658  0x00003000 rtneq  0x00000000 
- 00015659  0x00003001 fetch  0x00000001 , 0x000047e5 
- 00015660  0x00003002 rtnbit0  0x00000001 
- 00015661  0x00003003 rtnbit1  0x00000002 
- 00015662  0x00003004 copy  0x00000011 , 0x00000006 
- 00015663  0x00003005 arg  0x00000016 , 0x00000039 
- 00015664  0x00003006 arg  0x000047ec , 0x00000005 
- 00015665  0x00003007 call  0x00007cda 
- 00015666  0x00003009 call  0x00003b86 
- 00015667  0x0000300b fetcht  0x00000002 , 0x000047ec 
- 00015668  0x0000300c fetch  0x00000002 , 0x00004812 
- 00015669  0x0000300d isub  0x00000002 , 0x0000003e 
- 00015670  0x0000300e nrtn  0x00000005 
- 00015671  0x00003010 fetch  0x00000001 , 0x000047e5 
- 00015672  0x00003011 set1  0x00000002 , 0x0000003f 
- 00015673  0x00003012 store  0x00000001 , 0x000047e5 
- 00015674  0x00003014 call  0x00003b99 
- 00015675  0x00003016 fetch  0x00000001 , 0x000047ff 
- 00015676  0x00003017 store  0x00000001 , 0x00004871 
- 00015677  0x00003018 call  0x00003d3f 
- 00015678  0x00003019 rtn 
- 00015679  0x0000301e arg  0x00000006 , 0x00000002 
- 00015680  0x0000301f call  0x00003d46 
- 00015681  0x00003020 setarg  0x00000003 
- 00015682  0x00003021 istore  0x00000001 , 0x00000005 
- 00015683  0x00003022 fetch  0x00000006 , 0x0000480e 
- 00015684  0x00003023 istore  0x00000006 , 0x00000005 
- 00015685  0x00003024 rtn 
- 00015686  0x00003028 bpatchx  0x000000aa , 0x00004035 
- 00015687  0x00003029 setarg  0x0000012c 
- 00015688  0x0000302a store  0x00000002 , 0x00004806 
- 00015689  0x0000302b fetch  0x00000001 , 0x000007aa 
- 00015690  0x0000302c sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00015691  0x0000302d call  0x00003ace , 0x00000005 
- 00015692  0x0000302e ncall  0x00003ad0 , 0x00000005 
- 00015693  0x0000302f add  0x00000002 , 0x00000009 , 0x0000003f 
- 00015694  0x00003030 store  0x00000001 , 0x0000462a 
- 00015695  0x00003031 call  0x0000397c 
- 00015696  0x00003032 add  0x00000002 , 0x00000005 , 0x0000003f 
- 00015697  0x00003033 istore  0x00000001 , 0x00000005 
- 00015698  0x00003034 setarg  0x000000ff 
- 00015699  0x00003035 istore  0x00000001 , 0x00000005 
- 00015700  0x00003036 setarg  0x000001a8 
- 00015701  0x00003037 byteswap  0x0000003f , 0x0000003f 
- 00015702  0x00003038 istore  0x00000002 , 0x00000005 
- 00015703  0x00003039 fetch  0x00000001 , 0x0000090f 
- 00015704  0x0000303a istore  0x00000001 , 0x00000005 
- 00015705  0x0000303b rtn 
- 00015706  0x00003047 call  0x00007dbc 
- 00015707  0x00003048 ifetcht  0x00000002 , 0x00000006 
- 00015708  0x00003049 setarg  0x000001a8 
- 00015709  0x0000304a byteswap  0x0000003f , 0x0000003f 
- 00015710  0x0000304b isub  0x00000002 , 0x0000003e 
- 00015711  0x0000304c nrtn  0x00000005 
- 00015712  0x0000304d ifetch  0x00000001 , 0x00000006 
- 00015713  0x0000304e store  0x00000001 , 0x0000090f 
- 00015714  0x0000304f branch  0x00007dba 
- 00015715  0x00003053 arg  0x00004806 , 0x00000013 
- 00015716  0x00003054 arg  0x00003d66 , 0x00000012 
- 00015717  0x00003055 branch  0x000042e7 
- 00015718  0x00003059 branch  0x00003e61 
- 00015719  0x00003062 fetch  0x00000001 , 0x0000070b 
- 00015720  0x00003063 beq  0x00000008 , 0x00003d92 
- 00015721  0x00003064 beq  0x00000049 , 0x00003db1 
- 00015722  0x00003065 beq  0x0000001b , 0x00003dbd 
- 00015723  0x00003066 beq  0x0000001c , 0x00003dc4 
- 00015724  0x00003068 beq  0x000000f2 , 0x00003d6e 
- 00015725  0x0000306a rtn 
- 00015726  0x0000306d call  0x00003dec 
- 00015727  0x0000306e call  0x00003d83 
- 00015728  0x0000306f call  0x00003dc2 
- 00015729  0x00003070 setarg  0x00000080 
- 00015730  0x00003071 store  0x00000001 , 0x00000723 
- 00015731  0x00003072 setarg  0x000000f3 
- 00015732  0x00003073 istore  0x00000001 , 0x00000005 
- 00015733  0x00003075 setarg  0x00000000 
- 00015734  0x00003076 istore  0x00000001 , 0x00000005 
- 00015735  0x00003077 fetch  0x00000002 , 0x0000070c 
- 00015736  0x00003078 istore  0x00000002 , 0x00000005 
- 00015737  0x0000307a fetch  0x00000001 , 0x00000709 
- 00015738  0x0000307b arg  0x00000004 , 0x00000002 
- 00015739  0x0000307c isub  0x00000002 , 0x00000039 
- 00015740  0x0000307d arg  0x0000070e , 0x00000006 
- 00015741  0x0000307e call  0x00007cda 
- 00015742  0x0000307f fetch  0x00000001 , 0x00000709 
- 00015743  0x00003080 pincrease  0x00000001 
- 00015744  0x00003081 store  0x00000001 , 0x00000722 
- 00015745  0x00003084 arg  0x00000000 , 0x00000007 
- 00015746  0x00003085 branch  0x00003806 
- 00015747  0x00003088 fetch  0x00000001 , 0x0000070e 
- 00015748  0x00003089 rtn  0x00000034 
- 00015749  0x0000308a sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00015750  0x0000308b ncall  0x00003d90 , 0x00000002 
- 00015751  0x0000308c iforce  0x00000039 
- 00015752  0x0000308d arg  0x0000070f , 0x00000006 
- 00015753  0x0000308e add  0x00000011 , 0x00000002 , 0x00000005 
- 00015754  0x0000308f branch  0x00003d8b 
- 00015755  0x00003092 ifetch  0x00000002 , 0x00000006 
- 00015756  0x00003093 byteswap  0x0000003f , 0x0000003f 
- 00015757  0x00003094 istore  0x00000002 , 0x00000005 
- 00015758  0x00003095 loop  0x00003d8b 
- 00015759  0x00003096 rtn 
- 00015760  0x0000309a setarg  0x00000008 
- 00015761  0x0000309b rtn 
- 00015762  0x0000309e jam  0x00000006 , 0x000047e4 
- 00015763  0x0000309f setarg  0x00000002 
- 00015764  0x000030a0 store  0x00000001 , 0x00000723 
- 00015765  0x000030a1 setarg  0x00000000 
- 00015766  0x000030a2 istore  0x00000001 , 0x00000005 
- 00015767  0x000030a3 setarg  0x000001a8 
- 00015768  0x000030a4 istore  0x00000002 , 0x00000005 
- 00015769  0x000030a5 setarg  0x00000000 
- 00015770  0x000030a6 istore  0x00000002 , 0x00000005 
- 00015771  0x000030a7 setarg  0x00000001 
- 00015772  0x000030a8 istore  0x00000002 , 0x00000005 
- 00015773  0x000030a9 setarg  0x00000005 
- 00015774  0x000030aa istore  0x00000002 , 0x00000005 
- 00015775  0x000030ab setarg  0x00000003 
- 00015776  0x000030ac istore  0x00000002 , 0x00000005 
- 00015777  0x000030ad setarg  0x00000000 
- 00015778  0x000030ae istore  0x00000002 , 0x00000005 
- 00015779  0x000030af setarg  0x00000002 
- 00015780  0x000030b0 istore  0x00000001 , 0x00000005 
- 00015781  0x000030b1 setarg  0x00000002 
- 00015782  0x000030b2 istore  0x00000001 , 0x00000005 
- 00015783  0x000030b3 setarg  0x00000000 
- 00015784  0x000030b4 istore  0x00000002 , 0x00000005 
- 00015785  0x000030b5 setarg  0x00001000 
- 00015786  0x000030b6 istore  0x00000002 , 0x00000005 
- 00015787  0x000030b7 setarg  0x000001a8 
- 00015788  0x000030b8 istore  0x00000004 , 0x00000005 
- 00015789  0x000030b9 setarg  0x000101a8 
- 00015790  0x000030ba istore  0x00000004 , 0x00000005 
- 00015791  0x000030bb jam  0x0000001c , 0x00000722 
- 00015792  0x000030bc branch  0x000041b5 
- 00015793  0x000030c0 jam  0x00000014 , 0x00004805 
- 00015794  0x000030c5 setarg  0x00000080 
- 00015795  0x000030c6 store  0x00000001 , 0x00000723 
- 00015796  0x000030c7 setarg  0x0000004a 
- 00015797  0x000030c8 istore  0x00000001 , 0x00000005 
- 00015798  0x000030c9 jam  0x00000002 , 0x00000722 
- 00015799  0x000030ca branch  0x000041b5 
- 00015800  0x000030cd arg  0x00004805 , 0x00000013 
- 00015801  0x000030ce arg  0x00003dbb , 0x00000012 
- 00015802  0x000030cf branch  0x000042e0 
- 00015803  0x000030d3 call  0x00003e50 
- 00015804  0x000030d6 branch  0x00006ca3 
- 00015805  0x000030da call  0x00003de2 
- 00015806  0x000030db fetch  0x00000002 , 0x0000484c 
- 00015807  0x000030dc rtnbit1  0x00000002 
- 00015808  0x000030dd call  0x00003dec 
- 00015809  0x000030de call  0x00003df5 
- 00015810  0x000030e0 fetch  0x00000002 , 0x00004848 
- 00015811  0x000030e1 branch  0x00007d79 
- 00015812  0x000030e5 call  0x00003de2 
- 00015813  0x000030e6 fetch  0x00000002 , 0x0000484c 
- 00015814  0x000030e7 rtnbit1  0x00000002 
- 00015815  0x000030e8 call  0x00003dec 
- 00015816  0x000030e9 fetcht  0x00000002 , 0x0000070e 
- 00015817  0x000030ea rshift8  0x00000002 , 0x0000003f 
- 00015818  0x000030eb rshift4  0x0000003f , 0x0000003f 
- 00015819  0x000030ec beq  0x0000000c , 0x00003dd3 
- 00015820  0x000030ed byteswap  0x00000002 , 0x00000002 
- 00015821  0x000030ef call  0x00003dd8 
- 00015822  0x000030f0 nrtn  0x00000028 
- 00015823  0x000030f1 setarg  0x00000000 
- 00015824  0x000030f2 istore  0x00000002 , 0x00000011 
- 00015825  0x000030f3 fetch  0x00000002 , 0x00004848 
- 00015826  0x000030f4 branch  0x00007d79 
- 00015827  0x000030f7 setarg  0xffffffff 
- 00015828  0x000030f8 istore  0x00000008 , 0x00000011 
- 00015829  0x000030f9 istore  0x00000008 , 0x00000005 
- 00015830  0x000030fa fetch  0x00000002 , 0x00004848 
- 00015831  0x000030fb branch  0x00007d79 
- 00015832  0x000030fe arg  0x00000008 , 0x00000039 
- 00015833  0x00003100 ifetch  0x00000002 , 0x00000011 
- 00015834  0x00003101 arg  0x0000ffff , 0x00000012 
- 00015835  0x00003102 isub  0x00000012 , 0x0000003e 
- 00015836  0x00003103 branch  0x00007dba , 0x00000005 
- 00015837  0x00003104 isub  0x00000002 , 0x0000003e 
- 00015838  0x00003105 branch  0x00007dba , 0x00000005 
- 00015839  0x00003107 increase  0x00000002 , 0x00000011 
- 00015840  0x00003108 loop  0x00003dd9 
- 00015841  0x00003109 branch  0x00007dbc 
- 00015842  0x0000310d setarg  0x00000080 
- 00015843  0x0000310e store  0x00000001 , 0x00000723 
- 00015844  0x0000310f setarg  0x0000001f 
- 00015845  0x00003110 istore  0x00000001 , 0x00000005 
- 00015846  0x00003111 setarg  0x00000000 
- 00015847  0x00003112 istore  0x00000001 , 0x00000005 
- 00015848  0x00003113 fetch  0x00000006 , 0x0000070c 
- 00015849  0x00003114 istore  0x00000006 , 0x00000005 
- 00015850  0x00003115 jam  0x00000009 , 0x00000722 
- 00015851  0x00003116 branch  0x000041b5 
- 00015852  0x00003119 call  0x00003e3e 
- 00015853  0x0000311a add  0x00000011 , 0x00000006 , 0x00000011 
- 00015854  0x0000311b fetch  0x00000002 , 0x0000070c 
- 00015855  0x0000311c fetcht  0x00000002 , 0x00004800 
- 00015856  0x0000311d byteswap  0x00000002 , 0x00000002 
- 00015857  0x0000311e isub  0x00000002 , 0x0000003f 
- 00015858  0x0000311f imul32  0x00000012 , 0x0000003f 
- 00015859  0x00003120 iadd  0x00000011 , 0x00000011 
- 00015860  0x00003121 rtn 
- 00015861  0x00003124 fetcht  0x00000002 , 0x0000070e 
- 00015862  0x00003125 arg  0x00000008 , 0x00000039 
- 00015863  0x00003127 ifetch  0x00000002 , 0x00000011 
- 00015864  0x00003128 branch  0x00003dff , 0x00000034 
- 00015865  0x00003129 arg  0x0000ffff , 0x00000012 
- 00015866  0x0000312a isub  0x00000012 , 0x0000003e 
- 00015867  0x0000312b branch  0x00003dff , 0x00000005 
- 00015868  0x0000312c increase  0x00000002 , 0x00000011 
- 00015869  0x0000312d loop  0x00003df7 
- 00015870  0x0000312e rtn 
- 00015871  0x00003131 byteswap  0x00000002 , 0x00000002 
- 00015872  0x00003132 istoret  0x00000002 , 0x00000011 
- 00015873  0x00003133 rtn 
- 00015874  0x0000313a call  0x00007396 
- 00015875  0x0000313b call  0x0000739e 
- 00015876  0x0000313c setarg  0x000039b1 
- 00015877  0x0000313d store  0x00000002 , 0x00004824 
- 00015878  0x0000313f setarg  0x00003e42 
- 00015879  0x00003140 store  0x00000002 , 0x000043db 
- 00015880  0x00003142 setarg  0x00004016 
- 00015881  0x00003143 store  0x00000002 , 0x00004842 
- 00015882  0x00003145 setarg  0x00003745 
- 00015883  0x00003146 store  0x00000002 , 0x00004828 
- 00015884  0x00003148 setarg  0x00003aa2 
- 00015885  0x00003149 store  0x00000002 , 0x00004848 
- 00015886  0x0000314b setarg  0x00003a92 
- 00015887  0x0000314c store  0x00000002 , 0x00004846 
- 00015888  0x0000314e setarg  0x00003e4a 
- 00015889  0x0000314f store  0x00000002 , 0x000043e3 
- 00015890  0x00003151 setarg  0x0000372e 
- 00015891  0x00003152 store  0x00000002 , 0x00004826 
- 00015892  0x00003154 setarg  0x00004090 
- 00015893  0x00003155 store  0x00000002 , 0x000043df 
- 00015894  0x00003157 setarg  0x000040e3 
- 00015895  0x00003158 store  0x00000002 , 0x000043dd 
- 00015896  0x0000315a setarg  0x00003ab6 
- 00015897  0x0000315b store  0x00000002 , 0x00004853 
- 00015898  0x0000315d setarg  0x00003abc 
- 00015899  0x0000315e store  0x00000002 , 0x0000484a 
- 00015900  0x0000315f call  0x00003ac3 
- 00015901  0x00003161 jam  0x00000024 , 0x0000464a 
- 00015902  0x00003162 call  0x00003817 
- 00015903  0x00003165 bpatchx  0x000000ab , 0x00004035 
- 00015904  0x00003167 setarg  0x00000428 
- 00015905  0x00003168 store  0x00000002 , 0x000049b9 
- 00015906  0x00003169 call  0x00003e58 
- 00015907  0x0000316b setarg  0x00000422 
- 00015908  0x0000316c store  0x00000002 , 0x00004a5e 
- 00015909  0x0000316d call  0x00003e5a 
- 00015910  0x0000316f setarg  0x00000a22 
- 00015911  0x00003170 store  0x00000002 , 0x00000a8d 
- 00015912  0x00003171 call  0x00003e5c 
- 00015913  0x00003172 call  0x00004071 
- 00015914  0x00003176 call  0x00004071 
- 00015915  0x00003178 call  0x00003a18 
- 00015916  0x00003179 call  0x00003e3a 
- 00015917  0x0000317b fetch  0x00000001 , 0x000047ef 
- 00015918  0x0000317c beq  0x000000ff , 0x00003cd9 
- 00015919  0x0000317d call  0x00004291 
- 00015920  0x0000317e call  0x00003bbf 
- 00015921  0x0000317f call  0x00003bb1 
- 00015922  0x00003180 call  0x00003b99 
- 00015923  0x00003182 random  0x0000003f 
- 00015924  0x00003183 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00015925  0x00003184 add  0x0000003f , 0x00000032 , 0x0000003f 
- 00015926  0x00003185 store  0x00000002 , 0x00004804 
- 00015927  0x00003186 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00015928  0x00003187 store  0x00000001 , 0x00004803 
- 00015929  0x00003188 rtn 
- 00015930  0x0000318d fetch  0x00000006 , 0x0000480e 
- 00015931  0x0000318e call  0x00007cc0 
- 00015932  0x0000318f store  0x00000006 , 0x000042db 
- 00015933  0x00003190 rtn 
- 00015934  0x00003193 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
- 00015935  0x00003194 fetchr  0x00000011 , 0x00000002 , 0x0000484f 
- 00015936  0x00003195 fetchr  0x00000012 , 0x00000002 , 0x00004851 
- 00015937  0x00003196 rtn 
- 00015938  0x0000319a bpatchx  0x000000ac , 0x00004035 
- 00015939  0x0000319b call  0x0000387d 
- 00015940  0x0000319c call  0x00003aca 
- 00015941  0x0000319d call  0x000041d8 
- 00015942  0x0000319e call  0x0000396f 
- 00015943  0x0000319f call  0x00003b33 
- 00015944  0x000031a0 call  0x00004060 
- 00015945  0x000031a1 branch  0x00003995 
- 00015946  0x000031a5 call  0x00003acc 
- 00015947  0x000031a6 call  0x00003db8 
- 00015948  0x000031a7 call  0x00003d63 
- 00015949  0x000031aa call  0x00003794 
- 00015950  0x000031ab call  0x00003791 
- 00015951  0x000031ac branch  0x00004289 
- 00015952  0x000031b0 call  0x00003e53 
- 00015953  0x000031b1 fetch  0x00000002 , 0x00004853 
- 00015954  0x000031b2 branch  0x00007d79 
- 00015955  0x000031b7 fetch  0x00000001 , 0x00004857 
- 00015956  0x000031b8 rtnne  0x00000002 
- 00015957  0x000031b9 setarg  0x0001d000 
- 00015958  0x000031ba store  0x00000003 , 0x00004419 
- 00015959  0x000031bb branch  0x00006bfa 
- 00015960  0x000031c0 call  0x00004292 
- 00015961  0x000031c1 branch  0x000078ad 
- 00015962  0x000031c4 call  0x0000396c 
- 00015963  0x000031c5 branch  0x000078ad 
- 00015964  0x000031c8 call  0x00003e5e 
- 00015965  0x000031c9 branch  0x000078ad 
- 00015966  0x000031cc setarg  0x00000a8d 
- 00015967  0x000031cd store  0x00000002 , 0x000043fb 
- 00015968  0x000031ce rtn 
- 00015969  0x000031d1 jam  0x00000001 , 0x00004388 
- 00015970  0x000031d2 setarg  0x00001770 
- 00015971  0x000031d3 store  0x00000002 , 0x0000464c 
- 00015972  0x000031d4 fetch  0x00000001 , 0x000047e7 
- 00015973  0x000031d5 set0  0x00000000 , 0x0000003f 
- 00015974  0x000031d6 store  0x00000001 , 0x000047e7 
- 00015975  0x000031d7 jam  0x00000001 , 0x000047e4 
- 00015976  0x000031d8 jam  0x00000000 , 0x000047e5 
- 00015977  0x000031d9 jam  0x00000000 , 0x0000474d 
- 00015978  0x000031da branch  0x00003b2f 
- 00015979  0x000031df bpatchx  0x000000ad , 0x00004035 
- 00015980  0x000031e0 fetch  0x00000001 , 0x0000092b 
- 00015981  0x000031e1 bbit1  0x00000007 , 0x00003e70 
- 00015982  0x000031e2 jam  0x00000000 , 0x00004969 
- 00015983  0x000031e3 branch  0x0000417d 
- 00015984  0x000031e7 call  0x00003e76 
- 00015985  0x000031e8 rtn  0x00000028 
- 00015986  0x000031e9 call  0x00003e97 
- 00015987  0x000031ea rtn  0x00000028 
- 00015988  0x000031eb call  0x00003ea7 
- 00015989  0x000031ec branch  0x00003eb4 
- 00015990  0x000031f1 call  0x00007dbc 
- 00015991  0x000031f2 arg  0x00000003 , 0x00000039 
- 00015992  0x000031f3 arg  0x0000092c , 0x00000011 
- 00015993  0x000031f4 call  0x00007cb1 
- 00015994  0x000031f5 fetchr  0x00000011 , 0x00000003 , 0x0000092c 
- 00015995  0x000031f6 and  0x00000011 , 0x0000001f , 0x00000002 
- 00015996  0x000031f7 storet  0x00000001 , 0x0000485c 
- 00015997  0x000031f8 fetch  0x00000001 , 0x00004863 
- 00015998  0x000031f9 isub  0x00000002 , 0x0000003e 
- 00015999  0x000031fa nbranch  0x00007dba , 0x00000002 
- 00016000  0x000031fc rshift4  0x00000011 , 0x0000003f 
- 00016001  0x000031fd rshift  0x0000003f , 0x0000003f 
- 00016002  0x000031fe and  0x0000003f , 0x0000001f , 0x00000002 
- 00016003  0x000031ff storet  0x00000001 , 0x0000485b 
- 00016004  0x00003200 rshift4  0x0000003f , 0x0000003f 
- 00016005  0x00003201 rshift  0x0000003f , 0x0000003f 
- 00016006  0x00003202 arg  0x00001fff , 0x00000011 
- 00016007  0x00003203 iand  0x00000011 , 0x00000002 
- 00016008  0x00003204 copy  0x0000003f , 0x00000012 
- 00016009  0x00003205 fetch  0x00000002 , 0x00004859 
- 00016010  0x00003206 isub  0x00000002 , 0x0000003e 
- 00016011  0x00003207 ncall  0x00003e93 , 0x00000005 
- 00016012  0x00003208 storet  0x00000002 , 0x00004859 
- 00016013  0x00003209 rshift8  0x00000012 , 0x0000003f 
- 00016014  0x0000320a rshift4  0x0000003f , 0x0000003f 
- 00016015  0x0000320b rshift  0x0000003f , 0x0000003f 
- 00016016  0x0000320c store  0x00000001 , 0x00004858 
- 00016017  0x0000320d store  0x00000001 , 0x00004969 
- 00016018  0x0000320e rtn 
- 00016019  0x00003211 setarg  0x00000000 
- 00016020  0x00003212 store  0x00000004 , 0x0000485d 
- 00016021  0x00003213 jam  0x00000000 , 0x00004862 
- 00016022  0x00003214 rtn 
- 00016023  0x0000321a call  0x00007dbc 
- 00016024  0x0000321b fetch  0x00000001 , 0x0000485b 
- 00016025  0x0000321c copy  0x0000003f , 0x00000007 
- 00016026  0x0000321d fetch  0x00000004 , 0x0000485d 
- 00016027  0x0000321e qisolate1  0x0000003f 
- 00016028  0x0000321f branch  0x00007dba , 0x00000001 
- 00016029  0x00003220 qset1  0x0000003f 
- 00016030  0x00003221 store  0x00000004 , 0x0000485d 
- 00016031  0x00003222 fetcht  0x00000001 , 0x0000485c 
- 00016032  0x00003223 add  0x00000002 , 0x00000001 , 0x00000039 
- 00016033  0x00003225 add  0x00000039 , 0xffffffff , 0x00000007 
- 00016034  0x00003226 qisolate1  0x0000003f 
- 00016035  0x00003227 nrtn  0x00000001 
- 00016036  0x00003228 loop  0x00003ea1 
- 00016037  0x00003229 jam  0x00000001 , 0x00004861 
- 00016038  0x0000322a rtn 
- 00016039  0x0000322f fetch  0x00000001 , 0x00000921 
- 00016040  0x00003230 pincrease  0xfffffffa 
- 00016041  0x00003231 copy  0x0000003f , 0x00000039 
- 00016042  0x00003232 fetcht  0x00000001 , 0x00004862 
- 00016043  0x00003233 iadd  0x00000002 , 0x00000002 
- 00016044  0x00003234 storet  0x00000001 , 0x00004862 
- 00016045  0x00003235 fetch  0x00000002 , 0x00004864 
- 00016046  0x00003236 iforce  0x00000005 
- 00016047  0x00003237 fetch  0x00000001 , 0x0000485b 
- 00016048  0x00003238 mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00016049  0x00003239 iadd  0x00000005 , 0x00000005 
- 00016050  0x0000323a arg  0x0000092f , 0x00000006 
- 00016051  0x0000323b branch  0x00007cda 
- 00016052  0x0000323f fetch  0x00000001 , 0x00004861 
- 00016053  0x00003240 rtneq  0x00000000 
- 00016054  0x00003241 setarg  0x00000000 
- 00016055  0x00003242 store  0x00000005 , 0x0000485d 
- 00016056  0x00003243 fetcht  0x00000002 , 0x00000925 
- 00016057  0x00003244 byteswap  0x00000002 , 0x00000002 
- 00016058  0x00003245 setarg  0x0000e000 
- 00016059  0x00003246 iand  0x00000002 , 0x00000002 
- 00016060  0x00003247 fetch  0x00000002 , 0x00004859 
- 00016061  0x00003248 ior  0x00000002 , 0x0000003f 
- 00016062  0x00003249 byteswap  0x0000003f , 0x0000003f 
- 00016063  0x0000324a store  0x00000002 , 0x00000925 
- 00016064  0x0000324b branch  0x00004187 
- 00016065  0x00003250 fetch  0x00000001 , 0x00000722 
- 00016066  0x00003251 add  0x0000003f , 0x00000001 , 0x00000002 
- 00016067  0x00003252 copy  0x0000003f , 0x00000039 
- 00016068  0x00003253 storet  0x00000001 , 0x00000916 
- 00016069  0x00003254 fetch  0x00000001 , 0x0000092b 
- 00016070  0x00003255 set0  0x00000007 , 0x0000003f 
- 00016071  0x00003256 store  0x00000001 , 0x000049a1 
- 00016072  0x00003257 arg  0x00000723 , 0x00000006 
- 00016073  0x00003258 call  0x00007ccc 
- 00016074  0x00003259 branch  0x00004052 
- 00016075  0x0000325f add  0x00000011 , 0x00000004 , 0x00000002 
- 00016076  0x00003260 copy  0x00000011 , 0x00000039 
- 00016077  0x00003261 storet  0x00000001 , 0x00000916 
- 00016078  0x00003262 arg  0x000049a5 , 0x00000005 
- 00016079  0x00003263 call  0x00007ccc 
- 00016080  0x00003264 fetch  0x00000001 , 0x0000092b 
- 00016081  0x00003265 set1  0x00000007 , 0x0000003f 
- 00016082  0x00003266 store  0x00000001 , 0x000049a1 
- 00016083  0x00003267 branch  0x00004052 
- 00016084  0x0000326d fetch  0x00000001 , 0x0000070b 
- 00016085  0x0000326f beq  0x00000001 , 0x00003edb 
- 00016086  0x00003270 beq  0x00000002 , 0x00003ee1 
- 00016087  0x00003271 beq  0x00000042 , 0x00003ee6 
- 00016088  0x00003272 beq  0x0000004c , 0x00003ee9 
- 00016089  0x00003273 beq  0x0000005e , 0x00003eef 
- 00016090  0x00003274 rtn 
- 00016091  0x00003278 arg  0x00003edd , 0x00000013 
- 00016092  0x00003279 branch  0x00003f53 
- 00016093  0x0000327d fetch  0x00000002 , 0x00004830 
- 00016094  0x0000327e call  0x00007d79 
- 00016095  0x0000327f store  0x00000001 , 0x0000070c 
- 00016096  0x00003280 branch  0x0000376c 
- 00016097  0x00003284 arg  0x00003ee3 , 0x00000013 
- 00016098  0x00003285 branch  0x00003f53 
- 00016099  0x00003287 call  0x0000376c 
- 00016100  0x00003288 fetch  0x00000002 , 0x00004832 
- 00016101  0x00003289 branch  0x00007d79 
- 00016102  0x0000328e call  0x00003784 
- 00016103  0x0000328f fetch  0x00000002 , 0x00004834 
- 00016104  0x00003290 branch  0x00007d79 
- 00016105  0x00003294 fetch  0x00000002 , 0x0000070c 
- 00016106  0x00003295 call  0x00003efe 
- 00016107  0x00003296 store  0x00000001 , 0x00000711 
- 00016108  0x00003297 call  0x00003774 
- 00016109  0x00003298 fetch  0x00000002 , 0x00004836 
- 00016110  0x00003299 branch  0x00007d79 
- 00016111  0x0000329d fetch  0x00000002 , 0x00004866 
- 00016112  0x0000329e fetcht  0x00000002 , 0x0000070e 
- 00016113  0x0000329f isub  0x00000002 , 0x0000003e 
- 00016114  0x000032a0 rtn  0x00000005 
- 00016115  0x000032a2 fetch  0x00000002 , 0x0000070e 
- 00016116  0x000032a3 call  0x00003f10 
- 00016117  0x000032a4 store  0x00000001 , 0x00000716 
- 00016118  0x000032a6 fetch  0x00000002 , 0x0000070e 
- 00016119  0x000032a7 store  0x00000002 , 0x00004866 
- 00016120  0x000032a8 fetch  0x00000002 , 0x00004838 
- 00016121  0x000032a9 call  0x00007d79 
- 00016122  0x000032aa storet  0x00000002 , 0x0000070c 
- 00016123  0x000032ab call  0x0000377c 
- 00016124  0x000032ac fetch  0x00000002 , 0x0000483a 
- 00016125  0x000032ad branch  0x00007d79 
- 00016126  0x000032b3 rtn  0x00000034 
- 00016127  0x000032b4 mul32  0x0000003f , 0x00000064 , 0x0000003f 
- 00016128  0x000032b5 arg  0x0000ffff , 0x00000002 
- 00016129  0x000032b6 idiv  0x00000002 
- 00016130  0x000032b7 call  0x00007d62 
- 00016131  0x000032b8 remainder  0x00000002 
- 00016132  0x000032b9 rshift8  0x00000002 , 0x00000002 
- 00016133  0x000032ba quotient  0x0000003f 
- 00016134  0x000032bb sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00016135  0x000032bc nrtn  0x00000005 
- 00016136  0x000032bd pincrease  0x00000001 
- 00016137  0x000032be rtn 
- 00016138  0x000032c4 arg  0x0000ffff , 0x0000003f 
- 00016139  0x000032c5 imul32  0x00000002 , 0x0000003f 
- 00016140  0x000032c6 div  0x0000003f , 0x00000064 
- 00016141  0x000032c7 call  0x00007d62 
- 00016142  0x000032c8 quotient  0x00000002 
- 00016143  0x000032c9 rtn 
- 00016144  0x000032ce arg  0x00000320 , 0x00000002 
- 00016145  0x000032cf isub  0x00000002 , 0x00000011 
- 00016146  0x000032d0 call  0x00003f1f 
- 00016147  0x000032d1 copy  0x00000011 , 0x0000003f 
- 00016148  0x000032d2 idiv  0x00000002 
- 00016149  0x000032d3 call  0x00007d62 
- 00016150  0x000032d4 quotient  0x0000003f 
- 00016151  0x000032d5 rtn 
- 00016152  0x000032db copy  0x00000002 , 0x00000011 
- 00016153  0x000032dc call  0x00003f1f 
- 00016154  0x000032dd copy  0x00000011 , 0x0000003f 
- 00016155  0x000032de imul32  0x00000002 , 0x0000003f 
- 00016156  0x000032df arg  0x00000320 , 0x00000002 
- 00016157  0x000032e0 iadd  0x00000002 , 0x00000002 
- 00016158  0x000032e1 rtn 
- 00016159  0x000032e4 setarg  0x00004e20 
- 00016160  0x000032e5 arg  0x00000320 , 0x00000002 
- 00016161  0x000032e6 isub  0x00000002 , 0x0000003f 
- 00016162  0x000032e7 div  0x0000003f , 0x00000064 
- 00016163  0x000032e8 call  0x00007d62 
- 00016164  0x000032e9 quotient  0x00000002 
- 00016165  0x000032ea rtn 
- 00016166  0x000032f0 arg  0x00000000 , 0x00000007 
- 00016167  0x000032f1 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
- 00016168  0x000032f2 call  0x00007dbc 
- 00016169  0x000032f3 fetch  0x00000002 , 0x00004800 
- 00016170  0x000032f5 isub  0x00000002 , 0x0000003e 
- 00016171  0x000032f6 branch  0x00003f32 , 0x00000005 
- 00016172  0x000032f7 byteswap  0x0000003f , 0x0000003f 
- 00016173  0x000032f8 pincrease  0x00000001 
- 00016174  0x000032f9 byteswap  0x0000003f , 0x0000003f 
- 00016175  0x000032fa increase  0x00000001 , 0x00000007 
- 00016176  0x000032fb loop  0x00003f2a 
- 00016177  0x000032fc rtn 
- 00016178  0x000032ff jam  0x00000000 , 0x00004868 
- 00016179  0x00003300 storer  0x00000007 , 0x00000001 , 0x00004869 
- 00016180  0x00003301 call  0x00003f6e 
- 00016181  0x00003302 branch  0x00007dba 
- 00016182  0x00003306 arg  0x00000000 , 0x00000007 
- 00016183  0x00003307 arg  0x00000000 , 0x00000013 
- 00016184  0x00003308 call  0x00003e3e 
- 00016185  0x00003309 call  0x00007dbc 
- 00016186  0x0000330b fetch  0x00000002 , 0x0000484c 
- 00016187  0x0000330c bbit0  0x00000002 , 0x00003f49 
- 00016188  0x0000330d ifetch  0x00000002 , 0x00000011 
- 00016189  0x0000330e isub  0x00000002 , 0x0000003e 
- 00016190  0x0000330f call  0x00003f47 , 0x00000005 
- 00016191  0x00003311 copy  0x00000012 , 0x0000003f 
- 00016192  0x00003312 iadd  0x00000011 , 0x00000011 
- 00016193  0x00003313 increase  0x00000001 , 0x00000007 
- 00016194  0x00003314 loop  0x00003f3a 
- 00016195  0x00003315 copy  0x00000013 , 0x0000003f 
- 00016196  0x00003316 rtn  0x00000034 
- 00016197  0x00003317 store  0x00000001 , 0x00004868 
- 00016198  0x00003318 branch  0x00007dba 
- 00016199  0x0000331b qset1  0x00000013 
- 00016200  0x0000331c rtn 
- 00016201  0x0000331f add  0x00000011 , 0x00000006 , 0x00000006 
- 00016202  0x00003320 arg  0x00000008 , 0x00000030 
- 00016203  0x00003322 ifetch  0x00000002 , 0x00000006 
- 00016204  0x00003323 isub  0x00000002 , 0x0000003e 
- 00016205  0x00003324 branch  0x00003f51 , 0x00000005 
- 00016206  0x00003325 increase  0xffffffff , 0x00000030 
- 00016207  0x00003326 branch  0x00003f3f , 0x00000005 
- 00016208  0x00003327 branch  0x00003f4b 
- 00016209  0x0000332a call  0x00003f47 
- 00016210  0x0000332b branch  0x00003f3f 
- 00016211  0x0000332e arg  0x00000000 , 0x00000007 
- 00016212  0x0000332f fetch  0x00000001 , 0x00004868 
- 00016213  0x00003330 branch  0x00003f5f , 0x00000034 
- 00016214  0x00003331 copy  0x0000003f , 0x00000012 
- 00016215  0x00003332 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
- 00016216  0x00003334 storer  0x00000007 , 0x00000001 , 0x00004869 
- 00016217  0x00003336 qisolate1  0x00000012 
- 00016218  0x00003337 call  0x00003f5f , 0x00000001 
- 00016219  0x00003338 fetchr  0x00000007 , 0x00000001 , 0x00004869 
- 00016220  0x00003339 increase  0x00000001 , 0x00000007 
- 00016221  0x0000333a loop  0x00003f58 
- 00016222  0x0000333b rtn 
- 00016223  0x0000333e call  0x00003f64 
- 00016224  0x0000333f call  0x00003f6e 
- 00016225  0x00003340 copy  0x00000013 , 0x0000003f 
- 00016226  0x00003341 call  0x00007d79 
- 00016227  0x00003342 branch  0x00003f69 
- 00016228  0x00003345 storer  0x00000039 , 0x00000002 , 0x00000917 
- 00016229  0x00003346 storer  0x00000011 , 0x00000002 , 0x00000919 
- 00016230  0x00003347 storer  0x00000012 , 0x00000002 , 0x0000091b 
- 00016231  0x00003348 storer  0x00000013 , 0x00000002 , 0x0000091d 
- 00016232  0x00003349 rtn 
- 00016233  0x0000334c fetchr  0x00000039 , 0x00000002 , 0x00000917 
- 00016234  0x0000334d fetchr  0x00000011 , 0x00000002 , 0x00000919 
- 00016235  0x0000334e fetchr  0x00000012 , 0x00000002 , 0x0000091b 
- 00016236  0x0000334f fetchr  0x00000013 , 0x00000002 , 0x0000091d 
- 00016237  0x00003350 rtn 
- 00016238  0x00003354 bpatchx  0x000000ae , 0x00004035 
- 00016239  0x00003355 fetch  0x00000002 , 0x00004800 
- 00016240  0x00003356 byteswap  0x0000003f , 0x0000003f 
- 00016241  0x00003357 iadd  0x00000007 , 0x0000003f 
- 00016242  0x00003358 byteswap  0x0000003f , 0x0000003f 
- 00016243  0x00003359 store  0x00000002 , 0x00004995 
- 00016244  0x0000335a call  0x00003e3e 
- 00016245  0x0000335b copy  0x00000007 , 0x0000003f 
- 00016246  0x0000335c imul32  0x00000012 , 0x0000003f 
- 00016247  0x0000335d iadd  0x00000011 , 0x00000011 
- 00016248  0x0000335e add  0x00000011 , 0x00000017 , 0x00000006 
- 00016249  0x0000335f ifetch  0x00000002 , 0x00000006 
- 00016250  0x00003360 store , 0x00000002 , 0x000043fb 
- 00016251  0x00003361 rtn 
- 00016252  0x00003367 jam  0x00000000 , 0x00000951 
- 00016253  0x0000336b sub  0x00000002 , 0x0000000c , 0x0000003e 
- 00016254  0x0000336c rtn  0x00000002 
- 00016255  0x0000336d sub  0x00000002 , 0x0000001e , 0x0000003e 
- 00016256  0x0000336e nrtn  0x00000002 
- 00016257  0x0000336f bpatchx  0x000000af , 0x00004035 
- 00016258  0x00003370 call  0x0000400e 
- 00016259  0x00003371 call  0x00003f8c 
- 00016260  0x00003372 nrtn  0x00000028 
- 00016261  0x00003373 call  0x00003fdd 
- 00016262  0x00003374 nrtn  0x00000028 
- 00016263  0x00003375 call  0x00003bcf 
- 00016264  0x00003376 call  0x00003fa1 
- 00016265  0x00003377 nrtn  0x00000028 
- 00016266  0x00003378 call  0x00003fb2 
- 00016267  0x0000337a branch  0x00003fb7 
- 00016268  0x0000337d call  0x00007dba 
- 00016269  0x0000337e fetch  0x00000001 , 0x00000921 
- 00016270  0x0000337f arg  0x00000925 , 0x00000006 
- 00016271  0x00003380 iadd  0x00000006 , 0x00000006 
- 00016272  0x00003381 ifetch  0x00000004 , 0x00000006 
- 00016273  0x00003382 ifetcht  0x00000004 , 0x00000006 
- 00016274  0x00003383 ixor  0x00000002 , 0x00000002 
- 00016275  0x00003384 arg  0x00000010 , 0x00000039 
- 00016276  0x00003385 arg  0x000009fd , 0x00000006 
- 00016277  0x00003387 ifetch  0x00000004 , 0x00000006 
- 00016278  0x00003388 isub  0x00000002 , 0x0000003e 
- 00016279  0x00003389 branch  0x00007dbc , 0x00000005 
- 00016280  0x0000338a loop  0x00003f95 
- 00016281  0x0000338b fetch  0x00000001 , 0x0000486a 
- 00016282  0x0000338c pincrease  0x00000004 
- 00016283  0x0000338d arg  0x000009fd , 0x00000005 
- 00016284  0x0000338e iadd  0x00000005 , 0x00000005 
- 00016285  0x0000338f istoret  0x00000004 , 0x00000005 
- 00016286  0x00003390 and  0x0000003f , 0x0000003f , 0x0000003f 
- 00016287  0x00003391 store  0x00000001 , 0x0000486a 
- 00016288  0x00003392 rtn 
- 00016289  0x00003395 call  0x00007dba 
- 00016290  0x00003396 fetcht  0x00000005 , 0x00000924 
- 00016291  0x00003397 arg  0x00000010 , 0x00000039 
- 00016292  0x00003398 arg  0x00000a3d , 0x00000006 
- 00016293  0x0000339a ifetch  0x00000005 , 0x00000006 
- 00016294  0x0000339b isub  0x00000002 , 0x0000003e 
- 00016295  0x0000339c branch  0x00007dbc , 0x00000005 
- 00016296  0x0000339d loop  0x00003fa5 
- 00016297  0x0000339e fetch  0x00000001 , 0x0000486b 
- 00016298  0x0000339f pincrease  0x00000001 
- 00016299  0x000033a0 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016300  0x000033a1 store  0x00000001 , 0x0000486b 
- 00016301  0x000033a2 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00016302  0x000033a3 arg  0x00000a3d , 0x00000005 
- 00016303  0x000033a4 iadd  0x00000005 , 0x00000005 
- 00016304  0x000033a5 istoret  0x00000005 , 0x00000005 
- 00016305  0x000033a6 rtn 
- 00016306  0x000033a9 fetch  0x00000001 , 0x00000951 
- 00016307  0x000033aa rtneq  0x00000000 
- 00016308  0x000033ab fetch  0x00000002 , 0x00000927 
- 00016309  0x000033ac store  0x00000002 , 0x0000486c 
- 00016310  0x000033ad rtn 
- 00016311  0x000033ba call  0x00004005 
- 00016312  0x000033bb fetch  0x00000001 , 0x00000921 
- 00016313  0x000033bc arg  0x00000929 , 0x00000002 
- 00016314  0x000033bd call  0x00003ca7 
- 00016315  0x000033be nrtn  0x00000005 
- 00016316  0x000033c2 bpatchx  0x000000b0 , 0x00004036 
- 00016317  0x000033c3 fetch  0x00000001 , 0x00000951 
- 00016318  0x000033c4 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00016319  0x000033c5 call  0x00004106 , 0x00000005 
- 00016320  0x000033c6 fetcht  0x00000002 , 0x00000929 
- 00016321  0x000033c7 call  0x00003f26 
- 00016322  0x000033c8 call  0x00003fcf , 0x00000028 
- 00016323  0x000033c9 branch  0x00003fea , 0x00000028 
- 00016324  0x000033ca arg  0x0000001d , 0x00000039 
- 00016325  0x000033cb arg  0x000007ab , 0x00000005 
- 00016326  0x000033cc arg  0x00000922 , 0x00000006 
- 00016327  0x000033cd call  0x00007cda 
- 00016328  0x000033ce call  0x00003fd3 
- 00016329  0x000033cf arg  0x0000001d , 0x00000039 
- 00016330  0x000033d0 arg  0x000007ab , 0x00000006 
- 00016331  0x000033d1 arg  0x00000922 , 0x00000005 
- 00016332  0x000033d2 call  0x00007cda 
- 00016333  0x000033d3 fetch  0x00000002 , 0x00004842 
- 00016334  0x000033d4 branch  0x00007d79 
- 00016335  0x000033d7 jam  0x00000001 , 0x00000952 
- 00016336  0x000033d8 fetch  0x00000002 , 0x00004995 
- 00016337  0x000033d9 store  0x00000002 , 0x00000953 
- 00016338  0x000033da rtn 
- 00016339  0x000033dd call  0x00003f36 
- 00016340  0x000033de branch  0x00003fea , 0x00000028 
- 00016341  0x000033df jam  0x000000ff , 0x00004868 
- 00016342  0x000033e0 setarg  0x0000ffcf 
- 00016343  0x000033e1 isub  0x00000002 , 0x0000003e 
- 00016344  0x000033e2 branch  0x00003fea , 0x00000005 
- 00016345  0x000033e3 setarg  0x0000ffff 
- 00016346  0x000033e4 isub  0x00000002 , 0x0000003e 
- 00016347  0x000033e5 branch  0x00003fea , 0x00000005 
- 00016348  0x000033e6 rtn 
- 00016349  0x000033ea call  0x00007dbc 
- 00016350  0x000033eb fetcht  0x00000001 , 0x00000922 
- 00016351  0x000033ec rshift4  0x00000002 , 0x0000003f 
- 00016352  0x000033ed rshift3  0x0000003f , 0x0000003f 
- 00016353  0x000033ee fetchr  0x00000011 , 0x00000001 , 0x00004871 
- 00016354  0x000033ef and  0x00000011 , 0x00000001 , 0x00000011 
- 00016355  0x000033f0 isub  0x00000011 , 0x0000003e 
- 00016356  0x000033f1 nrtn  0x00000005 
- 00016357  0x000033f2 and  0x00000002 , 0x0000007f , 0x00000002 
- 00016358  0x000033f3 fetch  0x00000001 , 0x0000474d 
- 00016359  0x000033f4 isub  0x00000002 , 0x0000003e 
- 00016360  0x000033f5 nrtn  0x00000005 
- 00016361  0x000033f6 branch  0x00007dba 
- 00016362  0x000033fb arg  0x00004872 , 0x00000011 
- 00016363  0x000033fc arg  0x0000000a , 0x00000039 
- 00016364  0x000033fe fetcht  0x00000002 , 0x00000927 
- 00016365  0x000033ff ifetch  0x00000002 , 0x00000011 
- 00016366  0x00003401 branch  0x00003ff4 , 0x00000034 
- 00016367  0x00003403 isub  0x00000002 , 0x0000003e 
- 00016368  0x00003405 branch  0x00003ff5 , 0x00000005 
- 00016369  0x00003406 increase  0x00000005 , 0x00000011 
- 00016370  0x00003407 loop  0x00003fec 
- 00016371  0x00003408 arg  0x00004872 , 0x00000011 
- 00016372  0x0000340b istoret  0x00000002 , 0x00000011 
- 00016373  0x0000340d storet  0x00000002 , 0x0000094c 
- 00016374  0x0000340f add  0x00000011 , 0x00000002 , 0x00000013 
- 00016375  0x00003410 ifetch  0x00000003 , 0x00000013 
- 00016376  0x00003411 store  0x00000003 , 0x0000094e 
- 00016377  0x00003412 branch  0x00003ffa 
- 00016378  0x00003418 call  0x00004002 
- 00016379  0x0000341a fetch  0x00000003 , 0x0000094e 
- 00016380  0x0000341b fetcht  0x00000003 , 0x00000924 
- 00016381  0x0000341c isub  0x00000002 , 0x0000003e 
- 00016382  0x0000341d rtn  0x00000002 
- 00016383  0x0000341e istoret  0x00000003 , 0x00000013 
- 00016384  0x0000341f call  0x00004002 
- 00016385  0x00003420 branch  0x00003e6b 
- 00016386  0x00003423 arg  0x00000924 , 0x00000011 
- 00016387  0x00003424 arg  0x00000003 , 0x00000039 
- 00016388  0x00003425 branch  0x00007cb1 
- 00016389  0x0000342a call  0x00004008 
- 00016390  0x0000342c arg  0x0000475e , 0x00000006 
- 00016391  0x0000342d branch  0x0000735f 
- 00016392  0x0000342f arg  0x0000093f , 0x00000005 
- 00016393  0x00003430 setarg  0x00000000 
- 00016394  0x00003431 istore  0x00000001 , 0x00000005 
- 00016395  0x00003432 fetch  0x00000006 , 0x00000923 
- 00016396  0x00003433 istore  0x00000008 , 0x00000005 
- 00016397  0x00003434 branch  0x00004069 
- 00016398  0x00003438 add  0x00000002 , 0xfffffff4 , 0x0000003f 
- 00016399  0x00003442 store  0x00000001 , 0x00000921 
- 00016400  0x00003443 arg  0x0000001d , 0x00000039 
- 00016401  0x00003444 arg  0x00000922 , 0x00000005 
- 00016402  0x00003445 call  0x00007ca1 
- 00016403  0x00003446 add  0x00000002 , 0xffffffff , 0x00000039 
- 00016404  0x00003447 arg  0x00000922 , 0x00000005 
- 00016405  0x00003448 branch  0x00007ccc 
- 00016406  0x0000344b call  0x0000406e 
- 00016407  0x0000344c call  0x00004036 
- 00016408  0x0000344d nrtn  0x00000028 
- 00016409  0x0000344e call  0x0000404a 
- 00016410  0x0000344f jam  0x0000001e , 0x00000787 
- 00016411  0x00003450 fetch  0x00000001 , 0x00000921 
- 00016412  0x00003451 add  0x0000003f , 0x0000000d , 0x00000002 
- 00016413  0x00003452 storet  0x00000001 , 0x00000789 
- 00016414  0x00003453 increase  0xffffffff , 0x00000002 
- 00016415  0x00003454 istoret  0x00000001 , 0x00000005 
- 00016416  0x00003455 setarg  0x0000002a 
- 00016417  0x00003456 istore  0x00000001 , 0x00000005 
- 00016418  0x00003457 add  0x00000002 , 0xffffffff , 0x00000039 
- 00016419  0x00003458 fetch  0x00000007 , 0x00000922 
- 00016420  0x00003459 arg  0x00000922 , 0x00000006 
- 00016421  0x0000345a call  0x00007cda 
- 00016422  0x0000345b arg  0x00000787 , 0x00000011 
- 00016423  0x0000345c call  0x000078b2 
- 00016424  0x0000345d call  0x0000402b 
- 00016425  0x0000345e nrtn  0x00000028 
- 00016426  0x0000345f branch  0x00003961 
- 00016427  0x00003462 fetcht  0x00000002 , 0x000007b2 
- 00016428  0x00003464 call  0x00007dbc 
- 00016429  0x00003465 fetch  0x00000001 , 0x00000978 
- 00016430  0x00003466 rtn  0x00000034 
- 00016431  0x00003467 iforce  0x00000039 
- 00016432  0x00003468 arg  0x00000968 , 0x00000006 
- 00016433  0x0000346a ifetch  0x00000002 , 0x00000006 
- 00016434  0x0000346b isub  0x00000002 , 0x0000003e 
- 00016435  0x0000346c branch  0x00007dba , 0x00000005 
- 00016436  0x0000346d loop  0x00004031 
- 00016437  0x0000346e rtn 
- 00016438  0x00003472 call  0x00007dbc 
- 00016439  0x00003473 fetch  0x00000001 , 0x00000951 
- 00016440  0x00003474 rtneq  0x00000001 
- 00016441  0x00003475 fetch  0x00000002 , 0x0000484c 
- 00016442  0x00003476 rtnbit1  0x00000001 
- 00016443  0x00003477 fetch  0x00000001 , 0x000047e4 
- 00016444  0x00003478 rtnne  0x00000000 
- 00016445  0x00003479 fetcht  0x00000002 , 0x00000927 
- 00016446  0x0000347a call  0x00003f26 
- 00016447  0x0000347b branch  0x00007dbc , 0x00000028 
- 00016448  0x0000347c call  0x0000404f 
- 00016449  0x0000347d nrtn  0x00000028 
- 00016450  0x0000347e fetch  0x00000001 , 0x00000923 
- 00016451  0x0000347f branch  0x00007dbc , 0x00000034 
- 00016452  0x00003480 pincrease  0xffffffff 
- 00016453  0x00003481 branch  0x00007dbc , 0x00000034 
- 00016454  0x00003482 store  0x00000001 , 0x00000923 
- 00016455  0x00003483 setarg  0x000048cc 
- 00016456  0x00003484 store  0x00000002 , 0x000043fb 
- 00016457  0x00003485 branch  0x00007dba 
- 00016458  0x00003488 call  0x00004005 
- 00016459  0x00003489 fetch  0x00000001 , 0x00000921 
- 00016460  0x0000348a arg  0x00000929 , 0x00000002 
- 00016461  0x0000348b call  0x00003c86 
- 00016462  0x0000348c branch  0x00003bcf 
- 00016463  0x00003491 setarg  0x000048a4 
- 00016464  0x00003492 store  0x00000002 , 0x00000910 
- 00016465  0x00003493 branch  0x000039fb 
- 00016466  0x00003498 bpatchx  0x000000b1 , 0x00004036 
- 00016467  0x00003499 call  0x00004056 
- 00016468  0x0000349a call  0x0000405f 
- 00016469  0x0000349b branch  0x0000394c 
- 00016470  0x000034a1 fetch  0x00000001 , 0x00000916 
- 00016471  0x000034a2 add  0x0000003f , 0x00000002 , 0x00000011 
- 00016472  0x000034a3 pincrease  0x00000004 
- 00016473  0x000034a4 store  0x00000001 , 0x00000916 
- 00016474  0x000034a5 arg  0x0000499f , 0x00000002 
- 00016475  0x000034a6 branch  0x0000405c 
- 00016476  0x000034ac call  0x00004005 
- 00016477  0x000034ad copy  0x00000011 , 0x0000003f 
- 00016478  0x000034ae branch  0x00003c86 
- 00016479  0x000034b2 branch  0x00003bcc 
- 00016480  0x000034b6 call  0x00003e5e 
- 00016481  0x000034b7 call  0x000078fa 
- 00016482  0x000034b8 rtn  0x00000034 
- 00016483  0x000034b9 call  0x00002a28 
- 00016484  0x000034ba nrtn  0x00000034 
- 00016485  0x000034bb arg  0x00000787 , 0x00000011 
- 00016486  0x000034bc call  0x000078ca 
- 00016487  0x000034bd nrtn  0x00000028 
- 00016488  0x000034be branch  0x000040f0 
- 00016489  0x000034c3 fetch  0x00000004 , 0x0000486e 
- 00016490  0x000034c4 istore  0x00000004 , 0x00000005 
- 00016491  0x000034c5 add  0x00000005 , 0xfffffff3 , 0x0000003f 
- 00016492  0x000034c6 store  0x00000002 , 0x000008f1 
- 00016493  0x000034c7 rtn 
- 00016494  0x000034cc setarg  0x000048cc 
- 00016495  0x000034cd store  0x00000002 , 0x000043fb 
- 00016496  0x000034ce rtn 
- 00016497  0x000034d1 call  0x0000406e 
- 00016498  0x000034d2 branch  0x000078ad 
- 00016499  0x000034d6 call  0x000029c9 
- 00016500  0x000034d7 fetch  0x00000001 , 0x000047e4 
- 00016501  0x000034d8 beq  0x00000001 , 0x00004083 
- 00016502  0x000034d9 beq  0x00000000 , 0x00004079 
- 00016503  0x000034da beq  0x00000005 , 0x00004079 
- 00016504  0x000034db rtn 
- 00016505  0x000034df setsect  0x00000000 , 0x00010214 
- 00016506  0x000034e0 setsect  0x00000001 , 0x0000c080 
- 00016507  0x000034e1 setsect  0x00000002 , 0x00028030 
- 00016508  0x000034e2 setsect  0x00000003 , 0x00003060 
- 00016509  0x000034e3 store  0x00000009 , 0x00004348 
- 00016510  0x000034e4 setarg  0x00182816 
- 00016511  0x000034e5 istore  0x00000004 , 0x00000005 
- 00016512  0x000034e6 fetch  0x00000008 , 0x000047dc 
- 00016513  0x000034e7 istore  0x00000008 , 0x00000005 
- 00016514  0x000034e8 rtn 
- 00016515  0x000034eb call  0x00003ce0 
- 00016516  0x000034ed setsect  0x00000000 , 0x0001021d 
- 00016517  0x000034ee setsect  0x00000001 , 0x0000c080 
- 00016518  0x000034ef setsect  0x00000002 , 0x00027030 
- 00016519  0x000034f0 setsect  0x00000003 , 0x00005460 
- 00016520  0x000034f1 store  0x00000009 , 0x00004348 
- 00016521  0x000034f2 setarg  0x00182716 
- 00016522  0x000034f3 istore  0x00000003 , 0x00000005 
- 00016523  0x000034f4 arg  0x000008ff , 0x00000006 
- 00016524  0x000034f5 call  0x00007c8f 
- 00016525  0x000034f6 fetch  0x00000002 , 0x000047ea 
- 00016526  0x000034f7 istore  0x00000002 , 0x00000005 
- 00016527  0x000034f8 rtn 
- 00016528  0x000034ff bpatchx  0x000000b2 , 0x00004036 
- 00016529  0x00003500 fetch  0x00000002 , 0x00004398 
- 00016530  0x00003501 beq  0x0000000e , 0x00004095 
- 00016531  0x00003502 beq  0x00000014 , 0x000040d6 
- 00016532  0x00003503 rtn 
- 00016533  0x00003506 copy  0x00000012 , 0x00000002 
- 00016534  0x00003507 ifetch  0x00000001 , 0x00000011 
- 00016535  0x00003508 beq  0x00000000 , 0x000040e1 
- 00016536  0x00003509 beq  0x00000002 , 0x0000409a 
- 00016537  0x0000350a rtn 
- 00016538  0x00003513 call  0x0000400e 
- 00016539  0x00003514 fetch  0x00000001 , 0x00000921 
- 00016540  0x00003515 pincrease  0xfffffffc 
- 00016541  0x00003516 store  0x00000001 , 0x00000921 
- 00016542  0x00003517 call  0x00003fdd 
- 00016543  0x00003518 nrtn  0x00000028 
- 00016544  0x00003519 call  0x00003bcf 
- 00016545  0x0000351a fetch  0x00000001 , 0x00000923 
- 00016546  0x0000351b bbit1  0x00000007 , 0x000040a4 
- 00016547  0x0000351c rtn 
- 00016548  0x0000351f call  0x000040da 
- 00016549  0x00003520 fetch  0x00000001 , 0x00000921 
- 00016550  0x00003521 arg  0x00000929 , 0x00000002 
- 00016551  0x00003522 call  0x00003ca5 
- 00016552  0x00003523 nrtn  0x00000005 
- 00016553  0x00003526 call  0x00004106 
- 00016554  0x00003527 fetch  0x00000001 , 0x0000092b 
- 00016555  0x00003528 beq  0x00000000 , 0x000040bd 
- 00016556  0x00003529 beq  0x00000001 , 0x000040ae 
- 00016557  0x0000352a rtn 
- 00016558  0x0000352d fetchr  0x00000039 , 0x00000001 , 0x00000921 
- 00016559  0x0000352e increase  0xfffffffd , 0x00000039 
- 00016560  0x00003530 rshift  0x00000039 , 0x0000003f 
- 00016561  0x00003531 fetcht  0x00000002 , 0x00000978 
- 00016562  0x00003532 iadd  0x00000002 , 0x0000003f 
- 00016563  0x00003533 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00016564  0x00003534 nrtn  0x00000002 
- 00016565  0x00003535 store  0x00000002 , 0x00000978 
- 00016566  0x00003536 arg  0x00000968 , 0x00000005 
- 00016567  0x00003537 lshift  0x00000002 , 0x0000003f 
- 00016568  0x00003538 iadd  0x00000005 , 0x00000005 
- 00016569  0x00003539 arg  0x0000092c , 0x00000006 
- 00016570  0x0000353a call  0x00007cda 
- 00016571  0x0000353b fetch  0x00000001 , 0x0000097a 
- 00016572  0x0000353c branch  0x000040bf 
- 00016573  0x0000353f ifetch  0x00000001 , 0x00000006 
- 00016574  0x00003540 store  0x00000001 , 0x0000097a 
- 00016575  0x00003542 store  0x00000001 , 0x000049a2 
- 00016576  0x00003543 fetch  0x00000002 , 0x00000978 
- 00016577  0x00003544 byteswap  0x0000003f , 0x0000003f 
- 00016578  0x00003545 store  0x00000002 , 0x000049a3 
- 00016579  0x00003547 jam  0x00000003 , 0x000049a1 
- 00016580  0x00003549 fetch  0x00000009 , 0x00000922 
- 00016581  0x0000354a store  0x00000009 , 0x00004998 
- 00016582  0x0000354b fetch  0x00000002 , 0x00004995 
- 00016583  0x0000354c store  0x00000002 , 0x0000499d 
- 00016584  0x0000354e call  0x00004253 
- 00016585  0x0000354f call  0x00004267 
- 00016586  0x00003551 call  0x000040da 
- 00016587  0x00003552 setarg  0x00000006 
- 00016588  0x00003553 arg  0x0000499f , 0x00000002 
- 00016589  0x00003554 call  0x00003c84 
- 00016590  0x00003555 call  0x0000405f 
- 00016591  0x00003558 arg  0x00000016 , 0x00000011 
- 00016592  0x00003559 arg  0x00000010 , 0x00000002 
- 00016593  0x0000355a call  0x00002dee 
- 00016594  0x0000355b setarg  0x00000002 
- 00016595  0x0000355c istore  0x00000001 , 0x00000005 
- 00016596  0x0000355d arg  0x00004998 , 0x00000006 
- 00016597  0x0000355e branch  0x00007c8d 
- 00016598  0x00003561 jam  0x00000002 , 0x000007aa 
- 00016599  0x00003562 copy  0x00000012 , 0x00000002 
- 00016600  0x00003563 copy  0x00000011 , 0x00000006 
- 00016601  0x00003564 branch  0x00003cfa 
- 00016602  0x00003568 arg  0x0000095b , 0x00000005 
- 00016603  0x00003569 setarg  0x00000003 
- 00016604  0x0000356a istore  0x00000002 , 0x00000005 
- 00016605  0x0000356b fetch  0x00000005 , 0x00000924 
- 00016606  0x0000356c istore  0x00000007 , 0x00000005 
- 00016607  0x0000356d call  0x00004069 
- 00016608  0x0000356f branch  0x00004006 
- 00016609  0x00003572 jam  0x00000002 , 0x00000951 
- 00016610  0x00003573 branch  0x00003f7d 
- 00016611  0x00003577 copy  0x00000013 , 0x0000003f 
- 00016612  0x00003578 beq  0x00000015 , 0x000040e8 
- 00016613  0x00003579 beq  0x00000014 , 0x000040e7 
- 00016614  0x0000357a rtn 
- 00016615  0x0000357d branch  0x000040eb 
- 00016616  0x00003582 setarg  0x00000000 
- 00016617  0x00003583 store  0x00000002 , 0x0000486c 
- 00016618  0x00003584 branch  0x00004317 
- 00016619  0x00003587 setarg  0x00000000 
- 00016620  0x00003588 store  0x00000002 , 0x00000978 
- 00016621  0x00003589 arg  0x00000968 , 0x00000005 
- 00016622  0x0000358a arg  0x00000010 , 0x00000039 
- 00016623  0x0000358b branch  0x00007ca3 
- 00016624  0x00003594 call  0x00002a28 
- 00016625  0x00003595 nrtn  0x00000034 
- 00016626  0x00003597 fetch  0x00000001 , 0x00000789 
- 00016627  0x00003598 add  0x0000003f , 0xffffffff , 0x00000011 
- 00016628  0x00003599 arg  0x00000010 , 0x00000002 
- 00016629  0x0000359a call  0x00002dee 
- 00016630  0x0000359b setarg  0x00000000 
- 00016631  0x0000359c istore  0x00000001 , 0x00000005 
- 00016632  0x0000359d arg  0x0000078c , 0x00000006 
- 00016633  0x0000359e branch  0x00007c8d 
- 00016634  0x000035a1 fetch  0x00000001 , 0x000007aa 
- 00016635  0x000035a2 rtneq  0x00000000 
- 00016636  0x000035a3 fetch  0x00000002 , 0x000044e9 
- 00016637  0x000035a4 rtnbit0  0x00000009 
- 00016638  0x000035a5 call  0x00002a28 
- 00016639  0x000035a6 nrtn  0x00000034 
- 00016640  0x000035a7 fetch  0x00000001 , 0x0000462a 
- 00016641  0x000035a8 add  0x0000003f , 0xfffffffb , 0x00000011 
- 00016642  0x000035a9 arg  0x00000016 , 0x00000002 
- 00016643  0x000035aa call  0x00002dee 
- 00016644  0x000035ab arg  0x00004630 , 0x00000006 
- 00016645  0x000035ac branch  0x00007c8d 
- 00016646  0x000035af fetch  0x00000002 , 0x00000968 
- 00016647  0x000035b0 nrtn  0x00000034 
- 00016648  0x000035b1 fetch  0x00000002 , 0x00000927 
- 00016649  0x000035b2 store  0x00000002 , 0x00000968 
- 00016650  0x000035b4 fetch  0x00000002 , 0x00000978 
- 00016651  0x000035b5 pincrease  0x00000001 
- 00016652  0x000035b6 store  0x00000002 , 0x00000978 
- 00016653  0x000035b7 rtn 
- 00016654  0x000035bb ifetch  0x00000004 , 0x00000006 
- 00016655  0x000035bc force  0x00000004 , 0x00000011 
- 00016656  0x000035bd increase  0x00000003 , 0x00000005 
- 00016657  0x000035bf istore  0x00000001 , 0x00000005 
- 00016658  0x000035c0 rshift8  0x0000003f , 0x0000003f 
- 00016659  0x000035c1 increase  0xfffffffe , 0x00000005 
- 00016660  0x000035c2 increase  0xffffffff , 0x00000011 
- 00016661  0x000035c3 nbranch  0x00004111 , 0x00000005 
- 00016662  0x000035c4 increase  0x00000005 , 0x00000005 
- 00016663  0x000035c5 loop  0x0000410e 
- 00016664  0x000035c6 rtn 
- 00016665  0x000035ca lshift2  0x00000007 , 0x0000003f 
- 00016666  0x000035cb iadd  0x0000000b , 0x00000006 
- 00016667  0x000035cc ifetch  0x00000004 , 0x00000006 
- 00016668  0x000035cd rtn 
- 00016669  0x000035d0 force  0x00000010 , 0x00000030 
- 00016670  0x000035d1 arg  0x00000231 , 0x0000000b 
- 00016671  0x000035d3 add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00016672  0x000035d4 call  0x00004119 
- 00016673  0x000035d5 iforce  0x00000002 
- 00016674  0x000035d6 add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00016675  0x000035d7 call  0x00004119 
- 00016676  0x000035d8 iadd  0x00000002 , 0x00000002 
- 00016677  0x000035d9 add  0x00000030 , 0xfffffffe , 0x00000007 
- 00016678  0x000035da call  0x00004119 
- 00016679  0x000035db shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00016680  0x000035dc iadd  0x00000002 , 0x00000002 
- 00016681  0x000035dd add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00016682  0x000035de call  0x00004119 
- 00016683  0x000035df shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00016684  0x000035e0 iadd  0x00000002 , 0x00000002 
- 00016685  0x000035e1 lshift2  0x00000030 , 0x0000003f 
- 00016686  0x000035e2 iadd  0x0000000b , 0x00000005 
- 00016687  0x000035e3 istoret  0x00000004 , 0x00000005 
- 00016688  0x000035e4 increase  0x00000001 , 0x00000030 
- 00016689  0x000035e5 compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00016690  0x000035e6 nbranch  0x0000411f , 0x00000001 
- 00016691  0x000035e7 rtn 
- 00016692  0x000035eb arg  0x00000549 , 0x00000006 
- 00016693  0x000035ec force  0x00000007 , 0x00000038 
- 00016694  0x000035ee ifetch  0x00000004 , 0x00000006 
- 00016695  0x000035ef iforce  0x0000002f 
- 00016696  0x000035f0 increase  0xffffffff , 0x00000038 
- 00016697  0x000035f1 branch  0x00004136 , 0x00000002 
- 00016698  0x000035f2 rtn 
- 00016699  0x000035f5 bpatchx  0x000000b3 , 0x00004036 
- 00016700  0x000035f6 call  0x0000411d 
- 00016701  0x000035f7 arg  0x00000331 , 0x00000005 
- 00016702  0x000035f8 force  0x00000000 , 0x00000038 
- 00016703  0x000035fa deposit  0x0000002f 
- 00016704  0x000035fb istore  0x00000004 , 0x00000005 
- 00016705  0x000035fc increase  0x00000001 , 0x00000038 
- 00016706  0x000035fd compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00016707  0x000035fe nbranch  0x0000413f , 0x00000001 
- 00016708  0x00003601 arg  0x000095ed , 0x0000000b 
- 00016709  0x00003604 arg  0x00000231 , 0x00000030 
- 00016710  0x00003605 force  0x00000040 , 0x00000039 
- 00016711  0x00003607 ifetcht  0x00000004 , 0x00000030 
- 00016712  0x00003608 ifetch  0x00000004 , 0x0000000b 
- 00016713  0x00003609 increase  0x00000004 , 0x0000000b 
- 00016714  0x0000360a increase  0x00000004 , 0x00000030 
- 00016715  0x0000360b iadd  0x00000002 , 0x0000003f 
- 00016716  0x0000360c force  0x00000007 , 0x00000038 
- 00016717  0x0000360d iadd  0x0000002f , 0x00000002 
- 00016718  0x0000360e force  0x00000004 , 0x00000038 
- 00016719  0x0000360f shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00016720  0x00003610 iadd  0x00000002 , 0x00000002 
- 00016721  0x00003611 force  0x00000005 , 0x00000038 
- 00016722  0x00003612 deposit  0x0000002f 
- 00016723  0x00003613 force  0x00000006 , 0x00000038 
- 00016724  0x00003614 ixor  0x0000002f , 0x0000003f 
- 00016725  0x00003615 force  0x00000004 , 0x00000038 
- 00016726  0x00003616 iand  0x0000002f , 0x0000003f 
- 00016727  0x00003617 force  0x00000006 , 0x00000038 
- 00016728  0x00003618 ixor  0x0000002f , 0x0000003f 
- 00016729  0x00003619 iadd  0x00000002 , 0x00000002 
- 00016730  0x0000361a force  0x00000007 , 0x00000038 
- 00016731  0x0000361b copy  0x00000002 , 0x0000002f 
- 00016732  0x0000361c force  0x00000003 , 0x00000038 
- 00016733  0x0000361d deposit  0x0000002f 
- 00016734  0x0000361e iadd  0x00000002 , 0x0000002f 
- 00016735  0x0000361f force  0x00000000 , 0x00000038 
- 00016736  0x00003620 deposit  0x0000002f 
- 00016737  0x00003621 force  0x00000001 , 0x00000038 
- 00016738  0x00003622 iand  0x0000002f , 0x00000002 
- 00016739  0x00003623 ior  0x0000002f , 0x0000003f 
- 00016740  0x00003624 force  0x00000002 , 0x00000038 
- 00016741  0x00003625 iand  0x0000002f , 0x0000003f 
- 00016742  0x00003626 ior  0x00000002 , 0x00000002 
- 00016743  0x00003627 force  0x00000000 , 0x00000038 
- 00016744  0x00003628 shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00016745  0x00003629 iadd  0x00000002 , 0x0000003f 
- 00016746  0x0000362a force  0x00000007 , 0x00000038 
- 00016747  0x0000362b iadd  0x0000002f , 0x0000002f 
- 00016748  0x0000362c regexrot 
- 00016749  0x0000362d loop  0x00004147 
- 00016750  0x0000362e arg  0x00000331 , 0x00000006 
- 00016751  0x0000362f force  0x00000000 , 0x00000038 
- 00016752  0x00003631 ifetch  0x00000004 , 0x00000006 
- 00016753  0x00003632 iadd  0x0000002f , 0x0000002f 
- 00016754  0x00003633 increase  0x00000001 , 0x00000038 
- 00016755  0x00003634 compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00016756  0x00003635 nbranch  0x00004170 , 0x00000001 
- 00016757  0x00003636 rtn 
- 00016758  0x0000363b arg  0x000001bd , 0x00000005 
- 00016759  0x0000363c force  0x00000007 , 0x00000038 
- 00016760  0x0000363e deposit  0x0000002f 
- 00016761  0x0000363f istore  0x00000004 , 0x00000005 
- 00016762  0x00003640 increase  0xffffffff , 0x00000038 
- 00016763  0x00003641 branch  0x00004178 , 0x00000002 
- 00016764  0x00003642 rtn 
- 00016765  0x00003648 bbit0  0x00000006 , 0x00004180 
- 00016766  0x0000364b call  0x000041a2 
- 00016767  0x0000364c branch  0x00004182 
- 00016768  0x0000364f call  0x000041af 
- 00016769  0x00003650 branch  0x00004182 
- 00016770  0x00003655 fetch  0x00000001 , 0x00000921 
- 00016771  0x00003656 pincrease  0xfffffff9 
- 00016772  0x0000365a arg  0x0000092c , 0x00000030 
- 00016773  0x0000365b call  0x00007dbc 
- 00016774  0x0000365c branch  0x00004194 
- 00016775  0x00003661 fetch  0x00000001 , 0x0000092b 
- 00016776  0x00003662 bbit0  0x00000006 , 0x0000418b 
- 00016777  0x00003664 call  0x000041a2 
- 00016778  0x00003665 branch  0x0000418d 
- 00016779  0x00003667 call  0x000041af 
- 00016780  0x00003668 branch  0x0000418d 
- 00016781  0x0000366c fetch  0x00000001 , 0x00004969 
- 00016782  0x0000366d ncall  0x00007dba , 0x00000034 
- 00016783  0x0000366e call  0x00007dbc , 0x00000034 
- 00016784  0x0000366f fetch  0x00000001 , 0x00004862 
- 00016785  0x00003670 pincrease  0xfffffffc 
- 00016786  0x00003671 jam  0x00000000 , 0x00004862 
- 00016787  0x00003672 arg  0x00004b3c , 0x00000030 
- 00016788  0x00003677 copy  0x00000030 , 0x00000002 
- 00016789  0x00003678 call  0x0000419c 
- 00016790  0x00003679 nrtn  0x00000005 
- 00016791  0x0000367a call  0x0000419f 
- 00016792  0x0000367b nrtn  0x00000028 
- 00016793  0x0000367c fetch  0x00000002 , 0x000008f4 
- 00016794  0x0000367d copy  0x0000003f , 0x00000030 
- 00016795  0x0000367e branch  0x00003728 
- 00016796  0x00003681 nbranch  0x00003ca7 , 0x00000028 
- 00016797  0x00003682 pincrease  0xfffffffc 
- 00016798  0x00003683 branch  0x00003ca5 
- 00016799  0x00003687 setarg  0x0000496a 
- 00016800  0x00003688 store  0x00000002 , 0x00000910 
- 00016801  0x00003689 branch  0x000039fb 
- 00016802  0x0000368e call  0x000041a5 
- 00016803  0x00003690 arg  0x00004959 , 0x00000006 
- 00016804  0x00003691 branch  0x0000735f 
- 00016805  0x00003693 arg  0x0000093f , 0x00000005 
- 00016806  0x00003694 setarg  0x00000001 
- 00016807  0x00003695 istore  0x00000001 , 0x00000005 
- 00016808  0x00003696 fetch  0x00000001 , 0x00004969 
- 00016809  0x00003697 arg  0x00000000 , 0x00000002 
- 00016810  0x00003698 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00016811  0x00003699 istoret  0x00000001 , 0x00000005 
- 00016812  0x0000369a fetch  0x00000007 , 0x00000924 
- 00016813  0x0000369b istore  0x00000007 , 0x00000005 
- 00016814  0x0000369c branch  0x00004069 
- 00016815  0x000036a1 call  0x000041b2 
- 00016816  0x000036a3 arg  0x000046a0 , 0x00000006 
- 00016817  0x000036a4 branch  0x0000735f 
- 00016818  0x000036a6 arg  0x0000093f , 0x00000005 
- 00016819  0x000036a7 setarg  0x00000002 
- 00016820  0x000036a8 branch  0x000041a7 
- 00016821  0x000036ae bpatchx  0x000000b4 , 0x00004036 
- 00016822  0x000036b0 call  0x0000425b 
- 00016823  0x000036b3 call  0x000041bd 
- 00016824  0x000036b4 rtn  0x00000028 
- 00016825  0x000036b5 call  0x000041d0 
- 00016826  0x000036b7 call  0x00004292 
- 00016827  0x000036b9 arg  0x00000983 , 0x00000011 
- 00016828  0x000036ba branch  0x000078b2 
- 00016829  0x000036bf call  0x00007dbc 
- 00016830  0x000036c0 arg  0x00000001 , 0x00000002 
- 00016831  0x000036c2 fetch  0x00000001 , 0x00000951 
- 00016832  0x000036c3 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00016833  0x000036c4 setflag  0x00000005 , 0x00000007 , 0x00000002 
- 00016834  0x000036c5 storet  0x00000001 , 0x00000983 
- 00016835  0x000036c6 fetch  0x00000009 , 0x00004998 
- 00016836  0x000036c7 store  0x00000009 , 0x00000987 
- 00016837  0x000036c8 fetch  0x00000001 , 0x00000723 
- 00016838  0x000036c9 rtnne  0x000000d4 
- 00016839  0x000036ca fetch  0x00000001 , 0x000047e4 
- 00016840  0x000036cb bne  0x00000000 , 0x00007dba 
- 00016841  0x000036cc fetch  0x00000001 , 0x00000726 
- 00016842  0x000036cd store  0x00000001 , 0x00000986 
- 00016843  0x000036ce fetch  0x00000001 , 0x00000983 
- 00016844  0x000036cf pincrease  0x00000001 
- 00016845  0x000036d0 set1  0x00000005 , 0x0000003f 
- 00016846  0x000036d1 store  0x00000001 , 0x00000983 
- 00016847  0x000036d2 rtn 
- 00016848  0x000036d6 fetch  0x00000001 , 0x00000722 
- 00016849  0x000036d7 copy  0x0000003f , 0x00000039 
- 00016850  0x000036d8 store  0x00000001 , 0x00000990 
- 00016851  0x000036d9 fetch  0x00000001 , 0x0000092b 
- 00016852  0x000036da store  0x00000001 , 0x00000991 
- 00016853  0x000036db arg  0x00000996 , 0x00000005 
- 00016854  0x000036dc arg  0x00000723 , 0x00000006 
- 00016855  0x000036dd branch  0x00007cda 
- 00016856  0x000036e7 fetch  0x00000001 , 0x000049b5 
- 00016857  0x000036e8 nrtn  0x00000034 
- 00016858  0x000036e9 call  0x00004292 
- 00016859  0x000036ea arg  0x00000983 , 0x00000011 
- 00016860  0x000036eb call  0x000078dc 
- 00016861  0x000036ec nrtn  0x00000028 
- 00016862  0x000036ee fetcht  0x00000001 , 0x00000983 
- 00016863  0x000036ef and  0x00000002 , 0x0000000f , 0x0000003f 
- 00016864  0x000036f0 branch  0x0000420b , 0x00000034 
- 00016865  0x000036f2 jam  0x00000001 , 0x000049b5 
- 00016866  0x000036f4 call  0x000041fc 
- 00016867  0x000036f6 fetcht  0x00000001 , 0x00000983 
- 00016868  0x000036f7 call  0x00004202 
- 00016869  0x000036f8 store  0x00000001 , 0x000049b6 
- 00016870  0x000036fa fetch  0x00000001 , 0x000049b7 
- 00016871  0x000036fb isolate1  0x00000007 , 0x00000002 
- 00016872  0x000036fc setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00016873  0x000036fd store  0x00000001 , 0x000049b7 
- 00016874  0x00003705 set1  0x00000004 , 0x00000002 
- 00016875  0x00003707 increase  0xffffffff , 0x00000002 
- 00016876  0x00003708 istoret  0x00000001 , 0x00000012 
- 00016877  0x0000370a fetcht  0x00000001 , 0x00000983 
- 00016878  0x0000370b isolate1  0x00000004 , 0x00000002 
- 00016879  0x0000370c nbranch  0x0000420f , 0x00000001 
- 00016880  0x0000370d fetcht  0x00000001 , 0x00000990 
- 00016881  0x0000370e storet  0x00000001 , 0x00000722 
- 00016882  0x0000370f copy  0x00000002 , 0x00000039 
- 00016883  0x00003710 arg  0x00000723 , 0x00000005 
- 00016884  0x00003711 arg  0x00000996 , 0x00000006 
- 00016885  0x00003712 call  0x00007cda 
- 00016886  0x00003714 sub  0x00000002 , 0x0000000f , 0x0000003e 
- 00016887  0x00003715 nbranch  0x000041f9 , 0x00000002 
- 00016888  0x00003717 branch  0x00003ec1 
- 00016889  0x0000371b fetch  0x00000004 , 0x00000992 
- 00016890  0x0000371c store  0x00000004 , 0x0000097e 
- 00016891  0x0000371d branch  0x00004230 
- 00016892  0x00003721 fetch  0x00000001 , 0x00000991 
- 00016893  0x00003722 store  0x00000001 , 0x0000092b 
- 00016894  0x00003724 fetch  0x00000009 , 0x00000987 
- 00016895  0x00003725 store  0x00000009 , 0x00004998 
- 00016896  0x00003726 store  0x00000009 , 0x00000922 
- 00016897  0x00003727 rtn 
- 00016898  0x0000372b jam  0x00000001 , 0x000049b7 
- 00016899  0x0000372c fetch  0x00000001 , 0x00000986 
- 00016900  0x0000372d isolate1  0x00000005 , 0x00000002 
- 00016901  0x0000372e rtn  0x00000001 
- 00016902  0x0000372f setarg  0x00000000 
- 00016903  0x00003730 rtn 
- 00016904  0x00003733 add  0x00000011 , 0x0000001a , 0x00000005 
- 00016905  0x00003734 istore  0x00000001 , 0x00000005 
- 00016906  0x00003735 rtn 
- 00016907  0x00003739 jam  0x00000000 , 0x000049b6 
- 00016908  0x0000373a call  0x00004292 
- 00016909  0x0000373b arg  0x00000983 , 0x00000011 
- 00016910  0x0000373c branch  0x000078ca 
- 00016911  0x0000373f call  0x00004253 
- 00016912  0x00003740 call  0x00004267 
- 00016913  0x00003741 fetch  0x00000009 , 0x00004998 
- 00016914  0x00003742 store  0x00000009 , 0x00000987 
- 00016915  0x00003743 call  0x00004228 
- 00016916  0x00003744 setarg  0x00000000 
- 00016917  0x00003745 store  0x00000001 , 0x00004969 
- 00016918  0x00003746 call  0x00004249 
- 00016919  0x00003748 fetcht  0x00000001 , 0x00000722 
- 00016920  0x00003749 storet  0x00000001 , 0x00000990 
- 00016921  0x0000374a copy  0x00000002 , 0x00000039 
- 00016922  0x0000374b arg  0x00000723 , 0x00000006 
- 00016923  0x0000374c arg  0x00000996 , 0x00000005 
- 00016924  0x0000374d call  0x00007cda 
- 00016925  0x0000374f sub  0x00000002 , 0x0000000f , 0x0000003e 
- 00016926  0x00003750 nbranch  0x00004222 , 0x00000002 
- 00016927  0x00003752 arg  0x00000984 , 0x00000011 
- 00016928  0x00003753 call  0x000078eb 
- 00016929  0x00003754 branch  0x00003ec1 
- 00016930  0x00003757 call  0x0000426f 
- 00016931  0x00003758 fetch  0x00000004 , 0x0000097e 
- 00016932  0x00003759 store  0x00000004 , 0x00000992 
- 00016933  0x0000375a arg  0x00000984 , 0x00000011 
- 00016934  0x0000375b call  0x000078eb 
- 00016935  0x0000375c branch  0x00004230 
- 00016936  0x0000375f fetch  0x00000001 , 0x00000990 
- 00016937  0x00003760 copy  0x0000003f , 0x00000039 
- 00016938  0x00003761 store  0x00000001 , 0x00000722 
- 00016939  0x00003762 fetch  0x00000001 , 0x00000991 
- 00016940  0x00003763 store  0x00000001 , 0x0000092b 
- 00016941  0x00003764 arg  0x00000996 , 0x00000006 
- 00016942  0x00003765 arg  0x00000723 , 0x00000005 
- 00016943  0x00003766 branch  0x00007cda 
- 00016944  0x00003769 call  0x0000427c 
- 00016945  0x0000376a setarg  0x00000723 
- 00016946  0x0000376b store  0x00000002 , 0x0000097b 
- 00016947  0x0000376d call  0x000041fc 
- 00016948  0x0000376e call  0x00004253 
- 00016949  0x0000376f call  0x00004267 
- 00016950  0x00003771 fetcht  0x00000001 , 0x00000722 
- 00016951  0x00003772 setarg  0x0000000c 
- 00016952  0x00003773 call  0x00007db0 
- 00016953  0x00003774 copy  0x0000003f , 0x00000011 
- 00016954  0x00003775 copy  0x00000002 , 0x0000003f 
- 00016955  0x00003776 isub  0x00000011 , 0x0000003f 
- 00016956  0x00003777 store  0x00000001 , 0x00000722 
- 00016957  0x00003778 fetch  0x00000002 , 0x0000097b 
- 00016958  0x00003779 copy  0x0000003f , 0x00000006 
- 00016959  0x0000377a iadd  0x00000011 , 0x00000002 
- 00016960  0x0000377b storet  0x00000002 , 0x0000097b 
- 00016961  0x0000377c call  0x00003ecb 
- 00016962  0x0000377d fetch  0x00000001 , 0x00000722 
- 00016963  0x0000377e rtn  0x00000034 
- 00016964  0x0000377f fetch  0x00000001 , 0x00000980 
- 00016965  0x00003780 pincrease  0x00000001 
- 00016966  0x00003781 store  0x00000001 , 0x00000980 
- 00016967  0x00003782 call  0x0000427c 
- 00016968  0x00003783 branch  0x00004233 
- 00016969  0x00003789 fetch  0x00000001 , 0x0000092b 
- 00016970  0x0000378a bbit0  0x00000006 , 0x0000424d 
- 00016971  0x0000378c call  0x000041a2 
- 00016972  0x0000378d branch  0x0000424e 
- 00016973  0x0000378f call  0x000041af 
- 00016974  0x00003791 fetch  0x00000001 , 0x00000722 
- 00016975  0x00003792 add  0x0000003f , 0x00000004 , 0x00000002 
- 00016976  0x00003793 storet  0x00000001 , 0x00000722 
- 00016977  0x00003794 arg  0x00000723 , 0x00000002 
- 00016978  0x00003795 branch  0x00003c86 
- 00016979  0x0000379b fetch  0x00000003 , 0x00004992 
- 00016980  0x0000379c pincrease  0x00000001 
- 00016981  0x0000379d store  0x00000003 , 0x00004992 
- 00016982  0x0000379e fetch  0x00000001 , 0x00004808 
- 00016983  0x0000379f pincrease  0x00000001 
- 00016984  0x000037a0 store  0x00000001 , 0x00004808 
- 00016985  0x000037a1 fetch  0x00000002 , 0x00004846 
- 00016986  0x000037a2 branch  0x00007d79 
- 00016987  0x000037a7 fetch  0x00000001 , 0x00004871 
- 00016988  0x000037a8 lshift4  0x0000003f , 0x0000003f 
- 00016989  0x000037a9 lshift3  0x0000003f , 0x0000003f 
- 00016990  0x000037aa fetcht  0x00000001 , 0x0000474d 
- 00016991  0x000037ab ior  0x00000002 , 0x0000003f 
- 00016992  0x000037ac store  0x00000001 , 0x00004998 
- 00016993  0x000037ad fetch  0x00000001 , 0x00004997 
- 00016994  0x000037ae store  0x00000001 , 0x00004999 
- 00016995  0x000037af fetch  0x00000002 , 0x00004995 
- 00016996  0x000037b0 store  0x00000002 , 0x0000499d 
- 00016997  0x000037b1 fetch  0x00000002 , 0x0000094c 
- 00016998  0x000037b2 store  0x00000002 , 0x0000499f 
- 00016999  0x000037b5 fetch  0x00000003 , 0x00004992 
- 00017000  0x000037b6 store  0x00000003 , 0x0000499a 
- 00017001  0x000037b7 arg  0x0000499a , 0x00000011 
- 00017002  0x000037b8 arg  0x00000003 , 0x00000039 
- 00017003  0x000037b9 call  0x00007cb1 
- 00017004  0x000037ba fetch  0x00000008 , 0x00004999 
- 00017005  0x000037bb store  0x00000008 , 0x00000923 
- 00017006  0x000037bc rtn 
- 00017007  0x000037bf fetch  0x00000001 , 0x00000722 
- 00017008  0x000037c0 div  0x0000003f , 0x0000000c 
- 00017009  0x000037c1 call  0x00007d62 
- 00017010  0x000037c2 quotient  0x00000002 
- 00017011  0x000037c3 remainder  0x0000003f 
- 00017012  0x000037c4 call  0x0000428f , 0x00000034 
- 00017013  0x000037c5 storet  0x00000001 , 0x00000981 
- 00017014  0x000037c6 jam  0x00000000 , 0x00000980 
- 00017015  0x000037c7 fetch  0x00000003 , 0x00004992 
- 00017016  0x000037c8 arg  0x00001fff , 0x00000002 
- 00017017  0x000037c9 iand  0x00000002 , 0x0000003f 
- 00017018  0x000037ca store  0x00000002 , 0x0000097e 
- 00017019  0x000037cb rtn 
- 00017020  0x000037ce fetch  0x00000002 , 0x0000097e 
- 00017021  0x000037cf lshift4  0x0000003f , 0x0000003f 
- 00017022  0x000037d0 lshift  0x0000003f , 0x0000003f 
- 00017023  0x000037d1 fetcht  0x00000001 , 0x00000980 
- 00017024  0x000037d2 ior  0x00000002 , 0x0000003f 
- 00017025  0x000037d3 lshift4  0x0000003f , 0x0000003f 
- 00017026  0x000037d4 lshift  0x0000003f , 0x0000003f 
- 00017027  0x000037d5 fetcht  0x00000001 , 0x00000981 
- 00017028  0x000037d6 ior  0x00000002 , 0x0000003f 
- 00017029  0x000037d7 store  0x00000003 , 0x000049a2 
- 00017030  0x000037d8 arg  0x00000003 , 0x00000039 
- 00017031  0x000037d9 arg  0x000049a2 , 0x00000011 
- 00017032  0x000037da branch  0x00007cb1 
- 00017033  0x000037dd arg  0x000049b8 , 0x00000013 
- 00017034  0x000037de arg  0x0000428c , 0x00000012 
- 00017035  0x000037df branch  0x000042e0 
- 00017036  0x000037e2 arg  0x00000028 , 0x00000039 
- 00017037  0x000037e3 arg  0x0000496a , 0x00000005 
- 00017038  0x000037e4 branch  0x00007ca1 
- 00017039  0x000037e8 increase  0xffffffff , 0x00000002 
- 00017040  0x000037e9 rtn 
- 00017041  0x000037ec branch  0x00003b2a 
- 00017042  0x000037f0 setarg  0x000049b9 
- 00017043  0x000037f1 store  0x00000002 , 0x000043fb 
- 00017044  0x000037f2 rtn 
- 00017045  0x000037f6 bpatch  0x000000b1 , 0x00004016 
- 00017046  0x000037f7 fetch  0x00000001 , 0x000043cb 
- 00017047  0x000037f8 branch  0x00004295 , 0x00000034 
- 00017048  0x000037f9 beq  0x00000004 , 0x000047b7 
- 00017049  0x000037fa beq  0x00000009 , 0x000062ae 
- 00017050  0x000037fb beq  0x0000000a , 0x00005099 
- 00017051  0x000037fc beq  0x0000000e , 0x000043b2 
- 00017052  0x000037fd beq  0x00000006 , 0x0000646e 
- 00017053  0x000037fe beq  0x0000000d , 0x00004672 
- 00017054  0x000037ff beq  0x0000000f , 0x00004959 
- 00017055  0x00003800 beq  0x0000000c , 0x00006882 
- 00017056  0x00003802 beq  0x00000008 , 0x000053e0 
- 00017057  0x00003803 beq  0x0000000b , 0x00003e02 
- 00017058  0x00003804 rtn 
- 00017059  0x00003808 rtn  0x0000002b 
- 00017060  0x00003809 call  0x00006f74 
- 00017061  0x0000380a fetch  0x00000001 , 0x000043cb 
- 00017062  0x0000380b beq  0x00000009 , 0x000063d9 
- 00017063  0x0000380c beq  0x00000006 , 0x000063d9 
- 00017064  0x0000380d beq  0x00000004 , 0x000047c2 
- 00017065  0x0000380e beq  0x00000008 , 0x00005428 
- 00017066  0x0000380f beq  0x0000000f , 0x0000542c 
- 00017067  0x00003810 beq  0x0000000d , 0x00004772 
- 00017068  0x00003811 rtn 
- 00017069  0x00003814 call  0x00007774 
- 00017070  0x00003815 call  0x00007841 
- 00017071  0x00003816 call  0x000042b4 
- 00017072  0x00003817 fetch  0x00000002 , 0x000043db 
- 00017073  0x00003818 branch  0x00007d79 
- 00017074  0x0000381b fetch  0x00000002 , 0x000043d9 
- 00017075  0x0000381c branch  0x00007d79 
- 00017076  0x0000381f bpatch  0x000000b2 , 0x00004016 
- 00017077  0x00003821 arg  0x000044d3 , 0x00000011 
- 00017078  0x00003822 call  0x00007d97 
- 00017079  0x00003823 rtn  0x00000034 
- 00017080  0x00003825 copy  0x0000003f , 0x00000013 
- 00017081  0x00003826 call  0x000042bd 
- 00017082  0x00003827 branch  0x000042c1 
- 00017083  0x0000382a arg  0x00000000 , 0x00000013 
- 00017084  0x0000382b rtn 
- 00017085  0x00003831 beq  0x00000010 , 0x000042d0 
- 00017086  0x00003832 beq  0x00000014 , 0x000042c7 
- 00017087  0x00003833 beq  0x00000015 , 0x000042cb 
- 00017088  0x00003834 rtn 
- 00017089  0x00003839 fetch  0x00000002 , 0x000043dd 
- 00017090  0x0000383a branch  0x00007d79 
- 00017091  0x0000383d fetch  0x00000002 , 0x000043d3 
- 00017092  0x0000383e branch  0x00007d79 
- 00017093  0x00003841 fetch  0x00000002 , 0x000043d7 
- 00017094  0x00003842 branch  0x00007d79 
- 00017095  0x00003845 fetch  0x00000002 , 0x000044e9 
- 00017096  0x00003846 set1  0x00000009 , 0x0000003f 
- 00017097  0x00003847 store  0x00000002 , 0x000044e9 
- 00017098  0x00003848 rtn 
- 00017099  0x0000384b jam  0x00000000 , 0x00004396 
- 00017100  0x0000384c fetch  0x00000002 , 0x000044e9 
- 00017101  0x0000384d set0  0x00000009 , 0x0000003f 
- 00017102  0x0000384e store  0x00000002 , 0x000044e9 
- 00017103  0x0000384f branch  0x0000432d 
- 00017104  0x00003853 fetch  0x00000002 , 0x000043f1 
- 00017105  0x00003854 set1  0x00000000 , 0x0000003f 
- 00017106  0x00003855 store  0x00000002 , 0x000043f1 
- 00017107  0x00003856 rtn 
- 00017108  0x0000385a store  0x00000001 , 0x0000021d 
- 00017109  0x0000385c bpatch  0x000000b3 , 0x00004016 
- 00017110  0x0000385d fetch  0x00000001 , 0x0000021d 
- 00017111  0x0000385e rtn  0x00000034 
- 00017112  0x0000385f increase  0xffffffff , 0x0000003f 
- 00017113  0x00003860 store  0x00000001 , 0x0000021d 
- 00017114  0x00003861 call  0x00007780 
- 00017115  0x00003862 call  0x0000430e 
- 00017116  0x00003863 call  0x00006beb 
- 00017117  0x00003864 fetch  0x00000002 , 0x000043e3 
- 00017118  0x00003865 call  0x00007d79 
- 00017119  0x00003866 branch  0x000042d5 
- 00017120  0x0000386c ifetch  0x00000001 , 0x00000013 
- 00017121  0x0000386d rtn  0x00000034 
- 00017122  0x0000386e pincrease  0xffffffff 
- 00017123  0x0000386f istore  0x00000001 , 0x00000013 
- 00017124  0x00003870 nrtn  0x00000034 
- 00017125  0x00003871 copy  0x00000012 , 0x0000003f 
- 00017126  0x00003872 branch  0x00007d79 
- 00017127  0x00003877 ifetch  0x00000002 , 0x00000013 
- 00017128  0x00003878 rtn  0x00000034 
- 00017129  0x00003879 pincrease  0xffffffff 
- 00017130  0x0000387a istore  0x00000002 , 0x00000013 
- 00017131  0x0000387b nrtn  0x00000034 
- 00017132  0x0000387c copy  0x00000012 , 0x0000003f 
- 00017133  0x0000387d branch  0x00007d79 
- 00017134  0x00003880 fetcht  0x00000002 , 0x00004430 
- 00017135  0x00003881 add  0x00000002 , 0x00000001 , 0x00000013 
- 00017136  0x00003882 arg  0x000042f2 , 0x00000012 
- 00017137  0x00003883 branch  0x000042e0 
- 00017138  0x00003886 call  0x00004343 
- 00017139  0x00003887 beq  0x00000001 , 0x000042f5 
- 00017140  0x00003889 branch  0x00004327 
- 00017141  0x0000388b setarg  0x00000002 
- 00017142  0x0000388c istore  0x00000001 , 0x00000013 
- 00017143  0x0000388d add  0x00000002 , 0x00000008 , 0x00000012 
- 00017144  0x0000388f ifetch  0x00000002 , 0x00000012 
- 00017145  0x00003890 branch  0x00007d79 
- 00017146  0x00003894 call  0x000042fc 
- 00017147  0x00003895 branch  0x00004327 
- 00017148  0x00003899 setarg  0x00000000 
- 00017149  0x0000389a store  0x00000002 , 0x000043ef 
- 00017150  0x0000389b rtn 
- 00017151  0x0000389d setarg  0x00000000 
- 00017152  0x0000389e store  0x00000002 , 0x000043f1 
- 00017153  0x0000389f rtn 
- 00017154  0x000038a4 fetch  0x00000002 , 0x000043f1 
- 00017155  0x000038a5 set1  0x00000007 , 0x0000003f 
- 00017156  0x000038a6 store  0x00000002 , 0x000043ef 
- 00017157  0x000038a7 setarg  0x00000000 
- 00017158  0x000038a8 store  0x00000002 , 0x000043f1 
- 00017159  0x000038a9 rtn 
- 00017160  0x000038b2 arg  0x00000009 , 0x00000007 
- 00017161  0x000038b3 branch  0x000024e7 
- 00017162  0x000038b6 arg  0x00000009 , 0x00000007 
- 00017163  0x000038b7 branch  0x000024eb 
- 00017164  0x000038ba jam  0x00000005 , 0x000043ed 
- 00017165  0x000038bb branch  0x00004308 
- 00017166  0x000038be arg  0x000043ed , 0x00000013 
- 00017167  0x000038bf arg  0x0000430a , 0x00000012 
- 00017168  0x000038c0 branch  0x000042e0 
- 00017169  0x000038c4 jam  0x0000000f , 0x0000066f 
- 00017170  0x000038c5 branch  0x00007834 
- 00017171  0x000038c8 jam  0x00000010 , 0x0000066f 
- 00017172  0x000038c9 branch  0x00007834 
- 00017173  0x000038cc jam  0x0000000e , 0x0000066f 
- 00017174  0x000038cd branch  0x00007834 
- 00017175  0x000038d0 jam  0x0000000d , 0x0000066f 
- 00017176  0x000038d1 branch  0x00007834 
- 00017177  0x000038d4 jam  0x00000017 , 0x0000066f 
- 00017178  0x000038d5 branch  0x00007834 
- 00017179  0x000038d8 jam  0x00000018 , 0x0000066f 
- 00017180  0x000038d9 branch  0x00007834 
- 00017181  0x000038dc jam  0x00000016 , 0x0000066f 
- 00017182  0x000038dd branch  0x00007834 
- 00017183  0x000038e0 jam  0x00000011 , 0x0000066f 
- 00017184  0x000038e1 branch  0x00007834 
- 00017185  0x000038e4 jam  0x00000015 , 0x0000066f 
- 00017186  0x000038e5 branch  0x00007834 
- 00017187  0x000038e8 jam  0x00000014 , 0x0000066f 
- 00017188  0x000038e9 branch  0x00007834 
- 00017189  0x000038ed jam  0x00000013 , 0x0000066f 
- 00017190  0x000038ee branch  0x00007834 
- 00017191  0x000038f1 jam  0x00000019 , 0x0000066f 
- 00017192  0x000038f2 branch  0x00007834 
- 00017193  0x000038f6 jam  0x0000001f , 0x0000066f 
- 00017194  0x000038f7 branch  0x00007834 
- 00017195  0x000038fb set1  0x0000000d , 0x00000000 
- 00017196  0x000038fc rtn 
- 00017197  0x000038ff set0  0x0000000d , 0x00000000 
- 00017198  0x00003900 rtn 
- 00017199  0x00003904 call  0x00004343 
- 00017200  0x00003905 beq  0x00000002 , 0x00004339 
- 00017201  0x00003907 setarg  0x00000001 
- 00017202  0x00003908 istore  0x00000001 , 0x00000013 
- 00017203  0x00003909 add  0x00000002 , 0x00000003 , 0x00000011 
- 00017204  0x0000390a add  0x00000002 , 0x00000006 , 0x00000012 
- 00017205  0x0000390c ifetcht  0x00000001 , 0x00000011 
- 00017206  0x0000390d increase  0x00000001 , 0x00000013 
- 00017207  0x0000390e istoret  0x00000001 , 0x00000013 
- 00017208  0x0000390f branch  0x000042f8 
- 00017209  0x00003912 setarg  0x00000000 
- 00017210  0x00003913 istore  0x00000001 , 0x00000013 
- 00017211  0x00003914 fetch  0x00000002 , 0x000044e9 
- 00017212  0x00003915 bbit0  0x00000009 , 0x0000433f 
- 00017213  0x00003916 call  0x000030c5 
- 00017214  0x00003917 call  0x0000431f 
- 00017215  0x00003919 fetcht  0x00000002 , 0x00004430 
- 00017216  0x0000391a add  0x00000002 , 0x00000002 , 0x00000011 
- 00017217  0x0000391b add  0x00000002 , 0x00000004 , 0x00000012 
- 00017218  0x0000391c branch  0x00004335 
- 00017219  0x0000391f fetcht  0x00000002 , 0x00004430 
- 00017220  0x00003920 add  0x00000002 , 0x00000000 , 0x00000013 
- 00017221  0x00003921 ifetch  0x00000001 , 0x00000013 
- 00017222  0x00003922 rtn 
- 00017223  0x00003925 call  0x00004343 
- 00017224  0x00003926 bne  0x00000000 , 0x0000434a 
- 00017225  0x00003927 branch  0x00004327 
- 00017226  0x00003929 add  0x00000002 , 0x0000000a , 0x00000012 
- 00017227  0x0000392a branch  0x000042f8 
- 00017228  0x00003931 fetch  0x00000008 , 0x00004ceb 
- 00017229  0x00003932 store  0x00000008 , 0x00004cfe 
- 00017230  0x00003933 jam  0x00000000 , 0x00004d0e 
- 00017231  0x00003934 fetch  0x00000001 , 0x00004d02 
- 00017232  0x00003935 lshift2  0x0000003f , 0x0000003f 
- 00017233  0x00003936 arg  0x00004b87 , 0x00000002 
- 00017234  0x00003937 iadd  0x00000002 , 0x00000002 
- 00017235  0x00003938 ifetch  0x00000004 , 0x00000002 
- 00017236  0x00003939 store  0x00000004 , 0x00004cfa 
- 00017237  0x0000393b fetch  0x00000001 , 0x00004d0e 
- 00017238  0x0000393c nbranch  0x0000435f , 0x00000034 
- 00017239  0x0000393d fetcht  0x00000002 , 0x00004cf4 
- 00017240  0x0000393e ifetch  0x00000001 , 0x00000002 
- 00017241  0x0000393f store  0x00000001 , 0x00004d0a 
- 00017242  0x00003940 increase  0x00000001 , 0x00000002 
- 00017243  0x00003941 storet  0x00000002 , 0x00004cf4 
- 00017244  0x00003942 rshift4  0x0000003f , 0x0000003f 
- 00017245  0x00003943 store  0x00000001 , 0x00004cf9 
- 00017246  0x00003944 branch  0x00004362 
- 00017247  0x00003946 fetch  0x00000001 , 0x00004d0a 
- 00017248  0x00003947 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00017249  0x00003948 store  0x00000001 , 0x00004cf9 
- 00017250  0x0000394a fetch  0x00000001 , 0x00004d0e 
- 00017251  0x0000394b setflip  0x00000000 , 0x0000003f 
- 00017252  0x0000394c store  0x00000001 , 0x00004d0e 
- 00017253  0x0000394d arg  0x00004b77 , 0x00000002 
- 00017254  0x0000394e fetch  0x00000001 , 0x00004cf9 
- 00017255  0x0000394f iadd  0x00000002 , 0x00000002 
- 00017256  0x00003950 ifetch  0x00000001 , 0x00000002 
- 00017257  0x00003951 fetcht  0x00000001 , 0x00004d02 
- 00017258  0x00003952 call  0x0000439a 
- 00017259  0x00003953 store  0x00000001 , 0x00004d02 
- 00017260  0x00003955 fetch  0x00000001 , 0x00004cf9 
- 00017261  0x00003956 and  0x0000003f , 0x00000008 , 0x00000002 
- 00017262  0x00003957 storet  0x00000001 , 0x00004cf8 
- 00017263  0x00003958 and  0x0000003f , 0x00000007 , 0x00000002 
- 00017264  0x00003959 storet  0x00000001 , 0x00004cf9 
- 00017265  0x0000395b call  0x000043a3 
- 00017266  0x0000395c storet  0x00000004 , 0x00004d06 
- 00017267  0x0000395e fetch  0x00000001 , 0x00004cf8 
- 00017268  0x0000395f branch  0x00004379 , 0x00000034 
- 00017269  0x00003960 fetch  0x00000004 , 0x00004cfe 
- 00017270  0x00003961 fetcht  0x00000004 , 0x00004d06 
- 00017271  0x00003962 isub  0x00000002 , 0x0000003f 
- 00017272  0x00003963 branch  0x0000437c 
- 00017273  0x00003965 fetch  0x00000004 , 0x00004cfe 
- 00017274  0x00003966 fetcht  0x00000004 , 0x00004d06 
- 00017275  0x00003967 iadd  0x00000002 , 0x0000003f 
- 00017276  0x00003969 store  0x00000004 , 0x00004cfe 
- 00017277  0x0000396a arg  0x00007fff , 0x00000002 
- 00017278  0x0000396b isub  0x00000002 , 0x0000003f 
- 00017279  0x0000396c bbit1  0x0000001f , 0x00004382 
- 00017280  0x0000396d storet  0x00000004 , 0x00004cfe 
- 00017281  0x0000396e branch  0x00004388 
- 00017282  0x00003970 fetch  0x00000004 , 0x00004cfe 
- 00017283  0x00003971 arg  0x00008000 , 0x00000002 
- 00017284  0x00003972 iadd  0x00000002 , 0x0000003f 
- 00017285  0x00003973 bbit0  0x0000001f , 0x00004388 
- 00017286  0x00003974 arg  0xffff8000 , 0x00000002 
- 00017287  0x00003975 storet  0x00000004 , 0x00004cfe 
- 00017288  0x00003977 fetch  0x00000001 , 0x00004d02 
- 00017289  0x00003978 lshift2  0x0000003f , 0x0000003f 
- 00017290  0x00003979 arg  0x00004b87 , 0x00000002 
- 00017291  0x0000397a iadd  0x00000002 , 0x00000002 
- 00017292  0x0000397b ifetch  0x00000004 , 0x00000002 
- 00017293  0x0000397c store  0x00000004 , 0x00004cfa 
- 00017294  0x0000397e fetch  0x00000002 , 0x00004cf6 
- 00017295  0x0000397f fetcht  0x00000002 , 0x00004cfe 
- 00017296  0x00003980 istoret  0x00000002 , 0x0000003f 
- 00017297  0x00003981 increase  0x00000002 , 0x0000003f 
- 00017298  0x00003982 store  0x00000002 , 0x00004cf6 
- 00017299  0x00003984 fetch  0x00000001 , 0x00004cf3 
- 00017300  0x00003985 increase  0xffffffff , 0x0000003f 
- 00017301  0x00003986 store  0x00000001 , 0x00004cf3 
- 00017302  0x00003987 nbranch  0x00004355 , 0x00000034 
- 00017303  0x00003988 fetch  0x00000008 , 0x00004cfe 
- 00017304  0x00003989 store  0x00000008 , 0x00004ceb 
- 00017305  0x0000398a rtn 
- 00017306  0x0000398d iadd  0x00000002 , 0x0000003f 
- 00017307  0x0000398e bbit0  0x00000007 , 0x0000439e 
- 00017308  0x0000398f setarg  0x00000000 
- 00017309  0x00003990 rtn 
- 00017310  0x00003992 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00017311  0x00003993 sub  0x0000003f , 0x00000058 , 0x0000003e 
- 00017312  0x00003994 rtn  0x00000002 
- 00017313  0x00003995 setarg  0x00000058 
- 00017314  0x00003996 rtn 
- 00017315  0x00003999 fetchr  0x00000011 , 0x00000004 , 0x00004cfa 
- 00017316  0x0000399a rshift3  0x00000011 , 0x00000002 
- 00017317  0x0000399b fetch  0x00000001 , 0x00004cf9 
- 00017318  0x0000399c bbit0  0x00000002 , 0x000043a9 
- 00017319  0x0000399d copy  0x00000011 , 0x0000003f 
- 00017320  0x0000399e iadd  0x00000002 , 0x00000002 
- 00017321  0x000039a0 fetch  0x00000001 , 0x00004cf9 
- 00017322  0x000039a1 bbit0  0x00000001 , 0x000043ad 
- 00017323  0x000039a2 rshift  0x00000011 , 0x0000003f 
- 00017324  0x000039a3 iadd  0x00000002 , 0x00000002 
- 00017325  0x000039a5 fetch  0x00000001 , 0x00004cf9 
- 00017326  0x000039a6 rtnbit0  0x00000000 
- 00017327  0x000039a7 rshift2  0x00000011 , 0x0000003f 
- 00017328  0x000039a8 iadd  0x00000002 , 0x00000002 
- 00017329  0x000039a9 rtn 
- 00017330  0x000039af call  0x00007396 
- 00017331  0x000039b0 rtn  0x0000002b 
- 00017332  0x000039b1 setarg  0x000045be 
- 00017333  0x000039b2 store  0x00000002 , 0x000045e0 
- 00017334  0x000039b4 setarg  0x0000330a 
- 00017335  0x000039b5 store  0x00000002 , 0x000045e2 
- 00017336  0x000039b7 setarg  0x0000465e 
- 00017337  0x000039b8 store  0x00000002 , 0x000045e4 
- 00017338  0x000039ba setarg  0x0000442e 
- 00017339  0x000039bb store  0x00000002 , 0x000043d5 
- 00017340  0x000039bd setarg  0x00004430 
- 00017341  0x000039be store  0x00000002 , 0x000043d7 
- 00017342  0x000039c0 setarg  0x00004455 
- 00017343  0x000039c1 store  0x00000002 , 0x000043db 
- 00017344  0x000039c3 setarg  0x00004476 
- 00017345  0x000039c4 store  0x00000002 , 0x000043dd 
- 00017346  0x000039c6 setarg  0x00004308 
- 00017347  0x000039c7 store  0x00000002 , 0x000043d3 
- 00017348  0x000039c9 setarg  0x000044d1 
- 00017349  0x000039ca store  0x00000002 , 0x000043df 
- 00017350  0x000039cc setarg  0x00004494 
- 00017351  0x000039cd store  0x00000002 , 0x000043e3 
- 00017352  0x000039cf bpatch  0x0000002e , 0x00004005 
- 00017353  0x000039d0 call  0x00004412 
- 00017354  0x000039d1 call  0x00004463 
- 00017355  0x000039d2 call  0x000078ad 
- 00017356  0x000039d3 jam  0x00000002 , 0x000040c0 
- 00017357  0x000039d4 jam  0x00000000 , 0x000049b7 
- 00017358  0x000039d5 fetch  0x00000001 , 0x00004779 
- 00017359  0x000039d6 store  0x00000001 , 0x00004648 
- 00017360  0x000039d7 beq  0x00000000 , 0x000043db 
- 00017361  0x000039d8 fetch  0x00000001 , 0x0000477a 
- 00017362  0x000039d9 store  0x00000001 , 0x000044ec 
- 00017363  0x000039da jam  0x00000000 , 0x00004388 
- 00017364  0x000039dc call  0x00007776 
- 00017365  0x000039dd call  0x00007780 
- 00017366  0x000039de jam  0x00000001 , 0x000047a1 
- 00017367  0x000039df fetch  0x00000002 , 0x000044e9 
- 00017368  0x000039e0 rtnbit1  0x0000000c 
- 00017369  0x000039e1 branch  0x00004327 
- 00017370  0x000039e5 branch  0x000043f9 
- 00017371  0x000039e8 jam  0x00000002 , 0x000047a1 
- 00017372  0x000039ea jam  0x00000001 , 0x00004388 
- 00017373  0x000039eb setarg  0x00000020 
- 00017374  0x000039ec call  0x000063c7 
- 00017375  0x000039ee arg  0x00004273 , 0x00000005 
- 00017376  0x000039ef fetch  0x00000001 , 0x000042db 
- 00017377  0x000039f1 and  0x0000003f , 0x000000f0 , 0x00000002 
- 00017378  0x000039f2 rshift4  0x00000002 , 0x00000002 
- 00017379  0x000039f3 call  0x000043f3 
- 00017380  0x000039f4 istoret  0x00000001 , 0x00000005 
- 00017381  0x000039f5 and  0x0000003f , 0x0000000f , 0x00000002 
- 00017382  0x000039f6 call  0x000043f3 
- 00017383  0x000039f7 istoret  0x00000001 , 0x00000005 
- 00017384  0x000039f8 call  0x00002955 
- 00017385  0x000039f9 fetcht  0x00000001 , 0x0000426b 
- 00017386  0x000039fa copy  0x00000002 , 0x00000039 
- 00017387  0x000039fb arg  0x0000434b , 0x00000005 
- 00017388  0x000039fc arg  0x0000426c , 0x00000006 
- 00017389  0x000039fd call  0x00007cda 
- 00017390  0x000039ff fetcht  0x00000001 , 0x0000426b 
- 00017391  0x00003a00 copy  0x00000002 , 0x00000039 
- 00017392  0x00003a01 arg  0x0000436b , 0x00000005 
- 00017393  0x00003a02 arg  0x0000426c , 0x00000006 
- 00017394  0x00003a03 branch  0x00007cda 
- 00017395  0x00003a05 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00017396  0x00003a06 branch  0x000043f7 , 0x00000002 
- 00017397  0x00003a07 add  0x00000002 , 0x00000037 , 0x00000002 
- 00017398  0x00003a08 rtn 
- 00017399  0x00003a0a add  0x00000002 , 0x00000030 , 0x00000002 
- 00017400  0x00003a0b rtn 
- 00017401  0x00003a0e fetch  0x00000001 , 0x0000476e 
- 00017402  0x00003a0f bne  0x000000ff , 0x0000440b 
- 00017403  0x00003a11 fetch  0x00000001 , 0x0000476c 
- 00017404  0x00003a12 bne  0x000000ff , 0x0000440e 
- 00017405  0x00003a14 fetch  0x00000001 , 0x00004777 
- 00017406  0x00003a15 bne  0x000000ff , 0x00004410 
- 00017407  0x00003a17 fetch  0x00000001 , 0x000046da 
- 00017408  0x00003a18 copy  0x0000003f , 0x00000039 
- 00017409  0x00003a19 setarg  0x000046db 
- 00017410  0x00003a1a copy  0x0000003f , 0x00000011 
- 00017411  0x00003a1c copy  0x00000011 , 0x00000006 
- 00017412  0x00003a1d ifetch  0x00000001 , 0x00000006 
- 00017413  0x00003a1e copy  0x00000006 , 0x00000011 
- 00017414  0x00003a1f beq  0x000000ff , 0x00004409 
- 00017415  0x00003a20 copy  0x0000003f , 0x00000002 
- 00017416  0x00003a21 call  0x00006ef7 
- 00017417  0x00003a23 loop  0x00004403 
- 00017418  0x00003a25 rtn 
- 00017419  0x00003a27 fetch  0x00000008 , 0x0000476e 
- 00017420  0x00003a28 store  0x00000008 , 0x000046dd 
- 00017421  0x00003a29 branch  0x000043fb 
- 00017422  0x00003a2b store  0x00000001 , 0x000046db 
- 00017423  0x00003a2c branch  0x000043fd 
- 00017424  0x00003a2e store  0x00000001 , 0x000046dc 
- 00017425  0x00003a2f branch  0x000043ff 
- 00017426  0x00003a33 call  0x000045ba 
- 00017427  0x00003a34 call  0x00004640 
- 00017428  0x00003a35 arg  0x00000000 , 0x00000011 
- 00017429  0x00003a36 call  0x00007055 
- 00017430  0x00003a37 call  0x000043f9 
- 00017431  0x00003a38 call  0x0000446b 
- 00017432  0x00003a39 call  0x0000442c 
- 00017433  0x00003a3a branch  0x0000441b 
- 00017434  0x00003a3c rtn 
- 00017435  0x00003a3e fetch  0x00000001 , 0x000049a4 
- 00017436  0x00003a3f copy  0x0000003f , 0x00000039 
- 00017437  0x00003a40 setarg  0x000049a5 
- 00017438  0x00003a41 copy  0x0000003f , 0x00000011 
- 00017439  0x00003a43 copy  0x00000011 , 0x00000006 
- 00017440  0x00003a44 ifetch  0x00000001 , 0x00000006 
- 00017441  0x00003a45 copy  0x00000006 , 0x00000011 
- 00017442  0x00003a46 beq  0x000000ff , 0x00004426 
- 00017443  0x00003a47 copy  0x0000003f , 0x00000002 
- 00017444  0x00003a48 store  0x00000001 , 0x000049a9 
- 00017445  0x00003a49 call  0x00004428 
- 00017446  0x00003a4b loop  0x0000441f 
- 00017447  0x00003a4d rtn 
- 00017448  0x00003a50 fetch  0x00000001 , 0x000049a9 
- 00017449  0x00003a51 rtneq  0x000000ff 
- 00017450  0x00003a52 iforce  0x00000002 
- 00017451  0x00003a53 branch  0x00006ef7 
- 00017452  0x00003a57 jam  0x00000064 , 0x0000477d 
- 00017453  0x00003a58 rtn 
- 00017454  0x00003a5b call  0x00004431 
- 00017455  0x00003a5c call  0x00007de2 
- 00017456  0x00003a5e branch  0x0000701b 
- 00017457  0x00003a61 call  0x0000788b 
- 00017458  0x00003a63 arg  0x00000010 , 0x00000039 
- 00017459  0x00003a64 arg  0x00008070 , 0x00000006 
- 00017460  0x00003a66 copy  0x00000006 , 0x00000005 
- 00017461  0x00003a67 ifetch  0x00000001 , 0x00000006 
- 00017462  0x00003a68 beq  0x0000001f , 0x00004445 
- 00017463  0x00003a69 beq  0x00000020 , 0x00004445 
- 00017464  0x00003a6a beq  0x00000021 , 0x00004445 
- 00017465  0x00003a6b beq  0x00000022 , 0x00004445 
- 00017466  0x00003a6c beq  0x00000023 , 0x00004445 
- 00017467  0x00003a6d beq  0x0000002c , 0x00004445 
- 00017468  0x00003a6e beq  0x0000002d , 0x00004445 
- 00017469  0x00003a6f beq  0x00000000 , 0x00004445 
- 00017470  0x00003a71 loop  0x00004434 
- 00017471  0x00003a72 arg  0x000080dc , 0x0000003f 
- 00017472  0x00003a73 isub  0x00000006 , 0x0000003e 
- 00017473  0x00003a74 branch  0x0000444b , 0x00000005 
- 00017474  0x00003a76 arg  0x00000008 , 0x00000039 
- 00017475  0x00003a77 arg  0x000080d4 , 0x00000006 
- 00017476  0x00003a78 branch  0x00004434 
- 00017477  0x00003a7b setarg  0x00000040 
- 00017478  0x00003a7c istore  0x00000001 , 0x00000005 
- 00017479  0x00003a7d branch  0x0000443e 
- 00017480  0x00003a7f setarg  0x00000080 
- 00017481  0x00003a80 istore  0x00000001 , 0x00000005 
- 00017482  0x00003a81 branch  0x0000443e 
- 00017483  0x00003a83 fetch  0x00000001 , 0x000049a4 
- 00017484  0x00003a84 copy  0x0000003f , 0x00000039 
- 00017485  0x00003a85 arg  0x000049a5 , 0x00000006 
- 00017486  0x00003a87 ifetch  0x00000001 , 0x00000006 
- 00017487  0x00003a88 set1  0x00000007 , 0x0000003f 
- 00017488  0x00003a89 arg  0x0000003e , 0x00000002 
- 00017489  0x00003a8a call  0x00006f20 
- 00017490  0x00003a8b loop  0x0000444e 
- 00017491  0x00003a8c rtn 
- 00017492  0x00003a8f branch  0x00007027 
- 00017493  0x00003a92 call  0x0000446d 
- 00017494  0x00003a93 call  0x00004458 
- 00017495  0x00003a94 branch  0x00004454 
- 00017496  0x00003a97 fetch  0x00000002 , 0x000044e9 
- 00017497  0x00003a98 rtnbit1  0x00000009 
- 00017498  0x00003a99 fetch  0x00000001 , 0x000049b7 
- 00017499  0x00003a9a beq  0x00000001 , 0x0000445d 
- 00017500  0x00003a9b rtn 
- 00017501  0x00003a9d fetch  0x00000001 , 0x00004798 
- 00017502  0x00003a9e rtneq  0x00000001 
- 00017503  0x00003a9f jam  0x00000001 , 0x00004798 
- 00017504  0x00003aa0 call  0x00004467 
- 00017505  0x00003aa1 call  0x00004469 
- 00017506  0x00003aa2 branch  0x00004480 
- 00017507  0x00003aa5 fetch  0x00000002 , 0x000049bc 
- 00017508  0x00003aa6 store  0x00000002 , 0x000049be 
- 00017509  0x00003aa7 jam  0x00000000 , 0x000049c0 
- 00017510  0x00003aa8 rtn 
- 00017511  0x00003aac setarg  0x00000000 
- 00017512  0x00003aad branch  0x00004464 
- 00017513  0x00003ab1 arg  0x00000000 , 0x00000011 
- 00017514  0x00003ab2 branch  0x000077bf 
- 00017515  0x00003ab6 arg  0x00000000 , 0x00000011 
- 00017516  0x00003ab7 branch  0x000077c4 
- 00017517  0x00003abe fetch  0x00000002 , 0x000044e9 
- 00017518  0x00003abf rtnbit0  0x00000009 
- 00017519  0x00003ac0 call  0x00002a28 
- 00017520  0x00003ac1 nrtn  0x00000034 
- 00017521  0x00003ac2 arg  0x000046c6 , 0x00000011 
- 00017522  0x00003ac3 call  0x000078ca 
- 00017523  0x00003ac4 nrtn  0x00000028 
- 00017524  0x00003ac5 arg  0x000046c6 , 0x00000006 
- 00017525  0x00003ac6 branch  0x000063cb 
- 00017526  0x00003ac9 copy  0x00000013 , 0x0000003f 
- 00017527  0x00003aca beq  0x0000002d , 0x00004347 
- 00017528  0x00003acb beq  0x00000010 , 0x0000432f 
- 00017529  0x00003acc beq  0x00000014 , 0x0000447c 
- 00017530  0x00003acd beq  0x00000015 , 0x00004486 
- 00017531  0x00003ace rtn 
- 00017532  0x00003ad1 call  0x00004467 
- 00017533  0x00003ad2 call  0x00004469 
- 00017534  0x00003ad3 set0  0x00000027 , 0x00000000 
- 00017535  0x00003ad4 branch  0x00004482 
- 00017536  0x00003ad6 fetch  0x00000002 , 0x00004799 
- 00017537  0x00003ad7 store  0x00000002 , 0x0000479b 
- 00017538  0x00003ad9 jam  0x00000014 , 0x0000477c 
- 00017539  0x00003ada jam  0x00000000 , 0x00004094 
- 00017540  0x00003adb call  0x00004315 
- 00017541  0x00003adc branch  0x0000432b 
- 00017542  0x00003ae0 set1  0x00000027 , 0x00000000 
- 00017543  0x00003ae1 call  0x00004463 
- 00017544  0x00003ae2 call  0x0000456e 
- 00017545  0x00003ae3 call  0x00004562 
- 00017546  0x00003ae5 setarg  0x00000000 
- 00017547  0x00003ae6 store  0x00000005 , 0x0000474a 
- 00017548  0x00003ae7 call  0x000078ad 
- 00017549  0x00003ae8 jam  0x0000000a , 0x0000470c 
- 00017550  0x00003ae9 jam  0x0000000a , 0x0000470e 
- 00017551  0x00003aea jam  0x0000000a , 0x00004710 
- 00017552  0x00003aec jam  0x00000002 , 0x000040c0 
- 00017553  0x00003aed setarg  0x00000020 
- 00017554  0x00003aee call  0x000063c7 
- 00017555  0x00003aef branch  0x00004317 
- 00017556  0x00003af2 call  0x0000450f 
- 00017557  0x00003af3 call  0x00004512 
- 00017558  0x00003af4 call  0x00004515 
- 00017559  0x00003af7 call  0x000044a1 
- 00017560  0x00003af8 branch  0x00004499 
- 00017561  0x00003afc arg  0x000049b8 , 0x00000013 
- 00017562  0x00003afd arg  0x00000000 , 0x00000012 
- 00017563  0x00003afe branch  0x000042e0 
- 00017564  0x00003b01 arg  0x000049be , 0x00000013 
- 00017565  0x00003b02 arg  0x0000449f , 0x00000012 
- 00017566  0x00003b03 branch  0x000042e7 
- 00017567  0x00003b05 jam  0x00000001 , 0x000049c0 
- 00017568  0x00003b06 rtn 
- 00017569  0x00003b09 arg  0x0000479b , 0x00000013 
- 00017570  0x00003b0a arg  0x000044a4 , 0x00000012 
- 00017571  0x00003b0b branch  0x000042e7 
- 00017572  0x00003b0d jam  0x00000002 , 0x00004798 
- 00017573  0x00003b0e jam  0x00000000 , 0x000049b7 
- 00017574  0x00003b0f branch  0x0000448a 
- 00017575  0x00003b12 fetch  0x00000001 , 0x00004776 
- 00017576  0x00003b13 rtn  0x00000034 
- 00017577  0x00003b14 arg  0x0000477c , 0x00000013 
- 00017578  0x00003b15 arg  0x000044ac , 0x00000012 
- 00017579  0x00003b16 branch  0x000042e0 
- 00017580  0x00003b18 fetch  0x00000001 , 0x0000477b 
- 00017581  0x00003b19 store  0x00000001 , 0x0000477c 
- 00017582  0x00003b1a fetch  0x00000001 , 0x0000477f 
- 00017583  0x00003b1b nrtn  0x00000034 
- 00017584  0x00003b1d call  0x00006fb0 
- 00017585  0x00003b1e store  0x00000002 , 0x00004796 
- 00017586  0x00003b1f arg  0x00004790 , 0x00000011 
- 00017587  0x00003b20 call  0x00006fd7 
- 00017588  0x00003b21 fetcht  0x00000001 , 0x0000477d 
- 00017589  0x00003b22 isub  0x00000002 , 0x0000003e 
- 00017590  0x00003b23 branch  0x000044b9 , 0x00000002 
- 00017591  0x00003b24 store  0x00000001 , 0x0000477d 
- 00017592  0x00003b25 copy  0x0000003f , 0x00000002 
- 00017593  0x00003b27 storet  0x00000001 , 0x0000477e 
- 00017594  0x00003b28 fetch  0x00000001 , 0x00004778 
- 00017595  0x00003b29 isub  0x00000002 , 0x0000003e 
- 00017596  0x00003b2a call  0x000044c4 , 0x00000002 
- 00017597  0x00003b2b storet  0x00000001 , 0x00004789 
- 00017598  0x00003b2c arg  0x00000006 , 0x00000039 
- 00017599  0x00003b2d arg  0x00004784 , 0x00000006 
- 00017600  0x00003b2e call  0x000044cb 
- 00017601  0x00003b2f store  0x00000001 , 0x0000478a 
- 00017602  0x00003b30 arg  0x00004781 , 0x00000011 
- 00017603  0x00003b31 branch  0x000078b2 
- 00017604  0x00003b33 fetch  0x00000001 , 0x00004780 
- 00017605  0x00003b34 nrtn  0x00000034 
- 00017606  0x00003b35 jam  0x00000001 , 0x00004780 
- 00017607  0x00003b36 arg  0x00000001 , 0x00000011 
- 00017608  0x00003b37 branch  0x000077c4 
- 00017609  0x00003b39 arg  0x00000001 , 0x00000011 
- 00017610  0x00003b3a branch  0x000077bf 
- 00017611  0x00003b3f arg  0x00000000 , 0x00000011 
- 00017612  0x00003b41 ifetch  0x00000001 , 0x00000006 
- 00017613  0x00003b42 iadd  0x00000011 , 0x00000011 
- 00017614  0x00003b43 loop  0x000044cc 
- 00017615  0x00003b45 and  0x00000011 , 0x000000ff , 0x0000003f 
- 00017616  0x00003b46 rtn 
- 00017617  0x00003b49 fetch  0x00000001 , 0x00004397 
- 00017618  0x00003b4a beq  0x00000012 , 0x000044d4 
- 00017619  0x00003b4b rtn 
- 00017620  0x00003b4d fetch  0x00000002 , 0x00004398 
- 00017621  0x00003b4e beq  0x00000019 , 0x000044eb 
- 00017622  0x00003b4f rtn 
- 00017623  0x00003b52 bpatch  0x0000002f , 0x00004005 
- 00017624  0x00003b53 ifetch  0x00000005 , 0x00000011 
- 00017625  0x00003b54 store  0x00000005 , 0x000006f1 
- 00017626  0x00003b55 fetch  0x00000002 , 0x000006f1 
- 00017627  0x00003b56 arg  0x00006b5a , 0x00000002 
- 00017628  0x00003b57 isub  0x00000002 , 0x0000003e 
- 00017629  0x00003b58 nrtn  0x00000005 
- 00017630  0x00003b59 fetch  0x00000002 , 0x000006f4 
- 00017631  0x00003b5a byteswap  0x0000003f , 0x0000003f 
- 00017632  0x00003b5b store  0x00000002 , 0x000006f4 
- 00017633  0x00003b5c copy  0x0000003f , 0x00000039 
- 00017634  0x00003b5d increase  0x00000005 , 0x00000011 
- 00017635  0x00003b5e copy  0x00000011 , 0x00000006 
- 00017636  0x00003b5f arg  0x000006f6 , 0x00000005 
- 00017637  0x00003b60 call  0x00007cda 
- 00017638  0x00003b61 ifetch  0x00000001 , 0x00000006 
- 00017639  0x00003b62 store  0x00000001 , 0x00000700 
- 00017640  0x00003b63 arg  0x000006f3 , 0x00000011 
- 00017641  0x00003b64 arg  0x000006f6 , 0x00000012 
- 00017642  0x00003b65 rtn 
- 00017643  0x00003b68 setarg  0x00000000 
- 00017644  0x00003b69 store  0x00000005 , 0x00004700 
- 00017645  0x00003b6a store  0x00000005 , 0x00004705 
- 00017646  0x00003b6b call  0x000044d7 
- 00017647  0x00003b6c copy  0x00000012 , 0x00000006 
- 00017648  0x00003b6d arg  0x00004700 , 0x00000005 
- 00017649  0x00003b6e arg  0x0000000a , 0x00000039 
- 00017650  0x00003b6f call  0x00007cda 
- 00017651  0x00003b71 bpatch  0x00000030 , 0x00004006 
- 00017652  0x00003b72 ifetch  0x00000001 , 0x00000011 
- 00017653  0x00003b73 beq  0x00000002 , 0x0000451e 
- 00017654  0x00003b74 beq  0x00000003 , 0x00004533 
- 00017655  0x00003b75 beq  0x00000004 , 0x0000453a 
- 00017656  0x00003b76 beq  0x00000005 , 0x0000453a 
- 00017657  0x00003b77 beq  0x00000006 , 0x000045aa 
- 00017658  0x00003b78 beq  0x00000007 , 0x000045ab 
- 00017659  0x00003b79 beq  0x00000008 , 0x000045ae 
- 00017660  0x00003b7a rtn 
- 00017661  0x00003b7d call  0x000044eb 
- 00017662  0x00003b7e fetch  0x00000001 , 0x000006f3 
- 00017663  0x00003b7f beq  0x00000004 , 0x00004502 
- 00017664  0x00003b80 beq  0x00000005 , 0x00004502 
- 00017665  0x00003b81 rtn 
- 00017666  0x00003b83 fetch  0x00000001 , 0x00004700 
- 00017667  0x00003b84 ncall  0x00004509 , 0x00000034 
- 00017668  0x00003b85 fetch  0x00000001 , 0x00004702 
- 00017669  0x00003b86 ncall  0x0000450b , 0x00000034 
- 00017670  0x00003b87 fetch  0x00000001 , 0x00004704 
- 00017671  0x00003b88 ncall  0x0000450d , 0x00000034 
- 00017672  0x00003b89 rtn 
- 00017673  0x00003b8c jam  0x00000005 , 0x000049a1 
- 00017674  0x00003b8d rtn 
- 00017675  0x00003b8f jam  0x00000005 , 0x000049a2 
- 00017676  0x00003b90 rtn 
- 00017677  0x00003b92 jam  0x00000005 , 0x000049a3 
- 00017678  0x00003b93 rtn 
- 00017679  0x00003b96 arg  0x000049a1 , 0x00000013 
- 00017680  0x00003b97 arg  0x00004518 , 0x00000012 
- 00017681  0x00003b98 branch  0x000042e0 
- 00017682  0x00003b9a arg  0x000049a2 , 0x00000013 
- 00017683  0x00003b9b arg  0x0000451a , 0x00000012 
- 00017684  0x00003b9c branch  0x000042e0 
- 00017685  0x00003b9e arg  0x000049a3 , 0x00000013 
- 00017686  0x00003b9f arg  0x0000451c , 0x00000012 
- 00017687  0x00003ba0 branch  0x000042e0 
- 00017688  0x00003ba3 jam  0x00000000 , 0x00004700 
- 00017689  0x00003ba4 branch  0x0000453a 
- 00017690  0x00003ba6 jam  0x00000000 , 0x00004702 
- 00017691  0x00003ba7 branch  0x0000453a 
- 00017692  0x00003ba9 jam  0x00000000 , 0x00004704 
- 00017693  0x00003baa branch  0x0000453a 
- 00017694  0x00003bb0 fetch  0x00000001 , 0x00004700 
- 00017695  0x00003bb1 store  0x00000001 , 0x0000470b 
- 00017696  0x00003bb2 fetch  0x00000001 , 0x00004701 
- 00017697  0x00003bb3 store  0x00000001 , 0x0000470d 
- 00017698  0x00003bb4 branch  0x00004544 
- 00017699  0x00003bb9 fetch  0x00000001 , 0x00004700 
- 00017700  0x00003bba store  0x00000001 , 0x0000470d 
- 00017701  0x00003bbb branch  0x00004552 
- 00017702  0x00003bbd fetch  0x00000001 , 0x0000470c 
- 00017703  0x00003bbe call  0x0000452b 
- 00017704  0x00003bbf fetch  0x00000001 , 0x00004701 
- 00017705  0x00003bc0 store  0x00000001 , 0x0000470b 
- 00017706  0x00003bc1 branch  0x00004550 
- 00017707  0x00003bc3 beq  0x00000002 , 0x0000452f 
- 00017708  0x00003bc4 beq  0x00000003 , 0x00004531 
- 00017709  0x00003bc5 store  0x00000001 , 0x0000470c 
- 00017710  0x00003bc6 rtn 
- 00017711  0x00003bc8 jam  0x00000005 , 0x0000470c 
- 00017712  0x00003bc9 rtn 
- 00017713  0x00003bcb jam  0x0000000a , 0x0000470c 
- 00017714  0x00003bcc rtn 
- 00017715  0x00003bce fetch  0x00000001 , 0x00004700 
- 00017716  0x00003bcf call  0x0000452b 
- 00017717  0x00003bd0 fetch  0x00000001 , 0x0000470c 
- 00017718  0x00003bd1 call  0x0000459e 
- 00017719  0x00003bd2 call  0x000045a1 
- 00017720  0x00003bd3 jam  0x00000000 , 0x00000671 
- 00017721  0x00003bd4 branch  0x0000707a 
- 00017722  0x00003bd7 fetch  0x00000001 , 0x0000479e 
- 00017723  0x00003bd8 nrtn  0x00000034 
- 00017724  0x00003bd9 fetch  0x00000006 , 0x00004700 
- 00017725  0x00003bda store  0x00000006 , 0x0000470b 
- 00017726  0x00003bdb fetch  0x00000001 , 0x0000470c 
- 00017727  0x00003bdc fetcht  0x00000001 , 0x0000470e 
- 00017728  0x00003bdd iand  0x00000002 , 0x0000003f 
- 00017729  0x00003bde fetcht  0x00000001 , 0x00004710 
- 00017730  0x00003bdf iand  0x00000002 , 0x0000003f 
- 00017731  0x00003be0 call  0x00004556 , 0x00000034 
- 00017732  0x00003be2 bpatch  0x00000031 , 0x00004006 
- 00017733  0x00003be3 fetch  0x00000002 , 0x000044e9 
- 00017734  0x00003be4 isolate1  0x00000009 , 0x0000003f 
- 00017735  0x00003be5 ncall  0x00004463 , 0x00000001 
- 00017736  0x00003be6 call  0x00004550 
- 00017737  0x00003be7 call  0x00004552 
- 00017738  0x00003be8 branch  0x0000454b 
- 00017739  0x00003beb fetch  0x00000001 , 0x0000470b 
- 00017740  0x00003bec fetcht  0x00000001 , 0x0000470d 
- 00017741  0x00003bed iadd  0x00000002 , 0x0000003f 
- 00017742  0x00003bee nbranch  0x0000788d , 0x00000034 
- 00017743  0x00003bef branch  0x0000788b 
- 00017744  0x00003bf2 arg  0x0000470b , 0x00000006 
- 00017745  0x00003bf3 branch  0x00004558 
- 00017746  0x00003bf5 arg  0x0000470d , 0x00000006 
- 00017747  0x00003bf6 branch  0x0000455d 
- 00017748  0x00003bf8 arg  0x0000470f , 0x00000006 
- 00017749  0x00003bf9 branch  0x0000457a 
- 00017750  0x00003bfb jam  0x00000000 , 0x0000477f 
- 00017751  0x00003bfc rtn 
- 00017752  0x00003bff ifetch  0x00000001 , 0x00000006 
- 00017753  0x00003c00 beq  0x00000000 , 0x00004562 
- 00017754  0x00003c01 beq  0x00000001 , 0x00004566 
- 00017755  0x00003c02 beq  0x00000002 , 0x0000456a 
- 00017756  0x00003c03 rtn 
- 00017757  0x00003c05 ifetch  0x00000001 , 0x00000006 
- 00017758  0x00003c06 beq  0x00000000 , 0x0000456e 
- 00017759  0x00003c07 beq  0x00000002 , 0x00004572 
- 00017760  0x00003c08 beq  0x00000001 , 0x00004576 
- 00017761  0x00003c09 rtn 
- 00017762  0x00003c0c fetcht  0x00000001 , 0x000049a5 
- 00017763  0x00003c0d call  0x00006ef3 
- 00017764  0x00003c0e fetcht  0x00000001 , 0x000049a6 
- 00017765  0x00003c0f branch  0x00006ef3 
- 00017766  0x00003c11 fetcht  0x00000001 , 0x000049a5 
- 00017767  0x00003c12 call  0x00006ef7 
- 00017768  0x00003c13 fetcht  0x00000001 , 0x000049a6 
- 00017769  0x00003c14 branch  0x00006ef3 
- 00017770  0x00003c16 fetcht  0x00000001 , 0x000049a5 
- 00017771  0x00003c17 call  0x00006ef3 
- 00017772  0x00003c18 fetcht  0x00000001 , 0x000049a6 
- 00017773  0x00003c19 branch  0x00006ef7 
- 00017774  0x00003c1b fetcht  0x00000001 , 0x000049a7 
- 00017775  0x00003c1c call  0x00006ef3 
- 00017776  0x00003c1d fetcht  0x00000001 , 0x000049a8 
- 00017777  0x00003c1e branch  0x00006ef3 
- 00017778  0x00003c20 fetcht  0x00000001 , 0x000049a7 
- 00017779  0x00003c21 call  0x00006ef7 
- 00017780  0x00003c22 fetcht  0x00000001 , 0x000049a8 
- 00017781  0x00003c23 branch  0x00006ef3 
- 00017782  0x00003c25 fetcht  0x00000001 , 0x000049a7 
- 00017783  0x00003c26 call  0x00006ef3 
- 00017784  0x00003c27 fetcht  0x00000001 , 0x000049a8 
- 00017785  0x00003c28 branch  0x00006ef7 
- 00017786  0x00003c2e bpatch  0x00000032 , 0x00004006 
- 00017787  0x00003c2f ifetch  0x00000001 , 0x00000006 
- 00017788  0x00003c30 beq  0x00000000 , 0x00004587 
- 00017789  0x00003c31 beq  0x00000001 , 0x00004580 
- 00017790  0x00003c32 beq  0x00000002 , 0x00004582 
- 00017791  0x00003c33 rtn 
- 00017792  0x00003c35 jam  0x00000000 , 0x00004729 
- 00017793  0x00003c36 branch  0x00004583 
- 00017794  0x00003c38 jam  0x00000001 , 0x00004729 
- 00017795  0x00003c39 ifetch  0x00000001 , 0x00000006 
- 00017796  0x00003c3a store  0x00000001 , 0x0000472b 
- 00017797  0x00003c3b ifetch  0x00000008 , 0x00000012 
- 00017798  0x00003c3c branch  0x0000458c 
- 00017799  0x00003c3f ifetch  0x00000001 , 0x00000012 
- 00017800  0x00003c40 call  0x000070bd 
- 00017801  0x00003c41 increase  0x00000001 , 0x00000012 
- 00017802  0x00003c42 ifetch  0x00000001 , 0x00000012 
- 00017803  0x00003c43 branch  0x000070bd 
- 00017804  0x00003c45 store  0x00000008 , 0x0000472c 
- 00017805  0x00003c46 jam  0x00000001 , 0x0000477f 
- 00017806  0x00003c47 fetch  0x00000001 , 0x00004729 
- 00017807  0x00003c48 beq  0x00000000 , 0x0000459a 
- 00017808  0x00003c4a fetch  0x00000001 , 0x0000472d 
- 00017809  0x00003c4b store  0x00000001 , 0x0000472e 
- 00017810  0x00003c4c fetch  0x00000001 , 0x0000472c 
- 00017811  0x00003c4e call  0x000070bd 
- 00017812  0x00003c4f fetch  0x00000001 , 0x0000472b 
- 00017813  0x00003c50 call  0x0000459e 
- 00017814  0x00003c51 store  0x00000001 , 0x00004733 
- 00017815  0x00003c52 fetch  0x00000006 , 0x0000472e 
- 00017816  0x00003c53 store  0x00000006 , 0x00000670 
- 00017817  0x00003c54 branch  0x00007066 
- 00017818  0x00003c56 fetch  0x00000001 , 0x0000472c 
- 00017819  0x00003c57 store  0x00000001 , 0x0000472e 
- 00017820  0x00003c58 fetch  0x00000001 , 0x0000472d 
- 00017821  0x00003c59 branch  0x00004593 
- 00017822  0x00003c5c mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00017823  0x00003c5d add  0x0000003f , 0x00000032 , 0x0000003f 
- 00017824  0x00003c5e rtn 
- 00017825  0x00003c60 arg  0x00002ee0 , 0x00000002 
- 00017826  0x00003c61 imul32  0x00000002 , 0x0000003f 
- 00017827  0x00003c62 div  0x0000003f , 0x00000064 
- 00017828  0x00003c63 call  0x00007d62 
- 00017829  0x00003c64 quotient  0x00000002 
- 00017830  0x00003c65 copy  0x00000002 , 0x00000011 
- 00017831  0x00003c66 setarg  0x00002ee0 
- 00017832  0x00003c67 isub  0x00000002 , 0x00000012 
- 00017833  0x00003c68 rtn 
- 00017834  0x00003c6b rtn 
- 00017835  0x00003c6e fetch  0x00000008 , 0x00004700 
- 00017836  0x00003c6f store  0x00000008 , 0x0000474a 
- 00017837  0x00003c70 rtn 
- 00017838  0x00003c73 fetch  0x00000001 , 0x00004767 
- 00017839  0x00003c74 store  0x00000001 , 0x0000475d 
- 00017840  0x00003c75 fetch  0x00000001 , 0x00004768 
- 00017841  0x00003c76 store  0x00000001 , 0x0000475e 
- 00017842  0x00003c77 fetch  0x00000001 , 0x00004769 
- 00017843  0x00003c78 store  0x00000001 , 0x0000475f 
- 00017844  0x00003c79 arg  0x0000000d , 0x00000039 
- 00017845  0x00003c7a arg  0x00004758 , 0x00000006 
- 00017846  0x00003c7b call  0x000044cb 
- 00017847  0x00003c7c store  0x00000001 , 0x00004765 
- 00017848  0x00003c7d arg  0x00004755 , 0x00000011 
- 00017849  0x00003c7e branch  0x000078b2 
- 00017850  0x00003c83 setarg  0x00000000 
- 00017851  0x00003c84 store  0x00000008 , 0x000045d6 
- 00017852  0x00003c85 call  0x0000339f 
- 00017853  0x00003c86 branch  0x00003402 
- 00017854  0x00003c89 call  0x000045c2 
- 00017855  0x00003c8a call  0x000045ca 
- 00017856  0x00003c8b call  0x0000460e 
- 00017857  0x00003c8c branch  0x00004665 
- 00017858  0x00003c8f call  0x00003407 
- 00017859  0x00003c91 fetch  0x00000001 , 0x00004616 
- 00017860  0x00003c92 rtnne  0x00000001 
- 00017861  0x00003c93 fetch  0x00000001 , 0x000049b8 
- 00017862  0x00003c94 nbranch  0x00003460 , 0x00000034 
- 00017863  0x00003c95 fetch  0x00000001 , 0x00004798 
- 00017864  0x00003c96 beq  0x00000002 , 0x00003460 
- 00017865  0x00003c97 rtn 
- 00017866  0x00003c9a fetch  0x00000001 , 0x00004616 
- 00017867  0x00003c9b rtnne  0x00000000 
- 00017868  0x00003c9c call  0x000045d9 
- 00017869  0x00003c9d branch  0x000045d7 , 0x0000002f 
- 00017870  0x00003c9f fetch  0x00000001 , 0x000049c0 
- 00017871  0x00003ca0 rtn  0x00000034 
- 00017872  0x00003ca1 fetch  0x00000001 , 0x000049c1 
- 00017873  0x00003ca2 increase  0x00000001 , 0x0000003f 
- 00017874  0x00003ca3 store  0x00000001 , 0x000049c1 
- 00017875  0x00003ca4 beq  0x00000004 , 0x000045d7 
- 00017876  0x00003ca5 call  0x00003222 
- 00017877  0x00003ca6 call  0x000045ea 
- 00017878  0x00003ca7 nbranch  0x000045ce , 0x0000002f 
- 00017879  0x00003ca9 jam  0x00000000 , 0x000049c1 
- 00017880  0x00003caa rtn 
- 00017881  0x00003cac fetch  0x00000001 , 0x00004616 
- 00017882  0x00003cad rtnne  0x00000000 
- 00017883  0x00003cae call  0x000045de 
- 00017884  0x00003caf call  0x00003518 
- 00017885  0x00003cb0 branch  0x000045ea 
- 00017886  0x00003cb2 fetch  0x00000001 , 0x00004615 
- 00017887  0x00003cb3 rtnbit1  0x00000000 
- 00017888  0x00003cb4 set1  0x00000000 , 0x0000003f 
- 00017889  0x00003cb5 store  0x00000001 , 0x00004615 
- 00017890  0x00003cb6 fetch  0x00000001 , 0x00004623 
- 00017891  0x00003cb7 store  0x00000001 , 0x00004141 
- 00017892  0x00003cb8 jam  0x00000000 , 0x00004611 
- 00017893  0x00003cb9 jam  0x00000000 , 0x0000090d 
- 00017894  0x00003cba jam  0x00000001 , 0x0000460a 
- 00017895  0x00003cbb jam  0x00000000 , 0x0000457e 
- 00017896  0x00003cbd fetch  0x00000004 , 0x000049da 
- 00017897  0x00003cbe branch  0x0000345d 
- 00017898  0x00003cc0 call  0x000033f1 
- 00017899  0x00003cc1 nbranch  0x000033be , 0x0000002f 
- 00017900  0x00003cc3 call  0x000033e3 
- 00017901  0x00003cc4 nbranch  0x000033be , 0x00000028 
- 00017902  0x00003cc5 fetch  0x00000001 , 0x0000457d 
- 00017903  0x00003cc6 branch  0x000033be , 0x00000034 
- 00017904  0x00003cc7 increase  0x00000002 , 0x0000003f 
- 00017905  0x00003cc8 iforce  0x00000039 
- 00017906  0x00003cc9 arg  0x000044f7 , 0x00000006 
- 00017907  0x00003cca arg  0x000045e8 , 0x00000005 
- 00017908  0x00003ccb call  0x00007cda 
- 00017909  0x00003ccc jam  0x00000000 , 0x00004613 
- 00017910  0x00003ccd fetch  0x00000001 , 0x00004610 
- 00017911  0x00003cce call  0x000033fe , 0x00000034 
- 00017912  0x00003ccf fetch  0x00000001 , 0x000045ea 
- 00017913  0x00003cd0 beq  0x000000ff , 0x000045fc 
- 00017914  0x00003cd1 beq  0x00000001 , 0x00004601 
- 00017915  0x00003cd2 branch  0x000033bb 
- 00017916  0x00003cd4 fetch  0x00000001 , 0x00004610 
- 00017917  0x00003cd5 nrtn  0x00000034 
- 00017918  0x00003cd6 fetch  0x00000001 , 0x000045d5 
- 00017919  0x00003cd7 rtn  0x00000034 
- 00017920  0x00003cd9 branch  0x0000359b 
- 00017921  0x00003cdb call  0x0000352e 
- 00017922  0x00003cdc fetch  0x00000001 , 0x0000460a 
- 00017923  0x00003cdd fetcht  0x00000001 , 0x000045e8 
- 00017924  0x00003cde isolate1  0x00000003 , 0x00000002 
- 00017925  0x00003cdf setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00017926  0x00003ce0 store  0x00000001 , 0x0000460a 
- 00017927  0x00003ce1 beq  0x00000001 , 0x00004609 
- 00017928  0x00003ce2 branch  0x000033cb 
- 00017929  0x00003ce4 fetch  0x00000001 , 0x000043cb 
- 00017930  0x00003ce5 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00017931  0x00003ce6 call  0x0000788d , 0x00000005 
- 00017932  0x00003ce7 fetch  0x00000004 , 0x000045f2 
- 00017933  0x00003ce8 branch  0x000035a3 
- 00017934  0x00003ceb fetch  0x00000001 , 0x00004616 
- 00017935  0x00003cec rtnne  0x00000001 
- 00017936  0x00003ced call  0x000032ff 
- 00017937  0x00003cee call  0x0000465b 
- 00017938  0x00003cf0 call  0x000033be 
- 00017939  0x00003cf1 call  0x00003119 
- 00017940  0x00003cf2 nbranch  0x000033be , 0x0000002f 
- 00017941  0x00003cf3 call  0x0000331e 
- 00017942  0x00003cf4 call  0x000033f4 
- 00017943  0x00003cf5 call  0x00003399 
- 00017944  0x00003cf6 call  0x00003317 
- 00017945  0x00003cf8 fetch  0x00000001 , 0x000045d5 
- 00017946  0x00003cf9 nbranch  0x00004621 , 0x00000034 
- 00017947  0x00003cfa call  0x0000350a 
- 00017948  0x00003cfb fetch  0x00000001 , 0x00004614 
- 00017949  0x00003cfc rtn  0x00000034 
- 00017950  0x00003cfd setarg  0x00000000 
- 00017951  0x00003cfe store  0x00000004 , 0x00004630 
- 00017952  0x00003cff rtn 
- 00017953  0x00003d01 jam  0x00000000 , 0x00004613 
- 00017954  0x00003d02 arg  0x00000000 , 0x00000011 
- 00017955  0x00003d03 call  0x0000788d 
- 00017956  0x00003d04 call  0x00003460 
- 00017957  0x00003d05 call  0x00003258 
- 00017958  0x00003d07 fetch  0x00000004 , 0x000044f1 
- 00017959  0x00003d08 store  0x00000004 , 0x000049da 
- 00017960  0x00003d09 fetch  0x00000001 , 0x000049e6 
- 00017961  0x00003d0a ncall  0x0000462c , 0x00000034 
- 00017962  0x00003d0c fetch  0x00000004 , 0x000049da 
- 00017963  0x00003d0d branch  0x00003236 
- 00017964  0x00003d11 fetch  0x00000001 , 0x000049e6 
- 00017965  0x00003d12 rtn  0x00000034 
- 00017966  0x00003d13 fetch  0x00000001 , 0x0000462d 
- 00017967  0x00003d14 store  0x00000001 , 0x000049dd 
- 00017968  0x00003d16 fetch  0x00000001 , 0x000044f2 
- 00017969  0x00003d17 store  0x00000001 , 0x000049dc 
- 00017970  0x00003d19 fetch  0x00000001 , 0x0000462c 
- 00017971  0x00003d1a store  0x00000001 , 0x000049db 
- 00017972  0x00003d1c fetch  0x00000001 , 0x000044f1 
- 00017973  0x00003d1d store  0x00000001 , 0x000049da 
- 00017974  0x00003d1e rtn 
- 00017975  0x00003d1f call  0x0000464a 
- 00017976  0x00003d20 fetch  0x00000004 , 0x000049da 
- 00017977  0x00003d21 fetcht  0x00000004 , 0x000049de 
- 00017978  0x00003d22 isub  0x00000002 , 0x0000003e 
- 00017979  0x00003d23 rtn  0x00000005 
- 00017980  0x00003d24 copy  0x00000013 , 0x00000012 
- 00017981  0x00003d25 arg  0x000049da , 0x00000011 
- 00017982  0x00003d26 arg  0x00000004 , 0x00000039 
- 00017983  0x00003d27 branch  0x00006b45 
- 00017984  0x00003d2b fetch  0x00000004 , 0x000044f1 
- 00017985  0x00003d2c store  0x00000004 , 0x000049da 
- 00017986  0x00003d2d fetch  0x00000001 , 0x000049e6 
- 00017987  0x00003d2e rtn  0x00000034 
- 00017988  0x00003d2f rtn 
- 00017989  0x00003d30 call  0x0000464a 
- 00017990  0x00003d31 fetch  0x00000004 , 0x000049de 
- 00017991  0x00003d32 rtn  0x00000034 
- 00017992  0x00003d33 store  0x00000004 , 0x000049da 
- 00017993  0x00003d34 rtn 
- 00017994  0x00003d38 rtn 
- 00017995  0x00003d39 fetch  0x00000001 , 0x000049e6 
- 00017996  0x00003d3a rtn  0x00000034 
- 00017997  0x00003d3b arg  0x00000700 , 0x00000013 
- 00017998  0x00003d3d copy  0x00000013 , 0x00000012 
- 00017999  0x00003d3e arg  0x000049e2 , 0x00000011 
- 00018000  0x00003d3f arg  0x00000004 , 0x00000039 
- 00018001  0x00003d40 call  0x00006b74 
- 00018002  0x00003d41 fetch  0x00000004 , 0x000049e2 
- 00018003  0x00003d42 rtn  0x00000034 
- 00018004  0x00003d43 store  0x00000004 , 0x000049de 
- 00018005  0x00003d44 copy  0x00000013 , 0x0000003f 
- 00018006  0x00003d45 arg  0x000007cc , 0x00000002 
- 00018007  0x00003d46 isub  0x00000002 , 0x0000003e 
- 00018008  0x00003d47 rtn  0x00000002 
- 00018009  0x00003d48 increase  0x00000004 , 0x00000013 
- 00018010  0x00003d49 branch  0x0000464e 
- 00018011  0x00003d4c fetch  0x00000004 , 0x00004630 
- 00018012  0x00003d4d rtn  0x00000034 
- 00018013  0x00003d4e branch  0x00003236 
- 00018014  0x00003d51 fetch  0x00000002 , 0x000044e9 
- 00018015  0x00003d52 rtnbit1  0x00000009 
- 00018016  0x00003d53 fetch  0x00000002 , 0x00004799 
- 00018017  0x00003d54 store  0x00000002 , 0x0000479b 
- 00018018  0x00003d55 jam  0x00000001 , 0x000049b7 
- 00018019  0x00003d56 arg  0x000045eb , 0x00000011 
- 00018020  0x00003d57 branch  0x000044fd 
- 00018021  0x00003d5a fetch  0x00000001 , 0x000049c0 
- 00018022  0x00003d5b rtn  0x00000034 
- 00018023  0x00003d5c call  0x0000466d 
- 00018024  0x00003d5d nrtn  0x00000028 
- 00018025  0x00003d5e fetch  0x00000003 , 0x000045af 
- 00018026  0x00003d5f call  0x00007d25 
- 00018027  0x00003d60 storet  0x00000004 , 0x000040a9 
- 00018028  0x00003d61 branch  0x0000241e 
- 00018029  0x00003d63 enable  0x00000028 
- 00018030  0x00003d64 call  0x00002408 
- 00018031  0x00003d65 fetch  0x00000003 , 0x000040bd 
- 00018032  0x00003d66 branch  0x00007dbc , 0x00000034 
- 00018033  0x00003d67 branch  0x00004430 
- 00018034  0x00003d6e rtn  0x0000002b 
- 00018035  0x00003d6f call  0x00004772 
- 00018036  0x00003d70 call  0x00006ff7 
- 00018037  0x00003d71 setarg  0x00004756 
- 00018038  0x00003d72 store  0x00000002 , 0x000045f2 
- 00018039  0x00003d74 setarg  0x000046b6 
- 00018040  0x00003d75 store  0x00000002 , 0x000045f6 
- 00018041  0x00003d77 setarg  0x000046b1 
- 00018042  0x00003d78 store  0x00000002 , 0x000043d5 
- 00018043  0x00003d7a setarg  0x000046f0 
- 00018044  0x00003d7b store  0x00000002 , 0x000043db 
- 00018045  0x00003d7d setarg  0x000046f2 
- 00018046  0x00003d7e store  0x00000002 , 0x000043dd 
- 00018047  0x00003d80 setarg  0x0000473b 
- 00018048  0x00003d81 store  0x00000002 , 0x000043e3 
- 00018049  0x00003d83 setarg  0x000046a6 
- 00018050  0x00003d84 store  0x00000002 , 0x000046ee 
- 00018051  0x00003d86 setarg  0x00004696 
- 00018052  0x00003d87 store  0x00000002 , 0x000046f2 
- 00018053  0x00003d8a bpatch  0x00000033 , 0x00004006 
- 00018054  0x00003d8b call  0x00006cc1 
- 00018055  0x00003d8c call  0x000046ad 
- 00018056  0x00003d8e call  0x000078ad 
- 00018057  0x00003d8f fetch  0x00000001 , 0x000046be 
- 00018058  0x00003d90 store  0x00000001 , 0x0000462d 
- 00018059  0x00003d91 beq  0x00000000 , 0x00004695 
- 00018060  0x00003d92 fetch  0x00000001 , 0x000046bf 
- 00018061  0x00003d93 store  0x00000001 , 0x000044ec 
- 00018062  0x00003d95 call  0x000046a6 
- 00018063  0x00003d96 call  0x00007776 
- 00018064  0x00003d97 call  0x00007780 
- 00018065  0x00003d98 jam  0x00000001 , 0x000046ea 
- 00018066  0x00003d99 fetch  0x00000002 , 0x000044e9 
- 00018067  0x00003d9a rtnbit1  0x0000000c 
- 00018068  0x00003d9b branch  0x00004327 
- 00018069  0x00003da0 jam  0x00000002 , 0x000046ea 
- 00018070  0x00003da2 call  0x000046a6 
- 00018071  0x00003da3 arg  0x00000000 , 0x00000011 
- 00018072  0x00003da4 call  0x000077c4 
- 00018073  0x00003da5 call  0x00004719 
- 00018074  0x00003da6 fetch  0x00000004 , 0x00004700 
- 00018075  0x00003da7 store  0x00000004 , 0x0000458f 
- 00018076  0x00003da8 branch  0x00003291 , 0x00000034 
- 00018077  0x00003da9 fetch  0x00000004 , 0x0000458f 
- 00018078  0x00003daa store  0x00000004 , 0x000045e8 
- 00018079  0x00003dab fetch  0x00000002 , 0x000045dc 
- 00018080  0x00003dac store  0x00000002 , 0x000045de 
- 00018081  0x00003dad branch  0x00003534 
- 00018082  0x00003db0 arg  0x00000004 , 0x00000002 
- 00018083  0x00003db1 arg  0x0000458f , 0x00000011 
- 00018084  0x00003db2 arg  0x00000000 , 0x00000012 
- 00018085  0x00003db3 rtn 
- 00018086  0x00003db8 bpatch  0x00000034 , 0x00004006 
- 00018087  0x00003db9 fetch  0x00000001 , 0x000046bc 
- 00018088  0x00003dba bne  0x000000ff , 0x000046ab 
- 00018089  0x00003dbc fetcht  0x00000001 , 0x00004699 
- 00018090  0x00003dbd branch  0x00006ef7 
- 00018091  0x00003dbf store  0x00000001 , 0x00004699 
- 00018092  0x00003dc0 branch  0x000046a9 
- 00018093  0x00003dc4 call  0x000035f0 
- 00018094  0x00003dc6 fetch  0x00000002 , 0x000046e6 
- 00018095  0x00003dc7 store  0x00000002 , 0x000046e8 
- 00018096  0x00003dc8 rtn 
- 00018097  0x00003dcb call  0x000046b6 
- 00018098  0x00003dcd fetch  0x00000001 , 0x0000468f 
- 00018099  0x00003dce set1  0x00000007 , 0x0000003f 
- 00018100  0x00003dcf arg  0x0000003f , 0x00000002 
- 00018101  0x00003dd0 branch  0x00006f20 
- 00018102  0x00003dd3 call  0x00006f35 
- 00018103  0x00003dd4 branch  0x0000701b 
- 00018104  0x00003dd7 call  0x00007027 
- 00018105  0x00003dd8 call  0x000046c9 
- 00018106  0x00003dd9 call  0x000046bc 
- 00018107  0x00003dda branch  0x000046d7 
- 00018108  0x00003ddd fetch  0x00000001 , 0x000046f5 
- 00018109  0x00003dde rtnne  0x00000001 
- 00018110  0x00003ddf fetch  0x00000004 , 0x000046f9 
- 00018111  0x00003de0 branch  0x000046c3 , 0x00000034 
- 00018112  0x00003de1 jam  0x00000000 , 0x000046ff 
- 00018113  0x00003de2 enable  0x00000028 
- 00018114  0x00003de3 branch  0x0000788d 
- 00018115  0x00003de5 fetch  0x00000001 , 0x000046ff 
- 00018116  0x00003de6 rtneq  0x000000ff 
- 00018117  0x00003de7 pincrease  0x00000001 
- 00018118  0x00003de8 store  0x00000001 , 0x000046ff 
- 00018119  0x00003de9 disable  0x00000028 
- 00018120  0x00003dea branch  0x0000788b 
- 00018121  0x00003dee fetcht  0x00000002 , 0x0000442e 
- 00018122  0x00003def and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018123  0x00003df0 rshift  0x00000002 , 0x00000002 
- 00018124  0x00003df1 store  0x00000001 , 0x000046f9 
- 00018125  0x00003df2 and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018126  0x00003df3 rshift  0x00000002 , 0x00000002 
- 00018127  0x00003df4 store  0x00000001 , 0x000046fa 
- 00018128  0x00003df5 and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018129  0x00003df6 rshift  0x00000002 , 0x00000002 
- 00018130  0x00003df7 store  0x00000001 , 0x000046fb 
- 00018131  0x00003df8 and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018132  0x00003df9 rshift  0x00000002 , 0x00000002 
- 00018133  0x00003dfa store  0x00000001 , 0x000046fc 
- 00018134  0x00003dfb rtn 
- 00018135  0x00003dfd bpatch  0x00000035 , 0x00004006 
- 00018136  0x00003dfe call  0x000046e6 
- 00018137  0x00003dff call  0x000046eb 
- 00018138  0x00003e00 call  0x000046dd 
- 00018139  0x00003e01 nrtn  0x00000028 
- 00018140  0x00003e02 branch  0x00004752 
- 00018141  0x00003e06 fetch  0x00000001 , 0x000046f5 
- 00018142  0x00003e07 rtnne  0x00000001 
- 00018143  0x00003e08 fetch  0x00000001 , 0x000046ff 
- 00018144  0x00003e09 rtn  0x00000034 
- 00018145  0x00003e0a sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00018146  0x00003e0b nrtn  0x00000002 
- 00018147  0x00003e0c fetch  0x00000002 , 0x000045dc 
- 00018148  0x00003e0d store  0x00000002 , 0x000045de 
- 00018149  0x00003e0e branch  0x00007dba 
- 00018150  0x00003e13 fetch  0x00000001 , 0x000046f9 
- 00018151  0x00003e14 nbranch  0x00004746 , 0x00000034 
- 00018152  0x00003e15 fetch  0x00000001 , 0x000046fa 
- 00018153  0x00003e16 nbranch  0x00004748 , 0x00000034 
- 00018154  0x00003e17 branch  0x0000474e 
- 00018155  0x00003e1a fetch  0x00000001 , 0x000046fb 
- 00018156  0x00003e1b nbranch  0x0000474a , 0x00000034 
- 00018157  0x00003e1c fetch  0x00000001 , 0x000046fc 
- 00018158  0x00003e1d nbranch  0x0000474c , 0x00000034 
- 00018159  0x00003e1e branch  0x00004750 
- 00018160  0x00003e22 call  0x00004730 
- 00018161  0x00003e23 branch  0x000046b8 
- 00018162  0x00003e26 copy  0x00000013 , 0x0000003f 
- 00018163  0x00003e27 beq  0x0000002d , 0x00004347 
- 00018164  0x00003e28 beq  0x00000010 , 0x0000432f 
- 00018165  0x00003e29 beq  0x00000039 , 0x000046fa 
- 00018166  0x00003e2a beq  0x0000003c , 0x00004701 
- 00018167  0x00003e2b beq  0x0000003a , 0x000046f9 
- 00018168  0x00003e2c rtn 
- 00018169  0x00003e2f branch  0x0000357b 
- 00018170  0x00003e32 bpatch  0x00000036 , 0x00004006 
- 00018171  0x00003e33 fetch  0x00000004 , 0x000045e8 
- 00018172  0x00003e34 store  0x00000004 , 0x00004700 
- 00018173  0x00003e35 fetch  0x00000001 , 0x0000470c 
- 00018174  0x00003e36 ncall  0x00004706 , 0x00000034 
- 00018175  0x00003e37 fetch  0x00000004 , 0x00004700 
- 00018176  0x00003e38 call  0x00003236 
- 00018177  0x00003e3c jam  0x00000000 , 0x000045fc 
- 00018178  0x00003e3d jam  0x00000001 , 0x000046f6 
- 00018179  0x00003e3e jam  0x00000001 , 0x000046f7 
- 00018180  0x00003e3f jam  0x00000000 , 0x000045de 
- 00018181  0x00003e40 rtn 
- 00018182  0x00003e44 fetch  0x00000001 , 0x0000470c 
- 00018183  0x00003e45 rtn  0x00000034 
- 00018184  0x00003e46 fetch  0x00000001 , 0x000044f2 
- 00018185  0x00003e47 store  0x00000001 , 0x00004703 
- 00018186  0x00003e49 fetch  0x00000001 , 0x000045e9 
- 00018187  0x00003e4a store  0x00000001 , 0x00004702 
- 00018188  0x00003e4c fetch  0x00000001 , 0x000044f1 
- 00018189  0x00003e4d store  0x00000001 , 0x00004701 
- 00018190  0x00003e4f fetch  0x00000001 , 0x000045e8 
- 00018191  0x00003e50 store  0x00000001 , 0x00004700 
- 00018192  0x00003e51 call  0x00004720 
- 00018193  0x00003e52 fetch  0x00000004 , 0x00004700 
- 00018194  0x00003e53 fetcht  0x00000004 , 0x00004704 
- 00018195  0x00003e54 isub  0x00000002 , 0x0000003e 
- 00018196  0x00003e55 rtn  0x00000005 
- 00018197  0x00003e56 copy  0x00000013 , 0x00000012 
- 00018198  0x00003e57 arg  0x00004700 , 0x00000011 
- 00018199  0x00003e58 arg  0x00000004 , 0x00000039 
- 00018200  0x00003e59 branch  0x00006b45 
- 00018201  0x00003e5c fetch  0x00000001 , 0x0000470c 
- 00018202  0x00003e5d rtn  0x00000034 
- 00018203  0x00003e5e call  0x00004720 
- 00018204  0x00003e5f fetch  0x00000004 , 0x00004704 
- 00018205  0x00003e60 rtn  0x00000034 
- 00018206  0x00003e61 store  0x00000004 , 0x00004700 
- 00018207  0x00003e62 rtn 
- 00018208  0x00003e66 fetch  0x00000001 , 0x0000470c 
- 00018209  0x00003e67 rtn  0x00000034 
- 00018210  0x00003e68 arg  0x00000700 , 0x00000013 
- 00018211  0x00003e6a copy  0x00000013 , 0x00000012 
- 00018212  0x00003e6b arg  0x00004704 , 0x00000011 
- 00018213  0x00003e6c arg  0x00000004 , 0x00000039 
- 00018214  0x00003e6d call  0x00006b74 
- 00018215  0x00003e6e fetch  0x00000004 , 0x00004708 
- 00018216  0x00003e6f rtn  0x00000034 
- 00018217  0x00003e70 store  0x00000004 , 0x00004704 
- 00018218  0x00003e71 copy  0x00000013 , 0x0000003f 
- 00018219  0x00003e72 arg  0x000007cc , 0x00000002 
- 00018220  0x00003e73 isub  0x00000002 , 0x0000003e 
- 00018221  0x00003e74 rtn  0x00000002 
- 00018222  0x00003e75 increase  0x00000004 , 0x00000013 
- 00018223  0x00003e76 branch  0x00004723 
- 00018224  0x00003e79 fetch  0x00000001 , 0x000046f6 
- 00018225  0x00003e7a rtneq  0x00000000 
- 00018226  0x00003e7b fetch  0x00000001 , 0x000046f5 
- 00018227  0x00003e7c rtneq  0x00000001 
- 00018228  0x00003e7d jam  0x00000001 , 0x000046f5 
- 00018229  0x00003e7f arg  0x00000000 , 0x00000011 
- 00018230  0x00003e80 branch  0x000077bf 
- 00018231  0x00003e82 arg  0x00000000 , 0x00000011 
- 00018232  0x00003e83 call  0x000077bf 
- 00018233  0x00003e84 call  0x000046a6 
- 00018234  0x00003e85 branch  0x00004327 
- 00018235  0x00003e88 call  0x000042ee 
- 00018236  0x00003e89 call  0x0000328e 
- 00018237  0x00003e8a call  0x00003531 
- 00018238  0x00003e8b branch  0x0000473f 
- 00018239  0x00003e8e fetch  0x00000001 , 0x000046c0 
- 00018240  0x00003e8f rtn  0x00000034 
- 00018241  0x00003e90 fetch  0x00000001 , 0x0000442e 
- 00018242  0x00003e91 nbranch  0x000046ae , 0x00000034 
- 00018243  0x00003e92 arg  0x000046e8 , 0x00000013 
- 00018244  0x00003e93 arg  0x00004737 , 0x00000012 
- 00018245  0x00003e94 branch  0x000042e7 
- 00018246  0x00003e99 jam  0x00000001 , 0x000046c7 
- 00018247  0x00003e9a rtn 
- 00018248  0x00003e9c jam  0x00000002 , 0x000046c7 
- 00018249  0x00003e9d rtn 
- 00018250  0x00003e9f jam  0x00000001 , 0x000046c9 
- 00018251  0x00003ea0 rtn 
- 00018252  0x00003ea2 jam  0x00000002 , 0x000046c9 
- 00018253  0x00003ea3 rtn 
- 00018254  0x00003ea8 jam  0x00000000 , 0x000046c7 
- 00018255  0x00003ea9 rtn 
- 00018256  0x00003eac jam  0x00000000 , 0x000046c9 
- 00018257  0x00003ead rtn 
- 00018258  0x00003eb0 arg  0x000046c1 , 0x00000011 
- 00018259  0x00003eb1 branch  0x000078b2 
- 00018260  0x00003eb3 arg  0x000046ce , 0x00000011 
- 00018261  0x00003eb4 branch  0x000078b2 
- 00018262  0x00003eb7 fetch  0x00000001 , 0x000046f7 
- 00018263  0x00003eb8 beq  0x00000001 , 0x00004760 
- 00018264  0x00003eb9 arg  0x000046d7 , 0x00000011 
- 00018265  0x00003eba call  0x000078ca 
- 00018266  0x00003ebb nbranch  0x00004765 , 0x00000028 
- 00018267  0x00003ebd arg  0x000046d7 , 0x00000006 
- 00018268  0x00003ebe ifetch  0x00000001 , 0x00000006 
- 00018269  0x00003ebf copy  0x0000003f , 0x00000011 
- 00018270  0x00003ec0 arg  0x000046d8 , 0x00000012 
- 00018271  0x00003ec3 rtn 
- 00018272  0x00003ec6 jam  0x00000000 , 0x000046f7 
- 00018273  0x00003ec7 enable  0x00000028 
- 00018274  0x00003ec8 arg  0x00000001 , 0x00000011 
- 00018275  0x00003ec9 arg  0x000046f8 , 0x00000012 
- 00018276  0x00003eca rtn 
- 00018277  0x00003ecd fetch  0x00000001 , 0x000046da 
- 00018278  0x00003ece beq  0x00000004 , 0x00004769 
- 00018279  0x00003ecf beq  0x00000005 , 0x00004769 
- 00018280  0x00003ed0 rtn 
- 00018281  0x00003ed2 fetch  0x00000001 , 0x000046dd 
- 00018282  0x00003ed3 nbranch  0x00004770 , 0x00000034 
- 00018283  0x00003ed4 fetch  0x00000001 , 0x000046df 
- 00018284  0x00003ed5 nbranch  0x00004770 , 0x00000034 
- 00018285  0x00003ed6 fetch  0x00000001 , 0x000046e1 
- 00018286  0x00003ed7 nbranch  0x00004770 , 0x00000034 
- 00018287  0x00003ed8 rtn 
- 00018288  0x00003eda enable  0x00000028 
- 00018289  0x00003edb branch  0x0000475b 
- 00018290  0x00003ee1 jam  0x00000014 , 0x000044eb 
- 00018291  0x00003ee2 jam  0x00000001 , 0x000044e4 
- 00018292  0x00003ee3 setarg  0x0000060f 
- 00018293  0x00003ee4 store  0x00000002 , 0x0000462e 
- 00018294  0x00003ee5 setarg  0x0000462e 
- 00018295  0x00003ee6 store  0x00000002 , 0x000043fb 
- 00018296  0x00003ee7 jam  0x00000001 , 0x00004094 
- 00018297  0x00003ee8 jam  0x00000006 , 0x000040a6 
- 00018298  0x00003ee9 jam  0x00000002 , 0x000040c1 
- 00018299  0x00003eea jam  0x00000000 , 0x0000462d 
- 00018300  0x00003eeb setarg  0x0000468d 
- 00018301  0x00003eec store  0x00000002 , 0x000044ef 
- 00018302  0x00003eed jam  0x00000001 , 0x000044ee 
- 00018303  0x00003eee jam  0x000000ff , 0x0000468e 
- 00018304  0x00003eef setarg  0x00000296 
- 00018305  0x00003ef0 store  0x00000002 , 0x00004690 
- 00018306  0x00003ef1 setarg  0x0000073a 
- 00018307  0x00003ef2 store  0x00000002 , 0x00004692 
- 00018308  0x00003ef3 setarg  0x000046ea 
- 00018309  0x00003ef4 store  0x00000002 , 0x00004430 
- 00018310  0x00003ef5 setarg  0x00000c0c 
- 00018311  0x00003ef6 store  0x00000002 , 0x000046ec 
- 00018312  0x00003ef7 setarg  0x000046a1 
- 00018313  0x00003ef8 store  0x00000002 , 0x0000442c 
- 00018314  0x00003ef9 jam  0x00000000 , 0x000046be 
- 00018315  0x00003efa jam  0x000000ff , 0x000046bc 
- 00018316  0x00003efb jam  0x000000ff , 0x000046bf 
- 00018317  0x00003efc jam  0x00000000 , 0x000046ba 
- 00018318  0x00003efd jam  0x00000000 , 0x000046bb 
- 00018319  0x00003efe jam  0x00000000 , 0x000046bd 
- 00018320  0x00003eff jam  0x00000001 , 0x000046c0 
- 00018321  0x00003f00 setarg  0x00004e55 
- 00018322  0x00003f01 store  0x00000002 , 0x000046ad 
- 00018323  0x00003f02 store  0x00000002 , 0x000046af 
- 00018324  0x00003f03 setarg  0x00000007 
- 00018325  0x00003f04 store  0x00000002 , 0x000046b3 
- 00018326  0x00003f05 jam  0x00000002 , 0x00004407 
- 00018327  0x00003f06 setsect  0x00000000 , 0x00035a0c 
- 00018328  0x00003f07 setsect  0x00000001 , 0x0000011a 
- 00018329  0x00003f08 setsect  0x00000002 , 0x00000060 
- 00018330  0x00003f09 setsect  0x00000003 , 0x00000028 
- 00018331  0x00003f0a store  0x00000009 , 0x000046c1 
- 00018332  0x00003f0b setsect  0x00000000 , 0x0002000a 
- 00018333  0x00003f0c setsect  0x00000001 , 0x00000002 
- 00018334  0x00003f0d istore  0x00000004 , 0x00000005 
- 00018335  0x00003f0e setsect  0x00000000 , 0x00035a08 
- 00018336  0x00003f0f setsect  0x00000001 , 0x0000019a 
- 00018337  0x00003f10 setsect  0x00000002 , 0x00000000 
- 00018338  0x00003f11 setsect  0x00000003 , 0x00000000 
- 00018339  0x00003f12 store  0x00000009 , 0x000046ce 
- 00018340  0x00003f13 setarg  0x00000064 
- 00018341  0x00003f14 store  0x00000002 , 0x000046e6 
- 00018342  0x00003f15 jam  0x00000000 , 0x00004141 
- 00018343  0x00003f16 jam  0x00000001 , 0x00004589 
- 00018344  0x00003f17 jam  0x00000006 , 0x00004603 
- 00018345  0x00003f18 jam  0x00000001 , 0x000045ae 
- 00018346  0x00003f19 jam  0x00000000 , 0x000045e3 
- 00018347  0x00003f1a call  0x00003278 
- 00018348  0x00003f1b call  0x000035fb 
- 00018349  0x00003f1c call  0x0000325b 
- 00018350  0x00003f1f setarg  0x00000708 
- 00018351  0x00003f20 store  0x00000002 , 0x000045d6 
- 00018352  0x00003f21 setarg  0x00000050 
- 00018353  0x00003f22 store  0x00000002 , 0x000045dc 
- 00018354  0x00003f23 setarg  0x000a7700 
- 00018355  0x00003f24 store  0x00000003 , 0x0000460b 
- 00018356  0x00003f25 setarg  0x00604800 
- 00018357  0x00003f26 store  0x00000003 , 0x000045af 
- 00018358  0x00003f27 rtn 
- 00018359  0x00003f2f setarg  0x000047ea 
- 00018360  0x00003f30 store  0x00000002 , 0x000045e0 
- 00018361  0x00003f31 setarg  0x000048d4 
- 00018362  0x00003f32 store  0x00000002 , 0x000045e4 
- 00018363  0x00003f33 setarg  0x000048e5 
- 00018364  0x00003f34 store  0x00000002 , 0x000045e6 
- 00018365  0x00003f35 setarg  0x000048ab 
- 00018366  0x00003f36 store  0x00000002 , 0x000045e2 
- 00018367  0x00003f37 setarg  0x000047f9 
- 00018368  0x00003f38 store  0x00000002 , 0x00000859 
- 00018369  0x00003f39 branch  0x00007912 
- 00018370  0x00003f3d bpatch  0x00000037 , 0x00004006 
- 00018371  0x00003f3f call  0x000047ef 
- 00018372  0x00003f40 call  0x000047e5 
- 00018373  0x00003f41 fetch  0x00000001 , 0x00004669 
- 00018374  0x00003f42 isolate1  0x00000005 , 0x0000003f 
- 00018375  0x00003f43 branch  0x000047cb , 0x00000001 
- 00018376  0x00003f44 fetch  0x00000001 , 0x00004669 
- 00018377  0x00003f45 isolate1  0x00000006 , 0x0000003f 
- 00018378  0x00003f46 call  0x0000326b , 0x00000001 
- 00018379  0x00003f48 fetch  0x00000001 , 0x00004694 
- 00018380  0x00003f49 store  0x00000001 , 0x00004141 
- 00018381  0x00003f4b jam  0x000000ff , 0x000045d2 
- 00018382  0x00003f4c setarg  0x0000099f 
- 00018383  0x00003f4d store  0x00000002 , 0x00004640 
- 00018384  0x00003f4e setarg  0x00000a9f 
- 00018385  0x00003f4f store  0x00000002 , 0x00004642 
- 00018386  0x00003f50 setarg  0x00000b9f 
- 00018387  0x00003f51 store  0x00000002 , 0x00004644 
- 00018388  0x00003f52 setarg  0x00000c9f 
- 00018389  0x00003f53 store  0x00000002 , 0x00004646 
- 00018390  0x00003f54 jam  0x00000085 , 0x000045d1 
- 00018391  0x00003f55 jam  0x00000000 , 0x00004692 
- 00018392  0x00003f56 jam  0x00000000 , 0x0000462b 
- 00018393  0x00003f57 call  0x00003281 
- 00018394  0x00003f58 fetch  0x00000001 , 0x00004669 
- 00018395  0x00003f59 isolate1  0x00000003 , 0x0000003f 
- 00018396  0x00003f5a call  0x00003284 , 0x00000001 
- 00018397  0x00003f5b call  0x0000339f 
- 00018398  0x00003f5c call  0x00003287 
- 00018399  0x00003f5d call  0x0000325b 
- 00018400  0x00003f5f fetch  0x00000001 , 0x00004673 
- 00018401  0x00003f60 store  0x00000001 , 0x0000085b 
- 00018402  0x00003f61 fetch  0x00000009 , 0x0000466a 
- 00018403  0x00003f62 store  0x00000009 , 0x0000085c 
- 00018404  0x00003f63 rtn 
- 00018405  0x00003f66 jam  0x00000018 , 0x00004099 
- 00018406  0x00003f67 fetch  0x00000001 , 0x00004669 
- 00018407  0x00003f68 rtnbit0  0x00000007 
- 00018408  0x00003f69 jam  0x00000010 , 0x00004099 
- 00018409  0x00003f6a rtn 
- 00018410  0x00003f6d fetch  0x00000001 , 0x00004610 
- 00018411  0x00003f6e beq  0x00000000 , 0x0000489b 
- 00018412  0x00003f6f beq  0x00000001 , 0x00004822 
- 00018413  0x00003f70 beq  0x0000000f , 0x0000481e 
- 00018414  0x00003f71 rtn 
- 00018415  0x00003f75 bpatch  0x00000038 , 0x00004007 
- 00018416  0x00003f76 arg  0x00001fdf , 0x00000012 
- 00018417  0x00003f77 arg  0x00004648 , 0x00000011 
- 00018418  0x00003f78 arg  0x00000001 , 0x00000039 
- 00018419  0x00003f79 branch  0x00006b74 
- 00018420  0x00003f7c bpatch  0x00000039 , 0x00004007 
- 00018421  0x00003f7d arg  0x00000001 , 0x00000039 
- 00018422  0x00003f7e arg  0x00004648 , 0x00000011 
- 00018423  0x00003f7f arg  0x00001fdf , 0x00000012 
- 00018424  0x00003f80 branch  0x00006b45 
- 00018425  0x00003f83 fetch  0x00000001 , 0x00004669 
- 00018426  0x00003f84 bbit1  0x00000004 , 0x000047fd 
- 00018427  0x00003f85 fetch  0x00000001 , 0x00004648 
- 00018428  0x00003f86 bne  0x0000005a , 0x00004801 
- 00018429  0x00003f88 jam  0x0000005a , 0x00004648 
- 00018430  0x00003f89 fetch  0x00000004 , 0x0000937a 
- 00018431  0x00003f8a set1  0x0000001d , 0x0000003f 
- 00018432  0x00003f8b store  0x00000004 , 0x000007b4 
- 00018433  0x00003f8d call  0x00004818 
- 00018434  0x00003f8e call  0x00007966 
- 00018435  0x00003f8f call  0x00004805 
- 00018436  0x00003f90 branch  0x0000480e 
- 00018437  0x00003f93 fetch  0x00000001 , 0x0000085c 
- 00018438  0x00003f94 rtn  0x00000034 
- 00018439  0x00003f95 fetch  0x00000001 , 0x00004648 
- 00018440  0x00003f96 beq  0x0000005a , 0x0000480c 
- 00018441  0x00003f98 fetch  0x00000004 , 0x0000085d 
- 00018442  0x00003f9a store  0x00000004 , 0x000007b4 
- 00018443  0x00003f9b rtn 
- 00018444  0x00003f9d fetch  0x00000004 , 0x00000861 
- 00018445  0x00003f9e branch  0x0000480a 
- 00018446  0x00003fa1 fetch  0x00000001 , 0x00004648 
- 00018447  0x00003fa2 beq  0x0000005a , 0x00004814 
- 00018448  0x00003fa3 setarg  0x00009272 
- 00018449  0x00003fa4 store  0x00000002 , 0x000007a7 
- 00018450  0x00003fa5 jam  0x0000001a , 0x000007d8 
- 00018451  0x00003fa6 rtn 
- 00018452  0x00003fa8 setarg  0x0000928d 
- 00018453  0x00003fa9 store  0x00000002 , 0x000007a7 
- 00018454  0x00003faa jam  0x0000003f , 0x000007d8 
- 00018455  0x00003fab rtn 
- 00018456  0x00003fae fetch  0x00000001 , 0x00004674 
- 00018457  0x00003faf rtn  0x00000034 
- 00018458  0x00003fb0 arg  0x00004674 , 0x00000006 
- 00018459  0x00003fb1 arg  0x0000081d , 0x00000005 
- 00018460  0x00003fb2 arg  0x0000001e , 0x00000039 
- 00018461  0x00003fb3 branch  0x00007cda 
- 00018462  0x00003fb7 call  0x00003460 
- 00018463  0x00003fb9 call  0x000048a3 
- 00018464  0x00003fba call  0x00004867 
- 00018465  0x00003fbb branch  0x0000481f 
- 00018466  0x00003fbe call  0x00003460 
- 00018467  0x00003fc0 call  0x000048a3 
- 00018468  0x00003fc1 call  0x00003469 
- 00018469  0x00003fc2 call  0x00004867 
- 00018470  0x00003fc3 branch  0x00004823 
- 00018471  0x00003fc6 call  0x0000482b 
- 00018472  0x00003fc7 call  0x0000483b 
- 00018473  0x00003fc8 call  0x0000484c 
- 00018474  0x00003fc9 branch  0x00004859 
- 00018475  0x00003fcc bpatch  0x0000003a , 0x00004007 
- 00018476  0x00003fcd fetch  0x00000001 , 0x00004668 
- 00018477  0x00003fce rtn  0x00000034 
- 00018478  0x00003fcf arg  0x0000000d , 0x00000007 
- 00018479  0x00003fd0 call  0x00007cef 
- 00018480  0x00003fd1 nrtn  0x00000034 
- 00018481  0x00003fd2 jam  0x00000000 , 0x00004668 
- 00018482  0x00003fd3 setarg  0x00000001 
- 00018483  0x00003fd4 store  0x00000001 , 0x00000913 
- 00018484  0x00003fd5 setarg  0x00000000 
- 00018485  0x00003fd6 istore  0x00000007 , 0x00000005 
- 00018486  0x00003fd8 jam  0x00000020 , 0x0000090c 
- 00018487  0x00003fda fetch  0x00000001 , 0x0000090d 
- 00018488  0x00003fdb set1  0x00000002 , 0x0000003f 
- 00018489  0x00003fdc store  0x00000001 , 0x0000090d 
- 00018490  0x00003fdd rtn 
- 00018491  0x00003fe0 bpatch  0x0000003b , 0x00004007 
- 00018492  0x00003fe1 fetch  0x00000001 , 0x00004665 
- 00018493  0x00003fe2 rtn  0x00000034 
- 00018494  0x00003fe3 arg  0x0000000e , 0x00000007 
- 00018495  0x00003fe4 call  0x00007cef 
- 00018496  0x00003fe5 nrtn  0x00000034 
- 00018497  0x00003fe6 jam  0x00000000 , 0x00004665 
- 00018498  0x00003fe7 arg  0x00000923 , 0x00000005 
- 00018499  0x00003fe8 call  0x00007c99 
- 00018500  0x00003fe9 fetch  0x00000008 , 0x00000923 
- 00018501  0x00003fea store  0x00000008 , 0x00004651 
- 00018502  0x00003fec jam  0x00000000 , 0x00000923 
- 00018503  0x00003fee jam  0x00000010 , 0x0000090b 
- 00018504  0x00003fef fetch  0x00000001 , 0x0000090d 
- 00018505  0x00003ff0 set1  0x00000001 , 0x0000003f 
- 00018506  0x00003ff1 store  0x00000001 , 0x0000090d 
- 00018507  0x00003ff2 rtn 
- 00018508  0x00003ff5 fetch  0x00000001 , 0x00004667 
- 00018509  0x00003ff6 rtn  0x00000034 
- 00018510  0x00003ff7 arg  0x0000000a , 0x00000007 
- 00018511  0x00003ff8 call  0x00007cef 
- 00018512  0x00003ff9 nrtn  0x00000034 
- 00018513  0x00003ffa jam  0x00000000 , 0x00004667 
- 00018514  0x00003ffb arg  0x00000943 , 0x00000005 
- 00018515  0x00003ffc call  0x00007c99 
- 00018516  0x00003ffd jam  0x00000002 , 0x00000943 
- 00018517  0x00003ffe fetch  0x00000002 , 0x00000943 
- 00018518  0x00003fff store  0x00000002 , 0x0000465f 
- 00018519  0x00004001 jam  0x00000022 , 0x0000090c 
- 00018520  0x00004002 branch  0x00004837 
- 00018521  0x00004005 bpatch  0x0000003c , 0x00004007 
- 00018522  0x00004006 fetch  0x00000001 , 0x00004666 
- 00018523  0x00004007 rtn  0x00000034 
- 00018524  0x00004008 arg  0x0000000c , 0x00000007 
- 00018525  0x00004009 call  0x00007cef 
- 00018526  0x0000400a nrtn  0x00000034 
- 00018527  0x0000400b jam  0x00000000 , 0x00004666 
- 00018528  0x0000400c arg  0x00000933 , 0x00000005 
- 00018529  0x0000400d call  0x00007c99 
- 00018530  0x0000400e jam  0x00000003 , 0x00000933 
- 00018531  0x0000400f fetch  0x00000003 , 0x00000933 
- 00018532  0x00004010 store  0x00000003 , 0x0000465c 
- 00018533  0x00004012 jam  0x00000021 , 0x0000090c 
- 00018534  0x00004013 branch  0x00004837 
- 00018535  0x00004016 bpatch  0x0000003d , 0x00004007 
- 00018536  0x00004017 fetch  0x00000001 , 0x00000901 
- 00018537  0x00004018 call  0x000048b5 , 0x00000034 
- 00018538  0x00004019 call  0x00007906 
- 00018539  0x0000401a fetch  0x00000001 , 0x000008f7 
- 00018540  0x0000401b rtn  0x00000034 
- 00018541  0x0000401c jam  0x00000000 , 0x000008f7 
- 00018542  0x0000401d fetch  0x00000002 , 0x000008f5 
- 00018543  0x0000401e arg  0x000002ba , 0x00000002 
- 00018544  0x0000401f isub  0x00000002 , 0x0000003e 
- 00018545  0x00004020 nrtn  0x00000005 
- 00018546  0x00004022 fetch  0x00000001 , 0x00000875 
- 00018547  0x00004023 rtnne  0x000000ba 
- 00018548  0x00004024 fetch  0x00000001 , 0x00000876 
- 00018549  0x00004025 beq  0x000000a0 , 0x0000487c 
- 00018550  0x00004026 beq  0x000000a1 , 0x00004882 
- 00018551  0x00004027 beq  0x000000a6 , 0x0000488e 
- 00018552  0x00004028 beq  0x000000a7 , 0x00004890 
- 00018553  0x00004029 beq  0x000000a9 , 0x00004896 
- 00018554  0x0000402c jam  0x00000000 , 0x000008f8 
- 00018555  0x0000402d rtn 
- 00018556  0x00004030 fetch  0x00000001 , 0x00000877 
- 00018557  0x00004031 beq  0x00000081 , 0x0000487f 
- 00018558  0x00004032 branch  0x0000487a 
- 00018559  0x00004034 call  0x000032fc 
- 00018560  0x00004036 jam  0x00000001 , 0x000008f8 
- 00018561  0x00004037 rtn 
- 00018562  0x0000403a fetch  0x00000001 , 0x00000877 
- 00018563  0x0000403b beq  0x00000001 , 0x00004887 
- 00018564  0x0000403c beq  0x00000084 , 0x0000488a 
- 00018565  0x0000403d beq  0x000000a7 , 0x0000488c 
- 00018566  0x0000403e branch  0x0000487a 
- 00018567  0x00004040 fetch  0x00000001 , 0x000045d5 
- 00018568  0x00004041 store  0x00000001 , 0x000008b6 
- 00018569  0x00004042 branch  0x00004880 
- 00018570  0x00004044 call  0x00003461 
- 00018571  0x00004045 branch  0x00004887 
- 00018572  0x00004048 jam  0x000000a1 , 0x000008b6 
- 00018573  0x00004049 branch  0x00004880 
- 00018574  0x0000404c jam  0x00000015 , 0x000008b6 
- 00018575  0x0000404d branch  0x00004880 
- 00018576  0x00004050 fetch  0x00000001 , 0x00004616 
- 00018577  0x00004051 beq  0x00000000 , 0x00004894 
- 00018578  0x00004052 beq  0x00000001 , 0x0000488c 
- 00018579  0x00004053 rtn 
- 00018580  0x00004055 jam  0x000000a0 , 0x000008b6 
- 00018581  0x00004056 branch  0x00004880 
- 00018582  0x00004059 jam  0x00000000 , 0x000008b6 
- 00018583  0x0000405a jam  0x00000000 , 0x000008b7 
- 00018584  0x0000405b jam  0x00000001 , 0x000008b8 
- 00018585  0x0000405c jam  0x00000007 , 0x000008b9 
- 00018586  0x0000405d branch  0x00004880 
- 00018587  0x00004066 call  0x00003402 
- 00018588  0x00004068 call  0x00003407 
- 00018589  0x00004069 call  0x0000342d 
- 00018590  0x0000406a call  0x000048a3 
- 00018591  0x0000406b call  0x00003469 
- 00018592  0x0000406c call  0x00003488 
- 00018593  0x0000406d call  0x00004867 
- 00018594  0x0000406e branch  0x0000489c 
- 00018595  0x00004071 bpatch  0x0000003e , 0x00004007 
- 00018596  0x00004072 fetch  0x00000001 , 0x00004616 
- 00018597  0x00004073 rtnne  0x00000000 
- 00018598  0x00004074 call  0x00003464 
- 00018599  0x00004075 call  0x00004827 
- 00018600  0x00004076 fetch  0x00000001 , 0x00004610 
- 00018601  0x00004077 nrtn  0x00000034 
- 00018602  0x00004078 branch  0x0000350a 
- 00018603  0x0000407b fetch  0x00000001 , 0x00004589 
- 00018604  0x0000407c beq  0x00000001 , 0x000048ae 
- 00018605  0x0000407d beq  0x00000002 , 0x000048b7 
- 00018606  0x0000407f fetch  0x00000001 , 0x00004693 
- 00018607  0x00004080 bbit1  0x00000000 , 0x000048bd 
- 00018608  0x00004081 branch  0x000048b9 
- 00018609  0x00004084 fetch  0x00000001 , 0x000043cb 
- 00018610  0x00004085 rtnne  0x00000004 
- 00018611  0x00004086 jam  0x00000003 , 0x00004693 
- 00018612  0x00004087 rtn 
- 00018613  0x00004089 jam  0x00000000 , 0x00004693 
- 00018614  0x0000408a rtn 
- 00018615  0x0000408d fetch  0x00000001 , 0x00004693 
- 00018616  0x0000408e bbit1  0x00000001 , 0x000048c1 
- 00018617  0x00004090 fetch  0x00000001 , 0x00004611 
- 00018618  0x00004091 beq  0x00000001 , 0x000048c8 
- 00018619  0x00004092 beq  0x00000003 , 0x000048cc 
- 00018620  0x00004093 rtn 
- 00018621  0x00004096 fetch  0x00000001 , 0x00004693 
- 00018622  0x00004097 set0  0x00000000 , 0x0000003f 
- 00018623  0x00004098 store  0x00000001 , 0x00004693 
- 00018624  0x00004099 branch  0x000048c4 
- 00018625  0x0000409c fetch  0x00000001 , 0x00004693 
- 00018626  0x0000409d set0  0x00000001 , 0x0000003f 
- 00018627  0x0000409e store  0x00000001 , 0x00004693 
- 00018628  0x000040a0 jam  0x00000001 , 0x00004588 
- 00018629  0x000040a1 setarg  0x000000ff 
- 00018630  0x000040a2 store  0x00000001 , 0x00004519 
- 00018631  0x000040a3 rtn 
- 00018632  0x000040a7 jam  0x00000001 , 0x00004611 
- 00018633  0x000040a8 call  0x0000337e 
- 00018634  0x000040a9 nrtn  0x0000002f 
- 00018635  0x000040aa branch  0x0000330a 
- 00018636  0x000040ad fetch  0x00000001 , 0x000044f9 
- 00018637  0x000040ae beq  0x00000001 , 0x000048c8 
- 00018638  0x000040af beq  0x000000ff , 0x000048c8 
- 00018639  0x000040b0 jam  0x00000000 , 0x000008f9 
- 00018640  0x000040b1 jam  0x00000001 , 0x00004588 
- 00018641  0x000040b2 fetch  0x00000001 , 0x00004621 
- 00018642  0x000040b3 store  0x00000001 , 0x00004519 
- 00018643  0x000040b4 rtn 
- 00018644  0x000040b7 setarg  0x00000001 
- 00018645  0x000040b8 store  0x00000001 , 0x00000913 
- 00018646  0x000040b9 fetch  0x00000007 , 0x000045eb 
- 00018647  0x000040ba istore  0x00000007 , 0x00000005 
- 00018648  0x000040bb fetch  0x00000001 , 0x000045eb 
- 00018649  0x000040bc ncall  0x000048dd , 0x00000034 
- 00018650  0x000040bd fetch  0x00000001 , 0x000045eb 
- 00018651  0x000040be call  0x000048e1 , 0x00000034 
- 00018652  0x000040bf branch  0x00004836 
- 00018653  0x000040c2 jam  0x00000001 , 0x00004668 
- 00018654  0x000040c3 setarg  0x00000180 
- 00018655  0x000040c4 arg  0x0000000d , 0x00000007 
- 00018656  0x000040c5 branch  0x00007ce1 
- 00018657  0x000040c8 jam  0x00000000 , 0x00004668 
- 00018658  0x000040c9 setarg  0x00000000 
- 00018659  0x000040ca arg  0x0000000d , 0x00000007 
- 00018660  0x000040cb branch  0x00007ce1 
- 00018661  0x000040ce fetch  0x00000001 , 0x000045eb 
- 00018662  0x000040cf beq  0x00000000 , 0x000048ea 
- 00018663  0x000040d0 beq  0x00000002 , 0x0000491d 
- 00018664  0x000040d1 beq  0x00000003 , 0x00004905 
- 00018665  0x000040d2 branch  0x000033be 
- 00018666  0x000040d5 fetch  0x00000001 , 0x000045ed 
- 00018667  0x000040d6 store  0x00000001 , 0x00004611 
- 00018668  0x000040d7 jam  0x00000000 , 0x000045ed 
- 00018669  0x000040d8 arg  0x00000923 , 0x00000005 
- 00018670  0x000040d9 arg  0x000045ec , 0x00000006 
- 00018671  0x000040da arg  0x00000008 , 0x00000039 
- 00018672  0x000040db call  0x00007cda 
- 00018673  0x000040dc fetch  0x00000008 , 0x00000923 
- 00018674  0x000040dd ncall  0x000048fd , 0x00000034 
- 00018675  0x000040de fetch  0x00000008 , 0x00000923 
- 00018676  0x000040df call  0x00004901 , 0x00000034 
- 00018677  0x000040e0 fetch  0x00000008 , 0x00000923 
- 00018678  0x000040e1 store  0x00000008 , 0x00004649 
- 00018679  0x000040e2 fetcht  0x00000008 , 0x00004651 
- 00018680  0x000040e3 isub  0x00000002 , 0x0000003e 
- 00018681  0x000040e4 ncall  0x00004847 , 0x00000005 
- 00018682  0x000040e5 fetch  0x00000008 , 0x00004649 
- 00018683  0x000040e6 store  0x00000008 , 0x00004651 
- 00018684  0x000040e7 branch  0x000033be 
- 00018685  0x000040ea jam  0x00000001 , 0x00004665 
- 00018686  0x000040eb setarg  0x00000180 
- 00018687  0x000040ec arg  0x0000000e , 0x00000007 
- 00018688  0x000040ed branch  0x00007ce1 
- 00018689  0x000040f0 jam  0x00000000 , 0x00004665 
- 00018690  0x000040f1 setarg  0x00000000 
- 00018691  0x000040f2 arg  0x0000000e , 0x00000007 
- 00018692  0x000040f3 branch  0x00007ce1 
- 00018693  0x000040f6 arg  0x00000933 , 0x00000005 
- 00018694  0x000040f7 arg  0x000045eb , 0x00000006 
- 00018695  0x000040f8 arg  0x00000003 , 0x00000039 
- 00018696  0x000040f9 call  0x00007cda 
- 00018697  0x000040fa fetch  0x00000002 , 0x00000934 
- 00018698  0x000040fb ncall  0x00004915 , 0x00000034 
- 00018699  0x000040fc fetch  0x00000002 , 0x00000934 
- 00018700  0x000040fd call  0x00004919 , 0x00000034 
- 00018701  0x000040fe fetch  0x00000003 , 0x00000933 
- 00018702  0x000040ff store  0x00000003 , 0x00004659 
- 00018703  0x00004100 fetcht  0x00000003 , 0x0000465c 
- 00018704  0x00004101 isub  0x00000002 , 0x0000003e 
- 00018705  0x00004102 ncall  0x00004865 , 0x00000005 
- 00018706  0x00004103 fetch  0x00000003 , 0x00004659 
- 00018707  0x00004104 store  0x00000003 , 0x0000465c 
- 00018708  0x00004105 branch  0x000033be 
- 00018709  0x00004108 jam  0x00000001 , 0x00004666 
- 00018710  0x00004109 setarg  0x00000180 
- 00018711  0x0000410a arg  0x0000000c , 0x00000007 
- 00018712  0x0000410b branch  0x00007ce1 
- 00018713  0x0000410e jam  0x00000000 , 0x00004666 
- 00018714  0x0000410f setarg  0x00000000 
- 00018715  0x00004110 arg  0x0000000c , 0x00000007 
- 00018716  0x00004111 branch  0x00007ce1 
- 00018717  0x00004114 arg  0x00000943 , 0x00000005 
- 00018718  0x00004115 arg  0x000045eb , 0x00000006 
- 00018719  0x00004116 arg  0x00000002 , 0x00000039 
- 00018720  0x00004117 call  0x00007cda 
- 00018721  0x00004118 fetch  0x00000002 , 0x00000943 
- 00018722  0x00004119 ncall  0x0000492d , 0x00000034 
- 00018723  0x0000411a fetch  0x00000002 , 0x00000943 
- 00018724  0x0000411b call  0x00004931 , 0x00000034 
- 00018725  0x0000411c fetch  0x00000002 , 0x00000943 
- 00018726  0x0000411d store  0x00000002 , 0x0000465f 
- 00018727  0x0000411e fetcht  0x00000002 , 0x00004662 
- 00018728  0x0000411f isub  0x00000002 , 0x0000003e 
- 00018729  0x00004120 ncall  0x00004935 , 0x00000005 
- 00018730  0x00004121 fetch  0x00000002 , 0x0000465f 
- 00018731  0x00004122 store  0x00000002 , 0x00004662 
- 00018732  0x00004123 branch  0x000033be 
- 00018733  0x00004126 jam  0x00000001 , 0x00004667 
- 00018734  0x00004127 setarg  0x00000180 
- 00018735  0x00004128 arg  0x0000000a , 0x00000007 
- 00018736  0x00004129 branch  0x00007ce1 
- 00018737  0x0000412b jam  0x00000000 , 0x00004667 
- 00018738  0x0000412c setarg  0x00000000 
- 00018739  0x0000412d arg  0x0000000a , 0x00000007 
- 00018740  0x0000412e branch  0x00007ce1 
- 00018741  0x00004131 jam  0x00000022 , 0x0000090c 
- 00018742  0x00004132 branch  0x00004837 
- 00018743  0x00004136 fetch  0x00000001 , 0x000043cb 
- 00018744  0x00004137 rtnne  0x00000004 
- 00018745  0x00004138 fetch  0x00000001 , 0x00004648 
- 00018746  0x00004139 rtneq  0x0000005a 
- 00018747  0x0000413b jam  0x00000001 , 0x00004692 
- 00018748  0x0000413c rtn 
- 00018749  0x00004140 fetch  0x00000001 , 0x000043cb 
- 00018750  0x00004141 rtnne  0x00000004 
- 00018751  0x00004142 fetch  0x00000001 , 0x00004692 
- 00018752  0x00004143 rtn  0x00000034 
- 00018753  0x00004144 jam  0x00000000 , 0x00000678 
- 00018754  0x00004146 jam  0x0000005a , 0x00004648 
- 00018755  0x00004147 call  0x000047f4 
- 00018756  0x00004148 call  0x000047ef 
- 00018757  0x00004149 fetch  0x00000001 , 0x00000678 
- 00018758  0x0000414a increase  0x00000001 , 0x0000003f 
- 00018759  0x0000414b store  0x00000001 , 0x00000678 
- 00018760  0x0000414c beq  0x000000ff , 0x00006ca3 
- 00018761  0x0000414d fetch  0x00000001 , 0x00004648 
- 00018762  0x0000414e bne  0x0000005a , 0x00004942 
- 00018763  0x0000414f branch  0x00006ca3 
- 00018764  0x0000415c fetch  0x00000001 , 0x000043cb 
- 00018765  0x0000415d rtnne  0x0000000f 
- 00018766  0x0000415e call  0x000054ac 
- 00018767  0x0000415f nbranch  0x00002002 , 0x00000028 
- 00018768  0x00004160 fetch  0x00000001 , 0x00004846 
- 00018769  0x00004161 branch  0x00002002 , 0x00000034 
- 00018770  0x00004162 fetch  0x00000001 , 0x00004655 
- 00018771  0x00004163 rtneq  0x000000ff 
- 00018772  0x00004164 copy  0x0000003f , 0x00000007 
- 00018773  0x00004165 fetch  0x00000004 , 0x0000069d 
- 00018774  0x00004166 qisolate0  0x0000003f 
- 00018775  0x00004167 call  0x00004e45 , 0x00000001 
- 00018776  0x00004168 branch  0x00002003 
- 00018777  0x0000416b call  0x00007396 
- 00018778  0x0000416c call  0x000049a1 
- 00018779  0x0000416e call  0x000049c8 
- 00018780  0x0000416f call  0x000049ea 
- 00018781  0x00004170 rtn  0x0000002b 
- 00018782  0x00004171 call  0x00004966 
- 00018783  0x00004172 call  0x00004a7a 
- 00018784  0x00004173 fetch  0x00000001 , 0x00004663 
- 00018785  0x00004174 rtnbit1  0x00000007 
- 00018786  0x00004176 fetch  0x00000002 , 0x000044e9 
- 00018787  0x00004177 bbit1  0x0000000c , 0x00004b95 
- 00018788  0x00004178 call  0x00005eb6 
- 00018789  0x00004179 branch  0x00004bcf 
- 00018790  0x0000417d fetch  0x00000008 , 0x00004713 
- 00018791  0x0000417e rtnbit0  0x0000000d 
- 00018792  0x0000417f setarg  0x0000496c 
- 00018793  0x00004180 store  0x00000002 , 0x00000859 
- 00018794  0x00004181 jam  0x000000a5 , 0x00004664 
- 00018795  0x00004182 branch  0x0000498e 
- 00018796  0x00004185 call  0x0000496f 
- 00018797  0x00004186 call  0x00004974 
- 00018798  0x00004187 branch  0x00004984 
- 00018799  0x0000418a jam  0x00000000 , 0x00004665 
- 00018800  0x0000418b fetch  0x00000008 , 0x00004713 
- 00018801  0x0000418c rtnbit0  0x00000016 
- 00018802  0x0000418d jam  0x0000005a , 0x00004665 
- 00018803  0x0000418e rtn 
- 00018804  0x00004191 fetch  0x00000008 , 0x00004713 
- 00018805  0x00004192 bbit1  0x0000001d , 0x0000497b 
- 00018806  0x00004193 bbit1  0x0000001e , 0x0000497e 
- 00018807  0x00004194 bbit1  0x0000001f , 0x00004981 
- 00018808  0x00004195 jam  0x00000019 , 0x00004662 
- 00018809  0x00004196 jam  0x00000008 , 0x0000085b 
- 00018810  0x00004197 rtn 
- 00018811  0x00004199 jam  0x0000000c , 0x00004662 
- 00018812  0x0000419a jam  0x00000004 , 0x0000085b 
- 00018813  0x0000419b rtn 
- 00018814  0x0000419d jam  0x00000006 , 0x00004662 
- 00018815  0x0000419e jam  0x00000002 , 0x0000085b 
- 00018816  0x0000419f rtn 
- 00018817  0x000041a1 jam  0x00000003 , 0x00004662 
- 00018818  0x000041a2 jam  0x00000001 , 0x0000085b 
- 00018819  0x000041a3 rtn 
- 00018820  0x000041a6 call  0x00007966 
- 00018821  0x000041a7 call  0x00004987 
- 00018822  0x000041a8 branch  0x0000498c 
- 00018823  0x000041ab fetch  0x00000001 , 0x0000085c 
- 00018824  0x000041ac rtn  0x00000034 
- 00018825  0x000041ad fetch  0x00000001 , 0x00004665 
- 00018826  0x000041ae beq  0x0000005a , 0x0000480c 
- 00018827  0x000041af branch  0x00004809 
- 00018828  0x000041b2 fetch  0x00000001 , 0x00004665 
- 00018829  0x000041b3 branch  0x0000480f 
- 00018830  0x000041b8 bpatch  0x00000041 , 0x00004008 
- 00018831  0x000041b9 fetcht  0x00000001 , 0x0000086c 
- 00018832  0x000041ba call  0x00006ee6 
- 00018833  0x000041bb branch  0x00004993 , 0x00000001 
- 00018834  0x000041bc branch  0x0000499a 
- 00018835  0x000041c0 fetch  0x00000001 , 0x00004664 
- 00018836  0x000041c1 rtneq  0x000000a5 
- 00018837  0x000041c2 jam  0x000000a5 , 0x00004664 
- 00018838  0x000041c3 jam  0x00000000 , 0x0000090e 
- 00018839  0x000041c4 jam  0x00000000 , 0x00000709 
- 00018840  0x000041c5 jam  0x00000000 , 0x00000900 
- 00018841  0x000041c6 branch  0x00004962 
- 00018842  0x000041ca fetch  0x00000001 , 0x00004664 
- 00018843  0x000041cb rtneq  0x0000005a 
- 00018844  0x000041cc jam  0x0000005a , 0x00004664 
- 00018845  0x000041cd call  0x00006018 
- 00018846  0x000041ce call  0x00005aaa 
- 00018847  0x000041cf call  0x00004f70 
- 00018848  0x000041d0 branch  0x00007912 
- 00018849  0x000041d5 rtn  0x0000002b 
- 00018850  0x000041d7 call  0x000035f0 
- 00018851  0x000041d8 call  0x0000325b 
- 00018852  0x000041da call  0x000049af 
- 00018853  0x000041db fetcht  0x00000001 , 0x00004865 
- 00018854  0x000041dc call  0x00006ef3 
- 00018855  0x000041de call  0x00004b6d 
- 00018856  0x000041df call  0x00006177 
- 00018857  0x000041e0 call  0x00002a41 
- 00018858  0x000041e2 fetch  0x00000008 , 0x00004713 
- 00018859  0x000041e3 bbit1  0x00000014 , 0x000049fd 
- 00018860  0x000041e4 bbit1  0x00000013 , 0x00005d60 
- 00018861  0x000041e5 bbit1  0x00000012 , 0x00005d6e 
- 00018862  0x000041e6 rtn 
- 00018863  0x000041ed call  0x0000543b 
- 00018864  0x000041ef jam  0x00000000 , 0x000048eb 
- 00018865  0x000041f0 setarg  0x00230170 
- 00018866  0x000041f1 store  0x00000003 , 0x0000462d 
- 00018867  0x000041f2 setarg  0x00015301 
- 00018868  0x000041f3 istore  0x00000003 , 0x00000005 
- 00018869  0x000041f4 arg  0x000047a0 , 0x00000005 
- 00018870  0x000041f5 arg  0x00000014 , 0x00000039 
- 00018871  0x000041f6 call  0x00007ca1 
- 00018872  0x000041f8 fetch  0x00000001 , 0x0000426b 
- 00018873  0x000041f9 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00018874  0x000041fa nbranch  0x000049c6 , 0x00000002 
- 00018875  0x000041fb setarg  0x0006ff06 
- 00018876  0x000041fc store  0x00000003 , 0x000047a0 
- 00018877  0x000041fd setarg  0x00000300 
- 00018878  0x000041fe istore  0x00000003 , 0x00000005 
- 00018879  0x000041ff setarg  0x00000080 
- 00018880  0x00004200 istore  0x00000001 , 0x00000005 
- 00018881  0x00004202 fetch  0x00000001 , 0x0000426b 
- 00018882  0x00004203 increase  0x00000001 , 0x0000003f 
- 00018883  0x00004204 copy  0x0000003f , 0x00000039 
- 00018884  0x00004205 arg  0x00004369 , 0x00000006 
- 00018885  0x00004206 branch  0x00007cda 
- 00018886  0x00004209 arg  0x000047a0 , 0x00000005 
- 00018887  0x0000420a branch  0x000049c1 
- 00018888  0x00004210 fetcht  0x00000001 , 0x00004864 
- 00018889  0x00004211 call  0x00006f0f 
- 00018890  0x00004212 fetcht  0x00000001 , 0x00004863 
- 00018891  0x00004213 call  0x00006f0f 
- 00018892  0x00004214 fetcht  0x00000001 , 0x00004865 
- 00018893  0x00004215 call  0x00006f0f 
- 00018894  0x00004217 setarg  0x0000486e 
- 00018895  0x00004218 store  0x00000002 , 0x00004896 
- 00018896  0x0000421a setarg  0x00004876 
- 00018897  0x0000421b store  0x00000002 , 0x00004898 
- 00018898  0x0000421d setarg  0x0000488a 
- 00018899  0x0000421e store  0x00000002 , 0x0000489a 
- 00018900  0x00004220 fetch  0x00000002 , 0x00004896 
- 00018901  0x00004221 copy  0x0000003f , 0x00000012 
- 00018902  0x00004222 arg  0x00000008 , 0x00000039 
- 00018903  0x00004225 ifetcht  0x00000001 , 0x00000012 
- 00018904  0x00004226 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00018905  0x00004227 ncall  0x000049e7 , 0x00000005 
- 00018906  0x00004228 increase  0x00000001 , 0x00000012 
- 00018907  0x00004229 loop  0x000049d7 
- 00018908  0x0000422a call  0x000023fd 
- 00018909  0x0000422b fetch  0x00000002 , 0x00004898 
- 00018910  0x0000422c copy  0x0000003f , 0x00000012 
- 00018911  0x0000422d copy  0x0000003f , 0x00000013 
- 00018912  0x0000422e arg  0x0000000b , 0x00000039 
- 00018913  0x00004231 ifetcht  0x00000001 , 0x00000012 
- 00018914  0x00004232 isolate1  0x00000007 , 0x00000002 
- 00018915  0x00004233 ncall  0x00006f0f , 0x00000001 
- 00018916  0x00004234 increase  0x00000001 , 0x00000012 
- 00018917  0x00004235 loop  0x000049e1 
- 00018918  0x00004236 rtn 
- 00018919  0x00004239 call  0x00006f0f 
- 00018920  0x0000423a ifetcht  0x00000001 , 0x00000012 
- 00018921  0x0000423b branch  0x00006ec6 
- 00018922  0x00004240 fetch  0x00000001 , 0x00004666 
- 00018923  0x00004241 beq  0x00000001 , 0x000049f1 
- 00018924  0x00004242 setarg  0x005d4800 
- 00018925  0x00004243 store  0x00000004 , 0x00004613 
- 00018926  0x00004244 fetch  0x00000001 , 0x0000440c 
- 00018927  0x00004245 rtnbit0  0x00000000 
- 00018928  0x00004246 branch  0x00005fe4 
- 00018929  0x00004248 jam  0x0000000c , 0x0000496b 
- 00018930  0x00004249 fetch  0x00000001 , 0x0000440c 
- 00018931  0x0000424a rtnbit0  0x00000000 
- 00018932  0x0000424b jam  0x00000010 , 0x0000496b 
- 00018933  0x0000424c fetch  0x00000001 , 0x0000477e 
- 00018934  0x0000424d branch  0x00005c01 , 0x00000034 
- 00018935  0x0000424e rtn 
- 00018936  0x00004252 fetch  0x00000002 , 0x000049df 
- 00018937  0x00004253 arg  0x00000528 , 0x00000002 
- 00018938  0x00004254 isub  0x00000002 , 0x0000003e 
- 00018939  0x00004255 nrtn  0x00000002 
- 00018940  0x00004256 branch  0x0000235a 
- 00018941  0x00004259 bpatch  0x00000042 , 0x00004008 
- 00018942  0x0000425a fetch  0x00000001 , 0x00004666 
- 00018943  0x0000425b beq  0x00000000 , 0x00004a02 
- 00018944  0x0000425c beq  0x00000001 , 0x00004a0c 
- 00018945  0x0000425d rtn 
- 00018946  0x00004260 arg  0x00000050 , 0x00000018 
- 00018947  0x00004261 setarg  0x00000400 
- 00018948  0x00004262 idiv  0x00000018 
- 00018949  0x00004263 call  0x00007d62 
- 00018950  0x00004264 quotient  0x0000003f 
- 00018951  0x00004265 store  0x00000002 , 0x00000670 
- 00018952  0x00004266 arg  0x00001fcc , 0x0000003f 
- 00018953  0x00004267 arg  0x00000004 , 0x00000002 
- 00018954  0x00004268 arg  0x00000004 , 0x0000002b 
- 00018955  0x00004269 branch  0x00004a16 
- 00018956  0x0000426b arg  0x00000118 , 0x00000018 
- 00018957  0x0000426c setarg  0x00000400 
- 00018958  0x0000426d idiv  0x00000018 
- 00018959  0x0000426e call  0x00007d62 
- 00018960  0x0000426f quotient  0x0000003f 
- 00018961  0x00004270 store  0x00000002 , 0x00000670 
- 00018962  0x00004271 arg  0x00001fc2 , 0x0000003f 
- 00018963  0x00004272 arg  0x0000000e , 0x00000002 
- 00018964  0x00004273 arg  0x0000000e , 0x0000002b 
- 00018965  0x00004274 branch  0x00004a16 
- 00018966  0x00004276 storet  0x00000001 , 0x00000678 
- 00018967  0x00004277 arg  0x000049c7 , 0x00000011 
- 00018968  0x00004278 arg  0x00000000 , 0x00000013 
- 00018969  0x0000427a copy  0x0000003f , 0x00000012 
- 00018970  0x0000427b fetchr  0x00000039 , 0x00000001 , 0x00000678 
- 00018971  0x0000427c call  0x00006b74 
- 00018972  0x0000427d fetch  0x00000008 , 0x000049c7 
- 00018973  0x0000427e fetcht  0x00000008 , 0x000049cf 
- 00018974  0x0000427f ior  0x00000002 , 0x0000003f 
- 00018975  0x00004280 fetcht  0x00000008 , 0x000049d7 
- 00018976  0x00004281 ior  0x00000002 , 0x0000003f 
- 00018977  0x00004282 branch  0x00004a28 , 0x00000034 
- 00018978  0x00004283 increase  0x00000001 , 0x00000013 
- 00018979  0x00004284 fetch  0x00000002 , 0x00000670 
- 00018980  0x00004285 isub  0x00000013 , 0x0000003e 
- 00018981  0x00004287 copy  0x00000012 , 0x0000003f 
- 00018982  0x00004288 isub  0x00000018 , 0x0000003f 
- 00018983  0x00004289 branch  0x00004a19 
- 00018984  0x0000428c sub  0x00000013 , 0x00000000 , 0x0000003e 
- 00018985  0x0000428d branch  0x00004a38 , 0x00000005 
- 00018986  0x0000428f copy  0x00000012 , 0x0000003f 
- 00018987  0x00004290 iadd  0x00000018 , 0x0000003f 
- 00018988  0x00004292 isub  0x0000002b , 0x0000003f 
- 00018989  0x00004293 copy  0x0000003f , 0x00000012 
- 00018990  0x00004294 fetchr  0x00000039 , 0x00000001 , 0x00000678 
- 00018991  0x00004295 call  0x00006b74 
- 00018992  0x00004296 fetch  0x00000008 , 0x000049c7 
- 00018993  0x00004297 fetcht  0x00000008 , 0x000049cf 
- 00018994  0x00004298 ior  0x00000002 , 0x0000003f 
- 00018995  0x00004299 fetcht  0x00000008 , 0x000049d7 
- 00018996  0x0000429a ior  0x00000002 , 0x0000003f 
- 00018997  0x0000429b branch  0x00004a3a , 0x00000034 
- 00018998  0x0000429c copy  0x00000012 , 0x0000003f 
- 00018999  0x0000429d branch  0x00004a2c 
- 00019000  0x0000429f storer  0x0000002b , 0x00000001 , 0x000049df 
- 00019001  0x000042a0 rtn 
- 00019002  0x000042a2 bpatch  0x00000043 , 0x00004008 
- 00019003  0x000042a3 setarg  0x00001fd0 
- 00019004  0x000042a4 isub  0x00000012 , 0x0000003f 
- 00019005  0x000042a5 store  0x00000002 , 0x000049df 
- 00019006  0x000042a6 copy  0x00000012 , 0x0000003f 
- 00019007  0x000042a7 iadd  0x0000002b , 0x00000012 
- 00019008  0x000042a8 fetchr  0x00000039 , 0x00000001 , 0x00000678 
- 00019009  0x000042a9 arg  0x000049c7 , 0x00000011 
- 00019010  0x000042aa call  0x00006b74 
- 00019011  0x000042ab fetch  0x00000001 , 0x00004666 
- 00019012  0x000042ac beq  0x00000000 , 0x00004a47 
- 00019013  0x000042ad beq  0x00000001 , 0x00004a4a 
- 00019014  0x000042ae rtn 
- 00019015  0x000042b1 fetch  0x00000006 , 0x000049c7 
- 00019016  0x000042b2 store  0x00000004 , 0x00004691 
- 00019017  0x000042b3 branch  0x00004a76 
- 00019018  0x000042b6 fetch  0x00000001 , 0x000049c7 
- 00019019  0x000042b7 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00019020  0x000042b8 ncall  0x00007dca , 0x00000002 
- 00019021  0x000042b9 store  0x00000001 , 0x000049c6 
- 00019022  0x000042ba fetch  0x00000001 , 0x000049c8 
- 00019023  0x000042bb store  0x00000001 , 0x00004667 
- 00019024  0x000042bc fetch  0x00000006 , 0x000049c9 
- 00019025  0x000042bd store  0x00000006 , 0x00004668 
- 00019026  0x000042be fetch  0x00000006 , 0x000049cf 
- 00019027  0x000042bf store  0x00000006 , 0x0000466e 
- 00019028  0x000042c0 branch  0x00005c6f 
- 00019029  0x000042c4 branch  0x0000235a 
- 00019030  0x000042c8 bpatch  0x00000044 , 0x00004008 
- 00019031  0x000042c9 fetch  0x00000008 , 0x00004713 
- 00019032  0x000042ca bbit1  0x00000014 , 0x00004a5c 
- 00019033  0x000042cb bbit1  0x00000013 , 0x00005cb1 
- 00019034  0x000042cc bbit1  0x00000012 , 0x00005cb9 
- 00019035  0x000042cd rtn 
- 00019036  0x000042d0 rtn 
- 00019037  0x000042d1 fetch  0x00000001 , 0x00004666 
- 00019038  0x000042d2 beq  0x00000000 , 0x00004a61 
- 00019039  0x000042d3 beq  0x00000001 , 0x00004a6b 
- 00019040  0x000042d4 rtn 
- 00019041  0x000042d7 fetcht  0x00000002 , 0x000049df 
- 00019042  0x000042d8 setarg  0x00001fd0 
- 00019043  0x000042d9 isub  0x00000002 , 0x00000012 
- 00019044  0x000042da arg  0x00004691 , 0x00000011 
- 00019045  0x000042db arg  0x00000004 , 0x00000039 
- 00019046  0x000042dc call  0x00006b45 
- 00019047  0x000042dd fetcht  0x00000002 , 0x000049df 
- 00019048  0x000042de increase  0x00000004 , 0x00000002 
- 00019049  0x000042df storet  0x00000002 , 0x000049df 
- 00019050  0x000042e0 rtn 
- 00019051  0x000042e3 fetcht  0x00000002 , 0x000049df 
- 00019052  0x000042e4 setarg  0x00001fd0 
- 00019053  0x000042e5 isub  0x00000002 , 0x00000012 
- 00019054  0x000042e8 add  0x00000012 , 0x00000001 , 0x00000012 
- 00019055  0x000042e9 arg  0x00004668 , 0x00000011 
- 00019056  0x000042ea arg  0x00000006 , 0x00000039 
- 00019057  0x000042eb call  0x00006b45 
- 00019058  0x000042ed add  0x00000012 , 0x00000007 , 0x00000012 
- 00019059  0x000042ee arg  0x0000466e , 0x00000011 
- 00019060  0x000042ef arg  0x00000006 , 0x00000039 
- 00019061  0x000042f0 branch  0x00006b45 
- 00019062  0x000042f3 fetch  0x00000004 , 0x00004691 
- 00019063  0x000042f4 store  0x00000004 , 0x000045e8 
- 00019064  0x000042f5 store  0x00000004 , 0x0000458f 
- 00019065  0x000042f6 rtn 
- 00019066  0x000042fa bpatch  0x00000045 , 0x00004008 
- 00019067  0x000042fb setarg  0x00006109 
- 00019068  0x000042fc store  0x00000002 , 0x000043e9 
- 00019069  0x000042fd setarg  0x00004fe5 
- 00019070  0x000042fe store  0x00000002 , 0x000045f2 
- 00019071  0x000042ff setarg  0x00004ff8 
- 00019072  0x00004300 store  0x00000002 , 0x000045f4 
- 00019073  0x00004301 setarg  0x00004f41 
- 00019074  0x00004302 store  0x00000002 , 0x000045f6 
- 00019075  0x00004303 setarg  0x00004be6 
- 00019076  0x00004304 store  0x00000002 , 0x000043d9 
- 00019077  0x00004306 setarg  0x00004f5d 
- 00019078  0x00004307 store  0x00000002 , 0x000043d7 
- 00019079  0x00004309 setarg  0x00004a9a 
- 00019080  0x0000430a store  0x00000002 , 0x000043dd 
- 00019081  0x0000430b setarg  0x00004bcc 
- 00019082  0x0000430c store  0x00000002 , 0x000043db 
- 00019083  0x0000430d setarg  0x00004f62 
- 00019084  0x0000430e store  0x00000002 , 0x000043d5 
- 00019085  0x0000430f setarg  0x00005b08 
- 00019086  0x00004310 store  0x00000002 , 0x000043df 
- 00019087  0x00004311 setarg  0x00004b19 
- 00019088  0x00004312 store  0x00000002 , 0x000043e3 
- 00019089  0x00004313 setarg  0x000055fa 
- 00019090  0x00004314 store  0x00000002 , 0x000043e7 
- 00019091  0x00004315 setarg  0x000054c5 
- 00019092  0x00004316 store  0x00000002 , 0x000043d3 
- 00019093  0x00004317 setarg  0x00006221 
- 00019094  0x00004318 store  0x00000002 , 0x000043e1 
- 00019095  0x00004319 setarg  0x00006228 
- 00019096  0x0000431a store  0x00000002 , 0x000043e5 
- 00019097  0x0000431b rtn 
- 00019098  0x00004320 bpatch  0x00000046 , 0x00004008 
- 00019099  0x00004321 copy  0x00000013 , 0x0000003f 
- 00019100  0x00004323 beq  0x00000032 , 0x00004acb 
- 00019101  0x00004324 beq  0x00000044 , 0x00004ad3 
- 00019102  0x00004325 beq  0x00000040 , 0x00004add 
- 00019103  0x00004326 beq  0x00000015 , 0x00004ab8 
- 00019104  0x00004328 beq  0x00000014 , 0x00004aaa 
- 00019105  0x00004329 beq  0x00000010 , 0x00004b90 
- 00019106  0x0000432a beq  0x00000031 , 0x00005aed 
- 00019107  0x0000432b beq  0x00000029 , 0x00005aef 
- 00019108  0x0000432d beq  0x0000003e , 0x00004329 
- 00019109  0x0000432e beq  0x00000044 , 0x00005b10 
- 00019110  0x00004330 beq  0x00000039 , 0x00004ae2 
- 00019111  0x00004331 beq  0x0000003c , 0x00004ae5 
- 00019112  0x00004332 beq  0x0000003a , 0x00004afe 
- 00019113  0x00004335 rtn 
- 00019114  0x0000433c jam  0x00000000 , 0x0000477d 
- 00019115  0x0000433e jam  0x00000001 , 0x00004794 
- 00019116  0x0000433f call  0x00006042 
- 00019117  0x00004340 fetch  0x00000001 , 0x00004795 
- 00019118  0x00004341 nbranch  0x00004ab0 , 0x00000034 
- 00019119  0x00004342 jam  0x00000014 , 0x00004796 
- 00019120  0x00004344 fetch  0x00000002 , 0x000043f1 
- 00019121  0x00004345 set0  0x00000000 , 0x0000003f 
- 00019122  0x00004346 store  0x00000002 , 0x000043f1 
- 00019123  0x00004347 jam  0x00000000 , 0x00004845 
- 00019124  0x00004348 fetch  0x00000002 , 0x000047be 
- 00019125  0x00004349 store  0x00000002 , 0x000047c0 
- 00019126  0x0000434a call  0x00005c0b 
- 00019127  0x0000434b branch  0x00004bbd 
- 00019128  0x0000434f setarg  0x00000000 
- 00019129  0x00004350 store  0x00000002 , 0x000047c0 
- 00019130  0x00004351 store  0x00000001 , 0x00004860 
- 00019131  0x00004352 store  0x00000001 , 0x00004861 
- 00019132  0x00004353 store  0x00000001 , 0x00004794 
- 00019133  0x00004355 jam  0x00000000 , 0x000047c2 
- 00019134  0x00004356 jam  0x00000000 , 0x00004956 
- 00019135  0x00004357 call  0x000029cb 
- 00019136  0x00004358 branch  0x00004ac1 
- 00019137  0x0000435a call  0x00005b7b 
- 00019138  0x0000435b fetch  0x00000002 , 0x000043ef 
- 00019139  0x0000435c bbit1  0x00000007 , 0x00004ac6 
- 00019140  0x0000435d bbit1  0x00000000 , 0x000042fc 
- 00019141  0x0000435e branch  0x00004b95 
- 00019142  0x00004360 call  0x00005b21 
- 00019143  0x00004361 fetch  0x00000002 , 0x000043ef 
- 00019144  0x00004362 bbit1  0x00000000 , 0x000042fc 
- 00019145  0x00004363 call  0x00007d7c 
- 00019146  0x00004364 branch  0x00004f6c 
- 00019147  0x00004368 fetch  0x00000001 , 0x00004795 
- 00019148  0x00004369 beq  0x00000001 , 0x00004ad0 
- 00019149  0x0000436a jam  0x00000014 , 0x00004844 
- 00019150  0x0000436b jam  0x00000005 , 0x00004862 
- 00019151  0x0000436c branch  0x00005af6 
- 00019152  0x0000436e call  0x00005aef 
- 00019153  0x0000436f jam  0x00000005 , 0x00004844 
- 00019154  0x00004370 branch  0x00005af6 
- 00019155  0x00004373 fetch  0x00000001 , 0x000001a2 
- 00019156  0x00004374 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00019157  0x00004375 nbranch  0x00005b06 , 0x00000002 
- 00019158  0x00004376 fetch  0x00000001 , 0x000001a4 
- 00019159  0x00004377 fetcht  0x00000001 , 0x0000496b 
- 00019160  0x00004378 isub  0x00000002 , 0x0000003e 
- 00019161  0x00004379 branch  0x00005b1d , 0x00000002 
- 00019162  0x0000437a fetch  0x00000001 , 0x000001a4 
- 00019163  0x0000437b store  0x00000001 , 0x000040c0 
- 00019164  0x0000437c branch  0x00005b1f 
- 00019165  0x0000437f fetch  0x00000001 , 0x00004860 
- 00019166  0x00004380 nrtn  0x00000034 
- 00019167  0x00004381 jam  0x00000001 , 0x00004860 
- 00019168  0x00004382 jam  0x0000001e , 0x00004861 
- 00019169  0x00004383 rtn 
- 00019170  0x00004386 call  0x00004af9 
- 00019171  0x00004387 call  0x00005c0b 
- 00019172  0x00004388 branch  0x00006086 
- 00019173  0x0000438b call  0x00004af9 
- 00019174  0x0000438c fetch  0x00000004 , 0x0000458f 
- 00019175  0x0000438d store  0x00000004 , 0x000045e8 
- 00019176  0x0000438e store  0x00000004 , 0x00004691 
- 00019177  0x0000438f call  0x0000355a 
- 00019178  0x00004390 call  0x0000618e 
- 00019179  0x00004391 call  0x00005c0b 
- 00019180  0x00004392 branch  0x00006075 
- 00019181  0x00004395 jam  0x00000002 , 0x0000485f 
- 00019182  0x00004396 call  0x00004f3e 
- 00019183  0x00004397 jam  0x00000003 , 0x0000472c 
- 00019184  0x00004398 rtn 
- 00019185  0x0000439b arg  0x00000006 , 0x00000039 
- 00019186  0x0000439c arg  0x00004858 , 0x00000006 
- 00019187  0x0000439e ifetch  0x00000001 , 0x00000006 
- 00019188  0x0000439f beq  0x00000053 , 0x00004af9 
- 00019189  0x000043a0 beq  0x00000039 , 0x00004af9 
- 00019190  0x000043a1 beq  0x00000047 , 0x00004af9 
- 00019191  0x000043a2 loop  0x00004af3 
- 00019192  0x000043a3 rtn 
- 00019193  0x000043a6 jam  0x00000003 , 0x000049ab 
- 00019194  0x000043a7 jam  0x00000001 , 0x000048f4 
- 00019195  0x000043a8 rtn 
- 00019196  0x000043ab jam  0x00000001 , 0x000049a9 
- 00019197  0x000043ac rtn 
- 00019198  0x000043b0 fetch  0x00000001 , 0x00004600 
- 00019199  0x000043b1 nbranch  0x00004b11 , 0x00000034 
- 00019200  0x000043b2 fetch  0x00000001 , 0x000045e2 
- 00019201  0x000043b3 beq  0x00000002 , 0x00004b0a 
- 00019202  0x000043b4 beq  0x00000003 , 0x00004b04 
- 00019203  0x000043b5 branch  0x00004b04 
- 00019204  0x000043b8 call  0x00006018 
- 00019205  0x000043b9 fetch  0x00000001 , 0x0000477f 
- 00019206  0x000043ba nbranch  0x00005f1b , 0x00000034 
- 00019207  0x000043bb fetch  0x00000001 , 0x00004666 
- 00019208  0x000043bc beq  0x00000000 , 0x00004f6c 
- 00019209  0x000043bd rtn 
- 00019210  0x000043c0 fetch  0x00000008 , 0x00004713 
- 00019211  0x000043c1 bbit1  0x0000003e , 0x00006034 
- 00019212  0x000043c2 bbit1  0x00000030 , 0x00006034 
- 00019213  0x000043c3 bbit0  0x0000003a , 0x00006067 
- 00019214  0x000043c4 fetch  0x00000004 , 0x00004691 
- 00019215  0x000043c5 branch  0x00004e39 , 0x00000034 
- 00019216  0x000043c6 branch  0x00006067 
- 00019217  0x000043c9 jam  0x00000000 , 0x00004600 
- 00019218  0x000043ca call  0x00003647 
- 00019219  0x000043cb setarg  0xffffffff 
- 00019220  0x000043cc store  0x00000008 , 0x000045af 
- 00019221  0x000043cd setarg  0x00000000 
- 00019222  0x000043ce store  0x00000007 , 0x00004846 
- 00019223  0x000043cf jam  0x00000001 , 0x0000473f 
- 00019224  0x000043d0 branch  0x00004f9a 
- 00019225  0x000043d6 bpatch  0x00000047 , 0x00004008 
- 00019226  0x000043d7 call  0x0000553d 
- 00019227  0x000043d8 call  0x00004b4f 
- 00019228  0x000043d9 call  0x0000614d 
- 00019229  0x000043db call  0x0000328e 
- 00019230  0x000043dc call  0x00003531 
- 00019231  0x000043dd call  0x00005fdd 
- 00019232  0x000043de call  0x00004b62 
- 00019233  0x000043df call  0x00004b68 
- 00019234  0x000043e3 call  0x00004b43 
- 00019235  0x000043e5 call  0x00004b58 
- 00019236  0x000043e6 call  0x00005be1 
- 00019237  0x000043e7 call  0x00004b5c 
- 00019238  0x000043e8 call  0x00005be4 
- 00019239  0x000043e9 call  0x00004b5f 
- 00019240  0x000043ea call  0x00004b55 
- 00019241  0x000043ec call  0x00005bfe 
- 00019242  0x000043ed call  0x000056b6 
- 00019243  0x000043ee call  0x00004b48 
- 00019244  0x000043ef call  0x00004b72 
- 00019245  0x000043f0 call  0x00004b82 
- 00019246  0x000043f1 call  0x00004b87 
- 00019247  0x000043f2 fetch  0x00000001 , 0x00004666 
- 00019248  0x000043f3 beq  0x00000000 , 0x00004b8a 
- 00019249  0x000043f4 branch  0x00005c05 
- 00019250  0x000043f8 fetch  0x00000001 , 0x00004980 
- 00019251  0x000043f9 rtnne  0x00000001 
- 00019252  0x000043fa arg  0x00004981 , 0x00000013 
- 00019253  0x000043fb arg  0x00005a94 , 0x00000012 
- 00019254  0x000043fc branch  0x000042e0 
- 00019255  0x000043ff fetch  0x00000002 , 0x000048fa 
- 00019256  0x00004400 fetcht  0x00000002 , 0x000049ff 
- 00019257  0x00004401 isub  0x00000002 , 0x0000003e 
- 00019258  0x00004402 branch  0x00004b3f , 0x00000005 
- 00019259  0x00004403 byteswap  0x00000002 , 0x00000002 
- 00019260  0x00004404 isub  0x00000002 , 0x0000003e 
- 00019261  0x00004405 branch  0x00004b3f , 0x00000005 
- 00019262  0x00004406 branch  0x00005bba 
- 00019263  0x00004409 fetch  0x00000001 , 0x00004980 
- 00019264  0x0000440a rtneq  0x00000001 
- 00019265  0x0000440b jam  0x00000001 , 0x00004980 
- 00019266  0x0000440c rtn 
- 00019267  0x00004410 arg  0x00004790 , 0x00000013 
- 00019268  0x00004411 arg  0x00004b46 , 0x00000012 
- 00019269  0x00004412 branch  0x000042e7 
- 00019270  0x00004415 call  0x00004bbd 
- 00019271  0x00004416 branch  0x00004f6c 
- 00019272  0x0000441c arg  0x000046f3 , 0x00000013 
- 00019273  0x0000441d arg  0x00004b4b , 0x00000012 
- 00019274  0x0000441e branch  0x000042e0 
- 00019275  0x00004421 call  0x00004a56 
- 00019276  0x00004422 fetch  0x00000001 , 0x00004793 
- 00019277  0x00004423 nbranch  0x00005ed1 , 0x00000034 
- 00019278  0x00004424 rtn 
- 00019279  0x00004427 fetch  0x00000001 , 0x00004637 
- 00019280  0x00004428 branch  0x00004b53 , 0x00000034 
- 00019281  0x00004429 jam  0x0000003a , 0x00004631 
- 00019282  0x0000442a rtn 
- 00019283  0x0000442c jam  0x00000035 , 0x00004631 
- 00019284  0x0000442d rtn 
- 00019285  0x00004431 arg  0x00004862 , 0x00000013 
- 00019286  0x00004432 arg  0x0000502f , 0x00000012 
- 00019287  0x00004433 branch  0x000042e0 
- 00019288  0x00004436 arg  0x00004845 , 0x00000013 
- 00019289  0x00004437 arg  0x00005bd9 , 0x00000012 
- 00019290  0x00004438 call  0x000042e0 
- 00019291  0x00004439 branch  0x00005bd6 
- 00019292  0x0000443c fetch  0x00000008 , 0x00004713 
- 00019293  0x0000443d rtnbit1  0x0000003b 
- 00019294  0x0000443e branch  0x00005bee 
- 00019295  0x00004441 arg  0x00004861 , 0x00000013 
- 00019296  0x00004442 arg  0x00005aef , 0x00000012 
- 00019297  0x00004443 branch  0x000042e0 
- 00019298  0x00004446 fetch  0x00000001 , 0x000049a9 
- 00019299  0x00004447 rtn  0x00000034 
- 00019300  0x00004448 jam  0x00000000 , 0x000049a9 
- 00019301  0x00004449 jam  0x00000001 , 0x000048f4 
- 00019302  0x0000444a call  0x00003625 
- 00019303  0x0000444b branch  0x00004fa0 
- 00019304  0x0000444e arg  0x000049ac , 0x00000013 
- 00019305  0x0000444f arg  0x00004b6b , 0x00000012 
- 00019306  0x00004450 branch  0x000042e0 
- 00019307  0x00004453 jam  0x00000000 , 0x000049ab 
- 00019308  0x00004454 rtn 
- 00019309  0x0000445b call  0x000061ea 
- 00019310  0x0000445c call  0x00004b7c 
- 00019311  0x0000445e fetcht  0x00000001 , 0x00004868 
- 00019312  0x0000445f branch  0x00006ef3 
- 00019313  0x00004461 rtn 
- 00019314  0x00004465 fetch  0x00000001 , 0x00004866 
- 00019315  0x00004466 rtneq  0x000000ff 
- 00019316  0x00004467 fetch  0x00000002 , 0x00004781 
- 00019317  0x00004468 rtn  0x00000034 
- 00019318  0x00004469 fetch  0x00000002 , 0x00004725 
- 00019319  0x0000446a fetcht  0x00000002 , 0x00004781 
- 00019320  0x0000446b isub  0x00000002 , 0x00000002 
- 00019321  0x0000446c fetch  0x00000002 , 0x00004869 
- 00019322  0x0000446d isub  0x00000002 , 0x0000003f 
- 00019323  0x0000446e branch  0x00004b7e , 0x00000002 
- 00019324  0x00004470 fetcht  0x00000001 , 0x00004866 
- 00019325  0x00004471 branch  0x00006ef3 
- 00019326  0x00004476 fetch  0x00000001 , 0x000049aa 
- 00019327  0x00004477 bbit0  0x00000001 , 0x00004b7c 
- 00019328  0x00004478 fetcht  0x00000001 , 0x00004866 
- 00019329  0x00004479 branch  0x00006ef7 
- 00019330  0x0000447c arg  0x000048ee , 0x00000013 
- 00019331  0x0000447d arg  0x00004b85 , 0x00000012 
- 00019332  0x0000447e branch  0x000042e7 
- 00019333  0x00004481 jam  0x00000001 , 0x000048eb 
- 00019334  0x00004482 branch  0x00004327 
- 00019335  0x00004485 arg  0x000049c4 , 0x00000013 
- 00019336  0x00004486 arg  0x00004d9e , 0x00000012 
- 00019337  0x00004487 branch  0x000042e0 
- 00019338  0x0000448b arg  0x00004781 , 0x00000013 
- 00019339  0x0000448c arg  0x00004b8d , 0x00000012 
- 00019340  0x0000448d branch  0x000042e7 
- 00019341  0x00004490 fetch  0x00000001 , 0x00004666 
- 00019342  0x00004491 beq  0x00000000 , 0x00004b11 
- 00019343  0x00004492 branch  0x00005aad 
- 00019344  0x00004496 isolate1  0x00000026 , 0x00000000 
- 00019345  0x00004497 call  0x00006018 , 0x00000001 
- 00019346  0x00004498 call  0x00005aad 
- 00019347  0x00004499 call  0x00005b21 
- 00019348  0x0000449a branch  0x00004b95 
- 00019349  0x0000449d bpatch  0x00000048 , 0x00004009 
- 00019350  0x0000449e call  0x000061ab 
- 00019351  0x0000449f fetch  0x00000002 , 0x000044e9 
- 00019352  0x000044a0 isolate1  0x0000000b , 0x0000003f 
- 00019353  0x000044a1 call  0x00005c3e , 0x00000001 
- 00019354  0x000044a3 setarg  0x00000000 
- 00019355  0x000044a4 store  0x00000002 , 0x000047c0 
- 00019356  0x000044a5 call  0x00004b7c 
- 00019357  0x000044a6 jam  0x000000ff , 0x000049c6 
- 00019358  0x000044a8 fetch  0x00000002 , 0x000044e9 
- 00019359  0x000044a9 isolate1  0x0000000b , 0x0000003f 
- 00019360  0x000044aa call  0x00005c3e , 0x00000001 
- 00019361  0x000044ab call  0x00005aa8 
- 00019362  0x000044ac fetch  0x00000002 , 0x000044e9 
- 00019363  0x000044ad bbit1  0x0000000b , 0x00004bac 
- 00019364  0x000044ae fetch  0x00000008 , 0x00004713 
- 00019365  0x000044af bbit0  0x00000008 , 0x00004bac 
- 00019366  0x000044b0 fetcht  0x00000002 , 0x00004695 
- 00019367  0x000044b1 increase  0x00000001 , 0x00000002 
- 00019368  0x000044b2 storet  0x00000002 , 0x00004695 
- 00019369  0x000044b3 storet  0x00000002 , 0x000042dc 
- 00019370  0x000044b4 random  0x0000003f 
- 00019371  0x000044b5 store  0x00000001 , 0x000042db 
- 00019372  0x000044b7 fetch  0x00000003 , 0x00004797 
- 00019373  0x000044b8 store  0x00000003 , 0x000042de 
- 00019374  0x000044b9 call  0x0000432d 
- 00019375  0x000044ba fetch  0x00000002 , 0x00004638 
- 00019376  0x000044bb store  0x00000002 , 0x00004790 
- 00019377  0x000044bc setarg  0x00000000 
- 00019378  0x000044bd store  0x00000002 , 0x00004781 
- 00019379  0x000044be store  0x00000002 , 0x000047c0 
- 00019380  0x000044bf store  0x00000001 , 0x00004845 
- 00019381  0x000044c0 store  0x00000001 , 0x00004792 
- 00019382  0x000044c1 store  0x00000001 , 0x00004956 
- 00019383  0x000044c2 arg  0x00000002 , 0x00000007 
- 00019384  0x000044c3 call  0x00005f00 
- 00019385  0x000044c4 call  0x00005ef4 
- 00019386  0x000044c5 branch  0x00005b62 
- 00019387  0x000044c9 jam  0x00000000 , 0x00004637 
- 00019388  0x000044ca branch  0x0000616e 
- 00019389  0x000044cd bpatch  0x00000049 , 0x00004009 
- 00019390  0x000044ce setarg  0x00000000 
- 00019391  0x000044cf store  0x00000002 , 0x00004790 
- 00019392  0x000044d0 arg  0x00000006 , 0x00000007 
- 00019393  0x000044d1 call  0x00005f04 
- 00019394  0x000044d2 jam  0x00000000 , 0x00004792 
- 00019395  0x000044d3 call  0x00005c3e 
- 00019396  0x000044d4 branch  0x00004b6d 
- 00019397  0x000044d8 bpatch  0x0000004a , 0x00004009 
- 00019398  0x000044d9 fetch  0x00000008 , 0x00004713 
- 00019399  0x000044da rtnbit0  0x00000002 
- 00019400  0x000044db arg  0x00000002 , 0x00000007 
- 00019401  0x000044dc call  0x00005f04 
- 00019402  0x000044dd call  0x00005c4a 
- 00019403  0x000044de branch  0x00005c48 
- 00019404  0x000044e2 bpatch  0x0000004b , 0x00004009 
- 00019405  0x000044e3 call  0x0000620e 
- 00019406  0x000044e4 branch  0x000078aa 
- 00019407  0x000044e9 bpatch  0x0000004c , 0x00004009 
- 00019408  0x000044ea fetch  0x00000008 , 0x00004713 
- 00019409  0x000044eb bbit0  0x00000015 , 0x00004bdc 
- 00019410  0x000044ec call  0x00006f82 
- 00019411  0x000044ed call  0x00006fb0 
- 00019412  0x000044ee store  0x00000002 , 0x00004633 
- 00019413  0x000044f0 fetch  0x00000002 , 0x0000440a 
- 00019414  0x000044f1 isub  0x00000002 , 0x0000003e 
- 00019415  0x000044f2 branch  0x00004bcf , 0x00000002 
- 00019416  0x000044f3 arg  0x0000462d , 0x00000011 
- 00019417  0x000044f4 call  0x00005563 
- 00019418  0x000044f5 fetch  0x00000001 , 0x0000440c 
- 00019419  0x000044f6 bbit1  0x00000001 , 0x00004f6b 
- 00019420  0x000044f9 fetch  0x00000001 , 0x000049a4 
- 00019421  0x000044fa call  0x00004e24 , 0x00000034 
- 00019422  0x000044fb fetch  0x00000001 , 0x000049a3 
- 00019423  0x000044fc nrtn  0x00000034 
- 00019424  0x000044fd fetch  0x00000001 , 0x00004666 
- 00019425  0x000044fe beq  0x00000000 , 0x0000602f 
- 00019426  0x000044ff call  0x00005aa8 
- 00019427  0x00004500 fetch  0x00000006 , 0x00004668 
- 00019428  0x00004501 branch  0x00005a94 , 0x00000034 
- 00019429  0x00004502 branch  0x000054a0 
- 00019430  0x0000450f bpatch  0x0000004d , 0x00004009 
- 00019431  0x00004510 call  0x00002a28 
- 00019432  0x00004511 nrtn  0x00000034 
- 00019433  0x00004512 fetch  0x00000001 , 0x0000478f 
- 00019434  0x00004513 beq  0x000000ff , 0x00004bee 
- 00019435  0x00004514 fetch  0x00000001 , 0x00004843 
- 00019436  0x00004515 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00019437  0x00004516 rtnne  0x00000003 
- 00019438  0x00004518 fetch  0x00000008 , 0x00004713 
- 00019439  0x00004519 bbit1  0x00000001 , 0x00005b5b 
- 00019440  0x0000451a bbit1  0x00000000 , 0x00005b5b 
- 00019441  0x0000451b bbit1  0x00000005 , 0x00005b5b 
- 00019442  0x0000451c bbit1  0x00000006 , 0x00005b5b 
- 00019443  0x0000451d call  0x00004e47 
- 00019444  0x0000451e nrtn  0x00000028 
- 00019445  0x0000451f call  0x00005abc 
- 00019446  0x00004520 call  0x000056b1 
- 00019447  0x00004521 fetch  0x00000008 , 0x00004713 
- 00019448  0x00004522 bbit0  0x00000016 , 0x00005b3c 
- 00019449  0x00004523 fetch  0x00000001 , 0x0000496c 
- 00019450  0x00004524 branch  0x00005b3d 
- 00019451  0x0000452c fetch  0x00000001 , 0x000043cb 
- 00019452  0x0000452d rtnne  0x0000000f 
- 00019453  0x0000452e call  0x00004c00 
- 00019454  0x0000452f call  0x00004c8b 
- 00019455  0x00004530 branch  0x00004df5 
- 00019456  0x00004538 bpatch  0x0000004e , 0x00004009 
- 00019457  0x00004539 call  0x00004c85 
- 00019458  0x0000453a setarg  0x00000000 
- 00019459  0x0000453b store  0x00000002 , 0x000048e9 
- 00019460  0x0000453c arg  0x0000489c , 0x00000006 
- 00019461  0x0000453d arg  0x000048b0 , 0x00000005 
- 00019462  0x0000453e arg  0x00000014 , 0x00000039 
- 00019463  0x0000453f call  0x00007cda 
- 00019464  0x00004540 setarg  0x0000489c 
- 00019465  0x00004541 store  0x00000002 , 0x000048e3 
- 00019466  0x00004542 setarg  0x000048d8 
- 00019467  0x00004543 store  0x00000002 , 0x000048e5 
- 00019468  0x00004544 call  0x00004c2f 
- 00019469  0x00004545 call  0x00004c53 
- 00019470  0x00004546 call  0x00004c83 
- 00019471  0x00004548 fetch  0x00000002 , 0x0000489a 
- 00019472  0x00004549 copy  0x0000003f , 0x00000012 
- 00019473  0x0000454a jam  0x00000000 , 0x000048e8 
- 00019474  0x0000454c ifetcht  0x00000001 , 0x00000012 
- 00019475  0x0000454d fetch  0x00000002 , 0x00004898 
- 00019476  0x0000454e copy  0x0000003f , 0x00000011 
- 00019477  0x0000454f copy  0x00000011 , 0x00000013 
- 00019478  0x00004550 arg  0x00000014 , 0x00000039 
- 00019479  0x00004552 ifetch  0x00000001 , 0x00000011 
- 00019480  0x00004553 isub  0x00000002 , 0x0000003e 
- 00019481  0x00004554 branch  0x00004c23 , 0x00000005 
- 00019482  0x00004555 increase  0x00000001 , 0x00000011 
- 00019483  0x00004556 loop  0x00004c17 
- 00019484  0x00004558 increase  0x00000001 , 0x00000012 
- 00019485  0x00004559 fetch  0x00000001 , 0x000048e8 
- 00019486  0x0000455a increase  0x00000001 , 0x0000003f 
- 00019487  0x0000455b store  0x00000001 , 0x000048e8 
- 00019488  0x0000455c sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00019489  0x0000455d branch  0x00004c12 , 0x00000002 
- 00019490  0x0000455f rtn 
- 00019491  0x00004562 fetch  0x00000002 , 0x000048e3 
- 00019492  0x00004563 copy  0x0000003f , 0x00000005 
- 00019493  0x00004564 copy  0x00000011 , 0x0000003f 
- 00019494  0x00004565 isub  0x00000013 , 0x0000003f 
- 00019495  0x00004566 iadd  0x00000005 , 0x00000005 
- 00019496  0x00004567 fetch  0x00000002 , 0x000048e5 
- 00019497  0x00004568 copy  0x0000003f , 0x00000013 
- 00019498  0x00004569 fetch  0x00000001 , 0x000048e8 
- 00019499  0x0000456a iadd  0x00000013 , 0x00000013 
- 00019500  0x0000456b ifetch  0x00000001 , 0x00000013 
- 00019501  0x0000456c istore  0x00000001 , 0x00000005 
- 00019502  0x0000456d branch  0x00004c1c 
- 00019503  0x00004570 bpatch  0x0000004f , 0x00004009 
- 00019504  0x00004571 call  0x00004c83 
- 00019505  0x00004572 call  0x00004c81 
- 00019506  0x00004574 fetch  0x00000002 , 0x000048e9 
- 00019507  0x00004575 increase  0x00000001 , 0x0000003f 
- 00019508  0x00004576 store  0x00000002 , 0x000048e9 
- 00019509  0x00004577 bbit1  0x00000009 , 0x00004c71 
- 00019510  0x00004578 fetcht  0x00000001 , 0x00004864 
- 00019511  0x00004579 call  0x00006ee6 
- 00019512  0x0000457a nbranch  0x00004c32 , 0x00000001 
- 00019513  0x0000457b nop  0x00000014 
- 00019514  0x0000457c call  0x00004c79 
- 00019515  0x0000457d call  0x00004c85 
- 00019516  0x0000457e jam  0x00000000 , 0x000048e8 
- 00019517  0x00004580 call  0x00004c7b 
- 00019518  0x00004581 call  0x00004c46 
- 00019519  0x00004582 call  0x00004c79 
- 00019520  0x00004583 call  0x00004c46 
- 00019521  0x00004584 sub  0x0000003f , 0x00000009 , 0x0000003e 
- 00019522  0x00004585 branch  0x00004c3d , 0x00000002 
- 00019523  0x00004586 call  0x00004c7b 
- 00019524  0x00004587 call  0x00004c46 
- 00019525  0x00004588 branch  0x00004c79 
- 00019526  0x0000458b jam  0x00000000 , 0x000048e7 
- 00019527  0x0000458c nop  0x00000032 
- 00019528  0x0000458d call  0x00004c65 
- 00019529  0x0000458e fetch  0x00000002 , 0x000048e5 
- 00019530  0x00004590 copy  0x0000003f , 0x00000005 
- 00019531  0x00004591 fetch  0x00000001 , 0x000048e8 
- 00019532  0x00004592 iadd  0x00000005 , 0x00000005 
- 00019533  0x00004593 fetch  0x00000001 , 0x000048e7 
- 00019534  0x00004594 istore  0x00000001 , 0x00000005 
- 00019535  0x00004595 fetch  0x00000001 , 0x000048e8 
- 00019536  0x00004596 increase  0x00000001 , 0x0000003f 
- 00019537  0x00004597 store  0x00000001 , 0x000048e8 
- 00019538  0x00004598 rtn 
- 00019539  0x0000459c nop  0x00000014 
- 00019540  0x0000459d fetch  0x00000002 , 0x00004898 
- 00019541  0x0000459e copy  0x0000003f , 0x00000012 
- 00019542  0x0000459f jam  0x00000000 , 0x000048e8 
- 00019543  0x000045a1 jam  0x00000000 , 0x000048e7 
- 00019544  0x000045a2 ifetcht  0x00000001 , 0x00000012 
- 00019545  0x000045a3 isolate1  0x00000007 , 0x00000002 
- 00019546  0x000045a4 branch  0x00004c5f , 0x00000001 
- 00019547  0x000045a5 call  0x00006ef7 
- 00019548  0x000045a6 call  0x00004c65 
- 00019549  0x000045a7 ifetcht  0x00000001 , 0x00000012 
- 00019550  0x000045a8 call  0x00006f0f 
- 00019551  0x000045aa increase  0x00000001 , 0x00000012 
- 00019552  0x000045ab fetch  0x00000002 , 0x000048e3 
- 00019553  0x000045ac call  0x00004c4a 
- 00019554  0x000045ad sub  0x0000003f , 0x00000013 , 0x0000003e 
- 00019555  0x000045ae branch  0x00004c57 , 0x00000002 
- 00019556  0x000045af rtn 
- 00019557  0x000045b3 fetch  0x00000002 , 0x00004896 
- 00019558  0x000045b4 copy  0x0000003f , 0x00000013 
- 00019559  0x000045b5 arg  0x00000008 , 0x00000039 
- 00019560  0x000045b8 ifetcht  0x00000001 , 0x00000013 
- 00019561  0x000045b9 call  0x00006ee6 
- 00019562  0x000045ba fetch  0x00000001 , 0x000048e7 
- 00019563  0x000045bb rshift  0x0000003f , 0x0000003f 
- 00019564  0x000045bc setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00019565  0x000045bd store  0x00000001 , 0x000048e7 
- 00019566  0x000045be increase  0x00000001 , 0x00000013 
- 00019567  0x000045bf loop  0x00004c68 
- 00019568  0x000045c0 rtn 
- 00019569  0x000045c2 fetcht  0x00000001 , 0x00004865 
- 00019570  0x000045c3 call  0x00006ef7 
- 00019571  0x000045c4 nop  0x00000014 
- 00019572  0x000045c5 fetcht  0x00000001 , 0x00004865 
- 00019573  0x000045c6 call  0x00006ef3 
- 00019574  0x000045c7 nop  0x00001770 
- 00019575  0x000045c8 rtn 
- 00019576  0x000045c9 branch  0x00004c00 
- 00019577  0x000045cb fetcht  0x00000001 , 0x00004864 
- 00019578  0x000045cc branch  0x00006ef3 
- 00019579  0x000045cf fetcht  0x00000001 , 0x00004864 
- 00019580  0x000045d0 branch  0x00006ef7 
- 00019581  0x000045d2 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00019582  0x000045d3 rtn  0x00000005 
- 00019583  0x000045d4 set0  0x00000007 , 0x00000002 
- 00019584  0x000045d5 branch  0x00006edd 
- 00019585  0x000045d7 fetcht  0x00000001 , 0x00004864 
- 00019586  0x000045d8 branch  0x00006edd 
- 00019587  0x000045db fetcht  0x00000001 , 0x00004863 
- 00019588  0x000045dc branch  0x00006ef3 
- 00019589  0x000045df fetcht  0x00000001 , 0x00004863 
- 00019590  0x000045e0 branch  0x00006ef7 
- 00019591  0x000045ec jam  0x00000000 , 0x000048eb 
- 00019592  0x000045ed fetch  0x00000002 , 0x000048ec 
- 00019593  0x000045ee store  0x00000002 , 0x000048ee 
- 00019594  0x000045ef rtn 
- 00019595  0x000045f3 bpatch  0x00000050 , 0x0000400a 
- 00019596  0x000045f4 arg  0x0000489c , 0x00000011 
- 00019597  0x000045f5 arg  0x000048b0 , 0x00000012 
- 00019598  0x000045f6 arg  0x00000014 , 0x00000039 
- 00019599  0x000045f7 call  0x00007d64 
- 00019600  0x000045f8 nbranch  0x00004c87 , 0x00000005 
- 00019601  0x000045f9 call  0x00004cc5 
- 00019602  0x000045fa call  0x00004c87 , 0x00000034 
- 00019603  0x000045fc call  0x00004ccd 
- 00019604  0x000045fd fetch  0x00000001 , 0x0000497b 
- 00019605  0x000045fe nrtn  0x00000034 
- 00019606  0x000045ff fetch  0x00000001 , 0x000049c1 
- 00019607  0x00004600 rtneq  0x00000001 
- 00019608  0x00004601 rtneq  0x00000002 
- 00019609  0x00004602 rtneq  0x00000004 
- 00019610  0x00004605 jam  0x00000000 , 0x000048e8 
- 00019611  0x00004606 arg  0x0000489c , 0x00000011 
- 00019612  0x00004607 arg  0x000048c4 , 0x00000012 
- 00019613  0x00004609 ifetcht  0x00000001 , 0x00000011 
- 00019614  0x0000460a ifetch  0x00000001 , 0x00000012 
- 00019615  0x0000460b ixor  0x00000002 , 0x0000003f 
- 00019616  0x0000460c branch  0x00004cbd , 0x00000034 
- 00019617  0x0000460d store  0x00000001 , 0x000048e7 
- 00019618  0x0000460e storet  0x00000001 , 0x000048f6 
- 00019619  0x0000460f istoret  0x00000001 , 0x00000012 
- 00019620  0x00004610 jam  0x00000001 , 0x000048f4 
- 00019621  0x00004611 jam  0x00000000 , 0x000048f7 
- 00019622  0x00004613 fetch  0x00000001 , 0x000048e7 
- 00019623  0x00004614 bbit0  0x00000000 , 0x00004cb3 
- 00019624  0x00004615 fetch  0x00000001 , 0x000048e8 
- 00019625  0x00004616 mul32  0x0000003f , 0x00000008 , 0x0000003f 
- 00019626  0x00004617 fetcht  0x00000001 , 0x000048f7 
- 00019627  0x00004618 iadd  0x00000002 , 0x0000003f 
- 00019628  0x00004619 arg  0x00004901 , 0x00000006 
- 00019629  0x0000461a iadd  0x00000006 , 0x00000006 
- 00019630  0x0000461b ifetch  0x00000001 , 0x00000006 
- 00019631  0x0000461c store  0x00000001 , 0x000048f5 
- 00019632  0x0000461d call  0x00004cfc 
- 00019633  0x0000461e call  0x00004d3a 
- 00019634  0x0000461f call  0x00004dbb 
- 00019635  0x00004621 fetch  0x00000001 , 0x000048e7 
- 00019636  0x00004622 rshift  0x0000003f , 0x0000003f 
- 00019637  0x00004623 store  0x00000001 , 0x000048e7 
- 00019638  0x00004624 fetch  0x00000001 , 0x000048f6 
- 00019639  0x00004625 rshift  0x0000003f , 0x0000003f 
- 00019640  0x00004626 store  0x00000001 , 0x000048f6 
- 00019641  0x00004627 fetch  0x00000001 , 0x000048f7 
- 00019642  0x00004628 increase  0x00000001 , 0x0000003f 
- 00019643  0x00004629 store  0x00000001 , 0x000048f7 
- 00019644  0x0000462a loop  0x00004ca6 
- 00019645  0x0000462c increase  0x00000001 , 0x00000011 
- 00019646  0x0000462d increase  0x00000001 , 0x00000012 
- 00019647  0x0000462e fetch  0x00000001 , 0x000048e8 
- 00019648  0x0000462f increase  0x00000001 , 0x0000003f 
- 00019649  0x00004630 store  0x00000001 , 0x000048e8 
- 00019650  0x00004631 sub  0x0000003f , 0x00000013 , 0x0000003e 
- 00019651  0x00004632 branch  0x00004c9d , 0x00000002 
- 00019652  0x00004633 rtn 
- 00019653  0x00004636 fetch  0x00000008 , 0x0000489c 
- 00019654  0x00004637 nrtn  0x00000034 
- 00019655  0x00004638 fetch  0x00000008 , 0x000048a4 
- 00019656  0x00004639 nrtn  0x00000034 
- 00019657  0x0000463a fetch  0x00000004 , 0x000048ac 
- 00019658  0x0000463b nrtn  0x00000034 
- 00019659  0x0000463c jam  0x00000000 , 0x000049c1 
- 00019660  0x0000463d rtn 
- 00019661  0x00004642 bpatch  0x00000051 , 0x0000400a 
- 00019662  0x00004643 jam  0x00000000 , 0x0000497b 
- 00019663  0x00004644 jam  0x00000000 , 0x000048f1 
- 00019664  0x00004645 arg  0x0000489c , 0x00000011 
- 00019665  0x00004646 arg  0x00000014 , 0x00000039 
- 00019666  0x00004648 jam  0x00000000 , 0x000048f0 
- 00019667  0x00004649 ifetch  0x00000001 , 0x00000011 
- 00019668  0x0000464a branch  0x00004cf7 , 0x00000034 
- 00019669  0x0000464c fetcht  0x00000001 , 0x000048f0 
- 00019670  0x0000464d increase  0x00000001 , 0x00000002 
- 00019671  0x0000464e storet  0x00000001 , 0x000048f0 
- 00019672  0x0000464f copy  0x0000003f , 0x00000002 
- 00019673  0x00004650 increase  0xffffffff , 0x0000003f 
- 00019674  0x00004651 iand  0x00000002 , 0x0000003f 
- 00019675  0x00004652 nbranch  0x00004cd5 , 0x00000005 
- 00019676  0x00004653 fetch  0x00000001 , 0x000048f0 
- 00019677  0x00004654 fetcht  0x00000001 , 0x000048f1 
- 00019678  0x00004655 iadd  0x00000002 , 0x00000002 
- 00019679  0x00004656 storet  0x00000001 , 0x000048f1 
- 00019680  0x00004657 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019681  0x00004658 branch  0x00004cf7 , 0x00000002 
- 00019682  0x00004659 sub  0x00000002 , 0x00000002 , 0x0000003e 
- 00019683  0x0000465a branch  0x00004cf7 , 0x00000002 
- 00019684  0x0000465b jam  0x00000000 , 0x000048e8 
- 00019685  0x0000465c jam  0x00000000 , 0x000048f2 
- 00019686  0x0000465d ifetcht  0x00000001 , 0x00000011 
- 00019687  0x0000465e arg  0x0000489c , 0x00000012 
- 00019688  0x00004660 fetch  0x00000001 , 0x000048e8 
- 00019689  0x00004661 increase  0x00000001 , 0x0000003f 
- 00019690  0x00004662 store  0x00000001 , 0x000048e8 
- 00019691  0x00004663 sub  0x0000003f , 0x00000013 , 0x0000003e 
- 00019692  0x00004664 nbranch  0x00004cf7 , 0x00000002 
- 00019693  0x00004665 ifetch  0x00000001 , 0x00000012 
- 00019694  0x00004666 iand  0x00000002 , 0x0000003e 
- 00019695  0x00004667 branch  0x00004cfa , 0x00000005 
- 00019696  0x00004668 fetch  0x00000001 , 0x000048f2 
- 00019697  0x00004669 increase  0x00000001 , 0x0000003f 
- 00019698  0x0000466a store  0x00000001 , 0x000048f2 
- 00019699  0x0000466b sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019700  0x0000466c branch  0x00004cfa , 0x00000002 
- 00019701  0x0000466d jam  0x00000001 , 0x0000497b 
- 00019702  0x0000466e rtn 
- 00019703  0x00004671 increase  0x00000001 , 0x00000011 
- 00019704  0x00004672 loop  0x00004cd2 
- 00019705  0x00004673 rtn 
- 00019706  0x00004676 increase  0x00000001 , 0x00000012 
- 00019707  0x00004677 branch  0x00004ce8 
- 00019708  0x00004680 bpatch  0x00000052 , 0x0000400a 
- 00019709  0x00004681 fetch  0x00000001 , 0x000048f6 
- 00019710  0x00004682 ncall  0x00004d4e , 0x00000034 
- 00019711  0x00004683 fetch  0x00000001 , 0x000049a1 
- 00019712  0x00004684 ncall  0x00004d11 , 0x00000034 
- 00019713  0x00004685 fetch  0x00000001 , 0x000049ae 
- 00019714  0x00004686 fetcht  0x00000001 , 0x000049a1 
- 00019715  0x00004687 ixor  0x00000002 , 0x0000003f 
- 00019716  0x00004688 rtn  0x00000005 
- 00019717  0x00004689 fetch  0x00000001 , 0x000048f5 
- 00019718  0x0000468a beq  0x00000029 , 0x00004d19 
- 00019719  0x0000468b beq  0x0000004c , 0x00004d1b 
- 00019720  0x0000468c sub  0x0000003f , 0x00000045 , 0x0000003e 
- 00019721  0x0000468d nrtn  0x00000002 
- 00019722  0x0000468e arg  0x0000003a , 0x00000002 
- 00019723  0x0000468f isub  0x00000002 , 0x0000003f 
- 00019724  0x00004690 nrtn  0x00000002 
- 00019725  0x00004691 arg  0x000049b0 , 0x00000006 
- 00019726  0x00004692 iadd  0x00000006 , 0x00000006 
- 00019727  0x00004693 ifetch  0x00000001 , 0x00000006 
- 00019728  0x00004694 branch  0x00004d38 
- 00019729  0x00004697 fetch  0x00000001 , 0x000048f5 
- 00019730  0x00004698 beq  0x00000052 , 0x00004d1d 
- 00019731  0x00004699 beq  0x00000051 , 0x00004d21 
- 00019732  0x0000469a beq  0x00000050 , 0x00004d25 
- 00019733  0x0000469b beq  0x0000004f , 0x00004d29 
- 00019734  0x0000469c beq  0x000000e0 , 0x00004d2d 
- 00019735  0x0000469d beq  0x0000002c , 0x00004d35 
- 00019736  0x0000469e rtn 
- 00019737  0x000046a1 fetch  0x00000001 , 0x000049af 
- 00019738  0x000046a2 branch  0x00004d38 
- 00019739  0x000046a5 fetch  0x00000001 , 0x000049bc 
- 00019740  0x000046a6 branch  0x00004d38 
- 00019741  0x000046a9 fetch  0x00000001 , 0x000049bd 
- 00019742  0x000046aa rtn  0x00000034 
- 00019743  0x000046ab setarg  0x0000004b 
- 00019744  0x000046ac branch  0x00004d38 
- 00019745  0x000046af fetch  0x00000001 , 0x000049bd 
- 00019746  0x000046b0 rtn  0x00000034 
- 00019747  0x000046b1 setarg  0x0000004e 
- 00019748  0x000046b2 branch  0x00004d38 
- 00019749  0x000046b5 fetch  0x00000001 , 0x000049bd 
- 00019750  0x000046b6 rtn  0x00000034 
- 00019751  0x000046b7 setarg  0x0000004a 
- 00019752  0x000046b8 branch  0x00004d38 
- 00019753  0x000046bb fetch  0x00000001 , 0x000049bd 
- 00019754  0x000046bc rtn  0x00000034 
- 00019755  0x000046bd setarg  0x0000004d 
- 00019756  0x000046be branch  0x00004d38 
- 00019757  0x000046c1 fetch  0x00000001 , 0x000049be 
- 00019758  0x000046c2 rtn  0x00000034 
- 00019759  0x000046c3 fetch  0x00000001 , 0x000049c6 
- 00019760  0x000046c4 beq  0x00000000 , 0x00004d33 
- 00019761  0x000046c5 setarg  0x000000fd 
- 00019762  0x000046c6 branch  0x00004d38 
- 00019763  0x000046c8 setarg  0x000000aa 
- 00019764  0x000046c9 branch  0x00004d38 
- 00019765  0x000046cc fetch  0x00000001 , 0x000049bf 
- 00019766  0x000046cd rtn  0x00000034 
- 00019767  0x000046ce setarg  0x000000ab 
- 00019768  0x000046d0 store  0x00000001 , 0x000048f5 
- 00019769  0x000046d1 rtn 
- 00019770  0x000046d8 bpatch  0x00000053 , 0x0000400a 
- 00019771  0x000046d9 fetch  0x00000001 , 0x000048f5 
- 00019772  0x000046da beq  0x00000046 , 0x00004d50 
- 00019773  0x000046db beq  0x0000004b , 0x00004d56 
- 00019774  0x000046dc beq  0x0000004e , 0x00004d5c 
- 00019775  0x000046dd beq  0x0000004a , 0x00004d5e 
- 00019776  0x000046de beq  0x0000004d , 0x00004d60 
- 00019777  0x000046df beq  0x000000a5 , 0x00004d62 
- 00019778  0x000046e0 beq  0x000000a6 , 0x00004d69 
- 00019779  0x000046e1 beq  0x000000a7 , 0x00004d6b 
- 00019780  0x000046e2 beq  0x000000a8 , 0x00004d6d 
- 00019781  0x000046e3 beq  0x000000a9 , 0x00004d6f 
- 00019782  0x000046e4 beq  0x000000aa , 0x00004d7a 
- 00019783  0x000046e5 beq  0x000000ab , 0x00004d81 
- 00019784  0x000046e6 beq  0x000000ac , 0x00004d8c 
- 00019785  0x000046e7 rtn 
- 00019786  0x000046ea fetch  0x00000001 , 0x000048f6 
- 00019787  0x000046eb nrtn  0x00000034 
- 00019788  0x000046ec jam  0x0000000a , 0x000049c4 
- 00019789  0x000046ed rtn 
- 00019790  0x000046f0 jam  0x00000000 , 0x000049c4 
- 00019791  0x000046f1 rtn 
- 00019792  0x000046f4 fetch  0x00000001 , 0x000049c6 
- 00019793  0x000046f5 rtneq  0x00000000 
- 00019794  0x000046f6 rtneq  0x00000001 
- 00019795  0x000046f7 jam  0x0000000a , 0x000049c2 
- 00019796  0x000046f8 jam  0x00000020 , 0x000049c3 
- 00019797  0x000046f9 branch  0x00004d95 
- 00019798  0x000046fc jam  0x00000052 , 0x000049c3 
- 00019799  0x000046fe fetch  0x00000001 , 0x000049c6 
- 00019800  0x000046ff rtneq  0x00000000 
- 00019801  0x00004700 rtneq  0x00000001 
- 00019802  0x00004701 jam  0x00000008 , 0x000049c2 
- 00019803  0x00004702 branch  0x00004d95 
- 00019804  0x00004705 jam  0x00000051 , 0x000049c3 
- 00019805  0x00004706 branch  0x00004d57 
- 00019806  0x00004709 jam  0x00000050 , 0x000049c3 
- 00019807  0x0000470a branch  0x00004d57 
- 00019808  0x0000470d jam  0x0000004f , 0x000049c3 
- 00019809  0x0000470e branch  0x00004d57 
- 00019810  0x00004711 jam  0x00000004 , 0x000049c3 
- 00019811  0x00004713 jam  0x00000001 , 0x000049c2 
- 00019812  0x00004714 fetch  0x00000001 , 0x000049c6 
- 00019813  0x00004715 beq  0x00000000 , 0x00004d95 
- 00019814  0x00004716 beq  0x00000001 , 0x00004d95 
- 00019815  0x00004717 jam  0x00000008 , 0x000049c2 
- 00019816  0x00004718 branch  0x00004d95 
- 00019817  0x0000471b jam  0x00000006 , 0x000049c3 
- 00019818  0x0000471c branch  0x00004d63 
- 00019819  0x0000471f jam  0x00000019 , 0x000049c3 
- 00019820  0x00004720 branch  0x00004d63 
- 00019821  0x00004723 jam  0x0000001b , 0x000049c3 
- 00019822  0x00004724 branch  0x00004d63 
- 00019823  0x00004727 fetch  0x00000001 , 0x000049c6 
- 00019824  0x00004728 beq  0x00000000 , 0x00004d74 
- 00019825  0x00004729 beq  0x00000003 , 0x00004d77 
- 00019826  0x0000472a setarg  0x000000fc 
- 00019827  0x0000472b branch  0x00004d38 
- 00019828  0x0000472d jam  0x00000008 , 0x000049c2 
- 00019829  0x0000472e jam  0x0000000f , 0x000049c3 
- 00019830  0x0000472f branch  0x00004d95 
- 00019831  0x00004731 jam  0x00000009 , 0x000049c2 
- 00019832  0x00004732 jam  0x00000014 , 0x000049c3 
- 00019833  0x00004733 branch  0x00004d95 
- 00019834  0x00004736 fetch  0x00000001 , 0x000049c6 
- 00019835  0x00004737 beq  0x00000000 , 0x00004d7e 
- 00019836  0x00004738 setarg  0x000000fd 
- 00019837  0x00004739 branch  0x00004d38 
- 00019838  0x0000473b jam  0x00000009 , 0x000049c2 
- 00019839  0x0000473c jam  0x00000012 , 0x000049c3 
- 00019840  0x0000473d branch  0x00004d95 
- 00019841  0x00004740 fetch  0x00000001 , 0x000049c6 
- 00019842  0x00004741 beq  0x00000000 , 0x00004d88 
- 00019843  0x00004742 beq  0x00000001 , 0x00004d8a 
- 00019844  0x00004743 jam  0x00000001 , 0x000049c2 
- 00019845  0x00004745 jam  0x0000002c , 0x000049c3 
- 00019846  0x00004746 call  0x00004d4a 
- 00019847  0x00004747 branch  0x00004d95 
- 00019848  0x00004749 jam  0x00000008 , 0x000049c2 
- 00019849  0x0000474a branch  0x00004d85 
- 00019850  0x0000474c jam  0x00000002 , 0x000049c2 
- 00019851  0x0000474d branch  0x00004d85 
- 00019852  0x00004750 fetch  0x00000001 , 0x000049c6 
- 00019853  0x00004751 beq  0x00000000 , 0x00004d92 
- 00019854  0x00004752 beq  0x00000001 , 0x00004d92 
- 00019855  0x00004753 jam  0x00000001 , 0x000049c2 
- 00019856  0x00004754 jam  0x00000052 , 0x000049c3 
- 00019857  0x00004755 branch  0x00004d95 
- 00019858  0x00004757 jam  0x00000008 , 0x000049c2 
- 00019859  0x00004758 jam  0x0000002b , 0x000049c3 
- 00019860  0x00004759 branch  0x00004d95 
- 00019861  0x0000475c jam  0x00000000 , 0x000048f5 
- 00019862  0x0000475d fetch  0x00000001 , 0x000048f6 
- 00019863  0x0000475e bbit0  0x00000000 , 0x00004d9c 
- 00019864  0x0000475f fetch  0x00000001 , 0x000049c1 
- 00019865  0x00004760 beq  0x00000003 , 0x00004da8 
- 00019866  0x00004762 jam  0x00000001 , 0x000049c1 
- 00019867  0x00004763 rtn 
- 00019868  0x00004766 jam  0x00000004 , 0x000049c1 
- 00019869  0x00004767 rtn 
- 00019870  0x0000476a jam  0x00000006 , 0x000049c1 
- 00019871  0x0000476b rtn 
- 00019872  0x0000476f store  0x00000001 , 0x00004856 
- 00019873  0x00004770 storet  0x00000001 , 0x00004858 
- 00019874  0x00004771 call  0x00007dba 
- 00019875  0x00004772 jam  0x00000000 , 0x00004855 
- 00019876  0x00004773 branch  0x00004e89 
- 00019877  0x00004776 fetch  0x00000001 , 0x000049c2 
- 00019878  0x00004777 arg  0x00000000 , 0x00000002 
- 00019879  0x00004778 call  0x00004da0 
- 00019880  0x0000477a jam  0x00000002 , 0x000049c1 
- 00019881  0x0000477b rtn 
- 00019882  0x0000477e jam  0x00000003 , 0x000049c1 
- 00019883  0x0000477f fetch  0x00000001 , 0x000049c2 
- 00019884  0x00004780 fetcht  0x00000001 , 0x000049c3 
- 00019885  0x00004781 branch  0x00004da0 
- 00019886  0x00004784 jam  0x00000000 , 0x00004855 
- 00019887  0x00004785 fetch  0x00000001 , 0x000049c2 
- 00019888  0x00004786 arg  0x00000000 , 0x00000002 
- 00019889  0x00004787 call  0x00004da0 
- 00019890  0x00004788 fetch  0x00000001 , 0x000049c4 
- 00019891  0x00004789 branch  0x00004d9e , 0x00000034 
- 00019892  0x0000478b jam  0x00000005 , 0x000049c1 
- 00019893  0x0000478c rtn 
- 00019894  0x0000478f branch  0x00004da2 
- 00019895  0x00004792 jam  0x00000000 , 0x000049c1 
- 00019896  0x00004793 arg  0x00000000 , 0x0000003f 
- 00019897  0x00004794 arg  0x00000000 , 0x00000002 
- 00019898  0x00004795 branch  0x00004da0 
- 00019899  0x0000479a bpatch  0x00000054 , 0x0000400a 
- 00019900  0x0000479b fetch  0x00000001 , 0x000048f5 
- 00019901  0x0000479c sub  0x0000003f , 0x000000e7 , 0x0000003e 
- 00019902  0x0000479d branch  0x00004dc3 , 0x00000002 
- 00019903  0x0000479e jam  0x00000001 , 0x000049c5 
- 00019904  0x0000479f fetch  0x00000001 , 0x000048f6 
- 00019905  0x000047a0 bbit1  0x00000000 , 0x00004dc3 
- 00019906  0x000047a1 jam  0x00000002 , 0x000049c5 
- 00019907  0x000047a3 jam  0x00000000 , 0x00004900 
- 00019908  0x000047a4 fetch  0x00000001 , 0x000048f6 
- 00019909  0x000047a5 bbit1  0x00000000 , 0x00004ddd 
- 00019910  0x000047a7 fetcht  0x00000001 , 0x000048f5 
- 00019911  0x000047a8 arg  0x00000006 , 0x00000039 
- 00019912  0x000047a9 arg  0x000048fa , 0x00000006 
- 00019913  0x000047ab ifetch  0x00000001 , 0x00000006 
- 00019914  0x000047ac branch  0x00004dd4 , 0x00000034 
- 00019915  0x000047ad isub  0x00000002 , 0x0000003e 
- 00019916  0x000047ae nbranch  0x00004dd3 , 0x00000005 
- 00019917  0x000047af ifetch  0x00000001 , 0x00000006 
- 00019918  0x000047b0 increase  0xfffffffe , 0x00000006 
- 00019919  0x000047b1 istore  0x00000001 , 0x00000006 
- 00019920  0x000047b2 rtn  0x00000034 
- 00019921  0x000047b3 increase  0x00000001 , 0x00000006 
- 00019922  0x000047b4 istoret  0x00000001 , 0x00000006 
- 00019923  0x000047b6 loop  0x00004dc9 
- 00019924  0x000047b7 sub  0x00000002 , 0x000000e7 , 0x0000003e 
- 00019925  0x000047b8 nrtn  0x00000002 
- 00019926  0x000047b9 sub  0x00000002 , 0x000000bf , 0x0000003e 
- 00019927  0x000047ba rtn  0x00000002 
- 00019928  0x000047bc and  0x00000002 , 0x00000007 , 0x00000007 
- 00019929  0x000047bd fetch  0x00000001 , 0x000048f8 
- 00019930  0x000047be qset0  0x0000003f 
- 00019931  0x000047bf store  0x00000001 , 0x000048f8 
- 00019932  0x000047c0 rtn 
- 00019933  0x000047c3 fetcht  0x00000001 , 0x000048f5 
- 00019934  0x000047c4 arg  0x00000006 , 0x00000039 
- 00019935  0x000047c5 arg  0x000048fa , 0x00000006 
- 00019936  0x000047c7 ifetch  0x00000001 , 0x00000006 
- 00019937  0x000047c8 branch  0x00004dee , 0x00000034 
- 00019938  0x000047c9 isub  0x00000002 , 0x0000003e 
- 00019939  0x000047ca rtn  0x00000005 
- 00019940  0x000047cb loop  0x00004de0 
- 00019941  0x000047cc sub  0x00000002 , 0x000000e7 , 0x0000003e 
- 00019942  0x000047cd nrtn  0x00000002 
- 00019943  0x000047ce sub  0x00000002 , 0x000000bf , 0x0000003e 
- 00019944  0x000047cf rtn  0x00000002 
- 00019945  0x000047d1 and  0x00000002 , 0x00000007 , 0x00000007 
- 00019946  0x000047d2 fetch  0x00000001 , 0x000048f8 
- 00019947  0x000047d3 qset1  0x0000003f 
- 00019948  0x000047d4 store  0x00000001 , 0x000048f8 
- 00019949  0x000047d5 rtn 
- 00019950  0x000047d8 sub  0x00000002 , 0x000000e7 , 0x0000003e 
- 00019951  0x000047d9 nbranch  0x00004df2 , 0x00000002 
- 00019952  0x000047da sub  0x00000002 , 0x000000bf , 0x0000003e 
- 00019953  0x000047db nbranch  0x00004de9 , 0x00000002 
- 00019954  0x000047dd increase  0xffffffff , 0x00000006 
- 00019955  0x000047de istoret  0x00000001 , 0x00000006 
- 00019956  0x000047df rtn 
- 00019957  0x000047e4 bpatch  0x00000055 , 0x0000400a 
- 00019958  0x000047e5 call  0x00004e14 
- 00019959  0x000047e6 jam  0x00000000 , 0x000049a1 
- 00019960  0x000047e7 jam  0x00000000 , 0x000049a2 
- 00019961  0x000047e8 jam  0x00000000 , 0x000049a3 
- 00019962  0x000047e9 fetch  0x00000001 , 0x000048f8 
- 00019963  0x000047ea ncall  0x00004e41 , 0x00000034 
- 00019964  0x000047eb arg  0x000048fa , 0x00000006 
- 00019965  0x000047ec arg  0x00000006 , 0x00000039 
- 00019966  0x000047ee ifetch  0x00000001 , 0x00000006 
- 00019967  0x000047ef sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00019968  0x000047f0 call  0x00004e43 , 0x00000005 
- 00019969  0x000047f1 sub  0x0000003f , 0x000000de , 0x0000003e 
- 00019970  0x000047f2 call  0x00004e45 , 0x00000005 
- 00019971  0x000047f3 loop  0x00004dfe 
- 00019972  0x000047f4 fetch  0x00000001 , 0x00004666 
- 00019973  0x000047f5 beq  0x00000000 , 0x00004e11 
- 00019974  0x000047f7 call  0x00004b37 
- 00019975  0x000047f8 fetch  0x00000001 , 0x000049a4 
- 00019976  0x000047f9 branch  0x00004e24 , 0x00000034 
- 00019977  0x000047fa fetch  0x00000002 , 0x000048fa 
- 00019978  0x000047fb fetcht  0x00000002 , 0x000049a5 
- 00019979  0x000047fc isub  0x00000002 , 0x0000003e 
- 00019980  0x000047fd branch  0x00004e29 , 0x00000005 
- 00019981  0x000047fe byteswap  0x00000002 , 0x00000002 
- 00019982  0x000047ff isub  0x00000002 , 0x0000003e 
- 00019983  0x00004800 branch  0x00004e29 , 0x00000005 
- 00019984  0x00004801 rtn 
- 00019985  0x00004803 fetch  0x00000001 , 0x000049a4 
- 00019986  0x00004804 branch  0x00004e24 , 0x00000034 
- 00019987  0x00004805 branch  0x00004e32 
- 00019988  0x00004808 fetch  0x00000001 , 0x000049a4 
- 00019989  0x00004809 nrtn  0x00000034 
- 00019990  0x0000480a fetcht  0x00000001 , 0x00004655 
- 00019991  0x0000480b sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00019992  0x0000480c rtn  0x00000005 
- 00019993  0x0000480d call  0x00006ee6 
- 00019994  0x0000480e nbranch  0x00004e20 , 0x00000001 
- 00019995  0x0000480f arg  0x00000008 , 0x00000039 
- 00019996  0x00004810 arg  0x000048f8 , 0x00000005 
- 00019997  0x00004811 call  0x00007ca1 
- 00019998  0x00004812 jam  0x000000de , 0x000048fa 
- 00019999  0x00004813 rtn 
- 00020000  0x00004816 fetch  0x00000001 , 0x000048fa 
- 00020001  0x00004817 rtnne  0x000000de 
- 00020002  0x00004818 jam  0x00000000 , 0x000048fa 
- 00020003  0x00004819 rtn 
- 00020004  0x0000481c bpatch  0x00000056 , 0x0000400a 
- 00020005  0x0000481d fetch  0x00000001 , 0x000049a3 
- 00020006  0x0000481e rtn  0x00000034 
- 00020007  0x0000481f fetch  0x00000001 , 0x00004666 
- 00020008  0x00004820 beq  0x00000000 , 0x00004e39 
- 00020009  0x00004823 jam  0x00000000 , 0x000048f4 
- 00020010  0x00004824 fetch  0x00000001 , 0x00004666 
- 00020011  0x00004825 rtneq  0x00000000 
- 00020012  0x00004826 fetch  0x00000008 , 0x00004713 
- 00020013  0x00004827 rtnbit1  0x00000006 
- 00020014  0x00004828 arg  0x00000006 , 0x00000007 
- 00020015  0x00004829 call  0x00005f00 
- 00020016  0x0000482a call  0x000042d0 
- 00020017  0x0000482b branch  0x00004b90 
- 00020018  0x00004830 fetch  0x00000002 , 0x000048fa 
- 00020019  0x00004831 fetcht  0x00000002 , 0x000049a7 
- 00020020  0x00004832 isub  0x00000002 , 0x0000003e 
- 00020021  0x00004833 branch  0x00004e39 , 0x00000005 
- 00020022  0x00004834 byteswap  0x00000002 , 0x00000002 
- 00020023  0x00004835 isub  0x00000002 , 0x0000003e 
- 00020024  0x00004836 nrtn  0x00000005 
- 00020025  0x00004838 call  0x000049f8 
- 00020026  0x00004839 jam  0x00000000 , 0x000048f4 
- 00020027  0x0000483a fetch  0x00000002 , 0x000045d8 
- 00020028  0x0000483b nrtn  0x00000034 
- 00020029  0x0000483c setarg  0x00000000 
- 00020030  0x0000483d store  0x00000002 , 0x00004781 
- 00020031  0x0000483e call  0x00004b7c 
- 00020032  0x0000483f branch  0x00006047 
- 00020033  0x00004843 jam  0x00000001 , 0x000049a2 
- 00020034  0x00004844 rtn 
- 00020035  0x00004847 jam  0x00000001 , 0x000049a1 
- 00020036  0x00004848 rtn 
- 00020037  0x0000484b jam  0x00000001 , 0x000049a3 
- 00020038  0x0000484c rtn 
- 00020039  0x00004852 bpatch  0x00000057 , 0x0000400a 
- 00020040  0x00004853 disable  0x00000028 
- 00020041  0x00004854 jam  0x00000000 , 0x0000496c 
- 00020042  0x00004855 jam  0x00000000 , 0x0000496d 
- 00020043  0x00004856 jam  0x00000000 , 0x0000496e 
- 00020044  0x00004857 fetch  0x00000001 , 0x000049c1 
- 00020045  0x00004858 beq  0x00000001 , 0x00004da5 
- 00020046  0x00004859 beq  0x00000002 , 0x00004daa 
- 00020047  0x0000485a beq  0x00000003 , 0x00004daa 
- 00020048  0x0000485b beq  0x00000004 , 0x00004dae 
- 00020049  0x0000485c beq  0x00000006 , 0x00004db7 
- 00020050  0x0000485d fetch  0x00000001 , 0x000048f4 
- 00020051  0x0000485e branch  0x00004e64 , 0x00000034 
- 00020052  0x0000485f increase  0xffffffff , 0x0000003f 
- 00020053  0x00004860 store  0x00000001 , 0x000048f4 
- 00020054  0x00004861 call  0x00004e61 
- 00020055  0x00004862 jam  0x0000000a , 0x000049ac 
- 00020056  0x00004863 call  0x00005c0b 
- 00020057  0x00004864 fetch  0x00000001 , 0x000049c1 
- 00020058  0x00004865 beq  0x00000005 , 0x00004db6 
- 00020059  0x00004866 arg  0x00004855 , 0x00000005 
- 00020060  0x00004867 arg  0x0000000a , 0x00000039 
- 00020061  0x00004868 call  0x00007ca1 
- 00020062  0x00004869 call  0x00004e74 
- 00020063  0x0000486a jam  0x00000000 , 0x0000485f 
- 00020064  0x0000486b rtn 
- 00020065  0x0000486e jam  0x00000003 , 0x000040c0 
- 00020066  0x0000486f jam  0x0000000a , 0x0000477e 
- 00020067  0x00004870 rtn 
- 00020068  0x00004875 fetch  0x00000001 , 0x00004666 
- 00020069  0x00004876 rtneq  0x00000001 
- 00020070  0x00004877 fetch  0x00000001 , 0x000049ab 
- 00020071  0x00004878 rtn  0x00000034 
- 00020072  0x00004879 fetch  0x00000001 , 0x000049a9 
- 00020073  0x0000487a nrtn  0x00000034 
- 00020074  0x0000487b fetcht  0x00000001 , 0x000049ad 
- 00020075  0x0000487c fetch  0x00000001 , 0x000049ac 
- 00020076  0x0000487d isub  0x00000002 , 0x0000003e 
- 00020077  0x0000487e store  0x00000001 , 0x000049ad 
- 00020078  0x0000487f rtn  0x00000005 
- 00020079  0x00004880 arg  0x00004855 , 0x00000005 
- 00020080  0x00004881 arg  0x0000000a , 0x00000039 
- 00020081  0x00004882 call  0x00007ca1 
- 00020082  0x00004883 call  0x00007dba 
- 00020083  0x00004884 branch  0x00004e89 
- 00020084  0x00004889 fetch  0x00000001 , 0x000049c5 
- 00020085  0x0000488a beq  0x00000002 , 0x00004f05 
- 00020086  0x0000488b arg  0x000048fa , 0x00000006 
- 00020087  0x0000488c arg  0x00000006 , 0x00000039 
- 00020088  0x0000488e ifetch  0x00000001 , 0x00000006 
- 00020089  0x0000488f sub  0x0000003f , 0x000000e7 , 0x0000003e 
- 00020090  0x00004890 nbranch  0x00004e9c , 0x00000002 
- 00020091  0x00004892 loop  0x00004e78 
- 00020092  0x00004894 fetch  0x00000001 , 0x000048f1 
- 00020093  0x00004895 call  0x00004e92 , 0x00000034 
- 00020094  0x00004896 jam  0x00000000 , 0x00004855 
- 00020095  0x00004897 fetch  0x00000001 , 0x000048fa 
- 00020096  0x00004898 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00020097  0x00004899 branch  0x00004e95 , 0x00000005 
- 00020098  0x0000489a arg  0x000048f8 , 0x00000006 
- 00020099  0x0000489b arg  0x00004856 , 0x00000005 
- 00020100  0x0000489c arg  0x00000008 , 0x00000039 
- 00020101  0x0000489e ifetch  0x00000001 , 0x00000006 
- 00020102  0x0000489f beq  0x0000007f , 0x00004e9a 
- 00020103  0x000048a1 istore  0x00000001 , 0x00000005 
- 00020104  0x000048a2 loop  0x00004e85 
- 00020105  0x000048a5 call  0x00004f10 
- 00020106  0x000048a7 fetch  0x00000001 , 0x0000485f 
- 00020107  0x000048a8 beq  0x00000001 , 0x00007dba 
- 00020108  0x000048a9 beq  0x00000002 , 0x00004e90 
- 00020109  0x000048aa beq  0x00000003 , 0x00004e90 
- 00020110  0x000048ab beq  0x00000004 , 0x00004e90 
- 00020111  0x000048ac beq  0x00000005 , 0x00004e90 
- 00020112  0x000048ae call  0x00005917 
- 00020113  0x000048af branch  0x00007dba 
- 00020114  0x000048b2 arg  0x000048f8 , 0x00000005 
- 00020115  0x000048b3 arg  0x00000009 , 0x00000039 
- 00020116  0x000048b4 branch  0x00007ca1 
- 00020117  0x000048b8 fetch  0x00000002 , 0x000048f8 
- 00020118  0x000048b9 store  0x00000002 , 0x00004856 
- 00020119  0x000048ba fetch  0x00000006 , 0x000048fb 
- 00020120  0x000048bb store  0x00000006 , 0x00004858 
- 00020121  0x000048bc branch  0x00004e89 
- 00020122  0x000048bf setarg  0x00000000 
- 00020123  0x000048c0 branch  0x00004e87 
- 00020124  0x000048c4 copy  0x0000003f , 0x00000002 
- 00020125  0x000048c5 bpatch  0x00000058 , 0x0000400b 
- 00020126  0x000048c6 copy  0x00000002 , 0x0000003f 
- 00020127  0x000048c7 jam  0x00000003 , 0x00004855 
- 00020128  0x000048c8 fetcht  0x00000001 , 0x000048f1 
- 00020129  0x000048c9 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00020130  0x000048ca branch  0x00004f05 , 0x00000005 
- 00020131  0x000048cb beq  0x000000e8 , 0x00004ebb 
- 00020132  0x000048cc beq  0x000000e9 , 0x00004ebe 
- 00020133  0x000048cd beq  0x000000ea , 0x00004ec1 
- 00020134  0x000048ce beq  0x000000eb , 0x00004ec4 
- 00020135  0x000048cf beq  0x000000ec , 0x00004ec7 
- 00020136  0x000048d0 beq  0x000000ed , 0x00004eca 
- 00020137  0x000048d1 beq  0x000000ee , 0x00004ecd 
- 00020138  0x000048d2 beq  0x000000ef , 0x00004ed0 
- 00020139  0x000048d3 beq  0x000000f0 , 0x00004ed3 
- 00020140  0x000048d4 beq  0x000000f1 , 0x00004ed6 
- 00020141  0x000048d5 beq  0x000000f2 , 0x00004ed9 
- 00020142  0x000048d6 beq  0x000000f3 , 0x00004edc 
- 00020143  0x000048d7 beq  0x000000f4 , 0x00004edf 
- 00020144  0x000048d8 beq  0x000000f5 , 0x00004ee2 
- 00020145  0x000048d9 beq  0x000000f6 , 0x00004ee5 
- 00020146  0x000048da beq  0x000000f7 , 0x00004ee8 
- 00020147  0x000048db beq  0x000000f8 , 0x00004eeb 
- 00020148  0x000048dc beq  0x000000f9 , 0x00004eee 
- 00020149  0x000048dd beq  0x000000fa , 0x00004ef1 
- 00020150  0x000048de beq  0x000000fb , 0x00004ef7 
- 00020151  0x000048df beq  0x000000fc , 0x00004efa 
- 00020152  0x000048e0 beq  0x000000fd , 0x00004efd 
- 00020153  0x000048e1 beq  0x000000ff , 0x00004f0c 
- 00020154  0x000048e2 branch  0x00004e89 
- 00020155  0x000048e5 setarg  0x00000183 
- 00020156  0x000048e6 store  0x00000002 , 0x00004856 
- 00020157  0x000048e7 branch  0x00004e89 
- 00020158  0x000048e9 setarg  0x000000cd 
- 00020159  0x000048ea store  0x00000002 , 0x00004856 
- 00020160  0x000048eb branch  0x00004e89 
- 00020161  0x000048ed setarg  0x000000b7 
- 00020162  0x000048ee store  0x00000002 , 0x00004856 
- 00020163  0x000048ef branch  0x00004e89 
- 00020164  0x000048f1 setarg  0x000000b6 
- 00020165  0x000048f2 store  0x00000002 , 0x00004856 
- 00020166  0x000048f3 branch  0x00004e89 
- 00020167  0x000048f5 setarg  0x000000b5 
- 00020168  0x000048f6 store  0x00000002 , 0x00004856 
- 00020169  0x000048f7 branch  0x00004e89 
- 00020170  0x000048f9 setarg  0x000000ea 
- 00020171  0x000048fa store  0x00000002 , 0x00004856 
- 00020172  0x000048fb branch  0x00004e89 
- 00020173  0x000048fd setarg  0x000000e9 
- 00020174  0x000048fe store  0x00000002 , 0x00004856 
- 00020175  0x000048ff branch  0x00004e89 
- 00020176  0x00004901 setarg  0x000000e2 
- 00020177  0x00004902 store  0x00000002 , 0x00004856 
- 00020178  0x00004903 branch  0x00004e89 
- 00020179  0x00004905 setarg  0x00000194 
- 00020180  0x00004906 store  0x00000002 , 0x00004856 
- 00020181  0x00004907 branch  0x00004e89 
- 00020182  0x00004909 setarg  0x0000018a 
- 00020183  0x0000490a store  0x00000002 , 0x00004856 
- 00020184  0x0000490b branch  0x00004e89 
- 00020185  0x0000490d setarg  0x00000192 
- 00020186  0x0000490e store  0x00000002 , 0x00004856 
- 00020187  0x0000490f branch  0x00004e89 
- 00020188  0x00004911 setarg  0x00000070 
- 00020189  0x00004912 store  0x00000002 , 0x00004856 
- 00020190  0x00004913 branch  0x00004e89 
- 00020191  0x00004915 setarg  0x0000006f 
- 00020192  0x00004916 store  0x00000002 , 0x00004856 
- 00020193  0x00004917 branch  0x00004e89 
- 00020194  0x00004919 setarg  0x0000022a 
- 00020195  0x0000491a store  0x00000002 , 0x00004856 
- 00020196  0x0000491b branch  0x00004e89 
- 00020197  0x0000491d setarg  0x00000225 
- 00020198  0x0000491e store  0x00000002 , 0x00004856 
- 00020199  0x0000491f branch  0x00004e89 
- 00020200  0x00004921 setarg  0x00000224 
- 00020201  0x00004922 store  0x00000002 , 0x00004856 
- 00020202  0x00004923 branch  0x00004e89 
- 00020203  0x00004925 setarg  0x00000226 
- 00020204  0x00004926 store  0x00000002 , 0x00004856 
- 00020205  0x00004927 branch  0x00004e89 
- 00020206  0x00004929 setarg  0x00000227 
- 00020207  0x0000492a store  0x00000002 , 0x00004856 
- 00020208  0x0000492b branch  0x00004e89 
- 00020209  0x0000492d fetch  0x00000001 , 0x000049c6 
- 00020210  0x0000492e beq  0x00000002 , 0x00004ef7 
- 00020211  0x0000492f beq  0x00000003 , 0x00004ef7 
- 00020212  0x00004930 setarg  0x00000221 
- 00020213  0x00004931 store  0x00000002 , 0x00004856 
- 00020214  0x00004932 branch  0x00004e89 
- 00020215  0x00004934 setarg  0x00000223 
- 00020216  0x00004935 store  0x00000002 , 0x00004856 
- 00020217  0x00004936 branch  0x00004e89 
- 00020218  0x00004938 setarg  0x00000030 
- 00020219  0x00004939 store  0x00000002 , 0x00004856 
- 00020220  0x0000493a branch  0x00004e89 
- 00020221  0x0000493c fetch  0x00000001 , 0x000049c6 
- 00020222  0x0000493d beq  0x00000001 , 0x00004f02 
- 00020223  0x0000493e setarg  0x000001ae 
- 00020224  0x0000493f store  0x00000002 , 0x00004856 
- 00020225  0x00004940 branch  0x00004e89 
- 00020226  0x00004942 setarg  0x00000307 
- 00020227  0x00004943 store  0x00000002 , 0x00004856 
- 00020228  0x00004944 branch  0x00004e89 
- 00020229  0x00004948 jam  0x00000002 , 0x000048f4 
- 00020230  0x00004949 fetch  0x00000001 , 0x000048f1 
- 00020231  0x0000494a call  0x00004e92 , 0x00000034 
- 00020232  0x0000494b jam  0x00000000 , 0x000049c5 
- 00020233  0x0000494c setarg  0x00000003 
- 00020234  0x0000494d store  0x00000003 , 0x00004855 
- 00020235  0x0000494e branch  0x00004e89 
- 00020236  0x00004950 jam  0x00000002 , 0x00004855 
- 00020237  0x00004951 setarg  0x00000002 
- 00020238  0x00004952 store  0x00000001 , 0x00004856 
- 00020239  0x00004953 branch  0x00004e89 
- 00020240  0x0000495b bpatch  0x00000059 , 0x0000400b 
- 00020241  0x0000495c fetch  0x00000001 , 0x00004666 
- 00020242  0x0000495d bne  0x00000000 , 0x00004f18 
- 00020243  0x0000495e jam  0x00000000 , 0x000049a9 
- 00020244  0x0000495f fetch  0x00000002 , 0x00004855 
- 00020245  0x00004960 ncall  0x00004afc , 0x00000034 
- 00020246  0x00004961 fetch  0x00000006 , 0x00004858 
- 00020247  0x00004962 ncall  0x00004afc , 0x00000034 
- 00020248  0x00004965 fetch  0x00000001 , 0x00004855 
- 00020249  0x00004966 beq  0x00000000 , 0x00004f23 
- 00020250  0x00004967 beq  0x00000001 , 0x00004f1e 
- 00020251  0x00004968 beq  0x00000003 , 0x00004f2e 
- 00020252  0x00004969 beq  0x00000002 , 0x00004f36 
- 00020253  0x0000496a rtn 
- 00020254  0x0000496d jam  0x00000001 , 0x0000485f 
- 00020255  0x0000496e arg  0x00004855 , 0x00000006 
- 00020256  0x0000496f arg  0x00004846 , 0x00000005 
- 00020257  0x00004970 arg  0x00000007 , 0x00000039 
- 00020258  0x00004971 branch  0x00007cda 
- 00020259  0x00004974 jam  0x00000002 , 0x0000485f 
- 00020260  0x00004975 call  0x00004f3e 
- 00020261  0x00004976 fetch  0x00000001 , 0x00004666 
- 00020262  0x00004977 beq  0x00000001 , 0x00004f2a 
- 00020263  0x00004978 call  0x00004af1 
- 00020264  0x00004979 fetch  0x00000001 , 0x000049ab 
- 00020265  0x0000497a store  0x00000001 , 0x00004857 
- 00020266  0x0000497c arg  0x00004855 , 0x00000006 
- 00020267  0x0000497d arg  0x0000472a , 0x00000005 
- 00020268  0x0000497e arg  0x00000009 , 0x00000039 
- 00020269  0x0000497f branch  0x00007cda 
- 00020270  0x00004982 jam  0x00000004 , 0x0000485f 
- 00020271  0x00004983 call  0x00004f3e 
- 00020272  0x00004984 setarg  0x00000003 
- 00020273  0x00004985 call  0x00005f15 
- 00020274  0x00004986 arg  0x00004856 , 0x00000006 
- 00020275  0x00004987 arg  0x0000472b , 0x00000005 
- 00020276  0x00004988 arg  0x00000002 , 0x00000039 
- 00020277  0x00004989 branch  0x00007cda 
- 00020278  0x0000498c jam  0x00000005 , 0x0000485f 
- 00020279  0x0000498d call  0x00004f3e 
- 00020280  0x0000498e setarg  0x00000002 
- 00020281  0x0000498f store  0x00000008 , 0x0000472a 
- 00020282  0x00004990 store  0x00000008 , 0x00004733 
- 00020283  0x00004991 fetch  0x00000001 , 0x00004856 
- 00020284  0x00004992 store  0x00000001 , 0x0000472b 
- 00020285  0x00004993 rtn 
- 00020286  0x00004997 arg  0x00000012 , 0x00000039 
- 00020287  0x00004998 arg  0x0000472a , 0x00000005 
- 00020288  0x00004999 branch  0x00007ca1 
- 00020289  0x0000499f call  0x00007de2 
- 00020290  0x000049a0 call  0x0000561c 
- 00020291  0x000049a1 fetcht  0x00000001 , 0x0000464a 
- 00020292  0x000049a2 call  0x00006eb2 
- 00020293  0x000049a3 fetcht  0x00000001 , 0x0000464b 
- 00020294  0x000049a4 call  0x00006eb2 
- 00020295  0x000049a6 fetcht  0x00000001 , 0x00004655 
- 00020296  0x000049a7 call  0x00006eb6 
- 00020297  0x000049a9 fetch  0x00000002 , 0x00004898 
- 00020298  0x000049aa copy  0x0000003f , 0x00000012 
- 00020299  0x000049ab arg  0x00000014 , 0x00000039 
- 00020300  0x000049ad ifetcht  0x00000001 , 0x00000012 
- 00020301  0x000049ae isolate1  0x00000007 , 0x00000002 
- 00020302  0x000049af ncall  0x00006ef7 , 0x00000001 
- 00020303  0x000049b0 increase  0x00000001 , 0x00000012 
- 00020304  0x000049b1 loop  0x00004f4c 
- 00020305  0x000049b3 fetch  0x00000002 , 0x00004896 
- 00020306  0x000049b4 copy  0x0000003f , 0x00000012 
- 00020307  0x000049b5 arg  0x00000008 , 0x00000039 
- 00020308  0x000049b7 ifetcht  0x00000001 , 0x00000012 
- 00020309  0x000049b8 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00020310  0x000049b9 ncall  0x00006eb2 , 0x00000005 
- 00020311  0x000049ba increase  0x00000001 , 0x00000012 
- 00020312  0x000049bb loop  0x00004f54 
- 00020313  0x000049bc rtn 
- 00020314  0x000049bf fetch  0x00000001 , 0x000048eb 
- 00020315  0x000049c0 branch  0x00006eb6 , 0x00000034 
- 00020316  0x000049c1 branch  0x00006eb2 
- 00020317  0x000049c3 rtnmark1  0x00000026 
- 00020318  0x000049c4 call  0x00004f41 
- 00020319  0x000049c5 fetch  0x00000001 , 0x00000015 
- 00020320  0x000049c6 nrtn  0x00000034 
- 00020321  0x000049c7 branch  0x00006ed3 
- 00020322  0x000049c9 bpatch  0x0000005a , 0x0000400b 
- 00020323  0x000049ca jam  0x000000ff , 0x00004659 
- 00020324  0x000049cb call  0x0000739a 
- 00020325  0x000049cc call  0x00004f70 
- 00020326  0x000049cd call  0x000056a9 
- 00020327  0x000049ce call  0x000054dc 
- 00020328  0x000049cf call  0x00005d9e 
- 00020329  0x000049d0 fetcht  0x00000001 , 0x00004659 
- 00020330  0x000049d1 branch  0x00006ed3 
- 00020331  0x000049d4 call  0x00004f70 
- 00020332  0x000049d6 bpatch  0x0000005b , 0x0000400b 
- 00020333  0x000049d7 call  0x00004f75 
- 00020334  0x000049d8 call  0x00007d7c 
- 00020335  0x000049d9 branch  0x00004327 
- 00020336  0x000049dc bpatch  0x0000005c , 0x0000400b 
- 00020337  0x000049dd call  0x00004b6d 
- 00020338  0x000049de call  0x00004b71 
- 00020339  0x000049df call  0x00004b7c 
- 00020340  0x000049e0 branch  0x00004b6f 
- 00020341  0x000049e8 bpatch  0x0000005d , 0x0000400b 
- 00020342  0x000049e9 call  0x00007de2 
- 00020343  0x000049ea call  0x00004f70 
- 00020344  0x000049eb call  0x00005a92 
- 00020345  0x000049ec call  0x00004f41 
- 00020346  0x000049ed call  0x000054f9 
- 00020347  0x000049ee fetcht  0x00000001 , 0x0000465b 
- 00020348  0x000049ef call  0x000055b5 
- 00020349  0x000049f0 call  0x000055b9 
- 00020350  0x000049f1 branch  0x000054f2 
- 00020351  0x000049fe fetch  0x00000002 , 0x000045e0 
- 00020352  0x000049ff and_into  0x000000e0 , 0x0000003f 
- 00020353  0x00004a00 branch  0x00004f86 , 0x00000034 
- 00020354  0x00004a01 fetch  0x00000002 , 0x000045e0 
- 00020355  0x00004a02 increase  0x00000001 , 0x0000003f 
- 00020356  0x00004a03 store  0x00000002 , 0x000045e0 
- 00020357  0x00004a04 rtn 
- 00020358  0x00004a06 call  0x0000357f 
- 00020359  0x00004a07 call  0x00003651 
- 00020360  0x00004a08 nbranch  0x00003586 , 0x00000018 
- 00020361  0x00004a09 nbranch  0x00003586 , 0x0000002f 
- 00020362  0x00004a0a call  0x00005028 
- 00020363  0x00004a0b branch  0x0000356a 
- 00020364  0x00004a11 call  0x00003625 
- 00020365  0x00004a12 nbranch  0x00004f91 , 0x00000028 
- 00020366  0x00004a14 call  0x00004fa0 
- 00020367  0x00004a15 call  0x00004fd5 
- 00020368  0x00004a16 branch  0x00004fdb 
- 00020369  0x00004a19 fetch  0x00000008 , 0x0000489c 
- 00020370  0x00004a1a nbranch  0x00004f8e , 0x00000034 
- 00020371  0x00004a1b fetch  0x00000008 , 0x000048a4 
- 00020372  0x00004a1c nbranch  0x00004f8e , 0x00000034 
- 00020373  0x00004a1d fetch  0x00000004 , 0x000048ac 
- 00020374  0x00004a1e nbranch  0x00004f8e , 0x00000034 
- 00020375  0x00004a20 fetch  0x00000001 , 0x00004618 
- 00020376  0x00004a21 rtneq  0x00000001 
- 00020377  0x00004a22 call  0x0000369d 
- 00020378  0x00004a24 call  0x00004fc8 
- 00020379  0x00004a25 nrtn  0x00000028 
- 00020380  0x00004a26 fetch  0x00000001 , 0x0000473f 
- 00020381  0x00004a27 ncall  0x00004f75 , 0x00000034 
- 00020382  0x00004a28 fetch  0x00000004 , 0x000045af 
- 00020383  0x00004a29 branch  0x00003622 
- 00020384  0x00004a2c bpatch  0x0000005e , 0x0000400b 
- 00020385  0x00004a2d jam  0x00000000 , 0x00004601 
- 00020386  0x00004a2f fetchr  0x0000000b , 0x00000002 , 0x00000040 
- 00020387  0x00004a30 until  0x00000023 , 0x00000026 
- 00020388  0x00004a31 call  0x00004df5 
- 00020389  0x00004a32 fetch  0x00000001 , 0x000049a3 
- 00020390  0x00004a33 nbranch  0x00005ed1 , 0x00000034 
- 00020391  0x00004a34 call  0x00003651 
- 00020392  0x00004a35 fetch  0x00000001 , 0x0000457f 
- 00020393  0x00004a36 beq  0x00000001 , 0x00003646 
- 00020394  0x00004a37 nbranch  0x00004faf , 0x00000018 
- 00020395  0x00004a38 nbranch  0x00004faf , 0x0000002f 
- 00020396  0x00004a39 call  0x00005028 
- 00020397  0x00004a3a jam  0x00000000 , 0x0000473f 
- 00020398  0x00004a3b branch  0x00003646 
- 00020399  0x00004a3f fetch  0x00000001 , 0x00004602 
- 00020400  0x00004a40 nrtn  0x00000034 
- 00020401  0x00004a41 fetch  0x00000002 , 0x000045fe 
- 00020402  0x00004a42 increase  0x00000001 , 0x0000003f 
- 00020403  0x00004a43 store  0x00000002 , 0x000045fe 
- 00020404  0x00004a44 fetch  0x00000001 , 0x000045fe 
- 00020405  0x00004a45 beq  0x000000ff , 0x00003676 
- 00020406  0x00004a46 call  0x00004fb8 
- 00020407  0x00004a47 branch  0x00004fa2 
- 00020408  0x00004a4b fetcht  0x00000001 , 0x00004601 
- 00020409  0x00004a4c sub  0x00000002 , 0x00000014 , 0x0000003e 
- 00020410  0x00004a4d branch  0x00004fbe , 0x00000002 
- 00020411  0x00004a4e arg  0x00000019 , 0x00000039 
- 00020412  0x00004a4f call  0x00007c96 
- 00020413  0x00004a50 branch  0x00003694 
- 00020414  0x00004a53 increase  0x00000001 , 0x00000002 
- 00020415  0x00004a54 storet  0x00000001 , 0x00004601 
- 00020416  0x00004a55 fetch  0x00000004 , 0x0000458f 
- 00020417  0x00004a56 fetcht  0x00000004 , 0x000045e4 
- 00020418  0x00004a57 isub  0x00000002 , 0x0000003e 
- 00020419  0x00004a58 branch  0x00003222 , 0x00000005 
- 00020420  0x00004a59 fetch  0x00000001 , 0x00004601 
- 00020421  0x00004a5a sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00020422  0x00004a5b rtn  0x00000002 
- 00020423  0x00004a5c branch  0x0000369a 
- 00020424  0x00004a60 enable  0x00000028 
- 00020425  0x00004a61 call  0x00002408 
- 00020426  0x00004a62 fetch  0x00000003 , 0x000040bd 
- 00020427  0x00004a63 branch  0x00007dbc , 0x00000034 
- 00020428  0x00004a64 fetch  0x00000001 , 0x000049a1 
- 00020429  0x00004a65 nbranch  0x00007dbc , 0x00000034 
- 00020430  0x00004a66 fetch  0x00000001 , 0x000049a2 
- 00020431  0x00004a67 nbranch  0x00007dbc , 0x00000034 
- 00020432  0x00004a68 fetch  0x00000001 , 0x000049c4 
- 00020433  0x00004a69 nbranch  0x00007dbc , 0x00000034 
- 00020434  0x00004a6a fetch  0x00000001 , 0x00004618 
- 00020435  0x00004a6b beq  0x00000001 , 0x00007dbc 
- 00020436  0x00004a6c branch  0x000036b9 
- 00020437  0x00004a6f fetch  0x00000004 , 0x0000458f 
- 00020438  0x00004a70 fetcht  0x00000004 , 0x000045e4 
- 00020439  0x00004a71 isub  0x00000002 , 0x0000003e 
- 00020440  0x00004a72 nbranch  0x000036e9 , 0x00000005 
- 00020441  0x00004a73 jam  0x0000009e , 0x00004141 
- 00020442  0x00004a74 rtn 
- 00020443  0x00004a76 fetch  0x00000008 , 0x0000460b 
- 00020444  0x00004a77 store  0x00000008 , 0x000045af 
- 00020445  0x00004a78 fetch  0x00000002 , 0x0000461d 
- 00020446  0x00004a79 store  0x00000002 , 0x0000461f 
- 00020447  0x00004a7b bpatch  0x0000005f , 0x0000400b 
- 00020448  0x00004a7c call  0x000036b4 
- 00020449  0x00004a7d nrtn  0x00000028 
- 00020450  0x00004a7e call  0x00007de2 
- 00020451  0x00004a7f fetch  0x00000003 , 0x00004608 
- 00020452  0x00004a80 branch  0x00003622 
- 00020453  0x00004a89 rtnmark0  0x00000026 
- 00020454  0x00004a8a call  0x00004e47 
- 00020455  0x00004a8b nrtn  0x00000028 
- 00020456  0x00004a8c fetch  0x00000008 , 0x00004713 
- 00020457  0x00004a8d bbit0  0x00000016 , 0x000060a1 
- 00020458  0x00004a8e fetch  0x00000001 , 0x0000496c 
- 00020459  0x00004a8f nbranch  0x00004fed , 0x00000034 
- 00020460  0x00004a90 branch  0x000060a1 
- 00020461  0x00004a93 jam  0x00000002 , 0x00004589 
- 00020462  0x00004a94 arg  0x00000009 , 0x00000011 
- 00020463  0x00004a95 fetch  0x00000001 , 0x0000496d 
- 00020464  0x00004a96 nbranch  0x00004ff3 , 0x00000034 
- 00020465  0x00004a97 arg  0x00004733 , 0x00000012 
- 00020466  0x00004a98 rtn 
- 00020467  0x00004a9a arg  0x0000472a , 0x00000012 
- 00020468  0x00004a9b rtn 
- 00020469  0x00004aa1 setarg  0x00000000 
- 00020470  0x00004aa2 store  0x00000003 , 0x000046f8 
- 00020471  0x00004aa3 rtn 
- 00020472  0x00004aa6 bpatch  0x00000060 , 0x0000400c 
- 00020473  0x00004aa7 fetch  0x00000008 , 0x00004713 
- 00020474  0x00004aa8 rtnbit0  0x0000000e 
- 00020475  0x00004aa9 fetch  0x00000001 , 0x0000477d 
- 00020476  0x00004aaa rtn  0x00000034 
- 00020477  0x00004aab fetch  0x00000001 , 0x00004602 
- 00020478  0x00004aac rtn  0x00000034 
- 00020479  0x00004aad fetch  0x00000001 , 0x000046f5 
- 00020480  0x00004aae increase  0x00000001 , 0x0000003f 
- 00020481  0x00004aaf and_into  0x00000003 , 0x0000003f 
- 00020482  0x00004ab0 store  0x00000001 , 0x000046f5 
- 00020483  0x00004ab1 nrtn  0x00000034 
- 00020484  0x00004ab2 jam  0x00000000 , 0x000046f6 
- 00020485  0x00004ab5 fetch  0x00000001 , 0x000046f6 
- 00020486  0x00004ab6 increase  0x00000001 , 0x0000003f 
- 00020487  0x00004ab7 store  0x00000001 , 0x000046f6 
- 00020488  0x00004ab8 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00020489  0x00004ab9 nbranch  0x00005010 , 0x00000002 
- 00020490  0x00004aba call  0x0000357f 
- 00020491  0x00004abb call  0x00003651 
- 00020492  0x00004abc nbranch  0x00005016 , 0x00000018 
- 00020493  0x00004abd nbranch  0x00005016 , 0x0000002f 
- 00020494  0x00004abe call  0x00005028 
- 00020495  0x00004abf call  0x00005020 
- 00020496  0x00004ac1 call  0x0000357b 
- 00020497  0x00004ac2 fetch  0x00000001 , 0x000046f7 
- 00020498  0x00004ac3 increase  0x00000001 , 0x0000003f 
- 00020499  0x00004ac4 store  0x00000001 , 0x000046f7 
- 00020500  0x00004ac5 beq  0x00000010 , 0x00005018 
- 00020501  0x00004ac6 rtn 
- 00020502  0x00004ac9 call  0x00003222 
- 00020503  0x00004aca branch  0x00005005 
- 00020504  0x00004acd jam  0x00000000 , 0x000046f7 
- 00020505  0x00004ace fetch  0x00000001 , 0x000046f8 
- 00020506  0x00004acf rtnbit1  0x00000000 
- 00020507  0x00004ad0 set1  0x00000000 , 0x0000003f 
- 00020508  0x00004ad1 store  0x00000001 , 0x000046f8 
- 00020509  0x00004ad2 fetch  0x00000002 , 0x00004723 
- 00020510  0x00004ad3 store  0x00000002 , 0x00004781 
- 00020511  0x00004ad4 rtn 
- 00020512  0x00004ad8 fetch  0x00000001 , 0x00004602 
- 00020513  0x00004ad9 branch  0x00004ff5 , 0x00000034 
- 00020514  0x00004ada jam  0x00000000 , 0x000046f7 
- 00020515  0x00004adb fetch  0x00000001 , 0x000046f8 
- 00020516  0x00004adc rtnbit0  0x00000000 
- 00020517  0x00004add set0  0x00000000 , 0x0000003f 
- 00020518  0x00004ade store  0x00000001 , 0x000046f8 
- 00020519  0x00004adf branch  0x00005c0b 
- 00020520  0x00004ae3 call  0x0000366e 
- 00020521  0x00004ae4 fetch  0x00000001 , 0x000044f8 
- 00020522  0x00004ae5 compare  0x00000008 , 0x0000003f , 0x000000f8 
- 00020523  0x00004ae6 nrtn  0x00000001 
- 00020524  0x00004ae7 fetch  0x00000001 , 0x000044f9 
- 00020525  0x00004ae8 beq  0x000000ff , 0x00004b11 
- 00020526  0x00004ae9 rtn 
- 00020527  0x00004aef jam  0x00000001 , 0x000049f1 
- 00020528  0x00004af0 arg  0x00000017 , 0x00000011 
- 00020529  0x00004af1 arg  0x00000004 , 0x00000012 
- 00020530  0x00004af2 call  0x000029fb 
- 00020531  0x00004af3 setarg  0x00000006 
- 00020532  0x00004af4 istore  0x00000001 , 0x00000005 
- 00020533  0x00004af5 setarg  0x00000001 
- 00020534  0x00004af6 istore  0x00000002 , 0x00000005 
- 00020535  0x00004af7 setarg  0x0000ffff 
- 00020536  0x00004af8 istore  0x00000002 , 0x00000005 
- 00020537  0x00004af9 setarg  0x00002800 
- 00020538  0x00004afa istore  0x00000002 , 0x00000005 
- 00020539  0x00004afb arg  0x000049e1 , 0x00000006 
- 00020540  0x00004afc branch  0x00007c8f 
- 00020541  0x00004afe bpatch  0x00000061 , 0x0000400c 
- 00020542  0x00004aff fetch  0x00000001 , 0x000049f1 
- 00020543  0x00004b00 rtn  0x00000034 
- 00020544  0x00004b01 copy  0x00000011 , 0x00000006 
- 00020545  0x00004b02 ifetch  0x00000003 , 0x00000006 
- 00020546  0x00004b03 store  0x00000003 , 0x00004397 
- 00020547  0x00004b04 beq  0x0000000b , 0x00005091 
- 00020548  0x00004b05 beq  0x00000009 , 0x00005078 
- 00020549  0x00004b06 beq  0x00000007 , 0x00005048 
- 00020550  0x00004b07 beq  0x00000001 , 0x0000505b 
- 00020551  0x00004b08 branch  0x00002b96 
- 00020552  0x00004b0b fetch  0x00000001 , 0x000049f1 
- 00020553  0x00004b0c beq  0x00000002 , 0x0000506c 
- 00020554  0x00004b0e jam  0x00000002 , 0x000049c6 
- 00020555  0x00004b0f branch  0x00005050 
- 00020556  0x00004b12 fetch  0x00000001 , 0x000042cb 
- 00020557  0x00004b13 store  0x00000001 , 0x000049c6 
- 00020558  0x00004b14 branch  0x00005050 
- 00020559  0x00004b16 jam  0x00000003 , 0x000049c6 
- 00020560  0x00004b18 jam  0x00000000 , 0x000049f1 
- 00020561  0x00004b19 fetcht  0x00000002 , 0x000049df 
- 00020562  0x00004b1a setarg  0x00001fd0 
- 00020563  0x00004b1b isub  0x00000002 , 0x00000012 
- 00020564  0x00004b1c arg  0x000049c6 , 0x00000011 
- 00020565  0x00004b1e arg  0x00000001 , 0x00000039 
- 00020566  0x00004b1f call  0x00006b45 
- 00020567  0x00004b20 fetcht  0x00000002 , 0x000049df 
- 00020568  0x00004b21 increase  0x0000000e , 0x00000002 
- 00020569  0x00004b22 storet  0x00000002 , 0x000049df 
- 00020570  0x00004b23 rtn 
- 00020571  0x00004b28 fetch  0x00000001 , 0x000049f1 
- 00020572  0x00004b29 beq  0x00000002 , 0x0000504c 
- 00020573  0x00004b2a jam  0x00000002 , 0x000049f1 
- 00020574  0x00004b2b arg  0x00000009 , 0x00000011 
- 00020575  0x00004b2c arg  0x00000004 , 0x00000012 
- 00020576  0x00004b2d call  0x000029fb 
- 00020577  0x00004b2e setarg  0x00000006 
- 00020578  0x00004b2f istore  0x00000001 , 0x00000005 
- 00020579  0x00004b30 setarg  0x00000001 
- 00020580  0x00004b31 istore  0x00000002 , 0x00000005 
- 00020581  0x00004b32 setarg  0x0000ffff 
- 00020582  0x00004b33 istore  0x00000002 , 0x00000005 
- 00020583  0x00004b34 setarg  0x00002800 
- 00020584  0x00004b35 istore  0x00000002 , 0x00000005 
- 00020585  0x00004b36 arg  0x00000002 , 0x00000039 
- 00020586  0x00004b37 arg  0x000049f2 , 0x00000006 
- 00020587  0x00004b38 branch  0x00007cda 
- 00020588  0x00004b3b arg  0x00000007 , 0x00000011 
- 00020589  0x00004b3c arg  0x00000004 , 0x00000012 
- 00020590  0x00004b3d call  0x000029fb 
- 00020591  0x00004b3e setarg  0x00000008 
- 00020592  0x00004b3f istore  0x00000001 , 0x00000005 
- 00020593  0x00004b40 fetcht  0x00000002 , 0x00004339 
- 00020594  0x00004b41 increase  0x00000005 , 0x00000002 
- 00020595  0x00004b42 ifetch  0x00000004 , 0x00000002 
- 00020596  0x00004b43 istore  0x00000004 , 0x00000005 
- 00020597  0x00004b44 setarg  0x00002803 
- 00020598  0x00004b45 istore  0x00000002 , 0x00000005 
- 00020599  0x00004b46 rtn 
- 00020600  0x00004b49 fetch  0x00000002 , 0x00004335 
- 00020601  0x00004b4a increase  0xfffffffe , 0x0000003f 
- 00020602  0x00004b4b div  0x0000003f , 0x00000007 
- 00020603  0x00004b4c call  0x00007d62 
- 00020604  0x00004b4d quotient  0x00000039 
- 00020605  0x00004b4e fetch  0x00000002 , 0x00004339 
- 00020606  0x00004b4f add  0x0000003f , 0x00000006 , 0x00000006 
- 00020607  0x00004b50 branch  0x00005080 
- 00020608  0x00004b53 increase  0x00000003 , 0x00000006 
- 00020609  0x00004b54 ifetch  0x00000002 , 0x00000006 
- 00020610  0x00004b55 copy  0x0000003f , 0x00000013 
- 00020611  0x00004b56 ifetch  0x00000002 , 0x00000006 
- 00020612  0x00004b57 arg  0x00002a29 , 0x00000002 
- 00020613  0x00004b58 isub  0x00000002 , 0x0000003e 
- 00020614  0x00004b59 branch  0x00005089 , 0x00000005 
- 00020615  0x00004b5a loop  0x00005080 
- 00020616  0x00004b5b branch  0x0000504c 
- 00020617  0x00004b5d arg  0x00000003 , 0x00000011 
- 00020618  0x00004b5e arg  0x00000004 , 0x00000012 
- 00020619  0x00004b5f call  0x000029fb 
- 00020620  0x00004b60 setarg  0x0000000a 
- 00020621  0x00004b61 istore  0x00000001 , 0x00000005 
- 00020622  0x00004b62 copy  0x00000013 , 0x0000003f 
- 00020623  0x00004b63 istore  0x00000002 , 0x00000005 
- 00020624  0x00004b64 rtn 
- 00020625  0x00004b67 fetch  0x00000002 , 0x00004335 
- 00020626  0x00004b68 arg  0x00000009 , 0x00000039 
- 00020627  0x00004b69 fetch  0x00000002 , 0x00004339 
- 00020628  0x00004b6a add  0x0000003f , 0x00000005 , 0x00000011 
- 00020629  0x00004b6b arg  0x000049f4 , 0x00000012 
- 00020630  0x00004b6c call  0x00007d64 
- 00020631  0x00004b6d branch  0x0000504f , 0x00000005 
- 00020632  0x00004b6e branch  0x0000504c 
- 00020633  0x00004b77 branch  0x000050bd , 0x0000002b 
- 00020634  0x00004b78 call  0x00002952 
- 00020635  0x00004b79 setarg  0x000050c7 
- 00020636  0x00004b7a store  0x00000002 , 0x000043db 
- 00020637  0x00004b7b setarg  0x000050ca 
- 00020638  0x00004b7c store  0x00000002 , 0x000043dd 
- 00020639  0x00004b7d setarg  0x000050c3 
- 00020640  0x00004b7e store  0x00000002 , 0x000043d3 
- 00020641  0x00004b7f setarg  0x00005180 
- 00020642  0x00004b80 store  0x00000002 , 0x000043e1 
- 00020643  0x00004b81 setarg  0x000053b0 
- 00020644  0x00004b82 store  0x00000002 , 0x000043df 
- 00020645  0x00004b83 setarg  0x000053c1 
- 00020646  0x00004b84 store  0x00000002 , 0x000043e3 
- 00020647  0x00004b86 bpatch  0x00000062 , 0x0000400c 
- 00020648  0x00004b87 call  0x000050ab 
- 00020649  0x00004b88 call  0x000050be 
- 00020650  0x00004b89 branch  0x0000533b 
- 00020651  0x00004b8c fetch  0x00000001 , 0x00008060 
- 00020652  0x00004b8d set0  0x00000000 , 0x0000003f 
- 00020653  0x00004b8e store  0x00000001 , 0x00008060 
- 00020654  0x00004b8f fetch  0x00000008 , 0x00004500 
- 00020655  0x00004b90 call  0x00006d68 
- 00020656  0x00004b91 fetch  0x00000002 , 0x00004508 
- 00020657  0x00004b92 call  0x00006d73 
- 00020658  0x00004b93 call  0x00006d82 
- 00020659  0x00004b94 jam  0x00000008 , 0x00008077 
- 00020660  0x00004b95 jam  0x00000049 , 0x00008076 
- 00020661  0x00004b96 jam  0x0000000a , 0x00008079 
- 00020662  0x00004b97 jam  0x0000000b , 0x0000807a 
- 00020663  0x00004b99 arg  0x00000081 , 0x00000002 
- 00020664  0x00004b9a fetch  0x00000002 , 0x0000450f 
- 00020665  0x00004b9b isolate1  0x00000000 , 0x0000003f 
- 00020666  0x00004b9c setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00020667  0x00004b9d storet  0x00000001 , 0x00008060 
- 00020668  0x00004b9e rtn 
- 00020669  0x00004ba1 branch  0x000050ab 
- 00020670  0x00004ba6 fetcht  0x00000001 , 0x000044f5 
- 00020671  0x00004ba7 call  0x00006ef7 
- 00020672  0x00004ba8 call  0x000050ed 
- 00020673  0x00004ba9 fetcht  0x00000001 , 0x000044f3 
- 00020674  0x00004baa branch  0x00006edd 
- 00020675  0x00004bad fetcht  0x00000001 , 0x000044f3 
- 00020676  0x00004bae call  0x00006ee6 
- 00020677  0x00004baf nbranch  0x0000430a , 0x00000001 
- 00020678  0x00004bb0 branch  0x00004308 
- 00020679  0x00004bb4 call  0x000069a9 
- 00020680  0x00004bb5 nrtn  0x00000034 
- 00020681  0x00004bb6 branch  0x000050ef 
- 00020682  0x00004bba copy  0x00000013 , 0x0000003f 
- 00020683  0x00004bbb beq  0x00000014 , 0x000050dc 
- 00020684  0x00004bbc beq  0x00000015 , 0x000050d8 
- 00020685  0x00004bbd beq  0x00000030 , 0x00005375 
- 00020686  0x00004bbe beq  0x00000031 , 0x00005377 
- 00020687  0x00004bbf beq  0x00000032 , 0x00005381 
- 00020688  0x00004bc0 beq  0x00000033 , 0x0000537f 
- 00020689  0x00004bc1 beq  0x00000034 , 0x0000536f 
- 00020690  0x00004bc2 beq  0x0000003d , 0x0000534f 
- 00020691  0x00004bc3 beq  0x00000041 , 0x000050e2 
- 00020692  0x00004bc4 beq  0x00000042 , 0x000050e4 
- 00020693  0x00004bc5 beq  0x00000043 , 0x0000536d 
- 00020694  0x00004bc6 beq  0x0000003b , 0x00005358 
- 00020695  0x00004bc7 rtn 
- 00020696  0x00004bcc call  0x000029cb 
- 00020697  0x00004bcd jam  0x00000000 , 0x00004511 
- 00020698  0x00004bce call  0x000050e0 
- 00020699  0x00004bcf branch  0x00005321 
- 00020700  0x00004bd6 call  0x000050e7 
- 00020701  0x00004bd7 fetch  0x00000001 , 0x000044fe 
- 00020702  0x00004bd8 store  0x00000001 , 0x000040c0 
- 00020703  0x00004bd9 branch  0x0000531f 
- 00020704  0x00004bde call  0x00005149 
- 00020705  0x00004bdf branch  0x000050e5 
- 00020706  0x00004be3 call  0x000030f3 
- 00020707  0x00004be4 branch  0x00002ed5 
- 00020708  0x00004be7 branch  0x00005391 
- 00020709  0x00004beb fetcht  0x00000001 , 0x000044f5 
- 00020710  0x00004bec branch  0x00006ef7 
- 00020711  0x00004bef call  0x000050e9 
- 00020712  0x00004bf0 branch  0x000050ed 
- 00020713  0x00004bf3 fetch  0x00000001 , 0x000044f8 
- 00020714  0x00004bf4 isolate1  0x00000001 , 0x0000003f 
- 00020715  0x00004bf5 call  0x00004315 , 0x00000001 
- 00020716  0x00004bf6 rtn 
- 00020717  0x00004bf8 fetcht  0x00000001 , 0x000044f5 
- 00020718  0x00004bf9 branch  0x00006ef3 
- 00020719  0x00004bfd fetch  0x00000001 , 0x0000810b 
- 00020720  0x00004bfe rtnbit1  0x00000002 
- 00020721  0x00004bff call  0x00006d96 
- 00020722  0x00004c00 ifetch  0x00000001 , 0x00000003 
- 00020723  0x00004c01 bne  0x00000001 , 0x00005105 
- 00020724  0x00004c02 fetch  0x00000002 , 0x00008112 
- 00020725  0x00004c03 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00020726  0x00004c04 rtn  0x00000002 
- 00020727  0x00004c05 ifetch  0x00000001 , 0x00000003 
- 00020728  0x00004c06 store  0x00000001 , 0x000006e2 
- 00020729  0x00004c07 ifetcht  0x00000001 , 0x00000003 
- 00020730  0x00004c08 copy  0x00000003 , 0x00000011 
- 00020731  0x00004c09 storet  0x00000001 , 0x000006e3 
- 00020732  0x00004c0a add  0x00000002 , 0x00000003 , 0x00000002 
- 00020733  0x00004c0b fetch  0x00000002 , 0x00008112 
- 00020734  0x00004c0c isub  0x00000002 , 0x00000002 
- 00020735  0x00004c0d nrtn  0x00000002 
- 00020736  0x00004c0e jam  0x00000001 , 0x000006e4 
- 00020737  0x00004c0f call  0x00005113 
- 00020738  0x00004c10 fetch  0x00000001 , 0x000006e4 
- 00020739  0x00004c11 rtneq  0x00000000 
- 00020740  0x00004c12 branch  0x0000510e 
- 00020741  0x00004c15 call  0x00007c95 
- 00020742  0x00004c16 call  0x0000535e 
- 00020743  0x00004c17 branch  0x00005108 
- 00020744  0x00004c1b bpatch  0x00000063 , 0x0000400c 
- 00020745  0x00004c1c call  0x00006d96 
- 00020746  0x00004c1d fetch  0x00000002 , 0x00008112 
- 00020747  0x00004c1e rtn  0x00000034 
- 00020748  0x00004c1f iadd  0x00000003 , 0x00000003 
- 00020749  0x00004c20 branch  0x00005112 
- 00020750  0x00004c23 call  0x00006d96 
- 00020751  0x00004c24 increase  0x00000002 , 0x00000003 
- 00020752  0x00004c25 ifetch  0x00000001 , 0x00000003 
- 00020753  0x00004c26 iadd  0x00000003 , 0x00000003 
- 00020754  0x00004c28 branch  0x00006d9c 
- 00020755  0x00004c2c bpatch  0x00000064 , 0x0000400c 
- 00020756  0x00004c2d fetch  0x00000001 , 0x000006e2 
- 00020757  0x00004c2e beq  0x00000001 , 0x0000513d 
- 00020758  0x00004c2f beq  0x00000002 , 0x00005142 
- 00020759  0x00004c30 beq  0x00000004 , 0x00005150 
- 00020760  0x00004c31 beq  0x00000009 , 0x00005154 
- 00020761  0x00004c32 beq  0x0000000b , 0x000051ab 
- 00020762  0x00004c33 beq  0x0000000e , 0x000051ac 
- 00020763  0x00004c34 beq  0x0000000f , 0x000051b4 
- 00020764  0x00004c35 beq  0x00000010 , 0x000051bc 
- 00020765  0x00004c36 beq  0x00000012 , 0x000051c0 
- 00020766  0x00004c37 beq  0x00000026 , 0x000051c4 
- 00020767  0x00004c38 beq  0x00000028 , 0x000051c9 
- 00020768  0x00004c39 beq  0x0000002a , 0x000051cc 
- 00020769  0x00004c3a beq  0x0000002b , 0x000051ff 
- 00020770  0x00004c3b beq  0x0000002c , 0x00005205 
- 00020771  0x00004c3c beq  0x00000030 , 0x0000520c 
- 00020772  0x00004c3d beq  0x00000031 , 0x00005211 
- 00020773  0x00004c3e beq  0x00000032 , 0x00005222 
- 00020774  0x00004c3f beq  0x00000033 , 0x0000522d 
- 00020775  0x00004c40 beq  0x00000034 , 0x0000525a 
- 00020776  0x00004c41 beq  0x00000035 , 0x0000525d 
- 00020777  0x00004c42 beq  0x00000036 , 0x00005266 
- 00020778  0x00004c43 beq  0x00000037 , 0x0000526f 
- 00020779  0x00004c44 beq  0x00000038 , 0x00005275 
- 00020780  0x00004c45 beq  0x00000040 , 0x0000527d 
- 00020781  0x00004c46 beq  0x00000042 , 0x00005287 
- 00020782  0x00004c47 beq  0x00000048 , 0x0000528c 
- 00020783  0x00004c49 beq  0x00000051 , 0x00005297 
- 00020784  0x00004c4a beq  0x00000061 , 0x0000529b 
- 00020785  0x00004c4b beq  0x00000076 , 0x000052aa 
- 00020786  0x00004c4c beq  0x00000077 , 0x000052b0 
- 00020787  0x00004c4d beq  0x00000078 , 0x000052b5 
- 00020788  0x00004c4e beq  0x0000007a , 0x000052eb 
- 00020789  0x00004c4f beq  0x0000007b , 0x000052f9 
- 00020790  0x00004c50 beq  0x00000090 , 0x000052ff 
- 00020791  0x00004c51 beq  0x00000091 , 0x00005304 
- 00020792  0x00004c52 beq  0x00000092 , 0x00005308 
- 00020793  0x00004c53 beq  0x00000093 , 0x0000530d 
- 00020794  0x00004c54 beq  0x00000094 , 0x00005311 
- 00020795  0x00004c55 beq  0x000000ff , 0x00005317 
- 00020796  0x00004c56 branch  0x00005319 
- 00020797  0x00004c5d fetch  0x00000001 , 0x000006e3 
- 00020798  0x00004c5e bne  0x00000006 , 0x00005319 
- 00020799  0x00004c5f ifetch  0x00000006 , 0x00000003 
- 00020800  0x00004c60 store  0x00000006 , 0x000042db 
- 00020801  0x00004c61 branch  0x0000531c 
- 00020802  0x00004c66 fetch  0x00000001 , 0x000006e3 
- 00020803  0x00004c67 bne  0x00000001 , 0x00005319 
- 00020804  0x00004c68 ifetcht  0x00000001 , 0x00000003 
- 00020805  0x00004c69 storet  0x00000001 , 0x000044ff 
- 00020806  0x00004c6a call  0x0000531c 
- 00020807  0x00004c6b fetch  0x00000002 , 0x000044e9 
- 00020808  0x00004c6c rtnbit1  0x00000009 
- 00020809  0x00004c70 fetch  0x00000001 , 0x000044f8 
- 00020810  0x00004c71 isolate1  0x00000001 , 0x0000003f 
- 00020811  0x00004c72 nrtn  0x00000001 
- 00020812  0x00004c73 fetcht  0x00000001 , 0x000044ff 
- 00020813  0x00004c74 isolate1  0x00000002 , 0x00000002 
- 00020814  0x00004c75 branch  0x00004317 , 0x00000001 
- 00020815  0x00004c76 branch  0x00004315 
- 00020816  0x00004c7c arg  0x0000001d , 0x0000003f 
- 00020817  0x00004c7d arg  0x0000426b , 0x00000005 
- 00020818  0x00004c7e call  0x00005260 
- 00020819  0x00004c7f branch  0x00002952 
- 00020820  0x00004c85 fetch  0x00000002 , 0x000044e9 
- 00020821  0x00004c86 bbit0  0x00000009 , 0x00005319 
- 00020822  0x00004c87 call  0x000051a8 
- 00020823  0x00004c88 branch  0x00005319 , 0x00000028 
- 00020824  0x00004c89 jam  0x00000000 , 0x000006e4 
- 00020825  0x00004c8a fetch  0x00000002 , 0x0000450f 
- 00020826  0x00004c8b bbit1  0x00000008 , 0x00005179 
- 00020827  0x00004c8c fetch  0x00000001 , 0x00004511 
- 00020828  0x00004c8d nrtn  0x00000034 
- 00020829  0x00004c8e jam  0x00000001 , 0x000006e4 
- 00020830  0x00004c8f ifetch  0x00000002 , 0x00000003 
- 00020831  0x00004c90 store  0x00000002 , 0x00004512 
- 00020832  0x00004c91 storer  0x00000003 , 0x00000002 , 0x00004514 
- 00020833  0x00004c92 fetch  0x00000001 , 0x000006e3 
- 00020834  0x00004c93 pincrease  0xfffffffe 
- 00020835  0x00004c94 nbranch  0x00005319 , 0x00000002 
- 00020836  0x00004c95 branch  0x00005319 , 0x00000005 
- 00020837  0x00004c96 store  0x00000001 , 0x00004511 
- 00020838  0x00004c97 fetcht  0x00000002 , 0x00004512 
- 00020839  0x00004c98 increase  0xffffffff , 0x00000002 
- 00020840  0x00004c99 call  0x00002cd2 
- 00020841  0x00004c9a branch  0x0000517c , 0x00000034 
- 00020842  0x00004c9b ifetcht  0x00000004 , 0x00000006 
- 00020843  0x00004c9c setarg  0x01280302 
- 00020844  0x00004c9d isub  0x00000002 , 0x0000003e 
- 00020845  0x00004c9e nbranch  0x0000517c , 0x00000005 
- 00020846  0x00004c9f ifetch  0x00000001 , 0x00000006 
- 00020847  0x00004ca0 store  0x00000001 , 0x00004516 
- 00020848  0x00004ca1 and_into  0x00000030 , 0x0000003f 
- 00020849  0x00004ca2 branch  0x0000517c , 0x00000034 
- 00020850  0x00004ca3 jam  0x00000000 , 0x000006e4 
- 00020851  0x00004ca4 call  0x000029c9 
- 00020852  0x00004ca5 call  0x00005180 
- 00020853  0x00004ca6 call  0x00005180 
- 00020854  0x00004ca7 call  0x00005180 
- 00020855  0x00004ca8 fetch  0x00000002 , 0x0000450f 
- 00020856  0x00004ca9 rtnbit0  0x00000008 
- 00020857  0x00004cab jam  0x00000001 , 0x000006e4 
- 00020858  0x00004cac call  0x000053d6 
- 00020859  0x00004cad branch  0x0000531c 
- 00020860  0x00004cb0 jam  0x00000000 , 0x00004511 
- 00020861  0x00004cb1 jam  0x00000001 , 0x000006e4 
- 00020862  0x00004cb2 call  0x000053d6 
- 00020863  0x00004cb3 branch  0x00005319 
- 00020864  0x00004cb6 fetch  0x00000001 , 0x00004511 
- 00020865  0x00004cb7 rtn  0x00000034 
- 00020866  0x00004cb8 call  0x00002a28 
- 00020867  0x00004cb9 nrtn  0x00000034 
- 00020868  0x00004cba call  0x000051a3 
- 00020869  0x00004cbb bpatch  0x00000065 , 0x0000400c 
- 00020870  0x00004cbc fetch  0x00000002 , 0x000042e1 
- 00020871  0x00004cbd call  0x00007db0 
- 00020872  0x00004cbe copy  0x0000003f , 0x00000002 
- 00020873  0x00004cbf fetch  0x00000001 , 0x00004396 
- 00020874  0x00004cc0 rtnbit1  0x00000000 
- 00020875  0x00004cc1 add  0x00000002 , 0xfffffffd , 0x0000003f 
- 00020876  0x00004cc2 arg  0x000000fb , 0x00000002 
- 00020877  0x00004cc3 call  0x00007db0 
- 00020878  0x00004cc4 fetcht  0x00000001 , 0x00004511 
- 00020879  0x00004cc5 call  0x00007db0 
- 00020880  0x00004cc6 copy  0x0000003f , 0x00000011 
- 00020881  0x00004cc7 copy  0x00000002 , 0x0000003f 
- 00020882  0x00004cc8 isub  0x00000011 , 0x0000003f 
- 00020883  0x00004cc9 store  0x00000001 , 0x00004511 
- 00020884  0x00004cca call  0x0000519e 
- 00020885  0x00004ccb fetch  0x00000002 , 0x00004514 
- 00020886  0x00004ccc copy  0x0000003f , 0x00000003 
- 00020887  0x00004ccd copy  0x00000011 , 0x00000039 
- 00020888  0x00004cce call  0x00006dca 
- 00020889  0x00004ccf copy  0x00000003 , 0x0000003f 
- 00020890  0x00004cd0 store  0x00000002 , 0x00004514 
- 00020891  0x00004cd1 fetch  0x00000001 , 0x00004511 
- 00020892  0x00004cd2 nrtn  0x00000034 
- 00020893  0x00004cd3 branch  0x000053d4 
- 00020894  0x00004cd6 fetcht  0x00000002 , 0x00004512 
- 00020895  0x00004cd7 fetch  0x00000001 , 0x00004516 
- 00020896  0x00004cd8 bbit1  0x00000005 , 0x00002df7 
- 00020897  0x00004cd9 bbit1  0x00000004 , 0x00002dee 
- 00020898  0x00004cda rtn 
- 00020899  0x00004cdf arg  0x00000017 , 0x00000002 
- 00020900  0x00004ce0 fetch  0x00000002 , 0x0000450f 
- 00020901  0x00004ce1 rtnbit1  0x00000001 
- 00020902  0x00004ce2 fetcht  0x00000002 , 0x000042e3 
- 00020903  0x00004ce3 rtn 
- 00020904  0x00004ce6 fetch  0x00000002 , 0x0000450f 
- 00020905  0x00004ce7 bbit1  0x00000002 , 0x00002dc7 
- 00020906  0x00004ce8 branch  0x00007dbc 
- 00020907  0x00004ced branch  0x0000533f 
- 00020908  0x00004cf4 ifetch  0x00000001 , 0x00000003 
- 00020909  0x00004cf5 fetcht  0x00000001 , 0x0000450f 
- 00020910  0x00004cf6 nsetflag  0x00000034 , 0x00000000 , 0x00000002 
- 00020911  0x00004cf7 storet  0x00000001 , 0x0000450f 
- 00020912  0x00004cf8 fetcht  0x00000001 , 0x00008060 
- 00020913  0x00004cf9 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00020914  0x00004cfa storet  0x00000001 , 0x00008060 
- 00020915  0x00004cfb branch  0x0000531c 
- 00020916  0x00004d00 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00020917  0x00004d01 call  0x00007d33 
- 00020918  0x00004d02 call  0x00006d77 
- 00020919  0x00004d03 store  0x00000002 , 0x00004508 
- 00020920  0x00004d04 call  0x0000531c 
- 00020921  0x00004d05 call  0x00006dae 
- 00020922  0x00004d06 fetch  0x00000002 , 0x00004508 
- 00020923  0x00004d07 branch  0x00006d73 
- 00020924  0x00004d0c arg  0x00000002 , 0x00000011 
- 00020925  0x00004d0d arg  0x000044f1 , 0x00000012 
- 00020926  0x00004d0e arg  0x00000000 , 0x00000002 
- 00020927  0x00004d0f branch  0x00005323 
- 00020928  0x00004d15 fetch  0x00000002 , 0x000044e9 
- 00020929  0x00004d16 bbit0  0x00000009 , 0x00005319 
- 00020930  0x00004d18 call  0x0000531c 
- 00020931  0x00004d19 branch  0x0000431f 
- 00020932  0x00004d20 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00020933  0x00004d21 fetch  0x00000002 , 0x000043f8 
- 00020934  0x00004d22 icopy  0x00000005 
- 00020935  0x00004d23 call  0x00006dca 
- 00020936  0x00004d24 branch  0x0000531c 
- 00020937  0x00004d29 fetch  0x00000002 , 0x000044e9 
- 00020938  0x00004d2a bbit1  0x00000009 , 0x0000528c 
- 00020939  0x00004d2b branch  0x00005319 
- 00020940  0x00004d30 arg  0x00000040 , 0x00000039 
- 00020941  0x00004d31 arg  0x00004348 , 0x00000005 
- 00020942  0x00004d32 call  0x00007ca1 
- 00020943  0x00004d33 setarg  0x00000000 
- 00020944  0x00004d34 store  0x00000001 , 0x00000688 
- 00020945  0x00004d35 copy  0x00000011 , 0x00000003 
- 00020946  0x00004d37 copy  0x00000003 , 0x0000003f 
- 00020947  0x00004d38 store  0x00000002 , 0x0000068c 
- 00020948  0x00004d39 call  0x000051fa 
- 00020949  0x00004d3b fetch  0x00000001 , 0x00000688 
- 00020950  0x00004d3c fetcht  0x00000001 , 0x00000678 
- 00020951  0x00004d3d increase  0x00000001 , 0x00000002 
- 00020952  0x00004d3e iadd  0x00000002 , 0x0000003f 
- 00020953  0x00004d3f store  0x00000001 , 0x00000688 
- 00020954  0x00004d41 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00020955  0x00004d42 nbranch  0x000051e6 , 0x00000002 
- 00020956  0x00004d44 fetcht  0x00000001 , 0x00004348 
- 00020957  0x00004d45 setarg  0x00004349 
- 00020958  0x00004d46 iadd  0x00000002 , 0x0000003f 
- 00020959  0x00004d47 store  0x00000002 , 0x00000691 
- 00020960  0x00004d48 fetcht  0x00000001 , 0x00000678 
- 00020961  0x00004d49 increase  0x00000001 , 0x00000002 
- 00020962  0x00004d4a fetch  0x00000001 , 0x00004348 
- 00020963  0x00004d4b iadd  0x00000002 , 0x0000003f 
- 00020964  0x00004d4c store  0x00000001 , 0x00004348 
- 00020965  0x00004d4d branch  0x000051ef 
- 00020966  0x00004d4f fetcht  0x00000001 , 0x00004368 
- 00020967  0x00004d50 setarg  0x00004369 
- 00020968  0x00004d51 iadd  0x00000002 , 0x0000003f 
- 00020969  0x00004d52 store  0x00000002 , 0x00000691 
- 00020970  0x00004d53 fetcht  0x00000001 , 0x00000678 
- 00020971  0x00004d54 increase  0x00000001 , 0x00000002 
- 00020972  0x00004d55 fetch  0x00000001 , 0x00004368 
- 00020973  0x00004d56 iadd  0x00000002 , 0x0000003f 
- 00020974  0x00004d57 store  0x00000001 , 0x00004368 
- 00020975  0x00004d59 fetch  0x00000002 , 0x00000691 
- 00020976  0x00004d5a copy  0x0000003f , 0x00000005 
- 00020977  0x00004d5b fetch  0x00000002 , 0x0000068c 
- 00020978  0x00004d5c copy  0x0000003f , 0x00000003 
- 00020979  0x00004d5e copy  0x00000002 , 0x00000039 
- 00020980  0x00004d5f call  0x00006dca 
- 00020981  0x00004d61 fetch  0x00000001 , 0x000006e3 
- 00020982  0x00004d62 fetcht  0x00000001 , 0x00000688 
- 00020983  0x00004d63 isub  0x00000002 , 0x0000003e 
- 00020984  0x00004d64 nbranch  0x000051d2 , 0x00000005 
- 00020985  0x00004d65 branch  0x0000531c 
- 00020986  0x00004d69 ifetch  0x00000001 , 0x00000003 
- 00020987  0x00004d6a store  0x00000001 , 0x00000678 
- 00020988  0x00004d6b ifetch  0x00000001 , 0x00000003 
- 00020989  0x00004d6c store  0x00000001 , 0x00000684 
- 00020990  0x00004d6d rtn 
- 00020991  0x00004d72 arg  0x00000000 , 0x00000002 
- 00020992  0x00004d73 arg  0x00000002 , 0x00000011 
- 00020993  0x00004d74 fetch  0x00000002 , 0x0000450c 
- 00020994  0x00004d75 store  0x00000002 , 0x000006a1 
- 00020995  0x00004d76 arg  0x000006a1 , 0x00000012 
- 00020996  0x00004d77 branch  0x00005323 
- 00020997  0x00004d7c fetch  0x00000001 , 0x000006e3 
- 00020998  0x00004d7d bne  0x00000001 , 0x00005319 
- 00020999  0x00004d7e ifetch  0x00000001 , 0x00000003 
- 00021000  0x00004d7f store  0x00000001 , 0x0000450a 
- 00021001  0x00004d80 setarg  0x00000000 
- 00021002  0x00004d81 store  0x00000002 , 0x0000450c 
- 00021003  0x00004d82 branch  0x0000531c 
- 00021004  0x00004d87 fetch  0x00000001 , 0x000006e3 
- 00021005  0x00004d88 bne  0x00000004 , 0x00005319 
- 00021006  0x00004d89 fetch  0x00000002 , 0x000044e9 
- 00021007  0x00004d8a bbit1  0x00000009 , 0x000052eb 
- 00021008  0x00004d8b branch  0x00005319 
- 00021009  0x00004d91 fetch  0x00000001 , 0x000006e3 
- 00021010  0x00004d92 bne  0x00000003 , 0x00005319 
- 00021011  0x00004d93 ifetch  0x00000001 , 0x00000003 
- 00021012  0x00004d94 beq  0x00000000 , 0x00005217 
- 00021013  0x00004d95 beq  0x00000001 , 0x0000521d 
- 00021014  0x00004d96 branch  0x00005319 
- 00021015  0x00004d99 call  0x0000531c 
- 00021016  0x00004d9a ifetcht  0x00000001 , 0x00000003 
- 00021017  0x00004d9b ifetch  0x00000001 , 0x00000003 
- 00021018  0x00004d9c beq  0x00000002 , 0x00006f0f 
- 00021019  0x00004d9d nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021020  0x00004d9e branch  0x00006edd 
- 00021021  0x00004da1 call  0x0000531c 
- 00021022  0x00004da2 ifetcht  0x00000001 , 0x00000003 
- 00021023  0x00004da3 ifetch  0x00000001 , 0x00000003 
- 00021024  0x00004da4 branch  0x00006ef7 , 0x00000034 
- 00021025  0x00004da5 branch  0x00006ef3 
- 00021026  0x00004daa fetch  0x00000001 , 0x000006e3 
- 00021027  0x00004dab bne  0x00000001 , 0x00005319 
- 00021028  0x00004dac ifetcht  0x00000001 , 0x00000003 
- 00021029  0x00004dad call  0x00006ee6 
- 00021030  0x00004dae setarg  0x00000000 
- 00021031  0x00004daf nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00021032  0x00004db0 arg  0x00000001 , 0x00000011 
- 00021033  0x00004db1 store  0x00000002 , 0x000006a1 
- 00021034  0x00004db2 arg  0x000006a1 , 0x00000012 
- 00021035  0x00004db3 arg  0x00000000 , 0x00000002 
- 00021036  0x00004db4 branch  0x00005323 
- 00021037  0x00004db9 ifetch  0x00000001 , 0x00000003 
- 00021038  0x00004dba copy  0x0000003f , 0x00000002 
- 00021039  0x00004dbb beq  0x00000081 , 0x0000523c 
- 00021040  0x00004dbc beq  0x00000082 , 0x00005240 
- 00021041  0x00004dbd beq  0x00000083 , 0x00005245 
- 00021042  0x00004dbe beq  0x00000084 , 0x00005249 
- 00021043  0x00004dbf store  0x00000001 , 0x000042fe 
- 00021044  0x00004dc0 call  0x000074ff 
- 00021045  0x00004dc1 call  0x00002ec4 
- 00021046  0x00004dc2 fetch  0x00000001 , 0x000042fe 
- 00021047  0x00004dc3 beq  0x00000000 , 0x0000524d 
- 00021048  0x00004dc4 beq  0x00000001 , 0x00005250 
- 00021049  0x00004dc5 beq  0x00000002 , 0x00005252 
- 00021050  0x00004dc6 beq  0x00000004 , 0x00005254 
- 00021051  0x00004dc7 branch  0x00005319 
- 00021052  0x00004dca storet  0x00000001 , 0x000042fe 
- 00021053  0x00004dcb call  0x00002ec0 
- 00021054  0x00004dcc jam  0x0000000d , 0x000042c7 
- 00021055  0x00004dcd branch  0x0000524e 
- 00021056  0x00004dcf storet  0x00000001 , 0x000042fe 
- 00021057  0x00004dd0 call  0x00002ec0 
- 00021058  0x00004dd1 jam  0x0000000d , 0x000042c7 
- 00021059  0x00004dd2 jam  0x00000001 , 0x000042c5 
- 00021060  0x00004dd3 branch  0x0000531c 
- 00021061  0x00004dd5 storet  0x00000001 , 0x000042fe 
- 00021062  0x00004dd6 call  0x00002ec0 
- 00021063  0x00004dd7 jam  0x0000000d , 0x000042c7 
- 00021064  0x00004dd8 branch  0x00005258 
- 00021065  0x00004dda storet  0x00000001 , 0x000042fe 
- 00021066  0x00004ddb call  0x00002ec0 
- 00021067  0x00004ddc jam  0x0000000d , 0x000042c7 
- 00021068  0x00004ddd branch  0x00005256 
- 00021069  0x00004de1 jam  0x00000000 , 0x000042c7 
- 00021070  0x00004de3 jam  0x00000003 , 0x000042c5 
- 00021071  0x00004de4 branch  0x0000531c 
- 00021072  0x00004de6 jam  0x00000001 , 0x000042c7 
- 00021073  0x00004de7 branch  0x0000524e 
- 00021074  0x00004de9 jam  0x00000005 , 0x000042c7 
- 00021075  0x00004dea branch  0x00005258 
- 00021076  0x00004dec jam  0x00000005 , 0x000042c7 
- 00021077  0x00004ded branch  0x00005256 
- 00021078  0x00004def jam  0x00000002 , 0x000042c5 
- 00021079  0x00004df0 branch  0x0000531c 
- 00021080  0x00004df2 jam  0x00000000 , 0x000042c5 
- 00021081  0x00004df3 branch  0x0000531c 
- 00021082  0x00004df8 arg  0x0000001f , 0x0000003f 
- 00021083  0x00004df9 arg  0x00004348 , 0x00000005 
- 00021084  0x00004dfa branch  0x00005260 
- 00021085  0x00004dff arg  0x0000001f , 0x0000003f 
- 00021086  0x00004e00 arg  0x00004368 , 0x00000005 
- 00021087  0x00004e01 branch  0x00005260 
- 00021088  0x00004e04 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00021089  0x00004e05 isub  0x00000039 , 0x0000003e 
- 00021090  0x00004e06 nbranch  0x00005319 , 0x00000002 
- 00021091  0x00004e07 istorer  0x00000039 , 0x00000001 , 0x00000005 
- 00021092  0x00004e08 call  0x00006dca 
- 00021093  0x00004e09 branch  0x0000531c 
- 00021094  0x00004e0e fetch  0x00000002 , 0x000044e9 
- 00021095  0x00004e0f bbit0  0x00000009 , 0x00005319 
- 00021096  0x00004e10 fetch  0x00000001 , 0x000006e3 
- 00021097  0x00004e11 bne  0x00000008 , 0x00005319 
- 00021098  0x00004e12 ifetch  0x00000008 , 0x00000003 
- 00021099  0x00004e13 store  0x00000008 , 0x000042d3 
- 00021100  0x00004e14 jam  0x00000012 , 0x0000066f 
- 00021101  0x00004e15 call  0x00007834 
- 00021102  0x00004e16 branch  0x0000531c 
- 00021103  0x00004e1b ifetch  0x00000002 , 0x00000003 
- 00021104  0x00004e1c store  0x00000002 , 0x00004389 
- 00021105  0x00004e1d storet  0x00000001 , 0x000040a6 
- 00021106  0x00004e1e iadd  0x00000002 , 0x0000003f 
- 00021107  0x00004e1f store  0x00000002 , 0x000040a4 
- 00021108  0x00004e20 branch  0x0000531c 
- 00021109  0x00004e25 fetch  0x00000001 , 0x000042fe 
- 00021110  0x00004e26 branch  0x00005319 , 0x00000034 
- 00021111  0x00004e27 fetch  0x00000001 , 0x000042fc 
- 00021112  0x00004e28 bne  0x00000000 , 0x00005319 
- 00021113  0x00004e29 fetch  0x00000001 , 0x000042fd 
- 00021114  0x00004e2a bne  0x00000000 , 0x00005319 
- 00021115  0x00004e2b call  0x000078a9 
- 00021116  0x00004e2c branch  0x0000531c 
- 00021117  0x00004e31 fetch  0x00000001 , 0x000006e3 
- 00021118  0x00004e32 bne  0x00000005 , 0x00005319 
- 00021119  0x00004e33 ifetch  0x00000001 , 0x00000003 
- 00021120  0x00004e34 store  0x00000001 , 0x000044f9 
- 00021121  0x00004e35 ifetch  0x00000004 , 0x00000003 
- 00021122  0x00004e36 store  0x00000004 , 0x000044fa 
- 00021123  0x00004e37 fetcht  0x00000001 , 0x000044f9 
- 00021124  0x00004e38 call  0x00006ef7 
- 00021125  0x00004e39 call  0x000053ae 
- 00021126  0x00004e3a branch  0x0000531c 
- 00021127  0x00004e3f fetch  0x00000001 , 0x000006e3 
- 00021128  0x00004e40 bne  0x00000001 , 0x00005319 
- 00021129  0x00004e41 ifetch  0x00000001 , 0x00000003 
- 00021130  0x00004e42 store  0x00000001 , 0x00004141 
- 00021131  0x00004e43 branch  0x0000531c 
- 00021132  0x00004e48 ifetch  0x00000001 , 0x00000003 
- 00021133  0x00004e49 beq  0x00000001 , 0x00005295 
- 00021134  0x00004e4a fetch  0x00000001 , 0x000042fa 
- 00021135  0x00004e4b beq  0x00000003 , 0x00005293 
- 00021136  0x00004e4c beq  0x00000006 , 0x00005293 
- 00021137  0x00004e4d beq  0x00000007 , 0x00005293 
- 00021138  0x00004e4e branch  0x00005319 
- 00021139  0x00004e50 jam  0x00000001 , 0x000042fb 
- 00021140  0x00004e51 branch  0x0000531c 
- 00021141  0x00004e54 call  0x00002f2a 
- 00021142  0x00004e55 branch  0x0000531c 
- 00021143  0x00004e5c call  0x0000531c 
- 00021144  0x00004e5d call  0x00006dae 
- 00021145  0x00004e5e jam  0x00000001 , 0x00008010 
- 00021146  0x00004e5f branch  0x0000235a 
- 00021147  0x00004e64 fetch  0x00000001 , 0x000006e3 
- 00021148  0x00004e65 beq  0x00000000 , 0x00005319 
- 00021149  0x00004e66 ifetch  0x00000001 , 0x00000003 
- 00021150  0x00004e67 branch  0x000052a8 , 0x00000034 
- 00021151  0x00004e68 fetch  0x00000001 , 0x000006e3 
- 00021152  0x00004e69 bne  0x00000005 , 0x00005319 
- 00021153  0x00004e6a ifetch  0x00000004 , 0x00000003 
- 00021154  0x00004e6b arg  0x000f4240 , 0x00000002 
- 00021155  0x00004e6c isub  0x00000002 , 0x0000003e 
- 00021156  0x00004e6d branch  0x00005319 , 0x00000002 
- 00021157  0x00004e6e store  0x00000004 , 0x000042ff 
- 00021158  0x00004e6f call  0x000029c1 
- 00021159  0x00004e70 branch  0x0000531c 
- 00021160  0x00004e73 call  0x000029c3 
- 00021161  0x00004e74 branch  0x0000531c 
- 00021162  0x00004e79 arg  0x00000001 , 0x00000002 
- 00021163  0x00004e7a call  0x00002cd2 
- 00021164  0x00004e7b add  0x00000006 , 0xfffffffe , 0x00000005 
- 00021165  0x00004e7c setarg  0x00000000 
- 00021166  0x00004e7d istore  0x00000002 , 0x00000005 
- 00021167  0x00004e7e branch  0x0000531c 
- 00021168  0x00004e83 call  0x000052b9 
- 00021169  0x00004e84 call  0x000052e7 
- 00021170  0x00004e85 setarg  0x00000000 
- 00021171  0x00004e86 istore  0x00000002 , 0x00000005 
- 00021172  0x00004e87 branch  0x00005388 
- 00021173  0x00004e8d ifetch  0x00000001 , 0x00000003 
- 00021174  0x00004e8e call  0x000052bd 
- 00021175  0x00004e8f call  0x000052c4 
- 00021176  0x00004e90 branch  0x00005388 
- 00021177  0x00004e94 call  0x000052e4 
- 00021178  0x00004e95 setarg  0x00280002 
- 00021179  0x00004e96 istore  0x00000003 , 0x00000005 
- 00021180  0x00004e97 rtn 
- 00021181  0x00004e9b store  0x00000001 , 0x00000670 
- 00021182  0x00004e9c call  0x000052e4 
- 00021183  0x00004e9d setarg  0x01280302 
- 00021184  0x00004e9e istore  0x00000004 , 0x00000005 
- 00021185  0x00004e9f fetch  0x00000001 , 0x00000670 
- 00021186  0x00004ea0 istore  0x00000003 , 0x00000005 
- 00021187  0x00004ea1 rtn 
- 00021188  0x00004ea5 call  0x00002cf6 
- 00021189  0x00004ea6 ifetch  0x00000001 , 0x00000003 
- 00021190  0x00004ea7 and  0x0000003f , 0x0000001f , 0x00000039 
- 00021191  0x00004ea8 copy  0x0000003f , 0x00000011 
- 00021192  0x00004ea9 isolate1  0x00000007 , 0x00000011 
- 00021193  0x00004eaa setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00021194  0x00004eab isolate1  0x00000006 , 0x00000011 
- 00021195  0x00004eac setflag  0x00000001 , 0x0000000e , 0x00000002 
- 00021196  0x00004ead istoret  0x00000002 , 0x00000005 
- 00021197  0x00004eae copy  0x00000039 , 0x0000003f 
- 00021198  0x00004eaf istore  0x00000001 , 0x00000005 
- 00021199  0x00004eb0 call  0x00006ddd 
- 00021200  0x00004eb1 call  0x000052e7 
- 00021201  0x00004eb2 setarg  0x00000000 
- 00021202  0x00004eb3 istore  0x00000002 , 0x00000005 
- 00021203  0x00004eb4 and  0x00000002 , 0x000000ff , 0x00000002 
- 00021204  0x00004eb5 increase  0xffffffff , 0x00000002 
- 00021205  0x00004eb6 call  0x00002cd2 
- 00021206  0x00004eb7 add  0x00000006 , 0x00000004 , 0x00000006 
- 00021207  0x00004eb8 ifetch  0x00000001 , 0x00000006 
- 00021208  0x00004eb9 bbit1  0x00000004 , 0x000052dc 
- 00021209  0x00004eba bbit1  0x00000005 , 0x000052dc 
- 00021210  0x00004ebb increase  0x00000001 , 0x00000002 
- 00021211  0x00004ebc rtn 
- 00021212  0x00004ec0 call  0x00002cf6 
- 00021213  0x00004ec1 isolate1  0x00000005 , 0x00000011 
- 00021214  0x00004ec2 setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00021215  0x00004ec3 istoret  0x00000002 , 0x00000005 
- 00021216  0x00004ec4 setarg  0x02290202 
- 00021217  0x00004ec5 istore  0x00000008 , 0x00000005 
- 00021218  0x00004ec6 increase  0xffffffff , 0x00000002 
- 00021219  0x00004ec7 rtn 
- 00021220  0x00004ecb call  0x00002cf6 
- 00021221  0x00004ecc istoret  0x00000002 , 0x00000005 
- 00021222  0x00004ecd rtn 
- 00021223  0x00004ed1 ifetch  0x00000001 , 0x00000003 
- 00021224  0x00004ed2 copy  0x0000003f , 0x00000039 
- 00021225  0x00004ed3 istore  0x00000001 , 0x00000005 
- 00021226  0x00004ed4 branch  0x00006ddd 
- 00021227  0x00004ed9 fetch  0x00000001 , 0x000042fc 
- 00021228  0x00004eda bne  0x00000005 , 0x00005319 
- 00021229  0x00004edb fetch  0x00000001 , 0x000042fe 
- 00021230  0x00004edc beq  0x00000004 , 0x000052f7 
- 00021231  0x00004edd beq  0x00000084 , 0x000052f1 
- 00021232  0x00004ede branch  0x00005319 
- 00021233  0x00004ee1 jam  0x00000002 , 0x000042f9 
- 00021234  0x00004ee2 jam  0x00000008 , 0x000042fa 
- 00021235  0x00004ee3 branch  0x000052f4 
- 00021236  0x00004ee6 ifetch  0x00000004 , 0x00000003 
- 00021237  0x00004ee7 store  0x00000004 , 0x000042ff 
- 00021238  0x00004ee8 branch  0x0000531c 
- 00021239  0x00004eeb call  0x000052f4 
- 00021240  0x00004eec branch  0x00002f13 
- 00021241  0x00004ef1 ifetch  0x00000006 , 0x00000003 
- 00021242  0x00004ef2 store  0x00000006 , 0x000042cc 
- 00021243  0x00004ef3 jam  0x0000001b , 0x000001bc 
- 00021244  0x00004ef4 jam  0x00000001 , 0x00004517 
- 00021245  0x00004ef5 jam  0x00000001 , 0x00004343 
- 00021246  0x00004ef6 branch  0x0000531c 
- 00021247  0x00004efc fetch  0x00000001 , 0x000006e3 
- 00021248  0x00004efd bne  0x00000002 , 0x00005319 
- 00021249  0x00004efe ifetcht  0x00000002 , 0x00000003 
- 00021250  0x00004eff call  0x00002a2d 
- 00021251  0x00004f00 branch  0x0000531c 
- 00021252  0x00004f05 arg  0x00000000 , 0x00000002 
- 00021253  0x00004f06 arg  0x00000002 , 0x00000011 
- 00021254  0x00004f07 arg  0x00004075 , 0x00000012 
- 00021255  0x00004f08 branch  0x00005323 
- 00021256  0x00004f0d fetch  0x00000001 , 0x000006e3 
- 00021257  0x00004f0e bne  0x00000008 , 0x00005319 
- 00021258  0x00004f0f ifetch  0x00000008 , 0x00000003 
- 00021259  0x00004f10 call  0x00002a2b 
- 00021260  0x00004f11 branch  0x0000531c 
- 00021261  0x00004f16 ifetchr  0x00000011 , 0x00000001 , 0x00000003 
- 00021262  0x00004f17 ifetchr  0x00000012 , 0x00000002 , 0x00000003 
- 00021263  0x00004f18 arg  0x00000000 , 0x00000002 
- 00021264  0x00004f19 branch  0x00005323 
- 00021265  0x00004f1e fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00021266  0x00004f1f increase  0xfffffffe , 0x00000039 
- 00021267  0x00004f20 ifetch  0x00000002 , 0x00000003 
- 00021268  0x00004f21 copy  0x0000003f , 0x00000005 
- 00021269  0x00004f22 call  0x00006dca 
- 00021270  0x00004f23 branch  0x0000531c 
- 00021271  0x00004f29 jam  0x00000000 , 0x00004094 
- 00021272  0x00004f2a branch  0x0000531c 
- 00021273  0x00004f30 arg  0x00000001 , 0x00000002 
- 00021274  0x00004f31 arg  0x00000000 , 0x00000011 
- 00021275  0x00004f32 branch  0x00005323 
- 00021276  0x00004f36 arg  0x00000000 , 0x00000002 
- 00021277  0x00004f37 arg  0x00000000 , 0x00000011 
- 00021278  0x00004f38 branch  0x00005323 
- 00021279  0x00004f3d jam  0x00000002 , 0x000006e2 
- 00021280  0x00004f3e branch  0x0000533c 
- 00021281  0x00004f44 jam  0x00000005 , 0x000006e2 
- 00021282  0x00004f45 branch  0x0000533c 
- 00021283  0x00004f4e fetch  0x00000001 , 0x000006e2 
- 00021284  0x00004f4f copy  0x0000003f , 0x00000013 
- 00021285  0x00004f50 jam  0x00000006 , 0x000006e2 
- 00021286  0x00004f51 setarg  0x00000002 
- 00021287  0x00004f52 iadd  0x00000011 , 0x0000003f 
- 00021288  0x00004f53 call  0x00005397 
- 00021289  0x00004f54 copy  0x00000013 , 0x0000003f 
- 00021290  0x00004f55 istore  0x00000001 , 0x00000003 
- 00021291  0x00004f56 istoret  0x00000001 , 0x00000003 
- 00021292  0x00004f57 copy  0x00000011 , 0x00000039 
- 00021293  0x00004f58 copy  0x00000012 , 0x00000006 
- 00021294  0x00004f59 call  0x00006dc4 
- 00021295  0x00004f5a branch  0x000053a1 
- 00021296  0x00004f62 jam  0x00000008 , 0x000006e2 
- 00021297  0x00004f63 add  0x00000039 , 0x00000002 , 0x0000003f 
- 00021298  0x00004f64 call  0x00005397 
- 00021299  0x00004f65 fetch  0x00000002 , 0x0000070d 
- 00021300  0x00004f66 istore  0x00000002 , 0x00000003 
- 00021301  0x00004f67 fetch  0x00000002 , 0x0000070b 
- 00021302  0x00004f68 icopy  0x00000006 
- 00021303  0x00004f69 call  0x00006db1 
- 00021304  0x00004f6a copy  0x00000006 , 0x0000003f 
- 00021305  0x00004f6b store  0x00000002 , 0x0000070b 
- 00021306  0x00004f6c branch  0x000053a1 
- 00021307  0x00004f71 jam  0x00000009 , 0x000006e2 
- 00021308  0x00004f73 setarg  0x00000000 
- 00021309  0x00004f74 call  0x00005397 
- 00021310  0x00004f75 branch  0x000053a1 
- 00021311  0x00004f7a jam  0x0000000a , 0x000006e2 
- 00021312  0x00004f7b setarg  0x00000001 
- 00021313  0x00004f7c call  0x00005397 
- 00021314  0x00004f7e call  0x00005349 
- 00021315  0x00004f80 fetch  0x00000002 , 0x000044e9 
- 00021316  0x00004f81 arg  0x00000009 , 0x00000007 
- 00021317  0x00004f82 qisolate1  0x0000003f 
- 00021318  0x00004f83 setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00021319  0x00004f87 istoret  0x00000001 , 0x00000003 
- 00021320  0x00004f88 branch  0x000053a1 
- 00021321  0x00004f8d arg  0x00000000 , 0x00000002 
- 00021322  0x00004f8e fetch  0x00000001 , 0x00004388 
- 00021323  0x00004f8f arg  0x00000000 , 0x00000007 
- 00021324  0x00004f90 qisolate1  0x0000003f 
- 00021325  0x00004f91 setflag  0x00000001 , 0x00000002 , 0x00000002 
- 00021326  0x00004f92 rtn 
- 00021327  0x00004f97 jam  0x0000000d , 0x000006e2 
- 00021328  0x00004f98 fetch  0x00000001 , 0x000043fa 
- 00021329  0x00004f99 mul32  0x0000003f , 0x00000022 , 0x0000003f 
- 00021330  0x00004f9a icopy  0x00000039 
- 00021331  0x00004f9b call  0x00005397 
- 00021332  0x00004f9c fetch  0x00000002 , 0x000043f8 
- 00021333  0x00004f9d icopy  0x00000006 
- 00021334  0x00004f9e call  0x00006db1 
- 00021335  0x00004f9f branch  0x000053a1 
- 00021336  0x00004fa3 jam  0x0000000e , 0x000006e2 
- 00021337  0x00004fa4 setarg  0x00000004 
- 00021338  0x00004fa5 call  0x00005397 
- 00021339  0x00004fa6 fetch  0x00000004 , 0x000005fa 
- 00021340  0x00004fa7 istore  0x00000004 , 0x00000003 
- 00021341  0x00004fa8 branch  0x000053a1 
- 00021342  0x00004fac jam  0x0000000f , 0x000006e2 
- 00021343  0x00004fad fetch  0x00000002 , 0x00008112 
- 00021344  0x00004fae arg  0x00000040 , 0x00000002 
- 00021345  0x00004faf call  0x00007db0 
- 00021346  0x00004fb0 copy  0x0000003f , 0x00000011 
- 00021347  0x00004fb1 copy  0x0000003f , 0x00000039 
- 00021348  0x00004fb2 call  0x00006d96 
- 00021349  0x00004fb3 arg  0x000006a1 , 0x00000005 
- 00021350  0x00004fb4 call  0x00006dca 
- 00021351  0x00004fb5 copy  0x00000011 , 0x0000003f 
- 00021352  0x00004fb6 copy  0x00000011 , 0x00000039 
- 00021353  0x00004fb7 call  0x00005397 
- 00021354  0x00004fb8 arg  0x000006a1 , 0x00000006 
- 00021355  0x00004fb9 call  0x00006db1 
- 00021356  0x00004fba branch  0x000053a1 
- 00021357  0x00004fbf jam  0x00000010 , 0x000006e2 
- 00021358  0x00004fc0 branch  0x0000533c 
- 00021359  0x00004fc5 jam  0x00000011 , 0x000006e2 
- 00021360  0x00004fc6 setarg  0x00000004 
- 00021361  0x00004fc7 call  0x00005397 
- 00021362  0x00004fc8 fetch  0x00000004 , 0x000042ff 
- 00021363  0x00004fc9 istore  0x00000004 , 0x00000003 
- 00021364  0x00004fca branch  0x000053a1 
- 00021365  0x00004fcf arg  0x00000180 , 0x00000011 
- 00021366  0x00004fd0 branch  0x00005379 
- 00021367  0x00004fd3 arg  0x00000080 , 0x00000011 
- 00021368  0x00004fd4 branch  0x00005379 
- 00021369  0x00004fd8 jam  0x00000014 , 0x000006e2 
- 00021370  0x00004fd9 setarg  0x00000002 
- 00021371  0x00004fda call  0x00005397 
- 00021372  0x00004fdb copy  0x00000011 , 0x0000003f 
- 00021373  0x00004fdc istore  0x00000002 , 0x00000003 
- 00021374  0x00004fdd branch  0x000053a1 
- 00021375  0x00004fe2 arg  0x00000000 , 0x00000013 
- 00021376  0x00004fe3 branch  0x00005382 
- 00021377  0x00004fe6 arg  0x00000001 , 0x00000013 
- 00021378  0x00004fe9 jam  0x00000015 , 0x000006e2 
- 00021379  0x00004fea setarg  0x00000001 
- 00021380  0x00004feb call  0x00005397 
- 00021381  0x00004fec copy  0x00000013 , 0x0000003f 
- 00021382  0x00004fed istore  0x00000001 , 0x00000003 
- 00021383  0x00004fee branch  0x000053a1 
- 00021384  0x00004ff5 storet  0x00000002 , 0x00000678 
- 00021385  0x00004ff6 jam  0x00000029 , 0x000006e2 
- 00021386  0x00004ff7 setarg  0x00000002 
- 00021387  0x00004ff8 call  0x00005397 
- 00021388  0x00004ff9 fetcht  0x00000002 , 0x00000678 
- 00021389  0x00004ffa istoret  0x00000002 , 0x00000003 
- 00021390  0x00004ffb branch  0x000053a1 
- 00021391  0x00005000 jam  0x0000002b , 0x000006e2 
- 00021392  0x00005001 branch  0x0000533c 
- 00021393  0x00005006 jam  0x00000040 , 0x000006e2 
- 00021394  0x00005007 setarg  0x00000002 
- 00021395  0x00005008 call  0x00005397 
- 00021396  0x00005009 fetch  0x00000002 , 0x00004075 
- 00021397  0x0000500a istore  0x00000002 , 0x00000003 
- 00021398  0x0000500b branch  0x000053a1 
- 00021399  0x00005018 jam  0x00000002 , 0x000006e1 
- 00021400  0x00005019 store  0x00000001 , 0x000006e3 
- 00021401  0x0000501a storet  0x00000008 , 0x00000678 
- 00021402  0x0000501b bpatch  0x00000066 , 0x0000400c 
- 00021403  0x0000501c call  0x000053a3 
- 00021404  0x0000501d fetcht  0x00000008 , 0x00000678 
- 00021405  0x0000501e call  0x00006da2 
- 00021406  0x0000501f fetch  0x00000003 , 0x000006e1 
- 00021407  0x00005020 istore  0x00000003 , 0x00000003 
- 00021408  0x00005021 rtn 
- 00021409  0x00005024 bpatch  0x00000067 , 0x0000400c 
- 00021410  0x00005025 branch  0x00006da4 
- 00021411  0x00005028 call  0x000053ac 
- 00021412  0x00005029 rtn  0x00000001 
- 00021413  0x0000502b call  0x000053aa 
- 00021414  0x0000502c fetch  0x00000004 , 0x000044fa 
- 00021415  0x0000502d rshift2  0x0000003f , 0x0000003f 
- 00021416  0x0000502e rtn  0x00000034 
- 00021417  0x0000502f branch  0x00007c91 
- 00021418  0x00005032 fetcht  0x00000001 , 0x000044f9 
- 00021419  0x00005033 branch  0x00006ef7 
- 00021420  0x00005036 fetcht  0x00000001 , 0x000044f9 
- 00021421  0x00005037 branch  0x00006f02 
- 00021422  0x0000503a fetcht  0x00000001 , 0x000044f9 
- 00021423  0x0000503b branch  0x00006ef3 
- 00021424  0x00005047 storer  0x00000011 , 0x00000002 , 0x0000070b 
- 00021425  0x00005048 storer  0x00000012 , 0x00000002 , 0x00000709 
- 00021426  0x00005049 fetch  0x00000002 , 0x00004398 
- 00021427  0x0000504a store  0x00000002 , 0x0000070d 
- 00021428  0x0000504b call  0x000051a8 
- 00021429  0x0000504c rtn  0x00000028 
- 00021430  0x0000504f fetcht  0x00000002 , 0x00000709 
- 00021431  0x00005050 fetch  0x00000001 , 0x0000450e 
- 00021432  0x00005051 call  0x00007db0 
- 00021433  0x00005052 copy  0x0000003f , 0x00000039 
- 00021434  0x00005053 copy  0x00000002 , 0x0000003f 
- 00021435  0x00005054 isub  0x00000039 , 0x0000003f 
- 00021436  0x00005055 store  0x00000002 , 0x00000709 
- 00021437  0x00005056 call  0x00005330 
- 00021438  0x00005057 fetch  0x00000002 , 0x00000709 
- 00021439  0x00005058 rtn  0x00000034 
- 00021440  0x00005059 branch  0x000053b6 
- 00021441  0x0000505f rtn 
- 00021442  0x00005062 fetch  0x00000001 , 0x0000450a 
- 00021443  0x00005063 rtn  0x00000034 
- 00021444  0x00005064 fetch  0x00000001 , 0x0000450b 
- 00021445  0x00005065 rtn  0x00000034 
- 00021446  0x00005066 increase  0xffffffff , 0x0000003f 
- 00021447  0x00005067 store  0x00000001 , 0x0000450b 
- 00021448  0x00005068 nrtn  0x00000034 
- 00021449  0x00005069 jam  0x00000005 , 0x0000450b 
- 00021450  0x0000506a call  0x00006f82 
- 00021451  0x0000506b call  0x00006fb0 
- 00021452  0x0000506c div  0x0000003f , 0x0000000a 
- 00021453  0x0000506d call  0x00007d5f 
- 00021454  0x0000506e div  0x0000003f , 0x00000064 
- 00021455  0x0000506f call  0x00007d5f 
- 00021456  0x00005070 remainder  0x00000002 
- 00021457  0x00005071 store  0x00000001 , 0x0000450c 
- 00021458  0x00005072 storet  0x00000001 , 0x0000450d 
- 00021459  0x00005073 rtn 
- 00021460  0x0000507a arg  0x00000008 , 0x00000007 
- 00021461  0x0000507b branch  0x000053dc 
- 00021462  0x0000507e arg  0x00000008 , 0x00000007 
- 00021463  0x0000507f branch  0x000053d8 
- 00021464  0x00005082 fetch  0x00000002 , 0x0000450f 
- 00021465  0x00005083 qset0  0x0000003f 
- 00021466  0x00005084 store  0x00000002 , 0x0000450f 
- 00021467  0x00005085 rtn 
- 00021468  0x00005088 fetch  0x00000002 , 0x0000450f 
- 00021469  0x00005089 qset1  0x0000003f 
- 00021470  0x0000508a store  0x00000002 , 0x0000450f 
- 00021471  0x0000508b rtn 
- 00021472  0x00005091 call  0x00007396 
- 00021473  0x00005092 call  0x00005410 
- 00021474  0x00005093 call  0x00005949 
- 00021475  0x00005094 rtn  0x0000002b 
- 00021476  0x00005095 call  0x00005747 
- 00021477  0x00005096 call  0x00005f37 
- 00021478  0x00005097 call  0x000053ec 
- 00021479  0x00005098 call  0x000059ed 
- 00021480  0x0000509a fetch  0x00000002 , 0x000044e9 
- 00021481  0x0000509b bbit1  0x0000000c , 0x00005c1a 
- 00021482  0x0000509c call  0x00005eb6 
- 00021483  0x0000509d branch  0x0000548c 
- 00021484  0x000050a1 bpatch  0x00000068 , 0x0000400d 
- 00021485  0x000050a2 setarg  0x00006235 
- 00021486  0x000050a3 store  0x00000002 , 0x000045f8 
- 00021487  0x000050a4 setarg  0x0000622b 
- 00021488  0x000050a5 store  0x00000002 , 0x000045fa 
- 00021489  0x000050a6 setarg  0x00006109 
- 00021490  0x000050a7 store  0x00000002 , 0x000043e9 
- 00021491  0x000050a8 setarg  0x00006096 
- 00021492  0x000050a9 store  0x00000002 , 0x000045f2 
- 00021493  0x000050aa setarg  0x000060c1 
- 00021494  0x000050ab store  0x00000002 , 0x000045f4 
- 00021495  0x000050ac setarg  0x0000550c 
- 00021496  0x000050ad store  0x00000002 , 0x000045f6 
- 00021497  0x000050ae setarg  0x00005b23 
- 00021498  0x000050af store  0x00000002 , 0x000043d9 
- 00021499  0x000050b0 setarg  0x00005507 
- 00021500  0x000050b1 store  0x00000002 , 0x000043d7 
- 00021501  0x000050b2 setarg  0x00005ac1 
- 00021502  0x000050b3 store  0x00000002 , 0x000043dd 
- 00021503  0x000050b4 setarg  0x00005e5d 
- 00021504  0x000050b5 store  0x00000002 , 0x000043db 
- 00021505  0x000050b6 setarg  0x000054d5 
- 00021506  0x000050b7 store  0x00000002 , 0x000043d5 
- 00021507  0x000050b8 setarg  0x00005b08 
- 00021508  0x000050b9 store  0x00000002 , 0x000043df 
- 00021509  0x000050ba setarg  0x00005b85 
- 00021510  0x000050bb store  0x00000002 , 0x000043e3 
- 00021511  0x000050bc setarg  0x000055fa 
- 00021512  0x000050bd store  0x00000002 , 0x000043e7 
- 00021513  0x000050be setarg  0x000054c5 
- 00021514  0x000050bf store  0x00000002 , 0x000043d3 
- 00021515  0x000050c0 setarg  0x00006221 
- 00021516  0x000050c1 store  0x00000002 , 0x000043e1 
- 00021517  0x000050c2 setarg  0x00006228 
- 00021518  0x000050c3 store  0x00000002 , 0x000043e5 
- 00021519  0x000050c4 rtn 
- 00021520  0x000050c8 rtn  0x0000002b 
- 00021521  0x000050c9 call  0x000035f0 
- 00021522  0x000050ca call  0x0000325b 
- 00021523  0x000050cb call  0x000062aa 
- 00021524  0x000050cc call  0x00005589 
- 00021525  0x000050cd call  0x000055c6 
- 00021526  0x000050ce call  0x0000544a 
- 00021527  0x000050cf call  0x00006177 
- 00021528  0x000050d0 call  0x00002a41 
- 00021529  0x000050d2 bpatch  0x00000069 , 0x0000400d 
- 00021530  0x000050d3 fetch  0x00000008 , 0x00004713 
- 00021531  0x000050d4 bbit1  0x00000013 , 0x00005d60 
- 00021532  0x000050d5 bbit1  0x00000012 , 0x00005d6e 
- 00021533  0x000050d6 bbit1  0x00000014 , 0x00005da6 
- 00021534  0x000050d7 rtn 
- 00021535  0x000050da jam  0x00000010 , 0x00004099 
- 00021536  0x000050db fetch  0x00000008 , 0x00004713 
- 00021537  0x000050dc rtnbit1  0x0000000c 
- 00021538  0x000050dd jam  0x00000018 , 0x00004099 
- 00021539  0x000050de rtn 
- 00021540  0x000050e1 call  0x00003281 
- 00021541  0x000050e2 fetch  0x00000008 , 0x00004713 
- 00021542  0x000050e3 rtnbit0  0x0000003d 
- 00021543  0x000050e4 branch  0x00003284 
- 00021544  0x000050e7 bpatch  0x0000006a , 0x0000400d 
- 00021545  0x000050e8 fetch  0x00000008 , 0x00004713 
- 00021546  0x000050e9 isolate1  0x00000005 , 0x0000003f 
- 00021547  0x000050ea call  0x00005f08 , 0x00000001 
- 00021548  0x000050ed fetch  0x00000002 , 0x0000463a 
- 00021549  0x000050ee store  0x00000002 , 0x000045d6 
- 00021550  0x000050f0 fetch  0x00000001 , 0x0000463d 
- 00021551  0x000050f1 store  0x00000002 , 0x000045dc 
- 00021552  0x000050f3 fetch  0x00000005 , 0x0000463f 
- 00021553  0x000050f4 store  0x00000005 , 0x00004628 
- 00021554  0x000050f6 fetch  0x00000001 , 0x0000463e 
- 00021555  0x000050f7 store  0x00000001 , 0x000045d1 
- 00021556  0x000050f9 fetch  0x00000001 , 0x000045b9 
- 00021557  0x000050fa ncall  0x0000326b , 0x00000034 
- 00021558  0x000050fc bpatch  0x0000006b , 0x0000400d 
- 00021559  0x000050fd call  0x0000541f 
- 00021560  0x000050fe call  0x00005424 
- 00021561  0x000050ff call  0x00005fe4 
- 00021562  0x00005100 branch  0x00003287 
- 00021563  0x00005103 setarg  0x00009000 
- 00021564  0x00005104 store  0x00000002 , 0x000042f7 
- 00021565  0x00005105 jam  0x00000003 , 0x000040c1 
- 00021566  0x00005106 jam  0x00000008 , 0x000040a6 
- 00021567  0x00005107 jam  0x00000000 , 0x0000497f 
- 00021568  0x00005108 jam  0x00000000 , 0x00004980 
- 00021569  0x00005109 setarg  0x00000200 
- 00021570  0x0000510a store  0x00000002 , 0x000040a4 
- 00021571  0x0000510b jam  0x00000017 , 0x000042e1 
- 00021572  0x0000510c jam  0x00000017 , 0x000042e3 
- 00021573  0x0000510e setarg  0x000047c3 
- 00021574  0x0000510f store  0x00000002 , 0x0000433f 
- 00021575  0x00005110 setarg  0x00000010 
- 00021576  0x00005111 store  0x00000002 , 0x00004341 
- 00021577  0x00005112 branch  0x00005539 
- 00021578  0x00005115 bpatch  0x0000006c , 0x0000400d 
- 00021579  0x00005116 call  0x0000543b 
- 00021580  0x00005117 jam  0x00000000 , 0x0000487a 
- 00021581  0x00005119 setarg  0x00000a77 
- 00021582  0x0000511a store  0x00000002 , 0x000043f5 
- 00021583  0x0000511b setsect  0x00000000 , 0x00001224 
- 00021584  0x0000511c setsect  0x00000001 , 0x00004000 
- 00021585  0x0000511d setsect  0x00000002 , 0x00000000 
- 00021586  0x0000511e istore  0x00000005 , 0x00000005 
- 00021587  0x00005121 fetch  0x00000008 , 0x00004713 
- 00021588  0x00005122 bbit0  0x0000001b , 0x00005458 
- 00021589  0x00005123 setarg  0x00000006 
- 00021590  0x00005124 store  0x00000002 , 0x000042d3 
- 00021591  0x00005125 store  0x00000002 , 0x000042d5 
- 00021592  0x00005127 call  0x00005481 
- 00021593  0x00005128 fetch  0x00000008 , 0x00004713 
- 00021594  0x00005129 bbit0  0x00000018 , 0x0000545c 
- 00021595  0x0000512a call  0x00005476 
- 00021596  0x0000512c fetch  0x00000003 , 0x00004608 
- 00021597  0x0000512d store  0x00000003 , 0x0000475d 
- 00021598  0x0000512e fetch  0x00000001 , 0x00004666 
- 00021599  0x0000512f store  0x00000001 , 0x000049a1 
- 00021600  0x00005130 fetch  0x00000003 , 0x000042de 
- 00021601  0x00005131 store  0x00000003 , 0x00004797 
- 00021602  0x00005132 setarg  0x00000000 
- 00021603  0x00005133 store  0x00000007 , 0x00004846 
- 00021604  0x00005134 fetch  0x00000001 , 0x000044eb 
- 00021605  0x00005135 store  0x00000001 , 0x0000497c 
- 00021606  0x00005136 store  0x00000001 , 0x0000497d 
- 00021607  0x00005137 call  0x00002969 
- 00021608  0x00005139 bpatch  0x0000006d , 0x0000400d 
- 00021609  0x0000513a fetch  0x00000001 , 0x0000464f 
- 00021610  0x0000513b store  0x00000001 , 0x00004958 
- 00021611  0x0000513c fetch  0x00000001 , 0x0000464e 
- 00021612  0x0000513d rtneq  0x000000ff 
- 00021613  0x0000513e fetcht  0x00000001 , 0x0000464e 
- 00021614  0x0000513f call  0x000055b5 
- 00021615  0x00005140 fetcht  0x00000001 , 0x0000464e 
- 00021616  0x00005141 call  0x00006ee6 
- 00021617  0x00005142 call  0x00005473 , 0x00000001 
- 00021618  0x00005143 branch  0x000055b1 
- 00021619  0x00005145 fetch  0x00000001 , 0x00004650 
- 00021620  0x00005146 store  0x00000001 , 0x00004958 
- 00021621  0x00005147 rtn 
- 00021622  0x0000514a fetch  0x00000003 , 0x00004743 
- 00021623  0x0000514b store  0x00000003 , 0x00004608 
- 00021624  0x0000514c fetch  0x00000003 , 0x00004746 
- 00021625  0x0000514d store  0x00000003 , 0x0000460b 
- 00021626  0x0000514e fetch  0x00000001 , 0x00004749 
- 00021627  0x0000514f store  0x00000001 , 0x00004621 
- 00021628  0x00005150 fetch  0x00000004 , 0x00004755 
- 00021629  0x00005151 store  0x00000004 , 0x00004751 
- 00021630  0x00005153 setarg  0x00100c0c 
- 00021631  0x00005154 store  0x00000003 , 0x000045a7 
- 00021632  0x00005155 rtn 
- 00021633  0x00005158 fetch  0x00000003 , 0x0000474a 
- 00021634  0x00005159 store  0x00000003 , 0x00004608 
- 00021635  0x0000515a fetch  0x00000003 , 0x0000474d 
- 00021636  0x0000515b store  0x00000003 , 0x0000460b 
- 00021637  0x0000515c fetch  0x00000001 , 0x00004750 
- 00021638  0x0000515d store  0x00000001 , 0x00004621 
- 00021639  0x0000515e fetch  0x00000004 , 0x00004759 
- 00021640  0x0000515f store  0x00000004 , 0x00004751 
- 00021641  0x00005161 setarg  0x001c1919 
- 00021642  0x00005162 store  0x00000003 , 0x000045a7 
- 00021643  0x00005163 rtn 
- 00021644  0x00005170 bpatch  0x0000006e , 0x0000400d 
- 00021645  0x00005171 fetch  0x00000008 , 0x00004713 
- 00021646  0x00005172 bbit1  0x0000003e , 0x0000602d 
- 00021647  0x00005173 fetch  0x00000001 , 0x00004666 
- 00021648  0x00005174 beq  0x00000000 , 0x0000601c 
- 00021649  0x00005176 call  0x00005aa8 
- 00021650  0x00005177 fetch  0x00000001 , 0x00004666 
- 00021651  0x00005178 beq  0x00000001 , 0x00005496 
- 00021652  0x00005179 beq  0x00000002 , 0x0000549b 
- 00021653  0x0000517a rtn 
- 00021654  0x0000517c fetch  0x00000006 , 0x00004668 
- 00021655  0x0000517d fetcht  0x00000006 , 0x000046e6 
- 00021656  0x0000517e isub  0x00000002 , 0x0000003e 
- 00021657  0x0000517f branch  0x00005a94 , 0x00000005 
- 00021658  0x00005180 branch  0x000054a0 
- 00021659  0x00005183 fetch  0x00000006 , 0x00004675 
- 00021660  0x00005184 fetcht  0x00000006 , 0x000046e6 
- 00021661  0x00005185 isub  0x00000002 , 0x0000003e 
- 00021662  0x00005186 branch  0x00005a94 , 0x00000005 
- 00021663  0x00005187 branch  0x000054a0 
- 00021664  0x0000518a bpatch  0x0000006f , 0x0000400d 
- 00021665  0x0000518b call  0x0000619f 
- 00021666  0x0000518c arg  0x00004667 , 0x00000011 
- 00021667  0x0000518d fetch  0x00000001 , 0x00004666 
- 00021668  0x0000518e increase  0xffffffff , 0x0000003f 
- 00021669  0x0000518f mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00021670  0x00005190 iadd  0x00000011 , 0x00000011 
- 00021671  0x00005191 ifetch  0x00000001 , 0x00000011 
- 00021672  0x00005192 store  0x00000001 , 0x000043f3 
- 00021673  0x00005194 fetch  0x00000001 , 0x000043f3 
- 00021674  0x00005195 beq  0x00000034 , 0x000054b6 
- 00021675  0x00005196 branch  0x00005a94 
- 00021676  0x00005199 bpatch  0x00000070 , 0x0000400e 
- 00021677  0x0000519a disable  0x00000028 
- 00021678  0x0000519b fetch  0x00000008 , 0x00004713 
- 00021679  0x0000519c bbit0  0x0000000b , 0x000054b3 
- 00021680  0x0000519d fetch  0x00000001 , 0x00008132 
- 00021681  0x0000519e bbit1  0x00000004 , 0x000054b3 
- 00021682  0x0000519f enable  0x00000028 
- 00021683  0x000051a1 fetch  0x00000001 , 0x00004780 
- 00021684  0x000051a2 store  0x00000001 , 0x0000477f 
- 00021685  0x000051a3 rtn 
- 00021686  0x000051a6 jam  0x00000001 , 0x00004795 
- 00021687  0x000051a7 fetcht  0x00000001 , 0x0000471e 
- 00021688  0x000051a8 fetch  0x00000001 , 0x0000478f 
- 00021689  0x000051a9 beq  0x000000ff , 0x000054bb 
- 00021690  0x000051aa fetcht  0x00000001 , 0x0000463c 
- 00021691  0x000051ac storet  0x00000001 , 0x00004845 
- 00021692  0x000051ad call  0x0000432d 
- 00021693  0x000051ae fetch  0x00000003 , 0x0000479d 
- 00021694  0x000051af store  0x00000003 , 0x0000434d 
- 00021695  0x000051b0 call  0x00005b6b 
- 00021696  0x000051b1 setarg  0x00000004 
- 00021697  0x000051b2 istore  0x00000001 , 0x00000006 
- 00021698  0x000051b3 arg  0x00004369 , 0x00000006 
- 00021699  0x000051b4 call  0x00005b72 
- 00021700  0x000051b5 branch  0x00007870 
- 00021701  0x000051ba bmark1  0x00000026 , 0x00004308 
- 00021702  0x000051bb fetch  0x00000001 , 0x00004956 
- 00021703  0x000051bc branch  0x00004308 , 0x00000034 
- 00021704  0x000051bd fetch  0x00000001 , 0x000047c2 
- 00021705  0x000051be beq  0x00000001 , 0x00004308 
- 00021706  0x000051bf fetch  0x00000001 , 0x00004857 
- 00021707  0x000051c0 nbranch  0x00004308 , 0x00000034 
- 00021708  0x000051c1 branch  0x0000430a 
- 00021709  0x000051cb bpatch  0x00000071 , 0x0000400e 
- 00021710  0x000051cc setarg  0x00000006 
- 00021711  0x000051cd call  0x000069e5 
- 00021712  0x000051ce bbit1  0x00000003 , 0x000054d3 
- 00021713  0x000051cf call  0x000059da 
- 00021714  0x000051d0 call  0x000059ed 
- 00021715  0x000051d2 call  0x000054dc 
- 00021716  0x000051d3 branch  0x00004327 
- 00021717  0x000051d6 bpatch  0x00000072 , 0x0000400e 
- 00021718  0x000051d7 call  0x0000739a 
- 00021719  0x000051d8 call  0x000056a9 
- 00021720  0x000051d9 call  0x000054dc 
- 00021721  0x000051da call  0x00005d9e 
- 00021722  0x000051db fetcht  0x00000001 , 0x00004659 
- 00021723  0x000051dc branch  0x00006ed3 
- 00021724  0x000051e0 bpatch  0x00000073 , 0x0000400e 
- 00021725  0x000051e1 call  0x00005a92 
- 00021726  0x000051e2 call  0x00007de2 
- 00021727  0x000051e3 call  0x0000611a 
- 00021728  0x000051e4 call  0x0000550c 
- 00021729  0x000051e5 call  0x000054f9 
- 00021730  0x000051e6 fetcht  0x00000001 , 0x0000465b 
- 00021731  0x000051e7 call  0x000055b5 
- 00021732  0x000051e8 call  0x000055b9 
- 00021733  0x000051ea call  0x000061fd 
- 00021734  0x000051eb call  0x000054f2 
- 00021735  0x000051ec branch  0x000054e8 
- 00021736  0x000051ef fetch  0x00000008 , 0x00004713 
- 00021737  0x000051f0 rtnbit0  0x0000003c 
- 00021738  0x000051f2 fetcht  0x00000001 , 0x0000464a 
- 00021739  0x000051f3 call  0x00006ed3 
- 00021740  0x000051f4 fetcht  0x00000001 , 0x0000464b 
- 00021741  0x000051f5 call  0x00006ed3 
- 00021742  0x000051f6 fetcht  0x00000001 , 0x0000464a 
- 00021743  0x000051f7 call  0x000055b1 
- 00021744  0x000051f8 fetcht  0x00000001 , 0x0000464b 
- 00021745  0x000051f9 branch  0x000055b1 
- 00021746  0x000051fc fetch  0x00000008 , 0x00004713 
- 00021747  0x000051fd rtnbit0  0x00000015 
- 00021748  0x000051fe fetch  0x00000001 , 0x00004407 
- 00021749  0x000051ff rtnne  0x00000002 
- 00021750  0x00005200 fetch  0x00000001 , 0x00004635 
- 00021751  0x00005201 arg  0x000000c0 , 0x00000002 
- 00021752  0x00005202 branch  0x00006f21 
- 00021753  0x00005207 arg  0x00008070 , 0x00000006 
- 00021754  0x00005208 arg  0x00000010 , 0x00000039 
- 00021755  0x0000520a ifetch  0x00000001 , 0x00000006 
- 00021756  0x0000520b nbranch  0x00005500 , 0x00000034 
- 00021757  0x0000520c setarg  0x00000080 
- 00021758  0x0000520d add  0x00000006 , 0xffffffff , 0x00000005 
- 00021759  0x0000520e istore  0x00000001 , 0x00000005 
- 00021760  0x00005210 loop  0x000054fb 
- 00021761  0x00005211 arg  0x000080dc , 0x0000003f 
- 00021762  0x00005212 isub  0x00000006 , 0x0000003e 
- 00021763  0x00005213 rtn  0x00000005 
- 00021764  0x00005215 arg  0x00000008 , 0x00000039 
- 00021765  0x00005216 arg  0x000080d4 , 0x00000006 
- 00021766  0x00005217 branch  0x000054fb 
- 00021767  0x0000521a rtnmark1  0x00000026 
- 00021768  0x0000521b call  0x0000550c 
- 00021769  0x0000521c fetch  0x00000001 , 0x00000015 
- 00021770  0x0000521d nrtn  0x00000034 
- 00021771  0x0000521e branch  0x00006ed3 
- 00021772  0x00005221 bpatch  0x00000074 , 0x0000400e 
- 00021773  0x00005222 fetcht  0x00000001 , 0x0000464a 
- 00021774  0x00005223 call  0x00006edd 
- 00021775  0x00005224 fetcht  0x00000001 , 0x0000464b 
- 00021776  0x00005225 call  0x00006edd 
- 00021777  0x00005227 call  0x0000561c 
- 00021778  0x00005228 fetch  0x00000001 , 0x0000464c 
- 00021779  0x00005229 call  0x00005943 
- 00021780  0x0000522a call  0x000069dc 
- 00021781  0x0000522c fetcht  0x00000001 , 0x00004644 
- 00021782  0x0000522d call  0x00006eb6 
- 00021783  0x0000522e fetcht  0x00000001 , 0x00004646 
- 00021784  0x0000522f call  0x00006eb6 
- 00021785  0x00005230 fetcht  0x00000001 , 0x00004645 
- 00021786  0x00005231 call  0x00006eb6 
- 00021787  0x00005233 fetcht  0x00000001 , 0x00004647 
- 00021788  0x00005234 call  0x00006eb6 
- 00021789  0x00005235 fetcht  0x00000001 , 0x00004648 
- 00021790  0x00005236 call  0x00006eb6 
- 00021791  0x00005237 fetcht  0x00000001 , 0x00004649 
- 00021792  0x00005238 call  0x00006eb6 
- 00021793  0x00005239 fetcht  0x00000001 , 0x00004655 
- 00021794  0x0000523a call  0x00006eb6 
- 00021795  0x0000523c fetcht  0x00000001 , 0x00004656 
- 00021796  0x0000523d call  0x00006eb6 
- 00021797  0x0000523f fetcht  0x00000001 , 0x0000464a 
- 00021798  0x00005240 call  0x00006eb2 
- 00021799  0x00005241 fetcht  0x00000001 , 0x0000464b 
- 00021800  0x00005242 call  0x00006eb2 
- 00021801  0x00005243 fetcht  0x00000001 , 0x00004652 
- 00021802  0x00005244 call  0x00006eb2 
- 00021803  0x00005245 fetcht  0x00000001 , 0x00004653 
- 00021804  0x00005246 call  0x00006eb2 
- 00021805  0x00005247 fetcht  0x00000001 , 0x00004659 
- 00021806  0x00005248 branch  0x00006eb6 
- 00021807  0x0000524d fetch  0x00000002 , 0x000044e9 
- 00021808  0x0000524e rtnbit0  0x00000009 
- 00021809  0x0000524f copy  0x00000011 , 0x0000003f 
- 00021810  0x00005250 nbranch  0x000029d5 , 0x00000034 
- 00021811  0x00005251 branch  0x000029da 
- 00021812  0x00005256 bpatch  0x00000075 , 0x0000400e 
- 00021813  0x00005257 fetch  0x00000001 , 0x00004407 
- 00021814  0x00005258 rtnne  0x00000002 
- 00021815  0x00005259 fetcht  0x00000001 , 0x00004635 
- 00021816  0x0000525a branch  0x00006f0f 
- 00021817  0x0000525d fetch  0x00000008 , 0x00004713 
- 00021818  0x0000525e rtnbit0  0x00000015 
- 00021819  0x0000525f jam  0x00000001 , 0x00004636 
- 00021820  0x00005260 rtn 
- 00021821  0x00005263 bpatch  0x00000076 , 0x0000400e 
- 00021822  0x00005264 fetch  0x00000008 , 0x00004713 
- 00021823  0x00005265 rtnbit0  0x00000015 
- 00021824  0x00005266 call  0x00005534 
- 00021825  0x00005267 fetch  0x00000001 , 0x00004407 
- 00021826  0x00005268 beq  0x00000002 , 0x00005545 
- 00021827  0x00005269 jam  0x00000003 , 0x00004636 
- 00021828  0x0000526a branch  0x00005547 
- 00021829  0x0000526d jam  0x00000002 , 0x00004636 
- 00021830  0x0000526e branch  0x00005547 
- 00021831  0x00005271 bpatch  0x00000077 , 0x0000400e 
- 00021832  0x00005272 call  0x00006f82 
- 00021833  0x00005273 call  0x00006fb0 
- 00021834  0x00005274 store  0x00000002 , 0x00004633 
- 00021835  0x00005275 fetch  0x00000001 , 0x00004407 
- 00021836  0x00005276 bne  0x00000002 , 0x00005553 
- 00021837  0x00005277 fetcht  0x00000002 , 0x00004633 
- 00021838  0x00005278 mul32  0x00000002 , 0x00000008 , 0x0000003f 
- 00021839  0x00005279 div  0x0000003f , 0x0000000a 
- 00021840  0x0000527a call  0x00007d5f 
- 00021841  0x0000527b iadd  0x00000002 , 0x0000003f 
- 00021842  0x0000527c store  0x00000002 , 0x00004633 
- 00021843  0x0000527e arg  0x0000462d , 0x00000011 
- 00021844  0x0000527f call  0x00005563 
- 00021845  0x00005280 fetch  0x00000001 , 0x0000440c 
- 00021846  0x00005281 bbit1  0x00000001 , 0x000054cd 
- 00021847  0x00005282 bbit0  0x00000000 , 0x0000555c 
- 00021848  0x00005283 jam  0x00000001 , 0x00004637 
- 00021849  0x00005284 branch  0x0000555a 
- 00021850  0x00005287 arg  0x00000004 , 0x00000007 
- 00021851  0x00005288 branch  0x00005f00 
- 00021852  0x0000528a arg  0x00000004 , 0x00000007 
- 00021853  0x0000528b call  0x00005f04 
- 00021854  0x0000528c jam  0x00000001 , 0x00004709 
- 00021855  0x0000528d fetch  0x00000001 , 0x00004637 
- 00021856  0x0000528e rtn  0x00000034 
- 00021857  0x0000528f jam  0x00000000 , 0x00004637 
- 00021858  0x00005290 branch  0x0000616e 
- 00021859  0x00005294 bpatch  0x00000078 , 0x0000400f 
- 00021860  0x00005295 ifetch  0x00000008 , 0x00000011 
- 00021861  0x00005296 store  0x00000008 , 0x00000670 
- 00021862  0x00005297 fetch  0x00000001 , 0x00004636 
- 00021863  0x00005298 beq  0x00000000 , 0x0000556a 
- 00021864  0x00005299 beq  0x00000002 , 0x0000556a 
- 00021865  0x0000529a beq  0x00000003 , 0x00005588 
- 00021866  0x0000529c call  0x00006ff3 
- 00021867  0x0000529d call  0x00006feb 
- 00021868  0x0000529e fetch  0x00000002 , 0x00000676 
- 00021869  0x0000529f fetcht  0x00000002 , 0x00000672 
- 00021870  0x000052a0 isub  0x00000002 , 0x0000003e 
- 00021871  0x000052a1 ncall  0x00006fef , 0x00000002 
- 00021872  0x000052a2 fetcht  0x00000002 , 0x00000674 
- 00021873  0x000052a3 isub  0x00000002 , 0x0000003e 
- 00021874  0x000052a4 ncall  0x00006fe7 , 0x00000002 
- 00021875  0x000052a6 fetch  0x00000002 , 0x00000676 
- 00021876  0x000052a7 fetcht  0x00000002 , 0x00000670 
- 00021877  0x000052a8 isub  0x00000002 , 0x0000003e 
- 00021878  0x000052a9 branch  0x00005584 , 0x00000002 
- 00021879  0x000052aa fetcht  0x00000002 , 0x00000672 
- 00021880  0x000052ab isub  0x00000002 , 0x0000003f 
- 00021881  0x000052ac nbranch  0x00005586 , 0x00000002 
- 00021882  0x000052ad branch  0x00005586 , 0x00000034 
- 00021883  0x000052ae mul32  0x0000003f , 0x00000064 , 0x00000011 
- 00021884  0x000052af fetch  0x00000002 , 0x00000670 
- 00021885  0x000052b0 fetcht  0x00000002 , 0x00000672 
- 00021886  0x000052b1 isub  0x00000002 , 0x00000002 
- 00021887  0x000052b2 copy  0x00000011 , 0x0000003f 
- 00021888  0x000052b3 idiv  0x00000002 
- 00021889  0x000052b4 call  0x00007d5f 
- 00021890  0x000052b5 store  0x00000001 , 0x000047bd 
- 00021891  0x000052b6 rtn 
- 00021892  0x000052b9 jam  0x00000064 , 0x000047bd 
- 00021893  0x000052ba rtn 
- 00021894  0x000052bc jam  0x00000000 , 0x000047bd 
- 00021895  0x000052bd rtn 
- 00021896  0x000052c0 branch  0x0000556a 
- 00021897  0x000052c7 fetcht  0x00000001 , 0x00004427 
- 00021898  0x000052c8 call  0x00006ef7 
- 00021899  0x000052ca fetcht  0x00000001 , 0x00004644 
- 00021900  0x000052cb call  0x000055b5 
- 00021901  0x000052cc fetcht  0x00000001 , 0x00004646 
- 00021902  0x000052cd call  0x000055b5 
- 00021903  0x000052ce fetcht  0x00000001 , 0x00004645 
- 00021904  0x000052cf call  0x000055b5 
- 00021905  0x000052d0 fetcht  0x00000001 , 0x00004647 
- 00021906  0x000052d1 call  0x000055b5 
- 00021907  0x000052d2 fetcht  0x00000001 , 0x00004648 
- 00021908  0x000052d3 call  0x000055b5 
- 00021909  0x000052d4 fetcht  0x00000001 , 0x00004649 
- 00021910  0x000052d5 call  0x000055b5 
- 00021911  0x000052d7 fetcht  0x00000001 , 0x00004654 
- 00021912  0x000052d8 call  0x000055b5 
- 00021913  0x000052da fetcht  0x00000001 , 0x00004655 
- 00021914  0x000052db call  0x000055b5 
- 00021915  0x000052dd fetcht  0x00000001 , 0x00004656 
- 00021916  0x000052de call  0x000055b5 
- 00021917  0x000052e0 fetcht  0x00000001 , 0x0000464a 
- 00021918  0x000052e1 call  0x000055b5 
- 00021919  0x000052e3 fetcht  0x00000001 , 0x0000464b 
- 00021920  0x000052e4 call  0x000055b5 
- 00021921  0x000052e6 fetcht  0x00000001 , 0x00004652 
- 00021922  0x000052e7 call  0x000055b5 
- 00021923  0x000052e8 fetcht  0x00000001 , 0x00004653 
- 00021924  0x000052e9 call  0x000055b5 
- 00021925  0x000052eb fetcht  0x00000001 , 0x00004659 
- 00021926  0x000052ec call  0x000055b5 
- 00021927  0x000052ee fetcht  0x00000001 , 0x0000465a 
- 00021928  0x000052ef call  0x000055b5 
- 00021929  0x000052f1 fetcht  0x00000001 , 0x0000464e 
- 00021930  0x000052f2 branch  0x000055b5 
- 00021931  0x000052f6 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00021932  0x000052f7 rtn  0x00000005 
- 00021933  0x000052f8 and  0x00000002 , 0x0000007f , 0x00000007 
- 00021934  0x000052f9 fetch  0x00000004 , 0x0000811c 
- 00021935  0x000052fa qisolate1  0x0000003f 
- 00021936  0x000052fb branch  0x000055b5 , 0x00000001 
- 00021937  0x000052fd sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00021938  0x000052fe rtn  0x00000005 
- 00021939  0x000052ff set1  0x00000007 , 0x00000002 
- 00021940  0x00005300 branch  0x00006edd 
- 00021941  0x00005303 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00021942  0x00005304 rtn  0x00000005 
- 00021943  0x00005305 set0  0x00000007 , 0x00000002 
- 00021944  0x00005306 branch  0x00006edd 
- 00021945  0x00005309 fetch  0x00000003 , 0x0000473c 
- 00021946  0x0000530a store  0x00000003 , 0x00000670 
- 00021947  0x0000530b arg  0x0000000d , 0x00000039 
- 00021948  0x0000530c arg  0x00000000 , 0x00000002 
- 00021949  0x0000530e fetch  0x00000003 , 0x00000670 
- 00021950  0x0000530f isolate1  0x00000000 , 0x0000003f 
- 00021951  0x00005310 call  0x00006f0f , 0x00000001 
- 00021952  0x00005311 fetch  0x00000003 , 0x00000670 
- 00021953  0x00005312 lshift  0x0000003f , 0x0000003f 
- 00021954  0x00005313 store  0x00000003 , 0x00000670 
- 00021955  0x00005314 increase  0x00000001 , 0x00000002 
- 00021956  0x00005315 loop  0x000055bd 
- 00021957  0x00005316 rtn 
- 00021958  0x0000531d bpatch  0x00000079 , 0x0000400f 
- 00021959  0x0000531e fetch  0x00000008 , 0x0000498d 
- 00021960  0x0000531f rtn  0x00000034 
- 00021961  0x00005320 fetch  0x00000001 , 0x0000498c 
- 00021962  0x00005321 copy  0x0000003f , 0x00000011 
- 00021963  0x00005322 sub  0x0000003f , 0x0000000b , 0x0000003e 
- 00021964  0x00005323 nbranch  0x000055dd , 0x00000002 
- 00021965  0x00005325 call  0x000055d6 
- 00021966  0x00005327 arg  0x000047a9 , 0x00000005 
- 00021967  0x00005328 call  0x000055d3 
- 00021968  0x0000532a arg  0x0000436b , 0x00000005 
- 00021969  0x0000532b call  0x000055d3 
- 00021970  0x0000532d arg  0x0000426c , 0x00000005 
- 00021971  0x0000532f arg  0x0000498d , 0x00000006 
- 00021972  0x00005330 copy  0x00000011 , 0x00000039 
- 00021973  0x00005331 branch  0x00007cda 
- 00021974  0x00005334 arg  0x000047a9 , 0x00000005 
- 00021975  0x00005335 call  0x000055db 
- 00021976  0x00005337 arg  0x0000436b , 0x00000005 
- 00021977  0x00005338 call  0x000055db 
- 00021978  0x0000533a arg  0x0000426c , 0x00000005 
- 00021979  0x0000533c arg  0x0000000b , 0x00000039 
- 00021980  0x0000533d branch  0x00007ca1 
- 00021981  0x00005340 call  0x000055f3 
- 00021982  0x00005342 fetch  0x00000001 , 0x0000498c 
- 00021983  0x00005343 increase  0x00000001 , 0x0000003f 
- 00021984  0x00005344 store  0x00000001 , 0x000047a0 
- 00021985  0x00005345 jam  0x00000009 , 0x000047a1 
- 00021986  0x00005346 arg  0x0000498d , 0x00000006 
- 00021987  0x00005347 arg  0x000047a2 , 0x00000005 
- 00021988  0x00005348 copy  0x00000011 , 0x00000039 
- 00021989  0x00005349 call  0x00007cda 
- 00021990  0x0000534b fetch  0x00000001 , 0x0000498c 
- 00021991  0x0000534c increase  0x00000001 , 0x0000003f 
- 00021992  0x0000534d store  0x00000001 , 0x00004369 
- 00021993  0x0000534e jam  0x00000009 , 0x0000436a 
- 00021994  0x0000534f arg  0x0000498d , 0x00000006 
- 00021995  0x00005350 arg  0x0000436b , 0x00000005 
- 00021996  0x00005351 copy  0x00000011 , 0x00000039 
- 00021997  0x00005352 call  0x00007cda 
- 00021998  0x00005354 arg  0x0000498c , 0x00000006 
- 00021999  0x00005355 arg  0x0000426b , 0x00000005 
- 00022000  0x00005356 copy  0x00000011 , 0x00000039 
- 00022001  0x00005357 increase  0x00000001 , 0x00000039 
- 00022002  0x00005358 branch  0x00007cda 
- 00022003  0x0000535b arg  0x000047a0 , 0x00000005 
- 00022004  0x0000535c arg  0x00000014 , 0x00000039 
- 00022005  0x0000535d branch  0x00007ca1 
- 00022006  0x00005364 call  0x000055fb 
- 00022007  0x00005365 jam  0x00000073 , 0x000043f5 
- 00022008  0x00005367 call  0x000055fa 
- 00022009  0x00005368 branch  0x000069e0 
- 00022010  0x0000536c branch  0x00006bc6 
- 00022011  0x0000536f fetch  0x00000001 , 0x0000464c 
- 00022012  0x00005370 arg  0x00000021 , 0x00000002 
- 00022013  0x00005371 call  0x00006f21 
- 00022014  0x00005372 fetch  0x00000001 , 0x0000464d 
- 00022015  0x00005373 arg  0x00000023 , 0x00000002 
- 00022016  0x00005374 branch  0x00006f21 
- 00022017  0x0000537a bpatch  0x0000007a , 0x0000400f 
- 00022018  0x0000537b disable  0x00000028 
- 00022019  0x0000537c setarg  0x00000000 
- 00022020  0x0000537d store  0x00000006 , 0x00004847 
- 00022021  0x0000537e call  0x000059f6 
- 00022022  0x0000537f setarg  0x00000089 
- 00022023  0x00005380 call  0x000069e4 
- 00022024  0x00005381 call  0x00005747 
- 00022025  0x00005382 call  0x00005612 
- 00022026  0x00005383 call  0x00005617 
- 00022027  0x00005384 call  0x000057a6 
- 00022028  0x00005385 fetch  0x00000001 , 0x00004846 
- 00022029  0x00005386 and_into  0x0000001f , 0x0000003f 
- 00022030  0x00005387 store  0x00000001 , 0x00004846 
- 00022031  0x00005388 nbranch  0x00005f37 , 0x00000028 
- 00022032  0x00005389 call  0x00005f26 
- 00022033  0x0000538a branch  0x00005c0b 
- 00022034  0x0000538f fetch  0x00000001 , 0x00004856 
- 00022035  0x00005390 rtn  0x00000034 
- 00022036  0x00005391 store  0x00000001 , 0x0000484b 
- 00022037  0x00005392 jam  0x00000000 , 0x00004856 
- 00022038  0x00005393 branch  0x00007dba 
- 00022039  0x00005396 fetch  0x00000001 , 0x00004852 
- 00022040  0x00005397 rtn  0x00000034 
- 00022041  0x00005398 store  0x00000001 , 0x0000484c 
- 00022042  0x00005399 jam  0x00000000 , 0x00004852 
- 00022043  0x0000539a branch  0x00007dba 
- 00022044  0x0000539d call  0x00005629 
- 00022045  0x0000539e call  0x00005665 
- 00022046  0x0000539f fetch  0x00000001 , 0x00004850 
- 00022047  0x000053a0 fetcht  0x00000001 , 0x0000484f 
- 00022048  0x000053a1 store  0x00000001 , 0x0000484f 
- 00022049  0x000053a2 isub  0x00000002 , 0x0000003e 
- 00022050  0x000053a3 nbranch  0x0000430c , 0x00000005 
- 00022051  0x000053a4 fetch  0x00000001 , 0x00004854 
- 00022052  0x000053a5 fetcht  0x00000001 , 0x00004853 
- 00022053  0x000053a6 store  0x00000001 , 0x00004853 
- 00022054  0x000053a7 isub  0x00000002 , 0x0000003e 
- 00022055  0x000053a8 nbranch  0x0000430c , 0x00000005 
- 00022056  0x000053a9 rtn 
- 00022057  0x000053ab fetch  0x00000001 , 0x00004652 
- 00022058  0x000053ac rtneq  0x000000ff 
- 00022059  0x000053ad arg  0x00000000 , 0x00000011 
- 00022060  0x000053ae fetcht  0x00000001 , 0x00004652 
- 00022061  0x000053af call  0x00006ee6 
- 00022062  0x000053b0 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00022063  0x000053b1 fetcht  0x00000001 , 0x00004653 
- 00022064  0x000053b2 call  0x00006ee6 
- 00022065  0x000053b3 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00022066  0x000053b4 copy  0x00000011 , 0x0000003f 
- 00022067  0x000053b5 store  0x00000001 , 0x00004850 
- 00022068  0x000053b6 beq  0x00000001 , 0x00005639 
- 00022069  0x000053b7 beq  0x00000002 , 0x0000563d 
- 00022070  0x000053b8 fetch  0x00000001 , 0x00004851 
- 00022071  0x000053b9 bbit1  0x00000007 , 0x00005649 
- 00022072  0x000053ba rtn 
- 00022073  0x000053bd fetch  0x00000001 , 0x0000484f 
- 00022074  0x000053be beq  0x00000000 , 0x00005641 
- 00022075  0x000053bf beq  0x00000003 , 0x00005643 
- 00022076  0x000053c0 rtn 
- 00022077  0x000053c2 fetch  0x00000001 , 0x0000484f 
- 00022078  0x000053c3 beq  0x00000000 , 0x00005645 
- 00022079  0x000053c4 beq  0x00000003 , 0x00005647 
- 00022080  0x000053c5 rtn 
- 00022081  0x000053c7 jam  0x00000082 , 0x00004851 
- 00022082  0x000053c8 rtn 
- 00022083  0x000053ca jam  0x00000081 , 0x00004851 
- 00022084  0x000053cb rtn 
- 00022085  0x000053cd jam  0x00000080 , 0x00004851 
- 00022086  0x000053ce rtn 
- 00022087  0x000053d0 jam  0x00000083 , 0x00004851 
- 00022088  0x000053d1 rtn 
- 00022089  0x000053d3 fetch  0x00000001 , 0x00004851 
- 00022090  0x000053d4 set0  0x00000007 , 0x0000003f 
- 00022091  0x000053d5 store  0x00000001 , 0x00004851 
- 00022092  0x000053d6 beq  0x00000000 , 0x00005651 
- 00022093  0x000053d7 beq  0x00000001 , 0x00005654 
- 00022094  0x000053d8 beq  0x00000002 , 0x00005657 
- 00022095  0x000053d9 beq  0x00000003 , 0x0000565a 
- 00022096  0x000053da rtn 
- 00022097  0x000053dc fetch  0x00000001 , 0x00004850 
- 00022098  0x000053dd beq  0x00000003 , 0x0000565d 
- 00022099  0x000053de rtn 
- 00022100  0x000053e0 fetch  0x00000001 , 0x00004850 
- 00022101  0x000053e1 beq  0x00000000 , 0x0000565d 
- 00022102  0x000053e2 rtn 
- 00022103  0x000053e4 fetch  0x00000001 , 0x00004850 
- 00022104  0x000053e5 beq  0x00000003 , 0x00005661 
- 00022105  0x000053e6 rtn 
- 00022106  0x000053e8 fetch  0x00000001 , 0x00004850 
- 00022107  0x000053e9 beq  0x00000000 , 0x00005661 
- 00022108  0x000053ea rtn 
- 00022109  0x000053ec fetch  0x00000001 , 0x00004852 
- 00022110  0x000053ed increase  0x00000001 , 0x0000003f 
- 00022111  0x000053ee store  0x00000001 , 0x00004852 
- 00022112  0x000053ef rtn 
- 00022113  0x000053f1 fetch  0x00000001 , 0x00004852 
- 00022114  0x000053f2 increase  0xffffffff , 0x0000003f 
- 00022115  0x000053f3 store  0x00000001 , 0x00004852 
- 00022116  0x000053f4 rtn 
- 00022117  0x000053f8 fetch  0x00000001 , 0x0000464a 
- 00022118  0x000053f9 rtneq  0x000000ff 
- 00022119  0x000053fa arg  0x00000000 , 0x00000011 
- 00022120  0x000053fb fetcht  0x00000001 , 0x0000464a 
- 00022121  0x000053fc call  0x00006ee6 
- 00022122  0x000053fd setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00022123  0x000053fe fetcht  0x00000001 , 0x0000464b 
- 00022124  0x000053ff call  0x00006ee6 
- 00022125  0x00005400 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00022126  0x00005401 copy  0x00000011 , 0x0000003f 
- 00022127  0x00005402 store  0x00000001 , 0x00004854 
- 00022128  0x00005403 beq  0x00000001 , 0x00005675 
- 00022129  0x00005404 beq  0x00000002 , 0x00005679 
- 00022130  0x00005405 fetch  0x00000001 , 0x00004855 
- 00022131  0x00005406 bbit1  0x00000007 , 0x00005685 
- 00022132  0x00005407 rtn 
- 00022133  0x0000540a fetch  0x00000001 , 0x00004853 
- 00022134  0x0000540b beq  0x00000000 , 0x0000567d 
- 00022135  0x0000540c beq  0x00000003 , 0x0000567f 
- 00022136  0x0000540d rtn 
- 00022137  0x0000540f fetch  0x00000001 , 0x00004853 
- 00022138  0x00005410 beq  0x00000000 , 0x00005681 
- 00022139  0x00005411 beq  0x00000003 , 0x00005683 
- 00022140  0x00005412 rtn 
- 00022141  0x00005414 jam  0x00000082 , 0x00004855 
- 00022142  0x00005415 rtn 
- 00022143  0x00005417 jam  0x00000081 , 0x00004855 
- 00022144  0x00005418 rtn 
- 00022145  0x0000541a jam  0x00000080 , 0x00004855 
- 00022146  0x0000541b rtn 
- 00022147  0x0000541d jam  0x00000083 , 0x00004855 
- 00022148  0x0000541e rtn 
- 00022149  0x00005420 fetch  0x00000001 , 0x00004855 
- 00022150  0x00005421 set0  0x00000007 , 0x0000003f 
- 00022151  0x00005422 store  0x00000001 , 0x00004855 
- 00022152  0x00005423 beq  0x00000000 , 0x0000568d 
- 00022153  0x00005424 beq  0x00000001 , 0x00005690 
- 00022154  0x00005425 beq  0x00000002 , 0x00005693 
- 00022155  0x00005426 beq  0x00000003 , 0x00005696 
- 00022156  0x00005427 rtn 
- 00022157  0x00005429 fetch  0x00000001 , 0x00004854 
- 00022158  0x0000542a beq  0x00000003 , 0x00005699 
- 00022159  0x0000542b rtn 
- 00022160  0x0000542d fetch  0x00000001 , 0x00004854 
- 00022161  0x0000542e beq  0x00000000 , 0x00005699 
- 00022162  0x0000542f rtn 
- 00022163  0x00005431 fetch  0x00000001 , 0x00004854 
- 00022164  0x00005432 beq  0x00000003 , 0x0000569d 
- 00022165  0x00005433 rtn 
- 00022166  0x00005435 fetch  0x00000001 , 0x00004854 
- 00022167  0x00005436 beq  0x00000000 , 0x0000569d 
- 00022168  0x00005437 rtn 
- 00022169  0x00005439 fetch  0x00000001 , 0x00004856 
- 00022170  0x0000543a increase  0x00000001 , 0x0000003f 
- 00022171  0x0000543b store  0x00000001 , 0x00004856 
- 00022172  0x0000543c rtn 
- 00022173  0x0000543e fetch  0x00000001 , 0x00004856 
- 00022174  0x0000543f increase  0xffffffff , 0x0000003f 
- 00022175  0x00005440 store  0x00000001 , 0x00004856 
- 00022176  0x00005441 rtn 
- 00022177  0x00005445 fetcht  0x00000001 , 0x0000464a 
- 00022178  0x00005446 call  0x00006eb2 
- 00022179  0x00005447 fetcht  0x00000001 , 0x0000464b 
- 00022180  0x00005448 call  0x00006eb2 
- 00022181  0x00005449 fetcht  0x00000001 , 0x00004652 
- 00022182  0x0000544a call  0x00006eb2 
- 00022183  0x0000544b fetcht  0x00000001 , 0x00004653 
- 00022184  0x0000544c branch  0x00006eb2 
- 00022185  0x0000544f fetcht  0x00000001 , 0x0000464a 
- 00022186  0x00005450 call  0x000055ab 
- 00022187  0x00005451 fetcht  0x00000001 , 0x0000464b 
- 00022188  0x00005452 call  0x000055ab 
- 00022189  0x00005453 fetcht  0x00000001 , 0x00004652 
- 00022190  0x00005454 call  0x000055ab 
- 00022191  0x00005455 fetcht  0x00000001 , 0x00004653 
- 00022192  0x00005456 branch  0x000055ab 
- 00022193  0x00005459 fetch  0x00000002 , 0x0000484b 
- 00022194  0x0000545a rtn  0x00000034 
- 00022195  0x0000545b jam  0x00000001 , 0x00004857 
- 00022196  0x0000545c jam  0x0000000a , 0x00004858 
- 00022197  0x0000545d rtn 
- 00022198  0x00005460 arg  0x00004858 , 0x00000013 
- 00022199  0x00005461 arg  0x000056b9 , 0x00000012 
- 00022200  0x00005462 branch  0x000042e0 
- 00022201  0x00005464 jam  0x00000000 , 0x00004857 
- 00022202  0x00005465 rtn 
- 00022203  0x0000546e fetch  0x00000001 , 0x00004649 
- 00022204  0x0000546f rtneq  0x000000ff 
- 00022205  0x00005470 arg  0x00000000 , 0x00000011 
- 00022206  0x00005471 jam  0x00000005 , 0x00004977 
- 00022207  0x00005472 fetcht  0x00000001 , 0x00004649 
- 00022208  0x00005473 call  0x000056c8 
- 00022209  0x00005475 store  0x00000001 , 0x00004974 
- 00022210  0x00005476 fetch  0x00000001 , 0x00004654 
- 00022211  0x00005477 beq  0x000000ff , 0x000056d8 
- 00022212  0x00005478 call  0x000058df 
- 00022213  0x0000547a copy  0x00000011 , 0x0000003f 
- 00022214  0x0000547b bbit1  0x00000005 , 0x000056e0 
- 00022215  0x0000547c branch  0x000056e7 
- 00022216  0x0000547f fetch  0x00000008 , 0x00004713 
- 00022217  0x00005480 bbit1  0x0000002b , 0x000056de 
- 00022218  0x00005481 fetch  0x00000001 , 0x00004974 
- 00022219  0x00005482 copy  0x0000003f , 0x00000013 
- 00022220  0x00005483 fetch  0x00000001 , 0x00004654 
- 00022221  0x00005484 beq  0x000000ff , 0x00005931 
- 00022222  0x00005486 fetch  0x00000001 , 0x0000497b 
- 00022223  0x00005487 nbranch  0x000056db , 0x00000034 
- 00022224  0x00005489 call  0x00006ee6 
- 00022225  0x0000548a fetcht  0x00000001 , 0x00004654 
- 00022226  0x0000548b branch  0x000056de , 0x00000001 
- 00022227  0x0000548c fetcht  0x00000001 , 0x00004654 
- 00022228  0x0000548d call  0x00006ef7 
- 00022229  0x0000548e fetcht  0x00000001 , 0x00004649 
- 00022230  0x0000548f fetch  0x00000001 , 0x00004974 
- 00022231  0x00005490 branch  0x00005925 
- 00022232  0x00005493 fetcht  0x00000001 , 0x00004649 
- 00022233  0x00005494 call  0x000055b5 
- 00022234  0x00005495 branch  0x000056c5 
- 00022235  0x00005498 jam  0x00000000 , 0x0000487a 
- 00022236  0x00005499 jam  0x00000000 , 0x00004974 
- 00022237  0x0000549a rtn 
- 00022238  0x0000549d fetch  0x00000001 , 0x00004974 
- 00022239  0x0000549e branch  0x00005925 
- 00022240  0x000054a1 fetch  0x00000001 , 0x0000487a 
- 00022241  0x000054a2 rtneq  0x00000001 
- 00022242  0x000054a3 jam  0x00000001 , 0x0000487a 
- 00022243  0x000054a4 fetch  0x00000008 , 0x00004713 
- 00022244  0x000054a5 rtnbit1  0x00000028 
- 00022245  0x000054a6 rtnbit1  0x00000036 
- 00022246  0x000054a7 branch  0x000056f7 
- 00022247  0x000054aa fetch  0x00000001 , 0x0000487a 
- 00022248  0x000054ab rtneq  0x00000000 
- 00022249  0x000054ac jam  0x00000000 , 0x0000487a 
- 00022250  0x000054ad fetch  0x00000008 , 0x00004713 
- 00022251  0x000054ae bbit1  0x00000028 , 0x000056ee 
- 00022252  0x000054af bbit1  0x00000036 , 0x000056ee 
- 00022253  0x000054b0 rtn 
- 00022254  0x000054b2 fetch  0x00000001 , 0x0000487b 
- 00022255  0x000054b3 nbranch  0x000056f2 , 0x00000034 
- 00022256  0x000054b4 fetch  0x00000001 , 0x0000497d 
- 00022257  0x000054b5 ncall  0x000056f7 , 0x00000034 
- 00022258  0x000054b7 jam  0x00000000 , 0x0000487b 
- 00022259  0x000054b8 fetch  0x00000001 , 0x000044eb 
- 00022260  0x000054b9 store  0x00000001 , 0x0000497d 
- 00022261  0x000054ba store  0x00000001 , 0x0000497c 
- 00022262  0x000054bb rtn 
- 00022263  0x000054be bpatch  0x0000007b , 0x0000400f 
- 00022264  0x000054bf call  0x00005728 
- 00022265  0x000054c0 rtn  0x00000028 
- 00022266  0x000054c1 fetch  0x00000001 , 0x00004690 
- 00022267  0x000054c3 copy  0x0000003f , 0x00000002 
- 00022268  0x000054c4 fetch  0x00000008 , 0x00004713 
- 00022269  0x000054c5 bbit1  0x00000017 , 0x00005704 
- 00022270  0x000054c6 copy  0x00000002 , 0x0000003f 
- 00022271  0x000054c8 increase  0x00000001 , 0x0000003f 
- 00022272  0x000054c9 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00022273  0x000054cb store  0x00000001 , 0x00004690 
- 00022274  0x000054cc call  0x00005744 
- 00022275  0x000054cd branch  0x00005cac 
- 00022276  0x000054d3 fetch  0x00000001 , 0x0000498a 
- 00022277  0x000054d4 nbranch  0x00005721 , 0x00000034 
- 00022278  0x000054d6 fetch  0x00000008 , 0x00004713 
- 00022279  0x000054d7 bbit1  0x0000001c , 0x00005715 
- 00022280  0x000054d8 copy  0x00000002 , 0x0000003f 
- 00022281  0x000054d9 rtneq  0x00000001 
- 00022282  0x000054db beq  0x00000000 , 0x00005711 
- 00022283  0x000054dc beq  0x00000002 , 0x0000570f 
- 00022284  0x000054dd rtn 
- 00022285  0x000054e0 setarg  0x00000002 
- 00022286  0x000054e1 branch  0x00005701 
- 00022287  0x000054e3 setarg  0x00000000 
- 00022288  0x000054e4 branch  0x00005701 
- 00022289  0x000054e6 setarg  0x00000001 
- 00022290  0x000054e7 branch  0x00005701 
- 00022291  0x000054e9 setarg  0x00000003 
- 00022292  0x000054ea branch  0x00005701 
- 00022293  0x000054ed copy  0x00000002 , 0x0000003f 
- 00022294  0x000054ee rtneq  0x00000001 
- 00022295  0x000054ef beq  0x00000000 , 0x00005711 
- 00022296  0x000054f0 beq  0x00000002 , 0x00005713 
- 00022297  0x000054f1 beq  0x00000003 , 0x0000570f 
- 00022298  0x000054f2 rtn 
- 00022299  0x000054f4 copy  0x00000002 , 0x0000003f 
- 00022300  0x000054f5 rtneq  0x00000002 
- 00022301  0x000054f6 beq  0x00000000 , 0x00005713 
- 00022302  0x000054f7 beq  0x00000001 , 0x0000570f 
- 00022303  0x000054f8 beq  0x00000003 , 0x0000570d 
- 00022304  0x000054f9 rtn 
- 00022305  0x000054fd fetch  0x00000008 , 0x00004713 
- 00022306  0x000054fe bbit1  0x0000001c , 0x0000571b 
- 00022307  0x000054ff copy  0x00000002 , 0x0000003f 
- 00022308  0x00005500 rtneq  0x00000002 
- 00022309  0x00005502 beq  0x00000000 , 0x0000570d 
- 00022310  0x00005503 beq  0x00000001 , 0x0000570f 
- 00022311  0x00005504 rtn 
- 00022312  0x0000550a disable  0x00000028 
- 00022313  0x0000550b fetch  0x00000008 , 0x00004713 
- 00022314  0x0000550c rtnbit1  0x0000002b 
- 00022315  0x0000550d branch  0x00005eb1 
- 00022316  0x00005510 fetch  0x00000008 , 0x00004713 
- 00022317  0x00005511 bbit1  0x00000028 , 0x00005730 
- 00022318  0x00005512 bbit1  0x00000036 , 0x00005737 
- 00022319  0x00005513 rtn 
- 00022320  0x00005516 fetch  0x00000001 , 0x0000487a 
- 00022321  0x00005517 rtnne  0x00000001 
- 00022322  0x00005518 arg  0x0000497d , 0x00000013 
- 00022323  0x00005519 arg  0x00005735 , 0x00000012 
- 00022324  0x0000551a branch  0x000042e0 
- 00022325  0x0000551d jam  0x00000001 , 0x0000487b 
- 00022326  0x0000551e branch  0x00005ec6 
- 00022327  0x00005521 fetch  0x00000001 , 0x0000487a 
- 00022328  0x00005522 rtnne  0x00000001 
- 00022329  0x00005523 arg  0x0000497c , 0x00000013 
- 00022330  0x00005524 arg  0x0000573c , 0x00000012 
- 00022331  0x00005525 branch  0x000042e0 
- 00022332  0x00005528 jam  0x00000001 , 0x0000487b 
- 00022333  0x00005529 branch  0x00005ba3 
- 00022334  0x0000552c fetch  0x00000008 , 0x00004713 
- 00022335  0x0000552d rtnbit1  0x0000001c 
- 00022336  0x0000552e fetch  0x00000001 , 0x00004690 
- 00022337  0x0000552f rtnne  0x00000003 
- 00022338  0x00005530 jam  0x00000000 , 0x00004690 
- 00022339  0x00005531 rtn 
- 00022340  0x00005534 bpatch  0x0000007c , 0x0000400f 
- 00022341  0x00005535 call  0x0000573e 
- 00022342  0x00005536 call  0x0000613a 
- 00022343  0x00005538 bpatch  0x0000007d , 0x0000400f 
- 00022344  0x00005539 fetch  0x00000001 , 0x00004957 
- 00022345  0x0000553a beq  0x0000000c , 0x0000576b 
- 00022346  0x0000553b beq  0x00000003 , 0x00005785 
- 00022347  0x0000553c beq  0x0000000b , 0x00005799 
- 00022348  0x0000553d fetch  0x00000001 , 0x00004690 
- 00022349  0x0000553e beq  0x00000000 , 0x00005753 
- 00022350  0x0000553f beq  0x00000001 , 0x00005751 
- 00022351  0x00005540 beq  0x00000002 , 0x00005755 
- 00022352  0x00005541 beq  0x00000003 , 0x00005757 
- 00022353  0x00005543 fetcht  0x00000001 , 0x00004869 
- 00022354  0x00005544 branch  0x00005758 
- 00022355  0x00005546 fetcht  0x00000001 , 0x00004868 
- 00022356  0x00005547 branch  0x00005758 
- 00022357  0x00005549 fetcht  0x00000001 , 0x0000486a 
- 00022358  0x0000554a branch  0x00005758 
- 00022359  0x0000554c fetcht  0x00000001 , 0x0000486b 
- 00022360  0x0000554e fetch  0x00000001 , 0x00004957 
- 00022361  0x0000554f beq  0x00000004 , 0x00005767 
- 00022362  0x00005550 beq  0x00000005 , 0x00005767 
- 00022363  0x00005551 beq  0x00000008 , 0x00005769 
- 00022364  0x00005552 beq  0x00000007 , 0x00005769 
- 00022365  0x00005553 beq  0x00000006 , 0x00005767 
- 00022366  0x00005555 storet  0x00000001 , 0x00004879 
- 00022367  0x00005556 setarg  0x00000006 
- 00022368  0x00005557 call  0x000069e5 
- 00022369  0x00005558 and  0x0000003f , 0x000000f8 , 0x00000002 
- 00022370  0x00005559 fetch  0x00000001 , 0x00004879 
- 00022371  0x0000555a iadd  0x00000002 , 0x0000003f 
- 00022372  0x0000555b lshift8  0x0000003f , 0x0000003f 
- 00022373  0x0000555c add  0x0000003f , 0x00000006 , 0x0000003f 
- 00022374  0x0000555d branch  0x000069e4 
- 00022375  0x00005560 increase  0xffffffff , 0x00000002 
- 00022376  0x00005561 branch  0x0000575e 
- 00022377  0x00005564 increase  0x00000002 , 0x00000002 
- 00022378  0x00005565 branch  0x0000575e 
- 00022379  0x00005568 fetch  0x00000001 , 0x00004690 
- 00022380  0x00005569 beq  0x00000000 , 0x0000576f 
- 00022381  0x0000556a beq  0x00000001 , 0x00005775 
- 00022382  0x0000556b beq  0x00000002 , 0x00005778 
- 00022383  0x0000556d fetch  0x00000001 , 0x00004874 
- 00022384  0x0000556e copy  0x0000003f , 0x00000011 
- 00022385  0x0000556f branch  0x0000577d 
- 00022386  0x00005572 fetch  0x00000001 , 0x00004875 
- 00022387  0x00005573 copy  0x0000003f , 0x00000011 
- 00022388  0x00005574 branch  0x0000577d 
- 00022389  0x00005577 fetch  0x00000001 , 0x00004876 
- 00022390  0x00005578 copy  0x0000003f , 0x00000011 
- 00022391  0x00005579 branch  0x0000577d 
- 00022392  0x0000557c fetch  0x00000001 , 0x00004877 
- 00022393  0x0000557d copy  0x0000003f , 0x00000011 
- 00022394  0x0000557e branch  0x0000577d 
- 00022395  0x00005581 fetch  0x00000001 , 0x00004878 
- 00022396  0x00005582 copy  0x0000003f , 0x00000011 
- 00022397  0x00005584 setarg  0x0000c309 
- 00022398  0x00005585 call  0x000069e4 
- 00022399  0x00005586 copy  0x00000011 , 0x0000003f 
- 00022400  0x00005587 lshift8  0x0000003f , 0x0000003f 
- 00022401  0x00005588 add  0x0000003f , 0x00000023 , 0x0000003f 
- 00022402  0x00005589 call  0x000069e4 
- 00022403  0x0000558a setarg  0x00000009 
- 00022404  0x0000558b branch  0x000069e4 
- 00022405  0x0000558e fetch  0x00000001 , 0x00004690 
- 00022406  0x0000558f beq  0x00000000 , 0x0000578c 
- 00022407  0x00005590 beq  0x00000001 , 0x0000578a 
- 00022408  0x00005591 beq  0x00000002 , 0x0000578e 
- 00022409  0x00005592 beq  0x00000003 , 0x00005790 
- 00022410  0x00005594 fetch  0x00000001 , 0x0000486d 
- 00022411  0x00005595 branch  0x00005791 
- 00022412  0x00005597 fetch  0x00000001 , 0x0000486c 
- 00022413  0x00005598 branch  0x00005791 
- 00022414  0x0000559a fetch  0x00000001 , 0x0000486e 
- 00022415  0x0000559b branch  0x00005791 
- 00022416  0x0000559d fetch  0x00000001 , 0x0000486f 
- 00022417  0x0000559f store  0x00000001 , 0x00004879 
- 00022418  0x000055a0 lshift8  0x0000003f , 0x0000003f 
- 00022419  0x000055a1 copy  0x0000003f , 0x00000011 
- 00022420  0x000055a2 add  0x0000003f , 0x0000000d , 0x0000003f 
- 00022421  0x000055a3 call  0x000069e4 
- 00022422  0x000055a4 copy  0x00000011 , 0x0000003f 
- 00022423  0x000055a5 add  0x0000003f , 0x0000000e , 0x0000003f 
- 00022424  0x000055a6 branch  0x000069e4 
- 00022425  0x000055a9 fetch  0x00000001 , 0x00004690 
- 00022426  0x000055aa beq  0x00000000 , 0x000057a0 
- 00022427  0x000055ab beq  0x00000001 , 0x0000579e 
- 00022428  0x000055ac beq  0x00000002 , 0x000057a2 
- 00022429  0x000055ad beq  0x00000003 , 0x000057a4 
- 00022430  0x000055af fetch  0x00000001 , 0x00004871 
- 00022431  0x000055b0 branch  0x00005791 
- 00022432  0x000055b3 fetch  0x00000001 , 0x00004870 
- 00022433  0x000055b4 branch  0x00005791 
- 00022434  0x000055b7 fetch  0x00000001 , 0x00004872 
- 00022435  0x000055b8 branch  0x00005791 
- 00022436  0x000055bb fetch  0x00000001 , 0x00004873 
- 00022437  0x000055bc branch  0x00005791 
- 00022438  0x000055c5 call  0x0000584c 
- 00022439  0x000055c6 fetch  0x00000001 , 0x00004987 
- 00022440  0x000055c7 nbranch  0x00005860 , 0x00000034 
- 00022441  0x000055c8 fetch  0x00000001 , 0x00004982 
- 00022442  0x000055c9 nbranch  0x0000585f , 0x00000034 
- 00022443  0x000055cb call  0x00005888 
- 00022444  0x000055cc call  0x000057bc 
- 00022445  0x000055cd call  0x0000552f 
- 00022446  0x000055ce call  0x000057b7 
- 00022447  0x000055cf copy  0x00000011 , 0x0000003f 
- 00022448  0x000055d0 fetcht  0x00000001 , 0x0000484e 
- 00022449  0x000055d1 store  0x00000001 , 0x0000484e 
- 00022450  0x000055d2 store  0x00000001 , 0x00004846 
- 00022451  0x000055d3 ixor  0x00000002 , 0x0000003f 
- 00022452  0x000055d4 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00022453  0x000055d5 rtn  0x00000005 
- 00022454  0x000055d6 branch  0x00007dba 
- 00022455  0x000055d9 rtnmark0  0x00000026 
- 00022456  0x000055da copy  0x00000011 , 0x0000003f 
- 00022457  0x000055db rtn  0x00000034 
- 00022458  0x000055dc store  0x00000001 , 0x00004846 
- 00022459  0x000055dd branch  0x00007dba 
- 00022460  0x000055e3 jam  0x00000000 , 0x00004979 
- 00022461  0x000055e4 jam  0x00000000 , 0x0000497a 
- 00022462  0x000055e5 jam  0x00000000 , 0x0000497b 
- 00022463  0x000055e6 copy  0x0000003f , 0x00000012 
- 00022464  0x000055e7 fetcht  0x00000001 , 0x00004644 
- 00022465  0x000055e8 fetch  0x00000001 , 0x00004647 
- 00022466  0x000055e9 isub  0x00000002 , 0x0000003e 
- 00022467  0x000055ea branch  0x000057cc , 0x00000005 
- 00022468  0x000055eb fetch  0x00000001 , 0x00004648 
- 00022469  0x000055ec isub  0x00000002 , 0x0000003e 
- 00022470  0x000055ed branch  0x000057d1 , 0x00000005 
- 00022471  0x000055ee fetcht  0x00000001 , 0x00004645 
- 00022472  0x000055ef fetch  0x00000001 , 0x00004647 
- 00022473  0x000055f0 isub  0x00000002 , 0x0000003e 
- 00022474  0x000055f1 branch  0x000057e0 , 0x00000005 
- 00022475  0x000055f2 branch  0x000057e3 
- 00022476  0x000055f5 fetcht  0x00000001 , 0x00004645 
- 00022477  0x000055f6 fetch  0x00000001 , 0x00004648 
- 00022478  0x000055f7 isub  0x00000002 , 0x0000003e 
- 00022479  0x000055f8 branch  0x000057d6 , 0x00000005 
- 00022480  0x000055f9 branch  0x000057d9 
- 00022481  0x000055fc fetcht  0x00000001 , 0x00004645 
- 00022482  0x000055fd fetch  0x00000001 , 0x00004647 
- 00022483  0x000055fe isub  0x00000002 , 0x0000003e 
- 00022484  0x000055ff branch  0x000057db , 0x00000005 
- 00022485  0x00005600 branch  0x000057de 
- 00022486  0x00005603 call  0x000057ef 
- 00022487  0x00005604 call  0x000057fb 
- 00022488  0x00005605 branch  0x000057e5 
- 00022489  0x00005608 call  0x000057ef 
- 00022490  0x00005609 branch  0x000057e1 
- 00022491  0x0000560c call  0x000057f8 
- 00022492  0x0000560d call  0x000057f2 
- 00022493  0x0000560e branch  0x000057e5 
- 00022494  0x00005611 call  0x000057f8 
- 00022495  0x00005612 branch  0x000057e4 
- 00022496  0x00005615 call  0x000057f2 
- 00022497  0x00005617 call  0x000057fe 
- 00022498  0x00005618 branch  0x000057e5 
- 00022499  0x0000561b call  0x000057fb 
- 00022500  0x0000561d call  0x000057f5 
- 00022501  0x0000561f call  0x00005801 
- 00022502  0x00005620 call  0x00005804 
- 00022503  0x00005621 fetch  0x00000001 , 0x0000497a 
- 00022504  0x00005622 rtn  0x00000034 
- 00022505  0x00005623 fetch  0x00000001 , 0x00004979 
- 00022506  0x00005624 rtn  0x00000034 
- 00022507  0x00005625 jam  0x00000001 , 0x0000497b 
- 00022508  0x00005626 fetch  0x00000001 , 0x0000484e 
- 00022509  0x00005627 copy  0x0000003f , 0x00000011 
- 00022510  0x00005628 rtn 
- 00022511  0x0000562b and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022512  0x0000562c beq  0x00000009 , 0x0000580c 
- 00022513  0x0000562d rtn 
- 00022514  0x0000562f and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022515  0x00005630 beq  0x00000012 , 0x0000580c 
- 00022516  0x00005631 rtn 
- 00022517  0x00005633 and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022518  0x00005634 beq  0x0000000a , 0x0000580c 
- 00022519  0x00005635 rtn 
- 00022520  0x00005637 and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022521  0x00005638 beq  0x00000011 , 0x0000580c 
- 00022522  0x00005639 rtn 
- 00022523  0x0000563b and  0x00000012 , 0x00000014 , 0x0000003f 
- 00022524  0x0000563c beq  0x00000014 , 0x0000580c 
- 00022525  0x0000563d rtn 
- 00022526  0x0000563f and  0x00000012 , 0x00000014 , 0x0000003f 
- 00022527  0x00005640 beq  0x00000012 , 0x0000580c 
- 00022528  0x00005641 rtn 
- 00022529  0x00005644 and  0x00000012 , 0x00000018 , 0x0000003f 
- 00022530  0x00005645 beq  0x00000018 , 0x0000580a 
- 00022531  0x00005646 rtn 
- 00022532  0x00005649 and  0x00000002 , 0x00000007 , 0x0000003f 
- 00022533  0x0000564a beq  0x00000003 , 0x0000580a 
- 00022534  0x0000564b beq  0x00000005 , 0x0000580a 
- 00022535  0x0000564c beq  0x00000006 , 0x0000580a 
- 00022536  0x0000564d beq  0x00000007 , 0x0000580a 
- 00022537  0x0000564e rtn 
- 00022538  0x00005652 jam  0x00000001 , 0x0000497a 
- 00022539  0x00005653 rtn 
- 00022540  0x00005656 jam  0x00000001 , 0x00004979 
- 00022541  0x00005657 rtn 
- 00022542  0x00005660 fetch  0x00000008 , 0x00004713 
- 00022543  0x00005661 rtnbit0  0x00000017 
- 00022544  0x00005662 bbit0  0x0000002c , 0x00005816 
- 00022545  0x00005664 fetch  0x00000001 , 0x00004658 
- 00022546  0x00005665 call  0x00005943 
- 00022547  0x00005666 call  0x00005824 
- 00022548  0x00005667 fetcht  0x00000001 , 0x00004658 
- 00022549  0x00005668 branch  0x000055b5 
- 00022550  0x0000566b fetch  0x00000001 , 0x00004658 
- 00022551  0x0000566c call  0x00005946 
- 00022552  0x0000566d jam  0x00000000 , 0x0000498b 
- 00022553  0x0000566e fetcht  0x00000001 , 0x00004658 
- 00022554  0x0000566f fetch  0x00000001 , 0x00004988 
- 00022555  0x00005670 call  0x0000583d 
- 00022556  0x00005671 call  0x00005828 
- 00022557  0x00005672 fetcht  0x00000001 , 0x00004658 
- 00022558  0x00005673 branch  0x000055b5 
- 00022559  0x00005676 call  0x000055b5 
- 00022560  0x00005677 fetch  0x00000001 , 0x00004989 
- 00022561  0x00005678 rtneq  0x00000001 
- 00022562  0x00005679 jam  0x00000001 , 0x00004989 
- 00022563  0x0000567a branch  0x000056f7 
- 00022564  0x0000567d jam  0x00000000 , 0x0000498b 
- 00022565  0x0000567e fetcht  0x00000001 , 0x00004658 
- 00022566  0x0000567f fetch  0x00000001 , 0x00004988 
- 00022567  0x00005680 call  0x00005833 
- 00022568  0x00005682 store  0x00000001 , 0x00004988 
- 00022569  0x00005683 fetch  0x00000001 , 0x0000498a 
- 00022570  0x00005684 branch  0x0000582f , 0x00000034 
- 00022571  0x00005686 fetch  0x00000001 , 0x00004989 
- 00022572  0x00005687 rtneq  0x00000001 
- 00022573  0x00005688 jam  0x00000001 , 0x00004989 
- 00022574  0x00005689 branch  0x000056f7 
- 00022575  0x0000568c fetch  0x00000001 , 0x00004989 
- 00022576  0x0000568d rtneq  0x00000000 
- 00022577  0x0000568e jam  0x00000000 , 0x00004989 
- 00022578  0x0000568f rtn 
- 00022579  0x00005692 lshift  0x0000003f , 0x0000003f 
- 00022580  0x00005693 copy  0x0000003f , 0x00000012 
- 00022581  0x00005694 call  0x00006ee6 
- 00022582  0x00005695 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022583  0x00005696 and  0x00000012 , 0x00000007 , 0x0000003f 
- 00022584  0x00005697 fetcht  0x00000001 , 0x0000498b 
- 00022585  0x00005698 copy  0x00000002 , 0x00000007 
- 00022586  0x00005699 beq  0x00000007 , 0x00005848 
- 00022587  0x0000569a beq  0x00000000 , 0x0000584a 
- 00022588  0x0000569b rtn 
- 00022589  0x0000569e lshift  0x0000003f , 0x0000003f 
- 00022590  0x0000569f copy  0x0000003f , 0x00000012 
- 00022591  0x000056a0 call  0x000055b1 
- 00022592  0x000056a1 call  0x00006ee6 
- 00022593  0x000056a2 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022594  0x000056a3 and  0x00000012 , 0x00000007 , 0x0000003f 
- 00022595  0x000056a4 fetcht  0x00000001 , 0x0000498b 
- 00022596  0x000056a5 copy  0x00000002 , 0x00000007 
- 00022597  0x000056a6 beq  0x00000007 , 0x00005848 
- 00022598  0x000056a7 beq  0x00000000 , 0x0000584a 
- 00022599  0x000056a8 rtn 
- 00022600  0x000056ab jam  0x00000001 , 0x0000498a 
- 00022601  0x000056ac rtn 
- 00022602  0x000056ae jam  0x00000000 , 0x0000498a 
- 00022603  0x000056af rtn 
- 00022604  0x000056b8 arg  0x00000000 , 0x00000012 
- 00022605  0x000056b9 fetch  0x00000001 , 0x00004657 
- 00022606  0x000056ba rtneq  0x000000ff 
- 00022607  0x000056bb fetch  0x00000008 , 0x00004713 
- 00022608  0x000056bc bbit0  0x0000002e , 0x00005859 
- 00022609  0x000056be fetcht  0x00000001 , 0x00004657 
- 00022610  0x000056bf call  0x000055b5 
- 00022611  0x000056c0 fetcht  0x00000001 , 0x00004657 
- 00022612  0x000056c1 call  0x00006ee6 
- 00022613  0x000056c2 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022614  0x000056c4 copy  0x00000012 , 0x0000003f 
- 00022615  0x000056c5 store  0x00000001 , 0x00004987 
- 00022616  0x000056c6 rtn 
- 00022617  0x000056c9 fetcht  0x00000001 , 0x00004657 
- 00022618  0x000056ca call  0x000055b1 
- 00022619  0x000056cb fetcht  0x00000001 , 0x00004657 
- 00022620  0x000056cc call  0x00006ee6 
- 00022621  0x000056cd nsetflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022622  0x000056ce branch  0x00005856 
- 00022623  0x000056d1 beq  0x00000004 , 0x00005878 
- 00022624  0x000056d3 call  0x0000587b 
- 00022625  0x000056d4 fetch  0x00000004 , 0x00004983 
- 00022626  0x000056d5 arg  0x000000a0 , 0x00000002 
- 00022627  0x000056d6 iadd  0x00000002 , 0x00000002 
- 00022628  0x000056d7 copy  0x00000022 , 0x0000003f 
- 00022629  0x000056d8 isub  0x00000002 , 0x0000003e 
- 00022630  0x000056d9 nrtn  0x00000002 
- 00022631  0x000056da store  0x00000004 , 0x00004983 
- 00022632  0x000056db fetch  0x00000001 , 0x00004982 
- 00022633  0x000056dc beq  0x00000000 , 0x0000586e 
- 00022634  0x000056dd beq  0x00000001 , 0x00005871 
- 00022635  0x000056de beq  0x00000002 , 0x00005874 
- 00022636  0x000056df beq  0x00000003 , 0x00005876 
- 00022637  0x000056e0 rtn 
- 00022638  0x000056e3 jam  0x00000001 , 0x00004982 
- 00022639  0x000056e5 jam  0x00000001 , 0x00004846 
- 00022640  0x000056e6 branch  0x00007dba 
- 00022641  0x000056e9 jam  0x00000002 , 0x00004982 
- 00022642  0x000056eb jam  0x00000000 , 0x00004846 
- 00022643  0x000056ec branch  0x00007dba 
- 00022644  0x000056ef jam  0x00000003 , 0x00004982 
- 00022645  0x000056f0 branch  0x0000586f 
- 00022646  0x000056f3 jam  0x00000000 , 0x00004982 
- 00022647  0x000056f4 branch  0x00005872 
- 00022648  0x000056f7 jam  0x00000000 , 0x00004982 
- 00022649  0x000056f8 jam  0x00000000 , 0x00004846 
- 00022650  0x000056f9 rtn 
- 00022651  0x000056fc fetcht  0x00000004 , 0x00004983 
- 00022652  0x000056fd copy  0x00000022 , 0x0000003f 
- 00022653  0x000056fe isub  0x00000002 , 0x0000003e 
- 00022654  0x000056ff ncall  0x00005880 , 0x00000002 
- 00022655  0x00005700 rtn 
- 00022656  0x00005702 setarg  0x00000000 
- 00022657  0x00005703 store  0x00000004 , 0x00004983 
- 00022658  0x00005704 rtn 
- 00022659  0x0000570d call  0x00005895 
- 00022660  0x0000570e call  0x00005888 
- 00022661  0x0000570f setarg  0x00000000 
- 00022662  0x00005710 store  0x00000003 , 0x0000496f 
- 00022663  0x00005711 rtn 
- 00022664  0x00005714 bpatch  0x0000007e , 0x0000400f 
- 00022665  0x00005715 fetch  0x00000001 , 0x0000473f 
- 00022666  0x00005716 ncall  0x00005895 , 0x00000034 
- 00022667  0x00005717 arg  0x00000000 , 0x00000011 
- 00022668  0x00005718 call  0x00005898 
- 00022669  0x00005719 call  0x000058a1 
- 00022670  0x0000571a call  0x000058aa 
- 00022671  0x0000571b call  0x000058b3 
- 00022672  0x0000571c call  0x000058cf 
- 00022673  0x0000571d call  0x0000584c 
- 00022674  0x0000571e call  0x000058ec 
- 00022675  0x0000571f copy  0x00000011 , 0x0000003f 
- 00022676  0x00005720 rtn 
- 00022677  0x00005723 setarg  0x00030303 
- 00022678  0x00005724 store  0x00000003 , 0x0000496f 
- 00022679  0x00005725 rtn 
- 00022680  0x00005728 fetch  0x00000001 , 0x00004644 
- 00022681  0x00005729 call  0x00005943 
- 00022682  0x0000572a jam  0x00000000 , 0x00004977 
- 00022683  0x0000572b fetcht  0x00000001 , 0x00004644 
- 00022684  0x0000572c fetch  0x00000001 , 0x0000496f 
- 00022685  0x0000572d call  0x00005925 
- 00022686  0x0000572e store  0x00000001 , 0x0000496f 
- 00022687  0x0000572f fetcht  0x00000001 , 0x00004644 
- 00022688  0x00005730 branch  0x000055b5 
- 00022689  0x00005733 fetch  0x00000001 , 0x00004646 
- 00022690  0x00005734 call  0x00005943 
- 00022691  0x00005735 jam  0x00000001 , 0x00004977 
- 00022692  0x00005736 fetcht  0x00000001 , 0x00004646 
- 00022693  0x00005737 fetch  0x00000001 , 0x00004970 
- 00022694  0x00005738 call  0x00005925 
- 00022695  0x00005739 store  0x00000001 , 0x00004970 
- 00022696  0x0000573a fetcht  0x00000001 , 0x00004646 
- 00022697  0x0000573b branch  0x000055b5 
- 00022698  0x0000573e fetch  0x00000001 , 0x00004645 
- 00022699  0x0000573f call  0x00005943 
- 00022700  0x00005740 jam  0x00000002 , 0x00004977 
- 00022701  0x00005741 fetcht  0x00000001 , 0x00004645 
- 00022702  0x00005742 fetch  0x00000001 , 0x00004971 
- 00022703  0x00005743 call  0x00005925 
- 00022704  0x00005744 store  0x00000001 , 0x00004971 
- 00022705  0x00005745 fetcht  0x00000001 , 0x00004645 
- 00022706  0x00005746 branch  0x000055b5 
- 00022707  0x00005749 fetch  0x00000001 , 0x00004647 
- 00022708  0x0000574a rtneq  0x000000ff 
- 00022709  0x0000574b jam  0x00000003 , 0x00004977 
- 00022710  0x0000574c fetch  0x00000001 , 0x00004972 
- 00022711  0x0000574d copy  0x0000003f , 0x00000013 
- 00022712  0x0000574e fetcht  0x00000001 , 0x00004647 
- 00022713  0x0000574f fetch  0x00000001 , 0x00004654 
- 00022714  0x00005750 beq  0x000000ff , 0x000058c8 
- 00022715  0x00005751 call  0x00006ee6 
- 00022716  0x00005752 branch  0x000058c4 , 0x00000001 
- 00022717  0x00005753 fetcht  0x00000001 , 0x00004654 
- 00022718  0x00005754 call  0x00006ef7 
- 00022719  0x00005755 fetcht  0x00000001 , 0x00004647 
- 00022720  0x00005756 fetch  0x00000001 , 0x00004972 
- 00022721  0x00005757 call  0x00005925 
- 00022722  0x00005759 store  0x00000001 , 0x00004972 
- 00022723  0x0000575a branch  0x000058df 
- 00022724  0x0000575d fetcht  0x00000001 , 0x00004654 
- 00022725  0x0000575e fetch  0x00000001 , 0x00004972 
- 00022726  0x0000575f call  0x00005925 
- 00022727  0x00005760 branch  0x000058c2 
- 00022728  0x00005763 fetch  0x00000001 , 0x00004647 
- 00022729  0x00005764 call  0x00005946 
- 00022730  0x00005765 fetcht  0x00000001 , 0x00004647 
- 00022731  0x00005766 call  0x00005931 
- 00022732  0x00005767 store  0x00000001 , 0x00004972 
- 00022733  0x00005768 fetcht  0x00000001 , 0x00004647 
- 00022734  0x00005769 branch  0x000055b5 
- 00022735  0x0000576d fetch  0x00000001 , 0x00004648 
- 00022736  0x0000576e rtneq  0x000000ff 
- 00022737  0x0000576f jam  0x00000004 , 0x00004977 
- 00022738  0x00005770 fetch  0x00000001 , 0x00004973 
- 00022739  0x00005771 copy  0x0000003f , 0x00000013 
- 00022740  0x00005772 fetcht  0x00000001 , 0x00004648 
- 00022741  0x00005773 fetch  0x00000001 , 0x00004654 
- 00022742  0x00005774 beq  0x000000ff , 0x000058e5 
- 00022743  0x00005775 call  0x00006ee6 
- 00022744  0x00005776 branch  0x000058e1 , 0x00000001 
- 00022745  0x00005777 fetcht  0x00000001 , 0x00004654 
- 00022746  0x00005778 call  0x00006ef7 
- 00022747  0x00005779 fetcht  0x00000001 , 0x00004648 
- 00022748  0x0000577a fetch  0x00000001 , 0x00004973 
- 00022749  0x0000577b call  0x00005925 
- 00022750  0x0000577d store  0x00000001 , 0x00004973 
- 00022751  0x0000577f fetcht  0x00000001 , 0x00004654 
- 00022752  0x00005780 branch  0x000055b5 
- 00022753  0x00005783 fetcht  0x00000001 , 0x00004654 
- 00022754  0x00005784 fetch  0x00000001 , 0x00004973 
- 00022755  0x00005785 call  0x00005925 
- 00022756  0x00005786 branch  0x000058de 
- 00022757  0x00005789 fetch  0x00000001 , 0x00004648 
- 00022758  0x0000578a call  0x00005946 
- 00022759  0x0000578b fetcht  0x00000001 , 0x00004648 
- 00022760  0x0000578c call  0x00005931 
- 00022761  0x0000578d store  0x00000001 , 0x00004973 
- 00022762  0x0000578e fetcht  0x00000001 , 0x00004648 
- 00022763  0x0000578f branch  0x000055b5 
- 00022764  0x00005792 jam  0x00000000 , 0x0000496c 
- 00022765  0x00005793 fetch  0x00000001 , 0x00004656 
- 00022766  0x00005794 rtneq  0x000000ff 
- 00022767  0x00005795 fetch  0x00000008 , 0x00004713 
- 00022768  0x00005796 rtnbit0  0x00000016 
- 00022769  0x00005797 bbit1  0x0000002f , 0x000058fd 
- 00022770  0x00005799 jam  0x00000007 , 0x00004977 
- 00022771  0x0000579a fetcht  0x00000001 , 0x00004656 
- 00022772  0x0000579b fetch  0x00000001 , 0x00004976 
- 00022773  0x0000579c call  0x00005925 
- 00022774  0x0000579d store  0x00000001 , 0x00004976 
- 00022775  0x0000579f copy  0x00000011 , 0x0000003f 
- 00022776  0x000057a0 bbit1  0x00000007 , 0x00005917 
- 00022777  0x000057a1 call  0x0000591a 
- 00022778  0x000057a3 fetch  0x00000001 , 0x0000496d 
- 00022779  0x000057a4 store  0x00000001 , 0x0000496e 
- 00022780  0x000057a5 rtn 
- 00022781  0x000057a8 jam  0x00000007 , 0x00004977 
- 00022782  0x000057a9 fetch  0x00000001 , 0x00004976 
- 00022783  0x000057aa copy  0x0000003f , 0x00000013 
- 00022784  0x000057ab fetcht  0x00000001 , 0x00004656 
- 00022785  0x000057ac fetch  0x00000001 , 0x00004654 
- 00022786  0x000057ad beq  0x000000ff , 0x0000590f 
- 00022787  0x000057ae call  0x00006ee6 
- 00022788  0x000057af branch  0x0000590b , 0x00000001 
- 00022789  0x000057b0 fetcht  0x00000001 , 0x00004654 
- 00022790  0x000057b1 call  0x00006ef7 
- 00022791  0x000057b2 fetcht  0x00000001 , 0x00004656 
- 00022792  0x000057b3 fetch  0x00000001 , 0x00004976 
- 00022793  0x000057b4 call  0x00005925 
- 00022794  0x000057b5 branch  0x00005913 
- 00022795  0x000057b8 fetcht  0x00000001 , 0x00004654 
- 00022796  0x000057b9 fetch  0x00000001 , 0x00004976 
- 00022797  0x000057ba call  0x00005925 
- 00022798  0x000057bb branch  0x00005913 
- 00022799  0x000057be fetch  0x00000001 , 0x00004656 
- 00022800  0x000057bf call  0x00005946 
- 00022801  0x000057c0 fetcht  0x00000001 , 0x00004656 
- 00022802  0x000057c1 call  0x00005931 
- 00022803  0x000057c3 store  0x00000001 , 0x00004976 
- 00022804  0x000057c4 call  0x000058f7 
- 00022805  0x000057c5 fetcht  0x00000001 , 0x00004656 
- 00022806  0x000057c6 branch  0x000055b5 
- 00022807  0x000057ca jam  0x00000001 , 0x0000496d 
- 00022808  0x000057cb call  0x0000591d 
- 00022809  0x000057cc branch  0x000058fa 
- 00022810  0x000057cf jam  0x00000000 , 0x0000496d 
- 00022811  0x000057d0 fetch  0x00000001 , 0x0000496e 
- 00022812  0x000057d1 rtn  0x00000034 
- 00022813  0x000057d3 jam  0x00000001 , 0x0000496c 
- 00022814  0x000057d4 rtn 
- 00022815  0x000057d9 call  0x00006ee6 
- 00022816  0x000057da fetcht  0x00000001 , 0x00004977 
- 00022817  0x000057db copy  0x00000002 , 0x00000007 
- 00022818  0x000057dc branch  0x0000592f , 0x00000001 
- 00022819  0x000057de qset0  0x00000011 
- 00022820  0x000057df rtn 
- 00022821  0x000057e2 lshift  0x0000003f , 0x0000003f 
- 00022822  0x000057e3 copy  0x0000003f , 0x00000012 
- 00022823  0x000057e4 call  0x00006ee6 
- 00022824  0x000057e5 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022825  0x000057e7 and  0x00000012 , 0x00000007 , 0x0000003f 
- 00022826  0x000057e9 fetcht  0x00000001 , 0x00004977 
- 00022827  0x000057ea copy  0x00000002 , 0x00000007 
- 00022828  0x000057eb beq  0x00000007 , 0x0000592f 
- 00022829  0x000057ec beq  0x00000000 , 0x00005923 
- 00022830  0x000057ed rtn 
- 00022831  0x000057f0 qset1  0x00000011 
- 00022832  0x000057f1 rtn 
- 00022833  0x000057f4 bpatch  0x0000007f , 0x0000400f 
- 00022834  0x000057f5 copy  0x00000013 , 0x0000003f 
- 00022835  0x000057f6 store  0x00000001 , 0x00004978 
- 00022836  0x000057f7 lshift  0x0000003f , 0x0000003f 
- 00022837  0x000057f8 copy  0x0000003f , 0x00000012 
- 00022838  0x000057f9 copy  0x00000002 , 0x00000013 
- 00022839  0x000057fa call  0x000055b1 
- 00022840  0x000057fb copy  0x00000013 , 0x00000002 
- 00022841  0x000057fc call  0x00006ee6 
- 00022842  0x000057fd nsetflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022843  0x000057fe call  0x0000593d 
- 00022844  0x000057ff branch  0x0000592a 
- 00022845  0x00005802 fetcht  0x00000001 , 0x00004978 
- 00022846  0x00005803 and_into  0x00000001 , 0x00000002 
- 00022847  0x00005804 and  0x00000012 , 0x00000001 , 0x0000003f 
- 00022848  0x00005805 isub  0x00000002 , 0x0000003e 
- 00022849  0x00005806 nbranch  0x00005abc , 0x00000005 
- 00022850  0x00005807 rtn 
- 00022851  0x0000580c rtneq  0x000000ff 
- 00022852  0x0000580d arg  0x0000003f , 0x00000002 
- 00022853  0x0000580e branch  0x00006f21 
- 00022854  0x00005812 rtneq  0x000000ff 
- 00022855  0x00005813 arg  0x0000003e , 0x00000002 
- 00022856  0x00005814 branch  0x00006f21 
- 00022857  0x0000581a bpatch  0x00000080 , 0x00004010 
- 00022858  0x0000581b call  0x000055f6 
- 00022859  0x0000581c rtn  0x0000002b 
- 00022860  0x0000581e call  0x000059e7 
- 00022861  0x00005820 bpatch  0x00000081 , 0x00004010 
- 00022862  0x00005821 call  0x00005958 
- 00022863  0x00005822 beq  0x00000030 , 0x0000595f 
- 00022864  0x00005823 beq  0x00000031 , 0x000059c6 
- 00022865  0x00005824 beq  0x00000058 , 0x000059cf 
- 00022866  0x00005825 call  0x00005955 
- 00022867  0x00005826 nop  0x00001af4 
- 00022868  0x00005827 branch  0x0000594d 
- 00022869  0x00005829 fetcht  0x00000001 , 0x0000464c 
- 00022870  0x0000582a call  0x000069c7 
- 00022871  0x0000582b branch  0x000055fb 
- 00022872  0x0000582e setarg  0x00000001 
- 00022873  0x0000582f call  0x000069e5 
- 00022874  0x00005830 store  0x00000001 , 0x0000485a 
- 00022875  0x00005831 setarg  0x00000000 
- 00022876  0x00005832 call  0x000069e5 
- 00022877  0x00005833 store  0x00000001 , 0x00004859 
- 00022878  0x00005834 rtn 
- 00022879  0x00005837 fetch  0x00000001 , 0x0000485a 
- 00022880  0x00005838 beq  0x0000005a , 0x0000596e 
- 00022881  0x00005839 beq  0x000000d8 , 0x00005974 
- 00022882  0x0000583a beq  0x000000d1 , 0x00005968 
- 00022883  0x0000583b beq  0x000000d2 , 0x0000598c 
- 00022884  0x0000583c beq  0x00000002 , 0x00005993 
- 00022885  0x0000583d beq  0x00000054 , 0x0000599c 
- 00022886  0x0000583e beq  0x00000050 , 0x000059c3 
- 00022887  0x0000583f branch  0x0000594d 
- 00022888  0x00005842 setarg  0x00000049 
- 00022889  0x00005843 call  0x000069e5 
- 00022890  0x00005844 beq  0x000000a1 , 0x0000596c 
- 00022891  0x00005845 branch  0x00005983 
- 00022892  0x00005848 jam  0x0000000c , 0x00004957 
- 00022893  0x00005849 rtn 
- 00022894  0x0000584c jam  0x00000005 , 0x00004957 
- 00022895  0x0000584d call  0x000059da 
- 00022896  0x0000584e call  0x00007c95 
- 00022897  0x0000584f arg  0x000048d6 , 0x00000013 
- 00022898  0x00005850 call  0x00005995 
- 00022899  0x00005851 branch  0x00005747 
- 00022900  0x00005854 setarg  0x00000016 
- 00022901  0x00005855 call  0x000069e5 
- 00022902  0x00005856 sub  0x0000003f , 0x000000bd , 0x0000003e 
- 00022903  0x00005857 nbranch  0x00005949 , 0x00000005 
- 00022904  0x00005858 setarg  0x00000019 
- 00022905  0x00005859 call  0x000069e5 
- 00022906  0x0000585a sub  0x0000003f , 0x00000055 , 0x0000003e 
- 00022907  0x0000585b nbranch  0x00005949 , 0x00000005 
- 00022908  0x0000585c setarg  0x0000001b 
- 00022909  0x0000585d call  0x000069e5 
- 00022910  0x0000585e sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00022911  0x0000585f nbranch  0x00005949 , 0x00000005 
- 00022912  0x00005860 jam  0x00000006 , 0x00004957 
- 00022913  0x00005861 arg  0x0000491a , 0x00000013 
- 00022914  0x00005862 branch  0x00005995 
- 00022915  0x00005865 jam  0x00000000 , 0x00004957 
- 00022916  0x00005866 arg  0x00004890 , 0x00000013 
- 00022917  0x00005867 call  0x00005995 
- 00022918  0x00005868 arg  0x0000489a , 0x00000013 
- 00022919  0x00005869 call  0x00005995 
- 00022920  0x0000586a setarg  0x00000943 
- 00022921  0x0000586b call  0x000069e4 
- 00022922  0x0000586c arg  0x000048b4 , 0x00000013 
- 00022923  0x0000586d branch  0x00005995 
- 00022924  0x00005870 jam  0x00000002 , 0x00004957 
- 00022925  0x00005871 arg  0x00004886 , 0x00000013 
- 00022926  0x00005872 call  0x00005995 
- 00022927  0x00005873 arg  0x0000489a , 0x00000013 
- 00022928  0x00005874 call  0x00005995 
- 00022929  0x00005875 arg  0x000048b4 , 0x00000013 
- 00022930  0x00005876 branch  0x00005995 
- 00022931  0x00005879 jam  0x00000003 , 0x00004957 
- 00022932  0x0000587a arg  0x0000487c , 0x00000013 
- 00022933  0x0000587c ifetch  0x00000002 , 0x00000013 
- 00022934  0x0000587d arg  0x0000ffff , 0x00000002 
- 00022935  0x0000587e isub  0x00000002 , 0x0000003e 
- 00022936  0x0000587f rtn  0x00000005 
- 00022937  0x00005880 call  0x000069e4 
- 00022938  0x00005881 increase  0x00000002 , 0x00000013 
- 00022939  0x00005882 branch  0x00005995 
- 00022940  0x00005885 call  0x000059d8 
- 00022941  0x00005886 setarg  0x00009a5b 
- 00022942  0x00005887 call  0x000069e4 
- 00022943  0x00005888 setarg  0x0000000d 
- 00022944  0x00005889 call  0x000069e5 
- 00022945  0x0000588a sub  0x0000003f , 0x00000012 , 0x0000003e 
- 00022946  0x0000588b branch  0x000059b0 , 0x00000005 
- 00022947  0x0000588c sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00022948  0x0000588d nbranch  0x000059b3 , 0x00000005 
- 00022949  0x0000588e setarg  0x0000000e 
- 00022950  0x0000588f call  0x000069e5 
- 00022951  0x00005890 sub  0x0000003f , 0x000000e5 , 0x0000003e 
- 00022952  0x00005891 nbranch  0x0000594d , 0x00000005 
- 00022953  0x00005892 setarg  0x00000010 
- 00022954  0x00005893 call  0x000069e5 
- 00022955  0x00005894 sub  0x0000003f , 0x000000a5 , 0x0000003e 
- 00022956  0x00005895 branch  0x000059b0 , 0x00000005 
- 00022957  0x00005896 call  0x000059c0 
- 00022958  0x00005898 jam  0x00000008 , 0x00004957 
- 00022959  0x00005899 rtn 
- 00022960  0x0000589b jam  0x00000009 , 0x00004957 
- 00022961  0x0000589c arg  0x000048fc , 0x00000013 
- 00022962  0x0000589d branch  0x00005995 
- 00022963  0x0000589f sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00022964  0x000058a0 nbranch  0x0000594d , 0x00000005 
- 00022965  0x000058a1 setarg  0x0000000e 
- 00022966  0x000058a2 call  0x000069e5 
- 00022967  0x000058a3 sub  0x0000003f , 0x000000c5 , 0x0000003e 
- 00022968  0x000058a4 nbranch  0x0000594d , 0x00000005 
- 00022969  0x000058a5 setarg  0x00000010 
- 00022970  0x000058a6 call  0x000069e5 
- 00022971  0x000058a7 sub  0x0000003f , 0x00000038 , 0x0000003e 
- 00022972  0x000058a8 nbranch  0x0000594d , 0x00000005 
- 00022973  0x000058aa call  0x000059c0 
- 00022974  0x000058ab jam  0x0000000a , 0x00004957 
- 00022975  0x000058ac rtn 
- 00022976  0x000058ae setarg  0x0000005b 
- 00022977  0x000058af call  0x000069e4 
- 00022978  0x000058b0 branch  0x000059d6 
- 00022979  0x000058b3 jam  0x00000007 , 0x00004957 
- 00022980  0x000058b4 arg  0x0000493a , 0x00000013 
- 00022981  0x000058b5 branch  0x00005995 
- 00022982  0x000058b8 call  0x000059e7 
- 00022983  0x000058b9 fetch  0x00000001 , 0x0000485a 
- 00022984  0x000058ba beq  0x00000070 , 0x000059cd 
- 00022985  0x000058bb beq  0x00000000 , 0x000059cb 
- 00022986  0x000058bc branch  0x0000594d 
- 00022987  0x000058bf jam  0x00000001 , 0x00004957 
- 00022988  0x000058c0 rtn 
- 00022989  0x000058c3 jam  0x00000004 , 0x00004957 
- 00022990  0x000058c4 rtn 
- 00022991  0x000058c7 call  0x000059e7 
- 00022992  0x000058c8 fetch  0x00000001 , 0x0000485a 
- 00022993  0x000058c9 beq  0x00000059 , 0x000059d3 
- 00022994  0x000058ca branch  0x0000595f 
- 00022995  0x000058cc jam  0x0000000b , 0x00004957 
- 00022996  0x000058cd arg  0x0000492a , 0x00000013 
- 00022997  0x000058ce branch  0x00005995 
- 00022998  0x000058d1 setarg  0x00000009 
- 00022999  0x000058d2 branch  0x000069e4 
- 00023000  0x000058d4 setarg  0x00005a09 
- 00023001  0x000058d5 branch  0x000069e4 
- 00023002  0x000058d8 arg  0x00008006 , 0x00000002 
- 00023003  0x000058d9 fetch  0x00000001 , 0x00004957 
- 00023004  0x000058da bne  0x0000000b , 0x000059de 
- 00023005  0x000058db arg  0x00009706 , 0x00000002 
- 00023006  0x000058dd copy  0x00000002 , 0x0000003f 
- 00023007  0x000058de call  0x000069e4 
- 00023008  0x000058df nop  0x00002ee0 
- 00023009  0x000058e0 rtn 
- 00023010  0x000058e3 arg  0x00004946 , 0x00000013 
- 00023011  0x000058e4 fetch  0x00000001 , 0x00004957 
- 00023012  0x000058e5 rtnne  0x0000000b 
- 00023013  0x000058e6 arg  0x0000494e , 0x00000013 
- 00023014  0x000058e7 rtn 
- 00023015  0x000058ea bpatch  0x00000082 , 0x00004010 
- 00023016  0x000058eb call  0x000055f6 
- 00023017  0x000058ec call  0x000059da 
- 00023018  0x000058ed call  0x000059e2 
- 00023019  0x000058ee call  0x00005995 
- 00023020  0x000058ef branch  0x00005747 
- 00023021  0x000058f2 bpatch  0x00000083 , 0x00004010 
- 00023022  0x000058f3 call  0x00005949 
- 00023023  0x000058f4 call  0x000055f6 
- 00023024  0x000058f5 arg  0x00000806 , 0x00000002 
- 00023025  0x000058f6 fetch  0x00000001 , 0x00004957 
- 00023026  0x000058f7 bne  0x0000000b , 0x000059f4 
- 00023027  0x000058f8 arg  0x00001f06 , 0x00000002 
- 00023028  0x000058fa copy  0x00000002 , 0x0000003f 
- 00023029  0x000058fb branch  0x000069e4 
- 00023030  0x00005902 fetch  0x00000001 , 0x00004420 
- 00023031  0x00005903 rtnne  0x00000000 
- 00023032  0x00005904 fetch  0x00000001 , 0x00004957 
- 00023033  0x00005905 beq  0x00000000 , 0x00005a02 
- 00023034  0x00005906 beq  0x00000001 , 0x00005a02 
- 00023035  0x00005907 beq  0x00000008 , 0x00005a02 
- 00023036  0x00005908 beq  0x00000002 , 0x00005a02 
- 00023037  0x00005909 beq  0x00000003 , 0x00005a26 
- 00023038  0x0000590a beq  0x00000004 , 0x00005a02 
- 00023039  0x0000590b beq  0x00000006 , 0x00005a4b 
- 00023040  0x0000590c beq  0x0000000b , 0x00005a44 
- 00023041  0x0000590d branch  0x00005a02 
- 00023042  0x00005911 call  0x00005a6d 
- 00023043  0x00005912 disable  0x00000028 
- 00023044  0x00005913 fetch  0x00000001 , 0x00004659 
- 00023045  0x00005914 beq  0x000000ff , 0x00005a09 
- 00023046  0x00005915 fetcht  0x00000001 , 0x00004659 
- 00023047  0x00005916 call  0x00006ee6 
- 00023048  0x00005917 nrtn  0x00000001 
- 00023049  0x00005919 setarg  0x00000000 
- 00023050  0x0000591a call  0x000069e5 
- 00023051  0x0000591b bne  0x00000030 , 0x00005a1c 
- 00023052  0x0000591d setarg  0x00000002 
- 00023053  0x0000591e call  0x000069e5 
- 00023054  0x0000591f rtnbit0  0x00000007 
- 00023055  0x00005920 call  0x00005a84 
- 00023056  0x00005921 fetch  0x00000001 , 0x00004847 
- 00023057  0x00005922 call  0x00005a7c 
- 00023058  0x00005923 store  0x00000002 , 0x00004847 
- 00023059  0x00005924 fetch  0x00000001 , 0x00004849 
- 00023060  0x00005925 call  0x00005a7c 
- 00023061  0x00005926 store  0x00000002 , 0x00004849 
- 00023062  0x00005927 fetch  0x00000001 , 0x00004958 
- 00023063  0x00005928 beq  0x00000000 , 0x00005a1e 
- 00023064  0x00005929 beq  0x00000001 , 0x00005a20 
- 00023065  0x0000592a beq  0x00000002 , 0x00005a22 
- 00023066  0x0000592b beq  0x00000003 , 0x00005a24 
- 00023067  0x0000592c rtn 
- 00023068  0x0000592f beq  0x00000031 , 0x00005a0c 
- 00023069  0x00005930 branch  0x00005955 
- 00023070  0x00005933 call  0x00005a56 
- 00023071  0x00005934 branch  0x00005a8b 
- 00023072  0x00005936 call  0x00005a5e 
- 00023073  0x00005937 branch  0x00005a8b 
- 00023074  0x00005939 call  0x00005a5a 
- 00023075  0x0000593a branch  0x00005a8b 
- 00023076  0x0000593c call  0x00005a66 
- 00023077  0x0000593d branch  0x00005a8b 
- 00023078  0x00005942 call  0x00005a6d 
- 00023079  0x00005943 fetch  0x00000001 , 0x00004659 
- 00023080  0x00005944 beq  0x000000ff , 0x00005a2c 
- 00023081  0x00005945 fetcht  0x00000001 , 0x00004659 
- 00023082  0x00005946 call  0x00006ee6 
- 00023083  0x00005947 nrtn  0x00000001 
- 00023084  0x00005949 setarg  0x00000000 
- 00023085  0x0000594a call  0x000069e5 
- 00023086  0x0000594b bne  0x00000030 , 0x00005955 
- 00023087  0x0000594d setarg  0x00000002 
- 00023088  0x0000594e call  0x000069e5 
- 00023089  0x0000594f rtnbit0  0x00000007 
- 00023090  0x00005950 call  0x00005a84 
- 00023091  0x00005951 call  0x00005a42 
- 00023092  0x00005952 store  0x00000001 , 0x0000484d 
- 00023093  0x00005953 rshift4  0x0000003f , 0x0000003f 
- 00023094  0x00005954 call  0x00005a80 
- 00023095  0x00005955 store  0x00000001 , 0x00004848 
- 00023096  0x00005956 fetch  0x00000001 , 0x0000484d 
- 00023097  0x00005957 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00023098  0x00005958 call  0x00005a80 
- 00023099  0x00005959 store  0x00000001 , 0x0000484a 
- 00023100  0x0000595a fetch  0x00000001 , 0x00004958 
- 00023101  0x0000595b beq  0x00000000 , 0x00005a56 
- 00023102  0x0000595c beq  0x00000001 , 0x00005a5e 
- 00023103  0x0000595d beq  0x00000002 , 0x00005a5a 
- 00023104  0x0000595e beq  0x00000003 , 0x00005a66 
- 00023105  0x0000595f rtn 
- 00023106  0x00005962 setarg  0x00000012 
- 00023107  0x00005963 branch  0x000069e5 
- 00023108  0x00005966 call  0x00005a6d 
- 00023109  0x00005967 fetch  0x00000001 , 0x00004659 
- 00023110  0x00005968 beq  0x000000ff , 0x00005a4a 
- 00023111  0x00005969 fetcht  0x00000001 , 0x00004659 
- 00023112  0x0000596a call  0x00006ee6 
- 00023113  0x0000596b nrtn  0x00000001 
- 00023114  0x0000596d branch  0x00005a2f 
- 00023115  0x00005971 call  0x00005a6d 
- 00023116  0x00005972 disable  0x00000028 
- 00023117  0x00005973 setarg  0x00000002 
- 00023118  0x00005974 call  0x000069e5 
- 00023119  0x00005975 rtnbit0  0x00000007 
- 00023120  0x00005976 setarg  0x00000008 
- 00023121  0x00005977 call  0x000069e5 
- 00023122  0x00005978 branch  0x00005a0f , 0x00000034 
- 00023123  0x00005979 setarg  0x00000000 
- 00023124  0x0000597a store  0x00000006 , 0x00004847 
- 00023125  0x0000597b rtn 
- 00023126  0x0000597e fetch  0x00000002 , 0x00004847 
- 00023127  0x0000597f sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023128  0x00005980 store  0x00000002 , 0x00004847 
- 00023129  0x00005981 branch  0x00007dba 
- 00023130  0x00005983 fetch  0x00000002 , 0x00004849 
- 00023131  0x00005984 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023132  0x00005985 store  0x00000002 , 0x00004849 
- 00023133  0x00005986 branch  0x00007dba 
- 00023134  0x00005988 fetch  0x00000002 , 0x00004849 
- 00023135  0x00005989 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023136  0x0000598a store  0x00000002 , 0x00004849 
- 00023137  0x0000598b fetch  0x00000002 , 0x00004847 
- 00023138  0x0000598c sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023139  0x0000598d store  0x00000002 , 0x00004847 
- 00023140  0x0000598e call  0x00005a68 
- 00023141  0x0000598f branch  0x00007dba 
- 00023142  0x00005991 call  0x00005a68 
- 00023143  0x00005992 branch  0x00007dba 
- 00023144  0x00005995 fetch  0x00000002 , 0x00004849 
- 00023145  0x00005996 fetcht  0x00000002 , 0x00004847 
- 00023146  0x00005997 store  0x00000002 , 0x00004847 
- 00023147  0x00005998 storet  0x00000002 , 0x00004849 
- 00023148  0x00005999 rtn 
- 00023149  0x0000599d fetch  0x00000001 , 0x00004860 
- 00023150  0x0000599e call  0x00005a84 , 0x00000034 
- 00023151  0x0000599f jam  0x00000001 , 0x00004860 
- 00023152  0x000059a0 rtn 
- 00023153  0x000059a3 jam  0x00000001 , 0x00004956 
- 00023154  0x000059a4 call  0x000029c9 
- 00023155  0x000059a6 branch  0x00005949 
- 00023156  0x000059a9 fetch  0x00000001 , 0x00004659 
- 00023157  0x000059aa rtnne  0x000000ff 
- 00023158  0x000059ab fetch  0x00000001 , 0x0000477d 
- 00023159  0x000059ac rtnne  0x00000001 
- 00023160  0x000059ad setarg  0x00000000 
- 00023161  0x000059ae store  0x00000001 , 0x0000477d 
- 00023162  0x000059af store  0x00000004 , 0x00004847 
- 00023163  0x000059b0 branch  0x00005a73 
- 00023164  0x000059b3 rtnbit0  0x00000007 
- 00023165  0x000059b4 arg  0x0000ff00 , 0x00000002 
- 00023166  0x000059b5 ior  0x00000002 , 0x0000003f 
- 00023167  0x000059b6 rtn 
- 00023168  0x000059b9 rtnbit0  0x00000003 
- 00023169  0x000059ba arg  0x000000f0 , 0x00000002 
- 00023170  0x000059bb ior  0x00000002 , 0x0000003f 
- 00023171  0x000059bc rtn 
- 00023172  0x000059bf arg  0x00000003 , 0x0000003f 
- 00023173  0x000059c0 call  0x000069e5 
- 00023174  0x000059c1 store  0x00000002 , 0x00004847 
- 00023175  0x000059c2 arg  0x00000004 , 0x0000003f 
- 00023176  0x000059c3 call  0x000069e5 
- 00023177  0x000059c4 store  0x00000002 , 0x00004849 
- 00023178  0x000059c5 rtn 
- 00023179  0x000059c9 fetcht  0x00000001 , 0x0000464d 
- 00023180  0x000059ca call  0x00006ee6 
- 00023181  0x000059cb rtn  0x00000001 
- 00023182  0x000059cc setarg  0x0000000a 
- 00023183  0x000059cd call  0x000069e5 
- 00023184  0x000059ce nop  0x000003e8 
- 00023185  0x000059cf branch  0x00005a8b 
- 00023186  0x000059d2 setarg  0x00008100 
- 00023187  0x000059d3 branch  0x000069e4 
- 00023188  0x000059d9 jam  0x000000ff , 0x0000478f 
- 00023189  0x000059db jam  0x00000034 , 0x000043f3 
- 00023190  0x000059dc setarg  0x000f0f0f 
- 00023191  0x000059dd store  0x00000003 , 0x000042db 
- 00023192  0x000059de store  0x00000003 , 0x000042de 
- 00023193  0x000059df branch  0x000054a9 
- 00023194  0x000059e2 bpatch  0x00000084 , 0x00004010 
- 00023195  0x000059e3 call  0x00005c6f 
- 00023196  0x000059e4 call  0x00005aa8 
- 00023197  0x000059e5 fetch  0x00000001 , 0x00004666 
- 00023198  0x000059e6 beq  0x00000001 , 0x00005aa1 
- 00023199  0x000059e7 beq  0x00000002 , 0x00005aa3 
- 00023200  0x000059e8 rtn 
- 00023201  0x000059ea fetch  0x00000006 , 0x00004668 
- 00023202  0x000059eb branch  0x00005aa4 
- 00023203  0x000059ed fetch  0x00000006 , 0x00004675 
- 00023204  0x000059ef fetcht  0x00000006 , 0x000046e6 
- 00023205  0x000059f0 isub  0x00000002 , 0x0000003e 
- 00023206  0x000059f1 branch  0x00005c1a , 0x00000005 
- 00023207  0x000059f2 branch  0x000054a0 
- 00023208  0x000059f5 jam  0x0000005a , 0x0000478f 
- 00023209  0x000059f6 rtn 
- 00023210  0x000059fa fetch  0x00000002 , 0x000044e9 
- 00023211  0x000059fb bbit1  0x00000009 , 0x0000431f 
- 00023212  0x000059fc branch  0x00005c39 
- 00023213  0x000059fe setarg  0x00000000 
- 00023214  0x000059ff store  0x00000002 , 0x00004781 
- 00023215  0x00005a00 fetch  0x00000002 , 0x000044e9 
- 00023216  0x00005a01 bbit1  0x00000009 , 0x0000431f 
- 00023217  0x00005a02 rtn 
- 00023218  0x00005a05 fetch  0x00000008 , 0x00004713 
- 00023219  0x00005a06 rtnbit0  0x0000001b 
- 00023220  0x00005a08 nbranch  0x00005aba , 0x00000028 
- 00023221  0x00005a09 fetch  0x00000001 , 0x00004959 
- 00023222  0x00005a0a increase  0x00000001 , 0x0000003f 
- 00023223  0x00005a0b and_into  0x0000000f , 0x0000003f 
- 00023224  0x00005a0c store  0x00000001 , 0x00004959 
- 00023225  0x00005a0d nrtn  0x00000034 
- 00023226  0x00005a0f jam  0x00000000 , 0x00004959 
- 00023227  0x00005a10 branch  0x00007dbc 
- 00023228  0x00005a13 fetch  0x00000001 , 0x00004659 
- 00023229  0x00005a14 rtnne  0x000000ff 
- 00023230  0x00005a15 jam  0x00000000 , 0x000040c0 
- 00023231  0x00005a16 jam  0x0000001e , 0x0000477e 
- 00023232  0x00005a17 rtn 
- 00023233  0x00005a1b bpatch  0x00000085 , 0x00004010 
- 00023234  0x00005a1c copy  0x00000013 , 0x0000003f 
- 00023235  0x00005a1d beq  0x00000014 , 0x00005ad0 
- 00023236  0x00005a1e beq  0x00000015 , 0x00005ae0 
- 00023237  0x00005a1f beq  0x00000010 , 0x00005c15 
- 00023238  0x00005a20 beq  0x00000031 , 0x00005aed 
- 00023239  0x00005a21 beq  0x00000029 , 0x00005aef 
- 00023240  0x00005a22 beq  0x00000032 , 0x00005af1 
- 00023241  0x00005a23 beq  0x0000003e , 0x00004329 
- 00023242  0x00005a24 beq  0x00000040 , 0x00005afc 
- 00023243  0x00005a25 beq  0x00000039 , 0x00006084 
- 00023244  0x00005a26 beq  0x0000003a , 0x00006053 
- 00023245  0x00005a27 beq  0x0000003c , 0x00006075 
- 00023246  0x00005a28 beq  0x00000044 , 0x00005b10 
- 00023247  0x00005a29 rtn 
- 00023248  0x00005a2d call  0x0000618e 
- 00023249  0x00005a2e jam  0x00000000 , 0x0000477d 
- 00023250  0x00005a2f call  0x00005a73 
- 00023251  0x00005a30 jam  0x00000001 , 0x00004794 
- 00023252  0x00005a31 call  0x00006042 
- 00023253  0x00005a32 fetch  0x00000001 , 0x00004795 
- 00023254  0x00005a33 nbranch  0x00005ad8 , 0x00000034 
- 00023255  0x00005a34 jam  0x00000014 , 0x00004796 
- 00023256  0x00005a36 fetch  0x00000002 , 0x000043f1 
- 00023257  0x00005a37 set0  0x00000000 , 0x0000003f 
- 00023258  0x00005a38 store  0x00000002 , 0x000043f1 
- 00023259  0x00005a39 jam  0x00000000 , 0x00004845 
- 00023260  0x00005a3a fetch  0x00000002 , 0x000047be 
- 00023261  0x00005a3b store  0x00000002 , 0x000047c0 
- 00023262  0x00005a3c call  0x00005c0b 
- 00023263  0x00005a3d branch  0x00005c39 
- 00023264  0x00005a40 setarg  0x00000000 
- 00023265  0x00005a41 store  0x00000002 , 0x000047c0 
- 00023266  0x00005a42 jam  0x00000000 , 0x00004794 
- 00023267  0x00005a43 arg  0x00000006 , 0x00000002 
- 00023268  0x00005a44 fetch  0x00000008 , 0x00004713 
- 00023269  0x00005a45 bbit1  0x0000001b , 0x00005ae7 
- 00023270  0x00005a46 arg  0x00000007 , 0x00000002 
- 00023271  0x00005a48 storet  0x00000002 , 0x000042d3 
- 00023272  0x00005a49 storet  0x00000002 , 0x000042d5 
- 00023273  0x00005a4a jam  0x00000000 , 0x000047c2 
- 00023274  0x00005a4b jam  0x00000000 , 0x00004956 
- 00023275  0x00005a4c call  0x000029cb 
- 00023276  0x00005a4d branch  0x00005b76 
- 00023277  0x00005a50 arg  0x00000002 , 0x00000007 
- 00023278  0x00005a51 branch  0x00005af8 
- 00023279  0x00005a55 jam  0x00000012 , 0x0000066f 
- 00023280  0x00005a56 branch  0x00007834 
- 00023281  0x00005a59 fetch  0x00000001 , 0x00004795 
- 00023282  0x00005a5a beq  0x00000001 , 0x00005af4 
- 00023283  0x00005a5b branch  0x00005af6 
- 00023284  0x00005a5d call  0x00005aef 
- 00023285  0x00005a5e jam  0x00000014 , 0x00004844 
- 00023286  0x00005a60 arg  0x00000001 , 0x00000007 
- 00023287  0x00005a61 branch  0x00005af8 
- 00023288  0x00005a64 fetch  0x00000001 , 0x00004843 
- 00023289  0x00005a65 qset1  0x0000003f 
- 00023290  0x00005a66 store  0x00000001 , 0x00004843 
- 00023291  0x00005a67 rtn 
- 00023292  0x00005a6a fetch  0x00000002 , 0x0000433c 
- 00023293  0x00005a6b rtneq  0x00000000 
- 00023294  0x00005a6c fetch  0x00000001 , 0x0000016a 
- 00023295  0x00005a6d rshift2  0x0000003f , 0x0000003f 
- 00023296  0x00005a6e sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00023297  0x00005a6f rtn  0x00000002 
- 00023298  0x00005a70 setarg  0x00000009 
- 00023299  0x00005a71 store  0x00000002 , 0x000042d3 
- 00023300  0x00005a72 store  0x00000002 , 0x000042d5 
- 00023301  0x00005a73 call  0x00005aef 
- 00023302  0x00005a75 jam  0x00000001 , 0x000047c2 
- 00023303  0x00005a76 rtn 
- 00023304  0x00005a79 fetch  0x00000001 , 0x00004795 
- 00023305  0x00005a7a nrtn  0x00000034 
- 00023306  0x00005a7b fetch  0x00000001 , 0x00004398 
- 00023307  0x00005a7c sub  0x0000003f , 0x00000022 , 0x0000003f 
- 00023308  0x00005a7d nrtn  0x00000005 
- 00023309  0x00005a7e jam  0x00000000 , 0x00004844 
- 00023310  0x00005a80 arg  0x00000000 , 0x00000007 
- 00023311  0x00005a81 branch  0x00005af8 
- 00023312  0x00005a84 fetch  0x00000001 , 0x000001a2 
- 00023313  0x00005a85 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00023314  0x00005a86 nbranch  0x00005b06 , 0x00000002 
- 00023315  0x00005a87 store  0x00000002 , 0x000042d3 
- 00023316  0x00005a88 store  0x00000002 , 0x000042d5 
- 00023317  0x00005a89 fetch  0x00000001 , 0x000001a4 
- 00023318  0x00005a8a branch  0x00005b1d , 0x00000034 
- 00023319  0x00005a8b fetcht  0x00000001 , 0x0000496b 
- 00023320  0x00005a8c isub  0x00000002 , 0x0000003e 
- 00023321  0x00005a8d branch  0x00005b1d , 0x00000002 
- 00023322  0x00005a8e fetch  0x00000001 , 0x000001a4 
- 00023323  0x00005a8f store  0x00000001 , 0x000040c0 
- 00023324  0x00005a90 branch  0x00005b1f 
- 00023325  0x00005a92 fetch  0x00000001 , 0x0000496b 
- 00023326  0x00005a93 store  0x00000001 , 0x000040c0 
- 00023327  0x00005a95 jam  0x00000000 , 0x000047c2 
- 00023328  0x00005a96 rtn 
- 00023329  0x00005a99 jam  0x00000000 , 0x00004843 
- 00023330  0x00005a9a rtn 
- 00023331  0x00005a9d bpatch  0x00000086 , 0x00004010 
- 00023332  0x00005a9e call  0x00002a28 
- 00023333  0x00005a9f nrtn  0x00000034 
- 00023334  0x00005aa0 fetch  0x00000001 , 0x0000478f 
- 00023335  0x00005aa1 beq  0x000000ff , 0x00005b2b 
- 00023336  0x00005aa2 fetch  0x00000001 , 0x00004843 
- 00023337  0x00005aa3 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00023338  0x00005aa4 rtnne  0x00000003 
- 00023339  0x00005aa6 fetch  0x00000001 , 0x00004956 
- 00023340  0x00005aa7 call  0x00005a71 , 0x00000034 
- 00023341  0x00005aa8 fetch  0x00000008 , 0x00004713 
- 00023342  0x00005aa9 bbit1  0x00000001 , 0x00005b5b 
- 00023343  0x00005aaa bbit1  0x00000000 , 0x00005b5b 
- 00023344  0x00005aab bbit1  0x00000005 , 0x00005b5b 
- 00023345  0x00005aac bbit1  0x00000006 , 0x00005b5b 
- 00023346  0x00005aad call  0x00005601 
- 00023347  0x00005aae call  0x00005ab2 
- 00023348  0x00005aaf nrtn  0x00000028 
- 00023349  0x00005ab0 call  0x00005abc 
- 00023350  0x00005ab1 call  0x00005a74 
- 00023351  0x00005ab2 call  0x000056b1 
- 00023352  0x00005ab3 fetch  0x00000008 , 0x00004713 
- 00023353  0x00005ab4 bbit0  0x00000016 , 0x00005b3c 
- 00023354  0x00005ab5 fetch  0x00000001 , 0x0000496c 
- 00023355  0x00005ab6 beq  0x00000001 , 0x00005b3d 
- 00023356  0x00005ab8 branch  0x00005b5d 
- 00023357  0x00005abc fetch  0x00000001 , 0x0000496d 
- 00023358  0x00005abd branch  0x00005b4d , 0x00000034 
- 00023359  0x00005abe fetch  0x00000008 , 0x0000472b 
- 00023360  0x00005ac0 store  0x00000008 , 0x00000670 
- 00023361  0x00005ac1 fetch  0x00000001 , 0x0000472a 
- 00023362  0x00005ac2 beq  0x00000003 , 0x00005b4f 
- 00023363  0x00005ac3 beq  0x00000002 , 0x00005b52 
- 00023364  0x00005ac4 jam  0x00000008 , 0x000047b4 
- 00023365  0x00005ac5 fetcht  0x00000002 , 0x000047b5 
- 00023366  0x00005ac7 fetch  0x00000001 , 0x000047b4 
- 00023367  0x00005ac8 copy  0x0000003f , 0x00000011 
- 00023368  0x00005ac9 call  0x00002dee 
- 00023369  0x00005aca fetcht  0x00000001 , 0x000047b4 
- 00023370  0x00005acb copy  0x00000002 , 0x00000039 
- 00023371  0x00005acc arg  0x00000670 , 0x00000006 
- 00023372  0x00005acd branch  0x00007cda 
- 00023373  0x00005ad0 fetch  0x00000008 , 0x00004734 
- 00023374  0x00005ad1 branch  0x00005b40 
- 00023375  0x00005ad4 jam  0x00000003 , 0x000047b4 
- 00023376  0x00005ad5 fetcht  0x00000002 , 0x000047b7 
- 00023377  0x00005ad6 branch  0x00005b46 
- 00023378  0x00005ad9 jam  0x00000002 , 0x000047b4 
- 00023379  0x00005ada fetcht  0x00000002 , 0x000047b9 
- 00023380  0x00005adb branch  0x00005b46 
- 00023381  0x00005ade arg  0x00000001 , 0x00000011 
- 00023382  0x00005adf fetcht  0x00000002 , 0x000047bb 
- 00023383  0x00005ae0 call  0x00002dee 
- 00023384  0x00005ae1 fetch  0x00000001 , 0x000047bd 
- 00023385  0x00005ae2 istore  0x00000001 , 0x00000005 
- 00023386  0x00005ae3 rtn 
- 00023387  0x00005ae6 setarg  0x00000000 
- 00023388  0x00005ae7 store  0x00000007 , 0x00004846 
- 00023389  0x00005ae9 jam  0x00000007 , 0x000047b4 
- 00023390  0x00005aea fetch  0x00000007 , 0x00004846 
- 00023391  0x00005aeb store  0x00000007 , 0x00000670 
- 00023392  0x00005aec fetcht  0x00000002 , 0x0000439b 
- 00023393  0x00005aed branch  0x00005b46 
- 00023394  0x00005af0 jam  0x00000000 , 0x00004795 
- 00023395  0x00005af1 fetch  0x00000003 , 0x0000479a 
- 00023396  0x00005af2 store  0x00000003 , 0x0000434d 
- 00023397  0x00005af3 call  0x00005b6b 
- 00023398  0x00005af4 setarg  0x00000005 
- 00023399  0x00005af5 istore  0x00000001 , 0x00000006 
- 00023400  0x00005af6 arg  0x000047a0 , 0x00000006 
- 00023401  0x00005af7 call  0x00005b72 
- 00023402  0x00005af8 branch  0x00007870 
- 00023403  0x00005afb arg  0x00004349 , 0x00000011 
- 00023404  0x00005afd ifetch  0x00000001 , 0x00000011 
- 00023405  0x00005afe rtn  0x00000034 
- 00023406  0x00005aff iadd  0x00000006 , 0x00000011 
- 00023407  0x00005b00 ifetch  0x00000001 , 0x00000006 
- 00023408  0x00005b01 rtneq  0x00000001 
- 00023409  0x00005b02 branch  0x00005b6c 
- 00023410  0x00005b05 arg  0x00004354 , 0x00000005 
- 00023411  0x00005b06 arg  0x00000013 , 0x00000039 
- 00023412  0x00005b07 call  0x00007cda 
- 00023413  0x00005b08 branch  0x00002969 
- 00023414  0x00005b0f call  0x00005b7b 
- 00023415  0x00005b10 fetch  0x00000002 , 0x000043ef 
- 00023416  0x00005b11 bbit1  0x00000007 , 0x00005b81 
- 00023417  0x00005b12 bbit1  0x00000000 , 0x000042fc 
- 00023418  0x00005b13 branch  0x00005c1a 
- 00023419  0x00005b16 setarg  0x00000000 
- 00023420  0x00005b17 store  0x00000008 , 0x0000484f 
- 00023421  0x00005b18 istore  0x00000004 , 0x00000005 
- 00023422  0x00005b19 jam  0x00000000 , 0x00004860 
- 00023423  0x00005b1a jam  0x00000000 , 0x0000429a 
- 00023424  0x00005b1b rtn 
- 00023425  0x00005b1e call  0x00005b21 
- 00023426  0x00005b1f fetch  0x00000002 , 0x000043ef 
- 00023427  0x00005b20 bbit1  0x00000000 , 0x000042fc 
- 00023428  0x00005b21 branch  0x000054cd 
- 00023429  0x00005b26 bpatch  0x00000087 , 0x00004010 
- 00023430  0x00005b28 call  0x0000614d 
- 00023431  0x00005b29 call  0x0000553d 
- 00023432  0x00005b2b call  0x00006110 
- 00023433  0x00005b2c call  0x000061b1 
- 00023434  0x00005b2d call  0x0000611e 
- 00023435  0x00005b2f call  0x0000328e 
- 00023436  0x00005b30 call  0x00003531 
- 00023437  0x00005b31 call  0x00005fdd 
- 00023438  0x00005b33 call  0x0000572c 
- 00023439  0x00005b34 call  0x00005b9b 
- 00023440  0x00005b35 call  0x00005bab 
- 00023441  0x00005b36 call  0x00005bce 
- 00023442  0x00005b38 call  0x00005bd3 
- 00023443  0x00005b39 call  0x00005be1 
- 00023444  0x00005b3a call  0x00005bee 
- 00023445  0x00005b3b call  0x00005be4 
- 00023446  0x00005b3d call  0x00005bfb 
- 00023447  0x00005b3e call  0x00005bfe 
- 00023448  0x00005b3f call  0x000056b6 
- 00023449  0x00005b40 call  0x00005c0e 
- 00023450  0x00005b41 branch  0x00005c05 
- 00023451  0x00005b44 fetch  0x00000008 , 0x00004713 
- 00023452  0x00005b45 bbit1  0x00000037 , 0x00005b9e 
- 00023453  0x00005b46 rtn 
- 00023454  0x00005b49 fetch  0x00000001 , 0x0000497f 
- 00023455  0x00005b4a rtnne  0x00000001 
- 00023456  0x00005b4b arg  0x0000497c , 0x00000013 
- 00023457  0x00005b4c arg  0x00005ba3 , 0x00000012 
- 00023458  0x00005b4d branch  0x000042e0 
- 00023459  0x00005b50 fetch  0x00000001 , 0x00004666 
- 00023460  0x00005b51 rtneq  0x00000000 
- 00023461  0x00005b52 fetch  0x00000008 , 0x00004713 
- 00023462  0x00005b53 rtnbit1  0x00000006 
- 00023463  0x00005b54 arg  0x00000006 , 0x00000007 
- 00023464  0x00005b55 call  0x00005f00 
- 00023465  0x00005b56 call  0x000042d0 
- 00023466  0x00005b57 branch  0x00005c15 
- 00023467  0x00005b5a fetch  0x00000001 , 0x00004666 
- 00023468  0x00005b5b beq  0x00000000 , 0x00005bb1 
- 00023469  0x00005b5c fetch  0x00000008 , 0x00004713 
- 00023470  0x00005b5d rtnbit0  0x00000035 
- 00023471  0x00005b5e fetcht  0x00000001 , 0x00004727 
- 00023472  0x00005b5f branch  0x00005bb4 
- 00023473  0x00005b62 fetch  0x00000008 , 0x00004713 
- 00023474  0x00005b63 rtnbit0  0x00000032 
- 00023475  0x00005b64 fetcht  0x00000001 , 0x00004728 
- 00023476  0x00005b66 storet  0x00000001 , 0x0000497e 
- 00023477  0x00005b67 call  0x00005888 
- 00023478  0x00005b68 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00023479  0x00005b69 fetcht  0x00000001 , 0x0000497e 
- 00023480  0x00005b6a isub  0x00000002 , 0x0000003e 
- 00023481  0x00005b6b branch  0x00005bc0 , 0x00000005 
- 00023482  0x00005b6d fetch  0x00000001 , 0x000044eb 
- 00023483  0x00005b6e store  0x00000001 , 0x00004981 
- 00023484  0x00005b6f fetch  0x00000001 , 0x00004980 
- 00023485  0x00005b70 rtneq  0x00000000 
- 00023486  0x00005b71 jam  0x00000000 , 0x00004980 
- 00023487  0x00005b72 rtn 
- 00023488  0x00005b75 call  0x00005bc5 
- 00023489  0x00005b76 fetch  0x00000001 , 0x00004980 
- 00023490  0x00005b77 rtneq  0x00000001 
- 00023491  0x00005b78 jam  0x00000001 , 0x00004980 
- 00023492  0x00005b79 rtn 
- 00023493  0x00005b7c arg  0x00006047 , 0x00000012 
- 00023494  0x00005b7d arg  0x00004981 , 0x00000013 
- 00023495  0x00005b7e fetch  0x00000001 , 0x00004666 
- 00023496  0x00005b7f beq  0x00000000 , 0x000042e0 
- 00023497  0x00005b80 arg  0x00005ba3 , 0x00000012 
- 00023498  0x00005b81 call  0x000042e0 
- 00023499  0x00005b82 fetch  0x00000001 , 0x00004981 
- 00023500  0x00005b83 beq  0x00000001 , 0x00005ef2 
- 00023501  0x00005b84 rtn 
- 00023502  0x00005b87 arg  0x00004790 , 0x00000013 
- 00023503  0x00005b88 arg  0x00005bd1 , 0x00000012 
- 00023504  0x00005b89 branch  0x000042e7 
- 00023505  0x00005b8c call  0x00005c39 
- 00023506  0x00005b8d branch  0x000054cd 
- 00023507  0x00005b90 arg  0x00004845 , 0x00000013 
- 00023508  0x00005b91 arg  0x00005bd9 , 0x00000012 
- 00023509  0x00005b92 call  0x000042e0 
- 00023510  0x00005b93 fetch  0x00000001 , 0x00004845 
- 00023511  0x00005b94 beq  0x00000001 , 0x00004313 
- 00023512  0x00005b95 rtn 
- 00023513  0x00005b98 fetch  0x00000001 , 0x0000478f 
- 00023514  0x00005b99 beq  0x000000ff , 0x00005a9a 
- 00023515  0x00005b9a fetch  0x00000001 , 0x0000477f 
- 00023516  0x00005b9b nbranch  0x00005f1b , 0x00000034 
- 00023517  0x00005b9c fetch  0x00000008 , 0x00004713 
- 00023518  0x00005b9d bbit1  0x00000033 , 0x00005c1a 
- 00023519  0x00005b9e bbit1  0x0000003e , 0x0000603f 
- 00023520  0x00005b9f branch  0x000054cd 
- 00023521  0x00005ba2 arg  0x00004844 , 0x00000013 
- 00023522  0x00005ba3 arg  0x00005b0e , 0x00000012 
- 00023523  0x00005ba4 branch  0x000042e0 
- 00023524  0x00005ba7 fetch  0x00000001 , 0x00004794 
- 00023525  0x00005ba8 rtn  0x00000034 
- 00023526  0x00005ba9 arg  0x00004796 , 0x00000013 
- 00023527  0x00005baa arg  0x00005be9 , 0x00000012 
- 00023528  0x00005bab branch  0x000042e0 
- 00023529  0x00005bad fetch  0x00000001 , 0x00004795 
- 00023530  0x00005bae nrtn  0x00000034 
- 00023531  0x00005baf fetch  0x00000001 , 0x000042fc 
- 00023532  0x00005bb0 rtnne  0x00000000 
- 00023533  0x00005bb1 branch  0x00002fcd 
- 00023534  0x00005bb4 fetch  0x00000008 , 0x00004713 
- 00023535  0x00005bb5 rtnbit1  0x0000003b 
- 00023536  0x00005bb6 arg  0x000047c0 , 0x00000013 
- 00023537  0x00005bb7 arg  0x00005bf3 , 0x00000012 
- 00023538  0x00005bb8 branch  0x000042e0 
- 00023539  0x00005bbb fetch  0x00000002 , 0x000047be 
- 00023540  0x00005bbc store  0x00000002 , 0x000047c0 
- 00023541  0x00005bbd branch  0x00005b55 
- 00023542  0x00005bc0 fetch  0x00000001 , 0x00004843 
- 00023543  0x00005bc1 rtnbit1  0x00000002 
- 00023544  0x00005bc2 call  0x00005aef 
- 00023545  0x00005bc3 arg  0x00000000 , 0x00000007 
- 00023546  0x00005bc4 branch  0x00005af8 
- 00023547  0x00005bc7 arg  0x00004792 , 0x00000013 
- 00023548  0x00005bc8 arg  0x000054cd , 0x00000012 
- 00023549  0x00005bc9 branch  0x000042e0 
- 00023550  0x00005bcc arg  0x0000477e , 0x00000013 
- 00023551  0x00005bcd arg  0x00005c01 , 0x00000012 
- 00023552  0x00005bce branch  0x000042e0 
- 00023553  0x00005bd0 fetch  0x00000001 , 0x0000496b 
- 00023554  0x00005bd1 store  0x00000001 , 0x000040c0 
- 00023555  0x00005bd2 jam  0x00000001 , 0x0000477d 
- 00023556  0x00005bd3 rtn 
- 00023557  0x00005bd7 arg  0x00004781 , 0x00000013 
- 00023558  0x00005bd8 arg  0x00005c08 , 0x00000012 
- 00023559  0x00005bd9 branch  0x000042e7 
- 00023560  0x00005bdc fetch  0x00000001 , 0x00004666 
- 00023561  0x00005bdd beq  0x00000000 , 0x00005ff2 
- 00023562  0x00005bde branch  0x00005aad 
- 00023563  0x00005be1 fetch  0x00000002 , 0x00004725 
- 00023564  0x00005be2 store  0x00000002 , 0x00004781 
- 00023565  0x00005be3 rtn 
- 00023566  0x00005be6 arg  0x000046f3 , 0x00000013 
- 00023567  0x00005be7 arg  0x00005c11 , 0x00000012 
- 00023568  0x00005be8 branch  0x000042e0 
- 00023569  0x00005beb call  0x00005ca6 
- 00023570  0x00005bec fetch  0x00000001 , 0x00004793 
- 00023571  0x00005bed nbranch  0x00005ed1 , 0x00000034 
- 00023572  0x00005bee rtn 
- 00023573  0x00005bf1 isolate1  0x00000026 , 0x00000000 
- 00023574  0x00005bf2 call  0x00006018 , 0x00000001 
- 00023575  0x00005bf3 call  0x00005aad 
- 00023576  0x00005bf4 call  0x00005b21 
- 00023577  0x00005bf5 branch  0x00005c1a 
- 00023578  0x00005bf8 bpatch  0x00000088 , 0x00004011 
- 00023579  0x00005bf9 call  0x000061ab 
- 00023580  0x00005bfa fetch  0x00000002 , 0x000044e9 
- 00023581  0x00005bfb isolate1  0x0000000b , 0x0000003f 
- 00023582  0x00005bfc call  0x00005c3e , 0x00000001 
- 00023583  0x00005bfd call  0x00005aa8 
- 00023584  0x00005bfe fetch  0x00000002 , 0x000044e9 
- 00023585  0x00005bff bbit1  0x0000000b , 0x00005c2a 
- 00023586  0x00005c00 fetch  0x00000008 , 0x00004713 
- 00023587  0x00005c01 bbit0  0x00000008 , 0x00005c2a 
- 00023588  0x00005c02 fetcht  0x00000002 , 0x00004695 
- 00023589  0x00005c03 increase  0x00000001 , 0x00000002 
- 00023590  0x00005c04 storet  0x00000002 , 0x00004695 
- 00023591  0x00005c05 storet  0x00000002 , 0x000042dc 
- 00023592  0x00005c06 random  0x0000003f 
- 00023593  0x00005c07 store  0x00000001 , 0x000042db 
- 00023594  0x00005c09 fetch  0x00000003 , 0x00004797 
- 00023595  0x00005c0a store  0x00000003 , 0x000042de 
- 00023596  0x00005c0b call  0x0000432d 
- 00023597  0x00005c0c fetch  0x00000002 , 0x00004638 
- 00023598  0x00005c0d store  0x00000002 , 0x00004790 
- 00023599  0x00005c0e setarg  0x00000000 
- 00023600  0x00005c0f store  0x00000002 , 0x00004781 
- 00023601  0x00005c10 store  0x00000002 , 0x000047c0 
- 00023602  0x00005c11 store  0x00000001 , 0x00004845 
- 00023603  0x00005c12 store  0x00000001 , 0x00004792 
- 00023604  0x00005c13 store  0x00000001 , 0x00004956 
- 00023605  0x00005c14 arg  0x00000002 , 0x00000007 
- 00023606  0x00005c15 call  0x00005f00 
- 00023607  0x00005c16 call  0x00005ef4 
- 00023608  0x00005c17 branch  0x00005b62 
- 00023609  0x00005c1a bpatch  0x00000089 , 0x00004011 
- 00023610  0x00005c1b arg  0x00000006 , 0x00000007 
- 00023611  0x00005c1c call  0x00005f04 
- 00023612  0x00005c1d jam  0x00000000 , 0x00004792 
- 00023613  0x00005c1e branch  0x00005c3e 
- 00023614  0x00005c20 setarg  0x00000000 
- 00023615  0x00005c21 store  0x00000001 , 0x00004845 
- 00023616  0x00005c22 store  0x00000002 , 0x00004790 
- 00023617  0x00005c23 branch  0x00007876 
- 00023618  0x00005c26 bpatch  0x0000008a , 0x00004011 
- 00023619  0x00005c27 fetch  0x00000008 , 0x00004713 
- 00023620  0x00005c28 rtnbit0  0x00000002 
- 00023621  0x00005c29 arg  0x00000002 , 0x00000007 
- 00023622  0x00005c2a call  0x00005f04 
- 00023623  0x00005c2b call  0x00005c4a 
- 00023624  0x00005c2d call  0x00005c59 
- 00023625  0x00005c2e branch  0x00005ca3 
- 00023626  0x00005c31 fetch  0x00000001 , 0x00000032 
- 00023627  0x00005c32 beq  0x00000034 , 0x00005c4d 
- 00023628  0x00005c33 rtn 
- 00023629  0x00005c35 store  0x00000001 , 0x0000495a 
- 00023630  0x00005c36 fetch  0x00000006 , 0x00000178 
- 00023631  0x00005c38 store  0x00000006 , 0x0000495b 
- 00023632  0x00005c39 fetch  0x00000007 , 0x0000495a 
- 00023633  0x00005c3a arg  0x00004667 , 0x00000006 
- 00023634  0x00005c3b arg  0x00000003 , 0x00000039 
- 00023635  0x00005c3d ifetcht  0x00000007 , 0x00000006 
- 00023636  0x00005c3e isub  0x00000002 , 0x0000003e 
- 00023637  0x00005c3f branch  0x00005c69 , 0x00000005 
- 00023638  0x00005c40 increase  0x00000016 , 0x00000006 
- 00023639  0x00005c41 loop  0x00005c53 
- 00023640  0x00005c42 rtn 
- 00023641  0x00005c44 arg  0x00004667 , 0x00000011 
- 00023642  0x00005c45 fetch  0x00000001 , 0x00004666 
- 00023643  0x00005c46 increase  0xffffffff , 0x0000003f 
- 00023644  0x00005c47 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00023645  0x00005c48 iadd  0x00000011 , 0x00000011 
- 00023646  0x00005c49 fetch  0x00000001 , 0x00000032 
- 00023647  0x00005c4a istore  0x00000001 , 0x00000011 
- 00023648  0x00005c4b beq  0x00000034 , 0x00005c62 
- 00023649  0x00005c4c rtn 
- 00023650  0x00005c4f fetch  0x00000006 , 0x00000178 
- 00023651  0x00005c50 istore  0x00000006 , 0x00000005 
- 00023652  0x00005c51 arg  0x0000428a , 0x00000006 
- 00023653  0x00005c52 call  0x00007c8f 
- 00023654  0x00005c53 fetch  0x00000006 , 0x000042db 
- 00023655  0x00005c54 istore  0x00000006 , 0x00000005 
- 00023656  0x00005c55 rtn 
- 00023657  0x00005c58 increase  0xfffffffa , 0x00000006 
- 00023658  0x00005c59 copy  0x00000006 , 0x00000005 
- 00023659  0x00005c5a fetcht  0x00000006 , 0x0000495b 
- 00023660  0x00005c5b increase  0x00000003 , 0x00000002 
- 00023661  0x00005c5c istoret  0x00000006 , 0x00000005 
- 00023662  0x00005c5d rtn 
- 00023663  0x00005c60 arg  0x00004667 , 0x00000011 
- 00023664  0x00005c61 fetch  0x00000001 , 0x00004666 
- 00023665  0x00005c62 rtneq  0x00000000 
- 00023666  0x00005c63 increase  0xffffffff , 0x0000003f 
- 00023667  0x00005c64 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00023668  0x00005c65 iadd  0x00000011 , 0x00000011 
- 00023669  0x00005c66 ifetch  0x00000001 , 0x00000011 
- 00023670  0x00005c67 store  0x00000001 , 0x000043f3 
- 00023671  0x00005c68 beq  0x00000034 , 0x00005c79 
- 00023672  0x00005c69 rtn 
- 00023673  0x00005c6c ifetch  0x00000006 , 0x00000006 
- 00023674  0x00005c6e store  0x00000006 , 0x00004116 
- 00023675  0x00005c6f arg  0x0000428a , 0x00000005 
- 00023676  0x00005c70 call  0x00007c8f 
- 00023677  0x00005c71 ifetch  0x00000006 , 0x00000006 
- 00023678  0x00005c72 store  0x00000006 , 0x000042db 
- 00023679  0x00005c73 rtn 
- 00023680  0x00005c76 bpatch  0x0000008b , 0x00004011 
- 00023681  0x00005c77 fetch  0x00000002 , 0x0000468e 
- 00023682  0x00005c78 arg  0x0000aa55 , 0x00000002 
- 00023683  0x00005c79 isub  0x00000002 , 0x0000003e 
- 00023684  0x00005c7a branch  0x00005c8f , 0x00000005 
- 00023685  0x00005c7c storet  0x00000002 , 0x0000468e 
- 00023686  0x00005c7d call  0x00005c9c 
- 00023687  0x00005c7e fetch  0x00000001 , 0x000049a1 
- 00023688  0x00005c7f store  0x00000001 , 0x00004666 
- 00023689  0x00005c80 fetch  0x00000004 , 0x000045e4 
- 00023690  0x00005c81 store  0x00000004 , 0x000045e8 
- 00023691  0x00005c82 store  0x00000004 , 0x0000458f 
- 00023692  0x00005c84 fetch  0x00000001 , 0x00004651 
- 00023693  0x00005c85 store  0x00000001 , 0x00004690 
- 00023694  0x00005c86 rtn 
- 00023695  0x00005c89 call  0x00005c94 
- 00023696  0x00005c8b fetch  0x00000004 , 0x00004691 
- 00023697  0x00005c8c store  0x00000004 , 0x000045e8 
- 00023698  0x00005c8d store  0x00000004 , 0x0000458f 
- 00023699  0x00005c8e rtn 
- 00023700  0x00005c91 fetch  0x00000008 , 0x00004713 
- 00023701  0x00005c92 rtnbit0  0x0000000f 
- 00023702  0x00005c93 fetch  0x00000002 , 0x000049fa 
- 00023703  0x00005c94 copy  0x0000003f , 0x00000012 
- 00023704  0x00005c95 call  0x00005e51 
- 00023705  0x00005c96 fetch  0x00000001 , 0x000049d4 
- 00023706  0x00005c97 call  0x00005c8c , 0x00000034 
- 00023707  0x00005c98 rtn 
- 00023708  0x00005c9b fetch  0x00000006 , 0x000042db 
- 00023709  0x00005c9c store  0x00000006 , 0x0000466e 
- 00023710  0x00005c9d add  0x0000003f , 0x00000100 , 0x0000003f 
- 00023711  0x00005c9e store  0x00000006 , 0x0000467b 
- 00023712  0x00005c9f add  0x0000003f , 0x00000100 , 0x0000003f 
- 00023713  0x00005ca0 store  0x00000006 , 0x00004688 
- 00023714  0x00005ca1 rtn 
- 00023715  0x00005ca6 fetch  0x00000001 , 0x000046f4 
- 00023716  0x00005ca7 store  0x00000001 , 0x000046f3 
- 00023717  0x00005ca8 rtn 
- 00023718  0x00005cab bpatch  0x0000008c , 0x00004011 
- 00023719  0x00005cac fetch  0x00000008 , 0x00004713 
- 00023720  0x00005cad bbit1  0x00000013 , 0x00005cb1 
- 00023721  0x00005cae bbit1  0x00000012 , 0x00005cb9 
- 00023722  0x00005caf bbit1  0x00000014 , 0x00005cc0 
- 00023723  0x00005cb0 rtn 
- 00023724  0x00005cb3 bpatch  0x0000008d , 0x00004011 
- 00023725  0x00005cb4 fetch  0x00000008 , 0x00004713 
- 00023726  0x00005cb5 bbit1  0x00000013 , 0x00005cb5 
- 00023727  0x00005cb6 bbit1  0x00000014 , 0x00005d3c 
- 00023728  0x00005cb7 rtn 
- 00023729  0x00005cbc arg  0x00000080 , 0x00000002 
- 00023730  0x00005cbd arg  0x00004666 , 0x00000011 
- 00023731  0x00005cbe arg  0x00000000 , 0x00000012 
- 00023732  0x00005cbf branch  0x00006cd3 
- 00023733  0x00005cc2 arg  0x00000001 , 0x00000002 
- 00023734  0x00005cc3 arg  0x00004690 , 0x00000011 
- 00023735  0x00005cc4 arg  0x0000005a , 0x00000012 
- 00023736  0x00005cc5 branch  0x00006cd3 
- 00023737  0x00005cca call  0x00006c20 
- 00023738  0x00005ccb call  0x00005d7b 
- 00023739  0x00005ccc call  0x00005d90 
- 00023740  0x00005cce call  0x00005d75 
- 00023741  0x00005ccf call  0x00005d93 
- 00023742  0x00005cd0 call  0x00005d82 
- 00023743  0x00005cd1 branch  0x000055f6 
- 00023744  0x00005cd7 call  0x00005cc3 
- 00023745  0x00005cd8 call  0x00005ce5 
- 00023746  0x00005cd9 branch  0x00005d26 
- 00023747  0x00005cde fetchr  0x00000012 , 0x00000002 , 0x000049e2 
- 00023748  0x00005cdf copy  0x00000012 , 0x00000013 
- 00023749  0x00005ce1 call  0x00005dc0 
- 00023750  0x00005ce2 fetch  0x00000001 , 0x000049a1 
- 00023751  0x00005ce3 branch  0x00005ccf , 0x00000034 
- 00023752  0x00005ce4 store  0x00000001 , 0x000049a0 
- 00023753  0x00005ce5 increase  0x00000001 , 0x00000013 
- 00023754  0x00005ce6 fetch  0x00000002 , 0x000049e4 
- 00023755  0x00005ce7 isub  0x00000013 , 0x0000003e 
- 00023756  0x00005ce8 nrtn  0x00000002 
- 00023757  0x00005ce9 copy  0x00000013 , 0x00000012 
- 00023758  0x00005cea branch  0x00005cc5 
- 00023759  0x00005ced fetch  0x00000001 , 0x000049a0 
- 00023760  0x00005cee and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00023761  0x00005cef branch  0x00005cd8 , 0x00000034 
- 00023762  0x00005cf0 fetch  0x00000001 , 0x00004666 
- 00023763  0x00005cf1 store  0x00000001 , 0x000049a2 
- 00023764  0x00005cf3 arg  0x00000001 , 0x00000039 
- 00023765  0x00005cf4 copy  0x00000013 , 0x00000012 
- 00023766  0x00005cf5 arg  0x000049a2 , 0x00000011 
- 00023767  0x00005cf6 branch  0x00006b45 
- 00023768  0x00005cf9 fetch  0x00000001 , 0x000049a0 
- 00023769  0x00005cfa fetcht  0x00000001 , 0x00004666 
- 00023770  0x00005cfb isub  0x00000002 , 0x0000003e 
- 00023771  0x00005cfc rtn  0x00000005 
- 00023772  0x00005cfd lshift4  0x00000002 , 0x00000002 
- 00023773  0x00005cfe iadd  0x00000002 , 0x0000003f 
- 00023774  0x00005cff store  0x00000001 , 0x000049a2 
- 00023775  0x00005d01 copy  0x00000013 , 0x0000003f 
- 00023776  0x00005d02 fetcht  0x00000002 , 0x000049e2 
- 00023777  0x00005d03 isub  0x00000002 , 0x0000003e 
- 00023778  0x00005d04 branch  0x00005cd4 , 0x00000005 
- 00023779  0x00005d06 increase  0xffffffff , 0x00000013 
- 00023780  0x00005d07 branch  0x00005cd4 
- 00023781  0x00005d0c fetch  0x00000001 , 0x00004666 
- 00023782  0x00005d0d beq  0x00000000 , 0x00005cea 
- 00023783  0x00005d0e beq  0x00000001 , 0x00005cfe 
- 00023784  0x00005d0f beq  0x00000002 , 0x00005d12 
- 00023785  0x00005d10 rtn 
- 00023786  0x00005d13 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
- 00023787  0x00005d14 copy  0x00000012 , 0x00000013 
- 00023788  0x00005d16 call  0x00005e29 
- 00023789  0x00005d17 fetch  0x00000004 , 0x000049da 
- 00023790  0x00005d18 branch  0x00005cf6 , 0x00000034 
- 00023791  0x00005d19 store  0x00000004 , 0x000049d6 
- 00023792  0x00005d1a increase  0x00000004 , 0x00000013 
- 00023793  0x00005d1b fetch  0x00000002 , 0x000049e8 
- 00023794  0x00005d1c isub  0x00000013 , 0x0000003e 
- 00023795  0x00005d1d nrtn  0x00000002 
- 00023796  0x00005d1e copy  0x00000013 , 0x00000012 
- 00023797  0x00005d1f branch  0x00005cec 
- 00023798  0x00005d22 fetch  0x00000004 , 0x000049d6 
- 00023799  0x00005d23 fetcht  0x00000004 , 0x00004691 
- 00023800  0x00005d24 isub  0x00000002 , 0x0000003e 
- 00023801  0x00005d25 rtn  0x00000005 
- 00023802  0x00005d26 arg  0x00000004 , 0x00000039 
- 00023803  0x00005d27 arg  0x00004691 , 0x00000011 
- 00023804  0x00005d28 copy  0x00000013 , 0x00000012 
- 00023805  0x00005d29 branch  0x00006b45 
- 00023806  0x00005d2c fetchr  0x00000012 , 0x00000002 , 0x000049ea 
- 00023807  0x00005d2d copy  0x00000012 , 0x00000013 
- 00023808  0x00005d2f call  0x00005de1 
- 00023809  0x00005d30 fetch  0x00000006 , 0x000049a9 
- 00023810  0x00005d31 branch  0x00005d0a , 0x00000034 
- 00023811  0x00005d32 store  0x00000006 , 0x000049a3 
- 00023812  0x00005d33 increase  0x00000006 , 0x00000013 
- 00023813  0x00005d34 fetch  0x00000002 , 0x000049ec 
- 00023814  0x00005d35 isub  0x00000013 , 0x0000003e 
- 00023815  0x00005d36 nrtn  0x00000002 
- 00023816  0x00005d37 copy  0x00000013 , 0x00000012 
- 00023817  0x00005d38 branch  0x00005d00 
- 00023818  0x00005d3b fetch  0x00000006 , 0x000049a3 
- 00023819  0x00005d3c fetcht  0x00000006 , 0x00004668 
- 00023820  0x00005d3d isub  0x00000002 , 0x0000003e 
- 00023821  0x00005d3e rtn  0x00000005 
- 00023822  0x00005d3f arg  0x00000006 , 0x00000039 
- 00023823  0x00005d40 arg  0x00004668 , 0x00000011 
- 00023824  0x00005d41 copy  0x00000013 , 0x00000012 
- 00023825  0x00005d42 branch  0x00006b45 
- 00023826  0x00005d46 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
- 00023827  0x00005d47 copy  0x00000012 , 0x00000013 
- 00023828  0x00005d49 call  0x00005e05 
- 00023829  0x00005d4a fetch  0x00000006 , 0x000049c1 
- 00023830  0x00005d4b branch  0x00005d1e , 0x00000034 
- 00023831  0x00005d4c store  0x00000006 , 0x000049bb 
- 00023832  0x00005d4d increase  0x00000006 , 0x00000013 
- 00023833  0x00005d4e fetch  0x00000002 , 0x000049f4 
- 00023834  0x00005d4f isub  0x00000013 , 0x0000003e 
- 00023835  0x00005d50 nrtn  0x00000002 
- 00023836  0x00005d51 copy  0x00000013 , 0x00000012 
- 00023837  0x00005d52 branch  0x00005d14 
- 00023838  0x00005d55 fetch  0x00000006 , 0x000049bb 
- 00023839  0x00005d56 fetcht  0x00000006 , 0x00004675 
- 00023840  0x00005d57 isub  0x00000002 , 0x0000003e 
- 00023841  0x00005d58 rtn  0x00000005 
- 00023842  0x00005d59 arg  0x00000006 , 0x00000039 
- 00023843  0x00005d5a arg  0x00004675 , 0x00000011 
- 00023844  0x00005d5b copy  0x00000013 , 0x00000012 
- 00023845  0x00005d5c branch  0x00006b45 
- 00023846  0x00005d61 fetch  0x00000001 , 0x00004666 
- 00023847  0x00005d62 rtneq  0x00000000 
- 00023848  0x00005d63 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
- 00023849  0x00005d64 copy  0x00000012 , 0x00000013 
- 00023850  0x00005d66 call  0x00005e3d 
- 00023851  0x00005d67 fetch  0x00000002 , 0x000049e0 
- 00023852  0x00005d68 branch  0x00005d34 , 0x00000034 
- 00023853  0x00005d69 store  0x00000002 , 0x000049de 
- 00023854  0x00005d6a increase  0x00000002 , 0x00000013 
- 00023855  0x00005d6b fetch  0x00000002 , 0x00004a00 
- 00023856  0x00005d6c isub  0x00000013 , 0x0000003e 
- 00023857  0x00005d6d nrtn  0x00000002 
- 00023858  0x00005d6e copy  0x00000013 , 0x00000012 
- 00023859  0x00005d6f branch  0x00005d2a 
- 00023860  0x00005d72 fetch  0x00000002 , 0x000049de 
- 00023861  0x00005d73 fetcht  0x00000002 , 0x00004695 
- 00023862  0x00005d74 isub  0x00000002 , 0x0000003e 
- 00023863  0x00005d75 rtn  0x00000005 
- 00023864  0x00005d76 arg  0x00000002 , 0x00000039 
- 00023865  0x00005d77 arg  0x00004695 , 0x00000011 
- 00023866  0x00005d78 copy  0x00000013 , 0x00000012 
- 00023867  0x00005d79 branch  0x00006b45 
- 00023868  0x00005d7e fetch  0x00000008 , 0x00004713 
- 00023869  0x00005d7f rtnbit0  0x0000000f 
- 00023870  0x00005d80 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
- 00023871  0x00005d81 copy  0x00000012 , 0x00000013 
- 00023872  0x00005d83 call  0x00005e51 
- 00023873  0x00005d84 fetch  0x00000001 , 0x000049d4 
- 00023874  0x00005d85 branch  0x00005d4a , 0x00000034 
- 00023875  0x00005d86 store  0x00000001 , 0x000049d3 
- 00023876  0x00005d87 increase  0x00000001 , 0x00000013 
- 00023877  0x00005d88 fetch  0x00000002 , 0x000049fc 
- 00023878  0x00005d89 isub  0x00000013 , 0x0000003e 
- 00023879  0x00005d8a nrtn  0x00000002 
- 00023880  0x00005d8b copy  0x00000013 , 0x00000012 
- 00023881  0x00005d8c branch  0x00005d40 
- 00023882  0x00005d8f fetch  0x00000001 , 0x000049d3 
- 00023883  0x00005d90 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00023884  0x00005d91 branch  0x00005d53 , 0x00000034 
- 00023885  0x00005d92 fetch  0x00000001 , 0x00004690 
- 00023886  0x00005d93 store  0x00000001 , 0x000049d5 
- 00023887  0x00005d95 arg  0x00000001 , 0x00000039 
- 00023888  0x00005d96 copy  0x00000013 , 0x00000012 
- 00023889  0x00005d97 arg  0x000049d5 , 0x00000011 
- 00023890  0x00005d98 branch  0x00006b45 
- 00023891  0x00005d9b fetch  0x00000001 , 0x000049d3 
- 00023892  0x00005d9c fetcht  0x00000001 , 0x00004690 
- 00023893  0x00005d9d isub  0x00000002 , 0x0000003e 
- 00023894  0x00005d9e rtn  0x00000005 
- 00023895  0x00005d9f lshift4  0x00000002 , 0x00000002 
- 00023896  0x00005da0 iadd  0x00000002 , 0x0000003f 
- 00023897  0x00005da1 store  0x00000001 , 0x000049d5 
- 00023898  0x00005da3 copy  0x00000013 , 0x0000003f 
- 00023899  0x00005da4 fetcht  0x00000002 , 0x000049fa 
- 00023900  0x00005da5 isub  0x00000002 , 0x0000003e 
- 00023901  0x00005da6 branch  0x00005d4f , 0x00000005 
- 00023902  0x00005da8 increase  0xffffffff , 0x00000013 
- 00023903  0x00005da9 branch  0x00005d4f 
- 00023904  0x00005db3 call  0x00006cbc 
- 00023905  0x00005db4 fetch  0x00000008 , 0x00004713 
- 00023906  0x00005db5 isolate1  0x00000009 , 0x0000003f 
- 00023907  0x00005db6 ncall  0x00006cc4 , 0x00000001 
- 00023908  0x00005db7 call  0x00005d66 
- 00023909  0x00005db8 branch  0x00005c80 
- 00023910  0x00005dbb arg  0x00000080 , 0x00000002 
- 00023911  0x00005dbc arg  0x00004666 , 0x00000011 
- 00023912  0x00005dbd arg  0x00000000 , 0x00000012 
- 00023913  0x00005dbe branch  0x00006ce1 
- 00023914  0x00005dc1 arg  0x00000001 , 0x00000002 
- 00023915  0x00005dc2 arg  0x00004690 , 0x00000011 
- 00023916  0x00005dc3 arg  0x0000005a , 0x00000012 
- 00023917  0x00005dc4 branch  0x00006ce1 
- 00023918  0x00005dc9 call  0x00006c20 
- 00023919  0x00005dca call  0x00005d7b 
- 00023920  0x00005dcb call  0x00005d75 
- 00023921  0x00005dcc call  0x00006c4d 
- 00023922  0x00005dcd call  0x00005d82 
- 00023923  0x00005dce call  0x00005c80 
- 00023924  0x00005dcf branch  0x000055f6 
- 00023925  0x00005dd2 setarg  0x000046e6 
- 00023926  0x00005dd3 arg  0x00004666 , 0x00000002 
- 00023927  0x00005dd4 isub  0x00000002 , 0x00000002 
- 00023928  0x00005dd5 fetch  0x00000003 , 0x000046ec 
- 00023929  0x00005dd6 arg  0x00004666 , 0x00000011 
- 00023930  0x00005dd7 rtn 
- 00023931  0x00005dda jam  0x000000ab , 0x00000678 
- 00023932  0x00005ddc call  0x0000705b 
- 00023933  0x00005ddd call  0x00006c26 
- 00023934  0x00005dde arg  0x000046ef , 0x00000011 
- 00023935  0x00005ddf fetcht  0x00000001 , 0x00000678 
- 00023936  0x00005de0 call  0x00005d84 
- 00023937  0x00005de1 branch  0x0000705b 
- 00023938  0x00005de4 jam  0x000000b9 , 0x00000678 
- 00023939  0x00005de5 branch  0x00005d7c 
- 00023940  0x00005de8 istoret  0x00000001 , 0x00000011 
- 00023941  0x00005de9 rshift16  0x0000003f , 0x00000002 
- 00023942  0x00005dea istoret  0x00000001 , 0x00000005 
- 00023943  0x00005deb rshift8  0x0000003f , 0x00000002 
- 00023944  0x00005dec istoret  0x00000001 , 0x00000005 
- 00023945  0x00005ded istore  0x00000001 , 0x00000005 
- 00023946  0x00005dee deposit  0x00000011 
- 00023947  0x00005def store  0x00000002 , 0x00008084 
- 00023948  0x00005df0 setarg  0x00000000 
- 00023949  0x00005df1 store  0x00000002 , 0x00008088 
- 00023950  0x00005df2 jam  0x00000002 , 0x00008006 
- 00023951  0x00005df3 branch  0x00006be0 
- 00023952  0x00005df6 fetch  0x00000003 , 0x000046ec 
- 00023953  0x00005df7 store  0x00000003 , 0x00004419 
- 00023954  0x00005df8 branch  0x00006bfa 
- 00023955  0x00005dfb copy  0x0000003f , 0x00000013 
- 00023956  0x00005dfc copy  0x00000011 , 0x0000003f 
- 00023957  0x00005dfd increase  0xfffffffc , 0x0000003f 
- 00023958  0x00005dfe copy  0x0000003f , 0x00000012 
- 00023959  0x00005dff ifetch  0x00000004 , 0x00000012 
- 00023960  0x00005e00 store  0x00000004 , 0x000046ef 
- 00023961  0x00005e01 copy  0x00000013 , 0x0000003f 
- 00023962  0x00005e02 call  0x00006c3c 
- 00023963  0x00005e03 fetch  0x00000004 , 0x000046ef 
- 00023964  0x00005e04 istore  0x00000004 , 0x00000012 
- 00023965  0x00005e05 rtn 
- 00023966  0x00005e08 fetch  0x00000008 , 0x00004713 
- 00023967  0x00005e09 rtnbit0  0x00000012 
- 00023968  0x00005e0a call  0x00005d82 
- 00023969  0x00005e0b call  0x000069e0 
- 00023970  0x00005e0c fetcht  0x00000001 , 0x00004421 
- 00023971  0x00005e0d call  0x00006ef3 
- 00023972  0x00005e0e fetcht  0x00000001 , 0x00004426 
- 00023973  0x00005e0f branch  0x000055b1 
- 00023974  0x00005e14 call  0x00005e43 
- 00023975  0x00005e15 call  0x00005db4 
- 00023976  0x00005e16 call  0x00005dcc 
- 00023977  0x00005e17 call  0x00005e2f 
- 00023978  0x00005e19 arg  0x00000002 , 0x00000039 
- 00023979  0x00005e1a fetch  0x00000002 , 0x00004a02 
- 00023980  0x00005e1b copy  0x0000003f , 0x00000012 
- 00023981  0x00005e1c arg  0x0000468e , 0x00000011 
- 00023982  0x00005e1d call  0x00006b74 
- 00023983  0x00005e1e call  0x00005c80 
- 00023984  0x00005e20 arg  0x00000002 , 0x00000039 
- 00023985  0x00005e21 arg  0x0000468e , 0x00000011 
- 00023986  0x00005e22 fetchr  0x00000012 , 0x00000002 , 0x00004a02 
- 00023987  0x00005e23 branch  0x00006b45 
- 00023988  0x00005e28 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
- 00023989  0x00005e29 copy  0x00000012 , 0x00000013 
- 00023990  0x00005e2b call  0x00005dc0 
- 00023991  0x00005e2c fetch  0x00000001 , 0x000049a1 
- 00023992  0x00005e2d branch  0x00005dc3 , 0x00000034 
- 00023993  0x00005e2e store  0x00000001 , 0x000049a0 
- 00023994  0x00005e2f increase  0x00000001 , 0x00000013 
- 00023995  0x00005e30 fetch  0x00000002 , 0x000049e4 
- 00023996  0x00005e31 isub  0x00000013 , 0x0000003e 
- 00023997  0x00005e32 nbranch  0x00005dc3 , 0x00000002 
- 00023998  0x00005e33 copy  0x00000013 , 0x00000012 
- 00023999  0x00005e34 branch  0x00005db6 
- 00024000  0x00005e37 arg  0x00000001 , 0x00000039 
- 00024001  0x00005e38 arg  0x000049a1 , 0x00000011 
- 00024002  0x00005e39 branch  0x00006b74 
- 00024003  0x00005e3c fetch  0x00000001 , 0x000049a0 
- 00024004  0x00005e3d copy  0x0000003f , 0x00000002 
- 00024005  0x00005e3e and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00024006  0x00005e3f branch  0x00005dc9 , 0x00000034 
- 00024007  0x00005e40 rshift4  0x0000003f , 0x0000003f 
- 00024008  0x00005e41 branch  0x00005dca 
- 00024009  0x00005e44 copy  0x00000002 , 0x0000003f 
- 00024010  0x00005e46 store  0x00000001 , 0x00004666 
- 00024011  0x00005e47 rtn 
- 00024012  0x00005e4b fetch  0x00000001 , 0x00004666 
- 00024013  0x00005e4c beq  0x00000000 , 0x00005e1d 
- 00024014  0x00005e4d beq  0x00000001 , 0x00005dd1 
- 00024015  0x00005e4e beq  0x00000002 , 0x00005dd3 
- 00024016  0x00005e4f rtn 
- 00024017  0x00005e52 call  0x00005dd5 
- 00024018  0x00005e53 branch  0x00005de7 
- 00024019  0x00005e56 call  0x00005df9 
- 00024020  0x00005e57 branch  0x00005e0b 
- 00024021  0x00005e5b fetchr  0x00000012 , 0x00000002 , 0x000049ea 
- 00024022  0x00005e5c copy  0x00000012 , 0x00000013 
- 00024023  0x00005e5e call  0x00005de1 
- 00024024  0x00005e5f fetch  0x00000006 , 0x000049a9 
- 00024025  0x00005e60 branch  0x00005de4 , 0x00000034 
- 00024026  0x00005e61 store  0x00000006 , 0x000049a3 
- 00024027  0x00005e62 increase  0x00000006 , 0x00000013 
- 00024028  0x00005e63 fetch  0x00000002 , 0x000049ec 
- 00024029  0x00005e64 isub  0x00000013 , 0x0000003e 
- 00024030  0x00005e65 nbranch  0x00005de4 , 0x00000002 
- 00024031  0x00005e66 copy  0x00000013 , 0x00000012 
- 00024032  0x00005e67 branch  0x00005dd7 
- 00024033  0x00005e6a arg  0x00000006 , 0x00000039 
- 00024034  0x00005e6b arg  0x000049a9 , 0x00000011 
- 00024035  0x00005e6c branch  0x00006b74 
- 00024036  0x00005e6f fetch  0x00000006 , 0x000049a3 
- 00024037  0x00005e70 store  0x00000006 , 0x00004668 
- 00024038  0x00005e71 rtn 
- 00024039  0x00005e75 fetchr  0x00000012 , 0x00000002 , 0x000049ee 
- 00024040  0x00005e76 copy  0x00000012 , 0x00000013 
- 00024041  0x00005e78 call  0x00005df3 
- 00024042  0x00005e79 fetch  0x00000006 , 0x000049b5 
- 00024043  0x00005e7a branch  0x00005df6 , 0x00000034 
- 00024044  0x00005e7b store  0x00000006 , 0x000049af 
- 00024045  0x00005e7c increase  0x00000006 , 0x00000013 
- 00024046  0x00005e7d fetch  0x00000002 , 0x000049f0 
- 00024047  0x00005e7e isub  0x00000013 , 0x0000003e 
- 00024048  0x00005e7f nbranch  0x00005df6 , 0x00000002 
- 00024049  0x00005e80 copy  0x00000013 , 0x00000012 
- 00024050  0x00005e81 branch  0x00005de9 
- 00024051  0x00005e84 arg  0x00000006 , 0x00000039 
- 00024052  0x00005e85 arg  0x000049b5 , 0x00000011 
- 00024053  0x00005e86 branch  0x00006b74 
- 00024054  0x00005e89 fetch  0x00000006 , 0x000049af 
- 00024055  0x00005e8a store  0x00000006 , 0x0000466e 
- 00024056  0x00005e8b rtn 
- 00024057  0x00005e90 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
- 00024058  0x00005e91 copy  0x00000012 , 0x00000013 
- 00024059  0x00005e93 call  0x00005e05 
- 00024060  0x00005e94 fetch  0x00000006 , 0x000049c1 
- 00024061  0x00005e95 branch  0x00005e08 , 0x00000034 
- 00024062  0x00005e96 store  0x00000006 , 0x000049bb 
- 00024063  0x00005e97 increase  0x00000006 , 0x00000013 
- 00024064  0x00005e98 fetch  0x00000002 , 0x000049f4 
- 00024065  0x00005e99 isub  0x00000013 , 0x0000003e 
- 00024066  0x00005e9a nbranch  0x00005e08 , 0x00000002 
- 00024067  0x00005e9b copy  0x00000013 , 0x00000012 
- 00024068  0x00005e9c branch  0x00005dfb 
- 00024069  0x00005e9f arg  0x00000006 , 0x00000039 
- 00024070  0x00005ea0 arg  0x000049c1 , 0x00000011 
- 00024071  0x00005ea1 branch  0x00006b74 
- 00024072  0x00005ea4 fetch  0x00000006 , 0x000049bb 
- 00024073  0x00005ea5 store  0x00000006 , 0x00004675 
- 00024074  0x00005ea6 rtn 
- 00024075  0x00005eaa fetchr  0x00000012 , 0x00000002 , 0x000049f6 
- 00024076  0x00005eab copy  0x00000012 , 0x00000013 
- 00024077  0x00005ead call  0x00005e17 
- 00024078  0x00005eae fetch  0x00000006 , 0x000049cd 
- 00024079  0x00005eaf branch  0x00005e1a , 0x00000034 
- 00024080  0x00005eb0 store  0x00000006 , 0x000049c7 
- 00024081  0x00005eb1 increase  0x00000006 , 0x00000013 
- 00024082  0x00005eb2 fetch  0x00000002 , 0x000049f8 
- 00024083  0x00005eb3 isub  0x00000013 , 0x0000003e 
- 00024084  0x00005eb4 nbranch  0x00005e1a , 0x00000002 
- 00024085  0x00005eb5 copy  0x00000013 , 0x00000012 
- 00024086  0x00005eb6 branch  0x00005e0d 
- 00024087  0x00005eb9 arg  0x00000006 , 0x00000039 
- 00024088  0x00005eba arg  0x000049cd , 0x00000011 
- 00024089  0x00005ebb branch  0x00006b74 
- 00024090  0x00005ebe fetch  0x00000006 , 0x000049c7 
- 00024091  0x00005ebf store  0x00000006 , 0x0000467b 
- 00024092  0x00005ec0 rtn 
- 00024093  0x00005ec5 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
- 00024094  0x00005ec6 copy  0x00000012 , 0x00000013 
- 00024095  0x00005ec8 call  0x00005e29 
- 00024096  0x00005ec9 fetch  0x00000004 , 0x000049da 
- 00024097  0x00005eca branch  0x00005e2c , 0x00000034 
- 00024098  0x00005ecb store  0x00000004 , 0x000049d6 
- 00024099  0x00005ecc increase  0x00000004 , 0x00000013 
- 00024100  0x00005ecd fetch  0x00000002 , 0x000049e8 
- 00024101  0x00005ece isub  0x00000013 , 0x0000003e 
- 00024102  0x00005ecf nbranch  0x00005e2c , 0x00000002 
- 00024103  0x00005ed0 copy  0x00000013 , 0x00000012 
- 00024104  0x00005ed1 branch  0x00005e1f 
- 00024105  0x00005ed4 arg  0x00000004 , 0x00000039 
- 00024106  0x00005ed5 arg  0x000049da , 0x00000011 
- 00024107  0x00005ed6 branch  0x00006b74 
- 00024108  0x00005ed9 fetch  0x00000004 , 0x000049d6 
- 00024109  0x00005eda store  0x00000004 , 0x00004691 
- 00024110  0x00005edb rtn 
- 00024111  0x00005edf fetch  0x00000001 , 0x00004666 
- 00024112  0x00005ee0 rtneq  0x00000000 
- 00024113  0x00005ee1 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
- 00024114  0x00005ee2 copy  0x00000012 , 0x00000013 
- 00024115  0x00005ee4 call  0x00005e3d 
- 00024116  0x00005ee5 fetch  0x00000002 , 0x000049e0 
- 00024117  0x00005ee6 branch  0x00005e40 , 0x00000034 
- 00024118  0x00005ee7 store  0x00000002 , 0x000049de 
- 00024119  0x00005ee8 increase  0x00000002 , 0x00000013 
- 00024120  0x00005ee9 fetch  0x00000002 , 0x00004a00 
- 00024121  0x00005eea isub  0x00000013 , 0x0000003e 
- 00024122  0x00005eeb nbranch  0x00005e40 , 0x00000002 
- 00024123  0x00005eec copy  0x00000013 , 0x00000012 
- 00024124  0x00005eed branch  0x00005e33 
- 00024125  0x00005ef0 arg  0x00000002 , 0x00000039 
- 00024126  0x00005ef1 arg  0x000049e0 , 0x00000011 
- 00024127  0x00005ef2 branch  0x00006b74 
- 00024128  0x00005ef5 fetch  0x00000002 , 0x000049e0 
- 00024129  0x00005ef6 store  0x00000002 , 0x00004695 
- 00024130  0x00005ef7 rtn 
- 00024131  0x00005efb fetch  0x00000008 , 0x00004713 
- 00024132  0x00005efc bbit0  0x0000000f , 0x00005c8c 
- 00024133  0x00005efd fetchr  0x00000012 , 0x00000002 , 0x000049fa 
- 00024134  0x00005efe copy  0x00000012 , 0x00000013 
- 00024135  0x00005f00 call  0x00005e51 
- 00024136  0x00005f01 fetch  0x00000001 , 0x000049d4 
- 00024137  0x00005f02 branch  0x00005e54 , 0x00000034 
- 00024138  0x00005f03 store  0x00000001 , 0x000049d3 
- 00024139  0x00005f04 increase  0x00000001 , 0x00000013 
- 00024140  0x00005f05 fetch  0x00000002 , 0x000049fc 
- 00024141  0x00005f06 isub  0x00000013 , 0x0000003e 
- 00024142  0x00005f07 nbranch  0x00005e54 , 0x00000002 
- 00024143  0x00005f08 copy  0x00000013 , 0x00000012 
- 00024144  0x00005f09 branch  0x00005e47 
- 00024145  0x00005f0c arg  0x00000001 , 0x00000039 
- 00024146  0x00005f0d arg  0x000049d4 , 0x00000011 
- 00024147  0x00005f0e branch  0x00006b74 
- 00024148  0x00005f11 fetch  0x00000001 , 0x000049d3 
- 00024149  0x00005f12 copy  0x0000003f , 0x00000002 
- 00024150  0x00005f13 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00024151  0x00005f14 branch  0x00005e5a , 0x00000034 
- 00024152  0x00005f15 rshift4  0x0000003f , 0x0000003f 
- 00024153  0x00005f16 branch  0x00005e5b 
- 00024154  0x00005f19 copy  0x00000002 , 0x0000003f 
- 00024155  0x00005f1b store  0x00000001 , 0x00004690 
- 00024156  0x00005f1c rtn 
- 00024157  0x00005f22 bpatch  0x0000008e , 0x00004011 
- 00024158  0x00005f23 call  0x0000620e 
- 00024159  0x00005f24 call  0x000078aa 
- 00024160  0x00005f25 call  0x000056bb 
- 00024161  0x00005f26 call  0x0000580e 
- 00024162  0x00005f27 call  0x00005e66 
- 00024163  0x00005f28 call  0x00005eb6 
- 00024164  0x00005f29 call  0x00005ee7 
- 00024165  0x00005f2a branch  0x0000561c 
- 00024166  0x00005f2d fetch  0x00000008 , 0x00004713 
- 00024167  0x00005f2e bbit1  0x00000029 , 0x00005e6b 
- 00024168  0x00005f2f bbit1  0x00000037 , 0x00005e6b 
- 00024169  0x00005f30 rtn 
- 00024170  0x00005f33 jam  0x00000003 , 0x00004975 
- 00024171  0x00005f35 call  0x00005e6d 
- 00024172  0x00005f36 branch  0x00005e7e 
- 00024173  0x00005f39 bpatch  0x0000008f , 0x00004011 
- 00024174  0x00005f3a fetch  0x00000001 , 0x00004655 
- 00024175  0x00005f3b rtneq  0x000000ff 
- 00024176  0x00005f3c arg  0x00000000 , 0x00000011 
- 00024177  0x00005f3d jam  0x00000006 , 0x00004977 
- 00024178  0x00005f3e fetcht  0x00000001 , 0x00004655 
- 00024179  0x00005f3f call  0x00005e81 
- 00024180  0x00005f40 store  0x00000001 , 0x00004975 
- 00024181  0x00005f41 fetch  0x00000001 , 0x00004654 
- 00024182  0x00005f42 beq  0x000000ff , 0x00005e7c 
- 00024183  0x00005f43 branch  0x000058df 
- 00024184  0x00005f46 call  0x00005e6d 
- 00024185  0x00005f47 copy  0x00000011 , 0x0000003f 
- 00024186  0x00005f48 bbit1  0x00000006 , 0x00005ea4 
- 00024187  0x00005f49 branch  0x00005e97 
- 00024188  0x00005f4c fetcht  0x00000001 , 0x00004655 
- 00024189  0x00005f4d call  0x000055b5 
- 00024190  0x00005f4f copy  0x00000011 , 0x0000003f 
- 00024191  0x00005f50 bbit1  0x00000006 , 0x00005ea2 
- 00024192  0x00005f51 branch  0x00005e97 
- 00024193  0x00005f54 fetch  0x00000008 , 0x00004713 
- 00024194  0x00005f55 bbit1  0x0000002d , 0x00005e8d 
- 00024195  0x00005f56 fetch  0x00000001 , 0x00004975 
- 00024196  0x00005f57 copy  0x0000003f , 0x00000013 
- 00024197  0x00005f58 fetch  0x00000001 , 0x00004654 
- 00024198  0x00005f59 beq  0x000000ff , 0x00005931 
- 00024199  0x00005f5a fetch  0x00000001 , 0x0000497b 
- 00024200  0x00005f5b nbranch  0x00005e8a , 0x00000034 
- 00024201  0x00005f5c branch  0x00005e8f 
- 00024202  0x00005f5f jam  0x00000000 , 0x0000497f 
- 00024203  0x00005f60 jam  0x00000000 , 0x00004975 
- 00024204  0x00005f61 rtn 
- 00024205  0x00005f64 fetch  0x00000001 , 0x00004975 
- 00024206  0x00005f65 branch  0x00005925 
- 00024207  0x00005f68 call  0x00006ee6 
- 00024208  0x00005f69 fetcht  0x00000001 , 0x00004654 
- 00024209  0x00005f6a branch  0x00005e8d , 0x00000001 
- 00024210  0x00005f6b fetcht  0x00000001 , 0x00004654 
- 00024211  0x00005f6c call  0x00006ef7 
- 00024212  0x00005f6d fetcht  0x00000001 , 0x00004655 
- 00024213  0x00005f6e fetch  0x00000001 , 0x00004975 
- 00024214  0x00005f6f branch  0x00005925 
- 00024215  0x00005f72 fetch  0x00000001 , 0x0000497f 
- 00024216  0x00005f73 rtneq  0x00000000 
- 00024217  0x00005f74 jam  0x00000000 , 0x0000497f 
- 00024218  0x00005f75 fetch  0x00000008 , 0x00004713 
- 00024219  0x00005f76 rtnbit1  0x00000034 
- 00024220  0x00005f77 fetch  0x00000001 , 0x0000497c 
- 00024221  0x00005f78 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00024222  0x00005f79 ncall  0x00005ec6 , 0x00000002 
- 00024223  0x00005f7a fetch  0x00000001 , 0x000044eb 
- 00024224  0x00005f7b store  0x00000001 , 0x0000497c 
- 00024225  0x00005f7c rtn 
- 00024226  0x00005f7f call  0x00005eae 
- 00024227  0x00005f80 rtn  0x00000028 
- 00024228  0x00005f81 fetch  0x00000001 , 0x0000497f 
- 00024229  0x00005f82 rtneq  0x00000001 
- 00024230  0x00005f83 jam  0x00000001 , 0x0000497f 
- 00024231  0x00005f84 fetch  0x00000008 , 0x00004713 
- 00024232  0x00005f85 bbit1  0x00000034 , 0x00005ba3 
- 00024233  0x00005f86 fetch  0x00000001 , 0x00004845 
- 00024234  0x00005f87 rtn  0x00000034 
- 00024235  0x00005f88 fetch  0x00000001 , 0x0000463c 
- 00024236  0x00005f89 store  0x00000001 , 0x00004845 
- 00024237  0x00005f8a rtn 
- 00024238  0x00005f8d disable  0x00000028 
- 00024239  0x00005f8e fetch  0x00000008 , 0x00004713 
- 00024240  0x00005f8f rtnbit1  0x0000002d 
- 00024241  0x00005f91 fetch  0x00000001 , 0x0000496f 
- 00024242  0x00005f92 rtn  0x00000034 
- 00024243  0x00005f93 fetch  0x00000001 , 0x00004970 
- 00024244  0x00005f94 rtn  0x00000034 
- 00024245  0x00005f95 branch  0x00007dba 
- 00024246  0x00005f98 bpatch  0x00000090 , 0x00004012 
- 00024247  0x00005f99 fetch  0x00000008 , 0x00004713 
- 00024248  0x00005f9a rtnbit0  0x0000002a 
- 00024249  0x00005f9c fetcht  0x00000001 , 0x0000465a 
- 00024250  0x00005f9d call  0x000055b5 
- 00024251  0x00005f9e fetcht  0x00000001 , 0x0000465a 
- 00024252  0x00005f9f call  0x00006ee6 
- 00024253  0x00005fa0 branch  0x00005ec2 , 0x00000001 
- 00024254  0x00005fa2 fetch  0x00000001 , 0x00004666 
- 00024255  0x00005fa3 rtneq  0x00000001 
- 00024256  0x00005fa4 jam  0x00000001 , 0x00004666 
- 00024257  0x00005fa5 branch  0x00005aaa 
- 00024258  0x00005fa8 fetch  0x00000001 , 0x00004666 
- 00024259  0x00005fa9 rtneq  0x00000000 
- 00024260  0x00005faa jam  0x00000000 , 0x00004666 
- 00024261  0x00005fab branch  0x00006018 
- 00024262  0x00005fae bpatch  0x00000091 , 0x00004012 
- 00024263  0x00005faf fetch  0x00000001 , 0x0000471b 
- 00024264  0x00005fb0 rtneq  0x00000001 
- 00024265  0x00005fb1 call  0x00005ed3 
- 00024266  0x00005fb2 storet  0x00000001 , 0x00004666 
- 00024267  0x00005fb5 call  0x00005eea 
- 00024268  0x00005fb6 call  0x00005aaa 
- 00024269  0x00005fb7 call  0x000042d0 
- 00024270  0x00005fb8 call  0x00005eec 
- 00024271  0x00005fb9 jam  0x00000001 , 0x00004793 
- 00024272  0x00005fba branch  0x00005ca3 
- 00024273  0x00005fbd call  0x00005eea 
- 00024274  0x00005fbe branch  0x00006ca3 
- 00024275  0x00005fc1 fetcht  0x00000001 , 0x00004666 
- 00024276  0x00005fc2 increase  0x00000001 , 0x00000002 
- 00024277  0x00005fc3 fetch  0x00000008 , 0x00004713 
- 00024278  0x00005fc4 bbit1  0x00000011 , 0x00005eda 
- 00024279  0x00005fc5 sub  0x00000002 , 0x00000002 , 0x0000003e 
- 00024280  0x00005fc6 ncall  0x00005ee1 , 0x00000002 
- 00024281  0x00005fc7 rtn 
- 00024282  0x00005fca fetch  0x00000001 , 0x0000471b 
- 00024283  0x00005fcb increase  0xffffffff , 0x0000003f 
- 00024284  0x00005fcc isub  0x00000002 , 0x0000003e 
- 00024285  0x00005fcd ncall  0x00005edf , 0x00000002 
- 00024286  0x00005fce rtn 
- 00024287  0x00005fd1 arg  0x00000000 , 0x00000002 
- 00024288  0x00005fd2 rtn 
- 00024289  0x00005fd4 arg  0x00000001 , 0x00000002 
- 00024290  0x00005fd5 rtn 
- 00024291  0x00005fd8 arg  0x00000001 , 0x00000002 
- 00024292  0x00005fd9 arg  0x00004666 , 0x00000011 
- 00024293  0x00005fda arg  0x00000000 , 0x00000012 
- 00024294  0x00005fdb branch  0x00006cd3 
- 00024295  0x00005fde fetch  0x00000008 , 0x00004713 
- 00024296  0x00005fdf rtnbit0  0x00000034 
- 00024297  0x00005fe0 branch  0x00005e6b 
- 00024298  0x00005fe3 arg  0x00000000 , 0x00000007 
- 00024299  0x00005fe4 branch  0x00005f00 
- 00024300  0x00005fe6 arg  0x00000000 , 0x00000007 
- 00024301  0x00005fe7 branch  0x00005f04 
- 00024302  0x00005fe9 arg  0x00000003 , 0x00000007 
- 00024303  0x00005fea branch  0x00005f00 
- 00024304  0x00005fec arg  0x00000003 , 0x00000007 
- 00024305  0x00005fed branch  0x00005f04 
- 00024306  0x00005fef arg  0x00000005 , 0x00000007 
- 00024307  0x00005ff0 branch  0x00005f00 
- 00024308  0x00005ff2 arg  0x00000005 , 0x00000007 
- 00024309  0x00005ff3 branch  0x00005f04 
- 00024310  0x00005ff6 arg  0x00000015 , 0x00000007 
- 00024311  0x00005ff7 branch  0x00005f00 
- 00024312  0x00005ffa arg  0x00000018 , 0x00000007 
- 00024313  0x00005ffb branch  0x00005f00 
- 00024314  0x00005ffe arg  0x0000000e , 0x00000007 
- 00024315  0x00005fff branch  0x00005f00 
- 00024316  0x00006002 arg  0x0000000c , 0x00000007 
- 00024317  0x00006003 branch  0x00005f00 
- 00024318  0x00006006 arg  0x0000001c , 0x00000007 
- 00024319  0x00006007 branch  0x00005f00 
- 00024320  0x0000600a fetch  0x00000008 , 0x00004713 
- 00024321  0x0000600b qset1  0x0000003f 
- 00024322  0x0000600c store  0x00000008 , 0x00004713 
- 00024323  0x0000600d rtn 
- 00024324  0x00006010 fetch  0x00000008 , 0x00004713 
- 00024325  0x00006011 qset0  0x0000003f 
- 00024326  0x00006012 store  0x00000008 , 0x00004713 
- 00024327  0x00006013 rtn 
- 00024328  0x00006016 setarg  0x00000000 
- 00024329  0x00006017 store  0x00000008 , 0x0000472a 
- 00024330  0x00006018 store  0x00000008 , 0x00004733 
- 00024331  0x00006019 fetch  0x00000001 , 0x00004729 
- 00024332  0x0000601a beq  0x00000002 , 0x00005f12 
- 00024333  0x0000601b beq  0x00000003 , 0x00005f14 
- 00024334  0x0000601c beq  0x00000004 , 0x00005f19 
- 00024335  0x0000601d setarg  0x00070008 
- 00024336  0x0000601f store  0x00000008 , 0x0000472b 
- 00024337  0x00006020 rtn 
- 00024338  0x00006023 setarg  0x00040005 
- 00024339  0x00006024 branch  0x00005f10 
- 00024340  0x00006027 setarg  0x00022303 
- 00024341  0x00006029 store  0x00000008 , 0x0000472a 
- 00024342  0x0000602a setarg  0x00000003 
- 00024343  0x0000602b store  0x00000008 , 0x00004733 
- 00024344  0x0000602c rtn 
- 00024345  0x0000602f setarg  0x0000cd03 
- 00024346  0x00006030 branch  0x00005f15 
- 00024347  0x00006034 bpatch  0x00000092 , 0x00004012 
- 00024348  0x00006035 fetch  0x00000001 , 0x0000477f 
- 00024349  0x00006036 increase  0xffffffff , 0x0000003f 
- 00024350  0x00006037 store  0x00000001 , 0x0000477f 
- 00024351  0x00006038 fetcht  0x00000001 , 0x00004666 
- 00024352  0x00006039 sub  0x00000002 , 0x00000001 , 0x0000003e 
- 00024353  0x0000603a ncall  0x00005ed3 , 0x00000005 
- 00024354  0x0000603b storet  0x00000001 , 0x00004666 
- 00024355  0x0000603c call  0x00005ee3 
- 00024356  0x0000603d call  0x00005c59 
- 00024357  0x0000603e branch  0x000054a0 
- 00024358  0x00006043 bpatch  0x00000093 , 0x00004012 
- 00024359  0x00006044 fetch  0x00000001 , 0x00004957 
- 00024360  0x00006045 rtneq  0x00000003 
- 00024361  0x00006046 fetch  0x00000008 , 0x00004713 
- 00024362  0x00006047 rtnbit0  0x00000038 
- 00024363  0x00006048 fetch  0x00000004 , 0x00004847 
- 00024364  0x00006049 rtn  0x00000034 
- 00024365  0x0000604a call  0x00005fcd 
- 00024366  0x0000604b setarg  0x00000003 
- 00024367  0x0000604c call  0x00005fc3 
- 00024368  0x0000604d call  0x00005fbf , 0x00000034 
- 00024369  0x0000604e ncall  0x00005fc1 , 0x00000034 
- 00024370  0x0000604f setarg  0x00000002 
- 00024371  0x00006050 call  0x00005fc8 
- 00024372  0x00006051 call  0x00005fbf , 0x00000034 
- 00024373  0x00006052 fetch  0x00000001 , 0x00004861 
- 00024374  0x00006053 beq  0x00000001 , 0x00005f3c 
- 00024375  0x00006055 fetch  0x00000008 , 0x00004713 
- 00024376  0x00006056 rtnbit0  0x00000038 
- 00024377  0x00006057 arg  0x00000005 , 0x00000039 
- 00024378  0x00006058 arg  0x00004861 , 0x00000005 
- 00024379  0x00006059 branch  0x00007ca1 
- 00024380  0x0000605c call  0x00005f50 
- 00024381  0x0000605d fetch  0x00000002 , 0x00004862 
- 00024382  0x0000605e store  0x00000002 , 0x0000070b 
- 00024383  0x0000605f fetch  0x00000002 , 0x00004847 
- 00024384  0x00006060 store  0x00000002 , 0x0000070d 
- 00024385  0x00006061 call  0x00005f89 
- 00024386  0x00006062 fetch  0x00000002 , 0x0000070b 
- 00024387  0x00006063 store  0x00000002 , 0x00004862 
- 00024388  0x00006064 fetch  0x00000002 , 0x0000070d 
- 00024389  0x00006065 store  0x00000002 , 0x00004847 
- 00024390  0x00006067 fetch  0x00000002 , 0x00004864 
- 00024391  0x00006068 store  0x00000002 , 0x0000070b 
- 00024392  0x00006069 fetch  0x00000002 , 0x00004849 
- 00024393  0x0000606a store  0x00000002 , 0x0000070d 
- 00024394  0x0000606b call  0x00005f91 
- 00024395  0x0000606c fetch  0x00000002 , 0x0000070b 
- 00024396  0x0000606d store  0x00000002 , 0x00004864 
- 00024397  0x0000606e fetch  0x00000002 , 0x0000070d 
- 00024398  0x0000606f store  0x00000002 , 0x00004849 
- 00024399  0x00006070 rtn 
- 00024400  0x00006073 fetch  0x00000008 , 0x00004713 
- 00024401  0x00006074 rtnbit0  0x00000039 
- 00024402  0x00006075 bpatch  0x00000094 , 0x00004012 
- 00024403  0x00006076 fetch  0x00000002 , 0x00004862 
- 00024404  0x00006077 store  0x00000002 , 0x00000712 
- 00024405  0x00006078 call  0x00005f64 
- 00024406  0x00006079 store  0x00000002 , 0x00004862 
- 00024407  0x0000607a fetch  0x00000002 , 0x00004847 
- 00024408  0x0000607b store  0x00000002 , 0x00000712 
- 00024409  0x0000607c call  0x00005f72 
- 00024410  0x0000607d store  0x00000002 , 0x00004847 
- 00024411  0x0000607e fetch  0x00000002 , 0x00004864 
- 00024412  0x0000607f store  0x00000002 , 0x00000712 
- 00024413  0x00006080 call  0x00005f64 
- 00024414  0x00006081 store  0x00000002 , 0x00004864 
- 00024415  0x00006082 fetch  0x00000002 , 0x00004849 
- 00024416  0x00006083 store  0x00000002 , 0x00000712 
- 00024417  0x00006084 call  0x00005f72 
- 00024418  0x00006085 store  0x00000002 , 0x00004849 
- 00024419  0x00006086 rtn 
- 00024420  0x00006089 fetch  0x00000001 , 0x00000713 
- 00024421  0x0000608a branch  0x00005f67 , 0x00000034 
- 00024422  0x0000608b branch  0x00005f6c 
- 00024423  0x0000608e fetch  0x00000001 , 0x00000712 
- 00024424  0x0000608f call  0x00005f7f 
- 00024425  0x00006090 store  0x00000001 , 0x00000712 
- 00024426  0x00006092 fetch  0x00000002 , 0x00000712 
- 00024427  0x00006093 rtn 
- 00024428  0x00006095 fetch  0x00000001 , 0x00000712 
- 00024429  0x00006096 call  0x00005fbb 
- 00024430  0x00006097 call  0x00005f7f 
- 00024431  0x00006098 call  0x00007dc8 , 0x00000034 
- 00024432  0x00006099 call  0x00005fb7 
- 00024433  0x0000609a branch  0x00005f6a 
- 00024434  0x0000609d fetch  0x00000001 , 0x00000713 
- 00024435  0x0000609e branch  0x00005f75 , 0x00000034 
- 00024436  0x0000609f branch  0x00005f79 
- 00024437  0x000060a1 fetch  0x00000001 , 0x00000712 
- 00024438  0x000060a2 call  0x00005f84 
- 00024439  0x000060a3 store  0x00000001 , 0x00000712 
- 00024440  0x000060a4 branch  0x00005f6a 
- 00024441  0x000060a6 fetch  0x00000001 , 0x00000712 
- 00024442  0x000060a7 call  0x00005fbb 
- 00024443  0x000060a8 call  0x00005f84 
- 00024444  0x000060a9 call  0x00007dc8 , 0x00000034 
- 00024445  0x000060aa call  0x00005fb7 
- 00024446  0x000060ab branch  0x00005f6a 
- 00024447  0x000060ae mul32  0x0000003f , 0x00000004 , 0x0000003f 
- 00024448  0x000060af div  0x0000003f , 0x00000005 
- 00024449  0x000060b0 call  0x00007d62 
- 00024450  0x000060b1 quotient  0x0000003f 
- 00024451  0x000060b2 rtn 
- 00024452  0x000060b4 mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00024453  0x000060b5 div  0x0000003f , 0x0000000a 
- 00024454  0x000060b6 call  0x00007d62 
- 00024455  0x000060b7 quotient  0x0000003f 
- 00024456  0x000060b8 rtn 
- 00024457  0x000060bb fetch  0x00000002 , 0x0000070b 
- 00024458  0x000060bc fetcht  0x00000002 , 0x0000070d 
- 00024459  0x000060bd iadd  0x00000002 , 0x0000003f 
- 00024460  0x000060be fetcht  0x00000001 , 0x00004866 
- 00024461  0x000060bf iadd  0x00000002 , 0x0000003f 
- 00024462  0x000060c0 and  0x0000003f , 0x00000001 , 0x00000002 
- 00024463  0x000060c1 storet  0x00000001 , 0x00004866 
- 00024464  0x000060c2 branch  0x00005f99 
- 00024465  0x000060c5 fetch  0x00000002 , 0x0000070b 
- 00024466  0x000060c6 fetcht  0x00000002 , 0x0000070d 
- 00024467  0x000060c7 iadd  0x00000002 , 0x0000003f 
- 00024468  0x000060c8 fetcht  0x00000001 , 0x00004867 
- 00024469  0x000060c9 iadd  0x00000002 , 0x0000003f 
- 00024470  0x000060ca and  0x0000003f , 0x00000001 , 0x00000002 
- 00024471  0x000060cb storet  0x00000001 , 0x00004867 
- 00024472  0x000060cc branch  0x00005f99 
- 00024473  0x000060cf store  0x00000003 , 0x0000070f 
- 00024474  0x000060d0 isolate1  0x00000010 , 0x0000003f 
- 00024475  0x000060d1 branch  0x00005fa3 , 0x00000001 
- 00024476  0x000060d2 fetch  0x00000001 , 0x00000710 
- 00024477  0x000060d3 beq  0x000000ff , 0x00005faa 
- 00024478  0x000060d4 fetch  0x00000001 , 0x0000070f 
- 00024479  0x000060d6 rshift  0x0000003f , 0x0000003f 
- 00024480  0x000060d7 store  0x00000002 , 0x0000070b 
- 00024481  0x000060d8 store  0x00000002 , 0x0000070d 
- 00024482  0x000060d9 rtn 
- 00024483  0x000060db fetch  0x00000001 , 0x00000710 
- 00024484  0x000060dc beq  0x00000000 , 0x00005fa7 
- 00024485  0x000060dd fetch  0x00000003 , 0x0000070f 
- 00024486  0x000060de branch  0x00005f9f 
- 00024487  0x000060e0 jam  0x00000000 , 0x00000711 
- 00024488  0x000060e1 fetch  0x00000001 , 0x0000070f 
- 00024489  0x000060e2 branch  0x00005f9f 
- 00024490  0x000060e5 fetch  0x00000001 , 0x0000070f 
- 00024491  0x000060e6 call  0x00005fb5 
- 00024492  0x000060e7 store  0x00000001 , 0x0000070b 
- 00024493  0x000060e8 store  0x00000001 , 0x0000070d 
- 00024494  0x000060e9 branch  0x00005fb3 , 0x00000034 
- 00024495  0x000060ea setarg  0x000000ff 
- 00024496  0x000060ec store  0x00000001 , 0x0000070c 
- 00024497  0x000060ed store  0x00000001 , 0x0000070e 
- 00024498  0x000060ee rtn 
- 00024499  0x000060f0 setarg  0x00000000 
- 00024500  0x000060f1 branch  0x00005fb0 
- 00024501  0x000060f4 call  0x00005fbb 
- 00024502  0x000060f5 rshift  0x0000003f , 0x0000003f 
- 00024503  0x000060f7 call  0x00005fbc 
- 00024504  0x000060f8 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024505  0x000060f9 store  0x00000001 , 0x00000712 
- 00024506  0x000060fa rtn 
- 00024507  0x000060fd sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024508  0x000060ff store  0x00000001 , 0x00000684 
- 00024509  0x00006100 fetch  0x00000001 , 0x00000684 
- 00024510  0x00006101 rtn 
- 00024511  0x00006104 jam  0x00000000 , 0x00004861 
- 00024512  0x00006105 rtn 
- 00024513  0x00006107 jam  0x00000001 , 0x00004861 
- 00024514  0x00006108 rtn 
- 00024515  0x0000610c isub  0x00000011 , 0x0000003e 
- 00024516  0x0000610d nbranch  0x00007dc8 , 0x00000002 
- 00024517  0x0000610e isub  0x00000012 , 0x0000003e 
- 00024518  0x0000610f nbranch  0x00007dc8 , 0x00000002 
- 00024519  0x00006110 branch  0x00007dca 
- 00024520  0x00006112 isub  0x00000011 , 0x0000003e 
- 00024521  0x00006113 nrtn  0x00000002 
- 00024522  0x00006114 isub  0x00000012 , 0x0000003e 
- 00024523  0x00006115 nrtn  0x00000002 
- 00024524  0x00006116 branch  0x00007dca 
- 00024525  0x00006119 fetch  0x00000002 , 0x00004847 
- 00024526  0x0000611a call  0x00005fd4 
- 00024527  0x0000611b copy  0x0000003f , 0x00000011 
- 00024528  0x0000611c fetch  0x00000002 , 0x00004849 
- 00024529  0x0000611d call  0x00005fd4 
- 00024530  0x0000611e copy  0x0000003f , 0x00000012 
- 00024531  0x0000611f rtn 
- 00024532  0x00006122 store  0x00000002 , 0x0000070d 
- 00024533  0x00006123 fetch  0x00000001 , 0x0000070e 
- 00024534  0x00006124 beq  0x000000ff , 0x00005fda 
- 00024535  0x00006125 fetch  0x00000001 , 0x0000070d 
- 00024536  0x00006127 and_into  0x000000ff , 0x0000003f 
- 00024537  0x00006129 rtn 
- 00024538  0x0000612b fetch  0x00000002 , 0x0000070d 
- 00024539  0x0000612c sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024540  0x0000612d branch  0x00005fd8 
- 00024541  0x00006130 arg  0x0000461f , 0x00000013 
- 00024542  0x00006131 arg  0x00005fe0 , 0x00000012 
- 00024543  0x00006132 branch  0x000042e0 
- 00024544  0x00006134 fetch  0x00000004 , 0x00004613 
- 00024545  0x00006135 store  0x00000004 , 0x000045af 
- 00024546  0x00006136 jam  0x00000001 , 0x0000477d 
- 00024547  0x00006137 rtn 
- 00024548  0x0000613b fetch  0x00000001 , 0x00004740 
- 00024549  0x0000613c beq  0x00000000 , 0x00005fec 
- 00024550  0x0000613d beq  0x00000001 , 0x00005fee 
- 00024551  0x0000613e beq  0x00000002 , 0x00005fe9 
- 00024552  0x0000613f beq  0x00000003 , 0x00005ff0 
- 00024553  0x00006141 setarg  0x000ea600 
- 00024554  0x00006143 store  0x00000004 , 0x00004613 
- 00024555  0x00006144 rtn 
- 00024556  0x00006146 setarg  0x0005e740 
- 00024557  0x00006147 branch  0x00005fea 
- 00024558  0x00006149 setarg  0x000927c0 
- 00024559  0x0000614a branch  0x00005fea 
- 00024560  0x0000614c setarg  0x00124f80 
- 00024561  0x0000614d branch  0x00005fea 
- 00024562  0x00006150 bpatch  0x00000095 , 0x00004012 
- 00024563  0x00006151 jam  0x00000000 , 0x00004600 
- 00024564  0x00006152 call  0x00003647 
- 00024565  0x00006153 setarg  0xffffffff 
- 00024566  0x00006154 store  0x00000004 , 0x000045af 
- 00024567  0x00006155 setarg  0x00000000 
- 00024568  0x00006156 store  0x00000007 , 0x00004846 
- 00024569  0x00006157 jam  0x00000001 , 0x0000473f 
- 00024570  0x00006158 call  0x000059ed 
- 00024571  0x00006159 call  0x000054dc 
- 00024572  0x0000615a branch  0x0000622b 
- 00024573  0x0000615d fetch  0x00000001 , 0x0000473f 
- 00024574  0x0000615e ncall  0x00006001 , 0x00000034 
- 00024575  0x0000615f jam  0x00000000 , 0x0000473f 
- 00024576  0x00006160 rtn 
- 00024577  0x00006163 call  0x0000594c 
- 00024578  0x00006164 fetch  0x00000008 , 0x00004713 
- 00024579  0x00006165 rtnbit0  0x0000003c 
- 00024580  0x00006167 fetch  0x00000001 , 0x0000464a 
- 00024581  0x00006168 arg  0x00000040 , 0x00000002 
- 00024582  0x00006169 call  0x00006f21 
- 00024583  0x0000616a fetch  0x00000001 , 0x0000464b 
- 00024584  0x0000616b arg  0x00000040 , 0x00000002 
- 00024585  0x0000616c branch  0x00006f21 
- 00024586  0x0000616f call  0x0000600e 
- 00024587  0x00006170 fetch  0x00000001 , 0x0000473f 
- 00024588  0x00006171 nbranch  0x00006235 , 0x00000034 
- 00024589  0x00006172 branch  0x00003610 
- 00024590  0x00006175 fetch  0x00000004 , 0x000045e8 
- 00024591  0x00006176 fetcht  0x00000004 , 0x000045e4 
- 00024592  0x00006177 isub  0x00000002 , 0x0000003e 
- 00024593  0x00006178 branch  0x00006013 , 0x00000005 
- 00024594  0x00006179 branch  0x00006016 
- 00024595  0x0000617c jam  0x00000000 , 0x00004143 
- 00024596  0x0000617d jam  0x000000aa , 0x00004141 
- 00024597  0x0000617e rtn 
- 00024598  0x00006180 jam  0x000000ff , 0x00004143 
- 00024599  0x00006181 rtn 
- 00024600  0x00006184 set0  0x00000026 , 0x00000000 
- 00024601  0x00006185 jam  0x00000000 , 0x000045fc 
- 00024602  0x00006186 arg  0x00000001 , 0x00000007 
- 00024603  0x00006187 branch  0x00005f04 
- 00024604  0x0000618a fetch  0x00000008 , 0x00004713 
- 00024605  0x0000618b bbit0  0x00000011 , 0x0000602a 
- 00024606  0x0000618c call  0x00006195 
- 00024607  0x0000618d call  0x000054ac 
- 00024608  0x0000618e branch  0x00006067 , 0x00000028 
- 00024609  0x0000618f fetch  0x00000008 , 0x00004713 
- 00024610  0x00006190 bbit1  0x00000030 , 0x0000602f 
- 00024611  0x00006191 bbit0  0x00000031 , 0x0000602f 
- 00024612  0x00006192 call  0x00005883 
- 00024613  0x00006193 and  0x00000011 , 0x00000007 , 0x0000003f 
- 00024614  0x00006194 fetcht  0x00000001 , 0x00004728 
- 00024615  0x00006195 isub  0x00000002 , 0x0000003e 
- 00024616  0x00006196 branch  0x00006047 , 0x00000005 
- 00024617  0x00006197 branch  0x0000602f 
- 00024618  0x0000619a fetch  0x00000001 , 0x0000477f 
- 00024619  0x0000619b nbranch  0x00005f1b , 0x00000034 
- 00024620  0x0000619c rtn 
- 00024621  0x0000619f call  0x000054ac 
- 00024622  0x000061a0 branch  0x00006038 , 0x00000028 
- 00024623  0x000061a2 jam  0x00000000 , 0x00004666 
- 00024624  0x000061a3 fetch  0x00000002 , 0x00004721 
- 00024625  0x000061a4 store  0x00000002 , 0x000045de 
- 00024626  0x000061a5 jam  0x00000002 , 0x000045e2 
- 00024627  0x000061a6 branch  0x00003534 
- 00024628  0x000061a9 fetch  0x00000002 , 0x000045d6 
- 00024629  0x000061aa store  0x00000002 , 0x000045de 
- 00024630  0x000061ab jam  0x00000004 , 0x000045e2 
- 00024631  0x000061ac branch  0x00003534 
- 00024632  0x000061af fetch  0x00000001 , 0x00004666 
- 00024633  0x000061b0 beq  0x00000000 , 0x00006067 
- 00024634  0x000061b1 call  0x00005aa8 
- 00024635  0x000061b3 call  0x00006018 
- 00024636  0x000061b4 jam  0x00000001 , 0x00004666 
- 00024637  0x000061b5 call  0x00005c6f 
- 00024638  0x000061b6 branch  0x000054a0 
- 00024639  0x000061b9 call  0x000054ac 
- 00024640  0x000061ba branch  0x000054cd , 0x00000028 
- 00024641  0x000061bb branch  0x00005c1a 
- 00024642  0x000061be call  0x000054ac 
- 00024643  0x000061bf rtn  0x00000028 
- 00024644  0x000061c0 fetch  0x00000008 , 0x00004713 
- 00024645  0x000061c1 bbit1  0x0000003e , 0x00005ca3 
- 00024646  0x000061c2 rtn 
- 00024647  0x000061c5 call  0x00006195 
- 00024648  0x000061c6 jam  0x00000000 , 0x000045e2 
- 00024649  0x000061c7 arg  0x00000001 , 0x00000007 
- 00024650  0x000061c8 call  0x00005f00 
- 00024651  0x000061c9 setarg  0x00000000 
- 00024652  0x000061ca store  0x00000002 , 0x000045de 
- 00024653  0x000061cb call  0x00005c39 
- 00024654  0x000061cc jam  0x00000001 , 0x00004589 
- 00024655  0x000061cd fetch  0x00000008 , 0x00004713 
- 00024656  0x000061ce bbit0  0x00000016 , 0x00003291 
- 00024657  0x000061cf jam  0x00000002 , 0x00004589 
- 00024658  0x000061d0 branch  0x00003291 
- 00024659  0x000061d3 fetch  0x00000001 , 0x00004600 
- 00024660  0x000061d4 nbranch  0x00005ff2 , 0x00000034 
- 00024661  0x000061d5 fetch  0x00000001 , 0x000045e2 
- 00024662  0x000061d6 beq  0x00000002 , 0x0000605f 
- 00024663  0x000061d7 beq  0x00000004 , 0x0000606b 
- 00024664  0x000061d8 beq  0x00000003 , 0x00006070 
- 00024665  0x000061da call  0x00006018 
- 00024666  0x000061db fetch  0x00000001 , 0x0000477f 
- 00024667  0x000061dc nbranch  0x00005f1b , 0x00000034 
- 00024668  0x000061dd fetch  0x00000001 , 0x00004666 
- 00024669  0x000061de beq  0x00000000 , 0x000054cd 
- 00024670  0x000061df rtn 
- 00024671  0x000061e2 fetch  0x00000008 , 0x00004713 
- 00024672  0x000061e3 bbit1  0x0000003e , 0x00006034 
- 00024673  0x000061e4 bbit1  0x00000030 , 0x00006034 
- 00024674  0x000061e5 bbit0  0x0000003a , 0x00006067 
- 00024675  0x000061e6 fetch  0x00000004 , 0x00004691 
- 00024676  0x000061e7 fetcht  0x00000004 , 0x000046e6 
- 00024677  0x000061e8 isub  0x00000002 , 0x0000003e 
- 00024678  0x000061e9 branch  0x00006047 , 0x00000005 
- 00024679  0x000061eb fetch  0x00000002 , 0x000045dc 
- 00024680  0x000061ec store  0x00000002 , 0x000045de 
- 00024681  0x000061ed jam  0x00000003 , 0x000045e2 
- 00024682  0x000061ee branch  0x00003534 
- 00024683  0x000061f1 fetch  0x00000008 , 0x00004713 
- 00024684  0x000061f2 bbit0  0x0000003e , 0x00006059 
- 00024685  0x000061f3 fetch  0x00000001 , 0x0000471b 
- 00024686  0x000061f4 beq  0x00000001 , 0x00006059 
- 00024687  0x000061f5 branch  0x0000603b 
- 00024688  0x000061f8 fetch  0x00000008 , 0x00004713 
- 00024689  0x000061f9 bbit0  0x0000003e , 0x00006059 
- 00024690  0x000061fa bbit1  0x00000013 , 0x00006059 
- 00024691  0x000061fb bbit1  0x00000012 , 0x00006059 
- 00024692  0x000061fc branch  0x00006035 
- 00024693  0x000061ff fetch  0x00000004 , 0x0000458f 
- 00024694  0x00006200 store  0x00000004 , 0x000045e8 
- 00024695  0x00006201 store  0x00000004 , 0x00004691 
- 00024696  0x00006202 call  0x0000355a 
- 00024697  0x00006203 call  0x00005c0b 
- 00024698  0x00006204 call  0x0000618e 
- 00024699  0x00006205 call  0x00005a73 
- 00024700  0x00006206 jam  0x00000000 , 0x0000477d 
- 00024701  0x00006207 jam  0x00000000 , 0x000045fc 
- 00024702  0x00006208 jam  0x00000000 , 0x000045e2 
- 00024703  0x00006209 fetch  0x00000004 , 0x000045e8 
- 00024704  0x0000620a fetch  0x00000004 , 0x000045e4 
- 00024705  0x0000620b isub  0x00000002 , 0x0000003e 
- 00024706  0x0000620c rtn  0x00000005 
- 00024707  0x0000620d branch  0x00006042 
- 00024708  0x00006210 call  0x00005a73 
- 00024709  0x00006211 call  0x00005a84 
- 00024710  0x00006213 call  0x0000618e 
- 00024711  0x00006214 call  0x00005c0b 
- 00024712  0x00006215 arg  0x00000001 , 0x00000007 
- 00024713  0x00006216 call  0x00005f04 
- 00024714  0x00006217 setarg  0x00000000 
- 00024715  0x00006218 store  0x00000002 , 0x000045d8 
- 00024716  0x00006219 store  0x00000002 , 0x000045de 
- 00024717  0x0000621a store  0x00000001 , 0x000045fc 
- 00024718  0x0000621b store  0x00000001 , 0x00004860 
- 00024719  0x0000621c store  0x00000001 , 0x000045e2 
- 00024720  0x0000621f fetch  0x00000004 , 0x0000458f 
- 00024721  0x00006220 store  0x00000004 , 0x000045e8 
- 00024722  0x00006221 store  0x00000004 , 0x00004691 
- 00024723  0x00006222 branch  0x00005ca3 
- 00024724  0x00006225 call  0x00007de2 
- 00024725  0x00006226 branch  0x000023fd 
- 00024726  0x00006229 bpatch  0x00000096 , 0x00004012 
- 00024727  0x0000622a rtnmark0  0x00000026 
- 00024728  0x0000622b call  0x00005601 
- 00024729  0x0000622c nrtn  0x00000028 
- 00024730  0x0000622d fetch  0x00000001 , 0x0000477c 
- 00024731  0x0000622e jam  0x00000000 , 0x0000477c 
- 00024732  0x0000622f ncall  0x00006094 , 0x00000034 
- 00024733  0x00006231 fetch  0x00000008 , 0x00004713 
- 00024734  0x00006232 bbit0  0x00000016 , 0x000060a1 
- 00024735  0x00006233 fetch  0x00000001 , 0x0000496c 
- 00024736  0x00006234 nbranch  0x000060b6 , 0x00000034 
- 00024737  0x00006236 call  0x00005a74 
- 00024738  0x00006237 fetch  0x00000001 , 0x00004589 
- 00024739  0x00006238 bbit1  0x00000001 , 0x000060b0 
- 00024740  0x00006239 fetcht  0x00000001 , 0x0000451a 
- 00024741  0x0000623a fetch  0x00000001 , 0x00004846 
- 00024742  0x0000623b ior  0x00000002 , 0x0000003f 
- 00024743  0x0000623c store  0x00000001 , 0x00004846 
- 00024744  0x0000623d fetcht  0x00000001 , 0x0000451f 
- 00024745  0x0000623e fetch  0x00000001 , 0x0000484b 
- 00024746  0x0000623f iadd  0x00000002 , 0x0000003f 
- 00024747  0x00006240 store  0x00000001 , 0x0000484b 
- 00024748  0x00006241 fetcht  0x00000001 , 0x00004520 
- 00024749  0x00006242 fetch  0x00000001 , 0x0000484c 
- 00024750  0x00006243 iadd  0x00000002 , 0x0000003f 
- 00024751  0x00006244 store  0x00000001 , 0x0000484c 
- 00024752  0x00006246 jam  0x00000001 , 0x00004589 
- 00024753  0x00006247 arg  0x00000007 , 0x00000011 
- 00024754  0x00006248 arg  0x00004846 , 0x00000012 
- 00024755  0x00006249 fetch  0x00000002 , 0x0000484b 
- 00024756  0x0000624a rtn  0x00000034 
- 00024757  0x0000624b branch  0x000036db 
- 00024758  0x0000624e jam  0x00000002 , 0x00004589 
- 00024759  0x0000624f arg  0x00000009 , 0x00000011 
- 00024760  0x00006250 fetch  0x00000001 , 0x0000496d 
- 00024761  0x00006251 nbranch  0x000060bc , 0x00000034 
- 00024762  0x00006252 arg  0x00004733 , 0x00000012 
- 00024763  0x00006253 rtn 
- 00024764  0x00006255 arg  0x0000472a , 0x00000012 
- 00024765  0x00006256 rtn 
- 00024766  0x0000625c setarg  0x00000000 
- 00024767  0x0000625d store  0x00000003 , 0x000046f8 
- 00024768  0x0000625e rtn 
- 00024769  0x00006261 fetch  0x00000008 , 0x00004713 
- 00024770  0x00006262 rtnbit0  0x0000000e 
- 00024771  0x00006263 fetch  0x00000001 , 0x0000477d 
- 00024772  0x00006264 rtn  0x00000034 
- 00024773  0x00006265 fetch  0x00000001 , 0x00004602 
- 00024774  0x00006266 rtn  0x00000034 
- 00024775  0x00006267 fetch  0x00000001 , 0x000046f5 
- 00024776  0x00006268 increase  0x00000001 , 0x0000003f 
- 00024777  0x00006269 and_into  0x00000003 , 0x0000003f 
- 00024778  0x0000626a store  0x00000001 , 0x000046f5 
- 00024779  0x0000626b nrtn  0x00000034 
- 00024780  0x0000626c jam  0x00000000 , 0x000046f6 
- 00024781  0x0000626e bpatch  0x00000097 , 0x00004012 
- 00024782  0x0000626f fetch  0x00000001 , 0x000046f6 
- 00024783  0x00006270 increase  0x00000001 , 0x0000003f 
- 00024784  0x00006271 store  0x00000001 , 0x000046f6 
- 00024785  0x00006272 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00024786  0x00006273 nbranch  0x000060d9 , 0x00000002 
- 00024787  0x00006274 call  0x0000357f 
- 00024788  0x00006275 call  0x00003651 
- 00024789  0x00006276 nbranch  0x000060df , 0x00000018 
- 00024790  0x00006277 nbranch  0x000060df , 0x0000002f 
- 00024791  0x00006278 call  0x000060f2 
- 00024792  0x00006279 call  0x000060e9 
- 00024793  0x0000627b call  0x0000357b 
- 00024794  0x0000627c fetch  0x00000001 , 0x000046f7 
- 00024795  0x0000627d increase  0x00000001 , 0x0000003f 
- 00024796  0x0000627e store  0x00000001 , 0x000046f7 
- 00024797  0x0000627f beq  0x00000010 , 0x000060e1 
- 00024798  0x00006280 rtn 
- 00024799  0x00006283 call  0x00003222 
- 00024800  0x00006284 branch  0x000060cd 
- 00024801  0x00006287 jam  0x00000000 , 0x000046f7 
- 00024802  0x00006288 fetch  0x00000001 , 0x000046f8 
- 00024803  0x00006289 rtnbit1  0x00000000 
- 00024804  0x0000628a set1  0x00000000 , 0x0000003f 
- 00024805  0x0000628b store  0x00000001 , 0x000046f8 
- 00024806  0x0000628c fetch  0x00000002 , 0x00004723 
- 00024807  0x0000628d store  0x00000002 , 0x00004781 
- 00024808  0x0000628e branch  0x000059ed 
- 00024809  0x00006291 fetch  0x00000001 , 0x00004602 
- 00024810  0x00006292 branch  0x000060be , 0x00000034 
- 00024811  0x00006293 jam  0x00000000 , 0x000046f7 
- 00024812  0x00006294 fetch  0x00000001 , 0x000046f8 
- 00024813  0x00006295 rtnbit0  0x00000000 
- 00024814  0x00006296 set0  0x00000000 , 0x0000003f 
- 00024815  0x00006297 store  0x00000001 , 0x000046f8 
- 00024816  0x00006298 call  0x00005c0b 
- 00024817  0x00006299 branch  0x0000594c 
- 00024818  0x0000629c call  0x0000366e 
- 00024819  0x0000629d fetch  0x00000001 , 0x000044f8 
- 00024820  0x0000629e compare  0x00000008 , 0x0000003f , 0x000000f8 
- 00024821  0x0000629f nrtn  0x00000001 
- 00024822  0x000062a0 fetch  0x00000001 , 0x000044f9 
- 00024823  0x000062a1 beq  0x000000ff , 0x00005ff2 
- 00024824  0x000062a2 rtn 
- 00024825  0x000062a8 fetch  0x00000001 , 0x00004793 
- 00024826  0x000062a9 nrtn  0x00000034 
- 00024827  0x000062aa call  0x00005e78 
- 00024828  0x000062ab call  0x000060fe 
- 00024829  0x000062ac branch  0x00003662 
- 00024830  0x000062af arg  0x0000000c , 0x00000007 
- 00024831  0x000062b0 call  0x00007cef 
- 00024832  0x000062b1 nrtn  0x00000034 
- 00024833  0x000062b2 call  0x00006106 
- 00024834  0x000062b3 call  0x0000572c 
- 00024835  0x000062b5 arg  0x0000000c , 0x00000007 
- 00024836  0x000062b6 setarg  0x000000a0 
- 00024837  0x000062b7 branch  0x00007ce1 
- 00024838  0x000062ba fetch  0x00000008 , 0x00004713 
- 00024839  0x000062bb rtnbit0  0x00000028 
- 00024840  0x000062bd branch  0x000056bb 
- 00024841  0x000062c1 fetch  0x00000001 , 0x00004666 
- 00024842  0x000062c2 bne  0x00000000 , 0x00002421 
- 00024843  0x000062c3 fetch  0x00000001 , 0x000045ca 
- 00024844  0x000062c4 rtn  0x00000034 
- 00024845  0x000062c6 jam  0x00000002 , 0x00008042 
- 00024846  0x000062c7 jam  0x000000f8 , 0x00008130 
- 00024847  0x000062c8 rtn 
- 00024848  0x000062ce fetch  0x00000001 , 0x0000465c 
- 00024849  0x000062cf rtneq  0x000000ff 
- 00024850  0x000062d0 fetch  0x00000002 , 0x00004781 
- 00024851  0x000062d1 rtn  0x00000034 
- 00024852  0x000062d2 fetch  0x00000002 , 0x00004725 
- 00024853  0x000062d3 fetcht  0x00000002 , 0x00004781 
- 00024854  0x000062d4 isub  0x00000002 , 0x00000002 
- 00024855  0x000062d5 fetch  0x00000002 , 0x0000470f 
- 00024856  0x000062d6 isub  0x00000002 , 0x0000003f 
- 00024857  0x000062d7 branch  0x0000611c , 0x00000002 
- 00024858  0x000062d9 fetcht  0x00000001 , 0x0000465c 
- 00024859  0x000062da branch  0x000061e5 
- 00024860  0x000062dc fetcht  0x00000001 , 0x0000465c 
- 00024861  0x000062dd branch  0x000061e4 
- 00024862  0x000062e5 arg  0x00004711 , 0x00000013 
- 00024863  0x000062e6 arg  0x00006121 , 0x00000012 
- 00024864  0x000062e7 branch  0x000042e0 
- 00024865  0x000062ea bpatch  0x00000098 , 0x00004013 
- 00024866  0x000062eb fetch  0x00000001 , 0x00004957 
- 00024867  0x000062ec beq  0x00000003 , 0x00006131 
- 00024868  0x000062ed beq  0x0000000b , 0x00006131 
- 00024869  0x000062ee fetcht  0x00000001 , 0x00004690 
- 00024870  0x000062ef increase  0x00000002 , 0x00000002 
- 00024871  0x000062f1 sub  0x00000002 , 0x00000003 , 0x0000003e 
- 00024872  0x000062f2 call  0x00006134 , 0x00000002 
- 00024873  0x000062f3 ncall  0x00006138 , 0x00000002 
- 00024874  0x000062f4 copy  0x00000002 , 0x0000003f 
- 00024875  0x000062f5 iadd  0x0000003f , 0x0000003f 
- 00024876  0x000062f6 store  0x00000001 , 0x0000470c 
- 00024877  0x000062f8 jam  0x00000004 , 0x000046fe 
- 00024878  0x000062f9 call  0x00006185 
- 00024879  0x000062fa jam  0x00000001 , 0x000046fc 
- 00024880  0x000062fb branch  0x00006192 
- 00024881  0x000062fe fetcht  0x00000001 , 0x00004690 
- 00024882  0x000062ff increase  0x00000001 , 0x00000002 
- 00024883  0x00006300 branch  0x00006127 
- 00024884  0x00006303 fetch  0x00000008 , 0x00004713 
- 00024885  0x00006304 rtnbit0  0x0000001c 
- 00024886  0x00006305 increase  0x00000001 , 0x00000002 
- 00024887  0x00006306 rtn 
- 00024888  0x00006308 increase  0xfffffffd , 0x00000002 
- 00024889  0x00006309 rtn 
- 00024890  0x0000630d fetch  0x00000001 , 0x00004661 
- 00024891  0x0000630e rtneq  0x000000ff 
- 00024892  0x0000630f fetch  0x00000002 , 0x00004790 
- 00024893  0x00006310 nrtn  0x00000034 
- 00024894  0x00006311 fetch  0x00000002 , 0x000045d8 
- 00024895  0x00006312 nrtn  0x00000034 
- 00024896  0x00006313 fetch  0x00000002 , 0x000045de 
- 00024897  0x00006314 nrtn  0x00000034 
- 00024898  0x00006315 fetch  0x00000001 , 0x00004701 
- 00024899  0x00006316 nrtn  0x00000034 
- 00024900  0x00006317 fetch  0x00000001 , 0x00004712 
- 00024901  0x00006318 branch  0x00006121 , 0x00000034 
- 00024902  0x00006319 store  0x00000001 , 0x00004711 
- 00024903  0x0000631a rtn 
- 00024904  0x00006323 disable  0x00000028 
- 00024905  0x00006324 fetch  0x00000001 , 0x000046fe 
- 00024906  0x00006325 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00024907  0x00006326 nrtn  0x00000005 
- 00024908  0x00006327 branch  0x00007dba 
- 00024909  0x0000632a fetch  0x00000008 , 0x00004713 
- 00024910  0x0000632b rtnbit0  0x00000023 
- 00024911  0x0000632c rtnbit0  0x00000004 
- 00024912  0x0000632d fetch  0x00000002 , 0x00004790 
- 00024913  0x0000632e nrtn  0x00000034 
- 00024914  0x0000632f fetch  0x00000002 , 0x000045d8 
- 00024915  0x00006330 nrtn  0x00000034 
- 00024916  0x00006331 fetch  0x00000002 , 0x000045de 
- 00024917  0x00006332 nrtn  0x00000034 
- 00024918  0x00006333 fetch  0x00000001 , 0x00004701 
- 00024919  0x00006334 nrtn  0x00000034 
- 00024920  0x00006335 call  0x00006148 
- 00024921  0x00006336 rtn  0x00000028 
- 00024922  0x00006338 fetch  0x00000001 , 0x0000470e 
- 00024923  0x00006339 branch  0x00006173 , 0x00000034 
- 00024924  0x0000633b fetcht  0x00000001 , 0x00004709 
- 00024925  0x0000633c increase  0x00000001 , 0x00000002 
- 00024926  0x0000633d storet  0x00000001 , 0x00004709 
- 00024927  0x0000633e fetch  0x00000001 , 0x00004707 
- 00024928  0x0000633f isub  0x00000002 , 0x0000003e 
- 00024929  0x00006340 ncall  0x0000616a , 0x00000002 
- 00024930  0x00006341 fetch  0x00000001 , 0x00004708 
- 00024931  0x00006342 isub  0x00000002 , 0x0000003e 
- 00024932  0x00006343 nbranch  0x0000616e , 0x00000002 
- 00024933  0x00006345 fetch  0x00000008 , 0x00004713 
- 00024934  0x00006346 bbit1  0x00000024 , 0x000061d9 
- 00024935  0x00006347 bbit1  0x00000026 , 0x000061d9 
- 00024936  0x00006349 fetcht  0x00000001 , 0x00004660 
- 00024937  0x0000634a branch  0x000061e4 
- 00024938  0x0000634d jam  0x00000001 , 0x00004709 
- 00024939  0x0000634e fetch  0x00000001 , 0x0000470e 
- 00024940  0x0000634f increase  0xffffffff , 0x0000003f 
- 00024941  0x00006350 store  0x00000001 , 0x0000470e 
- 00024942  0x00006352 fetch  0x00000008 , 0x00004713 
- 00024943  0x00006353 bbit1  0x00000024 , 0x000061eb 
- 00024944  0x00006354 bbit1  0x00000026 , 0x000061eb 
- 00024945  0x00006356 fetcht  0x00000001 , 0x00004660 
- 00024946  0x00006357 branch  0x000061e5 
- 00024947  0x0000635a fetch  0x00000008 , 0x00004713 
- 00024948  0x0000635b bbit1  0x00000022 , 0x0000616e 
- 00024949  0x0000635c call  0x0000617e 
- 00024950  0x0000635d branch  0x0000615c 
- 00024951  0x00006366 jam  0x00000000 , 0x000046fb 
- 00024952  0x00006367 call  0x000061fd 
- 00024953  0x00006368 jam  0x00000000 , 0x000046fe 
- 00024954  0x00006369 fetch  0x00000001 , 0x00004707 
- 00024955  0x0000636a rshift  0x0000003f , 0x0000003f 
- 00024956  0x0000636b store  0x00000001 , 0x00004708 
- 00024957  0x0000636c rtn 
- 00024958  0x0000636e fetch  0x00000001 , 0x0000470d 
- 00024959  0x0000636f store  0x00000001 , 0x0000470e 
- 00024960  0x00006370 rtn 
- 00024961  0x00006373 fetch  0x00000001 , 0x000046fe 
- 00024962  0x00006374 beq  0x00000001 , 0x00006188 
- 00024963  0x00006375 beq  0x00000002 , 0x0000618a 
- 00024964  0x00006376 beq  0x00000003 , 0x0000618c 
- 00024965  0x00006378 fetch  0x00000001 , 0x00004705 
- 00024966  0x0000637a store  0x00000001 , 0x00004706 
- 00024967  0x0000637b rtn 
- 00024968  0x0000637d fetch  0x00000001 , 0x00004702 
- 00024969  0x0000637e branch  0x00006186 
- 00024970  0x00006380 fetch  0x00000001 , 0x00004703 
- 00024971  0x00006381 branch  0x00006186 
- 00024972  0x00006383 fetch  0x00000001 , 0x00004704 
- 00024973  0x00006384 branch  0x00006186 
- 00024974  0x00006388 bpatch  0x00000099 , 0x00004013 
- 00024975  0x00006389 fetch  0x00000001 , 0x00004700 
- 00024976  0x0000638a store  0x00000001 , 0x00004701 
- 00024977  0x0000638b jam  0x00000000 , 0x000046fc 
- 00024978  0x0000638d jam  0x00000000 , 0x000046fd 
- 00024979  0x0000638e jam  0x00000001 , 0x000046fb 
- 00024980  0x0000638f rtn 
- 00024981  0x00006393 bpatch  0x0000009a , 0x00004013 
- 00024982  0x00006394 fetch  0x00000001 , 0x00004666 
- 00024983  0x00006395 rtnne  0x00000000 
- 00024984  0x00006396 call  0x000061ae 
- 00024985  0x00006397 jam  0x00000001 , 0x000046fe 
- 00024986  0x00006398 call  0x00006188 
- 00024987  0x00006399 fetch  0x00000001 , 0x000046ff 
- 00024988  0x0000639a rtn  0x00000034 
- 00024989  0x0000639b fetch  0x00000001 , 0x0000470a 
- 00024990  0x0000639c branch  0x000061a9 
- 00024991  0x0000639f fetch  0x00000001 , 0x00004666 
- 00024992  0x000063a0 rtneq  0x00000000 
- 00024993  0x000063a1 call  0x000061ae 
- 00024994  0x000063a2 fetch  0x00000008 , 0x00004713 
- 00024995  0x000063a3 rtnbit0  0x00000021 
- 00024996  0x000063a4 jam  0x00000003 , 0x000046fe 
- 00024997  0x000063a5 call  0x0000618c 
- 00024998  0x000063a6 fetch  0x00000001 , 0x000046ff 
- 00024999  0x000063a7 rtn  0x00000034 
- 00025000  0x000063a8 fetch  0x00000001 , 0x0000470b 
- 00025001  0x000063aa store  0x00000001 , 0x0000470c 
- 00025002  0x000063ab rtn 
- 00025003  0x000063ae jam  0x00000000 , 0x000046ff 
- 00025004  0x000063af jam  0x00000002 , 0x000046fe 
- 00025005  0x000063b0 call  0x0000618a 
- 00025006  0x000063b2 jam  0x00000001 , 0x000046fb 
- 00025007  0x000063b3 jam  0x00000001 , 0x000046fc 
- 00025008  0x000063b4 branch  0x000061d8 
- 00025009  0x000063b9 fetch  0x00000001 , 0x000046fb 
- 00025010  0x000063ba rtn  0x00000034 
- 00025011  0x000063bb fetch  0x00000001 , 0x000046fc 
- 00025012  0x000063bc beq  0x00000001 , 0x000061bd 
- 00025013  0x000063be fetch  0x00000001 , 0x00004701 
- 00025014  0x000063bf branch  0x000061ba , 0x00000034 
- 00025015  0x000063c0 increase  0xffffffff 
- 00025016  0x000063c1 store  0x00000001 , 0x00004701 
- 00025017  0x000063c2 branch  0x000061d9 
- 00025018  0x000063c5 jam  0x00000000 , 0x000046fb 
- 00025019  0x000063c6 call  0x0000617e 
- 00025020  0x000063c7 branch  0x000061eb 
- 00025021  0x000063ca bpatch  0x0000009b , 0x00004013 
- 00025022  0x000063cb fetch  0x00000001 , 0x000046fe 
- 00025023  0x000063cc rtn  0x00000034 
- 00025024  0x000063cd beq  0x00000004 , 0x000061c5 
- 00025025  0x000063ce branch  0x000061c2 
- 00025026  0x000063d1 fetch  0x00000001 , 0x000046ff 
- 00025027  0x000063d2 beq  0x00000001 , 0x000061c5 
- 00025028  0x000063d3 branch  0x000061c7 
- 00025029  0x000063d6 fetch  0x00000001 , 0x0000470c 
- 00025030  0x000063d7 branch  0x000061e6 , 0x00000034 
- 00025031  0x000063d9 arg  0x00004706 , 0x00000013 
- 00025032  0x000063da arg  0x000061ca , 0x00000012 
- 00025033  0x000063db branch  0x000042e0 
- 00025034  0x000063de fetch  0x00000001 , 0x000046fe 
- 00025035  0x000063df beq  0x00000004 , 0x000061d2 
- 00025036  0x000063e0 fetch  0x00000001 , 0x000046ff 
- 00025037  0x000063e1 beq  0x00000001 , 0x000061d2 
- 00025038  0x000063e3 call  0x00006181 
- 00025039  0x000063e4 fetch  0x00000001 , 0x000046fd 
- 00025040  0x000063e5 beq  0x00000001 , 0x000061e8 
- 00025041  0x000063e6 branch  0x000061d6 
- 00025042  0x000063e9 fetch  0x00000001 , 0x0000470c 
- 00025043  0x000063ea increase  0xffffffff 
- 00025044  0x000063eb store  0x00000001 , 0x0000470c 
- 00025045  0x000063ec branch  0x000061ce 
- 00025046  0x000063f0 fetch  0x00000001 , 0x000046fe 
- 00025047  0x000063f1 beq  0x00000004 , 0x00006208 
- 00025048  0x000063f3 jam  0x00000001 , 0x000046fd 
- 00025049  0x000063f5 bpatch  0x0000009c , 0x00004013 
- 00025050  0x000063f6 fetch  0x00000001 , 0x00004666 
- 00025051  0x000063f7 beq  0x00000000 , 0x000061df 
- 00025052  0x000063f8 beq  0x00000001 , 0x000061e1 
- 00025053  0x000063f9 beq  0x00000002 , 0x000061e3 
- 00025054  0x000063fa rtn 
- 00025055  0x000063fc fetcht  0x00000001 , 0x0000465d 
- 00025056  0x000063fd branch  0x000061e4 
- 00025057  0x000063ff fetcht  0x00000001 , 0x0000465e 
- 00025058  0x00006400 branch  0x000061e4 
- 00025059  0x00006402 fetcht  0x00000001 , 0x0000465f 
- 00025060  0x00006404 branch  0x00006ef7 
- 00025061  0x00006407 branch  0x00006ef3 
- 00025062  0x0000640a jam  0x00000000 , 0x000046fb 
- 00025063  0x0000640b jam  0x00000000 , 0x000046fe 
- 00025064  0x0000640d fetch  0x00000001 , 0x000046fe 
- 00025065  0x0000640e beq  0x00000004 , 0x00006202 
- 00025066  0x00006410 jam  0x00000000 , 0x000046fd 
- 00025067  0x00006412 bpatch  0x0000009d , 0x00004013 
- 00025068  0x00006413 fetch  0x00000001 , 0x00004666 
- 00025069  0x00006414 beq  0x00000000 , 0x000061f1 
- 00025070  0x00006415 beq  0x00000001 , 0x000061f5 
- 00025071  0x00006416 beq  0x00000002 , 0x000061f9 
- 00025072  0x00006417 rtn 
- 00025073  0x00006419 fetcht  0x00000001 , 0x0000465d 
- 00025074  0x0000641a fetch  0x00000008 , 0x00004713 
- 00025075  0x0000641b bbit0  0x00000020 , 0x000061e5 
- 00025076  0x0000641c branch  0x00006f0f 
- 00025077  0x0000641e fetcht  0x00000001 , 0x0000465e 
- 00025078  0x0000641f fetch  0x00000008 , 0x00004713 
- 00025079  0x00006420 bbit0  0x00000020 , 0x000061e5 
- 00025080  0x00006421 branch  0x00006f0f 
- 00025081  0x00006423 fetcht  0x00000001 , 0x0000465f 
- 00025082  0x00006424 fetch  0x00000008 , 0x00004713 
- 00025083  0x00006425 bbit0  0x00000020 , 0x000061e5 
- 00025084  0x00006426 branch  0x00006f0f 
- 00025085  0x00006429 call  0x000061f1 
- 00025086  0x0000642a call  0x000061f5 
- 00025087  0x0000642b call  0x000061f9 
- 00025088  0x0000642c call  0x0000616e 
- 00025089  0x0000642d branch  0x00006202 
- 00025090  0x00006430 jam  0x00000000 , 0x000046fd 
- 00025091  0x00006431 fetch  0x00000008 , 0x00004713 
- 00025092  0x00006432 bbit1  0x00000025 , 0x000061ea 
- 00025093  0x00006433 bbit1  0x00000026 , 0x000061ea 
- 00025094  0x00006435 fetcht  0x00000001 , 0x00004661 
- 00025095  0x00006436 branch  0x000061e5 
- 00025096  0x00006439 jam  0x00000001 , 0x000046fd 
- 00025097  0x0000643a fetch  0x00000008 , 0x00004713 
- 00025098  0x0000643b bbit1  0x00000025 , 0x000061d8 
- 00025099  0x0000643c bbit1  0x00000026 , 0x000061d8 
- 00025100  0x0000643e fetcht  0x00000001 , 0x00004661 
- 00025101  0x0000643f branch  0x000061e4 
- 00025102  0x00006444 fetch  0x00000008 , 0x00004713 
- 00025103  0x00006445 rtnbit0  0x00000004 
- 00025104  0x00006446 fetch  0x00000001 , 0x00004709 
- 00025105  0x00006447 fetcht  0x00000001 , 0x00004708 
- 00025106  0x00006448 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00025107  0x00006449 branch  0x0000621b , 0x00000002 
- 00025108  0x0000644b fetch  0x00000001 , 0x00004666 
- 00025109  0x0000644c beq  0x00000000 , 0x00006218 
- 00025110  0x0000644d jam  0x00000001 , 0x00004094 
- 00025111  0x0000644e rtn 
- 00025112  0x00006451 fetch  0x00000008 , 0x00004713 
- 00025113  0x00006452 rtnbit1  0x00000018 
- 00025114  0x00006453 branch  0x000036ca 
- 00025115  0x00006456 fetch  0x00000001 , 0x00004666 
- 00025116  0x00006457 beq  0x00000000 , 0x000036db 
- 00025117  0x00006458 jam  0x00000000 , 0x00004094 
- 00025118  0x00006459 rtn 
- 00025119  0x0000645e fetch  0x00000001 , 0x00000009 
- 00025120  0x0000645f branch  0x000035cb 
- 00025121  0x00006462 call  0x0000621f 
- 00025122  0x00006463 branch  0x000036e8 
- 00025123  0x00006466 fetch  0x00000001 , 0x00004843 
- 00025124  0x00006467 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00025125  0x00006468 nbranch  0x00007dc8 , 0x00000001 
- 00025126  0x00006469 call  0x0000432b 
- 00025127  0x0000646a branch  0x00007dca 
- 00025128  0x0000646d fetch  0x00000002 , 0x000044e9 
- 00025129  0x0000646e bbit1  0x00000009 , 0x00006223 
- 00025130  0x0000646f rtn 
- 00025131  0x00006472 call  0x000036b4 
- 00025132  0x00006473 nrtn  0x00000028 
- 00025133  0x00006474 jam  0x00000001 , 0x0000477c 
- 00025134  0x00006475 call  0x000036be 
- 00025135  0x00006476 jam  0x00000000 , 0x00004772 
- 00025136  0x00006477 call  0x000062aa 
- 00025137  0x00006478 fetch  0x00000001 , 0x0000473f 
- 00025138  0x00006479 ncall  0x000054dc , 0x00000034 
- 00025139  0x0000647a fetch  0x00000004 , 0x000045af 
- 00025140  0x0000647b branch  0x00003622 
- 00025141  0x0000647e fetch  0x00000001 , 0x0000477b 
- 00025142  0x0000647f branch  0x00003616 , 0x00000034 
- 00025143  0x00006480 call  0x000036b4 
- 00025144  0x00006481 nrtn  0x00000028 
- 00025145  0x00006482 fetch  0x00000001 , 0x00004772 
- 00025146  0x00006483 jam  0x00000000 , 0x00004772 
- 00025147  0x00006484 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00025148  0x00006485 nbranch  0x0000625c , 0x00000005 
- 00025149  0x00006486 fetcht  0x00000002 , 0x00004622 
- 00025150  0x00006487 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00025151  0x00006488 branch  0x00006252 , 0x00000005 
- 00025152  0x0000648a fetch  0x00000004 , 0x00004767 
- 00025153  0x0000648b branch  0x00006252 , 0x00000034 
- 00025154  0x0000648d fetcht  0x00000004 , 0x00004751 
- 00025155  0x0000648e isub  0x00000002 , 0x00000002 
- 00025156  0x0000648f storet  0x00000004 , 0x00004777 
- 00025157  0x00006490 nbranch  0x00006255 , 0x00000002 
- 00025158  0x00006491 fetch  0x00000003 , 0x00004608 
- 00025159  0x00006492 isub  0x00000002 , 0x0000003f 
- 00025160  0x00006493 nbranch  0x00006260 , 0x00000002 
- 00025161  0x00006494 arg  0x00000600 , 0x00000002 
- 00025162  0x00006495 isub  0x00000002 , 0x0000003e 
- 00025163  0x00006496 nbranch  0x00006260 , 0x00000002 
- 00025164  0x00006498 store  0x00000004 , 0x00004773 
- 00025165  0x00006499 call  0x00006259 
- 00025166  0x0000649a fetch  0x00000004 , 0x00004773 
- 00025167  0x0000649c call  0x00007d25 
- 00025168  0x0000649d storet  0x00000004 , 0x000040a9 
- 00025169  0x0000649e branch  0x0000241e 
- 00025170  0x000064a1 call  0x00006259 
- 00025171  0x000064a2 fetch  0x00000003 , 0x00004608 
- 00025172  0x000064a3 branch  0x0000624c 
- 00025173  0x000064a6 sub  0x00000002 , 0x00000000 , 0x00000002 
- 00025174  0x000064a7 fetch  0x00000003 , 0x00004608 
- 00025175  0x000064a8 iadd  0x00000002 , 0x0000003f 
- 00025176  0x000064a9 branch  0x0000624c 
- 00025177  0x000064ac setarg  0x00000000 
- 00025178  0x000064ad store  0x00000004 , 0x00004777 
- 00025179  0x000064ae rtn 
- 00025180  0x000064b1 fetch  0x00000004 , 0x00004767 
- 00025181  0x000064b2 fetcht  0x00000004 , 0x00004777 
- 00025182  0x000064b3 iadd  0x00000002 , 0x0000003f 
- 00025183  0x000064b4 branch  0x00006242 
- 00025184  0x000064b7 jam  0x00000001 , 0x00004772 
- 00025185  0x000064b8 rtn 
- 00025186  0x000064bc call  0x00006264 
- 00025187  0x000064bd branch  0x00005ffd 
- 00025188  0x000064c0 fetch  0x00000001 , 0x0000477b 
- 00025189  0x000064c1 rtn  0x00000034 
- 00025190  0x000064c2 fetch  0x00000001 , 0x00004618 
- 00025191  0x000064c3 beq  0x00000001 , 0x000062a6 
- 00025192  0x000064c4 fetch  0x00000001 , 0x00004760 
- 00025193  0x000064c5 branch  0x000062a6 , 0x00000034 
- 00025194  0x000064c6 copy  0x00000019 , 0x0000003f 
- 00025195  0x000064c7 fetcht  0x00000006 , 0x00004761 
- 00025196  0x000064c8 store  0x00000006 , 0x00004761 
- 00025197  0x000064c9 call  0x00007d10 
- 00025198  0x000064ca store  0x00000004 , 0x00004767 
- 00025199  0x000064cc fetch  0x00000001 , 0x00004772 
- 00025200  0x000064cd nrtn  0x00000034 
- 00025201  0x000064ce fetch  0x00000002 , 0x00004622 
- 00025202  0x000064cf nrtn  0x00000034 
- 00025203  0x000064d0 fetch  0x00000004 , 0x00004767 
- 00025204  0x000064d2 fetcht  0x00000005 , 0x0000476b 
- 00025205  0x000064d3 iadd  0x00000002 , 0x0000003f 
- 00025206  0x000064d4 store  0x00000005 , 0x0000476b 
- 00025207  0x000064d5 fetcht  0x00000001 , 0x00004760 
- 00025208  0x000064d6 fetch  0x00000001 , 0x00004770 
- 00025209  0x000064d7 isub  0x00000002 , 0x0000003e 
- 00025210  0x000064d8 branch  0x0000627e , 0x00000005 
- 00025211  0x000064d9 increase  0x00000001 , 0x00000002 
- 00025212  0x000064da storet  0x00000001 , 0x00004760 
- 00025213  0x000064db rtn 
- 00025214  0x000064de jam  0x00000001 , 0x00004760 
- 00025215  0x000064df arg  0x00000000 , 0x00000002 
- 00025216  0x000064e0 fetch  0x00000005 , 0x0000476b 
- 00025217  0x000064e1 storet  0x00000005 , 0x0000476b 
- 00025218  0x000064e2 fetcht  0x00000001 , 0x00004770 
- 00025219  0x000064e3 idiv  0x00000002 
- 00025220  0x000064e4 call  0x00007d62 
- 00025221  0x000064e5 quotient  0x00000011 
- 00025222  0x000064e7 fetch  0x00000004 , 0x00004751 
- 00025223  0x000064e8 fetcht  0x00000001 , 0x00004771 
- 00025224  0x000064e9 isub  0x00000002 , 0x00000002 
- 00025225  0x000064ea increase  0xffffffd8 , 0x00000002 
- 00025226  0x000064ec copy  0x00000011 , 0x0000003f 
- 00025227  0x000064ed isub  0x00000002 , 0x0000003f 
- 00025228  0x000064ee branch  0x00006299 , 0x00000002 
- 00025229  0x000064ef sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00025230  0x000064f1 rshift2  0x0000003f , 0x0000003f 
- 00025231  0x000064f2 fetcht  0x00000003 , 0x00004608 
- 00025232  0x000064f3 iadd  0x00000002 , 0x00000002 
- 00025233  0x000064f4 bpatch  0x0000009e , 0x00004013 
- 00025234  0x000064f5 fetch  0x00000003 , 0x0000475d 
- 00025235  0x000064f6 arg  0x00001800 , 0x00000011 
- 00025236  0x000064f7 iadd  0x00000011 , 0x0000003f 
- 00025237  0x000064f8 isub  0x00000002 , 0x0000003e 
- 00025238  0x000064f9 nbranch  0x000062a4 , 0x00000002 
- 00025239  0x000064fa storet  0x00000003 , 0x00004608 
- 00025240  0x000064fb rtn 
- 00025241  0x000064fe rshift2  0x0000003f , 0x00000002 
- 00025242  0x000064ff fetch  0x00000003 , 0x00004608 
- 00025243  0x00006500 isub  0x00000002 , 0x00000002 
- 00025244  0x00006501 bpatch  0x0000009f , 0x00004013 
- 00025245  0x00006502 fetch  0x00000003 , 0x0000475d 
- 00025246  0x00006503 arg  0x00001800 , 0x00000011 
- 00025247  0x00006504 isub  0x00000011 , 0x0000003f 
- 00025248  0x00006505 isub  0x00000002 , 0x0000003e 
- 00025249  0x00006506 branch  0x000062a4 , 0x00000002 
- 00025250  0x00006507 storet  0x00000003 , 0x00004608 
- 00025251  0x00006508 rtn 
- 00025252  0x0000650b store  0x00000003 , 0x00004608 
- 00025253  0x0000650c rtn 
- 00025254  0x0000650f jam  0x00000001 , 0x00004760 
- 00025255  0x00006510 copy  0x00000019 , 0x0000003f 
- 00025256  0x00006511 store  0x00000006 , 0x00004761 
- 00025257  0x00006512 rtn 
- 00025258  0x00006515 setarg  0x00000000 
- 00025259  0x00006516 store  0x00000001 , 0x00004760 
- 00025260  0x00006517 store  0x00000005 , 0x0000476b 
- 00025261  0x00006518 rtn 
- 00025262  0x00006522 call  0x00007396 
- 00025263  0x00006523 rtn  0x0000002b 
- 00025264  0x00006525 setarg  0x00006327 
- 00025265  0x00006526 store  0x00000002 , 0x000043db 
- 00025266  0x00006528 setarg  0x000062d9 
- 00025267  0x00006529 store  0x00000002 , 0x000043dd 
- 00025268  0x0000652b setarg  0x0000638a 
- 00025269  0x0000652c store  0x00000002 , 0x000043df 
- 00025270  0x0000652e setarg  0x0000630e 
- 00025271  0x0000652f store  0x00000002 , 0x000043e3 
- 00025272  0x00006531 setarg  0x00006365 
- 00025273  0x00006532 store  0x00000002 , 0x00004524 
- 00025274  0x00006534 call  0x000062c2 
- 00025275  0x00006536 bpatch  0x000000a0 , 0x00004014 
- 00025276  0x00006537 call  0x00006396 
- 00025277  0x0000653a fetch  0x00000001 , 0x0000451a 
- 00025278  0x0000653b beq  0x00000000 , 0x000062d0 
- 00025279  0x0000653c fetch  0x00000001 , 0x0000451b 
- 00025280  0x0000653d store  0x00000001 , 0x000044ec 
- 00025281  0x0000653e branch  0x000063a1 
- 00025282  0x00006542 setarg  0x0000632b 
- 00025283  0x00006543 store  0x00000002 , 0x000043d5 
- 00025284  0x00006545 setarg  0x00006329 
- 00025285  0x00006546 store  0x00000002 , 0x000043d7 
- 00025286  0x00006548 setarg  0x00006340 
- 00025287  0x00006549 store  0x00000002 , 0x0000451f 
- 00025288  0x0000654b setarg  0x0000639a 
- 00025289  0x0000654c store  0x00000002 , 0x00004521 
- 00025290  0x0000654e jam  0x00000007 , 0x0000415e 
- 00025291  0x0000654f call  0x00002969 
- 00025292  0x00006550 call  0x0000638d 
- 00025293  0x00006551 call  0x00006ff7 
- 00025294  0x00006552 call  0x000078ad 
- 00025295  0x00006553 branch  0x000077ac 
- 00025296  0x00006558 jam  0x000000ff , 0x000044ec 
- 00025297  0x00006559 jam  0x00000001 , 0x0000451c 
- 00025298  0x0000655a branch  0x00006340 
- 00025299  0x0000655f fetch  0x00000001 , 0x0000451c 
- 00025300  0x00006560 beq  0x00000002 , 0x00004308 
- 00025301  0x00006561 call  0x000069b9 
- 00025302  0x00006562 fetch  0x00000001 , 0x00004441 
- 00025303  0x00006563 nbranch  0x00004308 , 0x00000034 
- 00025304  0x00006564 branch  0x0000430a 
- 00025305  0x00006569 copy  0x00000013 , 0x0000003f 
- 00025306  0x0000656c beq  0x00000014 , 0x000062e2 
- 00025307  0x0000656d beq  0x00000015 , 0x000062e6 
- 00025308  0x0000656e beq  0x0000003f , 0x000062e9 
- 00025309  0x0000656f beq  0x00000040 , 0x000062ef 
- 00025310  0x00006571 beq  0x00000010 , 0x000063b6 
- 00025311  0x00006572 beq  0x0000002c , 0x000062f5 
- 00025312  0x00006573 beq  0x0000002d , 0x00006300 
- 00025313  0x00006574 rtn 
- 00025314  0x0000657a call  0x0000632d 
- 00025315  0x0000657b setarg  0x00000000 
- 00025316  0x0000657c store  0x00000002 , 0x000044f8 
- 00025317  0x0000657d branch  0x00004325 
- 00025318  0x00006581 call  0x000078ad 
- 00025319  0x00006582 jam  0x00000000 , 0x000044f1 
- 00025320  0x00006583 branch  0x00006340 
- 00025321  0x00006587 call  0x000078ad 
- 00025322  0x00006588 jam  0x00000001 , 0x000044f1 
- 00025323  0x00006589 fetch  0x00000008 , 0x00004502 
- 00025324  0x0000658a store  0x00000008 , 0x000042d3 
- 00025325  0x0000658b call  0x0000432b 
- 00025326  0x0000658c branch  0x00002e93 
- 00025327  0x00006590 fetch  0x00000002 , 0x0000433c 
- 00025328  0x00006591 rtneq  0x00000000 
- 00025329  0x00006592 fetch  0x00000008 , 0x0000450a 
- 00025330  0x00006593 rtn  0x00000034 
- 00025331  0x00006594 store  0x00000008 , 0x000042d3 
- 00025332  0x00006595 branch  0x00002e93 
- 00025333  0x0000659d fetch  0x00000001 , 0x0000451a 
- 00025334  0x0000659e rtneq  0x00000000 
- 00025335  0x0000659f fetch  0x00000001 , 0x0000451c 
- 00025336  0x000065a0 rtnne  0x00000001 
- 00025337  0x000065a1 call  0x000062fb 
- 00025338  0x000065a2 branch  0x00004323 
- 00025339  0x000065a5 jam  0x00000001 , 0x000046bd 
- 00025340  0x000065a6 arg  0x0000000b , 0x00000039 
- 00025341  0x000065a7 arg  0x000046be , 0x00000005 
- 00025342  0x000065a8 arg  0x000046a7 , 0x00000006 
- 00025343  0x000065a9 branch  0x00007cda 
- 00025344  0x000065ac fetch  0x00000001 , 0x0000451a 
- 00025345  0x000065ad rtneq  0x00000000 
- 00025346  0x000065ae fetch  0x00000001 , 0x0000451c 
- 00025347  0x000065af beq  0x00000001 , 0x00006305 
- 00025348  0x000065b0 branch  0x000063b2 
- 00025349  0x000065b3 fetch  0x00000001 , 0x000046bd 
- 00025350  0x000065b4 rtnne  0x00000001 
- 00025351  0x000065b5 jam  0x00000000 , 0x000046bd 
- 00025352  0x000065b6 fetch  0x00000002 , 0x000044e9 
- 00025353  0x000065b7 bbit1  0x00000009 , 0x00004325 
- 00025354  0x000065b8 arg  0x0000000b , 0x00000039 
- 00025355  0x000065b9 arg  0x000046be , 0x00000006 
- 00025356  0x000065ba arg  0x000046a7 , 0x00000005 
- 00025357  0x000065bb branch  0x00007cda 
- 00025358  0x000065c2 call  0x00006311 
- 00025359  0x000065c5 call  0x00006318 
- 00025360  0x000065c9 branch  0x00006322 
- 00025361  0x000065ce arg  0x00004518 , 0x00000013 
- 00025362  0x000065cf arg  0x00006314 , 0x00000012 
- 00025363  0x000065d0 branch  0x000042e7 
- 00025364  0x000065d2 jam  0x00000002 , 0x0000451c 
- 00025365  0x000065d3 call  0x00004325 
- 00025366  0x000065d4 call  0x0000634e 
- 00025367  0x000065d5 branch  0x0000639e 
- 00025368  0x000065d9 arg  0x000046ca , 0x00000013 
- 00025369  0x000065da arg  0x0000631b , 0x00000012 
- 00025370  0x000065db branch  0x000042e0 
- 00025371  0x000065de fetch  0x00000002 , 0x000044e9 
- 00025372  0x000065df bbit1  0x00000009 , 0x0000639e 
- 00025373  0x000065e0 fetch  0x00000001 , 0x000046a7 
- 00025374  0x000065e1 beq  0x00000001 , 0x0000639e 
- 00025375  0x000065e2 beq  0x00000004 , 0x0000639e 
- 00025376  0x000065e3 beq  0x00000005 , 0x0000639e 
- 00025377  0x000065e4 branch  0x00004327 
- 00025378  0x000065e9 fetch  0x00000001 , 0x0000451c 
- 00025379  0x000065ea rtnne  0x00000001 
- 00025380  0x000065eb arg  0x000044f8 , 0x00000013 
- 00025381  0x000065ec arg  0x00006331 , 0x00000012 
- 00025382  0x000065ed branch  0x000042e7 
- 00025383  0x000065f1 call  0x00006376 
- 00025384  0x000065f2 branch  0x00007027 
- 00025385  0x000065f6 call  0x00006f35 
- 00025386  0x000065f7 branch  0x0000701b 
- 00025387  0x000065fa call  0x00006f35 
- 00025388  0x000065fb branch  0x0000739a 
- 00025389  0x00006606 fetch  0x00000002 , 0x00004514 
- 00025390  0x00006607 store  0x00000002 , 0x00004516 
- 00025391  0x00006608 store  0x00000002 , 0x00004518 
- 00025392  0x00006609 branch  0x00004315 
- 00025393  0x0000660d fetch  0x00000001 , 0x0000451c 
- 00025394  0x0000660e rtnne  0x00000001 
- 00025395  0x00006613 fetch  0x00000002 , 0x000044e9 
- 00025396  0x00006614 rtnbit1  0x00000009 
- 00025397  0x00006615 fetch  0x00000002 , 0x00004512 
- 00025398  0x00006616 store  0x00000002 , 0x00004516 
- 00025399  0x00006617 store  0x00000002 , 0x00004518 
- 00025400  0x00006618 fetch  0x00000002 , 0x000044f4 
- 00025401  0x00006619 call  0x000063c7 
- 00025402  0x0000661a call  0x00004321 
- 00025403  0x0000661b fetch  0x00000004 , 0x000044fe 
- 00025404  0x0000661c store  0x00000004 , 0x000046aa 
- 00025405  0x0000661d fetch  0x00000002 , 0x000044e9 
- 00025406  0x0000661e rtnbit1  0x0000000b 
- 00025407  0x0000661f branch  0x00004317 
- 00025408  0x00006623 fetch  0x00000001 , 0x0000451c 
- 00025409  0x00006624 rtnne  0x00000001 
- 00025410  0x00006629 fetch  0x00000002 , 0x000044f8 
- 00025411  0x0000662a fetcht  0x00000002 , 0x000044f6 
- 00025412  0x0000662b storet  0x00000002 , 0x000044f8 
- 00025413  0x0000662c nrtn  0x00000034 
- 00025414  0x0000662d fetch  0x00000002 , 0x000044f2 
- 00025415  0x0000662e call  0x000063c7 
- 00025416  0x0000662f call  0x00004321 
- 00025417  0x00006630 fetch  0x00000004 , 0x000044fa 
- 00025418  0x00006631 store  0x00000004 , 0x000046aa 
- 00025419  0x00006632 fetch  0x00000002 , 0x000044e9 
- 00025420  0x00006633 rtnbit1  0x0000000b 
- 00025421  0x00006634 branch  0x00004317 
- 00025422  0x00006637 fetch  0x00000002 , 0x000044e9 
- 00025423  0x00006638 bbit1  0x00000009 , 0x0000431f 
- 00025424  0x00006639 branch  0x0000632d 
- 00025425  0x0000663e call  0x00007dbc 
- 00025426  0x0000663f fetch  0x00000002 , 0x000044e9 
- 00025427  0x00006640 bbit1  0x00000009 , 0x00006355 
- 00025428  0x00006641 rtn 
- 00025429  0x00006644 fetch  0x00000001 , 0x000044f1 
- 00025430  0x00006645 rtn  0x00000034 
- 00025431  0x00006646 branch  0x00007dba 
- 00025432  0x0000664c call  0x00007dbc 
- 00025433  0x0000664d fetch  0x00000002 , 0x000044e9 
- 00025434  0x0000664e rtnbit1  0x00000009 
- 00025435  0x0000664f branch  0x00007dba 
- 00025436  0x00006658 branch  0x00006340 
- 00025437  0x0000665d disable  0x0000002c 
- 00025438  0x0000665e fetch  0x00000002 , 0x00004516 
- 00025439  0x0000665f store  0x00000002 , 0x00004518 
- 00025440  0x00006661 call  0x00006358 
- 00025441  0x00006662 branch  0x0000635c , 0x00000028 
- 00025442  0x00006664 call  0x00006351 
- 00025443  0x00006665 nrtn  0x00000028 
- 00025444  0x00006666 branch  0x00007dbe 
- 00025445  0x0000666b call  0x0000635d 
- 00025446  0x0000666c nrtn  0x0000002c 
- 00025447  0x0000666d deposit  0x00000011 
- 00025448  0x0000666e branch  0x0000636c , 0x00000034 
- 00025449  0x00006670 call  0x00004323 
- 00025450  0x00006671 arg  0x0000452e , 0x00000013 
- 00025451  0x00006672 branch  0x0000636e 
- 00025452  0x00006675 call  0x00004325 
- 00025453  0x00006676 arg  0x00004556 , 0x00000013 
- 00025454  0x00006679 arg  0x00000005 , 0x0000003f 
- 00025455  0x0000667a imul32  0x00000007 , 0x0000003f 
- 00025456  0x0000667b iadd  0x00000013 , 0x00000013 
- 00025457  0x0000667f ifetch  0x00000001 , 0x00000013 
- 00025458  0x00006680 rtn  0x00000034 
- 00025459  0x00006681 call  0x00006382 
- 00025460  0x00006682 increase  0x00000001 , 0x00000013 
- 00025461  0x00006683 branch  0x00006371 
- 00025462  0x00006687 fetch  0x00000002 , 0x000044e9 
- 00025463  0x00006688 bbit1  0x00000009 , 0x00006379 
- 00025464  0x00006689 rtn 
- 00025465  0x0000668c call  0x00002a28 
- 00025466  0x0000668d nrtn  0x00000034 
- 00025467  0x0000668e call  0x00006385 
- 00025468  0x0000668f nrtn  0x00000028 
- 00025469  0x00006690 pincrease  0xffffffff 
- 00025470  0x00006691 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00025471  0x00006692 arg  0x0000457e , 0x00000002 
- 00025472  0x00006693 iadd  0x00000002 , 0x00000006 
- 00025473  0x00006694 branch  0x000063cb 
- 00025474  0x00006699 store  0x00000001 , 0x00000670 
- 00025475  0x0000669a arg  0x00000670 , 0x00000011 
- 00025476  0x0000669b branch  0x000078b2 
- 00025477  0x0000669e arg  0x00000670 , 0x00000011 
- 00025478  0x0000669f call  0x000078ca 
- 00025479  0x000066a0 nrtn  0x00000028 
- 00025480  0x000066a1 fetch  0x00000001 , 0x00000670 
- 00025481  0x000066a2 rtn 
- 00025482  0x000066a6 fetch  0x00000002 , 0x00004398 
- 00025483  0x000066a7 beq  0x00000018 , 0x000062e9 
- 00025484  0x000066a8 rtn 
- 00025485  0x000066ab jam  0x00000002 , 0x000046c9 
- 00025486  0x000066ad setarg  0x00200008 
- 00025487  0x000066ae store  0x00000004 , 0x00004502 
- 00025488  0x000066af setarg  0x012c0005 
- 00025489  0x000066b0 istore  0x00000004 , 0x00000005 
- 00025490  0x000066b3 jam  0x00000017 , 0x000042e1 
- 00025491  0x000066b6 setarg  0x0000001b 
- 00025492  0x000066b7 store  0x00000002 , 0x00004332 
- 00025493  0x000066b8 branch  0x00002a41 
- 00025494  0x000066bd arg  0x00000028 , 0x00000039 
- 00025495  0x000066be arg  0x0000457e , 0x00000005 
- 00025496  0x000066bf arg  0x000094f9 , 0x00000006 
- 00025497  0x000066c0 branch  0x00007ccc 
- 00025498  0x000066d5 arg  0x00000000 , 0x00000011 
- 00025499  0x000066d6 arg  0x000046b2 , 0x00000013 
- 00025500  0x000066d7 call  0x000077ca 
- 00025501  0x000066d8 call  0x0000634e 
- 00025502  0x000066da fetch  0x00000001 , 0x000046c9 
- 00025503  0x000066db store  0x00000001 , 0x000046ca 
- 00025504  0x000066dc rtn 
- 00025505  0x000066e1 setarg  0x00000000 
- 00025506  0x000066e2 call  0x000063ad 
- 00025507  0x000066e3 jam  0x00000001 , 0x000044e4 
- 00025508  0x000066e4 call  0x00007776 
- 00025509  0x000066e5 call  0x00007780 
- 00025510  0x000066e7 fetch  0x00000001 , 0x000046d0 
- 00025511  0x000066e8 branch  0x000063aa , 0x00000034 
- 00025512  0x000066e9 fetch  0x00000001 , 0x00008132 
- 00025513  0x000066ea bbit1  0x00000004 , 0x000063b9 
- 00025514  0x000066ec fetch  0x00000002 , 0x000044e9 
- 00025515  0x000066ed rtnbit1  0x0000000c 
- 00025516  0x000066ee branch  0x00004327 
- 00025517  0x000066f1 fetcht  0x00000002 , 0x00004430 
- 00025518  0x000066f2 istore  0x00000001 , 0x00000002 
- 00025519  0x000066f3 ifetch  0x00000001 , 0x00000005 
- 00025520  0x000066f4 store  0x00000001 , 0x000044eb 
- 00025521  0x000066f5 rtn 
- 00025522  0x000066f9 fetch  0x00000002 , 0x00004430 
- 00025523  0x000066fa ifetch  0x00000001 , 0x0000003f 
- 00025524  0x000066fb rtnne  0x00000000 
- 00025525  0x000066fc branch  0x00004327 
- 00025526  0x00006700 fetcht  0x00000002 , 0x00004430 
- 00025527  0x00006701 ifetch  0x00000001 , 0x00000002 
- 00025528  0x00006702 beq  0x00000001 , 0x000063c1 
- 00025529  0x00006704 setarg  0x00000001 
- 00025530  0x00006705 fetcht  0x00000002 , 0x00004430 
- 00025531  0x00006706 istore  0x00000001 , 0x00000002 
- 00025532  0x00006707 add  0x00000002 , 0x00000002 , 0x00000006 
- 00025533  0x00006708 ifetch  0x00000001 , 0x00000006 
- 00025534  0x00006709 istore  0x00000001 , 0x000044eb 
- 00025535  0x0000670a ifetch  0x00000002 , 0x00000006 
- 00025536  0x0000670b branch  0x00007d79 
- 00025537  0x0000670e setarg  0x00000002 
- 00025538  0x0000670f call  0x000063ad 
- 00025539  0x00006710 add  0x00000002 , 0x00000005 , 0x00000006 
- 00025540  0x00006711 ifetch  0x00000002 , 0x00000006 
- 00025541  0x00006712 branch  0x00004327 , 0x00000034 
- 00025542  0x00006713 branch  0x00007d79 
- 00025543  0x00006719 store  0x00000002 , 0x000040a4 
- 00025544  0x0000671a increase  0xfffffffc , 0x0000003f 
- 00025545  0x0000671b store  0x00000002 , 0x00004389 
- 00025546  0x0000671c rtn 
- 00025547  0x0000671f ifetch  0x00000001 , 0x00000006 
- 00025548  0x00006720 copy  0x0000003f , 0x00000011 
- 00025549  0x00006721 ifetcht  0x00000002 , 0x00000006 
- 00025550  0x00006722 call  0x00007c6d 
- 00025551  0x00006723 call  0x00002dee 
- 00025552  0x00006724 copy  0x00000011 , 0x00000039 
- 00025553  0x00006725 call  0x00007c67 
- 00025554  0x00006726 branch  0x00007cda 
- 00025555  0x00006729 setarg  0x000093c0 
- 00025556  0x0000672a store  0x00000002 , 0x000042f7 
- 00025557  0x0000672b rtn 
- 00025558  0x0000672e setarg  0x000046d2 
- 00025559  0x0000672f store  0x00000002 , 0x000042f7 
- 00025560  0x00006730 rtn 
- 00025561  0x00006734 fetch  0x00000002 , 0x000046cb 
- 00025562  0x00006735 store  0x00000002 , 0x00004526 
- 00025563  0x00006736 fetch  0x00000001 , 0x000046cd 
- 00025564  0x00006737 store  0x00000001 , 0x000046a9 
- 00025565  0x00006738 store  0x00000001 , 0x000046b4 
- 00025566  0x00006739 fetch  0x00000001 , 0x000046ce 
- 00025567  0x0000673a store  0x00000001 , 0x0000451a 
- 00025568  0x0000673b fetch  0x00000001 , 0x000046cf 
- 00025569  0x0000673c store  0x00000001 , 0x0000451b 
- 00025570  0x00006742 setarg  0x00000002 
- 00025571  0x00006743 store  0x00000002 , 0x0000452e 
- 00025572  0x00006744 store  0x00000002 , 0x00004533 
- 00025573  0x00006745 setarg  0x00000006 
- 00025574  0x00006746 store  0x00000002 , 0x00004556 
- 00025575  0x00006747 store  0x00000002 , 0x0000455b 
- 00025576  0x00006748 setarg  0x00000007 
- 00025577  0x00006749 store  0x00000002 , 0x00004538 
- 00025578  0x0000674a setarg  0x00000008 
- 00025579  0x0000674b store  0x00000002 , 0x00004560 
- 00025580  0x0000674c setarg  0x0000451c 
- 00025581  0x0000674d store  0x00000002 , 0x00004430 
- 00025582  0x0000674e setarg  0x00201400 
- 00025583  0x0000674f store  0x00000003 , 0x0000451c 
- 00025584  0x00006750 jam  0x00000001 , 0x00004094 
- 00025585  0x00006751 setarg  0x00000100 
- 00025586  0x00006752 store  0x00000002 , 0x000040a4 
- 00025587  0x00006753 jam  0x00000008 , 0x000040a6 
- 00025588  0x00006754 jam  0x00000005 , 0x000040c0 
- 00025589  0x00006755 jam  0x00000002 , 0x000040c1 
- 00025590  0x00006756 setarg  0x00000096 
- 00025591  0x00006757 store  0x00000002 , 0x000044fa 
- 00025592  0x00006758 istore  0x00000002 , 0x00000005 
- 00025593  0x00006759 setarg  0x00000296 
- 00025594  0x0000675a store  0x00000002 , 0x000044fe 
- 00025595  0x0000675b istore  0x00000002 , 0x00000005 
- 00025596  0x0000675c setsect  0x00000000 , 0x00000010 
- 00025597  0x0000675d setsect  0x00000001 , 0x00008008 
- 00025598  0x0000675e setsect  0x00000002 , 0x0002c000 
- 00025599  0x0000675f setsect  0x00000003 , 0x00000004 
- 00025600  0x00006760 store  0x00000008 , 0x0000450a 
- 00025601  0x00006761 jam  0x00000001 , 0x000044ee 
- 00025602  0x00006762 setarg  0x000046a7 
- 00025603  0x00006763 store  0x00000002 , 0x000044ef 
- 00025604  0x00006764 setarg  0x00000000 
- 00025605  0x00006765 store  0x00000002 , 0x000046a7 
- 00025606  0x00006766 setsect  0x00000000 , 0x000001a0 
- 00025607  0x00006767 setsect  0x00000001 , 0x00000068 
- 00025608  0x00006768 setsect  0x00000002 , 0x00000000 
- 00025609  0x00006769 setsect  0x00000003 , 0x00000000 
- 00025610  0x0000676a store  0x00000008 , 0x000046aa 
- 00025611  0x0000676b setarg  0x00000301 
- 00025612  0x0000676c store  0x00000002 , 0x000046b2 
- 00025613  0x0000676d setsect  0x00000000 , 0x000001a0 
- 00025614  0x0000676e setsect  0x00000001 , 0x000000e8 
- 00025615  0x0000676f setsect  0x00000002 , 0x00000000 
- 00025616  0x00006770 setsect  0x00000003 , 0x00000000 
- 00025617  0x00006771 store  0x00000008 , 0x000046b5 
- 00025618  0x00006772 setarg  0x0000000e 
- 00025619  0x00006773 store  0x00000002 , 0x000044f2 
- 00025620  0x00006774 setarg  0x00000140 
- 00025621  0x00006775 store  0x00000002 , 0x000044f4 
- 00025622  0x00006776 store  0x00000002 , 0x00004389 
- 00025623  0x00006777 setarg  0x00000050 
- 00025624  0x00006778 store  0x00000002 , 0x000044f6 
- 00025625  0x00006779 jam  0x00000007 , 0x00004393 
- 00025626  0x0000677a jam  0x00000000 , 0x00004388 
- 00025627  0x0000677b setsect  0x00000000 , 0x000000fb 
- 00025628  0x0000677c setsect  0x00000001 , 0x0002c212 
- 00025629  0x0000677d setsect  0x00000002 , 0x0000800f 
- 00025630  0x0000677e setsect  0x00000003 , 0x00000021 
- 00025631  0x0000677f store  0x00000008 , 0x000043c0 
- 00025632  0x00006780 setsect  0x00000000 , 0x00000bb8 
- 00025633  0x00006781 setsect  0x00000001 , 0x000002ee 
- 00025634  0x00006782 store  0x00000004 , 0x00004512 
- 00025635  0x00006783 setarg  0x000045d8 
- 00025636  0x00006784 store  0x00000002 , 0x000043fb 
- 00025637  0x00006785 setarg  0x00002001 
- 00025638  0x00006786 store  0x00000002 , 0x000045d8 
- 00025639  0x00006787 jam  0x0000001f , 0x00004348 
- 00025640  0x00006788 setsect  0x00000000 , 0x00010102 
- 00025641  0x00006789 setsect  0x00000001 , 0x000080c1 
- 00025642  0x0000678a setsect  0x00000002 , 0x00018120 
- 00025643  0x0000678b setsect  0x00000003 , 0x0000640c 
- 00025644  0x0000678c store  0x00000009 , 0x00004349 
- 00025645  0x0000678d setsect  0x00000000 , 0x000003c1 
- 00025646  0x0000678e istore  0x00000002 , 0x00000005 
- 00025647  0x0000678f jam  0x0000001f , 0x00004368 
- 00025648  0x00006790 setsect  0x00000000 , 0x0002090d 
- 00025649  0x00006791 setsect  0x00000001 , 0x00034c15 
- 00025650  0x00006792 setsect  0x00000002 , 0x00028532 
- 00025651  0x00006793 setsect  0x00000003 , 0x0001d1d5 
- 00025652  0x00006794 store  0x00000009 , 0x00004369 
- 00025653  0x00006795 setsect  0x00000000 , 0x00026574 
- 00025654  0x00006796 setsect  0x00000001 , 0x0000001c 
- 00025655  0x00006797 istore  0x00000003 , 0x00000005 
- 00025656  0x00006798 setarg  0x00004523 
- 00025657  0x00006799 store  0x00000002 , 0x0000442c 
- 00025658  0x0000679a jam  0x00000002 , 0x00004523 
- 00025659  0x0000679b setarg  0x000045fd 
- 00025660  0x0000679c store  0x00000002 , 0x000043f8 
- 00025661  0x0000679d jam  0x00000005 , 0x000043fa 
- 00025662  0x0000679e fetch  0x00000001 , 0x000046d1 
- 00025663  0x0000679f beq  0x00000000 , 0x000063d3 
- 00025664  0x000067a0 beq  0x00000001 , 0x000063d6 
- 00025665  0x000067a1 rtn 
- 00025666  0x000067af fetch  0x00000006 , 0x00004ef4 
- 00025667  0x000067b0 store  0x00000006 , 0x00004526 
- 00025668  0x000067b1 jam  0x00000006 , 0x00004523 
- 00025669  0x000067b2 setarg  0x00004523 
- 00025670  0x000067b3 store  0x00000002 , 0x0000442c 
- 00025671  0x000067b4 rtn 
- 00025672  0x000067b8 fetch  0x00000007 , 0x00004ef4 
- 00025673  0x000067b9 store  0x00000007 , 0x00004526 
- 00025674  0x000067ba jam  0x00000007 , 0x00004523 
- 00025675  0x000067bb setarg  0x00004523 
- 00025676  0x000067bc store  0x00000002 , 0x0000442c 
- 00025677  0x000067bd rtn 
- 00025678  0x000067c1 fetch  0x00000008 , 0x00004ef4 
- 00025679  0x000067c2 store  0x00000008 , 0x00004526 
- 00025680  0x000067c3 jam  0x00000008 , 0x00004523 
- 00025681  0x000067c4 setarg  0x00004523 
- 00025682  0x000067c5 store  0x00000002 , 0x0000442c 
- 00025683  0x000067c6 rtn 
- 00025684  0x000067c9 fetch  0x00000001 , 0x00004ef3 
- 00025685  0x000067ca beq  0x00000006 , 0x00006442 
- 00025686  0x000067cb beq  0x00000007 , 0x00006448 
- 00025687  0x000067cc beq  0x00000008 , 0x0000644e 
- 00025688  0x000067cd rtn 
- 00025689  0x000067d0 bpatch  0x000000a1 , 0x00004014 
- 00025690  0x000067d2 fetch  0x00000008 , 0x00004f1a 
- 00025691  0x000067d3 store  0x00000008 , 0x00004512 
- 00025692  0x000067d4 setarg  0x00000096 
- 00025693  0x000067d5 store  0x00000002 , 0x000044f6 
- 00025694  0x000067d7 fetch  0x00000007 , 0x00004f6a 
- 00025695  0x000067d8 store  0x00000007 , 0x000046a7 
- 00025696  0x000067d9 fetch  0x00000007 , 0x00004f71 
- 00025697  0x000067da store  0x00000007 , 0x000046b2 
- 00025698  0x000067dc fetch  0x00000004 , 0x00004f78 
- 00025699  0x000067dd store  0x00000004 , 0x000044fa 
- 00025700  0x000067de fetch  0x00000004 , 0x00004f7c 
- 00025701  0x000067df store  0x00000004 , 0x000044fe 
- 00025702  0x000067e1 setarg  0x0000000e 
- 00025703  0x000067e2 store  0x00000002 , 0x000044f2 
- 00025704  0x000067e3 setarg  0x00000140 
- 00025705  0x000067e4 store  0x00000002 , 0x000044f4 
- 00025706  0x000067e5 store  0x00000002 , 0x00004389 
- 00025707  0x000067ec fetch  0x00000008 , 0x00004f12 
- 00025708  0x000067ed store  0x00000008 , 0x0000450a 
- 00025709  0x000067ee rtn 
- 00025710  0x000067f3 call  0x00007396 
- 00025711  0x000067f4 rtn  0x0000002b 
- 00025712  0x000067f6 call  0x00006454 
- 00025713  0x000067f7 call  0x00006459 
- 00025714  0x000067fa setarg  0x00006484 
- 00025715  0x000067fb store  0x00000002 , 0x000043db 
- 00025716  0x000067fd setarg  0x000064df 
- 00025717  0x000067fe store  0x00000002 , 0x000043dd 
- 00025718  0x00006800 setarg  0x000066c5 
- 00025719  0x00006801 store  0x00000002 , 0x000043df 
- 00025720  0x00006803 setarg  0x000064b5 
- 00025721  0x00006804 store  0x00000002 , 0x000043e3 
- 00025722  0x00006806 setarg  0x00006505 
- 00025723  0x00006807 store  0x00000002 , 0x00004524 
- 00025724  0x00006809 call  0x000062c2 
- 00025725  0x0000680b fetch  0x00000002 , 0x00004f97 
- 00025726  0x0000680c store  0x00000002 , 0x00004332 
- 00025727  0x0000680d fetch  0x00000008 , 0x0000450a 
- 00025728  0x0000680e store  0x00000008 , 0x00004502 
- 00025729  0x0000680f call  0x0000648e 
- 00025730  0x00006810 bpatch  0x000000a2 , 0x00004014 
- 00025731  0x00006811 branch  0x000062bd 
- 00025732  0x00006815 call  0x0000649b 
- 00025733  0x00006816 arg  0x00000009 , 0x00000007 
- 00025734  0x00006817 call  0x00007cef 
- 00025735  0x00006818 nrtn  0x00000034 
- 00025736  0x00006819 setarg  0x00000020 
- 00025737  0x0000681a arg  0x00000009 , 0x00000007 
- 00025738  0x0000681b call  0x00007ce1 
- 00025739  0x0000681c disable  0x00000028 
- 00025740  0x0000681d call  0x0000701b 
- 00025741  0x0000681e branch  0x0000656e 
- 00025742  0x00006821 setarg  0x0000001f 
- 00025743  0x00006822 mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00025744  0x00006823 arg  0x00004c12 , 0x00000002 
- 00025745  0x00006824 iadd  0x00000002 , 0x00000011 
- 00025746  0x00006825 increase  0x00000003 , 0x00000011 
- 00025747  0x00006826 arg  0x00000062 , 0x00000002 
- 00025748  0x00006827 istoret  0x00000001 , 0x00000011 
- 00025749  0x00006828 increase  0x0000000b , 0x00000011 
- 00025750  0x00006829 arg  0x00000fff , 0x0000003f 
- 00025751  0x0000682a isub  0x00000002 , 0x0000003f 
- 00025752  0x0000682b lshift4  0x0000003f , 0x0000003f 
- 00025753  0x0000682c istore  0x00000002 , 0x00000011 
- 00025754  0x0000682d rtn 
- 00025755  0x00006830 fetch  0x00000002 , 0x000044e9 
- 00025756  0x00006831 bbit1  0x00000009 , 0x000064a0 
- 00025757  0x00006832 arg  0x000045da , 0x00000005 
- 00025758  0x00006833 arg  0x00000023 , 0x00000039 
- 00025759  0x00006834 branch  0x00007ca1 
- 00025760  0x00006837 call  0x00002a28 
- 00025761  0x00006838 nrtn  0x00000034 
- 00025762  0x00006839 call  0x000078fa 
- 00025763  0x0000683a rtn  0x00000034 
- 00025764  0x0000683b fetcht  0x00000004 , 0x000049f6 
- 00025765  0x0000683c copy  0x00000022 , 0x0000003f 
- 00025766  0x0000683d isub  0x00000002 , 0x00000002 
- 00025767  0x0000683e rtn  0x00000005 
- 00025768  0x0000683f nbranch  0x000064ac , 0x00000002 
- 00025769  0x00006840 fetch  0x00000001 , 0x000049f5 
- 00025770  0x00006841 isub  0x00000002 , 0x0000003e 
- 00025771  0x00006842 rtn  0x00000002 
- 00025772  0x00006844 copy  0x00000022 , 0x0000003f 
- 00025773  0x00006845 store  0x00000004 , 0x000049f6 
- 00025774  0x00006846 call  0x00006385 
- 00025775  0x00006847 nrtn  0x00000028 
- 00025776  0x00006848 pincrease  0xffffffff 
- 00025777  0x00006849 mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00025778  0x0000684a arg  0x00004c12 , 0x00000002 
- 00025779  0x0000684b iadd  0x00000002 , 0x00000006 
- 00025780  0x0000684c branch  0x000063cb 
- 00025781  0x00006850 call  0x00006858 
- 00025782  0x00006851 call  0x0000676c 
- 00025783  0x00006852 call  0x0000675a 
- 00025784  0x00006853 call  0x000064bc 
- 00025785  0x00006854 call  0x000064d3 
- 00025786  0x00006855 call  0x00006311 
- 00025787  0x00006856 branch  0x000064d9 
- 00025788  0x00006859 arg  0x00004ed1 , 0x00000013 
- 00025789  0x0000685a arg  0x000064bf , 0x00000012 
- 00025790  0x0000685b branch  0x000042e0 
- 00025791  0x0000685e call  0x000078fa 
- 00025792  0x0000685f nrtn  0x00000034 
- 00025793  0x00006860 fetch  0x00000002 , 0x000048bc 
- 00025794  0x00006861 nrtn  0x00000034 
- 00025795  0x00006863 call  0x00006730 
- 00025796  0x00006864 branch  0x000064cd , 0x00000034 
- 00025797  0x00006865 copy  0x00000007 , 0x0000003f 
- 00025798  0x00006866 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00025799  0x00006867 branch  0x000064cf , 0x00000001 
- 00025800  0x00006869 copy  0x00000007 , 0x0000003f 
- 00025801  0x0000686a compare  0x00000001 , 0x0000003f , 0x00000007 
- 00025802  0x0000686b branch  0x000064d1 , 0x00000001 
- 00025803  0x0000686c arg  0x00004ec6 , 0x00000013 
- 00025804  0x0000686d branch  0x00006371 
- 00025805  0x00006870 arg  0x00004eda , 0x00000013 
- 00025806  0x00006871 branch  0x00006371 
- 00025807  0x00006874 arg  0x00004edf , 0x00000013 
- 00025808  0x00006875 branch  0x00006371 
- 00025809  0x00006878 arg  0x00004ee9 , 0x00000013 
- 00025810  0x00006879 branch  0x00006371 
- 00025811  0x0000687c arg  0x00004c0f , 0x00000013 
- 00025812  0x0000687d arg  0x000064d6 , 0x00000012 
- 00025813  0x0000687e branch  0x000042e0 
- 00025814  0x00006881 arg  0x0000000a , 0x00000039 
- 00025815  0x00006882 arg  0x00004a04 , 0x00000005 
- 00025816  0x00006883 branch  0x00007ca1 
- 00025817  0x00006887 arg  0x000046ca , 0x00000013 
- 00025818  0x00006888 arg  0x000064dc , 0x00000012 
- 00025819  0x00006889 branch  0x000042e0 
- 00025820  0x0000688b fetch  0x00000002 , 0x000044e9 
- 00025821  0x0000688c bbit1  0x00000009 , 0x0000639e 
- 00025822  0x0000688d branch  0x00004327 
- 00025823  0x00006890 copy  0x00000013 , 0x0000003f 
- 00025824  0x00006891 beq  0x00000014 , 0x000064f4 
- 00025825  0x00006892 beq  0x00000015 , 0x000064ef 
- 00025826  0x00006893 beq  0x00000031 , 0x000064e6 
- 00025827  0x00006894 rtneq  0x00000040 
- 00025828  0x00006895 beq  0x00000032 , 0x000066c8 
- 00025829  0x00006896 branch  0x000062d9 
- 00025830  0x00006899 jam  0x00000001 , 0x00004ed2 
- 00025831  0x0000689a call  0x00006783 
- 00025832  0x0000689c fetch  0x00000002 , 0x00004f84 
- 00025833  0x0000689d store  0x00000002 , 0x00004ebe 
- 00025834  0x0000689f fetcht  0x00000002 , 0x00004f86 
- 00025835  0x000068a0 setarg  0x00000fff 
- 00025836  0x000068a1 isub  0x00000002 , 0x0000003f 
- 00025837  0x000068a2 store  0x00000002 , 0x00004ec0 
- 00025838  0x000068a3 rtn 
- 00025839  0x000068a6 jam  0x00000000 , 0x00004ebb 
- 00025840  0x000068a7 jam  0x00000000 , 0x00004ed2 
- 00025841  0x000068a8 call  0x000065ad 
- 00025842  0x000068a9 call  0x00006500 
- 00025843  0x000068aa branch  0x000062e6 
- 00025844  0x000068ad copy  0x00000022 , 0x0000003f 
- 00025845  0x000068ae store  0x00000004 , 0x000049f6 
- 00025846  0x000068af call  0x00006729 
- 00025847  0x000068b0 branch  0x000062e2 
- 00025848  0x000068b4 disable  0x0000002c 
- 00025849  0x000068b5 fetch  0x00000002 , 0x00004516 
- 00025850  0x000068b6 store  0x00000002 , 0x00004518 
- 00025851  0x000068b7 call  0x00006358 
- 00025852  0x000068b8 branch  0x0000635c , 0x00000028 
- 00025853  0x000068b9 call  0x00006351 
- 00025854  0x000068ba nrtn  0x00000028 
- 00025855  0x000068bb branch  0x00007dbe 
- 00025856  0x000068be jam  0x00000000 , 0x00004ed5 
- 00025857  0x000068bf rtn 
- 00025858  0x000068c2 copy  0x00000007 , 0x0000003f 
- 00025859  0x000068c3 rtnne  0x00000001 
- 00025860  0x000068c4 branch  0x0000650c 
- 00025861  0x000068c7 call  0x000064f8 
- 00025862  0x000068c8 nrtn  0x0000002c 
- 00025863  0x000068c9 deposit  0x00000011 
- 00025864  0x000068ca branch  0x00006537 , 0x00000034 
- 00025865  0x000068cc bpatch  0x000000a3 , 0x00004014 
- 00025866  0x000068cd fetch  0x00000001 , 0x00004faf 
- 00025867  0x000068ce nbranch  0x00006502 , 0x00000034 
- 00025868  0x000068d0 jam  0x00000001 , 0x00004c10 
- 00025869  0x000068d1 call  0x00004323 
- 00025870  0x000068d2 call  0x0000652c 
- 00025871  0x000068d3 call  0x00006561 
- 00025872  0x000068d4 branch  0x00006500 , 0x00000002 
- 00025873  0x000068d5 copy  0x00000007 , 0x0000003f 
- 00025874  0x000068d6 fetcht  0x00000001 , 0x00004ed5 
- 00025875  0x000068d7 isub  0x00000002 , 0x0000003e 
- 00025876  0x000068d8 ncall  0x00006526 , 0x00000005 
- 00025877  0x000068d9 copy  0x00000007 , 0x0000003f 
- 00025878  0x000068da store  0x00000001 , 0x00004ed5 
- 00025879  0x000068db fetcht  0x00000001 , 0x00004ed8 
- 00025880  0x000068dc isub  0x00000002 , 0x0000003e 
- 00025881  0x000068dd branch  0x00006524 , 0x00000005 
- 00025882  0x000068de fetch  0x00000001 , 0x00004ed9 
- 00025883  0x000068df nbranch  0x0000651f , 0x00000034 
- 00025884  0x000068e1 call  0x00006732 
- 00025885  0x000068e2 arg  0x0000000a , 0x0000003f 
- 00025886  0x000068e3 branch  0x0000655a 
- 00025887  0x000068e6 call  0x0000677f 
- 00025888  0x000068e7 copy  0x00000007 , 0x0000003f 
- 00025889  0x000068e8 beq  0x00000001 , 0x0000651c 
- 00025890  0x000068e9 call  0x00006642 
- 00025891  0x000068ea branch  0x000065f4 
- 00025892  0x000068ed jam  0x00000001 , 0x00004ed6 
- 00025893  0x000068ee branch  0x000065f4 
- 00025894  0x000068f1 bpatch  0x000000a4 , 0x00004014 
- 00025895  0x000068f2 fetch  0x00000001 , 0x00004ed9 
- 00025896  0x000068f3 branch  0x000064c3 , 0x00000034 
- 00025897  0x000068f4 copy  0x00000007 , 0x0000003f 
- 00025898  0x000068f5 beq  0x00000001 , 0x000064c3 
- 00025899  0x000068f6 rtn 
- 00025900  0x000068f8 arg  0x0000000a , 0x0000003f 
- 00025901  0x000068f9 imul32  0x00000007 , 0x0000003f 
- 00025902  0x000068fa arg  0x000049fa , 0x00000013 
- 00025903  0x000068fb iadd  0x00000013 , 0x00000013 
- 00025904  0x000068fc copy  0x00000022 , 0x0000003f 
- 00025905  0x000068fd istore  0x00000004 , 0x00000013 
- 00025906  0x000068fe increase  0x00000004 , 0x00000013 
- 00025907  0x000068ff ifetch  0x00000001 , 0x00000013 
- 00025908  0x00006900 increase  0x00000001 , 0x0000003f 
- 00025909  0x00006901 istore  0x00000001 , 0x00000013 
- 00025910  0x00006902 rtn 
- 00025911  0x00006904 bpatch  0x000000a5 , 0x00004014 
- 00025912  0x00006905 fetch  0x00000001 , 0x00004ed9 
- 00025913  0x00006906 call  0x0000654b , 0x00000034 
- 00025914  0x00006908 arg  0x0000000a , 0x0000003f 
- 00025915  0x00006909 imul32  0x00000007 , 0x0000003f 
- 00025916  0x0000690a arg  0x000049fa , 0x00000013 
- 00025917  0x0000690b iadd  0x00000013 , 0x00000013 
- 00025918  0x0000690c ifetcht  0x00000004 , 0x00000013 
- 00025919  0x0000690d sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00025920  0x0000690e rtn  0x00000005 
- 00025921  0x0000690f copy  0x00000022 , 0x0000003f 
- 00025922  0x00006910 isub  0x00000002 , 0x00000002 
- 00025923  0x00006911 ncall  0x00007806 , 0x00000002 
- 00025924  0x00006912 add  0x00000013 , 0x00000009 , 0x00000006 
- 00025925  0x00006913 ifetch  0x00000001 , 0x00000006 
- 00025926  0x00006914 nbranch  0x00006566 , 0x00000034 
- 00025927  0x00006915 increase  0x00000005 , 0x00000013 
- 00025928  0x00006916 copy  0x00000022 , 0x0000003f 
- 00025929  0x00006917 istore  0x00000004 , 0x00000013 
- 00025930  0x00006918 rtn 
- 00025931  0x0000691b fetch  0x00000001 , 0x00004faf 
- 00025932  0x0000691c nbranch  0x00004323 , 0x00000034 
- 00025933  0x0000691d branch  0x00004325 
- 00025934  0x00006920 add  0x00000013 , 0x00000004 , 0x00000006 
- 00025935  0x00006921 ifetch  0x00000001 , 0x00000006 
- 00025936  0x00006922 branch  0x00006551 
- 00025937  0x00006925 call  0x0000656b 
- 00025938  0x00006926 fetch  0x00000001 , 0x00004ed9 
- 00025939  0x00006927 nbranch  0x0000655d , 0x00000034 
- 00025940  0x00006929 call  0x00006561 
- 00025941  0x0000692a branch  0x00006500 , 0x00000002 
- 00025942  0x0000692b call  0x00006738 
- 00025943  0x0000692c copy  0x00000007 , 0x0000003f 
- 00025944  0x0000692d beq  0x00000003 , 0x00006740 
- 00025945  0x0000692e arg  0x0000000f , 0x0000003f 
- 00025946  0x00006930 imul32  0x00000007 , 0x0000003f 
- 00025947  0x00006931 iadd  0x00000013 , 0x00000013 
- 00025948  0x00006932 branch  0x00006371 
- 00025949  0x00006935 copy  0x00000007 , 0x0000003f 
- 00025950  0x00006936 beq  0x00000001 , 0x00006554 
- 00025951  0x00006937 beq  0x00000003 , 0x00006554 
- 00025952  0x00006938 rtn 
- 00025953  0x0000693b call  0x00007902 
- 00025954  0x0000693c ifetcht  0x00000001 , 0x00000006 
- 00025955  0x0000693d isub  0x00000002 , 0x0000003f 
- 00025956  0x0000693e sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00025957  0x0000693f rtn 
- 00025958  0x00006942 jam  0x00000001 , 0x00004ed0 
- 00025959  0x00006943 call  0x0000656b 
- 00025960  0x00006944 arg  0x00004abe , 0x00000013 
- 00025961  0x00006945 arg  0x00000003 , 0x0000003f 
- 00025962  0x00006946 branch  0x0000655a 
- 00025963  0x00006949 arg  0x0000000a , 0x00000039 
- 00025964  0x0000694a copy  0x00000013 , 0x00000005 
- 00025965  0x0000694b branch  0x00007ca1 
- 00025966  0x0000694e fetch  0x00000002 , 0x000048bc 
- 00025967  0x0000694f store  0x00000002 , 0x0000442e 
- 00025968  0x00006950 call  0x000065be 
- 00025969  0x00006951 fetch  0x00000002 , 0x0000442e 
- 00025970  0x00006952 store  0x00000002 , 0x000048bc 
- 00025971  0x00006954 arg  0x00000000 , 0x00000007 
- 00025972  0x00006955 fetch  0x00000001 , 0x00004523 
- 00025973  0x00006956 copy  0x0000003f , 0x00000039 
- 00025974  0x00006957 arg  0x000049fa , 0x00000013 
- 00025975  0x00006959 copy  0x00000039 , 0x0000003f 
- 00025976  0x0000695a store  0x00000002 , 0x00000678 
- 00025977  0x0000695b copy  0x00000013 , 0x0000003f 
- 00025978  0x0000695c store  0x00000002 , 0x0000068c 
- 00025979  0x0000695d copy  0x00000007 , 0x0000003f 
- 00025980  0x0000695e store  0x00000002 , 0x0000067a 
- 00025981  0x0000695f call  0x000065b4 
- 00025982  0x00006961 fetch  0x00000002 , 0x0000068c 
- 00025983  0x00006962 copy  0x0000003f , 0x00000013 
- 00025984  0x00006963 fetch  0x00000002 , 0x0000067a 
- 00025985  0x00006964 copy  0x0000003f , 0x00000007 
- 00025986  0x00006965 call  0x0000658b 
- 00025987  0x00006967 fetch  0x00000002 , 0x0000067a 
- 00025988  0x00006968 add  0x0000003f , 0x00000001 , 0x00000007 
- 00025989  0x00006969 fetch  0x00000002 , 0x0000068c 
- 00025990  0x0000696a add  0x0000003f , 0x0000000a , 0x00000013 
- 00025991  0x0000696b fetch  0x00000002 , 0x00000678 
- 00025992  0x0000696c copy  0x0000003f , 0x00000039 
- 00025993  0x0000696d loop  0x00006577 
- 00025994  0x0000696e rtn 
- 00025995  0x00006971 ifetch  0x00000004 , 0x00000013 
- 00025996  0x00006972 rtn  0x00000034 
- 00025997  0x00006973 copy  0x0000003f , 0x00000002 
- 00025998  0x00006974 copy  0x00000022 , 0x0000003f 
- 00025999  0x00006975 isub  0x00000002 , 0x00000002 
- 00026000  0x00006976 nrtn  0x00000002 
- 00026001  0x00006977 setarg  0x000009c4 
- 00026002  0x00006978 isub  0x00000002 , 0x0000003e 
- 00026003  0x00006979 rtn  0x00000002 
- 00026004  0x0000697a copy  0x00000022 , 0x0000003f 
- 00026005  0x0000697b istore  0x00000004 , 0x00000013 
- 00026006  0x0000697c increase  0x00000009 , 0x00000013 
- 00026007  0x0000697d setarg  0x00000001 
- 00026008  0x0000697e istore  0x00000001 , 0x00000013 
- 00026009  0x0000697f fetch  0x00000001 , 0x00004ed0 
- 00026010  0x00006980 rtn  0x00000034 
- 00026011  0x00006981 jam  0x00000000 , 0x00004ed0 
- 00026012  0x00006982 bpatch  0x000000a6 , 0x00004014 
- 00026013  0x00006983 call  0x00006755 
- 00026014  0x00006984 fetch  0x00000001 , 0x00004ed7 
- 00026015  0x00006985 beq  0x00000000 , 0x000065a2 
- 00026016  0x00006986 beq  0x00000001 , 0x000065a5 
- 00026017  0x00006987 rtn 
- 00026018  0x0000698a call  0x000065af 
- 00026019  0x0000698b arg  0x00000003 , 0x0000003f 
- 00026020  0x0000698c branch  0x0000655a 
- 00026021  0x0000698f copy  0x00000007 , 0x0000003f 
- 00026022  0x00006990 fetcht  0x00000001 , 0x00004ed8 
- 00026023  0x00006991 isub  0x00000002 , 0x0000003e 
- 00026024  0x00006992 nbranch  0x000065a2 , 0x00000005 
- 00026025  0x00006993 fetch  0x00000001 , 0x00004ed9 
- 00026026  0x00006994 setflip  0x00000000 , 0x0000003f 
- 00026027  0x00006995 store  0x00000001 , 0x00004ed9 
- 00026028  0x00006996 nrtn  0x00000034 
- 00026029  0x00006998 jam  0x00000000 , 0x00004ed9 
- 00026030  0x00006999 branch  0x00004325 
- 00026031  0x0000699c arg  0x00004aa9 , 0x00000013 
- 00026032  0x0000699d call  0x00006730 
- 00026033  0x0000699e rtn  0x00000034 
- 00026034  0x0000699f arg  0x00004bd0 , 0x00000013 
- 00026035  0x000069a0 rtn 
- 00026036  0x000069a3 add  0x00000013 , 0x00000005 , 0x00000012 
- 00026037  0x000069a4 ifetch  0x00000004 , 0x00000012 
- 00026038  0x000069a5 rtn  0x00000034 
- 00026039  0x000069a6 copy  0x0000003f , 0x00000002 
- 00026040  0x000069a7 copy  0x00000022 , 0x0000003f 
- 00026041  0x000069a8 isub  0x00000002 , 0x00000002 
- 00026042  0x000069a9 ncall  0x00007806 , 0x00000002 
- 00026043  0x000069aa setarg  0x000003e8 
- 00026044  0x000069ab isub  0x00000002 , 0x0000003e 
- 00026045  0x000069ac branch  0x0000654e 
- 00026046  0x000069ae fetch  0x00000002 , 0x0000442c 
- 00026047  0x000069af ifetch  0x00000001 , 0x0000003f 
- 00026048  0x000069b0 rtn  0x00000034 
- 00026049  0x000069b2 setarg  0x00000000 
- 00026050  0x000069b3 store  0x00000002 , 0x000006f1 
- 00026051  0x000069b4 call  0x00007003 
- 00026052  0x000069b5 nbranch  0x000077a5 , 0x00000028 
- 00026053  0x000069b6 call  0x000077a3 
- 00026054  0x000069b7 disable  0x00000028 
- 00026055  0x000069b8 fetch  0x00000001 , 0x00004388 
- 00026056  0x000069b9 nrtn  0x00000034 
- 00026057  0x000069ba bpatch  0x000000a7 , 0x00004014 
- 00026058  0x000069bb fetch  0x00000001 , 0x00004ed7 
- 00026059  0x000069bc beq  0x00000001 , 0x000065cf 
- 00026060  0x000069bd call  0x00006628 
- 00026061  0x000069be call  0x000065dc 
- 00026062  0x000069bf rtn  0x00000028 
- 00026063  0x000069c1 call  0x000065d5 
- 00026064  0x000069c2 fetch  0x00000002 , 0x000006f1 
- 00026065  0x000069c3 store  0x00000002 , 0x000006f8 
- 00026066  0x000069c4 jam  0x00000000 , 0x000006fa 
- 00026067  0x000069c5 force  0x00000000 , 0x00000007 
- 00026068  0x000069c6 branch  0x0000703b 
- 00026069  0x000069c9 fetch  0x00000001 , 0x00004ed5 
- 00026070  0x000069ca fetcht  0x00000001 , 0x00004ed8 
- 00026071  0x000069cb isub  0x00000002 , 0x0000003e 
- 00026072  0x000069cc branch  0x00004323 , 0x00000005 
- 00026073  0x000069cd fetch  0x00000001 , 0x00004ed9 
- 00026074  0x000069ce nbranch  0x00004325 , 0x00000034 
- 00026075  0x000069cf rtn 
- 00026076  0x000069d2 arg  0x00000000 , 0x00000007 
- 00026077  0x000069d4 arg  0x00004ad3 , 0x00000012 
- 00026078  0x000069d5 arg  0x00000002 , 0x0000003f 
- 00026079  0x000069d6 imul32  0x00000007 , 0x0000003f 
- 00026080  0x000069d7 iadd  0x00000012 , 0x00000012 
- 00026081  0x000069d8 ifetch  0x00000002 , 0x00000012 
- 00026082  0x000069da rtn  0x00000034 
- 00026083  0x000069db fetcht  0x00000002 , 0x000006f1 
- 00026084  0x000069dc ixor  0x00000002 , 0x0000003e 
- 00026085  0x000069dd branch  0x000065e8 , 0x00000005 
- 00026086  0x000069de increase  0x00000001 , 0x00000007 
- 00026087  0x000069df branch  0x000065dd 
- 00026088  0x000069e2 store  0x00000002 , 0x00004adf 
- 00026089  0x000069e3 call  0x00004323 
- 00026090  0x000069e4 arg  0x00004ae1 , 0x00000013 
- 00026091  0x000069e5 arg  0x0000000a , 0x0000003f 
- 00026092  0x000069e6 imul32  0x00000007 , 0x0000003f 
- 00026093  0x000069e7 iadd  0x00000013 , 0x00000013 
- 00026094  0x000069e8 call  0x000065f0 
- 00026095  0x000069e9 branch  0x00006633 
- 00026096  0x000069ec call  0x0000677f 
- 00026097  0x000069ed ifetch  0x00000001 , 0x00000013 
- 00026098  0x000069ee rtn  0x00000034 
- 00026099  0x000069ef call  0x00006642 
- 00026100  0x000069f1 call  0x0000677f 
- 00026101  0x000069f2 call  0x00006609 
- 00026102  0x000069f3 call  0x00006614 
- 00026103  0x000069f4 call  0x0000661e 
- 00026104  0x000069f5 arg  0x00000005 , 0x0000003f 
- 00026105  0x000069f6 call  0x00006382 
- 00026106  0x000069f7 call  0x00006730 
- 00026107  0x000069f8 rtn  0x00000034 
- 00026108  0x000069f9 jam  0x00000078 , 0x000049f5 
- 00026109  0x000069fa arg  0x00000006 , 0x0000003f 
- 00026110  0x000069fb branch  0x00006382 
- 00026111  0x000069fe fetcht  0x00000001 , 0x00004eba 
- 00026112  0x000069ff call  0x00006730 
- 00026113  0x00006a00 rtn  0x00000034 
- 00026114  0x00006a01 fetcht  0x00000001 , 0x00004ebd 
- 00026115  0x00006a02 increase  0x00000001 , 0x00000002 
- 00026116  0x00006a03 fetch  0x00000001 , 0x00004ed6 
- 00026117  0x00006a04 rtn  0x00000034 
- 00026118  0x00006a05 fetcht  0x00000001 , 0x00004eba 
- 00026119  0x00006a06 jam  0x00000000 , 0x00004ed6 
- 00026120  0x00006a07 rtn 
- 00026121  0x00006a0a call  0x000065ff 
- 00026122  0x00006a0b copy  0x00000002 , 0x0000003f 
- 00026123  0x00006a0c rtn  0x00000034 
- 00026124  0x00006a0d store  0x00000001 , 0x00004ec3 
- 00026125  0x00006a0f arg  0x00000013 , 0x0000003f 
- 00026126  0x00006a10 call  0x00006382 
- 00026127  0x00006a11 fetch  0x00000001 , 0x00004ec3 
- 00026128  0x00006a12 increase  0xffffffff , 0x0000003f 
- 00026129  0x00006a13 store  0x00000001 , 0x00004ec3 
- 00026130  0x00006a14 rtn  0x00000034 
- 00026131  0x00006a15 branch  0x0000660d 
- 00026132  0x00006a18 fetch  0x00000001 , 0x00004ebc 
- 00026133  0x00006a19 rtn  0x00000034 
- 00026134  0x00006a1a store  0x00000001 , 0x00004ec4 
- 00026135  0x00006a1c arg  0x00000020 , 0x0000003f 
- 00026136  0x00006a1d call  0x00006382 
- 00026137  0x00006a1e fetch  0x00000001 , 0x00004ec4 
- 00026138  0x00006a1f increase  0xffffffff , 0x0000003f 
- 00026139  0x00006a20 store  0x00000001 , 0x00004ec4 
- 00026140  0x00006a21 rtn  0x00000034 
- 00026141  0x00006a22 branch  0x00006617 
- 00026142  0x00006a25 fetch  0x00000001 , 0x00004ebd 
- 00026143  0x00006a26 rtn  0x00000034 
- 00026144  0x00006a27 store  0x00000001 , 0x00004ec5 
- 00026145  0x00006a29 arg  0x00000021 , 0x0000003f 
- 00026146  0x00006a2a call  0x00006382 
- 00026147  0x00006a2b fetch  0x00000001 , 0x00004ec5 
- 00026148  0x00006a2c increase  0xffffffff , 0x0000003f 
- 00026149  0x00006a2d store  0x00000001 , 0x00004ec5 
- 00026150  0x00006a2e rtn  0x00000034 
- 00026151  0x00006a2f branch  0x00006621 
- 00026152  0x00006a32 fetch  0x00000002 , 0x00004adf 
- 00026153  0x00006a33 rtn  0x00000034 
- 00026154  0x00006a34 fetcht  0x00000002 , 0x000006f1 
- 00026155  0x00006a35 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00026156  0x00006a36 branch  0x00006636 , 0x00000005 
- 00026157  0x00006a37 isub  0x00000002 , 0x0000003e 
- 00026158  0x00006a38 rtn  0x00000005 
- 00026159  0x00006a39 storet  0x00000002 , 0x00004adf 
- 00026160  0x00006a3a fetch  0x00000002 , 0x00004ed3 
- 00026161  0x00006a3b isub  0x00000002 , 0x0000003e 
- 00026162  0x00006a3c call  0x00004325 , 0x00000005 
- 00026163  0x00006a3e fetch  0x00000002 , 0x000006f1 
- 00026164  0x00006a3f store  0x00000002 , 0x0000442e 
- 00026165  0x00006a40 branch  0x00007dba 
- 00026166  0x00006a42 jam  0x00000001 , 0x00004ed0 
- 00026167  0x00006a43 call  0x00004325 
- 00026168  0x00006a44 arg  0x00004b1d , 0x00000013 
- 00026169  0x00006a45 call  0x000065f0 
- 00026170  0x00006a46 setarg  0x00000000 
- 00026171  0x00006a47 store  0x00000002 , 0x00004adf 
- 00026172  0x00006a48 jam  0x00000032 , 0x000048ae 
- 00026173  0x00006a49 call  0x00006633 
- 00026174  0x00006a4a fetch  0x00000001 , 0x00004523 
- 00026175  0x00006a4b mul32  0x0000003f , 0x0000000a , 0x00000039 
- 00026176  0x00006a4c arg  0x000049fa , 0x00000005 
- 00026177  0x00006a4d branch  0x00007ca1 
- 00026178  0x00006a4f bpatch  0x000000a8 , 0x00004015 
- 00026179  0x00006a50 fetch  0x00000001 , 0x00004ed7 
- 00026180  0x00006a51 beq  0x00000001 , 0x00006647 
- 00026181  0x00006a52 beq  0x00000000 , 0x0000664d 
- 00026182  0x00006a53 rtn 
- 00026183  0x00006a55 copy  0x00000007 , 0x0000003f 
- 00026184  0x00006a56 beq  0x00000005 , 0x00006676 
- 00026185  0x00006a57 beq  0x00000000 , 0x00006693 
- 00026186  0x00006a58 beq  0x00000004 , 0x0000669b 
- 00026187  0x00006a59 beq  0x00000002 , 0x000066be 
- 00026188  0x00006a5a rtn 
- 00026189  0x00006a5c ifetch  0x00000001 , 0x00000013 
- 00026190  0x00006a5d beq  0x00000001 , 0x00006676 
- 00026191  0x00006a5e beq  0x00000002 , 0x00006693 
- 00026192  0x00006a5f beq  0x00000003 , 0x0000669b 
- 00026193  0x00006a60 beq  0x00000004 , 0x000066be 
- 00026194  0x00006a61 beq  0x00000005 , 0x00006654 
- 00026195  0x00006a62 rtn 
- 00026196  0x00006a64 call  0x00006730 
- 00026197  0x00006a65 nbranch  0x0000665e , 0x00000034 
- 00026198  0x00006a66 setarg  0x00000004 
- 00026199  0x00006a67 mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00026200  0x00006a68 arg  0x00004c12 , 0x00000002 
- 00026201  0x00006a69 iadd  0x00000002 , 0x00000005 
- 00026202  0x00006a6a increase  0x00000003 , 0x00000005 
- 00026203  0x00006a6b fetch  0x00000003 , 0x00004b27 
- 00026204  0x00006a6c istore  0x00000003 , 0x00000005 
- 00026205  0x00006a6d rtn 
- 00026206  0x00006a6f setarg  0x00000004 
- 00026207  0x00006a70 mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00026208  0x00006a71 arg  0x00004c12 , 0x00000002 
- 00026209  0x00006a72 iadd  0x00000002 , 0x00000005 
- 00026210  0x00006a73 increase  0x00000003 , 0x00000005 
- 00026211  0x00006a74 fetch  0x00000002 , 0x00004ebe 
- 00026212  0x00006a75 istore  0x00000003 , 0x00000005 
- 00026213  0x00006a76 increase  0x00000007 , 0x00000005 
- 00026214  0x00006a77 fetch  0x00000002 , 0x00004ec0 
- 00026215  0x00006a78 lshift4  0x0000003f , 0x0000003f 
- 00026216  0x00006a79 lshift8  0x0000003f , 0x0000003f 
- 00026217  0x00006a7a istore  0x00000003 , 0x00000005 
- 00026218  0x00006a7b rtn 
- 00026219  0x00006a7e fetch  0x00000001 , 0x00004ebc 
- 00026220  0x00006a7f rtn  0x00000034 
- 00026221  0x00006a80 increase  0xffffffff , 0x0000003f 
- 00026222  0x00006a81 store  0x00000001 , 0x00004ebc 
- 00026223  0x00006a82 arg  0x00000062 , 0x0000003f 
- 00026224  0x00006a83 rtn 
- 00026225  0x00006a85 arg  0x0000000a , 0x00000002 
- 00026226  0x00006a86 call  0x00006730 
- 00026227  0x00006a87 rtn  0x00000034 
- 00026228  0x00006a88 arg  0x00000007 , 0x00000002 
- 00026229  0x00006a89 rtn 
- 00026230  0x00006a8b call  0x00006671 
- 00026231  0x00006a8c fetch  0x00000002 , 0x00004ebe 
- 00026232  0x00006a8d isub  0x00000002 , 0x0000003e 
- 00026233  0x00006a8e ncall  0x0000666b , 0x00000002 
- 00026234  0x00006a8f nrtn  0x00000002 
- 00026235  0x00006a90 isub  0x00000002 , 0x0000003f 
- 00026236  0x00006a92 store  0x00000002 , 0x00004ebe 
- 00026237  0x00006a94 bpatch  0x000000a9 , 0x00004015 
- 00026238  0x00006a95 fetch  0x00000002 , 0x00004ebe 
- 00026239  0x00006a96 fetcht  0x00000002 , 0x00004ec0 
- 00026240  0x00006a97 lshift8  0x00000002 , 0x00000002 
- 00026241  0x00006a98 lshift4  0x00000002 , 0x00000002 
- 00026242  0x00006a99 iadd  0x00000002 , 0x0000003f 
- 00026243  0x00006a9a store  0x00000003 , 0x00004b27 
- 00026244  0x00006a9b branch  0x00006654 
- 00026245  0x00006a9d fetch  0x00000002 , 0x00004ebe 
- 00026246  0x00006a9e arg  0x00000062 , 0x00000002 
- 00026247  0x00006a9f isub  0x00000002 , 0x00000002 
- 00026248  0x00006aa0 nrtn  0x00000002 
- 00026249  0x00006aa1 copy  0x00000002 , 0x0000003f 
- 00026250  0x00006aa2 fetcht  0x00000001 , 0x00004ebc 
- 00026251  0x00006aa3 sub  0x00000002 , 0x00000003 , 0x0000003e 
- 00026252  0x00006aa4 branch  0x00006690 , 0x00000005 
- 00026253  0x00006aa5 increase  0x00000001 , 0x00000002 
- 00026254  0x00006aa6 storet  0x00000001 , 0x00004ebc 
- 00026255  0x00006aa7 branch  0x0000667c 
- 00026256  0x00006aa9 jam  0x00000000 , 0x00004ebc 
- 00026257  0x00006aaa arg  0x00000000 , 0x0000003f 
- 00026258  0x00006aab branch  0x0000667c 
- 00026259  0x00006aad call  0x00006730 
- 00026260  0x00006aae ncall  0x00006685 , 0x00000034 
- 00026261  0x00006aaf call  0x00006671 
- 00026262  0x00006ab0 fetch  0x00000002 , 0x00004ebe 
- 00026263  0x00006ab2 iadd  0x00000002 , 0x0000003f 
- 00026264  0x00006ab3 arg  0x00000fff , 0x00000002 
- 00026265  0x00006ab4 call  0x00007d6c 
- 00026266  0x00006ab5 branch  0x0000667c 
- 00026267  0x00006ab8 call  0x00006671 
- 00026268  0x00006ab9 fetch  0x00000002 , 0x00004ec0 
- 00026269  0x00006aba isub  0x00000002 , 0x0000003f 
- 00026270  0x00006abb store  0x00000002 , 0x00004ec0 
- 00026271  0x00006abd fetcht  0x00000002 , 0x00004ec0 
- 00026272  0x00006abe call  0x00006730 
- 00026273  0x00006abf branch  0x0000667d , 0x00000034 
- 00026274  0x00006ac0 setarg  0x00000fff 
- 00026275  0x00006ac1 isub  0x00000002 , 0x0000003f 
- 00026276  0x00006ac2 arg  0x00000062 , 0x00000002 
- 00026277  0x00006ac3 isub  0x00000002 , 0x00000002 
- 00026278  0x00006ac4 nbranch  0x0000667d , 0x00000002 
- 00026279  0x00006ac5 setarg  0x00000fff 
- 00026280  0x00006ac6 isub  0x00000002 , 0x0000003f 
- 00026281  0x00006ac7 fetcht  0x00000001 , 0x00004ebd 
- 00026282  0x00006ac8 sub  0x00000002 , 0x00000005 , 0x0000003e 
- 00026283  0x00006ac9 branch  0x000066af , 0x00000005 
- 00026284  0x00006aca increase  0x00000001 , 0x00000002 
- 00026285  0x00006acb storet  0x00000001 , 0x00004ebd 
- 00026286  0x00006acc branch  0x000066bc 
- 00026287  0x00006ace jam  0x00000000 , 0x00004ebd 
- 00026288  0x00006ad0 setarg  0x00000fff 
- 00026289  0x00006ad1 branch  0x000066bc 
- 00026290  0x00006ad4 call  0x00006730 
- 00026291  0x00006ad5 branch  0x000066b0 , 0x00000034 
- 00026292  0x00006ad6 fetch  0x00000001 , 0x00004ebd 
- 00026293  0x00006ad7 branch  0x000066b0 , 0x00000034 
- 00026294  0x00006ad8 increase  0xffffffff , 0x0000003f 
- 00026295  0x00006ad9 store  0x00000001 , 0x00004ebd 
- 00026296  0x00006ada setarg  0x00000fff 
- 00026297  0x00006adb arg  0x00000062 , 0x00000002 
- 00026298  0x00006adc isub  0x00000002 , 0x0000003f 
- 00026299  0x00006add iadd  0x00000011 , 0x0000003f 
- 00026300  0x00006adf store  0x00000002 , 0x00004ec0 
- 00026301  0x00006ae0 branch  0x0000667d 
- 00026302  0x00006ae2 call  0x00006671 
- 00026303  0x00006ae3 fetch  0x00000002 , 0x00004ec0 
- 00026304  0x00006ae5 iadd  0x00000002 , 0x0000003f 
- 00026305  0x00006ae6 arg  0x00000fff , 0x00000002 
- 00026306  0x00006ae7 isub  0x00000002 , 0x00000011 
- 00026307  0x00006ae8 branch  0x000066b2 , 0x00000002 
- 00026308  0x00006ae9 branch  0x000066bc 
- 00026309  0x00006aed fetch  0x00000002 , 0x00004398 
- 00026310  0x00006aee beq  0x00000024 , 0x000062e9 
- 00026311  0x00006aef rtn 
- 00026312  0x00006af2 arg  0x00000017 , 0x00000011 
- 00026313  0x00006af3 arg  0x00000004 , 0x00000012 
- 00026314  0x00006af4 call  0x000029fb 
- 00026315  0x00006af5 setarg  0x00000006 
- 00026316  0x00006af6 istore  0x00000001 , 0x00000005 
- 00026317  0x00006af7 setarg  0x00000001 
- 00026318  0x00006af8 istore  0x00000002 , 0x00000005 
- 00026319  0x00006af9 setarg  0x0000ffff 
- 00026320  0x00006afa istore  0x00000002 , 0x00000005 
- 00026321  0x00006afb setarg  0x00002800 
- 00026322  0x00006afc istore  0x00000002 , 0x00000005 
- 00026323  0x00006afd arg  0x000049e4 , 0x00000006 
- 00026324  0x00006afe branch  0x00007c8f 
- 00026325  0x00006b02 bpatch  0x000000aa , 0x00004015 
- 00026326  0x00006b03 copy  0x00000011 , 0x00000006 
- 00026327  0x00006b04 ifetch  0x00000003 , 0x00000006 
- 00026328  0x00006b05 store  0x00000003 , 0x00004397 
- 00026329  0x00006b06 beq  0x00000007 , 0x00006704 
- 00026330  0x00006b07 beq  0x00000001 , 0x00006725 
- 00026331  0x00006b08 beq  0x0000000a , 0x000066f4 
- 00026332  0x00006b09 beq  0x0000000c , 0x000066de 
- 00026333  0x00006b0a branch  0x00002b96 
- 00026334  0x00006b0d ifetch  0x00000002 , 0x00000006 
- 00026335  0x00006b0e store  0x00000002 , 0x000006b5 
- 00026336  0x00006b0f iforce  0x00000011 
- 00026337  0x00006b10 fetcht  0x00000002 , 0x00004398 
- 00026338  0x00006b11 fetch  0x00000002 , 0x00004332 
- 00026339  0x00006b12 isub  0x00000002 , 0x0000003e 
- 00026340  0x00006b13 nbranch  0x00002d50 , 0x00000005 
- 00026341  0x00006b14 call  0x00006730 
- 00026342  0x00006b15 nbranch  0x000066e9 , 0x00000034 
- 00026343  0x00006b16 fetcht  0x00000002 , 0x000049e0 
- 00026344  0x00006b17 branch  0x000066ea 
- 00026345  0x00006b1a fetcht  0x00000002 , 0x000049e2 
- 00026346  0x00006b1c arg  0x000048be , 0x00000006 
- 00026347  0x00006b1d call  0x00007c6d 
- 00026348  0x00006b1e copy  0x00000002 , 0x0000003f 
- 00026349  0x00006b1f isub  0x00000011 , 0x0000003f 
- 00026350  0x00006b20 nbranch  0x00002e03 , 0x00000002 
- 00026351  0x00006b21 increase  0x00000001 , 0x0000003f 
- 00026352  0x00006b22 sub  0x0000003f , 0x00000017 , 0x0000003e 
- 00026353  0x00006b23 branch  0x00002d59 , 0x00000002 
- 00026354  0x00006b24 force  0x00000017 , 0x0000003f 
- 00026355  0x00006b25 branch  0x00002d59 
- 00026356  0x00006b28 fetcht  0x00000002 , 0x00004398 
- 00026357  0x00006b29 fetch  0x00000001 , 0x00004321 
- 00026358  0x00006b2a bbit1  0x00000003 , 0x000066f8 
- 00026359  0x00006b2b branch  0x00002d1d 
- 00026360  0x00006b2d fetch  0x00000002 , 0x00004332 
- 00026361  0x00006b2e isub  0x00000002 , 0x0000003e 
- 00026362  0x00006b2f nbranch  0x00002d1d , 0x00000005 
- 00026363  0x00006b30 call  0x00002dc7 
- 00026364  0x00006b31 nbranch  0x000066fe , 0x00000028 
- 00026365  0x00006b32 branch  0x00002d46 
- 00026366  0x00006b35 fetch  0x00000002 , 0x00004332 
- 00026367  0x00006b36 isub  0x00000002 , 0x0000003e 
- 00026368  0x00006b37 nbranch  0x00002d1d , 0x00000005 
- 00026369  0x00006b38 arg  0x000048be , 0x00000006 
- 00026370  0x00006b39 force  0x00000017 , 0x0000003f 
- 00026371  0x00006b3a branch  0x00002d2d 
- 00026372  0x00006b3e bpatch  0x000000ab , 0x00004015 
- 00026373  0x00006b3f jam  0x00000005 , 0x00004eba 
- 00026374  0x00006b40 jam  0x00000001 , 0x000049f4 
- 00026375  0x00006b41 jam  0x00000001 , 0x00004ec2 
- 00026376  0x00006b42 jam  0x000000f0 , 0x000049f5 
- 00026377  0x00006b43 jam  0x0000000a , 0x00004ed1 
- 00026378  0x00006b44 jam  0x00000001 , 0x00004ed6 
- 00026379  0x00006b45 call  0x000067bf 
- 00026380  0x00006b46 fetch  0x00000001 , 0x00004ed2 
- 00026381  0x00006b47 rtn  0x00000034 
- 00026382  0x00006b48 call  0x00006783 
- 00026383  0x00006b49 arg  0x00000062 , 0x00000002 
- 00026384  0x00006b4b fetch  0x00000002 , 0x00004f88 
- 00026385  0x00006b4c arg  0x00004ebe , 0x00000011 
- 00026386  0x00006b4d arg  0x00004ebc , 0x00000012 
- 00026387  0x00006b4e call  0x0000671e 
- 00026388  0x00006b4f arg  0x00000062 , 0x00000002 
- 00026389  0x00006b51 fetch  0x00000002 , 0x00004f8a 
- 00026390  0x00006b52 arg  0x00004ec0 , 0x00000011 
- 00026391  0x00006b53 arg  0x00004ebd , 0x00000012 
- 00026392  0x00006b54 call  0x0000671e 
- 00026393  0x00006b55 setarg  0x00000fff 
- 00026394  0x00006b56 fetcht  0x00000002 , 0x00004ec0 
- 00026395  0x00006b57 isub  0x00000002 , 0x0000003f 
- 00026396  0x00006b58 store  0x00000002 , 0x00004ec0 
- 00026397  0x00006b59 rtn 
- 00026398  0x00006b5b idiv  0x00000002 
- 00026399  0x00006b5c call  0x00007d62 
- 00026400  0x00006b5d quotient  0x0000003f 
- 00026401  0x00006b5e remainder  0x00000002 
- 00026402  0x00006b5f istore  0x00000001 , 0x00000012 
- 00026403  0x00006b60 istoret  0x00000002 , 0x00000011 
- 00026404  0x00006b61 rtn 
- 00026405  0x00006b63 increase  0xfffffffe , 0x00000006 
- 00026406  0x00006b64 ifetch  0x00000001 , 0x00000006 
- 00026407  0x00006b65 beq  0x00000006 , 0x0000672e 
- 00026408  0x00006b66 rtn 
- 00026409  0x00006b68 jam  0x00000001 , 0x00004eba 
- 00026410  0x00006b69 jam  0x00000000 , 0x000049f4 
- 00026411  0x00006b6a jam  0x00000000 , 0x00004ec2 
- 00026412  0x00006b6b jam  0x0000000a , 0x000049f5 
- 00026413  0x00006b6c rtn 
- 00026414  0x00006b6f call  0x00006729 
- 00026415  0x00006b70 branch  0x000067bf 
- 00026416  0x00006b73 fetch  0x00000001 , 0x000049f4 
- 00026417  0x00006b74 rtn 
- 00026418  0x00006b78 arg  0x00004f24 , 0x00000013 
- 00026419  0x00006b79 call  0x00006730 
- 00026420  0x00006b7a rtn  0x00000034 
- 00026421  0x00006b7b jam  0x00000078 , 0x000049f5 
- 00026422  0x00006b7c arg  0x00004b2b , 0x00000013 
- 00026423  0x00006b7d rtn 
- 00026424  0x00006b80 arg  0x00004a40 , 0x00000013 
- 00026425  0x00006b81 call  0x00006730 
- 00026426  0x00006b82 rtn  0x00000034 
- 00026427  0x00006b83 arg  0x00004b67 , 0x00000013 
- 00026428  0x00006b84 jam  0x0000000c , 0x000049f5 
- 00026429  0x00006b85 copy  0x00000007 , 0x0000003f 
- 00026430  0x00006b86 rtneq  0x00000001 
- 00026431  0x00006b87 rtn 
- 00026432  0x00006b89 bpatch  0x000000ac , 0x00004015 
- 00026433  0x00006b8a fetch  0x00000001 , 0x00004c0e 
- 00026434  0x00006b8b setflip  0x00000000 , 0x0000003f 
- 00026435  0x00006b8c store  0x00000001 , 0x00004c0e 
- 00026436  0x00006b8d beq  0x00000000 , 0x00006749 
- 00026437  0x00006b8e beq  0x00000001 , 0x00006747 
- 00026438  0x00006b8f rtn 
- 00026439  0x00006b91 call  0x00006750 
- 00026440  0x00006b92 branch  0x00006371 
- 00026441  0x00006b94 call  0x0000674b 
- 00026442  0x00006b95 branch  0x00006371 
- 00026443  0x00006b97 arg  0x00004a6d , 0x00000013 
- 00026444  0x00006b98 call  0x00006730 
- 00026445  0x00006b99 rtn  0x00000034 
- 00026446  0x00006b9a arg  0x00004b94 , 0x00000013 
- 00026447  0x00006b9b rtn 
- 00026448  0x00006b9d arg  0x00004bfa , 0x00000013 
- 00026449  0x00006b9e call  0x00006730 
- 00026450  0x00006b9f rtn  0x00000034 
- 00026451  0x00006ba0 arg  0x00004c04 , 0x00000013 
- 00026452  0x00006ba1 rtn 
- 00026453  0x00006ba5 copy  0x00000007 , 0x0000003f 
- 00026454  0x00006ba6 beq  0x00000001 , 0x00006777 
- 00026455  0x00006ba7 beq  0x00000002 , 0x00006765 
- 00026456  0x00006ba8 beq  0x00000004 , 0x00006761 
- 00026457  0x00006ba9 rtn 
- 00026458  0x00006bad arg  0x00004f9d , 0x00000013 
- 00026459  0x00006bae arg  0x0000675d , 0x00000012 
- 00026460  0x00006baf branch  0x000042e0 
- 00026461  0x00006bb1 jam  0x00000004 , 0x00004f9d 
- 00026462  0x00006bb2 fetch  0x00000001 , 0x00004c0e 
- 00026463  0x00006bb3 branch  0x00006761 , 0x00000034 
- 00026464  0x00006bb4 branch  0x00006765 
- 00026465  0x00006bb8 jam  0x00000000 , 0x00004c0e 
- 00026466  0x00006bb9 jam  0x00000004 , 0x00004f9d 
- 00026467  0x00006bba arg  0x00004ab5 , 0x00000013 
- 00026468  0x00006bbb branch  0x00006371 
- 00026469  0x00006bbe jam  0x00000001 , 0x00004c0e 
- 00026470  0x00006bbf jam  0x00000004 , 0x00004f9d 
- 00026471  0x00006bc0 arg  0x00004aaf , 0x00000013 
- 00026472  0x00006bc1 branch  0x00006371 
- 00026473  0x00006bc3 jam  0x00000000 , 0x00004c0e 
- 00026474  0x00006bc4 jam  0x00000000 , 0x00004f9d 
- 00026475  0x00006bc5 rtn 
- 00026476  0x00006bc9 arg  0x00004f9e , 0x00000013 
- 00026477  0x00006bca arg  0x0000676f , 0x00000012 
- 00026478  0x00006bcb branch  0x000042e0 
- 00026479  0x00006bcd jam  0x00000002 , 0x00004f9e 
- 00026480  0x00006bce call  0x00006772 
- 00026481  0x00006bcf branch  0x00006371 
- 00026482  0x00006bd2 arg  0x00004f9f , 0x00000013 
- 00026483  0x00006bd3 call  0x00006730 
- 00026484  0x00006bd4 rtn  0x00000034 
- 00026485  0x00006bd5 arg  0x00004fa7 , 0x00000013 
- 00026486  0x00006bd6 rtn 
- 00026487  0x00006bd9 fetch  0x00000001 , 0x00004faf 
- 00026488  0x00006bda nbranch  0x0000677c , 0x00000034 
- 00026489  0x00006bdb jam  0x00000001 , 0x00004faf 
- 00026490  0x00006bdc jam  0x00000002 , 0x00004f9e 
- 00026491  0x00006bdd rtn 
- 00026492  0x00006be0 jam  0x00000000 , 0x00004faf 
- 00026493  0x00006be1 jam  0x00000000 , 0x00004f9e 
- 00026494  0x00006be2 rtn 
- 00026495  0x00006be5 fetch  0x00000001 , 0x00004ebb 
- 00026496  0x00006be6 nrtn  0x00000034 
- 00026497  0x00006be7 jam  0x00000001 , 0x00004ebb 
- 00026498  0x00006be8 branch  0x0000667d 
- 00026499  0x00006beb setarg  0x00000000 
- 00026500  0x00006bec store  0x00000007 , 0x00004ebc 
- 00026501  0x00006bed rtn 
- 00026502  0x00006bf0 call  0x00006730 
- 00026503  0x00006bf1 beq  0x00000001 , 0x0000678e 
- 00026504  0x00006bf2 beq  0x00000000 , 0x000067a0 
- 00026505  0x00006bf3 rtn 
- 00026506  0x00006bf6 fetch  0x00000001 , 0x00004f90 
- 00026507  0x00006bf7 beq  0x00000001 , 0x000067a7 
- 00026508  0x00006bf8 beq  0x00000000 , 0x000067b9 
- 00026509  0x00006bf9 rtn 
- 00026510  0x00006bfc fetch  0x00000001 , 0x00004ebc 
- 00026511  0x00006bfd mul32  0x0000003f , 0x00000062 , 0x0000003f 
- 00026512  0x00006bfe copy  0x0000003f , 0x00000002 
- 00026513  0x00006bff fetch  0x00000002 , 0x00004ebe 
- 00026514  0x00006c00 iadd  0x00000002 , 0x0000003f 
- 00026515  0x00006c01 store  0x00000002 , 0x00004f8c 
- 00026516  0x00006c03 fetch  0x00000001 , 0x00004ebd 
- 00026517  0x00006c04 mul32  0x0000003f , 0x00000062 , 0x0000003f 
- 00026518  0x00006c05 copy  0x0000003f , 0x00000002 
- 00026519  0x00006c06 fetch  0x00000002 , 0x00004ec0 
- 00026520  0x00006c07 copy  0x0000003f , 0x00000011 
- 00026521  0x00006c08 setarg  0x00000fff 
- 00026522  0x00006c09 isub  0x00000011 , 0x0000003f 
- 00026523  0x00006c0a iadd  0x00000002 , 0x0000003f 
- 00026524  0x00006c0b store  0x00000002 , 0x00004f8e 
- 00026525  0x00006c0d call  0x00006730 
- 00026526  0x00006c0f store  0x00000001 , 0x00004f90 
- 00026527  0x00006c10 rtn 
- 00026528  0x00006c13 fetch  0x00000002 , 0x00004ebe 
- 00026529  0x00006c14 store  0x00000002 , 0x00004f8c 
- 00026530  0x00006c15 fetch  0x00000002 , 0x00004ec0 
- 00026531  0x00006c16 store  0x00000002 , 0x00004f8e 
- 00026532  0x00006c17 call  0x00006730 
- 00026533  0x00006c18 store  0x00000001 , 0x00004f90 
- 00026534  0x00006c19 rtn 
- 00026535  0x00006c1b fetch  0x00000002 , 0x00004f8c 
- 00026536  0x00006c1c div  0x0000003f , 0x00000062 
- 00026537  0x00006c1d call  0x00007d62 
- 00026538  0x00006c1e quotient  0x0000003f 
- 00026539  0x00006c1f remainder  0x00000002 
- 00026540  0x00006c20 store  0x00000001 , 0x00004ebc 
- 00026541  0x00006c21 copy  0x00000002 , 0x0000003f 
- 00026542  0x00006c22 store  0x00000002 , 0x00004ebe 
- 00026543  0x00006c23 fetch  0x00000002 , 0x00004f8e 
- 00026544  0x00006c24 div  0x0000003f , 0x00000062 
- 00026545  0x00006c25 call  0x00007d62 
- 00026546  0x00006c26 quotient  0x0000003f 
- 00026547  0x00006c27 remainder  0x00000002 
- 00026548  0x00006c28 store  0x00000001 , 0x00004ebd 
- 00026549  0x00006c2a setarg  0x00000fff 
- 00026550  0x00006c2b isub  0x00000002 , 0x0000003f 
- 00026551  0x00006c2c store  0x00000002 , 0x00004ec0 
- 00026552  0x00006c2f rtn 
- 00026553  0x00006c31 fetch  0x00000002 , 0x00004f8c 
- 00026554  0x00006c32 store  0x00000002 , 0x00004ebe 
- 00026555  0x00006c33 fetch  0x00000002 , 0x00004f8e 
- 00026556  0x00006c34 store  0x00000002 , 0x00004ec0 
- 00026557  0x00006c37 rtn 
- 00026558  0x00006c3a branch  0x0000683c 
- 00026559  0x00006c3d branch  0x00006823 
- 00026560  0x00006c41 call  0x000067e2 
- 00026561  0x00006c42 fetch  0x00000002 , 0x00004f93 
- 00026562  0x00006c43 call  0x0000684f 
- 00026563  0x00006c44 jam  0x00000000 , 0x00004f9b 
- 00026564  0x00006c45 fetch  0x00000005 , 0x00004f8c 
- 00026565  0x00006c46 jam  0x00000000 , 0x00004f9c 
- 00026566  0x00006c47 jam  0x00000000 , 0x00004f99 
- 00026567  0x00006c48 call  0x000067e6 
- 00026568  0x00006c49 fetch  0x00000001 , 0x00004f99 
- 00026569  0x00006c4a rtneq  0x00000000 
- 00026570  0x00006c4b branch  0x000067c0 
- 00026571  0x00006c50 fetch  0x00000002 , 0x00004f80 
- 00026572  0x00006c51 increase  0xfffffffb , 0x0000003f 
- 00026573  0x00006c52 store  0x00000002 , 0x00004f93 
- 00026574  0x00006c53 rtn 
- 00026575  0x00006c57 fetch  0x00000002 , 0x00004f93 
- 00026576  0x00006c58 increase  0xfffffffb , 0x0000003f 
- 00026577  0x00006c59 store  0x00000002 , 0x00004f93 
- 00026578  0x00006c5a rtn 
- 00026579  0x00006c5e fetch  0x00000002 , 0x00004f93 
- 00026580  0x00006c5f pincrease  0x00000005 
- 00026581  0x00006c60 store  0x00000002 , 0x00004f93 
- 00026582  0x00006c61 rtn 
- 00026583  0x00006c64 fetch  0x00000002 , 0x00004f95 
- 00026584  0x00006c65 pincrease  0x00000005 
- 00026585  0x00006c66 store  0x00000002 , 0x00004f95 
- 00026586  0x00006c68 fetch  0x00000002 , 0x00004f95 
- 00026587  0x00006c69 copy  0x0000003f , 0x00000002 
- 00026588  0x00006c6b fetch  0x00000002 , 0x00004f80 
- 00026589  0x00006c6c isub  0x00000002 , 0x0000003f 
- 00026590  0x00006c6d arg  0x00000005 , 0x00000002 
- 00026591  0x00006c6e isub  0x00000002 , 0x0000003e 
- 00026592  0x00006c70 nbranch  0x00006806 , 0x00000002 
- 00026593  0x00006c71 rtn 
- 00026594  0x00006c74 fetch  0x00000001 , 0x00004f9b 
- 00026595  0x00006c75 beq  0x00000001 , 0x000067cb 
- 00026596  0x00006c76 beq  0x00000000 , 0x000067cf 
- 00026597  0x00006c77 rtn 
- 00026598  0x00006c7b arg  0x00000000 , 0x00000012 
- 00026599  0x00006c7c copy  0x00000012 , 0x00000002 
- 00026600  0x00006c7d fetch  0x00000002 , 0x00004f8c 
- 00026601  0x00006c7e icompare  0x0000ffff , 0x00000002 
- 00026602  0x00006c80 ncall  0x000067f6 , 0x00000001 
- 00026603  0x00006c81 arg  0x00000000 , 0x00000012 
- 00026604  0x00006c82 copy  0x00000012 , 0x00000002 
- 00026605  0x00006c83 fetch  0x00000002 , 0x00004f8e 
- 00026606  0x00006c84 icompare  0x0000ffff , 0x00000002 
- 00026607  0x00006c85 ncall  0x000067f6 , 0x00000001 
- 00026608  0x00006c86 arg  0x00000000 , 0x00000012 
- 00026609  0x00006c87 copy  0x00000012 , 0x00000002 
- 00026610  0x00006c88 fetch  0x00000001 , 0x00004f90 
- 00026611  0x00006c89 icompare  0x000000ff , 0x00000002 
- 00026612  0x00006c8a ncall  0x000067f6 , 0x00000001 
- 00026613  0x00006c8b rtn 
- 00026614  0x00006c8f fetch  0x00000001 , 0x00004f99 
- 00026615  0x00006c90 pincrease  0x00000001 
- 00026616  0x00006c91 store  0x00000001 , 0x00004f99 
- 00026617  0x00006c92 rtn 
- 00026618  0x00006c94 jam  0x00000001 , 0x00004f99 
- 00026619  0x00006c95 call  0x000067d7 
- 00026620  0x00006c96 fetch  0x00000002 , 0x00004f95 
- 00026621  0x00006c97 call  0x0000684f 
- 00026622  0x00006c98 call  0x00006730 
- 00026623  0x00006c99 copy  0x0000003f , 0x00000002 
- 00026624  0x00006c9a fetch  0x00000001 , 0x00004f90 
- 00026625  0x00006c9b icompare  0x000000ff , 0x00000002 
- 00026626  0x00006c9c call  0x00006821 , 0x00000001 
- 00026627  0x00006c9e fetch  0x00000001 , 0x00004f99 
- 00026628  0x00006c9f rtneq  0x00000000 
- 00026629  0x00006ca0 branch  0x000067fa 
- 00026630  0x00006ca4 bpatch  0x000000ad , 0x00004015 
- 00026631  0x00006ca5 call  0x00006821 
- 00026632  0x00006ca6 call  0x00006730 
- 00026633  0x00006ca7 branch  0x0000680b , 0x00000034 
- 00026634  0x00006ca8 branch  0x00006812 
- 00026635  0x00006cab fetch  0x00000002 , 0x00004f84 
- 00026636  0x00006cac store  0x00000002 , 0x00004ebe 
- 00026637  0x00006cae fetcht  0x00000002 , 0x00004f86 
- 00026638  0x00006caf setarg  0x00000fff 
- 00026639  0x00006cb0 isub  0x00000002 , 0x0000003f 
- 00026640  0x00006cb1 store  0x00000002 , 0x00004ec0 
- 00026641  0x00006cb2 branch  0x000067be 
- 00026642  0x00006cb5 arg  0x00000062 , 0x00000002 
- 00026643  0x00006cb7 fetch  0x00000002 , 0x00004f88 
- 00026644  0x00006cb8 arg  0x00004ebe , 0x00000011 
- 00026645  0x00006cb9 arg  0x00004ebc , 0x00000012 
- 00026646  0x00006cba call  0x0000671e 
- 00026647  0x00006cbb arg  0x00000062 , 0x00000002 
- 00026648  0x00006cbd fetch  0x00000002 , 0x00004f8a 
- 00026649  0x00006cbe arg  0x00004ec0 , 0x00000011 
- 00026650  0x00006cbf arg  0x00004ebd , 0x00000012 
- 00026651  0x00006cc0 call  0x0000671e 
- 00026652  0x00006cc1 setarg  0x00000fff 
- 00026653  0x00006cc2 fetcht  0x00000002 , 0x00004ec0 
- 00026654  0x00006cc3 isub  0x00000002 , 0x0000003f 
- 00026655  0x00006cc4 store  0x00000002 , 0x00004ec0 
- 00026656  0x00006cc5 branch  0x000067be 
- 00026657  0x00006cc8 jam  0x00000000 , 0x00004f99 
- 00026658  0x00006cc9 rtn 
- 00026659  0x00006ccc bpatch  0x000000ae , 0x00004015 
- 00026660  0x00006ccd jam  0x00000001 , 0x00004f9b 
- 00026661  0x00006cce call  0x000067c0 
- 00026662  0x00006cd2 fetch  0x00000002 , 0x00004f82 
- 00026663  0x00006cd3 copy  0x0000003f , 0x00000002 
- 00026664  0x00006cd4 fetch  0x00000002 , 0x00004f93 
- 00026665  0x00006cd5 isub  0x00000002 , 0x0000003f 
- 00026666  0x00006cd6 arg  0x00000000 , 0x00000002 
- 00026667  0x00006cd7 isub  0x00000002 , 0x0000003e 
- 00026668  0x00006cd8 nrtn  0x00000002 
- 00026669  0x00006cd9 fetch  0x00000002 , 0x00004f93 
- 00026670  0x00006cda copy  0x0000003f , 0x00000002 
- 00026671  0x00006cdc fetch  0x00000002 , 0x00004f80 
- 00026672  0x00006cdd increase  0xfffffffb , 0x0000003f 
- 00026673  0x00006cde isub  0x00000002 , 0x0000003f 
- 00026674  0x00006ce1 fetch  0x00000002 , 0x00004f93 
- 00026675  0x00006ce2 store  0x00000002 , 0x00004f95 
- 00026676  0x00006ce3 call  0x000067fa 
- 00026677  0x00006ce4 fetch  0x00000002 , 0x00004f95 
- 00026678  0x00006ce5 ncall  0x0000684f , 0x00000005 
- 00026679  0x00006ce8 jam  0x00000000 , 0x00004f99 
- 00026680  0x00006ce9 call  0x000067e6 
- 00026681  0x00006cea fetch  0x00000001 , 0x00004f99 
- 00026682  0x00006ceb rtneq  0x00000000 
- 00026683  0x00006cec branch  0x0000678a 
- 00026684  0x00006cf0 bpatch  0x000000af , 0x00004015 
- 00026685  0x00006cf1 jam  0x00000001 , 0x00004f9b 
- 00026686  0x00006cf2 call  0x000067c0 
- 00026687  0x00006cf6 fetcht  0x00000002 , 0x00004f82 
- 00026688  0x00006cf8 fetch  0x00000002 , 0x00004f93 
- 00026689  0x00006cf9 isub  0x00000002 , 0x0000003f 
- 00026690  0x00006cfa arg  0x00000000 , 0x00000002 
- 00026691  0x00006cfb isub  0x00000002 , 0x0000003e 
- 00026692  0x00006cfc nrtn  0x00000002 
- 00026693  0x00006cfe fetcht  0x00000002 , 0x00004f93 
- 00026694  0x00006d00 fetch  0x00000002 , 0x00004f80 
- 00026695  0x00006d01 isub  0x00000002 , 0x0000003f 
- 00026696  0x00006d02 arg  0x00000000 , 0x00000002 
- 00026697  0x00006d03 isub  0x00000002 , 0x0000003e 
- 00026698  0x00006d04 nrtn  0x00000002 
- 00026699  0x00006d05 fetch  0x00000002 , 0x00004f93 
- 00026700  0x00006d06 store  0x00000002 , 0x00004f91 
- 00026701  0x00006d07 call  0x00006786 
- 00026702  0x00006d09 branch  0x00006854 
- 00026703  0x00006d0d bpatch  0x000000b0 , 0x00004016 
- 00026704  0x00006d0e copy  0x0000003f , 0x00000012 
- 00026705  0x00006d0f arg  0x00000005 , 0x00000039 
- 00026706  0x00006d11 arg  0x00004f8c , 0x00000011 
- 00026707  0x00006d12 branch  0x00006b74 
- 00026708  0x00006d16 arg  0x00000005 , 0x00000039 
- 00026709  0x00006d17 arg  0x00004f8c , 0x00000011 
- 00026710  0x00006d18 fetchr  0x00000012 , 0x00000002 , 0x00004f91 
- 00026711  0x00006d19 branch  0x00006b45 
- 00026712  0x00006d1c arg  0x000048ae , 0x00000013 
- 00026713  0x00006d1d arg  0x000067be , 0x00000012 
- 00026714  0x00006d1e branch  0x000042e0 
- 00026715  0x00006d2d fetch  0x00000002 , 0x00000912 
- 00026716  0x00006d30 ifetcht  0x00000001 , 0x00000013 
- 00026717  0x00006d31 increase  0x00000001 , 0x00000013 
- 00026718  0x00006d32 lshift8  0x00000002 , 0x00000002 
- 00026719  0x00006d33 ixor  0x00000002 , 0x0000003f 
- 00026720  0x00006d36 copy  0x00000039 , 0x00000012 
- 00026721  0x00006d37 arg  0x00000008 , 0x00000039 
- 00026722  0x00006d39 isolate1  0x0000000f , 0x0000003f 
- 00026723  0x00006d3a lshift  0x0000003f , 0x0000003f 
- 00026724  0x00006d3b nbranch  0x00006867 , 0x00000001 
- 00026725  0x00006d3c fetcht  0x00000002 , 0x00000914 
- 00026726  0x00006d3d ixor  0x00000002 , 0x0000003f 
- 00026727  0x00006d3f loop  0x00006862 
- 00026728  0x00006d40 copy  0x00000012 , 0x00000039 
- 00026729  0x00006d42 loop  0x0000685c 
- 00026730  0x00006d43 store  0x00000002 , 0x00000912 
- 00026731  0x00006d44 rtn 
- 00026732  0x00006d4a fetch  0x00000001 , 0x0000443f 
- 00026733  0x00006d4c arg  0x0000003e , 0x00000002 
- 00026734  0x00006d4d branch  0x00006f20 
- 00026735  0x00006d51 fetch  0x00000001 , 0x0000443f 
- 00026736  0x00006d53 arg  0x0000003f , 0x00000002 
- 00026737  0x00006d54 branch  0x00006f20 
- 00026738  0x00006d57 call  0x0000686f 
- 00026739  0x00006d59 call  0x0000686c 
- 00026740  0x00006d5a branch  0x0000686f 
- 00026741  0x00006d5e call  0x00006873 
- 00026742  0x00006d60 branch  0x0000686c 
- 00026743  0x00006d63 branch  0x00006873 
- 00026744  0x00006d66 call  0x00006873 
- 00026745  0x00006d67 branch  0x00006875 
- 00026746  0x00006d6c branch  0x0000686c 
- 00026747  0x00006d71 fetch  0x00000001 , 0x00004440 
- 00026748  0x00006d72 branch  0x0000686d 
- 00026749  0x00006d76 fetch  0x00000001 , 0x00004440 
- 00026750  0x00006d77 branch  0x00006870 
- 00026751  0x00006d7a call  0x0000687b 
- 00026752  0x00006d7b call  0x0000687d 
- 00026753  0x00006d7c branch  0x0000687b 
- 00026754  0x00006d84 clear_stack 
- 00026755  0x00006d85 call  0x000070d7 
- 00026756  0x00006d86 call  0x0000688d 
- 00026757  0x00006d87 call  0x0000688f 
- 00026758  0x00006d88 call  0x000068a3 
- 00026759  0x00006d89 call  0x000068bf 
- 00026760  0x00006d8a call  0x000068c3 
- 00026761  0x00006d8c jam  0x00000001 , 0x0000070f 
- 00026762  0x00006d8d jam  0x00000004 , 0x0000070c 
- 00026763  0x00006d90 call  0x000068ce 
- 00026764  0x00006d91 branch  0x0000688b 
- 00026765  0x00006d94 jam  0x00000004 , 0x00008042 
- 00026766  0x00006d95 rtn 
- 00026767  0x00006d98 call  0x00006893 
- 00026768  0x00006d99 call  0x00006897 
- 00026769  0x00006d9a call  0x0000689b 
- 00026770  0x00006d9b branch  0x0000689f 
- 00026771  0x00006d9e fetch  0x00000001 , 0x000044f1 
- 00026772  0x00006d9f nrtn  0x00000034 
- 00026773  0x00006da0 jam  0x00000007 , 0x000044f1 
- 00026774  0x00006da1 rtn 
- 00026775  0x00006da4 fetch  0x00000001 , 0x000044f2 
- 00026776  0x00006da5 nrtn  0x00000034 
- 00026777  0x00006da6 jam  0x00000006 , 0x000044f2 
- 00026778  0x00006da7 rtn 
- 00026779  0x00006da9 fetch  0x00000001 , 0x000044f3 
- 00026780  0x00006daa nrtn  0x00000034 
- 00026781  0x00006dab jam  0x00000009 , 0x000044f3 
- 00026782  0x00006dac rtn 
- 00026783  0x00006dae fetch  0x00000001 , 0x000044f4 
- 00026784  0x00006daf nrtn  0x00000034 
- 00026785  0x00006db0 jam  0x0000000a , 0x000044f4 
- 00026786  0x00006db1 rtn 
- 00026787  0x00006db5 setarg  0x00000c00 
- 00026788  0x00006db6 store  0x00000002 , 0x00000670 
- 00026789  0x00006db7 setarg  0x00000eff 
- 00026790  0x00006db8 istore  0x00000002 , 0x00000005 
- 00026791  0x00006db9 setarg  0x00000f00 
- 00026792  0x00006dba istore  0x00000002 , 0x00000005 
- 00026793  0x00006dbb setarg  0x00000fff 
- 00026794  0x00006dbc istore  0x00000002 , 0x00000005 
- 00026795  0x00006dbd fetch  0x00000008 , 0x00000670 
- 00026796  0x00006dbe call  0x00006d68 
- 00026797  0x00006dbf call  0x00006d82 
- 00026798  0x00006dc0 arg  0x0001c200 , 0x00000002 
- 00026799  0x00006dc1 call  0x00006d75 
- 00026800  0x00006dc2 fetch  0x00000001 , 0x000044f1 
- 00026801  0x00006dc3 arg  0x00000008 , 0x00000002 
- 00026802  0x00006dc4 call  0x00006f21 
- 00026803  0x00006dc5 fetch  0x00000001 , 0x000044f2 
- 00026804  0x00006dc6 arg  0x00000049 , 0x00000002 
- 00026805  0x00006dc7 call  0x00006f21 
- 00026806  0x00006dc8 fetch  0x00000001 , 0x000044f3 
- 00026807  0x00006dc9 arg  0x0000000a , 0x00000002 
- 00026808  0x00006dca call  0x00006f21 
- 00026809  0x00006dcb fetch  0x00000001 , 0x000044f4 
- 00026810  0x00006dcc arg  0x0000000b , 0x00000002 
- 00026811  0x00006dcd call  0x00006f21 
- 00026812  0x00006dcf arg  0x00000081 , 0x00000002 
- 00026813  0x00006dd0 storet  0x00000001 , 0x00008060 
- 00026814  0x00006dd1 branch  0x00007d76 
- 00026815  0x00006dd4 fetch  0x00000001 , 0x000044f5 
- 00026816  0x00006dd5 nrtn  0x00000034 
- 00026817  0x00006dd6 jam  0x0000000c , 0x000044f5 
- 00026818  0x00006dd7 rtn 
- 00026819  0x00006dda fetch  0x00000001 , 0x000044f5 
- 00026820  0x00006ddb arg  0x00000010 , 0x00000002 
- 00026821  0x00006ddc call  0x00006f21 
- 00026822  0x00006ddd arg  0x00000040 , 0x00000011 
- 00026823  0x00006dde call  0x00007055 
- 00026824  0x00006ddf arg  0x00000000 , 0x00000011 
- 00026825  0x00006de0 arg  0x00000000 , 0x00000012 
- 00026826  0x00006de1 setarg  0x00000000 
- 00026827  0x00006de2 call  0x0000707a 
- 00026828  0x00006de3 arg  0x00000000 , 0x00000007 
- 00026829  0x00006de4 branch  0x000070c0 
- 00026830  0x00006de8 fetch  0x00000002 , 0x00008112 
- 00026831  0x00006de9 add  0x0000003f , 0xfffffffc , 0x00000011 
- 00026832  0x00006dea nrtn  0x00000002 
- 00026833  0x00006deb call  0x00006d96 
- 00026834  0x00006dec ifetch  0x00000001 , 0x00000003 
- 00026835  0x00006ded beq  0x00000001 , 0x000068d6 
- 00026836  0x00006def call  0x00007c95 
- 00026837  0x00006df0 branch  0x00006d9e 
- 00026838  0x00006df5 ifetch  0x00000002 , 0x00000003 
- 00026839  0x00006df6 store  0x00000002 , 0x00000710 
- 00026840  0x00006df7 arg  0x000003ff , 0x00000002 
- 00026841  0x00006df8 iand  0x00000002 , 0x00000002 
- 00026842  0x00006df9 storet  0x00000002 , 0x00000709 
- 00026843  0x00006dfa rshift2  0x0000003f , 0x0000003f 
- 00026844  0x00006dfb rshift8  0x0000003f , 0x0000003f 
- 00026845  0x00006dfc store  0x00000001 , 0x0000070b 
- 00026846  0x00006dfd ifetch  0x00000001 , 0x00000003 
- 00026847  0x00006dfe pincrease  0xffffffff 
- 00026848  0x00006dff isub  0x00000011 , 0x0000003e 
- 00026849  0x00006e00 rtn  0x00000002 
- 00026850  0x00006e01 call  0x000068e4 
- 00026851  0x00006e02 branch  0x0000693f 
- 00026852  0x00006e05 fetch  0x00000001 , 0x0000070b 
- 00026853  0x00006e0d beq  0x0000003f , 0x000068e7 
- 00026854  0x00006e0e branch  0x0000692b 
- 00026855  0x00006e19 bpatch  0x000000b4 , 0x00004016 
- 00026856  0x00006e1a fetch  0x00000001 , 0x00000709 
- 00026857  0x00006e1b beq  0x00000000 , 0x0000692a 
- 00026858  0x00006e1c beq  0x00000001 , 0x000068f2 
- 00026859  0x00006e1d beq  0x00000002 , 0x000068f7 
- 00026860  0x00006e1e beq  0x00000003 , 0x00006905 
- 00026861  0x00006e1f beq  0x00000004 , 0x0000690f 
- 00026862  0x00006e20 beq  0x00000005 , 0x0000692a 
- 00026863  0x00006e21 beq  0x00000010 , 0x00006920 
- 00026864  0x00006e22 beq  0x00000014 , 0x00006926 
- 00026865  0x00006e23 branch  0x0000692a 
- 00026866  0x00006e27 jam  0x00000000 , 0x00000712 
- 00026867  0x00006e28 fetch  0x00000002 , 0x00008000 
- 00026868  0x00006e29 store  0x00000002 , 0x00000713 
- 00026869  0x00006e2a arg  0x00000003 , 0x00000039 
- 00026870  0x00006e2b branch  0x00006932 
- 00026871  0x00006e2e ifetch  0x00000002 , 0x00000003 
- 00026872  0x00006e2f store  0x00000002 , 0x00008052 
- 00026873  0x00006e30 rtn 
- 00026874  0x00006e34 ifetch  0x00000001 , 0x00000003 
- 00026875  0x00006e35 copy  0x0000003f , 0x00000002 
- 00026876  0x00006e36 store  0x00000001 , 0x00008024 
- 00026877  0x00006e37 ifetch  0x00000001 , 0x00000003 
- 00026878  0x00006e38 iadd  0x00000002 , 0x00000002 
- 00026879  0x00006e39 set1  0x00000007 , 0x0000003f 
- 00026880  0x00006e3a store  0x00000001 , 0x00008023 
- 00026881  0x00006e3b ifetch  0x00000001 , 0x00000003 
- 00026882  0x00006e3c iadd  0x00000002 , 0x00000002 
- 00026883  0x00006e3d copy  0x0000003f , 0x00000039 
- 00026884  0x00006e3e rtn 
- 00026885  0x00006e41 call  0x000068fa 
- 00026886  0x00006e43 ifetch  0x00000001 , 0x00000003 
- 00026887  0x00006e44 store  0x00000001 , 0x00008025 
- 00026888  0x00006e45 iadd  0x00000002 , 0x00000002 
- 00026889  0x00006e46 loop  0x00006906 
- 00026890  0x00006e48 and  0x00000002 , 0x000000ff , 0x00000002 
- 00026891  0x00006e49 ifetch  0x00000001 , 0x00000003 
- 00026892  0x00006e4a isub  0x00000002 , 0x0000003e 
- 00026893  0x00006e4b nbranch  0x0000691e , 0x00000005 
- 00026894  0x00006e4c branch  0x0000692a 
- 00026895  0x00006e4f arg  0x00000020 , 0x00000039 
- 00026896  0x00006e50 arg  0x00004000 , 0x00000005 
- 00026897  0x00006e51 arg  0x00000000 , 0x00000002 
- 00026898  0x00006e53 ifetch  0x00000001 , 0x00000003 
- 00026899  0x00006e54 istore  0x00000001 , 0x00000005 
- 00026900  0x00006e55 iadd  0x00000002 , 0x00000002 
- 00026901  0x00006e56 loop  0x00006912 
- 00026902  0x00006e57 and  0x00000002 , 0x000000ff , 0x00000002 
- 00026903  0x00006e58 ifetch  0x00000001 , 0x00000003 
- 00026904  0x00006e59 isub  0x00000002 , 0x0000003e 
- 00026905  0x00006e5a nbranch  0x0000691e , 0x00000005 
- 00026906  0x00006e5b jam  0x00000000 , 0x00008023 
- 00026907  0x00006e5c call  0x0000692a 
- 00026908  0x00006e5d call  0x00006dae 
- 00026909  0x00006e5e branch  0x00002001 
- 00026910  0x00006e61 jam  0x00000000 , 0x00008023 
- 00026911  0x00006e62 branch  0x0000692b 
- 00026912  0x00006e66 ifetch  0x00000001 , 0x00000003 
- 00026913  0x00006e67 copy  0x0000003f , 0x00000039 
- 00026914  0x00006e68 ifetch  0x00000002 , 0x00000003 
- 00026915  0x00006e69 copy  0x0000003f , 0x00000005 
- 00026916  0x00006e6a call  0x00006ddd 
- 00026917  0x00006e6b branch  0x0000692a 
- 00026918  0x00006e6e fetch  0x00000001 , 0x00008060 
- 00026919  0x00006e6f set1  0x00000004 , 0x0000003f 
- 00026920  0x00006e70 store  0x00000001 , 0x00008060 
- 00026921  0x00006e71 branch  0x0000692a 
- 00026922  0x00006e75 branch  0x0000692f 
- 00026923  0x00006e78 jam  0x00000001 , 0x00000712 
- 00026924  0x00006e79 branch  0x00006930 
- 00026925  0x00006e7b jam  0x0000000c , 0x00000712 
- 00026926  0x00006e7c branch  0x00006930 
- 00026927  0x00006e7e jam  0x00000000 , 0x00000712 
- 00026928  0x00006e7f arg  0x00000001 , 0x00000039 
- 00026929  0x00006e80 branch  0x00006932 
- 00026930  0x00006e83 jam  0x0000000e , 0x0000070d 
- 00026931  0x00006e84 add  0x00000039 , 0x00000003 , 0x0000003f 
- 00026932  0x00006e85 store  0x00000001 , 0x0000070e 
- 00026933  0x00006e86 call  0x0000693b 
- 00026934  0x00006e87 fetch  0x00000003 , 0x0000070f 
- 00026935  0x00006e88 istore  0x00000003 , 0x00000003 
- 00026936  0x00006e8a arg  0x00000712 , 0x00000006 
- 00026937  0x00006e8b call  0x00006dc4 
- 00026938  0x00006e8c branch  0x00006da4 
- 00026939  0x00006e91 call  0x00006da2 
- 00026940  0x00006e92 fetch  0x00000003 , 0x0000070c 
- 00026941  0x00006e93 istore  0x00000003 , 0x00000003 
- 00026942  0x00006e94 rtn 
- 00026943  0x00006e97 call  0x00006d96 
- 00026944  0x00006e98 increase  0x00000003 , 0x00000003 
- 00026945  0x00006e99 ifetch  0x00000001 , 0x00000003 
- 00026946  0x00006e9a iadd  0x00000003 , 0x00000003 
- 00026947  0x00006e9b branch  0x00006d9c 
- 00026948  0x00006e9e jam  0x00000000 , 0x00004114 
- 00026949  0x00006e9f rtn 
- 00026950  0x00006ea7 branch  0x0000694b , 0x0000002b 
- 00026951  0x00006ea8 setarg  0x00004450 
- 00026952  0x00006ea9 arg  0x00004441 , 0x00000005 
- 00026953  0x00006eaa isub  0x00000005 , 0x00000039 
- 00026954  0x00006eab call  0x00007ca1 
- 00026955  0x00006eae rtn 
- 00026956  0x00006eb3 arg  0x00000000 , 0x00000007 
- 00026957  0x00006eb4 arg  0x00000000 , 0x00000012 
- 00026958  0x00006eb7 sub  0x00000007 , 0x00000007 , 0x0000003e 
- 00026959  0x00006eb8 nrtn  0x00000002 
- 00026960  0x00006eb9 qisolate1  0x00000011 
- 00026961  0x00006eba branch  0x00006953 , 0x00000001 
- 00026962  0x00006ebb branch  0x00006957 
- 00026963  0x00006ebe copy  0x00000002 , 0x0000003f 
- 00026964  0x00006ebf branch  0x00006957 , 0x00000034 
- 00026965  0x00006ec0 qset1  0x00000012 
- 00026966  0x00006ec1 increase  0xffffffff , 0x00000002 
- 00026967  0x00006ec4 increase  0x00000001 , 0x00000007 
- 00026968  0x00006ec5 branch  0x0000694e 
- 00026969  0x00006ed3 fetchr  0x00000018 , 0x00000002 , 0x0000433f 
- 00026970  0x00006ed4 fetchr  0x0000002b , 0x00000002 , 0x00004341 
- 00026971  0x00006ed5 call  0x00007dbc 
- 00026972  0x00006ed6 branch  0x0000695d 
- 00026973  0x00006ed9 bpatch  0x000000b6 , 0x00004016 
- 00026974  0x00006eda call  0x000069a9 
- 00026975  0x00006edb nbranch  0x0000235a , 0x00000034 
- 00026976  0x00006edc call  0x000069b9 
- 00026977  0x00006edd arg  0x00000008 , 0x00000039 
- 00026978  0x00006edf fetcht  0x00000001 , 0x00004441 
- 00026979  0x00006ee0 sub  0x00000039 , 0x00000008 , 0x00000007 
- 00026980  0x00006ee1 qisolate1  0x00000002 
- 00026981  0x00006ee2 branch  0x0000696a , 0x00000001 
- 00026982  0x00006ee3 call  0x00006971 
- 00026983  0x00006ee4 nbranch  0x0000696a , 0x00000002 
- 00026984  0x00006ee5 call  0x00006987 
- 00026985  0x00006ee6 branch  0x0000696e 
- 00026986  0x00006ee8 copy  0x0000002b , 0x0000003f 
- 00026987  0x00006ee9 iadd  0x00000018 , 0x00000018 
- 00026988  0x00006eea loop  0x00006962 
- 00026989  0x00006eeb branch  0x0000235a 
- 00026990  0x00006eed copy  0x00000018 , 0x0000003f 
- 00026991  0x00006eee copy  0x00000018 , 0x00000005 
- 00026992  0x00006eef rtn 
- 00026993  0x00006ef9 bpatch  0x000000b7 , 0x00004016 
- 00026994  0x00006efa sub  0x00000039 , 0x00000008 , 0x00000007 
- 00026995  0x00006efb arg  0x00000000 , 0x00000002 
- 00026996  0x00006efc arg  0x00000000 , 0x0000000b 
- 00026997  0x00006efe copy  0x00000007 , 0x0000003f 
- 00026998  0x00006eff beq  0x00000008 , 0x00006982 
- 00026999  0x00006f00 fetch  0x00000001 , 0x00004441 
- 00027000  0x00006f01 qisolate1  0x0000003f 
- 00027001  0x00006f02 branch  0x00006982 , 0x00000001 
- 00027002  0x00006f03 qset1  0x0000000b 
- 00027003  0x00006f04 copy  0x0000002b , 0x0000003f 
- 00027004  0x00006f05 iadd  0x00000002 , 0x00000002 
- 00027005  0x00006f06 increase  0x00000001 , 0x00000007 
- 00027006  0x00006f07 copy  0x00000011 , 0x0000003f 
- 00027007  0x00006f08 isub  0x00000002 , 0x0000003e 
- 00027008  0x00006f09 branch  0x00006982 , 0x00000005 
- 00027009  0x00006f0a branch  0x00006975 , 0x00000002 
- 00027010  0x00006f0c copy  0x00000002 , 0x0000003f 
- 00027011  0x00006f0d isub  0x00000011 , 0x0000003e 
- 00027012  0x00006f0e nrtn  0x00000005 
- 00027013  0x00006f0f qset1  0x0000000b 
- 00027014  0x00006f10 rtn 
- 00027015  0x00006f1a bpatch  0x000000b8 , 0x00004017 
- 00027016  0x00006f1b call  0x000069a9 
- 00027017  0x00006f1c nbranch  0x0000235a , 0x00000034 
- 00027018  0x00006f1d call  0x000069af 
- 00027019  0x00006f1e branch  0x00006990 , 0x00000034 
- 00027020  0x00006f1f fetch  0x00000009 , 0x00004445 
- 00027021  0x00006f20 store  0x00000009 , 0x00004442 
- 00027022  0x00006f21 setarg  0x00000000 
- 00027023  0x00006f22 istore  0x00000003 , 0x00000005 
- 00027024  0x00006f24 storer  0x0000000b , 0x00000001 , 0x0000444b 
- 00027025  0x00006f25 storer  0x00000018 , 0x00000002 , 0x0000444c 
- 00027026  0x00006f26 rtn 
- 00027027  0x00006f30 bpatch  0x000000b9 , 0x00004017 
- 00027028  0x00006f31 call  0x000069b2 
- 00027029  0x00006f32 increase  0x00000001 , 0x00000006 
- 00027030  0x00006f33 ifetch  0x00000002 , 0x00000006 
- 00027031  0x00006f34 rtn 
- 00027032  0x00006f3c bpatch  0x000000ba , 0x00004017 
- 00027033  0x00006f3d call  0x000069b2 
- 00027034  0x00006f3e copy  0x00000006 , 0x00000005 
- 00027035  0x00006f3f copy  0x00000006 , 0x00000002 
- 00027036  0x00006f40 setarg  0x00000000 
- 00027037  0x00006f41 istore  0x00000003 , 0x00000005 
- 00027038  0x00006f42 rtn 
- 00027039  0x00006f4a bpatch  0x000000bb , 0x00004017 
- 00027040  0x00006f4b call  0x000069af 
- 00027041  0x00006f4c branch  0x0000235a , 0x00000034 
- 00027042  0x00006f4d fetch  0x00000003 , 0x00004448 
- 00027043  0x00006f4e store  0x00000003 , 0x0000444b 
- 00027044  0x00006f4f fetch  0x00000003 , 0x00004445 
- 00027045  0x00006f50 store  0x00000003 , 0x00004448 
- 00027046  0x00006f51 fetch  0x00000003 , 0x00004442 
- 00027047  0x00006f52 store  0x00000003 , 0x00004445 
- 00027048  0x00006f53 rtn 
- 00027049  0x00006f5c bpatch  0x000000bc , 0x00004017 
- 00027050  0x00006f5d fetch  0x00000003 , 0x00004442 
- 00027051  0x00006f5e rtn 
- 00027052  0x00006f67 bpatch  0x000000bd , 0x00004017 
- 00027053  0x00006f68 fetch  0x00000003 , 0x00004445 
- 00027054  0x00006f69 rtn 
- 00027055  0x00006f72 bpatch  0x000000be , 0x00004017 
- 00027056  0x00006f73 fetch  0x00000003 , 0x0000444b 
- 00027057  0x00006f74 rtn 
- 00027058  0x00006f7c call  0x000069af 
- 00027059  0x00006f7d branch  0x000069b7 , 0x00000034 
- 00027060  0x00006f7e arg  0x00004442 , 0x00000006 
- 00027061  0x00006f80 ifetch  0x00000003 , 0x00000006 
- 00027062  0x00006f81 branch  0x000069b5 , 0x00000034 
- 00027063  0x00006f83 increase  0xfffffffd , 0x00000006 
- 00027064  0x00006f84 rtn 
- 00027065  0x00006f8d bpatch  0x000000bf , 0x00004017 
- 00027066  0x00006f8e arg  0x00000004 , 0x00000039 
- 00027067  0x00006f8f arg  0x00004442 , 0x00000006 
- 00027068  0x00006f90 arg  0x00000000 , 0x00000002 
- 00027069  0x00006f92 ifetch  0x00000003 , 0x00000006 
- 00027070  0x00006f93 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00027071  0x00006f94 ior  0x00000002 , 0x00000002 
- 00027072  0x00006f95 loop  0x000069bd 
- 00027073  0x00006f96 storet  0x00000001 , 0x00004441 
- 00027074  0x00006f97 rtn 
- 00027075  0x00006f9b arg  0x0000000c , 0x00000007 
- 00027076  0x00006f9c branch  0x000024e7 
- 00027077  0x00006f9f arg  0x0000000c , 0x00000007 
- 00027078  0x00006fa0 branch  0x000024eb 
- 00027079  0x00006fac bpatch  0x000000c1 , 0x00004018 
- 00027080  0x00006fad sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00027081  0x00006fae rtn  0x00000005 
- 00027082  0x00006faf copy  0x00000002 , 0x0000003f 
- 00027083  0x00006fb0 and_into  0x000000ff , 0x0000003f 
- 00027084  0x00006fb1 sub  0x0000003f , 0x0000000f , 0x0000003e 
- 00027085  0x00006fb2 nbranch  0x000069d9 , 0x00000002 
- 00027086  0x00006fb3 arg  0x00008070 , 0x00000005 
- 00027087  0x00006fb5 iadd  0x00000005 , 0x00000005 
- 00027088  0x00006fb6 copy  0x00000005 , 0x00000011 
- 00027089  0x00006fb7 arg  0x0000003e , 0x00000002 
- 00027090  0x00006fb8 istoret  0x00000001 , 0x00000005 
- 00027091  0x00006fb9 call  0x000069dc 
- 00027092  0x00006fba nop  0x0000001e 
- 00027093  0x00006fbb copy  0x00000011 , 0x00000005 
- 00027094  0x00006fbc arg  0x0000003f , 0x00000002 
- 00027095  0x00006fbd istoret  0x00000001 , 0x00000005 
- 00027096  0x00006fbe branch  0x000069e0 
- 00027097  0x00006fc1 arg  0x000080d4 , 0x00000005 
- 00027098  0x00006fc2 increase  0xfffffff0 , 0x0000003f 
- 00027099  0x00006fc3 branch  0x000069cf 
- 00027100  0x00006fc7 fetch  0x00000001 , 0x00008081 
- 00027101  0x00006fc8 and_into  0x0000007f , 0x0000003f 
- 00027102  0x00006fc9 store  0x00000001 , 0x00008081 
- 00027103  0x00006fca rtn 
- 00027104  0x00006fcd fetch  0x00000001 , 0x00008081 
- 00027105  0x00006fce or_into  0x00000080 , 0x0000003f 
- 00027106  0x00006fcf store  0x00000001 , 0x00008081 
- 00027107  0x00006fd0 rtn 
- 00027108  0x00006fd3 branch  0x00006bd0 
- 00027109  0x00006fd6 branch  0x00006bd7 
- 00027110  0x00006fdb fetch  0x00000001 , 0x0000806f 
- 00027111  0x00006fdc set0  0x00000007 , 0x0000003f 
- 00027112  0x00006fdd store  0x00000001 , 0x0000806f 
- 00027113  0x00006fde rtn 
- 00027114  0x00006fe1 nbranch  0x000069ee , 0x00000028 
- 00027115  0x00006fe2 fetch  0x00000001 , 0x0000806f 
- 00027116  0x00006fe3 set1  0x00000007 , 0x0000003f 
- 00027117  0x00006fe4 store  0x00000001 , 0x0000806f 
- 00027118  0x00006fe6 copy  0x00000002 , 0x0000003e 
- 00027119  0x00006fe7 branch  0x000069f1 , 0x00000005 
- 00027120  0x00006fe8 copy  0x00000013 , 0x0000003d 
- 00027121  0x00006feb isolate0  0x00000000 , 0x0000003e 
- 00027122  0x00006fec branch  0x00006b00 
- 00027123  0x00006ff0 force  0x00000004 , 0x00000002 
- 00027124  0x00006ff2 arg  0x000001e7 , 0x00000011 
- 00027125  0x00006ff3 call  0x000069e6 
- 00027126  0x00006ff4 call  0x000069ee 
- 00027127  0x00006ff5 arg  0x000055aa , 0x00000011 
- 00027128  0x00006ff6 fetch  0x00000002 , 0x000001e7 
- 00027129  0x00006ff7 ifetcht  0x00000002 , 0x00000006 
- 00027130  0x00006ff8 isub  0x00000011 , 0x0000003e 
- 00027131  0x00006ff9 rtn 
- 00027132  0x00006ffd call  0x00006a0e , 0x00000028 
- 00027133  0x00006ffe arg  0x00000002 , 0x00000002 
- 00027134  0x00006fff arg  0x000043c8 , 0x00000011 
- 00027135  0x00007000 call  0x000069ee 
- 00027136  0x00007001 fetch  0x00000002 , 0x000043c8 
- 00027137  0x00007003 store  0x00000002 , 0x000001e0 
- 00027138  0x00007004 call  0x00006a04 , 0x00000028 
- 00027139  0x00007005 rtn 
- 00027140  0x00007008 arg  0x00000010 , 0x00000002 
- 00027141  0x00007009 arg  0x000001ed , 0x00000011 
- 00027142  0x0000700a call  0x000069e6 
- 00027143  0x0000700b call  0x000069ee 
- 00027144  0x0000700d arg  0x000001ed , 0x00000006 
- 00027145  0x0000700e arg  0x00000010 , 0x00000039 
- 00027146  0x0000700f call  0x00007353 
- 00027147  0x00007010 call  0x000072da 
- 00027148  0x00007011 call  0x0000736f 
- 00027149  0x00007012 branch  0x000072d4 
- 00027150  0x00007015 jam  0x00000000 , 0x00008023 
- 00027151  0x00007016 call  0x000069e6 
- 00027152  0x00007017 branch  0x0000736f 
- 00027153  0x0000701a setarg  0x00000000 
- 00027154  0x0000701b store  0x00000002 , 0x00000699 
- 00027155  0x0000701c disable  0x0000002d 
- 00027156  0x0000701d call  0x000069f3 
- 00027157  0x0000701e nrtn  0x00000005 
- 00027158  0x0000701f enable  0x0000002d 
- 00027159  0x00007020 setarg  0x00008000 
- 00027160  0x00007021 store  0x00000003 , 0x00008022 
- 00027161  0x00007022 arg  0x00008025 , 0x00000011 
- 00027162  0x00007023 call  0x000069ea 
- 00027163  0x00007024 jam  0x00000000 , 0x00008023 
- 00027164  0x00007025 fetch  0x00000001 , 0x000001dd 
- 00027165  0x00007026 rtnbit0  0x00000000 
- 00027166  0x00007028 arg  0x00000006 , 0x00000002 
- 00027167  0x00007029 call  0x000069f4 
- 00027168  0x0000702a nbranch  0x00006a2e , 0x00000005 
- 00027169  0x0000702b ifetchr  0x00000011 , 0x00000002 , 0x00000006 
- 00027170  0x0000702c call  0x000069ee 
- 00027171  0x0000702d call  0x00006a25 
- 00027172  0x0000702e branch  0x00006a1e 
- 00027173  0x00007032 fetch  0x00000002 , 0x00000699 
- 00027174  0x00007033 arg  0x00000006 , 0x00000039 
- 00027175  0x00007034 arg  0x000001e7 , 0x00000006 
- 00027176  0x00007035 call  0x00007dcc 
- 00027177  0x00007036 fetchr  0x00000039 , 0x00000002 , 0x000001e9 
- 00027178  0x00007037 copy  0x00000011 , 0x00000006 
- 00027179  0x00007038 call  0x00007dcc 
- 00027180  0x00007039 store  0x00000002 , 0x00000699 
- 00027181  0x0000703a rtn 
- 00027182  0x0000703d fetch  0x00000001 , 0x0000021c 
- 00027183  0x0000703e beq  0x0000005a , 0x00006a3c 
- 00027184  0x0000703f arg  0x0000aa55 , 0x00000011 
- 00027185  0x00007040 fetch  0x00000002 , 0x000001e7 
- 00027186  0x00007041 isub  0x00000011 , 0x0000003e 
- 00027187  0x00007042 nbranch  0x00006a3e , 0x00000005 
- 00027188  0x00007043 arg  0x000055aa , 0x00000011 
- 00027189  0x00007044 fetch  0x00000002 , 0x000001e9 
- 00027190  0x00007045 isub  0x00000011 , 0x0000003e 
- 00027191  0x00007046 nbranch  0x00006a3e , 0x00000005 
- 00027192  0x00007047 fetch  0x00000002 , 0x000001eb 
- 00027193  0x00007048 fetcht  0x00000002 , 0x00000699 
- 00027194  0x00007049 isub  0x00000002 , 0x0000003e 
- 00027195  0x0000704a nbranch  0x00006a3e , 0x00000005 
- 00027196  0x0000704c set1  0x0000000f , 0x00000011 
- 00027197  0x0000704d branch  0x000069f1 
- 00027198  0x00007050 jam  0x00000000 , 0x000001dd 
- 00027199  0x00007051 rtn 
- 00027200  0x00007057 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00027201  0x00007058 rshift4  0x0000003f , 0x0000003f 
- 00027202  0x00007059 store  0x00000001 , 0x000043cb 
- 00027203  0x0000705a branch  0x00006a59 
- 00027204  0x0000705d fetch  0x00000002 , 0x00008143 
- 00027205  0x0000705e nbranch  0x00006a40 , 0x00000034 
- 00027206  0x0000705f call  0x00006a59 
- 00027207  0x00007060 fetch  0x00000002 , 0x000043cb 
- 00027208  0x00007061 rtn  0x00000034 
- 00027209  0x00007062 call  0x00006a4b 
- 00027210  0x00007063 branch  0x000023ba 
- 00027211  0x00007066 fetch  0x00000001 , 0x000043cb 
- 00027212  0x00007067 rtn  0x00000034 
- 00027213  0x00007068 and  0x0000003f , 0x0000000f , 0x00000002 
- 00027214  0x00007069 storet  0x00000001 , 0x000043cb 
- 00027215  0x0000706a rshift4  0x0000003f , 0x0000003f 
- 00027216  0x0000706b ixor  0x00000002 , 0x0000003f 
- 00027217  0x0000706c bne  0x0000000f , 0x00006bc2 
- 00027218  0x0000706d branch  0x00006b8d 
- 00027219  0x00007070 fetch  0x00000001 , 0x00000219 
- 00027220  0x00007071 ncall  0x000023e0 , 0x00000034 
- 00027221  0x00007072 fetch  0x00000001 , 0x0000021a 
- 00027222  0x00007073 rtn  0x00000034 
- 00027223  0x00007074 store  0x00000001 , 0x000040c9 
- 00027224  0x00007075 branch  0x000023e4 
- 00027225  0x00007078 disable  0x00000028 
- 00027226  0x00007079 fetch  0x00000001 , 0x000043ca 
- 00027227  0x0000707a rtnbit0  0x00000003 
- 00027228  0x0000707b call  0x00006aad 
- 00027229  0x0000707c arg  0x00000ff0 , 0x0000003f 
- 00027230  0x0000707d iadd  0x00000012 , 0x00000012 
- 00027231  0x0000707e force  0x00000010 , 0x00000039 
- 00027232  0x0000707f arg  0x000001ed , 0x00000011 
- 00027233  0x00007080 call  0x00006b74 
- 00027234  0x00007081 jam  0x00000008 , 0x00008006 
- 00027235  0x00007082 arg  0x000001ed , 0x00000006 
- 00027236  0x00007083 call  0x0000735f 
- 00027237  0x00007085 arg  0x000001ed , 0x00000005 
- 00027238  0x00007086 call  0x00007c99 
- 00027239  0x00007087 branch  0x00007dba 
- 00027240  0x0000708b jam  0x00000025 , 0x00008050 
- 00027241  0x0000708c call  0x00006b3a 
- 00027242  0x0000708d arg  0x00000000 , 0x00000012 
- 00027243  0x0000708e force  0x0000000b , 0x00000039 
- 00027244  0x0000708f arg  0x000043c8 , 0x00000011 
- 00027245  0x00007090 call  0x00006b75 
- 00027246  0x00007091 fetchr  0x00000037 , 0x00000005 , 0x000043c8 
- 00027247  0x00007092 fetch  0x00000001 , 0x000043ca 
- 00027248  0x00007093 bbit0  0x00000004 , 0x00006a78 
- 00027249  0x00007094 jam  0x00000007 , 0x0000806f 
- 00027250  0x00007096 fetch  0x00000001 , 0x0000815e 
- 00027251  0x00007097 bne  0x00000007 , 0x00006a72 
- 00027252  0x00007098 fetch  0x00000001 , 0x00008160 
- 00027253  0x00007099 lshift4  0x0000003f , 0x0000003f 
- 00027254  0x0000709a store  0x00000001 , 0x0000806f 
- 00027255  0x0000709b branch  0x00006a7b 
- 00027256  0x0000709e call  0x00006af5 
- 00027257  0x0000709f call  0x00007d76 
- 00027258  0x000070a0 call  0x00007d74 
- 00027259  0x000070a2 storer  0x00000037 , 0x00000005 , 0x000043c8 
- 00027260  0x000070a4 call  0x00006aad 
- 00027261  0x000070a5 arg  0x00000fd0 , 0x0000003f 
- 00027262  0x000070a6 iadd  0x00000012 , 0x00000012 
- 00027263  0x000070a7 arg  0x00000020 , 0x00000039 
- 00027264  0x000070a8 arg  0x000001fd , 0x00000011 
- 00027265  0x000070a9 call  0x00006b74 
- 00027266  0x000070ab call  0x00006a53 
- 00027267  0x000070ac call  0x00006a44 
- 00027268  0x000070ae fetch  0x00000001 , 0x000043ca 
- 00027269  0x000070af bbit0  0x00000003 , 0x00006a8f 
- 00027270  0x000070b0 fetcht  0x00000001 , 0x000043cc 
- 00027271  0x000070b1 arg  0x00000000 , 0x0000003f 
- 00027272  0x000070b2 set1  0x00000006 , 0x0000003f 
- 00027273  0x000070b3 set1  0x00000007 , 0x0000003f 
- 00027274  0x000070b4 iand  0x00000002 , 0x00000011 
- 00027275  0x000070b5 sub  0x00000011 , 0x00000000 , 0x0000003e 
- 00027276  0x000070b6 branch  0x00006af1 , 0x00000005 
- 00027277  0x000070b7 isub  0x00000011 , 0x0000003e 
- 00027278  0x000070b8 branch  0x00006af1 , 0x00000005 
- 00027279  0x000070ba jam  0x00000000 , 0x00000030 
- 00027280  0x000070bb arg  0x00006b1e , 0x00000013 
- 00027281  0x000070bd call  0x00006ae5 
- 00027282  0x000070be nbranch  0x00006af1 , 0x00000002 
- 00027283  0x000070bf fetch  0x00000002 , 0x000043c8 
- 00027284  0x000070c0 branch  0x00006a9c , 0x00000034 
- 00027285  0x000070c1 call  0x00006a01 
- 00027286  0x000070c2 call  0x00006a11 
- 00027287  0x000070c3 nbranch  0x00006a9c , 0x0000002d 
- 00027288  0x000070c4 fetch  0x00000001 , 0x000001dd 
- 00027289  0x000070c5 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027290  0x000070c6 nbranch  0x00006a91 , 0x00000001 
- 00027291  0x000070c7 call  0x00006aaa 
- 00027292  0x000070c9 call  0x00006b37 
- 00027293  0x000070ca jam  0x00000000 , 0x00000030 
- 00027294  0x000070cc call  0x00006ae5 
- 00027295  0x000070cd nbranch  0x00006af1 , 0x00000002 
- 00027296  0x000070ce call  0x00006ad7 
- 00027297  0x000070cf call  0x00006cc4 
- 00027298  0x000070d0 fetch  0x00000001 , 0x000043ca 
- 00027299  0x000070d1 bbit1  0x00000002 , 0x00006abd 
- 00027300  0x000070d2 call  0x00006adf 
- 00027301  0x000070d3 nbranch  0x00006ab4 , 0x0000002d 
- 00027302  0x000070d4 fetch  0x00000001 , 0x000001dd 
- 00027303  0x000070d5 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027304  0x000070d6 nbranch  0x00006a9e , 0x00000001 
- 00027305  0x000070d7 branch  0x00006abd 
- 00027306  0x000070da setarg  0x000001ff 
- 00027307  0x000070db arg  0x00000000 , 0x0000003d 
- 00027308  0x000070dc rtn 
- 00027309  0x000070df arg  0x00001000 , 0x00000012 
- 00027310  0x000070e0 fetch  0x00000001 , 0x00008144 
- 00027311  0x000070e1 bbit1  0x00000007 , 0x00006ab2 
- 00027312  0x000070e2 fetch  0x00000001 , 0x000043cc 
- 00027313  0x000070e3 rtnbit0  0x00000007 
- 00027314  0x000070e5 arg  0x00000000 , 0x00000012 
- 00027315  0x000070e6 rtn 
- 00027316  0x000070ea call  0x00006cc1 
- 00027317  0x000070eb fetch  0x00000001 , 0x000043ca 
- 00027318  0x000070ec bbit1  0x00000002 , 0x00006abd 
- 00027319  0x000070ed call  0x00006adf 
- 00027320  0x000070ee nbranch  0x00006abd , 0x0000002d 
- 00027321  0x000070ef fetch  0x00000001 , 0x000001dd 
- 00027322  0x000070f0 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027323  0x000070f1 nbranch  0x00006a9e , 0x00000001 
- 00027324  0x000070f2 branch  0x00006acd 
- 00027325  0x000070f5 jam  0x00000000 , 0x00000030 
- 00027326  0x000070f7 call  0x00006ae5 
- 00027327  0x000070f8 nbranch  0x00006af1 , 0x00000002 
- 00027328  0x000070f9 fetch  0x00000001 , 0x000043ca 
- 00027329  0x000070fa bbit1  0x00000001 , 0x00006acd 
- 00027330  0x000070fb call  0x00006c20 
- 00027331  0x000070fc nop  0x000000c8 
- 00027332  0x000070fd call  0x00006c2f 
- 00027333  0x000070fe nop  0x00000064 
- 00027334  0x000070ff arg  0x00006c6c , 0x00000013 
- 00027335  0x00007100 call  0x000069fc 
- 00027336  0x00007101 call  0x00006a11 
- 00027337  0x00007102 nbranch  0x00006acd , 0x0000002d 
- 00027338  0x00007103 fetch  0x00000001 , 0x000001dd 
- 00027339  0x00007104 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027340  0x00007105 nbranch  0x00006abe , 0x00000001 
- 00027341  0x00007108 call  0x00006ad1 
- 00027342  0x00007109 fetch  0x00000001 , 0x000043ca 
- 00027343  0x0000710a rtnbit0  0x00000000 
- 00027344  0x0000710b branch  0x00006882 
- 00027345  0x0000710e arg  0x000001ed , 0x00000005 
- 00027346  0x0000710f call  0x00007c99 
- 00027347  0x00007110 force  0x00000004 , 0x00000038 
- 00027348  0x00007111 call  0x00007370 
- 00027349  0x00007112 jam  0x00000021 , 0x00008050 
- 00027350  0x00007113 rtn 
- 00027351  0x00007116 fetch  0x00000001 , 0x00004429 
- 00027352  0x00007117 fetcht  0x00000001 , 0x00004428 
- 00027353  0x00007118 isub  0x00000002 , 0x0000003e 
- 00027354  0x00007119 nbranch  0x00006cbc , 0x00000005 
- 00027355  0x0000711b jam  0x00000004 , 0x00004427 
- 00027356  0x0000711c jam  0x00000017 , 0x00004428 
- 00027357  0x0000711d jam  0x00000016 , 0x00004429 
- 00027358  0x0000711e branch  0x00006cbc 
- 00027359  0x00007123 setarg  0x00000000 
- 00027360  0x00007124 store  0x00000002 , 0x000001e0 
- 00027361  0x00007125 arg  0x00006ce7 , 0x00000013 
- 00027362  0x00007126 call  0x00006ca5 
- 00027363  0x00007127 call  0x000069fc 
- 00027364  0x00007128 branch  0x00006a11 
- 00027365  0x0000712e call  0x00006aeb 
- 00027366  0x0000712f fetch  0x00000001 , 0x00000030 
- 00027367  0x00007130 increase  0x00000001 , 0x0000003f 
- 00027368  0x00007131 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00027369  0x00007132 store  0x00000001 , 0x00000030 
- 00027370  0x00007133 rtn 
- 00027371  0x00007136 fetch  0x00000001 , 0x00000030 
- 00027372  0x00007137 rtn  0x00000034 
- 00027373  0x00007138 fetch  0x00000001 , 0x0000021b 
- 00027374  0x00007139 rtn  0x00000034 
- 00027375  0x0000713a copy  0x0000003f , 0x00000039 
- 00027376  0x0000713b branch  0x00007c96 
- 00027377  0x0000713f call  0x00006ad1 
- 00027378  0x00007140 call  0x000069e6 
- 00027379  0x00007142 call  0x00007d7c 
- 00027380  0x00007143 rtn 
- 00027381  0x00007146 and_into  0x000000e0 , 0x0000003f 
- 00027382  0x00007147 rshift  0x0000003f , 0x0000003f 
- 00027383  0x00007148 store  0x00000001 , 0x0000806f 
- 00027384  0x00007149 setarg  0x00000001 
- 00027385  0x0000714a arg  0x000043cd , 0x00000006 
- 00027386  0x0000714c ifetcht  0x00000002 , 0x00000006 
- 00027387  0x0000714d storet  0x00000002 , 0x0000804c 
- 00027388  0x0000714e store  0x00000001 , 0x00008020 
- 00027389  0x0000714f lshift  0x0000003f , 0x0000003f 
- 00027390  0x00007150 bbit0  0x00000003 , 0x00006afa 
- 00027391  0x00007151 rtn 
- 00027392  0x00007155 fetch  0x00000001 , 0x000001dd 
- 00027393  0x00007156 lshift  0x0000003f , 0x0000003f 
- 00027394  0x00007157 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00027395  0x00007158 isolate0  0x0000000f , 0x00000011 
- 00027396  0x00007159 rtn  0x00000001 
- 00027397  0x0000715a store  0x00000001 , 0x000001dd 
- 00027398  0x0000715b rtn 
- 00027399  0x0000715f fetch  0x00000001 , 0x0000806f 
- 00027400  0x00007160 rtnbit0  0x00000007 
- 00027401  0x00007161 branch  0x00006b0d 
- 00027402  0x00007163 fetch  0x00000001 , 0x00008128 
- 00027403  0x00007164 qisolate1  0x0000003f 
- 00027404  0x00007165 rtn  0x00000001 
- 00027405  0x00007167 fetch  0x00000001 , 0x00008108 
- 00027406  0x00007168 bbit0  0x00000001 , 0x00006b0a 
- 00027407  0x00007169 call  0x000072d4 
- 00027408  0x0000716a branch  0x00006b0a 
- 00027409  0x0000717f fetch  0x00000002 , 0x000040f0 
- 00027410  0x00007180 rtn  0x00000034 
- 00027411  0x00007181 jam  0x00000080 , 0x00008023 
- 00027412  0x00007182 jam  0x00000000 , 0x00008022 
- 00027413  0x00007183 jam  0x00000000 , 0x00008024 
- 00027414  0x00007184 fetcht  0x00000002 , 0x000040f2 
- 00027415  0x00007185 lshift2  0x00000002 , 0x00000039 
- 00027416  0x00007186 iforce  0x00000006 
- 00027417  0x00007188 ifetch  0x00000001 , 0x00000006 
- 00027418  0x00007189 store  0x00000001 , 0x00008025 
- 00027419  0x0000718a loop  0x00006b19 
- 00027420  0x0000718b jam  0x00000000 , 0x00008023 
- 00027421  0x0000718c rtn 
- 00027422  0x00007194 copy  0x00000002 , 0x00000039 
- 00027423  0x00007195 fetch  0x00000002 , 0x000001e0 
- 00027424  0x00007196 iadd  0x00000002 , 0x00000002 
- 00027425  0x00007197 storet  0x00000002 , 0x000001e0 
- 00027426  0x00007198 iforce  0x00000012 
- 00027427  0x00007199 copy  0x00000011 , 0x0000002e 
- 00027428  0x0000719a jam  0x00000010 , 0x00008006 
- 00027429  0x0000719b call  0x00006b74 
- 00027430  0x0000719c copy  0x0000002e , 0x00000011 
- 00027431  0x0000719d isolate0  0x0000000f , 0x00000011 
- 00027432  0x0000719e rtn  0x00000001 
- 00027433  0x0000719f call  0x00007dc6 , 0x00000034 
- 00027434  0x000071a0 branch  0x00006b00 
- 00027435  0x000071a4 jam  0x00000001 , 0x00008ac8 
- 00027436  0x000071a5 nop  0x0000012c 
- 00027437  0x000071a6 jam  0x00000005 , 0x00008ac8 
- 00027438  0x000071a7 nop  0x00000064 
- 00027439  0x000071a8 jam  0x00000025 , 0x00008ac8 
- 00027440  0x000071a9 nop  0x000003e8 
- 00027441  0x000071aa jam  0x00000027 , 0x00008ac8 
- 00027442  0x000071ab nop  0x0000012c 
- 00027443  0x000071ac rtn 
- 00027444  0x000071af call  0x00006b2b 
- 00027445  0x000071b0 jam  0x0000003f , 0x00008ac8 
- 00027446  0x000071b1 rtn 
- 00027447  0x000071b4 jam  0x00000083 , 0x00008047 
- 00027448  0x000071b6 jam  0x00000000 , 0x00008ac8 
- 00027449  0x000071b7 rtn 
- 00027450  0x000071ba call  0x00006b2b 
- 00027451  0x000071bd jam  0x00000082 , 0x00008047 
- 00027452  0x000071be nop  0x0000000c 
- 00027453  0x000071bf jam  0x00000080 , 0x00008047 
- 00027454  0x000071c0 jam  0x00000082 , 0x00008047 
- 00027455  0x000071c1 nop  0x00000096 
- 00027456  0x000071c2 rtn 
- 00027457  0x000071c6 lshift3  0x00000012 , 0x00000012 
- 00027458  0x000071c7 storer  0x00000012 , 0x00000002 , 0x00008044 
- 00027459  0x000071c8 jam  0x00000000 , 0x00008046 
- 00027460  0x000071c9 rtn 
- 00027461  0x000071cd bpatch  0x000000c4 , 0x00004018 
- 00027462  0x000071ce call  0x00006b34 
- 00027463  0x000071cf call  0x00006b41 
- 00027464  0x000071d0 call  0x00006b3b 
- 00027465  0x000071d2 ifetcht  0x00000001 , 0x00000011 
- 00027466  0x000071d3 increase  0x00000001 , 0x00000011 
- 00027467  0x000071d4 force  0x00000000 , 0x00000007 
- 00027468  0x000071d6 qisolate0  0x00000002 
- 00027469  0x000071d7 branch  0x00006b6c , 0x00000001 
- 00027470  0x000071d8 fetch  0x00000001 , 0x00008046 
- 00027471  0x000071d9 set1  0x00000006 , 0x0000003f 
- 00027472  0x000071da set1  0x00000007 , 0x0000003f 
- 00027473  0x000071db store  0x00000001 , 0x00008046 
- 00027474  0x000071dc jam  0x00000002 , 0x00008047 
- 00027475  0x000071dd jam  0x00000082 , 0x00008047 
- 00027476  0x000071de set0  0x00000007 , 0x0000003f 
- 00027477  0x000071df store  0x00000001 , 0x00008046 
- 00027478  0x000071e0 jam  0x0000008a , 0x00008047 
- 00027479  0x000071e1 nop  0x0000000b 
- 00027480  0x000071e2 jam  0x000000ca , 0x00008047 
- 00027481  0x000071e3 nop  0x00000021 
- 00027482  0x000071e4 jam  0x0000004a , 0x00008047 
- 00027483  0x000071e5 nop  0x0000002c 
- 00027484  0x000071e6 jam  0x000000ca , 0x00008047 
- 00027485  0x000071e7 nop  0x00000016 
- 00027486  0x000071e8 jam  0x0000008a , 0x00008047 
- 00027487  0x000071e9 nop  0x00000021 
- 00027488  0x000071ea jam  0x00000082 , 0x00008047 
- 00027489  0x000071eb nop  0x00000001 
- 00027490  0x000071ec jam  0x00000092 , 0x00008047 
- 00027491  0x000071ed nop  0x0000000a 
- 00027492  0x000071ee jam  0x000000b2 , 0x00008047 
- 00027493  0x000071ef fetch  0x00000001 , 0x00008007 
- 00027494  0x000071f0 jam  0x00000092 , 0x00008047 
- 00027495  0x000071f1 nop  0x00000001 
- 00027496  0x000071f2 jam  0x00000082 , 0x00008047 
- 00027497  0x000071f3 nop  0x00000001 
- 00027498  0x000071f4 qisolate0  0x0000003f 
- 00027499  0x000071f5 branch  0x00006b4c , 0x00000001 
- 00027500  0x000071f7 fetch  0x00000002 , 0x00008044 
- 00027501  0x000071f8 increase  0x00000001 , 0x0000003f 
- 00027502  0x000071f9 store  0x00000002 , 0x00008044 
- 00027503  0x000071fa increase  0x00000001 , 0x00000007 
- 00027504  0x000071fb compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00027505  0x000071fc nbranch  0x00006b4c , 0x00000001 
- 00027506  0x000071fd loop  0x00006b49 
- 00027507  0x000071fe branch  0x00006b38 
- 00027508  0x00007205 bpatch  0x000000c5 , 0x00004018 
- 00027509  0x00007207 call  0x00006b41 
- 00027510  0x00007208 jam  0x000000a2 , 0x00008047 
- 00027511  0x00007209 increase  0x00000008 , 0x00000012 
- 00027512  0x0000720a arg  0x00000000 , 0x00000007 
- 00027513  0x0000720b setarg  0xffffffff 
- 00027514  0x0000720d fetcht  0x00000001 , 0x00008007 
- 00027515  0x0000720e istoret  0x00000001 , 0x00000011 
- 00027516  0x0000720f bcrc  0x00000002 
- 00027517  0x00007210 jam  0x00000020 , 0x00008006 
- 00027518  0x00007211 storer  0x00000012 , 0x00000002 , 0x00008044 
- 00027519  0x00007212 isolate1  0x0000000f , 0x00000011 
- 00027520  0x00007213 branch  0x00006b83 , 0x00000001 
- 00027521  0x00007214 increase  0x00000001 , 0x00000011 
- 00027522  0x00007215 branch  0x00006b89 
- 00027523  0x00007218 nbranch  0x00006b89 , 0x00000028 
- 00027524  0x00007219 increase  0x00000001 , 0x00000007 
- 00027525  0x0000721a compare  0x00000000 , 0x00000007 , 0x0000000f 
- 00027526  0x0000721b nbranch  0x00006b89 , 0x00000001 
- 00027527  0x0000721c call  0x000072d4 
- 00027528  0x0000721d jam  0x00000010 , 0x00008006 
- 00027529  0x0000721f increase  0x00000008 , 0x00000012 
- 00027530  0x00007220 loop  0x00006b7a 
- 00027531  0x00007221 jam  0x00000082 , 0x00008047 
- 00027532  0x00007222 rtn 
- 00027533  0x0000722e fetch  0x00000001 , 0x000043cb 
- 00027534  0x0000722f beq  0x0000000a , 0x00006b9e 
- 00027535  0x00007230 beq  0x00000004 , 0x00006b9f 
- 00027536  0x00007232 beq  0x00000008 , 0x00006ba3 
- 00027537  0x00007233 beq  0x00000009 , 0x00006ba7 
- 00027538  0x00007234 beq  0x00000006 , 0x00006ba7 
- 00027539  0x00007235 beq  0x0000000c , 0x00006b9e 
- 00027540  0x00007236 beq  0x0000000d , 0x00006bb1 
- 00027541  0x00007237 beq  0x0000000e , 0x00006bab 
- 00027542  0x00007238 beq  0x0000000b , 0x00006b99 
- 00027543  0x00007239 beq  0x0000000f , 0x00006b9d 
- 00027544  0x0000723a branch  0x00006bc2 
- 00027545  0x0000723e arg  0x000043b2 , 0x0000003f 
- 00027546  0x0000723f arg  0x00006858 , 0x00000002 
- 00027547  0x00007240 call  0x00006bb7 
- 00027548  0x00007241 branch  0x00006bae 
- 00027549  0x00007244 branch  0x00006bae 
- 00027550  0x00007249 branch  0x00006bbf 
- 00027551  0x0000724d arg  0x00005099 , 0x0000003f 
- 00027552  0x0000724e arg  0x00006858 , 0x00000002 
- 00027553  0x0000724f call  0x00006bb7 
- 00027554  0x00007250 branch  0x00006bae 
- 00027555  0x00007253 arg  0x000043b2 , 0x0000003f 
- 00027556  0x00007254 arg  0x000053dc , 0x00000002 
- 00027557  0x00007255 call  0x00006bb7 
- 00027558  0x00007256 branch  0x00006bae 
- 00027559  0x00007259 arg  0x000043b2 , 0x0000003f 
- 00027560  0x0000725a arg  0x00004770 , 0x00000002 
- 00027561  0x0000725b call  0x00006bb7 
- 00027562  0x0000725c branch  0x00006bae 
- 00027563  0x0000725f arg  0x000047b7 , 0x0000003f 
- 00027564  0x00007260 arg  0x00006858 , 0x00000002 
- 00027565  0x00007261 call  0x00006bb7 
- 00027566  0x00007263 arg  0x00003728 , 0x0000003f 
- 00027567  0x00007264 arg  0x00004292 , 0x00000002 
- 00027568  0x00007265 branch  0x00006bbc 
- 00027569  0x00007268 arg  0x000047b7 , 0x0000003f 
- 00027570  0x00007269 arg  0x00006858 , 0x00000002 
- 00027571  0x0000726a call  0x00006bb7 
- 00027572  0x0000726b arg  0x00002acb , 0x0000003f 
- 00027573  0x0000726c arg  0x0000310d , 0x00000002 
- 00027574  0x0000726d branch  0x00006bbc 
- 00027575  0x00007271 lshift16  0x00000002 , 0x00000002 
- 00027576  0x00007272 ior  0x00000002 , 0x0000003f 
- 00027577  0x00007273 branch  0x000023cf 
- 00027578  0x00007277 arg  0x00002b8f , 0x0000003f 
- 00027579  0x00007278 arg  0x0000310d , 0x00000002 
- 00027580  0x0000727a lshift16  0x00000002 , 0x00000002 
- 00027581  0x0000727b ior  0x00000002 , 0x0000003f 
- 00027582  0x0000727c branch  0x000023d6 
- 00027583  0x0000727f arg  0x00003112 , 0x0000003f 
- 00027584  0x00007280 arg  0x000036df , 0x00000002 
- 00027585  0x00007281 branch  0x00006bbc 
- 00027586  0x00007284 call  0x00006bbf 
- 00027587  0x00007285 arg  0x00002b8f , 0x0000003f 
- 00027588  0x00007286 arg  0x0000310d , 0x00000002 
- 00027589  0x00007287 branch  0x00006bb7 
- 00027590  0x0000728e bpatch  0x000000c6 , 0x00004018 
- 00027591  0x00007290 fetch  0x00000001 , 0x000043f5 
- 00027592  0x00007291 store  0x00000001 , 0x00008080 
- 00027593  0x00007292 fetch  0x00000001 , 0x000043f6 
- 00027594  0x00007293 store  0x00000001 , 0x00008081 
- 00027595  0x00007294 setarg  0x000001de 
- 00027596  0x00007295 store  0x00000002 , 0x00008084 
- 00027597  0x00007296 setarg  0x000001e3 
- 00027598  0x00007297 store  0x00000002 , 0x00008086 
- 00027599  0x00007298 branch  0x000069dc 
- 00027600  0x0000729e set1  0x00000007 , 0x0000003f 
- 00027601  0x0000729f store  0x00000002 , 0x000001de 
- 00027602  0x000072a0 bpatch  0x000000c7 , 0x00004018 
- 00027603  0x000072a1 jam  0x00000002 , 0x00008082 
- 00027604  0x000072a2 jam  0x00000000 , 0x00008088 
- 00027605  0x000072a3 jam  0x00000002 , 0x00008006 
- 00027606  0x000072a4 branch  0x00006be0 
- 00027607  0x000072a8 force  0x00000001 , 0x00000002 
- 00027608  0x000072aa store  0x00000001 , 0x000001de 
- 00027609  0x000072ab bpatch  0x000000c8 , 0x00004019 
- 00027610  0x000072ac jam  0x00000001 , 0x00008082 
- 00027611  0x000072ad storet  0x00000002 , 0x00008088 
- 00027612  0x000072ae jam  0x00000002 , 0x00008006 
- 00027613  0x000072af call  0x00006be0 
- 00027614  0x000072b0 fetch  0x00000001 , 0x000001e3 
- 00027615  0x000072b1 rtn 
- 00027616  0x000072b8 nop  0x00000005 
- 00027617  0x000072b9 fetch  0x00000001 , 0x00008128 
- 00027618  0x000072ba bbit0  0x00000003 , 0x00006be0 
- 00027619  0x000072bb rtn 
- 00027620  0x000072c4 disable  0x00000028 
- 00027621  0x000072c5 copy  0x0000003f , 0x00000012 
- 00027622  0x000072c6 fetch  0x00000001 , 0x00004420 
- 00027623  0x000072c7 rtnne  0x00000000 
- 00027624  0x000072c8 enable  0x00000028 
- 00027625  0x000072c9 copy  0x00000012 , 0x0000003f 
- 00027626  0x000072ca branch  0x00006bf2 
- 00027627  0x000072ce fetch  0x00000001 , 0x00004420 
- 00027628  0x000072cf beq  0x00000001 , 0x00006bf2 
- 00027629  0x000072d0 beq  0x00000002 , 0x00006bf8 
- 00027630  0x000072d1 beq  0x00000003 , 0x00006c00 
- 00027631  0x000072d2 beq  0x00000004 , 0x00006c04 
- 00027632  0x000072d3 beq  0x00000005 , 0x00006c0b 
- 00027633  0x000072d4 rtn 
- 00027634  0x000072d7 store  0x00000003 , 0x00004419 
- 00027635  0x000072d8 copy  0x00000011 , 0x0000003f 
- 00027636  0x000072d9 store  0x00000002 , 0x0000441c 
- 00027637  0x000072da storet  0x00000002 , 0x0000441e 
- 00027638  0x000072db jam  0x00000002 , 0x00004420 
- 00027639  0x000072dc branch  0x00006c20 
- 00027640  0x000072df call  0x00006c20 
- 00027641  0x000072e0 jam  0x00000003 , 0x00004420 
- 00027642  0x000072e1 call  0x00006c26 
- 00027643  0x000072e2 arg  0x000001de , 0x00000011 
- 00027644  0x000072e3 jam  0x00000004 , 0x00008082 
- 00027645  0x000072e4 fetch  0x00000003 , 0x00004419 
- 00027646  0x000072e5 arg  0x00000020 , 0x00000002 
- 00027647  0x000072e6 branch  0x00006c40 
- 00027648  0x000072e9 call  0x00006c20 
- 00027649  0x000072ea call  0x00006c63 
- 00027650  0x000072eb jam  0x00000004 , 0x00004420 
- 00027651  0x000072ec rtn 
- 00027652  0x000072f0 bpatch  0x000000c9 , 0x00004019 
- 00027653  0x000072f1 call  0x00006c20 
- 00027654  0x000072f2 jam  0x00000005 , 0x00004420 
- 00027655  0x000072f3 call  0x00006c26 
- 00027656  0x000072f4 call  0x00006c18 
- 00027657  0x000072f5 call  0x00006c3c 
- 00027658  0x000072f6 branch  0x00006c13 
- 00027659  0x000072f8 call  0x00006c20 
- 00027660  0x000072f9 call  0x00006c26 
- 00027661  0x000072fa setarg  0x00000005 
- 00027662  0x000072fb call  0x00006bd7 
- 00027663  0x000072fc rtnbit1  0x00000000 
- 00027664  0x000072fd jam  0x00000000 , 0x00004420 
- 00027665  0x000072fe fetch  0x00000002 , 0x000043e7 
- 00027666  0x000072ff branch  0x00007d79 
- 00027667  0x00007301 fetch  0x00000004 , 0x00000678 
- 00027668  0x00007302 fetcht  0x00000002 , 0x0000441c 
- 00027669  0x00007304 increase  0xfffffffc , 0x00000002 
- 00027670  0x00007305 istore  0x00000004 , 0x00000002 
- 00027671  0x00007306 rtn 
- 00027672  0x00007309 fetcht  0x00000002 , 0x0000441c 
- 00027673  0x0000730a copy  0x00000002 , 0x00000011 
- 00027674  0x0000730b increase  0xfffffffc , 0x00000002 
- 00027675  0x0000730c ifetch  0x00000004 , 0x00000002 
- 00027676  0x0000730d store  0x00000004 , 0x00000678 
- 00027677  0x0000730e fetcht  0x00000002 , 0x0000441e 
- 00027678  0x0000730f fetch  0x00000003 , 0x00004419 
- 00027679  0x00007310 rtn 
- 00027680  0x00007313 bpatch  0x000000ca , 0x00004019 
- 00027681  0x00007314 call  0x00006c8b 
- 00027682  0x00007315 call  0x000069dc 
- 00027683  0x00007316 setarg  0x00000000 
- 00027684  0x00007317 store  0x00000004 , 0x000001de 
- 00027685  0x00007318 rtn 
- 00027686  0x0000731b jam  0x00000006 , 0x000001de 
- 00027687  0x0000731d setarg  0x00000000 
- 00027688  0x0000731e store  0x00000002 , 0x00008088 
- 00027689  0x0000731f setarg  0x00000001 
- 00027690  0x00007320 store  0x00000002 , 0x00008082 
- 00027691  0x00007321 setarg  0x000001de 
- 00027692  0x00007322 store  0x00000002 , 0x00008084 
- 00027693  0x00007323 jam  0x00000002 , 0x00008006 
- 00027694  0x00007324 branch  0x00006be0 
- 00027695  0x00007327 jam  0x000000ab , 0x000001de 
- 00027696  0x00007328 branch  0x00006c27 
- 00027697  0x0000732b jam  0x000000b9 , 0x000001de 
- 00027698  0x0000732c branch  0x00006c27 
- 00027699  0x0000732f store  0x00000003 , 0x00000670 
- 00027700  0x00007330 storet  0x00000002 , 0x00000678 
- 00027701  0x00007331 storer  0x00000011 , 0x00000002 , 0x00000684 
- 00027702  0x00007332 bpatchx  0x000000b5 , 0x00004036 
- 00027703  0x00007333 call  0x00006c26 
- 00027704  0x00007334 fetch  0x00000003 , 0x00000670 
- 00027705  0x00007335 fetcht  0x00000002 , 0x00000678 
- 00027706  0x00007336 fetchr  0x00000011 , 0x00000002 , 0x00000684 
- 00027707  0x00007337 branch  0x00006c3c 
- 00027708  0x0000733b increase  0x00000004 , 0x00000002 
- 00027709  0x0000733c storet  0x00000002 , 0x00008082 
- 00027710  0x0000733d arg  0x00000002 , 0x00000002 
- 00027711  0x0000733e increase  0xfffffffc , 0x00000011 
- 00027712  0x00007341 istoret  0x00000001 , 0x00000011 
- 00027713  0x00007342 rshift16  0x0000003f , 0x00000002 
- 00027714  0x00007343 istoret  0x00000001 , 0x00000005 
- 00027715  0x00007344 rshift8  0x0000003f , 0x00000002 
- 00027716  0x00007345 istoret  0x00000001 , 0x00000005 
- 00027717  0x00007346 istore  0x00000001 , 0x00000005 
- 00027718  0x00007347 deposit  0x00000011 
- 00027719  0x00007348 store  0x00000002 , 0x00008084 
- 00027720  0x00007349 setarg  0x00000000 
- 00027721  0x0000734a store  0x00000002 , 0x00008088 
- 00027722  0x0000734b jam  0x00000002 , 0x00008006 
- 00027723  0x0000734c call  0x00006be0 
- 00027724  0x0000734d branch  0x00006c63 
- 00027725  0x00007352 storet  0x00000002 , 0x00008088 
- 00027726  0x00007353 rshift16  0x0000003f , 0x00000002 
- 00027727  0x00007354 storet  0x00000001 , 0x000001df 
- 00027728  0x00007355 rshift8  0x0000003f , 0x00000002 
- 00027729  0x00007356 storet  0x00000001 , 0x000001e0 
- 00027730  0x00007357 store  0x00000001 , 0x000001e1 
- 00027731  0x00007358 setarg  0x00000004 
- 00027732  0x00007359 store  0x00000002 , 0x00008082 
- 00027733  0x0000735a jam  0x00000003 , 0x000001de 
- 00027734  0x0000735b setarg  0x000001de 
- 00027735  0x0000735c store  0x00000002 , 0x00008084 
- 00027736  0x0000735d deposit  0x00000011 
- 00027737  0x0000735e store  0x00000002 , 0x00008086 
- 00027738  0x0000735f fetch  0x00000001 , 0x00008080 
- 00027739  0x00007360 isolate0  0x0000000f , 0x00000011 
- 00027740  0x00007361 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00027741  0x00007362 store  0x00000001 , 0x00008080 
- 00027742  0x00007363 jam  0x00000002 , 0x00008006 
- 00027743  0x00007365 fetch  0x00000001 , 0x00008128 
- 00027744  0x00007366 bbit1  0x00000007 , 0x00006c5f 
- 00027745  0x00007367 arg  0x00000003 , 0x00000007 
- 00027746  0x00007368 branch  0x00006be0 
- 00027747  0x0000736b setarg  0x000007d0 
- 00027748  0x0000736c call  0x0000235c 
- 00027749  0x0000736d call  0x00006c26 
- 00027750  0x0000736e setarg  0x000001e3 
- 00027751  0x0000736f store  0x00000002 , 0x00008086 
- 00027752  0x00007370 setarg  0x00000005 
- 00027753  0x00007371 call  0x00006bd7 
- 00027754  0x00007372 bbit1  0x00000000 , 0x00006c63 
- 00027755  0x00007373 rtn 
- 00027756  0x0000737a storet  0x00000002 , 0x00008088 
- 00027757  0x0000737b setarg  0x00000004 
- 00027758  0x0000737c store  0x00000002 , 0x00008082 
- 00027759  0x0000737d jam  0x00000003 , 0x000001de 
- 00027760  0x0000737e setarg  0x000001de 
- 00027761  0x0000737f store  0x00000002 , 0x00008084 
- 00027762  0x00007380 deposit  0x00000011 
- 00027763  0x00007381 store  0x00000002 , 0x00008086 
- 00027764  0x00007382 fetch  0x00000001 , 0x00008080 
- 00027765  0x00007383 isolate0  0x0000000f , 0x00000011 
- 00027766  0x00007384 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00027767  0x00007385 store  0x00000001 , 0x00008080 
- 00027768  0x00007386 jam  0x00000002 , 0x00008006 
- 00027769  0x00007388 fetch  0x00000001 , 0x00008128 
- 00027770  0x00007389 bbit1  0x00000007 , 0x00006c79 
- 00027771  0x0000738a arg  0x00000003 , 0x00000007 
- 00027772  0x0000738b call  0x00006b07 
- 00027773  0x0000738c call  0x00006be0 
- 00027774  0x0000738d isolate1  0x00000002 , 0x0000003f 
- 00027775  0x0000738e call  0x00006b00 
- 00027776  0x0000738f fetch  0x00000001 , 0x000001df 
- 00027777  0x00007390 lshift16  0x0000003f , 0x00000012 
- 00027778  0x00007391 fetch  0x00000002 , 0x000001e0 
- 00027779  0x00007392 byteswap  0x0000003f , 0x0000003f 
- 00027780  0x00007393 ior  0x00000012 , 0x0000003f 
- 00027781  0x00007394 iadd  0x00000002 , 0x0000003f 
- 00027782  0x00007395 store  0x00000001 , 0x000001e1 
- 00027783  0x00007396 rshift8  0x0000003f , 0x0000003f 
- 00027784  0x00007397 byteswap  0x0000003f , 0x0000003f 
- 00027785  0x00007398 store  0x00000002 , 0x000001df 
- 00027786  0x00007399 rtn 
- 00027787  0x0000739c fetch  0x00000001 , 0x00004421 
- 00027788  0x0000739d fetcht  0x00000001 , 0x00004423 
- 00027789  0x0000739e isub  0x00000002 , 0x0000003e 
- 00027790  0x0000739f nbranch  0x00006c90 , 0x00000005 
- 00027791  0x000073a0 call  0x00006c9c 
- 00027792  0x000073a3 fetch  0x00000001 , 0x00004421 
- 00027793  0x000073a4 arg  0x00000020 , 0x00000002 
- 00027794  0x000073a5 call  0x00006f21 
- 00027795  0x000073a6 fetch  0x00000001 , 0x00004424 
- 00027796  0x000073a7 arg  0x00000021 , 0x00000002 
- 00027797  0x000073a8 call  0x00006f21 
- 00027798  0x000073a9 fetch  0x00000001 , 0x00004422 
- 00027799  0x000073aa arg  0x00000022 , 0x00000002 
- 00027800  0x000073ab call  0x00006f21 
- 00027801  0x000073ac fetch  0x00000001 , 0x00004423 
- 00027802  0x000073ad arg  0x0000001f , 0x00000002 
- 00027803  0x000073ae branch  0x00006f21 
- 00027804  0x000073b1 jam  0x00000001 , 0x00004421 
- 00027805  0x000073b2 jam  0x00000003 , 0x00004422 
- 00027806  0x000073b3 jam  0x00000000 , 0x00004423 
- 00027807  0x000073b4 jam  0x00000002 , 0x00004424 
- 00027808  0x000073b5 jam  0x0000000b , 0x00004425 
- 00027809  0x000073b6 jam  0x0000000a , 0x00004426 
- 00027810  0x000073b7 rtn 
- 00027811  0x000073bb jam  0x00000001 , 0x00008010 
- 00027812  0x000073bc rtn 
- 00027813  0x000073c3 jam  0x00000005 , 0x0000808b 
- 00027814  0x000073c4 jam  0x00000007 , 0x0000808c 
- 00027815  0x000073c5 jam  0x00000007 , 0x0000808d 
- 00027816  0x000073c6 jam  0x00000007 , 0x0000808e 
- 00027817  0x000073c7 jam  0x00000007 , 0x0000808f 
- 00027818  0x000073c8 jam  0x00000005 , 0x00008090 
- 00027819  0x000073c9 jam  0x00000000 , 0x00008091 
- 00027820  0x000073ca rtn 
- 00027821  0x000073cd jam  0x0000000c , 0x0000808b 
- 00027822  0x000073ce jam  0x0000000d , 0x0000808c 
- 00027823  0x000073cf jam  0x0000000d , 0x0000808d 
- 00027824  0x000073d0 jam  0x0000000d , 0x0000808e 
- 00027825  0x000073d1 jam  0x0000000d , 0x0000808f 
- 00027826  0x000073d2 jam  0x0000000c , 0x00008090 
- 00027827  0x000073d3 jam  0x00000000 , 0x00008091 
- 00027828  0x000073d4 rtn 
- 00027829  0x000073d7 call  0x00006cd8 
- 00027830  0x000073d9 fetch  0x00000001 , 0x00004428 
- 00027831  0x000073da arg  0x0000006c , 0x00000002 
- 00027832  0x000073db call  0x00006f21 
- 00027833  0x000073dc fetch  0x00000001 , 0x00004429 
- 00027834  0x000073dd arg  0x0000006d , 0x00000002 
- 00027835  0x000073de branch  0x00006f21 
- 00027836  0x000073e1 call  0x00006cdf 
- 00027837  0x000073e2 branch  0x00006cb6 
- 00027838  0x000073e5 fetch  0x00000001 , 0x00008128 
- 00027839  0x000073e6 bbit0  0x00000005 , 0x00006cbe 
- 00027840  0x000073e7 rtn 
- 00027841  0x00007402 set1  0x00000028 , 0x00000000 
- 00027842  0x00007403 jam  0x00000008 , 0x000043f4 
- 00027843  0x00007404 rtn 
- 00027844  0x00007407 set0  0x00000028 , 0x00000000 
- 00027845  0x00007408 jam  0x00000020 , 0x000043f4 
- 00027846  0x00007409 rtn 
- 00027847  0x0000740d fetch  0x00000001 , 0x000043eb 
- 00027848  0x0000740e iadd  0x00000012 , 0x0000003f 
- 00027849  0x0000740f store  0x00000001 , 0x000001e0 
- 00027850  0x00007410 branch  0x00006cce 
- 00027851  0x00007413 fetch  0x00000002 , 0x000001e0 
- 00027852  0x00007414 byteswap  0x0000003f , 0x0000003f 
- 00027853  0x00007415 store  0x00000001 , 0x000001e0 
- 00027854  0x0000741b setarg  0x00000003 
- 00027855  0x0000741c store  0x00000002 , 0x00008092 
- 00027856  0x0000741d jam  0x000000a0 , 0x000001df 
- 00027857  0x0000741e jam  0x000000a1 , 0x000001e1 
- 00027858  0x0000741f branch  0x00006ced 
- 00027859  0x00007426 storet  0x00000002 , 0x00000678 
- 00027860  0x00007427 call  0x00006cd8 
- 00027861  0x00007428 fetcht  0x00000002 , 0x00000678 
- 00027862  0x00007429 call  0x00006d07 
- 00027863  0x0000742a branch  0x00006cdf 
- 00027864  0x0000742d fetch  0x00000001 , 0x00004427 
- 00027865  0x0000742e rtneq  0x000000ff 
- 00027866  0x0000742f bbit0  0x00000006 , 0x00006cdd 
- 00027867  0x00007430 setarg  0x000249f0 
- 00027868  0x00007431 call  0x0000235c 
- 00027869  0x00007433 fetcht  0x00000001 , 0x00004427 
- 00027870  0x00007434 branch  0x00006ef7 
- 00027871  0x00007437 fetcht  0x00000001 , 0x00004427 
- 00027872  0x00007438 branch  0x00006ef3 
- 00027873  0x0000743e bpatch  0x000000cb , 0x00004019 
- 00027874  0x0000743f bmark1  0x00000028 , 0x00006cc7 
- 00027875  0x00007440 fetch  0x00000002 , 0x000043eb 
- 00027876  0x00007441 iadd  0x00000012 , 0x0000003f 
- 00027877  0x00007442 byteswap  0x0000003f , 0x0000003f 
- 00027878  0x00007443 store  0x00000002 , 0x000001e0 
- 00027879  0x00007447 bpatch  0x000000cc , 0x00004019 
- 00027880  0x00007448 bmark1  0x00000028 , 0x00006ccb 
- 00027881  0x00007449 setarg  0x00000004 
- 00027882  0x0000744a store  0x00000002 , 0x00008092 
- 00027883  0x0000744b jam  0x000000a0 , 0x000001df 
- 00027884  0x0000744c jam  0x000000a1 , 0x000001e2 
- 00027885  0x0000744e setarg  0x000001df 
- 00027886  0x0000744f store  0x00000002 , 0x00008094 
- 00027887  0x00007450 storet  0x00000002 , 0x00008098 
- 00027888  0x00007451 storer  0x00000011 , 0x00000002 , 0x00008096 
- 00027889  0x00007452 setarg  0x00000002 
- 00027890  0x00007453 isolate0  0x0000000f , 0x00000011 
- 00027891  0x00007454 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00027892  0x00007455 store  0x00000001 , 0x0000808a 
- 00027893  0x00007456 jam  0x00000004 , 0x00008006 
- 00027894  0x00007457 arg  0x00000005 , 0x00000007 
- 00027895  0x00007458 call  0x00006b07 
- 00027896  0x00007459 call  0x00006cbe 
- 00027897  0x0000745a isolate1  0x00000004 , 0x0000003f 
- 00027898  0x0000745b call  0x00006b00 
- 00027899  0x0000745c bmark1  0x00000028 , 0x00006d02 
- 00027900  0x0000745e fetch  0x00000002 , 0x000001e0 
- 00027901  0x0000745f byteswap  0x0000003f , 0x0000003f 
- 00027902  0x00007460 iadd  0x00000002 , 0x0000003f 
- 00027903  0x00007461 byteswap  0x0000003f , 0x0000003f 
- 00027904  0x00007462 store  0x00000002 , 0x000001e0 
- 00027905  0x00007463 rtn 
- 00027906  0x00007466 fetch  0x00000001 , 0x000001e0 
- 00027907  0x00007467 iadd  0x00000002 , 0x0000003f 
- 00027908  0x00007468 byteswap  0x0000003f , 0x0000003f 
- 00027909  0x00007469 store  0x00000002 , 0x000001e0 
- 00027910  0x0000746a rtn 
- 00027911  0x00007471 fetch  0x00000002 , 0x000043eb 
- 00027912  0x00007472 iadd  0x00000012 , 0x0000003f 
- 00027913  0x00007475 store  0x00000002 , 0x00000670 
- 00027914  0x00007476 bpatch  0x000000cd , 0x00004019 
- 00027915  0x00007477 storet  0x00000002 , 0x00000678 
- 00027916  0x00007478 storer  0x00000011 , 0x00000002 , 0x0000068f 
- 00027917  0x0000747a call  0x00006d1c 
- 00027918  0x0000747c fetcht  0x00000002 , 0x00000688 
- 00027919  0x0000747d fetchr  0x00000011 , 0x00000002 , 0x0000068f 
- 00027920  0x0000747e fetch  0x00000002 , 0x00000670 
- 00027921  0x00007480 call  0x00006d3d 
- 00027922  0x00007482 fetch  0x00000002 , 0x00000688 
- 00027923  0x00007483 fetcht  0x00000002 , 0x0000068f 
- 00027924  0x00007484 iadd  0x00000002 , 0x00000002 
- 00027925  0x00007485 storet  0x00000002 , 0x0000068f 
- 00027926  0x00007486 fetcht  0x00000002 , 0x00000670 
- 00027927  0x00007487 iadd  0x00000002 , 0x00000002 
- 00027928  0x00007488 storet  0x00000002 , 0x00000670 
- 00027929  0x00007489 fetch  0x00000002 , 0x00000678 
- 00027930  0x0000748a nbranch  0x00006d0d , 0x00000034 
- 00027931  0x0000748b rtn 
- 00027932  0x00007494 bpatch  0x000000ce , 0x00004019 
- 00027933  0x00007495 fetch  0x00000001 , 0x000043f4 
- 00027934  0x00007496 increase  0xffffffff , 0x0000003f 
- 00027935  0x00007497 fetcht  0x00000002 , 0x00000670 
- 00027936  0x00007498 ior  0x00000002 , 0x0000003f 
- 00027937  0x00007499 increase  0x00000001 , 0x0000003f 
- 00027938  0x0000749a store  0x00000003 , 0x0000068c 
- 00027939  0x0000749c fetch  0x00000002 , 0x00000678 
- 00027940  0x0000749d iadd  0x00000002 , 0x0000003f 
- 00027941  0x0000749f fetcht  0x00000003 , 0x0000068c 
- 00027942  0x000074a0 isub  0x00000002 , 0x0000003f 
- 00027943  0x000074a1 nbranch  0x00006d2e , 0x00000002 
- 00027944  0x000074a2 store  0x00000002 , 0x00000678 
- 00027945  0x000074a3 fetch  0x00000003 , 0x0000068c 
- 00027946  0x000074a4 fetcht  0x00000002 , 0x00000670 
- 00027947  0x000074a5 isub  0x00000002 , 0x0000003f 
- 00027948  0x000074a6 store  0x00000002 , 0x00000688 
- 00027949  0x000074a7 rtn 
- 00027950  0x000074aa fetch  0x00000002 , 0x00000678 
- 00027951  0x000074ab store  0x00000002 , 0x00000688 
- 00027952  0x000074ac setarg  0x00000000 
- 00027953  0x000074ad store  0x00000002 , 0x00000678 
- 00027954  0x000074ae rtn 
- 00027955  0x000074b1 copy  0x00000012 , 0x0000003f 
- 00027956  0x000074b2 increase  0x00000002 , 0x00000002 
- 00027957  0x000074b3 storet  0x00000002 , 0x00008092 
- 00027958  0x000074b4 increase  0xfffffffe , 0x00000011 
- 00027959  0x000074b5 ifetcht  0x00000003 , 0x00000011 
- 00027960  0x000074b6 copy  0x00000002 , 0x00000012 
- 00027961  0x000074b7 arg  0x000000a0 , 0x00000002 
- 00027962  0x000074b8 istoret  0x00000001 , 0x00000011 
- 00027963  0x000074b9 istore  0x00000001 , 0x00000005 
- 00027964  0x000074ba branch  0x00006d4a 
- 00027965  0x000074be copy  0x0000003f , 0x00000012 
- 00027966  0x000074bf bpatch  0x000000cf , 0x00004019 
- 00027967  0x000074c0 bmark1  0x00000028 , 0x00006d33 
- 00027968  0x000074c1 copy  0x00000012 , 0x0000003f 
- 00027969  0x000074c2 increase  0x00000003 , 0x00000002 
- 00027970  0x000074c3 storet  0x00000002 , 0x00008092 
- 00027971  0x000074c4 increase  0xfffffffd , 0x00000011 
- 00027972  0x000074c5 ifetcht  0x00000003 , 0x00000011 
- 00027973  0x000074c6 copy  0x00000002 , 0x00000012 
- 00027974  0x000074c7 arg  0x000000a0 , 0x00000002 
- 00027975  0x000074c8 istoret  0x00000001 , 0x00000011 
- 00027976  0x000074c9 byteswap  0x0000003f , 0x0000003f 
- 00027977  0x000074ca istore  0x00000002 , 0x00000005 
- 00027978  0x000074cc storer  0x00000011 , 0x00000002 , 0x00008094 
- 00027979  0x000074cd setarg  0x00000000 
- 00027980  0x000074ce store  0x00000002 , 0x00008098 
- 00027981  0x000074cf jam  0x00000001 , 0x0000808a 
- 00027982  0x000074d0 jam  0x00000004 , 0x00008006 
- 00027983  0x000074d1 call  0x00006cbe 
- 00027984  0x000074d2 istorer  0x00000012 , 0x00000003 , 0x00000011 
- 00027985  0x000074d4 bpatch  0x000000d0 , 0x0000401a 
- 00027986  0x000074d5 jam  0x00000000 , 0x000001e2 
- 00027987  0x000074d7 setarg  0x00000001 
- 00027988  0x000074d8 store  0x00000002 , 0x00008092 
- 00027989  0x000074d9 jam  0x000000a0 , 0x000001df 
- 00027990  0x000074da setarg  0x000001df 
- 00027991  0x000074db store  0x00000002 , 0x00008094 
- 00027992  0x000074dc setarg  0x00000000 
- 00027993  0x000074dd store  0x00000002 , 0x00008098 
- 00027994  0x000074de store  0x00000002 , 0x00008096 
- 00027995  0x000074df setarg  0x00000003 
- 00027996  0x000074e0 store  0x00000001 , 0x0000808a 
- 00027997  0x000074e1 jam  0x00000004 , 0x00008006 
- 00027998  0x000074e2 call  0x00006cbe 
- 00027999  0x000074e3 fetch  0x00000001 , 0x00008128 
- 00028000  0x000074e4 rtnbit0  0x00000006 
- 00028001  0x000074e5 nop  0x000005dc 
- 00028002  0x000074e6 fetch  0x00000001 , 0x000001e2 
- 00028003  0x000074e7 increase  0x00000001 , 0x0000003f 
- 00028004  0x000074e8 store  0x00000001 , 0x000001e2 
- 00028005  0x000074e9 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00028006  0x000074ea nrtn  0x00000002 
- 00028007  0x000074eb branch  0x00006d53 
- 00028008  0x000074f0 call  0x00007dba 
- 00028009  0x000074f1 branch  0x00006d6a 
- 00028010  0x000074f4 rshift16  0x0000003f , 0x00000002 
- 00028011  0x000074f5 call  0x00006d8e , 0x00000028 
- 00028012  0x000074f6 rshift32  0x0000003f , 0x0000003f 
- 00028013  0x000074f7 rshift16  0x0000003f , 0x00000002 
- 00028014  0x000074f8 call  0x00006d8a , 0x00000028 
- 00028015  0x000074f9 fetch  0x00000002 , 0x00008050 
- 00028016  0x000074fa set0  0x0000000f , 0x0000003f 
- 00028017  0x000074fb store  0x00000002 , 0x00008050 
- 00028018  0x000074fc rtn 
- 00028019  0x00007500 store  0x00000002 , 0x00008052 
- 00028020  0x00007501 rtn 
- 00028021  0x00007505 call  0x00006d77 
- 00028022  0x00007506 branch  0x00006d73 
- 00028023  0x0000750a call  0x00006d7c 
- 00028024  0x0000750b idiv  0x00000002 
- 00028025  0x0000750c call  0x00007d62 
- 00028026  0x0000750d quotient  0x0000003f 
- 00028027  0x0000750e rtn 
- 00028028  0x00007511 fetch  0x00000001 , 0x00008043 
- 00028029  0x00007512 bbit0  0x00000000 , 0x00006d80 
- 00028030  0x00007513 setarg  0x02dc6c00 
- 00028031  0x00007514 rtn 
- 00028032  0x00007516 setarg  0x016e3600 
- 00028033  0x00007517 rtn 
- 00028034  0x0000751a fetch  0x00000001 , 0x00008043 
- 00028035  0x0000751b and  0x0000003f , 0x000000fe , 0x0000003f 
- 00028036  0x0000751c store  0x00000001 , 0x00008043 
- 00028037  0x0000751d rtn 
- 00028038  0x00007520 fetch  0x00000001 , 0x00008043 
- 00028039  0x00007521 or  0x0000003f , 0x00000001 , 0x0000003f 
- 00028040  0x00007522 store  0x00000001 , 0x00008043 
- 00028041  0x00007523 rtn 
- 00028042  0x00007528 store  0x00000002 , 0x0000805a 
- 00028043  0x00007529 store  0x00000002 , 0x0000805e 
- 00028044  0x0000752a storet  0x00000002 , 0x0000805c 
- 00028045  0x0000752b rtn 
- 00028046  0x0000752f store  0x00000002 , 0x00008054 
- 00028047  0x00007530 store  0x00000002 , 0x00008058 
- 00028048  0x00007531 storet  0x00000002 , 0x00008056 
- 00028049  0x00007532 rtn 
- 00028050  0x00007535 fetchr  0x0000000a , 0x00000002 , 0x0000805a 
- 00028051  0x00007536 fetchr  0x00000010 , 0x00000002 , 0x0000805c 
- 00028052  0x00007537 fetchr  0x00000003 , 0x00000002 , 0x0000805e 
- 00028053  0x00007538 rtn 
- 00028054  0x0000753b fetchr  0x0000000a , 0x00000002 , 0x00008054 
- 00028055  0x0000753c fetchr  0x00000010 , 0x00000002 , 0x00008056 
- 00028056  0x0000753d fetchr  0x00000003 , 0x00000002 , 0x00008058 
- 00028057  0x0000753e rtn 
- 00028058  0x00007541 storer  0x00000003 , 0x00000002 , 0x0000805e 
- 00028059  0x00007542 rtn 
- 00028060  0x00007545 storer  0x00000003 , 0x00000002 , 0x00008058 
- 00028061  0x00007546 rtn 
- 00028062  0x00007549 call  0x00006d96 
- 00028063  0x0000754a fetch  0x00000002 , 0x00008112 
- 00028064  0x0000754b iadd  0x00000003 , 0x00000003 
- 00028065  0x0000754c branch  0x00006d9c 
- 00028066  0x0000754f call  0x00006da6 
- 00028067  0x00007550 branch  0x00006d92 
- 00028068  0x00007553 call  0x00006d9a 
- 00028069  0x00007554 branch  0x00006daa 
- 00028070  0x00007558 storer  0x00000003 , 0x00000002 , 0x00000697 
- 00028071  0x00007559 storer  0x0000000a , 0x00000002 , 0x00000695 
- 00028072  0x0000755a storer  0x00000010 , 0x00000002 , 0x00000693 
- 00028073  0x0000755b rtn 
- 00028074  0x0000755e fetchr  0x00000003 , 0x00000002 , 0x00000697 
- 00028075  0x0000755f fetchr  0x0000000a , 0x00000002 , 0x00000695 
- 00028076  0x00007560 fetchr  0x00000010 , 0x00000002 , 0x00000693 
- 00028077  0x00007561 rtn 
- 00028078  0x00007564 fetch  0x00000002 , 0x0000810e 
- 00028079  0x00007565 nbranch  0x00006dae , 0x00000034 
- 00028080  0x00007566 rtn 
- 00028081  0x00007569 deposit  0x00000039 
- 00028082  0x0000756a rtn  0x00000034 
- 00028083  0x0000756c increase  0xfffffff8 , 0x00000039 
- 00028084  0x0000756d call  0x00006dbe , 0x00000002 
- 00028085  0x0000756e rtn  0x00000005 
- 00028086  0x0000756f branch  0x00006db3 , 0x00000002 
- 00028087  0x00007570 increase  0x00000008 , 0x00000039 
- 00028088  0x00007572 increase  0xfffffffc , 0x00000039 
- 00028089  0x00007573 call  0x00006dc1 , 0x00000002 
- 00028090  0x00007574 rtn  0x00000005 
- 00028091  0x00007575 branch  0x00006db8 , 0x00000002 
- 00028092  0x00007576 increase  0x00000004 , 0x00000039 
- 00028093  0x00007577 branch  0x00006dc4 
- 00028094  0x0000757a ifetch  0x00000008 , 0x00000006 
- 00028095  0x0000757b istore  0x00000008 , 0x00000003 
- 00028096  0x0000757c rtn 
- 00028097  0x0000757f ifetch  0x00000004 , 0x00000006 
- 00028098  0x00007580 istore  0x00000004 , 0x00000003 
- 00028099  0x00007581 rtn 
- 00028100  0x00007584 deposit  0x00000039 
- 00028101  0x00007585 rtn  0x00000034 
- 00028102  0x00007587 ifetch  0x00000001 , 0x00000006 
- 00028103  0x00007588 istore  0x00000001 , 0x00000003 
- 00028104  0x00007589 loop  0x00006dc6 
- 00028105  0x0000758a rtn 
- 00028106  0x0000758d deposit  0x00000039 
- 00028107  0x0000758e rtn  0x00000034 
- 00028108  0x00007590 increase  0xfffffff8 , 0x00000039 
- 00028109  0x00007591 call  0x00006dd7 , 0x00000002 
- 00028110  0x00007592 rtn  0x00000005 
- 00028111  0x00007593 branch  0x00006dcc , 0x00000002 
- 00028112  0x00007594 increase  0x00000008 , 0x00000039 
- 00028113  0x00007596 increase  0xfffffffc , 0x00000039 
- 00028114  0x00007597 call  0x00006dda , 0x00000002 
- 00028115  0x00007598 rtn  0x00000005 
- 00028116  0x00007599 branch  0x00006dd1 , 0x00000002 
- 00028117  0x0000759a increase  0x00000004 , 0x00000039 
- 00028118  0x0000759b branch  0x00006ddd 
- 00028119  0x0000759f ifetch  0x00000008 , 0x00000003 
- 00028120  0x000075a0 istore  0x00000008 , 0x00000005 
- 00028121  0x000075a1 rtn 
- 00028122  0x000075a4 ifetch  0x00000004 , 0x00000003 
- 00028123  0x000075a5 istore  0x00000004 , 0x00000005 
- 00028124  0x000075a6 rtn 
- 00028125  0x000075aa deposit  0x00000039 
- 00028126  0x000075ab rtn  0x00000034 
- 00028127  0x000075ad ifetch  0x00000001 , 0x00000003 
- 00028128  0x000075ae istore  0x00000001 , 0x00000005 
- 00028129  0x000075af loop  0x00006ddf 
- 00028130  0x000075b0 rtn 
- 00028131  0x000075b6 jam  0x0000003d , 0x0000066f 
- 00028132  0x000075b7 branch  0x0000782b 
- 00028133  0x000075ba bpatch  0x000000d1 , 0x0000401a 
- 00028134  0x000075bb fetch  0x00000001 , 0x000043fa 
- 00028135  0x000075bc rtn  0x00000034 
- 00028136  0x000075bd call  0x00006e87 
- 00028137  0x000075be call  0x00006e8d , 0x00000005 
- 00028138  0x000075bf call  0x00007dc0 
- 00028139  0x000075c0 call  0x00006e18 
- 00028140  0x000075c2 fetch  0x00000001 , 0x000043fa 
- 00028141  0x000075c3 icopy  0x00000013 
- 00028142  0x000075c4 fetcht  0x00000002 , 0x000043f8 
- 00028143  0x000075c5 storet  0x00000002 , 0x00000033 
- 00028144  0x000075c7 copy  0x00000013 , 0x0000003f 
- 00028145  0x000075c8 branch  0x00006de3 , 0x00000034 
- 00028146  0x000075c9 increase  0xffffffff , 0x00000013 
- 00028147  0x000075ca copy  0x00000002 , 0x00000011 
- 00028148  0x000075cb ifetch  0x00000001 , 0x00000011 
- 00028149  0x000075cc fetcht  0x00000001 , 0x00000031 
- 00028150  0x000075cd isub  0x00000002 , 0x0000003e 
- 00028151  0x000075ce call  0x00006e00 , 0x00000005 
- 00028152  0x000075cf branch  0x00006dfc , 0x00000002 
- 00028153  0x000075d0 ifetch  0x00000001 , 0x00000011 
- 00028154  0x000075d1 increase  0x00000001 , 0x0000003f 
- 00028155  0x000075d2 istore  0x00000001 , 0x00000011 
- 00028156  0x000075d4 fetcht  0x00000002 , 0x00000033 
- 00028157  0x000075d5 increase  0x00000022 , 0x00000002 
- 00028158  0x000075d6 storet  0x00000002 , 0x00000033 
- 00028159  0x000075d7 branch  0x00006df0 
- 00028160  0x000075da setarg  0x00000000 
- 00028161  0x000075db istore  0x00000001 , 0x00000011 
- 00028162  0x000075dc fetch  0x00000001 , 0x00000032 
- 00028163  0x000075dd istore  0x00000001 , 0x00000005 
- 00028164  0x000075de bne  0x00000033 , 0x00006e0d 
- 00028165  0x000075e1 ifetch  0x00000006 , 0x00000006 
- 00028166  0x000075e2 istore  0x00000008 , 0x00000005 
- 00028167  0x000075e3 setarg  0x00000000 
- 00028168  0x000075e4 istore  0x00000008 , 0x00000005 
- 00028169  0x000075e5 copy  0x00000012 , 0x00000006 
- 00028170  0x000075e7 call  0x00007c8f 
- 00028171  0x000075e8 force  0x00000001 , 0x0000003e 
- 00028172  0x000075e9 rtn 
- 00028173  0x000075ec beq  0x00000036 , 0x00006e11 
- 00028174  0x000075ed beq  0x00000037 , 0x00006e15 
- 00028175  0x000075ee arg  0x0000428a , 0x00000012 
- 00028176  0x000075ef branch  0x00006e05 
- 00028177  0x000075f2 arg  0x0000430d , 0x00000006 
- 00028178  0x000075f3 call  0x00007c8f 
- 00028179  0x000075f5 arg  0x0000428a , 0x00000006 
- 00028180  0x000075f6 branch  0x00006e0a 
- 00028181  0x000075f9 arg  0x00004305 , 0x00000006 
- 00028182  0x000075fa call  0x00007c8f 
- 00028183  0x000075fb branch  0x00006e13 
- 00028184  0x00007601 bpatch  0x000000d2 , 0x0000401a 
- 00028185  0x00007602 call  0x00007dbc 
- 00028186  0x00007603 fetch  0x00000001 , 0x000043fa 
- 00028187  0x00007604 rtn  0x00000034 
- 00028188  0x00007605 bpatch  0x000000d3 , 0x0000401a 
- 00028189  0x00007606 fetch  0x00000002 , 0x000044e9 
- 00028190  0x00007607 rtnbit0  0x00000009 
- 00028191  0x00007609 fetch  0x00000001 , 0x000042cb 
- 00028192  0x0000760a beq  0x00000000 , 0x00006e34 
- 00028193  0x0000760b fetch  0x00000001 , 0x0000017d 
- 00028194  0x0000760c compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00028195  0x0000760d branch  0x00006e27 , 0x00000001 
- 00028196  0x0000760e compare  0x00000040 , 0x0000003f , 0x000000c0 
- 00028197  0x0000760f branch  0x00006e39 , 0x00000001 
- 00028198  0x00007610 branch  0x00006e2e 
- 00028199  0x00007613 branch  0x00006e2b , 0x0000002c 
- 00028200  0x00007614 fetch  0x00000001 , 0x000042c2 
- 00028201  0x00007615 bbit0  0x00000001 , 0x00006e34 
- 00028202  0x00007616 branch  0x00006e2e 
- 00028203  0x00007619 call  0x00006e34 
- 00028204  0x0000761a rtn  0x00000028 
- 00028205  0x0000761b branch  0x00006e2e 
- 00028206  0x00007620 fetch  0x00000001 , 0x000042fe 
- 00028207  0x00007621 bbit1  0x00000007 , 0x00006e31 
- 00028208  0x00007622 branch  0x00006e37 
- 00028209  0x00007626 fetch  0x00000006 , 0x00000178 
- 00028210  0x00007627 store  0x00000008 , 0x00004305 
- 00028211  0x00007628 branch  0x00006e37 
- 00028212  0x0000762c jam  0x00000035 , 0x00000032 
- 00028213  0x0000762d fetch  0x00000006 , 0x00000178 
- 00028214  0x0000762e branch  0x00006e3b 
- 00028215  0x00007631 jam  0x00000037 , 0x00000032 
- 00028216  0x00007632 branch  0x00006e3b 
- 00028217  0x00007636 jam  0x00000036 , 0x00000032 
- 00028218  0x00007637 branch  0x00006e3b 
- 00028219  0x0000763a bpatch  0x000000d4 , 0x0000401a 
- 00028220  0x0000763c fetch  0x00000002 , 0x000043f8 
- 00028221  0x0000763d ifetcht  0x00000001 , 0x0000003f 
- 00028222  0x0000763e pincrease  0x00000001 
- 00028223  0x0000763f store  0x00000002 , 0x00000033 
- 00028224  0x00007640 storet  0x00000001 , 0x00000031 
- 00028225  0x00007641 fetch  0x00000001 , 0x000043fa 
- 00028226  0x00007642 icopy  0x00000013 
- 00028227  0x00007644 fetch  0x00000002 , 0x00000033 
- 00028228  0x00007645 copy  0x0000003f , 0x00000011 
- 00028229  0x00007646 call  0x00006e53 
- 00028230  0x00007647 rtn  0x00000028 
- 00028231  0x00007648 fetcht  0x00000002 , 0x00000033 
- 00028232  0x00007649 increase  0x00000022 , 0x00000002 
- 00028233  0x0000764a storet  0x00000002 , 0x00000033 
- 00028234  0x0000764b increase  0xffffffff , 0x00000002 
- 00028235  0x0000764c ifetch  0x00000001 , 0x00000002 
- 00028236  0x0000764d store  0x00000001 , 0x00000031 
- 00028237  0x0000764e increase  0xffffffff , 0x00000013 
- 00028238  0x0000764f nbranch  0x00006e43 , 0x00000005 
- 00028239  0x00007650 fetch  0x00000001 , 0x000043fa 
- 00028240  0x00007651 pincrease  0xffffffff 
- 00028241  0x00007652 store  0x00000001 , 0x00000031 
- 00028242  0x00007653 rtn 
- 00028243  0x00007655 fetch  0x00000001 , 0x00000032 
- 00028244  0x00007656 bne  0x00000033 , 0x00006e5a 
- 00028245  0x00007658 arg  0x00000032 , 0x00000012 
- 00028246  0x00007659 arg  0x00000007 , 0x00000039 
- 00028247  0x0000765a call  0x00007d64 
- 00028248  0x0000765b branch  0x00007dba , 0x00000005 
- 00028249  0x0000765c rtn 
- 00028250  0x0000765f beq  0x00000036 , 0x00006e5d 
- 00028251  0x00007660 beq  0x00000037 , 0x00006e78 
- 00028252  0x00007661 branch  0x00006e55 
- 00028253  0x00007664 ifetcht  0x00000001 , 0x00000011 
- 00028254  0x00007665 isub  0x00000002 , 0x0000003e 
- 00028255  0x00007666 nrtn  0x00000005 
- 00028256  0x00007667 arg  0x000006a1 , 0x00000005 
- 00028257  0x00007668 arg  0x00000010 , 0x00000039 
- 00028258  0x00007669 call  0x00007ca1 
- 00028259  0x0000766a fetch  0x00000003 , 0x0000017b 
- 00028260  0x0000766b store  0x00000003 , 0x000006a1 
- 00028261  0x0000766c call  0x00006e6f 
- 00028262  0x0000766d fetch  0x00000002 , 0x000006be 
- 00028263  0x0000766e byteswap  0x0000003f , 0x0000003f 
- 00028264  0x0000766f lshift8  0x0000003f , 0x00000002 
- 00028265  0x00007670 ifetch  0x00000001 , 0x00000006 
- 00028266  0x00007671 iadd  0x00000002 , 0x0000003f 
- 00028267  0x00007672 fetcht  0x00000003 , 0x00000178 
- 00028268  0x00007673 isub  0x00000002 , 0x0000003e 
- 00028269  0x00007674 branch  0x00007dba , 0x00000005 
- 00028270  0x00007675 rtn 
- 00028271  0x00007679 arg  0x000006a1 , 0x00000006 
- 00028272  0x0000767a call  0x00007361 
- 00028273  0x0000767c ifetch  0x00000001 , 0x00000011 
- 00028274  0x0000767d call  0x00007362 
- 00028275  0x0000767e force  0x00000038 , 0x00000036 
- 00028276  0x0000767f force  0x00000000 , 0x00000036 
- 00028277  0x00007680 call  0x000072cf 
- 00028278  0x00007681 arg  0x000006b1 , 0x00000005 
- 00028279  0x00007682 branch  0x00007375 
- 00028280  0x00007685 ifetcht  0x00000001 , 0x00000011 
- 00028281  0x00007686 isub  0x00000002 , 0x0000003e 
- 00028282  0x00007687 nrtn  0x00000005 
- 00028283  0x00007688 copy  0x00000006 , 0x00000011 
- 00028284  0x00007689 add  0x00000006 , 0x00000008 , 0x00000013 
- 00028285  0x0000768a arg  0x00004305 , 0x00000012 
- 00028286  0x0000768b arg  0x00000008 , 0x00000039 
- 00028287  0x0000768c call  0x00007d64 
- 00028288  0x0000768d branch  0x00007dba , 0x00000005 
- 00028289  0x0000768e copy  0x00000013 , 0x00000011 
- 00028290  0x0000768f arg  0x0000430d , 0x00000012 
- 00028291  0x00007690 arg  0x00000008 , 0x00000039 
- 00028292  0x00007691 call  0x00007d64 
- 00028293  0x00007692 branch  0x00007dba , 0x00000005 
- 00028294  0x00007693 rtn 
- 00028295  0x00007696 fetch  0x00000002 , 0x000043f8 
- 00028296  0x00007697 ifetcht  0x00000001 , 0x0000003f 
- 00028297  0x00007698 pincrease  0x00000022 
- 00028298  0x00007699 ifetch  0x00000001 , 0x0000003f 
- 00028299  0x0000769a isub  0x00000002 , 0x0000003e 
- 00028300  0x0000769b rtn 
- 00028301  0x0000769e fetch  0x00000001 , 0x000043fa 
- 00028302  0x0000769f icopy  0x00000039 
- 00028303  0x000076a0 fetcht  0x00000002 , 0x000043f8 
- 00028304  0x000076a1 setarg  0x00000000 
- 00028305  0x000076a3 istore  0x00000001 , 0x00000002 
- 00028306  0x000076a4 increase  0x00000022 , 0x00000002 
- 00028307  0x000076a5 pincrease  0x00000001 
- 00028308  0x000076a6 loop  0x00006e91 
- 00028309  0x000076a7 rtn 
- 00028310  0x000076ac call  0x00007dbe 
- 00028311  0x000076ad call  0x00006e18 
- 00028312  0x000076ae nbranch  0x00006ea1 , 0x00000028 
- 00028313  0x000076af fetch  0x00000002 , 0x00000033 
- 00028314  0x000076b0 add  0x0000003f , 0x00000001 , 0x00000006 
- 00028315  0x000076b1 arg  0x0000430d , 0x00000005 
- 00028316  0x000076b2 call  0x00007c8f 
- 00028317  0x000076b3 arg  0x0000428a , 0x00000005 
- 00028318  0x000076b4 call  0x00007c8f 
- 00028319  0x000076b5 jam  0x00000001 , 0x0000429a 
- 00028320  0x000076b6 rtn 
- 00028321  0x000076b9 jam  0x00000000 , 0x0000429a 
- 00028322  0x000076ba rtn 
- 00028323  0x000076be jam  0x00000034 , 0x00000032 
- 00028324  0x000076bf branch  0x00006ea5 
- 00028325  0x000076c2 fetch  0x00000001 , 0x000043cb 
- 00028326  0x000076c3 beq  0x0000000a , 0x00006de5 
- 00028327  0x000076c4 beq  0x00000008 , 0x00005c42 
- 00028328  0x000076c5 rtn 
- 00028329  0x000076cc and  0x00000002 , 0x0000001f , 0x0000003f 
- 00028330  0x000076cd rshift  0x0000003f , 0x0000003f 
- 00028331  0x000076ce arg  0x00000016 , 0x00000005 
- 00028332  0x000076cf iadd  0x00000005 , 0x00000005 
- 00028333  0x000076d0 arg  0x000000f0 , 0x00000030 
- 00028334  0x000076d1 isolate0  0x00000000 , 0x00000002 
- 00028335  0x000076d2 rtn  0x00000001 
- 00028336  0x000076d3 arg  0x0000000f , 0x00000030 
- 00028337  0x000076d4 rtn 
- 00028338  0x000076d8 bpatch  0x000000d5 , 0x0000401a 
- 00028339  0x000076d9 set1  0x00000007 , 0x00000002 
- 00028340  0x000076da call  0x00006ee6 
- 00028341  0x000076db nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00028342  0x000076df bpatch  0x000000d6 , 0x0000401a 
- 00028343  0x000076e0 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028344  0x000076e1 rtn  0x00000005 
- 00028345  0x000076e2 arg  0x00000004 , 0x00000008 
- 00028346  0x000076e3 isolate1  0x00000007 , 0x00000002 
- 00028347  0x000076e4 branch  0x00006ebd , 0x00000001 
- 00028348  0x000076e5 arg  0x00000002 , 0x00000008 
- 00028349  0x000076e7 call  0x00006ea9 
- 00028350  0x000076e8 isolate0  0x00000000 , 0x00000002 
- 00028351  0x000076e9 branch  0x00006ec1 , 0x00000001 
- 00028352  0x000076ea lshift4  0x00000008 , 0x00000008 
- 00028353  0x000076ec ifetch  0x00000001 , 0x00000005 
- 00028354  0x000076ed iand  0x00000030 , 0x0000003f 
- 00028355  0x000076ee ior  0x00000008 , 0x0000003f 
- 00028356  0x000076ef istore  0x00000001 , 0x00000005 
- 00028357  0x000076f0 rtn 
- 00028358  0x000076f4 bpatch  0x000000d7 , 0x0000401a 
- 00028359  0x000076f5 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028360  0x000076f6 rtn  0x00000005 
- 00028361  0x000076f7 arg  0x00000001 , 0x00000008 
- 00028362  0x000076f8 call  0x00006ea9 
- 00028363  0x000076f9 isolate0  0x00000000 , 0x00000002 
- 00028364  0x000076fa branch  0x00006ece , 0x00000001 
- 00028365  0x000076fb lshift4  0x00000008 , 0x00000008 
- 00028366  0x000076fd ifetch  0x00000001 , 0x00000005 
- 00028367  0x000076fe iand  0x00000030 , 0x0000003f 
- 00028368  0x000076ff ior  0x00000008 , 0x0000003f 
- 00028369  0x00007700 istore  0x00000001 , 0x00000005 
- 00028370  0x00007701 rtn 
- 00028371  0x00007707 bpatch  0x000000d8 , 0x0000401b 
- 00028372  0x00007708 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028373  0x00007709 rtn  0x00000005 
- 00028374  0x0000770a call  0x00006ea9 
- 00028375  0x0000770b ifetch  0x00000001 , 0x00000005 
- 00028376  0x0000770c iand  0x00000030 , 0x0000003f 
- 00028377  0x0000770d istore  0x00000001 , 0x00000005 
- 00028378  0x0000770e rtn 
- 00028379  0x00007711 call  0x00006ed3 
- 00028380  0x00007712 branch  0x00006ee0 
- 00028381  0x00007716 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028382  0x00007717 rtn  0x00000005 
- 00028383  0x00007718 ncall  0x00006eb6 , 0x0000002b 
- 00028384  0x0000771a call  0x00006f14 
- 00028385  0x0000771b setarg  0x00000000 
- 00028386  0x0000771c isolate1  0x00000007 , 0x00000002 
- 00028387  0x0000771d nsetflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00028388  0x0000771e setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00028389  0x0000771f branch  0x00006f0d 
- 00028390  0x00007723 bpatch  0x000000d9 , 0x0000401b 
- 00028391  0x00007724 arg  0x0000811c , 0x00000005 
- 00028392  0x00007725 and  0x00000002 , 0x00000007 , 0x00000007 
- 00028393  0x00007726 rshift3  0x00000002 , 0x0000003f 
- 00028394  0x00007727 and_into  0x00000003 , 0x0000003f 
- 00028395  0x00007728 iadd  0x00000005 , 0x00000005 
- 00028396  0x00007729 ifetch  0x00000001 , 0x00000005 
- 00028397  0x0000772a isolate1  0x00000007 , 0x00000002 
- 00028398  0x0000772b branch  0x00006ef1 , 0x00000001 
- 00028399  0x0000772c qisolate0  0x0000003f 
- 00028400  0x0000772d rtn 
- 00028401  0x0000772f qisolate1  0x0000003f 
- 00028402  0x00007730 rtn 
- 00028403  0x00007734 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028404  0x00007735 rtn  0x00000005 
- 00028405  0x00007736 isolate1  0x00000007 , 0x0000003e 
- 00028406  0x00007737 branch  0x00006efa 
- 00028407  0x0000773b sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028408  0x0000773c rtn  0x00000005 
- 00028409  0x0000773d isolate0  0x00000007 , 0x0000003e 
- 00028410  0x00007741 setarg  0x00000000 
- 00028411  0x00007742 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00028412  0x00007743 ixor  0x00000002 , 0x00000002 
- 00028413  0x00007747 call  0x00006f14 
- 00028414  0x00007748 setarg  0x0000003f 
- 00028415  0x00007749 isolate1  0x00000007 , 0x00000002 
- 00028416  0x0000774a setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00028417  0x0000774b branch  0x00006f0d 
- 00028418  0x0000774f sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028419  0x00007750 branch  0x00007dc4 , 0x00000005 
- 00028420  0x00007751 call  0x00006f14 
- 00028421  0x00007752 ifetch  0x00000001 , 0x00000005 
- 00028422  0x00007753 bbit1  0x00000000 , 0x00006f09 
- 00028423  0x00007754 isolate0  0x00000007 , 0x00000002 
- 00028424  0x00007755 rtn 
- 00028425  0x00007757 isolate1  0x00000007 , 0x00000002 
- 00028426  0x00007758 rtn 
- 00028427  0x0000775b call  0x00006f14 
- 00028428  0x0000775c setarg  0x000000c0 
- 00028429  0x0000775e istore  0x00000001 , 0x00000005 
- 00028430  0x0000775f rtn 
- 00028431  0x00007762 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028432  0x00007763 rtn  0x00000005 
- 00028433  0x00007764 call  0x00006f14 
- 00028434  0x00007765 setarg  0x00000000 
- 00028435  0x00007766 branch  0x00006f0d 
- 00028436  0x00007769 and  0x00000002 , 0x0000003f , 0x0000003f 
- 00028437  0x0000776a sub  0x0000003f , 0x0000000f , 0x0000003e 
- 00028438  0x0000776b nbranch  0x00006f1a , 0x00000002 
- 00028439  0x0000776c arg  0x00008070 , 0x00000005 
- 00028440  0x0000776e iadd  0x00000005 , 0x00000005 
- 00028441  0x0000776f rtn 
- 00028442  0x00007771 arg  0x000080d4 , 0x00000005 
- 00028443  0x00007772 increase  0xfffffff0 , 0x0000003f 
- 00028444  0x00007773 branch  0x00006f18 
- 00028445  0x00007777 and  0x0000003f , 0x000000ff , 0x00000002 
- 00028446  0x00007778 rshift8  0x0000003f , 0x0000003f 
- 00028447  0x00007779 branch  0x00006f21 
- 00028448  0x0000777d rtnbit0  0x00000007 
- 00028449  0x0000777f and_into  0x0000003f , 0x0000003f 
- 00028450  0x00007780 sub  0x0000003f , 0x0000000f , 0x0000003e 
- 00028451  0x00007781 nbranch  0x00006f28 , 0x00000002 
- 00028452  0x00007782 arg  0x00008070 , 0x00000005 
- 00028453  0x00007784 iadd  0x00000005 , 0x00000005 
- 00028454  0x00007785 istoret  0x00000001 , 0x00000005 
- 00028455  0x00007786 rtn 
- 00028456  0x00007788 arg  0x000080d4 , 0x00000005 
- 00028457  0x00007789 increase  0xfffffff0 , 0x0000003f 
- 00028458  0x0000778a branch  0x00006f25 
- 00028459  0x0000778f and_into  0x0000003f , 0x00000002 
- 00028460  0x00007790 sub  0x00000002 , 0x0000000f , 0x0000003e 
- 00028461  0x00007791 nbranch  0x00006f32 , 0x00000002 
- 00028462  0x00007792 setarg  0x00008070 
- 00028463  0x00007794 iadd  0x00000002 , 0x00000006 
- 00028464  0x00007795 ifetch  0x00000001 , 0x00000006 
- 00028465  0x00007796 rtn 
- 00028466  0x00007798 setarg  0x000080d4 
- 00028467  0x00007799 increase  0xfffffff0 , 0x00000002 
- 00028468  0x0000779a branch  0x00006f2f 
- 00028469  0x0000779f arg  0x00000010 , 0x00000039 
- 00028470  0x000077a0 arg  0x00008070 , 0x00000006 
- 00028471  0x000077a2 copy  0x00000006 , 0x00000005 
- 00028472  0x000077a3 ifetch  0x00000001 , 0x00000006 
- 00028473  0x000077a4 beq  0x0000001f , 0x00006f48 
- 00028474  0x000077a5 beq  0x00000020 , 0x00006f48 
- 00028475  0x000077a6 beq  0x00000021 , 0x00006f48 
- 00028476  0x000077a7 beq  0x00000022 , 0x00006f48 
- 00028477  0x000077a8 beq  0x00000023 , 0x00006f48 
- 00028478  0x000077a9 beq  0x0000002c , 0x00006f48 
- 00028479  0x000077aa beq  0x0000002d , 0x00006f48 
- 00028480  0x000077ab beq  0x00000000 , 0x00006f48 
- 00028481  0x000077ad loop  0x00006f37 
- 00028482  0x000077ae arg  0x000080dc , 0x0000003f 
- 00028483  0x000077af isub  0x00000006 , 0x0000003e 
- 00028484  0x000077b0 rtn  0x00000005 
- 00028485  0x000077b2 arg  0x00000008 , 0x00000039 
- 00028486  0x000077b3 arg  0x000080d4 , 0x00000006 
- 00028487  0x000077b4 branch  0x00006f37 
- 00028488  0x000077b8 setarg  0x00000040 
- 00028489  0x000077b9 istore  0x00000001 , 0x00000005 
- 00028490  0x000077ba branch  0x00006f41 
- 00028491  0x000077bc setarg  0x00000080 
- 00028492  0x000077bd istore  0x00000001 , 0x00000005 
- 00028493  0x000077be branch  0x00006f41 
- 00028494  0x000077c3 bpatch  0x000000da , 0x0000401b 
- 00028495  0x000077c4 rtn  0x0000002b 
- 00028496  0x000077c5 jam  0x00000077 , 0x00008a07 
- 00028497  0x000077c6 jam  0x000000c9 , 0x00008a08 
- 00028498  0x000077c7 jam  0x00000001 , 0x00008a0b 
- 00028499  0x000077c8 fetch  0x00000001 , 0x00004409 
- 00028500  0x000077c9 store  0x00000001 , 0x000080cd 
- 00028501  0x000077ca call  0x00006f97 
- 00028502  0x000077cb jam  0x000000c1 , 0x00008a08 
- 00028503  0x000077cd arg  0x00000007 , 0x00000039 
- 00028504  0x000077ce arg  0x00004412 , 0x00000011 
- 00028505  0x000077cf jam  0x00000005 , 0x00008a0a 
- 00028506  0x000077d1 fetch  0x00000001 , 0x00008a0c 
- 00028507  0x000077d2 istore  0x00000001 , 0x00000011 
- 00028508  0x000077d3 increase  0x00000001 , 0x00000011 
- 00028509  0x000077d4 fetch  0x00000001 , 0x00008a0a 
- 00028510  0x000077d5 increase  0x00000020 , 0x0000003f 
- 00028511  0x000077d6 store  0x00000001 , 0x00008a0a 
- 00028512  0x000077d7 loop  0x00006f5a 
- 00028513  0x000077d8 jam  0x00000000 , 0x00008a07 
- 00028514  0x000077d9 rtn 
- 00028515  0x000077dc fetch  0x00000001 , 0x000080cc 
- 00028516  0x000077dd set1  0x00000001 , 0x0000003f 
- 00028517  0x000077de store  0x00000001 , 0x000080cc 
- 00028518  0x000077df arg  0x00000007 , 0x00000039 
- 00028519  0x000077e0 arg  0x00004412 , 0x00000011 
- 00028520  0x000077e1 jam  0x00000015 , 0x00008a0a 
- 00028521  0x000077e3 ifetch  0x00000001 , 0x00000011 
- 00028522  0x000077e4 store  0x00000001 , 0x00008a09 
- 00028523  0x000077e5 increase  0x00000001 , 0x00000011 
- 00028524  0x000077e6 fetch  0x00000001 , 0x00008a0a 
- 00028525  0x000077e7 increase  0x00000020 , 0x0000003f 
- 00028526  0x000077e8 store  0x00000001 , 0x00008a0a 
- 00028527  0x000077e9 loop  0x00006f69 
- 00028528  0x000077ea fetch  0x00000001 , 0x000080cc 
- 00028529  0x000077eb set0  0x00000001 , 0x0000003f 
- 00028530  0x000077ec store  0x00000001 , 0x000080cc 
- 00028531  0x000077ed rtn 
- 00028532  0x000077f2 bpatch  0x000000db , 0x0000401b 
- 00028533  0x000077f3 fetch  0x00000008 , 0x000001fd 
- 00028534  0x000077f4 branch  0x00006f79 , 0x00000034 
- 00028535  0x000077f5 store  0x00000008 , 0x000043fd 
- 00028536  0x000077f6 rtn 
- 00028537  0x000077f9 setarg  0x00000bbe 
- 00028538  0x000077fa store  0x00000002 , 0x000043fd 
- 00028539  0x000077fb setarg  0x000003f0 
- 00028540  0x000077fc store  0x00000002 , 0x00004401 
- 00028541  0x000077fd setarg  0x0000027e 
- 00028542  0x000077fe store  0x00000002 , 0x000043ff 
- 00028543  0x000077ff setarg  0x000003c4 
- 00028544  0x00007800 store  0x00000002 , 0x00004403 
- 00028545  0x00007801 rtn 
- 00028546  0x00007804 bpatch  0x000000dc , 0x0000401b 
- 00028547  0x00007805 call  0x00006f63 
- 00028548  0x00007806 fetch  0x00000001 , 0x00008a09 
- 00028549  0x00007807 set0  0x00000007 , 0x0000003f 
- 00028550  0x00007808 store  0x00000001 , 0x00008a09 
- 00028551  0x00007809 jam  0x00000077 , 0x00008a07 
- 00028552  0x0000780a jam  0x000000c1 , 0x00008a08 
- 00028553  0x0000780b jam  0x00000001 , 0x00008a0b 
- 00028554  0x0000780c call  0x00006f90 
- 00028555  0x0000780d fetch  0x00000001 , 0x00004409 
- 00028556  0x0000780e store  0x00000001 , 0x000080cd 
- 00028557  0x0000780f call  0x00006f97 
- 00028558  0x00007810 jam  0x00000000 , 0x000080cd 
- 00028559  0x00007811 branch  0x00006fa1 
- 00028560  0x00007814 fetch  0x00000001 , 0x00004408 
- 00028561  0x00007815 lshift4  0x0000003f , 0x0000003f 
- 00028562  0x00007816 fetcht  0x00000001 , 0x00008a0b 
- 00028563  0x00007817 and_into  0x0000000f , 0x00000002 
- 00028564  0x00007818 ior  0x00000002 , 0x00000002 
- 00028565  0x00007819 storet  0x00000001 , 0x00008a0b 
- 00028566  0x0000781a rtn 
- 00028567  0x0000781d jam  0x00000003 , 0x000080cc 
- 00028568  0x0000781f fetch  0x00000001 , 0x00008129 
- 00028569  0x00007820 bbit0  0x00000005 , 0x00006f98 
- 00028570  0x00007821 fetcht  0x00000002 , 0x00008164 
- 00028571  0x00007822 storet  0x00000002 , 0x0000440a 
- 00028572  0x00007823 jam  0x00000006 , 0x000080cc 
- 00028573  0x00007825 fetch  0x00000001 , 0x00008129 
- 00028574  0x00007826 bbit1  0x00000005 , 0x00006f9d 
- 00028575  0x00007827 jam  0x00000000 , 0x000080cc 
- 00028576  0x00007828 rtn 
- 00028577  0x0000782b fetch  0x00000001 , 0x00004411 
- 00028578  0x0000782c rtn  0x00000034 
- 00028579  0x0000782d fetch  0x00000001 , 0x00008a09 
- 00028580  0x0000782e set1  0x00000007 , 0x0000003f 
- 00028581  0x0000782f store  0x00000001 , 0x00008a09 
- 00028582  0x00007830 fetch  0x00000001 , 0x00004409 
- 00028583  0x00007831 store  0x00000001 , 0x000080cd 
- 00028584  0x00007832 fetch  0x00000002 , 0x0000440d 
- 00028585  0x00007833 store  0x00000002 , 0x000080ce 
- 00028586  0x00007834 fetch  0x00000002 , 0x0000440f 
- 00028587  0x00007835 store  0x00000002 , 0x000080d0 
- 00028588  0x00007836 jam  0x0000000b , 0x000080cc 
- 00028589  0x00007837 nop  0x000003e8 
- 00028590  0x00007838 jam  0x00000003 , 0x000080cc 
- 00028591  0x00007839 rtn 
- 00028592  0x0000783c bpatch  0x000000dd , 0x0000401b 
- 00028593  0x0000783d fetch  0x00000001 , 0x00004407 
- 00028594  0x0000783e beq  0x00000001 , 0x00006fb5 
- 00028595  0x0000783f beq  0x00000002 , 0x00006fbb 
- 00028596  0x00007840 rtn 
- 00028597  0x00007843 setarg  0x000003e8 
- 00028598  0x00007844 store  0x00000002 , 0x00004405 
- 00028599  0x00007845 fetcht  0x00000002 , 0x00004403 
- 00028600  0x00007846 fetch  0x00000002 , 0x000043ff 
- 00028601  0x00007847 arg  0x000007d0 , 0x00000013 
- 00028602  0x00007848 branch  0x00006fc0 
- 00028603  0x0000784b setarg  0x000007d0 
- 00028604  0x0000784c store  0x00000002 , 0x00004405 
- 00028605  0x0000784d fetcht  0x00000002 , 0x000043fd 
- 00028606  0x0000784e fetch  0x00000002 , 0x00004401 
- 00028607  0x0000784f arg  0x000003e8 , 0x00000013 
- 00028608  0x00007851 isub  0x00000002 , 0x00000011 
- 00028609  0x00007852 fetch  0x00000002 , 0x0000440a 
- 00028610  0x00007853 isub  0x00000002 , 0x0000003f 
- 00028611  0x00007854 nbranch  0x00006fcd , 0x00000002 
- 00028612  0x00007855 fetcht  0x00000002 , 0x00004405 
- 00028613  0x00007856 imul32  0x00000002 , 0x00000012 
- 00028614  0x00007857 copy  0x00000013 , 0x0000003f 
- 00028615  0x00007858 imul32  0x00000011 , 0x0000003f 
- 00028616  0x00007859 iadd  0x00000012 , 0x0000003f 
- 00028617  0x0000785b idiv  0x00000011 
- 00028618  0x0000785c call  0x00007d62 
- 00028619  0x0000785d quotient  0x0000003f 
- 00028620  0x0000785e rtn 
- 00028621  0x00007861 copy  0x00000002 , 0x0000003f 
- 00028622  0x00007862 fetcht  0x00000002 , 0x0000440a 
- 00028623  0x00007863 isub  0x00000002 , 0x0000003f 
- 00028624  0x00007864 fetcht  0x00000002 , 0x00004405 
- 00028625  0x00007865 imul32  0x00000002 , 0x00000012 
- 00028626  0x00007866 copy  0x00000013 , 0x0000003f 
- 00028627  0x00007867 imul32  0x00000011 , 0x0000003f 
- 00028628  0x00007868 isub  0x00000012 , 0x0000003f 
- 00028629  0x00007869 nbranch  0x00007dca , 0x00000002 
- 00028630  0x0000786a branch  0x00006fc9 
- 00028631  0x0000786f ifetch  0x00000008 , 0x00000011 
- 00028632  0x00007870 store  0x00000008 , 0x00000670 
- 00028633  0x00007871 fetch  0x00000002 , 0x00000670 
- 00028634  0x00007872 fetcht  0x00000002 , 0x00000672 
- 00028635  0x00007873 isub  0x00000002 , 0x00000011 
- 00028636  0x00007874 fetch  0x00000002 , 0x00000676 
- 00028637  0x00007875 isub  0x00000002 , 0x00000012 
- 00028638  0x00007876 fetcht  0x00000002 , 0x00000674 
- 00028639  0x00007877 isub  0x00000002 , 0x0000003e 
- 00028640  0x00007878 ncall  0x00006fe7 , 0x00000002 
- 00028641  0x00007879 mul32  0x00000012 , 0x00000064 , 0x0000003f 
- 00028642  0x0000787a idiv  0x00000011 
- 00028643  0x0000787b call  0x00007d62 
- 00028644  0x0000787c quotient  0x0000003f 
- 00028645  0x0000787d call  0x00006fef , 0x00000034 
- 00028646  0x0000787e rtn 
- 00028647  0x00007881 fetch  0x00000001 , 0x0000440c 
- 00028648  0x00007882 set1  0x00000000 , 0x0000003f 
- 00028649  0x00007883 store  0x00000001 , 0x0000440c 
- 00028650  0x00007884 rtn 
- 00028651  0x00007887 fetch  0x00000001 , 0x0000440c 
- 00028652  0x00007888 set0  0x00000000 , 0x0000003f 
- 00028653  0x00007889 store  0x00000001 , 0x0000440c 
- 00028654  0x0000788a rtn 
- 00028655  0x0000788d fetcht  0x00000001 , 0x0000440c 
- 00028656  0x0000788e set1  0x00000001 , 0x00000002 
- 00028657  0x0000788f storet  0x00000001 , 0x0000440c 
- 00028658  0x00007890 rtn 
- 00028659  0x00007893 fetcht  0x00000001 , 0x0000440c 
- 00028660  0x00007894 set0  0x00000001 , 0x00000002 
- 00028661  0x00007895 storet  0x00000001 , 0x0000440c 
- 00028662  0x00007896 rtn 
- 00028663  0x0000789c fetch  0x00000002 , 0x0000442c 
- 00028664  0x0000789d ifetch  0x00000001 , 0x0000003f 
- 00028665  0x0000789f rtn  0x00000034 
- 00028666  0x000078a0 copy  0x0000003f , 0x00000039 
- 00028667  0x000078a2 fetch  0x00000002 , 0x0000442c 
- 00028668  0x000078a3 increase  0x00000003 , 0x0000003f 
- 00028669  0x000078a4 copy  0x0000003f , 0x00000011 
- 00028670  0x000078a6 ifetcht  0x00000001 , 0x00000011 
- 00028671  0x000078a7 call  0x00006edd 
- 00028672  0x000078a8 increase  0x00000001 , 0x00000011 
- 00028673  0x000078a9 loop  0x00006ffe 
- 00028674  0x000078ab rtn 
- 00028675  0x000078ae fetch  0x00000002 , 0x0000442c 
- 00028676  0x000078af increase  0x00000003 , 0x0000003f 
- 00028677  0x000078b0 copy  0x0000003f , 0x00000011 
- 00028678  0x000078b2 force  0x00000000 , 0x00000012 
- 00028679  0x000078b3 setarg  0x00000000 
- 00028680  0x000078b4 store  0x00000002 , 0x000006f1 
- 00028681  0x000078b6 ifetcht  0x00000001 , 0x00000011 
- 00028682  0x000078b7 call  0x00006ee6 
- 00028683  0x000078b8 bpatch  0x000000de , 0x0000401b 
- 00028684  0x000078b9 fetch  0x00000002 , 0x000006f1 
- 00028685  0x000078ba copy  0x00000012 , 0x00000007 
- 00028686  0x000078bb qsetflag  0x00000001 , 0x0000003f 
- 00028687  0x000078bc store  0x00000002 , 0x000006f1 
- 00028688  0x000078bd increase  0x00000001 , 0x00000011 
- 00028689  0x000078be increase  0x00000001 , 0x00000012 
- 00028690  0x000078bf fetch  0x00000002 , 0x0000442c 
- 00028691  0x000078c0 ifetch  0x00000001 , 0x0000003f 
- 00028692  0x000078c2 ixor  0x00000012 , 0x0000003e 
- 00028693  0x000078c3 nbranch  0x00007009 , 0x00000005 
- 00028694  0x000078c4 fetch  0x00000002 , 0x000006f1 
- 00028695  0x000078c5 fetcht  0x00000002 , 0x0000442e 
- 00028696  0x000078c6 ixor  0x00000002 , 0x0000003e 
- 00028697  0x000078c7 rtn  0x00000005 
- 00028698  0x000078c8 branch  0x00007dba 
- 00028699  0x000078cb fetch  0x00000002 , 0x0000442c 
- 00028700  0x000078cc ifetch  0x00000001 , 0x0000003f 
- 00028701  0x000078ce rtn  0x00000034 
- 00028702  0x000078cf copy  0x0000003f , 0x00000039 
- 00028703  0x000078d0 fetch  0x00000002 , 0x0000442c 
- 00028704  0x000078d1 increase  0x00000003 , 0x0000003f 
- 00028705  0x000078d2 copy  0x0000003f , 0x00000011 
- 00028706  0x000078d4 ifetcht  0x00000001 , 0x00000011 
- 00028707  0x000078d5 call  0x00006eb2 
- 00028708  0x000078d6 increase  0x00000001 , 0x00000011 
- 00028709  0x000078d7 loop  0x00007022 
- 00028710  0x000078d9 rtn 
- 00028711  0x000078dc arg  0x00000009 , 0x00000007 
- 00028712  0x000078dd call  0x00007cef 
- 00028713  0x000078de nrtn  0x00000034 
- 00028714  0x000078df setarg  0x00000020 
- 00028715  0x000078e0 arg  0x00000009 , 0x00000007 
- 00028716  0x000078e1 call  0x00007ce1 
- 00028717  0x000078e2 disable  0x00000028 
- 00028718  0x000078e3 call  0x0000701b 
- 00028719  0x000078e4 bpatch  0x000000df , 0x0000401b 
- 00028720  0x000078e5 fetch  0x00000002 , 0x0000442c 
- 00028721  0x000078e6 ifetch  0x00000001 , 0x0000003f 
- 00028722  0x000078e8 rtn  0x00000034 
- 00028723  0x000078e9 call  0x00007003 
- 00028724  0x000078ea nbranch  0x000077a5 , 0x00000028 
- 00028725  0x000078eb call  0x000077a3 
- 00028726  0x000078ec disable  0x00000028 
- 00028727  0x000078ed fetch  0x00000002 , 0x000006f1 
- 00028728  0x000078ee store  0x00000002 , 0x000006f8 
- 00028729  0x000078ef jam  0x00000000 , 0x000006fa 
- 00028730  0x000078f0 force  0x00000000 , 0x00000007 
- 00028731  0x000078f2 fetch  0x00000002 , 0x0000442e 
- 00028732  0x000078f3 rshift  0x0000003f , 0x00000002 
- 00028733  0x000078f4 storet  0x00000002 , 0x0000442e 
- 00028734  0x000078f5 and  0x0000003f , 0x00000001 , 0x0000003f 
- 00028735  0x000078f6 fetcht  0x00000002 , 0x000006f8 
- 00028736  0x000078f7 and  0x00000002 , 0x00000001 , 0x00000011 
- 00028737  0x000078f8 rshift  0x00000002 , 0x00000002 
- 00028738  0x000078f9 storet  0x00000002 , 0x000006f8 
- 00028739  0x000078fa ixor  0x00000011 , 0x0000003e 
- 00028740  0x000078fb ncall  0x00007050 , 0x00000005 
- 00028741  0x000078fc fetch  0x00000002 , 0x0000442c 
- 00028742  0x000078fd ifetch  0x00000001 , 0x0000003f 
- 00028743  0x000078ff fetcht  0x00000001 , 0x000006fa 
- 00028744  0x00007900 increase  0x00000001 , 0x00000002 
- 00028745  0x00007901 storet  0x00000001 , 0x000006fa 
- 00028746  0x00007902 copy  0x00000002 , 0x00000007 
- 00028747  0x00007903 ixor  0x00000007 , 0x0000003e 
- 00028748  0x00007904 nbranch  0x0000703b , 0x00000005 
- 00028749  0x00007905 fetch  0x00000002 , 0x000006f1 
- 00028750  0x00007906 store  0x00000002 , 0x0000442e 
- 00028751  0x00007907 rtn 
- 00028752  0x00007909 bpatch  0x000000e0 , 0x0000401c 
- 00028753  0x0000790a fetch  0x00000002 , 0x0000442c 
- 00028754  0x0000790b increase  0x00000001 , 0x0000003f 
- 00028755  0x0000790c ifetch  0x00000002 , 0x0000003f 
- 00028756  0x0000790d branch  0x00007d79 
- 00028757  0x00007914 fetch  0x00000001 , 0x00008042 
- 00028758  0x00007915 ior  0x00000011 , 0x0000003f 
- 00028759  0x00007916 store  0x00000001 , 0x00008042 
- 00028760  0x00007917 fetch  0x00000002 , 0x00008050 
- 00028761  0x00007918 set0  0x0000000d , 0x0000003f 
- 00028762  0x00007919 store  0x00000002 , 0x00008050 
- 00028763  0x0000791b nop  0x00000064 
- 00028764  0x0000791c rtn 
- 00028765  0x0000791f fetch  0x00000001 , 0x00008042 
- 00028766  0x00007920 bbit1  0x00000006 , 0x00007062 
- 00028767  0x00007921 bbit1  0x00000007 , 0x00007064 
- 00028768  0x00007923 setarg  0x00b71b00 
- 00028769  0x00007924 rtn 
- 00028770  0x00007926 setarg  0x016e3600 
- 00028771  0x00007927 rtn 
- 00028772  0x00007929 setarg  0x000080e8 
- 00028773  0x0000792a rtn 
- 00028774  0x0000792e fetcht  0x00000003 , 0x00000672 
- 00028775  0x0000792f call  0x0000705d 
- 00028776  0x00007930 idiv  0x00000002 
- 00028777  0x00007931 call  0x00007d62 
- 00028778  0x00007932 quotient  0x00000002 
- 00028779  0x00007933 fetch  0x00000001 , 0x00000675 
- 00028780  0x00007934 imul32  0x00000002 , 0x0000003f 
- 00028781  0x00007935 div  0x0000003f , 0x00000064 
- 00028782  0x00007936 call  0x00007d62 
- 00028783  0x00007937 quotient  0x00000011 
- 00028784  0x00007938 copy  0x00000002 , 0x0000003f 
- 00028785  0x00007939 isub  0x00000011 , 0x00000012 
- 00028786  0x0000793b fetch  0x00000001 , 0x00000671 
- 00028787  0x0000793c call  0x0000707a 
- 00028788  0x0000793d fetch  0x00000001 , 0x00000670 
- 00028789  0x0000793e fetcht  0x00000001 , 0x00000671 
- 00028790  0x0000793f and_into  0x0000000f , 0x00000002 
- 00028791  0x00007940 lshift8  0x00000002 , 0x00000002 
- 00028792  0x00007941 ior  0x00000002 , 0x0000003f 
- 00028793  0x00007942 branch  0x000070ba 
- 00028794  0x00007945 iforce  0x00000007 
- 00028795  0x00007946 call  0x00007088 
- 00028796  0x00007947 branch  0x0000707d 
- 00028797  0x0000794a fetch  0x00000001 , 0x000080be 
- 00028798  0x0000794b qset1  0x0000003f 
- 00028799  0x0000794c store  0x00000001 , 0x000080be 
- 00028800  0x0000794d fetcht  0x00000001 , 0x00008042 
- 00028801  0x0000794e isolate1  0x00000007 , 0x00000002 
- 00028802  0x0000794f call  0x00007086 , 0x00000001 
- 00028803  0x00007950 qset0  0x0000003f 
- 00028804  0x00007951 store  0x00000001 , 0x000080be 
- 00028805  0x00007952 rtn 
- 00028806  0x00007956 nop  0x000001e0 
- 00028807  0x00007957 rtn 
- 00028808  0x0000795a and_into  0x0000000f , 0x0000003f 
- 00028809  0x0000795b arg  0x0000809c , 0x00000005 
- 00028810  0x0000795c mul32  0x0000003f , 0x00000004 , 0x0000003f 
- 00028811  0x0000795d iadd  0x00000005 , 0x00000005 
- 00028812  0x0000795e copy  0x00000011 , 0x0000003f 
- 00028813  0x0000795f istore  0x00000002 , 0x00000005 
- 00028814  0x00007960 copy  0x00000012 , 0x0000003f 
- 00028815  0x00007961 istore  0x00000002 , 0x00000005 
- 00028816  0x00007962 rtn 
- 00028817  0x00007968 rshift8  0x00000012 , 0x00000007 
- 00028818  0x00007969 call  0x000070af 
- 00028819  0x0000796a rshift8  0x00000012 , 0x00000007 
- 00028820  0x0000796b call  0x000070a9 
- 00028821  0x0000796c rshift8  0x00000011 , 0x00000007 
- 00028822  0x0000796d enable  0x00000001 
- 00028823  0x0000796e call  0x000070aa 
- 00028824  0x00007970 deposit  0x00000011 
- 00028825  0x00007971 call  0x000070b5 
- 00028826  0x00007972 deposit  0x00000012 
- 00028827  0x00007973 branch  0x000070ba 
- 00028828  0x00007976 deposit  0x00000011 
- 00028829  0x00007977 call  0x000070bd 
- 00028830  0x00007978 deposit  0x00000012 
- 00028831  0x00007979 call  0x000070bd 
- 00028832  0x0000797b rshift8  0x00000011 , 0x00000007 
- 00028833  0x0000797c disable  0x00000001 
- 00028834  0x0000797d call  0x000070aa 
- 00028835  0x0000797e rshift8  0x00000012 , 0x00000007 
- 00028836  0x0000797f disable  0x00000001 
- 00028837  0x00007980 call  0x000070b0 
- 00028838  0x00007981 rshift8  0x00000012 , 0x00000007 
- 00028839  0x00007982 disable  0x00000001 
- 00028840  0x00007983 branch  0x000070aa 
- 00028841  0x00007987 isolate1  0x00000007 , 0x00000007 
- 00028842  0x00007989 and  0x00000007 , 0x0000000f , 0x00000007 
- 00028843  0x0000798a fetch  0x00000001 , 0x000080bc 
- 00028844  0x0000798b qsetflag  0x00000001 , 0x0000003f 
- 00028845  0x0000798c store  0x00000001 , 0x000080bc 
- 00028846  0x0000798d rtn 
- 00028847  0x00007990 isolate1  0x00000006 , 0x00000007 
- 00028848  0x00007992 and  0x00000007 , 0x0000000f , 0x00000007 
- 00028849  0x00007993 fetch  0x00000001 , 0x0000809b 
- 00028850  0x00007994 qsetflag  0x00000001 , 0x0000003f 
- 00028851  0x00007995 store  0x00000001 , 0x0000809b 
- 00028852  0x00007996 rtn 
- 00028853  0x00007998 call  0x000070c5 
- 00028854  0x0000799a lshift8  0x0000003f , 0x0000003f 
- 00028855  0x0000799b add  0x00000007 , 0x00000010 , 0x00000002 
- 00028856  0x0000799c ior  0x00000002 , 0x0000003f 
- 00028857  0x0000799d branch  0x00006f1d 
- 00028858  0x000079a0 enable  0x00000028 
- 00028859  0x000079a1 call  0x000070b5 
- 00028860  0x000079a2 branch  0x000070c0 
- 00028861  0x000079a5 disable  0x00000028 
- 00028862  0x000079a6 call  0x000070c5 
- 00028863  0x000079a7 branch  0x000070c0 
- 00028864  0x000079aa and  0x00000007 , 0x0000000f , 0x00000007 
- 00028865  0x000079ab fetch  0x00000001 , 0x0000809a 
- 00028866  0x000079ac qsetflag  0x00000028 , 0x0000003f 
- 00028867  0x000079ad store  0x00000001 , 0x0000809a 
- 00028868  0x000079ae rtn 
- 00028869  0x000079b0 rshift8  0x0000003f , 0x00000007 
- 00028870  0x000079b1 and  0x00000007 , 0x0000000f , 0x00000007 
- 00028871  0x000079b2 rtn 
- 00028872  0x000079b7 copy  0x0000003f , 0x00000002 
- 00028873  0x000079b8 bpatch  0x000000e1 , 0x0000401c 
- 00028874  0x000079b9 call  0x000070d5 
- 00028875  0x000079ba setarg  0x00000800 
- 00028876  0x000079bb isub  0x00000002 , 0x0000003f 
- 00028877  0x000079bc copy  0x0000003f , 0x00000002 
- 00028878  0x000079bd rshift4  0x00000002 , 0x00000002 
- 00028879  0x000079be storet  0x00000001 , 0x00008004 
- 00028880  0x000079bf nop  0x00000578 
- 00028881  0x000079c0 copy  0x0000003f , 0x00000002 
- 00028882  0x000079c1 and_into  0x0000000f , 0x00000002 
- 00028883  0x000079c2 storet  0x00000001 , 0x0000800b 
- 00028884  0x000079c3 rtn 
- 00028885  0x000079c7 enable  0x0000002c 
- 00028886  0x000079c8 branch  0x000070d9 
- 00028887  0x000079cc bpatch  0x000000e2 , 0x0000401c 
- 00028888  0x000079cd disable  0x0000002c 
- 00028889  0x000079cf fetch  0x00000001 , 0x00008043 
- 00028890  0x000079d0 setflag  0x0000002c , 0x00000003 , 0x0000003f 
- 00028891  0x000079d1 store  0x00000001 , 0x00008043 
- 00028892  0x000079d2 rtn 
- 00028893  0x000079d8 arg  0x00000031 , 0x00000002 
- 00028894  0x000079dc store  0x00000004 , 0x00008062 
- 00028895  0x000079dd store  0x00000002 , 0x00008066 
- 00028896  0x000079de storet  0x00000001 , 0x00008061 
- 00028897  0x000079df rtn 
- 00028898  0x000079e3 fetch  0x00000002 , 0x0000812c 
- 00028899  0x000079e4 rtn 
- 00028900  0x000079e7 fetchr  0x00000003 , 0x00000002 , 0x00008066 
- 00028901  0x000079e8 fetchr  0x0000000a , 0x00000002 , 0x00008062 
- 00028902  0x000079e9 fetchr  0x00000010 , 0x00000002 , 0x00008064 
- 00028903  0x000079ea rtn 
- 00028904  0x000079ed storer  0x00000003 , 0x00000002 , 0x00008066 
- 00028905  0x000079ee rtn 
- 00028906  0x000079f6 call  0x00007dba 
- 00028907  0x000079f7 arg  0x00000000 , 0x0000002b 
- 00028908  0x000079f8 call  0x000070e2 
- 00028909  0x000079f9 beq  0x00000002 , 0x0000712c 
- 00028910  0x000079fa sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00028911  0x000079fb rtn  0x00000002 
- 00028912  0x000079fc call  0x000070e4 
- 00028913  0x000079fd ifetcht  0x00000002 , 0x00000003 
- 00028914  0x000079fe setarg  0x0000a654 
- 00028915  0x000079ff call  0x00007135 
- 00028916  0x00007a00 nbranch  0x0000711a , 0x00000002 
- 00028917  0x00007a01 copy  0x00000018 , 0x00000002 
- 00028918  0x00007a02 setarg  0x00017f8e 
- 00028919  0x00007a03 call  0x00007135 
- 00028920  0x00007a04 nbranch  0x0000711a , 0x00000002 
- 00028921  0x00007a06 copy  0x00000018 , 0x00000002 
- 00028922  0x00007a07 setarg  0x00002328 
- 00028923  0x00007a08 call  0x00007135 
- 00028924  0x00007a09 branch  0x00007111 , 0x00000002 
- 00028925  0x00007a0a ifetcht  0x00000002 , 0x00000003 
- 00028926  0x00007a0b setarg  0x00001194 
- 00028927  0x00007a0c call  0x00007135 
- 00028928  0x00007a0d branch  0x00007111 , 0x00000002 
- 00028929  0x00007a0e call  0x000070e2 
- 00028930  0x00007a0f sub  0x0000003f , 0x00000085 , 0x0000003e 
- 00028931  0x00007a10 rtn  0x00000002 
- 00028932  0x00007a11 arg  0x00000020 , 0x00000039 
- 00028933  0x00007a13 ifetcht  0x00000002 , 0x00000003 
- 00028934  0x00007a14 setarg  0x00000230 
- 00028935  0x00007a15 call  0x00007135 
- 00028936  0x00007a16 branch  0x00007111 , 0x00000002 
- 00028937  0x00007a17 ifetcht  0x00000002 , 0x00000003 
- 00028938  0x00007a18 setarg  0x0000069a 
- 00028939  0x00007a19 call  0x00007135 
- 00028940  0x00007a1a nbranch  0x00007116 , 0x00000002 
- 00028941  0x00007a1b copy  0x00000018 , 0x00000002 
- 00028942  0x00007a1c setarg  0x00000230 
- 00028943  0x00007a1d call  0x00007135 
- 00028944  0x00007a1e nbranch  0x00007117 , 0x00000002 
- 00028945  0x00007a22 copy  0x00000018 , 0x00000002 
- 00028946  0x00007a23 setarg  0x0000ffff 
- 00028947  0x00007a24 isub  0x00000002 , 0x0000003e 
- 00028948  0x00007a25 branch  0x00007131 , 0x00000005 
- 00028949  0x00007a26 branch  0x000070e8 
- 00028950  0x00007a29 set1  0x00000020 , 0x0000002b 
- 00028951  0x00007a2b rshift  0x0000002b , 0x0000002b 
- 00028952  0x00007a2c loop  0x00007105 
- 00028953  0x00007a2d branch  0x00007125 
- 00028954  0x00007a30 call  0x000070e2 
- 00028955  0x00007a31 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00028956  0x00007a32 rtn  0x00000002 
- 00028957  0x00007a33 ifetcht  0x00000002 , 0x00000003 
- 00028958  0x00007a34 setarg  0x00002328 
- 00028959  0x00007a35 call  0x00007135 
- 00028960  0x00007a36 branch  0x00007111 , 0x00000002 
- 00028961  0x00007a37 ifetcht  0x00000002 , 0x00000003 
- 00028962  0x00007a38 setarg  0x000008ca 
- 00028963  0x00007a39 call  0x00007135 
- 00028964  0x00007a3a branch  0x00007111 , 0x00000002 
- 00028965  0x00007a3c ifetcht  0x00000002 , 0x00000003 
- 00028966  0x00007a3d setarg  0x00000230 
- 00028967  0x00007a3e call  0x00007135 
- 00028968  0x00007a3f branch  0x00007111 , 0x00000002 
- 00028969  0x00007a40 call  0x000070e8 
- 00028970  0x00007a41 copy  0x00000013 , 0x0000003f 
- 00028971  0x00007a42 branch  0x00007d79 
- 00028972  0x00007a45 call  0x000070e4 
- 00028973  0x00007a46 ifetcht  0x00000002 , 0x00000003 
- 00028974  0x00007a47 setarg  0x0000ffff 
- 00028975  0x00007a48 isub  0x00000002 , 0x0000003e 
- 00028976  0x00007a49 nrtn  0x00000005 
- 00028977  0x00007a4b call  0x000070e8 
- 00028978  0x00007a4c call  0x00007dbc 
- 00028979  0x00007a4d copy  0x00000013 , 0x0000003f 
- 00028980  0x00007a4e branch  0x00007d79 
- 00028981  0x00007a56 fetchr  0x00000012 , 0x00000001 , 0x00004435 
- 00028982  0x00007a60 copy  0x00000002 , 0x00000018 
- 00028983  0x00007a61 imul32  0x00000012 , 0x00000012 
- 00028984  0x00007a62 lshift  0x00000002 , 0x00000002 
- 00028985  0x00007a63 isub  0x00000002 , 0x00000011 
- 00028986  0x00007a64 ncall  0x0000713e , 0x00000002 
- 00028987  0x00007a65 mul32  0x00000011 , 0x00000064 , 0x0000003f 
- 00028988  0x00007a66 isub  0x00000012 , 0x0000003e 
- 00028989  0x00007a67 rtn 
- 00028990  0x00007a6a sub  0x00000011 , 0x00000000 , 0x00000011 
- 00028991  0x00007a6b rtn 
- 00028992  0x00007a77 bpatch  0x000000e3 , 0x0000401c 
- 00028993  0x00007a78 jam  0x00000050 , 0x00000230 
- 00028994  0x00007a79 arg  0x00000231 , 0x00000005 
- 00028995  0x00007a7a arg  0x000042ab , 0x00000006 
- 00028996  0x00007a7b call  0x00007c8f 
- 00028997  0x00007a7c arg  0x0000448f , 0x00000006 
- 00028998  0x00007a7d call  0x00007c8d 
- 00028999  0x00007a7e arg  0x000005fe , 0x00000006 
- 00029000  0x00007a7f call  0x00007c8d 
- 00029001  0x00007a80 call  0x000071fb 
- 00029002  0x00007a81 arg  0x00000158 , 0x00000006 
- 00029003  0x00007a82 call  0x000071f6 
- 00029004  0x00007a83 call  0x000071c1 
- 00029005  0x00007a85 arg  0x000006d1 , 0x00000005 
- 00029006  0x00007a86 call  0x000071f2 
- 00029007  0x00007a87 setarg  0x000f4240 
- 00029008  0x00007a88 copy  0x0000003f , 0x00000011 
- 00029009  0x00007a89 fetch  0x00000004 , 0x000006d1 
- 00029010  0x00007a8a idiv  0x00000011 
- 00029011  0x00007a8b call  0x00007d62 
- 00029012  0x00007a8c remainder  0x0000003f 
- 00029013  0x00007a8d store  0x00000004 , 0x000005fa 
- 00029014  0x00007a8f rtn 
- 00029015  0x00007a92 jam  0x00000041 , 0x00000230 
- 00029016  0x00007a93 arg  0x00000231 , 0x00000005 
- 00029017  0x00007a94 call  0x000071a6 
- 00029018  0x00007a95 call  0x000071a1 
- 00029019  0x00007a96 fetch  0x00000003 , 0x000042c5 
- 00029020  0x00007a97 istore  0x00000003 , 0x00000005 
- 00029021  0x00007a9a call  0x00007167 
- 00029022  0x00007a9c arg  0x00000158 , 0x00000006 
- 00029023  0x00007a9d call  0x00007c8f 
- 00029024  0x00007a9e arg  0x000042ab , 0x00000006 
- 00029025  0x00007a9f call  0x00007c8f 
- 00029026  0x00007aa0 call  0x000071fb 
- 00029027  0x00007aa1 arg  0x000006f1 , 0x00000006 
- 00029028  0x00007aa2 arg  0x000006a1 , 0x00000005 
- 00029029  0x00007aa3 call  0x00007c8f 
- 00029030  0x00007aa5 branch  0x000071c1 
- 00029031  0x00007aaa fetch  0x00000004 , 0x000042ff 
- 00029032  0x00007aab istore  0x00000004 , 0x00000005 
- 00029033  0x00007aac call  0x00007c9b 
- 00029034  0x00007aad branch  0x00007c9a 
- 00029035  0x00007ab0 bpatch  0x000000e4 , 0x0000401c 
- 00029036  0x00007ab1 jam  0x00000041 , 0x00000230 
- 00029037  0x00007ab2 arg  0x00000231 , 0x00000005 
- 00029038  0x00007ab3 call  0x000071a1 
- 00029039  0x00007ab4 call  0x000071a6 
- 00029040  0x00007ab5 fetch  0x00000003 , 0x000042be 
- 00029041  0x00007ab6 istore  0x00000003 , 0x00000005 
- 00029042  0x00007ab9 call  0x00007167 
- 00029043  0x00007aba arg  0x000042ab , 0x00000006 
- 00029044  0x00007abb call  0x00007c8f 
- 00029045  0x00007abc arg  0x00000158 , 0x00000006 
- 00029046  0x00007abd call  0x00007c8f 
- 00029047  0x00007abe call  0x000071fb 
- 00029048  0x00007abf arg  0x000006f1 , 0x00000006 
- 00029049  0x00007ac0 arg  0x000006a1 , 0x00000005 
- 00029050  0x00007ac1 call  0x00007c8f 
- 00029051  0x00007ac3 call  0x000071c1 
- 00029052  0x00007ac4 arg  0x000006d1 , 0x00000005 
- 00029053  0x00007ac5 branch  0x000071f2 
- 00029054  0x00007ac8 jam  0x00000020 , 0x00000230 
- 00029055  0x00007ac9 arg  0x0000063e , 0x00000006 
- 00029056  0x00007aca arg  0x00000231 , 0x00000005 
- 00029057  0x00007acb call  0x00007c8d 
- 00029058  0x00007acc call  0x000071fb 
- 00029059  0x00007acd arg  0x000005e9 , 0x00000006 
- 00029060  0x00007ace call  0x000071f6 
- 00029061  0x00007acf call  0x000071c1 
- 00029062  0x00007ad0 arg  0x000006a1 , 0x00000005 
- 00029063  0x00007ad1 call  0x00007375 
- 00029064  0x00007ad2 arg  0x00000001 , 0x00000002 
- 00029065  0x00007ad3 call  0x00007190 
- 00029066  0x00007ad4 arg  0x0000428a , 0x00000005 
- 00029067  0x00007ad5 call  0x000071f2 
- 00029068  0x00007ad6 arg  0x00000000 , 0x00000002 
- 00029069  0x00007ad7 call  0x00007190 
- 00029070  0x00007ad8 arg  0x000006f1 , 0x00000005 
- 00029071  0x00007ada branch  0x00007375 
- 00029072  0x00007ade bpatch  0x000000e5 , 0x0000401c 
- 00029073  0x00007adf jam  0x00000035 , 0x00000230 
- 00029074  0x00007ae0 setarg  0x00000100 
- 00029075  0x00007ae1 store  0x00000002 , 0x00000231 
- 00029076  0x00007ae2 call  0x000071a1 
- 00029077  0x00007ae3 call  0x000071a6 
- 00029078  0x00007ae4 arg  0x000042ab , 0x00000006 
- 00029079  0x00007ae5 call  0x00007c8f 
- 00029080  0x00007ae6 arg  0x00000158 , 0x00000006 
- 00029081  0x00007ae7 call  0x00007c8f 
- 00029082  0x00007ae9 setarg  0x00006c65 
- 00029083  0x00007aea istore  0x00000002 , 0x00000005 
- 00029084  0x00007aeb setarg  0x00006274 
- 00029085  0x00007aec istore  0x00000002 , 0x00000005 
- 00029086  0x00007aed istoret  0x00000001 , 0x00000005 
- 00029087  0x00007aee call  0x000071fb 
- 00029088  0x00007aef branch  0x000071c1 
- 00029089  0x00007af2 fetch  0x00000006 , 0x000042db 
- 00029090  0x00007af3 istore  0x00000006 , 0x00000005 
- 00029091  0x00007af4 fetch  0x00000001 , 0x000042d2 
- 00029092  0x00007af5 istore  0x00000001 , 0x00000005 
- 00029093  0x00007af6 rtn 
- 00029094  0x00007af9 fetch  0x00000006 , 0x00000178 
- 00029095  0x00007afa istore  0x00000006 , 0x00000005 
- 00029096  0x00007aff fetch  0x00000001 , 0x000042cb 
- 00029097  0x00007b00 istore  0x00000001 , 0x00000005 
- 00029098  0x00007b01 rtn 
- 00029099  0x00007b04 jam  0x00000041 , 0x00000230 
- 00029100  0x00007b05 fetch  0x00000001 , 0x000044d0 
- 00029101  0x00007b06 store  0x00000001 , 0x00000231 
- 00029102  0x00007b07 arg  0x0000448f , 0x00000006 
- 00029103  0x00007b08 call  0x00007c8d 
- 00029104  0x00007b09 arg  0x000005fe , 0x00000006 
- 00029105  0x00007b0a call  0x00007c8d 
- 00029106  0x00007b0b call  0x000071fb 
- 00029107  0x00007b0c arg  0x00000158 , 0x00000006 
- 00029108  0x00007b0d call  0x000071f6 
- 00029109  0x00007b0e branch  0x000071c1 
- 00029110  0x00007b12 jam  0x00000041 , 0x00000230 
- 00029111  0x00007b13 fetch  0x00000001 , 0x000044d0 
- 00029112  0x00007b14 store  0x00000001 , 0x00000231 
- 00029113  0x00007b15 arg  0x000005fe , 0x00000006 
- 00029114  0x00007b16 call  0x00007c8d 
- 00029115  0x00007b17 arg  0x0000448f , 0x00000006 
- 00029116  0x00007b18 call  0x00007c8d 
- 00029117  0x00007b19 call  0x000071fb 
- 00029118  0x00007b1a arg  0x000042ab , 0x00000006 
- 00029119  0x00007b1b call  0x000071f6 
- 00029120  0x00007b1c branch  0x000071c1 
- 00029121  0x00007b1f bpatch  0x000000e6 , 0x0000401c 
- 00029122  0x00007b20 call  0x00007210 
- 00029123  0x00007b24 fetch  0x00000001 , 0x00000230 
- 00029124  0x00007b25 copy  0x0000003f , 0x00000002 
- 00029125  0x00007b27 increase  0x0000000f , 0x0000003f 
- 00029126  0x00007b28 rshift4  0x0000003f , 0x0000003f 
- 00029127  0x00007b29 copy  0x0000003f , 0x00000012 
- 00029128  0x00007b2a branch  0x000071d3 , 0x00000034 
- 00029129  0x00007b2b and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029130  0x00007b2c nbranch  0x000071d6 , 0x00000034 
- 00029131  0x00007b2e arg  0x000006b1 , 0x00000013 
- 00029132  0x00007b2f arg  0x00000231 , 0x0000003f 
- 00029133  0x00007b30 increase  0xfffffff0 , 0x0000003f 
- 00029134  0x00007b33 iadd  0x00000002 , 0x00000011 
- 00029135  0x00007b34 arg  0x000006e1 , 0x00000005 
- 00029136  0x00007b35 arg  0x00000004 , 0x00000039 
- 00029137  0x00007b36 call  0x00007ca9 
- 00029138  0x00007b3a branch  0x000071e1 
- 00029139  0x00007b3d arg  0x00000001 , 0x00000012 
- 00029140  0x00007b3e arg  0x00000000 , 0x00000011 
- 00029141  0x00007b40 branch  0x000071d7 
- 00029142  0x00007b45 and  0x00000002 , 0x0000000f , 0x00000011 
- 00029143  0x00007b47 arg  0x00000231 , 0x0000003f 
- 00029144  0x00007b48 iadd  0x00000002 , 0x0000003f 
- 00029145  0x00007b49 isub  0x00000011 , 0x00000006 
- 00029146  0x00007b4b arg  0x000006d1 , 0x00000005 
- 00029147  0x00007b4c call  0x00007236 
- 00029148  0x00007b4e arg  0x000006c1 , 0x00000013 
- 00029149  0x00007b4f arg  0x000006d1 , 0x00000011 
- 00029150  0x00007b50 arg  0x000006e1 , 0x00000005 
- 00029151  0x00007b51 arg  0x00000004 , 0x00000039 
- 00029152  0x00007b52 call  0x00007ca9 
- 00029153  0x00007b5e call  0x0000736f 
- 00029154  0x00007b5f call  0x000072da 
- 00029155  0x00007b62 arg  0x00000231 , 0x00000006 
- 00029156  0x00007b65 increase  0xffffffff , 0x00000012 
- 00029157  0x00007b66 deposit  0x00000012 
- 00029158  0x00007b67 branch  0x000071ea , 0x00000034 
- 00029159  0x00007b68 call  0x00007361 
- 00029160  0x00007b69 call  0x000072d4 
- 00029161  0x00007b6a branch  0x000071e4 
- 00029162  0x00007b6d arg  0x000006d1 , 0x00000005 
- 00029163  0x00007b6e call  0x00007375 
- 00029164  0x00007b6f arg  0x000006e1 , 0x00000006 
- 00029165  0x00007b70 call  0x00007361 
- 00029166  0x00007b71 call  0x000072da 
- 00029167  0x00007b72 arg  0x000006d1 , 0x00000006 
- 00029168  0x00007b73 call  0x00007361 
- 00029169  0x00007b74 branch  0x000072d4 
- 00029170  0x00007b7a copy  0x00000005 , 0x00000011 
- 00029171  0x00007b7b call  0x00007375 
- 00029172  0x00007b7d arg  0x00000010 , 0x00000039 
- 00029173  0x00007b7e branch  0x00007cb1 
- 00029174  0x00007b81 arg  0x000006a1 , 0x00000005 
- 00029175  0x00007b82 call  0x00007c8f 
- 00029176  0x00007b84 arg  0x00000010 , 0x00000039 
- 00029177  0x00007b85 arg  0x000006a1 , 0x00000011 
- 00029178  0x00007b86 branch  0x00007cb1 
- 00029179  0x00007b89 fetch  0x00000001 , 0x00000230 
- 00029180  0x00007b8a copy  0x0000003f , 0x00000039 
- 00029181  0x00007b8b arg  0x00000231 , 0x00000011 
- 00029182  0x00007b8c branch  0x00007cb1 
- 00029183  0x00007b8f ifetch  0x00000001 , 0x00000011 
- 00029184  0x00007b90 lshift  0x0000003f , 0x0000003f 
- 00029185  0x00007b91 isolate1  0x00000000 , 0x00000013 
- 00029186  0x00007b92 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029187  0x00007b93 isolate1  0x00000008 , 0x0000003f 
- 00029188  0x00007b94 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029189  0x00007b95 istore  0x00000001 , 0x00000011 
- 00029190  0x00007b96 increase  0xffffffff , 0x00000011 
- 00029191  0x00007b97 loop  0x000071ff 
- 00029192  0x00007b98 rtn 
- 00029193  0x00007b9b arg  0x000006b1 , 0x00000011 
- 00029194  0x00007b9d increase  0x0000000f , 0x00000011 
- 00029195  0x00007b9e force  0x00000010 , 0x00000039 
- 00029196  0x00007b9f force  0x00000000 , 0x00000013 
- 00029197  0x00007ba0 branch  0x000071ff 
- 00029198  0x00007ba3 arg  0x000006c1 , 0x00000011 
- 00029199  0x00007ba4 branch  0x0000720a 
- 00029200  0x00007ba8 arg  0x000006a1 , 0x00000006 
- 00029201  0x00007ba9 call  0x0000735f 
- 00029202  0x00007bac force  0x00000008 , 0x00000038 
- 00029203  0x00007bad call  0x00007370 
- 00029204  0x00007bae call  0x0000736f 
- 00029205  0x00007baf call  0x000072d1 
- 00029206  0x00007bb4 arg  0x000006b1 , 0x00000005 
- 00029207  0x00007bb5 call  0x00007375 
- 00029208  0x00007bb7 bpatch  0x000000e7 , 0x0000401c 
- 00029209  0x00007bb8 fetch  0x00000001 , 0x000006b1 
- 00029210  0x00007bb9 isolate1  0x00000007 , 0x0000003f 
- 00029211  0x00007bba nbranch  0x00007221 , 0x00000001 
- 00029212  0x00007bbb call  0x00007209 
- 00029213  0x00007bbe arg  0x000006b1 , 0x00000013 
- 00029214  0x00007bc0 arg  0x000006b1 , 0x00000005 
- 00029215  0x00007bc3 call  0x0000722b 
- 00029216  0x00007bc4 branch  0x00007222 
- 00029217  0x00007bc6 call  0x00007209 
- 00029218  0x00007bc9 arg  0x000006b1 , 0x00000006 
- 00029219  0x00007bca arg  0x000006c1 , 0x00000005 
- 00029220  0x00007bcb call  0x00007c8f 
- 00029221  0x00007bcc fetch  0x00000001 , 0x000006c1 
- 00029222  0x00007bcd isolate1  0x00000007 , 0x0000003f 
- 00029223  0x00007bce nbranch  0x0000720e , 0x00000001 
- 00029224  0x00007bcf call  0x0000720e 
- 00029225  0x00007bd1 arg  0x000006c1 , 0x00000013 
- 00029226  0x00007bd3 arg  0x000006c1 , 0x00000005 
- 00029227  0x00007bda arg  0x00000003 , 0x00000039 
- 00029228  0x00007bdc arg  0x00000000 , 0x00000002 
- 00029229  0x00007bdd call  0x00007232 
- 00029230  0x00007bde increase  0x00000004 , 0x00000013 
- 00029231  0x00007bdf loop  0x0000722c 
- 00029232  0x00007be0 arg  0x00008700 , 0x00000002 
- 00029233  0x00007be1 lshift16  0x00000002 , 0x00000002 
- 00029234  0x00007be3 ifetch  0x00000004 , 0x00000013 
- 00029235  0x00007be4 ixor  0x00000002 , 0x0000003f 
- 00029236  0x00007be5 istore  0x00000004 , 0x00000005 
- 00029237  0x00007be6 rtn 
- 00029238  0x00007bed bpatch  0x000000e8 , 0x0000401d 
- 00029239  0x00007bee arg  0x00000010 , 0x00000039 
- 00029240  0x00007bef arg  0x00000000 , 0x0000003f 
- 00029241  0x00007bf1 isub  0x00000011 , 0x0000003e 
- 00029242  0x00007bf2 branch  0x00007241 , 0x00000005 
- 00029243  0x00007bf3 branch  0x00007244 , 0x00000002 
- 00029244  0x00007bf4 ifetcht  0x00000001 , 0x00000006 
- 00029245  0x00007bf5 istoret  0x00000001 , 0x00000005 
- 00029246  0x00007bf7 increase  0x00000001 , 0x0000003f 
- 00029247  0x00007bf8 loop  0x00007239 
- 00029248  0x00007bf9 rtn 
- 00029249  0x00007bfb arg  0x00000080 , 0x00000002 
- 00029250  0x00007bfd istoret  0x00000001 , 0x00000005 
- 00029251  0x00007bfe branch  0x0000723e 
- 00029252  0x00007c01 arg  0x00000000 , 0x00000002 
- 00029253  0x00007c02 branch  0x00007242 
- 00029254  0x00007c08 lshift8  0x00000002 , 0x00000002 
- 00029255  0x00007c0a lshift16  0x00000002 , 0x00000002 
- 00029256  0x00007c0b ior  0x00000002 , 0x00000002 
- 00029257  0x00007c0c rtn 
- 00029258  0x00007c12 bpatch  0x000000e9 , 0x0000401d 
- 00029259  0x00007c13 call  0x00007306 
- 00029260  0x00007c14 arg  0x0000428a , 0x00000005 
- 00029261  0x00007c15 branch  0x00007375 
- 00029262  0x00007c19 arg  0x000042ab , 0x00000005 
- 00029263  0x00007c1a branch  0x00007251 , 0x00000029 
- 00029264  0x00007c1b arg  0x00000158 , 0x00000005 
- 00029265  0x00007c1d copy  0x00000006 , 0x00000011 
- 00029266  0x00007c1e call  0x00007c8f 
- 00029267  0x00007c1f call  0x0000731b 
- 00029268  0x00007c20 arg  0x0000429b , 0x00000006 
- 00029269  0x00007c21 branch  0x0000738e 
- 00029270  0x00007c24 arg  0x00000158 , 0x00000011 
- 00029271  0x00007c25 branch  0x00007259 , 0x00000029 
- 00029272  0x00007c26 arg  0x000042ab , 0x00000011 
- 00029273  0x00007c28 copy  0x00000011 , 0x00000005 
- 00029274  0x00007c29 call  0x00007de7 
- 00029275  0x00007c2a branch  0x0000731b 
- 00029276  0x00007c2d arg  0x000042e5 , 0x00000006 
- 00029277  0x00007c2e call  0x00007361 
- 00029278  0x00007c2f arg  0x0000428a , 0x00000006 
- 00029279  0x00007c30 call  0x00007362 
- 00029280  0x00007c31 force  0x00000038 , 0x00000036 
- 00029281  0x00007c32 force  0x00000000 , 0x00000036 
- 00029282  0x00007c33 call  0x000072cf 
- 00029283  0x00007c34 arg  0x000001a8 , 0x00000005 
- 00029284  0x00007c35 branch  0x00007375 
- 00029285  0x00007c3a force  0x00000008 , 0x00000038 
- 00029286  0x00007c3b force  0x00000049 , 0x0000003f 
- 00029287  0x00007c3c branch  0x0000726c 
- 00029288  0x00007c40 force  0x00000049 , 0x0000003f 
- 00029289  0x00007c41 branch  0x0000726b 
- 00029290  0x00007c43 force  0x00000001 , 0x0000003f 
- 00029291  0x00007c45 force  0x00000000 , 0x00000038 
- 00029292  0x00007c47 lshift8  0x00000002 , 0x0000002f 
- 00029293  0x00007c48 ior  0x0000002f , 0x0000002f 
- 00029294  0x00007c49 increase  0x00000001 , 0x00000038 
- 00029295  0x00007c4a rshift8  0x00000002 , 0x0000002f 
- 00029296  0x00007c4b rshift16  0x0000002f , 0x0000002f 
- 00029297  0x00007c4c fetch  0x00000002 , 0x0000445e 
- 00029298  0x00007c4d lshift16  0x0000003f , 0x0000003f 
- 00029299  0x00007c4e ior  0x0000002f , 0x0000002f 
- 00029300  0x00007c4f increase  0x00000001 , 0x00000038 
- 00029301  0x00007c50 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
- 00029302  0x00007c51 increase  0x00000001 , 0x00000038 
- 00029303  0x00007c52 ifetch  0x00000002 , 0x00000006 
- 00029304  0x00007c53 byteswap  0x00000011 , 0x0000002f 
- 00029305  0x00007c54 lshift16  0x0000002f , 0x0000002f 
- 00029306  0x00007c55 ior  0x0000002f , 0x0000002f 
- 00029307  0x00007c56 increase  0x00000001 , 0x00000038 
- 00029308  0x00007c57 rtn 
- 00029309  0x00007c5c add  0x00000013 , 0x00000001 , 0x00000006 
- 00029310  0x00007c5d ifetch  0x00000001 , 0x00000006 
- 00029311  0x00007c5e iforce  0x00000011 
- 00029312  0x00007c5f call  0x00007268 
- 00029313  0x00007c60 call  0x000072d1 
- 00029314  0x00007c62 force  0x00000000 , 0x00000038 
- 00029315  0x00007c63 ifetch  0x00000001 , 0x00000013 
- 00029316  0x00007c64 and_into  0x00000003 , 0x0000003f 
- 00029317  0x00007c65 lshift16  0x0000003f , 0x0000002f 
- 00029318  0x00007c66 set1  0x00000008 , 0x0000002f 
- 00029319  0x00007c67 call  0x0000736a 
- 00029320  0x00007c68 call  0x000072d4 
- 00029321  0x00007c6a copy  0x00000011 , 0x00000039 
- 00029322  0x00007c6b add  0x00000013 , 0x00000002 , 0x00000006 
- 00029323  0x00007c6c call  0x00007349 
- 00029324  0x00007c6e call  0x00007353 
- 00029325  0x00007c6f call  0x000072d4 
- 00029326  0x00007c70 deposit  0x00000039 
- 00029327  0x00007c71 branch  0x00007291 , 0x00000034 
- 00029328  0x00007c72 branch  0x0000728c 
- 00029329  0x00007c74 force  0x0000000c , 0x00000038 
- 00029330  0x00007c75 deposit  0x0000002f 
- 00029331  0x00007c76 store  0x00000004 , 0x00000150 
- 00029332  0x00007c77 rtn 
- 00029333  0x00007c7a increase  0x00000001 , 0x00000011 
- 00029334  0x00007c7b call  0x0000726a 
- 00029335  0x00007c7c copy  0x00000013 , 0x00000006 
- 00029336  0x00007c7d call  0x0000735d 
- 00029337  0x00007c7e call  0x000072d7 
- 00029338  0x00007c7f call  0x0000737c 
- 00029339  0x00007c80 increase  0x00000010 , 0x00000013 
- 00029340  0x00007c81 increase  0xfffffff0 , 0x00000012 
- 00029341  0x00007c82 branch  0x00007295 , 0x00000002 
- 00029342  0x00007c83 rtn 
- 00029343  0x00007c89 call  0x000072c4 
- 00029344  0x00007c8a bpatch  0x000000ea , 0x0000401d 
- 00029345  0x00007c8b jam  0x00000000 , 0x0000806c 
- 00029346  0x00007c8c jam  0x00000001 , 0x0000806d 
- 00029347  0x00007c8d fetch  0x00000001 , 0x00004169 
- 00029348  0x00007c8e and_into  0x00000003 , 0x0000003f 
- 00029349  0x00007c8f store  0x00000001 , 0x0000806e 
- 00029350  0x00007c90 fetch  0x00000002 , 0x0000068f 
- 00029351  0x00007c91 store  0x00000002 , 0x00008068 
- 00029352  0x00007c92 setarg  0x0000416b 
- 00029353  0x00007c93 store  0x00000002 , 0x0000806a 
- 00029354  0x00007c95 fetchr  0x00000011 , 0x00000001 , 0x0000416a 
- 00029355  0x00007c96 fetcht  0x00000005 , 0x00004450 
- 00029356  0x00007c97 call  0x00007265 
- 00029357  0x00007c98 jam  0x00000002 , 0x0000800a 
- 00029358  0x00007c99 jam  0x00000003 , 0x0000800a 
- 00029359  0x00007c9b fetch  0x00000001 , 0x0000416a 
- 00029360  0x00007c9c store  0x00000002 , 0x000080c0 
- 00029361  0x00007c9d increase  0x00000004 , 0x0000003f 
- 00029362  0x00007c9e store  0x00000001 , 0x0000416a 
- 00029363  0x00007c9f fetch  0x00000005 , 0x00004450 
- 00029364  0x00007ca0 increase  0x00000001 , 0x0000003f 
- 00029365  0x00007ca1 set0  0x00000027 , 0x0000003f 
- 00029366  0x00007ca2 store  0x00000005 , 0x00004450 
- 00029367  0x00007ca3 rtn 
- 00029368  0x00007ca7 fetch  0x00000002 , 0x0000811a 
- 00029369  0x00007ca8 isub  0x00000002 , 0x0000003e 
- 00029370  0x00007ca9 rtn  0x00000005 
- 00029371  0x00007caa nrtn  0x00000034 
- 00029372  0x00007cac branch  0x000072b8 
- 00029373  0x00007caf fetch  0x00000001 , 0x00008108 
- 00029374  0x00007cb0 bbit0  0x00000006 , 0x0000235a 
- 00029375  0x00007cb2 setarg  0x0000416b 
- 00029376  0x00007cb3 iadd  0x00000002 , 0x00000005 
- 00029377  0x00007cb4 arg  0x0000000c , 0x00000038 
- 00029378  0x00007cb5 istorer  0x0000002f , 0x00000004 , 0x00000005 
- 00029379  0x00007cb6 branch  0x000072cd 
- 00029380  0x00007cb9 bpatch  0x000000eb , 0x0000401d 
- 00029381  0x00007cba force  0x0000000c , 0x00000038 
- 00029382  0x00007cbb call  0x00007370 
- 00029383  0x00007cbc call  0x0000736f 
- 00029384  0x00007cbd setarg  0x00000000 
- 00029385  0x00007cbe store  0x00000002 , 0x000080c0 
- 00029386  0x00007cbf rtn 
- 00029387  0x00007cc2 fetch  0x00000001 , 0x00008108 
- 00029388  0x00007cc3 bbit0  0x00000006 , 0x000072cb 
- 00029389  0x00007cc5 jam  0x00000000 , 0x0000800a 
- 00029390  0x00007cc6 rtn 
- 00029391  0x00007cca nbranch  0x000072cf , 0x00000037 
- 00029392  0x00007ccb rtn 
- 00029393  0x00007cce force  0x00000030 , 0x00000036 
- 00029394  0x00007ccf force  0x00000000 , 0x00000036 
- 00029395  0x00007cd0 branch  0x000072cf 
- 00029396  0x00007cd3 force  0x00000032 , 0x00000036 
- 00029397  0x00007cd4 force  0x00000002 , 0x00000036 
- 00029398  0x00007cd5 branch  0x000072cf 
- 00029399  0x00007cd8 force  0x00000034 , 0x00000036 
- 00029400  0x00007cd9 force  0x00000004 , 0x00000036 
- 00029401  0x00007cda branch  0x000072cf 
- 00029402  0x00007cde force  0x00000001 , 0x00000036 
- 00029403  0x00007cdf force  0x00000000 , 0x00000036 
- 00029404  0x00007ce0 rtn 
- 00029405  0x00007ce4 fetch  0x00000001 , 0x00008155 
- 00029406  0x00007ce5 bbit0  0x00000002 , 0x000072dd 
- 00029407  0x00007ce6 rtn 
- 00029408  0x00007cea store  0x00000002 , 0x000080d2 
- 00029409  0x00007ceb force  0x000000c0 , 0x00000036 
- 00029410  0x00007cec force  0x00000080 , 0x00000036 
- 00029411  0x00007ced branch  0x000072dd 
- 00029412  0x00007cf0 force  0x00000000 , 0x00000038 
- 00029413  0x00007cf1 copy  0x00000012 , 0x00000006 
- 00029414  0x00007cf2 force  0x00000004 , 0x00000039 
- 00029415  0x00007cf3 call  0x000072f3 
- 00029416  0x00007cf5 force  0x00000180 , 0x00000036 
- 00029417  0x00007cf6 force  0x00000080 , 0x00000036 
- 00029418  0x00007cf7 call  0x000072cf 
- 00029419  0x00007cf9 force  0x0000000c , 0x00000038 
- 00029420  0x00007cfa copy  0x00000013 , 0x00000005 
- 00029421  0x00007cfb force  0x00000004 , 0x00000039 
- 00029422  0x00007cfd copy  0x0000002f , 0x0000003f 
- 00029423  0x00007cfe istore  0x00000004 , 0x00000005 
- 00029424  0x00007cff increase  0x00000001 , 0x00000038 
- 00029425  0x00007d00 loop  0x000072ee 
- 00029426  0x00007d01 rtn 
- 00029427  0x00007d04 ifetch  0x00000002 , 0x00000006 
- 00029428  0x00007d05 ifetcht  0x00000002 , 0x00000006 
- 00029429  0x00007d06 lshift16  0x00000002 , 0x00000002 
- 00029430  0x00007d07 ior  0x00000002 , 0x0000002f 
- 00029431  0x00007d08 increase  0x00000001 , 0x00000038 
- 00029432  0x00007d09 loop  0x000072f3 
- 00029433  0x00007d0a rtn 
- 00029434  0x00007d0e force  0x00000008 , 0x00000038 
- 00029435  0x00007d0f copy  0x00000011 , 0x00000006 
- 00029436  0x00007d10 force  0x00000004 , 0x00000039 
- 00029437  0x00007d11 call  0x000072f3 
- 00029438  0x00007d13 force  0x00000000 , 0x00000038 
- 00029439  0x00007d14 copy  0x00000012 , 0x00000006 
- 00029440  0x00007d15 force  0x00000004 , 0x00000039 
- 00029441  0x00007d16 call  0x000072f3 
- 00029442  0x00007d17 force  0x00000182 , 0x00000036 
- 00029443  0x00007d18 force  0x00000082 , 0x00000036 
- 00029444  0x00007d19 call  0x000072cf 
- 00029445  0x00007d1a branch  0x000072eb 
- 00029446  0x00007d1e force  0x00000000 , 0x00000038 
- 00029447  0x00007d1f fetch  0x00000004 , 0x00000158 
- 00029448  0x00007d20 iforce  0x0000002f 
- 00029449  0x00007d21 increase  0x00000001 , 0x00000038 
- 00029450  0x00007d22 ifetch  0x00000004 , 0x00000006 
- 00029451  0x00007d23 iforce  0x0000002f 
- 00029452  0x00007d24 increase  0x00000001 , 0x00000038 
- 00029453  0x00007d25 fetch  0x00000004 , 0x000042ab 
- 00029454  0x00007d26 iforce  0x0000002f 
- 00029455  0x00007d27 increase  0x00000001 , 0x00000038 
- 00029456  0x00007d28 ifetch  0x00000004 , 0x00000006 
- 00029457  0x00007d29 iforce  0x0000002f 
- 00029458  0x00007d2a increase  0x00000001 , 0x00000038 
- 00029459  0x00007d2b call  0x00007370 
- 00029460  0x00007d2c increase  0xfffffffc , 0x00000038 
- 00029461  0x00007d2d fetch  0x00000004 , 0x000042ff 
- 00029462  0x00007d2e copy  0x0000003f , 0x0000002f 
- 00029463  0x00007d2f increase  0x00000004 , 0x00000038 
- 00029464  0x00007d30 force  0x00000038 , 0x00000036 
- 00029465  0x00007d31 force  0x00000008 , 0x00000036 
- 00029466  0x00007d32 branch  0x000072cf 
- 00029467  0x00007d36 bpatch  0x000000ec , 0x0000401d 
- 00029468  0x00007d37 fetch  0x00000006 , 0x000042db 
- 00029469  0x00007d38 fetcht  0x00000006 , 0x00000178 
- 00029470  0x00007d39 branch  0x00007321 , 0x00000029 
- 00029471  0x00007d3a fetch  0x00000006 , 0x00000178 
- 00029472  0x00007d3b fetcht  0x00000006 , 0x000042db 
- 00029473  0x00007d3d force  0x00000008 , 0x00000038 
- 00029474  0x00007d3e copy  0x00000002 , 0x0000002f 
- 00029475  0x00007d3f increase  0x00000001 , 0x00000038 
- 00029476  0x00007d40 rshift32  0x00000002 , 0x0000002f 
- 00029477  0x00007d41 lshift16  0x0000003f , 0x0000003f 
- 00029478  0x00007d42 ior  0x0000002f , 0x0000002f 
- 00029479  0x00007d43 increase  0x00000001 , 0x00000038 
- 00029480  0x00007d44 rshift32  0x0000003f , 0x0000002f 
- 00029481  0x00007d45 increase  0x00000001 , 0x00000038 
- 00029482  0x00007d46 force  0x00000000 , 0x0000002f 
- 00029483  0x00007d47 force  0x00000000 , 0x0000003f 
- 00029484  0x00007d48 fetch  0x00000001 , 0x000042cb 
- 00029485  0x00007d49 fetcht  0x00000001 , 0x0000438c 
- 00029486  0x00007d4a nbranch  0x00007331 , 0x00000029 
- 00029487  0x00007d4c fetch  0x00000001 , 0x000042d2 
- 00029488  0x00007d4d fetcht  0x00000001 , 0x000042cb 
- 00029489  0x00007d4f store  0x00000001 , 0x000042bb 
- 00029490  0x00007d50 storet  0x00000001 , 0x000042bc 
- 00029491  0x00007d51 force  0x00000000 , 0x00000038 
- 00029492  0x00007d52 arg  0x000042bb , 0x00000012 
- 00029493  0x00007d53 force  0x00000004 , 0x00000039 
- 00029494  0x00007d55 ifetch  0x00000004 , 0x00000011 
- 00029495  0x00007d56 ifetcht  0x00000004 , 0x00000012 
- 00029496  0x00007d57 ixor  0x00000002 , 0x0000002f 
- 00029497  0x00007d58 increase  0x00000001 , 0x00000038 
- 00029498  0x00007d59 increase  0x00000004 , 0x00000011 
- 00029499  0x00007d5a increase  0x00000004 , 0x00000012 
- 00029500  0x00007d5b loop  0x00007336 
- 00029501  0x00007d5c call  0x00007370 
- 00029502  0x00007d5d increase  0xfffffffc , 0x00000038 
- 00029503  0x00007d5e fetch  0x00000004 , 0x000042ff 
- 00029504  0x00007d5f copy  0x0000003f , 0x0000002f 
- 00029505  0x00007d60 increase  0x00000004 , 0x00000038 
- 00029506  0x00007d61 force  0x00000038 , 0x00000036 
- 00029507  0x00007d62 force  0x0000000c , 0x00000036 
- 00029508  0x00007d63 call  0x000072cf 
- 00029509  0x00007d65 call  0x0000736f 
- 00029510  0x00007d66 force  0x0000003a , 0x00000036 
- 00029511  0x00007d67 force  0x00000008 , 0x00000036 
- 00029512  0x00007d68 branch  0x000072cf 
- 00029513  0x00007d6b compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029514  0x00007d6c rtn  0x00000001 
- 00029515  0x00007d6d deposit  0x00000006 
- 00029516  0x00007d6e iadd  0x00000039 , 0x00000005 
- 00029517  0x00007d6f force  0x00000000 , 0x0000003f 
- 00029518  0x00007d71 istore  0x00000001 , 0x00000005 
- 00029519  0x00007d72 increase  0x00000001 , 0x00000039 
- 00029520  0x00007d73 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029521  0x00007d74 rtn  0x00000001 
- 00029522  0x00007d75 branch  0x0000734e 
- 00029523  0x00007d78 force  0x00000000 , 0x00000038 
- 00029524  0x00007d7a deposit  0x00000039 
- 00029525  0x00007d7b branch  0x00007358 , 0x00000034 
- 00029526  0x00007d7c ifetch  0x00000004 , 0x00000006 
- 00029527  0x00007d7d increase  0xfffffffc , 0x00000039 
- 00029528  0x00007d7f iforce  0x0000002f 
- 00029529  0x00007d80 increase  0x00000001 , 0x00000038 
- 00029530  0x00007d81 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00029531  0x00007d82 rtn  0x00000001 
- 00029532  0x00007d83 branch  0x00007354 
- 00029533  0x00007d86 force  0x00000008 , 0x00000038 
- 00029534  0x00007d87 branch  0x00007362 
- 00029535  0x00007d89 force  0x00000004 , 0x00000038 
- 00029536  0x00007d8a branch  0x00007362 
- 00029537  0x00007d8c force  0x00000000 , 0x00000038 
- 00029538  0x00007d8e force  0x00000004 , 0x00000039 
- 00029539  0x00007d90 ifetch  0x00000004 , 0x00000006 
- 00029540  0x00007d91 iforce  0x0000002f 
- 00029541  0x00007d92 increase  0x00000001 , 0x00000038 
- 00029542  0x00007d93 loop  0x00007363 
- 00029543  0x00007d94 rtn 
- 00029544  0x00007d97 arg  0x000001a8 , 0x00000006 
- 00029545  0x00007d98 branch  0x0000735f 
- 00029546  0x00007d9b force  0x00000004 , 0x00000039 
- 00029547  0x00007d9c branch  0x00007372 
- 00029548  0x00007d9f force  0x00000000 , 0x00000038 
- 00029549  0x00007da0 force  0x00000010 , 0x00000039 
- 00029550  0x00007da1 branch  0x00007371 
- 00029551  0x00007da4 force  0x00000000 , 0x00000038 
- 00029552  0x00007da6 force  0x00000004 , 0x00000039 
- 00029553  0x00007da8 force  0x00000000 , 0x0000002f 
- 00029554  0x00007daa increase  0x00000001 , 0x00000038 
- 00029555  0x00007dab loop  0x00007371 
- 00029556  0x00007dac rtn 
- 00029557  0x00007daf force  0x0000000c , 0x00000038 
- 00029558  0x00007db0 force  0x00000004 , 0x00000039 
- 00029559  0x00007db2 deposit  0x0000002f 
- 00029560  0x00007db3 istore  0x00000004 , 0x00000005 
- 00029561  0x00007db4 increase  0x00000001 , 0x00000038 
- 00029562  0x00007db5 loop  0x00007377 
- 00029563  0x00007db6 rtn 
- 00029564  0x00007db9 force  0x0000000c , 0x00000038 
- 00029565  0x00007dba copy  0x00000013 , 0x00000005 
- 00029566  0x00007dbb add  0x00000012 , 0x00000001 , 0x00000039 
- 00029567  0x00007dbc sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00029568  0x00007dbd branch  0x00007382 , 0x00000002 
- 00029569  0x00007dbe force  0x00000010 , 0x00000039 
- 00029570  0x00007dc0 deposit  0x0000002f 
- 00029571  0x00007dc1 sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00029572  0x00007dc2 branch  0x0000738a , 0x00000002 
- 00029573  0x00007dc3 istore  0x00000004 , 0x00000005 
- 00029574  0x00007dc4 increase  0xfffffffc , 0x00000039 
- 00029575  0x00007dc5 rtn  0x00000005 
- 00029576  0x00007dc6 increase  0x00000001 , 0x00000038 
- 00029577  0x00007dc7 branch  0x00007382 
- 00029578  0x00007dc9 istore  0x00000001 , 0x00000005 
- 00029579  0x00007dca rshift8  0x0000003f , 0x0000003f 
- 00029580  0x00007dcb loop  0x0000738a 
- 00029581  0x00007dcc rtn 
- 00029582  0x00007dd0 force  0x0000000c , 0x00000038 
- 00029583  0x00007dd1 force  0x00000004 , 0x00000039 
- 00029584  0x00007dd3 ifetch  0x00000004 , 0x00000006 
- 00029585  0x00007dd4 isub  0x0000002f , 0x0000003e 
- 00029586  0x00007dd5 nrtn  0x00000005 
- 00029587  0x00007dd6 increase  0x00000001 , 0x00000038 
- 00029588  0x00007dd7 loop  0x00007390 
- 00029589  0x00007dd8 branch  0x00007db8 
- 00029590  0x00007ddb fetch  0x00000001 , 0x00008050 
- 00029591  0x00007ddc set0  0x00000000 , 0x0000003f 
- 00029592  0x00007ddd store  0x00000001 , 0x00008050 
- 00029593  0x00007dde rtn 
- 00029594  0x00007de1 fetch  0x00000001 , 0x00008050 
- 00029595  0x00007de2 set1  0x00000000 , 0x0000003f 
- 00029596  0x00007de3 store  0x00000001 , 0x00008050 
- 00029597  0x00007de4 rtn 
- 00029598  0x00007ded arg  0x000004d1 , 0x00000005 
- 00029599  0x00007dee setsect  0x00000000 , 0x0003ffff 
- 00029600  0x00007def setsect  0x00000001 , 0x0003ffff 
- 00029601  0x00007df0 setsect  0x00000002 , 0x0003ffff 
- 00029602  0x00007df1 setsect  0x00000003 , 0x0003fbff 
- 00029603  0x00007df2 istore  0x00000009 , 0x00000005 
- 00029604  0x00007df3 setsect  0x00000000 , 0x0003ffff 
- 00029605  0x00007df4 setsect  0x00000001 , 0x0003ffff 
- 00029606  0x00007df5 setsect  0x00000002 , 0x0003ffff 
- 00029607  0x00007df6 setsect  0x00000003 , 0x0003ffff 
- 00029608  0x00007df7 istore  0x00000009 , 0x00000005 
- 00029609  0x00007df8 setsect  0x00000000 , 0x0003ffff 
- 00029610  0x00007df9 setsect  0x00000001 , 0x0003ffff 
- 00029611  0x00007dfa setsect  0x00000002 , 0x0003cfff 
- 00029612  0x00007dfb setsect  0x00000003 , 0x0003ffff 
- 00029613  0x00007dfc istore  0x00000009 , 0x00000005 
- 00029614  0x00007dfd setsect  0x00000000 , 0x0003ffff 
- 00029615  0x00007dfe setsect  0x00000001 , 0x0003ffff 
- 00029616  0x00007dff setsect  0x00000002 , 0x0003ffef 
- 00029617  0x00007e00 setsect  0x00000003 , 0x0003ffff 
- 00029618  0x00007e01 istore  0x00000009 , 0x00000005 
- 00029619  0x00007e02 setsect  0x00000000 , 0x0003ffff 
- 00029620  0x00007e03 setsect  0x00000001 , 0x0003ffff 
- 00029621  0x00007e04 setsect  0x00000002 , 0x0003ffff 
- 00029622  0x00007e05 setsect  0x00000003 , 0x0003ffff 
- 00029623  0x00007e06 istore  0x00000009 , 0x00000005 
- 00029624  0x00007e07 setsect  0x00000000 , 0x0003ffff 
- 00029625  0x00007e08 setsect  0x00000001 , 0x00026c7f 
- 00029626  0x00007e09 setsect  0x00000002 , 0x0000146b 
- 00029627  0x00007e0a setsect  0x00000003 , 0x00037bb3 
- 00029628  0x00007e0b istore  0x00000009 , 0x00000005 
- 00029629  0x00007e0c setsect  0x00000000 , 0x0001feb8 
- 00029630  0x00007e0d setsect  0x00000001 , 0x00010c12 
- 00029631  0x00007e0e setsect  0x00000002 , 0x0002b722 
- 00029632  0x00007e0f setsect  0x00000003 , 0x00029fa6 
- 00029633  0x00007e10 istore  0x00000009 , 0x00000005 
- 00029634  0x00007e11 setsect  0x00000000 , 0x0000e70f 
- 00029635  0x00007e12 setsect  0x00000001 , 0x00016720 
- 00029636  0x00007e13 setsect  0x00000002 , 0x0000519e 
- 00029637  0x00007e14 setsect  0x00000003 , 0x00019084 
- 00029638  0x00007e15 istore  0x00000009 , 0x00000005 
- 00029639  0x00007e16 setsect  0x00000000 , 0x00031012 
- 00029640  0x00007e17 setsect  0x00000001 , 0x000360bf 
- 00029641  0x00007e18 setsect  0x00000002 , 0x0003f0af 
- 00029642  0x00007e19 setsect  0x00000003 , 0x000003d3 
- 00029643  0x00007e1a istore  0x00000009 , 0x00000005 
- 00029644  0x00007e1b setsect  0x00000000 , 0x0003a188 
- 00029645  0x00007e1c setsect  0x00000001 , 0x00003ad0 
- 00029646  0x00007e1d setsect  0x00000002 , 0x0003cbf2 
- 00029647  0x00007e1e setsect  0x00000003 , 0x000243d9 
- 00029648  0x00007e1f istore  0x00000009 , 0x00000005 
- 00029649  0x00007e20 setsect  0x00000000 , 0x0002b030 
- 00029650  0x00007e21 setsect  0x00000001 , 0x00036a03 
- 00029651  0x00007e22 setsect  0x00000002 , 0x00011188 
- 00029652  0x00007e23 setsect  0x00000003 , 0x0001e520 
- 00029653  0x00007e24 istore  0x00000009 , 0x00000005 
- 00029654  0x00007e25 setsect  0x00000000 , 0x0003a11e 
- 00029655  0x00007e26 setsect  0x00000001 , 0x0000fe5d 
- 00029656  0x00007e27 setsect  0x00000002 , 0x0000dd57 
- 00029657  0x00007e28 setsect  0x00000003 , 0x0001ac93 
- 00029658  0x00007e29 istore  0x00000009 , 0x00000005 
- 00029659  0x00007e2a setsect  0x00000000 , 0x000011ed 
- 00029660  0x00007e2b setsect  0x00000001 , 0x000218c4 
- 00029661  0x00007e2c setsect  0x00000002 , 0x00008da7 
- 00029662  0x00007e2d setsect  0x00000003 , 0x000257ff 
- 00029663  0x00007e2e istore  0x00000009 , 0x00000005 
- 00029664  0x00007e2f setsect  0x00000000 , 0x0003192b 
- 00029665  0x00007e30 setsect  0x00000001 , 0x00034641 
- 00029666  0x00007e31 setsect  0x00000002 , 0x0001be0c 
- 00029667  0x00007e32 setsect  0x00000003 , 0x000366ad 
- 00029668  0x00007e33 istore  0x00000009 , 0x00000005 
- 00029669  0x00007e34 setsect  0x00000000 , 0x00001f83 
- 00029670  0x00007e35 setsect  0x00000001 , 0x00015a23 
- 00029671  0x00007e36 setsect  0x00000002 , 0x0003f9b0 
- 00029672  0x00007e37 setsect  0x00000003 , 0x00003949 
- 00029673  0x00007e38 istore  0x00000009 , 0x00000005 
- 00029674  0x00007e39 setsect  0x00000000 , 0x00013a51 
- 00029675  0x00007e3a setsect  0x00000001 , 0x000153fd 
- 00029676  0x00007e3b setsect  0x00000002 , 0x0003372a 
- 00029677  0x00007e3c setsect  0x00000003 , 0x0000f1bb 
- 00029678  0x00007e3d istore  0x00000009 , 0x00000005 
- 00029679  0x00007e3e setsect  0x00000000 , 0x0003ae85 
- 00029680  0x00007e3f setsect  0x00000001 , 0x0001eed9 
- 00029681  0x00007e40 setsect  0x00000002 , 0x00009e66 
- 00029682  0x00007e41 setsect  0x00000003 , 0x000001a8 
- 00029683  0x00007e42 istore  0x00000008 , 0x00000005 
- 00029684  0x00007e43 rtn 
- 00029685  0x00007e4c arg  0x00000569 , 0x00000005 
- 00029686  0x00007e4d setsect  0x00000000 , 0x0003ffff 
- 00029687  0x00007e4e setsect  0x00000001 , 0x0003ffff 
- 00029688  0x00007e4f setsect  0x00000002 , 0x0003ffff 
- 00029689  0x00007e50 setsect  0x00000003 , 0x0003ffff 
- 00029690  0x00007e51 istore  0x00000009 , 0x00000005 
- 00029691  0x00007e52 setsect  0x00000000 , 0x0003ffff 
- 00029692  0x00007e53 setsect  0x00000001 , 0x0000003f 
- 00029693  0x00007e54 setsect  0x00000002 , 0x00000000 
- 00029694  0x00007e55 setsect  0x00000003 , 0x00000000 
- 00029695  0x00007e56 istore  0x00000009 , 0x00000005 
- 00029696  0x00007e57 setsect  0x00000000 , 0x00000000 
- 00029697  0x00007e58 setsect  0x00000001 , 0x00000000 
- 00029698  0x00007e59 setsect  0x00000002 , 0x00001000 
- 00029699  0x00007e5a setsect  0x00000003 , 0x00000000 
- 00029700  0x00007e5b istore  0x00000009 , 0x00000005 
- 00029701  0x00007e5c setsect  0x00000000 , 0x0003ff00 
- 00029702  0x00007e5d setsect  0x00000001 , 0x0003ffff 
- 00029703  0x00007e5e setsect  0x00000002 , 0x0003ffcf 
- 00029704  0x00007e5f setsect  0x00000003 , 0x0003ffff 
- 00029705  0x00007e60 istore  0x00000009 , 0x00000005 
- 00029706  0x00007e61 setsect  0x00000000 , 0x0003ffff 
- 00029707  0x00007e62 setsect  0x00000001 , 0x0003ffff 
- 00029708  0x00007e63 setsect  0x00000002 , 0x0003ffff 
- 00029709  0x00007e64 setsect  0x00000003 , 0x000003ff 
- 00029710  0x00007e65 istore  0x00000009 , 0x00000005 
- 00029711  0x00007e66 setsect  0x00000000 , 0x00000000 
- 00029712  0x00007e67 setsect  0x00000001 , 0x00000000 
- 00029713  0x00007e68 setsect  0x00000002 , 0x00000000 
- 00029714  0x00007e69 setsect  0x00000003 , 0x00000000 
- 00029715  0x00007e6a istore  0x00000009 , 0x00000005 
- 00029716  0x00007e6b setsect  0x00000000 , 0x00010000 
- 00029717  0x00007e6c setsect  0x00000001 , 0x00000000 
- 00029718  0x00007e6d setsect  0x00000002 , 0x0003f000 
- 00029719  0x00007e6e setsect  0x00000003 , 0x0003ffff 
- 00029720  0x00007e6f istore  0x00000009 , 0x00000005 
- 00029721  0x00007e70 setsect  0x00000000 , 0x000296ff 
- 00029722  0x00007e71 setsect  0x00000001 , 0x00022630 
- 00029723  0x00007e72 setsect  0x00000002 , 0x0003945d 
- 00029724  0x00007e73 setsect  0x00000003 , 0x0003d284 
- 00029725  0x00007e74 istore  0x00000009 , 0x00000005 
- 00029726  0x00007e75 setsect  0x00000000 , 0x000333a0 
- 00029727  0x00007e76 setsect  0x00000001 , 0x00004b7a 
- 00029728  0x00007e77 setsect  0x00000002 , 0x000037d8 
- 00029729  0x00007e78 setsect  0x00000003 , 0x0003c9dc 
- 00029730  0x00007e79 istore  0x00000009 , 0x00000005 
- 00029731  0x00007e7a setsect  0x00000000 , 0x0003a440 
- 00029732  0x00007e7b setsect  0x00000001 , 0x0001b958 
- 00029733  0x00007e7c setsect  0x00000002 , 0x00038bce 
- 00029734  0x00007e7d setsect  0x00000003 , 0x0001091f 
- 00029735  0x00007e7e istore  0x00000009 , 0x00000005 
- 00029736  0x00007e7f setsect  0x00000000 , 0x0002e12c 
- 00029737  0x00007e80 setsect  0x00000001 , 0x0001f47c 
- 00029738  0x00007e81 setsect  0x00000002 , 0x000356b1 
- 00029739  0x00007e82 setsect  0x00000003 , 0x0002fd47 
- 00029740  0x00007e83 istore  0x00000009 , 0x00000005 
- 00029741  0x00007e84 setsect  0x00000000 , 0x00006837 
- 00029742  0x00007e85 setsect  0x00000001 , 0x0002ed90 
- 00029743  0x00007e86 setsect  0x00000002 , 0x0001ecec 
- 00029744  0x00007e87 setsect  0x00000003 , 0x0001acc5 
- 00029745  0x00007e88 istore  0x00000009 , 0x00000005 
- 00029746  0x00007e89 setsect  0x00000000 , 0x00023357 
- 00029747  0x00007e8a setsect  0x00000001 , 0x00018af3 
- 00029748  0x00007e8b setsect  0x00000002 , 0x0000f9e1 
- 00029749  0x00007e8c setsect  0x00000003 , 0x000129f0 
- 00029750  0x00007e8d istore  0x00000009 , 0x00000005 
- 00029751  0x00007e8e setsect  0x00000000 , 0x0002e7eb 
- 00029752  0x00007e8f setsect  0x00000001 , 0x0003e6e3 
- 00029753  0x00007e90 setsect  0x00000002 , 0x0003e1a7 
- 00029754  0x00007e91 setsect  0x00000003 , 0x00010b8b 
- 00029755  0x00007e92 istore  0x00000009 , 0x00000005 
- 00029756  0x00007e93 setsect  0x00000000 , 0x00024fe3 
- 00029757  0x00007e94 setsect  0x00000001 , 0x000020ef 
- 00029758  0x00007e95 setsect  0x00000002 , 0x0001b5a6 
- 00029759  0x00007e96 setsect  0x00000003 , 0x0000dc2f 
- 00029760  0x00007e97 istore  0x00000009 , 0x00000005 
- 00029761  0x00007e98 setsect  0x00000000 , 0x00013860 
- 00029762  0x00007e99 setsect  0x00000001 , 0x0002bd69 
- 00029763  0x00007e9a setsect  0x00000002 , 0x0000391a 
- 00029764  0x00007e9b setsect  0x00000003 , 0x0001b222 
- 00029765  0x00007e9c istore  0x00000009 , 0x00000005 
- 00029766  0x00007e9d rtn 
- 00029767  0x00007ea6 branch  0x000074fc 
- 00029768  0x00007ea9 bpatch  0x000000ed , 0x0000401d 
- 00029769  0x00007eae fetch  0x00000001 , 0x0000446c 
- 00029770  0x00007eaf rtn  0x00000034 
- 00029771  0x00007eb0 fetch  0x00000001 , 0x0000446e 
- 00029772  0x00007eb1 rtneq  0x00000003 
- 00029773  0x00007eb4 fetch  0x00000001 , 0x0000446d 
- 00029774  0x00007eb5 beq  0x00000000 , 0x000074fc 
- 00029775  0x00007eb6 rtn 
- 00029776  0x00007eb8 jam  0x00000000 , 0x0000446d 
- 00029777  0x00007eb9 rtn 
- 00029778  0x00007ebf bpatch  0x000000ee , 0x0000401d 
- 00029779  0x00007ec0 setarg  0x000005fe 
- 00029780  0x00007ec1 arg  0x000005f9 , 0x00000005 
- 00029781  0x00007ec2 isub  0x00000005 , 0x00000039 
- 00029782  0x00007ec3 call  0x00007ca1 
- 00029783  0x00007ec4 setarg  0x000044d1 
- 00029784  0x00007ec5 arg  0x000044cf , 0x00000005 
- 00029785  0x00007ec6 isub  0x00000005 , 0x00000039 
- 00029786  0x00007ec7 branch  0x00007ca1 
- 00029787  0x00007ecc call  0x00007476 
- 00029788  0x00007ecd arg  0x0000061e , 0x00000011 
- 00029789  0x00007ece arg  0x000004b1 , 0x00000005 
- 00029790  0x00007ecf call  0x0000771c 
- 00029791  0x00007ed0 arg  0x000005fe , 0x00000011 
- 00029792  0x00007ed1 arg  0x00000471 , 0x00000005 
- 00029793  0x00007ed2 call  0x0000771c 
- 00029794  0x00007ed3 arg  0x00000471 , 0x00000011 
- 00029795  0x00007ed4 arg  0x000005fe , 0x00000012 
- 00029796  0x00007ed5 arg  0x00000471 , 0x00000005 
- 00029797  0x00007ed6 call  0x00007684 
- 00029798  0x00007ed7 arg  0x00000589 , 0x00000011 
- 00029799  0x00007ed8 arg  0x000005fe , 0x00000012 
- 00029800  0x00007ed9 arg  0x00000491 , 0x00000005 
- 00029801  0x00007eda call  0x00007684 
- 00029802  0x00007edb arg  0x00000491 , 0x00000011 
- 00029803  0x00007edc arg  0x00000471 , 0x00000012 
- 00029804  0x00007edd arg  0x00000471 , 0x00000005 
- 00029805  0x00007ede call  0x00007720 
- 00029806  0x00007edf arg  0x00000451 , 0x00000011 
- 00029807  0x00007ee0 arg  0x00000471 , 0x00000012 
- 00029808  0x00007ee1 arg  0x00000451 , 0x00000005 
- 00029809  0x00007ee2 call  0x00007720 
- 00029810  0x00007ee3 arg  0x00000020 , 0x00000039 
- 00029811  0x00007ee4 arg  0x000004b1 , 0x00000011 
- 00029812  0x00007ee5 arg  0x00000451 , 0x00000012 
- 00029813  0x00007ee6 branch  0x00007d64 
- 00029814  0x00007ee9 arg  0x000005c9 , 0x00000011 
- 00029815  0x00007eea arg  0x00000451 , 0x00000005 
- 00029816  0x00007eeb call  0x0000771c 
- 00029817  0x00007eec arg  0x000005a9 , 0x00000011 
- 00029818  0x00007eed arg  0x00000471 , 0x00000005 
- 00029819  0x00007eee call  0x0000771c 
- 00029820  0x00007eef arg  0x00000471 , 0x00000011 
- 00029821  0x00007ef0 arg  0x000005a9 , 0x00000012 
- 00029822  0x00007ef1 arg  0x00000471 , 0x00000005 
- 00029823  0x00007ef2 call  0x00007684 
- 00029824  0x00007ef3 arg  0x00000589 , 0x00000011 
- 00029825  0x00007ef4 arg  0x000005a9 , 0x00000012 
- 00029826  0x00007ef5 arg  0x00000491 , 0x00000005 
- 00029827  0x00007ef6 call  0x00007684 
- 00029828  0x00007ef7 arg  0x00000491 , 0x00000011 
- 00029829  0x00007ef8 arg  0x00000471 , 0x00000012 
- 00029830  0x00007ef9 arg  0x00000471 , 0x00000005 
- 00029831  0x00007efa call  0x00007720 
- 00029832  0x00007efb arg  0x00000451 , 0x00000011 
- 00029833  0x00007efc arg  0x00000471 , 0x00000012 
- 00029834  0x00007efd arg  0x00000451 , 0x00000005 
- 00029835  0x00007efe branch  0x00007739 
- 00029836  0x00007f04 increase  0xffffffff , 0x00000007 
- 00029837  0x00007f05 nrtn  0x00000002 
- 00029838  0x00007f06 random  0x0000003f 
- 00029839  0x00007f07 istore  0x00000002 , 0x00000005 
- 00029840  0x00007f08 branch  0x0000748c 
- 00029841  0x00007f0a increase  0xffffffff , 0x00000007 
- 00029842  0x00007f0b nbranch  0x0000749c , 0x00000002 
- 00029843  0x00007f0c ifetch  0x00000004 , 0x00000011 
- 00029844  0x00007f0d copy  0x0000003f , 0x00000002 
- 00029845  0x00007f0e ifetch  0x00000004 , 0x00000012 
- 00029846  0x00007f0f iflip  0x00000002 , 0x0000003f 
- 00029847  0x00007f10 nbranch  0x0000749b , 0x00000005 
- 00029848  0x00007f11 increase  0x00000004 , 0x00000011 
- 00029849  0x00007f12 increase  0x00000004 , 0x00000012 
- 00029850  0x00007f13 branch  0x00007491 
- 00029851  0x00007f15 branch  0x00007dc4 
- 00029852  0x00007f18 branch  0x00007dc6 
- 00029853  0x00007f1e and  0x0000003f , 0x00000007 , 0x00000007 
- 00029854  0x00007f1f rshift3  0x0000003f , 0x0000003f 
- 00029855  0x00007f20 iadd  0x00000006 , 0x00000006 
- 00029856  0x00007f21 ifetch  0x00000001 , 0x00000006 
- 00029857  0x00007f22 qisolate0  0x0000003f 
- 00029858  0x00007f23 rtn 
- 00029859  0x00007f27 ifetch  0x00000008 , 0x00000006 
- 00029860  0x00007f28 nrtn  0x00000034 
- 00029861  0x00007f29 ifetch  0x00000008 , 0x00000006 
- 00029862  0x00007f2a nrtn  0x00000034 
- 00029863  0x00007f2b ifetch  0x00000008 , 0x00000006 
- 00029864  0x00007f2c rtn 
- 00029865  0x00007f32 ifetch  0x00000004 , 0x00000011 
- 00029866  0x00007f33 iforce  0x00000002 
- 00029867  0x00007f34 ifetch  0x00000004 , 0x00000012 
- 00029868  0x00007f35 isub  0x00000002 , 0x0000003e 
- 00029869  0x00007f36 nrtn  0x00000005 
- 00029870  0x00007f37 increase  0x00000004 , 0x00000011 
- 00029871  0x00007f38 increase  0x00000004 , 0x00000012 
- 00029872  0x00007f39 loop  0x000074a9 
- 00029873  0x00007f3a rtn 
- 00029874  0x00007f3d force  0x00000006 , 0x00000039 
- 00029875  0x00007f3e increase  0x00000014 , 0x00000011 
- 00029876  0x00007f3f increase  0x00000014 , 0x00000012 
- 00029877  0x00007f41 ifetch  0x00000004 , 0x00000012 
- 00029878  0x00007f42 iforce  0x00000002 
- 00029879  0x00007f43 ifetch  0x00000004 , 0x00000011 
- 00029880  0x00007f44 isub  0x00000002 , 0x0000003f 
- 00029881  0x00007f45 nrtn  0x00000002 
- 00029882  0x00007f46 nrtn  0x00000034 
- 00029883  0x00007f47 increase  0xfffffffc , 0x00000011 
- 00029884  0x00007f48 increase  0xfffffffc , 0x00000012 
- 00029885  0x00007f49 loop  0x000074b5 
- 00029886  0x00007f4a rtn 
- 00029887  0x00007f4c force  0x00000006 , 0x00000039 
- 00029888  0x00007f4d force  0x00000000 , 0x00000013 
- 00029889  0x00007f4f ifetch  0x00000004 , 0x00000011 
- 00029890  0x00007f50 iforce  0x00000002 
- 00029891  0x00007f51 ifetch  0x00000004 , 0x00000012 
- 00029892  0x00007f52 iadd  0x00000002 , 0x0000003f 
- 00029893  0x00007f53 iadd  0x00000013 , 0x0000003f 
- 00029894  0x00007f54 istore  0x00000004 , 0x00000005 
- 00029895  0x00007f55 isolate1  0x00000020 , 0x0000003f 
- 00029896  0x00007f56 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029897  0x00007f57 increase  0x00000004 , 0x00000011 
- 00029898  0x00007f58 increase  0x00000004 , 0x00000012 
- 00029899  0x00007f59 loop  0x000074c1 
- 00029900  0x00007f5a rtn 
- 00029901  0x00007f5d force  0x00000006 , 0x00000039 
- 00029902  0x00007f5e force  0x00000000 , 0x00000013 
- 00029903  0x00007f60 ifetch  0x00000004 , 0x00000012 
- 00029904  0x00007f61 iforce  0x00000002 
- 00029905  0x00007f62 ifetch  0x00000004 , 0x00000011 
- 00029906  0x00007f63 isub  0x00000002 , 0x0000003f 
- 00029907  0x00007f64 isub  0x00000013 , 0x0000003f 
- 00029908  0x00007f65 istore  0x00000004 , 0x00000005 
- 00029909  0x00007f66 isolate1  0x00000020 , 0x0000003f 
- 00029910  0x00007f67 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029911  0x00007f68 increase  0x00000004 , 0x00000011 
- 00029912  0x00007f69 increase  0x00000004 , 0x00000012 
- 00029913  0x00007f6a loop  0x000074cf 
- 00029914  0x00007f6b rtn 
- 00029915  0x00007f6e force  0x00000006 , 0x00000039 
- 00029916  0x00007f6f increase  0x00000014 , 0x00000011 
- 00029917  0x00007f71 force  0x00000000 , 0x00000013 
- 00029918  0x00007f73 ifetch  0x00000004 , 0x00000011 
- 00029919  0x00007f74 isolate1  0x00000000 , 0x0000003f 
- 00029920  0x00007f75 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00029921  0x00007f76 rshift  0x0000003f , 0x0000003f 
- 00029922  0x00007f77 isolate1  0x00000000 , 0x00000013 
- 00029923  0x00007f78 setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00029924  0x00007f79 istore  0x00000004 , 0x00000011 
- 00029925  0x00007f7a increase  0xfffffffc , 0x00000011 
- 00029926  0x00007f7b rshift  0x00000013 , 0x00000013 
- 00029927  0x00007f7c loop  0x000074de 
- 00029928  0x00007f7d rtn 
- 00029929  0x00007f7f force  0x00000006 , 0x00000039 
- 00029930  0x00007f80 force  0x00000000 , 0x00000013 
- 00029931  0x00007f82 ifetch  0x00000004 , 0x00000011 
- 00029932  0x00007f83 isolate1  0x0000001f , 0x0000003f 
- 00029933  0x00007f84 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00029934  0x00007f85 lshift  0x0000003f , 0x0000003f 
- 00029935  0x00007f86 isolate1  0x00000000 , 0x00000013 
- 00029936  0x00007f87 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029937  0x00007f88 istore  0x00000004 , 0x00000011 
- 00029938  0x00007f89 increase  0x00000004 , 0x00000011 
- 00029939  0x00007f8a rshift  0x00000013 , 0x00000013 
- 00029940  0x00007f8b loop  0x000074eb 
- 00029941  0x00007f8c rtn 
- 00029942  0x00007f90 force  0x00000006 , 0x00000039 
- 00029943  0x00007f92 ifetch  0x00000004 , 0x00000006 
- 00029944  0x00007f93 iforce  0x0000002f 
- 00029945  0x00007f94 increase  0x00000001 , 0x00000038 
- 00029946  0x00007f95 loop  0x000074f7 
- 00029947  0x00007f96 rtn 
- 00029948  0x00007f9b bpatch  0x000000ef , 0x0000401d 
- 00029949  0x00007f9c fetch  0x00000001 , 0x0000446c 
- 00029950  0x00007f9d nbranch  0x0000751d , 0x00000034 
- 00029951  0x00007fa0 jam  0x00000000 , 0x0000446d 
- 00029952  0x00007fa1 jam  0x00000000 , 0x0000446e 
- 00029953  0x00007fa2 rtn 
- 00029954  0x00007fa7 fetch  0x00000001 , 0x0000446c 
- 00029955  0x00007fa8 rtn  0x00000034 
- 00029956  0x00007fa9 fetch  0x00000001 , 0x0000446e 
- 00029957  0x00007faa rtneq  0x00000003 
- 00029958  0x00007fab call  0x00007552 
- 00029959  0x00007fac branch  0x00007502 
- 00029960  0x00007fb1 arg  0x0000446f , 0x00000005 
- 00029961  0x00007fb2 setsect  0x00000000 , 0x00001abd 
- 00029962  0x00007fb3 setsect  0x00000001 , 0x0001b34f 
- 00029963  0x00007fb4 setsect  0x00000002 , 0x00019b8a 
- 00029964  0x00007fb5 setsect  0x00000003 , 0x00026562 
- 00029965  0x00007fb6 istore  0x00000009 , 0x00000005 
- 00029966  0x00007fb7 setsect  0x00000000 , 0x000340b7 
- 00029967  0x00007fb8 setsect  0x00000001 , 0x00001efa 
- 00029968  0x00007fb9 setsect  0x00000002 , 0x0000aff6 
- 00029969  0x00007fba setsect  0x00000003 , 0x0000fd41 
- 00029970  0x00007fbb istore  0x00000009 , 0x00000005 
- 00029971  0x00007fbc setsect  0x00000000 , 0x0003d210 
- 00029972  0x00007fbd setsect  0x00000001 , 0x00026cf8 
- 00029973  0x00007fbe setsect  0x00000002 , 0x0003874c 
- 00029974  0x00007fbf setsect  0x00000003 , 0x0003157c 
- 00029975  0x00007fc0 istore  0x00000009 , 0x00000005 
- 00029976  0x00007fc1 setsect  0x00000000 , 0x0002d4a3 
- 00029977  0x00007fc2 setsect  0x00000001 , 0x0003d27d 
- 00029978  0x00007fc3 setsect  0x00000002 , 0x00000003 
- 00029979  0x00007fc4 istore  0x00000005 , 0x00000005 
- 00029980  0x00007fc5 rtn 
- 00029981  0x00007fc9 fetch  0x00000001 , 0x0000446e 
- 00029982  0x00007fca rtnne  0x00000000 
- 00029983  0x00007fcb fetch  0x00000001 , 0x0000446d 
- 00029984  0x00007fcc rtnne  0x00000000 
- 00029985  0x00007fcd call  0x000073f5 
- 00029986  0x00007fce arg  0x0000446f , 0x00000005 
- 00029987  0x00007fcf force  0x0000000f , 0x00000007 
- 00029988  0x00007fd0 call  0x0000748c 
- 00029989  0x00007fd1 random  0x0000003f 
- 00029990  0x00007fd2 rshift  0x0000003f , 0x0000003f 
- 00029991  0x00007fd3 istore  0x00000002 , 0x00000005 
- 00029992  0x00007fd5 fetch  0x00000001 , 0x0000446b 
- 00029993  0x00007fd6 ncall  0x00007508 , 0x00000034 
- 00029994  0x00007fd8 arg  0x000003b1 , 0x00000005 
- 00029995  0x00007fd9 arg  0x0000446f , 0x00000006 
- 00029996  0x00007fda call  0x00007c8d 
- 00029997  0x00007fdc arg  0x00000291 , 0x00000005 
- 00029998  0x00007fdd arg  0x000005a9 , 0x00000006 
- 00029999  0x00007fde call  0x00007c81 
- 00030000  0x00007fe0 arg  0x000002d1 , 0x00000005 
- 00030001  0x00007fe1 call  0x00007c9d 
- 00030002  0x00007fe2 jam  0x00000001 , 0x000002d1 
- 00030003  0x00007fe4 call  0x0000756a 
- 00030004  0x00007fe5 jam  0x00000003 , 0x0000446d 
- 00030005  0x00007fe6 rtn 
- 00030006  0x00007fe9 arg  0x0000448f , 0x00000005 
- 00030007  0x00007fea arg  0x000002f1 , 0x00000006 
- 00030008  0x00007feb call  0x00007c81 
- 00030009  0x00007fec jam  0x00000003 , 0x0000446e 
- 00030010  0x00007fed jam  0x00000000 , 0x0000446d 
- 00030011  0x00007fee rtn 
- 00030012  0x00007ff3 fetch  0x00000001 , 0x000005f9 
- 00030013  0x00007ff4 rtnne  0x00000000 
- 00030014  0x00007ff5 fetch  0x00000001 , 0x0000446d 
- 00030015  0x00007ff6 rtnne  0x00000000 
- 00030016  0x00007ff8 arg  0x000003b1 , 0x00000005 
- 00030017  0x00007ff9 arg  0x0000446f , 0x00000006 
- 00030018  0x00007ffa call  0x00007c8d 
- 00030019  0x00007ffc arg  0x00000291 , 0x00000005 
- 00030020  0x00007ffd arg  0x000005fe , 0x00000006 
- 00030021  0x00007ffe call  0x00007c81 
- 00030022  0x00008000 arg  0x000002d1 , 0x00000005 
- 00030023  0x00008001 call  0x00007c9d 
- 00030024  0x00008002 jam  0x00000001 , 0x000002d1 
- 00030025  0x00008004 call  0x0000756a 
- 00030026  0x00008005 jam  0x00000004 , 0x0000446d 
- 00030027  0x00008006 rtn 
- 00030028  0x0000800b arg  0x0000063e , 0x00000005 
- 00030029  0x0000800c arg  0x000002f1 , 0x00000006 
- 00030030  0x0000800d call  0x00007c8d 
- 00030031  0x0000800e jam  0x00000003 , 0x000005f9 
- 00030032  0x0000800f jam  0x00000000 , 0x0000446d 
- 00030033  0x00008010 rtn 
- 00030034  0x00008015 fetch  0x00000001 , 0x0000446c 
- 00030035  0x00008016 rtn  0x00000034 
- 00030036  0x00008017 fetch  0x00000001 , 0x0000446d 
- 00030037  0x00008018 rtn  0x00000034 
- 00030038  0x00008019 increase  0x00000080 , 0x0000003f 
- 00030039  0x0000801a store  0x00000001 , 0x0000446d 
- 00030040  0x0000801b rtnbit1  0x00000007 
- 00030041  0x0000801c fetch  0x00000002 , 0x0000022e 
- 00030042  0x0000801d branch  0x0000755c , 0x00000034 
- 00030043  0x0000801e branch  0x00007562 
- 00030044  0x00008021 bpatch  0x000000f0 , 0x0000401e 
- 00030045  0x00008022 call  0x00007577 
- 00030046  0x00008023 fetch  0x00000001 , 0x0000446d 
- 00030047  0x00008024 beq  0x00000003 , 0x00007536 
- 00030048  0x00008025 beq  0x00000004 , 0x0000754c 
- 00030049  0x00008026 rtn 
- 00030050  0x0000802a call  0x00007589 
- 00030051  0x0000802b fetch  0x00000002 , 0x0000022e 
- 00030052  0x0000802c increase  0xffffffff , 0x0000003f 
- 00030053  0x0000802d store  0x00000002 , 0x0000022e 
- 00030054  0x0000802e arg  0x000003b1 , 0x00000006 
- 00030055  0x0000802f call  0x0000749d 
- 00030056  0x00008030 rtn  0x00000001 
- 00030057  0x00008031 branch  0x000075da 
- 00030058  0x00008034 bpatch  0x000000f1 , 0x0000401e 
- 00030059  0x00008035 setarg  0x00000100 
- 00030060  0x00008036 store  0x00000002 , 0x0000022e 
- 00030061  0x00008038 fetch  0x00000002 , 0x0000022e 
- 00030062  0x00008039 rtn  0x00000034 
- 00030063  0x0000803a increase  0xffffffff , 0x0000003f 
- 00030064  0x0000803b store  0x00000002 , 0x0000022e 
- 00030065  0x0000803c arg  0x000003b1 , 0x00000006 
- 00030066  0x0000803d call  0x0000749d 
- 00030067  0x0000803e branch  0x0000756d , 0x00000001 
- 00030068  0x0000803f arg  0x00000291 , 0x00000006 
- 00030069  0x00008040 arg  0x00000351 , 0x00000005 
- 00030070  0x00008041 branch  0x00007c80 
- 00030071  0x00008045 arg  0x00000391 , 0x00000011 
- 00030072  0x00008046 arg  0x00000491 , 0x00000005 
- 00030073  0x00008047 call  0x00007646 
- 00030074  0x00008048 arg  0x00000491 , 0x00000011 
- 00030075  0x00008049 arg  0x00000431 , 0x00000005 
- 00030076  0x0000804a call  0x0000771c 
- 00030077  0x0000804b arg  0x00000351 , 0x00000011 
- 00030078  0x0000804c arg  0x00000431 , 0x00000012 
- 00030079  0x0000804d arg  0x000002f1 , 0x00000005 
- 00030080  0x0000804e call  0x00007684 
- 00030081  0x0000804f arg  0x00000491 , 0x00000011 
- 00030082  0x00008050 arg  0x00000431 , 0x00000012 
- 00030083  0x00008051 arg  0x00000471 , 0x00000005 
- 00030084  0x00008052 call  0x00007684 
- 00030085  0x00008053 arg  0x00000371 , 0x00000011 
- 00030086  0x00008054 arg  0x00000471 , 0x00000012 
- 00030087  0x00008055 arg  0x00000311 , 0x00000005 
- 00030088  0x00008056 branch  0x00007684 
- 00030089  0x00008059 arg  0x00000391 , 0x00000011 
- 00030090  0x0000805a arg  0x00000471 , 0x00000005 
- 00030091  0x0000805b call  0x0000771c 
- 00030092  0x0000805c arg  0x00000471 , 0x00000011 
- 00030093  0x0000805d arg  0x00000491 , 0x00000005 
- 00030094  0x0000805e call  0x0000771c 
- 00030095  0x00008060 arg  0x00000589 , 0x00000011 
- 00030096  0x00008061 arg  0x00000491 , 0x00000012 
- 00030097  0x00008062 arg  0x00000491 , 0x00000005 
- 00030098  0x00008063 call  0x00007684 
- 00030099  0x00008064 arg  0x00000351 , 0x00000011 
- 00030100  0x00008065 arg  0x00000471 , 0x00000005 
- 00030101  0x00008066 call  0x0000771c 
- 00030102  0x00008068 arg  0x00000471 , 0x00000006 
- 00030103  0x00008069 arg  0x00000431 , 0x00000005 
- 00030104  0x0000806a call  0x00007c8d 
- 00030105  0x0000806b arg  0x00000431 , 0x00000011 
- 00030106  0x0000806c call  0x00007723 
- 00030107  0x0000806d arg  0x00000471 , 0x00000011 
- 00030108  0x0000806e arg  0x00000431 , 0x00000012 
- 00030109  0x0000806f arg  0x00000471 , 0x00000005 
- 00030110  0x00008070 call  0x00007720 
- 00030111  0x00008072 arg  0x00000471 , 0x00000011 
- 00030112  0x00008073 arg  0x00000491 , 0x00000012 
- 00030113  0x00008074 arg  0x00000471 , 0x00000005 
- 00030114  0x00008075 call  0x00007720 
- 00030115  0x00008077 arg  0x00000351 , 0x00000006 
- 00030116  0x00008078 arg  0x00000431 , 0x00000005 
- 00030117  0x00008079 call  0x00007c8d 
- 00030118  0x0000807a arg  0x00000371 , 0x00000011 
- 00030119  0x0000807b arg  0x00000491 , 0x00000005 
- 00030120  0x0000807c call  0x0000771c 
- 00030121  0x0000807d arg  0x00000431 , 0x00000011 
- 00030122  0x0000807e call  0x00007723 
- 00030123  0x0000807f arg  0x00000431 , 0x00000011 
- 00030124  0x00008080 call  0x00007723 
- 00030125  0x00008081 arg  0x00000431 , 0x00000011 
- 00030126  0x00008082 arg  0x00000491 , 0x00000012 
- 00030127  0x00008083 arg  0x00000431 , 0x00000005 
- 00030128  0x00008084 call  0x00007684 
- 00030129  0x00008085 arg  0x00000491 , 0x00000011 
- 00030130  0x00008086 arg  0x00000451 , 0x00000005 
- 00030131  0x00008087 call  0x0000771c 
- 00030132  0x00008088 arg  0x00000451 , 0x00000011 
- 00030133  0x00008089 call  0x00007723 
- 00030134  0x0000808a arg  0x00000451 , 0x00000011 
- 00030135  0x0000808b call  0x00007723 
- 00030136  0x0000808c arg  0x00000451 , 0x00000011 
- 00030137  0x0000808d call  0x00007723 
- 00030138  0x0000808e arg  0x00000371 , 0x00000006 
- 00030139  0x0000808f arg  0x00000491 , 0x00000005 
- 00030140  0x00008090 call  0x00007c8d 
- 00030141  0x00008091 arg  0x00000491 , 0x00000011 
- 00030142  0x00008092 call  0x00007723 
- 00030143  0x00008093 arg  0x00000491 , 0x00000011 
- 00030144  0x00008094 arg  0x00000391 , 0x00000012 
- 00030145  0x00008095 arg  0x00000391 , 0x00000005 
- 00030146  0x00008096 call  0x00007684 
- 00030147  0x00008099 arg  0x00000471 , 0x00000011 
- 00030148  0x0000809a arg  0x00000491 , 0x00000005 
- 00030149  0x0000809b call  0x0000771c 
- 00030150  0x0000809d arg  0x00000491 , 0x00000011 
- 00030151  0x0000809e arg  0x00000431 , 0x00000012 
- 00030152  0x0000809f arg  0x00000491 , 0x00000005 
- 00030153  0x000080a0 call  0x00007739 
- 00030154  0x000080a1 arg  0x00000491 , 0x00000011 
- 00030155  0x000080a2 arg  0x00000431 , 0x00000012 
- 00030156  0x000080a3 arg  0x00000351 , 0x00000005 
- 00030157  0x000080a4 call  0x00007739 
- 00030158  0x000080a5 arg  0x00000431 , 0x00000011 
- 00030159  0x000080a6 arg  0x00000351 , 0x00000012 
- 00030160  0x000080a7 arg  0x00000491 , 0x00000005 
- 00030161  0x000080a8 call  0x00007739 
- 00030162  0x000080a9 arg  0x00000491 , 0x00000011 
- 00030163  0x000080aa arg  0x00000471 , 0x00000012 
- 00030164  0x000080ab arg  0x00000491 , 0x00000005 
- 00030165  0x000080ac call  0x00007684 
- 00030166  0x000080ad arg  0x00000491 , 0x00000011 
- 00030167  0x000080ae arg  0x00000451 , 0x00000012 
- 00030168  0x000080af arg  0x00000371 , 0x00000005 
- 00030169  0x000080b0 branch  0x00007739 
- 00030170  0x000080b4 arg  0x000002d1 , 0x00000011 
- 00030171  0x000080b5 arg  0x000004b1 , 0x00000005 
- 00030172  0x000080b6 call  0x0000771c 
- 00030173  0x000080b7 arg  0x00000351 , 0x00000011 
- 00030174  0x000080b8 arg  0x000004b1 , 0x00000012 
- 00030175  0x000080b9 arg  0x00000451 , 0x00000005 
- 00030176  0x000080ba call  0x00007684 
- 00030177  0x000080bd arg  0x000002d1 , 0x00000011 
- 00030178  0x000080be arg  0x000004b1 , 0x00000012 
- 00030179  0x000080bf arg  0x000004b1 , 0x00000005 
- 00030180  0x000080c0 call  0x00007684 
- 00030181  0x000080c1 arg  0x00000371 , 0x00000011 
- 00030182  0x000080c2 arg  0x000004b1 , 0x00000012 
- 00030183  0x000080c3 arg  0x00000431 , 0x00000005 
- 00030184  0x000080c4 call  0x00007684 
- 00030185  0x000080c7 arg  0x00000391 , 0x00000011 
- 00030186  0x000080c8 arg  0x000004b1 , 0x00000005 
- 00030187  0x000080c9 call  0x0000771c 
- 00030188  0x000080ca arg  0x00000291 , 0x00000011 
- 00030189  0x000080cb arg  0x000004b1 , 0x00000012 
- 00030190  0x000080cc arg  0x00000471 , 0x00000005 
- 00030191  0x000080cd call  0x00007684 
- 00030192  0x000080cf arg  0x00000391 , 0x00000011 
- 00030193  0x000080d0 arg  0x000004b1 , 0x00000012 
- 00030194  0x000080d1 arg  0x000004b1 , 0x00000005 
- 00030195  0x000080d2 call  0x00007684 
- 00030196  0x000080d3 arg  0x000002b1 , 0x00000011 
- 00030197  0x000080d4 arg  0x000004b1 , 0x00000012 
- 00030198  0x000080d5 arg  0x00000491 , 0x00000005 
- 00030199  0x000080d6 call  0x00007684 
- 00030200  0x000080db arg  0x00000451 , 0x00000012 
- 00030201  0x000080dc arg  0x00000471 , 0x00000011 
- 00030202  0x000080dd arg  0x000004b1 , 0x00000005 
- 00030203  0x000080de call  0x00007739 
- 00030204  0x000080df arg  0x00000451 , 0x00000011 
- 00030205  0x000080e0 arg  0x00000471 , 0x00000012 
- 00030206  0x000080e1 arg  0x00000451 , 0x00000005 
- 00030207  0x000080e2 call  0x00007720 
- 00030208  0x000080e5 arg  0x00000431 , 0x00000012 
- 00030209  0x000080e6 arg  0x00000491 , 0x00000011 
- 00030210  0x000080e7 arg  0x00000471 , 0x00000005 
- 00030211  0x000080e8 call  0x00007739 
- 00030212  0x000080e9 arg  0x00000431 , 0x00000011 
- 00030213  0x000080ea arg  0x00000491 , 0x00000012 
- 00030214  0x000080eb arg  0x00000431 , 0x00000005 
- 00030215  0x000080ec call  0x00007720 
- 00030216  0x000080ed arg  0x00000431 , 0x00000011 
- 00030217  0x000080ee arg  0x000004b1 , 0x00000012 
- 00030218  0x000080ef arg  0x00000431 , 0x00000005 
- 00030219  0x000080f0 call  0x00007684 
- 00030220  0x000080f1 arg  0x00000391 , 0x00000011 
- 00030221  0x000080f2 arg  0x000002d1 , 0x00000012 
- 00030222  0x000080f3 arg  0x00000491 , 0x00000005 
- 00030223  0x000080f4 call  0x00007684 
- 00030224  0x000080f5 arg  0x00000491 , 0x00000011 
- 00030225  0x000080f6 arg  0x000004b1 , 0x00000012 
- 00030226  0x000080f7 arg  0x00000391 , 0x00000005 
- 00030227  0x000080f8 call  0x00007684 
- 00030228  0x000080fa arg  0x000004b1 , 0x00000011 
- 00030229  0x000080fb arg  0x000004b1 , 0x00000005 
- 00030230  0x000080fc call  0x0000771c 
- 00030231  0x000080fd arg  0x000004b1 , 0x00000011 
- 00030232  0x000080fe arg  0x00000451 , 0x00000012 
- 00030233  0x000080ff arg  0x00000491 , 0x00000005 
- 00030234  0x00008100 call  0x00007684 
- 00030235  0x00008101 arg  0x000004b1 , 0x00000011 
- 00030236  0x00008102 arg  0x00000431 , 0x00000012 
- 00030237  0x00008103 arg  0x00000431 , 0x00000005 
- 00030238  0x00008104 call  0x00007684 
- 00030239  0x00008105 arg  0x00000471 , 0x00000011 
- 00030240  0x00008106 arg  0x00000351 , 0x00000005 
- 00030241  0x00008107 call  0x0000771c 
- 00030242  0x00008108 arg  0x00000351 , 0x00000011 
- 00030243  0x00008109 arg  0x00000491 , 0x00000012 
- 00030244  0x0000810a arg  0x00000351 , 0x00000005 
- 00030245  0x0000810b call  0x00007739 
- 00030246  0x0000810c arg  0x00000351 , 0x00000006 
- 00030247  0x0000810d arg  0x000004b1 , 0x00000005 
- 00030248  0x0000810e call  0x00007c8d 
- 00030249  0x0000810f arg  0x000004b1 , 0x00000011 
- 00030250  0x00008110 call  0x00007723 
- 00030251  0x00008111 arg  0x00000491 , 0x00000011 
- 00030252  0x00008112 arg  0x000004b1 , 0x00000012 
- 00030253  0x00008113 arg  0x00000491 , 0x00000005 
- 00030254  0x00008114 call  0x00007739 
- 00030255  0x00008115 arg  0x00000491 , 0x00000011 
- 00030256  0x00008116 arg  0x00000471 , 0x00000012 
- 00030257  0x00008117 arg  0x00000471 , 0x00000005 
- 00030258  0x00008118 call  0x00007684 
- 00030259  0x00008119 arg  0x00000471 , 0x00000011 
- 00030260  0x0000811a arg  0x00000431 , 0x00000012 
- 00030261  0x0000811b arg  0x00000371 , 0x00000005 
- 00030262  0x0000811c call  0x00007739 
- 00030263  0x0000811d arg  0x00000371 , 0x00000011 
- 00030264  0x0000811e arg  0x00000569 , 0x00000012 
- 00030265  0x0000811f arg  0x00000371 , 0x00000005 
- 00030266  0x00008120 force  0x00000000 , 0x00000013 
- 00030267  0x00008121 fetch  0x00000001 , 0x00000371 
- 00030268  0x00008122 isolate1  0x00000000 , 0x0000003f 
- 00030269  0x00008123 call  0x0000771e , 0x00000001 
- 00030270  0x00008124 copy  0x00000013 , 0x00000030 
- 00030271  0x00008125 arg  0x00000371 , 0x00000011 
- 00030272  0x00008126 call  0x0000774e 
- 00030273  0x00008127 fetch  0x00000001 , 0x00000390 
- 00030274  0x00008128 isolate1  0x00000000 , 0x00000030 
- 00030275  0x00008129 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00030276  0x0000812a store  0x00000001 , 0x00000390 
- 00030277  0x0000812b rtn 
- 00030278  0x0000812e copy  0x00000005 , 0x0000000b 
- 00030279  0x0000812f arg  0x00000451 , 0x00000005 
- 00030280  0x00008130 call  0x00007c9d 
- 00030281  0x00008131 force  0x00000000 , 0x0000003f 
- 00030282  0x00008133 store  0x00000004 , 0x00000471 
- 00030283  0x00008134 jam  0x00000001 , 0x00000451 
- 00030284  0x00008135 arg  0x000003d1 , 0x00000005 
- 00030285  0x00008136 call  0x00007c9f 
- 00030286  0x00008137 arg  0x00000569 , 0x00000006 
- 00030287  0x00008138 arg  0x00000411 , 0x00000005 
- 00030288  0x00008139 call  0x00007c8d 
- 00030289  0x0000813a copy  0x00000011 , 0x00000006 
- 00030290  0x0000813b arg  0x00000431 , 0x00000005 
- 00030291  0x0000813c call  0x00007c8d 
- 00030292  0x00008143 arg  0x00000431 , 0x00000006 
- 00030293  0x00008144 call  0x00007758 
- 00030294  0x00008145 branch  0x0000767d , 0x00000034 
- 00030295  0x0000814a arg  0x00000431 , 0x00000011 
- 00030296  0x0000814b arg  0x00000451 , 0x00000012 
- 00030297  0x0000814c call  0x0000775b 
- 00030298  0x0000814d arg  0x00000411 , 0x00000011 
- 00030299  0x0000814e arg  0x000003d1 , 0x00000012 
- 00030300  0x0000814f call  0x0000775b 
- 00030301  0x00008151 arg  0x00000431 , 0x00000011 
- 00030302  0x00008152 arg  0x00000411 , 0x00000012 
- 00030303  0x00008153 call  0x00007754 
- 00030304  0x00008154 branch  0x0000766f , 0x00000002 
- 00030305  0x00008155 arg  0x00000411 , 0x00000011 
- 00030306  0x00008156 arg  0x00000431 , 0x00000012 
- 00030307  0x00008157 copy  0x00000011 , 0x00000005 
- 00030308  0x00008158 call  0x0000774c 
- 00030309  0x00008159 arg  0x00000451 , 0x00000011 
- 00030310  0x0000815a arg  0x000003d1 , 0x00000012 
- 00030311  0x0000815b copy  0x00000012 , 0x00000005 
- 00030312  0x0000815c call  0x0000771e 
- 00030313  0x0000815d ifetch  0x00000001 , 0x00000011 
- 00030314  0x0000815e iadd  0x00000013 , 0x00000013 
- 00030315  0x0000815f ifetch  0x00000001 , 0x00000012 
- 00030316  0x00008160 iadd  0x00000013 , 0x0000003f 
- 00030317  0x00008161 istore  0x00000001 , 0x00000012 
- 00030318  0x00008162 branch  0x00007654 
- 00030319  0x00008164 arg  0x00000431 , 0x00000011 
- 00030320  0x00008165 arg  0x00000411 , 0x00000012 
- 00030321  0x00008166 copy  0x00000011 , 0x00000005 
- 00030322  0x00008167 call  0x0000774c 
- 00030323  0x00008168 arg  0x000003d1 , 0x00000011 
- 00030324  0x00008169 arg  0x00000451 , 0x00000012 
- 00030325  0x0000816a copy  0x00000012 , 0x00000005 
- 00030326  0x0000816b call  0x0000771e 
- 00030327  0x0000816c ifetch  0x00000001 , 0x00000011 
- 00030328  0x0000816d iadd  0x00000013 , 0x00000013 
- 00030329  0x0000816e ifetch  0x00000001 , 0x00000012 
- 00030330  0x0000816f iadd  0x00000013 , 0x0000003f 
- 00030331  0x00008170 istore  0x00000001 , 0x00000012 
- 00030332  0x00008171 branch  0x00007654 
- 00030333  0x00008174 arg  0x000003d1 , 0x00000011 
- 00030334  0x00008175 copy  0x0000000b , 0x00000005 
- 00030335  0x00008176 call  0x000076ad 
- 00030336  0x00008178 arg  0x00000569 , 0x00000011 
- 00030337  0x00008179 copy  0x0000000b , 0x00000012 
- 00030338  0x0000817a copy  0x0000000b , 0x00000005 
- 00030339  0x0000817b branch  0x00007739 
- 00030340  0x0000817f copy  0x00000005 , 0x0000000b 
- 00030341  0x00008181 force  0x00000000 , 0x00000038 
- 00030342  0x00008183 arg  0x000003d1 , 0x00000005 
- 00030343  0x00008184 call  0x00007c9f 
- 00030344  0x00008185 arg  0x000006b1 , 0x00000005 
- 00030345  0x00008186 call  0x00007c9f 
- 00030346  0x0000818a copy  0x00000011 , 0x00000006 
- 00030347  0x0000818c jam  0x00000000 , 0x000006b1 
- 00030348  0x0000818d setarg  0x00000000 
- 00030349  0x0000818e call  0x00007716 
- 00030350  0x0000818f copy  0x00000012 , 0x00000006 
- 00030351  0x00008190 call  0x0000771a 
- 00030352  0x00008193 force  0x00000000 , 0x00000007 
- 00030353  0x00008194 arg  0x000003d1 , 0x00000005 
- 00030354  0x00008198 arg  0x000006b1 , 0x00000002 
- 00030355  0x00008199 copy  0x00000007 , 0x00000012 
- 00030356  0x0000819a lshift2  0x00000012 , 0x0000003f 
- 00030357  0x0000819c iadd  0x00000002 , 0x00000012 
- 00030358  0x0000819d force  0x00000000 , 0x00000002 
- 00030359  0x0000819e force  0x00000000 , 0x00000013 
- 00030360  0x000081a4 ifetch  0x00000004 , 0x00000005 
- 00030361  0x000081a5 iforce  0x00000011 
- 00030362  0x000081a8 ifetch  0x00000004 , 0x00000012 
- 00030363  0x000081a9 copy  0x00000013 , 0x00000038 
- 00030364  0x000081aa imul32  0x0000002f , 0x0000003f 
- 00030365  0x000081ab iadd  0x00000011 , 0x0000003f 
- 00030366  0x000081ac iadd  0x00000002 , 0x0000003f 
- 00030367  0x000081ad istore  0x00000004 , 0x00000005 
- 00030368  0x000081ae rshift32  0x0000003f , 0x00000002 
- 00030369  0x000081af increase  0x00000001 , 0x00000013 
- 00030370  0x000081b0 compare  0x00000008 , 0x00000013 , 0x000000ff 
- 00030371  0x000081b1 nbranch  0x00007698 , 0x00000001 
- 00030372  0x000081b3 deposit  0x00000002 
- 00030373  0x000081b4 istore  0x00000004 , 0x00000005 
- 00030374  0x000081b5 increase  0xffffffe0 , 0x00000005 
- 00030375  0x000081b8 increase  0x00000001 , 0x00000007 
- 00030376  0x000081b9 compare  0x00000008 , 0x00000007 , 0x000000ff 
- 00030377  0x000081ba nbranch  0x00007692 , 0x00000001 
- 00030378  0x000081bb arg  0x000003d1 , 0x00000011 
- 00030379  0x000081bc copy  0x0000000b , 0x00000005 
- 00030380  0x000081bd branch  0x000076ad 
- 00030381  0x000081c0 bpatch  0x000000f2 , 0x0000401e 
- 00030382  0x000081c1 copy  0x00000005 , 0x0000000b 
- 00030383  0x000081c2 copy  0x00000011 , 0x00000030 
- 00030384  0x000081c3 arg  0x00000411 , 0x00000012 
- 00030385  0x000081c4 copy  0x00000012 , 0x00000005 
- 00030386  0x000081c5 call  0x00007c9b 
- 00030387  0x000081c6 istore  0x00000008 , 0x00000005 
- 00030388  0x000081c7 add  0x00000011 , 0x0000002c , 0x00000006 
- 00030389  0x000081c8 call  0x00007c89 
- 00030390  0x000081c9 call  0x00007c83 
- 00030391  0x000081ca copy  0x00000012 , 0x00000011 
- 00030392  0x000081cb call  0x00007723 
- 00030393  0x000081cc arg  0x00000411 , 0x00000012 
- 00030394  0x000081cd copy  0x00000030 , 0x00000011 
- 00030395  0x000081ce copy  0x0000000b , 0x00000005 
- 00030396  0x000081cf call  0x00007720 
- 00030397  0x000081d1 arg  0x00000411 , 0x00000012 
- 00030398  0x000081d2 copy  0x00000012 , 0x00000005 
- 00030399  0x000081d3 call  0x00007c9b 
- 00030400  0x000081d4 istore  0x00000008 , 0x00000005 
- 00030401  0x000081d5 add  0x00000030 , 0x00000030 , 0x00000006 
- 00030402  0x000081d6 call  0x00007c8f 
- 00030403  0x000081d7 call  0x00007c9b 
- 00030404  0x000081d8 copy  0x00000012 , 0x00000011 
- 00030405  0x000081d9 call  0x00007723 
- 00030406  0x000081dd arg  0x00000411 , 0x00000012 
- 00030407  0x000081de copy  0x0000000b , 0x00000011 
- 00030408  0x000081df copy  0x00000011 , 0x00000005 
- 00030409  0x000081e0 call  0x00007720 
- 00030410  0x000081e4 arg  0x00000411 , 0x00000012 
- 00030411  0x000081e5 copy  0x00000012 , 0x00000005 
- 00030412  0x000081e6 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030413  0x000081e7 call  0x00007c83 
- 00030414  0x000081e8 call  0x00007c9b 
- 00030415  0x000081e9 istore  0x00000008 , 0x00000005 
- 00030416  0x000081ea add  0x00000030 , 0x00000038 , 0x00000006 
- 00030417  0x000081eb call  0x00007c89 
- 00030418  0x000081ec copy  0x0000000b , 0x00000011 
- 00030419  0x000081ed copy  0x00000011 , 0x00000005 
- 00030420  0x000081ee call  0x00007720 
- 00030421  0x000081f2 arg  0x00000411 , 0x00000012 
- 00030422  0x000081f3 copy  0x00000012 , 0x00000005 
- 00030423  0x000081f4 add  0x00000030 , 0x00000024 , 0x00000006 
- 00030424  0x000081f5 call  0x00007c83 
- 00030425  0x000081f6 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030426  0x000081f7 call  0x00007c83 
- 00030427  0x000081f8 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030428  0x000081f9 call  0x00007c84 
- 00030429  0x000081fa add  0x00000030 , 0x00000020 , 0x00000006 
- 00030430  0x000081fb call  0x00007c84 
- 00030431  0x000081fc copy  0x0000000b , 0x00000011 
- 00030432  0x000081fd copy  0x00000011 , 0x00000005 
- 00030433  0x000081fe call  0x00007720 
- 00030434  0x00008201 arg  0x00000411 , 0x00000012 
- 00030435  0x00008202 copy  0x00000012 , 0x00000005 
- 00030436  0x00008203 add  0x00000030 , 0x0000002c , 0x00000006 
- 00030437  0x00008204 call  0x00007c83 
- 00030438  0x00008205 call  0x00007c9b 
- 00030439  0x00008206 istore  0x00000008 , 0x00000005 
- 00030440  0x00008207 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030441  0x00008208 call  0x00007c84 
- 00030442  0x00008209 add  0x00000030 , 0x00000028 , 0x00000006 
- 00030443  0x0000820a call  0x00007c84 
- 00030444  0x0000820b copy  0x0000000b , 0x00000011 
- 00030445  0x0000820c copy  0x00000011 , 0x00000005 
- 00030446  0x0000820d call  0x00007739 
- 00030447  0x00008210 arg  0x00000411 , 0x00000012 
- 00030448  0x00008211 copy  0x00000012 , 0x00000005 
- 00030449  0x00008212 add  0x00000030 , 0x00000030 , 0x00000006 
- 00030450  0x00008213 call  0x00007c89 
- 00030451  0x00008214 call  0x00007c89 
- 00030452  0x00008215 force  0x00000000 , 0x0000003f 
- 00030453  0x00008216 istore  0x00000008 , 0x00000005 
- 00030454  0x00008217 add  0x00000030 , 0x00000024 , 0x00000006 
- 00030455  0x00008218 call  0x00007c84 
- 00030456  0x00008219 add  0x00000030 , 0x0000002c , 0x00000006 
- 00030457  0x0000821a call  0x00007c84 
- 00030458  0x0000821b copy  0x0000000b , 0x00000011 
- 00030459  0x0000821c copy  0x00000011 , 0x00000005 
- 00030460  0x0000821d call  0x00007739 
- 00030461  0x00008220 arg  0x00000411 , 0x00000012 
- 00030462  0x00008221 copy  0x00000012 , 0x00000005 
- 00030463  0x00008222 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030464  0x00008223 call  0x00007c83 
- 00030465  0x00008224 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030466  0x00008225 call  0x00007c83 
- 00030467  0x00008226 call  0x00007c9b 
- 00030468  0x00008227 add  0x00000030 , 0x00000030 , 0x00000006 
- 00030469  0x00008228 call  0x00007c84 
- 00030470  0x00008229 copy  0x0000000b , 0x00000011 
- 00030471  0x0000822a copy  0x00000011 , 0x00000005 
- 00030472  0x0000822b call  0x00007739 
- 00030473  0x0000822e arg  0x00000411 , 0x00000012 
- 00030474  0x0000822f copy  0x00000012 , 0x00000005 
- 00030475  0x00008230 add  0x00000030 , 0x00000038 , 0x00000006 
- 00030476  0x00008231 call  0x00007c89 
- 00030477  0x00008232 call  0x00007c9b 
- 00030478  0x00008233 add  0x00000030 , 0x00000024 , 0x00000006 
- 00030479  0x00008234 call  0x00007c83 
- 00030480  0x00008235 call  0x00007c9b 
- 00030481  0x00008236 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030482  0x00008237 call  0x00007c84 
- 00030483  0x00008238 copy  0x0000000b , 0x00000011 
- 00030484  0x00008239 copy  0x00000011 , 0x00000005 
- 00030485  0x0000823a branch  0x00007739 
- 00030486  0x0000823e force  0x00000020 , 0x00000039 
- 00030487  0x0000823f arg  0x000006b1 , 0x00000005 
- 00030488  0x00008240 iadd  0x00000005 , 0x00000005 
- 00030489  0x00008241 branch  0x00007cda 
- 00030490  0x00008244 force  0x00000008 , 0x00000039 
- 00030491  0x00008245 branch  0x000074f7 
- 00030492  0x00008248 copy  0x00000011 , 0x00000012 
- 00030493  0x00008249 branch  0x00007684 
- 00030494  0x0000824c force  0x00000008 , 0x00000039 
- 00030495  0x0000824d branch  0x000074c0 
- 00030496  0x00008250 call  0x0000771e 
- 00030497  0x00008251 copy  0x00000005 , 0x00000011 
- 00030498  0x00008252 branch  0x00007724 
- 00030499  0x00008255 call  0x00007751 
- 00030500  0x00008257 isolate1  0x00000000 , 0x00000013 
- 00030501  0x00008258 branch  0x0000772d , 0x00000001 
- 00030502  0x00008259 arg  0x00000569 , 0x00000012 
- 00030503  0x0000825a copy  0x00000011 , 0x00000013 
- 00030504  0x0000825b increase  0xffffffe0 , 0x00000011 
- 00030505  0x0000825c call  0x00007754 
- 00030506  0x0000825d nrtn  0x00000002 
- 00030507  0x0000825e copy  0x00000013 , 0x00000011 
- 00030508  0x0000825f branch  0x00007735 
- 00030509  0x00008262 call  0x00007735 
- 00030510  0x00008264 copy  0x00000011 , 0x00000013 
- 00030511  0x00008265 increase  0xffffffe0 , 0x00000011 
- 00030512  0x00008266 arg  0x00000569 , 0x00000012 
- 00030513  0x00008267 call  0x00007754 
- 00030514  0x00008268 nrtn  0x00000002 
- 00030515  0x00008269 copy  0x00000013 , 0x00000011 
- 00030516  0x0000826a branch  0x00007735 
- 00030517  0x0000826e increase  0xffffffe0 , 0x00000011 
- 00030518  0x0000826f arg  0x00000569 , 0x00000012 
- 00030519  0x00008270 copy  0x00000011 , 0x00000005 
- 00030520  0x00008271 branch  0x0000774c 
- 00030521  0x00008277 call  0x0000774c 
- 00030522  0x00008279 branch  0x00007743 , 0x00000001 
- 00030523  0x0000827c add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030524  0x0000827d arg  0x00000569 , 0x00000012 
- 00030525  0x0000827e call  0x00007754 
- 00030526  0x0000827f nrtn  0x00000002 
- 00030527  0x00008280 arg  0x00000569 , 0x00000012 
- 00030528  0x00008281 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030529  0x00008283 copy  0x00000011 , 0x00000005 
- 00030530  0x00008284 branch  0x0000774c 
- 00030531  0x00008286 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030532  0x00008287 arg  0x00000569 , 0x00000012 
- 00030533  0x00008288 copy  0x00000011 , 0x00000005 
- 00030534  0x00008289 call  0x0000771e 
- 00030535  0x0000828b rtn  0x00000001 
- 00030536  0x0000828c add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030537  0x0000828d arg  0x00000569 , 0x00000012 
- 00030538  0x0000828e copy  0x00000011 , 0x00000005 
- 00030539  0x0000828f branch  0x0000771e 
- 00030540  0x00008294 force  0x00000008 , 0x00000039 
- 00030541  0x00008295 branch  0x000074ce 
- 00030542  0x00008298 force  0x00000008 , 0x00000039 
- 00030543  0x00008299 increase  0x0000001c , 0x00000011 
- 00030544  0x0000829a branch  0x000074dd 
- 00030545  0x0000829d force  0x00000008 , 0x00000039 
- 00030546  0x0000829e force  0x00000000 , 0x00000013 
- 00030547  0x0000829f branch  0x000074eb 
- 00030548  0x000082a2 force  0x00000008 , 0x00000039 
- 00030549  0x000082a3 increase  0x0000001c , 0x00000011 
- 00030550  0x000082a4 increase  0x0000001c , 0x00000012 
- 00030551  0x000082a5 branch  0x000074b5 
- 00030552  0x000082a9 ifetch  0x00000008 , 0x00000006 
- 00030553  0x000082aa nrtn  0x00000034 
- 00030554  0x000082ab branch  0x000074a3 
- 00030555  0x000082b1 copy  0x00000011 , 0x00000030 
- 00030556  0x000082b3 copy  0x00000030 , 0x00000011 
- 00030557  0x000082b4 ifetch  0x00000001 , 0x00000011 
- 00030558  0x000082b5 isolate1  0x00000000 , 0x0000003f 
- 00030559  0x000082b6 rtn  0x00000001 
- 00030560  0x000082b7 call  0x0000774e 
- 00030561  0x000082b8 ifetch  0x00000001 , 0x00000012 
- 00030562  0x000082b9 isolate0  0x00000000 , 0x0000003f 
- 00030563  0x000082ba branch  0x0000776b , 0x00000001 
- 00030564  0x000082bb arg  0x00000569 , 0x00000011 
- 00030565  0x000082bc copy  0x00000012 , 0x00000005 
- 00030566  0x000082bd call  0x0000771e 
- 00030567  0x000082be ifetch  0x00000001 , 0x00000012 
- 00030568  0x000082bf iadd  0x00000013 , 0x0000003f 
- 00030569  0x000082c0 istore  0x00000001 , 0x00000012 
- 00030570  0x000082c1 increase  0xffffffe0 , 0x00000012 
- 00030571  0x000082c3 add  0x00000012 , 0x00000020 , 0x00000011 
- 00030572  0x000082c4 force  0x00000009 , 0x00000039 
- 00030573  0x000082c5 call  0x000074dd 
- 00030574  0x000082c6 branch  0x0000775c 
- 00030575  0x000082ca rtn  0x0000002b 
- 00030576  0x000082cb call  0x000023d8 
- 00030577  0x000082cc call  0x00007776 
- 00030578  0x000082cd call  0x0000781b 
- 00030579  0x000082ce branch  0x000077ac 
- 00030580  0x000082d1 call  0x000077cf 
- 00030581  0x000082d2 branch  0x0000780a 
- 00030582  0x000082d5 fetch  0x00000001 , 0x000044ec 
- 00030583  0x000082d6 rtneq  0x000000ff 
- 00030584  0x000082d7 iforce  0x00000002 
- 00030585  0x000082d8 call  0x00006ef7 
- 00030586  0x000082d9 fetcht  0x00000001 , 0x000044ec 
- 00030587  0x000082da call  0x00006ef3 
- 00030588  0x000082db nop  0x00000064 
- 00030589  0x000082dc fetcht  0x00000001 , 0x000044ec 
- 00030590  0x000082dd call  0x00006edd 
- 00030591  0x000082de branch  0x00007780 
- 00030592  0x000082e3 bpatch  0x000000f3 , 0x0000401e 
- 00030593  0x000082e4 fetch  0x00000001 , 0x000044ec 
- 00030594  0x000082e5 rtneq  0x000000ff 
- 00030595  0x000082e6 copy  0x0000003f , 0x00000002 
- 00030596  0x000082e7 call  0x00006ee6 
- 00030597  0x000082e8 nbranch  0x00007792 , 0x00000001 
- 00030598  0x000082eb call  0x0000779c 
- 00030599  0x000082ec fetch  0x00000002 , 0x000044e9 
- 00030600  0x000082ed set1  0x0000000c , 0x0000003f 
- 00030601  0x000082ee store  0x00000002 , 0x000044e9 
- 00030602  0x000082ef fetch  0x00000001 , 0x000044e4 
- 00030603  0x000082f0 rtneq  0x00000000 
- 00030604  0x000082f1 jam  0x00000000 , 0x000044e4 
- 00030605  0x000082f3 fetch  0x00000001 , 0x000044eb 
- 00030606  0x000082f4 store  0x00000001 , 0x000044e3 
- 00030607  0x000082f5 call  0x000077a3 
- 00030608  0x000082f6 jam  0x0000002c , 0x0000066f 
- 00030609  0x000082f7 branch  0x0000782b 
- 00030610  0x000082f9 fetch  0x00000002 , 0x000044e9 
- 00030611  0x000082fa set0  0x0000000c , 0x0000003f 
- 00030612  0x000082fb store  0x00000002 , 0x000044e9 
- 00030613  0x000082fc fetch  0x00000001 , 0x000044e4 
- 00030614  0x000082fd rtneq  0x00000001 
- 00030615  0x000082fe jam  0x00000001 , 0x000044e4 
- 00030616  0x00008300 jam  0x00000000 , 0x000044e3 
- 00030617  0x00008301 call  0x000077a5 
- 00030618  0x00008302 jam  0x0000002d , 0x0000066f 
- 00030619  0x00008303 branch  0x0000782b 
- 00030620  0x00008306 fetch  0x00000001 , 0x000044e3 
- 00030621  0x00008307 rtn  0x00000034 
- 00030622  0x00008308 increase  0xffffffff , 0x0000003f 
- 00030623  0x00008309 store  0x00000001 , 0x000044e3 
- 00030624  0x0000830a nrtn  0x00000034 
- 00030625  0x0000830c jam  0x00000010 , 0x0000066f 
- 00030626  0x0000830d branch  0x0000782b 
- 00030627  0x00008310 arg  0x00000007 , 0x00000007 
- 00030628  0x00008311 branch  0x000024e7 
- 00030629  0x00008314 arg  0x00000007 , 0x00000007 
- 00030630  0x00008315 branch  0x000024eb 
- 00030631  0x0000831d bpatch  0x000000f4 , 0x0000401e 
- 00030632  0x0000831e fetch  0x00000002 , 0x000044ef 
- 00030633  0x0000831f mul32  0x00000011 , 0x0000000b , 0x00000012 
- 00030634  0x00008320 iadd  0x00000012 , 0x00000012 
- 00030635  0x00008321 rtn 
- 00030636  0x00008325 fetch  0x00000001 , 0x000044ee 
- 00030637  0x00008326 rtn  0x00000034 
- 00030638  0x00008327 copy  0x0000003f , 0x00000039 
- 00030639  0x00008328 fetch  0x00000002 , 0x000044ef 
- 00030640  0x00008329 copy  0x0000003f , 0x00000012 
- 00030641  0x0000832b add  0x00000012 , 0x00000002 , 0x00000013 
- 00030642  0x0000832c ifetcht  0x00000001 , 0x00000013 
- 00030643  0x0000832d call  0x000077b7 
- 00030644  0x0000832e increase  0x0000000b , 0x00000012 
- 00030645  0x0000832f loop  0x000077b1 
- 00030646  0x00008330 rtn 
- 00030647  0x00008334 fetch  0x00000001 , 0x000044ed 
- 00030648  0x00008335 branch  0x00006ef3 , 0x00000034 
- 00030649  0x00008336 branch  0x00006ef7 
- 00030650  0x0000833a call  0x000077a7 
- 00030651  0x0000833b setarg  0x00000002 
- 00030652  0x0000833c istore  0x00000001 , 0x00000012 
- 00030653  0x0000833d call  0x00007804 
- 00030654  0x0000833e branch  0x000077db 
- 00030655  0x00008345 call  0x000077a7 
- 00030656  0x00008346 setarg  0x00000003 
- 00030657  0x00008347 istore  0x00000001 , 0x00000012 
- 00030658  0x00008349 call  0x00007804 
- 00030659  0x0000834a branch  0x000077d8 
- 00030660  0x0000834f call  0x000077a7 
- 00030661  0x00008350 setarg  0x00000001 
- 00030662  0x00008351 istore  0x00000001 , 0x00000012 
- 00030663  0x00008352 setarg  0x000000ff 
- 00030664  0x00008353 istore  0x00000001 , 0x00000005 
- 00030665  0x00008354 branch  0x000077d8 
- 00030666  0x0000835a call  0x000077a7 
- 00030667  0x0000835b arg  0x0000000b , 0x00000039 
- 00030668  0x0000835c copy  0x00000013 , 0x00000006 
- 00030669  0x0000835d copy  0x00000012 , 0x00000005 
- 00030670  0x0000835e branch  0x00007ccc 
- 00030671  0x00008363 fetch  0x00000001 , 0x000044ee 
- 00030672  0x00008364 rtn  0x00000034 
- 00030673  0x00008365 arg  0x00000000 , 0x00000011 
- 00030674  0x00008367 call  0x000077de 
- 00030675  0x00008368 increase  0x00000001 , 0x00000011 
- 00030676  0x00008369 fetch  0x00000001 , 0x000044ee 
- 00030677  0x0000836a isub  0x00000011 , 0x0000003e 
- 00030678  0x0000836b rtn  0x00000005 
- 00030679  0x0000836c branch  0x000077d2 
- 00030680  0x00008370 add  0x00000012 , 0x00000002 , 0x00000013 
- 00030681  0x00008371 ifetcht  0x00000001 , 0x00000013 
- 00030682  0x00008372 branch  0x00006ef3 
- 00030683  0x00008376 add  0x00000012 , 0x00000002 , 0x00000013 
- 00030684  0x00008377 ifetcht  0x00000001 , 0x00000013 
- 00030685  0x00008378 branch  0x00006ef7 
- 00030686  0x0000837d add  0x00000011 , 0x0000000b , 0x00000007 
- 00030687  0x0000837e call  0x00007cef 
- 00030688  0x0000837f nrtn  0x00000034 
- 00030689  0x00008381 call  0x000077a7 
- 00030690  0x00008383 ifetch  0x00000001 , 0x00000012 
- 00030691  0x00008385 beq  0x00000002 , 0x000077db 
- 00030692  0x00008386 beq  0x00000003 , 0x000077d8 
- 00030693  0x00008387 beq  0x00000000 , 0x000077d8 
- 00030694  0x00008388 beq  0x00000005 , 0x000077f2 
- 00030695  0x0000838a call  0x000077db 
- 00030696  0x0000838b add  0x00000012 , 0x00000007 , 0x00000013 
- 00030697  0x0000838c call  0x00007c49 
- 00030698  0x0000838d ifetch  0x00000002 , 0x00000013 
- 00030699  0x0000838e call  0x00007d79 
- 00030700  0x0000838f call  0x00007c55 
- 00030701  0x00008390 setarg  0x00000005 
- 00030702  0x00008391 istore  0x00000001 , 0x00000012 
- 00030703  0x00008392 add  0x00000012 , 0x00000003 , 0x00000013 
- 00030704  0x00008393 ifetch  0x00000002 , 0x00000013 
- 00030705  0x00008394 branch  0x00007802 
- 00030706  0x00008398 call  0x000077d8 
- 00030707  0x00008399 add  0x00000012 , 0x00000009 , 0x00000013 
- 00030708  0x0000839a call  0x00007c49 
- 00030709  0x0000839b ifetch  0x00000002 , 0x00000013 
- 00030710  0x0000839c call  0x00007d79 
- 00030711  0x0000839d call  0x00007c55 
- 00030712  0x0000839f add  0x00000012 , 0x00000001 , 0x00000013 
- 00030713  0x000083a0 ifetch  0x00000001 , 0x00000013 
- 00030714  0x000083a1 beq  0x000000ff , 0x000077fe 
- 00030715  0x000083a2 increase  0xffffffff , 0x0000003f 
- 00030716  0x000083a3 istore  0x00000001 , 0x00000013 
- 00030717  0x000083a4 branch  0x000077bf , 0x00000034 
- 00030718  0x000083a6 setarg  0x00000004 
- 00030719  0x000083a7 istore  0x00000001 , 0x00000012 
- 00030720  0x000083a8 add  0x00000012 , 0x00000005 , 0x00000013 
- 00030721  0x000083a9 ifetch  0x00000002 , 0x00000013 
- 00030722  0x000083ab add  0x00000011 , 0x0000000b , 0x00000007 
- 00030723  0x000083ac branch  0x00007ce1 
- 00030724  0x000083af setarg  0x00000000 
- 00030725  0x000083b0 branch  0x00007802 
- 00030726  0x000083b7 setarg  0x00001000 
- 00030727  0x000083b8 lshift16  0x0000003f , 0x0000003f 
- 00030728  0x000083b9 iadd  0x00000012 , 0x00000012 
- 00030729  0x000083ba rtn 
- 00030730  0x000083bd bpatch  0x000000f5 , 0x0000401e 
- 00030731  0x000083be arg  0x00000000 , 0x00000011 
- 00030732  0x000083bf fetcht  0x00000004 , 0x000044e5 
- 00030733  0x000083c0 copy  0x00000022 , 0x00000012 
- 00030734  0x000083c1 copy  0x00000012 , 0x0000003f 
- 00030735  0x000083c2 isub  0x00000002 , 0x0000003e 
- 00030736  0x000083c3 ncall  0x00007806 , 0x00000002 
- 00030737  0x000083c5 copy  0x00000012 , 0x0000003f 
- 00030738  0x000083c6 increase  0x000000a0 , 0x00000002 
- 00030739  0x000083c7 increase  0x000000a0 , 0x00000002 
- 00030740  0x000083c8 isub  0x00000002 , 0x0000003e 
- 00030741  0x000083c9 nbranch  0x0000781e , 0x00000002 
- 00030742  0x000083ca increase  0x00000001 , 0x00000011 
- 00030743  0x000083cb and  0x00000011 , 0x0000000f , 0x0000003f 
- 00030744  0x000083cc nbranch  0x00007811 , 0x00000034 
- 00030745  0x000083cd arg  0x00000000 , 0x00000011 
- 00030746  0x000083ce call  0x00007824 
- 00030747  0x000083d0 copy  0x00000022 , 0x0000003f 
- 00030748  0x000083d1 store  0x00000004 , 0x000044e5 
- 00030749  0x000083d2 rtn 
- 00030750  0x000083d4 copy  0x00000011 , 0x0000003f 
- 00030751  0x000083d5 rtn  0x00000034 
- 00030752  0x000083d6 increase  0xffffff60 , 0x00000002 
- 00030753  0x000083d7 increase  0xffffff60 , 0x00000002 
- 00030754  0x000083d8 set0  0x0000001c , 0x00000002 
- 00030755  0x000083d9 storet  0x00000004 , 0x000044e5 
- 00030756  0x000083db branch  0x000042d4 
- 00030757  0x000083e3 jam  0x00000001 , 0x000044d1 
- 00030758  0x000083e5 fetch  0x00000001 , 0x000044d2 
- 00030759  0x000083e6 nbranch  0x00007826 , 0x00000034 
- 00030760  0x000083e7 rtn 
- 00030761  0x000083ea jam  0x00000000 , 0x000044d1 
- 00030762  0x000083eb rtn 
- 00030763  0x000083f0 bpatch  0x000000f6 , 0x0000401e 
- 00030764  0x000083f1 call  0x00007825 
- 00030765  0x000083f2 copy  0x00000011 , 0x0000003f 
- 00030766  0x000083f3 store  0x00000004 , 0x00000684 
- 00030767  0x000083f4 arg  0x000044d3 , 0x00000011 
- 00030768  0x000083f5 call  0x00007d8b 
- 00030769  0x000083f6 fetch  0x00000004 , 0x00000684 
- 00030770  0x000083f7 copy  0x0000003f , 0x00000011 
- 00030771  0x000083f8 branch  0x00007829 
- 00030772  0x000083fb bpatch  0x000000f7 , 0x0000401e 
- 00030773  0x000083fc call  0x00007825 
- 00030774  0x000083fd copy  0x00000011 , 0x0000003f 
- 00030775  0x000083fe store  0x00000004 , 0x00000684 
- 00030776  0x000083ff arg  0x000044db , 0x00000011 
- 00030777  0x00008400 call  0x00007d8b 
- 00030778  0x00008401 fetch  0x00000004 , 0x00000684 
- 00030779  0x00008402 copy  0x0000003f , 0x00000011 
- 00030780  0x00008403 branch  0x00007829 
- 00030781  0x00008406 setarg  0x00000000 
- 00030782  0x00008407 store  0x00000008 , 0x000044db 
- 00030783  0x00008408 store  0x00000008 , 0x000044d3 
- 00030784  0x00008409 rtn 
- 00030785  0x0000840c bpatch  0x000000f8 , 0x0000401f 
- 00030786  0x0000840d fetch  0x00000001 , 0x00004114 
- 00030787  0x0000840e nrtn  0x00000034 
- 00030788  0x0000840f arg  0x000044db , 0x00000011 
- 00030789  0x00008410 call  0x00007da3 
- 00030790  0x00008411 rtn  0x00000034 
- 00030791  0x00008412 jam  0x00000000 , 0x0000066e 
- 00030792  0x00008413 call  0x0000784c 
- 00030793  0x00008414 fetch  0x00000001 , 0x0000066e 
- 00030794  0x00008415 branch  0x00007841 , 0x00000034 
- 00030795  0x00008416 rtn 
- 00030796  0x00008419 call  0x00007825 
- 00030797  0x0000841a arg  0x000044db , 0x00000011 
- 00030798  0x0000841b call  0x00007d97 
- 00030799  0x0000841c copy  0x0000003f , 0x00000002 
- 00030800  0x0000841d call  0x00007829 
- 00030801  0x0000841e bpatch  0x000000f9 , 0x0000401f 
- 00030802  0x0000841f copy  0x00000002 , 0x0000003f 
- 00030803  0x00008420 rtn  0x00000034 
- 00030804  0x00008421 beq  0x0000000d , 0x00007870 
- 00030805  0x00008422 beq  0x0000000e , 0x00007876 
- 00030806  0x00008423 beq  0x0000000f , 0x0000787b 
- 00030807  0x00008424 beq  0x00000010 , 0x00007881 
- 00030808  0x00008425 beq  0x00000013 , 0x0000788b 
- 00030809  0x00008426 beq  0x00000014 , 0x0000788d 
- 00030810  0x00008427 beq  0x00000015 , 0x0000788f 
- 00030811  0x00008428 beq  0x00000016 , 0x00007899 
- 00030812  0x00008429 beq  0x00000017 , 0x0000789c 
- 00030813  0x0000842a beq  0x00000018 , 0x0000789e 
- 00030814  0x0000842b beq  0x00000019 , 0x000078a1 
- 00030815  0x0000842d store  0x00000001 , 0x0000066f 
- 00030816  0x00008431 fetch  0x00000001 , 0x0000066f 
- 00030817  0x00008432 bmark0  0x00000009 , 0x00007869 
- 00030818  0x00008433 bpatch  0x000000fa , 0x0000401f 
- 00030819  0x00008434 fetch  0x00000001 , 0x0000066f 
- 00030820  0x00008435 beq  0x00000011 , 0x00007886 
- 00030821  0x00008436 beq  0x0000001b , 0x000078a9 
- 00030822  0x00008437 beq  0x00000012 , 0x0000788a 
- 00030823  0x00008438 beq  0x0000001f , 0x00006ea3 
- 00030824  0x00008439 rtn 
- 00030825  0x0000843c store  0x00000001 , 0x0000066f 
- 00030826  0x0000843d call  0x0000205d 
- 00030827  0x0000843e branch  0x0000786e , 0x00000005 
- 00030828  0x0000843f call  0x00002062 
- 00030829  0x00008440 nrtn  0x00000005 
- 00030830  0x00008442 jam  0x00000001 , 0x0000066e 
- 00030831  0x00008443 branch  0x00007834 
- 00030832  0x0000844b jam  0x00000001 , 0x00004388 
- 00030833  0x0000844c jam  0x00000000 , 0x0000438b 
- 00030834  0x0000844d fetch  0x00000002 , 0x000044e9 
- 00030835  0x0000844e set1  0x0000000b , 0x0000003f 
- 00030836  0x0000844f store  0x00000002 , 0x000044e9 
- 00030837  0x00008450 rtn 
- 00030838  0x00008455 fetch  0x00000002 , 0x000044e9 
- 00030839  0x00008456 set0  0x0000000b , 0x0000003f 
- 00030840  0x00008457 store  0x00000002 , 0x000044e9 
- 00030841  0x00008458 jam  0x00000000 , 0x00004388 
- 00030842  0x00008459 rtn 
- 00030843  0x0000845e jam  0x00000001 , 0x00004388 
- 00030844  0x0000845f jam  0x00000001 , 0x0000438b 
- 00030845  0x00008460 fetch  0x00000002 , 0x000044e9 
- 00030846  0x00008461 set1  0x0000000b , 0x0000003f 
- 00030847  0x00008462 store  0x00000002 , 0x000044e9 
- 00030848  0x00008463 rtn 
- 00030849  0x00008468 fetch  0x00000002 , 0x000044e9 
- 00030850  0x00008469 set0  0x0000000b , 0x0000003f 
- 00030851  0x0000846a store  0x00000002 , 0x000044e9 
- 00030852  0x0000846b jam  0x00000000 , 0x00004388 
- 00030853  0x0000846c rtn 
- 00030854  0x00008471 setarg  0x00000014 
- 00030855  0x00008472 store  0x00000002 , 0x00000196 
- 00030856  0x00008473 store  0x00000002 , 0x000042f5 
- 00030857  0x00008474 branch  0x000030c5 
- 00030858  0x00008479 branch  0x00002e93 
- 00030859  0x0000847e arg  0x00000000 , 0x00000011 
- 00030860  0x0000847f branch  0x000077bf 
- 00030861  0x00008484 arg  0x00000000 , 0x00000011 
- 00030862  0x00008485 branch  0x000077ba 
- 00030863  0x0000848a arg  0x00000000 , 0x00000011 
- 00030864  0x0000848b call  0x000077a7 
- 00030865  0x0000848c ifetch  0x00000001 , 0x00000012 
- 00030866  0x0000848d beq  0x00000001 , 0x00007896 
- 00030867  0x0000848e beq  0x00000004 , 0x00007896 
- 00030868  0x0000848f beq  0x00000005 , 0x00007896 
- 00030869  0x00008490 branch  0x000077c4 
- 00030870  0x00008493 ifetch  0x00000001 , 0x00000006 
- 00030871  0x00008494 rtneq  0x000000ff 
- 00030872  0x00008495 branch  0x000077c4 
- 00030873  0x0000849a jam  0x00000001 , 0x00004343 
- 00030874  0x0000849b jam  0x0000001b , 0x00004114 
- 00030875  0x0000849e rtn 
- 00030876  0x000084a3 jam  0x00000001 , 0x00004343 
- 00030877  0x000084a4 rtn 
- 00030878  0x000084a9 jam  0x00000000 , 0x00004343 
- 00030879  0x000084aa jam  0x00000000 , 0x00004114 
- 00030880  0x000084ab rtn 
- 00030881  0x000084b0 fetch  0x00000002 , 0x000043d5 
- 00030882  0x000084b1 call  0x00007d79 
- 00030883  0x000084b2 fetch  0x00000001 , 0x000044ec 
- 00030884  0x000084b3 beq  0x000000ff , 0x000078a7 
- 00030885  0x000084b4 copy  0x0000003f , 0x00000002 
- 00030886  0x000084b5 call  0x00006edd 
- 00030887  0x000084b7 call  0x0000783d 
- 00030888  0x000084b8 branch  0x00002417 
- 00030889  0x000084bd branch  0x00002ed5 
- 00030890  0x000084c3 fetch  0x00000001 , 0x000044e9 
- 00030891  0x000084c4 rtnbit0  0x0000000c 
- 00030892  0x000084c5 rtn 
- 00030893  0x000084cb fetch  0x00000002 , 0x000043fb 
- 00030894  0x000084cc add  0x0000003f , 0x00000002 , 0x00000005 
- 00030895  0x000084cd setarg  0x00000000 
- 00030896  0x000084ce istore  0x00000003 , 0x00000005 
- 00030897  0x000084cf rtn 
- 00030898  0x000084d4 bpatch  0x000000fb , 0x0000401f 
- 00030899  0x000084d5 call  0x00007dbc 
- 00030900  0x000084d6 call  0x000078fe 
- 00030901  0x000084d7 rtn  0x00000034 
- 00030902  0x000084d8 fetch  0x00000002 , 0x000043fb 
- 00030903  0x000084d9 add  0x0000003f , 0x00000002 , 0x00000012 
- 00030904  0x000084da ifetcht  0x00000001 , 0x00000012 
- 00030905  0x000084db increase  0x00000001 , 0x00000002 
- 00030906  0x000084dc istoret  0x00000001 , 0x00000012 
- 00030907  0x000084de ifetcht  0x00000001 , 0x0000003f 
- 00030908  0x000084df copy  0x00000002 , 0x00000039 
- 00030909  0x000084e0 add  0x0000003f , 0x00000004 , 0x00000012 
- 00030910  0x000084e1 ifetch  0x00000001 , 0x00000012 
- 00030911  0x000084e2 imul32  0x00000002 , 0x0000003f 
- 00030912  0x000084e3 iadd  0x00000006 , 0x00000005 
- 00030913  0x000084e4 copy  0x00000011 , 0x00000006 
- 00030914  0x000084e6 call  0x00007cda 
- 00030915  0x000084e7 call  0x00007902 
- 00030916  0x000084e8 pincrease  0xffffffff 
- 00030917  0x000084e9 ifetcht  0x00000001 , 0x00000012 
- 00030918  0x000084ea increase  0x00000001 , 0x00000002 
- 00030919  0x000084eb iand  0x00000002 , 0x00000002 
- 00030920  0x000084ec istoret  0x00000001 , 0x00000012 
- 00030921  0x000084ed branch  0x00007dba 
- 00030922  0x000084f3 bpatch  0x000000fc , 0x0000401f 
- 00030923  0x000084f4 call  0x00007dbc 
- 00030924  0x000084f5 call  0x000078fa 
- 00030925  0x000084f6 rtn  0x00000034 
- 00030926  0x000084f7 fetch  0x00000002 , 0x000043fb 
- 00030927  0x000084f8 add  0x0000003f , 0x00000002 , 0x00000012 
- 00030928  0x000084f9 ifetcht  0x00000001 , 0x00000012 
- 00030929  0x000084fa increase  0xffffffff , 0x00000002 
- 00030930  0x000084fb istoret  0x00000001 , 0x00000012 
- 00030931  0x000084fc ifetcht  0x00000001 , 0x0000003f 
- 00030932  0x000084fd copy  0x00000002 , 0x00000039 
- 00030933  0x000084fe add  0x0000003f , 0x00000003 , 0x00000012 
- 00030934  0x000084ff ifetch  0x00000001 , 0x00000012 
- 00030935  0x00008500 imul32  0x00000002 , 0x0000003f 
- 00030936  0x00008501 iadd  0x00000006 , 0x00000006 
- 00030937  0x00008502 increase  0x00000001 , 0x00000006 
- 00030938  0x00008503 copy  0x00000011 , 0x00000005 
- 00030939  0x00008504 branch  0x000078c2 
- 00030940  0x0000850c call  0x00007dbc 
- 00030941  0x0000850d call  0x000078fa 
- 00030942  0x0000850e rtn  0x00000034 
- 00030943  0x0000850f fetch  0x00000002 , 0x000043fb 
- 00030944  0x00008510 ifetcht  0x00000001 , 0x0000003f 
- 00030945  0x00008511 copy  0x00000002 , 0x00000039 
- 00030946  0x00008512 add  0x0000003f , 0x00000003 , 0x00000012 
- 00030947  0x00008513 ifetch  0x00000001 , 0x00000012 
- 00030948  0x00008514 imul32  0x00000002 , 0x0000003f 
- 00030949  0x00008515 iadd  0x00000006 , 0x00000006 
- 00030950  0x00008516 increase  0x00000001 , 0x00000006 
- 00030951  0x00008517 copy  0x00000006 , 0x00000012 
- 00030952  0x00008518 copy  0x00000011 , 0x00000005 
- 00030953  0x00008519 call  0x00007cda 
- 00030954  0x0000851a branch  0x00007dba 
- 00030955  0x0000851d call  0x00007dbc 
- 00030956  0x0000851e call  0x000078fa 
- 00030957  0x0000851f rtn  0x00000034 
- 00030958  0x00008520 fetch  0x00000002 , 0x000043fb 
- 00030959  0x00008521 ifetcht  0x00000001 , 0x0000003f 
- 00030960  0x00008522 copy  0x00000002 , 0x00000039 
- 00030961  0x00008523 add  0x0000003f , 0x00000003 , 0x00000012 
- 00030962  0x00008524 ifetch  0x00000001 , 0x00000012 
- 00030963  0x00008525 imul32  0x00000002 , 0x0000003f 
- 00030964  0x00008526 iadd  0x00000006 , 0x00000006 
- 00030965  0x00008527 add  0x00000006 , 0x00000002 , 0x00000005 
- 00030966  0x00008528 copy  0x00000011 , 0x00000006 
- 00030967  0x00008529 increase  0xffffffff , 0x00000039 
- 00030968  0x0000852a call  0x00007cda 
- 00030969  0x0000852b branch  0x00007dba 
- 00030970  0x0000852f fetch  0x00000002 , 0x000043fb 
- 00030971  0x00008530 add  0x0000003f , 0x00000002 , 0x00000006 
- 00030972  0x00008531 ifetch  0x00000001 , 0x00000006 
- 00030973  0x00008532 rtn 
- 00030974  0x00008536 call  0x00007902 
- 00030975  0x00008537 ifetcht  0x00000001 , 0x00000006 
- 00030976  0x00008538 isub  0x00000002 , 0x0000003f 
- 00030977  0x00008539 rtn 
- 00030978  0x0000853d fetch  0x00000002 , 0x000043fb 
- 00030979  0x0000853e add  0x0000003f , 0x00000001 , 0x00000006 
- 00030980  0x0000853f ifetch  0x00000001 , 0x00000006 
- 00030981  0x00008540 rtn 
- 00030982  0x00008549 bpatch  0x000000fd , 0x0000401f 
- 00030983  0x0000854a fetch  0x00000001 , 0x00008c22 
- 00030984  0x0000854b isolate1  0x00000003 , 0x0000003f 
- 00030985  0x0000854c call  0x00007915 , 0x00000001 
- 00030986  0x0000854d fetch  0x00000002 , 0x00008c22 
- 00030987  0x0000854e store  0x00000002 , 0x00008c22 
- 00030988  0x0000854f store  0x00000002 , 0x00000709 
- 00030989  0x00008550 call  0x00007973 
- 00030990  0x00008551 call  0x000079a2 
- 00030991  0x00008552 call  0x00007b96 
- 00030992  0x00008553 call  0x00007bdf 
- 00030993  0x00008554 branch  0x0000796b 
- 00030994  0x00008557 bpatch  0x000000fe , 0x0000401f 
- 00030995  0x00008558 call  0x00007396 
- 00030996  0x00008559 call  0x00007932 
- 00030997  0x0000855b jam  0x00000000 , 0x00008c00 
- 00030998  0x0000855c nop  0x00002710 
- 00030999  0x0000855d jam  0x00000000 , 0x00008c12 
- 00031000  0x0000855e fetch  0x00000002 , 0x00008050 
- 00031001  0x0000855f set0  0x0000000a , 0x0000003f 
- 00031002  0x00008560 store  0x00000002 , 0x00008050 
- 00031003  0x00008561 jam  0x00000021 , 0x00008c10 
- 00031004  0x00008562 jam  0x0000009d , 0x00008c11 
- 00031005  0x00008563 jam  0x0000003c , 0x00008c00 
- 00031006  0x00008564 setarg  0x00000763 
- 00031007  0x00008565 store  0x00000002 , 0x00008c02 
- 00031008  0x00008566 store  0x00000002 , 0x00008c06 
- 00031009  0x00008567 setarg  0x000007a3 
- 00031010  0x00008568 store  0x00000002 , 0x00008c04 
- 00031011  0x00008569 jam  0x00000080 , 0x00008c12 
- 00031012  0x0000856a jam  0x00000000 , 0x00008c01 
- 00031013  0x0000856b jam  0x000000ff , 0x00008c22 
- 00031014  0x0000856c setarg  0x0000095f 
- 00031015  0x0000856d arg  0x0000086d , 0x00000005 
- 00031016  0x0000856e isub  0x00000005 , 0x00000039 
- 00031017  0x0000856f branch  0x00007ca1 
- 00031018  0x00008572 fetcht  0x00000001 , 0x0000086c 
- 00031019  0x00008573 branch  0x00006edd 
- 00031020  0x00008575 fetch  0x00000001 , 0x0000090e 
- 00031021  0x00008576 rtn  0x00000034 
- 00031022  0x00008577 fetcht  0x00000001 , 0x0000086c 
- 00031023  0x00008578 call  0x00006ee6 
- 00031024  0x00008579 branch  0x00007915 , 0x00000001 
- 00031025  0x0000857a rtn 
- 00031026  0x0000857d jam  0x00000002 , 0x0000086b 
- 00031027  0x0000857e setarg  0x00000000 
- 00031028  0x0000857f store  0x00000001 , 0x000007a6 
- 00031029  0x00008580 store  0x00000002 , 0x00000865 
- 00031030  0x00008581 pincrease  0x00000001 
- 00031031  0x00008582 store  0x00000002 , 0x00000867 
- 00031032  0x00008583 pincrease  0x00000001 
- 00031033  0x00008584 store  0x00000002 , 0x00000869 
- 00031034  0x00008585 arg  0x000007fa , 0x00000005 
- 00031035  0x00008586 setarg  0x00030404 
- 00031036  0x00008587 istore  0x00000003 , 0x00000005 
- 00031037  0x00008588 setarg  0x00000409 
- 00031038  0x00008589 istore  0x00000002 , 0x00000005 
- 00031039  0x0000858a arg  0x000007ff , 0x00000005 
- 00031040  0x0000858b setsect  0x00000000 , 0x00015906 
- 00031041  0x0000858c setsect  0x00000001 , 0x000210d2 
- 00031042  0x0000858d setsect  0x00000002 , 0x00010494 
- 00031043  0x0000858e setsect  0x00000003 , 0x00000001 
- 00031044  0x0000858f istore  0x00000009 , 0x00000005 
- 00031045  0x00008590 arg  0x0000081d , 0x00000005 
- 00031046  0x00008591 setsect  0x00000000 , 0x0001570f 
- 00031047  0x00008592 setsect  0x00000001 , 0x00015c9a 
- 00031048  0x00008593 setsect  0x00000002 , 0x000256c6 
- 00031049  0x00008594 setsect  0x00000003 , 0x0001cdcd 
- 00031050  0x00008595 istore  0x00000009 , 0x00000005 
- 00031051  0x00008596 setsect  0x00000000 , 0x00014420 
- 00031052  0x00008597 setsect  0x00000001 , 0x00025d99 
- 00031053  0x00008598 setsect  0x00000002 , 0x00025636 
- 00031054  0x00008599 setsect  0x00000003 , 0x00000001 
- 00031055  0x0000859a istore  0x00000007 , 0x00000005 
- 00031056  0x0000859b arg  0x0000083b , 0x00000005 
- 00031057  0x0000859c setsect  0x00000000 , 0x0001620a 
- 00031058  0x0000859d setsect  0x00000001 , 0x00000c8c 
- 00031059  0x0000859e setsect  0x00000002 , 0x00030333 
- 00031060  0x0000859f setsect  0x00000003 , 0x0000c0c0 
- 00031061  0x000085a0 istore  0x00000009 , 0x00000005 
- 00031062  0x000085a1 setsect  0x00000000 , 0x00003130 
- 00031063  0x000085a2 istore  0x00000002 , 0x00000005 
- 00031064  0x000085a3 setarg  0x00009272 
- 00031065  0x000085a4 store  0x00000002 , 0x000007a7 
- 00031066  0x000085a5 setarg  0x000092cd 
- 00031067  0x000085a6 store  0x00000002 , 0x000007a9 
- 00031068  0x000085a7 arg  0x00009371 , 0x00000006 
- 00031069  0x000085a8 arg  0x000007ab , 0x00000005 
- 00031070  0x000085a9 arg  0x00000013 , 0x00000039 
- 00031071  0x000085aa call  0x00007cda 
- 00031072  0x000085ab arg  0x00009384 , 0x00000006 
- 00031073  0x000085ac arg  0x000007be , 0x00000005 
- 00031074  0x000085ad arg  0x0000003c , 0x00000039 
- 00031075  0x000085ae call  0x00007cda 
- 00031076  0x000085b0 fetch  0x00000002 , 0x00000859 
- 00031077  0x000085b1 branch  0x00007d79 
- 00031078  0x000085b4 fetch  0x00000001 , 0x0000085b 
- 00031079  0x000085b5 rtn  0x00000034 
- 00031080  0x000085b6 store  0x00000001 , 0x000007e0 
- 00031081  0x000085b7 store  0x00000001 , 0x000007f9 
- 00031082  0x000085b8 rtn 
- 00031083  0x000085bb arg  0x00000001 , 0x00000007 
- 00031084  0x000085bc call  0x00007cef 
- 00031085  0x000085bd nrtn  0x00000034 
- 00031086  0x000085be fetch  0x00000001 , 0x0000090f 
- 00031087  0x000085bf nrtn  0x00000034 
- 00031088  0x000085c0 fetch  0x00000001 , 0x0000090e 
- 00031089  0x000085c1 ncall  0x00007c38 , 0x00000034 
- 00031090  0x000085c2 rtn 
- 00031091  0x000085c5 fetch  0x00000001 , 0x00000709 
- 00031092  0x000085c6 bbit1  0x00000002 , 0x00007976 
- 00031093  0x000085c7 rtn 
- 00031094  0x000085ca call  0x0000797b 
- 00031095  0x000085cb call  0x00007cee 
- 00031096  0x000085cc setarg  0x00000280 
- 00031097  0x000085cd arg  0x00000001 , 0x00000007 
- 00031098  0x000085ce branch  0x00007ce1 
- 00031099  0x000085d1 fetch  0x00000001 , 0x00000900 
- 00031100  0x000085d2 bne  0x00000002 , 0x00007980 
- 00031101  0x000085d3 jam  0x00000000 , 0x0000090f 
- 00031102  0x000085d4 jam  0x00000000 , 0x00000910 
- 00031103  0x000085d5 rtn 
- 00031104  0x000085d8 fetch  0x00000001 , 0x00000912 
- 00031105  0x000085d9 rtn  0x00000034 
- 00031106  0x000085da jam  0x00000000 , 0x00000912 
- 00031107  0x000085db jam  0x00000002 , 0x00000900 
- 00031108  0x000085dc jam  0x00000001 , 0x0000090e 
- 00031109  0x000085dd rtn 
- 00031110  0x000085e0 fetch  0x00000001 , 0x00000709 
- 00031111  0x000085e1 bbit1  0x00000000 , 0x000079af 
- 00031112  0x000085e2 rtn 
- 00031113  0x000085e5 fetchr  0x0000000a , 0x00000002 , 0x00008c02 
- 00031114  0x000085e6 fetchr  0x00000010 , 0x00000002 , 0x00008c04 
- 00031115  0x000085e7 fetchr  0x00000003 , 0x00000002 , 0x00008c06 
- 00031116  0x000085e8 ifetch  0x00000002 , 0x00000003 
- 00031117  0x000085e9 rshift8  0x0000003f , 0x00000002 
- 00031118  0x000085ea rshift4  0x00000002 , 0x00000002 
- 00031119  0x000085eb arg  0x00000fff , 0x00000006 
- 00031120  0x000085ec iand  0x00000006 , 0x00000039 
- 00031121  0x000085ed storer  0x00000039 , 0x00000002 , 0x0000070c 
- 00031122  0x000085ee rtn 
- 00031123  0x000085f2 call  0x00007989 
- 00031124  0x000085f4 ifetch  0x00000001 , 0x00000003 
- 00031125  0x000085f5 istore  0x00000001 , 0x00000005 
- 00031126  0x000085f6 loop  0x00007994 
- 00031127  0x000085f7 storer  0x00000003 , 0x00000002 , 0x00008c06 
- 00031128  0x000085f8 rtn 
- 00031129  0x000085fb arg  0x0000095f , 0x00000005 
- 00031130  0x000085fc call  0x00007994 
- 00031131  0x000085fd arg  0x00000963 , 0x00000002 
- 00031132  0x000085fe storet  0x00000002 , 0x00008c0e 
- 00031133  0x000085ff fetch  0x00000001 , 0x00000960 
- 00031134  0x00008600 pincrease  0x00000006 
- 00031135  0x00008601 istore  0x00000001 , 0x00000002 
- 00031136  0x00008602 jam  0x00000008 , 0x00008c18 
- 00031137  0x00008603 rtn 
- 00031138  0x00008607 bpatch  0x000000ff , 0x0000401f 
- 00031139  0x00008608 fetch  0x00000001 , 0x00000709 
- 00031140  0x00008609 rtnbit0  0x00000005 
- 00031141  0x0000860a call  0x00007989 
- 00031142  0x0000860b compare  0x0000000d , 0x00000002 , 0x000000ff 
- 00031143  0x0000860c branch  0x00007999 , 0x00000001 
- 00031144  0x0000860d arg  0x0000086d , 0x00000005 
- 00031145  0x0000860e call  0x00007994 
- 00031146  0x0000860f fetch  0x00000001 , 0x0000070c 
- 00031147  0x00008610 beq  0x00000000 , 0x00007986 
- 00031148  0x00008611 beq  0x00000001 , 0x000079b6 
- 00031149  0x00008612 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00031150  0x00008613 rtn  0x00000002 
- 00031151  0x00008615 bpatchx  0x00000000 , 0x00004020 
- 00031152  0x00008616 set0  0x00000023 , 0x00000000 
- 00031153  0x00008617 fetch  0x00000001 , 0x0000086d 
- 00031154  0x00008618 and_into  0x00000080 , 0x0000003f 
- 00031155  0x00008619 beq  0x00000080 , 0x000079ba 
- 00031156  0x0000861a beq  0x00000000 , 0x000079c2 
- 00031157  0x0000861b branch  0x0000235a 
- 00031158  0x0000861e fetch  0x00000001 , 0x0000086d 
- 00031159  0x0000861f rtnbit1  0x00000007 
- 00031160  0x00008620 call  0x00007b6a 
- 00031161  0x00008621 branch  0x000079e9 
- 00031162  0x00008625 fetch  0x00000001 , 0x0000086d 
- 00031163  0x00008626 rshift4  0x0000003f , 0x0000003f 
- 00031164  0x00008627 rshift  0x0000003f , 0x0000003f 
- 00031165  0x00008628 and_into  0x00000003 , 0x0000003f 
- 00031166  0x00008629 beq  0x00000000 , 0x000079ca 
- 00031167  0x0000862a beq  0x00000001 , 0x000079d0 
- 00031168  0x0000862b beq  0x00000002 , 0x000079d5 
- 00031169  0x0000862c branch  0x0000235a 
- 00031170  0x0000862f fetch  0x00000001 , 0x0000086d 
- 00031171  0x00008630 rshift4  0x0000003f , 0x0000003f 
- 00031172  0x00008631 rshift  0x0000003f , 0x0000003f 
- 00031173  0x00008632 and_into  0x00000003 , 0x0000003f 
- 00031174  0x00008633 beq  0x00000000 , 0x000079d6 
- 00031175  0x00008634 beq  0x00000001 , 0x000079de 
- 00031176  0x00008635 beq  0x00000002 , 0x000079e3 
- 00031177  0x00008636 branch  0x0000235a 
- 00031178  0x00008639 fetch  0x00000001 , 0x0000086e 
- 00031179  0x0000863a beq  0x00000008 , 0x000079eb 
- 00031180  0x0000863b beq  0x00000006 , 0x00007a01 
- 00031181  0x0000863c beq  0x0000000a , 0x00007a46 
- 00031182  0x0000863d beq  0x00000000 , 0x00007a58 
- 00031183  0x0000863e branch  0x000079e4 
- 00031184  0x00008641 fetch  0x00000001 , 0x0000086e 
- 00031185  0x00008642 beq  0x00000002 , 0x00007a8d 
- 00031186  0x00008643 beq  0x00000001 , 0x00007a91 
- 00031187  0x00008644 beq  0x00000003 , 0x00007aa2 
- 00031188  0x00008645 branch  0x000079e4 
- 00031189  0x00008648 branch  0x000079e4 
- 00031190  0x0000864b fetch  0x00000001 , 0x0000086e 
- 00031191  0x0000864c beq  0x00000001 , 0x00007aac 
- 00031192  0x0000864d beq  0x00000003 , 0x00007adb 
- 00031193  0x0000864e beq  0x00000005 , 0x00007b06 
- 00031194  0x0000864f beq  0x00000009 , 0x00007b1f 
- 00031195  0x00008650 beq  0x0000000b , 0x00007b3a 
- 00031196  0x00008651 beq  0x00000007 , 0x000079e4 
- 00031197  0x00008652 branch  0x000079e4 
- 00031198  0x00008655 fetch  0x00000001 , 0x0000086e 
- 00031199  0x00008656 beq  0x0000000a , 0x00007b4b 
- 00031200  0x00008657 beq  0x00000009 , 0x00007b5d 
- 00031201  0x00008658 beq  0x0000000b , 0x00007b7c 
- 00031202  0x00008659 branch  0x000079e4 
- 00031203  0x0000865c branch  0x000079e4 
- 00031204  0x0000865f bpatchx  0x00000001 , 0x00004020 
- 00031205  0x00008660 fetch  0x00000001 , 0x00008c19 
- 00031206  0x00008661 set1  0x00000000 , 0x0000003f 
- 00031207  0x00008662 store  0x00000001 , 0x00008c19 
- 00031208  0x00008663 branch  0x000079e9 
- 00031209  0x00008666 jam  0x00000001 , 0x00008c1b 
- 00031210  0x00008667 rtn 
- 00031211  0x0000866a fetch  0x00000001 , 0x0000086d 
- 00031212  0x0000866b bne  0x00000080 , 0x000079e4 
- 00031213  0x0000866c fetch  0x00000001 , 0x00000871 
- 00031214  0x0000866d bne  0x00000000 , 0x000079e4 
- 00031215  0x0000866e fetch  0x00000001 , 0x00000872 
- 00031216  0x0000866f bne  0x00000000 , 0x000079e4 
- 00031217  0x00008670 fetch  0x00000001 , 0x00000873 
- 00031218  0x00008671 bne  0x00000001 , 0x000079e4 
- 00031219  0x00008672 fetch  0x00000001 , 0x00000874 
- 00031220  0x00008673 bne  0x00000000 , 0x000079e4 
- 00031221  0x00008674 fetch  0x00000001 , 0x0000086f 
- 00031222  0x00008675 bne  0x00000000 , 0x000079e4 
- 00031223  0x00008676 fetch  0x00000001 , 0x00000870 
- 00031224  0x00008677 bne  0x00000000 , 0x000079e4 
- 00031225  0x00008678 fetch  0x00000001 , 0x0000086b 
- 00031226  0x00008679 beq  0x00000004 , 0x000079fd 
- 00031227  0x0000867a beq  0x00000003 , 0x000079ff 
- 00031228  0x0000867b branch  0x000079e4 
- 00031229  0x0000867e arg  0x00000001 , 0x00000012 
- 00031230  0x0000867f branch  0x00007a72 
- 00031231  0x00008682 arg  0x00000001 , 0x00000012 
- 00031232  0x00008683 branch  0x00007a70 
- 00031233  0x00008686 bpatchx  0x00000002 , 0x00004020 
- 00031234  0x00008688 fetch  0x00000001 , 0x00000870 
- 00031235  0x00008689 beq  0x00000001 , 0x00007a14 
- 00031236  0x0000868a beq  0x00000002 , 0x00007a2d 
- 00031237  0x0000868b beq  0x00000003 , 0x00007a30 
- 00031238  0x0000868c beq  0x00000021 , 0x00007a09 
- 00031239  0x0000868d beq  0x00000022 , 0x00007a3e 
- 00031240  0x0000868e branch  0x000079e4 
- 00031241  0x00008691 jam  0x00000000 , 0x000008fd 
- 00031242  0x00008692 fetch  0x00000001 , 0x00000871 
- 00031243  0x00008693 beq  0x00000000 , 0x00007a0e 
- 00031244  0x00008694 beq  0x00000001 , 0x00007a11 
- 00031245  0x00008695 branch  0x000079e4 
- 00031246  0x00008698 fetchr  0x00000012 , 0x00000001 , 0x000007d1 
- 00031247  0x00008699 arg  0x000007d1 , 0x00000011 
- 00031248  0x0000869a branch  0x00007b8b 
- 00031249  0x0000869d fetchr  0x00000012 , 0x00000001 , 0x000007ea 
- 00031250  0x0000869e arg  0x000007ea , 0x00000011 
- 00031251  0x0000869f branch  0x00007b8b 
- 00031252  0x000086a5 fetch  0x00000001 , 0x00000911 
- 00031253  0x000086a6 ncall  0x00007a25 , 0x00000034 
- 00031254  0x000086a7 setarg  0x000007ab 
- 00031255  0x000086a8 fetcht  0x00000001 , 0x000007ab 
- 00031256  0x000086aa store  0x00000002 , 0x00000908 
- 00031257  0x000086ab storet  0x00000001 , 0x0000090a 
- 00031258  0x000086ac fetch  0x00000001 , 0x00000873 
- 00031259  0x000086ad isub  0x00000002 , 0x0000003e 
- 00031260  0x000086ae nbranch  0x00007a23 , 0x00000002 
- 00031261  0x000086b0 fetch  0x00000001 , 0x0000090a 
- 00031262  0x000086b2 iforce  0x00000012 
- 00031263  0x000086b3 fetch  0x00000002 , 0x00000908 
- 00031264  0x000086b4 add  0x0000003f , 0x00000001 , 0x0000003f 
- 00031265  0x000086b5 iforce  0x00000011 
- 00031266  0x000086b6 branch  0x00007b8b 
- 00031267  0x000086b8 fetch  0x00000001 , 0x00000873 
- 00031268  0x000086b9 branch  0x00007a1e 
- 00031269  0x000086bc fetch  0x00000001 , 0x00008c01 
- 00031270  0x000086bd ncall  0x00007a29 , 0x00000034 
- 00031271  0x000086be jam  0x00000000 , 0x00000911 
- 00031272  0x000086bf rtn 
- 00031273  0x000086c1 fetch  0x00000001 , 0x00008c01 
- 00031274  0x000086c2 set1  0x00000007 , 0x0000003f 
- 00031275  0x000086c3 store  0x00000001 , 0x00008c01 
- 00031276  0x000086c4 rtn 
- 00031277  0x000086c7 setarg  0x000007be 
- 00031278  0x000086c8 fetcht  0x00000001 , 0x000007be 
- 00031279  0x000086c9 branch  0x00007a18 
- 00031280  0x000086cc fetch  0x00000001 , 0x0000086f 
- 00031281  0x000086cd sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00031282  0x000086ce nbranch  0x000079e4 , 0x00000002 
- 00031283  0x000086cf fetch  0x00000001 , 0x0000086f 
- 00031284  0x000086d0 arg  0x000007fa , 0x00000011 
- 00031285  0x000086d1 beq  0x00000000 , 0x00007b89 
- 00031286  0x000086d2 set1  0x00000023 , 0x00000000 
- 00031287  0x000086d3 arg  0x000007ff , 0x00000011 
- 00031288  0x000086d4 beq  0x00000001 , 0x00007b89 
- 00031289  0x000086d5 arg  0x0000081d , 0x00000011 
- 00031290  0x000086d6 beq  0x00000002 , 0x00007b89 
- 00031291  0x000086d7 arg  0x0000083b , 0x00000011 
- 00031292  0x000086d8 beq  0x00000003 , 0x00007b89 
- 00031293  0x000086d9 rtn 
- 00031294  0x000086dc fetch  0x00000002 , 0x00000871 
- 00031295  0x000086dd beq  0x00000001 , 0x00007a42 
- 00031296  0x000086de fetchr  0x00000011 , 0x00000002 , 0x000007a7 
- 00031297  0x000086df branch  0x00007b89 
- 00031298  0x000086e1 jam  0x00000001 , 0x0000090e 
- 00031299  0x000086e2 jam  0x00000001 , 0x00000900 
- 00031300  0x000086e3 fetchr  0x00000011 , 0x00000002 , 0x000007a9 
- 00031301  0x000086e4 branch  0x00007b89 
- 00031302  0x000086e8 fetch  0x00000001 , 0x0000086b 
- 00031303  0x000086e9 bne  0x00000004 , 0x000079e4 
- 00031304  0x000086ea fetch  0x00000001 , 0x0000086d 
- 00031305  0x000086eb bne  0x00000081 , 0x000079e4 
- 00031306  0x000086ec fetch  0x00000001 , 0x0000086f 
- 00031307  0x000086ed bne  0x00000000 , 0x000079e4 
- 00031308  0x000086ee fetch  0x00000001 , 0x00000870 
- 00031309  0x000086ef bne  0x00000000 , 0x000079e4 
- 00031310  0x000086f0 fetch  0x00000001 , 0x00000873 
- 00031311  0x000086f1 bne  0x00000001 , 0x000079e4 
- 00031312  0x000086f2 fetch  0x00000001 , 0x00000874 
- 00031313  0x000086f3 bne  0x00000000 , 0x000079e4 
- 00031314  0x000086f4 fetch  0x00000001 , 0x00000871 
- 00031315  0x000086f5 bne  0x00000000 , 0x000079e4 
- 00031316  0x000086f6 fetch  0x00000001 , 0x00000872 
- 00031317  0x000086f7 bne  0x00000000 , 0x000079e4 
- 00031318  0x000086f8 arg  0x00000001 , 0x00000012 
- 00031319  0x000086f9 branch  0x00007a70 
- 00031320  0x000086fd fetch  0x00000001 , 0x0000086b 
- 00031321  0x000086fe beq  0x00000002 , 0x000079e4 
- 00031322  0x000086ff fetch  0x00000001 , 0x0000086f 
- 00031323  0x00008700 bne  0x00000000 , 0x000079e4 
- 00031324  0x00008701 fetch  0x00000001 , 0x00000870 
- 00031325  0x00008702 bne  0x00000000 , 0x000079e4 
- 00031326  0x00008703 fetch  0x00000001 , 0x00000873 
- 00031327  0x00008704 bne  0x00000002 , 0x000079e4 
- 00031328  0x00008705 fetch  0x00000001 , 0x00000874 
- 00031329  0x00008706 bne  0x00000000 , 0x000079e4 
- 00031330  0x00008707 fetch  0x00000001 , 0x00000872 
- 00031331  0x00008708 bne  0x00000000 , 0x000079e4 
- 00031332  0x00008709 fetch  0x00000001 , 0x0000086d 
- 00031333  0x0000870a beq  0x00000080 , 0x00007a6b 
- 00031334  0x0000870b beq  0x00000081 , 0x00007a76 
- 00031335  0x0000870c beq  0x00000082 , 0x00007a7a 
- 00031336  0x0000870d branch  0x000079e4 
- 00031337  0x00008711 jam  0x00000001 , 0x00000903 
- 00031338  0x00008712 branch  0x00007a74 
- 00031339  0x00008715 fetch  0x00000001 , 0x00000871 
- 00031340  0x00008716 bne  0x00000000 , 0x000079e4 
- 00031341  0x00008717 arg  0x00000002 , 0x00000012 
- 00031342  0x00008718 fetch  0x00000001 , 0x00000901 
- 00031343  0x00008719 beq  0x00000001 , 0x00007a69 
- 00031344  0x0000871c arg  0x00000865 , 0x00000011 
- 00031345  0x0000871d branch  0x00007b8b 
- 00031346  0x0000871f arg  0x00000867 , 0x00000011 
- 00031347  0x00008720 branch  0x00007b8b 
- 00031348  0x00008722 arg  0x00000869 , 0x00000011 
- 00031349  0x00008723 branch  0x00007b8b 
- 00031350  0x00008726 fetch  0x00000001 , 0x0000086b 
- 00031351  0x00008727 bne  0x00000004 , 0x000079e4 
- 00031352  0x00008728 arg  0x00000002 , 0x00000012 
- 00031353  0x00008729 branch  0x00007a70 
- 00031354  0x0000872c fetch  0x00000001 , 0x0000086b 
- 00031355  0x0000872d bne  0x00000004 , 0x000079e4 
- 00031356  0x0000872e fetch  0x00000001 , 0x00000871 
- 00031357  0x0000872f beq  0x00000081 , 0x00007a87 
- 00031358  0x00008730 beq  0x00000082 , 0x00007a89 
- 00031359  0x00008731 beq  0x00000083 , 0x00007a8b 
- 00031360  0x00008732 and_into  0x0000007f , 0x0000003f 
- 00031361  0x00008733 beq  0x00000000 , 0x00007a83 
- 00031362  0x00008734 branch  0x000079e4 
- 00031363  0x00008737 fetch  0x00000001 , 0x00000904 
- 00031364  0x00008739 arg  0x00000002 , 0x00000012 
- 00031365  0x0000873a beq  0x00000001 , 0x00007a72 
- 00031366  0x0000873b branch  0x00007a70 
- 00031367  0x0000873d fetch  0x00000001 , 0x00000905 
- 00031368  0x0000873e branch  0x00007a84 
- 00031369  0x00008740 fetch  0x00000001 , 0x00000906 
- 00031370  0x00008741 branch  0x00007a84 
- 00031371  0x00008743 fetch  0x00000001 , 0x00000907 
- 00031372  0x00008744 branch  0x00007a84 
- 00031373  0x00008747 jam  0x00000001 , 0x000008fb 
- 00031374  0x00008748 arg  0x000008fc , 0x00000011 
- 00031375  0x00008749 arg  0x00000001 , 0x00000012 
- 00031376  0x0000874a branch  0x00007b8b 
- 00031377  0x0000874d fetch  0x00000002 , 0x0000086f 
- 00031378  0x0000874e arg  0x000001ba , 0x00000002 
- 00031379  0x0000874f isub  0x00000002 , 0x0000003e 
- 00031380  0x00008750 nbranch  0x000079e4 , 0x00000005 
- 00031381  0x00008753 fetch  0x00000001 , 0x000008f8 
- 00031382  0x00008754 nbranch  0x00007a9f , 0x00000034 
- 00031383  0x00008755 jam  0x00000000 , 0x000008b5 
- 00031384  0x00008757 fetch  0x00000001 , 0x00000873 
- 00031385  0x00008758 iforce  0x00000012 
- 00031386  0x00008759 arg  0x000008b5 , 0x00000011 
- 00031387  0x0000875a call  0x00007b8b 
- 00031388  0x0000875c arg  0x000008b5 , 0x00000005 
- 00031389  0x0000875d arg  0x00000040 , 0x00000039 
- 00031390  0x0000875e branch  0x00007ca3 
- 00031391  0x00008760 jam  0x00000000 , 0x000008f8 
- 00031392  0x00008761 jam  0x00000001 , 0x000008b5 
- 00031393  0x00008762 branch  0x00007a98 
- 00031394  0x00008765 fetch  0x00000001 , 0x00000873 
- 00031395  0x00008766 bne  0x00000001 , 0x000079e4 
- 00031396  0x00008767 jam  0x00000001 , 0x000008fd 
- 00031397  0x00008768 arg  0x00000001 , 0x00000012 
- 00031398  0x00008769 fetch  0x00000001 , 0x000008ff 
- 00031399  0x0000876a beq  0x00000000 , 0x00007aaa 
- 00031400  0x0000876b beq  0x00000001 , 0x00007aab 
- 00031401  0x0000876c branch  0x00007a70 
- 00031402  0x0000876e branch  0x00007a72 
- 00031403  0x00008770 branch  0x00007a70 
- 00031404  0x00008776 fetch  0x00000001 , 0x0000086b 
- 00031405  0x00008777 bne  0x00000004 , 0x000079e4 
- 00031406  0x00008778 fetch  0x00000001 , 0x00000873 
- 00031407  0x00008779 bne  0x00000000 , 0x000079e4 
- 00031408  0x0000877a fetch  0x00000001 , 0x00000874 
- 00031409  0x0000877b bne  0x00000000 , 0x000079e4 
- 00031410  0x0000877c fetch  0x00000001 , 0x00000870 
- 00031411  0x0000877d bne  0x00000000 , 0x000079e4 
- 00031412  0x0000877e fetch  0x00000001 , 0x00000872 
- 00031413  0x0000877f bne  0x00000000 , 0x000079e4 
- 00031414  0x00008780 fetch  0x00000001 , 0x0000086d 
- 00031415  0x00008781 beq  0x00000000 , 0x00007abb 
- 00031416  0x00008782 beq  0x00000001 , 0x00007ac8 
- 00031417  0x00008783 beq  0x00000002 , 0x00007ac9 
- 00031418  0x00008784 branch  0x000079e4 
- 00031419  0x00008787 fetch  0x00000001 , 0x0000086f 
- 00031420  0x00008788 bne  0x00000001 , 0x000079e4 
- 00031421  0x00008789 fetch  0x00000001 , 0x00008c00 
- 00031422  0x0000878a set0  0x00000007 , 0x0000003f 
- 00031423  0x0000878b store  0x00000001 , 0x00008c00 
- 00031424  0x0000878c jam  0x00000000 , 0x00000901 
- 00031425  0x0000878d jam  0x00000001 , 0x00000902 
- 00031426  0x0000878e fetch  0x00000001 , 0x00000903 
- 00031427  0x0000878f branch  0x000079e9 , 0x00000034 
- 00031428  0x00008790 jam  0x00000000 , 0x00000903 
- 00031429  0x00008791 jam  0x00000000 , 0x00000902 
- 00031430  0x00008792 jam  0x00000002 , 0x00000900 
- 00031431  0x00008793 branch  0x000079e9 
- 00031432  0x00008796 branch  0x000079e4 
- 00031433  0x00008799 fetch  0x00000001 , 0x0000086f 
- 00031434  0x0000879a bne  0x00000000 , 0x000079e4 
- 00031435  0x0000879b fetch  0x00000001 , 0x00000871 
- 00031436  0x0000879c beq  0x00000081 , 0x00007ad4 
- 00031437  0x0000879d beq  0x00000082 , 0x00007ad7 
- 00031438  0x0000879e beq  0x00000083 , 0x00007ad9 
- 00031439  0x0000879f and_into  0x0000007f , 0x0000003f 
- 00031440  0x000087a0 beq  0x00000000 , 0x00007ad2 
- 00031441  0x000087a1 branch  0x000079e4 
- 00031442  0x000087a4 jam  0x00000000 , 0x00000904 
- 00031443  0x000087a5 branch  0x000079e9 
- 00031444  0x000087a7 jam  0x00000000 , 0x00000905 
- 00031445  0x000087a9 jam  0x00000001 , 0x00000912 
- 00031446  0x000087aa branch  0x000079e9 
- 00031447  0x000087ac jam  0x00000000 , 0x00000906 
- 00031448  0x000087ad branch  0x00007ad5 
- 00031449  0x000087af jam  0x00000000 , 0x00000907 
- 00031450  0x000087b0 branch  0x00007ad5 
- 00031451  0x000087b4 fetch  0x00000001 , 0x00000873 
- 00031452  0x000087b5 bne  0x00000000 , 0x000079e4 
- 00031453  0x000087b6 fetch  0x00000001 , 0x00000874 
- 00031454  0x000087b7 bne  0x00000000 , 0x000079e4 
- 00031455  0x000087b8 fetch  0x00000001 , 0x0000086d 
- 00031456  0x000087b9 beq  0x00000000 , 0x00007ae4 
- 00031457  0x000087ba beq  0x00000001 , 0x00007af2 
- 00031458  0x000087bb beq  0x00000002 , 0x00007af3 
- 00031459  0x000087bc branch  0x000079e4 
- 00031460  0x000087bf fetch  0x00000001 , 0x0000086f 
- 00031461  0x000087c0 bne  0x00000001 , 0x000079e4 
- 00031462  0x000087c1 call  0x000048b1 
- 00031463  0x000087c2 fetch  0x00000001 , 0x00008c00 
- 00031464  0x000087c3 set1  0x00000007 , 0x0000003f 
- 00031465  0x000087c4 store  0x00000001 , 0x00008c00 
- 00031466  0x000087c5 jam  0x00000001 , 0x00000901 
- 00031467  0x000087c6 jam  0x00000003 , 0x00000900 
- 00031468  0x000087c7 jam  0x00000000 , 0x000008f9 
- 00031469  0x000087c8 call  0x000079e9 
- 00031470  0x000087ca call  0x00007cee 
- 00031471  0x000087cb setarg  0x00001388 
- 00031472  0x000087cc arg  0x0000000f , 0x00000007 
- 00031473  0x000087cd branch  0x00007ce1 
- 00031474  0x000087d0 branch  0x000079e4 
- 00031475  0x000087d3 fetch  0x00000001 , 0x0000086f 
- 00031476  0x000087d4 bne  0x00000000 , 0x000079e4 
- 00031477  0x000087d5 fetch  0x00000001 , 0x00000870 
- 00031478  0x000087d6 bne  0x00000000 , 0x000079e4 
- 00031479  0x000087d7 fetch  0x00000001 , 0x00000871 
- 00031480  0x000087d8 beq  0x00000081 , 0x00007b00 
- 00031481  0x000087d9 beq  0x00000082 , 0x00007b02 
- 00031482  0x000087da beq  0x00000083 , 0x00007b04 
- 00031483  0x000087db and_into  0x0000007f , 0x0000003f 
- 00031484  0x000087dc beq  0x00000000 , 0x00007afe 
- 00031485  0x000087dd branch  0x000079e4 
- 00031486  0x000087e0 jam  0x00000001 , 0x00000904 
- 00031487  0x000087e1 branch  0x000079e9 
- 00031488  0x000087e3 jam  0x00000001 , 0x00000905 
- 00031489  0x000087e4 branch  0x000079e9 
- 00031490  0x000087e6 jam  0x00000001 , 0x00000906 
- 00031491  0x000087e7 branch  0x000079e9 
- 00031492  0x000087e9 jam  0x00000001 , 0x00000907 
- 00031493  0x000087ea branch  0x000079e9 
- 00031494  0x000087ee fetch  0x00000001 , 0x0000086d 
- 00031495  0x000087ef bne  0x00000000 , 0x000079e4 
- 00031496  0x000087f0 fetch  0x00000001 , 0x00000871 
- 00031497  0x000087f1 bne  0x00000000 , 0x000079e4 
- 00031498  0x000087f2 fetch  0x00000001 , 0x00000872 
- 00031499  0x000087f3 bne  0x00000000 , 0x000079e4 
- 00031500  0x000087f4 fetch  0x00000001 , 0x00000873 
- 00031501  0x000087f5 bne  0x00000000 , 0x000079e4 
- 00031502  0x000087f6 fetch  0x00000001 , 0x00000874 
- 00031503  0x000087f7 bne  0x00000000 , 0x000079e4 
- 00031504  0x000087f8 fetch  0x00000001 , 0x00000870 
- 00031505  0x000087f9 bne  0x00000000 , 0x000079e4 
- 00031506  0x000087fa fetch  0x00000001 , 0x0000086f 
- 00031507  0x000087fb and_into  0x00000080 , 0x0000003f 
- 00031508  0x000087fc bne  0x00000000 , 0x000079e4 
- 00031509  0x000087fd fetch  0x00000001 , 0x0000086f 
- 00031510  0x000087fe bne  0x00000000 , 0x00007b1d 
- 00031511  0x00008800 jam  0x00000002 , 0x0000086b 
- 00031512  0x00008802 fetch  0x00000001 , 0x0000086f 
- 00031513  0x00008803 store  0x00000001 , 0x00008c01 
- 00031514  0x00008804 call  0x000079e9 
- 00031515  0x00008805 jam  0x00000001 , 0x00000911 
- 00031516  0x00008806 rtn 
- 00031517  0x00008808 jam  0x00000003 , 0x0000086b 
- 00031518  0x00008809 branch  0x00007b18 
- 00031519  0x0000880d fetch  0x00000001 , 0x0000086b 
- 00031520  0x0000880e beq  0x00000002 , 0x000079e4 
- 00031521  0x0000880f fetch  0x00000001 , 0x0000086d 
- 00031522  0x00008810 bne  0x00000000 , 0x000079e4 
- 00031523  0x00008811 fetch  0x00000001 , 0x00000871 
- 00031524  0x00008812 bne  0x00000000 , 0x000079e4 
- 00031525  0x00008813 fetch  0x00000001 , 0x00000872 
- 00031526  0x00008814 bne  0x00000000 , 0x000079e4 
- 00031527  0x00008815 fetch  0x00000001 , 0x00000873 
- 00031528  0x00008816 bne  0x00000000 , 0x000079e4 
- 00031529  0x00008817 fetch  0x00000001 , 0x00000874 
- 00031530  0x00008818 bne  0x00000000 , 0x000079e4 
- 00031531  0x00008819 fetch  0x00000001 , 0x00000870 
- 00031532  0x0000881a bne  0x00000000 , 0x000079e4 
- 00031533  0x0000881b fetch  0x00000001 , 0x0000086f 
- 00031534  0x0000881c sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00031535  0x0000881d nbranch  0x000079e4 , 0x00000002 
- 00031536  0x0000881e fetch  0x00000001 , 0x0000086b 
- 00031537  0x0000881f beq  0x00000003 , 0x00007b34 
- 00031538  0x00008820 beq  0x00000004 , 0x00007b34 
- 00031539  0x00008821 branch  0x000079e4 
- 00031540  0x00008825 fetch  0x00000001 , 0x0000086f 
- 00031541  0x00008826 beq  0x00000000 , 0x00007b38 
- 00031542  0x00008827 jam  0x00000004 , 0x0000086b 
- 00031543  0x00008828 branch  0x000079e9 
- 00031544  0x0000882a jam  0x00000003 , 0x0000086b 
- 00031545  0x0000882b branch  0x000079e9 
- 00031546  0x0000882f fetch  0x00000001 , 0x0000086b 
- 00031547  0x00008830 bne  0x00000004 , 0x000079e4 
- 00031548  0x00008831 fetch  0x00000001 , 0x0000086d 
- 00031549  0x00008832 bne  0x00000001 , 0x000079e4 
- 00031550  0x00008833 fetch  0x00000001 , 0x0000086f 
- 00031551  0x00008834 bne  0x00000000 , 0x000079e4 
- 00031552  0x00008835 fetch  0x00000001 , 0x00000870 
- 00031553  0x00008836 bne  0x00000000 , 0x000079e4 
- 00031554  0x00008837 fetch  0x00000001 , 0x00000873 
- 00031555  0x00008838 bne  0x00000000 , 0x000079e4 
- 00031556  0x00008839 fetch  0x00000001 , 0x00000874 
- 00031557  0x0000883a bne  0x00000000 , 0x000079e4 
- 00031558  0x0000883b fetch  0x00000001 , 0x00000871 
- 00031559  0x0000883c bne  0x00000000 , 0x000079e4 
- 00031560  0x0000883d fetch  0x00000001 , 0x00000872 
- 00031561  0x0000883e bne  0x00000000 , 0x000079e4 
- 00031562  0x0000883f branch  0x000079e9 
- 00031563  0x00008843 bpatchx  0x00000003 , 0x00004020 
- 00031564  0x00008844 jam  0x00000001 , 0x000008fb 
- 00031565  0x00008845 fetch  0x00000001 , 0x00000870 
- 00031566  0x00008846 store  0x00000001 , 0x000008fc 
- 00031567  0x00008847 fetch  0x00000001 , 0x00000871 
- 00031568  0x00008848 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00031569  0x00008849 call  0x00007b59 , 0x00000005 
- 00031570  0x0000884a fetch  0x00000001 , 0x00000900 
- 00031571  0x0000884b bne  0x00000004 , 0x000079e9 
- 00031572  0x0000884c jam  0x00000002 , 0x00000900 
- 00031573  0x0000884d call  0x000079e9 
- 00031574  0x0000884e nop  0x00007530 
- 00031575  0x0000884f nop  0x00007530 
- 00031576  0x00008850 rtn 
- 00031577  0x00008852 jam  0x00000001 , 0x0000090e 
- 00031578  0x00008853 jam  0x00000000 , 0x00000902 
- 00031579  0x00008854 jam  0x00000004 , 0x00000900 
- 00031580  0x00008855 rtn 
- 00031581  0x00008859 nop  0x00003a98 
- 00031582  0x0000885a arg  0x00000875 , 0x00000005 
- 00031583  0x0000885b call  0x00007993 
- 00031584  0x0000885c jam  0x00000001 , 0x000008f7 
- 00031585  0x0000885d call  0x00007b6e 
- 00031586  0x0000885e fetch  0x00000002 , 0x0000086f 
- 00031587  0x0000885f store  0x00000002 , 0x000008f5 
- 00031588  0x00008860 call  0x000079e9 
- 00031589  0x00008861 fetch  0x00000001 , 0x000043cb 
- 00031590  0x00008862 rtnne  0x00000004 
- 00031591  0x00008863 fetch  0x00000001 , 0x000008f9 
- 00031592  0x00008864 rtn  0x00000034 
- 00031593  0x00008865 fetch  0x00000001 , 0x00000875 
- 00031594  0x00008867 store  0x00000001 , 0x00004621 
- 00031595  0x00008868 jam  0x00000000 , 0x000008f9 
- 00031596  0x00008869 jam  0x00000003 , 0x00004611 
- 00031597  0x0000886a rtn 
- 00031598  0x0000886e fetch  0x00000002 , 0x0000086f 
- 00031599  0x0000886f arg  0x00000200 , 0x00000002 
- 00031600  0x00008870 isub  0x00000002 , 0x0000003e 
- 00031601  0x00008871 nrtn  0x00000005 
- 00031602  0x00008872 fetch  0x00000002 , 0x00000871 
- 00031603  0x00008873 arg  0x00000000 , 0x00000002 
- 00031604  0x00008874 isub  0x00000002 , 0x0000003e 
- 00031605  0x00008875 nrtn  0x00000005 
- 00031606  0x00008876 fetch  0x00000002 , 0x00000873 
- 00031607  0x00008877 arg  0x00000001 , 0x00000002 
- 00031608  0x00008878 isub  0x00000002 , 0x0000003e 
- 00031609  0x00008879 nrtn  0x00000005 
- 00031610  0x0000887a jam  0x00000001 , 0x000008f9 
- 00031611  0x0000887b rtn 
- 00031612  0x0000887f fetch  0x00000001 , 0x00000873 
- 00031613  0x00008880 bne  0x00000000 , 0x000079e4 
- 00031614  0x00008881 fetch  0x00000001 , 0x0000086f 
- 00031615  0x00008882 beq  0x00000000 , 0x00007b82 
- 00031616  0x00008883 beq  0x00000001 , 0x00007b85 
- 00031617  0x00008884 branch  0x000079e4 
- 00031618  0x00008886 jam  0x00000000 , 0x000008fe 
- 00031619  0x00008887 jam  0x00000001 , 0x000008ff 
- 00031620  0x00008888 branch  0x000079e9 
- 00031621  0x0000888a jam  0x00000001 , 0x000008fa 
- 00031622  0x0000888b jam  0x00000001 , 0x000008fe 
- 00031623  0x0000888c jam  0x00000000 , 0x000008ff 
- 00031624  0x0000888d branch  0x000079e9 
- 00031625  0x00008891 ifetchr  0x00000012 , 0x00000001 , 0x00000011 
- 00031626  0x00008892 increase  0x00000001 , 0x00000011 
- 00031627  0x00008895 bpatchx  0x00000004 , 0x00004020 
- 00031628  0x00008896 set1  0x0000000e , 0x00000000 
- 00031629  0x00008897 bmark0  0x00000023 , 0x00007b90 
- 00031630  0x00008898 increase  0x00000001 , 0x00000012 
- 00031631  0x00008899 lshift  0x00000012 , 0x00000012 
- 00031632  0x0000889b storer  0x00000011 , 0x00000002 , 0x000007a4 
- 00031633  0x0000889c storer  0x00000012 , 0x00000001 , 0x000007a6 
- 00031634  0x0000889d branch  0x00007b96 
- 00031635  0x0000889e rtn 
- 00031636  0x000088a1 arg  0x00000000 , 0x00000007 
- 00031637  0x000088a2 branch  0x00007bd7 
- 00031638  0x000088a8 bpatchx  0x00000005 , 0x00004020 
- 00031639  0x000088a9 fetch  0x00000001 , 0x00008c25 
- 00031640  0x000088aa rtnbit1  0x00000000 
- 00031641  0x000088ab fetch  0x00000001 , 0x000007a6 
- 00031642  0x000088ac rtn  0x00000034 
- 00031643  0x000088ad copy  0x0000003f , 0x00000039 
- 00031644  0x000088ae iforce  0x00000002 
- 00031645  0x000088af fetch  0x00000002 , 0x00000873 
- 00031646  0x000088b0 sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00031647  0x000088b1 branch  0x00007ba4 , 0x00000002 
- 00031648  0x000088b2 sub  0x00000039 , 0x00000040 , 0x0000003e 
- 00031649  0x000088b3 branch  0x00007ba8 , 0x00000002 
- 00031650  0x000088b4 force  0x00000040 , 0x00000039 
- 00031651  0x000088b5 branch  0x00007ba8 
- 00031652  0x000088b7 isub  0x00000039 , 0x0000003e 
- 00031653  0x000088b8 branch  0x00007ba8 , 0x00000002 
- 00031654  0x000088b9 iforce  0x00000039 
- 00031655  0x000088ba store  0x00000001 , 0x000007a6 
- 00031656  0x000088bc fetch  0x00000001 , 0x000007a6 
- 00031657  0x000088bd isub  0x00000039 , 0x0000003f 
- 00031658  0x000088be store  0x00000001 , 0x000007a6 
- 00031659  0x000088bf add  0x00000039 , 0xffffffff , 0x0000003f 
- 00031660  0x000088c0 store  0x00000001 , 0x0000070e 
- 00031661  0x000088c1 bmark0  0x00000023 , 0x00007bba 
- 00031662  0x000088c2 rshift  0x0000003f , 0x0000003f 
- 00031663  0x000088c3 add  0x00000039 , 0xffffffff , 0x0000003f 
- 00031664  0x000088c4 store  0x00000001 , 0x0000070e 
- 00031665  0x000088c5 bmark0  0x0000000e , 0x00007bba 
- 00031666  0x000088c6 set0  0x0000000e , 0x00000000 
- 00031667  0x000088c7 istoret  0x00000001 , 0x00000005 
- 00031668  0x000088c8 setarg  0x00000003 
- 00031669  0x000088c9 istore  0x00000001 , 0x00000005 
- 00031670  0x000088ca increase  0xffffffff , 0x00000039 
- 00031671  0x000088cb copy  0x00000039 , 0x0000003f 
- 00031672  0x000088cc nbranch  0x00007bba , 0x00000005 
- 00031673  0x000088cd increase  0x00000001 , 0x00000039 
- 00031674  0x000088cf fetch  0x00000002 , 0x000007a4 
- 00031675  0x000088d0 copy  0x0000003f , 0x00000006 
- 00031676  0x000088d2 ifetch  0x00000001 , 0x00000006 
- 00031677  0x000088d3 istore  0x00000001 , 0x00000005 
- 00031678  0x000088d4 bmark0  0x00000023 , 0x00007bc1 
- 00031679  0x000088d5 setarg  0x00000000 
- 00031680  0x000088d6 istore  0x00000001 , 0x00000005 
- 00031681  0x000088d8 loop  0x00007bbc 
- 00031682  0x000088d9 copy  0x00000006 , 0x0000003f 
- 00031683  0x000088da store  0x00000002 , 0x000007a4 
- 00031684  0x000088db setarg  0x0000070e 
- 00031685  0x000088dc store  0x00000002 , 0x00008c08 
- 00031686  0x000088dd arg  0x00000000 , 0x00000007 
- 00031687  0x000088de call  0x00007bd7 
- 00031688  0x000088df fetch  0x00000001 , 0x000007a6 
- 00031689  0x000088e0 nrtn  0x00000034 
- 00031690  0x000088e1 jam  0x00000002 , 0x00008c1b 
- 00031691  0x000088e2 fetch  0x00000001 , 0x00000900 
- 00031692  0x000088e3 rtnne  0x00000001 
- 00031693  0x000088e4 jam  0x00000002 , 0x00000900 
- 00031694  0x000088e5 rtn 
- 00031695  0x000088ea arg  0x0000074f , 0x00000011 
- 00031696  0x000088eb arg  0x00000001 , 0x00000007 
- 00031697  0x000088ec storer  0x00000011 , 0x00000002 , 0x00008c0a 
- 00031698  0x000088ee add  0x00000039 , 0xffffffff , 0x0000003f 
- 00031699  0x000088ef istore  0x00000001 , 0x00000011 
- 00031700  0x000088f1 ifetch  0x00000001 , 0x00000006 
- 00031701  0x000088f2 istore  0x00000001 , 0x00000005 
- 00031702  0x000088f3 loop  0x00007bd4 
- 00031703  0x000088f5 setarg  0x00000000 
- 00031704  0x000088f6 qset1  0x0000003f 
- 00031705  0x000088f7 store  0x00000001 , 0x00008c18 
- 00031706  0x000088f8 rtn 
- 00031707  0x000088fb arg  0x00000002 , 0x00000007 
- 00031708  0x000088fc arg  0x00000759 , 0x00000011 
- 00031709  0x000088fd storer  0x00000011 , 0x00000002 , 0x00008c0c 
- 00031710  0x000088fe branch  0x00007bd2 
- 00031711  0x00008901 bpatchx  0x00000006 , 0x00004020 
- 00031712  0x00008902 fetch  0x00000001 , 0x0000090d 
- 00031713  0x00008903 rtn  0x00000034 
- 00031714  0x00008904 fetch  0x00000001 , 0x00008c25 
- 00031715  0x00008905 and_into  0x0000000f , 0x0000003f 
- 00031716  0x00008906 nbranch  0x00007c30 , 0x00000034 
- 00031717  0x00008907 fetch  0x00000001 , 0x0000090e 
- 00031718  0x00008908 branch  0x00007c06 , 0x00000034 
- 00031719  0x00008909 fetch  0x00000001 , 0x00000900 
- 00031720  0x0000890a beq  0x00000003 , 0x00007c40 
- 00031721  0x0000890b bne  0x00000002 , 0x00007c06 
- 00031722  0x0000890c fetch  0x00000001 , 0x00000902 
- 00031723  0x0000890d nbranch  0x00007c06 , 0x00000034 
- 00031724  0x0000890e call  0x00007bee 
- 00031725  0x0000890f branch  0x00007bf9 
- 00031726  0x00008912 fetch  0x00000001 , 0x00008c25 
- 00031727  0x00008913 rtnbit1  0x00000001 
- 00031728  0x00008914 fetch  0x00000001 , 0x0000090d 
- 00031729  0x00008915 rtnbit0  0x00000001 
- 00031730  0x00008916 fetch  0x00000001 , 0x0000090d 
- 00031731  0x00008917 set0  0x00000001 , 0x0000003f 
- 00031732  0x00008918 store  0x00000001 , 0x0000090d 
- 00031733  0x00008919 fetch  0x00000001 , 0x0000090b 
- 00031734  0x0000891a rtn  0x00000034 
- 00031735  0x0000891b beq  0x00000010 , 0x00007c28 
- 00031736  0x0000891c branch  0x0000235a 
- 00031737  0x0000891f fetch  0x00000001 , 0x00008c25 
- 00031738  0x00008920 rtnbit1  0x00000002 
- 00031739  0x00008921 fetch  0x00000001 , 0x0000090d 
- 00031740  0x00008922 rtnbit0  0x00000002 
- 00031741  0x00008923 fetch  0x00000001 , 0x0000090d 
- 00031742  0x00008924 set0  0x00000002 , 0x0000003f 
- 00031743  0x00008925 store  0x00000001 , 0x0000090d 
- 00031744  0x00008926 fetch  0x00000001 , 0x0000090c 
- 00031745  0x00008927 rtn  0x00000034 
- 00031746  0x00008928 beq  0x00000020 , 0x00007c09 
- 00031747  0x00008929 beq  0x00000021 , 0x00007c24 
- 00031748  0x0000892a beq  0x00000022 , 0x00007c2c 
- 00031749  0x0000892b branch  0x0000235a 
- 00031750  0x0000892f arg  0x00000913 , 0x00000005 
- 00031751  0x00008930 arg  0x00000040 , 0x00000039 
- 00031752  0x00008931 branch  0x00007ca3 
- 00031753  0x00008934 fetch  0x00000001 , 0x000008fb 
- 00031754  0x00008935 fetcht  0x00000001 , 0x000008fd 
- 00031755  0x00008936 iand  0x00000002 , 0x0000003f 
- 00031756  0x00008937 branch  0x00007c20 , 0x00000034 
- 00031757  0x00008938 fetcht  0x00000001 , 0x000008fe 
- 00031758  0x00008939 iadd  0x00000002 , 0x0000003f 
- 00031759  0x0000893a beq  0x00000001 , 0x00007c11 
- 00031760  0x0000893b branch  0x00007c20 
- 00031761  0x0000893e jam  0x00000000 , 0x0000090c 
- 00031762  0x00008940 fetch  0x00000001 , 0x00000914 
- 00031763  0x00008941 beq  0x00000002 , 0x00007c21 
- 00031764  0x00008942 beq  0x00000003 , 0x00007c21 
- 00031765  0x00008943 fetch  0x00000001 , 0x00000914 
- 00031766  0x00008944 store  0x00000001 , 0x00000913 
- 00031767  0x00008945 fetch  0x00000001 , 0x00000915 
- 00031768  0x00008946 istore  0x00000001 , 0x00000005 
- 00031769  0x00008947 fetch  0x00000001 , 0x00000917 
- 00031770  0x00008948 istore  0x00000001 , 0x00000005 
- 00031771  0x00008949 fetch  0x00000001 , 0x00000919 
- 00031772  0x0000894a istore  0x00000001 , 0x00000005 
- 00031773  0x0000894b arg  0x00000004 , 0x00000039 
- 00031774  0x0000894c arg  0x00000913 , 0x00000006 
- 00031775  0x0000894d branch  0x00007bdb 
- 00031776  0x00008950 jam  0x00000000 , 0x0000090c 
- 00031777  0x00008952 arg  0x00000008 , 0x00000039 
- 00031778  0x00008953 arg  0x00000913 , 0x00000006 
- 00031779  0x00008954 branch  0x00007bdb 
- 00031780  0x00008957 jam  0x00000000 , 0x0000090c 
- 00031781  0x00008958 arg  0x00000003 , 0x00000039 
- 00031782  0x00008959 arg  0x00000933 , 0x00000006 
- 00031783  0x0000895a branch  0x00007bdb 
- 00031784  0x0000895d jam  0x00000000 , 0x0000090b 
- 00031785  0x0000895e arg  0x00000008 , 0x00000039 
- 00031786  0x0000895f arg  0x00000923 , 0x00000006 
- 00031787  0x00008960 branch  0x00007bcf 
- 00031788  0x00008963 jam  0x00000000 , 0x0000090c 
- 00031789  0x00008964 arg  0x00000002 , 0x00000039 
- 00031790  0x00008965 arg  0x00000943 , 0x00000006 
- 00031791  0x00008966 branch  0x00007bdb 
- 00031792  0x00008969 fetch  0x00000001 , 0x00000900 
- 00031793  0x0000896a beq  0x00000002 , 0x00007c33 
- 00031794  0x0000896b rtn 
- 00031795  0x0000896d fetch  0x00000001 , 0x00008c00 
- 00031796  0x0000896e set1  0x00000007 , 0x0000003f 
- 00031797  0x0000896f store  0x00000001 , 0x00008c00 
- 00031798  0x00008970 jam  0x00000001 , 0x00000910 
- 00031799  0x00008971 rtn 
- 00031800  0x00008974 fetch  0x00000001 , 0x00000900 
- 00031801  0x00008975 rtneq  0x00000003 
- 00031802  0x00008976 beq  0x00000002 , 0x00007c3c 
- 00031803  0x00008977 rtn 
- 00031804  0x00008979 fetch  0x00000001 , 0x00000910 
- 00031805  0x0000897a rtn  0x00000034 
- 00031806  0x0000897b jam  0x00000001 , 0x0000090f 
- 00031807  0x0000897c branch  0x00007c43 
- 00031808  0x0000897f arg  0x0000000f , 0x00000007 
- 00031809  0x00008980 call  0x00007cef 
- 00031810  0x00008981 nrtn  0x00000034 
- 00031811  0x00008983 fetch  0x00000001 , 0x00008c00 
- 00031812  0x00008984 rtnbit0  0x00000007 
- 00031813  0x00008985 jam  0x000000fc , 0x00008c00 
- 00031814  0x00008986 nop  0x00007530 
- 00031815  0x00008987 jam  0x0000003c , 0x00008c00 
- 00031816  0x00008988 rtn 
- 00031817  0x00008990 storer  0x00000005 , 0x00000002 , 0x00000691 
- 00031818  0x00008991 storet  0x00000008 , 0x00000678 
- 00031819  0x00008992 storer  0x0000000b , 0x00000004 , 0x00000680 
- 00031820  0x00008993 call  0x00007c51 
- 00031821  0x00008994 storer  0x00000006 , 0x00000002 , 0x0000068f 
- 00031822  0x00008995 storer  0x00000039 , 0x00000002 , 0x0000069b 
- 00031823  0x00008996 storer  0x00000007 , 0x00000002 , 0x00000699 
- 00031824  0x00008997 rtn 
- 00031825  0x0000899a storer  0x00000011 , 0x00000004 , 0x00000684 
- 00031826  0x0000899b storer  0x00000012 , 0x00000004 , 0x00000688 
- 00031827  0x0000899c storer  0x00000013 , 0x00000003 , 0x0000068c 
- 00031828  0x0000899d rtn 
- 00031829  0x000089a0 bpatchx  0x00000007 , 0x00004020 
- 00031830  0x000089a1 fetch  0x00000002 , 0x00000691 
- 00031831  0x000089a2 iforce  0x00000005 
- 00031832  0x000089a3 fetcht  0x00000008 , 0x00000678 
- 00031833  0x000089a4 fetchr  0x0000000b , 0x00000004 , 0x00000680 
- 00031834  0x000089a5 call  0x00007c60 
- 00031835  0x000089a6 fetchr  0x00000039 , 0x00000002 , 0x0000069b 
- 00031836  0x000089a7 fetchr  0x00000007 , 0x00000002 , 0x00000699 
- 00031837  0x000089a8 fetch  0x00000002 , 0x0000068f 
- 00031838  0x000089a9 iforce  0x00000006 
- 00031839  0x000089aa rtn 
- 00031840  0x000089ad fetchr  0x00000011 , 0x00000004 , 0x00000684 
- 00031841  0x000089ae fetchr  0x00000012 , 0x00000004 , 0x00000688 
- 00031842  0x000089af fetchr  0x00000013 , 0x00000003 , 0x0000068c 
- 00031843  0x000089b0 rtn 
- 00031844  0x000089b3 fetch  0x00000002 , 0x00000691 
- 00031845  0x000089b4 copy  0x0000003f , 0x00000005 
- 00031846  0x000089b5 rtn 
- 00031847  0x000089b7 fetch  0x00000002 , 0x0000068f 
- 00031848  0x000089b8 copy  0x0000003f , 0x00000006 
- 00031849  0x000089b9 rtn 
- 00031850  0x000089bc copy  0x00000005 , 0x0000003f 
- 00031851  0x000089bd store  0x00000002 , 0x00000691 
- 00031852  0x000089be rtn 
- 00031853  0x000089c0 copy  0x00000006 , 0x0000003f 
- 00031854  0x000089c1 store  0x00000002 , 0x0000068f 
- 00031855  0x000089c2 rtn 
- 00031856  0x000089c7 copy  0x00000005 , 0x0000003f 
- 00031857  0x000089c8 store  0x00000002 , 0x00000691 
- 00031858  0x000089c9 copy  0x00000006 , 0x0000003f 
- 00031859  0x000089ca store  0x00000002 , 0x0000068f 
- 00031860  0x000089cb rtn 
- 00031861  0x000089ce fetch  0x00000002 , 0x00000691 
- 00031862  0x000089cf copy  0x0000003f , 0x00000005 
- 00031863  0x000089d0 fetch  0x00000002 , 0x0000068f 
- 00031864  0x000089d1 copy  0x0000003f , 0x00000006 
- 00031865  0x000089d2 rtn 
- 00031866  0x000089d8 isub  0x00000002 , 0x00000011 
- 00031867  0x000089d9 rtn  0x00000002 
- 00031868  0x000089da arg  0x00000100 , 0x00000011 
- 00031869  0x000089db iadd  0x00000011 , 0x0000003f 
- 00031870  0x000089dc isub  0x00000002 , 0x00000011 
- 00031871  0x000089dd rtn 
- 00031872  0x000089e0 call  0x00007c8d 
- 00031873  0x000089e2 call  0x00007c8d 
- 00031874  0x000089e3 branch  0x00007c8d 
- 00031875  0x000089e7 call  0x00007c89 
- 00031876  0x000089e9 ifetch  0x00000001 , 0x00000006 
- 00031877  0x000089ea istore  0x00000001 , 0x00000005 
- 00031878  0x000089ec ifetch  0x00000003 , 0x00000006 
- 00031879  0x000089ed istore  0x00000003 , 0x00000005 
- 00031880  0x000089ee rtn 
- 00031881  0x000089f0 ifetch  0x00000008 , 0x00000006 
- 00031882  0x000089f1 istore  0x00000008 , 0x00000005 
- 00031883  0x000089f2 rtn 
- 00031884  0x000089f5 call  0x00007c8f 
- 00031885  0x000089f7 call  0x00007c89 
- 00031886  0x000089f9 call  0x00007c89 
- 00031887  0x000089fb call  0x00007c89 
- 00031888  0x000089fc branch  0x00007c89 
- 00031889  0x000089ff increase  0xffffffff , 0x0000003f 
- 00031890  0x00008a00 nop  0x00000026 
- 00031891  0x00008a01 nbranch  0x00007c91 , 0x00000034 
- 00031892  0x00008a02 rtn 
- 00031893  0x00008a06 arg  0x0000000a , 0x00000039 
- 00031894  0x00008a08 nop  0x00002ee0 
- 00031895  0x00008a09 loop  0x00007c96 
- 00031896  0x00008a0a rtn 
- 00031897  0x00008a0e call  0x00007c9a 
- 00031898  0x00008a10 call  0x00007c9b 
- 00031899  0x00008a12 force  0x00000004 , 0x00000039 
- 00031900  0x00008a13 branch  0x00007ca3 
- 00031901  0x00008a16 force  0x00000020 , 0x00000039 
- 00031902  0x00008a17 branch  0x00007ca3 
- 00031903  0x00008a19 force  0x00000040 , 0x00000039 
- 00031904  0x00008a1a branch  0x00007ca3 
- 00031905  0x00008a1d deposit  0x00000039 
- 00031906  0x00008a1e rtn  0x00000034 
- 00031907  0x00008a20 force  0x00000000 , 0x0000003f 
- 00031908  0x00008a21 lstore  0x00000005 
- 00031909  0x00008a22 rtn 
- 00031910  0x00008a25 arg  0x00000020 , 0x00000039 
- 00031911  0x00008a26 arg  0x000006a1 , 0x00000005 
- 00031912  0x00008a27 branch  0x00007ca1 
- 00031913  0x00008a2a ifetch  0x00000004 , 0x00000013 
- 00031914  0x00008a2b ifetcht  0x00000004 , 0x00000011 
- 00031915  0x00008a2c ixor  0x00000002 , 0x0000003f 
- 00031916  0x00008a2d istore  0x00000004 , 0x00000005 
- 00031917  0x00008a2e increase  0x00000004 , 0x00000011 
- 00031918  0x00008a2f increase  0x00000004 , 0x00000013 
- 00031919  0x00008a30 loop  0x00007ca9 
- 00031920  0x00008a31 rtn 
- 00031921  0x00008a36 bpatchx  0x00000008 , 0x00004021 
- 00031922  0x00008a37 copy  0x00000039 , 0x0000003f 
- 00031923  0x00008a38 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00031924  0x00008a39 rtn  0x00000002 
- 00031925  0x00008a3a iadd  0x00000011 , 0x00000012 
- 00031926  0x00008a3b increase  0xffffffff , 0x00000012 
- 00031927  0x00008a3c rshift  0x00000039 , 0x00000039 
- 00031928  0x00008a3e ifetcht  0x00000001 , 0x00000011 
- 00031929  0x00008a3f ifetch  0x00000001 , 0x00000012 
- 00031930  0x00008a40 istore  0x00000001 , 0x00000011 
- 00031931  0x00008a41 istoret  0x00000001 , 0x00000012 
- 00031932  0x00008a42 increase  0xffffffff , 0x00000012 
- 00031933  0x00008a43 increase  0x00000001 , 0x00000011 
- 00031934  0x00008a44 loop  0x00007cb8 
- 00031935  0x00008a45 rtn 
- 00031936  0x00008a49 rshift32  0x0000003f , 0x00000002 
- 00031937  0x00008a4a call  0x00007cc6 
- 00031938  0x00008a4b byteswap  0x00000002 , 0x00000002 
- 00031939  0x00008a4c lshift16  0x0000003f , 0x0000003f 
- 00031940  0x00008a4d ior  0x00000002 , 0x0000003f 
- 00031941  0x00008a4e rtn 
- 00031942  0x00008a53 rshift16  0x0000003f , 0x00000006 
- 00031943  0x00008a54 byteswap  0x00000006 , 0x00000006 
- 00031944  0x00008a55 byteswap  0x0000003f , 0x0000003f 
- 00031945  0x00008a56 lshift16  0x0000003f , 0x0000003f 
- 00031946  0x00008a57 ior  0x00000006 , 0x0000003f 
- 00031947  0x00008a58 rtn 
- 00031948  0x00008a5c bpatchx  0x00000009 , 0x00004021 
- 00031949  0x00008a5d deposit  0x00000039 
- 00031950  0x00008a5e rtn  0x00000034 
- 00031951  0x00008a60 increase  0xfffffff8 , 0x00000039 
- 00031952  0x00008a61 call  0x00007c89 , 0x00000002 
- 00031953  0x00008a62 rtn  0x00000005 
- 00031954  0x00008a63 branch  0x00007ccf , 0x00000002 
- 00031955  0x00008a64 increase  0x00000008 , 0x00000039 
- 00031956  0x00008a66 increase  0xfffffffc , 0x00000039 
- 00031957  0x00008a67 call  0x00007c84 , 0x00000002 
- 00031958  0x00008a68 rtn  0x00000005 
- 00031959  0x00008a69 branch  0x00007cd4 , 0x00000002 
- 00031960  0x00008a6a increase  0x00000004 , 0x00000039 
- 00031961  0x00008a6b branch  0x00007cda 
- 00031962  0x00008a6e deposit  0x00000039 
- 00031963  0x00008a6f rtn  0x00000034 
- 00031964  0x00008a71 ifetch  0x00000001 , 0x00000006 
- 00031965  0x00008a72 istore  0x00000001 , 0x00000005 
- 00031966  0x00008a73 loop  0x00007cdc 
- 00031967  0x00008a74 rtn 
- 00031968  0x00008a77 setarg  0x00000000 
- 00031969  0x00008a7b store  0x00000002 , 0x00000670 
- 00031970  0x00008a7c bpatchx  0x0000000a , 0x00004021 
- 00031971  0x00008a7d call  0x00007cef 
- 00031972  0x00008a7e fetcht  0x00000002 , 0x00000670 
- 00031973  0x00008a7f arg  0x000040f4 , 0x00000005 
- 00031974  0x00008a81 lshift  0x00000007 , 0x0000003f 
- 00031975  0x00008a82 iadd  0x00000005 , 0x00000005 
- 00031976  0x00008a83 istoret  0x00000002 , 0x00000005 
- 00031977  0x00008a84 rtn 
- 00031978  0x00008a87 arg  0x00000800 , 0x0000000b 
- 00031979  0x00008a88 lshift16  0x0000000b , 0x0000000b 
- 00031980  0x00008a89 iadd  0x0000000b , 0x0000003f 
- 00031981  0x00008a8a rtn 
- 00031982  0x00008a8e arg  0x00000000 , 0x00000007 
- 00031983  0x00008a90 bpatchx  0x0000000b , 0x00004021 
- 00031984  0x00008a91 fetcht  0x00000004 , 0x00004095 
- 00031985  0x00008a92 rshift  0x00000022 , 0x0000003f 
- 00031986  0x00008a93 store  0x00000004 , 0x00004095 
- 00031987  0x00008a94 isub  0x00000002 , 0x0000003e 
- 00031988  0x00008a95 ncall  0x00007cea , 0x00000002 
- 00031989  0x00008a96 isub  0x00000002 , 0x0000000b 
- 00031990  0x00008a97 copy  0x0000000b , 0x00000002 
- 00031991  0x00008a98 arg  0x000040f4 , 0x00000006 
- 00031992  0x00008a99 copy  0x00000006 , 0x00000005 
- 00031993  0x00008a9a arg  0x00000010 , 0x00000039 
- 00031994  0x00008a9c ifetch  0x00000002 , 0x00000006 
- 00031995  0x00008a9d isub  0x00000002 , 0x0000003f 
- 00031996  0x00008a9e branch  0x00007cfe , 0x00000002 
- 00031997  0x00008a9f force  0x00000000 , 0x0000003f 
- 00031998  0x00008aa1 istore  0x00000002 , 0x00000005 
- 00031999  0x00008aa2 loop  0x00007cfa 
- 00032000  0x00008aa3 arg  0x000040f4 , 0x00000006 
- 00032001  0x00008aa4 lshift  0x00000007 , 0x0000003f 
- 00032002  0x00008aa5 iadd  0x00000006 , 0x00000006 
- 00032003  0x00008aa6 ifetch  0x00000002 , 0x00000006 
- 00032004  0x00008aa7 rtn 
- 00032005  0x00008aad iadd  0x00000002 , 0x00000002 
- 00032006  0x00008aae copy  0x00000002 , 0x00000039 
- 00032007  0x00008aaf fetch  0x00000002 , 0x00000044 
- 00032008  0x00008ab0 isub  0x00000039 , 0x0000003f 
- 00032009  0x00008ab1 rtn  0x00000002 
- 00032010  0x00008ab2 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032011  0x00008ab3 rshift16  0x00000002 , 0x00000002 
- 00032012  0x00008ab4 increase  0x00000001 , 0x00000002 
- 00032013  0x00008ab5 lshift16  0x00000002 , 0x00000002 
- 00032014  0x00008ab6 ior  0x00000002 , 0x00000002 
- 00032015  0x00008ab7 rtn 
- 00032016  0x00008aba call  0x00007d12 
- 00032017  0x00008abb branch  0x00007d1f 
- 00032018  0x00008abf disable  0x00000028 
- 00032019  0x00008ac0 isub  0x00000002 , 0x0000003f 
- 00032020  0x00008ac1 branch  0x00007d17 , 0x00000002 
- 00032021  0x00008ac2 enable  0x00000028 
- 00032022  0x00008ac3 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032023  0x00008ac5 rtnbit0  0x0000000f 
- 00032024  0x00008ac6 copy  0x0000003f , 0x00000014 
- 00032025  0x00008ac7 arg  0x00010000 , 0x00000002 
- 00032026  0x00008ac8 fetch  0x00000002 , 0x00000044 
- 00032027  0x00008ac9 isub  0x00000002 , 0x0000003f 
- 00032028  0x00008aca iadd  0x00000014 , 0x0000003f 
- 00032029  0x00008acb set0  0x00000040 , 0x0000003f 
- 00032030  0x00008acc rtn 
- 00032031  0x00008ad1 fetcht  0x00000002 , 0x00000044 
- 00032032  0x00008ad2 iforce  0x00000006 
- 00032033  0x00008ad3 rshift16  0x0000003f , 0x0000003f 
- 00032034  0x00008ad4 imul32  0x00000002 , 0x0000003f 
- 00032035  0x00008ad5 iadd  0x00000006 , 0x0000003f 
- 00032036  0x00008ad6 rtn 
- 00032037  0x00008ada lshift8  0x0000003f , 0x0000003f 
- 00032038  0x00008adb lshift4  0x0000003f , 0x0000003f 
- 00032039  0x00008adc fetcht  0x00000003 , 0x000040bd 
- 00032040  0x00008add idiv  0x00000002 
- 00032041  0x00008ade call  0x00007d62 
- 00032042  0x00008adf quotient  0x00000002 
- 00032043  0x00008ae0 rtn 
- 00032044  0x00008ae4 fetcht  0x00000002 , 0x00000044 
- 00032045  0x00008ae5 idiv  0x00000002 
- 00032046  0x00008ae6 call  0x00007d5f 
- 00032047  0x00008ae7 lshift16  0x0000003f , 0x0000003f 
- 00032048  0x00008ae8 remainder  0x00000002 
- 00032049  0x00008ae9 ior  0x00000002 , 0x00000002 
- 00032050  0x00008aea rtn 
- 00032051  0x00008af2 arg  0x00000000 , 0x00000002 
- 00032052  0x00008af4 copy  0x00000002 , 0x00000014 
- 00032053  0x00008af5 ifetch  0x00000001 , 0x00000003 
- 00032054  0x00008af6 call  0x00007d3f 
- 00032055  0x00008af7 copy  0x00000014 , 0x00000002 
- 00032056  0x00008af8 call  0x00007d70 
- 00032057  0x00008af9 arg  0x0000000a , 0x00000012 
- 00032058  0x00008afa imul32  0x00000012 , 0x0000003f 
- 00032059  0x00008afb iadd  0x00000002 , 0x0000003f 
- 00032060  0x00008afc copy  0x0000003f , 0x00000002 
- 00032061  0x00008afd loop  0x00007d34 
- 00032062  0x00008afe rtn 
- 00032063  0x00008b03 arg  0x0000003a , 0x00000002 
- 00032064  0x00008b04 isub  0x00000002 , 0x0000003e 
- 00032065  0x00008b05 nbranch  0x00007d48 , 0x00000002 
- 00032066  0x00008b06 arg  0x00000061 , 0x00000002 
- 00032067  0x00008b07 isub  0x00000002 , 0x0000003e 
- 00032068  0x00008b08 branch  0x00007d4b , 0x00000002 
- 00032069  0x00008b09 arg  0x00000037 , 0x00000002 
- 00032070  0x00008b0a isub  0x00000002 , 0x0000003f 
- 00032071  0x00008b0b rtn 
- 00032072  0x00008b0d arg  0x00000030 , 0x00000002 
- 00032073  0x00008b0e isub  0x00000002 , 0x0000003f 
- 00032074  0x00008b0f rtn 
- 00032075  0x00008b11 arg  0x00000057 , 0x00000002 
- 00032076  0x00008b12 isub  0x00000002 , 0x0000003f 
- 00032077  0x00008b13 rtn 
- 00032078  0x00008b17 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032079  0x00008b18 rtn  0x00000005 
- 00032080  0x00008b1a rshift  0x0000003f , 0x0000003f 
- 00032081  0x00008b1b loop  0x00007d50 
- 00032082  0x00008b1c rtn 
- 00032083  0x00008b20 force  0x00000001 , 0x0000003f 
- 00032084  0x00008b21 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032085  0x00008b22 rtn  0x00000005 
- 00032086  0x00008b24 lshift  0x0000003f , 0x0000003f 
- 00032087  0x00008b25 loop  0x00007d56 
- 00032088  0x00008b26 rtn 
- 00032089  0x00008b2b setarg  0x00000000 
- 00032090  0x00008b2c copy  0x00000039 , 0x00000011 
- 00032091  0x00008b2e ifetcht  0x00000002 , 0x00000006 
- 00032092  0x00008b2f iadd  0x00000002 , 0x0000003f 
- 00032093  0x00008b30 loop  0x00007d5b 
- 00032094  0x00008b31 idiv  0x00000011 
- 00032095  0x00008b33 call  0x00007d62 
- 00032096  0x00008b34 quotient  0x0000003f 
- 00032097  0x00008b35 rtn 
- 00032098  0x00008b38 rtn  0x00000035 
- 00032099  0x00008b39 branch  0x00007d62 
- 00032100  0x00008b45 ifetch  0x00000001 , 0x00000011 
- 00032101  0x00008b46 ifetcht  0x00000001 , 0x00000012 
- 00032102  0x00008b47 isub  0x00000002 , 0x0000003e 
- 00032103  0x00008b48 nrtn  0x00000005 
- 00032104  0x00008b49 increase  0x00000001 , 0x00000011 
- 00032105  0x00008b4a increase  0x00000001 , 0x00000012 
- 00032106  0x00008b4b loop  0x00007d64 
- 00032107  0x00008b4c branch  0x00007db8 
- 00032108  0x00008b51 isub  0x00000002 , 0x0000003e 
- 00032109  0x00008b52 nrtn  0x00000002 
- 00032110  0x00008b53 deposit  0x00000002 
- 00032111  0x00008b54 rtn 
- 00032112  0x00008b57 iadd  0x00000002 , 0x0000003f 
- 00032113  0x00008b58 isub  0x00000002 , 0x00000002 
- 00032114  0x00008b59 isub  0x00000002 , 0x0000003f 
- 00032115  0x00008b5a rtn 
- 00032116  0x00008b5d arg  0x00000000 , 0x00000005 
- 00032117  0x00008b5e branch  0x00007d77 
- 00032118  0x00008b61 arg  0x00004000 , 0x00000005 
- 00032119  0x00008b63 arg  0x00001000 , 0x00000039 
- 00032120  0x00008b64 branch  0x00007ca3 
- 00032121  0x00008b68 rtn  0x00000034 
- 00032122  0x00008b69 copy  0x0000003f , 0x0000003d 
- 00032123  0x00008b6d call  0x000070d7 
- 00032124  0x00008b70 jam  0x00000001 , 0x00008203 
- 00032125  0x00008b71 rtn 
- 00032126  0x00008b74 store  0x00000002 , 0x00008205 
- 00032127  0x00008b75 fetch  0x00000001 , 0x00008203 
- 00032128  0x00008b76 set1  0x00000004 , 0x0000003f 
- 00032129  0x00008b77 store  0x00000001 , 0x00008203 
- 00032130  0x00008b78 rtn 
- 00032131  0x00008b7a store  0x00000002 , 0x00008207 
- 00032132  0x00008b7b fetch  0x00000001 , 0x00008203 
- 00032133  0x00008b7c set1  0x00000006 , 0x0000003f 
- 00032134  0x00008b7d store  0x00000001 , 0x00008203 
- 00032135  0x00008b7e rtn 
- 00032136  0x00008b81 store  0x00000002 , 0x00008205 
- 00032137  0x00008b82 jam  0x00000030 , 0x00008203 
- 00032138  0x00008b83 rtn 
- 00032139  0x00008b8c bpatchx  0x0000000c , 0x00004021 
- 00032140  0x00008b8d ifetcht  0x00000008 , 0x00000011 
- 00032141  0x00008b8e and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032142  0x00008b8f nbranch  0x00007d91 , 0x00000034 
- 00032143  0x00008b90 rshift8  0x00000002 , 0x0000003f 
- 00032144  0x00008b91 istore  0x00000008 , 0x00000011 
- 00032145  0x00008b93 increase  0x00000007 , 0x00000011 
- 00032146  0x00008b94 ifetch  0x00000001 , 0x00000011 
- 00032147  0x00008b95 nbranch  0x0000235a , 0x00000034 
- 00032148  0x00008b96 fetch  0x00000001 , 0x0000066f 
- 00032149  0x00008b97 istore  0x00000001 , 0x00000011 
- 00032150  0x00008b98 rtn 
- 00032151  0x00008b9e bpatchx  0x0000000d , 0x00004021 
- 00032152  0x00008b9f arg  0x00000008 , 0x00000039 
- 00032153  0x00008ba0 ifetch  0x00000008 , 0x00000011 
- 00032154  0x00008ba1 rtn  0x00000034 
- 00032155  0x00008ba3 ifetch  0x00000001 , 0x00000011 
- 00032156  0x00008ba4 nbranch  0x00007da0 , 0x00000034 
- 00032157  0x00008ba5 increase  0x00000001 , 0x00000011 
- 00032158  0x00008ba6 loop  0x00007d9b 
- 00032159  0x00008ba7 branch  0x0000235a 
- 00032160  0x00008ba9 arg  0x00000000 , 0x00000002 
- 00032161  0x00008baa istoret  0x00000001 , 0x00000011 
- 00032162  0x00008bab rtn 
- 00032163  0x00008bb1 ifetch  0x00000008 , 0x00000011 
- 00032164  0x00008bb2 rtn 
- 00032165  0x00008bb8 ifetch  0x00000001 , 0x00000011 
- 00032166  0x00008bb9 rtn 
- 00032167  0x00008bbd ifetch  0x00000002 , 0x00000011 
- 00032168  0x00008bbe rtn 
- 00032169  0x00008bc3 arg  0x00000000 , 0x00000002 
- 00032170  0x00008bc5 fetch  0x00000001 , 0x00000006 
- 00032171  0x00008bc6 loop  0x00007daa , 0x00000034 
- 00032172  0x00008bc7 increase  0x00000001 , 0x00000002 
- 00032173  0x00008bc8 loop  0x00007daa 
- 00032174  0x00008bc9 copy  0x00000002 , 0x0000003f 
- 00032175  0x00008bca rtn 
- 00032176  0x00008bce isub  0x00000002 , 0x0000003e 
- 00032177  0x00008bcf nrtn  0x00000002 
- 00032178  0x00008bd1 copy  0x00000002 , 0x0000003f 
- 00032179  0x00008bd2 rtn 
- 00032180  0x00008bd6 force  0xffffffff , 0x0000003e 
- 00032181  0x00008bd7 rtn 
- 00032182  0x00008bda force  0x00000001 , 0x0000003e 
- 00032183  0x00008bdb rtn 
- 00032184  0x00008bdd force  0x00000000 , 0x0000003e 
- 00032185  0x00008bde rtn 
- 00032186  0x00008be1 enable  0x00000028 
- 00032187  0x00008be2 rtn 
- 00032188  0x00008be5 disable  0x00000028 
- 00032189  0x00008be6 rtn 
- 00032190  0x00008be9 enable  0x0000002c 
- 00032191  0x00008bea rtn 
- 00032192  0x00008bed disable  0x0000002c 
- 00032193  0x00008bee rtn 
- 00032194  0x00008bf1 enable  0x00000031 
- 00032195  0x00008bf2 rtn 
- 00032196  0x00008bf5 disable  0x00000001 
- 00032197  0x00008bf6 rtn 
- 00032198  0x00008bf9 enable  0x00000001 
- 00032199  0x00008bfa rtn 
- 00032200  0x00008bfd setarg  0x00000001 
- 00032201  0x00008bfe rtn 
- 00032202  0x00008c02 setarg  0x00000000 
- 00032203  0x00008c03 rtn 
- 00032204  0x00008c08 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032205  0x00008c09 rtn  0x00000005 
- 00032206  0x00008c0b ifetcht  0x00000001 , 0x00000006 
- 00032207  0x00008c0c iadd  0x00000002 , 0x0000003f 
- 00032208  0x00008c0d loop  0x00007dce 
- 00032209  0x00008c0e rtn 
- 00032210  0x00008c12 copy  0x00000039 , 0x0000003f 
- 00032211  0x00008c13 rtn  0x00000034 
- 00032212  0x00008c14 copy  0x00000006 , 0x0000003f 
- 00032213  0x00008c15 iadd  0x00000039 , 0x0000003f 
- 00032214  0x00008c16 increase  0xffffffff , 0x0000003f 
- 00032215  0x00008c17 copy  0x0000003f , 0x00000006 
- 00032216  0x00008c19 ifetch  0x00000001 , 0x00000006 
- 00032217  0x00008c1a increase  0xfffffffe , 0x00000006 
- 00032218  0x00008c1b istore  0x00000001 , 0x00000005 
- 00032219  0x00008c1c loop  0x00007dd8 
- 00032220  0x00008c1d rtn 
- 00032221  0x00008c21 lshift16  0x0000003f , 0x0000003f 
- 00032222  0x00008c23 rshift2  0x0000003f , 0x0000003f 
- 00032223  0x00008c24 rtn 
- 00032224  0x00008c27 lshift8  0x0000003f , 0x0000003f 
- 00032225  0x00008c28 branch  0x00007dde 
- 00032226  0x00008c2c setarg  0x00000000 
- 00032227  0x00008c2d store  0x00000008 , 0x00000016 
- 00032228  0x00008c2e set1  0x00000019 , 0x0000003f 
- 00032229  0x00008c2f istore  0x00000004 , 0x00000005 
- 00032230  0x00008c30 rtn 
- 00032231  0x00008c34 arg  0x00000010 , 0x00000039 
- 00032232  0x00008c36 random  0x0000003f 
- 00032233  0x00008c37 istore  0x00000001 , 0x00000005 
- 00032234  0x00008c38 loop  0x00007de8 
- 00032235  0x00008c39 rtn 
+ 00000000  0x00000026 bbit1  0x00000008 , 0x0000002d 
+ 00000001  0x00000027 beq  0x00000000 , 0x000002ec 
+ 00000002  0x00000028 beq  0x00000002 , 0x0000005c 
+ 00000003  0x0000002a beq  0x00000010 , 0x00000065 
+ 00000004  0x0000002b beq  0x00000011 , 0x00000067 
+ 00000005  0x0000002c beq  0x00000014 , 0x00000169 
+ 00000006  0x0000002d beq  0x00000015 , 0x00000109 
+ 00000007  0x0000002e beq  0x00000016 , 0x00000070 
+ 00000008  0x0000002f beq  0x00000018 , 0x00000129 
+ 00000009  0x00000030 beq  0x00000019 , 0x00000130 
+ 00000010  0x00000031 beq  0x0000001a , 0x0000007f 
+ 00000011  0x00000034 beq  0x00000025 , 0x00000260 
+ 00000012  0x00000035 beq  0x00000027 , 0x000001f4 
+ 00000013  0x00000036 beq  0x00000068 , 0x000002e7 
+ 00000014  0x00000037 beq  0x00000069 , 0x000002fa 
+ 00000015  0x00000038 beq  0x0000006a , 0x000002f6 
+ 00000016  0x00000039 beq  0x0000006c , 0x000002ab 
+ 00000017  0x0000003a beq  0x0000006d , 0x00000044 
+ 00000018  0x0000003b beq  0x0000006e , 0x00000494 
+ 00000019  0x0000003c beq  0x0000006f , 0x00000499 
+ 00000020  0x0000003d beq  0x00000073 , 0x000004e6 
+ 00000021  0x0000003e beq  0x00000074 , 0x00000254 
+ 00000022  0x0000003f beq  0x00000077 , 0x0000003e 
+ 00000023  0x00000040 beq  0x00000079 , 0x0000051c 
+ 00000024  0x00000041 beq  0x0000007a , 0x00000546 
+ 00000025  0x00000042 beq  0x0000007f , 0x000004c7 
+ 00000026  0x00000043 beq  0x00000081 , 0x0000052b 
+ 00000027  0x00000044 beq  0x00000084 , 0x000003de 
+ 00000028  0x00000045 beq  0x00000085 , 0x00000429 
+ 00000029  0x00000046 beq  0x00000086 , 0x00000229 
+ 00000030  0x00000047 beq  0x00000087 , 0x00000407 
+ 00000031  0x00000048 beq  0x00000088 , 0x00000427 
+ 00000032  0x00000049 beq  0x0000008a , 0x000003f1 
+ 00000033  0x0000004a beq  0x0000008b , 0x00000312 
+ 00000034  0x0000004b beq  0x0000008c , 0x00000335 
+ 00000035  0x0000004c beq  0x0000008d , 0x0000039b 
+ 00000036  0x0000004d beq  0x0000008e , 0x000004b1 
+ 00000037  0x0000004e beq  0x00000090 , 0x00000509 
+ 00000038  0x0000004f beq  0x00000095 , 0x000004dd 
+ 00000039  0x00000050 beq  0x00000096 , 0x000004f2 
+ 00000040  0x00000051 beq  0x000000c5 , 0x00000289 
+ 00000041  0x00000052 beq  0x000000d5 , 0x00000248 
+ 00000042  0x00000053 beq  0x000000d6 , 0x00000241 
+ 00000043  0x00000054 beq  0x000000da , 0x000000a8 
+ 00000044  0x00000055 branch  0x0000235a 
+ 00000045  0x00000058 beq  0x00000014 , 0x00000189 
+ 00000046  0x00000059 beq  0x0000001a , 0x000001a8 
+ 00000047  0x0000005a beq  0x00000024 , 0x000001cd 
+ 00000048  0x0000005b beq  0x00000025 , 0x000001b0 
+ 00000049  0x0000005c beq  0x00000026 , 0x000001b5 
+ 00000050  0x0000005d beq  0x00000039 , 0x000001c7 
+ 00000051  0x0000005e beq  0x0000003a , 0x00000203 
+ 00000052  0x0000005f beq  0x0000004c , 0x000001ff 
+ 00000053  0x00000060 beq  0x0000004d , 0x000001cb 
+ 00000054  0x00000061 beq  0x00000090 , 0x0000028c 
+ 00000055  0x00000062 beq  0x00000092 , 0x000002a0 
+ 00000056  0x00000063 beq  0x00000096 , 0x000004d4 
+ 00000057  0x00000064 beq  0x0000009a , 0x00000117 
+ 00000058  0x00000065 beq  0x0000009d , 0x0000011e 
+ 00000059  0x00000066 beq  0x0000009f , 0x000002b8 
+ 00000060  0x00000067 rtneq  0x000000ff 
+ 00000061  0x00000068 branch  0x0000235a 
+ 00000062  0x0000006d call  0x00006f82 
+ 00000063  0x0000006e call  0x00006fb0 
+ 00000064  0x0000006f div  0x0000003f , 0x0000000a 
+ 00000065  0x00000070 call  0x00007d5f 
+ 00000066  0x00000071 store  0x00000002 , 0x00004633 
+ 00000067  0x0000007b branch  0x00005553 
+ 00000068  0x0000007e fetch  0x00000001 , 0x0000464f 
+ 00000069  0x0000007f store  0x00000001 , 0x00004958 
+ 00000070  0x00000080 fetch  0x00000001 , 0x0000464e 
+ 00000071  0x00000081 rtneq  0x000000ff 
+ 00000072  0x00000082 call  0x000023c3 
+ 00000073  0x00000083 fetch  0x00000001 , 0x0000464e 
+ 00000074  0x00000084 arg  0x0000003e , 0x00000002 
+ 00000075  0x00000085 call  0x00006f21 
+ 00000076  0x00000086 fetch  0x00000001 , 0x0000465b 
+ 00000077  0x00000087 arg  0x0000003e , 0x00000002 
+ 00000078  0x00000088 call  0x00006f21 
+ 00000079  0x00000089 fetcht  0x00000001 , 0x0000464d 
+ 00000080  0x0000008a call  0x000055b5 
+ 00000081  0x0000008b fetcht  0x00000001 , 0x0000464d 
+ 00000082  0x0000008c call  0x00006ee6 
+ 00000083  0x0000008d call  0x00005473 , 0x00000001 
+ 00000084  0x0000008e call  0x000055b1 
+ 00000085  0x0000008f fetcht  0x00000001 , 0x0000464d 
+ 00000086  0x00000090 call  0x00006edd 
+ 00000087  0x00000091 call  0x000023c7 
+ 00000088  0x00000093 fetcht  0x00000001 , 0x0000464e 
+ 00000089  0x00000094 call  0x00006f0f 
+ 00000090  0x00000095 fetcht  0x00000001 , 0x0000465b 
+ 00000091  0x00000096 branch  0x00006f0f 
+ 00000092  0x00000099 call  0x00007552 
+ 00000093  0x0000009a call  0x00007448 
+ 00000094  0x0000009b call  0x00002a45 
+ 00000095  0x0000009c call  0x0000202a 
+ 00000096  0x0000009d call  0x000042ad 
+ 00000097  0x0000009e call  0x00002018 
+ 00000098  0x0000009f call  0x0000310f 
+ 00000099  0x000000a0 call  0x0000248c 
+ 00000100  0x000000a1 branch  0x0000005c 
+ 00000101  0x000000a4 jam  0x00000000 , 0x00008900 
+ 00000102  0x000000a5 branch  0x00002153 
+ 00000103  0x000000a7 jam  0x00000060 , 0x00008a0f 
+ 00000104  0x000000a8 jam  0x000000aa , 0x00008a10 
+ 00000105  0x000000a9 jam  0x0000007a , 0x00008a12 
+ 00000106  0x000000aa jam  0x00000000 , 0x00008a25 
+ 00000107  0x000000ab jam  0x00000000 , 0x00008a26 
+ 00000108  0x000000ac nop  0x0000003c 
+ 00000109  0x000000ad jam  0x00000020 , 0x00008a20 
+ 00000110  0x000000ae jam  0x000000f5 , 0x00008a23 
+ 00000111  0x000000af branch  0x00002169 
+ 00000112  0x000000b3 setarg  0x00000960 
+ 00000113  0x000000b4 iadd  0x00000002 , 0x0000003f 
+ 00000114  0x000000b5 copy  0x0000003f , 0x00000011 
+ 00000115  0x000000b6 fetcht  0x00000001 , 0x00004099 
+ 00000116  0x000000b7 rshift  0x00000002 , 0x00000002 
+ 00000117  0x000000b8 idiv  0x00000002 
+ 00000118  0x000000ba call  0x00007d62 
+ 00000119  0x000000bb quotient  0x0000003f 
+ 00000120  0x000000bc rshift8  0x0000003f , 0x00000007 
+ 00000121  0x000000bd storer  0x00000007 , 0x00000001 , 0x0000890a 
+ 00000122  0x000000be store  0x00000001 , 0x00008909 
+ 00000123  0x000000bf branch  0x000021da 
+ 00000124  0x000000c2 until  0x0000003e , 0x00000033 
+ 00000125  0x000000c3 jam  0x00000058 , 0x0000813c 
+ 00000126  0x000000c4 branch  0x000023e2 
+ 00000127  0x000000c7 jam  0x00000000 , 0x000001bb 
+ 00000128  0x000000c8 jam  0x00000000 , 0x000001bc 
+ 00000129  0x000000c9 until  0x0000003e , 0x00000033 
+ 00000130  0x000000cb jam  0x0000000d , 0x00008946 
+ 00000131  0x000000cc jam  0x00000010 , 0x0000896f 
+ 00000132  0x000000cd jam  0x00000040 , 0x00008a88 
+ 00000133  0x000000ce jam  0x000000cd , 0x00008a13 
+ 00000134  0x000000cf jam  0x00000010 , 0x00008a06 
+ 00000135  0x000000d0 jam  0x0000004a , 0x00008a84 
+ 00000136  0x000000d1 jam  0x00000040 , 0x00008a85 
+ 00000137  0x000000d2 jam  0x000000fe , 0x00008a16 
+ 00000138  0x000000d3 call  0x000000e1 
+ 00000139  0x000000d6 call  0x000070d7 
+ 00000140  0x000000d7 ncall  0x0000007c , 0x0000002b 
+ 00000141  0x000000d9 until  0x0000003e , 0x00000033 
+ 00000142  0x000000da jam  0x0000005f , 0x0000813b 
+ 00000143  0x000000db until  0x0000003e , 0x00000033 
+ 00000144  0x000000dc jam  0x00000088 , 0x0000813c 
+ 00000145  0x000000dd until  0x0000003e , 0x00000033 
+ 00000146  0x000000de fetch  0x00000001 , 0x00004099 
+ 00000147  0x000000df beq  0x00000010 , 0x000000d2 
+ 00000148  0x000000e0 fetch  0x00000001 , 0x00004438 
+ 00000149  0x000000e1 or_into  0x00000004 , 0x0000003f 
+ 00000150  0x000000e2 store  0x00000001 , 0x00008a02 
+ 00000151  0x000000e3 jam  0x00000001 , 0x0000890f 
+ 00000152  0x000000e4 jam  0x00000024 , 0x00008a80 
+ 00000153  0x000000e5 jam  0x00000062 , 0x00008a81 
+ 00000154  0x000000e6 setarg  0x00e61212 
+ 00000155  0x000000e7 store  0x00000003 , 0x00008a73 
+ 00000156  0x000000e9 jam  0x00000060 , 0x00008a86 
+ 00000157  0x000000ea jam  0x0000003b , 0x00008a8b 
+ 00000158  0x000000eb call  0x000000c4 
+ 00000159  0x000000ec jam  0x00000000 , 0x00008043 
+ 00000160  0x000000ed jam  0x00000005 , 0x00008042 
+ 00000161  0x000000ee setarg  0x00557474 
+ 00000162  0x000000ef store  0x00000003 , 0x00008968 
+ 00000163  0x000000f0 jam  0x0000006e , 0x00008960 
+ 00000164  0x000000f1 call  0x0000013c 
+ 00000165  0x000000f2 call  0x00000167 
+ 00000166  0x000000f3 call  0x000000bf 
+ 00000167  0x000000f4 jam  0x0000000c , 0x00004148 
+ 00000168  0x000000f6 rtn  0x0000002b 
+ 00000169  0x000000f7 jam  0x00000077 , 0x00008a07 
+ 00000170  0x000000f8 jam  0x000000c9 , 0x00008a08 
+ 00000171  0x000000f9 jam  0x00000001 , 0x00008a0b 
+ 00000172  0x000000fa fetch  0x00000001 , 0x00004409 
+ 00000173  0x000000fb store  0x00000001 , 0x000080cd 
+ 00000174  0x000000fc nop  0x00000bb8 
+ 00000175  0x000000fd call  0x000000b8 
+ 00000176  0x000000fe jam  0x000000c1 , 0x00008a08 
+ 00000177  0x000000ff fetchr  0x00000012 , 0x00000001 , 0x00004419 
+ 00000178  0x00000100 arg  0x00000008 , 0x00000039 
+ 00000179  0x00000101 call  0x00006f58 
+ 00000180  0x00000102 fetch  0x00000001 , 0x00004419 
+ 00000181  0x00000103 store  0x00000001 , 0x00004433 
+ 00000182  0x00000104 storer  0x00000012 , 0x00000001 , 0x00004419 
+ 00000183  0x00000105 rtn 
+ 00000184  0x00000108 jam  0x00000003 , 0x000080cc 
+ 00000185  0x0000010a fetch  0x00000001 , 0x00008129 
+ 00000186  0x0000010b bbit0  0x00000005 , 0x000000b9 
+ 00000187  0x0000010c fetcht  0x00000002 , 0x00008164 
+ 00000188  0x0000010d storet  0x00000002 , 0x0000440a 
+ 00000189  0x0000010e jam  0x00000000 , 0x000080cc 
+ 00000190  0x0000010f rtn 
+ 00000191  0x00000112 rtn  0x0000002b 
+ 00000192  0x00000113 until  0x0000003e , 0x00000033 
+ 00000193  0x00000114 fetch  0x00000001 , 0x0000411c 
+ 00000194  0x00000116 store  0x00000001 , 0x0000813a 
+ 00000195  0x00000117 branch  0x000023e2 
+ 00000196  0x0000011a fetch  0x00000001 , 0x00004099 
+ 00000197  0x0000011b beq  0x00000018 , 0x000000ca 
+ 00000198  0x0000011c fetch  0x00000001 , 0x00004438 
+ 00000199  0x0000011d or_into  0x00000006 , 0x0000003f 
+ 00000200  0x0000011e store  0x00000001 , 0x00008a02 
+ 00000201  0x0000011f jam  0x000000e0 , 0x00008a05 
+ 00000202  0x00000121 jam  0x000000d8 , 0x00008a00 
+ 00000203  0x00000122 nop  0x0000003c 
+ 00000204  0x00000123 jam  0x000000a0 , 0x00008a01 
+ 00000205  0x00000124 jam  0x000000df , 0x00008a00 
+ 00000206  0x00000125 jam  0x000000fa , 0x00008a01 
+ 00000207  0x00000126 nop  0x00000014 
+ 00000208  0x00000127 jam  0x0000009f , 0x00008a00 
+ 00000209  0x00000128 rtn 
+ 00000210  0x0000012b fetch  0x00000001 , 0x00004438 
+ 00000211  0x0000012c or_into  0x00000006 , 0x0000003f 
+ 00000212  0x0000012d store  0x00000001 , 0x00008a02 
+ 00000213  0x0000012e jam  0x00000000 , 0x0000890f 
+ 00000214  0x0000012f jam  0x00000023 , 0x00008a80 
+ 00000215  0x00000130 jam  0x000000b0 , 0x00008a81 
+ 00000216  0x00000131 setarg  0x00e40909 
+ 00000217  0x00000132 store  0x00000003 , 0x00008a73 
+ 00000218  0x00000133 jam  0x0000002a , 0x00008a76 
+ 00000219  0x00000134 jam  0x00000004 , 0x00008902 
+ 00000220  0x00000135 branch  0x0000009c 
+ 00000221  0x00000138 fetch  0x00000002 , 0x0000415b 
+ 00000222  0x00000139 rtn  0x00000034 
+ 00000223  0x0000013a store  0x00000002 , 0x0000020f 
+ 00000224  0x0000013b branch  0x000000f3 
+ 00000225  0x0000013d branch  0x000000dd , 0x0000002b 
+ 00000226  0x0000013e fetch  0x00000004 , 0x0000020d 
+ 00000227  0x0000013f rtn  0x00000034 
+ 00000228  0x00000140 until  0x0000003e , 0x00000033 
+ 00000229  0x00000141 fetch  0x00000001 , 0x00008136 
+ 00000230  0x00000142 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000231  0x00000143 fetcht  0x00000001 , 0x0000020d 
+ 00000232  0x00000144 ior  0x00000002 , 0x0000003f 
+ 00000233  0x00000145 increase  0xfffffffd , 0x0000003f 
+ 00000234  0x00000146 store  0x00000001 , 0x00008136 
+ 00000235  0x00000147 until  0x0000003e , 0x00000033 
+ 00000236  0x00000149 fetch  0x00000001 , 0x00008138 
+ 00000237  0x0000014a and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00000238  0x0000014b fetcht  0x00000001 , 0x0000020e 
+ 00000239  0x0000014c lshift3  0x00000002 , 0x00000002 
+ 00000240  0x0000014d ior  0x00000002 , 0x0000003f 
+ 00000241  0x0000014e store  0x00000001 , 0x00008138 
+ 00000242  0x0000014f until  0x0000003e , 0x00000033 
+ 00000243  0x00000152 fetch  0x00000001 , 0x00008acb 
+ 00000244  0x00000153 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000245  0x00000154 fetcht  0x00000001 , 0x0000020f 
+ 00000246  0x00000155 storet  0x00000001 , 0x0000415b 
+ 00000247  0x00000156 ior  0x00000002 , 0x0000003f 
+ 00000248  0x00000157 store  0x00000001 , 0x00008acb 
+ 00000249  0x00000159 fetch  0x00000001 , 0x00000210 
+ 00000250  0x0000015a store  0x00000001 , 0x0000415c 
+ 00000251  0x0000015b isolate1  0x00000003 , 0x0000003f 
+ 00000252  0x0000015c fetch  0x00000001 , 0x00008a06 
+ 00000253  0x0000015d setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00000254  0x0000015e store  0x00000001 , 0x00008a06 
+ 00000255  0x00000160 fetch  0x00000001 , 0x00000210 
+ 00000256  0x00000161 and  0x0000003f , 0x00000007 , 0x00000002 
+ 00000257  0x00000162 lshift4  0x00000002 , 0x00000002 
+ 00000258  0x00000163 lshift  0x00000002 , 0x00000002 
+ 00000259  0x00000164 storet  0x00000001 , 0x00004438 
+ 00000260  0x00000165 fetch  0x00000001 , 0x00008a02 
+ 00000261  0x00000166 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00000262  0x00000167 ior  0x00000002 , 0x0000003f 
+ 00000263  0x00000168 store  0x00000001 , 0x00008a02 
+ 00000264  0x00000169 rtn 
+ 00000265  0x0000016d call  0x0000686f 
+ 00000266  0x0000016e call  0x000021ba 
+ 00000267  0x0000016f force  0x00000008 , 0x00000015 
+ 00000268  0x00000170 force  0x00000000 , 0x00000015 
+ 00000269  0x00000172 setarg  0x000aaada 
+ 00000270  0x00000173 store  0x00000003 , 0x00008a0f 
+ 00000271  0x00000174 jam  0x00000040 , 0x00008a25 
+ 00000272  0x00000175 jam  0x00000010 , 0x00008a26 
+ 00000273  0x00000176 nop  0x0000003c 
+ 00000274  0x00000177 jam  0x000000fb , 0x00008a01 
+ 00000275  0x00000178 jam  0x000000ff , 0x00008a25 
+ 00000276  0x00000179 jam  0x00000030 , 0x00008a26 
+ 00000277  0x0000017a jam  0x000000fe , 0x00008a16 
+ 00000278  0x0000017b branch  0x000021b4 
+ 00000279  0x0000017e fetch  0x00000001 , 0x00004793 
+ 00000280  0x0000017f nrtn  0x00000034 
+ 00000281  0x00000180 call  0x0000011b 
+ 00000282  0x00000181 branch  0x000060fc 
+ 00000283  0x00000184 fetch  0x00000001 , 0x00004655 
+ 00000284  0x00000185 rtneq  0x000000ff 
+ 00000285  0x00000186 branch  0x00005e78 
+ 00000286  0x00000189 fetcht  0x00000001 , 0x00004601 
+ 00000287  0x0000018a fetch  0x00000001 , 0x00004621 
+ 00000288  0x0000018b isub  0x00000002 , 0x0000003e 
+ 00000289  0x0000018c nbranch  0x00000123 , 0x00000002 
+ 00000290  0x0000018d branch  0x00003681 
+ 00000291  0x00000190 fetch  0x00000004 , 0x0000458f 
+ 00000292  0x00000191 fetcht  0x00000004 , 0x000045e4 
+ 00000293  0x00000192 isub  0x00000002 , 0x0000003e 
+ 00000294  0x00000193 branch  0x00003222 , 0x00000005 
+ 00000295  0x00000194 call  0x000002dd 
+ 00000296  0x00000195 branch  0x0000369b 
+ 00000297  0x00000198 setarg  0x000aaa7e 
+ 00000298  0x00000199 store  0x00000003 , 0x00008a0f 
+ 00000299  0x0000019a nop  0x0000003c 
+ 00000300  0x0000019b jam  0x00000000 , 0x00008a25 
+ 00000301  0x0000019c jam  0x0000000d , 0x00008a26 
+ 00000302  0x0000019d jam  0x000000f6 , 0x00008a16 
+ 00000303  0x0000019e branch  0x00002203 
+ 00000304  0x000001a1 fetch  0x00000001 , 0x00000008 
+ 00000305  0x000001a2 beq  0x00000016 , 0x00002231 
+ 00000306  0x000001a3 beq  0x0000002e , 0x00002231 
+ 00000307  0x000001a4 beq  0x00000046 , 0x00002231 
+ 00000308  0x000001a5 fetch  0x00000001 , 0x00004141 
+ 00000309  0x000001a6 beq  0x00000006 , 0x00002221 
+ 00000310  0x000001ab beq  0x000000aa , 0x00000138 
+ 00000311  0x000001ac branch  0x0000220e 
+ 00000312  0x000001ae jam  0x00000017 , 0x00008a14 
+ 00000313  0x000001af fetch  0x00000003 , 0x00004a08 
+ 00000314  0x000001b1 store  0x00000003 , 0x00008a60 
+ 00000315  0x000001b2 branch  0x0000221a 
+ 00000316  0x000001b5 rtn  0x0000002b 
+ 00000317  0x000001b6 call  0x00002160 
+ 00000318  0x000001b7 arg  0x00000027 , 0x00000002 
+ 00000319  0x000001b8 call  0x0000216f 
+ 00000320  0x000001b9 call  0x000021a6 
+ 00000321  0x000001ba jam  0x0000007f , 0x00008a25 
+ 00000322  0x000001bb jam  0x0000001a , 0x00008a30 
+ 00000323  0x000001bc jam  0x00000078 , 0x00008a31 
+ 00000324  0x000001bd jam  0x000000b2 , 0x00008a8f 
+ 00000325  0x000001be jam  0x00000000 , 0x00008ac2 
+ 00000326  0x000001bf jam  0x00000000 , 0x00008ac3 
+ 00000327  0x000001c0 arg  0x00000006 , 0x00000007 
+ 00000328  0x000001c1 call  0x00000159 
+ 00000329  0x000001c2 isolate1  0x0000000d , 0x00000011 
+ 00000330  0x000001c3 call  0x0000211d 
+ 00000331  0x000001c4 isolate1  0x0000000d , 0x00000012 
+ 00000332  0x000001c5 call  0x0000211e 
+ 00000333  0x000001c6 arg  0x00000005 , 0x00000007 
+ 00000334  0x000001c8 call  0x0000211c 
+ 00000335  0x000001c9 call  0x0000211e 
+ 00000336  0x000001ca call  0x00000159 
+ 00000337  0x000001cb arg  0x00008ac2 , 0x00000005 
+ 00000338  0x000001cc rshift4  0x00000011 , 0x0000003f 
+ 00000339  0x000001cd call  0x00002117 
+ 00000340  0x000001ce rshift4  0x00000012 , 0x0000003f 
+ 00000341  0x000001cf call  0x00002117 
+ 00000342  0x000001d0 increase  0xffffffff , 0x00000007 
+ 00000343  0x000001d1 branch  0x0000014e , 0x00000002 
+ 00000344  0x000001d2 branch  0x0000214f 
+ 00000345  0x000001d5 nop  0x0000003c 
+ 00000346  0x000001d6 setarg  0x00000f00 
+ 00000347  0x000001d7 store  0x00000002 , 0x00008982 
+ 00000348  0x000001d8 setarg  0x00000ff0 
+ 00000349  0x000001d9 store  0x00000002 , 0x00008984 
+ 00000350  0x000001da jam  0x00000009 , 0x00008981 
+ 00000351  0x000001db jam  0x00000003 , 0x00008981 
+ 00000352  0x000001dc jam  0x00000006 , 0x00008980 
+ 00000353  0x000001dd nop  0x0000003c 
+ 00000354  0x000001de arg  0x00000000 , 0x00000011 
+ 00000355  0x000001df arg  0x00000000 , 0x00000012 
+ 00000356  0x000001e0 arg  0x00000010 , 0x00000039 
+ 00000357  0x000001e1 arg  0x00000f00 , 0x00000006 
+ 00000358  0x000001e2 branch  0x0000212d 
+ 00000359  0x000001e5 rtn  0x0000002b 
+ 00000360  0x000001e6 branch  0x00002272 
+ 00000361  0x000001ee jam  0x00000011 , 0x00008a82 
+ 00000362  0x000001ef jam  0x00000012 , 0x00008a8d 
+ 00000363  0x000001f0 jam  0x0000000a , 0x00008a8e 
+ 00000364  0x000001f1 fetch  0x00000001 , 0x00004099 
+ 00000365  0x000001f2 beq  0x00000010 , 0x00000182 
+ 00000366  0x000001f3 setarg  0x00005762 
+ 00000367  0x000001f4 store  0x00000002 , 0x00008907 
+ 00000368  0x000001f6 jam  0x00000003 , 0x00008901 
+ 00000369  0x000001f7 jam  0x00000003 , 0x00008930 
+ 00000370  0x000001f8 rtnmark1  0x0000002d 
+ 00000371  0x000001f9 jam  0x00000001 , 0x00008901 
+ 00000372  0x000001fa jam  0x00000007 , 0x00008a82 
+ 00000373  0x000001fb jam  0x00000044 , 0x00008a8d 
+ 00000374  0x000001fc jam  0x0000000a , 0x00008a8e 
+ 00000375  0x000001fd fetch  0x00000001 , 0x00004099 
+ 00000376  0x000001fe beq  0x00000010 , 0x0000017f 
+ 00000377  0x000001ff setarg  0x00002bb1 
+ 00000378  0x00000200 store  0x00000002 , 0x00008907 
+ 00000379  0x00000202 rtnmark0  0x0000002f 
+ 00000380  0x00000203 jam  0x00000024 , 0x00008930 
+ 00000381  0x00000204 jam  0x00000005 , 0x00008901 
+ 00000382  0x00000205 rtn 
+ 00000383  0x00000208 setarg  0x00004189 
+ 00000384  0x00000209 store  0x00000002 , 0x00008907 
+ 00000385  0x0000020a branch  0x0000017b 
+ 00000386  0x0000020d setarg  0x00008312 
+ 00000387  0x0000020e store  0x00000002 , 0x00008907 
+ 00000388  0x0000020f branch  0x00000170 
+ 00000389  0x00000211 fetch  0x00000001 , 0x00004c04 
+ 00000390  0x00000212 arg  0x00000100 , 0x00000013 
+ 00000391  0x00000213 iadd  0x00000013 , 0x0000003f 
+ 00000392  0x00000214 rtn 
+ 00000393  0x00000217 call  0x0000018b 
+ 00000394  0x00000218 branch  0x00002563 
+ 00000395  0x0000021a fetch  0x00000001 , 0x00004c05 
+ 00000396  0x0000021b rtn  0x00000034 
+ 00000397  0x0000021c fetch  0x00000001 , 0x00004c06 
+ 00000398  0x0000021d nrtn  0x00000034 
+ 00000399  0x0000021e fetcht  0x00000001 , 0x00004c05 
+ 00000400  0x0000021f fetch  0x00000001 , 0x00004c04 
+ 00000401  0x00000220 isub  0x00000002 , 0x0000003e 
+ 00000402  0x00000221 ncall  0x00000185 , 0x00000002 
+ 00000403  0x00000222 isub  0x00000002 , 0x0000003f 
+ 00000404  0x00000223 sub  0x0000003f , 0x00000064 , 0x0000003e 
+ 00000405  0x00000224 branch  0x0000019d , 0x00000002 
+ 00000406  0x00000225 fetch  0x00000001 , 0x00004c07 
+ 00000407  0x00000226 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00000408  0x00000227 ncall  0x0000019b , 0x00000002 
+ 00000409  0x00000228 jam  0x00000001 , 0x00004c06 
+ 00000410  0x00000229 rtn 
+ 00000411  0x0000022b jam  0x00000001 , 0x00004c08 
+ 00000412  0x0000022c branch  0x0000431f 
+ 00000413  0x0000022e fetcht  0x00000001 , 0x0000017f 
+ 00000414  0x0000022f fetch  0x00000001 , 0x0000004c 
+ 00000415  0x00000230 rshift  0x0000003f , 0x0000003f 
+ 00000416  0x00000231 ixor  0x00000002 , 0x0000003f 
+ 00000417  0x00000232 isolate1  0x00000002 , 0x0000003f 
+ 00000418  0x00000233 setarg  0x00000000 
+ 00000419  0x00000234 fetcht  0x00000001 , 0x00004c07 
+ 00000420  0x00000235 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00000421  0x00000236 iadd  0x00000002 , 0x00000002 
+ 00000422  0x00000237 storet  0x00000001 , 0x00004c07 
+ 00000423  0x00000238 rtn 
+ 00000424  0x0000023a fetch  0x00000001 , 0x00000005 
+ 00000425  0x0000023b increase  0x00000001 , 0x0000003f 
+ 00000426  0x0000023c store  0x00000001 , 0x00000005 
+ 00000427  0x0000023d nbranch  0x000001af , 0x0000002d 
+ 00000428  0x0000023e fetch  0x00000001 , 0x00004c04 
+ 00000429  0x0000023f increase  0x00000001 , 0x0000003f 
+ 00000430  0x00000240 store  0x00000001 , 0x00004c04 
+ 00000431  0x00000241 branch  0x0000259b 
+ 00000432  0x00000244 call  0x0000281c 
+ 00000433  0x00000245 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
+ 00000434  0x00000246 increase  0xfffffffc , 0x00000011 
+ 00000435  0x00000247 nbranch  0x000026fa , 0x00000002 
+ 00000436  0x00000248 branch  0x0000268e 
+ 00000437  0x0000024b parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000438  0x0000024c rshift32  0x0000003f , 0x0000003f 
+ 00000439  0x0000024d rshift16  0x0000003f , 0x0000003f 
+ 00000440  0x0000024e istore  0x00000003 , 0x00000005 
+ 00000441  0x0000024f enable  0x00000010 
+ 00000442  0x00000250 call  0x0000270d 
+ 00000443  0x00000251 branch  0x000026f6 , 0x00000006 
+ 00000444  0x00000252 bmark0  0x00000032 , 0x000026af 
+ 00000445  0x00000253 fetch  0x00000001 , 0x0000004d 
+ 00000446  0x00000254 branch  0x000026af , 0x00000034 
+ 00000447  0x00000255 increase  0xfffffffc , 0x0000003f 
+ 00000448  0x00000256 store  0x00000001 , 0x0000004d 
+ 00000449  0x00000257 call  0x000072cb 
+ 00000450  0x00000258 fetch  0x00000001 , 0x00008108 
+ 00000451  0x00000259 bbit0  0x00000007 , 0x000026fa 
+ 00000452  0x0000025a force  0x0000000c , 0x00000038 
+ 00000453  0x0000025b storer  0x0000002f , 0x00000004 , 0x00000154 
+ 00000454  0x0000025c branch  0x000026af 
+ 00000455  0x0000025f fetch  0x00000001 , 0x00004334 
+ 00000456  0x00000260 rtneq  0x00000000 
+ 00000457  0x00000261 beq  0x00000003 , 0x0000304a 
+ 00000458  0x00000262 branch  0x000028e1 
+ 00000459  0x00000265 set0  0x00000030 , 0x00000000 
+ 00000460  0x00000266 branch  0x00002af6 
+ 00000461  0x00000268 call  0x000025c2 
+ 00000462  0x00000269 bmark0  0x0000002f , 0x000001d3 
+ 00000463  0x0000026a pulse  0x00000039 
+ 00000464  0x0000026b nop  0x0000001e 
+ 00000465  0x0000026c call  0x000025c2 
+ 00000466  0x0000026d lshift3  0x0000000b , 0x0000000b 
+ 00000467  0x0000026f disable  0x0000002d 
+ 00000468  0x00000270 enable  0x0000000d 
+ 00000469  0x00000271 enable  0x00000021 
+ 00000470  0x00000272 disable  0x00000020 
+ 00000471  0x00000273 copy  0x0000000b , 0x0000001b 
+ 00000472  0x00000274 correlate  0x0000003e , 0x00000003 
+ 00000473  0x00000275 branch  0x000001dc , 0x0000002e 
+ 00000474  0x00000276 copy  0x0000001a , 0x00000002 
+ 00000475  0x00000277 storet  0x00000006 , 0x0000000f 
+ 00000476  0x00000279 nbranch  0x000026fa , 0x00000018 
+ 00000477  0x0000027a enable  0x00000010 
+ 00000478  0x0000027b fetch  0x00000001 , 0x00004167 
+ 00000479  0x0000027c arg  0x00004e20 , 0x00000002 
+ 00000480  0x0000027d iadd  0x00000002 , 0x00000002 
+ 00000481  0x0000027e fetch  0x00000001 , 0x00004148 
+ 00000482  0x0000027f imul32  0x00000002 , 0x0000001b 
+ 00000483  0x00000280 call  0x00006877 
+ 00000484  0x00000281 branch  0x00002677 , 0x0000002e 
+ 00000485  0x00000282 call  0x000001ea 
+ 00000486  0x00000283 fetch  0x00000001 , 0x00000168 
+ 00000487  0x00000284 bbit0  0x00000003 , 0x00002677 
+ 00000488  0x00000285 call  0x00002477 , 0x0000002b 
+ 00000489  0x00000286 branch  0x00002677 
+ 00000490  0x00000288 fetcht  0x00000006 , 0x0000000f 
+ 00000491  0x00000289 copy  0x0000001a , 0x0000003f 
+ 00000492  0x0000028a call  0x00007d12 
+ 00000493  0x0000028b copy  0x0000003f , 0x00000002 
+ 00000494  0x0000028c call  0x000026ff 
+ 00000495  0x0000028d copy  0x0000001a , 0x0000002b 
+ 00000496  0x0000028e copy  0x00000029 , 0x0000003f 
+ 00000497  0x0000028f iadd  0x00000002 , 0x0000003f 
+ 00000498  0x00000290 copy  0x0000003f , 0x00000029 
+ 00000499  0x00000291 rtn 
+ 00000500  0x00000293 bmark0  0x00000009 , 0x00002489 
+ 00000501  0x00000294 fetcht  0x00000004 , 0x000040ad 
+ 00000502  0x00000295 arg  0x00000600 , 0x0000003f 
+ 00000503  0x00000296 isub  0x00000002 , 0x0000003e 
+ 00000504  0x00000297 rtn  0x00000002 
+ 00000505  0x00000298 copy  0x00000002 , 0x00000011 
+ 00000506  0x00000299 fetcht  0x00000006 , 0x0000000f 
+ 00000507  0x0000029a deposit  0x0000002b 
+ 00000508  0x0000029b call  0x00007d10 
+ 00000509  0x0000029c copy  0x00000011 , 0x00000002 
+ 00000510  0x0000029d branch  0x0000247d 
+ 00000511  0x000002a0 call  0x00002152 
+ 00000512  0x000002a1 jam  0x00000000 , 0x00008900 
+ 00000513  0x000002a2 set0  0x00000030 , 0x00000000 
+ 00000514  0x000002a3 branch  0x00002ae3 
+ 00000515  0x000002a6 ifetch  0x00000002 , 0x00000006 
+ 00000516  0x000002a7 beq  0x00000004 , 0x00000206 
+ 00000517  0x000002a8 branch  0x000028eb 
+ 00000518  0x000002aa ifetch  0x00000003 , 0x00000006 
+ 00000519  0x000002ab store  0x00000003 , 0x00004397 
+ 00000520  0x000002ac beq  0x0000000a , 0x0000020b 
+ 00000521  0x000002ad beq  0x00000012 , 0x0000021a 
+ 00000522  0x000002ae branch  0x00002b96 
+ 00000523  0x000002b1 fetch  0x00000008 , 0x00004713 
+ 00000524  0x000002b2 bbit0  0x0000003b , 0x00002d19 
+ 00000525  0x000002b3 call  0x00002dc7 
+ 00000526  0x000002b4 fetcht  0x00000002 , 0x00004398 
+ 00000527  0x000002b5 fetch  0x00000001 , 0x00004321 
+ 00000528  0x000002b6 bbit1  0x00000003 , 0x00000215 
+ 00000529  0x000002b9 fetch  0x00000002 , 0x00004398 
+ 00000530  0x000002ba beq  0x00000030 , 0x00002e03 
+ 00000531  0x000002bb fetcht  0x00000002 , 0x00004398 
+ 00000532  0x000002bc branch  0x00002d1d 
+ 00000533  0x000002bf fetch  0x00000002 , 0x00004332 
+ 00000534  0x000002c0 isub  0x00000002 , 0x0000003e 
+ 00000535  0x000002c1 nbranch  0x00000211 , 0x00000005 
+ 00000536  0x000002c2 nbranch  0x00000211 , 0x00000028 
+ 00000537  0x000002c3 branch  0x00002d46 
+ 00000538  0x000002c6 copy  0x00000006 , 0x00000011 
+ 00000539  0x000002c7 fetch  0x00000002 , 0x00004335 
+ 00000540  0x000002c8 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00000541  0x000002c9 call  0x00002929 
+ 00000542  0x000002ca fetch  0x00000001 , 0x0000478f 
+ 00000543  0x000002cb beq  0x000000ff , 0x00002dac 
+ 00000544  0x000002cc fetch  0x00000001 , 0x00004795 
+ 00000545  0x000002cd branch  0x00002dac , 0x00000034 
+ 00000546  0x000002ce fetch  0x00000001 , 0x00004843 
+ 00000547  0x000002cf bbit1  0x00000001 , 0x00002dac 
+ 00000548  0x000002d0 setarg  0x0000001a 
+ 00000549  0x000002d1 fetcht  0x00000002 , 0x00004398 
+ 00000550  0x000002d2 isub  0x00000002 , 0x0000003e 
+ 00000551  0x000002d3 nbranch  0x00002dac , 0x00000005 
+ 00000552  0x000002d4 branch  0x00002d46 
+ 00000553  0x000002d8 call  0x00002a28 
+ 00000554  0x000002d9 nrtn  0x00000034 
+ 00000555  0x000002da fetch  0x00000001 , 0x0000478f 
+ 00000556  0x000002db beq  0x000000ff , 0x00000234 
+ 00000557  0x000002dc fetch  0x00000001 , 0x00004843 
+ 00000558  0x000002dd and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000559  0x000002de rtnne  0x00000003 
+ 00000560  0x000002df fetch  0x00000001 , 0x00004c06 
+ 00000561  0x000002e0 rtn  0x00000034 
+ 00000562  0x000002e1 fetch  0x00000001 , 0x00004c08 
+ 00000563  0x000002e2 nrtn  0x00000034 
+ 00000564  0x000002e4 fetch  0x00000001 , 0x00004956 
+ 00000565  0x000002e5 call  0x00005a71 , 0x00000034 
+ 00000566  0x000002e6 fetch  0x00000008 , 0x00004713 
+ 00000567  0x000002e7 bbit1  0x00000001 , 0x00005b5b 
+ 00000568  0x000002e8 bbit1  0x00000000 , 0x00005b5b 
+ 00000569  0x000002e9 bbit1  0x00000005 , 0x00005b5b 
+ 00000570  0x000002ea bbit1  0x00000006 , 0x00005b5b 
+ 00000571  0x000002eb call  0x00005601 
+ 00000572  0x000002ec call  0x00005ab2 
+ 00000573  0x000002ed nrtn  0x00000028 
+ 00000574  0x000002ee call  0x00005abc 
+ 00000575  0x000002ef call  0x000004fe 
+ 00000576  0x000002f0 branch  0x00005b37 
+ 00000577  0x000002f3 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00000578  0x000002f4 rtn  0x00000005 
+ 00000579  0x000002f5 arg  0x00000004 , 0x00000008 
+ 00000580  0x000002f6 isolate1  0x00000007 , 0x00000002 
+ 00000581  0x000002f7 branch  0x00006ebd , 0x00000001 
+ 00000582  0x000002f8 arg  0x00000003 , 0x00000008 
+ 00000583  0x000002f9 branch  0x00006ebd 
+ 00000584  0x000002fb sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00000585  0x000002fc rtn  0x00000005 
+ 00000586  0x000002fd call  0x00006ee6 
+ 00000587  0x000002fe branch  0x0000024e , 0x00000001 
+ 00000588  0x00000300 arg  0x00000003 , 0x00000008 
+ 00000589  0x00000301 branch  0x00006ebd 
+ 00000590  0x00000304 jam  0x00000001 , 0x00004b2a 
+ 00000591  0x00000306 arg  0x00000006 , 0x00000008 
+ 00000592  0x00000307 branch  0x00006ebd 
+ 00000593  0x00000309 setarg  0x00000010 
+ 00000594  0x0000030b store  0x00000001 , 0x00008141 
+ 00000595  0x0000030c branch  0x000023e2 
+ 00000596  0x0000030e call  0x000004d9 
+ 00000597  0x0000030f jam  0x00000000 , 0x00004b2a 
+ 00000598  0x00000310 fetcht  0x00000001 , 0x00004654 
+ 00000599  0x00000311 call  0x00006ef7 
+ 00000600  0x00000312 fetcht  0x00000001 , 0x00004654 
+ 00000601  0x00000313 call  0x00006ed3 
+ 00000602  0x00000314 call  0x0000550d 
+ 00000603  0x00000315 call  0x000054f9 
+ 00000604  0x00000317 fetcht  0x00000001 , 0x0000464a 
+ 00000605  0x00000318 call  0x00006f0f 
+ 00000606  0x00000319 fetcht  0x00000001 , 0x0000464b 
+ 00000607  0x0000031a branch  0x00006f0f 
+ 00000608  0x00000320 fetch  0x00000004 , 0x000040ad 
+ 00000609  0x00000321 iadd  0x00000002 , 0x0000003f 
+ 00000610  0x00000322 store  0x00000004 , 0x000040ad 
+ 00000611  0x00000323 call  0x00000271 
+ 00000612  0x00000324 call  0x0000026d 
+ 00000613  0x00000325 fetch  0x00000001 , 0x000040cb 
+ 00000614  0x00000326 set1  0x00000004 , 0x0000003f 
+ 00000615  0x00000327 call  0x000023e1 
+ 00000616  0x00000328 ncall  0x000023cb , 0x0000002b 
+ 00000617  0x00000329 until  0x0000003e , 0x00000033 
+ 00000618  0x0000032a copy  0x00000019 , 0x0000003f 
+ 00000619  0x0000032b store  0x00000006 , 0x000040b1 
+ 00000620  0x0000032c branch  0x0000242b 
+ 00000621  0x0000032e fetch  0x00000001 , 0x00004b2a 
+ 00000622  0x0000032f branch  0x00000251 , 0x00000034 
+ 00000623  0x00000331 setarg  0x00000080 
+ 00000624  0x00000332 branch  0x00000252 
+ 00000625  0x00000335 storer  0x00000000 , 0x00000008 , 0x000040e7 
+ 00000626  0x00000336 arg  0x00008070 , 0x00000006 
+ 00000627  0x00000337 arg  0x000040cc , 0x00000005 
+ 00000628  0x00000338 call  0x00007c8f 
+ 00000629  0x00000339 arg  0x000080d4 , 0x00000006 
+ 00000630  0x0000033a call  0x00007c89 
+ 00000631  0x0000033b fetch  0x00000001 , 0x00008080 
+ 00000632  0x0000033c store  0x00000001 , 0x000040ef 
+ 00000633  0x0000033d copy  0x00000002 , 0x00000012 
+ 00000634  0x0000033f arg  0x0000000c , 0x00000039 
+ 00000635  0x00000340 arg  0x00000016 , 0x00000011 
+ 00000636  0x00000341 arg  0x0000814d , 0x00000013 
+ 00000637  0x00000342 until  0x0000003e , 0x00000033 
+ 00000638  0x00000344 ifetch  0x00000001 , 0x00000011 
+ 00000639  0x00000345 ifetcht  0x00000001 , 0x00000013 
+ 00000640  0x00000346 isub  0x00000002 , 0x0000003e 
+ 00000641  0x00000347 branch  0x00000284 , 0x00000005 
+ 00000642  0x00000348 istore  0x00000001 , 0x00000013 
+ 00000643  0x00000349 until  0x0000003e , 0x00000033 
+ 00000644  0x0000034b increase  0x00000001 , 0x00000011 
+ 00000645  0x0000034c increase  0x00000001 , 0x00000013 
+ 00000646  0x0000034d loop  0x0000027e 
+ 00000647  0x0000034e copy  0x00000012 , 0x00000002 
+ 00000648  0x0000034f rtn 
+ 00000649  0x00000352 call  0x00006b3a 
+ 00000650  0x00000353 call  0x00006b75 
+ 00000651  0x00000354 branch  0x00006b38 
+ 00000652  0x00000357 fetch  0x00000002 , 0x000045e0 
+ 00000653  0x00000358 arg  0x000001f8 , 0x00000002 
+ 00000654  0x00000359 iand  0x00000002 , 0x0000003f 
+ 00000655  0x0000035a branch  0x00000291 , 0x00000034 
+ 00000656  0x0000035b branch  0x00003561 
+ 00000657  0x0000035e call  0x0000357f 
+ 00000658  0x0000035f call  0x00003651 
+ 00000659  0x00000360 nbranch  0x00003586 , 0x00000018 
+ 00000660  0x00000361 nbranch  0x00003586 , 0x0000002f 
+ 00000661  0x00000362 call  0x0000366e 
+ 00000662  0x00000364 fetch  0x00000001 , 0x0000457d 
+ 00000663  0x00000365 branch  0x000002b1 , 0x00000034 
+ 00000664  0x00000367 fetch  0x00000004 , 0x000045cc 
+ 00000665  0x00000368 fetcht  0x00000004 , 0x0000458f 
+ 00000666  0x00000369 isub  0x00000002 , 0x0000003e 
+ 00000667  0x0000036a branch  0x0000029d , 0x00000005 
+ 00000668  0x0000036b branch  0x0000356e 
+ 00000669  0x0000036e fetch  0x00000008 , 0x00004713 
+ 00000670  0x0000036f bbit1  0x00000030 , 0x0000604e 
+ 00000671  0x00000370 branch  0x00003549 
+ 00000672  0x00000373 fetch  0x00000001 , 0x000045e3 
+ 00000673  0x00000374 branch  0x00003222 , 0x00000034 
+ 00000674  0x00000375 fetch  0x00000002 , 0x000045e0 
+ 00000675  0x00000376 increase  0x00000001 , 0x0000003f 
+ 00000676  0x00000377 store  0x00000002 , 0x000045e0 
+ 00000677  0x00000378 isolate1  0x00000009 , 0x0000003f 
+ 00000678  0x00000379 fetch  0x00000001 , 0x000045e2 
+ 00000679  0x0000037a beq  0x00000005 , 0x000002a9 
+ 00000680  0x0000037b branch  0x0000358d 
+ 00000681  0x0000037e branch  0x00003549 , 0x00000001 
+ 00000682  0x0000037f branch  0x0000329c 
+ 00000683  0x00000382 call  0x0000543b 
+ 00000684  0x00000384 setarg  0x00004a29 
+ 00000685  0x00000385 store  0x00000002 , 0x0000433f 
+ 00000686  0x00000386 setarg  0x00000020 
+ 00000687  0x00000387 store  0x00000002 , 0x00004341 
+ 00000688  0x00000388 branch  0x0000544c 
+ 00000689  0x0000038a fetch  0x00000004 , 0x000045e4 
+ 00000690  0x0000038b fetcht  0x00000004 , 0x0000458f 
+ 00000691  0x0000038c isub  0x00000002 , 0x0000003e 
+ 00000692  0x0000038d branch  0x00000298 , 0x00000005 
+ 00000693  0x0000038e fetch  0x00000004 , 0x0000455f 
+ 00000694  0x0000038f rtn  0x00000034 
+ 00000695  0x00000390 branch  0x00000298 
+ 00000696  0x00000393 fetch  0x00000001 , 0x00004437 
+ 00000697  0x00000394 nrtn  0x00000034 
+ 00000698  0x00000395 fetch  0x00000002 , 0x000044e9 
+ 00000699  0x00000396 rtnbit1  0x0000000b 
+ 00000700  0x00000397 fetchr  0x00000011 , 0x00000002 , 0x000045f0 
+ 00000701  0x00000398 call  0x000035b4 
+ 00000702  0x00000399 storet  0x00000001 , 0x00004624 
+ 00000703  0x0000039a fetch  0x00000001 , 0x00004629 
+ 00000704  0x0000039b bmark1  0x00000026 , 0x000002c2 
+ 00000705  0x0000039c fetch  0x00000001 , 0x0000462c 
+ 00000706  0x0000039e isub  0x00000002 , 0x0000003e 
+ 00000707  0x0000039f nbranch  0x000002dc , 0x00000002 
+ 00000708  0x000003a0 fetch  0x00000001 , 0x00004626 
+ 00000709  0x000003a1 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000710  0x000003a2 nbranch  0x000002ca , 0x00000002 
+ 00000711  0x000003a3 fetch  0x00000001 , 0x00004626 
+ 00000712  0x000003a4 beq  0x00000000 , 0x000002dd 
+ 00000713  0x000003a5 rtn 
+ 00000714  0x000003a8 fetch  0x00000001 , 0x00004626 
+ 00000715  0x000003a9 fetcht  0x00000001 , 0x00004627 
+ 00000716  0x000003aa isub  0x00000002 , 0x0000003e 
+ 00000717  0x000003ab nrtn  0x00000005 
+ 00000718  0x000003ac jam  0x00000000 , 0x00004626 
+ 00000719  0x000003ae fetcht  0x00000001 , 0x00004624 
+ 00000720  0x000003af fetch  0x00000001 , 0x00004628 
+ 00000721  0x000003b0 bmark1  0x00000026 , 0x000002d3 
+ 00000722  0x000003b1 fetch  0x00000001 , 0x0000462b 
+ 00000723  0x000003b3 isub  0x00000002 , 0x0000003e 
+ 00000724  0x000003b4 nrtn  0x00000002 
+ 00000725  0x000003b5 fetch  0x00000001 , 0x00004625 
+ 00000726  0x000003b6 beq  0x00000000 , 0x00003715 
+ 00000727  0x000003b7 increase  0xffffffff , 0x0000003f 
+ 00000728  0x000003b8 store  0x00000001 , 0x00004625 
+ 00000729  0x000003b9 beq  0x00000002 , 0x000002e5 
+ 00000730  0x000003ba beq  0x00000001 , 0x0000370b 
+ 00000731  0x000003bb branch  0x00003715 
+ 00000732  0x000003be jam  0x00000000 , 0x00004626 
+ 00000733  0x000003c0 fetch  0x00000001 , 0x00004625 
+ 00000734  0x000003c1 beq  0x00000003 , 0x000002e3 
+ 00000735  0x000003c2 increase  0x00000001 , 0x0000003f 
+ 00000736  0x000003c3 store  0x00000001 , 0x00004625 
+ 00000737  0x000003c4 beq  0x00000001 , 0x0000370b 
+ 00000738  0x000003c5 beq  0x00000002 , 0x000002e5 
+ 00000739  0x000003c7 jam  0x00000005 , 0x00004141 
+ 00000740  0x000003c8 rtn 
+ 00000741  0x000003cb jam  0x00000003 , 0x00004141 
+ 00000742  0x000003cc rtn 
+ 00000743  0x000003d3 setarg  0x00006235 
+ 00000744  0x000003d4 store  0x00000002 , 0x000045f8 
+ 00000745  0x000003d5 setarg  0x0000622b 
+ 00000746  0x000003d6 store  0x00000002 , 0x000045fa 
+ 00000747  0x000003d9 branch  0x000053f3 
+ 00000748  0x000003e0 nbranch  0x00002002 , 0x0000002b 
+ 00000749  0x000003e1 until  0x0000003e , 0x00000033 
+ 00000750  0x000003e3 until  0x0000003e , 0x00000033 
+ 00000751  0x000003e5 clear_stack 
+ 00000752  0x000003e6 jam  0x00000073 , 0x00008080 
+ 00000753  0x000003e7 call  0x000002f3 , 0x0000002b 
+ 00000754  0x000003e8 branch  0x00002003 
+ 00000755  0x000003ea call  0x00000251 
+ 00000756  0x000003eb call  0x000058df 
+ 00000757  0x000003ec branch  0x00006004 
+ 00000758  0x000003f9 fetch  0x00000008 , 0x00004713 
+ 00000759  0x000003fa isolate1  0x00000016 , 0x0000003f 
+ 00000760  0x000003fb call  0x00005f08 , 0x00000001 
+ 00000761  0x000003fc branch  0x0000542c 
+ 00000762  0x000003ff call  0x000004ae 
+ 00000763  0x00000400 fetch  0x00000008 , 0x00004713 
+ 00000764  0x00000401 bbit1  0x00000013 , 0x00005d60 
+ 00000765  0x00000402 bbit1  0x00000012 , 0x00005d6e 
+ 00000766  0x00000403 bbit1  0x00000014 , 0x00000300 
+ 00000767  0x00000404 rtn 
+ 00000768  0x00000406 call  0x0000030b 
+ 00000769  0x00000407 call  0x00005e43 
+ 00000770  0x00000408 call  0x00005db4 
+ 00000771  0x0000040a call  0x0000031d 
+ 00000772  0x0000040c call  0x00000308 
+ 00000773  0x0000040e call  0x0000030e 
+ 00000774  0x0000040f call  0x00000325 
+ 00000775  0x00000410 branch  0x00005daa 
+ 00000776  0x00000413 fetch  0x00000008 , 0x00004713 
+ 00000777  0x00000414 rtnbit0  0x0000002a 
+ 00000778  0x00000415 call  0x00000509 
+ 00000779  0x00000417 fetch  0x00000001 , 0x00004666 
+ 00000780  0x00000418 store  0x00000001 , 0x00004a06 
+ 00000781  0x00000419 rtn 
+ 00000782  0x0000041c fetch  0x00000008 , 0x00004713 
+ 00000783  0x0000041d isolate1  0x0000003e , 0x0000003f 
+ 00000784  0x0000041e call  0x00005dd1 , 0x00000001 
+ 00000785  0x0000041f branch  0x00005dcc 
+ 00000786  0x00000422 fetch  0x00000002 , 0x0000468e 
+ 00000787  0x00000423 arg  0x0000aa55 , 0x00000002 
+ 00000788  0x00000424 isub  0x00000002 , 0x0000003e 
+ 00000789  0x00000425 branch  0x00000391 , 0x00000005 
+ 00000790  0x00000427 storet  0x00000002 , 0x0000468e 
+ 00000791  0x00000428 call  0x00005c9c 
+ 00000792  0x0000042b call  0x00005c8c 
+ 00000793  0x0000042d setarg  0x00001122 
+ 00000794  0x0000042e store  0x00000002 , 0x00004695 
+ 00000795  0x00000430 fetch  0x00000001 , 0x00004a06 
+ 00000796  0x00000431 branch  0x00005dca 
+ 00000797  0x00000434 fetch  0x00000001 , 0x00004666 
+ 00000798  0x00000435 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00000799  0x00000436 branch  0x0000031b , 0x00000005 
+ 00000800  0x00000437 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00000801  0x00000438 branch  0x00000323 , 0x00000005 
+ 00000802  0x00000439 rtn  0x00000002 
+ 00000803  0x0000043b jam  0x00000000 , 0x00004666 
+ 00000804  0x0000043c rtn 
+ 00000805  0x0000043f fetch  0x00000001 , 0x00004666 
+ 00000806  0x00000440 rtneq  0x00000000 
+ 00000807  0x00000441 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
+ 00000808  0x00000442 copy  0x00000012 , 0x00000013 
+ 00000809  0x00000444 call  0x00005e3d 
+ 00000810  0x00000445 fetch  0x00000002 , 0x000049e0 
+ 00000811  0x00000446 branch  0x00000333 , 0x00000034 
+ 00000812  0x00000447 store  0x00000002 , 0x000049de 
+ 00000813  0x00000448 increase  0x00000002 , 0x00000013 
+ 00000814  0x00000449 fetch  0x00000002 , 0x00004a00 
+ 00000815  0x0000044a isub  0x00000013 , 0x0000003e 
+ 00000816  0x0000044b nbranch  0x00000333 , 0x00000002 
+ 00000817  0x0000044c copy  0x00000013 , 0x00000012 
+ 00000818  0x0000044d branch  0x00000329 
+ 00000819  0x00000450 fetch  0x00000002 , 0x000049de 
+ 00000820  0x00000451 branch  0x00005e41 
+ 00000821  0x00000455 fetch  0x00000008 , 0x00004713 
+ 00000822  0x00000456 bbit1  0x00000013 , 0x00005cb1 
+ 00000823  0x00000457 bbit1  0x00000012 , 0x00005cb9 
+ 00000824  0x00000458 bbit1  0x00000014 , 0x0000033a 
+ 00000825  0x00000459 rtn 
+ 00000826  0x0000045c call  0x0000033d 
+ 00000827  0x0000045d call  0x00000342 
+ 00000828  0x0000045e branch  0x00005cc1 
+ 00000829  0x00000461 fetch  0x00000001 , 0x00004666 
+ 00000830  0x00000462 rtneq  0x00000000 
+ 00000831  0x00000463 beq  0x00000001 , 0x00000369 
+ 00000832  0x00000464 beq  0x00000002 , 0x0000037d 
+ 00000833  0x00000465 rtn 
+ 00000834  0x00000468 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
+ 00000835  0x00000469 copy  0x00000012 , 0x00000013 
+ 00000836  0x0000046b call  0x00005dc0 
+ 00000837  0x0000046c fetch  0x00000001 , 0x000049a1 
+ 00000838  0x0000046d branch  0x0000034e , 0x00000034 
+ 00000839  0x0000046e store  0x00000001 , 0x000049a0 
+ 00000840  0x0000046f increase  0x00000001 , 0x00000013 
+ 00000841  0x00000470 fetch  0x00000002 , 0x000049e4 
+ 00000842  0x00000471 isub  0x00000013 , 0x0000003e 
+ 00000843  0x00000472 nrtn  0x00000002 
+ 00000844  0x00000473 copy  0x00000013 , 0x00000012 
+ 00000845  0x00000474 branch  0x00000344 
+ 00000846  0x00000477 fetch  0x00000001 , 0x000049a0 
+ 00000847  0x00000478 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000848  0x00000479 branch  0x00000358 , 0x00000034 
+ 00000849  0x0000047a fetch  0x00000001 , 0x00004666 
+ 00000850  0x0000047c call  0x00000366 
+ 00000851  0x0000047e store  0x00000001 , 0x000049a2 
+ 00000852  0x00000480 arg  0x00000001 , 0x00000039 
+ 00000853  0x00000481 copy  0x00000013 , 0x00000012 
+ 00000854  0x00000482 arg  0x000049a2 , 0x00000011 
+ 00000855  0x00000483 branch  0x00006b45 
+ 00000856  0x00000486 fetcht  0x00000001 , 0x000049a0 
+ 00000857  0x00000487 fetch  0x00000001 , 0x00004666 
+ 00000858  0x00000488 call  0x00000366 
+ 00000859  0x00000489 isub  0x00000002 , 0x0000003e 
+ 00000860  0x0000048a rtn  0x00000005 
+ 00000861  0x0000048b lshift4  0x0000003f , 0x0000003f 
+ 00000862  0x0000048c iadd  0x00000002 , 0x0000003f 
+ 00000863  0x0000048d store  0x00000001 , 0x000049a2 
+ 00000864  0x0000048f copy  0x00000013 , 0x0000003f 
+ 00000865  0x00000490 fetcht  0x00000002 , 0x000049e2 
+ 00000866  0x00000491 isub  0x00000002 , 0x0000003e 
+ 00000867  0x00000492 branch  0x00000354 , 0x00000005 
+ 00000868  0x00000494 increase  0xffffffff , 0x00000013 
+ 00000869  0x00000495 branch  0x00000354 
+ 00000870  0x00000498 rtnne  0x00000000 
+ 00000871  0x00000499 increase  0x00000004 , 0x0000003f 
+ 00000872  0x0000049a rtn 
+ 00000873  0x0000049f fetchr  0x00000012 , 0x00000002 , 0x000049ee 
+ 00000874  0x000004a0 copy  0x00000012 , 0x00000013 
+ 00000875  0x000004a2 call  0x00005df3 
+ 00000876  0x000004a3 fetch  0x00000006 , 0x000049b5 
+ 00000877  0x000004a4 branch  0x00000375 , 0x00000034 
+ 00000878  0x000004a5 store  0x00000006 , 0x000049af 
+ 00000879  0x000004a6 increase  0x00000006 , 0x00000013 
+ 00000880  0x000004a7 fetch  0x00000002 , 0x000049f0 
+ 00000881  0x000004a8 isub  0x00000013 , 0x0000003e 
+ 00000882  0x000004a9 nrtn  0x00000002 
+ 00000883  0x000004aa copy  0x00000013 , 0x00000012 
+ 00000884  0x000004ab branch  0x0000036b 
+ 00000885  0x000004ae fetch  0x00000006 , 0x000049af 
+ 00000886  0x000004af fetcht  0x00000006 , 0x0000466e 
+ 00000887  0x000004b0 isub  0x00000002 , 0x0000003e 
+ 00000888  0x000004b1 rtn  0x00000005 
+ 00000889  0x000004b2 arg  0x00000006 , 0x00000039 
+ 00000890  0x000004b3 arg  0x0000466e , 0x00000011 
+ 00000891  0x000004b4 copy  0x00000013 , 0x00000012 
+ 00000892  0x000004b5 branch  0x00006b45 
+ 00000893  0x000004b8 fetchr  0x00000012 , 0x00000002 , 0x000049f6 
+ 00000894  0x000004b9 copy  0x00000012 , 0x00000013 
+ 00000895  0x000004bb call  0x00005e17 
+ 00000896  0x000004bc fetch  0x00000006 , 0x000049cd 
+ 00000897  0x000004bd branch  0x00000389 , 0x00000034 
+ 00000898  0x000004be store  0x00000006 , 0x000049c7 
+ 00000899  0x000004bf increase  0x00000006 , 0x00000013 
+ 00000900  0x000004c0 fetch  0x00000002 , 0x000049f8 
+ 00000901  0x000004c1 isub  0x00000013 , 0x0000003e 
+ 00000902  0x000004c2 nrtn  0x00000002 
+ 00000903  0x000004c3 copy  0x00000013 , 0x00000012 
+ 00000904  0x000004c4 branch  0x0000037f 
+ 00000905  0x000004c7 fetch  0x00000006 , 0x000049c7 
+ 00000906  0x000004c8 fetcht  0x00000006 , 0x0000467b 
+ 00000907  0x000004c9 isub  0x00000002 , 0x0000003e 
+ 00000908  0x000004ca rtn  0x00000005 
+ 00000909  0x000004cb arg  0x00000006 , 0x00000039 
+ 00000910  0x000004cc arg  0x0000467b , 0x00000011 
+ 00000911  0x000004cd copy  0x00000013 , 0x00000012 
+ 00000912  0x000004ce branch  0x00006b45 
+ 00000913  0x000004d3 call  0x000003c8 
+ 00000914  0x000004d4 call  0x000003e0 
+ 00000915  0x000004d5 call  0x00000395 
+ 00000916  0x000004d6 branch  0x00005c90 
+ 00000917  0x000004d9 fetch  0x00000008 , 0x00004713 
+ 00000918  0x000004da rtnbit0  0x0000000f 
+ 00000919  0x000004db fetch  0x00000001 , 0x00004690 
+ 00000920  0x000004dc beq  0x00000000 , 0x00005c94 
+ 00000921  0x000004dd beq  0x00000006 , 0x00005742 
+ 00000922  0x000004df rtn 
+ 00000923  0x000004e2 fetch  0x00000008 , 0x00004713 
+ 00000924  0x000004e3 bbit1  0x00000013 , 0x00005cb5 
+ 00000925  0x000004e4 bbit1  0x00000014 , 0x0000039f 
+ 00000926  0x000004e5 rtn 
+ 00000927  0x000004e8 fetch  0x00000008 , 0x00004713 
+ 00000928  0x000004e9 rtnbit0  0x0000000f 
+ 00000929  0x000004ea fetchr  0x00000012 , 0x00000002 , 0x000049fa 
+ 00000930  0x000004eb copy  0x00000012 , 0x00000013 
+ 00000931  0x000004ed call  0x00005e51 
+ 00000932  0x000004ee fetch  0x00000001 , 0x000049d4 
+ 00000933  0x000004ef branch  0x000003ad , 0x00000034 
+ 00000934  0x000004f0 store  0x00000001 , 0x000049d3 
+ 00000935  0x000004f1 increase  0x00000001 , 0x00000013 
+ 00000936  0x000004f2 fetch  0x00000002 , 0x000049fc 
+ 00000937  0x000004f3 isub  0x00000013 , 0x0000003e 
+ 00000938  0x000004f4 nrtn  0x00000002 
+ 00000939  0x000004f5 copy  0x00000013 , 0x00000012 
+ 00000940  0x000004f6 branch  0x000003a3 
+ 00000941  0x000004f9 fetch  0x00000001 , 0x000049d3 
+ 00000942  0x000004fa and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000943  0x000004fb branch  0x000003b7 , 0x00000034 
+ 00000944  0x000004fc fetch  0x00000001 , 0x00004690 
+ 00000945  0x000004fe call  0x000003c5 
+ 00000946  0x00000500 store  0x00000001 , 0x000049d5 
+ 00000947  0x00000502 arg  0x00000001 , 0x00000039 
+ 00000948  0x00000503 copy  0x00000013 , 0x00000012 
+ 00000949  0x00000504 arg  0x000049d5 , 0x00000011 
+ 00000950  0x00000505 branch  0x00006b45 
+ 00000951  0x00000508 fetcht  0x00000001 , 0x000049d3 
+ 00000952  0x00000509 fetch  0x00000001 , 0x00004690 
+ 00000953  0x0000050a call  0x000003c5 
+ 00000954  0x0000050b isub  0x00000002 , 0x0000003e 
+ 00000955  0x0000050c rtn  0x00000005 
+ 00000956  0x0000050d lshift4  0x0000003f , 0x0000003f 
+ 00000957  0x0000050e iadd  0x00000002 , 0x0000003f 
+ 00000958  0x0000050f store  0x00000001 , 0x000049d5 
+ 00000959  0x00000511 copy  0x00000013 , 0x0000003f 
+ 00000960  0x00000512 fetcht  0x00000002 , 0x000049fa 
+ 00000961  0x00000513 isub  0x00000002 , 0x0000003e 
+ 00000962  0x00000514 branch  0x000003b3 , 0x00000005 
+ 00000963  0x00000516 increase  0xffffffff , 0x00000013 
+ 00000964  0x00000517 branch  0x000003b3 
+ 00000965  0x0000051a rtnne  0x00000000 
+ 00000966  0x0000051b increase  0x00000006 , 0x0000003f 
+ 00000967  0x0000051c rtn 
+ 00000968  0x0000051f fetch  0x00000008 , 0x00004713 
+ 00000969  0x00000520 bbit1  0x0000003e , 0x000003cf 
+ 00000970  0x00000521 fetch  0x00000001 , 0x00004666 
+ 00000971  0x00000522 rtneq  0x00000000 
+ 00000972  0x00000523 beq  0x00000001 , 0x000003cf 
+ 00000973  0x00000524 beq  0x00000002 , 0x000003d6 
+ 00000974  0x00000525 rtn 
+ 00000975  0x00000528 fetch  0x00000006 , 0x0000466e 
+ 00000976  0x00000529 fetcht  0x00000006 , 0x000046e6 
+ 00000977  0x0000052a isub  0x00000002 , 0x0000003e 
+ 00000978  0x0000052b nrtn  0x00000005 
+ 00000979  0x0000052c fetch  0x00000006 , 0x000042db 
+ 00000980  0x0000052d store  0x00000006 , 0x0000466e 
+ 00000981  0x0000052e rtn 
+ 00000982  0x00000531 fetch  0x00000006 , 0x0000467b 
+ 00000983  0x00000532 fetcht  0x00000006 , 0x000046e6 
+ 00000984  0x00000533 isub  0x00000002 , 0x0000003e 
+ 00000985  0x00000534 nrtn  0x00000005 
+ 00000986  0x00000535 fetch  0x00000006 , 0x000042db 
+ 00000987  0x00000536 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00000988  0x00000537 store  0x00000006 , 0x0000467b 
+ 00000989  0x00000538 rtn 
+ 00000990  0x0000053b call  0x000003e0 
+ 00000991  0x0000053c branch  0x00005a9c 
+ 00000992  0x0000053f fetch  0x00000008 , 0x00004713 
+ 00000993  0x00000540 bbit0  0x00000014 , 0x00005c6f 
+ 00000994  0x00000541 bbit1  0x0000003e , 0x000003e8 
+ 00000995  0x00000543 fetch  0x00000001 , 0x00004666 
+ 00000996  0x00000544 rtneq  0x00000000 
+ 00000997  0x00000545 beq  0x00000001 , 0x000003e8 
+ 00000998  0x00000546 beq  0x00000002 , 0x000003ed 
+ 00000999  0x00000547 rtn 
+ 00001000  0x0000054a fetch  0x00000006 , 0x00004668 
+ 00001001  0x0000054b store  0x00000006 , 0x00004116 
+ 00001002  0x0000054c fetch  0x00000006 , 0x0000466e 
+ 00001003  0x0000054e store  0x00000006 , 0x000042db 
+ 00001004  0x0000054f rtn 
+ 00001005  0x00000552 fetch  0x00000006 , 0x00004675 
+ 00001006  0x00000553 store  0x00000006 , 0x00004116 
+ 00001007  0x00000554 fetch  0x00000006 , 0x0000467b 
+ 00001008  0x00000555 branch  0x000003eb 
+ 00001009  0x00000558 fetch  0x00000008 , 0x00004713 
+ 00001010  0x00000559 rtnbit0  0x00000002 
+ 00001011  0x0000055a bbit0  0x00000014 , 0x00005c43 
+ 00001012  0x0000055b arg  0x00000002 , 0x00000007 
+ 00001013  0x0000055c call  0x00005f04 
+ 00001014  0x0000055d call  0x00005c4a 
+ 00001015  0x0000055e call  0x000003f9 
+ 00001016  0x0000055f branch  0x00005ca3 
+ 00001017  0x00000562 fetch  0x00000001 , 0x00004666 
+ 00001018  0x00000563 beq  0x00000001 , 0x000003fd 
+ 00001019  0x00000564 beq  0x00000002 , 0x00000402 
+ 00001020  0x00000565 rtn 
+ 00001021  0x00000568 fetch  0x00000006 , 0x00000178 
+ 00001022  0x00000569 store  0x00000006 , 0x00004668 
+ 00001023  0x0000056a fetch  0x00000006 , 0x000042db 
+ 00001024  0x0000056b store  0x00000006 , 0x0000466e 
+ 00001025  0x0000056c rtn 
+ 00001026  0x0000056f fetch  0x00000006 , 0x00000178 
+ 00001027  0x00000570 store  0x00000006 , 0x00004675 
+ 00001028  0x00000571 fetch  0x00000006 , 0x000042db 
+ 00001029  0x00000572 store  0x00000006 , 0x0000467b 
+ 00001030  0x00000573 rtn 
+ 00001031  0x00000577 call  0x0000041d 
+ 00001032  0x00000578 call  0x0000614d 
+ 00001033  0x00000579 call  0x0000553d 
+ 00001034  0x0000057b call  0x00006110 
+ 00001035  0x0000057c call  0x000061b1 
+ 00001036  0x0000057d call  0x0000611e 
+ 00001037  0x0000057f call  0x0000328e 
+ 00001038  0x00000580 call  0x00003531 
+ 00001039  0x00000581 call  0x00005fdd 
+ 00001040  0x00000583 call  0x0000572c 
+ 00001041  0x00000584 call  0x00005b9b 
+ 00001042  0x00000585 call  0x00005bab 
+ 00001043  0x00000586 call  0x00005bce 
+ 00001044  0x00000588 call  0x00005bd3 
+ 00001045  0x00000589 call  0x00005be1 
+ 00001046  0x0000058a call  0x00005bee 
+ 00001047  0x0000058b call  0x00005be4 
+ 00001048  0x0000058d call  0x00005bfb 
+ 00001049  0x0000058e call  0x00000420 
+ 00001050  0x0000058f call  0x000056b6 
+ 00001051  0x00000590 call  0x00005c0e 
+ 00001052  0x00000591 branch  0x00005c05 
+ 00001053  0x00000594 arg  0x00004a05 , 0x00000013 
+ 00001054  0x00000595 arg  0x00005aef , 0x00000012 
+ 00001055  0x00000596 branch  0x000042e0 
+ 00001056  0x00000599 arg  0x0000477e , 0x00000013 
+ 00001057  0x0000059a arg  0x00000423 , 0x00000012 
+ 00001058  0x0000059b branch  0x000042e0 
+ 00001059  0x0000059d fetch  0x00000001 , 0x0000496b 
+ 00001060  0x0000059e store  0x00000001 , 0x000040c0 
+ 00001061  0x0000059f jam  0x00000003 , 0x0000477d 
+ 00001062  0x000005a0 rtn 
+ 00001063  0x000005a3 call  0x000059ed 
+ 00001064  0x000005a4 branch  0x00005c1b 
+ 00001065  0x000005a7 copy  0x00000013 , 0x0000003f 
+ 00001066  0x000005a8 beq  0x00000040 , 0x0000043e 
+ 00001067  0x000005a9 beq  0x00000015 , 0x00000443 
+ 00001068  0x000005aa beq  0x00000032 , 0x00000435 
+ 00001069  0x000005ab beq  0x0000003c , 0x00000460 
+ 00001070  0x000005ac beq  0x00000039 , 0x00000470 
+ 00001071  0x000005ad beq  0x0000003a , 0x00000475 
+ 00001072  0x000005ae beq  0x00000014 , 0x00000432 
+ 00001073  0x000005af branch  0x00005ac3 
+ 00001074  0x000005b3 setarg  0x00000000 
+ 00001075  0x000005b4 store  0x00000004 , 0x00004c05 
+ 00001076  0x000005b5 branch  0x00005ad0 
+ 00001077  0x000005b8 fetch  0x00000001 , 0x00004795 
+ 00001078  0x000005b9 beq  0x00000001 , 0x00000439 
+ 00001079  0x000005ba jam  0x00000014 , 0x00004844 
+ 00001080  0x000005bb branch  0x0000043b 
+ 00001081  0x000005bd call  0x00005aef 
+ 00001082  0x000005be jam  0x00000005 , 0x00004844 
+ 00001083  0x000005c0 fetch  0x00000001 , 0x00004c04 
+ 00001084  0x000005c1 store  0x00000001 , 0x00004c05 
+ 00001085  0x000005c2 branch  0x00005af6 
+ 00001086  0x000005c6 fetch  0x00000001 , 0x00004a04 
+ 00001087  0x000005c7 nrtn  0x00000034 
+ 00001088  0x000005c8 jam  0x00000001 , 0x00004a04 
+ 00001089  0x000005c9 jam  0x0000001e , 0x00004a05 
+ 00001090  0x000005ca rtn 
+ 00001091  0x000005cd setarg  0x00000000 
+ 00001092  0x000005ce store  0x00000001 , 0x00004a04 
+ 00001093  0x000005cf store  0x00000001 , 0x00004a05 
+ 00001094  0x000005d0 setarg  0x00000000 
+ 00001095  0x000005d1 store  0x00000002 , 0x000047c0 
+ 00001096  0x000005d2 jam  0x00000000 , 0x00004794 
+ 00001097  0x000005d3 arg  0x00000006 , 0x00000002 
+ 00001098  0x000005d4 fetch  0x00000008 , 0x00004713 
+ 00001099  0x000005d5 bbit1  0x0000001b , 0x0000044d 
+ 00001100  0x000005d6 arg  0x00000007 , 0x00000002 
+ 00001101  0x000005d8 storet  0x00000002 , 0x000042d3 
+ 00001102  0x000005d9 storet  0x00000002 , 0x000042d5 
+ 00001103  0x000005da jam  0x00000000 , 0x000047c2 
+ 00001104  0x000005db jam  0x00000000 , 0x00004956 
+ 00001105  0x000005dc call  0x000029cb 
+ 00001106  0x000005df call  0x00005b7b 
+ 00001107  0x000005e0 fetch  0x00000002 , 0x000043ef 
+ 00001108  0x000005e1 bbit1  0x00000007 , 0x00000457 
+ 00001109  0x000005e2 bbit1  0x00000000 , 0x000042fc 
+ 00001110  0x000005e3 branch  0x00005c1a 
+ 00001111  0x000005e5 fetch  0x00000002 , 0x000043ef 
+ 00001112  0x000005e6 bbit1  0x00000000 , 0x000042fc 
+ 00001113  0x000005e7 fetch  0x00000001 , 0x00004843 
+ 00001114  0x000005e8 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001115  0x000005e9 call  0x00005b21 
+ 00001116  0x000005ea bne  0x00000003 , 0x000054a9 
+ 00001117  0x000005eb fetch  0x00000001 , 0x00004c08 
+ 00001118  0x000005ec nbranch  0x000054a9 , 0x00000034 
+ 00001119  0x000005ed branch  0x000054cd 
+ 00001120  0x000005f0 fetch  0x00000004 , 0x0000458f 
+ 00001121  0x000005f1 store  0x00000004 , 0x000045e8 
+ 00001122  0x000005f2 store  0x00000004 , 0x00004691 
+ 00001123  0x000005f3 call  0x0000355a 
+ 00001124  0x000005f4 call  0x00005c0b 
+ 00001125  0x000005f5 call  0x0000618e 
+ 00001126  0x000005f6 call  0x00005a73 
+ 00001127  0x000005f7 jam  0x00000000 , 0x0000477d 
+ 00001128  0x000005f8 jam  0x00000000 , 0x000045fc 
+ 00001129  0x000005f9 jam  0x00000000 , 0x000045e2 
+ 00001130  0x000005fa fetch  0x00000004 , 0x000045e8 
+ 00001131  0x000005fb fetcht  0x00000004 , 0x000045e4 
+ 00001132  0x000005fc isub  0x00000002 , 0x0000003e 
+ 00001133  0x000005fd rtn  0x00000005 
+ 00001134  0x000005fe call  0x00000472 
+ 00001135  0x000005ff branch  0x00006042 
+ 00001136  0x00000602 call  0x00000472 
+ 00001137  0x00000603 branch  0x00006084 
+ 00001138  0x00000606 fetch  0x00000001 , 0x00004a07 
+ 00001139  0x00000607 store  0x00000001 , 0x00004141 
+ 00001140  0x00000608 branch  0x00006016 
+ 00001141  0x0000060a call  0x00000472 
+ 00001142  0x0000060b fetch  0x00000001 , 0x0000487a 
+ 00001143  0x0000060c rtneq  0x00000001 
+ 00001144  0x0000060d fetch  0x00000001 , 0x00004600 
+ 00001145  0x0000060e nbranch  0x00005ff2 , 0x00000034 
+ 00001146  0x0000060f fetch  0x00000001 , 0x000045e2 
+ 00001147  0x00000611 beq  0x00000005 , 0x00000487 
+ 00001148  0x00000612 beq  0x00000001 , 0x0000047f 
+ 00001149  0x00000613 beq  0x00000003 , 0x0000048e 
+ 00001150  0x00000614 branch  0x00006055 
+ 00001151  0x00000616 fetch  0x00000008 , 0x00004713 
+ 00001152  0x00000617 bbit1  0x0000003e , 0x00000483 
+ 00001153  0x00000618 bbit1  0x00000030 , 0x00000483 
+ 00001154  0x00000619 branch  0x00006062 
+ 00001155  0x0000061b fetch  0x00000002 , 0x000045d6 
+ 00001156  0x0000061c store  0x00000002 , 0x000045de 
+ 00001157  0x0000061d jam  0x00000005 , 0x000045e2 
+ 00001158  0x0000061e branch  0x00003534 
+ 00001159  0x00000621 fetch  0x00000008 , 0x00004713 
+ 00001160  0x00000622 bbit0  0x0000003e , 0x00006059 
+ 00001161  0x00000623 fetch  0x00000001 , 0x0000471b 
+ 00001162  0x00000624 beq  0x00000001 , 0x00006059 
+ 00001163  0x00000626 call  0x00006018 
+ 00001164  0x00000627 jam  0x00000001 , 0x00004666 
+ 00001165  0x00000628 branch  0x00005491 
+ 00001166  0x0000062b fetch  0x00000008 , 0x00004713 
+ 00001167  0x0000062c bbit0  0x0000003e , 0x00006059 
+ 00001168  0x0000062d bbit1  0x00000013 , 0x00006059 
+ 00001169  0x0000062e bbit1  0x00000014 , 0x00006059 
+ 00001170  0x0000062f bbit1  0x00000012 , 0x00006059 
+ 00001171  0x00000630 branch  0x00000483 
+ 00001172  0x00000633 fetch  0x00000008 , 0x00004713 
+ 00001173  0x00000634 bbit1  0x0000003e , 0x0000049b 
+ 00001174  0x00000635 fetch  0x00000001 , 0x00004666 
+ 00001175  0x00000636 beq  0x00000000 , 0x000004a6 
+ 00001176  0x00000637 branch  0x00005491 
+ 00001177  0x0000063a call  0x0000619f 
+ 00001178  0x0000063b branch  0x000054b6 
+ 00001179  0x0000063d call  0x000054ac 
+ 00001180  0x0000063e branch  0x000004a2 , 0x00000028 
+ 00001181  0x00000640 jam  0x00000000 , 0x00004666 
+ 00001182  0x00000641 fetch  0x00000002 , 0x00004721 
+ 00001183  0x00000642 store  0x00000002 , 0x000045de 
+ 00001184  0x00000643 jam  0x00000001 , 0x000045e2 
+ 00001185  0x00000644 branch  0x00003534 
+ 00001186  0x00000647 fetch  0x00000001 , 0x00004666 
+ 00001187  0x00000648 beq  0x00000000 , 0x00006067 
+ 00001188  0x00000649 call  0x00005aa8 
+ 00001189  0x0000064a branch  0x0000048b 
+ 00001190  0x0000064d fetch  0x00000008 , 0x00004713 
+ 00001191  0x0000064e bbit0  0x00000011 , 0x0000602a 
+ 00001192  0x0000064f call  0x00006195 
+ 00001193  0x00000650 call  0x000054ac 
+ 00001194  0x00000651 branch  0x00006067 , 0x00000028 
+ 00001195  0x00000652 fetch  0x00000008 , 0x00004713 
+ 00001196  0x00000653 bbit1  0x00000030 , 0x0000049d 
+ 00001197  0x00000654 branch  0x00006023 
+ 00001198  0x00000658 fetch  0x00000001 , 0x00004141 
+ 00001199  0x00000659 store  0x00000001 , 0x00004a07 
+ 00001200  0x0000065a rtn 
+ 00001201  0x0000065e call  0x0000620e 
+ 00001202  0x0000065f call  0x000078aa 
+ 00001203  0x00000660 call  0x000004b5 
+ 00001204  0x00000661 branch  0x00005e61 
+ 00001205  0x00000664 fetch  0x00000001 , 0x00004649 
+ 00001206  0x00000665 rtneq  0x000000ff 
+ 00001207  0x00000666 arg  0x00000000 , 0x00000011 
+ 00001208  0x00000667 jam  0x00000005 , 0x00004977 
+ 00001209  0x00000668 fetcht  0x00000001 , 0x00004649 
+ 00001210  0x00000669 call  0x000004bc 
+ 00001211  0x0000066a branch  0x000056c1 
+ 00001212  0x0000066d fetch  0x00000008 , 0x00004713 
+ 00001213  0x0000066e bbit1  0x0000002b , 0x000056de 
+ 00001214  0x0000066f fetch  0x00000001 , 0x00004974 
+ 00001215  0x00000670 copy  0x0000003f , 0x00000013 
+ 00001216  0x00000671 fetch  0x00000001 , 0x00004654 
+ 00001217  0x00000672 beq  0x000000ff , 0x000004c3 
+ 00001218  0x00000673 branch  0x000056ce 
+ 00001219  0x00000676 fetch  0x00000001 , 0x00004649 
+ 00001220  0x00000677 call  0x00005946 
+ 00001221  0x00000678 fetcht  0x00000001 , 0x00004649 
+ 00001222  0x00000679 branch  0x000004c7 
+ 00001223  0x0000067c copy  0x00000013 , 0x0000003f 
+ 00001224  0x0000067d store  0x00000001 , 0x00004978 
+ 00001225  0x0000067e lshift  0x0000003f , 0x0000003f 
+ 00001226  0x0000067f copy  0x0000003f , 0x00000012 
+ 00001227  0x00000680 copy  0x00000002 , 0x00000013 
+ 00001228  0x00000681 call  0x00006ef7 
+ 00001229  0x00000682 copy  0x00000013 , 0x00000002 
+ 00001230  0x00000683 call  0x000055b1 
+ 00001231  0x00000684 copy  0x00000013 , 0x00000002 
+ 00001232  0x00000685 call  0x00006ee6 
+ 00001233  0x00000686 nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00001234  0x00000687 call  0x0000593d 
+ 00001235  0x00000688 branch  0x00005929 
+ 00001236  0x0000068b call  0x000036b4 
+ 00001237  0x0000068c nrtn  0x00000028 
+ 00001238  0x0000068d call  0x000036be 
+ 00001239  0x0000068e call  0x000004d9 
+ 00001240  0x0000068f branch  0x0000361b 
+ 00001241  0x00000693 setarg  0x00000000 
+ 00001242  0x00000694 store  0x00000008 , 0x00000016 
+ 00001243  0x00000695 store  0x00000004 , 0x0000001e 
+ 00001244  0x00000696 rtn 
+ 00001245  0x00000699 jam  0x00000000 , 0x00004600 
+ 00001246  0x0000069a call  0x00003647 
+ 00001247  0x0000069b setarg  0xffffffff 
+ 00001248  0x0000069c store  0x00000004 , 0x000045af 
+ 00001249  0x0000069d setarg  0x00000000 
+ 00001250  0x0000069e store  0x00000007 , 0x00004846 
+ 00001251  0x0000069f jam  0x00000001 , 0x0000473f 
+ 00001252  0x000006a0 call  0x000059ed 
+ 00001253  0x000006a2 branch  0x0000622b 
+ 00001254  0x000006a5 call  0x00005a92 
+ 00001255  0x000006a6 call  0x000004d9 
+ 00001256  0x000006a7 call  0x000056a9 
+ 00001257  0x000006a8 fetch  0x00000001 , 0x0000464d 
+ 00001258  0x000006a9 call  0x00005943 
+ 00001259  0x000006ab fetcht  0x00000001 , 0x0000465a 
+ 00001260  0x000006ac call  0x000055ab 
+ 00001261  0x000006ad arg  0x00000015 , 0x00000002 
+ 00001262  0x000006ae call  0x000055b5 
+ 00001263  0x000006b0 call  0x0000611a 
+ 00001264  0x000006b1 call  0x00000254 
+ 00001265  0x000006b5 branch  0x000054e2 
+ 00001266  0x000006b7 rtnmark0  0x00000026 
+ 00001267  0x000006b8 call  0x00005601 
+ 00001268  0x000006b9 nrtn  0x00000028 
+ 00001269  0x000006ba fetch  0x00000001 , 0x0000477c 
+ 00001270  0x000006bb jam  0x00000000 , 0x0000477c 
+ 00001271  0x000006bc ncall  0x00000507 , 0x00000034 
+ 00001272  0x000006be fetch  0x00000008 , 0x00004713 
+ 00001273  0x000006bf bbit0  0x00000016 , 0x000004fc 
+ 00001274  0x000006c0 fetch  0x00000001 , 0x0000496c 
+ 00001275  0x000006c1 nbranch  0x000060b6 , 0x00000034 
+ 00001276  0x000006c3 call  0x000004fe 
+ 00001277  0x000006c4 branch  0x000060a2 
+ 00001278  0x000006c7 fetch  0x00000001 , 0x00004659 
+ 00001279  0x000006c8 rtnne  0x000000ff 
+ 00001280  0x000006c9 fetch  0x00000001 , 0x0000477d 
+ 00001281  0x000006ca rtn  0x00000034 
+ 00001282  0x000006cb increase  0xffffffff , 0x0000003f 
+ 00001283  0x000006cc store  0x00000001 , 0x0000477d 
+ 00001284  0x000006cd setarg  0x00000000 
+ 00001285  0x000006ce store  0x00000004 , 0x00004847 
+ 00001286  0x000006cf branch  0x00005a73 
+ 00001287  0x000006d2 call  0x000004d9 
+ 00001288  0x000006d3 branch  0x0000027a 
+ 00001289  0x000006d6 fetch  0x00000008 , 0x00004713 
+ 00001290  0x000006d7 rtnbit0  0x0000002a 
+ 00001291  0x000006d8 bbit0  0x0000003f , 0x00000516 
+ 00001292  0x000006da call  0x00000518 
+ 00001293  0x000006db call  0x00000512 
+ 00001294  0x000006dd fetcht  0x00000001 , 0x0000465a 
+ 00001295  0x000006de call  0x00006ef3 
+ 00001296  0x000006df fetcht  0x00000001 , 0x0000465a 
+ 00001297  0x000006e0 branch  0x000055b5 
+ 00001298  0x000006e2 fetcht  0x00000001 , 0x0000465a 
+ 00001299  0x000006e3 call  0x00006ee6 
+ 00001300  0x000006e4 nbranch  0x00005ec2 , 0x00000001 
+ 00001301  0x000006e5 branch  0x00005ebe 
+ 00001302  0x000006e8 call  0x0000050e 
+ 00001303  0x000006e9 call  0x00005ebb 
+ 00001304  0x000006eb fetcht  0x00000001 , 0x0000465a 
+ 00001305  0x000006ec call  0x00006ef7 
+ 00001306  0x000006ed fetcht  0x00000001 , 0x0000465a 
+ 00001307  0x000006ee branch  0x000055b1 
+ 00001308  0x000006f1 fetch  0x00000001 , 0x0000498c 
+ 00001309  0x000006f2 rtn  0x00000034 
+ 00001310  0x000006f3 copy  0x0000003f , 0x00000011 
+ 00001311  0x000006f4 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00001312  0x000006f5 nbranch  0x000055dd , 0x00000002 
+ 00001313  0x000006f7 call  0x000055d6 
+ 00001314  0x000006f8 call  0x000055ee 
+ 00001315  0x000006fa copy  0x00000011 , 0x00000002 
+ 00001316  0x000006fb increase  0x00000001 , 0x00000002 
+ 00001317  0x000006fc storet  0x00000001 , 0x000047a7 
+ 00001318  0x000006fd arg  0x000047a9 , 0x00000005 
+ 00001319  0x000006fe call  0x000055d3 
+ 00001320  0x00000700 storet  0x00000001 , 0x00004369 
+ 00001321  0x00000701 arg  0x0000436b , 0x00000005 
+ 00001322  0x00000702 branch  0x000055d3 
+ 00001323  0x00000705 call  0x00005958 
+ 00001324  0x00000706 beq  0x00000030 , 0x0000595f 
+ 00001325  0x00000707 beq  0x00000031 , 0x000059c6 
+ 00001326  0x00000708 beq  0x00000058 , 0x00000530 
+ 00001327  0x00000709 branch  0x00005952 
+ 00001328  0x0000070c call  0x000059e7 
+ 00001329  0x0000070d fetch  0x00000001 , 0x0000485a 
+ 00001330  0x0000070e beq  0x00000059 , 0x00000534 
+ 00001331  0x0000070f branch  0x0000595f 
+ 00001332  0x00000711 jam  0x0000000b , 0x00004957 
+ 00001333  0x00000712 arg  0x00004a0b , 0x00000013 
+ 00001334  0x00000713 branch  0x00005995 
+ 00001335  0x00000717 fetch  0x00000001 , 0x00004420 
+ 00001336  0x00000718 rtnne  0x00000000 
+ 00001337  0x00000719 fetch  0x00000001 , 0x00004957 
+ 00001338  0x0000071a beq  0x0000000b , 0x0000053c 
+ 00001339  0x0000071b branch  0x000059f8 
+ 00001340  0x0000071e call  0x00005a6d 
+ 00001341  0x0000071f fetch  0x00000001 , 0x00004659 
+ 00001342  0x00000720 beq  0x000000ff , 0x00000542 
+ 00001343  0x00000721 fetcht  0x00000001 , 0x00004659 
+ 00001344  0x00000722 call  0x00006ee6 
+ 00001345  0x00000723 nrtn  0x00000001 
+ 00001346  0x00000725 setarg  0x00000000 
+ 00001347  0x00000726 call  0x000069e5 
+ 00001348  0x00000727 bne  0x00000058 , 0x00005955 
+ 00001349  0x00000728 branch  0x00005a2f 
+ 00001350  0x0000072c disable  0x00000028 
+ 00001351  0x0000072d setarg  0x00000000 
+ 00001352  0x0000072e store  0x00000006 , 0x00004847 
+ 00001353  0x0000072f call  0x00000537 
+ 00001354  0x00000730 setarg  0x00000089 
+ 00001355  0x00000731 call  0x000069e4 
+ 00001356  0x00000732 call  0x00005747 
+ 00001357  0x00000733 call  0x00005612 
+ 00001358  0x00000734 call  0x00005617 
+ 00001359  0x00000735 call  0x00000551 
+ 00001360  0x00000736 branch  0x0000560c 
+ 00001361  0x00000738 call  0x0000584c 
+ 00001362  0x00000739 fetch  0x00000001 , 0x00004987 
+ 00001363  0x0000073a nbranch  0x00005860 , 0x00000034 
+ 00001364  0x0000073b fetch  0x00000001 , 0x00004982 
+ 00001365  0x0000073c nbranch  0x0000585f , 0x00000034 
+ 00001366  0x0000073e call  0x00005888 
+ 00001367  0x0000073f call  0x00000559 
+ 00001368  0x00000740 branch  0x000057ad 
+ 00001369  0x00000743 jam  0x00000000 , 0x00004979 
+ 00001370  0x00000744 jam  0x00000000 , 0x0000497a 
+ 00001371  0x00000745 jam  0x00000000 , 0x0000497b 
+ 00001372  0x00000746 copy  0x0000003f , 0x00000012 
+ 00001373  0x00000747 fetcht  0x00000001 , 0x00004644 
+ 00001374  0x00000748 fetch  0x00000001 , 0x00004647 
+ 00001375  0x00000749 isub  0x00000002 , 0x0000003e 
+ 00001376  0x0000074a branch  0x0000056b , 0x00000005 
+ 00001377  0x0000074b fetch  0x00000001 , 0x00004648 
+ 00001378  0x0000074c isub  0x00000002 , 0x0000003e 
+ 00001379  0x0000074d branch  0x00000571 , 0x00000005 
+ 00001380  0x0000074e fetcht  0x00000001 , 0x00004645 
+ 00001381  0x0000074f fetch  0x00000001 , 0x00004647 
+ 00001382  0x00000750 isub  0x00000002 , 0x0000003e 
+ 00001383  0x00000751 branch  0x0000057a , 0x00000005 
+ 00001384  0x00000753 call  0x000057fb 
+ 00001385  0x00000755 call  0x0000057f 
+ 00001386  0x00000756 branch  0x000057e5 
+ 00001387  0x00000759 fetcht  0x00000001 , 0x00004645 
+ 00001388  0x0000075a fetch  0x00000001 , 0x00004648 
+ 00001389  0x0000075b isub  0x00000002 , 0x0000003e 
+ 00001390  0x0000075c branch  0x000057d6 , 0x00000005 
+ 00001391  0x0000075e call  0x000057ef 
+ 00001392  0x0000075f branch  0x0000057b 
+ 00001393  0x00000762 fetcht  0x00000001 , 0x00004645 
+ 00001394  0x00000763 fetch  0x00000001 , 0x00004647 
+ 00001395  0x00000764 isub  0x00000002 , 0x0000003e 
+ 00001396  0x00000765 branch  0x00000577 , 0x00000005 
+ 00001397  0x00000767 call  0x00000581 
+ 00001398  0x00000768 branch  0x00000569 
+ 00001399  0x0000076b call  0x00000581 
+ 00001400  0x0000076c call  0x0000057d 
+ 00001401  0x0000076d branch  0x000057e5 
+ 00001402  0x00000770 call  0x0000057d 
+ 00001403  0x00000772 call  0x00000583 
+ 00001404  0x00000773 branch  0x000057e5 
+ 00001405  0x00000776 and  0x00000012 , 0x00000012 , 0x0000003f 
+ 00001406  0x00000777 branch  0x000057f3 
+ 00001407  0x0000077a and  0x00000012 , 0x0000000a , 0x0000003f 
+ 00001408  0x0000077b branch  0x000057f6 
+ 00001409  0x0000077e and  0x00000012 , 0x00000011 , 0x0000003f 
+ 00001410  0x0000077f branch  0x000057f9 
+ 00001411  0x00000782 and  0x00000012 , 0x00000012 , 0x0000003f 
+ 00001412  0x00000783 branch  0x000057ff 
+ 00008192  0x0000078c call  0x00002385 
+ 00008193  0x0000078f bpatch  0x00000000 , 0x00004000 
+ 00008194  0x00000790 clear_stack 
+ 00008195  0x00000792 call  0x000042a3 
+ 00008196  0x00000793 call  0x0000223d 
+ 00008197  0x00000794 call  0x00006cad 
+ 00008198  0x00000795 call  0x00002363 
+ 00008199  0x00000796 call  0x00006946 
+ 00008200  0x00000797 bpatch  0x00000001 , 0x00004000 
+ 00008201  0x00000798 call  0x0000776f 
+ 00008202  0x00000799 call  0x00004295 
+ 00008203  0x0000079a call  0x00007447 
+ 00008204  0x0000079c call  0x0000244f , 0x0000002b 
+ 00008205  0x0000079e bpatch  0x00000002 , 0x00004000 
+ 00008206  0x0000079f call  0x00007552 
+ 00008207  0x000007a0 call  0x00007448 
+ 00008208  0x000007a1 call  0x00002a45 
+ 00008209  0x000007a2 call  0x0000202a 
+ 00008210  0x000007a3 call  0x000042ad 
+ 00008211  0x000007a4 call  0x00002018 
+ 00008212  0x000007a5 call  0x0000310f 
+ 00008213  0x000007a6 call  0x0000248c 
+ 00008214  0x000007a7 call  0x00004bfb 
+ 00008215  0x000007a8 branch  0x0000200d 
+ 00008216  0x000007ab call  0x0000201d 
+ 00008217  0x000007ac rtnmark0  0x00000009 
+ 00008218  0x000007ad set0  0x00000009 , 0x00000000 
+ 00008219  0x000007ae call  0x00002041 
+ 00008220  0x000007af branch  0x000025bc 
+ 00008221  0x000007b2 bpatch  0x00000003 , 0x00004000 
+ 00008222  0x000007b3 call  0x00002066 
+ 00008223  0x000007b4 nbranch  0x00002025 , 0x00000005 
+ 00008224  0x000007b5 call  0x00002036 
+ 00008225  0x000007b6 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008226  0x000007b7 ifetch  0x00000001 , 0x00000006 
+ 00008227  0x000007b8 bbit1  0x00000000 , 0x00002536 
+ 00008228  0x000007bb rtn 
+ 00008229  0x000007be jam  0x00000000 , 0x00000006 
+ 00008230  0x000007bf call  0x00002047 
+ 00008231  0x000007c0 copy  0x00000039 , 0x0000003e 
+ 00008232  0x000007c1 rtn  0x00000005 
+ 00008233  0x000007c2 branch  0x0000235a 
+ 00008234  0x000007ca fetch  0x00000001 , 0x00004114 
+ 00008235  0x000007cb rtn  0x00000034 
+ 00008236  0x000007cc beq  0x0000001b , 0x00002033 
+ 00008237  0x000007cd call  0x0000205f 
+ 00008238  0x000007ce rtn  0x00000005 
+ 00008239  0x000007cf call  0x00002062 
+ 00008240  0x000007d0 rtn  0x00000005 
+ 00008241  0x000007d2 jam  0x00000000 , 0x00004114 
+ 00008242  0x000007d3 rtn 
+ 00008243  0x000007d6 jam  0x0000001b , 0x000001bc 
+ 00008244  0x000007d7 jam  0x00000000 , 0x00004114 
+ 00008245  0x000007d8 rtn 
+ 00008246  0x000007dd bpatch  0x00000004 , 0x00004000 
+ 00008247  0x000007de set1  0x00000009 , 0x00000000 
+ 00008248  0x000007df deposit  0x00000011 
+ 00008249  0x000007e0 store  0x00000002 , 0x0000000a 
+ 00008250  0x000007e1 force  0x00000053 , 0x00000039 
+ 00008251  0x000007e2 arg  0x00000168 , 0x00000005 
+ 00008252  0x000007e3 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008253  0x000007e4 ifetch  0x00000001 , 0x00000006 
+ 00008254  0x000007e5 copy  0x00000011 , 0x00000006 
+ 00008255  0x000007e6 bbit1  0x00000000 , 0x00007cda 
+ 00008256  0x000007e7 rtn 
+ 00008257  0x000007ea bpatch  0x00000005 , 0x00004000 
+ 00008258  0x000007eb fetch  0x00000002 , 0x0000000a 
+ 00008259  0x000007ec iforce  0x00000005 
+ 00008260  0x000007ed force  0x00000053 , 0x00000039 
+ 00008261  0x000007ee arg  0x00000168 , 0x00000006 
+ 00008262  0x000007ef branch  0x00007cda 
+ 00008263  0x000007f4 arg  0x00000001 , 0x00000039 
+ 00008264  0x000007f5 fetcht  0x00000001 , 0x00000006 
+ 00008265  0x000007f7 increase  0x00000001 , 0x00000002 
+ 00008266  0x000007f8 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008267  0x000007f9 nbranch  0x0000204d , 0x00000001 
+ 00008268  0x000007fa arg  0x00000000 , 0x00000002 
+ 00008269  0x000007fc storet  0x00000001 , 0x00000006 
+ 00008270  0x000007fd mul32  0x00000002 , 0x00000053 , 0x0000003f 
+ 00008271  0x000007fe arg  0x00004040 , 0x00000011 
+ 00008272  0x000007ff iadd  0x00000011 , 0x00000011 
+ 00008273  0x00000800 ifetch  0x00000001 , 0x00000011 
+ 00008274  0x00000801 bbit1  0x00000001 , 0x00002054 
+ 00008275  0x00000802 rtnbit1  0x00000000 
+ 00008276  0x00000804 loop  0x00002049 
+ 00008277  0x00000805 rtn 
+ 00008278  0x00000808 bpatch  0x00000006 , 0x00004000 
+ 00008279  0x00000809 arg  0x00002073 , 0x00000013 
+ 00008280  0x0000080a call  0x00002069 
+ 00008281  0x0000080b nrtn  0x00000005 
+ 00008282  0x0000080c deposit  0x00000011 
+ 00008283  0x0000080d store  0x00000002 , 0x0000000a 
+ 00008284  0x0000080e branch  0x00007db8 
+ 00008285  0x00000814 arg  0x000020ad , 0x00000013 
+ 00008286  0x00000815 branch  0x00002069 
+ 00008287  0x0000081b fetcht  0x00000001 , 0x00004115 
+ 00008288  0x0000081d arg  0x0000207b , 0x00000013 
+ 00008289  0x0000081e branch  0x00002069 
+ 00008290  0x00000822 bpatch  0x00000007 , 0x00004000 
+ 00008291  0x00000823 fetcht  0x00000006 , 0x00004116 
+ 00008292  0x00000825 arg  0x00002075 , 0x00000013 
+ 00008293  0x00000826 branch  0x00002069 
+ 00008294  0x00000829 arg  0x00002081 , 0x00000013 
+ 00008295  0x0000082a branch  0x00002069 
+ 00008296  0x0000082d arg  0x000020c7 , 0x00000013 
+ 00008297  0x0000082f bpatch  0x00000008 , 0x00004001 
+ 00008298  0x00000830 arg  0x00004040 , 0x00000011 
+ 00008299  0x00000831 arg  0x00000001 , 0x00000039 
+ 00008300  0x00000833 ifetch  0x00000001 , 0x00000011 
+ 00008301  0x00000834 copy  0x00000013 , 0x0000003d 
+ 00008302  0x00000836 bpatch  0x00000009 , 0x00004001 
+ 00008303  0x00000837 increase  0x00000053 , 0x00000011 
+ 00008304  0x00000838 loop  0x0000206c 
+ 00008305  0x00000839 force  0x00000001 , 0x0000003e 
+ 00008306  0x0000083a rtn 
+ 00008307  0x0000083d bbit1  0x00000000 , 0x0000206e 
+ 00008308  0x0000083e branch  0x00007db8 
+ 00008309  0x00000841 bbit0  0x00000000 , 0x0000206e 
+ 00008310  0x00000843 add  0x00000011 , 0x00000010 , 0x00000006 
+ 00008311  0x00000844 ifetch  0x00000006 , 0x00000006 
+ 00008312  0x00000845 isub  0x00000002 , 0x0000003e 
+ 00008313  0x00000846 rtn  0x00000005 
+ 00008314  0x00000847 branch  0x0000206e 
+ 00008315  0x0000084a bbit0  0x00000000 , 0x0000206e 
+ 00008316  0x0000084b add  0x00000011 , 0x00000016 , 0x00000006 
+ 00008317  0x0000084c ifetch  0x00000001 , 0x00000006 
+ 00008318  0x0000084d isub  0x00000002 , 0x0000003e 
+ 00008319  0x0000084e rtn  0x00000005 
+ 00008320  0x0000084f branch  0x0000206e 
+ 00008321  0x00000852 bbit0  0x00000001 , 0x0000206e 
+ 00008322  0x00000854 call  0x000020b4 
+ 00008323  0x00000855 call  0x0000209d 
+ 00008324  0x00000856 isub  0x00000002 , 0x0000003f 
+ 00008325  0x00000857 increase  0x00000001 , 0x0000003f 
+ 00008326  0x00000858 branch  0x00002097 , 0x00000002 
+ 00008327  0x00000859 copy  0x00000006 , 0x00000012 
+ 00008328  0x0000085a store  0x00000009 , 0x00000678 
+ 00008329  0x0000085b bpatch  0x0000000a , 0x00004001 
+ 00008330  0x0000085c fetch  0x00000001 , 0x0000446d 
+ 00008331  0x0000085d nbranch  0x00002090 , 0x00000034 
+ 00008332  0x0000085e fetch  0x00000009 , 0x00000678 
+ 00008333  0x0000085f copy  0x00000012 , 0x00000006 
+ 00008334  0x00000860 increase  0x00000005 , 0x0000003f 
+ 00008335  0x00000861 branch  0x00002093 
+ 00008336  0x00000864 fetch  0x00000009 , 0x00000678 
+ 00008337  0x00000865 copy  0x00000012 , 0x00000006 
+ 00008338  0x00000866 increase  0x00000014 , 0x0000003f 
+ 00008339  0x00000868 nbranch  0x0000206e , 0x00000002 
+ 00008340  0x0000086a copy  0x00000002 , 0x00000021 
+ 00008341  0x0000086b call  0x000020c0 
+ 00008342  0x0000086c branch  0x00007db8 
+ 00008343  0x00000870 iforce  0x00000012 
+ 00008344  0x00000871 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008345  0x00000872 ifetch  0x00000002 , 0x00000006 
+ 00008346  0x00000873 branch  0x00002094 , 0x00000034 
+ 00008347  0x00000874 call  0x000020c0 
+ 00008348  0x00000875 branch  0x00002082 
+ 00008349  0x00000878 rshift16  0x0000003f , 0x0000000b 
+ 00008350  0x00000879 rshift8  0x0000000b , 0x0000000b 
+ 00008351  0x0000087a branch  0x000020a7 , 0x00000005 
+ 00008352  0x0000087b compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008353  0x0000087c nrtn  0x00000001 
+ 00008354  0x0000087d rshift16  0x00000002 , 0x0000000b 
+ 00008355  0x0000087e rshift8  0x0000000b , 0x0000000b 
+ 00008356  0x0000087f nrtn  0x00000005 
+ 00008357  0x00000880 set1  0x0000001c , 0x00000002 
+ 00008358  0x00000881 rtn 
+ 00008359  0x00000883 rshift16  0x00000002 , 0x0000000b 
+ 00008360  0x00000884 rshift8  0x0000000b , 0x0000000b 
+ 00008361  0x00000885 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008362  0x00000886 nrtn  0x00000001 
+ 00008363  0x00000887 set1  0x0000001c , 0x0000003f 
+ 00008364  0x00000888 rtn 
+ 00008365  0x0000088b bbit0  0x00000000 , 0x0000206e 
+ 00008366  0x0000088c branch  0x00007db8 
+ 00008367  0x00000890 bbit0  0x00000000 , 0x0000206e 
+ 00008368  0x00000891 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008369  0x00000892 ifetch  0x00000001 , 0x00000006 
+ 00008370  0x00000893 bbit1  0x00000000 , 0x0000206e 
+ 00008371  0x00000894 rtn 
+ 00008372  0x00000897 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008373  0x00000898 ifetcht  0x00000001 , 0x00000006 
+ 00008374  0x00000899 deposit  0x00000022 
+ 00008375  0x0000089a isolate1  0x00000001 , 0x00000002 
+ 00008376  0x0000089b add  0x00000011 , 0x00000004 , 0x00000006 
+ 00008377  0x0000089c ifetcht  0x00000004 , 0x00000006 
+ 00008378  0x0000089d rtn  0x00000001 
+ 00008379  0x0000089e add  0x00000011 , 0x00000008 , 0x00000006 
+ 00008380  0x0000089f ifetch  0x00000006 , 0x00000006 
+ 00008381  0x000008a0 call  0x00002109 
+ 00008382  0x000008a1 deposit  0x00000028 
+ 00008383  0x000008a2 rtn 
+ 00008384  0x000008a5 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008385  0x000008a6 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00008386  0x000008a7 ifetch  0x00000002 , 0x00000006 
+ 00008387  0x000008a8 iadd  0x00000002 , 0x0000000b 
+ 00008388  0x000008a9 deposit  0x0000000b 
+ 00008389  0x000008aa istore  0x00000004 , 0x00000005 
+ 00008390  0x000008ab branch  0x00002609 
+ 00008391  0x000008af bbit0  0x00000001 , 0x0000206e 
+ 00008392  0x000008b0 call  0x000020b4 
+ 00008393  0x000008b1 iadd  0x0000001b , 0x0000003f 
+ 00008394  0x000008b2 iadd  0x0000001b , 0x0000003f 
+ 00008395  0x000008b3 iadd  0x00000007 , 0x0000003f 
+ 00008396  0x000008b4 isub  0x00000002 , 0x0000003e 
+ 00008397  0x000008b5 nbranch  0x0000206e , 0x00000002 
+ 00008398  0x000008b6 branch  0x00007db8 
+ 00008399  0x000008bb bpatch  0x0000000b , 0x00004001 
+ 00008400  0x000008bc disable  0x0000003a 
+ 00008401  0x000008bd disable  0x0000001d 
+ 00008402  0x000008be disable  0x0000001c 
+ 00008403  0x000008bf disable  0x0000000d 
+ 00008404  0x000008c0 disable  0x0000000c 
+ 00008405  0x000008c1 disable  0x00000009 
+ 00008406  0x000008c2 disable  0x0000000e 
+ 00008407  0x000008c3 disable  0x00000007 
+ 00008408  0x000008c4 branch  0x00002152 , 0x00000021 
+ 00008409  0x000008c5 until  0x0000003e , 0x00000027 
+ 00008410  0x000008c6 nop  0x00000064 
+ 00008411  0x000008c7 branch  0x00002152 
+ 00008412  0x000008cd bpatch  0x0000000c , 0x00004001 
+ 00008413  0x000008ce disable  0x00000010 
+ 00008414  0x000008cf copy  0x00000002 , 0x0000001b 
+ 00008415  0x000008d0 call  0x00002068 
+ 00008416  0x000008d1 disable  0x00000028 
+ 00008417  0x000008d2 nrtn  0x00000005 
+ 00008418  0x000008d3 force  0x00000000 , 0x0000001b 
+ 00008419  0x000008d4 branch  0x00007dba 
+ 00008420  0x000008d8 bpatch  0x0000000d , 0x00004001 
+ 00008421  0x000008d9 until  0x0000003e , 0x00000022 
+ 00008422  0x000008da deposit  0x0000001a 
+ 00008423  0x000008db iforce  0x00000006 
+ 00008424  0x000008dc rshift16 , 0x0000003f , 0x0000003f 
+ 00008425  0x000008dd isub  0x00000022 , 0x00000039 
+ 00008426  0x000008de and_into  0x00000003 , 0x00000039 
+ 00008427  0x000008df nbranch  0x000020ee , 0x00000005 
+ 00008428  0x000008e0 force  0x00000000 , 0x0000003f 
+ 00008429  0x000008e1 branch  0x000020f2 
+ 00008430  0x000008e3 fetcht  0x00000002 , 0x00000044 
+ 00008431  0x000008e4 force  0x00000000 , 0x0000003f 
+ 00008432  0x000008e6 iadd  0x00000002 , 0x0000003f 
+ 00008433  0x000008e7 loop  0x000020f0 
+ 00008434  0x000008e9 iadd  0x00000006 , 0x0000003f 
+ 00008435  0x000008ea div  0x0000003f , 0x0000000c 
+ 00008436  0x000008eb call  0x00007d5f 
+ 00008437  0x000008ec store  0x00000002 , 0x0000002e 
+ 00008438  0x000008ed rtn 
+ 00008439  0x000008f0 bpatch  0x0000000e , 0x00004001 
+ 00008440  0x000008f1 deposit  0x0000001a 
+ 00008441  0x000008f2 copy  0x00000019 , 0x00000002 
+ 00008442  0x000008f3 isub  0x00000002 , 0x0000003e 
+ 00008443  0x000008f4 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00008444  0x000008f5 isub  0x00000002 , 0x00000002 
+ 00008445  0x000008f6 fetch  0x00000002 , 0x00000044 
+ 00008446  0x000008f7 isolate0  0x0000000f , 0x00000002 
+ 00008447  0x000008f8 branch  0x00002105 , 0x00000001 
+ 00008448  0x000008f9 copy  0x00000002 , 0x00000030 
+ 00008449  0x000008fa arg  0x00010000 , 0x00000002 
+ 00008450  0x000008fb fetch  0x00000002 , 0x00000044 
+ 00008451  0x000008fc isub  0x00000002 , 0x0000003f 
+ 00008452  0x000008fd iadd  0x00000030 , 0x00000002 
+ 00008453  0x00000900 storet  0x00000006 , 0x00000170 
+ 00008454  0x00000901 rtn 
+ 00008455  0x00000904 disable  0x00000030 
+ 00008456  0x00000905 fetch  0x00000006 , 0x00000170 
+ 00008457  0x00000907 iadd  0x00000019 , 0x00000030 
+ 00008458  0x00000908 increase  0x0000000a , 0x00000030 
+ 00008459  0x00000909 fetch  0x00000002 , 0x00000044 
+ 00008460  0x0000090a isub  0x00000030 , 0x0000003f 
+ 00008461  0x0000090b isolate0  0x0000000f , 0x0000003f 
+ 00008462  0x0000090c branch  0x00002115 , 0x00000001 
+ 00008463  0x0000090d setarg  0x00010000 
+ 00008464  0x0000090e fetchr  0x00000018 , 0x00000002 , 0x00000044 
+ 00008465  0x0000090f isub  0x00000018 , 0x0000003f 
+ 00008466  0x00000910 iadd  0x00000030 , 0x00000030 
+ 00008467  0x00000912 copy  0x00000030 , 0x0000001a 
+ 00008468  0x00000913 rtn 
+ 00008469  0x00000915 force  0x00000000 , 0x0000003e 
+ 00008470  0x00000916 branch  0x00002113 
+ 00008471  0x0000091e rshift3  0x0000003f , 0x0000003f 
+ 00008472  0x0000091f ifetchr  0x00000011 , 0x00000001 , 0x00000005 
+ 00008473  0x00000920 ixor  0x00000011 , 0x0000003f 
+ 00008474  0x00000921 isolate0  0x00000006 , 0x0000003f 
+ 00008475  0x00000922 branch  0x0000211e 
+ 00008476  0x00000925 isolate0  0x00000000 , 0x0000003e 
+ 00008477  0x00000927 arg  0x00008ac2 , 0x00000005 
+ 00008478  0x00000929 ifetch  0x00000001 , 0x00000005 
+ 00008479  0x0000092a qsetflag  0x00000001 , 0x0000003f 
+ 00008480  0x0000092b istore  0x00000001 , 0x00000005 
+ 00008481  0x0000092c rtn 
+ 00008482  0x0000092f nop  0x0000003c 
+ 00008483  0x00000932 jam  0x00000008 , 0x00008983 
+ 00008484  0x00000933 jam  0x00000009 , 0x00008985 
+ 00008485  0x00000934 jam  0x00000009 , 0x00008981 
+ 00008486  0x00000935 jam  0x00000003 , 0x00008981 
+ 00008487  0x00000936 jam  0x00000006 , 0x00008980 
+ 00008488  0x00000937 nop  0x0000003c 
+ 00008489  0x00000938 arg  0x00000000 , 0x00000011 
+ 00008490  0x00000939 arg  0x00000000 , 0x00000012 
+ 00008491  0x0000093a arg  0x00000010 , 0x00000039 
+ 00008492  0x0000093b arg  0x00000800 , 0x00000006 
+ 00008493  0x0000093d ifetch  0x00000002 , 0x00000006 
+ 00008494  0x0000093e iadd  0x00000011 , 0x00000011 
+ 00008495  0x0000093f ifetch  0x00000002 , 0x00000006 
+ 00008496  0x00000940 iadd  0x00000012 , 0x00000012 
+ 00008497  0x00000941 loop  0x0000212d 
+ 00008498  0x00000942 rtn 
+ 00008499  0x00000945 bpatch  0x0000000f , 0x00004001 
+ 00008500  0x00000946 call  0x00002160 
+ 00008501  0x00000947 arg  0x00000027 , 0x00000002 
+ 00008502  0x00000948 call  0x0000216f 
+ 00008503  0x00000949 call  0x000021a6 
+ 00008504  0x0000094a jam  0x0000007f , 0x00008a25 
+ 00008505  0x0000094b jam  0x0000001a , 0x00008a30 
+ 00008506  0x0000094c jam  0x00000078 , 0x00008a31 
+ 00008507  0x0000094d jam  0x000000b2 , 0x00008a8f 
+ 00008508  0x0000094e jam  0x00000000 , 0x00008ac2 
+ 00008509  0x0000094f jam  0x00000000 , 0x00008ac3 
+ 00008510  0x00000950 arg  0x00000006 , 0x00000007 
+ 00008511  0x00000951 call  0x00002122 
+ 00008512  0x00000952 isolate1  0x0000000d , 0x00000011 
+ 00008513  0x00000953 call  0x0000211d 
+ 00008514  0x00000954 isolate1  0x0000000d , 0x00000012 
+ 00008515  0x00000955 call  0x0000211e 
+ 00008516  0x00000956 arg  0x00000005 , 0x00000007 
+ 00008517  0x00000958 call  0x0000211c 
+ 00008518  0x00000959 call  0x0000211e 
+ 00008519  0x0000095a call  0x00002122 
+ 00008520  0x0000095b arg  0x00008ac2 , 0x00000005 
+ 00008521  0x0000095c rshift4  0x00000011 , 0x0000003f 
+ 00008522  0x0000095d call  0x00002117 
+ 00008523  0x0000095e rshift4  0x00000012 , 0x0000003f 
+ 00008524  0x0000095f call  0x00002117 
+ 00008525  0x00000960 increase  0xffffffff , 0x00000007 
+ 00008526  0x00000961 branch  0x00002145 , 0x00000002 
+ 00008527  0x00000962 jam  0x00000052 , 0x00008a8f 
+ 00008528  0x00000963 jam  0x00000002 , 0x00008a30 
+ 00008529  0x00000964 jam  0x00000000 , 0x00008981 
+ 00008530  0x00000967 bpatch  0x00000010 , 0x00004002 
+ 00008531  0x00000968 call  0x00006875 
+ 00008532  0x00000969 disable  0x00000020 
+ 00008533  0x0000096a disable  0x00000021 
+ 00008534  0x0000096b setarg  0x00000200 
+ 00008535  0x0000096c store  0x00000004 , 0x00008a23 
+ 00008536  0x0000096d jam  0x000000fa , 0x00008a01 
+ 00008537  0x0000096e nop  0x0000000c 
+ 00008538  0x0000096f jam  0x00000000 , 0x00008a0f 
+ 00008539  0x00000970 jam  0x0000001a , 0x00008a12 
+ 00008540  0x00000971 jam  0x0000002b , 0x00008a14 
+ 00008541  0x00000972 force  0x00000008 , 0x00000015 
+ 00008542  0x00000973 force  0x00000000 , 0x00000015 
+ 00008543  0x00000975 branch  0x0000230f 
+ 00008544  0x00000978 bpatch  0x00000011 , 0x00004002 
+ 00008545  0x00000979 jam  0x00000060 , 0x00008a0f 
+ 00008546  0x0000097a jam  0x000000aa , 0x00008a10 
+ 00008547  0x0000097b jam  0x0000007a , 0x00008a12 
+ 00008548  0x0000097c jam  0x00000000 , 0x00008a25 
+ 00008549  0x0000097d jam  0x00000000 , 0x00008a26 
+ 00008550  0x0000097e nop  0x0000003c 
+ 00008551  0x0000097f jam  0x00000020 , 0x00008a20 
+ 00008552  0x00000980 jam  0x000000fd , 0x00008a23 
+ 00008553  0x00000982 jam  0x00000012 , 0x00008a24 
+ 00008554  0x00000983 jam  0x00000010 , 0x00008a24 
+ 00008555  0x00000984 nop  0x0000003c 
+ 00008556  0x00000985 jam  0x00000060 , 0x00008a12 
+ 00008557  0x00000986 jam  0x000000dd , 0x00008a23 
+ 00008558  0x00000987 rtn 
+ 00008559  0x0000098a bpatch  0x00000012 , 0x00004002 
+ 00008560  0x0000098b jam  0x00000001 , 0x00008900 
+ 00008561  0x0000098c jam  0x0000009d , 0x00008a23 
+ 00008562  0x0000098d jam  0x00000002 , 0x00008a24 
+ 00008563  0x0000098e nop  0x00000014 
+ 00008564  0x0000098f jam  0x00000065 , 0x00008a70 
+ 00008565  0x00000990 jam  0x0000009f , 0x00008a23 
+ 00008566  0x00000991 call  0x0000218f 
+ 00008567  0x00000992 storet  0x00000001 , 0x00000008 
+ 00008568  0x00000993 increase  0x00000001 , 0x00000002 
+ 00008569  0x00000998 bpatch  0x00000013 , 0x00004002 
+ 00008570  0x00000999 rshift4  0x00000002 , 0x0000003f 
+ 00008571  0x0000099a arg  0x00004135 , 0x00000006 
+ 00008572  0x0000099b iadd  0x00000006 , 0x00000006 
+ 00008573  0x0000099c ifetch  0x00000001 , 0x00000006 
+ 00008574  0x0000099d fetchr  0x00000011 , 0x00000001 , 0x00008a71 
+ 00008575  0x0000099e and_into  0x0000000f , 0x00000011 
+ 00008576  0x0000099f ior  0x00000011 , 0x0000003f 
+ 00008577  0x000009a0 store  0x00000001 , 0x00008a71 
+ 00008578  0x000009a1 call  0x000021d0 
+ 00008579  0x000009a2 nop  0x00000090 
+ 00008580  0x000009a3 fetch  0x00000001 , 0x00004099 
+ 00008581  0x000009a4 beq  0x00000018 , 0x00002187 
+ 00008582  0x000009a5 nop  0x00000024 
+ 00008583  0x000009a7 jam  0x00000080 , 0x00008a20 
+ 00008584  0x000009a8 rtn 
+ 00008585  0x000009ac setarg  0x00008312 
+ 00008586  0x000009ad store  0x00000002 , 0x00008907 
+ 00008587  0x000009ae branch  0x00002197 
+ 00008588  0x000009b1 setarg  0x00004189 
+ 00008589  0x000009b2 store  0x00000002 , 0x00008907 
+ 00008590  0x000009b3 branch  0x000021a3 
+ 00008591  0x000009b7 bpatch  0x00000014 , 0x00004002 
+ 00008592  0x000009b8 jam  0x00000011 , 0x00008a82 
+ 00008593  0x000009b9 jam  0x00000012 , 0x00008a8d 
+ 00008594  0x000009ba jam  0x0000000a , 0x00008a8e 
+ 00008595  0x000009bb fetch  0x00000001 , 0x00004099 
+ 00008596  0x000009bc beq  0x00000010 , 0x00002189 
+ 00008597  0x000009bd setarg  0x00005762 
+ 00008598  0x000009be store  0x00000002 , 0x00008907 
+ 00008599  0x000009c0 jam  0x00000003 , 0x00008901 
+ 00008600  0x000009c1 jam  0x00000084 , 0x00008920 
+ 00008601  0x000009c2 rtnmark1  0x0000002d 
+ 00008602  0x000009c3 jam  0x00000001 , 0x00008901 
+ 00008603  0x000009c4 jam  0x00000080 , 0x00008920 
+ 00008604  0x000009c5 jam  0x00000007 , 0x00008a82 
+ 00008605  0x000009c6 jam  0x00000044 , 0x00008a8d 
+ 00008606  0x000009c7 jam  0x0000000a , 0x00008a8e 
+ 00008607  0x000009c8 fetch  0x00000001 , 0x00004099 
+ 00008608  0x000009c9 beq  0x00000010 , 0x0000218c 
+ 00008609  0x000009ca setarg  0x00002bb1 
+ 00008610  0x000009cb store  0x00000002 , 0x00008907 
+ 00008611  0x000009cd rtnmark0  0x0000002f 
+ 00008612  0x000009ce jam  0x00000005 , 0x00008901 
+ 00008613  0x000009cf rtn 
+ 00008614  0x000009d2 bpatch  0x00000015 , 0x00004002 
+ 00008615  0x000009d3 call  0x0000686f 
+ 00008616  0x000009d4 call  0x000021ba 
+ 00008617  0x000009d5 force  0x00000008 , 0x00000015 
+ 00008618  0x000009d6 force  0x00000000 , 0x00000015 
+ 00008619  0x000009d8 setarg  0x000aaada 
+ 00008620  0x000009d9 store  0x00000003 , 0x00008a0f 
+ 00008621  0x000009da jam  0x00000040 , 0x00008a25 
+ 00008622  0x000009db jam  0x00000010 , 0x00008a26 
+ 00008623  0x000009dc nop  0x0000003c 
+ 00008624  0x000009dd jam  0x000000fb , 0x00008a01 
+ 00008625  0x000009de jam  0x000000ff , 0x00008a25 
+ 00008626  0x000009df jam  0x00000030 , 0x00008a26 
+ 00008627  0x000009e0 jam  0x0000005e , 0x00008a16 
+ 00008628  0x000009e1 nop  0x00000014 
+ 00008629  0x000009e2 jam  0x00000000 , 0x00008a10 
+ 00008630  0x000009e3 jam  0x00000008 , 0x00008a11 
+ 00008631  0x000009e4 nop  0x00000078 
+ 00008632  0x000009e5 jam  0x0000000d , 0x00008900 
+ 00008633  0x000009e6 rtn 
+ 00008634  0x000009ea fetch  0x00000001 , 0x00004143 
+ 00008635  0x000009eb beq  0x000000ff , 0x000021c1 
+ 00008636  0x000009ec arg  0x00004144 , 0x00000006 
+ 00008637  0x000009ed iadd  0x00000006 , 0x00000006 
+ 00008638  0x000009ee ifetch  0x00000001 , 0x00000006 
+ 00008639  0x000009ef store  0x00000001 , 0x00008961 
+ 00008640  0x000009f0 jam  0x00000027 , 0x00008960 
+ 00008641  0x000009f3 fetcht  0x00000001 , 0x00004147 
+ 00008642  0x000009f4 fetch  0x00000001 , 0x00008960 
+ 00008643  0x000009f5 ior  0x00000002 , 0x0000003f 
+ 00008644  0x000009f6 store  0x00000001 , 0x00008960 
+ 00008645  0x000009f7 rtn 
+ 00008646  0x000009fb jam  0x00000003 , 0x00008900 
+ 00008647  0x000009fc jam  0x00000002 , 0x00008a24 
+ 00008648  0x000009fd nop  0x00000014 
+ 00008649  0x000009fe jam  0x00000065 , 0x00008a70 
+ 00008650  0x000009ff jam  0x000000df , 0x00008a23 
+ 00008651  0x00000a00 call  0x0000218f 
+ 00008652  0x00000a01 call  0x000021e8 
+ 00008653  0x00000a02 storet  0x00000001 , 0x00000008 
+ 00008654  0x00000a03 increase  0x00000002 , 0x00000002 
+ 00008655  0x00000a04 branch  0x00002179 
+ 00008656  0x00000a09 bpatch  0x00000016 , 0x00004002 
+ 00008657  0x00000a0a setarg  0x00000960 
+ 00008658  0x00000a0b iadd  0x00000002 , 0x0000003f 
+ 00008659  0x00000a0c copy  0x0000003f , 0x00000011 
+ 00008660  0x00000a0d fetcht  0x00000001 , 0x00004099 
+ 00008661  0x00000a0e rshift  0x00000002 , 0x00000002 
+ 00008662  0x00000a0f idiv  0x00000002 
+ 00008663  0x00000a11 call  0x00007d62 
+ 00008664  0x00000a12 quotient  0x0000003f 
+ 00008665  0x00000a13 store  0x00000002 , 0x00008909 
+ 00008666  0x00000a14 remainder  0x0000003f 
+ 00008667  0x00000a15 lshift16  0x0000003f , 0x0000003f 
+ 00008668  0x00000a16 lshift8  0x0000003f , 0x0000003f 
+ 00008669  0x00000a17 idiv  0x00000002 
+ 00008670  0x00000a18 call  0x00007d62 
+ 00008671  0x00000a19 quotient  0x0000003f 
+ 00008672  0x00000a1a store  0x00000003 , 0x0000890b 
+ 00008673  0x00000a1f storer  0x00000011 , 0x00000001 , 0x00008a22 
+ 00008674  0x00000a20 rshift8  0x00000011 , 0x00000011 
+ 00008675  0x00000a21 storer  0x00000011 , 0x00000001 , 0x00008a21 
+ 00008676  0x00000a22 jam  0x000000a0 , 0x00008a20 
+ 00008677  0x00000a23 jam  0x000000e0 , 0x00008a20 
+ 00008678  0x00000a24 jam  0x000000a0 , 0x00008a20 
+ 00008679  0x00000a25 rtn 
+ 00008680  0x00000a28 add  0x00000002 , 0x00000002 , 0x0000003f 
+ 00008681  0x00000a29 rshift3  0x0000003f , 0x0000003f 
+ 00008682  0x00000a2a and_into  0xfffffffe , 0x0000003f 
+ 00008683  0x00000a2b arg  0x0000411d , 0x00000006 
+ 00008684  0x00000a2c bmark0  0x0000002d , 0x000021ee 
+ 00008685  0x00000a2d increase  0x0000000c , 0x00000006 
+ 00008686  0x00000a2f iadd  0x00000006 , 0x00000006 
+ 00008687  0x00000a30 ifetchr  0x00000011 , 0x00000002 , 0x00000006 
+ 00008688  0x00000a31 ifetch  0x00000002 , 0x00000006 
+ 00008689  0x00000a32 isub  0x00000011 , 0x0000003f 
+ 00008690  0x00000a33 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00008691  0x00000a34 and_into  0x0000000f , 0x00000006 
+ 00008692  0x00000a35 imul32  0x00000006 , 0x0000003f 
+ 00008693  0x00000a36 rshift4  0x0000003f , 0x0000003f 
+ 00008694  0x00000a37 iadd  0x00000011 , 0x0000003f 
+ 00008695  0x00000a38 store  0x00000002 , 0x00008905 
+ 00008696  0x00000a39 rtn 
+ 00008697  0x00000a3e bpatch  0x00000017 , 0x00004002 
+ 00008698  0x00000a3f call  0x000021c6 
+ 00008699  0x00000a40 nop  0x00000258 
+ 00008700  0x00000a43 bpatch  0x00000018 , 0x00004003 
+ 00008701  0x00000a44 setarg  0x000aaa7e 
+ 00008702  0x00000a45 store  0x00000003 , 0x00008a0f 
+ 00008703  0x00000a46 nop  0x0000003c 
+ 00008704  0x00000a47 jam  0x00000000 , 0x00008a25 
+ 00008705  0x00000a48 jam  0x0000000d , 0x00008a26 
+ 00008706  0x00000a49 jam  0x00000056 , 0x00008a16 
+ 00008707  0x00000a4a nop  0x0000001e 
+ 00008708  0x00000a4b jam  0x0000001b , 0x00008a15 
+ 00008709  0x00000a4c call  0x0000220c 
+ 00008710  0x00000a4d nop  0x00000014 
+ 00008711  0x00000a4e jam  0x0000000f , 0x00008a26 
+ 00008712  0x00000a4f nop  0x00000014 
+ 00008713  0x00000a50 jam  0x000000a8 , 0x00008a10 
+ 00008714  0x00000a51 jam  0x00000000 , 0x00008a11 
+ 00008715  0x00000a52 rtn 
+ 00008716  0x00000a55 bpatch  0x00000019 , 0x00004003 
+ 00008717  0x00000a56 fetch  0x00000001 , 0x00004141 
+ 00008718  0x00000a57 beq  0x00000000 , 0x00002217 
+ 00008719  0x00000a58 beq  0x00000003 , 0x0000221c 
+ 00008720  0x00000a59 beq  0x00000005 , 0x00002221 
+ 00008721  0x00000a5a beq  0x00000007 , 0x00002225 
+ 00008722  0x00000a5b beq  0x0000000a , 0x00002229 
+ 00008723  0x00000a5c beq  0x00000083 , 0x0000222d 
+ 00008724  0x00000a5d beq  0x00000085 , 0x00002231 
+ 00008725  0x00000a5e beq  0x0000008a , 0x00002235 
+ 00008726  0x00000a5f beq  0x00000094 , 0x00002239 
+ 00008727  0x00000a61 jam  0x00000017 , 0x00008a14 
+ 00008728  0x00000a62 setarg  0x00251a3f 
+ 00008729  0x00000a63 store  0x00000003 , 0x00008a60 
+ 00008730  0x00000a65 jam  0x00000028 , 0x00008a63 
+ 00008731  0x00000a66 rtn 
+ 00008732  0x00000a69 jam  0x00000025 , 0x00008a14 
+ 00008733  0x00000a6a setarg  0x00a91c2d 
+ 00008734  0x00000a6b store  0x00000003 , 0x00008a60 
+ 00008735  0x00000a6d jam  0x0000002f , 0x00008a63 
+ 00008736  0x00000a6e rtn 
+ 00008737  0x00000a71 jam  0x00000025 , 0x00008a14 
+ 00008738  0x00000a72 setarg  0x00a91c3f 
+ 00008739  0x00000a73 store  0x00000003 , 0x00008a60 
+ 00008740  0x00000a74 branch  0x0000221f 
+ 00008741  0x00000a77 jam  0x00000025 , 0x00008a14 
+ 00008742  0x00000a78 setarg  0x00a9383f 
+ 00008743  0x00000a79 store  0x00000003 , 0x00008a60 
+ 00008744  0x00000a7a branch  0x0000221f 
+ 00008745  0x00000a7d jam  0x00000025 , 0x00008a14 
+ 00008746  0x00000a7e setarg  0x00a93f3f 
+ 00008747  0x00000a7f store  0x00000003 , 0x00008a60 
+ 00008748  0x00000a80 branch  0x0000221f 
+ 00008749  0x00000a84 jam  0x00000017 , 0x00008a14 
+ 00008750  0x00000a85 setarg  0x00251827 
+ 00008751  0x00000a86 store  0x00000003 , 0x00008a60 
+ 00008752  0x00000a87 branch  0x0000221a 
+ 00008753  0x00000a8a jam  0x00000017 , 0x00008a14 
+ 00008754  0x00000a8b setarg  0x0025181c 
+ 00008755  0x00000a8c store  0x00000003 , 0x00008a60 
+ 00008756  0x00000a8d branch  0x0000221a 
+ 00008757  0x00000a90 jam  0x00000017 , 0x00008a14 
+ 00008758  0x00000a91 setarg  0x0025180b 
+ 00008759  0x00000a92 store  0x00000003 , 0x00008a60 
+ 00008760  0x00000a93 branch  0x0000221a 
+ 00008761  0x00000a96 jam  0x00000017 , 0x00008a14 
+ 00008762  0x00000a97 setarg  0x00251000 
+ 00008763  0x00000a98 store  0x00000003 , 0x00008a60 
+ 00008764  0x00000a99 branch  0x0000221a 
+ 00008765  0x00000a9e jam  0x00000006 , 0x00008042 
+ 00008766  0x00000aa0 fetch  0x00000002 , 0x0000409c 
+ 00008767  0x00000aa1 bbit0  0x0000000e , 0x0000223e 
+ 00008768  0x00000aa2 iforce  0x00000006 
+ 00008769  0x00000aa3 arg  0x00008a00 , 0x00000002 
+ 00008770  0x00000aa5 ifetch  0x00000001 , 0x00000006 
+ 00008771  0x00000aa6 beq  0x000000ff , 0x00002248 
+ 00008772  0x00000aa7 ior  0x00000002 , 0x00000005 
+ 00008773  0x00000aa8 ifetch  0x00000001 , 0x00000006 
+ 00008774  0x00000aa9 istore  0x00000001 , 0x00000005 
+ 00008775  0x00000aaa branch  0x00002242 
+ 00008776  0x00000aad bpatch  0x0000001a , 0x00004003 
+ 00008777  0x00000aae fetch  0x00000001 , 0x00004436 
+ 00008778  0x00000aaf call  0x000070d7 , 0x00000034 
+ 00008779  0x00000ab1 until  0x0000003e , 0x00000033 
+ 00008780  0x00000ab2 jam  0x0000005f , 0x0000813b 
+ 00008781  0x00000ab3 fetch  0x00000001 , 0x00004099 
+ 00008782  0x00000ab4 beq  0x00000010 , 0x00002266 
+ 00008783  0x00000ab5 fetch  0x00000001 , 0x00004438 
+ 00008784  0x00000ab6 or_into  0x00000004 , 0x0000003f 
+ 00008785  0x00000ab7 store  0x00000001 , 0x00008a02 
+ 00008786  0x00000ab8 jam  0x00000001 , 0x0000890f 
+ 00008787  0x00000ab9 jam  0x00000024 , 0x00008a80 
+ 00008788  0x00000aba jam  0x00000062 , 0x00008a81 
+ 00008789  0x00000abb setarg  0x00e61212 
+ 00008790  0x00000abc store  0x00000003 , 0x00008a73 
+ 00008791  0x00000abf jam  0x00000060 , 0x00008a86 
+ 00008792  0x00000ac0 jam  0x0000003b , 0x00008a8b 
+ 00008793  0x00000ac2 call  0x00002286 
+ 00008794  0x00000ac3 jam  0x00000000 , 0x00008043 
+ 00008795  0x00000ac4 jam  0x00000005 , 0x00008042 
+ 00008796  0x00000ac5 setarg  0x00557474 
+ 00008797  0x00000ac6 store  0x00000003 , 0x00008968 
+ 00008798  0x00000ac7 jam  0x0000006e , 0x00008960 
+ 00008799  0x00000ac8 call  0x00002133 
+ 00008800  0x00000ac9 call  0x00002271 
+ 00008801  0x00000aca fetch  0x00000001 , 0x0000411c 
+ 00008802  0x00000acb store  0x00000001 , 0x0000813a 
+ 00008803  0x00000acd jam  0x0000000c , 0x00004148 
+ 00008804  0x00000ace call  0x00006f4e 
+ 00008805  0x00000acf branch  0x000022b4 
+ 00008806  0x00000ad2 fetch  0x00000001 , 0x00004438 
+ 00008807  0x00000ad3 or_into  0x00000006 , 0x0000003f 
+ 00008808  0x00000ad4 store  0x00000001 , 0x00008a02 
+ 00008809  0x00000ad5 jam  0x00000000 , 0x0000890f 
+ 00008810  0x00000ad6 jam  0x00000023 , 0x00008a80 
+ 00008811  0x00000ad7 jam  0x000000b0 , 0x00008a81 
+ 00008812  0x00000ad8 setarg  0x00e40909 
+ 00008813  0x00000ad9 store  0x00000003 , 0x00008a73 
+ 00008814  0x00000ada jam  0x0000002a , 0x00008a76 
+ 00008815  0x00000adb jam  0x00000004 , 0x00008902 
+ 00008816  0x00000adc branch  0x00002257 
+ 00008817  0x00000adf bpatch  0x0000001b , 0x00004003 
+ 00008818  0x00000ae0 call  0x00002160 
+ 00008819  0x00000ae1 jam  0x00000003 , 0x00008900 
+ 00008820  0x00000ae2 jam  0x00000001 , 0x00008a70 
+ 00008821  0x00000ae3 arg  0x0000411d , 0x00000012 
+ 00008822  0x00000ae4 arg  0x00004135 , 0x00000018 
+ 00008823  0x00000ae5 call  0x0000227c 
+ 00008824  0x00000ae6 set1  0x0000002d , 0x00000000 
+ 00008825  0x00000ae7 call  0x0000227c 
+ 00008826  0x00000ae8 jam  0x00000061 , 0x00008a70 
+ 00008827  0x00000ae9 branch  0x00002152 
+ 00008828  0x00000aec call  0x0000218f 
+ 00008829  0x00000aed arg  0x00000006 , 0x00000039 
+ 00008830  0x00000aee arg  0x00000000 , 0x00000013 
+ 00008831  0x00000af0 copy  0x00000013 , 0x00000002 
+ 00008832  0x00000af1 call  0x00002294 
+ 00008833  0x00000af2 increase  0x00000002 , 0x00000012 
+ 00008834  0x00000af3 increase  0x00000001 , 0x00000018 
+ 00008835  0x00000af4 increase  0x00000010 , 0x00000013 
+ 00008836  0x00000af5 loop  0x0000227f 
+ 00008837  0x00000af6 rtn 
+ 00008838  0x00000af9 fetch  0x00000001 , 0x00004099 
+ 00008839  0x00000afa beq  0x00000018 , 0x0000228c 
+ 00008840  0x00000afb fetch  0x00000001 , 0x00004438 
+ 00008841  0x00000afc or_into  0x00000006 , 0x0000003f 
+ 00008842  0x00000afd store  0x00000001 , 0x00008a02 
+ 00008843  0x00000afe jam  0x000000e0 , 0x00008a05 
+ 00008844  0x00000b00 jam  0x000000c8 , 0x00008a00 
+ 00008845  0x00000b01 nop  0x0000003c 
+ 00008846  0x00000b02 jam  0x000000a0 , 0x00008a01 
+ 00008847  0x00000b03 jam  0x000000cf , 0x00008a00 
+ 00008848  0x00000b04 jam  0x000000fa , 0x00008a01 
+ 00008849  0x00000b05 nop  0x00000014 
+ 00008850  0x00000b06 jam  0x0000008f , 0x00008a00 
+ 00008851  0x00000b07 rtn 
+ 00008852  0x00000b0a bpatch  0x0000001c , 0x00004003 
+ 00008853  0x00000b0b jam  0x00000030 , 0x00008a20 
+ 00008854  0x00000b0c jam  0x000000dd , 0x00008a23 
+ 00008855  0x00000b0d call  0x000021d0 
+ 00008856  0x00000b0f fetch  0x00000001 , 0x00008a7c 
+ 00008857  0x00000b10 bbit0  0x00000000 , 0x00002298 
+ 00008858  0x00000b11 jam  0x00000030 , 0x00008a7b 
+ 00008859  0x00000b12 call  0x000022ae 
+ 00008860  0x00000b13 iforce  0x00000011 
+ 00008861  0x00000b14 jam  0x00000040 , 0x00008a7b 
+ 00008862  0x00000b15 call  0x000022ae 
+ 00008863  0x00000b16 isub  0x00000011 , 0x0000003f 
+ 00008864  0x00000b17 mul32  0x0000003f , 0x0000007d , 0x00000002 
+ 00008865  0x00000b18 setarg  0x00b00000 
+ 00008866  0x00000b19 idiv  0x00000002 
+ 00008867  0x00000b1a call  0x00007d62 
+ 00008868  0x00000b1b quotient  0x0000003f 
+ 00008869  0x00000b1c bmark0  0x0000002d , 0x000022a7 
+ 00008870  0x00000b1d lshift  0x0000003f , 0x0000003f 
+ 00008871  0x00000b1f istore  0x00000002 , 0x00000012 
+ 00008872  0x00000b20 jam  0x00000020 , 0x00008a7b 
+ 00008873  0x00000b21 fetch  0x00000001 , 0x00008a7e 
+ 00008874  0x00000b22 lshift4  0x0000003f , 0x0000003f 
+ 00008875  0x00000b23 istore  0x00000001 , 0x00000018 
+ 00008876  0x00000b24 jam  0x00000000 , 0x00008a7b 
+ 00008877  0x00000b25 rtn 
+ 00008878  0x00000b28 fetch  0x00000002 , 0x00008a7d 
+ 00008879  0x00000b29 byteswap  0x0000003f , 0x0000003f 
+ 00008880  0x00000b2a fetcht  0x00000001 , 0x00008a7c 
+ 00008881  0x00000b2b lshift16  0x00000002 , 0x00000002 
+ 00008882  0x00000b2c ior  0x00000002 , 0x0000003f 
+ 00008883  0x00000b2d rtn 
+ 00008884  0x00000b31 bpatch  0x0000001d , 0x00004003 
+ 00008885  0x00000b32 fetch  0x00000001 , 0x00008a0d 
+ 00008886  0x00000b33 set1  0x00000000 , 0x0000003f 
+ 00008887  0x00000b34 store  0x00000001 , 0x00008a0d 
+ 00008888  0x00000b35 jam  0x000000f0 , 0x00008a0e 
+ 00008889  0x00000b36 fetch  0x00000001 , 0x00008a05 
+ 00008890  0x00000b37 or_into  0x00000016 , 0x0000003f 
+ 00008891  0x00000b38 store  0x00000001 , 0x00008a05 
+ 00008892  0x00000b3a fetch  0x00000001 , 0x00004411 
+ 00008893  0x00000b3b store  0x00000001 , 0x00000678 
+ 00008894  0x00000b3c fetch  0x00000001 , 0x00004408 
+ 00008895  0x00000b3d store  0x00000001 , 0x00000679 
+ 00008896  0x00000b3e jam  0x00000000 , 0x00004411 
+ 00008897  0x00000b3f fetch  0x00000001 , 0x0000443e 
+ 00008898  0x00000b40 store  0x00000001 , 0x00004408 
+ 00008899  0x00000b41 fetcht  0x00000001 , 0x0000443d 
+ 00008900  0x00000b42 call  0x00006f0f 
+ 00008901  0x00000b44 arg  0x00000000 , 0x00000011 
+ 00008902  0x00000b45 arg  0x00000008 , 0x00000039 
+ 00008903  0x00000b47 call  0x00006f82 
+ 00008904  0x00000b48 fetch  0x00000002 , 0x0000440a 
+ 00008905  0x00000b49 iadd  0x00000011 , 0x00000011 
+ 00008906  0x00000b4a loop  0x000022c7 
+ 00008907  0x00000b4b rshift3  0x00000011 , 0x00000011 
+ 00008908  0x00000b4c store  0x00000002 , 0x0000440a 
+ 00008909  0x00000b4e fetch  0x00000001 , 0x00000678 
+ 00008910  0x00000b4f store  0x00000001 , 0x00004411 
+ 00008911  0x00000b50 fetch  0x00000001 , 0x00000679 
+ 00008912  0x00000b51 store  0x00000001 , 0x00004408 
+ 00008913  0x00000b53 fetch  0x00000001 , 0x00008a05 
+ 00008914  0x00000b54 and_into  0x000000e0 , 0x0000003f 
+ 00008915  0x00000b55 store  0x00000001 , 0x00008a05 
+ 00008916  0x00000b56 jam  0x00000000 , 0x00008a0e 
+ 00008917  0x00000b57 fetch  0x00000001 , 0x00008a0d 
+ 00008918  0x00000b58 set0  0x00000000 , 0x0000003f 
+ 00008919  0x00000b59 store  0x00000001 , 0x00008a0d 
+ 00008920  0x00000b5b call  0x00006fb0 
+ 00008921  0x00000b5c fetcht  0x00000002 , 0x0000443b 
+ 00008922  0x00000b5d isub  0x00000002 , 0x0000003e 
+ 00008923  0x00000b5e branch  0x000022e4 , 0x00000002 
+ 00008924  0x00000b5f fetcht  0x00000002 , 0x00004439 
+ 00008925  0x00000b60 isub  0x00000002 , 0x0000003e 
+ 00008926  0x00000b61 rtn  0x00000002 
+ 00008927  0x00000b63 fetch  0x00000001 , 0x00004438 
+ 00008928  0x00000b64 rtneq  0x00000000 
+ 00008929  0x00000b65 increase  0xffffffe0 , 0x0000003f 
+ 00008930  0x00000b66 store  0x00000001 , 0x00004438 
+ 00008931  0x00000b67 rtn 
+ 00008932  0x00000b6a fetch  0x00000001 , 0x00004438 
+ 00008933  0x00000b6b rtneq  0x000000e0 
+ 00008934  0x00000b6c increase  0x00000020 , 0x0000003f 
+ 00008935  0x00000b6d store  0x00000001 , 0x00004438 
+ 00008936  0x00000b6e rtn 
+ 00008937  0x00000b72 bpatch  0x0000001e , 0x00004003 
+ 00008938  0x00000b74 fetch  0x00000001 , 0x000089a2 
+ 00008939  0x00000b75 isolate1  0x00000006 , 0x0000003f 
+ 00008940  0x00000b76 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00008941  0x00000b77 store  0x00000001 , 0x00004142 
+ 00008942  0x00000b79 fetch  0x00000001 , 0x000089a3 
+ 00008943  0x00000b7a and  0x0000003f , 0x0000000f , 0x00000002 
+ 00008944  0x00000b7b lshift  0x00000002 , 0x00000002 
+ 00008945  0x00000b7c rshift4  0x0000003f , 0x0000003f 
+ 00008946  0x00000b7d iadd  0x00000002 , 0x00000002 
+ 00008947  0x00000b7e mul32  0x00000002 , 0x00000003 , 0x00000011 
+ 00008948  0x00000b80 fetch  0x00000001 , 0x00004142 
+ 00008949  0x00000b81 call  0x000022ff 
+ 00008950  0x00000b82 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00008951  0x00000b83 iadd  0x00000011 , 0x0000003f 
+ 00008952  0x00000b84 increase  0xfffffff7 , 0x0000003f 
+ 00008953  0x00000b85 and  0x0000003f , 0x000001ff , 0x0000003f 
+ 00008954  0x00000b86 isolate1  0x00000008 , 0x0000003f 
+ 00008955  0x00000b87 nbranch  0x000022fd , 0x00000001 
+ 00008956  0x00000b88 setarg  0x00000000 
+ 00008957  0x00000b8a store  0x00000001 , 0x00000035 
+ 00008958  0x00000b8b branch  0x00002304 
+ 00008959  0x00000b8e isolate1  0x00000007 , 0x0000003f 
+ 00008960  0x00000b8f nrtn  0x00000001 
+ 00008961  0x00000b90 arg  0x0000ff00 , 0x00000002 
+ 00008962  0x00000b91 ior  0x00000002 , 0x0000003f 
+ 00008963  0x00000b92 rtn 
+ 00008964  0x00000b95 fetch  0x00000001 , 0x00000035 
+ 00008965  0x00000b96 call  0x00002308 
+ 00008966  0x00000b97 store  0x00000001 , 0x00000009 
+ 00008967  0x00000b98 rtn 
+ 00008968  0x00000b9b and_into  0x000000ff , 0x0000003f 
+ 00008969  0x00000b9c div  0x0000003f , 0x0000000a 
+ 00008970  0x00000b9d call  0x00007d5f 
+ 00008971  0x00000b9e lshift4  0x0000003f , 0x0000003f 
+ 00008972  0x00000b9f remainder  0x00000002 
+ 00008973  0x00000ba0 ior  0x00000002 , 0x0000003f 
+ 00008974  0x00000ba1 rtn 
+ 00008975  0x00000ba4 bpatch  0x0000001f , 0x00004003 
+ 00008976  0x00000ba5 fetch  0x00000001 , 0x00004143 
+ 00008977  0x00000ba6 rtneq  0x000000ff 
+ 00008978  0x00000ba7 nbranch  0x00002336 , 0x00000018 
+ 00008979  0x00000ba8 fetch  0x00000001 , 0x00004142 
+ 00008980  0x00000ba9 sub  0x0000003f , 0x000000f0 , 0x0000003e 
+ 00008981  0x00000baa nbranch  0x0000233a , 0x00000002 
+ 00008982  0x00000bab sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00008983  0x00000bac branch  0x0000233a , 0x00000002 
+ 00008984  0x00000bae fetchr  0x00000011 , 0x00000001 , 0x00008961 
+ 00008985  0x00000baf fetch  0x00000001 , 0x00004143 
+ 00008986  0x00000bb0 rtneq  0x00000000 
+ 00008987  0x00000bb1 arg  0x00004144 , 0x00000006 
+ 00008988  0x00000bb2 iadd  0x00000006 , 0x00000006 
+ 00008989  0x00000bb3 ifetch  0x00000001 , 0x00000006 
+ 00008990  0x00000bb4 isub  0x00000011 , 0x0000003e 
+ 00008991  0x00000bb5 nrtn  0x00000005 
+ 00008992  0x00000bb6 increase  0xfffffffe , 0x00000006 
+ 00008993  0x00000bb7 ifetcht  0x00000001 , 0x00000006 
+ 00008994  0x00000bb8 rshift4  0x00000002 , 0x0000003f 
+ 00008995  0x00000bb9 rshift4  0x00000011 , 0x00000012 
+ 00008996  0x00000bba isub  0x00000012 , 0x00000012 
+ 00008997  0x00000bbb and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00008998  0x00000bbc and  0x00000011 , 0x0000000f , 0x00000011 
+ 00008999  0x00000bbd isub  0x00000011 , 0x00000011 
+ 00009000  0x00000bbe lshift  0x00000011 , 0x0000003f 
+ 00009001  0x00000bbf iadd  0x00000012 , 0x00000012 
+ 00009002  0x00000bc0 mul32  0x00000012 , 0x00000003 , 0x00000012 
+ 00009003  0x00000bc1 fetcht  0x00000001 , 0x00004142 
+ 00009004  0x00000bc2 and  0x00000002 , 0x00000080 , 0x0000003f 
+ 00009005  0x00000bc3 rtn  0x00000034 
+ 00009006  0x00000bc5 setarg  0x00000100 
+ 00009007  0x00000bc6 isub  0x00000002 , 0x00000002 
+ 00009008  0x00000bc7 copy  0x00000012 , 0x0000003f 
+ 00009009  0x00000bc8 isub  0x00000002 , 0x0000003f 
+ 00009010  0x00000bc9 rtn  0x00000002 
+ 00009011  0x00000bca and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00009012  0x00000bcb rtneq  0x000000ff 
+ 00009013  0x00000bcc rtneq  0x000000fe 
+ 00009014  0x00000bcf fetch  0x00000001 , 0x00004143 
+ 00009015  0x00000bd0 beq  0x00000001 , 0x0000233f 
+ 00009016  0x00000bd1 beq  0x00000002 , 0x00002341 
+ 00009017  0x00000bd3 branch  0x0000233f 
+ 00009018  0x00000bd6 fetch  0x00000001 , 0x00004143 
+ 00009019  0x00000bd7 beq  0x00000000 , 0x00002341 
+ 00009020  0x00000bd8 beq  0x00000001 , 0x0000233d 
+ 00009021  0x00000bdb jam  0x00000002 , 0x00004143 
+ 00009022  0x00000bdc rtn 
+ 00009023  0x00000bdf jam  0x00000000 , 0x00004143 
+ 00009024  0x00000be0 rtn 
+ 00009025  0x00000be3 jam  0x00000001 , 0x00004143 
+ 00009026  0x00000be4 rtn 
+ 00009027  0x00000bec copy  0x0000003f , 0x00000002 
+ 00009028  0x00000bed bpatch  0x00000020 , 0x00004004 
+ 00009029  0x00000bee copy  0x00000002 , 0x0000003f 
+ 00009030  0x00000bef call  0x00007d2c 
+ 00009031  0x00000bf0 lshift16  0x00000021 , 0x0000003f 
+ 00009032  0x00000bf1 set1  0x0000002c , 0x0000003f 
+ 00009033  0x00000bf2 call  0x00007d12 
+ 00009034  0x00000bf3 set0  0x0000002c , 0x0000003f 
+ 00009035  0x00000bf4 call  0x00002352 
+ 00009036  0x00000bf5 call  0x00007d12 
+ 00009037  0x00000bf6 rtn  0x00000028 
+ 00009038  0x00000bf7 call  0x00007d1f 
+ 00009039  0x00000bf8 iforce  0x0000001b 
+ 00009040  0x00000bf9 until  0x0000003e , 0x00000003 
+ 00009041  0x00000bfa rtn 
+ 00009042  0x00000bfe copy  0x00000019 , 0x00000002 
+ 00009043  0x00000bff rtn  0x00000029 
+ 00009044  0x00000c00 copy  0x0000001a , 0x00000002 
+ 00009045  0x00000c01 rtn 
+ 00009046  0x00000c04 deposit  0x00000022 
+ 00009047  0x00000c05 rtn  0x00000029 
+ 00009048  0x00000c06 deposit  0x00000028 
+ 00009049  0x00000c07 rtn 
+ 00009050  0x00000c0b bpatch  0x00000021 , 0x00004004 
+ 00009051  0x00000c0c branch  0x0000235a 
+ 00009052  0x00000c10 rtn  0x00000034 
+ 00009053  0x00000c12 rshift  0x0000003f , 0x0000003f 
+ 00009054  0x00000c13 increase  0xfffffffd , 0x0000003f 
+ 00009055  0x00000c15 increase  0xffffffff , 0x0000003f 
+ 00009056  0x00000c16 nbranch  0x0000235f , 0x00000005 
+ 00009057  0x00000c17 force  0x00000000 , 0x0000003f 
+ 00009058  0x00000c18 rtn 
+ 00009059  0x00000c1e setarg  0x00000e43 
+ 00009060  0x00000c1f store  0x00000002 , 0x00000036 
+ 00009061  0x00000c20 setarg  0x00000600 
+ 00009062  0x00000c21 store  0x00000002 , 0x00000038 
+ 00009063  0x00000c22 setarg  0x00000600 
+ 00009064  0x00000c23 store  0x00000002 , 0x0000003a 
+ 00009065  0x00000c24 setarg  0x00000d00 
+ 00009066  0x00000c25 store  0x00000002 , 0x00000040 
+ 00009067  0x00000c26 setarg  0x000003bb 
+ 00009068  0x00000c27 store  0x00000002 , 0x0000003c 
+ 00009069  0x00000c28 setarg  0x00000500 
+ 00009070  0x00000c29 store  0x00000002 , 0x0000003e 
+ 00009071  0x00000c2a setarg  0x000007d0 
+ 00009072  0x00000c2b store  0x00000002 , 0x00000042 
+ 00009073  0x00000c2c setarg  0x00000ea6 
+ 00009074  0x00000c2d store  0x00000002 , 0x00000044 
+ 00009075  0x00000c2e setarg  0x000001e0 
+ 00009076  0x00000c2f store  0x00000002 , 0x00000046 
+ 00009077  0x00000c30 setarg  0x00000120 
+ 00009078  0x00000c31 store  0x00000002 , 0x00000048 
+ 00009079  0x00000c32 setarg  0x0000011a 
+ 00009080  0x00000c33 store  0x00000002 , 0x0000004a 
+ 00009081  0x00000c35 bpatch  0x00000022 , 0x00004004 
+ 00009082  0x00000c36 rtn  0x0000002b 
+ 00009083  0x00000c37 setarg  0x00000017 
+ 00009084  0x00000c38 store  0x00000002 , 0x000042e3 
+ 00009085  0x00000c39 jam  0x0000008b , 0x00004167 
+ 00009086  0x00000c3a setarg  0x00000d00 
+ 00009087  0x00000c3b store  0x00000002 , 0x0000433f 
+ 00009088  0x00000c3c setarg  0x00000060 
+ 00009089  0x00000c3d store  0x00000002 , 0x00004341 
+ 00009090  0x00000c3e rshift  0x00000022 , 0x0000003f 
+ 00009091  0x00000c3f store  0x00000004 , 0x00004095 
+ 00009092  0x00000c40 rtn 
+ 00009093  0x00000c48 setarg  0x0000ee21 
+ 00009094  0x00000c49 store  0x00000002 , 0x00008050 
+ 00009095  0x00000c4a fetchr  0x00000030 , 0x00000004 , 0x0000811c 
+ 00009096  0x00000c4b fetch  0x00000001 , 0x00008132 
+ 00009097  0x00000c4c bbit0  0x00000005 , 0x0000239c 
+ 00009098  0x00000c4d enable  0x0000002b 
+ 00009099  0x00000c4e bbit1  0x00000004 , 0x00002393 
+ 00009100  0x00000c4f disable  0x0000002b 
+ 00009101  0x00000c50 deposit  0x00000027 
+ 00009102  0x00000c51 nbranch  0x00002393 , 0x00000034 
+ 00009103  0x00000c52 fetch  0x00000001 , 0x00008142 
+ 00009104  0x00000c53 bbit1  0x00000004 , 0x00002393 
+ 00009105  0x00000c54 arg  0xffffffff , 0x00000002 
+ 00009106  0x00000c55 branch  0x00002434 
+ 00009107  0x00000c57 call  0x000023a0 
+ 00009108  0x00000c58 call  0x000023e6 , 0x0000002b 
+ 00009109  0x00000c59 fetch  0x00000001 , 0x00008132 
+ 00009110  0x00000c5a set0  0x00000005 , 0x0000003f 
+ 00009111  0x00000c5b store  0x00000001 , 0x00008132 
+ 00009112  0x00000c5c nbranch  0x0000239d , 0x0000002b 
+ 00009113  0x00000c5d nop  0x00000001 
+ 00009114  0x00000c5e storer  0x00000030 , 0x00000004 , 0x0000069d 
+ 00009115  0x00000c5f rtn 
+ 00009116  0x00000c62 call  0x000023a0 
+ 00009117  0x00000c64 call  0x00006a68 
+ 00009118  0x00000c65 storer  0x00000030 , 0x00000004 , 0x0000069d 
+ 00009119  0x00000c66 rtn 
+ 00009120  0x00000c69 until  0x0000003e , 0x00000033 
+ 00009121  0x00000c6a fetch  0x00000001 , 0x00008133 
+ 00009122  0x00000c6b and_into  0x00000088 , 0x0000003f 
+ 00009123  0x00000c6c store  0x00000001 , 0x00008133 
+ 00009124  0x00000c6d until  0x0000003e , 0x00000033 
+ 00009125  0x00000c6e fetch  0x00000001 , 0x00008132 
+ 00009126  0x00000c6f or_into  0x0000000f , 0x0000003f 
+ 00009127  0x00000c70 store  0x00000001 , 0x00008132 
+ 00009128  0x00000c71 until  0x0000003e , 0x00000033 
+ 00009129  0x00000c72 set1  0x00000007 , 0x0000003f 
+ 00009130  0x00000c73 store  0x00000001 , 0x00008132 
+ 00009131  0x00000c74 until  0x0000003e , 0x00000033 
+ 00009132  0x00000c75 set1  0x00000006 , 0x0000003f 
+ 00009133  0x00000c76 store  0x00000001 , 0x00008132 
+ 00009134  0x00000c77 until  0x0000003e , 0x00000033 
+ 00009135  0x00000c78 rtn 
+ 00009136  0x00000c7b until  0x0000003e , 0x00000033 
+ 00009137  0x00000c7c jam  0x00000076 , 0x0000813d 
+ 00009138  0x00000c7d until  0x0000003e , 0x00000033 
+ 00009139  0x00000c7e jam  0x00000037 , 0x0000813a 
+ 00009140  0x00000c7f rtn 
+ 00009141  0x00000c82 until  0x0000003e , 0x00000033 
+ 00009142  0x00000c83 jam  0x00000076 , 0x0000813d 
+ 00009143  0x00000c84 until  0x0000003e , 0x00000033 
+ 00009144  0x00000c85 jam  0x00000037 , 0x0000813a 
+ 00009145  0x00000c86 rtn 
+ 00009146  0x00000c8b fetch  0x00000001 , 0x000043cb 
+ 00009147  0x00000c8c lshift4  0x0000003f , 0x0000003f 
+ 00009148  0x00000c8e store  0x00000001 , 0x00008143 
+ 00009149  0x00000c8f until  0x0000003e , 0x00000033 
+ 00009150  0x00000c90 fetch  0x00000001 , 0x000043cc 
+ 00009151  0x00000c91 set1  0x00000005 , 0x0000003f 
+ 00009152  0x00000c92 set1  0x00000006 , 0x0000003f 
+ 00009153  0x00000c93 store  0x00000001 , 0x00008144 
+ 00009154  0x00000c94 branch  0x000023e2 
+ 00009155  0x00000c97 fetch  0x00000001 , 0x00008142 
+ 00009156  0x00000c98 set0  0x00000003 , 0x0000003f 
+ 00009157  0x00000c99 store  0x00000001 , 0x00008142 
+ 00009158  0x00000c9a rtn 
+ 00009159  0x00000c9d fetch  0x00000001 , 0x00008142 
+ 00009160  0x00000c9e set1  0x00000003 , 0x0000003f 
+ 00009161  0x00000c9f store  0x00000001 , 0x00008142 
+ 00009162  0x00000ca0 rtn 
+ 00009163  0x00000ca3 fetch  0x00000003 , 0x000040c3 
+ 00009164  0x00000ca4 arg  0x0000813e , 0x00000005 
+ 00009165  0x00000ca6 arg  0x00000003 , 0x00000039 
+ 00009166  0x00000ca7 branch  0x000023d1 
+ 00009167  0x00000caa arg  0x00008145 , 0x00000005 
+ 00009168  0x00000cac arg  0x00000004 , 0x00000039 
+ 00009169  0x00000cae until  0x0000003e , 0x00000033 
+ 00009170  0x00000caf istore  0x00000001 , 0x00000005 
+ 00009171  0x00000cb0 rshift8  0x0000003f , 0x0000003f 
+ 00009172  0x00000cb1 loop  0x000023d1 
+ 00009173  0x00000cb2 branch  0x000023e2 
+ 00009174  0x00000cb5 arg  0x00008149 , 0x00000005 
+ 00009175  0x00000cb6 branch  0x000023d0 
+ 00009176  0x00000cba fetch  0x00000001 , 0x00008133 
+ 00009177  0x00000cbb set0  0x00000003 , 0x0000003f 
+ 00009178  0x00000cbc store  0x00000001 , 0x00008133 
+ 00009179  0x00000cbd rtn 
+ 00009180  0x00000cc0 fetch  0x00000001 , 0x000040cb 
+ 00009181  0x00000cc1 rtn  0x00000034 
+ 00009182  0x00000cc2 set0  0x00000004 , 0x0000003f 
+ 00009183  0x00000cc3 branch  0x000023e1 
+ 00009184  0x00000cc6 store  0x00000001 , 0x000040cb 
+ 00009185  0x00000cc8 store  0x00000001 , 0x00008135 
+ 00009186  0x00000cca until  0x0000003e , 0x00000033 
+ 00009187  0x00000ccb rtn 
+ 00009188  0x00000ccf store  0x00000001 , 0x00008134 
+ 00009189  0x00000cd0 branch  0x000023e2 
+ 00009190  0x00000cd4 call  0x000023dc 
+ 00009191  0x00000cd5 fetch  0x00000001 , 0x000040ef 
+ 00009192  0x00000cd6 store  0x00000001 , 0x00008080 
+ 00009193  0x00000cd7 arg  0x000040cc , 0x00000006 
+ 00009194  0x00000cd8 arg  0x00008070 , 0x00000005 
+ 00009195  0x00000cd9 call  0x00007c8f 
+ 00009196  0x00000cda arg  0x000080d4 , 0x00000005 
+ 00009197  0x00000cdb call  0x00007c89 
+ 00009198  0x00000cdc fetchr  0x00000000 , 0x00000008 , 0x000040e7 
+ 00009199  0x00000cdd arg  0x0000814d , 0x00000006 
+ 00009200  0x00000cde arg  0x00000016 , 0x00000005 
+ 00009201  0x00000cdf arg  0x0000000c , 0x00000039 
+ 00009202  0x00000ce0 call  0x00007cda 
+ 00009203  0x00000ce1 branch  0x00006b11 
+ 00009204  0x00000ce4 storer  0x00000000 , 0x00000008 , 0x000040e7 
+ 00009205  0x00000ce5 arg  0x00008070 , 0x00000006 
+ 00009206  0x00000ce6 arg  0x000040cc , 0x00000005 
+ 00009207  0x00000ce7 call  0x00007c8f 
+ 00009208  0x00000ce8 arg  0x000080d4 , 0x00000006 
+ 00009209  0x00000ce9 call  0x00007c89 
+ 00009210  0x00000cea fetch  0x00000001 , 0x00008080 
+ 00009211  0x00000ceb store  0x00000001 , 0x000040ef 
+ 00009212  0x00000cec branch  0x000023fd 
+ 00009213  0x00000cef arg  0x0000000c , 0x00000039 
+ 00009214  0x00000cf0 arg  0x00000016 , 0x00000006 
+ 00009215  0x00000cf1 arg  0x0000814d , 0x00000011 
+ 00009216  0x00000cf3 ifetch  0x00000001 , 0x00000006 
+ 00009217  0x00000cf4 ncall  0x00002405 , 0x00000034 
+ 00009218  0x00000cf5 increase  0x00000001 , 0x00000011 
+ 00009219  0x00000cf6 loop  0x00002400 
+ 00009220  0x00000cf7 rtn 
+ 00009221  0x00000cf9 istore  0x00000001 , 0x00000011 
+ 00009222  0x00000cfa until  0x0000003e , 0x00000033 
+ 00009223  0x00000cfb rtn 
+ 00009224  0x00000cfe bpatch  0x00000023 , 0x00004004 
+ 00009225  0x00000cff fetch  0x00000001 , 0x000080cb 
+ 00009226  0x00000d00 nbranch  0x0000240f , 0x00000034 
+ 00009227  0x00000d01 fetch  0x00000003 , 0x000040bd 
+ 00009228  0x00000d02 nrtn  0x00000034 
+ 00009229  0x00000d03 jam  0x0000000c , 0x000080cb 
+ 00009230  0x00000d04 jam  0x00000080 , 0x00008006 
+ 00009231  0x00000d06 fetch  0x00000001 , 0x00008129 
+ 00009232  0x00000d07 rtnbit0  0x00000001 
+ 00009233  0x00000d08 fetch  0x00000003 , 0x0000815b 
+ 00009234  0x00000d09 store  0x00000003 , 0x000040bd 
+ 00009235  0x00000d0a rtn 
+ 00009236  0x00000d0f fetch  0x00000001 , 0x000040ca 
+ 00009237  0x00000d10 set1  0x00000004 , 0x0000003f 
+ 00009238  0x00000d11 store  0x00000001 , 0x000040ca 
+ 00009239  0x00000d15 bpatch  0x00000024 , 0x00004004 
+ 00009240  0x00000d16 arg  0xffffffff , 0x00000002 
+ 00009241  0x00000d17 fetch  0x00000001 , 0x000040a7 
+ 00009242  0x00000d18 store  0x00000001 , 0x000040c8 
+ 00009243  0x00000d19 fetch  0x00000001 , 0x000040ca 
+ 00009244  0x00000d1a store  0x00000001 , 0x00008142 
+ 00009245  0x00000d1b until  0x0000003e , 0x00000033 
+ 00009246  0x00000d1e bpatch  0x00000025 , 0x00004004 
+ 00009247  0x00000d20 fetch  0x00000002 , 0x000043e9 
+ 00009248  0x00000d21 call  0x00007d79 
+ 00009249  0x00000d23 fetch  0x00000004 , 0x000040ad 
+ 00009250  0x00000d24 iadd  0x00000002 , 0x0000003f 
+ 00009251  0x00000d25 store  0x00000004 , 0x000040ad 
+ 00009252  0x00000d26 call  0x000023f4 
+ 00009253  0x00000d27 fetch  0x00000001 , 0x000040cb 
+ 00009254  0x00000d28 set1  0x00000004 , 0x0000003f 
+ 00009255  0x00000d29 call  0x000023e1 
+ 00009256  0x00000d2a ncall  0x000023cb , 0x0000002b 
+ 00009257  0x00000d2b until  0x0000003e , 0x00000033 
+ 00009258  0x00000d2c storer  0x00000019 , 0x00000006 , 0x000040b1 
+ 00009259  0x00000d2d fetch  0x00000003 , 0x000040c6 
+ 00009260  0x00000d2e fetchr  0x00000011 , 0x00000001 , 0x000040c9 
+ 00009261  0x00000d2f arg  0x00000003 , 0x00000039 
+ 00009262  0x00000d31 until  0x0000003e , 0x00000033 
+ 00009263  0x00000d32 store  0x00000001 , 0x00008132 
+ 00009264  0x00000d33 rshift8  0x0000003f , 0x0000003f 
+ 00009265  0x00000d34 loop  0x0000242e 
+ 00009266  0x00000d35 until  0x0000003e , 0x00000033 
+ 00009267  0x00000d36 storer  0x00000011 , 0x00000001 , 0x00008133 
+ 00009268  0x00000d38 until  0x0000003e , 0x00000033 
+ 00009269  0x00000d39 storet  0x00000004 , 0x0000804c 
+ 00009270  0x00000d3a jam  0x00000001 , 0x00008005 
+ 00009271  0x00000d3b until  0x0000003e , 0x0000003f 
+ 00009272  0x00000d3e fetch  0x00000001 , 0x000040c3 
+ 00009273  0x00000d3f nrtn  0x00000034 
+ 00009274  0x00000d40 jam  0x00000006 , 0x00008042 
+ 00009275  0x00000d41 jam  0x000000f8 , 0x00008130 
+ 00009276  0x00000d42 setarg  0x00030d40 
+ 00009277  0x00000d43 call  0x0000235c 
+ 00009278  0x00000d44 call  0x000023b5 
+ 00009279  0x00000d45 until  0x0000003e , 0x00000033 
+ 00009280  0x00000d46 jam  0x000000ff , 0x00008130 
+ 00009281  0x00000d47 copy  0x00000031 , 0x00000030 
+ 00009282  0x00000d48 jam  0x00000004 , 0x00008042 
+ 00009283  0x00000d49 nop  0x0000000a 
+ 00009284  0x00000d4a until  0x0000003e , 0x00000033 
+ 00009285  0x00000d4b deposit  0x00000031 
+ 00009286  0x00000d4c isub  0x00000030 , 0x0000003f 
+ 00009287  0x00000d4d increase  0x00000030 , 0x0000003f 
+ 00009288  0x00000d4e arg  0x000000ff , 0x00000002 
+ 00009289  0x00000d4f call  0x00007d6c 
+ 00009290  0x00000d50 store  0x00000001 , 0x000040c3 
+ 00009291  0x00000d51 nop  0x00007530 
+ 00009292  0x00000d52 nop  0x00007530 
+ 00009293  0x00000d53 nop  0x00007530 
+ 00009294  0x00000d54 rtn 
+ 00009295  0x00000d58 bpatch  0x00000026 , 0x00004004 
+ 00009296  0x00000d59 setarg  0x00000000 
+ 00009297  0x00000d5a copy  0x00000027 , 0x0000003e 
+ 00009298  0x00000d5b branch  0x0000245a , 0x00000005 
+ 00009299  0x00000d5c fetch  0x00000001 , 0x0000813e 
+ 00009300  0x00000d5d fetcht  0x00000001 , 0x0000813f 
+ 00009301  0x00000d5e isub  0x00000002 , 0x0000003e 
+ 00009302  0x00000d5f branch  0x00002458 , 0x00000002 
+ 00009303  0x00000d60 deposit  0x00000002 
+ 00009304  0x00000d62 isub  0x00000027 , 0x0000003f 
+ 00009305  0x00000d63 increase  0x00000001 , 0x0000003f 
+ 00009306  0x00000d65 increase  0x00000008 , 0x0000003f 
+ 00009307  0x00000d66 until  0x0000003e , 0x00000033 
+ 00009308  0x00000d67 iadd  0x00000031 , 0x0000003f 
+ 00009309  0x00000d68 fetcht  0x00000004 , 0x000040a9 
+ 00009310  0x00000d69 iadd  0x00000002 , 0x0000003f 
+ 00009311  0x00000d6a fetcht  0x00000003 , 0x000040bd 
+ 00009312  0x00000d6b imul32  0x00000002 , 0x0000003f 
+ 00009313  0x00000d6c rshift8  0x0000003f , 0x0000003f 
+ 00009314  0x00000d6d rshift4  0x0000003f , 0x0000003f 
+ 00009315  0x00000d6e increase  0x0000006e , 0x0000003f 
+ 00009316  0x00000d6f fetcht  0x00000002 , 0x00000044 
+ 00009317  0x00000d70 idiv  0x00000002 
+ 00009318  0x00000d71 call  0x00007d5f 
+ 00009319  0x00000d72 lshift16  0x0000003f , 0x0000003f 
+ 00009320  0x00000d73 remainder  0x00000002 
+ 00009321  0x00000d74 ior  0x00000002 , 0x0000003f 
+ 00009322  0x00000d75 fetcht  0x00000006 , 0x000040b1 
+ 00009323  0x00000d76 call  0x00007d05 
+ 00009324  0x00000d77 copy  0x00000002 , 0x00000019 
+ 00009325  0x00000d78 fetch  0x00000006 , 0x00004048 
+ 00009326  0x00000d79 call  0x00002109 
+ 00009327  0x00000d7a deposit  0x0000001a 
+ 00009328  0x00000d7b store  0x00000006 , 0x00000670 
+ 00009329  0x00000d7c deposit  0x00000027 
+ 00009330  0x00000d7d istore  0x00000001 , 0x00000005 
+ 00009331  0x00000d7e fetch  0x00000001 , 0x0000811d 
+ 00009332  0x00000d7f or_into  0x000000f0 , 0x0000003f 
+ 00009333  0x00000d80 istore  0x00000001 , 0x00000005 
+ 00009334  0x00000d81 rtn 
+ 00009335  0x00000d85 bpatch  0x00000027 , 0x00004004 
+ 00009336  0x00000d86 deposit  0x0000001a 
+ 00009337  0x00000d87 call  0x00007d10 
+ 00009338  0x00000d88 fetcht  0x00000004 , 0x000040ad 
+ 00009339  0x00000d89 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00009340  0x00000d8a rtn  0x00000002 
+ 00009341  0x00000d8b lshift8  0x0000003f , 0x0000003f 
+ 00009342  0x00000d8c lshift4  0x0000003f , 0x0000003f 
+ 00009343  0x00000d8d idiv  0x00000002 
+ 00009344  0x00000d8e call  0x00007d5f 
+ 00009345  0x00000d8f arg  0x000000c8 , 0x00000002 
+ 00009346  0x00000d90 call  0x00007d6c 
+ 00009347  0x00000d91 store  0x00000001 , 0x0000000e 
+ 00009348  0x00000d92 nbranch  0x00002486 , 0x00000028 
+ 00009349  0x00000d93 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00009350  0x00000d95 fetcht  0x00000003 , 0x000040bd 
+ 00009351  0x00000d96 iadd  0x00000002 , 0x0000003f 
+ 00009352  0x00000d97 store  0x00000003 , 0x000040bd 
+ 00009353  0x00000d99 setarg  0x00000000 
+ 00009354  0x00000d9a store  0x00000004 , 0x000040ad 
+ 00009355  0x00000d9b rtn 
+ 00009356  0x00000d9f bpatch  0x00000028 , 0x00004005 
+ 00009357  0x00000da0 call  0x00002408 
+ 00009358  0x00000da1 fetch  0x00000003 , 0x000040bd 
+ 00009359  0x00000da2 rtn  0x00000034 
+ 00009360  0x00000da3 fetch  0x00000001 , 0x00004094 
+ 00009361  0x00000da4 rtn  0x00000034 
+ 00009362  0x00000da5 fetch  0x00000001 , 0x0000446c 
+ 00009363  0x00000da6 branch  0x00002496 , 0x00000034 
+ 00009364  0x00000da7 fetch  0x00000001 , 0x0000446e 
+ 00009365  0x00000da8 rtn  0x00000034 
+ 00009366  0x00000daa fetch  0x00000001 , 0x0000446d 
+ 00009367  0x00000dab nrtn  0x00000034 
+ 00009368  0x00000dac arg  0x000020af , 0x00000013 
+ 00009369  0x00000dad call  0x00002069 
+ 00009370  0x00000dae rtn  0x00000005 
+ 00009371  0x00000daf call  0x000024ef 
+ 00009372  0x00000db0 nrtn  0x00000034 
+ 00009373  0x00000db1 call  0x0000205d 
+ 00009374  0x00000db2 nbranch  0x000024bd , 0x00000005 
+ 00009375  0x00000db3 rtn  0x0000002b 
+ 00009376  0x00000db4 bpatch  0x00000029 , 0x00004005 
+ 00009377  0x00000db5 fetcht  0x00000001 , 0x00000015 
+ 00009378  0x00000db6 fetch  0x00000002 , 0x00004042 
+ 00009379  0x00000db7 imul32  0x00000002 , 0x0000003f 
+ 00009380  0x00000db8 rshift4  0x00000002 , 0x00000002 
+ 00009381  0x00000db9 rshift2  0x00000002 , 0x00000002 
+ 00009382  0x00000dba isub  0x00000002 , 0x0000003f 
+ 00009383  0x00000dbb fetcht  0x00000004 , 0x00004044 
+ 00009384  0x00000dbc iadd  0x00000002 , 0x0000003f 
+ 00009385  0x00000dbd fetcht  0x00000001 , 0x000040a6 
+ 00009386  0x00000dbe isub  0x00000002 , 0x0000003f 
+ 00009387  0x00000dbf lshift16  0x0000003f , 0x00000030 
+ 00009388  0x00000dc0 fetch  0x00000002 , 0x0000404e 
+ 00009389  0x00000dc1 rshift  0x0000003f , 0x0000003f 
+ 00009390  0x00000dc2 call  0x00007d2c 
+ 00009391  0x00000dc3 deposit  0x00000030 
+ 00009392  0x00000dc4 call  0x00007d12 
+ 00009393  0x00000dc5 copy  0x0000001a , 0x00000002 
+ 00009394  0x00000dc6 call  0x00007d10 
+ 00009395  0x00000dc7 rtn  0x00000028 
+ 00009396  0x00000dc9 call  0x00007d25 
+ 00009397  0x00000dcb bpatch  0x0000002a , 0x00004005 
+ 00009398  0x00000dcc fetch  0x00000001 , 0x000040c3 
+ 00009399  0x00000dcd isub  0x00000002 , 0x0000003e 
+ 00009400  0x00000dce branch  0x00002489 , 0x00000002 
+ 00009401  0x00000dcf storet  0x00000004 , 0x000040a9 
+ 00009402  0x00000dd0 call  0x000042c5 
+ 00009403  0x00000dd2 fetcht  0x00000004 , 0x000040a9 
+ 00009404  0x00000dd3 branch  0x0000241e 
+ 00009405  0x00000dd6 bpatch  0x0000002b , 0x00004005 
+ 00009406  0x00000dd7 fetch  0x00000001 , 0x00004388 
+ 00009407  0x00000dd8 nbranch  0x000024c1 , 0x00000034 
+ 00009408  0x00000dd9 rtn 
+ 00009409  0x00000ddc fetch  0x00000002 , 0x000040a4 
+ 00009410  0x00000ddd rtn  0x00000034 
+ 00009411  0x00000ddf fetcht  0x00000001 , 0x000040a6 
+ 00009412  0x00000de0 isub  0x00000002 , 0x0000003f 
+ 00009413  0x00000de1 arg  0x00001d4c , 0x00000002 
+ 00009414  0x00000de2 imul32  0x00000002 , 0x0000003f 
+ 00009415  0x00000de3 branch  0x000024b4 
+ 00009416  0x00000de7 fetch  0x00000002 , 0x000043e5 
+ 00009417  0x00000de8 call  0x00007d79 
+ 00009418  0x00000de9 nbranch  0x000024e0 , 0x00000034 
+ 00009419  0x00000dea jam  0x00000000 , 0x00000015 
+ 00009420  0x00000deb bmark0  0x0000000d , 0x000024e0 
+ 00009421  0x00000dec fetch  0x00000001 , 0x000040c2 
+ 00009422  0x00000ded branch  0x000024e4 , 0x00000034 
+ 00009423  0x00000dee increase  0xffffffff , 0x0000003f 
+ 00009424  0x00000def store  0x00000001 , 0x000040c2 
+ 00009425  0x00000df0 rtn 
+ 00009426  0x00000df6 jam  0x00000000 , 0x000040a8 
+ 00009427  0x00000df7 fetch  0x00000003 , 0x000040b7 
+ 00009428  0x00000df8 increase  0x00000001 , 0x0000003f 
+ 00009429  0x00000df9 store  0x00000003 , 0x000040b7 
+ 00009430  0x00000dfa rtn 
+ 00009431  0x00000dfe bpatch  0x0000002c , 0x00004005 
+ 00009432  0x00000dff jam  0x00000000 , 0x00000015 
+ 00009433  0x00000e00 fetch  0x00000003 , 0x000040ba 
+ 00009434  0x00000e01 increase  0x00000001 , 0x0000003f 
+ 00009435  0x00000e02 store  0x00000003 , 0x000040ba 
+ 00009436  0x00000e03 fetch  0x00000001 , 0x000040a8 
+ 00009437  0x00000e04 increase  0x00000001 , 0x0000003f 
+ 00009438  0x00000e05 store  0x00000001 , 0x000040a8 
+ 00009439  0x00000e06 rtn 
+ 00009440  0x00000e09 jam  0x00000000 , 0x00000015 
+ 00009441  0x00000e0a fetch  0x00000001 , 0x000040c1 
+ 00009442  0x00000e0b store  0x00000001 , 0x000040c2 
+ 00009443  0x00000e0c rtn 
+ 00009444  0x00000e0f fetcht  0x00000001 , 0x000040c0 
+ 00009445  0x00000e10 storet  0x00000001 , 0x00000015 
+ 00009446  0x00000e11 rtn 
+ 00009447  0x00000e16 fetch  0x00000002 , 0x000040a2 
+ 00009448  0x00000e17 qset1  0x0000003f 
+ 00009449  0x00000e18 store  0x00000002 , 0x000040a2 
+ 00009450  0x00000e19 rtn 
+ 00009451  0x00000e1c fetch  0x00000002 , 0x000040a2 
+ 00009452  0x00000e1d qset0  0x0000003f 
+ 00009453  0x00000e1e store  0x00000002 , 0x000040a2 
+ 00009454  0x00000e1f rtn 
+ 00009455  0x00000e24 bpatch  0x0000002d , 0x00004005 
+ 00009456  0x00000e25 call  0x000042c3 
+ 00009457  0x00000e26 fetch  0x00000002 , 0x000040a2 
+ 00009458  0x00000e27 copy  0x0000003f , 0x00000011 
+ 00009459  0x00000e28 fetch  0x00000003 , 0x0000444b 
+ 00009460  0x00000e29 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00009461  0x00000e2a fetch  0x00000008 , 0x000044d3 
+ 00009462  0x00000e2b nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00009463  0x00000e2c fetch  0x00000008 , 0x000044db 
+ 00009464  0x00000e2d nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00009465  0x00000e2e fetch  0x00000001 , 0x00004114 
+ 00009466  0x00000e2f nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00009467  0x00000e30 fetch  0x00000001 , 0x000043cb 
+ 00009468  0x00000e31 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00009469  0x00000e32 call  0x00002501 , 0x00000001 
+ 00009470  0x00000e33 copy  0x00000011 , 0x0000003f 
+ 00009471  0x00000e34 store  0x00000002 , 0x000040a2 
+ 00009472  0x00000e35 rtn 
+ 00009473  0x00000e38 fetch  0x00000002 , 0x00008112 
+ 00009474  0x00000e39 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00009475  0x00000e3a fetch  0x00000002 , 0x0000810e 
+ 00009476  0x00000e3b nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00009477  0x00000e3c rtn 
+ 00009478  0x00000e46 bpatchx  0x0000000e , 0x00004021 
+ 00009479  0x00000e47 disable  0x0000002b 
+ 00009480  0x00000e48 jam  0x00000001 , 0x0000017e 
+ 00009481  0x00000e49 jam  0x00000003 , 0x00000168 
+ 00009482  0x00000e4a jam  0x00000001 , 0x0000017f 
+ 00009483  0x00000e4b setarg  0xffffffff 
+ 00009484  0x00000e4c store  0x00000002 , 0x00000182 
+ 00009485  0x00000e4d force  0x00000000 , 0x0000003f 
+ 00009486  0x00000e4e store  0x00000001 , 0x00000180 
+ 00009487  0x00000e4f store  0x00000001 , 0x0000018b 
+ 00009488  0x00000e50 store  0x00000003 , 0x000040b7 
+ 00009489  0x00000e51 store  0x00000003 , 0x000040ba 
+ 00009490  0x00000e52 call  0x0000285c 
+ 00009491  0x00000e53 jam  0x00000001 , 0x00004169 
+ 00009492  0x00000e54 jam  0x00000000 , 0x0000416a 
+ 00009493  0x00000e55 jam  0x00000001 , 0x0000019d 
+ 00009494  0x00000e56 jam  0x00000001 , 0x0000019e 
+ 00009495  0x00000e57 jam  0x00000000 , 0x00004396 
+ 00009496  0x00000e58 branch  0x00002935 
+ 00009497  0x00000e5b bpatchx  0x0000000f , 0x00004021 
+ 00009498  0x00000e5c enable  0x00000029 
+ 00009499  0x00000e5d jam  0x00000003 , 0x00000169 
+ 00009500  0x00000e5e jam  0x00000001 , 0x00004398 
+ 00009501  0x00000e5f jam  0x00000001 , 0x000006b1 
+ 00009502  0x00000e60 setarg  0x0000ffff 
+ 00009503  0x00000e61 store  0x00000002 , 0x000006b3 
+ 00009504  0x00000e62 force  0x00000000 , 0x0000003f 
+ 00009505  0x00000e63 store  0x00000005 , 0x00004455 
+ 00009506  0x00000e64 set1  0x00000027 , 0x0000003f 
+ 00009507  0x00000e65 store  0x00000005 , 0x00004450 
+ 00009508  0x00000e66 branch  0x00002506 
+ 00009509  0x00000e6a bpatchx  0x00000010 , 0x00004022 
+ 00009510  0x00000e6b disable  0x00000029 
+ 00009511  0x00000e6c setarg  0x00000017 
+ 00009512  0x00000e6d store  0x00000002 , 0x000042e3 
+ 00009513  0x00000e6e increase  0x00000004 , 0x0000003f 
+ 00009514  0x00000e6f store  0x00000002 , 0x000043b8 
+ 00009515  0x00000e70 jam  0x00000001 , 0x00000169 
+ 00009516  0x00000e71 jam  0x00000000 , 0x00004388 
+ 00009517  0x00000e72 jam  0x00000000 , 0x00000015 
+ 00009518  0x00000e73 call  0x00002592 
+ 00009519  0x00000e74 fetch  0x00000002 , 0x00000196 
+ 00009520  0x00000e75 store  0x00000002 , 0x000042f5 
+ 00009521  0x00000e76 fetch  0x00000002 , 0x0000016a 
+ 00009522  0x00000e77 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00009523  0x00000e78 rshift4  0x0000003f , 0x0000003f 
+ 00009524  0x00000e79 store  0x00000002 , 0x00000196 
+ 00009525  0x00000e7a branch  0x00002506 
+ 00009526  0x00000e82 bpatchx  0x00000011 , 0x00004022 
+ 00009527  0x00000e83 call  0x000025b8 
+ 00009528  0x00000e84 fetch  0x00000001 , 0x00000168 
+ 00009529  0x00000e85 isolate1  0x00000004 , 0x0000003f 
+ 00009530  0x00000e86 setflag  0x00000001 , 0x00000032 , 0x00000000 
+ 00009531  0x00000e87 call  0x000042b2 
+ 00009532  0x00000e88 fetch  0x00000001 , 0x00000169 
+ 00009533  0x00000e89 bbit1  0x00000001 , 0x0000253f 
+ 00009534  0x00000e8a branch  0x00002551 
+ 00009535  0x00000e91 bpatchx  0x00000012 , 0x00004022 
+ 00009536  0x00000e92 enable  0x00000029 
+ 00009537  0x00000e93 call  0x0000292b 
+ 00009538  0x00000e94 branch  0x0000254e , 0x00000002 
+ 00009539  0x00000e95 call  0x000025fb 
+ 00009540  0x00000e96 call  0x00002871 
+ 00009541  0x00000e97 disable  0x0000002d 
+ 00009542  0x00000e98 call  0x00002730 
+ 00009543  0x00000e99 nrtn  0x0000002d 
+ 00009544  0x00000e9a fetch  0x00000001 , 0x00000005 
+ 00009545  0x00000e9b increase  0x00000001 , 0x0000003f 
+ 00009546  0x00000e9c store  0x00000001 , 0x00000005 
+ 00009547  0x00000e9d call  0x00002823 
+ 00009548  0x00000e9e disable  0x00000029 
+ 00009549  0x00000e9f rtn 
+ 00009550  0x00000ea2 call  0x00002586 
+ 00009551  0x00000ea3 disable  0x00000029 
+ 00009552  0x00000ea4 rtn 
+ 00009553  0x00000eaa bpatchx  0x00000013 , 0x00004022 
+ 00009554  0x00000eab jam  0x00000000 , 0x0000433e 
+ 00009555  0x00000eac set0  0x00000030 , 0x00000000 
+ 00009556  0x00000ead call  0x00007552 
+ 00009557  0x00000eae call  0x00002ff5 
+ 00009558  0x00000eaf disable  0x0000002e 
+ 00009559  0x00000eb0 call  0x0000292b 
+ 00009560  0x00000eb1 branch  0x00002586 , 0x00000002 
+ 00009561  0x00000eb2 fetch  0x00000001 , 0x0000019d 
+ 00009562  0x00000eb3 call  0x000025a4 
+ 00009563  0x00000eb4 call  0x000025fb 
+ 00009564  0x00000eb5 call  0x00002652 
+ 00009565  0x00000eb6 nbranch  0x00002577 , 0x00000018 
+ 00009566  0x00000eb7 call  0x00002597 
+ 00009567  0x00000eb8 branch  0x00002562 , 0x0000002d 
+ 00009568  0x00000eb9 bmark1  0x00000030 , 0x00002562 
+ 00009569  0x00000eba branch  0x00002571 
+ 00009570  0x00000ebf bpatchx  0x00000014 , 0x00004022 
+ 00009571  0x00000ec0 fetch  0x00000001 , 0x0000433e 
+ 00009572  0x00000ec1 pincrease  0x00000001 
+ 00009573  0x00000ec2 store  0x00000001 , 0x0000433e 
+ 00009574  0x00000ec3 beq  0x0000000c , 0x00002571 
+ 00009575  0x00000ec4 call  0x00002823 
+ 00009576  0x00000ec5 call  0x00002871 
+ 00009577  0x00000ec6 fetch  0x00000001 , 0x0000019e 
+ 00009578  0x00000ec7 call  0x000025a4 
+ 00009579  0x00000ec8 call  0x00002741 
+ 00009580  0x00000ec9 call  0x000028d4 
+ 00009581  0x00000eca fetch  0x00000002 , 0x000043e1 
+ 00009582  0x00000ecb call  0x00007d79 
+ 00009583  0x00000ecc call  0x0000257b 
+ 00009584  0x00000ecd branch  0x00002580 , 0x00000028 
+ 00009585  0x00000ecf bpatchx  0x00000015 , 0x00004022 
+ 00009586  0x00000ed0 call  0x00002fba 
+ 00009587  0x00000ed1 call  0x00002fb1 
+ 00009588  0x00000ed2 call  0x00007841 
+ 00009589  0x00000ed3 fetch  0x00000001 , 0x0000018b 
+ 00009590  0x00000ed4 bbit1  0x00000003 , 0x00002586 
+ 00009591  0x00000ed6 bpatchx  0x00000016 , 0x00004022 
+ 00009592  0x00000ed7 call  0x000020cf 
+ 00009593  0x00000ed8 call  0x000029a5 
+ 00009594  0x00000ed9 branch  0x000020f7 
+ 00009595  0x00000edd disable  0x00000028 
+ 00009596  0x00000ede bmark1  0x0000002a , 0x00007dba 
+ 00009597  0x00000edf bmark1  0x00000029 , 0x00007dba 
+ 00009598  0x00000ee0 bmark1  0x00000030 , 0x00007dba 
+ 00009599  0x00000ee1 rtn 
+ 00009600  0x00000ee5 bpatchx  0x00000017 , 0x00004022 
+ 00009601  0x00000ee6 enable  0x0000002e 
+ 00009602  0x00000ee7 call  0x00002734 
+ 00009603  0x00000ee8 branch  0x00002562 , 0x0000002d 
+ 00009604  0x00000ee9 bmark1  0x00000030 , 0x00002562 
+ 00009605  0x00000eea branch  0x00002571 
+ 00009606  0x00000eef bpatchx  0x00000018 , 0x00004023 
+ 00009607  0x00000ef0 call  0x0000258d 
+ 00009608  0x00000ef1 call  0x00004302 
+ 00009609  0x00000ef2 call  0x00002592 
+ 00009610  0x00000ef3 call  0x00003003 
+ 00009611  0x00000ef4 jam  0x00000015 , 0x0000066f 
+ 00009612  0x00000ef5 branch  0x0000782b 
+ 00009613  0x00000ef8 arg  0x00004441 , 0x00000005 
+ 00009614  0x00000ef9 call  0x00007c99 
+ 00009615  0x00000efa jam  0x00000000 , 0x0000017e 
+ 00009616  0x00000efb jam  0x00000000 , 0x00000169 
+ 00009617  0x00000efc jam  0x00000000 , 0x00000168 
+ 00009618  0x00000efe bpatchx  0x00000019 , 0x00004023 
+ 00009619  0x00000eff jam  0x00000000 , 0x000042fd 
+ 00009620  0x00000f00 jam  0x00000000 , 0x000042fc 
+ 00009621  0x00000f01 call  0x00007452 
+ 00009622  0x00000f02 rtn 
+ 00009623  0x00000f05 bpatchx  0x0000001a , 0x00004023 
+ 00009624  0x00000f06 fetch  0x00000001 , 0x00000005 
+ 00009625  0x00000f07 increase  0x00000001 , 0x0000003f 
+ 00009626  0x00000f08 store  0x00000001 , 0x00000005 
+ 00009627  0x00000f09 fetch  0x00000001 , 0x00000168 
+ 00009628  0x00000f0a rtnbit1  0x00000003 
+ 00009629  0x00000f0b set1  0x00000003 , 0x0000003f 
+ 00009630  0x00000f0c store  0x00000001 , 0x00000168 
+ 00009631  0x00000f0d fetch  0x00000002 , 0x000042f5 
+ 00009632  0x00000f0e store  0x00000002 , 0x00000196 
+ 00009633  0x00000f0f setarg  0x00000000 
+ 00009634  0x00000f10 store  0x00000004 , 0x0000431d 
+ 00009635  0x00000f11 rtn 
+ 00009636  0x00000f1a copy  0x0000003f , 0x00000002 
+ 00009637  0x00000f1b bpatchx  0x0000001b , 0x00004023 
+ 00009638  0x00000f1d copy  0x00000002 , 0x0000003f 
+ 00009639  0x00000f1e bbit1  0x00000000 , 0x000025b8 
+ 00009640  0x00000f1f bbit1  0x00000001 , 0x000025ad 
+ 00009641  0x00000f20 bbit0  0x00000002 , 0x000025b8 
+ 00009642  0x00000f21 bbit1  0x00000007 , 0x000025b4 
+ 00009643  0x00000f22 bbit1  0x00000002 , 0x000025b0 
+ 00009644  0x00000f23 branch  0x000025b8 
+ 00009645  0x00000f26 set0  0x0000002f , 0x00000000 
+ 00009646  0x00000f27 set1  0x0000002d , 0x00000000 
+ 00009647  0x00000f28 rtn 
+ 00009648  0x00000f2c set0  0x0000002d , 0x00000000 
+ 00009649  0x00000f2d set1  0x0000002f , 0x00000000 
+ 00009650  0x00000f2e set0  0x0000002e , 0x00000000 
+ 00009651  0x00000f2f rtn 
+ 00009652  0x00000f33 set0  0x0000002d , 0x00000000 
+ 00009653  0x00000f34 set1  0x0000002f , 0x00000000 
+ 00009654  0x00000f35 set1  0x0000002e , 0x00000000 
+ 00009655  0x00000f36 rtn 
+ 00009656  0x00000f39 bpatchx  0x0000001c , 0x00004023 
+ 00009657  0x00000f3a set0  0x0000002d , 0x00000000 
+ 00009658  0x00000f3b set0  0x0000002f , 0x00000000 
+ 00009659  0x00000f3c rtn 
+ 00009660  0x00000f40 bpatchx  0x0000001d , 0x00004023 
+ 00009661  0x00000f41 set0  0x00000032 , 0x00000000 
+ 00009662  0x00000f42 jam  0x00000001 , 0x00008901 
+ 00009663  0x00000f43 jam  0x00000080 , 0x00008920 
+ 00009664  0x00000f44 jam  0x00000003 , 0x00008930 
+ 00009665  0x00000f45 rtn 
+ 00009666  0x00000f48 bpatchx  0x0000001e , 0x00004023 
+ 00009667  0x00000f49 disable  0x00000009 
+ 00009668  0x00000f4a disable  0x00000007 
+ 00009669  0x00000f4b fetch  0x00000003 , 0x00000190 
+ 00009670  0x00000f4c iforce  0x0000000f 
+ 00009671  0x00000f4d fetch  0x00000001 , 0x00000007 
+ 00009672  0x00000f4f reverse  0x0000003f , 0x00000002 
+ 00009673  0x00000f50 set1  0x00000001 , 0x00000002 
+ 00009674  0x00000f51 rshift  0x00000002 , 0x0000000e 
+ 00009675  0x00000f52 rtn 
+ 00009676  0x00000f56 call  0x000025d5 
+ 00009677  0x00000f58 call  0x0000216f 
+ 00009678  0x00000f59 fetch  0x00000002 , 0x0000003e 
+ 00009679  0x00000f5a call  0x0000235c 
+ 00009680  0x00000f5b branch  0x000021a6 
+ 00009681  0x00000f5e branch  0x000021fc , 0x0000002d 
+ 00009682  0x00000f5f bmark1  0x00000030 , 0x000021fc 
+ 00009683  0x00000f61 call  0x000025d5 
+ 00009684  0x00000f62 branch  0x000021f9 
+ 00009685  0x00000f65 bpatchx  0x0000001f , 0x00004023 
+ 00009686  0x00000f66 call  0x00002160 
+ 00009687  0x00000f67 fetch  0x00000001 , 0x000001bb 
+ 00009688  0x00000f68 nbranch  0x000025e8 , 0x00000034 
+ 00009689  0x00000f69 fetch  0x00000001 , 0x00000007 
+ 00009690  0x00000f6a sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00009691  0x00000f6b branch  0x000025e2 , 0x00000002 
+ 00009692  0x00000f6c force  0x00000000 , 0x00000002 
+ 00009693  0x00000f6d rtneq  0x00000025 
+ 00009694  0x00000f6e force  0x00000018 , 0x00000002 
+ 00009695  0x00000f6f rtneq  0x00000026 
+ 00009696  0x00000f70 force  0x0000004e , 0x00000002 
+ 00009697  0x00000f71 rtn 
+ 00009698  0x00000f74 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00009699  0x00000f75 branch  0x000025e5 , 0x00000002 
+ 00009700  0x00000f76 increase  0x00000001 , 0x0000003f 
+ 00009701  0x00000f79 lshift  0x0000003f , 0x0000003f 
+ 00009702  0x00000f7a add  0x0000003f , 0x00000002 , 0x00000002 
+ 00009703  0x00000f7b rtn 
+ 00009704  0x00000f7e fetch  0x00000001 , 0x00000007 
+ 00009705  0x00000f7f lshift  0x0000003f , 0x00000002 
+ 00009706  0x00000f80 rtn 
+ 00009707  0x00000f83 arg  0x000001f4 , 0x00000002 
+ 00009708  0x00000f84 rtn  0x00000034 
+ 00009709  0x00000f85 arg  0x000000fa , 0x00000002 
+ 00009710  0x00000f86 rtneq  0x00000001 
+ 00009711  0x00000f87 arg  0x00000096 , 0x00000002 
+ 00009712  0x00000f88 rtneq  0x00000002 
+ 00009713  0x00000f89 arg  0x00000064 , 0x00000002 
+ 00009714  0x00000f8a rtneq  0x00000003 
+ 00009715  0x00000f8b arg  0x0000004b , 0x00000002 
+ 00009716  0x00000f8c rtneq  0x00000004 
+ 00009717  0x00000f8d arg  0x00000032 , 0x00000002 
+ 00009718  0x00000f8e rtneq  0x00000005 
+ 00009719  0x00000f8f arg  0x00000028 , 0x00000002 
+ 00009720  0x00000f90 rtneq  0x00000006 
+ 00009721  0x00000f91 arg  0x00000014 , 0x00000002 
+ 00009722  0x00000f92 rtn 
+ 00009723  0x00000f97 bpatchx  0x00000020 , 0x00004024 
+ 00009724  0x00000f98 enable  0x00000010 
+ 00009725  0x00000f99 fetch  0x00000004 , 0x0000018c 
+ 00009726  0x00000f9a iforce  0x00000009 
+ 00009727  0x00000f9b call  0x00002630 
+ 00009728  0x00000f9c setarg  0x00000200 
+ 00009729  0x00000f9d branch  0x00002604 , 0x00000029 
+ 00009730  0x00000f9e fetch  0x00000002 , 0x00000176 
+ 00009731  0x00000f9f rshift  0x0000003f , 0x0000003f 
+ 00009732  0x00000fa1 fetcht  0x00000002 , 0x0000003e 
+ 00009733  0x00000fa2 iadd  0x00000002 , 0x0000003f 
+ 00009734  0x00000fa3 call  0x00002343 
+ 00009735  0x00000fa4 deposit  0x0000001a 
+ 00009736  0x00000fa5 rtn 
+ 00009737  0x00000fa9 bpatchx  0x00000021 , 0x00004024 
+ 00009738  0x00000faa call  0x00007c51 
+ 00009739  0x00000fab storer  0x00000039 , 0x00000002 , 0x0000069b 
+ 00009740  0x00000fac add  0x00000011 , 0x00000001 , 0x00000006 
+ 00009741  0x00000fad ifetch  0x00000001 , 0x00000006 
+ 00009742  0x00000fae rtnbit0  0x00000000 
+ 00009743  0x00000faf add  0x00000011 , 0x0000001a , 0x00000005 
+ 00009744  0x00000fb0 ifetch  0x00000002 , 0x00000005 
+ 00009745  0x00000fb1 increase  0x00000001 , 0x0000003f 
+ 00009746  0x00000fb2 istore  0x00000002 , 0x00000005 
+ 00009747  0x00000fb3 call  0x000027a2 
+ 00009748  0x00000fb4 call  0x000027c4 
+ 00009749  0x00000fb5 call  0x000027cd 
+ 00009750  0x00000fb6 call  0x0000261a 
+ 00009751  0x00000fb7 call  0x00007c60 
+ 00009752  0x00000fb8 fetchr  0x00000039 , 0x00000002 , 0x0000069b 
+ 00009753  0x00000fb9 rtn 
+ 00009754  0x00000fbc add  0x00000011 , 0x00000019 , 0x00000006 
+ 00009755  0x00000fbd ifetch  0x00000001 , 0x00000006 
+ 00009756  0x00000fbe add  0x00000011 , 0x00000018 , 0x00000005 
+ 00009757  0x00000fbf ifetcht  0x00000001 , 0x00000005 
+ 00009758  0x00000fc0 iadd  0x00000002 , 0x0000003f 
+ 00009759  0x00000fc1 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00009760  0x00000fc2 branch  0x00002622 , 0x00000002 
+ 00009761  0x00000fc3 increase  0xffffffdb , 0x0000003f 
+ 00009762  0x00000fc5 istore  0x00000001 , 0x00000005 
+ 00009763  0x00000fc6 rtn 
+ 00009764  0x00000fca add  0x00000011 , 0x00000030 , 0x00000006 
+ 00009765  0x00000fcb ifetch  0x00000005 , 0x00000006 
+ 00009766  0x00000fcc force  0x00000000 , 0x00000002 
+ 00009767  0x00000fcd force  0x00000025 , 0x00000039 
+ 00009768  0x00000fcf bbit0  0x00000000 , 0x0000262a 
+ 00009769  0x00000fd0 increase  0x00000001 , 0x00000002 
+ 00009770  0x00000fd2 rshift  0x0000003f , 0x0000003f 
+ 00009771  0x00000fd3 loop  0x00002628 
+ 00009772  0x00000fd4 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00009773  0x00000fd5 add  0x00000011 , 0x00000022 , 0x00000005 
+ 00009774  0x00000fd6 istore  0x00000001 , 0x00000005 
+ 00009775  0x00000fd7 rtn 
+ 00009776  0x00000fda bpatchx  0x00000022 , 0x00004024 
+ 00009777  0x00000fdb fetch  0x00000001 , 0x00000180 
+ 00009778  0x00000fdc iforce  0x00000007 
+ 00009779  0x00000fdd fetcht  0x00000005 , 0x00000198 
+ 00009780  0x00000fde qisolate1  0x00000002 
+ 00009781  0x00000fdf branch  0x00002645 , 0x00000001 
+ 00009782  0x00000fe1 fetch  0x00000001 , 0x0000018a 
+ 00009783  0x00000fe2 isub  0x00000007 , 0x0000003f 
+ 00009784  0x00000fe3 branch  0x0000263b , 0x00000002 
+ 00009785  0x00000fe4 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00009786  0x00000fe5 branch  0x00002636 
+ 00009787  0x00000fe7 copy  0x00000007 , 0x00000039 
+ 00009788  0x00000fe8 force  0x00000000 , 0x00000007 
+ 00009789  0x00000fea qisolate1  0x00000002 
+ 00009790  0x00000feb branch  0x00002640 , 0x00000001 
+ 00009791  0x00000fec increase  0x00000001 , 0x00000039 
+ 00009792  0x00000fee deposit  0x00000039 
+ 00009793  0x00000fef branch  0x00002645 , 0x00000034 
+ 00009794  0x00000ff0 increase  0x00000001 , 0x00000007 
+ 00009795  0x00000ff1 increase  0xffffffff , 0x00000039 
+ 00009796  0x00000ff2 branch  0x0000263d 
+ 00009797  0x00000ff4 deposit  0x00000007 
+ 00009798  0x00000ff5 store  0x00000001 , 0x00000007 
+ 00009799  0x00000ff6 rtn 
+ 00009800  0x00000ffa branch  0x0000264b , 0x00000029 
+ 00009801  0x00000ffb until  0x0000003e , 0x00000003 
+ 00009802  0x00000ffc rtn 
+ 00009803  0x00000fff arg  0x00000ea0 , 0x0000000b 
+ 00009804  0x00001000 until  0x00000023 , 0x00000026 
+ 00009805  0x00001001 rtn 
+ 00009806  0x00001004 disable  0x00000010 
+ 00009807  0x00001005 fetch  0x00000002 , 0x00004346 
+ 00009808  0x00001006 copy  0x0000003f , 0x0000000b 
+ 00009809  0x00001007 branch  0x00002658 
+ 00009810  0x0000100b bpatchx  0x00000023 , 0x00004024 
+ 00009811  0x0000100c call  0x000026be 
+ 00009812  0x0000100d enable  0x00000010 
+ 00009813  0x0000100e fetch  0x00000002 , 0x00000176 
+ 00009814  0x0000100f fetcht  0x00000004 , 0x0000431d 
+ 00009815  0x00001010 iadd  0x00000002 , 0x0000000b 
+ 00009816  0x00001012 call  0x000025cc 
+ 00009817  0x00001014 bpatchx  0x00000024 , 0x00004024 
+ 00009818  0x00001015 call  0x000025c2 
+ 00009819  0x00001016 bmark0  0x0000002f , 0x00002660 
+ 00009820  0x00001017 pulse  0x00000039 
+ 00009821  0x00001018 nop  0x0000001e 
+ 00009822  0x00001019 call  0x000025c2 
+ 00009823  0x0000101a lshift3  0x0000000b , 0x0000000b 
+ 00009824  0x0000101c disable  0x0000002d 
+ 00009825  0x0000101d enable  0x0000000d 
+ 00009826  0x0000101e enable  0x00000021 
+ 00009827  0x0000101f disable  0x00000020 
+ 00009828  0x00001020 copy  0x0000000b , 0x0000001b 
+ 00009829  0x00001021 correlate  0x0000003e , 0x00000003 
+ 00009830  0x00001022 branch  0x00002669 , 0x0000002e 
+ 00009831  0x00001023 copy  0x0000001a , 0x00000002 
+ 00009832  0x00001024 storet  0x00000006 , 0x0000000f 
+ 00009833  0x00001026 nbranch  0x000026fa , 0x00000018 
+ 00009834  0x00001027 enable  0x00000010 
+ 00009835  0x00001028 fetch  0x00000001 , 0x00004167 
+ 00009836  0x00001029 arg  0x00004e20 , 0x00000002 
+ 00009837  0x0000102a iadd  0x00000002 , 0x00000002 
+ 00009838  0x0000102b fetch  0x00000001 , 0x00004148 
+ 00009839  0x0000102c imul32  0x00000002 , 0x0000001b 
+ 00009840  0x0000102d call  0x00006877 
+ 00009841  0x0000102e branch  0x00002677 , 0x0000002e 
+ 00009842  0x0000102f call  0x000026ff 
+ 00009843  0x00001030 fetch  0x00000001 , 0x00000168 
+ 00009844  0x00001031 bbit0  0x00000003 , 0x00002677 
+ 00009845  0x00001032 fetcht  0x00000006 , 0x0000000f 
+ 00009846  0x00001033 call  0x00002477 , 0x0000002b 
+ 00009847  0x00001035 call  0x000022e9 
+ 00009848  0x00001036 enable  0x00000007 
+ 00009849  0x00001037 enable  0x00000009 
+ 00009850  0x00001038 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009851  0x00001039 rshift3  0x0000000c , 0x0000003f 
+ 00009852  0x0000103a store  0x00000001 , 0x0000004c 
+ 00009853  0x0000103b parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009854  0x0000103c rshift3  0x0000000c , 0x0000003f 
+ 00009855  0x0000103d store  0x00000001 , 0x0000004d 
+ 00009856  0x0000103e copy  0x0000003f , 0x00000039 
+ 00009857  0x0000103f branch  0x0000269d , 0x00000005 
+ 00009858  0x00001041 bmark1  0x00000032 , 0x00002688 
+ 00009859  0x00001044 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009860  0x00001045 rshift3  0x0000000c , 0x0000003f 
+ 00009861  0x00001046 istore  0x00000001 , 0x00000005 
+ 00009862  0x00001047 loop  0x00002683 
+ 00009863  0x00001048 branch  0x0000269d 
+ 00009864  0x0000104b copy  0x00000005 , 0x00000012 
+ 00009865  0x0000104c bpatchx  0x00000025 , 0x00004024 
+ 00009866  0x0000104d call  0x0000281c 
+ 00009867  0x0000104f fetchr  0x00000011 , 0x00000001 , 0x0000004d 
+ 00009868  0x00001050 increase  0xfffffffc , 0x00000011 
+ 00009869  0x00001051 nbranch  0x000026f2 , 0x00000002 
+ 00009870  0x00001053 call  0x000026c3 
+ 00009871  0x00001054 copy  0x00000012 , 0x00000005 
+ 00009872  0x00001055 arg  0x00000000 , 0x00000002 
+ 00009873  0x00001056 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
+ 00009874  0x00001057 increase  0xfffffffc , 0x00000039 
+ 00009875  0x00001058 branch  0x0000269b , 0x00000005 
+ 00009876  0x0000105b parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009877  0x0000105c rshift3  0x0000000c , 0x0000003f 
+ 00009878  0x0000105d istore  0x00000001 , 0x00000005 
+ 00009879  0x0000105e increase  0x00000001 , 0x00000002 
+ 00009880  0x0000105f and  0x00000002 , 0x0000000f , 0x0000003e 
+ 00009881  0x00001060 call  0x000026e1 , 0x00000005 
+ 00009882  0x00001061 loop  0x00002694 
+ 00009883  0x00001063 call  0x000026e9 
+ 00009884  0x00001064 copy  0x00000012 , 0x00000005 
+ 00009885  0x00001068 bpatchx  0x00000026 , 0x00004024 
+ 00009886  0x00001069 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00009887  0x0000106a rshift32  0x0000003f , 0x0000003f 
+ 00009888  0x0000106b rshift16  0x0000003f , 0x0000003f 
+ 00009889  0x0000106c istore  0x00000003 , 0x00000005 
+ 00009890  0x0000106d enable  0x00000010 
+ 00009891  0x0000106e call  0x0000270d 
+ 00009892  0x0000106f branch  0x000026f6 , 0x00000006 
+ 00009893  0x00001070 bmark0  0x00000032 , 0x000026af 
+ 00009894  0x00001071 fetch  0x00000001 , 0x0000004d 
+ 00009895  0x00001072 branch  0x000026af , 0x00000034 
+ 00009896  0x00001073 increase  0xfffffffc , 0x0000003f 
+ 00009897  0x00001074 store  0x00000001 , 0x0000004d 
+ 00009898  0x00001075 call  0x000072cb 
+ 00009899  0x00001076 fetch  0x00000001 , 0x00008108 
+ 00009900  0x00001077 bbit0  0x00000007 , 0x000026f2 
+ 00009901  0x00001078 force  0x0000000c , 0x00000038 
+ 00009902  0x00001079 storer  0x0000002f , 0x00000004 , 0x00000154 
+ 00009903  0x0000107b call  0x00006876 
+ 00009904  0x0000107c enable  0x0000002d 
+ 00009905  0x0000107d set0  0x00000030 , 0x00000000 
+ 00009906  0x0000107f bpatchx  0x00000027 , 0x00004024 
+ 00009907  0x00001080 call  0x000072cd 
+ 00009908  0x00001081 fetch  0x00000001 , 0x0000019d 
+ 00009909  0x00001082 nsetflag  0x0000003c , 0x00000007 , 0x0000003f 
+ 00009910  0x00001083 store  0x00000001 , 0x0000019d 
+ 00009911  0x00001084 call  0x000026b9 
+ 00009912  0x00001085 branch  0x000026bb 
+ 00009913  0x00001088 disable  0x0000000d 
+ 00009914  0x00001089 branch  0x00002160 
+ 00009915  0x0000108c bpatchx  0x00000028 , 0x00004025 
+ 00009916  0x0000108d fetcht  0x00000001 , 0x00000008 
+ 00009917  0x0000108e branch  0x000021c6 
+ 00009918  0x00001092 rtnmark0  0x00000032 
+ 00009919  0x00001093 call  0x00007368 
+ 00009920  0x00001094 force  0x0000000c , 0x00000038 
+ 00009921  0x00001095 call  0x00007370 
+ 00009922  0x00001096 branch  0x0000736f 
+ 00009923  0x0000109a bpatchx  0x00000029 , 0x00004025 
+ 00009924  0x0000109b jam  0x00000000 , 0x0000806c 
+ 00009925  0x0000109c jam  0x00000001 , 0x0000806d 
+ 00009926  0x0000109d fetch  0x00000001 , 0x0000004c 
+ 00009927  0x0000109e and_into  0x00000003 , 0x0000003f 
+ 00009928  0x0000109f store  0x00000001 , 0x0000806e 
+ 00009929  0x000010a1 setarg  0x0000004e 
+ 00009930  0x000010a2 store  0x00000002 , 0x00008068 
+ 00009931  0x000010a3 store  0x00000002 , 0x0000806a 
+ 00009932  0x000010a5 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
+ 00009933  0x000010a6 increase  0xfffffffc , 0x00000011 
+ 00009934  0x000010a8 fetcht  0x00000005 , 0x00004455 
+ 00009935  0x000010a9 isolate1  0x0000000f , 0x00000000 
+ 00009936  0x000010aa call  0x000026d7 , 0x00000001 
+ 00009937  0x000010ab call  0x00007265 
+ 00009938  0x000010ac setarg  0x00000000 
+ 00009939  0x000010ad store  0x00000002 , 0x000080c0 
+ 00009940  0x000010ae jam  0x00000006 , 0x0000800a 
+ 00009941  0x000010af jam  0x00000007 , 0x0000800a 
+ 00009942  0x000010b0 rtn 
+ 00009943  0x000010b3 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00009944  0x000010b4 branch  0x000026dc , 0x00000005 
+ 00009945  0x000010b5 increase  0xffffffff , 0x00000002 
+ 00009946  0x000010b6 set1  0x00000027 , 0x00000002 
+ 00009947  0x000010b7 rtn 
+ 00009948  0x000010ba setarg  0x00ffffff 
+ 00009949  0x000010bb lshift16  0x0000003f , 0x0000003f 
+ 00009950  0x000010bc arg  0x0000ffff , 0x00000002 
+ 00009951  0x000010bd ior  0x00000002 , 0x00000002 
+ 00009952  0x000010be rtn 
+ 00009953  0x000010c1 copy  0x00000005 , 0x00000012 
+ 00009954  0x000010c2 fetch  0x00000001 , 0x0000004d 
+ 00009955  0x000010c3 increase  0xfffffffc , 0x0000003f 
+ 00009956  0x000010c4 isub  0x00000002 , 0x0000003e 
+ 00009957  0x000010c5 rtn  0x00000005 
+ 00009958  0x000010c6 storet  0x00000002 , 0x000080c0 
+ 00009959  0x000010c7 copy  0x00000012 , 0x00000005 
+ 00009960  0x000010c8 rtn 
+ 00009961  0x000010cb parse  0x00000003 , 0x00000000 , 0x00000020 
+ 00009962  0x000010cc rshift32  0x0000003f , 0x0000003f 
+ 00009963  0x000010cd rshift8  0x0000003f , 0x0000003f 
+ 00009964  0x000010ce istore  0x00000004 , 0x00000005 
+ 00009965  0x000010cf copy  0x00000005 , 0x00000012 
+ 00009966  0x000010d1 force  0x00000000 , 0x00000038 
+ 00009967  0x000010d2 copy  0x0000003f , 0x0000002f 
+ 00009968  0x000010d3 storet  0x00000002 , 0x000080c0 
+ 00009969  0x000010d4 rtn 
+ 00009970  0x000010d7 branch  0x000026fc 
+ 00009971  0x000010da call  0x0000270d 
+ 00009972  0x000010db call  0x000020cf 
+ 00009973  0x000010dc branch  0x000026af 
+ 00009974  0x000010df call  0x00006878 
+ 00009975  0x000010e0 bmark1  0x00000030 , 0x000026fa 
+ 00009976  0x000010e1 set1  0x00000030 , 0x00000000 
+ 00009977  0x000010e2 branch  0x000026b2 
+ 00009978  0x000010e6 set0  0x00000030 , 0x00000000 
+ 00009979  0x000010e7 branch  0x000026fc 
+ 00009980  0x000010ea bpatchx  0x0000002a , 0x00004025 
+ 00009981  0x000010eb call  0x000072cd 
+ 00009982  0x000010ec branch  0x000020cf 
+ 00009983  0x000010ef bmark1  0x0000002f , 0x00002705 
+ 00009984  0x000010f0 bmark1  0x0000002d , 0x00002709 
+ 00009985  0x000010f1 fetch  0x00000002 , 0x00000046 
+ 00009986  0x000010f2 copy  0x0000003f , 0x00000029 
+ 00009987  0x000010f3 copy  0x00000021 , 0x00000028 
+ 00009988  0x000010f4 rtn 
+ 00009989  0x000010f8 fetch  0x00000002 , 0x0000004a 
+ 00009990  0x000010f9 copy  0x0000003f , 0x00000029 
+ 00009991  0x000010fa add  0x00000021 , 0x00000001 , 0x00000028 
+ 00009992  0x000010fb rtn 
+ 00009993  0x000010fe fetch  0x00000002 , 0x00000048 
+ 00009994  0x000010ff copy  0x0000003f , 0x00000029 
+ 00009995  0x00001100 copy  0x00000021 , 0x00000028 
+ 00009996  0x00001101 rtn 
+ 00009997  0x00001105 fetch  0x00000001 , 0x0000004d 
+ 00009998  0x00001106 add  0x0000003f , 0x00000005 , 0x00000002 
+ 00009999  0x00001107 lshift3  0x00000002 , 0x00000002 
+ 00010000  0x00001108 fetch  0x00000001 , 0x0000019d 
+ 00010001  0x00001109 bmark1  0x0000002f , 0x00002714 
+ 00010002  0x0000110a bbit1  0x00000000 , 0x00002716 
+ 00010003  0x0000110b bbit1  0x00000001 , 0x00002717 
+ 00010004  0x0000110d branch  0x00002719 , 0x0000003c 
+ 00010005  0x0000110e branch  0x0000271c 
+ 00010006  0x00001111 branch  0x00002721 
+ 00010007  0x00001114 rshift  0x00000002 , 0x00000002 
+ 00010008  0x00001115 branch  0x00002721 
+ 00010009  0x00001118 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00010010  0x00001119 lshift  0x00000002 , 0x00000002 
+ 00010011  0x0000111a branch  0x0000271e 
+ 00010012  0x0000111d add  0x00000002 , 0x00000003 , 0x00000002 
+ 00010013  0x0000111e lshift3  0x00000002 , 0x00000002 
+ 00010014  0x00001120 setarg  0x00000028 
+ 00010015  0x00001121 iadd  0x00000002 , 0x00000002 
+ 00010016  0x00001122 branch  0x00002721 
+ 00010017  0x00001125 fetch  0x00000001 , 0x00004148 
+ 00010018  0x00001126 imul32  0x00000002 , 0x00000002 
+ 00010019  0x00001127 arg  0x00004e20 , 0x00000011 
+ 00010020  0x00001128 imul32  0x00000011 , 0x0000003f 
+ 00010021  0x00001129 isub  0x00000002 , 0x00000002 
+ 00010022  0x0000112a copy  0x0000001b , 0x0000003f 
+ 00010023  0x0000112b isub  0x00000002 , 0x0000001b 
+ 00010024  0x0000112c rtn 
+ 00010025  0x0000112f call  0x00002741 
+ 00010026  0x00001130 fetcht  0x00000001 , 0x00000008 
+ 00010027  0x00001131 call  0x0000216f 
+ 00010028  0x00001132 call  0x000021a6 
+ 00010029  0x00001133 enable  0x00000010 
+ 00010030  0x00001134 arg  0x0000157c , 0x0000000b 
+ 00010031  0x00001135 branch  0x00002659 
+ 00010032  0x00001139 bpatchx  0x0000002b , 0x00004025 
+ 00010033  0x0000113a fetch  0x00000001 , 0x0000019e 
+ 00010034  0x0000113b call  0x000025a4 
+ 00010035  0x0000113c call  0x00002741 
+ 00010036  0x0000113e fetch  0x00000001 , 0x0000019d 
+ 00010037  0x0000113f call  0x000025a4 
+ 00010038  0x00001141 fetcht  0x00000001 , 0x00000008 
+ 00010039  0x00001142 call  0x0000216f 
+ 00010040  0x00001143 call  0x000021a6 
+ 00010041  0x00001144 enable  0x00000010 
+ 00010042  0x00001145 arg  0x0000157c , 0x0000000b 
+ 00010043  0x00001146 bmark0  0x0000002f , 0x00002659 
+ 00010044  0x00001147 arg  0x00002134 , 0x0000000b 
+ 00010045  0x00001148 branch  0x00002659 
+ 00010046  0x0000114b bpatchx  0x0000002c , 0x00004025 
+ 00010047  0x0000114c call  0x00002741 
+ 00010048  0x0000114d branch  0x000020cf 
+ 00010049  0x00001150 bpatchx  0x0000002d , 0x00004025 
+ 00010050  0x00001151 call  0x000025c2 
+ 00010051  0x00001152 call  0x000025d1 
+ 00010052  0x00001153 call  0x0000687d 
+ 00010053  0x00001154 set1  0x00000000 , 0x00000015 
+ 00010054  0x00001155 enable  0x0000001d 
+ 00010055  0x00001156 enable  0x00000020 
+ 00010056  0x00001157 disable  0x00000021 
+ 00010057  0x00001158 call  0x00002648 
+ 00010058  0x00001159 disable  0x0000003a 
+ 00010059  0x0000115a bmark1  0x0000002f , 0x00002784 
+ 00010060  0x0000115b bmark1  0x0000002d , 0x00002796 
+ 00010061  0x0000115c rshift16  0x00000009 , 0x0000003f 
+ 00010062  0x0000115d rshift8  0x0000003f , 0x0000003f 
+ 00010063  0x0000115e rshift4  0x0000003f , 0x0000003f 
+ 00010064  0x0000115f inject  0x00000003 , 0x00000028 
+ 00010065  0x00001161 enable  0x00000007 
+ 00010066  0x00001162 enable  0x00000009 
+ 00010067  0x00001163 bpatchx  0x0000002e , 0x00004025 
+ 00010068  0x00001164 fetch  0x00000001 , 0x00004169 
+ 00010069  0x00001165 inject  0x00000003 , 0x00000008 
+ 00010070  0x00001166 ifetch  0x00000001 , 0x00000006 
+ 00010071  0x00001167 copy  0x0000003f , 0x00000039 
+ 00010072  0x00001168 inject  0x00000003 , 0x00000008 
+ 00010073  0x00001169 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00010074  0x0000116a branch  0x00002762 , 0x00000005 
+ 00010075  0x0000116c fetch  0x00000001 , 0x0000800a 
+ 00010076  0x0000116d branch  0x0000275e , 0x00000034 
+ 00010077  0x0000116e bmark1  0x00000032 , 0x00002779 
+ 00010078  0x00001170 arg  0x0000416b , 0x00000006 
+ 00010079  0x00001172 ifetch  0x00000001 , 0x00000006 
+ 00010080  0x00001173 inject  0x00000003 , 0x00000008 
+ 00010081  0x00001174 loop  0x0000275f 
+ 00010082  0x00001177 enable  0x00000008 
+ 00010083  0x00001178 inject  0x00000003 , 0x00000018 
+ 00010084  0x00001179 disable  0x00000008 
+ 00010085  0x0000117a bmark0  0x0000002f , 0x00002769 
+ 00010086  0x0000117b disable  0x00000007 
+ 00010087  0x0000117c setarg  0x00000000 
+ 00010088  0x0000117d inject  0x00000003 , 0x00000003 
+ 00010089  0x0000117f until  0x0000003e , 0x00000027 
+ 00010090  0x00001180 nop  0x00000064 
+ 00010091  0x00001181 bpatchx  0x0000002f , 0x00004025 
+ 00010092  0x00001182 disable  0x0000001d 
+ 00010093  0x00001183 disable  0x00000038 
+ 00010094  0x00001184 call  0x00002160 
+ 00010095  0x00001185 call  0x0000687b 
+ 00010096  0x00001187 fetch  0x00000001 , 0x00004169 
+ 00010097  0x00001188 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00010098  0x00001189 rtnne  0x00000003 
+ 00010099  0x0000118a fetch  0x00000001 , 0x000042fd 
+ 00010100  0x0000118b beq  0x00000002 , 0x0000285c 
+ 00010101  0x0000118c rtnne  0x00000005 
+ 00010102  0x0000118d fetch  0x00000001 , 0x0000416b 
+ 00010103  0x0000118e beq  0x00000005 , 0x00002857 
+ 00010104  0x0000118f rtn 
+ 00010105  0x00001193 increase  0xfffffffc , 0x00000039 
+ 00010106  0x00001194 copy  0x00000039 , 0x00000002 
+ 00010107  0x00001195 call  0x000072b8 
+ 00010108  0x00001196 arg  0x0000416b , 0x00000006 
+ 00010109  0x00001198 ifetch  0x00000001 , 0x00000006 
+ 00010110  0x00001199 inject  0x00000003 , 0x00000008 
+ 00010111  0x0000119a loop  0x0000277d 
+ 00010112  0x0000119b call  0x000072bd 
+ 00010113  0x0000119c copy  0x0000002f , 0x0000003f 
+ 00010114  0x0000119d inject  0x00000003 , 0x00000020 
+ 00010115  0x0000119e branch  0x00002762 
+ 00010116  0x000011a1 arg  0x0000000a , 0x00000039 
+ 00010117  0x000011a3 setarg  0x0000003c 
+ 00010118  0x000011a4 inject  0x00000003 , 0x00000008 
+ 00010119  0x000011a5 loop  0x00002785 
+ 00010120  0x000011a6 disable  0x0000001d 
+ 00010121  0x000011a7 enable  0x00000038 
+ 00010122  0x000011a8 rshift16  0x00000009 , 0x0000003f 
+ 00010123  0x000011a9 rshift16  0x0000003f , 0x0000003f 
+ 00010124  0x000011aa rshift4  0x0000003f , 0x0000003f 
+ 00010125  0x000011ab inject  0x00000003 , 0x00000020 
+ 00010126  0x000011ac bmark1  0x0000002e , 0x00002793 
+ 00010127  0x000011ae setarg  0x00000001 
+ 00010128  0x000011af inject  0x00000003 , 0x00000005 
+ 00010129  0x000011b0 enable  0x0000003a 
+ 00010130  0x000011b1 branch  0x00002751 
+ 00010131  0x000011b4 setarg  0x00000000 
+ 00010132  0x000011b5 inject  0x00000003 , 0x00000005 
+ 00010133  0x000011b6 branch  0x00002751 
+ 00010134  0x000011b9 fetch  0x00000001 , 0x00004148 
+ 00010135  0x000011ba fetcht  0x00000001 , 0x00004168 
+ 00010136  0x000011bb iadd  0x00000002 , 0x0000003f 
+ 00010137  0x000011bc call  0x0000235c 
+ 00010138  0x000011bd rshift16  0x00000009 , 0x0000003f 
+ 00010139  0x000011be rshift8  0x0000003f , 0x0000003f 
+ 00010140  0x000011bf rshift4  0x0000003f , 0x00000002 
+ 00010141  0x000011c0 copy  0x00000002 , 0x0000003f 
+ 00010142  0x000011c1 inject  0x00000003 , 0x00000008 
+ 00010143  0x000011c2 copy  0x00000002 , 0x0000003f 
+ 00010144  0x000011c3 inject  0x00000003 , 0x00000028 
+ 00010145  0x000011c4 branch  0x00002751 
+ 00010146  0x000011c8 arg  0x000027a6 , 0x00000013 
+ 00010147  0x000011c9 arg  0x000027bc , 0x00000012 
+ 00010148  0x000011ca arg  0x00000005 , 0x00000007 
+ 00010149  0x000011cb branch  0x000027fb 
+ 00010150  0x000011ce add  0x00000011 , 0x00000004 , 0x00000006 
+ 00010151  0x000011cf ifetcht  0x00000004 , 0x00000006 
+ 00010152  0x000011d0 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00010153  0x000011d1 ifetch  0x00000001 , 0x00000006 
+ 00010154  0x000011d2 add  0x00000011 , 0x0000002b , 0x00000005 
+ 00010155  0x000011d3 istore  0x00000001 , 0x00000005 
+ 00010156  0x000011d4 ifetch  0x00000002 , 0x00000006 
+ 00010157  0x000011d5 lshift2  0x0000003f , 0x0000003f 
+ 00010158  0x000011d6 iadd  0x00000002 , 0x0000000b 
+ 00010159  0x000011d7 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00010160  0x000011d8 deposit  0x0000000b 
+ 00010161  0x000011d9 istore  0x00000004 , 0x00000005 
+ 00010162  0x000011da ifetch  0x00000002 , 0x00000006 
+ 00010163  0x000011db lshift2  0x0000003f , 0x0000003f 
+ 00010164  0x000011dc add  0x00000011 , 0x00000002 , 0x00000005 
+ 00010165  0x000011dd istore  0x00000002 , 0x00000005 
+ 00010166  0x000011de ifetch  0x00000002 , 0x00000006 
+ 00010167  0x000011df add  0x00000011 , 0x0000002c , 0x00000005 
+ 00010168  0x000011e0 istore  0x00000002 , 0x00000005 
+ 00010169  0x000011e1 ifetch  0x00000002 , 0x00000006 
+ 00010170  0x000011e2 store  0x00000002 , 0x000042f5 
+ 00010171  0x000011e3 branch  0x00002938 
+ 00010172  0x000011e6 ifetch  0x00000001 , 0x00000011 
+ 00010173  0x000011e7 set0  0x00000003 , 0x0000003f 
+ 00010174  0x000011e8 istore  0x00000001 , 0x00000011 
+ 00010175  0x000011e9 storer  0x00000011 , 0x00000002 , 0x00000684 
+ 00010176  0x000011ea jam  0x00000044 , 0x0000066f 
+ 00010177  0x000011eb call  0x0000782b 
+ 00010178  0x000011ec fetchr  0x00000011 , 0x00000002 , 0x00000684 
+ 00010179  0x000011ed rtn 
+ 00010180  0x000011f0 arg  0x00000000 , 0x00000013 
+ 00010181  0x000011f1 arg  0x000027c8 , 0x00000012 
+ 00010182  0x000011f2 arg  0x00000006 , 0x00000007 
+ 00010183  0x000011f3 branch  0x000027fb 
+ 00010184  0x000011f6 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00010185  0x000011f7 ifetch  0x00000005 , 0x00000006 
+ 00010186  0x000011f8 add  0x00000011 , 0x00000030 , 0x00000005 
+ 00010187  0x000011f9 istore  0x00000005 , 0x00000005 
+ 00010188  0x000011fa branch  0x00002624 
+ 00010189  0x000011fe arg  0x00000000 , 0x00000013 
+ 00010190  0x000011ff arg  0x000027d1 , 0x00000012 
+ 00010191  0x00001200 arg  0x00000007 , 0x00000007 
+ 00010192  0x00001201 branch  0x000027fb 
+ 00010193  0x00001204 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00010194  0x00001205 ifetch  0x00000001 , 0x00000006 
+ 00010195  0x00001206 call  0x000027de 
+ 00010196  0x00001207 istore  0x00000001 , 0x00000005 
+ 00010197  0x00001208 add  0x00000011 , 0x00000038 , 0x00000006 
+ 00010198  0x00001209 ifetch  0x00000001 , 0x00000006 
+ 00010199  0x0000120a call  0x000027ec 
+ 00010200  0x0000120b istore  0x00000001 , 0x00000005 
+ 00010201  0x0000120c storer  0x00000011 , 0x00000002 , 0x00000684 
+ 00010202  0x0000120d jam  0x00000042 , 0x0000066f 
+ 00010203  0x0000120e call  0x0000782b 
+ 00010204  0x0000120f fetchr  0x00000011 , 0x00000002 , 0x00000684 
+ 00010205  0x00001210 rtn 
+ 00010206  0x00001213 call  0x000027e6 , 0x00000034 
+ 00010207  0x00001214 add  0x00000011 , 0x00000035 , 0x00000005 
+ 00010208  0x00001215 nrtn  0x00000029 
+ 00010209  0x00001216 fetcht  0x00000001 , 0x000043b6 
+ 00010210  0x00001217 isolate1  0x00000007 , 0x00000002 
+ 00010211  0x00001218 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00010212  0x00001219 add  0x00000011 , 0x00000036 , 0x00000005 
+ 00010213  0x0000121a rtn 
+ 00010214  0x0000121d add  0x00000011 , 0x00000035 , 0x00000006 
+ 00010215  0x0000121e ifetch  0x00000001 , 0x00000006 
+ 00010216  0x0000121f nrtn  0x00000029 
+ 00010217  0x00001220 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00010218  0x00001221 ifetch  0x00000001 , 0x00000006 
+ 00010219  0x00001222 rtn 
+ 00010220  0x00001225 call  0x000027f5 , 0x00000034 
+ 00010221  0x00001226 fetcht  0x00000001 , 0x000043b6 
+ 00010222  0x00001227 isolate1  0x00000007 , 0x00000002 
+ 00010223  0x00001228 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00010224  0x00001229 add  0x00000011 , 0x00000036 , 0x00000005 
+ 00010225  0x0000122a nrtn  0x00000029 
+ 00010226  0x0000122b set0  0x00000007 , 0x0000003f 
+ 00010227  0x0000122c add  0x00000011 , 0x00000035 , 0x00000005 
+ 00010228  0x0000122d rtn 
+ 00010229  0x00001230 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00010230  0x00001231 ifetch  0x00000001 , 0x00000006 
+ 00010231  0x00001232 nrtn  0x00000029 
+ 00010232  0x00001233 add  0x00000011 , 0x00000035 , 0x00000006 
+ 00010233  0x00001234 ifetch  0x00000001 , 0x00000006 
+ 00010234  0x00001235 rtn 
+ 00010235  0x0000123b bpatchx  0x00000030 , 0x00004026 
+ 00010236  0x0000123c ifetch  0x00000001 , 0x00000011 
+ 00010237  0x0000123d qisolate0  0x0000003f 
+ 00010238  0x0000123e rtn  0x00000001 
+ 00010239  0x0000123f add  0x00000011 , 0x0000001a , 0x00000006 
+ 00010240  0x00001240 ifetcht  0x00000002 , 0x00000006 
+ 00010241  0x00001241 add  0x00000011 , 0x00000020 , 0x00000006 
+ 00010242  0x00001242 ifetch  0x00000002 , 0x00000006 
+ 00010243  0x00001244 isub  0x00000002 , 0x0000003f 
+ 00010244  0x00001245 branch  0x0000280b , 0x00000005 
+ 00010245  0x00001246 nbranch  0x00002810 , 0x00000002 
+ 00010246  0x00001247 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00010247  0x00001248 branch  0x00002809 , 0x00000005 
+ 00010248  0x00001249 rtn 
+ 00010249  0x0000124c copy  0x00000013 , 0x0000003f 
+ 00010250  0x0000124d branch  0x00007d79 
+ 00010251  0x00001250 ifetch  0x00000001 , 0x00000011 
+ 00010252  0x00001251 qset0  0x0000003f 
+ 00010253  0x00001252 istore  0x00000001 , 0x00000011 
+ 00010254  0x00001253 copy  0x00000012 , 0x0000003f 
+ 00010255  0x00001254 branch  0x00007d79 
+ 00010256  0x00001257 add  0x00000011 , 0x0000001a , 0x00000006 
+ 00010257  0x00001258 ifetch  0x00000002 , 0x00000006 
+ 00010258  0x00001259 add  0x00000011 , 0x00000020 , 0x00000006 
+ 00010259  0x0000125a ifetch  0x00000002 , 0x00000006 
+ 00010260  0x0000125b isub  0x00000002 , 0x0000003f 
+ 00010261  0x0000125c arg  0x0000ffff , 0x00000002 
+ 00010262  0x0000125d isub  0x00000002 , 0x0000003e 
+ 00010263  0x0000125e branch  0x0000280b , 0x00000005 
+ 00010264  0x0000125f arg  0x0000f000 , 0x00000002 
+ 00010265  0x00001260 isub  0x00000002 , 0x0000003e 
+ 00010266  0x00001261 nbranch  0x0000280b , 0x00000002 
+ 00010267  0x00001262 rtn 
+ 00010268  0x00001266 fetcht  0x00000001 , 0x0000017f 
+ 00010269  0x00001267 fetch  0x00000001 , 0x0000004c 
+ 00010270  0x0000126a rshift  0x0000003f , 0x0000003f 
+ 00010271  0x0000126b ixor  0x00000002 , 0x0000003f 
+ 00010272  0x0000126c isolate1  0x00000002 , 0x0000003f 
+ 00010273  0x0000126d setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00010274  0x0000126e rtn 
+ 00010275  0x00001272 bpatchx  0x00000031 , 0x00004026 
+ 00010276  0x00001273 call  0x00002935 
+ 00010277  0x00001274 rtnmark1  0x00000030 
+ 00010278  0x00001275 call  0x0000284a 
+ 00010279  0x00001276 fetch  0x00000001 , 0x0000004c 
+ 00010280  0x00001277 isolate1  0x00000004 , 0x0000003f 
+ 00010281  0x00001278 setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00010282  0x00001279 rshift  0x0000003f , 0x0000003f 
+ 00010283  0x0000127a ixor  0x00000002 , 0x0000003f 
+ 00010284  0x0000127b isolate1  0x00000002 , 0x0000003f 
+ 00010285  0x0000127c setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00010286  0x0000127d rtnmark1  0x0000000f 
+ 00010287  0x0000127e fetch  0x00000001 , 0x0000004d 
+ 00010288  0x0000127f branch  0x0000283c , 0x00000034 
+ 00010289  0x00001280 fetch  0x00000001 , 0x00000168 
+ 00010290  0x00001281 bbit0  0x00000004 , 0x0000283c 
+ 00010291  0x00001282 fetcht  0x00000004 , 0x00000154 
+ 00010292  0x00001283 fetch  0x00000004 , 0x0000445a 
+ 00010293  0x00001284 isub  0x00000002 , 0x0000003e 
+ 00010294  0x00001285 branch  0x0000235a , 0x00000005 
+ 00010295  0x00001286 storet  0x00000004 , 0x0000445a 
+ 00010296  0x00001287 fetch  0x00000005 , 0x00004455 
+ 00010297  0x00001288 increase  0x00000001 , 0x0000003f 
+ 00010298  0x00001289 set1  0x00000027 , 0x0000003f 
+ 00010299  0x0000128a store  0x00000005 , 0x00004455 
+ 00010300  0x0000128d fetcht  0x00000001 , 0x0000017f 
+ 00010301  0x0000128e setflip  0x00000002 , 0x00000002 
+ 00010302  0x0000128f storet  0x00000001 , 0x0000017f 
+ 00010303  0x00001290 fetch  0x00000001 , 0x00004321 
+ 00010304  0x00001291 rtnbit0  0x00000006 
+ 00010305  0x00001292 bpatchx  0x00000032 , 0x00004026 
+ 00010306  0x00001293 fetch  0x00000001 , 0x0000004d 
+ 00010307  0x00001294 rtn  0x00000034 
+ 00010308  0x00001295 fetch  0x00000001 , 0x0000004c 
+ 00010309  0x00001296 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00010310  0x00001297 branch  0x00002e65 , 0x00000001 
+ 00010311  0x00001298 compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00010312  0x00001299 branch  0x00002e53 , 0x00000001 
+ 00010313  0x0000129a rtn 
+ 00010314  0x0000129e bpatchx  0x00000033 , 0x00004026 
+ 00010315  0x0000129f fetcht  0x00000001 , 0x0000017f 
+ 00010316  0x000012a0 isolate0  0x00000005 , 0x00000002 
+ 00010317  0x000012a1 rtn  0x00000001 
+ 00010318  0x000012a2 fetch  0x00000001 , 0x0000004c 
+ 00010319  0x000012a3 lshift  0x0000003f , 0x0000003f 
+ 00010320  0x000012a4 ixor  0x00000002 , 0x0000003f 
+ 00010321  0x000012a5 rtnbit0  0x00000003 
+ 00010322  0x000012a6 set0  0x00000005 , 0x00000002 
+ 00010323  0x000012a7 setflip  0x00000003 , 0x00000002 
+ 00010324  0x000012a8 storet  0x00000001 , 0x0000017f 
+ 00010325  0x000012a9 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00010326  0x000012ab rtn 
+ 00010327  0x000012af fetch  0x00000001 , 0x00000168 
+ 00010328  0x000012b0 set1  0x00000004 , 0x0000003f 
+ 00010329  0x000012b1 store  0x00000001 , 0x00000168 
+ 00010330  0x000012b2 set1  0x00000032 , 0x00000000 
+ 00010331  0x000012b3 rtn 
+ 00010332  0x000012b6 bpatchx  0x00000034 , 0x00004026 
+ 00010333  0x000012b7 jam  0x00000000 , 0x000042fd 
+ 00010334  0x000012b8 arg  0x00000000 , 0x0000003f 
+ 00010335  0x000012b9 store  0x00000004 , 0x0000445a 
+ 00010336  0x000012ba store  0x00000005 , 0x00004450 
+ 00010337  0x000012bb set1  0x00000027 , 0x0000003f 
+ 00010338  0x000012bc store  0x00000005 , 0x00004455 
+ 00010339  0x000012bd fetch  0x00000001 , 0x00000168 
+ 00010340  0x000012be set0  0x00000004 , 0x0000003f 
+ 00010341  0x000012bf store  0x00000001 , 0x00000168 
+ 00010342  0x000012c0 set0  0x00000032 , 0x00000000 
+ 00010343  0x000012c1 rtn 
+ 00010344  0x000012c7 arg  0x00000001 , 0x00000011 
+ 00010345  0x000012c8 fetch  0x00000001 , 0x0000004c 
+ 00010346  0x000012c9 rtnbit1  0x00000006 
+ 00010347  0x000012ca arg  0x00000000 , 0x00000011 
+ 00010348  0x000012cb rtn 
+ 00010349  0x000012cf copy  0x00000006 , 0x00000005 
+ 00010350  0x000012d0 fetcht  0x00000002 , 0x000043b8 
+ 00010351  0x000012d1 copy  0x00000005 , 0x00000006 
+ 00010352  0x000012d2 rtn 
+ 00010353  0x000012d6 bpatchx  0x00000035 , 0x00004026 
+ 00010354  0x000012d7 fetch  0x00000001 , 0x0000017f 
+ 00010355  0x000012d8 rtnbit1  0x00000005 
+ 00010356  0x000012d9 call  0x00002892 
+ 00010357  0x000012da call  0x00002a10 
+ 00010358  0x000012db branch  0x000028b6 , 0x00000034 
+ 00010359  0x000012dc ifetch  0x00000002 , 0x00000006 
+ 00010360  0x000012dd ifetcht  0x00000002 , 0x00000006 
+ 00010361  0x000012de copy  0x00000002 , 0x00000011 
+ 00010362  0x000012df isub  0x00000011 , 0x0000003f 
+ 00010363  0x000012e0 call  0x0000286d 
+ 00010364  0x000012e1 call  0x00007db0 
+ 00010365  0x000012e2 copy  0x0000003f , 0x00000002 
+ 00010366  0x000012e3 ifetchr  0x00000001 , 0x00000001 , 0x00000006 
+ 00010367  0x000012e4 copy  0x00000011 , 0x0000003f 
+ 00010368  0x000012e5 iadd  0x00000006 , 0x0000003f 
+ 00010369  0x000012e6 store  0x00000002 , 0x0000068f 
+ 00010370  0x000012e7 call  0x000028a6 
+ 00010371  0x000012e8 call  0x000028b8 
+ 00010372  0x000012ea call  0x00002a10 
+ 00010373  0x000012eb ifetch  0x00000002 , 0x00000006 
+ 00010374  0x000012ec copy  0x0000003f , 0x00000011 
+ 00010375  0x000012ed copy  0x00000006 , 0x00000013 
+ 00010376  0x000012ee ifetcht  0x00000002 , 0x00000006 
+ 00010377  0x000012ef copy  0x00000002 , 0x00000012 
+ 00010378  0x000012f0 isub  0x00000012 , 0x0000003f 
+ 00010379  0x000012f1 call  0x0000286d 
+ 00010380  0x000012f2 call  0x00007db0 
+ 00010381  0x000012f3 iadd  0x00000012 , 0x0000003f 
+ 00010382  0x000012f4 istore  0x00000002 , 0x00000013 
+ 00010383  0x000012f5 isub  0x00000011 , 0x0000003e 
+ 00010384  0x000012f6 nrtn  0x00000005 
+ 00010385  0x000012f7 branch  0x00002a2a 
+ 00010386  0x000012fb call  0x00002899 
+ 00010387  0x000012fc rtnmark1  0x00000029 
+ 00010388  0x000012fd fetch  0x00000001 , 0x00004321 
+ 00010389  0x000012fe bbit0  0x00000002 , 0x000028a4 
+ 00010390  0x000012ff call  0x00002a14 
+ 00010391  0x00001300 branch  0x000028a4 , 0x00000034 
+ 00010392  0x00001301 branch  0x000028a2 
+ 00010393  0x00001305 call  0x00002a10 
+ 00010394  0x00001306 branch  0x000028a4 , 0x00000034 
+ 00010395  0x00001307 ifetch  0x00000002 , 0x00000006 
+ 00010396  0x00001308 ifetcht  0x00000002 , 0x00000006 
+ 00010397  0x00001309 isub  0x00000002 , 0x00000011 
+ 00010398  0x0000130a call  0x0000286d 
+ 00010399  0x0000130b copy  0x00000002 , 0x0000003f 
+ 00010400  0x0000130c isub  0x00000011 , 0x0000003e 
+ 00010401  0x0000130d branch  0x000028a4 , 0x00000002 
+ 00010402  0x0000130f set1  0x00000029 , 0x00000000 
+ 00010403  0x00001310 rtn 
+ 00010404  0x00001313 set0  0x00000029 , 0x00000000 
+ 00010405  0x00001314 rtn 
+ 00010406  0x00001317 copy  0x00000011 , 0x0000003f 
+ 00010407  0x00001318 rtn  0x00000034 
+ 00010408  0x00001319 arg  0x00000001 , 0x00000001 
+ 00010409  0x0000131a rtn 
+ 00010410  0x0000131e bpatchx  0x00000036 , 0x00004026 
+ 00010411  0x0000131f increase  0x00000001 , 0x00000002 
+ 00010412  0x00001320 call  0x00002ccf 
+ 00010413  0x00001321 increase  0xfffffffe , 0x00000006 
+ 00010414  0x00001322 ifetch  0x00000002 , 0x00000006 
+ 00010415  0x00001323 arg  0x00002902 , 0x00000002 
+ 00010416  0x00001324 isub  0x00000002 , 0x0000003e 
+ 00010417  0x00001325 nrtn  0x00000005 
+ 00010418  0x00001326 increase  0x00000001 , 0x00000006 
+ 00010419  0x00001327 copy  0x00000006 , 0x00000011 
+ 00010420  0x00001328 ifetch  0x00000001 , 0x00000006 
+ 00010421  0x00001329 rtn 
+ 00010422  0x0000132d force  0x00000000 , 0x00000002 
+ 00010423  0x0000132e force  0x00000001 , 0x00000001 
+ 00010424  0x00001331 bpatchx  0x00000037 , 0x00004026 
+ 00010425  0x00001332 storet  0x00000001 , 0x0000416a 
+ 00010426  0x00001333 fetcht  0x00000001 , 0x0000017f 
+ 00010427  0x00001334 set1  0x00000005 , 0x00000002 
+ 00010428  0x00001335 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00010429  0x00001336 ior  0x00000001 , 0x0000003f 
+ 00010430  0x00001337 store  0x00000001 , 0x0000017f 
+ 00010431  0x00001338 and_into  0x0000001f , 0x0000003f 
+ 00010432  0x00001339 isolate1  0x00000029 , 0x00000000 
+ 00010433  0x0000133a setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00010434  0x0000133b store  0x00000001 , 0x00004169 
+ 00010435  0x0000133d fetch  0x00000001 , 0x00004169 
+ 00010436  0x0000133e compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00010437  0x0000133f nbranch  0x000028c8 , 0x00000001 
+ 00010438  0x00001340 fetch  0x00000001 , 0x0000416a 
+ 00010439  0x00001341 rtn  0x00000034 
+ 00010440  0x00001344 bmark1  0x00000032 , 0x000028ce 
+ 00010441  0x00001345 fetchr  0x00000039 , 0x00000001 , 0x0000416a 
+ 00010442  0x00001346 fetch  0x00000002 , 0x0000068f 
+ 00010443  0x00001347 copy  0x0000003f , 0x00000006 
+ 00010444  0x00001348 arg  0x0000416b , 0x00000005 
+ 00010445  0x00001349 branch  0x00007ccc 
+ 00010446  0x0000134c call  0x00007368 
+ 00010447  0x0000134d branch  0x0000729f 
+ 00010448  0x00001350 arg  0x00000000 , 0x00000007 
+ 00010449  0x00001351 branch  0x000024e7 
+ 00010450  0x00001354 arg  0x00000000 , 0x00000007 
+ 00010451  0x00001355 branch  0x000024eb 
+ 00010452  0x00001359 bpatchx  0x00000038 , 0x00004027 
+ 00010453  0x0000135a rtnmark1  0x0000000f 
+ 00010454  0x0000135b rtnmark1  0x00000030 
+ 00010455  0x0000135c fetch  0x00000001 , 0x0000004c 
+ 00010456  0x0000135d and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00010457  0x0000135e store  0x00000001 , 0x00004334 
+ 00010458  0x0000135f fetch  0x00000001 , 0x0000004d 
+ 00010459  0x00001360 rtn  0x00000034 
+ 00010460  0x00001361 setarg  0x0000004e 
+ 00010461  0x00001362 store  0x00000002 , 0x00004339 
+ 00010462  0x00001363 bpatchx  0x00000039 , 0x00004027 
+ 00010463  0x00001364 fetch  0x00000001 , 0x00004334 
+ 00010464  0x00001365 beq  0x00000003 , 0x0000304a 
+ 00010465  0x00001367 call  0x000028ee 
+ 00010466  0x00001368 nbranch  0x000028d0 , 0x00000028 
+ 00010467  0x00001369 call  0x000028d2 
+ 00010468  0x0000136a setarg  0x00000000 
+ 00010469  0x0000136b store  0x00000002 , 0x00004337 
+ 00010470  0x0000136c fetch  0x00000002 , 0x00004339 
+ 00010471  0x0000136d add  0x0000003f , 0x00000002 , 0x00000006 
+ 00010472  0x0000136e bpatchx  0x0000003a , 0x00004027 
+ 00010473  0x00001370 ifetch  0x00000002 , 0x00000006 
+ 00010474  0x00001371 beq  0x00000004 , 0x00002b8f 
+ 00010475  0x00001372 beq  0x00000006 , 0x00002ec8 
+ 00010476  0x00001373 beq  0x00000005 , 0x00002e8a 
+ 00010477  0x00001374 rtn 
+ 00010478  0x00001378 fetch  0x00000001 , 0x00004334 
+ 00010479  0x00001379 beq  0x00000002 , 0x000028fd 
+ 00010480  0x0000137a beq  0x00000001 , 0x00002914 
+ 00010481  0x0000137b rtn 
+ 00010482  0x00001381 call  0x00007dba 
+ 00010483  0x00001382 arg  0x00000004 , 0x00000002 
+ 00010484  0x00001383 isub  0x0000003f , 0x0000003e 
+ 00010485  0x00001384 rtn  0x00000005 
+ 00010486  0x00001385 arg  0x00000005 , 0x00000002 
+ 00010487  0x00001386 isub  0x0000003f , 0x0000003e 
+ 00010488  0x00001387 rtn  0x00000005 
+ 00010489  0x00001388 arg  0x00000006 , 0x00000002 
+ 00010490  0x00001389 isub  0x0000003f , 0x0000003e 
+ 00010491  0x0000138a rtn  0x00000005 
+ 00010492  0x0000138b branch  0x00007dbc 
+ 00010493  0x0000138f fetch  0x00000002 , 0x00004339 
+ 00010494  0x00001390 copy  0x0000003f , 0x00000006 
+ 00010495  0x00001391 ifetch  0x00000002 , 0x00000006 
+ 00010496  0x00001392 store  0x00000002 , 0x00004335 
+ 00010497  0x00001393 ifetch  0x00000002 , 0x00000006 
+ 00010498  0x00001394 call  0x000028f2 
+ 00010499  0x00001395 nrtn  0x00000028 
+ 00010500  0x00001396 fetcht  0x00000001 , 0x0000004d 
+ 00010501  0x00001397 storet  0x00000002 , 0x00004337 
+ 00010502  0x00001398 fetch  0x00000002 , 0x00004335 
+ 00010503  0x00001399 increase  0x00000004 , 0x0000003f 
+ 00010504  0x0000139a isub  0x00000002 , 0x0000003e 
+ 00010505  0x0000139b branch  0x00007dba , 0x00000005 
+ 00010506  0x0000139c fetchr  0x00000039 , 0x00000001 , 0x0000004d 
+ 00010507  0x0000139d arg  0x00000f00 , 0x00000005 
+ 00010508  0x0000139e fetch  0x00000002 , 0x00004339 
+ 00010509  0x0000139f copy  0x0000003f , 0x00000006 
+ 00010510  0x000013a0 call  0x00007ccc 
+ 00010511  0x000013a1 branch  0x00007dbc 
+ 00010512  0x000013a7 call  0x00007dba 
+ 00010513  0x000013a8 fetch  0x00000002 , 0x00004337 
+ 00010514  0x000013a9 nrtn  0x00000034 
+ 00010515  0x000013aa branch  0x00007dbc 
+ 00010516  0x000013ad call  0x00002910 
+ 00010517  0x000013ae nrtn  0x00000028 
+ 00010518  0x000013af fetch  0x00000002 , 0x00004337 
+ 00010519  0x000013b0 arg  0x00000f00 , 0x00000005 
+ 00010520  0x000013b1 iadd  0x00000005 , 0x00000011 
+ 00010521  0x000013b2 fetcht  0x00000001 , 0x0000004d 
+ 00010522  0x000013b3 iadd  0x00000002 , 0x0000003f 
+ 00010523  0x000013b4 store  0x00000002 , 0x00004337 
+ 00010524  0x000013b5 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
+ 00010525  0x000013b6 copy  0x00000011 , 0x00000005 
+ 00010526  0x000013b7 fetch  0x00000002 , 0x00004339 
+ 00010527  0x000013b8 copy  0x0000003f , 0x00000006 
+ 00010528  0x000013b9 call  0x00007ccc 
+ 00010529  0x000013ba setarg  0x00000f00 
+ 00010530  0x000013bb store  0x00000002 , 0x00004339 
+ 00010531  0x000013bc fetch  0x00000002 , 0x00004335 
+ 00010532  0x000013bd increase  0x00000004 , 0x0000003f 
+ 00010533  0x000013be fetcht  0x00000002 , 0x00004337 
+ 00010534  0x000013bf isub  0x00000002 , 0x0000003e 
+ 00010535  0x000013c0 branch  0x00007dba , 0x00000005 
+ 00010536  0x000013c1 branch  0x00007dbc 
+ 00010537  0x000013c7 fetch  0x00000002 , 0x000043df 
+ 00010538  0x000013c8 branch  0x00007d79 
+ 00010539  0x000013cb bpatchx  0x0000003b , 0x00004027 
+ 00010540  0x000013cc fetcht  0x00000004 , 0x00000184 
+ 00010541  0x000013cd call  0x00002356 
+ 00010542  0x000013ce isub  0x00000002 , 0x0000000b 
+ 00010543  0x000013cf deposit  0x0000000b 
+ 00010544  0x000013d0 fetcht  0x00000002 , 0x00000196 
+ 00010545  0x000013d1 lshift4  0x00000002 , 0x00000002 
+ 00010546  0x000013d2 lshift  0x00000002 , 0x00000002 
+ 00010547  0x000013d3 isub  0x00000002 , 0x0000003f 
+ 00010548  0x000013d4 rtn 
+ 00010549  0x000013d7 call  0x00002356 
+ 00010550  0x000013d8 store  0x00000004 , 0x00000184 
+ 00010551  0x000013d9 rtn 
+ 00010552  0x000013de bpatchx  0x0000003c , 0x00004027 
+ 00010553  0x000013df add  0x00000011 , 0x00000050 , 0x00000006 
+ 00010554  0x000013e0 ifetch  0x00000001 , 0x00000006 
+ 00010555  0x000013e1 call  0x000025eb 
+ 00010556  0x000013e2 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00010557  0x000013e3 ifetch  0x00000002 , 0x00000006 
+ 00010558  0x000013e4 imul32  0x00000002 , 0x0000003f 
+ 00010559  0x000013e5 fetcht  0x00000002 , 0x00000044 
+ 00010560  0x000013e6 imul32  0x00000002 , 0x0000003f 
+ 00010561  0x000013e7 arg  0x000f4240 , 0x00000002 
+ 00010562  0x000013e8 idiv  0x00000002 
+ 00010563  0x000013e9 arg  0x00000682 , 0x00000002 
+ 00010564  0x000013ea fetch  0x00000001 , 0x00004148 
+ 00010565  0x000013eb imul32  0x00000002 , 0x00000002 
+ 00010566  0x000013ec add  0x00000011 , 0x0000002b , 0x00000006 
+ 00010567  0x000013ed ifetch  0x00000001 , 0x00000006 
+ 00010568  0x000013ee imul32  0x00000002 , 0x0000003f 
+ 00010569  0x000013ef iadd  0x00000002 , 0x0000003f 
+ 00010570  0x000013f0 store  0x00000004 , 0x0000431d 
+ 00010571  0x000013f1 fetch  0x00000002 , 0x0000409a 
+ 00010572  0x000013f2 call  0x00007d62 
+ 00010573  0x000013f3 quotient  0x00000002 
+ 00010574  0x000013f4 iadd  0x00000002 , 0x0000003f 
+ 00010575  0x000013f5 add  0x00000011 , 0x0000000e , 0x00000005 
+ 00010576  0x000013f6 istore  0x00000002 , 0x00000005 
+ 00010577  0x000013f7 rtn 
+ 00010578  0x000013fd bpatchx  0x0000003d , 0x00004027 
+ 00010579  0x000013fe call  0x00002955 
+ 00010580  0x000013ff branch  0x00002969 
+ 00010581  0x00001402 jam  0x00000002 , 0x000006b5 
+ 00010582  0x00001403 arg  0x00002a00 , 0x00000002 
+ 00010583  0x00001404 storet  0x00000002 , 0x000006b6 
+ 00010584  0x00001405 call  0x00002ce0 
+ 00010585  0x00001406 rtn  0x00000034 
+ 00010586  0x00001407 ifetch  0x00000001 , 0x00000006 
+ 00010587  0x00001408 copy  0x00000006 , 0x00000005 
+ 00010588  0x00001409 fetcht  0x00000001 , 0x0000426b 
+ 00010589  0x0000140a copy  0x00000002 , 0x00000039 
+ 00010590  0x0000140b isub  0x00000002 , 0x0000003e 
+ 00010591  0x0000140c nbranch  0x00002966 , 0x00000002 
+ 00010592  0x0000140d isub  0x00000002 , 0x00000002 
+ 00010593  0x0000140e arg  0x0000426c , 0x00000006 
+ 00010594  0x0000140f call  0x00007ccc 
+ 00010595  0x00001410 copy  0x00000002 , 0x00000039 
+ 00010596  0x00001411 ncall  0x000029a1 , 0x00000005 
+ 00010597  0x00001412 rtn 
+ 00010598  0x00001414 copy  0x0000003f , 0x00000039 
+ 00010599  0x00001415 arg  0x0000426c , 0x00000006 
+ 00010600  0x00001416 branch  0x00007ccc 
+ 00010601  0x0000141a arg  0x00004368 , 0x00000013 
+ 00010602  0x0000141b arg  0x00004349 , 0x00000011 
+ 00010603  0x0000141c call  0x00002976 
+ 00010604  0x0000141d setarg  0x00000000 
+ 00010605  0x0000141e setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00010606  0x0000141f store  0x00000001 , 0x00000670 
+ 00010607  0x00001420 arg  0x00004388 , 0x00000013 
+ 00010608  0x00001421 arg  0x00004369 , 0x00000011 
+ 00010609  0x00001422 call  0x00002976 
+ 00010610  0x00001423 rtn  0x00000028 
+ 00010611  0x00001424 fetch  0x00000001 , 0x00000670 
+ 00010612  0x00001425 branch  0x0000235a , 0x00000034 
+ 00010613  0x00001426 rtn 
+ 00010614  0x0000142a bpatchx  0x0000003e , 0x00004027 
+ 00010615  0x0000142b call  0x00007dba 
+ 00010616  0x0000142c call  0x00007ca6 
+ 00010617  0x0000142d arg  0x00000000 , 0x00000012 
+ 00010618  0x0000142e arg  0x000006a2 , 0x00000005 
+ 00010619  0x0000142f call  0x00002990 
+ 00010620  0x00001430 fetch  0x00000001 , 0x0000426b 
+ 00010621  0x00001431 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00010622  0x00001432 iadd  0x00000012 , 0x00000011 
+ 00010623  0x00001433 increase  0x00000002 , 0x00000011 
+ 00010624  0x00001434 sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00010625  0x00001435 nbranch  0x0000298e , 0x00000002 
+ 00010626  0x00001436 istoret  0x00000001 , 0x00000005 
+ 00010627  0x00001437 arg  0x00000009 , 0x00000002 
+ 00010628  0x00001438 istoret  0x00000001 , 0x00000005 
+ 00010629  0x00001439 iforce  0x00000039 
+ 00010630  0x0000143a call  0x00007ccc 
+ 00010631  0x0000143b copy  0x00000011 , 0x00000012 
+ 00010632  0x0000143d deposit  0x00000012 
+ 00010633  0x0000143e store  0x00000001 , 0x000006a1 
+ 00010634  0x0000143f arg  0x000006a1 , 0x00000006 
+ 00010635  0x00001440 setarg  0xffffffe0 
+ 00010636  0x00001441 iadd  0x00000013 , 0x00000005 
+ 00010637  0x00001442 branch  0x00007c8d 
+ 00010638  0x00001445 call  0x00007dbc 
+ 00010639  0x00001446 branch  0x00002988 
+ 00010640  0x00001449 ifetch  0x00000001 , 0x00000011 
+ 00010641  0x0000144a rtn  0x00000034 
+ 00010642  0x0000144b pincrease  0x00000001 
+ 00010643  0x0000144c ifetcht  0x00000001 , 0x00000006 
+ 00010644  0x0000144d sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00010645  0x0000144e branch  0x0000299f , 0x00000005 
+ 00010646  0x0000144f iadd  0x00000012 , 0x00000012 
+ 00010647  0x00001450 copy  0x00000011 , 0x00000006 
+ 00010648  0x00001451 iforce  0x00000039 
+ 00010649  0x00001452 call  0x00007ccc 
+ 00010650  0x00001453 copy  0x00000006 , 0x00000011 
+ 00010651  0x00001455 deposit  0x00000011 
+ 00010652  0x00001456 isub  0x00000013 , 0x0000003e 
+ 00010653  0x00001457 rtn  0x00000002 
+ 00010654  0x00001458 branch  0x00002990 
+ 00010655  0x0000145b iadd  0x00000011 , 0x00000011 
+ 00010656  0x0000145c branch  0x0000299b 
+ 00010657  0x00001460 setarg  0x00000020 
+ 00010658  0x00001461 istore  0x00000001 , 0x00000005 
+ 00010659  0x00001462 loop  0x000029a1 
+ 00010660  0x00001463 rtn 
+ 00010661  0x00001467 bpatchx  0x0000003f , 0x00004027 
+ 00010662  0x00001468 disable  0x0000002b 
+ 00010663  0x00001469 branch  0x000029a9 , 0x0000002e 
+ 00010664  0x0000146a nbranch  0x000029b8 , 0x0000002d 
+ 00010665  0x0000146c call  0x000024d2 
+ 00010666  0x0000146d fetch  0x00000002 , 0x0000409a 
+ 00010667  0x0000146e store  0x00000002 , 0x00000176 
+ 00010668  0x0000146f fetch  0x00000001 , 0x00004321 
+ 00010669  0x00001470 bbit1  0x00000005 , 0x000024e0 
+ 00010670  0x00001471 bmark1  0x0000000f , 0x000024e0 
+ 00010671  0x00001472 fetch  0x00000001 , 0x0000004d 
+ 00010672  0x00001473 nbranch  0x000024e0 , 0x00000034 
+ 00010673  0x00001474 fetch  0x00000001 , 0x0000416a 
+ 00010674  0x00001475 nbranch  0x000024e0 , 0x00000034 
+ 00010675  0x00001477 fetch  0x00000001 , 0x00000168 
+ 00010676  0x00001478 bbit1  0x00000005 , 0x000024e0 
+ 00010677  0x00001479 bbit1  0x00000007 , 0x000024e0 
+ 00010678  0x0000147a bbit1  0x00000006 , 0x000024e0 
+ 00010679  0x0000147b branch  0x000024c8 
+ 00010680  0x0000147e fetch  0x00000001 , 0x000040a8 
+ 00010681  0x0000147f sub  0x0000003f , 0x0000001e , 0x0000003e 
+ 00010682  0x00001480 nbranch  0x000024d7 , 0x00000002 
+ 00010683  0x00001481 fetcht  0x00000002 , 0x0000409a 
+ 00010684  0x00001482 rshift  0x00000002 , 0x00000002 
+ 00010685  0x00001483 fetch  0x00000002 , 0x00000176 
+ 00010686  0x00001484 iadd  0x00000002 , 0x0000003f 
+ 00010687  0x00001485 store  0x00000002 , 0x00000176 
+ 00010688  0x00001486 branch  0x000024d7 
+ 00010689  0x0000148a arg  0x00000000 , 0x00000007 
+ 00010690  0x0000148b branch  0x000029d6 
+ 00010691  0x0000148e arg  0x00000000 , 0x00000007 
+ 00010692  0x0000148f branch  0x000029db 
+ 00010693  0x00001492 arg  0x00000001 , 0x00000007 
+ 00010694  0x00001493 branch  0x000029d6 
+ 00010695  0x00001496 arg  0x00000001 , 0x00000007 
+ 00010696  0x00001497 branch  0x000029db 
+ 00010697  0x0000149a arg  0x00000002 , 0x00000007 
+ 00010698  0x0000149b branch  0x000029d6 
+ 00010699  0x0000149e arg  0x00000002 , 0x00000007 
+ 00010700  0x0000149f branch  0x000029db 
+ 00010701  0x000014a2 arg  0x00000003 , 0x00000007 
+ 00010702  0x000014a3 branch  0x000029d6 
+ 00010703  0x000014a6 arg  0x00000003 , 0x00000007 
+ 00010704  0x000014a7 branch  0x000029db 
+ 00010705  0x000014aa arg  0x00000004 , 0x00000007 
+ 00010706  0x000014ab branch  0x000029d6 
+ 00010707  0x000014ae arg  0x00000004 , 0x00000007 
+ 00010708  0x000014af branch  0x000029db 
+ 00010709  0x000014b2 arg  0x00000005 , 0x00000007 
+ 00010710  0x000014b5 fetch  0x00000001 , 0x00004321 
+ 00010711  0x000014b6 qset1  0x0000003f 
+ 00010712  0x000014b7 store  0x00000001 , 0x00004321 
+ 00010713  0x000014b8 rtn 
+ 00010714  0x000014bc arg  0x00000005 , 0x00000007 
+ 00010715  0x000014bf fetch  0x00000001 , 0x00004321 
+ 00010716  0x000014c0 qset0  0x0000003f 
+ 00010717  0x000014c1 store  0x00000001 , 0x00004321 
+ 00010718  0x000014c2 rtn 
+ 00010719  0x000014c7 setarg  0x00112233 
+ 00010720  0x000014c8 store  0x00000003 , 0x00004322 
+ 00010721  0x000014c9 setarg  0x00445566 
+ 00010722  0x000014ca istore  0x00000003 , 0x00000005 
+ 00010723  0x000014cb setarg  0x00778899 
+ 00010724  0x000014cc istore  0x00000003 , 0x00000005 
+ 00010725  0x000014cd setarg  0x00001122 
+ 00010726  0x000014ce istore  0x00000003 , 0x00000005 
+ 00010727  0x000014cf setarg  0x00334455 
+ 00010728  0x000014d0 istore  0x00000003 , 0x00000005 
+ 00010729  0x000014d1 setarg  0x00000066 
+ 00010730  0x000014d2 istore  0x00000001 , 0x00000005 
+ 00010731  0x000014d3 rtn 
+ 00010732  0x000014d7 setarg  0x01000302 
+ 00010733  0x000014d8 store  0x00000004 , 0x000042c4 
+ 00010734  0x000014d9 setarg  0x00010010 
+ 00010735  0x000014da store  0x00000003 , 0x000042c8 
+ 00010736  0x000014db jam  0x00000001 , 0x000042fe 
+ 00010737  0x000014dc rtn 
+ 00010738  0x000014e1 arg  0x00000000 , 0x00000011 
+ 00010739  0x000014e2 arg  0x00000001 , 0x00000001 
+ 00010740  0x000014e3 branch  0x00002a05 
+ 00010741  0x000014e8 bpatchx  0x00000040 , 0x00004028 
+ 00010742  0x000014e9 arg  0x00000003 , 0x00000001 
+ 00010743  0x000014ea call  0x00002a05 
+ 00010744  0x000014eb copy  0x00000012 , 0x0000003f 
+ 00010745  0x000014ec istore  0x00000001 , 0x00000005 
+ 00010746  0x000014ed rtn 
+ 00010747  0x000014f2 bpatchx  0x00000041 , 0x00004028 
+ 00010748  0x000014f3 force  0x00000002 , 0x00000001 
+ 00010749  0x000014f4 increase  0x00000004 , 0x00000011 
+ 00010750  0x000014f5 call  0x00002a05 
+ 00010751  0x000014f6 increase  0xfffffffc , 0x00000011 
+ 00010752  0x000014f7 copy  0x00000011 , 0x0000003f 
+ 00010753  0x000014f8 istore  0x00000002 , 0x00000005 
+ 00010754  0x000014f9 copy  0x00000012 , 0x0000003f 
+ 00010755  0x000014fa istore  0x00000002 , 0x00000005 
+ 00010756  0x000014fb rtn 
+ 00010757  0x00001500 bpatchx  0x00000042 , 0x00004028 
+ 00010758  0x00001501 increase  0x00000005 , 0x00000011 
+ 00010759  0x00001502 call  0x00006959 
+ 00010760  0x00001503 increase  0xfffffffb , 0x00000011 
+ 00010761  0x00001504 copy  0x00000011 , 0x0000003f 
+ 00010762  0x00001505 istore  0x00000002 , 0x00000005 
+ 00010763  0x00001506 setarg  0x00000000 
+ 00010764  0x00001507 istore  0x00000002 , 0x00000005 
+ 00010765  0x00001508 copy  0x00000001 , 0x0000003f 
+ 00010766  0x00001509 istore  0x00000001 , 0x00000005 
+ 00010767  0x0000150a rtn 
+ 00010768  0x0000150e bpatchx  0x00000043 , 0x00004028 
+ 00010769  0x0000150f call  0x00006993 
+ 00010770  0x00001510 copy  0x0000003f , 0x00000006 
+ 00010771  0x00001511 rtn 
+ 00010772  0x00001514 fetch  0x00000002 , 0x00004449 
+ 00010773  0x00001515 rtn 
+ 00010774  0x00001518 call  0x00002a19 
+ 00010775  0x00001519 copy  0x0000003f , 0x00000006 
+ 00010776  0x0000151a rtn 
+ 00010777  0x0000151e fetch  0x00000002 , 0x0000444c 
+ 00010778  0x0000151f rtn 
+ 00010779  0x00001523 call  0x00002a10 
+ 00010780  0x00001524 increase  0x00000005 , 0x00000006 
+ 00010781  0x00001525 rtn 
+ 00010782  0x00001528 call  0x00002a10 
+ 00010783  0x00001529 increase  0x00000009 , 0x00000006 
+ 00010784  0x0000152a rtn 
+ 00010785  0x0000152d call  0x00002a16 
+ 00010786  0x0000152e increase  0x00000009 , 0x00000006 
+ 00010787  0x0000152f rtn 
+ 00010788  0x00001532 call  0x00002a16 
+ 00010789  0x00001533 increase  0x00000005 , 0x00000006 
+ 00010790  0x00001534 rtn 
+ 00010791  0x00001538 branch  0x000069a9 
+ 00010792  0x0000153c branch  0x000069ac 
+ 00010793  0x00001540 branch  0x000069af 
+ 00010794  0x00001544 branch  0x00006998 
+ 00010795  0x00001548 store  0x00000008 , 0x000043c0 
+ 00010796  0x00001549 branch  0x00002a3c 
+ 00010797  0x0000154d and  0x00000002 , 0x000000ff , 0x00000011 
+ 00010798  0x0000154e call  0x00002a32 
+ 00010799  0x0000154f rshift8  0x00000002 , 0x00000011 
+ 00010800  0x00001552 storer  0x00000011 , 0x00000001 , 0x000043b7 
+ 00010801  0x00001553 branch  0x00002a33 
+ 00010802  0x00001556 storer  0x00000011 , 0x00000001 , 0x000043b6 
+ 00010803  0x00001558 isolate1  0x00000001 , 0x00000011 
+ 00010804  0x00001559 call  0x00002a38 , 0x00000001 
+ 00010805  0x0000155a isolate1  0x00000002 , 0x00000011 
+ 00010806  0x0000155b call  0x00002a3a , 0x00000001 
+ 00010807  0x0000155c rtn 
+ 00010808  0x00001561 arg  0x00000008 , 0x00000007 
+ 00010809  0x00001562 branch  0x00002a3d 
+ 00010810  0x00001566 arg  0x0000000b , 0x00000007 
+ 00010811  0x00001567 branch  0x00002a3d 
+ 00010812  0x0000156a arg  0x00000005 , 0x00000007 
+ 00010813  0x0000156d fetch  0x00000008 , 0x000043ae 
+ 00010814  0x0000156e qset1  0x0000003f 
+ 00010815  0x0000156f store  0x00000008 , 0x000043ae 
+ 00010816  0x00001570 rtn 
+ 00010817  0x00001573 call  0x000029c5 
+ 00010818  0x00001574 call  0x000029ec 
+ 00010819  0x00001575 call  0x000029df 
+ 00010820  0x00001576 branch  0x000029cd 
+ 00010821  0x0000157c jam  0x00000001 , 0x0000019d 
+ 00010822  0x0000157d jam  0x00000001 , 0x0000019e 
+ 00010823  0x0000157e call  0x000025b8 
+ 00010824  0x0000157f call  0x00002a4b 
+ 00010825  0x00001580 call  0x00002acb 
+ 00010826  0x00001581 branch  0x000025bc 
+ 00010827  0x00001584 bpatchx  0x00000044 , 0x00004028 
+ 00010828  0x00001585 fetch  0x00000001 , 0x00004343 
+ 00010829  0x00001586 rtnne  0x00000001 
+ 00010830  0x00001587 arg  0x00000002 , 0x00000007 
+ 00010831  0x00001588 call  0x00007cef 
+ 00010832  0x00001589 nrtn  0x00000034 
+ 00010833  0x0000158a fetch  0x00000002 , 0x00004344 
+ 00010834  0x0000158b fetcht  0x00000002 , 0x00004346 
+ 00010835  0x0000158c isub  0x00000002 , 0x0000003f 
+ 00010836  0x0000158d arg  0x00000002 , 0x00000007 
+ 00010837  0x0000158e call  0x00007ce1 
+ 00010838  0x0000158f disable  0x00000029 
+ 00010839  0x00001590 call  0x00002af5 
+ 00010840  0x00001591 call  0x00002a6a 
+ 00010841  0x00001592 nrtn  0x0000002d 
+ 00010842  0x00001593 bpatchx  0x00000045 , 0x00004028 
+ 00010843  0x00001594 fetch  0x00000006 , 0x0000004e 
+ 00010844  0x00001595 store  0x00000006 , 0x00000178 
+ 00010845  0x00001598 fetch  0x00000001 , 0x00000002 
+ 00010846  0x00001599 increase  0x00000001 , 0x0000003f 
+ 00010847  0x0000159a store  0x00000001 , 0x00000002 
+ 00010848  0x0000159b call  0x00002a71 
+ 00010849  0x0000159c rtn  0x00000029 
+ 00010850  0x0000159d call  0x00002b1c 
+ 00010851  0x0000159e nrtn  0x0000002d 
+ 00010852  0x0000159f fetch  0x00000001 , 0x00000004 
+ 00010853  0x000015a0 increase  0x00000001 , 0x0000003f 
+ 00010854  0x000015a1 store  0x00000001 , 0x00000004 
+ 00010855  0x000015a2 fetch  0x00000009 , 0x00000054 
+ 00010856  0x000015a3 store  0x00000009 , 0x000006a1 
+ 00010857  0x000015a4 rtn 
+ 00010858  0x000015a8 bpatchx  0x00000046 , 0x00004028 
+ 00010859  0x000015a9 call  0x00002b68 
+ 00010860  0x000015aa call  0x0000264e 
+ 00010861  0x000015ab fetch  0x00000001 , 0x00000001 
+ 00010862  0x000015ac increase  0x00000001 , 0x0000003f 
+ 00010863  0x000015ad store  0x00000001 , 0x00000001 
+ 00010864  0x000015ae rtn 
+ 00010865  0x000015b2 bpatchx  0x00000047 , 0x00004028 
+ 00010866  0x000015b3 fetch  0x00000001 , 0x000001bc 
+ 00010867  0x000015b4 rtnne  0x0000001b 
+ 00010868  0x000015b5 fetch  0x00000006 , 0x00000178 
+ 00010869  0x000015b6 fetcht  0x00000006 , 0x000042cc 
+ 00010870  0x000015b7 isub  0x00000002 , 0x0000003e 
+ 00010871  0x000015b8 nrtn  0x00000005 
+ 00010872  0x000015b9 call  0x00002056 
+ 00010873  0x000015ba nrtn  0x00000005 
+ 00010874  0x000015bb call  0x00002a84 
+ 00010875  0x000015bc call  0x00002519 
+ 00010876  0x000015bd call  0x000030ed 
+ 00010877  0x000015be jam  0x00000014 , 0x0000066f 
+ 00010878  0x000015bf call  0x0000782b 
+ 00010879  0x000015c0 jam  0x00000000 , 0x00004114 
+ 00010880  0x000015c1 jam  0x00000000 , 0x000001b8 
+ 00010881  0x000015c2 jam  0x00000000 , 0x00004343 
+ 00010882  0x000015c3 jam  0x00000000 , 0x000001bc 
+ 00010883  0x000015c4 branch  0x00002041 
+ 00010884  0x000015c7 bpatchx  0x00000048 , 0x00004029 
+ 00010885  0x000015c8 force  0xffffffff , 0x0000003f 
+ 00010886  0x000015c9 setsect  0x00000002 , 0x00000001 
+ 00010887  0x000015ca store  0x00000005 , 0x00000198 
+ 00010888  0x000015cb arg  0x00000168 , 0x00000011 
+ 00010889  0x000015cc call  0x00002624 
+ 00010890  0x000015cd force  0x00000004 , 0x00000039 
+ 00010891  0x000015ce arg  0x0000018c , 0x00000005 
+ 00010892  0x000015cf call  0x00007de8 
+ 00010893  0x000015d0 fetch  0x00000002 , 0x000042d9 
+ 00010894  0x000015d1 store  0x00000002 , 0x00000196 
+ 00010895  0x000015d3 random  0x0000003f 
+ 00010896  0x000015d4 and_into  0x0000000f , 0x0000003f 
+ 00010897  0x000015d5 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00010898  0x000015d6 branch  0x00002a8f , 0x00000002 
+ 00010899  0x000015d7 store  0x00000001 , 0x00000181 
+ 00010900  0x000015d9 bpatchx  0x00000049 , 0x00004029 
+ 00010901  0x000015da fetcht  0x00000002 , 0x00004165 
+ 00010902  0x000015db storet  0x00000002 , 0x0000016a 
+ 00010903  0x000015dc copy  0x00000002 , 0x00000013 
+ 00010904  0x000015dd add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00010905  0x000015de idiv  0x00000013 
+ 00010906  0x000015df call  0x00007d62 
+ 00010907  0x000015e0 remainder  0x00000011 
+ 00010908  0x000015e1 isub  0x00000011 , 0x0000003f 
+ 00010909  0x000015e2 iadd  0x00000013 , 0x0000003f 
+ 00010910  0x000015e3 fetcht  0x00000002 , 0x00004163 
+ 00010911  0x000015e4 iadd  0x00000002 , 0x0000003f 
+ 00010912  0x000015e5 store  0x00000004 , 0x0000016c 
+ 00010913  0x000015e6 isub  0x00000022 , 0x00000011 
+ 00010914  0x000015e7 increase  0xfffffffa , 0x00000011 
+ 00010915  0x000015e8 arg  0x00002205 , 0x00000012 
+ 00010916  0x000015e9 fetch  0x00000001 , 0x000042d2 
+ 00010917  0x000015ea nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00010918  0x000015eb fetch  0x00000001 , 0x000042cb 
+ 00010919  0x000015ec nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00010920  0x000015ed copy  0x00000012 , 0x0000003f 
+ 00010921  0x000015ee store  0x00000002 , 0x00004169 
+ 00010922  0x000015ef fetch  0x00000006 , 0x000042db 
+ 00010923  0x000015f0 istore  0x00000006 , 0x00000005 
+ 00010924  0x000015f1 fetch  0x00000006 , 0x00000178 
+ 00010925  0x000015f2 istore  0x00000006 , 0x00000005 
+ 00010926  0x000015f3 fetch  0x00000004 , 0x0000018c 
+ 00010927  0x000015f4 istore  0x00000004 , 0x00000005 
+ 00010928  0x000015f5 random  0x0000003f 
+ 00010929  0x000015f6 istore  0x00000002 , 0x00000005 
+ 00010930  0x000015f7 random  0x0000003f 
+ 00010931  0x000015f8 istore  0x00000001 , 0x00000005 
+ 00010932  0x000015f9 force  0x00000002 , 0x0000003f 
+ 00010933  0x000015fa istore  0x00000001 , 0x00000005 
+ 00010934  0x000015fb rshift2  0x00000011 , 0x0000003f 
+ 00010935  0x000015fc istore  0x00000002 , 0x00000005 
+ 00010936  0x000015fd rshift2  0x00000013 , 0x0000003f 
+ 00010937  0x000015fe istore  0x00000002 , 0x00000005 
+ 00010938  0x000015ff bpatchx  0x0000004a , 0x00004029 
+ 00010939  0x00001600 setarg  0x00000000 
+ 00010940  0x00001601 istore  0x00000002 , 0x00000005 
+ 00010941  0x00001602 fetch  0x00000002 , 0x000042d9 
+ 00010942  0x00001603 istore  0x00000002 , 0x00000005 
+ 00010943  0x00001604 fetch  0x00000005 , 0x00000198 
+ 00010944  0x00001605 istore  0x00000005 , 0x00000005 
+ 00010945  0x00001606 fetch  0x00000001 , 0x00000181 
+ 00010946  0x00001607 arg  0x000000a0 , 0x00000002 
+ 00010947  0x00001608 ior  0x00000002 , 0x0000003f 
+ 00010948  0x00001609 istore  0x00000001 , 0x00000005 
+ 00010949  0x0000160a call  0x0000273e 
+ 00010950  0x0000160b setarg  0x00004169 
+ 00010951  0x0000160c add  0x0000003f , 0x00000012 , 0x00000006 
+ 00010952  0x0000160d ifetch  0x00000003 , 0x00000006 
+ 00010953  0x0000160e store  0x00000003 , 0x00000190 
+ 00010954  0x0000160f rtn 
+ 00010955  0x00001613 jam  0x00000024 , 0x00000007 
+ 00010956  0x00001614 jam  0x00000000 , 0x000006a1 
+ 00010957  0x00001615 call  0x00002aef 
+ 00010958  0x00001616 call  0x00002ad0 
+ 00010959  0x00001617 branch  0x00002af2 
+ 00010960  0x0000161a bpatchx  0x0000004b , 0x00004029 
+ 00010961  0x0000161b fetch  0x00000001 , 0x00004388 
+ 00010962  0x0000161c rtn  0x00000034 
+ 00010963  0x0000161d arg  0x00000000 , 0x00000007 
+ 00010964  0x0000161e call  0x00007cef 
+ 00010965  0x0000161f nrtn  0x00000034 
+ 00010966  0x00001620 enable  0x00000010 
+ 00010967  0x00001621 call  0x00002af5 
+ 00010968  0x00001622 call  0x00002b68 
+ 00010969  0x00001623 call  0x00002afe 
+ 00010970  0x00001624 nbranch  0x00002ae2 , 0x0000002d 
+ 00010971  0x00001625 fetch  0x00000001 , 0x00000003 
+ 00010972  0x00001626 increase  0x00000001 , 0x0000003f 
+ 00010973  0x00001627 store  0x00000001 , 0x00000003 
+ 00010974  0x00001628 fetch  0x00000001 , 0x0000004c 
+ 00010975  0x00001629 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00010976  0x0000162a beq  0x00000003 , 0x00002b2d 
+ 00010977  0x0000162b beq  0x00000005 , 0x00002b40 
+ 00010978  0x0000162d bpatchx  0x0000004c , 0x00004029 
+ 00010979  0x0000162e fetch  0x00000001 , 0x000006a1 
+ 00010980  0x0000162f fetcht  0x00000001 , 0x00004393 
+ 00010981  0x00001630 isub  0x00000002 , 0x0000003e 
+ 00010982  0x00001631 nbranch  0x00002ad0 , 0x00000005 
+ 00010983  0x00001632 random  0x0000003f 
+ 00010984  0x00001633 arg  0x000001ff , 0x00000002 
+ 00010985  0x00001634 iand  0x00000002 , 0x0000003f 
+ 00010986  0x00001635 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00010987  0x00001636 call  0x00007c91 
+ 00010988  0x00001637 arg  0x00000000 , 0x00000007 
+ 00010989  0x00001638 fetch  0x00000002 , 0x00004389 
+ 00010990  0x00001639 branch  0x00007ce1 
+ 00010991  0x0000163c arg  0x000006b1 , 0x00000005 
+ 00010992  0x0000163d arg  0x00004169 , 0x00000006 
+ 00010993  0x0000163e branch  0x00007c8c 
+ 00010994  0x00001641 arg  0x000006b1 , 0x00000006 
+ 00010995  0x00001642 arg  0x00004169 , 0x00000005 
+ 00010996  0x00001643 branch  0x00007c8c 
+ 00010997  0x00001646 bpatchx  0x0000004d , 0x00004029 
+ 00010998  0x00001647 disable  0x00000029 
+ 00010999  0x00001649 setarg  0x008e89be 
+ 00011000  0x0000164a lshift8  0x0000003f , 0x0000003f 
+ 00011001  0x0000164b or_into  0x000000d6 , 0x0000003f 
+ 00011002  0x0000164c iforce  0x00000009 
+ 00011003  0x0000164d setarg  0x00555555 
+ 00011004  0x0000164e store  0x00000003 , 0x00000190 
+ 00011005  0x0000164f rtn 
+ 00011006  0x00001654 bpatchx  0x0000004e , 0x00004029 
+ 00011007  0x00001655 fetch  0x00000001 , 0x0000438b 
+ 00011008  0x00001656 fetcht  0x00000001 , 0x0000438c 
+ 00011009  0x00001657 lshift4  0x00000002 , 0x00000002 
+ 00011010  0x00001658 lshift2  0x00000002 , 0x00000002 
+ 00011011  0x00001659 iadd  0x00000002 , 0x00000002 
+ 00011012  0x0000165a storet  0x00000001 , 0x00004169 
+ 00011013  0x0000165b beq  0x00000001 , 0x00002b0f 
+ 00011014  0x0000165c fetcht  0x00000001 , 0x00004348 
+ 00011015  0x0000165d add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00011016  0x0000165e store  0x00000001 , 0x0000416a 
+ 00011017  0x0000165f fetch  0x00000006 , 0x000042db 
+ 00011018  0x00001660 store  0x00000006 , 0x0000416b 
+ 00011019  0x00001661 copy  0x00000002 , 0x00000039 
+ 00011020  0x00001662 arg  0x00004349 , 0x00000006 
+ 00011021  0x00001663 call  0x00007ccc 
+ 00011022  0x00001664 branch  0x00002b15 
+ 00011023  0x00001667 setarg  0x0000000c 
+ 00011024  0x00001668 store  0x00000001 , 0x0000416a 
+ 00011025  0x00001669 fetch  0x00000006 , 0x000042db 
+ 00011026  0x0000166a store  0x00000006 , 0x0000416b 
+ 00011027  0x0000166b fetch  0x00000006 , 0x00004116 
+ 00011028  0x0000166c istore  0x00000006 , 0x00000005 
+ 00011029  0x0000166e bpatchx  0x0000004f , 0x00004029 
+ 00011030  0x0000166f fetch  0x00000001 , 0x00000000 
+ 00011031  0x00001670 increase  0x00000001 , 0x0000003f 
+ 00011032  0x00001671 store  0x00000001 , 0x00000000 
+ 00011033  0x00001672 arg  0x00000708 , 0x0000001b 
+ 00011034  0x00001673 disable  0x0000002d 
+ 00011035  0x00001674 branch  0x00002729 
+ 00011036  0x00001678 bpatchx  0x00000050 , 0x0000402a 
+ 00011037  0x00001679 fetch  0x00000001 , 0x00004394 
+ 00011038  0x0000167a rtnne  0x00000001 
+ 00011039  0x0000167b fetch  0x00000001 , 0x00000000 
+ 00011040  0x0000167c increase  0x00000001 , 0x0000003f 
+ 00011041  0x0000167d store  0x00000001 , 0x00000000 
+ 00011042  0x0000167e arg  0x00000c03 , 0x00000002 
+ 00011043  0x0000167f fetch  0x00000001 , 0x00004395 
+ 00011044  0x00001680 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00011045  0x00001681 copy  0x00000011 , 0x0000003f 
+ 00011046  0x00001682 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00011047  0x00001683 storet  0x00000002 , 0x00004169 
+ 00011048  0x00001684 fetch  0x00000006 , 0x000042db 
+ 00011049  0x00001685 istore  0x00000006 , 0x00000005 
+ 00011050  0x00001686 fetch  0x00000006 , 0x00000178 
+ 00011051  0x00001687 istore  0x00000006 , 0x00000005 
+ 00011052  0x00001688 branch  0x00002729 
+ 00011053  0x0000168b bpatchx  0x00000051 , 0x0000402a 
+ 00011054  0x0000168c fetch  0x00000006 , 0x00000054 
+ 00011055  0x0000168d fetcht  0x00000006 , 0x000042db 
+ 00011056  0x0000168e isub  0x00000002 , 0x0000003e 
+ 00011057  0x0000168f nrtn  0x00000005 
+ 00011058  0x00001690 arg  0x00000004 , 0x00000002 
+ 00011059  0x00001691 fetch  0x00000001 , 0x0000438c 
+ 00011060  0x00001692 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00011061  0x00001693 storet  0x00000001 , 0x00004169 
+ 00011062  0x00001694 fetcht  0x00000001 , 0x00004368 
+ 00011063  0x00001695 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00011064  0x00001696 store  0x00000001 , 0x0000416a 
+ 00011065  0x00001697 fetch  0x00000006 , 0x000042db 
+ 00011066  0x00001698 store  0x00000006 , 0x0000416b 
+ 00011067  0x00001699 arg  0x00004369 , 0x00000006 
+ 00011068  0x0000169a copy  0x00000002 , 0x00000039 
+ 00011069  0x0000169b call  0x00007ccc 
+ 00011070  0x0000169c call  0x0000273e 
+ 00011071  0x0000169d branch  0x00002ae2 
+ 00011072  0x000016a0 fetch  0x00000006 , 0x00000054 
+ 00011073  0x000016a1 fetcht  0x00000006 , 0x000042db 
+ 00011074  0x000016a2 isub  0x00000002 , 0x0000003e 
+ 00011075  0x000016a3 nrtn  0x00000005 
+ 00011076  0x000016a4 call  0x00002868 
+ 00011077  0x000016a5 storer  0x00000011 , 0x00000001 , 0x000042cb 
+ 00011078  0x000016a6 fetch  0x00000006 , 0x0000004e 
+ 00011079  0x000016a7 store  0x00000006 , 0x00000178 
+ 00011080  0x000016a8 fetch  0x00000008 , 0x0000005a 
+ 00011081  0x000016a9 store  0x00000008 , 0x0000018c 
+ 00011082  0x000016aa fetcht  0x00000002 , 0x00000062 
+ 00011083  0x000016ab bpatchx  0x00000052 , 0x0000402a 
+ 00011084  0x000016ac lshift2  0x00000002 , 0x00000002 
+ 00011085  0x000016ad fetch  0x00000002 , 0x00000064 
+ 00011086  0x000016ae lshift2  0x0000003f , 0x0000003f 
+ 00011087  0x000016af store  0x00000002 , 0x0000016a 
+ 00011088  0x000016b0 store  0x00000004 , 0x0000016c 
+ 00011089  0x000016b1 isub  0x00000002 , 0x0000003f 
+ 00011090  0x000016b2 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00011091  0x000016b3 fetch  0x00000009 , 0x00000066 
+ 00011092  0x000016b4 store  0x00000009 , 0x00000194 
+ 00011093  0x000016b5 fetch  0x00000001 , 0x0000006f 
+ 00011094  0x000016b6 and  0x0000003f , 0x0000001f , 0x00000002 
+ 00011095  0x000016b7 storet  0x00000001 , 0x00000181 
+ 00011096  0x000016b8 rshift4  0x0000003f , 0x00000002 
+ 00011097  0x000016b9 rshift  0x00000002 , 0x00000002 
+ 00011098  0x000016ba storet  0x00000001 , 0x000001b8 
+ 00011099  0x000016bb arg  0x00000168 , 0x00000011 
+ 00011100  0x000016bc call  0x00002938 
+ 00011101  0x000016bd arg  0x00000168 , 0x00000011 
+ 00011102  0x000016be call  0x00002624 
+ 00011103  0x000016bf call  0x00002525 
+ 00011104  0x000016c0 call  0x00002056 
+ 00011105  0x000016c1 nrtn  0x00000005 
+ 00011106  0x000016c2 bpatchx  0x00000053 , 0x0000402a 
+ 00011107  0x000016c3 call  0x000020f7 
+ 00011108  0x000016c4 call  0x00002ea7 
+ 00011109  0x000016c5 jam  0x00000014 , 0x0000066f 
+ 00011110  0x000016c6 call  0x0000782b 
+ 00011111  0x000016c7 branch  0x00002041 
+ 00011112  0x000016cb bpatchx  0x00000054 , 0x0000402a 
+ 00011113  0x000016cc fetch  0x00000001 , 0x00000007 
+ 00011114  0x000016cd beq  0x00000025 , 0x00002b6e 
+ 00011115  0x000016ce beq  0x00000026 , 0x00002b74 
+ 00011116  0x000016cf beq  0x00000027 , 0x00002b7a 
+ 00011117  0x000016d0 branch  0x00002b7a 
+ 00011118  0x000016d3 fetcht  0x00000001 , 0x00004393 
+ 00011119  0x000016d4 isolate1  0x00000001 , 0x00000002 
+ 00011120  0x000016d5 branch  0x00002b85 , 0x00000001 
+ 00011121  0x000016d6 isolate1  0x00000002 , 0x00000002 
+ 00011122  0x000016d7 branch  0x00002b8a , 0x00000001 
+ 00011123  0x000016d8 branch  0x00002b80 
+ 00011124  0x000016dc fetcht  0x00000001 , 0x00004393 
+ 00011125  0x000016dd isolate1  0x00000002 , 0x00000002 
+ 00011126  0x000016de branch  0x00002b8a , 0x00000001 
+ 00011127  0x000016df isolate1  0x00000000 , 0x00000002 
+ 00011128  0x000016e0 branch  0x00002b80 , 0x00000001 
+ 00011129  0x000016e1 branch  0x00002b85 
+ 00011130  0x000016e5 fetcht  0x00000001 , 0x00004393 
+ 00011131  0x000016e6 isolate1  0x00000000 , 0x00000002 
+ 00011132  0x000016e7 branch  0x00002b80 , 0x00000001 
+ 00011133  0x000016e8 isolate1  0x00000001 , 0x00000002 
+ 00011134  0x000016e9 branch  0x00002b85 , 0x00000001 
+ 00011135  0x000016ea branch  0x00002b8a 
+ 00011136  0x000016ed jam  0x00000025 , 0x00000007 
+ 00011137  0x000016ee fetch  0x00000001 , 0x000006a1 
+ 00011138  0x000016ef set1  0x00000000 , 0x0000003f 
+ 00011139  0x000016f0 store  0x00000001 , 0x000006a1 
+ 00011140  0x000016f1 rtn 
+ 00011141  0x000016f4 jam  0x00000026 , 0x00000007 
+ 00011142  0x000016f5 fetch  0x00000001 , 0x000006a1 
+ 00011143  0x000016f6 set1  0x00000001 , 0x0000003f 
+ 00011144  0x000016f7 store  0x00000001 , 0x000006a1 
+ 00011145  0x000016f8 rtn 
+ 00011146  0x000016fb jam  0x00000027 , 0x00000007 
+ 00011147  0x000016fc fetch  0x00000001 , 0x000006a1 
+ 00011148  0x000016fd set1  0x00000002 , 0x0000003f 
+ 00011149  0x000016fe store  0x00000001 , 0x000006a1 
+ 00011150  0x000016ff rtn 
+ 00011151  0x00001705 copy  0x00000006 , 0x00000011 
+ 00011152  0x00001706 fetch  0x00000001 , 0x000043cb 
+ 00011153  0x00001707 beq  0x00000006 , 0x000066d5 
+ 00011154  0x00001708 beq  0x0000000f , 0x0000503d 
+ 00011155  0x00001709 copy  0x00000011 , 0x00000006 
+ 00011156  0x0000170a ifetch  0x00000003 , 0x00000006 
+ 00011157  0x0000170b store  0x00000003 , 0x00004397 
+ 00011158  0x0000170d beq  0x00000002 , 0x00002bab 
+ 00011159  0x0000170e beq  0x00000003 , 0x00002bb0 
+ 00011160  0x0000170f beq  0x00000004 , 0x00002bb3 
+ 00011161  0x00001710 beq  0x00000006 , 0x00002bf7 
+ 00011162  0x00001711 beq  0x00000008 , 0x00002c44 
+ 00011163  0x00001712 beq  0x0000000a , 0x00002d19 
+ 00011164  0x00001713 beq  0x0000000c , 0x00002d4c 
+ 00011165  0x00001714 beq  0x00000010 , 0x00002d63 
+ 00011166  0x00001715 beq  0x00000012 , 0x00002da8 
+ 00011167  0x00001716 beq  0x00000016 , 0x00002dce 
+ 00011168  0x00001717 beq  0x00000018 , 0x00002de1 
+ 00011169  0x00001718 beq  0x0000001e , 0x00002de6 
+ 00011170  0x00001719 beq  0x00000052 , 0x00002dea 
+ 00011171  0x0000171a rtn 
+ 00011172  0x0000171e force  0x00000003 , 0x00000011 
+ 00011173  0x0000171f call  0x00002e10 
+ 00011174  0x00001720 setarg  0x00000002 
+ 00011175  0x00001722 istore  0x00000001 , 0x00000005 
+ 00011176  0x00001723 fetch  0x00000002 , 0x000042e1 
+ 00011177  0x00001724 istore  0x00000002 , 0x00000005 
+ 00011178  0x00001725 rtn 
+ 00011179  0x00001729 call  0x00002bb0 
+ 00011180  0x0000172b force  0x00000003 , 0x00000011 
+ 00011181  0x0000172c call  0x00002e10 
+ 00011182  0x0000172d setarg  0x00000003 
+ 00011183  0x0000172e branch  0x00002ba7 
+ 00011184  0x00001731 rshift8  0x0000003f , 0x0000003f 
+ 00011185  0x00001732 store  0x00000002 , 0x000042e3 
+ 00011186  0x00001733 rtn 
+ 00011187  0x00001736 call  0x00002e41 
+ 00011188  0x00001737 call  0x00007dba 
+ 00011189  0x00001738 branch  0x00002bc3 
+ 00011190  0x0000173c ifetch  0x00000002 , 0x00000006 
+ 00011191  0x0000173d and_into  0x000000ff , 0x0000003f 
+ 00011192  0x0000173e rtn  0x00000034 
+ 00011193  0x0000173f isub  0x00000012 , 0x0000003e 
+ 00011194  0x00001740 rtn  0x00000005 
+ 00011195  0x00001741 nrtn  0x00000002 
+ 00011196  0x00001742 isub  0x00000013 , 0x0000003e 
+ 00011197  0x00001743 rtn  0x00000005 
+ 00011198  0x00001744 branch  0x00002bc1 , 0x00000002 
+ 00011199  0x00001745 force  0x00000001 , 0x0000003e 
+ 00011200  0x00001746 rtn 
+ 00011201  0x00001748 force  0x00000000 , 0x0000003f 
+ 00011202  0x00001749 rtn 
+ 00011203  0x0000174d arg  0x00000003 , 0x0000000b 
+ 00011204  0x0000174e call  0x00002cc7 
+ 00011205  0x00001750 call  0x00002bb6 
+ 00011206  0x00001751 branch  0x00002bf5 , 0x00000034 
+ 00011207  0x00001752 nbranch  0x00002bf3 , 0x00000002 
+ 00011208  0x00001753 increase  0xfffffffe , 0x00000006 
+ 00011209  0x00001754 call  0x00007c6d 
+ 00011210  0x00001755 call  0x00007c64 
+ 00011211  0x00001756 nbranch  0x00002be3 , 0x00000028 
+ 00011212  0x00001757 call  0x00007c51 
+ 00011213  0x00001758 storer  0x0000000b , 0x00000004 , 0x00000680 
+ 00011214  0x00001759 force  0x0000001e , 0x00000011 
+ 00011215  0x0000175a call  0x00002e10 
+ 00011216  0x0000175b fetchr  0x0000000b , 0x00000004 , 0x00000680 
+ 00011217  0x0000175c call  0x00007c60 
+ 00011218  0x0000175d call  0x00007dbc 
+ 00011219  0x0000175e setarg  0x00000005 
+ 00011220  0x0000175f istore  0x00000001 , 0x00000005 
+ 00011221  0x00001760 call  0x00007c67 
+ 00011222  0x00001761 ifetch  0x00000002 , 0x00000006 
+ 00011223  0x00001762 ifetchr  0x00000011 , 0x00000001 , 0x00000006 
+ 00011224  0x00001763 sub  0x00000011 , 0x00000010 , 0x0000003e 
+ 00011225  0x00001764 branch  0x00002bdf , 0x00000005 
+ 00011226  0x00001765 sub  0x00000011 , 0x00000002 , 0x0000003e 
+ 00011227  0x00001766 nbranch  0x00002e03 , 0x00000005 
+ 00011228  0x00001768 setarg  0x00000001 
+ 00011229  0x00001769 istore  0x00000001 , 0x00000005 
+ 00011230  0x0000176a branch  0x00002be8 
+ 00011231  0x0000176d setarg  0x00000002 
+ 00011232  0x0000176e istore  0x00000001 , 0x00000005 
+ 00011233  0x0000176f arg  0x00000001 , 0x0000000b 
+ 00011234  0x00001770 branch  0x00002be8 
+ 00011235  0x00001773 call  0x00007c67 
+ 00011236  0x00001774 ifetch  0x00000002 , 0x00000006 
+ 00011237  0x00001775 ifetch  0x00000001 , 0x00000006 
+ 00011238  0x00001776 isub  0x00000011 , 0x0000003e 
+ 00011239  0x00001777 nbranch  0x00002bf5 , 0x00000005 
+ 00011240  0x0000177a call  0x00007c67 
+ 00011241  0x0000177b ifetch  0x00000002 , 0x00000006 
+ 00011242  0x0000177c and_into  0x000000ff , 0x0000003f 
+ 00011243  0x0000177d istore  0x00000002 , 0x00000005 
+ 00011244  0x0000177e ifetchr  0x00000039 , 0x00000001 , 0x00000006 
+ 00011245  0x0000177f call  0x00007cda 
+ 00011246  0x00001780 call  0x00007c6a 
+ 00011247  0x00001781 increase  0xffffffff , 0x0000000b 
+ 00011248  0x00001782 branch  0x00002bf5 , 0x00000005 
+ 00011249  0x00001784 call  0x00002cdd 
+ 00011250  0x00001785 branch  0x00002bc5 
+ 00011251  0x00001788 call  0x00002cdd 
+ 00011252  0x00001789 branch  0x00002bf1 
+ 00011253  0x0000178c branch  0x00002e03 , 0x00000028 
+ 00011254  0x0000178d branch  0x00002e34 
+ 00011255  0x00001791 call  0x00002e41 
+ 00011256  0x00001792 ifetch  0x00000002 , 0x00000006 
+ 00011257  0x00001793 store  0x00000002 , 0x0000439e 
+ 00011258  0x00001794 call  0x00007c6d 
+ 00011259  0x00001795 arg  0x000006b5 , 0x00000005 
+ 00011260  0x00001796 fetch  0x00000002 , 0x00004335 
+ 00011261  0x00001797 increase  0xfffffff9 , 0x0000003f 
+ 00011262  0x00001798 call  0x00002e4f 
+ 00011263  0x00001799 branch  0x00002c0a 
+ 00011264  0x0000179d disable  0x00000028 
+ 00011265  0x0000179e fetcht  0x00000002 , 0x000006b1 
+ 00011266  0x0000179f fetch  0x00000002 , 0x000006b3 
+ 00011267  0x000017a0 isub  0x00000002 , 0x0000003e 
+ 00011268  0x000017a1 nbranch  0x00002c07 , 0x00000002 
+ 00011269  0x000017a2 deposit  0x00000002 
+ 00011270  0x000017a3 rtnne  0x00000000 
+ 00011271  0x000017a5 enable  0x00000028 
+ 00011272  0x000017a6 jam  0x00000001 , 0x000001b9 
+ 00011273  0x000017a7 branch  0x00002e05 
+ 00011274  0x000017ab call  0x00002c00 
+ 00011275  0x000017ac rtn  0x00000028 
+ 00011276  0x000017ad fetcht  0x00000002 , 0x0000439e 
+ 00011277  0x000017ae setarg  0x00002800 
+ 00011278  0x000017af isub  0x00000002 , 0x0000003e 
+ 00011279  0x000017b0 branch  0x00002c11 , 0x00000005 
+ 00011280  0x000017b1 branch  0x00002e03 
+ 00011281  0x000017b5 jam  0x00000000 , 0x0000439a 
+ 00011282  0x000017b6 fetcht  0x00000002 , 0x000006b1 
+ 00011283  0x000017b7 storet  0x00000002 , 0x00000678 
+ 00011284  0x000017b8 call  0x00002d04 
+ 00011285  0x000017b9 nbranch  0x00002e03 , 0x00000034 
+ 00011286  0x000017bb fetcht  0x00000002 , 0x00000678 
+ 00011287  0x000017bc call  0x00002d04 
+ 00011288  0x000017bd nbranch  0x00002c2a , 0x00000034 
+ 00011289  0x000017be copy  0x00000006 , 0x00000011 
+ 00011290  0x000017bf fetch  0x00000001 , 0x000006c6 
+ 00011291  0x000017c0 copy  0x0000003f , 0x00000039 
+ 00011292  0x000017c1 fetcht  0x00000001 , 0x000006b5 
+ 00011293  0x000017c2 isub  0x00000002 , 0x0000003e 
+ 00011294  0x000017c3 nbranch  0x00002c26 , 0x00000005 
+ 00011295  0x000017c4 arg  0x000006b6 , 0x00000012 
+ 00011296  0x000017c5 call  0x00007d64 
+ 00011297  0x000017c7 branch  0x00002c2d , 0x00000005 
+ 00011298  0x000017c9 fetch  0x00000002 , 0x000006ce 
+ 00011299  0x000017ca fetcht  0x00000002 , 0x0000439e 
+ 00011300  0x000017cb isub  0x00000002 , 0x0000003e 
+ 00011301  0x000017cc branch  0x00002c35 , 0x00000005 
+ 00011302  0x000017ce fetch  0x00000002 , 0x00000678 
+ 00011303  0x000017cf increase  0x00000001 , 0x0000003f 
+ 00011304  0x000017d0 store  0x00000002 , 0x00000678 
+ 00011305  0x000017d1 branch  0x00002c16 
+ 00011306  0x000017d4 fetch  0x00000001 , 0x0000439a 
+ 00011307  0x000017d5 beq  0x00000001 , 0x00002c35 
+ 00011308  0x000017d6 branch  0x00002e03 
+ 00011309  0x000017da fetch  0x00000002 , 0x000006ce 
+ 00011310  0x000017db fetcht  0x00000002 , 0x0000439e 
+ 00011311  0x000017dc isub  0x00000002 , 0x0000003e 
+ 00011312  0x000017dd nbranch  0x00002c26 , 0x00000005 
+ 00011313  0x000017de jam  0x00000001 , 0x0000439a 
+ 00011314  0x000017e0 fetcht  0x00000002 , 0x00000678 
+ 00011315  0x000017e1 storet  0x00000002 , 0x000006c9 
+ 00011316  0x000017e2 branch  0x00002c26 
+ 00011317  0x000017e5 fetch  0x00000001 , 0x0000439a 
+ 00011318  0x000017e6 beq  0x00000000 , 0x00002c26 
+ 00011319  0x000017e7 jam  0x00000002 , 0x0000439a 
+ 00011320  0x000017e8 fetcht  0x00000002 , 0x00000678 
+ 00011321  0x000017e9 increase  0xffffffff , 0x00000002 
+ 00011322  0x000017ea storet  0x00000002 , 0x000006cb 
+ 00011323  0x000017ed arg  0x00000005 , 0x00000011 
+ 00011324  0x000017ee call  0x00002e10 
+ 00011325  0x000017ef setarg  0x00000007 
+ 00011326  0x000017f0 istore  0x00000001 , 0x00000005 
+ 00011327  0x000017f1 fetch  0x00000002 , 0x000006c9 
+ 00011328  0x000017f2 istore  0x00000002 , 0x00000005 
+ 00011329  0x000017f3 fetch  0x00000002 , 0x000006cb 
+ 00011330  0x000017f4 istore  0x00000002 , 0x00000005 
+ 00011331  0x000017f5 rtn 
+ 00011332  0x000017fa call  0x00002e41 
+ 00011333  0x000017fb call  0x00002e4a 
+ 00011334  0x000017fc branch  0x00002c47 
+ 00011335  0x000017ff fetcht  0x00000002 , 0x000006b1 
+ 00011336  0x00001800 storet  0x00000002 , 0x00000678 
+ 00011337  0x00001801 call  0x00002cc7 
+ 00011338  0x00001802 call  0x00002cd2 
+ 00011339  0x00001803 increase  0xfffffffe , 0x00000006 
+ 00011340  0x00001804 copy  0x00000006 , 0x0000003f 
+ 00011341  0x00001805 store  0x00000002 , 0x000006c7 
+ 00011342  0x00001807 fetcht  0x00000002 , 0x000006b6 
+ 00011343  0x00001808 setarg  0x00002a00 
+ 00011344  0x00001809 isub  0x00000002 , 0x0000003e 
+ 00011345  0x0000180a branch  0x00002cb2 , 0x00000005 
+ 00011346  0x0000180b setarg  0x00002803 
+ 00011347  0x0000180c isub  0x00000002 , 0x0000003e 
+ 00011348  0x0000180d nbranch  0x00002c9c , 0x00000005 
+ 00011349  0x0000180e arg  0x00000002 , 0x0000000b 
+ 00011350  0x00001810 call  0x00002e17 
+ 00011351  0x00001811 nbranch  0x00002c79 , 0x00000002 
+ 00011352  0x00001812 fetcht  0x00000002 , 0x00000678 
+ 00011353  0x00001813 call  0x00002d02 
+ 00011354  0x00001814 nbranch  0x00002c79 , 0x00000034 
+ 00011355  0x00001815 call  0x00002e1b 
+ 00011356  0x00001816 nbranch  0x00002c77 , 0x00000005 
+ 00011357  0x00001817 nbranch  0x00002c7b , 0x00000028 
+ 00011358  0x00001818 disable  0x00000028 
+ 00011359  0x00001819 call  0x00002e46 
+ 00011360  0x0000181a copy  0x0000003f , 0x00000011 
+ 00011361  0x0000181b call  0x00002e10 
+ 00011362  0x0000181c setarg  0x00000009 
+ 00011363  0x0000181d istore  0x00000001 , 0x00000005 
+ 00011364  0x0000181e copy  0x00000005 , 0x00000030 
+ 00011365  0x0000181f increase  0x00000001 , 0x00000005 
+ 00011366  0x00001821 call  0x00002c89 
+ 00011367  0x00001822 call  0x00002e13 
+ 00011368  0x00001823 call  0x00002d02 
+ 00011369  0x00001824 call  0x00002c90 
+ 00011370  0x00001825 fetch  0x00000001 , 0x000006cd 
+ 00011371  0x00001826 add  0x0000003f , 0x00000005 , 0x00000011 
+ 00011372  0x00001827 istorer  0x00000011 , 0x00000001 , 0x00000030 
+ 00011373  0x00001829 sub  0x00000011 , 0x00000007 , 0x0000003e 
+ 00011374  0x0000182a ncall  0x00007dbe , 0x00000005 
+ 00011375  0x0000182b call  0x00007dc0 , 0x00000005 
+ 00011376  0x0000182c call  0x00002e46 
+ 00011377  0x0000182d increase  0xfffffffe , 0x0000003f 
+ 00011378  0x0000182e idiv  0x00000011 
+ 00011379  0x0000182f call  0x00007d62 
+ 00011380  0x00001830 quotient  0x0000000b 
+ 00011381  0x00001831 increase  0xffffffff , 0x0000000b 
+ 00011382  0x00001832 branch  0x00002c79 , 0x00000005 
+ 00011383  0x00001834 call  0x00002e13 
+ 00011384  0x00001835 branch  0x00002c56 
+ 00011385  0x00001837 branch  0x00002e03 , 0x00000028 
+ 00011386  0x00001838 branch  0x00002e34 
+ 00011387  0x0000183b call  0x00002e24 
+ 00011388  0x0000183c call  0x00002e13 
+ 00011389  0x0000183d call  0x00002d02 
+ 00011390  0x0000183e call  0x00002d96 
+ 00011391  0x0000183f nbranch  0x00002c79 , 0x00000034 
+ 00011392  0x00001841 call  0x00007c64 
+ 00011393  0x00001842 fetch  0x00000002 , 0x00000678 
+ 00011394  0x00001843 increase  0xffffffff , 0x0000003f 
+ 00011395  0x00001844 istore  0x00000002 , 0x00000005 
+ 00011396  0x00001845 call  0x00002e30 
+ 00011397  0x00001846 call  0x00002c90 
+ 00011398  0x00001847 increase  0xffffffff , 0x0000000b 
+ 00011399  0x00001848 branch  0x00002c79 , 0x00000005 
+ 00011400  0x00001849 branch  0x00002c77 
+ 00011401  0x0000184d fetch  0x00000002 , 0x00000678 
+ 00011402  0x0000184e istore  0x00000002 , 0x00000005 
+ 00011403  0x00001850 fetch  0x00000001 , 0x000006c6 
+ 00011404  0x00001851 copy  0x0000003f , 0x00000039 
+ 00011405  0x00001852 call  0x00007c67 
+ 00011406  0x00001853 call  0x00007ccc 
+ 00011407  0x00001854 branch  0x00007c6a 
+ 00011408  0x00001856 call  0x00007c64 
+ 00011409  0x00001857 fetch  0x00000002 , 0x00000678 
+ 00011410  0x00001858 istore  0x00000002 , 0x00000005 
+ 00011411  0x00001859 call  0x00007c6a 
+ 00011412  0x0000185a fetch  0x00000001 , 0x000006cd 
+ 00011413  0x0000185b copy  0x0000003f , 0x00000039 
+ 00011414  0x0000185c call  0x00007c64 
+ 00011415  0x0000185d call  0x00007c67 
+ 00011416  0x0000185e isub  0x00000039 , 0x00000006 
+ 00011417  0x0000185f increase  0xffffffff , 0x00000006 
+ 00011418  0x00001860 call  0x00007ccc 
+ 00011419  0x00001861 branch  0x00007c6a 
+ 00011420  0x00001864 bpatchx  0x00000055 , 0x0000402a 
+ 00011421  0x00001865 call  0x00002ce0 
+ 00011422  0x00001866 branch  0x00002e03 , 0x00000034 
+ 00011423  0x00001867 copy  0x00000006 , 0x00000013 
+ 00011424  0x00001869 call  0x00002e46 
+ 00011425  0x0000186a copy  0x00000013 , 0x00000006 
+ 00011426  0x0000186b ifetcht  0x00000001 , 0x00000006 
+ 00011427  0x0000186c increase  0x00000004 , 0x00000002 
+ 00011428  0x0000186d call  0x00007db0 
+ 00011429  0x0000186e copy  0x0000003f , 0x00000013 
+ 00011430  0x0000186f copy  0x0000003f , 0x00000011 
+ 00011431  0x00001870 call  0x00007c6d 
+ 00011432  0x00001871 call  0x00002e10 
+ 00011433  0x00001873 setarg  0x00000009 
+ 00011434  0x00001874 istore  0x00000001 , 0x00000005 
+ 00011435  0x00001875 add  0x00000013 , 0xfffffffe , 0x0000003f 
+ 00011436  0x00001876 add  0x0000003f , 0xfffffffe , 0x00000039 
+ 00011437  0x00001877 istore  0x00000001 , 0x00000005 
+ 00011438  0x00001878 fetch  0x00000002 , 0x000006de 
+ 00011439  0x00001879 istore  0x00000002 , 0x00000005 
+ 00011440  0x0000187a call  0x00007c67 
+ 00011441  0x0000187b branch  0x00007ccc 
+ 00011442  0x0000187f call  0x00002ce0 
+ 00011443  0x00001880 branch  0x00002e03 , 0x00000034 
+ 00011444  0x00001881 increase  0xfffffffb , 0x00000006 
+ 00011445  0x00001882 ifetch  0x00000002 , 0x00000006 
+ 00011446  0x00001883 store  0x00000002 , 0x00000678 
+ 00011447  0x00001884 call  0x00002e46 
+ 00011448  0x00001885 fetcht  0x00000001 , 0x0000426b 
+ 00011449  0x00001886 increase  0x00000004 , 0x00000002 
+ 00011450  0x00001887 call  0x00007db0 
+ 00011451  0x00001888 copy  0x0000003f , 0x00000013 
+ 00011452  0x00001889 copy  0x0000003f , 0x00000011 
+ 00011453  0x0000188a call  0x00002e10 
+ 00011454  0x0000188b setarg  0x00000009 
+ 00011455  0x0000188c istore  0x00000001 , 0x00000005 
+ 00011456  0x0000188d add  0x00000013 , 0xfffffffe , 0x0000003f 
+ 00011457  0x0000188e add  0x0000003f , 0xfffffffe , 0x00000039 
+ 00011458  0x0000188f istore  0x00000001 , 0x00000005 
+ 00011459  0x00001890 fetch  0x00000002 , 0x00000678 
+ 00011460  0x00001891 istore  0x00000002 , 0x00000005 
+ 00011461  0x00001892 arg  0x0000426c , 0x00000006 
+ 00011462  0x00001893 branch  0x00007ccc 
+ 00011463  0x00001897 bpatchx  0x00000056 , 0x0000402a 
+ 00011464  0x00001898 fetch  0x00000002 , 0x000006b1 
+ 00011465  0x00001899 iforce  0x00000012 
+ 00011466  0x0000189a fetch  0x00000002 , 0x000006b3 
+ 00011467  0x0000189b iforce  0x00000013 
+ 00011468  0x0000189c fetch  0x00000002 , 0x000042f7 
+ 00011469  0x0000189d iforce  0x00000006 
+ 00011470  0x0000189e branch  0x00007dba 
+ 00011471  0x000018a3 call  0x00002cd2 
+ 00011472  0x000018a4 branch  0x00002cdd , 0x00000005 
+ 00011473  0x000018a5 rtn 
+ 00011474  0x000018a8 bpatchx  0x00000057 , 0x0000402a 
+ 00011475  0x000018a9 fetch  0x00000002 , 0x000042f7 
+ 00011476  0x000018aa iforce  0x00000006 
+ 00011477  0x000018ac ifetch  0x00000002 , 0x00000006 
+ 00011478  0x000018ad and_into  0x000000ff , 0x0000003f 
+ 00011479  0x000018ae rtn  0x00000034 
+ 00011480  0x000018af isub  0x00000002 , 0x0000003e 
+ 00011481  0x000018b0 rtn  0x00000005 
+ 00011482  0x000018b1 call  0x00002cdd 
+ 00011483  0x000018b2 call  0x00002cdd 
+ 00011484  0x000018b3 branch  0x00002cd5 
+ 00011485  0x000018b7 ifetch  0x00000001 , 0x00000006 
+ 00011486  0x000018b8 iadd  0x00000006 , 0x00000006 
+ 00011487  0x000018b9 rtn 
+ 00011488  0x000018bd bpatchx  0x00000058 , 0x0000402b 
+ 00011489  0x000018be fetch  0x00000002 , 0x000042f7 
+ 00011490  0x000018bf iforce  0x00000006 
+ 00011491  0x000018c1 ifetch  0x00000002 , 0x00000006 
+ 00011492  0x000018c2 and_into  0x000000ff , 0x0000003f 
+ 00011493  0x000018c3 rtn  0x00000034 
+ 00011494  0x000018c4 store  0x00000002 , 0x000006de 
+ 00011495  0x000018c5 ifetch  0x00000001 , 0x00000006 
+ 00011496  0x000018c6 copy  0x00000006 , 0x00000005 
+ 00011497  0x000018c7 iadd  0x00000006 , 0x00000006 
+ 00011498  0x000018c8 fetcht  0x00000001 , 0x000006b5 
+ 00011499  0x000018c9 isub  0x00000002 , 0x0000003e 
+ 00011500  0x000018ca nbranch  0x00002cf3 , 0x00000005 
+ 00011501  0x000018cb copy  0x0000003f , 0x00000039 
+ 00011502  0x000018cc copy  0x00000005 , 0x00000012 
+ 00011503  0x000018cd arg  0x000006b6 , 0x00000011 
+ 00011504  0x000018ce call  0x00007d64 
+ 00011505  0x000018cf rtn  0x00000005 
+ 00011506  0x000018d0 fetch  0x00000001 , 0x000006b5 
+ 00011507  0x000018d2 iadd  0x00000005 , 0x00000006 
+ 00011508  0x000018d3 call  0x00002cdd 
+ 00011509  0x000018d4 branch  0x00002ce3 
+ 00011510  0x000018dc arg  0x00000001 , 0x00000002 
+ 00011511  0x000018dd fetch  0x00000002 , 0x000042f7 
+ 00011512  0x000018de iforce  0x00000006 
+ 00011513  0x000018df copy  0x00000006 , 0x00000005 
+ 00011514  0x000018e1 ifetch  0x00000002 , 0x00000006 
+ 00011515  0x000018e2 and_into  0x000000ff , 0x0000003f 
+ 00011516  0x000018e3 rtn  0x00000034 
+ 00011517  0x000018e4 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00011518  0x000018e5 call  0x00002cdd 
+ 00011519  0x000018e6 call  0x00002cdd 
+ 00011520  0x000018e7 copy  0x00000006 , 0x00000005 
+ 00011521  0x000018e8 branch  0x00002cfa 
+ 00011522  0x000018ec fetch  0x00000002 , 0x000006c7 
+ 00011523  0x000018ed branch  0x00002d06 
+ 00011524  0x000018f0 bpatchx  0x00000059 , 0x0000402b 
+ 00011525  0x000018f1 fetch  0x00000002 , 0x000042f7 
+ 00011526  0x000018f3 iforce  0x00000006 
+ 00011527  0x000018f5 ifetch  0x00000002 , 0x00000006 
+ 00011528  0x000018f6 and_into  0x000000ff , 0x0000003f 
+ 00011529  0x000018f7 branch  0x00002d0f , 0x00000034 
+ 00011530  0x000018f8 isub  0x00000002 , 0x0000003e 
+ 00011531  0x000018f9 branch  0x00002d10 , 0x00000005 
+ 00011532  0x000018fa call  0x00002cdd 
+ 00011533  0x000018fb call  0x00002cdd 
+ 00011534  0x000018fc branch  0x00002d07 
+ 00011535  0x000018ff branch  0x00007dc8 
+ 00011536  0x00001902 ifetch  0x00000001 , 0x00000006 
+ 00011537  0x00001903 store  0x00000001 , 0x000006cd 
+ 00011538  0x00001904 copy  0x0000003f , 0x00000039 
+ 00011539  0x00001905 arg  0x000006ce , 0x00000005 
+ 00011540  0x00001906 call  0x00007ccc 
+ 00011541  0x00001907 ifetch  0x00000001 , 0x00000006 
+ 00011542  0x00001908 store  0x00000001 , 0x000006c6 
+ 00011543  0x00001909 call  0x00007c6d 
+ 00011544  0x0000190a branch  0x00007dca 
+ 00011545  0x0000190f call  0x00002dc7 
+ 00011546  0x00001910 fetcht  0x00000002 , 0x00004398 
+ 00011547  0x00001911 fetch  0x00000001 , 0x00004321 
+ 00011548  0x00001912 bbit1  0x00000003 , 0x00002d42 
+ 00011549  0x00001916 call  0x00002cd2 
+ 00011550  0x00001917 nbranch  0x00002e03 , 0x00000005 
+ 00011551  0x00001918 call  0x00002d48 , 0x00000028 
+ 00011552  0x00001919 rtn  0x00000028 
+ 00011553  0x0000191a call  0x00002cdd 
+ 00011554  0x0000191b increase  0xfffffffe , 0x00000006 
+ 00011555  0x0000191c ifetch  0x00000002 , 0x00000006 
+ 00011556  0x0000191d arg  0x00002a00 , 0x00000002 
+ 00011557  0x0000191e isub  0x00000002 , 0x0000003e 
+ 00011558  0x0000191f branch  0x00002d36 , 0x00000005 
+ 00011559  0x00001920 copy  0x00000006 , 0x00000013 
+ 00011560  0x00001921 call  0x00002e46 
+ 00011561  0x00001922 copy  0x00000013 , 0x00000006 
+ 00011562  0x00001923 ifetcht  0x00000001 , 0x00000006 
+ 00011563  0x00001924 increase  0x00000001 , 0x00000002 
+ 00011564  0x00001925 call  0x00007db0 
+ 00011565  0x00001927 copy  0x0000003f , 0x00000013 
+ 00011566  0x00001928 copy  0x0000003f , 0x00000011 
+ 00011567  0x00001929 call  0x00007c6d 
+ 00011568  0x0000192a call  0x00002e10 
+ 00011569  0x0000192b setarg  0x0000000b 
+ 00011570  0x0000192c istore  0x00000001 , 0x00000005 
+ 00011571  0x0000192d add  0x00000013 , 0xffffffff , 0x00000039 
+ 00011572  0x0000192e call  0x00007c67 
+ 00011573  0x0000192f branch  0x00007cda 
+ 00011574  0x00001932 call  0x00002e46 
+ 00011575  0x00001933 fetcht  0x00000001 , 0x0000426b 
+ 00011576  0x00001934 increase  0x00000001 , 0x00000002 
+ 00011577  0x00001935 call  0x00007db0 
+ 00011578  0x00001936 copy  0x0000003f , 0x00000013 
+ 00011579  0x00001937 copy  0x0000003f , 0x00000011 
+ 00011580  0x00001939 call  0x00002e10 
+ 00011581  0x0000193a setarg  0x0000000b 
+ 00011582  0x0000193b istore  0x00000001 , 0x00000005 
+ 00011583  0x0000193c add  0x00000013 , 0xffffffff , 0x00000039 
+ 00011584  0x0000193d arg  0x0000426c , 0x00000006 
+ 00011585  0x0000193e branch  0x00007cda 
+ 00011586  0x00001942 fetch  0x00000002 , 0x00004332 
+ 00011587  0x00001943 isub  0x00000002 , 0x0000003e 
+ 00011588  0x00001944 nbranch  0x00002d1d , 0x00000005 
+ 00011589  0x00001945 nbranch  0x00002d1d , 0x00000028 
+ 00011590  0x00001947 jam  0x00000005 , 0x000001b9 
+ 00011591  0x00001948 branch  0x00002e05 
+ 00011592  0x0000194b increase  0xfffffffe , 0x00000006 
+ 00011593  0x0000194c ifetch  0x00000002 , 0x00000006 
+ 00011594  0x0000194d bbit1  0x0000000e , 0x00002d46 
+ 00011595  0x0000194e branch  0x00007dbc 
+ 00011596  0x00001951 ifetch  0x00000002 , 0x00000006 
+ 00011597  0x00001952 store  0x00000002 , 0x000006b5 
+ 00011598  0x00001953 iforce  0x00000011 
+ 00011599  0x00001954 fetcht  0x00000002 , 0x00004398 
+ 00011600  0x00001956 call  0x00002ccf 
+ 00011601  0x00001957 branch  0x00002e03 , 0x00000034 
+ 00011602  0x00001958 ifetch  0x00000001 , 0x00000006 
+ 00011603  0x00001959 isub  0x00000011 , 0x00000039 
+ 00011604  0x0000195a nbranch  0x00002e03 , 0x00000002 
+ 00011605  0x0000195b call  0x00007c6d 
+ 00011606  0x0000195c call  0x00002e46 
+ 00011607  0x0000195d add  0x00000039 , 0x00000001 , 0x00000002 
+ 00011608  0x0000195e call  0x00007db0 
+ 00011609  0x00001960 copy  0x0000003f , 0x00000011 
+ 00011610  0x00001961 copy  0x0000003f , 0x00000013 
+ 00011611  0x00001962 call  0x00002e10 
+ 00011612  0x00001963 setarg  0x0000000d 
+ 00011613  0x00001964 istore  0x00000001 , 0x00000005 
+ 00011614  0x00001965 add  0x00000013 , 0xffffffff , 0x00000039 
+ 00011615  0x00001966 fetcht  0x00000002 , 0x000006b5 
+ 00011616  0x00001967 call  0x00007c67 
+ 00011617  0x00001968 iadd  0x00000002 , 0x00000006 
+ 00011618  0x00001969 branch  0x00007ccc 
+ 00011619  0x0000196e call  0x00002e41 
+ 00011620  0x0000196f call  0x00002e4a 
+ 00011621  0x00001970 branch  0x00002d66 
+ 00011622  0x00001977 arg  0x00000002 , 0x0000000b 
+ 00011623  0x00001978 fetcht  0x00000002 , 0x000006b1 
+ 00011624  0x00001979 storet  0x00000002 , 0x00000678 
+ 00011625  0x0000197a call  0x00002cd2 
+ 00011626  0x0000197b increase  0xfffffffe , 0x00000006 
+ 00011627  0x0000197c copy  0x00000006 , 0x0000003f 
+ 00011628  0x0000197d store  0x00000002 , 0x000006c7 
+ 00011629  0x0000197f call  0x00002e17 
+ 00011630  0x00001980 nbranch  0x00002d9e , 0x00000002 
+ 00011631  0x00001981 fetcht  0x00000002 , 0x00000678 
+ 00011632  0x00001982 call  0x00002d02 
+ 00011633  0x00001983 nbranch  0x00002da1 , 0x00000034 
+ 00011634  0x00001985 call  0x00002e1b 
+ 00011635  0x00001986 nbranch  0x00002d94 , 0x00000005 
+ 00011636  0x00001987 copy  0x0000000b , 0x0000003f 
+ 00011637  0x00001988 beq  0x00000000 , 0x00002da1 
+ 00011638  0x00001989 nbranch  0x00002d8a , 0x00000028 
+ 00011639  0x0000198a disable  0x00000028 
+ 00011640  0x0000198c call  0x00002e46 
+ 00011641  0x0000198d copy  0x0000003f , 0x00000011 
+ 00011642  0x0000198e call  0x00002e10 
+ 00011643  0x0000198f setarg  0x00000011 
+ 00011644  0x00001990 istore  0x00000001 , 0x00000005 
+ 00011645  0x00001991 fetch  0x00000001 , 0x000006c6 
+ 00011646  0x00001992 add  0x0000003f , 0x00000004 , 0x00000011 
+ 00011647  0x00001993 istorer  0x00000011 , 0x00000001 , 0x00000005 
+ 00011648  0x00001994 call  0x00007c6a 
+ 00011649  0x00001995 sub  0x00000011 , 0x00000006 , 0x0000003e 
+ 00011650  0x00001996 ncall  0x00007dbe , 0x00000005 
+ 00011651  0x00001997 call  0x00007dc0 , 0x00000005 
+ 00011652  0x00001998 call  0x00002e46 
+ 00011653  0x00001999 increase  0xfffffffe , 0x0000003f 
+ 00011654  0x0000199a idiv  0x00000011 
+ 00011655  0x0000199b call  0x00007d62 
+ 00011656  0x0000199c quotient  0x0000000b 
+ 00011657  0x0000199d branch  0x00002d90 
+ 00011658  0x0000199f call  0x00002d98 
+ 00011659  0x000019a0 nbranch  0x00002da1 , 0x00000034 
+ 00011660  0x000019a1 fetch  0x00000002 , 0x00000678 
+ 00011661  0x000019a2 increase  0xffffffff , 0x0000003f 
+ 00011662  0x000019a3 store  0x00000002 , 0x000006cb 
+ 00011663  0x000019a4 call  0x00002e2a 
+ 00011664  0x000019a6 fetch  0x00000002 , 0x00000678 
+ 00011665  0x000019a7 store  0x00000002 , 0x000006c9 
+ 00011666  0x000019a8 call  0x00002e24 
+ 00011667  0x000019a9 increase  0xffffffff , 0x0000000b 
+ 00011668  0x000019ac call  0x00002e13 
+ 00011669  0x000019ad branch  0x00002d6d 
+ 00011670  0x000019b0 fetch  0x00000001 , 0x000006cd 
+ 00011671  0x000019b1 branch  0x00002d99 
+ 00011672  0x000019b5 fetch  0x00000001 , 0x000006c6 
+ 00011673  0x000019b6 branch  0x00002d9c , 0x0000002c 
+ 00011674  0x000019b7 increase  0xfffffffe , 0x0000003f 
+ 00011675  0x000019b8 rtn 
+ 00011676  0x000019bb increase  0xfffffff0 , 0x0000003f 
+ 00011677  0x000019bc rtn 
+ 00011678  0x000019bf fetch  0x00000002 , 0x00000678 
+ 00011679  0x000019c0 store  0x00000002 , 0x000006cb 
+ 00011680  0x000019c1 branch  0x00002da5 
+ 00011681  0x000019c3 fetch  0x00000002 , 0x00000678 
+ 00011682  0x000019c4 increase  0xffffffff , 0x0000003f 
+ 00011683  0x000019c5 store  0x00000002 , 0x000006cb 
+ 00011684  0x000019c6 branch  0x00002da5 
+ 00011685  0x000019c8 branch  0x00002e03 , 0x00000028 
+ 00011686  0x000019c9 call  0x00002e2a 
+ 00011687  0x000019ca branch  0x00002e34 
+ 00011688  0x000019d0 copy  0x00000006 , 0x00000011 
+ 00011689  0x000019d1 fetch  0x00000002 , 0x00004335 
+ 00011690  0x000019d2 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00011691  0x000019d3 call  0x00002929 
+ 00011692  0x000019d5 bpatchx  0x0000005a , 0x0000402b 
+ 00011693  0x000019d6 call  0x00002dc7 
+ 00011694  0x000019d7 fetcht  0x00000002 , 0x00004398 
+ 00011695  0x000019d8 call  0x00002cd2 
+ 00011696  0x000019d9 nbranch  0x00002dc5 , 0x00000005 
+ 00011697  0x000019da call  0x00002dc1 , 0x00000028 
+ 00011698  0x000019db rtn  0x00000028 
+ 00011699  0x000019dd fetch  0x00000001 , 0x00004321 
+ 00011700  0x000019de bbit0  0x00000004 , 0x00002dbc 
+ 00011701  0x000019e0 fetcht  0x00000002 , 0x00004398 
+ 00011702  0x000019e1 fetch  0x00000002 , 0x00004332 
+ 00011703  0x000019e2 isub  0x00000002 , 0x0000003e 
+ 00011704  0x000019e3 nbranch  0x00002dbc , 0x00000005 
+ 00011705  0x000019e4 call  0x00002dc7 
+ 00011706  0x000019e5 nbranch  0x00002dbc , 0x00000028 
+ 00011707  0x000019e6 branch  0x00002d46 
+ 00011708  0x000019ea force  0x00000001 , 0x00000011 
+ 00011709  0x000019eb call  0x00002e10 
+ 00011710  0x000019ec setarg  0x00000013 
+ 00011711  0x000019ed istore  0x00000001 , 0x00000005 
+ 00011712  0x000019ee rtn 
+ 00011713  0x000019f1 increase  0xfffffffe , 0x00000006 
+ 00011714  0x000019f2 ifetch  0x00000002 , 0x00000006 
+ 00011715  0x000019f3 bbit1  0x0000000f , 0x00002d46 
+ 00011716  0x000019f4 branch  0x00007dbc 
+ 00011717  0x000019f7 jam  0x00000001 , 0x000001b9 
+ 00011718  0x000019f8 branch  0x00002e05 
+ 00011719  0x000019fc bpatchx  0x0000005b , 0x0000402b 
+ 00011720  0x000019fd call  0x00007dbc 
+ 00011721  0x000019fe fetch  0x00000001 , 0x000042fe 
+ 00011722  0x000019ff rtneq  0x00000000 
+ 00011723  0x00001a00 fetch  0x00000001 , 0x00004040 
+ 00011724  0x00001a01 rtnbit1  0x00000004 
+ 00011725  0x00001a02 branch  0x00007dba 
+ 00011726  0x00001a06 add  0x00000006 , 0x00000002 , 0x00000011 
+ 00011727  0x00001a07 fetch  0x00000002 , 0x00004335 
+ 00011728  0x00001a08 add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00011729  0x00001a09 call  0x00002929 
+ 00011730  0x00001a0a branch  0x00002dd3 
+ 00011731  0x00001a0e fetch  0x00000002 , 0x00004335 
+ 00011732  0x00001a0f copy  0x0000003f , 0x00000011 
+ 00011733  0x00001a10 call  0x00002e10 
+ 00011734  0x00001a11 setarg  0x00000017 
+ 00011735  0x00001a12 istore  0x00000001 , 0x00000005 
+ 00011736  0x00001a13 fetch  0x00000002 , 0x00004398 
+ 00011737  0x00001a14 istore  0x00000002 , 0x00000005 
+ 00011738  0x00001a15 fetch  0x00000002 , 0x00004335 
+ 00011739  0x00001a16 add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00011740  0x00001a17 fetch  0x00000002 , 0x00004339 
+ 00011741  0x00001a18 add  0x0000003f , 0x00000007 , 0x00000006 
+ 00011742  0x00001a19 ifetch  0x00000002 , 0x00000006 
+ 00011743  0x00001a1a istore  0x00000002 , 0x00000005 
+ 00011744  0x00001a1b branch  0x00007ccc 
+ 00011745  0x00001a22 force  0x00000001 , 0x00000011 
+ 00011746  0x00001a23 call  0x00002e10 
+ 00011747  0x00001a24 setarg  0x00000019 
+ 00011748  0x00001a25 istore  0x00000001 , 0x00000005 
+ 00011749  0x00001a26 rtn 
+ 00011750  0x00001a29 fetch  0x00000001 , 0x00004396 
+ 00011751  0x00001a2a set0  0x00000000 , 0x0000003f 
+ 00011752  0x00001a2b store  0x00000001 , 0x00004396 
+ 00011753  0x00001a2c rtn 
+ 00011754  0x00001a2f copy  0x00000006 , 0x00000011 
+ 00011755  0x00001a30 fetch  0x00000002 , 0x00004335 
+ 00011756  0x00001a31 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00011757  0x00001a32 branch  0x00002929 
+ 00011758  0x00001a38 copy  0x00000002 , 0x00000013 
+ 00011759  0x00001a39 increase  0x00000003 , 0x00000011 
+ 00011760  0x00001a3a call  0x00002e10 
+ 00011761  0x00001a3b increase  0xfffffffd , 0x00000011 
+ 00011762  0x00001a3c setarg  0x0000001b 
+ 00011763  0x00001a3d istore  0x00000001 , 0x00000005 
+ 00011764  0x00001a3e copy  0x00000013 , 0x00000002 
+ 00011765  0x00001a3f istoret  0x00000002 , 0x00000005 
+ 00011766  0x00001a40 rtn 
+ 00011767  0x00001a44 fetch  0x00000001 , 0x00004396 
+ 00011768  0x00001a45 set1  0x00000000 , 0x0000003f 
+ 00011769  0x00001a46 store  0x00000001 , 0x00004396 
+ 00011770  0x00001a47 copy  0x00000002 , 0x00000013 
+ 00011771  0x00001a48 increase  0x00000003 , 0x00000011 
+ 00011772  0x00001a49 call  0x00002e10 
+ 00011773  0x00001a4a increase  0xfffffffd , 0x00000011 
+ 00011774  0x00001a4b setarg  0x0000001d 
+ 00011775  0x00001a4c istore  0x00000001 , 0x00000005 
+ 00011776  0x00001a4d copy  0x00000013 , 0x00000002 
+ 00011777  0x00001a4e istoret  0x00000002 , 0x00000005 
+ 00011778  0x00001a4f rtn 
+ 00011779  0x00001a55 bpatchx  0x0000005c , 0x0000402b 
+ 00011780  0x00001a56 jam  0x0000000a , 0x000001b9 
+ 00011781  0x00001a58 force  0x00000005 , 0x00000011 
+ 00011782  0x00001a59 call  0x00002e10 
+ 00011783  0x00001a5a setarg  0x00000001 
+ 00011784  0x00001a5b istore  0x00000001 , 0x00000005 
+ 00011785  0x00001a5c fetch  0x00000001 , 0x00004397 
+ 00011786  0x00001a5d istore  0x00000001 , 0x00000005 
+ 00011787  0x00001a5e fetch  0x00000002 , 0x00004398 
+ 00011788  0x00001a5f istore  0x00000002 , 0x00000005 
+ 00011789  0x00001a60 fetch  0x00000001 , 0x000001b9 
+ 00011790  0x00001a61 istore  0x00000001 , 0x00000005 
+ 00011791  0x00001a62 rtn 
+ 00011792  0x00001a66 bpatchx  0x0000005d , 0x0000402b 
+ 00011793  0x00001a67 force  0x00000004 , 0x00000012 
+ 00011794  0x00001a68 branch  0x000029fb 
+ 00011795  0x00001a6c fetcht  0x00000002 , 0x00000678 
+ 00011796  0x00001a6d increase  0x00000001 , 0x00000002 
+ 00011797  0x00001a6e storet  0x00000002 , 0x00000678 
+ 00011798  0x00001a6f rtn 
+ 00011799  0x00001a72 fetcht  0x00000002 , 0x00000678 
+ 00011800  0x00001a73 fetch  0x00000002 , 0x000006b3 
+ 00011801  0x00001a74 isub  0x00000002 , 0x0000003e 
+ 00011802  0x00001a75 rtn 
+ 00011803  0x00001a79 bpatchx  0x0000005e , 0x0000402b 
+ 00011804  0x00001a7a fetcht  0x00000001 , 0x000006b5 
+ 00011805  0x00001a7b arg  0x000006b6 , 0x00000011 
+ 00011806  0x00001a7d fetch  0x00000001 , 0x000006cd 
+ 00011807  0x00001a7e copy  0x0000003f , 0x00000039 
+ 00011808  0x00001a7f isub  0x00000002 , 0x0000003e 
+ 00011809  0x00001a80 nrtn  0x00000005 
+ 00011810  0x00001a81 arg  0x000006ce , 0x00000012 
+ 00011811  0x00001a82 branch  0x00007d64 
+ 00011812  0x00001a86 bpatchx  0x0000005f , 0x0000402b 
+ 00011813  0x00001a87 fetch  0x00000001 , 0x000006c6 
+ 00011814  0x00001a88 store  0x00000001 , 0x000006a1 
+ 00011815  0x00001a89 copy  0x0000003f , 0x00000039 
+ 00011816  0x00001a8a call  0x00007c67 
+ 00011817  0x00001a8b branch  0x00007ccc 
+ 00011818  0x00001a8f bpatchx  0x00000060 , 0x0000402c 
+ 00011819  0x00001a90 call  0x00007c64 
+ 00011820  0x00001a91 fetch  0x00000002 , 0x000006c9 
+ 00011821  0x00001a92 istore  0x00000002 , 0x00000005 
+ 00011822  0x00001a93 fetch  0x00000002 , 0x000006cb 
+ 00011823  0x00001a94 istore  0x00000002 , 0x00000005 
+ 00011824  0x00001a96 fetch  0x00000001 , 0x000006a1 
+ 00011825  0x00001a97 copy  0x0000003f , 0x00000039 
+ 00011826  0x00001a98 call  0x00007ccc 
+ 00011827  0x00001a99 branch  0x00007c6a 
+ 00011828  0x00001a9e bpatchx  0x00000061 , 0x0000402c 
+ 00011829  0x00001a9f call  0x00007c64 
+ 00011830  0x00001aa0 call  0x00002a21 
+ 00011831  0x00001aa1 copy  0x00000005 , 0x0000003f 
+ 00011832  0x00001aa2 isub  0x00000006 , 0x00000011 
+ 00011833  0x00001aa3 call  0x00002a24 
+ 00011834  0x00001aa4 copy  0x00000011 , 0x0000003f 
+ 00011835  0x00001aa5 istore  0x00000002 , 0x00000006 
+ 00011836  0x00001aa6 increase  0x00000004 , 0x00000011 
+ 00011837  0x00001aa7 call  0x00002a16 
+ 00011838  0x00001aa8 copy  0x00000011 , 0x0000003f 
+ 00011839  0x00001aa9 istore  0x00000001 , 0x00000006 
+ 00011840  0x00001aaa rtn 
+ 00011841  0x00001aae rshift8  0x0000003f , 0x0000003f 
+ 00011842  0x00001aaf store  0x00000002 , 0x000006b1 
+ 00011843  0x00001ab0 ifetch  0x00000002 , 0x00000006 
+ 00011844  0x00001ab1 store  0x00000002 , 0x000006b3 
+ 00011845  0x00001ab2 rtn 
+ 00011846  0x00001ab6 bpatchx  0x00000062 , 0x0000402c 
+ 00011847  0x00001ab7 fetch  0x00000002 , 0x000042e3 
+ 00011848  0x00001ab9 fetcht  0x00000002 , 0x000042e1 
+ 00011849  0x00001abd branch  0x00007db0 
+ 00011850  0x00001ac2 bpatchx  0x00000063 , 0x0000402c 
+ 00011851  0x00001ac3 call  0x00007c6d 
+ 00011852  0x00001ac4 arg  0x000006b5 , 0x00000005 
+ 00011853  0x00001ac6 fetch  0x00000002 , 0x00004335 
+ 00011854  0x00001ac7 increase  0xfffffffb , 0x0000003f 
+ 00011855  0x00001ac9 istore  0x00000001 , 0x00000005 
+ 00011856  0x00001aca copy  0x0000003f , 0x00000039 
+ 00011857  0x00001acb call  0x00007c67 
+ 00011858  0x00001acc branch  0x00007ccc 
+ 00011859  0x00001ad1 fetch  0x00000002 , 0x00000050 
+ 00011860  0x00001ad2 rtnne  0x00000004 
+ 00011861  0x00001ad3 fetch  0x00000001 , 0x00004396 
+ 00011862  0x00001ad4 set1  0x00000001 , 0x0000003f 
+ 00011863  0x00001ad5 store  0x00000001 , 0x00004396 
+ 00011864  0x00001ad6 fetch  0x00000003 , 0x00000052 
+ 00011865  0x00001ad7 store  0x00000003 , 0x00004397 
+ 00011866  0x00001ad8 set1  0x0000000f , 0x00000000 
+ 00011867  0x00001ad9 beq  0x00000012 , 0x00002e6e 
+ 00011868  0x00001ada beq  0x00000052 , 0x00002e73 
+ 00011869  0x00001adb beq  0x00000018 , 0x00002de1 
+ 00011870  0x00001adc beq  0x00000002 , 0x00002bab 
+ 00011871  0x00001add beq  0x0000001e , 0x00002de6 
+ 00011872  0x00001ade set0  0x0000000f , 0x00000000 
+ 00011873  0x00001ae0 fetch  0x00000001 , 0x00004396 
+ 00011874  0x00001ae1 set0  0x00000001 , 0x0000003f 
+ 00011875  0x00001ae2 store  0x00000001 , 0x00004396 
+ 00011876  0x00001ae3 rtn 
+ 00011877  0x00001ae6 fetch  0x00000001 , 0x00004396 
+ 00011878  0x00001ae7 rtnbit0  0x00000001 
+ 00011879  0x00001ae8 set1  0x0000000f , 0x00000000 
+ 00011880  0x00001ae9 call  0x00002e7e 
+ 00011881  0x00001aea call  0x00002e84 
+ 00011882  0x00001aeb call  0x00002e61 , 0x00000028 
+ 00011883  0x00001aec fetch  0x00000001 , 0x00004397 
+ 00011884  0x00001aed beq  0x00000012 , 0x00002dac 
+ 00011885  0x00001aee rtn 
+ 00011886  0x00001af2 call  0x00002e73 
+ 00011887  0x00001af3 branch  0x00002e70 
+ 00011888  0x00001af6 call  0x00002e84 
+ 00011889  0x00001af7 nrtn  0x00000028 
+ 00011890  0x00001af8 branch  0x00002dac 
+ 00011891  0x00001afc bpatchx  0x00000064 , 0x0000402c 
+ 00011892  0x00001afd call  0x00002e77 
+ 00011893  0x00001afe arg  0x00000055 , 0x00000011 
+ 00011894  0x00001aff branch  0x00002929 
+ 00011895  0x00001b03 fetch  0x00000001 , 0x0000004d 
+ 00011896  0x00001b04 add  0x0000003f , 0xfffffff9 , 0x00000012 
+ 00011897  0x00001b05 increase  0xfffffffc , 0x0000003f 
+ 00011898  0x00001b06 store  0x00000002 , 0x00004337 
+ 00011899  0x00001b07 fetcht  0x00000002 , 0x0000004e 
+ 00011900  0x00001b08 storet  0x00000002 , 0x00004335 
+ 00011901  0x00001b09 rtn 
+ 00011902  0x00001b0d fetchr  0x00000012 , 0x00000001 , 0x0000004d 
+ 00011903  0x00001b0e fetch  0x00000002 , 0x00004337 
+ 00011904  0x00001b0f iadd  0x00000012 , 0x00000002 
+ 00011905  0x00001b10 storet  0x00000002 , 0x00004337 
+ 00011906  0x00001b11 arg  0x0000004e , 0x00000011 
+ 00011907  0x00001b12 branch  0x00002929 
+ 00011908  0x00001b17 call  0x00007dbc 
+ 00011909  0x00001b18 fetch  0x00000002 , 0x00004337 
+ 00011910  0x00001b19 fetcht  0x00000002 , 0x00004335 
+ 00011911  0x00001b1a isub  0x00000002 , 0x0000003e 
+ 00011912  0x00001b1b nrtn  0x00000005 
+ 00011913  0x00001b1c branch  0x00007dba 
+ 00011914  0x00001b23 ifetch  0x00000001 , 0x00000006 
+ 00011915  0x00001b24 ifetcht  0x00000001 , 0x00000006 
+ 00011916  0x00001b25 ifetcht  0x00000002 , 0x00000006 
+ 00011917  0x00001b26 beq  0x00000013 , 0x00002e8f 
+ 00011918  0x00001b27 rtn 
+ 00011919  0x00001b29 ifetch  0x00000002 , 0x00000006 
+ 00011920  0x00001b2a store  0x00000002 , 0x0000433c 
+ 00011921  0x00001b2b jam  0x00000040 , 0x0000066f 
+ 00011922  0x00001b2c branch  0x0000782b 
+ 00011923  0x00001b33 arg  0x0000000c , 0x00000011 
+ 00011924  0x00001b34 arg  0x00000012 , 0x00000013 
+ 00011925  0x00001b35 call  0x00002e9b 
+ 00011926  0x00001b36 setarg  0x00000008 
+ 00011927  0x00001b37 istore  0x00000002 , 0x00000005 
+ 00011928  0x00001b38 fetch  0x00000008 , 0x000042d3 
+ 00011929  0x00001b39 istore  0x00000008 , 0x00000005 
+ 00011930  0x00001b3a rtn 
+ 00011931  0x00001b3f call  0x00002ea3 
+ 00011932  0x00001b40 arg  0x00000005 , 0x00000012 
+ 00011933  0x00001b41 call  0x000029fb 
+ 00011934  0x00001b42 copy  0x00000013 , 0x0000003f 
+ 00011935  0x00001b43 istore  0x00000001 , 0x00000005 
+ 00011936  0x00001b44 fetch  0x00000001 , 0x0000433b 
+ 00011937  0x00001b45 istore  0x00000001 , 0x00000005 
+ 00011938  0x00001b46 rtn 
+ 00011939  0x00001b4a fetch  0x00000001 , 0x0000433b 
+ 00011940  0x00001b4c pincrease  0x00000001 
+ 00011941  0x00001b4d store  0x00000001 , 0x0000433b 
+ 00011942  0x00001b4e rtnne  0x00000000 
+ 00011943  0x00001b51 jam  0x00000001 , 0x0000433b 
+ 00011944  0x00001b52 rtn 
+ 00011945  0x00001b58 fetch  0x00000001 , 0x000042fe 
+ 00011946  0x00001b59 beq  0x00000000 , 0x00002eb8 
+ 00011947  0x00001b5a beq  0x00000001 , 0x00002ebb 
+ 00011948  0x00001b5b beq  0x00000002 , 0x00002ebd 
+ 00011949  0x00001b5c beq  0x00000081 , 0x00002eb1 
+ 00011950  0x00001b5d beq  0x00000082 , 0x00002eb3 
+ 00011951  0x00001b5e beq  0x00000083 , 0x00002eb6 
+ 00011952  0x00001b5f rtn 
+ 00011953  0x00001b62 jam  0x0000000d , 0x000042c7 
+ 00011954  0x00001b63 branch  0x00002eb9 
+ 00011955  0x00001b65 jam  0x0000000d , 0x000042c7 
+ 00011956  0x00001b66 jam  0x00000001 , 0x000042c5 
+ 00011957  0x00001b67 rtn 
+ 00011958  0x00001b69 jam  0x0000000d , 0x000042c7 
+ 00011959  0x00001b6a branch  0x00002ebe 
+ 00011960  0x00001b6d jam  0x00000000 , 0x000042c7 
+ 00011961  0x00001b6f jam  0x00000003 , 0x000042c5 
+ 00011962  0x00001b70 rtn 
+ 00011963  0x00001b72 jam  0x00000005 , 0x000042c7 
+ 00011964  0x00001b73 branch  0x00002eb9 
+ 00011965  0x00001b75 jam  0x00000005 , 0x000042c7 
+ 00011966  0x00001b77 jam  0x00000000 , 0x000042c5 
+ 00011967  0x00001b78 rtn 
+ 00011968  0x00001b7b fetch  0x00000001 , 0x0000446c 
+ 00011969  0x00001b7c set1  0x00000000 , 0x0000003f 
+ 00011970  0x00001b7d store  0x00000001 , 0x0000446c 
+ 00011971  0x00001b7e rtn 
+ 00011972  0x00001b81 fetch  0x00000001 , 0x0000446c 
+ 00011973  0x00001b82 set0  0x00000000 , 0x0000003f 
+ 00011974  0x00001b83 store  0x00000001 , 0x0000446c 
+ 00011975  0x00001b84 rtn 
+ 00011976  0x00001b87 ifetch  0x00000001 , 0x00000006 
+ 00011977  0x00001b88 beq  0x00000001 , 0x00002edc 
+ 00011978  0x00001b8a beq  0x00000003 , 0x00002f03 
+ 00011979  0x00001b8b beq  0x00000004 , 0x00002f24 
+ 00011980  0x00001b8c beq  0x00000005 , 0x00002f31 
+ 00011981  0x00001b8e beq  0x00000007 , 0x00002f9a 
+ 00011982  0x00001b8f beq  0x00000008 , 0x00002f86 
+ 00011983  0x00001b90 beq  0x00000009 , 0x00002f96 
+ 00011984  0x00001b91 beq  0x0000000a , 0x00002f9a 
+ 00011985  0x00001b92 beq  0x0000000b , 0x00002f9a 
+ 00011986  0x00001b93 beq  0x0000000c , 0x00002f9b 
+ 00011987  0x00001b94 beq  0x0000000d , 0x00002fa0 
+ 00011988  0x00001b95 rtn 
+ 00011989  0x00001b9a force  0x00000002 , 0x00000011 
+ 00011990  0x00001b9b call  0x00003047 
+ 00011991  0x00001b9c setarg  0x0000000b 
+ 00011992  0x00001b9d istore  0x00000001 , 0x00000005 
+ 00011993  0x00001b9e fetch  0x00000001 , 0x000042c7 
+ 00011994  0x00001b9f istore  0x00000001 , 0x00000005 
+ 00011995  0x00001ba0 rtn 
+ 00011996  0x00001ba3 store  0x00000001 , 0x000042bd 
+ 00011997  0x00001ba4 ifetch  0x00000006 , 0x00000006 
+ 00011998  0x00001ba5 istore  0x00000006 , 0x00000005 
+ 00011999  0x00001ba6 fetch  0x00000001 , 0x000042fe 
+ 00012000  0x00001ba7 beq  0x00000000 , 0x00002f37 
+ 00012001  0x00001ba8 call  0x00002efe 
+ 00012002  0x00001ba9 fetch  0x00000001 , 0x0000446a 
+ 00012003  0x00001baa branch  0x00002ee8 , 0x00000034 
+ 00012004  0x00001bab fetch  0x00000001 , 0x000042c0 
+ 00012005  0x00001bac bbit0  0x00000003 , 0x0000431f 
+ 00012006  0x00001bad fetch  0x00000001 , 0x000042fe 
+ 00012007  0x00001bae bbit0  0x00000007 , 0x0000431f 
+ 00012008  0x00001bb0 jam  0x00000003 , 0x000042fc 
+ 00012009  0x00001bb1 fetch  0x00000001 , 0x000042be 
+ 00012010  0x00001bb2 beq  0x00000000 , 0x00002ef0 
+ 00012011  0x00001bb3 beq  0x00000001 , 0x00002ef0 
+ 00012012  0x00001bb4 beq  0x00000003 , 0x00002ef0 
+ 00012013  0x00001bb5 fetch  0x00000001 , 0x000042fe 
+ 00012014  0x00001bb6 beq  0x00000002 , 0x00002ef3 
+ 00012015  0x00001bb7 rtneq  0x00000083 
+ 00012016  0x00001bb9 arg  0x00000000 , 0x0000003f 
+ 00012017  0x00001bba store  0x00000004 , 0x000042ff 
+ 00012018  0x00001bbb rtn 
+ 00012019  0x00001bbe fetch  0x00000001 , 0x00004321 
+ 00012020  0x00001bbf bbit1  0x00000000 , 0x00002efc 
+ 00012021  0x00001bc1 arg  0x000042ff , 0x00000011 
+ 00012022  0x00001bc2 copy  0x00000011 , 0x00000005 
+ 00012023  0x00001bc3 arg  0x00000003 , 0x00000039 
+ 00012024  0x00001bc4 call  0x00007de8 
+ 00012025  0x00001bc5 fetch  0x00000002 , 0x00004301 
+ 00012026  0x00001bc6 and_into  0x00000007 , 0x0000003f 
+ 00012027  0x00001bc7 store  0x00000002 , 0x00004301 
+ 00012028  0x00001bc9 jam  0x00000034 , 0x0000066f 
+ 00012029  0x00001bca branch  0x0000782b 
+ 00012030  0x00001bcf force  0x00000007 , 0x00000011 
+ 00012031  0x00001bd0 call  0x00003047 
+ 00012032  0x00001bd1 fetch  0x00000007 , 0x000042c4 
+ 00012033  0x00001bd2 istore  0x00000007 , 0x00000005 
+ 00012034  0x00001bd3 rtn 
+ 00012035  0x00001bd7 jam  0x00000005 , 0x000042fc 
+ 00012036  0x00001bd8 arg  0x0000429b , 0x00000005 
+ 00012037  0x00001bd9 call  0x00007c8f 
+ 00012038  0x00001bda fetch  0x00000001 , 0x000042fe 
+ 00012039  0x00001bdb beq  0x00000004 , 0x00002f0b 
+ 00012040  0x00001bdc beq  0x00000083 , 0x00002f0d 
+ 00012041  0x00001bdd beq  0x00000084 , 0x00002f10 
+ 00012042  0x00001bde branch  0x00002f13 
+ 00012043  0x00001be2 jam  0x00000043 , 0x0000066f 
+ 00012044  0x00001be3 branch  0x0000782b 
+ 00012045  0x00001be6 jam  0x00000002 , 0x000042f9 
+ 00012046  0x00001be7 jam  0x00000008 , 0x000042fa 
+ 00012047  0x00001be8 rtn 
+ 00012048  0x00001beb fetch  0x00000004 , 0x000042ff 
+ 00012049  0x00001bec branch  0x00002f0b , 0x00000034 
+ 00012050  0x00001bed branch  0x00002f0d 
+ 00012051  0x00001bf0 jam  0x00000006 , 0x000042fc 
+ 00012052  0x00001bf1 fetch  0x00000001 , 0x000042fe 
+ 00012053  0x00001bf2 bbit1  0x00000007 , 0x00002f1c 
+ 00012054  0x00001bf3 call  0x00007256 
+ 00012055  0x00001bf4 force  0x00000011 , 0x00000011 
+ 00012056  0x00001bf5 call  0x00003047 
+ 00012057  0x00001bf6 setarg  0x00000003 
+ 00012058  0x00001bf7 istore  0x00000001 , 0x00000005 
+ 00012059  0x00001bf8 branch  0x00007375 
+ 00012060  0x00001bfb arg  0x000042ab , 0x00000005 
+ 00012061  0x00001bfc call  0x00007de7 
+ 00012062  0x00001bfd call  0x000071b6 
+ 00012063  0x00001bfe force  0x00000011 , 0x00000011 
+ 00012064  0x00001bff call  0x00003047 
+ 00012065  0x00001c00 setarg  0x00000003 
+ 00012066  0x00001c01 istore  0x00000001 , 0x00000005 
+ 00012067  0x00001c02 branch  0x000071f2 
+ 00012068  0x00001c05 copy  0x00000006 , 0x00000011 
+ 00012069  0x00001c06 fetch  0x00000001 , 0x000042fe 
+ 00012070  0x00001c07 bbit1  0x00000007 , 0x00002f39 
+ 00012071  0x00001c08 copy  0x00000011 , 0x00000006 
+ 00012072  0x00001c09 call  0x0000724e 
+ 00012073  0x00001c0a branch  0x00002f4e , 0x00000005 
+ 00012074  0x00001c0c jam  0x00000004 , 0x000001ba 
+ 00012075  0x00001c0e force  0x00000002 , 0x00000011 
+ 00012076  0x00001c0f call  0x00003047 
+ 00012077  0x00001c10 setarg  0x00000005 
+ 00012078  0x00001c11 istore  0x00000001 , 0x00000005 
+ 00012079  0x00001c12 fetch  0x00000001 , 0x000001ba 
+ 00012080  0x00001c13 istore  0x00000001 , 0x00000005 
+ 00012081  0x00001c15 bpatchx  0x00000065 , 0x0000402c 
+ 00012082  0x00001c16 force  0x00000007 , 0x00000007 
+ 00012083  0x00001c17 call  0x00007ce0 
+ 00012084  0x00001c18 jam  0x00000000 , 0x000042fc 
+ 00012085  0x00001c19 jam  0x00000030 , 0x0000066f 
+ 00012086  0x00001c1a branch  0x0000782b 
+ 00012087  0x00001c1d jam  0x00000005 , 0x000001ba 
+ 00012088  0x00001c1e branch  0x00002f2b 
+ 00012089  0x00001c21 arg  0x00000158 , 0x00000005 
+ 00012090  0x00001c22 copy  0x00000011 , 0x00000006 
+ 00012091  0x00001c23 call  0x00007c8f 
+ 00012092  0x00001c24 fetch  0x00000001 , 0x000042fe 
+ 00012093  0x00001c25 beq  0x00000083 , 0x00002f45 
+ 00012094  0x00001c26 beq  0x00000084 , 0x00002f45 
+ 00012095  0x00001c27 call  0x00007140 
+ 00012096  0x00001c28 call  0x00002f53 
+ 00012097  0x00001c29 fetch  0x00000001 , 0x000042fe 
+ 00012098  0x00001c2a rtnne  0x00000082 
+ 00012099  0x00001c2b jam  0x0000003b , 0x0000066f 
+ 00012100  0x00001c2c branch  0x0000782b 
+ 00012101  0x00001c2f call  0x000071ab 
+ 00012102  0x00001c30 arg  0x000006d1 , 0x00000005 
+ 00012103  0x00001c31 call  0x000071f2 
+ 00012104  0x00001c32 arg  0x000006d1 , 0x00000011 
+ 00012105  0x00001c33 arg  0x0000429b , 0x00000012 
+ 00012106  0x00001c34 arg  0x00000010 , 0x00000039 
+ 00012107  0x00001c35 call  0x00007d64 
+ 00012108  0x00001c36 nbranch  0x00002f2a , 0x00000005 
+ 00012109  0x00001c37 branch  0x00002f53 
+ 00012110  0x00001c3a call  0x0000724a 
+ 00012111  0x00001c3b jam  0x00000031 , 0x0000066f 
+ 00012112  0x00001c3c call  0x0000782b 
+ 00012113  0x00001c3d jam  0x00000001 , 0x0000429a 
+ 00012114  0x00001c3e jam  0x00000009 , 0x000042fc 
+ 00012115  0x00001c41 force  0x00000011 , 0x00000011 
+ 00012116  0x00001c42 call  0x00003047 
+ 00012117  0x00001c43 setarg  0x00000004 
+ 00012118  0x00001c44 istore  0x00000001 , 0x00000005 
+ 00012119  0x00001c45 arg  0x000042ab , 0x00000006 
+ 00012120  0x00001c46 branch  0x00007c8f 
+ 00012121  0x00001c49 force  0x00000011 , 0x00000011 
+ 00012122  0x00001c4a call  0x00003047 
+ 00012123  0x00001c4b setarg  0x00000006 
+ 00012124  0x00001c4c istore  0x00000001 , 0x00000005 
+ 00012125  0x00001c4d fetch  0x00000001 , 0x00004321 
+ 00012126  0x00001c4e bbit1  0x00000001 , 0x00002f61 
+ 00012127  0x00001c4f arg  0x0000428a , 0x00000006 
+ 00012128  0x00001c50 branch  0x00007c8f 
+ 00012129  0x00001c53 arg  0x00004322 , 0x00000006 
+ 00012130  0x00001c54 branch  0x00007c8f 
+ 00012131  0x00001c58 arg  0x00004303 , 0x00000005 
+ 00012132  0x00001c59 force  0x0000000a , 0x00000039 
+ 00012133  0x00001c5a call  0x00007de8 
+ 00012134  0x00001c5b force  0x0000000b , 0x00000011 
+ 00012135  0x00001c5c call  0x00003047 
+ 00012136  0x00001c5d setarg  0x00000007 
+ 00012137  0x00001c5e istore  0x00000001 , 0x00000005 
+ 00012138  0x00001c5f fetch  0x00000002 , 0x00004303 
+ 00012139  0x00001c60 istore  0x00000002 , 0x00000005 
+ 00012140  0x00001c61 fetch  0x00000008 , 0x00004305 
+ 00012141  0x00001c62 istore  0x00000008 , 0x00000005 
+ 00012142  0x00001c63 rtn 
+ 00012143  0x00001c66 force  0x00000011 , 0x00000011 
+ 00012144  0x00001c67 call  0x00003047 
+ 00012145  0x00001c68 setarg  0x00000008 
+ 00012146  0x00001c69 istore  0x00000001 , 0x00000005 
+ 00012147  0x00001c6a setarg  0x00000000 
+ 00012148  0x00001c6b istore  0x00000008 , 0x00000005 
+ 00012149  0x00001c6c istore  0x00000008 , 0x00000005 
+ 00012150  0x00001c6d rtn 
+ 00012151  0x00001c71 force  0x00000008 , 0x00000011 
+ 00012152  0x00001c72 call  0x00003047 
+ 00012153  0x00001c73 setarg  0x00000009 
+ 00012154  0x00001c74 istore  0x00000001 , 0x00000005 
+ 00012155  0x00001c75 fetch  0x00000001 , 0x000042d2 
+ 00012156  0x00001c76 istore  0x00000001 , 0x00000005 
+ 00012157  0x00001c77 fetch  0x00000006 , 0x000042db 
+ 00012158  0x00001c78 istore  0x00000006 , 0x00000005 
+ 00012159  0x00001c79 rtn 
+ 00012160  0x00001c7d jam  0x00000008 , 0x000001ba 
+ 00012161  0x00001c7e branch  0x00002f2b 
+ 00012162  0x00001c81 fetch  0x00000001 , 0x000042c9 
+ 00012163  0x00001c82 fetcht  0x00000001 , 0x000042c9 
+ 00012164  0x00001c83 iand  0x00000002 , 0x0000003f 
+ 00012165  0x00001c84 rtn 
+ 00012166  0x00001c87 arg  0x0000430d , 0x00000005 
+ 00012167  0x00001c88 call  0x00007c8f 
+ 00012168  0x00001c89 call  0x00002f82 
+ 00012169  0x00001c8a isolate0  0x00000001 , 0x0000003f 
+ 00012170  0x00001c8b branch  0x00002f80 , 0x00000001 
+ 00012171  0x00001c8c fetch  0x00000001 , 0x000043cb 
+ 00012172  0x00001c8d rtnne  0x0000000a 
+ 00012173  0x00001c8e call  0x00002f90 
+ 00012174  0x00001c8f nrtn  0x00000028 
+ 00012175  0x00001c90 branch  0x00004329 
+ 00012176  0x00001c94 call  0x00007dbc 
+ 00012177  0x00001c95 fetch  0x00000001 , 0x000042cb 
+ 00012178  0x00001c96 rtneq  0x00000000 
+ 00012179  0x00001c97 fetch  0x00000001 , 0x000042c2 
+ 00012180  0x00001c98 rtnbit0  0x00000001 
+ 00012181  0x00001c99 branch  0x00007dba 
+ 00012182  0x00001c9c call  0x00002f82 
+ 00012183  0x00001c9d isolate0  0x00000001 , 0x0000003f 
+ 00012184  0x00001c9e branch  0x00002f80 , 0x00000001 
+ 00012185  0x00001c9f rtn 
+ 00012186  0x00001ca4 rtn 
+ 00012187  0x00001ca7 arg  0x000005fe , 0x00000005 
+ 00012188  0x00001ca8 call  0x00007c81 
+ 00012189  0x00001ca9 jam  0x00000002 , 0x000042f9 
+ 00012190  0x00001caa jam  0x00000001 , 0x000042fa 
+ 00012191  0x00001cab rtn 
+ 00012192  0x00001cae arg  0x0000065e , 0x00000005 
+ 00012193  0x00001caf call  0x00007c8f 
+ 00012194  0x00001cb0 jam  0x00000006 , 0x000042fa 
+ 00012195  0x00001cb1 jam  0x00000002 , 0x000042f9 
+ 00012196  0x00001cb2 rtn 
+ 00012197  0x00001cb5 force  0x00000041 , 0x00000011 
+ 00012198  0x00001cb6 call  0x00003047 
+ 00012199  0x00001cb7 setarg  0x0000000c 
+ 00012200  0x00001cb8 istore  0x00000001 , 0x00000005 
+ 00012201  0x00001cb9 arg  0x0000448f , 0x00000006 
+ 00012202  0x00001cba branch  0x00007c81 
+ 00012203  0x00001cbd call  0x00007157 
+ 00012204  0x00001cbe force  0x00000011 , 0x00000011 
+ 00012205  0x00001cbf call  0x00003047 
+ 00012206  0x00001cc0 setarg  0x0000000d 
+ 00012207  0x00001cc1 istore  0x00000001 , 0x00000005 
+ 00012208  0x00001cc2 branch  0x000071f2 
+ 00012209  0x00001cc5 fetch  0x00000001 , 0x000042fc 
+ 00012210  0x00001cc6 rtneq  0x000000ff 
+ 00012211  0x00001cc7 arg  0x00000003 , 0x00000002 
+ 00012212  0x00001cc8 isub  0x00000002 , 0x0000003e 
+ 00012213  0x00001cc9 nrtn  0x00000002 
+ 00012214  0x00001cca arg  0x00000007 , 0x00000007 
+ 00012215  0x00001ccb call  0x00007cef 
+ 00012216  0x00001ccc nrtn  0x00000034 
+ 00012217  0x00001ccd branch  0x00002f80 
+ 00012218  0x00001cd0 bpatchx  0x00000066 , 0x0000402c 
+ 00012219  0x00001cd1 call  0x00002a28 
+ 00012220  0x00001cd2 nrtn  0x00000034 
+ 00012221  0x00001cd3 fetch  0x00000001 , 0x000042fc 
+ 00012222  0x00001cd4 beq  0x00000000 , 0x00002fc7 
+ 00012223  0x00001cd5 beq  0x00000001 , 0x00002fcd 
+ 00012224  0x00001cd6 beq  0x00000002 , 0x00002fc7 
+ 00012225  0x00001cd7 beq  0x00000003 , 0x00002fcf 
+ 00012226  0x00001cd8 beq  0x00000009 , 0x00002fd3 
+ 00012227  0x00001cd9 beq  0x0000000b , 0x00002fe3 
+ 00012228  0x00001cda beq  0x0000000c , 0x00002fe5 
+ 00012229  0x00001cdb beq  0x0000000d , 0x00002fec 
+ 00012230  0x00001cdc rtn 
+ 00012231  0x00001ce0 fetch  0x00000001 , 0x000042fd 
+ 00012232  0x00001ce1 rtnne  0x00000004 
+ 00012233  0x00001ce2 jam  0x000000ff , 0x000042fd 
+ 00012234  0x00001ce3 jam  0x000000ff , 0x000042fc 
+ 00012235  0x00001ce4 jam  0x0000003f , 0x0000066f 
+ 00012236  0x00001ce5 branch  0x0000782b 
+ 00012237  0x00001ce9 jam  0x00000002 , 0x000042fc 
+ 00012238  0x00001cea branch  0x00002ed5 
+ 00012239  0x00001ced jam  0x00000004 , 0x000042fc 
+ 00012240  0x00001cee setarg  0x00017700 
+ 00012241  0x00001cef arg  0x00000007 , 0x00000007 
+ 00012242  0x00001cf0 branch  0x00007ce1 
+ 00012243  0x00001cf3 fetch  0x00000001 , 0x000042fd 
+ 00012244  0x00001cf4 beq  0x00000004 , 0x00002fd6 
+ 00012245  0x00001cf5 rtn 
+ 00012246  0x00001cf8 fetch  0x00000001 , 0x000042fe 
+ 00012247  0x00001cf9 bbit1  0x00000007 , 0x00002fe1 
+ 00012248  0x00001cfb jam  0x0000000b , 0x000042fc 
+ 00012249  0x00001cfc call  0x00002f59 
+ 00012250  0x00001cfe jam  0x00000029 , 0x0000066f 
+ 00012251  0x00001cff call  0x0000782b 
+ 00012252  0x00001d00 fetch  0x00000001 , 0x000043cb 
+ 00012253  0x00001d01 rtnne  0x0000000a 
+ 00012254  0x00001d02 call  0x00002f90 
+ 00012255  0x00001d03 rtn  0x00000028 
+ 00012256  0x00001d04 branch  0x00004329 
+ 00012257  0x00001d07 jam  0x0000000c , 0x000042fc 
+ 00012258  0x00001d08 branch  0x00002fda 
+ 00012259  0x00001d0b jam  0x0000000c , 0x000042fc 
+ 00012260  0x00001d0c branch  0x00002f63 
+ 00012261  0x00001d0f fetch  0x00000001 , 0x000042c3 
+ 00012262  0x00001d10 fetcht  0x00000001 , 0x000042ca 
+ 00012263  0x00001d11 iand  0x00000002 , 0x0000003f 
+ 00012264  0x00001d12 isolate0  0x00000001 , 0x0000003f 
+ 00012265  0x00001d13 branch  0x00002fee , 0x00000001 
+ 00012266  0x00001d14 jam  0x0000000d , 0x000042fc 
+ 00012267  0x00001d15 branch  0x00002f6f 
+ 00012268  0x00001d18 call  0x00002f77 
+ 00012269  0x00001d19 branch  0x00002fee 
+ 00012270  0x00001d1d bpatchx  0x00000067 , 0x0000402c 
+ 00012271  0x00001d1e force  0x00000007 , 0x00000007 
+ 00012272  0x00001d1f call  0x00007ce0 
+ 00012273  0x00001d20 jam  0x000000ff , 0x000042fd 
+ 00012274  0x00001d21 jam  0x000000ff , 0x000042fc 
+ 00012275  0x00001d22 jam  0x0000003e , 0x0000066f 
+ 00012276  0x00001d23 branch  0x0000782b 
+ 00012277  0x00001d28 bpatchx  0x00000068 , 0x0000402d 
+ 00012278  0x00001d29 fetch  0x00000001 , 0x000042fe 
+ 00012279  0x00001d2a rtnbit0  0x00000007 
+ 00012280  0x00001d2b fetch  0x00000001 , 0x000042f9 
+ 00012281  0x00001d2c rtnne  0x00000002 
+ 00012282  0x00001d2d jam  0x00000000 , 0x000042f9 
+ 00012283  0x00001d2e fetch  0x00000001 , 0x000042fa 
+ 00012284  0x00001d2f beq  0x00000001 , 0x0000303d 
+ 00012285  0x00001d30 beq  0x00000002 , 0x00003044 
+ 00012286  0x00001d31 beq  0x00000003 , 0x00003035 
+ 00012287  0x00001d32 beq  0x00000006 , 0x0000301a 
+ 00012288  0x00001d33 beq  0x00000007 , 0x00003011 
+ 00012289  0x00001d34 beq  0x00000008 , 0x00003007 
+ 00012290  0x00001d35 rtn 
+ 00012291  0x00001d38 jam  0x00000000 , 0x000042f9 
+ 00012292  0x00001d39 jam  0x00000000 , 0x000042fa 
+ 00012293  0x00001d3a jam  0x00000000 , 0x000042fb 
+ 00012294  0x00001d3b rtn 
+ 00012295  0x00001d3e fetch  0x00000001 , 0x000044cf 
+ 00012296  0x00001d3f copy  0x0000003f , 0x00000007 
+ 00012297  0x00001d40 increase  0x00000001 , 0x0000003f 
+ 00012298  0x00001d41 store  0x00000001 , 0x000044cf 
+ 00012299  0x00001d42 fetch  0x00000004 , 0x000042ff 
+ 00012300  0x00001d43 qisolate1  0x0000003f 
+ 00012301  0x00001d44 setarg  0x00000080 
+ 00012302  0x00001d45 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012303  0x00001d46 store  0x00000001 , 0x000044d0 
+ 00012304  0x00001d47 branch  0x00003039 
+ 00012305  0x00001d4a fetch  0x00000001 , 0x000042fb 
+ 00012306  0x00001d4b jam  0x00000000 , 0x000042fb 
+ 00012307  0x00001d4c beq  0x00000001 , 0x00003016 
+ 00012308  0x00001d4d jam  0x00000002 , 0x000042f9 
+ 00012309  0x00001d4e rtn 
+ 00012310  0x00001d51 jam  0x00000031 , 0x0000066f 
+ 00012311  0x00001d52 call  0x0000782b 
+ 00012312  0x00001d53 jam  0x00000009 , 0x000042fc 
+ 00012313  0x00001d54 branch  0x00002fab 
+ 00012314  0x00001d57 fetch  0x00000001 , 0x000005f9 
+ 00012315  0x00001d58 beq  0x00000003 , 0x0000301e 
+ 00012316  0x00001d59 jam  0x00000002 , 0x000042f9 
+ 00012317  0x00001d5a rtn 
+ 00012318  0x00001d5d call  0x0000717e 
+ 00012319  0x00001d5e fetch  0x00000001 , 0x000042fe 
+ 00012320  0x00001d5f beq  0x00000083 , 0x00003023 
+ 00012321  0x00001d60 beq  0x00000084 , 0x00003023 
+ 00012322  0x00001d61 call  0x00002ef0 
+ 00012323  0x00001d63 call  0x0000716b 
+ 00012324  0x00001d64 arg  0x000006d1 , 0x00000011 
+ 00012325  0x00001d65 arg  0x0000065e , 0x00000012 
+ 00012326  0x00001d66 arg  0x00000010 , 0x00000039 
+ 00012327  0x00001d67 call  0x00007d64 
+ 00012328  0x00001d68 branch  0x0000302b , 0x00000005 
+ 00012329  0x00001d6a jam  0x0000000b , 0x000001ba 
+ 00012330  0x00001d6b branch  0x00002f2b 
+ 00012331  0x00001d6f call  0x0000745b 
+ 00012332  0x00001d70 nbranch  0x00003029 , 0x00000005 
+ 00012333  0x00001d71 jam  0x00000001 , 0x0000429a 
+ 00012334  0x00001d72 fetch  0x00000001 , 0x000042fe 
+ 00012335  0x00001d73 beq  0x00000081 , 0x00003016 
+ 00012336  0x00001d74 beq  0x00000083 , 0x00003016 
+ 00012337  0x00001d75 beq  0x00000084 , 0x00003016 
+ 00012338  0x00001d76 jam  0x00000002 , 0x000042f9 
+ 00012339  0x00001d77 jam  0x00000007 , 0x000042fa 
+ 00012340  0x00001d78 rtn 
+ 00012341  0x00001d7b fetch  0x00000001 , 0x000042fe 
+ 00012342  0x00001d7c beq  0x00000083 , 0x0000303a 
+ 00012343  0x00001d7d beq  0x00000084 , 0x0000303a 
+ 00012344  0x00001d7e jam  0x00000000 , 0x000044d0 
+ 00012345  0x00001d80 branch  0x00002f13 
+ 00012346  0x00001d83 jam  0x00000000 , 0x000044cf 
+ 00012347  0x00001d84 rtneq  0x00000084 
+ 00012348  0x00001d85 branch  0x00002ef3 
+ 00012349  0x00001d89 jam  0x00000002 , 0x000042f9 
+ 00012350  0x00001d8a fetch  0x00000001 , 0x0000446e 
+ 00012351  0x00001d8b beq  0x00000003 , 0x00003041 
+ 00012352  0x00001d8c rtn 
+ 00012353  0x00001d8f jam  0x00000002 , 0x000042fa 
+ 00012354  0x00001d90 jam  0x00000000 , 0x000005f9 
+ 00012355  0x00001d91 branch  0x0000753c 
+ 00012356  0x00001d94 jam  0x00000002 , 0x000042f9 
+ 00012357  0x00001d95 jam  0x00000003 , 0x000042fa 
+ 00012358  0x00001d96 branch  0x00002fa5 
+ 00012359  0x00001d9b bpatchx  0x00000069 , 0x0000402d 
+ 00012360  0x00001d9c force  0x00000006 , 0x00000012 
+ 00012361  0x00001d9d branch  0x000029fb 
+ 00012362  0x00001da2 fetch  0x00000001 , 0x0000004e 
+ 00012363  0x00001da3 beq  0x00000000 , 0x00003061 
+ 00012364  0x00001da4 beq  0x00000001 , 0x00003069 
+ 00012365  0x00001da5 beq  0x00000002 , 0x00003071 
+ 00012366  0x00001da6 beq  0x00000003 , 0x00003075 
+ 00012367  0x00001da7 beq  0x00000004 , 0x00003093 
+ 00012368  0x00001da8 beq  0x00000005 , 0x00003098 
+ 00012369  0x00001da9 beq  0x00000006 , 0x0000309c 
+ 00012370  0x00001daa beq  0x00000007 , 0x000030a1 
+ 00012371  0x00001dab beq  0x00000008 , 0x000030a2 
+ 00012372  0x00001dac beq  0x00000009 , 0x000030a3 
+ 00012373  0x00001dad beq  0x0000000a , 0x000030a4 
+ 00012374  0x00001dae beq  0x0000000b , 0x000030a8 
+ 00012375  0x00001daf beq  0x0000000c , 0x000030a9 
+ 00012376  0x00001db0 beq  0x0000000d , 0x000030ab 
+ 00012377  0x00001db1 beq  0x00000012 , 0x000030ac 
+ 00012378  0x00001db2 beq  0x00000013 , 0x000030ad 
+ 00012379  0x00001db3 beq  0x00000014 , 0x000030ae 
+ 00012380  0x00001db4 beq  0x00000015 , 0x000030b0 
+ 00012381  0x00001db5 beq  0x00000016 , 0x000030bb 
+ 00012382  0x00001db6 beq  0x00000018 , 0x000030bc 
+ 00012383  0x00001db7 fetchr  0x00000013 , 0x00000001 , 0x0000004e 
+ 00012384  0x00001db8 branch  0x000030df 
+ 00012385  0x00001dbd ifetch  0x00000009 , 0x00000006 
+ 00012386  0x00001dbe store  0x00000009 , 0x0000019f 
+ 00012387  0x00001dbf ifetch  0x00000002 , 0x00000006 
+ 00012388  0x00001dc0 store  0x00000002 , 0x00000188 
+ 00012389  0x00001dc1 fetch  0x00000001 , 0x00000168 
+ 00012390  0x00001dc2 set1  0x00000005 , 0x0000003f 
+ 00012391  0x00001dc3 store  0x00000001 , 0x00000168 
+ 00012392  0x00001dc4 rtn 
+ 00012393  0x00001dc9 ifetch  0x00000005 , 0x00000006 
+ 00012394  0x00001dca store  0x00000005 , 0x0000019f 
+ 00012395  0x00001dcb ifetch  0x00000002 , 0x00000006 
+ 00012396  0x00001dcc store  0x00000002 , 0x00000188 
+ 00012397  0x00001dce fetch  0x00000001 , 0x00000168 
+ 00012398  0x00001dcf set1  0x00000006 , 0x0000003f 
+ 00012399  0x00001dd0 store  0x00000001 , 0x00000168 
+ 00012400  0x00001dd1 rtn 
+ 00012401  0x00001dd6 setarg  0x00000014 
+ 00012402  0x00001dd7 store  0x00000002 , 0x00000196 
+ 00012403  0x00001dd8 store  0x00000002 , 0x000042f5 
+ 00012404  0x00001dd9 rtn 
+ 00012405  0x00001dde ifetch  0x00000008 , 0x00000006 
+ 00012406  0x00001ddf store  0x00000008 , 0x00004305 
+ 00012407  0x00001de0 ifetch  0x00000002 , 0x00000006 
+ 00012408  0x00001de1 store  0x00000002 , 0x00004303 
+ 00012409  0x00001de2 ifetch  0x00000008 , 0x00000006 
+ 00012410  0x00001de3 store  0x00000008 , 0x000042e5 
+ 00012411  0x00001de4 ifetch  0x00000004 , 0x00000006 
+ 00012412  0x00001de5 store  0x00000004 , 0x0000445e 
+ 00012413  0x00001de6 call  0x000030cc 
+ 00012414  0x00001de7 bpatchx  0x0000006a , 0x0000402d 
+ 00012415  0x00001de8 fetch  0x00000001 , 0x000042fc 
+ 00012416  0x00001de9 beq  0x00000009 , 0x00003087 
+ 00012417  0x00001dea fetch  0x00000001 , 0x00004321 
+ 00012418  0x00001deb bbit1  0x00000001 , 0x0000308a 
+ 00012419  0x00001dec fetch  0x00000001 , 0x000043fa 
+ 00012420  0x00001ded ncall  0x00006e96 , 0x00000034 
+ 00012421  0x00001dee fetch  0x00000001 , 0x0000429a 
+ 00012422  0x00001def beq  0x00000000 , 0x0000308f 
+ 00012423  0x00001df1 jam  0x00000001 , 0x000042fd 
+ 00012424  0x00001df2 call  0x000030da 
+ 00012425  0x00001df3 branch  0x0000725c 
+ 00012426  0x00001df5 jam  0x00000001 , 0x0000429a 
+ 00012427  0x00001df6 arg  0x00004322 , 0x00000006 
+ 00012428  0x00001df7 arg  0x0000428a , 0x00000005 
+ 00012429  0x00001df8 call  0x00007c8f 
+ 00012430  0x00001df9 branch  0x00003087 
+ 00012431  0x00001dfc jam  0x00000000 , 0x000042fd 
+ 00012432  0x00001dfd jam  0x00000000 , 0x000042fc 
+ 00012433  0x00001dfe jam  0x00000041 , 0x0000066f 
+ 00012434  0x00001dff branch  0x0000782b 
+ 00012435  0x00001e03 ifetch  0x00000008 , 0x00000006 
+ 00012436  0x00001e04 store  0x00000008 , 0x000042ed 
+ 00012437  0x00001e05 ifetch  0x00000004 , 0x00000006 
+ 00012438  0x00001e06 store  0x00000004 , 0x00004462 
+ 00012439  0x00001e07 branch  0x0000725c 
+ 00012440  0x00001e0c fetch  0x00000001 , 0x00000168 
+ 00012441  0x00001e0d set1  0x00000004 , 0x0000003f 
+ 00012442  0x00001e0e store  0x00000001 , 0x00000168 
+ 00012443  0x00001e0f rtn 
+ 00012444  0x00001e13 rtn  0x00000029 
+ 00012445  0x00001e14 jam  0x00000032 , 0x0000066f 
+ 00012446  0x00001e15 call  0x0000782b 
+ 00012447  0x00001e16 jam  0x00000004 , 0x000042fd 
+ 00012448  0x00001e17 branch  0x000030dd 
+ 00012449  0x00001e1c rtn 
+ 00012450  0x00001e21 branch  0x000030e4 
+ 00012451  0x00001e26 rtn 
+ 00012452  0x00001e2b jam  0x00000002 , 0x000042fd 
+ 00012453  0x00001e2c call  0x000030eb 
+ 00012454  0x00001e2d jam  0x00000033 , 0x0000066f 
+ 00012455  0x00001e2e branch  0x0000782b 
+ 00012456  0x00001e33 rtn 
+ 00012457  0x00001e38 rtn  0x00000029 
+ 00012458  0x00001e39 branch  0x000030ed 
+ 00012459  0x00001e3e rtn 
+ 00012460  0x00001e43 branch  0x000030f9 
+ 00012461  0x00001e48 rtn 
+ 00012462  0x00001e4c call  0x000030b0 
+ 00012463  0x00001e4d branch  0x000030fd 
+ 00012464  0x00001e50 ifetch  0x00000008 , 0x00000006 
+ 00012465  0x00001e51 store  0x00000008 , 0x000043b8 
+ 00012466  0x00001e52 fetch  0x00000002 , 0x000043b8 
+ 00012467  0x00001e53 fetcht  0x00000002 , 0x000043c4 
+ 00012468  0x00001e54 call  0x00007db0 
+ 00012469  0x00001e55 store  0x00000002 , 0x000043b8 
+ 00012470  0x00001e57 fetch  0x00000002 , 0x000043bc 
+ 00012471  0x00001e58 fetcht  0x00000002 , 0x000043c0 
+ 00012472  0x00001e59 call  0x00007db0 
+ 00012473  0x00001e5a store  0x00000002 , 0x000043bc 
+ 00012474  0x00001e5b rtn 
+ 00012475  0x00001e60 branch  0x00003103 
+ 00012476  0x00001e65 ifetch  0x00000002 , 0x00000006 
+ 00012477  0x00001e66 store  0x00000002 , 0x0000019f 
+ 00012478  0x00001e67 ifetch  0x00000002 , 0x00000006 
+ 00012479  0x00001e68 store  0x00000002 , 0x00000188 
+ 00012480  0x00001e69 rtn  0x00000034 
+ 00012481  0x00001e6a fetch  0x00000001 , 0x00000168 
+ 00012482  0x00001e6b set1  0x00000007 , 0x0000003f 
+ 00012483  0x00001e6c store  0x00000001 , 0x00000168 
+ 00012484  0x00001e6d rtn 
+ 00012485  0x00001e73 arg  0x00000013 , 0x00000013 
+ 00012486  0x00001e77 arg  0x00000002 , 0x00000011 
+ 00012487  0x00001e78 arg  0x00000002 , 0x00000012 
+ 00012488  0x00001e79 call  0x000029f5 
+ 00012489  0x00001e7a copy  0x00000013 , 0x0000003f 
+ 00012490  0x00001e7b istore  0x00000001 , 0x00000005 
+ 00012491  0x00001e7c rtn 
+ 00012492  0x00001e81 arg  0x000042ed , 0x00000005 
+ 00012493  0x00001e82 force  0x00000008 , 0x00000039 
+ 00012494  0x00001e83 call  0x00007de8 
+ 00012495  0x00001e84 arg  0x00004462 , 0x00000005 
+ 00012496  0x00001e85 force  0x00000004 , 0x00000039 
+ 00012497  0x00001e86 call  0x00007de8 
+ 00012498  0x00001e87 arg  0x0000000d , 0x00000011 
+ 00012499  0x00001e88 arg  0x00000004 , 0x00000012 
+ 00012500  0x00001e89 call  0x000029f5 
+ 00012501  0x00001e8a fetch  0x00000008 , 0x000042ed 
+ 00012502  0x00001e8b istore  0x00000008 , 0x00000005 
+ 00012503  0x00001e8c fetch  0x00000004 , 0x00004462 
+ 00012504  0x00001e8d istore  0x00000004 , 0x00000005 
+ 00012505  0x00001e8e rtn 
+ 00012506  0x00001e93 jam  0x00000005 , 0x000042fd 
+ 00012507  0x00001e94 arg  0x00000005 , 0x00000012 
+ 00012508  0x00001e95 branch  0x0000310d 
+ 00012509  0x00001e9a arg  0x00000006 , 0x00000012 
+ 00012510  0x00001e9b branch  0x0000310d 
+ 00012511  0x00001ea1 arg  0x00000002 , 0x00000011 
+ 00012512  0x00001ea2 arg  0x00000007 , 0x00000012 
+ 00012513  0x00001ea3 call  0x000029f5 
+ 00012514  0x00001ea4 istorer  0x00000013 , 0x00000001 , 0x00000005 
+ 00012515  0x00001ea5 rtn 
+ 00012516  0x00001eaa arg  0x00000009 , 0x00000011 
+ 00012517  0x00001eab arg  0x00000009 , 0x00000012 
+ 00012518  0x00001eac call  0x000029f5 
+ 00012519  0x00001ead fetch  0x00000008 , 0x000043ae 
+ 00012520  0x00001eae or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00012521  0x00001eaf istore  0x00000008 , 0x00000005 
+ 00012522  0x00001eb0 rtn 
+ 00012523  0x00001eb5 arg  0x0000000b , 0x00000012 
+ 00012524  0x00001eb6 branch  0x0000310d 
+ 00012525  0x00001ebb arg  0x00000006 , 0x00000011 
+ 00012526  0x00001ebc arg  0x0000000c , 0x00000012 
+ 00012527  0x00001ebd call  0x000029f5 
+ 00012528  0x00001ebe fetch  0x00000005 , 0x0000415e 
+ 00012529  0x00001ebf istore  0x00000005 , 0x00000005 
+ 00012530  0x00001ec0 rtn 
+ 00012531  0x00001ec4 arg  0x00000002 , 0x00000011 
+ 00012532  0x00001ec5 arg  0x0000000d , 0x00000012 
+ 00012533  0x00001ec6 call  0x000029f5 
+ 00012534  0x00001ec7 setarg  0x00000006 
+ 00012535  0x00001ec8 istore  0x00000001 , 0x00000005 
+ 00012536  0x00001ec9 rtn 
+ 00012537  0x00001ece arg  0x00000013 , 0x00000012 
+ 00012538  0x00001ecf branch  0x0000310d 
+ 00012539  0x00001ed2 arg  0x00000014 , 0x00000012 
+ 00012540  0x00001ed3 branch  0x000030fe 
+ 00012541  0x00001ed6 arg  0x00000015 , 0x00000012 
+ 00012542  0x00001ed8 arg  0x00000009 , 0x00000011 
+ 00012543  0x00001ed9 call  0x000029f5 
+ 00012544  0x00001eda fetch  0x00000008 , 0x000043c0 
+ 00012545  0x00001edb istore  0x00000008 , 0x00000005 
+ 00012546  0x00001edc rtn 
+ 00012547  0x00001ee1 arg  0x00000003 , 0x00000011 
+ 00012548  0x00001ee2 arg  0x00000017 , 0x00000012 
+ 00012549  0x00001ee3 call  0x000029f5 
+ 00012550  0x00001ee4 fetch  0x00000001 , 0x000043b6 
+ 00012551  0x00001ee5 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00012552  0x00001ee6 istore  0x00000001 , 0x00000005 
+ 00012553  0x00001ee7 fetch  0x00000001 , 0x000043b7 
+ 00012554  0x00001ee8 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00012555  0x00001ee9 istore  0x00000001 , 0x00000005 
+ 00012556  0x00001eea rtn 
+ 00012557  0x00001eef arg  0x00000001 , 0x00000011 
+ 00012558  0x00001ef0 branch  0x000029f5 
+ 00012559  0x00001ef6 bpatchx  0x0000006b , 0x0000402d 
+ 00012560  0x00001ef7 bmark1  0x00000027 , 0x000033a3 
+ 00012561  0x00001ef8 branch  0x00003603 
+ 00012562  0x00001efe bpatchx  0x0000006c , 0x0000402d 
+ 00012563  0x00001eff disable  0x00000009 
+ 00012564  0x00001f00 disable  0x00000007 
+ 00012565  0x00001f01 setarg  0x00555555 
+ 00012566  0x00001f02 iforce  0x0000000f 
+ 00012567  0x00001f03 fetch  0x00000001 , 0x0000458d 
+ 00012568  0x00001f04 branch  0x000025c8 
+ 00012569  0x00001f07 bpatchx  0x0000006d , 0x0000402d 
+ 00012570  0x00001f08 fetch  0x00000001 , 0x000045b7 
+ 00012571  0x00001f09 call  0x000025a4 
+ 00012572  0x00001f0a fetch  0x00000004 , 0x0000458f 
+ 00012573  0x00001f0b iforce  0x00000009 
+ 00012574  0x00001f0c call  0x00002160 
+ 00012575  0x00001f0d fetcht  0x00000001 , 0x0000458d 
+ 00012576  0x00001f0e call  0x000025cd 
+ 00012577  0x00001f10 call  0x00003112 
+ 00012578  0x00001f11 bmark0  0x0000002f , 0x00003126 
+ 00012579  0x00001f12 pulse  0x00000039 
+ 00012580  0x00001f13 nop  0x0000001e 
+ 00012581  0x00001f14 call  0x00003112 
+ 00012582  0x00001f16 disable  0x0000002f 
+ 00012583  0x00001f17 enable  0x0000000d 
+ 00012584  0x00001f18 enable  0x00000021 
+ 00012585  0x00001f19 disable  0x00000020 
+ 00012586  0x00001f1a enable  0x00000010 
+ 00012587  0x00001f1b fetch  0x00000002 , 0x0000458b 
+ 00012588  0x00001f1c iforce  0x0000001b 
+ 00012589  0x00001f1d correlate  0x0000003e , 0x00000003 
+ 00012590  0x00001f1e nbranch  0x00003180 , 0x00000018 
+ 00012591  0x00001f1f call  0x00006877 
+ 00012592  0x00001f20 bmark1  0x0000002f , 0x00003135 
+ 00012593  0x00001f21 fetch  0x00000001 , 0x000045ca 
+ 00012594  0x00001f22 nbranch  0x00003135 , 0x00000034 
+ 00012595  0x00001f23 disable  0x0000000d 
+ 00012596  0x00001f24 enable  0x0000000b 
+ 00012597  0x00001f26 enable  0x00000007 
+ 00012598  0x00001f27 enable  0x00000009 
+ 00012599  0x00001f28 call  0x0000317d 
+ 00012600  0x00001f29 store  0x00000001 , 0x000045ad 
+ 00012601  0x00001f2a fetcht  0x00000001 , 0x000045ac 
+ 00012602  0x00001f2b isub  0x00000002 , 0x0000003e 
+ 00012603  0x00001f2c nbranch  0x00003188 , 0x00000005 
+ 00012604  0x00001f2d bpatchx  0x0000006e , 0x0000402d 
+ 00012605  0x00001f2e disable  0x00000031 
+ 00012606  0x00001f2f isolate1  0x0000002f , 0x00000000 
+ 00012607  0x00001f30 call  0x0000316f , 0x00000001 
+ 00012608  0x00001f31 branch  0x0000318a , 0x00000031 
+ 00012609  0x00001f32 call  0x0000317d 
+ 00012610  0x00001f33 store  0x00000001 , 0x000044f7 
+ 00012611  0x00001f34 bmark1  0x00000027 , 0x00003148 
+ 00012612  0x00001f35 fetch  0x00000001 , 0x000044f7 
+ 00012613  0x00001f36 fetcht  0x00000001 , 0x00004589 
+ 00012614  0x00001f37 icompare  0x00000007 , 0x00000002 
+ 00012615  0x00001f38 nbranch  0x0000318c , 0x00000001 
+ 00012616  0x00001f3a call  0x0000317d 
+ 00012617  0x00001f3b isolate1  0x0000002f , 0x00000000 
+ 00012618  0x00001f3c call  0x00003178 , 0x00000001 
+ 00012619  0x00001f3d istore  0x00000001 , 0x00000005 
+ 00012620  0x00001f3e rshift3  0x0000003f , 0x0000003f 
+ 00012621  0x00001f3f sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00012622  0x00001f40 nbranch  0x0000318e , 0x00000002 
+ 00012623  0x00001f41 copy  0x0000003f , 0x00000039 
+ 00012624  0x00001f42 branch  0x00003154 , 0x00000005 
+ 00012625  0x00001f44 call  0x0000317d 
+ 00012626  0x00001f45 istore  0x00000001 , 0x00000005 
+ 00012627  0x00001f46 loop  0x00003151 
+ 00012628  0x00001f48 bmark1  0x00000027 , 0x00003159 
+ 00012629  0x00001f49 copy  0x00000005 , 0x00000011 
+ 00012630  0x00001f4a call  0x0000317d 
+ 00012631  0x00001f4b store  0x00000001 , 0x000045d3 
+ 00012632  0x00001f4c copy  0x00000011 , 0x00000005 
+ 00012633  0x00001f4e parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00012634  0x00001f4f rshift32  0x0000003f , 0x0000003f 
+ 00012635  0x00001f50 rshift16  0x0000003f , 0x0000003f 
+ 00012636  0x00001f51 istore  0x00000003 , 0x00000005 
+ 00012637  0x00001f52 fetch  0x00000001 , 0x000045ca 
+ 00012638  0x00001f53 nbranch  0x0000316d , 0x00000034 
+ 00012639  0x00001f54 disable  0x0000000b 
+ 00012640  0x00001f56 isolate1  0x00000027 , 0x00000000 
+ 00012641  0x00001f57 call  0x000035c8 , 0x00000001 
+ 00012642  0x00001f58 branch  0x00003190 , 0x00000006 
+ 00012643  0x00001f59 call  0x00006876 
+ 00012644  0x00001f5a bpatchx  0x0000006f , 0x0000402d 
+ 00012645  0x00001f5b enable  0x0000002f 
+ 00012646  0x00001f5c call  0x000026bb 
+ 00012647  0x00001f5d rtnmark1  0x00000027 
+ 00012648  0x00001f5e fetch  0x00000001 , 0x000045d3 
+ 00012649  0x00001f5f fetcht  0x00000001 , 0x0000462a 
+ 00012650  0x00001f60 isub  0x00000002 , 0x0000003e 
+ 00012651  0x00001f61 call  0x00007db2 , 0x00000002 
+ 00012652  0x00001f62 branch  0x000035cb 
+ 00012653  0x00001f65 disable  0x0000000d 
+ 00012654  0x00001f66 branch  0x00003160 
+ 00012655  0x00001f6a call  0x0000317d 
+ 00012656  0x00001f6b sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00012657  0x00001f6c branch  0x00007dc2 , 0x00000002 
+ 00012658  0x00001f6d increase  0xfffffffe , 0x0000003f 
+ 00012659  0x00001f6e bmark1  0x00000027 , 0x00003176 
+ 00012660  0x00001f6f branch  0x00007dc2 , 0x00000034 
+ 00012661  0x00001f70 increase  0xffffffff , 0x0000003f 
+ 00012662  0x00001f72 store  0x00000001 , 0x00000678 
+ 00012663  0x00001f73 rtn 
+ 00012664  0x00001f76 and_into  0x00000007 , 0x0000003f 
+ 00012665  0x00001f77 fetcht  0x00000001 , 0x00000678 
+ 00012666  0x00001f78 lshift3  0x00000002 , 0x00000002 
+ 00012667  0x00001f79 ior  0x00000002 , 0x0000003f 
+ 00012668  0x00001f7a rtn 
+ 00012669  0x00001f7d parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00012670  0x00001f7e rshift3  0x0000000c , 0x0000003f 
+ 00012671  0x00001f7f rtn 
+ 00012672  0x00001f82 jam  0x00000001 , 0x000045cb 
+ 00012673  0x00001f83 isolate1  0x00000027 , 0x00000000 
+ 00012674  0x00001f84 call  0x000035e3 , 0x00000001 
+ 00012675  0x00001f86 bpatchx  0x00000070 , 0x0000402e 
+ 00012676  0x00001f87 call  0x000025bc 
+ 00012677  0x00001f88 disable  0x0000001b 
+ 00012678  0x00001f89 disable  0x0000000b 
+ 00012679  0x00001f8a branch  0x000020cf 
+ 00012680  0x00001f8d jam  0x00000002 , 0x000045cb 
+ 00012681  0x00001f8e branch  0x00003183 
+ 00012682  0x00001f91 jam  0x00000003 , 0x000045cb 
+ 00012683  0x00001f92 branch  0x00003183 
+ 00012684  0x00001f95 jam  0x00000004 , 0x000045cb 
+ 00012685  0x00001f96 branch  0x00003183 
+ 00012686  0x00001f99 jam  0x00000005 , 0x000045cb 
+ 00012687  0x00001f9a branch  0x00003183 
+ 00012688  0x00001f9d jam  0x00000006 , 0x000045cb 
+ 00012689  0x00001f9e branch  0x00003183 
+ 00012690  0x00001fa1 call  0x00002160 
+ 00012691  0x00001fa2 fetcht  0x00000001 , 0x0000458d 
+ 00012692  0x00001fa3 branch  0x000021f9 
+ 00012693  0x00001fa6 bpatchx  0x00000071 , 0x0000402e 
+ 00012694  0x00001fa7 fetch  0x00000001 , 0x000045b8 
+ 00012695  0x00001fa8 call  0x000025a4 
+ 00012696  0x00001fa9 fetch  0x00000004 , 0x0000458f 
+ 00012697  0x00001faa iforce  0x00000009 
+ 00012698  0x00001fab call  0x00003112 
+ 00012699  0x00001fac call  0x00003192 
+ 00012700  0x00001fad set1  0x00000000 , 0x00000015 
+ 00012701  0x00001fae enable  0x0000001d 
+ 00012702  0x00001faf enable  0x00000020 
+ 00012703  0x00001fb0 disable  0x00000021 
+ 00012704  0x00001fb1 call  0x0000687d 
+ 00012705  0x00001fb2 disable  0x0000003a 
+ 00012706  0x00001fb3 bmark1  0x0000002f , 0x000031c7 
+ 00012707  0x00001fb4 bmark1  0x0000002d , 0x000031d9 
+ 00012708  0x00001fb5 rshift16  0x00000009 , 0x0000003f 
+ 00012709  0x00001fb6 rshift8  0x0000003f , 0x0000003f 
+ 00012710  0x00001fb7 rshift4  0x0000003f , 0x0000003f 
+ 00012711  0x00001fb8 inject  0x00000003 , 0x00000028 
+ 00012712  0x00001fba bpatchx  0x00000072 , 0x0000402e 
+ 00012713  0x00001fbb bmark1  0x0000002f , 0x000031ae 
+ 00012714  0x00001fbc fetch  0x00000001 , 0x000045ca 
+ 00012715  0x00001fbd nbranch  0x000031ae , 0x00000034 
+ 00012716  0x00001fbe disable  0x0000001d 
+ 00012717  0x00001fbf enable  0x0000001b 
+ 00012718  0x00001fc1 enable  0x00000007 
+ 00012719  0x00001fc2 enable  0x00000009 
+ 00012720  0x00001fc3 fetch  0x00000001 , 0x0000458a 
+ 00012721  0x00001fc4 iforce  0x00000039 
+ 00012722  0x00001fc5 arg  0x00004539 , 0x00000006 
+ 00012723  0x00001fc7 ifetch  0x00000001 , 0x00000006 
+ 00012724  0x00001fc8 inject  0x00000003 , 0x00000008 
+ 00012725  0x00001fc9 loop  0x000031b3 
+ 00012726  0x00001fca enable  0x00000008 
+ 00012727  0x00001fcb inject  0x00000003 , 0x00000018 
+ 00012728  0x00001fcc disable  0x00000008 
+ 00012729  0x00001fcd bmark0  0x0000002f , 0x000031bd 
+ 00012730  0x00001fce disable  0x00000007 
+ 00012731  0x00001fcf setarg  0x00000000 
+ 00012732  0x00001fd0 inject  0x00000003 , 0x00000003 
+ 00012733  0x00001fd2 until  0x0000003e , 0x00000027 
+ 00012734  0x00001fd3 nop  0x00000064 
+ 00012735  0x00001fd4 disable  0x0000003a 
+ 00012736  0x00001fd5 disable  0x0000001d 
+ 00012737  0x00001fd6 fetch  0x00000001 , 0x000045ca 
+ 00012738  0x00001fd7 nbranch  0x000031c4 , 0x00000034 
+ 00012739  0x00001fd8 disable  0x0000001b 
+ 00012740  0x00001fda disable  0x00000038 
+ 00012741  0x00001fdb call  0x00002160 
+ 00012742  0x00001fdc branch  0x0000687b 
+ 00012743  0x00001fdf arg  0x0000000a , 0x00000039 
+ 00012744  0x00001fe1 setarg  0x0000003c 
+ 00012745  0x00001fe2 inject  0x00000003 , 0x00000008 
+ 00012746  0x00001fe3 loop  0x000031c8 
+ 00012747  0x00001fe4 disable  0x0000001d 
+ 00012748  0x00001fe5 enable  0x00000038 
+ 00012749  0x00001fe6 rshift16  0x00000009 , 0x0000003f 
+ 00012750  0x00001fe7 rshift16  0x0000003f , 0x0000003f 
+ 00012751  0x00001fe8 rshift4  0x0000003f , 0x0000003f 
+ 00012752  0x00001fe9 inject  0x00000003 , 0x00000020 
+ 00012753  0x00001fea bmark1  0x0000002e , 0x000031d6 
+ 00012754  0x00001fec setarg  0x00000001 
+ 00012755  0x00001fed inject  0x00000003 , 0x00000005 
+ 00012756  0x00001fee enable  0x0000003a 
+ 00012757  0x00001fef branch  0x000031a8 
+ 00012758  0x00001ff2 setarg  0x00000000 
+ 00012759  0x00001ff3 inject  0x00000003 , 0x00000005 
+ 00012760  0x00001ff4 branch  0x000031a8 
+ 00012761  0x00001ff7 fetch  0x00000001 , 0x00004148 
+ 00012762  0x00001ff8 rshift  0x0000003f , 0x00000039 
+ 00012763  0x00001ffa nop  0x00000002 
+ 00012764  0x00001ffb loop  0x000031db 
+ 00012765  0x00001ffd rshift16  0x00000009 , 0x0000003f 
+ 00012766  0x00001ffe rshift8  0x0000003f , 0x0000003f 
+ 00012767  0x00001fff rshift4  0x0000003f , 0x00000002 
+ 00012768  0x00002000 copy  0x00000002 , 0x0000003f 
+ 00012769  0x00002001 inject  0x00000003 , 0x00000008 
+ 00012770  0x00002002 copy  0x00000002 , 0x0000003f 
+ 00012771  0x00002003 inject  0x00000003 , 0x00000028 
+ 00012772  0x00002004 branch  0x000031a8 
+ 00012773  0x0000200d bpatchx  0x00000073 , 0x0000402e 
+ 00012774  0x0000200e fetch  0x00000001 , 0x000045b8 
+ 00012775  0x0000200f bbit1  0x00000002 , 0x00003206 
+ 00012776  0x00002011 fetch  0x00000001 , 0x00004588 
+ 00012777  0x00002012 increase  0x00000003 , 0x0000003f 
+ 00012778  0x00002013 store  0x00000001 , 0x0000458a 
+ 00012779  0x00002015 fetch  0x00000001 , 0x000045ac 
+ 00012780  0x00002016 store  0x00000001 , 0x00004539 
+ 00012781  0x00002018 fetch  0x00000001 , 0x00004589 
+ 00012782  0x00002019 istore  0x00000001 , 0x00000005 
+ 00012783  0x0000201b fetch  0x00000001 , 0x00004588 
+ 00012784  0x0000201d lshift3  0x0000003f , 0x0000003f 
+ 00012785  0x0000201e fetcht  0x00000001 , 0x0000457e 
+ 00012786  0x0000201f and  0x00000002 , 0x00000003 , 0x00000002 
+ 00012787  0x00002020 lshift  0x00000002 , 0x00000002 
+ 00012788  0x00002021 ior  0x00000002 , 0x0000003f 
+ 00012789  0x00002022 fetcht  0x00000001 , 0x0000457f 
+ 00012790  0x00002023 iadd  0x00000002 , 0x0000003f 
+ 00012791  0x00002024 istore  0x00000001 , 0x00000005 
+ 00012792  0x00002026 fetch  0x00000001 , 0x00004588 
+ 00012793  0x00002027 iforce  0x00000039 
+ 00012794  0x00002028 arg  0x00004519 , 0x00000006 
+ 00012795  0x00002029 call  0x00007cda 
+ 00012796  0x0000202a bpatchx  0x00000074 , 0x0000402e 
+ 00012797  0x0000202c rtnmark0  0x00000027 
+ 00012798  0x0000202d fetch  0x00000001 , 0x00000035 
+ 00012799  0x0000202e istore  0x00000001 , 0x00000005 
+ 00012800  0x0000202f fetch  0x00000001 , 0x000045b8 
+ 00012801  0x00002030 rtnbit1  0x00000002 
+ 00012802  0x00002031 fetch  0x00000001 , 0x0000458a 
+ 00012803  0x00002032 increase  0x00000001 , 0x0000003f 
+ 00012804  0x00002033 store  0x00000001 , 0x0000458a 
+ 00012805  0x00002034 rtn 
+ 00012806  0x00002038 fetch  0x00000001 , 0x00004588 
+ 00012807  0x00002039 increase  0x00000004 , 0x0000003f 
+ 00012808  0x0000203a bmark0  0x00000027 , 0x0000320a 
+ 00012809  0x0000203b increase  0x00000001 , 0x0000003f 
+ 00012810  0x0000203d store  0x00000001 , 0x0000458a 
+ 00012811  0x0000203f fetch  0x00000001 , 0x000045ac 
+ 00012812  0x00002040 store  0x00000001 , 0x00004539 
+ 00012813  0x00002042 fetch  0x00000001 , 0x0000458a 
+ 00012814  0x00002043 increase  0xfffffffe , 0x0000003f 
+ 00012815  0x00002044 istore  0x00000001 , 0x00000005 
+ 00012816  0x00002046 fetch  0x00000001 , 0x00004589 
+ 00012817  0x00002047 istore  0x00000001 , 0x00000005 
+ 00012818  0x00002048 setarg  0x00000000 
+ 00012819  0x00002049 branch  0x000031f0 
+ 00012820  0x0000204c bpatchx  0x00000075 , 0x0000402e 
+ 00012821  0x0000204e fetch  0x00000001 , 0x000044f8 
+ 00012822  0x0000204f rshift3  0x0000003f , 0x0000003f 
+ 00012823  0x00002050 store  0x00000001 , 0x0000457d 
+ 00012824  0x00002052 increase  0x00000001 , 0x0000003f 
+ 00012825  0x00002053 arg  0x000044f8 , 0x00000006 
+ 00012826  0x00002054 iadd  0x00000006 , 0x00000006 
+ 00012827  0x00002055 ifetch  0x00000003 , 0x00000006 
+ 00012828  0x00002056 store  0x00000003 , 0x00004580 
+ 00012829  0x00002058 fetch  0x00000001 , 0x000044f8 
+ 00012830  0x00002059 rshift  0x0000003f , 0x0000003f 
+ 00012831  0x0000205a and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00012832  0x0000205b store  0x00000001 , 0x00004586 
+ 00012833  0x0000205c rtn 
+ 00012834  0x00002060 bpatchx  0x00000076 , 0x0000402e 
+ 00012835  0x00002061 fetcht  0x00000001 , 0x0000458e 
+ 00012836  0x00002062 call  0x00003227 
+ 00012837  0x00002063 storet  0x00000001 , 0x0000458e 
+ 00012838  0x00002064 rtn 
+ 00012839  0x00002067 bpatchx  0x00000077 , 0x0000402e 
+ 00012840  0x00002068 call  0x0000322c 
+ 00012841  0x00002069 increase  0x00000001 , 0x00000002 
+ 00012842  0x0000206a and_into  0x00000003 , 0x00000002 
+ 00012843  0x0000206b rtn 
+ 00012844  0x0000206e bpatchx  0x00000078 , 0x0000402f 
+ 00012845  0x0000206f fetch  0x00000001 , 0x0000458f 
+ 00012846  0x00002070 and_into  0x00000003 , 0x0000003f 
+ 00012847  0x00002071 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00012848  0x00002072 setarg  0x00004593 
+ 00012849  0x00002073 iadd  0x00000011 , 0x0000003f 
+ 00012850  0x00002074 iadd  0x00000002 , 0x00000006 
+ 00012851  0x00002075 ifetch  0x00000001 , 0x00000006 
+ 00012852  0x00002076 store  0x00000001 , 0x0000458d 
+ 00012853  0x00002077 rtn 
+ 00012854  0x0000207b store  0x00000004 , 0x0000458f 
+ 00012855  0x0000207d bpatchx  0x00000079 , 0x0000402f 
+ 00012856  0x0000207f arg  0x00000000 , 0x00000011 
+ 00012857  0x00002080 arg  0x00000004 , 0x00000039 
+ 00012858  0x00002081 arg  0x0000458f , 0x00000006 
+ 00012859  0x00002083 ifetch  0x00000001 , 0x00000006 
+ 00012860  0x00002084 iadd  0x00000011 , 0x00000011 
+ 00012861  0x00002085 loop  0x0000323b 
+ 00012862  0x00002086 copy  0x00000011 , 0x0000003f 
+ 00012863  0x00002087 store  0x00000002 , 0x000045aa 
+ 00012864  0x00002088 fetch  0x00000001 , 0x000045aa 
+ 00012865  0x00002089 fetcht  0x00000001 , 0x000045ab 
+ 00012866  0x0000208a iadd  0x00000002 , 0x0000003f 
+ 00012867  0x0000208b store  0x00000001 , 0x000045ac 
+ 00012868  0x0000208c rtn 
+ 00012869  0x00002090 bpatchx  0x0000007a , 0x0000402f 
+ 00012870  0x00002091 call  0x00007dbc 
+ 00012871  0x00002092 fetcht  0x00000004 , 0x000045a3 
+ 00012872  0x00002093 copy  0x00000022 , 0x0000003f 
+ 00012873  0x00002094 isub  0x00000002 , 0x0000003e 
+ 00012874  0x00002095 ncall  0x00003255 , 0x00000002 
+ 00012875  0x00002096 copy  0x0000003f , 0x00000012 
+ 00012876  0x00002097 fetch  0x00000004 , 0x000045a3 
+ 00012877  0x00002098 fetcht  0x00000001 , 0x000045a7 
+ 00012878  0x00002099 iadd  0x00000002 , 0x00000002 
+ 00012879  0x0000209a copy  0x00000012 , 0x0000003f 
+ 00012880  0x0000209b isub  0x00000002 , 0x0000003e 
+ 00012881  0x0000209c nrtn  0x00000002 
+ 00012882  0x0000209d set0  0x0000001c , 0x0000003f 
+ 00012883  0x0000209e store  0x00000004 , 0x000045a3 
+ 00012884  0x0000209f branch  0x00007dba 
+ 00012885  0x000020a2 rtn  0x00000005 
+ 00012886  0x000020a3 set1  0x0000001c , 0x0000003f 
+ 00012887  0x000020a4 rtn 
+ 00012888  0x000020a7 setarg  0x00000000 
+ 00012889  0x000020a8 store  0x00000004 , 0x000045a3 
+ 00012890  0x000020a9 rtn 
+ 00012891  0x000020b2 bpatchx  0x0000007b , 0x0000402f 
+ 00012892  0x000020b3 setsect  0x00000000 , 0x00001300 
+ 00012893  0x000020b4 setsect  0x00000001 , 0x0001908b 
+ 00012894  0x000020b5 setsect  0x00000002 , 0x00036150 
+ 00012895  0x000020b6 setsect  0x00000003 , 0x00003d20 
+ 00012896  0x000020b7 store  0x00000009 , 0x00004593 
+ 00012897  0x000020b8 setsect  0x00000000 , 0x00003a1a 
+ 00012898  0x000020b9 setsect  0x00000001 , 0x0000c453 
+ 00012899  0x000020ba setsect  0x00000002 , 0x0000d312 
+ 00012900  0x000020bb setsect  0x00000003 , 0x00000001 
+ 00012901  0x000020bc istore  0x00000007 , 0x00000005 
+ 00012902  0x000020bd fetch  0x00000001 , 0x000045b9 
+ 00012903  0x000020be rtn  0x00000034 
+ 00012904  0x000020bf arg  0x000045ba , 0x00000006 
+ 00012905  0x000020c0 arg  0x00004593 , 0x00000005 
+ 00012906  0x000020c1 branch  0x00007c8f 
+ 00012907  0x000020ca bpatchx  0x0000007c , 0x0000402f 
+ 00012908  0x000020cb setarg  0x004e001e 
+ 00012909  0x000020cc store  0x00000003 , 0x000045bb 
+ 00012910  0x000020cd setarg  0x00032303 
+ 00012911  0x000020ce istore  0x00000003 , 0x00000005 
+ 00012912  0x000020cf setarg  0x00250642 
+ 00012913  0x000020d0 istore  0x00000003 , 0x00000005 
+ 00012914  0x000020d1 setarg  0x00094c06 
+ 00012915  0x000020d2 istore  0x00000003 , 0x00000005 
+ 00012916  0x000020d3 setarg  0x003c0927 
+ 00012917  0x000020d4 istore  0x00000003 , 0x00000005 
+ 00012918  0x000020d5 jam  0x00000001 , 0x000045b9 
+ 00012919  0x000020d6 rtn 
+ 00012920  0x000020da bpatchx  0x0000007d , 0x0000402f 
+ 00012921  0x000020db arg  0x00006978 , 0x00000002 
+ 00012922  0x000020dc bmark1  0x00000027 , 0x0000327f 
+ 00012923  0x000020dd arg  0x000012c0 , 0x00000002 
+ 00012924  0x000020de fetch  0x00000001 , 0x000045b7 
+ 00012925  0x000020df bbit0  0x00000002 , 0x0000327f 
+ 00012926  0x000020e0 arg  0x00002ee0 , 0x00000002 
+ 00012927  0x000020e2 storet  0x00000002 , 0x0000458b 
+ 00012928  0x000020e3 rtn 
+ 00012929  0x000020e6 jam  0x00000001 , 0x000045b7 
+ 00012930  0x000020e7 jam  0x00000001 , 0x000045b8 
+ 00012931  0x000020e8 rtn 
+ 00012932  0x000020eb jam  0x00000002 , 0x000045b7 
+ 00012933  0x000020ec jam  0x00000002 , 0x000045b8 
+ 00012934  0x000020ed rtn 
+ 00012935  0x00002106 bpatchx  0x0000007e , 0x0000402f 
+ 00012936  0x00002107 jam  0x0000004e , 0x000045d0 
+ 00012937  0x00002108 setarg  0x00101520 
+ 00012938  0x00002109 store  0x00000003 , 0x000045cc 
+ 00012939  0x0000210a setarg  0x00000005 
+ 00012940  0x0000210b istore  0x00000001 , 0x00000005 
+ 00012941  0x0000210c rtn 
+ 00012942  0x00002113 arg  0x000045d8 , 0x00000013 
+ 00012943  0x00002114 arg  0x0000367a , 0x00000012 
+ 00012944  0x00002115 branch  0x000042e7 
+ 00012945  0x00002118 set1  0x00000026 , 0x00000000 
+ 00012946  0x00002119 fetch  0x00000001 , 0x000045fc 
+ 00012947  0x0000211a set0  0x00000002 , 0x0000003f 
+ 00012948  0x0000211b set1  0x00000001 , 0x0000003f 
+ 00012949  0x0000211c store  0x00000001 , 0x000045fc 
+ 00012950  0x0000211d setarg  0x00000000 
+ 00012951  0x0000211e store  0x00000002 , 0x000045de 
+ 00012952  0x0000211f fetch  0x00000002 , 0x000045d6 
+ 00012953  0x00002120 store  0x00000002 , 0x000045d8 
+ 00012954  0x00002121 jam  0x00000000 , 0x000045d5 
+ 00012955  0x00002122 call  0x000032d6 
+ 00012956  0x00002124 jam  0x00000000 , 0x0000457e 
+ 00012957  0x00002125 fetch  0x00000001 , 0x000045d0 
+ 00012958  0x00002126 store  0x00000001 , 0x0000458d 
+ 00012959  0x00002127 fetch  0x00000001 , 0x000045d1 
+ 00012960  0x00002128 store  0x00000001 , 0x00004141 
+ 00012961  0x00002129 fetch  0x00000004 , 0x000045cc 
+ 00012962  0x0000212a branch  0x00003236 
+ 00012963  0x0000212e bpatchx  0x0000007f , 0x0000402f 
+ 00012964  0x0000212f jam  0x00000000 , 0x000045e2 
+ 00012965  0x00002130 fetch  0x00000002 , 0x000045da 
+ 00012966  0x00002131 increase  0x00000001 , 0x0000003f 
+ 00012967  0x00002132 store  0x00000002 , 0x000045da 
+ 00012968  0x00002133 fetch  0x00000001 , 0x000045da 
+ 00012969  0x00002134 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00012970  0x00002135 nrtn  0x00000034 
+ 00012971  0x00002136 fetch  0x00000001 , 0x000045d4 
+ 00012972  0x00002137 beq  0x000000ff , 0x000032f8 
+ 00012973  0x00002138 beq  0x00000001 , 0x000032b2 
+ 00012974  0x00002139 beq  0x00000002 , 0x000032b4 
+ 00012975  0x0000213a beq  0x00000003 , 0x000032ba 
+ 00012976  0x0000213b beq  0x00000004 , 0x000032c0 
+ 00012977  0x0000213c rtn 
+ 00012978  0x0000213f jam  0x000000ff , 0x00004519 
+ 00012979  0x00002140 branch  0x000032c1 
+ 00012980  0x00002143 fetch  0x00000001 , 0x000045ae 
+ 00012981  0x00002144 branch  0x000032b8 , 0x00000034 
+ 00012982  0x00002145 fetch  0x00000004 , 0x00004604 
+ 00012983  0x00002146 call  0x00003236 
+ 00012984  0x00002148 jam  0x000000aa , 0x00004519 
+ 00012985  0x00002149 branch  0x000032c1 
+ 00012986  0x0000214c jam  0x00000055 , 0x00004519 
+ 00012987  0x0000214d fetch  0x00000001 , 0x000045ae 
+ 00012988  0x0000214e branch  0x000032c1 , 0x00000034 
+ 00012989  0x0000214f fetch  0x00000004 , 0x000045e8 
+ 00012990  0x00002150 store  0x00000004 , 0x0000451b 
+ 00012991  0x00002151 branch  0x000032c3 
+ 00012992  0x00002154 jam  0x00000022 , 0x00004519 
+ 00012993  0x00002156 fetch  0x00000004 , 0x00004604 
+ 00012994  0x00002157 store  0x00000004 , 0x0000451b 
+ 00012995  0x00002159 fetch  0x00000001 , 0x00004589 
+ 00012996  0x0000215a and_into  0x00000007 , 0x0000003f 
+ 00012997  0x0000215b store  0x00000001 , 0x0000451a 
+ 00012998  0x0000215c jam  0x00000000 , 0x0000451f 
+ 00012999  0x0000215d jam  0x00000007 , 0x00004588 
+ 00013000  0x0000215e call  0x000031e5 
+ 00013001  0x0000215f call  0x00003651 
+ 00013002  0x00002160 nrtn  0x00000018 
+ 00013003  0x00002161 nrtn  0x0000002f 
+ 00013004  0x00002162 call  0x0000357b 
+ 00013005  0x00002163 call  0x0000366e 
+ 00013006  0x00002164 bpatchx  0x00000080 , 0x00004030 
+ 00013007  0x00002165 fetch  0x00000001 , 0x000045d4 
+ 00013008  0x00002166 rtneq  0x000000ff 
+ 00013009  0x00002167 beq  0x00000001 , 0x000032db 
+ 00013010  0x00002168 beq  0x00000002 , 0x000032dd 
+ 00013011  0x00002169 beq  0x00000003 , 0x000032e3 
+ 00013012  0x0000216a beq  0x00000004 , 0x000032eb 
+ 00013013  0x0000216b rtn 
+ 00013014  0x0000216e jam  0x00000002 , 0x000045d4 
+ 00013015  0x0000216f fetch  0x00000001 , 0x000045ae 
+ 00013016  0x00002170 rtn  0x00000034 
+ 00013017  0x00002171 jam  0x00000001 , 0x000045d4 
+ 00013018  0x00002172 rtn 
+ 00013019  0x00002175 jam  0x00000002 , 0x000045d4 
+ 00013020  0x00002176 branch  0x0000364c 
+ 00013021  0x00002179 fetch  0x00000001 , 0x000045ae 
+ 00013022  0x0000217a branch  0x000032e1 , 0x00000034 
+ 00013023  0x0000217b fetch  0x00000004 , 0x0000455f 
+ 00013024  0x0000217c store  0x00000004 , 0x000045e8 
+ 00013025  0x0000217e jam  0x00000003 , 0x000045d4 
+ 00013026  0x0000217f branch  0x0000364c 
+ 00013027  0x00002182 fetch  0x00000001 , 0x000045ae 
+ 00013028  0x00002183 branch  0x000032e9 , 0x00000034 
+ 00013029  0x00002184 fetch  0x00000004 , 0x0000455f 
+ 00013030  0x00002185 fetcht  0x00000004 , 0x00004604 
+ 00013031  0x00002186 isub  0x00000002 , 0x0000003e 
+ 00013032  0x00002187 nrtn  0x00000005 
+ 00013033  0x00002189 jam  0x00000004 , 0x000045d4 
+ 00013034  0x0000218a branch  0x0000364c 
+ 00013035  0x0000218d fetch  0x00000001 , 0x000045ae 
+ 00013036  0x0000218e branch  0x000032f1 , 0x00000034 
+ 00013037  0x0000218f fetch  0x00000004 , 0x0000455f 
+ 00013038  0x00002190 fetcht  0x00000004 , 0x000045e8 
+ 00013039  0x00002191 isub  0x00000002 , 0x0000003e 
+ 00013040  0x00002192 nrtn  0x00000005 
+ 00013041  0x00002194 jam  0x000000ff , 0x000045d4 
+ 00013042  0x00002195 jam  0x00000039 , 0x0000066f 
+ 00013043  0x00002196 call  0x0000782b 
+ 00013044  0x00002197 setarg  0x00000000 
+ 00013045  0x00002198 store  0x00000002 , 0x000045d8 
+ 00013046  0x00002199 fetch  0x00000004 , 0x0000455f 
+ 00013047  0x0000219a call  0x00003236 
+ 00013048  0x0000219c fetch  0x00000001 , 0x000045fc 
+ 00013049  0x0000219d set0  0x00000001 , 0x0000003f 
+ 00013050  0x0000219e store  0x00000001 , 0x000045fc 
+ 00013051  0x0000219f branch  0x0000364c 
+ 00013052  0x000021ba jam  0x00000001 , 0x00004616 
+ 00013053  0x000021bb jam  0x00000000 , 0x00004615 
+ 00013054  0x000021bc rtn 
+ 00013055  0x000021bf fetch  0x00000001 , 0x00004615 
+ 00013056  0x000021c0 rtnbit1  0x00000001 
+ 00013057  0x000021c1 set1  0x00000001 , 0x0000003f 
+ 00013058  0x000021c2 store  0x00000001 , 0x00004615 
+ 00013059  0x000021c3 setarg  0x00000000 
+ 00013060  0x000021c4 store  0x00000003 , 0x000045d3 
+ 00013061  0x000021c5 store  0x00000001 , 0x000045de 
+ 00013062  0x000021c6 store  0x00000001 , 0x000045df 
+ 00013063  0x000021c7 store  0x00000004 , 0x0000462c 
+ 00013064  0x000021c8 jam  0x00000001 , 0x00004611 
+ 00013065  0x000021c9 branch  0x0000329c 
+ 00013066  0x000021cd jam  0x00000001 , 0x00004611 
+ 00013067  0x000021ce jam  0x00000008 , 0x00004588 
+ 00013068  0x000021cf arg  0x000045d6 , 0x00000006 
+ 00013069  0x000021d0 arg  0x00004519 , 0x00000005 
+ 00013070  0x000021d1 branch  0x00007c89 
+ 00013071  0x000021d5 bpatchx  0x00000081 , 0x00004030 
+ 00013072  0x000021d6 call  0x000033be 
+ 00013073  0x000021d7 call  0x00003119 
+ 00013074  0x000021d8 nbranch  0x000033be , 0x0000002f 
+ 00013075  0x000021d9 call  0x0000331e 
+ 00013076  0x000021da call  0x000033f4 
+ 00013077  0x000021db call  0x00003399 
+ 00013078  0x000021dc call  0x0000493d 
+ 00013079  0x000021dd fetch  0x00000001 , 0x000045ae 
+ 00013080  0x000021de rtn  0x00000034 
+ 00013081  0x000021df fetch  0x00000004 , 0x0000462c 
+ 00013082  0x000021e0 rtn  0x00000034 
+ 00013083  0x000021e1 branch  0x00003236 
+ 00013084  0x000021e4 call  0x000033be 
+ 00013085  0x000021e5 branch  0x00003183 
+ 00013086  0x000021e8 jam  0x00000005 , 0x00004622 
+ 00013087  0x000021e9 arg  0x000044f7 , 0x00000006 
+ 00013088  0x000021ea arg  0x000045e8 , 0x00000005 
+ 00013089  0x000021eb call  0x00007c89 
+ 00013090  0x000021ec bpatchx  0x00000082 , 0x00004030 
+ 00013091  0x000021ed fetch  0x00000001 , 0x000045ea 
+ 00013092  0x000021ee beq  0x000000aa , 0x00003329 
+ 00013093  0x000021ef beq  0x00000055 , 0x0000333a 
+ 00013094  0x000021f0 beq  0x00000022 , 0x0000335b 
+ 00013095  0x000021f1 beq  0x000000ff , 0x0000359b 
+ 00013096  0x000021f2 rtn 
+ 00013097  0x000021f6 fetch  0x00000001 , 0x000045eb 
+ 00013098  0x000021f7 beq  0x00000001 , 0x0000332d 
+ 00013099  0x000021f8 beq  0x00000002 , 0x00003335 
+ 00013100  0x000021f9 rtn 
+ 00013101  0x000021fc fetch  0x00000001 , 0x000045de 
+ 00013102  0x000021fd nrtn  0x00000034 
+ 00013103  0x000021fe jam  0x00000001 , 0x000045d3 
+ 00013104  0x00002200 jam  0x00000001 , 0x000045d6 
+ 00013105  0x00002202 jam  0x00000080 , 0x000045d7 
+ 00013106  0x00002203 fetch  0x00000006 , 0x000044f1 
+ 00013107  0x00002204 store  0x00000006 , 0x000045d8 
+ 00013108  0x00002205 rtn 
+ 00013109  0x00002208 fetch  0x00000001 , 0x000045df 
+ 00013110  0x00002209 nrtn  0x00000034 
+ 00013111  0x0000220a jam  0x00000001 , 0x000045d4 
+ 00013112  0x0000220c jam  0x00000002 , 0x000045d6 
+ 00013113  0x0000220d branch  0x00003331 
+ 00013114  0x00002211 fetch  0x00000001 , 0x000045ae 
+ 00013115  0x00002212 branch  0x00003340 , 0x00000034 
+ 00013116  0x00002213 fetch  0x00000004 , 0x000045ec 
+ 00013117  0x00002214 fetcht  0x00000004 , 0x000044f1 
+ 00013118  0x00002215 isub  0x00000002 , 0x0000003e 
+ 00013119  0x00002216 nrtn  0x00000005 
+ 00013120  0x00002218 fetch  0x00000001 , 0x000045eb 
+ 00013121  0x00002219 beq  0x00000001 , 0x00003344 
+ 00013122  0x0000221a beq  0x00000002 , 0x00003351 
+ 00013123  0x0000221b rtn 
+ 00013124  0x0000221e fetch  0x00000001 , 0x000045de 
+ 00013125  0x0000221f nrtn  0x00000034 
+ 00013126  0x00002220 fetch  0x00000001 , 0x000045d3 
+ 00013127  0x00002221 beq  0x00000001 , 0x00003349 
+ 00013128  0x00002222 rtn 
+ 00013129  0x00002224 jam  0x00000002 , 0x000045d3 
+ 00013130  0x00002225 fetch  0x00000001 , 0x000045ae 
+ 00013131  0x00002226 branch  0x00003330 , 0x00000034 
+ 00013132  0x00002228 jam  0x00000001 , 0x000045d6 
+ 00013133  0x0000222a jam  0x00000080 , 0x000045d7 
+ 00013134  0x0000222b fetch  0x00000004 , 0x0000462c 
+ 00013135  0x0000222c store  0x00000004 , 0x000045d8 
+ 00013136  0x0000222d branch  0x00007dba 
+ 00013137  0x00002230 fetch  0x00000001 , 0x000045df 
+ 00013138  0x00002231 nrtn  0x00000034 
+ 00013139  0x00002232 fetch  0x00000001 , 0x000045d4 
+ 00013140  0x00002233 beq  0x00000001 , 0x00003356 
+ 00013141  0x00002234 rtn 
+ 00013142  0x00002236 jam  0x00000002 , 0x000045d4 
+ 00013143  0x00002237 fetch  0x00000001 , 0x000045ae 
+ 00013144  0x00002238 branch  0x00003338 , 0x00000034 
+ 00013145  0x00002239 jam  0x00000002 , 0x000045d6 
+ 00013146  0x0000223a branch  0x0000334d 
+ 00013147  0x0000223e fetch  0x00000001 , 0x000045ae 
+ 00013148  0x0000223f branch  0x00003361 , 0x00000034 
+ 00013149  0x00002240 fetch  0x00000004 , 0x000045ec 
+ 00013150  0x00002241 fetcht  0x00000004 , 0x0000462c 
+ 00013151  0x00002242 isub  0x00000002 , 0x0000003e 
+ 00013152  0x00002243 nrtn  0x00000005 
+ 00013153  0x00002245 fetch  0x00000001 , 0x000045eb 
+ 00013154  0x00002246 beq  0x00000001 , 0x00003365 
+ 00013155  0x00002247 beq  0x00000002 , 0x00003372 
+ 00013156  0x00002248 rtn 
+ 00013157  0x0000224b fetch  0x00000001 , 0x000045de 
+ 00013158  0x0000224c nrtn  0x00000034 
+ 00013159  0x0000224d fetch  0x00000001 , 0x000045d3 
+ 00013160  0x0000224e beq  0x00000002 , 0x0000336a 
+ 00013161  0x0000224f rtn 
+ 00013162  0x00002251 jam  0x00000001 , 0x000045de 
+ 00013163  0x00002253 call  0x00003330 
+ 00013164  0x00002254 fetch  0x00000001 , 0x000045d5 
+ 00013165  0x00002255 or_into  0x00000001 , 0x0000003f 
+ 00013166  0x00002256 store  0x00000001 , 0x000045d5 
+ 00013167  0x00002258 setarg  0x00000000 
+ 00013168  0x00002259 store  0x00000002 , 0x000045d3 
+ 00013169  0x0000225a rtn 
+ 00013170  0x0000225d fetch  0x00000001 , 0x000045df 
+ 00013171  0x0000225e nrtn  0x00000034 
+ 00013172  0x0000225f fetch  0x00000001 , 0x000045d4 
+ 00013173  0x00002260 bne  0x00000000 , 0x00003377 
+ 00013174  0x00002261 rtn 
+ 00013175  0x00002263 jam  0x00000001 , 0x000045df 
+ 00013176  0x00002265 call  0x00003338 
+ 00013177  0x00002266 fetch  0x00000001 , 0x000045d5 
+ 00013178  0x00002267 or_into  0x00000002 , 0x0000003f 
+ 00013179  0x00002268 store  0x00000001 , 0x000045d5 
+ 00013180  0x00002269 call  0x0000336f 
+ 00013181  0x0000226a branch  0x00004937 
+ 00013182  0x0000226d fetch  0x00000001 , 0x00004616 
+ 00013183  0x0000226e rtnne  0x00000001 
+ 00013184  0x0000226f fetch  0x00000001 , 0x00004610 
+ 00013185  0x00002270 nrtn  0x00000034 
+ 00013186  0x00002271 fetch  0x00000001 , 0x000044fa 
+ 00013187  0x00002272 beq  0x00000001 , 0x00003386 
+ 00013188  0x00002273 beq  0x00000002 , 0x0000338a 
+ 00013189  0x00002274 rtn 
+ 00013190  0x00002276 fetch  0x00000001 , 0x0000462b 
+ 00013191  0x00002277 rtnbit0  0x00000000 
+ 00013192  0x00002279 disable  0x0000002f 
+ 00013193  0x0000227a rtn 
+ 00013194  0x0000227c fetch  0x00000001 , 0x0000462b 
+ 00013195  0x0000227d rtnbit0  0x00000001 
+ 00013196  0x0000227e branch  0x00003388 
+ 00013197  0x00002281 fetch  0x00000001 , 0x00004610 
+ 00013198  0x00002282 nrtn  0x00000034 
+ 00013199  0x00002283 fetch  0x00000001 , 0x0000462b 
+ 00013200  0x00002284 or_into  0x00000001 , 0x0000003f 
+ 00013201  0x00002285 store  0x00000001 , 0x0000462b 
+ 00013202  0x00002286 rtn 
+ 00013203  0x00002289 fetch  0x00000001 , 0x00004610 
+ 00013204  0x0000228a nrtn  0x00000034 
+ 00013205  0x0000228b fetch  0x00000001 , 0x0000462b 
+ 00013206  0x0000228c or_into  0x00000002 , 0x0000003f 
+ 00013207  0x0000228d store  0x00000001 , 0x0000462b 
+ 00013208  0x0000228e rtn 
+ 00013209  0x00002292 fetch  0x00000001 , 0x000045d5 
+ 00013210  0x00002293 rtn  0x00000034 
+ 00013211  0x00002295 fetch  0x00000001 , 0x000045eb 
+ 00013212  0x00002296 beq  0x00000001 , 0x0000338d 
+ 00013213  0x00002297 beq  0x00000002 , 0x00003393 
+ 00013214  0x00002298 rtn 
+ 00013215  0x000022ac set1  0x00000027 , 0x00000000 
+ 00013216  0x000022ad fetch  0x00000001 , 0x00004141 
+ 00013217  0x000022ae store  0x00000001 , 0x00004623 
+ 00013218  0x000022af branch  0x000035d6 
+ 00013219  0x000022b2 fetch  0x00000002 , 0x000045e0 
+ 00013220  0x000022b3 branch  0x00007d79 
+ 00013221  0x000022b6 bpatchx  0x00000083 , 0x00004030 
+ 00013222  0x000022b7 jam  0x00000000 , 0x00004588 
+ 00013223  0x000022b8 fetch  0x00000001 , 0x00004611 
+ 00013224  0x000022b9 rtn  0x00000034 
+ 00013225  0x000022ba fetch  0x00000002 , 0x000045e2 
+ 00013226  0x000022bb branch  0x00007d79 
+ 00013227  0x000022bf call  0x000033f1 
+ 00013228  0x000022c0 nbranch  0x000033be , 0x0000002f 
+ 00013229  0x000022c2 call  0x000033e3 
+ 00013230  0x000022c3 nbranch  0x000033be , 0x00000028 
+ 00013231  0x000022c4 fetch  0x00000001 , 0x0000457d 
+ 00013232  0x000022c5 branch  0x000033be , 0x00000034 
+ 00013233  0x000022c6 increase  0x00000002 , 0x0000003f 
+ 00013234  0x000022c7 iforce  0x00000039 
+ 00013235  0x000022c8 arg  0x000044f7 , 0x00000006 
+ 00013236  0x000022c9 arg  0x000045e8 , 0x00000005 
+ 00013237  0x000022ca call  0x00007cda 
+ 00013238  0x000022cb jam  0x00000000 , 0x00004613 
+ 00013239  0x000022cc fetch  0x00000001 , 0x00004610 
+ 00013240  0x000022cd call  0x000033fe , 0x00000034 
+ 00013241  0x000022ce bpatchx  0x00000084 , 0x00004030 
+ 00013242  0x000022cf fetch  0x00000001 , 0x000045ea 
+ 00013243  0x000022d0 beq  0x00000001 , 0x000033c4 
+ 00013244  0x000022d1 beq  0x00000002 , 0x000033d3 
+ 00013245  0x000022d2 beq  0x000000ff , 0x000033c2 
+ 00013246  0x000022d4 bpatchx  0x00000085 , 0x00004030 
+ 00013247  0x000022d5 arg  0x000044f7 , 0x00000005 
+ 00013248  0x000022d6 arg  0x00000042 , 0x00000039 
+ 00013249  0x000022d7 branch  0x00007ca1 
+ 00013250  0x000022da call  0x0000339b 
+ 00013251  0x000022db branch  0x0000359b 
+ 00013252  0x000022de call  0x0000338d 
+ 00013253  0x000022df call  0x0000352e 
+ 00013254  0x000022e0 fetch  0x00000001 , 0x0000460a 
+ 00013255  0x000022e1 fetcht  0x00000001 , 0x000045e8 
+ 00013256  0x000022e2 isolate1  0x00000003 , 0x00000002 
+ 00013257  0x000022e3 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00013258  0x000022e4 store  0x00000001 , 0x0000460a 
+ 00013259  0x000022e5 beq  0x00000001 , 0x000033d9 
+ 00013260  0x000022e6 fetch  0x00000001 , 0x00004612 
+ 00013261  0x000022e7 fetcht  0x00000001 , 0x000045e8 
+ 00013262  0x000022e8 isolate1  0x00000004 , 0x00000002 
+ 00013263  0x000022e9 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00013264  0x000022ea store  0x00000001 , 0x00004612 
+ 00013265  0x000022eb fetch  0x00000002 , 0x000045e4 
+ 00013266  0x000022ec branch  0x00007d79 
+ 00013267  0x000022ef call  0x00003393 
+ 00013268  0x000022f0 fetcht  0x00000001 , 0x000045e8 
+ 00013269  0x000022f1 isolate1  0x00000003 , 0x00000002 
+ 00013270  0x000022f2 branch  0x000033e1 , 0x00000001 
+ 00013271  0x000022f3 fetch  0x00000002 , 0x000045e6 
+ 00013272  0x000022f4 branch  0x00007d79 
+ 00013273  0x000022f7 fetch  0x00000001 , 0x000043cb 
+ 00013274  0x000022f8 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00013275  0x000022f9 call  0x00004469 , 0x00000005 
+ 00013276  0x000022fa fetch  0x00000001 , 0x000045de 
+ 00013277  0x000022fb nrtn  0x00000034 
+ 00013278  0x000022fc jam  0x00000001 , 0x000045de 
+ 00013279  0x000022fd fetch  0x00000004 , 0x000045f2 
+ 00013280  0x000022fe branch  0x000035a3 
+ 00013281  0x00002300 fetch  0x00000004 , 0x000045f2 
+ 00013282  0x00002301 branch  0x000035a9 
+ 00013283  0x00002305 call  0x00007dbc 
+ 00013284  0x00002306 fetch  0x00000001 , 0x00004586 
+ 00013285  0x00002307 fetcht  0x00000001 , 0x00004587 
+ 00013286  0x00002308 isub  0x00000002 , 0x0000003e 
+ 00013287  0x00002309 ncall  0x00007dba , 0x00000005 
+ 00013288  0x0000230a fetch  0x00000001 , 0x00004586 
+ 00013289  0x0000230b store  0x00000001 , 0x00004587 
+ 00013290  0x0000230c fetch  0x00000003 , 0x00004580 
+ 00013291  0x0000230d fetcht  0x00000003 , 0x00004583 
+ 00013292  0x0000230e isub  0x00000002 , 0x0000003e 
+ 00013293  0x0000230f ncall  0x00007dba , 0x00000005 
+ 00013294  0x00002310 fetch  0x00000003 , 0x00004580 
+ 00013295  0x00002311 store  0x00000003 , 0x00004583 
+ 00013296  0x00002312 rtn 
+ 00013297  0x00002315 call  0x000033be 
+ 00013298  0x00002316 call  0x00003119 
+ 00013299  0x00002317 nrtn  0x0000002f 
+ 00013300  0x0000231a fetch  0x00000001 , 0x000044f7 
+ 00013301  0x0000231b store  0x00000001 , 0x00004589 
+ 00013302  0x0000231d call  0x00003214 
+ 00013303  0x0000231f fetch  0x00000001 , 0x000044f8 
+ 00013304  0x00002320 isolate1  0x00000000 , 0x0000003f 
+ 00013305  0x00002321 branch  0x000033fd , 0x00000001 
+ 00013306  0x00002323 call  0x000033a5 
+ 00013307  0x00002324 call  0x000031e5 
+ 00013308  0x00002325 call  0x00003195 
+ 00013309  0x00002327 branch  0x00003183 
+ 00013310  0x0000232b jam  0x00000001 , 0x00004614 
+ 00013311  0x0000232d setarg  0x00000280 
+ 00013312  0x0000232e arg  0x00000008 , 0x00000007 
+ 00013313  0x0000232f branch  0x00007ce1 
+ 00013314  0x00002336 bpatchx  0x00000086 , 0x00004030 
+ 00013315  0x00002337 jam  0x00000001 , 0x00004613 
+ 00013316  0x00002338 jam  0x00000000 , 0x00004617 
+ 00013317  0x00002339 jam  0x000000ff , 0x000045a7 
+ 00013318  0x0000233a branch  0x00003258 
+ 00013319  0x0000233d bpatchx  0x00000087 , 0x00004030 
+ 00013320  0x0000233e fetch  0x00000001 , 0x00004613 
+ 00013321  0x0000233f rtn  0x00000034 
+ 00013322  0x00002340 call  0x00003245 
+ 00013323  0x00002341 nrtn  0x00000028 
+ 00013324  0x00002342 call  0x00003414 
+ 00013325  0x00002343 fetch  0x00000001 , 0x00004617 
+ 00013326  0x00002344 increase  0x00000001 , 0x0000003f 
+ 00013327  0x00002345 and_into  0x00000001 , 0x0000003f 
+ 00013328  0x00002346 store  0x00000001 , 0x00004617 
+ 00013329  0x00002347 beq  0x00000000 , 0x00003419 
+ 00013330  0x00002348 beq  0x00000001 , 0x0000341c 
+ 00013331  0x00002349 rtn 
+ 00013332  0x0000234c fetch  0x00000001 , 0x00004622 
+ 00013333  0x0000234d rtn  0x00000034 
+ 00013334  0x0000234e increase  0xffffffff , 0x0000003f 
+ 00013335  0x0000234f store  0x00000001 , 0x00004622 
+ 00013336  0x00002350 rtn 
+ 00013337  0x00002353 fetch  0x00000001 , 0x00004622 
+ 00013338  0x00002354 nrtn  0x00000034 
+ 00013339  0x00002355 branch  0x00003460 
+ 00013340  0x00002358 fetch  0x00000001 , 0x00004622 
+ 00013341  0x00002359 nrtn  0x00000034 
+ 00013342  0x0000235a branch  0x000032fc 
+ 00013343  0x0000235e fetch  0x00000001 , 0x0000462a 
+ 00013344  0x0000235f nrtn  0x00000034 
+ 00013345  0x00002360 fetch  0x00000001 , 0x00004628 
+ 00013346  0x00002361 call  0x0000344f , 0x00000034 
+ 00013347  0x00002362 fetch  0x00000001 , 0x00004625 
+ 00013348  0x00002363 rtnbit1  0x00000000 
+ 00013349  0x00002364 set1  0x00000000 , 0x0000003f 
+ 00013350  0x00002365 store  0x00000001 , 0x00004625 
+ 00013351  0x00002366 jam  0x00000001 , 0x00004624 
+ 00013352  0x00002367 jam  0x00000000 , 0x00004629 
+ 00013353  0x00002368 setarg  0x00000000 
+ 00013354  0x00002369 store  0x00000002 , 0x00004626 
+ 00013355  0x0000236a jam  0x00000060 , 0x000045a7 
+ 00013356  0x0000236b branch  0x00003258 
+ 00013357  0x0000236e bpatchx  0x00000088 , 0x00004031 
+ 00013358  0x0000236f fetch  0x00000001 , 0x00004616 
+ 00013359  0x00002370 rtneq  0x00000000 
+ 00013360  0x00002371 fetch  0x00000001 , 0x0000462a 
+ 00013361  0x00002372 nrtn  0x00000034 
+ 00013362  0x00002373 fetch  0x00000001 , 0x00004628 
+ 00013363  0x00002374 nrtn  0x00000034 
+ 00013364  0x00002375 fetch  0x00000001 , 0x00004624 
+ 00013365  0x00002376 rtn  0x00000034 
+ 00013366  0x00002377 fetch  0x00000001 , 0x0000462b 
+ 00013367  0x00002378 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00013368  0x00002379 branch  0x0000344b , 0x00000001 
+ 00013369  0x0000237a call  0x00003245 
+ 00013370  0x0000237b nrtn  0x00000028 
+ 00013371  0x0000237c fetch  0x00000002 , 0x00004626 
+ 00013372  0x0000237d increase  0x00000001 , 0x0000003f 
+ 00013373  0x0000237e store  0x00000002 , 0x00004626 
+ 00013374  0x0000237f arg  0x000007d0 , 0x00000002 
+ 00013375  0x00002380 isub  0x00000002 , 0x0000003e 
+ 00013376  0x00002381 branch  0x0000344b , 0x00000002 
+ 00013377  0x00002382 fetch  0x00000001 , 0x00004629 
+ 00013378  0x00002383 increase  0x00000001 , 0x0000003f 
+ 00013379  0x00002384 and_into  0x00000001 , 0x0000003f 
+ 00013380  0x00002385 store  0x00000001 , 0x00004629 
+ 00013381  0x00002386 beq  0x00000000 , 0x00003514 
+ 00013382  0x00002387 beq  0x00000001 , 0x000032fc 
+ 00013383  0x00002388 rtn 
+ 00013384  0x0000238b fetch  0x00000001 , 0x00004622 
+ 00013385  0x0000238c nbranch  0x000032fc , 0x00000034 
+ 00013386  0x0000238d branch  0x00003514 
+ 00013387  0x00002390 jam  0x00000001 , 0x00004628 
+ 00013388  0x00002391 branch  0x00003514 
+ 00013389  0x00002394 jam  0x00000000 , 0x00004624 
+ 00013390  0x00002395 rtn 
+ 00013391  0x00002397 jam  0x00000001 , 0x00004624 
+ 00013392  0x00002398 rtn 
+ 00013393  0x000023a4 bpatchx  0x00000089 , 0x00004031 
+ 00013394  0x000023a5 fetch  0x00000001 , 0x00004615 
+ 00013395  0x000023a6 rtnbit1  0x00000000 
+ 00013396  0x000023a7 set1  0x00000000 , 0x0000003f 
+ 00013397  0x000023a8 store  0x00000001 , 0x00004615 
+ 00013398  0x000023a9 fetch  0x00000001 , 0x00004623 
+ 00013399  0x000023aa store  0x00000001 , 0x00004141 
+ 00013400  0x000023ab jam  0x00000000 , 0x00004611 
+ 00013401  0x000023ac jam  0x00000000 , 0x0000090d 
+ 00013402  0x000023ad jam  0x00000001 , 0x0000460a 
+ 00013403  0x000023ae jam  0x00000000 , 0x0000457e 
+ 00013404  0x000023af fetch  0x00000004 , 0x000044f1 
+ 00013405  0x000023b0 call  0x00003236 
+ 00013406  0x000023b1 call  0x00003222 
+ 00013407  0x000023b2 branch  0x000033be 
+ 00013408  0x000023b6 jam  0x00000000 , 0x00004611 
+ 00013409  0x000023b8 jam  0x00000000 , 0x00004616 
+ 00013410  0x000023b9 jam  0x00000000 , 0x00004615 
+ 00013411  0x000023ba rtn 
+ 00013412  0x000023be fetch  0x00000001 , 0x00004616 
+ 00013413  0x000023bf rtnne  0x00000000 
+ 00013414  0x000023c0 call  0x00003451 
+ 00013415  0x000023c1 call  0x00003518 
+ 00013416  0x000023c2 branch  0x000033ab 
+ 00013417  0x000023d0 bpatchx  0x0000008a , 0x00004031 
+ 00013418  0x000023d1 fetch  0x00000001 , 0x00004616 
+ 00013419  0x000023d2 rtnne  0x00000001 
+ 00013420  0x000023d3 call  0x000032ff 
+ 00013421  0x000023d4 call  0x0000330f 
+ 00013422  0x000023d5 fetch  0x00000001 , 0x00004610 
+ 00013423  0x000023d6 nrtn  0x00000034 
+ 00013424  0x000023d7 fetch  0x00000001 , 0x000045d5 
+ 00013425  0x000023d8 rtn  0x00000034 
+ 00013426  0x000023d9 jam  0x00000000 , 0x00004613 
+ 00013427  0x000023da call  0x00003460 
+ 00013428  0x000023db call  0x000033fe 
+ 00013429  0x000023dc branch  0x00003258 
+ 00013430  0x000023e9 fetch  0x00000001 , 0x00004615 
+ 00013431  0x000023ea rtnbit1  0x00000007 
+ 00013432  0x000023eb set1  0x00000007 , 0x0000003f 
+ 00013433  0x000023ec store  0x00000001 , 0x00004615 
+ 00013434  0x000023ed fetch  0x00000001 , 0x00004623 
+ 00013435  0x000023ee store  0x00000001 , 0x00004141 
+ 00013436  0x000023f0 jam  0x00000000 , 0x00004617 
+ 00013437  0x000023f1 jam  0x00000001 , 0x00004611 
+ 00013438  0x000023f2 setarg  0x00000000 
+ 00013439  0x000023f3 store  0x00000003 , 0x0000463d 
+ 00013440  0x000023f4 store  0x00000007 , 0x0000461a 
+ 00013441  0x000023f5 call  0x00003506 
+ 00013442  0x000023f6 nrtn  0x00000005 
+ 00013443  0x000023f7 fetch  0x00000001 , 0x0000458e 
+ 00013444  0x000023f8 store  0x00000001 , 0x00004619 
+ 00013445  0x000023f9 fetch  0x00000001 , 0x0000458d 
+ 00013446  0x000023fa store  0x00000001 , 0x00004618 
+ 00013447  0x000023fb rtn 
+ 00013448  0x000023ff bpatchx  0x0000008b , 0x00004031 
+ 00013449  0x00002400 fetch  0x00000001 , 0x00004616 
+ 00013450  0x00002401 rtnne  0x00000007 
+ 00013451  0x00002402 call  0x00003476 
+ 00013452  0x00002403 call  0x000034ae 
+ 00013453  0x00002404 call  0x000033f1 
+ 00013454  0x00002405 nbranch  0x000033be , 0x0000002f 
+ 00013455  0x00002407 call  0x00003506 
+ 00013456  0x00002408 call  0x000033ad , 0x00000005 
+ 00013457  0x0000240a fetch  0x00000001 , 0x0000460a 
+ 00013458  0x0000240b call  0x0000344d , 0x00000034 
+ 00013459  0x0000240e jam  0x00000000 , 0x00004616 
+ 00013460  0x0000240f fetch  0x00000001 , 0x00004615 
+ 00013461  0x00002410 set1  0x00000000 , 0x0000003f 
+ 00013462  0x00002411 store  0x00000001 , 0x00004615 
+ 00013463  0x00002413 fetch  0x00000001 , 0x00004611 
+ 00013464  0x00002414 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00013465  0x00002415 ncall  0x00003504 , 0x00000005 
+ 00013466  0x00002417 call  0x000033be 
+ 00013467  0x00002418 call  0x000033fe 
+ 00013468  0x00002419 call  0x00003506 
+ 00013469  0x0000241a branch  0x000034a7 , 0x00000005 
+ 00013470  0x0000241b fetch  0x00000004 , 0x0000458f 
+ 00013471  0x0000241c fetcht  0x00000004 , 0x00004634 
+ 00013472  0x0000241d isub  0x00000002 , 0x0000003e 
+ 00013473  0x0000241e branch  0x000034aa , 0x00000005 
+ 00013474  0x0000241f fetch  0x00000004 , 0x0000458f 
+ 00013475  0x00002420 fetcht  0x00000004 , 0x00004630 
+ 00013476  0x00002421 isub  0x00000002 , 0x0000003e 
+ 00013477  0x00002422 branch  0x000034ac , 0x00000005 
+ 00013478  0x00002423 rtn 
+ 00013479  0x00002427 fetch  0x00000001 , 0x00004619 
+ 00013480  0x00002429 store  0x00000001 , 0x0000458e 
+ 00013481  0x0000242a rtn 
+ 00013482  0x0000242d fetch  0x00000001 , 0x0000461f 
+ 00013483  0x0000242e branch  0x000034a8 
+ 00013484  0x00002431 fetch  0x00000001 , 0x0000461c 
+ 00013485  0x00002432 branch  0x000034a8 
+ 00013486  0x00002436 bpatchx  0x0000008c , 0x00004031 
+ 00013487  0x00002437 fetch  0x00000001 , 0x00004617 
+ 00013488  0x00002438 increase  0x00000001 , 0x0000003f 
+ 00013489  0x00002439 and_into  0x00000003 , 0x0000003f 
+ 00013490  0x0000243a store  0x00000001 , 0x00004617 
+ 00013491  0x0000243c beq  0x00000000 , 0x000034d2 
+ 00013492  0x0000243d beq  0x00000001 , 0x000034ec 
+ 00013493  0x0000243e beq  0x00000002 , 0x000034b8 
+ 00013494  0x0000243f beq  0x00000003 , 0x000034ec 
+ 00013495  0x00002440 rtn 
+ 00013496  0x00002443 call  0x00003330 
+ 00013497  0x00002444 fetch  0x00000004 , 0x00004630 
+ 00013498  0x00002445 branch  0x000034ae , 0x00000034 
+ 00013499  0x00002446 call  0x00003236 
+ 00013500  0x00002447 fetch  0x00000001 , 0x0000461d 
+ 00013501  0x00002448 call  0x000034cd , 0x00000034 
+ 00013502  0x00002449 fetch  0x00000001 , 0x0000461b 
+ 00013503  0x0000244a store  0x00000001 , 0x0000458d 
+ 00013504  0x0000244b fetcht  0x00000001 , 0x0000463e 
+ 00013505  0x0000244c fetchr  0x00000011 , 0x00000002 , 0x00004644 
+ 00013506  0x0000244d call  0x000035ab 
+ 00013507  0x0000244e storet  0x00000001 , 0x0000463e 
+ 00013508  0x0000244f call  0x000035b4 
+ 00013509  0x00002450 storet  0x00000001 , 0x0000463b 
+ 00013510  0x00002451 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013511  0x00002452 nrtn  0x00000002 
+ 00013512  0x00002453 fetcht  0x00000001 , 0x0000461c 
+ 00013513  0x00002454 call  0x00003227 
+ 00013514  0x00002455 storet  0x00000001 , 0x0000461c 
+ 00013515  0x00002456 store  0x00000001 , 0x0000461b 
+ 00013516  0x00002457 rtn 
+ 00013517  0x0000245a jam  0x00000001 , 0x0000461d 
+ 00013518  0x0000245b arg  0x00000000 , 0x00000002 
+ 00013519  0x0000245c call  0x0000322c 
+ 00013520  0x0000245d store  0x00000001 , 0x0000461b 
+ 00013521  0x0000245e rtn 
+ 00013522  0x00002461 call  0x00003338 
+ 00013523  0x00002462 fetch  0x00000004 , 0x00004634 
+ 00013524  0x00002463 branch  0x000034ae , 0x00000034 
+ 00013525  0x00002464 call  0x00003236 
+ 00013526  0x00002465 fetch  0x00000001 , 0x00004620 
+ 00013527  0x00002466 call  0x000034e7 , 0x00000034 
+ 00013528  0x00002467 fetch  0x00000001 , 0x0000461e 
+ 00013529  0x00002468 store  0x00000001 , 0x0000458d 
+ 00013530  0x00002469 fetcht  0x00000001 , 0x0000463f 
+ 00013531  0x0000246a fetchr  0x00000011 , 0x00000002 , 0x00004646 
+ 00013532  0x0000246b call  0x000035ab 
+ 00013533  0x0000246c storet  0x00000001 , 0x0000463f 
+ 00013534  0x0000246d call  0x000035b4 
+ 00013535  0x0000246e storet  0x00000001 , 0x0000463c 
+ 00013536  0x0000246f sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013537  0x00002470 nrtn  0x00000002 
+ 00013538  0x00002471 fetcht  0x00000001 , 0x0000461f 
+ 00013539  0x00002472 call  0x00003227 
+ 00013540  0x00002473 storet  0x00000001 , 0x0000461f 
+ 00013541  0x00002474 store  0x00000001 , 0x0000461e 
+ 00013542  0x00002475 rtn 
+ 00013543  0x00002478 jam  0x00000001 , 0x00004620 
+ 00013544  0x00002479 arg  0x00000000 , 0x00000002 
+ 00013545  0x0000247a call  0x0000322c 
+ 00013546  0x0000247b store  0x00000001 , 0x0000461e 
+ 00013547  0x0000247c rtn 
+ 00013548  0x0000247f call  0x00003330 
+ 00013549  0x00002480 fetch  0x00000004 , 0x000044f1 
+ 00013550  0x00002481 call  0x00003236 
+ 00013551  0x00002482 fetch  0x00000001 , 0x0000461a 
+ 00013552  0x00002483 call  0x00003500 , 0x00000034 
+ 00013553  0x00002484 fetch  0x00000001 , 0x00004618 
+ 00013554  0x00002485 store  0x00000001 , 0x0000458d 
+ 00013555  0x00002486 fetcht  0x00000001 , 0x0000463d 
+ 00013556  0x00002487 fetchr  0x00000011 , 0x00000002 , 0x00004642 
+ 00013557  0x00002488 call  0x000035ab 
+ 00013558  0x00002489 storet  0x00000001 , 0x0000463d 
+ 00013559  0x0000248a call  0x000035b4 
+ 00013560  0x0000248b storet  0x00000001 , 0x0000463a 
+ 00013561  0x0000248c sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013562  0x0000248d nrtn  0x00000002 
+ 00013563  0x0000248e fetcht  0x00000001 , 0x00004619 
+ 00013564  0x0000248f call  0x00003227 
+ 00013565  0x00002490 storet  0x00000001 , 0x00004619 
+ 00013566  0x00002491 store  0x00000001 , 0x00004618 
+ 00013567  0x00002492 rtn 
+ 00013568  0x00002495 jam  0x00000001 , 0x0000461a 
+ 00013569  0x00002496 fetch  0x00000001 , 0x00004618 
+ 00013570  0x00002497 store  0x00000001 , 0x0000458d 
+ 00013571  0x00002498 rtn 
+ 00013572  0x0000249c jam  0x00000000 , 0x00004611 
+ 00013573  0x0000249d rtn 
+ 00013574  0x000024a1 fetch  0x00000004 , 0x0000458f 
+ 00013575  0x000024a2 fetcht  0x00000004 , 0x000044f1 
+ 00013576  0x000024a3 isub  0x00000002 , 0x0000003e 
+ 00013577  0x000024a4 rtn 
+ 00013578  0x000024b1 fetch  0x00000001 , 0x00004611 
+ 00013579  0x000024b2 rtneq  0x00000002 
+ 00013580  0x000024b3 fetch  0x00000001 , 0x00004614 
+ 00013581  0x000024b4 rtn  0x00000034 
+ 00013582  0x000024b5 arg  0x00000008 , 0x00000007 
+ 00013583  0x000024b6 call  0x00007cef 
+ 00013584  0x000024b7 nrtn  0x00000034 
+ 00013585  0x000024b8 jam  0x00000000 , 0x00004614 
+ 00013586  0x000024b9 jam  0x00000000 , 0x00004622 
+ 00013587  0x000024ba call  0x0000341f 
+ 00013588  0x000024bd bpatchx  0x0000008d , 0x00004031 
+ 00013589  0x000024be jam  0x00000007 , 0x00004616 
+ 00013590  0x000024bf jam  0x00000000 , 0x00004615 
+ 00013591  0x000024c0 branch  0x000033be 
+ 00013592  0x000024c7 bpatchx  0x0000008e , 0x00004031 
+ 00013593  0x000024c8 fetch  0x00000001 , 0x0000460a 
+ 00013594  0x000024c9 beq  0x00000001 , 0x000035ea 
+ 00013595  0x000024ca fetch  0x00000001 , 0x00004612 
+ 00013596  0x000024cb beq  0x00000001 , 0x0000352c 
+ 00013597  0x000024cc fetcht  0x00000004 , 0x0000460b 
+ 00013598  0x000024cd copy  0x00000022 , 0x0000003f 
+ 00013599  0x000024ce isub  0x00000002 , 0x0000003e 
+ 00013600  0x000024cf ncall  0x00003255 , 0x00000002 
+ 00013601  0x000024d0 copy  0x0000003f , 0x00000012 
+ 00013602  0x000024d1 fetch  0x00000004 , 0x0000460b 
+ 00013603  0x000024d2 fetcht  0x00000001 , 0x0000460f 
+ 00013604  0x000024d3 iadd  0x00000002 , 0x00000002 
+ 00013605  0x000024d4 copy  0x00000012 , 0x0000003f 
+ 00013606  0x000024d5 isub  0x00000002 , 0x0000003e 
+ 00013607  0x000024d6 nrtn  0x00000002 
+ 00013608  0x000024d7 set0  0x0000001c , 0x0000003f 
+ 00013609  0x000024d8 store  0x00000004 , 0x0000460b 
+ 00013610  0x000024d9 jam  0x00000001 , 0x0000460a 
+ 00013611  0x000024da branch  0x00003222 
+ 00013612  0x000024dd jam  0x00000000 , 0x00004612 
+ 00013613  0x000024de branch  0x00003222 
+ 00013614  0x000024e1 copy  0x00000022 , 0x0000003f 
+ 00013615  0x000024e2 store  0x00000004 , 0x0000460b 
+ 00013616  0x000024e3 rtn 
+ 00013617  0x000024e9 arg  0x000045de , 0x00000013 
+ 00013618  0x000024ea arg  0x0000367a , 0x00000012 
+ 00013619  0x000024eb branch  0x000042e7 
+ 00013620  0x000024ef bpatchx  0x0000008f , 0x00004031 
+ 00013621  0x000024f0 set1  0x00000026 , 0x00000000 
+ 00013622  0x000024f1 fetch  0x00000001 , 0x000045fc 
+ 00013623  0x000024f2 set0  0x00000001 , 0x0000003f 
+ 00013624  0x000024f3 set1  0x00000002 , 0x0000003f 
+ 00013625  0x000024f4 store  0x00000001 , 0x000045fc 
+ 00013626  0x000024f5 fetch  0x00000001 , 0x000045e3 
+ 00013627  0x000024f6 branch  0x00003549 , 0x00000034 
+ 00013628  0x000024f7 fetch  0x00000001 , 0x000045e2 
+ 00013629  0x000024f8 beq  0x00000001 , 0x00003541 
+ 00013630  0x000024f9 beq  0x00000002 , 0x00003541 
+ 00013631  0x000024fa beq  0x00000003 , 0x00003550 
+ 00013632  0x000024fb beq  0x00000004 , 0x00003550 
+ 00013633  0x000024fd fetch  0x00000001 , 0x000045d1 
+ 00013634  0x000024fe store  0x00000001 , 0x00004141 
+ 00013635  0x000024ff fetcht  0x00000001 , 0x000045ec 
+ 00013636  0x00002500 storet  0x00000001 , 0x0000458e 
+ 00013637  0x00002501 fetch  0x00000004 , 0x000045e4 
+ 00013638  0x00002502 call  0x0000355a 
+ 00013639  0x00002503 storet  0x00000001 , 0x000045ec 
+ 00013640  0x00002504 rtn 
+ 00013641  0x00002507 jam  0x00000003 , 0x00004141 
+ 00013642  0x00002508 fetcht  0x00000001 , 0x000045ed 
+ 00013643  0x00002509 storet  0x00000001 , 0x0000458e 
+ 00013644  0x0000250a fetch  0x00000004 , 0x000045e8 
+ 00013645  0x0000250b call  0x0000355a 
+ 00013646  0x0000250c storet  0x00000001 , 0x000045ed 
+ 00013647  0x0000250d rtn 
+ 00013648  0x00002510 jam  0x00000003 , 0x00004141 
+ 00013649  0x00002511 fetcht  0x00000001 , 0x000045ee 
+ 00013650  0x00002512 storet  0x00000001 , 0x0000458e 
+ 00013651  0x00002513 fetch  0x00000004 , 0x00004604 
+ 00013652  0x00002514 call  0x0000355a 
+ 00013653  0x00002515 storet  0x00000001 , 0x000045ee 
+ 00013654  0x00002516 rtn 
+ 00013655  0x00002519 fetch  0x00000004 , 0x0000455f 
+ 00013656  0x0000251a rtn  0x00000034 
+ 00013657  0x0000251b store  0x00000004 , 0x000045e8 
+ 00013658  0x0000251d call  0x00003236 
+ 00013659  0x0000251e branch  0x00003222 
+ 00013660  0x00002522 bpatchx  0x00000090 , 0x00004032 
+ 00013661  0x00002523 fetch  0x00000002 , 0x000045e0 
+ 00013662  0x00002524 arg  0x000001f8 , 0x00000002 
+ 00013663  0x00002525 iand  0x00000002 , 0x0000003f 
+ 00013664  0x00002526 branch  0x00003565 , 0x00000034 
+ 00013665  0x00002527 fetch  0x00000002 , 0x000045e0 
+ 00013666  0x00002528 increase  0x00000001 , 0x0000003f 
+ 00013667  0x00002529 store  0x00000002 , 0x000045e0 
+ 00013668  0x0000252a rtn 
+ 00013669  0x0000252d call  0x0000357f 
+ 00013670  0x0000252e call  0x00003651 
+ 00013671  0x0000252f nbranch  0x00003586 , 0x00000018 
+ 00013672  0x00002530 nbranch  0x00003586 , 0x0000002f 
+ 00013673  0x00002531 call  0x0000366e 
+ 00013674  0x00002532 fetch  0x00000004 , 0x000045cc 
+ 00013675  0x00002533 fetcht  0x00000004 , 0x0000458f 
+ 00013676  0x00002534 isub  0x00000002 , 0x0000003e 
+ 00013677  0x00002535 branch  0x00003291 , 0x00000005 
+ 00013678  0x00002536 fetch  0x00000004 , 0x00004604 
+ 00013679  0x00002537 fetcht  0x00000004 , 0x0000458f 
+ 00013680  0x00002538 isub  0x00000002 , 0x0000003e 
+ 00013681  0x00002539 call  0x00003557 , 0x00000005 
+ 00013682  0x0000253a fetch  0x00000001 , 0x000045fc 
+ 00013683  0x0000253b set0  0x00000002 , 0x0000003f 
+ 00013684  0x0000253c store  0x00000001 , 0x000045fc 
+ 00013685  0x0000253d setarg  0x00000000 
+ 00013686  0x0000253e store  0x00000002 , 0x000045d8 
+ 00013687  0x0000253f store  0x00000002 , 0x000045e0 
+ 00013688  0x00002540 store  0x00000002 , 0x000045de 
+ 00013689  0x00002541 jam  0x0000003c , 0x0000066f 
+ 00013690  0x00002542 call  0x0000782b 
+ 00013691  0x00002544 bpatchx  0x00000091 , 0x00004032 
+ 00013692  0x00002545 arg  0x00000020 , 0x00000039 
+ 00013693  0x00002546 arg  0x00004519 , 0x00000005 
+ 00013694  0x00002547 branch  0x00007ca3 
+ 00013695  0x0000254a jam  0x000000ff , 0x00004519 
+ 00013696  0x0000254b fetch  0x00000001 , 0x00004589 
+ 00013697  0x0000254c store  0x00000001 , 0x0000451a 
+ 00013698  0x0000254d fetch  0x00000004 , 0x00004604 
+ 00013699  0x0000254e store  0x00000004 , 0x0000451b 
+ 00013700  0x0000254f jam  0x00000006 , 0x00004588 
+ 00013701  0x00002550 branch  0x000031e5 
+ 00013702  0x00002553 bpatchx  0x00000092 , 0x00004032 
+ 00013703  0x00002554 fetch  0x00000001 , 0x000045e3 
+ 00013704  0x00002555 branch  0x00003222 , 0x00000034 
+ 00013705  0x00002556 fetch  0x00000002 , 0x000045e0 
+ 00013706  0x00002557 increase  0x00000001 , 0x0000003f 
+ 00013707  0x00002558 store  0x00000002 , 0x000045e0 
+ 00013708  0x00002559 isolate1  0x00000009 , 0x0000003f 
+ 00013709  0x0000255a fetch  0x00000001 , 0x000045e2 
+ 00013710  0x0000255b beq  0x00000001 , 0x00003593 
+ 00013711  0x0000255c beq  0x00000002 , 0x00003595 
+ 00013712  0x0000255d beq  0x00000003 , 0x00003597 
+ 00013713  0x0000255e beq  0x00000004 , 0x00003599 
+ 00013714  0x0000255f branch  0x00003549 
+ 00013715  0x00002563 branch  0x00003549 , 0x00000001 
+ 00013716  0x00002564 branch  0x00003541 
+ 00013717  0x00002567 branch  0x00003550 , 0x00000001 
+ 00013718  0x00002568 branch  0x00003541 
+ 00013719  0x0000256b branch  0x00003550 , 0x00000001 
+ 00013720  0x0000256c branch  0x00003549 
+ 00013721  0x0000256f branch  0x00003550 , 0x00000001 
+ 00013722  0x00002570 branch  0x0000329c 
+ 00013723  0x0000257b fetch  0x00000001 , 0x000045eb 
+ 00013724  0x0000257c beq  0x00000001 , 0x0000359f 
+ 00013725  0x0000257d beq  0x00000002 , 0x000035a5 
+ 00013726  0x0000257e rtn 
+ 00013727  0x00002580 fetch  0x00000001 , 0x000045de 
+ 00013728  0x00002581 nrtn  0x00000034 
+ 00013729  0x00002582 fetch  0x00000004 , 0x000045ec 
+ 00013730  0x00002583 store  0x00000004 , 0x0000462c 
+ 00013731  0x00002585 store  0x00000004 , 0x00004630 
+ 00013732  0x00002586 rtn 
+ 00013733  0x00002588 fetch  0x00000001 , 0x000045df 
+ 00013734  0x00002589 nrtn  0x00000034 
+ 00013735  0x0000258a fetch  0x00000004 , 0x000045ec 
+ 00013736  0x0000258b store  0x00000004 , 0x0000462c 
+ 00013737  0x0000258d store  0x00000004 , 0x00004634 
+ 00013738  0x0000258e rtn 
+ 00013739  0x00002599 bpatchx  0x00000093 , 0x00004032 
+ 00013740  0x0000259a copy  0x00000011 , 0x0000003f 
+ 00013741  0x0000259b iadd  0x00000002 , 0x00000005 
+ 00013742  0x0000259c fetch  0x00000001 , 0x00000009 
+ 00013743  0x0000259d istore  0x00000001 , 0x00000005 
+ 00013744  0x0000259e increase  0x00000001 , 0x00000002 
+ 00013745  0x0000259f fetch  0x00000001 , 0x000045d2 
+ 00013746  0x000025a0 iand  0x00000002 , 0x00000002 
+ 00013747  0x000025a1 rtn 
+ 00013748  0x000025a4 bpatchx  0x00000094 , 0x00004032 
+ 00013749  0x000025a5 fetch  0x00000001 , 0x000045d2 
+ 00013750  0x000025a6 increase  0x00000001 , 0x0000003f 
+ 00013751  0x000025a7 store  0x00000002 , 0x0000069b 
+ 00013752  0x000025a8 copy  0x0000003f , 0x00000039 
+ 00013753  0x000025a9 copy  0x00000011 , 0x00000006 
+ 00013754  0x000025aa arg  0x00000000 , 0x0000003f 
+ 00013755  0x000025ac ifetcht  0x00000001 , 0x00000006 
+ 00013756  0x000025ad iadd  0x00000002 , 0x0000003f 
+ 00013757  0x000025ae loop  0x000035bb 
+ 00013758  0x000025af fetcht  0x00000002 , 0x0000069b 
+ 00013759  0x000025b0 idiv  0x00000002 
+ 00013760  0x000025b1 call  0x00007d62 
+ 00013761  0x000025b2 quotient  0x00000002 
+ 00013762  0x000025b3 rtnmark1  0x00000027 
+ 00013763  0x000025b4 copy  0x00000002 , 0x0000003f 
+ 00013764  0x000025b5 rtnmark0  0x00000026 
+ 00013765  0x000025b6 call  0x00002308 
+ 00013766  0x000025b7 copy  0x0000003f , 0x00000002 
+ 00013767  0x000025b8 rtn 
+ 00013768  0x000025bb branch  0x000022e9 
+ 00013769  0x000025c6 fetch  0x00000002 , 0x000045f0 
+ 00013770  0x000025c7 branch  0x000035dd 
+ 00013771  0x000025ca copy  0x0000003f , 0x00000011 
+ 00013772  0x000025cb fetcht  0x00000001 , 0x000045ef 
+ 00013773  0x000025cc fetch  0x00000002 , 0x000045f0 
+ 00013774  0x000025cd iadd  0x00000002 , 0x00000005 
+ 00013775  0x000025ce copy  0x00000011 , 0x0000003f 
+ 00013776  0x000025cf istore  0x00000001 , 0x00000005 
+ 00013777  0x000025d0 increase  0x00000001 , 0x00000002 
+ 00013778  0x000025d1 fetch  0x00000001 , 0x000045d2 
+ 00013779  0x000025d2 iand  0x00000002 , 0x00000002 
+ 00013780  0x000025d3 storet  0x00000001 , 0x000045ef 
+ 00013781  0x000025d4 rtn 
+ 00013782  0x000025df fetch  0x00000002 , 0x00004640 
+ 00013783  0x000025e0 call  0x000035dd 
+ 00013784  0x000025e1 fetch  0x00000002 , 0x00004642 
+ 00013785  0x000025e2 call  0x000035dd 
+ 00013786  0x000025e3 fetch  0x00000002 , 0x00004644 
+ 00013787  0x000025e4 call  0x000035dd 
+ 00013788  0x000025e5 fetch  0x00000002 , 0x00004646 
+ 00013789  0x000025e7 rtn  0x00000034 
+ 00013790  0x000025e8 copy  0x0000003f , 0x00000005 
+ 00013791  0x000025e9 fetch  0x00000001 , 0x000045d2 
+ 00013792  0x000025ea increase  0x00000001 , 0x0000003f 
+ 00013793  0x000025eb copy  0x0000003f , 0x00000039 
+ 00013794  0x000025ec branch  0x00007ca1 
+ 00013795  0x000025f0 call  0x000035c8 
+ 00013796  0x000025f1 rtn  0x00000034 
+ 00013797  0x000025f2 fetcht  0x00000001 , 0x00004639 
+ 00013798  0x000025f3 fetchr  0x00000011 , 0x00000002 , 0x00004640 
+ 00013799  0x000025f4 call  0x000035ab 
+ 00013800  0x000025f5 storet  0x00000001 , 0x00004639 
+ 00013801  0x000025f6 rtn 
+ 00013802  0x000025fa fetchr  0x00000011 , 0x00000002 , 0x00004640 
+ 00013803  0x000025fb call  0x000035b4 
+ 00013804  0x000025fc storet  0x00000001 , 0x00004638 
+ 00013805  0x000025fd sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013806  0x000025fe nrtn  0x00000002 
+ 00013807  0x000025ff branch  0x00003222 
+ 00013808  0x00002608 fetch  0x00000004 , 0x000044f1 
+ 00013809  0x00002609 store  0x00000004 , 0x00004604 
+ 00013810  0x0000260a branch  0x000035c9 
+ 00013811  0x0000260d setarg  0x00002fb2 
+ 00013812  0x0000260e store  0x00000003 , 0x00004608 
+ 00013813  0x0000260f setarg  0x00100c0c 
+ 00013814  0x00002610 store  0x00000003 , 0x000045a7 
+ 00013815  0x00002611 setarg  0x0000bb80 
+ 00013816  0x00002612 store  0x00000003 , 0x0000460b 
+ 00013817  0x00002613 jam  0x00000005 , 0x00004621 
+ 00013818  0x00002614 rtn 
+ 00013819  0x00002617 setarg  0x0000f80c 
+ 00013820  0x00002618 store  0x00000003 , 0x00004608 
+ 00013821  0x00002619 setarg  0x001c1919 
+ 00013822  0x0000261a store  0x00000003 , 0x000045a7 
+ 00013823  0x0000261b setarg  0x00017700 
+ 00013824  0x0000261c store  0x00000003 , 0x0000460b 
+ 00013825  0x0000261d jam  0x0000000b , 0x00004621 
+ 00013826  0x0000261e rtn 
+ 00013827  0x00002622 rtnmark0  0x00000026 
+ 00013828  0x00002623 fetch  0x00000001 , 0x000045fc 
+ 00013829  0x00002624 bbit1  0x00000001 , 0x000032a3 
+ 00013830  0x00002625 bbit1  0x00000002 , 0x0000355c 
+ 00013831  0x00002626 fetch  0x00000001 , 0x00004618 
+ 00013832  0x00002627 beq  0x00000001 , 0x000036c0 
+ 00013833  0x00002629 bpatchx  0x00000095 , 0x00004032 
+ 00013834  0x0000262a call  0x00003625 
+ 00013835  0x0000262b nbranch  0x0000369f , 0x00000028 
+ 00013836  0x0000262d call  0x0000363a 
+ 00013837  0x0000262e call  0x000036e8 
+ 00013838  0x0000262f fetch  0x00000001 , 0x000043cb 
+ 00013839  0x00002630 beq  0x00000008 , 0x0000600a 
+ 00013840  0x00002632 fetch  0x00000008 , 0x0000460b 
+ 00013841  0x00002633 store  0x00000008 , 0x000045af 
+ 00013842  0x00002634 fetch  0x00000002 , 0x0000461d 
+ 00013843  0x00002635 store  0x00000002 , 0x0000461f 
+ 00013844  0x00002636 fetch  0x00000002 , 0x000045f8 
+ 00013845  0x00002637 branch  0x00007d79 
+ 00013846  0x0000263a bpatchx  0x00000096 , 0x00004032 
+ 00013847  0x0000263b call  0x000036b4 
+ 00013848  0x0000263c nrtn  0x00000028 
+ 00013849  0x0000263d call  0x000036be 
+ 00013850  0x0000263e call  0x00007de2 
+ 00013851  0x00002640 fetch  0x00000003 , 0x00004608 
+ 00013852  0x00002641 branch  0x00003622 
+ 00013853  0x00002644 bpatchx  0x00000097 , 0x00004032 
+ 00013854  0x00002645 call  0x000036b4 
+ 00013855  0x00002646 nrtn  0x00000028 
+ 00013856  0x00002647 call  0x000036be 
+ 00013857  0x00002648 fetch  0x00000008 , 0x000045af 
+ 00013858  0x0000264a call  0x00007d25 
+ 00013859  0x0000264b storet  0x00000004 , 0x000040a9 
+ 00013860  0x0000264c branch  0x0000241e 
+ 00013861  0x00002651 call  0x00003628 
+ 00013862  0x00002652 nrtn  0x00000028 
+ 00013863  0x00002653 branch  0x000031e5 
+ 00013864  0x00002657 fetch  0x00000002 , 0x000045f2 
+ 00013865  0x00002658 call  0x00007d79 
+ 00013866  0x00002659 branch  0x0000362e , 0x00000028 
+ 00013867  0x0000265a fetch  0x00000007 , 0x0000451a 
+ 00013868  0x0000265b rtn  0x00000034 
+ 00013869  0x0000265c branch  0x00007dba 
+ 00013870  0x0000265f jam  0x00000000 , 0x00004602 
+ 00013871  0x00002660 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00013872  0x00002661 store  0x00000001 , 0x00004588 
+ 00013873  0x00002662 call  0x00003636 
+ 00013874  0x00002663 store  0x00000001 , 0x00004519 
+ 00013875  0x00002664 copy  0x00000012 , 0x00000006 
+ 00013876  0x00002665 copy  0x00000011 , 0x00000039 
+ 00013877  0x00002666 branch  0x00007cda 
+ 00013878  0x00002669 fetch  0x00000001 , 0x00004589 
+ 00013879  0x0000266a and_into  0x00000007 , 0x0000003f 
+ 00013880  0x0000266b store  0x00000001 , 0x00004589 
+ 00013881  0x0000266c rtn 
+ 00013882  0x00002676 setarg  0x00000000 
+ 00013883  0x00002677 store  0x00000001 , 0x00004601 
+ 00013884  0x00002678 store  0x00000002 , 0x00004622 
+ 00013885  0x0000267a call  0x00003651 
+ 00013886  0x0000267b fetch  0x00000001 , 0x0000457f 
+ 00013887  0x0000267c beq  0x00000001 , 0x00003646 
+ 00013888  0x0000267d nbranch  0x0000365f , 0x00000018 
+ 00013889  0x0000267e nbranch  0x0000365f , 0x0000002f 
+ 00013890  0x0000267f call  0x0000366e 
+ 00013891  0x00002680 fetch  0x00000001 , 0x000043cb 
+ 00013892  0x00002681 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00013893  0x00002682 call  0x00006262 , 0x00000005 
+ 00013894  0x00002684 call  0x0000371a 
+ 00013895  0x00002686 call  0x0000357b 
+ 00013896  0x00002687 fetch  0x00000001 , 0x0000457e 
+ 00013897  0x00002688 increase  0x00000001 , 0x0000003f 
+ 00013898  0x00002689 store  0x00000001 , 0x0000457e 
+ 00013899  0x0000268a call  0x00003692 
+ 00013900  0x0000268c bpatchx  0x00000098 , 0x00004033 
+ 00013901  0x0000268d setarg  0x00000000 
+ 00013902  0x0000268e store  0x00000001 , 0x000045fd 
+ 00013903  0x0000268f store  0x00000002 , 0x000045fe 
+ 00013904  0x00002690 rtn 
+ 00013905  0x00002693 bpatchx  0x00000099 , 0x00004033 
+ 00013906  0x00002694 disable  0x0000002f 
+ 00013907  0x00002695 call  0x00003195 
+ 00013908  0x00002696 fetch  0x00000001 , 0x0000457f 
+ 00013909  0x00002697 beq  0x00000001 , 0x00003183 
+ 00013910  0x00002698 force  0x00000000 , 0x00000015 
+ 00013911  0x00002699 fetch  0x00000004 , 0x0000458f 
+ 00013912  0x0000269a iforce  0x00000009 
+ 00013913  0x0000269b fetcht  0x00000001 , 0x00000008 
+ 00013914  0x0000269c call  0x0000216f 
+ 00013915  0x0000269d call  0x000021a6 
+ 00013916  0x0000269e call  0x00003121 
+ 00013917  0x0000269f call  0x00003183 , 0x0000002f 
+ 00013918  0x000026a0 rtn 
+ 00013919  0x000026a3 bpatchx  0x0000009a , 0x00004033 
+ 00013920  0x000026a4 fetch  0x00000001 , 0x000043cb 
+ 00013921  0x000026a5 beq  0x00000008 , 0x000060f9 
+ 00013922  0x000026a7 fetch  0x00000001 , 0x00004602 
+ 00013923  0x000026a8 nrtn  0x00000034 
+ 00013924  0x000026a9 fetch  0x00000002 , 0x000045fe 
+ 00013925  0x000026aa increase  0x00000001 , 0x0000003f 
+ 00013926  0x000026ab store  0x00000002 , 0x000045fe 
+ 00013927  0x000026ac fetch  0x00000001 , 0x000045ff 
+ 00013928  0x000026ad bbit1  0x00000004 , 0x00003676 
+ 00013929  0x000026ae call  0x0000367c 
+ 00013930  0x000026af fetch  0x00000002 , 0x00004622 
+ 00013931  0x000026b0 increase  0x00000001 , 0x0000003f 
+ 00013932  0x000026b1 store  0x00000002 , 0x00004622 
+ 00013933  0x000026b2 branch  0x0000363d 
+ 00013934  0x000026b5 bpatchx  0x0000009b , 0x00004033 
+ 00013935  0x000026b6 call  0x00003214 
+ 00013936  0x000026b7 fetch  0x00000001 , 0x0000457d 
+ 00013937  0x000026b8 rtn  0x00000034 
+ 00013938  0x000026b9 iforce  0x00000039 
+ 00013939  0x000026ba arg  0x000044f9 , 0x00000006 
+ 00013940  0x000026bb arg  0x0000455d , 0x00000005 
+ 00013941  0x000026bc branch  0x00007cda 
+ 00013942  0x000026c0 bpatchx  0x0000009c , 0x00004033 
+ 00013943  0x000026c1 setarg  0x00000000 
+ 00013944  0x000026c2 store  0x00000002 , 0x000045fe 
+ 00013945  0x000026c3 jam  0x00000001 , 0x00004600 
+ 00013946  0x000026c5 jam  0x0000003a , 0x0000066f 
+ 00013947  0x000026c6 branch  0x0000782b 
+ 00013948  0x000026d1 bpatchx  0x0000009d , 0x00004033 
+ 00013949  0x000026d2 fetcht  0x00000001 , 0x00004601 
+ 00013950  0x000026d3 fetch  0x00000001 , 0x00004621 
+ 00013951  0x000026d4 isub  0x00000002 , 0x0000003e 
+ 00013952  0x000026d5 nbranch  0x0000369a , 0x00000002 
+ 00013953  0x000026d6 increase  0x00000001 , 0x00000002 
+ 00013954  0x000026d7 storet  0x00000001 , 0x00004601 
+ 00013955  0x000026d8 fetch  0x00000001 , 0x00004621 
+ 00013956  0x000026d9 beq  0x00000005 , 0x00003689 
+ 00013957  0x000026da fetch  0x00000001 , 0x00004601 
+ 00013958  0x000026db beq  0x00000006 , 0x00003694 
+ 00013959  0x000026dc beq  0x0000000c , 0x00003694 
+ 00013960  0x000026dd rtn 
+ 00013961  0x000026e1 fetch  0x00000001 , 0x00004601 
+ 00013962  0x000026e2 beq  0x00000003 , 0x00003694 
+ 00013963  0x000026e3 beq  0x00000006 , 0x00003694 
+ 00013964  0x000026e4 rtn 
+ 00013965  0x000026ee bmark1  0x0000002f , 0x00003690 
+ 00013966  0x000026ef store  0x00000001 , 0x0000453a 
+ 00013967  0x000026f0 rtn 
+ 00013968  0x000026f2 store  0x00000001 , 0x0000453b 
+ 00013969  0x000026f3 rtn 
+ 00013970  0x000026f6 fetch  0x00000001 , 0x00004589 
+ 00013971  0x000026f7 rtnbit0  0x00000004 
+ 00013972  0x000026f9 fetch  0x00000001 , 0x00004589 
+ 00013973  0x000026fa set0  0x00000004 , 0x0000003f 
+ 00013974  0x000026fb store  0x00000001 , 0x00004589 
+ 00013975  0x000026fc call  0x0000368d 
+ 00013976  0x000026fd call  0x0000371e 
+ 00013977  0x000026fe branch  0x00003222 
+ 00013978  0x00002701 call  0x0000370e 
+ 00013979  0x00002702 call  0x0000371e 
+ 00013980  0x00002703 branch  0x00003222 
+ 00013981  0x00002716 fetch  0x00000002 , 0x000045f4 
+ 00013982  0x00002717 branch  0x00007d79 
+ 00013983  0x0000271a fetch  0x00000001 , 0x00004602 
+ 00013984  0x0000271b call  0x000036a6 , 0x00000034 
+ 00013985  0x0000271c fetch  0x00000001 , 0x00004618 
+ 00013986  0x0000271d rtneq  0x00000001 
+ 00013987  0x0000271e call  0x0000369d 
+ 00013988  0x0000271f fetch  0x00000002 , 0x000045fa 
+ 00013989  0x00002720 branch  0x00007d79 
+ 00013990  0x00002723 jam  0x00000001 , 0x00004589 
+ 00013991  0x00002724 jam  0x00000001 , 0x00004602 
+ 00013992  0x00002725 call  0x00003636 
+ 00013993  0x00002726 store  0x00000001 , 0x00004519 
+ 00013994  0x00002727 setarg  0x00000000 
+ 00013995  0x00002728 store  0x00000007 , 0x0000451a 
+ 00013996  0x00002729 fetch  0x00000004 , 0x00004604 
+ 00013997  0x0000272a store  0x00000004 , 0x00004521 
+ 00013998  0x0000272b jam  0x0000000c , 0x00004588 
+ 00013999  0x0000272c fetch  0x00000001 , 0x00004589 
+ 00014000  0x0000272d set1  0x00000003 , 0x0000003f 
+ 00014001  0x0000272e store  0x00000001 , 0x00004589 
+ 00014002  0x0000272f call  0x000031e5 
+ 00014003  0x00002730 branch  0x0000360c 
+ 00014004  0x00002735 bpatchx  0x0000009e , 0x00004033 
+ 00014005  0x00002736 enable  0x00000028 
+ 00014006  0x00002737 call  0x00002408 
+ 00014007  0x00002738 fetch  0x00000003 , 0x000040bd 
+ 00014008  0x00002739 branch  0x00007dbc , 0x00000034 
+ 00014009  0x0000273a fetch  0x00000001 , 0x00004094 
+ 00014010  0x0000273b branch  0x00007dbc , 0x00000034 
+ 00014011  0x0000273c fetch  0x00000001 , 0x00004618 
+ 00014012  0x0000273d beq  0x00000001 , 0x00007dbc 
+ 00014013  0x0000273e rtn 
+ 00014014  0x00002741 fetch  0x00000002 , 0x000045f6 
+ 00014015  0x00002742 branch  0x00007d79 
+ 00014016  0x00002750 call  0x00003245 
+ 00014017  0x00002751 nrtn  0x00000028 
+ 00014018  0x00002752 call  0x000036d5 
+ 00014019  0x00002753 fetch  0x00000002 , 0x00004619 
+ 00014020  0x00002754 increase  0x00000001 , 0x0000003f 
+ 00014021  0x00002755 store  0x00000002 , 0x00004619 
+ 00014022  0x00002756 fetcht  0x00000002 , 0x0000461b 
+ 00014023  0x00002757 isub  0x00000002 , 0x0000003e 
+ 00014024  0x00002758 call  0x000036ca , 0x00000005 
+ 00014025  0x00002759 branch  0x00003609 
+ 00014026  0x0000275d jam  0x00000000 , 0x00004618 
+ 00014027  0x0000275e setarg  0x00000000 
+ 00014028  0x0000275f store  0x00000002 , 0x00004619 
+ 00014029  0x00002760 setarg  0x00000064 
+ 00014030  0x00002761 store  0x00000002 , 0x0000461b 
+ 00014031  0x00002763 jam  0x00000000 , 0x00004617 
+ 00014032  0x00002764 fetch  0x00000001 , 0x000045a8 
+ 00014033  0x00002766 store  0x00000001 , 0x000045a7 
+ 00014034  0x00002767 rtn 
+ 00014035  0x00002769 fetch  0x00000001 , 0x000045a9 
+ 00014036  0x0000276a branch  0x000036d1 
+ 00014037  0x0000276d fetch  0x00000001 , 0x00004617 
+ 00014038  0x0000276e increase  0x00000001 , 0x0000003f 
+ 00014039  0x0000276f store  0x00000001 , 0x00004617 
+ 00014040  0x00002770 beq  0x00000004 , 0x000036d3 
+ 00014041  0x00002771 beq  0x00000005 , 0x000036cf 
+ 00014042  0x00002772 rtn 
+ 00014043  0x00002775 jam  0x00000001 , 0x00004618 
+ 00014044  0x00002776 setarg  0x00000000 
+ 00014045  0x00002777 store  0x00000002 , 0x00004619 
+ 00014046  0x00002778 rtn 
+ 00014047  0x00002783 arg  0x00000002 , 0x00000039 
+ 00014048  0x00002784 arg  0x0000458f , 0x00000006 
+ 00014049  0x00002786 call  0x00007dba 
+ 00014050  0x00002787 setarg  0x0000ffff 
+ 00014051  0x00002789 ifetcht  0x00000002 , 0x00000006 
+ 00014052  0x0000278a isub  0x00000002 , 0x0000003e 
+ 00014053  0x0000278b ncall  0x00007dbc , 0x00000005 
+ 00014054  0x0000278c loop  0x000036e3 
+ 00014055  0x0000278d rtn 
+ 00014056  0x00002798 bpatchx  0x0000009f , 0x00004033 
+ 00014057  0x00002799 fetch  0x00000001 , 0x00004437 
+ 00014058  0x0000279a nrtn  0x00000034 
+ 00014059  0x0000279b fetch  0x00000002 , 0x000044e9 
+ 00014060  0x0000279c rtnbit1  0x0000000b 
+ 00014061  0x0000279f fetchr  0x00000011 , 0x00000002 , 0x000045f0 
+ 00014062  0x000027a0 call  0x000035b4 
+ 00014063  0x000027a1 storet  0x00000001 , 0x00004624 
+ 00014064  0x000027a2 fetch  0x00000001 , 0x00004629 
+ 00014065  0x000027a3 bmark1  0x00000026 , 0x000036f3 
+ 00014066  0x000027a4 fetch  0x00000001 , 0x0000462c 
+ 00014067  0x000027a6 isub  0x00000002 , 0x0000003e 
+ 00014068  0x000027a7 nbranch  0x0000370d , 0x00000002 
+ 00014069  0x000027a8 fetch  0x00000001 , 0x00004626 
+ 00014070  0x000027a9 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014071  0x000027aa nbranch  0x000036fb , 0x00000002 
+ 00014072  0x000027ab fetch  0x00000001 , 0x00004626 
+ 00014073  0x000027ac beq  0x00000000 , 0x0000370e 
+ 00014074  0x000027ad rtn 
+ 00014075  0x000027b0 fetch  0x00000001 , 0x00004626 
+ 00014076  0x000027b1 fetcht  0x00000001 , 0x00004627 
+ 00014077  0x000027b2 isub  0x00000002 , 0x0000003e 
+ 00014078  0x000027b3 nrtn  0x00000005 
+ 00014079  0x000027b4 jam  0x00000000 , 0x00004626 
+ 00014080  0x000027b6 fetcht  0x00000001 , 0x00004624 
+ 00014081  0x000027b7 fetch  0x00000001 , 0x00004628 
+ 00014082  0x000027b8 bmark1  0x00000026 , 0x00003704 
+ 00014083  0x000027b9 fetch  0x00000001 , 0x0000462b 
+ 00014084  0x000027bb isub  0x00000002 , 0x0000003e 
+ 00014085  0x000027bc nrtn  0x00000002 
+ 00014086  0x000027bd fetch  0x00000001 , 0x00004625 
+ 00014087  0x000027be beq  0x00000000 , 0x00003715 
+ 00014088  0x000027bf increase  0xffffffff , 0x0000003f 
+ 00014089  0x000027c0 store  0x00000001 , 0x00004625 
+ 00014090  0x000027c1 beq  0x00000000 , 0x00003715 
+ 00014091  0x000027c4 jam  0x00000000 , 0x00004141 
+ 00014092  0x000027c5 rtn 
+ 00014093  0x000027c8 jam  0x00000000 , 0x00004626 
+ 00014094  0x000027ca fetch  0x00000001 , 0x00004625 
+ 00014095  0x000027cb beq  0x00000002 , 0x00003713 
+ 00014096  0x000027cc increase  0x00000001 , 0x0000003f 
+ 00014097  0x000027cd store  0x00000001 , 0x00004625 
+ 00014098  0x000027ce beq  0x00000001 , 0x0000370b 
+ 00014099  0x000027d0 jam  0x00000006 , 0x00004141 
+ 00014100  0x000027d1 rtn 
+ 00014101  0x000027d4 jam  0x00000085 , 0x00004141 
+ 00014102  0x000027d5 rtn 
+ 00014103  0x000027d8 jam  0x00000001 , 0x00004625 
+ 00014104  0x000027d9 jam  0x00000000 , 0x00004626 
+ 00014105  0x000027da rtn 
+ 00014106  0x000027dd fetch  0x00000001 , 0x00004626 
+ 00014107  0x000027de increase  0x00000001 , 0x0000003f 
+ 00014108  0x000027df store  0x00000001 , 0x00004626 
+ 00014109  0x000027e0 rtn 
+ 00014110  0x000027e3 fetch  0x00000001 , 0x00004626 
+ 00014111  0x000027e4 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014112  0x000027e5 ncall  0x00003726 , 0x00000002 
+ 00014113  0x000027e6 fetch  0x00000001 , 0x00004626 
+ 00014114  0x000027e7 rtneq  0x00000000 
+ 00014115  0x000027e8 increase  0xffffffff , 0x0000003f 
+ 00014116  0x000027e9 store  0x00000001 , 0x00004626 
+ 00014117  0x000027ea rtn 
+ 00014118  0x000027ed jam  0x00000003 , 0x00004626 
+ 00014119  0x000027ee rtn 
+ 00014120  0x000027f9 fetch  0x00000001 , 0x000008f3 
+ 00014121  0x000027fa store  0x00000001 , 0x00000709 
+ 00014122  0x000027fb copy  0x00000030 , 0x00000006 
+ 00014123  0x000027fc call  0x00007c8e 
+ 00014124  0x000027fd fetch  0x00000002 , 0x00004826 
+ 00014125  0x000027fe branch  0x00007d79 
+ 00014126  0x00002801 jam  0x0000001e , 0x000049b8 
+ 00014127  0x00002802 call  0x0000378c 
+ 00014128  0x00002805 fetch  0x00000001 , 0x0000070a 
+ 00014129  0x00002806 beq  0x00000000 , 0x00003739 
+ 00014130  0x00002807 beq  0x00000080 , 0x00003d67 
+ 00014131  0x00002808 beq  0x00000082 , 0x00003ed4 
+ 00014132  0x00002809 beq  0x000000d1 , 0x00003799 
+ 00014133  0x0000280a beq  0x000000d0 , 0x000037ba 
+ 00014134  0x0000280b beq  0x000000d2 , 0x00003799 
+ 00014135  0x0000280c beq  0x000000d5 , 0x000037bb 
+ 00014136  0x0000280d rtn 
+ 00014137  0x00002811 arg  0x0000070e , 0x00000006 
+ 00014138  0x00002812 arg  0x00004959 , 0x00000005 
+ 00014139  0x00002813 call  0x00007c8f 
+ 00014140  0x00002814 jam  0x00000000 , 0x000047e4 
+ 00014141  0x00002815 call  0x00003bbf 
+ 00014142  0x00002816 call  0x00003bb1 
+ 00014143  0x00002817 call  0x0000375e 
+ 00014144  0x00002818 call  0x0000374f 
+ 00014145  0x00002819 call  0x00003754 
+ 00014146  0x0000281a jam  0x00000000 , 0x000047e4 
+ 00014147  0x0000281b fetch  0x00000002 , 0x00004828 
+ 00014148  0x0000281c branch  0x00007d79 
+ 00014149  0x0000281f setarg  0x00000000 
+ 00014150  0x00002820 store  0x00000002 , 0x00004806 
+ 00014151  0x00002822 random  0x0000003f 
+ 00014152  0x00002823 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00014153  0x00002824 add  0x0000003f , 0x0000001e , 0x0000003f 
+ 00014154  0x00002825 store  0x00000001 , 0x00004804 
+ 00014155  0x00002826 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00014156  0x00002827 store  0x00000001 , 0x00004803 
+ 00014157  0x00002828 call  0x00003e53 
+ 00014158  0x00002829 branch  0x00003a71 
+ 00014159  0x0000282c fetch  0x00000001 , 0x00000951 
+ 00014160  0x0000282d jam  0x00000004 , 0x000047e4 
+ 00014161  0x0000282e rtneq  0x00000001 
+ 00014162  0x0000282f jam  0x00000000 , 0x000047e4 
+ 00014163  0x00002830 rtn 
+ 00014164  0x00002833 setarg  0x00000080 
+ 00014165  0x00002834 store  0x00000001 , 0x00000723 
+ 00014166  0x00002835 setarg  0x00000003 
+ 00014167  0x00002836 istore  0x00000001 , 0x00000005 
+ 00014168  0x00002837 setarg  0x00000000 
+ 00014169  0x00002838 istore  0x00000001 , 0x00000005 
+ 00014170  0x00002839 fetch  0x00000003 , 0x0000070b 
+ 00014171  0x0000283a istore  0x00000003 , 0x00000005 
+ 00014172  0x0000283b jam  0x00000006 , 0x00000722 
+ 00014173  0x0000283c branch  0x000041b5 
+ 00014174  0x00002840 fetch  0x00000002 , 0x0000484c 
+ 00014175  0x00002841 rtnbit1  0x00000002 
+ 00014176  0x00002842 call  0x00003e3e 
+ 00014177  0x00002844 add  0x00000011 , 0x00000006 , 0x00000013 
+ 00014178  0x00002845 setarg  0xffffffff 
+ 00014179  0x00002846 istore  0x00000008 , 0x00000013 
+ 00014180  0x00002847 istore  0x00000008 , 0x00000005 
+ 00014181  0x00002848 ifetch  0x00000002 , 0x00000011 
+ 00014182  0x00002849 istore  0x00000002 , 0x00000013 
+ 00014183  0x0000284a copy  0x00000012 , 0x0000003f 
+ 00014184  0x0000284b iadd  0x00000011 , 0x00000011 
+ 00014185  0x0000284c loop  0x00003761 
+ 00014186  0x0000284d fetch  0x00000002 , 0x00004848 
+ 00014187  0x0000284e branch  0x00007d79 
+ 00014188  0x00002852 setarg  0x00000082 
+ 00014189  0x00002853 store  0x00000001 , 0x00000723 
+ 00014190  0x00002854 setarg  0x00000004 
+ 00014191  0x00002855 istore  0x00000001 , 0x00000005 
+ 00014192  0x00002856 fetch  0x00000001 , 0x0000070c 
+ 00014193  0x00002857 istore  0x00000001 , 0x00000005 
+ 00014194  0x00002858 jam  0x00000003 , 0x00000722 
+ 00014195  0x00002859 branch  0x000041b5 
+ 00014196  0x0000285d setarg  0x00000082 
+ 00014197  0x0000285e store  0x00000001 , 0x00000723 
+ 00014198  0x0000285f setarg  0x0000004e 
+ 00014199  0x00002860 istore  0x00000001 , 0x00000005 
+ 00014200  0x00002861 fetch  0x00000002 , 0x0000070c 
+ 00014201  0x00002862 istore  0x00000002 , 0x00000005 
+ 00014202  0x00002863 jam  0x00000004 , 0x00000722 
+ 00014203  0x00002864 branch  0x000041b5 
+ 00014204  0x00002868 setarg  0x00000082 
+ 00014205  0x00002869 store  0x00000001 , 0x00000723 
+ 00014206  0x0000286a setarg  0x00000060 
+ 00014207  0x0000286b istore  0x00000001 , 0x00000005 
+ 00014208  0x0000286c fetch  0x00000004 , 0x0000070c 
+ 00014209  0x0000286d istore  0x00000004 , 0x00000005 
+ 00014210  0x0000286e jam  0x00000006 , 0x00000722 
+ 00014211  0x0000286f branch  0x000041b5 
+ 00014212  0x00002874 setarg  0x0000005e 
+ 00014213  0x00002875 store  0x00000001 , 0x00000723 
+ 00014214  0x00002876 setarg  0x00000000 
+ 00014215  0x00002877 istore  0x00000001 , 0x00000005 
+ 00014216  0x00002878 fetch  0x00000002 , 0x0000070c 
+ 00014217  0x00002879 istore  0x00000002 , 0x00000005 
+ 00014218  0x0000287a jam  0x00000004 , 0x00000722 
+ 00014219  0x0000287b branch  0x000041b5 
+ 00014220  0x00002881 fetch  0x00000001 , 0x00004804 
+ 00014221  0x00002882 rtn  0x00000034 
+ 00014222  0x00002883 pincrease  0x0000001e 
+ 00014223  0x00002884 store  0x00000001 , 0x00004804 
+ 00014224  0x00002885 rtn 
+ 00014225  0x00002888 arg  0x00004803 , 0x00000013 
+ 00014226  0x00002889 arg  0x000037e4 , 0x00000012 
+ 00014227  0x0000288a branch  0x000042e0 
+ 00014228  0x0000288d arg  0x00004804 , 0x00000013 
+ 00014229  0x0000288e arg  0x00003797 , 0x00000012 
+ 00014230  0x0000288f branch  0x000042e0 
+ 00014231  0x00002892 fetch  0x00000002 , 0x00004855 
+ 00014232  0x00002893 branch  0x00007d79 
+ 00014233  0x0000289b call  0x000037c4 
+ 00014234  0x0000289c nrtn  0x00000028 
+ 00014235  0x0000289d bpatchx  0x000000a0 , 0x00004034 
+ 00014236  0x0000289e fetch  0x00000002 , 0x0000070e 
+ 00014237  0x0000289f arg  0x0000f01f , 0x00000002 
+ 00014238  0x000028a0 isub  0x00000002 , 0x0000003e 
+ 00014239  0x000028a1 branch  0x000037d8 , 0x00000005 
+ 00014240  0x000028a3 arg  0x0000f014 , 0x00000002 
+ 00014241  0x000028a4 isub  0x00000002 , 0x0000003e 
+ 00014242  0x000028a5 branch  0x0000391c , 0x00000005 
+ 00014243  0x000028a7 arg  0x0000f013 , 0x00000002 
+ 00014244  0x000028a8 isub  0x00000002 , 0x0000003e 
+ 00014245  0x000028a9 branch  0x00003907 , 0x00000005 
+ 00014246  0x000028ab arg  0x0000f017 , 0x00000002 
+ 00014247  0x000028ac isub  0x00000002 , 0x0000003e 
+ 00014248  0x000028ad branch  0x00003819 , 0x00000005 
+ 00014249  0x000028ae arg  0x0000f018 , 0x00000002 
+ 00014250  0x000028af isub  0x00000002 , 0x0000003e 
+ 00014251  0x000028b0 branch  0x00003845 , 0x00000005 
+ 00014252  0x000028b1 arg  0x0000f016 , 0x00000002 
+ 00014253  0x000028b2 isub  0x00000002 , 0x0000003e 
+ 00014254  0x000028b3 branch  0x0000386a , 0x00000005 
+ 00014255  0x000028b6 arg  0x00000534 , 0x00000002 
+ 00014256  0x000028b7 isub  0x00000002 , 0x0000003e 
+ 00014257  0x000028b8 branch  0x000037cf , 0x00000005 
+ 00014258  0x000028b9 arg  0x00000533 , 0x00000002 
+ 00014259  0x000028ba isub  0x00000002 , 0x0000003e 
+ 00014260  0x000028bb branch  0x000037d2 , 0x00000005 
+ 00014261  0x000028bc arg  0x00000123 , 0x00000002 
+ 00014262  0x000028bd isub  0x00000002 , 0x0000003e 
+ 00014263  0x000028be branch  0x000037d5 , 0x00000005 
+ 00014264  0x000028bf fetch  0x00000002 , 0x0000482c 
+ 00014265  0x000028c0 branch  0x00007d79 
+ 00014266  0x000028c3 rtn 
+ 00014267  0x000028c5 ifetch  0x00000002 , 0x00000006 
+ 00014268  0x000028c6 arg  0x000001a8 , 0x00000002 
+ 00014269  0x000028c7 isub  0x00000002 , 0x0000003e 
+ 00014270  0x000028c8 nrtn  0x00000005 
+ 00014271  0x000028c9 ifetch  0x00000001 , 0x00000006 
+ 00014272  0x000028ca fetcht  0x00000001 , 0x000049b6 
+ 00014273  0x000028cb isub  0x00000002 , 0x0000003e 
+ 00014274  0x000028cc nrtn  0x00000005 
+ 00014275  0x000028cd branch  0x00003b2a 
+ 00014276  0x000028d0 call  0x00007dbc 
+ 00014277  0x000028d1 fetch  0x00000002 , 0x0000070b 
+ 00014278  0x000028d2 arg  0x000001a8 , 0x00000002 
+ 00014279  0x000028d3 isub  0x00000002 , 0x0000003e 
+ 00014280  0x000028d4 nrtn  0x00000005 
+ 00014281  0x000028d5 fetcht  0x00000001 , 0x000044f1 
+ 00014282  0x000028d6 fetch  0x00000001 , 0x0000070d 
+ 00014283  0x000028d7 isub  0x00000002 , 0x0000003e 
+ 00014284  0x000028d8 rtn  0x00000005 
+ 00014285  0x000028d9 store  0x00000001 , 0x000044f1 
+ 00014286  0x000028da branch  0x00007dba 
+ 00014287  0x000028dd call  0x000037f4 
+ 00014288  0x000028de fetch  0x00000002 , 0x0000483c 
+ 00014289  0x000028df branch  0x00007d79 
+ 00014290  0x000028e3 call  0x000037f4 
+ 00014291  0x000028e4 fetch  0x00000002 , 0x0000483e 
+ 00014292  0x000028e5 branch  0x00007d79 
+ 00014293  0x000028e8 call  0x000037ee 
+ 00014294  0x000028e9 fetch  0x00000002 , 0x00004840 
+ 00014295  0x000028ea branch  0x00007d79 
+ 00014296  0x000028ee call  0x000037f0 
+ 00014297  0x000028f0 fetch  0x00000004 , 0x00000710 
+ 00014298  0x000028f1 store  0x00000004 , 0x000044f3 
+ 00014299  0x000028f2 branch  0x00003889 
+ 00014300  0x000028f7 setarg  0x000000d3 
+ 00014301  0x000028f8 store  0x00000001 , 0x00000723 
+ 00014302  0x000028f9 setarg  0x000001a8 
+ 00014303  0x000028fa istore  0x00000002 , 0x00000005 
+ 00014304  0x000028fb fetch  0x00000001 , 0x000044f1 
+ 00014305  0x000028fc istore  0x00000001 , 0x00000005 
+ 00014306  0x000028fd istoret  0x00000002 , 0x00000005 
+ 00014307  0x000028fe rtn 
+ 00014308  0x00002902 arg  0x00000000 , 0x00000007 
+ 00014309  0x00002903 arg  0x00000003 , 0x00000002 
+ 00014310  0x00002904 arg  0x0000f009 , 0x00000011 
+ 00014311  0x00002905 branch  0x000037fc 
+ 00014312  0x00002911 arg  0x00000100 , 0x00000011 
+ 00014313  0x00002912 branch  0x000037fc 
+ 00014314  0x00002917 arg  0x00000008 , 0x00000039 
+ 00014315  0x00002918 branch  0x000037f6 
+ 00014316  0x0000291b arg  0x00000008 , 0x00000039 
+ 00014317  0x0000291c branch  0x000037f6 
+ 00014318  0x0000291f arg  0x00000006 , 0x00000039 
+ 00014319  0x00002920 branch  0x000037f6 
+ 00014320  0x00002923 arg  0x00000004 , 0x00000039 
+ 00014321  0x00002924 branch  0x000037f6 
+ 00014322  0x00002927 arg  0x00000002 , 0x00000039 
+ 00014323  0x00002928 branch  0x000037f6 
+ 00014324  0x0000292b arg  0x00000001 , 0x00000039 
+ 00014325  0x0000292c branch  0x000037f6 
+ 00014326  0x00002930 add  0x00000039 , 0x00000006 , 0x0000003f 
+ 00014327  0x00002931 store  0x00000001 , 0x00000722 
+ 00014328  0x00002932 call  0x000037dc 
+ 00014329  0x00002933 arg  0x00000710 , 0x00000006 
+ 00014330  0x00002934 call  0x00007cda 
+ 00014331  0x00002935 branch  0x000041b5 
+ 00014332  0x0000293d call  0x00003808 
+ 00014333  0x0000293e istorer  0x00000011 , 0x00000002 , 0x00000005 
+ 00014334  0x0000293f istoret  0x00000001 , 0x00000005 
+ 00014335  0x00002940 jam  0x00000007 , 0x00000722 
+ 00014336  0x00002941 branch  0x00003806 
+ 00014337  0x00002948 call  0x00003808 
+ 00014338  0x00002949 istorer  0x00000011 , 0x00000002 , 0x00000005 
+ 00014339  0x0000294a istoret  0x00000002 , 0x00000005 
+ 00014340  0x0000294b jam  0x00000008 , 0x00000722 
+ 00014341  0x0000294c branch  0x00003806 
+ 00014342  0x00002951 call  0x00003f6e 
+ 00014343  0x00002952 branch  0x000041b5 
+ 00014344  0x00002956 fetch  0x00000001 , 0x000047ae 
+ 00014345  0x00002957 store  0x00000001 , 0x0000092b 
+ 00014346  0x00002958 setarg  0x000000f0 
+ 00014347  0x00002959 store  0x00000002 , 0x0000094c 
+ 00014348  0x0000295a fetch  0x00000001 , 0x000044f2 
+ 00014349  0x0000295b pincrease  0x00000001 
+ 00014350  0x0000295c store  0x00000001 , 0x000044f2 
+ 00014351  0x0000295d beq  0x000000c0 , 0x00003817 
+ 00014352  0x0000295e setarg  0x000000d4 
+ 00014353  0x0000295f store  0x00000001 , 0x00000723 
+ 00014354  0x00002960 setarg  0x000001a8 
+ 00014355  0x00002961 istore  0x00000002 , 0x00000005 
+ 00014356  0x00002962 fetch  0x00000001 , 0x000044f2 
+ 00014357  0x00002963 istore  0x00000001 , 0x00000005 
+ 00014358  0x00002964 rtn 
+ 00014359  0x00002967 jam  0x00000080 , 0x000044f2 
+ 00014360  0x00002968 rtn 
+ 00014361  0x0000296c copy  0x00000006 , 0x00000011 
+ 00014362  0x0000296d fetch  0x00000001 , 0x00000709 
+ 00014363  0x0000296e arg  0x00000006 , 0x00000002 
+ 00014364  0x0000296f isub  0x00000002 , 0x0000003f 
+ 00014365  0x00002970 store  0x00000001 , 0x00004608 
+ 00014366  0x00002971 copy  0x0000003f , 0x00000039 
+ 00014367  0x00002972 copy  0x00000011 , 0x00000006 
+ 00014368  0x00002973 arg  0x00004609 , 0x00000005 
+ 00014369  0x00002974 call  0x00007cda 
+ 00014370  0x00002975 arg  0x00000000 , 0x00000012 
+ 00014371  0x00002977 arg  0x00004609 , 0x0000003f 
+ 00014372  0x00002978 iadd  0x00000012 , 0x00000002 
+ 00014373  0x00002979 ifetch  0x00000001 , 0x00000002 
+ 00014374  0x0000297a beq  0x000000ff , 0x0000383f 
+ 00014375  0x0000297b and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014376  0x0000297c call  0x00003837 
+ 00014377  0x0000297d increase  0x00000001 , 0x00000012 
+ 00014378  0x0000297e fetch  0x00000001 , 0x00004608 
+ 00014379  0x0000297f isub  0x00000012 , 0x0000003e 
+ 00014380  0x00002980 branch  0x00003823 , 0x00000002 
+ 00014381  0x00002981 call  0x0000394a 
+ 00014382  0x00002983 arg  0x0000f017 , 0x00000002 
+ 00014383  0x00002984 call  0x000037dc 
+ 00014384  0x00002985 arg  0x00000000 , 0x00000002 
+ 00014385  0x00002986 istoret  0x00000001 , 0x00000005 
+ 00014386  0x00002987 copy  0x00000005 , 0x00000002 
+ 00014387  0x00002988 call  0x0000393b 
+ 00014388  0x00002989 pincrease  0x00000007 
+ 00014389  0x0000298a store  0x00000001 , 0x00000722 
+ 00014390  0x0000298b branch  0x000041b5 
+ 00014391  0x0000298e rtn  0x00000034 
+ 00014392  0x0000298f pincrease  0xffffffff 
+ 00014393  0x00002990 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014394  0x00002991 arg  0x00004503 , 0x00000011 
+ 00014395  0x00002992 iadd  0x00000011 , 0x00000011 
+ 00014396  0x00002993 setarg  0x00000000 
+ 00014397  0x00002994 istore  0x00000001 , 0x00000011 
+ 00014398  0x00002995 rtn 
+ 00014399  0x00002998 arg  0x00000012 , 0x00000039 
+ 00014400  0x00002999 mul32  0x00000039 , 0x0000000d , 0x00000039 
+ 00014401  0x0000299a arg  0x00004503 , 0x00000005 
+ 00014402  0x0000299b call  0x00007ca1 
+ 00014403  0x0000299c call  0x0000394a 
+ 00014404  0x0000299d branch  0x0000382e 
+ 00014405  0x000029a0 ifetch  0x00000001 , 0x00000006 
+ 00014406  0x000029a1 beq  0x000000ff , 0x0000385e 
+ 00014407  0x000029a2 store  0x00000001 , 0x000045ff 
+ 00014408  0x000029a3 ifetch  0x00000001 , 0x00000006 
+ 00014409  0x000029a4 pincrease  0xffffffff 
+ 00014410  0x000029a5 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014411  0x000029a6 arg  0x00004503 , 0x00000006 
+ 00014412  0x000029a7 iadd  0x00000006 , 0x00000006 
+ 00014413  0x000029a8 arg  0x000045ed , 0x00000005 
+ 00014414  0x000029a9 arg  0x00000012 , 0x00000039 
+ 00014415  0x000029aa call  0x00007cda 
+ 00014416  0x000029ab arg  0x0000f018 , 0x00000002 
+ 00014417  0x000029ac call  0x000037dc 
+ 00014418  0x000029ad fetch  0x00000001 , 0x000045ed 
+ 00014419  0x000029ae branch  0x00003867 , 0x00000034 
+ 00014420  0x000029af arg  0x00000000 , 0x00000002 
+ 00014421  0x000029b0 istoret  0x00000001 , 0x00000005 
+ 00014422  0x000029b2 fetch  0x00000001 , 0x000045ff 
+ 00014423  0x000029b3 istore  0x00000001 , 0x00000005 
+ 00014424  0x000029b4 fetch  0x00000001 , 0x000045ed 
+ 00014425  0x000029b5 istore  0x00000001 , 0x00000005 
+ 00014426  0x000029b6 fetch  0x00000008 , 0x000045ee 
+ 00014427  0x000029b7 istore  0x00000008 , 0x00000005 
+ 00014428  0x000029b8 jam  0x00000011 , 0x00000722 
+ 00014429  0x000029b9 branch  0x000041b5 
+ 00014430  0x000029bd arg  0x0000f018 , 0x00000002 
+ 00014431  0x000029be call  0x000037dc 
+ 00014432  0x000029bf arg  0x000000ff , 0x00000002 
+ 00014433  0x000029c0 istoret  0x00000002 , 0x00000005 
+ 00014434  0x000029c3 copy  0x00000005 , 0x00000002 
+ 00014435  0x000029c4 call  0x0000393b 
+ 00014436  0x000029c5 pincrease  0x00000008 
+ 00014437  0x000029c6 store  0x00000001 , 0x00000722 
+ 00014438  0x000029c7 branch  0x000041b5 
+ 00014439  0x000029cd arg  0x00000080 , 0x00000002 
+ 00014440  0x000029ce istore  0x00000001 , 0x00000005 
+ 00014441  0x000029cf branch  0x00003856 
+ 00014442  0x000029d2 ifetch  0x00000001 , 0x00000006 
+ 00014443  0x000029d3 store  0x00000001 , 0x000045ff 
+ 00014444  0x000029d4 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014445  0x000029d5 pincrease  0xffffffff 
+ 00014446  0x000029d6 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014447  0x000029d7 arg  0x00004503 , 0x00000005 
+ 00014448  0x000029d8 iadd  0x00000005 , 0x00000005 
+ 00014449  0x000029d9 fetch  0x00000001 , 0x000045ff 
+ 00014450  0x000029da istore  0x00000001 , 0x00000005 
+ 00014451  0x000029db call  0x0000394a 
+ 00014452  0x000029dc arg  0x0000f016 , 0x00000002 
+ 00014453  0x000029dd call  0x000037dc 
+ 00014454  0x000029de setarg  0x00000000 
+ 00014455  0x000029df istore  0x00000001 , 0x00000005 
+ 00014456  0x000029e0 copy  0x00000005 , 0x00000002 
+ 00014457  0x000029e1 call  0x0000393b 
+ 00014458  0x000029e2 pincrease  0x00000007 
+ 00014459  0x000029e3 store  0x00000001 , 0x00000722 
+ 00014460  0x000029e4 branch  0x000041b5 
+ 00014461  0x000029ea copy  0x00000022 , 0x00000002 
+ 00014462  0x000029eb fetch  0x00000004 , 0x000044f7 
+ 00014463  0x000029ec isub  0x00000002 , 0x0000003e 
+ 00014464  0x000029ed call  0x0000388f , 0x00000002 
+ 00014465  0x000029ee call  0x00003896 
+ 00014466  0x000029ef isub  0x00000002 , 0x0000003e 
+ 00014467  0x000029f0 rtn  0x00000002 
+ 00014468  0x000029f1 call  0x0000388a 
+ 00014469  0x000029f2 fetch  0x00000004 , 0x000044f3 
+ 00014470  0x000029f3 pincrease  0x00000001 
+ 00014471  0x000029f4 store  0x00000004 , 0x000044f3 
+ 00014472  0x000029f5 branch  0x0000389a 
+ 00014473  0x000029f9 copy  0x00000022 , 0x0000003f 
+ 00014474  0x000029fb store  0x00000004 , 0x000044f7 
+ 00014475  0x000029fc fetch  0x00000001 , 0x000044fa 
+ 00014476  0x000029fd and_into  0x0000000f , 0x0000003f 
+ 00014477  0x000029fe store  0x00000001 , 0x000044fa 
+ 00014478  0x000029ff rtn 
+ 00014479  0x00002a02 rtn  0x00000005 
+ 00014480  0x00002a03 copy  0x0000003f , 0x00000012 
+ 00014481  0x00002a04 setarg  0x00100000 
+ 00014482  0x00002a05 lshift8  0x0000003f , 0x0000003f 
+ 00014483  0x00002a06 iadd  0x00000002 , 0x00000002 
+ 00014484  0x00002a07 copy  0x00000012 , 0x0000003f 
+ 00014485  0x00002a08 rtn 
+ 00014486  0x00002a0b arg  0x00000014 , 0x00000039 
+ 00014487  0x00002a0d pincrease  0x000000a0 
+ 00014488  0x00002a0e loop  0x00003897 
+ 00014489  0x00002a0f rtn 
+ 00014490  0x00002a12 setarg  0x0000000d 
+ 00014491  0x00002a13 store  0x00000001 , 0x00004602 
+ 00014492  0x00002a14 pincrease  0xffffffff 
+ 00014493  0x00002a15 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014494  0x00002a16 arg  0x00004503 , 0x00000030 
+ 00014495  0x00002a17 iadd  0x00000030 , 0x00000030 
+ 00014496  0x00002a19 ifetch  0x00000001 , 0x00000030 
+ 00014497  0x00002a1a ncall  0x000038a8 , 0x00000034 
+ 00014498  0x00002a1b increase  0xffffffee , 0x00000030 
+ 00014499  0x00002a1d fetch  0x00000001 , 0x00004602 
+ 00014500  0x00002a1e pincrease  0xffffffff 
+ 00014501  0x00002a1f rtn  0x00000034 
+ 00014502  0x00002a20 store  0x00000001 , 0x00004602 
+ 00014503  0x00002a21 branch  0x000038a0 
+ 00014504  0x00002a24 arg  0x00000007 , 0x00000007 
+ 00014505  0x00002a25 qisolate0  0x0000003f 
+ 00014506  0x00002a26 rtn  0x00000001 
+ 00014507  0x00002a27 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014508  0x00002a28 arg  0x0000000d , 0x00000002 
+ 00014509  0x00002a29 isub  0x00000002 , 0x0000003e 
+ 00014510  0x00002a2a rtn  0x00000002 
+ 00014511  0x00002a2b copy  0x00000030 , 0x00000006 
+ 00014512  0x00002a2c arg  0x000045ed , 0x00000005 
+ 00014513  0x00002a2d arg  0x00000012 , 0x00000039 
+ 00014514  0x00002a2e call  0x00007cda 
+ 00014515  0x00002a2f fetch  0x00000001 , 0x000045fe 
+ 00014516  0x00002a30 beq  0x00000059 , 0x000038bf 
+ 00014517  0x00002a32 fetcht  0x00000004 , 0x000044f3 
+ 00014518  0x00002a33 fetch  0x00000004 , 0x000045ee 
+ 00014519  0x00002a34 isub  0x00000002 , 0x0000003e 
+ 00014520  0x00002a35 fetch  0x00000001 , 0x000045f5 
+ 00014521  0x00002a36 branch  0x000038e3 , 0x00000005 
+ 00014522  0x00002a37 nbranch  0x000038bc , 0x00000002 
+ 00014523  0x00002a38 rtn 
+ 00014524  0x00002a3b setarg  0x00000000 
+ 00014525  0x00002a3c istore  0x00000001 , 0x00000030 
+ 00014526  0x00002a3d rtn 
+ 00014527  0x00002a41 fetch  0x00000004 , 0x000044f3 
+ 00014528  0x00002a42 arg  0x0000003c , 0x00000002 
+ 00014529  0x00002a43 idiv  0x00000002 
+ 00014530  0x00002a44 call  0x00007d62 
+ 00014531  0x00002a45 remainder  0x0000003f 
+ 00014532  0x00002a46 nrtn  0x00000034 
+ 00014533  0x00002a48 fetch  0x00000004 , 0x000044f3 
+ 00014534  0x00002a49 arg  0x00054600 , 0x00000002 
+ 00014535  0x00002a4a isub  0x00000002 , 0x0000003f 
+ 00014536  0x00002a4c arg  0x00093a80 , 0x00000002 
+ 00014537  0x00002a4d idiv  0x00000002 
+ 00014538  0x00002a4e call  0x00007d62 
+ 00014539  0x00002a4f remainder  0x0000003f 
+ 00014540  0x00002a50 arg  0x00015180 , 0x00000002 
+ 00014541  0x00002a51 idiv  0x00000002 
+ 00014542  0x00002a52 call  0x00007d62 
+ 00014543  0x00002a53 remainder  0x00000011 
+ 00014544  0x00002a54 quotient  0x00000007 
+ 00014545  0x00002a55 fetch  0x00000001 , 0x000045f2 
+ 00014546  0x00002a56 branch  0x000038d5 , 0x00000034 
+ 00014547  0x00002a57 qisolate1  0x0000003f 
+ 00014548  0x00002a58 nrtn  0x00000001 
+ 00014549  0x00002a5b deposit  0x00000011 
+ 00014550  0x00002a5c arg  0x0000003c , 0x00000002 
+ 00014551  0x00002a5d idiv  0x00000002 
+ 00014552  0x00002a5e call  0x00007d62 
+ 00014553  0x00002a5f quotient  0x00000002 
+ 00014554  0x00002a60 setarg  0x000001e0 
+ 00014555  0x00002a61 iadd  0x00000002 , 0x00000002 
+ 00014556  0x00002a62 fetch  0x00000002 , 0x000045ee 
+ 00014557  0x00002a63 arg  0x00000fff , 0x00000011 
+ 00014558  0x00002a64 iand  0x00000011 , 0x0000003f 
+ 00014559  0x00002a65 isub  0x00000002 , 0x0000003e 
+ 00014560  0x00002a66 nrtn  0x00000005 
+ 00014561  0x00002a67 fetch  0x00000001 , 0x000045f6 
+ 00014562  0x00002a68 branch  0x000038e3 
+ 00014563  0x00002a6b store  0x00000001 , 0x0000070c 
+ 00014564  0x00002a6c jam  0x00000001 , 0x00004602 
+ 00014565  0x00002a6e copy  0x00000030 , 0x0000003f 
+ 00014566  0x00002a6f store  0x00000002 , 0x0000091f 
+ 00014567  0x00002a71 fetcht  0x00000001 , 0x0000070c 
+ 00014568  0x00002a72 fetchr  0x00000007 , 0x00000001 , 0x00004869 
+ 00014569  0x00002a73 call  0x000037e8 
+ 00014570  0x00002a75 fetch  0x00000002 , 0x0000091f 
+ 00014571  0x00002a76 copy  0x0000003f , 0x00000030 
+ 00014572  0x00002a77 add  0x00000030 , 0x00000011 , 0x00000006 
+ 00014573  0x00002a78 ifetch  0x00000001 , 0x00000006 
+ 00014574  0x00002a79 beq  0x00000059 , 0x000038f4 
+ 00014575  0x00002a7b setarg  0x00000000 
+ 00014576  0x00002a7c istore  0x00000001 , 0x00000030 
+ 00014577  0x00002a7d fetchr  0x00000007 , 0x00000001 , 0x00004869 
+ 00014578  0x00002a7e call  0x000038ff 
+ 00014579  0x00002a7f branch  0x0000394a 
+ 00014580  0x00002a84 fetch  0x00000001 , 0x000045f2 
+ 00014581  0x00002a85 branch  0x000038ef , 0x00000034 
+ 00014582  0x00002a86 arg  0x0000f009 , 0x00000002 
+ 00014583  0x00002a87 call  0x000037dc 
+ 00014584  0x00002a88 setarg  0x00000011 
+ 00014585  0x00002a89 istore  0x00000001 , 0x00000005 
+ 00014586  0x00002a8a ifetch  0x00000001 , 0x00000030 
+ 00014587  0x00002a8b or  0x0000003f , 0x00000080 , 0x0000003f 
+ 00014588  0x00002a8c istore  0x00000001 , 0x00000005 
+ 00014589  0x00002a8d jam  0x00000008 , 0x00000723 
+ 00014590  0x00002a8e branch  0x00003806 
+ 00014591  0x00002a91 arg  0x0000f020 , 0x00000002 
+ 00014592  0x00002a92 call  0x000037dc 
+ 00014593  0x00002a93 copy  0x00000005 , 0x00000002 
+ 00014594  0x00002a94 call  0x0000393b 
+ 00014595  0x00002a96 pincrease  0x00000006 
+ 00014596  0x00002a97 store  0x00000001 , 0x00000722 
+ 00014597  0x00002a98 jam  0x000000d3 , 0x00000723 
+ 00014598  0x00002a99 branch  0x00003806 
+ 00014599  0x00002a9d arg  0x000045ed , 0x00000005 
+ 00014600  0x00002a9e arg  0x00000010 , 0x00000039 
+ 00014601  0x00002a9f call  0x00007cda 
+ 00014602  0x00002aa0 fetch  0x00000001 , 0x000045ed 
+ 00014603  0x00002aa1 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014604  0x00002aa2 store  0x00000001 , 0x000045ff 
+ 00014605  0x00002aa3 sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00014606  0x00002aa4 nrtn  0x00000002 
+ 00014607  0x00002aa5 fetch  0x00000004 , 0x000045ee 
+ 00014608  0x00002aa6 arg  0x0000003c , 0x00000002 
+ 00014609  0x00002aa7 idiv  0x00000002 
+ 00014610  0x00002aa8 call  0x00007d62 
+ 00014611  0x00002aa9 remainder  0x00000002 
+ 00014612  0x00002aaa isub  0x00000002 , 0x0000003f 
+ 00014613  0x00002aab store  0x00000004 , 0x000045ee 
+ 00014614  0x00002aac setarg  0x00000000 
+ 00014615  0x00002aad store  0x00000002 , 0x000045fd 
+ 00014616  0x00002aae arg  0x000045ed , 0x00000011 
+ 00014617  0x00002aaf call  0x00003930 
+ 00014618  0x00002ab0 arg  0x0000f013 , 0x00000002 
+ 00014619  0x00002ab1 branch  0x00003928 
+ 00014620  0x00002ab8 arg  0x000045ed , 0x00000005 
+ 00014621  0x00002ab9 arg  0x00000011 , 0x00000039 
+ 00014622  0x00002aba call  0x00007cda 
+ 00014623  0x00002abd fetch  0x00000001 , 0x000045ed 
+ 00014624  0x00002abe and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014625  0x00002abf store  0x00000001 , 0x000045ff 
+ 00014626  0x00002ac0 sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00014627  0x00002ac1 nrtn  0x00000002 
+ 00014628  0x00002ac3 jam  0x00000059 , 0x000045fe 
+ 00014629  0x00002ac4 arg  0x000045ed , 0x00000011 
+ 00014630  0x00002ac5 call  0x00003930 
+ 00014631  0x00002ac6 arg  0x0000f014 , 0x00000002 
+ 00014632  0x00002acb call  0x000037dc 
+ 00014633  0x00002acc setarg  0x00000000 
+ 00014634  0x00002acd store  0x00000001 , 0x00000729 
+ 00014635  0x00002ace copy  0x00000005 , 0x00000002 
+ 00014636  0x00002acf call  0x0000393b 
+ 00014637  0x00002ad0 pincrease  0x00000007 
+ 00014638  0x00002ad1 store  0x00000001 , 0x00000722 
+ 00014639  0x00002ad2 branch  0x000041b5 
+ 00014640  0x00002ad6 call  0x00003937 
+ 00014641  0x00002ad7 copy  0x00000011 , 0x00000006 
+ 00014642  0x00002ad8 arg  0x00004503 , 0x00000005 
+ 00014643  0x00002ad9 iadd  0x00000005 , 0x00000005 
+ 00014644  0x00002ada arg  0x00000012 , 0x00000039 
+ 00014645  0x00002adb call  0x00007cda 
+ 00014646  0x00002adc branch  0x0000394a 
+ 00014647  0x00002adf fetch  0x00000001 , 0x000045ff 
+ 00014648  0x00002ae0 pincrease  0xffffffff 
+ 00014649  0x00002ae1 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014650  0x00002ae2 rtn 
+ 00014651  0x00002ae5 arg  0x00004503 , 0x00000011 
+ 00014652  0x00002ae6 arg  0x00000000 , 0x00000012 
+ 00014653  0x00002ae7 copy  0x00000002 , 0x00000005 
+ 00014654  0x00002ae8 arg  0x0000000d , 0x00000039 
+ 00014655  0x00002ae9 increase  0xffffffff , 0x00000039 
+ 00014656  0x00002aeb ifetch  0x00000001 , 0x00000011 
+ 00014657  0x00002aec beq  0x000000ff , 0x00003945 
+ 00014658  0x00002aed branch  0x00003945 , 0x00000034 
+ 00014659  0x00002aee increase  0x00000001 , 0x00000012 
+ 00014660  0x00002aef istore  0x00000001 , 0x00000005 
+ 00014661  0x00002af1 setarg  0x00000012 
+ 00014662  0x00002af2 iadd  0x00000011 , 0x00000011 
+ 00014663  0x00002af3 loop  0x00003940 
+ 00014664  0x00002af4 copy  0x00000012 , 0x0000003f 
+ 00014665  0x00002af5 rtn 
+ 00014666  0x00002af8 fetch  0x00000002 , 0x0000484a 
+ 00014667  0x00002af9 branch  0x00007d79 
+ 00014668  0x00002b04 bpatchx  0x000000a1 , 0x00004034 
+ 00014669  0x00002b05 setarg  0x00004a5e 
+ 00014670  0x00002b06 store  0x00000002 , 0x00004aed 
+ 00014671  0x00002b07 setarg  0x00004aeb 
+ 00014672  0x00002b08 store  0x00000002 , 0x00000919 
+ 00014673  0x00002b09 jam  0x00000014 , 0x00000787 
+ 00014674  0x00002b0a fetch  0x00000001 , 0x00004808 
+ 00014675  0x00002b0b store  0x00000001 , 0x00000788 
+ 00014676  0x00002b0d fetch  0x00000001 , 0x00000916 
+ 00014677  0x00002b0e pincrease  0x0000000b 
+ 00014678  0x00002b0f add  0x0000003f , 0xfffffffe , 0x00000039 
+ 00014679  0x00002b18 store  0x00000001 , 0x00000789 
+ 00014680  0x00002b19 pincrease  0xffffffff 
+ 00014681  0x00002b1c istore  0x00000001 , 0x00000005 
+ 00014682  0x00002b1d setarg  0x0000002a 
+ 00014683  0x00002b1e istore  0x00000001 , 0x00000005 
+ 00014684  0x00002b1f arg  0x00004998 , 0x00000006 
+ 00014685  0x00002b20 call  0x00007ccc 
+ 00014686  0x00002b21 fetchr  0x00000011 , 0x00000002 , 0x00000919 
+ 00014687  0x00002b22 call  0x00003967 
+ 00014688  0x00002b23 call  0x000078b2 
+ 00014689  0x00002b25 fetch  0x00000002 , 0x000044e9 
+ 00014690  0x00002b26 isolate1  0x00000009 , 0x0000003f 
+ 00014691  0x00002b27 nrtn  0x00000001 
+ 00014692  0x00002b29 call  0x00003e5e 
+ 00014693  0x00002b2a arg  0x00000787 , 0x00000011 
+ 00014694  0x00002b2b branch  0x000078b2 
+ 00014695  0x00002b2e add  0x00000011 , 0x00000002 , 0x00000006 
+ 00014696  0x00002b2f ifetch  0x00000002 , 0x00000006 
+ 00014697  0x00002b30 store  0x00000002 , 0x000043fb 
+ 00014698  0x00002b31 arg  0x00000787 , 0x00000011 
+ 00014699  0x00002b32 rtn 
+ 00014700  0x00002b36 setarg  0x00004a5e 
+ 00014701  0x00002b37 store  0x00000002 , 0x000043fb 
+ 00014702  0x00002b38 rtn 
+ 00014703  0x00002b3d fetch  0x00000001 , 0x000049b5 
+ 00014704  0x00002b3e rtnne  0x00000001 
+ 00014705  0x00002b3f jam  0x00000002 , 0x000049b5 
+ 00014706  0x00002b40 branch  0x00003ace 
+ 00014707  0x00002b43 arg  0x0000078c , 0x00000011 
+ 00014708  0x00002b44 arg  0x00000012 , 0x00000002 
+ 00014709  0x00002b45 setarg  0x00000021 
+ 00014710  0x00002b46 nrtn  0x00000001 
+ 00014711  0x00002b47 arg  0x0000079e , 0x00000011 
+ 00014712  0x00002b48 fetcht  0x00000001 , 0x00000789 
+ 00014713  0x00002b49 increase  0xffffffee , 0x00000002 
+ 00014714  0x00002b4a setarg  0x00000022 
+ 00014715  0x00002b4b rtn 
+ 00014716  0x00002b54 arg  0x0000462b , 0x00000005 
+ 00014717  0x00002b55 setarg  0x00000002 
+ 00014718  0x00002b56 istore  0x00000001 , 0x00000005 
+ 00014719  0x00002b57 setarg  0x00000001 
+ 00014720  0x00002b58 istore  0x00000001 , 0x00000005 
+ 00014721  0x00002b59 setarg  0x00000002 
+ 00014722  0x00002b5a istore  0x00000001 , 0x00000005 
+ 00014723  0x00002b5b rtn 
+ 00014724  0x00002b60 arg  0x00001827 , 0x00000002 
+ 00014725  0x00002b61 setarg  0x00000003 
+ 00014726  0x00002b62 istore  0x00000001 , 0x00000005 
+ 00014727  0x00002b63 setarg  0x00000003 
+ 00014728  0x00002b64 istore  0x00000001 , 0x00000005 
+ 00014729  0x00002b65 istoret  0x00000002 , 0x00000005 
+ 00014730  0x00002b66 rtn 
+ 00014731  0x00002b6a call  0x000025b8 
+ 00014732  0x00002b6b call  0x00002af5 
+ 00014733  0x00002b6c call  0x0000264e 
+ 00014734  0x00002b6d nrtn  0x0000002d 
+ 00014735  0x00002b6f fetch  0x00000001 , 0x00000002 
+ 00014736  0x00002b70 pincrease  0x00000001 
+ 00014737  0x00002b71 store  0x00000001 , 0x00000002 
+ 00014738  0x00002b72 fetch  0x00000002 , 0x00004824 
+ 00014739  0x00002b73 call  0x00007d79 
+ 00014740  0x00002b74 branch  0x000025bc 
+ 00014741  0x00002b77 call  0x000039a1 
+ 00014742  0x00002b78 rtn  0x00000028 
+ 00014743  0x00002b7a call  0x0000398b 
+ 00014744  0x00002b7b call  0x00002018 
+ 00014745  0x00002b7c fetcht  0x00000002 , 0x00004344 
+ 00014746  0x00002b7d arg  0x0000000a , 0x00000007 
+ 00014747  0x00002b7e call  0x000020dc 
+ 00014748  0x00002b7f rtn  0x00000028 
+ 00014749  0x00002b80 arg  0x0000000d , 0x00000007 
+ 00014750  0x00002b81 call  0x00007cef 
+ 00014751  0x00002b82 nbranch  0x00003997 , 0x00000034 
+ 00014752  0x00002b83 rtn 
+ 00014753  0x00002b86 fetcht  0x00000002 , 0x00004344 
+ 00014754  0x00002b87 arg  0x00000004 , 0x00000007 
+ 00014755  0x00002b88 call  0x000020dc 
+ 00014756  0x00002b89 rtn  0x00000028 
+ 00014757  0x00002b8a call  0x000039a9 
+ 00014758  0x00002b8b fetch  0x00000002 , 0x00004344 
+ 00014759  0x00002b8c arg  0x0000000d , 0x00000007 
+ 00014760  0x00002b8d branch  0x00007ce1 
+ 00014761  0x00002b91 fetch  0x00000001 , 0x0000464a 
+ 00014762  0x00002b92 pincrease  0x00000001 
+ 00014763  0x00002b93 store  0x00000001 , 0x0000464a 
+ 00014764  0x00002b94 store  0x00000001 , 0x00000007 
+ 00014765  0x00002b95 rtnne  0x00000028 
+ 00014766  0x00002b96 jam  0x00000025 , 0x0000464a 
+ 00014767  0x00002b97 jam  0x00000025 , 0x00000007 
+ 00014768  0x00002b98 rtn 
+ 00014769  0x00002b9b fetch  0x00000001 , 0x0000004c 
+ 00014770  0x00002b9c and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00014771  0x00002b9d beq  0x00000000 , 0x000039b6 
+ 00014772  0x00002b9e beq  0x00000002 , 0x000039b6 
+ 00014773  0x00002b9f rtn 
+ 00014774  0x00002ba2 ifetcht  0x00000001 , 0x00000006 
+ 00014775  0x00002ba3 sub  0x00000002 , 0x00000006 , 0x0000003e 
+ 00014776  0x00002ba4 rtn  0x00000002 
+ 00014777  0x00002ba5 sub  0x00000002 , 0x00000025 , 0x0000003e 
+ 00014778  0x00002ba6 nrtn  0x00000002 
+ 00014779  0x00002ba7 add  0x00000002 , 0xfffffffa , 0x00000011 
+ 00014780  0x00002ba8 add  0x00000006 , 0x00000006 , 0x00000012 
+ 00014781  0x00002bab ifetcht  0x00000001 , 0x00000012 
+ 00014782  0x00002bac sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00014783  0x00002bad rtn  0x00000002 
+ 00014784  0x00002bae sub  0x00000002 , 0x0000001e , 0x0000003e 
+ 00014785  0x00002baf nrtn  0x00000002 
+ 00014786  0x00002bb0 copy  0x00000002 , 0x0000003f 
+ 00014787  0x00002bb1 rtn  0x00000034 
+ 00014788  0x00002bb2 bpatchx  0x000000a2 , 0x00004034 
+ 00014789  0x00002bb3 ifetch  0x00000001 , 0x00000006 
+ 00014790  0x00002bb4 beq  0x000000ff , 0x000039d1 
+ 00014791  0x00002bb5 beq  0x0000002a , 0x00003f7c 
+ 00014792  0x00002bb8 add  0x00000002 , 0x00000001 , 0x0000003f 
+ 00014793  0x00002bb9 isub  0x00000011 , 0x0000003e 
+ 00014794  0x00002bba rtn  0x00000002 
+ 00014795  0x00002bbb iadd  0x00000012 , 0x00000012 
+ 00014796  0x00002bbc sub  0x00000002 , 0xffffffff , 0x0000003f 
+ 00014797  0x00002bbd iadd  0x00000011 , 0x00000011 
+ 00014798  0x00002bbe copy  0x00000011 , 0x0000003f 
+ 00014799  0x00002bbf rtn  0x00000034 
+ 00014800  0x00002bc0 branch  0x000039bd 
+ 00014801  0x00002bc3 jam  0x00000000 , 0x000007aa 
+ 00014802  0x00002bc4 branch  0x00003cfa 
+ 00014803  0x00002bc8 fetch  0x00000001 , 0x00000000 
+ 00014804  0x00002bc9 pincrease  0x00000001 
+ 00014805  0x00002bca store  0x00000001 , 0x00000000 
+ 00014806  0x00002bcc bpatchx  0x000000a3 , 0x00004034 
+ 00014807  0x00002bcd call  0x000025b8 
+ 00014808  0x00002bce arg  0x00000027 , 0x00000039 
+ 00014809  0x00002bcf arg  0x00004169 , 0x00000006 
+ 00014810  0x00002bd0 arg  0x000007aa , 0x00000005 
+ 00014811  0x00002bd1 call  0x00007ccc 
+ 00014812  0x00002bd2 jam  0x00000025 , 0x00000007 
+ 00014813  0x00002bd3 arg  0x00000708 , 0x0000001b 
+ 00014814  0x00002bd4 enable  0x00000010 
+ 00014815  0x00002bd5 disable  0x0000002d 
+ 00014816  0x00002bd8 call  0x00002af5 
+ 00014817  0x00002bd9 call  0x000039f0 
+ 00014818  0x00002bda random  0x0000003f 
+ 00014819  0x00002bdb arg  0x000001ff , 0x00000002 
+ 00014820  0x00002bdc iand  0x00000002 , 0x0000003f 
+ 00014821  0x00002bdd add  0x0000003f , 0x00000064 , 0x0000003f 
+ 00014822  0x00002bde call  0x00007c91 
+ 00014823  0x00002bdf fetch  0x00000001 , 0x00000007 
+ 00014824  0x00002be0 pincrease  0x00000001 
+ 00014825  0x00002be1 store  0x00000001 , 0x00000007 
+ 00014826  0x00002be2 bne  0x00000028 , 0x000039e0 
+ 00014827  0x00002be4 arg  0x00000027 , 0x00000039 
+ 00014828  0x00002be5 arg  0x00004169 , 0x00000005 
+ 00014829  0x00002be6 arg  0x000007aa , 0x00000006 
+ 00014830  0x00002be7 call  0x00007ccc 
+ 00014831  0x00002be8 branch  0x000025bc 
+ 00014832  0x00002beb arg  0x00000002 , 0x00000002 
+ 00014833  0x00002bec storet  0x00000001 , 0x00004169 
+ 00014834  0x00002bed fetcht  0x00000001 , 0x0000462a 
+ 00014835  0x00002bee add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00014836  0x00002bef store  0x00000001 , 0x0000416a 
+ 00014837  0x00002bf0 fetch  0x00000006 , 0x000042db 
+ 00014838  0x00002bf1 store  0x00000006 , 0x0000416b 
+ 00014839  0x00002bf2 copy  0x00000002 , 0x00000039 
+ 00014840  0x00002bf3 arg  0x0000462b , 0x00000006 
+ 00014841  0x00002bf4 call  0x00007ccc 
+ 00014842  0x00002bf6 branch  0x0000273e 
+ 00014843  0x00002c02 bpatchx  0x000000a4 , 0x00004034 
+ 00014844  0x00002c03 fetcht  0x00000002 , 0x000008f4 
+ 00014845  0x00002c04 fetch  0x00000001 , 0x000008f3 
+ 00014846  0x00002c05 copy  0x00000002 , 0x00000006 
+ 00014847  0x00002c06 arg  0x0000476e , 0x00000011 
+ 00014848  0x00002c07 arg  0x0000477e , 0x00000030 
+ 00014849  0x00002c08 call  0x00003c5a 
+ 00014850  0x00002c09 call  0x00007dbc 
+ 00014851  0x00002c0a copy  0x00000013 , 0x0000003f 
+ 00014852  0x00002c0b iadd  0x00000030 , 0x00000006 
+ 00014853  0x00002c0c fetcht  0x00000004 , 0x0000477e 
+ 00014854  0x00002c0d fetch  0x00000002 , 0x00000910 
+ 00014855  0x00002c0e copy  0x0000003f , 0x00000011 
+ 00014856  0x00002c10 arg  0x0000000a , 0x00000039 
+ 00014857  0x00002c12 ifetch  0x00000004 , 0x00000011 
+ 00014858  0x00002c13 branch  0x00003a16 , 0x00000034 
+ 00014859  0x00002c14 isub  0x00000002 , 0x0000003e 
+ 00014860  0x00002c15 rtn  0x00000005 
+ 00014861  0x00002c16 increase  0x00000004 , 0x00000011 
+ 00014862  0x00002c17 loop  0x00003a09 
+ 00014863  0x00002c18 fetch  0x00000002 , 0x00000910 
+ 00014864  0x00002c19 copy  0x0000003f , 0x00000005 
+ 00014865  0x00002c1a add  0x0000003f , 0x00000004 , 0x00000006 
+ 00014866  0x00002c1d arg  0x00000024 , 0x00000039 
+ 00014867  0x00002c1e call  0x00007ccc 
+ 00014868  0x00002c1f istoret  0x00000004 , 0x00000005 
+ 00014869  0x00002c20 branch  0x00007dba 
+ 00014870  0x00002c22 istoret  0x00000004 , 0x00000011 
+ 00014871  0x00002c23 branch  0x00007dba 
+ 00014872  0x00002c26 fetch  0x00000001 , 0x00004857 
+ 00014873  0x00002c27 beq  0x00000001 , 0x00003a43 
+ 00014874  0x00002c29 call  0x00003a21 
+ 00014875  0x00002c2a call  0x00003a25 
+ 00014876  0x00002c2b call  0x00003a2c 
+ 00014877  0x00002c2c call  0x00003a30 
+ 00014878  0x00002c2d call  0x00003a34 
+ 00014879  0x00002c2e call  0x00003a35 
+ 00014880  0x00002c2f branch  0x00003a39 
+ 00014881  0x00002c32 arg  0x0000001a , 0x00000002 
+ 00014882  0x00002c33 arg  0x0000480a , 0x00000011 
+ 00014883  0x00002c34 setarg  0x0001ffa0 
+ 00014884  0x00002c35 branch  0x00006c4d 
+ 00014885  0x00002c37 arg  0x00000013 , 0x00000002 
+ 00014886  0x00002c38 arg  0x000047ef , 0x00000011 
+ 00014887  0x00002c39 setarg  0x0001e000 
+ 00014888  0x00002c3a call  0x00006c4d 
+ 00014889  0x00002c3b fetch  0x00000001 , 0x000047ff 
+ 00014890  0x00002c3c store  0x00000001 , 0x00004871 
+ 00014891  0x00002c3d rtn 
+ 00014892  0x00002c3f arg  0x00000010 , 0x00000002 
+ 00014893  0x00002c40 arg  0x00004959 , 0x00000011 
+ 00014894  0x00002c41 setarg  0x0001e100 
+ 00014895  0x00002c42 branch  0x00006c4d 
+ 00014896  0x00002c44 arg  0x00000010 , 0x00000002 
+ 00014897  0x00002c45 arg  0x000046a0 , 0x00000011 
+ 00014898  0x00002c46 setarg  0x0001e200 
+ 00014899  0x00002c47 branch  0x00006c4d 
+ 00014900  0x00002c49 rtn 
+ 00014901  0x00002c4b arg  0x00000003 , 0x00000002 
+ 00014902  0x00002c4c arg  0x00004992 , 0x00000011 
+ 00014903  0x00002c4d setarg  0x0001f000 
+ 00014904  0x00002c4e branch  0x00006c4d 
+ 00014905  0x00002c50 fetch  0x00000002 , 0x0000484c 
+ 00014906  0x00002c51 rtnbit1  0x00000002 
+ 00014907  0x00002c52 arg  0x00000040 , 0x00000002 
+ 00014908  0x00002c53 arg  0x000006a1 , 0x00000011 
+ 00014909  0x00002c54 setarg  0x0001e400 
+ 00014910  0x00002c55 call  0x00006c4d 
+ 00014911  0x00002c56 call  0x00003e3e 
+ 00014912  0x00002c57 arg  0x000006a1 , 0x00000006 
+ 00014913  0x00002c58 add  0x00000011 , 0x00000006 , 0x00000011 
+ 00014914  0x00002c59 branch  0x00003a6b 
+ 00014915  0x00002c5d call  0x00003a4a 
+ 00014916  0x00002c5e call  0x00003a4e 
+ 00014917  0x00002c5f call  0x00003a55 
+ 00014918  0x00002c60 call  0x00003a59 
+ 00014919  0x00002c61 call  0x00003a5d 
+ 00014920  0x00002c62 call  0x00003a5e 
+ 00014921  0x00002c63 branch  0x00003a62 
+ 00014922  0x00002c66 arg  0x0000001a , 0x00000002 
+ 00014923  0x00002c67 arg  0x0000480a , 0x00000011 
+ 00014924  0x00002c68 arg  0x00000000 , 0x00000012 
+ 00014925  0x00002c69 branch  0x00006ce1 
+ 00014926  0x00002c6c arg  0x00000013 , 0x00000002 
+ 00014927  0x00002c6d arg  0x000047ef , 0x00000011 
+ 00014928  0x00002c6e arg  0x0000001a , 0x00000012 
+ 00014929  0x00002c6f call  0x00006ce1 
+ 00014930  0x00002c70 fetch  0x00000001 , 0x000047ff 
+ 00014931  0x00002c71 store  0x00000001 , 0x00004871 
+ 00014932  0x00002c72 rtn 
+ 00014933  0x00002c75 arg  0x00000010 , 0x00000002 
+ 00014934  0x00002c76 arg  0x00004959 , 0x00000011 
+ 00014935  0x00002c77 arg  0x0000002d , 0x00000012 
+ 00014936  0x00002c78 branch  0x00006ce1 
+ 00014937  0x00002c7b arg  0x00000010 , 0x00000002 
+ 00014938  0x00002c7c arg  0x000046a0 , 0x00000011 
+ 00014939  0x00002c7d arg  0x0000003d , 0x00000012 
+ 00014940  0x00002c7e branch  0x00006ce1 
+ 00014941  0x00002c81 rtn 
+ 00014942  0x00002c84 arg  0x00000003 , 0x00000002 
+ 00014943  0x00002c85 arg  0x00004992 , 0x00000011 
+ 00014944  0x00002c86 arg  0x0000004e , 0x00000012 
+ 00014945  0x00002c87 branch  0x00006ce1 
+ 00014946  0x00002c8a fetch  0x00000002 , 0x0000484c 
+ 00014947  0x00002c8b rtnbit1  0x00000002 
+ 00014948  0x00002c8c arg  0x00000040 , 0x00000002 
+ 00014949  0x00002c8d arg  0x000006a1 , 0x00000011 
+ 00014950  0x00002c8e arg  0x00000051 , 0x00000012 
+ 00014951  0x00002c8f call  0x00006ce1 
+ 00014952  0x00002c90 call  0x00003e3e 
+ 00014953  0x00002c91 arg  0x000006a1 , 0x00000006 
+ 00014954  0x00002c92 add  0x00000011 , 0x00000006 , 0x00000011 
+ 00014955  0x00002c94 copy  0x00000011 , 0x00000005 
+ 00014956  0x00002c95 call  0x00007c8f 
+ 00014957  0x00002c96 copy  0x00000012 , 0x0000003f 
+ 00014958  0x00002c97 iadd  0x00000011 , 0x00000011 
+ 00014959  0x00002c98 loop  0x00003a6b 
+ 00014960  0x00002c99 rtn 
+ 00014961  0x00002c9c fetch  0x00000001 , 0x00004857 
+ 00014962  0x00002c9d beq  0x00000001 , 0x00003a83 
+ 00014963  0x00002c9e beq  0x00000002 , 0x00003a74 
+ 00014964  0x00002ca0 call  0x00003a77 
+ 00014965  0x00002ca1 call  0x00003a7b 
+ 00014966  0x00002ca2 branch  0x00003a7f 
+ 00014967  0x00002ca4 arg  0x00000013 , 0x00000002 
+ 00014968  0x00002ca5 arg  0x000047ef , 0x00000011 
+ 00014969  0x00002ca6 setarg  0x0001e000 
+ 00014970  0x00002ca7 branch  0x00006c33 
+ 00014971  0x00002ca9 arg  0x00000010 , 0x00000002 
+ 00014972  0x00002caa arg  0x00004959 , 0x00000011 
+ 00014973  0x00002cab setarg  0x0001e100 
+ 00014974  0x00002cac branch  0x00006c33 
+ 00014975  0x00002cae arg  0x00000010 , 0x00000002 
+ 00014976  0x00002caf arg  0x000046a0 , 0x00000011 
+ 00014977  0x00002cb0 setarg  0x0001e200 
+ 00014978  0x00002cb1 branch  0x00006c33 
+ 00014979  0x00002cb4 call  0x00003a86 
+ 00014980  0x00002cb5 call  0x00003a8a 
+ 00014981  0x00002cb6 branch  0x00003a8e 
+ 00014982  0x00002cb9 arg  0x00000013 , 0x00000002 
+ 00014983  0x00002cba arg  0x000047ef , 0x00000011 
+ 00014984  0x00002cbb arg  0x0000001a , 0x00000012 
+ 00014985  0x00002cbc branch  0x00006cd3 
+ 00014986  0x00002cbf arg  0x00000010 , 0x00000002 
+ 00014987  0x00002cc0 arg  0x00004959 , 0x00000011 
+ 00014988  0x00002cc1 arg  0x0000002d , 0x00000012 
+ 00014989  0x00002cc2 branch  0x00006cd3 
+ 00014990  0x00002cc5 arg  0x00000010 , 0x00000002 
+ 00014991  0x00002cc6 arg  0x000046a0 , 0x00000011 
+ 00014992  0x00002cc7 arg  0x0000003d , 0x00000012 
+ 00014993  0x00002cc8 branch  0x00006cd3 
+ 00014994  0x00002ccb fetch  0x00000003 , 0x00004992 
+ 00014995  0x00002ccc fetcht  0x00000003 , 0x00004c24 
+ 00014996  0x00002ccd isub  0x00000002 , 0x0000003e 
+ 00014997  0x00002cce nrtn  0x00000002 
+ 00014998  0x00002ccf add  0x0000003f , 0x00000080 , 0x0000003f 
+ 00014999  0x00002cd0 store  0x00000003 , 0x00004c24 
+ 00015000  0x00002cd1 fetch  0x00000001 , 0x00004857 
+ 00015001  0x00002cd2 beq  0x00000001 , 0x00003a9e 
+ 00015002  0x00002cd4 arg  0x00000003 , 0x00000002 
+ 00015003  0x00002cd5 arg  0x00004c24 , 0x00000011 
+ 00015004  0x00002cd6 setarg  0x0001f000 
+ 00015005  0x00002cd7 branch  0x00006c33 
+ 00015006  0x00002cd9 arg  0x00000003 , 0x00000002 
+ 00015007  0x00002cda arg  0x00004c24 , 0x00000011 
+ 00015008  0x00002cdb arg  0x0000004e , 0x00000012 
+ 00015009  0x00002cdc branch  0x00006cd3 
+ 00015010  0x00002cdf call  0x00003aad 
+ 00015011  0x00002ce0 fetch  0x00000001 , 0x00004857 
+ 00015012  0x00002ce1 beq  0x00000002 , 0x00003aa9 
+ 00015013  0x00002ce2 arg  0x00000040 , 0x00000002 
+ 00015014  0x00002ce3 arg  0x000006a1 , 0x00000011 
+ 00015015  0x00002ce4 arg  0x00000051 , 0x00000012 
+ 00015016  0x00002ce5 branch  0x00006cd3 
+ 00015017  0x00002ce7 arg  0x00000040 , 0x00000002 
+ 00015018  0x00002ce8 arg  0x000006a1 , 0x00000011 
+ 00015019  0x00002ce9 setarg  0x0001e400 
+ 00015020  0x00002cea branch  0x00006c33 
+ 00015021  0x00002ced call  0x00003e3e 
+ 00015022  0x00002cee arg  0x000006a1 , 0x00000005 
+ 00015023  0x00002cef add  0x00000011 , 0x00000006 , 0x00000011 
+ 00015024  0x00002cf1 copy  0x00000011 , 0x00000006 
+ 00015025  0x00002cf2 call  0x00007c8f 
+ 00015026  0x00002cf3 copy  0x00000012 , 0x0000003f 
+ 00015027  0x00002cf4 iadd  0x00000011 , 0x00000011 
+ 00015028  0x00002cf5 loop  0x00003ab0 
+ 00015029  0x00002cf6 rtn 
+ 00015030  0x00002cf9 fetch  0x00000001 , 0x00004857 
+ 00015031  0x00002cfa beq  0x00000001 , 0x00003abb 
+ 00015032  0x00002cfc setarg  0x0001e000 
+ 00015033  0x00002cfd store  0x00000003 , 0x00004419 
+ 00015034  0x00002cfe branch  0x00006bfa 
+ 00015035  0x00002d00 rtn 
+ 00015036  0x00002d03 fetch  0x00000001 , 0x00004857 
+ 00015037  0x00002d04 rtnne  0x00000002 
+ 00015038  0x00002d05 setarg  0x0001d000 
+ 00015039  0x00002d06 arg  0x00004503 , 0x00000011 
+ 00015040  0x00002d07 arg  0x0000000d , 0x00000002 
+ 00015041  0x00002d08 mul32  0x00000002 , 0x00000012 , 0x00000002 
+ 00015042  0x00002d09 branch  0x00006c33 
+ 00015043  0x00002d0c fetch  0x00000001 , 0x00004857 
+ 00015044  0x00002d0d rtnne  0x00000002 
+ 00015045  0x00002d0e arg  0x00004503 , 0x00000011 
+ 00015046  0x00002d0f arg  0x0000000d , 0x00000002 
+ 00015047  0x00002d10 mul32  0x00000002 , 0x00000012 , 0x00000002 
+ 00015048  0x00002d11 setarg  0x0001d000 
+ 00015049  0x00002d12 branch  0x00006c4d 
+ 00015050  0x00002d19 call  0x00004073 
+ 00015051  0x00002d1a branch  0x00003ad2 
+ 00015052  0x00002d1f call  0x00003b23 
+ 00015053  0x00002d20 branch  0x00003b19 
+ 00015054  0x00002d24 jam  0x00000001 , 0x0000464b 
+ 00015055  0x00002d25 rtn 
+ 00015056  0x00002d29 jam  0x00000000 , 0x0000464b 
+ 00015057  0x00002d2a rtn 
+ 00015058  0x00002d2e arg  0x00003ad6 , 0x00000012 
+ 00015059  0x00002d2f arg  0x0000001d , 0x00000011 
+ 00015060  0x00002d30 arg  0x0000000e , 0x00000007 
+ 00015061  0x00002d31 branch  0x00003b0e 
+ 00015062  0x00002d38 fetch  0x00000001 , 0x000047e4 
+ 00015063  0x00002d39 beq  0x00000001 , 0x00003afd 
+ 00015064  0x00002d3a beq  0x00000003 , 0x00003adc 
+ 00015065  0x00002d3b beq  0x00000002 , 0x00003b0d 
+ 00015066  0x00002d3c beq  0x00000000 , 0x00003ade 
+ 00015067  0x00002d3d branch  0x00003ade 
+ 00015068  0x00002d40 jam  0x00000000 , 0x00004388 
+ 00015069  0x00002d41 branch  0x00003ad0 
+ 00015070  0x00002d44 call  0x0000396c 
+ 00015071  0x00002d45 arg  0x00000787 , 0x00000011 
+ 00015072  0x00002d46 call  0x000078dc 
+ 00015073  0x00002d47 nrtn  0x00000028 
+ 00015074  0x00002d48 fetch  0x00000001 , 0x000049b7 
+ 00015075  0x00002d49 bbit1  0x00000002 , 0x00003aef 
+ 00015076  0x00002d4a fetch  0x00000001 , 0x00000787 
+ 00015077  0x00002d4b pincrease  0xffffffff 
+ 00015078  0x00002d4c istore  0x00000001 , 0x00000012 
+ 00015079  0x00002d4d and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00015080  0x00002d4e call  0x00003af5 , 0x00000034 
+ 00015081  0x00002d4f fetch  0x00000001 , 0x000049b7 
+ 00015082  0x00002d50 rtnbit0  0x00000000 
+ 00015083  0x00002d51 arg  0x0000462a , 0x00000005 
+ 00015084  0x00002d52 arg  0x00000789 , 0x00000006 
+ 00015085  0x00002d53 call  0x00007c8d 
+ 00015086  0x00002d54 branch  0x000039d3 
+ 00015087  0x00002d57 arg  0x00000787 , 0x00000011 
+ 00015088  0x00002d58 call  0x000078ca 
+ 00015089  0x00002d59 call  0x000078fa 
+ 00015090  0x00002d5a nrtn  0x00000034 
+ 00015091  0x00002d5c call  0x00003afb 
+ 00015092  0x00002d5d branch  0x00003ad0 
+ 00015093  0x00002d61 arg  0x00000787 , 0x00000011 
+ 00015094  0x00002d62 call  0x000078ca 
+ 00015095  0x00002d63 call  0x000078fa 
+ 00015096  0x00002d64 nrtn  0x00000034 
+ 00015097  0x00002d66 jam  0x00000004 , 0x0000464f 
+ 00015098  0x00002d67 branch  0x00003ad0 
+ 00015099  0x00002d6a jam  0x00000000 , 0x000049b5 
+ 00015100  0x00002d6b rtn 
+ 00015101  0x00002d6f call  0x00003ce0 
+ 00015102  0x00002d70 call  0x00003cec 
+ 00015103  0x00002d71 call  0x00003b05 
+ 00015104  0x00002d72 nrtn  0x00000005 
+ 00015105  0x00002d73 fetch  0x00000001 , 0x000047e4 
+ 00015106  0x00002d74 beq  0x00000003 , 0x00003b09 
+ 00015107  0x00002d75 beq  0x00000001 , 0x00003b0b 
+ 00015108  0x00002d76 rtn 
+ 00015109  0x00002d7c fetch  0x00000001 , 0x0000464e 
+ 00015110  0x00002d7d add  0x0000003f , 0xffffffff , 0x0000003f 
+ 00015111  0x00002d7e store  0x00000001 , 0x0000464e 
+ 00015112  0x00002d7f rtn 
+ 00015113  0x00002d83 jam  0x00000258 , 0x0000464f 
+ 00015114  0x00002d84 branch  0x00003ad0 
+ 00015115  0x00002d88 jam  0x00000006 , 0x0000464f 
+ 00015116  0x00002d89 branch  0x00003ad0 
+ 00015117  0x00002d8d branch  0x000039d3 
+ 00015118  0x00002d90 fetch  0x00000001 , 0x0000464b 
+ 00015119  0x00002d91 rtnne  0x00000001 
+ 00015120  0x00002d93 random  0x0000003f 
+ 00015121  0x00002d94 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00015122  0x00002d95 iadd  0x00000011 , 0x00000011 
+ 00015123  0x00002d9a call  0x00007cef 
+ 00015124  0x00002d9b nrtn  0x00000034 
+ 00015125  0x00002d9c copy  0x00000011 , 0x0000003f 
+ 00015126  0x00002d9d call  0x00007ce1 
+ 00015127  0x00002d9e copy  0x00000012 , 0x0000003f 
+ 00015128  0x00002d9f branch  0x00007d79 
+ 00015129  0x00002da4 arg  0x0000464c , 0x00000013 
+ 00015130  0x00002da5 arg  0x00003b1c , 0x00000012 
+ 00015131  0x00002da6 branch  0x000042e7 
+ 00015132  0x00002daa fetch  0x00000001 , 0x000047e4 
+ 00015133  0x00002dab rtnne  0x00000001 
+ 00015134  0x00002dac fetch  0x00000001 , 0x000047e7 
+ 00015135  0x00002dad set1  0x00000000 , 0x0000003f 
+ 00015136  0x00002dae store  0x00000001 , 0x000047e7 
+ 00015137  0x00002daf jam  0x00000003 , 0x000047e4 
+ 00015138  0x00002db0 branch  0x00003b31 
+ 00015139  0x00002db6 arg  0x0000464f , 0x00000013 
+ 00015140  0x00002db7 arg  0x00003b26 , 0x00000012 
+ 00015141  0x00002db8 branch  0x000042e0 
+ 00015142  0x00002dbe fetch  0x00000001 , 0x000047e4 
+ 00015143  0x00002dc0 beq  0x00000001 , 0x00003b2f 
+ 00015144  0x00002dc1 beq  0x00000000 , 0x00003afb 
+ 00015145  0x00002dc2 rtn 
+ 00015146  0x00002dc5 call  0x00003e5a 
+ 00015147  0x00002dc6 call  0x0000420b 
+ 00015148  0x00002dc7 jam  0x00000000 , 0x0000464f 
+ 00015149  0x00002dc8 call  0x00003ad0 
+ 00015150  0x00002dc9 branch  0x00003afb 
+ 00015151  0x00002dcd jam  0x00000006 , 0x0000464e 
+ 00015152  0x00002dce branch  0x00003ace 
+ 00015153  0x00002dd2 jam  0x00000006 , 0x0000464e 
+ 00015154  0x00002dd3 branch  0x00003ace 
+ 00015155  0x00002dd6 arg  0x00003b37 , 0x00000012 
+ 00015156  0x00002dd7 arg  0x00000020 , 0x00000011 
+ 00015157  0x00002dd8 arg  0x0000000f , 0x00000007 
+ 00015158  0x00002dd9 branch  0x00003b10 
+ 00015159  0x00002ddc fetch  0x00000001 , 0x000049b5 
+ 00015160  0x00002ddd nrtn  0x00000034 
+ 00015161  0x00002dde call  0x0000406e 
+ 00015162  0x00002ddf arg  0x00000787 , 0x00000011 
+ 00015163  0x00002de0 call  0x000078dc 
+ 00015164  0x00002de1 nrtn  0x00000028 
+ 00015165  0x00002de2 fetch  0x00000001 , 0x00000787 
+ 00015166  0x00002de3 pincrease  0xffffffff 
+ 00015167  0x00002de4 istore  0x00000001 , 0x00000012 
+ 00015168  0x00002de5 call  0x000078ca , 0x00000034 
+ 00015169  0x00002de6 arg  0x0000462a , 0x00000005 
+ 00015170  0x00002de7 arg  0x00000789 , 0x00000006 
+ 00015171  0x00002de8 call  0x00007c8d 
+ 00015172  0x00002de9 branch  0x000039d3 
+ 00015173  0x00002df1 call  0x00003b4b 
+ 00015174  0x00002df2 call  0x00003b53 
+ 00015175  0x00002df3 call  0x00003b59 
+ 00015176  0x00002df4 call  0x00003b5f 
+ 00015177  0x00002df5 call  0x00003b67 
+ 00015178  0x00002df6 branch  0x00003b6b 
+ 00015179  0x00002dfc call  0x00003b78 
+ 00015180  0x00002dfd arg  0x000046c0 , 0x00000006 
+ 00015181  0x00002dfe arg  0x0000000f , 0x00000039 
+ 00015182  0x00002dff call  0x00003be7 
+ 00015183  0x00002e00 call  0x00003c01 
+ 00015184  0x00002e01 arg  0x000001bd , 0x00000006 
+ 00015185  0x00002e02 arg  0x000046b0 , 0x00000005 
+ 00015186  0x00002e03 branch  0x00007c8f 
+ 00015187  0x00002e09 call  0x00003b7b 
+ 00015188  0x00002e0a call  0x00003b75 
+ 00015189  0x00002e0b call  0x00003c01 
+ 00015190  0x00002e0c arg  0x000001bd , 0x00000006 
+ 00015191  0x00002e0d arg  0x00004660 , 0x00000005 
+ 00015192  0x00002e0e branch  0x00007c8f 
+ 00015193  0x00002e13 call  0x00003b7b 
+ 00015194  0x00002e14 call  0x00003b78 
+ 00015195  0x00002e15 call  0x00003c01 
+ 00015196  0x00002e16 arg  0x000001bd , 0x00000006 
+ 00015197  0x00002e17 arg  0x00004690 , 0x00000005 
+ 00015198  0x00002e18 branch  0x00007c8f 
+ 00015199  0x00002e1e fetch  0x00000008 , 0x00004680 
+ 00015200  0x00002e1f store  0x00000008 , 0x00004658 
+ 00015201  0x00002e20 fetch  0x00000008 , 0x00004688 
+ 00015202  0x00002e21 store  0x00000008 , 0x00004650 
+ 00015203  0x00002e23 arg  0x00004650 , 0x00000006 
+ 00015204  0x00002e24 arg  0x000046b0 , 0x00000011 
+ 00015205  0x00002e25 arg  0x00004670 , 0x00000030 
+ 00015206  0x00002e26 branch  0x00003c48 
+ 00015207  0x00002e2d arg  0x00004680 , 0x00000006 
+ 00015208  0x00002e2e arg  0x000046b0 , 0x00000011 
+ 00015209  0x00002e2f arg  0x00004680 , 0x00000030 
+ 00015210  0x00002e30 branch  0x00003c48 
+ 00015211  0x00002e37 arg  0x00004670 , 0x00000006 
+ 00015212  0x00002e38 arg  0x00000010 , 0x00000039 
+ 00015213  0x00002e39 call  0x00003be4 
+ 00015214  0x00002e3a arg  0x000046d9 , 0x00000006 
+ 00015215  0x00002e3b arg  0x00000009 , 0x00000039 
+ 00015216  0x00002e3c call  0x00003be7 
+ 00015217  0x00002e3d call  0x00003c01 
+ 00015218  0x00002e3e arg  0x000001bd , 0x00000006 
+ 00015219  0x00002e3f arg  0x000046a0 , 0x00000005 
+ 00015220  0x00002e40 branch  0x00007c8f 
+ 00015221  0x00002e44 call  0x00003b79 
+ 00015222  0x00002e46 arg  0x00004680 , 0x00000006 
+ 00015223  0x00002e47 branch  0x00003be3 
+ 00015224  0x00002e4a call  0x00003b76 
+ 00015225  0x00002e4c arg  0x00004688 , 0x00000006 
+ 00015226  0x00002e4d branch  0x00003be3 
+ 00015227  0x00002e51 arg  0x0000480a , 0x00000006 
+ 00015228  0x00002e52 arg  0x00000004 , 0x00000039 
+ 00015229  0x00002e53 call  0x00003bea 
+ 00015230  0x00002e54 arg  0x0000480e , 0x00000006 
+ 00015231  0x00002e55 arg  0x00000006 , 0x00000039 
+ 00015232  0x00002e56 call  0x00003bea 
+ 00015233  0x00002e57 arg  0x00004814 , 0x00000006 
+ 00015234  0x00002e58 arg  0x00000010 , 0x00000039 
+ 00015235  0x00002e59 call  0x00003be4 
+ 00015236  0x00002e5a call  0x00003bf1 
+ 00015237  0x00002e5b branch  0x00003bec 
+ 00015238  0x00002e61 call  0x00003b92 
+ 00015239  0x00002e64 arg  0x000047ec , 0x00000011 
+ 00015240  0x00002e65 arg  0x000001bd , 0x00000012 
+ 00015241  0x00002e66 arg  0x0000000b , 0x00000039 
+ 00015242  0x00002e68 ifetch  0x00000002 , 0x00000011 
+ 00015243  0x00002e69 ifetcht  0x00000002 , 0x00000012 
+ 00015244  0x00002e6a ixor  0x00000002 , 0x0000003f 
+ 00015245  0x00002e6b istore  0x00000002 , 0x00000011 
+ 00015246  0x00002e6c increase  0x00000002 , 0x00000011 
+ 00015247  0x00002e6d increase  0x00000002 , 0x00000012 
+ 00015248  0x00002e6e loop  0x00003b8a 
+ 00015249  0x00002e6f rtn 
+ 00015250  0x00002e76 arg  0x00004670 , 0x00000006 
+ 00015251  0x00002e77 arg  0x00000010 , 0x00000039 
+ 00015252  0x00002e78 call  0x00003be4 
+ 00015253  0x00002e79 arg  0x000046cf , 0x00000006 
+ 00015254  0x00002e7a arg  0x0000000a , 0x00000039 
+ 00015255  0x00002e7b call  0x00003be7 
+ 00015256  0x00002e7c branch  0x00003c01 
+ 00015257  0x00002e81 arg  0x000047ef , 0x00000006 
+ 00015258  0x00002e82 arg  0x0000470d , 0x00000005 
+ 00015259  0x00002e83 call  0x00007c8f 
+ 00015260  0x00002e89 arg  0x0000470d , 0x00000006 
+ 00015261  0x00002e8a arg  0x0000471d , 0x00000011 
+ 00015262  0x00002e8b arg  0x0000472d , 0x00000030 
+ 00015263  0x00002e8c call  0x00003c4a 
+ 00015264  0x00002e8e arg  0x0000473d , 0x00000030 
+ 00015265  0x00002e8f arg  0x00000001 , 0x00000012 
+ 00015266  0x00002e90 setarg  0x00000000 
+ 00015267  0x00002e91 call  0x00003c4c 
+ 00015268  0x00002e92 fetch  0x00000001 , 0x0000474c 
+ 00015269  0x00002e93 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00015270  0x00002e94 store  0x00000001 , 0x0000474d 
+ 00015271  0x00002e96 arg  0x0000475e , 0x00000030 
+ 00015272  0x00002e97 arg  0x00000002 , 0x00000012 
+ 00015273  0x00002e98 setarg  0x00000010 
+ 00015274  0x00002e99 arg  0x0000473d , 0x00000011 
+ 00015275  0x00002e9a call  0x00003c4c 
+ 00015276  0x00002e9c arg  0x0000474e , 0x00000030 
+ 00015277  0x00002e9d arg  0x00000003 , 0x00000012 
+ 00015278  0x00002e9e setarg  0x00000010 
+ 00015279  0x00002e9f arg  0x0000475e , 0x00000011 
+ 00015280  0x00002ea0 branch  0x00003c4c 
+ 00015281  0x00002ea4 arg  0x00004959 , 0x00000006 
+ 00015282  0x00002ea5 arg  0x0000476e , 0x00000011 
+ 00015283  0x00002ea6 arg  0x0000477e , 0x00000030 
+ 00015284  0x00002ea7 call  0x00003c4a 
+ 00015285  0x00002ea8 arg  0x0000478e , 0x00000006 
+ 00015286  0x00002ea9 arg  0x0000477e , 0x00000011 
+ 00015287  0x00002eaa arg  0x0000479e , 0x00000030 
+ 00015288  0x00002eab setarg  0x00000004 
+ 00015289  0x00002eac call  0x00003c5a 
+ 00015290  0x00002ead fetch  0x00000001 , 0x000047ad 
+ 00015291  0x00002eae and  0x0000003f , 0x0000003f , 0x0000003f 
+ 00015292  0x00002eaf set1  0x00000006 , 0x0000003f 
+ 00015293  0x00002eb0 store  0x00000001 , 0x000047ae 
+ 00015294  0x00002eb1 rtn 
+ 00015295  0x00002eb5 arg  0x000047ef , 0x00000006 
+ 00015296  0x00002eb6 arg  0x000047af , 0x00000011 
+ 00015297  0x00002eb7 arg  0x000047bf , 0x00000030 
+ 00015298  0x00002eb8 call  0x00003c4a 
+ 00015299  0x00002eb9 arg  0x000047cf , 0x00000006 
+ 00015300  0x00002eba arg  0x000047bf , 0x00000011 
+ 00015301  0x00002ebb arg  0x000047d4 , 0x00000030 
+ 00015302  0x00002ebc setarg  0x00000005 
+ 00015303  0x00002ebd call  0x00003c5a 
+ 00015304  0x00002ec1 fetch  0x00000002 , 0x000044e9 
+ 00015305  0x00002ec2 rtnbit1  0x00000009 
+ 00015306  0x00002ec3 jam  0x00000001 , 0x00004388 
+ 00015307  0x00002ec4 rtn 
+ 00015308  0x00002ec9 arg  0x00004999 , 0x00000011 
+ 00015309  0x00002eca fetch  0x00000007 , 0x0000499f 
+ 00015310  0x00002ecb branch  0x00003bd1 
+ 00015311  0x00002ecd arg  0x00000923 , 0x00000011 
+ 00015312  0x00002ece fetch  0x00000007 , 0x00000929 
+ 00015313  0x00002ed0 store  0x00000007 , 0x000008da 
+ 00015314  0x00002ed1 setarg  0x00000000 
+ 00015315  0x00002ed2 store  0x00000005 , 0x000008d1 
+ 00015316  0x00002ed3 call  0x00003bda 
+ 00015317  0x00002ed4 fetch  0x00000006 , 0x000008e1 
+ 00015318  0x00002ed5 ifetcht  0x00000006 , 0x00000011 
+ 00015319  0x00002ed6 ixor  0x00000002 , 0x0000003f 
+ 00015320  0x00002ed7 istore  0x00000006 , 0x00000011 
+ 00015321  0x00002ed8 rtn 
+ 00015322  0x00002edc fetch  0x00000004 , 0x0000486e 
+ 00015323  0x00002edd store  0x00000004 , 0x000008d6 
+ 00015324  0x00002ee0 arg  0x0000474e , 0x00000006 
+ 00015325  0x00002ee1 call  0x0000735f 
+ 00015326  0x00002ee2 arg  0x000008d1 , 0x00000006 
+ 00015327  0x00002ee3 call  0x00007361 
+ 00015328  0x00002ee4 call  0x000072d1 
+ 00015329  0x00002ee5 arg  0x000008e1 , 0x00000005 
+ 00015330  0x00002ee6 branch  0x00007375 
+ 00015331  0x00002eee arg  0x00000008 , 0x00000039 
+ 00015332  0x00002ef4 call  0x00003bf1 
+ 00015333  0x00002ef5 call  0x00003c39 
+ 00015334  0x00002ef6 branch  0x00003bee 
+ 00015335  0x00002ef8 call  0x00003bf1 
+ 00015336  0x00002ef9 call  0x00007cda 
+ 00015337  0x00002efa branch  0x00003bee 
+ 00015338  0x00002efc call  0x00003bf1 
+ 00015339  0x00002efd call  0x00003c39 
+ 00015340  0x00002efe setarg  0x0000002c 
+ 00015341  0x00002eff istore  0x00000001 , 0x00000005 
+ 00015342  0x00002f01 copy  0x00000005 , 0x0000003f 
+ 00015343  0x00002f02 store  0x00000002 , 0x000046f3 
+ 00015344  0x00002f03 rtn 
+ 00015345  0x00002f05 copy  0x00000006 , 0x00000002 
+ 00015346  0x00002f06 copy  0x00000039 , 0x00000011 
+ 00015347  0x00002f07 fetch  0x00000002 , 0x000046f3 
+ 00015348  0x00002f08 copy  0x0000003f , 0x00000005 
+ 00015349  0x00002f09 fetch  0x00000001 , 0x000046e2 
+ 00015350  0x00002f0a call  0x00003bfa , 0x00000034 
+ 00015351  0x00002f0b copy  0x00000002 , 0x00000006 
+ 00015352  0x00002f0c copy  0x00000011 , 0x00000039 
+ 00015353  0x00002f0d rtn 
+ 00015354  0x00002f0f jam  0x00000001 , 0x000046e2 
+ 00015355  0x00002f10 call  0x00003bfe 
+ 00015356  0x00002f11 arg  0x000007d1 , 0x00000005 
+ 00015357  0x00002f12 rtn 
+ 00015358  0x00002f15 arg  0x00000100 , 0x00000039 
+ 00015359  0x00002f16 arg  0x000007d1 , 0x00000005 
+ 00015360  0x00002f17 branch  0x00007ca3 
+ 00015361  0x00002f1c call  0x00003c17 
+ 00015362  0x00002f1d call  0x00003c32 
+ 00015363  0x00002f1f setarg  0x000007d1 
+ 00015364  0x00002f20 store  0x00000002 , 0x000046fa 
+ 00015365  0x00002f21 call  0x00004134 
+ 00015366  0x00002f24 fetch  0x00000002 , 0x000046fa 
+ 00015367  0x00002f25 copy  0x0000003f , 0x00000006 
+ 00015368  0x00002f26 arg  0x00000231 , 0x00000005 
+ 00015369  0x00002f27 call  0x00007c81 
+ 00015370  0x00002f28 call  0x0000413b 
+ 00015371  0x00002f29 fetch  0x00000002 , 0x000046fa 
+ 00015372  0x00002f2a pincrease  0x00000040 
+ 00015373  0x00002f2b store  0x00000002 , 0x000046fa 
+ 00015374  0x00002f2c fetch  0x00000001 , 0x000046f7 
+ 00015375  0x00002f2d pincrease  0xffffffff 
+ 00015376  0x00002f2e store  0x00000001 , 0x000046f7 
+ 00015377  0x00002f2f nbranch  0x00003c06 , 0x00000034 
+ 00015378  0x00002f30 call  0x00004176 
+ 00015379  0x00002f31 arg  0x000001bd , 0x00000011 
+ 00015380  0x00002f32 arg  0x00000020 , 0x00000039 
+ 00015381  0x00002f33 call  0x00007cb1 
+ 00015382  0x00002f34 rtn 
+ 00015383  0x00002f38 jam  0x00000000 , 0x000046e2 
+ 00015384  0x00002f39 fetch  0x00000002 , 0x000046f3 
+ 00015385  0x00002f3a copy  0x0000003f , 0x00000005 
+ 00015386  0x00002f3b arg  0x00000080 , 0x00000002 
+ 00015387  0x00002f3c istoret  0x00000001 , 0x00000005 
+ 00015388  0x00002f3d arg  0x000007d1 , 0x00000002 
+ 00015389  0x00002f3e isub  0x00000002 , 0x0000003f 
+ 00015390  0x00002f3f store  0x00000008 , 0x000046e3 
+ 00015391  0x00002f41 lshift3  0x0000003f , 0x00000002 
+ 00015392  0x00002f42 storet  0x00000008 , 0x000046eb 
+ 00015393  0x00002f43 rshift4  0x0000003f , 0x00000013 
+ 00015394  0x00002f44 rshift2  0x00000013 , 0x00000013 
+ 00015395  0x00002f45 and  0x0000003f , 0x0000003f , 0x0000003f 
+ 00015396  0x00002f46 sub  0x0000003f , 0x00000037 , 0x0000003e 
+ 00015397  0x00002f48 ncall  0x00003c30 , 0x00000002 
+ 00015398  0x00002f49 add  0x00000013 , 0x00000001 , 0x0000003f 
+ 00015399  0x00002f4a store  0x00000001 , 0x000046f7 
+ 00015400  0x00002f4b mul32  0x0000003f , 0x00000040 , 0x00000011 
+ 00015401  0x00002f4c lshift4  0x0000003f , 0x00000013 
+ 00015402  0x00002f4d increase  0xffffffff , 0x00000013 
+ 00015403  0x00002f4e setarg  0x000007cd 
+ 00015404  0x00002f4f iadd  0x00000011 , 0x00000011 
+ 00015405  0x00002f50 fetch  0x00000004 , 0x000046eb 
+ 00015406  0x00002f51 istore  0x00000004 , 0x00000011 
+ 00015407  0x00002f52 rtn 
+ 00015408  0x00002f57 increase  0x00000001 , 0x00000013 
+ 00015409  0x00002f58 rtn 
+ 00015410  0x00002f5b arg  0x000007d1 , 0x00000011 
+ 00015411  0x00002f61 arg  0x00000004 , 0x00000039 
+ 00015412  0x00002f62 call  0x00007cb1 
+ 00015413  0x00002f63 increase  0x00000002 , 0x00000011 
+ 00015414  0x00002f64 add  0x00000013 , 0xffffffff , 0x00000013 
+ 00015415  0x00002f65 nbranch  0x00003c33 , 0x00000005 
+ 00015416  0x00002f66 rtn 
+ 00015417  0x00002f6e ifetch  0x00000001 , 0x00000006 
+ 00015418  0x00002f6f rshift4  0x0000003f , 0x00000002 
+ 00015419  0x00002f70 call  0x00003c42 
+ 00015420  0x00002f71 istoret  0x00000001 , 0x00000005 
+ 00015421  0x00002f72 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00015422  0x00002f73 call  0x00003c42 
+ 00015423  0x00002f74 istoret  0x00000001 , 0x00000005 
+ 00015424  0x00002f75 loop  0x00003c39 
+ 00015425  0x00002f76 rtn 
+ 00015426  0x00002f78 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00015427  0x00002f79 branch  0x00003c46 , 0x00000002 
+ 00015428  0x00002f7a add  0x00000002 , 0x00000057 , 0x00000002 
+ 00015429  0x00002f7b rtn 
+ 00015430  0x00002f7d add  0x00000002 , 0x00000030 , 0x00000002 
+ 00015431  0x00002f7e rtn 
+ 00015432  0x00002f82 setarg  0x00000020 
+ 00015433  0x00002f83 branch  0x00003c5a 
+ 00015434  0x00002f86 setarg  0x00000010 
+ 00015435  0x00002f87 branch  0x00003c5a 
+ 00015436  0x00002f8d fetcht  0x00000001 , 0x000046fc 
+ 00015437  0x00002f8e increase  0x00000001 , 0x00000002 
+ 00015438  0x00002f8f iadd  0x00000002 , 0x00000002 
+ 00015439  0x00002f90 storet  0x00000001 , 0x00000230 
+ 00015440  0x00002f91 copy  0x00000011 , 0x00000006 
+ 00015441  0x00002f92 copy  0x0000003f , 0x00000039 
+ 00015442  0x00002f93 call  0x00007ccc 
+ 00015443  0x00002f94 fetcht  0x00000001 , 0x000046fc 
+ 00015444  0x00002f95 copy  0x00000002 , 0x00000039 
+ 00015445  0x00002f96 call  0x00007cda 
+ 00015446  0x00002f97 copy  0x00000012 , 0x0000003f 
+ 00015447  0x00002f98 istore  0x00000001 , 0x00000005 
+ 00015448  0x00002f99 arg  0x0000472d , 0x00000011 
+ 00015449  0x00002f9a branch  0x00003c5d 
+ 00015450  0x00002fa4 store  0x00000001 , 0x00000230 
+ 00015451  0x00002fa5 copy  0x0000003f , 0x00000039 
+ 00015452  0x00002fa6 call  0x00007ccc 
+ 00015453  0x00002fa7 copy  0x00000011 , 0x00000006 
+ 00015454  0x00002fa8 arg  0x000006a1 , 0x00000005 
+ 00015455  0x00002fa9 call  0x00007c8f 
+ 00015456  0x00002faa call  0x000071c1 
+ 00015457  0x00002fab copy  0x00000030 , 0x00000005 
+ 00015458  0x00002fac call  0x00007375 
+ 00015459  0x00002fad rtn 
+ 00015460  0x00002fb2 fetcht  0x00000001 , 0x000008fe 
+ 00015461  0x00002fb3 branch  0x00003c67 
+ 00015462  0x00002fb5 force  0x00000001 , 0x00000002 
+ 00015463  0x00002fb7 force  0x00000000 , 0x00000038 
+ 00015464  0x00002fb8 fetch  0x00000002 , 0x000008f1 
+ 00015465  0x00002fb9 copy  0x0000003f , 0x00000006 
+ 00015466  0x00002fba ifetch  0x00000003 , 0x00000006 
+ 00015467  0x00002fbb lshift8  0x0000003f , 0x0000003f 
+ 00015468  0x00002fbc ior  0x00000002 , 0x0000002f 
+ 00015469  0x00002fbd increase  0x00000001 , 0x00000038 
+ 00015470  0x00002fbe ifetch  0x00000004 , 0x00000006 
+ 00015471  0x00002fbf copy  0x0000003f , 0x0000002f 
+ 00015472  0x00002fc0 increase  0x00000001 , 0x00000038 
+ 00015473  0x00002fc1 ifetch  0x00000004 , 0x00000006 
+ 00015474  0x00002fc2 copy  0x0000003f , 0x0000002f 
+ 00015475  0x00002fc3 increase  0x00000001 , 0x00000038 
+ 00015476  0x00002fc4 byteswap  0x00000011 , 0x0000002f 
+ 00015477  0x00002fc5 lshift16  0x0000002f , 0x0000002f 
+ 00015478  0x00002fc6 ifetch  0x00000002 , 0x00000006 
+ 00015479  0x00002fc7 ior  0x0000002f , 0x0000002f 
+ 00015480  0x00002fc8 rtn 
+ 00015481  0x00002fca fetch  0x00000001 , 0x000008f3 
+ 00015482  0x00002fcb copy  0x0000003f , 0x00000011 
+ 00015483  0x00002fcc call  0x00003c64 
+ 00015484  0x00002fcd call  0x000072d1 
+ 00015485  0x00002fce force  0x0000000c , 0x00000038 
+ 00015486  0x00002fcf deposit  0x0000002f 
+ 00015487  0x00002fd0 copy  0x00000011 , 0x00000039 
+ 00015488  0x00002fd1 fetcht  0x00000002 , 0x000008f4 
+ 00015489  0x00002fd2 copy  0x00000002 , 0x00000006 
+ 00015490  0x00002fd3 call  0x00007349 
+ 00015491  0x00002fd4 branch  0x0000728c 
+ 00015492  0x00002fd6 jam  0x00000019 , 0x000008fe 
+ 00015493  0x00002fd7 branch  0x00003c88 
+ 00015494  0x00002fd9 jam  0x00000009 , 0x000008fe 
+ 00015495  0x00002fda branch  0x00003c88 
+ 00015496  0x00002fdc store  0x00000001 , 0x000008f3 
+ 00015497  0x00002fdd storet  0x00000002 , 0x000008f4 
+ 00015498  0x00002fde bpatchx  0x000000a5 , 0x00004034 
+ 00015499  0x00002fdf call  0x00003c79 
+ 00015500  0x00002fe0 force  0x00000008 , 0x00000038 
+ 00015501  0x00002fe1 iforce  0x0000002f 
+ 00015502  0x00002fe2 force  0x0000000d , 0x00000038 
+ 00015503  0x00002fe3 copy  0x0000002f , 0x0000003f 
+ 00015504  0x00002fe4 force  0x00000009 , 0x00000038 
+ 00015505  0x00002fe5 iforce  0x0000002f 
+ 00015506  0x00002fe6 force  0x00000000 , 0x00000011 
+ 00015507  0x00002fe7 copy  0x00000002 , 0x00000013 
+ 00015508  0x00002fe8 call  0x00003c66 
+ 00015509  0x00002fe9 call  0x000072d7 
+ 00015510  0x00002fea call  0x00003cc7 
+ 00015511  0x00002feb storet  0x00000008 , 0x000008f6 
+ 00015512  0x00002fec fetch  0x00000001 , 0x000008f3 
+ 00015513  0x00002fed copy  0x0000003f , 0x00000012 
+ 00015514  0x00002fee call  0x00003ccf 
+ 00015515  0x00002fef fetcht  0x00000001 , 0x000008f3 
+ 00015516  0x00002ff0 fetch  0x00000002 , 0x000008f4 
+ 00015517  0x00002ff1 iadd  0x00000002 , 0x00000011 
+ 00015518  0x00002ff2 fetcht  0x00000008 , 0x000008f6 
+ 00015519  0x00002ff3 istoret  0x00000004 , 0x00000011 
+ 00015520  0x00002ff4 fetch  0x00000001 , 0x000008fe 
+ 00015521  0x00002ff5 sub  0x0000003f , 0x00000009 , 0x0000003f 
+ 00015522  0x00002ff6 rtn  0x00000034 
+ 00015523  0x00002ff7 istoret  0x00000008 , 0x00000011 
+ 00015524  0x00002ff8 rtn 
+ 00015525  0x00002ffa jam  0x00000019 , 0x000008fe 
+ 00015526  0x00002ffb branch  0x00003ca9 
+ 00015527  0x00002ffd jam  0x00000009 , 0x000008fe 
+ 00015528  0x00002ffe branch  0x00003ca9 
+ 00015529  0x00003001 store  0x00000001 , 0x000008f3 
+ 00015530  0x00003002 storet  0x00000002 , 0x000008f4 
+ 00015531  0x00003003 copy  0x00000002 , 0x00000013 
+ 00015532  0x00003004 copy  0x0000003f , 0x00000012 
+ 00015533  0x00003005 iadd  0x00000013 , 0x00000006 
+ 00015534  0x00003006 bpatchx  0x000000a6 , 0x00004034 
+ 00015535  0x00003007 ifetch  0x00000008 , 0x00000006 
+ 00015536  0x00003008 force  0x00000008 , 0x00000038 
+ 00015537  0x00003009 iforce  0x0000002f 
+ 00015538  0x0000300a force  0x00000009 , 0x00000038 
+ 00015539  0x0000300b rshift32  0x0000003f , 0x0000003f 
+ 00015540  0x0000300c iforce  0x0000002f 
+ 00015541  0x0000300d force  0x00000000 , 0x00000011 
+ 00015542  0x0000300e call  0x00003c66 
+ 00015543  0x0000300f call  0x000072d7 
+ 00015544  0x00003010 call  0x00003cc7 
+ 00015545  0x00003011 storet  0x00000008 , 0x000008f6 
+ 00015546  0x00003012 call  0x00003ccf 
+ 00015547  0x00003013 call  0x00003c79 
+ 00015548  0x00003014 call  0x00003cc7 
+ 00015549  0x00003015 fetch  0x00000001 , 0x000008fe 
+ 00015550  0x00003016 beq  0x00000019 , 0x00003cc4 
+ 00015551  0x00003017 storet  0x00000004 , 0x000008fa 
+ 00015552  0x00003018 fetch  0x00000004 , 0x000008f6 
+ 00015553  0x00003019 fetcht  0x00000004 , 0x000008fa 
+ 00015554  0x0000301a isub  0x00000002 , 0x0000003f 
+ 00015555  0x0000301b rtn 
+ 00015556  0x0000301e fetch  0x00000008 , 0x000008f6 
+ 00015557  0x0000301f isub  0x00000002 , 0x0000003f 
+ 00015558  0x00003020 rtn 
+ 00015559  0x00003023 force  0x0000000c , 0x00000038 
+ 00015560  0x00003024 deposit  0x0000002f 
+ 00015561  0x00003025 force  0x0000000d , 0x00000038 
+ 00015562  0x00003026 copy  0x0000002f , 0x00000002 
+ 00015563  0x00003027 lshift16  0x00000002 , 0x00000002 
+ 00015564  0x00003028 lshift16  0x00000002 , 0x00000002 
+ 00015565  0x00003029 ior  0x00000002 , 0x00000002 
+ 00015566  0x0000302a rtn 
+ 00015567  0x0000302c increase  0x00000001 , 0x00000011 
+ 00015568  0x0000302d call  0x00003c66 
+ 00015569  0x0000302e copy  0x00000013 , 0x00000006 
+ 00015570  0x0000302f call  0x0000735d 
+ 00015571  0x00003030 call  0x000072d7 
+ 00015572  0x00003031 call  0x0000737c 
+ 00015573  0x00003032 increase  0x00000010 , 0x00000013 
+ 00015574  0x00003033 increase  0xfffffff0 , 0x00000012 
+ 00015575  0x00003034 branch  0x00003ccf , 0x00000002 
+ 00015576  0x00003035 rtn 
+ 00015577  0x00003040 bpatchx  0x000000a7 , 0x00004034 
+ 00015578  0x00003041 jam  0x00000001 , 0x000047e4 
+ 00015579  0x00003042 jam  0x00000000 , 0x000047e5 
+ 00015580  0x00003043 jam  0x00000001 , 0x0000464b 
+ 00015581  0x00003044 setarg  0x00001770 
+ 00015582  0x00003045 store  0x00000002 , 0x0000464c 
+ 00015583  0x00003046 rtn 
+ 00015584  0x0000304a setarg  0x000001a8 
+ 00015585  0x0000304b store  0x00000002 , 0x000008ff 
+ 00015586  0x0000304c fetch  0x00000001 , 0x000047e6 
+ 00015587  0x0000304d istore  0x00000001 , 0x00000005 
+ 00015588  0x0000304e fetch  0x00000004 , 0x0000480a 
+ 00015589  0x0000304f call  0x00007cc6 
+ 00015590  0x00003050 istore  0x00000004 , 0x00000005 
+ 00015591  0x00003051 fetch  0x00000006 , 0x000042db 
+ 00015592  0x00003052 istore  0x00000006 , 0x00000005 
+ 00015593  0x00003053 fetch  0x00000003 , 0x000047e7 
+ 00015594  0x00003054 istore  0x00000003 , 0x00000005 
+ 00015595  0x00003055 rtn 
+ 00015596  0x00003058 call  0x00003cee 
+ 00015597  0x00003059 branch  0x000039d3 
+ 00015598  0x0000305d jam  0x00000015 , 0x0000462a 
+ 00015599  0x0000305e setarg  0x00000014 
+ 00015600  0x0000305f store  0x00000001 , 0x0000462b 
+ 00015601  0x00003060 setarg  0x0000002b 
+ 00015602  0x00003061 istore  0x00000001 , 0x00000005 
+ 00015603  0x00003062 setarg  0x00000000 
+ 00015604  0x00003063 istore  0x00000001 , 0x00000005 
+ 00015605  0x00003065 arg  0x000008ff , 0x00000006 
+ 00015606  0x00003066 call  0x00007c8f 
+ 00015607  0x00003067 fetch  0x00000002 , 0x000047ea 
+ 00015608  0x00003068 istore  0x00000002 , 0x00000005 
+ 00015609  0x00003069 rtn 
+ 00015610  0x0000306d call  0x00003d5a 
+ 00015611  0x0000306e nrtn  0x00000028 
+ 00015612  0x0000306f ifetch  0x00000001 , 0x00000006 
+ 00015613  0x00003070 beq  0x00000000 , 0x00003d01 
+ 00015614  0x00003071 beq  0x00000002 , 0x00003d1c 
+ 00015615  0x00003072 bpatchx  0x000000a8 , 0x00004035 
+ 00015616  0x00003073 rtn 
+ 00015617  0x00003078 call  0x00003d0f 
+ 00015618  0x00003079 nrtn  0x00000028 
+ 00015619  0x0000307b call  0x00003b45 
+ 00015620  0x0000307d call  0x00003d07 
+ 00015621  0x0000307e call  0x000040fa 
+ 00015622  0x0000307f rtn 
+ 00015623  0x00003082 arg  0x00000012 , 0x00000002 
+ 00015624  0x00003083 call  0x00003d46 
+ 00015625  0x00003084 setarg  0x00000001 
+ 00015626  0x00003085 istore  0x00000001 , 0x00000005 
+ 00015627  0x00003086 fetch  0x00000002 , 0x00004812 
+ 00015628  0x00003087 istore  0x00000002 , 0x00000005 
+ 00015629  0x00003088 arg  0x00004680 , 0x00000006 
+ 00015630  0x00003089 branch  0x00007c8f 
+ 00015631  0x0000308d call  0x00007dbc 
+ 00015632  0x0000308e ifetcht  0x00000002 , 0x00000006 
+ 00015633  0x0000308f arg  0x00004680 , 0x00000005 
+ 00015634  0x00003090 call  0x00007c8f 
+ 00015635  0x00003091 fetch  0x00000002 , 0x00004812 
+ 00015636  0x00003092 isub  0x00000002 , 0x0000003e 
+ 00015637  0x00003093 nrtn  0x00000005 
+ 00015638  0x00003096 fetch  0x00000001 , 0x000047e5 
+ 00015639  0x00003097 rtnbit1  0x00000001 
+ 00015640  0x00003098 set1  0x00000001 , 0x0000003f 
+ 00015641  0x00003099 store  0x00000001 , 0x000047e5 
+ 00015642  0x0000309b jam  0x00000002 , 0x000047e4 
+ 00015643  0x0000309c branch  0x00007dba 
+ 00015644  0x0000309f call  0x00003d27 
+ 00015645  0x000030a0 fetcht  0x00000002 , 0x000047ec 
+ 00015646  0x000030a1 fetch  0x00000002 , 0x00004812 
+ 00015647  0x000030a2 isub  0x00000002 , 0x0000003e 
+ 00015648  0x000030a3 nrtn  0x00000005 
+ 00015649  0x000030a4 call  0x00003bbf 
+ 00015650  0x000030a5 call  0x000040fa 
+ 00015651  0x000030a6 fetch  0x00000001 , 0x000007aa 
+ 00015652  0x000030a7 rtnne  0x00000002 
+ 00015653  0x000030a8 jam  0x00000005 , 0x000047e4 
+ 00015654  0x000030a9 rtn 
+ 00015655  0x000030ad bpatchx  0x000000a9 , 0x00004035 
+ 00015656  0x000030ae copy  0x00000006 , 0x00000011 
+ 00015657  0x000030af fetch  0x00000001 , 0x000047e4 
+ 00015658  0x000030b0 rtneq  0x00000000 
+ 00015659  0x000030b1 fetch  0x00000001 , 0x000047e5 
+ 00015660  0x000030b2 rtnbit0  0x00000001 
+ 00015661  0x000030b3 rtnbit1  0x00000002 
+ 00015662  0x000030b4 copy  0x00000011 , 0x00000006 
+ 00015663  0x000030b5 arg  0x00000016 , 0x00000039 
+ 00015664  0x000030b6 arg  0x000047ec , 0x00000005 
+ 00015665  0x000030b7 call  0x00007cda 
+ 00015666  0x000030b9 call  0x00003b86 
+ 00015667  0x000030bb fetcht  0x00000002 , 0x000047ec 
+ 00015668  0x000030bc fetch  0x00000002 , 0x00004812 
+ 00015669  0x000030bd isub  0x00000002 , 0x0000003e 
+ 00015670  0x000030be nrtn  0x00000005 
+ 00015671  0x000030c0 fetch  0x00000001 , 0x000047e5 
+ 00015672  0x000030c1 set1  0x00000002 , 0x0000003f 
+ 00015673  0x000030c2 store  0x00000001 , 0x000047e5 
+ 00015674  0x000030c4 call  0x00003b99 
+ 00015675  0x000030c6 fetch  0x00000001 , 0x000047ff 
+ 00015676  0x000030c7 store  0x00000001 , 0x00004871 
+ 00015677  0x000030c8 call  0x00003d3f 
+ 00015678  0x000030c9 rtn 
+ 00015679  0x000030ce arg  0x00000006 , 0x00000002 
+ 00015680  0x000030cf call  0x00003d46 
+ 00015681  0x000030d0 setarg  0x00000003 
+ 00015682  0x000030d1 istore  0x00000001 , 0x00000005 
+ 00015683  0x000030d2 fetch  0x00000006 , 0x0000480e 
+ 00015684  0x000030d3 istore  0x00000006 , 0x00000005 
+ 00015685  0x000030d4 rtn 
+ 00015686  0x000030d8 bpatchx  0x000000aa , 0x00004035 
+ 00015687  0x000030d9 setarg  0x0000012c 
+ 00015688  0x000030da store  0x00000002 , 0x00004806 
+ 00015689  0x000030db fetch  0x00000001 , 0x000007aa 
+ 00015690  0x000030dc sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00015691  0x000030dd call  0x00003ace , 0x00000005 
+ 00015692  0x000030de ncall  0x00003ad0 , 0x00000005 
+ 00015693  0x000030df add  0x00000002 , 0x00000009 , 0x0000003f 
+ 00015694  0x000030e0 store  0x00000001 , 0x0000462a 
+ 00015695  0x000030e1 call  0x0000397c 
+ 00015696  0x000030e2 add  0x00000002 , 0x00000005 , 0x0000003f 
+ 00015697  0x000030e3 istore  0x00000001 , 0x00000005 
+ 00015698  0x000030e4 setarg  0x000000ff 
+ 00015699  0x000030e5 istore  0x00000001 , 0x00000005 
+ 00015700  0x000030e6 setarg  0x000001a8 
+ 00015701  0x000030e7 byteswap  0x0000003f , 0x0000003f 
+ 00015702  0x000030e8 istore  0x00000002 , 0x00000005 
+ 00015703  0x000030e9 fetch  0x00000001 , 0x0000090f 
+ 00015704  0x000030ea istore  0x00000001 , 0x00000005 
+ 00015705  0x000030eb rtn 
+ 00015706  0x000030f7 call  0x00007dbc 
+ 00015707  0x000030f8 ifetcht  0x00000002 , 0x00000006 
+ 00015708  0x000030f9 setarg  0x000001a8 
+ 00015709  0x000030fa byteswap  0x0000003f , 0x0000003f 
+ 00015710  0x000030fb isub  0x00000002 , 0x0000003e 
+ 00015711  0x000030fc nrtn  0x00000005 
+ 00015712  0x000030fd ifetch  0x00000001 , 0x00000006 
+ 00015713  0x000030fe store  0x00000001 , 0x0000090f 
+ 00015714  0x000030ff branch  0x00007dba 
+ 00015715  0x00003103 arg  0x00004806 , 0x00000013 
+ 00015716  0x00003104 arg  0x00003d66 , 0x00000012 
+ 00015717  0x00003105 branch  0x000042e7 
+ 00015718  0x00003109 branch  0x00003e61 
+ 00015719  0x00003112 fetch  0x00000001 , 0x0000070b 
+ 00015720  0x00003113 beq  0x00000008 , 0x00003d92 
+ 00015721  0x00003114 beq  0x00000049 , 0x00003db1 
+ 00015722  0x00003115 beq  0x0000001b , 0x00003dbd 
+ 00015723  0x00003116 beq  0x0000001c , 0x00003dc4 
+ 00015724  0x00003118 beq  0x000000f2 , 0x00003d6e 
+ 00015725  0x0000311a rtn 
+ 00015726  0x0000311d call  0x00003dec 
+ 00015727  0x0000311e call  0x00003d83 
+ 00015728  0x0000311f call  0x00003dc2 
+ 00015729  0x00003120 setarg  0x00000080 
+ 00015730  0x00003121 store  0x00000001 , 0x00000723 
+ 00015731  0x00003122 setarg  0x000000f3 
+ 00015732  0x00003123 istore  0x00000001 , 0x00000005 
+ 00015733  0x00003125 setarg  0x00000000 
+ 00015734  0x00003126 istore  0x00000001 , 0x00000005 
+ 00015735  0x00003127 fetch  0x00000002 , 0x0000070c 
+ 00015736  0x00003128 istore  0x00000002 , 0x00000005 
+ 00015737  0x0000312a fetch  0x00000001 , 0x00000709 
+ 00015738  0x0000312b arg  0x00000004 , 0x00000002 
+ 00015739  0x0000312c isub  0x00000002 , 0x00000039 
+ 00015740  0x0000312d arg  0x0000070e , 0x00000006 
+ 00015741  0x0000312e call  0x00007cda 
+ 00015742  0x0000312f fetch  0x00000001 , 0x00000709 
+ 00015743  0x00003130 pincrease  0x00000001 
+ 00015744  0x00003131 store  0x00000001 , 0x00000722 
+ 00015745  0x00003134 arg  0x00000000 , 0x00000007 
+ 00015746  0x00003135 branch  0x00003806 
+ 00015747  0x00003138 fetch  0x00000001 , 0x0000070e 
+ 00015748  0x00003139 rtn  0x00000034 
+ 00015749  0x0000313a sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00015750  0x0000313b ncall  0x00003d90 , 0x00000002 
+ 00015751  0x0000313c iforce  0x00000039 
+ 00015752  0x0000313d arg  0x0000070f , 0x00000006 
+ 00015753  0x0000313e add  0x00000011 , 0x00000002 , 0x00000005 
+ 00015754  0x0000313f branch  0x00003d8b 
+ 00015755  0x00003142 ifetch  0x00000002 , 0x00000006 
+ 00015756  0x00003143 byteswap  0x0000003f , 0x0000003f 
+ 00015757  0x00003144 istore  0x00000002 , 0x00000005 
+ 00015758  0x00003145 loop  0x00003d8b 
+ 00015759  0x00003146 rtn 
+ 00015760  0x0000314a setarg  0x00000008 
+ 00015761  0x0000314b rtn 
+ 00015762  0x0000314e jam  0x00000006 , 0x000047e4 
+ 00015763  0x0000314f setarg  0x00000002 
+ 00015764  0x00003150 store  0x00000001 , 0x00000723 
+ 00015765  0x00003151 setarg  0x00000000 
+ 00015766  0x00003152 istore  0x00000001 , 0x00000005 
+ 00015767  0x00003153 setarg  0x000001a8 
+ 00015768  0x00003154 istore  0x00000002 , 0x00000005 
+ 00015769  0x00003155 setarg  0x00000000 
+ 00015770  0x00003156 istore  0x00000002 , 0x00000005 
+ 00015771  0x00003157 setarg  0x00000001 
+ 00015772  0x00003158 istore  0x00000002 , 0x00000005 
+ 00015773  0x00003159 setarg  0x00000005 
+ 00015774  0x0000315a istore  0x00000002 , 0x00000005 
+ 00015775  0x0000315b setarg  0x00000003 
+ 00015776  0x0000315c istore  0x00000002 , 0x00000005 
+ 00015777  0x0000315d setarg  0x00000000 
+ 00015778  0x0000315e istore  0x00000002 , 0x00000005 
+ 00015779  0x0000315f setarg  0x00000002 
+ 00015780  0x00003160 istore  0x00000001 , 0x00000005 
+ 00015781  0x00003161 setarg  0x00000002 
+ 00015782  0x00003162 istore  0x00000001 , 0x00000005 
+ 00015783  0x00003163 setarg  0x00000000 
+ 00015784  0x00003164 istore  0x00000002 , 0x00000005 
+ 00015785  0x00003165 setarg  0x00001000 
+ 00015786  0x00003166 istore  0x00000002 , 0x00000005 
+ 00015787  0x00003167 setarg  0x000001a8 
+ 00015788  0x00003168 istore  0x00000004 , 0x00000005 
+ 00015789  0x00003169 setarg  0x000101a8 
+ 00015790  0x0000316a istore  0x00000004 , 0x00000005 
+ 00015791  0x0000316b jam  0x0000001c , 0x00000722 
+ 00015792  0x0000316c branch  0x000041b5 
+ 00015793  0x00003170 jam  0x00000014 , 0x00004805 
+ 00015794  0x00003175 setarg  0x00000080 
+ 00015795  0x00003176 store  0x00000001 , 0x00000723 
+ 00015796  0x00003177 setarg  0x0000004a 
+ 00015797  0x00003178 istore  0x00000001 , 0x00000005 
+ 00015798  0x00003179 jam  0x00000002 , 0x00000722 
+ 00015799  0x0000317a branch  0x000041b5 
+ 00015800  0x0000317d arg  0x00004805 , 0x00000013 
+ 00015801  0x0000317e arg  0x00003dbb , 0x00000012 
+ 00015802  0x0000317f branch  0x000042e0 
+ 00015803  0x00003183 call  0x00003e50 
+ 00015804  0x00003186 branch  0x00006ca3 
+ 00015805  0x0000318a call  0x00003de2 
+ 00015806  0x0000318b fetch  0x00000002 , 0x0000484c 
+ 00015807  0x0000318c rtnbit1  0x00000002 
+ 00015808  0x0000318d call  0x00003dec 
+ 00015809  0x0000318e call  0x00003df5 
+ 00015810  0x00003190 fetch  0x00000002 , 0x00004848 
+ 00015811  0x00003191 branch  0x00007d79 
+ 00015812  0x00003195 call  0x00003de2 
+ 00015813  0x00003196 fetch  0x00000002 , 0x0000484c 
+ 00015814  0x00003197 rtnbit1  0x00000002 
+ 00015815  0x00003198 call  0x00003dec 
+ 00015816  0x00003199 fetcht  0x00000002 , 0x0000070e 
+ 00015817  0x0000319a rshift8  0x00000002 , 0x0000003f 
+ 00015818  0x0000319b rshift4  0x0000003f , 0x0000003f 
+ 00015819  0x0000319c beq  0x0000000c , 0x00003dd3 
+ 00015820  0x0000319d byteswap  0x00000002 , 0x00000002 
+ 00015821  0x0000319f call  0x00003dd8 
+ 00015822  0x000031a0 nrtn  0x00000028 
+ 00015823  0x000031a1 setarg  0x00000000 
+ 00015824  0x000031a2 istore  0x00000002 , 0x00000011 
+ 00015825  0x000031a3 fetch  0x00000002 , 0x00004848 
+ 00015826  0x000031a4 branch  0x00007d79 
+ 00015827  0x000031a7 setarg  0xffffffff 
+ 00015828  0x000031a8 istore  0x00000008 , 0x00000011 
+ 00015829  0x000031a9 istore  0x00000008 , 0x00000005 
+ 00015830  0x000031aa fetch  0x00000002 , 0x00004848 
+ 00015831  0x000031ab branch  0x00007d79 
+ 00015832  0x000031ae arg  0x00000008 , 0x00000039 
+ 00015833  0x000031b0 ifetch  0x00000002 , 0x00000011 
+ 00015834  0x000031b1 arg  0x0000ffff , 0x00000012 
+ 00015835  0x000031b2 isub  0x00000012 , 0x0000003e 
+ 00015836  0x000031b3 branch  0x00007dba , 0x00000005 
+ 00015837  0x000031b4 isub  0x00000002 , 0x0000003e 
+ 00015838  0x000031b5 branch  0x00007dba , 0x00000005 
+ 00015839  0x000031b7 increase  0x00000002 , 0x00000011 
+ 00015840  0x000031b8 loop  0x00003dd9 
+ 00015841  0x000031b9 branch  0x00007dbc 
+ 00015842  0x000031bd setarg  0x00000080 
+ 00015843  0x000031be store  0x00000001 , 0x00000723 
+ 00015844  0x000031bf setarg  0x0000001f 
+ 00015845  0x000031c0 istore  0x00000001 , 0x00000005 
+ 00015846  0x000031c1 setarg  0x00000000 
+ 00015847  0x000031c2 istore  0x00000001 , 0x00000005 
+ 00015848  0x000031c3 fetch  0x00000006 , 0x0000070c 
+ 00015849  0x000031c4 istore  0x00000006 , 0x00000005 
+ 00015850  0x000031c5 jam  0x00000009 , 0x00000722 
+ 00015851  0x000031c6 branch  0x000041b5 
+ 00015852  0x000031c9 call  0x00003e3e 
+ 00015853  0x000031ca add  0x00000011 , 0x00000006 , 0x00000011 
+ 00015854  0x000031cb fetch  0x00000002 , 0x0000070c 
+ 00015855  0x000031cc fetcht  0x00000002 , 0x00004800 
+ 00015856  0x000031cd byteswap  0x00000002 , 0x00000002 
+ 00015857  0x000031ce isub  0x00000002 , 0x0000003f 
+ 00015858  0x000031cf imul32  0x00000012 , 0x0000003f 
+ 00015859  0x000031d0 iadd  0x00000011 , 0x00000011 
+ 00015860  0x000031d1 rtn 
+ 00015861  0x000031d4 fetcht  0x00000002 , 0x0000070e 
+ 00015862  0x000031d5 arg  0x00000008 , 0x00000039 
+ 00015863  0x000031d7 ifetch  0x00000002 , 0x00000011 
+ 00015864  0x000031d8 branch  0x00003dff , 0x00000034 
+ 00015865  0x000031d9 arg  0x0000ffff , 0x00000012 
+ 00015866  0x000031da isub  0x00000012 , 0x0000003e 
+ 00015867  0x000031db branch  0x00003dff , 0x00000005 
+ 00015868  0x000031dc increase  0x00000002 , 0x00000011 
+ 00015869  0x000031dd loop  0x00003df7 
+ 00015870  0x000031de rtn 
+ 00015871  0x000031e1 byteswap  0x00000002 , 0x00000002 
+ 00015872  0x000031e2 istoret  0x00000002 , 0x00000011 
+ 00015873  0x000031e3 rtn 
+ 00015874  0x000031ea call  0x00007396 
+ 00015875  0x000031eb call  0x0000739e 
+ 00015876  0x000031ec setarg  0x000039b1 
+ 00015877  0x000031ed store  0x00000002 , 0x00004824 
+ 00015878  0x000031ef setarg  0x00003e42 
+ 00015879  0x000031f0 store  0x00000002 , 0x000043db 
+ 00015880  0x000031f2 setarg  0x00004016 
+ 00015881  0x000031f3 store  0x00000002 , 0x00004842 
+ 00015882  0x000031f5 setarg  0x00003745 
+ 00015883  0x000031f6 store  0x00000002 , 0x00004828 
+ 00015884  0x000031f8 setarg  0x00003aa2 
+ 00015885  0x000031f9 store  0x00000002 , 0x00004848 
+ 00015886  0x000031fb setarg  0x00003a92 
+ 00015887  0x000031fc store  0x00000002 , 0x00004846 
+ 00015888  0x000031fe setarg  0x00003e4a 
+ 00015889  0x000031ff store  0x00000002 , 0x000043e3 
+ 00015890  0x00003201 setarg  0x0000372e 
+ 00015891  0x00003202 store  0x00000002 , 0x00004826 
+ 00015892  0x00003204 setarg  0x00004090 
+ 00015893  0x00003205 store  0x00000002 , 0x000043df 
+ 00015894  0x00003207 setarg  0x000040e3 
+ 00015895  0x00003208 store  0x00000002 , 0x000043dd 
+ 00015896  0x0000320a setarg  0x00003ab6 
+ 00015897  0x0000320b store  0x00000002 , 0x00004853 
+ 00015898  0x0000320d setarg  0x00003abc 
+ 00015899  0x0000320e store  0x00000002 , 0x0000484a 
+ 00015900  0x0000320f call  0x00003ac3 
+ 00015901  0x00003211 jam  0x00000024 , 0x0000464a 
+ 00015902  0x00003212 call  0x00003817 
+ 00015903  0x00003215 bpatchx  0x000000ab , 0x00004035 
+ 00015904  0x00003217 setarg  0x00000428 
+ 00015905  0x00003218 store  0x00000002 , 0x000049b9 
+ 00015906  0x00003219 call  0x00003e58 
+ 00015907  0x0000321b setarg  0x00000422 
+ 00015908  0x0000321c store  0x00000002 , 0x00004a5e 
+ 00015909  0x0000321d call  0x00003e5a 
+ 00015910  0x0000321f setarg  0x00000a22 
+ 00015911  0x00003220 store  0x00000002 , 0x00000a8d 
+ 00015912  0x00003221 call  0x00003e5c 
+ 00015913  0x00003222 call  0x00004071 
+ 00015914  0x00003226 call  0x00004071 
+ 00015915  0x00003228 call  0x00003a18 
+ 00015916  0x00003229 call  0x00003e3a 
+ 00015917  0x0000322b fetch  0x00000001 , 0x000047ef 
+ 00015918  0x0000322c beq  0x000000ff , 0x00003cd9 
+ 00015919  0x0000322d call  0x00004291 
+ 00015920  0x0000322e call  0x00003bbf 
+ 00015921  0x0000322f call  0x00003bb1 
+ 00015922  0x00003230 call  0x00003b99 
+ 00015923  0x00003232 random  0x0000003f 
+ 00015924  0x00003233 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00015925  0x00003234 add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00015926  0x00003235 store  0x00000002 , 0x00004804 
+ 00015927  0x00003236 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015928  0x00003237 store  0x00000001 , 0x00004803 
+ 00015929  0x00003238 rtn 
+ 00015930  0x0000323d fetch  0x00000006 , 0x0000480e 
+ 00015931  0x0000323e call  0x00007cc0 
+ 00015932  0x0000323f store  0x00000006 , 0x000042db 
+ 00015933  0x00003240 rtn 
+ 00015934  0x00003243 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
+ 00015935  0x00003244 fetchr  0x00000011 , 0x00000002 , 0x0000484f 
+ 00015936  0x00003245 fetchr  0x00000012 , 0x00000002 , 0x00004851 
+ 00015937  0x00003246 rtn 
+ 00015938  0x0000324a bpatchx  0x000000ac , 0x00004035 
+ 00015939  0x0000324b call  0x0000387d 
+ 00015940  0x0000324c call  0x00003aca 
+ 00015941  0x0000324d call  0x000041d8 
+ 00015942  0x0000324e call  0x0000396f 
+ 00015943  0x0000324f call  0x00003b33 
+ 00015944  0x00003250 call  0x00004060 
+ 00015945  0x00003251 branch  0x00003995 
+ 00015946  0x00003255 call  0x00003acc 
+ 00015947  0x00003256 call  0x00003db8 
+ 00015948  0x00003257 call  0x00003d63 
+ 00015949  0x0000325a call  0x00003794 
+ 00015950  0x0000325b call  0x00003791 
+ 00015951  0x0000325c branch  0x00004289 
+ 00015952  0x00003260 call  0x00003e53 
+ 00015953  0x00003261 fetch  0x00000002 , 0x00004853 
+ 00015954  0x00003262 branch  0x00007d79 
+ 00015955  0x00003267 fetch  0x00000001 , 0x00004857 
+ 00015956  0x00003268 rtnne  0x00000002 
+ 00015957  0x00003269 setarg  0x0001d000 
+ 00015958  0x0000326a store  0x00000003 , 0x00004419 
+ 00015959  0x0000326b branch  0x00006bfa 
+ 00015960  0x00003270 call  0x00004292 
+ 00015961  0x00003271 branch  0x000078ad 
+ 00015962  0x00003274 call  0x0000396c 
+ 00015963  0x00003275 branch  0x000078ad 
+ 00015964  0x00003278 call  0x00003e5e 
+ 00015965  0x00003279 branch  0x000078ad 
+ 00015966  0x0000327c setarg  0x00000a8d 
+ 00015967  0x0000327d store  0x00000002 , 0x000043fb 
+ 00015968  0x0000327e rtn 
+ 00015969  0x00003281 jam  0x00000001 , 0x00004388 
+ 00015970  0x00003282 setarg  0x00001770 
+ 00015971  0x00003283 store  0x00000002 , 0x0000464c 
+ 00015972  0x00003284 fetch  0x00000001 , 0x000047e7 
+ 00015973  0x00003285 set0  0x00000000 , 0x0000003f 
+ 00015974  0x00003286 store  0x00000001 , 0x000047e7 
+ 00015975  0x00003287 jam  0x00000001 , 0x000047e4 
+ 00015976  0x00003288 jam  0x00000000 , 0x000047e5 
+ 00015977  0x00003289 jam  0x00000000 , 0x0000474d 
+ 00015978  0x0000328a branch  0x00003b2f 
+ 00015979  0x0000328f bpatchx  0x000000ad , 0x00004035 
+ 00015980  0x00003290 fetch  0x00000001 , 0x0000092b 
+ 00015981  0x00003291 bbit1  0x00000007 , 0x00003e70 
+ 00015982  0x00003292 jam  0x00000000 , 0x00004969 
+ 00015983  0x00003293 branch  0x0000417d 
+ 00015984  0x00003297 call  0x00003e76 
+ 00015985  0x00003298 rtn  0x00000028 
+ 00015986  0x00003299 call  0x00003e97 
+ 00015987  0x0000329a rtn  0x00000028 
+ 00015988  0x0000329b call  0x00003ea7 
+ 00015989  0x0000329c branch  0x00003eb4 
+ 00015990  0x000032a1 call  0x00007dbc 
+ 00015991  0x000032a2 arg  0x00000003 , 0x00000039 
+ 00015992  0x000032a3 arg  0x0000092c , 0x00000011 
+ 00015993  0x000032a4 call  0x00007cb1 
+ 00015994  0x000032a5 fetchr  0x00000011 , 0x00000003 , 0x0000092c 
+ 00015995  0x000032a6 and  0x00000011 , 0x0000001f , 0x00000002 
+ 00015996  0x000032a7 storet  0x00000001 , 0x0000485c 
+ 00015997  0x000032a8 fetch  0x00000001 , 0x00004863 
+ 00015998  0x000032a9 isub  0x00000002 , 0x0000003e 
+ 00015999  0x000032aa nbranch  0x00007dba , 0x00000002 
+ 00016000  0x000032ac rshift4  0x00000011 , 0x0000003f 
+ 00016001  0x000032ad rshift  0x0000003f , 0x0000003f 
+ 00016002  0x000032ae and  0x0000003f , 0x0000001f , 0x00000002 
+ 00016003  0x000032af storet  0x00000001 , 0x0000485b 
+ 00016004  0x000032b0 rshift4  0x0000003f , 0x0000003f 
+ 00016005  0x000032b1 rshift  0x0000003f , 0x0000003f 
+ 00016006  0x000032b2 arg  0x00001fff , 0x00000011 
+ 00016007  0x000032b3 iand  0x00000011 , 0x00000002 
+ 00016008  0x000032b4 copy  0x0000003f , 0x00000012 
+ 00016009  0x000032b5 fetch  0x00000002 , 0x00004859 
+ 00016010  0x000032b6 isub  0x00000002 , 0x0000003e 
+ 00016011  0x000032b7 ncall  0x00003e93 , 0x00000005 
+ 00016012  0x000032b8 storet  0x00000002 , 0x00004859 
+ 00016013  0x000032b9 rshift8  0x00000012 , 0x0000003f 
+ 00016014  0x000032ba rshift4  0x0000003f , 0x0000003f 
+ 00016015  0x000032bb rshift  0x0000003f , 0x0000003f 
+ 00016016  0x000032bc store  0x00000001 , 0x00004858 
+ 00016017  0x000032bd store  0x00000001 , 0x00004969 
+ 00016018  0x000032be rtn 
+ 00016019  0x000032c1 setarg  0x00000000 
+ 00016020  0x000032c2 store  0x00000004 , 0x0000485d 
+ 00016021  0x000032c3 jam  0x00000000 , 0x00004862 
+ 00016022  0x000032c4 rtn 
+ 00016023  0x000032ca call  0x00007dbc 
+ 00016024  0x000032cb fetch  0x00000001 , 0x0000485b 
+ 00016025  0x000032cc copy  0x0000003f , 0x00000007 
+ 00016026  0x000032cd fetch  0x00000004 , 0x0000485d 
+ 00016027  0x000032ce qisolate1  0x0000003f 
+ 00016028  0x000032cf branch  0x00007dba , 0x00000001 
+ 00016029  0x000032d0 qset1  0x0000003f 
+ 00016030  0x000032d1 store  0x00000004 , 0x0000485d 
+ 00016031  0x000032d2 fetcht  0x00000001 , 0x0000485c 
+ 00016032  0x000032d3 add  0x00000002 , 0x00000001 , 0x00000039 
+ 00016033  0x000032d5 add  0x00000039 , 0xffffffff , 0x00000007 
+ 00016034  0x000032d6 qisolate1  0x0000003f 
+ 00016035  0x000032d7 nrtn  0x00000001 
+ 00016036  0x000032d8 loop  0x00003ea1 
+ 00016037  0x000032d9 jam  0x00000001 , 0x00004861 
+ 00016038  0x000032da rtn 
+ 00016039  0x000032df fetch  0x00000001 , 0x00000921 
+ 00016040  0x000032e0 pincrease  0xfffffffa 
+ 00016041  0x000032e1 copy  0x0000003f , 0x00000039 
+ 00016042  0x000032e2 fetcht  0x00000001 , 0x00004862 
+ 00016043  0x000032e3 iadd  0x00000002 , 0x00000002 
+ 00016044  0x000032e4 storet  0x00000001 , 0x00004862 
+ 00016045  0x000032e5 fetch  0x00000002 , 0x00004864 
+ 00016046  0x000032e6 iforce  0x00000005 
+ 00016047  0x000032e7 fetch  0x00000001 , 0x0000485b 
+ 00016048  0x000032e8 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00016049  0x000032e9 iadd  0x00000005 , 0x00000005 
+ 00016050  0x000032ea arg  0x0000092f , 0x00000006 
+ 00016051  0x000032eb branch  0x00007cda 
+ 00016052  0x000032ef fetch  0x00000001 , 0x00004861 
+ 00016053  0x000032f0 rtneq  0x00000000 
+ 00016054  0x000032f1 setarg  0x00000000 
+ 00016055  0x000032f2 store  0x00000005 , 0x0000485d 
+ 00016056  0x000032f3 fetcht  0x00000002 , 0x00000925 
+ 00016057  0x000032f4 byteswap  0x00000002 , 0x00000002 
+ 00016058  0x000032f5 setarg  0x0000e000 
+ 00016059  0x000032f6 iand  0x00000002 , 0x00000002 
+ 00016060  0x000032f7 fetch  0x00000002 , 0x00004859 
+ 00016061  0x000032f8 ior  0x00000002 , 0x0000003f 
+ 00016062  0x000032f9 byteswap  0x0000003f , 0x0000003f 
+ 00016063  0x000032fa store  0x00000002 , 0x00000925 
+ 00016064  0x000032fb branch  0x00004187 
+ 00016065  0x00003300 fetch  0x00000001 , 0x00000722 
+ 00016066  0x00003301 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00016067  0x00003302 copy  0x0000003f , 0x00000039 
+ 00016068  0x00003303 storet  0x00000001 , 0x00000916 
+ 00016069  0x00003304 fetch  0x00000001 , 0x0000092b 
+ 00016070  0x00003305 set0  0x00000007 , 0x0000003f 
+ 00016071  0x00003306 store  0x00000001 , 0x000049a1 
+ 00016072  0x00003307 arg  0x00000723 , 0x00000006 
+ 00016073  0x00003308 call  0x00007ccc 
+ 00016074  0x00003309 branch  0x00004052 
+ 00016075  0x0000330f add  0x00000011 , 0x00000004 , 0x00000002 
+ 00016076  0x00003310 copy  0x00000011 , 0x00000039 
+ 00016077  0x00003311 storet  0x00000001 , 0x00000916 
+ 00016078  0x00003312 arg  0x000049a5 , 0x00000005 
+ 00016079  0x00003313 call  0x00007ccc 
+ 00016080  0x00003314 fetch  0x00000001 , 0x0000092b 
+ 00016081  0x00003315 set1  0x00000007 , 0x0000003f 
+ 00016082  0x00003316 store  0x00000001 , 0x000049a1 
+ 00016083  0x00003317 branch  0x00004052 
+ 00016084  0x0000331d fetch  0x00000001 , 0x0000070b 
+ 00016085  0x0000331f beq  0x00000001 , 0x00003edb 
+ 00016086  0x00003320 beq  0x00000002 , 0x00003ee1 
+ 00016087  0x00003321 beq  0x00000042 , 0x00003ee6 
+ 00016088  0x00003322 beq  0x0000004c , 0x00003ee9 
+ 00016089  0x00003323 beq  0x0000005e , 0x00003eef 
+ 00016090  0x00003324 rtn 
+ 00016091  0x00003328 arg  0x00003edd , 0x00000013 
+ 00016092  0x00003329 branch  0x00003f53 
+ 00016093  0x0000332d fetch  0x00000002 , 0x00004830 
+ 00016094  0x0000332e call  0x00007d79 
+ 00016095  0x0000332f store  0x00000001 , 0x0000070c 
+ 00016096  0x00003330 branch  0x0000376c 
+ 00016097  0x00003334 arg  0x00003ee3 , 0x00000013 
+ 00016098  0x00003335 branch  0x00003f53 
+ 00016099  0x00003337 call  0x0000376c 
+ 00016100  0x00003338 fetch  0x00000002 , 0x00004832 
+ 00016101  0x00003339 branch  0x00007d79 
+ 00016102  0x0000333e call  0x00003784 
+ 00016103  0x0000333f fetch  0x00000002 , 0x00004834 
+ 00016104  0x00003340 branch  0x00007d79 
+ 00016105  0x00003344 fetch  0x00000002 , 0x0000070c 
+ 00016106  0x00003345 call  0x00003efe 
+ 00016107  0x00003346 store  0x00000001 , 0x00000711 
+ 00016108  0x00003347 call  0x00003774 
+ 00016109  0x00003348 fetch  0x00000002 , 0x00004836 
+ 00016110  0x00003349 branch  0x00007d79 
+ 00016111  0x0000334d fetch  0x00000002 , 0x00004866 
+ 00016112  0x0000334e fetcht  0x00000002 , 0x0000070e 
+ 00016113  0x0000334f isub  0x00000002 , 0x0000003e 
+ 00016114  0x00003350 rtn  0x00000005 
+ 00016115  0x00003352 fetch  0x00000002 , 0x0000070e 
+ 00016116  0x00003353 call  0x00003f10 
+ 00016117  0x00003354 store  0x00000001 , 0x00000716 
+ 00016118  0x00003356 fetch  0x00000002 , 0x0000070e 
+ 00016119  0x00003357 store  0x00000002 , 0x00004866 
+ 00016120  0x00003358 fetch  0x00000002 , 0x00004838 
+ 00016121  0x00003359 call  0x00007d79 
+ 00016122  0x0000335a storet  0x00000002 , 0x0000070c 
+ 00016123  0x0000335b call  0x0000377c 
+ 00016124  0x0000335c fetch  0x00000002 , 0x0000483a 
+ 00016125  0x0000335d branch  0x00007d79 
+ 00016126  0x00003363 rtn  0x00000034 
+ 00016127  0x00003364 mul32  0x0000003f , 0x00000064 , 0x0000003f 
+ 00016128  0x00003365 arg  0x0000ffff , 0x00000002 
+ 00016129  0x00003366 idiv  0x00000002 
+ 00016130  0x00003367 call  0x00007d62 
+ 00016131  0x00003368 remainder  0x00000002 
+ 00016132  0x00003369 rshift8  0x00000002 , 0x00000002 
+ 00016133  0x0000336a quotient  0x0000003f 
+ 00016134  0x0000336b sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016135  0x0000336c nrtn  0x00000005 
+ 00016136  0x0000336d pincrease  0x00000001 
+ 00016137  0x0000336e rtn 
+ 00016138  0x00003374 arg  0x0000ffff , 0x0000003f 
+ 00016139  0x00003375 imul32  0x00000002 , 0x0000003f 
+ 00016140  0x00003376 div  0x0000003f , 0x00000064 
+ 00016141  0x00003377 call  0x00007d62 
+ 00016142  0x00003378 quotient  0x00000002 
+ 00016143  0x00003379 rtn 
+ 00016144  0x0000337e arg  0x00000320 , 0x00000002 
+ 00016145  0x0000337f isub  0x00000002 , 0x00000011 
+ 00016146  0x00003380 call  0x00003f1f 
+ 00016147  0x00003381 copy  0x00000011 , 0x0000003f 
+ 00016148  0x00003382 idiv  0x00000002 
+ 00016149  0x00003383 call  0x00007d62 
+ 00016150  0x00003384 quotient  0x0000003f 
+ 00016151  0x00003385 rtn 
+ 00016152  0x0000338b copy  0x00000002 , 0x00000011 
+ 00016153  0x0000338c call  0x00003f1f 
+ 00016154  0x0000338d copy  0x00000011 , 0x0000003f 
+ 00016155  0x0000338e imul32  0x00000002 , 0x0000003f 
+ 00016156  0x0000338f arg  0x00000320 , 0x00000002 
+ 00016157  0x00003390 iadd  0x00000002 , 0x00000002 
+ 00016158  0x00003391 rtn 
+ 00016159  0x00003394 setarg  0x00004e20 
+ 00016160  0x00003395 arg  0x00000320 , 0x00000002 
+ 00016161  0x00003396 isub  0x00000002 , 0x0000003f 
+ 00016162  0x00003397 div  0x0000003f , 0x00000064 
+ 00016163  0x00003398 call  0x00007d62 
+ 00016164  0x00003399 quotient  0x00000002 
+ 00016165  0x0000339a rtn 
+ 00016166  0x000033a0 arg  0x00000000 , 0x00000007 
+ 00016167  0x000033a1 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
+ 00016168  0x000033a2 call  0x00007dbc 
+ 00016169  0x000033a3 fetch  0x00000002 , 0x00004800 
+ 00016170  0x000033a5 isub  0x00000002 , 0x0000003e 
+ 00016171  0x000033a6 branch  0x00003f32 , 0x00000005 
+ 00016172  0x000033a7 byteswap  0x0000003f , 0x0000003f 
+ 00016173  0x000033a8 pincrease  0x00000001 
+ 00016174  0x000033a9 byteswap  0x0000003f , 0x0000003f 
+ 00016175  0x000033aa increase  0x00000001 , 0x00000007 
+ 00016176  0x000033ab loop  0x00003f2a 
+ 00016177  0x000033ac rtn 
+ 00016178  0x000033af jam  0x00000000 , 0x00004868 
+ 00016179  0x000033b0 storer  0x00000007 , 0x00000001 , 0x00004869 
+ 00016180  0x000033b1 call  0x00003f6e 
+ 00016181  0x000033b2 branch  0x00007dba 
+ 00016182  0x000033b6 arg  0x00000000 , 0x00000007 
+ 00016183  0x000033b7 arg  0x00000000 , 0x00000013 
+ 00016184  0x000033b8 call  0x00003e3e 
+ 00016185  0x000033b9 call  0x00007dbc 
+ 00016186  0x000033bb fetch  0x00000002 , 0x0000484c 
+ 00016187  0x000033bc bbit0  0x00000002 , 0x00003f49 
+ 00016188  0x000033bd ifetch  0x00000002 , 0x00000011 
+ 00016189  0x000033be isub  0x00000002 , 0x0000003e 
+ 00016190  0x000033bf call  0x00003f47 , 0x00000005 
+ 00016191  0x000033c1 copy  0x00000012 , 0x0000003f 
+ 00016192  0x000033c2 iadd  0x00000011 , 0x00000011 
+ 00016193  0x000033c3 increase  0x00000001 , 0x00000007 
+ 00016194  0x000033c4 loop  0x00003f3a 
+ 00016195  0x000033c5 copy  0x00000013 , 0x0000003f 
+ 00016196  0x000033c6 rtn  0x00000034 
+ 00016197  0x000033c7 store  0x00000001 , 0x00004868 
+ 00016198  0x000033c8 branch  0x00007dba 
+ 00016199  0x000033cb qset1  0x00000013 
+ 00016200  0x000033cc rtn 
+ 00016201  0x000033cf add  0x00000011 , 0x00000006 , 0x00000006 
+ 00016202  0x000033d0 arg  0x00000008 , 0x00000030 
+ 00016203  0x000033d2 ifetch  0x00000002 , 0x00000006 
+ 00016204  0x000033d3 isub  0x00000002 , 0x0000003e 
+ 00016205  0x000033d4 branch  0x00003f51 , 0x00000005 
+ 00016206  0x000033d5 increase  0xffffffff , 0x00000030 
+ 00016207  0x000033d6 branch  0x00003f3f , 0x00000005 
+ 00016208  0x000033d7 branch  0x00003f4b 
+ 00016209  0x000033da call  0x00003f47 
+ 00016210  0x000033db branch  0x00003f3f 
+ 00016211  0x000033de arg  0x00000000 , 0x00000007 
+ 00016212  0x000033df fetch  0x00000001 , 0x00004868 
+ 00016213  0x000033e0 branch  0x00003f5f , 0x00000034 
+ 00016214  0x000033e1 copy  0x0000003f , 0x00000012 
+ 00016215  0x000033e2 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
+ 00016216  0x000033e4 storer  0x00000007 , 0x00000001 , 0x00004869 
+ 00016217  0x000033e6 qisolate1  0x00000012 
+ 00016218  0x000033e7 call  0x00003f5f , 0x00000001 
+ 00016219  0x000033e8 fetchr  0x00000007 , 0x00000001 , 0x00004869 
+ 00016220  0x000033e9 increase  0x00000001 , 0x00000007 
+ 00016221  0x000033ea loop  0x00003f58 
+ 00016222  0x000033eb rtn 
+ 00016223  0x000033ee call  0x00003f64 
+ 00016224  0x000033ef call  0x00003f6e 
+ 00016225  0x000033f0 copy  0x00000013 , 0x0000003f 
+ 00016226  0x000033f1 call  0x00007d79 
+ 00016227  0x000033f2 branch  0x00003f69 
+ 00016228  0x000033f5 storer  0x00000039 , 0x00000002 , 0x00000917 
+ 00016229  0x000033f6 storer  0x00000011 , 0x00000002 , 0x00000919 
+ 00016230  0x000033f7 storer  0x00000012 , 0x00000002 , 0x0000091b 
+ 00016231  0x000033f8 storer  0x00000013 , 0x00000002 , 0x0000091d 
+ 00016232  0x000033f9 rtn 
+ 00016233  0x000033fc fetchr  0x00000039 , 0x00000002 , 0x00000917 
+ 00016234  0x000033fd fetchr  0x00000011 , 0x00000002 , 0x00000919 
+ 00016235  0x000033fe fetchr  0x00000012 , 0x00000002 , 0x0000091b 
+ 00016236  0x000033ff fetchr  0x00000013 , 0x00000002 , 0x0000091d 
+ 00016237  0x00003400 rtn 
+ 00016238  0x00003404 bpatchx  0x000000ae , 0x00004035 
+ 00016239  0x00003405 fetch  0x00000002 , 0x00004800 
+ 00016240  0x00003406 byteswap  0x0000003f , 0x0000003f 
+ 00016241  0x00003407 iadd  0x00000007 , 0x0000003f 
+ 00016242  0x00003408 byteswap  0x0000003f , 0x0000003f 
+ 00016243  0x00003409 store  0x00000002 , 0x00004995 
+ 00016244  0x0000340a call  0x00003e3e 
+ 00016245  0x0000340b copy  0x00000007 , 0x0000003f 
+ 00016246  0x0000340c imul32  0x00000012 , 0x0000003f 
+ 00016247  0x0000340d iadd  0x00000011 , 0x00000011 
+ 00016248  0x0000340e add  0x00000011 , 0x00000017 , 0x00000006 
+ 00016249  0x0000340f ifetch  0x00000002 , 0x00000006 
+ 00016250  0x00003410 store , 0x00000002 , 0x000043fb 
+ 00016251  0x00003411 rtn 
+ 00016252  0x00003417 jam  0x00000000 , 0x00000951 
+ 00016253  0x0000341b sub  0x00000002 , 0x0000000c , 0x0000003e 
+ 00016254  0x0000341c rtn  0x00000002 
+ 00016255  0x0000341d sub  0x00000002 , 0x0000001e , 0x0000003e 
+ 00016256  0x0000341e nrtn  0x00000002 
+ 00016257  0x0000341f bpatchx  0x000000af , 0x00004035 
+ 00016258  0x00003420 call  0x0000400e 
+ 00016259  0x00003421 call  0x00003f8c 
+ 00016260  0x00003422 nrtn  0x00000028 
+ 00016261  0x00003423 call  0x00003fdd 
+ 00016262  0x00003424 nrtn  0x00000028 
+ 00016263  0x00003425 call  0x00003bcf 
+ 00016264  0x00003426 call  0x00003fa1 
+ 00016265  0x00003427 nrtn  0x00000028 
+ 00016266  0x00003428 call  0x00003fb2 
+ 00016267  0x0000342a branch  0x00003fb7 
+ 00016268  0x0000342d call  0x00007dba 
+ 00016269  0x0000342e fetch  0x00000001 , 0x00000921 
+ 00016270  0x0000342f arg  0x00000925 , 0x00000006 
+ 00016271  0x00003430 iadd  0x00000006 , 0x00000006 
+ 00016272  0x00003431 ifetch  0x00000004 , 0x00000006 
+ 00016273  0x00003432 ifetcht  0x00000004 , 0x00000006 
+ 00016274  0x00003433 ixor  0x00000002 , 0x00000002 
+ 00016275  0x00003434 arg  0x00000010 , 0x00000039 
+ 00016276  0x00003435 arg  0x000009fd , 0x00000006 
+ 00016277  0x00003437 ifetch  0x00000004 , 0x00000006 
+ 00016278  0x00003438 isub  0x00000002 , 0x0000003e 
+ 00016279  0x00003439 branch  0x00007dbc , 0x00000005 
+ 00016280  0x0000343a loop  0x00003f95 
+ 00016281  0x0000343b fetch  0x00000001 , 0x0000486a 
+ 00016282  0x0000343c pincrease  0x00000004 
+ 00016283  0x0000343d arg  0x000009fd , 0x00000005 
+ 00016284  0x0000343e iadd  0x00000005 , 0x00000005 
+ 00016285  0x0000343f istoret  0x00000004 , 0x00000005 
+ 00016286  0x00003440 and  0x0000003f , 0x0000003f , 0x0000003f 
+ 00016287  0x00003441 store  0x00000001 , 0x0000486a 
+ 00016288  0x00003442 rtn 
+ 00016289  0x00003445 call  0x00007dba 
+ 00016290  0x00003446 fetcht  0x00000005 , 0x00000924 
+ 00016291  0x00003447 arg  0x00000010 , 0x00000039 
+ 00016292  0x00003448 arg  0x00000a3d , 0x00000006 
+ 00016293  0x0000344a ifetch  0x00000005 , 0x00000006 
+ 00016294  0x0000344b isub  0x00000002 , 0x0000003e 
+ 00016295  0x0000344c branch  0x00007dbc , 0x00000005 
+ 00016296  0x0000344d loop  0x00003fa5 
+ 00016297  0x0000344e fetch  0x00000001 , 0x0000486b 
+ 00016298  0x0000344f pincrease  0x00000001 
+ 00016299  0x00003450 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016300  0x00003451 store  0x00000001 , 0x0000486b 
+ 00016301  0x00003452 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00016302  0x00003453 arg  0x00000a3d , 0x00000005 
+ 00016303  0x00003454 iadd  0x00000005 , 0x00000005 
+ 00016304  0x00003455 istoret  0x00000005 , 0x00000005 
+ 00016305  0x00003456 rtn 
+ 00016306  0x00003459 fetch  0x00000001 , 0x00000951 
+ 00016307  0x0000345a rtneq  0x00000000 
+ 00016308  0x0000345b fetch  0x00000002 , 0x00000927 
+ 00016309  0x0000345c store  0x00000002 , 0x0000486c 
+ 00016310  0x0000345d rtn 
+ 00016311  0x0000346a call  0x00004005 
+ 00016312  0x0000346b fetch  0x00000001 , 0x00000921 
+ 00016313  0x0000346c arg  0x00000929 , 0x00000002 
+ 00016314  0x0000346d call  0x00003ca7 
+ 00016315  0x0000346e nrtn  0x00000005 
+ 00016316  0x00003472 bpatchx  0x000000b0 , 0x00004036 
+ 00016317  0x00003473 fetch  0x00000001 , 0x00000951 
+ 00016318  0x00003474 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00016319  0x00003475 call  0x00004106 , 0x00000005 
+ 00016320  0x00003476 fetcht  0x00000002 , 0x00000929 
+ 00016321  0x00003477 call  0x00003f26 
+ 00016322  0x00003478 call  0x00003fcf , 0x00000028 
+ 00016323  0x00003479 branch  0x00003fea , 0x00000028 
+ 00016324  0x0000347a arg  0x0000001d , 0x00000039 
+ 00016325  0x0000347b arg  0x000007ab , 0x00000005 
+ 00016326  0x0000347c arg  0x00000922 , 0x00000006 
+ 00016327  0x0000347d call  0x00007cda 
+ 00016328  0x0000347e call  0x00003fd3 
+ 00016329  0x0000347f arg  0x0000001d , 0x00000039 
+ 00016330  0x00003480 arg  0x000007ab , 0x00000006 
+ 00016331  0x00003481 arg  0x00000922 , 0x00000005 
+ 00016332  0x00003482 call  0x00007cda 
+ 00016333  0x00003483 fetch  0x00000002 , 0x00004842 
+ 00016334  0x00003484 branch  0x00007d79 
+ 00016335  0x00003487 jam  0x00000001 , 0x00000952 
+ 00016336  0x00003488 fetch  0x00000002 , 0x00004995 
+ 00016337  0x00003489 store  0x00000002 , 0x00000953 
+ 00016338  0x0000348a rtn 
+ 00016339  0x0000348d call  0x00003f36 
+ 00016340  0x0000348e branch  0x00003fea , 0x00000028 
+ 00016341  0x0000348f jam  0x000000ff , 0x00004868 
+ 00016342  0x00003490 setarg  0x0000ffcf 
+ 00016343  0x00003491 isub  0x00000002 , 0x0000003e 
+ 00016344  0x00003492 branch  0x00003fea , 0x00000005 
+ 00016345  0x00003493 setarg  0x0000ffff 
+ 00016346  0x00003494 isub  0x00000002 , 0x0000003e 
+ 00016347  0x00003495 branch  0x00003fea , 0x00000005 
+ 00016348  0x00003496 rtn 
+ 00016349  0x0000349a call  0x00007dbc 
+ 00016350  0x0000349b fetcht  0x00000001 , 0x00000922 
+ 00016351  0x0000349c rshift4  0x00000002 , 0x0000003f 
+ 00016352  0x0000349d rshift3  0x0000003f , 0x0000003f 
+ 00016353  0x0000349e fetchr  0x00000011 , 0x00000001 , 0x00004871 
+ 00016354  0x0000349f and  0x00000011 , 0x00000001 , 0x00000011 
+ 00016355  0x000034a0 isub  0x00000011 , 0x0000003e 
+ 00016356  0x000034a1 nrtn  0x00000005 
+ 00016357  0x000034a2 and  0x00000002 , 0x0000007f , 0x00000002 
+ 00016358  0x000034a3 fetch  0x00000001 , 0x0000474d 
+ 00016359  0x000034a4 isub  0x00000002 , 0x0000003e 
+ 00016360  0x000034a5 nrtn  0x00000005 
+ 00016361  0x000034a6 branch  0x00007dba 
+ 00016362  0x000034ab arg  0x00004872 , 0x00000011 
+ 00016363  0x000034ac arg  0x0000000a , 0x00000039 
+ 00016364  0x000034ae fetcht  0x00000002 , 0x00000927 
+ 00016365  0x000034af ifetch  0x00000002 , 0x00000011 
+ 00016366  0x000034b1 branch  0x00003ff4 , 0x00000034 
+ 00016367  0x000034b3 isub  0x00000002 , 0x0000003e 
+ 00016368  0x000034b5 branch  0x00003ff5 , 0x00000005 
+ 00016369  0x000034b6 increase  0x00000005 , 0x00000011 
+ 00016370  0x000034b7 loop  0x00003fec 
+ 00016371  0x000034b8 arg  0x00004872 , 0x00000011 
+ 00016372  0x000034bb istoret  0x00000002 , 0x00000011 
+ 00016373  0x000034bd storet  0x00000002 , 0x0000094c 
+ 00016374  0x000034bf add  0x00000011 , 0x00000002 , 0x00000013 
+ 00016375  0x000034c0 ifetch  0x00000003 , 0x00000013 
+ 00016376  0x000034c1 store  0x00000003 , 0x0000094e 
+ 00016377  0x000034c2 branch  0x00003ffa 
+ 00016378  0x000034c8 call  0x00004002 
+ 00016379  0x000034ca fetch  0x00000003 , 0x0000094e 
+ 00016380  0x000034cb fetcht  0x00000003 , 0x00000924 
+ 00016381  0x000034cc isub  0x00000002 , 0x0000003e 
+ 00016382  0x000034cd rtn  0x00000002 
+ 00016383  0x000034ce istoret  0x00000003 , 0x00000013 
+ 00016384  0x000034cf call  0x00004002 
+ 00016385  0x000034d0 branch  0x00003e6b 
+ 00016386  0x000034d3 arg  0x00000924 , 0x00000011 
+ 00016387  0x000034d4 arg  0x00000003 , 0x00000039 
+ 00016388  0x000034d5 branch  0x00007cb1 
+ 00016389  0x000034da call  0x00004008 
+ 00016390  0x000034dc arg  0x0000475e , 0x00000006 
+ 00016391  0x000034dd branch  0x0000735f 
+ 00016392  0x000034df arg  0x0000093f , 0x00000005 
+ 00016393  0x000034e0 setarg  0x00000000 
+ 00016394  0x000034e1 istore  0x00000001 , 0x00000005 
+ 00016395  0x000034e2 fetch  0x00000006 , 0x00000923 
+ 00016396  0x000034e3 istore  0x00000008 , 0x00000005 
+ 00016397  0x000034e4 branch  0x00004069 
+ 00016398  0x000034e8 add  0x00000002 , 0xfffffff4 , 0x0000003f 
+ 00016399  0x000034f2 store  0x00000001 , 0x00000921 
+ 00016400  0x000034f3 arg  0x0000001d , 0x00000039 
+ 00016401  0x000034f4 arg  0x00000922 , 0x00000005 
+ 00016402  0x000034f5 call  0x00007ca1 
+ 00016403  0x000034f6 add  0x00000002 , 0xffffffff , 0x00000039 
+ 00016404  0x000034f7 arg  0x00000922 , 0x00000005 
+ 00016405  0x000034f8 branch  0x00007ccc 
+ 00016406  0x000034fb call  0x0000406e 
+ 00016407  0x000034fc call  0x00004036 
+ 00016408  0x000034fd nrtn  0x00000028 
+ 00016409  0x000034fe call  0x0000404a 
+ 00016410  0x000034ff jam  0x0000001e , 0x00000787 
+ 00016411  0x00003500 fetch  0x00000001 , 0x00000921 
+ 00016412  0x00003501 add  0x0000003f , 0x0000000d , 0x00000002 
+ 00016413  0x00003502 storet  0x00000001 , 0x00000789 
+ 00016414  0x00003503 increase  0xffffffff , 0x00000002 
+ 00016415  0x00003504 istoret  0x00000001 , 0x00000005 
+ 00016416  0x00003505 setarg  0x0000002a 
+ 00016417  0x00003506 istore  0x00000001 , 0x00000005 
+ 00016418  0x00003507 add  0x00000002 , 0xffffffff , 0x00000039 
+ 00016419  0x00003508 fetch  0x00000007 , 0x00000922 
+ 00016420  0x00003509 arg  0x00000922 , 0x00000006 
+ 00016421  0x0000350a call  0x00007cda 
+ 00016422  0x0000350b arg  0x00000787 , 0x00000011 
+ 00016423  0x0000350c call  0x000078b2 
+ 00016424  0x0000350d call  0x0000402b 
+ 00016425  0x0000350e nrtn  0x00000028 
+ 00016426  0x0000350f branch  0x00003961 
+ 00016427  0x00003512 fetcht  0x00000002 , 0x000007b2 
+ 00016428  0x00003514 call  0x00007dbc 
+ 00016429  0x00003515 fetch  0x00000001 , 0x00000978 
+ 00016430  0x00003516 rtn  0x00000034 
+ 00016431  0x00003517 iforce  0x00000039 
+ 00016432  0x00003518 arg  0x00000968 , 0x00000006 
+ 00016433  0x0000351a ifetch  0x00000002 , 0x00000006 
+ 00016434  0x0000351b isub  0x00000002 , 0x0000003e 
+ 00016435  0x0000351c branch  0x00007dba , 0x00000005 
+ 00016436  0x0000351d loop  0x00004031 
+ 00016437  0x0000351e rtn 
+ 00016438  0x00003522 call  0x00007dbc 
+ 00016439  0x00003523 fetch  0x00000001 , 0x00000951 
+ 00016440  0x00003524 rtneq  0x00000001 
+ 00016441  0x00003525 fetch  0x00000002 , 0x0000484c 
+ 00016442  0x00003526 rtnbit1  0x00000001 
+ 00016443  0x00003527 fetch  0x00000001 , 0x000047e4 
+ 00016444  0x00003528 rtnne  0x00000000 
+ 00016445  0x00003529 fetcht  0x00000002 , 0x00000927 
+ 00016446  0x0000352a call  0x00003f26 
+ 00016447  0x0000352b branch  0x00007dbc , 0x00000028 
+ 00016448  0x0000352c call  0x0000404f 
+ 00016449  0x0000352d nrtn  0x00000028 
+ 00016450  0x0000352e fetch  0x00000001 , 0x00000923 
+ 00016451  0x0000352f branch  0x00007dbc , 0x00000034 
+ 00016452  0x00003530 pincrease  0xffffffff 
+ 00016453  0x00003531 branch  0x00007dbc , 0x00000034 
+ 00016454  0x00003532 store  0x00000001 , 0x00000923 
+ 00016455  0x00003533 setarg  0x000048cc 
+ 00016456  0x00003534 store  0x00000002 , 0x000043fb 
+ 00016457  0x00003535 branch  0x00007dba 
+ 00016458  0x00003538 call  0x00004005 
+ 00016459  0x00003539 fetch  0x00000001 , 0x00000921 
+ 00016460  0x0000353a arg  0x00000929 , 0x00000002 
+ 00016461  0x0000353b call  0x00003c86 
+ 00016462  0x0000353c branch  0x00003bcf 
+ 00016463  0x00003541 setarg  0x000048a4 
+ 00016464  0x00003542 store  0x00000002 , 0x00000910 
+ 00016465  0x00003543 branch  0x000039fb 
+ 00016466  0x00003548 bpatchx  0x000000b1 , 0x00004036 
+ 00016467  0x00003549 call  0x00004056 
+ 00016468  0x0000354a call  0x0000405f 
+ 00016469  0x0000354b branch  0x0000394c 
+ 00016470  0x00003551 fetch  0x00000001 , 0x00000916 
+ 00016471  0x00003552 add  0x0000003f , 0x00000002 , 0x00000011 
+ 00016472  0x00003553 pincrease  0x00000004 
+ 00016473  0x00003554 store  0x00000001 , 0x00000916 
+ 00016474  0x00003555 arg  0x0000499f , 0x00000002 
+ 00016475  0x00003556 branch  0x0000405c 
+ 00016476  0x0000355c call  0x00004005 
+ 00016477  0x0000355d copy  0x00000011 , 0x0000003f 
+ 00016478  0x0000355e branch  0x00003c86 
+ 00016479  0x00003562 branch  0x00003bcc 
+ 00016480  0x00003566 call  0x00003e5e 
+ 00016481  0x00003567 call  0x000078fa 
+ 00016482  0x00003568 rtn  0x00000034 
+ 00016483  0x00003569 call  0x00002a28 
+ 00016484  0x0000356a nrtn  0x00000034 
+ 00016485  0x0000356b arg  0x00000787 , 0x00000011 
+ 00016486  0x0000356c call  0x000078ca 
+ 00016487  0x0000356d nrtn  0x00000028 
+ 00016488  0x0000356e branch  0x000040f0 
+ 00016489  0x00003573 fetch  0x00000004 , 0x0000486e 
+ 00016490  0x00003574 istore  0x00000004 , 0x00000005 
+ 00016491  0x00003575 add  0x00000005 , 0xfffffff3 , 0x0000003f 
+ 00016492  0x00003576 store  0x00000002 , 0x000008f1 
+ 00016493  0x00003577 rtn 
+ 00016494  0x0000357c setarg  0x000048cc 
+ 00016495  0x0000357d store  0x00000002 , 0x000043fb 
+ 00016496  0x0000357e rtn 
+ 00016497  0x00003581 call  0x0000406e 
+ 00016498  0x00003582 branch  0x000078ad 
+ 00016499  0x00003586 call  0x000029c9 
+ 00016500  0x00003587 fetch  0x00000001 , 0x000047e4 
+ 00016501  0x00003588 beq  0x00000001 , 0x00004083 
+ 00016502  0x00003589 beq  0x00000000 , 0x00004079 
+ 00016503  0x0000358a beq  0x00000005 , 0x00004079 
+ 00016504  0x0000358b rtn 
+ 00016505  0x0000358f setsect  0x00000000 , 0x00010214 
+ 00016506  0x00003590 setsect  0x00000001 , 0x0000c080 
+ 00016507  0x00003591 setsect  0x00000002 , 0x00028030 
+ 00016508  0x00003592 setsect  0x00000003 , 0x00003060 
+ 00016509  0x00003593 store  0x00000009 , 0x00004348 
+ 00016510  0x00003594 setarg  0x00182816 
+ 00016511  0x00003595 istore  0x00000004 , 0x00000005 
+ 00016512  0x00003596 fetch  0x00000008 , 0x000047dc 
+ 00016513  0x00003597 istore  0x00000008 , 0x00000005 
+ 00016514  0x00003598 rtn 
+ 00016515  0x0000359b call  0x00003ce0 
+ 00016516  0x0000359d setsect  0x00000000 , 0x0001021d 
+ 00016517  0x0000359e setsect  0x00000001 , 0x0000c080 
+ 00016518  0x0000359f setsect  0x00000002 , 0x00027030 
+ 00016519  0x000035a0 setsect  0x00000003 , 0x00005460 
+ 00016520  0x000035a1 store  0x00000009 , 0x00004348 
+ 00016521  0x000035a2 setarg  0x00182716 
+ 00016522  0x000035a3 istore  0x00000003 , 0x00000005 
+ 00016523  0x000035a4 arg  0x000008ff , 0x00000006 
+ 00016524  0x000035a5 call  0x00007c8f 
+ 00016525  0x000035a6 fetch  0x00000002 , 0x000047ea 
+ 00016526  0x000035a7 istore  0x00000002 , 0x00000005 
+ 00016527  0x000035a8 rtn 
+ 00016528  0x000035af bpatchx  0x000000b2 , 0x00004036 
+ 00016529  0x000035b0 fetch  0x00000002 , 0x00004398 
+ 00016530  0x000035b1 beq  0x0000000e , 0x00004095 
+ 00016531  0x000035b2 beq  0x00000014 , 0x000040d6 
+ 00016532  0x000035b3 rtn 
+ 00016533  0x000035b6 copy  0x00000012 , 0x00000002 
+ 00016534  0x000035b7 ifetch  0x00000001 , 0x00000011 
+ 00016535  0x000035b8 beq  0x00000000 , 0x000040e1 
+ 00016536  0x000035b9 beq  0x00000002 , 0x0000409a 
+ 00016537  0x000035ba rtn 
+ 00016538  0x000035c3 call  0x0000400e 
+ 00016539  0x000035c4 fetch  0x00000001 , 0x00000921 
+ 00016540  0x000035c5 pincrease  0xfffffffc 
+ 00016541  0x000035c6 store  0x00000001 , 0x00000921 
+ 00016542  0x000035c7 call  0x00003fdd 
+ 00016543  0x000035c8 nrtn  0x00000028 
+ 00016544  0x000035c9 call  0x00003bcf 
+ 00016545  0x000035ca fetch  0x00000001 , 0x00000923 
+ 00016546  0x000035cb bbit1  0x00000007 , 0x000040a4 
+ 00016547  0x000035cc rtn 
+ 00016548  0x000035cf call  0x000040da 
+ 00016549  0x000035d0 fetch  0x00000001 , 0x00000921 
+ 00016550  0x000035d1 arg  0x00000929 , 0x00000002 
+ 00016551  0x000035d2 call  0x00003ca5 
+ 00016552  0x000035d3 nrtn  0x00000005 
+ 00016553  0x000035d6 call  0x00004106 
+ 00016554  0x000035d7 fetch  0x00000001 , 0x0000092b 
+ 00016555  0x000035d8 beq  0x00000000 , 0x000040bd 
+ 00016556  0x000035d9 beq  0x00000001 , 0x000040ae 
+ 00016557  0x000035da rtn 
+ 00016558  0x000035dd fetchr  0x00000039 , 0x00000001 , 0x00000921 
+ 00016559  0x000035de increase  0xfffffffd , 0x00000039 
+ 00016560  0x000035e0 rshift  0x00000039 , 0x0000003f 
+ 00016561  0x000035e1 fetcht  0x00000002 , 0x00000978 
+ 00016562  0x000035e2 iadd  0x00000002 , 0x0000003f 
+ 00016563  0x000035e3 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00016564  0x000035e4 nrtn  0x00000002 
+ 00016565  0x000035e5 store  0x00000002 , 0x00000978 
+ 00016566  0x000035e6 arg  0x00000968 , 0x00000005 
+ 00016567  0x000035e7 lshift  0x00000002 , 0x0000003f 
+ 00016568  0x000035e8 iadd  0x00000005 , 0x00000005 
+ 00016569  0x000035e9 arg  0x0000092c , 0x00000006 
+ 00016570  0x000035ea call  0x00007cda 
+ 00016571  0x000035eb fetch  0x00000001 , 0x0000097a 
+ 00016572  0x000035ec branch  0x000040bf 
+ 00016573  0x000035ef ifetch  0x00000001 , 0x00000006 
+ 00016574  0x000035f0 store  0x00000001 , 0x0000097a 
+ 00016575  0x000035f2 store  0x00000001 , 0x000049a2 
+ 00016576  0x000035f3 fetch  0x00000002 , 0x00000978 
+ 00016577  0x000035f4 byteswap  0x0000003f , 0x0000003f 
+ 00016578  0x000035f5 store  0x00000002 , 0x000049a3 
+ 00016579  0x000035f7 jam  0x00000003 , 0x000049a1 
+ 00016580  0x000035f9 fetch  0x00000009 , 0x00000922 
+ 00016581  0x000035fa store  0x00000009 , 0x00004998 
+ 00016582  0x000035fb fetch  0x00000002 , 0x00004995 
+ 00016583  0x000035fc store  0x00000002 , 0x0000499d 
+ 00016584  0x000035fe call  0x00004253 
+ 00016585  0x000035ff call  0x00004267 
+ 00016586  0x00003601 call  0x000040da 
+ 00016587  0x00003602 setarg  0x00000006 
+ 00016588  0x00003603 arg  0x0000499f , 0x00000002 
+ 00016589  0x00003604 call  0x00003c84 
+ 00016590  0x00003605 call  0x0000405f 
+ 00016591  0x00003608 arg  0x00000016 , 0x00000011 
+ 00016592  0x00003609 arg  0x00000010 , 0x00000002 
+ 00016593  0x0000360a call  0x00002dee 
+ 00016594  0x0000360b setarg  0x00000002 
+ 00016595  0x0000360c istore  0x00000001 , 0x00000005 
+ 00016596  0x0000360d arg  0x00004998 , 0x00000006 
+ 00016597  0x0000360e branch  0x00007c8d 
+ 00016598  0x00003611 jam  0x00000002 , 0x000007aa 
+ 00016599  0x00003612 copy  0x00000012 , 0x00000002 
+ 00016600  0x00003613 copy  0x00000011 , 0x00000006 
+ 00016601  0x00003614 branch  0x00003cfa 
+ 00016602  0x00003618 arg  0x0000095b , 0x00000005 
+ 00016603  0x00003619 setarg  0x00000003 
+ 00016604  0x0000361a istore  0x00000002 , 0x00000005 
+ 00016605  0x0000361b fetch  0x00000005 , 0x00000924 
+ 00016606  0x0000361c istore  0x00000007 , 0x00000005 
+ 00016607  0x0000361d call  0x00004069 
+ 00016608  0x0000361f branch  0x00004006 
+ 00016609  0x00003622 jam  0x00000002 , 0x00000951 
+ 00016610  0x00003623 branch  0x00003f7d 
+ 00016611  0x00003627 copy  0x00000013 , 0x0000003f 
+ 00016612  0x00003628 beq  0x00000015 , 0x000040e8 
+ 00016613  0x00003629 beq  0x00000014 , 0x000040e7 
+ 00016614  0x0000362a rtn 
+ 00016615  0x0000362d branch  0x000040eb 
+ 00016616  0x00003632 setarg  0x00000000 
+ 00016617  0x00003633 store  0x00000002 , 0x0000486c 
+ 00016618  0x00003634 branch  0x00004317 
+ 00016619  0x00003637 setarg  0x00000000 
+ 00016620  0x00003638 store  0x00000002 , 0x00000978 
+ 00016621  0x00003639 arg  0x00000968 , 0x00000005 
+ 00016622  0x0000363a arg  0x00000010 , 0x00000039 
+ 00016623  0x0000363b branch  0x00007ca3 
+ 00016624  0x00003644 call  0x00002a28 
+ 00016625  0x00003645 nrtn  0x00000034 
+ 00016626  0x00003647 fetch  0x00000001 , 0x00000789 
+ 00016627  0x00003648 add  0x0000003f , 0xffffffff , 0x00000011 
+ 00016628  0x00003649 arg  0x00000010 , 0x00000002 
+ 00016629  0x0000364a call  0x00002dee 
+ 00016630  0x0000364b setarg  0x00000000 
+ 00016631  0x0000364c istore  0x00000001 , 0x00000005 
+ 00016632  0x0000364d arg  0x0000078c , 0x00000006 
+ 00016633  0x0000364e branch  0x00007c8d 
+ 00016634  0x00003651 fetch  0x00000001 , 0x000007aa 
+ 00016635  0x00003652 rtneq  0x00000000 
+ 00016636  0x00003653 fetch  0x00000002 , 0x000044e9 
+ 00016637  0x00003654 rtnbit0  0x00000009 
+ 00016638  0x00003655 call  0x00002a28 
+ 00016639  0x00003656 nrtn  0x00000034 
+ 00016640  0x00003657 fetch  0x00000001 , 0x0000462a 
+ 00016641  0x00003658 add  0x0000003f , 0xfffffffb , 0x00000011 
+ 00016642  0x00003659 arg  0x00000016 , 0x00000002 
+ 00016643  0x0000365a call  0x00002dee 
+ 00016644  0x0000365b arg  0x00004630 , 0x00000006 
+ 00016645  0x0000365c branch  0x00007c8d 
+ 00016646  0x0000365f fetch  0x00000002 , 0x00000968 
+ 00016647  0x00003660 nrtn  0x00000034 
+ 00016648  0x00003661 fetch  0x00000002 , 0x00000927 
+ 00016649  0x00003662 store  0x00000002 , 0x00000968 
+ 00016650  0x00003664 fetch  0x00000002 , 0x00000978 
+ 00016651  0x00003665 pincrease  0x00000001 
+ 00016652  0x00003666 store  0x00000002 , 0x00000978 
+ 00016653  0x00003667 rtn 
+ 00016654  0x0000366b ifetch  0x00000004 , 0x00000006 
+ 00016655  0x0000366c force  0x00000004 , 0x00000011 
+ 00016656  0x0000366d increase  0x00000003 , 0x00000005 
+ 00016657  0x0000366f istore  0x00000001 , 0x00000005 
+ 00016658  0x00003670 rshift8  0x0000003f , 0x0000003f 
+ 00016659  0x00003671 increase  0xfffffffe , 0x00000005 
+ 00016660  0x00003672 increase  0xffffffff , 0x00000011 
+ 00016661  0x00003673 nbranch  0x00004111 , 0x00000005 
+ 00016662  0x00003674 increase  0x00000005 , 0x00000005 
+ 00016663  0x00003675 loop  0x0000410e 
+ 00016664  0x00003676 rtn 
+ 00016665  0x0000367a lshift2  0x00000007 , 0x0000003f 
+ 00016666  0x0000367b iadd  0x0000000b , 0x00000006 
+ 00016667  0x0000367c ifetch  0x00000004 , 0x00000006 
+ 00016668  0x0000367d rtn 
+ 00016669  0x00003680 force  0x00000010 , 0x00000030 
+ 00016670  0x00003681 arg  0x00000231 , 0x0000000b 
+ 00016671  0x00003683 add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00016672  0x00003684 call  0x00004119 
+ 00016673  0x00003685 iforce  0x00000002 
+ 00016674  0x00003686 add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00016675  0x00003687 call  0x00004119 
+ 00016676  0x00003688 iadd  0x00000002 , 0x00000002 
+ 00016677  0x00003689 add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00016678  0x0000368a call  0x00004119 
+ 00016679  0x0000368b shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00016680  0x0000368c iadd  0x00000002 , 0x00000002 
+ 00016681  0x0000368d add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00016682  0x0000368e call  0x00004119 
+ 00016683  0x0000368f shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016684  0x00003690 iadd  0x00000002 , 0x00000002 
+ 00016685  0x00003691 lshift2  0x00000030 , 0x0000003f 
+ 00016686  0x00003692 iadd  0x0000000b , 0x00000005 
+ 00016687  0x00003693 istoret  0x00000004 , 0x00000005 
+ 00016688  0x00003694 increase  0x00000001 , 0x00000030 
+ 00016689  0x00003695 compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00016690  0x00003696 nbranch  0x0000411f , 0x00000001 
+ 00016691  0x00003697 rtn 
+ 00016692  0x0000369b arg  0x00000549 , 0x00000006 
+ 00016693  0x0000369c force  0x00000007 , 0x00000038 
+ 00016694  0x0000369e ifetch  0x00000004 , 0x00000006 
+ 00016695  0x0000369f iforce  0x0000002f 
+ 00016696  0x000036a0 increase  0xffffffff , 0x00000038 
+ 00016697  0x000036a1 branch  0x00004136 , 0x00000002 
+ 00016698  0x000036a2 rtn 
+ 00016699  0x000036a5 bpatchx  0x000000b3 , 0x00004036 
+ 00016700  0x000036a6 call  0x0000411d 
+ 00016701  0x000036a7 arg  0x00000331 , 0x00000005 
+ 00016702  0x000036a8 force  0x00000000 , 0x00000038 
+ 00016703  0x000036aa deposit  0x0000002f 
+ 00016704  0x000036ab istore  0x00000004 , 0x00000005 
+ 00016705  0x000036ac increase  0x00000001 , 0x00000038 
+ 00016706  0x000036ad compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00016707  0x000036ae nbranch  0x0000413f , 0x00000001 
+ 00016708  0x000036b1 arg  0x000095ed , 0x0000000b 
+ 00016709  0x000036b4 arg  0x00000231 , 0x00000030 
+ 00016710  0x000036b5 force  0x00000040 , 0x00000039 
+ 00016711  0x000036b7 ifetcht  0x00000004 , 0x00000030 
+ 00016712  0x000036b8 ifetch  0x00000004 , 0x0000000b 
+ 00016713  0x000036b9 increase  0x00000004 , 0x0000000b 
+ 00016714  0x000036ba increase  0x00000004 , 0x00000030 
+ 00016715  0x000036bb iadd  0x00000002 , 0x0000003f 
+ 00016716  0x000036bc force  0x00000007 , 0x00000038 
+ 00016717  0x000036bd iadd  0x0000002f , 0x00000002 
+ 00016718  0x000036be force  0x00000004 , 0x00000038 
+ 00016719  0x000036bf shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00016720  0x000036c0 iadd  0x00000002 , 0x00000002 
+ 00016721  0x000036c1 force  0x00000005 , 0x00000038 
+ 00016722  0x000036c2 deposit  0x0000002f 
+ 00016723  0x000036c3 force  0x00000006 , 0x00000038 
+ 00016724  0x000036c4 ixor  0x0000002f , 0x0000003f 
+ 00016725  0x000036c5 force  0x00000004 , 0x00000038 
+ 00016726  0x000036c6 iand  0x0000002f , 0x0000003f 
+ 00016727  0x000036c7 force  0x00000006 , 0x00000038 
+ 00016728  0x000036c8 ixor  0x0000002f , 0x0000003f 
+ 00016729  0x000036c9 iadd  0x00000002 , 0x00000002 
+ 00016730  0x000036ca force  0x00000007 , 0x00000038 
+ 00016731  0x000036cb copy  0x00000002 , 0x0000002f 
+ 00016732  0x000036cc force  0x00000003 , 0x00000038 
+ 00016733  0x000036cd deposit  0x0000002f 
+ 00016734  0x000036ce iadd  0x00000002 , 0x0000002f 
+ 00016735  0x000036cf force  0x00000000 , 0x00000038 
+ 00016736  0x000036d0 deposit  0x0000002f 
+ 00016737  0x000036d1 force  0x00000001 , 0x00000038 
+ 00016738  0x000036d2 iand  0x0000002f , 0x00000002 
+ 00016739  0x000036d3 ior  0x0000002f , 0x0000003f 
+ 00016740  0x000036d4 force  0x00000002 , 0x00000038 
+ 00016741  0x000036d5 iand  0x0000002f , 0x0000003f 
+ 00016742  0x000036d6 ior  0x00000002 , 0x00000002 
+ 00016743  0x000036d7 force  0x00000000 , 0x00000038 
+ 00016744  0x000036d8 shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00016745  0x000036d9 iadd  0x00000002 , 0x0000003f 
+ 00016746  0x000036da force  0x00000007 , 0x00000038 
+ 00016747  0x000036db iadd  0x0000002f , 0x0000002f 
+ 00016748  0x000036dc regexrot 
+ 00016749  0x000036dd loop  0x00004147 
+ 00016750  0x000036de arg  0x00000331 , 0x00000006 
+ 00016751  0x000036df force  0x00000000 , 0x00000038 
+ 00016752  0x000036e1 ifetch  0x00000004 , 0x00000006 
+ 00016753  0x000036e2 iadd  0x0000002f , 0x0000002f 
+ 00016754  0x000036e3 increase  0x00000001 , 0x00000038 
+ 00016755  0x000036e4 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00016756  0x000036e5 nbranch  0x00004170 , 0x00000001 
+ 00016757  0x000036e6 rtn 
+ 00016758  0x000036eb arg  0x000001bd , 0x00000005 
+ 00016759  0x000036ec force  0x00000007 , 0x00000038 
+ 00016760  0x000036ee deposit  0x0000002f 
+ 00016761  0x000036ef istore  0x00000004 , 0x00000005 
+ 00016762  0x000036f0 increase  0xffffffff , 0x00000038 
+ 00016763  0x000036f1 branch  0x00004178 , 0x00000002 
+ 00016764  0x000036f2 rtn 
+ 00016765  0x000036f8 bbit0  0x00000006 , 0x00004180 
+ 00016766  0x000036fb call  0x000041a2 
+ 00016767  0x000036fc branch  0x00004182 
+ 00016768  0x000036ff call  0x000041af 
+ 00016769  0x00003700 branch  0x00004182 
+ 00016770  0x00003705 fetch  0x00000001 , 0x00000921 
+ 00016771  0x00003706 pincrease  0xfffffff9 
+ 00016772  0x0000370a arg  0x0000092c , 0x00000030 
+ 00016773  0x0000370b call  0x00007dbc 
+ 00016774  0x0000370c branch  0x00004194 
+ 00016775  0x00003711 fetch  0x00000001 , 0x0000092b 
+ 00016776  0x00003712 bbit0  0x00000006 , 0x0000418b 
+ 00016777  0x00003714 call  0x000041a2 
+ 00016778  0x00003715 branch  0x0000418d 
+ 00016779  0x00003717 call  0x000041af 
+ 00016780  0x00003718 branch  0x0000418d 
+ 00016781  0x0000371c fetch  0x00000001 , 0x00004969 
+ 00016782  0x0000371d ncall  0x00007dba , 0x00000034 
+ 00016783  0x0000371e call  0x00007dbc , 0x00000034 
+ 00016784  0x0000371f fetch  0x00000001 , 0x00004862 
+ 00016785  0x00003720 pincrease  0xfffffffc 
+ 00016786  0x00003721 jam  0x00000000 , 0x00004862 
+ 00016787  0x00003722 arg  0x00004b3c , 0x00000030 
+ 00016788  0x00003727 copy  0x00000030 , 0x00000002 
+ 00016789  0x00003728 call  0x0000419c 
+ 00016790  0x00003729 nrtn  0x00000005 
+ 00016791  0x0000372a call  0x0000419f 
+ 00016792  0x0000372b nrtn  0x00000028 
+ 00016793  0x0000372c fetch  0x00000002 , 0x000008f4 
+ 00016794  0x0000372d copy  0x0000003f , 0x00000030 
+ 00016795  0x0000372e branch  0x00003728 
+ 00016796  0x00003731 nbranch  0x00003ca7 , 0x00000028 
+ 00016797  0x00003732 pincrease  0xfffffffc 
+ 00016798  0x00003733 branch  0x00003ca5 
+ 00016799  0x00003737 setarg  0x0000496a 
+ 00016800  0x00003738 store  0x00000002 , 0x00000910 
+ 00016801  0x00003739 branch  0x000039fb 
+ 00016802  0x0000373e call  0x000041a5 
+ 00016803  0x00003740 arg  0x00004959 , 0x00000006 
+ 00016804  0x00003741 branch  0x0000735f 
+ 00016805  0x00003743 arg  0x0000093f , 0x00000005 
+ 00016806  0x00003744 setarg  0x00000001 
+ 00016807  0x00003745 istore  0x00000001 , 0x00000005 
+ 00016808  0x00003746 fetch  0x00000001 , 0x00004969 
+ 00016809  0x00003747 arg  0x00000000 , 0x00000002 
+ 00016810  0x00003748 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00016811  0x00003749 istoret  0x00000001 , 0x00000005 
+ 00016812  0x0000374a fetch  0x00000007 , 0x00000924 
+ 00016813  0x0000374b istore  0x00000007 , 0x00000005 
+ 00016814  0x0000374c branch  0x00004069 
+ 00016815  0x00003751 call  0x000041b2 
+ 00016816  0x00003753 arg  0x000046a0 , 0x00000006 
+ 00016817  0x00003754 branch  0x0000735f 
+ 00016818  0x00003756 arg  0x0000093f , 0x00000005 
+ 00016819  0x00003757 setarg  0x00000002 
+ 00016820  0x00003758 branch  0x000041a7 
+ 00016821  0x0000375e bpatchx  0x000000b4 , 0x00004036 
+ 00016822  0x00003760 call  0x0000425b 
+ 00016823  0x00003763 call  0x000041bd 
+ 00016824  0x00003764 rtn  0x00000028 
+ 00016825  0x00003765 call  0x000041d0 
+ 00016826  0x00003767 call  0x00004292 
+ 00016827  0x00003769 arg  0x00000983 , 0x00000011 
+ 00016828  0x0000376a branch  0x000078b2 
+ 00016829  0x0000376f call  0x00007dbc 
+ 00016830  0x00003770 arg  0x00000001 , 0x00000002 
+ 00016831  0x00003772 fetch  0x00000001 , 0x00000951 
+ 00016832  0x00003773 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00016833  0x00003774 setflag  0x00000005 , 0x00000007 , 0x00000002 
+ 00016834  0x00003775 storet  0x00000001 , 0x00000983 
+ 00016835  0x00003776 fetch  0x00000009 , 0x00004998 
+ 00016836  0x00003777 store  0x00000009 , 0x00000987 
+ 00016837  0x00003778 fetch  0x00000001 , 0x00000723 
+ 00016838  0x00003779 rtnne  0x000000d4 
+ 00016839  0x0000377a fetch  0x00000001 , 0x000047e4 
+ 00016840  0x0000377b bne  0x00000000 , 0x00007dba 
+ 00016841  0x0000377c fetch  0x00000001 , 0x00000726 
+ 00016842  0x0000377d store  0x00000001 , 0x00000986 
+ 00016843  0x0000377e fetch  0x00000001 , 0x00000983 
+ 00016844  0x0000377f pincrease  0x00000001 
+ 00016845  0x00003780 set1  0x00000005 , 0x0000003f 
+ 00016846  0x00003781 store  0x00000001 , 0x00000983 
+ 00016847  0x00003782 rtn 
+ 00016848  0x00003786 fetch  0x00000001 , 0x00000722 
+ 00016849  0x00003787 copy  0x0000003f , 0x00000039 
+ 00016850  0x00003788 store  0x00000001 , 0x00000990 
+ 00016851  0x00003789 fetch  0x00000001 , 0x0000092b 
+ 00016852  0x0000378a store  0x00000001 , 0x00000991 
+ 00016853  0x0000378b arg  0x00000996 , 0x00000005 
+ 00016854  0x0000378c arg  0x00000723 , 0x00000006 
+ 00016855  0x0000378d branch  0x00007cda 
+ 00016856  0x00003797 fetch  0x00000001 , 0x000049b5 
+ 00016857  0x00003798 nrtn  0x00000034 
+ 00016858  0x00003799 call  0x00004292 
+ 00016859  0x0000379a arg  0x00000983 , 0x00000011 
+ 00016860  0x0000379b call  0x000078dc 
+ 00016861  0x0000379c nrtn  0x00000028 
+ 00016862  0x0000379e fetcht  0x00000001 , 0x00000983 
+ 00016863  0x0000379f and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00016864  0x000037a0 branch  0x0000420b , 0x00000034 
+ 00016865  0x000037a2 jam  0x00000001 , 0x000049b5 
+ 00016866  0x000037a4 call  0x000041fc 
+ 00016867  0x000037a6 fetcht  0x00000001 , 0x00000983 
+ 00016868  0x000037a7 call  0x00004202 
+ 00016869  0x000037a8 store  0x00000001 , 0x000049b6 
+ 00016870  0x000037aa fetch  0x00000001 , 0x000049b7 
+ 00016871  0x000037ab isolate1  0x00000007 , 0x00000002 
+ 00016872  0x000037ac setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00016873  0x000037ad store  0x00000001 , 0x000049b7 
+ 00016874  0x000037b5 set1  0x00000004 , 0x00000002 
+ 00016875  0x000037b7 increase  0xffffffff , 0x00000002 
+ 00016876  0x000037b8 istoret  0x00000001 , 0x00000012 
+ 00016877  0x000037ba fetcht  0x00000001 , 0x00000983 
+ 00016878  0x000037bb isolate1  0x00000004 , 0x00000002 
+ 00016879  0x000037bc nbranch  0x0000420f , 0x00000001 
+ 00016880  0x000037bd fetcht  0x00000001 , 0x00000990 
+ 00016881  0x000037be storet  0x00000001 , 0x00000722 
+ 00016882  0x000037bf copy  0x00000002 , 0x00000039 
+ 00016883  0x000037c0 arg  0x00000723 , 0x00000005 
+ 00016884  0x000037c1 arg  0x00000996 , 0x00000006 
+ 00016885  0x000037c2 call  0x00007cda 
+ 00016886  0x000037c4 sub  0x00000002 , 0x0000000f , 0x0000003e 
+ 00016887  0x000037c5 nbranch  0x000041f9 , 0x00000002 
+ 00016888  0x000037c7 branch  0x00003ec1 
+ 00016889  0x000037cb fetch  0x00000004 , 0x00000992 
+ 00016890  0x000037cc store  0x00000004 , 0x0000097e 
+ 00016891  0x000037cd branch  0x00004230 
+ 00016892  0x000037d1 fetch  0x00000001 , 0x00000991 
+ 00016893  0x000037d2 store  0x00000001 , 0x0000092b 
+ 00016894  0x000037d4 fetch  0x00000009 , 0x00000987 
+ 00016895  0x000037d5 store  0x00000009 , 0x00004998 
+ 00016896  0x000037d6 store  0x00000009 , 0x00000922 
+ 00016897  0x000037d7 rtn 
+ 00016898  0x000037db jam  0x00000001 , 0x000049b7 
+ 00016899  0x000037dc fetch  0x00000001 , 0x00000986 
+ 00016900  0x000037dd isolate1  0x00000005 , 0x00000002 
+ 00016901  0x000037de rtn  0x00000001 
+ 00016902  0x000037df setarg  0x00000000 
+ 00016903  0x000037e0 rtn 
+ 00016904  0x000037e3 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00016905  0x000037e4 istore  0x00000001 , 0x00000005 
+ 00016906  0x000037e5 rtn 
+ 00016907  0x000037e9 jam  0x00000000 , 0x000049b6 
+ 00016908  0x000037ea call  0x00004292 
+ 00016909  0x000037eb arg  0x00000983 , 0x00000011 
+ 00016910  0x000037ec branch  0x000078ca 
+ 00016911  0x000037ef call  0x00004253 
+ 00016912  0x000037f0 call  0x00004267 
+ 00016913  0x000037f1 fetch  0x00000009 , 0x00004998 
+ 00016914  0x000037f2 store  0x00000009 , 0x00000987 
+ 00016915  0x000037f3 call  0x00004228 
+ 00016916  0x000037f4 setarg  0x00000000 
+ 00016917  0x000037f5 store  0x00000001 , 0x00004969 
+ 00016918  0x000037f6 call  0x00004249 
+ 00016919  0x000037f8 fetcht  0x00000001 , 0x00000722 
+ 00016920  0x000037f9 storet  0x00000001 , 0x00000990 
+ 00016921  0x000037fa copy  0x00000002 , 0x00000039 
+ 00016922  0x000037fb arg  0x00000723 , 0x00000006 
+ 00016923  0x000037fc arg  0x00000996 , 0x00000005 
+ 00016924  0x000037fd call  0x00007cda 
+ 00016925  0x000037ff sub  0x00000002 , 0x0000000f , 0x0000003e 
+ 00016926  0x00003800 nbranch  0x00004222 , 0x00000002 
+ 00016927  0x00003802 arg  0x00000984 , 0x00000011 
+ 00016928  0x00003803 call  0x000078eb 
+ 00016929  0x00003804 branch  0x00003ec1 
+ 00016930  0x00003807 call  0x0000426f 
+ 00016931  0x00003808 fetch  0x00000004 , 0x0000097e 
+ 00016932  0x00003809 store  0x00000004 , 0x00000992 
+ 00016933  0x0000380a arg  0x00000984 , 0x00000011 
+ 00016934  0x0000380b call  0x000078eb 
+ 00016935  0x0000380c branch  0x00004230 
+ 00016936  0x0000380f fetch  0x00000001 , 0x00000990 
+ 00016937  0x00003810 copy  0x0000003f , 0x00000039 
+ 00016938  0x00003811 store  0x00000001 , 0x00000722 
+ 00016939  0x00003812 fetch  0x00000001 , 0x00000991 
+ 00016940  0x00003813 store  0x00000001 , 0x0000092b 
+ 00016941  0x00003814 arg  0x00000996 , 0x00000006 
+ 00016942  0x00003815 arg  0x00000723 , 0x00000005 
+ 00016943  0x00003816 branch  0x00007cda 
+ 00016944  0x00003819 call  0x0000427c 
+ 00016945  0x0000381a setarg  0x00000723 
+ 00016946  0x0000381b store  0x00000002 , 0x0000097b 
+ 00016947  0x0000381d call  0x000041fc 
+ 00016948  0x0000381e call  0x00004253 
+ 00016949  0x0000381f call  0x00004267 
+ 00016950  0x00003821 fetcht  0x00000001 , 0x00000722 
+ 00016951  0x00003822 setarg  0x0000000c 
+ 00016952  0x00003823 call  0x00007db0 
+ 00016953  0x00003824 copy  0x0000003f , 0x00000011 
+ 00016954  0x00003825 copy  0x00000002 , 0x0000003f 
+ 00016955  0x00003826 isub  0x00000011 , 0x0000003f 
+ 00016956  0x00003827 store  0x00000001 , 0x00000722 
+ 00016957  0x00003828 fetch  0x00000002 , 0x0000097b 
+ 00016958  0x00003829 copy  0x0000003f , 0x00000006 
+ 00016959  0x0000382a iadd  0x00000011 , 0x00000002 
+ 00016960  0x0000382b storet  0x00000002 , 0x0000097b 
+ 00016961  0x0000382c call  0x00003ecb 
+ 00016962  0x0000382d fetch  0x00000001 , 0x00000722 
+ 00016963  0x0000382e rtn  0x00000034 
+ 00016964  0x0000382f fetch  0x00000001 , 0x00000980 
+ 00016965  0x00003830 pincrease  0x00000001 
+ 00016966  0x00003831 store  0x00000001 , 0x00000980 
+ 00016967  0x00003832 call  0x0000427c 
+ 00016968  0x00003833 branch  0x00004233 
+ 00016969  0x00003839 fetch  0x00000001 , 0x0000092b 
+ 00016970  0x0000383a bbit0  0x00000006 , 0x0000424d 
+ 00016971  0x0000383c call  0x000041a2 
+ 00016972  0x0000383d branch  0x0000424e 
+ 00016973  0x0000383f call  0x000041af 
+ 00016974  0x00003841 fetch  0x00000001 , 0x00000722 
+ 00016975  0x00003842 add  0x0000003f , 0x00000004 , 0x00000002 
+ 00016976  0x00003843 storet  0x00000001 , 0x00000722 
+ 00016977  0x00003844 arg  0x00000723 , 0x00000002 
+ 00016978  0x00003845 branch  0x00003c86 
+ 00016979  0x0000384b fetch  0x00000003 , 0x00004992 
+ 00016980  0x0000384c pincrease  0x00000001 
+ 00016981  0x0000384d store  0x00000003 , 0x00004992 
+ 00016982  0x0000384e fetch  0x00000001 , 0x00004808 
+ 00016983  0x0000384f pincrease  0x00000001 
+ 00016984  0x00003850 store  0x00000001 , 0x00004808 
+ 00016985  0x00003851 fetch  0x00000002 , 0x00004846 
+ 00016986  0x00003852 branch  0x00007d79 
+ 00016987  0x00003857 fetch  0x00000001 , 0x00004871 
+ 00016988  0x00003858 lshift4  0x0000003f , 0x0000003f 
+ 00016989  0x00003859 lshift3  0x0000003f , 0x0000003f 
+ 00016990  0x0000385a fetcht  0x00000001 , 0x0000474d 
+ 00016991  0x0000385b ior  0x00000002 , 0x0000003f 
+ 00016992  0x0000385c store  0x00000001 , 0x00004998 
+ 00016993  0x0000385d fetch  0x00000001 , 0x00004997 
+ 00016994  0x0000385e store  0x00000001 , 0x00004999 
+ 00016995  0x0000385f fetch  0x00000002 , 0x00004995 
+ 00016996  0x00003860 store  0x00000002 , 0x0000499d 
+ 00016997  0x00003861 fetch  0x00000002 , 0x0000094c 
+ 00016998  0x00003862 store  0x00000002 , 0x0000499f 
+ 00016999  0x00003865 fetch  0x00000003 , 0x00004992 
+ 00017000  0x00003866 store  0x00000003 , 0x0000499a 
+ 00017001  0x00003867 arg  0x0000499a , 0x00000011 
+ 00017002  0x00003868 arg  0x00000003 , 0x00000039 
+ 00017003  0x00003869 call  0x00007cb1 
+ 00017004  0x0000386a fetch  0x00000008 , 0x00004999 
+ 00017005  0x0000386b store  0x00000008 , 0x00000923 
+ 00017006  0x0000386c rtn 
+ 00017007  0x0000386f fetch  0x00000001 , 0x00000722 
+ 00017008  0x00003870 div  0x0000003f , 0x0000000c 
+ 00017009  0x00003871 call  0x00007d62 
+ 00017010  0x00003872 quotient  0x00000002 
+ 00017011  0x00003873 remainder  0x0000003f 
+ 00017012  0x00003874 call  0x0000428f , 0x00000034 
+ 00017013  0x00003875 storet  0x00000001 , 0x00000981 
+ 00017014  0x00003876 jam  0x00000000 , 0x00000980 
+ 00017015  0x00003877 fetch  0x00000003 , 0x00004992 
+ 00017016  0x00003878 arg  0x00001fff , 0x00000002 
+ 00017017  0x00003879 iand  0x00000002 , 0x0000003f 
+ 00017018  0x0000387a store  0x00000002 , 0x0000097e 
+ 00017019  0x0000387b rtn 
+ 00017020  0x0000387e fetch  0x00000002 , 0x0000097e 
+ 00017021  0x0000387f lshift4  0x0000003f , 0x0000003f 
+ 00017022  0x00003880 lshift  0x0000003f , 0x0000003f 
+ 00017023  0x00003881 fetcht  0x00000001 , 0x00000980 
+ 00017024  0x00003882 ior  0x00000002 , 0x0000003f 
+ 00017025  0x00003883 lshift4  0x0000003f , 0x0000003f 
+ 00017026  0x00003884 lshift  0x0000003f , 0x0000003f 
+ 00017027  0x00003885 fetcht  0x00000001 , 0x00000981 
+ 00017028  0x00003886 ior  0x00000002 , 0x0000003f 
+ 00017029  0x00003887 store  0x00000003 , 0x000049a2 
+ 00017030  0x00003888 arg  0x00000003 , 0x00000039 
+ 00017031  0x00003889 arg  0x000049a2 , 0x00000011 
+ 00017032  0x0000388a branch  0x00007cb1 
+ 00017033  0x0000388d arg  0x000049b8 , 0x00000013 
+ 00017034  0x0000388e arg  0x0000428c , 0x00000012 
+ 00017035  0x0000388f branch  0x000042e0 
+ 00017036  0x00003892 arg  0x00000028 , 0x00000039 
+ 00017037  0x00003893 arg  0x0000496a , 0x00000005 
+ 00017038  0x00003894 branch  0x00007ca1 
+ 00017039  0x00003898 increase  0xffffffff , 0x00000002 
+ 00017040  0x00003899 rtn 
+ 00017041  0x0000389c branch  0x00003b2a 
+ 00017042  0x000038a0 setarg  0x000049b9 
+ 00017043  0x000038a1 store  0x00000002 , 0x000043fb 
+ 00017044  0x000038a2 rtn 
+ 00017045  0x000038a6 bpatch  0x000000b1 , 0x00004016 
+ 00017046  0x000038a7 fetch  0x00000001 , 0x000043cb 
+ 00017047  0x000038a8 branch  0x00004295 , 0x00000034 
+ 00017048  0x000038a9 beq  0x00000004 , 0x000047b7 
+ 00017049  0x000038aa beq  0x00000009 , 0x000062ae 
+ 00017050  0x000038ab beq  0x0000000a , 0x00005099 
+ 00017051  0x000038ac beq  0x0000000e , 0x000043b2 
+ 00017052  0x000038ad beq  0x00000006 , 0x0000646e 
+ 00017053  0x000038ae beq  0x0000000d , 0x00004672 
+ 00017054  0x000038af beq  0x0000000f , 0x00004959 
+ 00017055  0x000038b0 beq  0x0000000c , 0x00006882 
+ 00017056  0x000038b2 beq  0x00000008 , 0x000053e0 
+ 00017057  0x000038b3 beq  0x0000000b , 0x00003e02 
+ 00017058  0x000038b4 rtn 
+ 00017059  0x000038b8 rtn  0x0000002b 
+ 00017060  0x000038b9 call  0x00006f74 
+ 00017061  0x000038ba fetch  0x00000001 , 0x000043cb 
+ 00017062  0x000038bb beq  0x00000009 , 0x000063d9 
+ 00017063  0x000038bc beq  0x00000006 , 0x000063d9 
+ 00017064  0x000038bd beq  0x00000004 , 0x000047c2 
+ 00017065  0x000038be beq  0x00000008 , 0x00005428 
+ 00017066  0x000038bf beq  0x0000000f , 0x0000542c 
+ 00017067  0x000038c0 beq  0x0000000d , 0x00004772 
+ 00017068  0x000038c1 rtn 
+ 00017069  0x000038c4 call  0x00007774 
+ 00017070  0x000038c5 call  0x00007841 
+ 00017071  0x000038c6 call  0x000042b4 
+ 00017072  0x000038c7 fetch  0x00000002 , 0x000043db 
+ 00017073  0x000038c8 branch  0x00007d79 
+ 00017074  0x000038cb fetch  0x00000002 , 0x000043d9 
+ 00017075  0x000038cc branch  0x00007d79 
+ 00017076  0x000038cf bpatch  0x000000b2 , 0x00004016 
+ 00017077  0x000038d1 arg  0x000044d3 , 0x00000011 
+ 00017078  0x000038d2 call  0x00007d97 
+ 00017079  0x000038d3 rtn  0x00000034 
+ 00017080  0x000038d5 copy  0x0000003f , 0x00000013 
+ 00017081  0x000038d6 call  0x000042bd 
+ 00017082  0x000038d7 branch  0x000042c1 
+ 00017083  0x000038da arg  0x00000000 , 0x00000013 
+ 00017084  0x000038db rtn 
+ 00017085  0x000038e1 beq  0x00000010 , 0x000042d0 
+ 00017086  0x000038e2 beq  0x00000014 , 0x000042c7 
+ 00017087  0x000038e3 beq  0x00000015 , 0x000042cb 
+ 00017088  0x000038e4 rtn 
+ 00017089  0x000038e9 fetch  0x00000002 , 0x000043dd 
+ 00017090  0x000038ea branch  0x00007d79 
+ 00017091  0x000038ed fetch  0x00000002 , 0x000043d3 
+ 00017092  0x000038ee branch  0x00007d79 
+ 00017093  0x000038f1 fetch  0x00000002 , 0x000043d7 
+ 00017094  0x000038f2 branch  0x00007d79 
+ 00017095  0x000038f5 fetch  0x00000002 , 0x000044e9 
+ 00017096  0x000038f6 set1  0x00000009 , 0x0000003f 
+ 00017097  0x000038f7 store  0x00000002 , 0x000044e9 
+ 00017098  0x000038f8 rtn 
+ 00017099  0x000038fb jam  0x00000000 , 0x00004396 
+ 00017100  0x000038fc fetch  0x00000002 , 0x000044e9 
+ 00017101  0x000038fd set0  0x00000009 , 0x0000003f 
+ 00017102  0x000038fe store  0x00000002 , 0x000044e9 
+ 00017103  0x000038ff branch  0x0000432d 
+ 00017104  0x00003903 fetch  0x00000002 , 0x000043f1 
+ 00017105  0x00003904 set1  0x00000000 , 0x0000003f 
+ 00017106  0x00003905 store  0x00000002 , 0x000043f1 
+ 00017107  0x00003906 rtn 
+ 00017108  0x0000390a store  0x00000001 , 0x0000021d 
+ 00017109  0x0000390c bpatch  0x000000b3 , 0x00004016 
+ 00017110  0x0000390d fetch  0x00000001 , 0x0000021d 
+ 00017111  0x0000390e rtn  0x00000034 
+ 00017112  0x0000390f increase  0xffffffff , 0x0000003f 
+ 00017113  0x00003910 store  0x00000001 , 0x0000021d 
+ 00017114  0x00003911 call  0x00007780 
+ 00017115  0x00003912 call  0x0000430e 
+ 00017116  0x00003913 call  0x00006beb 
+ 00017117  0x00003914 fetch  0x00000002 , 0x000043e3 
+ 00017118  0x00003915 call  0x00007d79 
+ 00017119  0x00003916 branch  0x000042d5 
+ 00017120  0x0000391c ifetch  0x00000001 , 0x00000013 
+ 00017121  0x0000391d rtn  0x00000034 
+ 00017122  0x0000391e pincrease  0xffffffff 
+ 00017123  0x0000391f istore  0x00000001 , 0x00000013 
+ 00017124  0x00003920 nrtn  0x00000034 
+ 00017125  0x00003921 copy  0x00000012 , 0x0000003f 
+ 00017126  0x00003922 branch  0x00007d79 
+ 00017127  0x00003927 ifetch  0x00000002 , 0x00000013 
+ 00017128  0x00003928 rtn  0x00000034 
+ 00017129  0x00003929 pincrease  0xffffffff 
+ 00017130  0x0000392a istore  0x00000002 , 0x00000013 
+ 00017131  0x0000392b nrtn  0x00000034 
+ 00017132  0x0000392c copy  0x00000012 , 0x0000003f 
+ 00017133  0x0000392d branch  0x00007d79 
+ 00017134  0x00003930 fetcht  0x00000002 , 0x00004430 
+ 00017135  0x00003931 add  0x00000002 , 0x00000001 , 0x00000013 
+ 00017136  0x00003932 arg  0x000042f2 , 0x00000012 
+ 00017137  0x00003933 branch  0x000042e0 
+ 00017138  0x00003936 call  0x00004343 
+ 00017139  0x00003937 beq  0x00000001 , 0x000042f5 
+ 00017140  0x00003939 branch  0x00004327 
+ 00017141  0x0000393b setarg  0x00000002 
+ 00017142  0x0000393c istore  0x00000001 , 0x00000013 
+ 00017143  0x0000393d add  0x00000002 , 0x00000008 , 0x00000012 
+ 00017144  0x0000393f ifetch  0x00000002 , 0x00000012 
+ 00017145  0x00003940 branch  0x00007d79 
+ 00017146  0x00003944 call  0x000042fc 
+ 00017147  0x00003945 branch  0x00004327 
+ 00017148  0x00003949 setarg  0x00000000 
+ 00017149  0x0000394a store  0x00000002 , 0x000043ef 
+ 00017150  0x0000394b rtn 
+ 00017151  0x0000394d setarg  0x00000000 
+ 00017152  0x0000394e store  0x00000002 , 0x000043f1 
+ 00017153  0x0000394f rtn 
+ 00017154  0x00003954 fetch  0x00000002 , 0x000043f1 
+ 00017155  0x00003955 set1  0x00000007 , 0x0000003f 
+ 00017156  0x00003956 store  0x00000002 , 0x000043ef 
+ 00017157  0x00003957 setarg  0x00000000 
+ 00017158  0x00003958 store  0x00000002 , 0x000043f1 
+ 00017159  0x00003959 rtn 
+ 00017160  0x00003962 arg  0x00000009 , 0x00000007 
+ 00017161  0x00003963 branch  0x000024e7 
+ 00017162  0x00003966 arg  0x00000009 , 0x00000007 
+ 00017163  0x00003967 branch  0x000024eb 
+ 00017164  0x0000396a jam  0x00000005 , 0x000043ed 
+ 00017165  0x0000396b branch  0x00004308 
+ 00017166  0x0000396e arg  0x000043ed , 0x00000013 
+ 00017167  0x0000396f arg  0x0000430a , 0x00000012 
+ 00017168  0x00003970 branch  0x000042e0 
+ 00017169  0x00003974 jam  0x0000000f , 0x0000066f 
+ 00017170  0x00003975 branch  0x00007834 
+ 00017171  0x00003978 jam  0x00000010 , 0x0000066f 
+ 00017172  0x00003979 branch  0x00007834 
+ 00017173  0x0000397c jam  0x0000000e , 0x0000066f 
+ 00017174  0x0000397d branch  0x00007834 
+ 00017175  0x00003980 jam  0x0000000d , 0x0000066f 
+ 00017176  0x00003981 branch  0x00007834 
+ 00017177  0x00003984 jam  0x00000017 , 0x0000066f 
+ 00017178  0x00003985 branch  0x00007834 
+ 00017179  0x00003988 jam  0x00000018 , 0x0000066f 
+ 00017180  0x00003989 branch  0x00007834 
+ 00017181  0x0000398c jam  0x00000016 , 0x0000066f 
+ 00017182  0x0000398d branch  0x00007834 
+ 00017183  0x00003990 jam  0x00000011 , 0x0000066f 
+ 00017184  0x00003991 branch  0x00007834 
+ 00017185  0x00003994 jam  0x00000015 , 0x0000066f 
+ 00017186  0x00003995 branch  0x00007834 
+ 00017187  0x00003998 jam  0x00000014 , 0x0000066f 
+ 00017188  0x00003999 branch  0x00007834 
+ 00017189  0x0000399d jam  0x00000013 , 0x0000066f 
+ 00017190  0x0000399e branch  0x00007834 
+ 00017191  0x000039a1 jam  0x00000019 , 0x0000066f 
+ 00017192  0x000039a2 branch  0x00007834 
+ 00017193  0x000039a6 jam  0x0000001f , 0x0000066f 
+ 00017194  0x000039a7 branch  0x00007834 
+ 00017195  0x000039ab set1  0x0000000d , 0x00000000 
+ 00017196  0x000039ac rtn 
+ 00017197  0x000039af set0  0x0000000d , 0x00000000 
+ 00017198  0x000039b0 rtn 
+ 00017199  0x000039b4 call  0x00004343 
+ 00017200  0x000039b5 beq  0x00000002 , 0x00004339 
+ 00017201  0x000039b7 setarg  0x00000001 
+ 00017202  0x000039b8 istore  0x00000001 , 0x00000013 
+ 00017203  0x000039b9 add  0x00000002 , 0x00000003 , 0x00000011 
+ 00017204  0x000039ba add  0x00000002 , 0x00000006 , 0x00000012 
+ 00017205  0x000039bc ifetcht  0x00000001 , 0x00000011 
+ 00017206  0x000039bd increase  0x00000001 , 0x00000013 
+ 00017207  0x000039be istoret  0x00000001 , 0x00000013 
+ 00017208  0x000039bf branch  0x000042f8 
+ 00017209  0x000039c2 setarg  0x00000000 
+ 00017210  0x000039c3 istore  0x00000001 , 0x00000013 
+ 00017211  0x000039c4 fetch  0x00000002 , 0x000044e9 
+ 00017212  0x000039c5 bbit0  0x00000009 , 0x0000433f 
+ 00017213  0x000039c6 call  0x000030c5 
+ 00017214  0x000039c7 call  0x0000431f 
+ 00017215  0x000039c9 fetcht  0x00000002 , 0x00004430 
+ 00017216  0x000039ca add  0x00000002 , 0x00000002 , 0x00000011 
+ 00017217  0x000039cb add  0x00000002 , 0x00000004 , 0x00000012 
+ 00017218  0x000039cc branch  0x00004335 
+ 00017219  0x000039cf fetcht  0x00000002 , 0x00004430 
+ 00017220  0x000039d0 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00017221  0x000039d1 ifetch  0x00000001 , 0x00000013 
+ 00017222  0x000039d2 rtn 
+ 00017223  0x000039d5 call  0x00004343 
+ 00017224  0x000039d6 bne  0x00000000 , 0x0000434a 
+ 00017225  0x000039d7 branch  0x00004327 
+ 00017226  0x000039d9 add  0x00000002 , 0x0000000a , 0x00000012 
+ 00017227  0x000039da branch  0x000042f8 
+ 00017228  0x000039e1 fetch  0x00000008 , 0x00004ceb 
+ 00017229  0x000039e2 store  0x00000008 , 0x00004cfe 
+ 00017230  0x000039e3 jam  0x00000000 , 0x00004d0e 
+ 00017231  0x000039e4 fetch  0x00000001 , 0x00004d02 
+ 00017232  0x000039e5 lshift2  0x0000003f , 0x0000003f 
+ 00017233  0x000039e6 arg  0x00004b87 , 0x00000002 
+ 00017234  0x000039e7 iadd  0x00000002 , 0x00000002 
+ 00017235  0x000039e8 ifetch  0x00000004 , 0x00000002 
+ 00017236  0x000039e9 store  0x00000004 , 0x00004cfa 
+ 00017237  0x000039eb fetch  0x00000001 , 0x00004d0e 
+ 00017238  0x000039ec nbranch  0x0000435f , 0x00000034 
+ 00017239  0x000039ed fetcht  0x00000002 , 0x00004cf4 
+ 00017240  0x000039ee ifetch  0x00000001 , 0x00000002 
+ 00017241  0x000039ef store  0x00000001 , 0x00004d0a 
+ 00017242  0x000039f0 increase  0x00000001 , 0x00000002 
+ 00017243  0x000039f1 storet  0x00000002 , 0x00004cf4 
+ 00017244  0x000039f2 rshift4  0x0000003f , 0x0000003f 
+ 00017245  0x000039f3 store  0x00000001 , 0x00004cf9 
+ 00017246  0x000039f4 branch  0x00004362 
+ 00017247  0x000039f6 fetch  0x00000001 , 0x00004d0a 
+ 00017248  0x000039f7 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00017249  0x000039f8 store  0x00000001 , 0x00004cf9 
+ 00017250  0x000039fa fetch  0x00000001 , 0x00004d0e 
+ 00017251  0x000039fb setflip  0x00000000 , 0x0000003f 
+ 00017252  0x000039fc store  0x00000001 , 0x00004d0e 
+ 00017253  0x000039fd arg  0x00004b77 , 0x00000002 
+ 00017254  0x000039fe fetch  0x00000001 , 0x00004cf9 
+ 00017255  0x000039ff iadd  0x00000002 , 0x00000002 
+ 00017256  0x00003a00 ifetch  0x00000001 , 0x00000002 
+ 00017257  0x00003a01 fetcht  0x00000001 , 0x00004d02 
+ 00017258  0x00003a02 call  0x0000439a 
+ 00017259  0x00003a03 store  0x00000001 , 0x00004d02 
+ 00017260  0x00003a05 fetch  0x00000001 , 0x00004cf9 
+ 00017261  0x00003a06 and  0x0000003f , 0x00000008 , 0x00000002 
+ 00017262  0x00003a07 storet  0x00000001 , 0x00004cf8 
+ 00017263  0x00003a08 and  0x0000003f , 0x00000007 , 0x00000002 
+ 00017264  0x00003a09 storet  0x00000001 , 0x00004cf9 
+ 00017265  0x00003a0b call  0x000043a3 
+ 00017266  0x00003a0c storet  0x00000004 , 0x00004d06 
+ 00017267  0x00003a0e fetch  0x00000001 , 0x00004cf8 
+ 00017268  0x00003a0f branch  0x00004379 , 0x00000034 
+ 00017269  0x00003a10 fetch  0x00000004 , 0x00004cfe 
+ 00017270  0x00003a11 fetcht  0x00000004 , 0x00004d06 
+ 00017271  0x00003a12 isub  0x00000002 , 0x0000003f 
+ 00017272  0x00003a13 branch  0x0000437c 
+ 00017273  0x00003a15 fetch  0x00000004 , 0x00004cfe 
+ 00017274  0x00003a16 fetcht  0x00000004 , 0x00004d06 
+ 00017275  0x00003a17 iadd  0x00000002 , 0x0000003f 
+ 00017276  0x00003a19 store  0x00000004 , 0x00004cfe 
+ 00017277  0x00003a1a arg  0x00007fff , 0x00000002 
+ 00017278  0x00003a1b isub  0x00000002 , 0x0000003f 
+ 00017279  0x00003a1c bbit1  0x0000001f , 0x00004382 
+ 00017280  0x00003a1d storet  0x00000004 , 0x00004cfe 
+ 00017281  0x00003a1e branch  0x00004388 
+ 00017282  0x00003a20 fetch  0x00000004 , 0x00004cfe 
+ 00017283  0x00003a21 arg  0x00008000 , 0x00000002 
+ 00017284  0x00003a22 iadd  0x00000002 , 0x0000003f 
+ 00017285  0x00003a23 bbit0  0x0000001f , 0x00004388 
+ 00017286  0x00003a24 arg  0xffff8000 , 0x00000002 
+ 00017287  0x00003a25 storet  0x00000004 , 0x00004cfe 
+ 00017288  0x00003a27 fetch  0x00000001 , 0x00004d02 
+ 00017289  0x00003a28 lshift2  0x0000003f , 0x0000003f 
+ 00017290  0x00003a29 arg  0x00004b87 , 0x00000002 
+ 00017291  0x00003a2a iadd  0x00000002 , 0x00000002 
+ 00017292  0x00003a2b ifetch  0x00000004 , 0x00000002 
+ 00017293  0x00003a2c store  0x00000004 , 0x00004cfa 
+ 00017294  0x00003a2e fetch  0x00000002 , 0x00004cf6 
+ 00017295  0x00003a2f fetcht  0x00000002 , 0x00004cfe 
+ 00017296  0x00003a30 istoret  0x00000002 , 0x0000003f 
+ 00017297  0x00003a31 increase  0x00000002 , 0x0000003f 
+ 00017298  0x00003a32 store  0x00000002 , 0x00004cf6 
+ 00017299  0x00003a34 fetch  0x00000001 , 0x00004cf3 
+ 00017300  0x00003a35 increase  0xffffffff , 0x0000003f 
+ 00017301  0x00003a36 store  0x00000001 , 0x00004cf3 
+ 00017302  0x00003a37 nbranch  0x00004355 , 0x00000034 
+ 00017303  0x00003a38 fetch  0x00000008 , 0x00004cfe 
+ 00017304  0x00003a39 store  0x00000008 , 0x00004ceb 
+ 00017305  0x00003a3a rtn 
+ 00017306  0x00003a3d iadd  0x00000002 , 0x0000003f 
+ 00017307  0x00003a3e bbit0  0x00000007 , 0x0000439e 
+ 00017308  0x00003a3f setarg  0x00000000 
+ 00017309  0x00003a40 rtn 
+ 00017310  0x00003a42 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00017311  0x00003a43 sub  0x0000003f , 0x00000058 , 0x0000003e 
+ 00017312  0x00003a44 rtn  0x00000002 
+ 00017313  0x00003a45 setarg  0x00000058 
+ 00017314  0x00003a46 rtn 
+ 00017315  0x00003a49 fetchr  0x00000011 , 0x00000004 , 0x00004cfa 
+ 00017316  0x00003a4a rshift3  0x00000011 , 0x00000002 
+ 00017317  0x00003a4b fetch  0x00000001 , 0x00004cf9 
+ 00017318  0x00003a4c bbit0  0x00000002 , 0x000043a9 
+ 00017319  0x00003a4d copy  0x00000011 , 0x0000003f 
+ 00017320  0x00003a4e iadd  0x00000002 , 0x00000002 
+ 00017321  0x00003a50 fetch  0x00000001 , 0x00004cf9 
+ 00017322  0x00003a51 bbit0  0x00000001 , 0x000043ad 
+ 00017323  0x00003a52 rshift  0x00000011 , 0x0000003f 
+ 00017324  0x00003a53 iadd  0x00000002 , 0x00000002 
+ 00017325  0x00003a55 fetch  0x00000001 , 0x00004cf9 
+ 00017326  0x00003a56 rtnbit0  0x00000000 
+ 00017327  0x00003a57 rshift2  0x00000011 , 0x0000003f 
+ 00017328  0x00003a58 iadd  0x00000002 , 0x00000002 
+ 00017329  0x00003a59 rtn 
+ 00017330  0x00003a5f call  0x00007396 
+ 00017331  0x00003a60 rtn  0x0000002b 
+ 00017332  0x00003a61 setarg  0x000045be 
+ 00017333  0x00003a62 store  0x00000002 , 0x000045e0 
+ 00017334  0x00003a64 setarg  0x0000330a 
+ 00017335  0x00003a65 store  0x00000002 , 0x000045e2 
+ 00017336  0x00003a67 setarg  0x0000465e 
+ 00017337  0x00003a68 store  0x00000002 , 0x000045e4 
+ 00017338  0x00003a6a setarg  0x0000442e 
+ 00017339  0x00003a6b store  0x00000002 , 0x000043d5 
+ 00017340  0x00003a6d setarg  0x00004430 
+ 00017341  0x00003a6e store  0x00000002 , 0x000043d7 
+ 00017342  0x00003a70 setarg  0x00004455 
+ 00017343  0x00003a71 store  0x00000002 , 0x000043db 
+ 00017344  0x00003a73 setarg  0x00004476 
+ 00017345  0x00003a74 store  0x00000002 , 0x000043dd 
+ 00017346  0x00003a76 setarg  0x00004308 
+ 00017347  0x00003a77 store  0x00000002 , 0x000043d3 
+ 00017348  0x00003a79 setarg  0x000044d1 
+ 00017349  0x00003a7a store  0x00000002 , 0x000043df 
+ 00017350  0x00003a7c setarg  0x00004494 
+ 00017351  0x00003a7d store  0x00000002 , 0x000043e3 
+ 00017352  0x00003a7f bpatch  0x0000002e , 0x00004005 
+ 00017353  0x00003a80 call  0x00004412 
+ 00017354  0x00003a81 call  0x00004463 
+ 00017355  0x00003a82 call  0x000078ad 
+ 00017356  0x00003a83 jam  0x00000002 , 0x000040c0 
+ 00017357  0x00003a84 jam  0x00000000 , 0x000049b7 
+ 00017358  0x00003a85 fetch  0x00000001 , 0x00004779 
+ 00017359  0x00003a86 store  0x00000001 , 0x00004648 
+ 00017360  0x00003a87 beq  0x00000000 , 0x000043db 
+ 00017361  0x00003a88 fetch  0x00000001 , 0x0000477a 
+ 00017362  0x00003a89 store  0x00000001 , 0x000044ec 
+ 00017363  0x00003a8a jam  0x00000000 , 0x00004388 
+ 00017364  0x00003a8c call  0x00007776 
+ 00017365  0x00003a8d call  0x00007780 
+ 00017366  0x00003a8e jam  0x00000001 , 0x000047a1 
+ 00017367  0x00003a8f fetch  0x00000002 , 0x000044e9 
+ 00017368  0x00003a90 rtnbit1  0x0000000c 
+ 00017369  0x00003a91 branch  0x00004327 
+ 00017370  0x00003a95 branch  0x000043f9 
+ 00017371  0x00003a98 jam  0x00000002 , 0x000047a1 
+ 00017372  0x00003a9a jam  0x00000001 , 0x00004388 
+ 00017373  0x00003a9b setarg  0x00000020 
+ 00017374  0x00003a9c call  0x000063c7 
+ 00017375  0x00003a9e arg  0x00004273 , 0x00000005 
+ 00017376  0x00003a9f fetch  0x00000001 , 0x000042db 
+ 00017377  0x00003aa1 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00017378  0x00003aa2 rshift4  0x00000002 , 0x00000002 
+ 00017379  0x00003aa3 call  0x000043f3 
+ 00017380  0x00003aa4 istoret  0x00000001 , 0x00000005 
+ 00017381  0x00003aa5 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00017382  0x00003aa6 call  0x000043f3 
+ 00017383  0x00003aa7 istoret  0x00000001 , 0x00000005 
+ 00017384  0x00003aa8 call  0x00002955 
+ 00017385  0x00003aa9 fetcht  0x00000001 , 0x0000426b 
+ 00017386  0x00003aaa copy  0x00000002 , 0x00000039 
+ 00017387  0x00003aab arg  0x0000434b , 0x00000005 
+ 00017388  0x00003aac arg  0x0000426c , 0x00000006 
+ 00017389  0x00003aad call  0x00007cda 
+ 00017390  0x00003aaf fetcht  0x00000001 , 0x0000426b 
+ 00017391  0x00003ab0 copy  0x00000002 , 0x00000039 
+ 00017392  0x00003ab1 arg  0x0000436b , 0x00000005 
+ 00017393  0x00003ab2 arg  0x0000426c , 0x00000006 
+ 00017394  0x00003ab3 branch  0x00007cda 
+ 00017395  0x00003ab5 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00017396  0x00003ab6 branch  0x000043f7 , 0x00000002 
+ 00017397  0x00003ab7 add  0x00000002 , 0x00000037 , 0x00000002 
+ 00017398  0x00003ab8 rtn 
+ 00017399  0x00003aba add  0x00000002 , 0x00000030 , 0x00000002 
+ 00017400  0x00003abb rtn 
+ 00017401  0x00003abe fetch  0x00000001 , 0x0000476e 
+ 00017402  0x00003abf bne  0x000000ff , 0x0000440b 
+ 00017403  0x00003ac1 fetch  0x00000001 , 0x0000476c 
+ 00017404  0x00003ac2 bne  0x000000ff , 0x0000440e 
+ 00017405  0x00003ac4 fetch  0x00000001 , 0x00004777 
+ 00017406  0x00003ac5 bne  0x000000ff , 0x00004410 
+ 00017407  0x00003ac7 fetch  0x00000001 , 0x000046da 
+ 00017408  0x00003ac8 copy  0x0000003f , 0x00000039 
+ 00017409  0x00003ac9 setarg  0x000046db 
+ 00017410  0x00003aca copy  0x0000003f , 0x00000011 
+ 00017411  0x00003acc copy  0x00000011 , 0x00000006 
+ 00017412  0x00003acd ifetch  0x00000001 , 0x00000006 
+ 00017413  0x00003ace copy  0x00000006 , 0x00000011 
+ 00017414  0x00003acf beq  0x000000ff , 0x00004409 
+ 00017415  0x00003ad0 copy  0x0000003f , 0x00000002 
+ 00017416  0x00003ad1 call  0x00006ef7 
+ 00017417  0x00003ad3 loop  0x00004403 
+ 00017418  0x00003ad5 rtn 
+ 00017419  0x00003ad7 fetch  0x00000008 , 0x0000476e 
+ 00017420  0x00003ad8 store  0x00000008 , 0x000046dd 
+ 00017421  0x00003ad9 branch  0x000043fb 
+ 00017422  0x00003adb store  0x00000001 , 0x000046db 
+ 00017423  0x00003adc branch  0x000043fd 
+ 00017424  0x00003ade store  0x00000001 , 0x000046dc 
+ 00017425  0x00003adf branch  0x000043ff 
+ 00017426  0x00003ae3 call  0x000045ba 
+ 00017427  0x00003ae4 call  0x00004640 
+ 00017428  0x00003ae5 arg  0x00000000 , 0x00000011 
+ 00017429  0x00003ae6 call  0x00007055 
+ 00017430  0x00003ae7 call  0x000043f9 
+ 00017431  0x00003ae8 call  0x0000446b 
+ 00017432  0x00003ae9 call  0x0000442c 
+ 00017433  0x00003aea branch  0x0000441b 
+ 00017434  0x00003aec rtn 
+ 00017435  0x00003aee fetch  0x00000001 , 0x000049a4 
+ 00017436  0x00003aef copy  0x0000003f , 0x00000039 
+ 00017437  0x00003af0 setarg  0x000049a5 
+ 00017438  0x00003af1 copy  0x0000003f , 0x00000011 
+ 00017439  0x00003af3 copy  0x00000011 , 0x00000006 
+ 00017440  0x00003af4 ifetch  0x00000001 , 0x00000006 
+ 00017441  0x00003af5 copy  0x00000006 , 0x00000011 
+ 00017442  0x00003af6 beq  0x000000ff , 0x00004426 
+ 00017443  0x00003af7 copy  0x0000003f , 0x00000002 
+ 00017444  0x00003af8 store  0x00000001 , 0x000049a9 
+ 00017445  0x00003af9 call  0x00004428 
+ 00017446  0x00003afb loop  0x0000441f 
+ 00017447  0x00003afd rtn 
+ 00017448  0x00003b00 fetch  0x00000001 , 0x000049a9 
+ 00017449  0x00003b01 rtneq  0x000000ff 
+ 00017450  0x00003b02 iforce  0x00000002 
+ 00017451  0x00003b03 branch  0x00006ef7 
+ 00017452  0x00003b07 jam  0x00000064 , 0x0000477d 
+ 00017453  0x00003b08 rtn 
+ 00017454  0x00003b0b call  0x00004431 
+ 00017455  0x00003b0c call  0x00007de2 
+ 00017456  0x00003b0e branch  0x0000701b 
+ 00017457  0x00003b11 call  0x0000788b 
+ 00017458  0x00003b13 arg  0x00000010 , 0x00000039 
+ 00017459  0x00003b14 arg  0x00008070 , 0x00000006 
+ 00017460  0x00003b16 copy  0x00000006 , 0x00000005 
+ 00017461  0x00003b17 ifetch  0x00000001 , 0x00000006 
+ 00017462  0x00003b18 beq  0x0000001f , 0x00004445 
+ 00017463  0x00003b19 beq  0x00000020 , 0x00004445 
+ 00017464  0x00003b1a beq  0x00000021 , 0x00004445 
+ 00017465  0x00003b1b beq  0x00000022 , 0x00004445 
+ 00017466  0x00003b1c beq  0x00000023 , 0x00004445 
+ 00017467  0x00003b1d beq  0x0000002c , 0x00004445 
+ 00017468  0x00003b1e beq  0x0000002d , 0x00004445 
+ 00017469  0x00003b1f beq  0x00000000 , 0x00004445 
+ 00017470  0x00003b21 loop  0x00004434 
+ 00017471  0x00003b22 arg  0x000080dc , 0x0000003f 
+ 00017472  0x00003b23 isub  0x00000006 , 0x0000003e 
+ 00017473  0x00003b24 branch  0x0000444b , 0x00000005 
+ 00017474  0x00003b26 arg  0x00000008 , 0x00000039 
+ 00017475  0x00003b27 arg  0x000080d4 , 0x00000006 
+ 00017476  0x00003b28 branch  0x00004434 
+ 00017477  0x00003b2b setarg  0x00000040 
+ 00017478  0x00003b2c istore  0x00000001 , 0x00000005 
+ 00017479  0x00003b2d branch  0x0000443e 
+ 00017480  0x00003b2f setarg  0x00000080 
+ 00017481  0x00003b30 istore  0x00000001 , 0x00000005 
+ 00017482  0x00003b31 branch  0x0000443e 
+ 00017483  0x00003b33 fetch  0x00000001 , 0x000049a4 
+ 00017484  0x00003b34 copy  0x0000003f , 0x00000039 
+ 00017485  0x00003b35 arg  0x000049a5 , 0x00000006 
+ 00017486  0x00003b37 ifetch  0x00000001 , 0x00000006 
+ 00017487  0x00003b38 set1  0x00000007 , 0x0000003f 
+ 00017488  0x00003b39 arg  0x0000003e , 0x00000002 
+ 00017489  0x00003b3a call  0x00006f20 
+ 00017490  0x00003b3b loop  0x0000444e 
+ 00017491  0x00003b3c rtn 
+ 00017492  0x00003b3f branch  0x00007027 
+ 00017493  0x00003b42 call  0x0000446d 
+ 00017494  0x00003b43 call  0x00004458 
+ 00017495  0x00003b44 branch  0x00004454 
+ 00017496  0x00003b47 fetch  0x00000002 , 0x000044e9 
+ 00017497  0x00003b48 rtnbit1  0x00000009 
+ 00017498  0x00003b49 fetch  0x00000001 , 0x000049b7 
+ 00017499  0x00003b4a beq  0x00000001 , 0x0000445d 
+ 00017500  0x00003b4b rtn 
+ 00017501  0x00003b4d fetch  0x00000001 , 0x00004798 
+ 00017502  0x00003b4e rtneq  0x00000001 
+ 00017503  0x00003b4f jam  0x00000001 , 0x00004798 
+ 00017504  0x00003b50 call  0x00004467 
+ 00017505  0x00003b51 call  0x00004469 
+ 00017506  0x00003b52 branch  0x00004480 
+ 00017507  0x00003b55 fetch  0x00000002 , 0x000049bc 
+ 00017508  0x00003b56 store  0x00000002 , 0x000049be 
+ 00017509  0x00003b57 jam  0x00000000 , 0x000049c0 
+ 00017510  0x00003b58 rtn 
+ 00017511  0x00003b5c setarg  0x00000000 
+ 00017512  0x00003b5d branch  0x00004464 
+ 00017513  0x00003b61 arg  0x00000000 , 0x00000011 
+ 00017514  0x00003b62 branch  0x000077bf 
+ 00017515  0x00003b66 arg  0x00000000 , 0x00000011 
+ 00017516  0x00003b67 branch  0x000077c4 
+ 00017517  0x00003b6e fetch  0x00000002 , 0x000044e9 
+ 00017518  0x00003b6f rtnbit0  0x00000009 
+ 00017519  0x00003b70 call  0x00002a28 
+ 00017520  0x00003b71 nrtn  0x00000034 
+ 00017521  0x00003b72 arg  0x000046c6 , 0x00000011 
+ 00017522  0x00003b73 call  0x000078ca 
+ 00017523  0x00003b74 nrtn  0x00000028 
+ 00017524  0x00003b75 arg  0x000046c6 , 0x00000006 
+ 00017525  0x00003b76 branch  0x000063cb 
+ 00017526  0x00003b79 copy  0x00000013 , 0x0000003f 
+ 00017527  0x00003b7a beq  0x0000002d , 0x00004347 
+ 00017528  0x00003b7b beq  0x00000010 , 0x0000432f 
+ 00017529  0x00003b7c beq  0x00000014 , 0x0000447c 
+ 00017530  0x00003b7d beq  0x00000015 , 0x00004486 
+ 00017531  0x00003b7e rtn 
+ 00017532  0x00003b81 call  0x00004467 
+ 00017533  0x00003b82 call  0x00004469 
+ 00017534  0x00003b83 set0  0x00000027 , 0x00000000 
+ 00017535  0x00003b84 branch  0x00004482 
+ 00017536  0x00003b86 fetch  0x00000002 , 0x00004799 
+ 00017537  0x00003b87 store  0x00000002 , 0x0000479b 
+ 00017538  0x00003b89 jam  0x00000014 , 0x0000477c 
+ 00017539  0x00003b8a jam  0x00000000 , 0x00004094 
+ 00017540  0x00003b8b call  0x00004315 
+ 00017541  0x00003b8c branch  0x0000432b 
+ 00017542  0x00003b90 set1  0x00000027 , 0x00000000 
+ 00017543  0x00003b91 call  0x00004463 
+ 00017544  0x00003b92 call  0x0000456e 
+ 00017545  0x00003b93 call  0x00004562 
+ 00017546  0x00003b95 setarg  0x00000000 
+ 00017547  0x00003b96 store  0x00000005 , 0x0000474a 
+ 00017548  0x00003b97 call  0x000078ad 
+ 00017549  0x00003b98 jam  0x0000000a , 0x0000470c 
+ 00017550  0x00003b99 jam  0x0000000a , 0x0000470e 
+ 00017551  0x00003b9a jam  0x0000000a , 0x00004710 
+ 00017552  0x00003b9c jam  0x00000002 , 0x000040c0 
+ 00017553  0x00003b9d setarg  0x00000020 
+ 00017554  0x00003b9e call  0x000063c7 
+ 00017555  0x00003b9f branch  0x00004317 
+ 00017556  0x00003ba2 call  0x0000450f 
+ 00017557  0x00003ba3 call  0x00004512 
+ 00017558  0x00003ba4 call  0x00004515 
+ 00017559  0x00003ba7 call  0x000044a1 
+ 00017560  0x00003ba8 branch  0x00004499 
+ 00017561  0x00003bac arg  0x000049b8 , 0x00000013 
+ 00017562  0x00003bad arg  0x00000000 , 0x00000012 
+ 00017563  0x00003bae branch  0x000042e0 
+ 00017564  0x00003bb1 arg  0x000049be , 0x00000013 
+ 00017565  0x00003bb2 arg  0x0000449f , 0x00000012 
+ 00017566  0x00003bb3 branch  0x000042e7 
+ 00017567  0x00003bb5 jam  0x00000001 , 0x000049c0 
+ 00017568  0x00003bb6 rtn 
+ 00017569  0x00003bb9 arg  0x0000479b , 0x00000013 
+ 00017570  0x00003bba arg  0x000044a4 , 0x00000012 
+ 00017571  0x00003bbb branch  0x000042e7 
+ 00017572  0x00003bbd jam  0x00000002 , 0x00004798 
+ 00017573  0x00003bbe jam  0x00000000 , 0x000049b7 
+ 00017574  0x00003bbf branch  0x0000448a 
+ 00017575  0x00003bc2 fetch  0x00000001 , 0x00004776 
+ 00017576  0x00003bc3 rtn  0x00000034 
+ 00017577  0x00003bc4 arg  0x0000477c , 0x00000013 
+ 00017578  0x00003bc5 arg  0x000044ac , 0x00000012 
+ 00017579  0x00003bc6 branch  0x000042e0 
+ 00017580  0x00003bc8 fetch  0x00000001 , 0x0000477b 
+ 00017581  0x00003bc9 store  0x00000001 , 0x0000477c 
+ 00017582  0x00003bca fetch  0x00000001 , 0x0000477f 
+ 00017583  0x00003bcb nrtn  0x00000034 
+ 00017584  0x00003bcd call  0x00006fb0 
+ 00017585  0x00003bce store  0x00000002 , 0x00004796 
+ 00017586  0x00003bcf arg  0x00004790 , 0x00000011 
+ 00017587  0x00003bd0 call  0x00006fd7 
+ 00017588  0x00003bd1 fetcht  0x00000001 , 0x0000477d 
+ 00017589  0x00003bd2 isub  0x00000002 , 0x0000003e 
+ 00017590  0x00003bd3 branch  0x000044b9 , 0x00000002 
+ 00017591  0x00003bd4 store  0x00000001 , 0x0000477d 
+ 00017592  0x00003bd5 copy  0x0000003f , 0x00000002 
+ 00017593  0x00003bd7 storet  0x00000001 , 0x0000477e 
+ 00017594  0x00003bd8 fetch  0x00000001 , 0x00004778 
+ 00017595  0x00003bd9 isub  0x00000002 , 0x0000003e 
+ 00017596  0x00003bda call  0x000044c4 , 0x00000002 
+ 00017597  0x00003bdb storet  0x00000001 , 0x00004789 
+ 00017598  0x00003bdc arg  0x00000006 , 0x00000039 
+ 00017599  0x00003bdd arg  0x00004784 , 0x00000006 
+ 00017600  0x00003bde call  0x000044cb 
+ 00017601  0x00003bdf store  0x00000001 , 0x0000478a 
+ 00017602  0x00003be0 arg  0x00004781 , 0x00000011 
+ 00017603  0x00003be1 branch  0x000078b2 
+ 00017604  0x00003be3 fetch  0x00000001 , 0x00004780 
+ 00017605  0x00003be4 nrtn  0x00000034 
+ 00017606  0x00003be5 jam  0x00000001 , 0x00004780 
+ 00017607  0x00003be6 arg  0x00000001 , 0x00000011 
+ 00017608  0x00003be7 branch  0x000077c4 
+ 00017609  0x00003be9 arg  0x00000001 , 0x00000011 
+ 00017610  0x00003bea branch  0x000077bf 
+ 00017611  0x00003bef arg  0x00000000 , 0x00000011 
+ 00017612  0x00003bf1 ifetch  0x00000001 , 0x00000006 
+ 00017613  0x00003bf2 iadd  0x00000011 , 0x00000011 
+ 00017614  0x00003bf3 loop  0x000044cc 
+ 00017615  0x00003bf5 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00017616  0x00003bf6 rtn 
+ 00017617  0x00003bf9 fetch  0x00000001 , 0x00004397 
+ 00017618  0x00003bfa beq  0x00000012 , 0x000044d4 
+ 00017619  0x00003bfb rtn 
+ 00017620  0x00003bfd fetch  0x00000002 , 0x00004398 
+ 00017621  0x00003bfe beq  0x00000019 , 0x000044eb 
+ 00017622  0x00003bff rtn 
+ 00017623  0x00003c02 bpatch  0x0000002f , 0x00004005 
+ 00017624  0x00003c03 ifetch  0x00000005 , 0x00000011 
+ 00017625  0x00003c04 store  0x00000005 , 0x000006f1 
+ 00017626  0x00003c05 fetch  0x00000002 , 0x000006f1 
+ 00017627  0x00003c06 arg  0x00006b5a , 0x00000002 
+ 00017628  0x00003c07 isub  0x00000002 , 0x0000003e 
+ 00017629  0x00003c08 nrtn  0x00000005 
+ 00017630  0x00003c09 fetch  0x00000002 , 0x000006f4 
+ 00017631  0x00003c0a byteswap  0x0000003f , 0x0000003f 
+ 00017632  0x00003c0b store  0x00000002 , 0x000006f4 
+ 00017633  0x00003c0c copy  0x0000003f , 0x00000039 
+ 00017634  0x00003c0d increase  0x00000005 , 0x00000011 
+ 00017635  0x00003c0e copy  0x00000011 , 0x00000006 
+ 00017636  0x00003c0f arg  0x000006f6 , 0x00000005 
+ 00017637  0x00003c10 call  0x00007cda 
+ 00017638  0x00003c11 ifetch  0x00000001 , 0x00000006 
+ 00017639  0x00003c12 store  0x00000001 , 0x00000700 
+ 00017640  0x00003c13 arg  0x000006f3 , 0x00000011 
+ 00017641  0x00003c14 arg  0x000006f6 , 0x00000012 
+ 00017642  0x00003c15 rtn 
+ 00017643  0x00003c18 setarg  0x00000000 
+ 00017644  0x00003c19 store  0x00000005 , 0x00004700 
+ 00017645  0x00003c1a store  0x00000005 , 0x00004705 
+ 00017646  0x00003c1b call  0x000044d7 
+ 00017647  0x00003c1c copy  0x00000012 , 0x00000006 
+ 00017648  0x00003c1d arg  0x00004700 , 0x00000005 
+ 00017649  0x00003c1e arg  0x0000000a , 0x00000039 
+ 00017650  0x00003c1f call  0x00007cda 
+ 00017651  0x00003c21 bpatch  0x00000030 , 0x00004006 
+ 00017652  0x00003c22 ifetch  0x00000001 , 0x00000011 
+ 00017653  0x00003c23 beq  0x00000002 , 0x0000451e 
+ 00017654  0x00003c24 beq  0x00000003 , 0x00004533 
+ 00017655  0x00003c25 beq  0x00000004 , 0x0000453a 
+ 00017656  0x00003c26 beq  0x00000005 , 0x0000453a 
+ 00017657  0x00003c27 beq  0x00000006 , 0x000045aa 
+ 00017658  0x00003c28 beq  0x00000007 , 0x000045ab 
+ 00017659  0x00003c29 beq  0x00000008 , 0x000045ae 
+ 00017660  0x00003c2a rtn 
+ 00017661  0x00003c2d call  0x000044eb 
+ 00017662  0x00003c2e fetch  0x00000001 , 0x000006f3 
+ 00017663  0x00003c2f beq  0x00000004 , 0x00004502 
+ 00017664  0x00003c30 beq  0x00000005 , 0x00004502 
+ 00017665  0x00003c31 rtn 
+ 00017666  0x00003c33 fetch  0x00000001 , 0x00004700 
+ 00017667  0x00003c34 ncall  0x00004509 , 0x00000034 
+ 00017668  0x00003c35 fetch  0x00000001 , 0x00004702 
+ 00017669  0x00003c36 ncall  0x0000450b , 0x00000034 
+ 00017670  0x00003c37 fetch  0x00000001 , 0x00004704 
+ 00017671  0x00003c38 ncall  0x0000450d , 0x00000034 
+ 00017672  0x00003c39 rtn 
+ 00017673  0x00003c3c jam  0x00000005 , 0x000049a1 
+ 00017674  0x00003c3d rtn 
+ 00017675  0x00003c3f jam  0x00000005 , 0x000049a2 
+ 00017676  0x00003c40 rtn 
+ 00017677  0x00003c42 jam  0x00000005 , 0x000049a3 
+ 00017678  0x00003c43 rtn 
+ 00017679  0x00003c46 arg  0x000049a1 , 0x00000013 
+ 00017680  0x00003c47 arg  0x00004518 , 0x00000012 
+ 00017681  0x00003c48 branch  0x000042e0 
+ 00017682  0x00003c4a arg  0x000049a2 , 0x00000013 
+ 00017683  0x00003c4b arg  0x0000451a , 0x00000012 
+ 00017684  0x00003c4c branch  0x000042e0 
+ 00017685  0x00003c4e arg  0x000049a3 , 0x00000013 
+ 00017686  0x00003c4f arg  0x0000451c , 0x00000012 
+ 00017687  0x00003c50 branch  0x000042e0 
+ 00017688  0x00003c53 jam  0x00000000 , 0x00004700 
+ 00017689  0x00003c54 branch  0x0000453a 
+ 00017690  0x00003c56 jam  0x00000000 , 0x00004702 
+ 00017691  0x00003c57 branch  0x0000453a 
+ 00017692  0x00003c59 jam  0x00000000 , 0x00004704 
+ 00017693  0x00003c5a branch  0x0000453a 
+ 00017694  0x00003c60 fetch  0x00000001 , 0x00004700 
+ 00017695  0x00003c61 store  0x00000001 , 0x0000470b 
+ 00017696  0x00003c62 fetch  0x00000001 , 0x00004701 
+ 00017697  0x00003c63 store  0x00000001 , 0x0000470d 
+ 00017698  0x00003c64 branch  0x00004544 
+ 00017699  0x00003c69 fetch  0x00000001 , 0x00004700 
+ 00017700  0x00003c6a store  0x00000001 , 0x0000470d 
+ 00017701  0x00003c6b branch  0x00004552 
+ 00017702  0x00003c6d fetch  0x00000001 , 0x0000470c 
+ 00017703  0x00003c6e call  0x0000452b 
+ 00017704  0x00003c6f fetch  0x00000001 , 0x00004701 
+ 00017705  0x00003c70 store  0x00000001 , 0x0000470b 
+ 00017706  0x00003c71 branch  0x00004550 
+ 00017707  0x00003c73 beq  0x00000002 , 0x0000452f 
+ 00017708  0x00003c74 beq  0x00000003 , 0x00004531 
+ 00017709  0x00003c75 store  0x00000001 , 0x0000470c 
+ 00017710  0x00003c76 rtn 
+ 00017711  0x00003c78 jam  0x00000005 , 0x0000470c 
+ 00017712  0x00003c79 rtn 
+ 00017713  0x00003c7b jam  0x0000000a , 0x0000470c 
+ 00017714  0x00003c7c rtn 
+ 00017715  0x00003c7e fetch  0x00000001 , 0x00004700 
+ 00017716  0x00003c7f call  0x0000452b 
+ 00017717  0x00003c80 fetch  0x00000001 , 0x0000470c 
+ 00017718  0x00003c81 call  0x0000459e 
+ 00017719  0x00003c82 call  0x000045a1 
+ 00017720  0x00003c83 jam  0x00000000 , 0x00000671 
+ 00017721  0x00003c84 branch  0x0000707a 
+ 00017722  0x00003c87 fetch  0x00000001 , 0x0000479e 
+ 00017723  0x00003c88 nrtn  0x00000034 
+ 00017724  0x00003c89 fetch  0x00000006 , 0x00004700 
+ 00017725  0x00003c8a store  0x00000006 , 0x0000470b 
+ 00017726  0x00003c8b fetch  0x00000001 , 0x0000470c 
+ 00017727  0x00003c8c fetcht  0x00000001 , 0x0000470e 
+ 00017728  0x00003c8d iand  0x00000002 , 0x0000003f 
+ 00017729  0x00003c8e fetcht  0x00000001 , 0x00004710 
+ 00017730  0x00003c8f iand  0x00000002 , 0x0000003f 
+ 00017731  0x00003c90 call  0x00004556 , 0x00000034 
+ 00017732  0x00003c92 bpatch  0x00000031 , 0x00004006 
+ 00017733  0x00003c93 fetch  0x00000002 , 0x000044e9 
+ 00017734  0x00003c94 isolate1  0x00000009 , 0x0000003f 
+ 00017735  0x00003c95 ncall  0x00004463 , 0x00000001 
+ 00017736  0x00003c96 call  0x00004550 
+ 00017737  0x00003c97 call  0x00004552 
+ 00017738  0x00003c98 branch  0x0000454b 
+ 00017739  0x00003c9b fetch  0x00000001 , 0x0000470b 
+ 00017740  0x00003c9c fetcht  0x00000001 , 0x0000470d 
+ 00017741  0x00003c9d iadd  0x00000002 , 0x0000003f 
+ 00017742  0x00003c9e nbranch  0x0000788d , 0x00000034 
+ 00017743  0x00003c9f branch  0x0000788b 
+ 00017744  0x00003ca2 arg  0x0000470b , 0x00000006 
+ 00017745  0x00003ca3 branch  0x00004558 
+ 00017746  0x00003ca5 arg  0x0000470d , 0x00000006 
+ 00017747  0x00003ca6 branch  0x0000455d 
+ 00017748  0x00003ca8 arg  0x0000470f , 0x00000006 
+ 00017749  0x00003ca9 branch  0x0000457a 
+ 00017750  0x00003cab jam  0x00000000 , 0x0000477f 
+ 00017751  0x00003cac rtn 
+ 00017752  0x00003caf ifetch  0x00000001 , 0x00000006 
+ 00017753  0x00003cb0 beq  0x00000000 , 0x00004562 
+ 00017754  0x00003cb1 beq  0x00000001 , 0x00004566 
+ 00017755  0x00003cb2 beq  0x00000002 , 0x0000456a 
+ 00017756  0x00003cb3 rtn 
+ 00017757  0x00003cb5 ifetch  0x00000001 , 0x00000006 
+ 00017758  0x00003cb6 beq  0x00000000 , 0x0000456e 
+ 00017759  0x00003cb7 beq  0x00000002 , 0x00004572 
+ 00017760  0x00003cb8 beq  0x00000001 , 0x00004576 
+ 00017761  0x00003cb9 rtn 
+ 00017762  0x00003cbc fetcht  0x00000001 , 0x000049a5 
+ 00017763  0x00003cbd call  0x00006ef3 
+ 00017764  0x00003cbe fetcht  0x00000001 , 0x000049a6 
+ 00017765  0x00003cbf branch  0x00006ef3 
+ 00017766  0x00003cc1 fetcht  0x00000001 , 0x000049a5 
+ 00017767  0x00003cc2 call  0x00006ef7 
+ 00017768  0x00003cc3 fetcht  0x00000001 , 0x000049a6 
+ 00017769  0x00003cc4 branch  0x00006ef3 
+ 00017770  0x00003cc6 fetcht  0x00000001 , 0x000049a5 
+ 00017771  0x00003cc7 call  0x00006ef3 
+ 00017772  0x00003cc8 fetcht  0x00000001 , 0x000049a6 
+ 00017773  0x00003cc9 branch  0x00006ef7 
+ 00017774  0x00003ccb fetcht  0x00000001 , 0x000049a7 
+ 00017775  0x00003ccc call  0x00006ef3 
+ 00017776  0x00003ccd fetcht  0x00000001 , 0x000049a8 
+ 00017777  0x00003cce branch  0x00006ef3 
+ 00017778  0x00003cd0 fetcht  0x00000001 , 0x000049a7 
+ 00017779  0x00003cd1 call  0x00006ef7 
+ 00017780  0x00003cd2 fetcht  0x00000001 , 0x000049a8 
+ 00017781  0x00003cd3 branch  0x00006ef3 
+ 00017782  0x00003cd5 fetcht  0x00000001 , 0x000049a7 
+ 00017783  0x00003cd6 call  0x00006ef3 
+ 00017784  0x00003cd7 fetcht  0x00000001 , 0x000049a8 
+ 00017785  0x00003cd8 branch  0x00006ef7 
+ 00017786  0x00003cde bpatch  0x00000032 , 0x00004006 
+ 00017787  0x00003cdf ifetch  0x00000001 , 0x00000006 
+ 00017788  0x00003ce0 beq  0x00000000 , 0x00004587 
+ 00017789  0x00003ce1 beq  0x00000001 , 0x00004580 
+ 00017790  0x00003ce2 beq  0x00000002 , 0x00004582 
+ 00017791  0x00003ce3 rtn 
+ 00017792  0x00003ce5 jam  0x00000000 , 0x00004729 
+ 00017793  0x00003ce6 branch  0x00004583 
+ 00017794  0x00003ce8 jam  0x00000001 , 0x00004729 
+ 00017795  0x00003ce9 ifetch  0x00000001 , 0x00000006 
+ 00017796  0x00003cea store  0x00000001 , 0x0000472b 
+ 00017797  0x00003ceb ifetch  0x00000008 , 0x00000012 
+ 00017798  0x00003cec branch  0x0000458c 
+ 00017799  0x00003cef ifetch  0x00000001 , 0x00000012 
+ 00017800  0x00003cf0 call  0x000070bd 
+ 00017801  0x00003cf1 increase  0x00000001 , 0x00000012 
+ 00017802  0x00003cf2 ifetch  0x00000001 , 0x00000012 
+ 00017803  0x00003cf3 branch  0x000070bd 
+ 00017804  0x00003cf5 store  0x00000008 , 0x0000472c 
+ 00017805  0x00003cf6 jam  0x00000001 , 0x0000477f 
+ 00017806  0x00003cf7 fetch  0x00000001 , 0x00004729 
+ 00017807  0x00003cf8 beq  0x00000000 , 0x0000459a 
+ 00017808  0x00003cfa fetch  0x00000001 , 0x0000472d 
+ 00017809  0x00003cfb store  0x00000001 , 0x0000472e 
+ 00017810  0x00003cfc fetch  0x00000001 , 0x0000472c 
+ 00017811  0x00003cfe call  0x000070bd 
+ 00017812  0x00003cff fetch  0x00000001 , 0x0000472b 
+ 00017813  0x00003d00 call  0x0000459e 
+ 00017814  0x00003d01 store  0x00000001 , 0x00004733 
+ 00017815  0x00003d02 fetch  0x00000006 , 0x0000472e 
+ 00017816  0x00003d03 store  0x00000006 , 0x00000670 
+ 00017817  0x00003d04 branch  0x00007066 
+ 00017818  0x00003d06 fetch  0x00000001 , 0x0000472c 
+ 00017819  0x00003d07 store  0x00000001 , 0x0000472e 
+ 00017820  0x00003d08 fetch  0x00000001 , 0x0000472d 
+ 00017821  0x00003d09 branch  0x00004593 
+ 00017822  0x00003d0c mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00017823  0x00003d0d add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00017824  0x00003d0e rtn 
+ 00017825  0x00003d10 arg  0x00002ee0 , 0x00000002 
+ 00017826  0x00003d11 imul32  0x00000002 , 0x0000003f 
+ 00017827  0x00003d12 div  0x0000003f , 0x00000064 
+ 00017828  0x00003d13 call  0x00007d62 
+ 00017829  0x00003d14 quotient  0x00000002 
+ 00017830  0x00003d15 copy  0x00000002 , 0x00000011 
+ 00017831  0x00003d16 setarg  0x00002ee0 
+ 00017832  0x00003d17 isub  0x00000002 , 0x00000012 
+ 00017833  0x00003d18 rtn 
+ 00017834  0x00003d1b rtn 
+ 00017835  0x00003d1e fetch  0x00000008 , 0x00004700 
+ 00017836  0x00003d1f store  0x00000008 , 0x0000474a 
+ 00017837  0x00003d20 rtn 
+ 00017838  0x00003d23 fetch  0x00000001 , 0x00004767 
+ 00017839  0x00003d24 store  0x00000001 , 0x0000475d 
+ 00017840  0x00003d25 fetch  0x00000001 , 0x00004768 
+ 00017841  0x00003d26 store  0x00000001 , 0x0000475e 
+ 00017842  0x00003d27 fetch  0x00000001 , 0x00004769 
+ 00017843  0x00003d28 store  0x00000001 , 0x0000475f 
+ 00017844  0x00003d29 arg  0x0000000d , 0x00000039 
+ 00017845  0x00003d2a arg  0x00004758 , 0x00000006 
+ 00017846  0x00003d2b call  0x000044cb 
+ 00017847  0x00003d2c store  0x00000001 , 0x00004765 
+ 00017848  0x00003d2d arg  0x00004755 , 0x00000011 
+ 00017849  0x00003d2e branch  0x000078b2 
+ 00017850  0x00003d33 setarg  0x00000000 
+ 00017851  0x00003d34 store  0x00000008 , 0x000045d6 
+ 00017852  0x00003d35 call  0x0000339f 
+ 00017853  0x00003d36 branch  0x00003402 
+ 00017854  0x00003d39 call  0x000045c2 
+ 00017855  0x00003d3a call  0x000045ca 
+ 00017856  0x00003d3b call  0x0000460e 
+ 00017857  0x00003d3c branch  0x00004665 
+ 00017858  0x00003d3f call  0x00003407 
+ 00017859  0x00003d41 fetch  0x00000001 , 0x00004616 
+ 00017860  0x00003d42 rtnne  0x00000001 
+ 00017861  0x00003d43 fetch  0x00000001 , 0x000049b8 
+ 00017862  0x00003d44 nbranch  0x00003460 , 0x00000034 
+ 00017863  0x00003d45 fetch  0x00000001 , 0x00004798 
+ 00017864  0x00003d46 beq  0x00000002 , 0x00003460 
+ 00017865  0x00003d47 rtn 
+ 00017866  0x00003d4a fetch  0x00000001 , 0x00004616 
+ 00017867  0x00003d4b rtnne  0x00000000 
+ 00017868  0x00003d4c call  0x000045d9 
+ 00017869  0x00003d4d branch  0x000045d7 , 0x0000002f 
+ 00017870  0x00003d4f fetch  0x00000001 , 0x000049c0 
+ 00017871  0x00003d50 rtn  0x00000034 
+ 00017872  0x00003d51 fetch  0x00000001 , 0x000049c1 
+ 00017873  0x00003d52 increase  0x00000001 , 0x0000003f 
+ 00017874  0x00003d53 store  0x00000001 , 0x000049c1 
+ 00017875  0x00003d54 beq  0x00000004 , 0x000045d7 
+ 00017876  0x00003d55 call  0x00003222 
+ 00017877  0x00003d56 call  0x000045ea 
+ 00017878  0x00003d57 nbranch  0x000045ce , 0x0000002f 
+ 00017879  0x00003d59 jam  0x00000000 , 0x000049c1 
+ 00017880  0x00003d5a rtn 
+ 00017881  0x00003d5c fetch  0x00000001 , 0x00004616 
+ 00017882  0x00003d5d rtnne  0x00000000 
+ 00017883  0x00003d5e call  0x000045de 
+ 00017884  0x00003d5f call  0x00003518 
+ 00017885  0x00003d60 branch  0x000045ea 
+ 00017886  0x00003d62 fetch  0x00000001 , 0x00004615 
+ 00017887  0x00003d63 rtnbit1  0x00000000 
+ 00017888  0x00003d64 set1  0x00000000 , 0x0000003f 
+ 00017889  0x00003d65 store  0x00000001 , 0x00004615 
+ 00017890  0x00003d66 fetch  0x00000001 , 0x00004623 
+ 00017891  0x00003d67 store  0x00000001 , 0x00004141 
+ 00017892  0x00003d68 jam  0x00000000 , 0x00004611 
+ 00017893  0x00003d69 jam  0x00000000 , 0x0000090d 
+ 00017894  0x00003d6a jam  0x00000001 , 0x0000460a 
+ 00017895  0x00003d6b jam  0x00000000 , 0x0000457e 
+ 00017896  0x00003d6d fetch  0x00000004 , 0x000049da 
+ 00017897  0x00003d6e branch  0x0000345d 
+ 00017898  0x00003d70 call  0x000033f1 
+ 00017899  0x00003d71 nbranch  0x000033be , 0x0000002f 
+ 00017900  0x00003d73 call  0x000033e3 
+ 00017901  0x00003d74 nbranch  0x000033be , 0x00000028 
+ 00017902  0x00003d75 fetch  0x00000001 , 0x0000457d 
+ 00017903  0x00003d76 branch  0x000033be , 0x00000034 
+ 00017904  0x00003d77 increase  0x00000002 , 0x0000003f 
+ 00017905  0x00003d78 iforce  0x00000039 
+ 00017906  0x00003d79 arg  0x000044f7 , 0x00000006 
+ 00017907  0x00003d7a arg  0x000045e8 , 0x00000005 
+ 00017908  0x00003d7b call  0x00007cda 
+ 00017909  0x00003d7c jam  0x00000000 , 0x00004613 
+ 00017910  0x00003d7d fetch  0x00000001 , 0x00004610 
+ 00017911  0x00003d7e call  0x000033fe , 0x00000034 
+ 00017912  0x00003d7f fetch  0x00000001 , 0x000045ea 
+ 00017913  0x00003d80 beq  0x000000ff , 0x000045fc 
+ 00017914  0x00003d81 beq  0x00000001 , 0x00004601 
+ 00017915  0x00003d82 branch  0x000033bb 
+ 00017916  0x00003d84 fetch  0x00000001 , 0x00004610 
+ 00017917  0x00003d85 nrtn  0x00000034 
+ 00017918  0x00003d86 fetch  0x00000001 , 0x000045d5 
+ 00017919  0x00003d87 rtn  0x00000034 
+ 00017920  0x00003d89 branch  0x0000359b 
+ 00017921  0x00003d8b call  0x0000352e 
+ 00017922  0x00003d8c fetch  0x00000001 , 0x0000460a 
+ 00017923  0x00003d8d fetcht  0x00000001 , 0x000045e8 
+ 00017924  0x00003d8e isolate1  0x00000003 , 0x00000002 
+ 00017925  0x00003d8f setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00017926  0x00003d90 store  0x00000001 , 0x0000460a 
+ 00017927  0x00003d91 beq  0x00000001 , 0x00004609 
+ 00017928  0x00003d92 branch  0x000033cb 
+ 00017929  0x00003d94 fetch  0x00000001 , 0x000043cb 
+ 00017930  0x00003d95 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00017931  0x00003d96 call  0x0000788d , 0x00000005 
+ 00017932  0x00003d97 fetch  0x00000004 , 0x000045f2 
+ 00017933  0x00003d98 branch  0x000035a3 
+ 00017934  0x00003d9b fetch  0x00000001 , 0x00004616 
+ 00017935  0x00003d9c rtnne  0x00000001 
+ 00017936  0x00003d9d call  0x000032ff 
+ 00017937  0x00003d9e call  0x0000465b 
+ 00017938  0x00003da0 call  0x000033be 
+ 00017939  0x00003da1 call  0x00003119 
+ 00017940  0x00003da2 nbranch  0x000033be , 0x0000002f 
+ 00017941  0x00003da3 call  0x0000331e 
+ 00017942  0x00003da4 call  0x000033f4 
+ 00017943  0x00003da5 call  0x00003399 
+ 00017944  0x00003da6 call  0x00003317 
+ 00017945  0x00003da8 fetch  0x00000001 , 0x000045d5 
+ 00017946  0x00003da9 nbranch  0x00004621 , 0x00000034 
+ 00017947  0x00003daa call  0x0000350a 
+ 00017948  0x00003dab fetch  0x00000001 , 0x00004614 
+ 00017949  0x00003dac rtn  0x00000034 
+ 00017950  0x00003dad setarg  0x00000000 
+ 00017951  0x00003dae store  0x00000004 , 0x00004630 
+ 00017952  0x00003daf rtn 
+ 00017953  0x00003db1 jam  0x00000000 , 0x00004613 
+ 00017954  0x00003db2 arg  0x00000000 , 0x00000011 
+ 00017955  0x00003db3 call  0x0000788d 
+ 00017956  0x00003db4 call  0x00003460 
+ 00017957  0x00003db5 call  0x00003258 
+ 00017958  0x00003db7 fetch  0x00000004 , 0x000044f1 
+ 00017959  0x00003db8 store  0x00000004 , 0x000049da 
+ 00017960  0x00003db9 fetch  0x00000001 , 0x000049e6 
+ 00017961  0x00003dba ncall  0x0000462c , 0x00000034 
+ 00017962  0x00003dbc fetch  0x00000004 , 0x000049da 
+ 00017963  0x00003dbd branch  0x00003236 
+ 00017964  0x00003dc1 fetch  0x00000001 , 0x000049e6 
+ 00017965  0x00003dc2 rtn  0x00000034 
+ 00017966  0x00003dc3 fetch  0x00000001 , 0x0000462d 
+ 00017967  0x00003dc4 store  0x00000001 , 0x000049dd 
+ 00017968  0x00003dc6 fetch  0x00000001 , 0x000044f2 
+ 00017969  0x00003dc7 store  0x00000001 , 0x000049dc 
+ 00017970  0x00003dc9 fetch  0x00000001 , 0x0000462c 
+ 00017971  0x00003dca store  0x00000001 , 0x000049db 
+ 00017972  0x00003dcc fetch  0x00000001 , 0x000044f1 
+ 00017973  0x00003dcd store  0x00000001 , 0x000049da 
+ 00017974  0x00003dce rtn 
+ 00017975  0x00003dcf call  0x0000464a 
+ 00017976  0x00003dd0 fetch  0x00000004 , 0x000049da 
+ 00017977  0x00003dd1 fetcht  0x00000004 , 0x000049de 
+ 00017978  0x00003dd2 isub  0x00000002 , 0x0000003e 
+ 00017979  0x00003dd3 rtn  0x00000005 
+ 00017980  0x00003dd4 copy  0x00000013 , 0x00000012 
+ 00017981  0x00003dd5 arg  0x000049da , 0x00000011 
+ 00017982  0x00003dd6 arg  0x00000004 , 0x00000039 
+ 00017983  0x00003dd7 branch  0x00006b45 
+ 00017984  0x00003ddb fetch  0x00000004 , 0x000044f1 
+ 00017985  0x00003ddc store  0x00000004 , 0x000049da 
+ 00017986  0x00003ddd fetch  0x00000001 , 0x000049e6 
+ 00017987  0x00003dde rtn  0x00000034 
+ 00017988  0x00003ddf rtn 
+ 00017989  0x00003de0 call  0x0000464a 
+ 00017990  0x00003de1 fetch  0x00000004 , 0x000049de 
+ 00017991  0x00003de2 rtn  0x00000034 
+ 00017992  0x00003de3 store  0x00000004 , 0x000049da 
+ 00017993  0x00003de4 rtn 
+ 00017994  0x00003de8 rtn 
+ 00017995  0x00003de9 fetch  0x00000001 , 0x000049e6 
+ 00017996  0x00003dea rtn  0x00000034 
+ 00017997  0x00003deb arg  0x00000700 , 0x00000013 
+ 00017998  0x00003ded copy  0x00000013 , 0x00000012 
+ 00017999  0x00003dee arg  0x000049e2 , 0x00000011 
+ 00018000  0x00003def arg  0x00000004 , 0x00000039 
+ 00018001  0x00003df0 call  0x00006b74 
+ 00018002  0x00003df1 fetch  0x00000004 , 0x000049e2 
+ 00018003  0x00003df2 rtn  0x00000034 
+ 00018004  0x00003df3 store  0x00000004 , 0x000049de 
+ 00018005  0x00003df4 copy  0x00000013 , 0x0000003f 
+ 00018006  0x00003df5 arg  0x000007cc , 0x00000002 
+ 00018007  0x00003df6 isub  0x00000002 , 0x0000003e 
+ 00018008  0x00003df7 rtn  0x00000002 
+ 00018009  0x00003df8 increase  0x00000004 , 0x00000013 
+ 00018010  0x00003df9 branch  0x0000464e 
+ 00018011  0x00003dfc fetch  0x00000004 , 0x00004630 
+ 00018012  0x00003dfd rtn  0x00000034 
+ 00018013  0x00003dfe branch  0x00003236 
+ 00018014  0x00003e01 fetch  0x00000002 , 0x000044e9 
+ 00018015  0x00003e02 rtnbit1  0x00000009 
+ 00018016  0x00003e03 fetch  0x00000002 , 0x00004799 
+ 00018017  0x00003e04 store  0x00000002 , 0x0000479b 
+ 00018018  0x00003e05 jam  0x00000001 , 0x000049b7 
+ 00018019  0x00003e06 arg  0x000045eb , 0x00000011 
+ 00018020  0x00003e07 branch  0x000044fd 
+ 00018021  0x00003e0a fetch  0x00000001 , 0x000049c0 
+ 00018022  0x00003e0b rtn  0x00000034 
+ 00018023  0x00003e0c call  0x0000466d 
+ 00018024  0x00003e0d nrtn  0x00000028 
+ 00018025  0x00003e0e fetch  0x00000003 , 0x000045af 
+ 00018026  0x00003e0f call  0x00007d25 
+ 00018027  0x00003e10 storet  0x00000004 , 0x000040a9 
+ 00018028  0x00003e11 branch  0x0000241e 
+ 00018029  0x00003e13 enable  0x00000028 
+ 00018030  0x00003e14 call  0x00002408 
+ 00018031  0x00003e15 fetch  0x00000003 , 0x000040bd 
+ 00018032  0x00003e16 branch  0x00007dbc , 0x00000034 
+ 00018033  0x00003e17 branch  0x00004430 
+ 00018034  0x00003e1e rtn  0x0000002b 
+ 00018035  0x00003e1f call  0x00004772 
+ 00018036  0x00003e20 call  0x00006ff7 
+ 00018037  0x00003e21 setarg  0x00004756 
+ 00018038  0x00003e22 store  0x00000002 , 0x000045f2 
+ 00018039  0x00003e24 setarg  0x000046b6 
+ 00018040  0x00003e25 store  0x00000002 , 0x000045f6 
+ 00018041  0x00003e27 setarg  0x000046b1 
+ 00018042  0x00003e28 store  0x00000002 , 0x000043d5 
+ 00018043  0x00003e2a setarg  0x000046f0 
+ 00018044  0x00003e2b store  0x00000002 , 0x000043db 
+ 00018045  0x00003e2d setarg  0x000046f2 
+ 00018046  0x00003e2e store  0x00000002 , 0x000043dd 
+ 00018047  0x00003e30 setarg  0x0000473b 
+ 00018048  0x00003e31 store  0x00000002 , 0x000043e3 
+ 00018049  0x00003e33 setarg  0x000046a6 
+ 00018050  0x00003e34 store  0x00000002 , 0x000046ee 
+ 00018051  0x00003e36 setarg  0x00004696 
+ 00018052  0x00003e37 store  0x00000002 , 0x000046f2 
+ 00018053  0x00003e3a bpatch  0x00000033 , 0x00004006 
+ 00018054  0x00003e3b call  0x00006cc1 
+ 00018055  0x00003e3c call  0x000046ad 
+ 00018056  0x00003e3e call  0x000078ad 
+ 00018057  0x00003e3f fetch  0x00000001 , 0x000046be 
+ 00018058  0x00003e40 store  0x00000001 , 0x0000462d 
+ 00018059  0x00003e41 beq  0x00000000 , 0x00004695 
+ 00018060  0x00003e42 fetch  0x00000001 , 0x000046bf 
+ 00018061  0x00003e43 store  0x00000001 , 0x000044ec 
+ 00018062  0x00003e45 call  0x000046a6 
+ 00018063  0x00003e46 call  0x00007776 
+ 00018064  0x00003e47 call  0x00007780 
+ 00018065  0x00003e48 jam  0x00000001 , 0x000046ea 
+ 00018066  0x00003e49 fetch  0x00000002 , 0x000044e9 
+ 00018067  0x00003e4a rtnbit1  0x0000000c 
+ 00018068  0x00003e4b branch  0x00004327 
+ 00018069  0x00003e50 jam  0x00000002 , 0x000046ea 
+ 00018070  0x00003e52 call  0x000046a6 
+ 00018071  0x00003e53 arg  0x00000000 , 0x00000011 
+ 00018072  0x00003e54 call  0x000077c4 
+ 00018073  0x00003e55 call  0x00004719 
+ 00018074  0x00003e56 fetch  0x00000004 , 0x00004700 
+ 00018075  0x00003e57 store  0x00000004 , 0x0000458f 
+ 00018076  0x00003e58 branch  0x00003291 , 0x00000034 
+ 00018077  0x00003e59 fetch  0x00000004 , 0x0000458f 
+ 00018078  0x00003e5a store  0x00000004 , 0x000045e8 
+ 00018079  0x00003e5b fetch  0x00000002 , 0x000045dc 
+ 00018080  0x00003e5c store  0x00000002 , 0x000045de 
+ 00018081  0x00003e5d branch  0x00003534 
+ 00018082  0x00003e60 arg  0x00000004 , 0x00000002 
+ 00018083  0x00003e61 arg  0x0000458f , 0x00000011 
+ 00018084  0x00003e62 arg  0x00000000 , 0x00000012 
+ 00018085  0x00003e63 rtn 
+ 00018086  0x00003e68 bpatch  0x00000034 , 0x00004006 
+ 00018087  0x00003e69 fetch  0x00000001 , 0x000046bc 
+ 00018088  0x00003e6a bne  0x000000ff , 0x000046ab 
+ 00018089  0x00003e6c fetcht  0x00000001 , 0x00004699 
+ 00018090  0x00003e6d branch  0x00006ef7 
+ 00018091  0x00003e6f store  0x00000001 , 0x00004699 
+ 00018092  0x00003e70 branch  0x000046a9 
+ 00018093  0x00003e74 call  0x000035f0 
+ 00018094  0x00003e76 fetch  0x00000002 , 0x000046e6 
+ 00018095  0x00003e77 store  0x00000002 , 0x000046e8 
+ 00018096  0x00003e78 rtn 
+ 00018097  0x00003e7b call  0x000046b6 
+ 00018098  0x00003e7d fetch  0x00000001 , 0x0000468f 
+ 00018099  0x00003e7e set1  0x00000007 , 0x0000003f 
+ 00018100  0x00003e7f arg  0x0000003f , 0x00000002 
+ 00018101  0x00003e80 branch  0x00006f20 
+ 00018102  0x00003e83 call  0x00006f35 
+ 00018103  0x00003e84 branch  0x0000701b 
+ 00018104  0x00003e87 call  0x00007027 
+ 00018105  0x00003e88 call  0x000046c9 
+ 00018106  0x00003e89 call  0x000046bc 
+ 00018107  0x00003e8a branch  0x000046d7 
+ 00018108  0x00003e8d fetch  0x00000001 , 0x000046f5 
+ 00018109  0x00003e8e rtnne  0x00000001 
+ 00018110  0x00003e8f fetch  0x00000004 , 0x000046f9 
+ 00018111  0x00003e90 branch  0x000046c3 , 0x00000034 
+ 00018112  0x00003e91 jam  0x00000000 , 0x000046ff 
+ 00018113  0x00003e92 enable  0x00000028 
+ 00018114  0x00003e93 branch  0x0000788d 
+ 00018115  0x00003e95 fetch  0x00000001 , 0x000046ff 
+ 00018116  0x00003e96 rtneq  0x000000ff 
+ 00018117  0x00003e97 pincrease  0x00000001 
+ 00018118  0x00003e98 store  0x00000001 , 0x000046ff 
+ 00018119  0x00003e99 disable  0x00000028 
+ 00018120  0x00003e9a branch  0x0000788b 
+ 00018121  0x00003e9e fetcht  0x00000002 , 0x0000442e 
+ 00018122  0x00003e9f and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018123  0x00003ea0 rshift  0x00000002 , 0x00000002 
+ 00018124  0x00003ea1 store  0x00000001 , 0x000046f9 
+ 00018125  0x00003ea2 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018126  0x00003ea3 rshift  0x00000002 , 0x00000002 
+ 00018127  0x00003ea4 store  0x00000001 , 0x000046fa 
+ 00018128  0x00003ea5 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018129  0x00003ea6 rshift  0x00000002 , 0x00000002 
+ 00018130  0x00003ea7 store  0x00000001 , 0x000046fb 
+ 00018131  0x00003ea8 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018132  0x00003ea9 rshift  0x00000002 , 0x00000002 
+ 00018133  0x00003eaa store  0x00000001 , 0x000046fc 
+ 00018134  0x00003eab rtn 
+ 00018135  0x00003ead bpatch  0x00000035 , 0x00004006 
+ 00018136  0x00003eae call  0x000046e6 
+ 00018137  0x00003eaf call  0x000046eb 
+ 00018138  0x00003eb0 call  0x000046dd 
+ 00018139  0x00003eb1 nrtn  0x00000028 
+ 00018140  0x00003eb2 branch  0x00004752 
+ 00018141  0x00003eb6 fetch  0x00000001 , 0x000046f5 
+ 00018142  0x00003eb7 rtnne  0x00000001 
+ 00018143  0x00003eb8 fetch  0x00000001 , 0x000046ff 
+ 00018144  0x00003eb9 rtn  0x00000034 
+ 00018145  0x00003eba sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00018146  0x00003ebb nrtn  0x00000002 
+ 00018147  0x00003ebc fetch  0x00000002 , 0x000045dc 
+ 00018148  0x00003ebd store  0x00000002 , 0x000045de 
+ 00018149  0x00003ebe branch  0x00007dba 
+ 00018150  0x00003ec3 fetch  0x00000001 , 0x000046f9 
+ 00018151  0x00003ec4 nbranch  0x00004746 , 0x00000034 
+ 00018152  0x00003ec5 fetch  0x00000001 , 0x000046fa 
+ 00018153  0x00003ec6 nbranch  0x00004748 , 0x00000034 
+ 00018154  0x00003ec7 branch  0x0000474e 
+ 00018155  0x00003eca fetch  0x00000001 , 0x000046fb 
+ 00018156  0x00003ecb nbranch  0x0000474a , 0x00000034 
+ 00018157  0x00003ecc fetch  0x00000001 , 0x000046fc 
+ 00018158  0x00003ecd nbranch  0x0000474c , 0x00000034 
+ 00018159  0x00003ece branch  0x00004750 
+ 00018160  0x00003ed2 call  0x00004730 
+ 00018161  0x00003ed3 branch  0x000046b8 
+ 00018162  0x00003ed6 copy  0x00000013 , 0x0000003f 
+ 00018163  0x00003ed7 beq  0x0000002d , 0x00004347 
+ 00018164  0x00003ed8 beq  0x00000010 , 0x0000432f 
+ 00018165  0x00003ed9 beq  0x00000039 , 0x000046fa 
+ 00018166  0x00003eda beq  0x0000003c , 0x00004701 
+ 00018167  0x00003edb beq  0x0000003a , 0x000046f9 
+ 00018168  0x00003edc rtn 
+ 00018169  0x00003edf branch  0x0000357b 
+ 00018170  0x00003ee2 bpatch  0x00000036 , 0x00004006 
+ 00018171  0x00003ee3 fetch  0x00000004 , 0x000045e8 
+ 00018172  0x00003ee4 store  0x00000004 , 0x00004700 
+ 00018173  0x00003ee5 fetch  0x00000001 , 0x0000470c 
+ 00018174  0x00003ee6 ncall  0x00004706 , 0x00000034 
+ 00018175  0x00003ee7 fetch  0x00000004 , 0x00004700 
+ 00018176  0x00003ee8 call  0x00003236 
+ 00018177  0x00003eec jam  0x00000000 , 0x000045fc 
+ 00018178  0x00003eed jam  0x00000001 , 0x000046f6 
+ 00018179  0x00003eee jam  0x00000001 , 0x000046f7 
+ 00018180  0x00003eef jam  0x00000000 , 0x000045de 
+ 00018181  0x00003ef0 rtn 
+ 00018182  0x00003ef4 fetch  0x00000001 , 0x0000470c 
+ 00018183  0x00003ef5 rtn  0x00000034 
+ 00018184  0x00003ef6 fetch  0x00000001 , 0x000044f2 
+ 00018185  0x00003ef7 store  0x00000001 , 0x00004703 
+ 00018186  0x00003ef9 fetch  0x00000001 , 0x000045e9 
+ 00018187  0x00003efa store  0x00000001 , 0x00004702 
+ 00018188  0x00003efc fetch  0x00000001 , 0x000044f1 
+ 00018189  0x00003efd store  0x00000001 , 0x00004701 
+ 00018190  0x00003eff fetch  0x00000001 , 0x000045e8 
+ 00018191  0x00003f00 store  0x00000001 , 0x00004700 
+ 00018192  0x00003f01 call  0x00004720 
+ 00018193  0x00003f02 fetch  0x00000004 , 0x00004700 
+ 00018194  0x00003f03 fetcht  0x00000004 , 0x00004704 
+ 00018195  0x00003f04 isub  0x00000002 , 0x0000003e 
+ 00018196  0x00003f05 rtn  0x00000005 
+ 00018197  0x00003f06 copy  0x00000013 , 0x00000012 
+ 00018198  0x00003f07 arg  0x00004700 , 0x00000011 
+ 00018199  0x00003f08 arg  0x00000004 , 0x00000039 
+ 00018200  0x00003f09 branch  0x00006b45 
+ 00018201  0x00003f0c fetch  0x00000001 , 0x0000470c 
+ 00018202  0x00003f0d rtn  0x00000034 
+ 00018203  0x00003f0e call  0x00004720 
+ 00018204  0x00003f0f fetch  0x00000004 , 0x00004704 
+ 00018205  0x00003f10 rtn  0x00000034 
+ 00018206  0x00003f11 store  0x00000004 , 0x00004700 
+ 00018207  0x00003f12 rtn 
+ 00018208  0x00003f16 fetch  0x00000001 , 0x0000470c 
+ 00018209  0x00003f17 rtn  0x00000034 
+ 00018210  0x00003f18 arg  0x00000700 , 0x00000013 
+ 00018211  0x00003f1a copy  0x00000013 , 0x00000012 
+ 00018212  0x00003f1b arg  0x00004704 , 0x00000011 
+ 00018213  0x00003f1c arg  0x00000004 , 0x00000039 
+ 00018214  0x00003f1d call  0x00006b74 
+ 00018215  0x00003f1e fetch  0x00000004 , 0x00004708 
+ 00018216  0x00003f1f rtn  0x00000034 
+ 00018217  0x00003f20 store  0x00000004 , 0x00004704 
+ 00018218  0x00003f21 copy  0x00000013 , 0x0000003f 
+ 00018219  0x00003f22 arg  0x000007cc , 0x00000002 
+ 00018220  0x00003f23 isub  0x00000002 , 0x0000003e 
+ 00018221  0x00003f24 rtn  0x00000002 
+ 00018222  0x00003f25 increase  0x00000004 , 0x00000013 
+ 00018223  0x00003f26 branch  0x00004723 
+ 00018224  0x00003f29 fetch  0x00000001 , 0x000046f6 
+ 00018225  0x00003f2a rtneq  0x00000000 
+ 00018226  0x00003f2b fetch  0x00000001 , 0x000046f5 
+ 00018227  0x00003f2c rtneq  0x00000001 
+ 00018228  0x00003f2d jam  0x00000001 , 0x000046f5 
+ 00018229  0x00003f2f arg  0x00000000 , 0x00000011 
+ 00018230  0x00003f30 branch  0x000077bf 
+ 00018231  0x00003f32 arg  0x00000000 , 0x00000011 
+ 00018232  0x00003f33 call  0x000077bf 
+ 00018233  0x00003f34 call  0x000046a6 
+ 00018234  0x00003f35 branch  0x00004327 
+ 00018235  0x00003f38 call  0x000042ee 
+ 00018236  0x00003f39 call  0x0000328e 
+ 00018237  0x00003f3a call  0x00003531 
+ 00018238  0x00003f3b branch  0x0000473f 
+ 00018239  0x00003f3e fetch  0x00000001 , 0x000046c0 
+ 00018240  0x00003f3f rtn  0x00000034 
+ 00018241  0x00003f40 fetch  0x00000001 , 0x0000442e 
+ 00018242  0x00003f41 nbranch  0x000046ae , 0x00000034 
+ 00018243  0x00003f42 arg  0x000046e8 , 0x00000013 
+ 00018244  0x00003f43 arg  0x00004737 , 0x00000012 
+ 00018245  0x00003f44 branch  0x000042e7 
+ 00018246  0x00003f49 jam  0x00000001 , 0x000046c7 
+ 00018247  0x00003f4a rtn 
+ 00018248  0x00003f4c jam  0x00000002 , 0x000046c7 
+ 00018249  0x00003f4d rtn 
+ 00018250  0x00003f4f jam  0x00000001 , 0x000046c9 
+ 00018251  0x00003f50 rtn 
+ 00018252  0x00003f52 jam  0x00000002 , 0x000046c9 
+ 00018253  0x00003f53 rtn 
+ 00018254  0x00003f58 jam  0x00000000 , 0x000046c7 
+ 00018255  0x00003f59 rtn 
+ 00018256  0x00003f5c jam  0x00000000 , 0x000046c9 
+ 00018257  0x00003f5d rtn 
+ 00018258  0x00003f60 arg  0x000046c1 , 0x00000011 
+ 00018259  0x00003f61 branch  0x000078b2 
+ 00018260  0x00003f63 arg  0x000046ce , 0x00000011 
+ 00018261  0x00003f64 branch  0x000078b2 
+ 00018262  0x00003f67 fetch  0x00000001 , 0x000046f7 
+ 00018263  0x00003f68 beq  0x00000001 , 0x00004760 
+ 00018264  0x00003f69 arg  0x000046d7 , 0x00000011 
+ 00018265  0x00003f6a call  0x000078ca 
+ 00018266  0x00003f6b nbranch  0x00004765 , 0x00000028 
+ 00018267  0x00003f6d arg  0x000046d7 , 0x00000006 
+ 00018268  0x00003f6e ifetch  0x00000001 , 0x00000006 
+ 00018269  0x00003f6f copy  0x0000003f , 0x00000011 
+ 00018270  0x00003f70 arg  0x000046d8 , 0x00000012 
+ 00018271  0x00003f73 rtn 
+ 00018272  0x00003f76 jam  0x00000000 , 0x000046f7 
+ 00018273  0x00003f77 enable  0x00000028 
+ 00018274  0x00003f78 arg  0x00000001 , 0x00000011 
+ 00018275  0x00003f79 arg  0x000046f8 , 0x00000012 
+ 00018276  0x00003f7a rtn 
+ 00018277  0x00003f7d fetch  0x00000001 , 0x000046da 
+ 00018278  0x00003f7e beq  0x00000004 , 0x00004769 
+ 00018279  0x00003f7f beq  0x00000005 , 0x00004769 
+ 00018280  0x00003f80 rtn 
+ 00018281  0x00003f82 fetch  0x00000001 , 0x000046dd 
+ 00018282  0x00003f83 nbranch  0x00004770 , 0x00000034 
+ 00018283  0x00003f84 fetch  0x00000001 , 0x000046df 
+ 00018284  0x00003f85 nbranch  0x00004770 , 0x00000034 
+ 00018285  0x00003f86 fetch  0x00000001 , 0x000046e1 
+ 00018286  0x00003f87 nbranch  0x00004770 , 0x00000034 
+ 00018287  0x00003f88 rtn 
+ 00018288  0x00003f8a enable  0x00000028 
+ 00018289  0x00003f8b branch  0x0000475b 
+ 00018290  0x00003f91 jam  0x00000014 , 0x000044eb 
+ 00018291  0x00003f92 jam  0x00000001 , 0x000044e4 
+ 00018292  0x00003f93 setarg  0x0000060f 
+ 00018293  0x00003f94 store  0x00000002 , 0x0000462e 
+ 00018294  0x00003f95 setarg  0x0000462e 
+ 00018295  0x00003f96 store  0x00000002 , 0x000043fb 
+ 00018296  0x00003f97 jam  0x00000001 , 0x00004094 
+ 00018297  0x00003f98 jam  0x00000006 , 0x000040a6 
+ 00018298  0x00003f99 jam  0x00000002 , 0x000040c1 
+ 00018299  0x00003f9a jam  0x00000000 , 0x0000462d 
+ 00018300  0x00003f9b setarg  0x0000468d 
+ 00018301  0x00003f9c store  0x00000002 , 0x000044ef 
+ 00018302  0x00003f9d jam  0x00000001 , 0x000044ee 
+ 00018303  0x00003f9e jam  0x000000ff , 0x0000468e 
+ 00018304  0x00003f9f setarg  0x00000296 
+ 00018305  0x00003fa0 store  0x00000002 , 0x00004690 
+ 00018306  0x00003fa1 setarg  0x0000073a 
+ 00018307  0x00003fa2 store  0x00000002 , 0x00004692 
+ 00018308  0x00003fa3 setarg  0x000046ea 
+ 00018309  0x00003fa4 store  0x00000002 , 0x00004430 
+ 00018310  0x00003fa5 setarg  0x00000c0c 
+ 00018311  0x00003fa6 store  0x00000002 , 0x000046ec 
+ 00018312  0x00003fa7 setarg  0x000046a1 
+ 00018313  0x00003fa8 store  0x00000002 , 0x0000442c 
+ 00018314  0x00003fa9 jam  0x00000000 , 0x000046be 
+ 00018315  0x00003faa jam  0x000000ff , 0x000046bc 
+ 00018316  0x00003fab jam  0x000000ff , 0x000046bf 
+ 00018317  0x00003fac jam  0x00000000 , 0x000046ba 
+ 00018318  0x00003fad jam  0x00000000 , 0x000046bb 
+ 00018319  0x00003fae jam  0x00000000 , 0x000046bd 
+ 00018320  0x00003faf jam  0x00000001 , 0x000046c0 
+ 00018321  0x00003fb0 setarg  0x00004e55 
+ 00018322  0x00003fb1 store  0x00000002 , 0x000046ad 
+ 00018323  0x00003fb2 store  0x00000002 , 0x000046af 
+ 00018324  0x00003fb3 setarg  0x00000007 
+ 00018325  0x00003fb4 store  0x00000002 , 0x000046b3 
+ 00018326  0x00003fb5 jam  0x00000002 , 0x00004407 
+ 00018327  0x00003fb6 setsect  0x00000000 , 0x00035a0c 
+ 00018328  0x00003fb7 setsect  0x00000001 , 0x0000011a 
+ 00018329  0x00003fb8 setsect  0x00000002 , 0x00000060 
+ 00018330  0x00003fb9 setsect  0x00000003 , 0x00000028 
+ 00018331  0x00003fba store  0x00000009 , 0x000046c1 
+ 00018332  0x00003fbb setsect  0x00000000 , 0x0002000a 
+ 00018333  0x00003fbc setsect  0x00000001 , 0x00000002 
+ 00018334  0x00003fbd istore  0x00000004 , 0x00000005 
+ 00018335  0x00003fbe setsect  0x00000000 , 0x00035a08 
+ 00018336  0x00003fbf setsect  0x00000001 , 0x0000019a 
+ 00018337  0x00003fc0 setsect  0x00000002 , 0x00000000 
+ 00018338  0x00003fc1 setsect  0x00000003 , 0x00000000 
+ 00018339  0x00003fc2 store  0x00000009 , 0x000046ce 
+ 00018340  0x00003fc3 setarg  0x00000064 
+ 00018341  0x00003fc4 store  0x00000002 , 0x000046e6 
+ 00018342  0x00003fc5 jam  0x00000000 , 0x00004141 
+ 00018343  0x00003fc6 jam  0x00000001 , 0x00004589 
+ 00018344  0x00003fc7 jam  0x00000006 , 0x00004603 
+ 00018345  0x00003fc8 jam  0x00000001 , 0x000045ae 
+ 00018346  0x00003fc9 jam  0x00000000 , 0x000045e3 
+ 00018347  0x00003fca call  0x00003278 
+ 00018348  0x00003fcb call  0x000035fb 
+ 00018349  0x00003fcc call  0x0000325b 
+ 00018350  0x00003fcf setarg  0x00000708 
+ 00018351  0x00003fd0 store  0x00000002 , 0x000045d6 
+ 00018352  0x00003fd1 setarg  0x00000050 
+ 00018353  0x00003fd2 store  0x00000002 , 0x000045dc 
+ 00018354  0x00003fd3 setarg  0x000a7700 
+ 00018355  0x00003fd4 store  0x00000003 , 0x0000460b 
+ 00018356  0x00003fd5 setarg  0x00604800 
+ 00018357  0x00003fd6 store  0x00000003 , 0x000045af 
+ 00018358  0x00003fd7 rtn 
+ 00018359  0x00003fdf setarg  0x000047ea 
+ 00018360  0x00003fe0 store  0x00000002 , 0x000045e0 
+ 00018361  0x00003fe1 setarg  0x000048d4 
+ 00018362  0x00003fe2 store  0x00000002 , 0x000045e4 
+ 00018363  0x00003fe3 setarg  0x000048e5 
+ 00018364  0x00003fe4 store  0x00000002 , 0x000045e6 
+ 00018365  0x00003fe5 setarg  0x000048ab 
+ 00018366  0x00003fe6 store  0x00000002 , 0x000045e2 
+ 00018367  0x00003fe7 setarg  0x000047f9 
+ 00018368  0x00003fe8 store  0x00000002 , 0x00000859 
+ 00018369  0x00003fe9 branch  0x00007912 
+ 00018370  0x00003fed bpatch  0x00000037 , 0x00004006 
+ 00018371  0x00003fef call  0x000047ef 
+ 00018372  0x00003ff0 call  0x000047e5 
+ 00018373  0x00003ff1 fetch  0x00000001 , 0x00004669 
+ 00018374  0x00003ff2 isolate1  0x00000005 , 0x0000003f 
+ 00018375  0x00003ff3 branch  0x000047cb , 0x00000001 
+ 00018376  0x00003ff4 fetch  0x00000001 , 0x00004669 
+ 00018377  0x00003ff5 isolate1  0x00000006 , 0x0000003f 
+ 00018378  0x00003ff6 call  0x0000326b , 0x00000001 
+ 00018379  0x00003ff8 fetch  0x00000001 , 0x00004694 
+ 00018380  0x00003ff9 store  0x00000001 , 0x00004141 
+ 00018381  0x00003ffb jam  0x000000ff , 0x000045d2 
+ 00018382  0x00003ffc setarg  0x0000099f 
+ 00018383  0x00003ffd store  0x00000002 , 0x00004640 
+ 00018384  0x00003ffe setarg  0x00000a9f 
+ 00018385  0x00003fff store  0x00000002 , 0x00004642 
+ 00018386  0x00004000 setarg  0x00000b9f 
+ 00018387  0x00004001 store  0x00000002 , 0x00004644 
+ 00018388  0x00004002 setarg  0x00000c9f 
+ 00018389  0x00004003 store  0x00000002 , 0x00004646 
+ 00018390  0x00004004 jam  0x00000085 , 0x000045d1 
+ 00018391  0x00004005 jam  0x00000000 , 0x00004692 
+ 00018392  0x00004006 jam  0x00000000 , 0x0000462b 
+ 00018393  0x00004007 call  0x00003281 
+ 00018394  0x00004008 fetch  0x00000001 , 0x00004669 
+ 00018395  0x00004009 isolate1  0x00000003 , 0x0000003f 
+ 00018396  0x0000400a call  0x00003284 , 0x00000001 
+ 00018397  0x0000400b call  0x0000339f 
+ 00018398  0x0000400c call  0x00003287 
+ 00018399  0x0000400d call  0x0000325b 
+ 00018400  0x0000400f fetch  0x00000001 , 0x00004673 
+ 00018401  0x00004010 store  0x00000001 , 0x0000085b 
+ 00018402  0x00004011 fetch  0x00000009 , 0x0000466a 
+ 00018403  0x00004012 store  0x00000009 , 0x0000085c 
+ 00018404  0x00004013 rtn 
+ 00018405  0x00004016 jam  0x00000018 , 0x00004099 
+ 00018406  0x00004017 fetch  0x00000001 , 0x00004669 
+ 00018407  0x00004018 rtnbit0  0x00000007 
+ 00018408  0x00004019 jam  0x00000010 , 0x00004099 
+ 00018409  0x0000401a rtn 
+ 00018410  0x0000401d fetch  0x00000001 , 0x00004610 
+ 00018411  0x0000401e beq  0x00000000 , 0x0000489b 
+ 00018412  0x0000401f beq  0x00000001 , 0x00004822 
+ 00018413  0x00004020 beq  0x0000000f , 0x0000481e 
+ 00018414  0x00004021 rtn 
+ 00018415  0x00004025 bpatch  0x00000038 , 0x00004007 
+ 00018416  0x00004026 arg  0x00001fdf , 0x00000012 
+ 00018417  0x00004027 arg  0x00004648 , 0x00000011 
+ 00018418  0x00004028 arg  0x00000001 , 0x00000039 
+ 00018419  0x00004029 branch  0x00006b74 
+ 00018420  0x0000402c bpatch  0x00000039 , 0x00004007 
+ 00018421  0x0000402d arg  0x00000001 , 0x00000039 
+ 00018422  0x0000402e arg  0x00004648 , 0x00000011 
+ 00018423  0x0000402f arg  0x00001fdf , 0x00000012 
+ 00018424  0x00004030 branch  0x00006b45 
+ 00018425  0x00004033 fetch  0x00000001 , 0x00004669 
+ 00018426  0x00004034 bbit1  0x00000004 , 0x000047fd 
+ 00018427  0x00004035 fetch  0x00000001 , 0x00004648 
+ 00018428  0x00004036 bne  0x0000005a , 0x00004801 
+ 00018429  0x00004038 jam  0x0000005a , 0x00004648 
+ 00018430  0x00004039 fetch  0x00000004 , 0x0000937a 
+ 00018431  0x0000403a set1  0x0000001d , 0x0000003f 
+ 00018432  0x0000403b store  0x00000004 , 0x000007b4 
+ 00018433  0x0000403d call  0x00004818 
+ 00018434  0x0000403e call  0x00007966 
+ 00018435  0x0000403f call  0x00004805 
+ 00018436  0x00004040 branch  0x0000480e 
+ 00018437  0x00004043 fetch  0x00000001 , 0x0000085c 
+ 00018438  0x00004044 rtn  0x00000034 
+ 00018439  0x00004045 fetch  0x00000001 , 0x00004648 
+ 00018440  0x00004046 beq  0x0000005a , 0x0000480c 
+ 00018441  0x00004048 fetch  0x00000004 , 0x0000085d 
+ 00018442  0x0000404a store  0x00000004 , 0x000007b4 
+ 00018443  0x0000404b rtn 
+ 00018444  0x0000404d fetch  0x00000004 , 0x00000861 
+ 00018445  0x0000404e branch  0x0000480a 
+ 00018446  0x00004051 fetch  0x00000001 , 0x00004648 
+ 00018447  0x00004052 beq  0x0000005a , 0x00004814 
+ 00018448  0x00004053 setarg  0x00009272 
+ 00018449  0x00004054 store  0x00000002 , 0x000007a7 
+ 00018450  0x00004055 jam  0x0000001a , 0x000007d8 
+ 00018451  0x00004056 rtn 
+ 00018452  0x00004058 setarg  0x0000928d 
+ 00018453  0x00004059 store  0x00000002 , 0x000007a7 
+ 00018454  0x0000405a jam  0x0000003f , 0x000007d8 
+ 00018455  0x0000405b rtn 
+ 00018456  0x0000405e fetch  0x00000001 , 0x00004674 
+ 00018457  0x0000405f rtn  0x00000034 
+ 00018458  0x00004060 arg  0x00004674 , 0x00000006 
+ 00018459  0x00004061 arg  0x0000081d , 0x00000005 
+ 00018460  0x00004062 arg  0x0000001e , 0x00000039 
+ 00018461  0x00004063 branch  0x00007cda 
+ 00018462  0x00004067 call  0x00003460 
+ 00018463  0x00004069 call  0x000048a3 
+ 00018464  0x0000406a call  0x00004867 
+ 00018465  0x0000406b branch  0x0000481f 
+ 00018466  0x0000406e call  0x00003460 
+ 00018467  0x00004070 call  0x000048a3 
+ 00018468  0x00004071 call  0x00003469 
+ 00018469  0x00004072 call  0x00004867 
+ 00018470  0x00004073 branch  0x00004823 
+ 00018471  0x00004076 call  0x0000482b 
+ 00018472  0x00004077 call  0x0000483b 
+ 00018473  0x00004078 call  0x0000484c 
+ 00018474  0x00004079 branch  0x00004859 
+ 00018475  0x0000407c bpatch  0x0000003a , 0x00004007 
+ 00018476  0x0000407d fetch  0x00000001 , 0x00004668 
+ 00018477  0x0000407e rtn  0x00000034 
+ 00018478  0x0000407f arg  0x0000000d , 0x00000007 
+ 00018479  0x00004080 call  0x00007cef 
+ 00018480  0x00004081 nrtn  0x00000034 
+ 00018481  0x00004082 jam  0x00000000 , 0x00004668 
+ 00018482  0x00004083 setarg  0x00000001 
+ 00018483  0x00004084 store  0x00000001 , 0x00000913 
+ 00018484  0x00004085 setarg  0x00000000 
+ 00018485  0x00004086 istore  0x00000007 , 0x00000005 
+ 00018486  0x00004088 jam  0x00000020 , 0x0000090c 
+ 00018487  0x0000408a fetch  0x00000001 , 0x0000090d 
+ 00018488  0x0000408b set1  0x00000002 , 0x0000003f 
+ 00018489  0x0000408c store  0x00000001 , 0x0000090d 
+ 00018490  0x0000408d rtn 
+ 00018491  0x00004090 bpatch  0x0000003b , 0x00004007 
+ 00018492  0x00004091 fetch  0x00000001 , 0x00004665 
+ 00018493  0x00004092 rtn  0x00000034 
+ 00018494  0x00004093 arg  0x0000000e , 0x00000007 
+ 00018495  0x00004094 call  0x00007cef 
+ 00018496  0x00004095 nrtn  0x00000034 
+ 00018497  0x00004096 jam  0x00000000 , 0x00004665 
+ 00018498  0x00004097 arg  0x00000923 , 0x00000005 
+ 00018499  0x00004098 call  0x00007c99 
+ 00018500  0x00004099 fetch  0x00000008 , 0x00000923 
+ 00018501  0x0000409a store  0x00000008 , 0x00004651 
+ 00018502  0x0000409c jam  0x00000000 , 0x00000923 
+ 00018503  0x0000409e jam  0x00000010 , 0x0000090b 
+ 00018504  0x0000409f fetch  0x00000001 , 0x0000090d 
+ 00018505  0x000040a0 set1  0x00000001 , 0x0000003f 
+ 00018506  0x000040a1 store  0x00000001 , 0x0000090d 
+ 00018507  0x000040a2 rtn 
+ 00018508  0x000040a5 fetch  0x00000001 , 0x00004667 
+ 00018509  0x000040a6 rtn  0x00000034 
+ 00018510  0x000040a7 arg  0x0000000a , 0x00000007 
+ 00018511  0x000040a8 call  0x00007cef 
+ 00018512  0x000040a9 nrtn  0x00000034 
+ 00018513  0x000040aa jam  0x00000000 , 0x00004667 
+ 00018514  0x000040ab arg  0x00000943 , 0x00000005 
+ 00018515  0x000040ac call  0x00007c99 
+ 00018516  0x000040ad jam  0x00000002 , 0x00000943 
+ 00018517  0x000040ae fetch  0x00000002 , 0x00000943 
+ 00018518  0x000040af store  0x00000002 , 0x0000465f 
+ 00018519  0x000040b1 jam  0x00000022 , 0x0000090c 
+ 00018520  0x000040b2 branch  0x00004837 
+ 00018521  0x000040b5 bpatch  0x0000003c , 0x00004007 
+ 00018522  0x000040b6 fetch  0x00000001 , 0x00004666 
+ 00018523  0x000040b7 rtn  0x00000034 
+ 00018524  0x000040b8 arg  0x0000000c , 0x00000007 
+ 00018525  0x000040b9 call  0x00007cef 
+ 00018526  0x000040ba nrtn  0x00000034 
+ 00018527  0x000040bb jam  0x00000000 , 0x00004666 
+ 00018528  0x000040bc arg  0x00000933 , 0x00000005 
+ 00018529  0x000040bd call  0x00007c99 
+ 00018530  0x000040be jam  0x00000003 , 0x00000933 
+ 00018531  0x000040bf fetch  0x00000003 , 0x00000933 
+ 00018532  0x000040c0 store  0x00000003 , 0x0000465c 
+ 00018533  0x000040c2 jam  0x00000021 , 0x0000090c 
+ 00018534  0x000040c3 branch  0x00004837 
+ 00018535  0x000040c6 bpatch  0x0000003d , 0x00004007 
+ 00018536  0x000040c7 fetch  0x00000001 , 0x00000901 
+ 00018537  0x000040c8 call  0x000048b5 , 0x00000034 
+ 00018538  0x000040c9 call  0x00007906 
+ 00018539  0x000040ca fetch  0x00000001 , 0x000008f7 
+ 00018540  0x000040cb rtn  0x00000034 
+ 00018541  0x000040cc jam  0x00000000 , 0x000008f7 
+ 00018542  0x000040cd fetch  0x00000002 , 0x000008f5 
+ 00018543  0x000040ce arg  0x000002ba , 0x00000002 
+ 00018544  0x000040cf isub  0x00000002 , 0x0000003e 
+ 00018545  0x000040d0 nrtn  0x00000005 
+ 00018546  0x000040d2 fetch  0x00000001 , 0x00000875 
+ 00018547  0x000040d3 rtnne  0x000000ba 
+ 00018548  0x000040d4 fetch  0x00000001 , 0x00000876 
+ 00018549  0x000040d5 beq  0x000000a0 , 0x0000487c 
+ 00018550  0x000040d6 beq  0x000000a1 , 0x00004882 
+ 00018551  0x000040d7 beq  0x000000a6 , 0x0000488e 
+ 00018552  0x000040d8 beq  0x000000a7 , 0x00004890 
+ 00018553  0x000040d9 beq  0x000000a9 , 0x00004896 
+ 00018554  0x000040dc jam  0x00000000 , 0x000008f8 
+ 00018555  0x000040dd rtn 
+ 00018556  0x000040e0 fetch  0x00000001 , 0x00000877 
+ 00018557  0x000040e1 beq  0x00000081 , 0x0000487f 
+ 00018558  0x000040e2 branch  0x0000487a 
+ 00018559  0x000040e4 call  0x000032fc 
+ 00018560  0x000040e6 jam  0x00000001 , 0x000008f8 
+ 00018561  0x000040e7 rtn 
+ 00018562  0x000040ea fetch  0x00000001 , 0x00000877 
+ 00018563  0x000040eb beq  0x00000001 , 0x00004887 
+ 00018564  0x000040ec beq  0x00000084 , 0x0000488a 
+ 00018565  0x000040ed beq  0x000000a7 , 0x0000488c 
+ 00018566  0x000040ee branch  0x0000487a 
+ 00018567  0x000040f0 fetch  0x00000001 , 0x000045d5 
+ 00018568  0x000040f1 store  0x00000001 , 0x000008b6 
+ 00018569  0x000040f2 branch  0x00004880 
+ 00018570  0x000040f4 call  0x00003461 
+ 00018571  0x000040f5 branch  0x00004887 
+ 00018572  0x000040f8 jam  0x000000a1 , 0x000008b6 
+ 00018573  0x000040f9 branch  0x00004880 
+ 00018574  0x000040fc jam  0x00000015 , 0x000008b6 
+ 00018575  0x000040fd branch  0x00004880 
+ 00018576  0x00004100 fetch  0x00000001 , 0x00004616 
+ 00018577  0x00004101 beq  0x00000000 , 0x00004894 
+ 00018578  0x00004102 beq  0x00000001 , 0x0000488c 
+ 00018579  0x00004103 rtn 
+ 00018580  0x00004105 jam  0x000000a0 , 0x000008b6 
+ 00018581  0x00004106 branch  0x00004880 
+ 00018582  0x00004109 jam  0x00000000 , 0x000008b6 
+ 00018583  0x0000410a jam  0x00000000 , 0x000008b7 
+ 00018584  0x0000410b jam  0x00000001 , 0x000008b8 
+ 00018585  0x0000410c jam  0x00000007 , 0x000008b9 
+ 00018586  0x0000410d branch  0x00004880 
+ 00018587  0x00004116 call  0x00003402 
+ 00018588  0x00004118 call  0x00003407 
+ 00018589  0x00004119 call  0x0000342d 
+ 00018590  0x0000411a call  0x000048a3 
+ 00018591  0x0000411b call  0x00003469 
+ 00018592  0x0000411c call  0x00003488 
+ 00018593  0x0000411d call  0x00004867 
+ 00018594  0x0000411e branch  0x0000489c 
+ 00018595  0x00004121 bpatch  0x0000003e , 0x00004007 
+ 00018596  0x00004122 fetch  0x00000001 , 0x00004616 
+ 00018597  0x00004123 rtnne  0x00000000 
+ 00018598  0x00004124 call  0x00003464 
+ 00018599  0x00004125 call  0x00004827 
+ 00018600  0x00004126 fetch  0x00000001 , 0x00004610 
+ 00018601  0x00004127 nrtn  0x00000034 
+ 00018602  0x00004128 branch  0x0000350a 
+ 00018603  0x0000412b fetch  0x00000001 , 0x00004589 
+ 00018604  0x0000412c beq  0x00000001 , 0x000048ae 
+ 00018605  0x0000412d beq  0x00000002 , 0x000048b7 
+ 00018606  0x0000412f fetch  0x00000001 , 0x00004693 
+ 00018607  0x00004130 bbit1  0x00000000 , 0x000048bd 
+ 00018608  0x00004131 branch  0x000048b9 
+ 00018609  0x00004134 fetch  0x00000001 , 0x000043cb 
+ 00018610  0x00004135 rtnne  0x00000004 
+ 00018611  0x00004136 jam  0x00000003 , 0x00004693 
+ 00018612  0x00004137 rtn 
+ 00018613  0x00004139 jam  0x00000000 , 0x00004693 
+ 00018614  0x0000413a rtn 
+ 00018615  0x0000413d fetch  0x00000001 , 0x00004693 
+ 00018616  0x0000413e bbit1  0x00000001 , 0x000048c1 
+ 00018617  0x00004140 fetch  0x00000001 , 0x00004611 
+ 00018618  0x00004141 beq  0x00000001 , 0x000048c8 
+ 00018619  0x00004142 beq  0x00000003 , 0x000048cc 
+ 00018620  0x00004143 rtn 
+ 00018621  0x00004146 fetch  0x00000001 , 0x00004693 
+ 00018622  0x00004147 set0  0x00000000 , 0x0000003f 
+ 00018623  0x00004148 store  0x00000001 , 0x00004693 
+ 00018624  0x00004149 branch  0x000048c4 
+ 00018625  0x0000414c fetch  0x00000001 , 0x00004693 
+ 00018626  0x0000414d set0  0x00000001 , 0x0000003f 
+ 00018627  0x0000414e store  0x00000001 , 0x00004693 
+ 00018628  0x00004150 jam  0x00000001 , 0x00004588 
+ 00018629  0x00004151 setarg  0x000000ff 
+ 00018630  0x00004152 store  0x00000001 , 0x00004519 
+ 00018631  0x00004153 rtn 
+ 00018632  0x00004157 jam  0x00000001 , 0x00004611 
+ 00018633  0x00004158 call  0x0000337e 
+ 00018634  0x00004159 nrtn  0x0000002f 
+ 00018635  0x0000415a branch  0x0000330a 
+ 00018636  0x0000415d fetch  0x00000001 , 0x000044f9 
+ 00018637  0x0000415e beq  0x00000001 , 0x000048c8 
+ 00018638  0x0000415f beq  0x000000ff , 0x000048c8 
+ 00018639  0x00004160 jam  0x00000000 , 0x000008f9 
+ 00018640  0x00004161 jam  0x00000001 , 0x00004588 
+ 00018641  0x00004162 fetch  0x00000001 , 0x00004621 
+ 00018642  0x00004163 store  0x00000001 , 0x00004519 
+ 00018643  0x00004164 rtn 
+ 00018644  0x00004167 setarg  0x00000001 
+ 00018645  0x00004168 store  0x00000001 , 0x00000913 
+ 00018646  0x00004169 fetch  0x00000007 , 0x000045eb 
+ 00018647  0x0000416a istore  0x00000007 , 0x00000005 
+ 00018648  0x0000416b fetch  0x00000001 , 0x000045eb 
+ 00018649  0x0000416c ncall  0x000048dd , 0x00000034 
+ 00018650  0x0000416d fetch  0x00000001 , 0x000045eb 
+ 00018651  0x0000416e call  0x000048e1 , 0x00000034 
+ 00018652  0x0000416f branch  0x00004836 
+ 00018653  0x00004172 jam  0x00000001 , 0x00004668 
+ 00018654  0x00004173 setarg  0x00000180 
+ 00018655  0x00004174 arg  0x0000000d , 0x00000007 
+ 00018656  0x00004175 branch  0x00007ce1 
+ 00018657  0x00004178 jam  0x00000000 , 0x00004668 
+ 00018658  0x00004179 setarg  0x00000000 
+ 00018659  0x0000417a arg  0x0000000d , 0x00000007 
+ 00018660  0x0000417b branch  0x00007ce1 
+ 00018661  0x0000417e fetch  0x00000001 , 0x000045eb 
+ 00018662  0x0000417f beq  0x00000000 , 0x000048ea 
+ 00018663  0x00004180 beq  0x00000002 , 0x0000491d 
+ 00018664  0x00004181 beq  0x00000003 , 0x00004905 
+ 00018665  0x00004182 branch  0x000033be 
+ 00018666  0x00004185 fetch  0x00000001 , 0x000045ed 
+ 00018667  0x00004186 store  0x00000001 , 0x00004611 
+ 00018668  0x00004187 jam  0x00000000 , 0x000045ed 
+ 00018669  0x00004188 arg  0x00000923 , 0x00000005 
+ 00018670  0x00004189 arg  0x000045ec , 0x00000006 
+ 00018671  0x0000418a arg  0x00000008 , 0x00000039 
+ 00018672  0x0000418b call  0x00007cda 
+ 00018673  0x0000418c fetch  0x00000008 , 0x00000923 
+ 00018674  0x0000418d ncall  0x000048fd , 0x00000034 
+ 00018675  0x0000418e fetch  0x00000008 , 0x00000923 
+ 00018676  0x0000418f call  0x00004901 , 0x00000034 
+ 00018677  0x00004190 fetch  0x00000008 , 0x00000923 
+ 00018678  0x00004191 store  0x00000008 , 0x00004649 
+ 00018679  0x00004192 fetcht  0x00000008 , 0x00004651 
+ 00018680  0x00004193 isub  0x00000002 , 0x0000003e 
+ 00018681  0x00004194 ncall  0x00004847 , 0x00000005 
+ 00018682  0x00004195 fetch  0x00000008 , 0x00004649 
+ 00018683  0x00004196 store  0x00000008 , 0x00004651 
+ 00018684  0x00004197 branch  0x000033be 
+ 00018685  0x0000419a jam  0x00000001 , 0x00004665 
+ 00018686  0x0000419b setarg  0x00000180 
+ 00018687  0x0000419c arg  0x0000000e , 0x00000007 
+ 00018688  0x0000419d branch  0x00007ce1 
+ 00018689  0x000041a0 jam  0x00000000 , 0x00004665 
+ 00018690  0x000041a1 setarg  0x00000000 
+ 00018691  0x000041a2 arg  0x0000000e , 0x00000007 
+ 00018692  0x000041a3 branch  0x00007ce1 
+ 00018693  0x000041a6 arg  0x00000933 , 0x00000005 
+ 00018694  0x000041a7 arg  0x000045eb , 0x00000006 
+ 00018695  0x000041a8 arg  0x00000003 , 0x00000039 
+ 00018696  0x000041a9 call  0x00007cda 
+ 00018697  0x000041aa fetch  0x00000002 , 0x00000934 
+ 00018698  0x000041ab ncall  0x00004915 , 0x00000034 
+ 00018699  0x000041ac fetch  0x00000002 , 0x00000934 
+ 00018700  0x000041ad call  0x00004919 , 0x00000034 
+ 00018701  0x000041ae fetch  0x00000003 , 0x00000933 
+ 00018702  0x000041af store  0x00000003 , 0x00004659 
+ 00018703  0x000041b0 fetcht  0x00000003 , 0x0000465c 
+ 00018704  0x000041b1 isub  0x00000002 , 0x0000003e 
+ 00018705  0x000041b2 ncall  0x00004865 , 0x00000005 
+ 00018706  0x000041b3 fetch  0x00000003 , 0x00004659 
+ 00018707  0x000041b4 store  0x00000003 , 0x0000465c 
+ 00018708  0x000041b5 branch  0x000033be 
+ 00018709  0x000041b8 jam  0x00000001 , 0x00004666 
+ 00018710  0x000041b9 setarg  0x00000180 
+ 00018711  0x000041ba arg  0x0000000c , 0x00000007 
+ 00018712  0x000041bb branch  0x00007ce1 
+ 00018713  0x000041be jam  0x00000000 , 0x00004666 
+ 00018714  0x000041bf setarg  0x00000000 
+ 00018715  0x000041c0 arg  0x0000000c , 0x00000007 
+ 00018716  0x000041c1 branch  0x00007ce1 
+ 00018717  0x000041c4 arg  0x00000943 , 0x00000005 
+ 00018718  0x000041c5 arg  0x000045eb , 0x00000006 
+ 00018719  0x000041c6 arg  0x00000002 , 0x00000039 
+ 00018720  0x000041c7 call  0x00007cda 
+ 00018721  0x000041c8 fetch  0x00000002 , 0x00000943 
+ 00018722  0x000041c9 ncall  0x0000492d , 0x00000034 
+ 00018723  0x000041ca fetch  0x00000002 , 0x00000943 
+ 00018724  0x000041cb call  0x00004931 , 0x00000034 
+ 00018725  0x000041cc fetch  0x00000002 , 0x00000943 
+ 00018726  0x000041cd store  0x00000002 , 0x0000465f 
+ 00018727  0x000041ce fetcht  0x00000002 , 0x00004662 
+ 00018728  0x000041cf isub  0x00000002 , 0x0000003e 
+ 00018729  0x000041d0 ncall  0x00004935 , 0x00000005 
+ 00018730  0x000041d1 fetch  0x00000002 , 0x0000465f 
+ 00018731  0x000041d2 store  0x00000002 , 0x00004662 
+ 00018732  0x000041d3 branch  0x000033be 
+ 00018733  0x000041d6 jam  0x00000001 , 0x00004667 
+ 00018734  0x000041d7 setarg  0x00000180 
+ 00018735  0x000041d8 arg  0x0000000a , 0x00000007 
+ 00018736  0x000041d9 branch  0x00007ce1 
+ 00018737  0x000041db jam  0x00000000 , 0x00004667 
+ 00018738  0x000041dc setarg  0x00000000 
+ 00018739  0x000041dd arg  0x0000000a , 0x00000007 
+ 00018740  0x000041de branch  0x00007ce1 
+ 00018741  0x000041e1 jam  0x00000022 , 0x0000090c 
+ 00018742  0x000041e2 branch  0x00004837 
+ 00018743  0x000041e6 fetch  0x00000001 , 0x000043cb 
+ 00018744  0x000041e7 rtnne  0x00000004 
+ 00018745  0x000041e8 fetch  0x00000001 , 0x00004648 
+ 00018746  0x000041e9 rtneq  0x0000005a 
+ 00018747  0x000041eb jam  0x00000001 , 0x00004692 
+ 00018748  0x000041ec rtn 
+ 00018749  0x000041f0 fetch  0x00000001 , 0x000043cb 
+ 00018750  0x000041f1 rtnne  0x00000004 
+ 00018751  0x000041f2 fetch  0x00000001 , 0x00004692 
+ 00018752  0x000041f3 rtn  0x00000034 
+ 00018753  0x000041f4 jam  0x00000000 , 0x00000678 
+ 00018754  0x000041f6 jam  0x0000005a , 0x00004648 
+ 00018755  0x000041f7 call  0x000047f4 
+ 00018756  0x000041f8 call  0x000047ef 
+ 00018757  0x000041f9 fetch  0x00000001 , 0x00000678 
+ 00018758  0x000041fa increase  0x00000001 , 0x0000003f 
+ 00018759  0x000041fb store  0x00000001 , 0x00000678 
+ 00018760  0x000041fc beq  0x000000ff , 0x00006ca3 
+ 00018761  0x000041fd fetch  0x00000001 , 0x00004648 
+ 00018762  0x000041fe bne  0x0000005a , 0x00004942 
+ 00018763  0x000041ff branch  0x00006ca3 
+ 00018764  0x0000420c fetch  0x00000001 , 0x000043cb 
+ 00018765  0x0000420d rtnne  0x0000000f 
+ 00018766  0x0000420e call  0x000054ac 
+ 00018767  0x0000420f nbranch  0x00002002 , 0x00000028 
+ 00018768  0x00004210 fetch  0x00000001 , 0x00004846 
+ 00018769  0x00004211 branch  0x00002002 , 0x00000034 
+ 00018770  0x00004212 fetch  0x00000001 , 0x00004655 
+ 00018771  0x00004213 rtneq  0x000000ff 
+ 00018772  0x00004214 copy  0x0000003f , 0x00000007 
+ 00018773  0x00004215 fetch  0x00000004 , 0x0000069d 
+ 00018774  0x00004216 qisolate0  0x0000003f 
+ 00018775  0x00004217 call  0x00004e45 , 0x00000001 
+ 00018776  0x00004218 branch  0x00002003 
+ 00018777  0x0000421b call  0x00007396 
+ 00018778  0x0000421c call  0x000049a1 
+ 00018779  0x0000421e call  0x000049c8 
+ 00018780  0x0000421f call  0x000049ea 
+ 00018781  0x00004220 rtn  0x0000002b 
+ 00018782  0x00004221 call  0x00004966 
+ 00018783  0x00004222 call  0x00004a7a 
+ 00018784  0x00004223 fetch  0x00000001 , 0x00004663 
+ 00018785  0x00004224 rtnbit1  0x00000007 
+ 00018786  0x00004226 fetch  0x00000002 , 0x000044e9 
+ 00018787  0x00004227 bbit1  0x0000000c , 0x00004b95 
+ 00018788  0x00004228 call  0x00005eb6 
+ 00018789  0x00004229 branch  0x00004bcf 
+ 00018790  0x0000422d fetch  0x00000008 , 0x00004713 
+ 00018791  0x0000422e rtnbit0  0x0000000d 
+ 00018792  0x0000422f setarg  0x0000496c 
+ 00018793  0x00004230 store  0x00000002 , 0x00000859 
+ 00018794  0x00004231 jam  0x000000a5 , 0x00004664 
+ 00018795  0x00004232 branch  0x0000498e 
+ 00018796  0x00004235 call  0x0000496f 
+ 00018797  0x00004236 call  0x00004974 
+ 00018798  0x00004237 branch  0x00004984 
+ 00018799  0x0000423a jam  0x00000000 , 0x00004665 
+ 00018800  0x0000423b fetch  0x00000008 , 0x00004713 
+ 00018801  0x0000423c rtnbit0  0x00000016 
+ 00018802  0x0000423d jam  0x0000005a , 0x00004665 
+ 00018803  0x0000423e rtn 
+ 00018804  0x00004241 fetch  0x00000008 , 0x00004713 
+ 00018805  0x00004242 bbit1  0x0000001d , 0x0000497b 
+ 00018806  0x00004243 bbit1  0x0000001e , 0x0000497e 
+ 00018807  0x00004244 bbit1  0x0000001f , 0x00004981 
+ 00018808  0x00004245 jam  0x00000019 , 0x00004662 
+ 00018809  0x00004246 jam  0x00000008 , 0x0000085b 
+ 00018810  0x00004247 rtn 
+ 00018811  0x00004249 jam  0x0000000c , 0x00004662 
+ 00018812  0x0000424a jam  0x00000004 , 0x0000085b 
+ 00018813  0x0000424b rtn 
+ 00018814  0x0000424d jam  0x00000006 , 0x00004662 
+ 00018815  0x0000424e jam  0x00000002 , 0x0000085b 
+ 00018816  0x0000424f rtn 
+ 00018817  0x00004251 jam  0x00000003 , 0x00004662 
+ 00018818  0x00004252 jam  0x00000001 , 0x0000085b 
+ 00018819  0x00004253 rtn 
+ 00018820  0x00004256 call  0x00007966 
+ 00018821  0x00004257 call  0x00004987 
+ 00018822  0x00004258 branch  0x0000498c 
+ 00018823  0x0000425b fetch  0x00000001 , 0x0000085c 
+ 00018824  0x0000425c rtn  0x00000034 
+ 00018825  0x0000425d fetch  0x00000001 , 0x00004665 
+ 00018826  0x0000425e beq  0x0000005a , 0x0000480c 
+ 00018827  0x0000425f branch  0x00004809 
+ 00018828  0x00004262 fetch  0x00000001 , 0x00004665 
+ 00018829  0x00004263 branch  0x0000480f 
+ 00018830  0x00004268 bpatch  0x00000041 , 0x00004008 
+ 00018831  0x00004269 fetcht  0x00000001 , 0x0000086c 
+ 00018832  0x0000426a call  0x00006ee6 
+ 00018833  0x0000426b branch  0x00004993 , 0x00000001 
+ 00018834  0x0000426c branch  0x0000499a 
+ 00018835  0x00004270 fetch  0x00000001 , 0x00004664 
+ 00018836  0x00004271 rtneq  0x000000a5 
+ 00018837  0x00004272 jam  0x000000a5 , 0x00004664 
+ 00018838  0x00004273 jam  0x00000000 , 0x0000090e 
+ 00018839  0x00004274 jam  0x00000000 , 0x00000709 
+ 00018840  0x00004275 jam  0x00000000 , 0x00000900 
+ 00018841  0x00004276 branch  0x00004962 
+ 00018842  0x0000427a fetch  0x00000001 , 0x00004664 
+ 00018843  0x0000427b rtneq  0x0000005a 
+ 00018844  0x0000427c jam  0x0000005a , 0x00004664 
+ 00018845  0x0000427d call  0x00006018 
+ 00018846  0x0000427e call  0x00005aaa 
+ 00018847  0x0000427f call  0x00004f70 
+ 00018848  0x00004280 branch  0x00007912 
+ 00018849  0x00004285 rtn  0x0000002b 
+ 00018850  0x00004287 call  0x000035f0 
+ 00018851  0x00004288 call  0x0000325b 
+ 00018852  0x0000428a call  0x000049af 
+ 00018853  0x0000428b fetcht  0x00000001 , 0x00004865 
+ 00018854  0x0000428c call  0x00006ef3 
+ 00018855  0x0000428e call  0x00004b6d 
+ 00018856  0x0000428f call  0x00006177 
+ 00018857  0x00004290 call  0x00002a41 
+ 00018858  0x00004292 fetch  0x00000008 , 0x00004713 
+ 00018859  0x00004293 bbit1  0x00000014 , 0x000049fd 
+ 00018860  0x00004294 bbit1  0x00000013 , 0x00005d60 
+ 00018861  0x00004295 bbit1  0x00000012 , 0x00005d6e 
+ 00018862  0x00004296 rtn 
+ 00018863  0x0000429d call  0x0000543b 
+ 00018864  0x0000429f jam  0x00000000 , 0x000048eb 
+ 00018865  0x000042a0 setarg  0x00230170 
+ 00018866  0x000042a1 store  0x00000003 , 0x0000462d 
+ 00018867  0x000042a2 setarg  0x00015301 
+ 00018868  0x000042a3 istore  0x00000003 , 0x00000005 
+ 00018869  0x000042a4 arg  0x000047a0 , 0x00000005 
+ 00018870  0x000042a5 arg  0x00000014 , 0x00000039 
+ 00018871  0x000042a6 call  0x00007ca1 
+ 00018872  0x000042a8 fetch  0x00000001 , 0x0000426b 
+ 00018873  0x000042a9 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00018874  0x000042aa nbranch  0x000049c6 , 0x00000002 
+ 00018875  0x000042ab setarg  0x0006ff06 
+ 00018876  0x000042ac store  0x00000003 , 0x000047a0 
+ 00018877  0x000042ad setarg  0x00000300 
+ 00018878  0x000042ae istore  0x00000003 , 0x00000005 
+ 00018879  0x000042af setarg  0x00000080 
+ 00018880  0x000042b0 istore  0x00000001 , 0x00000005 
+ 00018881  0x000042b2 fetch  0x00000001 , 0x0000426b 
+ 00018882  0x000042b3 increase  0x00000001 , 0x0000003f 
+ 00018883  0x000042b4 copy  0x0000003f , 0x00000039 
+ 00018884  0x000042b5 arg  0x00004369 , 0x00000006 
+ 00018885  0x000042b6 branch  0x00007cda 
+ 00018886  0x000042b9 arg  0x000047a0 , 0x00000005 
+ 00018887  0x000042ba branch  0x000049c1 
+ 00018888  0x000042c0 fetcht  0x00000001 , 0x00004864 
+ 00018889  0x000042c1 call  0x00006f0f 
+ 00018890  0x000042c2 fetcht  0x00000001 , 0x00004863 
+ 00018891  0x000042c3 call  0x00006f0f 
+ 00018892  0x000042c4 fetcht  0x00000001 , 0x00004865 
+ 00018893  0x000042c5 call  0x00006f0f 
+ 00018894  0x000042c7 setarg  0x0000486e 
+ 00018895  0x000042c8 store  0x00000002 , 0x00004896 
+ 00018896  0x000042ca setarg  0x00004876 
+ 00018897  0x000042cb store  0x00000002 , 0x00004898 
+ 00018898  0x000042cd setarg  0x0000488a 
+ 00018899  0x000042ce store  0x00000002 , 0x0000489a 
+ 00018900  0x000042d0 fetch  0x00000002 , 0x00004896 
+ 00018901  0x000042d1 copy  0x0000003f , 0x00000012 
+ 00018902  0x000042d2 arg  0x00000008 , 0x00000039 
+ 00018903  0x000042d5 ifetcht  0x00000001 , 0x00000012 
+ 00018904  0x000042d6 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00018905  0x000042d7 ncall  0x000049e7 , 0x00000005 
+ 00018906  0x000042d8 increase  0x00000001 , 0x00000012 
+ 00018907  0x000042d9 loop  0x000049d7 
+ 00018908  0x000042da call  0x000023fd 
+ 00018909  0x000042db fetch  0x00000002 , 0x00004898 
+ 00018910  0x000042dc copy  0x0000003f , 0x00000012 
+ 00018911  0x000042dd copy  0x0000003f , 0x00000013 
+ 00018912  0x000042de arg  0x0000000b , 0x00000039 
+ 00018913  0x000042e1 ifetcht  0x00000001 , 0x00000012 
+ 00018914  0x000042e2 isolate1  0x00000007 , 0x00000002 
+ 00018915  0x000042e3 ncall  0x00006f0f , 0x00000001 
+ 00018916  0x000042e4 increase  0x00000001 , 0x00000012 
+ 00018917  0x000042e5 loop  0x000049e1 
+ 00018918  0x000042e6 rtn 
+ 00018919  0x000042e9 call  0x00006f0f 
+ 00018920  0x000042ea ifetcht  0x00000001 , 0x00000012 
+ 00018921  0x000042eb branch  0x00006ec6 
+ 00018922  0x000042f0 fetch  0x00000001 , 0x00004666 
+ 00018923  0x000042f1 beq  0x00000001 , 0x000049f1 
+ 00018924  0x000042f2 setarg  0x005d4800 
+ 00018925  0x000042f3 store  0x00000004 , 0x00004613 
+ 00018926  0x000042f4 fetch  0x00000001 , 0x0000440c 
+ 00018927  0x000042f5 rtnbit0  0x00000000 
+ 00018928  0x000042f6 branch  0x00005fe4 
+ 00018929  0x000042f8 jam  0x0000000c , 0x0000496b 
+ 00018930  0x000042f9 fetch  0x00000001 , 0x0000440c 
+ 00018931  0x000042fa rtnbit0  0x00000000 
+ 00018932  0x000042fb jam  0x00000010 , 0x0000496b 
+ 00018933  0x000042fc fetch  0x00000001 , 0x0000477e 
+ 00018934  0x000042fd branch  0x00005c01 , 0x00000034 
+ 00018935  0x000042fe rtn 
+ 00018936  0x00004302 fetch  0x00000002 , 0x000049df 
+ 00018937  0x00004303 arg  0x00000528 , 0x00000002 
+ 00018938  0x00004304 isub  0x00000002 , 0x0000003e 
+ 00018939  0x00004305 nrtn  0x00000002 
+ 00018940  0x00004306 branch  0x0000235a 
+ 00018941  0x00004309 bpatch  0x00000042 , 0x00004008 
+ 00018942  0x0000430a fetch  0x00000001 , 0x00004666 
+ 00018943  0x0000430b beq  0x00000000 , 0x00004a02 
+ 00018944  0x0000430c beq  0x00000001 , 0x00004a0c 
+ 00018945  0x0000430d rtn 
+ 00018946  0x00004310 arg  0x00000050 , 0x00000018 
+ 00018947  0x00004311 setarg  0x00000400 
+ 00018948  0x00004312 idiv  0x00000018 
+ 00018949  0x00004313 call  0x00007d62 
+ 00018950  0x00004314 quotient  0x0000003f 
+ 00018951  0x00004315 store  0x00000002 , 0x00000670 
+ 00018952  0x00004316 arg  0x00001fcc , 0x0000003f 
+ 00018953  0x00004317 arg  0x00000004 , 0x00000002 
+ 00018954  0x00004318 arg  0x00000004 , 0x0000002b 
+ 00018955  0x00004319 branch  0x00004a16 
+ 00018956  0x0000431b arg  0x00000118 , 0x00000018 
+ 00018957  0x0000431c setarg  0x00000400 
+ 00018958  0x0000431d idiv  0x00000018 
+ 00018959  0x0000431e call  0x00007d62 
+ 00018960  0x0000431f quotient  0x0000003f 
+ 00018961  0x00004320 store  0x00000002 , 0x00000670 
+ 00018962  0x00004321 arg  0x00001fc2 , 0x0000003f 
+ 00018963  0x00004322 arg  0x0000000e , 0x00000002 
+ 00018964  0x00004323 arg  0x0000000e , 0x0000002b 
+ 00018965  0x00004324 branch  0x00004a16 
+ 00018966  0x00004326 storet  0x00000001 , 0x00000678 
+ 00018967  0x00004327 arg  0x000049c7 , 0x00000011 
+ 00018968  0x00004328 arg  0x00000000 , 0x00000013 
+ 00018969  0x0000432a copy  0x0000003f , 0x00000012 
+ 00018970  0x0000432b fetchr  0x00000039 , 0x00000001 , 0x00000678 
+ 00018971  0x0000432c call  0x00006b74 
+ 00018972  0x0000432d fetch  0x00000008 , 0x000049c7 
+ 00018973  0x0000432e fetcht  0x00000008 , 0x000049cf 
+ 00018974  0x0000432f ior  0x00000002 , 0x0000003f 
+ 00018975  0x00004330 fetcht  0x00000008 , 0x000049d7 
+ 00018976  0x00004331 ior  0x00000002 , 0x0000003f 
+ 00018977  0x00004332 branch  0x00004a28 , 0x00000034 
+ 00018978  0x00004333 increase  0x00000001 , 0x00000013 
+ 00018979  0x00004334 fetch  0x00000002 , 0x00000670 
+ 00018980  0x00004335 isub  0x00000013 , 0x0000003e 
+ 00018981  0x00004337 copy  0x00000012 , 0x0000003f 
+ 00018982  0x00004338 isub  0x00000018 , 0x0000003f 
+ 00018983  0x00004339 branch  0x00004a19 
+ 00018984  0x0000433c sub  0x00000013 , 0x00000000 , 0x0000003e 
+ 00018985  0x0000433d branch  0x00004a38 , 0x00000005 
+ 00018986  0x0000433f copy  0x00000012 , 0x0000003f 
+ 00018987  0x00004340 iadd  0x00000018 , 0x0000003f 
+ 00018988  0x00004342 isub  0x0000002b , 0x0000003f 
+ 00018989  0x00004343 copy  0x0000003f , 0x00000012 
+ 00018990  0x00004344 fetchr  0x00000039 , 0x00000001 , 0x00000678 
+ 00018991  0x00004345 call  0x00006b74 
+ 00018992  0x00004346 fetch  0x00000008 , 0x000049c7 
+ 00018993  0x00004347 fetcht  0x00000008 , 0x000049cf 
+ 00018994  0x00004348 ior  0x00000002 , 0x0000003f 
+ 00018995  0x00004349 fetcht  0x00000008 , 0x000049d7 
+ 00018996  0x0000434a ior  0x00000002 , 0x0000003f 
+ 00018997  0x0000434b branch  0x00004a3a , 0x00000034 
+ 00018998  0x0000434c copy  0x00000012 , 0x0000003f 
+ 00018999  0x0000434d branch  0x00004a2c 
+ 00019000  0x0000434f storer  0x0000002b , 0x00000001 , 0x000049df 
+ 00019001  0x00004350 rtn 
+ 00019002  0x00004352 bpatch  0x00000043 , 0x00004008 
+ 00019003  0x00004353 setarg  0x00001fd0 
+ 00019004  0x00004354 isub  0x00000012 , 0x0000003f 
+ 00019005  0x00004355 store  0x00000002 , 0x000049df 
+ 00019006  0x00004356 copy  0x00000012 , 0x0000003f 
+ 00019007  0x00004357 iadd  0x0000002b , 0x00000012 
+ 00019008  0x00004358 fetchr  0x00000039 , 0x00000001 , 0x00000678 
+ 00019009  0x00004359 arg  0x000049c7 , 0x00000011 
+ 00019010  0x0000435a call  0x00006b74 
+ 00019011  0x0000435b fetch  0x00000001 , 0x00004666 
+ 00019012  0x0000435c beq  0x00000000 , 0x00004a47 
+ 00019013  0x0000435d beq  0x00000001 , 0x00004a4a 
+ 00019014  0x0000435e rtn 
+ 00019015  0x00004361 fetch  0x00000006 , 0x000049c7 
+ 00019016  0x00004362 store  0x00000004 , 0x00004691 
+ 00019017  0x00004363 branch  0x00004a76 
+ 00019018  0x00004366 fetch  0x00000001 , 0x000049c7 
+ 00019019  0x00004367 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00019020  0x00004368 ncall  0x00007dca , 0x00000002 
+ 00019021  0x00004369 store  0x00000001 , 0x000049c6 
+ 00019022  0x0000436a fetch  0x00000001 , 0x000049c8 
+ 00019023  0x0000436b store  0x00000001 , 0x00004667 
+ 00019024  0x0000436c fetch  0x00000006 , 0x000049c9 
+ 00019025  0x0000436d store  0x00000006 , 0x00004668 
+ 00019026  0x0000436e fetch  0x00000006 , 0x000049cf 
+ 00019027  0x0000436f store  0x00000006 , 0x0000466e 
+ 00019028  0x00004370 branch  0x00005c6f 
+ 00019029  0x00004374 branch  0x0000235a 
+ 00019030  0x00004378 bpatch  0x00000044 , 0x00004008 
+ 00019031  0x00004379 fetch  0x00000008 , 0x00004713 
+ 00019032  0x0000437a bbit1  0x00000014 , 0x00004a5c 
+ 00019033  0x0000437b bbit1  0x00000013 , 0x00005cb1 
+ 00019034  0x0000437c bbit1  0x00000012 , 0x00005cb9 
+ 00019035  0x0000437d rtn 
+ 00019036  0x00004380 rtn 
+ 00019037  0x00004381 fetch  0x00000001 , 0x00004666 
+ 00019038  0x00004382 beq  0x00000000 , 0x00004a61 
+ 00019039  0x00004383 beq  0x00000001 , 0x00004a6b 
+ 00019040  0x00004384 rtn 
+ 00019041  0x00004387 fetcht  0x00000002 , 0x000049df 
+ 00019042  0x00004388 setarg  0x00001fd0 
+ 00019043  0x00004389 isub  0x00000002 , 0x00000012 
+ 00019044  0x0000438a arg  0x00004691 , 0x00000011 
+ 00019045  0x0000438b arg  0x00000004 , 0x00000039 
+ 00019046  0x0000438c call  0x00006b45 
+ 00019047  0x0000438d fetcht  0x00000002 , 0x000049df 
+ 00019048  0x0000438e increase  0x00000004 , 0x00000002 
+ 00019049  0x0000438f storet  0x00000002 , 0x000049df 
+ 00019050  0x00004390 rtn 
+ 00019051  0x00004393 fetcht  0x00000002 , 0x000049df 
+ 00019052  0x00004394 setarg  0x00001fd0 
+ 00019053  0x00004395 isub  0x00000002 , 0x00000012 
+ 00019054  0x00004398 add  0x00000012 , 0x00000001 , 0x00000012 
+ 00019055  0x00004399 arg  0x00004668 , 0x00000011 
+ 00019056  0x0000439a arg  0x00000006 , 0x00000039 
+ 00019057  0x0000439b call  0x00006b45 
+ 00019058  0x0000439d add  0x00000012 , 0x00000007 , 0x00000012 
+ 00019059  0x0000439e arg  0x0000466e , 0x00000011 
+ 00019060  0x0000439f arg  0x00000006 , 0x00000039 
+ 00019061  0x000043a0 branch  0x00006b45 
+ 00019062  0x000043a3 fetch  0x00000004 , 0x00004691 
+ 00019063  0x000043a4 store  0x00000004 , 0x000045e8 
+ 00019064  0x000043a5 store  0x00000004 , 0x0000458f 
+ 00019065  0x000043a6 rtn 
+ 00019066  0x000043aa bpatch  0x00000045 , 0x00004008 
+ 00019067  0x000043ab setarg  0x00006109 
+ 00019068  0x000043ac store  0x00000002 , 0x000043e9 
+ 00019069  0x000043ad setarg  0x00004fe5 
+ 00019070  0x000043ae store  0x00000002 , 0x000045f2 
+ 00019071  0x000043af setarg  0x00004ff8 
+ 00019072  0x000043b0 store  0x00000002 , 0x000045f4 
+ 00019073  0x000043b1 setarg  0x00004f41 
+ 00019074  0x000043b2 store  0x00000002 , 0x000045f6 
+ 00019075  0x000043b3 setarg  0x00004be6 
+ 00019076  0x000043b4 store  0x00000002 , 0x000043d9 
+ 00019077  0x000043b6 setarg  0x00004f5d 
+ 00019078  0x000043b7 store  0x00000002 , 0x000043d7 
+ 00019079  0x000043b9 setarg  0x00004a9a 
+ 00019080  0x000043ba store  0x00000002 , 0x000043dd 
+ 00019081  0x000043bb setarg  0x00004bcc 
+ 00019082  0x000043bc store  0x00000002 , 0x000043db 
+ 00019083  0x000043bd setarg  0x00004f62 
+ 00019084  0x000043be store  0x00000002 , 0x000043d5 
+ 00019085  0x000043bf setarg  0x00005b08 
+ 00019086  0x000043c0 store  0x00000002 , 0x000043df 
+ 00019087  0x000043c1 setarg  0x00004b19 
+ 00019088  0x000043c2 store  0x00000002 , 0x000043e3 
+ 00019089  0x000043c3 setarg  0x000055fa 
+ 00019090  0x000043c4 store  0x00000002 , 0x000043e7 
+ 00019091  0x000043c5 setarg  0x000054c5 
+ 00019092  0x000043c6 store  0x00000002 , 0x000043d3 
+ 00019093  0x000043c7 setarg  0x00006221 
+ 00019094  0x000043c8 store  0x00000002 , 0x000043e1 
+ 00019095  0x000043c9 setarg  0x00006228 
+ 00019096  0x000043ca store  0x00000002 , 0x000043e5 
+ 00019097  0x000043cb rtn 
+ 00019098  0x000043d0 bpatch  0x00000046 , 0x00004008 
+ 00019099  0x000043d1 copy  0x00000013 , 0x0000003f 
+ 00019100  0x000043d3 beq  0x00000032 , 0x00004acb 
+ 00019101  0x000043d4 beq  0x00000044 , 0x00004ad3 
+ 00019102  0x000043d5 beq  0x00000040 , 0x00004add 
+ 00019103  0x000043d6 beq  0x00000015 , 0x00004ab8 
+ 00019104  0x000043d8 beq  0x00000014 , 0x00004aaa 
+ 00019105  0x000043d9 beq  0x00000010 , 0x00004b90 
+ 00019106  0x000043da beq  0x00000031 , 0x00005aed 
+ 00019107  0x000043db beq  0x00000029 , 0x00005aef 
+ 00019108  0x000043dd beq  0x0000003e , 0x00004329 
+ 00019109  0x000043de beq  0x00000044 , 0x00005b10 
+ 00019110  0x000043e0 beq  0x00000039 , 0x00004ae2 
+ 00019111  0x000043e1 beq  0x0000003c , 0x00004ae5 
+ 00019112  0x000043e2 beq  0x0000003a , 0x00004afe 
+ 00019113  0x000043e5 rtn 
+ 00019114  0x000043ec jam  0x00000000 , 0x0000477d 
+ 00019115  0x000043ee jam  0x00000001 , 0x00004794 
+ 00019116  0x000043ef call  0x00006042 
+ 00019117  0x000043f0 fetch  0x00000001 , 0x00004795 
+ 00019118  0x000043f1 nbranch  0x00004ab0 , 0x00000034 
+ 00019119  0x000043f2 jam  0x00000014 , 0x00004796 
+ 00019120  0x000043f4 fetch  0x00000002 , 0x000043f1 
+ 00019121  0x000043f5 set0  0x00000000 , 0x0000003f 
+ 00019122  0x000043f6 store  0x00000002 , 0x000043f1 
+ 00019123  0x000043f7 jam  0x00000000 , 0x00004845 
+ 00019124  0x000043f8 fetch  0x00000002 , 0x000047be 
+ 00019125  0x000043f9 store  0x00000002 , 0x000047c0 
+ 00019126  0x000043fa call  0x00005c0b 
+ 00019127  0x000043fb branch  0x00004bbd 
+ 00019128  0x000043ff setarg  0x00000000 
+ 00019129  0x00004400 store  0x00000002 , 0x000047c0 
+ 00019130  0x00004401 store  0x00000001 , 0x00004860 
+ 00019131  0x00004402 store  0x00000001 , 0x00004861 
+ 00019132  0x00004403 store  0x00000001 , 0x00004794 
+ 00019133  0x00004405 jam  0x00000000 , 0x000047c2 
+ 00019134  0x00004406 jam  0x00000000 , 0x00004956 
+ 00019135  0x00004407 call  0x000029cb 
+ 00019136  0x00004408 branch  0x00004ac1 
+ 00019137  0x0000440a call  0x00005b7b 
+ 00019138  0x0000440b fetch  0x00000002 , 0x000043ef 
+ 00019139  0x0000440c bbit1  0x00000007 , 0x00004ac6 
+ 00019140  0x0000440d bbit1  0x00000000 , 0x000042fc 
+ 00019141  0x0000440e branch  0x00004b95 
+ 00019142  0x00004410 call  0x00005b21 
+ 00019143  0x00004411 fetch  0x00000002 , 0x000043ef 
+ 00019144  0x00004412 bbit1  0x00000000 , 0x000042fc 
+ 00019145  0x00004413 call  0x00007d7c 
+ 00019146  0x00004414 branch  0x00004f6c 
+ 00019147  0x00004418 fetch  0x00000001 , 0x00004795 
+ 00019148  0x00004419 beq  0x00000001 , 0x00004ad0 
+ 00019149  0x0000441a jam  0x00000014 , 0x00004844 
+ 00019150  0x0000441b jam  0x00000005 , 0x00004862 
+ 00019151  0x0000441c branch  0x00005af6 
+ 00019152  0x0000441e call  0x00005aef 
+ 00019153  0x0000441f jam  0x00000005 , 0x00004844 
+ 00019154  0x00004420 branch  0x00005af6 
+ 00019155  0x00004423 fetch  0x00000001 , 0x000001a2 
+ 00019156  0x00004424 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00019157  0x00004425 nbranch  0x00005b06 , 0x00000002 
+ 00019158  0x00004426 fetch  0x00000001 , 0x000001a4 
+ 00019159  0x00004427 fetcht  0x00000001 , 0x0000496b 
+ 00019160  0x00004428 isub  0x00000002 , 0x0000003e 
+ 00019161  0x00004429 branch  0x00005b1d , 0x00000002 
+ 00019162  0x0000442a fetch  0x00000001 , 0x000001a4 
+ 00019163  0x0000442b store  0x00000001 , 0x000040c0 
+ 00019164  0x0000442c branch  0x00005b1f 
+ 00019165  0x0000442f fetch  0x00000001 , 0x00004860 
+ 00019166  0x00004430 nrtn  0x00000034 
+ 00019167  0x00004431 jam  0x00000001 , 0x00004860 
+ 00019168  0x00004432 jam  0x0000001e , 0x00004861 
+ 00019169  0x00004433 rtn 
+ 00019170  0x00004436 call  0x00004af9 
+ 00019171  0x00004437 call  0x00005c0b 
+ 00019172  0x00004438 branch  0x00006086 
+ 00019173  0x0000443b call  0x00004af9 
+ 00019174  0x0000443c fetch  0x00000004 , 0x0000458f 
+ 00019175  0x0000443d store  0x00000004 , 0x000045e8 
+ 00019176  0x0000443e store  0x00000004 , 0x00004691 
+ 00019177  0x0000443f call  0x0000355a 
+ 00019178  0x00004440 call  0x0000618e 
+ 00019179  0x00004441 call  0x00005c0b 
+ 00019180  0x00004442 branch  0x00006075 
+ 00019181  0x00004445 jam  0x00000002 , 0x0000485f 
+ 00019182  0x00004446 call  0x00004f3e 
+ 00019183  0x00004447 jam  0x00000003 , 0x0000472c 
+ 00019184  0x00004448 rtn 
+ 00019185  0x0000444b arg  0x00000006 , 0x00000039 
+ 00019186  0x0000444c arg  0x00004858 , 0x00000006 
+ 00019187  0x0000444e ifetch  0x00000001 , 0x00000006 
+ 00019188  0x0000444f beq  0x00000053 , 0x00004af9 
+ 00019189  0x00004450 beq  0x00000039 , 0x00004af9 
+ 00019190  0x00004451 beq  0x00000047 , 0x00004af9 
+ 00019191  0x00004452 loop  0x00004af3 
+ 00019192  0x00004453 rtn 
+ 00019193  0x00004456 jam  0x00000003 , 0x000049ab 
+ 00019194  0x00004457 jam  0x00000001 , 0x000048f4 
+ 00019195  0x00004458 rtn 
+ 00019196  0x0000445b jam  0x00000001 , 0x000049a9 
+ 00019197  0x0000445c rtn 
+ 00019198  0x00004460 fetch  0x00000001 , 0x00004600 
+ 00019199  0x00004461 nbranch  0x00004b11 , 0x00000034 
+ 00019200  0x00004462 fetch  0x00000001 , 0x000045e2 
+ 00019201  0x00004463 beq  0x00000002 , 0x00004b0a 
+ 00019202  0x00004464 beq  0x00000003 , 0x00004b04 
+ 00019203  0x00004465 branch  0x00004b04 
+ 00019204  0x00004468 call  0x00006018 
+ 00019205  0x00004469 fetch  0x00000001 , 0x0000477f 
+ 00019206  0x0000446a nbranch  0x00005f1b , 0x00000034 
+ 00019207  0x0000446b fetch  0x00000001 , 0x00004666 
+ 00019208  0x0000446c beq  0x00000000 , 0x00004f6c 
+ 00019209  0x0000446d rtn 
+ 00019210  0x00004470 fetch  0x00000008 , 0x00004713 
+ 00019211  0x00004471 bbit1  0x0000003e , 0x00006034 
+ 00019212  0x00004472 bbit1  0x00000030 , 0x00006034 
+ 00019213  0x00004473 bbit0  0x0000003a , 0x00006067 
+ 00019214  0x00004474 fetch  0x00000004 , 0x00004691 
+ 00019215  0x00004475 branch  0x00004e39 , 0x00000034 
+ 00019216  0x00004476 branch  0x00006067 
+ 00019217  0x00004479 jam  0x00000000 , 0x00004600 
+ 00019218  0x0000447a call  0x00003647 
+ 00019219  0x0000447b setarg  0xffffffff 
+ 00019220  0x0000447c store  0x00000008 , 0x000045af 
+ 00019221  0x0000447d setarg  0x00000000 
+ 00019222  0x0000447e store  0x00000007 , 0x00004846 
+ 00019223  0x0000447f jam  0x00000001 , 0x0000473f 
+ 00019224  0x00004480 branch  0x00004f9a 
+ 00019225  0x00004486 bpatch  0x00000047 , 0x00004008 
+ 00019226  0x00004487 call  0x0000553d 
+ 00019227  0x00004488 call  0x00004b4f 
+ 00019228  0x00004489 call  0x0000614d 
+ 00019229  0x0000448b call  0x0000328e 
+ 00019230  0x0000448c call  0x00003531 
+ 00019231  0x0000448d call  0x00005fdd 
+ 00019232  0x0000448e call  0x00004b62 
+ 00019233  0x0000448f call  0x00004b68 
+ 00019234  0x00004493 call  0x00004b43 
+ 00019235  0x00004495 call  0x00004b58 
+ 00019236  0x00004496 call  0x00005be1 
+ 00019237  0x00004497 call  0x00004b5c 
+ 00019238  0x00004498 call  0x00005be4 
+ 00019239  0x00004499 call  0x00004b5f 
+ 00019240  0x0000449a call  0x00004b55 
+ 00019241  0x0000449c call  0x00005bfe 
+ 00019242  0x0000449d call  0x000056b6 
+ 00019243  0x0000449e call  0x00004b48 
+ 00019244  0x0000449f call  0x00004b72 
+ 00019245  0x000044a0 call  0x00004b82 
+ 00019246  0x000044a1 call  0x00004b87 
+ 00019247  0x000044a2 fetch  0x00000001 , 0x00004666 
+ 00019248  0x000044a3 beq  0x00000000 , 0x00004b8a 
+ 00019249  0x000044a4 branch  0x00005c05 
+ 00019250  0x000044a8 fetch  0x00000001 , 0x00004980 
+ 00019251  0x000044a9 rtnne  0x00000001 
+ 00019252  0x000044aa arg  0x00004981 , 0x00000013 
+ 00019253  0x000044ab arg  0x00005a94 , 0x00000012 
+ 00019254  0x000044ac branch  0x000042e0 
+ 00019255  0x000044af fetch  0x00000002 , 0x000048fa 
+ 00019256  0x000044b0 fetcht  0x00000002 , 0x000049ff 
+ 00019257  0x000044b1 isub  0x00000002 , 0x0000003e 
+ 00019258  0x000044b2 branch  0x00004b3f , 0x00000005 
+ 00019259  0x000044b3 byteswap  0x00000002 , 0x00000002 
+ 00019260  0x000044b4 isub  0x00000002 , 0x0000003e 
+ 00019261  0x000044b5 branch  0x00004b3f , 0x00000005 
+ 00019262  0x000044b6 branch  0x00005bba 
+ 00019263  0x000044b9 fetch  0x00000001 , 0x00004980 
+ 00019264  0x000044ba rtneq  0x00000001 
+ 00019265  0x000044bb jam  0x00000001 , 0x00004980 
+ 00019266  0x000044bc rtn 
+ 00019267  0x000044c0 arg  0x00004790 , 0x00000013 
+ 00019268  0x000044c1 arg  0x00004b46 , 0x00000012 
+ 00019269  0x000044c2 branch  0x000042e7 
+ 00019270  0x000044c5 call  0x00004bbd 
+ 00019271  0x000044c6 branch  0x00004f6c 
+ 00019272  0x000044cc arg  0x000046f3 , 0x00000013 
+ 00019273  0x000044cd arg  0x00004b4b , 0x00000012 
+ 00019274  0x000044ce branch  0x000042e0 
+ 00019275  0x000044d1 call  0x00004a56 
+ 00019276  0x000044d2 fetch  0x00000001 , 0x00004793 
+ 00019277  0x000044d3 nbranch  0x00005ed1 , 0x00000034 
+ 00019278  0x000044d4 rtn 
+ 00019279  0x000044d7 fetch  0x00000001 , 0x00004637 
+ 00019280  0x000044d8 branch  0x00004b53 , 0x00000034 
+ 00019281  0x000044d9 jam  0x0000003a , 0x00004631 
+ 00019282  0x000044da rtn 
+ 00019283  0x000044dc jam  0x00000035 , 0x00004631 
+ 00019284  0x000044dd rtn 
+ 00019285  0x000044e1 arg  0x00004862 , 0x00000013 
+ 00019286  0x000044e2 arg  0x0000502f , 0x00000012 
+ 00019287  0x000044e3 branch  0x000042e0 
+ 00019288  0x000044e6 arg  0x00004845 , 0x00000013 
+ 00019289  0x000044e7 arg  0x00005bd9 , 0x00000012 
+ 00019290  0x000044e8 call  0x000042e0 
+ 00019291  0x000044e9 branch  0x00005bd6 
+ 00019292  0x000044ec fetch  0x00000008 , 0x00004713 
+ 00019293  0x000044ed rtnbit1  0x0000003b 
+ 00019294  0x000044ee branch  0x00005bee 
+ 00019295  0x000044f1 arg  0x00004861 , 0x00000013 
+ 00019296  0x000044f2 arg  0x00005aef , 0x00000012 
+ 00019297  0x000044f3 branch  0x000042e0 
+ 00019298  0x000044f6 fetch  0x00000001 , 0x000049a9 
+ 00019299  0x000044f7 rtn  0x00000034 
+ 00019300  0x000044f8 jam  0x00000000 , 0x000049a9 
+ 00019301  0x000044f9 jam  0x00000001 , 0x000048f4 
+ 00019302  0x000044fa call  0x00003625 
+ 00019303  0x000044fb branch  0x00004fa0 
+ 00019304  0x000044fe arg  0x000049ac , 0x00000013 
+ 00019305  0x000044ff arg  0x00004b6b , 0x00000012 
+ 00019306  0x00004500 branch  0x000042e0 
+ 00019307  0x00004503 jam  0x00000000 , 0x000049ab 
+ 00019308  0x00004504 rtn 
+ 00019309  0x0000450b call  0x000061ea 
+ 00019310  0x0000450c call  0x00004b7c 
+ 00019311  0x0000450e fetcht  0x00000001 , 0x00004868 
+ 00019312  0x0000450f branch  0x00006ef3 
+ 00019313  0x00004511 rtn 
+ 00019314  0x00004515 fetch  0x00000001 , 0x00004866 
+ 00019315  0x00004516 rtneq  0x000000ff 
+ 00019316  0x00004517 fetch  0x00000002 , 0x00004781 
+ 00019317  0x00004518 rtn  0x00000034 
+ 00019318  0x00004519 fetch  0x00000002 , 0x00004725 
+ 00019319  0x0000451a fetcht  0x00000002 , 0x00004781 
+ 00019320  0x0000451b isub  0x00000002 , 0x00000002 
+ 00019321  0x0000451c fetch  0x00000002 , 0x00004869 
+ 00019322  0x0000451d isub  0x00000002 , 0x0000003f 
+ 00019323  0x0000451e branch  0x00004b7e , 0x00000002 
+ 00019324  0x00004520 fetcht  0x00000001 , 0x00004866 
+ 00019325  0x00004521 branch  0x00006ef3 
+ 00019326  0x00004526 fetch  0x00000001 , 0x000049aa 
+ 00019327  0x00004527 bbit0  0x00000001 , 0x00004b7c 
+ 00019328  0x00004528 fetcht  0x00000001 , 0x00004866 
+ 00019329  0x00004529 branch  0x00006ef7 
+ 00019330  0x0000452c arg  0x000048ee , 0x00000013 
+ 00019331  0x0000452d arg  0x00004b85 , 0x00000012 
+ 00019332  0x0000452e branch  0x000042e7 
+ 00019333  0x00004531 jam  0x00000001 , 0x000048eb 
+ 00019334  0x00004532 branch  0x00004327 
+ 00019335  0x00004535 arg  0x000049c4 , 0x00000013 
+ 00019336  0x00004536 arg  0x00004d9e , 0x00000012 
+ 00019337  0x00004537 branch  0x000042e0 
+ 00019338  0x0000453b arg  0x00004781 , 0x00000013 
+ 00019339  0x0000453c arg  0x00004b8d , 0x00000012 
+ 00019340  0x0000453d branch  0x000042e7 
+ 00019341  0x00004540 fetch  0x00000001 , 0x00004666 
+ 00019342  0x00004541 beq  0x00000000 , 0x00004b11 
+ 00019343  0x00004542 branch  0x00005aad 
+ 00019344  0x00004546 isolate1  0x00000026 , 0x00000000 
+ 00019345  0x00004547 call  0x00006018 , 0x00000001 
+ 00019346  0x00004548 call  0x00005aad 
+ 00019347  0x00004549 call  0x00005b21 
+ 00019348  0x0000454a branch  0x00004b95 
+ 00019349  0x0000454d bpatch  0x00000048 , 0x00004009 
+ 00019350  0x0000454e call  0x000061ab 
+ 00019351  0x0000454f fetch  0x00000002 , 0x000044e9 
+ 00019352  0x00004550 isolate1  0x0000000b , 0x0000003f 
+ 00019353  0x00004551 call  0x00005c3e , 0x00000001 
+ 00019354  0x00004553 setarg  0x00000000 
+ 00019355  0x00004554 store  0x00000002 , 0x000047c0 
+ 00019356  0x00004555 call  0x00004b7c 
+ 00019357  0x00004556 jam  0x000000ff , 0x000049c6 
+ 00019358  0x00004558 fetch  0x00000002 , 0x000044e9 
+ 00019359  0x00004559 isolate1  0x0000000b , 0x0000003f 
+ 00019360  0x0000455a call  0x00005c3e , 0x00000001 
+ 00019361  0x0000455b call  0x00005aa8 
+ 00019362  0x0000455c fetch  0x00000002 , 0x000044e9 
+ 00019363  0x0000455d bbit1  0x0000000b , 0x00004bac 
+ 00019364  0x0000455e fetch  0x00000008 , 0x00004713 
+ 00019365  0x0000455f bbit0  0x00000008 , 0x00004bac 
+ 00019366  0x00004560 fetcht  0x00000002 , 0x00004695 
+ 00019367  0x00004561 increase  0x00000001 , 0x00000002 
+ 00019368  0x00004562 storet  0x00000002 , 0x00004695 
+ 00019369  0x00004563 storet  0x00000002 , 0x000042dc 
+ 00019370  0x00004564 random  0x0000003f 
+ 00019371  0x00004565 store  0x00000001 , 0x000042db 
+ 00019372  0x00004567 fetch  0x00000003 , 0x00004797 
+ 00019373  0x00004568 store  0x00000003 , 0x000042de 
+ 00019374  0x00004569 call  0x0000432d 
+ 00019375  0x0000456a fetch  0x00000002 , 0x00004638 
+ 00019376  0x0000456b store  0x00000002 , 0x00004790 
+ 00019377  0x0000456c setarg  0x00000000 
+ 00019378  0x0000456d store  0x00000002 , 0x00004781 
+ 00019379  0x0000456e store  0x00000002 , 0x000047c0 
+ 00019380  0x0000456f store  0x00000001 , 0x00004845 
+ 00019381  0x00004570 store  0x00000001 , 0x00004792 
+ 00019382  0x00004571 store  0x00000001 , 0x00004956 
+ 00019383  0x00004572 arg  0x00000002 , 0x00000007 
+ 00019384  0x00004573 call  0x00005f00 
+ 00019385  0x00004574 call  0x00005ef4 
+ 00019386  0x00004575 branch  0x00005b62 
+ 00019387  0x00004579 jam  0x00000000 , 0x00004637 
+ 00019388  0x0000457a branch  0x0000616e 
+ 00019389  0x0000457d bpatch  0x00000049 , 0x00004009 
+ 00019390  0x0000457e setarg  0x00000000 
+ 00019391  0x0000457f store  0x00000002 , 0x00004790 
+ 00019392  0x00004580 arg  0x00000006 , 0x00000007 
+ 00019393  0x00004581 call  0x00005f04 
+ 00019394  0x00004582 jam  0x00000000 , 0x00004792 
+ 00019395  0x00004583 call  0x00005c3e 
+ 00019396  0x00004584 branch  0x00004b6d 
+ 00019397  0x00004588 bpatch  0x0000004a , 0x00004009 
+ 00019398  0x00004589 fetch  0x00000008 , 0x00004713 
+ 00019399  0x0000458a rtnbit0  0x00000002 
+ 00019400  0x0000458b arg  0x00000002 , 0x00000007 
+ 00019401  0x0000458c call  0x00005f04 
+ 00019402  0x0000458d call  0x00005c4a 
+ 00019403  0x0000458e branch  0x00005c48 
+ 00019404  0x00004592 bpatch  0x0000004b , 0x00004009 
+ 00019405  0x00004593 call  0x0000620e 
+ 00019406  0x00004594 branch  0x000078aa 
+ 00019407  0x00004599 bpatch  0x0000004c , 0x00004009 
+ 00019408  0x0000459a fetch  0x00000008 , 0x00004713 
+ 00019409  0x0000459b bbit0  0x00000015 , 0x00004bdc 
+ 00019410  0x0000459c call  0x00006f82 
+ 00019411  0x0000459d call  0x00006fb0 
+ 00019412  0x0000459e store  0x00000002 , 0x00004633 
+ 00019413  0x000045a0 fetch  0x00000002 , 0x0000440a 
+ 00019414  0x000045a1 isub  0x00000002 , 0x0000003e 
+ 00019415  0x000045a2 branch  0x00004bcf , 0x00000002 
+ 00019416  0x000045a3 arg  0x0000462d , 0x00000011 
+ 00019417  0x000045a4 call  0x00005563 
+ 00019418  0x000045a5 fetch  0x00000001 , 0x0000440c 
+ 00019419  0x000045a6 bbit1  0x00000001 , 0x00004f6b 
+ 00019420  0x000045a9 fetch  0x00000001 , 0x000049a4 
+ 00019421  0x000045aa call  0x00004e24 , 0x00000034 
+ 00019422  0x000045ab fetch  0x00000001 , 0x000049a3 
+ 00019423  0x000045ac nrtn  0x00000034 
+ 00019424  0x000045ad fetch  0x00000001 , 0x00004666 
+ 00019425  0x000045ae beq  0x00000000 , 0x0000602f 
+ 00019426  0x000045af call  0x00005aa8 
+ 00019427  0x000045b0 fetch  0x00000006 , 0x00004668 
+ 00019428  0x000045b1 branch  0x00005a94 , 0x00000034 
+ 00019429  0x000045b2 branch  0x000054a0 
+ 00019430  0x000045bf bpatch  0x0000004d , 0x00004009 
+ 00019431  0x000045c0 call  0x00002a28 
+ 00019432  0x000045c1 nrtn  0x00000034 
+ 00019433  0x000045c2 fetch  0x00000001 , 0x0000478f 
+ 00019434  0x000045c3 beq  0x000000ff , 0x00004bee 
+ 00019435  0x000045c4 fetch  0x00000001 , 0x00004843 
+ 00019436  0x000045c5 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00019437  0x000045c6 rtnne  0x00000003 
+ 00019438  0x000045c8 fetch  0x00000008 , 0x00004713 
+ 00019439  0x000045c9 bbit1  0x00000001 , 0x00005b5b 
+ 00019440  0x000045ca bbit1  0x00000000 , 0x00005b5b 
+ 00019441  0x000045cb bbit1  0x00000005 , 0x00005b5b 
+ 00019442  0x000045cc bbit1  0x00000006 , 0x00005b5b 
+ 00019443  0x000045cd call  0x00004e47 
+ 00019444  0x000045ce nrtn  0x00000028 
+ 00019445  0x000045cf call  0x00005abc 
+ 00019446  0x000045d0 call  0x000056b1 
+ 00019447  0x000045d1 fetch  0x00000008 , 0x00004713 
+ 00019448  0x000045d2 bbit0  0x00000016 , 0x00005b3c 
+ 00019449  0x000045d3 fetch  0x00000001 , 0x0000496c 
+ 00019450  0x000045d4 branch  0x00005b3d 
+ 00019451  0x000045dc fetch  0x00000001 , 0x000043cb 
+ 00019452  0x000045dd rtnne  0x0000000f 
+ 00019453  0x000045de call  0x00004c00 
+ 00019454  0x000045df call  0x00004c8b 
+ 00019455  0x000045e0 branch  0x00004df5 
+ 00019456  0x000045e8 bpatch  0x0000004e , 0x00004009 
+ 00019457  0x000045e9 call  0x00004c85 
+ 00019458  0x000045ea setarg  0x00000000 
+ 00019459  0x000045eb store  0x00000002 , 0x000048e9 
+ 00019460  0x000045ec arg  0x0000489c , 0x00000006 
+ 00019461  0x000045ed arg  0x000048b0 , 0x00000005 
+ 00019462  0x000045ee arg  0x00000014 , 0x00000039 
+ 00019463  0x000045ef call  0x00007cda 
+ 00019464  0x000045f0 setarg  0x0000489c 
+ 00019465  0x000045f1 store  0x00000002 , 0x000048e3 
+ 00019466  0x000045f2 setarg  0x000048d8 
+ 00019467  0x000045f3 store  0x00000002 , 0x000048e5 
+ 00019468  0x000045f4 call  0x00004c2f 
+ 00019469  0x000045f5 call  0x00004c53 
+ 00019470  0x000045f6 call  0x00004c83 
+ 00019471  0x000045f8 fetch  0x00000002 , 0x0000489a 
+ 00019472  0x000045f9 copy  0x0000003f , 0x00000012 
+ 00019473  0x000045fa jam  0x00000000 , 0x000048e8 
+ 00019474  0x000045fc ifetcht  0x00000001 , 0x00000012 
+ 00019475  0x000045fd fetch  0x00000002 , 0x00004898 
+ 00019476  0x000045fe copy  0x0000003f , 0x00000011 
+ 00019477  0x000045ff copy  0x00000011 , 0x00000013 
+ 00019478  0x00004600 arg  0x00000014 , 0x00000039 
+ 00019479  0x00004602 ifetch  0x00000001 , 0x00000011 
+ 00019480  0x00004603 isub  0x00000002 , 0x0000003e 
+ 00019481  0x00004604 branch  0x00004c23 , 0x00000005 
+ 00019482  0x00004605 increase  0x00000001 , 0x00000011 
+ 00019483  0x00004606 loop  0x00004c17 
+ 00019484  0x00004608 increase  0x00000001 , 0x00000012 
+ 00019485  0x00004609 fetch  0x00000001 , 0x000048e8 
+ 00019486  0x0000460a increase  0x00000001 , 0x0000003f 
+ 00019487  0x0000460b store  0x00000001 , 0x000048e8 
+ 00019488  0x0000460c sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00019489  0x0000460d branch  0x00004c12 , 0x00000002 
+ 00019490  0x0000460f rtn 
+ 00019491  0x00004612 fetch  0x00000002 , 0x000048e3 
+ 00019492  0x00004613 copy  0x0000003f , 0x00000005 
+ 00019493  0x00004614 copy  0x00000011 , 0x0000003f 
+ 00019494  0x00004615 isub  0x00000013 , 0x0000003f 
+ 00019495  0x00004616 iadd  0x00000005 , 0x00000005 
+ 00019496  0x00004617 fetch  0x00000002 , 0x000048e5 
+ 00019497  0x00004618 copy  0x0000003f , 0x00000013 
+ 00019498  0x00004619 fetch  0x00000001 , 0x000048e8 
+ 00019499  0x0000461a iadd  0x00000013 , 0x00000013 
+ 00019500  0x0000461b ifetch  0x00000001 , 0x00000013 
+ 00019501  0x0000461c istore  0x00000001 , 0x00000005 
+ 00019502  0x0000461d branch  0x00004c1c 
+ 00019503  0x00004620 bpatch  0x0000004f , 0x00004009 
+ 00019504  0x00004621 call  0x00004c83 
+ 00019505  0x00004622 call  0x00004c81 
+ 00019506  0x00004624 fetch  0x00000002 , 0x000048e9 
+ 00019507  0x00004625 increase  0x00000001 , 0x0000003f 
+ 00019508  0x00004626 store  0x00000002 , 0x000048e9 
+ 00019509  0x00004627 bbit1  0x00000009 , 0x00004c71 
+ 00019510  0x00004628 fetcht  0x00000001 , 0x00004864 
+ 00019511  0x00004629 call  0x00006ee6 
+ 00019512  0x0000462a nbranch  0x00004c32 , 0x00000001 
+ 00019513  0x0000462b nop  0x00000014 
+ 00019514  0x0000462c call  0x00004c79 
+ 00019515  0x0000462d call  0x00004c85 
+ 00019516  0x0000462e jam  0x00000000 , 0x000048e8 
+ 00019517  0x00004630 call  0x00004c7b 
+ 00019518  0x00004631 call  0x00004c46 
+ 00019519  0x00004632 call  0x00004c79 
+ 00019520  0x00004633 call  0x00004c46 
+ 00019521  0x00004634 sub  0x0000003f , 0x00000009 , 0x0000003e 
+ 00019522  0x00004635 branch  0x00004c3d , 0x00000002 
+ 00019523  0x00004636 call  0x00004c7b 
+ 00019524  0x00004637 call  0x00004c46 
+ 00019525  0x00004638 branch  0x00004c79 
+ 00019526  0x0000463b jam  0x00000000 , 0x000048e7 
+ 00019527  0x0000463c nop  0x00000032 
+ 00019528  0x0000463d call  0x00004c65 
+ 00019529  0x0000463e fetch  0x00000002 , 0x000048e5 
+ 00019530  0x00004640 copy  0x0000003f , 0x00000005 
+ 00019531  0x00004641 fetch  0x00000001 , 0x000048e8 
+ 00019532  0x00004642 iadd  0x00000005 , 0x00000005 
+ 00019533  0x00004643 fetch  0x00000001 , 0x000048e7 
+ 00019534  0x00004644 istore  0x00000001 , 0x00000005 
+ 00019535  0x00004645 fetch  0x00000001 , 0x000048e8 
+ 00019536  0x00004646 increase  0x00000001 , 0x0000003f 
+ 00019537  0x00004647 store  0x00000001 , 0x000048e8 
+ 00019538  0x00004648 rtn 
+ 00019539  0x0000464c nop  0x00000014 
+ 00019540  0x0000464d fetch  0x00000002 , 0x00004898 
+ 00019541  0x0000464e copy  0x0000003f , 0x00000012 
+ 00019542  0x0000464f jam  0x00000000 , 0x000048e8 
+ 00019543  0x00004651 jam  0x00000000 , 0x000048e7 
+ 00019544  0x00004652 ifetcht  0x00000001 , 0x00000012 
+ 00019545  0x00004653 isolate1  0x00000007 , 0x00000002 
+ 00019546  0x00004654 branch  0x00004c5f , 0x00000001 
+ 00019547  0x00004655 call  0x00006ef7 
+ 00019548  0x00004656 call  0x00004c65 
+ 00019549  0x00004657 ifetcht  0x00000001 , 0x00000012 
+ 00019550  0x00004658 call  0x00006f0f 
+ 00019551  0x0000465a increase  0x00000001 , 0x00000012 
+ 00019552  0x0000465b fetch  0x00000002 , 0x000048e3 
+ 00019553  0x0000465c call  0x00004c4a 
+ 00019554  0x0000465d sub  0x0000003f , 0x00000013 , 0x0000003e 
+ 00019555  0x0000465e branch  0x00004c57 , 0x00000002 
+ 00019556  0x0000465f rtn 
+ 00019557  0x00004663 fetch  0x00000002 , 0x00004896 
+ 00019558  0x00004664 copy  0x0000003f , 0x00000013 
+ 00019559  0x00004665 arg  0x00000008 , 0x00000039 
+ 00019560  0x00004668 ifetcht  0x00000001 , 0x00000013 
+ 00019561  0x00004669 call  0x00006ee6 
+ 00019562  0x0000466a fetch  0x00000001 , 0x000048e7 
+ 00019563  0x0000466b rshift  0x0000003f , 0x0000003f 
+ 00019564  0x0000466c setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00019565  0x0000466d store  0x00000001 , 0x000048e7 
+ 00019566  0x0000466e increase  0x00000001 , 0x00000013 
+ 00019567  0x0000466f loop  0x00004c68 
+ 00019568  0x00004670 rtn 
+ 00019569  0x00004672 fetcht  0x00000001 , 0x00004865 
+ 00019570  0x00004673 call  0x00006ef7 
+ 00019571  0x00004674 nop  0x00000014 
+ 00019572  0x00004675 fetcht  0x00000001 , 0x00004865 
+ 00019573  0x00004676 call  0x00006ef3 
+ 00019574  0x00004677 nop  0x00001770 
+ 00019575  0x00004678 rtn 
+ 00019576  0x00004679 branch  0x00004c00 
+ 00019577  0x0000467b fetcht  0x00000001 , 0x00004864 
+ 00019578  0x0000467c branch  0x00006ef3 
+ 00019579  0x0000467f fetcht  0x00000001 , 0x00004864 
+ 00019580  0x00004680 branch  0x00006ef7 
+ 00019581  0x00004682 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00019582  0x00004683 rtn  0x00000005 
+ 00019583  0x00004684 set0  0x00000007 , 0x00000002 
+ 00019584  0x00004685 branch  0x00006edd 
+ 00019585  0x00004687 fetcht  0x00000001 , 0x00004864 
+ 00019586  0x00004688 branch  0x00006edd 
+ 00019587  0x0000468b fetcht  0x00000001 , 0x00004863 
+ 00019588  0x0000468c branch  0x00006ef3 
+ 00019589  0x0000468f fetcht  0x00000001 , 0x00004863 
+ 00019590  0x00004690 branch  0x00006ef7 
+ 00019591  0x0000469c jam  0x00000000 , 0x000048eb 
+ 00019592  0x0000469d fetch  0x00000002 , 0x000048ec 
+ 00019593  0x0000469e store  0x00000002 , 0x000048ee 
+ 00019594  0x0000469f rtn 
+ 00019595  0x000046a3 bpatch  0x00000050 , 0x0000400a 
+ 00019596  0x000046a4 arg  0x0000489c , 0x00000011 
+ 00019597  0x000046a5 arg  0x000048b0 , 0x00000012 
+ 00019598  0x000046a6 arg  0x00000014 , 0x00000039 
+ 00019599  0x000046a7 call  0x00007d64 
+ 00019600  0x000046a8 nbranch  0x00004c87 , 0x00000005 
+ 00019601  0x000046a9 call  0x00004cc5 
+ 00019602  0x000046aa call  0x00004c87 , 0x00000034 
+ 00019603  0x000046ac call  0x00004ccd 
+ 00019604  0x000046ad fetch  0x00000001 , 0x0000497b 
+ 00019605  0x000046ae nrtn  0x00000034 
+ 00019606  0x000046af fetch  0x00000001 , 0x000049c1 
+ 00019607  0x000046b0 rtneq  0x00000001 
+ 00019608  0x000046b1 rtneq  0x00000002 
+ 00019609  0x000046b2 rtneq  0x00000004 
+ 00019610  0x000046b5 jam  0x00000000 , 0x000048e8 
+ 00019611  0x000046b6 arg  0x0000489c , 0x00000011 
+ 00019612  0x000046b7 arg  0x000048c4 , 0x00000012 
+ 00019613  0x000046b9 ifetcht  0x00000001 , 0x00000011 
+ 00019614  0x000046ba ifetch  0x00000001 , 0x00000012 
+ 00019615  0x000046bb ixor  0x00000002 , 0x0000003f 
+ 00019616  0x000046bc branch  0x00004cbd , 0x00000034 
+ 00019617  0x000046bd store  0x00000001 , 0x000048e7 
+ 00019618  0x000046be storet  0x00000001 , 0x000048f6 
+ 00019619  0x000046bf istoret  0x00000001 , 0x00000012 
+ 00019620  0x000046c0 jam  0x00000001 , 0x000048f4 
+ 00019621  0x000046c1 jam  0x00000000 , 0x000048f7 
+ 00019622  0x000046c3 fetch  0x00000001 , 0x000048e7 
+ 00019623  0x000046c4 bbit0  0x00000000 , 0x00004cb3 
+ 00019624  0x000046c5 fetch  0x00000001 , 0x000048e8 
+ 00019625  0x000046c6 mul32  0x0000003f , 0x00000008 , 0x0000003f 
+ 00019626  0x000046c7 fetcht  0x00000001 , 0x000048f7 
+ 00019627  0x000046c8 iadd  0x00000002 , 0x0000003f 
+ 00019628  0x000046c9 arg  0x00004901 , 0x00000006 
+ 00019629  0x000046ca iadd  0x00000006 , 0x00000006 
+ 00019630  0x000046cb ifetch  0x00000001 , 0x00000006 
+ 00019631  0x000046cc store  0x00000001 , 0x000048f5 
+ 00019632  0x000046cd call  0x00004cfc 
+ 00019633  0x000046ce call  0x00004d3a 
+ 00019634  0x000046cf call  0x00004dbb 
+ 00019635  0x000046d1 fetch  0x00000001 , 0x000048e7 
+ 00019636  0x000046d2 rshift  0x0000003f , 0x0000003f 
+ 00019637  0x000046d3 store  0x00000001 , 0x000048e7 
+ 00019638  0x000046d4 fetch  0x00000001 , 0x000048f6 
+ 00019639  0x000046d5 rshift  0x0000003f , 0x0000003f 
+ 00019640  0x000046d6 store  0x00000001 , 0x000048f6 
+ 00019641  0x000046d7 fetch  0x00000001 , 0x000048f7 
+ 00019642  0x000046d8 increase  0x00000001 , 0x0000003f 
+ 00019643  0x000046d9 store  0x00000001 , 0x000048f7 
+ 00019644  0x000046da loop  0x00004ca6 
+ 00019645  0x000046dc increase  0x00000001 , 0x00000011 
+ 00019646  0x000046dd increase  0x00000001 , 0x00000012 
+ 00019647  0x000046de fetch  0x00000001 , 0x000048e8 
+ 00019648  0x000046df increase  0x00000001 , 0x0000003f 
+ 00019649  0x000046e0 store  0x00000001 , 0x000048e8 
+ 00019650  0x000046e1 sub  0x0000003f , 0x00000013 , 0x0000003e 
+ 00019651  0x000046e2 branch  0x00004c9d , 0x00000002 
+ 00019652  0x000046e3 rtn 
+ 00019653  0x000046e6 fetch  0x00000008 , 0x0000489c 
+ 00019654  0x000046e7 nrtn  0x00000034 
+ 00019655  0x000046e8 fetch  0x00000008 , 0x000048a4 
+ 00019656  0x000046e9 nrtn  0x00000034 
+ 00019657  0x000046ea fetch  0x00000004 , 0x000048ac 
+ 00019658  0x000046eb nrtn  0x00000034 
+ 00019659  0x000046ec jam  0x00000000 , 0x000049c1 
+ 00019660  0x000046ed rtn 
+ 00019661  0x000046f2 bpatch  0x00000051 , 0x0000400a 
+ 00019662  0x000046f3 jam  0x00000000 , 0x0000497b 
+ 00019663  0x000046f4 jam  0x00000000 , 0x000048f1 
+ 00019664  0x000046f5 arg  0x0000489c , 0x00000011 
+ 00019665  0x000046f6 arg  0x00000014 , 0x00000039 
+ 00019666  0x000046f8 jam  0x00000000 , 0x000048f0 
+ 00019667  0x000046f9 ifetch  0x00000001 , 0x00000011 
+ 00019668  0x000046fa branch  0x00004cf7 , 0x00000034 
+ 00019669  0x000046fc fetcht  0x00000001 , 0x000048f0 
+ 00019670  0x000046fd increase  0x00000001 , 0x00000002 
+ 00019671  0x000046fe storet  0x00000001 , 0x000048f0 
+ 00019672  0x000046ff copy  0x0000003f , 0x00000002 
+ 00019673  0x00004700 increase  0xffffffff , 0x0000003f 
+ 00019674  0x00004701 iand  0x00000002 , 0x0000003f 
+ 00019675  0x00004702 nbranch  0x00004cd5 , 0x00000005 
+ 00019676  0x00004703 fetch  0x00000001 , 0x000048f0 
+ 00019677  0x00004704 fetcht  0x00000001 , 0x000048f1 
+ 00019678  0x00004705 iadd  0x00000002 , 0x00000002 
+ 00019679  0x00004706 storet  0x00000001 , 0x000048f1 
+ 00019680  0x00004707 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019681  0x00004708 branch  0x00004cf7 , 0x00000002 
+ 00019682  0x00004709 sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00019683  0x0000470a branch  0x00004cf7 , 0x00000002 
+ 00019684  0x0000470b jam  0x00000000 , 0x000048e8 
+ 00019685  0x0000470c jam  0x00000000 , 0x000048f2 
+ 00019686  0x0000470d ifetcht  0x00000001 , 0x00000011 
+ 00019687  0x0000470e arg  0x0000489c , 0x00000012 
+ 00019688  0x00004710 fetch  0x00000001 , 0x000048e8 
+ 00019689  0x00004711 increase  0x00000001 , 0x0000003f 
+ 00019690  0x00004712 store  0x00000001 , 0x000048e8 
+ 00019691  0x00004713 sub  0x0000003f , 0x00000013 , 0x0000003e 
+ 00019692  0x00004714 nbranch  0x00004cf7 , 0x00000002 
+ 00019693  0x00004715 ifetch  0x00000001 , 0x00000012 
+ 00019694  0x00004716 iand  0x00000002 , 0x0000003e 
+ 00019695  0x00004717 branch  0x00004cfa , 0x00000005 
+ 00019696  0x00004718 fetch  0x00000001 , 0x000048f2 
+ 00019697  0x00004719 increase  0x00000001 , 0x0000003f 
+ 00019698  0x0000471a store  0x00000001 , 0x000048f2 
+ 00019699  0x0000471b sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019700  0x0000471c branch  0x00004cfa , 0x00000002 
+ 00019701  0x0000471d jam  0x00000001 , 0x0000497b 
+ 00019702  0x0000471e rtn 
+ 00019703  0x00004721 increase  0x00000001 , 0x00000011 
+ 00019704  0x00004722 loop  0x00004cd2 
+ 00019705  0x00004723 rtn 
+ 00019706  0x00004726 increase  0x00000001 , 0x00000012 
+ 00019707  0x00004727 branch  0x00004ce8 
+ 00019708  0x00004730 bpatch  0x00000052 , 0x0000400a 
+ 00019709  0x00004731 fetch  0x00000001 , 0x000048f6 
+ 00019710  0x00004732 ncall  0x00004d4e , 0x00000034 
+ 00019711  0x00004733 fetch  0x00000001 , 0x000049a1 
+ 00019712  0x00004734 ncall  0x00004d11 , 0x00000034 
+ 00019713  0x00004735 fetch  0x00000001 , 0x000049ae 
+ 00019714  0x00004736 fetcht  0x00000001 , 0x000049a1 
+ 00019715  0x00004737 ixor  0x00000002 , 0x0000003f 
+ 00019716  0x00004738 rtn  0x00000005 
+ 00019717  0x00004739 fetch  0x00000001 , 0x000048f5 
+ 00019718  0x0000473a beq  0x00000029 , 0x00004d19 
+ 00019719  0x0000473b beq  0x0000004c , 0x00004d1b 
+ 00019720  0x0000473c sub  0x0000003f , 0x00000045 , 0x0000003e 
+ 00019721  0x0000473d nrtn  0x00000002 
+ 00019722  0x0000473e arg  0x0000003a , 0x00000002 
+ 00019723  0x0000473f isub  0x00000002 , 0x0000003f 
+ 00019724  0x00004740 nrtn  0x00000002 
+ 00019725  0x00004741 arg  0x000049b0 , 0x00000006 
+ 00019726  0x00004742 iadd  0x00000006 , 0x00000006 
+ 00019727  0x00004743 ifetch  0x00000001 , 0x00000006 
+ 00019728  0x00004744 branch  0x00004d38 
+ 00019729  0x00004747 fetch  0x00000001 , 0x000048f5 
+ 00019730  0x00004748 beq  0x00000052 , 0x00004d1d 
+ 00019731  0x00004749 beq  0x00000051 , 0x00004d21 
+ 00019732  0x0000474a beq  0x00000050 , 0x00004d25 
+ 00019733  0x0000474b beq  0x0000004f , 0x00004d29 
+ 00019734  0x0000474c beq  0x000000e0 , 0x00004d2d 
+ 00019735  0x0000474d beq  0x0000002c , 0x00004d35 
+ 00019736  0x0000474e rtn 
+ 00019737  0x00004751 fetch  0x00000001 , 0x000049af 
+ 00019738  0x00004752 branch  0x00004d38 
+ 00019739  0x00004755 fetch  0x00000001 , 0x000049bc 
+ 00019740  0x00004756 branch  0x00004d38 
+ 00019741  0x00004759 fetch  0x00000001 , 0x000049bd 
+ 00019742  0x0000475a rtn  0x00000034 
+ 00019743  0x0000475b setarg  0x0000004b 
+ 00019744  0x0000475c branch  0x00004d38 
+ 00019745  0x0000475f fetch  0x00000001 , 0x000049bd 
+ 00019746  0x00004760 rtn  0x00000034 
+ 00019747  0x00004761 setarg  0x0000004e 
+ 00019748  0x00004762 branch  0x00004d38 
+ 00019749  0x00004765 fetch  0x00000001 , 0x000049bd 
+ 00019750  0x00004766 rtn  0x00000034 
+ 00019751  0x00004767 setarg  0x0000004a 
+ 00019752  0x00004768 branch  0x00004d38 
+ 00019753  0x0000476b fetch  0x00000001 , 0x000049bd 
+ 00019754  0x0000476c rtn  0x00000034 
+ 00019755  0x0000476d setarg  0x0000004d 
+ 00019756  0x0000476e branch  0x00004d38 
+ 00019757  0x00004771 fetch  0x00000001 , 0x000049be 
+ 00019758  0x00004772 rtn  0x00000034 
+ 00019759  0x00004773 fetch  0x00000001 , 0x000049c6 
+ 00019760  0x00004774 beq  0x00000000 , 0x00004d33 
+ 00019761  0x00004775 setarg  0x000000fd 
+ 00019762  0x00004776 branch  0x00004d38 
+ 00019763  0x00004778 setarg  0x000000aa 
+ 00019764  0x00004779 branch  0x00004d38 
+ 00019765  0x0000477c fetch  0x00000001 , 0x000049bf 
+ 00019766  0x0000477d rtn  0x00000034 
+ 00019767  0x0000477e setarg  0x000000ab 
+ 00019768  0x00004780 store  0x00000001 , 0x000048f5 
+ 00019769  0x00004781 rtn 
+ 00019770  0x00004788 bpatch  0x00000053 , 0x0000400a 
+ 00019771  0x00004789 fetch  0x00000001 , 0x000048f5 
+ 00019772  0x0000478a beq  0x00000046 , 0x00004d50 
+ 00019773  0x0000478b beq  0x0000004b , 0x00004d56 
+ 00019774  0x0000478c beq  0x0000004e , 0x00004d5c 
+ 00019775  0x0000478d beq  0x0000004a , 0x00004d5e 
+ 00019776  0x0000478e beq  0x0000004d , 0x00004d60 
+ 00019777  0x0000478f beq  0x000000a5 , 0x00004d62 
+ 00019778  0x00004790 beq  0x000000a6 , 0x00004d69 
+ 00019779  0x00004791 beq  0x000000a7 , 0x00004d6b 
+ 00019780  0x00004792 beq  0x000000a8 , 0x00004d6d 
+ 00019781  0x00004793 beq  0x000000a9 , 0x00004d6f 
+ 00019782  0x00004794 beq  0x000000aa , 0x00004d7a 
+ 00019783  0x00004795 beq  0x000000ab , 0x00004d81 
+ 00019784  0x00004796 beq  0x000000ac , 0x00004d8c 
+ 00019785  0x00004797 rtn 
+ 00019786  0x0000479a fetch  0x00000001 , 0x000048f6 
+ 00019787  0x0000479b nrtn  0x00000034 
+ 00019788  0x0000479c jam  0x0000000a , 0x000049c4 
+ 00019789  0x0000479d rtn 
+ 00019790  0x000047a0 jam  0x00000000 , 0x000049c4 
+ 00019791  0x000047a1 rtn 
+ 00019792  0x000047a4 fetch  0x00000001 , 0x000049c6 
+ 00019793  0x000047a5 rtneq  0x00000000 
+ 00019794  0x000047a6 rtneq  0x00000001 
+ 00019795  0x000047a7 jam  0x0000000a , 0x000049c2 
+ 00019796  0x000047a8 jam  0x00000020 , 0x000049c3 
+ 00019797  0x000047a9 branch  0x00004d95 
+ 00019798  0x000047ac jam  0x00000052 , 0x000049c3 
+ 00019799  0x000047ae fetch  0x00000001 , 0x000049c6 
+ 00019800  0x000047af rtneq  0x00000000 
+ 00019801  0x000047b0 rtneq  0x00000001 
+ 00019802  0x000047b1 jam  0x00000008 , 0x000049c2 
+ 00019803  0x000047b2 branch  0x00004d95 
+ 00019804  0x000047b5 jam  0x00000051 , 0x000049c3 
+ 00019805  0x000047b6 branch  0x00004d57 
+ 00019806  0x000047b9 jam  0x00000050 , 0x000049c3 
+ 00019807  0x000047ba branch  0x00004d57 
+ 00019808  0x000047bd jam  0x0000004f , 0x000049c3 
+ 00019809  0x000047be branch  0x00004d57 
+ 00019810  0x000047c1 jam  0x00000004 , 0x000049c3 
+ 00019811  0x000047c3 jam  0x00000001 , 0x000049c2 
+ 00019812  0x000047c4 fetch  0x00000001 , 0x000049c6 
+ 00019813  0x000047c5 beq  0x00000000 , 0x00004d95 
+ 00019814  0x000047c6 beq  0x00000001 , 0x00004d95 
+ 00019815  0x000047c7 jam  0x00000008 , 0x000049c2 
+ 00019816  0x000047c8 branch  0x00004d95 
+ 00019817  0x000047cb jam  0x00000006 , 0x000049c3 
+ 00019818  0x000047cc branch  0x00004d63 
+ 00019819  0x000047cf jam  0x00000019 , 0x000049c3 
+ 00019820  0x000047d0 branch  0x00004d63 
+ 00019821  0x000047d3 jam  0x0000001b , 0x000049c3 
+ 00019822  0x000047d4 branch  0x00004d63 
+ 00019823  0x000047d7 fetch  0x00000001 , 0x000049c6 
+ 00019824  0x000047d8 beq  0x00000000 , 0x00004d74 
+ 00019825  0x000047d9 beq  0x00000003 , 0x00004d77 
+ 00019826  0x000047da setarg  0x000000fc 
+ 00019827  0x000047db branch  0x00004d38 
+ 00019828  0x000047dd jam  0x00000008 , 0x000049c2 
+ 00019829  0x000047de jam  0x0000000f , 0x000049c3 
+ 00019830  0x000047df branch  0x00004d95 
+ 00019831  0x000047e1 jam  0x00000009 , 0x000049c2 
+ 00019832  0x000047e2 jam  0x00000014 , 0x000049c3 
+ 00019833  0x000047e3 branch  0x00004d95 
+ 00019834  0x000047e6 fetch  0x00000001 , 0x000049c6 
+ 00019835  0x000047e7 beq  0x00000000 , 0x00004d7e 
+ 00019836  0x000047e8 setarg  0x000000fd 
+ 00019837  0x000047e9 branch  0x00004d38 
+ 00019838  0x000047eb jam  0x00000009 , 0x000049c2 
+ 00019839  0x000047ec jam  0x00000012 , 0x000049c3 
+ 00019840  0x000047ed branch  0x00004d95 
+ 00019841  0x000047f0 fetch  0x00000001 , 0x000049c6 
+ 00019842  0x000047f1 beq  0x00000000 , 0x00004d88 
+ 00019843  0x000047f2 beq  0x00000001 , 0x00004d8a 
+ 00019844  0x000047f3 jam  0x00000001 , 0x000049c2 
+ 00019845  0x000047f5 jam  0x0000002c , 0x000049c3 
+ 00019846  0x000047f6 call  0x00004d4a 
+ 00019847  0x000047f7 branch  0x00004d95 
+ 00019848  0x000047f9 jam  0x00000008 , 0x000049c2 
+ 00019849  0x000047fa branch  0x00004d85 
+ 00019850  0x000047fc jam  0x00000002 , 0x000049c2 
+ 00019851  0x000047fd branch  0x00004d85 
+ 00019852  0x00004800 fetch  0x00000001 , 0x000049c6 
+ 00019853  0x00004801 beq  0x00000000 , 0x00004d92 
+ 00019854  0x00004802 beq  0x00000001 , 0x00004d92 
+ 00019855  0x00004803 jam  0x00000001 , 0x000049c2 
+ 00019856  0x00004804 jam  0x00000052 , 0x000049c3 
+ 00019857  0x00004805 branch  0x00004d95 
+ 00019858  0x00004807 jam  0x00000008 , 0x000049c2 
+ 00019859  0x00004808 jam  0x0000002b , 0x000049c3 
+ 00019860  0x00004809 branch  0x00004d95 
+ 00019861  0x0000480c jam  0x00000000 , 0x000048f5 
+ 00019862  0x0000480d fetch  0x00000001 , 0x000048f6 
+ 00019863  0x0000480e bbit0  0x00000000 , 0x00004d9c 
+ 00019864  0x0000480f fetch  0x00000001 , 0x000049c1 
+ 00019865  0x00004810 beq  0x00000003 , 0x00004da8 
+ 00019866  0x00004812 jam  0x00000001 , 0x000049c1 
+ 00019867  0x00004813 rtn 
+ 00019868  0x00004816 jam  0x00000004 , 0x000049c1 
+ 00019869  0x00004817 rtn 
+ 00019870  0x0000481a jam  0x00000006 , 0x000049c1 
+ 00019871  0x0000481b rtn 
+ 00019872  0x0000481f store  0x00000001 , 0x00004856 
+ 00019873  0x00004820 storet  0x00000001 , 0x00004858 
+ 00019874  0x00004821 call  0x00007dba 
+ 00019875  0x00004822 jam  0x00000000 , 0x00004855 
+ 00019876  0x00004823 branch  0x00004e89 
+ 00019877  0x00004826 fetch  0x00000001 , 0x000049c2 
+ 00019878  0x00004827 arg  0x00000000 , 0x00000002 
+ 00019879  0x00004828 call  0x00004da0 
+ 00019880  0x0000482a jam  0x00000002 , 0x000049c1 
+ 00019881  0x0000482b rtn 
+ 00019882  0x0000482e jam  0x00000003 , 0x000049c1 
+ 00019883  0x0000482f fetch  0x00000001 , 0x000049c2 
+ 00019884  0x00004830 fetcht  0x00000001 , 0x000049c3 
+ 00019885  0x00004831 branch  0x00004da0 
+ 00019886  0x00004834 jam  0x00000000 , 0x00004855 
+ 00019887  0x00004835 fetch  0x00000001 , 0x000049c2 
+ 00019888  0x00004836 arg  0x00000000 , 0x00000002 
+ 00019889  0x00004837 call  0x00004da0 
+ 00019890  0x00004838 fetch  0x00000001 , 0x000049c4 
+ 00019891  0x00004839 branch  0x00004d9e , 0x00000034 
+ 00019892  0x0000483b jam  0x00000005 , 0x000049c1 
+ 00019893  0x0000483c rtn 
+ 00019894  0x0000483f branch  0x00004da2 
+ 00019895  0x00004842 jam  0x00000000 , 0x000049c1 
+ 00019896  0x00004843 arg  0x00000000 , 0x0000003f 
+ 00019897  0x00004844 arg  0x00000000 , 0x00000002 
+ 00019898  0x00004845 branch  0x00004da0 
+ 00019899  0x0000484a bpatch  0x00000054 , 0x0000400a 
+ 00019900  0x0000484b fetch  0x00000001 , 0x000048f5 
+ 00019901  0x0000484c sub  0x0000003f , 0x000000e7 , 0x0000003e 
+ 00019902  0x0000484d branch  0x00004dc3 , 0x00000002 
+ 00019903  0x0000484e jam  0x00000001 , 0x000049c5 
+ 00019904  0x0000484f fetch  0x00000001 , 0x000048f6 
+ 00019905  0x00004850 bbit1  0x00000000 , 0x00004dc3 
+ 00019906  0x00004851 jam  0x00000002 , 0x000049c5 
+ 00019907  0x00004853 jam  0x00000000 , 0x00004900 
+ 00019908  0x00004854 fetch  0x00000001 , 0x000048f6 
+ 00019909  0x00004855 bbit1  0x00000000 , 0x00004ddd 
+ 00019910  0x00004857 fetcht  0x00000001 , 0x000048f5 
+ 00019911  0x00004858 arg  0x00000006 , 0x00000039 
+ 00019912  0x00004859 arg  0x000048fa , 0x00000006 
+ 00019913  0x0000485b ifetch  0x00000001 , 0x00000006 
+ 00019914  0x0000485c branch  0x00004dd4 , 0x00000034 
+ 00019915  0x0000485d isub  0x00000002 , 0x0000003e 
+ 00019916  0x0000485e nbranch  0x00004dd3 , 0x00000005 
+ 00019917  0x0000485f ifetch  0x00000001 , 0x00000006 
+ 00019918  0x00004860 increase  0xfffffffe , 0x00000006 
+ 00019919  0x00004861 istore  0x00000001 , 0x00000006 
+ 00019920  0x00004862 rtn  0x00000034 
+ 00019921  0x00004863 increase  0x00000001 , 0x00000006 
+ 00019922  0x00004864 istoret  0x00000001 , 0x00000006 
+ 00019923  0x00004866 loop  0x00004dc9 
+ 00019924  0x00004867 sub  0x00000002 , 0x000000e7 , 0x0000003e 
+ 00019925  0x00004868 nrtn  0x00000002 
+ 00019926  0x00004869 sub  0x00000002 , 0x000000bf , 0x0000003e 
+ 00019927  0x0000486a rtn  0x00000002 
+ 00019928  0x0000486c and  0x00000002 , 0x00000007 , 0x00000007 
+ 00019929  0x0000486d fetch  0x00000001 , 0x000048f8 
+ 00019930  0x0000486e qset0  0x0000003f 
+ 00019931  0x0000486f store  0x00000001 , 0x000048f8 
+ 00019932  0x00004870 rtn 
+ 00019933  0x00004873 fetcht  0x00000001 , 0x000048f5 
+ 00019934  0x00004874 arg  0x00000006 , 0x00000039 
+ 00019935  0x00004875 arg  0x000048fa , 0x00000006 
+ 00019936  0x00004877 ifetch  0x00000001 , 0x00000006 
+ 00019937  0x00004878 branch  0x00004dee , 0x00000034 
+ 00019938  0x00004879 isub  0x00000002 , 0x0000003e 
+ 00019939  0x0000487a rtn  0x00000005 
+ 00019940  0x0000487b loop  0x00004de0 
+ 00019941  0x0000487c sub  0x00000002 , 0x000000e7 , 0x0000003e 
+ 00019942  0x0000487d nrtn  0x00000002 
+ 00019943  0x0000487e sub  0x00000002 , 0x000000bf , 0x0000003e 
+ 00019944  0x0000487f rtn  0x00000002 
+ 00019945  0x00004881 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00019946  0x00004882 fetch  0x00000001 , 0x000048f8 
+ 00019947  0x00004883 qset1  0x0000003f 
+ 00019948  0x00004884 store  0x00000001 , 0x000048f8 
+ 00019949  0x00004885 rtn 
+ 00019950  0x00004888 sub  0x00000002 , 0x000000e7 , 0x0000003e 
+ 00019951  0x00004889 nbranch  0x00004df2 , 0x00000002 
+ 00019952  0x0000488a sub  0x00000002 , 0x000000bf , 0x0000003e 
+ 00019953  0x0000488b nbranch  0x00004de9 , 0x00000002 
+ 00019954  0x0000488d increase  0xffffffff , 0x00000006 
+ 00019955  0x0000488e istoret  0x00000001 , 0x00000006 
+ 00019956  0x0000488f rtn 
+ 00019957  0x00004894 bpatch  0x00000055 , 0x0000400a 
+ 00019958  0x00004895 call  0x00004e14 
+ 00019959  0x00004896 jam  0x00000000 , 0x000049a1 
+ 00019960  0x00004897 jam  0x00000000 , 0x000049a2 
+ 00019961  0x00004898 jam  0x00000000 , 0x000049a3 
+ 00019962  0x00004899 fetch  0x00000001 , 0x000048f8 
+ 00019963  0x0000489a ncall  0x00004e41 , 0x00000034 
+ 00019964  0x0000489b arg  0x000048fa , 0x00000006 
+ 00019965  0x0000489c arg  0x00000006 , 0x00000039 
+ 00019966  0x0000489e ifetch  0x00000001 , 0x00000006 
+ 00019967  0x0000489f sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00019968  0x000048a0 call  0x00004e43 , 0x00000005 
+ 00019969  0x000048a1 sub  0x0000003f , 0x000000de , 0x0000003e 
+ 00019970  0x000048a2 call  0x00004e45 , 0x00000005 
+ 00019971  0x000048a3 loop  0x00004dfe 
+ 00019972  0x000048a4 fetch  0x00000001 , 0x00004666 
+ 00019973  0x000048a5 beq  0x00000000 , 0x00004e11 
+ 00019974  0x000048a7 call  0x00004b37 
+ 00019975  0x000048a8 fetch  0x00000001 , 0x000049a4 
+ 00019976  0x000048a9 branch  0x00004e24 , 0x00000034 
+ 00019977  0x000048aa fetch  0x00000002 , 0x000048fa 
+ 00019978  0x000048ab fetcht  0x00000002 , 0x000049a5 
+ 00019979  0x000048ac isub  0x00000002 , 0x0000003e 
+ 00019980  0x000048ad branch  0x00004e29 , 0x00000005 
+ 00019981  0x000048ae byteswap  0x00000002 , 0x00000002 
+ 00019982  0x000048af isub  0x00000002 , 0x0000003e 
+ 00019983  0x000048b0 branch  0x00004e29 , 0x00000005 
+ 00019984  0x000048b1 rtn 
+ 00019985  0x000048b3 fetch  0x00000001 , 0x000049a4 
+ 00019986  0x000048b4 branch  0x00004e24 , 0x00000034 
+ 00019987  0x000048b5 branch  0x00004e32 
+ 00019988  0x000048b8 fetch  0x00000001 , 0x000049a4 
+ 00019989  0x000048b9 nrtn  0x00000034 
+ 00019990  0x000048ba fetcht  0x00000001 , 0x00004655 
+ 00019991  0x000048bb sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00019992  0x000048bc rtn  0x00000005 
+ 00019993  0x000048bd call  0x00006ee6 
+ 00019994  0x000048be nbranch  0x00004e20 , 0x00000001 
+ 00019995  0x000048bf arg  0x00000008 , 0x00000039 
+ 00019996  0x000048c0 arg  0x000048f8 , 0x00000005 
+ 00019997  0x000048c1 call  0x00007ca1 
+ 00019998  0x000048c2 jam  0x000000de , 0x000048fa 
+ 00019999  0x000048c3 rtn 
+ 00020000  0x000048c6 fetch  0x00000001 , 0x000048fa 
+ 00020001  0x000048c7 rtnne  0x000000de 
+ 00020002  0x000048c8 jam  0x00000000 , 0x000048fa 
+ 00020003  0x000048c9 rtn 
+ 00020004  0x000048cc bpatch  0x00000056 , 0x0000400a 
+ 00020005  0x000048cd fetch  0x00000001 , 0x000049a3 
+ 00020006  0x000048ce rtn  0x00000034 
+ 00020007  0x000048cf fetch  0x00000001 , 0x00004666 
+ 00020008  0x000048d0 beq  0x00000000 , 0x00004e39 
+ 00020009  0x000048d3 jam  0x00000000 , 0x000048f4 
+ 00020010  0x000048d4 fetch  0x00000001 , 0x00004666 
+ 00020011  0x000048d5 rtneq  0x00000000 
+ 00020012  0x000048d6 fetch  0x00000008 , 0x00004713 
+ 00020013  0x000048d7 rtnbit1  0x00000006 
+ 00020014  0x000048d8 arg  0x00000006 , 0x00000007 
+ 00020015  0x000048d9 call  0x00005f00 
+ 00020016  0x000048da call  0x000042d0 
+ 00020017  0x000048db branch  0x00004b90 
+ 00020018  0x000048e0 fetch  0x00000002 , 0x000048fa 
+ 00020019  0x000048e1 fetcht  0x00000002 , 0x000049a7 
+ 00020020  0x000048e2 isub  0x00000002 , 0x0000003e 
+ 00020021  0x000048e3 branch  0x00004e39 , 0x00000005 
+ 00020022  0x000048e4 byteswap  0x00000002 , 0x00000002 
+ 00020023  0x000048e5 isub  0x00000002 , 0x0000003e 
+ 00020024  0x000048e6 nrtn  0x00000005 
+ 00020025  0x000048e8 call  0x000049f8 
+ 00020026  0x000048e9 jam  0x00000000 , 0x000048f4 
+ 00020027  0x000048ea fetch  0x00000002 , 0x000045d8 
+ 00020028  0x000048eb nrtn  0x00000034 
+ 00020029  0x000048ec setarg  0x00000000 
+ 00020030  0x000048ed store  0x00000002 , 0x00004781 
+ 00020031  0x000048ee call  0x00004b7c 
+ 00020032  0x000048ef branch  0x00006047 
+ 00020033  0x000048f3 jam  0x00000001 , 0x000049a2 
+ 00020034  0x000048f4 rtn 
+ 00020035  0x000048f7 jam  0x00000001 , 0x000049a1 
+ 00020036  0x000048f8 rtn 
+ 00020037  0x000048fb jam  0x00000001 , 0x000049a3 
+ 00020038  0x000048fc rtn 
+ 00020039  0x00004902 bpatch  0x00000057 , 0x0000400a 
+ 00020040  0x00004903 disable  0x00000028 
+ 00020041  0x00004904 jam  0x00000000 , 0x0000496c 
+ 00020042  0x00004905 jam  0x00000000 , 0x0000496d 
+ 00020043  0x00004906 jam  0x00000000 , 0x0000496e 
+ 00020044  0x00004907 fetch  0x00000001 , 0x000049c1 
+ 00020045  0x00004908 beq  0x00000001 , 0x00004da5 
+ 00020046  0x00004909 beq  0x00000002 , 0x00004daa 
+ 00020047  0x0000490a beq  0x00000003 , 0x00004daa 
+ 00020048  0x0000490b beq  0x00000004 , 0x00004dae 
+ 00020049  0x0000490c beq  0x00000006 , 0x00004db7 
+ 00020050  0x0000490d fetch  0x00000001 , 0x000048f4 
+ 00020051  0x0000490e branch  0x00004e64 , 0x00000034 
+ 00020052  0x0000490f increase  0xffffffff , 0x0000003f 
+ 00020053  0x00004910 store  0x00000001 , 0x000048f4 
+ 00020054  0x00004911 call  0x00004e61 
+ 00020055  0x00004912 jam  0x0000000a , 0x000049ac 
+ 00020056  0x00004913 call  0x00005c0b 
+ 00020057  0x00004914 fetch  0x00000001 , 0x000049c1 
+ 00020058  0x00004915 beq  0x00000005 , 0x00004db6 
+ 00020059  0x00004916 arg  0x00004855 , 0x00000005 
+ 00020060  0x00004917 arg  0x0000000a , 0x00000039 
+ 00020061  0x00004918 call  0x00007ca1 
+ 00020062  0x00004919 call  0x00004e74 
+ 00020063  0x0000491a jam  0x00000000 , 0x0000485f 
+ 00020064  0x0000491b rtn 
+ 00020065  0x0000491e jam  0x00000003 , 0x000040c0 
+ 00020066  0x0000491f jam  0x0000000a , 0x0000477e 
+ 00020067  0x00004920 rtn 
+ 00020068  0x00004925 fetch  0x00000001 , 0x00004666 
+ 00020069  0x00004926 rtneq  0x00000001 
+ 00020070  0x00004927 fetch  0x00000001 , 0x000049ab 
+ 00020071  0x00004928 rtn  0x00000034 
+ 00020072  0x00004929 fetch  0x00000001 , 0x000049a9 
+ 00020073  0x0000492a nrtn  0x00000034 
+ 00020074  0x0000492b fetcht  0x00000001 , 0x000049ad 
+ 00020075  0x0000492c fetch  0x00000001 , 0x000049ac 
+ 00020076  0x0000492d isub  0x00000002 , 0x0000003e 
+ 00020077  0x0000492e store  0x00000001 , 0x000049ad 
+ 00020078  0x0000492f rtn  0x00000005 
+ 00020079  0x00004930 arg  0x00004855 , 0x00000005 
+ 00020080  0x00004931 arg  0x0000000a , 0x00000039 
+ 00020081  0x00004932 call  0x00007ca1 
+ 00020082  0x00004933 call  0x00007dba 
+ 00020083  0x00004934 branch  0x00004e89 
+ 00020084  0x00004939 fetch  0x00000001 , 0x000049c5 
+ 00020085  0x0000493a beq  0x00000002 , 0x00004f05 
+ 00020086  0x0000493b arg  0x000048fa , 0x00000006 
+ 00020087  0x0000493c arg  0x00000006 , 0x00000039 
+ 00020088  0x0000493e ifetch  0x00000001 , 0x00000006 
+ 00020089  0x0000493f sub  0x0000003f , 0x000000e7 , 0x0000003e 
+ 00020090  0x00004940 nbranch  0x00004e9c , 0x00000002 
+ 00020091  0x00004942 loop  0x00004e78 
+ 00020092  0x00004944 fetch  0x00000001 , 0x000048f1 
+ 00020093  0x00004945 call  0x00004e92 , 0x00000034 
+ 00020094  0x00004946 jam  0x00000000 , 0x00004855 
+ 00020095  0x00004947 fetch  0x00000001 , 0x000048fa 
+ 00020096  0x00004948 sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00020097  0x00004949 branch  0x00004e95 , 0x00000005 
+ 00020098  0x0000494a arg  0x000048f8 , 0x00000006 
+ 00020099  0x0000494b arg  0x00004856 , 0x00000005 
+ 00020100  0x0000494c arg  0x00000008 , 0x00000039 
+ 00020101  0x0000494e ifetch  0x00000001 , 0x00000006 
+ 00020102  0x0000494f beq  0x0000007f , 0x00004e9a 
+ 00020103  0x00004951 istore  0x00000001 , 0x00000005 
+ 00020104  0x00004952 loop  0x00004e85 
+ 00020105  0x00004955 call  0x00004f10 
+ 00020106  0x00004957 fetch  0x00000001 , 0x0000485f 
+ 00020107  0x00004958 beq  0x00000001 , 0x00007dba 
+ 00020108  0x00004959 beq  0x00000002 , 0x00004e90 
+ 00020109  0x0000495a beq  0x00000003 , 0x00004e90 
+ 00020110  0x0000495b beq  0x00000004 , 0x00004e90 
+ 00020111  0x0000495c beq  0x00000005 , 0x00004e90 
+ 00020112  0x0000495e call  0x00005917 
+ 00020113  0x0000495f branch  0x00007dba 
+ 00020114  0x00004962 arg  0x000048f8 , 0x00000005 
+ 00020115  0x00004963 arg  0x00000009 , 0x00000039 
+ 00020116  0x00004964 branch  0x00007ca1 
+ 00020117  0x00004968 fetch  0x00000002 , 0x000048f8 
+ 00020118  0x00004969 store  0x00000002 , 0x00004856 
+ 00020119  0x0000496a fetch  0x00000006 , 0x000048fb 
+ 00020120  0x0000496b store  0x00000006 , 0x00004858 
+ 00020121  0x0000496c branch  0x00004e89 
+ 00020122  0x0000496f setarg  0x00000000 
+ 00020123  0x00004970 branch  0x00004e87 
+ 00020124  0x00004974 copy  0x0000003f , 0x00000002 
+ 00020125  0x00004975 bpatch  0x00000058 , 0x0000400b 
+ 00020126  0x00004976 copy  0x00000002 , 0x0000003f 
+ 00020127  0x00004977 jam  0x00000003 , 0x00004855 
+ 00020128  0x00004978 fetcht  0x00000001 , 0x000048f1 
+ 00020129  0x00004979 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00020130  0x0000497a branch  0x00004f05 , 0x00000005 
+ 00020131  0x0000497b beq  0x000000e8 , 0x00004ebb 
+ 00020132  0x0000497c beq  0x000000e9 , 0x00004ebe 
+ 00020133  0x0000497d beq  0x000000ea , 0x00004ec1 
+ 00020134  0x0000497e beq  0x000000eb , 0x00004ec4 
+ 00020135  0x0000497f beq  0x000000ec , 0x00004ec7 
+ 00020136  0x00004980 beq  0x000000ed , 0x00004eca 
+ 00020137  0x00004981 beq  0x000000ee , 0x00004ecd 
+ 00020138  0x00004982 beq  0x000000ef , 0x00004ed0 
+ 00020139  0x00004983 beq  0x000000f0 , 0x00004ed3 
+ 00020140  0x00004984 beq  0x000000f1 , 0x00004ed6 
+ 00020141  0x00004985 beq  0x000000f2 , 0x00004ed9 
+ 00020142  0x00004986 beq  0x000000f3 , 0x00004edc 
+ 00020143  0x00004987 beq  0x000000f4 , 0x00004edf 
+ 00020144  0x00004988 beq  0x000000f5 , 0x00004ee2 
+ 00020145  0x00004989 beq  0x000000f6 , 0x00004ee5 
+ 00020146  0x0000498a beq  0x000000f7 , 0x00004ee8 
+ 00020147  0x0000498b beq  0x000000f8 , 0x00004eeb 
+ 00020148  0x0000498c beq  0x000000f9 , 0x00004eee 
+ 00020149  0x0000498d beq  0x000000fa , 0x00004ef1 
+ 00020150  0x0000498e beq  0x000000fb , 0x00004ef7 
+ 00020151  0x0000498f beq  0x000000fc , 0x00004efa 
+ 00020152  0x00004990 beq  0x000000fd , 0x00004efd 
+ 00020153  0x00004991 beq  0x000000ff , 0x00004f0c 
+ 00020154  0x00004992 branch  0x00004e89 
+ 00020155  0x00004995 setarg  0x00000183 
+ 00020156  0x00004996 store  0x00000002 , 0x00004856 
+ 00020157  0x00004997 branch  0x00004e89 
+ 00020158  0x00004999 setarg  0x000000cd 
+ 00020159  0x0000499a store  0x00000002 , 0x00004856 
+ 00020160  0x0000499b branch  0x00004e89 
+ 00020161  0x0000499d setarg  0x000000b7 
+ 00020162  0x0000499e store  0x00000002 , 0x00004856 
+ 00020163  0x0000499f branch  0x00004e89 
+ 00020164  0x000049a1 setarg  0x000000b6 
+ 00020165  0x000049a2 store  0x00000002 , 0x00004856 
+ 00020166  0x000049a3 branch  0x00004e89 
+ 00020167  0x000049a5 setarg  0x000000b5 
+ 00020168  0x000049a6 store  0x00000002 , 0x00004856 
+ 00020169  0x000049a7 branch  0x00004e89 
+ 00020170  0x000049a9 setarg  0x000000ea 
+ 00020171  0x000049aa store  0x00000002 , 0x00004856 
+ 00020172  0x000049ab branch  0x00004e89 
+ 00020173  0x000049ad setarg  0x000000e9 
+ 00020174  0x000049ae store  0x00000002 , 0x00004856 
+ 00020175  0x000049af branch  0x00004e89 
+ 00020176  0x000049b1 setarg  0x000000e2 
+ 00020177  0x000049b2 store  0x00000002 , 0x00004856 
+ 00020178  0x000049b3 branch  0x00004e89 
+ 00020179  0x000049b5 setarg  0x00000194 
+ 00020180  0x000049b6 store  0x00000002 , 0x00004856 
+ 00020181  0x000049b7 branch  0x00004e89 
+ 00020182  0x000049b9 setarg  0x0000018a 
+ 00020183  0x000049ba store  0x00000002 , 0x00004856 
+ 00020184  0x000049bb branch  0x00004e89 
+ 00020185  0x000049bd setarg  0x00000192 
+ 00020186  0x000049be store  0x00000002 , 0x00004856 
+ 00020187  0x000049bf branch  0x00004e89 
+ 00020188  0x000049c1 setarg  0x00000070 
+ 00020189  0x000049c2 store  0x00000002 , 0x00004856 
+ 00020190  0x000049c3 branch  0x00004e89 
+ 00020191  0x000049c5 setarg  0x0000006f 
+ 00020192  0x000049c6 store  0x00000002 , 0x00004856 
+ 00020193  0x000049c7 branch  0x00004e89 
+ 00020194  0x000049c9 setarg  0x0000022a 
+ 00020195  0x000049ca store  0x00000002 , 0x00004856 
+ 00020196  0x000049cb branch  0x00004e89 
+ 00020197  0x000049cd setarg  0x00000225 
+ 00020198  0x000049ce store  0x00000002 , 0x00004856 
+ 00020199  0x000049cf branch  0x00004e89 
+ 00020200  0x000049d1 setarg  0x00000224 
+ 00020201  0x000049d2 store  0x00000002 , 0x00004856 
+ 00020202  0x000049d3 branch  0x00004e89 
+ 00020203  0x000049d5 setarg  0x00000226 
+ 00020204  0x000049d6 store  0x00000002 , 0x00004856 
+ 00020205  0x000049d7 branch  0x00004e89 
+ 00020206  0x000049d9 setarg  0x00000227 
+ 00020207  0x000049da store  0x00000002 , 0x00004856 
+ 00020208  0x000049db branch  0x00004e89 
+ 00020209  0x000049dd fetch  0x00000001 , 0x000049c6 
+ 00020210  0x000049de beq  0x00000002 , 0x00004ef7 
+ 00020211  0x000049df beq  0x00000003 , 0x00004ef7 
+ 00020212  0x000049e0 setarg  0x00000221 
+ 00020213  0x000049e1 store  0x00000002 , 0x00004856 
+ 00020214  0x000049e2 branch  0x00004e89 
+ 00020215  0x000049e4 setarg  0x00000223 
+ 00020216  0x000049e5 store  0x00000002 , 0x00004856 
+ 00020217  0x000049e6 branch  0x00004e89 
+ 00020218  0x000049e8 setarg  0x00000030 
+ 00020219  0x000049e9 store  0x00000002 , 0x00004856 
+ 00020220  0x000049ea branch  0x00004e89 
+ 00020221  0x000049ec fetch  0x00000001 , 0x000049c6 
+ 00020222  0x000049ed beq  0x00000001 , 0x00004f02 
+ 00020223  0x000049ee setarg  0x000001ae 
+ 00020224  0x000049ef store  0x00000002 , 0x00004856 
+ 00020225  0x000049f0 branch  0x00004e89 
+ 00020226  0x000049f2 setarg  0x00000307 
+ 00020227  0x000049f3 store  0x00000002 , 0x00004856 
+ 00020228  0x000049f4 branch  0x00004e89 
+ 00020229  0x000049f8 jam  0x00000002 , 0x000048f4 
+ 00020230  0x000049f9 fetch  0x00000001 , 0x000048f1 
+ 00020231  0x000049fa call  0x00004e92 , 0x00000034 
+ 00020232  0x000049fb jam  0x00000000 , 0x000049c5 
+ 00020233  0x000049fc setarg  0x00000003 
+ 00020234  0x000049fd store  0x00000003 , 0x00004855 
+ 00020235  0x000049fe branch  0x00004e89 
+ 00020236  0x00004a00 jam  0x00000002 , 0x00004855 
+ 00020237  0x00004a01 setarg  0x00000002 
+ 00020238  0x00004a02 store  0x00000001 , 0x00004856 
+ 00020239  0x00004a03 branch  0x00004e89 
+ 00020240  0x00004a0b bpatch  0x00000059 , 0x0000400b 
+ 00020241  0x00004a0c fetch  0x00000001 , 0x00004666 
+ 00020242  0x00004a0d bne  0x00000000 , 0x00004f18 
+ 00020243  0x00004a0e jam  0x00000000 , 0x000049a9 
+ 00020244  0x00004a0f fetch  0x00000002 , 0x00004855 
+ 00020245  0x00004a10 ncall  0x00004afc , 0x00000034 
+ 00020246  0x00004a11 fetch  0x00000006 , 0x00004858 
+ 00020247  0x00004a12 ncall  0x00004afc , 0x00000034 
+ 00020248  0x00004a15 fetch  0x00000001 , 0x00004855 
+ 00020249  0x00004a16 beq  0x00000000 , 0x00004f23 
+ 00020250  0x00004a17 beq  0x00000001 , 0x00004f1e 
+ 00020251  0x00004a18 beq  0x00000003 , 0x00004f2e 
+ 00020252  0x00004a19 beq  0x00000002 , 0x00004f36 
+ 00020253  0x00004a1a rtn 
+ 00020254  0x00004a1d jam  0x00000001 , 0x0000485f 
+ 00020255  0x00004a1e arg  0x00004855 , 0x00000006 
+ 00020256  0x00004a1f arg  0x00004846 , 0x00000005 
+ 00020257  0x00004a20 arg  0x00000007 , 0x00000039 
+ 00020258  0x00004a21 branch  0x00007cda 
+ 00020259  0x00004a24 jam  0x00000002 , 0x0000485f 
+ 00020260  0x00004a25 call  0x00004f3e 
+ 00020261  0x00004a26 fetch  0x00000001 , 0x00004666 
+ 00020262  0x00004a27 beq  0x00000001 , 0x00004f2a 
+ 00020263  0x00004a28 call  0x00004af1 
+ 00020264  0x00004a29 fetch  0x00000001 , 0x000049ab 
+ 00020265  0x00004a2a store  0x00000001 , 0x00004857 
+ 00020266  0x00004a2c arg  0x00004855 , 0x00000006 
+ 00020267  0x00004a2d arg  0x0000472a , 0x00000005 
+ 00020268  0x00004a2e arg  0x00000009 , 0x00000039 
+ 00020269  0x00004a2f branch  0x00007cda 
+ 00020270  0x00004a32 jam  0x00000004 , 0x0000485f 
+ 00020271  0x00004a33 call  0x00004f3e 
+ 00020272  0x00004a34 setarg  0x00000003 
+ 00020273  0x00004a35 call  0x00005f15 
+ 00020274  0x00004a36 arg  0x00004856 , 0x00000006 
+ 00020275  0x00004a37 arg  0x0000472b , 0x00000005 
+ 00020276  0x00004a38 arg  0x00000002 , 0x00000039 
+ 00020277  0x00004a39 branch  0x00007cda 
+ 00020278  0x00004a3c jam  0x00000005 , 0x0000485f 
+ 00020279  0x00004a3d call  0x00004f3e 
+ 00020280  0x00004a3e setarg  0x00000002 
+ 00020281  0x00004a3f store  0x00000008 , 0x0000472a 
+ 00020282  0x00004a40 store  0x00000008 , 0x00004733 
+ 00020283  0x00004a41 fetch  0x00000001 , 0x00004856 
+ 00020284  0x00004a42 store  0x00000001 , 0x0000472b 
+ 00020285  0x00004a43 rtn 
+ 00020286  0x00004a47 arg  0x00000012 , 0x00000039 
+ 00020287  0x00004a48 arg  0x0000472a , 0x00000005 
+ 00020288  0x00004a49 branch  0x00007ca1 
+ 00020289  0x00004a4f call  0x00007de2 
+ 00020290  0x00004a50 call  0x0000561c 
+ 00020291  0x00004a51 fetcht  0x00000001 , 0x0000464a 
+ 00020292  0x00004a52 call  0x00006eb2 
+ 00020293  0x00004a53 fetcht  0x00000001 , 0x0000464b 
+ 00020294  0x00004a54 call  0x00006eb2 
+ 00020295  0x00004a56 fetcht  0x00000001 , 0x00004655 
+ 00020296  0x00004a57 call  0x00006eb6 
+ 00020297  0x00004a59 fetch  0x00000002 , 0x00004898 
+ 00020298  0x00004a5a copy  0x0000003f , 0x00000012 
+ 00020299  0x00004a5b arg  0x00000014 , 0x00000039 
+ 00020300  0x00004a5d ifetcht  0x00000001 , 0x00000012 
+ 00020301  0x00004a5e isolate1  0x00000007 , 0x00000002 
+ 00020302  0x00004a5f ncall  0x00006ef7 , 0x00000001 
+ 00020303  0x00004a60 increase  0x00000001 , 0x00000012 
+ 00020304  0x00004a61 loop  0x00004f4c 
+ 00020305  0x00004a63 fetch  0x00000002 , 0x00004896 
+ 00020306  0x00004a64 copy  0x0000003f , 0x00000012 
+ 00020307  0x00004a65 arg  0x00000008 , 0x00000039 
+ 00020308  0x00004a67 ifetcht  0x00000001 , 0x00000012 
+ 00020309  0x00004a68 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00020310  0x00004a69 ncall  0x00006eb2 , 0x00000005 
+ 00020311  0x00004a6a increase  0x00000001 , 0x00000012 
+ 00020312  0x00004a6b loop  0x00004f54 
+ 00020313  0x00004a6c rtn 
+ 00020314  0x00004a6f fetch  0x00000001 , 0x000048eb 
+ 00020315  0x00004a70 branch  0x00006eb6 , 0x00000034 
+ 00020316  0x00004a71 branch  0x00006eb2 
+ 00020317  0x00004a73 rtnmark1  0x00000026 
+ 00020318  0x00004a74 call  0x00004f41 
+ 00020319  0x00004a75 fetch  0x00000001 , 0x00000015 
+ 00020320  0x00004a76 nrtn  0x00000034 
+ 00020321  0x00004a77 branch  0x00006ed3 
+ 00020322  0x00004a79 bpatch  0x0000005a , 0x0000400b 
+ 00020323  0x00004a7a jam  0x000000ff , 0x00004659 
+ 00020324  0x00004a7b call  0x0000739a 
+ 00020325  0x00004a7c call  0x00004f70 
+ 00020326  0x00004a7d call  0x000056a9 
+ 00020327  0x00004a7e call  0x000054dc 
+ 00020328  0x00004a7f call  0x00005d9e 
+ 00020329  0x00004a80 fetcht  0x00000001 , 0x00004659 
+ 00020330  0x00004a81 branch  0x00006ed3 
+ 00020331  0x00004a84 call  0x00004f70 
+ 00020332  0x00004a86 bpatch  0x0000005b , 0x0000400b 
+ 00020333  0x00004a87 call  0x00004f75 
+ 00020334  0x00004a88 call  0x00007d7c 
+ 00020335  0x00004a89 branch  0x00004327 
+ 00020336  0x00004a8c bpatch  0x0000005c , 0x0000400b 
+ 00020337  0x00004a8d call  0x00004b6d 
+ 00020338  0x00004a8e call  0x00004b71 
+ 00020339  0x00004a8f call  0x00004b7c 
+ 00020340  0x00004a90 branch  0x00004b6f 
+ 00020341  0x00004a98 bpatch  0x0000005d , 0x0000400b 
+ 00020342  0x00004a99 call  0x00007de2 
+ 00020343  0x00004a9a call  0x00004f70 
+ 00020344  0x00004a9b call  0x00005a92 
+ 00020345  0x00004a9c call  0x00004f41 
+ 00020346  0x00004a9d call  0x000054f9 
+ 00020347  0x00004a9e fetcht  0x00000001 , 0x0000465b 
+ 00020348  0x00004a9f call  0x000055b5 
+ 00020349  0x00004aa0 call  0x000055b9 
+ 00020350  0x00004aa1 branch  0x000054f2 
+ 00020351  0x00004aae fetch  0x00000002 , 0x000045e0 
+ 00020352  0x00004aaf and_into  0x000000e0 , 0x0000003f 
+ 00020353  0x00004ab0 branch  0x00004f86 , 0x00000034 
+ 00020354  0x00004ab1 fetch  0x00000002 , 0x000045e0 
+ 00020355  0x00004ab2 increase  0x00000001 , 0x0000003f 
+ 00020356  0x00004ab3 store  0x00000002 , 0x000045e0 
+ 00020357  0x00004ab4 rtn 
+ 00020358  0x00004ab6 call  0x0000357f 
+ 00020359  0x00004ab7 call  0x00003651 
+ 00020360  0x00004ab8 nbranch  0x00003586 , 0x00000018 
+ 00020361  0x00004ab9 nbranch  0x00003586 , 0x0000002f 
+ 00020362  0x00004aba call  0x00005028 
+ 00020363  0x00004abb branch  0x0000356a 
+ 00020364  0x00004ac1 call  0x00003625 
+ 00020365  0x00004ac2 nbranch  0x00004f91 , 0x00000028 
+ 00020366  0x00004ac4 call  0x00004fa0 
+ 00020367  0x00004ac5 call  0x00004fd5 
+ 00020368  0x00004ac6 branch  0x00004fdb 
+ 00020369  0x00004ac9 fetch  0x00000008 , 0x0000489c 
+ 00020370  0x00004aca nbranch  0x00004f8e , 0x00000034 
+ 00020371  0x00004acb fetch  0x00000008 , 0x000048a4 
+ 00020372  0x00004acc nbranch  0x00004f8e , 0x00000034 
+ 00020373  0x00004acd fetch  0x00000004 , 0x000048ac 
+ 00020374  0x00004ace nbranch  0x00004f8e , 0x00000034 
+ 00020375  0x00004ad0 fetch  0x00000001 , 0x00004618 
+ 00020376  0x00004ad1 rtneq  0x00000001 
+ 00020377  0x00004ad2 call  0x0000369d 
+ 00020378  0x00004ad4 call  0x00004fc8 
+ 00020379  0x00004ad5 nrtn  0x00000028 
+ 00020380  0x00004ad6 fetch  0x00000001 , 0x0000473f 
+ 00020381  0x00004ad7 ncall  0x00004f75 , 0x00000034 
+ 00020382  0x00004ad8 fetch  0x00000004 , 0x000045af 
+ 00020383  0x00004ad9 branch  0x00003622 
+ 00020384  0x00004adc bpatch  0x0000005e , 0x0000400b 
+ 00020385  0x00004add jam  0x00000000 , 0x00004601 
+ 00020386  0x00004adf fetchr  0x0000000b , 0x00000002 , 0x00000040 
+ 00020387  0x00004ae0 until  0x00000023 , 0x00000026 
+ 00020388  0x00004ae1 call  0x00004df5 
+ 00020389  0x00004ae2 fetch  0x00000001 , 0x000049a3 
+ 00020390  0x00004ae3 nbranch  0x00005ed1 , 0x00000034 
+ 00020391  0x00004ae4 call  0x00003651 
+ 00020392  0x00004ae5 fetch  0x00000001 , 0x0000457f 
+ 00020393  0x00004ae6 beq  0x00000001 , 0x00003646 
+ 00020394  0x00004ae7 nbranch  0x00004faf , 0x00000018 
+ 00020395  0x00004ae8 nbranch  0x00004faf , 0x0000002f 
+ 00020396  0x00004ae9 call  0x00005028 
+ 00020397  0x00004aea jam  0x00000000 , 0x0000473f 
+ 00020398  0x00004aeb branch  0x00003646 
+ 00020399  0x00004aef fetch  0x00000001 , 0x00004602 
+ 00020400  0x00004af0 nrtn  0x00000034 
+ 00020401  0x00004af1 fetch  0x00000002 , 0x000045fe 
+ 00020402  0x00004af2 increase  0x00000001 , 0x0000003f 
+ 00020403  0x00004af3 store  0x00000002 , 0x000045fe 
+ 00020404  0x00004af4 fetch  0x00000001 , 0x000045fe 
+ 00020405  0x00004af5 beq  0x000000ff , 0x00003676 
+ 00020406  0x00004af6 call  0x00004fb8 
+ 00020407  0x00004af7 branch  0x00004fa2 
+ 00020408  0x00004afb fetcht  0x00000001 , 0x00004601 
+ 00020409  0x00004afc sub  0x00000002 , 0x00000014 , 0x0000003e 
+ 00020410  0x00004afd branch  0x00004fbe , 0x00000002 
+ 00020411  0x00004afe arg  0x00000019 , 0x00000039 
+ 00020412  0x00004aff call  0x00007c96 
+ 00020413  0x00004b00 branch  0x00003694 
+ 00020414  0x00004b03 increase  0x00000001 , 0x00000002 
+ 00020415  0x00004b04 storet  0x00000001 , 0x00004601 
+ 00020416  0x00004b05 fetch  0x00000004 , 0x0000458f 
+ 00020417  0x00004b06 fetcht  0x00000004 , 0x000045e4 
+ 00020418  0x00004b07 isub  0x00000002 , 0x0000003e 
+ 00020419  0x00004b08 branch  0x00003222 , 0x00000005 
+ 00020420  0x00004b09 fetch  0x00000001 , 0x00004601 
+ 00020421  0x00004b0a sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00020422  0x00004b0b rtn  0x00000002 
+ 00020423  0x00004b0c branch  0x0000369a 
+ 00020424  0x00004b10 enable  0x00000028 
+ 00020425  0x00004b11 call  0x00002408 
+ 00020426  0x00004b12 fetch  0x00000003 , 0x000040bd 
+ 00020427  0x00004b13 branch  0x00007dbc , 0x00000034 
+ 00020428  0x00004b14 fetch  0x00000001 , 0x000049a1 
+ 00020429  0x00004b15 nbranch  0x00007dbc , 0x00000034 
+ 00020430  0x00004b16 fetch  0x00000001 , 0x000049a2 
+ 00020431  0x00004b17 nbranch  0x00007dbc , 0x00000034 
+ 00020432  0x00004b18 fetch  0x00000001 , 0x000049c4 
+ 00020433  0x00004b19 nbranch  0x00007dbc , 0x00000034 
+ 00020434  0x00004b1a fetch  0x00000001 , 0x00004618 
+ 00020435  0x00004b1b beq  0x00000001 , 0x00007dbc 
+ 00020436  0x00004b1c branch  0x000036b9 
+ 00020437  0x00004b1f fetch  0x00000004 , 0x0000458f 
+ 00020438  0x00004b20 fetcht  0x00000004 , 0x000045e4 
+ 00020439  0x00004b21 isub  0x00000002 , 0x0000003e 
+ 00020440  0x00004b22 nbranch  0x000036e9 , 0x00000005 
+ 00020441  0x00004b23 jam  0x0000009e , 0x00004141 
+ 00020442  0x00004b24 rtn 
+ 00020443  0x00004b26 fetch  0x00000008 , 0x0000460b 
+ 00020444  0x00004b27 store  0x00000008 , 0x000045af 
+ 00020445  0x00004b28 fetch  0x00000002 , 0x0000461d 
+ 00020446  0x00004b29 store  0x00000002 , 0x0000461f 
+ 00020447  0x00004b2b bpatch  0x0000005f , 0x0000400b 
+ 00020448  0x00004b2c call  0x000036b4 
+ 00020449  0x00004b2d nrtn  0x00000028 
+ 00020450  0x00004b2e call  0x00007de2 
+ 00020451  0x00004b2f fetch  0x00000003 , 0x00004608 
+ 00020452  0x00004b30 branch  0x00003622 
+ 00020453  0x00004b39 rtnmark0  0x00000026 
+ 00020454  0x00004b3a call  0x00004e47 
+ 00020455  0x00004b3b nrtn  0x00000028 
+ 00020456  0x00004b3c fetch  0x00000008 , 0x00004713 
+ 00020457  0x00004b3d bbit0  0x00000016 , 0x000060a1 
+ 00020458  0x00004b3e fetch  0x00000001 , 0x0000496c 
+ 00020459  0x00004b3f nbranch  0x00004fed , 0x00000034 
+ 00020460  0x00004b40 branch  0x000060a1 
+ 00020461  0x00004b43 jam  0x00000002 , 0x00004589 
+ 00020462  0x00004b44 arg  0x00000009 , 0x00000011 
+ 00020463  0x00004b45 fetch  0x00000001 , 0x0000496d 
+ 00020464  0x00004b46 nbranch  0x00004ff3 , 0x00000034 
+ 00020465  0x00004b47 arg  0x00004733 , 0x00000012 
+ 00020466  0x00004b48 rtn 
+ 00020467  0x00004b4a arg  0x0000472a , 0x00000012 
+ 00020468  0x00004b4b rtn 
+ 00020469  0x00004b51 setarg  0x00000000 
+ 00020470  0x00004b52 store  0x00000003 , 0x000046f8 
+ 00020471  0x00004b53 rtn 
+ 00020472  0x00004b56 bpatch  0x00000060 , 0x0000400c 
+ 00020473  0x00004b57 fetch  0x00000008 , 0x00004713 
+ 00020474  0x00004b58 rtnbit0  0x0000000e 
+ 00020475  0x00004b59 fetch  0x00000001 , 0x0000477d 
+ 00020476  0x00004b5a rtn  0x00000034 
+ 00020477  0x00004b5b fetch  0x00000001 , 0x00004602 
+ 00020478  0x00004b5c rtn  0x00000034 
+ 00020479  0x00004b5d fetch  0x00000001 , 0x000046f5 
+ 00020480  0x00004b5e increase  0x00000001 , 0x0000003f 
+ 00020481  0x00004b5f and_into  0x00000003 , 0x0000003f 
+ 00020482  0x00004b60 store  0x00000001 , 0x000046f5 
+ 00020483  0x00004b61 nrtn  0x00000034 
+ 00020484  0x00004b62 jam  0x00000000 , 0x000046f6 
+ 00020485  0x00004b65 fetch  0x00000001 , 0x000046f6 
+ 00020486  0x00004b66 increase  0x00000001 , 0x0000003f 
+ 00020487  0x00004b67 store  0x00000001 , 0x000046f6 
+ 00020488  0x00004b68 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00020489  0x00004b69 nbranch  0x00005010 , 0x00000002 
+ 00020490  0x00004b6a call  0x0000357f 
+ 00020491  0x00004b6b call  0x00003651 
+ 00020492  0x00004b6c nbranch  0x00005016 , 0x00000018 
+ 00020493  0x00004b6d nbranch  0x00005016 , 0x0000002f 
+ 00020494  0x00004b6e call  0x00005028 
+ 00020495  0x00004b6f call  0x00005020 
+ 00020496  0x00004b71 call  0x0000357b 
+ 00020497  0x00004b72 fetch  0x00000001 , 0x000046f7 
+ 00020498  0x00004b73 increase  0x00000001 , 0x0000003f 
+ 00020499  0x00004b74 store  0x00000001 , 0x000046f7 
+ 00020500  0x00004b75 beq  0x00000010 , 0x00005018 
+ 00020501  0x00004b76 rtn 
+ 00020502  0x00004b79 call  0x00003222 
+ 00020503  0x00004b7a branch  0x00005005 
+ 00020504  0x00004b7d jam  0x00000000 , 0x000046f7 
+ 00020505  0x00004b7e fetch  0x00000001 , 0x000046f8 
+ 00020506  0x00004b7f rtnbit1  0x00000000 
+ 00020507  0x00004b80 set1  0x00000000 , 0x0000003f 
+ 00020508  0x00004b81 store  0x00000001 , 0x000046f8 
+ 00020509  0x00004b82 fetch  0x00000002 , 0x00004723 
+ 00020510  0x00004b83 store  0x00000002 , 0x00004781 
+ 00020511  0x00004b84 rtn 
+ 00020512  0x00004b88 fetch  0x00000001 , 0x00004602 
+ 00020513  0x00004b89 branch  0x00004ff5 , 0x00000034 
+ 00020514  0x00004b8a jam  0x00000000 , 0x000046f7 
+ 00020515  0x00004b8b fetch  0x00000001 , 0x000046f8 
+ 00020516  0x00004b8c rtnbit0  0x00000000 
+ 00020517  0x00004b8d set0  0x00000000 , 0x0000003f 
+ 00020518  0x00004b8e store  0x00000001 , 0x000046f8 
+ 00020519  0x00004b8f branch  0x00005c0b 
+ 00020520  0x00004b93 call  0x0000366e 
+ 00020521  0x00004b94 fetch  0x00000001 , 0x000044f8 
+ 00020522  0x00004b95 compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00020523  0x00004b96 nrtn  0x00000001 
+ 00020524  0x00004b97 fetch  0x00000001 , 0x000044f9 
+ 00020525  0x00004b98 beq  0x000000ff , 0x00004b11 
+ 00020526  0x00004b99 rtn 
+ 00020527  0x00004b9f jam  0x00000001 , 0x000049f1 
+ 00020528  0x00004ba0 arg  0x00000017 , 0x00000011 
+ 00020529  0x00004ba1 arg  0x00000004 , 0x00000012 
+ 00020530  0x00004ba2 call  0x000029fb 
+ 00020531  0x00004ba3 setarg  0x00000006 
+ 00020532  0x00004ba4 istore  0x00000001 , 0x00000005 
+ 00020533  0x00004ba5 setarg  0x00000001 
+ 00020534  0x00004ba6 istore  0x00000002 , 0x00000005 
+ 00020535  0x00004ba7 setarg  0x0000ffff 
+ 00020536  0x00004ba8 istore  0x00000002 , 0x00000005 
+ 00020537  0x00004ba9 setarg  0x00002800 
+ 00020538  0x00004baa istore  0x00000002 , 0x00000005 
+ 00020539  0x00004bab arg  0x000049e1 , 0x00000006 
+ 00020540  0x00004bac branch  0x00007c8f 
+ 00020541  0x00004bae bpatch  0x00000061 , 0x0000400c 
+ 00020542  0x00004baf fetch  0x00000001 , 0x000049f1 
+ 00020543  0x00004bb0 rtn  0x00000034 
+ 00020544  0x00004bb1 copy  0x00000011 , 0x00000006 
+ 00020545  0x00004bb2 ifetch  0x00000003 , 0x00000006 
+ 00020546  0x00004bb3 store  0x00000003 , 0x00004397 
+ 00020547  0x00004bb4 beq  0x0000000b , 0x00005091 
+ 00020548  0x00004bb5 beq  0x00000009 , 0x00005078 
+ 00020549  0x00004bb6 beq  0x00000007 , 0x00005048 
+ 00020550  0x00004bb7 beq  0x00000001 , 0x0000505b 
+ 00020551  0x00004bb8 branch  0x00002b96 
+ 00020552  0x00004bbb fetch  0x00000001 , 0x000049f1 
+ 00020553  0x00004bbc beq  0x00000002 , 0x0000506c 
+ 00020554  0x00004bbe jam  0x00000002 , 0x000049c6 
+ 00020555  0x00004bbf branch  0x00005050 
+ 00020556  0x00004bc2 fetch  0x00000001 , 0x000042cb 
+ 00020557  0x00004bc3 store  0x00000001 , 0x000049c6 
+ 00020558  0x00004bc4 branch  0x00005050 
+ 00020559  0x00004bc6 jam  0x00000003 , 0x000049c6 
+ 00020560  0x00004bc8 jam  0x00000000 , 0x000049f1 
+ 00020561  0x00004bc9 fetcht  0x00000002 , 0x000049df 
+ 00020562  0x00004bca setarg  0x00001fd0 
+ 00020563  0x00004bcb isub  0x00000002 , 0x00000012 
+ 00020564  0x00004bcc arg  0x000049c6 , 0x00000011 
+ 00020565  0x00004bce arg  0x00000001 , 0x00000039 
+ 00020566  0x00004bcf call  0x00006b45 
+ 00020567  0x00004bd0 fetcht  0x00000002 , 0x000049df 
+ 00020568  0x00004bd1 increase  0x0000000e , 0x00000002 
+ 00020569  0x00004bd2 storet  0x00000002 , 0x000049df 
+ 00020570  0x00004bd3 rtn 
+ 00020571  0x00004bd8 fetch  0x00000001 , 0x000049f1 
+ 00020572  0x00004bd9 beq  0x00000002 , 0x0000504c 
+ 00020573  0x00004bda jam  0x00000002 , 0x000049f1 
+ 00020574  0x00004bdb arg  0x00000009 , 0x00000011 
+ 00020575  0x00004bdc arg  0x00000004 , 0x00000012 
+ 00020576  0x00004bdd call  0x000029fb 
+ 00020577  0x00004bde setarg  0x00000006 
+ 00020578  0x00004bdf istore  0x00000001 , 0x00000005 
+ 00020579  0x00004be0 setarg  0x00000001 
+ 00020580  0x00004be1 istore  0x00000002 , 0x00000005 
+ 00020581  0x00004be2 setarg  0x0000ffff 
+ 00020582  0x00004be3 istore  0x00000002 , 0x00000005 
+ 00020583  0x00004be4 setarg  0x00002800 
+ 00020584  0x00004be5 istore  0x00000002 , 0x00000005 
+ 00020585  0x00004be6 arg  0x00000002 , 0x00000039 
+ 00020586  0x00004be7 arg  0x000049f2 , 0x00000006 
+ 00020587  0x00004be8 branch  0x00007cda 
+ 00020588  0x00004beb arg  0x00000007 , 0x00000011 
+ 00020589  0x00004bec arg  0x00000004 , 0x00000012 
+ 00020590  0x00004bed call  0x000029fb 
+ 00020591  0x00004bee setarg  0x00000008 
+ 00020592  0x00004bef istore  0x00000001 , 0x00000005 
+ 00020593  0x00004bf0 fetcht  0x00000002 , 0x00004339 
+ 00020594  0x00004bf1 increase  0x00000005 , 0x00000002 
+ 00020595  0x00004bf2 ifetch  0x00000004 , 0x00000002 
+ 00020596  0x00004bf3 istore  0x00000004 , 0x00000005 
+ 00020597  0x00004bf4 setarg  0x00002803 
+ 00020598  0x00004bf5 istore  0x00000002 , 0x00000005 
+ 00020599  0x00004bf6 rtn 
+ 00020600  0x00004bf9 fetch  0x00000002 , 0x00004335 
+ 00020601  0x00004bfa increase  0xfffffffe , 0x0000003f 
+ 00020602  0x00004bfb div  0x0000003f , 0x00000007 
+ 00020603  0x00004bfc call  0x00007d62 
+ 00020604  0x00004bfd quotient  0x00000039 
+ 00020605  0x00004bfe fetch  0x00000002 , 0x00004339 
+ 00020606  0x00004bff add  0x0000003f , 0x00000006 , 0x00000006 
+ 00020607  0x00004c00 branch  0x00005080 
+ 00020608  0x00004c03 increase  0x00000003 , 0x00000006 
+ 00020609  0x00004c04 ifetch  0x00000002 , 0x00000006 
+ 00020610  0x00004c05 copy  0x0000003f , 0x00000013 
+ 00020611  0x00004c06 ifetch  0x00000002 , 0x00000006 
+ 00020612  0x00004c07 arg  0x00002a29 , 0x00000002 
+ 00020613  0x00004c08 isub  0x00000002 , 0x0000003e 
+ 00020614  0x00004c09 branch  0x00005089 , 0x00000005 
+ 00020615  0x00004c0a loop  0x00005080 
+ 00020616  0x00004c0b branch  0x0000504c 
+ 00020617  0x00004c0d arg  0x00000003 , 0x00000011 
+ 00020618  0x00004c0e arg  0x00000004 , 0x00000012 
+ 00020619  0x00004c0f call  0x000029fb 
+ 00020620  0x00004c10 setarg  0x0000000a 
+ 00020621  0x00004c11 istore  0x00000001 , 0x00000005 
+ 00020622  0x00004c12 copy  0x00000013 , 0x0000003f 
+ 00020623  0x00004c13 istore  0x00000002 , 0x00000005 
+ 00020624  0x00004c14 rtn 
+ 00020625  0x00004c17 fetch  0x00000002 , 0x00004335 
+ 00020626  0x00004c18 arg  0x00000009 , 0x00000039 
+ 00020627  0x00004c19 fetch  0x00000002 , 0x00004339 
+ 00020628  0x00004c1a add  0x0000003f , 0x00000005 , 0x00000011 
+ 00020629  0x00004c1b arg  0x000049f4 , 0x00000012 
+ 00020630  0x00004c1c call  0x00007d64 
+ 00020631  0x00004c1d branch  0x0000504f , 0x00000005 
+ 00020632  0x00004c1e branch  0x0000504c 
+ 00020633  0x00004c27 branch  0x000050bd , 0x0000002b 
+ 00020634  0x00004c28 call  0x00002952 
+ 00020635  0x00004c29 setarg  0x000050c7 
+ 00020636  0x00004c2a store  0x00000002 , 0x000043db 
+ 00020637  0x00004c2b setarg  0x000050ca 
+ 00020638  0x00004c2c store  0x00000002 , 0x000043dd 
+ 00020639  0x00004c2d setarg  0x000050c3 
+ 00020640  0x00004c2e store  0x00000002 , 0x000043d3 
+ 00020641  0x00004c2f setarg  0x00005180 
+ 00020642  0x00004c30 store  0x00000002 , 0x000043e1 
+ 00020643  0x00004c31 setarg  0x000053b0 
+ 00020644  0x00004c32 store  0x00000002 , 0x000043df 
+ 00020645  0x00004c33 setarg  0x000053c1 
+ 00020646  0x00004c34 store  0x00000002 , 0x000043e3 
+ 00020647  0x00004c36 bpatch  0x00000062 , 0x0000400c 
+ 00020648  0x00004c37 call  0x000050ab 
+ 00020649  0x00004c38 call  0x000050be 
+ 00020650  0x00004c39 branch  0x0000533b 
+ 00020651  0x00004c3c fetch  0x00000001 , 0x00008060 
+ 00020652  0x00004c3d set0  0x00000000 , 0x0000003f 
+ 00020653  0x00004c3e store  0x00000001 , 0x00008060 
+ 00020654  0x00004c3f fetch  0x00000008 , 0x00004500 
+ 00020655  0x00004c40 call  0x00006d68 
+ 00020656  0x00004c41 fetch  0x00000002 , 0x00004508 
+ 00020657  0x00004c42 call  0x00006d73 
+ 00020658  0x00004c43 call  0x00006d82 
+ 00020659  0x00004c44 jam  0x00000008 , 0x00008077 
+ 00020660  0x00004c45 jam  0x00000049 , 0x00008076 
+ 00020661  0x00004c46 jam  0x0000000a , 0x00008079 
+ 00020662  0x00004c47 jam  0x0000000b , 0x0000807a 
+ 00020663  0x00004c49 arg  0x00000081 , 0x00000002 
+ 00020664  0x00004c4a fetch  0x00000002 , 0x0000450f 
+ 00020665  0x00004c4b isolate1  0x00000000 , 0x0000003f 
+ 00020666  0x00004c4c setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00020667  0x00004c4d storet  0x00000001 , 0x00008060 
+ 00020668  0x00004c4e rtn 
+ 00020669  0x00004c51 branch  0x000050ab 
+ 00020670  0x00004c56 fetcht  0x00000001 , 0x000044f5 
+ 00020671  0x00004c57 call  0x00006ef7 
+ 00020672  0x00004c58 call  0x000050ed 
+ 00020673  0x00004c59 fetcht  0x00000001 , 0x000044f3 
+ 00020674  0x00004c5a branch  0x00006edd 
+ 00020675  0x00004c5d fetcht  0x00000001 , 0x000044f3 
+ 00020676  0x00004c5e call  0x00006ee6 
+ 00020677  0x00004c5f nbranch  0x0000430a , 0x00000001 
+ 00020678  0x00004c60 branch  0x00004308 
+ 00020679  0x00004c64 call  0x000069a9 
+ 00020680  0x00004c65 nrtn  0x00000034 
+ 00020681  0x00004c66 branch  0x000050ef 
+ 00020682  0x00004c6a copy  0x00000013 , 0x0000003f 
+ 00020683  0x00004c6b beq  0x00000014 , 0x000050dc 
+ 00020684  0x00004c6c beq  0x00000015 , 0x000050d8 
+ 00020685  0x00004c6d beq  0x00000030 , 0x00005375 
+ 00020686  0x00004c6e beq  0x00000031 , 0x00005377 
+ 00020687  0x00004c6f beq  0x00000032 , 0x00005381 
+ 00020688  0x00004c70 beq  0x00000033 , 0x0000537f 
+ 00020689  0x00004c71 beq  0x00000034 , 0x0000536f 
+ 00020690  0x00004c72 beq  0x0000003d , 0x0000534f 
+ 00020691  0x00004c73 beq  0x00000041 , 0x000050e2 
+ 00020692  0x00004c74 beq  0x00000042 , 0x000050e4 
+ 00020693  0x00004c75 beq  0x00000043 , 0x0000536d 
+ 00020694  0x00004c76 beq  0x0000003b , 0x00005358 
+ 00020695  0x00004c77 rtn 
+ 00020696  0x00004c7c call  0x000029cb 
+ 00020697  0x00004c7d jam  0x00000000 , 0x00004511 
+ 00020698  0x00004c7e call  0x000050e0 
+ 00020699  0x00004c7f branch  0x00005321 
+ 00020700  0x00004c86 call  0x000050e7 
+ 00020701  0x00004c87 fetch  0x00000001 , 0x000044fe 
+ 00020702  0x00004c88 store  0x00000001 , 0x000040c0 
+ 00020703  0x00004c89 branch  0x0000531f 
+ 00020704  0x00004c8e call  0x00005149 
+ 00020705  0x00004c8f branch  0x000050e5 
+ 00020706  0x00004c93 call  0x000030f3 
+ 00020707  0x00004c94 branch  0x00002ed5 
+ 00020708  0x00004c97 branch  0x00005391 
+ 00020709  0x00004c9b fetcht  0x00000001 , 0x000044f5 
+ 00020710  0x00004c9c branch  0x00006ef7 
+ 00020711  0x00004c9f call  0x000050e9 
+ 00020712  0x00004ca0 branch  0x000050ed 
+ 00020713  0x00004ca3 fetch  0x00000001 , 0x000044f8 
+ 00020714  0x00004ca4 isolate1  0x00000001 , 0x0000003f 
+ 00020715  0x00004ca5 call  0x00004315 , 0x00000001 
+ 00020716  0x00004ca6 rtn 
+ 00020717  0x00004ca8 fetcht  0x00000001 , 0x000044f5 
+ 00020718  0x00004ca9 branch  0x00006ef3 
+ 00020719  0x00004cad fetch  0x00000001 , 0x0000810b 
+ 00020720  0x00004cae rtnbit1  0x00000002 
+ 00020721  0x00004caf call  0x00006d96 
+ 00020722  0x00004cb0 ifetch  0x00000001 , 0x00000003 
+ 00020723  0x00004cb1 bne  0x00000001 , 0x00005105 
+ 00020724  0x00004cb2 fetch  0x00000002 , 0x00008112 
+ 00020725  0x00004cb3 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00020726  0x00004cb4 rtn  0x00000002 
+ 00020727  0x00004cb5 ifetch  0x00000001 , 0x00000003 
+ 00020728  0x00004cb6 store  0x00000001 , 0x000006e2 
+ 00020729  0x00004cb7 ifetcht  0x00000001 , 0x00000003 
+ 00020730  0x00004cb8 copy  0x00000003 , 0x00000011 
+ 00020731  0x00004cb9 storet  0x00000001 , 0x000006e3 
+ 00020732  0x00004cba add  0x00000002 , 0x00000003 , 0x00000002 
+ 00020733  0x00004cbb fetch  0x00000002 , 0x00008112 
+ 00020734  0x00004cbc isub  0x00000002 , 0x00000002 
+ 00020735  0x00004cbd nrtn  0x00000002 
+ 00020736  0x00004cbe jam  0x00000001 , 0x000006e4 
+ 00020737  0x00004cbf call  0x00005113 
+ 00020738  0x00004cc0 fetch  0x00000001 , 0x000006e4 
+ 00020739  0x00004cc1 rtneq  0x00000000 
+ 00020740  0x00004cc2 branch  0x0000510e 
+ 00020741  0x00004cc5 call  0x00007c95 
+ 00020742  0x00004cc6 call  0x0000535e 
+ 00020743  0x00004cc7 branch  0x00005108 
+ 00020744  0x00004ccb bpatch  0x00000063 , 0x0000400c 
+ 00020745  0x00004ccc call  0x00006d96 
+ 00020746  0x00004ccd fetch  0x00000002 , 0x00008112 
+ 00020747  0x00004cce rtn  0x00000034 
+ 00020748  0x00004ccf iadd  0x00000003 , 0x00000003 
+ 00020749  0x00004cd0 branch  0x00005112 
+ 00020750  0x00004cd3 call  0x00006d96 
+ 00020751  0x00004cd4 increase  0x00000002 , 0x00000003 
+ 00020752  0x00004cd5 ifetch  0x00000001 , 0x00000003 
+ 00020753  0x00004cd6 iadd  0x00000003 , 0x00000003 
+ 00020754  0x00004cd8 branch  0x00006d9c 
+ 00020755  0x00004cdc bpatch  0x00000064 , 0x0000400c 
+ 00020756  0x00004cdd fetch  0x00000001 , 0x000006e2 
+ 00020757  0x00004cde beq  0x00000001 , 0x0000513d 
+ 00020758  0x00004cdf beq  0x00000002 , 0x00005142 
+ 00020759  0x00004ce0 beq  0x00000004 , 0x00005150 
+ 00020760  0x00004ce1 beq  0x00000009 , 0x00005154 
+ 00020761  0x00004ce2 beq  0x0000000b , 0x000051ab 
+ 00020762  0x00004ce3 beq  0x0000000e , 0x000051ac 
+ 00020763  0x00004ce4 beq  0x0000000f , 0x000051b4 
+ 00020764  0x00004ce5 beq  0x00000010 , 0x000051bc 
+ 00020765  0x00004ce6 beq  0x00000012 , 0x000051c0 
+ 00020766  0x00004ce7 beq  0x00000026 , 0x000051c4 
+ 00020767  0x00004ce8 beq  0x00000028 , 0x000051c9 
+ 00020768  0x00004ce9 beq  0x0000002a , 0x000051cc 
+ 00020769  0x00004cea beq  0x0000002b , 0x000051ff 
+ 00020770  0x00004ceb beq  0x0000002c , 0x00005205 
+ 00020771  0x00004cec beq  0x00000030 , 0x0000520c 
+ 00020772  0x00004ced beq  0x00000031 , 0x00005211 
+ 00020773  0x00004cee beq  0x00000032 , 0x00005222 
+ 00020774  0x00004cef beq  0x00000033 , 0x0000522d 
+ 00020775  0x00004cf0 beq  0x00000034 , 0x0000525a 
+ 00020776  0x00004cf1 beq  0x00000035 , 0x0000525d 
+ 00020777  0x00004cf2 beq  0x00000036 , 0x00005266 
+ 00020778  0x00004cf3 beq  0x00000037 , 0x0000526f 
+ 00020779  0x00004cf4 beq  0x00000038 , 0x00005275 
+ 00020780  0x00004cf5 beq  0x00000040 , 0x0000527d 
+ 00020781  0x00004cf6 beq  0x00000042 , 0x00005287 
+ 00020782  0x00004cf7 beq  0x00000048 , 0x0000528c 
+ 00020783  0x00004cf9 beq  0x00000051 , 0x00005297 
+ 00020784  0x00004cfa beq  0x00000061 , 0x0000529b 
+ 00020785  0x00004cfb beq  0x00000076 , 0x000052aa 
+ 00020786  0x00004cfc beq  0x00000077 , 0x000052b0 
+ 00020787  0x00004cfd beq  0x00000078 , 0x000052b5 
+ 00020788  0x00004cfe beq  0x0000007a , 0x000052eb 
+ 00020789  0x00004cff beq  0x0000007b , 0x000052f9 
+ 00020790  0x00004d00 beq  0x00000090 , 0x000052ff 
+ 00020791  0x00004d01 beq  0x00000091 , 0x00005304 
+ 00020792  0x00004d02 beq  0x00000092 , 0x00005308 
+ 00020793  0x00004d03 beq  0x00000093 , 0x0000530d 
+ 00020794  0x00004d04 beq  0x00000094 , 0x00005311 
+ 00020795  0x00004d05 beq  0x000000ff , 0x00005317 
+ 00020796  0x00004d06 branch  0x00005319 
+ 00020797  0x00004d0d fetch  0x00000001 , 0x000006e3 
+ 00020798  0x00004d0e bne  0x00000006 , 0x00005319 
+ 00020799  0x00004d0f ifetch  0x00000006 , 0x00000003 
+ 00020800  0x00004d10 store  0x00000006 , 0x000042db 
+ 00020801  0x00004d11 branch  0x0000531c 
+ 00020802  0x00004d16 fetch  0x00000001 , 0x000006e3 
+ 00020803  0x00004d17 bne  0x00000001 , 0x00005319 
+ 00020804  0x00004d18 ifetcht  0x00000001 , 0x00000003 
+ 00020805  0x00004d19 storet  0x00000001 , 0x000044ff 
+ 00020806  0x00004d1a call  0x0000531c 
+ 00020807  0x00004d1b fetch  0x00000002 , 0x000044e9 
+ 00020808  0x00004d1c rtnbit1  0x00000009 
+ 00020809  0x00004d20 fetch  0x00000001 , 0x000044f8 
+ 00020810  0x00004d21 isolate1  0x00000001 , 0x0000003f 
+ 00020811  0x00004d22 nrtn  0x00000001 
+ 00020812  0x00004d23 fetcht  0x00000001 , 0x000044ff 
+ 00020813  0x00004d24 isolate1  0x00000002 , 0x00000002 
+ 00020814  0x00004d25 branch  0x00004317 , 0x00000001 
+ 00020815  0x00004d26 branch  0x00004315 
+ 00020816  0x00004d2c arg  0x0000001d , 0x0000003f 
+ 00020817  0x00004d2d arg  0x0000426b , 0x00000005 
+ 00020818  0x00004d2e call  0x00005260 
+ 00020819  0x00004d2f branch  0x00002952 
+ 00020820  0x00004d35 fetch  0x00000002 , 0x000044e9 
+ 00020821  0x00004d36 bbit0  0x00000009 , 0x00005319 
+ 00020822  0x00004d37 call  0x000051a8 
+ 00020823  0x00004d38 branch  0x00005319 , 0x00000028 
+ 00020824  0x00004d39 jam  0x00000000 , 0x000006e4 
+ 00020825  0x00004d3a fetch  0x00000002 , 0x0000450f 
+ 00020826  0x00004d3b bbit1  0x00000008 , 0x00005179 
+ 00020827  0x00004d3c fetch  0x00000001 , 0x00004511 
+ 00020828  0x00004d3d nrtn  0x00000034 
+ 00020829  0x00004d3e jam  0x00000001 , 0x000006e4 
+ 00020830  0x00004d3f ifetch  0x00000002 , 0x00000003 
+ 00020831  0x00004d40 store  0x00000002 , 0x00004512 
+ 00020832  0x00004d41 storer  0x00000003 , 0x00000002 , 0x00004514 
+ 00020833  0x00004d42 fetch  0x00000001 , 0x000006e3 
+ 00020834  0x00004d43 pincrease  0xfffffffe 
+ 00020835  0x00004d44 nbranch  0x00005319 , 0x00000002 
+ 00020836  0x00004d45 branch  0x00005319 , 0x00000005 
+ 00020837  0x00004d46 store  0x00000001 , 0x00004511 
+ 00020838  0x00004d47 fetcht  0x00000002 , 0x00004512 
+ 00020839  0x00004d48 increase  0xffffffff , 0x00000002 
+ 00020840  0x00004d49 call  0x00002cd2 
+ 00020841  0x00004d4a branch  0x0000517c , 0x00000034 
+ 00020842  0x00004d4b ifetcht  0x00000004 , 0x00000006 
+ 00020843  0x00004d4c setarg  0x01280302 
+ 00020844  0x00004d4d isub  0x00000002 , 0x0000003e 
+ 00020845  0x00004d4e nbranch  0x0000517c , 0x00000005 
+ 00020846  0x00004d4f ifetch  0x00000001 , 0x00000006 
+ 00020847  0x00004d50 store  0x00000001 , 0x00004516 
+ 00020848  0x00004d51 and_into  0x00000030 , 0x0000003f 
+ 00020849  0x00004d52 branch  0x0000517c , 0x00000034 
+ 00020850  0x00004d53 jam  0x00000000 , 0x000006e4 
+ 00020851  0x00004d54 call  0x000029c9 
+ 00020852  0x00004d55 call  0x00005180 
+ 00020853  0x00004d56 call  0x00005180 
+ 00020854  0x00004d57 call  0x00005180 
+ 00020855  0x00004d58 fetch  0x00000002 , 0x0000450f 
+ 00020856  0x00004d59 rtnbit0  0x00000008 
+ 00020857  0x00004d5b jam  0x00000001 , 0x000006e4 
+ 00020858  0x00004d5c call  0x000053d6 
+ 00020859  0x00004d5d branch  0x0000531c 
+ 00020860  0x00004d60 jam  0x00000000 , 0x00004511 
+ 00020861  0x00004d61 jam  0x00000001 , 0x000006e4 
+ 00020862  0x00004d62 call  0x000053d6 
+ 00020863  0x00004d63 branch  0x00005319 
+ 00020864  0x00004d66 fetch  0x00000001 , 0x00004511 
+ 00020865  0x00004d67 rtn  0x00000034 
+ 00020866  0x00004d68 call  0x00002a28 
+ 00020867  0x00004d69 nrtn  0x00000034 
+ 00020868  0x00004d6a call  0x000051a3 
+ 00020869  0x00004d6b bpatch  0x00000065 , 0x0000400c 
+ 00020870  0x00004d6c fetch  0x00000002 , 0x000042e1 
+ 00020871  0x00004d6d call  0x00007db0 
+ 00020872  0x00004d6e copy  0x0000003f , 0x00000002 
+ 00020873  0x00004d6f fetch  0x00000001 , 0x00004396 
+ 00020874  0x00004d70 rtnbit1  0x00000000 
+ 00020875  0x00004d71 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00020876  0x00004d72 arg  0x000000fb , 0x00000002 
+ 00020877  0x00004d73 call  0x00007db0 
+ 00020878  0x00004d74 fetcht  0x00000001 , 0x00004511 
+ 00020879  0x00004d75 call  0x00007db0 
+ 00020880  0x00004d76 copy  0x0000003f , 0x00000011 
+ 00020881  0x00004d77 copy  0x00000002 , 0x0000003f 
+ 00020882  0x00004d78 isub  0x00000011 , 0x0000003f 
+ 00020883  0x00004d79 store  0x00000001 , 0x00004511 
+ 00020884  0x00004d7a call  0x0000519e 
+ 00020885  0x00004d7b fetch  0x00000002 , 0x00004514 
+ 00020886  0x00004d7c copy  0x0000003f , 0x00000003 
+ 00020887  0x00004d7d copy  0x00000011 , 0x00000039 
+ 00020888  0x00004d7e call  0x00006dca 
+ 00020889  0x00004d7f copy  0x00000003 , 0x0000003f 
+ 00020890  0x00004d80 store  0x00000002 , 0x00004514 
+ 00020891  0x00004d81 fetch  0x00000001 , 0x00004511 
+ 00020892  0x00004d82 nrtn  0x00000034 
+ 00020893  0x00004d83 branch  0x000053d4 
+ 00020894  0x00004d86 fetcht  0x00000002 , 0x00004512 
+ 00020895  0x00004d87 fetch  0x00000001 , 0x00004516 
+ 00020896  0x00004d88 bbit1  0x00000005 , 0x00002df7 
+ 00020897  0x00004d89 bbit1  0x00000004 , 0x00002dee 
+ 00020898  0x00004d8a rtn 
+ 00020899  0x00004d8f arg  0x00000017 , 0x00000002 
+ 00020900  0x00004d90 fetch  0x00000002 , 0x0000450f 
+ 00020901  0x00004d91 rtnbit1  0x00000001 
+ 00020902  0x00004d92 fetcht  0x00000002 , 0x000042e3 
+ 00020903  0x00004d93 rtn 
+ 00020904  0x00004d96 fetch  0x00000002 , 0x0000450f 
+ 00020905  0x00004d97 bbit1  0x00000002 , 0x00002dc7 
+ 00020906  0x00004d98 branch  0x00007dbc 
+ 00020907  0x00004d9d branch  0x0000533f 
+ 00020908  0x00004da4 ifetch  0x00000001 , 0x00000003 
+ 00020909  0x00004da5 fetcht  0x00000001 , 0x0000450f 
+ 00020910  0x00004da6 nsetflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00020911  0x00004da7 storet  0x00000001 , 0x0000450f 
+ 00020912  0x00004da8 fetcht  0x00000001 , 0x00008060 
+ 00020913  0x00004da9 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00020914  0x00004daa storet  0x00000001 , 0x00008060 
+ 00020915  0x00004dab branch  0x0000531c 
+ 00020916  0x00004db0 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00020917  0x00004db1 call  0x00007d33 
+ 00020918  0x00004db2 call  0x00006d77 
+ 00020919  0x00004db3 store  0x00000002 , 0x00004508 
+ 00020920  0x00004db4 call  0x0000531c 
+ 00020921  0x00004db5 call  0x00006dae 
+ 00020922  0x00004db6 fetch  0x00000002 , 0x00004508 
+ 00020923  0x00004db7 branch  0x00006d73 
+ 00020924  0x00004dbc arg  0x00000002 , 0x00000011 
+ 00020925  0x00004dbd arg  0x000044f1 , 0x00000012 
+ 00020926  0x00004dbe arg  0x00000000 , 0x00000002 
+ 00020927  0x00004dbf branch  0x00005323 
+ 00020928  0x00004dc5 fetch  0x00000002 , 0x000044e9 
+ 00020929  0x00004dc6 bbit0  0x00000009 , 0x00005319 
+ 00020930  0x00004dc8 call  0x0000531c 
+ 00020931  0x00004dc9 branch  0x0000431f 
+ 00020932  0x00004dd0 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00020933  0x00004dd1 fetch  0x00000002 , 0x000043f8 
+ 00020934  0x00004dd2 icopy  0x00000005 
+ 00020935  0x00004dd3 call  0x00006dca 
+ 00020936  0x00004dd4 branch  0x0000531c 
+ 00020937  0x00004dd9 fetch  0x00000002 , 0x000044e9 
+ 00020938  0x00004dda bbit1  0x00000009 , 0x0000528c 
+ 00020939  0x00004ddb branch  0x00005319 
+ 00020940  0x00004de0 arg  0x00000040 , 0x00000039 
+ 00020941  0x00004de1 arg  0x00004348 , 0x00000005 
+ 00020942  0x00004de2 call  0x00007ca1 
+ 00020943  0x00004de3 setarg  0x00000000 
+ 00020944  0x00004de4 store  0x00000001 , 0x00000688 
+ 00020945  0x00004de5 copy  0x00000011 , 0x00000003 
+ 00020946  0x00004de7 copy  0x00000003 , 0x0000003f 
+ 00020947  0x00004de8 store  0x00000002 , 0x0000068c 
+ 00020948  0x00004de9 call  0x000051fa 
+ 00020949  0x00004deb fetch  0x00000001 , 0x00000688 
+ 00020950  0x00004dec fetcht  0x00000001 , 0x00000678 
+ 00020951  0x00004ded increase  0x00000001 , 0x00000002 
+ 00020952  0x00004dee iadd  0x00000002 , 0x0000003f 
+ 00020953  0x00004def store  0x00000001 , 0x00000688 
+ 00020954  0x00004df1 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00020955  0x00004df2 nbranch  0x000051e6 , 0x00000002 
+ 00020956  0x00004df4 fetcht  0x00000001 , 0x00004348 
+ 00020957  0x00004df5 setarg  0x00004349 
+ 00020958  0x00004df6 iadd  0x00000002 , 0x0000003f 
+ 00020959  0x00004df7 store  0x00000002 , 0x00000691 
+ 00020960  0x00004df8 fetcht  0x00000001 , 0x00000678 
+ 00020961  0x00004df9 increase  0x00000001 , 0x00000002 
+ 00020962  0x00004dfa fetch  0x00000001 , 0x00004348 
+ 00020963  0x00004dfb iadd  0x00000002 , 0x0000003f 
+ 00020964  0x00004dfc store  0x00000001 , 0x00004348 
+ 00020965  0x00004dfd branch  0x000051ef 
+ 00020966  0x00004dff fetcht  0x00000001 , 0x00004368 
+ 00020967  0x00004e00 setarg  0x00004369 
+ 00020968  0x00004e01 iadd  0x00000002 , 0x0000003f 
+ 00020969  0x00004e02 store  0x00000002 , 0x00000691 
+ 00020970  0x00004e03 fetcht  0x00000001 , 0x00000678 
+ 00020971  0x00004e04 increase  0x00000001 , 0x00000002 
+ 00020972  0x00004e05 fetch  0x00000001 , 0x00004368 
+ 00020973  0x00004e06 iadd  0x00000002 , 0x0000003f 
+ 00020974  0x00004e07 store  0x00000001 , 0x00004368 
+ 00020975  0x00004e09 fetch  0x00000002 , 0x00000691 
+ 00020976  0x00004e0a copy  0x0000003f , 0x00000005 
+ 00020977  0x00004e0b fetch  0x00000002 , 0x0000068c 
+ 00020978  0x00004e0c copy  0x0000003f , 0x00000003 
+ 00020979  0x00004e0e copy  0x00000002 , 0x00000039 
+ 00020980  0x00004e0f call  0x00006dca 
+ 00020981  0x00004e11 fetch  0x00000001 , 0x000006e3 
+ 00020982  0x00004e12 fetcht  0x00000001 , 0x00000688 
+ 00020983  0x00004e13 isub  0x00000002 , 0x0000003e 
+ 00020984  0x00004e14 nbranch  0x000051d2 , 0x00000005 
+ 00020985  0x00004e15 branch  0x0000531c 
+ 00020986  0x00004e19 ifetch  0x00000001 , 0x00000003 
+ 00020987  0x00004e1a store  0x00000001 , 0x00000678 
+ 00020988  0x00004e1b ifetch  0x00000001 , 0x00000003 
+ 00020989  0x00004e1c store  0x00000001 , 0x00000684 
+ 00020990  0x00004e1d rtn 
+ 00020991  0x00004e22 arg  0x00000000 , 0x00000002 
+ 00020992  0x00004e23 arg  0x00000002 , 0x00000011 
+ 00020993  0x00004e24 fetch  0x00000002 , 0x0000450c 
+ 00020994  0x00004e25 store  0x00000002 , 0x000006a1 
+ 00020995  0x00004e26 arg  0x000006a1 , 0x00000012 
+ 00020996  0x00004e27 branch  0x00005323 
+ 00020997  0x00004e2c fetch  0x00000001 , 0x000006e3 
+ 00020998  0x00004e2d bne  0x00000001 , 0x00005319 
+ 00020999  0x00004e2e ifetch  0x00000001 , 0x00000003 
+ 00021000  0x00004e2f store  0x00000001 , 0x0000450a 
+ 00021001  0x00004e30 setarg  0x00000000 
+ 00021002  0x00004e31 store  0x00000002 , 0x0000450c 
+ 00021003  0x00004e32 branch  0x0000531c 
+ 00021004  0x00004e37 fetch  0x00000001 , 0x000006e3 
+ 00021005  0x00004e38 bne  0x00000004 , 0x00005319 
+ 00021006  0x00004e39 fetch  0x00000002 , 0x000044e9 
+ 00021007  0x00004e3a bbit1  0x00000009 , 0x000052eb 
+ 00021008  0x00004e3b branch  0x00005319 
+ 00021009  0x00004e41 fetch  0x00000001 , 0x000006e3 
+ 00021010  0x00004e42 bne  0x00000003 , 0x00005319 
+ 00021011  0x00004e43 ifetch  0x00000001 , 0x00000003 
+ 00021012  0x00004e44 beq  0x00000000 , 0x00005217 
+ 00021013  0x00004e45 beq  0x00000001 , 0x0000521d 
+ 00021014  0x00004e46 branch  0x00005319 
+ 00021015  0x00004e49 call  0x0000531c 
+ 00021016  0x00004e4a ifetcht  0x00000001 , 0x00000003 
+ 00021017  0x00004e4b ifetch  0x00000001 , 0x00000003 
+ 00021018  0x00004e4c beq  0x00000002 , 0x00006f0f 
+ 00021019  0x00004e4d nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021020  0x00004e4e branch  0x00006edd 
+ 00021021  0x00004e51 call  0x0000531c 
+ 00021022  0x00004e52 ifetcht  0x00000001 , 0x00000003 
+ 00021023  0x00004e53 ifetch  0x00000001 , 0x00000003 
+ 00021024  0x00004e54 branch  0x00006ef7 , 0x00000034 
+ 00021025  0x00004e55 branch  0x00006ef3 
+ 00021026  0x00004e5a fetch  0x00000001 , 0x000006e3 
+ 00021027  0x00004e5b bne  0x00000001 , 0x00005319 
+ 00021028  0x00004e5c ifetcht  0x00000001 , 0x00000003 
+ 00021029  0x00004e5d call  0x00006ee6 
+ 00021030  0x00004e5e setarg  0x00000000 
+ 00021031  0x00004e5f nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00021032  0x00004e60 arg  0x00000001 , 0x00000011 
+ 00021033  0x00004e61 store  0x00000002 , 0x000006a1 
+ 00021034  0x00004e62 arg  0x000006a1 , 0x00000012 
+ 00021035  0x00004e63 arg  0x00000000 , 0x00000002 
+ 00021036  0x00004e64 branch  0x00005323 
+ 00021037  0x00004e69 ifetch  0x00000001 , 0x00000003 
+ 00021038  0x00004e6a copy  0x0000003f , 0x00000002 
+ 00021039  0x00004e6b beq  0x00000081 , 0x0000523c 
+ 00021040  0x00004e6c beq  0x00000082 , 0x00005240 
+ 00021041  0x00004e6d beq  0x00000083 , 0x00005245 
+ 00021042  0x00004e6e beq  0x00000084 , 0x00005249 
+ 00021043  0x00004e6f store  0x00000001 , 0x000042fe 
+ 00021044  0x00004e70 call  0x000074ff 
+ 00021045  0x00004e71 call  0x00002ec4 
+ 00021046  0x00004e72 fetch  0x00000001 , 0x000042fe 
+ 00021047  0x00004e73 beq  0x00000000 , 0x0000524d 
+ 00021048  0x00004e74 beq  0x00000001 , 0x00005250 
+ 00021049  0x00004e75 beq  0x00000002 , 0x00005252 
+ 00021050  0x00004e76 beq  0x00000004 , 0x00005254 
+ 00021051  0x00004e77 branch  0x00005319 
+ 00021052  0x00004e7a storet  0x00000001 , 0x000042fe 
+ 00021053  0x00004e7b call  0x00002ec0 
+ 00021054  0x00004e7c jam  0x0000000d , 0x000042c7 
+ 00021055  0x00004e7d branch  0x0000524e 
+ 00021056  0x00004e7f storet  0x00000001 , 0x000042fe 
+ 00021057  0x00004e80 call  0x00002ec0 
+ 00021058  0x00004e81 jam  0x0000000d , 0x000042c7 
+ 00021059  0x00004e82 jam  0x00000001 , 0x000042c5 
+ 00021060  0x00004e83 branch  0x0000531c 
+ 00021061  0x00004e85 storet  0x00000001 , 0x000042fe 
+ 00021062  0x00004e86 call  0x00002ec0 
+ 00021063  0x00004e87 jam  0x0000000d , 0x000042c7 
+ 00021064  0x00004e88 branch  0x00005258 
+ 00021065  0x00004e8a storet  0x00000001 , 0x000042fe 
+ 00021066  0x00004e8b call  0x00002ec0 
+ 00021067  0x00004e8c jam  0x0000000d , 0x000042c7 
+ 00021068  0x00004e8d branch  0x00005256 
+ 00021069  0x00004e91 jam  0x00000000 , 0x000042c7 
+ 00021070  0x00004e93 jam  0x00000003 , 0x000042c5 
+ 00021071  0x00004e94 branch  0x0000531c 
+ 00021072  0x00004e96 jam  0x00000001 , 0x000042c7 
+ 00021073  0x00004e97 branch  0x0000524e 
+ 00021074  0x00004e99 jam  0x00000005 , 0x000042c7 
+ 00021075  0x00004e9a branch  0x00005258 
+ 00021076  0x00004e9c jam  0x00000005 , 0x000042c7 
+ 00021077  0x00004e9d branch  0x00005256 
+ 00021078  0x00004e9f jam  0x00000002 , 0x000042c5 
+ 00021079  0x00004ea0 branch  0x0000531c 
+ 00021080  0x00004ea2 jam  0x00000000 , 0x000042c5 
+ 00021081  0x00004ea3 branch  0x0000531c 
+ 00021082  0x00004ea8 arg  0x0000001f , 0x0000003f 
+ 00021083  0x00004ea9 arg  0x00004348 , 0x00000005 
+ 00021084  0x00004eaa branch  0x00005260 
+ 00021085  0x00004eaf arg  0x0000001f , 0x0000003f 
+ 00021086  0x00004eb0 arg  0x00004368 , 0x00000005 
+ 00021087  0x00004eb1 branch  0x00005260 
+ 00021088  0x00004eb4 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00021089  0x00004eb5 isub  0x00000039 , 0x0000003e 
+ 00021090  0x00004eb6 nbranch  0x00005319 , 0x00000002 
+ 00021091  0x00004eb7 istorer  0x00000039 , 0x00000001 , 0x00000005 
+ 00021092  0x00004eb8 call  0x00006dca 
+ 00021093  0x00004eb9 branch  0x0000531c 
+ 00021094  0x00004ebe fetch  0x00000002 , 0x000044e9 
+ 00021095  0x00004ebf bbit0  0x00000009 , 0x00005319 
+ 00021096  0x00004ec0 fetch  0x00000001 , 0x000006e3 
+ 00021097  0x00004ec1 bne  0x00000008 , 0x00005319 
+ 00021098  0x00004ec2 ifetch  0x00000008 , 0x00000003 
+ 00021099  0x00004ec3 store  0x00000008 , 0x000042d3 
+ 00021100  0x00004ec4 jam  0x00000012 , 0x0000066f 
+ 00021101  0x00004ec5 call  0x00007834 
+ 00021102  0x00004ec6 branch  0x0000531c 
+ 00021103  0x00004ecb ifetch  0x00000002 , 0x00000003 
+ 00021104  0x00004ecc store  0x00000002 , 0x00004389 
+ 00021105  0x00004ecd storet  0x00000001 , 0x000040a6 
+ 00021106  0x00004ece iadd  0x00000002 , 0x0000003f 
+ 00021107  0x00004ecf store  0x00000002 , 0x000040a4 
+ 00021108  0x00004ed0 branch  0x0000531c 
+ 00021109  0x00004ed5 fetch  0x00000001 , 0x000042fe 
+ 00021110  0x00004ed6 branch  0x00005319 , 0x00000034 
+ 00021111  0x00004ed7 fetch  0x00000001 , 0x000042fc 
+ 00021112  0x00004ed8 bne  0x00000000 , 0x00005319 
+ 00021113  0x00004ed9 fetch  0x00000001 , 0x000042fd 
+ 00021114  0x00004eda bne  0x00000000 , 0x00005319 
+ 00021115  0x00004edb call  0x000078a9 
+ 00021116  0x00004edc branch  0x0000531c 
+ 00021117  0x00004ee1 fetch  0x00000001 , 0x000006e3 
+ 00021118  0x00004ee2 bne  0x00000005 , 0x00005319 
+ 00021119  0x00004ee3 ifetch  0x00000001 , 0x00000003 
+ 00021120  0x00004ee4 store  0x00000001 , 0x000044f9 
+ 00021121  0x00004ee5 ifetch  0x00000004 , 0x00000003 
+ 00021122  0x00004ee6 store  0x00000004 , 0x000044fa 
+ 00021123  0x00004ee7 fetcht  0x00000001 , 0x000044f9 
+ 00021124  0x00004ee8 call  0x00006ef7 
+ 00021125  0x00004ee9 call  0x000053ae 
+ 00021126  0x00004eea branch  0x0000531c 
+ 00021127  0x00004eef fetch  0x00000001 , 0x000006e3 
+ 00021128  0x00004ef0 bne  0x00000001 , 0x00005319 
+ 00021129  0x00004ef1 ifetch  0x00000001 , 0x00000003 
+ 00021130  0x00004ef2 store  0x00000001 , 0x00004141 
+ 00021131  0x00004ef3 branch  0x0000531c 
+ 00021132  0x00004ef8 ifetch  0x00000001 , 0x00000003 
+ 00021133  0x00004ef9 beq  0x00000001 , 0x00005295 
+ 00021134  0x00004efa fetch  0x00000001 , 0x000042fa 
+ 00021135  0x00004efb beq  0x00000003 , 0x00005293 
+ 00021136  0x00004efc beq  0x00000006 , 0x00005293 
+ 00021137  0x00004efd beq  0x00000007 , 0x00005293 
+ 00021138  0x00004efe branch  0x00005319 
+ 00021139  0x00004f00 jam  0x00000001 , 0x000042fb 
+ 00021140  0x00004f01 branch  0x0000531c 
+ 00021141  0x00004f04 call  0x00002f2a 
+ 00021142  0x00004f05 branch  0x0000531c 
+ 00021143  0x00004f0c call  0x0000531c 
+ 00021144  0x00004f0d call  0x00006dae 
+ 00021145  0x00004f0e jam  0x00000001 , 0x00008010 
+ 00021146  0x00004f0f branch  0x0000235a 
+ 00021147  0x00004f14 fetch  0x00000001 , 0x000006e3 
+ 00021148  0x00004f15 beq  0x00000000 , 0x00005319 
+ 00021149  0x00004f16 ifetch  0x00000001 , 0x00000003 
+ 00021150  0x00004f17 branch  0x000052a8 , 0x00000034 
+ 00021151  0x00004f18 fetch  0x00000001 , 0x000006e3 
+ 00021152  0x00004f19 bne  0x00000005 , 0x00005319 
+ 00021153  0x00004f1a ifetch  0x00000004 , 0x00000003 
+ 00021154  0x00004f1b arg  0x000f4240 , 0x00000002 
+ 00021155  0x00004f1c isub  0x00000002 , 0x0000003e 
+ 00021156  0x00004f1d branch  0x00005319 , 0x00000002 
+ 00021157  0x00004f1e store  0x00000004 , 0x000042ff 
+ 00021158  0x00004f1f call  0x000029c1 
+ 00021159  0x00004f20 branch  0x0000531c 
+ 00021160  0x00004f23 call  0x000029c3 
+ 00021161  0x00004f24 branch  0x0000531c 
+ 00021162  0x00004f29 arg  0x00000001 , 0x00000002 
+ 00021163  0x00004f2a call  0x00002cd2 
+ 00021164  0x00004f2b add  0x00000006 , 0xfffffffe , 0x00000005 
+ 00021165  0x00004f2c setarg  0x00000000 
+ 00021166  0x00004f2d istore  0x00000002 , 0x00000005 
+ 00021167  0x00004f2e branch  0x0000531c 
+ 00021168  0x00004f33 call  0x000052b9 
+ 00021169  0x00004f34 call  0x000052e7 
+ 00021170  0x00004f35 setarg  0x00000000 
+ 00021171  0x00004f36 istore  0x00000002 , 0x00000005 
+ 00021172  0x00004f37 branch  0x00005388 
+ 00021173  0x00004f3d ifetch  0x00000001 , 0x00000003 
+ 00021174  0x00004f3e call  0x000052bd 
+ 00021175  0x00004f3f call  0x000052c4 
+ 00021176  0x00004f40 branch  0x00005388 
+ 00021177  0x00004f44 call  0x000052e4 
+ 00021178  0x00004f45 setarg  0x00280002 
+ 00021179  0x00004f46 istore  0x00000003 , 0x00000005 
+ 00021180  0x00004f47 rtn 
+ 00021181  0x00004f4b store  0x00000001 , 0x00000670 
+ 00021182  0x00004f4c call  0x000052e4 
+ 00021183  0x00004f4d setarg  0x01280302 
+ 00021184  0x00004f4e istore  0x00000004 , 0x00000005 
+ 00021185  0x00004f4f fetch  0x00000001 , 0x00000670 
+ 00021186  0x00004f50 istore  0x00000003 , 0x00000005 
+ 00021187  0x00004f51 rtn 
+ 00021188  0x00004f55 call  0x00002cf6 
+ 00021189  0x00004f56 ifetch  0x00000001 , 0x00000003 
+ 00021190  0x00004f57 and  0x0000003f , 0x0000001f , 0x00000039 
+ 00021191  0x00004f58 copy  0x0000003f , 0x00000011 
+ 00021192  0x00004f59 isolate1  0x00000007 , 0x00000011 
+ 00021193  0x00004f5a setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00021194  0x00004f5b isolate1  0x00000006 , 0x00000011 
+ 00021195  0x00004f5c setflag  0x00000001 , 0x0000000e , 0x00000002 
+ 00021196  0x00004f5d istoret  0x00000002 , 0x00000005 
+ 00021197  0x00004f5e copy  0x00000039 , 0x0000003f 
+ 00021198  0x00004f5f istore  0x00000001 , 0x00000005 
+ 00021199  0x00004f60 call  0x00006ddd 
+ 00021200  0x00004f61 call  0x000052e7 
+ 00021201  0x00004f62 setarg  0x00000000 
+ 00021202  0x00004f63 istore  0x00000002 , 0x00000005 
+ 00021203  0x00004f64 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00021204  0x00004f65 increase  0xffffffff , 0x00000002 
+ 00021205  0x00004f66 call  0x00002cd2 
+ 00021206  0x00004f67 add  0x00000006 , 0x00000004 , 0x00000006 
+ 00021207  0x00004f68 ifetch  0x00000001 , 0x00000006 
+ 00021208  0x00004f69 bbit1  0x00000004 , 0x000052dc 
+ 00021209  0x00004f6a bbit1  0x00000005 , 0x000052dc 
+ 00021210  0x00004f6b increase  0x00000001 , 0x00000002 
+ 00021211  0x00004f6c rtn 
+ 00021212  0x00004f70 call  0x00002cf6 
+ 00021213  0x00004f71 isolate1  0x00000005 , 0x00000011 
+ 00021214  0x00004f72 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00021215  0x00004f73 istoret  0x00000002 , 0x00000005 
+ 00021216  0x00004f74 setarg  0x02290202 
+ 00021217  0x00004f75 istore  0x00000008 , 0x00000005 
+ 00021218  0x00004f76 increase  0xffffffff , 0x00000002 
+ 00021219  0x00004f77 rtn 
+ 00021220  0x00004f7b call  0x00002cf6 
+ 00021221  0x00004f7c istoret  0x00000002 , 0x00000005 
+ 00021222  0x00004f7d rtn 
+ 00021223  0x00004f81 ifetch  0x00000001 , 0x00000003 
+ 00021224  0x00004f82 copy  0x0000003f , 0x00000039 
+ 00021225  0x00004f83 istore  0x00000001 , 0x00000005 
+ 00021226  0x00004f84 branch  0x00006ddd 
+ 00021227  0x00004f89 fetch  0x00000001 , 0x000042fc 
+ 00021228  0x00004f8a bne  0x00000005 , 0x00005319 
+ 00021229  0x00004f8b fetch  0x00000001 , 0x000042fe 
+ 00021230  0x00004f8c beq  0x00000004 , 0x000052f7 
+ 00021231  0x00004f8d beq  0x00000084 , 0x000052f1 
+ 00021232  0x00004f8e branch  0x00005319 
+ 00021233  0x00004f91 jam  0x00000002 , 0x000042f9 
+ 00021234  0x00004f92 jam  0x00000008 , 0x000042fa 
+ 00021235  0x00004f93 branch  0x000052f4 
+ 00021236  0x00004f96 ifetch  0x00000004 , 0x00000003 
+ 00021237  0x00004f97 store  0x00000004 , 0x000042ff 
+ 00021238  0x00004f98 branch  0x0000531c 
+ 00021239  0x00004f9b call  0x000052f4 
+ 00021240  0x00004f9c branch  0x00002f13 
+ 00021241  0x00004fa1 ifetch  0x00000006 , 0x00000003 
+ 00021242  0x00004fa2 store  0x00000006 , 0x000042cc 
+ 00021243  0x00004fa3 jam  0x0000001b , 0x000001bc 
+ 00021244  0x00004fa4 jam  0x00000001 , 0x00004517 
+ 00021245  0x00004fa5 jam  0x00000001 , 0x00004343 
+ 00021246  0x00004fa6 branch  0x0000531c 
+ 00021247  0x00004fac fetch  0x00000001 , 0x000006e3 
+ 00021248  0x00004fad bne  0x00000002 , 0x00005319 
+ 00021249  0x00004fae ifetcht  0x00000002 , 0x00000003 
+ 00021250  0x00004faf call  0x00002a2d 
+ 00021251  0x00004fb0 branch  0x0000531c 
+ 00021252  0x00004fb5 arg  0x00000000 , 0x00000002 
+ 00021253  0x00004fb6 arg  0x00000002 , 0x00000011 
+ 00021254  0x00004fb7 arg  0x00004075 , 0x00000012 
+ 00021255  0x00004fb8 branch  0x00005323 
+ 00021256  0x00004fbd fetch  0x00000001 , 0x000006e3 
+ 00021257  0x00004fbe bne  0x00000008 , 0x00005319 
+ 00021258  0x00004fbf ifetch  0x00000008 , 0x00000003 
+ 00021259  0x00004fc0 call  0x00002a2b 
+ 00021260  0x00004fc1 branch  0x0000531c 
+ 00021261  0x00004fc6 ifetchr  0x00000011 , 0x00000001 , 0x00000003 
+ 00021262  0x00004fc7 ifetchr  0x00000012 , 0x00000002 , 0x00000003 
+ 00021263  0x00004fc8 arg  0x00000000 , 0x00000002 
+ 00021264  0x00004fc9 branch  0x00005323 
+ 00021265  0x00004fce fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00021266  0x00004fcf increase  0xfffffffe , 0x00000039 
+ 00021267  0x00004fd0 ifetch  0x00000002 , 0x00000003 
+ 00021268  0x00004fd1 copy  0x0000003f , 0x00000005 
+ 00021269  0x00004fd2 call  0x00006dca 
+ 00021270  0x00004fd3 branch  0x0000531c 
+ 00021271  0x00004fd9 jam  0x00000000 , 0x00004094 
+ 00021272  0x00004fda branch  0x0000531c 
+ 00021273  0x00004fe0 arg  0x00000001 , 0x00000002 
+ 00021274  0x00004fe1 arg  0x00000000 , 0x00000011 
+ 00021275  0x00004fe2 branch  0x00005323 
+ 00021276  0x00004fe6 arg  0x00000000 , 0x00000002 
+ 00021277  0x00004fe7 arg  0x00000000 , 0x00000011 
+ 00021278  0x00004fe8 branch  0x00005323 
+ 00021279  0x00004fed jam  0x00000002 , 0x000006e2 
+ 00021280  0x00004fee branch  0x0000533c 
+ 00021281  0x00004ff4 jam  0x00000005 , 0x000006e2 
+ 00021282  0x00004ff5 branch  0x0000533c 
+ 00021283  0x00004ffe fetch  0x00000001 , 0x000006e2 
+ 00021284  0x00004fff copy  0x0000003f , 0x00000013 
+ 00021285  0x00005000 jam  0x00000006 , 0x000006e2 
+ 00021286  0x00005001 setarg  0x00000002 
+ 00021287  0x00005002 iadd  0x00000011 , 0x0000003f 
+ 00021288  0x00005003 call  0x00005397 
+ 00021289  0x00005004 copy  0x00000013 , 0x0000003f 
+ 00021290  0x00005005 istore  0x00000001 , 0x00000003 
+ 00021291  0x00005006 istoret  0x00000001 , 0x00000003 
+ 00021292  0x00005007 copy  0x00000011 , 0x00000039 
+ 00021293  0x00005008 copy  0x00000012 , 0x00000006 
+ 00021294  0x00005009 call  0x00006dc4 
+ 00021295  0x0000500a branch  0x000053a1 
+ 00021296  0x00005012 jam  0x00000008 , 0x000006e2 
+ 00021297  0x00005013 add  0x00000039 , 0x00000002 , 0x0000003f 
+ 00021298  0x00005014 call  0x00005397 
+ 00021299  0x00005015 fetch  0x00000002 , 0x0000070d 
+ 00021300  0x00005016 istore  0x00000002 , 0x00000003 
+ 00021301  0x00005017 fetch  0x00000002 , 0x0000070b 
+ 00021302  0x00005018 icopy  0x00000006 
+ 00021303  0x00005019 call  0x00006db1 
+ 00021304  0x0000501a copy  0x00000006 , 0x0000003f 
+ 00021305  0x0000501b store  0x00000002 , 0x0000070b 
+ 00021306  0x0000501c branch  0x000053a1 
+ 00021307  0x00005021 jam  0x00000009 , 0x000006e2 
+ 00021308  0x00005023 setarg  0x00000000 
+ 00021309  0x00005024 call  0x00005397 
+ 00021310  0x00005025 branch  0x000053a1 
+ 00021311  0x0000502a jam  0x0000000a , 0x000006e2 
+ 00021312  0x0000502b setarg  0x00000001 
+ 00021313  0x0000502c call  0x00005397 
+ 00021314  0x0000502e call  0x00005349 
+ 00021315  0x00005030 fetch  0x00000002 , 0x000044e9 
+ 00021316  0x00005031 arg  0x00000009 , 0x00000007 
+ 00021317  0x00005032 qisolate1  0x0000003f 
+ 00021318  0x00005033 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00021319  0x00005037 istoret  0x00000001 , 0x00000003 
+ 00021320  0x00005038 branch  0x000053a1 
+ 00021321  0x0000503d arg  0x00000000 , 0x00000002 
+ 00021322  0x0000503e fetch  0x00000001 , 0x00004388 
+ 00021323  0x0000503f arg  0x00000000 , 0x00000007 
+ 00021324  0x00005040 qisolate1  0x0000003f 
+ 00021325  0x00005041 setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00021326  0x00005042 rtn 
+ 00021327  0x00005047 jam  0x0000000d , 0x000006e2 
+ 00021328  0x00005048 fetch  0x00000001 , 0x000043fa 
+ 00021329  0x00005049 mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00021330  0x0000504a icopy  0x00000039 
+ 00021331  0x0000504b call  0x00005397 
+ 00021332  0x0000504c fetch  0x00000002 , 0x000043f8 
+ 00021333  0x0000504d icopy  0x00000006 
+ 00021334  0x0000504e call  0x00006db1 
+ 00021335  0x0000504f branch  0x000053a1 
+ 00021336  0x00005053 jam  0x0000000e , 0x000006e2 
+ 00021337  0x00005054 setarg  0x00000004 
+ 00021338  0x00005055 call  0x00005397 
+ 00021339  0x00005056 fetch  0x00000004 , 0x000005fa 
+ 00021340  0x00005057 istore  0x00000004 , 0x00000003 
+ 00021341  0x00005058 branch  0x000053a1 
+ 00021342  0x0000505c jam  0x0000000f , 0x000006e2 
+ 00021343  0x0000505d fetch  0x00000002 , 0x00008112 
+ 00021344  0x0000505e arg  0x00000040 , 0x00000002 
+ 00021345  0x0000505f call  0x00007db0 
+ 00021346  0x00005060 copy  0x0000003f , 0x00000011 
+ 00021347  0x00005061 copy  0x0000003f , 0x00000039 
+ 00021348  0x00005062 call  0x00006d96 
+ 00021349  0x00005063 arg  0x000006a1 , 0x00000005 
+ 00021350  0x00005064 call  0x00006dca 
+ 00021351  0x00005065 copy  0x00000011 , 0x0000003f 
+ 00021352  0x00005066 copy  0x00000011 , 0x00000039 
+ 00021353  0x00005067 call  0x00005397 
+ 00021354  0x00005068 arg  0x000006a1 , 0x00000006 
+ 00021355  0x00005069 call  0x00006db1 
+ 00021356  0x0000506a branch  0x000053a1 
+ 00021357  0x0000506f jam  0x00000010 , 0x000006e2 
+ 00021358  0x00005070 branch  0x0000533c 
+ 00021359  0x00005075 jam  0x00000011 , 0x000006e2 
+ 00021360  0x00005076 setarg  0x00000004 
+ 00021361  0x00005077 call  0x00005397 
+ 00021362  0x00005078 fetch  0x00000004 , 0x000042ff 
+ 00021363  0x00005079 istore  0x00000004 , 0x00000003 
+ 00021364  0x0000507a branch  0x000053a1 
+ 00021365  0x0000507f arg  0x00000180 , 0x00000011 
+ 00021366  0x00005080 branch  0x00005379 
+ 00021367  0x00005083 arg  0x00000080 , 0x00000011 
+ 00021368  0x00005084 branch  0x00005379 
+ 00021369  0x00005088 jam  0x00000014 , 0x000006e2 
+ 00021370  0x00005089 setarg  0x00000002 
+ 00021371  0x0000508a call  0x00005397 
+ 00021372  0x0000508b copy  0x00000011 , 0x0000003f 
+ 00021373  0x0000508c istore  0x00000002 , 0x00000003 
+ 00021374  0x0000508d branch  0x000053a1 
+ 00021375  0x00005092 arg  0x00000000 , 0x00000013 
+ 00021376  0x00005093 branch  0x00005382 
+ 00021377  0x00005096 arg  0x00000001 , 0x00000013 
+ 00021378  0x00005099 jam  0x00000015 , 0x000006e2 
+ 00021379  0x0000509a setarg  0x00000001 
+ 00021380  0x0000509b call  0x00005397 
+ 00021381  0x0000509c copy  0x00000013 , 0x0000003f 
+ 00021382  0x0000509d istore  0x00000001 , 0x00000003 
+ 00021383  0x0000509e branch  0x000053a1 
+ 00021384  0x000050a5 storet  0x00000002 , 0x00000678 
+ 00021385  0x000050a6 jam  0x00000029 , 0x000006e2 
+ 00021386  0x000050a7 setarg  0x00000002 
+ 00021387  0x000050a8 call  0x00005397 
+ 00021388  0x000050a9 fetcht  0x00000002 , 0x00000678 
+ 00021389  0x000050aa istoret  0x00000002 , 0x00000003 
+ 00021390  0x000050ab branch  0x000053a1 
+ 00021391  0x000050b0 jam  0x0000002b , 0x000006e2 
+ 00021392  0x000050b1 branch  0x0000533c 
+ 00021393  0x000050b6 jam  0x00000040 , 0x000006e2 
+ 00021394  0x000050b7 setarg  0x00000002 
+ 00021395  0x000050b8 call  0x00005397 
+ 00021396  0x000050b9 fetch  0x00000002 , 0x00004075 
+ 00021397  0x000050ba istore  0x00000002 , 0x00000003 
+ 00021398  0x000050bb branch  0x000053a1 
+ 00021399  0x000050c8 jam  0x00000002 , 0x000006e1 
+ 00021400  0x000050c9 store  0x00000001 , 0x000006e3 
+ 00021401  0x000050ca storet  0x00000008 , 0x00000678 
+ 00021402  0x000050cb bpatch  0x00000066 , 0x0000400c 
+ 00021403  0x000050cc call  0x000053a3 
+ 00021404  0x000050cd fetcht  0x00000008 , 0x00000678 
+ 00021405  0x000050ce call  0x00006da2 
+ 00021406  0x000050cf fetch  0x00000003 , 0x000006e1 
+ 00021407  0x000050d0 istore  0x00000003 , 0x00000003 
+ 00021408  0x000050d1 rtn 
+ 00021409  0x000050d4 bpatch  0x00000067 , 0x0000400c 
+ 00021410  0x000050d5 branch  0x00006da4 
+ 00021411  0x000050d8 call  0x000053ac 
+ 00021412  0x000050d9 rtn  0x00000001 
+ 00021413  0x000050db call  0x000053aa 
+ 00021414  0x000050dc fetch  0x00000004 , 0x000044fa 
+ 00021415  0x000050dd rshift2  0x0000003f , 0x0000003f 
+ 00021416  0x000050de rtn  0x00000034 
+ 00021417  0x000050df branch  0x00007c91 
+ 00021418  0x000050e2 fetcht  0x00000001 , 0x000044f9 
+ 00021419  0x000050e3 branch  0x00006ef7 
+ 00021420  0x000050e6 fetcht  0x00000001 , 0x000044f9 
+ 00021421  0x000050e7 branch  0x00006f02 
+ 00021422  0x000050ea fetcht  0x00000001 , 0x000044f9 
+ 00021423  0x000050eb branch  0x00006ef3 
+ 00021424  0x000050f7 storer  0x00000011 , 0x00000002 , 0x0000070b 
+ 00021425  0x000050f8 storer  0x00000012 , 0x00000002 , 0x00000709 
+ 00021426  0x000050f9 fetch  0x00000002 , 0x00004398 
+ 00021427  0x000050fa store  0x00000002 , 0x0000070d 
+ 00021428  0x000050fb call  0x000051a8 
+ 00021429  0x000050fc rtn  0x00000028 
+ 00021430  0x000050ff fetcht  0x00000002 , 0x00000709 
+ 00021431  0x00005100 fetch  0x00000001 , 0x0000450e 
+ 00021432  0x00005101 call  0x00007db0 
+ 00021433  0x00005102 copy  0x0000003f , 0x00000039 
+ 00021434  0x00005103 copy  0x00000002 , 0x0000003f 
+ 00021435  0x00005104 isub  0x00000039 , 0x0000003f 
+ 00021436  0x00005105 store  0x00000002 , 0x00000709 
+ 00021437  0x00005106 call  0x00005330 
+ 00021438  0x00005107 fetch  0x00000002 , 0x00000709 
+ 00021439  0x00005108 rtn  0x00000034 
+ 00021440  0x00005109 branch  0x000053b6 
+ 00021441  0x0000510f rtn 
+ 00021442  0x00005112 fetch  0x00000001 , 0x0000450a 
+ 00021443  0x00005113 rtn  0x00000034 
+ 00021444  0x00005114 fetch  0x00000001 , 0x0000450b 
+ 00021445  0x00005115 rtn  0x00000034 
+ 00021446  0x00005116 increase  0xffffffff , 0x0000003f 
+ 00021447  0x00005117 store  0x00000001 , 0x0000450b 
+ 00021448  0x00005118 nrtn  0x00000034 
+ 00021449  0x00005119 jam  0x00000005 , 0x0000450b 
+ 00021450  0x0000511a call  0x00006f82 
+ 00021451  0x0000511b call  0x00006fb0 
+ 00021452  0x0000511c div  0x0000003f , 0x0000000a 
+ 00021453  0x0000511d call  0x00007d5f 
+ 00021454  0x0000511e div  0x0000003f , 0x00000064 
+ 00021455  0x0000511f call  0x00007d5f 
+ 00021456  0x00005120 remainder  0x00000002 
+ 00021457  0x00005121 store  0x00000001 , 0x0000450c 
+ 00021458  0x00005122 storet  0x00000001 , 0x0000450d 
+ 00021459  0x00005123 rtn 
+ 00021460  0x0000512a arg  0x00000008 , 0x00000007 
+ 00021461  0x0000512b branch  0x000053dc 
+ 00021462  0x0000512e arg  0x00000008 , 0x00000007 
+ 00021463  0x0000512f branch  0x000053d8 
+ 00021464  0x00005132 fetch  0x00000002 , 0x0000450f 
+ 00021465  0x00005133 qset0  0x0000003f 
+ 00021466  0x00005134 store  0x00000002 , 0x0000450f 
+ 00021467  0x00005135 rtn 
+ 00021468  0x00005138 fetch  0x00000002 , 0x0000450f 
+ 00021469  0x00005139 qset1  0x0000003f 
+ 00021470  0x0000513a store  0x00000002 , 0x0000450f 
+ 00021471  0x0000513b rtn 
+ 00021472  0x00005141 call  0x00007396 
+ 00021473  0x00005142 call  0x00005410 
+ 00021474  0x00005143 call  0x00005949 
+ 00021475  0x00005144 rtn  0x0000002b 
+ 00021476  0x00005145 call  0x00005747 
+ 00021477  0x00005146 call  0x00005f37 
+ 00021478  0x00005147 call  0x000053ec 
+ 00021479  0x00005148 call  0x000059ed 
+ 00021480  0x0000514a fetch  0x00000002 , 0x000044e9 
+ 00021481  0x0000514b bbit1  0x0000000c , 0x00005c1a 
+ 00021482  0x0000514c call  0x00005eb6 
+ 00021483  0x0000514d branch  0x0000548c 
+ 00021484  0x00005151 bpatch  0x00000068 , 0x0000400d 
+ 00021485  0x00005152 setarg  0x00006235 
+ 00021486  0x00005153 store  0x00000002 , 0x000045f8 
+ 00021487  0x00005154 setarg  0x0000622b 
+ 00021488  0x00005155 store  0x00000002 , 0x000045fa 
+ 00021489  0x00005156 setarg  0x00006109 
+ 00021490  0x00005157 store  0x00000002 , 0x000043e9 
+ 00021491  0x00005158 setarg  0x00006096 
+ 00021492  0x00005159 store  0x00000002 , 0x000045f2 
+ 00021493  0x0000515a setarg  0x000060c1 
+ 00021494  0x0000515b store  0x00000002 , 0x000045f4 
+ 00021495  0x0000515c setarg  0x0000550c 
+ 00021496  0x0000515d store  0x00000002 , 0x000045f6 
+ 00021497  0x0000515e setarg  0x00005b23 
+ 00021498  0x0000515f store  0x00000002 , 0x000043d9 
+ 00021499  0x00005160 setarg  0x00005507 
+ 00021500  0x00005161 store  0x00000002 , 0x000043d7 
+ 00021501  0x00005162 setarg  0x00005ac1 
+ 00021502  0x00005163 store  0x00000002 , 0x000043dd 
+ 00021503  0x00005164 setarg  0x00005e5d 
+ 00021504  0x00005165 store  0x00000002 , 0x000043db 
+ 00021505  0x00005166 setarg  0x000054d5 
+ 00021506  0x00005167 store  0x00000002 , 0x000043d5 
+ 00021507  0x00005168 setarg  0x00005b08 
+ 00021508  0x00005169 store  0x00000002 , 0x000043df 
+ 00021509  0x0000516a setarg  0x00005b85 
+ 00021510  0x0000516b store  0x00000002 , 0x000043e3 
+ 00021511  0x0000516c setarg  0x000055fa 
+ 00021512  0x0000516d store  0x00000002 , 0x000043e7 
+ 00021513  0x0000516e setarg  0x000054c5 
+ 00021514  0x0000516f store  0x00000002 , 0x000043d3 
+ 00021515  0x00005170 setarg  0x00006221 
+ 00021516  0x00005171 store  0x00000002 , 0x000043e1 
+ 00021517  0x00005172 setarg  0x00006228 
+ 00021518  0x00005173 store  0x00000002 , 0x000043e5 
+ 00021519  0x00005174 rtn 
+ 00021520  0x00005178 rtn  0x0000002b 
+ 00021521  0x00005179 call  0x000035f0 
+ 00021522  0x0000517a call  0x0000325b 
+ 00021523  0x0000517b call  0x000062aa 
+ 00021524  0x0000517c call  0x00005589 
+ 00021525  0x0000517d call  0x000055c6 
+ 00021526  0x0000517e call  0x0000544a 
+ 00021527  0x0000517f call  0x00006177 
+ 00021528  0x00005180 call  0x00002a41 
+ 00021529  0x00005182 bpatch  0x00000069 , 0x0000400d 
+ 00021530  0x00005183 fetch  0x00000008 , 0x00004713 
+ 00021531  0x00005184 bbit1  0x00000013 , 0x00005d60 
+ 00021532  0x00005185 bbit1  0x00000012 , 0x00005d6e 
+ 00021533  0x00005186 bbit1  0x00000014 , 0x00005da6 
+ 00021534  0x00005187 rtn 
+ 00021535  0x0000518a jam  0x00000010 , 0x00004099 
+ 00021536  0x0000518b fetch  0x00000008 , 0x00004713 
+ 00021537  0x0000518c rtnbit1  0x0000000c 
+ 00021538  0x0000518d jam  0x00000018 , 0x00004099 
+ 00021539  0x0000518e rtn 
+ 00021540  0x00005191 call  0x00003281 
+ 00021541  0x00005192 fetch  0x00000008 , 0x00004713 
+ 00021542  0x00005193 rtnbit0  0x0000003d 
+ 00021543  0x00005194 branch  0x00003284 
+ 00021544  0x00005197 bpatch  0x0000006a , 0x0000400d 
+ 00021545  0x00005198 fetch  0x00000008 , 0x00004713 
+ 00021546  0x00005199 isolate1  0x00000005 , 0x0000003f 
+ 00021547  0x0000519a call  0x00005f08 , 0x00000001 
+ 00021548  0x0000519d fetch  0x00000002 , 0x0000463a 
+ 00021549  0x0000519e store  0x00000002 , 0x000045d6 
+ 00021550  0x000051a0 fetch  0x00000001 , 0x0000463d 
+ 00021551  0x000051a1 store  0x00000002 , 0x000045dc 
+ 00021552  0x000051a3 fetch  0x00000005 , 0x0000463f 
+ 00021553  0x000051a4 store  0x00000005 , 0x00004628 
+ 00021554  0x000051a6 fetch  0x00000001 , 0x0000463e 
+ 00021555  0x000051a7 store  0x00000001 , 0x000045d1 
+ 00021556  0x000051a9 fetch  0x00000001 , 0x000045b9 
+ 00021557  0x000051aa ncall  0x0000326b , 0x00000034 
+ 00021558  0x000051ac bpatch  0x0000006b , 0x0000400d 
+ 00021559  0x000051ad call  0x0000541f 
+ 00021560  0x000051ae call  0x00005424 
+ 00021561  0x000051af call  0x00005fe4 
+ 00021562  0x000051b0 branch  0x00003287 
+ 00021563  0x000051b3 setarg  0x00009000 
+ 00021564  0x000051b4 store  0x00000002 , 0x000042f7 
+ 00021565  0x000051b5 jam  0x00000003 , 0x000040c1 
+ 00021566  0x000051b6 jam  0x00000008 , 0x000040a6 
+ 00021567  0x000051b7 jam  0x00000000 , 0x0000497f 
+ 00021568  0x000051b8 jam  0x00000000 , 0x00004980 
+ 00021569  0x000051b9 setarg  0x00000200 
+ 00021570  0x000051ba store  0x00000002 , 0x000040a4 
+ 00021571  0x000051bb jam  0x00000017 , 0x000042e1 
+ 00021572  0x000051bc jam  0x00000017 , 0x000042e3 
+ 00021573  0x000051be setarg  0x000047c3 
+ 00021574  0x000051bf store  0x00000002 , 0x0000433f 
+ 00021575  0x000051c0 setarg  0x00000010 
+ 00021576  0x000051c1 store  0x00000002 , 0x00004341 
+ 00021577  0x000051c2 branch  0x00005539 
+ 00021578  0x000051c5 bpatch  0x0000006c , 0x0000400d 
+ 00021579  0x000051c6 call  0x0000543b 
+ 00021580  0x000051c7 jam  0x00000000 , 0x0000487a 
+ 00021581  0x000051c9 setarg  0x00000a77 
+ 00021582  0x000051ca store  0x00000002 , 0x000043f5 
+ 00021583  0x000051cb setsect  0x00000000 , 0x00001224 
+ 00021584  0x000051cc setsect  0x00000001 , 0x00004000 
+ 00021585  0x000051cd setsect  0x00000002 , 0x00000000 
+ 00021586  0x000051ce istore  0x00000005 , 0x00000005 
+ 00021587  0x000051d1 fetch  0x00000008 , 0x00004713 
+ 00021588  0x000051d2 bbit0  0x0000001b , 0x00005458 
+ 00021589  0x000051d3 setarg  0x00000006 
+ 00021590  0x000051d4 store  0x00000002 , 0x000042d3 
+ 00021591  0x000051d5 store  0x00000002 , 0x000042d5 
+ 00021592  0x000051d7 call  0x00005481 
+ 00021593  0x000051d8 fetch  0x00000008 , 0x00004713 
+ 00021594  0x000051d9 bbit0  0x00000018 , 0x0000545c 
+ 00021595  0x000051da call  0x00005476 
+ 00021596  0x000051dc fetch  0x00000003 , 0x00004608 
+ 00021597  0x000051dd store  0x00000003 , 0x0000475d 
+ 00021598  0x000051de fetch  0x00000001 , 0x00004666 
+ 00021599  0x000051df store  0x00000001 , 0x000049a1 
+ 00021600  0x000051e0 fetch  0x00000003 , 0x000042de 
+ 00021601  0x000051e1 store  0x00000003 , 0x00004797 
+ 00021602  0x000051e2 setarg  0x00000000 
+ 00021603  0x000051e3 store  0x00000007 , 0x00004846 
+ 00021604  0x000051e4 fetch  0x00000001 , 0x000044eb 
+ 00021605  0x000051e5 store  0x00000001 , 0x0000497c 
+ 00021606  0x000051e6 store  0x00000001 , 0x0000497d 
+ 00021607  0x000051e7 call  0x00002969 
+ 00021608  0x000051e9 bpatch  0x0000006d , 0x0000400d 
+ 00021609  0x000051ea fetch  0x00000001 , 0x0000464f 
+ 00021610  0x000051eb store  0x00000001 , 0x00004958 
+ 00021611  0x000051ec fetch  0x00000001 , 0x0000464e 
+ 00021612  0x000051ed rtneq  0x000000ff 
+ 00021613  0x000051ee fetcht  0x00000001 , 0x0000464e 
+ 00021614  0x000051ef call  0x000055b5 
+ 00021615  0x000051f0 fetcht  0x00000001 , 0x0000464e 
+ 00021616  0x000051f1 call  0x00006ee6 
+ 00021617  0x000051f2 call  0x00005473 , 0x00000001 
+ 00021618  0x000051f3 branch  0x000055b1 
+ 00021619  0x000051f5 fetch  0x00000001 , 0x00004650 
+ 00021620  0x000051f6 store  0x00000001 , 0x00004958 
+ 00021621  0x000051f7 rtn 
+ 00021622  0x000051fa fetch  0x00000003 , 0x00004743 
+ 00021623  0x000051fb store  0x00000003 , 0x00004608 
+ 00021624  0x000051fc fetch  0x00000003 , 0x00004746 
+ 00021625  0x000051fd store  0x00000003 , 0x0000460b 
+ 00021626  0x000051fe fetch  0x00000001 , 0x00004749 
+ 00021627  0x000051ff store  0x00000001 , 0x00004621 
+ 00021628  0x00005200 fetch  0x00000004 , 0x00004755 
+ 00021629  0x00005201 store  0x00000004 , 0x00004751 
+ 00021630  0x00005203 setarg  0x00100c0c 
+ 00021631  0x00005204 store  0x00000003 , 0x000045a7 
+ 00021632  0x00005205 rtn 
+ 00021633  0x00005208 fetch  0x00000003 , 0x0000474a 
+ 00021634  0x00005209 store  0x00000003 , 0x00004608 
+ 00021635  0x0000520a fetch  0x00000003 , 0x0000474d 
+ 00021636  0x0000520b store  0x00000003 , 0x0000460b 
+ 00021637  0x0000520c fetch  0x00000001 , 0x00004750 
+ 00021638  0x0000520d store  0x00000001 , 0x00004621 
+ 00021639  0x0000520e fetch  0x00000004 , 0x00004759 
+ 00021640  0x0000520f store  0x00000004 , 0x00004751 
+ 00021641  0x00005211 setarg  0x001c1919 
+ 00021642  0x00005212 store  0x00000003 , 0x000045a7 
+ 00021643  0x00005213 rtn 
+ 00021644  0x00005220 bpatch  0x0000006e , 0x0000400d 
+ 00021645  0x00005221 fetch  0x00000008 , 0x00004713 
+ 00021646  0x00005222 bbit1  0x0000003e , 0x0000602d 
+ 00021647  0x00005223 fetch  0x00000001 , 0x00004666 
+ 00021648  0x00005224 beq  0x00000000 , 0x0000601c 
+ 00021649  0x00005226 call  0x00005aa8 
+ 00021650  0x00005227 fetch  0x00000001 , 0x00004666 
+ 00021651  0x00005228 beq  0x00000001 , 0x00005496 
+ 00021652  0x00005229 beq  0x00000002 , 0x0000549b 
+ 00021653  0x0000522a rtn 
+ 00021654  0x0000522c fetch  0x00000006 , 0x00004668 
+ 00021655  0x0000522d fetcht  0x00000006 , 0x000046e6 
+ 00021656  0x0000522e isub  0x00000002 , 0x0000003e 
+ 00021657  0x0000522f branch  0x00005a94 , 0x00000005 
+ 00021658  0x00005230 branch  0x000054a0 
+ 00021659  0x00005233 fetch  0x00000006 , 0x00004675 
+ 00021660  0x00005234 fetcht  0x00000006 , 0x000046e6 
+ 00021661  0x00005235 isub  0x00000002 , 0x0000003e 
+ 00021662  0x00005236 branch  0x00005a94 , 0x00000005 
+ 00021663  0x00005237 branch  0x000054a0 
+ 00021664  0x0000523a bpatch  0x0000006f , 0x0000400d 
+ 00021665  0x0000523b call  0x0000619f 
+ 00021666  0x0000523c arg  0x00004667 , 0x00000011 
+ 00021667  0x0000523d fetch  0x00000001 , 0x00004666 
+ 00021668  0x0000523e increase  0xffffffff , 0x0000003f 
+ 00021669  0x0000523f mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00021670  0x00005240 iadd  0x00000011 , 0x00000011 
+ 00021671  0x00005241 ifetch  0x00000001 , 0x00000011 
+ 00021672  0x00005242 store  0x00000001 , 0x000043f3 
+ 00021673  0x00005244 fetch  0x00000001 , 0x000043f3 
+ 00021674  0x00005245 beq  0x00000034 , 0x000054b6 
+ 00021675  0x00005246 branch  0x00005a94 
+ 00021676  0x00005249 bpatch  0x00000070 , 0x0000400e 
+ 00021677  0x0000524a disable  0x00000028 
+ 00021678  0x0000524b fetch  0x00000008 , 0x00004713 
+ 00021679  0x0000524c bbit0  0x0000000b , 0x000054b3 
+ 00021680  0x0000524d fetch  0x00000001 , 0x00008132 
+ 00021681  0x0000524e bbit1  0x00000004 , 0x000054b3 
+ 00021682  0x0000524f enable  0x00000028 
+ 00021683  0x00005251 fetch  0x00000001 , 0x00004780 
+ 00021684  0x00005252 store  0x00000001 , 0x0000477f 
+ 00021685  0x00005253 rtn 
+ 00021686  0x00005256 jam  0x00000001 , 0x00004795 
+ 00021687  0x00005257 fetcht  0x00000001 , 0x0000471e 
+ 00021688  0x00005258 fetch  0x00000001 , 0x0000478f 
+ 00021689  0x00005259 beq  0x000000ff , 0x000054bb 
+ 00021690  0x0000525a fetcht  0x00000001 , 0x0000463c 
+ 00021691  0x0000525c storet  0x00000001 , 0x00004845 
+ 00021692  0x0000525d call  0x0000432d 
+ 00021693  0x0000525e fetch  0x00000003 , 0x0000479d 
+ 00021694  0x0000525f store  0x00000003 , 0x0000434d 
+ 00021695  0x00005260 call  0x00005b6b 
+ 00021696  0x00005261 setarg  0x00000004 
+ 00021697  0x00005262 istore  0x00000001 , 0x00000006 
+ 00021698  0x00005263 arg  0x00004369 , 0x00000006 
+ 00021699  0x00005264 call  0x00005b72 
+ 00021700  0x00005265 branch  0x00007870 
+ 00021701  0x0000526a bmark1  0x00000026 , 0x00004308 
+ 00021702  0x0000526b fetch  0x00000001 , 0x00004956 
+ 00021703  0x0000526c branch  0x00004308 , 0x00000034 
+ 00021704  0x0000526d fetch  0x00000001 , 0x000047c2 
+ 00021705  0x0000526e beq  0x00000001 , 0x00004308 
+ 00021706  0x0000526f fetch  0x00000001 , 0x00004857 
+ 00021707  0x00005270 nbranch  0x00004308 , 0x00000034 
+ 00021708  0x00005271 branch  0x0000430a 
+ 00021709  0x0000527b bpatch  0x00000071 , 0x0000400e 
+ 00021710  0x0000527c setarg  0x00000006 
+ 00021711  0x0000527d call  0x000069e5 
+ 00021712  0x0000527e bbit1  0x00000003 , 0x000054d3 
+ 00021713  0x0000527f call  0x000059da 
+ 00021714  0x00005280 call  0x000059ed 
+ 00021715  0x00005282 call  0x000054dc 
+ 00021716  0x00005283 branch  0x00004327 
+ 00021717  0x00005286 bpatch  0x00000072 , 0x0000400e 
+ 00021718  0x00005287 call  0x0000739a 
+ 00021719  0x00005288 call  0x000056a9 
+ 00021720  0x00005289 call  0x000054dc 
+ 00021721  0x0000528a call  0x00005d9e 
+ 00021722  0x0000528b fetcht  0x00000001 , 0x00004659 
+ 00021723  0x0000528c branch  0x00006ed3 
+ 00021724  0x00005290 bpatch  0x00000073 , 0x0000400e 
+ 00021725  0x00005291 call  0x00005a92 
+ 00021726  0x00005292 call  0x00007de2 
+ 00021727  0x00005293 call  0x0000611a 
+ 00021728  0x00005294 call  0x0000550c 
+ 00021729  0x00005295 call  0x000054f9 
+ 00021730  0x00005297 fetcht  0x00000001 , 0x0000465b 
+ 00021731  0x00005298 call  0x000055b5 
+ 00021732  0x00005299 call  0x000055b9 
+ 00021733  0x0000529a call  0x000061fd 
+ 00021734  0x0000529b call  0x000054f2 
+ 00021735  0x0000529c branch  0x000054e8 
+ 00021736  0x0000529f fetch  0x00000008 , 0x00004713 
+ 00021737  0x000052a0 rtnbit0  0x0000003c 
+ 00021738  0x000052a2 fetcht  0x00000001 , 0x0000464a 
+ 00021739  0x000052a3 call  0x00006ed3 
+ 00021740  0x000052a4 fetcht  0x00000001 , 0x0000464b 
+ 00021741  0x000052a5 call  0x00006ed3 
+ 00021742  0x000052a6 fetcht  0x00000001 , 0x0000464a 
+ 00021743  0x000052a7 call  0x000055b1 
+ 00021744  0x000052a8 fetcht  0x00000001 , 0x0000464b 
+ 00021745  0x000052a9 branch  0x000055b1 
+ 00021746  0x000052ac fetch  0x00000008 , 0x00004713 
+ 00021747  0x000052ad rtnbit0  0x00000015 
+ 00021748  0x000052ae fetch  0x00000001 , 0x00004407 
+ 00021749  0x000052af rtnne  0x00000002 
+ 00021750  0x000052b0 fetch  0x00000001 , 0x00004635 
+ 00021751  0x000052b1 arg  0x000000c0 , 0x00000002 
+ 00021752  0x000052b2 branch  0x00006f21 
+ 00021753  0x000052b7 arg  0x00008070 , 0x00000006 
+ 00021754  0x000052b8 arg  0x00000010 , 0x00000039 
+ 00021755  0x000052ba ifetch  0x00000001 , 0x00000006 
+ 00021756  0x000052bb nbranch  0x00005500 , 0x00000034 
+ 00021757  0x000052bc setarg  0x00000080 
+ 00021758  0x000052bd add  0x00000006 , 0xffffffff , 0x00000005 
+ 00021759  0x000052be istore  0x00000001 , 0x00000005 
+ 00021760  0x000052c0 loop  0x000054fb 
+ 00021761  0x000052c1 arg  0x000080dc , 0x0000003f 
+ 00021762  0x000052c2 isub  0x00000006 , 0x0000003e 
+ 00021763  0x000052c3 rtn  0x00000005 
+ 00021764  0x000052c5 arg  0x00000008 , 0x00000039 
+ 00021765  0x000052c6 arg  0x000080d4 , 0x00000006 
+ 00021766  0x000052c7 branch  0x000054fb 
+ 00021767  0x000052ca rtnmark1  0x00000026 
+ 00021768  0x000052cb call  0x0000550c 
+ 00021769  0x000052cc fetch  0x00000001 , 0x00000015 
+ 00021770  0x000052cd nrtn  0x00000034 
+ 00021771  0x000052ce branch  0x00006ed3 
+ 00021772  0x000052d1 bpatch  0x00000074 , 0x0000400e 
+ 00021773  0x000052d2 fetcht  0x00000001 , 0x0000464a 
+ 00021774  0x000052d3 call  0x00006edd 
+ 00021775  0x000052d4 fetcht  0x00000001 , 0x0000464b 
+ 00021776  0x000052d5 call  0x00006edd 
+ 00021777  0x000052d7 call  0x0000561c 
+ 00021778  0x000052d8 fetch  0x00000001 , 0x0000464c 
+ 00021779  0x000052d9 call  0x00005943 
+ 00021780  0x000052da call  0x000069dc 
+ 00021781  0x000052dc fetcht  0x00000001 , 0x00004644 
+ 00021782  0x000052dd call  0x00006eb6 
+ 00021783  0x000052de fetcht  0x00000001 , 0x00004646 
+ 00021784  0x000052df call  0x00006eb6 
+ 00021785  0x000052e0 fetcht  0x00000001 , 0x00004645 
+ 00021786  0x000052e1 call  0x00006eb6 
+ 00021787  0x000052e3 fetcht  0x00000001 , 0x00004647 
+ 00021788  0x000052e4 call  0x00006eb6 
+ 00021789  0x000052e5 fetcht  0x00000001 , 0x00004648 
+ 00021790  0x000052e6 call  0x00006eb6 
+ 00021791  0x000052e7 fetcht  0x00000001 , 0x00004649 
+ 00021792  0x000052e8 call  0x00006eb6 
+ 00021793  0x000052e9 fetcht  0x00000001 , 0x00004655 
+ 00021794  0x000052ea call  0x00006eb6 
+ 00021795  0x000052ec fetcht  0x00000001 , 0x00004656 
+ 00021796  0x000052ed call  0x00006eb6 
+ 00021797  0x000052ef fetcht  0x00000001 , 0x0000464a 
+ 00021798  0x000052f0 call  0x00006eb2 
+ 00021799  0x000052f1 fetcht  0x00000001 , 0x0000464b 
+ 00021800  0x000052f2 call  0x00006eb2 
+ 00021801  0x000052f3 fetcht  0x00000001 , 0x00004652 
+ 00021802  0x000052f4 call  0x00006eb2 
+ 00021803  0x000052f5 fetcht  0x00000001 , 0x00004653 
+ 00021804  0x000052f6 call  0x00006eb2 
+ 00021805  0x000052f7 fetcht  0x00000001 , 0x00004659 
+ 00021806  0x000052f8 branch  0x00006eb6 
+ 00021807  0x000052fd fetch  0x00000002 , 0x000044e9 
+ 00021808  0x000052fe rtnbit0  0x00000009 
+ 00021809  0x000052ff copy  0x00000011 , 0x0000003f 
+ 00021810  0x00005300 nbranch  0x000029d5 , 0x00000034 
+ 00021811  0x00005301 branch  0x000029da 
+ 00021812  0x00005306 bpatch  0x00000075 , 0x0000400e 
+ 00021813  0x00005307 fetch  0x00000001 , 0x00004407 
+ 00021814  0x00005308 rtnne  0x00000002 
+ 00021815  0x00005309 fetcht  0x00000001 , 0x00004635 
+ 00021816  0x0000530a branch  0x00006f0f 
+ 00021817  0x0000530d fetch  0x00000008 , 0x00004713 
+ 00021818  0x0000530e rtnbit0  0x00000015 
+ 00021819  0x0000530f jam  0x00000001 , 0x00004636 
+ 00021820  0x00005310 rtn 
+ 00021821  0x00005313 bpatch  0x00000076 , 0x0000400e 
+ 00021822  0x00005314 fetch  0x00000008 , 0x00004713 
+ 00021823  0x00005315 rtnbit0  0x00000015 
+ 00021824  0x00005316 call  0x00005534 
+ 00021825  0x00005317 fetch  0x00000001 , 0x00004407 
+ 00021826  0x00005318 beq  0x00000002 , 0x00005545 
+ 00021827  0x00005319 jam  0x00000003 , 0x00004636 
+ 00021828  0x0000531a branch  0x00005547 
+ 00021829  0x0000531d jam  0x00000002 , 0x00004636 
+ 00021830  0x0000531e branch  0x00005547 
+ 00021831  0x00005321 bpatch  0x00000077 , 0x0000400e 
+ 00021832  0x00005322 call  0x00006f82 
+ 00021833  0x00005323 call  0x00006fb0 
+ 00021834  0x00005324 store  0x00000002 , 0x00004633 
+ 00021835  0x00005325 fetch  0x00000001 , 0x00004407 
+ 00021836  0x00005326 bne  0x00000002 , 0x00005553 
+ 00021837  0x00005327 fetcht  0x00000002 , 0x00004633 
+ 00021838  0x00005328 mul32  0x00000002 , 0x00000008 , 0x0000003f 
+ 00021839  0x00005329 div  0x0000003f , 0x0000000a 
+ 00021840  0x0000532a call  0x00007d5f 
+ 00021841  0x0000532b iadd  0x00000002 , 0x0000003f 
+ 00021842  0x0000532c store  0x00000002 , 0x00004633 
+ 00021843  0x0000532e arg  0x0000462d , 0x00000011 
+ 00021844  0x0000532f call  0x00005563 
+ 00021845  0x00005330 fetch  0x00000001 , 0x0000440c 
+ 00021846  0x00005331 bbit1  0x00000001 , 0x000054cd 
+ 00021847  0x00005332 bbit0  0x00000000 , 0x0000555c 
+ 00021848  0x00005333 jam  0x00000001 , 0x00004637 
+ 00021849  0x00005334 branch  0x0000555a 
+ 00021850  0x00005337 arg  0x00000004 , 0x00000007 
+ 00021851  0x00005338 branch  0x00005f00 
+ 00021852  0x0000533a arg  0x00000004 , 0x00000007 
+ 00021853  0x0000533b call  0x00005f04 
+ 00021854  0x0000533c jam  0x00000001 , 0x00004709 
+ 00021855  0x0000533d fetch  0x00000001 , 0x00004637 
+ 00021856  0x0000533e rtn  0x00000034 
+ 00021857  0x0000533f jam  0x00000000 , 0x00004637 
+ 00021858  0x00005340 branch  0x0000616e 
+ 00021859  0x00005344 bpatch  0x00000078 , 0x0000400f 
+ 00021860  0x00005345 ifetch  0x00000008 , 0x00000011 
+ 00021861  0x00005346 store  0x00000008 , 0x00000670 
+ 00021862  0x00005347 fetch  0x00000001 , 0x00004636 
+ 00021863  0x00005348 beq  0x00000000 , 0x0000556a 
+ 00021864  0x00005349 beq  0x00000002 , 0x0000556a 
+ 00021865  0x0000534a beq  0x00000003 , 0x00005588 
+ 00021866  0x0000534c call  0x00006ff3 
+ 00021867  0x0000534d call  0x00006feb 
+ 00021868  0x0000534e fetch  0x00000002 , 0x00000676 
+ 00021869  0x0000534f fetcht  0x00000002 , 0x00000672 
+ 00021870  0x00005350 isub  0x00000002 , 0x0000003e 
+ 00021871  0x00005351 ncall  0x00006fef , 0x00000002 
+ 00021872  0x00005352 fetcht  0x00000002 , 0x00000674 
+ 00021873  0x00005353 isub  0x00000002 , 0x0000003e 
+ 00021874  0x00005354 ncall  0x00006fe7 , 0x00000002 
+ 00021875  0x00005356 fetch  0x00000002 , 0x00000676 
+ 00021876  0x00005357 fetcht  0x00000002 , 0x00000670 
+ 00021877  0x00005358 isub  0x00000002 , 0x0000003e 
+ 00021878  0x00005359 branch  0x00005584 , 0x00000002 
+ 00021879  0x0000535a fetcht  0x00000002 , 0x00000672 
+ 00021880  0x0000535b isub  0x00000002 , 0x0000003f 
+ 00021881  0x0000535c nbranch  0x00005586 , 0x00000002 
+ 00021882  0x0000535d branch  0x00005586 , 0x00000034 
+ 00021883  0x0000535e mul32  0x0000003f , 0x00000064 , 0x00000011 
+ 00021884  0x0000535f fetch  0x00000002 , 0x00000670 
+ 00021885  0x00005360 fetcht  0x00000002 , 0x00000672 
+ 00021886  0x00005361 isub  0x00000002 , 0x00000002 
+ 00021887  0x00005362 copy  0x00000011 , 0x0000003f 
+ 00021888  0x00005363 idiv  0x00000002 
+ 00021889  0x00005364 call  0x00007d5f 
+ 00021890  0x00005365 store  0x00000001 , 0x000047bd 
+ 00021891  0x00005366 rtn 
+ 00021892  0x00005369 jam  0x00000064 , 0x000047bd 
+ 00021893  0x0000536a rtn 
+ 00021894  0x0000536c jam  0x00000000 , 0x000047bd 
+ 00021895  0x0000536d rtn 
+ 00021896  0x00005370 branch  0x0000556a 
+ 00021897  0x00005377 fetcht  0x00000001 , 0x00004427 
+ 00021898  0x00005378 call  0x00006ef7 
+ 00021899  0x0000537a fetcht  0x00000001 , 0x00004644 
+ 00021900  0x0000537b call  0x000055b5 
+ 00021901  0x0000537c fetcht  0x00000001 , 0x00004646 
+ 00021902  0x0000537d call  0x000055b5 
+ 00021903  0x0000537e fetcht  0x00000001 , 0x00004645 
+ 00021904  0x0000537f call  0x000055b5 
+ 00021905  0x00005380 fetcht  0x00000001 , 0x00004647 
+ 00021906  0x00005381 call  0x000055b5 
+ 00021907  0x00005382 fetcht  0x00000001 , 0x00004648 
+ 00021908  0x00005383 call  0x000055b5 
+ 00021909  0x00005384 fetcht  0x00000001 , 0x00004649 
+ 00021910  0x00005385 call  0x000055b5 
+ 00021911  0x00005387 fetcht  0x00000001 , 0x00004654 
+ 00021912  0x00005388 call  0x000055b5 
+ 00021913  0x0000538a fetcht  0x00000001 , 0x00004655 
+ 00021914  0x0000538b call  0x000055b5 
+ 00021915  0x0000538d fetcht  0x00000001 , 0x00004656 
+ 00021916  0x0000538e call  0x000055b5 
+ 00021917  0x00005390 fetcht  0x00000001 , 0x0000464a 
+ 00021918  0x00005391 call  0x000055b5 
+ 00021919  0x00005393 fetcht  0x00000001 , 0x0000464b 
+ 00021920  0x00005394 call  0x000055b5 
+ 00021921  0x00005396 fetcht  0x00000001 , 0x00004652 
+ 00021922  0x00005397 call  0x000055b5 
+ 00021923  0x00005398 fetcht  0x00000001 , 0x00004653 
+ 00021924  0x00005399 call  0x000055b5 
+ 00021925  0x0000539b fetcht  0x00000001 , 0x00004659 
+ 00021926  0x0000539c call  0x000055b5 
+ 00021927  0x0000539e fetcht  0x00000001 , 0x0000465a 
+ 00021928  0x0000539f call  0x000055b5 
+ 00021929  0x000053a1 fetcht  0x00000001 , 0x0000464e 
+ 00021930  0x000053a2 branch  0x000055b5 
+ 00021931  0x000053a6 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021932  0x000053a7 rtn  0x00000005 
+ 00021933  0x000053a8 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00021934  0x000053a9 fetch  0x00000004 , 0x0000811c 
+ 00021935  0x000053aa qisolate1  0x0000003f 
+ 00021936  0x000053ab branch  0x000055b5 , 0x00000001 
+ 00021937  0x000053ad sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021938  0x000053ae rtn  0x00000005 
+ 00021939  0x000053af set1  0x00000007 , 0x00000002 
+ 00021940  0x000053b0 branch  0x00006edd 
+ 00021941  0x000053b3 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021942  0x000053b4 rtn  0x00000005 
+ 00021943  0x000053b5 set0  0x00000007 , 0x00000002 
+ 00021944  0x000053b6 branch  0x00006edd 
+ 00021945  0x000053b9 fetch  0x00000003 , 0x0000473c 
+ 00021946  0x000053ba store  0x00000003 , 0x00000670 
+ 00021947  0x000053bb arg  0x0000000d , 0x00000039 
+ 00021948  0x000053bc arg  0x00000000 , 0x00000002 
+ 00021949  0x000053be fetch  0x00000003 , 0x00000670 
+ 00021950  0x000053bf isolate1  0x00000000 , 0x0000003f 
+ 00021951  0x000053c0 call  0x00006f0f , 0x00000001 
+ 00021952  0x000053c1 fetch  0x00000003 , 0x00000670 
+ 00021953  0x000053c2 lshift  0x0000003f , 0x0000003f 
+ 00021954  0x000053c3 store  0x00000003 , 0x00000670 
+ 00021955  0x000053c4 increase  0x00000001 , 0x00000002 
+ 00021956  0x000053c5 loop  0x000055bd 
+ 00021957  0x000053c6 rtn 
+ 00021958  0x000053cd bpatch  0x00000079 , 0x0000400f 
+ 00021959  0x000053ce fetch  0x00000008 , 0x0000498d 
+ 00021960  0x000053cf rtn  0x00000034 
+ 00021961  0x000053d0 fetch  0x00000001 , 0x0000498c 
+ 00021962  0x000053d1 copy  0x0000003f , 0x00000011 
+ 00021963  0x000053d2 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00021964  0x000053d3 nbranch  0x000055dd , 0x00000002 
+ 00021965  0x000053d5 call  0x000055d6 
+ 00021966  0x000053d7 arg  0x000047a9 , 0x00000005 
+ 00021967  0x000053d8 call  0x000055d3 
+ 00021968  0x000053da arg  0x0000436b , 0x00000005 
+ 00021969  0x000053db call  0x000055d3 
+ 00021970  0x000053dd arg  0x0000426c , 0x00000005 
+ 00021971  0x000053df arg  0x0000498d , 0x00000006 
+ 00021972  0x000053e0 copy  0x00000011 , 0x00000039 
+ 00021973  0x000053e1 branch  0x00007cda 
+ 00021974  0x000053e4 arg  0x000047a9 , 0x00000005 
+ 00021975  0x000053e5 call  0x000055db 
+ 00021976  0x000053e7 arg  0x0000436b , 0x00000005 
+ 00021977  0x000053e8 call  0x000055db 
+ 00021978  0x000053ea arg  0x0000426c , 0x00000005 
+ 00021979  0x000053ec arg  0x0000000b , 0x00000039 
+ 00021980  0x000053ed branch  0x00007ca1 
+ 00021981  0x000053f0 call  0x000055f3 
+ 00021982  0x000053f2 fetch  0x00000001 , 0x0000498c 
+ 00021983  0x000053f3 increase  0x00000001 , 0x0000003f 
+ 00021984  0x000053f4 store  0x00000001 , 0x000047a0 
+ 00021985  0x000053f5 jam  0x00000009 , 0x000047a1 
+ 00021986  0x000053f6 arg  0x0000498d , 0x00000006 
+ 00021987  0x000053f7 arg  0x000047a2 , 0x00000005 
+ 00021988  0x000053f8 copy  0x00000011 , 0x00000039 
+ 00021989  0x000053f9 call  0x00007cda 
+ 00021990  0x000053fb fetch  0x00000001 , 0x0000498c 
+ 00021991  0x000053fc increase  0x00000001 , 0x0000003f 
+ 00021992  0x000053fd store  0x00000001 , 0x00004369 
+ 00021993  0x000053fe jam  0x00000009 , 0x0000436a 
+ 00021994  0x000053ff arg  0x0000498d , 0x00000006 
+ 00021995  0x00005400 arg  0x0000436b , 0x00000005 
+ 00021996  0x00005401 copy  0x00000011 , 0x00000039 
+ 00021997  0x00005402 call  0x00007cda 
+ 00021998  0x00005404 arg  0x0000498c , 0x00000006 
+ 00021999  0x00005405 arg  0x0000426b , 0x00000005 
+ 00022000  0x00005406 copy  0x00000011 , 0x00000039 
+ 00022001  0x00005407 increase  0x00000001 , 0x00000039 
+ 00022002  0x00005408 branch  0x00007cda 
+ 00022003  0x0000540b arg  0x000047a0 , 0x00000005 
+ 00022004  0x0000540c arg  0x00000014 , 0x00000039 
+ 00022005  0x0000540d branch  0x00007ca1 
+ 00022006  0x00005414 call  0x000055fb 
+ 00022007  0x00005415 jam  0x00000073 , 0x000043f5 
+ 00022008  0x00005417 call  0x000055fa 
+ 00022009  0x00005418 branch  0x000069e0 
+ 00022010  0x0000541c branch  0x00006bc6 
+ 00022011  0x0000541f fetch  0x00000001 , 0x0000464c 
+ 00022012  0x00005420 arg  0x00000021 , 0x00000002 
+ 00022013  0x00005421 call  0x00006f21 
+ 00022014  0x00005422 fetch  0x00000001 , 0x0000464d 
+ 00022015  0x00005423 arg  0x00000023 , 0x00000002 
+ 00022016  0x00005424 branch  0x00006f21 
+ 00022017  0x0000542a bpatch  0x0000007a , 0x0000400f 
+ 00022018  0x0000542b disable  0x00000028 
+ 00022019  0x0000542c setarg  0x00000000 
+ 00022020  0x0000542d store  0x00000006 , 0x00004847 
+ 00022021  0x0000542e call  0x000059f6 
+ 00022022  0x0000542f setarg  0x00000089 
+ 00022023  0x00005430 call  0x000069e4 
+ 00022024  0x00005431 call  0x00005747 
+ 00022025  0x00005432 call  0x00005612 
+ 00022026  0x00005433 call  0x00005617 
+ 00022027  0x00005434 call  0x000057a6 
+ 00022028  0x00005435 fetch  0x00000001 , 0x00004846 
+ 00022029  0x00005436 and_into  0x0000001f , 0x0000003f 
+ 00022030  0x00005437 store  0x00000001 , 0x00004846 
+ 00022031  0x00005438 nbranch  0x00005f37 , 0x00000028 
+ 00022032  0x00005439 call  0x00005f26 
+ 00022033  0x0000543a branch  0x00005c0b 
+ 00022034  0x0000543f fetch  0x00000001 , 0x00004856 
+ 00022035  0x00005440 rtn  0x00000034 
+ 00022036  0x00005441 store  0x00000001 , 0x0000484b 
+ 00022037  0x00005442 jam  0x00000000 , 0x00004856 
+ 00022038  0x00005443 branch  0x00007dba 
+ 00022039  0x00005446 fetch  0x00000001 , 0x00004852 
+ 00022040  0x00005447 rtn  0x00000034 
+ 00022041  0x00005448 store  0x00000001 , 0x0000484c 
+ 00022042  0x00005449 jam  0x00000000 , 0x00004852 
+ 00022043  0x0000544a branch  0x00007dba 
+ 00022044  0x0000544d call  0x00005629 
+ 00022045  0x0000544e call  0x00005665 
+ 00022046  0x0000544f fetch  0x00000001 , 0x00004850 
+ 00022047  0x00005450 fetcht  0x00000001 , 0x0000484f 
+ 00022048  0x00005451 store  0x00000001 , 0x0000484f 
+ 00022049  0x00005452 isub  0x00000002 , 0x0000003e 
+ 00022050  0x00005453 nbranch  0x0000430c , 0x00000005 
+ 00022051  0x00005454 fetch  0x00000001 , 0x00004854 
+ 00022052  0x00005455 fetcht  0x00000001 , 0x00004853 
+ 00022053  0x00005456 store  0x00000001 , 0x00004853 
+ 00022054  0x00005457 isub  0x00000002 , 0x0000003e 
+ 00022055  0x00005458 nbranch  0x0000430c , 0x00000005 
+ 00022056  0x00005459 rtn 
+ 00022057  0x0000545b fetch  0x00000001 , 0x00004652 
+ 00022058  0x0000545c rtneq  0x000000ff 
+ 00022059  0x0000545d arg  0x00000000 , 0x00000011 
+ 00022060  0x0000545e fetcht  0x00000001 , 0x00004652 
+ 00022061  0x0000545f call  0x00006ee6 
+ 00022062  0x00005460 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00022063  0x00005461 fetcht  0x00000001 , 0x00004653 
+ 00022064  0x00005462 call  0x00006ee6 
+ 00022065  0x00005463 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00022066  0x00005464 copy  0x00000011 , 0x0000003f 
+ 00022067  0x00005465 store  0x00000001 , 0x00004850 
+ 00022068  0x00005466 beq  0x00000001 , 0x00005639 
+ 00022069  0x00005467 beq  0x00000002 , 0x0000563d 
+ 00022070  0x00005468 fetch  0x00000001 , 0x00004851 
+ 00022071  0x00005469 bbit1  0x00000007 , 0x00005649 
+ 00022072  0x0000546a rtn 
+ 00022073  0x0000546d fetch  0x00000001 , 0x0000484f 
+ 00022074  0x0000546e beq  0x00000000 , 0x00005641 
+ 00022075  0x0000546f beq  0x00000003 , 0x00005643 
+ 00022076  0x00005470 rtn 
+ 00022077  0x00005472 fetch  0x00000001 , 0x0000484f 
+ 00022078  0x00005473 beq  0x00000000 , 0x00005645 
+ 00022079  0x00005474 beq  0x00000003 , 0x00005647 
+ 00022080  0x00005475 rtn 
+ 00022081  0x00005477 jam  0x00000082 , 0x00004851 
+ 00022082  0x00005478 rtn 
+ 00022083  0x0000547a jam  0x00000081 , 0x00004851 
+ 00022084  0x0000547b rtn 
+ 00022085  0x0000547d jam  0x00000080 , 0x00004851 
+ 00022086  0x0000547e rtn 
+ 00022087  0x00005480 jam  0x00000083 , 0x00004851 
+ 00022088  0x00005481 rtn 
+ 00022089  0x00005483 fetch  0x00000001 , 0x00004851 
+ 00022090  0x00005484 set0  0x00000007 , 0x0000003f 
+ 00022091  0x00005485 store  0x00000001 , 0x00004851 
+ 00022092  0x00005486 beq  0x00000000 , 0x00005651 
+ 00022093  0x00005487 beq  0x00000001 , 0x00005654 
+ 00022094  0x00005488 beq  0x00000002 , 0x00005657 
+ 00022095  0x00005489 beq  0x00000003 , 0x0000565a 
+ 00022096  0x0000548a rtn 
+ 00022097  0x0000548c fetch  0x00000001 , 0x00004850 
+ 00022098  0x0000548d beq  0x00000003 , 0x0000565d 
+ 00022099  0x0000548e rtn 
+ 00022100  0x00005490 fetch  0x00000001 , 0x00004850 
+ 00022101  0x00005491 beq  0x00000000 , 0x0000565d 
+ 00022102  0x00005492 rtn 
+ 00022103  0x00005494 fetch  0x00000001 , 0x00004850 
+ 00022104  0x00005495 beq  0x00000003 , 0x00005661 
+ 00022105  0x00005496 rtn 
+ 00022106  0x00005498 fetch  0x00000001 , 0x00004850 
+ 00022107  0x00005499 beq  0x00000000 , 0x00005661 
+ 00022108  0x0000549a rtn 
+ 00022109  0x0000549c fetch  0x00000001 , 0x00004852 
+ 00022110  0x0000549d increase  0x00000001 , 0x0000003f 
+ 00022111  0x0000549e store  0x00000001 , 0x00004852 
+ 00022112  0x0000549f rtn 
+ 00022113  0x000054a1 fetch  0x00000001 , 0x00004852 
+ 00022114  0x000054a2 increase  0xffffffff , 0x0000003f 
+ 00022115  0x000054a3 store  0x00000001 , 0x00004852 
+ 00022116  0x000054a4 rtn 
+ 00022117  0x000054a8 fetch  0x00000001 , 0x0000464a 
+ 00022118  0x000054a9 rtneq  0x000000ff 
+ 00022119  0x000054aa arg  0x00000000 , 0x00000011 
+ 00022120  0x000054ab fetcht  0x00000001 , 0x0000464a 
+ 00022121  0x000054ac call  0x00006ee6 
+ 00022122  0x000054ad setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00022123  0x000054ae fetcht  0x00000001 , 0x0000464b 
+ 00022124  0x000054af call  0x00006ee6 
+ 00022125  0x000054b0 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00022126  0x000054b1 copy  0x00000011 , 0x0000003f 
+ 00022127  0x000054b2 store  0x00000001 , 0x00004854 
+ 00022128  0x000054b3 beq  0x00000001 , 0x00005675 
+ 00022129  0x000054b4 beq  0x00000002 , 0x00005679 
+ 00022130  0x000054b5 fetch  0x00000001 , 0x00004855 
+ 00022131  0x000054b6 bbit1  0x00000007 , 0x00005685 
+ 00022132  0x000054b7 rtn 
+ 00022133  0x000054ba fetch  0x00000001 , 0x00004853 
+ 00022134  0x000054bb beq  0x00000000 , 0x0000567d 
+ 00022135  0x000054bc beq  0x00000003 , 0x0000567f 
+ 00022136  0x000054bd rtn 
+ 00022137  0x000054bf fetch  0x00000001 , 0x00004853 
+ 00022138  0x000054c0 beq  0x00000000 , 0x00005681 
+ 00022139  0x000054c1 beq  0x00000003 , 0x00005683 
+ 00022140  0x000054c2 rtn 
+ 00022141  0x000054c4 jam  0x00000082 , 0x00004855 
+ 00022142  0x000054c5 rtn 
+ 00022143  0x000054c7 jam  0x00000081 , 0x00004855 
+ 00022144  0x000054c8 rtn 
+ 00022145  0x000054ca jam  0x00000080 , 0x00004855 
+ 00022146  0x000054cb rtn 
+ 00022147  0x000054cd jam  0x00000083 , 0x00004855 
+ 00022148  0x000054ce rtn 
+ 00022149  0x000054d0 fetch  0x00000001 , 0x00004855 
+ 00022150  0x000054d1 set0  0x00000007 , 0x0000003f 
+ 00022151  0x000054d2 store  0x00000001 , 0x00004855 
+ 00022152  0x000054d3 beq  0x00000000 , 0x0000568d 
+ 00022153  0x000054d4 beq  0x00000001 , 0x00005690 
+ 00022154  0x000054d5 beq  0x00000002 , 0x00005693 
+ 00022155  0x000054d6 beq  0x00000003 , 0x00005696 
+ 00022156  0x000054d7 rtn 
+ 00022157  0x000054d9 fetch  0x00000001 , 0x00004854 
+ 00022158  0x000054da beq  0x00000003 , 0x00005699 
+ 00022159  0x000054db rtn 
+ 00022160  0x000054dd fetch  0x00000001 , 0x00004854 
+ 00022161  0x000054de beq  0x00000000 , 0x00005699 
+ 00022162  0x000054df rtn 
+ 00022163  0x000054e1 fetch  0x00000001 , 0x00004854 
+ 00022164  0x000054e2 beq  0x00000003 , 0x0000569d 
+ 00022165  0x000054e3 rtn 
+ 00022166  0x000054e5 fetch  0x00000001 , 0x00004854 
+ 00022167  0x000054e6 beq  0x00000000 , 0x0000569d 
+ 00022168  0x000054e7 rtn 
+ 00022169  0x000054e9 fetch  0x00000001 , 0x00004856 
+ 00022170  0x000054ea increase  0x00000001 , 0x0000003f 
+ 00022171  0x000054eb store  0x00000001 , 0x00004856 
+ 00022172  0x000054ec rtn 
+ 00022173  0x000054ee fetch  0x00000001 , 0x00004856 
+ 00022174  0x000054ef increase  0xffffffff , 0x0000003f 
+ 00022175  0x000054f0 store  0x00000001 , 0x00004856 
+ 00022176  0x000054f1 rtn 
+ 00022177  0x000054f5 fetcht  0x00000001 , 0x0000464a 
+ 00022178  0x000054f6 call  0x00006eb2 
+ 00022179  0x000054f7 fetcht  0x00000001 , 0x0000464b 
+ 00022180  0x000054f8 call  0x00006eb2 
+ 00022181  0x000054f9 fetcht  0x00000001 , 0x00004652 
+ 00022182  0x000054fa call  0x00006eb2 
+ 00022183  0x000054fb fetcht  0x00000001 , 0x00004653 
+ 00022184  0x000054fc branch  0x00006eb2 
+ 00022185  0x000054ff fetcht  0x00000001 , 0x0000464a 
+ 00022186  0x00005500 call  0x000055ab 
+ 00022187  0x00005501 fetcht  0x00000001 , 0x0000464b 
+ 00022188  0x00005502 call  0x000055ab 
+ 00022189  0x00005503 fetcht  0x00000001 , 0x00004652 
+ 00022190  0x00005504 call  0x000055ab 
+ 00022191  0x00005505 fetcht  0x00000001 , 0x00004653 
+ 00022192  0x00005506 branch  0x000055ab 
+ 00022193  0x00005509 fetch  0x00000002 , 0x0000484b 
+ 00022194  0x0000550a rtn  0x00000034 
+ 00022195  0x0000550b jam  0x00000001 , 0x00004857 
+ 00022196  0x0000550c jam  0x0000000a , 0x00004858 
+ 00022197  0x0000550d rtn 
+ 00022198  0x00005510 arg  0x00004858 , 0x00000013 
+ 00022199  0x00005511 arg  0x000056b9 , 0x00000012 
+ 00022200  0x00005512 branch  0x000042e0 
+ 00022201  0x00005514 jam  0x00000000 , 0x00004857 
+ 00022202  0x00005515 rtn 
+ 00022203  0x0000551e fetch  0x00000001 , 0x00004649 
+ 00022204  0x0000551f rtneq  0x000000ff 
+ 00022205  0x00005520 arg  0x00000000 , 0x00000011 
+ 00022206  0x00005521 jam  0x00000005 , 0x00004977 
+ 00022207  0x00005522 fetcht  0x00000001 , 0x00004649 
+ 00022208  0x00005523 call  0x000056c8 
+ 00022209  0x00005525 store  0x00000001 , 0x00004974 
+ 00022210  0x00005526 fetch  0x00000001 , 0x00004654 
+ 00022211  0x00005527 beq  0x000000ff , 0x000056d8 
+ 00022212  0x00005528 call  0x000058df 
+ 00022213  0x0000552a copy  0x00000011 , 0x0000003f 
+ 00022214  0x0000552b bbit1  0x00000005 , 0x000056e0 
+ 00022215  0x0000552c branch  0x000056e7 
+ 00022216  0x0000552f fetch  0x00000008 , 0x00004713 
+ 00022217  0x00005530 bbit1  0x0000002b , 0x000056de 
+ 00022218  0x00005531 fetch  0x00000001 , 0x00004974 
+ 00022219  0x00005532 copy  0x0000003f , 0x00000013 
+ 00022220  0x00005533 fetch  0x00000001 , 0x00004654 
+ 00022221  0x00005534 beq  0x000000ff , 0x00005931 
+ 00022222  0x00005536 fetch  0x00000001 , 0x0000497b 
+ 00022223  0x00005537 nbranch  0x000056db , 0x00000034 
+ 00022224  0x00005539 call  0x00006ee6 
+ 00022225  0x0000553a fetcht  0x00000001 , 0x00004654 
+ 00022226  0x0000553b branch  0x000056de , 0x00000001 
+ 00022227  0x0000553c fetcht  0x00000001 , 0x00004654 
+ 00022228  0x0000553d call  0x00006ef7 
+ 00022229  0x0000553e fetcht  0x00000001 , 0x00004649 
+ 00022230  0x0000553f fetch  0x00000001 , 0x00004974 
+ 00022231  0x00005540 branch  0x00005925 
+ 00022232  0x00005543 fetcht  0x00000001 , 0x00004649 
+ 00022233  0x00005544 call  0x000055b5 
+ 00022234  0x00005545 branch  0x000056c5 
+ 00022235  0x00005548 jam  0x00000000 , 0x0000487a 
+ 00022236  0x00005549 jam  0x00000000 , 0x00004974 
+ 00022237  0x0000554a rtn 
+ 00022238  0x0000554d fetch  0x00000001 , 0x00004974 
+ 00022239  0x0000554e branch  0x00005925 
+ 00022240  0x00005551 fetch  0x00000001 , 0x0000487a 
+ 00022241  0x00005552 rtneq  0x00000001 
+ 00022242  0x00005553 jam  0x00000001 , 0x0000487a 
+ 00022243  0x00005554 fetch  0x00000008 , 0x00004713 
+ 00022244  0x00005555 rtnbit1  0x00000028 
+ 00022245  0x00005556 rtnbit1  0x00000036 
+ 00022246  0x00005557 branch  0x000056f7 
+ 00022247  0x0000555a fetch  0x00000001 , 0x0000487a 
+ 00022248  0x0000555b rtneq  0x00000000 
+ 00022249  0x0000555c jam  0x00000000 , 0x0000487a 
+ 00022250  0x0000555d fetch  0x00000008 , 0x00004713 
+ 00022251  0x0000555e bbit1  0x00000028 , 0x000056ee 
+ 00022252  0x0000555f bbit1  0x00000036 , 0x000056ee 
+ 00022253  0x00005560 rtn 
+ 00022254  0x00005562 fetch  0x00000001 , 0x0000487b 
+ 00022255  0x00005563 nbranch  0x000056f2 , 0x00000034 
+ 00022256  0x00005564 fetch  0x00000001 , 0x0000497d 
+ 00022257  0x00005565 ncall  0x000056f7 , 0x00000034 
+ 00022258  0x00005567 jam  0x00000000 , 0x0000487b 
+ 00022259  0x00005568 fetch  0x00000001 , 0x000044eb 
+ 00022260  0x00005569 store  0x00000001 , 0x0000497d 
+ 00022261  0x0000556a store  0x00000001 , 0x0000497c 
+ 00022262  0x0000556b rtn 
+ 00022263  0x0000556e bpatch  0x0000007b , 0x0000400f 
+ 00022264  0x0000556f call  0x00005728 
+ 00022265  0x00005570 rtn  0x00000028 
+ 00022266  0x00005572 fetch  0x00000001 , 0x00004690 
+ 00022267  0x00005574 copy  0x0000003f , 0x00000002 
+ 00022268  0x00005575 fetch  0x00000008 , 0x00004713 
+ 00022269  0x00005576 bbit1  0x00000017 , 0x00005704 
+ 00022270  0x00005577 copy  0x00000002 , 0x0000003f 
+ 00022271  0x00005579 increase  0x00000001 , 0x0000003f 
+ 00022272  0x0000557a and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022273  0x0000557c store  0x00000001 , 0x00004690 
+ 00022274  0x0000557d call  0x00005744 
+ 00022275  0x0000557e branch  0x00005cac 
+ 00022276  0x00005584 fetch  0x00000001 , 0x0000498a 
+ 00022277  0x00005585 nbranch  0x00005721 , 0x00000034 
+ 00022278  0x00005587 fetch  0x00000008 , 0x00004713 
+ 00022279  0x00005588 bbit1  0x0000001c , 0x00005715 
+ 00022280  0x00005589 copy  0x00000002 , 0x0000003f 
+ 00022281  0x0000558a rtneq  0x00000001 
+ 00022282  0x0000558c beq  0x00000000 , 0x00005711 
+ 00022283  0x0000558d beq  0x00000002 , 0x0000570f 
+ 00022284  0x0000558e rtn 
+ 00022285  0x00005591 setarg  0x00000002 
+ 00022286  0x00005592 branch  0x00005701 
+ 00022287  0x00005594 setarg  0x00000000 
+ 00022288  0x00005595 branch  0x00005701 
+ 00022289  0x00005597 setarg  0x00000001 
+ 00022290  0x00005598 branch  0x00005701 
+ 00022291  0x0000559a setarg  0x00000003 
+ 00022292  0x0000559b branch  0x00005701 
+ 00022293  0x0000559e copy  0x00000002 , 0x0000003f 
+ 00022294  0x0000559f rtneq  0x00000001 
+ 00022295  0x000055a0 beq  0x00000000 , 0x00005711 
+ 00022296  0x000055a1 beq  0x00000002 , 0x00005713 
+ 00022297  0x000055a2 beq  0x00000003 , 0x0000570f 
+ 00022298  0x000055a3 rtn 
+ 00022299  0x000055a5 copy  0x00000002 , 0x0000003f 
+ 00022300  0x000055a6 rtneq  0x00000002 
+ 00022301  0x000055a7 beq  0x00000000 , 0x00005713 
+ 00022302  0x000055a8 beq  0x00000001 , 0x0000570f 
+ 00022303  0x000055a9 beq  0x00000003 , 0x0000570d 
+ 00022304  0x000055aa rtn 
+ 00022305  0x000055ae fetch  0x00000008 , 0x00004713 
+ 00022306  0x000055af bbit1  0x0000001c , 0x0000571b 
+ 00022307  0x000055b0 copy  0x00000002 , 0x0000003f 
+ 00022308  0x000055b1 rtneq  0x00000002 
+ 00022309  0x000055b3 beq  0x00000000 , 0x0000570d 
+ 00022310  0x000055b4 beq  0x00000001 , 0x0000570f 
+ 00022311  0x000055b5 rtn 
+ 00022312  0x000055bb disable  0x00000028 
+ 00022313  0x000055bc fetch  0x00000008 , 0x00004713 
+ 00022314  0x000055bd rtnbit1  0x0000002b 
+ 00022315  0x000055be branch  0x00005eb1 
+ 00022316  0x000055c1 fetch  0x00000008 , 0x00004713 
+ 00022317  0x000055c2 bbit1  0x00000028 , 0x00005730 
+ 00022318  0x000055c3 bbit1  0x00000036 , 0x00005737 
+ 00022319  0x000055c4 rtn 
+ 00022320  0x000055c7 fetch  0x00000001 , 0x0000487a 
+ 00022321  0x000055c8 rtnne  0x00000001 
+ 00022322  0x000055c9 arg  0x0000497d , 0x00000013 
+ 00022323  0x000055ca arg  0x00005735 , 0x00000012 
+ 00022324  0x000055cb branch  0x000042e0 
+ 00022325  0x000055ce jam  0x00000001 , 0x0000487b 
+ 00022326  0x000055cf branch  0x00005ec6 
+ 00022327  0x000055d2 fetch  0x00000001 , 0x0000487a 
+ 00022328  0x000055d3 rtnne  0x00000001 
+ 00022329  0x000055d4 arg  0x0000497c , 0x00000013 
+ 00022330  0x000055d5 arg  0x0000573c , 0x00000012 
+ 00022331  0x000055d6 branch  0x000042e0 
+ 00022332  0x000055d9 jam  0x00000001 , 0x0000487b 
+ 00022333  0x000055da branch  0x00005ba3 
+ 00022334  0x000055dd fetch  0x00000008 , 0x00004713 
+ 00022335  0x000055de rtnbit1  0x0000001c 
+ 00022336  0x000055df fetch  0x00000001 , 0x00004690 
+ 00022337  0x000055e0 rtnne  0x00000003 
+ 00022338  0x000055e2 jam  0x00000000 , 0x00004690 
+ 00022339  0x000055e3 rtn 
+ 00022340  0x000055e6 bpatch  0x0000007c , 0x0000400f 
+ 00022341  0x000055e7 call  0x0000573e 
+ 00022342  0x000055e8 call  0x0000613a 
+ 00022343  0x000055ea bpatch  0x0000007d , 0x0000400f 
+ 00022344  0x000055eb fetch  0x00000001 , 0x00004957 
+ 00022345  0x000055ec beq  0x0000000c , 0x0000576b 
+ 00022346  0x000055ed beq  0x00000003 , 0x00005785 
+ 00022347  0x000055ee beq  0x0000000b , 0x00005799 
+ 00022348  0x000055ef fetch  0x00000001 , 0x00004690 
+ 00022349  0x000055f0 beq  0x00000000 , 0x00005753 
+ 00022350  0x000055f1 beq  0x00000001 , 0x00005751 
+ 00022351  0x000055f2 beq  0x00000002 , 0x00005755 
+ 00022352  0x000055f3 beq  0x00000003 , 0x00005757 
+ 00022353  0x000055f5 fetcht  0x00000001 , 0x00004869 
+ 00022354  0x000055f6 branch  0x00005758 
+ 00022355  0x000055f8 fetcht  0x00000001 , 0x00004868 
+ 00022356  0x000055f9 branch  0x00005758 
+ 00022357  0x000055fb fetcht  0x00000001 , 0x0000486a 
+ 00022358  0x000055fc branch  0x00005758 
+ 00022359  0x000055fe fetcht  0x00000001 , 0x0000486b 
+ 00022360  0x00005600 fetch  0x00000001 , 0x00004957 
+ 00022361  0x00005601 beq  0x00000004 , 0x00005767 
+ 00022362  0x00005602 beq  0x00000005 , 0x00005767 
+ 00022363  0x00005603 beq  0x00000008 , 0x00005769 
+ 00022364  0x00005604 beq  0x00000007 , 0x00005769 
+ 00022365  0x00005605 beq  0x00000006 , 0x00005767 
+ 00022366  0x00005607 storet  0x00000001 , 0x00004879 
+ 00022367  0x00005608 setarg  0x00000006 
+ 00022368  0x00005609 call  0x000069e5 
+ 00022369  0x0000560a and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00022370  0x0000560b fetch  0x00000001 , 0x00004879 
+ 00022371  0x0000560c iadd  0x00000002 , 0x0000003f 
+ 00022372  0x0000560d lshift8  0x0000003f , 0x0000003f 
+ 00022373  0x0000560e add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00022374  0x0000560f branch  0x000069e4 
+ 00022375  0x00005612 increase  0xffffffff , 0x00000002 
+ 00022376  0x00005613 branch  0x0000575e 
+ 00022377  0x00005616 increase  0x00000002 , 0x00000002 
+ 00022378  0x00005617 branch  0x0000575e 
+ 00022379  0x0000561a fetch  0x00000001 , 0x00004690 
+ 00022380  0x0000561b beq  0x00000000 , 0x0000576f 
+ 00022381  0x0000561c beq  0x00000001 , 0x00005775 
+ 00022382  0x0000561d beq  0x00000002 , 0x00005778 
+ 00022383  0x0000561f fetch  0x00000001 , 0x00004874 
+ 00022384  0x00005620 copy  0x0000003f , 0x00000011 
+ 00022385  0x00005621 branch  0x0000577d 
+ 00022386  0x00005624 fetch  0x00000001 , 0x00004875 
+ 00022387  0x00005625 copy  0x0000003f , 0x00000011 
+ 00022388  0x00005626 branch  0x0000577d 
+ 00022389  0x00005629 fetch  0x00000001 , 0x00004876 
+ 00022390  0x0000562a copy  0x0000003f , 0x00000011 
+ 00022391  0x0000562b branch  0x0000577d 
+ 00022392  0x0000562e fetch  0x00000001 , 0x00004877 
+ 00022393  0x0000562f copy  0x0000003f , 0x00000011 
+ 00022394  0x00005630 branch  0x0000577d 
+ 00022395  0x00005633 fetch  0x00000001 , 0x00004878 
+ 00022396  0x00005634 copy  0x0000003f , 0x00000011 
+ 00022397  0x00005636 setarg  0x0000c309 
+ 00022398  0x00005637 call  0x000069e4 
+ 00022399  0x00005638 copy  0x00000011 , 0x0000003f 
+ 00022400  0x00005639 lshift8  0x0000003f , 0x0000003f 
+ 00022401  0x0000563a add  0x0000003f , 0x00000023 , 0x0000003f 
+ 00022402  0x0000563b call  0x000069e4 
+ 00022403  0x0000563c setarg  0x00000009 
+ 00022404  0x0000563d branch  0x000069e4 
+ 00022405  0x00005640 fetch  0x00000001 , 0x00004690 
+ 00022406  0x00005641 beq  0x00000000 , 0x0000578c 
+ 00022407  0x00005642 beq  0x00000001 , 0x0000578a 
+ 00022408  0x00005643 beq  0x00000002 , 0x0000578e 
+ 00022409  0x00005644 beq  0x00000003 , 0x00005790 
+ 00022410  0x00005646 fetch  0x00000001 , 0x0000486d 
+ 00022411  0x00005647 branch  0x00005791 
+ 00022412  0x00005649 fetch  0x00000001 , 0x0000486c 
+ 00022413  0x0000564a branch  0x00005791 
+ 00022414  0x0000564c fetch  0x00000001 , 0x0000486e 
+ 00022415  0x0000564d branch  0x00005791 
+ 00022416  0x0000564f fetch  0x00000001 , 0x0000486f 
+ 00022417  0x00005651 store  0x00000001 , 0x00004879 
+ 00022418  0x00005652 lshift8  0x0000003f , 0x0000003f 
+ 00022419  0x00005653 copy  0x0000003f , 0x00000011 
+ 00022420  0x00005654 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00022421  0x00005655 call  0x000069e4 
+ 00022422  0x00005656 copy  0x00000011 , 0x0000003f 
+ 00022423  0x00005657 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00022424  0x00005658 branch  0x000069e4 
+ 00022425  0x0000565b fetch  0x00000001 , 0x00004690 
+ 00022426  0x0000565c beq  0x00000000 , 0x000057a0 
+ 00022427  0x0000565d beq  0x00000001 , 0x0000579e 
+ 00022428  0x0000565e beq  0x00000002 , 0x000057a2 
+ 00022429  0x0000565f beq  0x00000003 , 0x000057a4 
+ 00022430  0x00005661 fetch  0x00000001 , 0x00004871 
+ 00022431  0x00005662 branch  0x00005791 
+ 00022432  0x00005665 fetch  0x00000001 , 0x00004870 
+ 00022433  0x00005666 branch  0x00005791 
+ 00022434  0x00005669 fetch  0x00000001 , 0x00004872 
+ 00022435  0x0000566a branch  0x00005791 
+ 00022436  0x0000566d fetch  0x00000001 , 0x00004873 
+ 00022437  0x0000566e branch  0x00005791 
+ 00022438  0x00005677 call  0x0000584c 
+ 00022439  0x00005678 fetch  0x00000001 , 0x00004987 
+ 00022440  0x00005679 nbranch  0x00005860 , 0x00000034 
+ 00022441  0x0000567a fetch  0x00000001 , 0x00004982 
+ 00022442  0x0000567b nbranch  0x0000585f , 0x00000034 
+ 00022443  0x0000567d call  0x00005888 
+ 00022444  0x0000567e call  0x000057bc 
+ 00022445  0x0000567f call  0x0000552f 
+ 00022446  0x00005680 call  0x000057b7 
+ 00022447  0x00005681 copy  0x00000011 , 0x0000003f 
+ 00022448  0x00005682 fetcht  0x00000001 , 0x0000484e 
+ 00022449  0x00005683 store  0x00000001 , 0x0000484e 
+ 00022450  0x00005684 store  0x00000001 , 0x00004846 
+ 00022451  0x00005685 ixor  0x00000002 , 0x0000003f 
+ 00022452  0x00005686 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00022453  0x00005687 rtn  0x00000005 
+ 00022454  0x00005688 branch  0x00007dba 
+ 00022455  0x0000568b rtnmark0  0x00000026 
+ 00022456  0x0000568c copy  0x00000011 , 0x0000003f 
+ 00022457  0x0000568d rtn  0x00000034 
+ 00022458  0x0000568e store  0x00000001 , 0x00004846 
+ 00022459  0x0000568f branch  0x00007dba 
+ 00022460  0x00005695 jam  0x00000000 , 0x00004979 
+ 00022461  0x00005696 jam  0x00000000 , 0x0000497a 
+ 00022462  0x00005697 jam  0x00000000 , 0x0000497b 
+ 00022463  0x00005698 copy  0x0000003f , 0x00000012 
+ 00022464  0x00005699 fetcht  0x00000001 , 0x00004644 
+ 00022465  0x0000569a fetch  0x00000001 , 0x00004647 
+ 00022466  0x0000569b isub  0x00000002 , 0x0000003e 
+ 00022467  0x0000569c branch  0x000057cc , 0x00000005 
+ 00022468  0x0000569d fetch  0x00000001 , 0x00004648 
+ 00022469  0x0000569e isub  0x00000002 , 0x0000003e 
+ 00022470  0x0000569f branch  0x000057d1 , 0x00000005 
+ 00022471  0x000056a0 fetcht  0x00000001 , 0x00004645 
+ 00022472  0x000056a1 fetch  0x00000001 , 0x00004647 
+ 00022473  0x000056a2 isub  0x00000002 , 0x0000003e 
+ 00022474  0x000056a3 branch  0x000057e0 , 0x00000005 
+ 00022475  0x000056a4 branch  0x000057e3 
+ 00022476  0x000056a7 fetcht  0x00000001 , 0x00004645 
+ 00022477  0x000056a8 fetch  0x00000001 , 0x00004648 
+ 00022478  0x000056a9 isub  0x00000002 , 0x0000003e 
+ 00022479  0x000056aa branch  0x000057d6 , 0x00000005 
+ 00022480  0x000056ab branch  0x000057d9 
+ 00022481  0x000056ae fetcht  0x00000001 , 0x00004645 
+ 00022482  0x000056af fetch  0x00000001 , 0x00004647 
+ 00022483  0x000056b0 isub  0x00000002 , 0x0000003e 
+ 00022484  0x000056b1 branch  0x000057db , 0x00000005 
+ 00022485  0x000056b2 branch  0x000057de 
+ 00022486  0x000056b5 call  0x000057ef 
+ 00022487  0x000056b6 call  0x000057fb 
+ 00022488  0x000056b7 branch  0x000057e5 
+ 00022489  0x000056ba call  0x000057ef 
+ 00022490  0x000056bb branch  0x000057e1 
+ 00022491  0x000056be call  0x000057f8 
+ 00022492  0x000056bf call  0x000057f2 
+ 00022493  0x000056c0 branch  0x000057e5 
+ 00022494  0x000056c3 call  0x000057f8 
+ 00022495  0x000056c4 branch  0x000057e4 
+ 00022496  0x000056c7 call  0x000057f2 
+ 00022497  0x000056c9 call  0x000057fe 
+ 00022498  0x000056ca branch  0x000057e5 
+ 00022499  0x000056cd call  0x000057fb 
+ 00022500  0x000056cf call  0x000057f5 
+ 00022501  0x000056d1 call  0x00005801 
+ 00022502  0x000056d2 call  0x00005804 
+ 00022503  0x000056d3 fetch  0x00000001 , 0x0000497a 
+ 00022504  0x000056d4 rtn  0x00000034 
+ 00022505  0x000056d5 fetch  0x00000001 , 0x00004979 
+ 00022506  0x000056d6 rtn  0x00000034 
+ 00022507  0x000056d7 jam  0x00000001 , 0x0000497b 
+ 00022508  0x000056d8 fetch  0x00000001 , 0x0000484e 
+ 00022509  0x000056d9 copy  0x0000003f , 0x00000011 
+ 00022510  0x000056da rtn 
+ 00022511  0x000056dd and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022512  0x000056de beq  0x00000009 , 0x0000580c 
+ 00022513  0x000056df rtn 
+ 00022514  0x000056e1 and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022515  0x000056e2 beq  0x00000012 , 0x0000580c 
+ 00022516  0x000056e3 rtn 
+ 00022517  0x000056e5 and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022518  0x000056e6 beq  0x0000000a , 0x0000580c 
+ 00022519  0x000056e7 rtn 
+ 00022520  0x000056e9 and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022521  0x000056ea beq  0x00000011 , 0x0000580c 
+ 00022522  0x000056eb rtn 
+ 00022523  0x000056ed and  0x00000012 , 0x00000014 , 0x0000003f 
+ 00022524  0x000056ee beq  0x00000014 , 0x0000580c 
+ 00022525  0x000056ef rtn 
+ 00022526  0x000056f1 and  0x00000012 , 0x00000014 , 0x0000003f 
+ 00022527  0x000056f2 beq  0x00000012 , 0x0000580c 
+ 00022528  0x000056f3 rtn 
+ 00022529  0x000056f6 and  0x00000012 , 0x00000018 , 0x0000003f 
+ 00022530  0x000056f7 beq  0x00000018 , 0x0000580a 
+ 00022531  0x000056f8 rtn 
+ 00022532  0x000056fb and  0x00000002 , 0x00000007 , 0x0000003f 
+ 00022533  0x000056fc beq  0x00000003 , 0x0000580a 
+ 00022534  0x000056fd beq  0x00000005 , 0x0000580a 
+ 00022535  0x000056fe beq  0x00000006 , 0x0000580a 
+ 00022536  0x000056ff beq  0x00000007 , 0x0000580a 
+ 00022537  0x00005700 rtn 
+ 00022538  0x00005704 jam  0x00000001 , 0x0000497a 
+ 00022539  0x00005705 rtn 
+ 00022540  0x00005708 jam  0x00000001 , 0x00004979 
+ 00022541  0x00005709 rtn 
+ 00022542  0x00005712 fetch  0x00000008 , 0x00004713 
+ 00022543  0x00005713 rtnbit0  0x00000017 
+ 00022544  0x00005714 bbit0  0x0000002c , 0x00005816 
+ 00022545  0x00005716 fetch  0x00000001 , 0x00004658 
+ 00022546  0x00005717 call  0x00005943 
+ 00022547  0x00005718 call  0x00005824 
+ 00022548  0x00005719 fetcht  0x00000001 , 0x00004658 
+ 00022549  0x0000571a branch  0x000055b5 
+ 00022550  0x0000571d fetch  0x00000001 , 0x00004658 
+ 00022551  0x0000571e call  0x00005946 
+ 00022552  0x0000571f jam  0x00000000 , 0x0000498b 
+ 00022553  0x00005720 fetcht  0x00000001 , 0x00004658 
+ 00022554  0x00005721 fetch  0x00000001 , 0x00004988 
+ 00022555  0x00005722 call  0x0000583d 
+ 00022556  0x00005723 call  0x00005828 
+ 00022557  0x00005724 fetcht  0x00000001 , 0x00004658 
+ 00022558  0x00005725 branch  0x000055b5 
+ 00022559  0x00005728 call  0x000055b5 
+ 00022560  0x00005729 fetch  0x00000001 , 0x00004989 
+ 00022561  0x0000572a rtneq  0x00000001 
+ 00022562  0x0000572b jam  0x00000001 , 0x00004989 
+ 00022563  0x0000572c branch  0x000056f7 
+ 00022564  0x0000572f jam  0x00000000 , 0x0000498b 
+ 00022565  0x00005730 fetcht  0x00000001 , 0x00004658 
+ 00022566  0x00005731 fetch  0x00000001 , 0x00004988 
+ 00022567  0x00005732 call  0x00005833 
+ 00022568  0x00005734 store  0x00000001 , 0x00004988 
+ 00022569  0x00005735 fetch  0x00000001 , 0x0000498a 
+ 00022570  0x00005736 branch  0x0000582f , 0x00000034 
+ 00022571  0x00005738 fetch  0x00000001 , 0x00004989 
+ 00022572  0x00005739 rtneq  0x00000001 
+ 00022573  0x0000573a jam  0x00000001 , 0x00004989 
+ 00022574  0x0000573b branch  0x000056f7 
+ 00022575  0x0000573e fetch  0x00000001 , 0x00004989 
+ 00022576  0x0000573f rtneq  0x00000000 
+ 00022577  0x00005740 jam  0x00000000 , 0x00004989 
+ 00022578  0x00005741 rtn 
+ 00022579  0x00005744 lshift  0x0000003f , 0x0000003f 
+ 00022580  0x00005745 copy  0x0000003f , 0x00000012 
+ 00022581  0x00005746 call  0x00006ee6 
+ 00022582  0x00005747 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022583  0x00005748 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022584  0x00005749 fetcht  0x00000001 , 0x0000498b 
+ 00022585  0x0000574a copy  0x00000002 , 0x00000007 
+ 00022586  0x0000574b beq  0x00000007 , 0x00005848 
+ 00022587  0x0000574c beq  0x00000000 , 0x0000584a 
+ 00022588  0x0000574d rtn 
+ 00022589  0x00005750 lshift  0x0000003f , 0x0000003f 
+ 00022590  0x00005751 copy  0x0000003f , 0x00000012 
+ 00022591  0x00005752 call  0x000055b1 
+ 00022592  0x00005753 call  0x00006ee6 
+ 00022593  0x00005754 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022594  0x00005755 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022595  0x00005756 fetcht  0x00000001 , 0x0000498b 
+ 00022596  0x00005757 copy  0x00000002 , 0x00000007 
+ 00022597  0x00005758 beq  0x00000007 , 0x00005848 
+ 00022598  0x00005759 beq  0x00000000 , 0x0000584a 
+ 00022599  0x0000575a rtn 
+ 00022600  0x0000575d jam  0x00000001 , 0x0000498a 
+ 00022601  0x0000575e rtn 
+ 00022602  0x00005760 jam  0x00000000 , 0x0000498a 
+ 00022603  0x00005761 rtn 
+ 00022604  0x0000576a arg  0x00000000 , 0x00000012 
+ 00022605  0x0000576b fetch  0x00000001 , 0x00004657 
+ 00022606  0x0000576c rtneq  0x000000ff 
+ 00022607  0x0000576d fetch  0x00000008 , 0x00004713 
+ 00022608  0x0000576e bbit0  0x0000002e , 0x00005859 
+ 00022609  0x00005770 fetcht  0x00000001 , 0x00004657 
+ 00022610  0x00005771 call  0x000055b5 
+ 00022611  0x00005772 fetcht  0x00000001 , 0x00004657 
+ 00022612  0x00005773 call  0x00006ee6 
+ 00022613  0x00005774 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022614  0x00005776 copy  0x00000012 , 0x0000003f 
+ 00022615  0x00005777 store  0x00000001 , 0x00004987 
+ 00022616  0x00005778 rtn 
+ 00022617  0x0000577b fetcht  0x00000001 , 0x00004657 
+ 00022618  0x0000577c call  0x000055b1 
+ 00022619  0x0000577d fetcht  0x00000001 , 0x00004657 
+ 00022620  0x0000577e call  0x00006ee6 
+ 00022621  0x0000577f nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022622  0x00005780 branch  0x00005856 
+ 00022623  0x00005783 beq  0x00000004 , 0x00005878 
+ 00022624  0x00005785 call  0x0000587b 
+ 00022625  0x00005786 fetch  0x00000004 , 0x00004983 
+ 00022626  0x00005787 arg  0x000000a0 , 0x00000002 
+ 00022627  0x00005788 iadd  0x00000002 , 0x00000002 
+ 00022628  0x00005789 copy  0x00000022 , 0x0000003f 
+ 00022629  0x0000578a isub  0x00000002 , 0x0000003e 
+ 00022630  0x0000578b nrtn  0x00000002 
+ 00022631  0x0000578c store  0x00000004 , 0x00004983 
+ 00022632  0x0000578d fetch  0x00000001 , 0x00004982 
+ 00022633  0x0000578e beq  0x00000000 , 0x0000586e 
+ 00022634  0x0000578f beq  0x00000001 , 0x00005871 
+ 00022635  0x00005790 beq  0x00000002 , 0x00005874 
+ 00022636  0x00005791 beq  0x00000003 , 0x00005876 
+ 00022637  0x00005792 rtn 
+ 00022638  0x00005795 jam  0x00000001 , 0x00004982 
+ 00022639  0x00005797 jam  0x00000001 , 0x00004846 
+ 00022640  0x00005798 branch  0x00007dba 
+ 00022641  0x0000579b jam  0x00000002 , 0x00004982 
+ 00022642  0x0000579d jam  0x00000000 , 0x00004846 
+ 00022643  0x0000579e branch  0x00007dba 
+ 00022644  0x000057a1 jam  0x00000003 , 0x00004982 
+ 00022645  0x000057a2 branch  0x0000586f 
+ 00022646  0x000057a5 jam  0x00000000 , 0x00004982 
+ 00022647  0x000057a6 branch  0x00005872 
+ 00022648  0x000057a9 jam  0x00000000 , 0x00004982 
+ 00022649  0x000057aa jam  0x00000000 , 0x00004846 
+ 00022650  0x000057ab rtn 
+ 00022651  0x000057ae fetcht  0x00000004 , 0x00004983 
+ 00022652  0x000057af copy  0x00000022 , 0x0000003f 
+ 00022653  0x000057b0 isub  0x00000002 , 0x0000003e 
+ 00022654  0x000057b1 ncall  0x00005880 , 0x00000002 
+ 00022655  0x000057b2 rtn 
+ 00022656  0x000057b4 setarg  0x00000000 
+ 00022657  0x000057b5 store  0x00000004 , 0x00004983 
+ 00022658  0x000057b6 rtn 
+ 00022659  0x000057bf call  0x00005895 
+ 00022660  0x000057c0 call  0x00005888 
+ 00022661  0x000057c1 setarg  0x00000000 
+ 00022662  0x000057c2 store  0x00000003 , 0x0000496f 
+ 00022663  0x000057c3 rtn 
+ 00022664  0x000057c6 bpatch  0x0000007e , 0x0000400f 
+ 00022665  0x000057c7 fetch  0x00000001 , 0x0000473f 
+ 00022666  0x000057c8 ncall  0x00005895 , 0x00000034 
+ 00022667  0x000057c9 arg  0x00000000 , 0x00000011 
+ 00022668  0x000057ca call  0x00005898 
+ 00022669  0x000057cb call  0x000058a1 
+ 00022670  0x000057cc call  0x000058aa 
+ 00022671  0x000057cd call  0x000058b3 
+ 00022672  0x000057ce call  0x000058cf 
+ 00022673  0x000057cf call  0x0000584c 
+ 00022674  0x000057d0 call  0x000058ec 
+ 00022675  0x000057d1 copy  0x00000011 , 0x0000003f 
+ 00022676  0x000057d2 rtn 
+ 00022677  0x000057d5 setarg  0x00030303 
+ 00022678  0x000057d6 store  0x00000003 , 0x0000496f 
+ 00022679  0x000057d7 rtn 
+ 00022680  0x000057da fetch  0x00000001 , 0x00004644 
+ 00022681  0x000057db call  0x00005943 
+ 00022682  0x000057dc jam  0x00000000 , 0x00004977 
+ 00022683  0x000057dd fetcht  0x00000001 , 0x00004644 
+ 00022684  0x000057de fetch  0x00000001 , 0x0000496f 
+ 00022685  0x000057df call  0x00005925 
+ 00022686  0x000057e0 store  0x00000001 , 0x0000496f 
+ 00022687  0x000057e1 fetcht  0x00000001 , 0x00004644 
+ 00022688  0x000057e2 branch  0x000055b5 
+ 00022689  0x000057e5 fetch  0x00000001 , 0x00004646 
+ 00022690  0x000057e6 call  0x00005943 
+ 00022691  0x000057e7 jam  0x00000001 , 0x00004977 
+ 00022692  0x000057e8 fetcht  0x00000001 , 0x00004646 
+ 00022693  0x000057e9 fetch  0x00000001 , 0x00004970 
+ 00022694  0x000057ea call  0x00005925 
+ 00022695  0x000057eb store  0x00000001 , 0x00004970 
+ 00022696  0x000057ec fetcht  0x00000001 , 0x00004646 
+ 00022697  0x000057ed branch  0x000055b5 
+ 00022698  0x000057f0 fetch  0x00000001 , 0x00004645 
+ 00022699  0x000057f1 call  0x00005943 
+ 00022700  0x000057f2 jam  0x00000002 , 0x00004977 
+ 00022701  0x000057f3 fetcht  0x00000001 , 0x00004645 
+ 00022702  0x000057f4 fetch  0x00000001 , 0x00004971 
+ 00022703  0x000057f5 call  0x00005925 
+ 00022704  0x000057f6 store  0x00000001 , 0x00004971 
+ 00022705  0x000057f7 fetcht  0x00000001 , 0x00004645 
+ 00022706  0x000057f8 branch  0x000055b5 
+ 00022707  0x000057fb fetch  0x00000001 , 0x00004647 
+ 00022708  0x000057fc rtneq  0x000000ff 
+ 00022709  0x000057fd jam  0x00000003 , 0x00004977 
+ 00022710  0x000057fe fetch  0x00000001 , 0x00004972 
+ 00022711  0x000057ff copy  0x0000003f , 0x00000013 
+ 00022712  0x00005800 fetcht  0x00000001 , 0x00004647 
+ 00022713  0x00005801 fetch  0x00000001 , 0x00004654 
+ 00022714  0x00005802 beq  0x000000ff , 0x000058c8 
+ 00022715  0x00005803 call  0x00006ee6 
+ 00022716  0x00005804 branch  0x000058c4 , 0x00000001 
+ 00022717  0x00005805 fetcht  0x00000001 , 0x00004654 
+ 00022718  0x00005806 call  0x00006ef7 
+ 00022719  0x00005807 fetcht  0x00000001 , 0x00004647 
+ 00022720  0x00005808 fetch  0x00000001 , 0x00004972 
+ 00022721  0x00005809 call  0x00005925 
+ 00022722  0x0000580b store  0x00000001 , 0x00004972 
+ 00022723  0x0000580c branch  0x000058df 
+ 00022724  0x0000580f fetcht  0x00000001 , 0x00004654 
+ 00022725  0x00005810 fetch  0x00000001 , 0x00004972 
+ 00022726  0x00005811 call  0x00005925 
+ 00022727  0x00005812 branch  0x000058c2 
+ 00022728  0x00005815 fetch  0x00000001 , 0x00004647 
+ 00022729  0x00005816 call  0x00005946 
+ 00022730  0x00005817 fetcht  0x00000001 , 0x00004647 
+ 00022731  0x00005818 call  0x00005931 
+ 00022732  0x00005819 store  0x00000001 , 0x00004972 
+ 00022733  0x0000581a fetcht  0x00000001 , 0x00004647 
+ 00022734  0x0000581b branch  0x000055b5 
+ 00022735  0x0000581f fetch  0x00000001 , 0x00004648 
+ 00022736  0x00005820 rtneq  0x000000ff 
+ 00022737  0x00005821 jam  0x00000004 , 0x00004977 
+ 00022738  0x00005822 fetch  0x00000001 , 0x00004973 
+ 00022739  0x00005823 copy  0x0000003f , 0x00000013 
+ 00022740  0x00005824 fetcht  0x00000001 , 0x00004648 
+ 00022741  0x00005825 fetch  0x00000001 , 0x00004654 
+ 00022742  0x00005826 beq  0x000000ff , 0x000058e5 
+ 00022743  0x00005827 call  0x00006ee6 
+ 00022744  0x00005828 branch  0x000058e1 , 0x00000001 
+ 00022745  0x00005829 fetcht  0x00000001 , 0x00004654 
+ 00022746  0x0000582a call  0x00006ef7 
+ 00022747  0x0000582b fetcht  0x00000001 , 0x00004648 
+ 00022748  0x0000582c fetch  0x00000001 , 0x00004973 
+ 00022749  0x0000582d call  0x00005925 
+ 00022750  0x0000582f store  0x00000001 , 0x00004973 
+ 00022751  0x00005831 fetcht  0x00000001 , 0x00004654 
+ 00022752  0x00005832 branch  0x000055b5 
+ 00022753  0x00005835 fetcht  0x00000001 , 0x00004654 
+ 00022754  0x00005836 fetch  0x00000001 , 0x00004973 
+ 00022755  0x00005837 call  0x00005925 
+ 00022756  0x00005838 branch  0x000058de 
+ 00022757  0x0000583b fetch  0x00000001 , 0x00004648 
+ 00022758  0x0000583c call  0x00005946 
+ 00022759  0x0000583d fetcht  0x00000001 , 0x00004648 
+ 00022760  0x0000583e call  0x00005931 
+ 00022761  0x0000583f store  0x00000001 , 0x00004973 
+ 00022762  0x00005840 fetcht  0x00000001 , 0x00004648 
+ 00022763  0x00005841 branch  0x000055b5 
+ 00022764  0x00005844 jam  0x00000000 , 0x0000496c 
+ 00022765  0x00005845 fetch  0x00000001 , 0x00004656 
+ 00022766  0x00005846 rtneq  0x000000ff 
+ 00022767  0x00005847 fetch  0x00000008 , 0x00004713 
+ 00022768  0x00005848 rtnbit0  0x00000016 
+ 00022769  0x00005849 bbit1  0x0000002f , 0x000058fd 
+ 00022770  0x0000584b jam  0x00000007 , 0x00004977 
+ 00022771  0x0000584c fetcht  0x00000001 , 0x00004656 
+ 00022772  0x0000584d fetch  0x00000001 , 0x00004976 
+ 00022773  0x0000584e call  0x00005925 
+ 00022774  0x0000584f store  0x00000001 , 0x00004976 
+ 00022775  0x00005851 copy  0x00000011 , 0x0000003f 
+ 00022776  0x00005852 bbit1  0x00000007 , 0x00005917 
+ 00022777  0x00005853 call  0x0000591a 
+ 00022778  0x00005855 fetch  0x00000001 , 0x0000496d 
+ 00022779  0x00005856 store  0x00000001 , 0x0000496e 
+ 00022780  0x00005857 rtn 
+ 00022781  0x0000585a jam  0x00000007 , 0x00004977 
+ 00022782  0x0000585b fetch  0x00000001 , 0x00004976 
+ 00022783  0x0000585c copy  0x0000003f , 0x00000013 
+ 00022784  0x0000585d fetcht  0x00000001 , 0x00004656 
+ 00022785  0x0000585e fetch  0x00000001 , 0x00004654 
+ 00022786  0x0000585f beq  0x000000ff , 0x0000590f 
+ 00022787  0x00005860 call  0x00006ee6 
+ 00022788  0x00005861 branch  0x0000590b , 0x00000001 
+ 00022789  0x00005862 fetcht  0x00000001 , 0x00004654 
+ 00022790  0x00005863 call  0x00006ef7 
+ 00022791  0x00005864 fetcht  0x00000001 , 0x00004656 
+ 00022792  0x00005865 fetch  0x00000001 , 0x00004976 
+ 00022793  0x00005866 call  0x00005925 
+ 00022794  0x00005867 branch  0x00005913 
+ 00022795  0x0000586a fetcht  0x00000001 , 0x00004654 
+ 00022796  0x0000586b fetch  0x00000001 , 0x00004976 
+ 00022797  0x0000586c call  0x00005925 
+ 00022798  0x0000586d branch  0x00005913 
+ 00022799  0x00005870 fetch  0x00000001 , 0x00004656 
+ 00022800  0x00005871 call  0x00005946 
+ 00022801  0x00005872 fetcht  0x00000001 , 0x00004656 
+ 00022802  0x00005873 call  0x00005931 
+ 00022803  0x00005875 store  0x00000001 , 0x00004976 
+ 00022804  0x00005876 call  0x000058f7 
+ 00022805  0x00005877 fetcht  0x00000001 , 0x00004656 
+ 00022806  0x00005878 branch  0x000055b5 
+ 00022807  0x0000587c jam  0x00000001 , 0x0000496d 
+ 00022808  0x0000587d call  0x0000591d 
+ 00022809  0x0000587e branch  0x000058fa 
+ 00022810  0x00005881 jam  0x00000000 , 0x0000496d 
+ 00022811  0x00005882 fetch  0x00000001 , 0x0000496e 
+ 00022812  0x00005883 rtn  0x00000034 
+ 00022813  0x00005885 jam  0x00000001 , 0x0000496c 
+ 00022814  0x00005886 rtn 
+ 00022815  0x0000588b call  0x00006ee6 
+ 00022816  0x0000588c fetcht  0x00000001 , 0x00004977 
+ 00022817  0x0000588d copy  0x00000002 , 0x00000007 
+ 00022818  0x0000588e branch  0x0000592f , 0x00000001 
+ 00022819  0x00005890 qset0  0x00000011 
+ 00022820  0x00005891 rtn 
+ 00022821  0x00005894 lshift  0x0000003f , 0x0000003f 
+ 00022822  0x00005895 copy  0x0000003f , 0x00000012 
+ 00022823  0x00005896 call  0x00006ee6 
+ 00022824  0x00005897 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022825  0x00005899 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022826  0x0000589b fetcht  0x00000001 , 0x00004977 
+ 00022827  0x0000589c copy  0x00000002 , 0x00000007 
+ 00022828  0x0000589d beq  0x00000007 , 0x0000592f 
+ 00022829  0x0000589e beq  0x00000000 , 0x00005923 
+ 00022830  0x0000589f rtn 
+ 00022831  0x000058a2 qset1  0x00000011 
+ 00022832  0x000058a3 rtn 
+ 00022833  0x000058a6 bpatch  0x0000007f , 0x0000400f 
+ 00022834  0x000058a7 copy  0x00000013 , 0x0000003f 
+ 00022835  0x000058a8 store  0x00000001 , 0x00004978 
+ 00022836  0x000058a9 lshift  0x0000003f , 0x0000003f 
+ 00022837  0x000058aa copy  0x0000003f , 0x00000012 
+ 00022838  0x000058ab copy  0x00000002 , 0x00000013 
+ 00022839  0x000058ac call  0x000055b1 
+ 00022840  0x000058ad copy  0x00000013 , 0x00000002 
+ 00022841  0x000058ae call  0x00006ee6 
+ 00022842  0x000058af nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022843  0x000058b0 call  0x0000593d 
+ 00022844  0x000058b1 branch  0x0000592a 
+ 00022845  0x000058b4 fetcht  0x00000001 , 0x00004978 
+ 00022846  0x000058b5 and_into  0x00000001 , 0x00000002 
+ 00022847  0x000058b6 and  0x00000012 , 0x00000001 , 0x0000003f 
+ 00022848  0x000058b7 isub  0x00000002 , 0x0000003e 
+ 00022849  0x000058b8 nbranch  0x00005abc , 0x00000005 
+ 00022850  0x000058b9 rtn 
+ 00022851  0x000058be rtneq  0x000000ff 
+ 00022852  0x000058bf arg  0x0000003f , 0x00000002 
+ 00022853  0x000058c0 branch  0x00006f21 
+ 00022854  0x000058c4 rtneq  0x000000ff 
+ 00022855  0x000058c5 arg  0x0000003e , 0x00000002 
+ 00022856  0x000058c6 branch  0x00006f21 
+ 00022857  0x000058cc bpatch  0x00000080 , 0x00004010 
+ 00022858  0x000058cd call  0x000055f6 
+ 00022859  0x000058ce rtn  0x0000002b 
+ 00022860  0x000058d0 call  0x000059e7 
+ 00022861  0x000058d2 bpatch  0x00000081 , 0x00004010 
+ 00022862  0x000058d3 call  0x00005958 
+ 00022863  0x000058d4 beq  0x00000030 , 0x0000595f 
+ 00022864  0x000058d5 beq  0x00000031 , 0x000059c6 
+ 00022865  0x000058d6 beq  0x00000058 , 0x000059cf 
+ 00022866  0x000058d7 call  0x00005955 
+ 00022867  0x000058d8 nop  0x00001af4 
+ 00022868  0x000058d9 branch  0x0000594d 
+ 00022869  0x000058db fetcht  0x00000001 , 0x0000464c 
+ 00022870  0x000058dc call  0x000069c7 
+ 00022871  0x000058dd branch  0x000055fb 
+ 00022872  0x000058e0 setarg  0x00000001 
+ 00022873  0x000058e1 call  0x000069e5 
+ 00022874  0x000058e2 store  0x00000001 , 0x0000485a 
+ 00022875  0x000058e3 setarg  0x00000000 
+ 00022876  0x000058e4 call  0x000069e5 
+ 00022877  0x000058e5 store  0x00000001 , 0x00004859 
+ 00022878  0x000058e6 rtn 
+ 00022879  0x000058e9 fetch  0x00000001 , 0x0000485a 
+ 00022880  0x000058ea beq  0x0000005a , 0x0000596e 
+ 00022881  0x000058eb beq  0x000000d8 , 0x00005974 
+ 00022882  0x000058ec beq  0x000000d1 , 0x00005968 
+ 00022883  0x000058ed beq  0x000000d2 , 0x0000598c 
+ 00022884  0x000058ee beq  0x00000002 , 0x00005993 
+ 00022885  0x000058ef beq  0x00000054 , 0x0000599c 
+ 00022886  0x000058f0 beq  0x00000050 , 0x000059c3 
+ 00022887  0x000058f1 branch  0x0000594d 
+ 00022888  0x000058f4 setarg  0x00000049 
+ 00022889  0x000058f5 call  0x000069e5 
+ 00022890  0x000058f6 beq  0x000000a1 , 0x0000596c 
+ 00022891  0x000058f7 branch  0x00005983 
+ 00022892  0x000058fa jam  0x0000000c , 0x00004957 
+ 00022893  0x000058fb rtn 
+ 00022894  0x000058fe jam  0x00000005 , 0x00004957 
+ 00022895  0x000058ff call  0x000059da 
+ 00022896  0x00005900 call  0x00007c95 
+ 00022897  0x00005901 arg  0x000048d6 , 0x00000013 
+ 00022898  0x00005903 call  0x00005995 
+ 00022899  0x00005904 branch  0x00005747 
+ 00022900  0x00005907 setarg  0x00000016 
+ 00022901  0x00005908 call  0x000069e5 
+ 00022902  0x00005909 sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00022903  0x0000590a nbranch  0x00005949 , 0x00000005 
+ 00022904  0x0000590b setarg  0x00000019 
+ 00022905  0x0000590c call  0x000069e5 
+ 00022906  0x0000590d sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00022907  0x0000590e nbranch  0x00005949 , 0x00000005 
+ 00022908  0x0000590f setarg  0x0000001b 
+ 00022909  0x00005910 call  0x000069e5 
+ 00022910  0x00005911 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00022911  0x00005912 nbranch  0x00005949 , 0x00000005 
+ 00022912  0x00005913 jam  0x00000006 , 0x00004957 
+ 00022913  0x00005914 arg  0x0000491a , 0x00000013 
+ 00022914  0x00005915 branch  0x00005995 
+ 00022915  0x00005918 jam  0x00000000 , 0x00004957 
+ 00022916  0x00005919 arg  0x00004890 , 0x00000013 
+ 00022917  0x0000591a call  0x00005995 
+ 00022918  0x0000591b arg  0x0000489a , 0x00000013 
+ 00022919  0x0000591c call  0x00005995 
+ 00022920  0x0000591d setarg  0x00000943 
+ 00022921  0x0000591e call  0x000069e4 
+ 00022922  0x0000591f arg  0x000048b4 , 0x00000013 
+ 00022923  0x00005920 branch  0x00005995 
+ 00022924  0x00005923 jam  0x00000002 , 0x00004957 
+ 00022925  0x00005924 arg  0x00004886 , 0x00000013 
+ 00022926  0x00005925 call  0x00005995 
+ 00022927  0x00005926 arg  0x0000489a , 0x00000013 
+ 00022928  0x00005927 call  0x00005995 
+ 00022929  0x00005928 arg  0x000048b4 , 0x00000013 
+ 00022930  0x00005929 branch  0x00005995 
+ 00022931  0x0000592c jam  0x00000003 , 0x00004957 
+ 00022932  0x0000592d arg  0x0000487c , 0x00000013 
+ 00022933  0x0000592f ifetch  0x00000002 , 0x00000013 
+ 00022934  0x00005930 arg  0x0000ffff , 0x00000002 
+ 00022935  0x00005931 isub  0x00000002 , 0x0000003e 
+ 00022936  0x00005932 rtn  0x00000005 
+ 00022937  0x00005933 call  0x000069e4 
+ 00022938  0x00005934 increase  0x00000002 , 0x00000013 
+ 00022939  0x00005935 branch  0x00005995 
+ 00022940  0x00005938 call  0x000059d8 
+ 00022941  0x00005939 setarg  0x00009a5b 
+ 00022942  0x0000593a call  0x000069e4 
+ 00022943  0x0000593b setarg  0x0000000d 
+ 00022944  0x0000593c call  0x000069e5 
+ 00022945  0x0000593d sub  0x0000003f , 0x00000012 , 0x0000003e 
+ 00022946  0x0000593e branch  0x000059b0 , 0x00000005 
+ 00022947  0x0000593f sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00022948  0x00005940 nbranch  0x000059b3 , 0x00000005 
+ 00022949  0x00005941 setarg  0x0000000e 
+ 00022950  0x00005942 call  0x000069e5 
+ 00022951  0x00005943 sub  0x0000003f , 0x000000e5 , 0x0000003e 
+ 00022952  0x00005944 nbranch  0x0000594d , 0x00000005 
+ 00022953  0x00005945 setarg  0x00000010 
+ 00022954  0x00005946 call  0x000069e5 
+ 00022955  0x00005947 sub  0x0000003f , 0x000000a5 , 0x0000003e 
+ 00022956  0x00005948 branch  0x000059b0 , 0x00000005 
+ 00022957  0x00005949 call  0x000059c0 
+ 00022958  0x0000594b jam  0x00000008 , 0x00004957 
+ 00022959  0x0000594c rtn 
+ 00022960  0x0000594e jam  0x00000009 , 0x00004957 
+ 00022961  0x0000594f arg  0x000048fc , 0x00000013 
+ 00022962  0x00005950 branch  0x00005995 
+ 00022963  0x00005952 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00022964  0x00005953 nbranch  0x0000594d , 0x00000005 
+ 00022965  0x00005954 setarg  0x0000000e 
+ 00022966  0x00005955 call  0x000069e5 
+ 00022967  0x00005956 sub  0x0000003f , 0x000000c5 , 0x0000003e 
+ 00022968  0x00005957 nbranch  0x0000594d , 0x00000005 
+ 00022969  0x00005958 setarg  0x00000010 
+ 00022970  0x00005959 call  0x000069e5 
+ 00022971  0x0000595a sub  0x0000003f , 0x00000038 , 0x0000003e 
+ 00022972  0x0000595b nbranch  0x0000594d , 0x00000005 
+ 00022973  0x0000595d call  0x000059c0 
+ 00022974  0x0000595e jam  0x0000000a , 0x00004957 
+ 00022975  0x0000595f rtn 
+ 00022976  0x00005961 setarg  0x0000005b 
+ 00022977  0x00005962 call  0x000069e4 
+ 00022978  0x00005963 branch  0x000059d6 
+ 00022979  0x00005966 jam  0x00000007 , 0x00004957 
+ 00022980  0x00005967 arg  0x0000493a , 0x00000013 
+ 00022981  0x00005968 branch  0x00005995 
+ 00022982  0x0000596b call  0x000059e7 
+ 00022983  0x0000596c fetch  0x00000001 , 0x0000485a 
+ 00022984  0x0000596d beq  0x00000070 , 0x000059cd 
+ 00022985  0x0000596e beq  0x00000000 , 0x000059cb 
+ 00022986  0x0000596f branch  0x0000594d 
+ 00022987  0x00005972 jam  0x00000001 , 0x00004957 
+ 00022988  0x00005973 rtn 
+ 00022989  0x00005976 jam  0x00000004 , 0x00004957 
+ 00022990  0x00005977 rtn 
+ 00022991  0x0000597a call  0x000059e7 
+ 00022992  0x0000597b fetch  0x00000001 , 0x0000485a 
+ 00022993  0x0000597c beq  0x00000059 , 0x000059d3 
+ 00022994  0x0000597d branch  0x0000595f 
+ 00022995  0x0000597f jam  0x0000000b , 0x00004957 
+ 00022996  0x00005980 arg  0x0000492a , 0x00000013 
+ 00022997  0x00005981 branch  0x00005995 
+ 00022998  0x00005984 setarg  0x00000009 
+ 00022999  0x00005985 branch  0x000069e4 
+ 00023000  0x00005987 setarg  0x00005a09 
+ 00023001  0x00005988 branch  0x000069e4 
+ 00023002  0x0000598b arg  0x00008006 , 0x00000002 
+ 00023003  0x0000598c fetch  0x00000001 , 0x00004957 
+ 00023004  0x0000598d bne  0x0000000b , 0x000059de 
+ 00023005  0x0000598e arg  0x00009706 , 0x00000002 
+ 00023006  0x00005990 copy  0x00000002 , 0x0000003f 
+ 00023007  0x00005991 call  0x000069e4 
+ 00023008  0x00005992 nop  0x00002ee0 
+ 00023009  0x00005993 rtn 
+ 00023010  0x00005996 arg  0x00004946 , 0x00000013 
+ 00023011  0x00005997 fetch  0x00000001 , 0x00004957 
+ 00023012  0x00005998 rtnne  0x0000000b 
+ 00023013  0x00005999 arg  0x0000494e , 0x00000013 
+ 00023014  0x0000599a rtn 
+ 00023015  0x0000599d bpatch  0x00000082 , 0x00004010 
+ 00023016  0x0000599e call  0x000055f6 
+ 00023017  0x0000599f call  0x000059da 
+ 00023018  0x000059a0 call  0x000059e2 
+ 00023019  0x000059a1 call  0x00005995 
+ 00023020  0x000059a2 branch  0x00005747 
+ 00023021  0x000059a5 bpatch  0x00000083 , 0x00004010 
+ 00023022  0x000059a6 call  0x00005949 
+ 00023023  0x000059a7 call  0x000055f6 
+ 00023024  0x000059a8 arg  0x00000806 , 0x00000002 
+ 00023025  0x000059a9 fetch  0x00000001 , 0x00004957 
+ 00023026  0x000059aa bne  0x0000000b , 0x000059f4 
+ 00023027  0x000059ab arg  0x00001f06 , 0x00000002 
+ 00023028  0x000059ad copy  0x00000002 , 0x0000003f 
+ 00023029  0x000059ae branch  0x000069e4 
+ 00023030  0x000059b5 fetch  0x00000001 , 0x00004420 
+ 00023031  0x000059b6 rtnne  0x00000000 
+ 00023032  0x000059b7 fetch  0x00000001 , 0x00004957 
+ 00023033  0x000059b8 beq  0x00000000 , 0x00005a02 
+ 00023034  0x000059b9 beq  0x00000001 , 0x00005a02 
+ 00023035  0x000059ba beq  0x00000008 , 0x00005a02 
+ 00023036  0x000059bb beq  0x00000002 , 0x00005a02 
+ 00023037  0x000059bc beq  0x00000003 , 0x00005a26 
+ 00023038  0x000059bd beq  0x00000004 , 0x00005a02 
+ 00023039  0x000059be beq  0x00000006 , 0x00005a4b 
+ 00023040  0x000059bf beq  0x0000000b , 0x00005a44 
+ 00023041  0x000059c0 branch  0x00005a02 
+ 00023042  0x000059c4 call  0x00005a6d 
+ 00023043  0x000059c5 disable  0x00000028 
+ 00023044  0x000059c6 fetch  0x00000001 , 0x00004659 
+ 00023045  0x000059c7 beq  0x000000ff , 0x00005a09 
+ 00023046  0x000059c8 fetcht  0x00000001 , 0x00004659 
+ 00023047  0x000059c9 call  0x00006ee6 
+ 00023048  0x000059ca nrtn  0x00000001 
+ 00023049  0x000059cc setarg  0x00000000 
+ 00023050  0x000059cd call  0x000069e5 
+ 00023051  0x000059ce bne  0x00000030 , 0x00005a1c 
+ 00023052  0x000059d0 setarg  0x00000002 
+ 00023053  0x000059d1 call  0x000069e5 
+ 00023054  0x000059d2 rtnbit0  0x00000007 
+ 00023055  0x000059d3 call  0x00005a84 
+ 00023056  0x000059d4 fetch  0x00000001 , 0x00004847 
+ 00023057  0x000059d5 call  0x00005a7c 
+ 00023058  0x000059d6 store  0x00000002 , 0x00004847 
+ 00023059  0x000059d7 fetch  0x00000001 , 0x00004849 
+ 00023060  0x000059d8 call  0x00005a7c 
+ 00023061  0x000059d9 store  0x00000002 , 0x00004849 
+ 00023062  0x000059da fetch  0x00000001 , 0x00004958 
+ 00023063  0x000059db beq  0x00000000 , 0x00005a1e 
+ 00023064  0x000059dc beq  0x00000001 , 0x00005a20 
+ 00023065  0x000059dd beq  0x00000002 , 0x00005a22 
+ 00023066  0x000059de beq  0x00000003 , 0x00005a24 
+ 00023067  0x000059df rtn 
+ 00023068  0x000059e2 beq  0x00000031 , 0x00005a0c 
+ 00023069  0x000059e3 branch  0x00005955 
+ 00023070  0x000059e6 call  0x00005a56 
+ 00023071  0x000059e7 branch  0x00005a8b 
+ 00023072  0x000059e9 call  0x00005a5e 
+ 00023073  0x000059ea branch  0x00005a8b 
+ 00023074  0x000059ec call  0x00005a5a 
+ 00023075  0x000059ed branch  0x00005a8b 
+ 00023076  0x000059ef call  0x00005a66 
+ 00023077  0x000059f0 branch  0x00005a8b 
+ 00023078  0x000059f5 call  0x00005a6d 
+ 00023079  0x000059f6 fetch  0x00000001 , 0x00004659 
+ 00023080  0x000059f7 beq  0x000000ff , 0x00005a2c 
+ 00023081  0x000059f8 fetcht  0x00000001 , 0x00004659 
+ 00023082  0x000059f9 call  0x00006ee6 
+ 00023083  0x000059fa nrtn  0x00000001 
+ 00023084  0x000059fc setarg  0x00000000 
+ 00023085  0x000059fd call  0x000069e5 
+ 00023086  0x000059fe bne  0x00000030 , 0x00005955 
+ 00023087  0x00005a00 setarg  0x00000002 
+ 00023088  0x00005a01 call  0x000069e5 
+ 00023089  0x00005a02 rtnbit0  0x00000007 
+ 00023090  0x00005a03 call  0x00005a84 
+ 00023091  0x00005a04 call  0x00005a42 
+ 00023092  0x00005a05 store  0x00000001 , 0x0000484d 
+ 00023093  0x00005a06 rshift4  0x0000003f , 0x0000003f 
+ 00023094  0x00005a07 call  0x00005a80 
+ 00023095  0x00005a08 store  0x00000001 , 0x00004848 
+ 00023096  0x00005a09 fetch  0x00000001 , 0x0000484d 
+ 00023097  0x00005a0a and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00023098  0x00005a0b call  0x00005a80 
+ 00023099  0x00005a0c store  0x00000001 , 0x0000484a 
+ 00023100  0x00005a0d fetch  0x00000001 , 0x00004958 
+ 00023101  0x00005a0e beq  0x00000000 , 0x00005a56 
+ 00023102  0x00005a0f beq  0x00000001 , 0x00005a5e 
+ 00023103  0x00005a10 beq  0x00000002 , 0x00005a5a 
+ 00023104  0x00005a11 beq  0x00000003 , 0x00005a66 
+ 00023105  0x00005a12 rtn 
+ 00023106  0x00005a15 setarg  0x00000012 
+ 00023107  0x00005a16 branch  0x000069e5 
+ 00023108  0x00005a19 call  0x00005a6d 
+ 00023109  0x00005a1a fetch  0x00000001 , 0x00004659 
+ 00023110  0x00005a1b beq  0x000000ff , 0x00005a4a 
+ 00023111  0x00005a1c fetcht  0x00000001 , 0x00004659 
+ 00023112  0x00005a1d call  0x00006ee6 
+ 00023113  0x00005a1e nrtn  0x00000001 
+ 00023114  0x00005a20 branch  0x00005a2f 
+ 00023115  0x00005a24 call  0x00005a6d 
+ 00023116  0x00005a25 disable  0x00000028 
+ 00023117  0x00005a26 setarg  0x00000002 
+ 00023118  0x00005a27 call  0x000069e5 
+ 00023119  0x00005a28 rtnbit0  0x00000007 
+ 00023120  0x00005a29 setarg  0x00000008 
+ 00023121  0x00005a2a call  0x000069e5 
+ 00023122  0x00005a2b branch  0x00005a0f , 0x00000034 
+ 00023123  0x00005a2c setarg  0x00000000 
+ 00023124  0x00005a2d store  0x00000006 , 0x00004847 
+ 00023125  0x00005a2e rtn 
+ 00023126  0x00005a31 fetch  0x00000002 , 0x00004847 
+ 00023127  0x00005a32 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023128  0x00005a33 store  0x00000002 , 0x00004847 
+ 00023129  0x00005a34 branch  0x00007dba 
+ 00023130  0x00005a36 fetch  0x00000002 , 0x00004849 
+ 00023131  0x00005a37 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023132  0x00005a38 store  0x00000002 , 0x00004849 
+ 00023133  0x00005a39 branch  0x00007dba 
+ 00023134  0x00005a3b fetch  0x00000002 , 0x00004849 
+ 00023135  0x00005a3c sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023136  0x00005a3d store  0x00000002 , 0x00004849 
+ 00023137  0x00005a3e fetch  0x00000002 , 0x00004847 
+ 00023138  0x00005a3f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023139  0x00005a40 store  0x00000002 , 0x00004847 
+ 00023140  0x00005a41 call  0x00005a68 
+ 00023141  0x00005a42 branch  0x00007dba 
+ 00023142  0x00005a44 call  0x00005a68 
+ 00023143  0x00005a45 branch  0x00007dba 
+ 00023144  0x00005a48 fetch  0x00000002 , 0x00004849 
+ 00023145  0x00005a49 fetcht  0x00000002 , 0x00004847 
+ 00023146  0x00005a4a store  0x00000002 , 0x00004847 
+ 00023147  0x00005a4b storet  0x00000002 , 0x00004849 
+ 00023148  0x00005a4c rtn 
+ 00023149  0x00005a50 fetch  0x00000001 , 0x00004860 
+ 00023150  0x00005a51 call  0x00005a84 , 0x00000034 
+ 00023151  0x00005a52 jam  0x00000001 , 0x00004860 
+ 00023152  0x00005a53 rtn 
+ 00023153  0x00005a56 jam  0x00000001 , 0x00004956 
+ 00023154  0x00005a57 call  0x000029c9 
+ 00023155  0x00005a59 branch  0x00005949 
+ 00023156  0x00005a5c fetch  0x00000001 , 0x00004659 
+ 00023157  0x00005a5d rtnne  0x000000ff 
+ 00023158  0x00005a5e fetch  0x00000001 , 0x0000477d 
+ 00023159  0x00005a5f rtnne  0x00000001 
+ 00023160  0x00005a60 setarg  0x00000000 
+ 00023161  0x00005a61 store  0x00000001 , 0x0000477d 
+ 00023162  0x00005a62 store  0x00000004 , 0x00004847 
+ 00023163  0x00005a63 branch  0x00005a73 
+ 00023164  0x00005a66 rtnbit0  0x00000007 
+ 00023165  0x00005a67 arg  0x0000ff00 , 0x00000002 
+ 00023166  0x00005a68 ior  0x00000002 , 0x0000003f 
+ 00023167  0x00005a69 rtn 
+ 00023168  0x00005a6c rtnbit0  0x00000003 
+ 00023169  0x00005a6d arg  0x000000f0 , 0x00000002 
+ 00023170  0x00005a6e ior  0x00000002 , 0x0000003f 
+ 00023171  0x00005a6f rtn 
+ 00023172  0x00005a72 arg  0x00000003 , 0x0000003f 
+ 00023173  0x00005a73 call  0x000069e5 
+ 00023174  0x00005a74 store  0x00000002 , 0x00004847 
+ 00023175  0x00005a75 arg  0x00000004 , 0x0000003f 
+ 00023176  0x00005a76 call  0x000069e5 
+ 00023177  0x00005a77 store  0x00000002 , 0x00004849 
+ 00023178  0x00005a78 rtn 
+ 00023179  0x00005a7c fetcht  0x00000001 , 0x0000464d 
+ 00023180  0x00005a7d call  0x00006ee6 
+ 00023181  0x00005a7e rtn  0x00000001 
+ 00023182  0x00005a7f setarg  0x0000000a 
+ 00023183  0x00005a80 call  0x000069e5 
+ 00023184  0x00005a81 nop  0x000003e8 
+ 00023185  0x00005a82 branch  0x00005a8b 
+ 00023186  0x00005a85 setarg  0x00008100 
+ 00023187  0x00005a86 branch  0x000069e4 
+ 00023188  0x00005a8c jam  0x000000ff , 0x0000478f 
+ 00023189  0x00005a8e jam  0x00000034 , 0x000043f3 
+ 00023190  0x00005a8f setarg  0x000f0f0f 
+ 00023191  0x00005a90 store  0x00000003 , 0x000042db 
+ 00023192  0x00005a91 store  0x00000003 , 0x000042de 
+ 00023193  0x00005a92 branch  0x000054a9 
+ 00023194  0x00005a95 bpatch  0x00000084 , 0x00004010 
+ 00023195  0x00005a96 call  0x00005c6f 
+ 00023196  0x00005a97 call  0x00005aa8 
+ 00023197  0x00005a98 fetch  0x00000001 , 0x00004666 
+ 00023198  0x00005a99 beq  0x00000001 , 0x00005aa1 
+ 00023199  0x00005a9a beq  0x00000002 , 0x00005aa3 
+ 00023200  0x00005a9b rtn 
+ 00023201  0x00005a9d fetch  0x00000006 , 0x00004668 
+ 00023202  0x00005a9e branch  0x00005aa4 
+ 00023203  0x00005aa0 fetch  0x00000006 , 0x00004675 
+ 00023204  0x00005aa2 fetcht  0x00000006 , 0x000046e6 
+ 00023205  0x00005aa3 isub  0x00000002 , 0x0000003e 
+ 00023206  0x00005aa4 branch  0x00005c1a , 0x00000005 
+ 00023207  0x00005aa5 branch  0x000054a0 
+ 00023208  0x00005aa8 jam  0x0000005a , 0x0000478f 
+ 00023209  0x00005aa9 rtn 
+ 00023210  0x00005aad fetch  0x00000002 , 0x000044e9 
+ 00023211  0x00005aae bbit1  0x00000009 , 0x0000431f 
+ 00023212  0x00005aaf branch  0x00005c39 
+ 00023213  0x00005ab1 setarg  0x00000000 
+ 00023214  0x00005ab2 store  0x00000002 , 0x00004781 
+ 00023215  0x00005ab3 fetch  0x00000002 , 0x000044e9 
+ 00023216  0x00005ab4 bbit1  0x00000009 , 0x0000431f 
+ 00023217  0x00005ab5 rtn 
+ 00023218  0x00005ab8 fetch  0x00000008 , 0x00004713 
+ 00023219  0x00005ab9 rtnbit0  0x0000001b 
+ 00023220  0x00005abb nbranch  0x00005aba , 0x00000028 
+ 00023221  0x00005abc fetch  0x00000001 , 0x00004959 
+ 00023222  0x00005abd increase  0x00000001 , 0x0000003f 
+ 00023223  0x00005abe and_into  0x0000000f , 0x0000003f 
+ 00023224  0x00005abf store  0x00000001 , 0x00004959 
+ 00023225  0x00005ac0 nrtn  0x00000034 
+ 00023226  0x00005ac2 jam  0x00000000 , 0x00004959 
+ 00023227  0x00005ac3 branch  0x00007dbc 
+ 00023228  0x00005ac6 fetch  0x00000001 , 0x00004659 
+ 00023229  0x00005ac7 rtnne  0x000000ff 
+ 00023230  0x00005ac8 jam  0x00000000 , 0x000040c0 
+ 00023231  0x00005ac9 jam  0x0000001e , 0x0000477e 
+ 00023232  0x00005aca rtn 
+ 00023233  0x00005ace bpatch  0x00000085 , 0x00004010 
+ 00023234  0x00005acf copy  0x00000013 , 0x0000003f 
+ 00023235  0x00005ad0 beq  0x00000014 , 0x00005ad0 
+ 00023236  0x00005ad1 beq  0x00000015 , 0x00005ae0 
+ 00023237  0x00005ad2 beq  0x00000010 , 0x00005c15 
+ 00023238  0x00005ad3 beq  0x00000031 , 0x00005aed 
+ 00023239  0x00005ad4 beq  0x00000029 , 0x00005aef 
+ 00023240  0x00005ad5 beq  0x00000032 , 0x00005af1 
+ 00023241  0x00005ad6 beq  0x0000003e , 0x00004329 
+ 00023242  0x00005ad7 beq  0x00000040 , 0x00005afc 
+ 00023243  0x00005ad8 beq  0x00000039 , 0x00006084 
+ 00023244  0x00005ad9 beq  0x0000003a , 0x00006053 
+ 00023245  0x00005ada beq  0x0000003c , 0x00006075 
+ 00023246  0x00005adb beq  0x00000044 , 0x00005b10 
+ 00023247  0x00005adc rtn 
+ 00023248  0x00005ae0 call  0x0000618e 
+ 00023249  0x00005ae1 jam  0x00000000 , 0x0000477d 
+ 00023250  0x00005ae2 call  0x00005a73 
+ 00023251  0x00005ae3 jam  0x00000001 , 0x00004794 
+ 00023252  0x00005ae4 call  0x00006042 
+ 00023253  0x00005ae5 fetch  0x00000001 , 0x00004795 
+ 00023254  0x00005ae6 nbranch  0x00005ad8 , 0x00000034 
+ 00023255  0x00005ae7 jam  0x00000014 , 0x00004796 
+ 00023256  0x00005ae9 fetch  0x00000002 , 0x000043f1 
+ 00023257  0x00005aea set0  0x00000000 , 0x0000003f 
+ 00023258  0x00005aeb store  0x00000002 , 0x000043f1 
+ 00023259  0x00005aec jam  0x00000000 , 0x00004845 
+ 00023260  0x00005aed fetch  0x00000002 , 0x000047be 
+ 00023261  0x00005aee store  0x00000002 , 0x000047c0 
+ 00023262  0x00005aef call  0x00005c0b 
+ 00023263  0x00005af0 branch  0x00005c39 
+ 00023264  0x00005af3 setarg  0x00000000 
+ 00023265  0x00005af4 store  0x00000002 , 0x000047c0 
+ 00023266  0x00005af5 jam  0x00000000 , 0x00004794 
+ 00023267  0x00005af6 arg  0x00000006 , 0x00000002 
+ 00023268  0x00005af7 fetch  0x00000008 , 0x00004713 
+ 00023269  0x00005af8 bbit1  0x0000001b , 0x00005ae7 
+ 00023270  0x00005af9 arg  0x00000007 , 0x00000002 
+ 00023271  0x00005afb storet  0x00000002 , 0x000042d3 
+ 00023272  0x00005afc storet  0x00000002 , 0x000042d5 
+ 00023273  0x00005afd jam  0x00000000 , 0x000047c2 
+ 00023274  0x00005afe jam  0x00000000 , 0x00004956 
+ 00023275  0x00005aff call  0x000029cb 
+ 00023276  0x00005b00 branch  0x00005b76 
+ 00023277  0x00005b03 arg  0x00000002 , 0x00000007 
+ 00023278  0x00005b04 branch  0x00005af8 
+ 00023279  0x00005b08 jam  0x00000012 , 0x0000066f 
+ 00023280  0x00005b09 branch  0x00007834 
+ 00023281  0x00005b0c fetch  0x00000001 , 0x00004795 
+ 00023282  0x00005b0d beq  0x00000001 , 0x00005af4 
+ 00023283  0x00005b0e branch  0x00005af6 
+ 00023284  0x00005b10 call  0x00005aef 
+ 00023285  0x00005b11 jam  0x00000014 , 0x00004844 
+ 00023286  0x00005b13 arg  0x00000001 , 0x00000007 
+ 00023287  0x00005b14 branch  0x00005af8 
+ 00023288  0x00005b17 fetch  0x00000001 , 0x00004843 
+ 00023289  0x00005b18 qset1  0x0000003f 
+ 00023290  0x00005b19 store  0x00000001 , 0x00004843 
+ 00023291  0x00005b1a rtn 
+ 00023292  0x00005b1d fetch  0x00000002 , 0x0000433c 
+ 00023293  0x00005b1e rtneq  0x00000000 
+ 00023294  0x00005b1f fetch  0x00000001 , 0x0000016a 
+ 00023295  0x00005b20 rshift2  0x0000003f , 0x0000003f 
+ 00023296  0x00005b21 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00023297  0x00005b22 rtn  0x00000002 
+ 00023298  0x00005b23 setarg  0x00000009 
+ 00023299  0x00005b24 store  0x00000002 , 0x000042d3 
+ 00023300  0x00005b25 store  0x00000002 , 0x000042d5 
+ 00023301  0x00005b26 call  0x00005aef 
+ 00023302  0x00005b28 jam  0x00000001 , 0x000047c2 
+ 00023303  0x00005b29 rtn 
+ 00023304  0x00005b2c fetch  0x00000001 , 0x00004795 
+ 00023305  0x00005b2d nrtn  0x00000034 
+ 00023306  0x00005b2e fetch  0x00000001 , 0x00004398 
+ 00023307  0x00005b2f sub  0x0000003f , 0x00000022 , 0x0000003f 
+ 00023308  0x00005b30 nrtn  0x00000005 
+ 00023309  0x00005b31 jam  0x00000000 , 0x00004844 
+ 00023310  0x00005b33 arg  0x00000000 , 0x00000007 
+ 00023311  0x00005b34 branch  0x00005af8 
+ 00023312  0x00005b37 fetch  0x00000001 , 0x000001a2 
+ 00023313  0x00005b38 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00023314  0x00005b39 nbranch  0x00005b06 , 0x00000002 
+ 00023315  0x00005b3a store  0x00000002 , 0x000042d3 
+ 00023316  0x00005b3b store  0x00000002 , 0x000042d5 
+ 00023317  0x00005b3c fetch  0x00000001 , 0x000001a4 
+ 00023318  0x00005b3d branch  0x00005b1d , 0x00000034 
+ 00023319  0x00005b3e fetcht  0x00000001 , 0x0000496b 
+ 00023320  0x00005b3f isub  0x00000002 , 0x0000003e 
+ 00023321  0x00005b40 branch  0x00005b1d , 0x00000002 
+ 00023322  0x00005b41 fetch  0x00000001 , 0x000001a4 
+ 00023323  0x00005b42 store  0x00000001 , 0x000040c0 
+ 00023324  0x00005b43 branch  0x00005b1f 
+ 00023325  0x00005b45 fetch  0x00000001 , 0x0000496b 
+ 00023326  0x00005b46 store  0x00000001 , 0x000040c0 
+ 00023327  0x00005b48 jam  0x00000000 , 0x000047c2 
+ 00023328  0x00005b49 rtn 
+ 00023329  0x00005b4c jam  0x00000000 , 0x00004843 
+ 00023330  0x00005b4d rtn 
+ 00023331  0x00005b50 bpatch  0x00000086 , 0x00004010 
+ 00023332  0x00005b51 call  0x00002a28 
+ 00023333  0x00005b52 nrtn  0x00000034 
+ 00023334  0x00005b53 fetch  0x00000001 , 0x0000478f 
+ 00023335  0x00005b54 beq  0x000000ff , 0x00005b2b 
+ 00023336  0x00005b55 fetch  0x00000001 , 0x00004843 
+ 00023337  0x00005b56 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00023338  0x00005b57 rtnne  0x00000003 
+ 00023339  0x00005b59 fetch  0x00000001 , 0x00004956 
+ 00023340  0x00005b5a call  0x00005a71 , 0x00000034 
+ 00023341  0x00005b5b fetch  0x00000008 , 0x00004713 
+ 00023342  0x00005b5c bbit1  0x00000001 , 0x00005b5b 
+ 00023343  0x00005b5d bbit1  0x00000000 , 0x00005b5b 
+ 00023344  0x00005b5e bbit1  0x00000005 , 0x00005b5b 
+ 00023345  0x00005b5f bbit1  0x00000006 , 0x00005b5b 
+ 00023346  0x00005b60 call  0x00005601 
+ 00023347  0x00005b61 call  0x00005ab2 
+ 00023348  0x00005b62 nrtn  0x00000028 
+ 00023349  0x00005b63 call  0x00005abc 
+ 00023350  0x00005b64 call  0x00005a74 
+ 00023351  0x00005b65 call  0x000056b1 
+ 00023352  0x00005b66 fetch  0x00000008 , 0x00004713 
+ 00023353  0x00005b67 bbit0  0x00000016 , 0x00005b3c 
+ 00023354  0x00005b68 fetch  0x00000001 , 0x0000496c 
+ 00023355  0x00005b69 beq  0x00000001 , 0x00005b3d 
+ 00023356  0x00005b6b branch  0x00005b5d 
+ 00023357  0x00005b6f fetch  0x00000001 , 0x0000496d 
+ 00023358  0x00005b70 branch  0x00005b4d , 0x00000034 
+ 00023359  0x00005b71 fetch  0x00000008 , 0x0000472b 
+ 00023360  0x00005b73 store  0x00000008 , 0x00000670 
+ 00023361  0x00005b74 fetch  0x00000001 , 0x0000472a 
+ 00023362  0x00005b75 beq  0x00000003 , 0x00005b4f 
+ 00023363  0x00005b76 beq  0x00000002 , 0x00005b52 
+ 00023364  0x00005b77 jam  0x00000008 , 0x000047b4 
+ 00023365  0x00005b78 fetcht  0x00000002 , 0x000047b5 
+ 00023366  0x00005b7a fetch  0x00000001 , 0x000047b4 
+ 00023367  0x00005b7b copy  0x0000003f , 0x00000011 
+ 00023368  0x00005b7c call  0x00002dee 
+ 00023369  0x00005b7d fetcht  0x00000001 , 0x000047b4 
+ 00023370  0x00005b7e copy  0x00000002 , 0x00000039 
+ 00023371  0x00005b7f arg  0x00000670 , 0x00000006 
+ 00023372  0x00005b80 branch  0x00007cda 
+ 00023373  0x00005b83 fetch  0x00000008 , 0x00004734 
+ 00023374  0x00005b84 branch  0x00005b40 
+ 00023375  0x00005b87 jam  0x00000003 , 0x000047b4 
+ 00023376  0x00005b88 fetcht  0x00000002 , 0x000047b7 
+ 00023377  0x00005b89 branch  0x00005b46 
+ 00023378  0x00005b8c jam  0x00000002 , 0x000047b4 
+ 00023379  0x00005b8d fetcht  0x00000002 , 0x000047b9 
+ 00023380  0x00005b8e branch  0x00005b46 
+ 00023381  0x00005b91 arg  0x00000001 , 0x00000011 
+ 00023382  0x00005b92 fetcht  0x00000002 , 0x000047bb 
+ 00023383  0x00005b93 call  0x00002dee 
+ 00023384  0x00005b94 fetch  0x00000001 , 0x000047bd 
+ 00023385  0x00005b95 istore  0x00000001 , 0x00000005 
+ 00023386  0x00005b96 rtn 
+ 00023387  0x00005b99 setarg  0x00000000 
+ 00023388  0x00005b9a store  0x00000007 , 0x00004846 
+ 00023389  0x00005b9c jam  0x00000007 , 0x000047b4 
+ 00023390  0x00005b9d fetch  0x00000007 , 0x00004846 
+ 00023391  0x00005b9e store  0x00000007 , 0x00000670 
+ 00023392  0x00005b9f fetcht  0x00000002 , 0x0000439b 
+ 00023393  0x00005ba0 branch  0x00005b46 
+ 00023394  0x00005ba3 jam  0x00000000 , 0x00004795 
+ 00023395  0x00005ba4 fetch  0x00000003 , 0x0000479a 
+ 00023396  0x00005ba5 store  0x00000003 , 0x0000434d 
+ 00023397  0x00005ba6 call  0x00005b6b 
+ 00023398  0x00005ba7 setarg  0x00000005 
+ 00023399  0x00005ba8 istore  0x00000001 , 0x00000006 
+ 00023400  0x00005ba9 arg  0x000047a0 , 0x00000006 
+ 00023401  0x00005baa call  0x00005b72 
+ 00023402  0x00005bab branch  0x00007870 
+ 00023403  0x00005bae arg  0x00004349 , 0x00000011 
+ 00023404  0x00005bb0 ifetch  0x00000001 , 0x00000011 
+ 00023405  0x00005bb1 rtn  0x00000034 
+ 00023406  0x00005bb2 iadd  0x00000006 , 0x00000011 
+ 00023407  0x00005bb3 ifetch  0x00000001 , 0x00000006 
+ 00023408  0x00005bb4 rtneq  0x00000001 
+ 00023409  0x00005bb5 branch  0x00005b6c 
+ 00023410  0x00005bb8 arg  0x00004354 , 0x00000005 
+ 00023411  0x00005bb9 arg  0x00000013 , 0x00000039 
+ 00023412  0x00005bba call  0x00007cda 
+ 00023413  0x00005bbb branch  0x00002969 
+ 00023414  0x00005bc2 call  0x00005b7b 
+ 00023415  0x00005bc3 fetch  0x00000002 , 0x000043ef 
+ 00023416  0x00005bc4 bbit1  0x00000007 , 0x00005b81 
+ 00023417  0x00005bc5 bbit1  0x00000000 , 0x000042fc 
+ 00023418  0x00005bc6 branch  0x00005c1a 
+ 00023419  0x00005bc9 setarg  0x00000000 
+ 00023420  0x00005bca store  0x00000008 , 0x0000484f 
+ 00023421  0x00005bcb istore  0x00000004 , 0x00000005 
+ 00023422  0x00005bcc jam  0x00000000 , 0x00004860 
+ 00023423  0x00005bcd jam  0x00000000 , 0x0000429a 
+ 00023424  0x00005bce rtn 
+ 00023425  0x00005bd1 call  0x00005b21 
+ 00023426  0x00005bd2 fetch  0x00000002 , 0x000043ef 
+ 00023427  0x00005bd3 bbit1  0x00000000 , 0x000042fc 
+ 00023428  0x00005bd4 branch  0x000054cd 
+ 00023429  0x00005bd9 bpatch  0x00000087 , 0x00004010 
+ 00023430  0x00005bdb call  0x0000614d 
+ 00023431  0x00005bdc call  0x0000553d 
+ 00023432  0x00005bde call  0x00006110 
+ 00023433  0x00005bdf call  0x000061b1 
+ 00023434  0x00005be0 call  0x0000611e 
+ 00023435  0x00005be2 call  0x0000328e 
+ 00023436  0x00005be3 call  0x00003531 
+ 00023437  0x00005be4 call  0x00005fdd 
+ 00023438  0x00005be6 call  0x0000572c 
+ 00023439  0x00005be7 call  0x00005b9b 
+ 00023440  0x00005be8 call  0x00005bab 
+ 00023441  0x00005be9 call  0x00005bce 
+ 00023442  0x00005beb call  0x00005bd3 
+ 00023443  0x00005bec call  0x00005be1 
+ 00023444  0x00005bed call  0x00005bee 
+ 00023445  0x00005bee call  0x00005be4 
+ 00023446  0x00005bf0 call  0x00005bfb 
+ 00023447  0x00005bf1 call  0x00005bfe 
+ 00023448  0x00005bf2 call  0x000056b6 
+ 00023449  0x00005bf3 call  0x00005c0e 
+ 00023450  0x00005bf4 branch  0x00005c05 
+ 00023451  0x00005bf7 fetch  0x00000008 , 0x00004713 
+ 00023452  0x00005bf8 bbit1  0x00000037 , 0x00005b9e 
+ 00023453  0x00005bf9 rtn 
+ 00023454  0x00005bfc fetch  0x00000001 , 0x0000497f 
+ 00023455  0x00005bfd rtnne  0x00000001 
+ 00023456  0x00005bfe arg  0x0000497c , 0x00000013 
+ 00023457  0x00005bff arg  0x00005ba3 , 0x00000012 
+ 00023458  0x00005c00 branch  0x000042e0 
+ 00023459  0x00005c03 fetch  0x00000001 , 0x00004666 
+ 00023460  0x00005c04 rtneq  0x00000000 
+ 00023461  0x00005c05 fetch  0x00000008 , 0x00004713 
+ 00023462  0x00005c06 rtnbit1  0x00000006 
+ 00023463  0x00005c07 arg  0x00000006 , 0x00000007 
+ 00023464  0x00005c08 call  0x00005f00 
+ 00023465  0x00005c09 call  0x000042d0 
+ 00023466  0x00005c0a branch  0x00005c15 
+ 00023467  0x00005c0d fetch  0x00000001 , 0x00004666 
+ 00023468  0x00005c0e beq  0x00000000 , 0x00005bb1 
+ 00023469  0x00005c0f fetch  0x00000008 , 0x00004713 
+ 00023470  0x00005c10 rtnbit0  0x00000035 
+ 00023471  0x00005c11 fetcht  0x00000001 , 0x00004727 
+ 00023472  0x00005c12 branch  0x00005bb4 
+ 00023473  0x00005c15 fetch  0x00000008 , 0x00004713 
+ 00023474  0x00005c16 rtnbit0  0x00000032 
+ 00023475  0x00005c17 fetcht  0x00000001 , 0x00004728 
+ 00023476  0x00005c19 storet  0x00000001 , 0x0000497e 
+ 00023477  0x00005c1a call  0x00005888 
+ 00023478  0x00005c1b and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00023479  0x00005c1c fetcht  0x00000001 , 0x0000497e 
+ 00023480  0x00005c1d isub  0x00000002 , 0x0000003e 
+ 00023481  0x00005c1e branch  0x00005bc0 , 0x00000005 
+ 00023482  0x00005c20 fetch  0x00000001 , 0x000044eb 
+ 00023483  0x00005c21 store  0x00000001 , 0x00004981 
+ 00023484  0x00005c22 fetch  0x00000001 , 0x00004980 
+ 00023485  0x00005c23 rtneq  0x00000000 
+ 00023486  0x00005c24 jam  0x00000000 , 0x00004980 
+ 00023487  0x00005c25 rtn 
+ 00023488  0x00005c28 call  0x00005bc5 
+ 00023489  0x00005c29 fetch  0x00000001 , 0x00004980 
+ 00023490  0x00005c2a rtneq  0x00000001 
+ 00023491  0x00005c2b jam  0x00000001 , 0x00004980 
+ 00023492  0x00005c2c rtn 
+ 00023493  0x00005c2f arg  0x00006047 , 0x00000012 
+ 00023494  0x00005c30 arg  0x00004981 , 0x00000013 
+ 00023495  0x00005c31 fetch  0x00000001 , 0x00004666 
+ 00023496  0x00005c32 beq  0x00000000 , 0x000042e0 
+ 00023497  0x00005c33 arg  0x00005ba3 , 0x00000012 
+ 00023498  0x00005c34 call  0x000042e0 
+ 00023499  0x00005c35 fetch  0x00000001 , 0x00004981 
+ 00023500  0x00005c36 beq  0x00000001 , 0x00005ef2 
+ 00023501  0x00005c37 rtn 
+ 00023502  0x00005c3a arg  0x00004790 , 0x00000013 
+ 00023503  0x00005c3b arg  0x00005bd1 , 0x00000012 
+ 00023504  0x00005c3c branch  0x000042e7 
+ 00023505  0x00005c3f call  0x00005c39 
+ 00023506  0x00005c40 branch  0x000054cd 
+ 00023507  0x00005c43 arg  0x00004845 , 0x00000013 
+ 00023508  0x00005c44 arg  0x00005bd9 , 0x00000012 
+ 00023509  0x00005c45 call  0x000042e0 
+ 00023510  0x00005c46 fetch  0x00000001 , 0x00004845 
+ 00023511  0x00005c47 beq  0x00000001 , 0x00004313 
+ 00023512  0x00005c48 rtn 
+ 00023513  0x00005c4b fetch  0x00000001 , 0x0000478f 
+ 00023514  0x00005c4c beq  0x000000ff , 0x00005a9a 
+ 00023515  0x00005c4d fetch  0x00000001 , 0x0000477f 
+ 00023516  0x00005c4e nbranch  0x00005f1b , 0x00000034 
+ 00023517  0x00005c4f fetch  0x00000008 , 0x00004713 
+ 00023518  0x00005c50 bbit1  0x00000033 , 0x00005c1a 
+ 00023519  0x00005c51 bbit1  0x0000003e , 0x0000603f 
+ 00023520  0x00005c52 branch  0x000054cd 
+ 00023521  0x00005c55 arg  0x00004844 , 0x00000013 
+ 00023522  0x00005c56 arg  0x00005b0e , 0x00000012 
+ 00023523  0x00005c57 branch  0x000042e0 
+ 00023524  0x00005c5a fetch  0x00000001 , 0x00004794 
+ 00023525  0x00005c5b rtn  0x00000034 
+ 00023526  0x00005c5c arg  0x00004796 , 0x00000013 
+ 00023527  0x00005c5d arg  0x00005be9 , 0x00000012 
+ 00023528  0x00005c5e branch  0x000042e0 
+ 00023529  0x00005c60 fetch  0x00000001 , 0x00004795 
+ 00023530  0x00005c61 nrtn  0x00000034 
+ 00023531  0x00005c62 fetch  0x00000001 , 0x000042fc 
+ 00023532  0x00005c63 rtnne  0x00000000 
+ 00023533  0x00005c64 branch  0x00002fcd 
+ 00023534  0x00005c67 fetch  0x00000008 , 0x00004713 
+ 00023535  0x00005c68 rtnbit1  0x0000003b 
+ 00023536  0x00005c69 arg  0x000047c0 , 0x00000013 
+ 00023537  0x00005c6a arg  0x00005bf3 , 0x00000012 
+ 00023538  0x00005c6b branch  0x000042e0 
+ 00023539  0x00005c6e fetch  0x00000002 , 0x000047be 
+ 00023540  0x00005c6f store  0x00000002 , 0x000047c0 
+ 00023541  0x00005c70 branch  0x00005b55 
+ 00023542  0x00005c73 fetch  0x00000001 , 0x00004843 
+ 00023543  0x00005c74 rtnbit1  0x00000002 
+ 00023544  0x00005c75 call  0x00005aef 
+ 00023545  0x00005c76 arg  0x00000000 , 0x00000007 
+ 00023546  0x00005c77 branch  0x00005af8 
+ 00023547  0x00005c7a arg  0x00004792 , 0x00000013 
+ 00023548  0x00005c7b arg  0x000054cd , 0x00000012 
+ 00023549  0x00005c7c branch  0x000042e0 
+ 00023550  0x00005c7f arg  0x0000477e , 0x00000013 
+ 00023551  0x00005c80 arg  0x00005c01 , 0x00000012 
+ 00023552  0x00005c81 branch  0x000042e0 
+ 00023553  0x00005c83 fetch  0x00000001 , 0x0000496b 
+ 00023554  0x00005c84 store  0x00000001 , 0x000040c0 
+ 00023555  0x00005c85 jam  0x00000001 , 0x0000477d 
+ 00023556  0x00005c86 rtn 
+ 00023557  0x00005c8a arg  0x00004781 , 0x00000013 
+ 00023558  0x00005c8b arg  0x00005c08 , 0x00000012 
+ 00023559  0x00005c8c branch  0x000042e7 
+ 00023560  0x00005c8f fetch  0x00000001 , 0x00004666 
+ 00023561  0x00005c90 beq  0x00000000 , 0x00005ff2 
+ 00023562  0x00005c91 branch  0x00005aad 
+ 00023563  0x00005c94 fetch  0x00000002 , 0x00004725 
+ 00023564  0x00005c95 store  0x00000002 , 0x00004781 
+ 00023565  0x00005c96 rtn 
+ 00023566  0x00005c99 arg  0x000046f3 , 0x00000013 
+ 00023567  0x00005c9a arg  0x00005c11 , 0x00000012 
+ 00023568  0x00005c9b branch  0x000042e0 
+ 00023569  0x00005c9e call  0x00005ca6 
+ 00023570  0x00005c9f fetch  0x00000001 , 0x00004793 
+ 00023571  0x00005ca0 nbranch  0x00005ed1 , 0x00000034 
+ 00023572  0x00005ca1 rtn 
+ 00023573  0x00005ca4 isolate1  0x00000026 , 0x00000000 
+ 00023574  0x00005ca5 call  0x00006018 , 0x00000001 
+ 00023575  0x00005ca6 call  0x00005aad 
+ 00023576  0x00005ca7 call  0x00005b21 
+ 00023577  0x00005ca8 branch  0x00005c1a 
+ 00023578  0x00005cab bpatch  0x00000088 , 0x00004011 
+ 00023579  0x00005cac call  0x000061ab 
+ 00023580  0x00005cad fetch  0x00000002 , 0x000044e9 
+ 00023581  0x00005cae isolate1  0x0000000b , 0x0000003f 
+ 00023582  0x00005caf call  0x00005c3e , 0x00000001 
+ 00023583  0x00005cb0 call  0x00005aa8 
+ 00023584  0x00005cb1 fetch  0x00000002 , 0x000044e9 
+ 00023585  0x00005cb2 bbit1  0x0000000b , 0x00005c2a 
+ 00023586  0x00005cb3 fetch  0x00000008 , 0x00004713 
+ 00023587  0x00005cb4 bbit0  0x00000008 , 0x00005c2a 
+ 00023588  0x00005cb5 fetcht  0x00000002 , 0x00004695 
+ 00023589  0x00005cb6 increase  0x00000001 , 0x00000002 
+ 00023590  0x00005cb7 storet  0x00000002 , 0x00004695 
+ 00023591  0x00005cb8 storet  0x00000002 , 0x000042dc 
+ 00023592  0x00005cb9 random  0x0000003f 
+ 00023593  0x00005cba store  0x00000001 , 0x000042db 
+ 00023594  0x00005cbc fetch  0x00000003 , 0x00004797 
+ 00023595  0x00005cbd store  0x00000003 , 0x000042de 
+ 00023596  0x00005cbe call  0x0000432d 
+ 00023597  0x00005cbf fetch  0x00000002 , 0x00004638 
+ 00023598  0x00005cc0 store  0x00000002 , 0x00004790 
+ 00023599  0x00005cc1 setarg  0x00000000 
+ 00023600  0x00005cc2 store  0x00000002 , 0x00004781 
+ 00023601  0x00005cc3 store  0x00000002 , 0x000047c0 
+ 00023602  0x00005cc4 store  0x00000001 , 0x00004845 
+ 00023603  0x00005cc5 store  0x00000001 , 0x00004792 
+ 00023604  0x00005cc6 store  0x00000001 , 0x00004956 
+ 00023605  0x00005cc7 arg  0x00000002 , 0x00000007 
+ 00023606  0x00005cc8 call  0x00005f00 
+ 00023607  0x00005cc9 call  0x00005ef4 
+ 00023608  0x00005cca branch  0x00005b62 
+ 00023609  0x00005ccd bpatch  0x00000089 , 0x00004011 
+ 00023610  0x00005cce arg  0x00000006 , 0x00000007 
+ 00023611  0x00005ccf call  0x00005f04 
+ 00023612  0x00005cd0 jam  0x00000000 , 0x00004792 
+ 00023613  0x00005cd1 branch  0x00005c3e 
+ 00023614  0x00005cd3 setarg  0x00000000 
+ 00023615  0x00005cd4 store  0x00000001 , 0x00004845 
+ 00023616  0x00005cd5 store  0x00000002 , 0x00004790 
+ 00023617  0x00005cd6 branch  0x00007876 
+ 00023618  0x00005cd9 bpatch  0x0000008a , 0x00004011 
+ 00023619  0x00005cda fetch  0x00000008 , 0x00004713 
+ 00023620  0x00005cdb rtnbit0  0x00000002 
+ 00023621  0x00005cdc arg  0x00000002 , 0x00000007 
+ 00023622  0x00005cdd call  0x00005f04 
+ 00023623  0x00005cde call  0x00005c4a 
+ 00023624  0x00005ce0 call  0x00005c59 
+ 00023625  0x00005ce1 branch  0x00005ca3 
+ 00023626  0x00005ce4 fetch  0x00000001 , 0x00000032 
+ 00023627  0x00005ce5 beq  0x00000034 , 0x00005c4d 
+ 00023628  0x00005ce6 rtn 
+ 00023629  0x00005ce8 store  0x00000001 , 0x0000495a 
+ 00023630  0x00005ce9 fetch  0x00000006 , 0x00000178 
+ 00023631  0x00005ceb store  0x00000006 , 0x0000495b 
+ 00023632  0x00005cec fetch  0x00000007 , 0x0000495a 
+ 00023633  0x00005ced arg  0x00004667 , 0x00000006 
+ 00023634  0x00005cee arg  0x00000003 , 0x00000039 
+ 00023635  0x00005cf0 ifetcht  0x00000007 , 0x00000006 
+ 00023636  0x00005cf1 isub  0x00000002 , 0x0000003e 
+ 00023637  0x00005cf2 branch  0x00005c69 , 0x00000005 
+ 00023638  0x00005cf3 increase  0x00000016 , 0x00000006 
+ 00023639  0x00005cf4 loop  0x00005c53 
+ 00023640  0x00005cf5 rtn 
+ 00023641  0x00005cf7 arg  0x00004667 , 0x00000011 
+ 00023642  0x00005cf8 fetch  0x00000001 , 0x00004666 
+ 00023643  0x00005cf9 increase  0xffffffff , 0x0000003f 
+ 00023644  0x00005cfa mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00023645  0x00005cfb iadd  0x00000011 , 0x00000011 
+ 00023646  0x00005cfc fetch  0x00000001 , 0x00000032 
+ 00023647  0x00005cfd istore  0x00000001 , 0x00000011 
+ 00023648  0x00005cfe beq  0x00000034 , 0x00005c62 
+ 00023649  0x00005cff rtn 
+ 00023650  0x00005d02 fetch  0x00000006 , 0x00000178 
+ 00023651  0x00005d03 istore  0x00000006 , 0x00000005 
+ 00023652  0x00005d04 arg  0x0000428a , 0x00000006 
+ 00023653  0x00005d05 call  0x00007c8f 
+ 00023654  0x00005d06 fetch  0x00000006 , 0x000042db 
+ 00023655  0x00005d07 istore  0x00000006 , 0x00000005 
+ 00023656  0x00005d08 rtn 
+ 00023657  0x00005d0b increase  0xfffffffa , 0x00000006 
+ 00023658  0x00005d0c copy  0x00000006 , 0x00000005 
+ 00023659  0x00005d0d fetcht  0x00000006 , 0x0000495b 
+ 00023660  0x00005d0e increase  0x00000003 , 0x00000002 
+ 00023661  0x00005d0f istoret  0x00000006 , 0x00000005 
+ 00023662  0x00005d10 rtn 
+ 00023663  0x00005d13 arg  0x00004667 , 0x00000011 
+ 00023664  0x00005d14 fetch  0x00000001 , 0x00004666 
+ 00023665  0x00005d15 rtneq  0x00000000 
+ 00023666  0x00005d16 increase  0xffffffff , 0x0000003f 
+ 00023667  0x00005d17 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00023668  0x00005d18 iadd  0x00000011 , 0x00000011 
+ 00023669  0x00005d19 ifetch  0x00000001 , 0x00000011 
+ 00023670  0x00005d1a store  0x00000001 , 0x000043f3 
+ 00023671  0x00005d1b beq  0x00000034 , 0x00005c79 
+ 00023672  0x00005d1c rtn 
+ 00023673  0x00005d1f ifetch  0x00000006 , 0x00000006 
+ 00023674  0x00005d21 store  0x00000006 , 0x00004116 
+ 00023675  0x00005d22 arg  0x0000428a , 0x00000005 
+ 00023676  0x00005d23 call  0x00007c8f 
+ 00023677  0x00005d24 ifetch  0x00000006 , 0x00000006 
+ 00023678  0x00005d25 store  0x00000006 , 0x000042db 
+ 00023679  0x00005d26 rtn 
+ 00023680  0x00005d29 bpatch  0x0000008b , 0x00004011 
+ 00023681  0x00005d2a fetch  0x00000002 , 0x0000468e 
+ 00023682  0x00005d2b arg  0x0000aa55 , 0x00000002 
+ 00023683  0x00005d2c isub  0x00000002 , 0x0000003e 
+ 00023684  0x00005d2d branch  0x00005c8f , 0x00000005 
+ 00023685  0x00005d2f storet  0x00000002 , 0x0000468e 
+ 00023686  0x00005d30 call  0x00005c9c 
+ 00023687  0x00005d31 fetch  0x00000001 , 0x000049a1 
+ 00023688  0x00005d32 store  0x00000001 , 0x00004666 
+ 00023689  0x00005d33 fetch  0x00000004 , 0x000045e4 
+ 00023690  0x00005d34 store  0x00000004 , 0x000045e8 
+ 00023691  0x00005d35 store  0x00000004 , 0x0000458f 
+ 00023692  0x00005d37 fetch  0x00000001 , 0x00004651 
+ 00023693  0x00005d38 store  0x00000001 , 0x00004690 
+ 00023694  0x00005d39 rtn 
+ 00023695  0x00005d3c call  0x00005c94 
+ 00023696  0x00005d3e fetch  0x00000004 , 0x00004691 
+ 00023697  0x00005d3f store  0x00000004 , 0x000045e8 
+ 00023698  0x00005d40 store  0x00000004 , 0x0000458f 
+ 00023699  0x00005d41 rtn 
+ 00023700  0x00005d44 fetch  0x00000008 , 0x00004713 
+ 00023701  0x00005d45 rtnbit0  0x0000000f 
+ 00023702  0x00005d46 fetch  0x00000002 , 0x000049fa 
+ 00023703  0x00005d47 copy  0x0000003f , 0x00000012 
+ 00023704  0x00005d48 call  0x00005e51 
+ 00023705  0x00005d49 fetch  0x00000001 , 0x000049d4 
+ 00023706  0x00005d4a call  0x00005c8c , 0x00000034 
+ 00023707  0x00005d4b rtn 
+ 00023708  0x00005d4e fetch  0x00000006 , 0x000042db 
+ 00023709  0x00005d4f store  0x00000006 , 0x0000466e 
+ 00023710  0x00005d50 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00023711  0x00005d51 store  0x00000006 , 0x0000467b 
+ 00023712  0x00005d52 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00023713  0x00005d53 store  0x00000006 , 0x00004688 
+ 00023714  0x00005d54 rtn 
+ 00023715  0x00005d59 fetch  0x00000001 , 0x000046f4 
+ 00023716  0x00005d5a store  0x00000001 , 0x000046f3 
+ 00023717  0x00005d5b rtn 
+ 00023718  0x00005d5e bpatch  0x0000008c , 0x00004011 
+ 00023719  0x00005d5f fetch  0x00000008 , 0x00004713 
+ 00023720  0x00005d60 bbit1  0x00000013 , 0x00005cb1 
+ 00023721  0x00005d61 bbit1  0x00000012 , 0x00005cb9 
+ 00023722  0x00005d62 bbit1  0x00000014 , 0x00005cc0 
+ 00023723  0x00005d63 rtn 
+ 00023724  0x00005d66 bpatch  0x0000008d , 0x00004011 
+ 00023725  0x00005d67 fetch  0x00000008 , 0x00004713 
+ 00023726  0x00005d68 bbit1  0x00000013 , 0x00005cb5 
+ 00023727  0x00005d69 bbit1  0x00000014 , 0x00005d3c 
+ 00023728  0x00005d6a rtn 
+ 00023729  0x00005d6f arg  0x00000080 , 0x00000002 
+ 00023730  0x00005d70 arg  0x00004666 , 0x00000011 
+ 00023731  0x00005d71 arg  0x00000000 , 0x00000012 
+ 00023732  0x00005d72 branch  0x00006cd3 
+ 00023733  0x00005d75 arg  0x00000001 , 0x00000002 
+ 00023734  0x00005d76 arg  0x00004690 , 0x00000011 
+ 00023735  0x00005d77 arg  0x0000005a , 0x00000012 
+ 00023736  0x00005d78 branch  0x00006cd3 
+ 00023737  0x00005d7d call  0x00006c20 
+ 00023738  0x00005d7e call  0x00005d7b 
+ 00023739  0x00005d7f call  0x00005d90 
+ 00023740  0x00005d81 call  0x00005d75 
+ 00023741  0x00005d82 call  0x00005d93 
+ 00023742  0x00005d83 call  0x00005d82 
+ 00023743  0x00005d84 branch  0x000055f6 
+ 00023744  0x00005d8a call  0x00005cc3 
+ 00023745  0x00005d8b call  0x00005ce5 
+ 00023746  0x00005d8c branch  0x00005d26 
+ 00023747  0x00005d91 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
+ 00023748  0x00005d92 copy  0x00000012 , 0x00000013 
+ 00023749  0x00005d94 call  0x00005dc0 
+ 00023750  0x00005d95 fetch  0x00000001 , 0x000049a1 
+ 00023751  0x00005d96 branch  0x00005ccf , 0x00000034 
+ 00023752  0x00005d97 store  0x00000001 , 0x000049a0 
+ 00023753  0x00005d98 increase  0x00000001 , 0x00000013 
+ 00023754  0x00005d99 fetch  0x00000002 , 0x000049e4 
+ 00023755  0x00005d9a isub  0x00000013 , 0x0000003e 
+ 00023756  0x00005d9b nrtn  0x00000002 
+ 00023757  0x00005d9c copy  0x00000013 , 0x00000012 
+ 00023758  0x00005d9d branch  0x00005cc5 
+ 00023759  0x00005da0 fetch  0x00000001 , 0x000049a0 
+ 00023760  0x00005da1 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00023761  0x00005da2 branch  0x00005cd8 , 0x00000034 
+ 00023762  0x00005da3 fetch  0x00000001 , 0x00004666 
+ 00023763  0x00005da4 store  0x00000001 , 0x000049a2 
+ 00023764  0x00005da6 arg  0x00000001 , 0x00000039 
+ 00023765  0x00005da7 copy  0x00000013 , 0x00000012 
+ 00023766  0x00005da8 arg  0x000049a2 , 0x00000011 
+ 00023767  0x00005da9 branch  0x00006b45 
+ 00023768  0x00005dac fetch  0x00000001 , 0x000049a0 
+ 00023769  0x00005dad fetcht  0x00000001 , 0x00004666 
+ 00023770  0x00005dae isub  0x00000002 , 0x0000003e 
+ 00023771  0x00005daf rtn  0x00000005 
+ 00023772  0x00005db0 lshift4  0x00000002 , 0x00000002 
+ 00023773  0x00005db1 iadd  0x00000002 , 0x0000003f 
+ 00023774  0x00005db2 store  0x00000001 , 0x000049a2 
+ 00023775  0x00005db4 copy  0x00000013 , 0x0000003f 
+ 00023776  0x00005db5 fetcht  0x00000002 , 0x000049e2 
+ 00023777  0x00005db6 isub  0x00000002 , 0x0000003e 
+ 00023778  0x00005db7 branch  0x00005cd4 , 0x00000005 
+ 00023779  0x00005db9 increase  0xffffffff , 0x00000013 
+ 00023780  0x00005dba branch  0x00005cd4 
+ 00023781  0x00005dbf fetch  0x00000001 , 0x00004666 
+ 00023782  0x00005dc0 beq  0x00000000 , 0x00005cea 
+ 00023783  0x00005dc1 beq  0x00000001 , 0x00005cfe 
+ 00023784  0x00005dc2 beq  0x00000002 , 0x00005d12 
+ 00023785  0x00005dc3 rtn 
+ 00023786  0x00005dc6 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
+ 00023787  0x00005dc7 copy  0x00000012 , 0x00000013 
+ 00023788  0x00005dc9 call  0x00005e29 
+ 00023789  0x00005dca fetch  0x00000004 , 0x000049da 
+ 00023790  0x00005dcb branch  0x00005cf6 , 0x00000034 
+ 00023791  0x00005dcc store  0x00000004 , 0x000049d6 
+ 00023792  0x00005dcd increase  0x00000004 , 0x00000013 
+ 00023793  0x00005dce fetch  0x00000002 , 0x000049e8 
+ 00023794  0x00005dcf isub  0x00000013 , 0x0000003e 
+ 00023795  0x00005dd0 nrtn  0x00000002 
+ 00023796  0x00005dd1 copy  0x00000013 , 0x00000012 
+ 00023797  0x00005dd2 branch  0x00005cec 
+ 00023798  0x00005dd5 fetch  0x00000004 , 0x000049d6 
+ 00023799  0x00005dd6 fetcht  0x00000004 , 0x00004691 
+ 00023800  0x00005dd7 isub  0x00000002 , 0x0000003e 
+ 00023801  0x00005dd8 rtn  0x00000005 
+ 00023802  0x00005dd9 arg  0x00000004 , 0x00000039 
+ 00023803  0x00005dda arg  0x00004691 , 0x00000011 
+ 00023804  0x00005ddb copy  0x00000013 , 0x00000012 
+ 00023805  0x00005ddc branch  0x00006b45 
+ 00023806  0x00005ddf fetchr  0x00000012 , 0x00000002 , 0x000049ea 
+ 00023807  0x00005de0 copy  0x00000012 , 0x00000013 
+ 00023808  0x00005de2 call  0x00005de1 
+ 00023809  0x00005de3 fetch  0x00000006 , 0x000049a9 
+ 00023810  0x00005de4 branch  0x00005d0a , 0x00000034 
+ 00023811  0x00005de5 store  0x00000006 , 0x000049a3 
+ 00023812  0x00005de6 increase  0x00000006 , 0x00000013 
+ 00023813  0x00005de7 fetch  0x00000002 , 0x000049ec 
+ 00023814  0x00005de8 isub  0x00000013 , 0x0000003e 
+ 00023815  0x00005de9 nrtn  0x00000002 
+ 00023816  0x00005dea copy  0x00000013 , 0x00000012 
+ 00023817  0x00005deb branch  0x00005d00 
+ 00023818  0x00005dee fetch  0x00000006 , 0x000049a3 
+ 00023819  0x00005def fetcht  0x00000006 , 0x00004668 
+ 00023820  0x00005df0 isub  0x00000002 , 0x0000003e 
+ 00023821  0x00005df1 rtn  0x00000005 
+ 00023822  0x00005df2 arg  0x00000006 , 0x00000039 
+ 00023823  0x00005df3 arg  0x00004668 , 0x00000011 
+ 00023824  0x00005df4 copy  0x00000013 , 0x00000012 
+ 00023825  0x00005df5 branch  0x00006b45 
+ 00023826  0x00005df9 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
+ 00023827  0x00005dfa copy  0x00000012 , 0x00000013 
+ 00023828  0x00005dfc call  0x00005e05 
+ 00023829  0x00005dfd fetch  0x00000006 , 0x000049c1 
+ 00023830  0x00005dfe branch  0x00005d1e , 0x00000034 
+ 00023831  0x00005dff store  0x00000006 , 0x000049bb 
+ 00023832  0x00005e00 increase  0x00000006 , 0x00000013 
+ 00023833  0x00005e01 fetch  0x00000002 , 0x000049f4 
+ 00023834  0x00005e02 isub  0x00000013 , 0x0000003e 
+ 00023835  0x00005e03 nrtn  0x00000002 
+ 00023836  0x00005e04 copy  0x00000013 , 0x00000012 
+ 00023837  0x00005e05 branch  0x00005d14 
+ 00023838  0x00005e08 fetch  0x00000006 , 0x000049bb 
+ 00023839  0x00005e09 fetcht  0x00000006 , 0x00004675 
+ 00023840  0x00005e0a isub  0x00000002 , 0x0000003e 
+ 00023841  0x00005e0b rtn  0x00000005 
+ 00023842  0x00005e0c arg  0x00000006 , 0x00000039 
+ 00023843  0x00005e0d arg  0x00004675 , 0x00000011 
+ 00023844  0x00005e0e copy  0x00000013 , 0x00000012 
+ 00023845  0x00005e0f branch  0x00006b45 
+ 00023846  0x00005e14 fetch  0x00000001 , 0x00004666 
+ 00023847  0x00005e15 rtneq  0x00000000 
+ 00023848  0x00005e16 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
+ 00023849  0x00005e17 copy  0x00000012 , 0x00000013 
+ 00023850  0x00005e19 call  0x00005e3d 
+ 00023851  0x00005e1a fetch  0x00000002 , 0x000049e0 
+ 00023852  0x00005e1b branch  0x00005d34 , 0x00000034 
+ 00023853  0x00005e1c store  0x00000002 , 0x000049de 
+ 00023854  0x00005e1d increase  0x00000002 , 0x00000013 
+ 00023855  0x00005e1e fetch  0x00000002 , 0x00004a00 
+ 00023856  0x00005e1f isub  0x00000013 , 0x0000003e 
+ 00023857  0x00005e20 nrtn  0x00000002 
+ 00023858  0x00005e21 copy  0x00000013 , 0x00000012 
+ 00023859  0x00005e22 branch  0x00005d2a 
+ 00023860  0x00005e25 fetch  0x00000002 , 0x000049de 
+ 00023861  0x00005e26 fetcht  0x00000002 , 0x00004695 
+ 00023862  0x00005e27 isub  0x00000002 , 0x0000003e 
+ 00023863  0x00005e28 rtn  0x00000005 
+ 00023864  0x00005e29 arg  0x00000002 , 0x00000039 
+ 00023865  0x00005e2a arg  0x00004695 , 0x00000011 
+ 00023866  0x00005e2b copy  0x00000013 , 0x00000012 
+ 00023867  0x00005e2c branch  0x00006b45 
+ 00023868  0x00005e31 fetch  0x00000008 , 0x00004713 
+ 00023869  0x00005e32 rtnbit0  0x0000000f 
+ 00023870  0x00005e33 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
+ 00023871  0x00005e34 copy  0x00000012 , 0x00000013 
+ 00023872  0x00005e36 call  0x00005e51 
+ 00023873  0x00005e37 fetch  0x00000001 , 0x000049d4 
+ 00023874  0x00005e38 branch  0x00005d4a , 0x00000034 
+ 00023875  0x00005e39 store  0x00000001 , 0x000049d3 
+ 00023876  0x00005e3a increase  0x00000001 , 0x00000013 
+ 00023877  0x00005e3b fetch  0x00000002 , 0x000049fc 
+ 00023878  0x00005e3c isub  0x00000013 , 0x0000003e 
+ 00023879  0x00005e3d nrtn  0x00000002 
+ 00023880  0x00005e3e copy  0x00000013 , 0x00000012 
+ 00023881  0x00005e3f branch  0x00005d40 
+ 00023882  0x00005e42 fetch  0x00000001 , 0x000049d3 
+ 00023883  0x00005e43 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00023884  0x00005e44 branch  0x00005d53 , 0x00000034 
+ 00023885  0x00005e45 fetch  0x00000001 , 0x00004690 
+ 00023886  0x00005e46 store  0x00000001 , 0x000049d5 
+ 00023887  0x00005e48 arg  0x00000001 , 0x00000039 
+ 00023888  0x00005e49 copy  0x00000013 , 0x00000012 
+ 00023889  0x00005e4a arg  0x000049d5 , 0x00000011 
+ 00023890  0x00005e4b branch  0x00006b45 
+ 00023891  0x00005e4e fetch  0x00000001 , 0x000049d3 
+ 00023892  0x00005e4f fetcht  0x00000001 , 0x00004690 
+ 00023893  0x00005e50 isub  0x00000002 , 0x0000003e 
+ 00023894  0x00005e51 rtn  0x00000005 
+ 00023895  0x00005e52 lshift4  0x00000002 , 0x00000002 
+ 00023896  0x00005e53 iadd  0x00000002 , 0x0000003f 
+ 00023897  0x00005e54 store  0x00000001 , 0x000049d5 
+ 00023898  0x00005e56 copy  0x00000013 , 0x0000003f 
+ 00023899  0x00005e57 fetcht  0x00000002 , 0x000049fa 
+ 00023900  0x00005e58 isub  0x00000002 , 0x0000003e 
+ 00023901  0x00005e59 branch  0x00005d4f , 0x00000005 
+ 00023902  0x00005e5b increase  0xffffffff , 0x00000013 
+ 00023903  0x00005e5c branch  0x00005d4f 
+ 00023904  0x00005e66 call  0x00006cbc 
+ 00023905  0x00005e67 fetch  0x00000008 , 0x00004713 
+ 00023906  0x00005e68 isolate1  0x00000009 , 0x0000003f 
+ 00023907  0x00005e69 ncall  0x00006cc4 , 0x00000001 
+ 00023908  0x00005e6a call  0x00005d66 
+ 00023909  0x00005e6b branch  0x00005c80 
+ 00023910  0x00005e6e arg  0x00000080 , 0x00000002 
+ 00023911  0x00005e6f arg  0x00004666 , 0x00000011 
+ 00023912  0x00005e70 arg  0x00000000 , 0x00000012 
+ 00023913  0x00005e71 branch  0x00006ce1 
+ 00023914  0x00005e74 arg  0x00000001 , 0x00000002 
+ 00023915  0x00005e75 arg  0x00004690 , 0x00000011 
+ 00023916  0x00005e76 arg  0x0000005a , 0x00000012 
+ 00023917  0x00005e77 branch  0x00006ce1 
+ 00023918  0x00005e7c call  0x00006c20 
+ 00023919  0x00005e7d call  0x00005d7b 
+ 00023920  0x00005e7e call  0x00005d75 
+ 00023921  0x00005e7f call  0x00006c4d 
+ 00023922  0x00005e80 call  0x00005d82 
+ 00023923  0x00005e81 call  0x00005c80 
+ 00023924  0x00005e82 branch  0x000055f6 
+ 00023925  0x00005e85 setarg  0x000046e6 
+ 00023926  0x00005e86 arg  0x00004666 , 0x00000002 
+ 00023927  0x00005e87 isub  0x00000002 , 0x00000002 
+ 00023928  0x00005e88 fetch  0x00000003 , 0x000046ec 
+ 00023929  0x00005e89 arg  0x00004666 , 0x00000011 
+ 00023930  0x00005e8a rtn 
+ 00023931  0x00005e8d jam  0x000000ab , 0x00000678 
+ 00023932  0x00005e8f call  0x0000705b 
+ 00023933  0x00005e90 call  0x00006c26 
+ 00023934  0x00005e91 arg  0x000046ef , 0x00000011 
+ 00023935  0x00005e92 fetcht  0x00000001 , 0x00000678 
+ 00023936  0x00005e93 call  0x00005d84 
+ 00023937  0x00005e94 branch  0x0000705b 
+ 00023938  0x00005e97 jam  0x000000b9 , 0x00000678 
+ 00023939  0x00005e98 branch  0x00005d7c 
+ 00023940  0x00005e9b istoret  0x00000001 , 0x00000011 
+ 00023941  0x00005e9c rshift16  0x0000003f , 0x00000002 
+ 00023942  0x00005e9d istoret  0x00000001 , 0x00000005 
+ 00023943  0x00005e9e rshift8  0x0000003f , 0x00000002 
+ 00023944  0x00005e9f istoret  0x00000001 , 0x00000005 
+ 00023945  0x00005ea0 istore  0x00000001 , 0x00000005 
+ 00023946  0x00005ea1 deposit  0x00000011 
+ 00023947  0x00005ea2 store  0x00000002 , 0x00008084 
+ 00023948  0x00005ea3 setarg  0x00000000 
+ 00023949  0x00005ea4 store  0x00000002 , 0x00008088 
+ 00023950  0x00005ea5 jam  0x00000002 , 0x00008006 
+ 00023951  0x00005ea6 branch  0x00006be0 
+ 00023952  0x00005ea9 fetch  0x00000003 , 0x000046ec 
+ 00023953  0x00005eaa store  0x00000003 , 0x00004419 
+ 00023954  0x00005eab branch  0x00006bfa 
+ 00023955  0x00005eae copy  0x0000003f , 0x00000013 
+ 00023956  0x00005eaf copy  0x00000011 , 0x0000003f 
+ 00023957  0x00005eb0 increase  0xfffffffc , 0x0000003f 
+ 00023958  0x00005eb1 copy  0x0000003f , 0x00000012 
+ 00023959  0x00005eb2 ifetch  0x00000004 , 0x00000012 
+ 00023960  0x00005eb3 store  0x00000004 , 0x000046ef 
+ 00023961  0x00005eb4 copy  0x00000013 , 0x0000003f 
+ 00023962  0x00005eb5 call  0x00006c3c 
+ 00023963  0x00005eb6 fetch  0x00000004 , 0x000046ef 
+ 00023964  0x00005eb7 istore  0x00000004 , 0x00000012 
+ 00023965  0x00005eb8 rtn 
+ 00023966  0x00005ebb fetch  0x00000008 , 0x00004713 
+ 00023967  0x00005ebc rtnbit0  0x00000012 
+ 00023968  0x00005ebd call  0x00005d82 
+ 00023969  0x00005ebe call  0x000069e0 
+ 00023970  0x00005ebf fetcht  0x00000001 , 0x00004421 
+ 00023971  0x00005ec0 call  0x00006ef3 
+ 00023972  0x00005ec1 fetcht  0x00000001 , 0x00004426 
+ 00023973  0x00005ec2 branch  0x000055b1 
+ 00023974  0x00005ec7 call  0x00005e43 
+ 00023975  0x00005ec8 call  0x00005db4 
+ 00023976  0x00005ec9 call  0x00005dcc 
+ 00023977  0x00005eca call  0x00005e2f 
+ 00023978  0x00005ecc arg  0x00000002 , 0x00000039 
+ 00023979  0x00005ecd fetch  0x00000002 , 0x00004a02 
+ 00023980  0x00005ece copy  0x0000003f , 0x00000012 
+ 00023981  0x00005ecf arg  0x0000468e , 0x00000011 
+ 00023982  0x00005ed0 call  0x00006b74 
+ 00023983  0x00005ed1 call  0x00005c80 
+ 00023984  0x00005ed3 arg  0x00000002 , 0x00000039 
+ 00023985  0x00005ed4 arg  0x0000468e , 0x00000011 
+ 00023986  0x00005ed5 fetchr  0x00000012 , 0x00000002 , 0x00004a02 
+ 00023987  0x00005ed6 branch  0x00006b45 
+ 00023988  0x00005edb fetchr  0x00000012 , 0x00000002 , 0x000049e2 
+ 00023989  0x00005edc copy  0x00000012 , 0x00000013 
+ 00023990  0x00005ede call  0x00005dc0 
+ 00023991  0x00005edf fetch  0x00000001 , 0x000049a1 
+ 00023992  0x00005ee0 branch  0x00005dc3 , 0x00000034 
+ 00023993  0x00005ee1 store  0x00000001 , 0x000049a0 
+ 00023994  0x00005ee2 increase  0x00000001 , 0x00000013 
+ 00023995  0x00005ee3 fetch  0x00000002 , 0x000049e4 
+ 00023996  0x00005ee4 isub  0x00000013 , 0x0000003e 
+ 00023997  0x00005ee5 nbranch  0x00005dc3 , 0x00000002 
+ 00023998  0x00005ee6 copy  0x00000013 , 0x00000012 
+ 00023999  0x00005ee7 branch  0x00005db6 
+ 00024000  0x00005eea arg  0x00000001 , 0x00000039 
+ 00024001  0x00005eeb arg  0x000049a1 , 0x00000011 
+ 00024002  0x00005eec branch  0x00006b74 
+ 00024003  0x00005eef fetch  0x00000001 , 0x000049a0 
+ 00024004  0x00005ef0 copy  0x0000003f , 0x00000002 
+ 00024005  0x00005ef1 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00024006  0x00005ef2 branch  0x00005dc9 , 0x00000034 
+ 00024007  0x00005ef3 rshift4  0x0000003f , 0x0000003f 
+ 00024008  0x00005ef4 branch  0x00005dca 
+ 00024009  0x00005ef7 copy  0x00000002 , 0x0000003f 
+ 00024010  0x00005ef9 store  0x00000001 , 0x00004666 
+ 00024011  0x00005efa rtn 
+ 00024012  0x00005efe fetch  0x00000001 , 0x00004666 
+ 00024013  0x00005eff beq  0x00000000 , 0x00005e1d 
+ 00024014  0x00005f00 beq  0x00000001 , 0x00005dd1 
+ 00024015  0x00005f01 beq  0x00000002 , 0x00005dd3 
+ 00024016  0x00005f02 rtn 
+ 00024017  0x00005f05 call  0x00005dd5 
+ 00024018  0x00005f06 branch  0x00005de7 
+ 00024019  0x00005f09 call  0x00005df9 
+ 00024020  0x00005f0a branch  0x00005e0b 
+ 00024021  0x00005f0e fetchr  0x00000012 , 0x00000002 , 0x000049ea 
+ 00024022  0x00005f0f copy  0x00000012 , 0x00000013 
+ 00024023  0x00005f11 call  0x00005de1 
+ 00024024  0x00005f12 fetch  0x00000006 , 0x000049a9 
+ 00024025  0x00005f13 branch  0x00005de4 , 0x00000034 
+ 00024026  0x00005f14 store  0x00000006 , 0x000049a3 
+ 00024027  0x00005f15 increase  0x00000006 , 0x00000013 
+ 00024028  0x00005f16 fetch  0x00000002 , 0x000049ec 
+ 00024029  0x00005f17 isub  0x00000013 , 0x0000003e 
+ 00024030  0x00005f18 nbranch  0x00005de4 , 0x00000002 
+ 00024031  0x00005f19 copy  0x00000013 , 0x00000012 
+ 00024032  0x00005f1a branch  0x00005dd7 
+ 00024033  0x00005f1d arg  0x00000006 , 0x00000039 
+ 00024034  0x00005f1e arg  0x000049a9 , 0x00000011 
+ 00024035  0x00005f1f branch  0x00006b74 
+ 00024036  0x00005f22 fetch  0x00000006 , 0x000049a3 
+ 00024037  0x00005f23 store  0x00000006 , 0x00004668 
+ 00024038  0x00005f24 rtn 
+ 00024039  0x00005f28 fetchr  0x00000012 , 0x00000002 , 0x000049ee 
+ 00024040  0x00005f29 copy  0x00000012 , 0x00000013 
+ 00024041  0x00005f2b call  0x00005df3 
+ 00024042  0x00005f2c fetch  0x00000006 , 0x000049b5 
+ 00024043  0x00005f2d branch  0x00005df6 , 0x00000034 
+ 00024044  0x00005f2e store  0x00000006 , 0x000049af 
+ 00024045  0x00005f2f increase  0x00000006 , 0x00000013 
+ 00024046  0x00005f30 fetch  0x00000002 , 0x000049f0 
+ 00024047  0x00005f31 isub  0x00000013 , 0x0000003e 
+ 00024048  0x00005f32 nbranch  0x00005df6 , 0x00000002 
+ 00024049  0x00005f33 copy  0x00000013 , 0x00000012 
+ 00024050  0x00005f34 branch  0x00005de9 
+ 00024051  0x00005f37 arg  0x00000006 , 0x00000039 
+ 00024052  0x00005f38 arg  0x000049b5 , 0x00000011 
+ 00024053  0x00005f39 branch  0x00006b74 
+ 00024054  0x00005f3c fetch  0x00000006 , 0x000049af 
+ 00024055  0x00005f3d store  0x00000006 , 0x0000466e 
+ 00024056  0x00005f3e rtn 
+ 00024057  0x00005f43 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
+ 00024058  0x00005f44 copy  0x00000012 , 0x00000013 
+ 00024059  0x00005f46 call  0x00005e05 
+ 00024060  0x00005f47 fetch  0x00000006 , 0x000049c1 
+ 00024061  0x00005f48 branch  0x00005e08 , 0x00000034 
+ 00024062  0x00005f49 store  0x00000006 , 0x000049bb 
+ 00024063  0x00005f4a increase  0x00000006 , 0x00000013 
+ 00024064  0x00005f4b fetch  0x00000002 , 0x000049f4 
+ 00024065  0x00005f4c isub  0x00000013 , 0x0000003e 
+ 00024066  0x00005f4d nbranch  0x00005e08 , 0x00000002 
+ 00024067  0x00005f4e copy  0x00000013 , 0x00000012 
+ 00024068  0x00005f4f branch  0x00005dfb 
+ 00024069  0x00005f52 arg  0x00000006 , 0x00000039 
+ 00024070  0x00005f53 arg  0x000049c1 , 0x00000011 
+ 00024071  0x00005f54 branch  0x00006b74 
+ 00024072  0x00005f57 fetch  0x00000006 , 0x000049bb 
+ 00024073  0x00005f58 store  0x00000006 , 0x00004675 
+ 00024074  0x00005f59 rtn 
+ 00024075  0x00005f5d fetchr  0x00000012 , 0x00000002 , 0x000049f6 
+ 00024076  0x00005f5e copy  0x00000012 , 0x00000013 
+ 00024077  0x00005f60 call  0x00005e17 
+ 00024078  0x00005f61 fetch  0x00000006 , 0x000049cd 
+ 00024079  0x00005f62 branch  0x00005e1a , 0x00000034 
+ 00024080  0x00005f63 store  0x00000006 , 0x000049c7 
+ 00024081  0x00005f64 increase  0x00000006 , 0x00000013 
+ 00024082  0x00005f65 fetch  0x00000002 , 0x000049f8 
+ 00024083  0x00005f66 isub  0x00000013 , 0x0000003e 
+ 00024084  0x00005f67 nbranch  0x00005e1a , 0x00000002 
+ 00024085  0x00005f68 copy  0x00000013 , 0x00000012 
+ 00024086  0x00005f69 branch  0x00005e0d 
+ 00024087  0x00005f6c arg  0x00000006 , 0x00000039 
+ 00024088  0x00005f6d arg  0x000049cd , 0x00000011 
+ 00024089  0x00005f6e branch  0x00006b74 
+ 00024090  0x00005f71 fetch  0x00000006 , 0x000049c7 
+ 00024091  0x00005f72 store  0x00000006 , 0x0000467b 
+ 00024092  0x00005f73 rtn 
+ 00024093  0x00005f78 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
+ 00024094  0x00005f79 copy  0x00000012 , 0x00000013 
+ 00024095  0x00005f7b call  0x00005e29 
+ 00024096  0x00005f7c fetch  0x00000004 , 0x000049da 
+ 00024097  0x00005f7d branch  0x00005e2c , 0x00000034 
+ 00024098  0x00005f7e store  0x00000004 , 0x000049d6 
+ 00024099  0x00005f7f increase  0x00000004 , 0x00000013 
+ 00024100  0x00005f80 fetch  0x00000002 , 0x000049e8 
+ 00024101  0x00005f81 isub  0x00000013 , 0x0000003e 
+ 00024102  0x00005f82 nbranch  0x00005e2c , 0x00000002 
+ 00024103  0x00005f83 copy  0x00000013 , 0x00000012 
+ 00024104  0x00005f84 branch  0x00005e1f 
+ 00024105  0x00005f87 arg  0x00000004 , 0x00000039 
+ 00024106  0x00005f88 arg  0x000049da , 0x00000011 
+ 00024107  0x00005f89 branch  0x00006b74 
+ 00024108  0x00005f8c fetch  0x00000004 , 0x000049d6 
+ 00024109  0x00005f8d store  0x00000004 , 0x00004691 
+ 00024110  0x00005f8e rtn 
+ 00024111  0x00005f92 fetch  0x00000001 , 0x00004666 
+ 00024112  0x00005f93 rtneq  0x00000000 
+ 00024113  0x00005f94 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
+ 00024114  0x00005f95 copy  0x00000012 , 0x00000013 
+ 00024115  0x00005f97 call  0x00005e3d 
+ 00024116  0x00005f98 fetch  0x00000002 , 0x000049e0 
+ 00024117  0x00005f99 branch  0x00005e40 , 0x00000034 
+ 00024118  0x00005f9a store  0x00000002 , 0x000049de 
+ 00024119  0x00005f9b increase  0x00000002 , 0x00000013 
+ 00024120  0x00005f9c fetch  0x00000002 , 0x00004a00 
+ 00024121  0x00005f9d isub  0x00000013 , 0x0000003e 
+ 00024122  0x00005f9e nbranch  0x00005e40 , 0x00000002 
+ 00024123  0x00005f9f copy  0x00000013 , 0x00000012 
+ 00024124  0x00005fa0 branch  0x00005e33 
+ 00024125  0x00005fa3 arg  0x00000002 , 0x00000039 
+ 00024126  0x00005fa4 arg  0x000049e0 , 0x00000011 
+ 00024127  0x00005fa5 branch  0x00006b74 
+ 00024128  0x00005fa8 fetch  0x00000002 , 0x000049e0 
+ 00024129  0x00005faa store  0x00000002 , 0x00004695 
+ 00024130  0x00005fab rtn 
+ 00024131  0x00005faf fetch  0x00000008 , 0x00004713 
+ 00024132  0x00005fb0 bbit0  0x0000000f , 0x00005c8c 
+ 00024133  0x00005fb1 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
+ 00024134  0x00005fb2 copy  0x00000012 , 0x00000013 
+ 00024135  0x00005fb4 call  0x00005e51 
+ 00024136  0x00005fb5 fetch  0x00000001 , 0x000049d4 
+ 00024137  0x00005fb6 branch  0x00005e54 , 0x00000034 
+ 00024138  0x00005fb7 store  0x00000001 , 0x000049d3 
+ 00024139  0x00005fb8 increase  0x00000001 , 0x00000013 
+ 00024140  0x00005fb9 fetch  0x00000002 , 0x000049fc 
+ 00024141  0x00005fba isub  0x00000013 , 0x0000003e 
+ 00024142  0x00005fbb nbranch  0x00005e54 , 0x00000002 
+ 00024143  0x00005fbc copy  0x00000013 , 0x00000012 
+ 00024144  0x00005fbd branch  0x00005e47 
+ 00024145  0x00005fc0 arg  0x00000001 , 0x00000039 
+ 00024146  0x00005fc1 arg  0x000049d4 , 0x00000011 
+ 00024147  0x00005fc2 branch  0x00006b74 
+ 00024148  0x00005fc5 fetch  0x00000001 , 0x000049d3 
+ 00024149  0x00005fc6 copy  0x0000003f , 0x00000002 
+ 00024150  0x00005fc7 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00024151  0x00005fc8 branch  0x00005e5a , 0x00000034 
+ 00024152  0x00005fc9 rshift4  0x0000003f , 0x0000003f 
+ 00024153  0x00005fca branch  0x00005e5b 
+ 00024154  0x00005fcd copy  0x00000002 , 0x0000003f 
+ 00024155  0x00005fcf store  0x00000001 , 0x00004690 
+ 00024156  0x00005fd0 rtn 
+ 00024157  0x00005fd6 bpatch  0x0000008e , 0x00004011 
+ 00024158  0x00005fd7 call  0x0000620e 
+ 00024159  0x00005fd8 call  0x000078aa 
+ 00024160  0x00005fd9 call  0x000056bb 
+ 00024161  0x00005fda call  0x0000580e 
+ 00024162  0x00005fdb call  0x00005e66 
+ 00024163  0x00005fdc call  0x00005eb6 
+ 00024164  0x00005fdd call  0x00005ee7 
+ 00024165  0x00005fde branch  0x0000561c 
+ 00024166  0x00005fe1 fetch  0x00000008 , 0x00004713 
+ 00024167  0x00005fe2 bbit1  0x00000029 , 0x00005e6b 
+ 00024168  0x00005fe3 bbit1  0x00000037 , 0x00005e6b 
+ 00024169  0x00005fe4 rtn 
+ 00024170  0x00005fe7 jam  0x00000003 , 0x00004975 
+ 00024171  0x00005fe9 call  0x00005e6d 
+ 00024172  0x00005fea branch  0x00005e7e 
+ 00024173  0x00005fed bpatch  0x0000008f , 0x00004011 
+ 00024174  0x00005fee fetch  0x00000001 , 0x00004655 
+ 00024175  0x00005fef rtneq  0x000000ff 
+ 00024176  0x00005ff0 arg  0x00000000 , 0x00000011 
+ 00024177  0x00005ff1 jam  0x00000006 , 0x00004977 
+ 00024178  0x00005ff2 fetcht  0x00000001 , 0x00004655 
+ 00024179  0x00005ff3 call  0x00005e81 
+ 00024180  0x00005ff4 store  0x00000001 , 0x00004975 
+ 00024181  0x00005ff5 fetch  0x00000001 , 0x00004654 
+ 00024182  0x00005ff6 beq  0x000000ff , 0x00005e7c 
+ 00024183  0x00005ff7 branch  0x000058df 
+ 00024184  0x00005ffa call  0x00005e6d 
+ 00024185  0x00005ffb copy  0x00000011 , 0x0000003f 
+ 00024186  0x00005ffc bbit1  0x00000006 , 0x00005ea4 
+ 00024187  0x00005ffd branch  0x00005e97 
+ 00024188  0x00006000 fetcht  0x00000001 , 0x00004655 
+ 00024189  0x00006001 call  0x000055b5 
+ 00024190  0x00006003 copy  0x00000011 , 0x0000003f 
+ 00024191  0x00006004 bbit1  0x00000006 , 0x00005ea2 
+ 00024192  0x00006005 branch  0x00005e97 
+ 00024193  0x00006008 fetch  0x00000008 , 0x00004713 
+ 00024194  0x00006009 bbit1  0x0000002d , 0x00005e8d 
+ 00024195  0x0000600a fetch  0x00000001 , 0x00004975 
+ 00024196  0x0000600b copy  0x0000003f , 0x00000013 
+ 00024197  0x0000600c fetch  0x00000001 , 0x00004654 
+ 00024198  0x0000600d beq  0x000000ff , 0x00005931 
+ 00024199  0x0000600e fetch  0x00000001 , 0x0000497b 
+ 00024200  0x0000600f nbranch  0x00005e8a , 0x00000034 
+ 00024201  0x00006010 branch  0x00005e8f 
+ 00024202  0x00006013 jam  0x00000000 , 0x0000497f 
+ 00024203  0x00006014 jam  0x00000000 , 0x00004975 
+ 00024204  0x00006015 rtn 
+ 00024205  0x00006018 fetch  0x00000001 , 0x00004975 
+ 00024206  0x00006019 branch  0x00005925 
+ 00024207  0x0000601c call  0x00006ee6 
+ 00024208  0x0000601d fetcht  0x00000001 , 0x00004654 
+ 00024209  0x0000601e branch  0x00005e8d , 0x00000001 
+ 00024210  0x0000601f fetcht  0x00000001 , 0x00004654 
+ 00024211  0x00006020 call  0x00006ef7 
+ 00024212  0x00006021 fetcht  0x00000001 , 0x00004655 
+ 00024213  0x00006022 fetch  0x00000001 , 0x00004975 
+ 00024214  0x00006023 branch  0x00005925 
+ 00024215  0x00006026 fetch  0x00000001 , 0x0000497f 
+ 00024216  0x00006027 rtneq  0x00000000 
+ 00024217  0x00006028 jam  0x00000000 , 0x0000497f 
+ 00024218  0x00006029 fetch  0x00000008 , 0x00004713 
+ 00024219  0x0000602a rtnbit1  0x00000034 
+ 00024220  0x0000602b fetch  0x00000001 , 0x0000497c 
+ 00024221  0x0000602c sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00024222  0x0000602d ncall  0x00005ec6 , 0x00000002 
+ 00024223  0x0000602e fetch  0x00000001 , 0x000044eb 
+ 00024224  0x0000602f store  0x00000001 , 0x0000497c 
+ 00024225  0x00006030 rtn 
+ 00024226  0x00006033 call  0x00005eae 
+ 00024227  0x00006034 rtn  0x00000028 
+ 00024228  0x00006035 fetch  0x00000001 , 0x0000497f 
+ 00024229  0x00006036 rtneq  0x00000001 
+ 00024230  0x00006037 jam  0x00000001 , 0x0000497f 
+ 00024231  0x00006038 fetch  0x00000008 , 0x00004713 
+ 00024232  0x00006039 bbit1  0x00000034 , 0x00005ba3 
+ 00024233  0x0000603a fetch  0x00000001 , 0x00004845 
+ 00024234  0x0000603b rtn  0x00000034 
+ 00024235  0x0000603c fetch  0x00000001 , 0x0000463c 
+ 00024236  0x0000603d store  0x00000001 , 0x00004845 
+ 00024237  0x0000603e rtn 
+ 00024238  0x00006041 disable  0x00000028 
+ 00024239  0x00006042 fetch  0x00000008 , 0x00004713 
+ 00024240  0x00006043 rtnbit1  0x0000002d 
+ 00024241  0x00006045 fetch  0x00000001 , 0x0000496f 
+ 00024242  0x00006046 rtn  0x00000034 
+ 00024243  0x00006047 fetch  0x00000001 , 0x00004970 
+ 00024244  0x00006048 rtn  0x00000034 
+ 00024245  0x00006049 branch  0x00007dba 
+ 00024246  0x0000604c bpatch  0x00000090 , 0x00004012 
+ 00024247  0x0000604d fetch  0x00000008 , 0x00004713 
+ 00024248  0x0000604e rtnbit0  0x0000002a 
+ 00024249  0x0000604f fetcht  0x00000001 , 0x0000465a 
+ 00024250  0x00006050 call  0x000055b5 
+ 00024251  0x00006052 fetcht  0x00000001 , 0x0000465a 
+ 00024252  0x00006053 call  0x00006ee6 
+ 00024253  0x00006054 branch  0x00005ec2 , 0x00000001 
+ 00024254  0x00006056 fetch  0x00000001 , 0x00004666 
+ 00024255  0x00006057 rtneq  0x00000001 
+ 00024256  0x00006058 jam  0x00000001 , 0x00004666 
+ 00024257  0x00006059 branch  0x00005aaa 
+ 00024258  0x0000605c fetch  0x00000001 , 0x00004666 
+ 00024259  0x0000605d rtneq  0x00000000 
+ 00024260  0x0000605e jam  0x00000000 , 0x00004666 
+ 00024261  0x0000605f branch  0x00006018 
+ 00024262  0x00006062 bpatch  0x00000091 , 0x00004012 
+ 00024263  0x00006063 fetch  0x00000001 , 0x0000471b 
+ 00024264  0x00006064 rtneq  0x00000001 
+ 00024265  0x00006065 call  0x00005ed3 
+ 00024266  0x00006066 storet  0x00000001 , 0x00004666 
+ 00024267  0x00006069 call  0x00005eea 
+ 00024268  0x0000606a call  0x00005aaa 
+ 00024269  0x0000606b call  0x000042d0 
+ 00024270  0x0000606c call  0x00005eec 
+ 00024271  0x0000606d jam  0x00000001 , 0x00004793 
+ 00024272  0x0000606e branch  0x00005ca3 
+ 00024273  0x00006071 call  0x00005eea 
+ 00024274  0x00006072 branch  0x00006ca3 
+ 00024275  0x00006075 fetcht  0x00000001 , 0x00004666 
+ 00024276  0x00006076 increase  0x00000001 , 0x00000002 
+ 00024277  0x00006077 fetch  0x00000008 , 0x00004713 
+ 00024278  0x00006078 bbit1  0x00000011 , 0x00005eda 
+ 00024279  0x00006079 sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00024280  0x0000607a ncall  0x00005ee1 , 0x00000002 
+ 00024281  0x0000607b rtn 
+ 00024282  0x0000607e fetch  0x00000001 , 0x0000471b 
+ 00024283  0x0000607f increase  0xffffffff , 0x0000003f 
+ 00024284  0x00006080 isub  0x00000002 , 0x0000003e 
+ 00024285  0x00006081 ncall  0x00005edf , 0x00000002 
+ 00024286  0x00006082 rtn 
+ 00024287  0x00006085 arg  0x00000000 , 0x00000002 
+ 00024288  0x00006086 rtn 
+ 00024289  0x00006088 arg  0x00000001 , 0x00000002 
+ 00024290  0x00006089 rtn 
+ 00024291  0x0000608c arg  0x00000001 , 0x00000002 
+ 00024292  0x0000608d arg  0x00004666 , 0x00000011 
+ 00024293  0x0000608e arg  0x00000000 , 0x00000012 
+ 00024294  0x0000608f branch  0x00006cd3 
+ 00024295  0x00006092 fetch  0x00000008 , 0x00004713 
+ 00024296  0x00006093 rtnbit0  0x00000034 
+ 00024297  0x00006094 branch  0x00005e6b 
+ 00024298  0x00006097 arg  0x00000000 , 0x00000007 
+ 00024299  0x00006098 branch  0x00005f00 
+ 00024300  0x0000609a arg  0x00000000 , 0x00000007 
+ 00024301  0x0000609b branch  0x00005f04 
+ 00024302  0x0000609d arg  0x00000003 , 0x00000007 
+ 00024303  0x0000609e branch  0x00005f00 
+ 00024304  0x000060a0 arg  0x00000003 , 0x00000007 
+ 00024305  0x000060a1 branch  0x00005f04 
+ 00024306  0x000060a3 arg  0x00000005 , 0x00000007 
+ 00024307  0x000060a4 branch  0x00005f00 
+ 00024308  0x000060a6 arg  0x00000005 , 0x00000007 
+ 00024309  0x000060a7 branch  0x00005f04 
+ 00024310  0x000060aa arg  0x00000015 , 0x00000007 
+ 00024311  0x000060ab branch  0x00005f00 
+ 00024312  0x000060ae arg  0x00000018 , 0x00000007 
+ 00024313  0x000060af branch  0x00005f00 
+ 00024314  0x000060b2 arg  0x0000000e , 0x00000007 
+ 00024315  0x000060b3 branch  0x00005f00 
+ 00024316  0x000060b6 arg  0x0000000c , 0x00000007 
+ 00024317  0x000060b7 branch  0x00005f00 
+ 00024318  0x000060ba arg  0x0000001c , 0x00000007 
+ 00024319  0x000060bb branch  0x00005f00 
+ 00024320  0x000060be fetch  0x00000008 , 0x00004713 
+ 00024321  0x000060bf qset1  0x0000003f 
+ 00024322  0x000060c0 store  0x00000008 , 0x00004713 
+ 00024323  0x000060c1 rtn 
+ 00024324  0x000060c4 fetch  0x00000008 , 0x00004713 
+ 00024325  0x000060c5 qset0  0x0000003f 
+ 00024326  0x000060c6 store  0x00000008 , 0x00004713 
+ 00024327  0x000060c7 rtn 
+ 00024328  0x000060ca setarg  0x00000000 
+ 00024329  0x000060cb store  0x00000008 , 0x0000472a 
+ 00024330  0x000060cc store  0x00000008 , 0x00004733 
+ 00024331  0x000060cd fetch  0x00000001 , 0x00004729 
+ 00024332  0x000060ce beq  0x00000002 , 0x00005f12 
+ 00024333  0x000060cf beq  0x00000003 , 0x00005f14 
+ 00024334  0x000060d0 beq  0x00000004 , 0x00005f19 
+ 00024335  0x000060d1 setarg  0x00070008 
+ 00024336  0x000060d3 store  0x00000008 , 0x0000472b 
+ 00024337  0x000060d4 rtn 
+ 00024338  0x000060d7 setarg  0x00040005 
+ 00024339  0x000060d8 branch  0x00005f10 
+ 00024340  0x000060db setarg  0x00022303 
+ 00024341  0x000060dd store  0x00000008 , 0x0000472a 
+ 00024342  0x000060de setarg  0x00000003 
+ 00024343  0x000060df store  0x00000008 , 0x00004733 
+ 00024344  0x000060e0 rtn 
+ 00024345  0x000060e3 setarg  0x0000cd03 
+ 00024346  0x000060e4 branch  0x00005f15 
+ 00024347  0x000060e8 bpatch  0x00000092 , 0x00004012 
+ 00024348  0x000060e9 fetch  0x00000001 , 0x0000477f 
+ 00024349  0x000060ea increase  0xffffffff , 0x0000003f 
+ 00024350  0x000060eb store  0x00000001 , 0x0000477f 
+ 00024351  0x000060ec fetcht  0x00000001 , 0x00004666 
+ 00024352  0x000060ed sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00024353  0x000060ee ncall  0x00005ed3 , 0x00000005 
+ 00024354  0x000060ef storet  0x00000001 , 0x00004666 
+ 00024355  0x000060f0 call  0x00005ee3 
+ 00024356  0x000060f1 call  0x00005c59 
+ 00024357  0x000060f2 branch  0x000054a0 
+ 00024358  0x000060f7 bpatch  0x00000093 , 0x00004012 
+ 00024359  0x000060f8 fetch  0x00000001 , 0x00004957 
+ 00024360  0x000060f9 rtneq  0x00000003 
+ 00024361  0x000060fa fetch  0x00000008 , 0x00004713 
+ 00024362  0x000060fb rtnbit0  0x00000038 
+ 00024363  0x000060fc fetch  0x00000004 , 0x00004847 
+ 00024364  0x000060fd rtn  0x00000034 
+ 00024365  0x000060fe call  0x00005fcd 
+ 00024366  0x000060ff setarg  0x00000003 
+ 00024367  0x00006100 call  0x00005fc3 
+ 00024368  0x00006101 call  0x00005fbf , 0x00000034 
+ 00024369  0x00006102 ncall  0x00005fc1 , 0x00000034 
+ 00024370  0x00006103 setarg  0x00000002 
+ 00024371  0x00006104 call  0x00005fc8 
+ 00024372  0x00006105 call  0x00005fbf , 0x00000034 
+ 00024373  0x00006106 fetch  0x00000001 , 0x00004861 
+ 00024374  0x00006107 beq  0x00000001 , 0x00005f3c 
+ 00024375  0x00006109 fetch  0x00000008 , 0x00004713 
+ 00024376  0x0000610a rtnbit0  0x00000038 
+ 00024377  0x0000610b arg  0x00000005 , 0x00000039 
+ 00024378  0x0000610c arg  0x00004861 , 0x00000005 
+ 00024379  0x0000610d branch  0x00007ca1 
+ 00024380  0x00006110 call  0x00005f50 
+ 00024381  0x00006111 fetch  0x00000002 , 0x00004862 
+ 00024382  0x00006112 store  0x00000002 , 0x0000070b 
+ 00024383  0x00006113 fetch  0x00000002 , 0x00004847 
+ 00024384  0x00006114 store  0x00000002 , 0x0000070d 
+ 00024385  0x00006115 call  0x00005f89 
+ 00024386  0x00006116 fetch  0x00000002 , 0x0000070b 
+ 00024387  0x00006117 store  0x00000002 , 0x00004862 
+ 00024388  0x00006118 fetch  0x00000002 , 0x0000070d 
+ 00024389  0x00006119 store  0x00000002 , 0x00004847 
+ 00024390  0x0000611b fetch  0x00000002 , 0x00004864 
+ 00024391  0x0000611c store  0x00000002 , 0x0000070b 
+ 00024392  0x0000611d fetch  0x00000002 , 0x00004849 
+ 00024393  0x0000611e store  0x00000002 , 0x0000070d 
+ 00024394  0x0000611f call  0x00005f91 
+ 00024395  0x00006120 fetch  0x00000002 , 0x0000070b 
+ 00024396  0x00006121 store  0x00000002 , 0x00004864 
+ 00024397  0x00006122 fetch  0x00000002 , 0x0000070d 
+ 00024398  0x00006123 store  0x00000002 , 0x00004849 
+ 00024399  0x00006124 rtn 
+ 00024400  0x00006127 fetch  0x00000008 , 0x00004713 
+ 00024401  0x00006128 rtnbit0  0x00000039 
+ 00024402  0x00006129 bpatch  0x00000094 , 0x00004012 
+ 00024403  0x0000612a fetch  0x00000002 , 0x00004862 
+ 00024404  0x0000612b store  0x00000002 , 0x00000712 
+ 00024405  0x0000612c call  0x00005f64 
+ 00024406  0x0000612d store  0x00000002 , 0x00004862 
+ 00024407  0x0000612e fetch  0x00000002 , 0x00004847 
+ 00024408  0x0000612f store  0x00000002 , 0x00000712 
+ 00024409  0x00006130 call  0x00005f72 
+ 00024410  0x00006131 store  0x00000002 , 0x00004847 
+ 00024411  0x00006132 fetch  0x00000002 , 0x00004864 
+ 00024412  0x00006133 store  0x00000002 , 0x00000712 
+ 00024413  0x00006134 call  0x00005f64 
+ 00024414  0x00006135 store  0x00000002 , 0x00004864 
+ 00024415  0x00006136 fetch  0x00000002 , 0x00004849 
+ 00024416  0x00006137 store  0x00000002 , 0x00000712 
+ 00024417  0x00006138 call  0x00005f72 
+ 00024418  0x00006139 store  0x00000002 , 0x00004849 
+ 00024419  0x0000613a rtn 
+ 00024420  0x0000613d fetch  0x00000001 , 0x00000713 
+ 00024421  0x0000613e branch  0x00005f67 , 0x00000034 
+ 00024422  0x0000613f branch  0x00005f6c 
+ 00024423  0x00006142 fetch  0x00000001 , 0x00000712 
+ 00024424  0x00006143 call  0x00005f7f 
+ 00024425  0x00006144 store  0x00000001 , 0x00000712 
+ 00024426  0x00006146 fetch  0x00000002 , 0x00000712 
+ 00024427  0x00006147 rtn 
+ 00024428  0x00006149 fetch  0x00000001 , 0x00000712 
+ 00024429  0x0000614a call  0x00005fbb 
+ 00024430  0x0000614b call  0x00005f7f 
+ 00024431  0x0000614c call  0x00007dc8 , 0x00000034 
+ 00024432  0x0000614d call  0x00005fb7 
+ 00024433  0x0000614e branch  0x00005f6a 
+ 00024434  0x00006151 fetch  0x00000001 , 0x00000713 
+ 00024435  0x00006152 branch  0x00005f75 , 0x00000034 
+ 00024436  0x00006153 branch  0x00005f79 
+ 00024437  0x00006155 fetch  0x00000001 , 0x00000712 
+ 00024438  0x00006156 call  0x00005f84 
+ 00024439  0x00006157 store  0x00000001 , 0x00000712 
+ 00024440  0x00006158 branch  0x00005f6a 
+ 00024441  0x0000615a fetch  0x00000001 , 0x00000712 
+ 00024442  0x0000615b call  0x00005fbb 
+ 00024443  0x0000615c call  0x00005f84 
+ 00024444  0x0000615d call  0x00007dc8 , 0x00000034 
+ 00024445  0x0000615e call  0x00005fb7 
+ 00024446  0x0000615f branch  0x00005f6a 
+ 00024447  0x00006162 mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00024448  0x00006163 div  0x0000003f , 0x00000005 
+ 00024449  0x00006164 call  0x00007d62 
+ 00024450  0x00006165 quotient  0x0000003f 
+ 00024451  0x00006166 rtn 
+ 00024452  0x00006168 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00024453  0x00006169 div  0x0000003f , 0x0000000a 
+ 00024454  0x0000616a call  0x00007d62 
+ 00024455  0x0000616b quotient  0x0000003f 
+ 00024456  0x0000616c rtn 
+ 00024457  0x0000616f fetch  0x00000002 , 0x0000070b 
+ 00024458  0x00006170 fetcht  0x00000002 , 0x0000070d 
+ 00024459  0x00006171 iadd  0x00000002 , 0x0000003f 
+ 00024460  0x00006172 fetcht  0x00000001 , 0x00004866 
+ 00024461  0x00006173 iadd  0x00000002 , 0x0000003f 
+ 00024462  0x00006174 and  0x0000003f , 0x00000001 , 0x00000002 
+ 00024463  0x00006175 storet  0x00000001 , 0x00004866 
+ 00024464  0x00006176 branch  0x00005f99 
+ 00024465  0x00006179 fetch  0x00000002 , 0x0000070b 
+ 00024466  0x0000617a fetcht  0x00000002 , 0x0000070d 
+ 00024467  0x0000617b iadd  0x00000002 , 0x0000003f 
+ 00024468  0x0000617c fetcht  0x00000001 , 0x00004867 
+ 00024469  0x0000617d iadd  0x00000002 , 0x0000003f 
+ 00024470  0x0000617e and  0x0000003f , 0x00000001 , 0x00000002 
+ 00024471  0x0000617f storet  0x00000001 , 0x00004867 
+ 00024472  0x00006180 branch  0x00005f99 
+ 00024473  0x00006183 store  0x00000003 , 0x0000070f 
+ 00024474  0x00006184 isolate1  0x00000010 , 0x0000003f 
+ 00024475  0x00006185 branch  0x00005fa3 , 0x00000001 
+ 00024476  0x00006186 fetch  0x00000001 , 0x00000710 
+ 00024477  0x00006187 beq  0x000000ff , 0x00005faa 
+ 00024478  0x00006188 fetch  0x00000001 , 0x0000070f 
+ 00024479  0x0000618a rshift  0x0000003f , 0x0000003f 
+ 00024480  0x0000618b store  0x00000002 , 0x0000070b 
+ 00024481  0x0000618c store  0x00000002 , 0x0000070d 
+ 00024482  0x0000618d rtn 
+ 00024483  0x0000618f fetch  0x00000001 , 0x00000710 
+ 00024484  0x00006190 beq  0x00000000 , 0x00005fa7 
+ 00024485  0x00006191 fetch  0x00000003 , 0x0000070f 
+ 00024486  0x00006192 branch  0x00005f9f 
+ 00024487  0x00006194 jam  0x00000000 , 0x00000711 
+ 00024488  0x00006195 fetch  0x00000001 , 0x0000070f 
+ 00024489  0x00006196 branch  0x00005f9f 
+ 00024490  0x00006199 fetch  0x00000001 , 0x0000070f 
+ 00024491  0x0000619a call  0x00005fb5 
+ 00024492  0x0000619b store  0x00000001 , 0x0000070b 
+ 00024493  0x0000619c store  0x00000001 , 0x0000070d 
+ 00024494  0x0000619d branch  0x00005fb3 , 0x00000034 
+ 00024495  0x0000619e setarg  0x000000ff 
+ 00024496  0x000061a0 store  0x00000001 , 0x0000070c 
+ 00024497  0x000061a1 store  0x00000001 , 0x0000070e 
+ 00024498  0x000061a2 rtn 
+ 00024499  0x000061a4 setarg  0x00000000 
+ 00024500  0x000061a5 branch  0x00005fb0 
+ 00024501  0x000061a8 call  0x00005fbb 
+ 00024502  0x000061a9 rshift  0x0000003f , 0x0000003f 
+ 00024503  0x000061ab call  0x00005fbc 
+ 00024504  0x000061ac sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024505  0x000061ad store  0x00000001 , 0x00000712 
+ 00024506  0x000061ae rtn 
+ 00024507  0x000061b1 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024508  0x000061b3 store  0x00000001 , 0x00000684 
+ 00024509  0x000061b4 fetch  0x00000001 , 0x00000684 
+ 00024510  0x000061b5 rtn 
+ 00024511  0x000061b8 jam  0x00000000 , 0x00004861 
+ 00024512  0x000061b9 rtn 
+ 00024513  0x000061bb jam  0x00000001 , 0x00004861 
+ 00024514  0x000061bc rtn 
+ 00024515  0x000061c0 isub  0x00000011 , 0x0000003e 
+ 00024516  0x000061c1 nbranch  0x00007dc8 , 0x00000002 
+ 00024517  0x000061c2 isub  0x00000012 , 0x0000003e 
+ 00024518  0x000061c3 nbranch  0x00007dc8 , 0x00000002 
+ 00024519  0x000061c4 branch  0x00007dca 
+ 00024520  0x000061c6 isub  0x00000011 , 0x0000003e 
+ 00024521  0x000061c7 nrtn  0x00000002 
+ 00024522  0x000061c8 isub  0x00000012 , 0x0000003e 
+ 00024523  0x000061c9 nrtn  0x00000002 
+ 00024524  0x000061ca branch  0x00007dca 
+ 00024525  0x000061cd fetch  0x00000002 , 0x00004847 
+ 00024526  0x000061ce call  0x00005fd4 
+ 00024527  0x000061cf copy  0x0000003f , 0x00000011 
+ 00024528  0x000061d0 fetch  0x00000002 , 0x00004849 
+ 00024529  0x000061d1 call  0x00005fd4 
+ 00024530  0x000061d2 copy  0x0000003f , 0x00000012 
+ 00024531  0x000061d3 rtn 
+ 00024532  0x000061d6 store  0x00000002 , 0x0000070d 
+ 00024533  0x000061d7 fetch  0x00000001 , 0x0000070e 
+ 00024534  0x000061d8 beq  0x000000ff , 0x00005fda 
+ 00024535  0x000061d9 fetch  0x00000001 , 0x0000070d 
+ 00024536  0x000061db and_into  0x000000ff , 0x0000003f 
+ 00024537  0x000061dd rtn 
+ 00024538  0x000061df fetch  0x00000002 , 0x0000070d 
+ 00024539  0x000061e0 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024540  0x000061e1 branch  0x00005fd8 
+ 00024541  0x000061e4 arg  0x0000461f , 0x00000013 
+ 00024542  0x000061e5 arg  0x00005fe0 , 0x00000012 
+ 00024543  0x000061e6 branch  0x000042e0 
+ 00024544  0x000061e8 fetch  0x00000004 , 0x00004613 
+ 00024545  0x000061e9 store  0x00000004 , 0x000045af 
+ 00024546  0x000061ea jam  0x00000001 , 0x0000477d 
+ 00024547  0x000061eb rtn 
+ 00024548  0x000061ef fetch  0x00000001 , 0x00004740 
+ 00024549  0x000061f0 beq  0x00000000 , 0x00005fec 
+ 00024550  0x000061f1 beq  0x00000001 , 0x00005fee 
+ 00024551  0x000061f2 beq  0x00000002 , 0x00005fe9 
+ 00024552  0x000061f3 beq  0x00000003 , 0x00005ff0 
+ 00024553  0x000061f5 setarg  0x000ea600 
+ 00024554  0x000061f7 store  0x00000004 , 0x00004613 
+ 00024555  0x000061f8 rtn 
+ 00024556  0x000061fa setarg  0x0005e740 
+ 00024557  0x000061fb branch  0x00005fea 
+ 00024558  0x000061fd setarg  0x000927c0 
+ 00024559  0x000061fe branch  0x00005fea 
+ 00024560  0x00006200 setarg  0x00124f80 
+ 00024561  0x00006201 branch  0x00005fea 
+ 00024562  0x00006204 bpatch  0x00000095 , 0x00004012 
+ 00024563  0x00006205 jam  0x00000000 , 0x00004600 
+ 00024564  0x00006206 call  0x00003647 
+ 00024565  0x00006207 setarg  0xffffffff 
+ 00024566  0x00006208 store  0x00000004 , 0x000045af 
+ 00024567  0x00006209 setarg  0x00000000 
+ 00024568  0x0000620a store  0x00000007 , 0x00004846 
+ 00024569  0x0000620b jam  0x00000001 , 0x0000473f 
+ 00024570  0x0000620c call  0x000059ed 
+ 00024571  0x0000620d call  0x000054dc 
+ 00024572  0x0000620e branch  0x0000622b 
+ 00024573  0x00006211 fetch  0x00000001 , 0x0000473f 
+ 00024574  0x00006212 ncall  0x00006001 , 0x00000034 
+ 00024575  0x00006213 jam  0x00000000 , 0x0000473f 
+ 00024576  0x00006214 rtn 
+ 00024577  0x00006217 call  0x0000594c 
+ 00024578  0x00006218 fetch  0x00000008 , 0x00004713 
+ 00024579  0x00006219 rtnbit0  0x0000003c 
+ 00024580  0x0000621b fetch  0x00000001 , 0x0000464a 
+ 00024581  0x0000621c arg  0x00000040 , 0x00000002 
+ 00024582  0x0000621d call  0x00006f21 
+ 00024583  0x0000621e fetch  0x00000001 , 0x0000464b 
+ 00024584  0x0000621f arg  0x00000040 , 0x00000002 
+ 00024585  0x00006220 branch  0x00006f21 
+ 00024586  0x00006223 call  0x0000600e 
+ 00024587  0x00006224 fetch  0x00000001 , 0x0000473f 
+ 00024588  0x00006225 nbranch  0x00006235 , 0x00000034 
+ 00024589  0x00006226 branch  0x00003610 
+ 00024590  0x00006229 fetch  0x00000004 , 0x000045e8 
+ 00024591  0x0000622a fetcht  0x00000004 , 0x000045e4 
+ 00024592  0x0000622b isub  0x00000002 , 0x0000003e 
+ 00024593  0x0000622c branch  0x00006013 , 0x00000005 
+ 00024594  0x0000622d branch  0x00006016 
+ 00024595  0x00006230 jam  0x00000000 , 0x00004143 
+ 00024596  0x00006231 jam  0x000000aa , 0x00004141 
+ 00024597  0x00006232 rtn 
+ 00024598  0x00006234 jam  0x000000ff , 0x00004143 
+ 00024599  0x00006235 rtn 
+ 00024600  0x00006238 set0  0x00000026 , 0x00000000 
+ 00024601  0x00006239 jam  0x00000000 , 0x000045fc 
+ 00024602  0x0000623a arg  0x00000001 , 0x00000007 
+ 00024603  0x0000623b branch  0x00005f04 
+ 00024604  0x0000623e fetch  0x00000008 , 0x00004713 
+ 00024605  0x0000623f bbit0  0x00000011 , 0x0000602a 
+ 00024606  0x00006240 call  0x00006195 
+ 00024607  0x00006241 call  0x000054ac 
+ 00024608  0x00006242 branch  0x00006067 , 0x00000028 
+ 00024609  0x00006243 fetch  0x00000008 , 0x00004713 
+ 00024610  0x00006244 bbit1  0x00000030 , 0x0000602f 
+ 00024611  0x00006245 bbit0  0x00000031 , 0x0000602f 
+ 00024612  0x00006246 call  0x00005883 
+ 00024613  0x00006247 and  0x00000011 , 0x00000007 , 0x0000003f 
+ 00024614  0x00006248 fetcht  0x00000001 , 0x00004728 
+ 00024615  0x00006249 isub  0x00000002 , 0x0000003e 
+ 00024616  0x0000624a branch  0x00006047 , 0x00000005 
+ 00024617  0x0000624b branch  0x0000602f 
+ 00024618  0x0000624e fetch  0x00000001 , 0x0000477f 
+ 00024619  0x0000624f nbranch  0x00005f1b , 0x00000034 
+ 00024620  0x00006250 rtn 
+ 00024621  0x00006253 call  0x000054ac 
+ 00024622  0x00006254 branch  0x00006038 , 0x00000028 
+ 00024623  0x00006256 jam  0x00000000 , 0x00004666 
+ 00024624  0x00006257 fetch  0x00000002 , 0x00004721 
+ 00024625  0x00006258 store  0x00000002 , 0x000045de 
+ 00024626  0x00006259 jam  0x00000002 , 0x000045e2 
+ 00024627  0x0000625a branch  0x00003534 
+ 00024628  0x0000625d fetch  0x00000002 , 0x000045d6 
+ 00024629  0x0000625e store  0x00000002 , 0x000045de 
+ 00024630  0x0000625f jam  0x00000004 , 0x000045e2 
+ 00024631  0x00006260 branch  0x00003534 
+ 00024632  0x00006263 fetch  0x00000001 , 0x00004666 
+ 00024633  0x00006264 beq  0x00000000 , 0x00006067 
+ 00024634  0x00006265 call  0x00005aa8 
+ 00024635  0x00006267 call  0x00006018 
+ 00024636  0x00006268 jam  0x00000001 , 0x00004666 
+ 00024637  0x00006269 call  0x00005c6f 
+ 00024638  0x0000626a branch  0x000054a0 
+ 00024639  0x0000626d call  0x000054ac 
+ 00024640  0x0000626e branch  0x000054cd , 0x00000028 
+ 00024641  0x0000626f branch  0x00005c1a 
+ 00024642  0x00006272 call  0x000054ac 
+ 00024643  0x00006273 rtn  0x00000028 
+ 00024644  0x00006274 fetch  0x00000008 , 0x00004713 
+ 00024645  0x00006275 bbit1  0x0000003e , 0x00005ca3 
+ 00024646  0x00006276 rtn 
+ 00024647  0x00006279 call  0x00006195 
+ 00024648  0x0000627a jam  0x00000000 , 0x000045e2 
+ 00024649  0x0000627b arg  0x00000001 , 0x00000007 
+ 00024650  0x0000627c call  0x00005f00 
+ 00024651  0x0000627d setarg  0x00000000 
+ 00024652  0x0000627e store  0x00000002 , 0x000045de 
+ 00024653  0x0000627f call  0x00005c39 
+ 00024654  0x00006281 jam  0x00000001 , 0x00004589 
+ 00024655  0x00006282 fetch  0x00000008 , 0x00004713 
+ 00024656  0x00006283 bbit0  0x00000016 , 0x00003291 
+ 00024657  0x00006284 jam  0x00000002 , 0x00004589 
+ 00024658  0x00006285 branch  0x00003291 
+ 00024659  0x00006288 fetch  0x00000001 , 0x00004600 
+ 00024660  0x00006289 nbranch  0x00005ff2 , 0x00000034 
+ 00024661  0x0000628a fetch  0x00000001 , 0x000045e2 
+ 00024662  0x0000628b beq  0x00000002 , 0x0000605f 
+ 00024663  0x0000628c beq  0x00000004 , 0x0000606b 
+ 00024664  0x0000628d beq  0x00000003 , 0x00006070 
+ 00024665  0x0000628f call  0x00006018 
+ 00024666  0x00006290 fetch  0x00000001 , 0x0000477f 
+ 00024667  0x00006291 nbranch  0x00005f1b , 0x00000034 
+ 00024668  0x00006292 fetch  0x00000001 , 0x00004666 
+ 00024669  0x00006293 beq  0x00000000 , 0x000054cd 
+ 00024670  0x00006294 rtn 
+ 00024671  0x00006297 fetch  0x00000008 , 0x00004713 
+ 00024672  0x00006298 bbit1  0x0000003e , 0x00006034 
+ 00024673  0x00006299 bbit1  0x00000030 , 0x00006034 
+ 00024674  0x0000629a bbit0  0x0000003a , 0x00006067 
+ 00024675  0x0000629b fetch  0x00000004 , 0x00004691 
+ 00024676  0x0000629c fetcht  0x00000004 , 0x000046e6 
+ 00024677  0x0000629d isub  0x00000002 , 0x0000003e 
+ 00024678  0x0000629e branch  0x00006047 , 0x00000005 
+ 00024679  0x000062a0 fetch  0x00000002 , 0x000045dc 
+ 00024680  0x000062a1 store  0x00000002 , 0x000045de 
+ 00024681  0x000062a2 jam  0x00000003 , 0x000045e2 
+ 00024682  0x000062a3 branch  0x00003534 
+ 00024683  0x000062a6 fetch  0x00000008 , 0x00004713 
+ 00024684  0x000062a7 bbit0  0x0000003e , 0x00006059 
+ 00024685  0x000062a8 fetch  0x00000001 , 0x0000471b 
+ 00024686  0x000062a9 beq  0x00000001 , 0x00006059 
+ 00024687  0x000062aa branch  0x0000603b 
+ 00024688  0x000062ad fetch  0x00000008 , 0x00004713 
+ 00024689  0x000062ae bbit0  0x0000003e , 0x00006059 
+ 00024690  0x000062af bbit1  0x00000013 , 0x00006059 
+ 00024691  0x000062b0 bbit1  0x00000012 , 0x00006059 
+ 00024692  0x000062b1 branch  0x00006035 
+ 00024693  0x000062b4 fetch  0x00000004 , 0x0000458f 
+ 00024694  0x000062b5 store  0x00000004 , 0x000045e8 
+ 00024695  0x000062b6 store  0x00000004 , 0x00004691 
+ 00024696  0x000062b7 call  0x0000355a 
+ 00024697  0x000062b8 call  0x00005c0b 
+ 00024698  0x000062b9 call  0x0000618e 
+ 00024699  0x000062ba call  0x00005a73 
+ 00024700  0x000062bb jam  0x00000000 , 0x0000477d 
+ 00024701  0x000062bc jam  0x00000000 , 0x000045fc 
+ 00024702  0x000062bd jam  0x00000000 , 0x000045e2 
+ 00024703  0x000062be fetch  0x00000004 , 0x000045e8 
+ 00024704  0x000062bf fetch  0x00000004 , 0x000045e4 
+ 00024705  0x000062c0 isub  0x00000002 , 0x0000003e 
+ 00024706  0x000062c1 rtn  0x00000005 
+ 00024707  0x000062c2 branch  0x00006042 
+ 00024708  0x000062c5 call  0x00005a73 
+ 00024709  0x000062c6 call  0x00005a84 
+ 00024710  0x000062c8 call  0x0000618e 
+ 00024711  0x000062c9 call  0x00005c0b 
+ 00024712  0x000062ca arg  0x00000001 , 0x00000007 
+ 00024713  0x000062cb call  0x00005f04 
+ 00024714  0x000062cc setarg  0x00000000 
+ 00024715  0x000062cd store  0x00000002 , 0x000045d8 
+ 00024716  0x000062ce store  0x00000002 , 0x000045de 
+ 00024717  0x000062cf store  0x00000001 , 0x000045fc 
+ 00024718  0x000062d0 store  0x00000001 , 0x00004860 
+ 00024719  0x000062d1 store  0x00000001 , 0x000045e2 
+ 00024720  0x000062d4 fetch  0x00000004 , 0x0000458f 
+ 00024721  0x000062d5 store  0x00000004 , 0x000045e8 
+ 00024722  0x000062d6 store  0x00000004 , 0x00004691 
+ 00024723  0x000062d7 branch  0x00005ca3 
+ 00024724  0x000062da call  0x00007de2 
+ 00024725  0x000062db branch  0x000023fd 
+ 00024726  0x000062de bpatch  0x00000096 , 0x00004012 
+ 00024727  0x000062df rtnmark0  0x00000026 
+ 00024728  0x000062e0 call  0x00005601 
+ 00024729  0x000062e1 nrtn  0x00000028 
+ 00024730  0x000062e2 fetch  0x00000001 , 0x0000477c 
+ 00024731  0x000062e3 jam  0x00000000 , 0x0000477c 
+ 00024732  0x000062e4 ncall  0x00006094 , 0x00000034 
+ 00024733  0x000062e6 fetch  0x00000008 , 0x00004713 
+ 00024734  0x000062e7 bbit0  0x00000016 , 0x000060a1 
+ 00024735  0x000062e8 fetch  0x00000001 , 0x0000496c 
+ 00024736  0x000062e9 nbranch  0x000060b6 , 0x00000034 
+ 00024737  0x000062eb call  0x00005a74 
+ 00024738  0x000062ec fetch  0x00000001 , 0x00004589 
+ 00024739  0x000062ed bbit1  0x00000001 , 0x000060b0 
+ 00024740  0x000062ee fetcht  0x00000001 , 0x0000451a 
+ 00024741  0x000062ef fetch  0x00000001 , 0x00004846 
+ 00024742  0x000062f0 ior  0x00000002 , 0x0000003f 
+ 00024743  0x000062f1 store  0x00000001 , 0x00004846 
+ 00024744  0x000062f2 fetcht  0x00000001 , 0x0000451f 
+ 00024745  0x000062f3 fetch  0x00000001 , 0x0000484b 
+ 00024746  0x000062f4 iadd  0x00000002 , 0x0000003f 
+ 00024747  0x000062f5 store  0x00000001 , 0x0000484b 
+ 00024748  0x000062f6 fetcht  0x00000001 , 0x00004520 
+ 00024749  0x000062f7 fetch  0x00000001 , 0x0000484c 
+ 00024750  0x000062f8 iadd  0x00000002 , 0x0000003f 
+ 00024751  0x000062f9 store  0x00000001 , 0x0000484c 
+ 00024752  0x000062fb jam  0x00000001 , 0x00004589 
+ 00024753  0x000062fc arg  0x00000007 , 0x00000011 
+ 00024754  0x000062fd arg  0x00004846 , 0x00000012 
+ 00024755  0x000062fe fetch  0x00000002 , 0x0000484b 
+ 00024756  0x000062ff rtn  0x00000034 
+ 00024757  0x00006300 branch  0x000036db 
+ 00024758  0x00006303 jam  0x00000002 , 0x00004589 
+ 00024759  0x00006304 arg  0x00000009 , 0x00000011 
+ 00024760  0x00006305 fetch  0x00000001 , 0x0000496d 
+ 00024761  0x00006306 nbranch  0x000060bc , 0x00000034 
+ 00024762  0x00006307 arg  0x00004733 , 0x00000012 
+ 00024763  0x00006308 rtn 
+ 00024764  0x0000630a arg  0x0000472a , 0x00000012 
+ 00024765  0x0000630b rtn 
+ 00024766  0x00006311 setarg  0x00000000 
+ 00024767  0x00006312 store  0x00000003 , 0x000046f8 
+ 00024768  0x00006313 rtn 
+ 00024769  0x00006316 fetch  0x00000008 , 0x00004713 
+ 00024770  0x00006317 rtnbit0  0x0000000e 
+ 00024771  0x00006318 fetch  0x00000001 , 0x0000477d 
+ 00024772  0x00006319 rtn  0x00000034 
+ 00024773  0x0000631a fetch  0x00000001 , 0x00004602 
+ 00024774  0x0000631b rtn  0x00000034 
+ 00024775  0x0000631c fetch  0x00000001 , 0x000046f5 
+ 00024776  0x0000631d increase  0x00000001 , 0x0000003f 
+ 00024777  0x0000631e and_into  0x00000003 , 0x0000003f 
+ 00024778  0x0000631f store  0x00000001 , 0x000046f5 
+ 00024779  0x00006320 nrtn  0x00000034 
+ 00024780  0x00006321 jam  0x00000000 , 0x000046f6 
+ 00024781  0x00006323 bpatch  0x00000097 , 0x00004012 
+ 00024782  0x00006324 fetch  0x00000001 , 0x000046f6 
+ 00024783  0x00006325 increase  0x00000001 , 0x0000003f 
+ 00024784  0x00006326 store  0x00000001 , 0x000046f6 
+ 00024785  0x00006327 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00024786  0x00006328 nbranch  0x000060d9 , 0x00000002 
+ 00024787  0x00006329 call  0x0000357f 
+ 00024788  0x0000632a call  0x00003651 
+ 00024789  0x0000632b nbranch  0x000060df , 0x00000018 
+ 00024790  0x0000632c nbranch  0x000060df , 0x0000002f 
+ 00024791  0x0000632d call  0x000060f2 
+ 00024792  0x0000632e call  0x000060e9 
+ 00024793  0x00006330 call  0x0000357b 
+ 00024794  0x00006331 fetch  0x00000001 , 0x000046f7 
+ 00024795  0x00006332 increase  0x00000001 , 0x0000003f 
+ 00024796  0x00006333 store  0x00000001 , 0x000046f7 
+ 00024797  0x00006334 beq  0x00000010 , 0x000060e1 
+ 00024798  0x00006335 rtn 
+ 00024799  0x00006338 call  0x00003222 
+ 00024800  0x00006339 branch  0x000060cd 
+ 00024801  0x0000633c jam  0x00000000 , 0x000046f7 
+ 00024802  0x0000633d fetch  0x00000001 , 0x000046f8 
+ 00024803  0x0000633e rtnbit1  0x00000000 
+ 00024804  0x0000633f set1  0x00000000 , 0x0000003f 
+ 00024805  0x00006340 store  0x00000001 , 0x000046f8 
+ 00024806  0x00006341 fetch  0x00000002 , 0x00004723 
+ 00024807  0x00006342 store  0x00000002 , 0x00004781 
+ 00024808  0x00006343 branch  0x000059ed 
+ 00024809  0x00006346 fetch  0x00000001 , 0x00004602 
+ 00024810  0x00006347 branch  0x000060be , 0x00000034 
+ 00024811  0x00006348 jam  0x00000000 , 0x000046f7 
+ 00024812  0x00006349 fetch  0x00000001 , 0x000046f8 
+ 00024813  0x0000634a rtnbit0  0x00000000 
+ 00024814  0x0000634b set0  0x00000000 , 0x0000003f 
+ 00024815  0x0000634c store  0x00000001 , 0x000046f8 
+ 00024816  0x0000634d call  0x00005c0b 
+ 00024817  0x0000634e branch  0x0000594c 
+ 00024818  0x00006351 call  0x0000366e 
+ 00024819  0x00006352 fetch  0x00000001 , 0x000044f8 
+ 00024820  0x00006353 compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00024821  0x00006354 nrtn  0x00000001 
+ 00024822  0x00006355 fetch  0x00000001 , 0x000044f9 
+ 00024823  0x00006356 beq  0x000000ff , 0x00005ff2 
+ 00024824  0x00006357 rtn 
+ 00024825  0x0000635d fetch  0x00000001 , 0x00004793 
+ 00024826  0x0000635e nrtn  0x00000034 
+ 00024827  0x0000635f call  0x00005e78 
+ 00024828  0x00006360 call  0x000060fe 
+ 00024829  0x00006361 branch  0x00003662 
+ 00024830  0x00006364 arg  0x0000000c , 0x00000007 
+ 00024831  0x00006365 call  0x00007cef 
+ 00024832  0x00006366 nrtn  0x00000034 
+ 00024833  0x00006367 call  0x00006106 
+ 00024834  0x00006369 call  0x0000572c 
+ 00024835  0x0000636b arg  0x0000000c , 0x00000007 
+ 00024836  0x0000636c setarg  0x000000a0 
+ 00024837  0x0000636d branch  0x00007ce1 
+ 00024838  0x00006370 fetch  0x00000008 , 0x00004713 
+ 00024839  0x00006371 rtnbit0  0x00000028 
+ 00024840  0x00006373 branch  0x000056bb 
+ 00024841  0x00006377 fetch  0x00000001 , 0x00004666 
+ 00024842  0x00006378 bne  0x00000000 , 0x00002421 
+ 00024843  0x00006379 fetch  0x00000001 , 0x000045ca 
+ 00024844  0x0000637a rtn  0x00000034 
+ 00024845  0x0000637c jam  0x00000002 , 0x00008042 
+ 00024846  0x0000637d jam  0x000000f8 , 0x00008130 
+ 00024847  0x0000637e rtn 
+ 00024848  0x00006384 fetch  0x00000001 , 0x0000465c 
+ 00024849  0x00006385 rtneq  0x000000ff 
+ 00024850  0x00006386 fetch  0x00000002 , 0x00004781 
+ 00024851  0x00006387 rtn  0x00000034 
+ 00024852  0x00006388 fetch  0x00000002 , 0x00004725 
+ 00024853  0x00006389 fetcht  0x00000002 , 0x00004781 
+ 00024854  0x0000638a isub  0x00000002 , 0x00000002 
+ 00024855  0x0000638b fetch  0x00000002 , 0x0000470f 
+ 00024856  0x0000638c isub  0x00000002 , 0x0000003f 
+ 00024857  0x0000638d branch  0x0000611c , 0x00000002 
+ 00024858  0x0000638f fetcht  0x00000001 , 0x0000465c 
+ 00024859  0x00006390 branch  0x000061e5 
+ 00024860  0x00006392 fetcht  0x00000001 , 0x0000465c 
+ 00024861  0x00006393 branch  0x000061e4 
+ 00024862  0x0000639b arg  0x00004711 , 0x00000013 
+ 00024863  0x0000639c arg  0x00006121 , 0x00000012 
+ 00024864  0x0000639d branch  0x000042e0 
+ 00024865  0x000063a0 bpatch  0x00000098 , 0x00004013 
+ 00024866  0x000063a1 fetch  0x00000001 , 0x00004957 
+ 00024867  0x000063a2 beq  0x00000003 , 0x00006131 
+ 00024868  0x000063a3 beq  0x0000000b , 0x00006131 
+ 00024869  0x000063a4 fetcht  0x00000001 , 0x00004690 
+ 00024870  0x000063a5 increase  0x00000002 , 0x00000002 
+ 00024871  0x000063a7 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00024872  0x000063a8 call  0x00006134 , 0x00000002 
+ 00024873  0x000063a9 ncall  0x00006138 , 0x00000002 
+ 00024874  0x000063aa copy  0x00000002 , 0x0000003f 
+ 00024875  0x000063ab iadd  0x0000003f , 0x0000003f 
+ 00024876  0x000063ac store  0x00000001 , 0x0000470c 
+ 00024877  0x000063ae jam  0x00000004 , 0x000046fe 
+ 00024878  0x000063af call  0x00006185 
+ 00024879  0x000063b0 jam  0x00000001 , 0x000046fc 
+ 00024880  0x000063b1 branch  0x00006192 
+ 00024881  0x000063b4 fetcht  0x00000001 , 0x00004690 
+ 00024882  0x000063b5 increase  0x00000001 , 0x00000002 
+ 00024883  0x000063b6 branch  0x00006127 
+ 00024884  0x000063b9 fetch  0x00000008 , 0x00004713 
+ 00024885  0x000063ba rtnbit0  0x0000001c 
+ 00024886  0x000063bb increase  0x00000001 , 0x00000002 
+ 00024887  0x000063bc rtn 
+ 00024888  0x000063be increase  0xfffffffd , 0x00000002 
+ 00024889  0x000063bf rtn 
+ 00024890  0x000063c3 fetch  0x00000001 , 0x00004661 
+ 00024891  0x000063c4 rtneq  0x000000ff 
+ 00024892  0x000063c5 fetch  0x00000002 , 0x00004790 
+ 00024893  0x000063c6 nrtn  0x00000034 
+ 00024894  0x000063c7 fetch  0x00000002 , 0x000045d8 
+ 00024895  0x000063c8 nrtn  0x00000034 
+ 00024896  0x000063c9 fetch  0x00000002 , 0x000045de 
+ 00024897  0x000063ca nrtn  0x00000034 
+ 00024898  0x000063cb fetch  0x00000001 , 0x00004701 
+ 00024899  0x000063cc nrtn  0x00000034 
+ 00024900  0x000063cd fetch  0x00000001 , 0x00004712 
+ 00024901  0x000063ce branch  0x00006121 , 0x00000034 
+ 00024902  0x000063cf store  0x00000001 , 0x00004711 
+ 00024903  0x000063d0 rtn 
+ 00024904  0x000063d9 disable  0x00000028 
+ 00024905  0x000063da fetch  0x00000001 , 0x000046fe 
+ 00024906  0x000063db sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00024907  0x000063dc nrtn  0x00000005 
+ 00024908  0x000063dd branch  0x00007dba 
+ 00024909  0x000063e0 fetch  0x00000008 , 0x00004713 
+ 00024910  0x000063e1 rtnbit0  0x00000023 
+ 00024911  0x000063e2 rtnbit0  0x00000004 
+ 00024912  0x000063e3 fetch  0x00000002 , 0x00004790 
+ 00024913  0x000063e4 nrtn  0x00000034 
+ 00024914  0x000063e5 fetch  0x00000002 , 0x000045d8 
+ 00024915  0x000063e6 nrtn  0x00000034 
+ 00024916  0x000063e7 fetch  0x00000002 , 0x000045de 
+ 00024917  0x000063e8 nrtn  0x00000034 
+ 00024918  0x000063e9 fetch  0x00000001 , 0x00004701 
+ 00024919  0x000063ea nrtn  0x00000034 
+ 00024920  0x000063eb call  0x00006148 
+ 00024921  0x000063ec rtn  0x00000028 
+ 00024922  0x000063ee fetch  0x00000001 , 0x0000470e 
+ 00024923  0x000063ef branch  0x00006173 , 0x00000034 
+ 00024924  0x000063f1 fetcht  0x00000001 , 0x00004709 
+ 00024925  0x000063f2 increase  0x00000001 , 0x00000002 
+ 00024926  0x000063f3 storet  0x00000001 , 0x00004709 
+ 00024927  0x000063f4 fetch  0x00000001 , 0x00004707 
+ 00024928  0x000063f5 isub  0x00000002 , 0x0000003e 
+ 00024929  0x000063f6 ncall  0x0000616a , 0x00000002 
+ 00024930  0x000063f7 fetch  0x00000001 , 0x00004708 
+ 00024931  0x000063f8 isub  0x00000002 , 0x0000003e 
+ 00024932  0x000063f9 nbranch  0x0000616e , 0x00000002 
+ 00024933  0x000063fb fetch  0x00000008 , 0x00004713 
+ 00024934  0x000063fc bbit1  0x00000024 , 0x000061d9 
+ 00024935  0x000063fd bbit1  0x00000026 , 0x000061d9 
+ 00024936  0x000063ff fetcht  0x00000001 , 0x00004660 
+ 00024937  0x00006400 branch  0x000061e4 
+ 00024938  0x00006403 jam  0x00000001 , 0x00004709 
+ 00024939  0x00006404 fetch  0x00000001 , 0x0000470e 
+ 00024940  0x00006405 increase  0xffffffff , 0x0000003f 
+ 00024941  0x00006406 store  0x00000001 , 0x0000470e 
+ 00024942  0x00006408 fetch  0x00000008 , 0x00004713 
+ 00024943  0x00006409 bbit1  0x00000024 , 0x000061eb 
+ 00024944  0x0000640a bbit1  0x00000026 , 0x000061eb 
+ 00024945  0x0000640c fetcht  0x00000001 , 0x00004660 
+ 00024946  0x0000640d branch  0x000061e5 
+ 00024947  0x00006410 fetch  0x00000008 , 0x00004713 
+ 00024948  0x00006411 bbit1  0x00000022 , 0x0000616e 
+ 00024949  0x00006412 call  0x0000617e 
+ 00024950  0x00006413 branch  0x0000615c 
+ 00024951  0x0000641c jam  0x00000000 , 0x000046fb 
+ 00024952  0x0000641d call  0x000061fd 
+ 00024953  0x0000641e jam  0x00000000 , 0x000046fe 
+ 00024954  0x0000641f fetch  0x00000001 , 0x00004707 
+ 00024955  0x00006420 rshift  0x0000003f , 0x0000003f 
+ 00024956  0x00006421 store  0x00000001 , 0x00004708 
+ 00024957  0x00006422 rtn 
+ 00024958  0x00006424 fetch  0x00000001 , 0x0000470d 
+ 00024959  0x00006425 store  0x00000001 , 0x0000470e 
+ 00024960  0x00006426 rtn 
+ 00024961  0x00006429 fetch  0x00000001 , 0x000046fe 
+ 00024962  0x0000642a beq  0x00000001 , 0x00006188 
+ 00024963  0x0000642b beq  0x00000002 , 0x0000618a 
+ 00024964  0x0000642c beq  0x00000003 , 0x0000618c 
+ 00024965  0x0000642e fetch  0x00000001 , 0x00004705 
+ 00024966  0x00006430 store  0x00000001 , 0x00004706 
+ 00024967  0x00006431 rtn 
+ 00024968  0x00006433 fetch  0x00000001 , 0x00004702 
+ 00024969  0x00006434 branch  0x00006186 
+ 00024970  0x00006436 fetch  0x00000001 , 0x00004703 
+ 00024971  0x00006437 branch  0x00006186 
+ 00024972  0x00006439 fetch  0x00000001 , 0x00004704 
+ 00024973  0x0000643a branch  0x00006186 
+ 00024974  0x0000643e bpatch  0x00000099 , 0x00004013 
+ 00024975  0x0000643f fetch  0x00000001 , 0x00004700 
+ 00024976  0x00006440 store  0x00000001 , 0x00004701 
+ 00024977  0x00006441 jam  0x00000000 , 0x000046fc 
+ 00024978  0x00006443 jam  0x00000000 , 0x000046fd 
+ 00024979  0x00006444 jam  0x00000001 , 0x000046fb 
+ 00024980  0x00006445 rtn 
+ 00024981  0x00006449 bpatch  0x0000009a , 0x00004013 
+ 00024982  0x0000644a fetch  0x00000001 , 0x00004666 
+ 00024983  0x0000644b rtnne  0x00000000 
+ 00024984  0x0000644c call  0x000061ae 
+ 00024985  0x0000644d jam  0x00000001 , 0x000046fe 
+ 00024986  0x0000644e call  0x00006188 
+ 00024987  0x0000644f fetch  0x00000001 , 0x000046ff 
+ 00024988  0x00006450 rtn  0x00000034 
+ 00024989  0x00006451 fetch  0x00000001 , 0x0000470a 
+ 00024990  0x00006452 branch  0x000061a9 
+ 00024991  0x00006455 fetch  0x00000001 , 0x00004666 
+ 00024992  0x00006456 rtneq  0x00000000 
+ 00024993  0x00006457 call  0x000061ae 
+ 00024994  0x00006458 fetch  0x00000008 , 0x00004713 
+ 00024995  0x00006459 rtnbit0  0x00000021 
+ 00024996  0x0000645a jam  0x00000003 , 0x000046fe 
+ 00024997  0x0000645b call  0x0000618c 
+ 00024998  0x0000645c fetch  0x00000001 , 0x000046ff 
+ 00024999  0x0000645d rtn  0x00000034 
+ 00025000  0x0000645e fetch  0x00000001 , 0x0000470b 
+ 00025001  0x00006460 store  0x00000001 , 0x0000470c 
+ 00025002  0x00006461 rtn 
+ 00025003  0x00006464 jam  0x00000000 , 0x000046ff 
+ 00025004  0x00006465 jam  0x00000002 , 0x000046fe 
+ 00025005  0x00006466 call  0x0000618a 
+ 00025006  0x00006468 jam  0x00000001 , 0x000046fb 
+ 00025007  0x00006469 jam  0x00000001 , 0x000046fc 
+ 00025008  0x0000646a branch  0x000061d8 
+ 00025009  0x0000646f fetch  0x00000001 , 0x000046fb 
+ 00025010  0x00006470 rtn  0x00000034 
+ 00025011  0x00006471 fetch  0x00000001 , 0x000046fc 
+ 00025012  0x00006472 beq  0x00000001 , 0x000061bd 
+ 00025013  0x00006474 fetch  0x00000001 , 0x00004701 
+ 00025014  0x00006475 branch  0x000061ba , 0x00000034 
+ 00025015  0x00006476 increase  0xffffffff 
+ 00025016  0x00006477 store  0x00000001 , 0x00004701 
+ 00025017  0x00006478 branch  0x000061d9 
+ 00025018  0x0000647b jam  0x00000000 , 0x000046fb 
+ 00025019  0x0000647c call  0x0000617e 
+ 00025020  0x0000647d branch  0x000061eb 
+ 00025021  0x00006480 bpatch  0x0000009b , 0x00004013 
+ 00025022  0x00006481 fetch  0x00000001 , 0x000046fe 
+ 00025023  0x00006482 rtn  0x00000034 
+ 00025024  0x00006483 beq  0x00000004 , 0x000061c5 
+ 00025025  0x00006484 branch  0x000061c2 
+ 00025026  0x00006487 fetch  0x00000001 , 0x000046ff 
+ 00025027  0x00006488 beq  0x00000001 , 0x000061c5 
+ 00025028  0x00006489 branch  0x000061c7 
+ 00025029  0x0000648c fetch  0x00000001 , 0x0000470c 
+ 00025030  0x0000648d branch  0x000061e6 , 0x00000034 
+ 00025031  0x0000648f arg  0x00004706 , 0x00000013 
+ 00025032  0x00006490 arg  0x000061ca , 0x00000012 
+ 00025033  0x00006491 branch  0x000042e0 
+ 00025034  0x00006494 fetch  0x00000001 , 0x000046fe 
+ 00025035  0x00006495 beq  0x00000004 , 0x000061d2 
+ 00025036  0x00006496 fetch  0x00000001 , 0x000046ff 
+ 00025037  0x00006497 beq  0x00000001 , 0x000061d2 
+ 00025038  0x00006499 call  0x00006181 
+ 00025039  0x0000649a fetch  0x00000001 , 0x000046fd 
+ 00025040  0x0000649b beq  0x00000001 , 0x000061e8 
+ 00025041  0x0000649c branch  0x000061d6 
+ 00025042  0x0000649f fetch  0x00000001 , 0x0000470c 
+ 00025043  0x000064a0 increase  0xffffffff 
+ 00025044  0x000064a1 store  0x00000001 , 0x0000470c 
+ 00025045  0x000064a2 branch  0x000061ce 
+ 00025046  0x000064a6 fetch  0x00000001 , 0x000046fe 
+ 00025047  0x000064a7 beq  0x00000004 , 0x00006208 
+ 00025048  0x000064a9 jam  0x00000001 , 0x000046fd 
+ 00025049  0x000064ab bpatch  0x0000009c , 0x00004013 
+ 00025050  0x000064ac fetch  0x00000001 , 0x00004666 
+ 00025051  0x000064ad beq  0x00000000 , 0x000061df 
+ 00025052  0x000064ae beq  0x00000001 , 0x000061e1 
+ 00025053  0x000064af beq  0x00000002 , 0x000061e3 
+ 00025054  0x000064b0 rtn 
+ 00025055  0x000064b2 fetcht  0x00000001 , 0x0000465d 
+ 00025056  0x000064b3 branch  0x000061e4 
+ 00025057  0x000064b5 fetcht  0x00000001 , 0x0000465e 
+ 00025058  0x000064b6 branch  0x000061e4 
+ 00025059  0x000064b8 fetcht  0x00000001 , 0x0000465f 
+ 00025060  0x000064ba branch  0x00006ef7 
+ 00025061  0x000064bd branch  0x00006ef3 
+ 00025062  0x000064c0 jam  0x00000000 , 0x000046fb 
+ 00025063  0x000064c1 jam  0x00000000 , 0x000046fe 
+ 00025064  0x000064c3 fetch  0x00000001 , 0x000046fe 
+ 00025065  0x000064c4 beq  0x00000004 , 0x00006202 
+ 00025066  0x000064c6 jam  0x00000000 , 0x000046fd 
+ 00025067  0x000064c8 bpatch  0x0000009d , 0x00004013 
+ 00025068  0x000064c9 fetch  0x00000001 , 0x00004666 
+ 00025069  0x000064ca beq  0x00000000 , 0x000061f1 
+ 00025070  0x000064cb beq  0x00000001 , 0x000061f5 
+ 00025071  0x000064cc beq  0x00000002 , 0x000061f9 
+ 00025072  0x000064cd rtn 
+ 00025073  0x000064cf fetcht  0x00000001 , 0x0000465d 
+ 00025074  0x000064d0 fetch  0x00000008 , 0x00004713 
+ 00025075  0x000064d1 bbit0  0x00000020 , 0x000061e5 
+ 00025076  0x000064d2 branch  0x00006f0f 
+ 00025077  0x000064d4 fetcht  0x00000001 , 0x0000465e 
+ 00025078  0x000064d5 fetch  0x00000008 , 0x00004713 
+ 00025079  0x000064d6 bbit0  0x00000020 , 0x000061e5 
+ 00025080  0x000064d7 branch  0x00006f0f 
+ 00025081  0x000064d9 fetcht  0x00000001 , 0x0000465f 
+ 00025082  0x000064da fetch  0x00000008 , 0x00004713 
+ 00025083  0x000064db bbit0  0x00000020 , 0x000061e5 
+ 00025084  0x000064dc branch  0x00006f0f 
+ 00025085  0x000064df call  0x000061f1 
+ 00025086  0x000064e0 call  0x000061f5 
+ 00025087  0x000064e1 call  0x000061f9 
+ 00025088  0x000064e2 call  0x0000616e 
+ 00025089  0x000064e3 branch  0x00006202 
+ 00025090  0x000064e6 jam  0x00000000 , 0x000046fd 
+ 00025091  0x000064e7 fetch  0x00000008 , 0x00004713 
+ 00025092  0x000064e8 bbit1  0x00000025 , 0x000061ea 
+ 00025093  0x000064e9 bbit1  0x00000026 , 0x000061ea 
+ 00025094  0x000064eb fetcht  0x00000001 , 0x00004661 
+ 00025095  0x000064ec branch  0x000061e5 
+ 00025096  0x000064ef jam  0x00000001 , 0x000046fd 
+ 00025097  0x000064f0 fetch  0x00000008 , 0x00004713 
+ 00025098  0x000064f1 bbit1  0x00000025 , 0x000061d8 
+ 00025099  0x000064f2 bbit1  0x00000026 , 0x000061d8 
+ 00025100  0x000064f4 fetcht  0x00000001 , 0x00004661 
+ 00025101  0x000064f5 branch  0x000061e4 
+ 00025102  0x000064fa fetch  0x00000008 , 0x00004713 
+ 00025103  0x000064fb rtnbit0  0x00000004 
+ 00025104  0x000064fc fetch  0x00000001 , 0x00004709 
+ 00025105  0x000064fd fetcht  0x00000001 , 0x00004708 
+ 00025106  0x000064fe sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00025107  0x000064ff branch  0x0000621b , 0x00000002 
+ 00025108  0x00006501 fetch  0x00000001 , 0x00004666 
+ 00025109  0x00006502 beq  0x00000000 , 0x00006218 
+ 00025110  0x00006503 jam  0x00000001 , 0x00004094 
+ 00025111  0x00006504 rtn 
+ 00025112  0x00006507 fetch  0x00000008 , 0x00004713 
+ 00025113  0x00006508 rtnbit1  0x00000018 
+ 00025114  0x00006509 branch  0x000036ca 
+ 00025115  0x0000650c fetch  0x00000001 , 0x00004666 
+ 00025116  0x0000650d beq  0x00000000 , 0x000036db 
+ 00025117  0x0000650e jam  0x00000000 , 0x00004094 
+ 00025118  0x0000650f rtn 
+ 00025119  0x00006514 fetch  0x00000001 , 0x00000009 
+ 00025120  0x00006515 branch  0x000035cb 
+ 00025121  0x00006518 call  0x0000621f 
+ 00025122  0x00006519 branch  0x000036e8 
+ 00025123  0x0000651c fetch  0x00000001 , 0x00004843 
+ 00025124  0x0000651d compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00025125  0x0000651e nbranch  0x00007dc8 , 0x00000001 
+ 00025126  0x0000651f call  0x0000432b 
+ 00025127  0x00006520 branch  0x00007dca 
+ 00025128  0x00006523 fetch  0x00000002 , 0x000044e9 
+ 00025129  0x00006524 bbit1  0x00000009 , 0x00006223 
+ 00025130  0x00006525 rtn 
+ 00025131  0x00006528 call  0x000036b4 
+ 00025132  0x00006529 nrtn  0x00000028 
+ 00025133  0x0000652a jam  0x00000001 , 0x0000477c 
+ 00025134  0x0000652b call  0x000036be 
+ 00025135  0x0000652c jam  0x00000000 , 0x00004772 
+ 00025136  0x0000652d call  0x000062aa 
+ 00025137  0x0000652e fetch  0x00000001 , 0x0000473f 
+ 00025138  0x0000652f ncall  0x000054dc , 0x00000034 
+ 00025139  0x00006530 fetch  0x00000004 , 0x000045af 
+ 00025140  0x00006531 branch  0x00003622 
+ 00025141  0x00006534 fetch  0x00000001 , 0x0000477b 
+ 00025142  0x00006535 branch  0x00003616 , 0x00000034 
+ 00025143  0x00006536 call  0x000036b4 
+ 00025144  0x00006537 nrtn  0x00000028 
+ 00025145  0x00006538 fetch  0x00000001 , 0x00004772 
+ 00025146  0x00006539 jam  0x00000000 , 0x00004772 
+ 00025147  0x0000653a sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00025148  0x0000653b nbranch  0x0000625c , 0x00000005 
+ 00025149  0x0000653c fetcht  0x00000002 , 0x00004622 
+ 00025150  0x0000653d sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00025151  0x0000653e branch  0x00006252 , 0x00000005 
+ 00025152  0x00006540 fetch  0x00000004 , 0x00004767 
+ 00025153  0x00006541 branch  0x00006252 , 0x00000034 
+ 00025154  0x00006543 fetcht  0x00000004 , 0x00004751 
+ 00025155  0x00006544 isub  0x00000002 , 0x00000002 
+ 00025156  0x00006545 storet  0x00000004 , 0x00004777 
+ 00025157  0x00006546 nbranch  0x00006255 , 0x00000002 
+ 00025158  0x00006547 fetch  0x00000003 , 0x00004608 
+ 00025159  0x00006548 isub  0x00000002 , 0x0000003f 
+ 00025160  0x00006549 nbranch  0x00006260 , 0x00000002 
+ 00025161  0x0000654a arg  0x00000600 , 0x00000002 
+ 00025162  0x0000654b isub  0x00000002 , 0x0000003e 
+ 00025163  0x0000654c nbranch  0x00006260 , 0x00000002 
+ 00025164  0x0000654e store  0x00000004 , 0x00004773 
+ 00025165  0x0000654f call  0x00006259 
+ 00025166  0x00006550 fetch  0x00000004 , 0x00004773 
+ 00025167  0x00006552 call  0x00007d25 
+ 00025168  0x00006553 storet  0x00000004 , 0x000040a9 
+ 00025169  0x00006554 branch  0x0000241e 
+ 00025170  0x00006557 call  0x00006259 
+ 00025171  0x00006558 fetch  0x00000003 , 0x00004608 
+ 00025172  0x00006559 branch  0x0000624c 
+ 00025173  0x0000655c sub  0x00000002 , 0x00000000 , 0x00000002 
+ 00025174  0x0000655d fetch  0x00000003 , 0x00004608 
+ 00025175  0x0000655e iadd  0x00000002 , 0x0000003f 
+ 00025176  0x0000655f branch  0x0000624c 
+ 00025177  0x00006562 setarg  0x00000000 
+ 00025178  0x00006563 store  0x00000004 , 0x00004777 
+ 00025179  0x00006564 rtn 
+ 00025180  0x00006567 fetch  0x00000004 , 0x00004767 
+ 00025181  0x00006568 fetcht  0x00000004 , 0x00004777 
+ 00025182  0x00006569 iadd  0x00000002 , 0x0000003f 
+ 00025183  0x0000656a branch  0x00006242 
+ 00025184  0x0000656d jam  0x00000001 , 0x00004772 
+ 00025185  0x0000656e rtn 
+ 00025186  0x00006572 call  0x00006264 
+ 00025187  0x00006573 branch  0x00005ffd 
+ 00025188  0x00006576 fetch  0x00000001 , 0x0000477b 
+ 00025189  0x00006577 rtn  0x00000034 
+ 00025190  0x00006578 fetch  0x00000001 , 0x00004618 
+ 00025191  0x00006579 beq  0x00000001 , 0x000062a6 
+ 00025192  0x0000657a fetch  0x00000001 , 0x00004760 
+ 00025193  0x0000657b branch  0x000062a6 , 0x00000034 
+ 00025194  0x0000657c copy  0x00000019 , 0x0000003f 
+ 00025195  0x0000657d fetcht  0x00000006 , 0x00004761 
+ 00025196  0x0000657e store  0x00000006 , 0x00004761 
+ 00025197  0x0000657f call  0x00007d10 
+ 00025198  0x00006580 store  0x00000004 , 0x00004767 
+ 00025199  0x00006582 fetch  0x00000001 , 0x00004772 
+ 00025200  0x00006583 nrtn  0x00000034 
+ 00025201  0x00006584 fetch  0x00000002 , 0x00004622 
+ 00025202  0x00006585 nrtn  0x00000034 
+ 00025203  0x00006586 fetch  0x00000004 , 0x00004767 
+ 00025204  0x00006588 fetcht  0x00000005 , 0x0000476b 
+ 00025205  0x00006589 iadd  0x00000002 , 0x0000003f 
+ 00025206  0x0000658a store  0x00000005 , 0x0000476b 
+ 00025207  0x0000658b fetcht  0x00000001 , 0x00004760 
+ 00025208  0x0000658c fetch  0x00000001 , 0x00004770 
+ 00025209  0x0000658d isub  0x00000002 , 0x0000003e 
+ 00025210  0x0000658e branch  0x0000627e , 0x00000005 
+ 00025211  0x0000658f increase  0x00000001 , 0x00000002 
+ 00025212  0x00006590 storet  0x00000001 , 0x00004760 
+ 00025213  0x00006591 rtn 
+ 00025214  0x00006594 jam  0x00000001 , 0x00004760 
+ 00025215  0x00006595 arg  0x00000000 , 0x00000002 
+ 00025216  0x00006596 fetch  0x00000005 , 0x0000476b 
+ 00025217  0x00006597 storet  0x00000005 , 0x0000476b 
+ 00025218  0x00006598 fetcht  0x00000001 , 0x00004770 
+ 00025219  0x00006599 idiv  0x00000002 
+ 00025220  0x0000659a call  0x00007d62 
+ 00025221  0x0000659b quotient  0x00000011 
+ 00025222  0x0000659d fetch  0x00000004 , 0x00004751 
+ 00025223  0x0000659e fetcht  0x00000001 , 0x00004771 
+ 00025224  0x0000659f isub  0x00000002 , 0x00000002 
+ 00025225  0x000065a0 increase  0xffffffd8 , 0x00000002 
+ 00025226  0x000065a2 copy  0x00000011 , 0x0000003f 
+ 00025227  0x000065a3 isub  0x00000002 , 0x0000003f 
+ 00025228  0x000065a4 branch  0x00006299 , 0x00000002 
+ 00025229  0x000065a5 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00025230  0x000065a7 rshift2  0x0000003f , 0x0000003f 
+ 00025231  0x000065a8 fetcht  0x00000003 , 0x00004608 
+ 00025232  0x000065a9 iadd  0x00000002 , 0x00000002 
+ 00025233  0x000065aa bpatch  0x0000009e , 0x00004013 
+ 00025234  0x000065ab fetch  0x00000003 , 0x0000475d 
+ 00025235  0x000065ac arg  0x00001800 , 0x00000011 
+ 00025236  0x000065ad iadd  0x00000011 , 0x0000003f 
+ 00025237  0x000065ae isub  0x00000002 , 0x0000003e 
+ 00025238  0x000065af nbranch  0x000062a4 , 0x00000002 
+ 00025239  0x000065b0 storet  0x00000003 , 0x00004608 
+ 00025240  0x000065b1 rtn 
+ 00025241  0x000065b4 rshift2  0x0000003f , 0x00000002 
+ 00025242  0x000065b5 fetch  0x00000003 , 0x00004608 
+ 00025243  0x000065b6 isub  0x00000002 , 0x00000002 
+ 00025244  0x000065b7 bpatch  0x0000009f , 0x00004013 
+ 00025245  0x000065b8 fetch  0x00000003 , 0x0000475d 
+ 00025246  0x000065b9 arg  0x00001800 , 0x00000011 
+ 00025247  0x000065ba isub  0x00000011 , 0x0000003f 
+ 00025248  0x000065bb isub  0x00000002 , 0x0000003e 
+ 00025249  0x000065bc branch  0x000062a4 , 0x00000002 
+ 00025250  0x000065bd storet  0x00000003 , 0x00004608 
+ 00025251  0x000065be rtn 
+ 00025252  0x000065c1 store  0x00000003 , 0x00004608 
+ 00025253  0x000065c2 rtn 
+ 00025254  0x000065c5 jam  0x00000001 , 0x00004760 
+ 00025255  0x000065c6 copy  0x00000019 , 0x0000003f 
+ 00025256  0x000065c7 store  0x00000006 , 0x00004761 
+ 00025257  0x000065c8 rtn 
+ 00025258  0x000065cb setarg  0x00000000 
+ 00025259  0x000065cc store  0x00000001 , 0x00004760 
+ 00025260  0x000065cd store  0x00000005 , 0x0000476b 
+ 00025261  0x000065ce rtn 
+ 00025262  0x000065d8 call  0x00007396 
+ 00025263  0x000065d9 rtn  0x0000002b 
+ 00025264  0x000065db setarg  0x00006327 
+ 00025265  0x000065dc store  0x00000002 , 0x000043db 
+ 00025266  0x000065de setarg  0x000062d9 
+ 00025267  0x000065df store  0x00000002 , 0x000043dd 
+ 00025268  0x000065e1 setarg  0x0000638a 
+ 00025269  0x000065e2 store  0x00000002 , 0x000043df 
+ 00025270  0x000065e4 setarg  0x0000630e 
+ 00025271  0x000065e5 store  0x00000002 , 0x000043e3 
+ 00025272  0x000065e7 setarg  0x00006365 
+ 00025273  0x000065e8 store  0x00000002 , 0x00004524 
+ 00025274  0x000065ea call  0x000062c2 
+ 00025275  0x000065ec bpatch  0x000000a0 , 0x00004014 
+ 00025276  0x000065ed call  0x00006396 
+ 00025277  0x000065f0 fetch  0x00000001 , 0x0000451a 
+ 00025278  0x000065f1 beq  0x00000000 , 0x000062d0 
+ 00025279  0x000065f2 fetch  0x00000001 , 0x0000451b 
+ 00025280  0x000065f3 store  0x00000001 , 0x000044ec 
+ 00025281  0x000065f4 branch  0x000063a1 
+ 00025282  0x000065f8 setarg  0x0000632b 
+ 00025283  0x000065f9 store  0x00000002 , 0x000043d5 
+ 00025284  0x000065fb setarg  0x00006329 
+ 00025285  0x000065fc store  0x00000002 , 0x000043d7 
+ 00025286  0x000065fe setarg  0x00006340 
+ 00025287  0x000065ff store  0x00000002 , 0x0000451f 
+ 00025288  0x00006601 setarg  0x0000639a 
+ 00025289  0x00006602 store  0x00000002 , 0x00004521 
+ 00025290  0x00006604 jam  0x00000007 , 0x0000415e 
+ 00025291  0x00006605 call  0x00002969 
+ 00025292  0x00006606 call  0x0000638d 
+ 00025293  0x00006607 call  0x00006ff7 
+ 00025294  0x00006608 call  0x000078ad 
+ 00025295  0x00006609 branch  0x000077ac 
+ 00025296  0x0000660e jam  0x000000ff , 0x000044ec 
+ 00025297  0x0000660f jam  0x00000001 , 0x0000451c 
+ 00025298  0x00006610 branch  0x00006340 
+ 00025299  0x00006615 fetch  0x00000001 , 0x0000451c 
+ 00025300  0x00006616 beq  0x00000002 , 0x00004308 
+ 00025301  0x00006617 call  0x000069b9 
+ 00025302  0x00006618 fetch  0x00000001 , 0x00004441 
+ 00025303  0x00006619 nbranch  0x00004308 , 0x00000034 
+ 00025304  0x0000661a branch  0x0000430a 
+ 00025305  0x0000661f copy  0x00000013 , 0x0000003f 
+ 00025306  0x00006622 beq  0x00000014 , 0x000062e2 
+ 00025307  0x00006623 beq  0x00000015 , 0x000062e6 
+ 00025308  0x00006624 beq  0x0000003f , 0x000062e9 
+ 00025309  0x00006625 beq  0x00000040 , 0x000062ef 
+ 00025310  0x00006627 beq  0x00000010 , 0x000063b6 
+ 00025311  0x00006628 beq  0x0000002c , 0x000062f5 
+ 00025312  0x00006629 beq  0x0000002d , 0x00006300 
+ 00025313  0x0000662a rtn 
+ 00025314  0x00006630 call  0x0000632d 
+ 00025315  0x00006631 setarg  0x00000000 
+ 00025316  0x00006632 store  0x00000002 , 0x000044f8 
+ 00025317  0x00006633 branch  0x00004325 
+ 00025318  0x00006637 call  0x000078ad 
+ 00025319  0x00006638 jam  0x00000000 , 0x000044f1 
+ 00025320  0x00006639 branch  0x00006340 
+ 00025321  0x0000663d call  0x000078ad 
+ 00025322  0x0000663e jam  0x00000001 , 0x000044f1 
+ 00025323  0x0000663f fetch  0x00000008 , 0x00004502 
+ 00025324  0x00006640 store  0x00000008 , 0x000042d3 
+ 00025325  0x00006641 call  0x0000432b 
+ 00025326  0x00006642 branch  0x00002e93 
+ 00025327  0x00006646 fetch  0x00000002 , 0x0000433c 
+ 00025328  0x00006647 rtneq  0x00000000 
+ 00025329  0x00006648 fetch  0x00000008 , 0x0000450a 
+ 00025330  0x00006649 rtn  0x00000034 
+ 00025331  0x0000664a store  0x00000008 , 0x000042d3 
+ 00025332  0x0000664b branch  0x00002e93 
+ 00025333  0x00006653 fetch  0x00000001 , 0x0000451a 
+ 00025334  0x00006654 rtneq  0x00000000 
+ 00025335  0x00006655 fetch  0x00000001 , 0x0000451c 
+ 00025336  0x00006656 rtnne  0x00000001 
+ 00025337  0x00006657 call  0x000062fb 
+ 00025338  0x00006658 branch  0x00004323 
+ 00025339  0x0000665b jam  0x00000001 , 0x000046bd 
+ 00025340  0x0000665c arg  0x0000000b , 0x00000039 
+ 00025341  0x0000665d arg  0x000046be , 0x00000005 
+ 00025342  0x0000665e arg  0x000046a7 , 0x00000006 
+ 00025343  0x0000665f branch  0x00007cda 
+ 00025344  0x00006662 fetch  0x00000001 , 0x0000451a 
+ 00025345  0x00006663 rtneq  0x00000000 
+ 00025346  0x00006664 fetch  0x00000001 , 0x0000451c 
+ 00025347  0x00006665 beq  0x00000001 , 0x00006305 
+ 00025348  0x00006666 branch  0x000063b2 
+ 00025349  0x00006669 fetch  0x00000001 , 0x000046bd 
+ 00025350  0x0000666a rtnne  0x00000001 
+ 00025351  0x0000666b jam  0x00000000 , 0x000046bd 
+ 00025352  0x0000666c fetch  0x00000002 , 0x000044e9 
+ 00025353  0x0000666d bbit1  0x00000009 , 0x00004325 
+ 00025354  0x0000666e arg  0x0000000b , 0x00000039 
+ 00025355  0x0000666f arg  0x000046be , 0x00000006 
+ 00025356  0x00006670 arg  0x000046a7 , 0x00000005 
+ 00025357  0x00006671 branch  0x00007cda 
+ 00025358  0x00006678 call  0x00006311 
+ 00025359  0x0000667b call  0x00006318 
+ 00025360  0x0000667f branch  0x00006322 
+ 00025361  0x00006684 arg  0x00004518 , 0x00000013 
+ 00025362  0x00006685 arg  0x00006314 , 0x00000012 
+ 00025363  0x00006686 branch  0x000042e7 
+ 00025364  0x00006688 jam  0x00000002 , 0x0000451c 
+ 00025365  0x00006689 call  0x00004325 
+ 00025366  0x0000668a call  0x0000634e 
+ 00025367  0x0000668b branch  0x0000639e 
+ 00025368  0x0000668f arg  0x000046ca , 0x00000013 
+ 00025369  0x00006690 arg  0x0000631b , 0x00000012 
+ 00025370  0x00006691 branch  0x000042e0 
+ 00025371  0x00006694 fetch  0x00000002 , 0x000044e9 
+ 00025372  0x00006695 bbit1  0x00000009 , 0x0000639e 
+ 00025373  0x00006696 fetch  0x00000001 , 0x000046a7 
+ 00025374  0x00006697 beq  0x00000001 , 0x0000639e 
+ 00025375  0x00006698 beq  0x00000004 , 0x0000639e 
+ 00025376  0x00006699 beq  0x00000005 , 0x0000639e 
+ 00025377  0x0000669a branch  0x00004327 
+ 00025378  0x0000669f fetch  0x00000001 , 0x0000451c 
+ 00025379  0x000066a0 rtnne  0x00000001 
+ 00025380  0x000066a1 arg  0x000044f8 , 0x00000013 
+ 00025381  0x000066a2 arg  0x00006331 , 0x00000012 
+ 00025382  0x000066a3 branch  0x000042e7 
+ 00025383  0x000066a7 call  0x00006376 
+ 00025384  0x000066a8 branch  0x00007027 
+ 00025385  0x000066ac call  0x00006f35 
+ 00025386  0x000066ad branch  0x0000701b 
+ 00025387  0x000066b0 call  0x00006f35 
+ 00025388  0x000066b1 branch  0x0000739a 
+ 00025389  0x000066bc fetch  0x00000002 , 0x00004514 
+ 00025390  0x000066bd store  0x00000002 , 0x00004516 
+ 00025391  0x000066be store  0x00000002 , 0x00004518 
+ 00025392  0x000066bf branch  0x00004315 
+ 00025393  0x000066c3 fetch  0x00000001 , 0x0000451c 
+ 00025394  0x000066c4 rtnne  0x00000001 
+ 00025395  0x000066c9 fetch  0x00000002 , 0x000044e9 
+ 00025396  0x000066ca rtnbit1  0x00000009 
+ 00025397  0x000066cb fetch  0x00000002 , 0x00004512 
+ 00025398  0x000066cc store  0x00000002 , 0x00004516 
+ 00025399  0x000066cd store  0x00000002 , 0x00004518 
+ 00025400  0x000066ce fetch  0x00000002 , 0x000044f4 
+ 00025401  0x000066cf call  0x000063c7 
+ 00025402  0x000066d0 call  0x00004321 
+ 00025403  0x000066d1 fetch  0x00000004 , 0x000044fe 
+ 00025404  0x000066d2 store  0x00000004 , 0x000046aa 
+ 00025405  0x000066d3 fetch  0x00000002 , 0x000044e9 
+ 00025406  0x000066d4 rtnbit1  0x0000000b 
+ 00025407  0x000066d5 branch  0x00004317 
+ 00025408  0x000066d9 fetch  0x00000001 , 0x0000451c 
+ 00025409  0x000066da rtnne  0x00000001 
+ 00025410  0x000066df fetch  0x00000002 , 0x000044f8 
+ 00025411  0x000066e0 fetcht  0x00000002 , 0x000044f6 
+ 00025412  0x000066e1 storet  0x00000002 , 0x000044f8 
+ 00025413  0x000066e2 nrtn  0x00000034 
+ 00025414  0x000066e3 fetch  0x00000002 , 0x000044f2 
+ 00025415  0x000066e4 call  0x000063c7 
+ 00025416  0x000066e5 call  0x00004321 
+ 00025417  0x000066e6 fetch  0x00000004 , 0x000044fa 
+ 00025418  0x000066e7 store  0x00000004 , 0x000046aa 
+ 00025419  0x000066e8 fetch  0x00000002 , 0x000044e9 
+ 00025420  0x000066e9 rtnbit1  0x0000000b 
+ 00025421  0x000066ea branch  0x00004317 
+ 00025422  0x000066ed fetch  0x00000002 , 0x000044e9 
+ 00025423  0x000066ee bbit1  0x00000009 , 0x0000431f 
+ 00025424  0x000066ef branch  0x0000632d 
+ 00025425  0x000066f4 call  0x00007dbc 
+ 00025426  0x000066f5 fetch  0x00000002 , 0x000044e9 
+ 00025427  0x000066f6 bbit1  0x00000009 , 0x00006355 
+ 00025428  0x000066f7 rtn 
+ 00025429  0x000066fa fetch  0x00000001 , 0x000044f1 
+ 00025430  0x000066fb rtn  0x00000034 
+ 00025431  0x000066fc branch  0x00007dba 
+ 00025432  0x00006702 call  0x00007dbc 
+ 00025433  0x00006703 fetch  0x00000002 , 0x000044e9 
+ 00025434  0x00006704 rtnbit1  0x00000009 
+ 00025435  0x00006705 branch  0x00007dba 
+ 00025436  0x0000670e branch  0x00006340 
+ 00025437  0x00006713 disable  0x0000002c 
+ 00025438  0x00006714 fetch  0x00000002 , 0x00004516 
+ 00025439  0x00006715 store  0x00000002 , 0x00004518 
+ 00025440  0x00006717 call  0x00006358 
+ 00025441  0x00006718 branch  0x0000635c , 0x00000028 
+ 00025442  0x0000671a call  0x00006351 
+ 00025443  0x0000671b nrtn  0x00000028 
+ 00025444  0x0000671c branch  0x00007dbe 
+ 00025445  0x00006721 call  0x0000635d 
+ 00025446  0x00006722 nrtn  0x0000002c 
+ 00025447  0x00006723 deposit  0x00000011 
+ 00025448  0x00006724 branch  0x0000636c , 0x00000034 
+ 00025449  0x00006726 call  0x00004323 
+ 00025450  0x00006727 arg  0x0000452e , 0x00000013 
+ 00025451  0x00006728 branch  0x0000636e 
+ 00025452  0x0000672b call  0x00004325 
+ 00025453  0x0000672c arg  0x00004556 , 0x00000013 
+ 00025454  0x0000672f arg  0x00000005 , 0x0000003f 
+ 00025455  0x00006730 imul32  0x00000007 , 0x0000003f 
+ 00025456  0x00006731 iadd  0x00000013 , 0x00000013 
+ 00025457  0x00006735 ifetch  0x00000001 , 0x00000013 
+ 00025458  0x00006736 rtn  0x00000034 
+ 00025459  0x00006737 call  0x00006382 
+ 00025460  0x00006738 increase  0x00000001 , 0x00000013 
+ 00025461  0x00006739 branch  0x00006371 
+ 00025462  0x0000673d fetch  0x00000002 , 0x000044e9 
+ 00025463  0x0000673e bbit1  0x00000009 , 0x00006379 
+ 00025464  0x0000673f rtn 
+ 00025465  0x00006742 call  0x00002a28 
+ 00025466  0x00006743 nrtn  0x00000034 
+ 00025467  0x00006744 call  0x00006385 
+ 00025468  0x00006745 nrtn  0x00000028 
+ 00025469  0x00006746 pincrease  0xffffffff 
+ 00025470  0x00006747 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00025471  0x00006748 arg  0x0000457e , 0x00000002 
+ 00025472  0x00006749 iadd  0x00000002 , 0x00000006 
+ 00025473  0x0000674a branch  0x000063cb 
+ 00025474  0x0000674f store  0x00000001 , 0x00000670 
+ 00025475  0x00006750 arg  0x00000670 , 0x00000011 
+ 00025476  0x00006751 branch  0x000078b2 
+ 00025477  0x00006754 arg  0x00000670 , 0x00000011 
+ 00025478  0x00006755 call  0x000078ca 
+ 00025479  0x00006756 nrtn  0x00000028 
+ 00025480  0x00006757 fetch  0x00000001 , 0x00000670 
+ 00025481  0x00006758 rtn 
+ 00025482  0x0000675c fetch  0x00000002 , 0x00004398 
+ 00025483  0x0000675d beq  0x00000018 , 0x000062e9 
+ 00025484  0x0000675e rtn 
+ 00025485  0x00006761 jam  0x00000002 , 0x000046c9 
+ 00025486  0x00006763 setarg  0x00200008 
+ 00025487  0x00006764 store  0x00000004 , 0x00004502 
+ 00025488  0x00006765 setarg  0x012c0005 
+ 00025489  0x00006766 istore  0x00000004 , 0x00000005 
+ 00025490  0x00006769 jam  0x00000017 , 0x000042e1 
+ 00025491  0x0000676c setarg  0x0000001b 
+ 00025492  0x0000676d store  0x00000002 , 0x00004332 
+ 00025493  0x0000676e branch  0x00002a41 
+ 00025494  0x00006773 arg  0x00000028 , 0x00000039 
+ 00025495  0x00006774 arg  0x0000457e , 0x00000005 
+ 00025496  0x00006775 arg  0x000094f9 , 0x00000006 
+ 00025497  0x00006776 branch  0x00007ccc 
+ 00025498  0x0000678b arg  0x00000000 , 0x00000011 
+ 00025499  0x0000678c arg  0x000046b2 , 0x00000013 
+ 00025500  0x0000678d call  0x000077ca 
+ 00025501  0x0000678e call  0x0000634e 
+ 00025502  0x00006790 fetch  0x00000001 , 0x000046c9 
+ 00025503  0x00006791 store  0x00000001 , 0x000046ca 
+ 00025504  0x00006792 rtn 
+ 00025505  0x00006797 setarg  0x00000000 
+ 00025506  0x00006798 call  0x000063ad 
+ 00025507  0x00006799 jam  0x00000001 , 0x000044e4 
+ 00025508  0x0000679a call  0x00007776 
+ 00025509  0x0000679b call  0x00007780 
+ 00025510  0x0000679d fetch  0x00000001 , 0x000046d0 
+ 00025511  0x0000679e branch  0x000063aa , 0x00000034 
+ 00025512  0x0000679f fetch  0x00000001 , 0x00008132 
+ 00025513  0x000067a0 bbit1  0x00000004 , 0x000063b9 
+ 00025514  0x000067a2 fetch  0x00000002 , 0x000044e9 
+ 00025515  0x000067a3 rtnbit1  0x0000000c 
+ 00025516  0x000067a4 branch  0x00004327 
+ 00025517  0x000067a7 fetcht  0x00000002 , 0x00004430 
+ 00025518  0x000067a8 istore  0x00000001 , 0x00000002 
+ 00025519  0x000067a9 ifetch  0x00000001 , 0x00000005 
+ 00025520  0x000067aa store  0x00000001 , 0x000044eb 
+ 00025521  0x000067ab rtn 
+ 00025522  0x000067af fetch  0x00000002 , 0x00004430 
+ 00025523  0x000067b0 ifetch  0x00000001 , 0x0000003f 
+ 00025524  0x000067b1 rtnne  0x00000000 
+ 00025525  0x000067b2 branch  0x00004327 
+ 00025526  0x000067b6 fetcht  0x00000002 , 0x00004430 
+ 00025527  0x000067b7 ifetch  0x00000001 , 0x00000002 
+ 00025528  0x000067b8 beq  0x00000001 , 0x000063c1 
+ 00025529  0x000067ba setarg  0x00000001 
+ 00025530  0x000067bb fetcht  0x00000002 , 0x00004430 
+ 00025531  0x000067bc istore  0x00000001 , 0x00000002 
+ 00025532  0x000067bd add  0x00000002 , 0x00000002 , 0x00000006 
+ 00025533  0x000067be ifetch  0x00000001 , 0x00000006 
+ 00025534  0x000067bf istore  0x00000001 , 0x000044eb 
+ 00025535  0x000067c0 ifetch  0x00000002 , 0x00000006 
+ 00025536  0x000067c1 branch  0x00007d79 
+ 00025537  0x000067c4 setarg  0x00000002 
+ 00025538  0x000067c5 call  0x000063ad 
+ 00025539  0x000067c6 add  0x00000002 , 0x00000005 , 0x00000006 
+ 00025540  0x000067c7 ifetch  0x00000002 , 0x00000006 
+ 00025541  0x000067c8 branch  0x00004327 , 0x00000034 
+ 00025542  0x000067c9 branch  0x00007d79 
+ 00025543  0x000067cf store  0x00000002 , 0x000040a4 
+ 00025544  0x000067d0 increase  0xfffffffc , 0x0000003f 
+ 00025545  0x000067d1 store  0x00000002 , 0x00004389 
+ 00025546  0x000067d2 rtn 
+ 00025547  0x000067d5 ifetch  0x00000001 , 0x00000006 
+ 00025548  0x000067d6 copy  0x0000003f , 0x00000011 
+ 00025549  0x000067d7 ifetcht  0x00000002 , 0x00000006 
+ 00025550  0x000067d8 call  0x00007c6d 
+ 00025551  0x000067d9 call  0x00002dee 
+ 00025552  0x000067da copy  0x00000011 , 0x00000039 
+ 00025553  0x000067db call  0x00007c67 
+ 00025554  0x000067dc branch  0x00007cda 
+ 00025555  0x000067df setarg  0x000093c0 
+ 00025556  0x000067e0 store  0x00000002 , 0x000042f7 
+ 00025557  0x000067e1 rtn 
+ 00025558  0x000067e4 setarg  0x000046d2 
+ 00025559  0x000067e5 store  0x00000002 , 0x000042f7 
+ 00025560  0x000067e6 rtn 
+ 00025561  0x000067ea fetch  0x00000002 , 0x000046cb 
+ 00025562  0x000067eb store  0x00000002 , 0x00004526 
+ 00025563  0x000067ec fetch  0x00000001 , 0x000046cd 
+ 00025564  0x000067ed store  0x00000001 , 0x000046a9 
+ 00025565  0x000067ee store  0x00000001 , 0x000046b4 
+ 00025566  0x000067ef fetch  0x00000001 , 0x000046ce 
+ 00025567  0x000067f0 store  0x00000001 , 0x0000451a 
+ 00025568  0x000067f1 fetch  0x00000001 , 0x000046cf 
+ 00025569  0x000067f2 store  0x00000001 , 0x0000451b 
+ 00025570  0x000067f8 setarg  0x00000002 
+ 00025571  0x000067f9 store  0x00000002 , 0x0000452e 
+ 00025572  0x000067fa store  0x00000002 , 0x00004533 
+ 00025573  0x000067fb setarg  0x00000006 
+ 00025574  0x000067fc store  0x00000002 , 0x00004556 
+ 00025575  0x000067fd store  0x00000002 , 0x0000455b 
+ 00025576  0x000067fe setarg  0x00000007 
+ 00025577  0x000067ff store  0x00000002 , 0x00004538 
+ 00025578  0x00006800 setarg  0x00000008 
+ 00025579  0x00006801 store  0x00000002 , 0x00004560 
+ 00025580  0x00006802 setarg  0x0000451c 
+ 00025581  0x00006803 store  0x00000002 , 0x00004430 
+ 00025582  0x00006804 setarg  0x00201400 
+ 00025583  0x00006805 store  0x00000003 , 0x0000451c 
+ 00025584  0x00006806 jam  0x00000001 , 0x00004094 
+ 00025585  0x00006807 setarg  0x00000100 
+ 00025586  0x00006808 store  0x00000002 , 0x000040a4 
+ 00025587  0x00006809 jam  0x00000008 , 0x000040a6 
+ 00025588  0x0000680a jam  0x00000005 , 0x000040c0 
+ 00025589  0x0000680b jam  0x00000002 , 0x000040c1 
+ 00025590  0x0000680c setarg  0x00000096 
+ 00025591  0x0000680d store  0x00000002 , 0x000044fa 
+ 00025592  0x0000680e istore  0x00000002 , 0x00000005 
+ 00025593  0x0000680f setarg  0x00000296 
+ 00025594  0x00006810 store  0x00000002 , 0x000044fe 
+ 00025595  0x00006811 istore  0x00000002 , 0x00000005 
+ 00025596  0x00006812 setsect  0x00000000 , 0x00000010 
+ 00025597  0x00006813 setsect  0x00000001 , 0x00008008 
+ 00025598  0x00006814 setsect  0x00000002 , 0x0002c000 
+ 00025599  0x00006815 setsect  0x00000003 , 0x00000004 
+ 00025600  0x00006816 store  0x00000008 , 0x0000450a 
+ 00025601  0x00006817 jam  0x00000001 , 0x000044ee 
+ 00025602  0x00006818 setarg  0x000046a7 
+ 00025603  0x00006819 store  0x00000002 , 0x000044ef 
+ 00025604  0x0000681a setarg  0x00000000 
+ 00025605  0x0000681b store  0x00000002 , 0x000046a7 
+ 00025606  0x0000681c setsect  0x00000000 , 0x000001a0 
+ 00025607  0x0000681d setsect  0x00000001 , 0x00000068 
+ 00025608  0x0000681e setsect  0x00000002 , 0x00000000 
+ 00025609  0x0000681f setsect  0x00000003 , 0x00000000 
+ 00025610  0x00006820 store  0x00000008 , 0x000046aa 
+ 00025611  0x00006821 setarg  0x00000301 
+ 00025612  0x00006822 store  0x00000002 , 0x000046b2 
+ 00025613  0x00006823 setsect  0x00000000 , 0x000001a0 
+ 00025614  0x00006824 setsect  0x00000001 , 0x000000e8 
+ 00025615  0x00006825 setsect  0x00000002 , 0x00000000 
+ 00025616  0x00006826 setsect  0x00000003 , 0x00000000 
+ 00025617  0x00006827 store  0x00000008 , 0x000046b5 
+ 00025618  0x00006828 setarg  0x0000000e 
+ 00025619  0x00006829 store  0x00000002 , 0x000044f2 
+ 00025620  0x0000682a setarg  0x00000140 
+ 00025621  0x0000682b store  0x00000002 , 0x000044f4 
+ 00025622  0x0000682c store  0x00000002 , 0x00004389 
+ 00025623  0x0000682d setarg  0x00000050 
+ 00025624  0x0000682e store  0x00000002 , 0x000044f6 
+ 00025625  0x0000682f jam  0x00000007 , 0x00004393 
+ 00025626  0x00006830 jam  0x00000000 , 0x00004388 
+ 00025627  0x00006831 setsect  0x00000000 , 0x000000fb 
+ 00025628  0x00006832 setsect  0x00000001 , 0x0002c212 
+ 00025629  0x00006833 setsect  0x00000002 , 0x0000800f 
+ 00025630  0x00006834 setsect  0x00000003 , 0x00000021 
+ 00025631  0x00006835 store  0x00000008 , 0x000043c0 
+ 00025632  0x00006836 setsect  0x00000000 , 0x00000bb8 
+ 00025633  0x00006837 setsect  0x00000001 , 0x000002ee 
+ 00025634  0x00006838 store  0x00000004 , 0x00004512 
+ 00025635  0x00006839 setarg  0x000045d8 
+ 00025636  0x0000683a store  0x00000002 , 0x000043fb 
+ 00025637  0x0000683b setarg  0x00002001 
+ 00025638  0x0000683c store  0x00000002 , 0x000045d8 
+ 00025639  0x0000683d jam  0x0000001f , 0x00004348 
+ 00025640  0x0000683e setsect  0x00000000 , 0x00010102 
+ 00025641  0x0000683f setsect  0x00000001 , 0x000080c1 
+ 00025642  0x00006840 setsect  0x00000002 , 0x00018120 
+ 00025643  0x00006841 setsect  0x00000003 , 0x0000640c 
+ 00025644  0x00006842 store  0x00000009 , 0x00004349 
+ 00025645  0x00006843 setsect  0x00000000 , 0x000003c1 
+ 00025646  0x00006844 istore  0x00000002 , 0x00000005 
+ 00025647  0x00006845 jam  0x0000001f , 0x00004368 
+ 00025648  0x00006846 setsect  0x00000000 , 0x0002090d 
+ 00025649  0x00006847 setsect  0x00000001 , 0x00034c15 
+ 00025650  0x00006848 setsect  0x00000002 , 0x00028532 
+ 00025651  0x00006849 setsect  0x00000003 , 0x0001d1d5 
+ 00025652  0x0000684a store  0x00000009 , 0x00004369 
+ 00025653  0x0000684b setsect  0x00000000 , 0x00026574 
+ 00025654  0x0000684c setsect  0x00000001 , 0x0000001c 
+ 00025655  0x0000684d istore  0x00000003 , 0x00000005 
+ 00025656  0x0000684e setarg  0x00004523 
+ 00025657  0x0000684f store  0x00000002 , 0x0000442c 
+ 00025658  0x00006850 jam  0x00000002 , 0x00004523 
+ 00025659  0x00006851 setarg  0x000045fd 
+ 00025660  0x00006852 store  0x00000002 , 0x000043f8 
+ 00025661  0x00006853 jam  0x00000005 , 0x000043fa 
+ 00025662  0x00006854 fetch  0x00000001 , 0x000046d1 
+ 00025663  0x00006855 beq  0x00000000 , 0x000063d3 
+ 00025664  0x00006856 beq  0x00000001 , 0x000063d6 
+ 00025665  0x00006857 rtn 
+ 00025666  0x00006865 fetch  0x00000006 , 0x00004ef4 
+ 00025667  0x00006866 store  0x00000006 , 0x00004526 
+ 00025668  0x00006867 jam  0x00000006 , 0x00004523 
+ 00025669  0x00006868 setarg  0x00004523 
+ 00025670  0x00006869 store  0x00000002 , 0x0000442c 
+ 00025671  0x0000686a rtn 
+ 00025672  0x0000686e fetch  0x00000007 , 0x00004ef4 
+ 00025673  0x0000686f store  0x00000007 , 0x00004526 
+ 00025674  0x00006870 jam  0x00000007 , 0x00004523 
+ 00025675  0x00006871 setarg  0x00004523 
+ 00025676  0x00006872 store  0x00000002 , 0x0000442c 
+ 00025677  0x00006873 rtn 
+ 00025678  0x00006877 fetch  0x00000008 , 0x00004ef4 
+ 00025679  0x00006878 store  0x00000008 , 0x00004526 
+ 00025680  0x00006879 jam  0x00000008 , 0x00004523 
+ 00025681  0x0000687a setarg  0x00004523 
+ 00025682  0x0000687b store  0x00000002 , 0x0000442c 
+ 00025683  0x0000687c rtn 
+ 00025684  0x0000687f fetch  0x00000001 , 0x00004ef3 
+ 00025685  0x00006880 beq  0x00000006 , 0x00006442 
+ 00025686  0x00006881 beq  0x00000007 , 0x00006448 
+ 00025687  0x00006882 beq  0x00000008 , 0x0000644e 
+ 00025688  0x00006883 rtn 
+ 00025689  0x00006886 bpatch  0x000000a1 , 0x00004014 
+ 00025690  0x00006888 fetch  0x00000008 , 0x00004f1a 
+ 00025691  0x00006889 store  0x00000008 , 0x00004512 
+ 00025692  0x0000688a setarg  0x00000096 
+ 00025693  0x0000688b store  0x00000002 , 0x000044f6 
+ 00025694  0x0000688d fetch  0x00000007 , 0x00004f6a 
+ 00025695  0x0000688e store  0x00000007 , 0x000046a7 
+ 00025696  0x0000688f fetch  0x00000007 , 0x00004f71 
+ 00025697  0x00006890 store  0x00000007 , 0x000046b2 
+ 00025698  0x00006892 fetch  0x00000004 , 0x00004f78 
+ 00025699  0x00006893 store  0x00000004 , 0x000044fa 
+ 00025700  0x00006894 fetch  0x00000004 , 0x00004f7c 
+ 00025701  0x00006895 store  0x00000004 , 0x000044fe 
+ 00025702  0x00006897 setarg  0x0000000e 
+ 00025703  0x00006898 store  0x00000002 , 0x000044f2 
+ 00025704  0x00006899 setarg  0x00000140 
+ 00025705  0x0000689a store  0x00000002 , 0x000044f4 
+ 00025706  0x0000689b store  0x00000002 , 0x00004389 
+ 00025707  0x000068a2 fetch  0x00000008 , 0x00004f12 
+ 00025708  0x000068a3 store  0x00000008 , 0x0000450a 
+ 00025709  0x000068a4 rtn 
+ 00025710  0x000068a9 call  0x00007396 
+ 00025711  0x000068aa rtn  0x0000002b 
+ 00025712  0x000068ac call  0x00006454 
+ 00025713  0x000068ad call  0x00006459 
+ 00025714  0x000068b0 setarg  0x00006484 
+ 00025715  0x000068b1 store  0x00000002 , 0x000043db 
+ 00025716  0x000068b3 setarg  0x000064df 
+ 00025717  0x000068b4 store  0x00000002 , 0x000043dd 
+ 00025718  0x000068b6 setarg  0x000066c5 
+ 00025719  0x000068b7 store  0x00000002 , 0x000043df 
+ 00025720  0x000068b9 setarg  0x000064b5 
+ 00025721  0x000068ba store  0x00000002 , 0x000043e3 
+ 00025722  0x000068bc setarg  0x00006505 
+ 00025723  0x000068bd store  0x00000002 , 0x00004524 
+ 00025724  0x000068bf call  0x000062c2 
+ 00025725  0x000068c1 fetch  0x00000002 , 0x00004f97 
+ 00025726  0x000068c2 store  0x00000002 , 0x00004332 
+ 00025727  0x000068c3 fetch  0x00000008 , 0x0000450a 
+ 00025728  0x000068c4 store  0x00000008 , 0x00004502 
+ 00025729  0x000068c5 call  0x0000648e 
+ 00025730  0x000068c6 bpatch  0x000000a2 , 0x00004014 
+ 00025731  0x000068c7 branch  0x000062bd 
+ 00025732  0x000068cb call  0x0000649b 
+ 00025733  0x000068cc arg  0x00000009 , 0x00000007 
+ 00025734  0x000068cd call  0x00007cef 
+ 00025735  0x000068ce nrtn  0x00000034 
+ 00025736  0x000068cf setarg  0x00000020 
+ 00025737  0x000068d0 arg  0x00000009 , 0x00000007 
+ 00025738  0x000068d1 call  0x00007ce1 
+ 00025739  0x000068d2 disable  0x00000028 
+ 00025740  0x000068d3 call  0x0000701b 
+ 00025741  0x000068d4 branch  0x0000656e 
+ 00025742  0x000068d7 setarg  0x0000001f 
+ 00025743  0x000068d8 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025744  0x000068d9 arg  0x00004c12 , 0x00000002 
+ 00025745  0x000068da iadd  0x00000002 , 0x00000011 
+ 00025746  0x000068db increase  0x00000003 , 0x00000011 
+ 00025747  0x000068dc arg  0x00000062 , 0x00000002 
+ 00025748  0x000068dd istoret  0x00000001 , 0x00000011 
+ 00025749  0x000068de increase  0x0000000b , 0x00000011 
+ 00025750  0x000068df arg  0x00000fff , 0x0000003f 
+ 00025751  0x000068e0 isub  0x00000002 , 0x0000003f 
+ 00025752  0x000068e1 lshift4  0x0000003f , 0x0000003f 
+ 00025753  0x000068e2 istore  0x00000002 , 0x00000011 
+ 00025754  0x000068e3 rtn 
+ 00025755  0x000068e6 fetch  0x00000002 , 0x000044e9 
+ 00025756  0x000068e7 bbit1  0x00000009 , 0x000064a0 
+ 00025757  0x000068e8 arg  0x000045da , 0x00000005 
+ 00025758  0x000068e9 arg  0x00000023 , 0x00000039 
+ 00025759  0x000068ea branch  0x00007ca1 
+ 00025760  0x000068ed call  0x00002a28 
+ 00025761  0x000068ee nrtn  0x00000034 
+ 00025762  0x000068ef call  0x000078fa 
+ 00025763  0x000068f0 rtn  0x00000034 
+ 00025764  0x000068f1 fetcht  0x00000004 , 0x000049f6 
+ 00025765  0x000068f2 copy  0x00000022 , 0x0000003f 
+ 00025766  0x000068f3 isub  0x00000002 , 0x00000002 
+ 00025767  0x000068f4 rtn  0x00000005 
+ 00025768  0x000068f5 nbranch  0x000064ac , 0x00000002 
+ 00025769  0x000068f6 fetch  0x00000001 , 0x000049f5 
+ 00025770  0x000068f7 isub  0x00000002 , 0x0000003e 
+ 00025771  0x000068f8 rtn  0x00000002 
+ 00025772  0x000068fa copy  0x00000022 , 0x0000003f 
+ 00025773  0x000068fb store  0x00000004 , 0x000049f6 
+ 00025774  0x000068fc call  0x00006385 
+ 00025775  0x000068fd nrtn  0x00000028 
+ 00025776  0x000068fe pincrease  0xffffffff 
+ 00025777  0x000068ff mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025778  0x00006900 arg  0x00004c12 , 0x00000002 
+ 00025779  0x00006901 iadd  0x00000002 , 0x00000006 
+ 00025780  0x00006902 branch  0x000063cb 
+ 00025781  0x00006906 call  0x00006858 
+ 00025782  0x00006907 call  0x0000676c 
+ 00025783  0x00006908 call  0x0000675a 
+ 00025784  0x00006909 call  0x000064bc 
+ 00025785  0x0000690a call  0x000064d3 
+ 00025786  0x0000690b call  0x00006311 
+ 00025787  0x0000690c branch  0x000064d9 
+ 00025788  0x0000690f arg  0x00004ed1 , 0x00000013 
+ 00025789  0x00006910 arg  0x000064bf , 0x00000012 
+ 00025790  0x00006911 branch  0x000042e0 
+ 00025791  0x00006914 call  0x000078fa 
+ 00025792  0x00006915 nrtn  0x00000034 
+ 00025793  0x00006916 fetch  0x00000002 , 0x000048bc 
+ 00025794  0x00006917 nrtn  0x00000034 
+ 00025795  0x00006919 call  0x00006730 
+ 00025796  0x0000691a branch  0x000064cd , 0x00000034 
+ 00025797  0x0000691b copy  0x00000007 , 0x0000003f 
+ 00025798  0x0000691c compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00025799  0x0000691d branch  0x000064cf , 0x00000001 
+ 00025800  0x0000691f copy  0x00000007 , 0x0000003f 
+ 00025801  0x00006920 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00025802  0x00006921 branch  0x000064d1 , 0x00000001 
+ 00025803  0x00006922 arg  0x00004ec6 , 0x00000013 
+ 00025804  0x00006923 branch  0x00006371 
+ 00025805  0x00006926 arg  0x00004eda , 0x00000013 
+ 00025806  0x00006927 branch  0x00006371 
+ 00025807  0x0000692a arg  0x00004edf , 0x00000013 
+ 00025808  0x0000692b branch  0x00006371 
+ 00025809  0x0000692e arg  0x00004ee9 , 0x00000013 
+ 00025810  0x0000692f branch  0x00006371 
+ 00025811  0x00006932 arg  0x00004c0f , 0x00000013 
+ 00025812  0x00006933 arg  0x000064d6 , 0x00000012 
+ 00025813  0x00006934 branch  0x000042e0 
+ 00025814  0x00006937 arg  0x0000000a , 0x00000039 
+ 00025815  0x00006938 arg  0x00004a04 , 0x00000005 
+ 00025816  0x00006939 branch  0x00007ca1 
+ 00025817  0x0000693d arg  0x000046ca , 0x00000013 
+ 00025818  0x0000693e arg  0x000064dc , 0x00000012 
+ 00025819  0x0000693f branch  0x000042e0 
+ 00025820  0x00006941 fetch  0x00000002 , 0x000044e9 
+ 00025821  0x00006942 bbit1  0x00000009 , 0x0000639e 
+ 00025822  0x00006943 branch  0x00004327 
+ 00025823  0x00006946 copy  0x00000013 , 0x0000003f 
+ 00025824  0x00006947 beq  0x00000014 , 0x000064f4 
+ 00025825  0x00006948 beq  0x00000015 , 0x000064ef 
+ 00025826  0x00006949 beq  0x00000031 , 0x000064e6 
+ 00025827  0x0000694a rtneq  0x00000040 
+ 00025828  0x0000694b beq  0x00000032 , 0x000066c8 
+ 00025829  0x0000694c branch  0x000062d9 
+ 00025830  0x0000694f jam  0x00000001 , 0x00004ed2 
+ 00025831  0x00006950 call  0x00006783 
+ 00025832  0x00006952 fetch  0x00000002 , 0x00004f84 
+ 00025833  0x00006953 store  0x00000002 , 0x00004ebe 
+ 00025834  0x00006955 fetcht  0x00000002 , 0x00004f86 
+ 00025835  0x00006956 setarg  0x00000fff 
+ 00025836  0x00006957 isub  0x00000002 , 0x0000003f 
+ 00025837  0x00006958 store  0x00000002 , 0x00004ec0 
+ 00025838  0x00006959 rtn 
+ 00025839  0x0000695c jam  0x00000000 , 0x00004ebb 
+ 00025840  0x0000695d jam  0x00000000 , 0x00004ed2 
+ 00025841  0x0000695e call  0x000065ad 
+ 00025842  0x0000695f call  0x00006500 
+ 00025843  0x00006960 branch  0x000062e6 
+ 00025844  0x00006963 copy  0x00000022 , 0x0000003f 
+ 00025845  0x00006964 store  0x00000004 , 0x000049f6 
+ 00025846  0x00006965 call  0x00006729 
+ 00025847  0x00006966 branch  0x000062e2 
+ 00025848  0x0000696a disable  0x0000002c 
+ 00025849  0x0000696b fetch  0x00000002 , 0x00004516 
+ 00025850  0x0000696c store  0x00000002 , 0x00004518 
+ 00025851  0x0000696d call  0x00006358 
+ 00025852  0x0000696e branch  0x0000635c , 0x00000028 
+ 00025853  0x0000696f call  0x00006351 
+ 00025854  0x00006970 nrtn  0x00000028 
+ 00025855  0x00006971 branch  0x00007dbe 
+ 00025856  0x00006974 jam  0x00000000 , 0x00004ed5 
+ 00025857  0x00006975 rtn 
+ 00025858  0x00006978 copy  0x00000007 , 0x0000003f 
+ 00025859  0x00006979 rtnne  0x00000001 
+ 00025860  0x0000697a branch  0x0000650c 
+ 00025861  0x0000697d call  0x000064f8 
+ 00025862  0x0000697e nrtn  0x0000002c 
+ 00025863  0x0000697f deposit  0x00000011 
+ 00025864  0x00006980 branch  0x00006537 , 0x00000034 
+ 00025865  0x00006982 bpatch  0x000000a3 , 0x00004014 
+ 00025866  0x00006983 fetch  0x00000001 , 0x00004faf 
+ 00025867  0x00006984 nbranch  0x00006502 , 0x00000034 
+ 00025868  0x00006986 jam  0x00000001 , 0x00004c10 
+ 00025869  0x00006987 call  0x00004323 
+ 00025870  0x00006988 call  0x0000652c 
+ 00025871  0x00006989 call  0x00006561 
+ 00025872  0x0000698a branch  0x00006500 , 0x00000002 
+ 00025873  0x0000698b copy  0x00000007 , 0x0000003f 
+ 00025874  0x0000698c fetcht  0x00000001 , 0x00004ed5 
+ 00025875  0x0000698d isub  0x00000002 , 0x0000003e 
+ 00025876  0x0000698e ncall  0x00006526 , 0x00000005 
+ 00025877  0x0000698f copy  0x00000007 , 0x0000003f 
+ 00025878  0x00006990 store  0x00000001 , 0x00004ed5 
+ 00025879  0x00006991 fetcht  0x00000001 , 0x00004ed8 
+ 00025880  0x00006992 isub  0x00000002 , 0x0000003e 
+ 00025881  0x00006993 branch  0x00006524 , 0x00000005 
+ 00025882  0x00006994 fetch  0x00000001 , 0x00004ed9 
+ 00025883  0x00006995 nbranch  0x0000651f , 0x00000034 
+ 00025884  0x00006997 call  0x00006732 
+ 00025885  0x00006998 arg  0x0000000a , 0x0000003f 
+ 00025886  0x00006999 branch  0x0000655a 
+ 00025887  0x0000699c call  0x0000677f 
+ 00025888  0x0000699d copy  0x00000007 , 0x0000003f 
+ 00025889  0x0000699e beq  0x00000001 , 0x0000651c 
+ 00025890  0x0000699f call  0x00006642 
+ 00025891  0x000069a0 branch  0x000065f4 
+ 00025892  0x000069a3 jam  0x00000001 , 0x00004ed6 
+ 00025893  0x000069a4 branch  0x000065f4 
+ 00025894  0x000069a7 bpatch  0x000000a4 , 0x00004014 
+ 00025895  0x000069a8 fetch  0x00000001 , 0x00004ed9 
+ 00025896  0x000069a9 branch  0x000064c3 , 0x00000034 
+ 00025897  0x000069aa copy  0x00000007 , 0x0000003f 
+ 00025898  0x000069ab beq  0x00000001 , 0x000064c3 
+ 00025899  0x000069ac rtn 
+ 00025900  0x000069ae arg  0x0000000a , 0x0000003f 
+ 00025901  0x000069af imul32  0x00000007 , 0x0000003f 
+ 00025902  0x000069b0 arg  0x000049fa , 0x00000013 
+ 00025903  0x000069b1 iadd  0x00000013 , 0x00000013 
+ 00025904  0x000069b2 copy  0x00000022 , 0x0000003f 
+ 00025905  0x000069b3 istore  0x00000004 , 0x00000013 
+ 00025906  0x000069b4 increase  0x00000004 , 0x00000013 
+ 00025907  0x000069b5 ifetch  0x00000001 , 0x00000013 
+ 00025908  0x000069b6 increase  0x00000001 , 0x0000003f 
+ 00025909  0x000069b7 istore  0x00000001 , 0x00000013 
+ 00025910  0x000069b8 rtn 
+ 00025911  0x000069ba bpatch  0x000000a5 , 0x00004014 
+ 00025912  0x000069bb fetch  0x00000001 , 0x00004ed9 
+ 00025913  0x000069bc call  0x0000654b , 0x00000034 
+ 00025914  0x000069be arg  0x0000000a , 0x0000003f 
+ 00025915  0x000069bf imul32  0x00000007 , 0x0000003f 
+ 00025916  0x000069c0 arg  0x000049fa , 0x00000013 
+ 00025917  0x000069c1 iadd  0x00000013 , 0x00000013 
+ 00025918  0x000069c2 ifetcht  0x00000004 , 0x00000013 
+ 00025919  0x000069c3 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00025920  0x000069c4 rtn  0x00000005 
+ 00025921  0x000069c5 copy  0x00000022 , 0x0000003f 
+ 00025922  0x000069c6 isub  0x00000002 , 0x00000002 
+ 00025923  0x000069c7 ncall  0x00007806 , 0x00000002 
+ 00025924  0x000069c8 add  0x00000013 , 0x00000009 , 0x00000006 
+ 00025925  0x000069c9 ifetch  0x00000001 , 0x00000006 
+ 00025926  0x000069ca nbranch  0x00006566 , 0x00000034 
+ 00025927  0x000069cb increase  0x00000005 , 0x00000013 
+ 00025928  0x000069cc copy  0x00000022 , 0x0000003f 
+ 00025929  0x000069cd istore  0x00000004 , 0x00000013 
+ 00025930  0x000069ce rtn 
+ 00025931  0x000069d1 fetch  0x00000001 , 0x00004faf 
+ 00025932  0x000069d2 nbranch  0x00004323 , 0x00000034 
+ 00025933  0x000069d3 branch  0x00004325 
+ 00025934  0x000069d6 add  0x00000013 , 0x00000004 , 0x00000006 
+ 00025935  0x000069d7 ifetch  0x00000001 , 0x00000006 
+ 00025936  0x000069d8 branch  0x00006551 
+ 00025937  0x000069db call  0x0000656b 
+ 00025938  0x000069dc fetch  0x00000001 , 0x00004ed9 
+ 00025939  0x000069dd nbranch  0x0000655d , 0x00000034 
+ 00025940  0x000069df call  0x00006561 
+ 00025941  0x000069e0 branch  0x00006500 , 0x00000002 
+ 00025942  0x000069e1 call  0x00006738 
+ 00025943  0x000069e2 copy  0x00000007 , 0x0000003f 
+ 00025944  0x000069e3 beq  0x00000003 , 0x00006740 
+ 00025945  0x000069e4 arg  0x0000000f , 0x0000003f 
+ 00025946  0x000069e6 imul32  0x00000007 , 0x0000003f 
+ 00025947  0x000069e7 iadd  0x00000013 , 0x00000013 
+ 00025948  0x000069e8 branch  0x00006371 
+ 00025949  0x000069eb copy  0x00000007 , 0x0000003f 
+ 00025950  0x000069ec beq  0x00000001 , 0x00006554 
+ 00025951  0x000069ed beq  0x00000003 , 0x00006554 
+ 00025952  0x000069ee rtn 
+ 00025953  0x000069f1 call  0x00007902 
+ 00025954  0x000069f2 ifetcht  0x00000001 , 0x00000006 
+ 00025955  0x000069f3 isub  0x00000002 , 0x0000003f 
+ 00025956  0x000069f4 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025957  0x000069f5 rtn 
+ 00025958  0x000069f8 jam  0x00000001 , 0x00004ed0 
+ 00025959  0x000069f9 call  0x0000656b 
+ 00025960  0x000069fa arg  0x00004abe , 0x00000013 
+ 00025961  0x000069fb arg  0x00000003 , 0x0000003f 
+ 00025962  0x000069fc branch  0x0000655a 
+ 00025963  0x000069ff arg  0x0000000a , 0x00000039 
+ 00025964  0x00006a00 copy  0x00000013 , 0x00000005 
+ 00025965  0x00006a01 branch  0x00007ca1 
+ 00025966  0x00006a04 fetch  0x00000002 , 0x000048bc 
+ 00025967  0x00006a05 store  0x00000002 , 0x0000442e 
+ 00025968  0x00006a06 call  0x000065be 
+ 00025969  0x00006a07 fetch  0x00000002 , 0x0000442e 
+ 00025970  0x00006a08 store  0x00000002 , 0x000048bc 
+ 00025971  0x00006a0a arg  0x00000000 , 0x00000007 
+ 00025972  0x00006a0b fetch  0x00000001 , 0x00004523 
+ 00025973  0x00006a0c copy  0x0000003f , 0x00000039 
+ 00025974  0x00006a0d arg  0x000049fa , 0x00000013 
+ 00025975  0x00006a0f copy  0x00000039 , 0x0000003f 
+ 00025976  0x00006a10 store  0x00000002 , 0x00000678 
+ 00025977  0x00006a11 copy  0x00000013 , 0x0000003f 
+ 00025978  0x00006a12 store  0x00000002 , 0x0000068c 
+ 00025979  0x00006a13 copy  0x00000007 , 0x0000003f 
+ 00025980  0x00006a14 store  0x00000002 , 0x0000067a 
+ 00025981  0x00006a15 call  0x000065b4 
+ 00025982  0x00006a17 fetch  0x00000002 , 0x0000068c 
+ 00025983  0x00006a18 copy  0x0000003f , 0x00000013 
+ 00025984  0x00006a19 fetch  0x00000002 , 0x0000067a 
+ 00025985  0x00006a1a copy  0x0000003f , 0x00000007 
+ 00025986  0x00006a1b call  0x0000658b 
+ 00025987  0x00006a1d fetch  0x00000002 , 0x0000067a 
+ 00025988  0x00006a1e add  0x0000003f , 0x00000001 , 0x00000007 
+ 00025989  0x00006a1f fetch  0x00000002 , 0x0000068c 
+ 00025990  0x00006a20 add  0x0000003f , 0x0000000a , 0x00000013 
+ 00025991  0x00006a21 fetch  0x00000002 , 0x00000678 
+ 00025992  0x00006a22 copy  0x0000003f , 0x00000039 
+ 00025993  0x00006a23 loop  0x00006577 
+ 00025994  0x00006a24 rtn 
+ 00025995  0x00006a27 ifetch  0x00000004 , 0x00000013 
+ 00025996  0x00006a28 rtn  0x00000034 
+ 00025997  0x00006a29 copy  0x0000003f , 0x00000002 
+ 00025998  0x00006a2a copy  0x00000022 , 0x0000003f 
+ 00025999  0x00006a2b isub  0x00000002 , 0x00000002 
+ 00026000  0x00006a2c nrtn  0x00000002 
+ 00026001  0x00006a2d setarg  0x000009c4 
+ 00026002  0x00006a2e isub  0x00000002 , 0x0000003e 
+ 00026003  0x00006a2f rtn  0x00000002 
+ 00026004  0x00006a30 copy  0x00000022 , 0x0000003f 
+ 00026005  0x00006a31 istore  0x00000004 , 0x00000013 
+ 00026006  0x00006a32 increase  0x00000009 , 0x00000013 
+ 00026007  0x00006a33 setarg  0x00000001 
+ 00026008  0x00006a34 istore  0x00000001 , 0x00000013 
+ 00026009  0x00006a35 fetch  0x00000001 , 0x00004ed0 
+ 00026010  0x00006a36 rtn  0x00000034 
+ 00026011  0x00006a37 jam  0x00000000 , 0x00004ed0 
+ 00026012  0x00006a38 bpatch  0x000000a6 , 0x00004014 
+ 00026013  0x00006a39 call  0x00006755 
+ 00026014  0x00006a3a fetch  0x00000001 , 0x00004ed7 
+ 00026015  0x00006a3b beq  0x00000000 , 0x000065a2 
+ 00026016  0x00006a3c beq  0x00000001 , 0x000065a5 
+ 00026017  0x00006a3d rtn 
+ 00026018  0x00006a40 call  0x000065af 
+ 00026019  0x00006a41 arg  0x00000003 , 0x0000003f 
+ 00026020  0x00006a42 branch  0x0000655a 
+ 00026021  0x00006a45 copy  0x00000007 , 0x0000003f 
+ 00026022  0x00006a46 fetcht  0x00000001 , 0x00004ed8 
+ 00026023  0x00006a47 isub  0x00000002 , 0x0000003e 
+ 00026024  0x00006a48 nbranch  0x000065a2 , 0x00000005 
+ 00026025  0x00006a49 fetch  0x00000001 , 0x00004ed9 
+ 00026026  0x00006a4a setflip  0x00000000 , 0x0000003f 
+ 00026027  0x00006a4b store  0x00000001 , 0x00004ed9 
+ 00026028  0x00006a4c nrtn  0x00000034 
+ 00026029  0x00006a4e jam  0x00000000 , 0x00004ed9 
+ 00026030  0x00006a4f branch  0x00004325 
+ 00026031  0x00006a52 arg  0x00004aa9 , 0x00000013 
+ 00026032  0x00006a53 call  0x00006730 
+ 00026033  0x00006a54 rtn  0x00000034 
+ 00026034  0x00006a55 arg  0x00004bd0 , 0x00000013 
+ 00026035  0x00006a56 rtn 
+ 00026036  0x00006a59 add  0x00000013 , 0x00000005 , 0x00000012 
+ 00026037  0x00006a5a ifetch  0x00000004 , 0x00000012 
+ 00026038  0x00006a5b rtn  0x00000034 
+ 00026039  0x00006a5c copy  0x0000003f , 0x00000002 
+ 00026040  0x00006a5d copy  0x00000022 , 0x0000003f 
+ 00026041  0x00006a5e isub  0x00000002 , 0x00000002 
+ 00026042  0x00006a5f ncall  0x00007806 , 0x00000002 
+ 00026043  0x00006a60 setarg  0x000003e8 
+ 00026044  0x00006a61 isub  0x00000002 , 0x0000003e 
+ 00026045  0x00006a62 branch  0x0000654e 
+ 00026046  0x00006a64 fetch  0x00000002 , 0x0000442c 
+ 00026047  0x00006a65 ifetch  0x00000001 , 0x0000003f 
+ 00026048  0x00006a66 rtn  0x00000034 
+ 00026049  0x00006a68 setarg  0x00000000 
+ 00026050  0x00006a69 store  0x00000002 , 0x000006f1 
+ 00026051  0x00006a6a call  0x00007003 
+ 00026052  0x00006a6b nbranch  0x000077a5 , 0x00000028 
+ 00026053  0x00006a6c call  0x000077a3 
+ 00026054  0x00006a6d disable  0x00000028 
+ 00026055  0x00006a6e fetch  0x00000001 , 0x00004388 
+ 00026056  0x00006a6f nrtn  0x00000034 
+ 00026057  0x00006a70 bpatch  0x000000a7 , 0x00004014 
+ 00026058  0x00006a71 fetch  0x00000001 , 0x00004ed7 
+ 00026059  0x00006a72 beq  0x00000001 , 0x000065cf 
+ 00026060  0x00006a73 call  0x00006628 
+ 00026061  0x00006a74 call  0x000065dc 
+ 00026062  0x00006a75 rtn  0x00000028 
+ 00026063  0x00006a77 call  0x000065d5 
+ 00026064  0x00006a78 fetch  0x00000002 , 0x000006f1 
+ 00026065  0x00006a79 store  0x00000002 , 0x000006f8 
+ 00026066  0x00006a7a jam  0x00000000 , 0x000006fa 
+ 00026067  0x00006a7b force  0x00000000 , 0x00000007 
+ 00026068  0x00006a7c branch  0x0000703b 
+ 00026069  0x00006a7f fetch  0x00000001 , 0x00004ed5 
+ 00026070  0x00006a80 fetcht  0x00000001 , 0x00004ed8 
+ 00026071  0x00006a81 isub  0x00000002 , 0x0000003e 
+ 00026072  0x00006a82 branch  0x00004323 , 0x00000005 
+ 00026073  0x00006a83 fetch  0x00000001 , 0x00004ed9 
+ 00026074  0x00006a84 nbranch  0x00004325 , 0x00000034 
+ 00026075  0x00006a85 rtn 
+ 00026076  0x00006a88 arg  0x00000000 , 0x00000007 
+ 00026077  0x00006a8a arg  0x00004ad3 , 0x00000012 
+ 00026078  0x00006a8b arg  0x00000002 , 0x0000003f 
+ 00026079  0x00006a8c imul32  0x00000007 , 0x0000003f 
+ 00026080  0x00006a8d iadd  0x00000012 , 0x00000012 
+ 00026081  0x00006a8e ifetch  0x00000002 , 0x00000012 
+ 00026082  0x00006a90 rtn  0x00000034 
+ 00026083  0x00006a91 fetcht  0x00000002 , 0x000006f1 
+ 00026084  0x00006a92 ixor  0x00000002 , 0x0000003e 
+ 00026085  0x00006a93 branch  0x000065e8 , 0x00000005 
+ 00026086  0x00006a94 increase  0x00000001 , 0x00000007 
+ 00026087  0x00006a95 branch  0x000065dd 
+ 00026088  0x00006a98 store  0x00000002 , 0x00004adf 
+ 00026089  0x00006a99 call  0x00004323 
+ 00026090  0x00006a9a arg  0x00004ae1 , 0x00000013 
+ 00026091  0x00006a9b arg  0x0000000a , 0x0000003f 
+ 00026092  0x00006a9c imul32  0x00000007 , 0x0000003f 
+ 00026093  0x00006a9d iadd  0x00000013 , 0x00000013 
+ 00026094  0x00006a9e call  0x000065f0 
+ 00026095  0x00006a9f branch  0x00006633 
+ 00026096  0x00006aa2 call  0x0000677f 
+ 00026097  0x00006aa3 ifetch  0x00000001 , 0x00000013 
+ 00026098  0x00006aa4 rtn  0x00000034 
+ 00026099  0x00006aa5 call  0x00006642 
+ 00026100  0x00006aa7 call  0x0000677f 
+ 00026101  0x00006aa8 call  0x00006609 
+ 00026102  0x00006aa9 call  0x00006614 
+ 00026103  0x00006aaa call  0x0000661e 
+ 00026104  0x00006aab arg  0x00000005 , 0x0000003f 
+ 00026105  0x00006aac call  0x00006382 
+ 00026106  0x00006aad call  0x00006730 
+ 00026107  0x00006aae rtn  0x00000034 
+ 00026108  0x00006aaf jam  0x00000078 , 0x000049f5 
+ 00026109  0x00006ab0 arg  0x00000006 , 0x0000003f 
+ 00026110  0x00006ab1 branch  0x00006382 
+ 00026111  0x00006ab4 fetcht  0x00000001 , 0x00004eba 
+ 00026112  0x00006ab5 call  0x00006730 
+ 00026113  0x00006ab6 rtn  0x00000034 
+ 00026114  0x00006ab7 fetcht  0x00000001 , 0x00004ebd 
+ 00026115  0x00006ab8 increase  0x00000001 , 0x00000002 
+ 00026116  0x00006ab9 fetch  0x00000001 , 0x00004ed6 
+ 00026117  0x00006aba rtn  0x00000034 
+ 00026118  0x00006abb fetcht  0x00000001 , 0x00004eba 
+ 00026119  0x00006abc jam  0x00000000 , 0x00004ed6 
+ 00026120  0x00006abd rtn 
+ 00026121  0x00006ac0 call  0x000065ff 
+ 00026122  0x00006ac1 copy  0x00000002 , 0x0000003f 
+ 00026123  0x00006ac2 rtn  0x00000034 
+ 00026124  0x00006ac3 store  0x00000001 , 0x00004ec3 
+ 00026125  0x00006ac5 arg  0x00000013 , 0x0000003f 
+ 00026126  0x00006ac6 call  0x00006382 
+ 00026127  0x00006ac7 fetch  0x00000001 , 0x00004ec3 
+ 00026128  0x00006ac8 increase  0xffffffff , 0x0000003f 
+ 00026129  0x00006ac9 store  0x00000001 , 0x00004ec3 
+ 00026130  0x00006aca rtn  0x00000034 
+ 00026131  0x00006acb branch  0x0000660d 
+ 00026132  0x00006ace fetch  0x00000001 , 0x00004ebc 
+ 00026133  0x00006acf rtn  0x00000034 
+ 00026134  0x00006ad0 store  0x00000001 , 0x00004ec4 
+ 00026135  0x00006ad2 arg  0x00000020 , 0x0000003f 
+ 00026136  0x00006ad3 call  0x00006382 
+ 00026137  0x00006ad4 fetch  0x00000001 , 0x00004ec4 
+ 00026138  0x00006ad5 increase  0xffffffff , 0x0000003f 
+ 00026139  0x00006ad6 store  0x00000001 , 0x00004ec4 
+ 00026140  0x00006ad7 rtn  0x00000034 
+ 00026141  0x00006ad8 branch  0x00006617 
+ 00026142  0x00006adb fetch  0x00000001 , 0x00004ebd 
+ 00026143  0x00006adc rtn  0x00000034 
+ 00026144  0x00006add store  0x00000001 , 0x00004ec5 
+ 00026145  0x00006adf arg  0x00000021 , 0x0000003f 
+ 00026146  0x00006ae0 call  0x00006382 
+ 00026147  0x00006ae1 fetch  0x00000001 , 0x00004ec5 
+ 00026148  0x00006ae2 increase  0xffffffff , 0x0000003f 
+ 00026149  0x00006ae3 store  0x00000001 , 0x00004ec5 
+ 00026150  0x00006ae4 rtn  0x00000034 
+ 00026151  0x00006ae5 branch  0x00006621 
+ 00026152  0x00006ae8 fetch  0x00000002 , 0x00004adf 
+ 00026153  0x00006ae9 rtn  0x00000034 
+ 00026154  0x00006aea fetcht  0x00000002 , 0x000006f1 
+ 00026155  0x00006aeb sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00026156  0x00006aec branch  0x00006636 , 0x00000005 
+ 00026157  0x00006aed isub  0x00000002 , 0x0000003e 
+ 00026158  0x00006aee rtn  0x00000005 
+ 00026159  0x00006aef storet  0x00000002 , 0x00004adf 
+ 00026160  0x00006af0 fetch  0x00000002 , 0x00004ed3 
+ 00026161  0x00006af1 isub  0x00000002 , 0x0000003e 
+ 00026162  0x00006af2 call  0x00004325 , 0x00000005 
+ 00026163  0x00006af4 fetch  0x00000002 , 0x000006f1 
+ 00026164  0x00006af5 store  0x00000002 , 0x0000442e 
+ 00026165  0x00006af6 branch  0x00007dba 
+ 00026166  0x00006af8 jam  0x00000001 , 0x00004ed0 
+ 00026167  0x00006af9 call  0x00004325 
+ 00026168  0x00006afa arg  0x00004b1d , 0x00000013 
+ 00026169  0x00006afb call  0x000065f0 
+ 00026170  0x00006afc setarg  0x00000000 
+ 00026171  0x00006afd store  0x00000002 , 0x00004adf 
+ 00026172  0x00006afe jam  0x00000032 , 0x000048ae 
+ 00026173  0x00006aff call  0x00006633 
+ 00026174  0x00006b00 fetch  0x00000001 , 0x00004523 
+ 00026175  0x00006b01 mul32  0x0000003f , 0x0000000a , 0x00000039 
+ 00026176  0x00006b02 arg  0x000049fa , 0x00000005 
+ 00026177  0x00006b03 branch  0x00007ca1 
+ 00026178  0x00006b05 bpatch  0x000000a8 , 0x00004015 
+ 00026179  0x00006b06 fetch  0x00000001 , 0x00004ed7 
+ 00026180  0x00006b07 beq  0x00000001 , 0x00006647 
+ 00026181  0x00006b08 beq  0x00000000 , 0x0000664d 
+ 00026182  0x00006b09 rtn 
+ 00026183  0x00006b0b copy  0x00000007 , 0x0000003f 
+ 00026184  0x00006b0c beq  0x00000005 , 0x00006676 
+ 00026185  0x00006b0d beq  0x00000000 , 0x00006693 
+ 00026186  0x00006b0e beq  0x00000004 , 0x0000669b 
+ 00026187  0x00006b0f beq  0x00000002 , 0x000066be 
+ 00026188  0x00006b10 rtn 
+ 00026189  0x00006b12 ifetch  0x00000001 , 0x00000013 
+ 00026190  0x00006b13 beq  0x00000001 , 0x00006676 
+ 00026191  0x00006b14 beq  0x00000002 , 0x00006693 
+ 00026192  0x00006b15 beq  0x00000003 , 0x0000669b 
+ 00026193  0x00006b16 beq  0x00000004 , 0x000066be 
+ 00026194  0x00006b17 beq  0x00000005 , 0x00006654 
+ 00026195  0x00006b18 rtn 
+ 00026196  0x00006b1a call  0x00006730 
+ 00026197  0x00006b1b nbranch  0x0000665e , 0x00000034 
+ 00026198  0x00006b1c setarg  0x00000004 
+ 00026199  0x00006b1d mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00026200  0x00006b1e arg  0x00004c12 , 0x00000002 
+ 00026201  0x00006b1f iadd  0x00000002 , 0x00000005 
+ 00026202  0x00006b20 increase  0x00000003 , 0x00000005 
+ 00026203  0x00006b21 fetch  0x00000003 , 0x00004b27 
+ 00026204  0x00006b22 istore  0x00000003 , 0x00000005 
+ 00026205  0x00006b23 rtn 
+ 00026206  0x00006b25 setarg  0x00000004 
+ 00026207  0x00006b26 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00026208  0x00006b27 arg  0x00004c12 , 0x00000002 
+ 00026209  0x00006b28 iadd  0x00000002 , 0x00000005 
+ 00026210  0x00006b29 increase  0x00000003 , 0x00000005 
+ 00026211  0x00006b2a fetch  0x00000002 , 0x00004ebe 
+ 00026212  0x00006b2b istore  0x00000003 , 0x00000005 
+ 00026213  0x00006b2c increase  0x00000007 , 0x00000005 
+ 00026214  0x00006b2d fetch  0x00000002 , 0x00004ec0 
+ 00026215  0x00006b2e lshift4  0x0000003f , 0x0000003f 
+ 00026216  0x00006b2f lshift8  0x0000003f , 0x0000003f 
+ 00026217  0x00006b30 istore  0x00000003 , 0x00000005 
+ 00026218  0x00006b31 rtn 
+ 00026219  0x00006b34 fetch  0x00000001 , 0x00004ebc 
+ 00026220  0x00006b35 rtn  0x00000034 
+ 00026221  0x00006b36 increase  0xffffffff , 0x0000003f 
+ 00026222  0x00006b37 store  0x00000001 , 0x00004ebc 
+ 00026223  0x00006b38 arg  0x00000062 , 0x0000003f 
+ 00026224  0x00006b39 rtn 
+ 00026225  0x00006b3b arg  0x0000000a , 0x00000002 
+ 00026226  0x00006b3c call  0x00006730 
+ 00026227  0x00006b3d rtn  0x00000034 
+ 00026228  0x00006b3e arg  0x00000007 , 0x00000002 
+ 00026229  0x00006b3f rtn 
+ 00026230  0x00006b41 call  0x00006671 
+ 00026231  0x00006b42 fetch  0x00000002 , 0x00004ebe 
+ 00026232  0x00006b43 isub  0x00000002 , 0x0000003e 
+ 00026233  0x00006b44 ncall  0x0000666b , 0x00000002 
+ 00026234  0x00006b45 nrtn  0x00000002 
+ 00026235  0x00006b46 isub  0x00000002 , 0x0000003f 
+ 00026236  0x00006b48 store  0x00000002 , 0x00004ebe 
+ 00026237  0x00006b4a bpatch  0x000000a9 , 0x00004015 
+ 00026238  0x00006b4b fetch  0x00000002 , 0x00004ebe 
+ 00026239  0x00006b4c fetcht  0x00000002 , 0x00004ec0 
+ 00026240  0x00006b4d lshift8  0x00000002 , 0x00000002 
+ 00026241  0x00006b4e lshift4  0x00000002 , 0x00000002 
+ 00026242  0x00006b4f iadd  0x00000002 , 0x0000003f 
+ 00026243  0x00006b50 store  0x00000003 , 0x00004b27 
+ 00026244  0x00006b51 branch  0x00006654 
+ 00026245  0x00006b53 fetch  0x00000002 , 0x00004ebe 
+ 00026246  0x00006b54 arg  0x00000062 , 0x00000002 
+ 00026247  0x00006b55 isub  0x00000002 , 0x00000002 
+ 00026248  0x00006b56 nrtn  0x00000002 
+ 00026249  0x00006b57 copy  0x00000002 , 0x0000003f 
+ 00026250  0x00006b58 fetcht  0x00000001 , 0x00004ebc 
+ 00026251  0x00006b59 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00026252  0x00006b5a branch  0x00006690 , 0x00000005 
+ 00026253  0x00006b5b increase  0x00000001 , 0x00000002 
+ 00026254  0x00006b5c storet  0x00000001 , 0x00004ebc 
+ 00026255  0x00006b5d branch  0x0000667c 
+ 00026256  0x00006b5f jam  0x00000000 , 0x00004ebc 
+ 00026257  0x00006b60 arg  0x00000000 , 0x0000003f 
+ 00026258  0x00006b61 branch  0x0000667c 
+ 00026259  0x00006b63 call  0x00006730 
+ 00026260  0x00006b64 ncall  0x00006685 , 0x00000034 
+ 00026261  0x00006b65 call  0x00006671 
+ 00026262  0x00006b66 fetch  0x00000002 , 0x00004ebe 
+ 00026263  0x00006b68 iadd  0x00000002 , 0x0000003f 
+ 00026264  0x00006b69 arg  0x00000fff , 0x00000002 
+ 00026265  0x00006b6a call  0x00007d6c 
+ 00026266  0x00006b6b branch  0x0000667c 
+ 00026267  0x00006b6e call  0x00006671 
+ 00026268  0x00006b6f fetch  0x00000002 , 0x00004ec0 
+ 00026269  0x00006b70 isub  0x00000002 , 0x0000003f 
+ 00026270  0x00006b71 store  0x00000002 , 0x00004ec0 
+ 00026271  0x00006b73 fetcht  0x00000002 , 0x00004ec0 
+ 00026272  0x00006b74 call  0x00006730 
+ 00026273  0x00006b75 branch  0x0000667d , 0x00000034 
+ 00026274  0x00006b76 setarg  0x00000fff 
+ 00026275  0x00006b77 isub  0x00000002 , 0x0000003f 
+ 00026276  0x00006b78 arg  0x00000062 , 0x00000002 
+ 00026277  0x00006b79 isub  0x00000002 , 0x00000002 
+ 00026278  0x00006b7a nbranch  0x0000667d , 0x00000002 
+ 00026279  0x00006b7b setarg  0x00000fff 
+ 00026280  0x00006b7c isub  0x00000002 , 0x0000003f 
+ 00026281  0x00006b7d fetcht  0x00000001 , 0x00004ebd 
+ 00026282  0x00006b7e sub  0x00000002 , 0x00000005 , 0x0000003e 
+ 00026283  0x00006b7f branch  0x000066af , 0x00000005 
+ 00026284  0x00006b80 increase  0x00000001 , 0x00000002 
+ 00026285  0x00006b81 storet  0x00000001 , 0x00004ebd 
+ 00026286  0x00006b82 branch  0x000066bc 
+ 00026287  0x00006b84 jam  0x00000000 , 0x00004ebd 
+ 00026288  0x00006b86 setarg  0x00000fff 
+ 00026289  0x00006b87 branch  0x000066bc 
+ 00026290  0x00006b8a call  0x00006730 
+ 00026291  0x00006b8b branch  0x000066b0 , 0x00000034 
+ 00026292  0x00006b8c fetch  0x00000001 , 0x00004ebd 
+ 00026293  0x00006b8d branch  0x000066b0 , 0x00000034 
+ 00026294  0x00006b8e increase  0xffffffff , 0x0000003f 
+ 00026295  0x00006b8f store  0x00000001 , 0x00004ebd 
+ 00026296  0x00006b90 setarg  0x00000fff 
+ 00026297  0x00006b91 arg  0x00000062 , 0x00000002 
+ 00026298  0x00006b92 isub  0x00000002 , 0x0000003f 
+ 00026299  0x00006b93 iadd  0x00000011 , 0x0000003f 
+ 00026300  0x00006b95 store  0x00000002 , 0x00004ec0 
+ 00026301  0x00006b96 branch  0x0000667d 
+ 00026302  0x00006b98 call  0x00006671 
+ 00026303  0x00006b99 fetch  0x00000002 , 0x00004ec0 
+ 00026304  0x00006b9b iadd  0x00000002 , 0x0000003f 
+ 00026305  0x00006b9c arg  0x00000fff , 0x00000002 
+ 00026306  0x00006b9d isub  0x00000002 , 0x00000011 
+ 00026307  0x00006b9e branch  0x000066b2 , 0x00000002 
+ 00026308  0x00006b9f branch  0x000066bc 
+ 00026309  0x00006ba3 fetch  0x00000002 , 0x00004398 
+ 00026310  0x00006ba4 beq  0x00000024 , 0x000062e9 
+ 00026311  0x00006ba5 rtn 
+ 00026312  0x00006ba8 arg  0x00000017 , 0x00000011 
+ 00026313  0x00006ba9 arg  0x00000004 , 0x00000012 
+ 00026314  0x00006baa call  0x000029fb 
+ 00026315  0x00006bab setarg  0x00000006 
+ 00026316  0x00006bac istore  0x00000001 , 0x00000005 
+ 00026317  0x00006bad setarg  0x00000001 
+ 00026318  0x00006bae istore  0x00000002 , 0x00000005 
+ 00026319  0x00006baf setarg  0x0000ffff 
+ 00026320  0x00006bb0 istore  0x00000002 , 0x00000005 
+ 00026321  0x00006bb1 setarg  0x00002800 
+ 00026322  0x00006bb2 istore  0x00000002 , 0x00000005 
+ 00026323  0x00006bb3 arg  0x000049e4 , 0x00000006 
+ 00026324  0x00006bb4 branch  0x00007c8f 
+ 00026325  0x00006bb8 bpatch  0x000000aa , 0x00004015 
+ 00026326  0x00006bb9 copy  0x00000011 , 0x00000006 
+ 00026327  0x00006bba ifetch  0x00000003 , 0x00000006 
+ 00026328  0x00006bbb store  0x00000003 , 0x00004397 
+ 00026329  0x00006bbc beq  0x00000007 , 0x00006704 
+ 00026330  0x00006bbd beq  0x00000001 , 0x00006725 
+ 00026331  0x00006bbe beq  0x0000000a , 0x000066f4 
+ 00026332  0x00006bbf beq  0x0000000c , 0x000066de 
+ 00026333  0x00006bc0 branch  0x00002b96 
+ 00026334  0x00006bc3 ifetch  0x00000002 , 0x00000006 
+ 00026335  0x00006bc4 store  0x00000002 , 0x000006b5 
+ 00026336  0x00006bc5 iforce  0x00000011 
+ 00026337  0x00006bc6 fetcht  0x00000002 , 0x00004398 
+ 00026338  0x00006bc7 fetch  0x00000002 , 0x00004332 
+ 00026339  0x00006bc8 isub  0x00000002 , 0x0000003e 
+ 00026340  0x00006bc9 nbranch  0x00002d50 , 0x00000005 
+ 00026341  0x00006bca call  0x00006730 
+ 00026342  0x00006bcb nbranch  0x000066e9 , 0x00000034 
+ 00026343  0x00006bcc fetcht  0x00000002 , 0x000049e0 
+ 00026344  0x00006bcd branch  0x000066ea 
+ 00026345  0x00006bd0 fetcht  0x00000002 , 0x000049e2 
+ 00026346  0x00006bd2 arg  0x000048be , 0x00000006 
+ 00026347  0x00006bd3 call  0x00007c6d 
+ 00026348  0x00006bd4 copy  0x00000002 , 0x0000003f 
+ 00026349  0x00006bd5 isub  0x00000011 , 0x0000003f 
+ 00026350  0x00006bd6 nbranch  0x00002e03 , 0x00000002 
+ 00026351  0x00006bd7 increase  0x00000001 , 0x0000003f 
+ 00026352  0x00006bd8 sub  0x0000003f , 0x00000017 , 0x0000003e 
+ 00026353  0x00006bd9 branch  0x00002d59 , 0x00000002 
+ 00026354  0x00006bda force  0x00000017 , 0x0000003f 
+ 00026355  0x00006bdb branch  0x00002d59 
+ 00026356  0x00006bde fetcht  0x00000002 , 0x00004398 
+ 00026357  0x00006bdf fetch  0x00000001 , 0x00004321 
+ 00026358  0x00006be0 bbit1  0x00000003 , 0x000066f8 
+ 00026359  0x00006be1 branch  0x00002d1d 
+ 00026360  0x00006be3 fetch  0x00000002 , 0x00004332 
+ 00026361  0x00006be4 isub  0x00000002 , 0x0000003e 
+ 00026362  0x00006be5 nbranch  0x00002d1d , 0x00000005 
+ 00026363  0x00006be6 call  0x00002dc7 
+ 00026364  0x00006be7 nbranch  0x000066fe , 0x00000028 
+ 00026365  0x00006be8 branch  0x00002d46 
+ 00026366  0x00006beb fetch  0x00000002 , 0x00004332 
+ 00026367  0x00006bec isub  0x00000002 , 0x0000003e 
+ 00026368  0x00006bed nbranch  0x00002d1d , 0x00000005 
+ 00026369  0x00006bee arg  0x000048be , 0x00000006 
+ 00026370  0x00006bef force  0x00000017 , 0x0000003f 
+ 00026371  0x00006bf0 branch  0x00002d2d 
+ 00026372  0x00006bf4 bpatch  0x000000ab , 0x00004015 
+ 00026373  0x00006bf5 jam  0x00000005 , 0x00004eba 
+ 00026374  0x00006bf6 jam  0x00000001 , 0x000049f4 
+ 00026375  0x00006bf7 jam  0x00000001 , 0x00004ec2 
+ 00026376  0x00006bf8 jam  0x000000f0 , 0x000049f5 
+ 00026377  0x00006bf9 jam  0x0000000a , 0x00004ed1 
+ 00026378  0x00006bfa jam  0x00000001 , 0x00004ed6 
+ 00026379  0x00006bfb call  0x000067bf 
+ 00026380  0x00006bfc fetch  0x00000001 , 0x00004ed2 
+ 00026381  0x00006bfd rtn  0x00000034 
+ 00026382  0x00006bfe call  0x00006783 
+ 00026383  0x00006bff arg  0x00000062 , 0x00000002 
+ 00026384  0x00006c01 fetch  0x00000002 , 0x00004f88 
+ 00026385  0x00006c02 arg  0x00004ebe , 0x00000011 
+ 00026386  0x00006c03 arg  0x00004ebc , 0x00000012 
+ 00026387  0x00006c04 call  0x0000671e 
+ 00026388  0x00006c05 arg  0x00000062 , 0x00000002 
+ 00026389  0x00006c07 fetch  0x00000002 , 0x00004f8a 
+ 00026390  0x00006c08 arg  0x00004ec0 , 0x00000011 
+ 00026391  0x00006c09 arg  0x00004ebd , 0x00000012 
+ 00026392  0x00006c0a call  0x0000671e 
+ 00026393  0x00006c0b setarg  0x00000fff 
+ 00026394  0x00006c0c fetcht  0x00000002 , 0x00004ec0 
+ 00026395  0x00006c0d isub  0x00000002 , 0x0000003f 
+ 00026396  0x00006c0e store  0x00000002 , 0x00004ec0 
+ 00026397  0x00006c0f rtn 
+ 00026398  0x00006c11 idiv  0x00000002 
+ 00026399  0x00006c12 call  0x00007d62 
+ 00026400  0x00006c13 quotient  0x0000003f 
+ 00026401  0x00006c14 remainder  0x00000002 
+ 00026402  0x00006c15 istore  0x00000001 , 0x00000012 
+ 00026403  0x00006c16 istoret  0x00000002 , 0x00000011 
+ 00026404  0x00006c17 rtn 
+ 00026405  0x00006c19 increase  0xfffffffe , 0x00000006 
+ 00026406  0x00006c1a ifetch  0x00000001 , 0x00000006 
+ 00026407  0x00006c1b beq  0x00000006 , 0x0000672e 
+ 00026408  0x00006c1c rtn 
+ 00026409  0x00006c1e jam  0x00000001 , 0x00004eba 
+ 00026410  0x00006c1f jam  0x00000000 , 0x000049f4 
+ 00026411  0x00006c20 jam  0x00000000 , 0x00004ec2 
+ 00026412  0x00006c21 jam  0x0000000a , 0x000049f5 
+ 00026413  0x00006c22 rtn 
+ 00026414  0x00006c25 call  0x00006729 
+ 00026415  0x00006c26 branch  0x000067bf 
+ 00026416  0x00006c29 fetch  0x00000001 , 0x000049f4 
+ 00026417  0x00006c2a rtn 
+ 00026418  0x00006c2e arg  0x00004f24 , 0x00000013 
+ 00026419  0x00006c2f call  0x00006730 
+ 00026420  0x00006c30 rtn  0x00000034 
+ 00026421  0x00006c31 jam  0x00000078 , 0x000049f5 
+ 00026422  0x00006c32 arg  0x00004b2b , 0x00000013 
+ 00026423  0x00006c33 rtn 
+ 00026424  0x00006c36 arg  0x00004a40 , 0x00000013 
+ 00026425  0x00006c37 call  0x00006730 
+ 00026426  0x00006c38 rtn  0x00000034 
+ 00026427  0x00006c39 arg  0x00004b67 , 0x00000013 
+ 00026428  0x00006c3a jam  0x0000000c , 0x000049f5 
+ 00026429  0x00006c3b copy  0x00000007 , 0x0000003f 
+ 00026430  0x00006c3c rtneq  0x00000001 
+ 00026431  0x00006c3d rtn 
+ 00026432  0x00006c3f bpatch  0x000000ac , 0x00004015 
+ 00026433  0x00006c40 fetch  0x00000001 , 0x00004c0e 
+ 00026434  0x00006c41 setflip  0x00000000 , 0x0000003f 
+ 00026435  0x00006c42 store  0x00000001 , 0x00004c0e 
+ 00026436  0x00006c43 beq  0x00000000 , 0x00006749 
+ 00026437  0x00006c44 beq  0x00000001 , 0x00006747 
+ 00026438  0x00006c45 rtn 
+ 00026439  0x00006c47 call  0x00006750 
+ 00026440  0x00006c48 branch  0x00006371 
+ 00026441  0x00006c4a call  0x0000674b 
+ 00026442  0x00006c4b branch  0x00006371 
+ 00026443  0x00006c4d arg  0x00004a6d , 0x00000013 
+ 00026444  0x00006c4e call  0x00006730 
+ 00026445  0x00006c4f rtn  0x00000034 
+ 00026446  0x00006c50 arg  0x00004b94 , 0x00000013 
+ 00026447  0x00006c51 rtn 
+ 00026448  0x00006c53 arg  0x00004bfa , 0x00000013 
+ 00026449  0x00006c54 call  0x00006730 
+ 00026450  0x00006c55 rtn  0x00000034 
+ 00026451  0x00006c56 arg  0x00004c04 , 0x00000013 
+ 00026452  0x00006c57 rtn 
+ 00026453  0x00006c5b copy  0x00000007 , 0x0000003f 
+ 00026454  0x00006c5c beq  0x00000001 , 0x00006777 
+ 00026455  0x00006c5d beq  0x00000002 , 0x00006765 
+ 00026456  0x00006c5e beq  0x00000004 , 0x00006761 
+ 00026457  0x00006c5f rtn 
+ 00026458  0x00006c63 arg  0x00004f9d , 0x00000013 
+ 00026459  0x00006c64 arg  0x0000675d , 0x00000012 
+ 00026460  0x00006c65 branch  0x000042e0 
+ 00026461  0x00006c67 jam  0x00000004 , 0x00004f9d 
+ 00026462  0x00006c68 fetch  0x00000001 , 0x00004c0e 
+ 00026463  0x00006c69 branch  0x00006761 , 0x00000034 
+ 00026464  0x00006c6a branch  0x00006765 
+ 00026465  0x00006c6e jam  0x00000000 , 0x00004c0e 
+ 00026466  0x00006c6f jam  0x00000004 , 0x00004f9d 
+ 00026467  0x00006c70 arg  0x00004ab5 , 0x00000013 
+ 00026468  0x00006c71 branch  0x00006371 
+ 00026469  0x00006c74 jam  0x00000001 , 0x00004c0e 
+ 00026470  0x00006c75 jam  0x00000004 , 0x00004f9d 
+ 00026471  0x00006c76 arg  0x00004aaf , 0x00000013 
+ 00026472  0x00006c77 branch  0x00006371 
+ 00026473  0x00006c79 jam  0x00000000 , 0x00004c0e 
+ 00026474  0x00006c7a jam  0x00000000 , 0x00004f9d 
+ 00026475  0x00006c7b rtn 
+ 00026476  0x00006c7f arg  0x00004f9e , 0x00000013 
+ 00026477  0x00006c80 arg  0x0000676f , 0x00000012 
+ 00026478  0x00006c81 branch  0x000042e0 
+ 00026479  0x00006c83 jam  0x00000002 , 0x00004f9e 
+ 00026480  0x00006c84 call  0x00006772 
+ 00026481  0x00006c85 branch  0x00006371 
+ 00026482  0x00006c88 arg  0x00004f9f , 0x00000013 
+ 00026483  0x00006c89 call  0x00006730 
+ 00026484  0x00006c8a rtn  0x00000034 
+ 00026485  0x00006c8b arg  0x00004fa7 , 0x00000013 
+ 00026486  0x00006c8c rtn 
+ 00026487  0x00006c8f fetch  0x00000001 , 0x00004faf 
+ 00026488  0x00006c90 nbranch  0x0000677c , 0x00000034 
+ 00026489  0x00006c91 jam  0x00000001 , 0x00004faf 
+ 00026490  0x00006c92 jam  0x00000002 , 0x00004f9e 
+ 00026491  0x00006c93 rtn 
+ 00026492  0x00006c96 jam  0x00000000 , 0x00004faf 
+ 00026493  0x00006c97 jam  0x00000000 , 0x00004f9e 
+ 00026494  0x00006c98 rtn 
+ 00026495  0x00006c9b fetch  0x00000001 , 0x00004ebb 
+ 00026496  0x00006c9c nrtn  0x00000034 
+ 00026497  0x00006c9d jam  0x00000001 , 0x00004ebb 
+ 00026498  0x00006c9e branch  0x0000667d 
+ 00026499  0x00006ca1 setarg  0x00000000 
+ 00026500  0x00006ca2 store  0x00000007 , 0x00004ebc 
+ 00026501  0x00006ca3 rtn 
+ 00026502  0x00006ca6 call  0x00006730 
+ 00026503  0x00006ca7 beq  0x00000001 , 0x0000678e 
+ 00026504  0x00006ca8 beq  0x00000000 , 0x000067a0 
+ 00026505  0x00006ca9 rtn 
+ 00026506  0x00006cac fetch  0x00000001 , 0x00004f90 
+ 00026507  0x00006cad beq  0x00000001 , 0x000067a7 
+ 00026508  0x00006cae beq  0x00000000 , 0x000067b9 
+ 00026509  0x00006caf rtn 
+ 00026510  0x00006cb2 fetch  0x00000001 , 0x00004ebc 
+ 00026511  0x00006cb3 mul32  0x0000003f , 0x00000062 , 0x0000003f 
+ 00026512  0x00006cb4 copy  0x0000003f , 0x00000002 
+ 00026513  0x00006cb5 fetch  0x00000002 , 0x00004ebe 
+ 00026514  0x00006cb6 iadd  0x00000002 , 0x0000003f 
+ 00026515  0x00006cb7 store  0x00000002 , 0x00004f8c 
+ 00026516  0x00006cb9 fetch  0x00000001 , 0x00004ebd 
+ 00026517  0x00006cba mul32  0x0000003f , 0x00000062 , 0x0000003f 
+ 00026518  0x00006cbb copy  0x0000003f , 0x00000002 
+ 00026519  0x00006cbc fetch  0x00000002 , 0x00004ec0 
+ 00026520  0x00006cbd copy  0x0000003f , 0x00000011 
+ 00026521  0x00006cbe setarg  0x00000fff 
+ 00026522  0x00006cbf isub  0x00000011 , 0x0000003f 
+ 00026523  0x00006cc0 iadd  0x00000002 , 0x0000003f 
+ 00026524  0x00006cc1 store  0x00000002 , 0x00004f8e 
+ 00026525  0x00006cc3 call  0x00006730 
+ 00026526  0x00006cc5 store  0x00000001 , 0x00004f90 
+ 00026527  0x00006cc6 rtn 
+ 00026528  0x00006cc9 fetch  0x00000002 , 0x00004ebe 
+ 00026529  0x00006cca store  0x00000002 , 0x00004f8c 
+ 00026530  0x00006ccb fetch  0x00000002 , 0x00004ec0 
+ 00026531  0x00006ccc store  0x00000002 , 0x00004f8e 
+ 00026532  0x00006ccd call  0x00006730 
+ 00026533  0x00006cce store  0x00000001 , 0x00004f90 
+ 00026534  0x00006ccf rtn 
+ 00026535  0x00006cd1 fetch  0x00000002 , 0x00004f8c 
+ 00026536  0x00006cd2 div  0x0000003f , 0x00000062 
+ 00026537  0x00006cd3 call  0x00007d62 
+ 00026538  0x00006cd4 quotient  0x0000003f 
+ 00026539  0x00006cd5 remainder  0x00000002 
+ 00026540  0x00006cd6 store  0x00000001 , 0x00004ebc 
+ 00026541  0x00006cd7 copy  0x00000002 , 0x0000003f 
+ 00026542  0x00006cd8 store  0x00000002 , 0x00004ebe 
+ 00026543  0x00006cd9 fetch  0x00000002 , 0x00004f8e 
+ 00026544  0x00006cda div  0x0000003f , 0x00000062 
+ 00026545  0x00006cdb call  0x00007d62 
+ 00026546  0x00006cdc quotient  0x0000003f 
+ 00026547  0x00006cdd remainder  0x00000002 
+ 00026548  0x00006cde store  0x00000001 , 0x00004ebd 
+ 00026549  0x00006ce0 setarg  0x00000fff 
+ 00026550  0x00006ce1 isub  0x00000002 , 0x0000003f 
+ 00026551  0x00006ce2 store  0x00000002 , 0x00004ec0 
+ 00026552  0x00006ce5 rtn 
+ 00026553  0x00006ce7 fetch  0x00000002 , 0x00004f8c 
+ 00026554  0x00006ce8 store  0x00000002 , 0x00004ebe 
+ 00026555  0x00006ce9 fetch  0x00000002 , 0x00004f8e 
+ 00026556  0x00006cea store  0x00000002 , 0x00004ec0 
+ 00026557  0x00006ced rtn 
+ 00026558  0x00006cf0 branch  0x0000683c 
+ 00026559  0x00006cf3 branch  0x00006823 
+ 00026560  0x00006cf7 call  0x000067e2 
+ 00026561  0x00006cf8 fetch  0x00000002 , 0x00004f93 
+ 00026562  0x00006cf9 call  0x0000684f 
+ 00026563  0x00006cfa jam  0x00000000 , 0x00004f9b 
+ 00026564  0x00006cfb fetch  0x00000005 , 0x00004f8c 
+ 00026565  0x00006cfc jam  0x00000000 , 0x00004f9c 
+ 00026566  0x00006cfd jam  0x00000000 , 0x00004f99 
+ 00026567  0x00006cfe call  0x000067e6 
+ 00026568  0x00006cff fetch  0x00000001 , 0x00004f99 
+ 00026569  0x00006d00 rtneq  0x00000000 
+ 00026570  0x00006d01 branch  0x000067c0 
+ 00026571  0x00006d06 fetch  0x00000002 , 0x00004f80 
+ 00026572  0x00006d07 increase  0xfffffffb , 0x0000003f 
+ 00026573  0x00006d08 store  0x00000002 , 0x00004f93 
+ 00026574  0x00006d09 rtn 
+ 00026575  0x00006d0d fetch  0x00000002 , 0x00004f93 
+ 00026576  0x00006d0e increase  0xfffffffb , 0x0000003f 
+ 00026577  0x00006d0f store  0x00000002 , 0x00004f93 
+ 00026578  0x00006d10 rtn 
+ 00026579  0x00006d14 fetch  0x00000002 , 0x00004f93 
+ 00026580  0x00006d15 pincrease  0x00000005 
+ 00026581  0x00006d16 store  0x00000002 , 0x00004f93 
+ 00026582  0x00006d17 rtn 
+ 00026583  0x00006d1a fetch  0x00000002 , 0x00004f95 
+ 00026584  0x00006d1b pincrease  0x00000005 
+ 00026585  0x00006d1c store  0x00000002 , 0x00004f95 
+ 00026586  0x00006d1e fetch  0x00000002 , 0x00004f95 
+ 00026587  0x00006d1f copy  0x0000003f , 0x00000002 
+ 00026588  0x00006d21 fetch  0x00000002 , 0x00004f80 
+ 00026589  0x00006d22 isub  0x00000002 , 0x0000003f 
+ 00026590  0x00006d23 arg  0x00000005 , 0x00000002 
+ 00026591  0x00006d24 isub  0x00000002 , 0x0000003e 
+ 00026592  0x00006d26 nbranch  0x00006806 , 0x00000002 
+ 00026593  0x00006d27 rtn 
+ 00026594  0x00006d2a fetch  0x00000001 , 0x00004f9b 
+ 00026595  0x00006d2b beq  0x00000001 , 0x000067cb 
+ 00026596  0x00006d2c beq  0x00000000 , 0x000067cf 
+ 00026597  0x00006d2d rtn 
+ 00026598  0x00006d31 arg  0x00000000 , 0x00000012 
+ 00026599  0x00006d32 copy  0x00000012 , 0x00000002 
+ 00026600  0x00006d33 fetch  0x00000002 , 0x00004f8c 
+ 00026601  0x00006d34 icompare  0x0000ffff , 0x00000002 
+ 00026602  0x00006d36 ncall  0x000067f6 , 0x00000001 
+ 00026603  0x00006d37 arg  0x00000000 , 0x00000012 
+ 00026604  0x00006d38 copy  0x00000012 , 0x00000002 
+ 00026605  0x00006d39 fetch  0x00000002 , 0x00004f8e 
+ 00026606  0x00006d3a icompare  0x0000ffff , 0x00000002 
+ 00026607  0x00006d3b ncall  0x000067f6 , 0x00000001 
+ 00026608  0x00006d3c arg  0x00000000 , 0x00000012 
+ 00026609  0x00006d3d copy  0x00000012 , 0x00000002 
+ 00026610  0x00006d3e fetch  0x00000001 , 0x00004f90 
+ 00026611  0x00006d3f icompare  0x000000ff , 0x00000002 
+ 00026612  0x00006d40 ncall  0x000067f6 , 0x00000001 
+ 00026613  0x00006d41 rtn 
+ 00026614  0x00006d45 fetch  0x00000001 , 0x00004f99 
+ 00026615  0x00006d46 pincrease  0x00000001 
+ 00026616  0x00006d47 store  0x00000001 , 0x00004f99 
+ 00026617  0x00006d48 rtn 
+ 00026618  0x00006d4a jam  0x00000001 , 0x00004f99 
+ 00026619  0x00006d4b call  0x000067d7 
+ 00026620  0x00006d4c fetch  0x00000002 , 0x00004f95 
+ 00026621  0x00006d4d call  0x0000684f 
+ 00026622  0x00006d4e call  0x00006730 
+ 00026623  0x00006d4f copy  0x0000003f , 0x00000002 
+ 00026624  0x00006d50 fetch  0x00000001 , 0x00004f90 
+ 00026625  0x00006d51 icompare  0x000000ff , 0x00000002 
+ 00026626  0x00006d52 call  0x00006821 , 0x00000001 
+ 00026627  0x00006d54 fetch  0x00000001 , 0x00004f99 
+ 00026628  0x00006d55 rtneq  0x00000000 
+ 00026629  0x00006d56 branch  0x000067fa 
+ 00026630  0x00006d5a bpatch  0x000000ad , 0x00004015 
+ 00026631  0x00006d5b call  0x00006821 
+ 00026632  0x00006d5c call  0x00006730 
+ 00026633  0x00006d5d branch  0x0000680b , 0x00000034 
+ 00026634  0x00006d5e branch  0x00006812 
+ 00026635  0x00006d61 fetch  0x00000002 , 0x00004f84 
+ 00026636  0x00006d62 store  0x00000002 , 0x00004ebe 
+ 00026637  0x00006d64 fetcht  0x00000002 , 0x00004f86 
+ 00026638  0x00006d65 setarg  0x00000fff 
+ 00026639  0x00006d66 isub  0x00000002 , 0x0000003f 
+ 00026640  0x00006d67 store  0x00000002 , 0x00004ec0 
+ 00026641  0x00006d68 branch  0x000067be 
+ 00026642  0x00006d6b arg  0x00000062 , 0x00000002 
+ 00026643  0x00006d6d fetch  0x00000002 , 0x00004f88 
+ 00026644  0x00006d6e arg  0x00004ebe , 0x00000011 
+ 00026645  0x00006d6f arg  0x00004ebc , 0x00000012 
+ 00026646  0x00006d70 call  0x0000671e 
+ 00026647  0x00006d71 arg  0x00000062 , 0x00000002 
+ 00026648  0x00006d73 fetch  0x00000002 , 0x00004f8a 
+ 00026649  0x00006d74 arg  0x00004ec0 , 0x00000011 
+ 00026650  0x00006d75 arg  0x00004ebd , 0x00000012 
+ 00026651  0x00006d76 call  0x0000671e 
+ 00026652  0x00006d77 setarg  0x00000fff 
+ 00026653  0x00006d78 fetcht  0x00000002 , 0x00004ec0 
+ 00026654  0x00006d79 isub  0x00000002 , 0x0000003f 
+ 00026655  0x00006d7a store  0x00000002 , 0x00004ec0 
+ 00026656  0x00006d7b branch  0x000067be 
+ 00026657  0x00006d7e jam  0x00000000 , 0x00004f99 
+ 00026658  0x00006d7f rtn 
+ 00026659  0x00006d82 bpatch  0x000000ae , 0x00004015 
+ 00026660  0x00006d83 jam  0x00000001 , 0x00004f9b 
+ 00026661  0x00006d84 call  0x000067c0 
+ 00026662  0x00006d88 fetch  0x00000002 , 0x00004f82 
+ 00026663  0x00006d89 copy  0x0000003f , 0x00000002 
+ 00026664  0x00006d8a fetch  0x00000002 , 0x00004f93 
+ 00026665  0x00006d8b isub  0x00000002 , 0x0000003f 
+ 00026666  0x00006d8c arg  0x00000000 , 0x00000002 
+ 00026667  0x00006d8d isub  0x00000002 , 0x0000003e 
+ 00026668  0x00006d8e nrtn  0x00000002 
+ 00026669  0x00006d8f fetch  0x00000002 , 0x00004f93 
+ 00026670  0x00006d90 copy  0x0000003f , 0x00000002 
+ 00026671  0x00006d92 fetch  0x00000002 , 0x00004f80 
+ 00026672  0x00006d93 increase  0xfffffffb , 0x0000003f 
+ 00026673  0x00006d94 isub  0x00000002 , 0x0000003f 
+ 00026674  0x00006d97 fetch  0x00000002 , 0x00004f93 
+ 00026675  0x00006d98 store  0x00000002 , 0x00004f95 
+ 00026676  0x00006d99 call  0x000067fa 
+ 00026677  0x00006d9a fetch  0x00000002 , 0x00004f95 
+ 00026678  0x00006d9b ncall  0x0000684f , 0x00000005 
+ 00026679  0x00006d9e jam  0x00000000 , 0x00004f99 
+ 00026680  0x00006d9f call  0x000067e6 
+ 00026681  0x00006da0 fetch  0x00000001 , 0x00004f99 
+ 00026682  0x00006da1 rtneq  0x00000000 
+ 00026683  0x00006da2 branch  0x0000678a 
+ 00026684  0x00006da6 bpatch  0x000000af , 0x00004015 
+ 00026685  0x00006da7 jam  0x00000001 , 0x00004f9b 
+ 00026686  0x00006da8 call  0x000067c0 
+ 00026687  0x00006dac fetcht  0x00000002 , 0x00004f82 
+ 00026688  0x00006dae fetch  0x00000002 , 0x00004f93 
+ 00026689  0x00006daf isub  0x00000002 , 0x0000003f 
+ 00026690  0x00006db0 arg  0x00000000 , 0x00000002 
+ 00026691  0x00006db1 isub  0x00000002 , 0x0000003e 
+ 00026692  0x00006db2 nrtn  0x00000002 
+ 00026693  0x00006db4 fetcht  0x00000002 , 0x00004f93 
+ 00026694  0x00006db6 fetch  0x00000002 , 0x00004f80 
+ 00026695  0x00006db7 isub  0x00000002 , 0x0000003f 
+ 00026696  0x00006db8 arg  0x00000000 , 0x00000002 
+ 00026697  0x00006db9 isub  0x00000002 , 0x0000003e 
+ 00026698  0x00006dba nrtn  0x00000002 
+ 00026699  0x00006dbb fetch  0x00000002 , 0x00004f93 
+ 00026700  0x00006dbc store  0x00000002 , 0x00004f91 
+ 00026701  0x00006dbd call  0x00006786 
+ 00026702  0x00006dbf branch  0x00006854 
+ 00026703  0x00006dc3 bpatch  0x000000b0 , 0x00004016 
+ 00026704  0x00006dc4 copy  0x0000003f , 0x00000012 
+ 00026705  0x00006dc5 arg  0x00000005 , 0x00000039 
+ 00026706  0x00006dc7 arg  0x00004f8c , 0x00000011 
+ 00026707  0x00006dc8 branch  0x00006b74 
+ 00026708  0x00006dcc arg  0x00000005 , 0x00000039 
+ 00026709  0x00006dcd arg  0x00004f8c , 0x00000011 
+ 00026710  0x00006dce fetchr  0x00000012 , 0x00000002 , 0x00004f91 
+ 00026711  0x00006dcf branch  0x00006b45 
+ 00026712  0x00006dd2 arg  0x000048ae , 0x00000013 
+ 00026713  0x00006dd3 arg  0x000067be , 0x00000012 
+ 00026714  0x00006dd4 branch  0x000042e0 
+ 00026715  0x00006de3 fetch  0x00000002 , 0x00000912 
+ 00026716  0x00006de6 ifetcht  0x00000001 , 0x00000013 
+ 00026717  0x00006de7 increase  0x00000001 , 0x00000013 
+ 00026718  0x00006de8 lshift8  0x00000002 , 0x00000002 
+ 00026719  0x00006de9 ixor  0x00000002 , 0x0000003f 
+ 00026720  0x00006dec copy  0x00000039 , 0x00000012 
+ 00026721  0x00006ded arg  0x00000008 , 0x00000039 
+ 00026722  0x00006def isolate1  0x0000000f , 0x0000003f 
+ 00026723  0x00006df0 lshift  0x0000003f , 0x0000003f 
+ 00026724  0x00006df1 nbranch  0x00006867 , 0x00000001 
+ 00026725  0x00006df2 fetcht  0x00000002 , 0x00000914 
+ 00026726  0x00006df3 ixor  0x00000002 , 0x0000003f 
+ 00026727  0x00006df5 loop  0x00006862 
+ 00026728  0x00006df6 copy  0x00000012 , 0x00000039 
+ 00026729  0x00006df8 loop  0x0000685c 
+ 00026730  0x00006df9 store  0x00000002 , 0x00000912 
+ 00026731  0x00006dfa rtn 
+ 00026732  0x00006e00 fetch  0x00000001 , 0x0000443f 
+ 00026733  0x00006e02 arg  0x0000003e , 0x00000002 
+ 00026734  0x00006e03 branch  0x00006f20 
+ 00026735  0x00006e07 fetch  0x00000001 , 0x0000443f 
+ 00026736  0x00006e09 arg  0x0000003f , 0x00000002 
+ 00026737  0x00006e0a branch  0x00006f20 
+ 00026738  0x00006e0d call  0x0000686f 
+ 00026739  0x00006e0f call  0x0000686c 
+ 00026740  0x00006e10 branch  0x0000686f 
+ 00026741  0x00006e14 call  0x00006873 
+ 00026742  0x00006e16 branch  0x0000686c 
+ 00026743  0x00006e19 branch  0x00006873 
+ 00026744  0x00006e1c call  0x00006873 
+ 00026745  0x00006e1d branch  0x00006875 
+ 00026746  0x00006e22 branch  0x0000686c 
+ 00026747  0x00006e27 fetch  0x00000001 , 0x00004440 
+ 00026748  0x00006e28 branch  0x0000686d 
+ 00026749  0x00006e2c fetch  0x00000001 , 0x00004440 
+ 00026750  0x00006e2d branch  0x00006870 
+ 00026751  0x00006e30 call  0x0000687b 
+ 00026752  0x00006e31 call  0x0000687d 
+ 00026753  0x00006e32 branch  0x0000687b 
+ 00026754  0x00006e3a clear_stack 
+ 00026755  0x00006e3b call  0x000070d7 
+ 00026756  0x00006e3c call  0x0000688d 
+ 00026757  0x00006e3d call  0x0000688f 
+ 00026758  0x00006e3e call  0x000068a3 
+ 00026759  0x00006e3f call  0x000068bf 
+ 00026760  0x00006e40 call  0x000068c3 
+ 00026761  0x00006e42 jam  0x00000001 , 0x0000070f 
+ 00026762  0x00006e43 jam  0x00000004 , 0x0000070c 
+ 00026763  0x00006e46 call  0x000068ce 
+ 00026764  0x00006e47 branch  0x0000688b 
+ 00026765  0x00006e4a jam  0x00000004 , 0x00008042 
+ 00026766  0x00006e4b rtn 
+ 00026767  0x00006e4e call  0x00006893 
+ 00026768  0x00006e4f call  0x00006897 
+ 00026769  0x00006e50 call  0x0000689b 
+ 00026770  0x00006e51 branch  0x0000689f 
+ 00026771  0x00006e54 fetch  0x00000001 , 0x000044f1 
+ 00026772  0x00006e55 nrtn  0x00000034 
+ 00026773  0x00006e56 jam  0x00000007 , 0x000044f1 
+ 00026774  0x00006e57 rtn 
+ 00026775  0x00006e5a fetch  0x00000001 , 0x000044f2 
+ 00026776  0x00006e5b nrtn  0x00000034 
+ 00026777  0x00006e5c jam  0x00000006 , 0x000044f2 
+ 00026778  0x00006e5d rtn 
+ 00026779  0x00006e5f fetch  0x00000001 , 0x000044f3 
+ 00026780  0x00006e60 nrtn  0x00000034 
+ 00026781  0x00006e61 jam  0x00000009 , 0x000044f3 
+ 00026782  0x00006e62 rtn 
+ 00026783  0x00006e64 fetch  0x00000001 , 0x000044f4 
+ 00026784  0x00006e65 nrtn  0x00000034 
+ 00026785  0x00006e66 jam  0x0000000a , 0x000044f4 
+ 00026786  0x00006e67 rtn 
+ 00026787  0x00006e6b setarg  0x00000c00 
+ 00026788  0x00006e6c store  0x00000002 , 0x00000670 
+ 00026789  0x00006e6d setarg  0x00000eff 
+ 00026790  0x00006e6e istore  0x00000002 , 0x00000005 
+ 00026791  0x00006e6f setarg  0x00000f00 
+ 00026792  0x00006e70 istore  0x00000002 , 0x00000005 
+ 00026793  0x00006e71 setarg  0x00000fff 
+ 00026794  0x00006e72 istore  0x00000002 , 0x00000005 
+ 00026795  0x00006e73 fetch  0x00000008 , 0x00000670 
+ 00026796  0x00006e74 call  0x00006d68 
+ 00026797  0x00006e75 call  0x00006d82 
+ 00026798  0x00006e76 arg  0x0001c200 , 0x00000002 
+ 00026799  0x00006e77 call  0x00006d75 
+ 00026800  0x00006e78 fetch  0x00000001 , 0x000044f1 
+ 00026801  0x00006e79 arg  0x00000008 , 0x00000002 
+ 00026802  0x00006e7a call  0x00006f21 
+ 00026803  0x00006e7b fetch  0x00000001 , 0x000044f2 
+ 00026804  0x00006e7c arg  0x00000049 , 0x00000002 
+ 00026805  0x00006e7d call  0x00006f21 
+ 00026806  0x00006e7e fetch  0x00000001 , 0x000044f3 
+ 00026807  0x00006e7f arg  0x0000000a , 0x00000002 
+ 00026808  0x00006e80 call  0x00006f21 
+ 00026809  0x00006e81 fetch  0x00000001 , 0x000044f4 
+ 00026810  0x00006e82 arg  0x0000000b , 0x00000002 
+ 00026811  0x00006e83 call  0x00006f21 
+ 00026812  0x00006e85 arg  0x00000081 , 0x00000002 
+ 00026813  0x00006e86 storet  0x00000001 , 0x00008060 
+ 00026814  0x00006e87 branch  0x00007d76 
+ 00026815  0x00006e8a fetch  0x00000001 , 0x000044f5 
+ 00026816  0x00006e8b nrtn  0x00000034 
+ 00026817  0x00006e8c jam  0x0000000c , 0x000044f5 
+ 00026818  0x00006e8d rtn 
+ 00026819  0x00006e90 fetch  0x00000001 , 0x000044f5 
+ 00026820  0x00006e91 arg  0x00000010 , 0x00000002 
+ 00026821  0x00006e92 call  0x00006f21 
+ 00026822  0x00006e93 arg  0x00000040 , 0x00000011 
+ 00026823  0x00006e94 call  0x00007055 
+ 00026824  0x00006e95 arg  0x00000000 , 0x00000011 
+ 00026825  0x00006e96 arg  0x00000000 , 0x00000012 
+ 00026826  0x00006e97 setarg  0x00000000 
+ 00026827  0x00006e98 call  0x0000707a 
+ 00026828  0x00006e99 arg  0x00000000 , 0x00000007 
+ 00026829  0x00006e9a branch  0x000070c0 
+ 00026830  0x00006e9e fetch  0x00000002 , 0x00008112 
+ 00026831  0x00006e9f add  0x0000003f , 0xfffffffc , 0x00000011 
+ 00026832  0x00006ea0 nrtn  0x00000002 
+ 00026833  0x00006ea1 call  0x00006d96 
+ 00026834  0x00006ea2 ifetch  0x00000001 , 0x00000003 
+ 00026835  0x00006ea3 beq  0x00000001 , 0x000068d6 
+ 00026836  0x00006ea5 call  0x00007c95 
+ 00026837  0x00006ea6 branch  0x00006d9e 
+ 00026838  0x00006eab ifetch  0x00000002 , 0x00000003 
+ 00026839  0x00006eac store  0x00000002 , 0x00000710 
+ 00026840  0x00006ead arg  0x000003ff , 0x00000002 
+ 00026841  0x00006eae iand  0x00000002 , 0x00000002 
+ 00026842  0x00006eaf storet  0x00000002 , 0x00000709 
+ 00026843  0x00006eb0 rshift2  0x0000003f , 0x0000003f 
+ 00026844  0x00006eb1 rshift8  0x0000003f , 0x0000003f 
+ 00026845  0x00006eb2 store  0x00000001 , 0x0000070b 
+ 00026846  0x00006eb3 ifetch  0x00000001 , 0x00000003 
+ 00026847  0x00006eb4 pincrease  0xffffffff 
+ 00026848  0x00006eb5 isub  0x00000011 , 0x0000003e 
+ 00026849  0x00006eb6 rtn  0x00000002 
+ 00026850  0x00006eb7 call  0x000068e4 
+ 00026851  0x00006eb8 branch  0x0000693f 
+ 00026852  0x00006ebb fetch  0x00000001 , 0x0000070b 
+ 00026853  0x00006ec3 beq  0x0000003f , 0x000068e7 
+ 00026854  0x00006ec4 branch  0x0000692b 
+ 00026855  0x00006ecf bpatch  0x000000b4 , 0x00004016 
+ 00026856  0x00006ed0 fetch  0x00000001 , 0x00000709 
+ 00026857  0x00006ed1 beq  0x00000000 , 0x0000692a 
+ 00026858  0x00006ed2 beq  0x00000001 , 0x000068f2 
+ 00026859  0x00006ed3 beq  0x00000002 , 0x000068f7 
+ 00026860  0x00006ed4 beq  0x00000003 , 0x00006905 
+ 00026861  0x00006ed5 beq  0x00000004 , 0x0000690f 
+ 00026862  0x00006ed6 beq  0x00000005 , 0x0000692a 
+ 00026863  0x00006ed7 beq  0x00000010 , 0x00006920 
+ 00026864  0x00006ed8 beq  0x00000014 , 0x00006926 
+ 00026865  0x00006ed9 branch  0x0000692a 
+ 00026866  0x00006edd jam  0x00000000 , 0x00000712 
+ 00026867  0x00006ede fetch  0x00000002 , 0x00008000 
+ 00026868  0x00006edf store  0x00000002 , 0x00000713 
+ 00026869  0x00006ee0 arg  0x00000003 , 0x00000039 
+ 00026870  0x00006ee1 branch  0x00006932 
+ 00026871  0x00006ee4 ifetch  0x00000002 , 0x00000003 
+ 00026872  0x00006ee5 store  0x00000002 , 0x00008052 
+ 00026873  0x00006ee6 rtn 
+ 00026874  0x00006eea ifetch  0x00000001 , 0x00000003 
+ 00026875  0x00006eeb copy  0x0000003f , 0x00000002 
+ 00026876  0x00006eec store  0x00000001 , 0x00008024 
+ 00026877  0x00006eed ifetch  0x00000001 , 0x00000003 
+ 00026878  0x00006eee iadd  0x00000002 , 0x00000002 
+ 00026879  0x00006eef set1  0x00000007 , 0x0000003f 
+ 00026880  0x00006ef0 store  0x00000001 , 0x00008023 
+ 00026881  0x00006ef1 ifetch  0x00000001 , 0x00000003 
+ 00026882  0x00006ef2 iadd  0x00000002 , 0x00000002 
+ 00026883  0x00006ef3 copy  0x0000003f , 0x00000039 
+ 00026884  0x00006ef4 rtn 
+ 00026885  0x00006ef7 call  0x000068fa 
+ 00026886  0x00006ef9 ifetch  0x00000001 , 0x00000003 
+ 00026887  0x00006efa store  0x00000001 , 0x00008025 
+ 00026888  0x00006efb iadd  0x00000002 , 0x00000002 
+ 00026889  0x00006efc loop  0x00006906 
+ 00026890  0x00006efe and  0x00000002 , 0x000000ff , 0x00000002 
+ 00026891  0x00006eff ifetch  0x00000001 , 0x00000003 
+ 00026892  0x00006f00 isub  0x00000002 , 0x0000003e 
+ 00026893  0x00006f01 nbranch  0x0000691e , 0x00000005 
+ 00026894  0x00006f02 branch  0x0000692a 
+ 00026895  0x00006f05 arg  0x00000020 , 0x00000039 
+ 00026896  0x00006f06 arg  0x00004000 , 0x00000005 
+ 00026897  0x00006f07 arg  0x00000000 , 0x00000002 
+ 00026898  0x00006f09 ifetch  0x00000001 , 0x00000003 
+ 00026899  0x00006f0a istore  0x00000001 , 0x00000005 
+ 00026900  0x00006f0b iadd  0x00000002 , 0x00000002 
+ 00026901  0x00006f0c loop  0x00006912 
+ 00026902  0x00006f0d and  0x00000002 , 0x000000ff , 0x00000002 
+ 00026903  0x00006f0e ifetch  0x00000001 , 0x00000003 
+ 00026904  0x00006f0f isub  0x00000002 , 0x0000003e 
+ 00026905  0x00006f10 nbranch  0x0000691e , 0x00000005 
+ 00026906  0x00006f11 jam  0x00000000 , 0x00008023 
+ 00026907  0x00006f12 call  0x0000692a 
+ 00026908  0x00006f13 call  0x00006dae 
+ 00026909  0x00006f14 branch  0x00002001 
+ 00026910  0x00006f17 jam  0x00000000 , 0x00008023 
+ 00026911  0x00006f18 branch  0x0000692b 
+ 00026912  0x00006f1c ifetch  0x00000001 , 0x00000003 
+ 00026913  0x00006f1d copy  0x0000003f , 0x00000039 
+ 00026914  0x00006f1e ifetch  0x00000002 , 0x00000003 
+ 00026915  0x00006f1f copy  0x0000003f , 0x00000005 
+ 00026916  0x00006f20 call  0x00006ddd 
+ 00026917  0x00006f21 branch  0x0000692a 
+ 00026918  0x00006f24 fetch  0x00000001 , 0x00008060 
+ 00026919  0x00006f25 set1  0x00000004 , 0x0000003f 
+ 00026920  0x00006f26 store  0x00000001 , 0x00008060 
+ 00026921  0x00006f27 branch  0x0000692a 
+ 00026922  0x00006f2b branch  0x0000692f 
+ 00026923  0x00006f2e jam  0x00000001 , 0x00000712 
+ 00026924  0x00006f2f branch  0x00006930 
+ 00026925  0x00006f31 jam  0x0000000c , 0x00000712 
+ 00026926  0x00006f32 branch  0x00006930 
+ 00026927  0x00006f34 jam  0x00000000 , 0x00000712 
+ 00026928  0x00006f35 arg  0x00000001 , 0x00000039 
+ 00026929  0x00006f36 branch  0x00006932 
+ 00026930  0x00006f39 jam  0x0000000e , 0x0000070d 
+ 00026931  0x00006f3a add  0x00000039 , 0x00000003 , 0x0000003f 
+ 00026932  0x00006f3b store  0x00000001 , 0x0000070e 
+ 00026933  0x00006f3c call  0x0000693b 
+ 00026934  0x00006f3d fetch  0x00000003 , 0x0000070f 
+ 00026935  0x00006f3e istore  0x00000003 , 0x00000003 
+ 00026936  0x00006f40 arg  0x00000712 , 0x00000006 
+ 00026937  0x00006f41 call  0x00006dc4 
+ 00026938  0x00006f42 branch  0x00006da4 
+ 00026939  0x00006f47 call  0x00006da2 
+ 00026940  0x00006f48 fetch  0x00000003 , 0x0000070c 
+ 00026941  0x00006f49 istore  0x00000003 , 0x00000003 
+ 00026942  0x00006f4a rtn 
+ 00026943  0x00006f4d call  0x00006d96 
+ 00026944  0x00006f4e increase  0x00000003 , 0x00000003 
+ 00026945  0x00006f4f ifetch  0x00000001 , 0x00000003 
+ 00026946  0x00006f50 iadd  0x00000003 , 0x00000003 
+ 00026947  0x00006f51 branch  0x00006d9c 
+ 00026948  0x00006f54 jam  0x00000000 , 0x00004114 
+ 00026949  0x00006f55 rtn 
+ 00026950  0x00006f5d branch  0x0000694b , 0x0000002b 
+ 00026951  0x00006f5e setarg  0x00004450 
+ 00026952  0x00006f5f arg  0x00004441 , 0x00000005 
+ 00026953  0x00006f60 isub  0x00000005 , 0x00000039 
+ 00026954  0x00006f61 call  0x00007ca1 
+ 00026955  0x00006f64 rtn 
+ 00026956  0x00006f69 arg  0x00000000 , 0x00000007 
+ 00026957  0x00006f6a arg  0x00000000 , 0x00000012 
+ 00026958  0x00006f6d sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00026959  0x00006f6e nrtn  0x00000002 
+ 00026960  0x00006f6f qisolate1  0x00000011 
+ 00026961  0x00006f70 branch  0x00006953 , 0x00000001 
+ 00026962  0x00006f71 branch  0x00006957 
+ 00026963  0x00006f74 copy  0x00000002 , 0x0000003f 
+ 00026964  0x00006f75 branch  0x00006957 , 0x00000034 
+ 00026965  0x00006f76 qset1  0x00000012 
+ 00026966  0x00006f77 increase  0xffffffff , 0x00000002 
+ 00026967  0x00006f7a increase  0x00000001 , 0x00000007 
+ 00026968  0x00006f7b branch  0x0000694e 
+ 00026969  0x00006f89 fetchr  0x00000018 , 0x00000002 , 0x0000433f 
+ 00026970  0x00006f8a fetchr  0x0000002b , 0x00000002 , 0x00004341 
+ 00026971  0x00006f8b call  0x00007dbc 
+ 00026972  0x00006f8c branch  0x0000695d 
+ 00026973  0x00006f8f bpatch  0x000000b6 , 0x00004016 
+ 00026974  0x00006f90 call  0x000069a9 
+ 00026975  0x00006f91 nbranch  0x0000235a , 0x00000034 
+ 00026976  0x00006f92 call  0x000069b9 
+ 00026977  0x00006f93 arg  0x00000008 , 0x00000039 
+ 00026978  0x00006f95 fetcht  0x00000001 , 0x00004441 
+ 00026979  0x00006f96 sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026980  0x00006f97 qisolate1  0x00000002 
+ 00026981  0x00006f98 branch  0x0000696a , 0x00000001 
+ 00026982  0x00006f99 call  0x00006971 
+ 00026983  0x00006f9a nbranch  0x0000696a , 0x00000002 
+ 00026984  0x00006f9b call  0x00006987 
+ 00026985  0x00006f9c branch  0x0000696e 
+ 00026986  0x00006f9e copy  0x0000002b , 0x0000003f 
+ 00026987  0x00006f9f iadd  0x00000018 , 0x00000018 
+ 00026988  0x00006fa0 loop  0x00006962 
+ 00026989  0x00006fa1 branch  0x0000235a 
+ 00026990  0x00006fa3 copy  0x00000018 , 0x0000003f 
+ 00026991  0x00006fa4 copy  0x00000018 , 0x00000005 
+ 00026992  0x00006fa5 rtn 
+ 00026993  0x00006faf bpatch  0x000000b7 , 0x00004016 
+ 00026994  0x00006fb0 sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026995  0x00006fb1 arg  0x00000000 , 0x00000002 
+ 00026996  0x00006fb2 arg  0x00000000 , 0x0000000b 
+ 00026997  0x00006fb4 copy  0x00000007 , 0x0000003f 
+ 00026998  0x00006fb5 beq  0x00000008 , 0x00006982 
+ 00026999  0x00006fb6 fetch  0x00000001 , 0x00004441 
+ 00027000  0x00006fb7 qisolate1  0x0000003f 
+ 00027001  0x00006fb8 branch  0x00006982 , 0x00000001 
+ 00027002  0x00006fb9 qset1  0x0000000b 
+ 00027003  0x00006fba copy  0x0000002b , 0x0000003f 
+ 00027004  0x00006fbb iadd  0x00000002 , 0x00000002 
+ 00027005  0x00006fbc increase  0x00000001 , 0x00000007 
+ 00027006  0x00006fbd copy  0x00000011 , 0x0000003f 
+ 00027007  0x00006fbe isub  0x00000002 , 0x0000003e 
+ 00027008  0x00006fbf branch  0x00006982 , 0x00000005 
+ 00027009  0x00006fc0 branch  0x00006975 , 0x00000002 
+ 00027010  0x00006fc2 copy  0x00000002 , 0x0000003f 
+ 00027011  0x00006fc3 isub  0x00000011 , 0x0000003e 
+ 00027012  0x00006fc4 nrtn  0x00000005 
+ 00027013  0x00006fc5 qset1  0x0000000b 
+ 00027014  0x00006fc6 rtn 
+ 00027015  0x00006fd0 bpatch  0x000000b8 , 0x00004017 
+ 00027016  0x00006fd1 call  0x000069a9 
+ 00027017  0x00006fd2 nbranch  0x0000235a , 0x00000034 
+ 00027018  0x00006fd3 call  0x000069af 
+ 00027019  0x00006fd4 branch  0x00006990 , 0x00000034 
+ 00027020  0x00006fd5 fetch  0x00000009 , 0x00004445 
+ 00027021  0x00006fd6 store  0x00000009 , 0x00004442 
+ 00027022  0x00006fd7 setarg  0x00000000 
+ 00027023  0x00006fd8 istore  0x00000003 , 0x00000005 
+ 00027024  0x00006fda storer  0x0000000b , 0x00000001 , 0x0000444b 
+ 00027025  0x00006fdb storer  0x00000018 , 0x00000002 , 0x0000444c 
+ 00027026  0x00006fdc rtn 
+ 00027027  0x00006fe6 bpatch  0x000000b9 , 0x00004017 
+ 00027028  0x00006fe7 call  0x000069b2 
+ 00027029  0x00006fe8 increase  0x00000001 , 0x00000006 
+ 00027030  0x00006fe9 ifetch  0x00000002 , 0x00000006 
+ 00027031  0x00006fea rtn 
+ 00027032  0x00006ff2 bpatch  0x000000ba , 0x00004017 
+ 00027033  0x00006ff3 call  0x000069b2 
+ 00027034  0x00006ff4 copy  0x00000006 , 0x00000005 
+ 00027035  0x00006ff5 copy  0x00000006 , 0x00000002 
+ 00027036  0x00006ff6 setarg  0x00000000 
+ 00027037  0x00006ff7 istore  0x00000003 , 0x00000005 
+ 00027038  0x00006ff8 rtn 
+ 00027039  0x00007000 bpatch  0x000000bb , 0x00004017 
+ 00027040  0x00007001 call  0x000069af 
+ 00027041  0x00007002 branch  0x0000235a , 0x00000034 
+ 00027042  0x00007003 fetch  0x00000003 , 0x00004448 
+ 00027043  0x00007004 store  0x00000003 , 0x0000444b 
+ 00027044  0x00007005 fetch  0x00000003 , 0x00004445 
+ 00027045  0x00007006 store  0x00000003 , 0x00004448 
+ 00027046  0x00007007 fetch  0x00000003 , 0x00004442 
+ 00027047  0x00007008 store  0x00000003 , 0x00004445 
+ 00027048  0x00007009 rtn 
+ 00027049  0x00007012 bpatch  0x000000bc , 0x00004017 
+ 00027050  0x00007013 fetch  0x00000003 , 0x00004442 
+ 00027051  0x00007014 rtn 
+ 00027052  0x0000701d bpatch  0x000000bd , 0x00004017 
+ 00027053  0x0000701e fetch  0x00000003 , 0x00004445 
+ 00027054  0x0000701f rtn 
+ 00027055  0x00007028 bpatch  0x000000be , 0x00004017 
+ 00027056  0x00007029 fetch  0x00000003 , 0x0000444b 
+ 00027057  0x0000702a rtn 
+ 00027058  0x00007032 call  0x000069af 
+ 00027059  0x00007033 branch  0x000069b7 , 0x00000034 
+ 00027060  0x00007034 arg  0x00004442 , 0x00000006 
+ 00027061  0x00007036 ifetch  0x00000003 , 0x00000006 
+ 00027062  0x00007037 branch  0x000069b5 , 0x00000034 
+ 00027063  0x00007039 increase  0xfffffffd , 0x00000006 
+ 00027064  0x0000703a rtn 
+ 00027065  0x00007043 bpatch  0x000000bf , 0x00004017 
+ 00027066  0x00007044 arg  0x00000004 , 0x00000039 
+ 00027067  0x00007045 arg  0x00004442 , 0x00000006 
+ 00027068  0x00007046 arg  0x00000000 , 0x00000002 
+ 00027069  0x00007048 ifetch  0x00000003 , 0x00000006 
+ 00027070  0x00007049 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00027071  0x0000704a ior  0x00000002 , 0x00000002 
+ 00027072  0x0000704b loop  0x000069bd 
+ 00027073  0x0000704c storet  0x00000001 , 0x00004441 
+ 00027074  0x0000704d rtn 
+ 00027075  0x00007051 arg  0x0000000c , 0x00000007 
+ 00027076  0x00007052 branch  0x000024e7 
+ 00027077  0x00007055 arg  0x0000000c , 0x00000007 
+ 00027078  0x00007056 branch  0x000024eb 
+ 00027079  0x00007062 bpatch  0x000000c1 , 0x00004018 
+ 00027080  0x00007063 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027081  0x00007064 rtn  0x00000005 
+ 00027082  0x00007065 copy  0x00000002 , 0x0000003f 
+ 00027083  0x00007066 and_into  0x000000ff , 0x0000003f 
+ 00027084  0x00007067 sub  0x0000003f , 0x0000000f , 0x0000003e 
+ 00027085  0x00007068 nbranch  0x000069d9 , 0x00000002 
+ 00027086  0x00007069 arg  0x00008070 , 0x00000005 
+ 00027087  0x0000706b iadd  0x00000005 , 0x00000005 
+ 00027088  0x0000706c copy  0x00000005 , 0x00000011 
+ 00027089  0x0000706d arg  0x0000003e , 0x00000002 
+ 00027090  0x0000706e istoret  0x00000001 , 0x00000005 
+ 00027091  0x0000706f call  0x000069dc 
+ 00027092  0x00007070 nop  0x0000001e 
+ 00027093  0x00007071 copy  0x00000011 , 0x00000005 
+ 00027094  0x00007072 arg  0x0000003f , 0x00000002 
+ 00027095  0x00007073 istoret  0x00000001 , 0x00000005 
+ 00027096  0x00007074 branch  0x000069e0 
+ 00027097  0x00007077 arg  0x000080d4 , 0x00000005 
+ 00027098  0x00007078 increase  0xfffffff0 , 0x0000003f 
+ 00027099  0x00007079 branch  0x000069cf 
+ 00027100  0x0000707d fetch  0x00000001 , 0x00008081 
+ 00027101  0x0000707e and_into  0x0000007f , 0x0000003f 
+ 00027102  0x0000707f store  0x00000001 , 0x00008081 
+ 00027103  0x00007080 rtn 
+ 00027104  0x00007083 fetch  0x00000001 , 0x00008081 
+ 00027105  0x00007084 or_into  0x00000080 , 0x0000003f 
+ 00027106  0x00007085 store  0x00000001 , 0x00008081 
+ 00027107  0x00007086 rtn 
+ 00027108  0x00007089 branch  0x00006bd0 
+ 00027109  0x0000708c branch  0x00006bd7 
+ 00027110  0x00007091 fetch  0x00000001 , 0x0000806f 
+ 00027111  0x00007092 set0  0x00000007 , 0x0000003f 
+ 00027112  0x00007093 store  0x00000001 , 0x0000806f 
+ 00027113  0x00007094 rtn 
+ 00027114  0x00007097 nbranch  0x000069ee , 0x00000028 
+ 00027115  0x00007098 fetch  0x00000001 , 0x0000806f 
+ 00027116  0x00007099 set1  0x00000007 , 0x0000003f 
+ 00027117  0x0000709a store  0x00000001 , 0x0000806f 
+ 00027118  0x0000709c copy  0x00000002 , 0x0000003e 
+ 00027119  0x0000709d branch  0x000069f1 , 0x00000005 
+ 00027120  0x0000709e copy  0x00000013 , 0x0000003d 
+ 00027121  0x000070a1 isolate0  0x00000000 , 0x0000003e 
+ 00027122  0x000070a2 branch  0x00006b00 
+ 00027123  0x000070a6 force  0x00000004 , 0x00000002 
+ 00027124  0x000070a8 arg  0x000001e7 , 0x00000011 
+ 00027125  0x000070a9 call  0x000069e6 
+ 00027126  0x000070aa call  0x000069ee 
+ 00027127  0x000070ab arg  0x000055aa , 0x00000011 
+ 00027128  0x000070ac fetch  0x00000002 , 0x000001e7 
+ 00027129  0x000070ad ifetcht  0x00000002 , 0x00000006 
+ 00027130  0x000070ae isub  0x00000011 , 0x0000003e 
+ 00027131  0x000070af rtn 
+ 00027132  0x000070b3 call  0x00006a0e , 0x00000028 
+ 00027133  0x000070b4 arg  0x00000002 , 0x00000002 
+ 00027134  0x000070b5 arg  0x000043c8 , 0x00000011 
+ 00027135  0x000070b6 call  0x000069ee 
+ 00027136  0x000070b7 fetch  0x00000002 , 0x000043c8 
+ 00027137  0x000070b9 store  0x00000002 , 0x000001e0 
+ 00027138  0x000070ba call  0x00006a04 , 0x00000028 
+ 00027139  0x000070bb rtn 
+ 00027140  0x000070be arg  0x00000010 , 0x00000002 
+ 00027141  0x000070bf arg  0x000001ed , 0x00000011 
+ 00027142  0x000070c0 call  0x000069e6 
+ 00027143  0x000070c1 call  0x000069ee 
+ 00027144  0x000070c3 arg  0x000001ed , 0x00000006 
+ 00027145  0x000070c4 arg  0x00000010 , 0x00000039 
+ 00027146  0x000070c5 call  0x00007353 
+ 00027147  0x000070c6 call  0x000072da 
+ 00027148  0x000070c7 call  0x0000736f 
+ 00027149  0x000070c8 branch  0x000072d4 
+ 00027150  0x000070cb jam  0x00000000 , 0x00008023 
+ 00027151  0x000070cc call  0x000069e6 
+ 00027152  0x000070cd branch  0x0000736f 
+ 00027153  0x000070d0 setarg  0x00000000 
+ 00027154  0x000070d1 store  0x00000002 , 0x00000699 
+ 00027155  0x000070d2 disable  0x0000002d 
+ 00027156  0x000070d3 call  0x000069f3 
+ 00027157  0x000070d4 nrtn  0x00000005 
+ 00027158  0x000070d5 enable  0x0000002d 
+ 00027159  0x000070d6 setarg  0x00008000 
+ 00027160  0x000070d7 store  0x00000003 , 0x00008022 
+ 00027161  0x000070d8 arg  0x00008025 , 0x00000011 
+ 00027162  0x000070d9 call  0x000069ea 
+ 00027163  0x000070da jam  0x00000000 , 0x00008023 
+ 00027164  0x000070db fetch  0x00000001 , 0x000001dd 
+ 00027165  0x000070dc rtnbit0  0x00000000 
+ 00027166  0x000070de arg  0x00000006 , 0x00000002 
+ 00027167  0x000070df call  0x000069f4 
+ 00027168  0x000070e0 nbranch  0x00006a2e , 0x00000005 
+ 00027169  0x000070e1 ifetchr  0x00000011 , 0x00000002 , 0x00000006 
+ 00027170  0x000070e2 call  0x000069ee 
+ 00027171  0x000070e3 call  0x00006a25 
+ 00027172  0x000070e4 branch  0x00006a1e 
+ 00027173  0x000070e8 fetch  0x00000002 , 0x00000699 
+ 00027174  0x000070e9 arg  0x00000006 , 0x00000039 
+ 00027175  0x000070ea arg  0x000001e7 , 0x00000006 
+ 00027176  0x000070eb call  0x00007dcc 
+ 00027177  0x000070ec fetchr  0x00000039 , 0x00000002 , 0x000001e9 
+ 00027178  0x000070ed copy  0x00000011 , 0x00000006 
+ 00027179  0x000070ee call  0x00007dcc 
+ 00027180  0x000070ef store  0x00000002 , 0x00000699 
+ 00027181  0x000070f0 rtn 
+ 00027182  0x000070f3 fetch  0x00000001 , 0x0000021c 
+ 00027183  0x000070f4 beq  0x0000005a , 0x00006a3c 
+ 00027184  0x000070f5 arg  0x0000aa55 , 0x00000011 
+ 00027185  0x000070f6 fetch  0x00000002 , 0x000001e7 
+ 00027186  0x000070f7 isub  0x00000011 , 0x0000003e 
+ 00027187  0x000070f8 nbranch  0x00006a3e , 0x00000005 
+ 00027188  0x000070f9 arg  0x000055aa , 0x00000011 
+ 00027189  0x000070fa fetch  0x00000002 , 0x000001e9 
+ 00027190  0x000070fb isub  0x00000011 , 0x0000003e 
+ 00027191  0x000070fc nbranch  0x00006a3e , 0x00000005 
+ 00027192  0x000070fd fetch  0x00000002 , 0x000001eb 
+ 00027193  0x000070fe fetcht  0x00000002 , 0x00000699 
+ 00027194  0x000070ff isub  0x00000002 , 0x0000003e 
+ 00027195  0x00007100 nbranch  0x00006a3e , 0x00000005 
+ 00027196  0x00007102 set1  0x0000000f , 0x00000011 
+ 00027197  0x00007103 branch  0x000069f1 
+ 00027198  0x00007106 jam  0x00000000 , 0x000001dd 
+ 00027199  0x00007107 rtn 
+ 00027200  0x0000710d and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00027201  0x0000710e rshift4  0x0000003f , 0x0000003f 
+ 00027202  0x0000710f store  0x00000001 , 0x000043cb 
+ 00027203  0x00007110 branch  0x00006a59 
+ 00027204  0x00007113 fetch  0x00000002 , 0x00008143 
+ 00027205  0x00007114 nbranch  0x00006a40 , 0x00000034 
+ 00027206  0x00007115 call  0x00006a59 
+ 00027207  0x00007116 fetch  0x00000002 , 0x000043cb 
+ 00027208  0x00007117 rtn  0x00000034 
+ 00027209  0x00007118 call  0x00006a4b 
+ 00027210  0x00007119 branch  0x000023ba 
+ 00027211  0x0000711c fetch  0x00000001 , 0x000043cb 
+ 00027212  0x0000711d rtn  0x00000034 
+ 00027213  0x0000711e and  0x0000003f , 0x0000000f , 0x00000002 
+ 00027214  0x0000711f storet  0x00000001 , 0x000043cb 
+ 00027215  0x00007120 rshift4  0x0000003f , 0x0000003f 
+ 00027216  0x00007121 ixor  0x00000002 , 0x0000003f 
+ 00027217  0x00007122 bne  0x0000000f , 0x00006bc2 
+ 00027218  0x00007123 branch  0x00006b8d 
+ 00027219  0x00007126 fetch  0x00000001 , 0x00000219 
+ 00027220  0x00007127 ncall  0x000023e0 , 0x00000034 
+ 00027221  0x00007128 fetch  0x00000001 , 0x0000021a 
+ 00027222  0x00007129 rtn  0x00000034 
+ 00027223  0x0000712a store  0x00000001 , 0x000040c9 
+ 00027224  0x0000712b branch  0x000023e4 
+ 00027225  0x0000712e disable  0x00000028 
+ 00027226  0x0000712f fetch  0x00000001 , 0x000043ca 
+ 00027227  0x00007130 rtnbit0  0x00000003 
+ 00027228  0x00007131 call  0x00006aad 
+ 00027229  0x00007132 arg  0x00000ff0 , 0x0000003f 
+ 00027230  0x00007133 iadd  0x00000012 , 0x00000012 
+ 00027231  0x00007134 force  0x00000010 , 0x00000039 
+ 00027232  0x00007135 arg  0x000001ed , 0x00000011 
+ 00027233  0x00007136 call  0x00006b74 
+ 00027234  0x00007137 jam  0x00000008 , 0x00008006 
+ 00027235  0x00007138 arg  0x000001ed , 0x00000006 
+ 00027236  0x00007139 call  0x0000735f 
+ 00027237  0x0000713b arg  0x000001ed , 0x00000005 
+ 00027238  0x0000713c call  0x00007c99 
+ 00027239  0x0000713d branch  0x00007dba 
+ 00027240  0x00007141 jam  0x00000025 , 0x00008050 
+ 00027241  0x00007142 call  0x00006b3a 
+ 00027242  0x00007143 arg  0x00000000 , 0x00000012 
+ 00027243  0x00007144 force  0x0000000b , 0x00000039 
+ 00027244  0x00007145 arg  0x000043c8 , 0x00000011 
+ 00027245  0x00007146 call  0x00006b75 
+ 00027246  0x00007147 fetchr  0x00000037 , 0x00000005 , 0x000043c8 
+ 00027247  0x00007148 fetch  0x00000001 , 0x000043ca 
+ 00027248  0x00007149 bbit0  0x00000004 , 0x00006a78 
+ 00027249  0x0000714a jam  0x00000007 , 0x0000806f 
+ 00027250  0x0000714c fetch  0x00000001 , 0x0000815e 
+ 00027251  0x0000714d bne  0x00000007 , 0x00006a72 
+ 00027252  0x0000714e fetch  0x00000001 , 0x00008160 
+ 00027253  0x0000714f lshift4  0x0000003f , 0x0000003f 
+ 00027254  0x00007150 store  0x00000001 , 0x0000806f 
+ 00027255  0x00007151 branch  0x00006a7b 
+ 00027256  0x00007154 call  0x00006af5 
+ 00027257  0x00007155 call  0x00007d76 
+ 00027258  0x00007156 call  0x00007d74 
+ 00027259  0x00007158 storer  0x00000037 , 0x00000005 , 0x000043c8 
+ 00027260  0x0000715a call  0x00006aad 
+ 00027261  0x0000715b arg  0x00000fd0 , 0x0000003f 
+ 00027262  0x0000715c iadd  0x00000012 , 0x00000012 
+ 00027263  0x0000715d arg  0x00000020 , 0x00000039 
+ 00027264  0x0000715e arg  0x000001fd , 0x00000011 
+ 00027265  0x0000715f call  0x00006b74 
+ 00027266  0x00007161 call  0x00006a53 
+ 00027267  0x00007162 call  0x00006a44 
+ 00027268  0x00007164 fetch  0x00000001 , 0x000043ca 
+ 00027269  0x00007165 bbit0  0x00000003 , 0x00006a8f 
+ 00027270  0x00007166 fetcht  0x00000001 , 0x000043cc 
+ 00027271  0x00007167 arg  0x00000000 , 0x0000003f 
+ 00027272  0x00007168 set1  0x00000006 , 0x0000003f 
+ 00027273  0x00007169 set1  0x00000007 , 0x0000003f 
+ 00027274  0x0000716a iand  0x00000002 , 0x00000011 
+ 00027275  0x0000716b sub  0x00000011 , 0x00000000 , 0x0000003e 
+ 00027276  0x0000716c branch  0x00006af1 , 0x00000005 
+ 00027277  0x0000716d isub  0x00000011 , 0x0000003e 
+ 00027278  0x0000716e branch  0x00006af1 , 0x00000005 
+ 00027279  0x00007170 jam  0x00000000 , 0x00000030 
+ 00027280  0x00007171 arg  0x00006b1e , 0x00000013 
+ 00027281  0x00007173 call  0x00006ae5 
+ 00027282  0x00007174 nbranch  0x00006af1 , 0x00000002 
+ 00027283  0x00007175 fetch  0x00000002 , 0x000043c8 
+ 00027284  0x00007176 branch  0x00006a9c , 0x00000034 
+ 00027285  0x00007177 call  0x00006a01 
+ 00027286  0x00007178 call  0x00006a11 
+ 00027287  0x00007179 nbranch  0x00006a9c , 0x0000002d 
+ 00027288  0x0000717a fetch  0x00000001 , 0x000001dd 
+ 00027289  0x0000717b compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027290  0x0000717c nbranch  0x00006a91 , 0x00000001 
+ 00027291  0x0000717d call  0x00006aaa 
+ 00027292  0x0000717f call  0x00006b37 
+ 00027293  0x00007180 jam  0x00000000 , 0x00000030 
+ 00027294  0x00007182 call  0x00006ae5 
+ 00027295  0x00007183 nbranch  0x00006af1 , 0x00000002 
+ 00027296  0x00007184 call  0x00006ad7 
+ 00027297  0x00007185 call  0x00006cc4 
+ 00027298  0x00007186 fetch  0x00000001 , 0x000043ca 
+ 00027299  0x00007187 bbit1  0x00000002 , 0x00006abd 
+ 00027300  0x00007188 call  0x00006adf 
+ 00027301  0x00007189 nbranch  0x00006ab4 , 0x0000002d 
+ 00027302  0x0000718a fetch  0x00000001 , 0x000001dd 
+ 00027303  0x0000718b compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027304  0x0000718c nbranch  0x00006a9e , 0x00000001 
+ 00027305  0x0000718d branch  0x00006abd 
+ 00027306  0x00007190 setarg  0x000001ff 
+ 00027307  0x00007191 arg  0x00000000 , 0x0000003d 
+ 00027308  0x00007192 rtn 
+ 00027309  0x00007195 arg  0x00001000 , 0x00000012 
+ 00027310  0x00007196 fetch  0x00000001 , 0x00008144 
+ 00027311  0x00007197 bbit1  0x00000007 , 0x00006ab2 
+ 00027312  0x00007198 fetch  0x00000001 , 0x000043cc 
+ 00027313  0x00007199 rtnbit0  0x00000007 
+ 00027314  0x0000719b arg  0x00000000 , 0x00000012 
+ 00027315  0x0000719c rtn 
+ 00027316  0x000071a0 call  0x00006cc1 
+ 00027317  0x000071a1 fetch  0x00000001 , 0x000043ca 
+ 00027318  0x000071a2 bbit1  0x00000002 , 0x00006abd 
+ 00027319  0x000071a3 call  0x00006adf 
+ 00027320  0x000071a4 nbranch  0x00006abd , 0x0000002d 
+ 00027321  0x000071a5 fetch  0x00000001 , 0x000001dd 
+ 00027322  0x000071a6 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027323  0x000071a7 nbranch  0x00006a9e , 0x00000001 
+ 00027324  0x000071a8 branch  0x00006acd 
+ 00027325  0x000071ab jam  0x00000000 , 0x00000030 
+ 00027326  0x000071ad call  0x00006ae5 
+ 00027327  0x000071ae nbranch  0x00006af1 , 0x00000002 
+ 00027328  0x000071af fetch  0x00000001 , 0x000043ca 
+ 00027329  0x000071b0 bbit1  0x00000001 , 0x00006acd 
+ 00027330  0x000071b1 call  0x00006c20 
+ 00027331  0x000071b2 nop  0x000000c8 
+ 00027332  0x000071b3 call  0x00006c2f 
+ 00027333  0x000071b4 nop  0x00000064 
+ 00027334  0x000071b5 arg  0x00006c6c , 0x00000013 
+ 00027335  0x000071b6 call  0x000069fc 
+ 00027336  0x000071b7 call  0x00006a11 
+ 00027337  0x000071b8 nbranch  0x00006acd , 0x0000002d 
+ 00027338  0x000071b9 fetch  0x00000001 , 0x000001dd 
+ 00027339  0x000071ba compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027340  0x000071bb nbranch  0x00006abe , 0x00000001 
+ 00027341  0x000071be call  0x00006ad1 
+ 00027342  0x000071bf fetch  0x00000001 , 0x000043ca 
+ 00027343  0x000071c0 rtnbit0  0x00000000 
+ 00027344  0x000071c1 branch  0x00006882 
+ 00027345  0x000071c4 arg  0x000001ed , 0x00000005 
+ 00027346  0x000071c5 call  0x00007c99 
+ 00027347  0x000071c6 force  0x00000004 , 0x00000038 
+ 00027348  0x000071c7 call  0x00007370 
+ 00027349  0x000071c8 jam  0x00000021 , 0x00008050 
+ 00027350  0x000071c9 rtn 
+ 00027351  0x000071cc fetch  0x00000001 , 0x00004429 
+ 00027352  0x000071cd fetcht  0x00000001 , 0x00004428 
+ 00027353  0x000071ce isub  0x00000002 , 0x0000003e 
+ 00027354  0x000071cf nbranch  0x00006cbc , 0x00000005 
+ 00027355  0x000071d1 jam  0x00000004 , 0x00004427 
+ 00027356  0x000071d2 jam  0x00000017 , 0x00004428 
+ 00027357  0x000071d3 jam  0x00000016 , 0x00004429 
+ 00027358  0x000071d4 branch  0x00006cbc 
+ 00027359  0x000071d9 setarg  0x00000000 
+ 00027360  0x000071da store  0x00000002 , 0x000001e0 
+ 00027361  0x000071db arg  0x00006ce7 , 0x00000013 
+ 00027362  0x000071dc call  0x00006ca5 
+ 00027363  0x000071dd call  0x000069fc 
+ 00027364  0x000071de branch  0x00006a11 
+ 00027365  0x000071e4 call  0x00006aeb 
+ 00027366  0x000071e5 fetch  0x00000001 , 0x00000030 
+ 00027367  0x000071e6 increase  0x00000001 , 0x0000003f 
+ 00027368  0x000071e7 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00027369  0x000071e8 store  0x00000001 , 0x00000030 
+ 00027370  0x000071e9 rtn 
+ 00027371  0x000071ec fetch  0x00000001 , 0x00000030 
+ 00027372  0x000071ed rtn  0x00000034 
+ 00027373  0x000071ee fetch  0x00000001 , 0x0000021b 
+ 00027374  0x000071ef rtn  0x00000034 
+ 00027375  0x000071f0 copy  0x0000003f , 0x00000039 
+ 00027376  0x000071f1 branch  0x00007c96 
+ 00027377  0x000071f5 call  0x00006ad1 
+ 00027378  0x000071f6 call  0x000069e6 
+ 00027379  0x000071f8 call  0x00007d7c 
+ 00027380  0x000071f9 rtn 
+ 00027381  0x000071fc and_into  0x000000e0 , 0x0000003f 
+ 00027382  0x000071fd rshift  0x0000003f , 0x0000003f 
+ 00027383  0x000071fe store  0x00000001 , 0x0000806f 
+ 00027384  0x000071ff setarg  0x00000001 
+ 00027385  0x00007200 arg  0x000043cd , 0x00000006 
+ 00027386  0x00007202 ifetcht  0x00000002 , 0x00000006 
+ 00027387  0x00007203 storet  0x00000002 , 0x0000804c 
+ 00027388  0x00007204 store  0x00000001 , 0x00008020 
+ 00027389  0x00007205 lshift  0x0000003f , 0x0000003f 
+ 00027390  0x00007206 bbit0  0x00000003 , 0x00006afa 
+ 00027391  0x00007207 rtn 
+ 00027392  0x0000720b fetch  0x00000001 , 0x000001dd 
+ 00027393  0x0000720c lshift  0x0000003f , 0x0000003f 
+ 00027394  0x0000720d setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027395  0x0000720e isolate0  0x0000000f , 0x00000011 
+ 00027396  0x0000720f rtn  0x00000001 
+ 00027397  0x00007210 store  0x00000001 , 0x000001dd 
+ 00027398  0x00007211 rtn 
+ 00027399  0x00007215 fetch  0x00000001 , 0x0000806f 
+ 00027400  0x00007216 rtnbit0  0x00000007 
+ 00027401  0x00007217 branch  0x00006b0d 
+ 00027402  0x00007219 fetch  0x00000001 , 0x00008128 
+ 00027403  0x0000721a qisolate1  0x0000003f 
+ 00027404  0x0000721b rtn  0x00000001 
+ 00027405  0x0000721d fetch  0x00000001 , 0x00008108 
+ 00027406  0x0000721e bbit0  0x00000001 , 0x00006b0a 
+ 00027407  0x0000721f call  0x000072d4 
+ 00027408  0x00007220 branch  0x00006b0a 
+ 00027409  0x00007235 fetch  0x00000002 , 0x000040f0 
+ 00027410  0x00007236 rtn  0x00000034 
+ 00027411  0x00007237 jam  0x00000080 , 0x00008023 
+ 00027412  0x00007238 jam  0x00000000 , 0x00008022 
+ 00027413  0x00007239 jam  0x00000000 , 0x00008024 
+ 00027414  0x0000723a fetcht  0x00000002 , 0x000040f2 
+ 00027415  0x0000723b lshift2  0x00000002 , 0x00000039 
+ 00027416  0x0000723c iforce  0x00000006 
+ 00027417  0x0000723e ifetch  0x00000001 , 0x00000006 
+ 00027418  0x0000723f store  0x00000001 , 0x00008025 
+ 00027419  0x00007240 loop  0x00006b19 
+ 00027420  0x00007241 jam  0x00000000 , 0x00008023 
+ 00027421  0x00007242 rtn 
+ 00027422  0x0000724a copy  0x00000002 , 0x00000039 
+ 00027423  0x0000724b fetch  0x00000002 , 0x000001e0 
+ 00027424  0x0000724c iadd  0x00000002 , 0x00000002 
+ 00027425  0x0000724d storet  0x00000002 , 0x000001e0 
+ 00027426  0x0000724e iforce  0x00000012 
+ 00027427  0x0000724f copy  0x00000011 , 0x0000002e 
+ 00027428  0x00007250 jam  0x00000010 , 0x00008006 
+ 00027429  0x00007251 call  0x00006b74 
+ 00027430  0x00007252 copy  0x0000002e , 0x00000011 
+ 00027431  0x00007253 isolate0  0x0000000f , 0x00000011 
+ 00027432  0x00007254 rtn  0x00000001 
+ 00027433  0x00007255 call  0x00007dc6 , 0x00000034 
+ 00027434  0x00007256 branch  0x00006b00 
+ 00027435  0x0000725a jam  0x00000001 , 0x00008ac8 
+ 00027436  0x0000725b nop  0x0000012c 
+ 00027437  0x0000725c jam  0x00000005 , 0x00008ac8 
+ 00027438  0x0000725d nop  0x00000064 
+ 00027439  0x0000725e jam  0x00000025 , 0x00008ac8 
+ 00027440  0x0000725f nop  0x000003e8 
+ 00027441  0x00007260 jam  0x00000027 , 0x00008ac8 
+ 00027442  0x00007261 nop  0x0000012c 
+ 00027443  0x00007262 rtn 
+ 00027444  0x00007265 call  0x00006b2b 
+ 00027445  0x00007266 jam  0x0000003f , 0x00008ac8 
+ 00027446  0x00007267 rtn 
+ 00027447  0x0000726a jam  0x00000083 , 0x00008047 
+ 00027448  0x0000726c jam  0x00000000 , 0x00008ac8 
+ 00027449  0x0000726d rtn 
+ 00027450  0x00007270 call  0x00006b2b 
+ 00027451  0x00007273 jam  0x00000082 , 0x00008047 
+ 00027452  0x00007274 nop  0x0000000c 
+ 00027453  0x00007275 jam  0x00000080 , 0x00008047 
+ 00027454  0x00007276 jam  0x00000082 , 0x00008047 
+ 00027455  0x00007277 nop  0x00000096 
+ 00027456  0x00007278 rtn 
+ 00027457  0x0000727c lshift3  0x00000012 , 0x00000012 
+ 00027458  0x0000727d storer  0x00000012 , 0x00000002 , 0x00008044 
+ 00027459  0x0000727e jam  0x00000000 , 0x00008046 
+ 00027460  0x0000727f rtn 
+ 00027461  0x00007283 bpatch  0x000000c4 , 0x00004018 
+ 00027462  0x00007284 call  0x00006b34 
+ 00027463  0x00007285 call  0x00006b41 
+ 00027464  0x00007286 call  0x00006b3b 
+ 00027465  0x00007288 ifetcht  0x00000001 , 0x00000011 
+ 00027466  0x00007289 increase  0x00000001 , 0x00000011 
+ 00027467  0x0000728a force  0x00000000 , 0x00000007 
+ 00027468  0x0000728c qisolate0  0x00000002 
+ 00027469  0x0000728d branch  0x00006b6c , 0x00000001 
+ 00027470  0x0000728e fetch  0x00000001 , 0x00008046 
+ 00027471  0x0000728f set1  0x00000006 , 0x0000003f 
+ 00027472  0x00007290 set1  0x00000007 , 0x0000003f 
+ 00027473  0x00007291 store  0x00000001 , 0x00008046 
+ 00027474  0x00007292 jam  0x00000002 , 0x00008047 
+ 00027475  0x00007293 jam  0x00000082 , 0x00008047 
+ 00027476  0x00007294 set0  0x00000007 , 0x0000003f 
+ 00027477  0x00007295 store  0x00000001 , 0x00008046 
+ 00027478  0x00007296 jam  0x0000008a , 0x00008047 
+ 00027479  0x00007297 nop  0x0000000b 
+ 00027480  0x00007298 jam  0x000000ca , 0x00008047 
+ 00027481  0x00007299 nop  0x00000021 
+ 00027482  0x0000729a jam  0x0000004a , 0x00008047 
+ 00027483  0x0000729b nop  0x0000002c 
+ 00027484  0x0000729c jam  0x000000ca , 0x00008047 
+ 00027485  0x0000729d nop  0x00000016 
+ 00027486  0x0000729e jam  0x0000008a , 0x00008047 
+ 00027487  0x0000729f nop  0x00000021 
+ 00027488  0x000072a0 jam  0x00000082 , 0x00008047 
+ 00027489  0x000072a1 nop  0x00000001 
+ 00027490  0x000072a2 jam  0x00000092 , 0x00008047 
+ 00027491  0x000072a3 nop  0x0000000a 
+ 00027492  0x000072a4 jam  0x000000b2 , 0x00008047 
+ 00027493  0x000072a5 fetch  0x00000001 , 0x00008007 
+ 00027494  0x000072a6 jam  0x00000092 , 0x00008047 
+ 00027495  0x000072a7 nop  0x00000001 
+ 00027496  0x000072a8 jam  0x00000082 , 0x00008047 
+ 00027497  0x000072a9 nop  0x00000001 
+ 00027498  0x000072aa qisolate0  0x0000003f 
+ 00027499  0x000072ab branch  0x00006b4c , 0x00000001 
+ 00027500  0x000072ad fetch  0x00000002 , 0x00008044 
+ 00027501  0x000072ae increase  0x00000001 , 0x0000003f 
+ 00027502  0x000072af store  0x00000002 , 0x00008044 
+ 00027503  0x000072b0 increase  0x00000001 , 0x00000007 
+ 00027504  0x000072b1 compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00027505  0x000072b2 nbranch  0x00006b4c , 0x00000001 
+ 00027506  0x000072b3 loop  0x00006b49 
+ 00027507  0x000072b4 branch  0x00006b38 
+ 00027508  0x000072bb bpatch  0x000000c5 , 0x00004018 
+ 00027509  0x000072bd call  0x00006b41 
+ 00027510  0x000072be jam  0x000000a2 , 0x00008047 
+ 00027511  0x000072bf increase  0x00000008 , 0x00000012 
+ 00027512  0x000072c0 arg  0x00000000 , 0x00000007 
+ 00027513  0x000072c1 setarg  0xffffffff 
+ 00027514  0x000072c3 fetcht  0x00000001 , 0x00008007 
+ 00027515  0x000072c4 istoret  0x00000001 , 0x00000011 
+ 00027516  0x000072c5 bcrc  0x00000002 
+ 00027517  0x000072c6 jam  0x00000020 , 0x00008006 
+ 00027518  0x000072c7 storer  0x00000012 , 0x00000002 , 0x00008044 
+ 00027519  0x000072c8 isolate1  0x0000000f , 0x00000011 
+ 00027520  0x000072c9 branch  0x00006b83 , 0x00000001 
+ 00027521  0x000072ca increase  0x00000001 , 0x00000011 
+ 00027522  0x000072cb branch  0x00006b89 
+ 00027523  0x000072ce nbranch  0x00006b89 , 0x00000028 
+ 00027524  0x000072cf increase  0x00000001 , 0x00000007 
+ 00027525  0x000072d0 compare  0x00000000 , 0x00000007 , 0x0000000f 
+ 00027526  0x000072d1 nbranch  0x00006b89 , 0x00000001 
+ 00027527  0x000072d2 call  0x000072d4 
+ 00027528  0x000072d3 jam  0x00000010 , 0x00008006 
+ 00027529  0x000072d5 increase  0x00000008 , 0x00000012 
+ 00027530  0x000072d6 loop  0x00006b7a 
+ 00027531  0x000072d7 jam  0x00000082 , 0x00008047 
+ 00027532  0x000072d8 rtn 
+ 00027533  0x000072e4 fetch  0x00000001 , 0x000043cb 
+ 00027534  0x000072e5 beq  0x0000000a , 0x00006b9e 
+ 00027535  0x000072e6 beq  0x00000004 , 0x00006b9f 
+ 00027536  0x000072e8 beq  0x00000008 , 0x00006ba3 
+ 00027537  0x000072e9 beq  0x00000009 , 0x00006ba7 
+ 00027538  0x000072ea beq  0x00000006 , 0x00006ba7 
+ 00027539  0x000072eb beq  0x0000000c , 0x00006b9e 
+ 00027540  0x000072ec beq  0x0000000d , 0x00006bb1 
+ 00027541  0x000072ed beq  0x0000000e , 0x00006bab 
+ 00027542  0x000072ee beq  0x0000000b , 0x00006b99 
+ 00027543  0x000072ef beq  0x0000000f , 0x00006b9d 
+ 00027544  0x000072f0 branch  0x00006bc2 
+ 00027545  0x000072f4 arg  0x000043b2 , 0x0000003f 
+ 00027546  0x000072f5 arg  0x00006858 , 0x00000002 
+ 00027547  0x000072f6 call  0x00006bb7 
+ 00027548  0x000072f7 branch  0x00006bae 
+ 00027549  0x000072fa branch  0x00006bae 
+ 00027550  0x000072ff branch  0x00006bbf 
+ 00027551  0x00007303 arg  0x00005099 , 0x0000003f 
+ 00027552  0x00007304 arg  0x00006858 , 0x00000002 
+ 00027553  0x00007305 call  0x00006bb7 
+ 00027554  0x00007306 branch  0x00006bae 
+ 00027555  0x00007309 arg  0x000043b2 , 0x0000003f 
+ 00027556  0x0000730a arg  0x000053dc , 0x00000002 
+ 00027557  0x0000730b call  0x00006bb7 
+ 00027558  0x0000730c branch  0x00006bae 
+ 00027559  0x0000730f arg  0x000043b2 , 0x0000003f 
+ 00027560  0x00007310 arg  0x00004770 , 0x00000002 
+ 00027561  0x00007311 call  0x00006bb7 
+ 00027562  0x00007312 branch  0x00006bae 
+ 00027563  0x00007315 arg  0x000047b7 , 0x0000003f 
+ 00027564  0x00007316 arg  0x00006858 , 0x00000002 
+ 00027565  0x00007317 call  0x00006bb7 
+ 00027566  0x00007319 arg  0x00003728 , 0x0000003f 
+ 00027567  0x0000731a arg  0x00004292 , 0x00000002 
+ 00027568  0x0000731b branch  0x00006bbc 
+ 00027569  0x0000731e arg  0x000047b7 , 0x0000003f 
+ 00027570  0x0000731f arg  0x00006858 , 0x00000002 
+ 00027571  0x00007320 call  0x00006bb7 
+ 00027572  0x00007321 arg  0x00002acb , 0x0000003f 
+ 00027573  0x00007322 arg  0x0000310d , 0x00000002 
+ 00027574  0x00007323 branch  0x00006bbc 
+ 00027575  0x00007327 lshift16  0x00000002 , 0x00000002 
+ 00027576  0x00007328 ior  0x00000002 , 0x0000003f 
+ 00027577  0x00007329 branch  0x000023cf 
+ 00027578  0x0000732d arg  0x00002b8f , 0x0000003f 
+ 00027579  0x0000732e arg  0x0000310d , 0x00000002 
+ 00027580  0x00007330 lshift16  0x00000002 , 0x00000002 
+ 00027581  0x00007331 ior  0x00000002 , 0x0000003f 
+ 00027582  0x00007332 branch  0x000023d6 
+ 00027583  0x00007335 arg  0x00003112 , 0x0000003f 
+ 00027584  0x00007336 arg  0x000036df , 0x00000002 
+ 00027585  0x00007337 branch  0x00006bbc 
+ 00027586  0x0000733a call  0x00006bbf 
+ 00027587  0x0000733b arg  0x00002b8f , 0x0000003f 
+ 00027588  0x0000733c arg  0x0000310d , 0x00000002 
+ 00027589  0x0000733d branch  0x00006bb7 
+ 00027590  0x00007344 bpatch  0x000000c6 , 0x00004018 
+ 00027591  0x00007346 fetch  0x00000001 , 0x000043f5 
+ 00027592  0x00007347 store  0x00000001 , 0x00008080 
+ 00027593  0x00007348 fetch  0x00000001 , 0x000043f6 
+ 00027594  0x00007349 store  0x00000001 , 0x00008081 
+ 00027595  0x0000734a setarg  0x000001de 
+ 00027596  0x0000734b store  0x00000002 , 0x00008084 
+ 00027597  0x0000734c setarg  0x000001e3 
+ 00027598  0x0000734d store  0x00000002 , 0x00008086 
+ 00027599  0x0000734e branch  0x000069dc 
+ 00027600  0x00007354 set1  0x00000007 , 0x0000003f 
+ 00027601  0x00007355 store  0x00000002 , 0x000001de 
+ 00027602  0x00007356 bpatch  0x000000c7 , 0x00004018 
+ 00027603  0x00007357 jam  0x00000002 , 0x00008082 
+ 00027604  0x00007358 jam  0x00000000 , 0x00008088 
+ 00027605  0x00007359 jam  0x00000002 , 0x00008006 
+ 00027606  0x0000735a branch  0x00006be0 
+ 00027607  0x0000735e force  0x00000001 , 0x00000002 
+ 00027608  0x00007360 store  0x00000001 , 0x000001de 
+ 00027609  0x00007361 bpatch  0x000000c8 , 0x00004019 
+ 00027610  0x00007362 jam  0x00000001 , 0x00008082 
+ 00027611  0x00007363 storet  0x00000002 , 0x00008088 
+ 00027612  0x00007364 jam  0x00000002 , 0x00008006 
+ 00027613  0x00007365 call  0x00006be0 
+ 00027614  0x00007366 fetch  0x00000001 , 0x000001e3 
+ 00027615  0x00007367 rtn 
+ 00027616  0x0000736e nop  0x00000005 
+ 00027617  0x0000736f fetch  0x00000001 , 0x00008128 
+ 00027618  0x00007370 bbit0  0x00000003 , 0x00006be0 
+ 00027619  0x00007371 rtn 
+ 00027620  0x0000737a disable  0x00000028 
+ 00027621  0x0000737b copy  0x0000003f , 0x00000012 
+ 00027622  0x0000737c fetch  0x00000001 , 0x00004420 
+ 00027623  0x0000737d rtnne  0x00000000 
+ 00027624  0x0000737e enable  0x00000028 
+ 00027625  0x0000737f copy  0x00000012 , 0x0000003f 
+ 00027626  0x00007380 branch  0x00006bf2 
+ 00027627  0x00007384 fetch  0x00000001 , 0x00004420 
+ 00027628  0x00007385 beq  0x00000001 , 0x00006bf2 
+ 00027629  0x00007386 beq  0x00000002 , 0x00006bf8 
+ 00027630  0x00007387 beq  0x00000003 , 0x00006c00 
+ 00027631  0x00007388 beq  0x00000004 , 0x00006c04 
+ 00027632  0x00007389 beq  0x00000005 , 0x00006c0b 
+ 00027633  0x0000738a rtn 
+ 00027634  0x0000738d store  0x00000003 , 0x00004419 
+ 00027635  0x0000738e copy  0x00000011 , 0x0000003f 
+ 00027636  0x0000738f store  0x00000002 , 0x0000441c 
+ 00027637  0x00007390 storet  0x00000002 , 0x0000441e 
+ 00027638  0x00007391 jam  0x00000002 , 0x00004420 
+ 00027639  0x00007392 branch  0x00006c20 
+ 00027640  0x00007395 call  0x00006c20 
+ 00027641  0x00007396 jam  0x00000003 , 0x00004420 
+ 00027642  0x00007397 call  0x00006c26 
+ 00027643  0x00007398 arg  0x000001de , 0x00000011 
+ 00027644  0x00007399 jam  0x00000004 , 0x00008082 
+ 00027645  0x0000739a fetch  0x00000003 , 0x00004419 
+ 00027646  0x0000739b arg  0x00000020 , 0x00000002 
+ 00027647  0x0000739c branch  0x00006c40 
+ 00027648  0x0000739f call  0x00006c20 
+ 00027649  0x000073a0 call  0x00006c63 
+ 00027650  0x000073a1 jam  0x00000004 , 0x00004420 
+ 00027651  0x000073a2 rtn 
+ 00027652  0x000073a6 bpatch  0x000000c9 , 0x00004019 
+ 00027653  0x000073a7 call  0x00006c20 
+ 00027654  0x000073a8 jam  0x00000005 , 0x00004420 
+ 00027655  0x000073a9 call  0x00006c26 
+ 00027656  0x000073aa call  0x00006c18 
+ 00027657  0x000073ab call  0x00006c3c 
+ 00027658  0x000073ac branch  0x00006c13 
+ 00027659  0x000073ae call  0x00006c20 
+ 00027660  0x000073af call  0x00006c26 
+ 00027661  0x000073b0 setarg  0x00000005 
+ 00027662  0x000073b1 call  0x00006bd7 
+ 00027663  0x000073b2 rtnbit1  0x00000000 
+ 00027664  0x000073b3 jam  0x00000000 , 0x00004420 
+ 00027665  0x000073b4 fetch  0x00000002 , 0x000043e7 
+ 00027666  0x000073b5 branch  0x00007d79 
+ 00027667  0x000073b7 fetch  0x00000004 , 0x00000678 
+ 00027668  0x000073b8 fetcht  0x00000002 , 0x0000441c 
+ 00027669  0x000073ba increase  0xfffffffc , 0x00000002 
+ 00027670  0x000073bb istore  0x00000004 , 0x00000002 
+ 00027671  0x000073bc rtn 
+ 00027672  0x000073bf fetcht  0x00000002 , 0x0000441c 
+ 00027673  0x000073c0 copy  0x00000002 , 0x00000011 
+ 00027674  0x000073c1 increase  0xfffffffc , 0x00000002 
+ 00027675  0x000073c2 ifetch  0x00000004 , 0x00000002 
+ 00027676  0x000073c3 store  0x00000004 , 0x00000678 
+ 00027677  0x000073c4 fetcht  0x00000002 , 0x0000441e 
+ 00027678  0x000073c5 fetch  0x00000003 , 0x00004419 
+ 00027679  0x000073c6 rtn 
+ 00027680  0x000073c9 bpatch  0x000000ca , 0x00004019 
+ 00027681  0x000073ca call  0x00006c8b 
+ 00027682  0x000073cb call  0x000069dc 
+ 00027683  0x000073cc setarg  0x00000000 
+ 00027684  0x000073cd store  0x00000004 , 0x000001de 
+ 00027685  0x000073ce rtn 
+ 00027686  0x000073d1 jam  0x00000006 , 0x000001de 
+ 00027687  0x000073d3 setarg  0x00000000 
+ 00027688  0x000073d4 store  0x00000002 , 0x00008088 
+ 00027689  0x000073d5 setarg  0x00000001 
+ 00027690  0x000073d6 store  0x00000002 , 0x00008082 
+ 00027691  0x000073d7 setarg  0x000001de 
+ 00027692  0x000073d8 store  0x00000002 , 0x00008084 
+ 00027693  0x000073d9 jam  0x00000002 , 0x00008006 
+ 00027694  0x000073da branch  0x00006be0 
+ 00027695  0x000073dd jam  0x000000ab , 0x000001de 
+ 00027696  0x000073de branch  0x00006c27 
+ 00027697  0x000073e1 jam  0x000000b9 , 0x000001de 
+ 00027698  0x000073e2 branch  0x00006c27 
+ 00027699  0x000073e5 store  0x00000003 , 0x00000670 
+ 00027700  0x000073e6 storet  0x00000002 , 0x00000678 
+ 00027701  0x000073e7 storer  0x00000011 , 0x00000002 , 0x00000684 
+ 00027702  0x000073e8 bpatchx  0x000000b5 , 0x00004036 
+ 00027703  0x000073e9 call  0x00006c26 
+ 00027704  0x000073ea fetch  0x00000003 , 0x00000670 
+ 00027705  0x000073eb fetcht  0x00000002 , 0x00000678 
+ 00027706  0x000073ec fetchr  0x00000011 , 0x00000002 , 0x00000684 
+ 00027707  0x000073ed branch  0x00006c3c 
+ 00027708  0x000073f1 increase  0x00000004 , 0x00000002 
+ 00027709  0x000073f2 storet  0x00000002 , 0x00008082 
+ 00027710  0x000073f3 arg  0x00000002 , 0x00000002 
+ 00027711  0x000073f4 increase  0xfffffffc , 0x00000011 
+ 00027712  0x000073f7 istoret  0x00000001 , 0x00000011 
+ 00027713  0x000073f8 rshift16  0x0000003f , 0x00000002 
+ 00027714  0x000073f9 istoret  0x00000001 , 0x00000005 
+ 00027715  0x000073fa rshift8  0x0000003f , 0x00000002 
+ 00027716  0x000073fb istoret  0x00000001 , 0x00000005 
+ 00027717  0x000073fc istore  0x00000001 , 0x00000005 
+ 00027718  0x000073fd deposit  0x00000011 
+ 00027719  0x000073fe store  0x00000002 , 0x00008084 
+ 00027720  0x000073ff setarg  0x00000000 
+ 00027721  0x00007400 store  0x00000002 , 0x00008088 
+ 00027722  0x00007401 jam  0x00000002 , 0x00008006 
+ 00027723  0x00007402 call  0x00006be0 
+ 00027724  0x00007403 branch  0x00006c63 
+ 00027725  0x00007408 storet  0x00000002 , 0x00008088 
+ 00027726  0x00007409 rshift16  0x0000003f , 0x00000002 
+ 00027727  0x0000740a storet  0x00000001 , 0x000001df 
+ 00027728  0x0000740b rshift8  0x0000003f , 0x00000002 
+ 00027729  0x0000740c storet  0x00000001 , 0x000001e0 
+ 00027730  0x0000740d store  0x00000001 , 0x000001e1 
+ 00027731  0x0000740e setarg  0x00000004 
+ 00027732  0x0000740f store  0x00000002 , 0x00008082 
+ 00027733  0x00007410 jam  0x00000003 , 0x000001de 
+ 00027734  0x00007411 setarg  0x000001de 
+ 00027735  0x00007412 store  0x00000002 , 0x00008084 
+ 00027736  0x00007413 deposit  0x00000011 
+ 00027737  0x00007414 store  0x00000002 , 0x00008086 
+ 00027738  0x00007415 fetch  0x00000001 , 0x00008080 
+ 00027739  0x00007416 isolate0  0x0000000f , 0x00000011 
+ 00027740  0x00007417 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027741  0x00007418 store  0x00000001 , 0x00008080 
+ 00027742  0x00007419 jam  0x00000002 , 0x00008006 
+ 00027743  0x0000741b fetch  0x00000001 , 0x00008128 
+ 00027744  0x0000741c bbit1  0x00000007 , 0x00006c5f 
+ 00027745  0x0000741d arg  0x00000003 , 0x00000007 
+ 00027746  0x0000741e branch  0x00006be0 
+ 00027747  0x00007421 setarg  0x000007d0 
+ 00027748  0x00007422 call  0x0000235c 
+ 00027749  0x00007423 call  0x00006c26 
+ 00027750  0x00007424 setarg  0x000001e3 
+ 00027751  0x00007425 store  0x00000002 , 0x00008086 
+ 00027752  0x00007426 setarg  0x00000005 
+ 00027753  0x00007427 call  0x00006bd7 
+ 00027754  0x00007428 bbit1  0x00000000 , 0x00006c63 
+ 00027755  0x00007429 rtn 
+ 00027756  0x00007430 storet  0x00000002 , 0x00008088 
+ 00027757  0x00007431 setarg  0x00000004 
+ 00027758  0x00007432 store  0x00000002 , 0x00008082 
+ 00027759  0x00007433 jam  0x00000003 , 0x000001de 
+ 00027760  0x00007434 setarg  0x000001de 
+ 00027761  0x00007435 store  0x00000002 , 0x00008084 
+ 00027762  0x00007436 deposit  0x00000011 
+ 00027763  0x00007437 store  0x00000002 , 0x00008086 
+ 00027764  0x00007438 fetch  0x00000001 , 0x00008080 
+ 00027765  0x00007439 isolate0  0x0000000f , 0x00000011 
+ 00027766  0x0000743a setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027767  0x0000743b store  0x00000001 , 0x00008080 
+ 00027768  0x0000743c jam  0x00000002 , 0x00008006 
+ 00027769  0x0000743e fetch  0x00000001 , 0x00008128 
+ 00027770  0x0000743f bbit1  0x00000007 , 0x00006c79 
+ 00027771  0x00007440 arg  0x00000003 , 0x00000007 
+ 00027772  0x00007441 call  0x00006b07 
+ 00027773  0x00007442 call  0x00006be0 
+ 00027774  0x00007443 isolate1  0x00000002 , 0x0000003f 
+ 00027775  0x00007444 call  0x00006b00 
+ 00027776  0x00007445 fetch  0x00000001 , 0x000001df 
+ 00027777  0x00007446 lshift16  0x0000003f , 0x00000012 
+ 00027778  0x00007447 fetch  0x00000002 , 0x000001e0 
+ 00027779  0x00007448 byteswap  0x0000003f , 0x0000003f 
+ 00027780  0x00007449 ior  0x00000012 , 0x0000003f 
+ 00027781  0x0000744a iadd  0x00000002 , 0x0000003f 
+ 00027782  0x0000744b store  0x00000001 , 0x000001e1 
+ 00027783  0x0000744c rshift8  0x0000003f , 0x0000003f 
+ 00027784  0x0000744d byteswap  0x0000003f , 0x0000003f 
+ 00027785  0x0000744e store  0x00000002 , 0x000001df 
+ 00027786  0x0000744f rtn 
+ 00027787  0x00007452 fetch  0x00000001 , 0x00004421 
+ 00027788  0x00007453 fetcht  0x00000001 , 0x00004423 
+ 00027789  0x00007454 isub  0x00000002 , 0x0000003e 
+ 00027790  0x00007455 nbranch  0x00006c90 , 0x00000005 
+ 00027791  0x00007456 call  0x00006c9c 
+ 00027792  0x00007459 fetch  0x00000001 , 0x00004421 
+ 00027793  0x0000745a arg  0x00000020 , 0x00000002 
+ 00027794  0x0000745b call  0x00006f21 
+ 00027795  0x0000745c fetch  0x00000001 , 0x00004424 
+ 00027796  0x0000745d arg  0x00000021 , 0x00000002 
+ 00027797  0x0000745e call  0x00006f21 
+ 00027798  0x0000745f fetch  0x00000001 , 0x00004422 
+ 00027799  0x00007460 arg  0x00000022 , 0x00000002 
+ 00027800  0x00007461 call  0x00006f21 
+ 00027801  0x00007462 fetch  0x00000001 , 0x00004423 
+ 00027802  0x00007463 arg  0x0000001f , 0x00000002 
+ 00027803  0x00007464 branch  0x00006f21 
+ 00027804  0x00007467 jam  0x00000001 , 0x00004421 
+ 00027805  0x00007468 jam  0x00000003 , 0x00004422 
+ 00027806  0x00007469 jam  0x00000000 , 0x00004423 
+ 00027807  0x0000746a jam  0x00000002 , 0x00004424 
+ 00027808  0x0000746b jam  0x0000000b , 0x00004425 
+ 00027809  0x0000746c jam  0x0000000a , 0x00004426 
+ 00027810  0x0000746d rtn 
+ 00027811  0x00007471 jam  0x00000001 , 0x00008010 
+ 00027812  0x00007472 rtn 
+ 00027813  0x00007479 jam  0x00000005 , 0x0000808b 
+ 00027814  0x0000747a jam  0x00000007 , 0x0000808c 
+ 00027815  0x0000747b jam  0x00000007 , 0x0000808d 
+ 00027816  0x0000747c jam  0x00000007 , 0x0000808e 
+ 00027817  0x0000747d jam  0x00000007 , 0x0000808f 
+ 00027818  0x0000747e jam  0x00000005 , 0x00008090 
+ 00027819  0x0000747f jam  0x00000000 , 0x00008091 
+ 00027820  0x00007480 rtn 
+ 00027821  0x00007483 jam  0x0000000c , 0x0000808b 
+ 00027822  0x00007484 jam  0x0000000d , 0x0000808c 
+ 00027823  0x00007485 jam  0x0000000d , 0x0000808d 
+ 00027824  0x00007486 jam  0x0000000d , 0x0000808e 
+ 00027825  0x00007487 jam  0x0000000d , 0x0000808f 
+ 00027826  0x00007488 jam  0x0000000c , 0x00008090 
+ 00027827  0x00007489 jam  0x00000000 , 0x00008091 
+ 00027828  0x0000748a rtn 
+ 00027829  0x0000748d call  0x00006cd8 
+ 00027830  0x0000748f fetch  0x00000001 , 0x00004428 
+ 00027831  0x00007490 arg  0x0000006c , 0x00000002 
+ 00027832  0x00007491 call  0x00006f21 
+ 00027833  0x00007492 fetch  0x00000001 , 0x00004429 
+ 00027834  0x00007493 arg  0x0000006d , 0x00000002 
+ 00027835  0x00007494 branch  0x00006f21 
+ 00027836  0x00007497 call  0x00006cdf 
+ 00027837  0x00007498 branch  0x00006cb6 
+ 00027838  0x0000749b fetch  0x00000001 , 0x00008128 
+ 00027839  0x0000749c bbit0  0x00000005 , 0x00006cbe 
+ 00027840  0x0000749d rtn 
+ 00027841  0x000074b8 set1  0x00000028 , 0x00000000 
+ 00027842  0x000074b9 jam  0x00000008 , 0x000043f4 
+ 00027843  0x000074ba rtn 
+ 00027844  0x000074bd set0  0x00000028 , 0x00000000 
+ 00027845  0x000074be jam  0x00000020 , 0x000043f4 
+ 00027846  0x000074bf rtn 
+ 00027847  0x000074c3 fetch  0x00000001 , 0x000043eb 
+ 00027848  0x000074c4 iadd  0x00000012 , 0x0000003f 
+ 00027849  0x000074c5 store  0x00000001 , 0x000001e0 
+ 00027850  0x000074c6 branch  0x00006cce 
+ 00027851  0x000074c9 fetch  0x00000002 , 0x000001e0 
+ 00027852  0x000074ca byteswap  0x0000003f , 0x0000003f 
+ 00027853  0x000074cb store  0x00000001 , 0x000001e0 
+ 00027854  0x000074d1 setarg  0x00000003 
+ 00027855  0x000074d2 store  0x00000002 , 0x00008092 
+ 00027856  0x000074d3 jam  0x000000a0 , 0x000001df 
+ 00027857  0x000074d4 jam  0x000000a1 , 0x000001e1 
+ 00027858  0x000074d5 branch  0x00006ced 
+ 00027859  0x000074dc storet  0x00000002 , 0x00000678 
+ 00027860  0x000074dd call  0x00006cd8 
+ 00027861  0x000074de fetcht  0x00000002 , 0x00000678 
+ 00027862  0x000074df call  0x00006d07 
+ 00027863  0x000074e0 branch  0x00006cdf 
+ 00027864  0x000074e3 fetch  0x00000001 , 0x00004427 
+ 00027865  0x000074e4 rtneq  0x000000ff 
+ 00027866  0x000074e5 bbit0  0x00000006 , 0x00006cdd 
+ 00027867  0x000074e6 setarg  0x000249f0 
+ 00027868  0x000074e7 call  0x0000235c 
+ 00027869  0x000074e9 fetcht  0x00000001 , 0x00004427 
+ 00027870  0x000074ea branch  0x00006ef7 
+ 00027871  0x000074ed fetcht  0x00000001 , 0x00004427 
+ 00027872  0x000074ee branch  0x00006ef3 
+ 00027873  0x000074f4 bpatch  0x000000cb , 0x00004019 
+ 00027874  0x000074f5 bmark1  0x00000028 , 0x00006cc7 
+ 00027875  0x000074f6 fetch  0x00000002 , 0x000043eb 
+ 00027876  0x000074f7 iadd  0x00000012 , 0x0000003f 
+ 00027877  0x000074f8 byteswap  0x0000003f , 0x0000003f 
+ 00027878  0x000074f9 store  0x00000002 , 0x000001e0 
+ 00027879  0x000074fd bpatch  0x000000cc , 0x00004019 
+ 00027880  0x000074fe bmark1  0x00000028 , 0x00006ccb 
+ 00027881  0x000074ff setarg  0x00000004 
+ 00027882  0x00007500 store  0x00000002 , 0x00008092 
+ 00027883  0x00007501 jam  0x000000a0 , 0x000001df 
+ 00027884  0x00007502 jam  0x000000a1 , 0x000001e2 
+ 00027885  0x00007504 setarg  0x000001df 
+ 00027886  0x00007505 store  0x00000002 , 0x00008094 
+ 00027887  0x00007506 storet  0x00000002 , 0x00008098 
+ 00027888  0x00007507 storer  0x00000011 , 0x00000002 , 0x00008096 
+ 00027889  0x00007508 setarg  0x00000002 
+ 00027890  0x00007509 isolate0  0x0000000f , 0x00000011 
+ 00027891  0x0000750a setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027892  0x0000750b store  0x00000001 , 0x0000808a 
+ 00027893  0x0000750c jam  0x00000004 , 0x00008006 
+ 00027894  0x0000750d arg  0x00000005 , 0x00000007 
+ 00027895  0x0000750e call  0x00006b07 
+ 00027896  0x0000750f call  0x00006cbe 
+ 00027897  0x00007510 isolate1  0x00000004 , 0x0000003f 
+ 00027898  0x00007511 call  0x00006b00 
+ 00027899  0x00007512 bmark1  0x00000028 , 0x00006d02 
+ 00027900  0x00007514 fetch  0x00000002 , 0x000001e0 
+ 00027901  0x00007515 byteswap  0x0000003f , 0x0000003f 
+ 00027902  0x00007516 iadd  0x00000002 , 0x0000003f 
+ 00027903  0x00007517 byteswap  0x0000003f , 0x0000003f 
+ 00027904  0x00007518 store  0x00000002 , 0x000001e0 
+ 00027905  0x00007519 rtn 
+ 00027906  0x0000751c fetch  0x00000001 , 0x000001e0 
+ 00027907  0x0000751d iadd  0x00000002 , 0x0000003f 
+ 00027908  0x0000751e byteswap  0x0000003f , 0x0000003f 
+ 00027909  0x0000751f store  0x00000002 , 0x000001e0 
+ 00027910  0x00007520 rtn 
+ 00027911  0x00007527 fetch  0x00000002 , 0x000043eb 
+ 00027912  0x00007528 iadd  0x00000012 , 0x0000003f 
+ 00027913  0x0000752b store  0x00000002 , 0x00000670 
+ 00027914  0x0000752c bpatch  0x000000cd , 0x00004019 
+ 00027915  0x0000752d storet  0x00000002 , 0x00000678 
+ 00027916  0x0000752e storer  0x00000011 , 0x00000002 , 0x0000068f 
+ 00027917  0x00007530 call  0x00006d1c 
+ 00027918  0x00007532 fetcht  0x00000002 , 0x00000688 
+ 00027919  0x00007533 fetchr  0x00000011 , 0x00000002 , 0x0000068f 
+ 00027920  0x00007534 fetch  0x00000002 , 0x00000670 
+ 00027921  0x00007536 call  0x00006d3d 
+ 00027922  0x00007538 fetch  0x00000002 , 0x00000688 
+ 00027923  0x00007539 fetcht  0x00000002 , 0x0000068f 
+ 00027924  0x0000753a iadd  0x00000002 , 0x00000002 
+ 00027925  0x0000753b storet  0x00000002 , 0x0000068f 
+ 00027926  0x0000753c fetcht  0x00000002 , 0x00000670 
+ 00027927  0x0000753d iadd  0x00000002 , 0x00000002 
+ 00027928  0x0000753e storet  0x00000002 , 0x00000670 
+ 00027929  0x0000753f fetch  0x00000002 , 0x00000678 
+ 00027930  0x00007540 nbranch  0x00006d0d , 0x00000034 
+ 00027931  0x00007541 rtn 
+ 00027932  0x0000754a bpatch  0x000000ce , 0x00004019 
+ 00027933  0x0000754b fetch  0x00000001 , 0x000043f4 
+ 00027934  0x0000754c increase  0xffffffff , 0x0000003f 
+ 00027935  0x0000754d fetcht  0x00000002 , 0x00000670 
+ 00027936  0x0000754e ior  0x00000002 , 0x0000003f 
+ 00027937  0x0000754f increase  0x00000001 , 0x0000003f 
+ 00027938  0x00007550 store  0x00000003 , 0x0000068c 
+ 00027939  0x00007552 fetch  0x00000002 , 0x00000678 
+ 00027940  0x00007553 iadd  0x00000002 , 0x0000003f 
+ 00027941  0x00007555 fetcht  0x00000003 , 0x0000068c 
+ 00027942  0x00007556 isub  0x00000002 , 0x0000003f 
+ 00027943  0x00007557 nbranch  0x00006d2e , 0x00000002 
+ 00027944  0x00007558 store  0x00000002 , 0x00000678 
+ 00027945  0x00007559 fetch  0x00000003 , 0x0000068c 
+ 00027946  0x0000755a fetcht  0x00000002 , 0x00000670 
+ 00027947  0x0000755b isub  0x00000002 , 0x0000003f 
+ 00027948  0x0000755c store  0x00000002 , 0x00000688 
+ 00027949  0x0000755d rtn 
+ 00027950  0x00007560 fetch  0x00000002 , 0x00000678 
+ 00027951  0x00007561 store  0x00000002 , 0x00000688 
+ 00027952  0x00007562 setarg  0x00000000 
+ 00027953  0x00007563 store  0x00000002 , 0x00000678 
+ 00027954  0x00007564 rtn 
+ 00027955  0x00007567 copy  0x00000012 , 0x0000003f 
+ 00027956  0x00007568 increase  0x00000002 , 0x00000002 
+ 00027957  0x00007569 storet  0x00000002 , 0x00008092 
+ 00027958  0x0000756a increase  0xfffffffe , 0x00000011 
+ 00027959  0x0000756b ifetcht  0x00000003 , 0x00000011 
+ 00027960  0x0000756c copy  0x00000002 , 0x00000012 
+ 00027961  0x0000756d arg  0x000000a0 , 0x00000002 
+ 00027962  0x0000756e istoret  0x00000001 , 0x00000011 
+ 00027963  0x0000756f istore  0x00000001 , 0x00000005 
+ 00027964  0x00007570 branch  0x00006d4a 
+ 00027965  0x00007574 copy  0x0000003f , 0x00000012 
+ 00027966  0x00007575 bpatch  0x000000cf , 0x00004019 
+ 00027967  0x00007576 bmark1  0x00000028 , 0x00006d33 
+ 00027968  0x00007577 copy  0x00000012 , 0x0000003f 
+ 00027969  0x00007578 increase  0x00000003 , 0x00000002 
+ 00027970  0x00007579 storet  0x00000002 , 0x00008092 
+ 00027971  0x0000757a increase  0xfffffffd , 0x00000011 
+ 00027972  0x0000757b ifetcht  0x00000003 , 0x00000011 
+ 00027973  0x0000757c copy  0x00000002 , 0x00000012 
+ 00027974  0x0000757d arg  0x000000a0 , 0x00000002 
+ 00027975  0x0000757e istoret  0x00000001 , 0x00000011 
+ 00027976  0x0000757f byteswap  0x0000003f , 0x0000003f 
+ 00027977  0x00007580 istore  0x00000002 , 0x00000005 
+ 00027978  0x00007582 storer  0x00000011 , 0x00000002 , 0x00008094 
+ 00027979  0x00007583 setarg  0x00000000 
+ 00027980  0x00007584 store  0x00000002 , 0x00008098 
+ 00027981  0x00007585 jam  0x00000001 , 0x0000808a 
+ 00027982  0x00007586 jam  0x00000004 , 0x00008006 
+ 00027983  0x00007587 call  0x00006cbe 
+ 00027984  0x00007588 istorer  0x00000012 , 0x00000003 , 0x00000011 
+ 00027985  0x0000758a bpatch  0x000000d0 , 0x0000401a 
+ 00027986  0x0000758b jam  0x00000000 , 0x000001e2 
+ 00027987  0x0000758d setarg  0x00000001 
+ 00027988  0x0000758e store  0x00000002 , 0x00008092 
+ 00027989  0x0000758f jam  0x000000a0 , 0x000001df 
+ 00027990  0x00007590 setarg  0x000001df 
+ 00027991  0x00007591 store  0x00000002 , 0x00008094 
+ 00027992  0x00007592 setarg  0x00000000 
+ 00027993  0x00007593 store  0x00000002 , 0x00008098 
+ 00027994  0x00007594 store  0x00000002 , 0x00008096 
+ 00027995  0x00007595 setarg  0x00000003 
+ 00027996  0x00007596 store  0x00000001 , 0x0000808a 
+ 00027997  0x00007597 jam  0x00000004 , 0x00008006 
+ 00027998  0x00007598 call  0x00006cbe 
+ 00027999  0x00007599 fetch  0x00000001 , 0x00008128 
+ 00028000  0x0000759a rtnbit0  0x00000006 
+ 00028001  0x0000759b nop  0x000005dc 
+ 00028002  0x0000759c fetch  0x00000001 , 0x000001e2 
+ 00028003  0x0000759d increase  0x00000001 , 0x0000003f 
+ 00028004  0x0000759e store  0x00000001 , 0x000001e2 
+ 00028005  0x0000759f sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00028006  0x000075a0 nrtn  0x00000002 
+ 00028007  0x000075a1 branch  0x00006d53 
+ 00028008  0x000075a6 call  0x00007dba 
+ 00028009  0x000075a7 branch  0x00006d6a 
+ 00028010  0x000075aa rshift16  0x0000003f , 0x00000002 
+ 00028011  0x000075ab call  0x00006d8e , 0x00000028 
+ 00028012  0x000075ac rshift32  0x0000003f , 0x0000003f 
+ 00028013  0x000075ad rshift16  0x0000003f , 0x00000002 
+ 00028014  0x000075ae call  0x00006d8a , 0x00000028 
+ 00028015  0x000075af fetch  0x00000002 , 0x00008050 
+ 00028016  0x000075b0 set0  0x0000000f , 0x0000003f 
+ 00028017  0x000075b1 store  0x00000002 , 0x00008050 
+ 00028018  0x000075b2 rtn 
+ 00028019  0x000075b6 store  0x00000002 , 0x00008052 
+ 00028020  0x000075b7 rtn 
+ 00028021  0x000075bb call  0x00006d77 
+ 00028022  0x000075bc branch  0x00006d73 
+ 00028023  0x000075c0 call  0x00006d7c 
+ 00028024  0x000075c1 idiv  0x00000002 
+ 00028025  0x000075c2 call  0x00007d62 
+ 00028026  0x000075c3 quotient  0x0000003f 
+ 00028027  0x000075c4 rtn 
+ 00028028  0x000075c7 fetch  0x00000001 , 0x00008043 
+ 00028029  0x000075c8 bbit0  0x00000000 , 0x00006d80 
+ 00028030  0x000075c9 setarg  0x02dc6c00 
+ 00028031  0x000075ca rtn 
+ 00028032  0x000075cc setarg  0x016e3600 
+ 00028033  0x000075cd rtn 
+ 00028034  0x000075d0 fetch  0x00000001 , 0x00008043 
+ 00028035  0x000075d1 and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00028036  0x000075d2 store  0x00000001 , 0x00008043 
+ 00028037  0x000075d3 rtn 
+ 00028038  0x000075d6 fetch  0x00000001 , 0x00008043 
+ 00028039  0x000075d7 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00028040  0x000075d8 store  0x00000001 , 0x00008043 
+ 00028041  0x000075d9 rtn 
+ 00028042  0x000075de store  0x00000002 , 0x0000805a 
+ 00028043  0x000075df store  0x00000002 , 0x0000805e 
+ 00028044  0x000075e0 storet  0x00000002 , 0x0000805c 
+ 00028045  0x000075e1 rtn 
+ 00028046  0x000075e5 store  0x00000002 , 0x00008054 
+ 00028047  0x000075e6 store  0x00000002 , 0x00008058 
+ 00028048  0x000075e7 storet  0x00000002 , 0x00008056 
+ 00028049  0x000075e8 rtn 
+ 00028050  0x000075eb fetchr  0x0000000a , 0x00000002 , 0x0000805a 
+ 00028051  0x000075ec fetchr  0x00000010 , 0x00000002 , 0x0000805c 
+ 00028052  0x000075ed fetchr  0x00000003 , 0x00000002 , 0x0000805e 
+ 00028053  0x000075ee rtn 
+ 00028054  0x000075f1 fetchr  0x0000000a , 0x00000002 , 0x00008054 
+ 00028055  0x000075f2 fetchr  0x00000010 , 0x00000002 , 0x00008056 
+ 00028056  0x000075f3 fetchr  0x00000003 , 0x00000002 , 0x00008058 
+ 00028057  0x000075f4 rtn 
+ 00028058  0x000075f7 storer  0x00000003 , 0x00000002 , 0x0000805e 
+ 00028059  0x000075f8 rtn 
+ 00028060  0x000075fb storer  0x00000003 , 0x00000002 , 0x00008058 
+ 00028061  0x000075fc rtn 
+ 00028062  0x000075ff call  0x00006d96 
+ 00028063  0x00007600 fetch  0x00000002 , 0x00008112 
+ 00028064  0x00007601 iadd  0x00000003 , 0x00000003 
+ 00028065  0x00007602 branch  0x00006d9c 
+ 00028066  0x00007605 call  0x00006da6 
+ 00028067  0x00007606 branch  0x00006d92 
+ 00028068  0x00007609 call  0x00006d9a 
+ 00028069  0x0000760a branch  0x00006daa 
+ 00028070  0x0000760e storer  0x00000003 , 0x00000002 , 0x00000697 
+ 00028071  0x0000760f storer  0x0000000a , 0x00000002 , 0x00000695 
+ 00028072  0x00007610 storer  0x00000010 , 0x00000002 , 0x00000693 
+ 00028073  0x00007611 rtn 
+ 00028074  0x00007614 fetchr  0x00000003 , 0x00000002 , 0x00000697 
+ 00028075  0x00007615 fetchr  0x0000000a , 0x00000002 , 0x00000695 
+ 00028076  0x00007616 fetchr  0x00000010 , 0x00000002 , 0x00000693 
+ 00028077  0x00007617 rtn 
+ 00028078  0x0000761a fetch  0x00000002 , 0x0000810e 
+ 00028079  0x0000761b nbranch  0x00006dae , 0x00000034 
+ 00028080  0x0000761c rtn 
+ 00028081  0x0000761f deposit  0x00000039 
+ 00028082  0x00007620 rtn  0x00000034 
+ 00028083  0x00007622 increase  0xfffffff8 , 0x00000039 
+ 00028084  0x00007623 call  0x00006dbe , 0x00000002 
+ 00028085  0x00007624 rtn  0x00000005 
+ 00028086  0x00007625 branch  0x00006db3 , 0x00000002 
+ 00028087  0x00007626 increase  0x00000008 , 0x00000039 
+ 00028088  0x00007628 increase  0xfffffffc , 0x00000039 
+ 00028089  0x00007629 call  0x00006dc1 , 0x00000002 
+ 00028090  0x0000762a rtn  0x00000005 
+ 00028091  0x0000762b branch  0x00006db8 , 0x00000002 
+ 00028092  0x0000762c increase  0x00000004 , 0x00000039 
+ 00028093  0x0000762d branch  0x00006dc4 
+ 00028094  0x00007630 ifetch  0x00000008 , 0x00000006 
+ 00028095  0x00007631 istore  0x00000008 , 0x00000003 
+ 00028096  0x00007632 rtn 
+ 00028097  0x00007635 ifetch  0x00000004 , 0x00000006 
+ 00028098  0x00007636 istore  0x00000004 , 0x00000003 
+ 00028099  0x00007637 rtn 
+ 00028100  0x0000763a deposit  0x00000039 
+ 00028101  0x0000763b rtn  0x00000034 
+ 00028102  0x0000763d ifetch  0x00000001 , 0x00000006 
+ 00028103  0x0000763e istore  0x00000001 , 0x00000003 
+ 00028104  0x0000763f loop  0x00006dc6 
+ 00028105  0x00007640 rtn 
+ 00028106  0x00007643 deposit  0x00000039 
+ 00028107  0x00007644 rtn  0x00000034 
+ 00028108  0x00007646 increase  0xfffffff8 , 0x00000039 
+ 00028109  0x00007647 call  0x00006dd7 , 0x00000002 
+ 00028110  0x00007648 rtn  0x00000005 
+ 00028111  0x00007649 branch  0x00006dcc , 0x00000002 
+ 00028112  0x0000764a increase  0x00000008 , 0x00000039 
+ 00028113  0x0000764c increase  0xfffffffc , 0x00000039 
+ 00028114  0x0000764d call  0x00006dda , 0x00000002 
+ 00028115  0x0000764e rtn  0x00000005 
+ 00028116  0x0000764f branch  0x00006dd1 , 0x00000002 
+ 00028117  0x00007650 increase  0x00000004 , 0x00000039 
+ 00028118  0x00007651 branch  0x00006ddd 
+ 00028119  0x00007655 ifetch  0x00000008 , 0x00000003 
+ 00028120  0x00007656 istore  0x00000008 , 0x00000005 
+ 00028121  0x00007657 rtn 
+ 00028122  0x0000765a ifetch  0x00000004 , 0x00000003 
+ 00028123  0x0000765b istore  0x00000004 , 0x00000005 
+ 00028124  0x0000765c rtn 
+ 00028125  0x00007660 deposit  0x00000039 
+ 00028126  0x00007661 rtn  0x00000034 
+ 00028127  0x00007663 ifetch  0x00000001 , 0x00000003 
+ 00028128  0x00007664 istore  0x00000001 , 0x00000005 
+ 00028129  0x00007665 loop  0x00006ddf 
+ 00028130  0x00007666 rtn 
+ 00028131  0x0000766c jam  0x0000003d , 0x0000066f 
+ 00028132  0x0000766d branch  0x0000782b 
+ 00028133  0x00007670 bpatch  0x000000d1 , 0x0000401a 
+ 00028134  0x00007671 fetch  0x00000001 , 0x000043fa 
+ 00028135  0x00007672 rtn  0x00000034 
+ 00028136  0x00007673 call  0x00006e87 
+ 00028137  0x00007674 call  0x00006e8d , 0x00000005 
+ 00028138  0x00007675 call  0x00007dc0 
+ 00028139  0x00007676 call  0x00006e18 
+ 00028140  0x00007678 fetch  0x00000001 , 0x000043fa 
+ 00028141  0x00007679 icopy  0x00000013 
+ 00028142  0x0000767a fetcht  0x00000002 , 0x000043f8 
+ 00028143  0x0000767b storet  0x00000002 , 0x00000033 
+ 00028144  0x0000767d copy  0x00000013 , 0x0000003f 
+ 00028145  0x0000767e branch  0x00006de3 , 0x00000034 
+ 00028146  0x0000767f increase  0xffffffff , 0x00000013 
+ 00028147  0x00007680 copy  0x00000002 , 0x00000011 
+ 00028148  0x00007681 ifetch  0x00000001 , 0x00000011 
+ 00028149  0x00007682 fetcht  0x00000001 , 0x00000031 
+ 00028150  0x00007683 isub  0x00000002 , 0x0000003e 
+ 00028151  0x00007684 call  0x00006e00 , 0x00000005 
+ 00028152  0x00007685 branch  0x00006dfc , 0x00000002 
+ 00028153  0x00007686 ifetch  0x00000001 , 0x00000011 
+ 00028154  0x00007687 increase  0x00000001 , 0x0000003f 
+ 00028155  0x00007688 istore  0x00000001 , 0x00000011 
+ 00028156  0x0000768a fetcht  0x00000002 , 0x00000033 
+ 00028157  0x0000768b increase  0x00000022 , 0x00000002 
+ 00028158  0x0000768c storet  0x00000002 , 0x00000033 
+ 00028159  0x0000768d branch  0x00006df0 
+ 00028160  0x00007690 setarg  0x00000000 
+ 00028161  0x00007691 istore  0x00000001 , 0x00000011 
+ 00028162  0x00007692 fetch  0x00000001 , 0x00000032 
+ 00028163  0x00007693 istore  0x00000001 , 0x00000005 
+ 00028164  0x00007694 bne  0x00000033 , 0x00006e0d 
+ 00028165  0x00007697 ifetch  0x00000006 , 0x00000006 
+ 00028166  0x00007698 istore  0x00000008 , 0x00000005 
+ 00028167  0x00007699 setarg  0x00000000 
+ 00028168  0x0000769a istore  0x00000008 , 0x00000005 
+ 00028169  0x0000769b copy  0x00000012 , 0x00000006 
+ 00028170  0x0000769d call  0x00007c8f 
+ 00028171  0x0000769e force  0x00000001 , 0x0000003e 
+ 00028172  0x0000769f rtn 
+ 00028173  0x000076a2 beq  0x00000036 , 0x00006e11 
+ 00028174  0x000076a3 beq  0x00000037 , 0x00006e15 
+ 00028175  0x000076a4 arg  0x0000428a , 0x00000012 
+ 00028176  0x000076a5 branch  0x00006e05 
+ 00028177  0x000076a8 arg  0x0000430d , 0x00000006 
+ 00028178  0x000076a9 call  0x00007c8f 
+ 00028179  0x000076ab arg  0x0000428a , 0x00000006 
+ 00028180  0x000076ac branch  0x00006e0a 
+ 00028181  0x000076af arg  0x00004305 , 0x00000006 
+ 00028182  0x000076b0 call  0x00007c8f 
+ 00028183  0x000076b1 branch  0x00006e13 
+ 00028184  0x000076b7 bpatch  0x000000d2 , 0x0000401a 
+ 00028185  0x000076b8 call  0x00007dbc 
+ 00028186  0x000076b9 fetch  0x00000001 , 0x000043fa 
+ 00028187  0x000076ba rtn  0x00000034 
+ 00028188  0x000076bb bpatch  0x000000d3 , 0x0000401a 
+ 00028189  0x000076bc fetch  0x00000002 , 0x000044e9 
+ 00028190  0x000076bd rtnbit0  0x00000009 
+ 00028191  0x000076bf fetch  0x00000001 , 0x000042cb 
+ 00028192  0x000076c0 beq  0x00000000 , 0x00006e34 
+ 00028193  0x000076c1 fetch  0x00000001 , 0x0000017d 
+ 00028194  0x000076c2 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00028195  0x000076c3 branch  0x00006e27 , 0x00000001 
+ 00028196  0x000076c4 compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00028197  0x000076c5 branch  0x00006e39 , 0x00000001 
+ 00028198  0x000076c6 branch  0x00006e2e 
+ 00028199  0x000076c9 branch  0x00006e2b , 0x0000002c 
+ 00028200  0x000076ca fetch  0x00000001 , 0x000042c2 
+ 00028201  0x000076cb bbit0  0x00000001 , 0x00006e34 
+ 00028202  0x000076cc branch  0x00006e2e 
+ 00028203  0x000076cf call  0x00006e34 
+ 00028204  0x000076d0 rtn  0x00000028 
+ 00028205  0x000076d1 branch  0x00006e2e 
+ 00028206  0x000076d6 fetch  0x00000001 , 0x000042fe 
+ 00028207  0x000076d7 bbit1  0x00000007 , 0x00006e31 
+ 00028208  0x000076d8 branch  0x00006e37 
+ 00028209  0x000076dc fetch  0x00000006 , 0x00000178 
+ 00028210  0x000076dd store  0x00000008 , 0x00004305 
+ 00028211  0x000076de branch  0x00006e37 
+ 00028212  0x000076e2 jam  0x00000035 , 0x00000032 
+ 00028213  0x000076e3 fetch  0x00000006 , 0x00000178 
+ 00028214  0x000076e4 branch  0x00006e3b 
+ 00028215  0x000076e7 jam  0x00000037 , 0x00000032 
+ 00028216  0x000076e8 branch  0x00006e3b 
+ 00028217  0x000076ec jam  0x00000036 , 0x00000032 
+ 00028218  0x000076ed branch  0x00006e3b 
+ 00028219  0x000076f0 bpatch  0x000000d4 , 0x0000401a 
+ 00028220  0x000076f2 fetch  0x00000002 , 0x000043f8 
+ 00028221  0x000076f3 ifetcht  0x00000001 , 0x0000003f 
+ 00028222  0x000076f4 pincrease  0x00000001 
+ 00028223  0x000076f5 store  0x00000002 , 0x00000033 
+ 00028224  0x000076f6 storet  0x00000001 , 0x00000031 
+ 00028225  0x000076f7 fetch  0x00000001 , 0x000043fa 
+ 00028226  0x000076f8 icopy  0x00000013 
+ 00028227  0x000076fa fetch  0x00000002 , 0x00000033 
+ 00028228  0x000076fb copy  0x0000003f , 0x00000011 
+ 00028229  0x000076fc call  0x00006e53 
+ 00028230  0x000076fd rtn  0x00000028 
+ 00028231  0x000076fe fetcht  0x00000002 , 0x00000033 
+ 00028232  0x000076ff increase  0x00000022 , 0x00000002 
+ 00028233  0x00007700 storet  0x00000002 , 0x00000033 
+ 00028234  0x00007701 increase  0xffffffff , 0x00000002 
+ 00028235  0x00007702 ifetch  0x00000001 , 0x00000002 
+ 00028236  0x00007703 store  0x00000001 , 0x00000031 
+ 00028237  0x00007704 increase  0xffffffff , 0x00000013 
+ 00028238  0x00007705 nbranch  0x00006e43 , 0x00000005 
+ 00028239  0x00007706 fetch  0x00000001 , 0x000043fa 
+ 00028240  0x00007707 pincrease  0xffffffff 
+ 00028241  0x00007708 store  0x00000001 , 0x00000031 
+ 00028242  0x00007709 rtn 
+ 00028243  0x0000770b fetch  0x00000001 , 0x00000032 
+ 00028244  0x0000770c bne  0x00000033 , 0x00006e5a 
+ 00028245  0x0000770e arg  0x00000032 , 0x00000012 
+ 00028246  0x0000770f arg  0x00000007 , 0x00000039 
+ 00028247  0x00007710 call  0x00007d64 
+ 00028248  0x00007711 branch  0x00007dba , 0x00000005 
+ 00028249  0x00007712 rtn 
+ 00028250  0x00007715 beq  0x00000036 , 0x00006e5d 
+ 00028251  0x00007716 beq  0x00000037 , 0x00006e78 
+ 00028252  0x00007717 branch  0x00006e55 
+ 00028253  0x0000771a ifetcht  0x00000001 , 0x00000011 
+ 00028254  0x0000771b isub  0x00000002 , 0x0000003e 
+ 00028255  0x0000771c nrtn  0x00000005 
+ 00028256  0x0000771d arg  0x000006a1 , 0x00000005 
+ 00028257  0x0000771e arg  0x00000010 , 0x00000039 
+ 00028258  0x0000771f call  0x00007ca1 
+ 00028259  0x00007720 fetch  0x00000003 , 0x0000017b 
+ 00028260  0x00007721 store  0x00000003 , 0x000006a1 
+ 00028261  0x00007722 call  0x00006e6f 
+ 00028262  0x00007723 fetch  0x00000002 , 0x000006be 
+ 00028263  0x00007724 byteswap  0x0000003f , 0x0000003f 
+ 00028264  0x00007725 lshift8  0x0000003f , 0x00000002 
+ 00028265  0x00007726 ifetch  0x00000001 , 0x00000006 
+ 00028266  0x00007727 iadd  0x00000002 , 0x0000003f 
+ 00028267  0x00007728 fetcht  0x00000003 , 0x00000178 
+ 00028268  0x00007729 isub  0x00000002 , 0x0000003e 
+ 00028269  0x0000772a branch  0x00007dba , 0x00000005 
+ 00028270  0x0000772b rtn 
+ 00028271  0x0000772f arg  0x000006a1 , 0x00000006 
+ 00028272  0x00007730 call  0x00007361 
+ 00028273  0x00007732 ifetch  0x00000001 , 0x00000011 
+ 00028274  0x00007733 call  0x00007362 
+ 00028275  0x00007734 force  0x00000038 , 0x00000036 
+ 00028276  0x00007735 force  0x00000000 , 0x00000036 
+ 00028277  0x00007736 call  0x000072cf 
+ 00028278  0x00007737 arg  0x000006b1 , 0x00000005 
+ 00028279  0x00007738 branch  0x00007375 
+ 00028280  0x0000773b ifetcht  0x00000001 , 0x00000011 
+ 00028281  0x0000773c isub  0x00000002 , 0x0000003e 
+ 00028282  0x0000773d nrtn  0x00000005 
+ 00028283  0x0000773e copy  0x00000006 , 0x00000011 
+ 00028284  0x0000773f add  0x00000006 , 0x00000008 , 0x00000013 
+ 00028285  0x00007740 arg  0x00004305 , 0x00000012 
+ 00028286  0x00007741 arg  0x00000008 , 0x00000039 
+ 00028287  0x00007742 call  0x00007d64 
+ 00028288  0x00007743 branch  0x00007dba , 0x00000005 
+ 00028289  0x00007744 copy  0x00000013 , 0x00000011 
+ 00028290  0x00007745 arg  0x0000430d , 0x00000012 
+ 00028291  0x00007746 arg  0x00000008 , 0x00000039 
+ 00028292  0x00007747 call  0x00007d64 
+ 00028293  0x00007748 branch  0x00007dba , 0x00000005 
+ 00028294  0x00007749 rtn 
+ 00028295  0x0000774c fetch  0x00000002 , 0x000043f8 
+ 00028296  0x0000774d ifetcht  0x00000001 , 0x0000003f 
+ 00028297  0x0000774e pincrease  0x00000022 
+ 00028298  0x0000774f ifetch  0x00000001 , 0x0000003f 
+ 00028299  0x00007750 isub  0x00000002 , 0x0000003e 
+ 00028300  0x00007751 rtn 
+ 00028301  0x00007754 fetch  0x00000001 , 0x000043fa 
+ 00028302  0x00007755 icopy  0x00000039 
+ 00028303  0x00007756 fetcht  0x00000002 , 0x000043f8 
+ 00028304  0x00007757 setarg  0x00000000 
+ 00028305  0x00007759 istore  0x00000001 , 0x00000002 
+ 00028306  0x0000775a increase  0x00000022 , 0x00000002 
+ 00028307  0x0000775b pincrease  0x00000001 
+ 00028308  0x0000775c loop  0x00006e91 
+ 00028309  0x0000775d rtn 
+ 00028310  0x00007762 call  0x00007dbe 
+ 00028311  0x00007763 call  0x00006e18 
+ 00028312  0x00007764 nbranch  0x00006ea1 , 0x00000028 
+ 00028313  0x00007765 fetch  0x00000002 , 0x00000033 
+ 00028314  0x00007766 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00028315  0x00007767 arg  0x0000430d , 0x00000005 
+ 00028316  0x00007768 call  0x00007c8f 
+ 00028317  0x00007769 arg  0x0000428a , 0x00000005 
+ 00028318  0x0000776a call  0x00007c8f 
+ 00028319  0x0000776b jam  0x00000001 , 0x0000429a 
+ 00028320  0x0000776c rtn 
+ 00028321  0x0000776f jam  0x00000000 , 0x0000429a 
+ 00028322  0x00007770 rtn 
+ 00028323  0x00007774 jam  0x00000034 , 0x00000032 
+ 00028324  0x00007775 branch  0x00006ea5 
+ 00028325  0x00007778 fetch  0x00000001 , 0x000043cb 
+ 00028326  0x00007779 beq  0x0000000a , 0x00006de5 
+ 00028327  0x0000777a beq  0x00000008 , 0x00005c42 
+ 00028328  0x0000777b rtn 
+ 00028329  0x00007782 and  0x00000002 , 0x0000001f , 0x0000003f 
+ 00028330  0x00007783 rshift  0x0000003f , 0x0000003f 
+ 00028331  0x00007784 arg  0x00000016 , 0x00000005 
+ 00028332  0x00007785 iadd  0x00000005 , 0x00000005 
+ 00028333  0x00007786 arg  0x000000f0 , 0x00000030 
+ 00028334  0x00007787 isolate0  0x00000000 , 0x00000002 
+ 00028335  0x00007788 rtn  0x00000001 
+ 00028336  0x00007789 arg  0x0000000f , 0x00000030 
+ 00028337  0x0000778a rtn 
+ 00028338  0x0000778e bpatch  0x000000d5 , 0x0000401a 
+ 00028339  0x0000778f set1  0x00000007 , 0x00000002 
+ 00028340  0x00007790 call  0x00006ee6 
+ 00028341  0x00007791 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00028342  0x00007795 bpatch  0x000000d6 , 0x0000401a 
+ 00028343  0x00007796 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028344  0x00007797 rtn  0x00000005 
+ 00028345  0x00007798 arg  0x00000004 , 0x00000008 
+ 00028346  0x00007799 isolate1  0x00000007 , 0x00000002 
+ 00028347  0x0000779a branch  0x00006ebd , 0x00000001 
+ 00028348  0x0000779b arg  0x00000002 , 0x00000008 
+ 00028349  0x0000779d call  0x00006ea9 
+ 00028350  0x0000779e isolate0  0x00000000 , 0x00000002 
+ 00028351  0x0000779f branch  0x00006ec1 , 0x00000001 
+ 00028352  0x000077a0 lshift4  0x00000008 , 0x00000008 
+ 00028353  0x000077a2 ifetch  0x00000001 , 0x00000005 
+ 00028354  0x000077a3 iand  0x00000030 , 0x0000003f 
+ 00028355  0x000077a4 ior  0x00000008 , 0x0000003f 
+ 00028356  0x000077a5 istore  0x00000001 , 0x00000005 
+ 00028357  0x000077a6 rtn 
+ 00028358  0x000077aa bpatch  0x000000d7 , 0x0000401a 
+ 00028359  0x000077ab sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028360  0x000077ac rtn  0x00000005 
+ 00028361  0x000077ad arg  0x00000001 , 0x00000008 
+ 00028362  0x000077ae call  0x00006ea9 
+ 00028363  0x000077af isolate0  0x00000000 , 0x00000002 
+ 00028364  0x000077b0 branch  0x00006ece , 0x00000001 
+ 00028365  0x000077b1 lshift4  0x00000008 , 0x00000008 
+ 00028366  0x000077b3 ifetch  0x00000001 , 0x00000005 
+ 00028367  0x000077b4 iand  0x00000030 , 0x0000003f 
+ 00028368  0x000077b5 ior  0x00000008 , 0x0000003f 
+ 00028369  0x000077b6 istore  0x00000001 , 0x00000005 
+ 00028370  0x000077b7 rtn 
+ 00028371  0x000077bd bpatch  0x000000d8 , 0x0000401b 
+ 00028372  0x000077be sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028373  0x000077bf rtn  0x00000005 
+ 00028374  0x000077c0 call  0x00006ea9 
+ 00028375  0x000077c1 ifetch  0x00000001 , 0x00000005 
+ 00028376  0x000077c2 iand  0x00000030 , 0x0000003f 
+ 00028377  0x000077c3 istore  0x00000001 , 0x00000005 
+ 00028378  0x000077c4 rtn 
+ 00028379  0x000077c7 call  0x00006ed3 
+ 00028380  0x000077c8 branch  0x00006ee0 
+ 00028381  0x000077cc sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028382  0x000077cd rtn  0x00000005 
+ 00028383  0x000077ce ncall  0x00006eb6 , 0x0000002b 
+ 00028384  0x000077d0 call  0x00006f14 
+ 00028385  0x000077d1 setarg  0x00000000 
+ 00028386  0x000077d2 isolate1  0x00000007 , 0x00000002 
+ 00028387  0x000077d3 nsetflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00028388  0x000077d4 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00028389  0x000077d5 branch  0x00006f0d 
+ 00028390  0x000077d9 bpatch  0x000000d9 , 0x0000401b 
+ 00028391  0x000077da arg  0x0000811c , 0x00000005 
+ 00028392  0x000077db and  0x00000002 , 0x00000007 , 0x00000007 
+ 00028393  0x000077dc rshift3  0x00000002 , 0x0000003f 
+ 00028394  0x000077dd and_into  0x00000003 , 0x0000003f 
+ 00028395  0x000077de iadd  0x00000005 , 0x00000005 
+ 00028396  0x000077df ifetch  0x00000001 , 0x00000005 
+ 00028397  0x000077e0 isolate1  0x00000007 , 0x00000002 
+ 00028398  0x000077e1 branch  0x00006ef1 , 0x00000001 
+ 00028399  0x000077e2 qisolate0  0x0000003f 
+ 00028400  0x000077e3 rtn 
+ 00028401  0x000077e5 qisolate1  0x0000003f 
+ 00028402  0x000077e6 rtn 
+ 00028403  0x000077ea sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028404  0x000077eb rtn  0x00000005 
+ 00028405  0x000077ec isolate1  0x00000007 , 0x0000003e 
+ 00028406  0x000077ed branch  0x00006efa 
+ 00028407  0x000077f1 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028408  0x000077f2 rtn  0x00000005 
+ 00028409  0x000077f3 isolate0  0x00000007 , 0x0000003e 
+ 00028410  0x000077f7 setarg  0x00000000 
+ 00028411  0x000077f8 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00028412  0x000077f9 ixor  0x00000002 , 0x00000002 
+ 00028413  0x000077fd call  0x00006f14 
+ 00028414  0x000077fe setarg  0x0000003f 
+ 00028415  0x000077ff isolate1  0x00000007 , 0x00000002 
+ 00028416  0x00007800 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00028417  0x00007801 branch  0x00006f0d 
+ 00028418  0x00007805 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028419  0x00007806 branch  0x00007dc4 , 0x00000005 
+ 00028420  0x00007807 call  0x00006f14 
+ 00028421  0x00007808 ifetch  0x00000001 , 0x00000005 
+ 00028422  0x00007809 bbit1  0x00000000 , 0x00006f09 
+ 00028423  0x0000780a isolate0  0x00000007 , 0x00000002 
+ 00028424  0x0000780b rtn 
+ 00028425  0x0000780d isolate1  0x00000007 , 0x00000002 
+ 00028426  0x0000780e rtn 
+ 00028427  0x00007811 call  0x00006f14 
+ 00028428  0x00007812 setarg  0x000000c0 
+ 00028429  0x00007814 istore  0x00000001 , 0x00000005 
+ 00028430  0x00007815 rtn 
+ 00028431  0x00007818 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028432  0x00007819 rtn  0x00000005 
+ 00028433  0x0000781a call  0x00006f14 
+ 00028434  0x0000781b setarg  0x00000000 
+ 00028435  0x0000781c branch  0x00006f0d 
+ 00028436  0x0000781f and  0x00000002 , 0x0000003f , 0x0000003f 
+ 00028437  0x00007820 sub  0x0000003f , 0x0000000f , 0x0000003e 
+ 00028438  0x00007821 nbranch  0x00006f1a , 0x00000002 
+ 00028439  0x00007822 arg  0x00008070 , 0x00000005 
+ 00028440  0x00007824 iadd  0x00000005 , 0x00000005 
+ 00028441  0x00007825 rtn 
+ 00028442  0x00007827 arg  0x000080d4 , 0x00000005 
+ 00028443  0x00007828 increase  0xfffffff0 , 0x0000003f 
+ 00028444  0x00007829 branch  0x00006f18 
+ 00028445  0x0000782d and  0x0000003f , 0x000000ff , 0x00000002 
+ 00028446  0x0000782e rshift8  0x0000003f , 0x0000003f 
+ 00028447  0x0000782f branch  0x00006f21 
+ 00028448  0x00007833 rtnbit0  0x00000007 
+ 00028449  0x00007835 and_into  0x0000003f , 0x0000003f 
+ 00028450  0x00007836 sub  0x0000003f , 0x0000000f , 0x0000003e 
+ 00028451  0x00007837 nbranch  0x00006f28 , 0x00000002 
+ 00028452  0x00007838 arg  0x00008070 , 0x00000005 
+ 00028453  0x0000783a iadd  0x00000005 , 0x00000005 
+ 00028454  0x0000783b istoret  0x00000001 , 0x00000005 
+ 00028455  0x0000783c rtn 
+ 00028456  0x0000783e arg  0x000080d4 , 0x00000005 
+ 00028457  0x0000783f increase  0xfffffff0 , 0x0000003f 
+ 00028458  0x00007840 branch  0x00006f25 
+ 00028459  0x00007845 and_into  0x0000003f , 0x00000002 
+ 00028460  0x00007846 sub  0x00000002 , 0x0000000f , 0x0000003e 
+ 00028461  0x00007847 nbranch  0x00006f32 , 0x00000002 
+ 00028462  0x00007848 setarg  0x00008070 
+ 00028463  0x0000784a iadd  0x00000002 , 0x00000006 
+ 00028464  0x0000784b ifetch  0x00000001 , 0x00000006 
+ 00028465  0x0000784c rtn 
+ 00028466  0x0000784e setarg  0x000080d4 
+ 00028467  0x0000784f increase  0xfffffff0 , 0x00000002 
+ 00028468  0x00007850 branch  0x00006f2f 
+ 00028469  0x00007855 arg  0x00000010 , 0x00000039 
+ 00028470  0x00007856 arg  0x00008070 , 0x00000006 
+ 00028471  0x00007858 copy  0x00000006 , 0x00000005 
+ 00028472  0x00007859 ifetch  0x00000001 , 0x00000006 
+ 00028473  0x0000785a beq  0x0000001f , 0x00006f48 
+ 00028474  0x0000785b beq  0x00000020 , 0x00006f48 
+ 00028475  0x0000785c beq  0x00000021 , 0x00006f48 
+ 00028476  0x0000785d beq  0x00000022 , 0x00006f48 
+ 00028477  0x0000785e beq  0x00000023 , 0x00006f48 
+ 00028478  0x0000785f beq  0x0000002c , 0x00006f48 
+ 00028479  0x00007860 beq  0x0000002d , 0x00006f48 
+ 00028480  0x00007861 beq  0x00000000 , 0x00006f48 
+ 00028481  0x00007863 loop  0x00006f37 
+ 00028482  0x00007864 arg  0x000080dc , 0x0000003f 
+ 00028483  0x00007865 isub  0x00000006 , 0x0000003e 
+ 00028484  0x00007866 rtn  0x00000005 
+ 00028485  0x00007868 arg  0x00000008 , 0x00000039 
+ 00028486  0x00007869 arg  0x000080d4 , 0x00000006 
+ 00028487  0x0000786a branch  0x00006f37 
+ 00028488  0x0000786e setarg  0x00000040 
+ 00028489  0x0000786f istore  0x00000001 , 0x00000005 
+ 00028490  0x00007870 branch  0x00006f41 
+ 00028491  0x00007872 setarg  0x00000080 
+ 00028492  0x00007873 istore  0x00000001 , 0x00000005 
+ 00028493  0x00007874 branch  0x00006f41 
+ 00028494  0x00007879 bpatch  0x000000da , 0x0000401b 
+ 00028495  0x0000787a rtn  0x0000002b 
+ 00028496  0x0000787b jam  0x00000077 , 0x00008a07 
+ 00028497  0x0000787c jam  0x000000c9 , 0x00008a08 
+ 00028498  0x0000787d jam  0x00000001 , 0x00008a0b 
+ 00028499  0x0000787e fetch  0x00000001 , 0x00004409 
+ 00028500  0x0000787f store  0x00000001 , 0x000080cd 
+ 00028501  0x00007880 call  0x00006f97 
+ 00028502  0x00007881 jam  0x000000c1 , 0x00008a08 
+ 00028503  0x00007883 arg  0x00000007 , 0x00000039 
+ 00028504  0x00007884 arg  0x00004412 , 0x00000011 
+ 00028505  0x00007885 jam  0x00000005 , 0x00008a0a 
+ 00028506  0x00007887 fetch  0x00000001 , 0x00008a0c 
+ 00028507  0x00007888 istore  0x00000001 , 0x00000011 
+ 00028508  0x00007889 increase  0x00000001 , 0x00000011 
+ 00028509  0x0000788a fetch  0x00000001 , 0x00008a0a 
+ 00028510  0x0000788b increase  0x00000020 , 0x0000003f 
+ 00028511  0x0000788c store  0x00000001 , 0x00008a0a 
+ 00028512  0x0000788d loop  0x00006f5a 
+ 00028513  0x0000788e jam  0x00000000 , 0x00008a07 
+ 00028514  0x0000788f rtn 
+ 00028515  0x00007892 fetch  0x00000001 , 0x000080cc 
+ 00028516  0x00007893 set1  0x00000001 , 0x0000003f 
+ 00028517  0x00007894 store  0x00000001 , 0x000080cc 
+ 00028518  0x00007895 arg  0x00000007 , 0x00000039 
+ 00028519  0x00007896 arg  0x00004412 , 0x00000011 
+ 00028520  0x00007897 jam  0x00000015 , 0x00008a0a 
+ 00028521  0x00007899 ifetch  0x00000001 , 0x00000011 
+ 00028522  0x0000789a store  0x00000001 , 0x00008a09 
+ 00028523  0x0000789b increase  0x00000001 , 0x00000011 
+ 00028524  0x0000789c fetch  0x00000001 , 0x00008a0a 
+ 00028525  0x0000789d increase  0x00000020 , 0x0000003f 
+ 00028526  0x0000789e store  0x00000001 , 0x00008a0a 
+ 00028527  0x0000789f loop  0x00006f69 
+ 00028528  0x000078a0 fetch  0x00000001 , 0x000080cc 
+ 00028529  0x000078a1 set0  0x00000001 , 0x0000003f 
+ 00028530  0x000078a2 store  0x00000001 , 0x000080cc 
+ 00028531  0x000078a3 rtn 
+ 00028532  0x000078a8 bpatch  0x000000db , 0x0000401b 
+ 00028533  0x000078a9 fetch  0x00000008 , 0x000001fd 
+ 00028534  0x000078aa branch  0x00006f79 , 0x00000034 
+ 00028535  0x000078ab store  0x00000008 , 0x000043fd 
+ 00028536  0x000078ac rtn 
+ 00028537  0x000078af setarg  0x00000bbe 
+ 00028538  0x000078b0 store  0x00000002 , 0x000043fd 
+ 00028539  0x000078b1 setarg  0x000003f0 
+ 00028540  0x000078b2 store  0x00000002 , 0x00004401 
+ 00028541  0x000078b3 setarg  0x0000027e 
+ 00028542  0x000078b4 store  0x00000002 , 0x000043ff 
+ 00028543  0x000078b5 setarg  0x000003c4 
+ 00028544  0x000078b6 store  0x00000002 , 0x00004403 
+ 00028545  0x000078b7 rtn 
+ 00028546  0x000078ba bpatch  0x000000dc , 0x0000401b 
+ 00028547  0x000078bb call  0x00006f63 
+ 00028548  0x000078bc fetch  0x00000001 , 0x00008a09 
+ 00028549  0x000078bd set0  0x00000007 , 0x0000003f 
+ 00028550  0x000078be store  0x00000001 , 0x00008a09 
+ 00028551  0x000078bf jam  0x00000077 , 0x00008a07 
+ 00028552  0x000078c0 jam  0x000000c1 , 0x00008a08 
+ 00028553  0x000078c1 jam  0x00000001 , 0x00008a0b 
+ 00028554  0x000078c2 call  0x00006f90 
+ 00028555  0x000078c3 fetch  0x00000001 , 0x00004409 
+ 00028556  0x000078c4 store  0x00000001 , 0x000080cd 
+ 00028557  0x000078c5 call  0x00006f97 
+ 00028558  0x000078c6 jam  0x00000000 , 0x000080cd 
+ 00028559  0x000078c7 branch  0x00006fa1 
+ 00028560  0x000078ca fetch  0x00000001 , 0x00004408 
+ 00028561  0x000078cb lshift4  0x0000003f , 0x0000003f 
+ 00028562  0x000078cc fetcht  0x00000001 , 0x00008a0b 
+ 00028563  0x000078cd and_into  0x0000000f , 0x00000002 
+ 00028564  0x000078ce ior  0x00000002 , 0x00000002 
+ 00028565  0x000078cf storet  0x00000001 , 0x00008a0b 
+ 00028566  0x000078d0 rtn 
+ 00028567  0x000078d3 jam  0x00000003 , 0x000080cc 
+ 00028568  0x000078d5 fetch  0x00000001 , 0x00008129 
+ 00028569  0x000078d6 bbit0  0x00000005 , 0x00006f98 
+ 00028570  0x000078d7 fetcht  0x00000002 , 0x00008164 
+ 00028571  0x000078d8 storet  0x00000002 , 0x0000440a 
+ 00028572  0x000078d9 jam  0x00000006 , 0x000080cc 
+ 00028573  0x000078db fetch  0x00000001 , 0x00008129 
+ 00028574  0x000078dc bbit1  0x00000005 , 0x00006f9d 
+ 00028575  0x000078dd jam  0x00000000 , 0x000080cc 
+ 00028576  0x000078de rtn 
+ 00028577  0x000078e1 fetch  0x00000001 , 0x00004411 
+ 00028578  0x000078e2 rtn  0x00000034 
+ 00028579  0x000078e3 fetch  0x00000001 , 0x00008a09 
+ 00028580  0x000078e4 set1  0x00000007 , 0x0000003f 
+ 00028581  0x000078e5 store  0x00000001 , 0x00008a09 
+ 00028582  0x000078e6 fetch  0x00000001 , 0x00004409 
+ 00028583  0x000078e7 store  0x00000001 , 0x000080cd 
+ 00028584  0x000078e8 fetch  0x00000002 , 0x0000440d 
+ 00028585  0x000078e9 store  0x00000002 , 0x000080ce 
+ 00028586  0x000078ea fetch  0x00000002 , 0x0000440f 
+ 00028587  0x000078eb store  0x00000002 , 0x000080d0 
+ 00028588  0x000078ec jam  0x0000000b , 0x000080cc 
+ 00028589  0x000078ed nop  0x000003e8 
+ 00028590  0x000078ee jam  0x00000003 , 0x000080cc 
+ 00028591  0x000078ef rtn 
+ 00028592  0x000078f2 bpatch  0x000000dd , 0x0000401b 
+ 00028593  0x000078f3 fetch  0x00000001 , 0x00004407 
+ 00028594  0x000078f4 beq  0x00000001 , 0x00006fb5 
+ 00028595  0x000078f5 beq  0x00000002 , 0x00006fbb 
+ 00028596  0x000078f6 rtn 
+ 00028597  0x000078f9 setarg  0x000003e8 
+ 00028598  0x000078fa store  0x00000002 , 0x00004405 
+ 00028599  0x000078fb fetcht  0x00000002 , 0x00004403 
+ 00028600  0x000078fc fetch  0x00000002 , 0x000043ff 
+ 00028601  0x000078fd arg  0x000007d0 , 0x00000013 
+ 00028602  0x000078fe branch  0x00006fc0 
+ 00028603  0x00007901 setarg  0x000007d0 
+ 00028604  0x00007902 store  0x00000002 , 0x00004405 
+ 00028605  0x00007903 fetcht  0x00000002 , 0x000043fd 
+ 00028606  0x00007904 fetch  0x00000002 , 0x00004401 
+ 00028607  0x00007905 arg  0x000003e8 , 0x00000013 
+ 00028608  0x00007907 isub  0x00000002 , 0x00000011 
+ 00028609  0x00007908 fetch  0x00000002 , 0x0000440a 
+ 00028610  0x00007909 isub  0x00000002 , 0x0000003f 
+ 00028611  0x0000790a nbranch  0x00006fcd , 0x00000002 
+ 00028612  0x0000790b fetcht  0x00000002 , 0x00004405 
+ 00028613  0x0000790c imul32  0x00000002 , 0x00000012 
+ 00028614  0x0000790d copy  0x00000013 , 0x0000003f 
+ 00028615  0x0000790e imul32  0x00000011 , 0x0000003f 
+ 00028616  0x0000790f iadd  0x00000012 , 0x0000003f 
+ 00028617  0x00007911 idiv  0x00000011 
+ 00028618  0x00007912 call  0x00007d62 
+ 00028619  0x00007913 quotient  0x0000003f 
+ 00028620  0x00007914 rtn 
+ 00028621  0x00007917 copy  0x00000002 , 0x0000003f 
+ 00028622  0x00007918 fetcht  0x00000002 , 0x0000440a 
+ 00028623  0x00007919 isub  0x00000002 , 0x0000003f 
+ 00028624  0x0000791a fetcht  0x00000002 , 0x00004405 
+ 00028625  0x0000791b imul32  0x00000002 , 0x00000012 
+ 00028626  0x0000791c copy  0x00000013 , 0x0000003f 
+ 00028627  0x0000791d imul32  0x00000011 , 0x0000003f 
+ 00028628  0x0000791e isub  0x00000012 , 0x0000003f 
+ 00028629  0x0000791f nbranch  0x00007dca , 0x00000002 
+ 00028630  0x00007920 branch  0x00006fc9 
+ 00028631  0x00007925 ifetch  0x00000008 , 0x00000011 
+ 00028632  0x00007926 store  0x00000008 , 0x00000670 
+ 00028633  0x00007927 fetch  0x00000002 , 0x00000670 
+ 00028634  0x00007928 fetcht  0x00000002 , 0x00000672 
+ 00028635  0x00007929 isub  0x00000002 , 0x00000011 
+ 00028636  0x0000792a fetch  0x00000002 , 0x00000676 
+ 00028637  0x0000792b isub  0x00000002 , 0x00000012 
+ 00028638  0x0000792c fetcht  0x00000002 , 0x00000674 
+ 00028639  0x0000792d isub  0x00000002 , 0x0000003e 
+ 00028640  0x0000792e ncall  0x00006fe7 , 0x00000002 
+ 00028641  0x0000792f mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00028642  0x00007930 idiv  0x00000011 
+ 00028643  0x00007931 call  0x00007d62 
+ 00028644  0x00007932 quotient  0x0000003f 
+ 00028645  0x00007933 call  0x00006fef , 0x00000034 
+ 00028646  0x00007934 rtn 
+ 00028647  0x00007937 fetch  0x00000001 , 0x0000440c 
+ 00028648  0x00007938 set1  0x00000000 , 0x0000003f 
+ 00028649  0x00007939 store  0x00000001 , 0x0000440c 
+ 00028650  0x0000793a rtn 
+ 00028651  0x0000793d fetch  0x00000001 , 0x0000440c 
+ 00028652  0x0000793e set0  0x00000000 , 0x0000003f 
+ 00028653  0x0000793f store  0x00000001 , 0x0000440c 
+ 00028654  0x00007940 rtn 
+ 00028655  0x00007943 fetcht  0x00000001 , 0x0000440c 
+ 00028656  0x00007944 set1  0x00000001 , 0x00000002 
+ 00028657  0x00007945 storet  0x00000001 , 0x0000440c 
+ 00028658  0x00007946 rtn 
+ 00028659  0x00007949 fetcht  0x00000001 , 0x0000440c 
+ 00028660  0x0000794a set0  0x00000001 , 0x00000002 
+ 00028661  0x0000794b storet  0x00000001 , 0x0000440c 
+ 00028662  0x0000794c rtn 
+ 00028663  0x00007952 fetch  0x00000002 , 0x0000442c 
+ 00028664  0x00007953 ifetch  0x00000001 , 0x0000003f 
+ 00028665  0x00007955 rtn  0x00000034 
+ 00028666  0x00007956 copy  0x0000003f , 0x00000039 
+ 00028667  0x00007958 fetch  0x00000002 , 0x0000442c 
+ 00028668  0x00007959 increase  0x00000003 , 0x0000003f 
+ 00028669  0x0000795a copy  0x0000003f , 0x00000011 
+ 00028670  0x0000795c ifetcht  0x00000001 , 0x00000011 
+ 00028671  0x0000795d call  0x00006edd 
+ 00028672  0x0000795e increase  0x00000001 , 0x00000011 
+ 00028673  0x0000795f loop  0x00006ffe 
+ 00028674  0x00007961 rtn 
+ 00028675  0x00007964 fetch  0x00000002 , 0x0000442c 
+ 00028676  0x00007965 increase  0x00000003 , 0x0000003f 
+ 00028677  0x00007966 copy  0x0000003f , 0x00000011 
+ 00028678  0x00007968 force  0x00000000 , 0x00000012 
+ 00028679  0x00007969 setarg  0x00000000 
+ 00028680  0x0000796a store  0x00000002 , 0x000006f1 
+ 00028681  0x0000796c ifetcht  0x00000001 , 0x00000011 
+ 00028682  0x0000796d call  0x00006ee6 
+ 00028683  0x0000796e bpatch  0x000000de , 0x0000401b 
+ 00028684  0x0000796f fetch  0x00000002 , 0x000006f1 
+ 00028685  0x00007970 copy  0x00000012 , 0x00000007 
+ 00028686  0x00007971 qsetflag  0x00000001 , 0x0000003f 
+ 00028687  0x00007972 store  0x00000002 , 0x000006f1 
+ 00028688  0x00007973 increase  0x00000001 , 0x00000011 
+ 00028689  0x00007974 increase  0x00000001 , 0x00000012 
+ 00028690  0x00007975 fetch  0x00000002 , 0x0000442c 
+ 00028691  0x00007976 ifetch  0x00000001 , 0x0000003f 
+ 00028692  0x00007978 ixor  0x00000012 , 0x0000003e 
+ 00028693  0x00007979 nbranch  0x00007009 , 0x00000005 
+ 00028694  0x0000797a fetch  0x00000002 , 0x000006f1 
+ 00028695  0x0000797b fetcht  0x00000002 , 0x0000442e 
+ 00028696  0x0000797c ixor  0x00000002 , 0x0000003e 
+ 00028697  0x0000797d rtn  0x00000005 
+ 00028698  0x0000797e branch  0x00007dba 
+ 00028699  0x00007981 fetch  0x00000002 , 0x0000442c 
+ 00028700  0x00007982 ifetch  0x00000001 , 0x0000003f 
+ 00028701  0x00007984 rtn  0x00000034 
+ 00028702  0x00007985 copy  0x0000003f , 0x00000039 
+ 00028703  0x00007986 fetch  0x00000002 , 0x0000442c 
+ 00028704  0x00007987 increase  0x00000003 , 0x0000003f 
+ 00028705  0x00007988 copy  0x0000003f , 0x00000011 
+ 00028706  0x0000798a ifetcht  0x00000001 , 0x00000011 
+ 00028707  0x0000798b call  0x00006eb2 
+ 00028708  0x0000798c increase  0x00000001 , 0x00000011 
+ 00028709  0x0000798d loop  0x00007022 
+ 00028710  0x0000798f rtn 
+ 00028711  0x00007992 arg  0x00000009 , 0x00000007 
+ 00028712  0x00007993 call  0x00007cef 
+ 00028713  0x00007994 nrtn  0x00000034 
+ 00028714  0x00007995 setarg  0x00000020 
+ 00028715  0x00007996 arg  0x00000009 , 0x00000007 
+ 00028716  0x00007997 call  0x00007ce1 
+ 00028717  0x00007998 disable  0x00000028 
+ 00028718  0x00007999 call  0x0000701b 
+ 00028719  0x0000799a bpatch  0x000000df , 0x0000401b 
+ 00028720  0x0000799b fetch  0x00000002 , 0x0000442c 
+ 00028721  0x0000799c ifetch  0x00000001 , 0x0000003f 
+ 00028722  0x0000799e rtn  0x00000034 
+ 00028723  0x0000799f call  0x00007003 
+ 00028724  0x000079a0 nbranch  0x000077a5 , 0x00000028 
+ 00028725  0x000079a1 call  0x000077a3 
+ 00028726  0x000079a2 disable  0x00000028 
+ 00028727  0x000079a3 fetch  0x00000002 , 0x000006f1 
+ 00028728  0x000079a4 store  0x00000002 , 0x000006f8 
+ 00028729  0x000079a5 jam  0x00000000 , 0x000006fa 
+ 00028730  0x000079a6 force  0x00000000 , 0x00000007 
+ 00028731  0x000079a8 fetch  0x00000002 , 0x0000442e 
+ 00028732  0x000079a9 rshift  0x0000003f , 0x00000002 
+ 00028733  0x000079aa storet  0x00000002 , 0x0000442e 
+ 00028734  0x000079ab and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00028735  0x000079ac fetcht  0x00000002 , 0x000006f8 
+ 00028736  0x000079ad and  0x00000002 , 0x00000001 , 0x00000011 
+ 00028737  0x000079ae rshift  0x00000002 , 0x00000002 
+ 00028738  0x000079af storet  0x00000002 , 0x000006f8 
+ 00028739  0x000079b0 ixor  0x00000011 , 0x0000003e 
+ 00028740  0x000079b1 ncall  0x00007050 , 0x00000005 
+ 00028741  0x000079b2 fetch  0x00000002 , 0x0000442c 
+ 00028742  0x000079b3 ifetch  0x00000001 , 0x0000003f 
+ 00028743  0x000079b5 fetcht  0x00000001 , 0x000006fa 
+ 00028744  0x000079b6 increase  0x00000001 , 0x00000002 
+ 00028745  0x000079b7 storet  0x00000001 , 0x000006fa 
+ 00028746  0x000079b8 copy  0x00000002 , 0x00000007 
+ 00028747  0x000079b9 ixor  0x00000007 , 0x0000003e 
+ 00028748  0x000079ba nbranch  0x0000703b , 0x00000005 
+ 00028749  0x000079bb fetch  0x00000002 , 0x000006f1 
+ 00028750  0x000079bc store  0x00000002 , 0x0000442e 
+ 00028751  0x000079bd rtn 
+ 00028752  0x000079bf bpatch  0x000000e0 , 0x0000401c 
+ 00028753  0x000079c0 fetch  0x00000002 , 0x0000442c 
+ 00028754  0x000079c1 increase  0x00000001 , 0x0000003f 
+ 00028755  0x000079c2 ifetch  0x00000002 , 0x0000003f 
+ 00028756  0x000079c3 branch  0x00007d79 
+ 00028757  0x000079ca fetch  0x00000001 , 0x00008042 
+ 00028758  0x000079cb ior  0x00000011 , 0x0000003f 
+ 00028759  0x000079cc store  0x00000001 , 0x00008042 
+ 00028760  0x000079cd fetch  0x00000002 , 0x00008050 
+ 00028761  0x000079ce set0  0x0000000d , 0x0000003f 
+ 00028762  0x000079cf store  0x00000002 , 0x00008050 
+ 00028763  0x000079d1 nop  0x00000064 
+ 00028764  0x000079d2 rtn 
+ 00028765  0x000079d5 fetch  0x00000001 , 0x00008042 
+ 00028766  0x000079d6 bbit1  0x00000006 , 0x00007062 
+ 00028767  0x000079d7 bbit1  0x00000007 , 0x00007064 
+ 00028768  0x000079d9 setarg  0x00b71b00 
+ 00028769  0x000079da rtn 
+ 00028770  0x000079dc setarg  0x016e3600 
+ 00028771  0x000079dd rtn 
+ 00028772  0x000079df setarg  0x000080e8 
+ 00028773  0x000079e0 rtn 
+ 00028774  0x000079e4 fetcht  0x00000003 , 0x00000672 
+ 00028775  0x000079e5 call  0x0000705d 
+ 00028776  0x000079e6 idiv  0x00000002 
+ 00028777  0x000079e7 call  0x00007d62 
+ 00028778  0x000079e8 quotient  0x00000002 
+ 00028779  0x000079e9 fetch  0x00000001 , 0x00000675 
+ 00028780  0x000079ea imul32  0x00000002 , 0x0000003f 
+ 00028781  0x000079eb div  0x0000003f , 0x00000064 
+ 00028782  0x000079ec call  0x00007d62 
+ 00028783  0x000079ed quotient  0x00000011 
+ 00028784  0x000079ee copy  0x00000002 , 0x0000003f 
+ 00028785  0x000079ef isub  0x00000011 , 0x00000012 
+ 00028786  0x000079f1 fetch  0x00000001 , 0x00000671 
+ 00028787  0x000079f2 call  0x0000707a 
+ 00028788  0x000079f3 fetch  0x00000001 , 0x00000670 
+ 00028789  0x000079f4 fetcht  0x00000001 , 0x00000671 
+ 00028790  0x000079f5 and_into  0x0000000f , 0x00000002 
+ 00028791  0x000079f6 lshift8  0x00000002 , 0x00000002 
+ 00028792  0x000079f7 ior  0x00000002 , 0x0000003f 
+ 00028793  0x000079f8 branch  0x000070ba 
+ 00028794  0x000079fb iforce  0x00000007 
+ 00028795  0x000079fc call  0x00007088 
+ 00028796  0x000079fd branch  0x0000707d 
+ 00028797  0x00007a00 fetch  0x00000001 , 0x000080be 
+ 00028798  0x00007a01 qset1  0x0000003f 
+ 00028799  0x00007a02 store  0x00000001 , 0x000080be 
+ 00028800  0x00007a03 fetcht  0x00000001 , 0x00008042 
+ 00028801  0x00007a04 isolate1  0x00000007 , 0x00000002 
+ 00028802  0x00007a05 call  0x00007086 , 0x00000001 
+ 00028803  0x00007a06 qset0  0x0000003f 
+ 00028804  0x00007a07 store  0x00000001 , 0x000080be 
+ 00028805  0x00007a08 rtn 
+ 00028806  0x00007a0c nop  0x000001e0 
+ 00028807  0x00007a0d rtn 
+ 00028808  0x00007a10 and_into  0x0000000f , 0x0000003f 
+ 00028809  0x00007a11 arg  0x0000809c , 0x00000005 
+ 00028810  0x00007a12 mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00028811  0x00007a13 iadd  0x00000005 , 0x00000005 
+ 00028812  0x00007a14 copy  0x00000011 , 0x0000003f 
+ 00028813  0x00007a15 istore  0x00000002 , 0x00000005 
+ 00028814  0x00007a16 copy  0x00000012 , 0x0000003f 
+ 00028815  0x00007a17 istore  0x00000002 , 0x00000005 
+ 00028816  0x00007a18 rtn 
+ 00028817  0x00007a1e rshift8  0x00000012 , 0x00000007 
+ 00028818  0x00007a1f call  0x000070af 
+ 00028819  0x00007a20 rshift8  0x00000012 , 0x00000007 
+ 00028820  0x00007a21 call  0x000070a9 
+ 00028821  0x00007a22 rshift8  0x00000011 , 0x00000007 
+ 00028822  0x00007a23 enable  0x00000001 
+ 00028823  0x00007a24 call  0x000070aa 
+ 00028824  0x00007a26 deposit  0x00000011 
+ 00028825  0x00007a27 call  0x000070b5 
+ 00028826  0x00007a28 deposit  0x00000012 
+ 00028827  0x00007a29 branch  0x000070ba 
+ 00028828  0x00007a2c deposit  0x00000011 
+ 00028829  0x00007a2d call  0x000070bd 
+ 00028830  0x00007a2e deposit  0x00000012 
+ 00028831  0x00007a2f call  0x000070bd 
+ 00028832  0x00007a31 rshift8  0x00000011 , 0x00000007 
+ 00028833  0x00007a32 disable  0x00000001 
+ 00028834  0x00007a33 call  0x000070aa 
+ 00028835  0x00007a34 rshift8  0x00000012 , 0x00000007 
+ 00028836  0x00007a35 disable  0x00000001 
+ 00028837  0x00007a36 call  0x000070b0 
+ 00028838  0x00007a37 rshift8  0x00000012 , 0x00000007 
+ 00028839  0x00007a38 disable  0x00000001 
+ 00028840  0x00007a39 branch  0x000070aa 
+ 00028841  0x00007a3d isolate1  0x00000007 , 0x00000007 
+ 00028842  0x00007a3f and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028843  0x00007a40 fetch  0x00000001 , 0x000080bc 
+ 00028844  0x00007a41 qsetflag  0x00000001 , 0x0000003f 
+ 00028845  0x00007a42 store  0x00000001 , 0x000080bc 
+ 00028846  0x00007a43 rtn 
+ 00028847  0x00007a46 isolate1  0x00000006 , 0x00000007 
+ 00028848  0x00007a48 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028849  0x00007a49 fetch  0x00000001 , 0x0000809b 
+ 00028850  0x00007a4a qsetflag  0x00000001 , 0x0000003f 
+ 00028851  0x00007a4b store  0x00000001 , 0x0000809b 
+ 00028852  0x00007a4c rtn 
+ 00028853  0x00007a4e call  0x000070c5 
+ 00028854  0x00007a50 lshift8  0x0000003f , 0x0000003f 
+ 00028855  0x00007a51 add  0x00000007 , 0x00000010 , 0x00000002 
+ 00028856  0x00007a52 ior  0x00000002 , 0x0000003f 
+ 00028857  0x00007a53 branch  0x00006f1d 
+ 00028858  0x00007a56 enable  0x00000028 
+ 00028859  0x00007a57 call  0x000070b5 
+ 00028860  0x00007a58 branch  0x000070c0 
+ 00028861  0x00007a5b disable  0x00000028 
+ 00028862  0x00007a5c call  0x000070c5 
+ 00028863  0x00007a5d branch  0x000070c0 
+ 00028864  0x00007a60 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028865  0x00007a61 fetch  0x00000001 , 0x0000809a 
+ 00028866  0x00007a62 qsetflag  0x00000028 , 0x0000003f 
+ 00028867  0x00007a63 store  0x00000001 , 0x0000809a 
+ 00028868  0x00007a64 rtn 
+ 00028869  0x00007a66 rshift8  0x0000003f , 0x00000007 
+ 00028870  0x00007a67 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028871  0x00007a68 rtn 
+ 00028872  0x00007a6d copy  0x0000003f , 0x00000002 
+ 00028873  0x00007a6e bpatch  0x000000e1 , 0x0000401c 
+ 00028874  0x00007a6f call  0x000070d5 
+ 00028875  0x00007a70 setarg  0x00000800 
+ 00028876  0x00007a71 isub  0x00000002 , 0x0000003f 
+ 00028877  0x00007a72 copy  0x0000003f , 0x00000002 
+ 00028878  0x00007a73 rshift4  0x00000002 , 0x00000002 
+ 00028879  0x00007a74 storet  0x00000001 , 0x00008004 
+ 00028880  0x00007a75 nop  0x00000578 
+ 00028881  0x00007a76 copy  0x0000003f , 0x00000002 
+ 00028882  0x00007a77 and_into  0x0000000f , 0x00000002 
+ 00028883  0x00007a78 storet  0x00000001 , 0x0000800b 
+ 00028884  0x00007a79 rtn 
+ 00028885  0x00007a7d enable  0x0000002c 
+ 00028886  0x00007a7e branch  0x000070d9 
+ 00028887  0x00007a82 bpatch  0x000000e2 , 0x0000401c 
+ 00028888  0x00007a83 disable  0x0000002c 
+ 00028889  0x00007a85 fetch  0x00000001 , 0x00008043 
+ 00028890  0x00007a86 setflag  0x0000002c , 0x00000003 , 0x0000003f 
+ 00028891  0x00007a87 store  0x00000001 , 0x00008043 
+ 00028892  0x00007a88 rtn 
+ 00028893  0x00007a8e arg  0x00000031 , 0x00000002 
+ 00028894  0x00007a92 store  0x00000004 , 0x00008062 
+ 00028895  0x00007a93 store  0x00000002 , 0x00008066 
+ 00028896  0x00007a94 storet  0x00000001 , 0x00008061 
+ 00028897  0x00007a95 rtn 
+ 00028898  0x00007a99 fetch  0x00000002 , 0x0000812c 
+ 00028899  0x00007a9a rtn 
+ 00028900  0x00007a9d fetchr  0x00000003 , 0x00000002 , 0x00008066 
+ 00028901  0x00007a9e fetchr  0x0000000a , 0x00000002 , 0x00008062 
+ 00028902  0x00007a9f fetchr  0x00000010 , 0x00000002 , 0x00008064 
+ 00028903  0x00007aa0 rtn 
+ 00028904  0x00007aa3 storer  0x00000003 , 0x00000002 , 0x00008066 
+ 00028905  0x00007aa4 rtn 
+ 00028906  0x00007aac call  0x00007dba 
+ 00028907  0x00007aad arg  0x00000000 , 0x0000002b 
+ 00028908  0x00007aae call  0x000070e2 
+ 00028909  0x00007aaf beq  0x00000002 , 0x0000712c 
+ 00028910  0x00007ab0 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028911  0x00007ab1 rtn  0x00000002 
+ 00028912  0x00007ab2 call  0x000070e4 
+ 00028913  0x00007ab3 ifetcht  0x00000002 , 0x00000003 
+ 00028914  0x00007ab4 setarg  0x0000a654 
+ 00028915  0x00007ab5 call  0x00007135 
+ 00028916  0x00007ab6 nbranch  0x0000711a , 0x00000002 
+ 00028917  0x00007ab7 copy  0x00000018 , 0x00000002 
+ 00028918  0x00007ab8 setarg  0x00017f8e 
+ 00028919  0x00007ab9 call  0x00007135 
+ 00028920  0x00007aba nbranch  0x0000711a , 0x00000002 
+ 00028921  0x00007abc copy  0x00000018 , 0x00000002 
+ 00028922  0x00007abd setarg  0x00002328 
+ 00028923  0x00007abe call  0x00007135 
+ 00028924  0x00007abf branch  0x00007111 , 0x00000002 
+ 00028925  0x00007ac0 ifetcht  0x00000002 , 0x00000003 
+ 00028926  0x00007ac1 setarg  0x00001194 
+ 00028927  0x00007ac2 call  0x00007135 
+ 00028928  0x00007ac3 branch  0x00007111 , 0x00000002 
+ 00028929  0x00007ac4 call  0x000070e2 
+ 00028930  0x00007ac5 sub  0x0000003f , 0x00000085 , 0x0000003e 
+ 00028931  0x00007ac6 rtn  0x00000002 
+ 00028932  0x00007ac7 arg  0x00000020 , 0x00000039 
+ 00028933  0x00007ac9 ifetcht  0x00000002 , 0x00000003 
+ 00028934  0x00007aca setarg  0x00000230 
+ 00028935  0x00007acb call  0x00007135 
+ 00028936  0x00007acc branch  0x00007111 , 0x00000002 
+ 00028937  0x00007acd ifetcht  0x00000002 , 0x00000003 
+ 00028938  0x00007ace setarg  0x0000069a 
+ 00028939  0x00007acf call  0x00007135 
+ 00028940  0x00007ad0 nbranch  0x00007116 , 0x00000002 
+ 00028941  0x00007ad1 copy  0x00000018 , 0x00000002 
+ 00028942  0x00007ad2 setarg  0x00000230 
+ 00028943  0x00007ad3 call  0x00007135 
+ 00028944  0x00007ad4 nbranch  0x00007117 , 0x00000002 
+ 00028945  0x00007ad8 copy  0x00000018 , 0x00000002 
+ 00028946  0x00007ad9 setarg  0x0000ffff 
+ 00028947  0x00007ada isub  0x00000002 , 0x0000003e 
+ 00028948  0x00007adb branch  0x00007131 , 0x00000005 
+ 00028949  0x00007adc branch  0x000070e8 
+ 00028950  0x00007adf set1  0x00000020 , 0x0000002b 
+ 00028951  0x00007ae1 rshift  0x0000002b , 0x0000002b 
+ 00028952  0x00007ae2 loop  0x00007105 
+ 00028953  0x00007ae3 branch  0x00007125 
+ 00028954  0x00007ae6 call  0x000070e2 
+ 00028955  0x00007ae7 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00028956  0x00007ae8 rtn  0x00000002 
+ 00028957  0x00007ae9 ifetcht  0x00000002 , 0x00000003 
+ 00028958  0x00007aea setarg  0x00002328 
+ 00028959  0x00007aeb call  0x00007135 
+ 00028960  0x00007aec branch  0x00007111 , 0x00000002 
+ 00028961  0x00007aed ifetcht  0x00000002 , 0x00000003 
+ 00028962  0x00007aee setarg  0x000008ca 
+ 00028963  0x00007aef call  0x00007135 
+ 00028964  0x00007af0 branch  0x00007111 , 0x00000002 
+ 00028965  0x00007af2 ifetcht  0x00000002 , 0x00000003 
+ 00028966  0x00007af3 setarg  0x00000230 
+ 00028967  0x00007af4 call  0x00007135 
+ 00028968  0x00007af5 branch  0x00007111 , 0x00000002 
+ 00028969  0x00007af6 call  0x000070e8 
+ 00028970  0x00007af7 copy  0x00000013 , 0x0000003f 
+ 00028971  0x00007af8 branch  0x00007d79 
+ 00028972  0x00007afb call  0x000070e4 
+ 00028973  0x00007afc ifetcht  0x00000002 , 0x00000003 
+ 00028974  0x00007afd setarg  0x0000ffff 
+ 00028975  0x00007afe isub  0x00000002 , 0x0000003e 
+ 00028976  0x00007aff nrtn  0x00000005 
+ 00028977  0x00007b01 call  0x000070e8 
+ 00028978  0x00007b02 call  0x00007dbc 
+ 00028979  0x00007b03 copy  0x00000013 , 0x0000003f 
+ 00028980  0x00007b04 branch  0x00007d79 
+ 00028981  0x00007b0c fetchr  0x00000012 , 0x00000001 , 0x00004435 
+ 00028982  0x00007b16 copy  0x00000002 , 0x00000018 
+ 00028983  0x00007b17 imul32  0x00000012 , 0x00000012 
+ 00028984  0x00007b18 lshift  0x00000002 , 0x00000002 
+ 00028985  0x00007b19 isub  0x00000002 , 0x00000011 
+ 00028986  0x00007b1a ncall  0x0000713e , 0x00000002 
+ 00028987  0x00007b1b mul32  0x00000011 , 0x00000064 , 0x0000003f 
+ 00028988  0x00007b1c isub  0x00000012 , 0x0000003e 
+ 00028989  0x00007b1d rtn 
+ 00028990  0x00007b20 sub  0x00000011 , 0x00000000 , 0x00000011 
+ 00028991  0x00007b21 rtn 
+ 00028992  0x00007b2d bpatch  0x000000e3 , 0x0000401c 
+ 00028993  0x00007b2e jam  0x00000050 , 0x00000230 
+ 00028994  0x00007b2f arg  0x00000231 , 0x00000005 
+ 00028995  0x00007b30 arg  0x000042ab , 0x00000006 
+ 00028996  0x00007b31 call  0x00007c8f 
+ 00028997  0x00007b32 arg  0x0000448f , 0x00000006 
+ 00028998  0x00007b33 call  0x00007c8d 
+ 00028999  0x00007b34 arg  0x000005fe , 0x00000006 
+ 00029000  0x00007b35 call  0x00007c8d 
+ 00029001  0x00007b36 call  0x000071fb 
+ 00029002  0x00007b37 arg  0x00000158 , 0x00000006 
+ 00029003  0x00007b38 call  0x000071f6 
+ 00029004  0x00007b39 call  0x000071c1 
+ 00029005  0x00007b3b arg  0x000006d1 , 0x00000005 
+ 00029006  0x00007b3c call  0x000071f2 
+ 00029007  0x00007b3d setarg  0x000f4240 
+ 00029008  0x00007b3e copy  0x0000003f , 0x00000011 
+ 00029009  0x00007b3f fetch  0x00000004 , 0x000006d1 
+ 00029010  0x00007b40 idiv  0x00000011 
+ 00029011  0x00007b41 call  0x00007d62 
+ 00029012  0x00007b42 remainder  0x0000003f 
+ 00029013  0x00007b43 store  0x00000004 , 0x000005fa 
+ 00029014  0x00007b45 rtn 
+ 00029015  0x00007b48 jam  0x00000041 , 0x00000230 
+ 00029016  0x00007b49 arg  0x00000231 , 0x00000005 
+ 00029017  0x00007b4a call  0x000071a6 
+ 00029018  0x00007b4b call  0x000071a1 
+ 00029019  0x00007b4c fetch  0x00000003 , 0x000042c5 
+ 00029020  0x00007b4d istore  0x00000003 , 0x00000005 
+ 00029021  0x00007b50 call  0x00007167 
+ 00029022  0x00007b52 arg  0x00000158 , 0x00000006 
+ 00029023  0x00007b53 call  0x00007c8f 
+ 00029024  0x00007b54 arg  0x000042ab , 0x00000006 
+ 00029025  0x00007b55 call  0x00007c8f 
+ 00029026  0x00007b56 call  0x000071fb 
+ 00029027  0x00007b57 arg  0x000006f1 , 0x00000006 
+ 00029028  0x00007b58 arg  0x000006a1 , 0x00000005 
+ 00029029  0x00007b59 call  0x00007c8f 
+ 00029030  0x00007b5b branch  0x000071c1 
+ 00029031  0x00007b60 fetch  0x00000004 , 0x000042ff 
+ 00029032  0x00007b61 istore  0x00000004 , 0x00000005 
+ 00029033  0x00007b62 call  0x00007c9b 
+ 00029034  0x00007b63 branch  0x00007c9a 
+ 00029035  0x00007b66 bpatch  0x000000e4 , 0x0000401c 
+ 00029036  0x00007b67 jam  0x00000041 , 0x00000230 
+ 00029037  0x00007b68 arg  0x00000231 , 0x00000005 
+ 00029038  0x00007b69 call  0x000071a1 
+ 00029039  0x00007b6a call  0x000071a6 
+ 00029040  0x00007b6b fetch  0x00000003 , 0x000042be 
+ 00029041  0x00007b6c istore  0x00000003 , 0x00000005 
+ 00029042  0x00007b6f call  0x00007167 
+ 00029043  0x00007b70 arg  0x000042ab , 0x00000006 
+ 00029044  0x00007b71 call  0x00007c8f 
+ 00029045  0x00007b72 arg  0x00000158 , 0x00000006 
+ 00029046  0x00007b73 call  0x00007c8f 
+ 00029047  0x00007b74 call  0x000071fb 
+ 00029048  0x00007b75 arg  0x000006f1 , 0x00000006 
+ 00029049  0x00007b76 arg  0x000006a1 , 0x00000005 
+ 00029050  0x00007b77 call  0x00007c8f 
+ 00029051  0x00007b79 call  0x000071c1 
+ 00029052  0x00007b7a arg  0x000006d1 , 0x00000005 
+ 00029053  0x00007b7b branch  0x000071f2 
+ 00029054  0x00007b7e jam  0x00000020 , 0x00000230 
+ 00029055  0x00007b7f arg  0x0000063e , 0x00000006 
+ 00029056  0x00007b80 arg  0x00000231 , 0x00000005 
+ 00029057  0x00007b81 call  0x00007c8d 
+ 00029058  0x00007b82 call  0x000071fb 
+ 00029059  0x00007b83 arg  0x000005e9 , 0x00000006 
+ 00029060  0x00007b84 call  0x000071f6 
+ 00029061  0x00007b85 call  0x000071c1 
+ 00029062  0x00007b86 arg  0x000006a1 , 0x00000005 
+ 00029063  0x00007b87 call  0x00007375 
+ 00029064  0x00007b88 arg  0x00000001 , 0x00000002 
+ 00029065  0x00007b89 call  0x00007190 
+ 00029066  0x00007b8a arg  0x0000428a , 0x00000005 
+ 00029067  0x00007b8b call  0x000071f2 
+ 00029068  0x00007b8c arg  0x00000000 , 0x00000002 
+ 00029069  0x00007b8d call  0x00007190 
+ 00029070  0x00007b8e arg  0x000006f1 , 0x00000005 
+ 00029071  0x00007b90 branch  0x00007375 
+ 00029072  0x00007b94 bpatch  0x000000e5 , 0x0000401c 
+ 00029073  0x00007b95 jam  0x00000035 , 0x00000230 
+ 00029074  0x00007b96 setarg  0x00000100 
+ 00029075  0x00007b97 store  0x00000002 , 0x00000231 
+ 00029076  0x00007b98 call  0x000071a1 
+ 00029077  0x00007b99 call  0x000071a6 
+ 00029078  0x00007b9a arg  0x000042ab , 0x00000006 
+ 00029079  0x00007b9b call  0x00007c8f 
+ 00029080  0x00007b9c arg  0x00000158 , 0x00000006 
+ 00029081  0x00007b9d call  0x00007c8f 
+ 00029082  0x00007b9f setarg  0x00006c65 
+ 00029083  0x00007ba0 istore  0x00000002 , 0x00000005 
+ 00029084  0x00007ba1 setarg  0x00006274 
+ 00029085  0x00007ba2 istore  0x00000002 , 0x00000005 
+ 00029086  0x00007ba3 istoret  0x00000001 , 0x00000005 
+ 00029087  0x00007ba4 call  0x000071fb 
+ 00029088  0x00007ba5 branch  0x000071c1 
+ 00029089  0x00007ba8 fetch  0x00000006 , 0x000042db 
+ 00029090  0x00007ba9 istore  0x00000006 , 0x00000005 
+ 00029091  0x00007baa fetch  0x00000001 , 0x000042d2 
+ 00029092  0x00007bab istore  0x00000001 , 0x00000005 
+ 00029093  0x00007bac rtn 
+ 00029094  0x00007baf fetch  0x00000006 , 0x00000178 
+ 00029095  0x00007bb0 istore  0x00000006 , 0x00000005 
+ 00029096  0x00007bb5 fetch  0x00000001 , 0x000042cb 
+ 00029097  0x00007bb6 istore  0x00000001 , 0x00000005 
+ 00029098  0x00007bb7 rtn 
+ 00029099  0x00007bba jam  0x00000041 , 0x00000230 
+ 00029100  0x00007bbb fetch  0x00000001 , 0x000044d0 
+ 00029101  0x00007bbc store  0x00000001 , 0x00000231 
+ 00029102  0x00007bbd arg  0x0000448f , 0x00000006 
+ 00029103  0x00007bbe call  0x00007c8d 
+ 00029104  0x00007bbf arg  0x000005fe , 0x00000006 
+ 00029105  0x00007bc0 call  0x00007c8d 
+ 00029106  0x00007bc1 call  0x000071fb 
+ 00029107  0x00007bc2 arg  0x00000158 , 0x00000006 
+ 00029108  0x00007bc3 call  0x000071f6 
+ 00029109  0x00007bc4 branch  0x000071c1 
+ 00029110  0x00007bc8 jam  0x00000041 , 0x00000230 
+ 00029111  0x00007bc9 fetch  0x00000001 , 0x000044d0 
+ 00029112  0x00007bca store  0x00000001 , 0x00000231 
+ 00029113  0x00007bcb arg  0x000005fe , 0x00000006 
+ 00029114  0x00007bcc call  0x00007c8d 
+ 00029115  0x00007bcd arg  0x0000448f , 0x00000006 
+ 00029116  0x00007bce call  0x00007c8d 
+ 00029117  0x00007bcf call  0x000071fb 
+ 00029118  0x00007bd0 arg  0x000042ab , 0x00000006 
+ 00029119  0x00007bd1 call  0x000071f6 
+ 00029120  0x00007bd2 branch  0x000071c1 
+ 00029121  0x00007bd5 bpatch  0x000000e6 , 0x0000401c 
+ 00029122  0x00007bd6 call  0x00007210 
+ 00029123  0x00007bda fetch  0x00000001 , 0x00000230 
+ 00029124  0x00007bdb copy  0x0000003f , 0x00000002 
+ 00029125  0x00007bdd increase  0x0000000f , 0x0000003f 
+ 00029126  0x00007bde rshift4  0x0000003f , 0x0000003f 
+ 00029127  0x00007bdf copy  0x0000003f , 0x00000012 
+ 00029128  0x00007be0 branch  0x000071d3 , 0x00000034 
+ 00029129  0x00007be1 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029130  0x00007be2 nbranch  0x000071d6 , 0x00000034 
+ 00029131  0x00007be4 arg  0x000006b1 , 0x00000013 
+ 00029132  0x00007be5 arg  0x00000231 , 0x0000003f 
+ 00029133  0x00007be6 increase  0xfffffff0 , 0x0000003f 
+ 00029134  0x00007be9 iadd  0x00000002 , 0x00000011 
+ 00029135  0x00007bea arg  0x000006e1 , 0x00000005 
+ 00029136  0x00007beb arg  0x00000004 , 0x00000039 
+ 00029137  0x00007bec call  0x00007ca9 
+ 00029138  0x00007bf0 branch  0x000071e1 
+ 00029139  0x00007bf3 arg  0x00000001 , 0x00000012 
+ 00029140  0x00007bf4 arg  0x00000000 , 0x00000011 
+ 00029141  0x00007bf6 branch  0x000071d7 
+ 00029142  0x00007bfb and  0x00000002 , 0x0000000f , 0x00000011 
+ 00029143  0x00007bfd arg  0x00000231 , 0x0000003f 
+ 00029144  0x00007bfe iadd  0x00000002 , 0x0000003f 
+ 00029145  0x00007bff isub  0x00000011 , 0x00000006 
+ 00029146  0x00007c01 arg  0x000006d1 , 0x00000005 
+ 00029147  0x00007c02 call  0x00007236 
+ 00029148  0x00007c04 arg  0x000006c1 , 0x00000013 
+ 00029149  0x00007c05 arg  0x000006d1 , 0x00000011 
+ 00029150  0x00007c06 arg  0x000006e1 , 0x00000005 
+ 00029151  0x00007c07 arg  0x00000004 , 0x00000039 
+ 00029152  0x00007c08 call  0x00007ca9 
+ 00029153  0x00007c14 call  0x0000736f 
+ 00029154  0x00007c15 call  0x000072da 
+ 00029155  0x00007c18 arg  0x00000231 , 0x00000006 
+ 00029156  0x00007c1b increase  0xffffffff , 0x00000012 
+ 00029157  0x00007c1c deposit  0x00000012 
+ 00029158  0x00007c1d branch  0x000071ea , 0x00000034 
+ 00029159  0x00007c1e call  0x00007361 
+ 00029160  0x00007c1f call  0x000072d4 
+ 00029161  0x00007c20 branch  0x000071e4 
+ 00029162  0x00007c23 arg  0x000006d1 , 0x00000005 
+ 00029163  0x00007c24 call  0x00007375 
+ 00029164  0x00007c25 arg  0x000006e1 , 0x00000006 
+ 00029165  0x00007c26 call  0x00007361 
+ 00029166  0x00007c27 call  0x000072da 
+ 00029167  0x00007c28 arg  0x000006d1 , 0x00000006 
+ 00029168  0x00007c29 call  0x00007361 
+ 00029169  0x00007c2a branch  0x000072d4 
+ 00029170  0x00007c30 copy  0x00000005 , 0x00000011 
+ 00029171  0x00007c31 call  0x00007375 
+ 00029172  0x00007c33 arg  0x00000010 , 0x00000039 
+ 00029173  0x00007c34 branch  0x00007cb1 
+ 00029174  0x00007c37 arg  0x000006a1 , 0x00000005 
+ 00029175  0x00007c38 call  0x00007c8f 
+ 00029176  0x00007c3a arg  0x00000010 , 0x00000039 
+ 00029177  0x00007c3b arg  0x000006a1 , 0x00000011 
+ 00029178  0x00007c3c branch  0x00007cb1 
+ 00029179  0x00007c3f fetch  0x00000001 , 0x00000230 
+ 00029180  0x00007c40 copy  0x0000003f , 0x00000039 
+ 00029181  0x00007c41 arg  0x00000231 , 0x00000011 
+ 00029182  0x00007c42 branch  0x00007cb1 
+ 00029183  0x00007c45 ifetch  0x00000001 , 0x00000011 
+ 00029184  0x00007c46 lshift  0x0000003f , 0x0000003f 
+ 00029185  0x00007c47 isolate1  0x00000000 , 0x00000013 
+ 00029186  0x00007c48 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029187  0x00007c49 isolate1  0x00000008 , 0x0000003f 
+ 00029188  0x00007c4a setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029189  0x00007c4b istore  0x00000001 , 0x00000011 
+ 00029190  0x00007c4c increase  0xffffffff , 0x00000011 
+ 00029191  0x00007c4d loop  0x000071ff 
+ 00029192  0x00007c4e rtn 
+ 00029193  0x00007c51 arg  0x000006b1 , 0x00000011 
+ 00029194  0x00007c53 increase  0x0000000f , 0x00000011 
+ 00029195  0x00007c54 force  0x00000010 , 0x00000039 
+ 00029196  0x00007c55 force  0x00000000 , 0x00000013 
+ 00029197  0x00007c56 branch  0x000071ff 
+ 00029198  0x00007c59 arg  0x000006c1 , 0x00000011 
+ 00029199  0x00007c5a branch  0x0000720a 
+ 00029200  0x00007c5e arg  0x000006a1 , 0x00000006 
+ 00029201  0x00007c5f call  0x0000735f 
+ 00029202  0x00007c62 force  0x00000008 , 0x00000038 
+ 00029203  0x00007c63 call  0x00007370 
+ 00029204  0x00007c64 call  0x0000736f 
+ 00029205  0x00007c65 call  0x000072d1 
+ 00029206  0x00007c6a arg  0x000006b1 , 0x00000005 
+ 00029207  0x00007c6b call  0x00007375 
+ 00029208  0x00007c6d bpatch  0x000000e7 , 0x0000401c 
+ 00029209  0x00007c6e fetch  0x00000001 , 0x000006b1 
+ 00029210  0x00007c6f isolate1  0x00000007 , 0x0000003f 
+ 00029211  0x00007c70 nbranch  0x00007221 , 0x00000001 
+ 00029212  0x00007c71 call  0x00007209 
+ 00029213  0x00007c74 arg  0x000006b1 , 0x00000013 
+ 00029214  0x00007c76 arg  0x000006b1 , 0x00000005 
+ 00029215  0x00007c79 call  0x0000722b 
+ 00029216  0x00007c7a branch  0x00007222 
+ 00029217  0x00007c7c call  0x00007209 
+ 00029218  0x00007c7f arg  0x000006b1 , 0x00000006 
+ 00029219  0x00007c80 arg  0x000006c1 , 0x00000005 
+ 00029220  0x00007c81 call  0x00007c8f 
+ 00029221  0x00007c82 fetch  0x00000001 , 0x000006c1 
+ 00029222  0x00007c83 isolate1  0x00000007 , 0x0000003f 
+ 00029223  0x00007c84 nbranch  0x0000720e , 0x00000001 
+ 00029224  0x00007c85 call  0x0000720e 
+ 00029225  0x00007c87 arg  0x000006c1 , 0x00000013 
+ 00029226  0x00007c89 arg  0x000006c1 , 0x00000005 
+ 00029227  0x00007c90 arg  0x00000003 , 0x00000039 
+ 00029228  0x00007c92 arg  0x00000000 , 0x00000002 
+ 00029229  0x00007c93 call  0x00007232 
+ 00029230  0x00007c94 increase  0x00000004 , 0x00000013 
+ 00029231  0x00007c95 loop  0x0000722c 
+ 00029232  0x00007c96 arg  0x00008700 , 0x00000002 
+ 00029233  0x00007c97 lshift16  0x00000002 , 0x00000002 
+ 00029234  0x00007c99 ifetch  0x00000004 , 0x00000013 
+ 00029235  0x00007c9a ixor  0x00000002 , 0x0000003f 
+ 00029236  0x00007c9b istore  0x00000004 , 0x00000005 
+ 00029237  0x00007c9c rtn 
+ 00029238  0x00007ca3 bpatch  0x000000e8 , 0x0000401d 
+ 00029239  0x00007ca4 arg  0x00000010 , 0x00000039 
+ 00029240  0x00007ca5 arg  0x00000000 , 0x0000003f 
+ 00029241  0x00007ca7 isub  0x00000011 , 0x0000003e 
+ 00029242  0x00007ca8 branch  0x00007241 , 0x00000005 
+ 00029243  0x00007ca9 branch  0x00007244 , 0x00000002 
+ 00029244  0x00007caa ifetcht  0x00000001 , 0x00000006 
+ 00029245  0x00007cab istoret  0x00000001 , 0x00000005 
+ 00029246  0x00007cad increase  0x00000001 , 0x0000003f 
+ 00029247  0x00007cae loop  0x00007239 
+ 00029248  0x00007caf rtn 
+ 00029249  0x00007cb1 arg  0x00000080 , 0x00000002 
+ 00029250  0x00007cb3 istoret  0x00000001 , 0x00000005 
+ 00029251  0x00007cb4 branch  0x0000723e 
+ 00029252  0x00007cb7 arg  0x00000000 , 0x00000002 
+ 00029253  0x00007cb8 branch  0x00007242 
+ 00029254  0x00007cbe lshift8  0x00000002 , 0x00000002 
+ 00029255  0x00007cc0 lshift16  0x00000002 , 0x00000002 
+ 00029256  0x00007cc1 ior  0x00000002 , 0x00000002 
+ 00029257  0x00007cc2 rtn 
+ 00029258  0x00007cc8 bpatch  0x000000e9 , 0x0000401d 
+ 00029259  0x00007cc9 call  0x00007306 
+ 00029260  0x00007cca arg  0x0000428a , 0x00000005 
+ 00029261  0x00007ccb branch  0x00007375 
+ 00029262  0x00007ccf arg  0x000042ab , 0x00000005 
+ 00029263  0x00007cd0 branch  0x00007251 , 0x00000029 
+ 00029264  0x00007cd1 arg  0x00000158 , 0x00000005 
+ 00029265  0x00007cd3 copy  0x00000006 , 0x00000011 
+ 00029266  0x00007cd4 call  0x00007c8f 
+ 00029267  0x00007cd5 call  0x0000731b 
+ 00029268  0x00007cd6 arg  0x0000429b , 0x00000006 
+ 00029269  0x00007cd7 branch  0x0000738e 
+ 00029270  0x00007cda arg  0x00000158 , 0x00000011 
+ 00029271  0x00007cdb branch  0x00007259 , 0x00000029 
+ 00029272  0x00007cdc arg  0x000042ab , 0x00000011 
+ 00029273  0x00007cde copy  0x00000011 , 0x00000005 
+ 00029274  0x00007cdf call  0x00007de7 
+ 00029275  0x00007ce0 branch  0x0000731b 
+ 00029276  0x00007ce3 arg  0x000042e5 , 0x00000006 
+ 00029277  0x00007ce4 call  0x00007361 
+ 00029278  0x00007ce5 arg  0x0000428a , 0x00000006 
+ 00029279  0x00007ce6 call  0x00007362 
+ 00029280  0x00007ce7 force  0x00000038 , 0x00000036 
+ 00029281  0x00007ce8 force  0x00000000 , 0x00000036 
+ 00029282  0x00007ce9 call  0x000072cf 
+ 00029283  0x00007cea arg  0x000001a8 , 0x00000005 
+ 00029284  0x00007ceb branch  0x00007375 
+ 00029285  0x00007cf0 force  0x00000008 , 0x00000038 
+ 00029286  0x00007cf1 force  0x00000049 , 0x0000003f 
+ 00029287  0x00007cf2 branch  0x0000726c 
+ 00029288  0x00007cf6 force  0x00000049 , 0x0000003f 
+ 00029289  0x00007cf7 branch  0x0000726b 
+ 00029290  0x00007cf9 force  0x00000001 , 0x0000003f 
+ 00029291  0x00007cfb force  0x00000000 , 0x00000038 
+ 00029292  0x00007cfd lshift8  0x00000002 , 0x0000002f 
+ 00029293  0x00007cfe ior  0x0000002f , 0x0000002f 
+ 00029294  0x00007cff increase  0x00000001 , 0x00000038 
+ 00029295  0x00007d00 rshift8  0x00000002 , 0x0000002f 
+ 00029296  0x00007d01 rshift16  0x0000002f , 0x0000002f 
+ 00029297  0x00007d02 fetch  0x00000002 , 0x0000445e 
+ 00029298  0x00007d03 lshift16  0x0000003f , 0x0000003f 
+ 00029299  0x00007d04 ior  0x0000002f , 0x0000002f 
+ 00029300  0x00007d05 increase  0x00000001 , 0x00000038 
+ 00029301  0x00007d06 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
+ 00029302  0x00007d07 increase  0x00000001 , 0x00000038 
+ 00029303  0x00007d08 ifetch  0x00000002 , 0x00000006 
+ 00029304  0x00007d09 byteswap  0x00000011 , 0x0000002f 
+ 00029305  0x00007d0a lshift16  0x0000002f , 0x0000002f 
+ 00029306  0x00007d0b ior  0x0000002f , 0x0000002f 
+ 00029307  0x00007d0c increase  0x00000001 , 0x00000038 
+ 00029308  0x00007d0d rtn 
+ 00029309  0x00007d12 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029310  0x00007d13 ifetch  0x00000001 , 0x00000006 
+ 00029311  0x00007d14 iforce  0x00000011 
+ 00029312  0x00007d15 call  0x00007268 
+ 00029313  0x00007d16 call  0x000072d1 
+ 00029314  0x00007d18 force  0x00000000 , 0x00000038 
+ 00029315  0x00007d19 ifetch  0x00000001 , 0x00000013 
+ 00029316  0x00007d1a and_into  0x00000003 , 0x0000003f 
+ 00029317  0x00007d1b lshift16  0x0000003f , 0x0000002f 
+ 00029318  0x00007d1c set1  0x00000008 , 0x0000002f 
+ 00029319  0x00007d1d call  0x0000736a 
+ 00029320  0x00007d1e call  0x000072d4 
+ 00029321  0x00007d20 copy  0x00000011 , 0x00000039 
+ 00029322  0x00007d21 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029323  0x00007d22 call  0x00007349 
+ 00029324  0x00007d24 call  0x00007353 
+ 00029325  0x00007d25 call  0x000072d4 
+ 00029326  0x00007d26 deposit  0x00000039 
+ 00029327  0x00007d27 branch  0x00007291 , 0x00000034 
+ 00029328  0x00007d28 branch  0x0000728c 
+ 00029329  0x00007d2a force  0x0000000c , 0x00000038 
+ 00029330  0x00007d2b deposit  0x0000002f 
+ 00029331  0x00007d2c store  0x00000004 , 0x00000150 
+ 00029332  0x00007d2d rtn 
+ 00029333  0x00007d30 increase  0x00000001 , 0x00000011 
+ 00029334  0x00007d31 call  0x0000726a 
+ 00029335  0x00007d32 copy  0x00000013 , 0x00000006 
+ 00029336  0x00007d33 call  0x0000735d 
+ 00029337  0x00007d34 call  0x000072d7 
+ 00029338  0x00007d35 call  0x0000737c 
+ 00029339  0x00007d36 increase  0x00000010 , 0x00000013 
+ 00029340  0x00007d37 increase  0xfffffff0 , 0x00000012 
+ 00029341  0x00007d38 branch  0x00007295 , 0x00000002 
+ 00029342  0x00007d39 rtn 
+ 00029343  0x00007d3f call  0x000072c4 
+ 00029344  0x00007d40 bpatch  0x000000ea , 0x0000401d 
+ 00029345  0x00007d41 jam  0x00000000 , 0x0000806c 
+ 00029346  0x00007d42 jam  0x00000001 , 0x0000806d 
+ 00029347  0x00007d43 fetch  0x00000001 , 0x00004169 
+ 00029348  0x00007d44 and_into  0x00000003 , 0x0000003f 
+ 00029349  0x00007d45 store  0x00000001 , 0x0000806e 
+ 00029350  0x00007d46 fetch  0x00000002 , 0x0000068f 
+ 00029351  0x00007d47 store  0x00000002 , 0x00008068 
+ 00029352  0x00007d48 setarg  0x0000416b 
+ 00029353  0x00007d49 store  0x00000002 , 0x0000806a 
+ 00029354  0x00007d4b fetchr  0x00000011 , 0x00000001 , 0x0000416a 
+ 00029355  0x00007d4c fetcht  0x00000005 , 0x00004450 
+ 00029356  0x00007d4d call  0x00007265 
+ 00029357  0x00007d4e jam  0x00000002 , 0x0000800a 
+ 00029358  0x00007d4f jam  0x00000003 , 0x0000800a 
+ 00029359  0x00007d51 fetch  0x00000001 , 0x0000416a 
+ 00029360  0x00007d52 store  0x00000002 , 0x000080c0 
+ 00029361  0x00007d53 increase  0x00000004 , 0x0000003f 
+ 00029362  0x00007d54 store  0x00000001 , 0x0000416a 
+ 00029363  0x00007d55 fetch  0x00000005 , 0x00004450 
+ 00029364  0x00007d56 increase  0x00000001 , 0x0000003f 
+ 00029365  0x00007d57 set0  0x00000027 , 0x0000003f 
+ 00029366  0x00007d58 store  0x00000005 , 0x00004450 
+ 00029367  0x00007d59 rtn 
+ 00029368  0x00007d5d fetch  0x00000002 , 0x0000811a 
+ 00029369  0x00007d5e isub  0x00000002 , 0x0000003e 
+ 00029370  0x00007d5f rtn  0x00000005 
+ 00029371  0x00007d60 nrtn  0x00000034 
+ 00029372  0x00007d62 branch  0x000072b8 
+ 00029373  0x00007d65 fetch  0x00000001 , 0x00008108 
+ 00029374  0x00007d66 bbit0  0x00000006 , 0x0000235a 
+ 00029375  0x00007d68 setarg  0x0000416b 
+ 00029376  0x00007d69 iadd  0x00000002 , 0x00000005 
+ 00029377  0x00007d6a arg  0x0000000c , 0x00000038 
+ 00029378  0x00007d6b istorer  0x0000002f , 0x00000004 , 0x00000005 
+ 00029379  0x00007d6c branch  0x000072cd 
+ 00029380  0x00007d6f bpatch  0x000000eb , 0x0000401d 
+ 00029381  0x00007d70 force  0x0000000c , 0x00000038 
+ 00029382  0x00007d71 call  0x00007370 
+ 00029383  0x00007d72 call  0x0000736f 
+ 00029384  0x00007d73 setarg  0x00000000 
+ 00029385  0x00007d74 store  0x00000002 , 0x000080c0 
+ 00029386  0x00007d75 rtn 
+ 00029387  0x00007d78 fetch  0x00000001 , 0x00008108 
+ 00029388  0x00007d79 bbit0  0x00000006 , 0x000072cb 
+ 00029389  0x00007d7b jam  0x00000000 , 0x0000800a 
+ 00029390  0x00007d7c rtn 
+ 00029391  0x00007d80 nbranch  0x000072cf , 0x00000037 
+ 00029392  0x00007d81 rtn 
+ 00029393  0x00007d84 force  0x00000030 , 0x00000036 
+ 00029394  0x00007d85 force  0x00000000 , 0x00000036 
+ 00029395  0x00007d86 branch  0x000072cf 
+ 00029396  0x00007d89 force  0x00000032 , 0x00000036 
+ 00029397  0x00007d8a force  0x00000002 , 0x00000036 
+ 00029398  0x00007d8b branch  0x000072cf 
+ 00029399  0x00007d8e force  0x00000034 , 0x00000036 
+ 00029400  0x00007d8f force  0x00000004 , 0x00000036 
+ 00029401  0x00007d90 branch  0x000072cf 
+ 00029402  0x00007d94 force  0x00000001 , 0x00000036 
+ 00029403  0x00007d95 force  0x00000000 , 0x00000036 
+ 00029404  0x00007d96 rtn 
+ 00029405  0x00007d9a fetch  0x00000001 , 0x00008155 
+ 00029406  0x00007d9b bbit0  0x00000002 , 0x000072dd 
+ 00029407  0x00007d9c rtn 
+ 00029408  0x00007da0 store  0x00000002 , 0x000080d2 
+ 00029409  0x00007da1 force  0x000000c0 , 0x00000036 
+ 00029410  0x00007da2 force  0x00000080 , 0x00000036 
+ 00029411  0x00007da3 branch  0x000072dd 
+ 00029412  0x00007da6 force  0x00000000 , 0x00000038 
+ 00029413  0x00007da7 copy  0x00000012 , 0x00000006 
+ 00029414  0x00007da8 force  0x00000004 , 0x00000039 
+ 00029415  0x00007da9 call  0x000072f3 
+ 00029416  0x00007dab force  0x00000180 , 0x00000036 
+ 00029417  0x00007dac force  0x00000080 , 0x00000036 
+ 00029418  0x00007dad call  0x000072cf 
+ 00029419  0x00007daf force  0x0000000c , 0x00000038 
+ 00029420  0x00007db0 copy  0x00000013 , 0x00000005 
+ 00029421  0x00007db1 force  0x00000004 , 0x00000039 
+ 00029422  0x00007db3 copy  0x0000002f , 0x0000003f 
+ 00029423  0x00007db4 istore  0x00000004 , 0x00000005 
+ 00029424  0x00007db5 increase  0x00000001 , 0x00000038 
+ 00029425  0x00007db6 loop  0x000072ee 
+ 00029426  0x00007db7 rtn 
+ 00029427  0x00007dba ifetch  0x00000002 , 0x00000006 
+ 00029428  0x00007dbb ifetcht  0x00000002 , 0x00000006 
+ 00029429  0x00007dbc lshift16  0x00000002 , 0x00000002 
+ 00029430  0x00007dbd ior  0x00000002 , 0x0000002f 
+ 00029431  0x00007dbe increase  0x00000001 , 0x00000038 
+ 00029432  0x00007dbf loop  0x000072f3 
+ 00029433  0x00007dc0 rtn 
+ 00029434  0x00007dc4 force  0x00000008 , 0x00000038 
+ 00029435  0x00007dc5 copy  0x00000011 , 0x00000006 
+ 00029436  0x00007dc6 force  0x00000004 , 0x00000039 
+ 00029437  0x00007dc7 call  0x000072f3 
+ 00029438  0x00007dc9 force  0x00000000 , 0x00000038 
+ 00029439  0x00007dca copy  0x00000012 , 0x00000006 
+ 00029440  0x00007dcb force  0x00000004 , 0x00000039 
+ 00029441  0x00007dcc call  0x000072f3 
+ 00029442  0x00007dcd force  0x00000182 , 0x00000036 
+ 00029443  0x00007dce force  0x00000082 , 0x00000036 
+ 00029444  0x00007dcf call  0x000072cf 
+ 00029445  0x00007dd0 branch  0x000072eb 
+ 00029446  0x00007dd4 force  0x00000000 , 0x00000038 
+ 00029447  0x00007dd5 fetch  0x00000004 , 0x00000158 
+ 00029448  0x00007dd6 iforce  0x0000002f 
+ 00029449  0x00007dd7 increase  0x00000001 , 0x00000038 
+ 00029450  0x00007dd8 ifetch  0x00000004 , 0x00000006 
+ 00029451  0x00007dd9 iforce  0x0000002f 
+ 00029452  0x00007dda increase  0x00000001 , 0x00000038 
+ 00029453  0x00007ddb fetch  0x00000004 , 0x000042ab 
+ 00029454  0x00007ddc iforce  0x0000002f 
+ 00029455  0x00007ddd increase  0x00000001 , 0x00000038 
+ 00029456  0x00007dde ifetch  0x00000004 , 0x00000006 
+ 00029457  0x00007ddf iforce  0x0000002f 
+ 00029458  0x00007de0 increase  0x00000001 , 0x00000038 
+ 00029459  0x00007de1 call  0x00007370 
+ 00029460  0x00007de2 increase  0xfffffffc , 0x00000038 
+ 00029461  0x00007de3 fetch  0x00000004 , 0x000042ff 
+ 00029462  0x00007de4 copy  0x0000003f , 0x0000002f 
+ 00029463  0x00007de5 increase  0x00000004 , 0x00000038 
+ 00029464  0x00007de6 force  0x00000038 , 0x00000036 
+ 00029465  0x00007de7 force  0x00000008 , 0x00000036 
+ 00029466  0x00007de8 branch  0x000072cf 
+ 00029467  0x00007dec bpatch  0x000000ec , 0x0000401d 
+ 00029468  0x00007ded fetch  0x00000006 , 0x000042db 
+ 00029469  0x00007dee fetcht  0x00000006 , 0x00000178 
+ 00029470  0x00007def branch  0x00007321 , 0x00000029 
+ 00029471  0x00007df0 fetch  0x00000006 , 0x00000178 
+ 00029472  0x00007df1 fetcht  0x00000006 , 0x000042db 
+ 00029473  0x00007df3 force  0x00000008 , 0x00000038 
+ 00029474  0x00007df4 copy  0x00000002 , 0x0000002f 
+ 00029475  0x00007df5 increase  0x00000001 , 0x00000038 
+ 00029476  0x00007df6 rshift32  0x00000002 , 0x0000002f 
+ 00029477  0x00007df7 lshift16  0x0000003f , 0x0000003f 
+ 00029478  0x00007df8 ior  0x0000002f , 0x0000002f 
+ 00029479  0x00007df9 increase  0x00000001 , 0x00000038 
+ 00029480  0x00007dfa rshift32  0x0000003f , 0x0000002f 
+ 00029481  0x00007dfb increase  0x00000001 , 0x00000038 
+ 00029482  0x00007dfc force  0x00000000 , 0x0000002f 
+ 00029483  0x00007dfd force  0x00000000 , 0x0000003f 
+ 00029484  0x00007dfe fetch  0x00000001 , 0x000042cb 
+ 00029485  0x00007dff fetcht  0x00000001 , 0x0000438c 
+ 00029486  0x00007e00 nbranch  0x00007331 , 0x00000029 
+ 00029487  0x00007e02 fetch  0x00000001 , 0x000042d2 
+ 00029488  0x00007e03 fetcht  0x00000001 , 0x000042cb 
+ 00029489  0x00007e05 store  0x00000001 , 0x000042bb 
+ 00029490  0x00007e06 storet  0x00000001 , 0x000042bc 
+ 00029491  0x00007e07 force  0x00000000 , 0x00000038 
+ 00029492  0x00007e08 arg  0x000042bb , 0x00000012 
+ 00029493  0x00007e09 force  0x00000004 , 0x00000039 
+ 00029494  0x00007e0b ifetch  0x00000004 , 0x00000011 
+ 00029495  0x00007e0c ifetcht  0x00000004 , 0x00000012 
+ 00029496  0x00007e0d ixor  0x00000002 , 0x0000002f 
+ 00029497  0x00007e0e increase  0x00000001 , 0x00000038 
+ 00029498  0x00007e0f increase  0x00000004 , 0x00000011 
+ 00029499  0x00007e10 increase  0x00000004 , 0x00000012 
+ 00029500  0x00007e11 loop  0x00007336 
+ 00029501  0x00007e12 call  0x00007370 
+ 00029502  0x00007e13 increase  0xfffffffc , 0x00000038 
+ 00029503  0x00007e14 fetch  0x00000004 , 0x000042ff 
+ 00029504  0x00007e15 copy  0x0000003f , 0x0000002f 
+ 00029505  0x00007e16 increase  0x00000004 , 0x00000038 
+ 00029506  0x00007e17 force  0x00000038 , 0x00000036 
+ 00029507  0x00007e18 force  0x0000000c , 0x00000036 
+ 00029508  0x00007e19 call  0x000072cf 
+ 00029509  0x00007e1b call  0x0000736f 
+ 00029510  0x00007e1c force  0x0000003a , 0x00000036 
+ 00029511  0x00007e1d force  0x00000008 , 0x00000036 
+ 00029512  0x00007e1e branch  0x000072cf 
+ 00029513  0x00007e21 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029514  0x00007e22 rtn  0x00000001 
+ 00029515  0x00007e23 deposit  0x00000006 
+ 00029516  0x00007e24 iadd  0x00000039 , 0x00000005 
+ 00029517  0x00007e25 force  0x00000000 , 0x0000003f 
+ 00029518  0x00007e27 istore  0x00000001 , 0x00000005 
+ 00029519  0x00007e28 increase  0x00000001 , 0x00000039 
+ 00029520  0x00007e29 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029521  0x00007e2a rtn  0x00000001 
+ 00029522  0x00007e2b branch  0x0000734e 
+ 00029523  0x00007e2e force  0x00000000 , 0x00000038 
+ 00029524  0x00007e30 deposit  0x00000039 
+ 00029525  0x00007e31 branch  0x00007358 , 0x00000034 
+ 00029526  0x00007e32 ifetch  0x00000004 , 0x00000006 
+ 00029527  0x00007e33 increase  0xfffffffc , 0x00000039 
+ 00029528  0x00007e35 iforce  0x0000002f 
+ 00029529  0x00007e36 increase  0x00000001 , 0x00000038 
+ 00029530  0x00007e37 compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00029531  0x00007e38 rtn  0x00000001 
+ 00029532  0x00007e39 branch  0x00007354 
+ 00029533  0x00007e3c force  0x00000008 , 0x00000038 
+ 00029534  0x00007e3d branch  0x00007362 
+ 00029535  0x00007e3f force  0x00000004 , 0x00000038 
+ 00029536  0x00007e40 branch  0x00007362 
+ 00029537  0x00007e42 force  0x00000000 , 0x00000038 
+ 00029538  0x00007e44 force  0x00000004 , 0x00000039 
+ 00029539  0x00007e46 ifetch  0x00000004 , 0x00000006 
+ 00029540  0x00007e47 iforce  0x0000002f 
+ 00029541  0x00007e48 increase  0x00000001 , 0x00000038 
+ 00029542  0x00007e49 loop  0x00007363 
+ 00029543  0x00007e4a rtn 
+ 00029544  0x00007e4d arg  0x000001a8 , 0x00000006 
+ 00029545  0x00007e4e branch  0x0000735f 
+ 00029546  0x00007e51 force  0x00000004 , 0x00000039 
+ 00029547  0x00007e52 branch  0x00007372 
+ 00029548  0x00007e55 force  0x00000000 , 0x00000038 
+ 00029549  0x00007e56 force  0x00000010 , 0x00000039 
+ 00029550  0x00007e57 branch  0x00007371 
+ 00029551  0x00007e5a force  0x00000000 , 0x00000038 
+ 00029552  0x00007e5c force  0x00000004 , 0x00000039 
+ 00029553  0x00007e5e force  0x00000000 , 0x0000002f 
+ 00029554  0x00007e60 increase  0x00000001 , 0x00000038 
+ 00029555  0x00007e61 loop  0x00007371 
+ 00029556  0x00007e62 rtn 
+ 00029557  0x00007e65 force  0x0000000c , 0x00000038 
+ 00029558  0x00007e66 force  0x00000004 , 0x00000039 
+ 00029559  0x00007e68 deposit  0x0000002f 
+ 00029560  0x00007e69 istore  0x00000004 , 0x00000005 
+ 00029561  0x00007e6a increase  0x00000001 , 0x00000038 
+ 00029562  0x00007e6b loop  0x00007377 
+ 00029563  0x00007e6c rtn 
+ 00029564  0x00007e6f force  0x0000000c , 0x00000038 
+ 00029565  0x00007e70 copy  0x00000013 , 0x00000005 
+ 00029566  0x00007e71 add  0x00000012 , 0x00000001 , 0x00000039 
+ 00029567  0x00007e72 sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00029568  0x00007e73 branch  0x00007382 , 0x00000002 
+ 00029569  0x00007e74 force  0x00000010 , 0x00000039 
+ 00029570  0x00007e76 deposit  0x0000002f 
+ 00029571  0x00007e77 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00029572  0x00007e78 branch  0x0000738a , 0x00000002 
+ 00029573  0x00007e79 istore  0x00000004 , 0x00000005 
+ 00029574  0x00007e7a increase  0xfffffffc , 0x00000039 
+ 00029575  0x00007e7b rtn  0x00000005 
+ 00029576  0x00007e7c increase  0x00000001 , 0x00000038 
+ 00029577  0x00007e7d branch  0x00007382 
+ 00029578  0x00007e7f istore  0x00000001 , 0x00000005 
+ 00029579  0x00007e80 rshift8  0x0000003f , 0x0000003f 
+ 00029580  0x00007e81 loop  0x0000738a 
+ 00029581  0x00007e82 rtn 
+ 00029582  0x00007e86 force  0x0000000c , 0x00000038 
+ 00029583  0x00007e87 force  0x00000004 , 0x00000039 
+ 00029584  0x00007e89 ifetch  0x00000004 , 0x00000006 
+ 00029585  0x00007e8a isub  0x0000002f , 0x0000003e 
+ 00029586  0x00007e8b nrtn  0x00000005 
+ 00029587  0x00007e8c increase  0x00000001 , 0x00000038 
+ 00029588  0x00007e8d loop  0x00007390 
+ 00029589  0x00007e8e branch  0x00007db8 
+ 00029590  0x00007e91 fetch  0x00000001 , 0x00008050 
+ 00029591  0x00007e92 set0  0x00000000 , 0x0000003f 
+ 00029592  0x00007e93 store  0x00000001 , 0x00008050 
+ 00029593  0x00007e94 rtn 
+ 00029594  0x00007e97 fetch  0x00000001 , 0x00008050 
+ 00029595  0x00007e98 set1  0x00000000 , 0x0000003f 
+ 00029596  0x00007e99 store  0x00000001 , 0x00008050 
+ 00029597  0x00007e9a rtn 
+ 00029598  0x00007ea3 arg  0x000004d1 , 0x00000005 
+ 00029599  0x00007ea4 setsect  0x00000000 , 0x0003ffff 
+ 00029600  0x00007ea5 setsect  0x00000001 , 0x0003ffff 
+ 00029601  0x00007ea6 setsect  0x00000002 , 0x0003ffff 
+ 00029602  0x00007ea7 setsect  0x00000003 , 0x0003fbff 
+ 00029603  0x00007ea8 istore  0x00000009 , 0x00000005 
+ 00029604  0x00007ea9 setsect  0x00000000 , 0x0003ffff 
+ 00029605  0x00007eaa setsect  0x00000001 , 0x0003ffff 
+ 00029606  0x00007eab setsect  0x00000002 , 0x0003ffff 
+ 00029607  0x00007eac setsect  0x00000003 , 0x0003ffff 
+ 00029608  0x00007ead istore  0x00000009 , 0x00000005 
+ 00029609  0x00007eae setsect  0x00000000 , 0x0003ffff 
+ 00029610  0x00007eaf setsect  0x00000001 , 0x0003ffff 
+ 00029611  0x00007eb0 setsect  0x00000002 , 0x0003cfff 
+ 00029612  0x00007eb1 setsect  0x00000003 , 0x0003ffff 
+ 00029613  0x00007eb2 istore  0x00000009 , 0x00000005 
+ 00029614  0x00007eb3 setsect  0x00000000 , 0x0003ffff 
+ 00029615  0x00007eb4 setsect  0x00000001 , 0x0003ffff 
+ 00029616  0x00007eb5 setsect  0x00000002 , 0x0003ffef 
+ 00029617  0x00007eb6 setsect  0x00000003 , 0x0003ffff 
+ 00029618  0x00007eb7 istore  0x00000009 , 0x00000005 
+ 00029619  0x00007eb8 setsect  0x00000000 , 0x0003ffff 
+ 00029620  0x00007eb9 setsect  0x00000001 , 0x0003ffff 
+ 00029621  0x00007eba setsect  0x00000002 , 0x0003ffff 
+ 00029622  0x00007ebb setsect  0x00000003 , 0x0003ffff 
+ 00029623  0x00007ebc istore  0x00000009 , 0x00000005 
+ 00029624  0x00007ebd setsect  0x00000000 , 0x0003ffff 
+ 00029625  0x00007ebe setsect  0x00000001 , 0x00026c7f 
+ 00029626  0x00007ebf setsect  0x00000002 , 0x0000146b 
+ 00029627  0x00007ec0 setsect  0x00000003 , 0x00037bb3 
+ 00029628  0x00007ec1 istore  0x00000009 , 0x00000005 
+ 00029629  0x00007ec2 setsect  0x00000000 , 0x0001feb8 
+ 00029630  0x00007ec3 setsect  0x00000001 , 0x00010c12 
+ 00029631  0x00007ec4 setsect  0x00000002 , 0x0002b722 
+ 00029632  0x00007ec5 setsect  0x00000003 , 0x00029fa6 
+ 00029633  0x00007ec6 istore  0x00000009 , 0x00000005 
+ 00029634  0x00007ec7 setsect  0x00000000 , 0x0000e70f 
+ 00029635  0x00007ec8 setsect  0x00000001 , 0x00016720 
+ 00029636  0x00007ec9 setsect  0x00000002 , 0x0000519e 
+ 00029637  0x00007eca setsect  0x00000003 , 0x00019084 
+ 00029638  0x00007ecb istore  0x00000009 , 0x00000005 
+ 00029639  0x00007ecc setsect  0x00000000 , 0x00031012 
+ 00029640  0x00007ecd setsect  0x00000001 , 0x000360bf 
+ 00029641  0x00007ece setsect  0x00000002 , 0x0003f0af 
+ 00029642  0x00007ecf setsect  0x00000003 , 0x000003d3 
+ 00029643  0x00007ed0 istore  0x00000009 , 0x00000005 
+ 00029644  0x00007ed1 setsect  0x00000000 , 0x0003a188 
+ 00029645  0x00007ed2 setsect  0x00000001 , 0x00003ad0 
+ 00029646  0x00007ed3 setsect  0x00000002 , 0x0003cbf2 
+ 00029647  0x00007ed4 setsect  0x00000003 , 0x000243d9 
+ 00029648  0x00007ed5 istore  0x00000009 , 0x00000005 
+ 00029649  0x00007ed6 setsect  0x00000000 , 0x0002b030 
+ 00029650  0x00007ed7 setsect  0x00000001 , 0x00036a03 
+ 00029651  0x00007ed8 setsect  0x00000002 , 0x00011188 
+ 00029652  0x00007ed9 setsect  0x00000003 , 0x0001e520 
+ 00029653  0x00007eda istore  0x00000009 , 0x00000005 
+ 00029654  0x00007edb setsect  0x00000000 , 0x0003a11e 
+ 00029655  0x00007edc setsect  0x00000001 , 0x0000fe5d 
+ 00029656  0x00007edd setsect  0x00000002 , 0x0000dd57 
+ 00029657  0x00007ede setsect  0x00000003 , 0x0001ac93 
+ 00029658  0x00007edf istore  0x00000009 , 0x00000005 
+ 00029659  0x00007ee0 setsect  0x00000000 , 0x000011ed 
+ 00029660  0x00007ee1 setsect  0x00000001 , 0x000218c4 
+ 00029661  0x00007ee2 setsect  0x00000002 , 0x00008da7 
+ 00029662  0x00007ee3 setsect  0x00000003 , 0x000257ff 
+ 00029663  0x00007ee4 istore  0x00000009 , 0x00000005 
+ 00029664  0x00007ee5 setsect  0x00000000 , 0x0003192b 
+ 00029665  0x00007ee6 setsect  0x00000001 , 0x00034641 
+ 00029666  0x00007ee7 setsect  0x00000002 , 0x0001be0c 
+ 00029667  0x00007ee8 setsect  0x00000003 , 0x000366ad 
+ 00029668  0x00007ee9 istore  0x00000009 , 0x00000005 
+ 00029669  0x00007eea setsect  0x00000000 , 0x00001f83 
+ 00029670  0x00007eeb setsect  0x00000001 , 0x00015a23 
+ 00029671  0x00007eec setsect  0x00000002 , 0x0003f9b0 
+ 00029672  0x00007eed setsect  0x00000003 , 0x00003949 
+ 00029673  0x00007eee istore  0x00000009 , 0x00000005 
+ 00029674  0x00007eef setsect  0x00000000 , 0x00013a51 
+ 00029675  0x00007ef0 setsect  0x00000001 , 0x000153fd 
+ 00029676  0x00007ef1 setsect  0x00000002 , 0x0003372a 
+ 00029677  0x00007ef2 setsect  0x00000003 , 0x0000f1bb 
+ 00029678  0x00007ef3 istore  0x00000009 , 0x00000005 
+ 00029679  0x00007ef4 setsect  0x00000000 , 0x0003ae85 
+ 00029680  0x00007ef5 setsect  0x00000001 , 0x0001eed9 
+ 00029681  0x00007ef6 setsect  0x00000002 , 0x00009e66 
+ 00029682  0x00007ef7 setsect  0x00000003 , 0x000001a8 
+ 00029683  0x00007ef8 istore  0x00000008 , 0x00000005 
+ 00029684  0x00007ef9 rtn 
+ 00029685  0x00007f02 arg  0x00000569 , 0x00000005 
+ 00029686  0x00007f03 setsect  0x00000000 , 0x0003ffff 
+ 00029687  0x00007f04 setsect  0x00000001 , 0x0003ffff 
+ 00029688  0x00007f05 setsect  0x00000002 , 0x0003ffff 
+ 00029689  0x00007f06 setsect  0x00000003 , 0x0003ffff 
+ 00029690  0x00007f07 istore  0x00000009 , 0x00000005 
+ 00029691  0x00007f08 setsect  0x00000000 , 0x0003ffff 
+ 00029692  0x00007f09 setsect  0x00000001 , 0x0000003f 
+ 00029693  0x00007f0a setsect  0x00000002 , 0x00000000 
+ 00029694  0x00007f0b setsect  0x00000003 , 0x00000000 
+ 00029695  0x00007f0c istore  0x00000009 , 0x00000005 
+ 00029696  0x00007f0d setsect  0x00000000 , 0x00000000 
+ 00029697  0x00007f0e setsect  0x00000001 , 0x00000000 
+ 00029698  0x00007f0f setsect  0x00000002 , 0x00001000 
+ 00029699  0x00007f10 setsect  0x00000003 , 0x00000000 
+ 00029700  0x00007f11 istore  0x00000009 , 0x00000005 
+ 00029701  0x00007f12 setsect  0x00000000 , 0x0003ff00 
+ 00029702  0x00007f13 setsect  0x00000001 , 0x0003ffff 
+ 00029703  0x00007f14 setsect  0x00000002 , 0x0003ffcf 
+ 00029704  0x00007f15 setsect  0x00000003 , 0x0003ffff 
+ 00029705  0x00007f16 istore  0x00000009 , 0x00000005 
+ 00029706  0x00007f17 setsect  0x00000000 , 0x0003ffff 
+ 00029707  0x00007f18 setsect  0x00000001 , 0x0003ffff 
+ 00029708  0x00007f19 setsect  0x00000002 , 0x0003ffff 
+ 00029709  0x00007f1a setsect  0x00000003 , 0x000003ff 
+ 00029710  0x00007f1b istore  0x00000009 , 0x00000005 
+ 00029711  0x00007f1c setsect  0x00000000 , 0x00000000 
+ 00029712  0x00007f1d setsect  0x00000001 , 0x00000000 
+ 00029713  0x00007f1e setsect  0x00000002 , 0x00000000 
+ 00029714  0x00007f1f setsect  0x00000003 , 0x00000000 
+ 00029715  0x00007f20 istore  0x00000009 , 0x00000005 
+ 00029716  0x00007f21 setsect  0x00000000 , 0x00010000 
+ 00029717  0x00007f22 setsect  0x00000001 , 0x00000000 
+ 00029718  0x00007f23 setsect  0x00000002 , 0x0003f000 
+ 00029719  0x00007f24 setsect  0x00000003 , 0x0003ffff 
+ 00029720  0x00007f25 istore  0x00000009 , 0x00000005 
+ 00029721  0x00007f26 setsect  0x00000000 , 0x000296ff 
+ 00029722  0x00007f27 setsect  0x00000001 , 0x00022630 
+ 00029723  0x00007f28 setsect  0x00000002 , 0x0003945d 
+ 00029724  0x00007f29 setsect  0x00000003 , 0x0003d284 
+ 00029725  0x00007f2a istore  0x00000009 , 0x00000005 
+ 00029726  0x00007f2b setsect  0x00000000 , 0x000333a0 
+ 00029727  0x00007f2c setsect  0x00000001 , 0x00004b7a 
+ 00029728  0x00007f2d setsect  0x00000002 , 0x000037d8 
+ 00029729  0x00007f2e setsect  0x00000003 , 0x0003c9dc 
+ 00029730  0x00007f2f istore  0x00000009 , 0x00000005 
+ 00029731  0x00007f30 setsect  0x00000000 , 0x0003a440 
+ 00029732  0x00007f31 setsect  0x00000001 , 0x0001b958 
+ 00029733  0x00007f32 setsect  0x00000002 , 0x00038bce 
+ 00029734  0x00007f33 setsect  0x00000003 , 0x0001091f 
+ 00029735  0x00007f34 istore  0x00000009 , 0x00000005 
+ 00029736  0x00007f35 setsect  0x00000000 , 0x0002e12c 
+ 00029737  0x00007f36 setsect  0x00000001 , 0x0001f47c 
+ 00029738  0x00007f37 setsect  0x00000002 , 0x000356b1 
+ 00029739  0x00007f38 setsect  0x00000003 , 0x0002fd47 
+ 00029740  0x00007f39 istore  0x00000009 , 0x00000005 
+ 00029741  0x00007f3a setsect  0x00000000 , 0x00006837 
+ 00029742  0x00007f3b setsect  0x00000001 , 0x0002ed90 
+ 00029743  0x00007f3c setsect  0x00000002 , 0x0001ecec 
+ 00029744  0x00007f3d setsect  0x00000003 , 0x0001acc5 
+ 00029745  0x00007f3e istore  0x00000009 , 0x00000005 
+ 00029746  0x00007f3f setsect  0x00000000 , 0x00023357 
+ 00029747  0x00007f40 setsect  0x00000001 , 0x00018af3 
+ 00029748  0x00007f41 setsect  0x00000002 , 0x0000f9e1 
+ 00029749  0x00007f42 setsect  0x00000003 , 0x000129f0 
+ 00029750  0x00007f43 istore  0x00000009 , 0x00000005 
+ 00029751  0x00007f44 setsect  0x00000000 , 0x0002e7eb 
+ 00029752  0x00007f45 setsect  0x00000001 , 0x0003e6e3 
+ 00029753  0x00007f46 setsect  0x00000002 , 0x0003e1a7 
+ 00029754  0x00007f47 setsect  0x00000003 , 0x00010b8b 
+ 00029755  0x00007f48 istore  0x00000009 , 0x00000005 
+ 00029756  0x00007f49 setsect  0x00000000 , 0x00024fe3 
+ 00029757  0x00007f4a setsect  0x00000001 , 0x000020ef 
+ 00029758  0x00007f4b setsect  0x00000002 , 0x0001b5a6 
+ 00029759  0x00007f4c setsect  0x00000003 , 0x0000dc2f 
+ 00029760  0x00007f4d istore  0x00000009 , 0x00000005 
+ 00029761  0x00007f4e setsect  0x00000000 , 0x00013860 
+ 00029762  0x00007f4f setsect  0x00000001 , 0x0002bd69 
+ 00029763  0x00007f50 setsect  0x00000002 , 0x0000391a 
+ 00029764  0x00007f51 setsect  0x00000003 , 0x0001b222 
+ 00029765  0x00007f52 istore  0x00000009 , 0x00000005 
+ 00029766  0x00007f53 rtn 
+ 00029767  0x00007f5c branch  0x000074fc 
+ 00029768  0x00007f5f bpatch  0x000000ed , 0x0000401d 
+ 00029769  0x00007f64 fetch  0x00000001 , 0x0000446c 
+ 00029770  0x00007f65 rtn  0x00000034 
+ 00029771  0x00007f66 fetch  0x00000001 , 0x0000446e 
+ 00029772  0x00007f67 rtneq  0x00000003 
+ 00029773  0x00007f6a fetch  0x00000001 , 0x0000446d 
+ 00029774  0x00007f6b beq  0x00000000 , 0x000074fc 
+ 00029775  0x00007f6c rtn 
+ 00029776  0x00007f6e jam  0x00000000 , 0x0000446d 
+ 00029777  0x00007f6f rtn 
+ 00029778  0x00007f75 bpatch  0x000000ee , 0x0000401d 
+ 00029779  0x00007f76 setarg  0x000005fe 
+ 00029780  0x00007f77 arg  0x000005f9 , 0x00000005 
+ 00029781  0x00007f78 isub  0x00000005 , 0x00000039 
+ 00029782  0x00007f79 call  0x00007ca1 
+ 00029783  0x00007f7a setarg  0x000044d1 
+ 00029784  0x00007f7b arg  0x000044cf , 0x00000005 
+ 00029785  0x00007f7c isub  0x00000005 , 0x00000039 
+ 00029786  0x00007f7d branch  0x00007ca1 
+ 00029787  0x00007f82 call  0x00007476 
+ 00029788  0x00007f83 arg  0x0000061e , 0x00000011 
+ 00029789  0x00007f84 arg  0x000004b1 , 0x00000005 
+ 00029790  0x00007f85 call  0x0000771c 
+ 00029791  0x00007f86 arg  0x000005fe , 0x00000011 
+ 00029792  0x00007f87 arg  0x00000471 , 0x00000005 
+ 00029793  0x00007f88 call  0x0000771c 
+ 00029794  0x00007f89 arg  0x00000471 , 0x00000011 
+ 00029795  0x00007f8a arg  0x000005fe , 0x00000012 
+ 00029796  0x00007f8b arg  0x00000471 , 0x00000005 
+ 00029797  0x00007f8c call  0x00007684 
+ 00029798  0x00007f8d arg  0x00000589 , 0x00000011 
+ 00029799  0x00007f8e arg  0x000005fe , 0x00000012 
+ 00029800  0x00007f8f arg  0x00000491 , 0x00000005 
+ 00029801  0x00007f90 call  0x00007684 
+ 00029802  0x00007f91 arg  0x00000491 , 0x00000011 
+ 00029803  0x00007f92 arg  0x00000471 , 0x00000012 
+ 00029804  0x00007f93 arg  0x00000471 , 0x00000005 
+ 00029805  0x00007f94 call  0x00007720 
+ 00029806  0x00007f95 arg  0x00000451 , 0x00000011 
+ 00029807  0x00007f96 arg  0x00000471 , 0x00000012 
+ 00029808  0x00007f97 arg  0x00000451 , 0x00000005 
+ 00029809  0x00007f98 call  0x00007720 
+ 00029810  0x00007f99 arg  0x00000020 , 0x00000039 
+ 00029811  0x00007f9a arg  0x000004b1 , 0x00000011 
+ 00029812  0x00007f9b arg  0x00000451 , 0x00000012 
+ 00029813  0x00007f9c branch  0x00007d64 
+ 00029814  0x00007f9f arg  0x000005c9 , 0x00000011 
+ 00029815  0x00007fa0 arg  0x00000451 , 0x00000005 
+ 00029816  0x00007fa1 call  0x0000771c 
+ 00029817  0x00007fa2 arg  0x000005a9 , 0x00000011 
+ 00029818  0x00007fa3 arg  0x00000471 , 0x00000005 
+ 00029819  0x00007fa4 call  0x0000771c 
+ 00029820  0x00007fa5 arg  0x00000471 , 0x00000011 
+ 00029821  0x00007fa6 arg  0x000005a9 , 0x00000012 
+ 00029822  0x00007fa7 arg  0x00000471 , 0x00000005 
+ 00029823  0x00007fa8 call  0x00007684 
+ 00029824  0x00007fa9 arg  0x00000589 , 0x00000011 
+ 00029825  0x00007faa arg  0x000005a9 , 0x00000012 
+ 00029826  0x00007fab arg  0x00000491 , 0x00000005 
+ 00029827  0x00007fac call  0x00007684 
+ 00029828  0x00007fad arg  0x00000491 , 0x00000011 
+ 00029829  0x00007fae arg  0x00000471 , 0x00000012 
+ 00029830  0x00007faf arg  0x00000471 , 0x00000005 
+ 00029831  0x00007fb0 call  0x00007720 
+ 00029832  0x00007fb1 arg  0x00000451 , 0x00000011 
+ 00029833  0x00007fb2 arg  0x00000471 , 0x00000012 
+ 00029834  0x00007fb3 arg  0x00000451 , 0x00000005 
+ 00029835  0x00007fb4 branch  0x00007739 
+ 00029836  0x00007fba increase  0xffffffff , 0x00000007 
+ 00029837  0x00007fbb nrtn  0x00000002 
+ 00029838  0x00007fbc random  0x0000003f 
+ 00029839  0x00007fbd istore  0x00000002 , 0x00000005 
+ 00029840  0x00007fbe branch  0x0000748c 
+ 00029841  0x00007fc0 increase  0xffffffff , 0x00000007 
+ 00029842  0x00007fc1 nbranch  0x0000749c , 0x00000002 
+ 00029843  0x00007fc2 ifetch  0x00000004 , 0x00000011 
+ 00029844  0x00007fc3 copy  0x0000003f , 0x00000002 
+ 00029845  0x00007fc4 ifetch  0x00000004 , 0x00000012 
+ 00029846  0x00007fc5 iflip  0x00000002 , 0x0000003f 
+ 00029847  0x00007fc6 nbranch  0x0000749b , 0x00000005 
+ 00029848  0x00007fc7 increase  0x00000004 , 0x00000011 
+ 00029849  0x00007fc8 increase  0x00000004 , 0x00000012 
+ 00029850  0x00007fc9 branch  0x00007491 
+ 00029851  0x00007fcb branch  0x00007dc4 
+ 00029852  0x00007fce branch  0x00007dc6 
+ 00029853  0x00007fd4 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00029854  0x00007fd5 rshift3  0x0000003f , 0x0000003f 
+ 00029855  0x00007fd6 iadd  0x00000006 , 0x00000006 
+ 00029856  0x00007fd7 ifetch  0x00000001 , 0x00000006 
+ 00029857  0x00007fd8 qisolate0  0x0000003f 
+ 00029858  0x00007fd9 rtn 
+ 00029859  0x00007fdd ifetch  0x00000008 , 0x00000006 
+ 00029860  0x00007fde nrtn  0x00000034 
+ 00029861  0x00007fdf ifetch  0x00000008 , 0x00000006 
+ 00029862  0x00007fe0 nrtn  0x00000034 
+ 00029863  0x00007fe1 ifetch  0x00000008 , 0x00000006 
+ 00029864  0x00007fe2 rtn 
+ 00029865  0x00007fe8 ifetch  0x00000004 , 0x00000011 
+ 00029866  0x00007fe9 iforce  0x00000002 
+ 00029867  0x00007fea ifetch  0x00000004 , 0x00000012 
+ 00029868  0x00007feb isub  0x00000002 , 0x0000003e 
+ 00029869  0x00007fec nrtn  0x00000005 
+ 00029870  0x00007fed increase  0x00000004 , 0x00000011 
+ 00029871  0x00007fee increase  0x00000004 , 0x00000012 
+ 00029872  0x00007fef loop  0x000074a9 
+ 00029873  0x00007ff0 rtn 
+ 00029874  0x00007ff3 force  0x00000006 , 0x00000039 
+ 00029875  0x00007ff4 increase  0x00000014 , 0x00000011 
+ 00029876  0x00007ff5 increase  0x00000014 , 0x00000012 
+ 00029877  0x00007ff7 ifetch  0x00000004 , 0x00000012 
+ 00029878  0x00007ff8 iforce  0x00000002 
+ 00029879  0x00007ff9 ifetch  0x00000004 , 0x00000011 
+ 00029880  0x00007ffa isub  0x00000002 , 0x0000003f 
+ 00029881  0x00007ffb nrtn  0x00000002 
+ 00029882  0x00007ffc nrtn  0x00000034 
+ 00029883  0x00007ffd increase  0xfffffffc , 0x00000011 
+ 00029884  0x00007ffe increase  0xfffffffc , 0x00000012 
+ 00029885  0x00007fff loop  0x000074b5 
+ 00029886  0x00008000 rtn 
+ 00029887  0x00008002 force  0x00000006 , 0x00000039 
+ 00029888  0x00008003 force  0x00000000 , 0x00000013 
+ 00029889  0x00008005 ifetch  0x00000004 , 0x00000011 
+ 00029890  0x00008006 iforce  0x00000002 
+ 00029891  0x00008007 ifetch  0x00000004 , 0x00000012 
+ 00029892  0x00008008 iadd  0x00000002 , 0x0000003f 
+ 00029893  0x00008009 iadd  0x00000013 , 0x0000003f 
+ 00029894  0x0000800a istore  0x00000004 , 0x00000005 
+ 00029895  0x0000800b isolate1  0x00000020 , 0x0000003f 
+ 00029896  0x0000800c setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029897  0x0000800d increase  0x00000004 , 0x00000011 
+ 00029898  0x0000800e increase  0x00000004 , 0x00000012 
+ 00029899  0x0000800f loop  0x000074c1 
+ 00029900  0x00008010 rtn 
+ 00029901  0x00008013 force  0x00000006 , 0x00000039 
+ 00029902  0x00008014 force  0x00000000 , 0x00000013 
+ 00029903  0x00008016 ifetch  0x00000004 , 0x00000012 
+ 00029904  0x00008017 iforce  0x00000002 
+ 00029905  0x00008018 ifetch  0x00000004 , 0x00000011 
+ 00029906  0x00008019 isub  0x00000002 , 0x0000003f 
+ 00029907  0x0000801a isub  0x00000013 , 0x0000003f 
+ 00029908  0x0000801b istore  0x00000004 , 0x00000005 
+ 00029909  0x0000801c isolate1  0x00000020 , 0x0000003f 
+ 00029910  0x0000801d setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029911  0x0000801e increase  0x00000004 , 0x00000011 
+ 00029912  0x0000801f increase  0x00000004 , 0x00000012 
+ 00029913  0x00008020 loop  0x000074cf 
+ 00029914  0x00008021 rtn 
+ 00029915  0x00008024 force  0x00000006 , 0x00000039 
+ 00029916  0x00008025 increase  0x00000014 , 0x00000011 
+ 00029917  0x00008027 force  0x00000000 , 0x00000013 
+ 00029918  0x00008029 ifetch  0x00000004 , 0x00000011 
+ 00029919  0x0000802a isolate1  0x00000000 , 0x0000003f 
+ 00029920  0x0000802b setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00029921  0x0000802c rshift  0x0000003f , 0x0000003f 
+ 00029922  0x0000802d isolate1  0x00000000 , 0x00000013 
+ 00029923  0x0000802e setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00029924  0x0000802f istore  0x00000004 , 0x00000011 
+ 00029925  0x00008030 increase  0xfffffffc , 0x00000011 
+ 00029926  0x00008031 rshift  0x00000013 , 0x00000013 
+ 00029927  0x00008032 loop  0x000074de 
+ 00029928  0x00008033 rtn 
+ 00029929  0x00008035 force  0x00000006 , 0x00000039 
+ 00029930  0x00008036 force  0x00000000 , 0x00000013 
+ 00029931  0x00008038 ifetch  0x00000004 , 0x00000011 
+ 00029932  0x00008039 isolate1  0x0000001f , 0x0000003f 
+ 00029933  0x0000803a setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00029934  0x0000803b lshift  0x0000003f , 0x0000003f 
+ 00029935  0x0000803c isolate1  0x00000000 , 0x00000013 
+ 00029936  0x0000803d setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029937  0x0000803e istore  0x00000004 , 0x00000011 
+ 00029938  0x0000803f increase  0x00000004 , 0x00000011 
+ 00029939  0x00008040 rshift  0x00000013 , 0x00000013 
+ 00029940  0x00008041 loop  0x000074eb 
+ 00029941  0x00008042 rtn 
+ 00029942  0x00008046 force  0x00000006 , 0x00000039 
+ 00029943  0x00008048 ifetch  0x00000004 , 0x00000006 
+ 00029944  0x00008049 iforce  0x0000002f 
+ 00029945  0x0000804a increase  0x00000001 , 0x00000038 
+ 00029946  0x0000804b loop  0x000074f7 
+ 00029947  0x0000804c rtn 
+ 00029948  0x00008051 bpatch  0x000000ef , 0x0000401d 
+ 00029949  0x00008052 fetch  0x00000001 , 0x0000446c 
+ 00029950  0x00008053 nbranch  0x0000751d , 0x00000034 
+ 00029951  0x00008056 jam  0x00000000 , 0x0000446d 
+ 00029952  0x00008057 jam  0x00000000 , 0x0000446e 
+ 00029953  0x00008058 rtn 
+ 00029954  0x0000805d fetch  0x00000001 , 0x0000446c 
+ 00029955  0x0000805e rtn  0x00000034 
+ 00029956  0x0000805f fetch  0x00000001 , 0x0000446e 
+ 00029957  0x00008060 rtneq  0x00000003 
+ 00029958  0x00008061 call  0x00007552 
+ 00029959  0x00008062 branch  0x00007502 
+ 00029960  0x00008067 arg  0x0000446f , 0x00000005 
+ 00029961  0x00008068 setsect  0x00000000 , 0x00001abd 
+ 00029962  0x00008069 setsect  0x00000001 , 0x0001b34f 
+ 00029963  0x0000806a setsect  0x00000002 , 0x00019b8a 
+ 00029964  0x0000806b setsect  0x00000003 , 0x00026562 
+ 00029965  0x0000806c istore  0x00000009 , 0x00000005 
+ 00029966  0x0000806d setsect  0x00000000 , 0x000340b7 
+ 00029967  0x0000806e setsect  0x00000001 , 0x00001efa 
+ 00029968  0x0000806f setsect  0x00000002 , 0x0000aff6 
+ 00029969  0x00008070 setsect  0x00000003 , 0x0000fd41 
+ 00029970  0x00008071 istore  0x00000009 , 0x00000005 
+ 00029971  0x00008072 setsect  0x00000000 , 0x0003d210 
+ 00029972  0x00008073 setsect  0x00000001 , 0x00026cf8 
+ 00029973  0x00008074 setsect  0x00000002 , 0x0003874c 
+ 00029974  0x00008075 setsect  0x00000003 , 0x0003157c 
+ 00029975  0x00008076 istore  0x00000009 , 0x00000005 
+ 00029976  0x00008077 setsect  0x00000000 , 0x0002d4a3 
+ 00029977  0x00008078 setsect  0x00000001 , 0x0003d27d 
+ 00029978  0x00008079 setsect  0x00000002 , 0x00000003 
+ 00029979  0x0000807a istore  0x00000005 , 0x00000005 
+ 00029980  0x0000807b rtn 
+ 00029981  0x0000807f fetch  0x00000001 , 0x0000446e 
+ 00029982  0x00008080 rtnne  0x00000000 
+ 00029983  0x00008081 fetch  0x00000001 , 0x0000446d 
+ 00029984  0x00008082 rtnne  0x00000000 
+ 00029985  0x00008083 call  0x000073f5 
+ 00029986  0x00008084 arg  0x0000446f , 0x00000005 
+ 00029987  0x00008085 force  0x0000000f , 0x00000007 
+ 00029988  0x00008086 call  0x0000748c 
+ 00029989  0x00008087 random  0x0000003f 
+ 00029990  0x00008088 rshift  0x0000003f , 0x0000003f 
+ 00029991  0x00008089 istore  0x00000002 , 0x00000005 
+ 00029992  0x0000808b fetch  0x00000001 , 0x0000446b 
+ 00029993  0x0000808c ncall  0x00007508 , 0x00000034 
+ 00029994  0x0000808e arg  0x000003b1 , 0x00000005 
+ 00029995  0x0000808f arg  0x0000446f , 0x00000006 
+ 00029996  0x00008090 call  0x00007c8d 
+ 00029997  0x00008092 arg  0x00000291 , 0x00000005 
+ 00029998  0x00008093 arg  0x000005a9 , 0x00000006 
+ 00029999  0x00008094 call  0x00007c81 
+ 00030000  0x00008096 arg  0x000002d1 , 0x00000005 
+ 00030001  0x00008097 call  0x00007c9d 
+ 00030002  0x00008098 jam  0x00000001 , 0x000002d1 
+ 00030003  0x0000809a call  0x0000756a 
+ 00030004  0x0000809b jam  0x00000003 , 0x0000446d 
+ 00030005  0x0000809c rtn 
+ 00030006  0x0000809f arg  0x0000448f , 0x00000005 
+ 00030007  0x000080a0 arg  0x000002f1 , 0x00000006 
+ 00030008  0x000080a1 call  0x00007c81 
+ 00030009  0x000080a2 jam  0x00000003 , 0x0000446e 
+ 00030010  0x000080a3 jam  0x00000000 , 0x0000446d 
+ 00030011  0x000080a4 rtn 
+ 00030012  0x000080a9 fetch  0x00000001 , 0x000005f9 
+ 00030013  0x000080aa rtnne  0x00000000 
+ 00030014  0x000080ab fetch  0x00000001 , 0x0000446d 
+ 00030015  0x000080ac rtnne  0x00000000 
+ 00030016  0x000080ae arg  0x000003b1 , 0x00000005 
+ 00030017  0x000080af arg  0x0000446f , 0x00000006 
+ 00030018  0x000080b0 call  0x00007c8d 
+ 00030019  0x000080b2 arg  0x00000291 , 0x00000005 
+ 00030020  0x000080b3 arg  0x000005fe , 0x00000006 
+ 00030021  0x000080b4 call  0x00007c81 
+ 00030022  0x000080b6 arg  0x000002d1 , 0x00000005 
+ 00030023  0x000080b7 call  0x00007c9d 
+ 00030024  0x000080b8 jam  0x00000001 , 0x000002d1 
+ 00030025  0x000080ba call  0x0000756a 
+ 00030026  0x000080bb jam  0x00000004 , 0x0000446d 
+ 00030027  0x000080bc rtn 
+ 00030028  0x000080c1 arg  0x0000063e , 0x00000005 
+ 00030029  0x000080c2 arg  0x000002f1 , 0x00000006 
+ 00030030  0x000080c3 call  0x00007c8d 
+ 00030031  0x000080c4 jam  0x00000003 , 0x000005f9 
+ 00030032  0x000080c5 jam  0x00000000 , 0x0000446d 
+ 00030033  0x000080c6 rtn 
+ 00030034  0x000080cb fetch  0x00000001 , 0x0000446c 
+ 00030035  0x000080cc rtn  0x00000034 
+ 00030036  0x000080cd fetch  0x00000001 , 0x0000446d 
+ 00030037  0x000080ce rtn  0x00000034 
+ 00030038  0x000080cf increase  0x00000080 , 0x0000003f 
+ 00030039  0x000080d0 store  0x00000001 , 0x0000446d 
+ 00030040  0x000080d1 rtnbit1  0x00000007 
+ 00030041  0x000080d2 fetch  0x00000002 , 0x0000022e 
+ 00030042  0x000080d3 branch  0x0000755c , 0x00000034 
+ 00030043  0x000080d4 branch  0x00007562 
+ 00030044  0x000080d7 bpatch  0x000000f0 , 0x0000401e 
+ 00030045  0x000080d8 call  0x00007577 
+ 00030046  0x000080d9 fetch  0x00000001 , 0x0000446d 
+ 00030047  0x000080da beq  0x00000003 , 0x00007536 
+ 00030048  0x000080db beq  0x00000004 , 0x0000754c 
+ 00030049  0x000080dc rtn 
+ 00030050  0x000080e0 call  0x00007589 
+ 00030051  0x000080e1 fetch  0x00000002 , 0x0000022e 
+ 00030052  0x000080e2 increase  0xffffffff , 0x0000003f 
+ 00030053  0x000080e3 store  0x00000002 , 0x0000022e 
+ 00030054  0x000080e4 arg  0x000003b1 , 0x00000006 
+ 00030055  0x000080e5 call  0x0000749d 
+ 00030056  0x000080e6 rtn  0x00000001 
+ 00030057  0x000080e7 branch  0x000075da 
+ 00030058  0x000080ea bpatch  0x000000f1 , 0x0000401e 
+ 00030059  0x000080eb setarg  0x00000100 
+ 00030060  0x000080ec store  0x00000002 , 0x0000022e 
+ 00030061  0x000080ee fetch  0x00000002 , 0x0000022e 
+ 00030062  0x000080ef rtn  0x00000034 
+ 00030063  0x000080f0 increase  0xffffffff , 0x0000003f 
+ 00030064  0x000080f1 store  0x00000002 , 0x0000022e 
+ 00030065  0x000080f2 arg  0x000003b1 , 0x00000006 
+ 00030066  0x000080f3 call  0x0000749d 
+ 00030067  0x000080f4 branch  0x0000756d , 0x00000001 
+ 00030068  0x000080f5 arg  0x00000291 , 0x00000006 
+ 00030069  0x000080f6 arg  0x00000351 , 0x00000005 
+ 00030070  0x000080f7 branch  0x00007c80 
+ 00030071  0x000080fb arg  0x00000391 , 0x00000011 
+ 00030072  0x000080fc arg  0x00000491 , 0x00000005 
+ 00030073  0x000080fd call  0x00007646 
+ 00030074  0x000080fe arg  0x00000491 , 0x00000011 
+ 00030075  0x000080ff arg  0x00000431 , 0x00000005 
+ 00030076  0x00008100 call  0x0000771c 
+ 00030077  0x00008101 arg  0x00000351 , 0x00000011 
+ 00030078  0x00008102 arg  0x00000431 , 0x00000012 
+ 00030079  0x00008103 arg  0x000002f1 , 0x00000005 
+ 00030080  0x00008104 call  0x00007684 
+ 00030081  0x00008105 arg  0x00000491 , 0x00000011 
+ 00030082  0x00008106 arg  0x00000431 , 0x00000012 
+ 00030083  0x00008107 arg  0x00000471 , 0x00000005 
+ 00030084  0x00008108 call  0x00007684 
+ 00030085  0x00008109 arg  0x00000371 , 0x00000011 
+ 00030086  0x0000810a arg  0x00000471 , 0x00000012 
+ 00030087  0x0000810b arg  0x00000311 , 0x00000005 
+ 00030088  0x0000810c branch  0x00007684 
+ 00030089  0x0000810f arg  0x00000391 , 0x00000011 
+ 00030090  0x00008110 arg  0x00000471 , 0x00000005 
+ 00030091  0x00008111 call  0x0000771c 
+ 00030092  0x00008112 arg  0x00000471 , 0x00000011 
+ 00030093  0x00008113 arg  0x00000491 , 0x00000005 
+ 00030094  0x00008114 call  0x0000771c 
+ 00030095  0x00008116 arg  0x00000589 , 0x00000011 
+ 00030096  0x00008117 arg  0x00000491 , 0x00000012 
+ 00030097  0x00008118 arg  0x00000491 , 0x00000005 
+ 00030098  0x00008119 call  0x00007684 
+ 00030099  0x0000811a arg  0x00000351 , 0x00000011 
+ 00030100  0x0000811b arg  0x00000471 , 0x00000005 
+ 00030101  0x0000811c call  0x0000771c 
+ 00030102  0x0000811e arg  0x00000471 , 0x00000006 
+ 00030103  0x0000811f arg  0x00000431 , 0x00000005 
+ 00030104  0x00008120 call  0x00007c8d 
+ 00030105  0x00008121 arg  0x00000431 , 0x00000011 
+ 00030106  0x00008122 call  0x00007723 
+ 00030107  0x00008123 arg  0x00000471 , 0x00000011 
+ 00030108  0x00008124 arg  0x00000431 , 0x00000012 
+ 00030109  0x00008125 arg  0x00000471 , 0x00000005 
+ 00030110  0x00008126 call  0x00007720 
+ 00030111  0x00008128 arg  0x00000471 , 0x00000011 
+ 00030112  0x00008129 arg  0x00000491 , 0x00000012 
+ 00030113  0x0000812a arg  0x00000471 , 0x00000005 
+ 00030114  0x0000812b call  0x00007720 
+ 00030115  0x0000812d arg  0x00000351 , 0x00000006 
+ 00030116  0x0000812e arg  0x00000431 , 0x00000005 
+ 00030117  0x0000812f call  0x00007c8d 
+ 00030118  0x00008130 arg  0x00000371 , 0x00000011 
+ 00030119  0x00008131 arg  0x00000491 , 0x00000005 
+ 00030120  0x00008132 call  0x0000771c 
+ 00030121  0x00008133 arg  0x00000431 , 0x00000011 
+ 00030122  0x00008134 call  0x00007723 
+ 00030123  0x00008135 arg  0x00000431 , 0x00000011 
+ 00030124  0x00008136 call  0x00007723 
+ 00030125  0x00008137 arg  0x00000431 , 0x00000011 
+ 00030126  0x00008138 arg  0x00000491 , 0x00000012 
+ 00030127  0x00008139 arg  0x00000431 , 0x00000005 
+ 00030128  0x0000813a call  0x00007684 
+ 00030129  0x0000813b arg  0x00000491 , 0x00000011 
+ 00030130  0x0000813c arg  0x00000451 , 0x00000005 
+ 00030131  0x0000813d call  0x0000771c 
+ 00030132  0x0000813e arg  0x00000451 , 0x00000011 
+ 00030133  0x0000813f call  0x00007723 
+ 00030134  0x00008140 arg  0x00000451 , 0x00000011 
+ 00030135  0x00008141 call  0x00007723 
+ 00030136  0x00008142 arg  0x00000451 , 0x00000011 
+ 00030137  0x00008143 call  0x00007723 
+ 00030138  0x00008144 arg  0x00000371 , 0x00000006 
+ 00030139  0x00008145 arg  0x00000491 , 0x00000005 
+ 00030140  0x00008146 call  0x00007c8d 
+ 00030141  0x00008147 arg  0x00000491 , 0x00000011 
+ 00030142  0x00008148 call  0x00007723 
+ 00030143  0x00008149 arg  0x00000491 , 0x00000011 
+ 00030144  0x0000814a arg  0x00000391 , 0x00000012 
+ 00030145  0x0000814b arg  0x00000391 , 0x00000005 
+ 00030146  0x0000814c call  0x00007684 
+ 00030147  0x0000814f arg  0x00000471 , 0x00000011 
+ 00030148  0x00008150 arg  0x00000491 , 0x00000005 
+ 00030149  0x00008151 call  0x0000771c 
+ 00030150  0x00008153 arg  0x00000491 , 0x00000011 
+ 00030151  0x00008154 arg  0x00000431 , 0x00000012 
+ 00030152  0x00008155 arg  0x00000491 , 0x00000005 
+ 00030153  0x00008156 call  0x00007739 
+ 00030154  0x00008157 arg  0x00000491 , 0x00000011 
+ 00030155  0x00008158 arg  0x00000431 , 0x00000012 
+ 00030156  0x00008159 arg  0x00000351 , 0x00000005 
+ 00030157  0x0000815a call  0x00007739 
+ 00030158  0x0000815b arg  0x00000431 , 0x00000011 
+ 00030159  0x0000815c arg  0x00000351 , 0x00000012 
+ 00030160  0x0000815d arg  0x00000491 , 0x00000005 
+ 00030161  0x0000815e call  0x00007739 
+ 00030162  0x0000815f arg  0x00000491 , 0x00000011 
+ 00030163  0x00008160 arg  0x00000471 , 0x00000012 
+ 00030164  0x00008161 arg  0x00000491 , 0x00000005 
+ 00030165  0x00008162 call  0x00007684 
+ 00030166  0x00008163 arg  0x00000491 , 0x00000011 
+ 00030167  0x00008164 arg  0x00000451 , 0x00000012 
+ 00030168  0x00008165 arg  0x00000371 , 0x00000005 
+ 00030169  0x00008166 branch  0x00007739 
+ 00030170  0x0000816a arg  0x000002d1 , 0x00000011 
+ 00030171  0x0000816b arg  0x000004b1 , 0x00000005 
+ 00030172  0x0000816c call  0x0000771c 
+ 00030173  0x0000816d arg  0x00000351 , 0x00000011 
+ 00030174  0x0000816e arg  0x000004b1 , 0x00000012 
+ 00030175  0x0000816f arg  0x00000451 , 0x00000005 
+ 00030176  0x00008170 call  0x00007684 
+ 00030177  0x00008173 arg  0x000002d1 , 0x00000011 
+ 00030178  0x00008174 arg  0x000004b1 , 0x00000012 
+ 00030179  0x00008175 arg  0x000004b1 , 0x00000005 
+ 00030180  0x00008176 call  0x00007684 
+ 00030181  0x00008177 arg  0x00000371 , 0x00000011 
+ 00030182  0x00008178 arg  0x000004b1 , 0x00000012 
+ 00030183  0x00008179 arg  0x00000431 , 0x00000005 
+ 00030184  0x0000817a call  0x00007684 
+ 00030185  0x0000817d arg  0x00000391 , 0x00000011 
+ 00030186  0x0000817e arg  0x000004b1 , 0x00000005 
+ 00030187  0x0000817f call  0x0000771c 
+ 00030188  0x00008180 arg  0x00000291 , 0x00000011 
+ 00030189  0x00008181 arg  0x000004b1 , 0x00000012 
+ 00030190  0x00008182 arg  0x00000471 , 0x00000005 
+ 00030191  0x00008183 call  0x00007684 
+ 00030192  0x00008185 arg  0x00000391 , 0x00000011 
+ 00030193  0x00008186 arg  0x000004b1 , 0x00000012 
+ 00030194  0x00008187 arg  0x000004b1 , 0x00000005 
+ 00030195  0x00008188 call  0x00007684 
+ 00030196  0x00008189 arg  0x000002b1 , 0x00000011 
+ 00030197  0x0000818a arg  0x000004b1 , 0x00000012 
+ 00030198  0x0000818b arg  0x00000491 , 0x00000005 
+ 00030199  0x0000818c call  0x00007684 
+ 00030200  0x00008191 arg  0x00000451 , 0x00000012 
+ 00030201  0x00008192 arg  0x00000471 , 0x00000011 
+ 00030202  0x00008193 arg  0x000004b1 , 0x00000005 
+ 00030203  0x00008194 call  0x00007739 
+ 00030204  0x00008195 arg  0x00000451 , 0x00000011 
+ 00030205  0x00008196 arg  0x00000471 , 0x00000012 
+ 00030206  0x00008197 arg  0x00000451 , 0x00000005 
+ 00030207  0x00008198 call  0x00007720 
+ 00030208  0x0000819b arg  0x00000431 , 0x00000012 
+ 00030209  0x0000819c arg  0x00000491 , 0x00000011 
+ 00030210  0x0000819d arg  0x00000471 , 0x00000005 
+ 00030211  0x0000819e call  0x00007739 
+ 00030212  0x0000819f arg  0x00000431 , 0x00000011 
+ 00030213  0x000081a0 arg  0x00000491 , 0x00000012 
+ 00030214  0x000081a1 arg  0x00000431 , 0x00000005 
+ 00030215  0x000081a2 call  0x00007720 
+ 00030216  0x000081a3 arg  0x00000431 , 0x00000011 
+ 00030217  0x000081a4 arg  0x000004b1 , 0x00000012 
+ 00030218  0x000081a5 arg  0x00000431 , 0x00000005 
+ 00030219  0x000081a6 call  0x00007684 
+ 00030220  0x000081a7 arg  0x00000391 , 0x00000011 
+ 00030221  0x000081a8 arg  0x000002d1 , 0x00000012 
+ 00030222  0x000081a9 arg  0x00000491 , 0x00000005 
+ 00030223  0x000081aa call  0x00007684 
+ 00030224  0x000081ab arg  0x00000491 , 0x00000011 
+ 00030225  0x000081ac arg  0x000004b1 , 0x00000012 
+ 00030226  0x000081ad arg  0x00000391 , 0x00000005 
+ 00030227  0x000081ae call  0x00007684 
+ 00030228  0x000081b0 arg  0x000004b1 , 0x00000011 
+ 00030229  0x000081b1 arg  0x000004b1 , 0x00000005 
+ 00030230  0x000081b2 call  0x0000771c 
+ 00030231  0x000081b3 arg  0x000004b1 , 0x00000011 
+ 00030232  0x000081b4 arg  0x00000451 , 0x00000012 
+ 00030233  0x000081b5 arg  0x00000491 , 0x00000005 
+ 00030234  0x000081b6 call  0x00007684 
+ 00030235  0x000081b7 arg  0x000004b1 , 0x00000011 
+ 00030236  0x000081b8 arg  0x00000431 , 0x00000012 
+ 00030237  0x000081b9 arg  0x00000431 , 0x00000005 
+ 00030238  0x000081ba call  0x00007684 
+ 00030239  0x000081bb arg  0x00000471 , 0x00000011 
+ 00030240  0x000081bc arg  0x00000351 , 0x00000005 
+ 00030241  0x000081bd call  0x0000771c 
+ 00030242  0x000081be arg  0x00000351 , 0x00000011 
+ 00030243  0x000081bf arg  0x00000491 , 0x00000012 
+ 00030244  0x000081c0 arg  0x00000351 , 0x00000005 
+ 00030245  0x000081c1 call  0x00007739 
+ 00030246  0x000081c2 arg  0x00000351 , 0x00000006 
+ 00030247  0x000081c3 arg  0x000004b1 , 0x00000005 
+ 00030248  0x000081c4 call  0x00007c8d 
+ 00030249  0x000081c5 arg  0x000004b1 , 0x00000011 
+ 00030250  0x000081c6 call  0x00007723 
+ 00030251  0x000081c7 arg  0x00000491 , 0x00000011 
+ 00030252  0x000081c8 arg  0x000004b1 , 0x00000012 
+ 00030253  0x000081c9 arg  0x00000491 , 0x00000005 
+ 00030254  0x000081ca call  0x00007739 
+ 00030255  0x000081cb arg  0x00000491 , 0x00000011 
+ 00030256  0x000081cc arg  0x00000471 , 0x00000012 
+ 00030257  0x000081cd arg  0x00000471 , 0x00000005 
+ 00030258  0x000081ce call  0x00007684 
+ 00030259  0x000081cf arg  0x00000471 , 0x00000011 
+ 00030260  0x000081d0 arg  0x00000431 , 0x00000012 
+ 00030261  0x000081d1 arg  0x00000371 , 0x00000005 
+ 00030262  0x000081d2 call  0x00007739 
+ 00030263  0x000081d3 arg  0x00000371 , 0x00000011 
+ 00030264  0x000081d4 arg  0x00000569 , 0x00000012 
+ 00030265  0x000081d5 arg  0x00000371 , 0x00000005 
+ 00030266  0x000081d6 force  0x00000000 , 0x00000013 
+ 00030267  0x000081d7 fetch  0x00000001 , 0x00000371 
+ 00030268  0x000081d8 isolate1  0x00000000 , 0x0000003f 
+ 00030269  0x000081d9 call  0x0000771e , 0x00000001 
+ 00030270  0x000081da copy  0x00000013 , 0x00000030 
+ 00030271  0x000081db arg  0x00000371 , 0x00000011 
+ 00030272  0x000081dc call  0x0000774e 
+ 00030273  0x000081dd fetch  0x00000001 , 0x00000390 
+ 00030274  0x000081de isolate1  0x00000000 , 0x00000030 
+ 00030275  0x000081df setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00030276  0x000081e0 store  0x00000001 , 0x00000390 
+ 00030277  0x000081e1 rtn 
+ 00030278  0x000081e4 copy  0x00000005 , 0x0000000b 
+ 00030279  0x000081e5 arg  0x00000451 , 0x00000005 
+ 00030280  0x000081e6 call  0x00007c9d 
+ 00030281  0x000081e7 force  0x00000000 , 0x0000003f 
+ 00030282  0x000081e9 store  0x00000004 , 0x00000471 
+ 00030283  0x000081ea jam  0x00000001 , 0x00000451 
+ 00030284  0x000081eb arg  0x000003d1 , 0x00000005 
+ 00030285  0x000081ec call  0x00007c9f 
+ 00030286  0x000081ed arg  0x00000569 , 0x00000006 
+ 00030287  0x000081ee arg  0x00000411 , 0x00000005 
+ 00030288  0x000081ef call  0x00007c8d 
+ 00030289  0x000081f0 copy  0x00000011 , 0x00000006 
+ 00030290  0x000081f1 arg  0x00000431 , 0x00000005 
+ 00030291  0x000081f2 call  0x00007c8d 
+ 00030292  0x000081f9 arg  0x00000431 , 0x00000006 
+ 00030293  0x000081fa call  0x00007758 
+ 00030294  0x000081fb branch  0x0000767d , 0x00000034 
+ 00030295  0x00008200 arg  0x00000431 , 0x00000011 
+ 00030296  0x00008201 arg  0x00000451 , 0x00000012 
+ 00030297  0x00008202 call  0x0000775b 
+ 00030298  0x00008203 arg  0x00000411 , 0x00000011 
+ 00030299  0x00008204 arg  0x000003d1 , 0x00000012 
+ 00030300  0x00008205 call  0x0000775b 
+ 00030301  0x00008207 arg  0x00000431 , 0x00000011 
+ 00030302  0x00008208 arg  0x00000411 , 0x00000012 
+ 00030303  0x00008209 call  0x00007754 
+ 00030304  0x0000820a branch  0x0000766f , 0x00000002 
+ 00030305  0x0000820b arg  0x00000411 , 0x00000011 
+ 00030306  0x0000820c arg  0x00000431 , 0x00000012 
+ 00030307  0x0000820d copy  0x00000011 , 0x00000005 
+ 00030308  0x0000820e call  0x0000774c 
+ 00030309  0x0000820f arg  0x00000451 , 0x00000011 
+ 00030310  0x00008210 arg  0x000003d1 , 0x00000012 
+ 00030311  0x00008211 copy  0x00000012 , 0x00000005 
+ 00030312  0x00008212 call  0x0000771e 
+ 00030313  0x00008213 ifetch  0x00000001 , 0x00000011 
+ 00030314  0x00008214 iadd  0x00000013 , 0x00000013 
+ 00030315  0x00008215 ifetch  0x00000001 , 0x00000012 
+ 00030316  0x00008216 iadd  0x00000013 , 0x0000003f 
+ 00030317  0x00008217 istore  0x00000001 , 0x00000012 
+ 00030318  0x00008218 branch  0x00007654 
+ 00030319  0x0000821a arg  0x00000431 , 0x00000011 
+ 00030320  0x0000821b arg  0x00000411 , 0x00000012 
+ 00030321  0x0000821c copy  0x00000011 , 0x00000005 
+ 00030322  0x0000821d call  0x0000774c 
+ 00030323  0x0000821e arg  0x000003d1 , 0x00000011 
+ 00030324  0x0000821f arg  0x00000451 , 0x00000012 
+ 00030325  0x00008220 copy  0x00000012 , 0x00000005 
+ 00030326  0x00008221 call  0x0000771e 
+ 00030327  0x00008222 ifetch  0x00000001 , 0x00000011 
+ 00030328  0x00008223 iadd  0x00000013 , 0x00000013 
+ 00030329  0x00008224 ifetch  0x00000001 , 0x00000012 
+ 00030330  0x00008225 iadd  0x00000013 , 0x0000003f 
+ 00030331  0x00008226 istore  0x00000001 , 0x00000012 
+ 00030332  0x00008227 branch  0x00007654 
+ 00030333  0x0000822a arg  0x000003d1 , 0x00000011 
+ 00030334  0x0000822b copy  0x0000000b , 0x00000005 
+ 00030335  0x0000822c call  0x000076ad 
+ 00030336  0x0000822e arg  0x00000569 , 0x00000011 
+ 00030337  0x0000822f copy  0x0000000b , 0x00000012 
+ 00030338  0x00008230 copy  0x0000000b , 0x00000005 
+ 00030339  0x00008231 branch  0x00007739 
+ 00030340  0x00008235 copy  0x00000005 , 0x0000000b 
+ 00030341  0x00008237 force  0x00000000 , 0x00000038 
+ 00030342  0x00008239 arg  0x000003d1 , 0x00000005 
+ 00030343  0x0000823a call  0x00007c9f 
+ 00030344  0x0000823b arg  0x000006b1 , 0x00000005 
+ 00030345  0x0000823c call  0x00007c9f 
+ 00030346  0x00008240 copy  0x00000011 , 0x00000006 
+ 00030347  0x00008242 jam  0x00000000 , 0x000006b1 
+ 00030348  0x00008243 setarg  0x00000000 
+ 00030349  0x00008244 call  0x00007716 
+ 00030350  0x00008245 copy  0x00000012 , 0x00000006 
+ 00030351  0x00008246 call  0x0000771a 
+ 00030352  0x00008249 force  0x00000000 , 0x00000007 
+ 00030353  0x0000824a arg  0x000003d1 , 0x00000005 
+ 00030354  0x0000824e arg  0x000006b1 , 0x00000002 
+ 00030355  0x0000824f copy  0x00000007 , 0x00000012 
+ 00030356  0x00008250 lshift2  0x00000012 , 0x0000003f 
+ 00030357  0x00008252 iadd  0x00000002 , 0x00000012 
+ 00030358  0x00008253 force  0x00000000 , 0x00000002 
+ 00030359  0x00008254 force  0x00000000 , 0x00000013 
+ 00030360  0x0000825a ifetch  0x00000004 , 0x00000005 
+ 00030361  0x0000825b iforce  0x00000011 
+ 00030362  0x0000825e ifetch  0x00000004 , 0x00000012 
+ 00030363  0x0000825f copy  0x00000013 , 0x00000038 
+ 00030364  0x00008260 imul32  0x0000002f , 0x0000003f 
+ 00030365  0x00008261 iadd  0x00000011 , 0x0000003f 
+ 00030366  0x00008262 iadd  0x00000002 , 0x0000003f 
+ 00030367  0x00008263 istore  0x00000004 , 0x00000005 
+ 00030368  0x00008264 rshift32  0x0000003f , 0x00000002 
+ 00030369  0x00008265 increase  0x00000001 , 0x00000013 
+ 00030370  0x00008266 compare  0x00000008 , 0x00000013 , 0x000000ff 
+ 00030371  0x00008267 nbranch  0x00007698 , 0x00000001 
+ 00030372  0x00008269 deposit  0x00000002 
+ 00030373  0x0000826a istore  0x00000004 , 0x00000005 
+ 00030374  0x0000826b increase  0xffffffe0 , 0x00000005 
+ 00030375  0x0000826e increase  0x00000001 , 0x00000007 
+ 00030376  0x0000826f compare  0x00000008 , 0x00000007 , 0x000000ff 
+ 00030377  0x00008270 nbranch  0x00007692 , 0x00000001 
+ 00030378  0x00008271 arg  0x000003d1 , 0x00000011 
+ 00030379  0x00008272 copy  0x0000000b , 0x00000005 
+ 00030380  0x00008273 branch  0x000076ad 
+ 00030381  0x00008276 bpatch  0x000000f2 , 0x0000401e 
+ 00030382  0x00008277 copy  0x00000005 , 0x0000000b 
+ 00030383  0x00008278 copy  0x00000011 , 0x00000030 
+ 00030384  0x00008279 arg  0x00000411 , 0x00000012 
+ 00030385  0x0000827a copy  0x00000012 , 0x00000005 
+ 00030386  0x0000827b call  0x00007c9b 
+ 00030387  0x0000827c istore  0x00000008 , 0x00000005 
+ 00030388  0x0000827d add  0x00000011 , 0x0000002c , 0x00000006 
+ 00030389  0x0000827e call  0x00007c89 
+ 00030390  0x0000827f call  0x00007c83 
+ 00030391  0x00008280 copy  0x00000012 , 0x00000011 
+ 00030392  0x00008281 call  0x00007723 
+ 00030393  0x00008282 arg  0x00000411 , 0x00000012 
+ 00030394  0x00008283 copy  0x00000030 , 0x00000011 
+ 00030395  0x00008284 copy  0x0000000b , 0x00000005 
+ 00030396  0x00008285 call  0x00007720 
+ 00030397  0x00008287 arg  0x00000411 , 0x00000012 
+ 00030398  0x00008288 copy  0x00000012 , 0x00000005 
+ 00030399  0x00008289 call  0x00007c9b 
+ 00030400  0x0000828a istore  0x00000008 , 0x00000005 
+ 00030401  0x0000828b add  0x00000030 , 0x00000030 , 0x00000006 
+ 00030402  0x0000828c call  0x00007c8f 
+ 00030403  0x0000828d call  0x00007c9b 
+ 00030404  0x0000828e copy  0x00000012 , 0x00000011 
+ 00030405  0x0000828f call  0x00007723 
+ 00030406  0x00008293 arg  0x00000411 , 0x00000012 
+ 00030407  0x00008294 copy  0x0000000b , 0x00000011 
+ 00030408  0x00008295 copy  0x00000011 , 0x00000005 
+ 00030409  0x00008296 call  0x00007720 
+ 00030410  0x0000829a arg  0x00000411 , 0x00000012 
+ 00030411  0x0000829b copy  0x00000012 , 0x00000005 
+ 00030412  0x0000829c add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030413  0x0000829d call  0x00007c83 
+ 00030414  0x0000829e call  0x00007c9b 
+ 00030415  0x0000829f istore  0x00000008 , 0x00000005 
+ 00030416  0x000082a0 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00030417  0x000082a1 call  0x00007c89 
+ 00030418  0x000082a2 copy  0x0000000b , 0x00000011 
+ 00030419  0x000082a3 copy  0x00000011 , 0x00000005 
+ 00030420  0x000082a4 call  0x00007720 
+ 00030421  0x000082a8 arg  0x00000411 , 0x00000012 
+ 00030422  0x000082a9 copy  0x00000012 , 0x00000005 
+ 00030423  0x000082aa add  0x00000030 , 0x00000024 , 0x00000006 
+ 00030424  0x000082ab call  0x00007c83 
+ 00030425  0x000082ac add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030426  0x000082ad call  0x00007c83 
+ 00030427  0x000082ae add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030428  0x000082af call  0x00007c84 
+ 00030429  0x000082b0 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030430  0x000082b1 call  0x00007c84 
+ 00030431  0x000082b2 copy  0x0000000b , 0x00000011 
+ 00030432  0x000082b3 copy  0x00000011 , 0x00000005 
+ 00030433  0x000082b4 call  0x00007720 
+ 00030434  0x000082b7 arg  0x00000411 , 0x00000012 
+ 00030435  0x000082b8 copy  0x00000012 , 0x00000005 
+ 00030436  0x000082b9 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00030437  0x000082ba call  0x00007c83 
+ 00030438  0x000082bb call  0x00007c9b 
+ 00030439  0x000082bc istore  0x00000008 , 0x00000005 
+ 00030440  0x000082bd add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030441  0x000082be call  0x00007c84 
+ 00030442  0x000082bf add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030443  0x000082c0 call  0x00007c84 
+ 00030444  0x000082c1 copy  0x0000000b , 0x00000011 
+ 00030445  0x000082c2 copy  0x00000011 , 0x00000005 
+ 00030446  0x000082c3 call  0x00007739 
+ 00030447  0x000082c6 arg  0x00000411 , 0x00000012 
+ 00030448  0x000082c7 copy  0x00000012 , 0x00000005 
+ 00030449  0x000082c8 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00030450  0x000082c9 call  0x00007c89 
+ 00030451  0x000082ca call  0x00007c89 
+ 00030452  0x000082cb force  0x00000000 , 0x0000003f 
+ 00030453  0x000082cc istore  0x00000008 , 0x00000005 
+ 00030454  0x000082cd add  0x00000030 , 0x00000024 , 0x00000006 
+ 00030455  0x000082ce call  0x00007c84 
+ 00030456  0x000082cf add  0x00000030 , 0x0000002c , 0x00000006 
+ 00030457  0x000082d0 call  0x00007c84 
+ 00030458  0x000082d1 copy  0x0000000b , 0x00000011 
+ 00030459  0x000082d2 copy  0x00000011 , 0x00000005 
+ 00030460  0x000082d3 call  0x00007739 
+ 00030461  0x000082d6 arg  0x00000411 , 0x00000012 
+ 00030462  0x000082d7 copy  0x00000012 , 0x00000005 
+ 00030463  0x000082d8 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030464  0x000082d9 call  0x00007c83 
+ 00030465  0x000082da add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030466  0x000082db call  0x00007c83 
+ 00030467  0x000082dc call  0x00007c9b 
+ 00030468  0x000082dd add  0x00000030 , 0x00000030 , 0x00000006 
+ 00030469  0x000082de call  0x00007c84 
+ 00030470  0x000082df copy  0x0000000b , 0x00000011 
+ 00030471  0x000082e0 copy  0x00000011 , 0x00000005 
+ 00030472  0x000082e1 call  0x00007739 
+ 00030473  0x000082e4 arg  0x00000411 , 0x00000012 
+ 00030474  0x000082e5 copy  0x00000012 , 0x00000005 
+ 00030475  0x000082e6 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00030476  0x000082e7 call  0x00007c89 
+ 00030477  0x000082e8 call  0x00007c9b 
+ 00030478  0x000082e9 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00030479  0x000082ea call  0x00007c83 
+ 00030480  0x000082eb call  0x00007c9b 
+ 00030481  0x000082ec add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030482  0x000082ed call  0x00007c84 
+ 00030483  0x000082ee copy  0x0000000b , 0x00000011 
+ 00030484  0x000082ef copy  0x00000011 , 0x00000005 
+ 00030485  0x000082f0 branch  0x00007739 
+ 00030486  0x000082f4 force  0x00000020 , 0x00000039 
+ 00030487  0x000082f5 arg  0x000006b1 , 0x00000005 
+ 00030488  0x000082f6 iadd  0x00000005 , 0x00000005 
+ 00030489  0x000082f7 branch  0x00007cda 
+ 00030490  0x000082fa force  0x00000008 , 0x00000039 
+ 00030491  0x000082fb branch  0x000074f7 
+ 00030492  0x000082fe copy  0x00000011 , 0x00000012 
+ 00030493  0x000082ff branch  0x00007684 
+ 00030494  0x00008302 force  0x00000008 , 0x00000039 
+ 00030495  0x00008303 branch  0x000074c0 
+ 00030496  0x00008306 call  0x0000771e 
+ 00030497  0x00008307 copy  0x00000005 , 0x00000011 
+ 00030498  0x00008308 branch  0x00007724 
+ 00030499  0x0000830b call  0x00007751 
+ 00030500  0x0000830d isolate1  0x00000000 , 0x00000013 
+ 00030501  0x0000830e branch  0x0000772d , 0x00000001 
+ 00030502  0x0000830f arg  0x00000569 , 0x00000012 
+ 00030503  0x00008310 copy  0x00000011 , 0x00000013 
+ 00030504  0x00008311 increase  0xffffffe0 , 0x00000011 
+ 00030505  0x00008312 call  0x00007754 
+ 00030506  0x00008313 nrtn  0x00000002 
+ 00030507  0x00008314 copy  0x00000013 , 0x00000011 
+ 00030508  0x00008315 branch  0x00007735 
+ 00030509  0x00008318 call  0x00007735 
+ 00030510  0x0000831a copy  0x00000011 , 0x00000013 
+ 00030511  0x0000831b increase  0xffffffe0 , 0x00000011 
+ 00030512  0x0000831c arg  0x00000569 , 0x00000012 
+ 00030513  0x0000831d call  0x00007754 
+ 00030514  0x0000831e nrtn  0x00000002 
+ 00030515  0x0000831f copy  0x00000013 , 0x00000011 
+ 00030516  0x00008320 branch  0x00007735 
+ 00030517  0x00008324 increase  0xffffffe0 , 0x00000011 
+ 00030518  0x00008325 arg  0x00000569 , 0x00000012 
+ 00030519  0x00008326 copy  0x00000011 , 0x00000005 
+ 00030520  0x00008327 branch  0x0000774c 
+ 00030521  0x0000832d call  0x0000774c 
+ 00030522  0x0000832f branch  0x00007743 , 0x00000001 
+ 00030523  0x00008332 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030524  0x00008333 arg  0x00000569 , 0x00000012 
+ 00030525  0x00008334 call  0x00007754 
+ 00030526  0x00008335 nrtn  0x00000002 
+ 00030527  0x00008336 arg  0x00000569 , 0x00000012 
+ 00030528  0x00008337 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030529  0x00008339 copy  0x00000011 , 0x00000005 
+ 00030530  0x0000833a branch  0x0000774c 
+ 00030531  0x0000833c add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030532  0x0000833d arg  0x00000569 , 0x00000012 
+ 00030533  0x0000833e copy  0x00000011 , 0x00000005 
+ 00030534  0x0000833f call  0x0000771e 
+ 00030535  0x00008341 rtn  0x00000001 
+ 00030536  0x00008342 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030537  0x00008343 arg  0x00000569 , 0x00000012 
+ 00030538  0x00008344 copy  0x00000011 , 0x00000005 
+ 00030539  0x00008345 branch  0x0000771e 
+ 00030540  0x0000834a force  0x00000008 , 0x00000039 
+ 00030541  0x0000834b branch  0x000074ce 
+ 00030542  0x0000834e force  0x00000008 , 0x00000039 
+ 00030543  0x0000834f increase  0x0000001c , 0x00000011 
+ 00030544  0x00008350 branch  0x000074dd 
+ 00030545  0x00008353 force  0x00000008 , 0x00000039 
+ 00030546  0x00008354 force  0x00000000 , 0x00000013 
+ 00030547  0x00008355 branch  0x000074eb 
+ 00030548  0x00008358 force  0x00000008 , 0x00000039 
+ 00030549  0x00008359 increase  0x0000001c , 0x00000011 
+ 00030550  0x0000835a increase  0x0000001c , 0x00000012 
+ 00030551  0x0000835b branch  0x000074b5 
+ 00030552  0x0000835f ifetch  0x00000008 , 0x00000006 
+ 00030553  0x00008360 nrtn  0x00000034 
+ 00030554  0x00008361 branch  0x000074a3 
+ 00030555  0x00008367 copy  0x00000011 , 0x00000030 
+ 00030556  0x00008369 copy  0x00000030 , 0x00000011 
+ 00030557  0x0000836a ifetch  0x00000001 , 0x00000011 
+ 00030558  0x0000836b isolate1  0x00000000 , 0x0000003f 
+ 00030559  0x0000836c rtn  0x00000001 
+ 00030560  0x0000836d call  0x0000774e 
+ 00030561  0x0000836e ifetch  0x00000001 , 0x00000012 
+ 00030562  0x0000836f isolate0  0x00000000 , 0x0000003f 
+ 00030563  0x00008370 branch  0x0000776b , 0x00000001 
+ 00030564  0x00008371 arg  0x00000569 , 0x00000011 
+ 00030565  0x00008372 copy  0x00000012 , 0x00000005 
+ 00030566  0x00008373 call  0x0000771e 
+ 00030567  0x00008374 ifetch  0x00000001 , 0x00000012 
+ 00030568  0x00008375 iadd  0x00000013 , 0x0000003f 
+ 00030569  0x00008376 istore  0x00000001 , 0x00000012 
+ 00030570  0x00008377 increase  0xffffffe0 , 0x00000012 
+ 00030571  0x00008379 add  0x00000012 , 0x00000020 , 0x00000011 
+ 00030572  0x0000837a force  0x00000009 , 0x00000039 
+ 00030573  0x0000837b call  0x000074dd 
+ 00030574  0x0000837c branch  0x0000775c 
+ 00030575  0x00008380 rtn  0x0000002b 
+ 00030576  0x00008381 call  0x000023d8 
+ 00030577  0x00008382 call  0x00007776 
+ 00030578  0x00008383 call  0x0000781b 
+ 00030579  0x00008384 branch  0x000077ac 
+ 00030580  0x00008387 call  0x000077cf 
+ 00030581  0x00008388 branch  0x0000780a 
+ 00030582  0x0000838b fetch  0x00000001 , 0x000044ec 
+ 00030583  0x0000838c rtneq  0x000000ff 
+ 00030584  0x0000838d iforce  0x00000002 
+ 00030585  0x0000838e call  0x00006ef7 
+ 00030586  0x0000838f fetcht  0x00000001 , 0x000044ec 
+ 00030587  0x00008390 call  0x00006ef3 
+ 00030588  0x00008391 nop  0x00000064 
+ 00030589  0x00008392 fetcht  0x00000001 , 0x000044ec 
+ 00030590  0x00008393 call  0x00006edd 
+ 00030591  0x00008394 branch  0x00007780 
+ 00030592  0x00008399 bpatch  0x000000f3 , 0x0000401e 
+ 00030593  0x0000839a fetch  0x00000001 , 0x000044ec 
+ 00030594  0x0000839b rtneq  0x000000ff 
+ 00030595  0x0000839c copy  0x0000003f , 0x00000002 
+ 00030596  0x0000839d call  0x00006ee6 
+ 00030597  0x0000839e nbranch  0x00007792 , 0x00000001 
+ 00030598  0x000083a1 call  0x0000779c 
+ 00030599  0x000083a2 fetch  0x00000002 , 0x000044e9 
+ 00030600  0x000083a3 set1  0x0000000c , 0x0000003f 
+ 00030601  0x000083a4 store  0x00000002 , 0x000044e9 
+ 00030602  0x000083a5 fetch  0x00000001 , 0x000044e4 
+ 00030603  0x000083a6 rtneq  0x00000000 
+ 00030604  0x000083a7 jam  0x00000000 , 0x000044e4 
+ 00030605  0x000083a9 fetch  0x00000001 , 0x000044eb 
+ 00030606  0x000083aa store  0x00000001 , 0x000044e3 
+ 00030607  0x000083ab call  0x000077a3 
+ 00030608  0x000083ac jam  0x0000002c , 0x0000066f 
+ 00030609  0x000083ad branch  0x0000782b 
+ 00030610  0x000083af fetch  0x00000002 , 0x000044e9 
+ 00030611  0x000083b0 set0  0x0000000c , 0x0000003f 
+ 00030612  0x000083b1 store  0x00000002 , 0x000044e9 
+ 00030613  0x000083b2 fetch  0x00000001 , 0x000044e4 
+ 00030614  0x000083b3 rtneq  0x00000001 
+ 00030615  0x000083b4 jam  0x00000001 , 0x000044e4 
+ 00030616  0x000083b6 jam  0x00000000 , 0x000044e3 
+ 00030617  0x000083b7 call  0x000077a5 
+ 00030618  0x000083b8 jam  0x0000002d , 0x0000066f 
+ 00030619  0x000083b9 branch  0x0000782b 
+ 00030620  0x000083bc fetch  0x00000001 , 0x000044e3 
+ 00030621  0x000083bd rtn  0x00000034 
+ 00030622  0x000083be increase  0xffffffff , 0x0000003f 
+ 00030623  0x000083bf store  0x00000001 , 0x000044e3 
+ 00030624  0x000083c0 nrtn  0x00000034 
+ 00030625  0x000083c2 jam  0x00000010 , 0x0000066f 
+ 00030626  0x000083c3 branch  0x0000782b 
+ 00030627  0x000083c6 arg  0x00000007 , 0x00000007 
+ 00030628  0x000083c7 branch  0x000024e7 
+ 00030629  0x000083ca arg  0x00000007 , 0x00000007 
+ 00030630  0x000083cb branch  0x000024eb 
+ 00030631  0x000083d3 bpatch  0x000000f4 , 0x0000401e 
+ 00030632  0x000083d4 fetch  0x00000002 , 0x000044ef 
+ 00030633  0x000083d5 mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00030634  0x000083d6 iadd  0x00000012 , 0x00000012 
+ 00030635  0x000083d7 rtn 
+ 00030636  0x000083db fetch  0x00000001 , 0x000044ee 
+ 00030637  0x000083dc rtn  0x00000034 
+ 00030638  0x000083dd copy  0x0000003f , 0x00000039 
+ 00030639  0x000083de fetch  0x00000002 , 0x000044ef 
+ 00030640  0x000083df copy  0x0000003f , 0x00000012 
+ 00030641  0x000083e1 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00030642  0x000083e2 ifetcht  0x00000001 , 0x00000013 
+ 00030643  0x000083e3 call  0x000077b7 
+ 00030644  0x000083e4 increase  0x0000000b , 0x00000012 
+ 00030645  0x000083e5 loop  0x000077b1 
+ 00030646  0x000083e6 rtn 
+ 00030647  0x000083ea fetch  0x00000001 , 0x000044ed 
+ 00030648  0x000083eb branch  0x00006ef3 , 0x00000034 
+ 00030649  0x000083ec branch  0x00006ef7 
+ 00030650  0x000083f0 call  0x000077a7 
+ 00030651  0x000083f1 setarg  0x00000002 
+ 00030652  0x000083f2 istore  0x00000001 , 0x00000012 
+ 00030653  0x000083f3 call  0x00007804 
+ 00030654  0x000083f4 branch  0x000077db 
+ 00030655  0x000083fb call  0x000077a7 
+ 00030656  0x000083fc setarg  0x00000003 
+ 00030657  0x000083fd istore  0x00000001 , 0x00000012 
+ 00030658  0x000083ff call  0x00007804 
+ 00030659  0x00008400 branch  0x000077d8 
+ 00030660  0x00008405 call  0x000077a7 
+ 00030661  0x00008406 setarg  0x00000001 
+ 00030662  0x00008407 istore  0x00000001 , 0x00000012 
+ 00030663  0x00008408 setarg  0x000000ff 
+ 00030664  0x00008409 istore  0x00000001 , 0x00000005 
+ 00030665  0x0000840a branch  0x000077d8 
+ 00030666  0x00008410 call  0x000077a7 
+ 00030667  0x00008411 arg  0x0000000b , 0x00000039 
+ 00030668  0x00008412 copy  0x00000013 , 0x00000006 
+ 00030669  0x00008413 copy  0x00000012 , 0x00000005 
+ 00030670  0x00008414 branch  0x00007ccc 
+ 00030671  0x00008419 fetch  0x00000001 , 0x000044ee 
+ 00030672  0x0000841a rtn  0x00000034 
+ 00030673  0x0000841b arg  0x00000000 , 0x00000011 
+ 00030674  0x0000841d call  0x000077de 
+ 00030675  0x0000841e increase  0x00000001 , 0x00000011 
+ 00030676  0x0000841f fetch  0x00000001 , 0x000044ee 
+ 00030677  0x00008420 isub  0x00000011 , 0x0000003e 
+ 00030678  0x00008421 rtn  0x00000005 
+ 00030679  0x00008422 branch  0x000077d2 
+ 00030680  0x00008426 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00030681  0x00008427 ifetcht  0x00000001 , 0x00000013 
+ 00030682  0x00008428 branch  0x00006ef3 
+ 00030683  0x0000842c add  0x00000012 , 0x00000002 , 0x00000013 
+ 00030684  0x0000842d ifetcht  0x00000001 , 0x00000013 
+ 00030685  0x0000842e branch  0x00006ef7 
+ 00030686  0x00008433 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00030687  0x00008434 call  0x00007cef 
+ 00030688  0x00008435 nrtn  0x00000034 
+ 00030689  0x00008437 call  0x000077a7 
+ 00030690  0x00008439 ifetch  0x00000001 , 0x00000012 
+ 00030691  0x0000843b beq  0x00000002 , 0x000077db 
+ 00030692  0x0000843c beq  0x00000003 , 0x000077d8 
+ 00030693  0x0000843d beq  0x00000000 , 0x000077d8 
+ 00030694  0x0000843e beq  0x00000005 , 0x000077f2 
+ 00030695  0x00008440 call  0x000077db 
+ 00030696  0x00008441 add  0x00000012 , 0x00000007 , 0x00000013 
+ 00030697  0x00008442 call  0x00007c49 
+ 00030698  0x00008443 ifetch  0x00000002 , 0x00000013 
+ 00030699  0x00008444 call  0x00007d79 
+ 00030700  0x00008445 call  0x00007c55 
+ 00030701  0x00008446 setarg  0x00000005 
+ 00030702  0x00008447 istore  0x00000001 , 0x00000012 
+ 00030703  0x00008448 add  0x00000012 , 0x00000003 , 0x00000013 
+ 00030704  0x00008449 ifetch  0x00000002 , 0x00000013 
+ 00030705  0x0000844a branch  0x00007802 
+ 00030706  0x0000844e call  0x000077d8 
+ 00030707  0x0000844f add  0x00000012 , 0x00000009 , 0x00000013 
+ 00030708  0x00008450 call  0x00007c49 
+ 00030709  0x00008451 ifetch  0x00000002 , 0x00000013 
+ 00030710  0x00008452 call  0x00007d79 
+ 00030711  0x00008453 call  0x00007c55 
+ 00030712  0x00008455 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00030713  0x00008456 ifetch  0x00000001 , 0x00000013 
+ 00030714  0x00008457 beq  0x000000ff , 0x000077fe 
+ 00030715  0x00008458 increase  0xffffffff , 0x0000003f 
+ 00030716  0x00008459 istore  0x00000001 , 0x00000013 
+ 00030717  0x0000845a branch  0x000077bf , 0x00000034 
+ 00030718  0x0000845c setarg  0x00000004 
+ 00030719  0x0000845d istore  0x00000001 , 0x00000012 
+ 00030720  0x0000845e add  0x00000012 , 0x00000005 , 0x00000013 
+ 00030721  0x0000845f ifetch  0x00000002 , 0x00000013 
+ 00030722  0x00008461 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00030723  0x00008462 branch  0x00007ce1 
+ 00030724  0x00008465 setarg  0x00000000 
+ 00030725  0x00008466 branch  0x00007802 
+ 00030726  0x0000846d setarg  0x00001000 
+ 00030727  0x0000846e lshift16  0x0000003f , 0x0000003f 
+ 00030728  0x0000846f iadd  0x00000012 , 0x00000012 
+ 00030729  0x00008470 rtn 
+ 00030730  0x00008473 bpatch  0x000000f5 , 0x0000401e 
+ 00030731  0x00008474 arg  0x00000000 , 0x00000011 
+ 00030732  0x00008475 fetcht  0x00000004 , 0x000044e5 
+ 00030733  0x00008476 copy  0x00000022 , 0x00000012 
+ 00030734  0x00008477 copy  0x00000012 , 0x0000003f 
+ 00030735  0x00008478 isub  0x00000002 , 0x0000003e 
+ 00030736  0x00008479 ncall  0x00007806 , 0x00000002 
+ 00030737  0x0000847b copy  0x00000012 , 0x0000003f 
+ 00030738  0x0000847c increase  0x000000a0 , 0x00000002 
+ 00030739  0x0000847d increase  0x000000a0 , 0x00000002 
+ 00030740  0x0000847e isub  0x00000002 , 0x0000003e 
+ 00030741  0x0000847f nbranch  0x0000781e , 0x00000002 
+ 00030742  0x00008480 increase  0x00000001 , 0x00000011 
+ 00030743  0x00008481 and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00030744  0x00008482 nbranch  0x00007811 , 0x00000034 
+ 00030745  0x00008483 arg  0x00000000 , 0x00000011 
+ 00030746  0x00008484 call  0x00007824 
+ 00030747  0x00008486 copy  0x00000022 , 0x0000003f 
+ 00030748  0x00008487 store  0x00000004 , 0x000044e5 
+ 00030749  0x00008488 rtn 
+ 00030750  0x0000848a copy  0x00000011 , 0x0000003f 
+ 00030751  0x0000848b rtn  0x00000034 
+ 00030752  0x0000848c increase  0xffffff60 , 0x00000002 
+ 00030753  0x0000848d increase  0xffffff60 , 0x00000002 
+ 00030754  0x0000848e set0  0x0000001c , 0x00000002 
+ 00030755  0x0000848f storet  0x00000004 , 0x000044e5 
+ 00030756  0x00008491 branch  0x000042d4 
+ 00030757  0x00008499 jam  0x00000001 , 0x000044d1 
+ 00030758  0x0000849b fetch  0x00000001 , 0x000044d2 
+ 00030759  0x0000849c nbranch  0x00007826 , 0x00000034 
+ 00030760  0x0000849d rtn 
+ 00030761  0x000084a0 jam  0x00000000 , 0x000044d1 
+ 00030762  0x000084a1 rtn 
+ 00030763  0x000084a6 bpatch  0x000000f6 , 0x0000401e 
+ 00030764  0x000084a7 call  0x00007825 
+ 00030765  0x000084a8 copy  0x00000011 , 0x0000003f 
+ 00030766  0x000084a9 store  0x00000004 , 0x00000684 
+ 00030767  0x000084aa arg  0x000044d3 , 0x00000011 
+ 00030768  0x000084ab call  0x00007d8b 
+ 00030769  0x000084ac fetch  0x00000004 , 0x00000684 
+ 00030770  0x000084ad copy  0x0000003f , 0x00000011 
+ 00030771  0x000084ae branch  0x00007829 
+ 00030772  0x000084b1 bpatch  0x000000f7 , 0x0000401e 
+ 00030773  0x000084b2 call  0x00007825 
+ 00030774  0x000084b3 copy  0x00000011 , 0x0000003f 
+ 00030775  0x000084b4 store  0x00000004 , 0x00000684 
+ 00030776  0x000084b5 arg  0x000044db , 0x00000011 
+ 00030777  0x000084b6 call  0x00007d8b 
+ 00030778  0x000084b7 fetch  0x00000004 , 0x00000684 
+ 00030779  0x000084b8 copy  0x0000003f , 0x00000011 
+ 00030780  0x000084b9 branch  0x00007829 
+ 00030781  0x000084bc setarg  0x00000000 
+ 00030782  0x000084bd store  0x00000008 , 0x000044db 
+ 00030783  0x000084be store  0x00000008 , 0x000044d3 
+ 00030784  0x000084bf rtn 
+ 00030785  0x000084c2 bpatch  0x000000f8 , 0x0000401f 
+ 00030786  0x000084c3 fetch  0x00000001 , 0x00004114 
+ 00030787  0x000084c4 nrtn  0x00000034 
+ 00030788  0x000084c5 arg  0x000044db , 0x00000011 
+ 00030789  0x000084c6 call  0x00007da3 
+ 00030790  0x000084c7 rtn  0x00000034 
+ 00030791  0x000084c8 jam  0x00000000 , 0x0000066e 
+ 00030792  0x000084c9 call  0x0000784c 
+ 00030793  0x000084ca fetch  0x00000001 , 0x0000066e 
+ 00030794  0x000084cb branch  0x00007841 , 0x00000034 
+ 00030795  0x000084cc rtn 
+ 00030796  0x000084cf call  0x00007825 
+ 00030797  0x000084d0 arg  0x000044db , 0x00000011 
+ 00030798  0x000084d1 call  0x00007d97 
+ 00030799  0x000084d2 copy  0x0000003f , 0x00000002 
+ 00030800  0x000084d3 call  0x00007829 
+ 00030801  0x000084d4 bpatch  0x000000f9 , 0x0000401f 
+ 00030802  0x000084d5 copy  0x00000002 , 0x0000003f 
+ 00030803  0x000084d6 rtn  0x00000034 
+ 00030804  0x000084d7 beq  0x0000000d , 0x00007870 
+ 00030805  0x000084d8 beq  0x0000000e , 0x00007876 
+ 00030806  0x000084d9 beq  0x0000000f , 0x0000787b 
+ 00030807  0x000084da beq  0x00000010 , 0x00007881 
+ 00030808  0x000084db beq  0x00000013 , 0x0000788b 
+ 00030809  0x000084dc beq  0x00000014 , 0x0000788d 
+ 00030810  0x000084dd beq  0x00000015 , 0x0000788f 
+ 00030811  0x000084de beq  0x00000016 , 0x00007899 
+ 00030812  0x000084df beq  0x00000017 , 0x0000789c 
+ 00030813  0x000084e0 beq  0x00000018 , 0x0000789e 
+ 00030814  0x000084e1 beq  0x00000019 , 0x000078a1 
+ 00030815  0x000084e3 store  0x00000001 , 0x0000066f 
+ 00030816  0x000084e7 fetch  0x00000001 , 0x0000066f 
+ 00030817  0x000084e8 bmark0  0x00000009 , 0x00007869 
+ 00030818  0x000084e9 bpatch  0x000000fa , 0x0000401f 
+ 00030819  0x000084ea fetch  0x00000001 , 0x0000066f 
+ 00030820  0x000084eb beq  0x00000011 , 0x00007886 
+ 00030821  0x000084ec beq  0x0000001b , 0x000078a9 
+ 00030822  0x000084ed beq  0x00000012 , 0x0000788a 
+ 00030823  0x000084ee beq  0x0000001f , 0x00006ea3 
+ 00030824  0x000084ef rtn 
+ 00030825  0x000084f2 store  0x00000001 , 0x0000066f 
+ 00030826  0x000084f3 call  0x0000205d 
+ 00030827  0x000084f4 branch  0x0000786e , 0x00000005 
+ 00030828  0x000084f5 call  0x00002062 
+ 00030829  0x000084f6 nrtn  0x00000005 
+ 00030830  0x000084f8 jam  0x00000001 , 0x0000066e 
+ 00030831  0x000084f9 branch  0x00007834 
+ 00030832  0x00008501 jam  0x00000001 , 0x00004388 
+ 00030833  0x00008502 jam  0x00000000 , 0x0000438b 
+ 00030834  0x00008503 fetch  0x00000002 , 0x000044e9 
+ 00030835  0x00008504 set1  0x0000000b , 0x0000003f 
+ 00030836  0x00008505 store  0x00000002 , 0x000044e9 
+ 00030837  0x00008506 rtn 
+ 00030838  0x0000850b fetch  0x00000002 , 0x000044e9 
+ 00030839  0x0000850c set0  0x0000000b , 0x0000003f 
+ 00030840  0x0000850d store  0x00000002 , 0x000044e9 
+ 00030841  0x0000850e jam  0x00000000 , 0x00004388 
+ 00030842  0x0000850f rtn 
+ 00030843  0x00008514 jam  0x00000001 , 0x00004388 
+ 00030844  0x00008515 jam  0x00000001 , 0x0000438b 
+ 00030845  0x00008516 fetch  0x00000002 , 0x000044e9 
+ 00030846  0x00008517 set1  0x0000000b , 0x0000003f 
+ 00030847  0x00008518 store  0x00000002 , 0x000044e9 
+ 00030848  0x00008519 rtn 
+ 00030849  0x0000851e fetch  0x00000002 , 0x000044e9 
+ 00030850  0x0000851f set0  0x0000000b , 0x0000003f 
+ 00030851  0x00008520 store  0x00000002 , 0x000044e9 
+ 00030852  0x00008521 jam  0x00000000 , 0x00004388 
+ 00030853  0x00008522 rtn 
+ 00030854  0x00008527 setarg  0x00000014 
+ 00030855  0x00008528 store  0x00000002 , 0x00000196 
+ 00030856  0x00008529 store  0x00000002 , 0x000042f5 
+ 00030857  0x0000852a branch  0x000030c5 
+ 00030858  0x0000852f branch  0x00002e93 
+ 00030859  0x00008534 arg  0x00000000 , 0x00000011 
+ 00030860  0x00008535 branch  0x000077bf 
+ 00030861  0x0000853a arg  0x00000000 , 0x00000011 
+ 00030862  0x0000853b branch  0x000077ba 
+ 00030863  0x00008540 arg  0x00000000 , 0x00000011 
+ 00030864  0x00008541 call  0x000077a7 
+ 00030865  0x00008542 ifetch  0x00000001 , 0x00000012 
+ 00030866  0x00008543 beq  0x00000001 , 0x00007896 
+ 00030867  0x00008544 beq  0x00000004 , 0x00007896 
+ 00030868  0x00008545 beq  0x00000005 , 0x00007896 
+ 00030869  0x00008546 branch  0x000077c4 
+ 00030870  0x00008549 ifetch  0x00000001 , 0x00000006 
+ 00030871  0x0000854a rtneq  0x000000ff 
+ 00030872  0x0000854b branch  0x000077c4 
+ 00030873  0x00008550 jam  0x00000001 , 0x00004343 
+ 00030874  0x00008551 jam  0x0000001b , 0x00004114 
+ 00030875  0x00008554 rtn 
+ 00030876  0x00008559 jam  0x00000001 , 0x00004343 
+ 00030877  0x0000855a rtn 
+ 00030878  0x0000855f jam  0x00000000 , 0x00004343 
+ 00030879  0x00008560 jam  0x00000000 , 0x00004114 
+ 00030880  0x00008561 rtn 
+ 00030881  0x00008566 fetch  0x00000002 , 0x000043d5 
+ 00030882  0x00008567 call  0x00007d79 
+ 00030883  0x00008568 fetch  0x00000001 , 0x000044ec 
+ 00030884  0x00008569 beq  0x000000ff , 0x000078a7 
+ 00030885  0x0000856a copy  0x0000003f , 0x00000002 
+ 00030886  0x0000856b call  0x00006edd 
+ 00030887  0x0000856d call  0x0000783d 
+ 00030888  0x0000856e branch  0x00002417 
+ 00030889  0x00008573 branch  0x00002ed5 
+ 00030890  0x00008579 fetch  0x00000001 , 0x000044e9 
+ 00030891  0x0000857a rtnbit0  0x0000000c 
+ 00030892  0x0000857b rtn 
+ 00030893  0x00008581 fetch  0x00000002 , 0x000043fb 
+ 00030894  0x00008582 add  0x0000003f , 0x00000002 , 0x00000005 
+ 00030895  0x00008583 setarg  0x00000000 
+ 00030896  0x00008584 istore  0x00000003 , 0x00000005 
+ 00030897  0x00008585 rtn 
+ 00030898  0x0000858a bpatch  0x000000fb , 0x0000401f 
+ 00030899  0x0000858b call  0x00007dbc 
+ 00030900  0x0000858c call  0x000078fe 
+ 00030901  0x0000858d rtn  0x00000034 
+ 00030902  0x0000858e fetch  0x00000002 , 0x000043fb 
+ 00030903  0x0000858f add  0x0000003f , 0x00000002 , 0x00000012 
+ 00030904  0x00008590 ifetcht  0x00000001 , 0x00000012 
+ 00030905  0x00008591 increase  0x00000001 , 0x00000002 
+ 00030906  0x00008592 istoret  0x00000001 , 0x00000012 
+ 00030907  0x00008594 ifetcht  0x00000001 , 0x0000003f 
+ 00030908  0x00008595 copy  0x00000002 , 0x00000039 
+ 00030909  0x00008596 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00030910  0x00008597 ifetch  0x00000001 , 0x00000012 
+ 00030911  0x00008598 imul32  0x00000002 , 0x0000003f 
+ 00030912  0x00008599 iadd  0x00000006 , 0x00000005 
+ 00030913  0x0000859a copy  0x00000011 , 0x00000006 
+ 00030914  0x0000859c call  0x00007cda 
+ 00030915  0x0000859d call  0x00007902 
+ 00030916  0x0000859e pincrease  0xffffffff 
+ 00030917  0x0000859f ifetcht  0x00000001 , 0x00000012 
+ 00030918  0x000085a0 increase  0x00000001 , 0x00000002 
+ 00030919  0x000085a1 iand  0x00000002 , 0x00000002 
+ 00030920  0x000085a2 istoret  0x00000001 , 0x00000012 
+ 00030921  0x000085a3 branch  0x00007dba 
+ 00030922  0x000085a9 bpatch  0x000000fc , 0x0000401f 
+ 00030923  0x000085aa call  0x00007dbc 
+ 00030924  0x000085ab call  0x000078fa 
+ 00030925  0x000085ac rtn  0x00000034 
+ 00030926  0x000085ad fetch  0x00000002 , 0x000043fb 
+ 00030927  0x000085ae add  0x0000003f , 0x00000002 , 0x00000012 
+ 00030928  0x000085af ifetcht  0x00000001 , 0x00000012 
+ 00030929  0x000085b0 increase  0xffffffff , 0x00000002 
+ 00030930  0x000085b1 istoret  0x00000001 , 0x00000012 
+ 00030931  0x000085b2 ifetcht  0x00000001 , 0x0000003f 
+ 00030932  0x000085b3 copy  0x00000002 , 0x00000039 
+ 00030933  0x000085b4 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00030934  0x000085b5 ifetch  0x00000001 , 0x00000012 
+ 00030935  0x000085b6 imul32  0x00000002 , 0x0000003f 
+ 00030936  0x000085b7 iadd  0x00000006 , 0x00000006 
+ 00030937  0x000085b8 increase  0x00000001 , 0x00000006 
+ 00030938  0x000085b9 copy  0x00000011 , 0x00000005 
+ 00030939  0x000085ba branch  0x000078c2 
+ 00030940  0x000085c2 call  0x00007dbc 
+ 00030941  0x000085c3 call  0x000078fa 
+ 00030942  0x000085c4 rtn  0x00000034 
+ 00030943  0x000085c5 fetch  0x00000002 , 0x000043fb 
+ 00030944  0x000085c6 ifetcht  0x00000001 , 0x0000003f 
+ 00030945  0x000085c7 copy  0x00000002 , 0x00000039 
+ 00030946  0x000085c8 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00030947  0x000085c9 ifetch  0x00000001 , 0x00000012 
+ 00030948  0x000085ca imul32  0x00000002 , 0x0000003f 
+ 00030949  0x000085cb iadd  0x00000006 , 0x00000006 
+ 00030950  0x000085cc increase  0x00000001 , 0x00000006 
+ 00030951  0x000085cd copy  0x00000006 , 0x00000012 
+ 00030952  0x000085ce copy  0x00000011 , 0x00000005 
+ 00030953  0x000085cf call  0x00007cda 
+ 00030954  0x000085d0 branch  0x00007dba 
+ 00030955  0x000085d3 call  0x00007dbc 
+ 00030956  0x000085d4 call  0x000078fa 
+ 00030957  0x000085d5 rtn  0x00000034 
+ 00030958  0x000085d6 fetch  0x00000002 , 0x000043fb 
+ 00030959  0x000085d7 ifetcht  0x00000001 , 0x0000003f 
+ 00030960  0x000085d8 copy  0x00000002 , 0x00000039 
+ 00030961  0x000085d9 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00030962  0x000085da ifetch  0x00000001 , 0x00000012 
+ 00030963  0x000085db imul32  0x00000002 , 0x0000003f 
+ 00030964  0x000085dc iadd  0x00000006 , 0x00000006 
+ 00030965  0x000085dd add  0x00000006 , 0x00000002 , 0x00000005 
+ 00030966  0x000085de copy  0x00000011 , 0x00000006 
+ 00030967  0x000085df increase  0xffffffff , 0x00000039 
+ 00030968  0x000085e0 call  0x00007cda 
+ 00030969  0x000085e1 branch  0x00007dba 
+ 00030970  0x000085e5 fetch  0x00000002 , 0x000043fb 
+ 00030971  0x000085e6 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00030972  0x000085e7 ifetch  0x00000001 , 0x00000006 
+ 00030973  0x000085e8 rtn 
+ 00030974  0x000085ec call  0x00007902 
+ 00030975  0x000085ed ifetcht  0x00000001 , 0x00000006 
+ 00030976  0x000085ee isub  0x00000002 , 0x0000003f 
+ 00030977  0x000085ef rtn 
+ 00030978  0x000085f3 fetch  0x00000002 , 0x000043fb 
+ 00030979  0x000085f4 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00030980  0x000085f5 ifetch  0x00000001 , 0x00000006 
+ 00030981  0x000085f6 rtn 
+ 00030982  0x000085ff bpatch  0x000000fd , 0x0000401f 
+ 00030983  0x00008600 fetch  0x00000001 , 0x00008c22 
+ 00030984  0x00008601 isolate1  0x00000003 , 0x0000003f 
+ 00030985  0x00008602 call  0x00007915 , 0x00000001 
+ 00030986  0x00008603 fetch  0x00000002 , 0x00008c22 
+ 00030987  0x00008604 store  0x00000002 , 0x00008c22 
+ 00030988  0x00008605 store  0x00000002 , 0x00000709 
+ 00030989  0x00008606 call  0x00007973 
+ 00030990  0x00008607 call  0x000079a2 
+ 00030991  0x00008608 call  0x00007b96 
+ 00030992  0x00008609 call  0x00007bdf 
+ 00030993  0x0000860a branch  0x0000796b 
+ 00030994  0x0000860d bpatch  0x000000fe , 0x0000401f 
+ 00030995  0x0000860e call  0x00007396 
+ 00030996  0x0000860f call  0x00007932 
+ 00030997  0x00008611 jam  0x00000000 , 0x00008c00 
+ 00030998  0x00008612 nop  0x00002710 
+ 00030999  0x00008613 jam  0x00000000 , 0x00008c12 
+ 00031000  0x00008614 fetch  0x00000002 , 0x00008050 
+ 00031001  0x00008615 set0  0x0000000a , 0x0000003f 
+ 00031002  0x00008616 store  0x00000002 , 0x00008050 
+ 00031003  0x00008617 jam  0x00000021 , 0x00008c10 
+ 00031004  0x00008618 jam  0x0000009d , 0x00008c11 
+ 00031005  0x00008619 jam  0x0000003c , 0x00008c00 
+ 00031006  0x0000861a setarg  0x00000763 
+ 00031007  0x0000861b store  0x00000002 , 0x00008c02 
+ 00031008  0x0000861c store  0x00000002 , 0x00008c06 
+ 00031009  0x0000861d setarg  0x000007a3 
+ 00031010  0x0000861e store  0x00000002 , 0x00008c04 
+ 00031011  0x0000861f jam  0x00000080 , 0x00008c12 
+ 00031012  0x00008620 jam  0x00000000 , 0x00008c01 
+ 00031013  0x00008621 jam  0x000000ff , 0x00008c22 
+ 00031014  0x00008622 setarg  0x0000095f 
+ 00031015  0x00008623 arg  0x0000086d , 0x00000005 
+ 00031016  0x00008624 isub  0x00000005 , 0x00000039 
+ 00031017  0x00008625 branch  0x00007ca1 
+ 00031018  0x00008628 fetcht  0x00000001 , 0x0000086c 
+ 00031019  0x00008629 branch  0x00006edd 
+ 00031020  0x0000862b fetch  0x00000001 , 0x0000090e 
+ 00031021  0x0000862c rtn  0x00000034 
+ 00031022  0x0000862d fetcht  0x00000001 , 0x0000086c 
+ 00031023  0x0000862e call  0x00006ee6 
+ 00031024  0x0000862f branch  0x00007915 , 0x00000001 
+ 00031025  0x00008630 rtn 
+ 00031026  0x00008633 jam  0x00000002 , 0x0000086b 
+ 00031027  0x00008634 setarg  0x00000000 
+ 00031028  0x00008635 store  0x00000001 , 0x000007a6 
+ 00031029  0x00008636 store  0x00000002 , 0x00000865 
+ 00031030  0x00008637 pincrease  0x00000001 
+ 00031031  0x00008638 store  0x00000002 , 0x00000867 
+ 00031032  0x00008639 pincrease  0x00000001 
+ 00031033  0x0000863a store  0x00000002 , 0x00000869 
+ 00031034  0x0000863b arg  0x000007fa , 0x00000005 
+ 00031035  0x0000863c setarg  0x00030404 
+ 00031036  0x0000863d istore  0x00000003 , 0x00000005 
+ 00031037  0x0000863e setarg  0x00000409 
+ 00031038  0x0000863f istore  0x00000002 , 0x00000005 
+ 00031039  0x00008640 arg  0x000007ff , 0x00000005 
+ 00031040  0x00008641 setsect  0x00000000 , 0x00015906 
+ 00031041  0x00008642 setsect  0x00000001 , 0x000210d2 
+ 00031042  0x00008643 setsect  0x00000002 , 0x00010494 
+ 00031043  0x00008644 setsect  0x00000003 , 0x00000001 
+ 00031044  0x00008645 istore  0x00000009 , 0x00000005 
+ 00031045  0x00008646 arg  0x0000081d , 0x00000005 
+ 00031046  0x00008647 setsect  0x00000000 , 0x0001570f 
+ 00031047  0x00008648 setsect  0x00000001 , 0x00015c9a 
+ 00031048  0x00008649 setsect  0x00000002 , 0x000256c6 
+ 00031049  0x0000864a setsect  0x00000003 , 0x0001cdcd 
+ 00031050  0x0000864b istore  0x00000009 , 0x00000005 
+ 00031051  0x0000864c setsect  0x00000000 , 0x00014420 
+ 00031052  0x0000864d setsect  0x00000001 , 0x00025d99 
+ 00031053  0x0000864e setsect  0x00000002 , 0x00025636 
+ 00031054  0x0000864f setsect  0x00000003 , 0x00000001 
+ 00031055  0x00008650 istore  0x00000007 , 0x00000005 
+ 00031056  0x00008651 arg  0x0000083b , 0x00000005 
+ 00031057  0x00008652 setsect  0x00000000 , 0x0001620a 
+ 00031058  0x00008653 setsect  0x00000001 , 0x00000c8c 
+ 00031059  0x00008654 setsect  0x00000002 , 0x00030333 
+ 00031060  0x00008655 setsect  0x00000003 , 0x0000c0c0 
+ 00031061  0x00008656 istore  0x00000009 , 0x00000005 
+ 00031062  0x00008657 setsect  0x00000000 , 0x00003130 
+ 00031063  0x00008658 istore  0x00000002 , 0x00000005 
+ 00031064  0x00008659 setarg  0x00009272 
+ 00031065  0x0000865a store  0x00000002 , 0x000007a7 
+ 00031066  0x0000865b setarg  0x000092cd 
+ 00031067  0x0000865c store  0x00000002 , 0x000007a9 
+ 00031068  0x0000865d arg  0x00009371 , 0x00000006 
+ 00031069  0x0000865e arg  0x000007ab , 0x00000005 
+ 00031070  0x0000865f arg  0x00000013 , 0x00000039 
+ 00031071  0x00008660 call  0x00007cda 
+ 00031072  0x00008661 arg  0x00009384 , 0x00000006 
+ 00031073  0x00008662 arg  0x000007be , 0x00000005 
+ 00031074  0x00008663 arg  0x0000003c , 0x00000039 
+ 00031075  0x00008664 call  0x00007cda 
+ 00031076  0x00008666 fetch  0x00000002 , 0x00000859 
+ 00031077  0x00008667 branch  0x00007d79 
+ 00031078  0x0000866a fetch  0x00000001 , 0x0000085b 
+ 00031079  0x0000866b rtn  0x00000034 
+ 00031080  0x0000866c store  0x00000001 , 0x000007e0 
+ 00031081  0x0000866d store  0x00000001 , 0x000007f9 
+ 00031082  0x0000866e rtn 
+ 00031083  0x00008671 arg  0x00000001 , 0x00000007 
+ 00031084  0x00008672 call  0x00007cef 
+ 00031085  0x00008673 nrtn  0x00000034 
+ 00031086  0x00008674 fetch  0x00000001 , 0x0000090f 
+ 00031087  0x00008675 nrtn  0x00000034 
+ 00031088  0x00008676 fetch  0x00000001 , 0x0000090e 
+ 00031089  0x00008677 ncall  0x00007c38 , 0x00000034 
+ 00031090  0x00008678 rtn 
+ 00031091  0x0000867b fetch  0x00000001 , 0x00000709 
+ 00031092  0x0000867c bbit1  0x00000002 , 0x00007976 
+ 00031093  0x0000867d rtn 
+ 00031094  0x00008680 call  0x0000797b 
+ 00031095  0x00008681 call  0x00007cee 
+ 00031096  0x00008682 setarg  0x00000280 
+ 00031097  0x00008683 arg  0x00000001 , 0x00000007 
+ 00031098  0x00008684 branch  0x00007ce1 
+ 00031099  0x00008687 fetch  0x00000001 , 0x00000900 
+ 00031100  0x00008688 bne  0x00000002 , 0x00007980 
+ 00031101  0x00008689 jam  0x00000000 , 0x0000090f 
+ 00031102  0x0000868a jam  0x00000000 , 0x00000910 
+ 00031103  0x0000868b rtn 
+ 00031104  0x0000868e fetch  0x00000001 , 0x00000912 
+ 00031105  0x0000868f rtn  0x00000034 
+ 00031106  0x00008690 jam  0x00000000 , 0x00000912 
+ 00031107  0x00008691 jam  0x00000002 , 0x00000900 
+ 00031108  0x00008692 jam  0x00000001 , 0x0000090e 
+ 00031109  0x00008693 rtn 
+ 00031110  0x00008696 fetch  0x00000001 , 0x00000709 
+ 00031111  0x00008697 bbit1  0x00000000 , 0x000079af 
+ 00031112  0x00008698 rtn 
+ 00031113  0x0000869b fetchr  0x0000000a , 0x00000002 , 0x00008c02 
+ 00031114  0x0000869c fetchr  0x00000010 , 0x00000002 , 0x00008c04 
+ 00031115  0x0000869d fetchr  0x00000003 , 0x00000002 , 0x00008c06 
+ 00031116  0x0000869e ifetch  0x00000002 , 0x00000003 
+ 00031117  0x0000869f rshift8  0x0000003f , 0x00000002 
+ 00031118  0x000086a0 rshift4  0x00000002 , 0x00000002 
+ 00031119  0x000086a1 arg  0x00000fff , 0x00000006 
+ 00031120  0x000086a2 iand  0x00000006 , 0x00000039 
+ 00031121  0x000086a3 storer  0x00000039 , 0x00000002 , 0x0000070c 
+ 00031122  0x000086a4 rtn 
+ 00031123  0x000086a8 call  0x00007989 
+ 00031124  0x000086aa ifetch  0x00000001 , 0x00000003 
+ 00031125  0x000086ab istore  0x00000001 , 0x00000005 
+ 00031126  0x000086ac loop  0x00007994 
+ 00031127  0x000086ad storer  0x00000003 , 0x00000002 , 0x00008c06 
+ 00031128  0x000086ae rtn 
+ 00031129  0x000086b1 arg  0x0000095f , 0x00000005 
+ 00031130  0x000086b2 call  0x00007994 
+ 00031131  0x000086b3 arg  0x00000963 , 0x00000002 
+ 00031132  0x000086b4 storet  0x00000002 , 0x00008c0e 
+ 00031133  0x000086b5 fetch  0x00000001 , 0x00000960 
+ 00031134  0x000086b6 pincrease  0x00000006 
+ 00031135  0x000086b7 istore  0x00000001 , 0x00000002 
+ 00031136  0x000086b8 jam  0x00000008 , 0x00008c18 
+ 00031137  0x000086b9 rtn 
+ 00031138  0x000086bd bpatch  0x000000ff , 0x0000401f 
+ 00031139  0x000086be fetch  0x00000001 , 0x00000709 
+ 00031140  0x000086bf rtnbit0  0x00000005 
+ 00031141  0x000086c0 call  0x00007989 
+ 00031142  0x000086c1 compare  0x0000000d , 0x00000002 , 0x000000ff 
+ 00031143  0x000086c2 branch  0x00007999 , 0x00000001 
+ 00031144  0x000086c3 arg  0x0000086d , 0x00000005 
+ 00031145  0x000086c4 call  0x00007994 
+ 00031146  0x000086c5 fetch  0x00000001 , 0x0000070c 
+ 00031147  0x000086c6 beq  0x00000000 , 0x00007986 
+ 00031148  0x000086c7 beq  0x00000001 , 0x000079b6 
+ 00031149  0x000086c8 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00031150  0x000086c9 rtn  0x00000002 
+ 00031151  0x000086cb bpatchx  0x00000000 , 0x00004020 
+ 00031152  0x000086cc set0  0x00000023 , 0x00000000 
+ 00031153  0x000086cd fetch  0x00000001 , 0x0000086d 
+ 00031154  0x000086ce and_into  0x00000080 , 0x0000003f 
+ 00031155  0x000086cf beq  0x00000080 , 0x000079ba 
+ 00031156  0x000086d0 beq  0x00000000 , 0x000079c2 
+ 00031157  0x000086d1 branch  0x0000235a 
+ 00031158  0x000086d4 fetch  0x00000001 , 0x0000086d 
+ 00031159  0x000086d5 rtnbit1  0x00000007 
+ 00031160  0x000086d6 call  0x00007b6a 
+ 00031161  0x000086d7 branch  0x000079e9 
+ 00031162  0x000086db fetch  0x00000001 , 0x0000086d 
+ 00031163  0x000086dc rshift4  0x0000003f , 0x0000003f 
+ 00031164  0x000086dd rshift  0x0000003f , 0x0000003f 
+ 00031165  0x000086de and_into  0x00000003 , 0x0000003f 
+ 00031166  0x000086df beq  0x00000000 , 0x000079ca 
+ 00031167  0x000086e0 beq  0x00000001 , 0x000079d0 
+ 00031168  0x000086e1 beq  0x00000002 , 0x000079d5 
+ 00031169  0x000086e2 branch  0x0000235a 
+ 00031170  0x000086e5 fetch  0x00000001 , 0x0000086d 
+ 00031171  0x000086e6 rshift4  0x0000003f , 0x0000003f 
+ 00031172  0x000086e7 rshift  0x0000003f , 0x0000003f 
+ 00031173  0x000086e8 and_into  0x00000003 , 0x0000003f 
+ 00031174  0x000086e9 beq  0x00000000 , 0x000079d6 
+ 00031175  0x000086ea beq  0x00000001 , 0x000079de 
+ 00031176  0x000086eb beq  0x00000002 , 0x000079e3 
+ 00031177  0x000086ec branch  0x0000235a 
+ 00031178  0x000086ef fetch  0x00000001 , 0x0000086e 
+ 00031179  0x000086f0 beq  0x00000008 , 0x000079eb 
+ 00031180  0x000086f1 beq  0x00000006 , 0x00007a01 
+ 00031181  0x000086f2 beq  0x0000000a , 0x00007a46 
+ 00031182  0x000086f3 beq  0x00000000 , 0x00007a58 
+ 00031183  0x000086f4 branch  0x000079e4 
+ 00031184  0x000086f7 fetch  0x00000001 , 0x0000086e 
+ 00031185  0x000086f8 beq  0x00000002 , 0x00007a8d 
+ 00031186  0x000086f9 beq  0x00000001 , 0x00007a91 
+ 00031187  0x000086fa beq  0x00000003 , 0x00007aa2 
+ 00031188  0x000086fb branch  0x000079e4 
+ 00031189  0x000086fe branch  0x000079e4 
+ 00031190  0x00008701 fetch  0x00000001 , 0x0000086e 
+ 00031191  0x00008702 beq  0x00000001 , 0x00007aac 
+ 00031192  0x00008703 beq  0x00000003 , 0x00007adb 
+ 00031193  0x00008704 beq  0x00000005 , 0x00007b06 
+ 00031194  0x00008705 beq  0x00000009 , 0x00007b1f 
+ 00031195  0x00008706 beq  0x0000000b , 0x00007b3a 
+ 00031196  0x00008707 beq  0x00000007 , 0x000079e4 
+ 00031197  0x00008708 branch  0x000079e4 
+ 00031198  0x0000870b fetch  0x00000001 , 0x0000086e 
+ 00031199  0x0000870c beq  0x0000000a , 0x00007b4b 
+ 00031200  0x0000870d beq  0x00000009 , 0x00007b5d 
+ 00031201  0x0000870e beq  0x0000000b , 0x00007b7c 
+ 00031202  0x0000870f branch  0x000079e4 
+ 00031203  0x00008712 branch  0x000079e4 
+ 00031204  0x00008715 bpatchx  0x00000001 , 0x00004020 
+ 00031205  0x00008716 fetch  0x00000001 , 0x00008c19 
+ 00031206  0x00008717 set1  0x00000000 , 0x0000003f 
+ 00031207  0x00008718 store  0x00000001 , 0x00008c19 
+ 00031208  0x00008719 branch  0x000079e9 
+ 00031209  0x0000871c jam  0x00000001 , 0x00008c1b 
+ 00031210  0x0000871d rtn 
+ 00031211  0x00008720 fetch  0x00000001 , 0x0000086d 
+ 00031212  0x00008721 bne  0x00000080 , 0x000079e4 
+ 00031213  0x00008722 fetch  0x00000001 , 0x00000871 
+ 00031214  0x00008723 bne  0x00000000 , 0x000079e4 
+ 00031215  0x00008724 fetch  0x00000001 , 0x00000872 
+ 00031216  0x00008725 bne  0x00000000 , 0x000079e4 
+ 00031217  0x00008726 fetch  0x00000001 , 0x00000873 
+ 00031218  0x00008727 bne  0x00000001 , 0x000079e4 
+ 00031219  0x00008728 fetch  0x00000001 , 0x00000874 
+ 00031220  0x00008729 bne  0x00000000 , 0x000079e4 
+ 00031221  0x0000872a fetch  0x00000001 , 0x0000086f 
+ 00031222  0x0000872b bne  0x00000000 , 0x000079e4 
+ 00031223  0x0000872c fetch  0x00000001 , 0x00000870 
+ 00031224  0x0000872d bne  0x00000000 , 0x000079e4 
+ 00031225  0x0000872e fetch  0x00000001 , 0x0000086b 
+ 00031226  0x0000872f beq  0x00000004 , 0x000079fd 
+ 00031227  0x00008730 beq  0x00000003 , 0x000079ff 
+ 00031228  0x00008731 branch  0x000079e4 
+ 00031229  0x00008734 arg  0x00000001 , 0x00000012 
+ 00031230  0x00008735 branch  0x00007a72 
+ 00031231  0x00008738 arg  0x00000001 , 0x00000012 
+ 00031232  0x00008739 branch  0x00007a70 
+ 00031233  0x0000873c bpatchx  0x00000002 , 0x00004020 
+ 00031234  0x0000873e fetch  0x00000001 , 0x00000870 
+ 00031235  0x0000873f beq  0x00000001 , 0x00007a14 
+ 00031236  0x00008740 beq  0x00000002 , 0x00007a2d 
+ 00031237  0x00008741 beq  0x00000003 , 0x00007a30 
+ 00031238  0x00008742 beq  0x00000021 , 0x00007a09 
+ 00031239  0x00008743 beq  0x00000022 , 0x00007a3e 
+ 00031240  0x00008744 branch  0x000079e4 
+ 00031241  0x00008747 jam  0x00000000 , 0x000008fd 
+ 00031242  0x00008748 fetch  0x00000001 , 0x00000871 
+ 00031243  0x00008749 beq  0x00000000 , 0x00007a0e 
+ 00031244  0x0000874a beq  0x00000001 , 0x00007a11 
+ 00031245  0x0000874b branch  0x000079e4 
+ 00031246  0x0000874e fetchr  0x00000012 , 0x00000001 , 0x000007d1 
+ 00031247  0x0000874f arg  0x000007d1 , 0x00000011 
+ 00031248  0x00008750 branch  0x00007b8b 
+ 00031249  0x00008753 fetchr  0x00000012 , 0x00000001 , 0x000007ea 
+ 00031250  0x00008754 arg  0x000007ea , 0x00000011 
+ 00031251  0x00008755 branch  0x00007b8b 
+ 00031252  0x0000875b fetch  0x00000001 , 0x00000911 
+ 00031253  0x0000875c ncall  0x00007a25 , 0x00000034 
+ 00031254  0x0000875d setarg  0x000007ab 
+ 00031255  0x0000875e fetcht  0x00000001 , 0x000007ab 
+ 00031256  0x00008760 store  0x00000002 , 0x00000908 
+ 00031257  0x00008761 storet  0x00000001 , 0x0000090a 
+ 00031258  0x00008762 fetch  0x00000001 , 0x00000873 
+ 00031259  0x00008763 isub  0x00000002 , 0x0000003e 
+ 00031260  0x00008764 nbranch  0x00007a23 , 0x00000002 
+ 00031261  0x00008766 fetch  0x00000001 , 0x0000090a 
+ 00031262  0x00008768 iforce  0x00000012 
+ 00031263  0x00008769 fetch  0x00000002 , 0x00000908 
+ 00031264  0x0000876a add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00031265  0x0000876b iforce  0x00000011 
+ 00031266  0x0000876c branch  0x00007b8b 
+ 00031267  0x0000876e fetch  0x00000001 , 0x00000873 
+ 00031268  0x0000876f branch  0x00007a1e 
+ 00031269  0x00008772 fetch  0x00000001 , 0x00008c01 
+ 00031270  0x00008773 ncall  0x00007a29 , 0x00000034 
+ 00031271  0x00008774 jam  0x00000000 , 0x00000911 
+ 00031272  0x00008775 rtn 
+ 00031273  0x00008777 fetch  0x00000001 , 0x00008c01 
+ 00031274  0x00008778 set1  0x00000007 , 0x0000003f 
+ 00031275  0x00008779 store  0x00000001 , 0x00008c01 
+ 00031276  0x0000877a rtn 
+ 00031277  0x0000877d setarg  0x000007be 
+ 00031278  0x0000877e fetcht  0x00000001 , 0x000007be 
+ 00031279  0x0000877f branch  0x00007a18 
+ 00031280  0x00008782 fetch  0x00000001 , 0x0000086f 
+ 00031281  0x00008783 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031282  0x00008784 nbranch  0x000079e4 , 0x00000002 
+ 00031283  0x00008785 fetch  0x00000001 , 0x0000086f 
+ 00031284  0x00008786 arg  0x000007fa , 0x00000011 
+ 00031285  0x00008787 beq  0x00000000 , 0x00007b89 
+ 00031286  0x00008788 set1  0x00000023 , 0x00000000 
+ 00031287  0x00008789 arg  0x000007ff , 0x00000011 
+ 00031288  0x0000878a beq  0x00000001 , 0x00007b89 
+ 00031289  0x0000878b arg  0x0000081d , 0x00000011 
+ 00031290  0x0000878c beq  0x00000002 , 0x00007b89 
+ 00031291  0x0000878d arg  0x0000083b , 0x00000011 
+ 00031292  0x0000878e beq  0x00000003 , 0x00007b89 
+ 00031293  0x0000878f rtn 
+ 00031294  0x00008792 fetch  0x00000002 , 0x00000871 
+ 00031295  0x00008793 beq  0x00000001 , 0x00007a42 
+ 00031296  0x00008794 fetchr  0x00000011 , 0x00000002 , 0x000007a7 
+ 00031297  0x00008795 branch  0x00007b89 
+ 00031298  0x00008797 jam  0x00000001 , 0x0000090e 
+ 00031299  0x00008798 jam  0x00000001 , 0x00000900 
+ 00031300  0x00008799 fetchr  0x00000011 , 0x00000002 , 0x000007a9 
+ 00031301  0x0000879a branch  0x00007b89 
+ 00031302  0x0000879e fetch  0x00000001 , 0x0000086b 
+ 00031303  0x0000879f bne  0x00000004 , 0x000079e4 
+ 00031304  0x000087a0 fetch  0x00000001 , 0x0000086d 
+ 00031305  0x000087a1 bne  0x00000081 , 0x000079e4 
+ 00031306  0x000087a2 fetch  0x00000001 , 0x0000086f 
+ 00031307  0x000087a3 bne  0x00000000 , 0x000079e4 
+ 00031308  0x000087a4 fetch  0x00000001 , 0x00000870 
+ 00031309  0x000087a5 bne  0x00000000 , 0x000079e4 
+ 00031310  0x000087a6 fetch  0x00000001 , 0x00000873 
+ 00031311  0x000087a7 bne  0x00000001 , 0x000079e4 
+ 00031312  0x000087a8 fetch  0x00000001 , 0x00000874 
+ 00031313  0x000087a9 bne  0x00000000 , 0x000079e4 
+ 00031314  0x000087aa fetch  0x00000001 , 0x00000871 
+ 00031315  0x000087ab bne  0x00000000 , 0x000079e4 
+ 00031316  0x000087ac fetch  0x00000001 , 0x00000872 
+ 00031317  0x000087ad bne  0x00000000 , 0x000079e4 
+ 00031318  0x000087ae arg  0x00000001 , 0x00000012 
+ 00031319  0x000087af branch  0x00007a70 
+ 00031320  0x000087b3 fetch  0x00000001 , 0x0000086b 
+ 00031321  0x000087b4 beq  0x00000002 , 0x000079e4 
+ 00031322  0x000087b5 fetch  0x00000001 , 0x0000086f 
+ 00031323  0x000087b6 bne  0x00000000 , 0x000079e4 
+ 00031324  0x000087b7 fetch  0x00000001 , 0x00000870 
+ 00031325  0x000087b8 bne  0x00000000 , 0x000079e4 
+ 00031326  0x000087b9 fetch  0x00000001 , 0x00000873 
+ 00031327  0x000087ba bne  0x00000002 , 0x000079e4 
+ 00031328  0x000087bb fetch  0x00000001 , 0x00000874 
+ 00031329  0x000087bc bne  0x00000000 , 0x000079e4 
+ 00031330  0x000087bd fetch  0x00000001 , 0x00000872 
+ 00031331  0x000087be bne  0x00000000 , 0x000079e4 
+ 00031332  0x000087bf fetch  0x00000001 , 0x0000086d 
+ 00031333  0x000087c0 beq  0x00000080 , 0x00007a6b 
+ 00031334  0x000087c1 beq  0x00000081 , 0x00007a76 
+ 00031335  0x000087c2 beq  0x00000082 , 0x00007a7a 
+ 00031336  0x000087c3 branch  0x000079e4 
+ 00031337  0x000087c7 jam  0x00000001 , 0x00000903 
+ 00031338  0x000087c8 branch  0x00007a74 
+ 00031339  0x000087cb fetch  0x00000001 , 0x00000871 
+ 00031340  0x000087cc bne  0x00000000 , 0x000079e4 
+ 00031341  0x000087cd arg  0x00000002 , 0x00000012 
+ 00031342  0x000087ce fetch  0x00000001 , 0x00000901 
+ 00031343  0x000087cf beq  0x00000001 , 0x00007a69 
+ 00031344  0x000087d2 arg  0x00000865 , 0x00000011 
+ 00031345  0x000087d3 branch  0x00007b8b 
+ 00031346  0x000087d5 arg  0x00000867 , 0x00000011 
+ 00031347  0x000087d6 branch  0x00007b8b 
+ 00031348  0x000087d8 arg  0x00000869 , 0x00000011 
+ 00031349  0x000087d9 branch  0x00007b8b 
+ 00031350  0x000087dc fetch  0x00000001 , 0x0000086b 
+ 00031351  0x000087dd bne  0x00000004 , 0x000079e4 
+ 00031352  0x000087de arg  0x00000002 , 0x00000012 
+ 00031353  0x000087df branch  0x00007a70 
+ 00031354  0x000087e2 fetch  0x00000001 , 0x0000086b 
+ 00031355  0x000087e3 bne  0x00000004 , 0x000079e4 
+ 00031356  0x000087e4 fetch  0x00000001 , 0x00000871 
+ 00031357  0x000087e5 beq  0x00000081 , 0x00007a87 
+ 00031358  0x000087e6 beq  0x00000082 , 0x00007a89 
+ 00031359  0x000087e7 beq  0x00000083 , 0x00007a8b 
+ 00031360  0x000087e8 and_into  0x0000007f , 0x0000003f 
+ 00031361  0x000087e9 beq  0x00000000 , 0x00007a83 
+ 00031362  0x000087ea branch  0x000079e4 
+ 00031363  0x000087ed fetch  0x00000001 , 0x00000904 
+ 00031364  0x000087ef arg  0x00000002 , 0x00000012 
+ 00031365  0x000087f0 beq  0x00000001 , 0x00007a72 
+ 00031366  0x000087f1 branch  0x00007a70 
+ 00031367  0x000087f3 fetch  0x00000001 , 0x00000905 
+ 00031368  0x000087f4 branch  0x00007a84 
+ 00031369  0x000087f6 fetch  0x00000001 , 0x00000906 
+ 00031370  0x000087f7 branch  0x00007a84 
+ 00031371  0x000087f9 fetch  0x00000001 , 0x00000907 
+ 00031372  0x000087fa branch  0x00007a84 
+ 00031373  0x000087fd jam  0x00000001 , 0x000008fb 
+ 00031374  0x000087fe arg  0x000008fc , 0x00000011 
+ 00031375  0x000087ff arg  0x00000001 , 0x00000012 
+ 00031376  0x00008800 branch  0x00007b8b 
+ 00031377  0x00008803 fetch  0x00000002 , 0x0000086f 
+ 00031378  0x00008804 arg  0x000001ba , 0x00000002 
+ 00031379  0x00008805 isub  0x00000002 , 0x0000003e 
+ 00031380  0x00008806 nbranch  0x000079e4 , 0x00000005 
+ 00031381  0x00008809 fetch  0x00000001 , 0x000008f8 
+ 00031382  0x0000880a nbranch  0x00007a9f , 0x00000034 
+ 00031383  0x0000880b jam  0x00000000 , 0x000008b5 
+ 00031384  0x0000880d fetch  0x00000001 , 0x00000873 
+ 00031385  0x0000880e iforce  0x00000012 
+ 00031386  0x0000880f arg  0x000008b5 , 0x00000011 
+ 00031387  0x00008810 call  0x00007b8b 
+ 00031388  0x00008812 arg  0x000008b5 , 0x00000005 
+ 00031389  0x00008813 arg  0x00000040 , 0x00000039 
+ 00031390  0x00008814 branch  0x00007ca3 
+ 00031391  0x00008816 jam  0x00000000 , 0x000008f8 
+ 00031392  0x00008817 jam  0x00000001 , 0x000008b5 
+ 00031393  0x00008818 branch  0x00007a98 
+ 00031394  0x0000881b fetch  0x00000001 , 0x00000873 
+ 00031395  0x0000881c bne  0x00000001 , 0x000079e4 
+ 00031396  0x0000881d jam  0x00000001 , 0x000008fd 
+ 00031397  0x0000881e arg  0x00000001 , 0x00000012 
+ 00031398  0x0000881f fetch  0x00000001 , 0x000008ff 
+ 00031399  0x00008820 beq  0x00000000 , 0x00007aaa 
+ 00031400  0x00008821 beq  0x00000001 , 0x00007aab 
+ 00031401  0x00008822 branch  0x00007a70 
+ 00031402  0x00008824 branch  0x00007a72 
+ 00031403  0x00008826 branch  0x00007a70 
+ 00031404  0x0000882c fetch  0x00000001 , 0x0000086b 
+ 00031405  0x0000882d bne  0x00000004 , 0x000079e4 
+ 00031406  0x0000882e fetch  0x00000001 , 0x00000873 
+ 00031407  0x0000882f bne  0x00000000 , 0x000079e4 
+ 00031408  0x00008830 fetch  0x00000001 , 0x00000874 
+ 00031409  0x00008831 bne  0x00000000 , 0x000079e4 
+ 00031410  0x00008832 fetch  0x00000001 , 0x00000870 
+ 00031411  0x00008833 bne  0x00000000 , 0x000079e4 
+ 00031412  0x00008834 fetch  0x00000001 , 0x00000872 
+ 00031413  0x00008835 bne  0x00000000 , 0x000079e4 
+ 00031414  0x00008836 fetch  0x00000001 , 0x0000086d 
+ 00031415  0x00008837 beq  0x00000000 , 0x00007abb 
+ 00031416  0x00008838 beq  0x00000001 , 0x00007ac8 
+ 00031417  0x00008839 beq  0x00000002 , 0x00007ac9 
+ 00031418  0x0000883a branch  0x000079e4 
+ 00031419  0x0000883d fetch  0x00000001 , 0x0000086f 
+ 00031420  0x0000883e bne  0x00000001 , 0x000079e4 
+ 00031421  0x0000883f fetch  0x00000001 , 0x00008c00 
+ 00031422  0x00008840 set0  0x00000007 , 0x0000003f 
+ 00031423  0x00008841 store  0x00000001 , 0x00008c00 
+ 00031424  0x00008842 jam  0x00000000 , 0x00000901 
+ 00031425  0x00008843 jam  0x00000001 , 0x00000902 
+ 00031426  0x00008844 fetch  0x00000001 , 0x00000903 
+ 00031427  0x00008845 branch  0x000079e9 , 0x00000034 
+ 00031428  0x00008846 jam  0x00000000 , 0x00000903 
+ 00031429  0x00008847 jam  0x00000000 , 0x00000902 
+ 00031430  0x00008848 jam  0x00000002 , 0x00000900 
+ 00031431  0x00008849 branch  0x000079e9 
+ 00031432  0x0000884c branch  0x000079e4 
+ 00031433  0x0000884f fetch  0x00000001 , 0x0000086f 
+ 00031434  0x00008850 bne  0x00000000 , 0x000079e4 
+ 00031435  0x00008851 fetch  0x00000001 , 0x00000871 
+ 00031436  0x00008852 beq  0x00000081 , 0x00007ad4 
+ 00031437  0x00008853 beq  0x00000082 , 0x00007ad7 
+ 00031438  0x00008854 beq  0x00000083 , 0x00007ad9 
+ 00031439  0x00008855 and_into  0x0000007f , 0x0000003f 
+ 00031440  0x00008856 beq  0x00000000 , 0x00007ad2 
+ 00031441  0x00008857 branch  0x000079e4 
+ 00031442  0x0000885a jam  0x00000000 , 0x00000904 
+ 00031443  0x0000885b branch  0x000079e9 
+ 00031444  0x0000885d jam  0x00000000 , 0x00000905 
+ 00031445  0x0000885f jam  0x00000001 , 0x00000912 
+ 00031446  0x00008860 branch  0x000079e9 
+ 00031447  0x00008862 jam  0x00000000 , 0x00000906 
+ 00031448  0x00008863 branch  0x00007ad5 
+ 00031449  0x00008865 jam  0x00000000 , 0x00000907 
+ 00031450  0x00008866 branch  0x00007ad5 
+ 00031451  0x0000886a fetch  0x00000001 , 0x00000873 
+ 00031452  0x0000886b bne  0x00000000 , 0x000079e4 
+ 00031453  0x0000886c fetch  0x00000001 , 0x00000874 
+ 00031454  0x0000886d bne  0x00000000 , 0x000079e4 
+ 00031455  0x0000886e fetch  0x00000001 , 0x0000086d 
+ 00031456  0x0000886f beq  0x00000000 , 0x00007ae4 
+ 00031457  0x00008870 beq  0x00000001 , 0x00007af2 
+ 00031458  0x00008871 beq  0x00000002 , 0x00007af3 
+ 00031459  0x00008872 branch  0x000079e4 
+ 00031460  0x00008875 fetch  0x00000001 , 0x0000086f 
+ 00031461  0x00008876 bne  0x00000001 , 0x000079e4 
+ 00031462  0x00008877 call  0x000048b1 
+ 00031463  0x00008878 fetch  0x00000001 , 0x00008c00 
+ 00031464  0x00008879 set1  0x00000007 , 0x0000003f 
+ 00031465  0x0000887a store  0x00000001 , 0x00008c00 
+ 00031466  0x0000887b jam  0x00000001 , 0x00000901 
+ 00031467  0x0000887c jam  0x00000003 , 0x00000900 
+ 00031468  0x0000887d jam  0x00000000 , 0x000008f9 
+ 00031469  0x0000887e call  0x000079e9 
+ 00031470  0x00008880 call  0x00007cee 
+ 00031471  0x00008881 setarg  0x00001388 
+ 00031472  0x00008882 arg  0x0000000f , 0x00000007 
+ 00031473  0x00008883 branch  0x00007ce1 
+ 00031474  0x00008886 branch  0x000079e4 
+ 00031475  0x00008889 fetch  0x00000001 , 0x0000086f 
+ 00031476  0x0000888a bne  0x00000000 , 0x000079e4 
+ 00031477  0x0000888b fetch  0x00000001 , 0x00000870 
+ 00031478  0x0000888c bne  0x00000000 , 0x000079e4 
+ 00031479  0x0000888d fetch  0x00000001 , 0x00000871 
+ 00031480  0x0000888e beq  0x00000081 , 0x00007b00 
+ 00031481  0x0000888f beq  0x00000082 , 0x00007b02 
+ 00031482  0x00008890 beq  0x00000083 , 0x00007b04 
+ 00031483  0x00008891 and_into  0x0000007f , 0x0000003f 
+ 00031484  0x00008892 beq  0x00000000 , 0x00007afe 
+ 00031485  0x00008893 branch  0x000079e4 
+ 00031486  0x00008896 jam  0x00000001 , 0x00000904 
+ 00031487  0x00008897 branch  0x000079e9 
+ 00031488  0x00008899 jam  0x00000001 , 0x00000905 
+ 00031489  0x0000889a branch  0x000079e9 
+ 00031490  0x0000889c jam  0x00000001 , 0x00000906 
+ 00031491  0x0000889d branch  0x000079e9 
+ 00031492  0x0000889f jam  0x00000001 , 0x00000907 
+ 00031493  0x000088a0 branch  0x000079e9 
+ 00031494  0x000088a4 fetch  0x00000001 , 0x0000086d 
+ 00031495  0x000088a5 bne  0x00000000 , 0x000079e4 
+ 00031496  0x000088a6 fetch  0x00000001 , 0x00000871 
+ 00031497  0x000088a7 bne  0x00000000 , 0x000079e4 
+ 00031498  0x000088a8 fetch  0x00000001 , 0x00000872 
+ 00031499  0x000088a9 bne  0x00000000 , 0x000079e4 
+ 00031500  0x000088aa fetch  0x00000001 , 0x00000873 
+ 00031501  0x000088ab bne  0x00000000 , 0x000079e4 
+ 00031502  0x000088ac fetch  0x00000001 , 0x00000874 
+ 00031503  0x000088ad bne  0x00000000 , 0x000079e4 
+ 00031504  0x000088ae fetch  0x00000001 , 0x00000870 
+ 00031505  0x000088af bne  0x00000000 , 0x000079e4 
+ 00031506  0x000088b0 fetch  0x00000001 , 0x0000086f 
+ 00031507  0x000088b1 and_into  0x00000080 , 0x0000003f 
+ 00031508  0x000088b2 bne  0x00000000 , 0x000079e4 
+ 00031509  0x000088b3 fetch  0x00000001 , 0x0000086f 
+ 00031510  0x000088b4 bne  0x00000000 , 0x00007b1d 
+ 00031511  0x000088b6 jam  0x00000002 , 0x0000086b 
+ 00031512  0x000088b8 fetch  0x00000001 , 0x0000086f 
+ 00031513  0x000088b9 store  0x00000001 , 0x00008c01 
+ 00031514  0x000088ba call  0x000079e9 
+ 00031515  0x000088bb jam  0x00000001 , 0x00000911 
+ 00031516  0x000088bc rtn 
+ 00031517  0x000088be jam  0x00000003 , 0x0000086b 
+ 00031518  0x000088bf branch  0x00007b18 
+ 00031519  0x000088c3 fetch  0x00000001 , 0x0000086b 
+ 00031520  0x000088c4 beq  0x00000002 , 0x000079e4 
+ 00031521  0x000088c5 fetch  0x00000001 , 0x0000086d 
+ 00031522  0x000088c6 bne  0x00000000 , 0x000079e4 
+ 00031523  0x000088c7 fetch  0x00000001 , 0x00000871 
+ 00031524  0x000088c8 bne  0x00000000 , 0x000079e4 
+ 00031525  0x000088c9 fetch  0x00000001 , 0x00000872 
+ 00031526  0x000088ca bne  0x00000000 , 0x000079e4 
+ 00031527  0x000088cb fetch  0x00000001 , 0x00000873 
+ 00031528  0x000088cc bne  0x00000000 , 0x000079e4 
+ 00031529  0x000088cd fetch  0x00000001 , 0x00000874 
+ 00031530  0x000088ce bne  0x00000000 , 0x000079e4 
+ 00031531  0x000088cf fetch  0x00000001 , 0x00000870 
+ 00031532  0x000088d0 bne  0x00000000 , 0x000079e4 
+ 00031533  0x000088d1 fetch  0x00000001 , 0x0000086f 
+ 00031534  0x000088d2 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031535  0x000088d3 nbranch  0x000079e4 , 0x00000002 
+ 00031536  0x000088d4 fetch  0x00000001 , 0x0000086b 
+ 00031537  0x000088d5 beq  0x00000003 , 0x00007b34 
+ 00031538  0x000088d6 beq  0x00000004 , 0x00007b34 
+ 00031539  0x000088d7 branch  0x000079e4 
+ 00031540  0x000088db fetch  0x00000001 , 0x0000086f 
+ 00031541  0x000088dc beq  0x00000000 , 0x00007b38 
+ 00031542  0x000088dd jam  0x00000004 , 0x0000086b 
+ 00031543  0x000088de branch  0x000079e9 
+ 00031544  0x000088e0 jam  0x00000003 , 0x0000086b 
+ 00031545  0x000088e1 branch  0x000079e9 
+ 00031546  0x000088e5 fetch  0x00000001 , 0x0000086b 
+ 00031547  0x000088e6 bne  0x00000004 , 0x000079e4 
+ 00031548  0x000088e7 fetch  0x00000001 , 0x0000086d 
+ 00031549  0x000088e8 bne  0x00000001 , 0x000079e4 
+ 00031550  0x000088e9 fetch  0x00000001 , 0x0000086f 
+ 00031551  0x000088ea bne  0x00000000 , 0x000079e4 
+ 00031552  0x000088eb fetch  0x00000001 , 0x00000870 
+ 00031553  0x000088ec bne  0x00000000 , 0x000079e4 
+ 00031554  0x000088ed fetch  0x00000001 , 0x00000873 
+ 00031555  0x000088ee bne  0x00000000 , 0x000079e4 
+ 00031556  0x000088ef fetch  0x00000001 , 0x00000874 
+ 00031557  0x000088f0 bne  0x00000000 , 0x000079e4 
+ 00031558  0x000088f1 fetch  0x00000001 , 0x00000871 
+ 00031559  0x000088f2 bne  0x00000000 , 0x000079e4 
+ 00031560  0x000088f3 fetch  0x00000001 , 0x00000872 
+ 00031561  0x000088f4 bne  0x00000000 , 0x000079e4 
+ 00031562  0x000088f5 branch  0x000079e9 
+ 00031563  0x000088f9 bpatchx  0x00000003 , 0x00004020 
+ 00031564  0x000088fa jam  0x00000001 , 0x000008fb 
+ 00031565  0x000088fb fetch  0x00000001 , 0x00000870 
+ 00031566  0x000088fc store  0x00000001 , 0x000008fc 
+ 00031567  0x000088fd fetch  0x00000001 , 0x00000871 
+ 00031568  0x000088fe sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031569  0x000088ff call  0x00007b59 , 0x00000005 
+ 00031570  0x00008900 fetch  0x00000001 , 0x00000900 
+ 00031571  0x00008901 bne  0x00000004 , 0x000079e9 
+ 00031572  0x00008902 jam  0x00000002 , 0x00000900 
+ 00031573  0x00008903 call  0x000079e9 
+ 00031574  0x00008904 nop  0x00007530 
+ 00031575  0x00008905 nop  0x00007530 
+ 00031576  0x00008906 rtn 
+ 00031577  0x00008908 jam  0x00000001 , 0x0000090e 
+ 00031578  0x00008909 jam  0x00000000 , 0x00000902 
+ 00031579  0x0000890a jam  0x00000004 , 0x00000900 
+ 00031580  0x0000890b rtn 
+ 00031581  0x0000890f nop  0x00003a98 
+ 00031582  0x00008910 arg  0x00000875 , 0x00000005 
+ 00031583  0x00008911 call  0x00007993 
+ 00031584  0x00008912 jam  0x00000001 , 0x000008f7 
+ 00031585  0x00008913 call  0x00007b6e 
+ 00031586  0x00008914 fetch  0x00000002 , 0x0000086f 
+ 00031587  0x00008915 store  0x00000002 , 0x000008f5 
+ 00031588  0x00008916 call  0x000079e9 
+ 00031589  0x00008917 fetch  0x00000001 , 0x000043cb 
+ 00031590  0x00008918 rtnne  0x00000004 
+ 00031591  0x00008919 fetch  0x00000001 , 0x000008f9 
+ 00031592  0x0000891a rtn  0x00000034 
+ 00031593  0x0000891b fetch  0x00000001 , 0x00000875 
+ 00031594  0x0000891d store  0x00000001 , 0x00004621 
+ 00031595  0x0000891e jam  0x00000000 , 0x000008f9 
+ 00031596  0x0000891f jam  0x00000003 , 0x00004611 
+ 00031597  0x00008920 rtn 
+ 00031598  0x00008924 fetch  0x00000002 , 0x0000086f 
+ 00031599  0x00008925 arg  0x00000200 , 0x00000002 
+ 00031600  0x00008926 isub  0x00000002 , 0x0000003e 
+ 00031601  0x00008927 nrtn  0x00000005 
+ 00031602  0x00008928 fetch  0x00000002 , 0x00000871 
+ 00031603  0x00008929 arg  0x00000000 , 0x00000002 
+ 00031604  0x0000892a isub  0x00000002 , 0x0000003e 
+ 00031605  0x0000892b nrtn  0x00000005 
+ 00031606  0x0000892c fetch  0x00000002 , 0x00000873 
+ 00031607  0x0000892d arg  0x00000001 , 0x00000002 
+ 00031608  0x0000892e isub  0x00000002 , 0x0000003e 
+ 00031609  0x0000892f nrtn  0x00000005 
+ 00031610  0x00008930 jam  0x00000001 , 0x000008f9 
+ 00031611  0x00008931 rtn 
+ 00031612  0x00008935 fetch  0x00000001 , 0x00000873 
+ 00031613  0x00008936 bne  0x00000000 , 0x000079e4 
+ 00031614  0x00008937 fetch  0x00000001 , 0x0000086f 
+ 00031615  0x00008938 beq  0x00000000 , 0x00007b82 
+ 00031616  0x00008939 beq  0x00000001 , 0x00007b85 
+ 00031617  0x0000893a branch  0x000079e4 
+ 00031618  0x0000893c jam  0x00000000 , 0x000008fe 
+ 00031619  0x0000893d jam  0x00000001 , 0x000008ff 
+ 00031620  0x0000893e branch  0x000079e9 
+ 00031621  0x00008940 jam  0x00000001 , 0x000008fa 
+ 00031622  0x00008941 jam  0x00000001 , 0x000008fe 
+ 00031623  0x00008942 jam  0x00000000 , 0x000008ff 
+ 00031624  0x00008943 branch  0x000079e9 
+ 00031625  0x00008947 ifetchr  0x00000012 , 0x00000001 , 0x00000011 
+ 00031626  0x00008948 increase  0x00000001 , 0x00000011 
+ 00031627  0x0000894b bpatchx  0x00000004 , 0x00004020 
+ 00031628  0x0000894c set1  0x0000000e , 0x00000000 
+ 00031629  0x0000894d bmark0  0x00000023 , 0x00007b90 
+ 00031630  0x0000894e increase  0x00000001 , 0x00000012 
+ 00031631  0x0000894f lshift  0x00000012 , 0x00000012 
+ 00031632  0x00008951 storer  0x00000011 , 0x00000002 , 0x000007a4 
+ 00031633  0x00008952 storer  0x00000012 , 0x00000001 , 0x000007a6 
+ 00031634  0x00008953 branch  0x00007b96 
+ 00031635  0x00008954 rtn 
+ 00031636  0x00008957 arg  0x00000000 , 0x00000007 
+ 00031637  0x00008958 branch  0x00007bd7 
+ 00031638  0x0000895e bpatchx  0x00000005 , 0x00004020 
+ 00031639  0x0000895f fetch  0x00000001 , 0x00008c25 
+ 00031640  0x00008960 rtnbit1  0x00000000 
+ 00031641  0x00008961 fetch  0x00000001 , 0x000007a6 
+ 00031642  0x00008962 rtn  0x00000034 
+ 00031643  0x00008963 copy  0x0000003f , 0x00000039 
+ 00031644  0x00008964 iforce  0x00000002 
+ 00031645  0x00008965 fetch  0x00000002 , 0x00000873 
+ 00031646  0x00008966 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00031647  0x00008967 branch  0x00007ba4 , 0x00000002 
+ 00031648  0x00008968 sub  0x00000039 , 0x00000040 , 0x0000003e 
+ 00031649  0x00008969 branch  0x00007ba8 , 0x00000002 
+ 00031650  0x0000896a force  0x00000040 , 0x00000039 
+ 00031651  0x0000896b branch  0x00007ba8 
+ 00031652  0x0000896d isub  0x00000039 , 0x0000003e 
+ 00031653  0x0000896e branch  0x00007ba8 , 0x00000002 
+ 00031654  0x0000896f iforce  0x00000039 
+ 00031655  0x00008970 store  0x00000001 , 0x000007a6 
+ 00031656  0x00008972 fetch  0x00000001 , 0x000007a6 
+ 00031657  0x00008973 isub  0x00000039 , 0x0000003f 
+ 00031658  0x00008974 store  0x00000001 , 0x000007a6 
+ 00031659  0x00008975 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00031660  0x00008976 store  0x00000001 , 0x0000070e 
+ 00031661  0x00008977 bmark0  0x00000023 , 0x00007bba 
+ 00031662  0x00008978 rshift  0x0000003f , 0x0000003f 
+ 00031663  0x00008979 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00031664  0x0000897a store  0x00000001 , 0x0000070e 
+ 00031665  0x0000897b bmark0  0x0000000e , 0x00007bba 
+ 00031666  0x0000897c set0  0x0000000e , 0x00000000 
+ 00031667  0x0000897d istoret  0x00000001 , 0x00000005 
+ 00031668  0x0000897e setarg  0x00000003 
+ 00031669  0x0000897f istore  0x00000001 , 0x00000005 
+ 00031670  0x00008980 increase  0xffffffff , 0x00000039 
+ 00031671  0x00008981 copy  0x00000039 , 0x0000003f 
+ 00031672  0x00008982 nbranch  0x00007bba , 0x00000005 
+ 00031673  0x00008983 increase  0x00000001 , 0x00000039 
+ 00031674  0x00008985 fetch  0x00000002 , 0x000007a4 
+ 00031675  0x00008986 copy  0x0000003f , 0x00000006 
+ 00031676  0x00008988 ifetch  0x00000001 , 0x00000006 
+ 00031677  0x00008989 istore  0x00000001 , 0x00000005 
+ 00031678  0x0000898a bmark0  0x00000023 , 0x00007bc1 
+ 00031679  0x0000898b setarg  0x00000000 
+ 00031680  0x0000898c istore  0x00000001 , 0x00000005 
+ 00031681  0x0000898e loop  0x00007bbc 
+ 00031682  0x0000898f copy  0x00000006 , 0x0000003f 
+ 00031683  0x00008990 store  0x00000002 , 0x000007a4 
+ 00031684  0x00008991 setarg  0x0000070e 
+ 00031685  0x00008992 store  0x00000002 , 0x00008c08 
+ 00031686  0x00008993 arg  0x00000000 , 0x00000007 
+ 00031687  0x00008994 call  0x00007bd7 
+ 00031688  0x00008995 fetch  0x00000001 , 0x000007a6 
+ 00031689  0x00008996 nrtn  0x00000034 
+ 00031690  0x00008997 jam  0x00000002 , 0x00008c1b 
+ 00031691  0x00008998 fetch  0x00000001 , 0x00000900 
+ 00031692  0x00008999 rtnne  0x00000001 
+ 00031693  0x0000899a jam  0x00000002 , 0x00000900 
+ 00031694  0x0000899b rtn 
+ 00031695  0x000089a0 arg  0x0000074f , 0x00000011 
+ 00031696  0x000089a1 arg  0x00000001 , 0x00000007 
+ 00031697  0x000089a2 storer  0x00000011 , 0x00000002 , 0x00008c0a 
+ 00031698  0x000089a4 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00031699  0x000089a5 istore  0x00000001 , 0x00000011 
+ 00031700  0x000089a7 ifetch  0x00000001 , 0x00000006 
+ 00031701  0x000089a8 istore  0x00000001 , 0x00000005 
+ 00031702  0x000089a9 loop  0x00007bd4 
+ 00031703  0x000089ab setarg  0x00000000 
+ 00031704  0x000089ac qset1  0x0000003f 
+ 00031705  0x000089ad store  0x00000001 , 0x00008c18 
+ 00031706  0x000089ae rtn 
+ 00031707  0x000089b1 arg  0x00000002 , 0x00000007 
+ 00031708  0x000089b2 arg  0x00000759 , 0x00000011 
+ 00031709  0x000089b3 storer  0x00000011 , 0x00000002 , 0x00008c0c 
+ 00031710  0x000089b4 branch  0x00007bd2 
+ 00031711  0x000089b7 bpatchx  0x00000006 , 0x00004020 
+ 00031712  0x000089b8 fetch  0x00000001 , 0x0000090d 
+ 00031713  0x000089b9 rtn  0x00000034 
+ 00031714  0x000089ba fetch  0x00000001 , 0x00008c25 
+ 00031715  0x000089bb and_into  0x0000000f , 0x0000003f 
+ 00031716  0x000089bc nbranch  0x00007c30 , 0x00000034 
+ 00031717  0x000089bd fetch  0x00000001 , 0x0000090e 
+ 00031718  0x000089be branch  0x00007c06 , 0x00000034 
+ 00031719  0x000089bf fetch  0x00000001 , 0x00000900 
+ 00031720  0x000089c0 beq  0x00000003 , 0x00007c40 
+ 00031721  0x000089c1 bne  0x00000002 , 0x00007c06 
+ 00031722  0x000089c2 fetch  0x00000001 , 0x00000902 
+ 00031723  0x000089c3 nbranch  0x00007c06 , 0x00000034 
+ 00031724  0x000089c4 call  0x00007bee 
+ 00031725  0x000089c5 branch  0x00007bf9 
+ 00031726  0x000089c8 fetch  0x00000001 , 0x00008c25 
+ 00031727  0x000089c9 rtnbit1  0x00000001 
+ 00031728  0x000089ca fetch  0x00000001 , 0x0000090d 
+ 00031729  0x000089cb rtnbit0  0x00000001 
+ 00031730  0x000089cc fetch  0x00000001 , 0x0000090d 
+ 00031731  0x000089cd set0  0x00000001 , 0x0000003f 
+ 00031732  0x000089ce store  0x00000001 , 0x0000090d 
+ 00031733  0x000089cf fetch  0x00000001 , 0x0000090b 
+ 00031734  0x000089d0 rtn  0x00000034 
+ 00031735  0x000089d1 beq  0x00000010 , 0x00007c28 
+ 00031736  0x000089d2 branch  0x0000235a 
+ 00031737  0x000089d5 fetch  0x00000001 , 0x00008c25 
+ 00031738  0x000089d6 rtnbit1  0x00000002 
+ 00031739  0x000089d7 fetch  0x00000001 , 0x0000090d 
+ 00031740  0x000089d8 rtnbit0  0x00000002 
+ 00031741  0x000089d9 fetch  0x00000001 , 0x0000090d 
+ 00031742  0x000089da set0  0x00000002 , 0x0000003f 
+ 00031743  0x000089db store  0x00000001 , 0x0000090d 
+ 00031744  0x000089dc fetch  0x00000001 , 0x0000090c 
+ 00031745  0x000089dd rtn  0x00000034 
+ 00031746  0x000089de beq  0x00000020 , 0x00007c09 
+ 00031747  0x000089df beq  0x00000021 , 0x00007c24 
+ 00031748  0x000089e0 beq  0x00000022 , 0x00007c2c 
+ 00031749  0x000089e1 branch  0x0000235a 
+ 00031750  0x000089e5 arg  0x00000913 , 0x00000005 
+ 00031751  0x000089e6 arg  0x00000040 , 0x00000039 
+ 00031752  0x000089e7 branch  0x00007ca3 
+ 00031753  0x000089ea fetch  0x00000001 , 0x000008fb 
+ 00031754  0x000089eb fetcht  0x00000001 , 0x000008fd 
+ 00031755  0x000089ec iand  0x00000002 , 0x0000003f 
+ 00031756  0x000089ed branch  0x00007c20 , 0x00000034 
+ 00031757  0x000089ee fetcht  0x00000001 , 0x000008fe 
+ 00031758  0x000089ef iadd  0x00000002 , 0x0000003f 
+ 00031759  0x000089f0 beq  0x00000001 , 0x00007c11 
+ 00031760  0x000089f1 branch  0x00007c20 
+ 00031761  0x000089f4 jam  0x00000000 , 0x0000090c 
+ 00031762  0x000089f6 fetch  0x00000001 , 0x00000914 
+ 00031763  0x000089f7 beq  0x00000002 , 0x00007c21 
+ 00031764  0x000089f8 beq  0x00000003 , 0x00007c21 
+ 00031765  0x000089f9 fetch  0x00000001 , 0x00000914 
+ 00031766  0x000089fa store  0x00000001 , 0x00000913 
+ 00031767  0x000089fb fetch  0x00000001 , 0x00000915 
+ 00031768  0x000089fc istore  0x00000001 , 0x00000005 
+ 00031769  0x000089fd fetch  0x00000001 , 0x00000917 
+ 00031770  0x000089fe istore  0x00000001 , 0x00000005 
+ 00031771  0x000089ff fetch  0x00000001 , 0x00000919 
+ 00031772  0x00008a00 istore  0x00000001 , 0x00000005 
+ 00031773  0x00008a01 arg  0x00000004 , 0x00000039 
+ 00031774  0x00008a02 arg  0x00000913 , 0x00000006 
+ 00031775  0x00008a03 branch  0x00007bdb 
+ 00031776  0x00008a06 jam  0x00000000 , 0x0000090c 
+ 00031777  0x00008a08 arg  0x00000008 , 0x00000039 
+ 00031778  0x00008a09 arg  0x00000913 , 0x00000006 
+ 00031779  0x00008a0a branch  0x00007bdb 
+ 00031780  0x00008a0d jam  0x00000000 , 0x0000090c 
+ 00031781  0x00008a0e arg  0x00000003 , 0x00000039 
+ 00031782  0x00008a0f arg  0x00000933 , 0x00000006 
+ 00031783  0x00008a10 branch  0x00007bdb 
+ 00031784  0x00008a13 jam  0x00000000 , 0x0000090b 
+ 00031785  0x00008a14 arg  0x00000008 , 0x00000039 
+ 00031786  0x00008a15 arg  0x00000923 , 0x00000006 
+ 00031787  0x00008a16 branch  0x00007bcf 
+ 00031788  0x00008a19 jam  0x00000000 , 0x0000090c 
+ 00031789  0x00008a1a arg  0x00000002 , 0x00000039 
+ 00031790  0x00008a1b arg  0x00000943 , 0x00000006 
+ 00031791  0x00008a1c branch  0x00007bdb 
+ 00031792  0x00008a1f fetch  0x00000001 , 0x00000900 
+ 00031793  0x00008a20 beq  0x00000002 , 0x00007c33 
+ 00031794  0x00008a21 rtn 
+ 00031795  0x00008a23 fetch  0x00000001 , 0x00008c00 
+ 00031796  0x00008a24 set1  0x00000007 , 0x0000003f 
+ 00031797  0x00008a25 store  0x00000001 , 0x00008c00 
+ 00031798  0x00008a26 jam  0x00000001 , 0x00000910 
+ 00031799  0x00008a27 rtn 
+ 00031800  0x00008a2a fetch  0x00000001 , 0x00000900 
+ 00031801  0x00008a2b rtneq  0x00000003 
+ 00031802  0x00008a2c beq  0x00000002 , 0x00007c3c 
+ 00031803  0x00008a2d rtn 
+ 00031804  0x00008a2f fetch  0x00000001 , 0x00000910 
+ 00031805  0x00008a30 rtn  0x00000034 
+ 00031806  0x00008a31 jam  0x00000001 , 0x0000090f 
+ 00031807  0x00008a32 branch  0x00007c43 
+ 00031808  0x00008a35 arg  0x0000000f , 0x00000007 
+ 00031809  0x00008a36 call  0x00007cef 
+ 00031810  0x00008a37 nrtn  0x00000034 
+ 00031811  0x00008a39 fetch  0x00000001 , 0x00008c00 
+ 00031812  0x00008a3a rtnbit0  0x00000007 
+ 00031813  0x00008a3b jam  0x000000fc , 0x00008c00 
+ 00031814  0x00008a3c nop  0x00007530 
+ 00031815  0x00008a3d jam  0x0000003c , 0x00008c00 
+ 00031816  0x00008a3e rtn 
+ 00031817  0x00008a46 storer  0x00000005 , 0x00000002 , 0x00000691 
+ 00031818  0x00008a47 storet  0x00000008 , 0x00000678 
+ 00031819  0x00008a48 storer  0x0000000b , 0x00000004 , 0x00000680 
+ 00031820  0x00008a49 call  0x00007c51 
+ 00031821  0x00008a4a storer  0x00000006 , 0x00000002 , 0x0000068f 
+ 00031822  0x00008a4b storer  0x00000039 , 0x00000002 , 0x0000069b 
+ 00031823  0x00008a4c storer  0x00000007 , 0x00000002 , 0x00000699 
+ 00031824  0x00008a4d rtn 
+ 00031825  0x00008a50 storer  0x00000011 , 0x00000004 , 0x00000684 
+ 00031826  0x00008a51 storer  0x00000012 , 0x00000004 , 0x00000688 
+ 00031827  0x00008a52 storer  0x00000013 , 0x00000003 , 0x0000068c 
+ 00031828  0x00008a53 rtn 
+ 00031829  0x00008a56 bpatchx  0x00000007 , 0x00004020 
+ 00031830  0x00008a57 fetch  0x00000002 , 0x00000691 
+ 00031831  0x00008a58 iforce  0x00000005 
+ 00031832  0x00008a59 fetcht  0x00000008 , 0x00000678 
+ 00031833  0x00008a5a fetchr  0x0000000b , 0x00000004 , 0x00000680 
+ 00031834  0x00008a5b call  0x00007c60 
+ 00031835  0x00008a5c fetchr  0x00000039 , 0x00000002 , 0x0000069b 
+ 00031836  0x00008a5d fetchr  0x00000007 , 0x00000002 , 0x00000699 
+ 00031837  0x00008a5e fetch  0x00000002 , 0x0000068f 
+ 00031838  0x00008a5f iforce  0x00000006 
+ 00031839  0x00008a60 rtn 
+ 00031840  0x00008a63 fetchr  0x00000011 , 0x00000004 , 0x00000684 
+ 00031841  0x00008a64 fetchr  0x00000012 , 0x00000004 , 0x00000688 
+ 00031842  0x00008a65 fetchr  0x00000013 , 0x00000003 , 0x0000068c 
+ 00031843  0x00008a66 rtn 
+ 00031844  0x00008a69 fetch  0x00000002 , 0x00000691 
+ 00031845  0x00008a6a copy  0x0000003f , 0x00000005 
+ 00031846  0x00008a6b rtn 
+ 00031847  0x00008a6d fetch  0x00000002 , 0x0000068f 
+ 00031848  0x00008a6e copy  0x0000003f , 0x00000006 
+ 00031849  0x00008a6f rtn 
+ 00031850  0x00008a72 copy  0x00000005 , 0x0000003f 
+ 00031851  0x00008a73 store  0x00000002 , 0x00000691 
+ 00031852  0x00008a74 rtn 
+ 00031853  0x00008a76 copy  0x00000006 , 0x0000003f 
+ 00031854  0x00008a77 store  0x00000002 , 0x0000068f 
+ 00031855  0x00008a78 rtn 
+ 00031856  0x00008a7d copy  0x00000005 , 0x0000003f 
+ 00031857  0x00008a7e store  0x00000002 , 0x00000691 
+ 00031858  0x00008a7f copy  0x00000006 , 0x0000003f 
+ 00031859  0x00008a80 store  0x00000002 , 0x0000068f 
+ 00031860  0x00008a81 rtn 
+ 00031861  0x00008a84 fetch  0x00000002 , 0x00000691 
+ 00031862  0x00008a85 copy  0x0000003f , 0x00000005 
+ 00031863  0x00008a86 fetch  0x00000002 , 0x0000068f 
+ 00031864  0x00008a87 copy  0x0000003f , 0x00000006 
+ 00031865  0x00008a88 rtn 
+ 00031866  0x00008a8e isub  0x00000002 , 0x00000011 
+ 00031867  0x00008a8f rtn  0x00000002 
+ 00031868  0x00008a90 arg  0x00000100 , 0x00000011 
+ 00031869  0x00008a91 iadd  0x00000011 , 0x0000003f 
+ 00031870  0x00008a92 isub  0x00000002 , 0x00000011 
+ 00031871  0x00008a93 rtn 
+ 00031872  0x00008a96 call  0x00007c8d 
+ 00031873  0x00008a98 call  0x00007c8d 
+ 00031874  0x00008a99 branch  0x00007c8d 
+ 00031875  0x00008a9d call  0x00007c89 
+ 00031876  0x00008a9f ifetch  0x00000001 , 0x00000006 
+ 00031877  0x00008aa0 istore  0x00000001 , 0x00000005 
+ 00031878  0x00008aa2 ifetch  0x00000003 , 0x00000006 
+ 00031879  0x00008aa3 istore  0x00000003 , 0x00000005 
+ 00031880  0x00008aa4 rtn 
+ 00031881  0x00008aa6 ifetch  0x00000008 , 0x00000006 
+ 00031882  0x00008aa7 istore  0x00000008 , 0x00000005 
+ 00031883  0x00008aa8 rtn 
+ 00031884  0x00008aab call  0x00007c8f 
+ 00031885  0x00008aad call  0x00007c89 
+ 00031886  0x00008aaf call  0x00007c89 
+ 00031887  0x00008ab1 call  0x00007c89 
+ 00031888  0x00008ab2 branch  0x00007c89 
+ 00031889  0x00008ab5 increase  0xffffffff , 0x0000003f 
+ 00031890  0x00008ab6 nop  0x00000026 
+ 00031891  0x00008ab7 nbranch  0x00007c91 , 0x00000034 
+ 00031892  0x00008ab8 rtn 
+ 00031893  0x00008abc arg  0x0000000a , 0x00000039 
+ 00031894  0x00008abe nop  0x00002ee0 
+ 00031895  0x00008abf loop  0x00007c96 
+ 00031896  0x00008ac0 rtn 
+ 00031897  0x00008ac4 call  0x00007c9a 
+ 00031898  0x00008ac6 call  0x00007c9b 
+ 00031899  0x00008ac8 force  0x00000004 , 0x00000039 
+ 00031900  0x00008ac9 branch  0x00007ca3 
+ 00031901  0x00008acc force  0x00000020 , 0x00000039 
+ 00031902  0x00008acd branch  0x00007ca3 
+ 00031903  0x00008acf force  0x00000040 , 0x00000039 
+ 00031904  0x00008ad0 branch  0x00007ca3 
+ 00031905  0x00008ad3 deposit  0x00000039 
+ 00031906  0x00008ad4 rtn  0x00000034 
+ 00031907  0x00008ad6 force  0x00000000 , 0x0000003f 
+ 00031908  0x00008ad7 lstore  0x00000005 
+ 00031909  0x00008ad8 rtn 
+ 00031910  0x00008adb arg  0x00000020 , 0x00000039 
+ 00031911  0x00008adc arg  0x000006a1 , 0x00000005 
+ 00031912  0x00008add branch  0x00007ca1 
+ 00031913  0x00008ae0 ifetch  0x00000004 , 0x00000013 
+ 00031914  0x00008ae1 ifetcht  0x00000004 , 0x00000011 
+ 00031915  0x00008ae2 ixor  0x00000002 , 0x0000003f 
+ 00031916  0x00008ae3 istore  0x00000004 , 0x00000005 
+ 00031917  0x00008ae4 increase  0x00000004 , 0x00000011 
+ 00031918  0x00008ae5 increase  0x00000004 , 0x00000013 
+ 00031919  0x00008ae6 loop  0x00007ca9 
+ 00031920  0x00008ae7 rtn 
+ 00031921  0x00008aec bpatchx  0x00000008 , 0x00004021 
+ 00031922  0x00008aed copy  0x00000039 , 0x0000003f 
+ 00031923  0x00008aee sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031924  0x00008aef rtn  0x00000002 
+ 00031925  0x00008af0 iadd  0x00000011 , 0x00000012 
+ 00031926  0x00008af1 increase  0xffffffff , 0x00000012 
+ 00031927  0x00008af2 rshift  0x00000039 , 0x00000039 
+ 00031928  0x00008af4 ifetcht  0x00000001 , 0x00000011 
+ 00031929  0x00008af5 ifetch  0x00000001 , 0x00000012 
+ 00031930  0x00008af6 istore  0x00000001 , 0x00000011 
+ 00031931  0x00008af7 istoret  0x00000001 , 0x00000012 
+ 00031932  0x00008af8 increase  0xffffffff , 0x00000012 
+ 00031933  0x00008af9 increase  0x00000001 , 0x00000011 
+ 00031934  0x00008afa loop  0x00007cb8 
+ 00031935  0x00008afb rtn 
+ 00031936  0x00008aff rshift32  0x0000003f , 0x00000002 
+ 00031937  0x00008b00 call  0x00007cc6 
+ 00031938  0x00008b01 byteswap  0x00000002 , 0x00000002 
+ 00031939  0x00008b02 lshift16  0x0000003f , 0x0000003f 
+ 00031940  0x00008b03 ior  0x00000002 , 0x0000003f 
+ 00031941  0x00008b04 rtn 
+ 00031942  0x00008b09 rshift16  0x0000003f , 0x00000006 
+ 00031943  0x00008b0a byteswap  0x00000006 , 0x00000006 
+ 00031944  0x00008b0b byteswap  0x0000003f , 0x0000003f 
+ 00031945  0x00008b0c lshift16  0x0000003f , 0x0000003f 
+ 00031946  0x00008b0d ior  0x00000006 , 0x0000003f 
+ 00031947  0x00008b0e rtn 
+ 00031948  0x00008b12 bpatchx  0x00000009 , 0x00004021 
+ 00031949  0x00008b13 deposit  0x00000039 
+ 00031950  0x00008b14 rtn  0x00000034 
+ 00031951  0x00008b16 increase  0xfffffff8 , 0x00000039 
+ 00031952  0x00008b17 call  0x00007c89 , 0x00000002 
+ 00031953  0x00008b18 rtn  0x00000005 
+ 00031954  0x00008b19 branch  0x00007ccf , 0x00000002 
+ 00031955  0x00008b1a increase  0x00000008 , 0x00000039 
+ 00031956  0x00008b1c increase  0xfffffffc , 0x00000039 
+ 00031957  0x00008b1d call  0x00007c84 , 0x00000002 
+ 00031958  0x00008b1e rtn  0x00000005 
+ 00031959  0x00008b1f branch  0x00007cd4 , 0x00000002 
+ 00031960  0x00008b20 increase  0x00000004 , 0x00000039 
+ 00031961  0x00008b21 branch  0x00007cda 
+ 00031962  0x00008b24 deposit  0x00000039 
+ 00031963  0x00008b25 rtn  0x00000034 
+ 00031964  0x00008b27 ifetch  0x00000001 , 0x00000006 
+ 00031965  0x00008b28 istore  0x00000001 , 0x00000005 
+ 00031966  0x00008b29 loop  0x00007cdc 
+ 00031967  0x00008b2a rtn 
+ 00031968  0x00008b2d setarg  0x00000000 
+ 00031969  0x00008b31 store  0x00000002 , 0x00000670 
+ 00031970  0x00008b32 bpatchx  0x0000000a , 0x00004021 
+ 00031971  0x00008b33 call  0x00007cef 
+ 00031972  0x00008b34 fetcht  0x00000002 , 0x00000670 
+ 00031973  0x00008b35 arg  0x000040f4 , 0x00000005 
+ 00031974  0x00008b37 lshift  0x00000007 , 0x0000003f 
+ 00031975  0x00008b38 iadd  0x00000005 , 0x00000005 
+ 00031976  0x00008b39 istoret  0x00000002 , 0x00000005 
+ 00031977  0x00008b3a rtn 
+ 00031978  0x00008b3d arg  0x00000800 , 0x0000000b 
+ 00031979  0x00008b3e lshift16  0x0000000b , 0x0000000b 
+ 00031980  0x00008b3f iadd  0x0000000b , 0x0000003f 
+ 00031981  0x00008b40 rtn 
+ 00031982  0x00008b44 arg  0x00000000 , 0x00000007 
+ 00031983  0x00008b46 bpatchx  0x0000000b , 0x00004021 
+ 00031984  0x00008b47 fetcht  0x00000004 , 0x00004095 
+ 00031985  0x00008b48 rshift  0x00000022 , 0x0000003f 
+ 00031986  0x00008b49 store  0x00000004 , 0x00004095 
+ 00031987  0x00008b4a isub  0x00000002 , 0x0000003e 
+ 00031988  0x00008b4b ncall  0x00007cea , 0x00000002 
+ 00031989  0x00008b4c isub  0x00000002 , 0x0000000b 
+ 00031990  0x00008b4d copy  0x0000000b , 0x00000002 
+ 00031991  0x00008b4e arg  0x000040f4 , 0x00000006 
+ 00031992  0x00008b4f copy  0x00000006 , 0x00000005 
+ 00031993  0x00008b50 arg  0x00000010 , 0x00000039 
+ 00031994  0x00008b52 ifetch  0x00000002 , 0x00000006 
+ 00031995  0x00008b53 isub  0x00000002 , 0x0000003f 
+ 00031996  0x00008b54 branch  0x00007cfe , 0x00000002 
+ 00031997  0x00008b55 force  0x00000000 , 0x0000003f 
+ 00031998  0x00008b57 istore  0x00000002 , 0x00000005 
+ 00031999  0x00008b58 loop  0x00007cfa 
+ 00032000  0x00008b59 arg  0x000040f4 , 0x00000006 
+ 00032001  0x00008b5a lshift  0x00000007 , 0x0000003f 
+ 00032002  0x00008b5b iadd  0x00000006 , 0x00000006 
+ 00032003  0x00008b5c ifetch  0x00000002 , 0x00000006 
+ 00032004  0x00008b5d rtn 
+ 00032005  0x00008b63 iadd  0x00000002 , 0x00000002 
+ 00032006  0x00008b64 copy  0x00000002 , 0x00000039 
+ 00032007  0x00008b65 fetch  0x00000002 , 0x00000044 
+ 00032008  0x00008b66 isub  0x00000039 , 0x0000003f 
+ 00032009  0x00008b67 rtn  0x00000002 
+ 00032010  0x00008b68 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032011  0x00008b69 rshift16  0x00000002 , 0x00000002 
+ 00032012  0x00008b6a increase  0x00000001 , 0x00000002 
+ 00032013  0x00008b6b lshift16  0x00000002 , 0x00000002 
+ 00032014  0x00008b6c ior  0x00000002 , 0x00000002 
+ 00032015  0x00008b6d rtn 
+ 00032016  0x00008b70 call  0x00007d12 
+ 00032017  0x00008b71 branch  0x00007d1f 
+ 00032018  0x00008b75 disable  0x00000028 
+ 00032019  0x00008b76 isub  0x00000002 , 0x0000003f 
+ 00032020  0x00008b77 branch  0x00007d17 , 0x00000002 
+ 00032021  0x00008b78 enable  0x00000028 
+ 00032022  0x00008b79 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032023  0x00008b7b rtnbit0  0x0000000f 
+ 00032024  0x00008b7c copy  0x0000003f , 0x00000014 
+ 00032025  0x00008b7d arg  0x00010000 , 0x00000002 
+ 00032026  0x00008b7e fetch  0x00000002 , 0x00000044 
+ 00032027  0x00008b7f isub  0x00000002 , 0x0000003f 
+ 00032028  0x00008b80 iadd  0x00000014 , 0x0000003f 
+ 00032029  0x00008b81 set0  0x00000040 , 0x0000003f 
+ 00032030  0x00008b82 rtn 
+ 00032031  0x00008b87 fetcht  0x00000002 , 0x00000044 
+ 00032032  0x00008b88 iforce  0x00000006 
+ 00032033  0x00008b89 rshift16  0x0000003f , 0x0000003f 
+ 00032034  0x00008b8a imul32  0x00000002 , 0x0000003f 
+ 00032035  0x00008b8b iadd  0x00000006 , 0x0000003f 
+ 00032036  0x00008b8c rtn 
+ 00032037  0x00008b90 lshift8  0x0000003f , 0x0000003f 
+ 00032038  0x00008b91 lshift4  0x0000003f , 0x0000003f 
+ 00032039  0x00008b92 fetcht  0x00000003 , 0x000040bd 
+ 00032040  0x00008b93 idiv  0x00000002 
+ 00032041  0x00008b94 call  0x00007d62 
+ 00032042  0x00008b95 quotient  0x00000002 
+ 00032043  0x00008b96 rtn 
+ 00032044  0x00008b9a fetcht  0x00000002 , 0x00000044 
+ 00032045  0x00008b9b idiv  0x00000002 
+ 00032046  0x00008b9c call  0x00007d5f 
+ 00032047  0x00008b9d lshift16  0x0000003f , 0x0000003f 
+ 00032048  0x00008b9e remainder  0x00000002 
+ 00032049  0x00008b9f ior  0x00000002 , 0x00000002 
+ 00032050  0x00008ba0 rtn 
+ 00032051  0x00008ba8 arg  0x00000000 , 0x00000002 
+ 00032052  0x00008baa copy  0x00000002 , 0x00000014 
+ 00032053  0x00008bab ifetch  0x00000001 , 0x00000003 
+ 00032054  0x00008bac call  0x00007d3f 
+ 00032055  0x00008bad copy  0x00000014 , 0x00000002 
+ 00032056  0x00008bae call  0x00007d70 
+ 00032057  0x00008baf arg  0x0000000a , 0x00000012 
+ 00032058  0x00008bb0 imul32  0x00000012 , 0x0000003f 
+ 00032059  0x00008bb1 iadd  0x00000002 , 0x0000003f 
+ 00032060  0x00008bb2 copy  0x0000003f , 0x00000002 
+ 00032061  0x00008bb3 loop  0x00007d34 
+ 00032062  0x00008bb4 rtn 
+ 00032063  0x00008bb9 arg  0x0000003a , 0x00000002 
+ 00032064  0x00008bba isub  0x00000002 , 0x0000003e 
+ 00032065  0x00008bbb nbranch  0x00007d48 , 0x00000002 
+ 00032066  0x00008bbc arg  0x00000061 , 0x00000002 
+ 00032067  0x00008bbd isub  0x00000002 , 0x0000003e 
+ 00032068  0x00008bbe branch  0x00007d4b , 0x00000002 
+ 00032069  0x00008bbf arg  0x00000037 , 0x00000002 
+ 00032070  0x00008bc0 isub  0x00000002 , 0x0000003f 
+ 00032071  0x00008bc1 rtn 
+ 00032072  0x00008bc3 arg  0x00000030 , 0x00000002 
+ 00032073  0x00008bc4 isub  0x00000002 , 0x0000003f 
+ 00032074  0x00008bc5 rtn 
+ 00032075  0x00008bc7 arg  0x00000057 , 0x00000002 
+ 00032076  0x00008bc8 isub  0x00000002 , 0x0000003f 
+ 00032077  0x00008bc9 rtn 
+ 00032078  0x00008bcd sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032079  0x00008bce rtn  0x00000005 
+ 00032080  0x00008bd0 rshift  0x0000003f , 0x0000003f 
+ 00032081  0x00008bd1 loop  0x00007d50 
+ 00032082  0x00008bd2 rtn 
+ 00032083  0x00008bd6 force  0x00000001 , 0x0000003f 
+ 00032084  0x00008bd7 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032085  0x00008bd8 rtn  0x00000005 
+ 00032086  0x00008bda lshift  0x0000003f , 0x0000003f 
+ 00032087  0x00008bdb loop  0x00007d56 
+ 00032088  0x00008bdc rtn 
+ 00032089  0x00008be1 setarg  0x00000000 
+ 00032090  0x00008be2 copy  0x00000039 , 0x00000011 
+ 00032091  0x00008be4 ifetcht  0x00000002 , 0x00000006 
+ 00032092  0x00008be5 iadd  0x00000002 , 0x0000003f 
+ 00032093  0x00008be6 loop  0x00007d5b 
+ 00032094  0x00008be7 idiv  0x00000011 
+ 00032095  0x00008be9 call  0x00007d62 
+ 00032096  0x00008bea quotient  0x0000003f 
+ 00032097  0x00008beb rtn 
+ 00032098  0x00008bee rtn  0x00000035 
+ 00032099  0x00008bef branch  0x00007d62 
+ 00032100  0x00008bfb ifetch  0x00000001 , 0x00000011 
+ 00032101  0x00008bfc ifetcht  0x00000001 , 0x00000012 
+ 00032102  0x00008bfd isub  0x00000002 , 0x0000003e 
+ 00032103  0x00008bfe nrtn  0x00000005 
+ 00032104  0x00008bff increase  0x00000001 , 0x00000011 
+ 00032105  0x00008c00 increase  0x00000001 , 0x00000012 
+ 00032106  0x00008c01 loop  0x00007d64 
+ 00032107  0x00008c02 branch  0x00007db8 
+ 00032108  0x00008c07 isub  0x00000002 , 0x0000003e 
+ 00032109  0x00008c08 nrtn  0x00000002 
+ 00032110  0x00008c09 deposit  0x00000002 
+ 00032111  0x00008c0a rtn 
+ 00032112  0x00008c0d iadd  0x00000002 , 0x0000003f 
+ 00032113  0x00008c0e isub  0x00000002 , 0x00000002 
+ 00032114  0x00008c0f isub  0x00000002 , 0x0000003f 
+ 00032115  0x00008c10 rtn 
+ 00032116  0x00008c13 arg  0x00000000 , 0x00000005 
+ 00032117  0x00008c14 branch  0x00007d77 
+ 00032118  0x00008c17 arg  0x00004000 , 0x00000005 
+ 00032119  0x00008c19 arg  0x00001000 , 0x00000039 
+ 00032120  0x00008c1a branch  0x00007ca3 
+ 00032121  0x00008c1e rtn  0x00000034 
+ 00032122  0x00008c1f copy  0x0000003f , 0x0000003d 
+ 00032123  0x00008c23 call  0x000070d7 
+ 00032124  0x00008c26 jam  0x00000001 , 0x00008203 
+ 00032125  0x00008c27 rtn 
+ 00032126  0x00008c2a store  0x00000002 , 0x00008205 
+ 00032127  0x00008c2b fetch  0x00000001 , 0x00008203 
+ 00032128  0x00008c2c set1  0x00000004 , 0x0000003f 
+ 00032129  0x00008c2d store  0x00000001 , 0x00008203 
+ 00032130  0x00008c2e rtn 
+ 00032131  0x00008c30 store  0x00000002 , 0x00008207 
+ 00032132  0x00008c31 fetch  0x00000001 , 0x00008203 
+ 00032133  0x00008c32 set1  0x00000006 , 0x0000003f 
+ 00032134  0x00008c33 store  0x00000001 , 0x00008203 
+ 00032135  0x00008c34 rtn 
+ 00032136  0x00008c37 store  0x00000002 , 0x00008205 
+ 00032137  0x00008c38 jam  0x00000030 , 0x00008203 
+ 00032138  0x00008c39 rtn 
+ 00032139  0x00008c42 bpatchx  0x0000000c , 0x00004021 
+ 00032140  0x00008c43 ifetcht  0x00000008 , 0x00000011 
+ 00032141  0x00008c44 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032142  0x00008c45 nbranch  0x00007d91 , 0x00000034 
+ 00032143  0x00008c46 rshift8  0x00000002 , 0x0000003f 
+ 00032144  0x00008c47 istore  0x00000008 , 0x00000011 
+ 00032145  0x00008c49 increase  0x00000007 , 0x00000011 
+ 00032146  0x00008c4a ifetch  0x00000001 , 0x00000011 
+ 00032147  0x00008c4b nbranch  0x0000235a , 0x00000034 
+ 00032148  0x00008c4c fetch  0x00000001 , 0x0000066f 
+ 00032149  0x00008c4d istore  0x00000001 , 0x00000011 
+ 00032150  0x00008c4e rtn 
+ 00032151  0x00008c54 bpatchx  0x0000000d , 0x00004021 
+ 00032152  0x00008c55 arg  0x00000008 , 0x00000039 
+ 00032153  0x00008c56 ifetch  0x00000008 , 0x00000011 
+ 00032154  0x00008c57 rtn  0x00000034 
+ 00032155  0x00008c59 ifetch  0x00000001 , 0x00000011 
+ 00032156  0x00008c5a nbranch  0x00007da0 , 0x00000034 
+ 00032157  0x00008c5b increase  0x00000001 , 0x00000011 
+ 00032158  0x00008c5c loop  0x00007d9b 
+ 00032159  0x00008c5d branch  0x0000235a 
+ 00032160  0x00008c5f arg  0x00000000 , 0x00000002 
+ 00032161  0x00008c60 istoret  0x00000001 , 0x00000011 
+ 00032162  0x00008c61 rtn 
+ 00032163  0x00008c67 ifetch  0x00000008 , 0x00000011 
+ 00032164  0x00008c68 rtn 
+ 00032165  0x00008c6e ifetch  0x00000001 , 0x00000011 
+ 00032166  0x00008c6f rtn 
+ 00032167  0x00008c73 ifetch  0x00000002 , 0x00000011 
+ 00032168  0x00008c74 rtn 
+ 00032169  0x00008c79 arg  0x00000000 , 0x00000002 
+ 00032170  0x00008c7b fetch  0x00000001 , 0x00000006 
+ 00032171  0x00008c7c loop  0x00007daa , 0x00000034 
+ 00032172  0x00008c7d increase  0x00000001 , 0x00000002 
+ 00032173  0x00008c7e loop  0x00007daa 
+ 00032174  0x00008c7f copy  0x00000002 , 0x0000003f 
+ 00032175  0x00008c80 rtn 
+ 00032176  0x00008c84 isub  0x00000002 , 0x0000003e 
+ 00032177  0x00008c85 nrtn  0x00000002 
+ 00032178  0x00008c87 copy  0x00000002 , 0x0000003f 
+ 00032179  0x00008c88 rtn 
+ 00032180  0x00008c8c force  0xffffffff , 0x0000003e 
+ 00032181  0x00008c8d rtn 
+ 00032182  0x00008c90 force  0x00000001 , 0x0000003e 
+ 00032183  0x00008c91 rtn 
+ 00032184  0x00008c93 force  0x00000000 , 0x0000003e 
+ 00032185  0x00008c94 rtn 
+ 00032186  0x00008c97 enable  0x00000028 
+ 00032187  0x00008c98 rtn 
+ 00032188  0x00008c9b disable  0x00000028 
+ 00032189  0x00008c9c rtn 
+ 00032190  0x00008c9f enable  0x0000002c 
+ 00032191  0x00008ca0 rtn 
+ 00032192  0x00008ca3 disable  0x0000002c 
+ 00032193  0x00008ca4 rtn 
+ 00032194  0x00008ca7 enable  0x00000031 
+ 00032195  0x00008ca8 rtn 
+ 00032196  0x00008cab disable  0x00000001 
+ 00032197  0x00008cac rtn 
+ 00032198  0x00008caf enable  0x00000001 
+ 00032199  0x00008cb0 rtn 
+ 00032200  0x00008cb3 setarg  0x00000001 
+ 00032201  0x00008cb4 rtn 
+ 00032202  0x00008cb8 setarg  0x00000000 
+ 00032203  0x00008cb9 rtn 
+ 00032204  0x00008cbe sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032205  0x00008cbf rtn  0x00000005 
+ 00032206  0x00008cc1 ifetcht  0x00000001 , 0x00000006 
+ 00032207  0x00008cc2 iadd  0x00000002 , 0x0000003f 
+ 00032208  0x00008cc3 loop  0x00007dce 
+ 00032209  0x00008cc4 rtn 
+ 00032210  0x00008cc8 copy  0x00000039 , 0x0000003f 
+ 00032211  0x00008cc9 rtn  0x00000034 
+ 00032212  0x00008cca copy  0x00000006 , 0x0000003f 
+ 00032213  0x00008ccb iadd  0x00000039 , 0x0000003f 
+ 00032214  0x00008ccc increase  0xffffffff , 0x0000003f 
+ 00032215  0x00008ccd copy  0x0000003f , 0x00000006 
+ 00032216  0x00008ccf ifetch  0x00000001 , 0x00000006 
+ 00032217  0x00008cd0 increase  0xfffffffe , 0x00000006 
+ 00032218  0x00008cd1 istore  0x00000001 , 0x00000005 
+ 00032219  0x00008cd2 loop  0x00007dd8 
+ 00032220  0x00008cd3 rtn 
+ 00032221  0x00008cd7 lshift16  0x0000003f , 0x0000003f 
+ 00032222  0x00008cd9 rshift2  0x0000003f , 0x0000003f 
+ 00032223  0x00008cda rtn 
+ 00032224  0x00008cdd lshift8  0x0000003f , 0x0000003f 
+ 00032225  0x00008cde branch  0x00007dde 
+ 00032226  0x00008ce2 setarg  0x00000000 
+ 00032227  0x00008ce3 store  0x00000008 , 0x00000016 
+ 00032228  0x00008ce4 set1  0x00000019 , 0x0000003f 
+ 00032229  0x00008ce5 istore  0x00000004 , 0x00000005 
+ 00032230  0x00008ce6 rtn 
+ 00032231  0x00008cea arg  0x00000010 , 0x00000039 
+ 00032232  0x00008cec random  0x0000003f 
+ 00032233  0x00008ced istore  0x00000001 , 0x00000005 
+ 00032234  0x00008cee loop  0x00007de8 
+ 00032235  0x00008cef rtn 
Index: output/bt_program23.list
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.list	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.list	(working copy)
@@ -1,29624 +1,29785 @@
               include "bt_format "
               org 0x0000
-0x0 000037 bbit1 8 ,pf_patch_ext 
-0x1 000038 beq patch00_0 ,p_soft_reset 
-0x2 000039 beq patch00_2 ,p_main_loop 
-0x3 000041 beq patch02_0 ,p_shutdown_radio 
-0x4 000042 beq patch02_1 ,p_set_sync_on 
-0x5 000043 beq patch02_4 ,p_set_lemode 
-0x6 000044 beq patch02_5 ,p_rf_rx_enable 
-0x7 000045 beq patch03_0 ,p_txon 
-0x8 000046 beq patch03_1 ,p_set_tx_power 
-0x9 000047 beq patch03_2 ,p_initialize_radio_cont 
-0xa 000050 beq patch04_5 ,p_lpm_sleep 
-0xb 000051 beq patch0d_0 ,p_mouse_cb_fuction 
-0xc 000052 beq patch0d_1 ,p_mouse_load_device_info_check 
-0xd 000053 beq patch0d_4 ,p_mouse_param_init 
-0xe 000054 beq patch0d_5 ,p_mouse_sensor_set_angle 
-0xf 000055 beq patch0d_6 ,p_mouse_start_work 
-0x10 000056 beq patch0e_3 ,p_mouse_setgpio_hibernate 
-0x11 000057 beq patch0e_7 ,p_mouse_adc_read_start 
-0x12 000058 beq patch0f_2 ,p_mouse_motion 
-0x13 000059 beq patch0f_5 ,p_mouse_setting_sensor_type 
-0x14 000060 beq patch0f_7 ,p_mouse_3io6key_check 
-0x15 000061 beq patch10_1 ,p_mouse_init_sensor 
-0x16 000062 beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
-0x17 000063 beq patch10_5 ,p_mouse_priority_bb_event 
-0x18 000064 beq patch10_6 ,p_mouse_le 
-0x19 000065 beq patch10_7 ,p_mouse_bb_event_timer 
-0x1a 000066 beq patch11_0 ,p_mouse_start_discovery 
-0x1b 000067 beq patch11_2 ,p_mouse_store_remote_bdaddr 
-0x1c 000068 beq patch11_4 ,p_mouse_store_device_info 
-0x1d 000069 beq patch11_5 ,p_mouse_store_dpi_info_check 
-0x1e 000070 beq patch11_6 ,p_mouse_idle 
-0x1f 000071 beq patch11_3 ,p_mouse_app_initflag_check 
-0x20 000072 beq patch12_0 ,p_mouse_check_select_device_by_switch 
-0x21 000073 beq patch12_5 ,p_mouse_24g_hibernate_set 
-0x22 000074 beq patch12_6 ,p_mouse_24g_package_data 
-0x23 000075 beq patch1a_6 ,p_gpio_set_wake 
-0x24 000076 beq patch18_5 ,p_otp_read_data 
-0x25 000077 beq patch1a_5 ,p_gpio_set_wake_by_current_state 
-0x26 000078 beq patch1b_2 ,p_sadc_calibration 
-0x27 000079 branch assert 
-:      000081 pf_patch_ext:
-0x28 000082 beq patch22_4 ,p_le_slave_match 
-0x29 000083 beq patch23_2 ,p_le_got_first_packet 
-0x2a 000084 beq patch24_5 ,p_le_rx_dec 
-0x2b 000085 beq patch24_6 ,p_le_rx_nopayload 
-0x2c 000086 beq patch27_1 ,p_le_parse 
-0x2d 000087 beq patch27_2 ,p_le_parse_l2cap 
-0x2e 000088 beq patch29_4 ,p_le_adv_not_match 
-0x2f 000089 beq patch29_5 ,p_le_init_adv 
-0x30 000090 beq patch32_0 ,p_g24_reconn_dispatch 
-0x31 000091 beq patch32_6 ,p_g24_short_sleep 
-0x32 000092 beq patch33_2 ,p_mouse_g24_retransmit 
-0x33 000093 beq patch33_5 ,p_g24_transmit_hop_process 
-0x34 000094 beq patch33_7 ,p_power_ctrl_start 
-0x35 000095 rtneq patch3f_7 
-0x36 000096 branch assert 
-:      000100 p_mouse_adc_read_start:
-0x37 000101 call enable_adc 
-0x38 000102 call vdd_calculate_by_mode 
-0x39 000103 div pdata ,10 
-0x3a 000104 call get_div_result 
-0x3b 000105 store 2 ,mem_mouse_vdd_now_vol 
-0x3c 000115 branch mouse_adc_data_process 
-:      000117 p_mouse_sensor_set_angle:
-0x3d 000118 fetch 1 ,mem_sensor_angle_default 
-0x3e 000119 store 1 ,mem_config_sensor_angle 
-0x3f 000120 fetch 1 ,mem_select_sensor_angle_gpio 
-0x40 000121 rtneq gpio_disable 
-0x41 000122 call lpm_write_ice_disable 
-0x42 000123 fetch 1 ,mem_select_sensor_angle_gpio 
-0x43 000124 arg gpcfg_output_low ,temp 
-0x44 000125 call gpio_config_function_int 
-0x45 000126 fetch 1 ,mem_mouse_reuse_2ice_gpio 
-0x46 000127 arg gpcfg_output_low ,temp 
-0x47 000128 call gpio_config_function_int 
-0x48 000129 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x49 000130 call mouse_gpio_config_input_pu 
-0x4a 000131 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x4b 000132 call gpio_get_bit 
-0x4c 000133 call mouse_sensor_switch_angle ,true 
-0x4d 000134 call mouse_gpio_config_input_pd 
-0x4e 000135 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x4f 000136 call gpio_config_input 
-0x50 000137 call lpm_write_ice_enable 
-:      000138 p_ice_gpio_set_float:
-0x51 000139 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x52 000140 call gpio_set_high_impedance 
-0x53 000141 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x54 000142 branch gpio_set_high_impedance 
-:      000144 p_main_loop:
-0x55 000145 call sp_calc_sequence_256 
-0x56 000146 call sp_calc_sequence_256_check 
-0x57 000147 call le_advertising_dispatch 
-0x58 000148 call idle_dispatch 
-0x59 000149 call app_process_idle 
-0x5a 000150 call connection_dispatch 
-0x5b 000151 call g24_dispatch 
-0x5c 000152 call lpm_dispatch 
-0x5d 000153 branch p_main_loop 
-:      000155 p_shutdown_radio:
-0x5e 000156 jam 0 ,0x8900 
-0x5f 000157 branch shutdown_radio + 1 
-:      000158 p_set_sync_on:
-0x60 000159 jam 0x60 ,0x8a0f 
-0x61 000160 jam 0xaa ,0x8a10 
-0x62 000161 jam 0x7a ,0x8a12 
-0x63 000162 jam 0x00 ,0x8a25 
-0x64 000163 jam 0x00 ,0x8a26 
-0x65 000164 nop 60 
-0x66 000165 jam 0x20 ,0x8a20 
-0x67 000166 jam 0xf5 ,0x8a23 
-0x68 000167 jam 0x12 ,0x8a24 
-0x69 000168 jam 0x10 ,0x8a24 
-0x6a 000169 nop 60 
-0x6b 000170 jam 0x60 ,0x8a12 
-0x6c 000171 jam 0xdd ,0x8a23 
-0x6d 000172 rtn 
-:      000174 p_initialize_radio_cont:
-0x6e 000175 jam 0 ,mem_le_testtype 
-0x6f 000176 jam 0 ,mem_cmd_le_create_conn 
-0x70 000177 until null ,lpo_edge 
-0x71 000179 jam 0x0d ,0x8946 
-0x72 000180 jam 0x10 ,0x896f 
-0x73 000181 jam 0xcd ,0x8a13 
-0x74 000182 jam 0x10 ,0x8a06 
-0x75 000183 jam 0x4a ,0x8a84 
-0x76 000184 jam 0x40 ,0x8a85 
-0x77 000185 jam 0xfe ,0x8a16 
-0x78 000186 call p_set_otp_config 
-0x79 000189 call wdt_set_disable 
-0x7a 000191 until null ,lpo_edge 
-0x7b 000192 jam 0x5f ,0x813b 
-0x7c 000193 until null ,lpo_edge 
-0x7d 000194 jam 0x88 ,0x813c 
-0x7e 000195 until null ,lpo_edge 
-0x7f 000196 fetch 1 ,mem_fcomp_div 
-0x80 000197 beq xtal_16m ,p_initialize_radio_16m 
-0x81 000198 fetch 1 ,mem_ring_ibias_trim 
-0x82 000199 or_into 0x04 ,pdata 
-0x83 000200 store 1 ,0x8a02 
-0x84 000201 jam 0x01 ,0x890f 
-0x85 000202 jam 0x24 ,0x8a80 
-0x86 000203 jam 0x62 ,0x8a81 
-0x87 000204 setarg 0xe61212 
-0x88 000205 store 3 ,0x8a73 
-:      000206 p_initialize_radio2:
-0x89 000207 jam 0x60 ,0x8a86 
-0x8a 000208 jam 0x3b ,0x8a8b 
-0x8b 000209 call p_dpll_on 
-0x8c 000210 jam 0 ,core_config 
-0x8d 000211 jam clksel_dpll ,core_clksel 
-0x8e 000212 setarg 0x557474 
-0x8f 000213 store 3 ,0x8968 
-0x90 000214 jam 0x6e ,0x8960 
-0x91 000215 call p_rx_dcoc 
-0x92 000216 call p_rfpll_aac_ghpc 
-0x93 000217 call p_set_xtal_cap 
-0x94 000218 jam system_clk_12m ,mem_system_clk 
-0x95 000219 branch sadc_calibration 
-:      000222 p_set_xtal_cap:
-0x96 000223 rtn wake 
-0x97 000224 until null ,lpo_edge 
-0x98 000225 fetch 1 ,mem_xtal_c_sel 
-0x99 000226 store 1 ,core_xtal_cap 
-0x9a 000227 until null ,lpo_edge 
-0x9b 000228 rtn 
-:      000230 p_dpll_on:
-0x9c 000231 fetch 1 ,mem_fcomp_div 
-0x9d 000232 beq xtal_24m ,p_dpll_on_24m 
-0x9e 000233 fetch 1 ,mem_ring_ibias_trim 
-0x9f 000234 or_into 0x06 ,pdata 
-0xa0 000235 store 1 ,0x8a02 
-0xa1 000236 jam 0xe0 ,0x8a05 
-:      000237 p_dpll_on_24m:
-0xa2 000238 jam 0xd8 ,0x8a00 
-0xa3 000239 nop 60 
-0xa4 000240 jam 0xa0 ,0x8a01 
-0xa5 000241 jam 0xdf ,0x8a00 
-0xa6 000242 jam 0xfa ,0x8a01 
-0xa7 000243 nop 20 
-0xa8 000244 jam 0x9f ,0x8a00 
-0xa9 000245 rtn 
-:      000247 p_initialize_radio_16m:
-0xaa 000248 fetch 1 ,mem_ring_ibias_trim 
-0xab 000249 or_into 0x06 ,pdata 
-0xac 000250 store 1 ,0x8a02 
-0xad 000251 jam 0x00 ,0x890f 
-0xae 000252 jam 0x23 ,0x8a80 
-0xaf 000253 jam 0xb0 ,0x8a81 
-0xb0 000254 setarg 0xe40909 
-0xb1 000255 store 3 ,0x8a73 
-0xb2 000256 jam 0x2a ,0x8a76 
-0xb3 000257 jam 0x04 ,0x8902 
-0xb4 000258 branch p_initialize_radio2 
-:      000260 p_set_otp_config:
-0xb5 000261 branch p_set_otp_config_wake ,wake 
-0xb6 000262 fetch 4 ,mem_otp_core_ldo 
-0xb7 000263 rtn blank 
-0xb8 000264 until null ,lpo_edge 
-0xb9 000265 fetch 1 ,0x8136 
-0xba 000266 and pdata ,0xf0 ,pdata 
-0xbb 000267 fetcht 1 ,mem_otp_core_ldo 
-0xbc 000268 ior temp ,pdata 
-0xbd 000269 increase -3 ,pdata 
-0xbe 000270 store 1 ,0x8136 
-0xbf 000271 until null ,lpo_edge 
-0xc0 000273 fetch 1 ,0x8138 
-0xc1 000274 and pdata ,0x7 ,pdata 
-0xc2 000275 fetcht 1 ,mem_otp_verf_bg 
-0xc3 000276 lshift3 temp ,temp 
-0xc4 000277 ior temp ,pdata 
-0xc5 000278 store 1 ,0x8138 
-0xc6 000279 until null ,lpo_edge 
-:      000281 p_set_otp_config2:
-0xc7 000282 fetch 1 ,0x8acb 
-0xc8 000283 and pdata ,0xf0 ,pdata 
-0xc9 000284 fetcht 1 ,mem_otp_charge_pump 
-0xca 000285 storet 1 ,mem_otp_charge_pump_x 
-0xcb 000286 ior temp ,pdata 
-0xcc 000287 store 1 ,0x8acb 
-0xcd 000289 fetch 1 ,mem_otp_dpll_ibais 
-0xce 000290 store 1 ,mem_otp_dpll_ibais_x 
-0xcf 000291 isolate1 3 ,pdata 
-0xd0 000292 fetch 1 ,0x8a06 
-0xd1 000293 setflag true ,7 ,pdata 
-0xd2 000294 store 1 ,0x8a06 
-0xd3 000296 fetch 1 ,mem_otp_dpll_ibais 
-0xd4 000297 and pdata ,7 ,temp 
-0xd5 000298 lshift4 temp ,temp 
-0xd6 000299 lshift temp ,temp 
-0xd7 000300 storet 1 ,mem_ring_ibias_trim 
-0xd8 000301 fetch 1 ,0x8a02 
-0xd9 000302 and pdata ,0x1f ,pdata 
-0xda 000303 ior temp ,pdata 
-0xdb 000304 store 1 ,0x8a02 
-0xdc 000305 rtn 
-:      000307 p_set_otp_config_wake:
-0xdd 000308 fetch 2 ,mem_otp_charge_pump_x 
-0xde 000309 rtn blank 
-0xdf 000310 store 2 ,mem_otp_charge_pump 
-0xe0 000311 branch p_set_otp_config2 
-:      000313 p_rf_rx_enable:
-0xe1 000314 call rf_debug_rx_gpio_high 
-0xe2 000315 call rf_rx_agc_set 
-0xe3 000316 force 8 ,radio_ctrl 
-0xe4 000317 force 0 ,radio_ctrl 
-0xe5 000319 setarg 0x0aaada 
-0xe6 000320 store 3 ,0x8a0f 
-0xe7 000321 jam 0x40 ,0x8a25 
-0xe8 000322 jam 0x10 ,0x8a26 
-0xe9 000323 nop 60 
-0xea 000324 jam 0xfb ,0x8a01 
-0xeb 000325 jam 0xff ,0x8a25 
-0xec 000326 jam 0x30 ,0x8a26 
-0xed 000327 jam 0xfe ,0x8a16 
-0xee 000328 branch rf_rx_enable + 14 
-:      000330 p_mouse_g24_retransmit:
-0xef 000331 fetch 1 ,mem_mouse_need_soft_reset 
-0xf0 000332 nrtn blank 
-0xf1 000333 call p_mouse_retransmit_select_device_by_pb_button 
-0xf2 000334 branch mouse_g24_retransmit + 3 
-:      000336 p_mouse_retransmit_select_device_by_pb_button:
-0xf3 000337 fetch 1 ,mem_config_select_device_button_gpio 
-0xf4 000338 rtneq gpio_disable 
-0xf5 000339 branch mouse_retransmit_select_device_by_pb_button 
-:      000341 p_g24_transmit_hop_process:
-0xf6 000342 fetcht 1 ,mem_24g_retry 
-0xf7 000343 fetch 1 ,mem_24g_fast_hop_count 
-0xf8 000344 isub temp ,null 
-0xf9 000345 nbranch p_g24_tx_fast_hop ,positive 
-0xfa 000346 branch g24_transmit_hop_process + 5 
-:      000348 p_g24_tx_fast_hop:
-0xfb 000349 fetch 4 ,mem_24g_addr 
-0xfc 000350 fetcht 4 ,mem_24g_fast_conn_addr 
-0xfd 000351 isub temp ,null 
-0xfe 000352 branch g24_ch ,zero 
-0xff 000353 call p_power_ctrl_txpower_incrs 
-0x100 000354 branch g24_tx_fast_hop + 1 
-:      000356 p_txon:
-0x101 000357 setarg 0x0aaa7e 
-0x102 000358 store 3 ,0x8a0f 
-0x103 000359 nop 60 
-0x104 000360 jam 0x00 ,0x8a25 
-0x105 000361 jam 0x0d ,0x8a26 
-0x106 000362 jam 0xf6 ,0x8a16 
-0x107 000363 branch txon + 7 
-:      000365 p_set_tx_power:
-0x108 000366 fetch 1 ,mem_last_freq 
-0x109 000367 beq 22 ,set_tx_power_f5db 
-0x10a 000368 beq 46 ,set_tx_power_f5db 
-0x10b 000369 beq 70 ,set_tx_power_f5db 
-0x10c 000370 fetch 1 ,mem_tx_power 
-0x10d 000371 beq tx_power_6db ,set_tx_power_5db 
-0x10e 000376 beq tx_power_factory ,p_set_tx_power_factory 
-0x10f 000377 branch set_tx_power + 2 
-:      000378 p_set_tx_power_factory:
-0x110 000379 jam 0x17 ,0x8a14 
-0x111 000380 fetch 3 ,mem_tx_power_factory_param_new 
-0x112 000381 store 3 ,0x8a60 
-0x113 000382 branch set_tx_power_8a63_28 
-:      000384 p_rx_dcoc:
-0x114 000385 rtn wake 
-0x115 000386 call set_sync_on 
-0x116 000387 arg 39 ,temp 
-0x117 000388 call set_freq_rx 
-0x118 000389 call rf_rx_enable 
-0x119 000390 jam 0x7f ,0x8a25 
-0x11a 000391 jam 0x1a ,0x8a30 
-0x11b 000392 jam 0x78 ,0x8a31 
-0x11c 000393 jam 0xb2 ,0x8a8f 
-0x11d 000394 jam 0 ,0x8ac2 
-0x11e 000395 jam 0 ,0x8ac3 
-0x11f 000396 arg 6 ,queue 
-0x120 000397 call p_rx_dcoc_avg 
-0x121 000398 isolate1 13 ,rega 
-0x122 000399 call qset_start 
-0x123 000400 isolate1 13 ,regb 
-0x124 000401 call qset_p 
-0x125 000402 arg 5 ,queue 
-:      000403 p_rx_dcoc_loop2:
-0x126 000404 call qset1_p 
-0x127 000405 call qset_p 
-0x128 000406 call p_rx_dcoc_avg 
-0x129 000407 arg 0x8ac2 ,contw 
-0x12a 000408 rshift4 rega ,pdata 
-0x12b 000409 call qsetxor 
-0x12c 000410 rshift4 regb ,pdata 
-0x12d 000411 call qsetxor 
-0x12e 000412 increase -1 ,queue 
-0x12f 000413 branch p_rx_dcoc_loop2 ,positive 
-0x130 000414 branch rx_dcoc_loop2 + 10 
-:      000416 p_rx_dcoc_avg:
-0x131 000417 nop 60 
-0x132 000418 setarg mem_dcoc_buf 
-0x133 000419 store 2 ,0x8982 
-0x134 000420 setarg mem_dcoc_buf_end 
-0x135 000421 store 2 ,0x8984 
-0x136 000422 jam 0x9 ,0x8981 
-0x137 000423 jam 0x3 ,0x8981 
-0x138 000424 jam 0x6 ,0x8980 
-0x139 000425 nop 60 
-0x13a 000426 arg 0 ,rega 
-0x13b 000427 arg 0 ,regb 
-0x13c 000428 arg 16 ,loopcnt 
-0x13d 000429 arg mem_dcoc_buf ,contr 
-0x13e 000430 branch rx_dcoc_loop 
-:      000432 p_rfpll_aac_ghpc:
-0x13f 000433 rtn wake 
-0x140 000434 branch rfpll_aac_ghpc + 1 
-:      000439 p_sadc_calibration:
-0x141 000440 rtn wake 
-0x142 000441 jam 0x77 ,core_gpadc_ctrl 
-0x143 000442 jam 0xc9 ,core_gpadc_cfg0 
-0x144 000443 jam 0x01 ,core_gpadc_cfg3 
-0x145 000444 fetch 1 ,mem_adc_clkdiv 
-0x146 000445 store 1 ,core_sadc_clkdiv 
-0x147 000446 nop 3000 
-0x148 000447 call p_sadc_read 
-0x149 000448 jam 0xc1 ,core_gpadc_cfg0 
-0x14a 000449 fetchr regb ,1 ,mem_spi_write_addr 
-0x14b 000450 arg 8 ,loopcnt 
-0x14c 000451 call sadc_cal_read + 1 
-0x14d 000452 fetch 1 ,mem_spi_write_addr 
-0x14e 000453 store 1 ,mem_adc_cal_c7 
-0x14f 000454 storer regb ,1 ,mem_spi_write_addr 
-0x150 000455 rtn 
-:      000458 p_sadc_read:
-0x151 000459 jam 0x03 ,core_sadc_ctrl 
-:      000460 p_sadc_read_wait:
-0x152 000461 fetch 1 ,core_perf_status 
-0x153 000462 bbit0 saradc_done ,p_sadc_read_wait 
-0x154 000463 fetcht 2 ,core_sadc_data 
-0x155 000464 storet 2 ,mem_adc_current_value 
-0x156 000465 jam 0x00 ,core_sadc_ctrl 
-0x157 000466 rtn 
-:      000469 p_set_lemode:
-0x158 000470 jam 0x11 ,0x8a82 
-0x159 000471 jam 0x12 ,0x8a8d 
-0x15a 000472 jam 0x0a ,0x8a8e 
-0x15b 000473 fetch 1 ,mem_fcomp_div 
-0x15c 000474 beq xtal_16m ,p_set_lemode_2m_16m 
-0x15d 000475 setarg 0x5762 
-0x15e 000476 store 2 ,0x8907 
-:      000477 p_set_lemode_2m:
-0x15f 000478 jam 3 ,0x8901 
-0x160 000479 jam 3 ,0x8930 
-0x161 000480 rtnmark1 mark_ble_2m 
-0x162 000481 jam 1 ,0x8901 
-0x163 000482 jam 0x07 ,0x8a82 
-0x164 000483 jam 0x44 ,0x8a8d 
-0x165 000484 jam 0x0a ,0x8a8e 
-0x166 000485 fetch 1 ,mem_fcomp_div 
-0x167 000486 beq xtal_16m ,p_set_lemode_1m_16m 
-0x168 000487 setarg 0x2bb1 
-0x169 000488 store 2 ,0x8907 
-:      000489 p_set_lemode_1m:
-0x16a 000490 rtnmark0 mark_ble_lr 
-0x16b 000491 jam 0x24 ,0x8930 
-0x16c 000492 jam 5 ,0x8901 
-0x16d 000493 rtn 
-:      000495 p_set_lemode_1m_16m:
-0x16e 000496 setarg 0x4189 
-0x16f 000497 store 2 ,0x8907 
-0x170 000498 branch p_set_lemode_1m 
-:      000500 p_set_lemode_2m_16m:
-0x171 000501 setarg 0x8312 
-0x172 000502 store 2 ,0x8907 
-0x173 000503 branch p_set_lemode_2m 
-:      000504 p_le_check_retransmit_timesout:
-0x174 000505 fetch 1 ,mem_le_conn_rcv_new 
-0x175 000506 arg 256 ,regc 
-0x176 000507 iadd regc ,pdata 
-0x177 000508 rtn 
-:      000509 p_le_got_first_packet:
-0x178 000510 branch p_le_got_first_packet_new 
-:      000511 p_le_slave_match:
-0x179 000512 call p_le_check_retransmit 
-0x17a 000513 branch le_slave_match + 1 
-:      000514 p_le_check_retransmit:
-0x17b 000515 fetch 1 ,mem_le_conn_first_rcv 
-0x17c 000516 rtn blank 
-0x17d 000517 fetch 1 ,mem_le_check_retransmit_flag 
-0x17e 000518 nrtn blank 
-0x17f 000519 fetcht 1 ,mem_le_conn_first_rcv 
-0x180 000520 fetch 1 ,mem_le_conn_rcv_new 
-0x181 000521 isub temp ,null 
-0x182 000522 ncall p_le_check_retransmit_timesout ,positive 
-0x183 000523 isub temp ,pdata 
-0x184 000524 sub pdata ,100 ,null 
-0x185 000525 branch p_le_check_retransmit_count ,positive 
-0x186 000526 fetch 1 ,mem_le_retransmit_cnt 
-0x187 000527 sub pdata ,20 ,null 
-0x188 000528 ncall p_app_ble_disconnect ,positive 
-0x189 000529 jam 1 ,mem_le_check_retransmit_flag 
-0x18a 000530 rtn 
-:      000531 p_app_ble_disconnect:
-0x18b 000532 jam 1 ,mem_le_check_retransmit_discon_flag 
-0x18c 000533 branch app_ble_disconnect 
-:      000534 p_le_check_retransmit_count:
-0x18d 000535 fetcht 1 ,mem_le_arq 
-0x18e 000536 fetch 1 ,mem_le_rxbuf_data_header 
-0x18f 000539 rshift pdata ,pdata 
-0x190 000540 ixor temp ,pdata 
-0x191 000541 isolate1 nesn ,pdata 
-0x192 000542 setarg 0 
-0x193 000543 fetcht 1 ,mem_le_retransmit_cnt 
-0x194 000544 setflag true ,0 ,pdata 
-0x195 000545 iadd temp ,temp 
-0x196 000546 storet 1 ,mem_le_retransmit_cnt 
-0x197 000547 rtn 
-:      000548 p_le_got_first_packet_new:
-0x198 000549 fetch 1 ,mem_le_conn_rcv 
-0x199 000550 increase 1 ,pdata 
-0x19a 000551 store 1 ,mem_le_conn_rcv 
-0x19b 000552 nbranch p_le_got_first_packet_new + 7 ,match 
-0x19c 000553 fetch 1 ,mem_le_conn_rcv_new 
-0x19d 000554 increase 1 ,pdata 
-0x19e 000555 store 1 ,mem_le_conn_rcv_new 
-0x19f 000556 fetch 1 ,mem_le_state 
-0x1a0 000557 rtnbit1 lestate_got_first_packet 
-0x1a1 000558 set1 lestate_got_first_packet ,pdata 
-0x1a2 000559 store 1 ,mem_le_state 
-0x1a3 000560 fetch 2 ,mem_le_init_superto 
-0x1a4 000561 store 2 ,mem_le_superto 
-0x1a5 000562 setarg 0 
-0x1a6 000563 store 4 ,mem_le_transmit_window 
-0x1a7 000566 rtn 
-:      000567 p_le_rx_dec:
-0x1a8 000568 call le_check_retransmit 
-0x1a9 000570 fetchr rega ,1 ,mem_le_rxbuf_data_length 
-0x1aa 000571 increase -4 ,rega 
-0x1ab 000572 nbranch le_crc_fail_consecutive ,positive 
-0x1ac 000573 branch le_rx_dec + 6 
-:      000575 p_le_rx_nopayload:
-0x1ad 000576 parse demod ,bucket ,24 
-0x1ae 000577 rshift32 pdata ,pdata 
-0x1af 000578 rshift16 pdata ,pdata 
-0x1b0 000579 istore 3 ,contw 
-0x1b1 000580 enable swfine 
-0x1b2 000581 call le_set_until_tx_timer 
-0x1b3 000582 branch le_crc_fail ,crc_failed 
-0x1b4 000583 bmark0 mark_ble_encryption ,le_rx_match 
-0x1b5 000584 fetch 1 ,mem_le_rxbuf_data_length 
-0x1b6 000585 branch le_rx_match ,blank 
-0x1b7 000586 increase -4 ,pdata 
-0x1b8 000587 store 1 ,mem_le_rxbuf_data_length 
-0x1b9 000588 call wait_ccm_done 
-0x1ba 000589 fetch 1 ,core_misc_status 
-0x1bb 000590 bbit0 7 ,le_crc_fail_consecutive 
-0x1bc 000591 force regidx_result ,regext_index 
-0x1bd 000592 storer regext ,4 ,mem_le_peer_mic 
-0x1be 000593 branch le_rx_match 
-:      000595 p_le_parse:
-0x1bf 000596 fetch 1 ,mem_le_packet_llid 
-0x1c0 000597 rtneq llid_reserved 
-0x1c1 000598 beq llid_le_ll ,le_parse_ll 
-0x1c2 000599 branch le_parse_l2cap 
-:      000601 p_le_init_adv:
-0x1c3 000602 set0 mark_ble_crc_fail ,mark 
-0x1c4 000603 branch le_init_adv + 1 
-:      000605 p_le_adv_not_match:
-0x1c5 000606 call shutdown_radio 
-0x1c6 000607 jam 0 ,0x8900 
-0x1c7 000608 set0 mark_ble_crc_fail ,mark 
-0x1c8 000609 branch le_adv_not_match + 1 
-:      000611 p_le_parse_l2cap:
-0x1c9 000612 ifetch 2 ,contr 
-0x1ca 000613 beq le_l2cap_cid_att ,p_le_parse_att 
-0x1cb 000614 branch le_parse_l2cap_next + 2 
-:      000615 p_le_parse_att:
-0x1cc 000616 ifetch 3 ,contr 
-0x1cd 000617 store 3 ,mem_le_att_opcode 
-0x1ce 000618 beq attop_read_request ,p_le_parse_att_read_request 
-0x1cf 000619 beq attop_write_request ,p_le_parse_att_write_request 
-0x1d0 000620 branch le_parse_att2 
-:      000622 p_le_parse_att_read_request:
-0x1d1 000623 fetch mouse_flag_len ,mem_mouse_flag 
-0x1d2 000624 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
-0x1d3 000625 call le_check_encrypt_state 
-0x1d4 000626 fetcht 2 ,mem_le_att_handle 
-0x1d5 000627 fetch 1 ,mem_le_configuration 
-0x1d6 000628 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
-:      000630 p_le_send_att_read_response:
-0x1d7 000631 fetch 2 ,mem_le_att_handle 
-0x1d8 000632 beq 0x30 ,le_send_att_error_response_notfound 
-0x1d9 000633 fetcht 2 ,mem_le_att_handle 
-0x1da 000634 branch le_send_att_read_response 
-:      000636 p_le_send_att_read_response_check_auth:
-0x1db 000637 fetch 2 ,mem_le_pairing_handle 
-0x1dc 000638 isub temp ,null 
-0x1dd 000639 nbranch p_le_send_att_read_response ,zero 
-0x1de 000640 nbranch p_le_send_att_read_response ,user 
-0x1df 000641 branch le_send_att_read_response_error_insufficient_auth 
-:      000643 p_le_parse_att_write_request:
-0x1e0 000644 copy contr ,rega 
-0x1e1 000645 fetch 2 ,mem_le_l2cap_size 
-0x1e2 000646 add pdata ,-3 ,regb 
-0x1e3 000647 call le_writeatt_cb 
-0x1e4 000648 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x1e5 000649 beq 0xff ,le_send_att_write_response_check_auth 
-0x1e6 000650 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x1e7 000651 branch le_send_att_write_response_check_auth ,blank 
-0x1e8 000652 fetch 1 ,mem_le_connect_status_flag 
-0x1e9 000653 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
-0x1ea 000654 setarg 0x001a 
-0x1eb 000655 fetcht 2 ,mem_le_att_handle 
-0x1ec 000656 isub temp ,null 
-0x1ed 000657 nbranch le_send_att_write_response_check_auth ,zero 
-0x1ee 000658 branch le_send_att_read_response_error_insufficient_auth 
-:      000661 p_mouse_le:
-0x1ef 000662 call le_fifo_check_nearly_full 
-0x1f0 000663 nrtn blank 
-0x1f1 000664 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x1f2 000665 beq 0xff ,p_mouse_le_next 
-0x1f3 000666 fetch 1 ,mem_le_connect_status_flag 
-0x1f4 000667 and pdata ,0x03 ,pdata 
-0x1f5 000668 rtnne 0x03 
-0x1f6 000669 fetch 1 ,mem_le_check_retransmit_flag 
-0x1f7 000670 rtn blank 
-0x1f8 000671 fetch 1 ,mem_le_check_retransmit_discon_flag 
-0x1f9 000672 nrtn blank 
-:      000673 p_mouse_le_next:
-0x1fa 000674 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x1fb 000675 call mouse_clear_sensor_data_by_reset ,blank 
-0x1fc 000676 fetch mouse_flag_len ,mem_mouse_flag 
-0x1fd 000677 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x1fe 000678 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x1ff 000679 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x200 000680 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-0x201 000681 call mouse_motion 
-0x202 000682 call mouse_check_125hz 
-0x203 000683 nrtn user 
-0x204 000684 call mouse_current_mult_update 
-0x205 000685 call p_mouse_data_xy_release 
-0x206 000686 branch mouse_le_next + 12 
-:      000688 p_gpio_set_wake:
-0x207 000689 sub temp ,ui_button_gpio_disable ,null 
-0x208 000690 rtn zero 
-0x209 000691 arg 4 ,debug 
-0x20a 000692 isolate1 gpio_active_bit ,temp 
-0x20b 000693 branch gpio_set_wake_high ,true 
-0x20c 000694 arg 3 ,debug 
-0x20d 000695 branch gpio_set_wake_high 
-:      000697 p_lpm_sleep:
-0x20e 000699 fetch 2 ,mem_cb_before_lpm_sleep 
-0x20f 000700 call callback_func 
-:      000701 p_lpm_sleep_skip_cb_function:
-0x210 000702 fetch 4 ,mem_sleep_counter_all 
-0x211 000703 iadd temp ,pdata 
-0x212 000704 store 4 ,mem_sleep_counter_all 
-0x213 000705 call p_lpm_save_context 
-0x214 000706 branch lpm_sleep_skip_cb_function + 4 
-:      000708 p_lpm_save_context:
-0x215 000709 storer mark ,8 ,mem_saved_mark 
-0x216 000710 arg core_gpio_conf ,contr 
-0x217 000711 arg mem_saved_gpio ,contw 
-0x218 000712 call memcpy16 
-0x219 000713 arg core_gpio_conf_hi ,contr 
-0x21a 000714 call memcpy8 
-0x21b 000715 fetch 1 ,core_spid_ctrl 
-0x21c 000716 store 1 ,mem_saved_spidctrl 
-0x21d 000717 copy temp ,regb 
-:      000718 p_lpm_write_gpio_wakeup:
-0x21e 000719 arg 12 ,loopcnt 
-0x21f 000720 arg mem_gpio_wakeup_cfg ,rega 
-0x220 000721 arg core_gpio_wakeup_cfg ,regc 
-0x221 000722 until null ,lpo_edge 
-:      000723 p_lpm_write_gpio_loop:
-0x222 000724 ifetch 1 ,rega 
-0x223 000725 ifetcht 1 ,regc 
-0x224 000726 isub temp ,null 
-0x225 000727 branch p_lpm_write_gpio_loop_next ,zero 
-0x226 000728 istore 1 ,regc 
-0x227 000729 until null ,lpo_edge 
-:      000730 p_lpm_write_gpio_loop_next:
-0x228 000731 increase 1 ,rega 
-0x229 000732 increase 1 ,regc 
-0x22a 000733 loop p_lpm_write_gpio_loop 
-0x22b 000734 copy regb ,temp 
-0x22c 000735 rtn 
-:      000737 p_otp_read_data:
-0x22d 000738 call enable_otp_read 
-0x22e 000739 call otp_read_data + 1 
-0x22f 000740 branch otp_disable_chgpump 
-:      000742 p_g24_reconn_dispatch:
-0x230 000743 fetch 2 ,mem_24g_reconn_count 
-0x231 000744 arg 0x01f8 ,temp 
-0x232 000745 iand temp ,pdata 
-0x233 000746 branch p_g24_reconn_dispatch_next ,blank 
-0x234 000747 fetch 2 ,mem_24g_reconn_count 
-0x235 000748 increase 1 ,pdata 
-0x236 000749 store 2 ,mem_24g_reconn_count 
-0x237 000750 rtn 
-:      000752 p_g24_reconn_dispatch_next:
-0x238 000753 call g24_reconn_data_prep 
-0x239 000754 call g24_transmit_receive_ack 
-0x23a 000755 nbranch g24_reconn_device_fail ,sync 
-0x23b 000756 nbranch g24_reconn_device_fail ,user3 
-0x23c 000757 call g24_ackpayload_parse 
-0x23d 000759 fetch 1 ,mem_24g_rxdata_length 
-0x23e 000760 branch p_recv_addr_zero_skip ,blank 
-:      000761 p_g24_reconn_dispatch_next_2:
-0x23f 000762 fetch 4 ,mem_24g_pair_addr 
-0x240 000763 fetcht 4 ,mem_24g_addr 
-0x241 000764 isub temp ,null 
-0x242 000765 branch p_g24_reconn_mode_judge ,zero 
-0x243 000766 branch g24_reconn_dispatch_next + 9 
-:      000768 p_g24_reconn_mode_judge:
-0x244 000769 fetch mouse_flag_len ,mem_mouse_flag 
-0x245 000770 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
-0x246 000771 branch g24_reconn_receiver_addr 
-:      000773 p_recv_addr_zero_skip:
-0x247 000774 fetch 4 ,mem_24g_rxpayload + 2 
-0x248 000775 rtn blank 
-0x249 000776 branch p_g24_reconn_dispatch_next_2 
-:      000778 p_mouse_param_init:
-0x24a 000779 call mouse_param_common_init 
-0x24b 000780 call p_mouse_le_buff_modify 
-0x24c 000781 branch mouse_param_init + 2 
-:      000783 p_mouse_le_buff_modify:
-0x24d 000784 setarg mem_le_tx_buffer0_omemalloc_new 
-0x24e 000785 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x24f 000786 setarg mouse_ble_l2cap_txbuff_size_new 
-0x250 000787 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x251 000788 rtn 
-:      000790 p_power_ctrl_start:
-0x252 000791 fetch 1 ,mem_power_ctrl_disable 
-0x253 000792 nrtn blank 
-0x254 000793 fetch 2 ,mem_ui_state_map 
-0x255 000794 rtnbit1 ui_state_ble_adv 
-0x256 000795 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
-0x257 000796 call rssi_average 
-0x258 000797 storet 1 ,mem_rssi_avg_received 
-0x259 000798 fetch 1 ,mem_rssi_dis_max_24g 
-0x25a 000799 bmark1 mark_24g ,p_power_ctrl_start_next 
-0x25b 000800 fetch 1 ,mem_rssi_dis_max_ble 
-:      000801 p_power_ctrl_start_next:
-0x25c 000802 isub temp ,null 
-0x25d 000803 nbranch p_power_ctrl_txpower_incrs_force ,positive 
-0x25e 000804 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x25f 000805 sub pdata ,2 ,null 
-0x260 000806 nbranch p_power_ctrl_txpower_decrs_check ,positive 
-0x261 000807 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x262 000808 beq 0 ,p_power_ctrl_txpower_incrs 
-0x263 000809 rtn 
-:      000811 p_power_ctrl_txpower_decrs_check:
-0x264 000812 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x265 000813 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
-0x266 000814 isub temp ,null 
-0x267 000815 nrtn zero 
-0x268 000816 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      000817 p_power_ctrl_txpower_decrs:
-0x269 000818 fetcht 1 ,mem_rssi_avg_received 
-0x26a 000819 fetch 1 ,mem_rssi_dis_min_24g 
-0x26b 000820 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
-0x26c 000821 fetch 1 ,mem_rssi_dis_min_ble 
-:      000822 p_power_ctrl_txpower_decrs_next:
-0x26d 000823 isub temp ,null 
-0x26e 000824 nrtn positive 
-0x26f 000825 fetch 1 ,mem_power_ctrl_level 
-0x270 000826 beq 0 ,power_ctrl_decrs_level0 
-0x271 000827 increase -1 ,pdata 
-0x272 000828 store 1 ,mem_power_ctrl_level 
-0x273 000829 beq 2 ,p_power_ctrl_decrs_level2 
-0x274 000830 beq 1 ,power_ctrl_decrs_level1 
-0x275 000831 branch power_ctrl_decrs_level0 
-:      000833 p_power_ctrl_txpower_incrs_force:
-0x276 000834 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      000835 p_power_ctrl_txpower_incrs:
-0x277 000836 fetch 1 ,mem_power_ctrl_level 
-0x278 000837 beq 3 ,p_power_ctrl_incrs_level3 
-0x279 000838 increase 1 ,pdata 
-0x27a 000839 store 1 ,mem_power_ctrl_level 
-0x27b 000840 beq 1 ,power_ctrl_incrs_level1 
-0x27c 000841 beq 2 ,p_power_ctrl_incrs_level2 
-:      000842 p_power_ctrl_incrs_level3:
-0x27d 000843 jam tx_power_5db ,mem_tx_power 
-0x27e 000844 rtn 
-:      000845 p_power_ctrl_decrs_level2:
-:      000846 p_power_ctrl_incrs_level2:
-0x27f 000847 jam tx_power_3db ,mem_tx_power 
-0x280 000848 rtn 
-:      000854 p_mouse_cb_fuction:
-0x281 000855 setarg mouse_24g_short_sleep 
-0x282 000856 store 2 ,mem_cb_24g_transmit_short_sleep 
-0x283 000857 setarg mouse_24g_long_sleep 
-0x284 000858 store 2 ,mem_cb_24g_transmit_long_sleep 
-0x285 000859 setarg p_mouse_24g_before_lpm_sleep 
-0x286 000860 store 2 ,mem_cb_before_lpm_sleep 
-0x287 000861 branch mouse_cb_fuction + 7 
-:      000863 p_gpio_set_wake_by_current_state:
-0x288 000864 sub temp ,gpio_disable ,null 
-0x289 000865 rtn zero 
-0x28a 000866 storet 1 ,mem_mouse_wheel_temp_gpio 
-0x28b 000867 call gpio_get_bit 
-0x28c 000868 branch p_gpio_set_qdec_mode ,true 
-0x28d 000869 branch p_gpio_set_low_wake_disable_qdec 
-:      000871 p_gpio_set_qdec_mode:
-0x28e 000872 call p_mouse_qdec_disable 
-0x28f 000873 call p_mouse_qdec_lpm_cfg 
-0x290 000874 call p_mouse_qdec_enable 
-0x291 000875 fetcht 1 ,mem_mouse_wheel_temp_gpio 
-0x292 000876 branch gpio_set_high_impedance 
-:      000878 p_gpio_set_low_wake_disable_qdec:
-0x293 000879 fetcht 1 ,mem_mouse_wheel_temp_gpio 
-0x294 000880 call gpio_set_high_impedance 
-0x295 000881 call p_gpio_set_low_wake 
-0x296 000882 branch p_mouse_qdec_disable 
-:      000884 p_mouse_qdec_lpm_cfg:
-0x297 000885 arg 6 ,debug 
-:      000886 p_gpio_wake_cfg_set:
-0x298 000887 call gpio_set_wake_high 
-0x299 000888 branch p_lpm_write_gpio_wakeup 
-:      000890 p_gpio_set_low_wake:
-0x29a 000891 arg 3 ,debug 
-0x29b 000892 branch p_gpio_wake_cfg_set 
-:      000894 p_mouse_qdec_disable:
-0x29c 000895 setarg 0x10 
-0x29d 000896 store 1 ,core_puwakeup 
-:      000897 p_mouse_lpo_wait:
-0x29e 000898 until null ,lpo_edge 
-0x29f 000899 rtn 
-:      000901 p_mouse_qdec_enable:
-0x2a0 000902 setarg 0x80 
-0x2a1 000903 store 1 ,core_puwakeup 
-0x2a2 000904 until null ,lpo_edge 
-0x2a3 000905 until null ,lpo_edge 
-0x2a4 000906 branch p_mouse_lpo_wait 
-:      000908 p_soft_reset:
-0x2a5 000909 clear_stack 
-0x2a6 000910 call mouse_wheel_gpio_init ,wake 
-0x2a7 000911 branch soft_reset + 2 
-:      000913 p_mouse_24g_before_lpm_sleep:
-0x2a8 000914 rtn 
-:      000920 p_mouse_load_device_info_check:
-0x2a9 000921 call p_mouse_store_normal_tx_power 
-0x2aa 000922 fetch mouse_flag_len ,mem_mouse_flag 
-0x2ab 000923 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-0x2ac 000924 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-0x2ad 000925 bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
-0x2ae 000926 rtn 
-:      000927 p_mouse_load_otp_info_check:
-0x2af 000928 call p_mouse_device_flag_temp_store 
-0x2b0 000929 call mouse_read_otp_dpi 
-0x2b1 000930 call mouse_read_otp_device_flag 
-0x2b2 000932 call p_mouse_device_flag_check 
-0x2b3 000934 call p_mouse_select_device_by_switch_check 
-0x2b4 000936 call p_mouse_read_otp_device_info 
-0x2b5 000937 call p_mouse_read_otp_le_addr_increase_count_info 
-0x2b6 000938 branch mouse_otp_load_app_initflag 
-:      000940 p_mouse_select_device_by_switch_check:
-0x2b7 000941 fetch mouse_flag_len ,mem_mouse_flag 
-0x2b8 000942 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-0x2b9 000943 call p_mouse_check_select_device_by_switch 
-:      000944 p_mouse_device_flag_temp_store:
-0x2ba 000945 fetch 1 ,mem_device_flag 
-0x2bb 000946 store 1 ,mem_mouse_device_flag_temp 
-0x2bc 000947 rtn 
-:      000949 p_mouse_read_otp_device_info:
-0x2bd 000950 fetch mouse_flag_len ,mem_mouse_flag 
-0x2be 000951 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_read_otp_le_device1 
-0x2bf 000952 branch mouse_read_otp_device_info 
-:      000954 p_mouse_app_initflag_check:
-0x2c0 000955 fetch 2 ,mem_store_flag 
-0x2c1 000956 arg eeprom_init_flag ,temp 
-0x2c2 000957 isub temp ,null 
-0x2c3 000958 branch p_mouse_load_device_info ,zero 
-0x2c4 000960 storet 2 ,mem_store_flag 
-0x2c5 000961 call mouse_ble_init_address 
-0x2c6 000962 fetch 1 ,mem_device_flag_temp 
-0x2c7 000963 store 1 ,mem_device_flag 
-0x2c8 000964 call mouse_load_default_dpi 
-0x2c9 000966 setarg 0x1122 
-0x2ca 000967 store 2 ,mem_random_addr_increase_count 
-:      000968 p_mouse_device_flag_temp_load:
-0x2cb 000969 fetch 1 ,mem_mouse_device_flag_temp 
-0x2cc 000970 store 1 ,mem_device_flag 
-0x2cd 000971 rtn 
-:      000973 p_mouse_device_flag_check:
-0x2ce 000974 fetch 1 ,mem_device_flag 
-0x2cf 000975 sub pdata ,0 ,null 
-0x2d0 000976 branch p_mouse_device_flag_temp_load ,zero 
-0x2d1 000977 sub pdata ,4 ,null 
-0x2d2 000978 branch p_mouse_24g_init ,zero 
-0x2d3 000979 rtn positive 
-:      000980 p_mouse_24g_init:
-0x2d4 000981 jam mode_24g_device ,mem_device_flag 
-0x2d5 000982 rtn 
-:      000984 p_mouse_read_otp_le_addr_increase_count_info:
-0x2d6 000985 fetch 1 ,mem_device_flag 
-0x2d7 000986 rtneq mode_24g_device 
-0x2d8 000987 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-0x2d9 000988 copy regb ,regc 
-:      000989 p_mouse_read_otp_le_addr_increase_count_loop:
-0x2da 000990 call mouse_read_otp_le_addr_increase_count_common 
-0x2db 000991 fetch 2 ,mem_random_addr_increase_count_temp 
-0x2dc 000992 branch p_mouse_le_addr_increase_count_load ,blank 
-0x2dd 000993 store 2 ,mem_random_addr_increase_count_last 
-0x2de 000994 increase 2 ,regc 
-0x2df 000995 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-0x2e0 000996 isub regc ,null 
-0x2e1 000997 nbranch p_mouse_le_addr_increase_count_load ,positive 
-0x2e2 000998 copy regc ,regb 
-0x2e3 000999 branch p_mouse_read_otp_le_addr_increase_count_loop 
-:      001001 p_mouse_le_addr_increase_count_load:
-0x2e4 001002 fetch 2 ,mem_random_addr_increase_count_last 
-0x2e5 001003 store 2 ,mem_random_addr_increase_count 
-0x2e6 001004 rtn 
-:      001007 p_mouse_store_device_info:
-0x2e7 001008 fetch mouse_flag_len ,mem_mouse_flag 
-0x2e8 001009 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x2e9 001010 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x2ea 001011 bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
-0x2eb 001012 rtn 
-:      001014 p_mouse_store_otp_device_info:
-0x2ec 001015 call p_mouse_write_otp_locall_addr 
-0x2ed 001016 call p_mouse_write_otp_device_flag 
-0x2ee 001017 branch mouse_store_otp_device_info + 1 
-:      001019 p_mouse_write_otp_locall_addr:
-0x2ef 001020 fetch 1 ,mem_device_flag 
-0x2f0 001021 rtneq mode_24g_device 
-0x2f1 001022 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
-0x2f2 001023 beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
-0x2f3 001024 rtn 
-:      001026 p_mouse_write_otp_device_flag:
-0x2f4 001027 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0x2f5 001028 copy regb ,regc 
-:      001029 p_mouse_write_otp_device_flag_loop:
-0x2f6 001030 call mouse_read_otp_device_flag_common 
-0x2f7 001031 fetch 1 ,mem_device_flag_temp 
-0x2f8 001032 branch p_mouse_device_flag_store ,blank 
-0x2f9 001033 store 1 ,mem_device_flag_last 
-0x2fa 001034 increase 1 ,regc 
-0x2fb 001035 fetch 2 ,mem_otp_offset_device_flag_end 
-0x2fc 001036 isub regc ,null 
-0x2fd 001037 nrtn positive 
-0x2fe 001038 copy regc ,regb 
-0x2ff 001039 branch p_mouse_write_otp_device_flag_loop 
-:      001041 p_mouse_device_flag_store:
-0x300 001042 fetch 1 ,mem_device_flag_last 
-0x301 001043 and pdata ,0xf0 ,pdata 
-0x302 001044 branch p_mouse_device_flag_store_check ,blank 
-0x303 001045 fetch 1 ,mem_device_flag 
-0x304 001047 call p_mouse_device_flag_otp_store_judge 
-0x305 001049 store 1 ,mem_device_flag_value 
-:      001050 p_mouse_devoce_flag_store_end:
-0x306 001051 arg 1 ,loopcnt 
-0x307 001052 copy regc ,regb 
-0x308 001053 arg mem_device_flag_value ,rega 
-0x309 001054 branch otp_write 
-:      001056 p_mouse_device_flag_store_check:
-0x30a 001057 fetcht 1 ,mem_device_flag_last 
-0x30b 001058 fetch 1 ,mem_device_flag 
-0x30c 001059 call p_mouse_device_flag_otp_store_judge 
-0x30d 001060 isub temp ,null 
-0x30e 001061 rtn zero 
-0x30f 001062 lshift4 pdata ,pdata 
-0x310 001063 iadd temp ,pdata 
-0x311 001064 store 1 ,mem_device_flag_value 
-0x312 001066 copy regc ,pdata 
-0x313 001067 fetcht 2 ,mem_otp_offset_device_flag 
-0x314 001068 isub temp ,null 
-0x315 001069 branch p_mouse_devoce_flag_store_end ,zero 
-0x316 001071 increase -1 ,regc 
-0x317 001072 branch p_mouse_devoce_flag_store_end 
-:      001074 p_mouse_device_flag_otp_store_judge:
-0x318 001075 rtnne mode_24g_device 
-0x319 001076 increase 4 ,pdata 
-0x31a 001077 rtn 
-:      001081 p_mouse_write_otp_le_locall_addr1:
-0x31b 001082 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
-0x31c 001083 copy regb ,regc 
-:      001084 p_mouse_write_otp_le_locall_addr1_loop:
-0x31d 001085 call mouse_read_otp_le_locall_addr1_common 
-0x31e 001086 fetch 6 ,mem_mouse_le_locall_addr1_temp 
-0x31f 001087 branch p_mouse_le_local_addr1_store ,blank 
-0x320 001088 store 6 ,mem_mouse_le_locall_addr1_last 
-0x321 001089 increase 6 ,regc 
-0x322 001090 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
-0x323 001091 isub regc ,null 
-0x324 001092 nrtn positive 
-0x325 001093 copy regc ,regb 
-0x326 001094 branch p_mouse_write_otp_le_locall_addr1_loop 
-:      001096 p_mouse_le_local_addr1_store:
-0x327 001097 fetch 6 ,mem_mouse_le_locall_addr1_last 
-0x328 001098 fetcht 6 ,mem_device1_locall_addr 
-0x329 001099 isub temp ,null 
-0x32a 001100 rtn zero 
-0x32b 001101 arg 6 ,loopcnt 
-0x32c 001102 arg mem_device1_locall_addr ,rega 
-0x32d 001103 copy regc ,regb 
-0x32e 001104 branch otp_write 
-:      001106 p_mouse_write_otp_le_locall_addr2:
-0x32f 001107 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
-0x330 001108 copy regb ,regc 
-:      001109 p_mouse_write_otp_le_locall_addr2_loop:
-0x331 001110 call mouse_read_otp_le_locall_addr2_common 
-0x332 001111 fetch 6 ,mem_mouse_le_locall_addr2_temp 
-0x333 001112 branch p_mouse_le_local_addr2_store ,blank 
-0x334 001113 store 6 ,mem_mouse_le_locall_addr2_last 
-0x335 001114 increase 6 ,regc 
-0x336 001115 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
-0x337 001116 isub regc ,null 
-0x338 001117 nrtn positive 
-0x339 001118 copy regc ,regb 
-0x33a 001119 branch p_mouse_write_otp_le_locall_addr2_loop 
-:      001121 p_mouse_le_local_addr2_store:
-0x33b 001122 fetch 6 ,mem_mouse_le_locall_addr2_last 
-0x33c 001123 fetcht 6 ,mem_device2_locall_addr 
-0x33d 001124 isub temp ,null 
-0x33e 001125 rtn zero 
-0x33f 001126 arg 6 ,loopcnt 
-0x340 001127 arg mem_device2_locall_addr ,rega 
-0x341 001128 copy regc ,regb 
-0x342 001129 branch otp_write 
-:      001133 p_mouse_load_device_info:
-0x343 001134 call p_mouse_le_locall_addr_init_check 
-0x344 001135 call p_mouse_select_reconn_device 
-0x345 001136 call p_mouse_otp_load_dpi 
-0x346 001137 branch mouse_load_device_info + 1 
-:      001139 p_mouse_otp_load_dpi:
-0x347 001140 fetch mouse_flag_len ,mem_mouse_flag 
-0x348 001141 rtnbit0 mouse_enable_load_and_store_dpi 
-0x349 001142 fetch 1 ,mem_mouse_dpi 
-0x34a 001143 beq 0 ,mouse_otp_load_dpi 
-0x34b 001144 beq 6 ,p_mouse_dpi_reinit 
-0x34c 001145 rtn 
-:      001147 p_mouse_dpi_reinit:
-0x34d 001148 jam mouse_dpi_level1 ,mem_mouse_dpi 
-0x34e 001149 rtn 
-:      001151 p_mouse_store_dpi_info_check:
-0x34f 001152 fetch mouse_flag_len ,mem_mouse_flag 
-0x350 001153 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x351 001154 bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
-0x352 001155 rtn 
-:      001157 p_mouse_store_otp_dpi:
-0x353 001158 fetch mouse_flag_len ,mem_mouse_flag 
-0x354 001159 rtnbit0 mouse_enable_load_and_store_dpi 
-0x355 001160 fetchr regb ,2 ,mem_otp_offset_dpi 
-0x356 001161 copy regb ,regc 
-:      001162 p_mouse_otp_store_dpi_loop:
-0x357 001163 call mouse_read_otp_dpi_common 
-0x358 001164 fetch 1 ,mem_mouse_dpi_temp 
-0x359 001165 branch p_mouse_otp_dpi_store ,blank 
-0x35a 001166 store 1 ,mem_mouse_dpi_last 
-0x35b 001167 increase 1 ,regc 
-0x35c 001168 fetch 2 ,mem_otp_offset_dpi_end 
-0x35d 001169 isub regc ,null 
-0x35e 001170 nrtn positive 
-0x35f 001171 copy regc ,regb 
-0x360 001172 branch p_mouse_otp_store_dpi_loop 
-:      001174 p_mouse_otp_dpi_store:
-0x361 001175 fetch 1 ,mem_mouse_dpi_last 
-0x362 001176 and pdata ,0xf0 ,pdata 
-0x363 001177 branch p_mouse_dpi_store_last_check ,blank 
-0x364 001178 fetch 1 ,mem_mouse_dpi 
-0x365 001180 call p_mouse_dpi_otp_store_judge 
-0x366 001182 store 1 ,mem_mouse_otp_dpi_value 
-:      001183 p_mouse_dpi_store_end:
-0x367 001184 arg 1 ,loopcnt 
-0x368 001185 copy regc ,regb 
-0x369 001186 arg mem_mouse_otp_dpi_value ,rega 
-0x36a 001187 branch otp_write 
-:      001189 p_mouse_dpi_store_last_check:
-0x36b 001190 fetcht 1 ,mem_mouse_dpi_last 
-0x36c 001191 fetch 1 ,mem_mouse_dpi 
-0x36d 001192 call p_mouse_dpi_otp_store_judge 
-0x36e 001193 isub temp ,null 
-0x36f 001194 rtn zero 
-0x370 001195 lshift4 pdata ,pdata 
-0x371 001196 iadd temp ,pdata 
-0x372 001197 store 1 ,mem_mouse_otp_dpi_value 
-0x373 001199 copy regc ,pdata 
-0x374 001200 fetcht 2 ,mem_otp_offset_dpi 
-0x375 001201 isub temp ,null 
-0x376 001202 branch p_mouse_dpi_store_end ,zero 
-0x377 001204 increase -1 ,regc 
-0x378 001205 branch p_mouse_dpi_store_end 
-:      001207 p_mouse_dpi_otp_store_judge:
-0x379 001208 rtnne mouse_dpi_level1 
-0x37a 001209 increase 6 ,pdata 
-0x37b 001210 rtn 
-:      001212 p_mouse_le_locall_addr_init_check:
-0x37c 001213 fetch mouse_flag_len ,mem_mouse_flag 
-0x37d 001214 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
-0x37e 001215 fetch 1 ,mem_device_flag 
-0x37f 001216 rtneq mode_24g_device 
-0x380 001217 beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
-0x381 001218 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
-0x382 001219 rtn 
-:      001221 p_mouse_le_addr1_init_check:
-0x383 001222 fetch 6 ,mem_device1_locall_addr 
-0x384 001223 fetcht 6 ,mem_mouse_compare_addr 
-0x385 001224 isub temp ,null 
-0x386 001225 nrtn zero 
-0x387 001226 fetch 6 ,mem_le_lap 
-0x388 001227 store 6 ,mem_device1_locall_addr 
-0x389 001228 rtn 
-:      001230 p_mouse_le_addr2_init_check:
-0x38a 001231 fetch 6 ,mem_device1_locall_addr 
-0x38b 001232 fetcht 6 ,mem_mouse_compare_addr 
-0x38c 001233 isub temp ,null 
-0x38d 001234 nrtn zero 
-0x38e 001235 fetch 6 ,mem_le_lap 
-0x38f 001236 add pdata ,0x0100 ,pdata 
-0x390 001237 store 6 ,mem_device1_locall_addr 
-0x391 001238 rtn 
-:      001240 p_mouse_buletooth_fast_conn_end:
-0x392 001241 call p_mouse_select_reconn_device 
-0x393 001242 branch mouse_buletooth_fast_conn_end + 2 
-:      001244 p_mouse_select_reconn_device:
-0x394 001245 fetch mouse_flag_len ,mem_mouse_flag 
-0x395 001246 bbit0 mouse_enable_otp ,mouse_select_reconn_device 
-0x396 001247 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
-:      001248 p_mouse_select_reconn_device_start:
-0x397 001249 fetch 1 ,mem_device_flag 
-0x398 001250 rtneq mode_24g_device 
-0x399 001251 beq mode_bt_device1 ,p_mouse_load_le_device1 
-0x39a 001252 beq mode_bt_device2 ,p_mouse_load_le_device2 
-0x39b 001253 rtn 
-:      001255 p_mouse_load_le_device1:
-0x39c 001256 fetch 6 ,mem_device1_addr 
-0x39d 001257 store 6 ,mem_hci_plap 
-0x39e 001260 fetch 6 ,mem_device1_locall_addr 
-0x39f 001261 store 6 ,mem_le_lap 
-0x3a0 001262 rtn 
-:      001264 p_mouse_load_le_device2:
-0x3a1 001265 fetch 6 ,mem_device2_addr 
-0x3a2 001266 store 6 ,mem_hci_plap 
-0x3a3 001269 fetch 6 ,mem_device2_locall_addr 
-0x3a4 001270 store 6 ,mem_le_lap 
-0x3a5 001271 rtn 
-:      001273 p_mouse_store_remote_bdaddr:
-0x3a6 001274 fetch mouse_flag_len ,mem_mouse_flag 
-0x3a7 001275 rtnbit0 mouse_store_eeprom_flag 
-0x3a8 001276 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
-0x3a9 001277 arg mouse_store_eeprom_flag ,queue 
-0x3aa 001278 call mouse_disable_function_flag 
-0x3ab 001279 call mouse_check_device_addr 
-0x3ac 001280 call p_mouse_before_store_reconn_info 
-0x3ad 001281 branch mouse_store_device_info_delay 
-:      001283 p_mouse_before_store_reconn_info:
-0x3ae 001284 fetch 1 ,mem_device_flag 
-0x3af 001285 beq mode_bt_device1 ,p_mouse_store_le_device1 
-0x3b0 001286 beq mode_bt_device2 ,p_mouse_store_le_device2 
-0x3b1 001287 rtn 
-:      001289 p_mouse_store_le_device1:
-0x3b2 001290 fetch 6 ,mem_le_plap 
-0x3b3 001291 store 6 ,mem_device1_addr 
-0x3b4 001292 fetch 6 ,mem_le_lap 
-0x3b5 001293 store 6 ,mem_device1_locall_addr 
-0x3b6 001294 rtn 
-:      001296 p_mouse_store_le_device2:
-0x3b7 001297 fetch 6 ,mem_le_plap 
-0x3b8 001298 store 6 ,mem_device2_addr 
-0x3b9 001299 fetch 6 ,mem_le_lap 
-0x3ba 001300 store 6 ,mem_device2_locall_addr 
-0x3bb 001301 rtn 
-:      001304 p_mouse_bb_event_timer:
-0x3bc 001305 call p_mouse_le_send_conn_param_update_timer 
-0x3bd 001306 call mouse_low_voltage_led_timer 
-0x3be 001307 call mouse_adc_read 
-0x3bf 001309 call mouse_logo_led_on_timer 
-0x3c0 001310 call mouse_led_multi_timer 
-0x3c1 001311 call mouse_dpi_led_blink_delay_timer 
-0x3c2 001313 call g24_pair_timeout_timer 
-0x3c3 001314 call g24_reconn_timeout_timer 
-0x3c4 001315 call mouse_24g_long_sleep_param_update_timer 
-0x3c5 001317 call mouse_dpi_key_check_long_press 
-0x3c6 001318 call mouse_bt_discovery_check 
-0x3c7 001319 call mouse_commbination_key_process 
-0x3c8 001320 call mouse_check_discovery_timeout_timer 
-0x3c9 001322 call mouse_check_direct_timeout_timer 
-0x3ca 001323 call mouse_le_enable_att_list_timer 
-0x3cb 001324 call mouse_le_battery_updata_timer 
-0x3cc 001325 call mouse_le_send_smp_security_request_timer 
-0x3cd 001327 call mouse_check_reconnect_delay_long_sleep 
-0x3ce 001328 call p_mouse_current_mult_update_timer 
-0x3cf 001329 call mouse_wheel_trigger_timer 
-0x3d0 001330 call mouse_store_information_delay_timer 
-0x3d1 001331 branch mouse_check_no_data_timeout_timer 
-:      001333 p_mouse_le_send_conn_param_update_timer:
-0x3d2 001334 arg mem_mouse_le_send_conn_param_update_timer ,regc 
-0x3d3 001335 arg mouse_updata_le_param ,regb 
-0x3d4 001336 branch timer_single_step 
-:      001338 p_mouse_current_mult_update_timer:
-0x3d5 001339 arg mem_mouse_current_mult_timer ,regc 
-0x3d6 001340 arg p_mouse_current_mult_reinit ,regb 
-0x3d7 001341 branch timer_single_step 
-:      001342 p_mouse_current_mult_reinit:
-0x3d8 001343 fetch 1 ,mem_lpm_mult_init 
-0x3d9 001344 store 1 ,mem_lpm_mult 
-0x3da 001345 jam 3 ,mem_mouse_long_mult_flag 
-0x3db 001346 rtn 
-:      001348 p_mouse_start_discovery:
-0x3dc 001349 call mouse_sensor_powerdown 
-0x3dd 001350 branch mouse_start_discovery + 1 
-:      001352 p_mouse_priority_bb_event:
-0x3de 001353 copy regc ,pdata 
-0x3df 001354 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0x3e0 001355 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x3e1 001356 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x3e2 001357 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x3e3 001358 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x3e4 001359 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x3e5 001360 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0x3e6 001361 branch mouse_priority_bb_event + 2 
-:      001363 p_mouse_le_bb_event_connected:
-0x3e7 001365 setarg 0 
-0x3e8 001366 store 4 ,mem_le_conn_first_rcv 
-0x3e9 001367 branch mouse_le_bb_event_connected 
-:      001369 p_mouse_le_ll_start_encryt:
-0x3ea 001370 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x3eb 001371 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0x3ec 001372 jam 20 ,mem_le_start_encrypt_timer 
-0x3ed 001373 branch p_mouse_le_ll_reconn_start_encryt_new 
-:      001374 p_mouse_le_ll_reconn_start_encryt:
-0x3ee 001375 call mouse_updata_le_param 
-0x3ef 001376 jam 5 ,mem_le_start_encrypt_timer 
-:      001377 p_mouse_le_ll_reconn_start_encryt_new:
-0x3f0 001378 fetch 1 ,mem_le_conn_rcv_new 
-0x3f1 001379 store 1 ,mem_le_conn_first_rcv 
-0x3f2 001380 branch mouse_le_ll_enable_start_enc_flag 
-:      001383 p_mouse_le_conn_param_update_rsp_recieved:
-0x3f3 001384 fetch 1 ,mem_mouse_le_send_conn_param_update 
-0x3f4 001385 nrtn blank 
-0x3f5 001386 jam 1 ,mem_mouse_le_send_conn_param_update 
-0x3f6 001387 jam 30 ,mem_mouse_le_send_conn_param_update_timer 
-0x3f7 001388 rtn 
-:      001390 p_mouse_le_bb_disconnected:
-0x3f8 001391 setarg 0 
-0x3f9 001392 store 1 ,mem_mouse_le_send_conn_param_update 
-0x3fa 001393 store 1 ,mem_mouse_le_send_conn_param_update_timer 
-0x3fb 001394 setarg 0 
-0x3fc 001395 store 2 ,mem_le_battery_level_updata_timer 
-0x3fd 001396 jam 0 ,mem_mouse_le_bb_connected_flag 
-0x3fe 001397 arg le_interval_7_5ms ,temp 
-0x3ff 001398 fetch mouse_flag_len ,mem_mouse_flag 
-0x400 001399 bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
-0x401 001400 arg le_interval_8_75ms ,temp 
-:      001401 p_mouse_le_bb_disconnected_next:
-0x402 001402 storet 2 ,mem_le_interval_min 
-0x403 001403 storet 2 ,mem_le_interval_min + 2 
-0x404 001404 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x405 001405 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x406 001406 call le_clr_config_more_data 
-0x407 001407 branch p_mouse_bb_disconnected 
-:      001408 p_mouse_bb_disconnected:
-0x408 001409 call mouse_bb_discon_clear_stack 
-0x409 001410 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x40a 001411 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
-0x40b 001412 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x40c 001413 branch mouse_start_discovery 
-:      001414 p_mouse4_0_event_bb_disconn:
-0x40d 001415 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x40e 001416 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x40f 001417 fetch 1 ,mem_le_connect_status_flag 
-0x410 001418 and pdata ,0x03 ,pdata 
-0x411 001419 call mouse_le_clean_connect_flag 
-0x412 001420 bne 0x03 ,mouse_start_reconnect 
-0x413 001421 fetch 1 ,mem_le_check_retransmit_discon_flag 
-0x414 001422 nbranch mouse_start_reconnect ,blank 
-0x415 001423 branch mouse_app_enter_hibernate 
-:      001425 p_mouse_24g_attempt_success:
-0x416 001426 fetch 4 ,mem_24g_addr 
-0x417 001427 store 4 ,mem_24g_receiver_addr 
-0x418 001428 store 4 ,mem_mouse_24g_addr 
-0x419 001429 call g24_ch_syncword_crc8_init 
-0x41a 001430 call mouse_no_data_timer_init 
-0x41b 001431 call mouse_device_poweron_led_config 
-0x41c 001432 call mouse_init_sensor_reset 
-0x41d 001433 jam 0 ,mem_mouse_long_mult_flag 
-0x41e 001434 jam 0 ,mem_24g_conn_sm 
-0x41f 001435 jam 0 ,mem_24g_reconn_type 
-0x420 001436 fetch 4 ,mem_24g_receiver_addr 
-0x421 001437 fetcht 4 ,mem_24g_fast_conn_addr 
-0x422 001438 isub temp ,null 
-0x423 001439 rtn zero 
-0x424 001440 call mouse_soft_agc_disable 
-0x425 001441 call p_mouse_fetch_normal_tx_power 
-0x426 001442 branch mouse_24g_first_store_reconn_info 
-:      001444 p_mouse_24g_pairing_complete:
-0x427 001445 call mouse_soft_agc_disable 
-0x428 001446 call p_mouse_fetch_normal_tx_power 
-0x429 001447 branch mouse_24g_pairing_complete 
-:      001449 p_mouse_24g_attempt_fail:
-0x42a 001450 call mouse_soft_agc_disable 
-0x42b 001451 call p_mouse_fetch_normal_tx_power 
-0x42c 001452 fetch 1 ,mem_mouse_dpi_button_state 
-0x42d 001453 rtneq dpi_button_state_down 
-0x42e 001454 fetch 1 ,mem_24g_attempt_fail_flag 
-0x42f 001455 nbranch mouse_24g_hibernate_set ,blank 
-0x430 001456 fetch 1 ,mem_24g_reconn_type 
-0x431 001457 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
-0x432 001458 beq fast_conn_and_receiver ,mouse_24g_fast_conn_attempt_fail 
-0x433 001459 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
-0x434 001460 branch mouse_24g_attempt_fail + 2 
-:      001462 p_mouse_24g_auto_pair_attempt_fail:
-0x435 001463 fetch mouse_flag_len ,mem_mouse_flag 
-0x436 001464 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x437 001465 fetch 1 ,mem_device_number 
-0x438 001466 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
-:      001467 p_mouse_24g_first_bluetooth_reconnect:
-0x439 001468 call mouse_24g_stop 
-0x43a 001469 jam mode_bt_device1 ,mem_device_flag 
-0x43b 001470 branch mouse_start_reconnect_device 
-:      001472 p_mouse_reconn_dongle_attempt_fail:
-0x43c 001473 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d 001474 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x43e 001475 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
-0x43f 001476 bbit1 mouse_enable_otp ,mouse_24g_attempt_fail_enter_hibernate 
-0x440 001477 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
-0x441 001478 branch mouse_24g_start_auto_pair 
-:      001480 p_mouse_start_work:
-0x442 001481 fetch mouse_flag_len ,mem_mouse_flag 
-0x443 001482 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
-0x444 001483 fetch 1 ,mem_device_flag 
-0x445 001484 beq mode_24g_device ,p_mouse_24g_start_mode 
-0x446 001485 branch mouse_le_fast_conn_judge 
-:      001487 p_mouse_24g_first_start_auto_pair_mode:
-0x447 001488 call mouse_wakeup_from_power_check 
-0x448 001489 branch p_mouse_24g_first_start_reconn ,user 
-0x449 001490 branch mouse_24g_reconn_general_dongle 
-:      001492 p_mouse_24g_first_start_reconn:
-0x44a 001493 fetch 1 ,mem_device_flag 
-0x44b 001494 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
-0x44c 001495 call mouse_bluetooth_fast_conn_disable 
-0x44d 001496 branch p_mouse_24g_first_bluetooth_reconnect 
-:      001498 p_mouse_24g_start_mode:
-0x44e 001499 fetch mouse_flag_len ,mem_mouse_flag 
-0x44f 001500 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
-0x450 001501 call mouse_device_24g_pair_led_config 
-0x451 001502 call mouse_wakeup_from_power_check 
-0x452 001503 branch mouse_24g_reconn_dongle_start ,user 
-0x453 001504 fetch mouse_flag_len ,mem_mouse_flag 
-0x454 001505 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
-0x455 001506 branch mouse_24g_start_mode + 7 
-:      001508 p_mouse_24g_reconn_general_dongle:
-0x456 001509 jam mode_24g_device ,mem_device_flag 
-0x457 001510 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
-0x458 001511 store 2 ,mem_24g_reconn_timeout 
-0x459 001512 jam fast_conn_and_receiver ,mem_24g_reconn_type 
-0x45a 001513 branch g24_reconn_start 
-:      001515 p_mouse_store_normal_tx_power:
-0x45b 001516 fetch 1 ,mem_tx_power 
-0x45c 001517 store 1 ,mem_normal_tx_power 
-0x45d 001518 rtn 
-:      001520 p_mouse_fetch_normal_tx_power:
-0x45e 001521 fetch 1 ,mem_normal_tx_power 
-0x45f 001522 store 1 ,mem_tx_power 
-0x460 001523 rtn 
-:      001525 p_mouse_idle:
-0x461 001526 call mouse_low_voltage_led_no_enter_lpm 
-0x462 001527 call ui_check_paring_button 
-0x463 001528 call p_mouse_dpi_check 
-0x464 001529 branch mouse_idle + 4 
-:      001531 p_mouse_dpi_check:
-0x465 001532 fetch 1 ,mem_dpi_button_gpio 
-0x466 001533 rtneq gpio_disable 
-0x467 001534 arg 0 ,rega 
-0x468 001535 jam mouse_dpi_key ,mem_mouse_key_temp 
-0x469 001536 fetcht 1 ,mem_dpi_button_gpio 
-0x46a 001537 call p_mouse_dpi_key_check 
-0x46b 001538 branch mouse_dpi_check_next 
-:      001540 p_mouse_dpi_key_check:
-0x46c 001541 fetch mouse_flag_len ,mem_mouse_flag 
-0x46d 001542 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0x46e 001543 fetch 1 ,mem_mouse_dpikey_press_status 
-0x46f 001544 copy pdata ,regc 
-0x470 001545 fetch 1 ,mem_matrix_public_gpio 
-0x471 001546 beq gpio_disable ,p_mouse_3io6key_dpi_check 
-0x472 001547 branch mouse_dpi_key_check_next 
-:      001549 p_mouse_3io6key_dpi_check:
-0x473 001550 fetch 1 ,mem_dpi_button_gpio 
-0x474 001551 call mouse_gpio_config_output_low 
-0x475 001552 fetcht 1 ,mem_dpi_button_gpio 
-0x476 001553 branch p_mouse_3io6key_check 
-:      001555 p_mouse_3io6key_check:
-0x477 001556 copy regc ,pdata 
-0x478 001557 store 1 ,mem_mouse_key_status 
-0x479 001558 lshift pdata ,pdata 
-0x47a 001559 copy pdata ,regb 
-0x47b 001560 copy temp ,regc 
-0x47c 001561 call mouse_gpio_config_input_pd 
-0x47d 001562 copy regc ,temp 
-0x47e 001563 call gpio_get_bit 
-0x47f 001564 nsetflag true ,0 ,regb 
-0x480 001565 call mouse_check_press 
-0x481 001566 branch mouse_check_key_connect_gnd_1 
-:      001568 p_g24_short_sleep:
-0x482 001569 call g24_lpm_wait 
-0x483 001570 nrtn user 
-0x484 001571 call g24_setgpio_lpm_before 
-0x485 001572 call p_clear_wake 
-0x486 001573 fetch 3 ,mem_24g_short_sleep_set 
-0x487 001574 branch g24_long_seep2 
-:      001577 p_clear_wake:
-0x488 001578 setarg 0 
-0x489 001579 set1 21 ,pdata 
-0x48a 001580 store 8 ,mem_gpio_wakeup_cfg 
-0x48b 001581 setarg 0 
-0x48c 001582 store 4 ,mem_gpio_wakeup_cfg + 8 
-0x48d 001583 rtn 
-:      001585 p_mouse_24g_hibernate_set:
-0x48e 001586 jam 0 ,mem_24g_attempt_fail_flag 
-0x48f 001587 call g24_transmit_next_packet 
-0x490 001588 setarg -1 
-0x491 001589 store 4 ,mem_24g_enter_hibernate 
-0x492 001590 setarg 0 
-0x493 001591 store 7 ,mem_mouse_key 
-0x494 001592 jam 1 ,mem_sensor_shutdown_flag 
-0x495 001593 call mouse_sensor_powerdown 
-0x496 001595 branch mouse_24g_long_sleep 
-:      001597 p_mouse_setgpio_hibernate:
-0x497 001598 call mouse_set_sdio_high 
-0x498 001599 call p_clear_wake 
-0x499 001600 call mouse_before_hibernate_wheel_gpio_set 
-0x49a 001601 fetcht 1 ,mem_matrix_public_gpio 
-0x49b 001602 call gpio_out_active 
-0x49c 001603 fetcht 1 ,mem_matrix_public_gpio 
-0x49d 001604 call gpio_clr_wake 
-0x49e 001605 fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0x49f 001606 call mouse_gpio_config_output_high 
-0x4a0 001608 fetcht 1 ,mem_device_switch_gpio 
-0x4a1 001609 call mouse_gpio_set_pupd_by_input 
-0x4a2 001610 arg 21 ,temp 
-0x4a3 001611 call mouse_gpio_config_input_pu 
-0x4a4 001613 call mouse_logo_led_off 
-0x4a5 001614 call mouse_lpm_before_common 
-0x4a6 001615 call mouse_gpio_pd_idle 
-0x4a7 001616 fetcht 1 ,mem_whee_a_data_gpio 
-0x4a8 001617 call gpio_set_high_impedance 
-0x4a9 001618 fetcht 1 ,mem_whee_b_data_gpio 
-0x4aa 001619 call gpio_set_high_impedance 
-0x4ab 001620 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x4ac 001621 call mouse_gpio_config_input_pu 
-0x4ad 001622 call p_mouse_gpio_set_high_impedance 
-0x4ae 001623 branch mouse_setgpio_hibernate_next 
-:      001625 p_mouse_gpio_set_high_impedance:
-0x4af 001626 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
-0x4b0 001627 store 3 ,mem_pdatatemp 
-0x4b1 001628 arg 24 ,loopcnt 
-0x4b2 001629 arg 0 ,temp 
-:      001630 p_mouse_gpio_set_high_impedance_bit_loop:
-0x4b3 001631 fetch 3 ,mem_pdatatemp 
-0x4b4 001632 isolate1 0 ,pdata 
-0x4b5 001633 call p_gpio_set_analog ,true 
-0x4b6 001634 fetch 3 ,mem_pdatatemp 
-0x4b7 001635 rshift pdata ,pdata 
-0x4b8 001636 store 3 ,mem_pdatatemp 
-0x4b9 001637 increase 1 ,temp 
-0x4ba 001638 loop p_mouse_gpio_set_high_impedance_bit_loop 
-0x4bb 001639 rtn 
-:      001641 p_gpio_set_analog:
-0x4bc 001642 sub temp ,ui_button_gpio_disable ,null 
-0x4bd 001643 rtn zero 
-0x4be 001644 branch gpio_set_analog 
-:      001646 p_mouse_24g_package_data:
-0x4bf 001647 rtnmark0 mark_24g 
-0x4c0 001648 call mouse_motion 
-0x4c1 001649 nrtn user 
-0x4c2 001650 fetch 1 ,mem_mouse_24g_long_sleep_flag 
-0x4c3 001651 jam 0 ,mem_mouse_24g_long_sleep_flag 
-0x4c4 001652 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
-0x4c5 001654 fetch mouse_flag_len ,mem_mouse_flag 
-0x4c6 001655 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
-0x4c7 001656 fetch 1 ,mem_customer_key 
-0x4c8 001657 nbranch mouse_24g_keyboard_package_data ,blank 
-:      001658 p_mouse_24g_mouse_package_data:
-0x4c9 001659 call p_mouse_data_xy_release 
-0x4ca 001660 branch mouse_24g_mouse_package_data + 1 
-:      001662 p_mouse_data_xy_release:
-0x4cb 001663 fetch 1 ,mem_sensor_motion_gpio 
-0x4cc 001664 rtnne gpio_disable 
-0x4cd 001665 fetch 1 ,mem_mouse_long_mult_flag 
-0x4ce 001666 rtn blank 
-0x4cf 001667 increase -1 ,pdata 
-0x4d0 001668 store 1 ,mem_mouse_long_mult_flag 
-0x4d1 001669 setarg 0 
-0x4d2 001670 store 4 ,mem_mouse_x 
-0x4d3 001671 branch mouse_init_sensor_reset 
-:      001673 p_mouse_24g_short_sleep_clear_wake:
-0x4d4 001674 call p_clear_wake 
-0x4d5 001675 branch p_lpm_write_gpio_wakeup 
-:      001677 p_mouse_check_select_device_by_switch:
-0x4d6 001678 fetch mouse_flag_len ,mem_mouse_flag 
-0x4d7 001679 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-0x4d8 001680 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
-:      001681 p_mouse_switch_gpio_connect_vin:
-0x4d9 001682 fetcht 1 ,mem_device_switch_gpio 
-0x4da 001683 call gpio_out_active 
-0x4db 001684 fetcht 1 ,mem_device_switch_gpio 
-0x4dc 001685 call mouse_gpio_config_input_pd 
-0x4dd 001686 fetcht 1 ,mem_device_switch_gpio 
-0x4de 001687 call gpio_get_bit 
-0x4df 001688 nbranch mouse_check_select_24g_device ,true 
-0x4e0 001689 branch mouse_select_btdevice 
-:      001692 p_mouse_setting_sensor_type:
-0x4e1 001693 fetch 1 ,mem_config_sensor_type 
-0x4e2 001694 beq s201x ,p_mouse_seting_s201_dpi 
-0x4e3 001695 branch mouse_setting_sensor_type + 3 
-:      001697 p_mouse_seting_s201_dpi:
-0x4e4 001698 fetch 1 ,mem_mouse_dpi 
-0x4e5 001699 beq mouse_dpi_level1 ,mouse_set_s201_dpi_1 
-0x4e6 001700 beq mouse_dpi_level2 ,mouse_set_s201_dpi_2 
-0x4e7 001701 beq mouse_dpi_level3 ,mouse_set_s201_dpi_3 
-0x4e8 001702 beq mouse_dpi_level4 ,mouse_set_s201_dpi_4 
-0x4e9 001703 rtn 
-:      001705 p_mouse_init_sensor:
-0x4ea 001706 call mouse_read_sensor_id 
-0x4eb 001707 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x4ec 001708 beq p3065_id1 ,mouse_init_p3065 
-0x4ed 001709 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
-0x4ee 001710 branch mouse_init_sensor + 5 
-:      001712 p_mouse_ka8g2_id2_judge:
-0x4ef 001713 call mouse_sensor_poweron 
-0x4f0 001714 fetch 1 ,mem_sensor_id2 
-0x4f1 001715 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
-0x4f2 001716 branch mouse_init_p32xx_id2_judge 
-:      001717 p_mouse_ka8g2_init_param:
-0x4f3 001718 jam ka8g2 ,mem_config_sensor_type 
-0x4f4 001719 arg mem_sensor_ka8g2_init_new ,regc 
-0x4f5 001720 branch mouse_sensor_wr_seq 
-:      001723 p_mouse_check_sensor_data:
-0x4f6 001724 fetch 1 ,mem_spi_write_flash_sm 
-0x4f7 001725 rtnne flash_sm_no_buys 
-0x4f8 001726 fetch 1 ,mem_config_sensor_type 
-0x4f9 001727 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
-0x4fa 001728 branch mouse_check_sensor_data + 2 
-:      001730 p_mouse_pka8g2_sensor_motion:
-0x4fb 001731 call mouse_clear_sensor_data 
-0x4fc 001732 fetch 1 ,mem_sensor_motion_gpio 
-0x4fd 001733 beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
-0x4fe 001734 fetcht 1 ,mem_sensor_motion_gpio 
-0x4ff 001735 call gpio_get_bit 
-0x500 001736 nrtn true 
-:      001737 p_mouse_pka8g2_sensor_motion_1:
-0x501 001738 setarg pan_reg_pid_l 
-0x502 001739 call twspi_read 
-0x503 001740 bne pka8g2_id1 ,mouse_twspi_reset 
-0x504 001741 branch mouse_p3212_sensor_motion_2 
-:      001744 p_mouse_motion:
-0x505 001745 disable user 
-0x506 001746 setarg 0 
-0x507 001747 store 6 ,mem_mouse_x 
-0x508 001748 call p_mouse_check_sensor_data 
-0x509 001749 branch mouse_motion + 5 
+0x0 000038 bbit1 8 ,pf_patch_ext 
+0x1 000039 beq patch00_0 ,p_soft_reset 
+0x2 000040 beq patch00_2 ,p_main_loop 
+0x3 000042 beq patch02_0 ,p_shutdown_radio 
+0x4 000043 beq patch02_1 ,p_set_sync_on 
+0x5 000044 beq patch02_4 ,p_set_lemode 
+0x6 000045 beq patch02_5 ,p_rf_rx_enable 
+0x7 000046 beq patch02_6 ,p_calc_freq 
+0x8 000047 beq patch03_0 ,p_txon 
+0x9 000048 beq patch03_1 ,p_set_tx_power 
+0xa 000049 beq patch03_2 ,p_initialize_radio_cont 
+0xb 000052 beq patch04_5 ,p_lpm_sleep 
+0xc 000053 beq patch04_7 ,p_lpm_adjust_clk 
+0xd 000054 beq patch0d_0 ,p_mouse_cb_fuction 
+0xe 000055 beq patch0d_1 ,p_mouse_load_device_info_check 
+0xf 000056 beq patch0d_2 ,p_mouse_default_init 
+0x10 000057 beq patch0d_4 ,p_mouse_param_init 
+0x11 000058 beq patch0d_5 ,p_mouse_sensor_set_angle 
+0x12 000059 beq patch0d_6 ,p_mouse_start_work 
+0x13 000060 beq patch0d_7 ,p_mouse4_0_check_reconn_target 
+0x14 000061 beq patch0e_3 ,p_mouse_setgpio_hibernate 
+0x15 000062 beq patch0e_4 ,p_mouse_lpm_before_common 
+0x16 000063 beq patch0e_7 ,p_mouse_adc_read_start 
+0x17 000064 beq patch0f_1 ,p_mouse_le_name_modify 
+0x18 000065 beq patch0f_2 ,p_mouse_motion 
+0x19 000066 beq patch0f_7 ,p_mouse_3io6key_check 
+0x1a 000067 beq patch10_1 ,p_mouse_init_sensor 
+0x1b 000068 beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
+0x1c 000069 beq patch10_5 ,p_mouse_priority_bb_event 
+0x1d 000070 beq patch10_6 ,p_mouse_le 
+0x1e 000071 beq patch10_7 ,p_mouse_bb_event_timer 
+0x1f 000072 beq patch11_0 ,p_mouse_start_discovery 
+0x20 000073 beq patch11_2 ,p_mouse_store_remote_bdaddr 
+0x21 000074 beq patch11_3 ,p_mouse_app_initflag_check 
+0x22 000075 beq patch11_4 ,p_mouse_store_device_info 
+0x23 000076 beq patch11_5 ,p_mouse_store_dpi_info_check 
+0x24 000077 beq patch11_6 ,p_mouse_idle 
+0x25 000078 beq patch12_0 ,p_mouse_check_select_device_by_switch 
+0x26 000079 beq patch12_5 ,p_mouse_24g_hibernate_set 
+0x27 000080 beq patch12_6 ,p_mouse_24g_package_data 
+0x28 000081 beq patch18_5 ,p_otp_read_data 
+0x29 000082 beq patch1a_5 ,p_gpio_set_wake_by_current_state 
+0x2a 000083 beq patch1a_6 ,p_gpio_set_wake 
+0x2b 000084 beq patch1b_2 ,p_sadc_calibration 
+0x2c 000085 branch assert 
+:      000087 pf_patch_ext:
+0x2d 000088 beq patch22_4 ,p_le_slave_match 
+0x2e 000089 beq patch23_2 ,p_le_got_first_packet_new 
+0x2f 000090 beq patch24_4 ,p_le_receive_rxon 
+0x30 000091 beq patch24_5 ,p_le_rx_dec 
+0x31 000092 beq patch24_6 ,p_le_rx_nopayload 
+0x32 000093 beq patch27_1 ,p_le_parse 
+0x33 000094 beq patch27_2 ,p_le_parse_l2cap 
+0x34 000095 beq patch29_4 ,p_le_adv_not_match 
+0x35 000096 beq patch29_5 ,p_le_init_adv 
+0x36 000097 beq patch32_0 ,p_g24_reconn_dispatch 
+0x37 000098 beq patch32_2 ,p_g24_reconn_device_fail 
+0x38 000099 beq patch32_6 ,p_g24_short_sleep 
+0x39 000100 beq patch33_2 ,p_mouse_g24_retransmit 
+0x3a 000101 beq patch33_5 ,p_g24_transmit_hop_process 
+0x3b 000102 beq patch33_7 ,p_power_ctrl_start 
+0x3c 000103 rtneq patch3f_7 
+0x3d 000104 branch assert 
+:      000108 p_mouse_adc_read_start:
+0x3e 000109 call enable_adc 
+0x3f 000110 call vdd_calculate_by_mode 
+0x40 000111 div pdata ,10 
+0x41 000112 call get_div_result 
+0x42 000113 store 2 ,mem_mouse_vdd_now_vol 
+0x43 000123 branch mouse_adc_data_process 
+:      000125 p_mouse_sensor_set_angle:
+0x44 000126 fetch 1 ,mem_sensor_angle_default 
+0x45 000127 store 1 ,mem_config_sensor_angle 
+0x46 000128 fetch 1 ,mem_select_sensor_angle_gpio 
+0x47 000129 rtneq gpio_disable 
+0x48 000130 call lpm_write_ice_disable 
+0x49 000131 fetch 1 ,mem_select_sensor_angle_gpio 
+0x4a 000132 arg gpcfg_output_low ,temp 
+0x4b 000133 call gpio_config_function_int 
+0x4c 000134 fetch 1 ,mem_mouse_reuse_2ice_gpio 
+0x4d 000135 arg gpcfg_output_low ,temp 
+0x4e 000136 call gpio_config_function_int 
+0x4f 000137 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x50 000138 call mouse_gpio_config_input_pu 
+0x51 000139 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x52 000140 call gpio_get_bit 
+0x53 000141 call mouse_sensor_switch_angle ,true 
+0x54 000142 call mouse_gpio_config_input_pd 
+0x55 000143 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x56 000144 call gpio_config_input 
+0x57 000145 call lpm_write_ice_enable 
+:      000146 p_ice_gpio_set_float:
+0x58 000147 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x59 000148 call gpio_set_high_impedance 
+0x5a 000149 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x5b 000150 branch gpio_set_high_impedance 
+:      000152 p_main_loop:
+0x5c 000153 call sp_calc_sequence_256 
+0x5d 000154 call sp_calc_sequence_256_check 
+0x5e 000155 call le_advertising_dispatch 
+0x5f 000156 call idle_dispatch 
+0x60 000157 call app_process_idle 
+0x61 000158 call connection_dispatch 
+0x62 000159 call g24_dispatch 
+0x63 000160 call lpm_dispatch 
+0x64 000161 branch p_main_loop 
+:      000163 p_shutdown_radio:
+0x65 000164 jam 0 ,0x8900 
+0x66 000165 branch shutdown_radio + 1 
+:      000166 p_set_sync_on:
+0x67 000167 jam 0x60 ,0x8a0f 
+0x68 000168 jam 0xaa ,0x8a10 
+0x69 000169 jam 0x7a ,0x8a12 
+0x6a 000170 jam 0x00 ,0x8a25 
+0x6b 000171 jam 0x00 ,0x8a26 
+0x6c 000172 nop 60 
+0x6d 000173 jam 0x20 ,0x8a20 
+0x6e 000174 jam 0xf5 ,0x8a23 
+0x6f 000175 branch set_sync_on_next 
+:      000178 p_calc_freq:
+0x70 000179 setarg 2400 
+0x71 000180 iadd temp ,pdata 
+0x72 000181 copy pdata ,rega 
+0x73 000182 fetcht 1 ,mem_fcomp_div 
+0x74 000183 rshift temp ,temp 
+0x75 000184 idiv temp 
+0x76 000186 call wait_div_end 
+0x77 000187 quotient pdata 
+0x78 000188 rshift8 pdata ,queue 
+0x79 000189 storer queue ,1 ,0x890a 
+0x7a 000190 store 1 ,0x8909 
+0x7b 000191 branch calc_freq + 10 
+:      000193 p_set_ck2rfpll:
+0x7c 000194 until null ,lpo_edge 
+0x7d 000195 jam 0x58 ,0x813c 
+0x7e 000196 branch lpm_write_wait 
+:      000198 p_initialize_radio_cont:
+0x7f 000199 jam 0 ,mem_le_testtype 
+0x80 000200 jam 0 ,mem_cmd_le_create_conn 
+0x81 000201 until null ,lpo_edge 
+0x82 000203 jam 0x0d ,0x8946 
+0x83 000204 jam 0x10 ,0x896f 
+0x84 000205 jam 0x40 ,core_rx_cfg0 
+0x85 000206 jam 0xcd ,0x8a13 
+0x86 000207 jam 0x10 ,0x8a06 
+0x87 000208 jam 0x4a ,0x8a84 
+0x88 000209 jam 0x40 ,0x8a85 
+0x89 000210 jam 0xfe ,0x8a16 
+0x8a 000211 call p_set_otp_config 
+0x8b 000214 call wdt_set_disable 
+0x8c 000215 ncall p_set_ck2rfpll ,wake 
+0x8d 000217 until null ,lpo_edge 
+0x8e 000218 jam 0x5f ,0x813b 
+0x8f 000219 until null ,lpo_edge 
+0x90 000220 jam 0x88 ,0x813c 
+0x91 000221 until null ,lpo_edge 
+0x92 000222 fetch 1 ,mem_fcomp_div 
+0x93 000223 beq xtal_16m ,p_initialize_radio_16m 
+0x94 000224 fetch 1 ,mem_ring_ibias_trim 
+0x95 000225 or_into 0x04 ,pdata 
+0x96 000226 store 1 ,0x8a02 
+0x97 000227 jam 0x01 ,0x890f 
+0x98 000228 jam 0x24 ,0x8a80 
+0x99 000229 jam 0x62 ,0x8a81 
+0x9a 000230 setarg 0xe61212 
+0x9b 000231 store 3 ,0x8a73 
+:      000232 p_initialize_radio2:
+0x9c 000233 jam 0x60 ,0x8a86 
+0x9d 000234 jam 0x3b ,0x8a8b 
+0x9e 000235 call p_dpll_on 
+0x9f 000236 jam 0 ,core_config 
+0xa0 000237 jam clksel_dpll ,core_clksel 
+0xa1 000238 setarg 0x557474 
+0xa2 000239 store 3 ,0x8968 
+0xa3 000240 jam 0x6e ,0x8960 
+0xa4 000241 call p_rx_dcoc 
+0xa5 000242 call p_rfpll_aac_ghpc 
+0xa6 000243 call p_set_xtal_cap 
+0xa7 000244 jam system_clk_12m ,mem_system_clk 
+:      000245 p_sadc_calibration:
+0xa8 000246 rtn wake 
+0xa9 000247 jam 0x77 ,core_gpadc_ctrl 
+0xaa 000248 jam 0xc9 ,core_gpadc_cfg0 
+0xab 000249 jam 0x01 ,core_gpadc_cfg3 
+0xac 000250 fetch 1 ,mem_adc_clkdiv 
+0xad 000251 store 1 ,core_sadc_clkdiv 
+0xae 000252 nop 3000 
+0xaf 000253 call p_sadc_read 
+0xb0 000254 jam 0xc1 ,core_gpadc_cfg0 
+0xb1 000255 fetchr regb ,1 ,mem_spi_write_addr 
+0xb2 000256 arg 8 ,loopcnt 
+0xb3 000257 call sadc_cal_read + 1 
+0xb4 000258 fetch 1 ,mem_spi_write_addr 
+0xb5 000259 store 1 ,mem_adc_cal_c7 
+0xb6 000260 storer regb ,1 ,mem_spi_write_addr 
+0xb7 000261 rtn 
+:      000263 p_sadc_read:
+0xb8 000264 jam 0x03 ,core_sadc_ctrl 
+:      000265 p_sadc_read_wait:
+0xb9 000266 fetch 1 ,core_perf_status 
+0xba 000267 bbit0 saradc_done ,p_sadc_read_wait 
+0xbb 000268 fetcht 2 ,core_sadc_data 
+0xbc 000269 storet 2 ,mem_adc_current_value 
+0xbd 000270 jam 0x00 ,core_sadc_ctrl 
+0xbe 000271 rtn 
+:      000273 p_set_xtal_cap:
+0xbf 000274 rtn wake 
+0xc0 000275 until null ,lpo_edge 
+0xc1 000276 fetch 1 ,mem_xtal_c_sel 
+:      000277 p_set_xtal_cap_next:
+0xc2 000278 store 1 ,core_xtal_cap 
+0xc3 000279 branch lpm_write_wait 
+:      000281 p_dpll_on:
+0xc4 000282 fetch 1 ,mem_fcomp_div 
+0xc5 000283 beq xtal_24m ,p_dpll_on_24m 
+0xc6 000284 fetch 1 ,mem_ring_ibias_trim 
+0xc7 000285 or_into 0x06 ,pdata 
+0xc8 000286 store 1 ,0x8a02 
+0xc9 000287 jam 0xe0 ,0x8a05 
+:      000288 p_dpll_on_24m:
+0xca 000289 jam 0xd8 ,0x8a00 
+0xcb 000290 nop 60 
+0xcc 000291 jam 0xa0 ,0x8a01 
+0xcd 000292 jam 0xdf ,0x8a00 
+0xce 000293 jam 0xfa ,0x8a01 
+0xcf 000294 nop 20 
+0xd0 000295 jam 0x9f ,0x8a00 
+0xd1 000296 rtn 
+:      000298 p_initialize_radio_16m:
+0xd2 000299 fetch 1 ,mem_ring_ibias_trim 
+0xd3 000300 or_into 0x06 ,pdata 
+0xd4 000301 store 1 ,0x8a02 
+0xd5 000302 jam 0x00 ,0x890f 
+0xd6 000303 jam 0x23 ,0x8a80 
+0xd7 000304 jam 0xb0 ,0x8a81 
+0xd8 000305 setarg 0xe40909 
+0xd9 000306 store 3 ,0x8a73 
+0xda 000307 jam 0x2a ,0x8a76 
+0xdb 000308 jam 0x04 ,0x8902 
+0xdc 000309 branch p_initialize_radio2 
+:      000311 p_set_otp_config_wake:
+0xdd 000312 fetch 2 ,mem_otp_charge_pump_x 
+0xde 000313 rtn blank 
+0xdf 000314 store 2 ,mem_otp_charge_pump 
+0xe0 000315 branch p_set_otp_config2 
+:      000316 p_set_otp_config:
+0xe1 000317 branch p_set_otp_config_wake ,wake 
+0xe2 000318 fetch 4 ,mem_otp_core_ldo 
+0xe3 000319 rtn blank 
+0xe4 000320 until null ,lpo_edge 
+0xe5 000321 fetch 1 ,0x8136 
+0xe6 000322 and pdata ,0xf0 ,pdata 
+0xe7 000323 fetcht 1 ,mem_otp_core_ldo 
+0xe8 000324 ior temp ,pdata 
+0xe9 000325 increase -3 ,pdata 
+0xea 000326 store 1 ,0x8136 
+0xeb 000327 until null ,lpo_edge 
+0xec 000329 fetch 1 ,0x8138 
+0xed 000330 and pdata ,0x7 ,pdata 
+0xee 000331 fetcht 1 ,mem_otp_verf_bg 
+0xef 000332 lshift3 temp ,temp 
+0xf0 000333 ior temp ,pdata 
+0xf1 000334 store 1 ,0x8138 
+0xf2 000335 until null ,lpo_edge 
+:      000337 p_set_otp_config2:
+0xf3 000338 fetch 1 ,0x8acb 
+0xf4 000339 and pdata ,0xf0 ,pdata 
+0xf5 000340 fetcht 1 ,mem_otp_charge_pump 
+0xf6 000341 storet 1 ,mem_otp_charge_pump_x 
+0xf7 000342 ior temp ,pdata 
+0xf8 000343 store 1 ,0x8acb 
+0xf9 000345 fetch 1 ,mem_otp_dpll_ibais 
+0xfa 000346 store 1 ,mem_otp_dpll_ibais_x 
+0xfb 000347 isolate1 3 ,pdata 
+0xfc 000348 fetch 1 ,0x8a06 
+0xfd 000349 setflag true ,7 ,pdata 
+0xfe 000350 store 1 ,0x8a06 
+0xff 000352 fetch 1 ,mem_otp_dpll_ibais 
+0x100 000353 and pdata ,7 ,temp 
+0x101 000354 lshift4 temp ,temp 
+0x102 000355 lshift temp ,temp 
+0x103 000356 storet 1 ,mem_ring_ibias_trim 
+0x104 000357 fetch 1 ,0x8a02 
+0x105 000358 and pdata ,0x1f ,pdata 
+0x106 000359 ior temp ,pdata 
+0x107 000360 store 1 ,0x8a02 
+0x108 000361 rtn 
+:      000364 p_rf_rx_enable:
+0x109 000365 call rf_debug_rx_gpio_high 
+0x10a 000366 call rf_rx_agc_set 
+0x10b 000367 force 8 ,radio_ctrl 
+0x10c 000368 force 0 ,radio_ctrl 
+0x10d 000370 setarg 0x0aaada 
+0x10e 000371 store 3 ,0x8a0f 
+0x10f 000372 jam 0x40 ,0x8a25 
+0x110 000373 jam 0x10 ,0x8a26 
+0x111 000374 nop 60 
+0x112 000375 jam 0xfb ,0x8a01 
+0x113 000376 jam 0xff ,0x8a25 
+0x114 000377 jam 0x30 ,0x8a26 
+0x115 000378 jam 0xfe ,0x8a16 
+0x116 000379 branch rf_rx_enable + 14 
+:      000381 p_mouse_g24_retransmit:
+0x117 000382 fetch 1 ,mem_mouse_need_soft_reset 
+0x118 000383 nrtn blank 
+0x119 000384 call p_mouse_retransmit_select_device_by_pb_button 
+0x11a 000385 branch mouse_g24_retransmit + 3 
+:      000387 p_mouse_retransmit_select_device_by_pb_button:
+0x11b 000388 fetch 1 ,mem_config_select_device_button_gpio 
+0x11c 000389 rtneq gpio_disable 
+0x11d 000390 branch mouse_retransmit_select_device_by_pb_button 
+:      000392 p_g24_transmit_hop_process:
+0x11e 000393 fetcht 1 ,mem_24g_retry 
+0x11f 000394 fetch 1 ,mem_24g_fast_hop_count 
+0x120 000395 isub temp ,null 
+0x121 000396 nbranch p_g24_tx_fast_hop ,positive 
+0x122 000397 branch g24_transmit_hop_process + 5 
+:      000399 p_g24_tx_fast_hop:
+0x123 000400 fetch 4 ,mem_24g_addr 
+0x124 000401 fetcht 4 ,mem_24g_fast_conn_addr 
+0x125 000402 isub temp ,null 
+0x126 000403 branch g24_ch ,zero 
+0x127 000404 call p_power_ctrl_txpower_incrs 
+0x128 000405 branch g24_tx_fast_hop + 1 
+:      000407 p_txon:
+0x129 000408 setarg 0x0aaa7e 
+0x12a 000409 store 3 ,0x8a0f 
+0x12b 000410 nop 60 
+0x12c 000411 jam 0x00 ,0x8a25 
+0x12d 000412 jam 0x0d ,0x8a26 
+0x12e 000413 jam 0xf6 ,0x8a16 
+0x12f 000414 branch txon + 7 
+:      000416 p_set_tx_power:
+0x130 000417 fetch 1 ,mem_last_freq 
+0x131 000418 beq 22 ,set_tx_power_f5db 
+0x132 000419 beq 46 ,set_tx_power_f5db 
+0x133 000420 beq 70 ,set_tx_power_f5db 
+0x134 000421 fetch 1 ,mem_tx_power 
+0x135 000422 beq tx_power_6db ,set_tx_power_5db 
+0x136 000427 beq tx_power_factory ,p_set_tx_power_factory 
+0x137 000428 branch set_tx_power + 2 
+:      000429 p_set_tx_power_factory:
+0x138 000430 jam 0x17 ,0x8a14 
+0x139 000431 fetch 3 ,mem_tx_power_factory_param_new 
+:      000432 p_mouse_tx_power_set:
+0x13a 000433 store 3 ,0x8a60 
+0x13b 000434 branch set_tx_power_8a63_28 
+:      000436 p_rx_dcoc:
+0x13c 000437 rtn wake 
+0x13d 000438 call set_sync_on 
+0x13e 000439 arg 39 ,temp 
+0x13f 000440 call set_freq_rx 
+0x140 000441 call rf_rx_enable 
+0x141 000442 jam 0x7f ,0x8a25 
+0x142 000443 jam 0x1a ,0x8a30 
+0x143 000444 jam 0x78 ,0x8a31 
+0x144 000445 jam 0xb2 ,0x8a8f 
+0x145 000446 jam 0 ,0x8ac2 
+0x146 000447 jam 0 ,0x8ac3 
+0x147 000448 arg 6 ,queue 
+0x148 000449 call p_rx_dcoc_avg 
+0x149 000450 isolate1 13 ,rega 
+0x14a 000451 call qset_start 
+0x14b 000452 isolate1 13 ,regb 
+0x14c 000453 call qset_p 
+0x14d 000454 arg 5 ,queue 
+:      000455 p_rx_dcoc_loop2:
+0x14e 000456 call qset1_p 
+0x14f 000457 call qset_p 
+0x150 000458 call p_rx_dcoc_avg 
+0x151 000459 arg 0x8ac2 ,contw 
+0x152 000460 rshift4 rega ,pdata 
+0x153 000461 call qsetxor 
+0x154 000462 rshift4 regb ,pdata 
+0x155 000463 call qsetxor 
+0x156 000464 increase -1 ,queue 
+0x157 000465 branch p_rx_dcoc_loop2 ,positive 
+0x158 000466 branch rx_dcoc_loop2 + 10 
+:      000468 p_rx_dcoc_avg:
+0x159 000469 nop 60 
+0x15a 000470 setarg mem_dcoc_buf 
+0x15b 000471 store 2 ,0x8982 
+0x15c 000472 setarg mem_dcoc_buf_end 
+0x15d 000473 store 2 ,0x8984 
+0x15e 000474 jam 0x9 ,0x8981 
+0x15f 000475 jam 0x3 ,0x8981 
+0x160 000476 jam 0x6 ,0x8980 
+0x161 000477 nop 60 
+0x162 000478 arg 0 ,rega 
+0x163 000479 arg 0 ,regb 
+0x164 000480 arg 16 ,loopcnt 
+0x165 000481 arg mem_dcoc_buf ,contr 
+0x166 000482 branch rx_dcoc_loop 
+:      000484 p_rfpll_aac_ghpc:
+0x167 000485 rtn wake 
+0x168 000486 branch rfpll_aac_ghpc + 1 
+:      000493 p_set_lemode:
+0x169 000494 jam 0x11 ,0x8a82 
+0x16a 000495 jam 0x12 ,0x8a8d 
+0x16b 000496 jam 0x0a ,0x8a8e 
+0x16c 000497 fetch 1 ,mem_fcomp_div 
+0x16d 000498 beq xtal_16m ,p_set_lemode_2m_16m 
+0x16e 000499 setarg 0x5762 
+0x16f 000500 store 2 ,0x8907 
+:      000501 p_set_lemode_2m:
+0x170 000502 jam 3 ,0x8901 
+0x171 000503 jam 3 ,0x8930 
+0x172 000504 rtnmark1 mark_ble_2m 
+0x173 000505 jam 1 ,0x8901 
+0x174 000506 jam 0x07 ,0x8a82 
+0x175 000507 jam 0x44 ,0x8a8d 
+0x176 000508 jam 0x0a ,0x8a8e 
+0x177 000509 fetch 1 ,mem_fcomp_div 
+0x178 000510 beq xtal_16m ,p_set_lemode_1m_16m 
+0x179 000511 setarg 0x2bb1 
+0x17a 000512 store 2 ,0x8907 
+:      000513 p_set_lemode_1m:
+0x17b 000514 rtnmark0 mark_ble_lr 
+0x17c 000515 jam 0x24 ,0x8930 
+0x17d 000516 jam 5 ,0x8901 
+0x17e 000517 rtn 
+:      000519 p_set_lemode_1m_16m:
+0x17f 000520 setarg 0x4189 
+0x180 000521 store 2 ,0x8907 
+0x181 000522 branch p_set_lemode_1m 
+:      000524 p_set_lemode_2m_16m:
+0x182 000525 setarg 0x8312 
+0x183 000526 store 2 ,0x8907 
+0x184 000527 branch p_set_lemode_2m 
+:      000528 p_le_check_retransmit_timesout:
+0x185 000529 fetch 1 ,mem_le_conn_rcv_new 
+0x186 000530 arg 256 ,regc 
+0x187 000531 iadd regc ,pdata 
+0x188 000532 rtn 
+:      000534 p_le_slave_match:
+0x189 000535 call p_le_check_retransmit 
+0x18a 000536 branch le_slave_match + 1 
+:      000537 p_le_check_retransmit:
+0x18b 000538 fetch 1 ,mem_le_conn_first_rcv 
+0x18c 000539 rtn blank 
+0x18d 000540 fetch 1 ,mem_le_check_retransmit_flag 
+0x18e 000541 nrtn blank 
+0x18f 000542 fetcht 1 ,mem_le_conn_first_rcv 
+0x190 000543 fetch 1 ,mem_le_conn_rcv_new 
+0x191 000544 isub temp ,null 
+0x192 000545 ncall p_le_check_retransmit_timesout ,positive 
+0x193 000546 isub temp ,pdata 
+0x194 000547 sub pdata ,100 ,null 
+0x195 000548 branch p_le_check_retransmit_count ,positive 
+0x196 000549 fetch 1 ,mem_le_retransmit_cnt 
+0x197 000550 sub pdata ,20 ,null 
+0x198 000551 ncall p_app_ble_disconnect ,positive 
+0x199 000552 jam 1 ,mem_le_check_retransmit_flag 
+0x19a 000553 rtn 
+:      000554 p_app_ble_disconnect:
+0x19b 000555 jam 1 ,mem_le_check_retransmit_discon_flag 
+0x19c 000556 branch app_ble_disconnect 
+:      000557 p_le_check_retransmit_count:
+0x19d 000558 fetcht 1 ,mem_le_arq 
+0x19e 000559 fetch 1 ,mem_le_rxbuf_data_header 
+0x19f 000560 rshift pdata ,pdata 
+0x1a0 000561 ixor temp ,pdata 
+0x1a1 000562 isolate1 nesn ,pdata 
+0x1a2 000563 setarg 0 
+0x1a3 000564 fetcht 1 ,mem_le_retransmit_cnt 
+0x1a4 000565 setflag true ,0 ,pdata 
+0x1a5 000566 iadd temp ,temp 
+0x1a6 000567 storet 1 ,mem_le_retransmit_cnt 
+0x1a7 000568 rtn 
+:      000569 p_le_got_first_packet_new:
+0x1a8 000570 fetch 1 ,mem_le_conn_rcv 
+0x1a9 000571 increase 1 ,pdata 
+0x1aa 000572 store 1 ,mem_le_conn_rcv 
+0x1ab 000573 nbranch p_le_got_first_packet_new + 7 ,match 
+0x1ac 000574 fetch 1 ,mem_le_conn_rcv_new 
+0x1ad 000575 increase 1 ,pdata 
+0x1ae 000576 store 1 ,mem_le_conn_rcv_new 
+0x1af 000577 branch le_got_first_packet + 4 
+:      000579 p_le_rx_dec:
+0x1b0 000580 call le_check_retransmit 
+0x1b1 000581 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x1b2 000582 increase -4 ,rega 
+0x1b3 000583 nbranch le_crc_fail_consecutive ,positive 
+0x1b4 000584 branch le_rx_dec + 6 
+:      000586 p_le_rx_nopayload:
+0x1b5 000587 parse demod ,bucket ,24 
+0x1b6 000588 rshift32 pdata ,pdata 
+0x1b7 000589 rshift16 pdata ,pdata 
+0x1b8 000590 istore 3 ,contw 
+0x1b9 000591 enable swfine 
+0x1ba 000592 call le_set_until_tx_timer 
+0x1bb 000593 branch le_crc_fail ,crc_failed 
+0x1bc 000594 bmark0 mark_ble_encryption ,le_rx_match 
+0x1bd 000595 fetch 1 ,mem_le_rxbuf_data_length 
+0x1be 000596 branch le_rx_match ,blank 
+0x1bf 000597 increase -4 ,pdata 
+0x1c0 000598 store 1 ,mem_le_rxbuf_data_length 
+0x1c1 000599 call wait_ccm_done 
+0x1c2 000600 fetch 1 ,core_misc_status 
+0x1c3 000601 bbit0 7 ,le_crc_fail_consecutive 
+0x1c4 000602 force regidx_result ,regext_index 
+0x1c5 000603 storer regext ,4 ,mem_le_peer_mic 
+0x1c6 000604 branch le_rx_match 
+:      000606 p_le_parse:
+0x1c7 000607 fetch 1 ,mem_le_packet_llid 
+0x1c8 000608 rtneq llid_reserved 
+0x1c9 000609 beq llid_le_ll ,le_parse_ll 
+0x1ca 000610 branch le_parse_l2cap 
+:      000612 p_le_init_adv:
+0x1cb 000613 set0 mark_ble_crc_fail ,mark 
+0x1cc 000614 branch le_init_adv + 1 
+:      000615 p_le_receive_rxon:
+0x1cd 000616 call le_prep 
+0x1ce 000617 bmark0 mark_ble_lr ,p_le_receive_nolr 
+0x1cf 000618 pulse dewhiten_code_calc 
+0x1d0 000619 nop 30 
+0x1d1 000620 call le_prep 
+0x1d2 000621 lshift3 timeup ,timeup 
+:      000622 p_le_receive_nolr:
+0x1d3 000623 disable match 
+0x1d4 000624 enable decode_fec0 
+0x1d5 000625 enable is_rx 
+0x1d6 000626 disable is_tx 
+0x1d7 000627 copy timeup ,stop_watch 
+0x1d8 000628 correlate null ,timeout 
+0x1d9 000629 branch p_le_receive_on_attempt ,attempt 
+0x1da 000630 copy clke ,temp 
+0x1db 000631 storet 6 ,mem_sync_clke 
+:      000632 p_le_receive_on_attempt:
+0x1dc 000633 nbranch le_unsync_end ,sync 
+0x1dd 000634 enable swfine 
+0x1de 000635 fetch 1 ,mem_le_tx_ifs_defference 
+0x1df 000636 arg param_20ms_init ,temp 
+0x1e0 000637 iadd temp ,temp 
+0x1e1 000638 fetch 1 ,mem_system_clk 
+0x1e2 000639 imul32 temp ,stop_watch 
+0x1e3 000640 call rf_debug_rx_sync_line 
+0x1e4 000641 branch le_receive_skip ,attempt 
+0x1e5 000642 call p_calc_clke_all_modem 
+0x1e6 000643 fetch 1 ,mem_le_state 
+0x1e7 000644 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x1e8 000645 call lpm_adjust_clk ,wake 
+0x1e9 000646 branch le_receive_skip 
+:      000647 p_calc_clke_all_modem:
+0x1ea 000648 fetcht 6 ,mem_sync_clke 
+0x1eb 000649 copy clke ,pdata 
+0x1ec 000650 call clk_diff 
+0x1ed 000651 copy pdata ,temp 
+0x1ee 000652 call calc_clke_all_modem 
+0x1ef 000653 copy clke ,rege 
+0x1f0 000654 copy clke_rt ,pdata 
+0x1f1 000655 iadd temp ,pdata 
+0x1f2 000656 copy pdata ,clke_rt 
+0x1f3 000657 rtn 
+:      000658 p_lpm_adjust_clk:
+0x1f4 000659 bmark0 mark_context ,lpm_clear_counter 
+0x1f5 000660 fetcht 4 ,mem_sleep_counter_all 
+0x1f6 000661 arg 0x600 ,pdata 
+0x1f7 000662 isub temp ,null 
+0x1f8 000663 rtn positive 
+0x1f9 000664 copy temp ,rega 
+0x1fa 000665 fetcht 6 ,mem_sync_clke 
+0x1fb 000666 deposit rege 
+0x1fc 000667 call clk_diff_rt 
+0x1fd 000668 copy rega ,temp 
+0x1fe 000669 branch lpm_adjust_clk + 6 
+:      000671 p_le_adv_not_match:
+0x1ff 000672 call shutdown_radio 
+0x200 000673 jam 0 ,0x8900 
+0x201 000674 set0 mark_ble_crc_fail ,mark 
+0x202 000675 branch le_adv_not_match + 1 
+:      000677 p_le_parse_l2cap:
+0x203 000678 ifetch 2 ,contr 
+0x204 000679 beq le_l2cap_cid_att ,p_le_parse_att 
+0x205 000680 branch le_parse_l2cap_next + 2 
+:      000681 p_le_parse_att:
+0x206 000682 ifetch 3 ,contr 
+0x207 000683 store 3 ,mem_le_att_opcode 
+0x208 000684 beq attop_read_request ,p_le_parse_att_read_request 
+0x209 000685 beq attop_write_request ,p_le_parse_att_write_request 
+0x20a 000686 branch le_parse_att2 
+:      000688 p_le_parse_att_read_request:
+0x20b 000689 fetch mouse_flag_len ,mem_mouse_flag 
+0x20c 000690 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+0x20d 000691 call le_check_encrypt_state 
+0x20e 000692 fetcht 2 ,mem_le_att_handle 
+0x20f 000693 fetch 1 ,mem_le_configuration 
+0x210 000694 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+:      000696 p_le_send_att_read_response:
+0x211 000697 fetch 2 ,mem_le_att_handle 
+0x212 000698 beq 0x30 ,le_send_att_error_response_notfound 
+0x213 000699 fetcht 2 ,mem_le_att_handle 
+0x214 000700 branch le_send_att_read_response 
+:      000702 p_le_send_att_read_response_check_auth:
+0x215 000703 fetch 2 ,mem_le_pairing_handle 
+0x216 000704 isub temp ,null 
+0x217 000705 nbranch p_le_send_att_read_response ,zero 
+0x218 000706 nbranch p_le_send_att_read_response ,user 
+0x219 000707 branch le_send_att_read_response_error_insufficient_auth 
+:      000709 p_le_parse_att_write_request:
+0x21a 000710 copy contr ,rega 
+0x21b 000711 fetch 2 ,mem_le_l2cap_size 
+0x21c 000712 add pdata ,-3 ,regb 
+0x21d 000713 call le_writeatt_cb 
+0x21e 000714 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x21f 000715 beq 0xff ,le_send_att_write_response_check_auth 
+0x220 000716 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x221 000717 branch le_send_att_write_response_check_auth ,blank 
+0x222 000718 fetch 1 ,mem_le_connect_status_flag 
+0x223 000719 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0x224 000720 setarg 0x001a 
+0x225 000721 fetcht 2 ,mem_le_att_handle 
+0x226 000722 isub temp ,null 
+0x227 000723 nbranch le_send_att_write_response_check_auth ,zero 
+0x228 000724 branch le_send_att_read_response_error_insufficient_auth 
+:      000727 p_mouse_le:
+0x229 000728 call le_fifo_check_nearly_full 
+0x22a 000729 nrtn blank 
+0x22b 000730 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x22c 000731 beq 0xff ,p_mouse_le_next 
+0x22d 000732 fetch 1 ,mem_le_connect_status_flag 
+0x22e 000733 and pdata ,0x03 ,pdata 
+0x22f 000734 rtnne 0x03 
+0x230 000735 fetch 1 ,mem_le_check_retransmit_flag 
+0x231 000736 rtn blank 
+0x232 000737 fetch 1 ,mem_le_check_retransmit_discon_flag 
+0x233 000738 nrtn blank 
+:      000739 p_mouse_le_next:
+0x234 000740 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x235 000741 call mouse_clear_sensor_data_by_reset ,blank 
+0x236 000742 fetch mouse_flag_len ,mem_mouse_flag 
+0x237 000743 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x238 000744 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x239 000745 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x23a 000746 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x23b 000747 call mouse_motion 
+0x23c 000748 call mouse_check_125hz 
+0x23d 000749 nrtn user 
+0x23e 000750 call mouse_current_mult_update 
+0x23f 000751 call p_mouse_data_xy_release 
+0x240 000752 branch mouse_le_next + 12 
+:      000754 p_gpio_set_wake:
+0x241 000755 sub temp ,ui_button_gpio_disable ,null 
+0x242 000756 rtn zero 
+0x243 000757 arg 4 ,debug 
+0x244 000758 isolate1 gpio_active_bit ,temp 
+0x245 000759 branch gpio_set_wake_high ,true 
+0x246 000760 arg 3 ,debug 
+0x247 000761 branch gpio_set_wake_high 
+:      000762 p_gpio_set_wake_by_current_state:
+0x248 000763 sub temp ,gpio_disable ,null 
+0x249 000764 rtn zero 
+0x24a 000765 call gpio_get_bit 
+0x24b 000766 branch p_gpio_set_qdec_mode ,true 
+:      000767 p_gpio_set_low_wake:
+0x24c 000768 arg 3 ,debug 
+0x24d 000769 branch gpio_set_wake_high 
+:      000771 p_gpio_set_qdec_mode:
+0x24e 000772 jam 1 ,mem_mouse_qdec_set_flag 
+:      000773 p_mouse_qdec_lpm_cfg:
+0x24f 000774 arg 6 ,debug 
+0x250 000775 branch gpio_set_wake_high 
+:      000776 p_mouse_puchk_disable:
+0x251 000777 setarg 0x10 
+:      000778 p_mouse_puchk_set:
+0x252 000779 store 1 ,core_puwakeup 
+0x253 000780 branch lpm_write_wait 
+:      000781 p_mouse_lpm_before_common:
+0x254 000782 call p_clear_wake 
+0x255 000783 jam 0 ,mem_mouse_qdec_set_flag 
+0x256 000784 fetcht 1 ,mem_matrix_public_gpio 
+0x257 000785 call gpio_out_active 
+0x258 000786 fetcht 1 ,mem_matrix_public_gpio 
+0x259 000787 call gpio_clr_wake 
+0x25a 000788 call mouse_lpm_before_common + 1 
+0x25b 000789 call mouse_gpio_pd_idle 
+:      000790 p_mouse_wheel_set_impedance:
+0x25c 000791 fetcht 1 ,mem_whee_a_data_gpio 
+0x25d 000792 call gpio_set_high_impedance 
+0x25e 000793 fetcht 1 ,mem_whee_b_data_gpio 
+0x25f 000794 branch gpio_set_high_impedance 
+:      000795 p_lpm_sleep:
+:      000799 p_lpm_sleep_skip_cb_function:
+0x260 000800 fetch 4 ,mem_sleep_counter_all 
+0x261 000801 iadd temp ,pdata 
+0x262 000802 store 4 ,mem_sleep_counter_all 
+0x263 000803 call p_lpm_save_context 
+0x264 000804 call p_mouse_puchk_set_check 
+0x265 000805 fetch 1 ,mem_lpm_hv_sel 
+0x266 000806 set1 lpm_doze_en_bit ,pdata 
+0x267 000807 call lpm_write_sel_hv 
+0x268 000808 ncall lpm_preon_counter ,wake 
+0x269 000809 until null ,lpo_edge 
+0x26a 000810 copy clkn ,pdata 
+0x26b 000811 store 6 ,mem_sleep_clkn 
+0x26c 000812 branch lpm_sleep_skip_cb_function + 10 
+:      000813 p_mouse_puchk_set_check:
+0x26d 000814 fetch 1 ,mem_mouse_qdec_set_flag 
+0x26e 000815 branch p_mouse_puchk_disable ,blank 
+:      000816 p_mouse_puchk_enable:
+0x26f 000817 setarg 0x80 
+0x270 000818 branch p_mouse_puchk_set 
+:      000820 p_lpm_save_context:
+0x271 000821 storer mark ,8 ,mem_saved_mark 
+0x272 000822 arg core_gpio_conf ,contr 
+0x273 000823 arg mem_saved_gpio ,contw 
+0x274 000824 call memcpy16 
+0x275 000825 arg core_gpio_conf_hi ,contr 
+0x276 000826 call memcpy8 
+0x277 000827 fetch 1 ,core_spid_ctrl 
+0x278 000828 store 1 ,mem_saved_spidctrl 
+0x279 000829 copy temp ,regb 
+:      000830 p_lpm_write_gpio_wakeup:
+0x27a 000831 arg 12 ,loopcnt 
+0x27b 000832 arg mem_gpio_wakeup_cfg ,rega 
+0x27c 000833 arg core_gpio_wakeup_cfg ,regc 
+0x27d 000834 until null ,lpo_edge 
+:      000835 p_lpm_write_gpio_loop:
+0x27e 000836 ifetch 1 ,rega 
+0x27f 000837 ifetcht 1 ,regc 
+0x280 000838 isub temp ,null 
+0x281 000839 branch p_lpm_write_gpio_loop_next ,zero 
+0x282 000840 istore 1 ,regc 
+0x283 000841 until null ,lpo_edge 
+:      000842 p_lpm_write_gpio_loop_next:
+0x284 000843 increase 1 ,rega 
+0x285 000844 increase 1 ,regc 
+0x286 000845 loop p_lpm_write_gpio_loop 
+0x287 000846 copy regb ,temp 
+0x288 000847 rtn 
+:      000849 p_otp_read_data:
+0x289 000850 call enable_otp_read 
+0x28a 000851 call otp_read_data + 1 
+0x28b 000852 branch otp_disable_chgpump 
+:      000854 p_g24_reconn_dispatch:
+0x28c 000855 fetch 2 ,mem_24g_reconn_count 
+0x28d 000856 arg 0x01f8 ,temp 
+0x28e 000857 iand temp ,pdata 
+0x28f 000858 branch p_g24_reconn_dispatch_next ,blank 
+0x290 000859 branch g24_reconn_dispatch + 5 
+:      000861 p_g24_reconn_dispatch_next:
+0x291 000862 call g24_reconn_data_prep 
+0x292 000863 call g24_transmit_receive_ack 
+0x293 000864 nbranch g24_reconn_device_fail ,sync 
+0x294 000865 nbranch g24_reconn_device_fail ,user3 
+0x295 000866 call g24_ackpayload_parse 
+0x296 000868 fetch 1 ,mem_24g_rxdata_length 
+0x297 000869 branch p_recv_addr_zero_skip ,blank 
+:      000870 p_g24_reconn_dispatch_next_2:
+0x298 000871 fetch 4 ,mem_24g_pair_addr 
+0x299 000872 fetcht 4 ,mem_24g_addr 
+0x29a 000873 isub temp ,null 
+0x29b 000874 branch p_g24_reconn_mode_judge ,zero 
+0x29c 000875 branch g24_reconn_dispatch_next + 9 
+:      000877 p_g24_reconn_mode_judge:
+0x29d 000878 fetch mouse_flag_len ,mem_mouse_flag 
+0x29e 000879 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_pair_mode_check 
+0x29f 000880 branch g24_reconn_receiver_addr 
+:      000882 p_g24_reconn_device_fail:
+0x2a0 000883 fetch 1 ,mem_24g_fast_conn_enable 
+0x2a1 000884 branch g24_ch ,blank 
+0x2a2 000885 fetch 2 ,mem_24g_reconn_count 
+0x2a3 000886 increase 1 ,pdata 
+0x2a4 000887 store 2 ,mem_24g_reconn_count 
+0x2a5 000888 isolate1 9 ,pdata 
+0x2a6 000889 fetch 1 ,mem_24g_reconn_type 
+0x2a7 000890 beq pair_and_receiver ,p_g24_reconn_pair_and_receiver 
+0x2a8 000891 branch g24_reconn_device_fail + 7 
+:      000893 p_g24_reconn_pair_and_receiver:
+0x2a9 000894 branch g24_reconn_receiver_addr ,true 
+0x2aa 000895 branch g24_pair_init_param 
+:      000897 p_mouse_param_init:
+0x2ab 000898 call mouse_param_common_init 
+0x2ac 000900 setarg mem_le_tx_buffer0_omemalloc_new 
+0x2ad 000901 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x2ae 000902 setarg mouse_ble_l2cap_txbuff_size_new 
+0x2af 000903 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x2b0 000904 branch mouse_param_init + 2 
+:      000905 p_recv_addr_zero_skip:
+0x2b1 000906 fetch 4 ,mem_24g_fast_conn_addr 
+0x2b2 000907 fetcht 4 ,mem_24g_addr 
+0x2b3 000908 isub temp ,null 
+0x2b4 000909 branch p_g24_reconn_dispatch_next_2 ,zero 
+0x2b5 000910 fetch 4 ,mem_24g_rxpayload + 2 
+0x2b6 000911 rtn blank 
+0x2b7 000912 branch p_g24_reconn_dispatch_next_2 
+:      000914 p_power_ctrl_start:
+0x2b8 000915 fetch 1 ,mem_power_ctrl_disable 
+0x2b9 000916 nrtn blank 
+0x2ba 000917 fetch 2 ,mem_ui_state_map 
+0x2bb 000918 rtnbit1 ui_state_ble_adv 
+0x2bc 000919 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x2bd 000920 call rssi_average 
+0x2be 000921 storet 1 ,mem_rssi_avg_received 
+0x2bf 000922 fetch 1 ,mem_rssi_dis_max_24g 
+0x2c0 000923 bmark1 mark_24g ,p_power_ctrl_start_next 
+0x2c1 000924 fetch 1 ,mem_rssi_dis_max_ble 
+:      000925 p_power_ctrl_start_next:
+0x2c2 000926 isub temp ,null 
+0x2c3 000927 nbranch p_power_ctrl_txpower_incrs_force ,positive 
+0x2c4 000928 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x2c5 000929 sub pdata ,2 ,null 
+0x2c6 000930 nbranch p_power_ctrl_txpower_decrs_check ,positive 
+0x2c7 000931 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x2c8 000932 beq 0 ,p_power_ctrl_txpower_incrs 
+0x2c9 000933 rtn 
+:      000935 p_power_ctrl_txpower_decrs_check:
+0x2ca 000936 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x2cb 000937 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0x2cc 000938 isub temp ,null 
+0x2cd 000939 nrtn zero 
+0x2ce 000940 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      000941 p_power_ctrl_txpower_decrs:
+0x2cf 000942 fetcht 1 ,mem_rssi_avg_received 
+0x2d0 000943 fetch 1 ,mem_rssi_dis_min_24g 
+0x2d1 000944 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
+0x2d2 000945 fetch 1 ,mem_rssi_dis_min_ble 
+:      000946 p_power_ctrl_txpower_decrs_next:
+0x2d3 000947 isub temp ,null 
+0x2d4 000948 nrtn positive 
+0x2d5 000949 fetch 1 ,mem_power_ctrl_level 
+0x2d6 000950 beq 0 ,power_ctrl_decrs_level0 
+0x2d7 000951 increase -1 ,pdata 
+0x2d8 000952 store 1 ,mem_power_ctrl_level 
+0x2d9 000953 beq 2 ,p_power_ctrl_decrs_level2 
+0x2da 000954 beq 1 ,power_ctrl_decrs_level1 
+0x2db 000955 branch power_ctrl_decrs_level0 
+:      000957 p_power_ctrl_txpower_incrs_force:
+0x2dc 000958 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      000959 p_power_ctrl_txpower_incrs:
+0x2dd 000960 fetch 1 ,mem_power_ctrl_level 
+0x2de 000961 beq 3 ,p_power_ctrl_incrs_level3 
+0x2df 000962 increase 1 ,pdata 
+0x2e0 000963 store 1 ,mem_power_ctrl_level 
+0x2e1 000964 beq 1 ,power_ctrl_incrs_level1 
+0x2e2 000965 beq 2 ,p_power_ctrl_incrs_level2 
+:      000966 p_power_ctrl_incrs_level3:
+0x2e3 000967 jam tx_power_5db ,mem_tx_power 
+0x2e4 000968 rtn 
+:      000969 p_power_ctrl_decrs_level2:
+:      000970 p_power_ctrl_incrs_level2:
+0x2e5 000971 jam tx_power_3db ,mem_tx_power 
+0x2e6 000972 rtn 
+:      000978 p_mouse_cb_fuction:
+0x2e7 000979 setarg mouse_24g_short_sleep 
+0x2e8 000980 store 2 ,mem_cb_24g_transmit_short_sleep 
+0x2e9 000981 setarg mouse_24g_long_sleep 
+0x2ea 000982 store 2 ,mem_cb_24g_transmit_long_sleep 
+0x2eb 000985 branch mouse_cb_fuction + 7 
+:      000987 p_soft_reset:
+0x2ec 000992 nbranch soft_reset + 1 ,wake 
+0x2ed 000993 until null ,lpo_edge 
+0x2ee 000995 until null ,lpo_edge 
+0x2ef 000997 clear_stack 
+0x2f0 000998 jam 0x73 ,core_spid_ctrl 
+0x2f1 000999 call p_mouse_wheel_init_set ,wake 
+0x2f2 001000 branch soft_reset + 2 
+:      001001 p_mouse_wheel_init_set:
+0x2f3 001002 call p_mouse_puchk_disable 
+0x2f4 001003 call mouse_matrix_public_gpio_reset 
+0x2f5 001004 branch mouse_wheel_gpio_init 
+:      001016 p_mouse_default_init:
+0x2f6 001017 fetch mouse_flag_len ,mem_mouse_flag 
+0x2f7 001018 isolate1 mouse_enable_keyboard ,pdata 
+0x2f8 001019 call mouse_customer_key_enable ,true 
+0x2f9 001020 branch mouse_default_parm_init 
+:      001022 p_mouse_load_device_info_check:
+0x2fa 001023 call p_mouse_store_normal_tx_power 
+0x2fb 001024 fetch mouse_flag_len ,mem_mouse_flag 
+0x2fc 001025 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x2fd 001026 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x2fe 001027 bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
+0x2ff 001028 rtn 
+:      001029 p_mouse_load_otp_info_check:
+0x300 001030 call p_mouse_device_flag_temp_store 
+0x301 001031 call mouse_read_otp_dpi 
+0x302 001032 call mouse_read_otp_device_flag 
+0x303 001034 call p_mouse_device_flag_check 
+0x304 001036 call p_mouse_select_device_by_switch_check 
+0x305 001038 call p_mouse_read_otp_device_info 
+0x306 001039 call p_mouse_read_otp_le_addr_increase_count_info 
+0x307 001040 branch mouse_otp_load_app_initflag 
+:      001042 p_mouse_select_device_by_switch_check:
+0x308 001043 fetch mouse_flag_len ,mem_mouse_flag 
+0x309 001044 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+0x30a 001045 call p_mouse_check_select_device_by_switch 
+:      001046 p_mouse_device_flag_temp_store:
+0x30b 001047 fetch 1 ,mem_device_flag 
+0x30c 001048 store 1 ,mem_mouse_device_flag_temp 
+0x30d 001049 rtn 
+:      001051 p_mouse_read_otp_device_info:
+0x30e 001052 fetch mouse_flag_len ,mem_mouse_flag 
+0x30f 001053 isolate1 mouse_enable_24g_first_auto_pairing ,pdata 
+0x310 001054 call mouse_read_otp_le_device1 ,true 
+0x311 001055 branch mouse_read_otp_device_info 
+:      001057 p_mouse_app_initflag_check:
+0x312 001058 fetch 2 ,mem_store_flag 
+0x313 001059 arg eeprom_init_flag ,temp 
+0x314 001060 isub temp ,null 
+0x315 001061 branch p_mouse_load_device_info ,zero 
+0x316 001063 storet 2 ,mem_store_flag 
+0x317 001064 call mouse_ble_init_address 
+0x318 001067 call mouse_load_default_dpi 
+0x319 001069 setarg 0x1122 
+0x31a 001070 store 2 ,mem_random_addr_increase_count 
+:      001071 p_mouse_device_flag_temp_load:
+0x31b 001072 fetch 1 ,mem_mouse_device_flag_temp 
+0x31c 001073 branch mouse_device_flag_load_end 
+:      001075 p_mouse_device_flag_check:
+0x31d 001076 fetch 1 ,mem_device_flag 
+0x31e 001077 sub pdata ,0 ,null 
+0x31f 001078 branch p_mouse_device_flag_temp_load ,zero 
+0x320 001079 sub pdata ,4 ,null 
+0x321 001080 branch p_mouse_24g_init ,zero 
+0x322 001081 rtn positive 
+:      001082 p_mouse_24g_init:
+0x323 001083 jam mode_24g_device ,mem_device_flag 
+0x324 001084 rtn 
+:      001086 p_mouse_read_otp_le_addr_increase_count_info:
+0x325 001087 fetch 1 ,mem_device_flag 
+0x326 001088 rtneq mode_24g_device 
+0x327 001089 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0x328 001090 copy regb ,regc 
+:      001091 p_mouse_read_otp_le_addr_increase_count_loop:
+0x329 001092 call mouse_read_otp_le_addr_increase_count_common 
+0x32a 001093 fetch 2 ,mem_random_addr_increase_count_temp 
+0x32b 001094 branch p_mouse_le_addr_increase_count_load ,blank 
+0x32c 001095 store 2 ,mem_random_addr_increase_count_last 
+0x32d 001096 increase 2 ,regc 
+0x32e 001097 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+0x32f 001098 isub regc ,null 
+0x330 001099 nbranch p_mouse_le_addr_increase_count_load ,positive 
+0x331 001100 copy regc ,regb 
+0x332 001101 branch p_mouse_read_otp_le_addr_increase_count_loop 
+:      001103 p_mouse_le_addr_increase_count_load:
+0x333 001104 fetch 2 ,mem_random_addr_increase_count_last 
+0x334 001105 branch mouse_le_addr_increase_store 
+:      001108 p_mouse_store_device_info:
+0x335 001109 fetch mouse_flag_len ,mem_mouse_flag 
+0x336 001110 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x337 001111 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x338 001112 bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
+0x339 001113 rtn 
+:      001115 p_mouse_store_otp_device_info:
+0x33a 001116 call p_mouse_write_otp_locall_addr 
+0x33b 001117 call p_mouse_write_otp_device_flag 
+0x33c 001118 branch mouse_store_otp_device_info + 1 
+:      001120 p_mouse_write_otp_locall_addr:
+0x33d 001121 fetch 1 ,mem_device_flag 
+0x33e 001122 rtneq mode_24g_device 
+0x33f 001123 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
+0x340 001124 beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
+0x341 001125 rtn 
+:      001127 p_mouse_write_otp_device_flag:
+0x342 001128 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0x343 001129 copy regb ,regc 
+:      001130 p_mouse_write_otp_device_flag_loop:
+0x344 001131 call mouse_read_otp_device_flag_common 
+0x345 001132 fetch 1 ,mem_device_flag_temp 
+0x346 001133 branch p_mouse_device_flag_store ,blank 
+0x347 001134 store 1 ,mem_device_flag_last 
+0x348 001135 increase 1 ,regc 
+0x349 001136 fetch 2 ,mem_otp_offset_device_flag_end 
+0x34a 001137 isub regc ,null 
+0x34b 001138 nrtn positive 
+0x34c 001139 copy regc ,regb 
+0x34d 001140 branch p_mouse_write_otp_device_flag_loop 
+:      001142 p_mouse_device_flag_store:
+0x34e 001143 fetch 1 ,mem_device_flag_last 
+0x34f 001144 and pdata ,0xf0 ,pdata 
+0x350 001145 branch p_mouse_device_flag_store_check ,blank 
+0x351 001146 fetch 1 ,mem_device_flag 
+0x352 001148 call p_mouse_device_flag_otp_store_judge 
+0x353 001150 store 1 ,mem_device_flag_value 
+:      001151 p_mouse_device_flag_store_end:
+0x354 001152 arg 1 ,loopcnt 
+0x355 001153 copy regc ,regb 
+0x356 001154 arg mem_device_flag_value ,rega 
+0x357 001155 branch otp_write 
+:      001157 p_mouse_device_flag_store_check:
+0x358 001158 fetcht 1 ,mem_device_flag_last 
+0x359 001159 fetch 1 ,mem_device_flag 
+0x35a 001160 call p_mouse_device_flag_otp_store_judge 
+0x35b 001161 isub temp ,null 
+0x35c 001162 rtn zero 
+0x35d 001163 lshift4 pdata ,pdata 
+0x35e 001164 iadd temp ,pdata 
+0x35f 001165 store 1 ,mem_device_flag_value 
+0x360 001167 copy regc ,pdata 
+0x361 001168 fetcht 2 ,mem_otp_offset_device_flag 
+0x362 001169 isub temp ,null 
+0x363 001170 branch p_mouse_device_flag_store_end ,zero 
+0x364 001172 increase -1 ,regc 
+0x365 001173 branch p_mouse_device_flag_store_end 
+:      001175 p_mouse_device_flag_otp_store_judge:
+0x366 001176 rtnne mode_24g_device 
+0x367 001177 increase 4 ,pdata 
+0x368 001178 rtn 
+:      001182 p_mouse_write_otp_le_locall_addr1:
+0x369 001183 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
+0x36a 001184 copy regb ,regc 
+:      001185 p_mouse_write_otp_le_locall_addr1_loop:
+0x36b 001186 call mouse_read_otp_le_locall_addr1_common 
+0x36c 001187 fetch 6 ,mem_mouse_le_locall_addr1_temp 
+0x36d 001188 branch p_mouse_le_local_addr1_store ,blank 
+0x36e 001189 store 6 ,mem_mouse_le_locall_addr1_last 
+0x36f 001190 increase 6 ,regc 
+0x370 001191 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
+0x371 001192 isub regc ,null 
+0x372 001193 nrtn positive 
+0x373 001194 copy regc ,regb 
+0x374 001195 branch p_mouse_write_otp_le_locall_addr1_loop 
+:      001197 p_mouse_le_local_addr1_store:
+0x375 001198 fetch 6 ,mem_mouse_le_locall_addr1_last 
+0x376 001199 fetcht 6 ,mem_device1_locall_addr 
+0x377 001200 isub temp ,null 
+0x378 001201 rtn zero 
+0x379 001202 arg 6 ,loopcnt 
+0x37a 001203 arg mem_device1_locall_addr ,rega 
+0x37b 001204 copy regc ,regb 
+0x37c 001205 branch otp_write 
+:      001207 p_mouse_write_otp_le_locall_addr2:
+0x37d 001208 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
+0x37e 001209 copy regb ,regc 
+:      001210 p_mouse_write_otp_le_locall_addr2_loop:
+0x37f 001211 call mouse_read_otp_le_locall_addr2_common 
+0x380 001212 fetch 6 ,mem_mouse_le_locall_addr2_temp 
+0x381 001213 branch p_mouse_le_local_addr2_store ,blank 
+0x382 001214 store 6 ,mem_mouse_le_locall_addr2_last 
+0x383 001215 increase 6 ,regc 
+0x384 001216 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
+0x385 001217 isub regc ,null 
+0x386 001218 nrtn positive 
+0x387 001219 copy regc ,regb 
+0x388 001220 branch p_mouse_write_otp_le_locall_addr2_loop 
+:      001222 p_mouse_le_local_addr2_store:
+0x389 001223 fetch 6 ,mem_mouse_le_locall_addr2_last 
+0x38a 001224 fetcht 6 ,mem_device2_locall_addr 
+0x38b 001225 isub temp ,null 
+0x38c 001226 rtn zero 
+0x38d 001227 arg 6 ,loopcnt 
+0x38e 001228 arg mem_device2_locall_addr ,rega 
+0x38f 001229 copy regc ,regb 
+0x390 001230 branch otp_write 
+:      001234 p_mouse_load_device_info:
+0x391 001235 call p_mouse_le_locall_addr_init_check 
+0x392 001236 call p_mouse_select_reconn_device 
+0x393 001237 call p_mouse_otp_load_dpi 
+0x394 001238 branch mouse_load_device_info + 1 
+:      001240 p_mouse_otp_load_dpi:
+0x395 001241 fetch mouse_flag_len ,mem_mouse_flag 
+0x396 001242 rtnbit0 mouse_enable_load_and_store_dpi 
+0x397 001243 fetch 1 ,mem_mouse_dpi 
+0x398 001244 beq 0 ,mouse_otp_load_dpi 
+0x399 001245 beq 6 ,mouse_dpi_reinit_set 
+0x39a 001247 rtn 
+:      001249 p_mouse_store_dpi_info_check:
+0x39b 001250 fetch mouse_flag_len ,mem_mouse_flag 
+0x39c 001251 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x39d 001252 bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
+0x39e 001253 rtn 
+:      001255 p_mouse_store_otp_dpi:
+0x39f 001256 fetch mouse_flag_len ,mem_mouse_flag 
+0x3a0 001257 rtnbit0 mouse_enable_load_and_store_dpi 
+0x3a1 001258 fetchr regb ,2 ,mem_otp_offset_dpi 
+0x3a2 001259 copy regb ,regc 
+:      001260 p_mouse_otp_store_dpi_loop:
+0x3a3 001261 call mouse_read_otp_dpi_common 
+0x3a4 001262 fetch 1 ,mem_mouse_dpi_temp 
+0x3a5 001263 branch p_mouse_otp_dpi_store ,blank 
+0x3a6 001264 store 1 ,mem_mouse_dpi_last 
+0x3a7 001265 increase 1 ,regc 
+0x3a8 001266 fetch 2 ,mem_otp_offset_dpi_end 
+0x3a9 001267 isub regc ,null 
+0x3aa 001268 nrtn positive 
+0x3ab 001269 copy regc ,regb 
+0x3ac 001270 branch p_mouse_otp_store_dpi_loop 
+:      001272 p_mouse_otp_dpi_store:
+0x3ad 001273 fetch 1 ,mem_mouse_dpi_last 
+0x3ae 001274 and pdata ,0xf0 ,pdata 
+0x3af 001275 branch p_mouse_dpi_store_last_check ,blank 
+0x3b0 001276 fetch 1 ,mem_mouse_dpi 
+0x3b1 001278 call p_mouse_dpi_otp_store_judge 
+0x3b2 001280 store 1 ,mem_mouse_otp_dpi_value 
+:      001281 p_mouse_dpi_store_end:
+0x3b3 001282 arg 1 ,loopcnt 
+0x3b4 001283 copy regc ,regb 
+0x3b5 001284 arg mem_mouse_otp_dpi_value ,rega 
+0x3b6 001285 branch otp_write 
+:      001287 p_mouse_dpi_store_last_check:
+0x3b7 001288 fetcht 1 ,mem_mouse_dpi_last 
+0x3b8 001289 fetch 1 ,mem_mouse_dpi 
+0x3b9 001290 call p_mouse_dpi_otp_store_judge 
+0x3ba 001291 isub temp ,null 
+0x3bb 001292 rtn zero 
+0x3bc 001293 lshift4 pdata ,pdata 
+0x3bd 001294 iadd temp ,pdata 
+0x3be 001295 store 1 ,mem_mouse_otp_dpi_value 
+0x3bf 001297 copy regc ,pdata 
+0x3c0 001298 fetcht 2 ,mem_otp_offset_dpi 
+0x3c1 001299 isub temp ,null 
+0x3c2 001300 branch p_mouse_dpi_store_end ,zero 
+0x3c3 001302 increase -1 ,regc 
+0x3c4 001303 branch p_mouse_dpi_store_end 
+:      001305 p_mouse_dpi_otp_store_judge:
+0x3c5 001306 rtnne mouse_dpi_level1 
+0x3c6 001307 increase 6 ,pdata 
+0x3c7 001308 rtn 
+:      001310 p_mouse_le_locall_addr_init_check:
+0x3c8 001311 fetch mouse_flag_len ,mem_mouse_flag 
+0x3c9 001312 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
+0x3ca 001313 fetch 1 ,mem_device_flag 
+0x3cb 001314 rtneq mode_24g_device 
+0x3cc 001315 beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
+0x3cd 001316 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
+0x3ce 001317 rtn 
+:      001319 p_mouse_le_addr1_init_check:
+0x3cf 001320 fetch 6 ,mem_device1_locall_addr 
+0x3d0 001321 fetcht 6 ,mem_mouse_compare_addr 
+0x3d1 001322 isub temp ,null 
+0x3d2 001323 nrtn zero 
+0x3d3 001324 fetch 6 ,mem_le_lap 
+0x3d4 001325 store 6 ,mem_device1_locall_addr 
+0x3d5 001326 rtn 
+:      001328 p_mouse_le_addr2_init_check:
+0x3d6 001329 fetch 6 ,mem_device2_locall_addr 
+0x3d7 001330 fetcht 6 ,mem_mouse_compare_addr 
+0x3d8 001331 isub temp ,null 
+0x3d9 001332 nrtn zero 
+0x3da 001333 fetch 6 ,mem_le_lap 
+0x3db 001334 add pdata ,0x0100 ,pdata 
+0x3dc 001335 store 6 ,mem_device2_locall_addr 
+0x3dd 001336 rtn 
+:      001338 p_mouse_buletooth_fast_conn_end:
+0x3de 001339 call p_mouse_select_reconn_device 
+0x3df 001340 branch mouse_buletooth_fast_conn_end + 2 
+:      001342 p_mouse_select_reconn_device:
+0x3e0 001343 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e1 001344 bbit0 mouse_enable_otp ,mouse_select_reconn_device 
+0x3e2 001345 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
+:      001346 p_mouse_select_reconn_device_start:
+0x3e3 001347 fetch 1 ,mem_device_flag 
+0x3e4 001348 rtneq mode_24g_device 
+0x3e5 001349 beq mode_bt_device1 ,p_mouse_load_le_device1 
+0x3e6 001350 beq mode_bt_device2 ,p_mouse_load_le_device2 
+0x3e7 001351 rtn 
+:      001353 p_mouse_load_le_device1:
+0x3e8 001354 fetch 6 ,mem_device1_addr 
+0x3e9 001355 store 6 ,mem_hci_plap 
+0x3ea 001356 fetch 6 ,mem_device1_locall_addr 
+:      001357 p_mouse_le_lap_store:
+0x3eb 001358 store 6 ,mem_le_lap 
+0x3ec 001359 rtn 
+:      001361 p_mouse_load_le_device2:
+0x3ed 001362 fetch 6 ,mem_device2_addr 
+0x3ee 001363 store 6 ,mem_hci_plap 
+0x3ef 001364 fetch 6 ,mem_device2_locall_addr 
+0x3f0 001365 branch p_mouse_le_lap_store 
+:      001367 p_mouse_store_remote_bdaddr:
+0x3f1 001368 fetch mouse_flag_len ,mem_mouse_flag 
+0x3f2 001369 rtnbit0 mouse_store_eeprom_flag 
+0x3f3 001370 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
+0x3f4 001371 arg mouse_store_eeprom_flag ,queue 
+0x3f5 001372 call mouse_disable_function_flag 
+0x3f6 001373 call mouse_check_device_addr 
+0x3f7 001374 call p_mouse_before_store_reconn_info 
+0x3f8 001375 branch mouse_store_device_info_delay 
+:      001377 p_mouse_before_store_reconn_info:
+0x3f9 001378 fetch 1 ,mem_device_flag 
+0x3fa 001379 beq mode_bt_device1 ,p_mouse_store_le_device1 
+0x3fb 001380 beq mode_bt_device2 ,p_mouse_store_le_device2 
+0x3fc 001381 rtn 
+:      001383 p_mouse_store_le_device1:
+0x3fd 001384 fetch 6 ,mem_le_plap 
+0x3fe 001385 store 6 ,mem_device1_addr 
+0x3ff 001386 fetch 6 ,mem_le_lap 
+0x400 001387 store 6 ,mem_device1_locall_addr 
+0x401 001388 rtn 
+:      001390 p_mouse_store_le_device2:
+0x402 001391 fetch 6 ,mem_le_plap 
+0x403 001392 store 6 ,mem_device2_addr 
+0x404 001393 fetch 6 ,mem_le_lap 
+0x405 001394 store 6 ,mem_device2_locall_addr 
+0x406 001395 rtn 
+:      001398 p_mouse_bb_event_timer:
+0x407 001399 call p_mouse_le_send_conn_param_update_timer 
+0x408 001400 call mouse_low_voltage_led_timer 
+0x409 001401 call mouse_adc_read 
+0x40a 001403 call mouse_logo_led_on_timer 
+0x40b 001404 call mouse_led_multi_timer 
+0x40c 001405 call mouse_dpi_led_blink_delay_timer 
+0x40d 001407 call g24_pair_timeout_timer 
+0x40e 001408 call g24_reconn_timeout_timer 
+0x40f 001409 call mouse_24g_long_sleep_param_update_timer 
+0x410 001411 call mouse_dpi_key_check_long_press 
+0x411 001412 call mouse_bt_discovery_check 
+0x412 001413 call mouse_commbination_key_process 
+0x413 001414 call mouse_check_discovery_timeout_timer 
+0x414 001416 call mouse_check_direct_timeout_timer 
+0x415 001417 call mouse_le_enable_att_list_timer 
+0x416 001418 call mouse_le_battery_updata_timer 
+0x417 001419 call mouse_le_send_smp_security_request_timer 
+0x418 001421 call mouse_check_reconnect_delay_long_sleep 
+0x419 001422 call p_mouse_current_mult_update_timer 
+0x41a 001423 call mouse_wheel_trigger_timer 
+0x41b 001424 call mouse_store_information_delay_timer 
+0x41c 001425 branch mouse_check_no_data_timeout_timer 
+:      001427 p_mouse_le_send_conn_param_update_timer:
+0x41d 001428 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+0x41e 001429 arg mouse_updata_le_param ,regb 
+0x41f 001430 branch timer_single_step 
+:      001432 p_mouse_current_mult_update_timer:
+0x420 001433 arg mem_mouse_current_mult_timer ,regc 
+0x421 001434 arg p_mouse_current_mult_reinit ,regb 
+0x422 001435 branch timer_single_step 
+:      001436 p_mouse_current_mult_reinit:
+0x423 001437 fetch 1 ,mem_lpm_mult_init 
+0x424 001438 store 1 ,mem_lpm_mult 
+0x425 001439 jam 3 ,mem_mouse_long_mult_flag 
+0x426 001440 rtn 
+:      001442 p_mouse_start_discovery:
+0x427 001443 call mouse_sensor_powerdown 
+0x428 001444 branch mouse_start_discovery + 1 
+:      001446 p_mouse_priority_bb_event:
+0x429 001447 copy regc ,pdata 
+0x42a 001448 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x42b 001449 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x42c 001450 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x42d 001451 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x42e 001452 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x42f 001453 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x430 001454 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x431 001455 branch mouse_priority_bb_event + 2 
+:      001457 p_mouse_le_bb_event_connected:
+0x432 001459 setarg 0 
+0x433 001460 store 4 ,mem_le_conn_first_rcv 
+0x434 001461 branch mouse_le_bb_event_connected 
+:      001463 p_mouse_le_ll_start_encryt:
+0x435 001464 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x436 001465 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0x437 001466 jam 20 ,mem_le_start_encrypt_timer 
+0x438 001467 branch p_mouse_le_ll_reconn_start_encryt_new 
+:      001468 p_mouse_le_ll_reconn_start_encryt:
+0x439 001469 call mouse_updata_le_param 
+0x43a 001470 jam 5 ,mem_le_start_encrypt_timer 
+:      001471 p_mouse_le_ll_reconn_start_encryt_new:
+0x43b 001472 fetch 1 ,mem_le_conn_rcv_new 
+0x43c 001473 store 1 ,mem_le_conn_first_rcv 
+0x43d 001474 branch mouse_le_ll_enable_start_enc_flag 
+:      001477 p_mouse_le_conn_param_update_rsp_recieved:
+0x43e 001478 fetch 1 ,mem_mouse_le_send_conn_param_update 
+0x43f 001479 nrtn blank 
+0x440 001480 jam 1 ,mem_mouse_le_send_conn_param_update 
+0x441 001481 jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0x442 001482 rtn 
+:      001484 p_mouse_le_bb_disconnected:
+0x443 001485 setarg 0 
+0x444 001486 store 1 ,mem_mouse_le_send_conn_param_update 
+0x445 001487 store 1 ,mem_mouse_le_send_conn_param_update_timer 
+0x446 001488 setarg 0 
+0x447 001489 store 2 ,mem_le_battery_level_updata_timer 
+0x448 001490 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x449 001491 arg le_interval_7_5ms ,temp 
+0x44a 001492 fetch mouse_flag_len ,mem_mouse_flag 
+0x44b 001493 bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
+0x44c 001494 arg le_interval_8_75ms ,temp 
+:      001495 p_mouse_le_bb_disconnected_next:
+0x44d 001496 storet 2 ,mem_le_interval_min 
+0x44e 001497 storet 2 ,mem_le_interval_min + 2 
+0x44f 001498 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x450 001499 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x451 001500 call le_clr_config_more_data 
+:      001502 p_mouse_bb_disconnected:
+0x452 001503 call mouse_bb_discon_clear_stack 
+0x453 001504 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x454 001505 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0x455 001506 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x456 001507 branch mouse_start_discovery 
+:      001508 p_mouse4_0_event_bb_disconn:
+0x457 001509 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x458 001510 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x459 001511 fetch 1 ,mem_le_connect_status_flag 
+0x45a 001512 and pdata ,0x03 ,pdata 
+0x45b 001513 call mouse_le_clean_connect_flag 
+0x45c 001514 bne 0x03 ,mouse_start_reconnect 
+0x45d 001515 fetch 1 ,mem_le_check_retransmit_discon_flag 
+0x45e 001516 nbranch mouse_start_reconnect ,blank 
+0x45f 001517 branch mouse_app_enter_hibernate 
+:      001519 p_mouse_24g_attempt_success:
+0x460 001520 fetch 4 ,mem_24g_addr 
+0x461 001521 store 4 ,mem_24g_receiver_addr 
+0x462 001522 store 4 ,mem_mouse_24g_addr 
+0x463 001523 call g24_ch_syncword_crc8_init 
+0x464 001524 call mouse_no_data_timer_init 
+0x465 001525 call mouse_device_poweron_led_config 
+0x466 001526 call mouse_init_sensor_reset 
+0x467 001527 jam 0 ,mem_mouse_long_mult_flag 
+0x468 001528 jam 0 ,mem_24g_conn_sm 
+0x469 001529 jam 0 ,mem_24g_reconn_type 
+0x46a 001530 fetch 4 ,mem_24g_receiver_addr 
+0x46b 001531 fetcht 4 ,mem_24g_fast_conn_addr 
+0x46c 001532 isub temp ,null 
+0x46d 001533 rtn zero 
+0x46e 001534 call p_mouse_fetch_normal_tx_power 
+0x46f 001535 branch mouse_24g_first_store_reconn_info 
+:      001537 p_mouse_24g_pairing_complete:
+0x470 001538 call p_mouse_fetch_normal_tx_power 
+0x471 001539 branch mouse_24g_pairing_complete 
+:      001541 p_mouse_fetch_normal_tx_power:
+0x472 001542 fetch 1 ,mem_normal_tx_power 
+0x473 001543 store 1 ,mem_tx_power 
+0x474 001544 branch mouse_soft_agc_disable 
+:      001545 p_mouse_24g_attempt_fail:
+0x475 001546 call p_mouse_fetch_normal_tx_power 
+0x476 001547 fetch 1 ,mem_mouse_dpi_button_state 
+0x477 001548 rtneq dpi_button_state_down 
+0x478 001549 fetch 1 ,mem_24g_attempt_fail_flag 
+0x479 001550 nbranch mouse_24g_hibernate_set ,blank 
+0x47a 001551 fetch 1 ,mem_24g_reconn_type 
+0x47b 001553 beq pair_and_receiver ,p_mouse_24g_auto_pair_attempt_fail 
+0x47c 001554 beq fast_conn_and_receiver ,p_mouse_24g_fast_conn_attempt_fail 
+0x47d 001555 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+0x47e 001556 branch mouse_24g_attempt_fail + 2 
+:      001557 p_mouse_24g_fast_conn_attempt_fail:
+0x47f 001558 fetch mouse_flag_len ,mem_mouse_flag 
+0x480 001559 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_start_auto_pair 
+0x481 001560 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_start_auto_pair 
+0x482 001561 branch mouse_24g_fast_conn_attempt_fail + 3 
+:      001562 p_mouse_24g_start_auto_pair:
+0x483 001563 fetch 2 ,mem_24g_pair_timeout_init 
+0x484 001564 store 2 ,mem_24g_reconn_timeout 
+0x485 001565 jam pair_and_receiver ,mem_24g_reconn_type 
+0x486 001566 branch g24_reconn_start 
+:      001568 p_mouse_24g_auto_pair_attempt_fail:
+0x487 001569 fetch mouse_flag_len ,mem_mouse_flag 
+0x488 001570 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x489 001571 fetch 1 ,mem_device_number 
+0x48a 001572 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+:      001573 p_mouse_24g_first_bluetooth_reconnect:
+0x48b 001574 call mouse_24g_stop 
+0x48c 001575 jam mode_bt_device1 ,mem_device_flag 
+0x48d 001576 branch mouse_le_fast_conn_judge 
+:      001578 p_mouse_reconn_dongle_attempt_fail:
+0x48e 001579 fetch mouse_flag_len ,mem_mouse_flag 
+0x48f 001580 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x490 001581 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x491 001582 bbit1 mouse_enable_otp ,mouse_24g_attempt_fail_enter_hibernate 
+0x492 001583 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x493 001584 branch p_mouse_24g_start_auto_pair 
+:      001586 p_mouse_start_work:
+0x494 001587 fetch mouse_flag_len ,mem_mouse_flag 
+0x495 001588 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
+0x496 001589 fetch 1 ,mem_device_flag 
+0x497 001590 beq mode_24g_device ,p_mouse_24g_start_mode 
+0x498 001591 branch mouse_le_fast_conn_judge 
+:      001593 p_mouse4_0_check_reconn_target:
+0x499 001594 call mouse_device_le_reconn_led_config 
+0x49a 001595 branch mouse4_0_check_reconn_target 
+:      001596 p_mouse_24g_first_start_auto_pair_mode:
+0x49b 001597 call mouse_wakeup_from_power_check 
+0x49c 001598 branch p_mouse_24g_first_start_reconn ,user 
+:      001599 p_mouse_24g_reconn_general_dongle:
+0x49d 001600 jam mode_24g_device ,mem_device_flag 
+0x49e 001601 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x49f 001602 store 2 ,mem_24g_reconn_timeout 
+0x4a0 001603 jam fast_conn_and_receiver ,mem_24g_reconn_type 
+0x4a1 001604 branch g24_reconn_start 
+:      001606 p_mouse_24g_first_start_reconn:
+0x4a2 001607 fetch 1 ,mem_device_flag 
+0x4a3 001608 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x4a4 001609 call mouse_bluetooth_fast_conn_disable 
+0x4a5 001610 branch p_mouse_24g_first_bluetooth_reconnect 
+:      001612 p_mouse_24g_start_mode:
+0x4a6 001613 fetch mouse_flag_len ,mem_mouse_flag 
+0x4a7 001614 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x4a8 001615 call mouse_device_24g_pair_led_config 
+0x4a9 001616 call mouse_wakeup_from_power_check 
+0x4aa 001617 branch mouse_24g_reconn_dongle_start ,user 
+0x4ab 001618 fetch mouse_flag_len ,mem_mouse_flag 
+0x4ac 001619 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
+0x4ad 001620 branch mouse_24g_start_mode + 7 
+:      001623 p_mouse_store_normal_tx_power:
+0x4ae 001624 fetch 1 ,mem_tx_power 
+0x4af 001625 store 1 ,mem_normal_tx_power 
+0x4b0 001626 rtn 
+:      001629 p_mouse_idle:
+0x4b1 001630 call mouse_low_voltage_led_no_enter_lpm 
+0x4b2 001631 call ui_check_paring_button 
+0x4b3 001632 call p_mouse_dpi_check 
+0x4b4 001633 branch mouse_idle + 4 
+:      001635 p_mouse_dpi_check:
+0x4b5 001636 fetch 1 ,mem_dpi_button_gpio 
+0x4b6 001637 rtneq gpio_disable 
+0x4b7 001638 arg 0 ,rega 
+0x4b8 001639 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x4b9 001640 fetcht 1 ,mem_dpi_button_gpio 
+0x4ba 001641 call p_mouse_dpi_key_check 
+0x4bb 001642 branch mouse_dpi_check_next 
+:      001644 p_mouse_dpi_key_check:
+0x4bc 001645 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bd 001646 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x4be 001647 fetch 1 ,mem_mouse_dpikey_press_status 
+0x4bf 001648 copy pdata ,regc 
+0x4c0 001649 fetch 1 ,mem_matrix_public_gpio 
+0x4c1 001650 beq gpio_disable ,p_mouse_3io6key_dpi_check 
+0x4c2 001651 branch mouse_dpi_key_check_next 
+:      001653 p_mouse_3io6key_dpi_check:
+0x4c3 001654 fetch 1 ,mem_dpi_button_gpio 
+0x4c4 001655 call mouse_gpio_config_output_low 
+0x4c5 001656 fetcht 1 ,mem_dpi_button_gpio 
+0x4c6 001657 branch p_mouse_3io6key_check 
+:      001659 p_mouse_3io6key_check:
+0x4c7 001660 copy regc ,pdata 
+0x4c8 001661 store 1 ,mem_mouse_key_status 
+0x4c9 001662 lshift pdata ,pdata 
+0x4ca 001663 copy pdata ,regb 
+0x4cb 001664 copy temp ,regc 
+0x4cc 001665 call gpio_out_active 
+0x4cd 001666 copy regc ,temp 
+0x4ce 001667 call mouse_gpio_config_input_pd 
+0x4cf 001668 copy regc ,temp 
+0x4d0 001669 call gpio_get_bit 
+0x4d1 001670 nsetflag true ,0 ,regb 
+0x4d2 001671 call mouse_check_press 
+0x4d3 001672 branch mouse_check_key_connect_gnd_1 
+:      001674 p_g24_short_sleep:
+0x4d4 001675 call g24_lpm_wait 
+0x4d5 001676 nrtn user 
+0x4d6 001677 call g24_setgpio_lpm_before 
+0x4d7 001678 call p_clear_wake 
+0x4d8 001679 branch g24_short_sleep_next 
+:      001682 p_clear_wake:
+0x4d9 001683 setarg 0 
+0x4da 001684 store 8 ,mem_gpio_wakeup_cfg 
+0x4db 001685 store 4 ,mem_gpio_wakeup_cfg + 8 
+0x4dc 001686 rtn 
+:      001688 p_mouse_24g_hibernate_set:
+0x4dd 001689 jam 0 ,mem_24g_attempt_fail_flag 
+0x4de 001690 call g24_transmit_next_packet 
+0x4df 001691 setarg -1 
+0x4e0 001692 store 4 ,mem_24g_enter_hibernate 
+0x4e1 001693 setarg 0 
+0x4e2 001694 store 7 ,mem_mouse_key 
+0x4e3 001695 jam 1 ,mem_sensor_shutdown_flag 
+0x4e4 001696 call mouse_sensor_powerdown 
+0x4e5 001698 branch mouse_24g_long_sleep 
+:      001700 p_mouse_setgpio_hibernate:
+0x4e6 001701 call mouse_set_sdio_high 
+0x4e7 001702 call p_clear_wake 
+0x4e8 001703 call mouse_before_hibernate_wheel_gpio_set 
+0x4e9 001704 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x4ea 001705 call mouse_gpio_config_output_high 
+0x4eb 001707 fetcht 1 ,mem_device_switch_gpio 
+0x4ec 001708 call mouse_gpio_set_pupd_by_input 
+0x4ed 001709 arg 21 ,temp 
+0x4ee 001710 call mouse_gpio_config_input_pu 
+0x4ef 001712 call mouse_logo_led_off 
+0x4f0 001713 call p_mouse_lpm_before_common 
+0x4f1 001717 branch mouse_setgpio_hibernate_next 
+:      001718 p_mouse_24g_package_data:
+0x4f2 001719 rtnmark0 mark_24g 
+0x4f3 001720 call mouse_motion 
+0x4f4 001721 nrtn user 
+0x4f5 001722 fetch 1 ,mem_mouse_24g_long_sleep_flag 
+0x4f6 001723 jam 0 ,mem_mouse_24g_long_sleep_flag 
+0x4f7 001724 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+0x4f8 001726 fetch mouse_flag_len ,mem_mouse_flag 
+0x4f9 001727 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+0x4fa 001728 fetch 1 ,mem_customer_key 
+0x4fb 001729 nbranch mouse_24g_keyboard_package_data ,blank 
+:      001730 p_mouse_24g_mouse_package_data:
+0x4fc 001731 call p_mouse_data_xy_release 
+0x4fd 001732 branch mouse_24g_mouse_package_data + 1 
+:      001734 p_mouse_data_xy_release:
+0x4fe 001735 fetch 1 ,mem_sensor_motion_gpio 
+0x4ff 001736 rtnne gpio_disable 
+0x500 001737 fetch 1 ,mem_mouse_long_mult_flag 
+0x501 001738 rtn blank 
+0x502 001739 increase -1 ,pdata 
+0x503 001740 store 1 ,mem_mouse_long_mult_flag 
+0x504 001741 setarg 0 
+0x505 001742 store 4 ,mem_mouse_x 
+0x506 001743 branch mouse_init_sensor_reset 
+:      001745 p_mouse_24g_short_sleep_clear_wake:
+0x507 001746 call p_clear_wake 
+0x508 001747 branch p_lpm_write_gpio_wakeup 
+:      001749 p_mouse_check_select_device_by_switch:
+0x509 001750 fetch mouse_flag_len ,mem_mouse_flag 
+0x50a 001751 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+0x50b 001752 bbit0 mouse_enable_switch_gpio_connect_vin ,p_mouse_switch_gpio_connect_gnd 
+:      001753 p_mouse_switch_gpio_connect_vin_check:
+0x50c 001754 call p_mouse_switch_gpio_pd_set 
+0x50d 001755 call p_mouse_switch_gpio_connect_vin 
+:      001756 p_mouse_switch_gpio_pu_set:
+0x50e 001757 fetcht 1 ,mem_device_switch_gpio 
+0x50f 001758 call gpio_out_inactive 
+0x510 001759 fetcht 1 ,mem_device_switch_gpio 
+0x511 001760 branch mouse_gpio_config_input_pu 
+:      001761 p_mouse_switch_gpio_connect_vin:
+0x512 001762 fetcht 1 ,mem_device_switch_gpio 
+0x513 001763 call gpio_get_bit 
+0x514 001764 nbranch mouse_check_select_24g_device ,true 
+0x515 001765 branch mouse_select_btdevice 
+:      001767 p_mouse_switch_gpio_connect_gnd:
+0x516 001768 call p_mouse_switch_gpio_pu_set 
+0x517 001769 call mouse_switch_gpio_connect_gnd 
+:      001770 p_mouse_switch_gpio_pd_set:
+0x518 001771 fetcht 1 ,mem_device_switch_gpio 
+0x519 001772 call gpio_out_active 
+0x51a 001773 fetcht 1 ,mem_device_switch_gpio 
+0x51b 001774 branch mouse_gpio_config_input_pd 
+:      001776 p_mouse_le_name_modify:
+0x51c 001777 fetch 1 ,mem_le_name_patch_len 
+0x51d 001778 rtn blank 
+0x51e 001779 copy pdata ,rega 
+0x51f 001780 sub pdata ,11 ,null 
+0x520 001781 nbranch mouse_le_name_patch_len_overflow ,positive 
+0x521 001783 call mouse_le_name_clear 
+0x522 001784 call mouse_le_name_patch_len_next 
+0x523 001786 copy rega ,temp 
+0x524 001787 increase 1 ,temp 
+0x525 001788 storet 1 ,mem_le_adv_swift_pair + 7 
+0x526 001789 arg mem_le_adv_swift_pair + 9 ,contw 
+0x527 001790 call mouse_le_name_modify_next 
+0x528 001792 storet 1 ,mem_le_scan_data 
+0x529 001793 arg mem_le_scan_data + 2 ,contw 
+0x52a 001794 branch mouse_le_name_modify_next 
+:      001796 p_mouse_init_sensor:
+0x52b 001797 call mouse_read_sensor_id 
+0x52c 001798 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x52d 001799 beq p3065_id1 ,mouse_init_p3065 
+0x52e 001800 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
+0x52f 001801 branch mouse_init_sensor + 5 
+:      001803 p_mouse_ka8g2_id2_judge:
+0x530 001804 call mouse_sensor_poweron 
+0x531 001805 fetch 1 ,mem_sensor_id2 
+0x532 001806 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
+0x533 001807 branch mouse_init_p32xx_id2_judge 
+:      001808 p_mouse_ka8g2_init_param:
+0x534 001809 jam ka8g2 ,mem_config_sensor_type 
+0x535 001810 arg mem_sensor_ka8g2_init_new ,regc 
+0x536 001811 branch mouse_sensor_wr_seq 
+:      001814 p_mouse_check_sensor_data:
+0x537 001815 fetch 1 ,mem_spi_write_flash_sm 
+0x538 001816 rtnne flash_sm_no_buys 
+0x539 001817 fetch 1 ,mem_config_sensor_type 
+0x53a 001818 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
+0x53b 001819 branch mouse_check_sensor_data + 2 
+:      001821 p_mouse_pka8g2_sensor_motion:
+0x53c 001822 call mouse_clear_sensor_data 
+0x53d 001823 fetch 1 ,mem_sensor_motion_gpio 
+0x53e 001824 beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
+0x53f 001825 fetcht 1 ,mem_sensor_motion_gpio 
+0x540 001826 call gpio_get_bit 
+0x541 001827 nrtn true 
+:      001828 p_mouse_pka8g2_sensor_motion_1:
+0x542 001829 setarg pan_reg_pid_l 
+0x543 001830 call twspi_read 
+0x544 001831 bne pka8g2_id1 ,mouse_twspi_reset 
+0x545 001832 branch mouse_p3212_sensor_motion_2 
+:      001835 p_mouse_motion:
+0x546 001836 disable user 
+0x547 001837 setarg 0 
+0x548 001838 store 6 ,mem_mouse_x 
+0x549 001839 call p_mouse_check_sensor_data 
+0x54a 001840 setarg 0x0089 
+0x54b 001841 call twspi_write 
+0x54c 001842 call mouse_setting_sensor_type 
+0x54d 001843 call mouse_zwheel 
+0x54e 001844 call mouse_t_zwheel 
+0x54f 001845 call p_mouse_key 
+0x550 001846 branch mouse_motion + 11 
+:      001847 p_mouse_key:
+0x551 001848 call mouse_check_firekey_gpio 
+0x552 001849 fetch 1 ,mem_fire_key_flag 
+0x553 001850 nbranch fire_key_press ,blank 
+0x554 001851 fetch 1 ,mem_fire_key_status 
+0x555 001852 nbranch fire_key_process ,blank 
+0x556 001854 call mouse_check_key_gpio 
+0x557 001855 call p_mouse_ghost_key_check 
+0x558 001856 branch mouse_key + 7 
+:      001858 p_mouse_ghost_key_check:
+0x559 001859 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x55a 001860 jam 0 ,mem_mouse_matrix_key_row_count 
+0x55b 001861 jam 0 ,mem_mouse_ghost_flag 
+0x55c 001862 copy pdata ,regb 
+0x55d 001863 fetcht 1 ,mem_lbutton_gpio 
+0x55e 001864 fetch 1 ,mem_bk_button_gpio 
+0x55f 001865 isub temp ,null 
+0x560 001866 branch p_mouse_matrix_ghost_key_l_bk ,zero 
+0x561 001867 fetch 1 ,mem_fw_button_gpio 
+0x562 001868 isub temp ,null 
+0x563 001869 branch p_mouse_matrix_ghost_key_l_fw ,zero 
+0x564 001870 fetcht 1 ,mem_mbutton_gpio 
+0x565 001871 fetch 1 ,mem_bk_button_gpio 
+0x566 001872 isub temp ,null 
+0x567 001873 branch p_mouse_ghost_key_mbk_rfw ,zero 
+:      001874 p_mouse_ghost_key_mfw_rbk:
+0x568 001875 call mouse_ghost_key_check_m_fw 
+:      001876 p_mouse_ghost_key_rbk:
+0x569 001877 call p_mouse_ghost_key_check_r_bk 
+0x56a 001878 branch mouse_ghost_key_check_next 
+:      001880 p_mouse_matrix_ghost_key_l_bk:
+0x56b 001881 fetcht 1 ,mem_mbutton_gpio 
+0x56c 001882 fetch 1 ,mem_fw_button_gpio 
+0x56d 001883 isub temp ,null 
+0x56e 001884 branch mouse_ghost_key_lbk_mfw ,zero 
+:      001885 p_mouse_ghost_key_lbk_rfw:
+0x56f 001886 call mouse_ghost_key_check_l_bk 
+0x570 001887 branch p_mouse_ghost_key_rfw 
+:      001889 p_mouse_matrix_ghost_key_l_fw:
+0x571 001890 fetcht 1 ,mem_mbutton_gpio 
+0x572 001891 fetch 1 ,mem_bk_button_gpio 
+0x573 001892 isub temp ,null 
+0x574 001893 branch p_mouse_ghost_key_lfw_mbk ,zero 
+:      001894 p_mouse_ghost_key_lfw_rbk:
+0x575 001895 call p_mouse_ghost_key_check_l_fw 
+0x576 001896 branch p_mouse_ghost_key_rbk 
+:      001898 p_mouse_ghost_key_lfw_mbk:
+0x577 001899 call p_mouse_ghost_key_check_l_fw 
+0x578 001900 call p_mouse_ghost_key_check_m_bk 
+0x579 001901 branch mouse_ghost_key_check_next 
+:      001903 p_mouse_ghost_key_mbk_rfw:
+0x57a 001904 call p_mouse_ghost_key_check_m_bk 
+:      001905 p_mouse_ghost_key_rfw:
+0x57b 001906 call p_mouse_ghost_key_check_r_fw 
+0x57c 001907 branch mouse_ghost_key_check_next 
+:      001909 p_mouse_ghost_key_check_m_bk:
+0x57d 001910 and regb ,mouse_m_bk_button ,pdata 
+0x57e 001911 branch mouse_ghost_key_check_m_bk + 1 
+:      001913 p_mouse_ghost_key_check_r_bk:
+0x57f 001914 and regb ,mouse_r_bk_button ,pdata 
+0x580 001915 branch mouse_ghost_key_check_r_bk + 1 
+:      001917 p_mouse_ghost_key_check_l_fw:
+0x581 001918 and regb ,mouse_l_fw_button ,pdata 
+0x582 001919 branch mouse_ghost_key_check_l_fw + 1 
+:      001921 p_mouse_ghost_key_check_r_fw:
+0x583 001922 and regb ,mouse_r_fw_button ,pdata 
+0x584 001923 branch mouse_ghost_key_check_r_fw + 1 
               org 0x2000
-:      001757 start:
-0x2000 001758 call lpmstate 
-:      001760 soft_reset:
-0x2001 001761 bpatch patch00_0 ,mem_patch00 
-0x2002 001762 clear_stack 
-0x2003 001764 call app_param_init 
-0x2004 001765 call initialize_radio 
-0x2005 001766 call iic_init_360khz 
-0x2006 001767 call init_param 
-0x2007 001768 call l2cap_init 
-0x2008 001769 bpatch patch00_1 ,mem_patch00 
-0x2009 001770 call ui_init 
-0x200a 001771 call app_init 
-0x200b 001772 call publickey_init 
-0x200c 001774 call lpm_recover_clk ,wake 
-:      001775 main_loop:
-0x200d 001776 bpatch patch00_2 ,mem_patch00 
-0x200e 001777 call sp_calc_sequence_256 
-0x200f 001778 call sp_calc_sequence_256_check 
-0x2010 001779 call le_advertising_dispatch 
-0x2011 001780 call idle_dispatch 
-0x2012 001781 call app_process_idle 
-0x2013 001782 call connection_dispatch 
-0x2014 001783 call g24_dispatch 
-0x2015 001784 call lpm_dispatch 
-0x2016 001785 call kscan_dispatch 
-0x2017 001786 branch main_loop 
-:      001788 connection_dispatch:
-0x2018 001789 call connection_incontext 
-0x2019 001790 rtnmark0 mark_context 
-0x201a 001791 set0 mark_context ,mark 
-0x201b 001792 call context_save 
-0x201c 001793 branch le_disable 
-:      001795 connection_incontext:
-0x201d 001796 bpatch patch00_3 ,mem_patch00 
-0x201e 001797 call context_search_insniff 
-0x201f 001798 nbranch connection_nosniff ,zero 
-0x2020 001799 call context_load 
-0x2021 001800 add rega ,coffset_mode ,contr 
-0x2022 001801 ifetch 1 ,contr 
-0x2023 001802 bbit1 mode_le ,le_conn_dispatch 
-0x2024 001805 rtn 
-:      001807 connection_nosniff:
-0x2025 001808 jam 0 ,mem_current_context 
-0x2026 001809 call context_get_next 
-0x2027 001810 copy loopcnt ,null 
-0x2028 001811 rtn zero 
-0x2029 001812 branch assert 
-:      001819 idle_dispatch:
-0x202a 001820 fetch 1 ,mem_hci_cmd 
-0x202b 001821 rtn blank 
-0x202c 001822 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x202d 001823 call context_search_conn_handle 
-0x202e 001824 rtn zero 
-0x202f 001825 call context_search_plap 
-0x2030 001826 rtn zero 
-:      001827 idle_exit:
-0x2031 001828 jam 0 ,mem_hci_cmd 
-0x2032 001829 rtn 
-:      001831 idle_le_create_conn:
-0x2033 001832 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x2034 001833 jam 0 ,mem_hci_cmd 
-0x2035 001834 rtn 
-:      001838 context_load:
-0x2036 001839 bpatch patch00_4 ,mem_patch00 
-0x2037 001840 set1 mark_context ,mark 
-0x2038 001841 deposit rega 
-0x2039 001842 store 2 ,mem_context_ptr 
-0x203a 001843 force context_size ,loopcnt 
-0x203b 001844 arg mem_le_state ,contw 
-0x203c 001845 add rega ,coffset_mode ,contr 
-0x203d 001846 ifetch 1 ,contr 
-0x203e 001847 copy rega ,contr 
-0x203f 001848 bbit1 mode_le ,memcpy 
-0x2040 001849 rtn 
-:      001851 context_save:
-0x2041 001852 bpatch patch00_5 ,mem_patch00 
-0x2042 001853 fetch 2 ,mem_context_ptr 
-0x2043 001854 iforce contw 
-0x2044 001855 force context_size ,loopcnt 
-0x2045 001856 arg mem_le_state ,contr 
-0x2046 001857 branch memcpy 
-:      001861 context_get_next:
-0x2047 001862 arg context_num ,loopcnt 
-0x2048 001863 fetcht 1 ,mem_current_context 
-:      001864 context_get_next_loop:
-0x2049 001865 increase 1 ,temp 
-0x204a 001866 compare context_num ,temp ,0xff 
-0x204b 001867 nbranch context_get_next_cont ,true 
-0x204c 001868 arg 0 ,temp 
-:      001869 context_get_next_cont:
-0x204d 001870 storet 1 ,mem_current_context 
-0x204e 001871 mul32 temp ,context_size ,pdata 
-0x204f 001872 arg mem_context ,rega 
-0x2050 001873 iadd rega ,rega 
-0x2051 001874 ifetch 1 ,rega 
-0x2052 001875 bbit1 state_insniff ,context_get_next_sniff 
-0x2053 001876 rtnbit1 state_inconn 
-:      001877 context_get_next_sniff:
-0x2054 001878 loop context_get_next_loop 
-0x2055 001879 rtn 
-:      001881 context_new:
-0x2056 001882 bpatch patch00_6 ,mem_patch00 
-0x2057 001883 arg context_search_empty ,regc 
-0x2058 001884 call context_search 
-0x2059 001885 nrtn zero 
-0x205a 001886 deposit rega 
-0x205b 001887 store 2 ,mem_context_ptr 
-0x205c 001888 branch enable_zero 
-:      001893 context_check_idle:
-0x205d 001894 arg context_check_inconn ,regc 
-0x205e 001895 branch context_search 
-:      001900 context_search_conn_handle:
-0x205f 001901 fetcht 1 ,mem_hci_conn_handle 
-:      001902 context_search_conn_handle2:
-0x2060 001903 arg context_search_handle ,regc 
-0x2061 001904 branch context_search 
-:      001907 context_search_plap:
-0x2062 001908 bpatch patch00_7 ,mem_patch00 
-0x2063 001909 fetcht 6 ,mem_hci_plap 
-:      001910 context_search_plap2:
-0x2064 001911 arg context_search_lap ,regc 
-0x2065 001912 branch context_search 
-:      001914 context_search_insniff:
-0x2066 001915 arg context_search_sniff ,regc 
-0x2067 001916 branch context_search 
-:      001918 context_search_sniff_window:
-0x2068 001919 arg context_search_window ,regc 
-:      001920 context_search:
-0x2069 001921 bpatch patch01_0 ,mem_patch01 
-0x206a 001922 arg mem_context ,rega 
-0x206b 001923 arg context_num ,loopcnt 
-:      001924 context_search_loop:
-0x206c 001925 ifetch 1 ,rega 
-0x206d 001926 copy regc ,pc 
-:      001927 context_search_next:
-0x206e 001928 bpatch patch01_1 ,mem_patch01 
-0x206f 001929 increase context_size ,rega 
-0x2070 001930 loop context_search_loop 
-0x2071 001931 force 1 ,null 
-0x2072 001932 rtn 
-:      001934 context_search_empty:
-0x2073 001935 bbit1 state_inconn ,context_search_next 
-0x2074 001936 branch enable_zero 
-:      001938 context_search_lap:
-0x2075 001939 bbit0 state_inconn ,context_search_next 
-:      001940 context_search_lap_cont:
-0x2076 001941 add rega ,coffset_plap ,contr 
-0x2077 001942 ifetch 6 ,contr 
-0x2078 001943 isub temp ,null 
-0x2079 001944 rtn zero 
-0x207a 001945 branch context_search_next 
-:      001947 context_search_handle:
-0x207b 001948 bbit0 state_inconn ,context_search_next 
-0x207c 001949 add rega ,coffset_conn_handle ,contr 
-0x207d 001950 ifetch 1 ,contr 
-0x207e 001951 isub temp ,null 
-0x207f 001952 rtn zero 
-0x2080 001953 branch context_search_next 
-:      001955 context_search_sniff:
-0x2081 001956 bbit0 state_insniff ,context_search_next 
-:      001957 context_search_sniff_loop:
-0x2082 001958 call context_get_anchor 
-0x2083 001959 call sign_pdata_temp 
-0x2084 001960 isub temp ,pdata 
-0x2085 001961 increase 1 ,pdata 
-0x2086 001962 branch context_search_sniff_miss ,positive 
-0x2087 001963 copy contr ,regb 
-0x2088 001964 store 9 ,mem_temp 
-0x2089 001965 bpatch patch01_2 ,mem_patch01 
-0x208a 001966 fetch 1 ,mem_sc_calc 
-0x208b 001967 nbranch context_search_sniff_sc ,blank 
-0x208c 001968 fetch 9 ,mem_temp 
-0x208d 001969 copy regb ,contr 
-0x208e 001970 increase 5 ,pdata 
-0x208f 001971 branch context_search_meet1 
-:      001973 context_search_sniff_sc:
-0x2090 001974 fetch 9 ,mem_temp 
-0x2091 001975 copy regb ,contr 
-0x2092 001976 increase 20 ,pdata 
-:      001977 context_search_meet1:
-0x2093 001978 nbranch context_search_next ,positive 
-:      001979 context_search_meet:
-0x2094 001980 copy temp ,bt_clk 
-0x2095 001981 call context_next_anchor 
-0x2096 001982 branch enable_zero 
-:      001985 context_search_sniff_miss:
-0x2097 001986 iforce regb 
-0x2098 001987 add rega ,coffset_tsniff ,contr 
-0x2099 001988 ifetch 2 ,contr 
-0x209a 001989 branch context_search_meet ,blank 
-0x209b 001990 call context_next_anchor 
-0x209c 001991 branch context_search_sniff_loop 
-:      001993 sign_pdata_temp:
-0x209d 001994 rshift16 pdata ,timeup 
-0x209e 001995 rshift8 timeup ,timeup 
-0x209f 001996 branch sign_pdata_temp_p0 ,zero 
-0x20a0 001997 compare 0xf ,timeup ,0xf 
-0x20a1 001998 nrtn true 
-0x20a2 001999 rshift16 temp ,timeup 
-0x20a3 002000 rshift8 timeup ,timeup 
-0x20a4 002001 nrtn zero 
-0x20a5 002002 set1 28 ,temp 
-0x20a6 002003 rtn 
-:      002004 sign_pdata_temp_p0:
-0x20a7 002005 rshift16 temp ,timeup 
-0x20a8 002006 rshift8 timeup ,timeup 
-0x20a9 002007 compare 0xf ,timeup ,0xf 
-0x20aa 002008 nrtn true 
-0x20ab 002009 set1 28 ,pdata 
-0x20ac 002010 rtn 
-:      002012 context_check_inconn:
-0x20ad 002013 bbit0 state_inconn ,context_search_next 
-0x20ae 002014 branch enable_zero 
-:      002017 context_check_a_wack:
-0x20af 002018 bbit0 state_inconn ,context_search_next 
-0x20b0 002019 add rega ,coffset_mode ,contr 
-0x20b1 002020 ifetch 1 ,contr 
-0x20b2 002021 bbit1 mode_le ,context_search_next 
-0x20b3 002022 rtn 
-:      002024 context_get_anchor:
-0x20b4 002025 add rega ,coffset_mode ,contr 
-0x20b5 002026 ifetcht 1 ,contr 
-0x20b6 002027 deposit clkn_bt 
-0x20b7 002028 isolate1 mode_master ,temp 
-0x20b8 002029 add rega ,coffset_sniff_anchor ,contr 
-0x20b9 002030 ifetcht 4 ,contr 
-0x20ba 002031 rtn true 
-0x20bb 002032 add rega ,coffset_clk_offset ,contr 
-0x20bc 002033 ifetch 6 ,contr 
-0x20bd 002034 call calc_clke2 
-0x20be 002035 deposit clke_bt 
-0x20bf 002036 rtn 
-:      002038 context_next_anchor:
-0x20c0 002039 add rega ,coffset_tsniff ,contr 
-0x20c1 002040 add rega ,coffset_sniff_anchor ,contw 
-0x20c2 002041 ifetch 2 ,contr 
-0x20c3 002042 iadd temp ,timeup 
-0x20c4 002043 deposit timeup 
-0x20c5 002044 istore 4 ,contw 
-0x20c6 002045 branch le_context_nextevent 
-:      002048 context_search_window:
-0x20c7 002049 bbit0 state_insniff ,context_search_next 
-0x20c8 002050 call context_get_anchor 
-0x20c9 002051 iadd stop_watch ,pdata 
-0x20ca 002052 iadd stop_watch ,pdata 
-0x20cb 002053 iadd queue ,pdata 
-0x20cc 002054 isub temp ,null 
-0x20cd 002055 nbranch context_search_next ,positive 
-0x20ce 002056 branch enable_zero 
-:      002060 end_of_packet:
-0x20cf 002061 bpatch patch01_3 ,mem_patch01 
-0x20d0 002062 disable lr_s2en 
-0x20d1 002063 disable encode_fec0 
-0x20d2 002064 disable encode_fec2 
-0x20d3 002065 disable decode_fec0 
-0x20d4 002066 disable decode_fec2 
-0x20d5 002067 disable enable_crc 
-0x20d6 002068 disable encrypt 
-0x20d7 002069 disable enable_white 
-0x20d8 002070 branch shutdown_radio ,is_rx 
-0x20d9 002071 until null ,tx_clear 
-0x20da 002072 nop 100 
-0x20db 002073 branch shutdown_radio 
-:      002078 sniff_check_window:
-0x20dc 002079 bpatch patch01_4 ,mem_patch01 
-0x20dd 002080 disable swfine 
-0x20de 002081 copy temp ,stop_watch 
-0x20df 002082 call context_search_sniff_window 
-0x20e0 002083 disable user 
-0x20e1 002084 nrtn zero 
-0x20e2 002085 force 0 ,stop_watch 
-0x20e3 002086 branch enable_user 
-:      002089 calc_slot_offset:
-0x20e4 002090 bpatch patch01_5 ,mem_patch01 
-0x20e5 002091 until null ,halfslot 
-0x20e6 002092 deposit clke 
-0x20e7 002093 iforce contr 
-0x20e8 002094 rshift16 ,pdata ,pdata 
-0x20e9 002095 isub clkn_bt ,loopcnt 
-0x20ea 002096 and_into 3 ,loopcnt 
-0x20eb 002097 nbranch calc_bt_portion ,zero 
-0x20ec 002098 force 0 ,pdata 
-0x20ed 002099 branch calc_skip_bt 
-:      002100 calc_bt_portion:
-0x20ee 002101 fetcht 2 ,mem_param_rt_rthalfslot 
-0x20ef 002102 force 0 ,pdata 
-:      002103 calc_slot_offset_loop:
-0x20f0 002104 iadd temp ,pdata 
-0x20f1 002105 loop calc_slot_offset_loop 
-:      002106 calc_skip_bt:
-0x20f2 002107 iadd contr ,pdata 
-0x20f3 002108 div pdata ,12 
-0x20f4 002109 call get_div_result 
-0x20f5 002110 store 2 ,mem_slot_offset 
-0x20f6 002111 rtn 
-:      002113 calc_clke_offset:
-0x20f7 002114 bpatch patch01_6 ,mem_patch01 
-0x20f8 002115 deposit clke 
-0x20f9 002116 copy clkn ,temp 
-0x20fa 002117 isub temp ,null 
-0x20fb 002118 nsetflag positive ,44 ,pdata 
-0x20fc 002119 isub temp ,temp 
-0x20fd 002120 fetch 2 ,mem_param_rt_rthalfslot 
-0x20fe 002121 isolate0 15 ,temp 
-0x20ff 002122 branch calc_clke_pos ,true 
-0x2100 002123 copy temp ,alarm 
-0x2101 002124 arg 0x10000 ,temp 
-0x2102 002125 fetch 2 ,mem_param_rt_rthalfslot 
-0x2103 002126 isub temp ,pdata 
-0x2104 002127 iadd alarm ,temp 
-:      002129 calc_clke_pos:
-0x2105 002130 storet 6 ,mem_le_clk_offset 
-0x2106 002131 rtn 
-:      002133 calc_clke:
-0x2107 002134 disable clknt 
-0x2108 002135 fetch 6 ,mem_le_clk_offset 
-:      002136 calc_clke2:
-0x2109 002137 iadd clkn ,alarm 
-0x210a 002138 increase 10 ,alarm 
-0x210b 002139 fetch 2 ,mem_param_rt_rthalfslot 
-0x210c 002140 isub alarm ,pdata 
-0x210d 002141 isolate0 15 ,pdata 
-0x210e 002142 branch calc_clke_pos_adj ,true 
-0x210f 002143 setarg 0x10000 
-0x2110 002144 fetchr regd ,2 ,mem_param_rt_rthalfslot 
-0x2111 002145 isub regd ,pdata 
-0x2112 002146 iadd alarm ,alarm 
-:      002147 calc_clke_pos2:
-0x2113 002148 copy alarm ,clke 
-0x2114 002149 rtn 
-:      002150 calc_clke_pos_adj:
-0x2115 002151 force 0 ,null 
-0x2116 002152 branch calc_clke_pos2 
-:      002159 qsetxor:
-0x2117 002160 rshift3 pdata ,pdata 
-0x2118 002161 ifetchr rega ,1 ,contw 
-0x2119 002162 ixor rega ,pdata 
-0x211a 002163 isolate0 6 ,pdata 
-0x211b 002164 branch qset_p 
-:      002166 qset1_p:
-0x211c 002167 isolate0 0 ,null 
-:      002168 qset_start:
-0x211d 002169 arg 0x8ac2 ,contw 
-:      002170 qset_p:
-0x211e 002171 ifetch 1 ,contw 
-0x211f 002172 qsetflag true ,pdata 
-0x2120 002173 istore 1 ,contw 
-0x2121 002174 rtn 
-:      002176 rx_dcoc_avg:
-0x2122 002177 nop 60 
-:      002178 btdma:
-0x2123 002180 jam 8 ,0x8983 
-0x2124 002181 jam 9 ,0x8985 
-0x2125 002182 jam 0x9 ,0x8981 
-0x2126 002183 jam 0x3 ,0x8981 
-0x2127 002184 jam 0x6 ,0x8980 
-0x2128 002185 nop 60 
-0x2129 002186 arg 0 ,rega 
-0x212a 002187 arg 0 ,regb 
-0x212b 002188 arg 16 ,loopcnt 
-0x212c 002189 arg 0x800 ,contr 
-:      002190 rx_dcoc_loop:
-0x212d 002191 ifetch 2 ,contr 
-0x212e 002192 iadd rega ,rega 
-0x212f 002193 ifetch 2 ,contr 
-0x2130 002194 iadd regb ,regb 
-0x2131 002195 loop rx_dcoc_loop 
-0x2132 002196 rtn 
-:      002198 rx_dcoc:
-0x2133 002199 bpatch patch01_7 ,mem_patch01 
-0x2134 002200 call set_sync_on 
-0x2135 002201 arg 39 ,temp 
-0x2136 002202 call set_freq_rx 
-0x2137 002203 call rf_rx_enable 
-0x2138 002204 jam 0x7f ,0x8a25 
-0x2139 002205 jam 0x1a ,0x8a30 
-0x213a 002206 jam 0x78 ,0x8a31 
-0x213b 002207 jam 0xb2 ,0x8a8f 
-0x213c 002208 jam 0 ,0x8ac2 
-0x213d 002209 jam 0 ,0x8ac3 
-0x213e 002210 arg 6 ,queue 
-0x213f 002211 call rx_dcoc_avg 
-0x2140 002212 isolate1 13 ,rega 
-0x2141 002213 call qset_start 
-0x2142 002214 isolate1 13 ,regb 
-0x2143 002215 call qset_p 
-0x2144 002216 arg 5 ,queue 
-:      002217 rx_dcoc_loop2:
-0x2145 002218 call qset1_p 
-0x2146 002219 call qset_p 
-0x2147 002220 call rx_dcoc_avg 
-0x2148 002221 arg 0x8ac2 ,contw 
-0x2149 002222 rshift4 rega ,pdata 
-0x214a 002223 call qsetxor 
-0x214b 002224 rshift4 regb ,pdata 
-0x214c 002225 call qsetxor 
-0x214d 002226 increase -1 ,queue 
-0x214e 002227 branch rx_dcoc_loop2 ,positive 
-0x214f 002228 jam 0x52 ,0x8a8f 
-0x2150 002229 jam 2 ,0x8a30 
-0x2151 002230 jam 0 ,0x8981 
-:      002232 shutdown_radio:
-0x2152 002233 bpatch patch02_0 ,mem_patch02 
-0x2153 002234 call rf_debug_shutdown_radio_line 
-0x2154 002235 disable is_tx 
-0x2155 002236 disable is_rx 
-0x2156 002237 setarg 0x0200 
-0x2157 002238 store 4 ,0x8a23 
-0x2158 002239 jam 0xfa ,0x8a01 
-0x2159 002240 nop 12 
-0x215a 002241 jam 0 ,0x8a0f 
-0x215b 002242 jam 0x1a ,0x8a12 
-0x215c 002243 jam 0x2b ,0x8a14 
-0x215d 002244 force 8 ,radio_ctrl 
-0x215e 002245 force 0 ,radio_ctrl 
-0x215f 002247 branch gain_control 
-:      002249 set_sync_on:
-0x2160 002250 bpatch patch02_1 ,mem_patch02 
-0x2161 002251 jam 0x60 ,0x8a0f 
-0x2162 002252 jam 0xaa ,0x8a10 
-0x2163 002253 jam 0x7a ,0x8a12 
-0x2164 002254 jam 0x00 ,0x8a25 
-0x2165 002255 jam 0x00 ,0x8a26 
-0x2166 002256 nop 60 
-0x2167 002257 jam 0x20 ,0x8a20 
-0x2168 002258 jam 0xfd ,0x8a23 
-0x2169 002259 jam 0x12 ,0x8a24 
-0x216a 002260 jam 0x10 ,0x8a24 
-0x216b 002261 nop 60 
-0x216c 002262 jam 0x60 ,0x8a12 
-0x216d 002263 jam 0xdd ,0x8a23 
-0x216e 002264 rtn 
-:      002266 set_freq_rx:
-0x216f 002267 bpatch patch02_2 ,mem_patch02 
-0x2170 002268 jam 0x01 ,0x8900 
-0x2171 002269 jam 0x9d ,0x8a23 
-0x2172 002270 jam 0x02 ,0x8a24 
-0x2173 002271 nop 20 
-0x2174 002272 jam 0x65 ,0x8a70 
-0x2175 002273 jam 0x9f ,0x8a23 
-0x2176 002274 call set_lemode 
-0x2177 002275 storet 1 ,mem_last_freq 
-0x2178 002276 increase 1 ,temp 
-:      002280 aac_res_lookup:
-0x2179 002281 bpatch patch02_3 ,mem_patch02 
-0x217a 002282 rshift4 temp ,pdata 
-0x217b 002283 arg mem_aac_res_table ,contr 
-0x217c 002284 iadd contr ,contr 
-0x217d 002285 ifetch 1 ,contr 
-0x217e 002286 fetchr rega ,1 ,0x8a71 
-0x217f 002287 and_into 0xf ,rega 
-0x2180 002288 ior rega ,pdata 
-0x2181 002289 store 1 ,0x8a71 
-0x2182 002290 call calc_freq 
-0x2183 002291 nop 144 
-0x2184 002292 fetch 1 ,mem_fcomp_div 
-0x2185 002293 beq xtal_24m ,aac_res_lookup_end 
-0x2186 002294 nop 36 
-:      002295 aac_res_lookup_end:
-0x2187 002296 jam 0x80 ,0x8a20 
-0x2188 002297 rtn 
-:      002300 set_lemode_2m_16m:
-0x2189 002301 setarg 0x8312 
-0x218a 002302 store 2 ,0x8907 
-0x218b 002303 branch set_lemode_2m 
-:      002305 set_lemode_1m_16m:
-0x218c 002306 setarg 0x4189 
-0x218d 002307 store 2 ,0x8907 
-0x218e 002308 branch set_lemode_1m 
-:      002311 set_lemode:
-0x218f 002312 bpatch patch02_4 ,mem_patch02 
-0x2190 002313 jam 0x11 ,0x8a82 
-0x2191 002314 jam 0x12 ,0x8a8d 
-0x2192 002315 jam 0x0a ,0x8a8e 
-0x2193 002316 fetch 1 ,mem_fcomp_div 
-0x2194 002317 beq xtal_16m ,set_lemode_2m_16m 
-0x2195 002318 setarg 0x5762 
-0x2196 002319 store 2 ,0x8907 
-:      002320 set_lemode_2m:
-0x2197 002321 jam 3 ,0x8901 
-0x2198 002322 jam 0x84 ,0x8920 
-0x2199 002323 rtnmark1 mark_ble_2m 
-0x219a 002324 jam 1 ,0x8901 
-0x219b 002325 jam 0x80 ,0x8920 
-0x219c 002326 jam 0x07 ,0x8a82 
-0x219d 002327 jam 0x44 ,0x8a8d 
-0x219e 002328 jam 0x0a ,0x8a8e 
-0x219f 002329 fetch 1 ,mem_fcomp_div 
-0x21a0 002330 beq xtal_16m ,set_lemode_1m_16m 
-0x21a1 002331 setarg 0x2bb1 
-0x21a2 002332 store 2 ,0x8907 
-:      002333 set_lemode_1m:
-0x21a3 002334 rtnmark0 mark_ble_lr 
-0x21a4 002335 jam 5 ,0x8901 
-0x21a5 002336 rtn 
-:      002338 rf_rx_enable:
-0x21a6 002339 bpatch patch02_5 ,mem_patch02 
-0x21a7 002340 call rf_debug_rx_gpio_high 
-0x21a8 002341 call rf_rx_agc_set 
-0x21a9 002342 force 8 ,radio_ctrl 
-0x21aa 002343 force 0 ,radio_ctrl 
-0x21ab 002345 setarg 0x0aaada 
-0x21ac 002346 store 3 ,0x8a0f 
-0x21ad 002347 jam 0x40 ,0x8a25 
-0x21ae 002348 jam 0x10 ,0x8a26 
-0x21af 002349 nop 60 
-0x21b0 002350 jam 0xfb ,0x8a01 
-0x21b1 002351 jam 0xff ,0x8a25 
-0x21b2 002352 jam 0x30 ,0x8a26 
-0x21b3 002353 jam 0x5e ,0x8a16 
-0x21b4 002354 nop 20 
-0x21b5 002355 jam 0x00 ,0x8a10 
-0x21b6 002356 jam 0x08 ,0x8a11 
-0x21b7 002357 nop 120 
-0x21b8 002358 jam 0xd ,0x8900 
-0x21b9 002359 rtn 
-:      002362 rf_rx_agc_set:
-0x21ba 002363 fetch 1 ,mem_gain_fix 
-0x21bb 002364 beq 0xff ,rf_rx_enable_no_soft_agc 
-0x21bc 002365 arg mem_gain_table ,contr 
-0x21bd 002366 iadd contr ,contr 
-0x21be 002367 ifetch 1 ,contr 
-0x21bf 002368 store 1 ,core_rf_rx_gain_fix 
-0x21c0 002369 jam 0x27 ,core_rf_rx_agc_ctrl 
-:      002371 rf_rx_enable_no_soft_agc:
-0x21c1 002372 fetcht 1 ,mem_gain_second_agc_en 
-0x21c2 002373 fetch 1 ,core_rf_rx_agc_ctrl 
-0x21c3 002374 ior temp ,pdata 
-0x21c4 002375 store 1 ,core_rf_rx_agc_ctrl 
-0x21c5 002376 rtn 
-:      002379 set_freq_tx_int:
-0x21c6 002380 jam 0x03 ,0x8900 
-0x21c7 002381 jam 0x02 ,0x8a24 
-0x21c8 002382 nop 20 
-0x21c9 002383 jam 0x65 ,0x8a70 
-0x21ca 002384 jam 0xdf ,0x8a23 
-0x21cb 002385 call set_lemode 
-0x21cc 002386 call ghp_lookup 
-0x21cd 002387 storet 1 ,mem_last_freq 
-0x21ce 002388 increase 2 ,temp 
-0x21cf 002389 branch aac_res_lookup 
-:      002393 calc_freq:
-0x21d0 002394 bpatch patch02_6 ,mem_patch02 
-0x21d1 002395 setarg 2400 
-0x21d2 002396 iadd temp ,pdata 
-0x21d3 002397 copy pdata ,rega 
-0x21d4 002398 fetcht 1 ,mem_fcomp_div 
-0x21d5 002399 rshift temp ,temp 
-0x21d6 002400 idiv temp 
-0x21d7 002402 call wait_div_end 
-0x21d8 002403 quotient pdata 
-0x21d9 002404 store 2 ,0x8909 
-0x21da 002405 remainder pdata 
-0x21db 002406 lshift16 pdata ,pdata 
-0x21dc 002407 lshift8 pdata ,pdata 
-0x21dd 002408 idiv temp 
-0x21de 002409 call wait_div_end 
-0x21df 002410 quotient pdata 
-0x21e0 002411 store 3 ,0x890b 
-0x21e1 002416 storer rega ,1 ,0x8a22 
-0x21e2 002417 rshift8 rega ,rega 
-0x21e3 002418 storer rega ,1 ,0x8a21 
-0x21e4 002419 jam 0xa0 ,0x8a20 
-0x21e5 002420 jam 0xe0 ,0x8a20 
-0x21e6 002421 jam 0xa0 ,0x8a20 
-0x21e7 002422 rtn 
-:      002424 ghp_lookup:
-0x21e8 002425 add temp ,2 ,pdata 
-0x21e9 002426 rshift3 pdata ,pdata 
-0x21ea 002427 and_into -2 ,pdata 
-0x21eb 002428 arg mem_ghpc_table ,contr 
-0x21ec 002429 bmark0 mark_ble_2m ,ghp_1m 
-0x21ed 002430 increase 12 ,contr 
-:      002431 ghp_1m:
-0x21ee 002432 iadd contr ,contr 
-0x21ef 002433 ifetchr rega ,2 ,contr 
-0x21f0 002434 ifetch 2 ,contr 
-0x21f1 002435 isub rega ,pdata 
-0x21f2 002436 add temp ,2 ,contr 
-0x21f3 002437 and_into 0xf ,contr 
-0x21f4 002438 imul32 contr ,pdata 
-0x21f5 002439 rshift4 pdata ,pdata 
-0x21f6 002440 iadd rega ,pdata 
-0x21f7 002441 store 2 ,0x8905 
-0x21f8 002442 rtn 
-:      002446 set_freq_tx:
-0x21f9 002447 bpatch patch02_7 ,mem_patch02 
-0x21fa 002448 call set_freq_tx_int 
-0x21fb 002449 nop 600 
-:      002451 txon:
-0x21fc 002452 bpatch patch03_0 ,mem_patch03 
-0x21fd 002453 setarg 0x0aaa7e 
-0x21fe 002454 store 3 ,0x8a0f 
-0x21ff 002455 nop 60 
-0x2200 002456 jam 0x00 ,0x8a25 
-0x2201 002457 jam 0x0d ,0x8a26 
-0x2202 002458 jam 0x56 ,0x8a16 
-0x2203 002459 nop 30 
-0x2204 002460 jam 0x1b ,0x8a15 
-0x2205 002461 call set_tx_power 
-0x2206 002462 nop 20 
-0x2207 002463 jam 0x0f ,0x8a26 
-0x2208 002464 nop 20 
-0x2209 002465 jam 0xa8 ,0x8a10 
-0x220a 002466 jam 0x00 ,0x8a11 
-0x220b 002467 rtn 
-:      002469 set_tx_power:
-0x220c 002470 bpatch patch03_1 ,mem_patch03 
-0x220d 002471 fetch 1 ,mem_tx_power 
-0x220e 002472 beq tx_power_0db ,set_tx_power_0db 
-0x220f 002473 beq tx_power_3db ,set_tx_power_3db 
-0x2210 002474 beq tx_power_5db ,set_tx_power_5db 
-0x2211 002475 beq tx_power_7db ,set_tx_power_7db 
-0x2212 002476 beq tx_power_10db ,set_tx_power_10db 
-0x2213 002477 beq tx_power_f3db ,set_tx_power_f3db 
-0x2214 002478 beq tx_power_f5db ,set_tx_power_f5db 
-0x2215 002479 beq tx_power_f10db ,set_tx_power_f10db 
-0x2216 002480 beq tx_power_f20db ,set_tx_power_f20db 
-:      002481 set_tx_power_0db:
-0x2217 002482 jam 0x17 ,0x8a14 
-0x2218 002483 setarg 0x251a3f 
-0x2219 002484 store 3 ,0x8a60 
-:      002485 set_tx_power_8a63_28:
-0x221a 002486 jam 0x28 ,0x8a63 
-0x221b 002487 rtn 
-:      002489 set_tx_power_3db:
-0x221c 002490 jam 0x25 ,0x8a14 
-0x221d 002491 setarg 0xa91c2d 
-0x221e 002492 store 3 ,0x8a60 
-:      002493 set_tx_power_8a63_2f:
-0x221f 002494 jam 0x2f ,0x8a63 
-0x2220 002495 rtn 
-:      002497 set_tx_power_5db:
-0x2221 002498 jam 0x25 ,0x8a14 
-0x2222 002499 setarg 0xa91c3f 
-0x2223 002500 store 3 ,0x8a60 
-0x2224 002501 branch set_tx_power_8a63_2f 
-:      002503 set_tx_power_7db:
-0x2225 002504 jam 0x25 ,0x8a14 
-0x2226 002505 setarg 0xa9383f 
-0x2227 002506 store 3 ,0x8a60 
-0x2228 002507 branch set_tx_power_8a63_2f 
-:      002509 set_tx_power_10db:
-0x2229 002510 jam 0x25 ,0x8a14 
-0x222a 002511 setarg 0xa93f3f 
-0x222b 002512 store 3 ,0x8a60 
-0x222c 002513 branch set_tx_power_8a63_2f 
-:      002516 set_tx_power_f3db:
-0x222d 002517 jam 0x17 ,0x8a14 
-0x222e 002518 setarg 0x251827 
-0x222f 002519 store 3 ,0x8a60 
-0x2230 002520 branch set_tx_power_8a63_28 
-:      002522 set_tx_power_f5db:
-0x2231 002523 jam 0x17 ,0x8a14 
-0x2232 002524 setarg 0x25181c 
-0x2233 002525 store 3 ,0x8a60 
-0x2234 002526 branch set_tx_power_8a63_28 
-:      002528 set_tx_power_f10db:
-0x2235 002529 jam 0x17 ,0x8a14 
-0x2236 002530 setarg 0x25180b 
-0x2237 002531 store 3 ,0x8a60 
-0x2238 002532 branch set_tx_power_8a63_28 
-:      002534 set_tx_power_f20db:
-0x2239 002535 jam 0x17 ,0x8a14 
-0x223a 002536 setarg 0x251000 
-0x223b 002537 store 3 ,0x8a60 
-0x223c 002538 branch set_tx_power_8a63_28 
-:      002542 initialize_radio:
-0x223d 002543 jam clksel_rc ,core_clksel 
-:      002544 initialize_radio_wait:
-0x223e 002545 fetch 2 ,mem_rf_init_ptr 
-0x223f 002546 bbit0 14 ,initialize_radio_wait 
-0x2240 002547 iforce contr 
-0x2241 002548 arg 0x8a00 ,temp 
-:      002549 initialize_radio_loop:
-0x2242 002550 ifetch 1 ,contr 
-0x2243 002551 beq 0xff ,initialize_radio_cont 
-0x2244 002552 ior temp ,contw 
-0x2245 002553 ifetch 1 ,contr 
-0x2246 002554 istore 1 ,contw 
-0x2247 002555 branch initialize_radio_loop 
-:      002557 initialize_radio_cont:
-0x2248 002558 bpatch patch03_2 ,mem_patch03 
-0x2249 002559 fetch 1 ,mem_wdt_always_work 
-0x224a 002560 call wdt_set_disable ,blank 
-0x224b 002562 until null ,lpo_edge 
-0x224c 002563 jam 0x5f ,0x813b 
-0x224d 002564 fetch 1 ,mem_fcomp_div 
-0x224e 002565 beq xtal_16m ,initialize_radio_16m 
-0x224f 002566 fetch 1 ,mem_ring_ibias_trim 
-0x2250 002567 or_into 0x04 ,pdata 
-0x2251 002568 store 1 ,0x8a02 
-0x2252 002569 jam 0x01 ,0x890f 
-0x2253 002570 jam 0x24 ,0x8a80 
-0x2254 002571 jam 0x62 ,0x8a81 
-0x2255 002572 setarg 0xe61212 
-0x2256 002573 store 3 ,0x8a73 
-:      002574 initialize_radio2:
-0x2257 002576 jam 0x60 ,0x8a86 
-0x2258 002577 jam 0x3b ,0x8a8b 
-0x2259 002579 call dpll_on 
-0x225a 002580 jam 0 ,core_config 
-0x225b 002581 jam clksel_dpll ,core_clksel 
-0x225c 002582 setarg 0x557474 
-0x225d 002583 store 3 ,0x8968 
-0x225e 002584 jam 0x6e ,0x8960 
-0x225f 002585 call rx_dcoc 
-0x2260 002586 call rfpll_aac_ghpc 
-0x2261 002587 fetch 1 ,mem_xtal_c_sel 
-0x2262 002588 store 1 ,core_xtal_cap 
-0x2263 002590 jam system_clk_12m ,mem_system_clk 
-0x2264 002591 call sadc_calibration 
-0x2265 002592 branch dpll_ring_ibias_calc 
-:      002594 initialize_radio_16m:
-0x2266 002595 fetch 1 ,mem_ring_ibias_trim 
-0x2267 002596 or_into 0x06 ,pdata 
-0x2268 002597 store 1 ,0x8a02 
-0x2269 002598 jam 0x00 ,0x890f 
-0x226a 002599 jam 0x23 ,0x8a80 
-0x226b 002600 jam 0xb0 ,0x8a81 
-0x226c 002601 setarg 0xe40909 
-0x226d 002602 store 3 ,0x8a73 
-0x226e 002603 jam 0x2a ,0x8a76 
-0x226f 002604 jam 0x04 ,0x8902 
-0x2270 002605 branch initialize_radio2 
-:      002607 rfpll_aac_ghpc:
-0x2271 002608 bpatch patch03_3 ,mem_patch03 
-0x2272 002609 call set_sync_on 
-0x2273 002610 jam 3 ,0x8900 
-0x2274 002611 jam 0x1 ,0x8a70 
-0x2275 002612 arg mem_ghpc_table ,regb 
-0x2276 002613 arg mem_aac_res_table ,regd 
-0x2277 002614 call rfpll_aac_ghpc_once 
-0x2278 002615 set1 mark_ble_2m ,mark 
-0x2279 002616 call rfpll_aac_ghpc_once 
-0x227a 002617 jam 0x61 ,0x8a70 
-0x227b 002618 branch shutdown_radio 
-:      002620 rfpll_aac_ghpc_once:
-0x227c 002621 call set_lemode 
-0x227d 002622 arg 6 ,loopcnt 
-0x227e 002623 arg 0 ,regc 
-:      002624 rfpll_cal_loop:
-0x227f 002625 copy regc ,temp 
-0x2280 002626 call aac_ghpc 
-0x2281 002627 increase 2 ,regb 
-0x2282 002628 increase 1 ,regd 
-0x2283 002629 increase 16 ,regc 
-0x2284 002630 loop rfpll_cal_loop 
-0x2285 002631 rtn 
-:      002633 dpll_on:
-0x2286 002634 fetch 1 ,mem_fcomp_div 
-0x2287 002635 beq xtal_24m ,dpll_on_24m 
-0x2288 002636 fetch 1 ,mem_ring_ibias_trim 
-0x2289 002637 or_into 0x06 ,pdata 
-0x228a 002638 store 1 ,0x8a02 
-0x228b 002639 jam 0xe0 ,0x8a05 
-:      002640 dpll_on_24m:
-0x228c 002641 jam 0xc8 ,0x8a00 
-0x228d 002642 nop 60 
-0x228e 002643 jam 0xa0 ,0x8a01 
-0x228f 002644 jam 0xcf ,0x8a00 
-0x2290 002645 jam 0xfa ,0x8a01 
-0x2291 002646 nop 20 
-0x2292 002647 jam 0x8f ,0x8a00 
-0x2293 002648 rtn 
-:      002650 aac_ghpc:
-0x2294 002651 bpatch patch03_4 ,mem_patch03 
-0x2295 002652 jam 0x30 ,0x8a20 
-0x2296 002653 jam 0xdd ,0x8a23 
-0x2297 002654 call calc_freq 
-:      002655 wait_cal_done:
-0x2298 002656 fetch 1 ,0x8a7c 
-0x2299 002657 bbit0 0 ,wait_cal_done 
-0x229a 002658 jam 0x30 ,0x8a7b 
-0x229b 002659 call read_cal_result 
-0x229c 002660 iforce rega 
-0x229d 002661 jam 0x40 ,0x8a7b 
-0x229e 002662 call read_cal_result 
-0x229f 002663 isub rega ,pdata 
-0x22a0 002664 mul32 pdata ,125 ,temp 
-0x22a1 002665 setarg 0xb00000 
-0x22a2 002666 idiv temp 
-0x22a3 002667 call wait_div_end 
-0x22a4 002668 quotient pdata 
-0x22a5 002669 bmark0 mark_ble_2m ,aac_ghpc_1m 
-0x22a6 002670 lshift pdata ,pdata 
-:      002671 aac_ghpc_1m:
-0x22a7 002672 istore 2 ,regb 
-0x22a8 002673 jam 0x20 ,0x8a7b 
-0x22a9 002674 fetch 1 ,0x8a7e 
-0x22aa 002675 lshift4 pdata ,pdata 
-0x22ab 002676 istore 1 ,regd 
-0x22ac 002677 jam 0 ,0x8a7b 
-0x22ad 002678 rtn 
-:      002680 read_cal_result:
-0x22ae 002681 fetch 2 ,0x8a7d 
-0x22af 002682 byteswap pdata ,pdata 
-0x22b0 002683 fetcht 1 ,0x8a7c 
-0x22b1 002684 lshift16 temp ,temp 
-0x22b2 002685 ior temp ,pdata 
-0x22b3 002686 rtn 
-:      002689 dpll_ring_ibias_calc:
-0x22b4 002690 bpatch patch03_5 ,mem_patch03 
-0x22b5 002691 fetch 1 ,core_vtest_ctrl0 
-0x22b6 002692 set1 0 ,pdata 
-0x22b7 002693 store 1 ,core_vtest_ctrl0 
-0x22b8 002694 jam 0xf0 ,core_vtest_ctrl1 
-0x22b9 002695 fetch 1 ,core_bbpll_cfg3 
-0x22ba 002696 or_into 0x16 ,pdata 
-0x22bb 002697 store 1 ,core_bbpll_cfg3 
-0x22bc 002699 fetch 1 ,mem_adc_dma_enable 
-0x22bd 002700 store 1 ,mem_temp 
-0x22be 002701 fetch 1 ,mem_adc_channel 
-0x22bf 002702 store 1 ,mem_temp + 1 
-0x22c0 002703 jam 0 ,mem_adc_dma_enable 
-0x22c1 002704 fetch 1 ,mem_ring_ibias_calc_adc_channel 
-0x22c2 002705 store 1 ,mem_adc_channel 
-0x22c3 002706 fetcht 1 ,mem_ring_ibias_calc_adc_gpio 
-0x22c4 002707 call gpio_set_high_impedance 
-0x22c5 002709 arg 0 ,rega 
-0x22c6 002710 arg 8 ,loopcnt 
-:      002711 dpll_ring_ibias_read_adc:
-0x22c7 002712 call enable_adc 
-0x22c8 002713 fetch 2 ,mem_adc_current_value 
-0x22c9 002714 iadd rega ,rega 
-0x22ca 002715 loop dpll_ring_ibias_read_adc 
-0x22cb 002716 rshift3 rega ,rega 
-0x22cc 002717 store 2 ,mem_adc_current_value 
-0x22cd 002719 fetch 1 ,mem_temp 
-0x22ce 002720 store 1 ,mem_adc_dma_enable 
-0x22cf 002721 fetch 1 ,mem_temp + 1 
-0x22d0 002722 store 1 ,mem_adc_channel 
-0x22d1 002724 fetch 1 ,core_bbpll_cfg3 
-0x22d2 002725 and_into 0xe0 ,pdata 
-0x22d3 002726 store 1 ,core_bbpll_cfg3 
-0x22d4 002727 jam 0x00 ,core_vtest_ctrl1 
-0x22d5 002728 fetch 1 ,core_vtest_ctrl0 
-0x22d6 002729 set0 0 ,pdata 
-0x22d7 002730 store 1 ,core_vtest_ctrl0 
-0x22d8 002732 call vdd_calculate_by_mode 
-0x22d9 002733 fetcht 2 ,mem_ring_ibias_vtune_high 
-0x22da 002734 isub temp ,null 
-0x22db 002735 branch ring_ibias_trim_incrs ,positive 
-0x22dc 002736 fetcht 2 ,mem_ring_ibias_vtune_low 
-0x22dd 002737 isub temp ,null 
-0x22de 002738 rtn positive 
-:      002739 ring_ibias_trim_decrs:
-0x22df 002740 fetch 1 ,mem_ring_ibias_trim 
-0x22e0 002741 rtneq 0x00 
-0x22e1 002742 increase -32 ,pdata 
-0x22e2 002743 store 1 ,mem_ring_ibias_trim 
-0x22e3 002744 rtn 
-:      002746 ring_ibias_trim_incrs:
-0x22e4 002747 fetch 1 ,mem_ring_ibias_trim 
-0x22e5 002748 rtneq 0xe0 
-0x22e6 002749 increase 32 ,pdata 
-0x22e7 002750 store 1 ,mem_ring_ibias_trim 
-0x22e8 002751 rtn 
-:      002754 save_rssi:
-0x22e9 002755 bpatch patch03_6 ,mem_patch03 
-0x22ea 002757 fetch 1 ,modem_nb_pow 
-0x22eb 002758 isolate1 6 ,pdata 
-0x22ec 002759 setflag true ,7 ,pdata 
-0x22ed 002760 store 1 ,mem_modem_rssi 
-0x22ee 002762 fetch 1 ,modem_gain 
-0x22ef 002763 and pdata ,0x0f ,temp 
-0x22f0 002764 lshift temp ,temp 
-0x22f1 002765 rshift4 pdata ,pdata 
-0x22f2 002766 iadd temp ,temp 
-0x22f3 002767 mul32 temp ,3 ,rega 
-0x22f4 002769 fetch 1 ,mem_modem_rssi 
-0x22f5 002770 call byte_sign_extern 
-0x22f6 002771 sub pdata ,0 ,pdata 
-0x22f7 002772 iadd rega ,pdata 
-0x22f8 002773 increase -9 ,pdata 
-0x22f9 002774 and pdata ,0x1ff ,pdata 
-0x22fa 002775 isolate1 8 ,pdata 
-0x22fb 002776 nbranch save_rssi_store ,true 
-0x22fc 002777 setarg 0 
-:      002778 save_rssi_store:
-0x22fd 002779 store 1 ,mem_rssi_hex 
-0x22fe 002780 branch rssi_hex2dec 
-:      002782 byte_sign_extern:
-0x22ff 002783 isolate1 7 ,pdata 
-0x2300 002784 nrtn true 
-0x2301 002785 arg 0xff00 ,temp 
-0x2302 002786 ior temp ,pdata 
-0x2303 002787 rtn 
-:      002789 rssi_hex2dec:
-0x2304 002790 fetch 1 ,mem_rssi_hex 
-0x2305 002791 call bcd 
-0x2306 002792 store 1 ,mem_rssi 
-0x2307 002793 rtn 
-:      002795 bcd:
-0x2308 002796 and_into 0xff ,pdata 
-0x2309 002797 div pdata ,10 
-0x230a 002798 call get_div_result 
-0x230b 002799 lshift4 pdata ,pdata 
-0x230c 002800 remainder temp 
-0x230d 002801 ior temp ,pdata 
-0x230e 002802 rtn 
-:      002804 gain_control:
-0x230f 002805 bpatch patch03_7 ,mem_patch03 
-0x2310 002806 fetch 1 ,mem_gain_fix 
-0x2311 002807 rtneq 0xff 
-0x2312 002808 nbranch gain_increase ,sync 
-0x2313 002809 fetch 1 ,mem_modem_rssi 
-0x2314 002810 sub pdata ,0xf0 ,null 
-0x2315 002811 nbranch gain_descend ,positive 
-0x2316 002812 sub pdata ,0x7f ,null 
-0x2317 002813 branch gain_descend ,positive 
-0x2318 002815 fetchr rega ,1 ,core_rf_rx_gain_fix 
-0x2319 002816 fetch 1 ,mem_gain_fix 
-0x231a 002817 rtneq 0 
-0x231b 002818 arg mem_gain_table ,contr 
-0x231c 002819 iadd contr ,contr 
-0x231d 002820 ifetch 1 ,contr 
-0x231e 002821 isub rega ,null 
-0x231f 002822 nrtn zero 
-0x2320 002823 increase -2 ,contr 
-0x2321 002824 ifetcht 1 ,contr 
-0x2322 002825 rshift4 temp ,pdata 
-0x2323 002826 rshift4 rega ,regb 
-0x2324 002827 isub regb ,regb 
-0x2325 002828 and temp ,0xf ,pdata 
-0x2326 002829 and rega ,0xf ,rega 
-0x2327 002830 isub rega ,rega 
-0x2328 002831 lshift rega ,pdata 
-0x2329 002832 iadd regb ,regb 
-0x232a 002833 mul32 regb ,3 ,regb 
-0x232b 002834 fetcht 1 ,mem_modem_rssi 
-0x232c 002835 and temp ,0x80 ,pdata 
-0x232d 002836 rtn blank 
-:      002837 add_negative:
-0x232e 002838 setarg 0x100 
-0x232f 002839 isub temp ,temp 
-0x2330 002840 copy regb ,pdata 
-0x2331 002841 isub temp ,pdata 
-0x2332 002842 rtn positive 
-0x2333 002843 and pdata ,0xff ,pdata 
-0x2334 002844 rtneq 0xff 
-0x2335 002845 rtneq 0xfe 
-:      002847 gain_increase:
-0x2336 002848 fetch 1 ,mem_gain_fix 
-0x2337 002849 beq 1 ,set_rx_gain0 
-0x2338 002850 beq 2 ,set_rx_gain1 
-0x2339 002852 branch set_rx_gain0 
-:      002854 gain_descend:
-0x233a 002855 fetch 1 ,mem_gain_fix 
-0x233b 002856 beq 0 ,set_rx_gain1 
-0x233c 002857 beq 1 ,set_rx_gain2 
-:      002859 set_rx_gain2:
-0x233d 002860 jam 2 ,mem_gain_fix 
-0x233e 002861 rtn 
-:      002863 set_rx_gain0:
-0x233f 002864 jam 0 ,mem_gain_fix 
-0x2340 002865 rtn 
-:      002867 set_rx_gain1:
-0x2341 002868 jam 1 ,mem_gain_fix 
-0x2342 002869 rtn 
-:      002876 ahead_window:
-0x2343 002877 copy pdata ,temp 
-0x2344 002878 bpatch patch04_0 ,mem_patch04 
-0x2345 002879 copy temp ,pdata 
-0x2346 002880 call clk2bt 
-0x2347 002881 lshift16 bt_clk ,pdata 
-0x2348 002882 set1 44 ,pdata 
-0x2349 002883 call clk_diff 
-0x234a 002884 set0 44 ,pdata 
-0x234b 002885 call get_clk 
-0x234c 002886 call clk_diff 
-0x234d 002887 rtn user 
-0x234e 002888 call clk2rt 
-0x234f 002889 iforce stop_watch 
-0x2350 002890 until null ,timeout 
-0x2351 002891 rtn 
-:      002894 get_clk:
-0x2352 002895 copy clkn ,temp 
-0x2353 002896 rtn master 
-0x2354 002897 copy clke ,temp 
-0x2355 002898 rtn 
-:      002900 get_clkbt:
-0x2356 002901 deposit clkn_bt 
-0x2357 002902 rtn master 
-0x2358 002903 deposit clke_bt 
-0x2359 002904 rtn 
-:      002907 assert:
-0x235a 002908 bpatch patch04_1 ,mem_patch04 
-0x235b 002909 branch assert 
-:      002912 sleep:
-0x235c 002913 rtn blank 
-0x235d 002915 rshift pdata ,pdata 
-0x235e 002916 increase -3 ,pdata 
-:      002917 sleep_loop:
-0x235f 002918 increase -1 ,pdata 
-0x2360 002919 nbranch sleep_loop ,zero 
-0x2361 002920 force 0 ,pdata 
-0x2362 002921 rtn 
-:      002925 init_param:
-0x2363 002927 setarg param_tx_setup 
-0x2364 002928 store 2 ,mem_param_tx_setup 
-0x2365 002929 setarg param_rf_setup 
-0x2366 002930 store 2 ,mem_param_rf_setup 
-0x2367 002931 setarg param_conn_access 
-0x2368 002932 store 2 ,mem_param_conn_access 
-0x2369 002933 setarg param_rx_setup 
-0x236a 002934 store 2 ,mem_param_rx_setup 
-0x236b 002935 setarg param_clke_cal 
-0x236c 002936 store 2 ,mem_param_clke_cal 
-0x236d 002937 setarg param_pll_setup 
-0x236e 002938 store 2 ,mem_param_pll_setup 
-0x236f 002939 setarg param_dpll_start_delay 
-0x2370 002940 store 2 ,mem_param_dpll_start_delay 
-0x2371 002941 setarg param_rt_rthalfslot 
-0x2372 002942 store 2 ,mem_param_rt_rthalfslot 
-0x2373 002943 setarg param_clke_cal_le_1m 
-0x2374 002944 store 2 ,mem_param_clke_cal_le_1m 
-0x2375 002945 setarg param_clke_cal_le_2m 
-0x2376 002946 store 2 ,mem_param_clke_cal_le_2m 
-0x2377 002947 setarg param_clke_cal_le_coded 
-0x2378 002948 store 2 ,mem_param_clke_cal_le_coded 
-0x2379 002950 bpatch patch04_2 ,mem_patch04 
-0x237a 002951 rtn wake 
-0x237b 002952 setarg att_default_mtu 
-0x237c 002953 store 2 ,mem_le_remote_mtu 
-0x237d 002954 jam param_t_ifs_150us + param_sync_time_difference ,mem_le_tx_ifs_defference 
-0x237e 002955 setarg mem_ble_tx_buff0 
-0x237f 002956 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x2380 002957 setarg mem_ble_l2cap_tx_buff_size 
-0x2381 002958 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x2382 002959 rshift clkn_bt ,pdata 
-0x2383 002960 store 4 ,mem_last_clkn 
-0x2384 002961 rtn 
-:      002968 lpmstate:
-0x2385 002969 setarg 0xee21 
-0x2386 002970 store 2 ,core_clkoff 
-0x2387 002971 fetchr alarm ,4 ,core_gpio_in 
-0x2388 002972 fetch 1 ,core_lpm_isogate 
-0x2389 002973 bbit0 gpio_latch ,power_up 
-0x238a 002974 enable wake 
-0x238b 002975 bbit1 cold_wake ,lpmwake 
-0x238c 002976 disable wake 
-0x238d 002977 deposit auxcnt 
-0x238e 002978 nbranch lpmwake ,blank 
-0x238f 002979 fetch 1 ,core_lpm_sysctl 
-0x2390 002980 bbit1 reload_code ,lpmwake 
-0x2391 002981 arg param_hibernate_clks ,temp 
-0x2392 002982 branch lpm_enter_sleep 
-:      002983 lpmwake:
-0x2393 002984 call lpm_poweron_retmem 
-0x2394 002985 call lpm_load_context ,wake 
-0x2395 002986 fetch 1 ,core_lpm_isogate 
-0x2396 002987 set0 gpio_latch ,pdata 
-0x2397 002988 store 1 ,core_lpm_isogate 
-0x2398 002989 nbranch boot_load ,wake 
-0x2399 002990 call clean_smem 
-0x239a 002991 storer alarm ,4 ,mem_saved_gpio_in 
-0x239b 002992 rtn 
-:      002994 power_up:
-0x239c 002995 call lpm_poweron_retmem 
-:      002996 boot_load:
-0x239d 002997 call loadcode 
-0x239e 002998 storer alarm ,4 ,mem_saved_gpio_in 
-0x239f 002999 rtn 
-:      003001 lpm_poweron_retmem:
-0x23a0 003002 until null ,lpo_edge 
-0x23a1 003003 fetch 1 ,core_lpm_ldosel 
-0x23a2 003004 and_into 0x88 ,pdata 
-0x23a3 003005 store 1 ,core_lpm_ldosel 
-0x23a4 003006 until null ,lpo_edge 
-0x23a5 003007 fetch 1 ,core_lpm_isogate 
-0x23a6 003008 or_into 0xf ,pdata 
-0x23a7 003009 store 1 ,core_lpm_isogate 
-0x23a8 003010 until null ,lpo_edge 
-0x23a9 003011 set1 isogate ,pdata 
-0x23aa 003012 store 1 ,core_lpm_isogate 
-0x23ab 003013 until null ,lpo_edge 
-0x23ac 003014 set1 retmem_cs ,pdata 
-0x23ad 003015 store 1 ,core_lpm_isogate 
-0x23ae 003016 until null ,lpo_edge 
-0x23af 003017 rtn 
-:      003019 lpm_xtal_default:
-0x23b0 003020 until null ,lpo_edge 
-0x23b1 003021 jam 0x76 ,core_xtal_ib 
-0x23b2 003022 until null ,lpo_edge 
-0x23b3 003023 jam 0x37 ,core_xtal_cap 
-0x23b4 003024 rtn 
-:      003026 xtal_fast_wake:
-0x23b5 003027 until null ,lpo_edge 
-0x23b6 003028 jam 0x76 ,core_xtal_ib 
-0x23b7 003029 until null ,lpo_edge 
-0x23b8 003030 jam 0x37 ,core_xtal_cap 
-0x23b9 003031 rtn 
-:      003033 lpm_write_lock:
-0x23ba 003036 fetch 1 ,mem_device_option 
-0x23bb 003037 lshift4 pdata ,pdata 
-0x23bc 003039 store 1 ,core_ucode_flag 
-0x23bd 003040 until null ,lpo_edge 
-0x23be 003041 fetch 1 ,mem_peripheral_lock_flag 
-0x23bf 003042 set1 rom_lock_bit ,pdata 
-0x23c0 003043 set1 option_lock ,pdata 
-0x23c1 003044 store 1 ,core_peripheral_lock 
-0x23c2 003045 branch lpm_write_wait 
-:      003047 lpm_write_ice_disable:
-0x23c3 003048 fetch 1 ,core_lpm_sysctl 
-0x23c4 003049 set0 ice_mode ,pdata 
-0x23c5 003050 store 1 ,core_lpm_sysctl 
-0x23c6 003051 rtn 
-:      003053 lpm_write_ice_enable:
-0x23c7 003054 fetch 1 ,core_lpm_sysctl 
-0x23c8 003055 set1 ice_mode ,pdata 
-0x23c9 003056 store 1 ,core_lpm_sysctl 
-0x23ca 003057 rtn 
-:      003059 lpm_preon_counter:
-0x23cb 003060 fetch 3 ,mem_lpm_xtalcnt 
-0x23cc 003061 arg core_lpm_xtalcnt ,contw 
-:      003062 lpm_write_3bytes:
-0x23cd 003063 arg 3 ,loopcnt 
-0x23ce 003064 branch lpm_write_loop 
-:      003066 lpm_write_mpu_s0:
-0x23cf 003067 arg core_mpu_s0_saddr ,contw 
-:      003068 lpm_write_dword:
-0x23d0 003069 arg 4 ,loopcnt 
-:      003070 lpm_write_loop:
-0x23d1 003071 until null ,lpo_edge 
-0x23d2 003072 istore 1 ,contw 
-0x23d3 003073 rshift8 pdata ,pdata 
-0x23d4 003074 loop lpm_write_loop 
-0x23d5 003075 branch lpm_write_wait 
-:      003077 lpm_write_mpu_s1:
-0x23d6 003078 arg core_mpu_s1_saddr ,contw 
-0x23d7 003079 branch lpm_write_dword 
-:      003082 lpm_disable_exen_output:
-0x23d8 003083 fetch 1 ,core_lpm_ldosel 
-0x23d9 003084 set0 3 ,pdata 
-0x23da 003085 store 1 ,core_lpm_ldosel 
-0x23db 003086 rtn 
-:      003088 lpm_disable_io_dozed:
-0x23dc 003089 fetch 1 ,mem_lpm_hv_sel 
-0x23dd 003090 rtn blank 
-0x23de 003091 set0 lpm_doze_en_bit ,pdata 
-0x23df 003092 branch lpm_write_sel_hv 
-:      003094 lpm_save_sel_hv:
-0x23e0 003095 store 1 ,mem_lpm_hv_sel 
-:      003096 lpm_write_sel_hv:
-0x23e1 003097 store 1 ,core_io_doze_en 
-:      003098 lpm_write_wait:
-0x23e2 003099 until null ,lpo_edge 
-0x23e3 003100 rtn 
-:      003103 lpm_write_io_vsel:
-0x23e4 003104 store 1 ,core_io_vsel 
-0x23e5 003105 branch lpm_write_wait 
-:      003108 lpm_load_context:
-0x23e6 003109 call lpm_disable_io_dozed 
-0x23e7 003110 fetch 1 ,mem_saved_spidctrl 
-0x23e8 003111 store 1 ,core_spid_ctrl 
-0x23e9 003112 arg mem_saved_gpio ,contr 
-0x23ea 003113 arg core_gpio_conf ,contw 
-0x23eb 003114 call memcpy16 
-0x23ec 003115 arg core_gpio_conf_hi ,contw 
-0x23ed 003116 call memcpy8 
-0x23ee 003117 fetchr mark ,8 ,mem_saved_mark 
-0x23ef 003118 arg core_gpio_wakeup_cfg ,contr 
-0x23f0 003119 arg mem_gpio_wakeup_cfg ,contw 
-0x23f1 003120 arg 12 ,loopcnt 
-0x23f2 003121 call memcpy 
-0x23f3 003122 branch load_ucode 
-:      003124 lpm_save_context:
-0x23f4 003125 storer mark ,8 ,mem_saved_mark 
-0x23f5 003126 arg core_gpio_conf ,contr 
-0x23f6 003127 arg mem_saved_gpio ,contw 
-0x23f7 003128 call memcpy16 
-0x23f8 003129 arg core_gpio_conf_hi ,contr 
-0x23f9 003130 call memcpy8 
-0x23fa 003131 fetch 1 ,core_spid_ctrl 
-0x23fb 003132 store 1 ,mem_saved_spidctrl 
-0x23fc 003133 branch lpm_write_gpio_wakeup 
-:      003135 lpm_write_gpio_wakeup:
-0x23fd 003136 arg 12 ,loopcnt 
-0x23fe 003137 arg mem_gpio_wakeup_cfg ,contr 
-0x23ff 003138 arg core_gpio_wakeup_cfg ,rega 
-:      003139 lpm_write_gpio_loop:
-0x2400 003140 ifetch 1 ,contr 
-0x2401 003141 ncall lpm_write_gpio ,blank 
-0x2402 003142 increase 1 ,rega 
-0x2403 003143 loop lpm_write_gpio_loop 
-0x2404 003144 rtn 
-:      003145 lpm_write_gpio:
-0x2405 003146 istore 1 ,rega 
-0x2406 003147 until null ,lpo_edge 
-0x2407 003148 rtn 
-:      003150 lpo_calibration:
-0x2408 003151 bpatch patch04_3 ,mem_patch04 
-0x2409 003152 fetch 1 ,core_ccnt_bit 
-0x240a 003153 nbranch lpo_cal_inited ,blank 
-0x240b 003154 fetch 3 ,mem_clks_per_lpo 
-0x240c 003155 nrtn blank 
-0x240d 003156 jam 0xc ,core_ccnt_bit 
-0x240e 003157 jam ccnt_start ,core_misc_ctrl 
-:      003158 lpo_cal_inited:
-0x240f 003159 fetch 1 ,core_perf_status 
-0x2410 003160 rtnbit0 1 
-0x2411 003161 fetch 3 ,core_clk_counter 
-0x2412 003162 store 3 ,mem_clks_per_lpo 
-0x2413 003163 rtn 
-:      003167 lpm_doze:
-0x2414 003168 fetch 1 ,mem_lpm_sysctl 
-0x2415 003169 set1 reload_code ,pdata 
-0x2416 003170 store 1 ,mem_lpm_sysctl 
-:      003173 lpm_hibernate:
-0x2417 003174 bpatch patch04_4 ,mem_patch04 
-0x2418 003175 arg param_hibernate_clks ,temp 
-0x2419 003176 fetch 1 ,mem_lpm_hibernate_switch 
-0x241a 003177 store 1 ,mem_lpm_isogate_final 
-0x241b 003178 fetch 1 ,mem_lpm_sysctl 
-0x241c 003179 store 1 ,core_lpm_sysctl 
-0x241d 003180 until null ,lpo_edge 
-:      003182 lpm_sleep:
-0x241e 003183 bpatch patch04_5 ,mem_patch04 
-0x241f 003185 fetch 2 ,mem_cb_before_lpm_sleep 
-0x2420 003186 call callback_func 
-:      003187 lpm_sleep_skip_cb_function:
-0x2421 003188 fetch 4 ,mem_sleep_counter_all 
-0x2422 003189 iadd temp ,pdata 
-0x2423 003190 store 4 ,mem_sleep_counter_all 
-0x2424 003191 call lpm_save_context 
-0x2425 003192 fetch 1 ,mem_lpm_hv_sel 
-0x2426 003193 set1 lpm_doze_en_bit ,pdata 
-0x2427 003194 call lpm_write_sel_hv 
-0x2428 003195 ncall lpm_preon_counter ,wake 
-0x2429 003196 until null ,lpo_edge 
-0x242a 003197 storer clkn ,6 ,mem_sleep_clkn 
-0x242b 003198 fetch 3 ,mem_lpm_isogate 
-0x242c 003199 fetchr rega ,1 ,mem_lpm_ldo_sel 
-0x242d 003200 arg 3 ,loopcnt 
-:      003201 lpm_sleep_loop:
-0x242e 003202 until null ,lpo_edge 
-0x242f 003203 store 1 ,core_lpm_isogate 
-0x2430 003204 rshift8 pdata ,pdata 
-0x2431 003205 loop lpm_sleep_loop 
-0x2432 003206 until null ,lpo_edge 
-0x2433 003207 storer rega ,1 ,core_lpm_ldosel 
-:      003208 lpm_enter_sleep:
-0x2434 003209 until null ,lpo_edge 
-0x2435 003210 storet 4 ,core_lpm_reg 
-0x2436 003211 jam lpmreg_sel_counter ,core_lpm_wr 
-0x2437 003212 until null ,never 
-:      003214 lpm_cal_xtal_startup:
-0x2438 003215 fetch 1 ,mem_lpm_xtalcnt 
-0x2439 003216 nrtn blank 
-0x243a 003217 jam clksel_rc ,core_clksel 
-0x243b 003218 jam 0xf8 ,core_lpm_ctrl 
-0x243c 003219 setarg 200000 
-0x243d 003220 call sleep 
-0x243e 003221 call xtal_fast_wake 
-0x243f 003222 until null ,lpo_edge 
-0x2440 003223 jam 0xff ,core_lpm_ctrl 
-0x2441 003224 copy lpo_time ,alarm 
-0x2442 003225 jam clksel_xtal ,core_clksel 
-0x2443 003226 nop 10 
-0x2444 003227 until null ,lpo_edge 
-0x2445 003228 deposit lpo_time 
-0x2446 003229 isub alarm ,pdata 
-0x2447 003230 increase 0x30 ,pdata 
-0x2448 003231 arg 0xff ,temp 
-0x2449 003232 call ceiling 
-0x244a 003233 store 1 ,mem_lpm_xtalcnt 
-0x244b 003234 nop 30000 
-0x244c 003235 nop 30000 
-0x244d 003236 nop 30000 
-0x244e 003237 rtn 
-:      003240 lpm_recover_clk:
-0x244f 003241 bpatch patch04_6 ,mem_patch04 
-0x2450 003242 setarg 0 
-0x2451 003243 copy auxcnt ,null 
-0x2452 003244 branch lpm_recover_timeout ,zero 
-0x2453 003245 fetch 1 ,core_lpm_xtalcnt 
-0x2454 003246 fetcht 1 ,core_lpm_buckcnt 
-0x2455 003247 isub temp ,null 
-0x2456 003248 branch lpm_recover_xtal ,positive 
-0x2457 003249 deposit temp 
-:      003250 lpm_recover_xtal:
-0x2458 003251 isub auxcnt ,pdata 
-0x2459 003252 increase 1 ,pdata 
-:      003253 lpm_recover_timeout:
-0x245a 003254 increase 8 ,pdata 
-0x245b 003255 until null ,lpo_edge 
-0x245c 003256 iadd lpo_time ,pdata 
-0x245d 003257 fetcht 4 ,mem_sleep_counter 
-0x245e 003258 iadd temp ,pdata 
-0x245f 003259 fetcht 3 ,mem_clks_per_lpo 
-0x2460 003260 imul32 temp ,pdata 
-0x2461 003261 rshift8 pdata ,pdata 
-0x2462 003262 rshift4 pdata ,pdata 
-0x2463 003263 increase param_lpm_fix ,pdata 
-0x2464 003264 fetcht 2 ,mem_param_rt_rthalfslot 
-0x2465 003265 idiv temp 
-0x2466 003266 call get_div_result 
-0x2467 003267 lshift16 pdata ,pdata 
-0x2468 003268 remainder temp 
-0x2469 003269 ior temp ,pdata 
-0x246a 003270 fetcht 6 ,mem_sleep_clkn 
-0x246b 003271 call clk_add 
-0x246c 003272 copy temp ,clkn 
-0x246d 003273 fetch 6 ,mem_context + coffset_clk_offset 
-0x246e 003274 call calc_clke2 
-0x246f 003275 deposit clke 
-0x2470 003276 store 6 ,mem_pdatatemp 
-0x2471 003277 deposit auxcnt 
-0x2472 003278 istore 1 ,contw 
-0x2473 003279 fetch 1 ,core_gpio_in1 
-0x2474 003280 or_into 0xf0 ,pdata 
-0x2475 003281 istore 1 ,contw 
-0x2476 003282 rtn 
-:      003285 lpm_adjust_clk:
-0x2477 003286 bpatch patch04_7 ,mem_patch04 
-0x2478 003287 deposit clke 
-0x2479 003288 call clk_diff_rt 
-0x247a 003289 fetcht 4 ,mem_sleep_counter_all 
-0x247b 003290 sub temp ,0xff ,null 
-0x247c 003291 rtn positive 
-0x247d 003292 lshift8 pdata ,pdata 
-0x247e 003293 lshift4 pdata ,pdata 
-0x247f 003294 idiv temp 
-0x2480 003295 call get_div_result 
-0x2481 003296 arg param_lpm_adjmax ,temp 
-0x2482 003297 call ceiling 
-0x2483 003298 store 1 ,mem_lpm_adjust 
-0x2484 003299 nbranch lpm_adjust_positive ,user 
-0x2485 003300 sub pdata ,0 ,pdata 
-:      003301 lpm_adjust_positive:
-0x2486 003302 fetcht 3 ,mem_clks_per_lpo 
-0x2487 003303 iadd temp ,pdata 
-0x2488 003304 store 3 ,mem_clks_per_lpo 
-:      003305 lpm_clear_counter:
-0x2489 003306 setarg 0 
-0x248a 003307 store 4 ,mem_sleep_counter_all 
-0x248b 003308 rtn 
-:      003311 lpm_dispatch:
-0x248c 003312 bpatch patch05_0 ,mem_patch05 
-0x248d 003313 call lpo_calibration 
-0x248e 003314 fetch 3 ,mem_clks_per_lpo 
-0x248f 003315 rtn blank 
-0x2490 003316 fetch 1 ,mem_lpm_mode 
-0x2491 003317 rtn blank 
-0x2492 003318 fetch 1 ,mem_secure_connections_enable 
-0x2493 003319 branch lpm_dispatch_next ,blank 
-0x2494 003320 fetch 1 ,mem_sc_local_key_invalid 
-0x2495 003321 rtn blank 
-:      003322 lpm_dispatch_next:
-0x2496 003323 fetch 1 ,mem_sc_calc 
-0x2497 003324 nrtn blank 
-0x2498 003325 arg context_check_a_wack ,regc 
-0x2499 003326 call context_search 
-0x249a 003327 rtn zero 
-0x249b 003328 call lpm_check_wake_lock 
-0x249c 003329 nrtn blank 
-0x249d 003330 call context_check_idle 
-0x249e 003331 nbranch lpm_dispatch_unconn ,zero 
-0x249f 003332 rtn wake 
-0x24a0 003333 bpatch patch05_1 ,mem_patch05 
-0x24a1 003334 fetcht 1 ,mem_lpm_current_mult 
-0x24a2 003335 fetch 2 ,mem_context + coffset_tsniff 
-0x24a3 003336 imul32 temp ,pdata 
-0x24a4 003337 rshift4 temp ,temp 
-0x24a5 003338 rshift2 temp ,temp 
-0x24a6 003339 isub temp ,pdata 
-0x24a7 003340 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x24a8 003341 iadd temp ,pdata 
-0x24a9 003342 fetcht 1 ,mem_lpm_overhead 
-0x24aa 003343 isub temp ,pdata 
-0x24ab 003344 lshift16 pdata ,alarm 
-0x24ac 003345 fetch 2 ,mem_context + coffset_rx_window 
-0x24ad 003346 rshift pdata ,pdata 
-0x24ae 003347 call clk2bt 
-0x24af 003348 deposit alarm 
-0x24b0 003349 call clk_diff 
-0x24b1 003350 copy clke ,temp 
-0x24b2 003351 call clk_diff_rt 
-0x24b3 003352 rtn user 
-:      003353 lpm_dispatch_sleep:
-0x24b4 003354 call clk2lpo 
-:      003355 lpm_dispatch_lpo:
-0x24b5 003356 bpatch patch05_2 ,mem_patch05 
-0x24b6 003357 fetch 1 ,mem_lpm_xtalcnt 
-0x24b7 003358 isub temp ,null 
-0x24b8 003359 branch lpm_clear_counter ,positive 
-0x24b9 003360 storet 4 ,mem_sleep_counter 
-0x24ba 003361 call app_will_enter_lpm 
-0x24bb 003363 fetcht 4 ,mem_sleep_counter 
-0x24bc 003364 branch lpm_sleep 
-:      003366 lpm_dispatch_unconn:
-0x24bd 003367 bpatch patch05_3 ,mem_patch05 
-0x24be 003368 fetch 1 ,mem_le_adv_enable 
-0x24bf 003369 nbranch lpm_unconn_cont ,blank 
-0x24c0 003370 rtn 
-:      003372 lpm_unconn_cont:
-0x24c1 003373 fetch 2 ,mem_lpm_interval 
-0x24c2 003374 rtn blank 
-:      003375 lpm_sleep_btclk:
-0x24c3 003376 fetcht 1 ,mem_lpm_overhead 
-0x24c4 003377 isub temp ,pdata 
-0x24c5 003378 arg 7500 ,temp 
-0x24c6 003379 imul32 temp ,pdata 
-0x24c7 003380 branch lpm_dispatch_sleep 
-:      003383 lpm_mult_wait_timeout:
-0x24c8 003384 fetch 2 ,mem_cb_bt_set_mult 
-0x24c9 003385 call callback_func 
-0x24ca 003386 nbranch lpm_mult_short ,blank 
-0x24cb 003387 jam 0 ,mem_lpm_current_mult 
-0x24cc 003388 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x24cd 003389 fetch 1 ,mem_lpm_mult_cnt 
-0x24ce 003390 branch lpm_mult_long ,blank 
-0x24cf 003391 increase -1 ,pdata 
-0x24d0 003392 store 1 ,mem_lpm_mult_cnt 
-0x24d1 003393 rtn 
-:      003398 lpm_match:
-0x24d2 003399 jam 0 ,mem_sniff_unint_lost 
-0x24d3 003400 fetch 3 ,mem_sniff_rcv 
-0x24d4 003401 increase 1 ,pdata 
-0x24d5 003402 store 3 ,mem_sniff_rcv 
-0x24d6 003403 rtn 
-:      003406 lpm_lost:
-0x24d7 003407 bpatch patch05_4 ,mem_patch05 
-0x24d8 003408 jam 0 ,mem_lpm_current_mult 
-0x24d9 003409 fetch 3 ,mem_sniff_lost 
-0x24da 003410 increase 1 ,pdata 
-0x24db 003411 store 3 ,mem_sniff_lost 
-0x24dc 003412 fetch 1 ,mem_sniff_unint_lost 
-0x24dd 003413 increase 1 ,pdata 
-0x24de 003414 store 1 ,mem_sniff_unint_lost 
-0x24df 003415 rtn 
-:      003417 lpm_mult_short:
-0x24e0 003418 jam 0 ,mem_lpm_current_mult 
-0x24e1 003419 fetch 1 ,mem_lpm_mult_timeout 
-0x24e2 003420 store 1 ,mem_lpm_mult_cnt 
-0x24e3 003421 rtn 
-:      003423 lpm_mult_long:
-0x24e4 003424 fetcht 1 ,mem_lpm_mult 
-0x24e5 003425 storet 1 ,mem_lpm_current_mult 
-0x24e6 003426 rtn 
-:      003430 lpm_get_wake_lock:
-0x24e7 003431 fetch 2 ,mem_lpm_wake_lock 
-0x24e8 003432 qset1 pdata 
-0x24e9 003433 store 2 ,mem_lpm_wake_lock 
-0x24ea 003434 rtn 
-:      003436 lpm_put_wake_lock:
-0x24eb 003437 fetch 2 ,mem_lpm_wake_lock 
-0x24ec 003438 qset0 pdata 
-0x24ed 003439 store 2 ,mem_lpm_wake_lock 
-0x24ee 003440 rtn 
-:      003444 lpm_check_wake_lock:
-0x24ef 003445 bpatch patch05_5 ,mem_patch05 
-0x24f0 003446 call app_check_wake_lock 
-0x24f1 003447 fetch 2 ,mem_lpm_wake_lock 
-0x24f2 003448 copy pdata ,rega 
-0x24f3 003449 fetch 3 ,mem_tx_fifo3 
-0x24f4 003450 nsetflag blank ,wake_lock_ble_tx ,rega 
-0x24f5 003451 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x24f6 003452 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x24f7 003453 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
-0x24f8 003454 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x24f9 003455 fetch 1 ,mem_hci_cmd 
-0x24fa 003456 nsetflag blank ,wake_lock_cmd ,rega 
-0x24fb 003457 fetch 1 ,mem_device_option 
-0x24fc 003458 compare dvc_op_module ,pdata ,0xff 
-0x24fd 003459 call lpm_uart_wake_lock ,true 
-0x24fe 003460 copy rega ,pdata 
-0x24ff 003461 store 2 ,mem_lpm_wake_lock 
-0x2500 003462 rtn 
-:      003464 lpm_uart_wake_lock:
-0x2501 003465 fetch 2 ,core_uart_rxitems 
-0x2502 003466 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x2503 003467 fetch 2 ,core_uart_txitems 
-0x2504 003468 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x2505 003469 rtn 
-:      003478 le_init_conn:
-0x2506 003479 bpatchx patch21_6 ,mem_patch21 
-0x2507 003480 disable wake 
-0x2508 003481 jam 1 ,mem_le_conn_handle 
-0x2509 003482 jam 3 ,mem_le_state 
-0x250a 003483 jam 1 ,mem_le_arq 
-0x250b 003484 setarg -1 
-0x250c 003485 store 2 ,mem_le_event_count 
-0x250d 003486 force 0 ,pdata 
-0x250e 003487 store 1 ,mem_le_ch 
-0x250f 003488 store 1 ,mem_le_op 
-0x2510 003489 store 3 ,mem_sniff_rcv 
-0x2511 003490 store 3 ,mem_sniff_lost 
-0x2512 003491 call le_clear_enc 
-0x2513 003492 jam 1 ,mem_le_txheader 
-0x2514 003493 jam 0 ,mem_le_txlen 
-0x2515 003494 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
-0x2516 003495 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
-0x2517 003496 jam 0 ,mem_le_l2cap_att_states 
-0x2518 003497 branch le_supervision_flush 
-:      003499 le_init_master:
-0x2519 003500 bpatchx patch21_7 ,mem_patch21 
-0x251a 003501 enable master 
-0x251b 003502 jam lemode_master ,mem_le_mode 
-0x251c 003503 jam 1 ,mem_le_att_handle 
-0x251d 003504 jam 1 ,mem_le_search_handle_start 
-0x251e 003505 setarg 0xffff 
-0x251f 003506 store 2 ,mem_le_search_handle_end 
-0x2520 003507 force 0 ,pdata 
-0x2521 003508 store 5 ,mem_ccm_pcnt_rx 
-0x2522 003509 set1 le_ccm_directionbit ,pdata 
-0x2523 003510 store 5 ,mem_ccm_pcnt_tx 
-0x2524 003511 branch le_init_conn 
-:      003514 le_init_slave:
-0x2525 003515 bpatchx patch22_0 ,mem_patch22 
-0x2526 003516 disable master 
-0x2527 003517 setarg 0x17 
-0x2528 003518 store 2 ,mem_le_remote_mtu 
-0x2529 003519 increase 4 ,pdata 
-0x252a 003520 store 2 ,mem_remote_rx_max_octets 
-0x252b 003521 jam lemode_slave ,mem_le_mode 
-0x252c 003522 jam 0 ,mem_le_adv_enable 
-0x252d 003523 jam 0 ,mem_lpm_current_mult 
-0x252e 003524 call le_clear_pairing_state 
-0x252f 003525 fetch 2 ,mem_le_superto 
-0x2530 003526 store 2 ,mem_le_init_superto 
-0x2531 003527 fetch 2 ,mem_le_tsniff 
-0x2532 003528 mul32 pdata ,5 ,pdata 
-0x2533 003529 rshift4 pdata ,pdata 
-0x2534 003530 store 2 ,mem_le_superto 
-0x2535 003531 branch le_init_conn 
-:      003538 le_conn_dispatch:
-0x2536 003539 bpatchx patch22_1 ,mem_patch22 
-0x2537 003540 call le_enable 
-0x2538 003541 fetch 1 ,mem_le_state 
-0x2539 003542 isolate1 lestate_encryption ,pdata 
-0x253a 003543 setflag true ,mark_ble_encryption ,mark 
-0x253b 003544 call app_process_ble 
-0x253c 003545 fetch 1 ,mem_le_mode 
-0x253d 003546 bbit1 mode_master ,le_master_dispatch 
-0x253e 003547 branch le_slave_dispatch 
-:      003553 le_master_dispatch:
-0x253f 003554 bpatchx patch22_2 ,mem_patch22 
-0x2540 003555 enable master 
-0x2541 003556 call le_supervision_update 
-0x2542 003557 branch le_master_disconn ,positive 
-0x2543 003558 call le_setup 
-0x2544 003559 call le_prepare_tx 
-0x2545 003560 disable match 
-0x2546 003561 call le_transmit_receive_sifs 
-0x2547 003562 nrtn match 
-0x2548 003563 fetch 1 ,mem_le_conn_rcv 
-0x2549 003564 increase 1 ,pdata 
-0x254a 003565 store 1 ,mem_le_conn_rcv 
-0x254b 003566 call le_acknowledge 
-0x254c 003567 disable master 
-0x254d 003568 rtn 
-:      003570 le_master_disconn:
-0x254e 003571 call le_disconnect 
-0x254f 003572 disable master 
-0x2550 003573 rtn 
-:      003578 le_slave_dispatch:
-0x2551 003579 bpatchx patch22_3 ,mem_patch22 
-0x2552 003580 jam 0 ,mem_le_md_count 
-0x2553 003581 set0 mark_ble_crc_fail ,mark 
-0x2554 003582 call sp_calc_sequence_256 
-0x2555 003583 call le_secure_connect_sm 
-0x2556 003584 disable attempt 
-0x2557 003585 call le_supervision_update 
-0x2558 003586 branch le_slave_disconn ,positive 
-0x2559 003587 fetch 1 ,mem_le_rx_phy 
-0x255a 003588 call le_enable_phy_by_pdata 
-0x255b 003589 call le_setup 
-0x255c 003590 call le_receive_slave 
-0x255d 003591 nbranch le_slave_unsync ,sync 
-0x255e 003592 call le_got_first_packet 
-0x255f 003593 branch le_slave_match ,match 
-0x2560 003594 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
-0x2561 003595 branch le_slave_cont 
-:      003598 le_slave_crc_fail:
-:      003599 le_slave_match:
-0x2562 003600 bpatchx patch22_4 ,mem_patch22 
-0x2563 003601 fetch 1 ,mem_le_md_count 
-0x2564 003602 pincrease 1 
-0x2565 003603 store 1 ,mem_le_md_count 
-0x2566 003604 beq le_md_max_count ,le_slave_cont 
-0x2567 003605 call le_acknowledge 
-0x2568 003606 call le_prepare_tx 
-0x2569 003607 fetch 1 ,mem_le_tx_phy 
-0x256a 003608 call le_enable_phy_by_pdata 
-0x256b 003609 call le_transmit 
-0x256c 003610 call le_parse 
-0x256d 003611 fetch 2 ,mem_cb_ble_transmit 
-0x256e 003612 call callback_func 
-0x256f 003613 call le_check_md 
-0x2570 003614 branch le_slave_more_data ,user 
-:      003615 le_slave_cont:
-0x2571 003616 bpatchx patch22_5 ,mem_patch22 
-0x2572 003617 call le_pairing_sm 
-0x2573 003618 call le_check_paring_time 
-0x2574 003619 call check_51cmd 
-0x2575 003620 fetch 1 ,mem_le_op 
-0x2576 003621 bbit1 op_disconn ,le_slave_disconn 
-:      003622 le_slave_unsync:
-0x2577 003623 bpatchx patch22_6 ,mem_patch22 
-0x2578 003624 call end_of_packet 
-0x2579 003625 call le_lpm_set_mult 
-0x257a 003626 branch calc_clke_offset 
-:      003629 le_check_md:
-0x257b 003630 disable user 
-0x257c 003631 bmark1 mark_ble_rx_md ,enable_user 
-0x257d 003632 bmark1 mark_ble_tx_md ,enable_user 
-0x257e 003633 bmark1 mark_ble_crc_fail ,enable_user 
-0x257f 003634 rtn 
-:      003637 le_slave_more_data:
-0x2580 003638 bpatchx patch22_7 ,mem_patch22 
-0x2581 003639 enable attempt 
-0x2582 003640 call le_transmit_receive_sifs_notx 
-0x2583 003641 branch le_slave_match ,match 
-0x2584 003642 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
-0x2585 003643 branch le_slave_cont 
-:      003645 le_slave_disconn:
-:      003647 le_disconnect:
-0x2586 003648 bpatchx patch23_0 ,mem_patch23 
-0x2587 003649 call le_clear_connection_info 
-0x2588 003650 call app_disconn_reason_collect_ble 
-0x2589 003651 call le_clear_pairing_state 
-0x258a 003652 call le_sc_state_clear 
-0x258b 003653 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x258c 003654 branch ui_ipc_send_event 
-:      003656 le_clear_connection_info:
-0x258d 003657 arg mem_used_map ,contw 
-0x258e 003658 call memset0_16 
-0x258f 003659 jam 0 ,mem_le_conn_handle 
-0x2590 003660 jam lemode_idle ,mem_le_mode 
-0x2591 003661 jam 0 ,mem_le_state 
-:      003662 le_clear_pairing_state:
-0x2592 003663 bpatchx patch23_1 ,mem_patch23 
-0x2593 003664 jam flag_le_enc_null ,mem_le_enc_state 
-0x2594 003665 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x2595 003666 call sp_clear_flags 
-0x2596 003667 rtn 
-:      003669 le_got_first_packet:
-0x2597 003670 bpatchx patch23_2 ,mem_patch23 
-0x2598 003671 fetch 1 ,mem_le_conn_rcv 
-0x2599 003672 increase 1 ,pdata 
-0x259a 003673 store 1 ,mem_le_conn_rcv 
-0x259b 003674 fetch 1 ,mem_le_state 
-0x259c 003675 rtnbit1 lestate_got_first_packet 
-0x259d 003676 set1 lestate_got_first_packet ,pdata 
-0x259e 003677 store 1 ,mem_le_state 
-0x259f 003678 fetch 2 ,mem_le_init_superto 
-0x25a0 003679 store 2 ,mem_le_superto 
-0x25a1 003680 setarg 0 
-0x25a2 003681 store 4 ,mem_le_transmit_window 
-0x25a3 003682 rtn 
-:      003690 le_enable_phy_by_pdata:
-0x25a4 003691 copy pdata ,temp 
-0x25a5 003692 bpatchx patch23_3 ,mem_patch23 
-:      003693 le_enable_phy_by_pdata1:
-0x25a6 003694 copy temp ,pdata 
-0x25a7 003695 bbit1 bit_le_1m_phy ,le_enable 
-0x25a8 003696 bbit1 bit_le_2m_phy ,le_enable_2m 
-0x25a9 003697 bbit0 bit_le_coded_phy ,le_enable 
-0x25aa 003698 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
-0x25ab 003699 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
-0x25ac 003700 branch le_enable 
-:      003702 le_enable_2m:
-0x25ad 003703 set0 mark_ble_lr ,mark 
-0x25ae 003704 set1 mark_ble_2m ,mark 
-0x25af 003705 rtn 
-:      003707 le_enable_coded_s2:
-:      003708 le_enable_coded:
-0x25b0 003709 set0 mark_ble_2m ,mark 
-0x25b1 003710 set1 mark_ble_lr ,mark 
-0x25b2 003711 set0 mark_ble_lr_s8 ,mark 
-0x25b3 003712 rtn 
-:      003715 le_enable_coded_s8:
-0x25b4 003716 set0 mark_ble_2m ,mark 
-0x25b5 003717 set1 mark_ble_lr ,mark 
-0x25b6 003718 set1 mark_ble_lr_s8 ,mark 
-0x25b7 003719 rtn 
-:      003721 le_enable:
-0x25b8 003722 bpatchx patch23_4 ,mem_patch23 
-0x25b9 003723 set0 mark_ble_2m ,mark 
-0x25ba 003724 set0 mark_ble_lr ,mark 
-0x25bb 003725 rtn 
-:      003728 le_disable:
-0x25bc 003729 bpatchx patch23_5 ,mem_patch23 
-0x25bd 003730 set0 mark_ble_encryption ,mark 
-0x25be 003731 jam 0x01 ,0x8901 
-0x25bf 003732 jam 0x80 ,0x8920 
-0x25c0 003733 jam 0x03 ,0x8930 
-0x25c1 003734 rtn 
-:      003736 le_prep:
-0x25c2 003737 bpatchx patch23_6 ,mem_patch23 
-0x25c3 003738 disable enable_crc 
-0x25c4 003739 disable enable_white 
-0x25c5 003740 fetch 3 ,mem_le_crcinit 
-0x25c6 003741 iforce crc24_init 
-0x25c7 003742 fetch 1 ,mem_le_ch_mapped 
-:      003743 le_prep_next:
-0x25c8 003744 reverse pdata ,temp 
-0x25c9 003745 set1 1 ,temp 
-0x25ca 003746 rshift temp ,white_init 
-0x25cb 003747 rtn 
-:      003750 le_rx_setfreq:
-0x25cc 003751 call le_setfreq 
-:      003752 le_rf_rx_enable:
-0x25cd 003753 call set_freq_rx 
-0x25ce 003754 fetch 2 ,mem_param_pll_setup 
-0x25cf 003755 call sleep 
-0x25d0 003756 branch rf_rx_enable 
-:      003758 le_tx_setfreq:
-0x25d1 003759 branch txon ,match 
-0x25d2 003760 bmark1 mark_ble_crc_fail ,txon 
-:      003761 le_tx_setfreq0:
-0x25d3 003762 call le_setfreq 
-0x25d4 003763 branch set_freq_tx 
-:      003765 le_setfreq:
-0x25d5 003766 bpatchx patch23_7 ,mem_patch23 
-0x25d6 003767 call set_sync_on 
-0x25d7 003768 fetch 1 ,mem_le_testtype 
-0x25d8 003769 nbranch le_ctf_test ,blank 
-0x25d9 003770 fetch 1 ,mem_le_ch_mapped 
-0x25da 003771 sub pdata ,36 ,null 
-0x25db 003772 branch le_ctf_normal ,positive 
-0x25dc 003773 force 0 ,temp 
-0x25dd 003774 rtneq 37 
-0x25de 003775 force 24 ,temp 
-0x25df 003776 rtneq 38 
-0x25e0 003777 force 78 ,temp 
-0x25e1 003778 rtn 
-:      003780 le_ctf_normal:
-0x25e2 003781 sub pdata ,10 ,null 
-0x25e3 003782 branch le_ctf_low ,positive 
-0x25e4 003783 increase 1 ,pdata 
-:      003785 le_ctf_low:
-0x25e5 003786 lshift pdata ,pdata 
-0x25e6 003787 add pdata ,2 ,temp 
-0x25e7 003788 rtn 
-:      003790 le_ctf_test:
-0x25e8 003791 fetch 1 ,mem_le_ch_mapped 
-0x25e9 003792 lshift pdata ,temp 
-0x25ea 003793 rtn 
-:      003795 le_sca_map:
-0x25eb 003796 arg 500 ,temp 
-0x25ec 003797 rtn blank 
-0x25ed 003798 arg 250 ,temp 
-0x25ee 003799 rtneq 1 
-0x25ef 003800 arg 150 ,temp 
-0x25f0 003801 rtneq 2 
-0x25f1 003802 arg 100 ,temp 
-0x25f2 003803 rtneq 3 
-0x25f3 003804 arg 75 ,temp 
-0x25f4 003805 rtneq 4 
-0x25f5 003806 arg 50 ,temp 
-0x25f6 003807 rtneq 5 
-0x25f7 003808 arg 40 ,temp 
-0x25f8 003809 rtneq 6 
-0x25f9 003810 arg 20 ,temp 
-0x25fa 003811 rtn 
-:      003815 le_setup:
-0x25fb 003816 bpatchx patch24_0 ,mem_patch24 
-0x25fc 003817 enable swfine 
-0x25fd 003818 fetch 4 ,mem_le_access 
-0x25fe 003819 iforce access 
-0x25ff 003820 call le_map_channel 
-0x2600 003821 setarg 0x200 
-0x2601 003822 branch le_setup_master ,master 
-0x2602 003823 fetch 2 ,mem_le_receive_window 
-0x2603 003824 rshift pdata ,pdata 
-:      003825 le_setup_master:
-0x2604 003826 fetcht 2 ,mem_param_pll_setup 
-0x2605 003827 iadd temp ,pdata 
-0x2606 003828 call ahead_window 
-0x2607 003829 deposit clke 
-0x2608 003830 rtn 
-:      003833 le_context_nextevent:
-0x2609 003834 bpatchx patch24_1 ,mem_patch24 
-0x260a 003835 call push_stack_rega_b_c 
-0x260b 003836 storer loopcnt ,2 ,mem_loopcnt 
-0x260c 003837 add rega ,coffset_mode ,contr 
-0x260d 003838 ifetch 1 ,contr 
-0x260e 003839 rtnbit0 mode_le 
-0x260f 003840 add rega ,coffset_le_event_cnt ,contw 
-0x2610 003841 ifetch 2 ,contw 
-0x2611 003842 increase 1 ,pdata 
-0x2612 003843 istore 2 ,contw 
-0x2613 003844 call le_update_param 
-0x2614 003845 call le_update_channel_map 
-0x2615 003846 call le_update_phy 
-0x2616 003847 call le_context_nexthop 
-0x2617 003848 call pop_stack_rega_b_c 
-0x2618 003849 fetchr loopcnt ,2 ,mem_loopcnt 
-0x2619 003850 rtn 
-:      003852 le_context_nexthop:
-0x261a 003853 add rega ,coffset_le_hop ,contr 
-0x261b 003854 ifetch 1 ,contr 
-0x261c 003855 add rega ,coffset_le_ch ,contw 
-0x261d 003856 ifetcht 1 ,contw 
-0x261e 003857 iadd temp ,pdata 
-0x261f 003858 sub pdata ,36 ,null 
-0x2620 003859 branch le_nexthop_nowrap ,positive 
-0x2621 003860 increase -37 ,pdata 
-:      003861 le_nexthop_nowrap:
-0x2622 003862 istore 1 ,contw 
-0x2623 003863 rtn 
-:      003866 le_calc_channel_map:
-0x2624 003867 add rega ,coffset_le_channel_map ,contr 
-0x2625 003868 ifetch 5 ,contr 
-0x2626 003869 force 0 ,temp 
-0x2627 003870 force 37 ,loopcnt 
-:      003871 le_count_channels_loop:
-0x2628 003872 bbit0 0 ,le_count_channels_notused 
-0x2629 003873 increase 1 ,temp 
-:      003874 le_count_channels_notused:
-0x262a 003875 rshift pdata ,pdata 
-0x262b 003876 loop le_count_channels_loop 
-0x262c 003877 add temp ,-1 ,pdata 
-0x262d 003878 add rega ,coffset_le_channels ,contw 
-0x262e 003879 istore 1 ,contw 
-0x262f 003880 rtn 
-:      003882 le_map_channel:
-0x2630 003883 bpatchx patch24_2 ,mem_patch24 
-0x2631 003884 fetch 1 ,mem_le_ch 
-0x2632 003885 iforce queue 
-0x2633 003886 fetcht 5 ,mem_le_channel_map 
-0x2634 003887 qisolate1 temp 
-0x2635 003888 branch le_map_channel_end ,true 
-:      003889 le_map_channel_next:
-0x2636 003890 fetch 1 ,mem_le_channels 
-0x2637 003891 isub queue ,pdata 
-0x2638 003892 branch le_map_channel_cont ,positive 
-0x2639 003893 sub pdata ,-1 ,queue 
-0x263a 003894 branch le_map_channel_next 
-:      003895 le_map_channel_cont:
-0x263b 003896 copy queue ,loopcnt 
-0x263c 003897 force 0 ,queue 
-:      003898 le_map_channel_loop:
-0x263d 003899 qisolate1 temp 
-0x263e 003900 branch le_map_channel_skip ,true 
-0x263f 003901 increase 1 ,loopcnt 
-:      003902 le_map_channel_skip:
-0x2640 003903 deposit loopcnt 
-0x2641 003904 branch le_map_channel_end ,blank 
-0x2642 003905 increase 1 ,queue 
-0x2643 003906 increase -1 ,loopcnt 
-0x2644 003907 branch le_map_channel_loop 
-:      003908 le_map_channel_end:
-0x2645 003909 deposit queue 
-0x2646 003910 store 1 ,mem_le_ch_mapped 
-0x2647 003911 rtn 
-:      003914 le_wait_tx:
-0x2648 003915 branch le_wait_master ,master 
-0x2649 003916 until null ,timeout 
-0x264a 003917 rtn 
-:      003919 le_wait_master:
-0x264b 003920 arg 0xea0 ,timeup 
-0x264c 003921 until clkn_rt ,meet 
-0x264d 003922 rtn 
-:      003924 le_receive_adv:
-0x264e 003925 disable swfine 
-0x264f 003926 fetch 2 ,mem_le_scan_window 
-0x2650 003927 copy pdata ,timeup 
-0x2651 003928 branch le_receive_packet 
-:      003931 le_receive_slave:
-0x2652 003932 bpatchx patch24_3 ,mem_patch24 
-0x2653 003933 call le_dec_init 
-0x2654 003934 enable swfine 
-0x2655 003935 fetch 2 ,mem_le_receive_window 
-0x2656 003936 fetcht 4 ,mem_le_transmit_window 
-0x2657 003937 iadd temp ,timeup 
-:      003938 le_receive_packet:
-0x2658 003939 call le_rx_setfreq 
-:      003940 le_receive_rxon:
-0x2659 003941 bpatchx patch24_4 ,mem_patch24 
-0x265a 003942 call le_prep 
-0x265b 003943 bmark0 mark_ble_lr ,le_receive_nolr 
-0x265c 003944 pulse dewhiten_code_calc 
-0x265d 003945 nop 30 
-0x265e 003946 call le_prep 
-0x265f 003947 lshift3 timeup ,timeup 
-:      003948 le_receive_nolr:
-0x2660 003949 disable match 
-0x2661 003950 enable decode_fec0 
-0x2662 003951 enable is_rx 
-0x2663 003952 disable is_tx 
-0x2664 003953 copy timeup ,stop_watch 
-0x2665 003954 correlate null ,timeout 
-0x2666 003955 branch le_receive_on_attempt ,attempt 
-0x2667 003956 copy clke ,temp 
-0x2668 003957 storet 6 ,mem_sync_clke 
-:      003958 le_receive_on_attempt:
-0x2669 003959 nbranch le_unsync_end ,sync 
-0x266a 003960 enable swfine 
-0x266b 003961 fetch 1 ,mem_le_tx_ifs_defference 
-0x266c 003962 arg param_20ms_init ,temp 
-0x266d 003963 iadd temp ,temp 
-0x266e 003964 fetch 1 ,mem_system_clk 
-0x266f 003965 imul32 temp ,stop_watch 
-0x2670 003966 call rf_debug_rx_sync_line 
-0x2671 003967 branch le_receive_skip ,attempt 
-0x2672 003968 call calc_clke_all_modem 
-0x2673 003969 fetch 1 ,mem_le_state 
-0x2674 003970 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x2675 003971 fetcht 6 ,mem_sync_clke 
-0x2676 003972 call lpm_adjust_clk ,wake 
-:      003973 le_receive_skip:
-0x2677 003974 call save_rssi 
-0x2678 003975 enable enable_white 
-0x2679 003976 enable enable_crc 
-0x267a 003977 parse demod ,bucket ,8 
-0x267b 003978 rshift3 pwindow ,pdata 
-0x267c 003979 store 1 ,mem_le_rxbuf_data_header 
-0x267d 003980 parse demod ,bucket ,8 
-0x267e 003981 rshift3 pwindow ,pdata 
-0x267f 003982 store 1 ,mem_le_rxbuf_data_length 
-0x2680 003983 copy pdata ,loopcnt 
-0x2681 003984 branch le_rx_nopayload ,zero 
-0x2682 003986 bmark1 mark_ble_encryption ,le_rx_dec 
-:      003988 le_rx_loop:
-0x2683 003989 parse demod ,bucket ,8 
-0x2684 003990 rshift3 pwindow ,pdata 
-0x2685 003991 istore 1 ,contw 
-0x2686 003992 loop le_rx_loop 
-0x2687 003993 branch le_rx_nopayload 
-:      003995 le_rx_dec:
-0x2688 003996 copy contw ,regb 
-0x2689 003997 bpatchx patch24_5 ,mem_patch24 
-0x268a 003998 call le_check_retransmit 
-0x268b 004000 fetchr rega ,1 ,mem_le_rxbuf_data_length 
-0x268c 004001 increase -4 ,rega 
-0x268d 004002 nbranch le_mic_error ,positive 
-0x268e 004004 call le_dec_start 
-0x268f 004005 copy regb ,contw 
-0x2690 004006 arg 0 ,temp 
-0x2691 004007 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
-0x2692 004008 increase -4 ,loopcnt 
-0x2693 004009 branch le_rx_dec_loop_end ,zero 
-:      004010 le_rx_dec_loop:
-0x2694 004012 parse demod ,bucket ,8 
-0x2695 004013 rshift3 pwindow ,pdata 
-0x2696 004014 istore 1 ,contw 
-0x2697 004015 increase 1 ,temp 
-0x2698 004016 and temp ,0xf ,null 
-0x2699 004017 call le_dec ,zero 
-0x269a 004018 loop le_rx_dec_loop 
-:      004019 le_rx_dec_loop_end:
-0x269b 004020 call le_dec_end 
-0x269c 004021 copy regb ,contw 
-:      004024 le_rx_nopayload:
-0x269d 004025 bpatchx patch24_6 ,mem_patch24 
-0x269e 004026 parse demod ,bucket ,24 
-0x269f 004027 rshift32 pdata ,pdata 
-0x26a0 004028 rshift16 pdata ,pdata 
-0x26a1 004029 istore 3 ,contw 
-0x26a2 004030 enable swfine 
-0x26a3 004031 call le_set_until_tx_timer 
-0x26a4 004032 branch le_crc_fail ,crc_failed 
-0x26a5 004033 bmark0 mark_ble_encryption ,le_rx_match 
-0x26a6 004034 fetch 1 ,mem_le_rxbuf_data_length 
-0x26a7 004035 branch le_rx_match ,blank 
-0x26a8 004036 increase -4 ,pdata 
-0x26a9 004037 store 1 ,mem_le_rxbuf_data_length 
-0x26aa 004038 call wait_ccm_done 
-0x26ab 004039 fetch 1 ,core_misc_status 
-0x26ac 004040 bbit0 7 ,le_mic_error 
-0x26ad 004041 force regidx_result ,regext_index 
-0x26ae 004042 storer regext ,4 ,mem_le_peer_mic 
-:      004043 le_rx_match:
-0x26af 004044 call rf_debug_rx_crc_line 
-0x26b0 004045 enable match 
-0x26b1 004046 set0 mark_ble_crc_fail ,mark 
-:      004047 le_crc_fail_tx:
-0x26b2 004048 bpatchx patch24_7 ,mem_patch24 
-0x26b3 004049 call ccm_ctrl_clr 
-0x26b4 004050 fetch 1 ,mem_le_rx_phy 
-0x26b5 004051 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
-0x26b6 004052 store 1 ,mem_le_rx_phy 
-0x26b7 004053 call le_match_set_sync_on 
-0x26b8 004054 branch le_match_set_txfreq 
-:      004056 le_match_set_sync_on:
-0x26b9 004057 disable decode_fec0 
-0x26ba 004058 branch set_sync_on 
-:      004060 le_match_set_txfreq:
-0x26bb 004061 bpatchx patch25_0 ,mem_patch25 
-0x26bc 004062 fetcht 1 ,mem_last_freq 
-0x26bd 004063 branch set_freq_tx_int 
-:      004066 le_dec_init:
-0x26be 004067 rtnmark0 mark_ble_encryption 
-0x26bf 004068 call load_sk 
-0x26c0 004069 force regidx_result ,regext_index 
-0x26c1 004070 call aes_clear 
-0x26c2 004071 branch aes_clear_data 
-:      004074 le_dec_start:
-0x26c3 004075 bpatchx patch25_1 ,mem_patch25 
-0x26c4 004076 jam 0 ,core_ccm_aad0 
-0x26c5 004077 jam 1 ,core_ccm_aad1 
-0x26c6 004078 fetch 1 ,mem_le_rxbuf_data_header 
-0x26c7 004079 and_into 0x3 ,pdata 
-0x26c8 004080 store 1 ,core_ccm_aad2 
-0x26c9 004082 setarg mem_le_rxbuf_data_payload 
-0x26ca 004083 store 2 ,core_ccm_input_playload_addr 
-0x26cb 004084 store 2 ,core_ccm_output_playload_addr 
-0x26cc 004086 fetchr rega ,1 ,mem_le_rxbuf_data_length 
-0x26cd 004087 increase -4 ,rega 
-0x26ce 004089 fetcht 5 ,mem_ccm_pcnt_rx 
-0x26cf 004090 isolate1 mark_old_packet ,mark 
-0x26d0 004091 call le_pcnt_rx_sub1 ,true 
-0x26d1 004092 call ccm_b0 
-0x26d2 004093 setarg 0 
-0x26d3 004094 store 2 ,core_ccm_inptr 
-0x26d4 004095 jam 6 ,core_ccm_ctrl 
-0x26d5 004096 jam 7 ,core_ccm_ctrl 
-0x26d6 004097 rtn 
-:      004099 le_pcnt_rx_sub1:
-0x26d7 004100 sub temp ,0 ,null 
-0x26d8 004101 branch le_pcnt_rx_sub1_0 ,zero 
-0x26d9 004102 increase -1 ,temp 
-0x26da 004103 set1 le_ccm_directionbit ,temp 
-0x26db 004104 rtn 
-:      004106 le_pcnt_rx_sub1_0:
-0x26dc 004107 setarg 0xffffff 
-0x26dd 004108 lshift16 pdata ,pdata 
-0x26de 004109 arg 0xffff ,temp 
-0x26df 004110 ior temp ,temp 
-0x26e0 004111 rtn 
-:      004113 le_dec:
-0x26e1 004114 copy contw ,regb 
-0x26e2 004115 fetch 1 ,mem_le_rxbuf_data_length 
-0x26e3 004116 increase -4 ,pdata 
-0x26e4 004117 isub temp ,null 
-0x26e5 004118 rtn zero 
-0x26e6 004119 storet 2 ,core_ccm_inptr 
-0x26e7 004120 copy regb ,contw 
-0x26e8 004121 rtn 
-:      004123 le_dec_end:
-0x26e9 004124 parse demod ,bucket ,32 
-0x26ea 004125 rshift32 pdata ,pdata 
-0x26eb 004126 rshift8 pdata ,pdata 
-0x26ec 004127 istore 4 ,contw 
-0x26ed 004128 copy contw ,regb 
-0x26ee 004130 force regidx_data ,regext_index 
-0x26ef 004131 copy pdata ,regext 
-0x26f0 004132 storet 2 ,core_ccm_inptr 
-0x26f1 004133 rtn 
-:      004135 le_mic_error:
-0x26f2 004136 branch le_end_of_packet 
-:      004138 le_retransmit_end_of_packet:
-0x26f3 004139 call le_set_until_tx_timer 
-0x26f4 004140 call end_of_packet 
-0x26f5 004141 branch le_rx_match 
-:      004143 le_crc_fail:
-0x26f6 004144 call rf_debug_rx_crc_fail_line 
-0x26f7 004145 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
-0x26f8 004146 set1 mark_ble_crc_fail ,mark 
-0x26f9 004147 branch le_crc_fail_tx 
-:      004149 le_unsync_end:
-:      004150 le_crc_fail_consecutive:
-0x26fa 004151 set0 mark_ble_crc_fail ,mark 
-0x26fb 004152 branch le_end_of_packet 
-:      004154 le_end_of_packet:
-0x26fc 004155 bpatchx patch25_2 ,mem_patch25 
-0x26fd 004156 call ccm_ctrl_clr 
-0x26fe 004157 branch end_of_packet 
-:      004159 calc_clke_all_modem:
-0x26ff 004160 bmark1 mark_ble_lr ,calc_clke_modem_coded 
-0x2700 004161 bmark1 mark_ble_2m ,calc_clke_modem_2m 
-0x2701 004162 fetch 2 ,mem_param_clke_cal_le_1m 
-0x2702 004163 copy pdata ,clke_rt 
-0x2703 004164 copy bt_clk ,clke_bt 
-0x2704 004165 rtn 
-:      004168 calc_clke_modem_coded:
-0x2705 004169 fetch 2 ,mem_param_clke_cal_le_coded 
-0x2706 004170 copy pdata ,clke_rt 
-0x2707 004171 add bt_clk ,1 ,clke_bt 
-0x2708 004172 rtn 
-:      004174 calc_clke_modem_2m:
-0x2709 004175 fetch 2 ,mem_param_clke_cal_le_2m 
-0x270a 004176 copy pdata ,clke_rt 
-0x270b 004177 copy bt_clk ,clke_bt 
-0x270c 004178 rtn 
-:      004181 le_set_until_tx_timer:
-0x270d 004182 fetch 1 ,mem_le_rxbuf_data_length 
-0x270e 004183 add pdata ,5 ,temp 
-0x270f 004184 lshift3 temp ,temp 
-0x2710 004185 fetch 1 ,mem_le_rx_phy 
-0x2711 004186 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
-0x2712 004187 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
-0x2713 004188 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
-:      004189 le_set_until_tx_timer_rx_lr:
-0x2714 004190 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
-0x2715 004191 branch le_set_until_tx_timer_rx_coded_s8 
-:      004193 le_set_until_tx_timer_rx_1m:
-0x2716 004194 branch le_calc_stop_watch 
-:      004196 le_set_until_tx_timer_rx_2m:
-0x2717 004197 rshift temp ,temp 
-0x2718 004198 branch le_calc_stop_watch 
-:      004200 le_set_until_tx_timer_rx_coded_s2:
-0x2719 004201 add temp ,3 ,temp 
-0x271a 004202 lshift temp ,temp 
-0x271b 004203 branch le_set_until_tx_timer_rx_coded 
-:      004205 le_set_until_tx_timer_rx_coded_s8:
-0x271c 004206 add temp ,3 ,temp 
-0x271d 004207 lshift3 temp ,temp 
-:      004208 le_set_until_tx_timer_rx_coded:
-0x271e 004209 setarg param_coded_c1_term1_time_40us 
-0x271f 004210 iadd temp ,temp 
-0x2720 004211 branch le_calc_stop_watch 
-:      004213 le_calc_stop_watch:
-0x2721 004214 fetch 1 ,mem_system_clk 
-0x2722 004215 imul32 temp ,temp 
-0x2723 004216 arg param_20ms_init ,rega 
-0x2724 004217 imul32 rega ,pdata 
-0x2725 004218 isub temp ,temp 
-0x2726 004219 copy stop_watch ,pdata 
-0x2727 004220 isub temp ,stop_watch 
-0x2728 004221 rtn 
-:      004223 le_transmit_receive_sifs_without_change_mode:
-0x2729 004224 call le_transmit 
-0x272a 004225 fetcht 1 ,mem_last_freq 
-0x272b 004226 call set_freq_rx 
-0x272c 004227 call rf_rx_enable 
-0x272d 004228 enable swfine 
-0x272e 004229 arg 5500 ,timeup 
-0x272f 004230 branch le_receive_rxon 
-:      004233 le_transmit_receive_sifs:
-0x2730 004234 bpatchx patch25_3 ,mem_patch25 
-0x2731 004235 fetch 1 ,mem_le_tx_phy 
-0x2732 004236 call le_enable_phy_by_pdata 
-0x2733 004237 call le_transmit 
-:      004238 le_transmit_receive_sifs_notx:
-0x2734 004239 fetch 1 ,mem_le_rx_phy 
-0x2735 004240 call le_enable_phy_by_pdata 
-0x2736 004242 fetcht 1 ,mem_last_freq 
-0x2737 004243 call set_freq_rx 
-0x2738 004244 call rf_rx_enable 
-0x2739 004245 enable swfine 
-0x273a 004246 arg 5500 ,timeup 
-0x273b 004247 bmark0 mark_ble_lr ,le_receive_rxon 
-0x273c 004248 arg 8500 ,timeup 
-0x273d 004249 branch le_receive_rxon 
-:      004251 le_transmit_norx:
-0x273e 004252 bpatchx patch25_4 ,mem_patch25 
-0x273f 004253 call le_transmit 
-0x2740 004254 branch end_of_packet 
-:      004256 le_transmit:
-0x2741 004257 bpatchx patch25_5 ,mem_patch25 
-0x2742 004258 call le_prep 
-0x2743 004259 call le_tx_setfreq 
-0x2744 004260 call rf_debug_tx_on_line 
-0x2745 004261 set1 txgfsk ,radio_ctrl 
-0x2746 004262 enable encode_fec0 
-0x2747 004263 enable is_tx 
-0x2748 004264 disable is_rx 
-0x2749 004265 call le_wait_tx 
-0x274a 004266 disable lr_s2en 
-0x274b 004267 bmark1 mark_ble_lr ,le_transmit_lr 
-0x274c 004268 bmark1 mark_ble_2m ,le_transmit_2m 
-0x274d 004269 rshift16 access ,pdata 
-0x274e 004270 rshift8 pdata ,pdata 
-0x274f 004271 rshift4 pdata ,pdata 
-0x2750 004272 inject mod ,40 
-:      004273 le_transmit_packet:
-0x2751 004274 enable enable_white 
-0x2752 004275 enable enable_crc 
-0x2753 004276 bpatchx patch25_6 ,mem_patch25 
-0x2754 004277 fetch 1 ,mem_le_txheader 
-0x2755 004278 inject mod ,8 
-0x2756 004279 ifetch 1 ,contr 
-0x2757 004280 copy pdata ,loopcnt 
-0x2758 004281 inject mod ,8 
-0x2759 004282 sub loopcnt ,0 ,null 
-0x275a 004283 branch le_tr_nopayload ,zero 
-0x275b 004285 fetch 1 ,core_ccm_ctrl 
-0x275c 004286 branch le_transmit_packet_not_enc ,blank 
-0x275d 004287 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
-:      004288 le_transmit_packet_not_enc:
-0x275e 004289 arg mem_le_txpayload ,contr 
-:      004290 le_tr_loop:
-0x275f 004291 ifetch 1 ,contr 
-0x2760 004292 inject mod ,8 
-0x2761 004293 loop le_tr_loop 
-:      004295 le_tr_nopayload:
-0x2762 004296 enable enable_parity 
-0x2763 004297 inject mod ,24 
-0x2764 004298 disable enable_parity 
-0x2765 004299 bmark0 mark_ble_lr ,le_transmit_skip 
-0x2766 004300 disable enable_white 
-0x2767 004301 setarg 0 
-0x2768 004302 inject mod ,3 
-:      004303 le_transmit_skip:
-0x2769 004304 until null ,tx_clear 
-0x276a 004305 nop 100 
-0x276b 004306 bpatchx patch25_7 ,mem_patch25 
-0x276c 004307 disable encode_fec0 
-0x276d 004308 disable encode_fec3 
-0x276e 004309 call set_sync_on 
-0x276f 004310 call rf_debug_tx_off_line 
-:      004311 le_check_start_pause_enc:
-0x2770 004312 fetch 1 ,mem_le_txheader 
-0x2771 004313 and pdata ,llid_le_ll ,pdata 
-0x2772 004314 rtnne llid_le_ll 
-0x2773 004315 fetch 1 ,mem_le_enc_state 
-0x2774 004316 beq flag_le_enc_pause ,le_clear_enc 
-0x2775 004317 rtnne flag_le_send_start_enc_req 
-0x2776 004318 fetch 1 ,mem_le_txpayload 
-0x2777 004319 beq ll_start_enc_req ,le_set_enc 
-0x2778 004320 rtn 
-:      004323 le_transmit_packet_enc:
-0x2779 004324 increase -4 ,loopcnt 
-0x277a 004325 copy loopcnt ,temp 
-0x277b 004326 call ccm_wait_enc 
-0x277c 004327 arg mem_le_txpayload ,contr 
-:      004328 le_transmit_packet_enc_loop:
-0x277d 004329 ifetch 1 ,contr 
-0x277e 004330 inject mod ,8 
-0x277f 004331 loop le_transmit_packet_enc_loop 
-0x2780 004332 call ccm_check_enc_done 
-0x2781 004333 copy regext ,pdata 
-0x2782 004334 inject mod ,32 
-0x2783 004335 branch le_tr_nopayload 
-:      004337 le_transmit_lr:
-0x2784 004338 arg 10 ,loopcnt 
-:      004339 le_transmit_lr_preamble_loop:
-0x2785 004340 setarg 0x3c 
-0x2786 004341 inject mod ,8 
-0x2787 004342 loop le_transmit_lr_preamble_loop 
-0x2788 004343 disable encode_fec0 
-0x2789 004344 enable encode_fec3 
-0x278a 004345 rshift16 access ,pdata 
-0x278b 004346 rshift16 pdata ,pdata 
-0x278c 004347 rshift4 pdata ,pdata 
-0x278d 004348 inject mod ,32 
-0x278e 004349 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
-:      004350 le_transmit_lr_s2:
-0x278f 004351 setarg 1 
-0x2790 004352 inject mod ,5 
-0x2791 004353 enable lr_s2en 
-0x2792 004354 branch le_transmit_packet 
-:      004356 le_transmit_lr_s8:
-0x2793 004357 setarg 0 
-0x2794 004358 inject mod ,5 
-0x2795 004359 branch le_transmit_packet 
-:      004361 le_transmit_2m:
-0x2796 004362 fetch 1 ,mem_system_clk 
-0x2797 004363 fetcht 1 ,mem_le_tx2m_delay 
-0x2798 004364 iadd temp ,pdata 
-0x2799 004365 call sleep 
-0x279a 004366 rshift16 access ,pdata 
-0x279b 004367 rshift8 pdata ,pdata 
-0x279c 004368 rshift4 pdata ,temp 
-0x279d 004369 copy temp ,pdata 
-0x279e 004370 inject mod ,8 
-0x279f 004371 copy temp ,pdata 
-0x27a0 004372 inject mod ,40 
-0x27a1 004373 branch le_transmit_packet 
-:      004376 le_update_param:
-0x27a2 004377 arg le_update_param_ahead1_cb ,regc 
-0x27a3 004378 arg le_update_param_cb ,regb 
-0x27a4 004379 arg lestate_update_param ,queue 
-0x27a5 004380 branch le_check_update_flag 
-:      004382 le_update_param_ahead1_cb:
-0x27a6 004383 add rega ,coffset_sniff_anchor ,contr 
-0x27a7 004384 ifetcht 4 ,contr 
-0x27a8 004385 add rega ,coffest_le_new_transmitwindowsize ,contr 
-0x27a9 004386 ifetch 1 ,contr 
-0x27aa 004387 add rega ,coffset_le_window_size ,contw 
-0x27ab 004388 istore 1 ,contw 
-0x27ac 004389 ifetch 2 ,contr 
-0x27ad 004390 lshift2 pdata ,pdata 
-0x27ae 004391 iadd temp ,timeup 
-0x27af 004392 add rega ,coffset_sniff_anchor ,contw 
-0x27b0 004393 deposit timeup 
-0x27b1 004394 istore 4 ,contw 
-0x27b2 004395 ifetch 2 ,contr 
-0x27b3 004396 lshift2 pdata ,pdata 
-0x27b4 004397 add rega ,coffset_tsniff ,contw 
-0x27b5 004398 istore 2 ,contw 
-0x27b6 004399 ifetch 2 ,contr 
-0x27b7 004400 add rega ,coffset_le_slave_latency ,contw 
-0x27b8 004401 istore 2 ,contw 
-0x27b9 004402 ifetch 2 ,contr 
-0x27ba 004403 store 2 ,mem_le_init_superto 
-0x27bb 004404 branch le_receive_window_size 
-:      004406 le_update_param_cb:
-0x27bc 004407 ifetch 1 ,rega 
-0x27bd 004408 set0 lestate_got_first_packet ,pdata 
-0x27be 004409 istore 1 ,rega 
-0x27bf 004410 storer rega ,2 ,mem_rega 
-0x27c0 004411 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
-0x27c1 004412 call ui_ipc_send_event 
-0x27c2 004413 fetchr rega ,2 ,mem_rega 
-0x27c3 004414 rtn 
-:      004416 le_update_channel_map:
-0x27c4 004417 arg 0 ,regc 
-0x27c5 004418 arg le_update_channel_map_cb ,regb 
-0x27c6 004419 arg lestate_update_map ,queue 
-0x27c7 004420 branch le_check_update_flag 
-:      004422 le_update_channel_map_cb:
-0x27c8 004423 add rega ,coffset_le_new_map ,contr 
-0x27c9 004424 ifetch 5 ,contr 
-0x27ca 004425 add rega ,coffset_le_channel_map ,contw 
-0x27cb 004426 istore 5 ,contw 
-0x27cc 004427 branch le_calc_channel_map 
-:      004430 le_update_phy:
-0x27cd 004431 arg 0 ,regc 
-0x27ce 004432 arg le_update_phy_cb ,regb 
-0x27cf 004433 arg lestate_update_phy ,queue 
-0x27d0 004434 branch le_check_update_flag 
-:      004436 le_update_phy_cb:
-0x27d1 004437 add rega ,coffset_le_new_m2s_phy ,contr 
-0x27d2 004438 ifetch 1 ,contr 
-0x27d3 004439 call le_update_phy_cb_m2s 
-0x27d4 004440 istore 1 ,contw 
-0x27d5 004441 add rega ,coffset_le_new_s2m_phy ,contr 
-0x27d6 004442 ifetch 1 ,contr 
-0x27d7 004443 call le_update_phy_cb_s2m 
-0x27d8 004444 istore 1 ,contw 
-0x27d9 004445 storer rega ,2 ,mem_rega 
-0x27da 004446 jam bt_evt_le_update_phy ,mem_fifo_temp 
-0x27db 004447 call ui_ipc_send_event 
-0x27dc 004448 fetchr rega ,2 ,mem_rega 
-0x27dd 004449 rtn 
-:      004451 le_update_phy_cb_m2s:
-0x27de 004452 call le_update_phy_cb_m2s_no_change ,blank 
-0x27df 004453 add rega ,coffset_le_rx_phy ,contw 
-0x27e0 004454 nrtn master 
-0x27e1 004455 fetcht 1 ,mem_le_tx_phys 
-0x27e2 004456 isolate1 bit_le_coded_phy_s8 ,temp 
-0x27e3 004457 setflag true ,bit_le_coded_phy_s8 ,pdata 
-0x27e4 004458 add rega ,coffset_le_tx_phy ,contw 
-0x27e5 004459 rtn 
-:      004461 le_update_phy_cb_m2s_no_change:
-0x27e6 004462 add rega ,coffset_le_rx_phy ,contr 
-0x27e7 004463 ifetch 1 ,contr 
-0x27e8 004464 nrtn master 
-0x27e9 004465 add rega ,coffset_le_tx_phy ,contr 
-0x27ea 004466 ifetch 1 ,contr 
-0x27eb 004467 rtn 
-:      004469 le_update_phy_cb_s2m:
-0x27ec 004470 call le_update_phy_cb_s2m_no_change ,blank 
-0x27ed 004471 fetcht 1 ,mem_le_tx_phys 
-0x27ee 004472 isolate1 bit_le_coded_phy_s8 ,temp 
-0x27ef 004473 setflag true ,bit_le_coded_phy_s8 ,pdata 
-0x27f0 004474 add rega ,coffset_le_tx_phy ,contw 
-0x27f1 004475 nrtn master 
-0x27f2 004476 set0 bit_le_coded_phy_s8 ,pdata 
-0x27f3 004477 add rega ,coffset_le_rx_phy ,contw 
-0x27f4 004478 rtn 
-:      004480 le_update_phy_cb_s2m_no_change:
-0x27f5 004481 add rega ,coffset_le_tx_phy ,contr 
-0x27f6 004482 ifetch 1 ,contr 
-0x27f7 004483 nrtn master 
-0x27f8 004484 add rega ,coffset_le_rx_phy ,contr 
-0x27f9 004485 ifetch 1 ,contr 
-0x27fa 004486 rtn 
-:      004491 le_check_update_flag:
-0x27fb 004492 bpatchx patch26_0 ,mem_patch26 
-0x27fc 004493 ifetch 1 ,rega 
-0x27fd 004494 qisolate0 pdata 
-0x27fe 004495 rtn true 
-0x27ff 004496 add rega ,coffset_le_event_cnt ,contr 
-0x2800 004497 ifetcht 2 ,contr 
-0x2801 004498 add rega ,coffset_le_instant ,contr 
-0x2802 004499 ifetch 2 ,contr 
-0x2803 004501 isub temp ,pdata 
-0x2804 004502 branch le_update ,zero 
-0x2805 004503 nbranch le_check_update_small ,positive 
-0x2806 004504 sub pdata ,1 ,null 
-0x2807 004505 branch le_update_ahead1 ,zero 
-0x2808 004506 rtn 
-:      004508 le_update_ahead1:
-0x2809 004509 copy regc ,pdata 
-0x280a 004510 branch callback_func 
-:      004512 le_update:
-0x280b 004513 ifetch 1 ,rega 
-0x280c 004514 qset0 pdata 
-0x280d 004515 istore 1 ,rega 
-0x280e 004516 copy regb ,pdata 
-0x280f 004517 branch callback_func 
-:      004519 le_check_update_small:
-0x2810 004520 add rega ,coffset_le_event_cnt ,contr 
-0x2811 004521 ifetch 2 ,contr 
-0x2812 004522 add rega ,coffset_le_instant ,contr 
-0x2813 004523 ifetch 2 ,contr 
-0x2814 004524 isub temp ,pdata 
-0x2815 004525 arg 0xffff ,temp 
-0x2816 004526 isub temp ,null 
-0x2817 004527 branch le_update ,zero 
-0x2818 004528 arg 0xf000 ,temp 
-0x2819 004529 isub temp ,null 
-0x281a 004530 nbranch le_update ,positive 
-0x281b 004531 rtn 
-:      004534 le_check_retransmit:
-0x281c 004535 fetcht 1 ,mem_le_arq 
-0x281d 004536 fetch 1 ,mem_le_rxbuf_data_header 
-0x281e 004539 rshift pdata ,pdata 
-0x281f 004540 ixor temp ,pdata 
-0x2820 004541 isolate1 nesn ,pdata 
-0x2821 004542 setflag true ,mark_old_packet ,mark 
-0x2822 004543 rtn 
-:      004546 le_acknowledge:
-0x2823 004547 bpatchx patch26_1 ,mem_patch26 
-0x2824 004548 call le_supervision_flush 
-0x2825 004549 rtnmark1 mark_ble_crc_fail 
-0x2826 004550 call le_check_wak 
-0x2827 004551 fetch 1 ,mem_le_rxbuf_data_header 
-0x2828 004552 isolate1 md ,pdata 
-0x2829 004553 setflag true ,mark_ble_rx_md ,mark 
-0x282a 004554 rshift pdata ,pdata 
-0x282b 004555 ixor temp ,pdata 
-0x282c 004556 isolate1 nesn ,pdata 
-0x282d 004557 setflag true ,mark_old_packet ,mark 
-0x282e 004558 rtnmark1 mark_old_packet 
-0x282f 004559 fetch 1 ,mem_le_rxbuf_data_length 
-0x2830 004560 branch le_ack_unenc ,blank 
-0x2831 004561 fetch 1 ,mem_le_state 
-0x2832 004562 bbit0 lestate_encryption ,le_ack_unenc 
-0x2833 004563 fetcht 4 ,mem_le_peer_mic 
-0x2834 004564 fetch 4 ,mem_ccm_last_mic 
-0x2835 004565 isub temp ,null 
-0x2836 004566 branch assert ,zero 
-0x2837 004567 storet 4 ,mem_ccm_last_mic 
-0x2838 004568 fetch 5 ,mem_ccm_pcnt_rx 
-0x2839 004569 increase 1 ,pdata 
-0x283a 004570 set1 le_ccm_directionbit ,pdata 
-0x283b 004571 store 5 ,mem_ccm_pcnt_rx 
-:      004573 le_ack_unenc:
-0x283c 004574 fetcht 1 ,mem_le_arq 
-0x283d 004575 setflip nesn ,temp 
-0x283e 004576 storet 1 ,mem_le_arq 
-0x283f 004577 fetch 1 ,mem_le_configuration 
-0x2840 004578 rtnbit0 bit_ble_deal_bb_packet 
-0x2841 004579 bpatchx patch26_2 ,mem_patch26 
-0x2842 004580 fetch 1 ,mem_le_rxbuf_data_length 
-0x2843 004581 rtn blank 
-0x2844 004582 fetch 1 ,mem_le_rxbuf_data_header 
-0x2845 004583 compare llid_continue ,pdata ,3 
-0x2846 004584 branch le_parse_writing_attribute_continue ,true 
-0x2847 004585 compare llid_start ,pdata ,3 
-0x2848 004586 branch le_parse_writing_attribute_start ,true 
-0x2849 004587 rtn 
-:      004590 le_check_wak:
-0x284a 004591 bpatchx patch26_3 ,mem_patch26 
-0x284b 004592 fetcht 1 ,mem_le_arq 
-0x284c 004593 isolate0 wak ,temp 
-0x284d 004594 rtn true 
-0x284e 004595 fetch 1 ,mem_le_rxbuf_data_header 
-0x284f 004596 lshift pdata ,pdata 
-0x2850 004597 ixor temp ,pdata 
-0x2851 004598 rtnbit0 sn 
-0x2852 004599 set0 wak ,temp 
-0x2853 004600 setflip sn ,temp 
-0x2854 004601 storet 1 ,mem_le_arq 
-0x2855 004602 compare 3 ,temp ,3 
-0x2856 004604 rtn 
-:      004607 le_set_enc:
-0x2857 004608 fetch 1 ,mem_le_state 
-0x2858 004609 set1 lestate_encryption ,pdata 
-0x2859 004610 store 1 ,mem_le_state 
-0x285a 004611 set1 mark_ble_encryption ,mark 
-0x285b 004612 rtn 
-:      004614 le_clear_enc:
-0x285c 004615 bpatchx patch26_4 ,mem_patch26 
-0x285d 004616 jam flag_le_enc_null ,mem_le_enc_state 
-0x285e 004617 arg 0 ,pdata 
-0x285f 004618 store 4 ,mem_ccm_last_mic 
-0x2860 004619 store 5 ,mem_ccm_pcnt_tx 
-0x2861 004620 set1 le_ccm_directionbit ,pdata 
-0x2862 004621 store 5 ,mem_ccm_pcnt_rx 
-0x2863 004622 fetch 1 ,mem_le_state 
-0x2864 004623 set0 lestate_encryption ,pdata 
-0x2865 004624 store 1 ,mem_le_state 
-0x2866 004625 set0 mark_ble_encryption ,mark 
-0x2867 004626 rtn 
-:      004631 le_scan_check_sender_addr_type:
-0x2868 004632 arg 1 ,rega 
-0x2869 004633 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
-0x286a 004634 rtnbit1 le_sender_addr_bit 
-0x286b 004635 arg 0 ,rega 
-0x286c 004636 rtn 
-:      004639 le_get_master_rx_max:
-0x286d 004640 copy contr ,contw 
-0x286e 004641 fetcht 2 ,mem_remote_rx_max_octets 
-0x286f 004642 copy contw ,contr 
-0x2870 004643 rtn 
-:      004646 le_prepare_tx:
-0x2871 004647 bpatchx patch26_5 ,mem_patch26 
-0x2872 004648 fetch 1 ,mem_le_arq 
-0x2873 004649 rtnbit1 wak 
-0x2874 004650 call le_check_tx_md 
-0x2875 004651 call le_fifo_get_first_tx_ptr 
-0x2876 004652 branch le_send_empty ,blank 
-0x2877 004653 ifetch 2 ,contr 
-0x2878 004654 ifetcht 2 ,contr 
-0x2879 004655 copy temp ,rega 
-0x287a 004656 isub rega ,pdata 
-0x287b 004657 call le_get_master_rx_max 
-0x287c 004658 call not_greater_than 
-0x287d 004659 copy pdata ,temp 
-0x287e 004660 ifetchr type ,1 ,contr 
-0x287f 004661 copy rega ,pdata 
-0x2880 004662 iadd contr ,pdata 
-0x2881 004663 store 2 ,mem_contr 
-0x2882 004664 call le_update_tx_type 
-0x2883 004665 call le_send_packet 
-0x2884 004667 call le_fifo_get_first_tx_ptr 
-0x2885 004668 ifetch 2 ,contr 
-0x2886 004669 copy pdata ,rega 
-0x2887 004670 copy contr ,regc 
-0x2888 004671 ifetcht 2 ,contr 
-0x2889 004672 copy temp ,regb 
-0x288a 004673 isub regb ,pdata 
-0x288b 004674 call le_get_master_rx_max 
-0x288c 004675 call not_greater_than 
-0x288d 004676 iadd regb ,pdata 
-0x288e 004677 istore 2 ,regc 
-0x288f 004678 isub rega ,null 
-0x2890 004679 nrtn zero 
-0x2891 004680 branch le_fifo_release_first_node 
-:      004683 le_check_tx_md:
-0x2892 004684 call le_check_continue 
-0x2893 004685 rtnmark1 mark_ble_tx_md 
-0x2894 004686 fetch 1 ,mem_le_configuration 
-0x2895 004687 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
-0x2896 004688 call le_fifo_get_second_tx_ptr 
-0x2897 004689 branch le_clear_md ,blank 
-0x2898 004690 branch le_set_md 
-:      004693 le_check_continue:
-0x2899 004694 call le_fifo_get_first_tx_ptr 
-0x289a 004695 branch le_clear_md ,blank 
-0x289b 004696 ifetch 2 ,contr 
-0x289c 004697 ifetcht 2 ,contr 
-0x289d 004698 isub temp ,rega 
-0x289e 004699 call le_get_master_rx_max 
-0x289f 004700 copy temp ,pdata 
-0x28a0 004701 isub rega ,null 
-0x28a1 004702 branch le_clear_md ,positive 
-:      004703 le_set_md:
-0x28a2 004704 set1 mark_ble_tx_md ,mark 
-0x28a3 004705 rtn 
-:      004707 le_clear_md:
-0x28a4 004708 set0 mark_ble_tx_md ,mark 
-0x28a5 004709 rtn 
-:      004711 le_update_tx_type:
-0x28a6 004712 copy rega ,pdata 
-0x28a7 004713 rtn blank 
-0x28a8 004714 arg llid_continue ,type 
-0x28a9 004715 rtn 
-:      004718 le_att_check_notification_enable:
-0x28aa 004719 bpatchx patch26_6 ,mem_patch26 
-0x28ab 004720 increase 1 ,temp 
-0x28ac 004721 call le_att_get_handle_ptr 
-0x28ad 004722 increase -2 ,contr 
-0x28ae 004723 ifetch 2 ,contr 
-0x28af 004724 arg client_charactertic_configuration ,temp 
-0x28b0 004725 isub temp ,null 
-0x28b1 004726 nrtn zero 
-0x28b2 004727 increase 1 ,contr 
-0x28b3 004728 copy contr ,rega 
-0x28b4 004729 ifetch 1 ,contr 
-0x28b5 004730 rtn 
-:      004733 le_send_empty:
-0x28b6 004734 force 0 ,temp 
-0x28b7 004735 force 1 ,type 
-:      004737 le_send_packet:
-0x28b8 004738 bpatchx patch26_7 ,mem_patch26 
-0x28b9 004739 storet 1 ,mem_le_txlen 
-0x28ba 004740 fetcht 1 ,mem_le_arq 
-0x28bb 004741 set1 wak ,temp 
-0x28bc 004742 and temp ,0xfc ,pdata 
-0x28bd 004743 ior type ,pdata 
-0x28be 004744 store 1 ,mem_le_arq 
-0x28bf 004745 and_into 0x1f ,pdata 
-0x28c0 004746 isolate1 mark_ble_tx_md ,mark 
-0x28c1 004747 setflag true ,md ,pdata 
-0x28c2 004748 store 1 ,mem_le_txheader 
-0x28c3 004750 fetch 1 ,mem_le_txheader 
-0x28c4 004751 compare 1 ,type ,3 
-0x28c5 004752 nbranch le_send_no_txlen ,true 
-0x28c6 004753 fetch 1 ,mem_le_txlen 
-0x28c7 004754 rtn blank 
-:      004756 le_send_no_txlen:
-0x28c8 004757 bmark1 mark_ble_encryption ,le_send_packet_enc 
-0x28c9 004758 fetchr loopcnt ,1 ,mem_le_txlen 
-0x28ca 004759 fetch 2 ,mem_contr 
-0x28cb 004760 copy pdata ,contr 
-0x28cc 004761 arg mem_le_txpayload ,contw 
-0x28cd 004762 branch memcpy_fast 
-:      004764 le_send_packet_enc:
-0x28ce 004765 call load_sk 
-0x28cf 004766 branch le_encrypt_new_start 
-:      004768 get_lpm_wake_ble_rx_lock:
-0x28d0 004769 arg wake_lock_ble_rx ,queue 
-0x28d1 004770 branch lpm_get_wake_lock 
-:      004772 put_lpm_wake_ble_rx_lock:
-0x28d2 004773 arg wake_lock_ble_rx ,queue 
-0x28d3 004774 branch lpm_put_wake_lock 
-:      004777 le_parse:
-0x28d4 004778 bpatchx patch27_0 ,mem_patch27 
-0x28d5 004779 rtnmark1 mark_old_packet 
-0x28d6 004780 rtnmark1 mark_ble_crc_fail 
-0x28d7 004781 fetch 1 ,mem_le_rxbuf_data_header 
-0x28d8 004782 and pdata ,0x3 ,pdata 
-0x28d9 004783 store 1 ,mem_le_packet_llid 
-0x28da 004784 fetch 1 ,mem_le_rxbuf_data_length 
-0x28db 004785 rtn blank 
-0x28dc 004786 setarg mem_le_rxbuf_data_payload 
-0x28dd 004787 store 2 ,mem_le_payload_ptr 
-0x28de 004788 bpatchx patch27_1 ,mem_patch27 
-0x28df 004789 fetch 1 ,mem_le_packet_llid 
-0x28e0 004790 beq llid_le_ll ,le_parse_ll 
-:      004791 le_parse_l2cap:
-0x28e1 004792 call le_check_l2cap_complete 
-0x28e2 004793 nbranch get_lpm_wake_ble_rx_lock ,user 
-0x28e3 004794 call put_lpm_wake_ble_rx_lock 
-0x28e4 004795 setarg 0 
-0x28e5 004796 store 2 ,mem_le_packet_len_recved 
-0x28e6 004797 fetch 2 ,mem_le_payload_ptr 
-0x28e7 004798 add pdata ,2 ,contr 
-0x28e8 004799 bpatchx patch27_2 ,mem_patch27 
-:      004800 le_parse_l2cap_next:
-0x28e9 004801 ifetch 2 ,contr 
-0x28ea 004802 beq le_l2cap_cid_att ,le_parse_att 
-0x28eb 004803 beq le_l2cap_cid_smp ,le_parse_smp 
-0x28ec 004804 beq le_l2cap_cid_signal ,le_parse_signaling 
-0x28ed 004805 rtn 
-:      004808 le_check_l2cap_complete:
-0x28ee 004809 fetch 1 ,mem_le_packet_llid 
-0x28ef 004810 beq llid_start ,le_check_l2cap_llid_start 
-0x28f0 004811 beq llid_continue ,le_check_l2cap_llid_continue 
-0x28f1 004812 rtn 
-:      004817 le_check_l2cap_cid_legal:
-0x28f2 004818 call enable_user 
-0x28f3 004819 arg le_l2cap_cid_att ,temp 
-0x28f4 004820 isub pdata ,null 
-0x28f5 004821 rtn zero 
-0x28f6 004822 arg le_l2cap_cid_signal ,temp 
-0x28f7 004823 isub pdata ,null 
-0x28f8 004824 rtn zero 
-0x28f9 004825 arg le_l2cap_cid_smp ,temp 
-0x28fa 004826 isub pdata ,null 
-0x28fb 004827 rtn zero 
-0x28fc 004828 branch disable_user 
-:      004831 le_check_l2cap_llid_start:
-0x28fd 004832 fetch 2 ,mem_le_payload_ptr 
-0x28fe 004833 copy pdata ,contr 
-0x28ff 004834 ifetch 2 ,contr 
-0x2900 004835 store 2 ,mem_le_l2cap_size 
-0x2901 004836 ifetch 2 ,contr 
-0x2902 004837 call le_check_l2cap_cid_legal 
-0x2903 004838 nrtn user 
-0x2904 004839 fetcht 1 ,mem_le_rxbuf_data_length 
-0x2905 004840 storet 2 ,mem_le_packet_len_recved 
-0x2906 004841 fetch 2 ,mem_le_l2cap_size 
-0x2907 004842 increase 4 ,pdata 
-0x2908 004843 isub temp ,null 
-0x2909 004844 branch enable_user ,zero 
-0x290a 004845 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
-0x290b 004846 arg mem_le_l2cap_buf ,contw 
-0x290c 004847 fetch 2 ,mem_le_payload_ptr 
-0x290d 004848 copy pdata ,contr 
-0x290e 004849 call memcpy_fast 
-0x290f 004850 branch disable_user 
-:      004855 le_check_l2cap_continue_legal:
-0x2910 004856 call enable_user 
-0x2911 004857 fetch 2 ,mem_le_packet_len_recved 
-0x2912 004858 nrtn blank 
-0x2913 004859 branch disable_user 
-:      004861 le_check_l2cap_llid_continue:
-0x2914 004862 call le_check_l2cap_continue_legal 
-0x2915 004863 nrtn user 
-0x2916 004864 fetch 2 ,mem_le_packet_len_recved 
-0x2917 004865 arg mem_le_l2cap_buf ,contw 
-0x2918 004866 iadd contw ,rega 
-0x2919 004867 fetcht 1 ,mem_le_rxbuf_data_length 
-0x291a 004868 iadd temp ,pdata 
-0x291b 004869 store 2 ,mem_le_packet_len_recved 
-0x291c 004870 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
-0x291d 004871 copy rega ,contw 
-0x291e 004872 fetch 2 ,mem_le_payload_ptr 
-0x291f 004873 copy pdata ,contr 
-0x2920 004874 call memcpy_fast 
-0x2921 004875 setarg mem_le_l2cap_buf 
-0x2922 004876 store 2 ,mem_le_payload_ptr 
-0x2923 004877 fetch 2 ,mem_le_l2cap_size 
-0x2924 004878 increase 4 ,pdata 
-0x2925 004879 fetcht 2 ,mem_le_packet_len_recved 
-0x2926 004880 isub temp ,null 
-0x2927 004881 branch enable_user ,zero 
-0x2928 004882 branch disable_user 
-:      004887 le_writeatt_cb:
-0x2929 004888 fetch 2 ,mem_cb_att_write 
-0x292a 004889 branch callback_func 
-:      004891 le_supervision_update:
-0x292b 004892 bpatchx patch27_3 ,mem_patch27 
-0x292c 004893 fetcht 4 ,mem_le_supervision_timer 
-0x292d 004894 call get_clkbt 
-0x292e 004895 isub temp ,timeup 
-0x292f 004896 deposit timeup 
-0x2930 004897 fetcht 2 ,mem_le_superto 
-0x2931 004898 lshift4 temp ,temp 
-0x2932 004899 lshift temp ,temp 
-0x2933 004900 isub temp ,pdata 
-0x2934 004901 rtn 
-:      004903 le_supervision_flush:
-0x2935 004904 call get_clkbt 
-0x2936 004905 store 4 ,mem_le_supervision_timer 
-0x2937 004906 rtn 
-:      004910 le_receive_window_size:
-0x2938 004911 bpatchx patch27_4 ,mem_patch27 
-0x2939 004912 add rega ,coffset_le_peer_sca ,contr 
-0x293a 004913 ifetch 1 ,contr 
-0x293b 004914 call le_sca_map 
-0x293c 004915 add rega ,coffset_tsniff ,contr 
-0x293d 004916 ifetch 2 ,contr 
-0x293e 004917 imul32 temp ,pdata 
-0x293f 004918 fetcht 2 ,mem_param_rt_rthalfslot 
-0x2940 004919 imul32 temp ,pdata 
-0x2941 004920 arg 1000000 ,temp 
-0x2942 004921 idiv temp 
-0x2943 004922 arg param_windown_size ,temp 
-0x2944 004923 fetch 1 ,mem_system_clk 
-0x2945 004924 imul32 temp ,temp 
-0x2946 004925 add rega ,coffset_le_window_size ,contr 
-0x2947 004926 ifetch 1 ,contr 
-0x2948 004927 imul32 temp ,pdata 
-0x2949 004928 iadd temp ,pdata 
-0x294a 004929 store 4 ,mem_le_transmit_window 
-0x294b 004930 fetch 2 ,mem_rx_window_sniff 
-0x294c 004931 call wait_div_end 
-0x294d 004932 quotient temp 
-0x294e 004933 iadd temp ,pdata 
-0x294f 004934 add rega ,coffset_rx_window ,contw 
-0x2950 004935 istore 2 ,contw 
-0x2951 004936 rtn 
-:      004941 le_modified_name:
-0x2952 004942 bpatchx patch27_5 ,mem_patch27 
-0x2953 004943 call le_modified_name_att_list 
-0x2954 004944 branch le_modified_name_adv 
-:      004946 le_modified_name_att_list:
-0x2955 004947 jam 2 ,mem_le_search_att_type_length 
-0x2956 004948 arg uuid_chrctr_device_name ,temp 
-0x2957 004949 storet 2 ,mem_le_search_att_type 
-0x2958 004950 call le_att_get_uuid_ptr 
-0x2959 004951 rtn blank 
-0x295a 004952 ifetch 1 ,contr 
-0x295b 004953 copy contr ,contw 
-0x295c 004954 fetcht 1 ,mem_le_name_len 
-0x295d 004955 copy temp ,loopcnt 
-0x295e 004956 isub temp ,null 
-0x295f 004957 nbranch le_name_length_longer_than_att ,positive 
-0x2960 004958 isub temp ,temp 
-0x2961 004959 arg mem_le_name ,contr 
-0x2962 004960 call memcpy_fast 
-0x2963 004961 copy temp ,loopcnt 
-0x2964 004962 ncall memcpy_empty ,zero 
-0x2965 004963 rtn 
-:      004964 le_name_length_longer_than_att:
-0x2966 004965 copy pdata ,loopcnt 
-0x2967 004966 arg mem_le_name ,contr 
-0x2968 004967 branch memcpy_fast 
-:      004970 le_modified_name_adv:
-0x2969 004971 arg mem_le_adv_data_len + 32 ,regc 
-0x296a 004972 arg mem_le_adv_data ,rega 
-0x296b 004973 call le_modified_name_adv_and_scan 
-0x296c 004974 setarg 0 
-0x296d 004975 setflag user ,0 ,pdata 
-0x296e 004976 store 1 ,mem_pdatatemp 
-0x296f 004977 arg mem_le_scan_data_len + 32 ,regc 
-0x2970 004978 arg mem_le_scan_data ,rega 
-0x2971 004979 call le_modified_name_adv_and_scan 
-0x2972 004980 rtn user 
-0x2973 004981 fetch 1 ,mem_pdatatemp 
-0x2974 004982 branch assert ,blank 
-0x2975 004983 rtn 
-:      004986 le_modified_name_adv_and_scan:
-0x2976 004987 bpatchx patch27_6 ,mem_patch27 
-0x2977 004988 call enable_user 
-0x2978 004989 call clear_temp_block 
-0x2979 004990 arg 0 ,regb 
-0x297a 004991 arg mem_le_data_temp ,contw 
-0x297b 004992 call le_modified_name_adv_loop 
-0x297c 004993 fetch 1 ,mem_le_name_len 
-0x297d 004994 add pdata ,1 ,temp 
-0x297e 004995 iadd regb ,rega 
-0x297f 004996 increase 2 ,rega 
-0x2980 004997 sub rega ,0x1f ,null 
-0x2981 004998 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
-0x2982 004999 istoret 1 ,contw 
-0x2983 005000 arg gap_adtype_local_name_complete ,temp 
-0x2984 005001 istoret 1 ,contw 
-0x2985 005002 iforce loopcnt 
-0x2986 005003 call memcpy_fast 
-0x2987 005004 copy rega ,regb 
-:      005005 le_modified_name_adv_and_scan_store_data:
-0x2988 005006 deposit regb 
-0x2989 005007 store 1 ,mem_le_data_len_temp 
-0x298a 005008 arg mem_le_data_len_temp ,contr 
-0x298b 005009 setarg -32 
-0x298c 005010 iadd regc ,contw 
-0x298d 005011 branch memcpy32 
-:      005013 le_modified_name_adv_and_scan_name_overflow:
-0x298e 005014 call disable_user 
-0x298f 005015 branch le_modified_name_adv_and_scan_store_data 
-:      005017 le_modified_name_adv_loop:
-0x2990 005018 ifetch 1 ,rega 
-0x2991 005019 rtn blank 
-0x2992 005020 pincrease 1 
-0x2993 005021 ifetcht 1 ,contr 
-0x2994 005022 sub temp ,gap_adtype_local_name_complete ,null 
-0x2995 005023 branch le_modified_name_adv_found_name ,zero 
-0x2996 005024 iadd regb ,regb 
-0x2997 005025 copy rega ,contr 
-0x2998 005026 iforce loopcnt 
-0x2999 005027 call memcpy_fast 
-0x299a 005028 copy contr ,rega 
-:      005029 le_modified_name_adv_loop2:
-0x299b 005030 deposit rega 
-0x299c 005031 isub regc ,null 
-0x299d 005032 rtn positive 
-0x299e 005033 branch le_modified_name_adv_loop 
-:      005035 le_modified_name_adv_found_name:
-0x299f 005036 iadd rega ,rega 
-0x29a0 005037 branch le_modified_name_adv_loop2 
-:      005040 memcpy_empty:
-0x29a1 005041 setarg space 
-0x29a2 005042 istore 1 ,contw 
-0x29a3 005043 loop memcpy_empty 
-0x29a4 005044 rtn 
-:      005047 le_lpm_set_mult:
-0x29a5 005048 bpatchx patch27_7 ,mem_patch27 
-0x29a6 005049 disable wake 
-0x29a7 005050 branch le_lpm_set_mult_attempt ,attempt 
-0x29a8 005051 nbranch le_lpm_lost ,match 
-:      005052 le_lpm_set_mult_attempt:
-0x29a9 005053 call lpm_match 
-0x29aa 005054 fetch 2 ,mem_rx_window_sniff 
-0x29ab 005055 store 2 ,mem_le_receive_window 
-0x29ac 005056 fetch 1 ,mem_le_configuration 
-0x29ad 005057 bbit1 bit_ble_short_mult ,lpm_mult_short 
-0x29ae 005058 bmark1 mark_old_packet ,lpm_mult_short 
-0x29af 005059 fetch 1 ,mem_le_rxbuf_data_length 
-0x29b0 005060 nbranch lpm_mult_short ,blank 
-0x29b1 005061 fetch 1 ,mem_le_txlen 
-0x29b2 005062 nbranch lpm_mult_short ,blank 
-0x29b3 005064 fetch 1 ,mem_le_state 
-0x29b4 005065 bbit1 lestate_update_param ,lpm_mult_short 
-0x29b5 005066 bbit1 lestate_update_phy ,lpm_mult_short 
-0x29b6 005067 bbit1 lestate_update_map ,lpm_mult_short 
-0x29b7 005068 branch lpm_mult_wait_timeout 
-:      005070 le_lpm_lost:
-0x29b8 005071 fetch 1 ,mem_sniff_unint_lost 
-0x29b9 005072 sub pdata ,30 ,null 
-0x29ba 005073 nbranch lpm_lost ,positive 
-0x29bb 005074 fetcht 2 ,mem_rx_window_sniff 
-0x29bc 005075 rshift temp ,temp 
-0x29bd 005076 fetch 2 ,mem_le_receive_window 
-0x29be 005077 iadd temp ,pdata 
-0x29bf 005078 store 2 ,mem_le_receive_window 
-0x29c0 005079 branch lpm_lost 
-:      005082 le_set_config_fixed_tk:
-0x29c1 005083 arg bit_ble_passkey_fixed_key ,queue 
-0x29c2 005084 branch le_set_config 
-:      005086 le_clr_config_fixed_tk:
-0x29c3 005087 arg bit_ble_passkey_fixed_key ,queue 
-0x29c4 005088 branch le_clr_config 
-:      005090 le_set_config_fixed_ltk:
-0x29c5 005091 arg bit_ble_pairing_fixed_ltk ,queue 
-0x29c6 005092 branch le_set_config 
-:      005094 le_clr_config_fixed_ltk:
-0x29c7 005095 arg bit_ble_pairing_fixed_ltk ,queue 
-0x29c8 005096 branch le_clr_config 
-:      005098 le_set_config_more_data:
-0x29c9 005099 arg bit_ble_transmit_packet_by_md ,queue 
-0x29ca 005100 branch le_set_config 
-:      005102 le_clr_config_more_data:
-0x29cb 005103 arg bit_ble_transmit_packet_by_md ,queue 
-0x29cc 005104 branch le_clr_config 
-:      005106 le_set_config_read_authentication:
-0x29cd 005107 arg bit_ble_read_auth ,queue 
-0x29ce 005108 branch le_set_config 
-:      005110 le_clr_config_read_authentication:
-0x29cf 005111 arg bit_ble_read_auth ,queue 
-0x29d0 005112 branch le_clr_config 
-:      005114 le_set_config_write_authentication:
-0x29d1 005115 arg bit_ble_write_auth ,queue 
-0x29d2 005116 branch le_set_config 
-:      005118 le_clr_config_write_authentication:
-0x29d3 005119 arg bit_ble_write_auth ,queue 
-0x29d4 005120 branch le_clr_config 
-:      005122 le_set_config_short_mult:
-0x29d5 005123 arg bit_ble_short_mult ,queue 
-:      005125 le_set_config:
-0x29d6 005126 fetch 1 ,mem_le_configuration 
-0x29d7 005127 qset1 pdata 
-0x29d8 005128 store 1 ,mem_le_configuration 
-0x29d9 005129 rtn 
-:      005132 le_clr_config_short_mult:
-0x29da 005133 arg bit_ble_short_mult ,queue 
-:      005135 le_clr_config:
-0x29db 005136 fetch 1 ,mem_le_configuration 
-0x29dc 005137 qset0 pdata 
-0x29dd 005138 store 1 ,mem_le_configuration 
-0x29de 005139 rtn 
-:      005143 le_set_fixed_ltk:
-0x29df 005144 setarg 0x112233 
-0x29e0 005145 store 3 ,mem_le_fixed_ltk 
-0x29e1 005146 setarg 0x445566 
-0x29e2 005147 istore 3 ,contw 
-0x29e3 005148 setarg 0x778899 
-0x29e4 005149 istore 3 ,contw 
-0x29e5 005150 setarg 0x001122 
-0x29e6 005151 istore 3 ,contw 
-0x29e7 005152 setarg 0x334455 
-0x29e8 005153 istore 3 ,contw 
-0x29e9 005154 setarg 0x66 
-0x29ea 005155 istore 1 ,contw 
-0x29eb 005156 rtn 
-:      005159 le_set_justwork:
-0x29ec 005160 setarg 0x01000302 
-0x29ed 005161 store 4 ,mem_le_pres 
-0x29ee 005162 setarg 0x010010 
-0x29ef 005163 store 3 ,mem_le_pres_max_keysize 
-0x29f0 005164 jam 1 ,mem_le_pairing_mode 
-0x29f1 005165 rtn 
-:      005169 le_fifo_malloc_tx_empty:
-0x29f2 005170 arg 0 ,rega 
-0x29f3 005171 arg llid_empty ,type 
-0x29f4 005172 branch le_fifo_malloc_tx 
-:      005176 le_fifo_malloc_tx_ll:
-0x29f5 005177 bpatchx patch28_0 ,mem_patch28 
-0x29f6 005178 arg llid_le_ll ,type 
-0x29f7 005179 call le_fifo_malloc_tx 
-0x29f8 005180 copy regb ,pdata 
-0x29f9 005181 istore 1 ,contw 
-0x29fa 005182 rtn 
-:      005186 le_fifo_malloc_tx_l2cap:
-0x29fb 005187 bpatchx patch28_1 ,mem_patch28 
-0x29fc 005188 force llid_start ,type 
-0x29fd 005189 increase 4 ,rega 
-0x29fe 005190 call le_fifo_malloc_tx 
-0x29ff 005191 increase -4 ,rega 
-0x2a00 005192 copy rega ,pdata 
-0x2a01 005193 istore 2 ,contw 
-0x2a02 005194 copy regb ,pdata 
-0x2a03 005195 istore 2 ,contw 
-0x2a04 005196 rtn 
-:      005200 le_fifo_malloc_tx:
-0x2a05 005201 bpatchx patch28_2 ,mem_patch28 
-0x2a06 005202 increase 5 ,rega 
-0x2a07 005203 call ble_l2cap_malloc 
-0x2a08 005204 increase -5 ,rega 
-0x2a09 005205 copy rega ,pdata 
-0x2a0a 005206 istore 2 ,contw 
-0x2a0b 005207 setarg 0 
-0x2a0c 005208 istore 2 ,contw 
-0x2a0d 005209 copy type ,pdata 
-0x2a0e 005210 istore 1 ,contw 
-0x2a0f 005211 rtn 
-:      005214 le_fifo_get_first_tx_ptr:
-0x2a10 005215 bpatchx patch28_3 ,mem_patch28 
-0x2a11 005216 call l2cap_malloc_fifo_out 
-0x2a12 005217 copy pdata ,contr 
-0x2a13 005218 rtn 
-:      005220 le_fifo_get_second_tx_ptr:
-0x2a14 005221 fetch 2 ,mem_tx_fifo2_ptr 
-0x2a15 005222 rtn 
-:      005224 le_fifo_get_last_tx_ptr:
-0x2a16 005225 call le_fifo_get_last_tx_ptr0 
-0x2a17 005226 copy pdata ,contr 
-0x2a18 005227 rtn 
-:      005230 le_fifo_get_last_tx_ptr0:
-0x2a19 005231 fetch 2 ,mem_tx_fifo3_ptr 
-0x2a1a 005232 rtn 
-:      005235 le_fifo_get_first_l2cap_ptr:
-0x2a1b 005236 call le_fifo_get_first_tx_ptr 
-0x2a1c 005237 increase 5 ,contr 
-0x2a1d 005238 rtn 
-:      005240 le_fifo_get_first_att_ptr:
-0x2a1e 005241 call le_fifo_get_first_tx_ptr 
-0x2a1f 005242 increase 9 ,contr 
-0x2a20 005243 rtn 
-:      005245 le_fifo_get_last_att_ptr:
-0x2a21 005246 call le_fifo_get_last_tx_ptr 
-0x2a22 005247 increase 9 ,contr 
-0x2a23 005248 rtn 
-:      005250 le_fifo_get_last_l2cap_ptr:
-0x2a24 005251 call le_fifo_get_last_tx_ptr 
-0x2a25 005252 increase 5 ,contr 
-0x2a26 005253 rtn 
-:      005256 le_fifo_check_full:
-0x2a27 005257 branch l2cap_malloc_is_fifo_full 
-:      005260 le_fifo_check_nearly_full:
-0x2a28 005261 branch l2cap_malloc_is_fifo_nearly_full 
-:      005264 le_fifo_check_empty:
-0x2a29 005265 branch l2cap_malloc_is_fifo_empty 
-:      005268 le_fifo_release_first_node:
-0x2a2a 005269 branch l2cap_malloc_free 
-:      005272 le_set_dle:
-0x2a2b 005273 store 8 ,mem_local_rx_max_octets 
-0x2a2c 005274 branch le_set_feature_data_packet_length_extension 
-:      005277 le_set_phys:
-0x2a2d 005278 and temp ,0xff ,rega 
-0x2a2e 005279 call le_set_tx_phy 
-0x2a2f 005280 rshift8 temp ,rega 
-:      005282 le_set_rx_phy:
-0x2a30 005283 storer rega ,1 ,mem_le_rx_phys 
-0x2a31 005284 branch le_set_phy_common 
-:      005286 le_set_tx_phy:
-0x2a32 005287 storer rega ,1 ,mem_le_tx_phys 
-:      005288 le_set_phy_common:
-0x2a33 005289 isolate1 bit_le_2m_phy ,rega 
-0x2a34 005290 call le_set_feature_2m_phy ,true 
-0x2a35 005291 isolate1 bit_le_coded_phy ,rega 
-0x2a36 005292 call le_set_feature_coded_phy ,true 
-0x2a37 005293 rtn 
-:      005297 le_set_feature_2m_phy:
-0x2a38 005298 arg bit_ll_feature_le_2m_phy ,queue 
-0x2a39 005299 branch le_set_feature 
-:      005302 le_set_feature_coded_phy:
-0x2a3a 005303 arg bit_ll_feature_le_coded_phy ,queue 
-0x2a3b 005304 branch le_set_feature 
-:      005306 le_set_feature_data_packet_length_extension:
-0x2a3c 005307 arg bit_ll_feature_le_data_packet_length_extension ,queue 
-:      005309 le_set_feature:
-0x2a3d 005310 fetch 8 ,mem_le_local_feature 
-0x2a3e 005311 qset1 pdata 
-0x2a3f 005312 store 8 ,mem_le_local_feature 
-0x2a40 005313 rtn 
-:      005315 le_set_fixed_ltk_justwork:
-0x2a41 005316 call le_set_config_fixed_ltk 
-0x2a42 005317 call le_set_justwork 
-0x2a43 005318 call le_set_fixed_ltk 
-0x2a44 005319 branch le_set_config_read_authentication 
-:      005324 le_advertising_dispatch:
-0x2a45 005325 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
-0x2a46 005326 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
-0x2a47 005327 call le_enable 
-0x2a48 005328 call le_scan 
-0x2a49 005329 call le_adv 
-0x2a4a 005330 branch le_disable 
-:      005332 le_scan:
-0x2a4b 005333 bpatchx patch28_4 ,mem_patch28 
-0x2a4c 005334 fetch 1 ,mem_le_scan_enable 
-0x2a4d 005335 rtnne le_scan_enable 
-0x2a4e 005336 arg le_scan_interval_timer ,queue 
-0x2a4f 005337 call timer_check 
-0x2a50 005338 nrtn blank 
-0x2a51 005339 fetch 2 ,mem_le_scan_interval 
-0x2a52 005340 fetcht 2 ,mem_le_scan_window 
-0x2a53 005341 isub temp ,pdata 
-0x2a54 005342 arg le_scan_interval_timer ,queue 
-0x2a55 005343 call timer_init 
-0x2a56 005344 disable master 
-0x2a57 005345 call le_init_adv 
-0x2a58 005346 call le_wait_adv 
-0x2a59 005347 nrtn match 
-0x2a5a 005348 bpatchx patch28_5 ,mem_patch28 
-0x2a5b 005349 fetch 6 ,mem_le_rxbuf + 2 
-0x2a5c 005350 store 6 ,mem_le_plap 
-0x2a5d 005353 fetch 1 ,mem_le_adv_rcv 
-0x2a5e 005354 increase 1 ,pdata 
-0x2a5f 005355 store 1 ,mem_le_adv_rcv 
-0x2a60 005356 call le_create_conn 
-0x2a61 005357 rtn master 
-0x2a62 005358 call le_send_scan_request 
-0x2a63 005359 nrtn match 
-0x2a64 005360 fetch 1 ,mem_le_scanrsp_rcv 
-0x2a65 005361 increase 1 ,pdata 
-0x2a66 005362 store 1 ,mem_le_scanrsp_rcv 
-0x2a67 005363 fetch 9 ,mem_le_rxbuf + 8 
-0x2a68 005364 store 9 ,mem_temp_block0 
-0x2a69 005365 rtn 
-:      005368 le_wait_adv:
-0x2a6a 005369 bpatchx patch28_6 ,mem_patch28 
-0x2a6b 005370 call le_next_adv_channel 
-0x2a6c 005371 call le_receive_adv 
-0x2a6d 005372 fetch 1 ,mem_le_adv_waitcnt 
-0x2a6e 005373 increase 1 ,pdata 
-0x2a6f 005374 store 1 ,mem_le_adv_waitcnt 
-0x2a70 005375 rtn 
-:      005378 le_create_conn:
-0x2a71 005379 bpatchx patch28_7 ,mem_patch28 
-0x2a72 005380 fetch 1 ,mem_cmd_le_create_conn 
-0x2a73 005381 rtnne hci_cmd_le_create_conn 
-0x2a74 005382 fetch 6 ,mem_le_plap 
-0x2a75 005383 fetcht 6 ,mem_le_conn_peer_addr 
-0x2a76 005384 isub temp ,null 
-0x2a77 005385 nrtn zero 
-0x2a78 005386 call context_new 
-0x2a79 005387 nrtn zero 
-0x2a7a 005388 call le_connect_request 
-0x2a7b 005389 call le_init_master 
-0x2a7c 005390 call le_send_version_ind 
-0x2a7d 005391 jam bt_evt_le_connected ,mem_fifo_temp 
-0x2a7e 005392 call ui_ipc_send_event 
-0x2a7f 005393 jam 0 ,mem_hci_cmd 
-0x2a80 005394 jam 0 ,mem_le_peer_sca 
-0x2a81 005395 jam 0 ,mem_le_scan_enable 
-0x2a82 005396 jam 0 ,mem_cmd_le_create_conn 
-0x2a83 005397 branch context_save 
-:      005399 le_connect_request:
-0x2a84 005400 bpatchx patch29_0 ,mem_patch29 
-0x2a85 005401 force -1 ,pdata 
-0x2a86 005402 setsect 2 ,1 
-0x2a87 005403 store 5 ,mem_le_channel_map 
-0x2a88 005404 arg mem_le_state ,rega 
-0x2a89 005405 call le_calc_channel_map 
-0x2a8a 005406 force 4 ,loopcnt 
-0x2a8b 005407 arg mem_le_access ,contw 
-0x2a8c 005408 call generate_random_loop 
-0x2a8d 005409 fetch 2 ,mem_le_timeout 
-0x2a8e 005410 store 2 ,mem_le_superto 
-:      005411 le_con_req_hop_retry:
-0x2a8f 005412 random pdata 
-0x2a90 005413 and_into 0xf ,pdata 
-0x2a91 005414 sub pdata ,4 ,null 
-0x2a92 005415 branch le_con_req_hop_retry ,positive 
-0x2a93 005416 store 1 ,mem_le_hop 
-0x2a94 005418 bpatchx patch29_1 ,mem_patch29 
-0x2a95 005419 fetcht 2 ,mem_le_conn_interval 
-0x2a96 005420 storet 2 ,mem_le_tsniff 
-0x2a97 005421 copy temp ,regc 
-0x2a98 005422 add clkn_bt ,7 ,pdata 
-0x2a99 005423 idiv regc 
-0x2a9a 005424 call wait_div_end 
-0x2a9b 005425 remainder rega 
-0x2a9c 005426 isub rega ,pdata 
-0x2a9d 005427 iadd regc ,pdata 
-0x2a9e 005428 fetcht 2 ,mem_le_dsniff 
-0x2a9f 005429 iadd temp ,pdata 
-0x2aa0 005430 store 4 ,mem_le_anchor 
-0x2aa1 005431 isub clkn_bt ,rega 
-0x2aa2 005432 increase -6 ,rega 
-0x2aa3 005433 arg 0x2205 ,regb 
-0x2aa4 005434 fetch 1 ,mem_le_conn_own_addr_type 
-0x2aa5 005435 nsetflag blank ,le_sender_addr_bit ,regb 
-0x2aa6 005436 fetch 1 ,mem_le_conn_peer_addr_type 
-0x2aa7 005437 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x2aa8 005438 copy regb ,pdata 
-0x2aa9 005439 store 2 ,mem_le_txheader 
-0x2aaa 005440 fetch 6 ,mem_le_lap 
-0x2aab 005441 istore 6 ,contw 
-0x2aac 005442 fetch 6 ,mem_le_plap 
-0x2aad 005443 istore 6 ,contw 
-0x2aae 005444 fetch 4 ,mem_le_access 
-0x2aaf 005445 istore 4 ,contw 
-0x2ab0 005446 random pdata 
-0x2ab1 005447 istore 2 ,contw 
-0x2ab2 005448 random pdata 
-0x2ab3 005449 istore 1 ,contw 
-0x2ab4 005450 force 2 ,pdata 
-0x2ab5 005451 istore 1 ,contw 
-0x2ab6 005452 rshift2 rega ,pdata 
-0x2ab7 005453 istore 2 ,contw 
-0x2ab8 005454 rshift2 regc ,pdata 
-0x2ab9 005455 istore 2 ,contw 
-0x2aba 005456 bpatchx patch29_2 ,mem_patch29 
-0x2abb 005457 setarg 0 
-0x2abc 005458 istore 2 ,contw 
-0x2abd 005459 fetch 2 ,mem_le_timeout 
-0x2abe 005460 istore 2 ,contw 
-0x2abf 005461 fetch 5 ,mem_le_channel_map 
-0x2ac0 005462 istore 5 ,contw 
-0x2ac1 005463 fetch 1 ,mem_le_hop 
-0x2ac2 005464 arg param_le_sca ,temp 
-0x2ac3 005465 ior temp ,pdata 
-0x2ac4 005466 istore 1 ,contw 
-0x2ac5 005467 call le_transmit_norx 
-0x2ac6 005468 setarg mem_le_txheader 
-0x2ac7 005469 add pdata ,18 ,contr 
-0x2ac8 005470 ifetch 3 ,contr 
-0x2ac9 005471 store 3 ,mem_le_crcinit 
-0x2aca 005472 rtn 
-:      005475 le_adv:
-0x2acb 005476 jam 36 ,mem_le_ch_mapped 
-0x2acc 005477 jam 0 ,mem_le_adv_channel_map_temp 
-0x2acd 005478 call le_send_adv_protect_txbuf 
-0x2ace 005479 call le_adv_loop 
-0x2acf 005480 branch le_send_adv_recover_txbuf 
-:      005482 le_adv_loop:
-0x2ad0 005483 bpatchx patch29_3 ,mem_patch29 
-0x2ad1 005484 fetch 1 ,mem_le_adv_enable 
-0x2ad2 005485 rtn blank 
-0x2ad3 005486 arg le_adv_interval_timer ,queue 
-0x2ad4 005487 call timer_check 
-0x2ad5 005488 nrtn blank 
-0x2ad6 005489 enable swfine 
-0x2ad7 005490 call le_init_adv 
-0x2ad8 005491 call le_next_adv_channel 
-0x2ad9 005492 call le_send_adv_ind 
-0x2ada 005493 nbranch le_adv_not_match ,match 
-0x2adb 005494 fetch 1 ,mem_le_req_rcv 
-0x2adc 005495 increase 1 ,pdata 
-0x2add 005496 store 1 ,mem_le_req_rcv 
-0x2ade 005497 fetch 1 ,mem_le_rxbuf_adv_header 
-0x2adf 005498 and pdata ,0x0f ,pdata 
-0x2ae0 005499 beq scan_req ,le_send_scan_response 
-0x2ae1 005500 beq connect_req ,le_parse_connect_req 
-:      005501 le_adv_not_match:
-0x2ae2 005502 bpatchx patch29_4 ,mem_patch29 
-0x2ae3 005503 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2ae4 005504 fetcht 1 ,mem_le_adv_channel_map 
-0x2ae5 005505 isub temp ,null 
-0x2ae6 005506 nbranch le_adv_loop ,zero 
-0x2ae7 005507 random pdata 
-0x2ae8 005508 arg 0x1ff ,temp 
-0x2ae9 005509 iand temp ,pdata 
-0x2aea 005510 add pdata ,250 ,pdata 
-0x2aeb 005511 call delay 
-0x2aec 005512 arg le_adv_interval_timer ,queue 
-0x2aed 005513 fetch 2 ,mem_le_adv_interval 
-0x2aee 005514 branch timer_init 
-:      005516 le_send_adv_protect_txbuf:
-0x2aef 005517 arg mem_le_tx_buf_temp ,contw 
-0x2af0 005518 arg mem_le_txheader ,contr 
-0x2af1 005519 branch memcpy48 
-:      005521 le_send_adv_recover_txbuf:
-0x2af2 005522 arg mem_le_tx_buf_temp ,contr 
-0x2af3 005523 arg mem_le_txheader ,contw 
-0x2af4 005524 branch memcpy48 
-:      005526 le_init_adv:
-0x2af5 005527 bpatchx patch29_5 ,mem_patch29 
-0x2af6 005528 disable master 
-:      005529 le_adv_access:
-0x2af7 005530 setarg 0x8e89be 
-0x2af8 005531 lshift8 pdata ,pdata 
-0x2af9 005532 or_into 0xd6 ,pdata 
-0x2afa 005533 iforce access 
-0x2afb 005534 setarg 0x555555 
-0x2afc 005535 store 3 ,mem_le_crcinit 
-0x2afd 005536 rtn 
-:      005540 le_send_adv_ind:
-0x2afe 005541 bpatchx patch29_6 ,mem_patch29 
-0x2aff 005542 fetch 1 ,mem_le_adv_type 
-0x2b00 005543 fetcht 1 ,mem_le_adv_own_addr_type 
-0x2b01 005544 lshift4 temp ,temp 
-0x2b02 005545 lshift2 temp ,temp 
-0x2b03 005546 iadd temp ,temp 
-0x2b04 005547 storet 1 ,mem_le_txheader 
-0x2b05 005548 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x2b06 005549 fetcht 1 ,mem_le_adv_data_len 
-0x2b07 005550 add temp ,6 ,pdata 
-0x2b08 005551 store 1 ,mem_le_txlen 
-0x2b09 005552 fetch 6 ,mem_le_lap 
-0x2b0a 005553 store 6 ,mem_le_txpayload 
-0x2b0b 005554 copy temp ,loopcnt 
-0x2b0c 005555 arg mem_le_adv_data ,contr 
-0x2b0d 005556 call memcpy_fast 
-0x2b0e 005557 branch le_send_adv_transmit 
-:      005559 le_send_adv_direct_ind:
-0x2b0f 005560 setarg 12 
-0x2b10 005561 store 1 ,mem_le_txlen 
-0x2b11 005562 fetch 6 ,mem_le_lap 
-0x2b12 005563 store 6 ,mem_le_txpayload 
-0x2b13 005564 fetch 6 ,mem_hci_plap 
-0x2b14 005565 istore 6 ,contw 
-:      005566 le_send_adv_transmit:
-0x2b15 005567 bpatchx patch29_7 ,mem_patch29 
-0x2b16 005568 fetch 1 ,mem_le_adv_transmit 
-0x2b17 005569 increase 1 ,pdata 
-0x2b18 005570 store 1 ,mem_le_adv_transmit 
-0x2b19 005571 arg 1800 ,stop_watch 
-0x2b1a 005572 disable match 
-0x2b1b 005573 branch le_transmit_receive_sifs_without_change_mode 
-:      005576 le_send_scan_request:
-0x2b1c 005577 bpatchx patch2a_0 ,mem_patch2a 
-0x2b1d 005578 fetch 1 ,mem_le_scan_type 
-0x2b1e 005579 rtnne le_scan_type_active 
-0x2b1f 005580 fetch 1 ,mem_le_adv_transmit 
-0x2b20 005581 increase 1 ,pdata 
-0x2b21 005582 store 1 ,mem_le_adv_transmit 
-0x2b22 005583 arg 0x0c03 ,temp 
-0x2b23 005584 fetch 1 ,mem_le_scan_own_addr_type 
-0x2b24 005585 nsetflag blank ,le_sender_addr_bit ,temp 
-0x2b25 005586 copy rega ,pdata 
-0x2b26 005587 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x2b27 005588 storet 2 ,mem_le_txheader 
-0x2b28 005589 fetch 6 ,mem_le_lap 
-0x2b29 005590 istore 6 ,contw 
-0x2b2a 005591 fetch 6 ,mem_le_plap 
-0x2b2b 005592 istore 6 ,contw 
-0x2b2c 005593 branch le_transmit_receive_sifs_without_change_mode 
-:      005595 le_send_scan_response:
-0x2b2d 005596 bpatchx patch2a_1 ,mem_patch2a 
-0x2b2e 005597 fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
-0x2b2f 005598 fetcht 6 ,mem_le_lap 
-0x2b30 005599 isub temp ,null 
-0x2b31 005600 nrtn zero 
-0x2b32 005601 arg scan_rsp ,temp 
-0x2b33 005602 fetch 1 ,mem_le_adv_own_addr_type 
-0x2b34 005603 nsetflag blank ,le_sender_addr_bit ,temp 
-0x2b35 005604 storet 1 ,mem_le_txheader 
-0x2b36 005605 fetcht 1 ,mem_le_scan_data_len 
-0x2b37 005606 add temp ,6 ,pdata 
-0x2b38 005607 store 1 ,mem_le_txlen 
-0x2b39 005608 fetch 6 ,mem_le_lap 
-0x2b3a 005609 store 6 ,mem_le_txpayload 
-0x2b3b 005610 arg mem_le_scan_data ,contr 
-0x2b3c 005611 copy temp ,loopcnt 
-0x2b3d 005612 call memcpy_fast 
-0x2b3e 005613 call le_transmit_norx 
-0x2b3f 005614 branch le_adv_not_match 
-:      005616 le_parse_connect_req:
-0x2b40 005617 fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
-0x2b41 005618 fetcht 6 ,mem_le_lap 
-0x2b42 005619 isub temp ,null 
-0x2b43 005620 nrtn zero 
-0x2b44 005621 call le_scan_check_sender_addr_type 
-0x2b45 005622 storer rega ,1 ,mem_le_conn_peer_addr_type 
-0x2b46 005623 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
-0x2b47 005624 store 6 ,mem_le_plap 
-0x2b48 005625 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
-0x2b49 005626 store 8 ,mem_le_access 
-0x2b4a 005627 fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
-0x2b4b 005628 bpatchx patch2a_2 ,mem_patch2a 
-0x2b4c 005629 lshift2 temp ,temp 
-0x2b4d 005630 fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
-0x2b4e 005631 lshift2 pdata ,pdata 
-0x2b4f 005632 store 2 ,mem_le_tsniff 
-0x2b50 005633 store 4 ,mem_le_anchor 
-0x2b51 005634 isub temp ,pdata 
-0x2b52 005635 add pdata ,-2 ,clke_bt 
-0x2b53 005636 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
-0x2b54 005637 store 9 ,mem_le_slave_latency 
-0x2b55 005638 fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
-0x2b56 005639 and pdata ,0x1f ,temp 
-0x2b57 005640 storet 1 ,mem_le_hop 
-0x2b58 005641 rshift4 pdata ,temp 
-0x2b59 005642 rshift temp ,temp 
-0x2b5a 005643 storet 1 ,mem_le_peer_sca 
-0x2b5b 005644 arg mem_le_state ,rega 
-0x2b5c 005645 call le_receive_window_size 
-0x2b5d 005646 arg mem_le_state ,rega 
-0x2b5e 005647 call le_calc_channel_map 
-0x2b5f 005648 call le_init_slave 
-0x2b60 005649 call context_new 
-0x2b61 005650 nrtn zero 
-0x2b62 005651 bpatchx patch2a_3 ,mem_patch2a 
-0x2b63 005652 call calc_clke_offset 
-0x2b64 005653 call le_l2cap_reset_signaling_identifier 
-0x2b65 005654 jam bt_evt_le_connected ,mem_fifo_temp 
-0x2b66 005655 call ui_ipc_send_event 
-0x2b67 005656 branch context_save 
-:      005659 le_next_adv_channel:
-0x2b68 005660 bpatchx patch2a_4 ,mem_patch2a 
-0x2b69 005661 fetch 1 ,mem_le_ch_mapped 
-0x2b6a 005662 beq 37 ,le_next_adv_channel_curr_channel_37 
-0x2b6b 005663 beq 38 ,le_next_adv_channel_curr_channel_38 
-0x2b6c 005664 beq 39 ,le_next_adv_channel_curr_channel_39 
-0x2b6d 005665 branch le_next_adv_channel_curr_channel_39 
-:      005667 le_next_adv_channel_curr_channel_37:
-0x2b6e 005668 fetcht 1 ,mem_le_adv_channel_map 
-0x2b6f 005669 isolate1 bit_adv_channel_map_38 ,temp 
-0x2b70 005670 branch set_le_next_adv_channel_38 ,true 
-0x2b71 005671 isolate1 bit_adv_channel_map_39 ,temp 
-0x2b72 005672 branch set_le_next_adv_channel_39 ,true 
-0x2b73 005673 branch set_le_next_adv_channel_37 
-:      005676 le_next_adv_channel_curr_channel_38:
-0x2b74 005677 fetcht 1 ,mem_le_adv_channel_map 
-0x2b75 005678 isolate1 bit_adv_channel_map_39 ,temp 
-0x2b76 005679 branch set_le_next_adv_channel_39 ,true 
-0x2b77 005680 isolate1 bit_adv_channel_map_37 ,temp 
-0x2b78 005681 branch set_le_next_adv_channel_37 ,true 
-0x2b79 005682 branch set_le_next_adv_channel_38 
-:      005685 le_next_adv_channel_curr_channel_39:
-0x2b7a 005686 fetcht 1 ,mem_le_adv_channel_map 
-0x2b7b 005687 isolate1 bit_adv_channel_map_37 ,temp 
-0x2b7c 005688 branch set_le_next_adv_channel_37 ,true 
-0x2b7d 005689 isolate1 bit_adv_channel_map_38 ,temp 
-0x2b7e 005690 branch set_le_next_adv_channel_38 ,true 
-0x2b7f 005691 branch set_le_next_adv_channel_39 
-:      005693 set_le_next_adv_channel_37:
-0x2b80 005694 jam 37 ,mem_le_ch_mapped 
-0x2b81 005695 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2b82 005696 set1 bit_adv_channel_map_37 ,pdata 
-0x2b83 005697 store 1 ,mem_le_adv_channel_map_temp 
-0x2b84 005698 rtn 
-:      005700 set_le_next_adv_channel_38:
-0x2b85 005701 jam 38 ,mem_le_ch_mapped 
-0x2b86 005702 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2b87 005703 set1 bit_adv_channel_map_38 ,pdata 
-0x2b88 005704 store 1 ,mem_le_adv_channel_map_temp 
-0x2b89 005705 rtn 
-:      005707 set_le_next_adv_channel_39:
-0x2b8a 005708 jam 39 ,mem_le_ch_mapped 
-0x2b8b 005709 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2b8c 005710 set1 bit_adv_channel_map_39 ,pdata 
-0x2b8d 005711 store 1 ,mem_le_adv_channel_map_temp 
-0x2b8e 005712 rtn 
-:      005717 le_parse_att:
-0x2b8f 005718 copy contr ,rega 
-0x2b90 005719 fetch 1 ,mem_device_option 
-0x2b91 005720 beq dvc_op_shutter_dy ,shutter_dy_le_parse_att 
-0x2b92 005721 beq dvc_op_keyboard ,keyboard_le_att_auto_reco_process 
-0x2b93 005722 copy rega ,contr 
-0x2b94 005723 ifetch 3 ,contr 
-0x2b95 005724 store 3 ,mem_le_att_opcode 
-:      005725 le_parse_att2:
-0x2b96 005726 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x2b97 005727 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x2b98 005728 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x2b99 005729 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x2b9a 005730 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x2b9b 005731 beq attop_read_request ,le_parse_att_read_request 
-0x2b9c 005732 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x2b9d 005733 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x2b9e 005734 beq attop_write_request ,le_parse_att_write_request 
-0x2b9f 005735 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x2ba0 005736 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x2ba1 005737 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
-0x2ba2 005738 beq attop_write_command ,le_parse_att_write_command 
-0x2ba3 005739 rtn 
-:      005742 le_send_att_exchange_mtu_requset:
-0x2ba4 005743 force 3 ,rega 
-0x2ba5 005744 call le_fifo_malloc_tx_l2cap_gatt 
-0x2ba6 005745 setarg attop_exchange_mtu_request 
-:      005746 le_send_att_exchange_mtu_common:
-0x2ba7 005747 istore 1 ,contw 
-0x2ba8 005748 fetch 2 ,mem_le_local_mtu 
-0x2ba9 005749 istore 2 ,contw 
-0x2baa 005750 rtn 
-:      005753 le_parse_att_exchange_mtu_request:
-0x2bab 005754 call le_parse_att_exchange_mtu_response 
-:      005755 le_send_att_exchange_mtu_response:
-0x2bac 005756 force 3 ,rega 
-0x2bad 005757 call le_fifo_malloc_tx_l2cap_gatt 
-0x2bae 005758 setarg attop_exchange_mtu_response 
-0x2baf 005759 branch le_send_att_exchange_mtu_common 
-:      005761 le_parse_att_exchange_mtu_response:
-0x2bb0 005762 rshift8 pdata ,pdata 
-0x2bb1 005763 store 2 ,mem_le_remote_mtu 
-0x2bb2 005764 rtn 
-:      005766 le_parse_att_find_information_request:
-0x2bb3 005767 call le_get_search_handle_start_end_common 
-0x2bb4 005768 call enable_user 
-0x2bb5 005769 branch le_send_att_find_information_response 
-:      005772 le_att_handle_inrange:
-0x2bb6 005773 ifetch 2 ,contr 
-0x2bb7 005774 and_into 0xff ,pdata 
-0x2bb8 005775 rtn blank 
-0x2bb9 005776 isub regb ,null 
-0x2bba 005777 rtn zero 
-0x2bbb 005778 nrtn positive 
-0x2bbc 005779 isub regc ,null 
-0x2bbd 005780 rtn zero 
-0x2bbe 005781 branch le_att_handle_blank ,positive 
-0x2bbf 005782 force 1 ,null 
-0x2bc0 005783 rtn 
-:      005784 le_att_handle_blank:
-0x2bc1 005785 force 0 ,pdata 
-0x2bc2 005786 rtn 
-:      005789 le_send_att_find_information_response:
-0x2bc3 005790 arg 3 ,timeup 
-0x2bc4 005791 call le_init_attlist_search 
-:      005792 le_send_att_find_information_res_loop:
-0x2bc5 005793 call le_att_handle_inrange 
-0x2bc6 005794 branch le_send_att_find_information_res_end ,blank 
-0x2bc7 005795 nbranch le_send_att_find_information_res_next ,positive 
-0x2bc8 005796 increase -2 ,contr 
-0x2bc9 005797 call store_contr 
-0x2bca 005798 call get_contw 
-0x2bcb 005799 nbranch le_send_att_find_information_res_store_info2 ,user 
-0x2bcc 005800 call push_stack_rega_b_c 
-0x2bcd 005801 storer timeup ,4 ,mem_timeup 
-0x2bce 005802 force 30 ,rega 
-0x2bcf 005803 call le_fifo_malloc_tx_l2cap_gatt 
-0x2bd0 005804 fetchr timeup ,4 ,mem_timeup 
-0x2bd1 005805 call pop_stack_rega_b_c 
-0x2bd2 005806 call disable_user 
-0x2bd3 005807 setarg attop_find_information_response 
-0x2bd4 005808 istore 1 ,contw 
-0x2bd5 005809 call get_contr 
-0x2bd6 005810 ifetch 2 ,contr 
-0x2bd7 005811 ifetchr rega ,1 ,contr 
-0x2bd8 005812 sub rega ,16 ,null 
-0x2bd9 005813 branch le_send_att_find_information_res_uuid128 ,zero 
-0x2bda 005814 sub rega ,2 ,null 
-0x2bdb 005815 nbranch le_send_att_error_response_notfound ,zero 
-:      005816 le_send_att_find_information_res_uuid16:
-0x2bdc 005817 setarg uuid_size_16bit 
-0x2bdd 005818 istore 1 ,contw 
-0x2bde 005819 branch le_send_att_find_information_res_store_info 
-:      005821 le_send_att_find_information_res_uuid128:
-0x2bdf 005822 setarg uuid_size_128bit 
-0x2be0 005823 istore 1 ,contw 
-0x2be1 005824 arg 1 ,timeup 
-0x2be2 005825 branch le_send_att_find_information_res_store_info 
-:      005827 le_send_att_find_information_res_store_info2:
-0x2be3 005828 call get_contr 
-0x2be4 005829 ifetch 2 ,contr 
-0x2be5 005830 ifetch 1 ,contr 
-0x2be6 005831 isub rega ,null 
-0x2be7 005832 nbranch le_send_att_find_information_res_end ,zero 
-:      005834 le_send_att_find_information_res_store_info:
-0x2be8 005835 call get_contr 
-0x2be9 005836 ifetch 2 ,contr 
-0x2bea 005837 and_into 0xff ,pdata 
-0x2beb 005838 istore 2 ,contw 
-0x2bec 005839 ifetchr loopcnt ,1 ,contr 
-0x2bed 005840 call memcpy 
-0x2bee 005841 call store_contw 
-0x2bef 005842 increase -1 ,timeup 
-0x2bf0 005843 branch le_send_att_find_information_res_end ,zero 
-:      005844 le_send_att_find_information_res_cont:
-0x2bf1 005845 call le_att_contr_add_len 
-0x2bf2 005846 branch le_send_att_find_information_res_loop 
-:      005848 le_send_att_find_information_res_next:
-0x2bf3 005849 call le_att_contr_add_len 
-0x2bf4 005850 branch le_send_att_find_information_res_cont 
-:      005852 le_send_att_find_information_res_end:
-0x2bf5 005853 branch le_send_att_error_response_notfound ,user 
-0x2bf6 005854 branch le_send_auto_len_by_mem 
-:      005857 le_parse_att_find_by_type_value_request:
-0x2bf7 005858 call le_get_search_handle_start_end_common 
-0x2bf8 005859 ifetch 2 ,contr 
-0x2bf9 005860 store 2 ,mem_le_search_uuid 
-0x2bfa 005861 call store_contr 
-0x2bfb 005862 arg mem_le_search_att_type_length ,contw 
-0x2bfc 005863 fetch 2 ,mem_le_l2cap_size 
-0x2bfd 005864 increase -7 ,pdata 
-0x2bfe 005865 call le_get_search_common2 
-0x2bff 005866 branch le_send_att_find_by_type_value_response 
-:      005869 le_start_end_handle_check_1:
-0x2c00 005870 disable user 
-0x2c01 005871 fetcht 2 ,mem_le_search_handle_start 
-0x2c02 005872 fetch 2 ,mem_le_search_handle_end 
-0x2c03 005873 isub temp ,null 
-0x2c04 005874 nbranch le_start_end_handle_check_1_fail ,positive 
-0x2c05 005875 deposit temp 
-0x2c06 005876 rtnne 0 
-:      005877 le_start_end_handle_check_1_fail:
-0x2c07 005878 enable user 
-0x2c08 005879 jam att_err_invalid_handle ,mem_le_err_code 
-0x2c09 005880 branch le_send_att_error_response 
-:      005883 le_send_att_find_by_type_value_response:
-0x2c0a 005884 call le_start_end_handle_check_1 
-0x2c0b 005885 rtn user 
-0x2c0c 005886 fetcht 2 ,mem_le_search_uuid 
-0x2c0d 005887 setarg uuid_gatt_primary_service 
-0x2c0e 005888 isub temp ,null 
-0x2c0f 005889 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x2c10 005890 branch le_send_att_error_response_notfound 
-:      005893 le_send_att_find_by_type_value_res_primary:
-0x2c11 005894 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
-0x2c12 005895 fetcht 2 ,mem_le_search_handle_start 
-0x2c13 005896 storet 2 ,mem_temp 
-0x2c14 005897 call le_att_get_handle_info 
-0x2c15 005898 nbranch le_send_att_error_response_notfound ,blank 
-:      005899 le_send_att_find_primary_search_loop:
-0x2c16 005900 fetcht 2 ,mem_temp 
-0x2c17 005901 call le_att_get_handle_info 
-0x2c18 005902 nbranch le_send_att_error_response_notfound2 ,blank 
-0x2c19 005903 copy contr ,rega 
-0x2c1a 005904 fetch 1 ,mem_le_curr_att_len 
-0x2c1b 005905 copy pdata ,loopcnt 
-0x2c1c 005906 fetcht 1 ,mem_le_search_att_type_length 
-0x2c1d 005907 isub temp ,null 
-0x2c1e 005908 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x2c1f 005909 arg mem_le_search_att_type ,regb 
-0x2c20 005910 call string_compare 
-0x2c21 005912 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
-0x2c22 005914 fetch 2 ,mem_le_cur_uuid 
-0x2c23 005915 fetcht 2 ,mem_le_search_uuid 
-0x2c24 005916 isub temp ,null 
-0x2c25 005917 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
-:      005918 le_send_att_find_primary_search_loop1:
-0x2c26 005919 fetch 2 ,mem_temp 
-0x2c27 005920 increase 1 ,pdata 
-0x2c28 005921 store 2 ,mem_temp 
-0x2c29 005922 branch le_send_att_find_primary_search_loop 
-:      005924 le_send_att_error_response_notfound2:
-0x2c2a 005925 fetch 1 ,mem_le_search_res 
-0x2c2b 005926 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
-0x2c2c 005927 branch le_send_att_error_response_notfound 
-:      005930 le_send_att_find_primary_search_end_start_handle_found:
-0x2c2d 005931 fetch 2 ,mem_le_cur_uuid 
-0x2c2e 005932 fetcht 2 ,mem_le_search_uuid 
-0x2c2f 005933 isub temp ,null 
-0x2c30 005934 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x2c31 005935 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
-0x2c32 005937 fetcht 2 ,mem_temp 
-0x2c33 005938 storet 2 ,mem_le_cur_handle_start 
-0x2c34 005939 branch le_send_att_find_primary_search_loop1 
-:      005941 le_send_att_find_primary_search_end_ending_handle_found:
-0x2c35 005942 fetch 1 ,mem_le_search_res 
-0x2c36 005943 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
-0x2c37 005944 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
-0x2c38 005945 fetcht 2 ,mem_temp 
-0x2c39 005946 increase -1 ,temp 
-0x2c3a 005947 storet 2 ,mem_le_cur_handle_end 
-:      005949 le_send_att_find_primary_search_end:
-0x2c3b 005950 arg 5 ,rega 
-0x2c3c 005951 call le_fifo_malloc_tx_l2cap_gatt 
-0x2c3d 005952 setarg attop_find_by_type_value_response 
-0x2c3e 005953 istore 1 ,contw 
-0x2c3f 005954 fetch 2 ,mem_le_cur_handle_start 
-0x2c40 005955 istore 2 ,contw 
-0x2c41 005956 fetch 2 ,mem_le_cur_handle_end 
-0x2c42 005957 istore 2 ,contw 
-0x2c43 005958 rtn 
-:      005962 le_parse_att_read_by_type_request:
-0x2c44 005963 call le_get_search_handle_start_end_common 
-0x2c45 005964 call le_get_search_att_type 
-0x2c46 005965 branch le_send_att_read_by_type_response 
-:      005967 le_send_att_read_by_type_response:
-0x2c47 005968 fetcht 2 ,mem_le_search_handle_start 
-0x2c48 005969 storet 2 ,mem_temp 
-0x2c49 005970 call le_init_attlist_search 
-0x2c4a 005971 call le_att_get_handle_ptr2 
-0x2c4b 005972 increase -2 ,contr 
-0x2c4c 005973 copy contr ,pdata 
-0x2c4d 005974 store 2 ,mem_le_cur_attlist_start_ptr 
-0x2c4e 005976 fetcht 2 ,mem_le_search_att_type 
-0x2c4f 005977 setarg uuid_chrctr_device_name 
-0x2c50 005978 isub temp ,null 
-0x2c51 005979 branch le_send_att_read_by_type_res_device_name ,zero 
-0x2c52 005980 setarg uuid_gatt_characteristic 
-0x2c53 005981 isub temp ,null 
-0x2c54 005982 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
-0x2c55 005983 arg 2 ,timeup 
-:      005984 le_send_att_read_by_type_response_loop:
-0x2c56 005985 call le_att_check_handle_end 
-0x2c57 005986 nbranch le_send_att_read_by_type_response_end ,positive 
-0x2c58 005987 fetcht 2 ,mem_temp 
-0x2c59 005988 call le_att_get_handle_info_from_ptr 
-0x2c5a 005989 nbranch le_send_att_read_by_type_response_end ,blank 
-0x2c5b 005990 call le_att_same_type 
-0x2c5c 005991 nbranch le_send_att_read_by_type_response_next_handle ,zero 
-0x2c5d 005992 nbranch le_send_att_read_by_type_res_found_next ,user 
-0x2c5e 005993 disable user 
-0x2c5f 005994 call le_get_search_max_mtu_data 
-0x2c60 005995 copy pdata ,rega 
-0x2c61 005996 call le_fifo_malloc_tx_l2cap_gatt 
-0x2c62 005997 setarg attop_read_by_type_response 
-0x2c63 005998 istore 1 ,contw 
-0x2c64 005999 copy contw ,alarm 
-0x2c65 006000 increase 1 ,contw 
-0x2c66 006002 call le_send_att_read_by_type_write_properties 
-0x2c67 006003 call le_att_next_handle 
-0x2c68 006004 call le_att_get_handle_info_from_ptr 
-0x2c69 006005 call le_send_att_read_by_type_write_uuid 
-0x2c6a 006006 fetch 1 ,mem_le_cur_uuid_length 
-0x2c6b 006007 add pdata ,5 ,rega 
-0x2c6c 006008 istorer rega ,1 ,alarm 
-0x2c6d 006010 sub rega ,7 ,null 
-0x2c6e 006011 ncall enable_user2 ,zero 
-0x2c6f 006012 call disable_user2 ,zero 
-0x2c70 006013 call le_get_search_max_mtu_data 
-0x2c71 006014 increase -2 ,pdata 
-0x2c72 006015 idiv rega 
-0x2c73 006016 call wait_div_end 
-0x2c74 006017 quotient timeup 
-0x2c75 006018 increase -1 ,timeup 
-0x2c76 006019 branch le_send_att_read_by_type_response_end ,zero 
-:      006020 le_send_att_read_by_type_response_next_handle:
-0x2c77 006021 call le_att_next_handle 
-0x2c78 006022 branch le_send_att_read_by_type_response_loop 
-:      006023 le_send_att_read_by_type_response_end:
-0x2c79 006024 branch le_send_att_error_response_notfound ,user 
-0x2c7a 006025 branch le_send_auto_len_by_mem 
-:      006027 le_send_att_read_by_type_res_found_next:
-0x2c7b 006028 call le_store_att_record 
-0x2c7c 006029 call le_att_next_handle 
-0x2c7d 006030 call le_att_get_handle_info_from_ptr 
-0x2c7e 006031 call le_send_att_read_by_type_res_check_pair_length_type 
-0x2c7f 006032 nbranch le_send_att_read_by_type_response_end ,blank 
-0x2c80 006034 call get_contw 
-0x2c81 006035 fetch 2 ,mem_temp 
-0x2c82 006036 increase -1 ,pdata 
-0x2c83 006037 istore 2 ,contw 
-0x2c84 006038 call le_write_att_record_common 
-0x2c85 006039 call le_send_att_read_by_type_write_uuid 
-0x2c86 006040 increase -1 ,timeup 
-0x2c87 006041 branch le_send_att_read_by_type_response_end ,zero 
-0x2c88 006042 branch le_send_att_read_by_type_response_next_handle 
-:      006045 le_send_att_read_by_type_write_properties:
-0x2c89 006046 fetch 2 ,mem_temp 
-0x2c8a 006047 istore 2 ,contw 
-0x2c8b 006049 fetch 1 ,mem_le_curr_att_len 
-0x2c8c 006050 copy pdata ,loopcnt 
-0x2c8d 006051 call get_contr 
-0x2c8e 006052 call memcpy_fast 
-0x2c8f 006053 branch store_contw 
-:      006054 le_send_att_read_by_type_write_uuid:
-0x2c90 006055 call get_contw 
-0x2c91 006056 fetch 2 ,mem_temp 
-0x2c92 006057 istore 2 ,contw 
-0x2c93 006058 call store_contw 
-0x2c94 006059 fetch 1 ,mem_le_cur_uuid_length 
-0x2c95 006060 copy pdata ,loopcnt 
-0x2c96 006061 call get_contw 
-0x2c97 006062 call get_contr 
-0x2c98 006063 isub loopcnt ,contr 
-0x2c99 006064 increase -1 ,contr 
-0x2c9a 006065 call memcpy_fast 
-0x2c9b 006066 branch store_contw 
-:      006068 le_send_att_read_by_type_res_not_characteristic:
-0x2c9c 006069 bpatchx patch2a_5 ,mem_patch2a 
-0x2c9d 006070 call le_att_get_uuid_ptr 
-0x2c9e 006071 branch le_send_att_error_response_notfound ,blank 
-0x2c9f 006072 copy contr ,regc 
-0x2ca0 006074 call le_get_search_max_mtu_data 
-0x2ca1 006075 copy regc ,contr 
-0x2ca2 006076 ifetcht 1 ,contr 
-0x2ca3 006077 increase 4 ,temp 
-0x2ca4 006078 call not_greater_than 
-0x2ca5 006079 copy pdata ,regc 
-0x2ca6 006080 copy pdata ,rega 
-0x2ca7 006081 call store_contr 
-0x2ca8 006082 call le_fifo_malloc_tx_l2cap_gatt 
-0x2ca9 006084 setarg attop_read_by_type_response 
-0x2caa 006085 istore 1 ,contw 
-0x2cab 006086 add regc ,-2 ,pdata 
-0x2cac 006087 add pdata ,-2 ,loopcnt 
-0x2cad 006088 istore 1 ,contw 
-0x2cae 006089 fetch 2 ,mem_le_cur_handle 
-0x2caf 006090 istore 2 ,contw 
-0x2cb0 006091 call get_contr 
-0x2cb1 006092 branch memcpy_fast 
-:      006095 le_send_att_read_by_type_res_device_name:
-0x2cb2 006096 call le_att_get_uuid_ptr 
-0x2cb3 006097 branch le_send_att_error_response_notfound ,blank 
-0x2cb4 006098 increase -5 ,contr 
-0x2cb5 006099 ifetch 2 ,contr 
-0x2cb6 006100 store 2 ,mem_temp 
-0x2cb7 006101 call le_get_search_max_mtu_data 
-0x2cb8 006102 fetcht 1 ,mem_le_name_len 
-0x2cb9 006103 increase 4 ,temp 
-0x2cba 006104 call not_greater_than 
-0x2cbb 006105 copy pdata ,regc 
-0x2cbc 006106 copy pdata ,rega 
-0x2cbd 006107 call le_fifo_malloc_tx_l2cap_gatt 
-0x2cbe 006108 setarg attop_read_by_type_response 
-0x2cbf 006109 istore 1 ,contw 
-0x2cc0 006110 add regc ,-2 ,pdata 
-0x2cc1 006111 add pdata ,-2 ,loopcnt 
-0x2cc2 006112 istore 1 ,contw 
-0x2cc3 006113 fetch 2 ,mem_temp 
-0x2cc4 006114 istore 2 ,contw 
-0x2cc5 006115 arg mem_le_name ,contr 
-0x2cc6 006116 branch memcpy_fast 
-:      006119 le_init_attlist_search:
-0x2cc7 006120 bpatchx patch2a_6 ,mem_patch2a 
-0x2cc8 006121 fetch 2 ,mem_le_search_handle_start 
-0x2cc9 006122 iforce regb 
-0x2cca 006123 fetch 2 ,mem_le_search_handle_end 
-0x2ccb 006124 iforce regc 
-0x2ccc 006125 fetch 2 ,mem_ui_le_uuid_table 
-0x2ccd 006126 iforce contr 
-0x2cce 006127 branch enable_user 
-:      006131 le_att_get_handle_ptr:
-0x2ccf 006132 call le_att_get_handle_ptr2 
-0x2cd0 006133 branch le_att_get_handle_ptr_found ,zero 
-0x2cd1 006134 rtn 
-:      006136 le_att_get_handle_ptr2:
-0x2cd2 006137 bpatchx patch2a_7 ,mem_patch2a 
-0x2cd3 006138 fetch 2 ,mem_ui_le_uuid_table 
-0x2cd4 006139 iforce contr 
-:      006140 le_att_get_handle_loop1:
-0x2cd5 006141 ifetch 2 ,contr 
-0x2cd6 006142 and_into 0xff ,pdata 
-0x2cd7 006143 rtn blank 
-0x2cd8 006144 isub temp ,null 
-0x2cd9 006145 rtn zero 
-0x2cda 006146 call le_att_contr_add_len 
-0x2cdb 006147 call le_att_contr_add_len 
-0x2cdc 006148 branch le_att_get_handle_loop1 
-:      006150 le_att_get_handle_ptr_found:
-:      006151 le_att_contr_add_len:
-0x2cdd 006152 ifetch 1 ,contr 
-0x2cde 006153 iadd contr ,contr 
-0x2cdf 006154 rtn 
-:      006157 le_att_get_uuid_ptr:
-0x2ce0 006158 bpatchx patch2b_0 ,mem_patch2b 
-0x2ce1 006159 fetch 2 ,mem_ui_le_uuid_table 
-0x2ce2 006160 iforce contr 
-:      006161 le_att_get_uuid_loop:
-0x2ce3 006162 ifetch 2 ,contr 
-0x2ce4 006163 and_into 0xff ,pdata 
-0x2ce5 006164 rtn blank 
-0x2ce6 006165 store 2 ,mem_le_cur_handle 
-0x2ce7 006166 ifetch 1 ,contr 
-0x2ce8 006167 copy contr ,contw 
-0x2ce9 006168 iadd contr ,contr 
-0x2cea 006169 fetcht 1 ,mem_le_search_att_type_length 
-0x2ceb 006170 isub temp ,null 
-0x2cec 006171 nbranch le_att_get_uuid_ptr_next ,zero 
-0x2ced 006172 copy pdata ,loopcnt 
-0x2cee 006173 copy contw ,regb 
-0x2cef 006174 arg mem_le_search_att_type ,rega 
-0x2cf0 006175 call string_compare 
-0x2cf1 006176 rtn zero 
-0x2cf2 006177 fetch 1 ,mem_le_search_att_type_length 
-:      006178 le_att_get_uuid_ptr_next:
-0x2cf3 006179 iadd contw ,contr 
-0x2cf4 006180 call le_att_contr_add_len 
-0x2cf5 006181 branch le_att_get_uuid_loop 
-:      006188 le_att_get_last_handle:
-0x2cf6 006189 arg 0x01 ,temp 
-0x2cf7 006190 fetch 2 ,mem_ui_le_uuid_table 
-0x2cf8 006191 iforce contr 
-0x2cf9 006192 copy contr ,contw 
-:      006193 le_att_get_last_handle_loop:
-0x2cfa 006194 ifetch 2 ,contr 
-0x2cfb 006195 and_into 0xff ,pdata 
-0x2cfc 006196 rtn blank 
-0x2cfd 006197 add pdata ,1 ,temp 
-0x2cfe 006198 call le_att_contr_add_len 
-0x2cff 006199 call le_att_contr_add_len 
-0x2d00 006200 copy contr ,contw 
-0x2d01 006201 branch le_att_get_last_handle_loop 
-:      006204 le_att_get_handle_info_from_ptr:
-0x2d02 006205 fetch 2 ,mem_le_cur_attlist_start_ptr 
-0x2d03 006206 branch le_att_get_handle_info_fast 
-:      006208 le_att_get_handle_info:
-0x2d04 006209 bpatchx patch2b_1 ,mem_patch2b 
-0x2d05 006210 fetch 2 ,mem_ui_le_uuid_table 
-:      006211 le_att_get_handle_info_fast:
-0x2d06 006212 iforce contr 
-:      006213 le_att_get_handle_loop:
-0x2d07 006214 ifetch 2 ,contr 
-0x2d08 006215 and_into 0xff ,pdata 
-0x2d09 006216 branch le_att_unfind_handle ,blank 
-0x2d0a 006217 isub temp ,null 
-0x2d0b 006218 branch le_att_finded_handle ,zero 
-0x2d0c 006219 call le_att_contr_add_len 
-0x2d0d 006220 call le_att_contr_add_len 
-0x2d0e 006221 branch le_att_get_handle_loop 
-:      006223 le_att_unfind_handle:
-0x2d0f 006224 branch disable_blank 
-:      006226 le_att_finded_handle:
-0x2d10 006227 ifetch 1 ,contr 
-0x2d11 006228 store 1 ,mem_le_cur_uuid_length 
-0x2d12 006229 copy pdata ,loopcnt 
-0x2d13 006230 arg mem_le_cur_uuid ,contw 
-0x2d14 006231 call memcpy_fast 
-0x2d15 006232 ifetch 1 ,contr 
-0x2d16 006233 store 1 ,mem_le_curr_att_len 
-0x2d17 006234 call store_contr 
-0x2d18 006235 branch enable_blank 
-:      006239 le_parse_att_read_request:
-0x2d19 006240 call le_check_encrypt_state 
-0x2d1a 006241 fetcht 2 ,mem_le_att_handle 
-0x2d1b 006242 fetch 1 ,mem_le_configuration 
-0x2d1c 006243 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
-:      006246 le_send_att_read_response:
-0x2d1d 006247 call le_att_get_handle_ptr2 
-0x2d1e 006248 nbranch le_send_att_error_response_notfound ,zero 
-0x2d1f 006249 call le_send_att_read_response_check_handle ,user 
-0x2d20 006250 rtn user 
-0x2d21 006251 call le_att_get_handle_ptr_found 
-0x2d22 006252 increase -2 ,contr 
-0x2d23 006253 ifetch 2 ,contr 
-0x2d24 006254 arg uuid_chrctr_device_name ,temp 
-0x2d25 006255 isub temp ,null 
-0x2d26 006256 branch le_send_device_name ,zero 
-0x2d27 006257 copy contr ,regc 
-0x2d28 006258 call le_get_search_max_mtu_data 
-0x2d29 006259 copy regc ,contr 
-0x2d2a 006260 ifetcht 1 ,contr 
-0x2d2b 006261 increase 1 ,temp 
-0x2d2c 006262 call not_greater_than 
-:      006263 le_send_att_read_response_less:
-0x2d2d 006264 copy pdata ,regc 
-0x2d2e 006265 copy pdata ,rega 
-0x2d2f 006266 call store_contr 
-0x2d30 006267 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d31 006268 setarg attop_read_response 
-0x2d32 006269 istore 1 ,contw 
-0x2d33 006270 add regc ,-1 ,loopcnt 
-0x2d34 006271 call get_contr 
-0x2d35 006272 branch memcpy 
-:      006274 le_send_device_name:
-0x2d36 006275 call le_get_search_max_mtu_data 
-0x2d37 006276 fetcht 1 ,mem_le_name_len 
-0x2d38 006277 increase 1 ,temp 
-0x2d39 006278 call not_greater_than 
-0x2d3a 006279 copy pdata ,regc 
-0x2d3b 006280 copy pdata ,rega 
-0x2d3c 006282 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d3d 006283 setarg attop_read_response 
-0x2d3e 006284 istore 1 ,contw 
-0x2d3f 006285 add regc ,-1 ,loopcnt 
-0x2d40 006286 arg mem_le_name ,contr 
-0x2d41 006287 branch memcpy 
-:      006290 le_send_att_read_response_check_auth:
-0x2d42 006291 fetch 2 ,mem_le_pairing_handle 
-0x2d43 006292 isub temp ,null 
-0x2d44 006293 nbranch le_send_att_read_response ,zero 
-0x2d45 006294 nbranch le_send_att_read_response ,user 
-:      006295 le_send_att_read_response_error_insufficient_auth:
-0x2d46 006296 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x2d47 006297 branch le_send_att_error_response 
-:      006299 le_send_att_read_response_check_handle:
-0x2d48 006300 increase -2 ,contr 
-0x2d49 006301 ifetch 2 ,contr 
-0x2d4a 006302 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
-0x2d4b 006303 branch disable_user 
-:      006305 le_parse_att_read_blob_request:
-0x2d4c 006306 ifetch 2 ,contr 
-0x2d4d 006307 store 2 ,mem_le_att_offset 
-0x2d4e 006308 iforce rega 
-0x2d4f 006309 fetcht 2 ,mem_le_att_handle 
-:      006310 le_send_att_read_blob_response:
-0x2d50 006311 call le_att_get_handle_ptr 
-0x2d51 006312 branch le_send_att_error_response_notfound ,blank 
-0x2d52 006313 ifetch 1 ,contr 
-0x2d53 006314 isub rega ,loopcnt 
-0x2d54 006315 nbranch le_send_att_error_response_notfound ,positive 
-0x2d55 006316 call store_contr 
-0x2d56 006317 call le_get_search_max_mtu_data 
-0x2d57 006318 add loopcnt ,1 ,temp 
-0x2d58 006319 call not_greater_than 
-:      006320 le_send_att_read_blob_response_less:
-0x2d59 006321 copy pdata ,rega 
-0x2d5a 006322 copy pdata ,regc 
-0x2d5b 006323 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d5c 006324 setarg attop_read_blob_response 
-0x2d5d 006325 istore 1 ,contw 
-0x2d5e 006326 add regc ,-1 ,loopcnt 
-0x2d5f 006327 fetcht 2 ,mem_le_att_offset 
-0x2d60 006328 call get_contr 
-0x2d61 006329 iadd temp ,contr 
-0x2d62 006330 branch memcpy_fast 
-:      006334 le_parse_att_read_by_group_type_request:
-0x2d63 006335 call le_get_search_handle_start_end_common 
-0x2d64 006336 call le_get_search_att_type 
-0x2d65 006337 branch le_send_att_read_by_group_type_response 
-:      006343 le_send_att_read_by_group_type_response:
-0x2d66 006344 arg 2 ,timeup 
-0x2d67 006345 fetcht 2 ,mem_le_search_handle_start 
-0x2d68 006346 storet 2 ,mem_temp 
-0x2d69 006347 call le_att_get_handle_ptr2 
-0x2d6a 006348 increase -2 ,contr 
-0x2d6b 006349 copy contr ,pdata 
-0x2d6c 006350 store 2 ,mem_le_cur_attlist_start_ptr 
-:      006351 le_send_att_read_by_group_type_response_loop:
-0x2d6d 006352 call le_att_check_handle_end 
-0x2d6e 006353 nbranch le_send_att_read_by_group_type_end0 ,positive 
-0x2d6f 006354 fetcht 2 ,mem_temp 
-0x2d70 006355 call le_att_get_handle_info_from_ptr 
-0x2d71 006356 nbranch le_send_att_read_by_group_type_end1 ,blank 
-0x2d72 006358 call le_att_same_type 
-0x2d73 006359 nbranch le_send_att_read_by_group_type_next_handle ,zero 
-0x2d74 006360 copy timeup ,pdata 
-0x2d75 006361 beq 0 ,le_send_att_read_by_group_type_end1 
-0x2d76 006362 nbranch le_send_att_read_by_group_type_store_write_record ,user 
-0x2d77 006363 disable user 
-0x2d78 006365 call le_get_search_max_mtu_data 
-0x2d79 006366 copy pdata ,rega 
-0x2d7a 006367 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d7b 006368 setarg attop_read_by_group_type_response 
-0x2d7c 006369 istore 1 ,contw 
-0x2d7d 006370 fetch 1 ,mem_le_curr_att_len 
-0x2d7e 006371 add pdata ,4 ,rega 
-0x2d7f 006372 istorer rega ,1 ,contw 
-0x2d80 006373 call store_contw 
-0x2d81 006374 sub rega ,6 ,null 
-0x2d82 006375 ncall enable_user2 ,zero 
-0x2d83 006376 call disable_user2 ,zero 
-0x2d84 006377 call le_get_search_max_mtu_data 
-0x2d85 006378 increase -2 ,pdata 
-0x2d86 006379 idiv rega 
-0x2d87 006380 call wait_div_end 
-0x2d88 006381 quotient timeup 
-0x2d89 006382 branch le_send_att_read_by_group_type_store_record 
-:      006383 le_send_att_read_by_group_type_store_write_record:
-0x2d8a 006384 call le_send_att_read_by_group_type_check_pair_length_type 
-0x2d8b 006385 nbranch le_send_att_read_by_group_type_end1 ,blank 
-0x2d8c 006386 fetch 2 ,mem_temp 
-0x2d8d 006387 increase -1 ,pdata 
-0x2d8e 006388 store 2 ,mem_le_cur_handle_end 
-0x2d8f 006389 call le_write_att_record 
-:      006390 le_send_att_read_by_group_type_store_record:
-0x2d90 006391 fetch 2 ,mem_temp 
-0x2d91 006392 store 2 ,mem_le_cur_handle_start 
-0x2d92 006393 call le_store_att_record 
-0x2d93 006394 increase -1 ,timeup 
-:      006396 le_send_att_read_by_group_type_next_handle:
-0x2d94 006397 call le_att_next_handle 
-0x2d95 006398 branch le_send_att_read_by_group_type_response_loop 
-:      006400 le_send_att_read_by_type_res_check_pair_length_type:
-0x2d96 006401 fetch 1 ,mem_le_cur_uuid_length 
-0x2d97 006402 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
-:      006405 le_send_att_read_by_group_type_check_pair_length_type:
-0x2d98 006406 fetch 1 ,mem_le_curr_att_len 
-0x2d99 006407 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
-0x2d9a 006408 increase -2 ,pdata 
-0x2d9b 006409 rtn 
-:      006411 le_send_att_read_by_group_type_check_pair_length_type_16byte:
-0x2d9c 006412 increase -16 ,pdata 
-0x2d9d 006413 rtn 
-:      006415 le_send_att_read_by_group_type_end0:
-0x2d9e 006416 fetch 2 ,mem_temp 
-0x2d9f 006417 store 2 ,mem_le_cur_handle_end 
-0x2da0 006418 branch le_send_att_read_by_group_type_end_common 
-:      006419 le_send_att_read_by_group_type_end1:
-0x2da1 006420 fetch 2 ,mem_temp 
-0x2da2 006421 increase -1 ,pdata 
-0x2da3 006422 store 2 ,mem_le_cur_handle_end 
-0x2da4 006423 branch le_send_att_read_by_group_type_end_common 
-:      006424 le_send_att_read_by_group_type_end_common:
-0x2da5 006425 branch le_send_att_error_response_notfound ,user 
-0x2da6 006426 call le_write_att_record 
-0x2da7 006427 branch le_send_auto_len_by_mem 
-:      006432 le_parse_att_write_request:
-0x2da8 006433 copy contr ,rega 
-0x2da9 006434 fetch 2 ,mem_le_l2cap_size 
-0x2daa 006435 add pdata ,-3 ,regb 
-0x2dab 006436 call le_writeatt_cb 
-:      006437 le_send_att_write_response_check_auth:
-0x2dac 006438 bpatchx patch2b_2 ,mem_patch2b 
-0x2dad 006439 call le_check_encrypt_state 
-0x2dae 006440 fetcht 2 ,mem_le_att_handle 
-0x2daf 006441 call le_att_get_handle_ptr2 
-0x2db0 006442 nbranch le_send_att_write_response_error_invalid_handle ,zero 
-0x2db1 006443 call le_send_att_write_response_check_handle ,user 
-0x2db2 006444 rtn user 
-0x2db3 006446 fetch 1 ,mem_le_configuration 
-0x2db4 006447 bbit0 bit_ble_write_auth ,le_send_att_write_response 
-0x2db5 006449 fetcht 2 ,mem_le_att_handle 
-0x2db6 006450 fetch 2 ,mem_le_pairing_handle 
-0x2db7 006451 isub temp ,null 
-0x2db8 006452 nbranch le_send_att_write_response ,zero 
-0x2db9 006453 call le_check_encrypt_state 
-0x2dba 006454 nbranch le_send_att_write_response ,user 
-0x2dbb 006455 branch le_send_att_read_response_error_insufficient_auth 
-:      006458 le_send_att_write_response:
-0x2dbc 006459 force 1 ,rega 
-0x2dbd 006460 call le_fifo_malloc_tx_l2cap_gatt 
-0x2dbe 006461 setarg attop_write_response 
-0x2dbf 006462 istore 1 ,contw 
-0x2dc0 006463 rtn 
-:      006465 le_send_att_write_response_check_handle:
-0x2dc1 006466 increase -2 ,contr 
-0x2dc2 006467 ifetch 2 ,contr 
-0x2dc3 006468 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
-0x2dc4 006469 branch disable_user 
-:      006471 le_send_att_write_response_error_invalid_handle:
-0x2dc5 006472 jam att_err_invalid_handle ,mem_le_err_code 
-0x2dc6 006473 branch le_send_att_error_response 
-:      006476 le_check_encrypt_state:
-0x2dc7 006477 bpatchx patch2b_3 ,mem_patch2b 
-0x2dc8 006478 call disable_user 
-0x2dc9 006479 fetch 1 ,mem_le_pairing_mode 
-0x2dca 006480 rtneq le_pairing_mode_none 
-0x2dcb 006481 fetch 1 ,mem_context 
-0x2dcc 006482 rtnbit1 lestate_encryption 
-0x2dcd 006483 branch enable_user 
-:      006486 le_parse_att_prepare_write_request:
-0x2dce 006487 add contr ,2 ,rega 
-0x2dcf 006488 fetch 2 ,mem_le_l2cap_size 
-0x2dd0 006489 add pdata ,-5 ,regb 
-0x2dd1 006490 call le_writeatt_cb 
-0x2dd2 006491 branch le_send_att_prepare_write_response 
-:      006494 le_send_att_prepare_write_response:
-0x2dd3 006495 fetch 2 ,mem_le_l2cap_size 
-0x2dd4 006496 copy pdata ,rega 
-0x2dd5 006497 call le_fifo_malloc_tx_l2cap_gatt 
-0x2dd6 006498 setarg attop_prepare_write_response 
-0x2dd7 006499 istore 1 ,contw 
-0x2dd8 006500 fetch 2 ,mem_le_att_handle 
-0x2dd9 006501 istore 2 ,contw 
-0x2dda 006502 fetch 2 ,mem_le_l2cap_size 
-0x2ddb 006503 add pdata ,-5 ,loopcnt 
-0x2ddc 006504 fetch 2 ,mem_le_payload_ptr 
-0x2ddd 006505 add pdata ,7 ,contr 
-0x2dde 006506 ifetch 2 ,contr 
-0x2ddf 006507 istore 2 ,contw 
-0x2de0 006508 branch memcpy_fast 
-:      006512 le_parse_att_execute_write_request:
-:      006514 le_send_att_execute_write_response:
-0x2de1 006515 force 1 ,rega 
-0x2de2 006516 call le_fifo_malloc_tx_l2cap_gatt 
-0x2de3 006517 setarg attop_execute_write_response 
-0x2de4 006518 istore 1 ,contw 
-0x2de5 006519 rtn 
-:      006521 le_parse_handle_value_confirmation:
-0x2de6 006522 fetch 1 ,mem_le_l2cap_att_states 
-0x2de7 006523 set0 ble_l2cap_recv_confirmation_packet ,pdata 
-0x2de8 006524 store 1 ,mem_le_l2cap_att_states 
-0x2de9 006525 rtn 
-:      006527 le_parse_att_write_command:
-0x2dea 006528 copy contr ,rega 
-0x2deb 006529 fetch 2 ,mem_le_l2cap_size 
-0x2dec 006530 add pdata ,-3 ,regb 
-0x2ded 006531 branch le_writeatt_cb 
-:      006536 le_att_malloc_tx_notify:
-0x2dee 006537 copy temp ,regc 
-0x2def 006538 increase 3 ,rega 
-0x2df0 006539 call le_fifo_malloc_tx_l2cap_gatt 
-0x2df1 006540 increase -3 ,rega 
-0x2df2 006541 setarg attop_handle_value_notification 
-0x2df3 006542 istore 1 ,contw 
-0x2df4 006543 copy regc ,temp 
-0x2df5 006544 istoret 2 ,contw 
-0x2df6 006545 rtn 
-:      006548 le_att_malloc_tx_indication:
-0x2df7 006549 fetch 1 ,mem_le_l2cap_att_states 
-0x2df8 006550 set1 ble_l2cap_send_indication_packet ,pdata 
-0x2df9 006551 store 1 ,mem_le_l2cap_att_states 
-0x2dfa 006552 copy temp ,regc 
-0x2dfb 006553 increase 3 ,rega 
-0x2dfc 006554 call le_fifo_malloc_tx_l2cap_gatt 
-0x2dfd 006555 increase -3 ,rega 
-0x2dfe 006556 setarg attop_handle_value_indication 
-0x2dff 006557 istore 1 ,contw 
-0x2e00 006558 copy regc ,temp 
-0x2e01 006559 istoret 2 ,contw 
-0x2e02 006560 rtn 
-:      006565 le_send_att_error_response_notfound:
-0x2e03 006566 bpatchx patch2b_4 ,mem_patch2b 
-0x2e04 006567 jam att_err_attribute_not_found ,mem_le_err_code 
-:      006568 le_send_att_error_response:
-0x2e05 006569 force 5 ,rega 
-0x2e06 006570 call le_fifo_malloc_tx_l2cap_gatt 
-0x2e07 006571 setarg attop_error_response 
-0x2e08 006572 istore 1 ,contw 
-0x2e09 006573 fetch 1 ,mem_le_att_opcode 
-0x2e0a 006574 istore 1 ,contw 
-0x2e0b 006575 fetch 2 ,mem_le_att_handle 
-0x2e0c 006576 istore 2 ,contw 
-0x2e0d 006577 fetch 1 ,mem_le_err_code 
-0x2e0e 006578 istore 1 ,contw 
-0x2e0f 006579 rtn 
-:      006582 le_fifo_malloc_tx_l2cap_gatt:
-0x2e10 006583 bpatchx patch2b_5 ,mem_patch2b 
-0x2e11 006584 force le_l2cap_cid_att ,regb 
-0x2e12 006585 branch le_fifo_malloc_tx_l2cap 
-:      006588 le_att_next_handle:
-0x2e13 006589 fetcht 2 ,mem_temp 
-0x2e14 006590 increase 1 ,temp 
-0x2e15 006591 storet 2 ,mem_temp 
-0x2e16 006592 rtn 
-:      006594 le_att_check_handle_end:
-0x2e17 006595 fetcht 2 ,mem_temp 
-0x2e18 006596 fetch 2 ,mem_le_search_handle_end 
-0x2e19 006597 isub temp ,null 
-0x2e1a 006598 rtn 
-:      006601 le_att_same_type:
-0x2e1b 006602 bpatchx patch2b_6 ,mem_patch2b 
-0x2e1c 006603 fetcht 1 ,mem_le_search_att_type_length 
-0x2e1d 006604 arg mem_le_search_att_type ,rega 
-:      006605 le_att_check_same_common:
-0x2e1e 006606 fetch 1 ,mem_le_cur_uuid_length 
-0x2e1f 006607 copy pdata ,loopcnt 
-0x2e20 006608 isub temp ,null 
-0x2e21 006609 nrtn zero 
-0x2e22 006610 arg mem_le_cur_uuid ,regb 
-0x2e23 006611 branch string_compare 
-:      006614 le_store_att_record:
-0x2e24 006615 bpatchx patch2b_7 ,mem_patch2b 
-0x2e25 006616 fetch 1 ,mem_le_curr_att_len 
-0x2e26 006617 store 1 ,mem_temp_block0 
-0x2e27 006618 copy pdata ,loopcnt 
-0x2e28 006619 call get_contr 
-0x2e29 006620 branch memcpy_fast 
-:      006623 le_write_att_record:
-0x2e2a 006624 bpatchx patch2c_0 ,mem_patch2c 
-0x2e2b 006625 call get_contw 
-0x2e2c 006626 fetch 2 ,mem_le_cur_handle_start 
-0x2e2d 006627 istore 2 ,contw 
-0x2e2e 006628 fetch 2 ,mem_le_cur_handle_end 
-0x2e2f 006629 istore 2 ,contw 
-:      006630 le_write_att_record_common:
-0x2e30 006631 fetch 1 ,mem_temp_block0 
-0x2e31 006632 copy pdata ,loopcnt 
-0x2e32 006633 call memcpy_fast 
-0x2e33 006634 branch store_contw 
-:      006638 le_send_auto_len_by_mem:
-0x2e34 006639 bpatchx patch2c_1 ,mem_patch2c 
-0x2e35 006640 call get_contw 
-0x2e36 006641 call le_fifo_get_last_att_ptr 
-0x2e37 006642 copy contw ,pdata 
-0x2e38 006643 isub contr ,rega 
-0x2e39 006644 call le_fifo_get_last_l2cap_ptr 
-0x2e3a 006645 copy rega ,pdata 
-0x2e3b 006646 istore 2 ,contr 
-0x2e3c 006647 increase 4 ,rega 
-0x2e3d 006648 call le_fifo_get_last_tx_ptr 
-0x2e3e 006649 copy rega ,pdata 
-0x2e3f 006650 istore 1 ,contr 
-0x2e40 006651 rtn 
-:      006654 le_get_search_handle_start_end_common:
-0x2e41 006655 rshift8 pdata ,pdata 
-0x2e42 006656 store 2 ,mem_le_search_handle_start 
-0x2e43 006657 ifetch 2 ,contr 
-0x2e44 006658 store 2 ,mem_le_search_handle_end 
-0x2e45 006659 rtn 
-:      006662 le_get_search_max_mtu_data:
-0x2e46 006663 bpatchx patch2c_2 ,mem_patch2c 
-0x2e47 006664 fetch 2 ,mem_le_remote_mtu 
-0x2e48 006666 fetcht 2 ,mem_le_local_mtu 
-0x2e49 006670 branch not_greater_than 
-:      006674 le_get_search_att_type:
-0x2e4a 006675 bpatchx patch2c_3 ,mem_patch2c 
-0x2e4b 006676 call store_contr 
-0x2e4c 006677 arg mem_le_search_att_type_length ,contw 
-:      006678 le_get_search_common:
-0x2e4d 006679 fetch 2 ,mem_le_l2cap_size 
-0x2e4e 006680 increase -5 ,pdata 
-:      006681 le_get_search_common2:
-0x2e4f 006682 istore 1 ,contw 
-0x2e50 006683 copy pdata ,loopcnt 
-0x2e51 006684 call get_contr 
-0x2e52 006685 branch memcpy_fast 
-:      006689 le_parse_writing_attribute_start:
-0x2e53 006690 fetch 2 ,mem_le_rxbuf_data_att_cid 
-0x2e54 006691 rtnne le_l2cap_cid_att 
-0x2e55 006692 fetch 1 ,mem_le_l2cap_att_states 
-0x2e56 006693 set1 ble_l2cap_deal_with_continue_packet ,pdata 
-0x2e57 006694 store 1 ,mem_le_l2cap_att_states 
-0x2e58 006695 fetch 3 ,mem_le_rxbuf_data_att_opcode 
-0x2e59 006696 store 3 ,mem_le_att_opcode 
-0x2e5a 006697 set1 mark_old_packet ,mark 
-0x2e5b 006698 beq attop_write_request ,le_parse_attribute_write_request 
-0x2e5c 006699 beq attop_write_command ,le_parse_attribute_write_command 
-0x2e5d 006700 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x2e5e 006701 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x2e5f 006702 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
-0x2e60 006703 set0 mark_old_packet ,mark 
-:      006704 le_clear_l2cap_att_states_deal_with_contiune_packet:
-0x2e61 006705 fetch 1 ,mem_le_l2cap_att_states 
-0x2e62 006706 set0 ble_l2cap_deal_with_continue_packet ,pdata 
-0x2e63 006707 store 1 ,mem_le_l2cap_att_states 
-0x2e64 006708 rtn 
-:      006710 le_parse_writing_attribute_continue:
-0x2e65 006711 fetch 1 ,mem_le_l2cap_att_states 
-0x2e66 006712 rtnbit0 ble_l2cap_deal_with_continue_packet 
-0x2e67 006713 set1 mark_old_packet ,mark 
-0x2e68 006714 call le_parse_l2cap_continue_common 
-0x2e69 006715 call le_parse_attribute_check_complete_packet 
-0x2e6a 006716 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
-0x2e6b 006717 fetch 1 ,mem_le_att_opcode 
-0x2e6c 006718 beq attop_write_request ,le_send_att_write_response_check_auth 
-0x2e6d 006719 rtn 
-:      006722 le_parse_attribute_write_request:
-0x2e6e 006723 call le_parse_attribute_write_command 
-0x2e6f 006724 branch le_send_attribute_write_response_check_auth 
-:      006726 le_send_attribute_write_response_check_auth:
-0x2e70 006727 call le_parse_attribute_check_complete_packet 
-0x2e71 006728 nrtn user 
-0x2e72 006729 branch le_send_att_write_response_check_auth 
-:      006732 le_parse_attribute_write_command:
-0x2e73 006733 bpatchx patch2c_4 ,mem_patch2c 
-0x2e74 006734 call le_parse_attribute_check_complete_packet_init 
-0x2e75 006735 arg mem_le_rxbuf_data_att_write_payload ,rega 
-0x2e76 006736 branch le_writeatt_cb 
-:      006739 le_parse_attribute_check_complete_packet_init:
-0x2e77 006740 fetch 1 ,mem_le_rxbuf_data_att_write_length 
-0x2e78 006741 add pdata ,-7 ,regb 
-0x2e79 006742 increase -4 ,pdata 
-0x2e7a 006743 store 2 ,mem_le_packet_len_recved 
-0x2e7b 006744 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
-0x2e7c 006745 storet 2 ,mem_le_l2cap_size 
-0x2e7d 006746 rtn 
-:      006749 le_parse_l2cap_continue_common:
-0x2e7e 006750 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
-0x2e7f 006751 fetch 2 ,mem_le_packet_len_recved 
-0x2e80 006752 iadd regb ,temp 
-0x2e81 006753 storet 2 ,mem_le_packet_len_recved 
-0x2e82 006754 arg mem_le_rxbuf_data_continue_payload ,rega 
-0x2e83 006755 branch le_writeatt_cb 
-:      006759 le_parse_attribute_check_complete_packet:
-0x2e84 006760 call disable_user 
-0x2e85 006761 fetch 2 ,mem_le_packet_len_recved 
-0x2e86 006762 fetcht 2 ,mem_le_l2cap_size 
-0x2e87 006763 isub temp ,null 
-0x2e88 006764 nrtn zero 
-0x2e89 006765 branch enable_user 
-:      006771 le_parse_signaling:
-0x2e8a 006772 ifetch 1 ,contr 
-0x2e8b 006773 ifetcht 1 ,contr 
-0x2e8c 006774 ifetcht 2 ,contr 
-0x2e8d 006775 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
-0x2e8e 006776 rtn 
-:      006777 le_l2cap_parse_conn_parameter_update_rsp:
-0x2e8f 006778 ifetch 2 ,contr 
-0x2e90 006779 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x2e91 006780 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
-0x2e92 006781 branch ui_ipc_send_event 
-:      006787 le_l2cap_tx_update_req:
-0x2e93 006788 arg 0x0c ,rega 
-0x2e94 006789 arg l2cap_connection_parameter_update_request ,regc 
-0x2e95 006790 call le_fifo_malloc_tx_l2cap_signaling 
-0x2e96 006791 setarg 0x08 
-0x2e97 006792 istore 2 ,contw 
-0x2e98 006793 fetch 8 ,mem_le_interval_min 
-0x2e99 006794 istore 8 ,contw 
-0x2e9a 006795 rtn 
-:      006799 le_fifo_malloc_tx_l2cap_signaling:
-0x2e9b 006800 call le_l2cap_update_signaling_identifier 
-0x2e9c 006801 arg le_l2cap_cid_signal ,regb 
-0x2e9d 006802 call le_fifo_malloc_tx_l2cap 
-0x2e9e 006803 copy regc ,pdata 
-0x2e9f 006804 istore 1 ,contw 
-0x2ea0 006805 fetch 1 ,mem_le_signaling_identifier 
-0x2ea1 006806 istore 1 ,contw 
-0x2ea2 006807 rtn 
-:      006810 le_l2cap_update_signaling_identifier:
-0x2ea3 006811 fetch 1 ,mem_le_signaling_identifier 
-0x2ea4 006813 pincrease 1 
-0x2ea5 006814 store 1 ,mem_le_signaling_identifier 
-0x2ea6 006815 rtnne 0 
-:      006817 le_l2cap_reset_signaling_identifier:
-0x2ea7 006818 jam 1 ,mem_le_signaling_identifier 
-0x2ea8 006819 rtn 
-:      006824 le_pairing_mode_init:
-0x2ea9 006825 fetch 1 ,mem_le_pairing_mode 
-0x2eaa 006826 beq le_pairing_mode_none ,le_set_no_pairing 
-0x2eab 006827 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
-0x2eac 006828 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
-0x2ead 006829 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
-0x2eae 006830 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
-0x2eaf 006831 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
-0x2eb0 006832 rtn 
-:      006834 le_set_pairing_mode_secure_justwork:
-0x2eb1 006835 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x2eb2 006836 branch le_set_noinputnooutput 
-:      006837 le_set_pairing_mode_secure_numeric:
-0x2eb3 006838 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x2eb4 006839 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x2eb5 006840 rtn 
-:      006841 le_set_pairing_mode_secure_passkey:
-0x2eb6 006842 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x2eb7 006843 branch le_set_displayonly 
-:      006845 le_set_no_pairing:
-0x2eb8 006846 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      006847 le_set_noinputnooutput:
-0x2eb9 006848 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x2eba 006849 rtn 
-:      006850 le_set_pairing_mode_lagacy_just_work:
-0x2ebb 006851 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x2ebc 006852 branch le_set_noinputnooutput 
-:      006853 le_set_pairing_mode_lagacy_passkey:
-0x2ebd 006854 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      006855 le_set_displayonly:
-0x2ebe 006856 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x2ebf 006857 rtn 
-:      006859 le_secure_connection_enable:
-0x2ec0 006860 fetch 1 ,mem_secure_connections_enable 
-0x2ec1 006861 set1 secure_connections_le_bit ,pdata 
-0x2ec2 006862 store 1 ,mem_secure_connections_enable 
-0x2ec3 006863 rtn 
-:      006865 le_secure_connection_disable:
-0x2ec4 006866 fetch 1 ,mem_secure_connections_enable 
-0x2ec5 006867 set0 secure_connections_le_bit ,pdata 
-0x2ec6 006868 store 1 ,mem_secure_connections_enable 
-0x2ec7 006869 rtn 
-:      006871 le_parse_smp:
-0x2ec8 006872 ifetch 1 ,contr 
-0x2ec9 006873 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x2eca 006875 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x2ecb 006876 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x2ecc 006877 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x2ecd 006879 beq smp_master_identification ,le_parse_smp_master_identification 
-0x2ece 006880 beq smp_identity_information ,le_parse_smp_identity_information 
-0x2ecf 006881 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x2ed0 006882 beq smp_signing_information ,le_parse_smp_signing_information 
-0x2ed1 006883 beq smp_security_request ,le_parse_smp_security_request 
-0x2ed2 006884 beq smp_pairing_public_key ,le_parse_smp_public_key 
-0x2ed3 006885 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
-0x2ed4 006886 rtn 
-:      006890 le_send_smp_security_request:
-0x2ed5 006891 force 2 ,rega 
-0x2ed6 006892 call le_fifo_malloc_tx_l2cap_smp 
-0x2ed7 006893 setarg smp_security_request 
-0x2ed8 006894 istore 1 ,contw 
-0x2ed9 006895 fetch 1 ,mem_le_pres_auth 
-0x2eda 006896 istore 1 ,contw 
-0x2edb 006897 rtn 
-:      006899 le_parse_smp_pairing_request:
-0x2edc 006900 store 1 ,mem_le_preq 
-0x2edd 006901 ifetch 6 ,contr 
-0x2ede 006902 istore 6 ,contw 
-0x2edf 006903 fetch 1 ,mem_le_pairing_mode 
-0x2ee0 006904 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
-0x2ee1 006905 call le_send_smp_pairing_response 
-0x2ee2 006906 fetch 1 ,mem_sc_only_mode 
-0x2ee3 006907 branch le_parse_smp_pairing_request2 ,blank 
-0x2ee4 006908 fetch 1 ,mem_le_preq_auth 
-0x2ee5 006909 bbit0 le_auth_secure_connection_pairing_bit ,app_ble_disconnect 
-0x2ee6 006910 fetch 1 ,mem_le_pairing_mode 
-0x2ee7 006911 bbit0 le_pairing_mode_secure_connect_bit ,app_ble_disconnect 
-:      006912 le_parse_smp_pairing_request2:
-0x2ee8 006913 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
-0x2ee9 006914 fetch 1 ,mem_le_preq_iocap 
-0x2eea 006915 beq flag_iocap_displayonly ,le_set_tk_0 
-0x2eeb 006916 beq flag_iocap_displayyesno ,le_set_tk_0 
-0x2eec 006917 beq flag_iocap_noinputnooutput ,le_set_tk_0 
-0x2eed 006918 fetch 1 ,mem_le_pairing_mode 
-0x2eee 006919 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
-0x2eef 006920 rtneq le_pairing_mode_secure_connect_passkey 
-:      006921 le_set_tk_0:
-0x2ef0 006922 arg 0 ,pdata 
-0x2ef1 006923 store 4 ,mem_le_tk 
-0x2ef2 006924 rtn 
-:      006926 le_parse_smp_pairing_req_passkey:
-0x2ef3 006927 fetch 1 ,mem_le_configuration 
-0x2ef4 006928 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
-:      006929 le_genernate_tk:
-0x2ef5 006930 arg mem_le_tk ,rega 
-0x2ef6 006931 copy rega ,contw 
-0x2ef7 006932 arg 3 ,loopcnt 
-0x2ef8 006933 call generate_random_loop 
-0x2ef9 006934 fetch 2 ,mem_le_tk + 2 
-0x2efa 006935 and_into 0x7 ,pdata 
-0x2efb 006936 store 2 ,mem_le_tk + 2 
-:      006937 le_parse_smp_pairing_req_fixed_passkey:
-0x2efc 006938 jam bt_evt_le_tk_generate ,mem_fifo_temp 
-0x2efd 006939 branch ui_ipc_send_event 
-:      006943 le_send_smp_pairing_response:
-0x2efe 006944 force 7 ,rega 
-0x2eff 006945 call le_fifo_malloc_tx_l2cap_smp 
-0x2f00 006946 fetch 7 ,mem_le_pres 
-0x2f01 006947 istore 7 ,contw 
-0x2f02 006948 rtn 
-:      006951 le_parse_smp_pairing_confirm:
-0x2f03 006952 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
-0x2f04 006953 arg mem_le_rconfirm ,contw 
-0x2f05 006954 call memcpy16 
-0x2f06 006955 fetch 1 ,mem_le_pairing_mode 
-0x2f07 006956 beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
-0x2f08 006957 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
-0x2f09 006958 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_confirm_sc_passkey_res_input 
-0x2f0a 006959 branch le_send_smp_pairing_confirm 
-:      006962 le_parse_smp_pairing_confirm_passkey_res_input:
-0x2f0b 006963 jam bt_evt_le_get_passkey ,mem_fifo_temp 
-0x2f0c 006964 branch ui_ipc_send_event 
-:      006966 le_parse_smp_pairing_confirm_secure_passkey:
-0x2f0d 006967 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x2f0e 006968 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x2f0f 006969 rtn 
-:      006971 le_parse_smp_pairing_confirm_sc_passkey_res_input:
-0x2f10 006972 fetch 4 ,mem_le_tk 
-0x2f11 006973 branch le_parse_smp_pairing_confirm_passkey_res_input ,blank 
-0x2f12 006974 branch le_parse_smp_pairing_confirm_secure_passkey 
-:      006976 le_send_smp_pairing_confirm:
-0x2f13 006977 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
-0x2f14 006978 fetch 1 ,mem_le_pairing_mode 
-0x2f15 006979 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
-0x2f16 006980 call generate_confirm 
-0x2f17 006981 force 17 ,rega 
-0x2f18 006982 call le_fifo_malloc_tx_l2cap_smp 
-0x2f19 006983 setarg smp_pairing_confirm 
-0x2f1a 006984 istore 1 ,contw 
-0x2f1b 006985 branch store_aes_result 
-:      006987 le_send_smp_pairing_confirm_sc:
-0x2f1c 006988 arg mem_le_srand ,contw 
-0x2f1d 006989 call generate_random 
-0x2f1e 006990 call function_f4_cb 
-0x2f1f 006991 force 17 ,rega 
-0x2f20 006992 call le_fifo_malloc_tx_l2cap_smp 
-0x2f21 006993 setarg smp_pairing_confirm 
-0x2f22 006994 istore 1 ,contw 
-0x2f23 006995 branch load_inverse_result 
-:      006997 le_parse_smp_pairing_random:
-0x2f24 006998 copy contr ,rega 
-0x2f25 006999 fetch 1 ,mem_le_pairing_mode 
-0x2f26 007000 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
-0x2f27 007001 copy rega ,contr 
-0x2f28 007002 call authenticate_rconfirm 
-0x2f29 007003 branch le_parse_smp_pairing_random_success ,zero 
-:      007004 le_send_pairing_confirm_value_failed:
-0x2f2a 007005 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
-:      007006 le_send_pairing_failed:
-0x2f2b 007007 force 2 ,rega 
-0x2f2c 007008 call le_fifo_malloc_tx_l2cap_smp 
-0x2f2d 007009 setarg smp_pairing_failed 
-0x2f2e 007010 istore 1 ,contw 
-0x2f2f 007011 fetch 1 ,mem_le_ll_pairing_fail_reason 
-0x2f30 007012 istore 1 ,contw 
-:      007013 le_parse_smp_pairing_failed:
-0x2f31 007014 bpatchx patch2c_5 ,mem_patch2c 
-0x2f32 007015 force smp_pairing_timer ,queue 
-0x2f33 007016 call timer_stop 
-0x2f34 007017 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x2f35 007018 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
-0x2f36 007019 branch ui_ipc_send_event 
-:      007021 le_smp_pairing_fail_reason_not_support_pairing:
-0x2f37 007022 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
-0x2f38 007023 branch le_send_pairing_failed 
-:      007025 le_parse_smp_pairing_random_sc:
-0x2f39 007026 arg mem_le_mrand ,contw 
-0x2f3a 007027 copy rega ,contr 
-0x2f3b 007028 call memcpy16 
-0x2f3c 007029 fetch 1 ,mem_le_pairing_mode 
-0x2f3d 007030 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
-0x2f3e 007031 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_random_sc_passkey 
-0x2f3f 007032 call function_g2 
-0x2f40 007033 call le_send_smp_pairing_random 
-0x2f41 007034 fetch 1 ,mem_le_pairing_mode 
-0x2f42 007035 rtnne le_pairing_mode_secure_connect_numeric 
-0x2f43 007036 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
-0x2f44 007037 branch ui_ipc_send_event 
-:      007039 le_parse_smp_pairing_random_sc_passkey:
-0x2f45 007040 call function_f4_ca 
-0x2f46 007041 arg mem_aes_cmac_temp ,contw 
-0x2f47 007042 call load_inverse_result 
-0x2f48 007043 arg mem_aes_cmac_temp ,rega 
-0x2f49 007044 arg mem_le_rconfirm ,regb 
-0x2f4a 007045 arg 16 ,loopcnt 
-0x2f4b 007046 call string_compare 
-0x2f4c 007047 nbranch le_send_pairing_confirm_value_failed ,zero 
-0x2f4d 007048 branch le_send_smp_pairing_random 
-:      007050 le_parse_smp_pairing_random_success:
-0x2f4e 007051 call generate_stk 
-0x2f4f 007052 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x2f50 007053 call ui_ipc_send_event 
-0x2f51 007054 jam 1 ,mem_ltk_exists 
-0x2f52 007055 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-:      007057 le_send_smp_pairing_random:
-0x2f53 007058 force 17 ,rega 
-0x2f54 007059 call le_fifo_malloc_tx_l2cap_smp 
-0x2f55 007060 setarg smp_pairing_random 
-0x2f56 007061 istore 1 ,contw 
-0x2f57 007062 arg mem_le_srand ,contr 
-0x2f58 007063 branch memcpy16 
-:      007065 le_send_smp_encryption_information:
-0x2f59 007066 force 17 ,rega 
-0x2f5a 007067 call le_fifo_malloc_tx_l2cap_smp 
-0x2f5b 007068 setarg smp_encryption_information 
-0x2f5c 007069 istore 1 ,contw 
-0x2f5d 007070 fetch 1 ,mem_le_configuration 
-0x2f5e 007071 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
-0x2f5f 007072 arg mem_le_ltk ,contr 
-0x2f60 007073 branch memcpy16 
-:      007075 le_send_fixed_ltk:
-0x2f61 007076 arg mem_le_fixed_ltk ,contr 
-0x2f62 007077 branch memcpy16 
-:      007080 le_send_smp_master_identification:
-0x2f63 007081 arg mem_le_ediv ,contw 
-0x2f64 007082 force 10 ,loopcnt 
-0x2f65 007083 call generate_random_loop 
-0x2f66 007084 force 11 ,rega 
-0x2f67 007085 call le_fifo_malloc_tx_l2cap_smp 
-0x2f68 007086 setarg smp_master_identification 
-0x2f69 007087 istore 1 ,contw 
-0x2f6a 007088 fetch 2 ,mem_le_ediv 
-0x2f6b 007089 istore 2 ,contw 
-0x2f6c 007090 fetch 8 ,mem_le_rand 
-0x2f6d 007091 istore 8 ,contw 
-0x2f6e 007092 rtn 
-:      007094 le_send_smp_identity_information:
-0x2f6f 007095 force 17 ,rega 
-0x2f70 007096 call le_fifo_malloc_tx_l2cap_smp 
-0x2f71 007097 setarg smp_identity_information 
-0x2f72 007098 istore 1 ,contw 
-0x2f73 007099 setarg 0 
-0x2f74 007100 istore 8 ,contw 
-0x2f75 007101 istore 8 ,contw 
-0x2f76 007102 rtn 
-:      007105 le_send_smp_identity_address_information:
-0x2f77 007106 force 8 ,rega 
-0x2f78 007107 call le_fifo_malloc_tx_l2cap_smp 
-0x2f79 007108 setarg smp_identity_address_information 
-0x2f7a 007109 istore 1 ,contw 
-0x2f7b 007110 fetch 1 ,mem_le_conn_own_addr_type 
-0x2f7c 007111 istore 1 ,contw 
-0x2f7d 007112 fetch 6 ,mem_le_lap 
-0x2f7e 007113 istore 6 ,contw 
-0x2f7f 007114 rtn 
-:      007117 le_send_pairing_fail_unspecified_reason:
-0x2f80 007118 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
-0x2f81 007119 branch le_send_pairing_failed 
-:      007121 le_check_init_key_distribution:
-0x2f82 007122 fetch 1 ,mem_le_pres_init_key_distribution 
-0x2f83 007123 fetcht 1 ,mem_le_pres_init_key_distribution 
-0x2f84 007124 iand temp ,pdata 
-0x2f85 007125 rtn 
-:      007127 le_parse_smp_identity_information:
-0x2f86 007128 arg mem_le_irk ,contw 
-0x2f87 007129 call memcpy16 
-0x2f88 007130 call le_check_init_key_distribution 
-0x2f89 007131 isolate0 le_initator_irk_bit ,pdata 
-0x2f8a 007132 branch le_send_pairing_fail_unspecified_reason ,true 
-0x2f8b 007133 fetch 1 ,mem_device_option 
-0x2f8c 007134 rtnne dvc_op_module 
-0x2f8d 007135 call le_check_master_addr_type 
-0x2f8e 007136 nrtn user 
-0x2f8f 007137 branch app_ble_store_reconn_info 
-:      007140 le_check_master_addr_type:
-0x2f90 007141 call disable_user 
-0x2f91 007142 fetch 1 ,mem_le_conn_peer_addr_type 
-0x2f92 007143 rtneq master_public_addr 
-0x2f93 007144 fetch 1 ,mem_le_preq_init_key_distribution 
-0x2f94 007145 rtnbit0 le_initator_irk_bit 
-0x2f95 007146 branch enable_user 
-:      007148 le_parse_smp_identity_address_information:
-0x2f96 007149 call le_check_init_key_distribution 
-0x2f97 007150 isolate0 le_initator_irk_bit ,pdata 
-0x2f98 007151 branch le_send_pairing_fail_unspecified_reason ,true 
-0x2f99 007152 rtn 
-:      007154 le_parse_smp_master_identification:
-:      007155 le_parse_smp_signing_information:
-:      007156 le_parse_smp_security_request:
-0x2f9a 007157 rtn 
-:      007159 le_parse_smp_public_key:
-0x2f9b 007160 arg mem_le_pubkey_remote_x_256 ,contw 
-0x2f9c 007161 call memcpy64 
-0x2f9d 007162 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x2f9e 007163 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
-0x2f9f 007164 rtn 
-:      007166 le_parse_smp_dhkey_check:
-0x2fa0 007167 arg mem_sp_confirm_remote ,contw 
-0x2fa1 007168 call memcpy16 
-0x2fa2 007169 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
-0x2fa3 007170 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x2fa4 007171 rtn 
-:      007173 le_send_smp_pairing_public_key:
-0x2fa5 007174 force 65 ,rega 
-0x2fa6 007175 call le_fifo_malloc_tx_l2cap_smp 
-0x2fa7 007176 setarg smp_pairing_public_key 
-0x2fa8 007177 istore 1 ,contw 
-0x2fa9 007178 arg mem_sc_pubkey_local_x_256 ,contr 
-0x2faa 007179 branch memcpy64 
-:      007181 le_send_smp_pairing_dhkey_check:
-0x2fab 007182 call function_f6_eb 
-0x2fac 007183 force 17 ,rega 
-0x2fad 007184 call le_fifo_malloc_tx_l2cap_smp 
-0x2fae 007185 setarg smp_pairing_dhkey_check 
-0x2faf 007186 istore 1 ,contw 
-0x2fb0 007187 branch load_inverse_result 
-:      007189 le_check_paring_time:
-0x2fb1 007190 fetch 1 ,mem_le_pairing_state 
-0x2fb2 007191 rtneq flag_le_pairing_end 
-0x2fb3 007192 arg flag_le_pairing_rcv_pairing_req ,temp 
-0x2fb4 007193 isub temp ,null 
-0x2fb5 007194 nrtn positive 
-0x2fb6 007195 arg smp_pairing_timer ,queue 
-0x2fb7 007196 call timer_check 
-0x2fb8 007197 nrtn blank 
-0x2fb9 007198 branch le_send_pairing_fail_unspecified_reason 
-:      007200 le_pairing_sm:
-0x2fba 007201 bpatchx patch2c_6 ,mem_patch2c 
-0x2fbb 007202 call le_fifo_check_nearly_full 
-0x2fbc 007203 nrtn blank 
-0x2fbd 007204 fetch 1 ,mem_le_pairing_state 
-0x2fbe 007205 beq flag_le_pairing_null ,le_pairing_sm_null 
-0x2fbf 007206 beq flag_le_pairing_start ,le_pairing_sm_start 
-0x2fc0 007207 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
-0x2fc1 007208 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
-0x2fc2 007209 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
-0x2fc3 007210 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
-0x2fc4 007211 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
-0x2fc5 007212 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
-0x2fc6 007213 rtn 
-:      007215 le_pairing_sm_null:
-:      007216 le_pairing_sm_send_sec_req:
-0x2fc7 007217 fetch 1 ,mem_le_enc_state 
-0x2fc8 007218 rtnne flag_le_send_start_enc_rsp 
-0x2fc9 007219 jam flag_le_enc_end ,mem_le_enc_state 
-0x2fca 007220 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x2fcb 007221 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
-0x2fcc 007222 branch ui_ipc_send_event 
-:      007225 le_pairing_sm_start:
-0x2fcd 007226 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
-0x2fce 007227 branch le_send_smp_security_request 
-:      007229 le_pairing_sm_rcv_pairing_req:
-0x2fcf 007230 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
-0x2fd0 007231 setarg timer_smp_pairing_timeout 
-0x2fd1 007232 arg smp_pairing_timer ,queue 
-0x2fd2 007233 branch timer_init 
-:      007235 le_pairing_sm_after_auth:
-0x2fd3 007236 fetch 1 ,mem_le_enc_state 
-0x2fd4 007237 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
-0x2fd5 007238 rtn 
-:      007240 le_pairing_sm_after_auth_start_enc:
-0x2fd6 007241 fetch 1 ,mem_le_pairing_mode 
-0x2fd7 007242 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
-0x2fd8 007244 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
-0x2fd9 007245 call le_send_smp_encryption_information 
-:      007246 le_pairing_sm_after_auth_start_enc_common:
-0x2fda 007247 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x2fdb 007248 call ui_ipc_send_event 
-0x2fdc 007249 fetch 1 ,mem_device_option 
-0x2fdd 007250 rtnne dvc_op_module 
-0x2fde 007251 call le_check_master_addr_type 
-0x2fdf 007252 rtn user 
-0x2fe0 007253 branch app_ble_store_reconn_info 
-:      007255 le_pairing_sm_after_auth_start_enc_sc:
-0x2fe1 007256 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x2fe2 007257 branch le_pairing_sm_after_auth_start_enc_common 
-:      007259 le_pairng_sm_send_enc_information:
-0x2fe3 007260 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x2fe4 007261 branch le_send_smp_master_identification 
-:      007263 le_pairng_sm_send_master_indentification:
-0x2fe5 007264 fetch 1 ,mem_le_preq_resp_key_distribution 
-0x2fe6 007265 fetcht 1 ,mem_le_pres_resp_key_distribution 
-0x2fe7 007266 iand temp ,pdata 
-0x2fe8 007267 isolate0 le_initator_irk_bit ,pdata 
-0x2fe9 007268 branch le_parse_start_enc_rsp_after_auth_end ,true 
-0x2fea 007269 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
-0x2feb 007270 branch le_send_smp_identity_information 
-:      007272 le_pairng_sm_send_indentity_information:
-0x2fec 007273 call le_send_smp_identity_address_information 
-0x2fed 007274 branch le_parse_start_enc_rsp_after_auth_end 
-:      007277 le_parse_start_enc_rsp_after_auth_end:
-0x2fee 007278 bpatchx patch2c_7 ,mem_patch2c 
-0x2fef 007279 force smp_pairing_timer ,queue 
-0x2ff0 007280 call timer_stop 
-0x2ff1 007281 jam flag_le_enc_end ,mem_le_enc_state 
-0x2ff2 007282 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x2ff3 007283 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
-0x2ff4 007284 branch ui_ipc_send_event 
-:      007288 le_secure_connect_sm:
-0x2ff5 007289 bpatchx patch2d_0 ,mem_patch2d 
-0x2ff6 007290 fetch 1 ,mem_le_pairing_mode 
-0x2ff7 007291 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x2ff8 007292 fetch 1 ,mem_le_secure_connect_flag 
-0x2ff9 007293 rtnne le_sp_flag_commit_256 
-0x2ffa 007294 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x2ffb 007295 fetch 1 ,mem_le_secure_connect_state 
-0x2ffc 007296 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
-0x2ffd 007297 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
-0x2ffe 007298 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
-0x2fff 007299 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
-0x3000 007300 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
-0x3001 007301 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
-0x3002 007302 rtn 
-:      007304 le_sc_state_clear:
-0x3003 007305 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x3004 007306 jam le_sc_stat_null ,mem_le_secure_connect_state 
-0x3005 007307 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x3006 007308 rtn 
-:      007310 le_sc_sm_passkey_wait_confirm:
-0x3007 007311 fetch 1 ,mem_authentication_passkey_times 
-0x3008 007312 copy pdata ,queue 
-0x3009 007313 increase 1 ,pdata 
-0x300a 007314 store 1 ,mem_authentication_passkey_times 
-0x300b 007315 fetch 4 ,mem_le_tk 
-0x300c 007316 qisolate1 pdata 
-0x300d 007317 setarg 0x80 
-0x300e 007318 setflag true ,0 ,pdata 
-0x300f 007319 store 1 ,mem_passkey_1bit 
-0x3010 007320 branch le_sc_sm_ready_send_pairing_confirm 
-:      007322 le_sc_sm_wait_confirm_gkey:
-0x3011 007323 fetch 1 ,mem_le_sc_confirm_gkey_flag 
-0x3012 007324 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x3013 007325 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
-0x3014 007326 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x3015 007327 rtn 
-:      007329 le_sc_confirm_gkey_ok:
-0x3016 007330 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x3017 007331 call ui_ipc_send_event 
-0x3018 007332 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x3019 007333 branch le_send_smp_pairing_dhkey_check 
-:      007335 le_sc_sm_receive_dhkey:
-0x301a 007336 fetch 1 ,mem_sp_dhkey_invalid 
-0x301b 007337 beq sp_key_valid_256 ,le_dhkey_ready 
-0x301c 007338 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x301d 007339 rtn 
-:      007341 le_dhkey_ready:
-0x301e 007342 call function_f5 
-0x301f 007343 fetch 1 ,mem_le_pairing_mode 
-0x3020 007344 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
-0x3021 007345 beq le_pairing_mode_secure_connect_passkey_res_input ,le_dhkey_ready_common 
-0x3022 007346 call le_set_tk_0 
-:      007347 le_dhkey_ready_common:
-0x3023 007348 call function_f6_ea 
-0x3024 007349 arg mem_aes_cmac_temp ,rega 
-0x3025 007350 arg mem_sp_confirm_remote ,regb 
-0x3026 007351 arg 16 ,loopcnt 
-0x3027 007352 call string_compare 
-0x3028 007353 branch le_dhkey_check_ok ,zero 
-:      007354 le_dhkey_check_fail:
-0x3029 007355 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
-0x302a 007356 branch le_send_pairing_failed 
-:      007359 le_dhkey_check_ok:
-0x302b 007360 call sp_calc_check_publickey_256 
-0x302c 007361 nbranch le_dhkey_check_fail ,zero 
-0x302d 007362 jam 1 ,mem_ltk_exists 
-0x302e 007363 fetch 1 ,mem_le_pairing_mode 
-0x302f 007364 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
-0x3030 007365 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
-0x3031 007366 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_confirm_gkey_ok 
-0x3032 007367 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x3033 007368 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
-0x3034 007369 rtn 
-:      007371 le_sc_sm_send_public_key:
-0x3035 007372 fetch 1 ,mem_le_pairing_mode 
-0x3036 007373 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
-0x3037 007374 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_sm_send_public_key_passkey 
-0x3038 007375 jam 0 ,mem_passkey_1bit 
-:      007376 le_sc_sm_ready_send_pairing_confirm:
-0x3039 007377 branch le_send_smp_pairing_confirm 
-:      007379 le_sc_sm_send_public_key_passkey:
-0x303a 007380 jam 0 ,mem_authentication_passkey_times 
-0x303b 007381 rtneq le_pairing_mode_secure_connect_passkey_res_input 
-0x303c 007382 branch le_parse_smp_pairing_req_passkey 
-:      007385 le_sc_sm_receive_public_key:
-0x303d 007386 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x303e 007387 fetch 1 ,mem_sc_local_key_invalid 
-0x303f 007388 beq sp_key_valid_256 ,le_public_key_ready 
-0x3040 007389 rtn 
-:      007391 le_public_key_ready:
-0x3041 007392 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
-0x3042 007393 jam sp_key_invalid ,mem_sp_dhkey_invalid 
-0x3043 007394 branch sp_dhkey_calc_256 
-:      007396 le_sc_sm_wait_send_public_key:
-0x3044 007397 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x3045 007398 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
-0x3046 007399 branch le_send_smp_pairing_public_key 
-:      007403 le_fifo_malloc_tx_l2cap_smp:
-0x3047 007404 bpatchx patch2d_1 ,mem_patch2d 
-0x3048 007405 force le_l2cap_cid_smp ,regb 
-0x3049 007406 branch le_fifo_malloc_tx_l2cap 
-:      007410 le_parse_ll:
-0x304a 007411 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
-0x304b 007412 beq ll_connection_update_ind ,le_parse_connection_update_ind 
-0x304c 007413 beq ll_channel_map_ind ,le_parse_channel_map_ind 
-0x304d 007414 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x304e 007415 beq ll_enc_req ,le_parse_enc_req 
-0x304f 007416 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x3050 007417 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x3051 007418 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x3052 007419 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x3053 007420 beq ll_feature_req ,le_parse_feature_req 
-0x3054 007421 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x3055 007422 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x3056 007423 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x3057 007424 beq ll_version_ind ,le_parse_version_ind 
-0x3058 007425 beq ll_reject_ind ,le_parse_reject_ind 
-0x3059 007426 beq ll_ping_req ,le_parse_ping_req 
-0x305a 007427 beq ll_ping_rsp ,le_parse_ping_rsp 
-0x305b 007428 beq ll_length_req ,le_parse_length_req 
-0x305c 007429 beq ll_length_rsp ,le_parse_length_rsp 
-0x305d 007430 beq ll_phy_req ,le_parse_phy_req 
-0x305e 007431 beq ll_phy_update_ind ,le_parse_phy_update_ind 
-0x305f 007432 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
-0x3060 007433 branch le_send_unknown_rsp 
-:      007437 le_parse_connection_update_ind:
-0x3061 007438 ifetch 9 ,contr 
-0x3062 007439 store 9 ,mem_le_new_param 
-0x3063 007440 ifetch 2 ,contr 
-0x3064 007441 store 2 ,mem_le_instant 
-0x3065 007442 fetch 1 ,mem_le_state 
-0x3066 007443 set1 lestate_update_param ,pdata 
-0x3067 007444 store 1 ,mem_le_state 
-0x3068 007445 rtn 
-:      007449 le_parse_channel_map_ind:
-0x3069 007450 ifetch 5 ,contr 
-0x306a 007451 store 5 ,mem_le_new_map 
-0x306b 007452 ifetch 2 ,contr 
-0x306c 007453 store 2 ,mem_le_instant 
-:      007454 le_update_map_enable:
-0x306d 007455 fetch 1 ,mem_le_state 
-0x306e 007456 set1 lestate_update_map ,pdata 
-0x306f 007457 store 1 ,mem_le_state 
-0x3070 007458 rtn 
-:      007462 le_parse_terminate_ind:
-0x3071 007463 setarg 20 
-0x3072 007464 store 2 ,mem_le_superto 
-0x3073 007465 store 2 ,mem_le_init_superto 
-0x3074 007466 rtn 
-:      007470 le_parse_enc_req:
-0x3075 007471 ifetch 8 ,contr 
-0x3076 007472 store 8 ,mem_le_rand 
-0x3077 007473 ifetch 2 ,contr 
-0x3078 007474 store 2 ,mem_le_ediv 
-0x3079 007475 ifetch 8 ,contr 
-0x307a 007476 store 8 ,mem_le_skdm 
-0x307b 007477 ifetch 4 ,contr 
-0x307c 007478 store 4 ,mem_ccm_ivm 
-0x307d 007479 call le_send_enc_rsp 
-0x307e 007480 bpatchx patch2d_2 ,mem_patch2d 
-0x307f 007481 fetch 1 ,mem_le_pairing_state 
-0x3080 007482 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
-0x3081 007483 fetch 1 ,mem_le_configuration 
-0x3082 007484 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
-0x3083 007485 fetch 1 ,mem_nv_data_number 
-0x3084 007486 ncall load_device_list_mode_4 ,blank 
-0x3085 007487 fetch 1 ,mem_ltk_exists 
-0x3086 007488 beq 0 ,le_ltk_lost 
-:      007489 le_parse_enc_req_after_auth:
-0x3087 007490 jam flag_le_rcv_enc_start ,mem_le_enc_state 
-0x3088 007491 call le_send_start_enc_req 
-0x3089 007492 branch generate_sk 
-:      007493 le_parse_enc_req_fixed_ltk:
-0x308a 007494 jam 1 ,mem_ltk_exists 
-0x308b 007495 arg mem_le_fixed_ltk ,contr 
-0x308c 007496 arg mem_le_ltk ,contw 
-0x308d 007497 call memcpy16 
-0x308e 007498 branch le_parse_enc_req_after_auth 
-:      007500 le_ltk_lost:
-0x308f 007501 jam flag_le_enc_null ,mem_le_enc_state 
-0x3090 007502 jam flag_le_enc_null ,mem_le_pairing_state 
-0x3091 007503 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
-0x3092 007504 branch ui_ipc_send_event 
-:      007507 le_parse_enc_rsp:
-0x3093 007508 ifetch 8 ,contr 
-0x3094 007509 store 8 ,mem_le_skds 
-0x3095 007510 ifetch 4 ,contr 
-0x3096 007511 store 4 ,mem_ccm_ivs 
-0x3097 007512 branch generate_sk 
-:      007516 le_parse_start_enc_req:
-0x3098 007517 fetch 1 ,mem_le_state 
-0x3099 007518 set1 lestate_encryption ,pdata 
-0x309a 007519 store 1 ,mem_le_state 
-0x309b 007520 rtn 
-:      007523 le_parse_start_enc_rsp:
-0x309c 007524 rtn master 
-0x309d 007525 jam bt_evt_le_start_enc ,mem_fifo_temp 
-0x309e 007526 call ui_ipc_send_event 
-0x309f 007527 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
-0x30a0 007528 branch le_send_start_enc_rsp 
-:      007532 le_parse_unknown_rsp:
-0x30a1 007533 rtn 
-:      007537 le_parse_feature_req:
-0x30a2 007538 branch le_send_feature_rsp 
-:      007542 le_parse_feature_rsp:
-0x30a3 007543 rtn 
-:      007547 le_parse_pause_enc_req:
-0x30a4 007548 jam flag_le_enc_pause ,mem_le_enc_state 
-0x30a5 007549 call le_send_pause_enc_rsp 
-0x30a6 007550 jam bt_evt_le_pause_enc ,mem_fifo_temp 
-0x30a7 007551 branch ui_ipc_send_event 
-:      007555 le_parse_pause_enc_rsp:
-0x30a8 007556 rtn 
-:      007560 le_parse_version_ind:
-0x30a9 007561 rtn master 
-0x30aa 007562 branch le_send_version_ind 
-:      007566 le_parse_reject_ind:
-0x30ab 007567 rtn 
-:      007571 le_parse_ping_req:
-0x30ac 007572 branch le_send_ping_rsp 
-:      007576 le_parse_ping_rsp:
-0x30ad 007577 rtn 
-:      007580 le_parse_length_req:
-0x30ae 007581 call le_parse_length_rsp 
-0x30af 007582 branch le_send_data_length_res 
-:      007584 le_parse_length_rsp:
-0x30b0 007585 ifetch 8 ,contr 
-0x30b1 007586 store 8 ,mem_remote_rx_max_octets 
-0x30b2 007587 fetch 2 ,mem_remote_rx_max_octets 
-0x30b3 007588 fetcht 2 ,mem_local_tx_max_octets 
-0x30b4 007589 call not_greater_than 
-0x30b5 007590 store 2 ,mem_remote_rx_max_octets 
-0x30b6 007592 fetch 2 ,mem_remote_tx_max_octets 
-0x30b7 007593 fetcht 2 ,mem_local_rx_max_octets 
-0x30b8 007594 call not_greater_than 
-0x30b9 007595 store 2 ,mem_remote_tx_max_octets 
-0x30ba 007596 rtn 
-:      007600 le_parse_phy_req:
-0x30bb 007601 branch le_send_phy_rsp 
-:      007605 le_parse_phy_update_ind:
-0x30bc 007606 ifetch 2 ,contr 
-0x30bd 007607 store 2 ,mem_le_new_m2s_phy 
-0x30be 007608 ifetch 2 ,contr 
-0x30bf 007609 store 2 ,mem_le_instant 
-0x30c0 007610 rtn blank 
-0x30c1 007611 fetch 1 ,mem_le_state 
-0x30c2 007612 set1 lestate_update_phy ,pdata 
-0x30c3 007613 store 1 ,mem_le_state 
-0x30c4 007614 rtn 
-:      007619 le_send_terminate_ind_user_terminated:
-0x30c5 007620 arg error_remote_user_terminated_connection ,regc 
-:      007623 le_send_terminate_ind:
-0x30c6 007624 arg 2 ,rega 
-0x30c7 007625 arg ll_terminate_ind ,regb 
-0x30c8 007626 call le_fifo_malloc_tx_ll 
-0x30c9 007627 copy regc ,pdata 
-0x30ca 007628 istore 1 ,contw 
-0x30cb 007629 rtn 
-:      007633 le_send_enc_rsp:
-0x30cc 007634 arg mem_le_skds ,contw 
-0x30cd 007635 force 8 ,loopcnt 
-0x30ce 007636 call generate_random_loop 
-0x30cf 007637 arg mem_ccm_ivs ,contw 
-0x30d0 007638 force 4 ,loopcnt 
-0x30d1 007639 call generate_random_loop 
-0x30d2 007640 arg 13 ,rega 
-0x30d3 007641 arg ll_enc_rsp ,regb 
-0x30d4 007642 call le_fifo_malloc_tx_ll 
-0x30d5 007643 fetch 8 ,mem_le_skds 
-0x30d6 007644 istore 8 ,contw 
-0x30d7 007645 fetch 4 ,mem_ccm_ivs 
-0x30d8 007646 istore 4 ,contw 
-0x30d9 007647 rtn 
-:      007651 le_send_start_enc_req:
-0x30da 007652 jam flag_le_send_start_enc_req ,mem_le_enc_state 
-0x30db 007653 arg ll_start_enc_req ,regb 
-0x30dc 007654 branch le_send_ll_one_lenth 
-:      007658 le_send_start_enc_rsp:
-0x30dd 007659 arg ll_start_enc_rsp ,regb 
-0x30de 007660 branch le_send_ll_one_lenth 
-:      007665 le_send_unknown_rsp:
-0x30df 007666 arg 2 ,rega 
-0x30e0 007667 arg ll_unknown_rsp ,regb 
-0x30e1 007668 call le_fifo_malloc_tx_ll 
-0x30e2 007669 istorer regc ,1 ,contw 
-0x30e3 007670 rtn 
-:      007674 le_send_feature_rsp:
-0x30e4 007675 arg 9 ,rega 
-0x30e5 007676 arg ll_feature_rsp ,regb 
-0x30e6 007677 call le_fifo_malloc_tx_ll 
-0x30e7 007678 fetch 8 ,mem_le_local_feature 
-0x30e8 007679 or pdata ,fun_ll_feature_le_encryption ,pdata 
-0x30e9 007680 istore 8 ,contw 
-0x30ea 007681 rtn 
-:      007685 le_send_pause_enc_rsp:
-0x30eb 007686 arg ll_pause_enc_rsp ,regb 
-0x30ec 007687 branch le_send_ll_one_lenth 
-:      007691 le_send_version_ind:
-0x30ed 007692 arg 6 ,rega 
-0x30ee 007693 arg ll_version_ind ,regb 
-0x30ef 007694 call le_fifo_malloc_tx_ll 
-0x30f0 007695 fetch 5 ,mem_version 
-0x30f1 007696 istore 5 ,contw 
-0x30f2 007697 rtn 
-:      007700 le_send_reject_ind:
-0x30f3 007701 arg 2 ,rega 
-0x30f4 007702 arg ll_reject_ind ,regb 
-0x30f5 007703 call le_fifo_malloc_tx_ll 
-0x30f6 007704 setarg le_err_pin_or_key_missing 
-0x30f7 007705 istore 1 ,contw 
-0x30f8 007706 rtn 
-:      007710 le_send_ping_rsp:
-0x30f9 007711 arg ll_ping_rsp ,regb 
-0x30fa 007712 branch le_send_ll_one_lenth 
-:      007714 le_send_data_length_req:
-0x30fb 007715 arg ll_length_req ,regb 
-0x30fc 007716 branch le_send_data_length 
-:      007718 le_send_data_length_res:
-0x30fd 007719 arg ll_length_rsp ,regb 
-:      007720 le_send_data_length:
-0x30fe 007721 arg 9 ,rega 
-0x30ff 007722 call le_fifo_malloc_tx_ll 
-0x3100 007723 fetch 8 ,mem_local_rx_max_octets 
-0x3101 007724 istore 8 ,contw 
-0x3102 007725 rtn 
-:      007729 le_send_phy_rsp:
-0x3103 007730 arg 3 ,rega 
-0x3104 007731 arg ll_phy_rsp ,regb 
-0x3105 007732 call le_fifo_malloc_tx_ll 
-0x3106 007733 fetch 1 ,mem_le_tx_phys 
-0x3107 007734 and pdata ,0x07 ,pdata 
-0x3108 007735 istore 1 ,contw 
-0x3109 007736 fetch 1 ,mem_le_rx_phys 
-0x310a 007737 and pdata ,0x07 ,pdata 
-0x310b 007738 istore 1 ,contw 
-0x310c 007739 rtn 
-:      007743 le_send_ll_one_lenth:
-0x310d 007744 arg 1 ,rega 
-0x310e 007745 branch le_fifo_malloc_tx_ll 
-:      007750 g24_dispatch:
-0x310f 007751 bpatchx patch2d_3 ,mem_patch2d 
-0x3110 007752 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
-0x3111 007753 branch g24_transmit_dispatch 
-:      007758 g24_prep:
-0x3112 007759 bpatchx patch2d_4 ,mem_patch2d 
-0x3113 007760 disable enable_crc 
-0x3114 007761 disable enable_white 
-0x3115 007762 setarg 0x555555 
-0x3116 007763 iforce crc24_init 
-0x3117 007764 fetch 1 ,mem_24g_ch 
-0x3118 007765 branch le_prep_next 
-:      007767 g24_receive_packet:
-0x3119 007768 bpatchx patch2d_5 ,mem_patch2d 
-0x311a 007769 fetch 1 ,mem_24g_rx_phy 
-0x311b 007770 call le_enable_phy_by_pdata 
-0x311c 007771 fetch 4 ,mem_24g_addr 
-0x311d 007772 iforce access 
-0x311e 007773 call set_sync_on 
-0x311f 007774 fetcht 1 ,mem_24g_ch 
-0x3120 007775 call le_rf_rx_enable 
-:      007776 g24_receive_rxon:
-0x3121 007777 call g24_prep 
-0x3122 007778 bmark0 mark_ble_lr ,g24_receive_nolr 
-0x3123 007779 pulse dewhiten_code_calc 
-0x3124 007780 nop 30 
-0x3125 007781 call g24_prep 
-:      007782 g24_receive_nolr:
-0x3126 007783 disable user3 
-0x3127 007784 enable decode_fec0 
-0x3128 007785 enable is_rx 
-0x3129 007786 disable is_tx 
-0x312a 007787 enable swfine 
-0x312b 007788 fetch 2 ,mem_24g_rx_window 
-0x312c 007789 iforce stop_watch 
-0x312d 007790 correlate null ,timeout 
-0x312e 007791 nbranch g24_sync_timeout ,sync 
-0x312f 007792 call rf_debug_rx_sync_line 
-0x3130 007793 bmark1 mark_ble_lr ,g24_receive_skip_fec1 
-0x3131 007794 fetch 1 ,mem_24g_disable_fec1 
-0x3132 007795 nbranch g24_receive_skip_fec1 ,blank 
-0x3133 007796 disable decode_fec0 
-0x3134 007797 enable decode_fec1 
-:      007798 g24_receive_skip_fec1:
-0x3135 007799 enable enable_white 
-0x3136 007800 enable enable_crc 
-0x3137 007801 call g24_receive_byte 
-0x3138 007802 store 1 ,mem_24g_get_syncword_crc8 
-0x3139 007803 fetcht 1 ,mem_24g_syncword_crc8 
-0x313a 007804 isub temp ,null 
-0x313b 007805 nbranch g24_hec_error ,zero 
-0x313c 007806 bpatchx patch2d_6 ,mem_patch2d 
-0x313d 007807 disable user7 
-0x313e 007808 isolate1 mark_ble_lr ,mark 
-0x313f 007809 call g24_lr_receive_pdu_len ,true 
-0x3140 007810 branch g24_lr_len_error ,user7 
-0x3141 007811 call g24_receive_byte 
-0x3142 007812 store 1 ,mem_24g_rxbuf 
-0x3143 007813 bmark1 mark_24g_rxmode ,g24_receive_skip 
-0x3144 007814 fetch 1 ,mem_24g_rxbuf 
-0x3145 007815 fetcht 1 ,mem_24g_data_type 
-0x3146 007816 icompare bits_data ,temp 
-0x3147 007817 nbranch g24_type_error ,true 
-:      007818 g24_receive_skip:
-0x3148 007819 call g24_receive_byte 
-0x3149 007820 isolate1 mark_ble_lr ,mark 
-0x314a 007821 call g24_lr_receive_payload_len ,true 
-0x314b 007822 istore 1 ,contw 
-0x314c 007823 rshift3 pdata ,pdata 
-0x314d 007824 sub pdata ,0x1f ,null 
-0x314e 007825 nbranch g24_len_over_error ,positive 
-0x314f 007826 copy pdata ,loopcnt 
-0x3150 007827 branch g24rx_nopayload ,zero 
-:      007828 g24rx_loop:
-0x3151 007829 call g24_receive_byte 
-0x3152 007830 istore 1 ,contw 
-0x3153 007831 loop g24rx_loop 
-:      007832 g24rx_nopayload:
-0x3154 007833 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
-0x3155 007834 copy contw ,rega 
-0x3156 007835 call g24_receive_byte 
-0x3157 007836 store 1 ,mem_rssi_hex_received 
-0x3158 007837 copy rega ,contw 
-:      007838 g24_receive_skip_rssi:
-0x3159 007839 parse demod ,bucket ,24 
-0x315a 007840 rshift32 pdata ,pdata 
-0x315b 007841 rshift16 pdata ,pdata 
-0x315c 007842 istore 3 ,contw 
-0x315d 007843 fetch 1 ,mem_24g_disable_fec1 
-0x315e 007844 nbranch g24_receive_skip_disable_fec1 ,blank 
-0x315f 007845 disable decode_fec1 
-:      007846 g24_receive_skip_next:
-0x3160 007847 isolate1 mark_24g_rxmode ,mark 
-0x3161 007848 call save_rssi_dec ,true 
-0x3162 007849 branch g24_crc_error ,crc_failed 
-0x3163 007850 call rf_debug_rx_crc_line 
-0x3164 007851 bpatchx patch2d_7 ,mem_patch2d 
-0x3165 007852 enable user3 
-0x3166 007853 call le_match_set_txfreq 
-0x3167 007854 rtnmark1 mark_24g_rxmode 
-0x3168 007855 fetch 1 ,mem_rssi_hex_received 
-0x3169 007856 fetcht 1 ,mem_rssi_hex_received_max_value 
-0x316a 007857 isub temp ,null 
-0x316b 007858 call copy_temp2pdata ,positive 
-0x316c 007859 branch rssi_signal 
-:      007861 g24_receive_skip_disable_fec1:
-0x316d 007862 disable decode_fec0 
-0x316e 007863 branch g24_receive_skip_next 
-:      007866 g24_lr_receive_pdu_len:
-0x316f 007867 call g24_receive_byte 
-0x3170 007868 sub pdata ,1 ,null 
-0x3171 007869 branch enable_user7 ,positive 
-0x3172 007870 increase -2 ,pdata 
-0x3173 007871 bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
-0x3174 007872 branch enable_user7 ,blank 
-0x3175 007873 increase -1 ,pdata 
-:      007874 g24_lr_receive_pdu_norssi:
-0x3176 007875 store 1 ,mem_temp 
-0x3177 007876 rtn 
-:      007878 g24_lr_receive_payload_len:
-0x3178 007879 and_into 0x07 ,pdata 
-0x3179 007880 fetcht 1 ,mem_temp 
-0x317a 007881 lshift3 temp ,temp 
-0x317b 007882 ior temp ,pdata 
-0x317c 007883 rtn 
-:      007885 g24_receive_byte:
-0x317d 007886 parse demod ,bucket ,8 
-0x317e 007887 rshift3 pwindow ,pdata 
-0x317f 007888 rtn 
-:      007890 g24_sync_timeout:
-0x3180 007891 jam err_sync_to ,mem_24g_off_type 
-0x3181 007892 isolate1 mark_24g_rxmode ,mark 
-0x3182 007893 call rssi_noise ,true 
-:      007894 g24_end_of_packet:
-0x3183 007895 bpatchx patch2e_0 ,mem_patch2e 
-0x3184 007896 call le_disable 
-0x3185 007897 disable encode_fec1 
-0x3186 007898 disable decode_fec1 
-0x3187 007899 branch end_of_packet 
-:      007901 g24_hec_error:
-0x3188 007902 jam err_hec ,mem_24g_off_type 
-0x3189 007903 branch g24_end_of_packet 
-:      007905 g24_lr_len_error:
-0x318a 007906 jam err_lr_len ,mem_24g_off_type 
-0x318b 007907 branch g24_end_of_packet 
-:      007909 g24_type_error:
-0x318c 007910 jam err_type ,mem_24g_off_type 
-0x318d 007911 branch g24_end_of_packet 
-:      007913 g24_len_over_error:
-0x318e 007914 jam err_len_over ,mem_24g_off_type 
-0x318f 007915 branch g24_end_of_packet 
-:      007917 g24_crc_error:
-0x3190 007918 jam err_crc ,mem_24g_off_type 
-0x3191 007919 branch g24_end_of_packet 
-:      007921 g24_set_freq_tx:
-0x3192 007922 call set_sync_on 
-0x3193 007923 fetcht 1 ,mem_24g_ch 
-0x3194 007924 branch set_freq_tx 
-:      007926 g24_transmit:
-0x3195 007927 bpatchx patch2e_1 ,mem_patch2e 
-0x3196 007928 fetch 1 ,mem_24g_tx_phy 
-0x3197 007929 call le_enable_phy_by_pdata 
-0x3198 007930 fetch 4 ,mem_24g_addr 
-0x3199 007931 iforce access 
-0x319a 007932 call g24_prep 
-0x319b 007933 call g24_set_freq_tx 
-0x319c 007934 set1 txgfsk ,radio_ctrl 
-0x319d 007935 enable encode_fec0 
-0x319e 007936 enable is_tx 
-0x319f 007937 disable is_rx 
-0x31a0 007938 call rf_debug_tx_on_line 
-0x31a1 007939 disable lr_s2en 
-0x31a2 007940 bmark1 mark_ble_lr ,g24_transmit_lr 
-0x31a3 007941 bmark1 mark_ble_2m ,g24_transmit_2m 
-0x31a4 007942 rshift16 access ,pdata 
-0x31a5 007943 rshift8 pdata ,pdata 
-0x31a6 007944 rshift4 pdata ,pdata 
-0x31a7 007945 inject mod ,40 
-:      007946 g24_transmit_packet:
-0x31a8 007947 bpatchx patch2e_2 ,mem_patch2e 
-0x31a9 007948 bmark1 mark_ble_lr ,g24_transmit_nolr 
-0x31aa 007949 fetch 1 ,mem_24g_disable_fec1 
-0x31ab 007950 nbranch g24_transmit_nolr ,blank 
-0x31ac 007951 disable encode_fec0 
-0x31ad 007952 enable encode_fec1 
-:      007953 g24_transmit_nolr:
-0x31ae 007954 enable enable_white 
-0x31af 007955 enable enable_crc 
-0x31b0 007956 fetch 1 ,mem_24g_txlen 
-0x31b1 007957 iforce loopcnt 
-0x31b2 007958 arg mem_24g_txpayload ,contr 
-:      007959 g24tr_loop:
-0x31b3 007960 ifetch 1 ,contr 
-0x31b4 007961 inject mod ,8 
-0x31b5 007962 loop g24tr_loop 
-0x31b6 007963 enable enable_parity 
-0x31b7 007964 inject mod ,24 
-0x31b8 007965 disable enable_parity 
-0x31b9 007966 bmark0 mark_ble_lr ,g24_transmit_skip 
-0x31ba 007967 disable enable_white 
-0x31bb 007968 setarg 0 
-0x31bc 007969 inject mod ,3 
-:      007970 g24_transmit_skip:
-0x31bd 007971 until null ,tx_clear 
-0x31be 007972 nop 100 
-0x31bf 007973 disable lr_s2en 
-0x31c0 007974 disable encode_fec0 
-0x31c1 007975 fetch 1 ,mem_24g_disable_fec1 
-0x31c2 007976 nbranch g24_transmit_skip_disable_fec1 ,blank 
-0x31c3 007977 disable encode_fec1 
-:      007978 g24_transmit_skip_disable_fec1:
-0x31c4 007979 disable encode_fec3 
-0x31c5 007980 call set_sync_on 
-0x31c6 007981 branch rf_debug_tx_off_line 
-:      007983 g24_transmit_lr:
-0x31c7 007984 arg 10 ,loopcnt 
-:      007985 g24_transmit_lr_preamble_loop:
-0x31c8 007986 setarg 0x3c 
-0x31c9 007987 inject mod ,8 
-0x31ca 007988 loop g24_transmit_lr_preamble_loop 
-0x31cb 007989 disable encode_fec0 
-0x31cc 007990 enable encode_fec3 
-0x31cd 007991 rshift16 access ,pdata 
-0x31ce 007992 rshift16 pdata ,pdata 
-0x31cf 007993 rshift4 pdata ,pdata 
-0x31d0 007994 inject mod ,32 
-0x31d1 007995 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
-:      007996 g24_transmit_lr_s2:
-0x31d2 007997 setarg 1 
-0x31d3 007998 inject mod ,5 
-0x31d4 007999 enable lr_s2en 
-0x31d5 008000 branch g24_transmit_packet 
-:      008002 g24_transmit_lr_s8:
-0x31d6 008003 setarg 0 
-0x31d7 008004 inject mod ,5 
-0x31d8 008005 branch g24_transmit_packet 
-:      008007 g24_transmit_2m:
-0x31d9 008008 fetch 1 ,mem_system_clk 
-0x31da 008009 rshift pdata ,loopcnt 
-:      008010 g24_transmit_2m_dealy:
-0x31db 008011 nop 2 
-0x31dc 008012 loop g24_transmit_2m_dealy 
-0x31dd 008014 rshift16 access ,pdata 
-0x31de 008015 rshift8 pdata ,pdata 
-0x31df 008016 rshift4 pdata ,temp 
-0x31e0 008017 copy temp ,pdata 
-0x31e1 008018 inject mod ,8 
-0x31e2 008019 copy temp ,pdata 
-0x31e3 008020 inject mod ,40 
-0x31e4 008021 branch g24_transmit_packet 
-:      008029 g24_transmit_prep:
-0x31e5 008030 bpatchx patch2e_3 ,mem_patch2e 
-0x31e6 008031 fetch 1 ,mem_24g_tx_phy 
-0x31e7 008032 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
-0x31e8 008034 fetch 1 ,mem_24g_datalen 
-0x31e9 008035 increase 3 ,pdata 
-0x31ea 008036 store 1 ,mem_24g_txlen 
-0x31eb 008038 fetch 1 ,mem_24g_syncword_crc8 
-0x31ec 008039 store 1 ,mem_24g_txpayload 
-0x31ed 008041 fetch 1 ,mem_24g_data_type 
-0x31ee 008042 istore 1 ,contw 
-0x31ef 008044 fetch 1 ,mem_24g_datalen 
-:      008045 g24_transmit_prep_pdu:
-0x31f0 008046 lshift3 pdata ,pdata 
-0x31f1 008047 fetcht 1 ,mem_24g_pid 
-0x31f2 008048 and temp ,0x03 ,temp 
-0x31f3 008049 lshift temp ,temp 
-0x31f4 008050 ior temp ,pdata 
-0x31f5 008051 fetcht 1 ,mem_24g_no_ack 
-0x31f6 008052 iadd temp ,pdata 
-0x31f7 008053 istore 1 ,contw 
-0x31f8 008055 fetch 1 ,mem_24g_datalen 
-0x31f9 008056 iforce loopcnt 
-0x31fa 008057 arg mem_24g_txbuf ,contr 
-0x31fb 008058 call memcpy 
-0x31fc 008059 bpatchx patch2e_4 ,mem_patch2e 
-0x31fd 008061 rtnmark0 mark_24g_rxmode 
-0x31fe 008062 fetch 1 ,mem_rssi_hex 
-0x31ff 008063 istore 1 ,contw 
-0x3200 008064 fetch 1 ,mem_24g_tx_phy 
-0x3201 008065 rtnbit1 bit_le_coded_phy 
-0x3202 008066 fetch 1 ,mem_24g_txlen 
-0x3203 008067 increase 1 ,pdata 
-0x3204 008068 store 1 ,mem_24g_txlen 
-0x3205 008069 rtn 
-:      008071 g24_lr_transmit_prep:
-0x3206 008073 fetch 1 ,mem_24g_datalen 
-0x3207 008074 increase 4 ,pdata 
-0x3208 008075 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
-0x3209 008076 increase 1 ,pdata 
-:      008077 g24_lr_transmit_prep_skip:
-0x320a 008078 store 1 ,mem_24g_txlen 
-0x320b 008080 fetch 1 ,mem_24g_syncword_crc8 
-0x320c 008081 store 1 ,mem_24g_txpayload 
-0x320d 008083 fetch 1 ,mem_24g_txlen 
-0x320e 008084 increase -2 ,pdata 
-0x320f 008085 istore 1 ,contw 
-0x3210 008087 fetch 1 ,mem_24g_data_type 
-0x3211 008088 istore 1 ,contw 
-0x3212 008089 setarg 0 
-0x3213 008090 branch g24_transmit_prep_pdu 
-:      008092 g24_read_len_pid_crc:
-0x3214 008093 bpatchx patch2e_5 ,mem_patch2e 
-0x3215 008095 fetch 1 ,mem_24g_rxbuf + 1 
-0x3216 008096 rshift3 pdata ,pdata 
-0x3217 008097 store 1 ,mem_24g_rxdata_length 
-0x3218 008099 increase 1 ,pdata 
-0x3219 008100 arg mem_24g_rxbuf + 1 ,contr 
-0x321a 008101 iadd contr ,contr 
-0x321b 008102 ifetch 3 ,contr 
-0x321c 008103 store 3 ,mem_24g_sta_crc 
-0x321d 008105 fetch 1 ,mem_24g_rxbuf + 1 
-0x321e 008106 rshift pdata ,pdata 
-0x321f 008107 and pdata ,0x03 ,pdata 
-0x3220 008108 store 1 ,mem_24g_sta_pid 
-0x3221 008109 rtn 
-:      008112 g24_ch:
-0x3222 008113 bpatchx patch2e_6 ,mem_patch2e 
-0x3223 008114 fetcht 1 ,mem_24g_current_ch_number 
-0x3224 008115 call g24_ch_map_size 
-0x3225 008116 storet 1 ,mem_24g_current_ch_number 
-0x3226 008117 rtn 
-:      008119 g24_ch_map_size:
-0x3227 008120 bpatchx patch2e_7 ,mem_patch2e 
-0x3228 008121 call g24_ch_calc 
-0x3229 008122 increase 1 ,temp 
-0x322a 008123 and_into 3 ,temp 
-0x322b 008124 rtn 
-:      008126 g24_ch_calc:
-0x322c 008127 bpatchx patch2f_0 ,mem_patch2f 
-0x322d 008128 fetch 1 ,mem_24g_addr 
-0x322e 008129 and_into 0x03 ,pdata 
-0x322f 008130 mul32 pdata ,4 ,rega 
-0x3230 008131 setarg mem_24g_ch_map1 
-0x3231 008132 iadd rega ,pdata 
-0x3232 008133 iadd temp ,contr 
-0x3233 008134 ifetch 1 ,contr 
-0x3234 008135 store 1 ,mem_24g_ch 
-0x3235 008136 rtn 
-:      008139 g24_update_addr_and_synccrc8:
-0x3236 008140 store 4 ,mem_24g_addr 
-0x3237 008142 bpatchx patch2f_1 ,mem_patch2f 
-:      008143 g24_syncword_crc8:
-0x3238 008144 arg 0 ,rega 
-0x3239 008145 arg 4 ,loopcnt 
-0x323a 008146 arg mem_24g_addr ,contr 
-:      008147 g24_syncword_crc8_loop:
-0x323b 008148 ifetch 1 ,contr 
-0x323c 008149 iadd rega ,rega 
-0x323d 008150 loop g24_syncword_crc8_loop 
-0x323e 008151 copy rega ,pdata 
-0x323f 008152 store 2 ,mem_24g_syncword 
-0x3240 008153 fetch 1 ,mem_24g_syncword 
-0x3241 008154 fetcht 1 ,mem_24g_syncword + 1 
-0x3242 008155 iadd temp ,pdata 
-0x3243 008156 store 1 ,mem_24g_syncword_crc8 
-0x3244 008157 rtn 
-:      008160 g24_timer_check:
-0x3245 008161 bpatchx patch2f_2 ,mem_patch2f 
-0x3246 008162 call disable_user 
-0x3247 008163 fetcht 4 ,mem_24g_tx_btclk 
-0x3248 008164 copy clkn_bt ,pdata 
-0x3249 008165 isub temp ,null 
-0x324a 008166 ncall g24_timer_timeout ,positive 
-0x324b 008167 copy pdata ,regb 
-0x324c 008168 fetch 4 ,mem_24g_tx_btclk 
-0x324d 008169 fetcht 1 ,mem_24g_interval 
-0x324e 008170 iadd temp ,temp 
-0x324f 008171 copy regb ,pdata 
-0x3250 008172 isub temp ,null 
-0x3251 008173 nrtn positive 
-0x3252 008174 set0 28 ,pdata 
-0x3253 008175 store 4 ,mem_24g_tx_btclk 
-0x3254 008176 branch enable_user 
-:      008178 g24_timer_timeout:
-0x3255 008179 rtn zero 
-0x3256 008180 set1 28 ,pdata 
-0x3257 008181 rtn 
-:      008183 g24_timer_init:
-0x3258 008184 setarg 0 
-0x3259 008185 store 4 ,mem_24g_tx_btclk 
-0x325a 008186 rtn 
-:      008194 g24_chmap_param_init:
-0x325b 008195 bpatchx patch2f_3 ,mem_patch2f 
-0x325c 008196 setsect 0 ,0x1300 
-0x325d 008197 setsect 1 ,0x1908b 
-0x325e 008198 setsect 2 ,0x36150 
-0x325f 008199 setsect 3 ,0x3d20 
-0x3260 008200 store 9 ,mem_24g_ch_map1 
-0x3261 008201 setsect 0 ,0x3a1a 
-0x3262 008202 setsect 1 ,0xc453 
-0x3263 008203 setsect 2 ,0xd312 
-0x3264 008204 setsect 3 ,0x1 
-0x3265 008205 istore 7 ,contw 
-0x3266 008206 fetch 1 ,mem_24g_ch_map_update 
-0x3267 008207 rtn blank 
-0x3268 008208 arg mem_24g_ch_update_map1 ,contr 
-0x3269 008209 arg mem_24g_ch_map1 ,contw 
-0x326a 008210 branch memcpy16 
-:      008218 g24_chamap_param_update:
-0x326b 008219 bpatchx patch2f_4 ,mem_patch2f 
-0x326c 008220 setarg 0x4e001e 
-0x326d 008221 store 3 ,mem_24g_ch_update_map1 + 1 
-0x326e 008222 setarg 0x032303 
-0x326f 008223 istore 3 ,contw 
-0x3270 008224 setarg 0x250642 
-0x3271 008225 istore 3 ,contw 
-0x3272 008226 setarg 0x094c06 
-0x3273 008227 istore 3 ,contw 
-0x3274 008228 setarg 0x3c0927 
-0x3275 008229 istore 3 ,contw 
-0x3276 008230 jam 1 ,mem_24g_ch_map_update 
-0x3277 008231 rtn 
-:      008234 g24_rx_window_init:
-0x3278 008235 bpatchx patch2f_5 ,mem_patch2f 
-0x3279 008236 arg 0x6978 ,temp 
-0x327a 008237 bmark1 mark_24g_rxmode ,g24_rx_window_store 
-0x327b 008238 arg 0x12c0 ,temp 
-0x327c 008239 fetch 1 ,mem_24g_rx_phy 
-0x327d 008240 bbit0 2 ,g24_rx_window_store 
-0x327e 008241 arg 0x2ee0 ,temp 
-:      008242 g24_rx_window_store:
-0x327f 008243 storet 2 ,mem_24g_rx_window 
-0x3280 008244 rtn 
-:      008246 g24_enable_1m:
-0x3281 008247 jam 0x01 ,mem_24g_rx_phy 
-0x3282 008248 jam 0x01 ,mem_24g_tx_phy 
-0x3283 008249 rtn 
-:      008251 g24_enable_2m:
-0x3284 008252 jam 0x02 ,mem_24g_rx_phy 
-0x3285 008253 jam 0x02 ,mem_24g_tx_phy 
-0x3286 008254 rtn 
-:      008278 g24_pair_param_init:
-0x3287 008279 bpatchx patch2f_6 ,mem_patch2f 
-0x3288 008280 jam 0x4e ,mem_24g_pair_ch 
-0x3289 008281 setarg 0x101520 
-0x328a 008282 store 3 ,mem_24g_pair_addr 
-0x328b 008283 setarg 0x05 
-0x328c 008284 istore 1 ,contw 
-0x328d 008285 rtn 
-:      008291 g24_pair_timeout_timer:
-0x328e 008292 arg mem_24g_pair_timeout ,regc 
-0x328f 008293 arg g24_stop_24g_mode ,regb 
-0x3290 008294 branch timer_single_step_2b 
-:      008296 g24_pair_start:
-0x3291 008297 set1 mark_24g ,mark 
-0x3292 008298 fetch 1 ,mem_24g_conn_sm 
-0x3293 008299 set0 state_24g_reconn ,pdata 
-0x3294 008300 set1 state_24g_pair ,pdata 
-0x3295 008301 store 1 ,mem_24g_conn_sm 
-0x3296 008302 setarg 0 
-0x3297 008303 store 2 ,mem_24g_reconn_timeout 
-0x3298 008304 fetch 2 ,mem_24g_pair_timeout_init 
-0x3299 008305 store 2 ,mem_24g_pair_timeout 
-0x329a 008306 jam 0 ,mem_24g_pair_no_ack 
-0x329b 008307 call g24_pair_sm_reinit 
-:      008308 g24_pair_init_param:
-0x329c 008309 jam 0 ,mem_24g_pid 
-0x329d 008310 fetch 1 ,mem_24g_pair_ch 
-0x329e 008311 store 1 ,mem_24g_ch 
-0x329f 008312 fetch 1 ,mem_24g_pair_tx_power 
-0x32a0 008313 store 1 ,mem_tx_power 
-0x32a1 008314 fetch 4 ,mem_24g_pair_addr 
-0x32a2 008315 branch g24_update_addr_and_synccrc8 
-:      008318 g24_pair_dispatch:
-0x32a3 008319 bpatchx patch2f_7 ,mem_patch2f 
-0x32a4 008320 jam default_24g_device ,mem_24g_reconn_type 
-0x32a5 008321 fetch 2 ,mem_24g_pair_count 
-0x32a6 008322 increase 1 ,pdata 
-0x32a7 008323 store 2 ,mem_24g_pair_count 
-0x32a8 008324 fetch 1 ,mem_24g_pair_count 
-0x32a9 008325 and pdata ,0xff ,pdata 
-0x32aa 008326 nrtn blank 
-0x32ab 008327 fetch 1 ,mem_24g_pair_sm 
-0x32ac 008328 beq state_24g_pairing_success ,g24_pair_exit 
-0x32ad 008329 beq state_24g_pairing_1 ,g24_pair_sm_1 
-0x32ae 008330 beq state_24g_pairing_2 ,g24_pair_sm_2 
-0x32af 008331 beq state_24g_pairing_3 ,g24_pair_sm_3 
-0x32b0 008332 beq state_24g_pairing_4 ,g24_pair_sm_4 
-0x32b1 008333 rtn 
-:      008335 g24_pair_sm_1:
-0x32b2 008336 jam datatype_attemp ,mem_24g_txbuf 
-0x32b3 008337 branch g24_pair_sm_prep 
-:      008339 g24_pair_sm_2:
-0x32b4 008340 fetch 1 ,mem_24g_pair_switch 
-0x32b5 008341 branch g24_pair_sm_2_skip ,blank 
-0x32b6 008342 fetch 4 ,mem_24g_device_addr 
-0x32b7 008343 call g24_update_addr_and_synccrc8 
-:      008344 g24_pair_sm_2_skip:
-0x32b8 008345 jam datatype_bind ,mem_24g_txbuf 
-0x32b9 008346 branch g24_pair_sm_prep 
-:      008348 g24_pair_sm_3:
-0x32ba 008349 jam datatype_config ,mem_24g_txbuf 
-0x32bb 008350 fetch 1 ,mem_24g_pair_switch 
-0x32bc 008351 branch g24_pair_sm_prep ,blank 
-0x32bd 008352 fetch 4 ,mem_24g_receiver_addr 
-0x32be 008353 store 4 ,mem_24g_txbuf + 2 
-0x32bf 008354 branch g24_pair_sm_common 
-:      008356 g24_pair_sm_4:
-0x32c0 008357 jam datatype_ok ,mem_24g_txbuf 
-:      008358 g24_pair_sm_prep:
-0x32c1 008359 fetch 4 ,mem_24g_device_addr 
-0x32c2 008360 store 4 ,mem_24g_txbuf + 2 
-:      008361 g24_pair_sm_common:
-0x32c3 008362 fetch 1 ,mem_24g_data_type 
-0x32c4 008363 and_into bits_data ,pdata 
-0x32c5 008364 store 1 ,mem_24g_txbuf + 1 
-0x32c6 008365 jam 0 ,mem_24g_txbuf + 6 
-0x32c7 008366 jam 7 ,mem_24g_datalen 
-0x32c8 008367 call g24_transmit_prep 
-0x32c9 008368 call g24_transmit_receive_ack 
-0x32ca 008369 nrtn sync 
-0x32cb 008370 nrtn user3 
-0x32cc 008371 call g24_txbuf_clear 
-0x32cd 008372 call g24_ackpayload_parse 
-0x32ce 008373 bpatchx patch30_0 ,mem_patch30 
-0x32cf 008374 fetch 1 ,mem_24g_pair_sm 
-0x32d0 008375 rtneq state_24g_pairing_success 
-0x32d1 008376 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
-0x32d2 008377 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
-0x32d3 008378 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
-0x32d4 008379 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
-0x32d5 008380 rtn 
-:      008382 g24_pair_sm_reinit:
-0x32d6 008383 jam state_24g_pairing_2 ,mem_24g_pair_sm 
-0x32d7 008384 fetch 1 ,mem_24g_pair_switch 
-0x32d8 008385 rtn blank 
-0x32d9 008386 jam state_24g_pairing_1 ,mem_24g_pair_sm 
-0x32da 008387 rtn 
-:      008389 g24_pair_sm_1_waiting_ack:
-0x32db 008390 jam state_24g_pairing_2 ,mem_24g_pair_sm 
-0x32dc 008391 branch g24_transmit_abandon 
-:      008393 g24_pair_sm_2_waiting_ack:
-0x32dd 008394 fetch 1 ,mem_24g_pair_switch 
-0x32de 008395 branch g24_pair_sm_2_waiting_ack_skip ,blank 
-0x32df 008396 fetch 4 ,mem_24g_rxpayload + 2 
-0x32e0 008397 store 4 ,mem_24g_receiver_addr 
-:      008398 g24_pair_sm_2_waiting_ack_skip:
-0x32e1 008399 jam state_24g_pairing_3 ,mem_24g_pair_sm 
-0x32e2 008400 branch g24_transmit_abandon 
-:      008402 g24_pair_sm_3_waiting_ack:
-0x32e3 008403 fetch 1 ,mem_24g_pair_switch 
-0x32e4 008404 branch g24_pair_sm_3_waiting_ack_skip ,blank 
-0x32e5 008405 fetch 4 ,mem_24g_rxpayload + 2 
-0x32e6 008406 fetcht 4 ,mem_24g_device_addr 
-0x32e7 008407 isub temp ,null 
-0x32e8 008408 nrtn zero 
-:      008409 g24_pair_sm_3_waiting_ack_skip:
-0x32e9 008410 jam state_24g_pairing_4 ,mem_24g_pair_sm 
-0x32ea 008411 branch g24_transmit_abandon 
-:      008413 g24_pair_sm_4_waiting_ack:
-0x32eb 008414 fetch 1 ,mem_24g_pair_switch 
-0x32ec 008415 branch g24_pair_sm_4_waiting_ack_skip ,blank 
-0x32ed 008416 fetch 4 ,mem_24g_rxpayload + 2 
-0x32ee 008417 fetcht 4 ,mem_24g_receiver_addr 
-0x32ef 008418 isub temp ,null 
-0x32f0 008419 nrtn zero 
-:      008420 g24_pair_sm_4_waiting_ack_skip:
-0x32f1 008421 jam state_24g_pairing_success ,mem_24g_pair_sm 
-0x32f2 008422 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x32f3 008423 call ui_ipc_send_event 
-0x32f4 008424 setarg 0 
-0x32f5 008425 store 2 ,mem_24g_pair_timeout 
-0x32f6 008426 fetch 4 ,mem_24g_rxpayload + 2 
-0x32f7 008427 call g24_update_addr_and_synccrc8 
-:      008428 g24_pair_exit:
-0x32f8 008429 fetch 1 ,mem_24g_conn_sm 
-0x32f9 008430 set0 state_24g_pair ,pdata 
-0x32fa 008431 store 1 ,mem_24g_conn_sm 
-0x32fb 008432 branch g24_transmit_abandon 
-:      008458 g24_bind_mode_enable:
-0x32fc 008459 jam dongle_bind ,mem_24g_work_mode 
-0x32fd 008460 jam clear_init ,mem_24g_mode_init 
-0x32fe 008461 rtn 
-:      008463 g24_bind_init:
-0x32ff 008464 fetch 1 ,mem_24g_mode_init 
-0x3300 008465 rtnbit1 dongle_bind 
-0x3301 008466 set1 dongle_bind ,pdata 
-0x3302 008467 store 1 ,mem_24g_mode_init 
-0x3303 008468 setarg 0 
-0x3304 008469 store 3 ,mem_24g_device1_bind_step 
-0x3305 008470 store 1 ,mem_24g_device1_bind_disable 
-0x3306 008471 store 1 ,mem_24g_device2_bind_disable 
-0x3307 008472 store 4 ,mem_24g_transmitter_addr 
-0x3308 008473 jam 1 ,mem_24g_ackpayload_enable 
-0x3309 008474 branch g24_pair_init_param 
-:      008477 g24_bind_ackpayload_prep:
-0x330a 008478 jam 1 ,mem_24g_ackpayload_enable 
-0x330b 008479 jam 0x08 ,mem_24g_datalen 
-0x330c 008480 arg mem_24g_bind_payload ,contr 
-0x330d 008481 arg mem_24g_txbuf ,contw 
-0x330e 008482 branch memcpy8 
-:      008485 g24_bind_data_process:
-0x330f 008486 bpatchx patch30_1 ,mem_patch30 
-0x3310 008487 call g24_rx_interrupt_clear 
-0x3311 008488 call g24_receive_packet 
-0x3312 008489 nbranch g24_rx_interrupt_clear ,user3 
-0x3313 008490 call g24_bind_data_parse 
-0x3314 008491 call g24_transmit_ack 
-0x3315 008492 call g24_bind_device_status_check 
-0x3316 008493 call dongle_kb_bind_soft_reset 
-0x3317 008494 fetch 1 ,mem_24g_pair_switch 
-0x3318 008495 rtn blank 
-0x3319 008496 fetch 4 ,mem_24g_transmitter_addr 
-0x331a 008497 rtn blank 
-0x331b 008498 branch g24_update_addr_and_synccrc8 
-:      008500 g24_bind_data_error:
-0x331c 008501 call g24_rx_interrupt_clear 
-0x331d 008502 branch g24_end_of_packet 
-:      008504 g24_bind_data_parse:
-0x331e 008505 jam bind_mode_continue ,mem_24g_bind_mode_continue 
-0x331f 008506 arg mem_24g_rxbuf ,contr 
-0x3320 008507 arg mem_24g_rxdata_temp ,contw 
-0x3321 008508 call memcpy8 
-0x3322 008509 bpatchx patch30_2 ,mem_patch30 
-0x3323 008510 fetch 1 ,mem_24g_rxdata_temp + 2 
-0x3324 008511 beq datatype_bind ,g24_bind_first_step 
-0x3325 008512 beq datatype_config ,g24_bind_second_step 
-0x3326 008513 beq datatype_ok ,g24_bind_third_step 
-0x3327 008514 beq datatype_attemp ,g24_data_attemp 
-0x3328 008515 rtn 
-:      008518 g24_bind_first_step:
-0x3329 008519 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x332a 008520 beq datatype_device1 ,g24_bind_first_step_device1 
-0x332b 008521 beq datatype_device2 ,g24_bind_first_step_device2 
-0x332c 008522 rtn 
-:      008524 g24_bind_first_step_device1:
-0x332d 008525 fetch 1 ,mem_24g_device1_bind_disable 
-0x332e 008526 nrtn blank 
-0x332f 008527 jam 1 ,mem_24g_device1_bind_step 
-:      008528 g24_bind_dvc1_payload_cfg:
-0x3330 008529 jam datatype_device1 ,mem_24g_bind_payload 
-:      008530 g24_bind_payload_cfg:
-0x3331 008531 jam 0x80 ,mem_24g_bind_payload + 1 
-0x3332 008532 fetch 6 ,mem_24g_lap 
-0x3333 008533 store 6 ,mem_24g_bind_payload + 2 
-0x3334 008534 rtn 
-:      008536 g24_bind_first_step_device2:
-0x3335 008537 fetch 1 ,mem_24g_device2_bind_disable 
-0x3336 008538 nrtn blank 
-0x3337 008539 jam 1 ,mem_24g_device2_bind_step 
-:      008540 g24_bind_dvc2_payload_cfg:
-0x3338 008541 jam datatype_device2 ,mem_24g_bind_payload 
-0x3339 008542 branch g24_bind_payload_cfg 
-:      008545 g24_bind_second_step:
-0x333a 008546 fetch 1 ,mem_24g_pair_switch 
-0x333b 008547 branch g24_bind_second_step_skip ,blank 
-0x333c 008548 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x333d 008549 fetcht 4 ,mem_24g_lap 
-0x333e 008550 isub temp ,null 
-0x333f 008551 nrtn zero 
-:      008552 g24_bind_second_step_skip:
-0x3340 008553 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x3341 008554 beq datatype_device1 ,g24_bind_second_step_device1 
-0x3342 008555 beq datatype_device2 ,g24_bind_second_step_device2 
-0x3343 008556 rtn 
-:      008558 g24_bind_second_step_device1:
-0x3344 008559 fetch 1 ,mem_24g_device1_bind_disable 
-0x3345 008560 nrtn blank 
-0x3346 008561 fetch 1 ,mem_24g_device1_bind_step 
-0x3347 008562 beq 1 ,g24_bind_dvc1_step_set2 
-0x3348 008563 rtn 
-:      008564 g24_bind_dvc1_step_set2:
-0x3349 008565 jam 2 ,mem_24g_device1_bind_step 
-0x334a 008566 fetch 1 ,mem_24g_pair_switch 
-0x334b 008567 branch g24_bind_dvc1_payload_cfg ,blank 
-:      008568 g24_bind_dvc1_payload_cfg_transmitter_addr:
-0x334c 008569 jam datatype_device1 ,mem_24g_bind_payload 
-:      008570 g24_bind_payload_cfg_transmitter_addr:
-0x334d 008571 jam 0x80 ,mem_24g_bind_payload + 1 
-0x334e 008572 fetch 4 ,mem_24g_transmitter_addr 
-0x334f 008573 store 4 ,mem_24g_bind_payload + 2 
-0x3350 008574 branch enable_user 
-:      008576 g24_bind_second_step_device2:
-0x3351 008577 fetch 1 ,mem_24g_device2_bind_disable 
-0x3352 008578 nrtn blank 
-0x3353 008579 fetch 1 ,mem_24g_device2_bind_step 
-0x3354 008580 beq 1 ,g24_bind_dvc2_step_set2 
-0x3355 008581 rtn 
-:      008582 g24_bind_dvc2_step_set2:
-0x3356 008583 jam 2 ,mem_24g_device2_bind_step 
-0x3357 008584 fetch 1 ,mem_24g_pair_switch 
-0x3358 008585 branch g24_bind_dvc2_payload_cfg ,blank 
-0x3359 008586 jam datatype_device2 ,mem_24g_bind_payload 
-0x335a 008587 branch g24_bind_payload_cfg_transmitter_addr 
-:      008590 g24_bind_third_step:
-0x335b 008591 fetch 1 ,mem_24g_pair_switch 
-0x335c 008592 branch g24_bind_third_step_skip ,blank 
-0x335d 008593 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x335e 008594 fetcht 4 ,mem_24g_transmitter_addr 
-0x335f 008595 isub temp ,null 
-0x3360 008596 nrtn zero 
-:      008597 g24_bind_third_step_skip:
-0x3361 008598 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x3362 008599 beq datatype_device1 ,g24_bind_third_step_device1 
-0x3363 008600 beq datatype_device2 ,g24_bind_third_step_device2 
-0x3364 008601 rtn 
-:      008603 g24_bind_third_step_device1:
-0x3365 008604 fetch 1 ,mem_24g_device1_bind_disable 
-0x3366 008605 nrtn blank 
-0x3367 008606 fetch 1 ,mem_24g_device1_bind_step 
-0x3368 008607 beq 2 ,g24_bind_dvc1_step_success 
-0x3369 008608 rtn 
-:      008609 g24_bind_dvc1_step_success:
-0x336a 008610 jam 1 ,mem_24g_device1_bind_disable 
-0x336b 008612 call g24_bind_dvc1_payload_cfg 
-0x336c 008613 fetch 1 ,mem_24g_bind_device_status 
-0x336d 008614 or_into 0x01 ,pdata 
-0x336e 008615 store 1 ,mem_24g_bind_device_status 
-:      008616 g24_bind_exit:
-0x336f 008617 setarg 0 
-0x3370 008618 store 2 ,mem_24g_device1_bind_step 
-0x3371 008619 rtn 
-:      008621 g24_bind_third_step_device2:
-0x3372 008622 fetch 1 ,mem_24g_device2_bind_disable 
-0x3373 008623 nrtn blank 
-0x3374 008624 fetch 1 ,mem_24g_device2_bind_step 
-0x3375 008625 bne 0 ,g24_bind_dvc2_step_success 
-0x3376 008626 rtn 
-:      008627 g24_bind_dvc2_step_success:
-0x3377 008628 jam 1 ,mem_24g_device2_bind_disable 
-0x3378 008630 call g24_bind_dvc2_payload_cfg 
-0x3379 008631 fetch 1 ,mem_24g_bind_device_status 
-0x337a 008632 or_into 0x02 ,pdata 
-0x337b 008633 store 1 ,mem_24g_bind_device_status 
-0x337c 008634 call g24_bind_exit 
-0x337d 008635 branch dongle_g24_store_dvc2_bind_flag 
-:      008637 g24_binding_device_check:
-0x337e 008638 fetch 1 ,mem_24g_work_mode 
-0x337f 008639 rtnne dongle_bind 
-0x3380 008640 fetch 1 ,mem_24g_pair_mode 
-0x3381 008641 nrtn blank 
-0x3382 008642 fetch 1 ,mem_24g_rxbuf + 3 
-0x3383 008643 beq datatype_device1 ,g24_binding_dvc1_status 
-0x3384 008644 beq datatype_device2 ,g24_binding_dvc2_status 
-0x3385 008645 rtn 
-:      008646 g24_binding_dvc1_status:
-0x3386 008647 fetch 1 ,mem_24g_bind_device_living 
-0x3387 008648 rtnbit0 0 
-:      008649 disable_user3:
-0x3388 008650 disable user3 
-0x3389 008651 rtn 
-:      008652 g24_binding_dvc2_status:
-0x338a 008653 fetch 1 ,mem_24g_bind_device_living 
-0x338b 008654 rtnbit0 1 
-0x338c 008655 branch disable_user3 
-:      008657 g24_binding_dvc1_living:
-0x338d 008658 fetch 1 ,mem_24g_pair_mode 
-0x338e 008659 nrtn blank 
-0x338f 008660 fetch 1 ,mem_24g_bind_device_living 
-0x3390 008661 or_into 0x01 ,pdata 
-0x3391 008662 store 1 ,mem_24g_bind_device_living 
-0x3392 008663 rtn 
-:      008665 g24_binding_dvc2_living:
-0x3393 008666 fetch 1 ,mem_24g_pair_mode 
-0x3394 008667 nrtn blank 
-0x3395 008668 fetch 1 ,mem_24g_bind_device_living 
-0x3396 008669 or_into 0x02 ,pdata 
-0x3397 008670 store 1 ,mem_24g_bind_device_living 
-0x3398 008671 rtn 
-:      008674 g24_bind_device_status_check:
-0x3399 008675 fetch 1 ,mem_24g_bind_device_status 
-0x339a 008676 rtn blank 
-:      008677 g24_bind_device_status:
-0x339b 008678 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x339c 008679 beq datatype_device1 ,g24_binding_dvc1_living 
-0x339d 008680 beq datatype_device2 ,g24_binding_dvc2_living 
-0x339e 008681 rtn 
-:      008700 g24_receive_init:
-0x339f 008701 set1 mark_24g_rxmode ,mark 
-0x33a0 008702 fetch 1 ,mem_tx_power 
-0x33a1 008703 store 1 ,mem_tx_power_temp 
-0x33a2 008704 branch rssi_receiver_buff_init 
-:      008706 g24_receive_dispatch:
-0x33a3 008707 fetch 2 ,mem_cb_24g_receive_process 
-0x33a4 008708 branch callback_func 
-:      008710 g24_ackpayload_prep:
-0x33a5 008711 bpatchx patch30_3 ,mem_patch30 
-0x33a6 008712 jam 0 ,mem_24g_datalen 
-0x33a7 008713 fetch 1 ,mem_24g_ackpayload_enable 
-0x33a8 008714 rtn blank 
-0x33a9 008715 fetch 2 ,mem_cb_24g_ackpayload 
-0x33aa 008716 branch callback_func 
-:      008719 g24_receive_packet_start:
-0x33ab 008720 call g24_receive_transmit_ack 
-0x33ac 008721 nbranch g24_rx_interrupt_clear ,user3 
-:      008722 g24_receive_packet_parse:
-0x33ad 008723 call g24_receive_packet_parse_pid_crc 
-0x33ae 008724 nbranch g24_rx_interrupt_clear ,user 
-0x33af 008725 fetch 1 ,mem_24g_rxdata_length 
-0x33b0 008726 branch g24_rx_interrupt_clear ,blank 
-0x33b1 008727 increase 2 ,pdata 
-0x33b2 008728 iforce loopcnt 
-0x33b3 008729 arg mem_24g_rxbuf ,contr 
-0x33b4 008730 arg mem_24g_rxdata_temp ,contw 
-0x33b5 008731 call memcpy 
-0x33b6 008732 jam 0 ,mem_24g_mode_switch 
-0x33b7 008733 fetch 1 ,mem_24g_pair_mode 
-0x33b8 008734 call g24_enable_nodata_timer ,blank 
-0x33b9 008735 bpatchx patch30_4 ,mem_patch30 
-0x33ba 008736 fetch 1 ,mem_24g_rxdata_temp + 2 
-0x33bb 008737 beq datatype_device1 ,g24_data_device1 
-0x33bc 008738 beq datatype_device2 ,g24_data_device2 
-0x33bd 008739 beq datatype_attemp ,g24_data_receive_attemp 
-:      008740 g24_rx_interrupt_clear:
-0x33be 008741 bpatchx patch30_5 ,mem_patch30 
-0x33bf 008742 arg mem_24g_rxbuf ,contw 
-0x33c0 008743 arg 66 ,loopcnt 
-0x33c1 008744 branch clear_mem 
-:      008746 g24_data_receive_attemp:
-0x33c2 008747 call g24_bind_device_status 
-0x33c3 008748 branch g24_data_attemp 
-:      008750 g24_data_device1:
-0x33c4 008751 call g24_binding_dvc1_living 
-0x33c5 008752 call g24_ch_timer_reinit 
-0x33c6 008753 fetch 1 ,mem_24g_abort_packet 
-0x33c7 008754 fetcht 1 ,mem_24g_rxdata_temp 
-0x33c8 008755 isolate1 bit_abort ,temp 
-0x33c9 008756 setflag true ,0 ,pdata 
-0x33ca 008757 store 1 ,mem_24g_abort_packet 
-0x33cb 008758 beq 1 ,g24_data_attemp_device1_abort 
-0x33cc 008759 fetch 1 ,mem_24g_hop_packet 
-0x33cd 008760 fetcht 1 ,mem_24g_rxdata_temp 
-0x33ce 008761 isolate1 bit_hop ,temp 
-0x33cf 008762 setflag true ,0 ,pdata 
-0x33d0 008763 store 1 ,mem_24g_hop_packet 
-0x33d1 008764 fetch 2 ,mem_cb_24g_data_device1 
-0x33d2 008765 branch callback_func 
-:      008767 g24_data_device2:
-0x33d3 008768 call g24_binding_dvc2_living 
-0x33d4 008769 fetcht 1 ,mem_24g_rxdata_temp 
-0x33d5 008770 isolate1 bit_abort ,temp 
-0x33d6 008771 branch g24_data_attemp_device2_abort ,true 
-0x33d7 008772 fetch 2 ,mem_cb_24g_data_device2 
-0x33d8 008773 branch callback_func 
-:      008775 g24_data_attemp_device1_abort:
-0x33d9 008776 fetch 1 ,mem_device_option 
-0x33da 008777 sub pdata ,dvc_op_car ,null 
-0x33db 008778 call car_stop_blink ,zero 
-0x33dc 008779 fetch 1 ,mem_24g_device1_bind_disable 
-0x33dd 008780 nrtn blank 
-0x33de 008781 jam 1 ,mem_24g_device1_bind_disable 
-0x33df 008782 fetch 4 ,mem_24g_rxdata_temp + 10 
-0x33e0 008783 branch g24_store_device1_addr 
-:      008784 g24_data_attemp_device2_abort:
-0x33e1 008785 fetch 4 ,mem_24g_rxdata_temp + 10 
-0x33e2 008786 branch g24_store_device2_addr 
-:      008789 g24_receive_packet_parse_pid_crc:
-0x33e3 008790 call disable_user 
-0x33e4 008791 fetch 1 ,mem_24g_sta_pid 
-0x33e5 008792 fetcht 1 ,mem_24g_last_pid 
-0x33e6 008793 isub temp ,null 
-0x33e7 008794 ncall enable_user ,zero 
-0x33e8 008795 fetch 1 ,mem_24g_sta_pid 
-0x33e9 008796 store 1 ,mem_24g_last_pid 
-0x33ea 008797 fetch 3 ,mem_24g_sta_crc 
-0x33eb 008798 fetcht 3 ,mem_24g_last_crc 
-0x33ec 008799 isub temp ,null 
-0x33ed 008800 ncall enable_user ,zero 
-0x33ee 008801 fetch 3 ,mem_24g_sta_crc 
-0x33ef 008802 store 3 ,mem_24g_last_crc 
-0x33f0 008803 rtn 
-:      008805 g24_receive_transmit_ack:
-0x33f1 008806 call g24_rx_interrupt_clear 
-0x33f2 008807 call g24_receive_packet 
-0x33f3 008808 nrtn user3 
-:      008809 g24_transmit_ack:
-0x33f4 008811 fetch 1 ,mem_24g_rxbuf 
-0x33f5 008812 store 1 ,mem_24g_data_type 
-0x33f6 008814 call g24_read_len_pid_crc 
-0x33f7 008816 fetch 1 ,mem_24g_rxbuf + 1 
-0x33f8 008817 isolate1 bit_ack_24g ,pdata 
-0x33f9 008818 branch g24tx_no_ack ,true 
-:      008819 g24tx_with_ack:
-0x33fa 008820 call g24_ackpayload_prep 
-0x33fb 008821 call g24_transmit_prep 
-0x33fc 008822 call g24_transmit 
-:      008823 g24tx_no_ack:
-0x33fd 008824 branch g24_end_of_packet 
-:      008827 g24_enable_nodata_timer:
-0x33fe 008828 jam 1 ,mem_24g_nodata_timer_enable 
-:      008829 g24_enable_nodata_timer_init:
-0x33ff 008830 setarg timer_nodata_delay 
-0x3400 008831 arg g24_timer_nodata ,queue 
-0x3401 008832 branch timer_init 
-:      008838 g24_mode_switch_init:
-0x3402 008839 bpatchx patch30_6 ,mem_patch30 
-0x3403 008840 jam 1 ,mem_24g_mode_switch 
-0x3404 008841 jam 0 ,mem_24g_time_slice 
-0x3405 008842 jam 0xff ,mem_24g_interval 
-0x3406 008843 branch g24_timer_init 
-:      008845 g24_mode_switch_bind_work:
-0x3407 008846 bpatchx patch30_7 ,mem_patch30 
-0x3408 008847 fetch 1 ,mem_24g_mode_switch 
-0x3409 008848 rtn blank 
-0x340a 008849 call g24_timer_check 
-0x340b 008850 nrtn user 
-0x340c 008851 call g24_bind_mode_continue 
-0x340d 008852 fetch 1 ,mem_24g_time_slice 
-0x340e 008853 increase 1 ,pdata 
-0x340f 008854 and_into 1 ,pdata 
-0x3410 008855 store 1 ,mem_24g_time_slice 
-0x3411 008856 beq 0 ,g24_work_mode_switch 
-0x3412 008857 beq 1 ,g24_bind_mode_switch 
-0x3413 008858 rtn 
-:      008860 g24_bind_mode_continue:
-0x3414 008861 fetch 1 ,mem_24g_bind_mode_continue 
-0x3415 008862 rtn blank 
-0x3416 008863 increase -1 ,pdata 
-0x3417 008864 store 1 ,mem_24g_bind_mode_continue 
-0x3418 008865 rtn 
-:      008867 g24_work_mode_switch:
-0x3419 008868 fetch 1 ,mem_24g_bind_mode_continue 
-0x341a 008869 nrtn blank 
-0x341b 008870 branch g24_switch_work_mode 
-:      008872 g24_bind_mode_switch:
-0x341c 008873 fetch 1 ,mem_24g_bind_mode_continue 
-0x341d 008874 nrtn blank 
-0x341e 008875 branch g24_bind_mode_enable 
-:      008878 g24_mode_b_s_switch_init:
-0x341f 008879 fetch 1 ,mem_24g_b_s_mode_switch_disable 
-0x3420 008880 nrtn blank 
-0x3421 008881 fetch 1 ,mem_24g_mode_b_s_switch_exit 
-0x3422 008882 call g24_mode_b_s_switch_start ,blank 
-0x3423 008883 fetch 1 ,mem_24g_mode_b_s_switch_init 
-0x3424 008884 rtnbit1 0 
-0x3425 008885 set1 0 ,pdata 
-0x3426 008886 store 1 ,mem_24g_mode_b_s_switch_init 
-0x3427 008887 jam 1 ,mem_24g_mode_b_s_switch 
-0x3428 008888 jam 0 ,mem_24g_b_s_time_slice 
-0x3429 008889 setarg 0 
-0x342a 008890 store 2 ,mem_24g_mode_b_s_switch_cnt 
-0x342b 008891 jam 0x60 ,mem_24g_interval 
-0x342c 008892 branch g24_timer_init 
-:      008894 g24_mode_switch_bind_search:
-0x342d 008895 bpatchx patch31_0 ,mem_patch31 
-0x342e 008896 fetch 1 ,mem_24g_work_mode 
-0x342f 008897 rtneq dongle_work 
-0x3430 008898 fetch 1 ,mem_24g_b_s_mode_switch_disable 
-0x3431 008899 nrtn blank 
-0x3432 008900 fetch 1 ,mem_24g_mode_b_s_switch_exit 
-0x3433 008901 nrtn blank 
-0x3434 008902 fetch 1 ,mem_24g_mode_b_s_switch 
-0x3435 008903 rtn blank 
-0x3436 008904 fetch 1 ,mem_24g_bind_device_living 
-0x3437 008905 compare 3 ,pdata ,3 
-0x3438 008906 branch g24_mode_b_s_switch_exit ,true 
-0x3439 008907 call g24_timer_check 
-0x343a 008908 nrtn user 
-0x343b 008909 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
-0x343c 008910 increase 1 ,pdata 
-0x343d 008911 store 2 ,mem_24g_mode_b_s_switch_cnt 
-0x343e 008912 arg 0x7d0 ,temp 
-0x343f 008913 isub temp ,null 
-0x3440 008914 branch g24_mode_b_s_switch_exit ,positive 
-0x3441 008915 fetch 1 ,mem_24g_b_s_time_slice 
-0x3442 008916 increase 1 ,pdata 
-0x3443 008917 and_into 1 ,pdata 
-0x3444 008918 store 1 ,mem_24g_b_s_time_slice 
-0x3445 008919 beq 0 ,g24_search_mode_enable 
-0x3446 008920 beq 1 ,g24_bind_mode_enable 
-0x3447 008921 rtn 
-:      008923 g24_mode_switch_search:
-0x3448 008924 fetch 1 ,mem_24g_bind_mode_continue 
-0x3449 008925 nbranch g24_bind_mode_enable ,blank 
-0x344a 008926 branch g24_search_mode_enable 
-:      008928 g24_mode_b_s_switch_exit:
-0x344b 008929 jam 1 ,mem_24g_mode_b_s_switch_exit 
-0x344c 008930 branch g24_search_mode_enable 
-:      008932 g24_mode_b_s_switch_stop:
-0x344d 008933 jam 0 ,mem_24g_mode_b_s_switch 
-0x344e 008934 rtn 
-:      008935 g24_mode_b_s_switch_start:
-0x344f 008936 jam 1 ,mem_24g_mode_b_s_switch 
-0x3450 008937 rtn 
-:      008948 g24_work_init:
-0x3451 008949 bpatchx patch31_1 ,mem_patch31 
-0x3452 008950 fetch 1 ,mem_24g_mode_init 
-0x3453 008951 rtnbit1 dongle_work 
-0x3454 008952 set1 dongle_work ,pdata 
-0x3455 008953 store 1 ,mem_24g_mode_init 
-0x3456 008954 fetch 1 ,mem_tx_power_temp 
-0x3457 008955 store 1 ,mem_tx_power 
-0x3458 008956 jam 0 ,mem_24g_ackpayload_enable 
-0x3459 008957 jam 0 ,mem_usb_tx_enable 
-0x345a 008958 jam 1 ,mem_24g_abort_packet 
-0x345b 008959 jam 0 ,mem_24g_pid 
-0x345c 008960 fetch 4 ,mem_24g_lap 
-0x345d 008961 call g24_update_addr_and_synccrc8 
-0x345e 008962 call g24_ch 
-0x345f 008963 branch g24_rx_interrupt_clear 
-:      008966 g24_switch_work_mode:
-0x3460 008967 jam 0 ,mem_24g_ackpayload_enable 
-:      008968 g24_work_mode_enable:
-0x3461 008969 jam dongle_work ,mem_24g_work_mode 
-0x3462 008970 jam clear_init ,mem_24g_mode_init 
-0x3463 008971 rtn 
-:      008974 g24_work_mode_start:
-0x3464 008975 fetch 1 ,mem_24g_work_mode 
-0x3465 008976 rtnne dongle_work 
-0x3466 008977 call g24_work_init 
-0x3467 008978 call g24_ch_process 
-0x3468 008979 branch g24_receive_packet_start 
-:      008992 g24_bind_mode_auto:
-0x3469 008993 bpatchx patch31_2 ,mem_patch31 
-0x346a 008994 fetch 1 ,mem_24g_work_mode 
-0x346b 008995 rtnne dongle_bind 
-0x346c 008996 call g24_bind_init 
-0x346d 008997 call g24_bind_data_process 
-0x346e 008998 fetch 1 ,mem_24g_pair_mode 
-0x346f 008999 nrtn blank 
-0x3470 009000 fetch 1 ,mem_24g_bind_device_status 
-0x3471 009001 rtn blank 
-0x3472 009002 jam 0 ,mem_24g_mode_switch 
-0x3473 009003 call g24_switch_work_mode 
-0x3474 009004 call g24_enable_nodata_timer 
-0x3475 009005 branch g24_timer_init 
-:      009017 g24_search_mode_init:
-0x3476 009018 fetch 1 ,mem_24g_mode_init 
-0x3477 009019 rtnbit1 dongle_search 
-0x3478 009020 set1 dongle_search ,pdata 
-0x3479 009021 store 1 ,mem_24g_mode_init 
-0x347a 009022 fetch 1 ,mem_tx_power_temp 
-0x347b 009023 store 1 ,mem_tx_power 
-0x347c 009025 jam 0 ,mem_24g_time_slice 
-0x347d 009026 jam 1 ,mem_24g_ackpayload_enable 
-0x347e 009027 setarg 0 
-0x347f 009028 store 3 ,mem_rssi_noise_self_index 
-0x3480 009029 store 7 ,mem_24g_self_config_ch_once 
-0x3481 009030 call g24_receiver_addr_check 
-0x3482 009031 nrtn zero 
-0x3483 009032 fetch 1 ,mem_24g_current_ch_number 
-0x3484 009033 store 1 ,mem_24g_self_ch_number 
-0x3485 009034 fetch 1 ,mem_24g_ch 
-0x3486 009035 store 1 ,mem_24g_self_last_ch 
-0x3487 009036 rtn 
-:      009039 g24_search_mode_auto:
-0x3488 009040 bpatchx patch31_3 ,mem_patch31 
-0x3489 009041 fetch 1 ,mem_24g_work_mode 
-0x348a 009042 rtnne dongle_search 
-0x348b 009043 call g24_search_mode_init 
-0x348c 009044 call g24_auto_addr_ch_search 
-0x348d 009045 call g24_receive_transmit_ack 
-0x348e 009046 nbranch g24_rx_interrupt_clear ,user3 
-0x348f 009048 call g24_receiver_addr_check 
-0x3490 009049 call g24_receive_packet_parse ,zero 
-0x3491 009051 fetch 1 ,mem_24g_abort_packet 
-0x3492 009052 call g24_mode_b_s_switch_stop ,blank 
-0x3493 009055 jam dongle_work ,mem_24g_work_mode 
-0x3494 009056 fetch 1 ,mem_24g_mode_init 
-0x3495 009057 set1 dongle_work ,pdata 
-0x3496 009058 store 1 ,mem_24g_mode_init 
-0x3497 009060 fetch 1 ,mem_24g_ackpayload_enable 
-0x3498 009061 sub pdata ,2 ,null 
-0x3499 009062 ncall g24_ackpayload_disable ,zero 
-0x349a 009064 call g24_rx_interrupt_clear 
-0x349b 009065 call g24_enable_nodata_timer 
-0x349c 009066 call g24_receiver_addr_check 
-0x349d 009067 branch g24_self_ch_num_reinit ,zero 
-0x349e 009068 fetch 4 ,mem_24g_addr 
-0x349f 009069 fetcht 4 ,mem_24g_device2_addr 
-0x34a0 009070 isub temp ,null 
-0x34a1 009071 branch g24_device2_ch_num_reinit ,zero 
-0x34a2 009072 fetch 4 ,mem_24g_addr 
-0x34a3 009073 fetcht 4 ,mem_24g_device1_addr 
-0x34a4 009074 isub temp ,null 
-0x34a5 009075 branch g24_device1_ch_num_reinit ,zero 
-0x34a6 009076 rtn 
-:      009079 g24_self_ch_num_reinit:
-0x34a7 009080 fetch 1 ,mem_24g_self_ch_number 
-:      009081 g24_current_ch_num_reinit:
-0x34a8 009082 store 1 ,mem_24g_current_ch_number 
-0x34a9 009083 rtn 
-:      009085 g24_device2_ch_num_reinit:
-0x34aa 009086 fetch 1 ,mem_24g_device2_ch_number 
-0x34ab 009087 branch g24_current_ch_num_reinit 
-:      009089 g24_device1_ch_num_reinit:
-0x34ac 009090 fetch 1 ,mem_24g_device1_ch_number 
-0x34ad 009091 branch g24_current_ch_num_reinit 
-:      009094 g24_auto_addr_ch_search:
-0x34ae 009095 bpatchx patch31_4 ,mem_patch31 
-0x34af 009096 fetch 1 ,mem_24g_time_slice 
-0x34b0 009097 increase 1 ,pdata 
-0x34b1 009098 and_into 3 ,pdata 
-0x34b2 009099 store 1 ,mem_24g_time_slice 
-0x34b3 009101 beq 0 ,g24_auto_bind_config_device2 
-0x34b4 009102 beq 1 ,g24_auto_bind_config_self 
-0x34b5 009103 beq 2 ,g24_auto_bind_config_device1 
-0x34b6 009104 beq 3 ,g24_auto_bind_config_self 
-0x34b7 009105 rtn 
-:      009107 g24_auto_bind_config_device1:
-0x34b8 009108 call g24_bind_dvc1_payload_cfg 
-0x34b9 009109 fetch 4 ,mem_24g_device1_addr 
-0x34ba 009110 branch g24_auto_addr_ch_search ,blank 
-0x34bb 009111 call g24_update_addr_and_synccrc8 
-0x34bc 009112 fetch 1 ,mem_24g_device1_config_ch_once 
-0x34bd 009113 call g24_device1_config_ch_once ,blank 
-0x34be 009114 fetch 1 ,mem_24g_device1_last_ch 
-0x34bf 009115 store 1 ,mem_24g_ch 
-0x34c0 009116 fetcht 1 ,mem_rssi_noise_device1_index 
-0x34c1 009117 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
-0x34c2 009118 call rssi_store 
-0x34c3 009119 storet 1 ,mem_rssi_noise_device1_index 
-0x34c4 009120 call rssi_average 
-0x34c5 009121 storet 1 ,mem_rssi_noise_device1_avg 
-0x34c6 009122 sub temp ,rssi_thresh_noise ,null 
-0x34c7 009123 nrtn positive 
-0x34c8 009124 fetcht 1 ,mem_24g_device1_ch_number 
-0x34c9 009125 call g24_ch_map_size 
-0x34ca 009126 storet 1 ,mem_24g_device1_ch_number 
-0x34cb 009127 store 1 ,mem_24g_device1_last_ch 
-0x34cc 009128 rtn 
-:      009130 g24_device1_config_ch_once:
-0x34cd 009131 jam 1 ,mem_24g_device1_config_ch_once 
-0x34ce 009132 arg 0 ,temp 
-0x34cf 009133 call g24_ch_calc 
-0x34d0 009134 store 1 ,mem_24g_device1_last_ch 
-0x34d1 009135 rtn 
-:      009137 g24_auto_bind_config_device2:
-0x34d2 009138 call g24_bind_dvc2_payload_cfg 
-0x34d3 009139 fetch 4 ,mem_24g_device2_addr 
-0x34d4 009140 branch g24_auto_addr_ch_search ,blank 
-0x34d5 009141 call g24_update_addr_and_synccrc8 
-0x34d6 009142 fetch 1 ,mem_24g_device2_config_ch_once 
-0x34d7 009143 call g24_device2_config_ch_once ,blank 
-0x34d8 009144 fetch 1 ,mem_24g_device2_last_ch 
-0x34d9 009145 store 1 ,mem_24g_ch 
-0x34da 009146 fetcht 1 ,mem_rssi_noise_device2_index 
-0x34db 009147 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
-0x34dc 009148 call rssi_store 
-0x34dd 009149 storet 1 ,mem_rssi_noise_device2_index 
-0x34de 009150 call rssi_average 
-0x34df 009151 storet 1 ,mem_rssi_noise_device2_avg 
-0x34e0 009152 sub temp ,rssi_thresh_noise ,null 
-0x34e1 009153 nrtn positive 
-0x34e2 009154 fetcht 1 ,mem_24g_device2_ch_number 
-0x34e3 009155 call g24_ch_map_size 
-0x34e4 009156 storet 1 ,mem_24g_device2_ch_number 
-0x34e5 009157 store 1 ,mem_24g_device2_last_ch 
-0x34e6 009158 rtn 
-:      009160 g24_device2_config_ch_once:
-0x34e7 009161 jam 1 ,mem_24g_device2_config_ch_once 
-0x34e8 009162 arg 0 ,temp 
-0x34e9 009163 call g24_ch_calc 
-0x34ea 009164 store 1 ,mem_24g_device2_last_ch 
-0x34eb 009165 rtn 
-:      009167 g24_auto_bind_config_self:
-0x34ec 009168 call g24_bind_dvc1_payload_cfg 
-0x34ed 009169 fetch 4 ,mem_24g_lap 
-0x34ee 009170 call g24_update_addr_and_synccrc8 
-0x34ef 009171 fetch 1 ,mem_24g_self_config_ch_once 
-0x34f0 009172 call g24_self_config_ch_once ,blank 
-0x34f1 009173 fetch 1 ,mem_24g_self_last_ch 
-0x34f2 009174 store 1 ,mem_24g_ch 
-0x34f3 009175 fetcht 1 ,mem_rssi_noise_self_index 
-0x34f4 009176 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
-0x34f5 009177 call rssi_store 
-0x34f6 009178 storet 1 ,mem_rssi_noise_self_index 
-0x34f7 009179 call rssi_average 
-0x34f8 009180 storet 1 ,mem_rssi_noise_self_avg 
-0x34f9 009181 sub temp ,rssi_thresh_noise ,null 
-0x34fa 009182 nrtn positive 
-0x34fb 009183 fetcht 1 ,mem_24g_self_ch_number 
-0x34fc 009184 call g24_ch_map_size 
-0x34fd 009185 storet 1 ,mem_24g_self_ch_number 
-0x34fe 009186 store 1 ,mem_24g_self_last_ch 
-0x34ff 009187 rtn 
-:      009189 g24_self_config_ch_once:
-0x3500 009190 jam 1 ,mem_24g_self_config_ch_once 
-0x3501 009191 fetch 1 ,mem_24g_self_last_ch 
-0x3502 009192 store 1 ,mem_24g_ch 
-0x3503 009193 rtn 
-:      009196 g24_ackpayload_disable:
-0x3504 009197 jam 0 ,mem_24g_ackpayload_enable 
-0x3505 009198 rtn 
-:      009201 g24_receiver_addr_check:
-0x3506 009202 fetch 4 ,mem_24g_addr 
-0x3507 009203 fetcht 4 ,mem_24g_lap 
-0x3508 009204 isub temp ,null 
-0x3509 009205 rtn 
-:      009217 g24_nodata_process:
-0x350a 009218 fetch 1 ,mem_24g_ackpayload_enable 
-0x350b 009219 rtneq 2 
-0x350c 009220 fetch 1 ,mem_24g_nodata_timer_enable 
-0x350d 009221 rtn blank 
-0x350e 009222 arg g24_timer_nodata ,queue 
-0x350f 009223 call timer_check 
-0x3510 009224 nrtn blank 
-0x3511 009225 jam 0 ,mem_24g_nodata_timer_enable 
-0x3512 009226 jam 0 ,mem_24g_bind_mode_continue 
-0x3513 009227 call g24_mode_b_s_switch_init 
-:      009229 g24_search_mode_enable:
-0x3514 009230 bpatchx patch31_5 ,mem_patch31 
-0x3515 009231 jam dongle_search ,mem_24g_work_mode 
-0x3516 009232 jam clear_init ,mem_24g_mode_init 
-0x3517 009233 branch g24_rx_interrupt_clear 
-:      009239 g24_ch_process:
-0x3518 009240 bpatchx patch31_6 ,mem_patch31 
-0x3519 009241 fetch 1 ,mem_24g_abort_packet 
-0x351a 009242 beq 1 ,rssi_noise_monitor 
-0x351b 009243 fetch 1 ,mem_24g_hop_packet 
-0x351c 009244 beq 1 ,g24_ch_receive_hop_pac 
-0x351d 009245 fetcht 4 ,mem_24g_hop_btclk 
-0x351e 009246 copy clkn_bt ,pdata 
-0x351f 009247 isub temp ,null 
-0x3520 009248 ncall g24_timer_timeout ,positive 
-0x3521 009249 copy pdata ,regb 
-0x3522 009250 fetch 4 ,mem_24g_hop_btclk 
-0x3523 009251 fetcht 1 ,mem_24g_hop_interval 
-0x3524 009252 iadd temp ,temp 
-0x3525 009253 copy regb ,pdata 
-0x3526 009254 isub temp ,null 
-0x3527 009255 nrtn positive 
-0x3528 009256 set0 28 ,pdata 
-0x3529 009257 store 4 ,mem_24g_hop_btclk 
-0x352a 009258 jam 1 ,mem_24g_abort_packet 
-0x352b 009259 branch g24_ch 
-:      009261 g24_ch_receive_hop_pac:
-0x352c 009262 jam 0 ,mem_24g_hop_packet 
-0x352d 009263 branch g24_ch 
-:      009265 g24_ch_timer_reinit:
-0x352e 009266 copy clkn_bt ,pdata 
-0x352f 009267 store 4 ,mem_24g_hop_btclk 
-0x3530 009268 rtn 
-:      009273 g24_reconn_timeout_timer:
-0x3531 009274 arg mem_24g_reconn_timeout ,regc 
-0x3532 009275 arg g24_stop_24g_mode ,regb 
-0x3533 009276 branch timer_single_step_2b 
-:      009279 g24_reconn_start:
-0x3534 009280 bpatchx patch31_7 ,mem_patch31 
-0x3535 009281 set1 mark_24g ,mark 
-0x3536 009282 fetch 1 ,mem_24g_conn_sm 
-0x3537 009283 set0 state_24g_pair ,pdata 
-0x3538 009284 set1 state_24g_reconn ,pdata 
-0x3539 009285 store 1 ,mem_24g_conn_sm 
-0x353a 009286 fetch 1 ,mem_24g_fast_conn_enable 
-0x353b 009287 branch g24_reconn_receiver_addr ,blank 
-0x353c 009288 fetch 1 ,mem_24g_reconn_type 
-0x353d 009289 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
-0x353e 009290 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
-0x353f 009291 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
-0x3540 009292 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
-:      009293 g24_reconn_fast_conn:
-0x3541 009294 fetch 1 ,mem_24g_pair_tx_power 
-0x3542 009295 store 1 ,mem_tx_power 
-0x3543 009296 fetcht 1 ,mem_24g_fast_conn_temp_ch 
-0x3544 009297 storet 1 ,mem_24g_current_ch_number 
-0x3545 009298 fetch 4 ,mem_24g_fast_conn_addr 
-0x3546 009299 call g24_ch_syncword_crc8_init 
-0x3547 009300 storet 1 ,mem_24g_fast_conn_temp_ch 
-0x3548 009301 rtn 
-:      009303 g24_reconn_receiver_addr:
-0x3549 009304 jam tx_power_3db ,mem_tx_power 
-0x354a 009305 fetcht 1 ,mem_24g_receiver_temp_ch 
-0x354b 009306 storet 1 ,mem_24g_current_ch_number 
-0x354c 009307 fetch 4 ,mem_24g_receiver_addr 
-0x354d 009308 call g24_ch_syncword_crc8_init 
-0x354e 009309 storet 1 ,mem_24g_receiver_temp_ch 
-0x354f 009310 rtn 
-:      009312 g24_reconn_device_3_0_addr:
-0x3550 009313 jam tx_power_3db ,mem_tx_power 
-0x3551 009314 fetcht 1 ,mem_24g_device_temp_ch 
-0x3552 009315 storet 1 ,mem_24g_current_ch_number 
-0x3553 009316 fetch 4 ,mem_24g_device_addr 
-0x3554 009317 call g24_ch_syncword_crc8_init 
-0x3555 009318 storet 1 ,mem_24g_device_temp_ch 
-0x3556 009319 rtn 
-:      009321 g24_store_receiver_addr:
-0x3557 009322 fetch 4 ,mem_24g_rxpayload + 2 
-0x3558 009323 rtn blank 
-0x3559 009324 store 4 ,mem_24g_receiver_addr 
-:      009325 g24_ch_syncword_crc8_init:
-0x355a 009326 call g24_update_addr_and_synccrc8 
-0x355b 009327 branch g24_ch 
-:      009330 g24_reconn_dispatch:
-0x355c 009331 bpatchx patch32_0 ,mem_patch32 
-0x355d 009332 fetch 2 ,mem_24g_reconn_count 
-0x355e 009333 arg 0x01f8 ,temp 
-0x355f 009334 iand temp ,pdata 
-0x3560 009335 branch g24_reconn_dispatch_next ,blank 
-0x3561 009336 fetch 2 ,mem_24g_reconn_count 
-0x3562 009337 increase 1 ,pdata 
-0x3563 009338 store 2 ,mem_24g_reconn_count 
-0x3564 009339 rtn 
-:      009341 g24_reconn_dispatch_next:
-0x3565 009342 call g24_reconn_data_prep 
-0x3566 009343 call g24_transmit_receive_ack 
-0x3567 009344 nbranch g24_reconn_device_fail ,sync 
-0x3568 009345 nbranch g24_reconn_device_fail ,user3 
-0x3569 009346 call g24_ackpayload_parse 
-0x356a 009347 fetch 4 ,mem_24g_pair_addr 
-0x356b 009348 fetcht 4 ,mem_24g_addr 
-0x356c 009349 isub temp ,null 
-0x356d 009350 branch g24_pair_start ,zero 
-0x356e 009351 fetch 4 ,mem_24g_device_addr 
-0x356f 009352 fetcht 4 ,mem_24g_addr 
-0x3570 009353 isub temp ,null 
-0x3571 009354 call g24_store_receiver_addr ,zero 
-0x3572 009355 fetch 1 ,mem_24g_conn_sm 
-0x3573 009356 set0 state_24g_reconn ,pdata 
-0x3574 009357 store 1 ,mem_24g_conn_sm 
-0x3575 009358 setarg 0 
-0x3576 009359 store 2 ,mem_24g_pair_timeout 
-0x3577 009360 store 2 ,mem_24g_reconn_count 
-0x3578 009361 store 2 ,mem_24g_reconn_timeout 
-0x3579 009362 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x357a 009363 call ui_ipc_send_event 
-:      009364 g24_txbuf_clear:
-0x357b 009365 bpatchx patch32_1 ,mem_patch32 
-0x357c 009366 arg 32 ,loopcnt 
-0x357d 009367 arg mem_24g_txbuf ,contw 
-0x357e 009368 branch memset0 
-:      009370 g24_reconn_data_prep:
-0x357f 009371 jam datatype_attemp ,mem_24g_txbuf 
-0x3580 009372 fetch 1 ,mem_24g_data_type 
-0x3581 009373 store 1 ,mem_24g_txbuf + 1 
-0x3582 009374 fetch 4 ,mem_24g_device_addr 
-0x3583 009375 store 4 ,mem_24g_txbuf + 2 
-0x3584 009376 jam 6 ,mem_24g_datalen 
-0x3585 009377 branch g24_transmit_prep 
-:      009379 g24_reconn_device_fail:
-0x3586 009380 bpatchx patch32_2 ,mem_patch32 
-0x3587 009381 fetch 1 ,mem_24g_fast_conn_enable 
-0x3588 009382 branch g24_ch ,blank 
-0x3589 009383 fetch 2 ,mem_24g_reconn_count 
-0x358a 009384 increase 1 ,pdata 
-0x358b 009385 store 2 ,mem_24g_reconn_count 
-0x358c 009386 isolate1 9 ,pdata 
-0x358d 009387 fetch 1 ,mem_24g_reconn_type 
-0x358e 009388 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
-0x358f 009389 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
-0x3590 009390 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
-0x3591 009391 beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
-0x3592 009392 branch g24_reconn_receiver_addr 
-:      009395 g24_reconn_fast_conn_and_receiver:
-0x3593 009396 branch g24_reconn_receiver_addr ,true 
-0x3594 009397 branch g24_reconn_fast_conn 
-:      009399 g24_reconn_fast_conn_and_3_0:
-0x3595 009400 branch g24_reconn_device_3_0_addr ,true 
-0x3596 009401 branch g24_reconn_fast_conn 
-:      009403 g24_reconn_receiver_and_3_0:
-0x3597 009404 branch g24_reconn_device_3_0_addr ,true 
-0x3598 009405 branch g24_reconn_receiver_addr 
-:      009407 g24_reconn_pair_and_3_0:
-0x3599 009408 branch g24_reconn_device_3_0_addr ,true 
-0x359a 009409 branch g24_pair_init_param 
-:      009419 g24_data_attemp:
-0x359b 009420 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x359c 009421 beq datatype_device1 ,g24_data_attemp_device1 
-0x359d 009422 beq datatype_device2 ,g24_data_attemp_device2 
-0x359e 009423 rtn 
-:      009424 g24_data_attemp_device1:
-0x359f 009425 fetch 1 ,mem_24g_device1_bind_disable 
-0x35a0 009426 nrtn blank 
-0x35a1 009427 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x35a2 009428 store 4 ,mem_24g_transmitter_addr 
-:      009429 g24_store_device1_addr:
-0x35a3 009430 store 4 ,mem_24g_device1_addr 
-0x35a4 009431 rtn 
-:      009432 g24_data_attemp_device2:
-0x35a5 009433 fetch 1 ,mem_24g_device2_bind_disable 
-0x35a6 009434 nrtn blank 
-0x35a7 009435 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x35a8 009436 store 4 ,mem_24g_transmitter_addr 
-:      009437 g24_store_device2_addr:
-0x35a9 009438 store 4 ,mem_24g_device2_addr 
-0x35aa 009439 rtn 
-:      009449 rssi_store:
-0x35ab 009450 bpatchx patch32_3 ,mem_patch32 
-0x35ac 009451 copy rega ,pdata 
-0x35ad 009452 iadd temp ,contw 
-0x35ae 009453 fetch 1 ,mem_rssi 
-0x35af 009454 istore 1 ,contw 
-0x35b0 009455 increase 1 ,temp 
-0x35b1 009456 fetch 1 ,mem_rssi_buff_index 
-0x35b2 009457 iand temp ,temp 
-0x35b3 009458 rtn 
-:      009460 rssi_average:
-0x35b4 009461 bpatchx patch32_4 ,mem_patch32 
-0x35b5 009462 fetch 1 ,mem_rssi_buff_index 
-0x35b6 009463 increase 1 ,pdata 
-0x35b7 009464 store 2 ,mem_loopcnt 
-0x35b8 009465 copy pdata ,loopcnt 
-0x35b9 009466 copy rega ,contr 
-0x35ba 009467 arg 0 ,pdata 
-:      009468 rssi_average_loop:
-0x35bb 009469 ifetcht 1 ,contr 
-0x35bc 009470 iadd temp ,pdata 
-0x35bd 009471 loop rssi_average_loop 
-0x35be 009472 fetcht 2 ,mem_loopcnt 
-0x35bf 009473 idiv temp 
-0x35c0 009474 call wait_div_end 
-0x35c1 009475 quotient temp 
-0x35c2 009476 rtnmark1 mark_24g_rxmode 
-0x35c3 009477 copy temp ,pdata 
-0x35c4 009478 rtnmark0 mark_24g 
-0x35c5 009479 call bcd 
-0x35c6 009480 copy pdata ,temp 
-0x35c7 009481 rtn 
-:      009483 save_rssi_dec:
-0x35c8 009484 branch save_rssi 
-:      009494 rssi_transmitter_buff_init:
-0x35c9 009495 fetch 2 ,mem_rssi_signal_buf_ptr 
-0x35ca 009496 branch rssi_buff_clear 
-:      009498 rssi_signal:
-0x35cb 009499 copy pdata ,rega 
-0x35cc 009500 fetcht 1 ,mem_rssi_signal_index 
-0x35cd 009501 fetch 2 ,mem_rssi_signal_buf_ptr 
-0x35ce 009502 iadd temp ,contw 
-0x35cf 009503 copy rega ,pdata 
-0x35d0 009504 istore 1 ,contw 
-0x35d1 009505 increase 1 ,temp 
-0x35d2 009506 fetch 1 ,mem_rssi_buff_index 
-0x35d3 009507 iand temp ,temp 
-0x35d4 009508 storet 1 ,mem_rssi_signal_index 
-0x35d5 009509 rtn 
-:      009519 rssi_receiver_buff_init:
-0x35d6 009520 fetch 2 ,mem_rssi_noise_buffer_ptr 
-0x35d7 009521 call rssi_buff_clear 
-0x35d8 009522 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
-0x35d9 009523 call rssi_buff_clear 
-0x35da 009524 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
-0x35db 009525 call rssi_buff_clear 
-0x35dc 009526 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
-:      009527 rssi_buff_clear:
-0x35dd 009528 rtn blank 
-0x35de 009529 copy pdata ,contw 
-0x35df 009530 fetch 1 ,mem_rssi_buff_index 
-0x35e0 009531 increase 1 ,pdata 
-0x35e1 009532 copy pdata ,loopcnt 
-0x35e2 009533 branch clear_mem 
-:      009536 rssi_noise:
-0x35e3 009537 call save_rssi_dec 
-0x35e4 009538 rtn blank 
-0x35e5 009539 fetcht 1 ,mem_rssi_noise_index 
-0x35e6 009540 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
-0x35e7 009541 call rssi_store 
-0x35e8 009542 storet 1 ,mem_rssi_noise_index 
-0x35e9 009543 rtn 
-:      009546 rssi_noise_monitor:
-0x35ea 009547 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
-0x35eb 009548 call rssi_average 
-0x35ec 009549 storet 1 ,mem_rssi_noise_avg 
-0x35ed 009550 sub temp ,rssi_thresh_noise ,null 
-0x35ee 009551 nrtn positive 
-0x35ef 009552 branch g24_ch 
-:      009560 g24_transmit_init:
-0x35f0 009561 fetch 4 ,mem_24g_lap 
-0x35f1 009562 store 4 ,mem_24g_device_addr 
-0x35f2 009563 branch rssi_transmitter_buff_init 
-:      009565 g24_interval_param_4ms:
-0x35f3 009566 setarg g24_4ms_interval_param 
-0x35f4 009567 store 3 ,mem_24g_short_sleep_set 
-0x35f5 009568 setarg 0x100c0c 
-0x35f6 009569 store 3 ,mem_24g_interval 
-0x35f7 009570 setarg 0x00bb80 
-0x35f8 009571 store 3 ,mem_24g_long_sleep_set 
-0x35f9 009572 jam 5 ,mem_24g_fast_hop_count 
-0x35fa 009573 rtn 
-:      009575 g24_interval_param_8ms:
-0x35fb 009576 setarg g24_8ms_interval_param 
-0x35fc 009577 store 3 ,mem_24g_short_sleep_set 
-0x35fd 009578 setarg 0x1c1919 
-0x35fe 009579 store 3 ,mem_24g_interval 
-0x35ff 009580 setarg 0x017700 
-0x3600 009581 store 3 ,mem_24g_long_sleep_set 
-0x3601 009582 jam 11 ,mem_24g_fast_hop_count 
-0x3602 009583 rtn 
-:      009586 g24_transmit_dispatch:
-0x3603 009587 rtnmark0 mark_24g 
-0x3604 009588 fetch 1 ,mem_24g_conn_sm 
-0x3605 009589 bbit1 state_24g_pair ,g24_pair_dispatch 
-0x3606 009590 bbit1 state_24g_reconn ,g24_reconn_dispatch 
-0x3607 009591 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x3608 009592 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
-:      009593 g24_transmit_no_interrupt:
-0x3609 009594 bpatchx patch32_5 ,mem_patch32 
-0x360a 009595 call g24_txdata_prep 
-0x360b 009596 nbranch g24_nodata_transmit ,user 
-:      009597 g24_transmit_start:
-0x360c 009598 call g24_transmit_process 
-0x360d 009599 call power_ctrl_start 
-0x360e 009600 fetch 1 ,mem_device_option 
-0x360f 009601 beq dvc_op_mouse ,mouse_24g_transmit_start 
-:      009602 g24_transmit_start_next:
-0x3610 009603 fetch 8 ,mem_24g_long_sleep_set 
-0x3611 009604 store 8 ,mem_24g_enter_hibernate 
-0x3612 009605 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
-0x3613 009606 store 2 ,mem_24g_long_sleep_param_update_timer 
-0x3614 009607 fetch 2 ,mem_cb_24g_transmit_short_sleep 
-0x3615 009608 branch callback_func 
-:      009610 g24_short_sleep:
-0x3616 009611 bpatchx patch32_6 ,mem_patch32 
-0x3617 009612 call g24_lpm_wait 
-0x3618 009613 nrtn user 
-0x3619 009614 call g24_setgpio_lpm_before 
-0x361a 009615 call clear_wake 
-0x361b 009616 fetch 3 ,mem_24g_short_sleep_set 
-0x361c 009617 branch g24_long_seep2 
-:      009619 g24_long_sleep:
-0x361d 009620 bpatchx patch32_7 ,mem_patch32 
-0x361e 009621 call g24_lpm_wait 
-0x361f 009622 nrtn user 
-0x3620 009623 call g24_setgpio_lpm_before 
-0x3621 009624 fetch 8 ,mem_24g_enter_hibernate 
-:      009625 g24_long_seep2:
-0x3622 009626 call clk2lpo 
-0x3623 009627 storet 4 ,mem_sleep_counter 
-0x3624 009628 branch lpm_sleep 
-:      009632 g24_txdata_prep:
-0x3625 009633 call g24_package_data 
-0x3626 009634 nrtn user 
-0x3627 009635 branch g24_transmit_prep 
-:      009638 g24_package_data:
-0x3628 009639 fetch 2 ,mem_cb_24g_transmit_data 
-0x3629 009640 call callback_func 
-0x362a 009641 branch g24_accumulate_data ,user 
-0x362b 009642 fetch 7 ,mem_24g_txbuf + 1 
-0x362c 009643 rtn blank 
-0x362d 009644 branch enable_user 
-:      009646 g24_accumulate_data:
-0x362e 009647 jam 0 ,mem_24g_abort_pac 
-0x362f 009648 add rega ,1 ,pdata 
-0x3630 009649 store 1 ,mem_24g_datalen 
-0x3631 009650 call g24_transmit_rf_ctrl_clear 
-0x3632 009651 store 1 ,mem_24g_txbuf 
-0x3633 009652 copy regb ,contr 
-0x3634 009653 copy rega ,loopcnt 
-0x3635 009654 branch memcpy 
-:      009656 g24_transmit_rf_ctrl_clear:
-0x3636 009657 fetch 1 ,mem_24g_data_type 
-0x3637 009658 and_into bits_data ,pdata 
-0x3638 009659 store 1 ,mem_24g_data_type 
-0x3639 009660 rtn 
-:      009669 g24_transmit_process:
-0x363a 009670 setarg 0 
-0x363b 009671 store 1 ,mem_24g_retry 
-0x363c 009672 store 2 ,mem_24g_retransmit 
-:      009673 g24_transmit_loop:
-0x363d 009674 call g24_transmit_receive_ack 
-0x363e 009675 fetch 1 ,mem_24g_no_ack 
-0x363f 009676 beq no_ack_24g ,g24_transmit_no_ack 
-0x3640 009677 nbranch g24_retransmit ,sync 
-0x3641 009678 nbranch g24_retransmit ,user3 
-0x3642 009679 call g24_ackpayload_parse 
-0x3643 009680 fetch 1 ,mem_device_option 
-0x3644 009681 sub pdata ,dvc_op_mouse ,null 
-0x3645 009682 call mouse_24g_transmit_callback ,zero 
-:      009683 g24_transmit_no_ack:
-0x3646 009684 call power_ctrl_pac_succ_incrs 
-:      009685 g24_transmit_next_packet:
-0x3647 009686 call g24_txbuf_clear 
-0x3648 009687 fetch 1 ,mem_24g_pid 
-0x3649 009688 increase 1 ,pdata 
-0x364a 009689 store 1 ,mem_24g_pid 
-0x364b 009690 call g24_hop_enable_packet 
-:      009691 g24_transmit_abandon:
-0x364c 009692 bpatchx patch33_0 ,mem_patch33 
-0x364d 009693 setarg 0 
-0x364e 009694 store 1 ,mem_24g_ensure 
-0x364f 009695 store 2 ,mem_24g_txfail_cnt 
-0x3650 009696 rtn 
-:      009698 g24_transmit_receive_ack:
-0x3651 009699 bpatchx patch33_1 ,mem_patch33 
-0x3652 009700 disable user3 
-0x3653 009701 call g24_transmit 
-0x3654 009702 fetch 1 ,mem_24g_no_ack 
-0x3655 009703 beq no_ack_24g ,g24_end_of_packet 
-0x3656 009704 force 0 ,radio_ctrl 
-0x3657 009705 fetch 4 ,mem_24g_addr 
-0x3658 009706 iforce access 
-0x3659 009707 fetcht 1 ,mem_last_freq 
-0x365a 009708 call set_freq_rx 
-0x365b 009709 call rf_rx_enable 
-0x365c 009710 call g24_receive_rxon 
-0x365d 009711 call g24_end_of_packet ,user3 
-0x365e 009712 rtn 
-:      009714 g24_retransmit:
-0x365f 009715 bpatchx patch33_2 ,mem_patch33 
-0x3660 009716 fetch 1 ,mem_device_option 
-0x3661 009717 beq dvc_op_mouse ,mouse_g24_retransmit 
-:      009718 g24_retransmit0:
-0x3662 009719 fetch 1 ,mem_24g_abort_pac 
-0x3663 009720 nrtn blank 
-0x3664 009721 fetch 2 ,mem_24g_txfail_cnt 
-0x3665 009722 increase 1 ,pdata 
-0x3666 009723 store 2 ,mem_24g_txfail_cnt 
-0x3667 009724 fetch 1 ,mem_24g_txfail_cnt + 1 
-0x3668 009725 bbit1 4 ,g24_tx_attempt_fail 
-0x3669 009726 call g24_transmit_hop_process 
-0x366a 009727 fetch 2 ,mem_24g_retransmit 
-0x366b 009728 increase 1 ,pdata 
-0x366c 009729 store 2 ,mem_24g_retransmit 
-0x366d 009730 branch g24_transmit_loop 
-:      009732 g24_ackpayload_parse:
-0x366e 009733 bpatchx patch33_3 ,mem_patch33 
-0x366f 009734 call g24_read_len_pid_crc 
-0x3670 009735 fetch 1 ,mem_24g_rxdata_length 
-0x3671 009736 rtn blank 
-0x3672 009737 iforce loopcnt 
-0x3673 009738 arg mem_24g_rxbuf + 2 ,contr 
-0x3674 009739 arg mem_24g_rxpayload ,contw 
-0x3675 009740 branch memcpy 
-:      009743 g24_tx_attempt_fail:
-0x3676 009744 bpatchx patch33_4 ,mem_patch33 
-0x3677 009745 setarg 0 
-0x3678 009746 store 2 ,mem_24g_txfail_cnt 
-0x3679 009747 jam 1 ,mem_24g_attempt_fail_flag 
-:      009748 g24_stop_24g_mode:
-0x367a 009749 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x367b 009750 branch ui_ipc_send_event 
-:      009760 g24_transmit_hop_process:
-0x367c 009761 bpatchx patch33_5 ,mem_patch33 
-0x367d 009762 fetcht 1 ,mem_24g_retry 
-0x367e 009763 fetch 1 ,mem_24g_fast_hop_count 
-0x367f 009764 isub temp ,null 
-0x3680 009765 nbranch g24_tx_fast_hop ,positive 
-0x3681 009766 increase 1 ,temp 
-0x3682 009767 storet 1 ,mem_24g_retry 
-0x3683 009768 fetch 1 ,mem_24g_fast_hop_count 
-0x3684 009769 beq 5 ,g24_transmit_hop_process_4ms 
-0x3685 009770 fetch 1 ,mem_24g_retry 
-0x3686 009771 beq 6 ,g24_hop_ch_disable 
-0x3687 009772 beq 12 ,g24_hop_ch_disable 
-0x3688 009773 rtn 
-:      009776 g24_transmit_hop_process_4ms:
-0x3689 009777 fetch 1 ,mem_24g_retry 
-0x368a 009778 beq 3 ,g24_hop_ch_disable 
-0x368b 009779 beq 6 ,g24_hop_ch_disable 
-0x368c 009780 rtn 
-:      009784 g24_hop_ch_enable:
-:      009789 g24_txpayload_type_update:
-0x368d 009790 bmark1 mark_ble_lr ,g24_lr_type_update 
-0x368e 009791 store 1 ,mem_24g_txpayload + offset_data_type 
-0x368f 009792 rtn 
-:      009793 g24_lr_type_update:
-0x3690 009794 store 1 ,mem_24g_txpayload + offset_lr_data_type 
-0x3691 009795 rtn 
-:      009797 g24_hop_enable_packet:
-0x3692 009798 fetch 1 ,mem_24g_data_type 
-0x3693 009799 rtnbit0 bit_hop 
-:      009800 g24_hop_ch_disable:
-0x3694 009801 fetch 1 ,mem_24g_data_type 
-0x3695 009802 set0 bit_hop ,pdata 
-0x3696 009803 store 1 ,mem_24g_data_type 
-0x3697 009804 call g24_txpayload_type_update 
-0x3698 009805 call power_ctrl_pac_succ_decrs 
-0x3699 009806 branch g24_ch 
-:      009808 g24_tx_fast_hop:
-0x369a 009809 call power_ctrl_txpower_incrs 
-0x369b 009810 call power_ctrl_pac_succ_decrs 
-0x369c 009811 branch g24_ch 
-:      009829 g24_search_receiver:
-0x369d 009830 fetch 2 ,mem_cb_24g_search_receiver 
-0x369e 009831 branch callback_func 
-:      009833 g24_nodata_transmit:
-0x369f 009834 fetch 1 ,mem_24g_abort_pac 
-0x36a0 009835 call g24_send_abort_packet ,blank 
-0x36a1 009836 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x36a2 009837 rtneq g24_tx_timer_int_enable 
-0x36a3 009838 call g24_search_receiver 
-0x36a4 009839 fetch 2 ,mem_cb_24g_transmit_long_sleep 
-0x36a5 009840 branch callback_func 
-:      009842 g24_send_abort_packet:
-0x36a6 009843 jam type_ms ,mem_24g_data_type 
-0x36a7 009844 jam 1 ,mem_24g_abort_pac 
-0x36a8 009845 call g24_transmit_rf_ctrl_clear 
-0x36a9 009846 store 1 ,mem_24g_txbuf 
-0x36aa 009847 setarg 0 
-0x36ab 009848 store 7 ,mem_24g_txbuf + 1 
-0x36ac 009849 fetch 4 ,mem_24g_device_addr 
-0x36ad 009850 store 4 ,mem_24g_txbuf + 8 
-0x36ae 009851 jam 12 ,mem_24g_datalen 
-0x36af 009852 fetch 1 ,mem_24g_data_type 
-0x36b0 009853 set1 bit_abort ,pdata 
-0x36b1 009854 store 1 ,mem_24g_data_type 
-0x36b2 009855 call g24_transmit_prep 
-0x36b3 009856 branch g24_transmit_start 
-:      009860 g24_lpm_wait:
-0x36b4 009861 bpatchx patch33_6 ,mem_patch33 
-0x36b5 009862 enable user 
-0x36b6 009863 call lpo_calibration 
-0x36b7 009864 fetch 3 ,mem_clks_per_lpo 
-0x36b8 009865 branch disable_user ,blank 
-0x36b9 009866 fetch 1 ,mem_lpm_mode 
-0x36ba 009867 branch disable_user ,blank 
-0x36bb 009868 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x36bc 009869 beq g24_tx_timer_int_enable ,disable_user 
-0x36bd 009870 rtn 
-:      009872 g24_setgpio_lpm_before:
-0x36be 009873 fetch 2 ,mem_cb_24g_lpm_before 
-0x36bf 009874 branch callback_func 
-:      009887 g24_transmit_by_interrupt:
-0x36c0 009888 call g24_timer_check 
-0x36c1 009889 nrtn user 
-0x36c2 009890 call g24_interval_calibrate 
-0x36c3 009891 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36c4 009892 increase 1 ,pdata 
-0x36c5 009893 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36c6 009894 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x36c7 009895 isub temp ,null 
-0x36c8 009896 call g24_transmit_by_interrupt_exit ,zero 
-0x36c9 009897 branch g24_transmit_no_interrupt 
-:      009900 g24_transmit_by_interrupt_exit:
-0x36ca 009901 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x36cb 009902 setarg 0 
-0x36cc 009903 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36cd 009904 setarg 100 
-0x36ce 009905 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-:      009906 g24_interval_min:
-0x36cf 009907 jam 0 ,mem_24g_pac_index 
-0x36d0 009908 fetch 1 ,mem_24g_interval_min 
-:      009909 g24_interval_store:
-0x36d1 009910 store 1 ,mem_24g_interval 
-0x36d2 009911 rtn 
-:      009912 g24_interval_max:
-0x36d3 009913 fetch 1 ,mem_24g_interval_max 
-0x36d4 009914 branch g24_interval_store 
-:      009916 g24_interval_calibrate:
-0x36d5 009917 fetch 1 ,mem_24g_pac_index 
-0x36d6 009918 increase 1 ,pdata 
-0x36d7 009919 store 1 ,mem_24g_pac_index 
-0x36d8 009920 beq 4 ,g24_interval_max 
-0x36d9 009921 beq 5 ,g24_interval_min 
-0x36da 009922 rtn 
-:      009924 g24_transmit_by_interrupt_enable:
-0x36db 009925 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0x36dc 009926 setarg 0 
-0x36dd 009927 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36de 009928 rtn 
-:      009938 g24_factory_check:
-0x36df 009939 arg 2 ,loopcnt 
-0x36e0 009940 arg mem_24g_addr ,contr 
-:      009941 pdata_0xff_check:
-0x36e1 009942 call enable_user 
-0x36e2 009943 setarg 0xffff 
-:      009944 pdata_0xff_check_loop:
-0x36e3 009945 ifetcht 2 ,contr 
-0x36e4 009946 isub temp ,null 
-0x36e5 009947 ncall disable_user ,zero 
-0x36e6 009948 loop pdata_0xff_check_loop 
-0x36e7 009949 rtn 
-:      009959 power_ctrl_start:
-0x36e8 009960 bpatchx patch33_7 ,mem_patch33 
-0x36e9 009961 fetch 1 ,mem_power_ctrl_disable 
-0x36ea 009962 nrtn blank 
-0x36eb 009963 fetch 2 ,mem_ui_state_map 
-0x36ec 009964 rtnbit1 ui_state_ble_adv 
-0x36ed 009967 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
-0x36ee 009968 call rssi_average 
-0x36ef 009969 storet 1 ,mem_rssi_avg_received 
-0x36f0 009970 fetch 1 ,mem_rssi_dis_max_24g 
-0x36f1 009971 bmark1 mark_24g ,power_ctrl_start_next 
-0x36f2 009972 fetch 1 ,mem_rssi_dis_max_ble 
-:      009973 power_ctrl_start_next:
-0x36f3 009974 isub temp ,null 
-0x36f4 009975 nbranch power_ctrl_txpower_incrs_force ,positive 
-0x36f5 009976 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x36f6 009977 sub pdata ,2 ,null 
-0x36f7 009978 nbranch power_ctrl_txpower_decrs_check ,positive 
-0x36f8 009979 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x36f9 009980 beq 0 ,power_ctrl_txpower_incrs 
-0x36fa 009981 rtn 
-:      009983 power_ctrl_txpower_decrs_check:
-0x36fb 009984 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x36fc 009985 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
-0x36fd 009986 isub temp ,null 
-0x36fe 009987 nrtn zero 
-0x36ff 009988 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      009989 power_ctrl_txpower_decrs:
-0x3700 009990 fetcht 1 ,mem_rssi_avg_received 
-0x3701 009991 fetch 1 ,mem_rssi_dis_min_24g 
-0x3702 009992 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0x3703 009993 fetch 1 ,mem_rssi_dis_min_ble 
-:      009994 power_ctrl_txpower_decrs_next:
-0x3704 009995 isub temp ,null 
-0x3705 009996 nrtn positive 
-0x3706 009997 fetch 1 ,mem_power_ctrl_level 
-0x3707 009998 beq 0 ,power_ctrl_decrs_level0 
-0x3708 009999 increase -1 ,pdata 
-0x3709 010000 store 1 ,mem_power_ctrl_level 
-0x370a 010001 beq 0 ,power_ctrl_decrs_level0 
-:      010002 power_ctrl_decrs_level1:
-:      010003 power_ctrl_incrs_level1:
-0x370b 010004 jam tx_power_0db ,mem_tx_power 
-0x370c 010005 rtn 
-:      010007 power_ctrl_txpower_incrs_force:
-0x370d 010008 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      010009 power_ctrl_txpower_incrs:
-0x370e 010010 fetch 1 ,mem_power_ctrl_level 
-0x370f 010011 beq 2 ,power_ctrl_incrs_level2 
-0x3710 010012 increase 1 ,pdata 
-0x3711 010013 store 1 ,mem_power_ctrl_level 
-0x3712 010014 beq 1 ,power_ctrl_incrs_level1 
-:      010015 power_ctrl_incrs_level2:
-0x3713 010016 jam tx_power_6db ,mem_tx_power 
-0x3714 010017 rtn 
-:      010019 power_ctrl_decrs_level0:
-0x3715 010020 jam tx_power_f5db ,mem_tx_power 
-0x3716 010021 rtn 
-:      010023 power_ctrl_pac_succ_cnt_init:
-0x3717 010024 jam 1 ,mem_power_ctrl_level 
-0x3718 010025 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0x3719 010026 rtn 
-:      010028 power_ctrl_pac_succ_incrs:
-0x371a 010029 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x371b 010030 increase 1 ,pdata 
-0x371c 010031 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x371d 010032 rtn 
-:      010034 power_ctrl_pac_succ_decrs:
-0x371e 010035 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x371f 010036 sub pdata ,2 ,null 
-0x3720 010037 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0x3721 010038 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x3722 010039 rtneq 0 
-0x3723 010040 increase -1 ,pdata 
-0x3724 010041 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x3725 010042 rtn 
-:      010044 power_ctrl_pac_succ_cnt_reinit:
-0x3726 010045 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0x3727 010046 rtn 
-:      010056 ali_mesh_access_layer_resolve_message:
-0x3728 010057 fetch 1 ,mem_ccm_data_len 
-0x3729 010058 store 1 ,mem_mesh_receive_model_message_payload_len 
-0x372a 010059 copy alarm ,contr 
-0x372b 010060 call memcpy24 
-0x372c 010061 fetch 2 ,mem_mesh_cb_receive_access_message 
-0x372d 010062 branch callback_func 
-:      010064 ali_mesh_access_layer_check_access_message_opcode:
-0x372e 010065 jam mesh_receive_new_message_timer ,mem_mesh_upper_receive_new_message_timer 
-0x372f 010066 call ali_mesh_app_recv_new_mesh_pkt 
-0x3730 010069 fetch 1 ,mem_mesh_receive_model_message_payload_opcode 
-0x3731 010070 beq mesh_message_opcode_config_appkey_add ,ali_mesh_access_layer_message_opcode_config_appkey_add 
-0x3732 010071 beq mesh_configuration_and_health_message_opcode_header ,ali_mesh_access_layer_config_or_health_message_opcode 
-0x3733 010072 beq mesh_module_message_opcode_header ,ali_mesh_model_layer_check_model_message_opcode 
-0x3734 010073 beq vendor_message_attr_set ,ali_mesh_ali_vendor_message_attribute_set 
-0x3735 010074 beq vendor_message_attr_get ,ali_mesh_ali_vendor_message_opcode_attr_get 
-0x3736 010075 beq vendor_message_attr_set_unacknowledged ,ali_mesh_ali_vendor_message_attribute_set 
-0x3737 010076 beq vendor_message_attr_confirmation ,ali_mesh_ali_vendor_message_opcode_attr_confrimation 
-0x3738 010077 rtn 
-:      010080 ali_mesh_access_layer_message_opcode_config_appkey_add:
-0x3739 010081 arg mem_mesh_receive_application_key ,contr 
-0x373a 010082 arg mem_mesh_application_key ,contw 
-0x373b 010083 call memcpy16 
-0x373c 010084 jam paired_status ,mem_mesh_provisioned_flag 
-0x373d 010085 call ali_mesh_encrypt_base_function_k3 
-0x373e 010086 call ali_mesh_encrypt_base_function_k4 
-0x373f 010087 call ali_mesh_access_layer_finish_pairing_init_subscription_list 
-0x3740 010088 call ali_mesh_accesss_layer_check_message_type 
-0x3741 010089 call ali_mesh_access_layer_send_config_appkey_status 
-0x3742 010090 jam paired_status ,mem_mesh_provisioned_flag 
-0x3743 010091 fetch 2 ,mem_mesh_cb_receive_config_appkey_add 
-0x3744 010092 branch callback_func 
-:      010094 ali_mesh_access_layer_recv_cfg_appkey_add_cb:
-0x3745 010095 setarg 0 
-0x3746 010096 store 2 ,mem_mesh_fast_pairing_timer 
-0x3747 010098 random pdata 
-0x3748 010099 and pdata ,0x1f ,pdata 
-0x3749 010100 add pdata ,30 ,pdata 
-0x374a 010101 store 1 ,mem_mesh_report_full_attribute_timer 
-0x374b 010102 add pdata ,5 ,pdata 
-0x374c 010103 store 1 ,mem_mesh_report_power_on_timer 
-0x374d 010104 call mesh_clear_timer_data 
-0x374e 010105 branch mesh_receive_config_appkey_add_cb 
-:      010107 ali_mesh_accesss_layer_check_message_type:
-0x374f 010108 fetch 1 ,mem_mesh_network_packet_type 
-0x3750 010109 jam received_config_appkey_add ,mem_mesh_provisioned_flag 
-0x3751 010110 rtneq mesh_message_app 
-0x3752 010111 jam paired_status ,mem_mesh_provisioned_flag 
-0x3753 010112 rtn 
-:      010114 ali_mesh_access_layer_send_config_appkey_status:
-0x3754 010115 setarg mesh_configuration_and_health_message_opcode_header 
-0x3755 010116 store 1 ,mem_mesh_access_layer_payload 
-0x3756 010117 setarg mesh_message_opcode_config_config_model_publication_set 
-0x3757 010118 istore 1 ,contw 
-0x3758 010119 setarg status_code_success 
-0x3759 010120 istore 1 ,contw 
-0x375a 010121 fetch 3 ,mem_mesh_netkeyindex_and_appkeyindex 
-0x375b 010122 istore 3 ,contw 
-0x375c 010123 jam 6 ,mem_mesh_access_layer_payload_len 
-0x375d 010124 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010127 ali_mesh_access_layer_finish_pairing_init_subscription_list:
-0x375e 010128 fetch 2 ,mem_mesh_core_feature 
-0x375f 010129 rtnbit1 mesh_feature_disable_subscription 
-0x3760 010130 call mesh_get_element_info_config 
-:      010131 ali_mesh_access_layer_finish_pairing_init_subscription_list_loop:
-0x3761 010132 add rega ,element_device_subscription_label ,regc 
-0x3762 010133 setarg -1 
-0x3763 010134 istore subscription_max_count ,regc 
-0x3764 010135 istore subscription_max_count ,contw 
-0x3765 010136 ifetch 2 ,rega 
-0x3766 010137 istore 2 ,regc 
-0x3767 010138 copy regb ,pdata 
-0x3768 010139 iadd rega ,rega 
-0x3769 010140 loop ali_mesh_access_layer_finish_pairing_init_subscription_list_loop 
-0x376a 010141 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x376b 010142 branch callback_func 
-:      010145 ali_mesh_access_layer_send_generic_onoff_status:
-0x376c 010146 setarg mesh_module_message_opcode_header 
-0x376d 010147 store 1 ,mem_mesh_access_layer_payload 
-0x376e 010148 setarg mesh_module_message_opcode_generic_onoff_status_no_head 
-0x376f 010149 istore 1 ,contw 
-0x3770 010150 fetch 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x3771 010151 istore 1 ,contw 
-0x3772 010152 jam 3 ,mem_mesh_access_layer_payload_len 
-0x3773 010153 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010156 ali_mesh_access_layer_send_light_lightness_status:
-0x3774 010157 setarg mesh_module_message_opcode_header 
-0x3775 010158 store 1 ,mem_mesh_access_layer_payload 
-0x3776 010159 setarg mesh_module_message_opcode_light_lightness_status_no_head 
-0x3777 010160 istore 1 ,contw 
-0x3778 010161 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
-0x3779 010162 istore 2 ,contw 
-0x377a 010163 jam 4 ,mem_mesh_access_layer_payload_len 
-0x377b 010164 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010167 ali_mesh_access_layer_send_light_ctl_stauts:
-0x377c 010168 setarg mesh_module_message_opcode_header 
-0x377d 010169 store 1 ,mem_mesh_access_layer_payload 
-0x377e 010170 setarg mesh_module_message_opcode_light_ctl_status_no_head 
-0x377f 010171 istore 1 ,contw 
-0x3780 010172 fetch 4 ,mem_mesh_ctl_lightness 
-0x3781 010173 istore 4 ,contw 
-0x3782 010174 jam 6 ,mem_mesh_access_layer_payload_len 
-0x3783 010175 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010179 ali_mesh_access_layer_send_scene_status:
-0x3784 010180 setarg mesh_module_message_opcode_scene_status 
-0x3785 010181 store 1 ,mem_mesh_access_layer_payload 
-0x3786 010182 setarg mesh_success 
-0x3787 010183 istore 1 ,contw 
-0x3788 010184 fetch 2 ,mem_mesh_scene_recall_payload_scene_number 
-0x3789 010185 istore 2 ,contw 
-0x378a 010186 jam 4 ,mem_mesh_access_layer_payload_len 
-0x378b 010187 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010191 ali_mesh_app_recv_new_mesh_pkt:
-0x378c 010193 fetch 1 ,mem_mesh_report_full_attribute_timer 
-0x378d 010194 rtn blank 
-0x378e 010195 pincrease 30 
-0x378f 010196 store 1 ,mem_mesh_report_full_attribute_timer 
-0x3790 010197 rtn 
-:      010199 ali_mesh_report_power_on_timer:
-0x3791 010200 arg mem_mesh_report_power_on_timer ,regc 
-0x3792 010201 arg ali_mesh_ali_vendor_message_opcode_device_power_on ,regb 
-0x3793 010202 branch timer_single_step 
-:      010204 ali_mesh_report_full_attribute_timer:
-0x3794 010205 arg mem_mesh_report_full_attribute_timer ,regc 
-0x3795 010206 arg ali_mesh_app_report_device_state ,regb 
-0x3796 010207 branch timer_single_step 
-:      010209 ali_mesh_app_report_device_state:
-0x3797 010210 fetch 2 ,mem_mesh_app_deport_device_state 
-0x3798 010211 branch callback_func 
-:      010218 ali_mesh_ali_vendor_message_attribute_set:
-0x3799 010219 call ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid 
-0x379a 010220 nrtn user 
-0x379b 010221 bpatchx patch34_0 ,mem_patch34 
-0x379c 010222 fetch 2 ,mem_mesh_vendor_message_attr_type 
-0x379d 010223 arg vendor_message_attr_type_time ,temp 
-0x379e 010224 isub temp ,null 
-0x379f 010225 branch ali_mesh_ali_vendor_message_opcode_timer_set_curr_time ,zero 
-0x37a0 010227 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
-0x37a1 010228 isub temp ,null 
-0x37a2 010229 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically ,zero 
-0x37a3 010231 arg vendor_mseeage_attr_type_set_time_single ,temp 
-0x37a4 010232 isub temp ,null 
-0x37a5 010233 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing ,zero 
-0x37a6 010235 arg vendor_message_attr_type_timer_deleate ,temp 
-0x37a7 010236 isub temp ,null 
-0x37a8 010237 branch ali_mesh_ali_vendor_message_opcode_delete_timer ,zero 
-0x37a9 010238 arg vendor_message_attr_type_timer_inquire ,temp 
-0x37aa 010239 isub temp ,null 
-0x37ab 010240 branch ali_mesh_ali_vendor_message_opcode_timer_inquire ,zero 
-0x37ac 010241 arg vendor_mseeage_attr_type_timer_enable ,temp 
-0x37ad 010242 isub temp ,null 
-0x37ae 010243 branch ali_mesh_ali_vendor_message_opcode_timer_set_state ,zero 
-0x37af 010246 arg vendor_message_attr_type_main_light ,temp 
-0x37b0 010247 isub temp ,null 
-0x37b1 010248 branch ali_mesh_ali_vendor_message_attribute_set_main_light ,zero 
-0x37b2 010249 arg vendor_message_attr_type_background_light ,temp 
-0x37b3 010250 isub temp ,null 
-0x37b4 010251 branch ali_mesh_ali_vendor_message_attribute_set_background_light ,zero 
-0x37b5 010252 arg vendor_message_attr_type_color ,temp 
-0x37b6 010253 isub temp ,null 
-0x37b7 010254 branch ali_mesh_ali_vendor_message_attribute_set_color ,zero 
-0x37b8 010255 fetch 2 ,mem_mesh_cb_recv_vendor 
-0x37b9 010256 branch callback_func 
-:      010258 ali_mesh_ali_vendor_message_opcode_attr_get:
-0x37ba 010259 rtn 
-:      010260 ali_mesh_ali_vendor_message_opcode_attr_confrimation:
-0x37bb 010261 ifetch 2 ,contr 
-0x37bc 010262 arg vendor_message_opcode_company_id ,temp 
-0x37bd 010263 isub temp ,null 
-0x37be 010264 nrtn zero 
-0x37bf 010265 ifetch 1 ,contr 
-0x37c0 010266 fetcht 1 ,mem_mesh_upper_tran_layer_packet_tid 
-0x37c1 010267 isub temp ,null 
-0x37c2 010268 nrtn zero 
-0x37c3 010269 branch ali_mesh_stop_send_indication_packet 
-:      010271 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid:
-0x37c4 010272 call disable_user 
-0x37c5 010273 fetch 2 ,mem_mesh_vendor_message_cid 
-0x37c6 010274 arg vendor_message_opcode_company_id ,temp 
-0x37c7 010275 isub temp ,null 
-0x37c8 010276 nrtn zero 
-0x37c9 010277 fetcht 1 ,mem_mesh_vendor_mesh_receive_tid 
-0x37ca 010278 fetch 1 ,mem_mesh_vendor_message_tid 
-0x37cb 010279 isub temp ,null 
-0x37cc 010280 rtn zero 
-0x37cd 010281 store 1 ,mem_mesh_vendor_mesh_receive_tid 
-0x37ce 010282 branch enable_user 
-:      010284 ali_mesh_ali_vendor_message_attribute_set_main_light:
-0x37cf 010285 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
-0x37d0 010286 fetch 2 ,mem_mesh_cb_main_light_onoff_set 
-0x37d1 010287 branch callback_func 
-:      010290 ali_mesh_ali_vendor_message_attribute_set_background_light:
-0x37d2 010291 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
-0x37d3 010292 fetch 2 ,mem_mesh_cb_background_onoff_set 
-0x37d4 010293 branch callback_func 
-:      010295 ali_mesh_ali_vendor_message_attribute_set_color:
-0x37d5 010296 call ali_mesh_ali_vendor_message_ack_attr_status_uint48 
-0x37d6 010297 fetch 2 ,mem_mesh_cb_color_set 
-0x37d7 010298 branch callback_func 
-:      010301 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time:
-0x37d8 010302 call ali_mesh_ali_vendor_message_ack_attr_status_uint32 
-0x37d9 010304 fetch 4 ,mem_mesh_vendor_message_current_time 
-0x37da 010305 store 4 ,mem_mesh_vendor_timer_current_time 
-0x37db 010306 branch ali_mesh_time_init_system_time 
-:      010310 ali_mesh_ali_vendor_message_status_add_head:
-0x37dc 010311 setarg vendor_message_attr_status 
-0x37dd 010312 store 1 ,mem_mesh_access_layer_payload 
-0x37de 010313 setarg vendor_message_opcode_company_id 
-0x37df 010314 istore 2 ,contw 
-0x37e0 010315 fetch 1 ,mem_mesh_vendor_mesh_receive_tid 
-0x37e1 010316 istore 1 ,contw 
-0x37e2 010317 istoret 2 ,contw 
-0x37e3 010318 rtn 
-:      010321 ali_mesh_ali_vendor_message_opcode_device_power_on:
-0x37e4 010322 arg 0 ,queue 
-0x37e5 010323 arg vendor_message_event_device_power_on ,temp 
-0x37e6 010324 arg vendor_attr_type_event_trigger ,rega 
-0x37e7 010325 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
-:      010336 ali_mesh_ali_vendor_message_opcode_generic_onoff:
-0x37e8 010337 arg vendor_attr_generic_onoff_server ,rega 
-0x37e9 010338 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
-:      010342 ali_mesh_ali_vendor_message_ack_attr_status_uint64:
-0x37ea 010343 arg 8 ,loopcnt 
-0x37eb 010344 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010346 ali_mesh_ali_vendor_message_ack_attr_status_uint56:
-0x37ec 010347 arg 8 ,loopcnt 
-0x37ed 010348 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010350 ali_mesh_ali_vendor_message_ack_attr_status_uint48:
-0x37ee 010351 arg 6 ,loopcnt 
-0x37ef 010352 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010354 ali_mesh_ali_vendor_message_ack_attr_status_uint32:
-0x37f0 010355 arg 4 ,loopcnt 
-0x37f1 010356 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010358 ali_mesh_ali_vendor_message_ack_attr_status_uint16:
-0x37f2 010359 arg 2 ,loopcnt 
-0x37f3 010360 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010362 ali_mesh_ali_vendor_message_ack_attr_status_uint8:
-0x37f4 010363 arg 1 ,loopcnt 
-0x37f5 010364 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010367 ali_mesh_ali_vendor_message_ack_attr_status:
-0x37f6 010368 add loopcnt ,6 ,pdata 
-0x37f7 010369 store 1 ,mem_mesh_access_layer_payload_len 
-0x37f8 010370 call ali_mesh_ali_vendor_message_status_add_head 
-0x37f9 010371 arg mem_mesh_vendor_attr_parameter ,contr 
-0x37fa 010372 call memcpy 
-0x37fb 010373 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010380 ali_mesh_ali_vendor_message_opcode_para_uint8:
-0x37fc 010381 call ali_mesh_ali_vendor_message_indication_info_add_head 
-0x37fd 010382 istorer rega ,2 ,contw 
-0x37fe 010383 istoret 1 ,contw 
-0x37ff 010384 jam 7 ,mem_mesh_access_layer_payload_len 
-0x3800 010385 branch ali_mesh_ali_vendor_message_send_message 
-:      010391 ali_mesh_ali_vendor_message_opcode_para_uint16:
-0x3801 010392 call ali_mesh_ali_vendor_message_indication_info_add_head 
-0x3802 010393 istorer rega ,2 ,contw 
-0x3803 010394 istoret 2 ,contw 
-0x3804 010395 jam 8 ,mem_mesh_access_layer_payload_len 
-0x3805 010396 branch ali_mesh_ali_vendor_message_send_message 
-:      010400 ali_mesh_ali_vendor_message_send_message:
-0x3806 010401 call ali_mesh_more_element_calc_queue_address 
-0x3807 010402 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
-:      010405 ali_mesh_ali_vendor_message_indication_info_add_head:
-0x3808 010406 fetch 1 ,mem_mesh_transport_aid 
-0x3809 010407 store 1 ,mem_mesh_message_transport_head 
-0x380a 010408 setarg vendor_message_tmall_dst 
-0x380b 010409 store 2 ,mem_mesh_send_message_dst 
-0x380c 010410 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
-0x380d 010411 pincrease 1 
-0x380e 010412 store 1 ,mem_mesh_vendor_mesh_send_tid 
-0x380f 010413 beq vendor_message_send_tid_max ,ali_mesh_ali_vendor_message_indication_info_reset_tid 
-0x3810 010414 setarg vendor_message_attr_indication 
-0x3811 010415 store 1 ,mem_mesh_access_layer_payload 
-0x3812 010416 setarg vendor_message_opcode_company_id 
-0x3813 010417 istore 2 ,contw 
-0x3814 010418 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
-0x3815 010419 istore 1 ,contw 
-0x3816 010420 rtn 
-:      010422 ali_mesh_ali_vendor_message_indication_info_reset_tid:
-0x3817 010423 jam vendor_message_send_tid_min ,mem_mesh_vendor_mesh_send_tid 
-0x3818 010424 rtn 
-:      010427 ali_mesh_ali_vendor_message_opcode_delete_timer:
-0x3819 010428 copy contr ,rega 
-0x381a 010429 fetch 1 ,mem_mesh_receive_model_message_payload_len 
-0x381b 010430 arg 6 ,temp 
-0x381c 010431 isub temp ,pdata 
-0x381d 010432 store 1 ,mem_mesh_timer_index_buffer_len 
-0x381e 010433 copy pdata ,loopcnt 
-0x381f 010434 copy rega ,contr 
-0x3820 010435 arg mem_mesh_timer_index_buffer ,contw 
-0x3821 010436 call memcpy 
-0x3822 010437 arg 0 ,regb 
-:      010438 ali_mesh_ali_vendor_message_opcode_delete_timer_loop:
-0x3823 010439 arg mem_mesh_timer_index_buffer ,pdata 
-0x3824 010440 iadd regb ,temp 
-0x3825 010441 ifetch 1 ,temp 
-0x3826 010442 beq 0xff ,ali_mesh_ali_vendor_aim_timer_buffer_clear_all 
-0x3827 010443 and pdata ,0x7f ,pdata 
-0x3828 010444 call ali_mesh_ali_vendor_aim_timer_buffer_clear 
-0x3829 010445 increase 1 ,regb 
-0x382a 010446 fetch 1 ,mem_mesh_timer_index_buffer_len 
-0x382b 010447 isub regb ,null 
-0x382c 010448 branch ali_mesh_ali_vendor_message_opcode_delete_timer_loop ,positive 
-0x382d 010449 call peripherals_write_mesh_timer_infmatn 
-:      010450 ali_mesh_access_layer_send_ali_vendor_message_delete_timer:
-0x382e 010451 arg vendor_message_attr_type_timer_deleate ,temp 
-0x382f 010452 call ali_mesh_ali_vendor_message_status_add_head 
-0x3830 010453 arg 0 ,temp 
-0x3831 010454 istoret 1 ,contw 
-0x3832 010455 copy contw ,temp 
-0x3833 010456 call ali_mesh_get_all_timer_index_timer 
-0x3834 010457 pincrease 7 
-0x3835 010458 store 1 ,mem_mesh_access_layer_payload_len 
-0x3836 010459 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010461 ali_mesh_ali_vendor_aim_timer_buffer_clear:
-0x3837 010462 rtn blank 
-0x3838 010463 pincrease -1 
-0x3839 010464 mul32 pdata ,18 ,pdata 
-0x383a 010465 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x383b 010466 iadd rega ,rega 
-0x383c 010467 setarg 0 
-0x383d 010468 istore 1 ,rega 
-0x383e 010469 rtn 
-:      010471 ali_mesh_ali_vendor_aim_timer_buffer_clear_all:
-0x383f 010472 arg 18 ,loopcnt 
-0x3840 010473 mul32 loopcnt ,mesh_x_timers ,loopcnt 
-0x3841 010474 arg mem_mesh_vendor_timer_timing_buffer ,contw 
-0x3842 010475 call clear_mem 
-0x3843 010476 call peripherals_write_mesh_timer_infmatn 
-0x3844 010477 branch ali_mesh_access_layer_send_ali_vendor_message_delete_timer 
-:      010479 ali_mesh_ali_vendor_message_opcode_timer_inquire:
-0x3845 010480 ifetch 1 ,contr 
-0x3846 010481 beq 0xff ,ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer 
-0x3847 010482 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3848 010483 ifetch 1 ,contr 
-0x3849 010484 pincrease -1 
-0x384a 010485 mul32 pdata ,18 ,pdata 
-0x384b 010486 arg mem_mesh_vendor_timer_timing_buffer ,contr 
-0x384c 010487 iadd contr ,contr 
-0x384d 010488 arg mem_mesh_vendor_timer_timing_palyload ,contw 
-0x384e 010489 arg 18 ,loopcnt 
-0x384f 010490 call memcpy 
-0x3850 010491 arg vendor_message_attr_type_timer_inquire ,temp 
-0x3851 010492 call ali_mesh_ali_vendor_message_status_add_head 
-0x3852 010493 fetch 1 ,mem_mesh_vendor_timer_timing_index 
-0x3853 010494 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error ,blank 
-0x3854 010495 arg 0 ,temp 
-0x3855 010496 istoret 1 ,contw 
-:      010497 ali_mesh_ali_vendor_message_opcode_timer_inquire_time:
-0x3856 010498 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3857 010499 istore 1 ,contw 
-0x3858 010500 fetch 1 ,mem_mesh_vendor_timer_timing_index 
-0x3859 010501 istore 1 ,contw 
-0x385a 010502 fetch 8 ,mem_mesh_vendor_timer_timing_time 
-0x385b 010503 istore 8 ,contw 
-0x385c 010504 jam 17 ,mem_mesh_access_layer_payload_len 
-0x385d 010505 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010508 ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer:
-0x385e 010509 arg vendor_message_attr_type_timer_inquire ,temp 
-0x385f 010510 call ali_mesh_ali_vendor_message_status_add_head 
-0x3860 010511 arg 0xff ,temp 
-0x3861 010512 istoret 2 ,contw 
-0x3862 010515 copy contw ,temp 
-0x3863 010516 call ali_mesh_get_all_timer_index_timer 
-0x3864 010517 pincrease 8 
-0x3865 010518 store 1 ,mem_mesh_access_layer_payload_len 
-0x3866 010519 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010524 ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error:
-0x3867 010525 arg 0x80 ,temp 
-0x3868 010526 istore 1 ,contw 
-0x3869 010527 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time 
-:      010529 ali_mesh_ali_vendor_message_opcode_timer_set_state:
-0x386a 010530 ifetch 1 ,contr 
-0x386b 010531 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x386c 010532 and pdata ,0x7f ,pdata 
-0x386d 010533 pincrease -1 
-0x386e 010534 mul32 pdata ,18 ,pdata 
-0x386f 010535 arg mem_mesh_vendor_timer_timing_buffer ,contw 
-0x3870 010536 iadd contw ,contw 
-0x3871 010537 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3872 010538 istore 1 ,contw 
-0x3873 010539 call peripherals_write_mesh_timer_infmatn 
-0x3874 010540 arg vendor_mseeage_attr_type_timer_enable ,temp 
-0x3875 010541 call ali_mesh_ali_vendor_message_status_add_head 
-0x3876 010542 setarg 0 
-0x3877 010543 istore 1 ,contw 
-0x3878 010544 copy contw ,temp 
-0x3879 010545 call ali_mesh_get_all_timer_index_timer 
-0x387a 010546 pincrease 7 
-0x387b 010547 store 1 ,mem_mesh_access_layer_payload_len 
-0x387c 010548 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010553 ali_mesh_time_function:
-0x387d 010554 copy clkn_bt ,temp 
-0x387e 010555 fetch 4 ,mem_system_time 
-0x387f 010556 isub temp ,null 
-0x3880 010557 call ali_mesh_timer_timeout ,positive 
-0x3881 010558 call ali_mesh_clkn_bt_add_1s 
-0x3882 010559 isub temp ,null 
-0x3883 010560 rtn positive 
-0x3884 010561 call ali_mesh_time_init_system_time_without_clk 
-0x3885 010562 fetch 4 ,mem_mesh_vendor_timer_current_time 
-0x3886 010563 pincrease 1 
-0x3887 010564 store 4 ,mem_mesh_vendor_timer_current_time 
-0x3888 010565 branch ali_mesh_ali_vendor_check_time 
-:      010568 ali_mesh_time_init_system_time:
-0x3889 010569 copy clkn_bt ,pdata 
-:      010570 ali_mesh_time_init_system_time_without_clk:
-0x388a 010571 store 4 ,mem_system_time 
-0x388b 010572 fetch 1 ,mem_system_time + 3 
-0x388c 010573 and_into 0x0f ,pdata 
-0x388d 010574 store 1 ,mem_system_time + 3 
-0x388e 010575 rtn 
-:      010577 ali_mesh_timer_timeout:
-0x388f 010578 rtn zero 
-0x3890 010579 copy pdata ,regb 
-0x3891 010580 setarg 0x100000 
-0x3892 010581 lshift8 pdata ,pdata 
-0x3893 010582 iadd temp ,temp 
-0x3894 010583 copy regb ,pdata 
-0x3895 010584 rtn 
-:      010586 ali_mesh_clkn_bt_add_1s:
-0x3896 010587 arg 20 ,loopcnt 
-:      010588 ali_mesh_time_loop:
-0x3897 010589 pincrease 160 
-0x3898 010590 loop ali_mesh_time_loop 
-0x3899 010591 rtn 
-:      010593 ali_mesh_ali_vendor_check_time:
-0x389a 010594 setarg mesh_x_timers 
-0x389b 010595 store 1 ,mem_mesh_vendor_timer_check_loop 
-0x389c 010596 pincrease -1 
-0x389d 010597 mul32 pdata ,18 ,pdata 
-0x389e 010598 arg mem_mesh_vendor_timer_timing_buffer ,alarm 
-0x389f 010599 iadd alarm ,alarm 
-:      010600 ali_mesh_ali_vendor_check_time_loop:
-0x38a0 010601 ifetch 1 ,alarm 
-0x38a1 010602 ncall ali_mesh_ali_vendor_had_timing ,blank 
-0x38a2 010603 increase -18 ,alarm 
-0x38a3 010605 fetch 1 ,mem_mesh_vendor_timer_check_loop 
-0x38a4 010606 pincrease -1 
-0x38a5 010607 rtn blank 
-0x38a6 010608 store 1 ,mem_mesh_vendor_timer_check_loop 
-0x38a7 010609 branch ali_mesh_ali_vendor_check_time_loop 
-:      010611 ali_mesh_ali_vendor_had_timing:
-0x38a8 010612 arg 7 ,queue 
-0x38a9 010613 qisolate0 pdata 
-0x38aa 010614 rtn true 
-0x38ab 010615 and pdata ,0x7f ,pdata 
-0x38ac 010616 arg mesh_x_timers ,temp 
-0x38ad 010617 isub temp ,null 
-0x38ae 010618 rtn positive 
-0x38af 010619 copy alarm ,contr 
-0x38b0 010620 arg mem_mesh_vendor_timer_timing_palyload ,contw 
-0x38b1 010621 arg 18 ,loopcnt 
-0x38b2 010622 call memcpy 
-0x38b3 010623 fetch 1 ,mem_mesh_vendor_timer_timing_palyload + 17 
-0x38b4 010624 beq 0x59 ,ali_mesh_ali_vendor_had_timing_cyclically 
-:      010625 ali_mesh_ali_vendor_had_timing_single_time:
-0x38b5 010626 fetcht 4 ,mem_mesh_vendor_timer_current_time 
-0x38b6 010627 fetch 4 ,mem_mesh_vendor_timer_timing_time 
-0x38b7 010628 isub temp ,null 
-0x38b8 010629 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para 
-0x38b9 010630 branch ali_mesh_ali_vendor_time_timeout ,zero 
-0x38ba 010631 nbranch ali_mesh_ali_vendor_time_out_of_date ,positive 
-0x38bb 010632 rtn 
-:      010634 ali_mesh_ali_vendor_time_out_of_date:
-0x38bc 010635 setarg 0 
-0x38bd 010636 istore 1 ,alarm 
-0x38be 010637 rtn 
-:      010639 ali_mesh_ali_vendor_had_timing_cyclically:
-0x38bf 010641 fetch 4 ,mem_mesh_vendor_timer_current_time 
-0x38c0 010642 arg seconds_of_min ,temp 
-0x38c1 010643 idiv temp 
-0x38c2 010644 call wait_div_end 
-0x38c3 010645 remainder pdata 
-0x38c4 010646 nrtn blank 
-0x38c5 010648 fetch 4 ,mem_mesh_vendor_timer_current_time 
-0x38c6 010649 arg seconds_of_four_days ,temp 
-0x38c7 010650 isub temp ,pdata 
-0x38c8 010652 arg seconds_of_week ,temp 
-0x38c9 010653 idiv temp 
-0x38ca 010654 call wait_div_end 
-0x38cb 010655 remainder pdata 
-0x38cc 010656 arg seconds_of_day ,temp 
-0x38cd 010657 idiv temp 
-0x38ce 010658 call wait_div_end 
-0x38cf 010659 remainder rega 
-0x38d0 010660 quotient queue 
-0x38d1 010661 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
-0x38d2 010662 branch ali_mesh_ali_vendor_had_timing_cyclically_continue ,blank 
-0x38d3 010663 qisolate1 pdata 
-0x38d4 010664 nrtn true 
-:      010665 ali_mesh_ali_vendor_had_timing_cyclically_continue:
-0x38d5 010667 deposit rega 
-0x38d6 010668 arg seconds_of_min ,temp 
-0x38d7 010669 idiv temp 
-0x38d8 010670 call wait_div_end 
-0x38d9 010671 quotient temp 
-0x38da 010672 setarg eight_hours_time_zone_offset 
-0x38db 010673 iadd temp ,temp 
-0x38dc 010674 fetch 2 ,mem_mesh_vendor_timer_timing_time_cyclic 
-0x38dd 010675 arg 0xfff ,rega 
-0x38de 010676 iand rega ,pdata 
-0x38df 010677 isub temp ,null 
-0x38e0 010678 nrtn zero 
-0x38e1 010679 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para_cyclic 
-0x38e2 010680 branch ali_mesh_ali_vendor_time_timeout 
-:      010682 ali_mesh_ali_vendor_time_timeout:
-0x38e3 010683 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x38e4 010684 jam 1 ,mem_mesh_vendor_timer_check_loop 
-0x38e5 010686 copy alarm ,pdata 
-0x38e6 010687 store 2 ,mem_mesh_alarm_temp 
-0x38e7 010689 fetcht 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x38e8 010690 fetchr queue ,1 ,mem_mesh_receive_element_number 
-0x38e9 010691 call ali_mesh_ali_vendor_message_opcode_generic_onoff 
-0x38ea 010693 fetch 2 ,mem_mesh_alarm_temp 
-0x38eb 010694 copy pdata ,alarm 
-0x38ec 010695 add alarm ,17 ,contr 
-0x38ed 010696 ifetch 1 ,contr 
-0x38ee 010697 beq timer_cyclical_falg ,ali_mesh_ali_vendor_time_timeout_cyclic 
-:      010698 ali_mesh_ali_vendor_time_timeout_continue:
-0x38ef 010699 setarg 0 
-0x38f0 010700 istore 1 ,alarm 
-0x38f1 010701 fetchr queue ,1 ,mem_mesh_receive_element_number 
-0x38f2 010702 call ali_mesh_ali_vendor_message_opcode_timing_finish 
-0x38f3 010703 branch peripherals_write_mesh_timer_infmatn 
-:      010707 ali_mesh_ali_vendor_time_timeout_cyclic:
-0x38f4 010708 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
-0x38f5 010709 branch ali_mesh_ali_vendor_time_timeout_continue ,blank 
-0x38f6 010710 arg vendor_attr_type_event_trigger ,temp 
-0x38f7 010711 call ali_mesh_ali_vendor_message_status_add_head 
-0x38f8 010712 setarg 0x11 
-0x38f9 010713 istore 1 ,contw 
-0x38fa 010714 ifetch 1 ,alarm 
-0x38fb 010715 or pdata ,0x80 ,pdata 
-0x38fc 010716 istore 1 ,contw 
-0x38fd 010717 jam 8 ,mem_mesh_access_layer_payload 
-0x38fe 010718 branch ali_mesh_ali_vendor_message_send_message 
-:      010720 ali_mesh_ali_vendor_message_opcode_timing_finish:
-0x38ff 010721 arg vendor_attr_type_event_index_report ,temp 
-0x3900 010722 call ali_mesh_ali_vendor_message_status_add_head 
-0x3901 010723 copy contw ,temp 
-0x3902 010724 call ali_mesh_get_all_timer_index_timer 
-0x3903 010726 pincrease 6 
-0x3904 010727 store 1 ,mem_mesh_access_layer_payload_len 
-0x3905 010728 jam vendor_message_attr_status ,mem_mesh_access_layer_payload 
-0x3906 010729 branch ali_mesh_ali_vendor_message_send_message 
-:      010732 ali_mesh_ali_vendor_message_opcode_timer_set_timing:
-0x3907 010733 arg mem_mesh_vendor_timer_timing_index ,contw 
-0x3908 010734 arg 16 ,loopcnt 
-0x3909 010735 call memcpy 
-0x390a 010736 fetch 1 ,mem_mesh_vendor_timer_timing_index 
-0x390b 010737 and pdata ,0x7f ,pdata 
-0x390c 010738 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x390d 010739 sub pdata ,mesh_x_timers ,null 
-0x390e 010740 nrtn positive 
-0x390f 010741 fetch 4 ,mem_mesh_vendor_timer_timing_time 
-0x3910 010742 arg 60 ,temp 
-0x3911 010743 idiv temp 
-0x3912 010744 call wait_div_end 
-0x3913 010745 remainder temp 
-0x3914 010746 isub temp ,pdata 
-0x3915 010747 store 4 ,mem_mesh_vendor_timer_timing_time 
-0x3916 010748 setarg 0 
-0x3917 010749 store 2 ,mem_mesh_vendor_timer_timing_flag 
-0x3918 010750 arg mem_mesh_vendor_timer_timing_index ,rega 
-0x3919 010751 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
-0x391a 010752 arg vendor_mseeage_attr_type_set_time_single ,temp 
-0x391b 010753 branch ali_mesh_access_layer_send_ali_vendor_message_current_timing 
-:      010758 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically:
-0x391c 010760 arg mem_mesh_vendor_timer_timing_index_cyclic ,contw 
-0x391d 010761 arg 17 ,loopcnt 
-0x391e 010762 call memcpy 
-0x391f 010765 fetch 1 ,mem_mesh_vendor_timer_timing_index_cyclic 
-0x3920 010766 and pdata ,0x7f ,pdata 
-0x3921 010767 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3922 010768 sub pdata ,mesh_x_timers ,null 
-0x3923 010769 nrtn positive 
-0x3924 010771 jam 0x59 ,mem_mesh_vendor_timer_timing_cyclic_flag 
-0x3925 010772 arg mem_mesh_vendor_timer_timing_index_cyclic ,rega 
-0x3926 010773 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
-0x3927 010774 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
-:      010777 ali_mesh_access_layer_send_ali_vendor_message_current_timing:
-0x3928 010779 call ali_mesh_ali_vendor_message_status_add_head 
-0x3929 010780 setarg 0 
-0x392a 010781 store 1 ,mem_mesh_access_layer_payload + 6 
-0x392b 010782 copy contw ,temp 
-0x392c 010783 call ali_mesh_get_all_timer_index_timer 
-0x392d 010784 pincrease 7 
-0x392e 010785 store 1 ,mem_mesh_access_layer_payload_len 
-0x392f 010786 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010789 ali_mesh_ali_vendor_store_mesh_timer_infmatn:
-0x3930 010790 call ali_mesh_vendor_timer_buffer_offset_cal 
-0x3931 010791 copy rega ,contr 
-0x3932 010792 arg mem_mesh_vendor_timer_timing_buffer ,contw 
-0x3933 010793 iadd contw ,contw 
-0x3934 010794 arg 18 ,loopcnt 
-0x3935 010795 call memcpy 
-0x3936 010796 branch peripherals_write_mesh_timer_infmatn 
-:      010798 ali_mesh_vendor_timer_buffer_offset_cal:
-0x3937 010799 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3938 010800 pincrease -1 
-0x3939 010801 mul32 pdata ,18 ,pdata 
-0x393a 010802 rtn 
-:      010804 ali_mesh_get_all_timer_index_timer:
-0x393b 010805 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x393c 010806 arg 0 ,regb 
-0x393d 010807 copy temp ,contw 
-0x393e 010808 arg mesh_x_timers ,loopcnt 
-0x393f 010809 increase -1 ,loopcnt 
-:      010810 ali_mesh_get_all_timer_index_timer_loop:
-0x3940 010811 ifetch 1 ,rega 
-0x3941 010812 beq 0xff ,ali_mesh_get_all_timer_index_timer_loop_end 
-0x3942 010813 branch ali_mesh_get_all_timer_index_timer_loop_end ,blank 
-0x3943 010814 increase 1 ,regb 
-0x3944 010815 istore 1 ,contw 
-:      010816 ali_mesh_get_all_timer_index_timer_loop_end:
-0x3945 010817 setarg 18 
-0x3946 010818 iadd rega ,rega 
-0x3947 010819 loop ali_mesh_get_all_timer_index_timer_loop 
-0x3948 010820 copy regb ,pdata 
-0x3949 010821 rtn 
-:      010823 peripherals_write_mesh_timer_infmatn:
-0x394a 010824 fetch 2 ,mem_mesh_cb_vendor_timing_changed 
-0x394b 010825 branch callback_func 
-:      010835 ali_mesh_bearer_layer_send_packet_by_network_layer:
-0x394c 010836 bpatchx patch34_1 ,mem_patch34 
-0x394d 010837 setarg mem_mesh_queue_each_size 
-0x394e 010838 store 2 ,mem_mesh_element_device_queue_buffer_ptr 
-0x394f 010839 setarg mem_mesh_element_device 
-0x3950 010840 store 2 ,mem_mesh_rega_temp 
-0x3951 010841 jam adv_pairing_mesh_message_duration ,mem_mesh_queue_ele_duration 
-0x3952 010842 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
-0x3953 010843 store 1 ,mem_mesh_queue_ele_gatt_msg_id 
-0x3954 010845 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x3955 010846 pincrease 11 
-0x3956 010847 add pdata ,-2 ,loopcnt 
-0x3957 010856 store 1 ,mem_mesh_queue_ele_len 
-0x3958 010857 pincrease -1 
-0x3959 010860 istore 1 ,contw 
-0x395a 010861 setarg gap_adtype_mesh_message 
-0x395b 010862 istore 1 ,contw 
-0x395c 010863 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
-0x395d 010864 call memcpy_fast 
-0x395e 010865 fetchr rega ,2 ,mem_mesh_rega_temp 
-0x395f 010866 call ali_mesh_advertising_bearer_layer_init_queue 
-0x3960 010867 call queue_push 
-:      010868 ali_mesh_bearer_layer_gatt_send_packet_by_network_layer:
-0x3961 010869 fetch 2 ,mem_ui_state_map 
-0x3962 010870 isolate1 ui_state_ble_connected ,pdata 
-0x3963 010871 nrtn true 
-:      010872 ali_mesh_send_ble_data_control_package:
-0x3964 010873 call ali_mesh_network_layer_init_gatt_queue_param 
-0x3965 010874 arg mem_mesh_queue_ele_temp ,rega 
-0x3966 010875 branch queue_push 
-:      010877 ali_mesh_advertising_bearer_layer_init_queue:
-0x3967 010878 add rega ,element_device_queue_buffer_ptr ,contr 
-0x3968 010879 ifetch 2 ,contr 
-0x3969 010880 store 2 ,mem_queue_ptr 
-0x396a 010881 arg mem_mesh_queue_ele_temp ,rega 
-0x396b 010882 rtn 
-:      010885 ali_mesh_advertising_bearer_layer_init_queue_param:
-0x396c 010886 setarg mem_mesh_queue_each_size 
-0x396d 010887 store 2 ,mem_queue_ptr 
-0x396e 010888 rtn 
-:      010890 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue:
-:      010892 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal:
-0x396f 010893 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3970 010894 rtnne packet_in_bearer 
-0x3971 010895 jam packet_in_adverting ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3972 010896 branch ali_mesh_control_ble_advertising_on_advertising 
-:      010898 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param:
-0x3973 010899 arg mem_mesh_queue_ele_payload + 2 ,rega 
-0x3974 010900 arg max_app_mssage_payload_length ,temp 
-0x3975 010901 setarg 0x21 
-0x3976 010902 nrtn true 
-0x3977 010903 arg mem_mesh_queue_ele_payload + 20 ,rega 
-0x3978 010904 fetcht 1 ,mem_mesh_queue_ele_len 
-0x3979 010905 increase -18 ,temp 
-0x397a 010906 setarg 0x22 
-0x397b 010907 rtn 
-:      010915 ali_mesh_advertising_add_adtype_flags:
-0x397c 010916 arg mem_mesh_adv_data ,contw 
-0x397d 010917 setarg 0x02 
-0x397e 010918 istore 1 ,contw 
-0x397f 010919 setarg gap_adtype_flags 
-0x3980 010920 istore 1 ,contw 
-0x3981 010921 setarg 0x02 
-0x3982 010922 istore 1 ,contw 
-0x3983 010923 rtn 
-:      010927 ali_mesh_advertising_add_adtype_16bit_complete:
-0x3984 010928 arg mesh_provisioning_uuid ,temp 
-0x3985 010929 setarg 0x03 
-0x3986 010930 istore 1 ,contw 
-0x3987 010931 setarg gap_adtype_16bit_complete 
-0x3988 010932 istore 1 ,contw 
-0x3989 010933 istoret 2 ,contw 
-0x398a 010934 rtn 
-:      010937 mesh_ble_rx_packet_only:
-0x398b 010938 call le_enable 
-0x398c 010939 call le_init_adv 
-0x398d 010940 call le_receive_adv 
-0x398e 010941 nrtn match 
-0x398f 010943 fetch 1 ,mem_le_adv_rcv 
-0x3990 010944 pincrease 1 
-0x3991 010945 store 1 ,mem_le_adv_rcv 
-0x3992 010946 fetch 2 ,mem_mesh_cb_receive_advertising 
-0x3993 010947 call callback_func 
-0x3994 010948 branch le_disable 
-:      010950 mesh_ble_rx_packet:
-0x3995 010951 call mesh_ble_rx_packet_check_and_init 
-0x3996 010952 rtn user 
-:      010953 mesh_ble_rx_packet_check_timer:
-0x3997 010954 call mesh_ble_rx_packet_only 
-0x3998 010955 call connection_dispatch 
-0x3999 010956 fetcht 2 ,mem_le_scan_interval 
-0x399a 010957 arg 10 ,queue 
-0x399b 010958 call sniff_check_window 
-0x399c 010959 rtn user 
-0x399d 010960 arg mesh_ble_rx_timer ,queue 
-0x399e 010961 call timer_check 
-0x399f 010962 nbranch mesh_ble_rx_packet_check_timer ,blank 
-0x39a0 010963 rtn 
-:      010965 mesh_ble_rx_packet_check_and_init:
-0x39a1 010966 fetcht 2 ,mem_le_scan_interval 
-0x39a2 010967 arg 4 ,queue 
-0x39a3 010968 call sniff_check_window 
-0x39a4 010969 rtn user 
-0x39a5 010970 call mesh_le_calc_next_scan_channel 
-0x39a6 010971 fetch 2 ,mem_le_scan_interval 
-0x39a7 010972 arg mesh_ble_rx_timer ,queue 
-0x39a8 010973 branch timer_init 
-:      010976 mesh_le_calc_next_scan_channel:
-0x39a9 010977 fetch 1 ,mem_mesh_adv_scan_channel 
-0x39aa 010978 pincrease 1 
-0x39ab 010979 store 1 ,mem_mesh_adv_scan_channel 
-0x39ac 010980 store 1 ,mem_le_ch_mapped 
-0x39ad 010981 rtnne 40 
-0x39ae 010982 jam 37 ,mem_mesh_adv_scan_channel 
-0x39af 010983 jam 37 ,mem_le_ch_mapped 
-0x39b0 010984 rtn 
-:      010986 mesh_check_ble_rx_packet:
-0x39b1 010987 fetch 1 ,mem_le_rxbuf 
-0x39b2 010988 and pdata ,0x0f ,pdata 
-0x39b3 010989 beq adv_ind ,ali_mesh_match_advertising_packet 
-0x39b4 010990 beq adv_nonconn_ind ,ali_mesh_match_advertising_packet 
-0x39b5 010991 rtn 
-:      010993 ali_mesh_match_advertising_packet:
-0x39b6 010994 ifetcht 1 ,contr 
-0x39b7 010995 sub temp ,adv_packet_min_length ,null 
-0x39b8 010996 rtn positive 
-0x39b9 010997 sub temp ,adv_packet_max_length ,null 
-0x39ba 010998 nrtn positive 
-0x39bb 010999 add temp ,-6 ,rega 
-0x39bc 011000 add contr ,6 ,regb 
-:      011002 ali_mesh_find_adv_ind_packet:
-0x39bd 011003 ifetcht 1 ,regb 
-0x39be 011004 sub temp ,ad_type_min_length ,null 
-0x39bf 011005 rtn positive 
-0x39c0 011006 sub temp ,ad_type_max_length ,null 
-0x39c1 011007 nrtn positive 
-0x39c2 011008 copy temp ,pdata 
-0x39c3 011009 rtn blank 
-0x39c4 011010 bpatchx patch34_2 ,mem_patch34 
-0x39c5 011011 ifetch 1 ,contr 
-0x39c6 011012 beq gap_adtype_manufacturer_specific ,ali_mesh_receive_adtype_manufacturer_specific_tmall_control 
-0x39c7 011013 beq gap_adtype_mesh_message ,ali_mesh_receive_adtype_mesh_message 
-0x39c8 011016 add temp ,1 ,pdata 
-0x39c9 011017 isub rega ,null 
-0x39ca 011018 rtn positive 
-0x39cb 011019 iadd regb ,regb 
-0x39cc 011020 sub temp ,-1 ,pdata 
-0x39cd 011021 iadd rega ,rega 
-0x39ce 011022 copy rega ,pdata 
-0x39cf 011023 rtn blank 
-0x39d0 011024 branch ali_mesh_find_adv_ind_packet 
-:      011026 ali_mesh_receive_adtype_manufacturer_specific_tmall_control:
-0x39d1 011027 jam mesh_message_tmall ,mem_mesh_fast_pair_packet_type 
-0x39d2 011028 branch ali_mesh_receive_adtype_manufacturer_specific 
-:      011031 mesh_le_send_adv:
-0x39d3 011032 fetch 1 ,mem_le_adv_transmit 
-0x39d4 011033 pincrease 1 
-0x39d5 011034 store 1 ,mem_le_adv_transmit 
-0x39d6 011036 bpatchx patch34_3 ,mem_patch34 
-0x39d7 011037 call le_enable 
-0x39d8 011038 arg 39 ,loopcnt 
-0x39d9 011039 arg mem_le_txheader ,contr 
-0x39da 011040 arg mem_le_txheader_mesh_temp ,contw 
-0x39db 011041 call memcpy_fast 
-0x39dc 011042 jam 37 ,mem_le_ch_mapped 
-0x39dd 011043 arg 1800 ,stop_watch 
-0x39de 011044 enable swfine 
-0x39df 011045 disable match 
-:      011047 mesh_le_send_adv_loop:
-0x39e0 011048 call le_init_adv 
-0x39e1 011049 call mesh_le_send_adv_nonconn_ind 
-0x39e2 011050 random pdata 
-0x39e3 011051 arg 0x1ff ,temp 
-0x39e4 011052 iand temp ,pdata 
-0x39e5 011053 add pdata ,100 ,pdata 
-0x39e6 011054 call delay 
-0x39e7 011055 fetch 1 ,mem_le_ch_mapped 
-0x39e8 011056 pincrease 1 
-0x39e9 011057 store 1 ,mem_le_ch_mapped 
-0x39ea 011058 bne 40 ,mesh_le_send_adv_loop 
-0x39eb 011060 arg 39 ,loopcnt 
-0x39ec 011061 arg mem_le_txheader ,contw 
-0x39ed 011062 arg mem_le_txheader_mesh_temp ,contr 
-0x39ee 011063 call memcpy_fast 
-0x39ef 011064 branch le_disable 
-:      011066 mesh_le_send_adv_nonconn_ind:
-0x39f0 011067 arg adv_nonconn_ind ,temp 
-0x39f1 011068 storet 1 ,mem_le_txheader 
-0x39f2 011069 fetcht 1 ,mem_mesh_adv_data_len 
-0x39f3 011070 add temp ,6 ,pdata 
-0x39f4 011071 store 1 ,mem_le_txlen 
-0x39f5 011072 fetch 6 ,mem_le_lap 
-0x39f6 011073 store 6 ,mem_le_txpayload 
-0x39f7 011074 copy temp ,loopcnt 
-0x39f8 011075 arg mem_mesh_adv_data ,contr 
-0x39f9 011076 call memcpy_fast 
-0x39fa 011078 branch le_transmit_norx 
-:      011089 ali_mesh_base_adt_cache:
-0x39fb 011090 bpatchx patch34_4 ,mem_patch34 
-0x39fc 011091 fetcht 2 ,mem_ccm_data_ptr 
-0x39fd 011092 fetch 1 ,mem_ccm_data_len 
-0x39fe 011093 copy temp ,contr 
-0x39ff 011094 arg mem_k4_salt ,rega 
-0x3a00 011095 arg mem_k4_t ,alarm 
-0x3a01 011096 call ali_mesh_encrypt_base_function_aes_cmac 
-0x3a02 011097 call disable_user 
-0x3a03 011098 copy regc ,pdata 
-0x3a04 011099 iadd alarm ,contr 
-0x3a05 011100 fetcht 4 ,mem_k4_t 
-0x3a06 011101 fetch 2 ,mem_mesh_mic_cache_ptr 
-0x3a07 011102 copy pdata ,rega 
-0x3a08 011104 arg transport_mic_cache_space_num ,loopcnt 
-:      011105 ali_mesh_base_adt_cache_loop:
-0x3a09 011106 ifetch 4 ,rega 
-0x3a0a 011107 branch ali_mesh_base_adt_cache_empty_space ,blank 
-0x3a0b 011108 isub temp ,null 
-0x3a0c 011109 rtn zero 
-0x3a0d 011110 increase transport_mic_cache_space_size ,rega 
-0x3a0e 011111 loop ali_mesh_base_adt_cache_loop 
-0x3a0f 011112 fetch 2 ,mem_mesh_mic_cache_ptr 
-0x3a10 011113 copy pdata ,contw 
-0x3a11 011114 add pdata ,transport_mic_cache_space_size ,contr 
-0x3a12 011117 arg transport_mic_cache_total_size ,loopcnt 
-0x3a13 011118 call memcpy_fast 
-0x3a14 011119 istoret 4 ,contw 
-0x3a15 011120 branch enable_user 
-:      011121 ali_mesh_base_adt_cache_empty_space:
-0x3a16 011122 istoret 4 ,rega 
-0x3a17 011123 branch enable_user 
-:      011125 ali_mesh_chip_peripherals_load_data:
-0x3a18 011126 fetch 1 ,mem_mesh_chip_select 
-0x3a19 011127 beq mesh_chip_from_eeprom ,ali_mesh_chip_peripherals_load_data_from_eep 
-:      011128 ali_mesh_chip_peripherals_load_data_from_flash:
-0x3a1a 011129 call ali_mesh_chip_peripherals_load_three_tuple_from_flash 
-0x3a1b 011130 call ali_mesh_chip_peripherals_load_network_key_from_flash 
-0x3a1c 011131 call ali_mesh_chip_peripherals_load_application_key_from_flash 
-0x3a1d 011132 call ali_mesh_chip_peripherals_load_device_key_from_flash 
-0x3a1e 011133 call ali_mesh_chip_peripherals_load_reset_count_from_flash 
-0x3a1f 011134 call ali_mesh_chip_peripherals_load_seq_from_flash 
-0x3a20 011135 branch ali_mesh_chip_peripherals_load_subscription_from_flash 
-:      011137 ali_mesh_chip_peripherals_load_three_tuple_from_flash:
-0x3a21 011138 arg mesh_eep_three_tuple_length ,temp 
-0x3a22 011139 arg mem_mesh_three_tuple_productid ,rega 
-0x3a23 011140 setarg 0x1ffa0 
-0x3a24 011141 branch spid_read_flash 
-:      011142 ali_mesh_chip_peripherals_load_network_key_from_flash:
-0x3a25 011143 arg mesh_eep_network_key_length ,temp 
-0x3a26 011144 arg mem_mesh_network_key ,rega 
-0x3a27 011145 setarg mesh_flash_network_key_addr 
-0x3a28 011146 call spid_read_flash 
-0x3a29 011147 fetch 1 ,mem_mesh_last_iv_index_byte 
-0x3a2a 011148 store 1 ,mem_mesh_iv_index + 3 
-0x3a2b 011149 rtn 
-:      011150 ali_mesh_chip_peripherals_load_application_key_from_flash:
-0x3a2c 011151 arg mesh_eep_application_key_length ,temp 
-0x3a2d 011152 arg mem_mesh_application_key ,rega 
-0x3a2e 011153 setarg mesh_flash_application_key_addr 
-0x3a2f 011154 branch spid_read_flash 
-:      011155 ali_mesh_chip_peripherals_load_device_key_from_flash:
-0x3a30 011156 arg mesh_eep_device_key_length ,temp 
-0x3a31 011157 arg mem_mesh_device_key ,rega 
-0x3a32 011158 setarg mesh_flash_device_key_addr 
-0x3a33 011159 branch spid_read_flash 
-:      011160 ali_mesh_chip_peripherals_load_reset_count_from_flash:
-0x3a34 011161 rtn 
-:      011162 ali_mesh_chip_peripherals_load_seq_from_flash:
-0x3a35 011163 arg mesh_eep_seq_length ,temp 
-0x3a36 011164 arg mem_mesh_send_message_seq ,rega 
-0x3a37 011165 setarg mesh_flash_message_seq_addr 
-0x3a38 011166 branch spid_read_flash 
-:      011167 ali_mesh_chip_peripherals_load_subscription_from_flash:
-0x3a39 011168 fetch 2 ,mem_mesh_core_feature 
-0x3a3a 011169 rtnbit1 mesh_feature_disable_subscription 
-0x3a3b 011170 arg mesh_eep_subscription_total_length ,temp 
-0x3a3c 011171 arg mem_mesh_subscription_eep_temp ,rega 
-0x3a3d 011172 setarg mesh_flash_subscription_addr 
-0x3a3e 011173 call spid_read_flash 
-0x3a3f 011174 call mesh_get_element_info_config 
-0x3a40 011175 arg mem_mesh_subscription_eep_temp ,contr 
-0x3a41 011176 add rega ,element_device_subscription_label ,rega 
-0x3a42 011177 branch ali_mesh_chip_peripherals_load_subscription_loop 
-:      011180 ali_mesh_chip_peripherals_load_data_from_eep:
-0x3a43 011181 call ali_mesh_chip_peripherals_load_three_tuple_from_eep 
-0x3a44 011182 call ali_mesh_chip_peripherals_load_network_key_from_eep 
-0x3a45 011183 call ali_mesh_chip_peripherals_load_application_key_from_eep 
-0x3a46 011184 call ali_mesh_chip_peripherals_load_device_key_from_eep 
-0x3a47 011185 call ali_mesh_chip_peripherals_load_reset_count_from_eep 
-0x3a48 011186 call ali_mesh_chip_peripherals_load_seq_from_eep 
-0x3a49 011187 branch ali_mesh_chip_peripherals_load_subscription_from_eep 
-:      011189 ali_mesh_chip_peripherals_load_three_tuple_from_eep:
-0x3a4a 011190 arg mesh_eep_three_tuple_length ,temp 
-0x3a4b 011191 arg mem_mesh_three_tuple_productid ,rega 
-0x3a4c 011192 arg mesh_eep_three_tuple_offset ,regb 
-0x3a4d 011193 branch iicd_read_eep_data 
-:      011195 ali_mesh_chip_peripherals_load_network_key_from_eep:
-0x3a4e 011196 arg mesh_eep_network_key_length ,temp 
-0x3a4f 011197 arg mem_mesh_network_key ,rega 
-0x3a50 011198 arg mesh_eep_network_key_offset ,regb 
-0x3a51 011199 call iicd_read_eep_data 
-0x3a52 011200 fetch 1 ,mem_mesh_last_iv_index_byte 
-0x3a53 011201 store 1 ,mem_mesh_iv_index + 3 
-0x3a54 011202 rtn 
-:      011204 ali_mesh_chip_peripherals_load_application_key_from_eep:
-0x3a55 011205 arg mesh_eep_application_key_length ,temp 
-0x3a56 011206 arg mem_mesh_application_key ,rega 
-0x3a57 011207 arg mesh_eep_application_key_offset ,regb 
-0x3a58 011208 branch iicd_read_eep_data 
-:      011210 ali_mesh_chip_peripherals_load_device_key_from_eep:
-0x3a59 011211 arg mesh_eep_device_key_length ,temp 
-0x3a5a 011212 arg mem_mesh_device_key ,rega 
-0x3a5b 011213 arg mesh_eep_device_key_offset ,regb 
-0x3a5c 011214 branch iicd_read_eep_data 
-:      011216 ali_mesh_chip_peripherals_load_reset_count_from_eep:
-0x3a5d 011217 rtn 
-:      011219 ali_mesh_chip_peripherals_load_seq_from_eep:
-0x3a5e 011220 arg mesh_eep_seq_length ,temp 
-0x3a5f 011221 arg mem_mesh_send_message_seq ,rega 
-0x3a60 011222 arg mesh_eep_seq_offset ,regb 
-0x3a61 011223 branch iicd_read_eep_data 
-:      011225 ali_mesh_chip_peripherals_load_subscription_from_eep:
-0x3a62 011226 fetch 2 ,mem_mesh_core_feature 
-0x3a63 011227 rtnbit1 mesh_feature_disable_subscription 
-0x3a64 011228 arg mesh_eep_subscription_total_length ,temp 
-0x3a65 011229 arg mem_mesh_subscription_eep_temp ,rega 
-0x3a66 011230 arg mesh_eep_subscription_offset ,regb 
-0x3a67 011231 call iicd_read_eep_data 
-0x3a68 011232 call mesh_get_element_info_config 
-0x3a69 011233 arg mem_mesh_subscription_eep_temp ,contr 
-0x3a6a 011234 add rega ,element_device_subscription_label ,rega 
-:      011235 ali_mesh_chip_peripherals_load_subscription_loop:
-0x3a6b 011236 copy rega ,contw 
-0x3a6c 011237 call memcpy16 
-0x3a6d 011238 copy regb ,pdata 
-0x3a6e 011239 iadd rega ,rega 
-0x3a6f 011240 loop ali_mesh_chip_peripherals_load_subscription_loop 
-0x3a70 011241 rtn 
-:      011243 mesh_receive_config_appkey_add_cb:
-0x3a71 011244 fetch 1 ,mem_mesh_chip_select 
-0x3a72 011245 beq mesh_chip_from_eeprom ,mesh_receive_config_appkey_add_eeprom_cb 
-0x3a73 011246 beq mesh_chip_from_flash ,mesh_receive_config_appkey_add_flash_cb 
-:      011247 mesh_receive_config_appkey_add_flash_cb:
-0x3a74 011248 call ali_mesh_chip_peripherals_save_network_key_from_flash 
-0x3a75 011249 call ali_mesh_chip_peripherals_save_application_key_from_flash 
-0x3a76 011250 branch ali_mesh_chip_peripherals_save_device_key_from_flash 
-:      011251 ali_mesh_chip_peripherals_save_network_key_from_flash:
-0x3a77 011252 arg mesh_eep_network_key_length ,temp 
-0x3a78 011253 arg mem_mesh_network_key ,rega 
-0x3a79 011254 setarg mesh_flash_network_key_addr 
-0x3a7a 011255 branch spid_write_flash_data 
-:      011256 ali_mesh_chip_peripherals_save_application_key_from_flash:
-0x3a7b 011257 arg mesh_eep_application_key_length ,temp 
-0x3a7c 011258 arg mem_mesh_application_key ,rega 
-0x3a7d 011259 setarg mesh_flash_application_key_addr 
-0x3a7e 011260 branch spid_write_flash_data 
-:      011261 ali_mesh_chip_peripherals_save_device_key_from_flash:
-0x3a7f 011262 arg mesh_eep_device_key_length ,temp 
-0x3a80 011263 arg mem_mesh_device_key ,rega 
-0x3a81 011264 setarg mesh_flash_device_key_addr 
-0x3a82 011265 branch spid_write_flash_data 
-:      011267 mesh_receive_config_appkey_add_eeprom_cb:
-0x3a83 011268 call ali_mesh_chip_peripherals_save_network_key_from_eep 
-0x3a84 011269 call ali_mesh_chip_peripherals_save_application_key_from_eep 
-0x3a85 011270 branch ali_mesh_chip_peripherals_save_device_key_from_eep 
-:      011272 ali_mesh_chip_peripherals_save_network_key_from_eep:
-0x3a86 011273 arg mesh_eep_network_key_length ,temp 
-0x3a87 011274 arg mem_mesh_network_key ,rega 
-0x3a88 011275 arg mesh_eep_network_key_offset ,regb 
-0x3a89 011276 branch iicd_write_protect_eep_data 
-:      011278 ali_mesh_chip_peripherals_save_application_key_from_eep:
-0x3a8a 011279 arg mesh_eep_application_key_length ,temp 
-0x3a8b 011280 arg mem_mesh_application_key ,rega 
-0x3a8c 011281 arg mesh_eep_application_key_offset ,regb 
-0x3a8d 011282 branch iicd_write_protect_eep_data 
-:      011284 ali_mesh_chip_peripherals_save_device_key_from_eep:
-0x3a8e 011285 arg mesh_eep_device_key_length ,temp 
-0x3a8f 011286 arg mem_mesh_device_key ,rega 
-0x3a90 011287 arg mesh_eep_device_key_offset ,regb 
-0x3a91 011288 branch iicd_write_protect_eep_data 
-:      011290 mesh_store_new_seq_data:
-0x3a92 011291 fetch 3 ,mem_mesh_send_message_seq 
-0x3a93 011292 fetcht 3 ,mem_mesh_send_message_seq_temp 
-0x3a94 011293 isub temp ,null 
-0x3a95 011294 nrtn positive 
-0x3a96 011295 add pdata ,128 ,pdata 
-0x3a97 011296 store 3 ,mem_mesh_send_message_seq_temp 
-0x3a98 011297 fetch 1 ,mem_mesh_chip_select 
-0x3a99 011298 beq 1 ,ali_mesh_chip_peripherals_save_seq_from_eep 
-:      011299 ali_mesh_chip_peripherals_save_seq_from_flash:
-0x3a9a 011300 arg mesh_eep_seq_length ,temp 
-0x3a9b 011301 arg mem_mesh_send_message_seq_temp ,rega 
-0x3a9c 011302 setarg mesh_flash_message_seq_addr 
-0x3a9d 011303 branch spid_write_flash_data 
-:      011304 ali_mesh_chip_peripherals_save_seq_from_eep:
-0x3a9e 011305 arg mesh_eep_seq_length ,temp 
-0x3a9f 011306 arg mem_mesh_send_message_seq_temp ,rega 
-0x3aa0 011307 arg mesh_eep_seq_offset ,regb 
-0x3aa1 011308 branch iicd_write_protect_eep_data 
-:      011310 mesh_store_new_subscriptuion_list_data:
-0x3aa2 011311 call ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep 
-0x3aa3 011312 fetch 1 ,mem_mesh_chip_select 
-0x3aa4 011313 beq 2 ,mesh_store_new_subscriptuion_list_data_from_flash 
-0x3aa5 011314 arg mesh_eep_subscription_total_length ,temp 
-0x3aa6 011315 arg mem_mesh_subscription_eep_temp ,rega 
-0x3aa7 011316 arg mesh_eep_subscription_offset ,regb 
-0x3aa8 011317 branch iicd_write_protect_eep_data 
-:      011318 mesh_store_new_subscriptuion_list_data_from_flash:
-0x3aa9 011319 arg mesh_eep_subscription_total_length ,temp 
-0x3aaa 011320 arg mem_mesh_subscription_eep_temp ,rega 
-0x3aab 011321 setarg mesh_flash_subscription_addr 
-0x3aac 011322 branch spid_write_flash_data 
-:      011324 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep:
-0x3aad 011325 call mesh_get_element_info_config 
-0x3aae 011326 arg mem_mesh_subscription_eep_temp ,contw 
-0x3aaf 011327 add rega ,element_device_subscription_label ,rega 
-:      011328 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop:
-0x3ab0 011329 copy rega ,contr 
-0x3ab1 011330 call memcpy16 
-0x3ab2 011331 copy regb ,pdata 
-0x3ab3 011332 iadd rega ,rega 
-0x3ab4 011333 loop ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop 
-0x3ab5 011334 rtn 
-:      011336 mesh_clear_pairing_key:
-0x3ab6 011337 fetch 1 ,mem_mesh_chip_select 
-0x3ab7 011338 beq 1 ,ali_mesh_chip_clear_pairing_key_from_eeprom 
-:      011339 ali_mesh_chip_clear_pairing_key_from_flash:
-0x3ab8 011340 setarg 0x1e000 
-0x3ab9 011341 store 3 ,mem_spi_write_addr 
-0x3aba 011342 branch spid_flash_erase_sector + 2 
-:      011343 ali_mesh_chip_clear_pairing_key_from_eeprom:
-0x3abb 011344 rtn 
-:      011346 mesh_vendor_timming_chage_cb:
-0x3abc 011347 fetch 1 ,mem_mesh_chip_select 
-0x3abd 011348 rtnne 2 
-0x3abe 011349 setarg 0x1d000 
-0x3abf 011350 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x3ac0 011351 arg mesh_x_timers ,temp 
-0x3ac1 011352 mul32 temp ,18 ,temp 
-0x3ac2 011353 branch spid_write_flash_data 
-:      011355 ali_mesh_vendor_timer_message_read:
-0x3ac3 011356 fetch 1 ,mem_mesh_chip_select 
-0x3ac4 011357 rtnne 2 
-0x3ac5 011358 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x3ac6 011359 arg mesh_x_timers ,temp 
-0x3ac7 011360 mul32 temp ,18 ,temp 
-0x3ac8 011361 setarg 0x1d000 
-0x3ac9 011362 branch spid_read_flash 
-:      011368 ali_mesh_control_ble_adv_process:
-0x3aca 011369 call ali_mesh_ble_adv 
-0x3acb 011370 branch ali_mesh_control_ble_adv_tmall_packet 
-:      011374 ali_mesh_control_ble_adv_timer_process:
-0x3acc 011375 call ali_mesh_advertising_unprovisioned_timer_interval_timer 
-0x3acd 011376 branch ali_mesh_advertising_unprovisioned_timer 
-:      011379 ali_mesh_control_ble_advertising_on_advertising:
-0x3ace 011380 jam device_beacon_on ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3acf 011381 rtn 
-:      011384 ali_mesh_control_ble_advertising_off_advertising:
-0x3ad0 011385 jam device_beacon_off ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3ad1 011386 rtn 
-:      011389 ali_mesh_control_ble_adv_tmall_packet:
-0x3ad2 011390 arg ali_mesh_control_ble_adv_tmall_packet_send_package ,regb 
-0x3ad3 011391 arg mesh_adv_tmall_message_interval ,rega 
-0x3ad4 011392 arg mesh_ble_adv_tmall ,queue 
-0x3ad5 011393 branch ali_mesh_chip_timer_check_with_random_timer 
-:      011399 ali_mesh_control_ble_adv_tmall_packet_send_package:
-0x3ad6 011400 fetch 1 ,mem_mesh_provisioned_flag 
-0x3ad7 011401 beq unprovisioned_beacon_status ,ali_mesh_control_ble_advertising_send_device_beacon_packet 
-0x3ad8 011402 beq silence_beacon_status ,ali_mesh_control_ble_advertising_send_device_silence_beacon_packet 
-0x3ad9 011403 beq pairing_status ,ali_mesh_control_ble_advertising_send_pairing_packet 
-0x3ada 011404 beq paired_status ,ali_mesh_control_ble_advertising_send_paired_packet 
-0x3adb 011405 branch ali_mesh_control_ble_advertising_send_paired_packet 
-:      011407 ali_mesh_control_ble_advertising_send_device_silence_beacon_packet:
-0x3adc 011408 jam 0 ,mem_le_adv_enable 
-0x3add 011409 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011411 ali_mesh_control_ble_advertising_send_paired_packet:
-0x3ade 011412 call ali_mesh_advertising_bearer_layer_init_queue_param 
-0x3adf 011413 arg mem_mesh_queue_ele_temp ,rega 
-0x3ae0 011414 call queue_get_new_ele 
-0x3ae1 011415 nrtn user 
-0x3ae2 011416 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x3ae3 011417 bbit1 bit_uuper_tran_proxy_message ,ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy 
-0x3ae4 011418 fetch 1 ,mem_mesh_queue_ele_duration 
-0x3ae5 011419 pincrease -1 
-0x3ae6 011420 istore 1 ,regb 
-0x3ae7 011421 and pdata ,0x7f ,pdata 
-0x3ae8 011422 call ali_mesh_control_ble_advertising_send_paired_packet_end_duration ,blank 
-0x3ae9 011423 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x3aea 011424 rtnbit0 bit_upper_tran_tmall_message 
-0x3aeb 011425 arg mem_mesh_adv_data_len ,contw 
-0x3aec 011426 arg mem_mesh_queue_ele_len ,contr 
-0x3aed 011427 call memcpy32 
-0x3aee 011428 branch mesh_le_send_adv 
-:      011430 ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy:
-0x3aef 011431 arg mem_mesh_queue_ele_duration ,rega 
-0x3af0 011432 call queue_pop 
-0x3af1 011433 call queue_empty 
-0x3af2 011434 nrtn blank 
-0x3af3 011436 call ali_mesh_send_paired_packet_init_advertising 
-0x3af4 011437 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011440 ali_mesh_control_ble_advertising_send_paired_packet_end_duration:
-0x3af5 011441 arg mem_mesh_queue_ele_duration ,rega 
-0x3af6 011442 call queue_pop 
-0x3af7 011443 call queue_empty 
-0x3af8 011444 nrtn blank 
-0x3af9 011446 jam adv_pairing_mesh_message_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3afa 011447 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011449 ali_mesh_send_paired_packet_init_advertising:
-0x3afb 011450 jam null_packet_advertising ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3afc 011451 rtn 
-:      011454 ali_mesh_control_ble_advertising_send_device_beacon_packet:
-0x3afd 011455 call ali_mesh_config_device_uuid_by_three_tuple 
-0x3afe 011456 call ali_mesh_send_unprovisioned_beacons_tmall 
-0x3aff 011457 call ali_mesh_control_ble_advertising_device_beacon_check_duration 
-0x3b00 011458 nrtn zero 
-0x3b01 011459 fetch 1 ,mem_mesh_provisioned_flag 
-0x3b02 011460 beq silence_beacon_status ,ali_mesh_end_advertising_silence_device_beacon_packet 
-0x3b03 011461 beq unprovisioned_beacon_status ,ali_mesh_end_advertising_unprovisioned_device_beacon_packet 
-0x3b04 011462 rtn 
-:      011467 ali_mesh_control_ble_advertising_device_beacon_check_duration:
-0x3b05 011468 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b06 011469 add pdata ,-1 ,pdata 
-0x3b07 011470 store 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b08 011471 rtn 
-:      011474 ali_mesh_end_advertising_silence_device_beacon_packet:
-0x3b09 011475 jam adv_silence_device_beacon_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3b0a 011476 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011479 ali_mesh_end_advertising_unprovisioned_device_beacon_packet:
-0x3b0b 011480 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3b0c 011481 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011484 ali_mesh_control_ble_advertising_send_pairing_packet:
-0x3b0d 011485 branch mesh_le_send_adv 
-:      011487 ali_mesh_chip_timer_check_with_random_timer:
-0x3b0e 011488 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3b0f 011489 rtnne device_beacon_on 
-:      011490 ali_mesh_chip_timer_check_with_random_timer_continue:
-0x3b10 011491 random pdata 
-0x3b11 011492 and pdata ,0x07 ,pdata 
-0x3b12 011493 iadd rega ,rega 
-:      011497 ali_mesh_chip_timer_check:
-0x3b13 011498 call timer_check 
-0x3b14 011499 nrtn blank 
-0x3b15 011500 copy rega ,pdata 
-0x3b16 011501 call timer_init 
-0x3b17 011502 copy regb ,pdata 
-0x3b18 011503 branch callback_func 
-:      011507 ali_mesh_advertising_unprovisioned_timer:
-0x3b19 011508 arg mem_mesh_advertising_unprovisioned_device_beacon_timer ,regc 
-0x3b1a 011509 arg ali_mesh_advertising_unprovisioned_timeout ,regb 
-0x3b1b 011510 branch timer_single_step_2b 
-:      011513 ali_mesh_advertising_unprovisioned_timeout:
-0x3b1c 011514 fetch 1 ,mem_mesh_provisioned_flag 
-0x3b1d 011515 rtnne unprovisioned_beacon_status 
-0x3b1e 011516 fetch 1 ,mem_mesh_uuid_featureflag 
-0x3b1f 011517 set1 bit_silence_adv_flag ,pdata 
-0x3b20 011518 store 1 ,mem_mesh_uuid_featureflag 
-0x3b21 011519 jam silence_beacon_status ,mem_mesh_provisioned_flag 
-0x3b22 011520 branch ali_mesh_send_silence_device_beacon_init_advertising 
-:      011525 ali_mesh_advertising_unprovisioned_timer_interval_timer:
-0x3b23 011526 arg mem_mesh_advertising_unprovisioned_device_beacon_interval ,regc 
-0x3b24 011527 arg ali_mesh_advertising_unprovisioned_timer_interval_timeout ,regb 
-0x3b25 011528 branch timer_single_step 
-:      011533 ali_mesh_advertising_unprovisioned_timer_interval_timeout:
-0x3b26 011534 fetch 1 ,mem_mesh_provisioned_flag 
-0x3b27 011536 beq unprovisioned_beacon_status ,ali_mesh_send_unprovisioned_device_beacon_init_advertising 
-0x3b28 011537 beq paired_status ,ali_mesh_send_paired_packet_init_advertising 
-0x3b29 011538 rtn 
-:      011540 ali_mesh_stop_send_indication_packet:
-0x3b2a 011541 call ali_mesh_advertising_bearer_layer_queue_init 
-0x3b2b 011542 call ali_mesh_upper_transport_layer_queue_pop 
-0x3b2c 011543 jam 0 ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3b2d 011544 call ali_mesh_control_ble_advertising_off_advertising 
-0x3b2e 011545 branch ali_mesh_send_paired_packet_init_advertising 
-:      011548 ali_mesh_send_unprovisioned_device_beacon_init_advertising:
-0x3b2f 011549 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b30 011550 branch ali_mesh_control_ble_advertising_on_advertising 
-:      011553 ali_mesh_send_silence_device_beacon_init_advertising:
-0x3b31 011554 jam adv_silence_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b32 011555 branch ali_mesh_control_ble_advertising_on_advertising 
-:      011557 ali_mesh_network_layer_control_relay_packet:
-0x3b33 011558 arg ali_mesh_network_layer_control_send_relay_packet ,regb 
-0x3b34 011559 arg mesh_adv_relay_message_interval ,rega 
-0x3b35 011560 arg mesh_ble_relay_timer ,queue 
-0x3b36 011561 branch ali_mesh_chip_timer_check_with_random_timer_continue 
-:      011563 ali_mesh_network_layer_control_send_relay_packet:
-0x3b37 011564 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3b38 011565 nrtn blank 
-0x3b39 011566 call ali_mesh_network_layer_init_queue_param 
-0x3b3a 011567 arg mem_mesh_queue_ele_temp ,rega 
-0x3b3b 011568 call queue_get_new_ele 
-0x3b3c 011569 nrtn user 
-0x3b3d 011570 fetch 1 ,mem_mesh_queue_ele_duration 
-0x3b3e 011571 pincrease -1 
-0x3b3f 011572 istore 1 ,regb 
-0x3b40 011573 call queue_pop ,blank 
-0x3b41 011574 arg mem_mesh_adv_data_len ,contw 
-0x3b42 011575 arg mem_mesh_queue_ele_len ,contr 
-0x3b43 011576 call memcpy32 
-0x3b44 011577 branch mesh_le_send_adv 
-:      011584 ali_mesh_encrypt_calc_random_data:
-0x3b45 011585 call ali_mesh_encrypt_calc_random_data_calc_confirmationkey 
-0x3b46 011586 call ali_mesh_encrypt_calc_random_data_calc_authvalueprov 
-0x3b47 011587 call ali_mesh_encrypt_calc_random_data_calc_authvaluedevice 
-0x3b48 011588 call ali_mesh_encrypt_calc_random_data_calc_confirmationcloud 
-0x3b49 011589 call ali_mesh_encrypt_calc_random_data_calc_confirmationdevice 
-0x3b4a 011590 branch ali_mesh_encrypt_calc_random_data_calc_devicekey 
-:      011595 ali_mesh_encrypt_calc_random_data_calc_confirmationkey:
-0x3b4b 011596 call ali_mesh_encrypt_load_randomab_to_sha256 
-0x3b4c 011597 arg mem_mesh_sha256_confirmationkey_ascii ,contr 
-0x3b4d 011598 arg 0xf ,loopcnt 
-0x3b4e 011599 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
-0x3b4f 011600 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b50 011601 arg memresult ,contr 
-0x3b51 011602 arg mem_mesh_confirmationkey ,contw 
-0x3b52 011603 branch memcpy16 
-:      011608 ali_mesh_encrypt_calc_random_data_calc_authvalueprov:
-0x3b53 011609 call ali_mesh_encrypt_load_three_tuple_to_sha256 
-0x3b54 011610 call ali_mesh_encrypt_load_randomba_to_sha256 
-0x3b55 011611 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b56 011612 arg memresult ,contr 
-0x3b57 011613 arg mem_mesh_authvalueprov ,contw 
-0x3b58 011614 branch memcpy16 
-:      011618 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice:
-0x3b59 011619 call ali_mesh_encrypt_load_three_tuple_to_sha256 
-0x3b5a 011620 call ali_mesh_encrypt_load_randomab_to_sha256 
-0x3b5b 011621 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b5c 011622 arg memresult ,contr 
-0x3b5d 011623 arg mem_mesh_authvaluedevice ,contw 
-0x3b5e 011624 branch memcpy16 
-:      011629 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud:
-0x3b5f 011630 fetch 8 ,mem_mesh_provisioning_random_a 
-0x3b60 011631 store 8 ,mem_mesh_confirmationcloud_randoma 
-0x3b61 011632 fetch 8 ,mem_mesh_provisioning_random_b 
-0x3b62 011633 store 8 ,mem_mesh_confirmationcloud_randomb 
-0x3b63 011635 arg mem_mesh_calc_confirmationcloud_data ,contr 
-0x3b64 011636 arg mem_mesh_confirmationkey ,rega 
-0x3b65 011637 arg mem_mesh_confirmationcloud ,alarm 
-0x3b66 011638 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
-:      011644 ali_mesh_encrypt_calc_random_data_calc_confirmationdevice:
-0x3b67 011645 arg mem_mesh_calc_confirmationdevice_data ,contr 
-0x3b68 011646 arg mem_mesh_confirmationkey ,rega 
-0x3b69 011647 arg mem_mesh_confirmationdevice ,alarm 
-0x3b6a 011648 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
-:      011653 ali_mesh_encrypt_calc_random_data_calc_devicekey:
-0x3b6b 011655 arg mem_mesh_confirmationcloud ,contr 
-0x3b6c 011656 arg 0x10 ,loopcnt 
-0x3b6d 011657 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
-0x3b6e 011658 arg mem_mesh_sha256_devicekey_ascii ,contr 
-0x3b6f 011659 arg 9 ,loopcnt 
-0x3b70 011660 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
-0x3b71 011661 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b72 011662 arg memresult ,contr 
-0x3b73 011663 arg mem_mesh_device_key ,contw 
-0x3b74 011664 branch memcpy16 
-:      011667 ali_mesh_encrypt_load_randomba_to_sha256:
-0x3b75 011668 call ali_mesh_encrypt_load_randomb_to_sha256 
-:      011669 ali_mesh_encrypt_load_randoma_to_sha256:
-0x3b76 011670 arg mem_mesh_provisioning_random_a ,contr 
-0x3b77 011671 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
-:      011673 ali_mesh_encrypt_load_randomab_to_sha256:
-0x3b78 011674 call ali_mesh_encrypt_load_randoma_to_sha256 
-:      011675 ali_mesh_encrypt_load_randomb_to_sha256:
-0x3b79 011676 arg mem_mesh_provisioning_random_b ,contr 
-0x3b7a 011677 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
-:      011680 ali_mesh_encrypt_load_three_tuple_to_sha256:
-0x3b7b 011681 arg mem_mesh_three_tuple_productid ,contr 
-0x3b7c 011682 arg 4 ,loopcnt 
-0x3b7d 011683 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
-0x3b7e 011684 arg mem_mesh_three_tuple_mac ,contr 
-0x3b7f 011685 arg 6 ,loopcnt 
-0x3b80 011686 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
-0x3b81 011687 arg mem_mesh_three_tuple_secret ,contr 
-0x3b82 011688 arg 0x10 ,loopcnt 
-0x3b83 011689 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
-0x3b84 011690 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3b85 011691 branch ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma + 2 
-:      011696 ali_mesh_encrypt_calc_provisioning_data:
-0x3b86 011697 call ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey 
-:      011699 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data:
-0x3b87 011700 arg mem_mesh_encrypt_provisioning_data ,rega 
-0x3b88 011701 arg memresult ,regb 
-0x3b89 011702 arg 0xb ,loopcnt 
-:      011703 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop:
-0x3b8a 011704 ifetch 2 ,rega 
-0x3b8b 011705 ifetcht 2 ,regb 
-0x3b8c 011706 ixor temp ,pdata 
-0x3b8d 011707 istore 2 ,rega 
-0x3b8e 011708 increase 2 ,rega 
-0x3b8f 011709 increase 2 ,regb 
-0x3b90 011710 loop ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop 
-0x3b91 011711 rtn 
-:      011717 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey:
-0x3b92 011718 arg mem_mesh_confirmationcloud ,contr 
-0x3b93 011719 arg 0x10 ,loopcnt 
-0x3b94 011720 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
-0x3b95 011721 arg mem_mesh_sha256_sessionkey_ascii ,contr 
-0x3b96 011722 arg 0xa ,loopcnt 
-0x3b97 011723 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
-0x3b98 011724 branch ali_mesh_encrypt_base_function_sha256_calc 
-:      011728 ali_mesh_encrypt_calc_network_key_by_k2:
-0x3b99 011729 arg mem_mesh_network_key ,contr 
-0x3b9a 011730 arg mem_k2_n ,contw 
-0x3b9b 011731 call memcpy16 
-:      011735 ali_mesh_encrypt_base_function_k2:
-0x3b9c 011737 arg mem_k2_n ,contr 
-0x3b9d 011738 arg mem_k2_salt ,rega 
-0x3b9e 011739 arg mem_k2_t ,alarm 
-0x3b9f 011740 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
-0x3ba0 011742 arg mem_k2_t1 ,alarm 
-0x3ba1 011743 arg 0x01 ,regb 
-0x3ba2 011744 setarg 0 
-0x3ba3 011745 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
-0x3ba4 011746 fetch 1 ,mem_k2_t1 + 15 
-0x3ba5 011747 and pdata ,0x7f ,pdata 
-0x3ba6 011748 store 1 ,mem_k2_nid 
-0x3ba7 011750 arg mem_k2_t2 ,alarm 
-0x3ba8 011751 arg 0x02 ,regb 
-0x3ba9 011752 setarg 0x10 
-0x3baa 011753 arg mem_k2_t1 ,rega 
-0x3bab 011754 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
-0x3bac 011756 arg mem_k2_t3 ,alarm 
-0x3bad 011757 arg 0x03 ,regb 
-0x3bae 011758 setarg 0x10 
-0x3baf 011759 arg mem_k2_t2 ,rega 
-0x3bb0 011760 branch ali_mesh_encrypt_base_function_k2_aes_cmac_t 
-:      011762 ali_mesh_encrypt_base_function_k4:
-0x3bb1 011764 arg mem_mesh_application_key ,contr 
-0x3bb2 011765 arg mem_k4_salt ,rega 
-0x3bb3 011766 arg mem_k4_t ,alarm 
-0x3bb4 011767 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
-0x3bb5 011768 arg mem_k4_id6_01 ,contr 
-0x3bb6 011769 arg mem_k4_t ,rega 
-0x3bb7 011770 arg mem_k4_k4n ,alarm 
-0x3bb8 011771 setarg 4 
-0x3bb9 011772 call ali_mesh_encrypt_base_function_aes_cmac 
-0x3bba 011773 fetch 1 ,mem_k4_k4n + 15 
-0x3bbb 011774 and pdata ,0x3f ,pdata 
-0x3bbc 011775 set1 transport_head_bit_akf ,pdata 
-0x3bbd 011776 store 1 ,mem_mesh_transport_aid 
-0x3bbe 011777 rtn 
-:      011779 ali_mesh_encrypt_base_function_k3:
-0x3bbf 011781 arg mem_mesh_network_key ,contr 
-0x3bc0 011782 arg mem_k3_salt ,rega 
-0x3bc1 011783 arg mem_k3_t ,alarm 
-0x3bc2 011784 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
-0x3bc3 011785 arg mem_k3_id64_01 ,contr 
-0x3bc4 011786 arg mem_k3_t ,rega 
-0x3bc5 011787 arg mem_k3_k4n ,alarm 
-0x3bc6 011788 setarg 5 
-0x3bc7 011789 call ali_mesh_encrypt_base_function_aes_cmac 
-0x3bc8 011793 fetch 2 ,mem_ui_state_map 
-0x3bc9 011794 rtnbit1 ui_state_ble_connected 
-0x3bca 011795 jam 1 ,mem_le_adv_enable 
-0x3bcb 011796 rtn 
-:      011800 ali_mesh_encrypt_obfuscation_deceypt_send_message:
-0x3bcc 011801 arg mem_mesh_send_upper_layer_ctl_and_ttl ,rega 
-0x3bcd 011802 fetch 7 ,mem_mesh_send_upper_layer_dst 
-0x3bce 011803 branch ali_mesh_encrypt_obfuscation_deceypt 
-:      011804 ali_mesh_encrypt_obfuscation_deceypt_recevie_message:
-0x3bcf 011805 arg mem_mesh_message_ttl ,rega 
-0x3bd0 011806 fetch 7 ,mem_mesh_message_dst 
-:      011807 ali_mesh_encrypt_obfuscation_deceypt:
-0x3bd1 011808 store 7 ,mem_mesh_privacy_plaintext_privacy_random 
-0x3bd2 011809 setarg 0 
-0x3bd3 011810 store 5 ,mem_mesh_privacy_plaintext_zero_string 
-0x3bd4 011811 call ali_mesh_encrypt_generate_pecb 
-0x3bd5 011812 fetch 6 ,mem_mesh_pecb 
-0x3bd6 011813 ifetcht 6 ,rega 
-0x3bd7 011814 ixor temp ,pdata 
-0x3bd8 011815 istore 6 ,rega 
-0x3bd9 011816 rtn 
-:      011818 ali_mesh_encrypt_generate_pecb:
-:      011819 ali_mesh_encrypt_generate_privacy_random:
-0x3bda 011820 fetch 4 ,mem_mesh_iv_index 
-0x3bdb 011821 store 4 ,mem_mesh_privacy_plaintext_iv_index 
-:      011823 ali_mesh_encrypt_base_function_generate_pecb:
-0x3bdc 011824 arg mem_k2_privacykey ,contr 
-0x3bdd 011825 call load_key 
-0x3bde 011826 arg mem_mesh_privacy_plaintext ,contr 
-0x3bdf 011827 call load_data128 
-0x3be0 011828 call do_aes_ocb 
-0x3be1 011829 arg mem_mesh_pecb ,contw 
-0x3be2 011830 branch store_aes_result 
-:      011837 ali_mesh_encrypt_base_function_sha256_load_data_64bit:
-0x3be3 011838 arg 8 ,loopcnt 
-:      011843 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii:
-0x3be4 011844 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3be5 011845 call ali_mesh_encrypt_base_function_hex2ascii 
-0x3be6 011846 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
-:      011847 ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii:
-0x3be7 011848 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3be8 011849 call memcpy 
-0x3be9 011850 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
-:      011851 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma:
-0x3bea 011852 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3beb 011853 call ali_mesh_encrypt_base_function_hex2ascii 
-0x3bec 011854 setarg comma 
-0x3bed 011855 istore 1 ,contw 
-:      011856 ali_mesh_encrypt_base_function_sha256_store_dataptr:
-0x3bee 011857 copy contw ,pdata 
-0x3bef 011858 store 2 ,mem_mesh_sha256_data_end_addr 
-0x3bf0 011859 rtn 
-:      011860 ali_mesh_encrypt_base_function_sha256_check_first_load_data:
-0x3bf1 011861 copy contr ,temp 
-0x3bf2 011862 copy loopcnt ,rega 
-0x3bf3 011863 fetch 2 ,mem_mesh_sha256_data_end_addr 
-0x3bf4 011864 copy pdata ,contw 
-0x3bf5 011865 fetch 1 ,mem_mesh_sha256_load_first_data_flag 
-0x3bf6 011866 call ali_mesh_encrypt_base_function_sha256_first_load_data ,blank 
-0x3bf7 011867 copy temp ,contr 
-0x3bf8 011868 copy rega ,loopcnt 
-0x3bf9 011869 rtn 
-:      011870 ali_mesh_encrypt_base_function_sha256_first_load_data:
-0x3bfa 011871 jam 1 ,mem_mesh_sha256_load_first_data_flag 
-0x3bfb 011872 call ali_mesh_encrypt_base_function_sha256_clear_data_chunk 
-0x3bfc 011873 arg mem_mesh_sha256_chunk_start ,contw 
-0x3bfd 011874 rtn 
-:      011876 ali_mesh_encrypt_base_function_sha256_clear_data_chunk:
-0x3bfe 011877 arg 0x100 ,loopcnt 
-0x3bff 011878 arg mem_mesh_sha256_chunk_start ,contw 
-0x3c00 011879 branch memset0 
-:      011883 ali_mesh_encrypt_base_function_sha256_calc:
-0x3c01 011884 call ali_mesh_encrypt_base_function_sha256_load_data_end 
-0x3c02 011885 call ali_mesh_encrypt_base_function_sha256_input_data_init_inverse 
-0x3c03 011887 setarg mem_mesh_sha256_chunk_start 
-0x3c04 011888 store 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c05 011889 call sha_init 
-:      011891 ali_mesh_encrypt_base_function_sha256_calc_loop:
-0x3c06 011892 fetch 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c07 011893 copy pdata ,contr 
-0x3c08 011894 arg mem_dat ,contw 
-0x3c09 011895 call memcpy64 
-0x3c0a 011896 call sha 
-0x3c0b 011897 fetch 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c0c 011898 pincrease 64 
-0x3c0d 011899 store 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c0e 011900 fetch 1 ,mem_mesh_sha256_chunk_count 
-0x3c0f 011901 pincrease -1 
-0x3c10 011902 store 1 ,mem_mesh_sha256_chunk_count 
-0x3c11 011903 nbranch ali_mesh_encrypt_base_function_sha256_calc_loop ,blank 
-0x3c12 011904 call sha_result 
-0x3c13 011905 arg memresult ,rega 
-0x3c14 011906 arg 0x20 ,loopcnt 
-0x3c15 011907 call inverse_data 
-0x3c16 011908 rtn 
-:      011911 ali_mesh_encrypt_base_function_sha256_load_data_end:
-0x3c17 011912 jam 0 ,mem_mesh_sha256_load_first_data_flag 
-0x3c18 011913 fetch 2 ,mem_mesh_sha256_data_end_addr 
-0x3c19 011914 copy pdata ,contw 
-0x3c1a 011915 arg 0x80 ,temp 
-0x3c1b 011916 istoret 1 ,contw 
-0x3c1c 011917 arg mem_mesh_sha256_chunk_start ,temp 
-0x3c1d 011918 isub temp ,pdata 
-0x3c1e 011919 store 8 ,mem_mesh_sha256_data_len_byte 
-0x3c1f 011921 lshift3 pdata ,temp 
-0x3c20 011922 storet 8 ,mem_mesh_sha256_data_len_bit 
-0x3c21 011923 rshift4 pdata ,regc 
-0x3c22 011924 rshift2 regc ,regc 
-0x3c23 011925 and pdata ,0x3f ,pdata 
-0x3c24 011926 sub pdata ,55 ,null 
-0x3c25 011928 ncall ali_mesh_encrypt_base_function_sha256_add_chunk ,positive 
-0x3c26 011929 add regc ,1 ,pdata 
-0x3c27 011930 store 1 ,mem_mesh_sha256_chunk_count 
-0x3c28 011931 mul32 pdata ,64 ,rega 
-0x3c29 011932 lshift4 pdata ,regc 
-0x3c2a 011933 increase -1 ,regc 
-0x3c2b 011934 setarg mem_mesh_sha256_chunk_start + decreased_four 
-0x3c2c 011935 iadd rega ,rega 
-0x3c2d 011936 fetch 4 ,mem_mesh_sha256_data_len_bit 
-0x3c2e 011937 istore 4 ,rega 
-0x3c2f 011938 rtn 
-:      011942 ali_mesh_encrypt_base_function_sha256_add_chunk:
-0x3c30 011943 increase 1 ,regc 
-0x3c31 011944 rtn 
-:      011946 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse:
-0x3c32 011947 arg mem_mesh_sha256_chunk_start ,rega 
-:      011952 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte:
-0x3c33 011953 arg 4 ,loopcnt 
-0x3c34 011954 call inverse_data 
-0x3c35 011955 increase 2 ,rega 
-0x3c36 011956 add regc ,-1 ,regc 
-0x3c37 011957 nbranch ali_mesh_encrypt_base_function_sha256_data_inverse_4byte ,zero 
-0x3c38 011958 rtn 
-:      011965 ali_mesh_encrypt_base_function_hex2ascii:
-0x3c39 011966 ifetch 1 ,contr 
-0x3c3a 011967 rshift4 pdata ,temp 
-0x3c3b 011968 call ali_mesh_encrypt_base_function_dialog2uchar 
-0x3c3c 011969 istoret 1 ,contw 
-0x3c3d 011970 and pdata ,0x0f ,temp 
-0x3c3e 011971 call ali_mesh_encrypt_base_function_dialog2uchar 
-0x3c3f 011972 istoret 1 ,contw 
-0x3c40 011973 loop ali_mesh_encrypt_base_function_hex2ascii 
-0x3c41 011974 rtn 
-:      011975 ali_mesh_encrypt_base_function_dialog2uchar:
-0x3c42 011976 sub temp ,9 ,null 
-0x3c43 011977 branch ali_mesh_encrypt_base_function_dialog2uchar_num ,positive 
-0x3c44 011978 add temp ,87 ,temp 
-0x3c45 011979 rtn 
-:      011980 ali_mesh_encrypt_base_function_dialog2uchar_num:
-0x3c46 011981 add temp ,48 ,temp 
-0x3c47 011982 rtn 
-:      011985 ali_mesh_encrypt_base_function_aes_cmac_32byte:
-0x3c48 011986 setarg 0x20 
-0x3c49 011987 branch ali_mesh_encrypt_base_function_aes_cmac 
-:      011989 ali_mesh_encrypt_base_function_aes_cmac_16byte:
-0x3c4a 011990 setarg 0x10 
-0x3c4b 011991 branch ali_mesh_encrypt_base_function_aes_cmac 
-:      011996 ali_mesh_encrypt_base_function_k2_aes_cmac_t:
-0x3c4c 011997 fetcht 1 ,mem_k2_p_len 
-0x3c4d 011998 increase 1 ,temp 
-0x3c4e 011999 iadd temp ,temp 
-0x3c4f 012000 storet 1 ,mem_aes_cmac_data_length 
-0x3c50 012001 copy rega ,contr 
-0x3c51 012002 copy pdata ,loopcnt 
-0x3c52 012003 call memcpy_fast 
-0x3c53 012004 fetcht 1 ,mem_k2_p_len 
-0x3c54 012005 copy temp ,loopcnt 
-0x3c55 012006 call memcpy 
-0x3c56 012007 copy regb ,pdata 
-0x3c57 012008 istore 1 ,contw 
-0x3c58 012009 arg mem_k2_t ,rega 
-0x3c59 012010 branch ali_mesh_encrypt_base_function_aes_cmac + 3 
-:      012019 ali_mesh_encrypt_base_function_aes_cmac:
-0x3c5a 012020 store 1 ,mem_aes_cmac_data_length 
-0x3c5b 012021 copy pdata ,loopcnt 
-0x3c5c 012022 call memcpy_fast 
-0x3c5d 012023 copy rega ,contr 
-0x3c5e 012024 arg mem_aes_cmac_k ,contw 
-0x3c5f 012025 call memcpy16 
-0x3c60 012026 call function_aes_cmac 
-0x3c61 012027 copy alarm ,contw 
-0x3c62 012028 call store_aes_result 
-0x3c63 012029 rtn 
-:      012033 ali_b0_block_generate:
-0x3c64 012034 fetcht 1 ,mem_ccm_type 
-0x3c65 012035 branch ali_block_generate 
-:      012036 ali_a_block_generate:
-0x3c66 012037 force 0x01 ,temp 
-:      012038 ali_block_generate:
-0x3c67 012039 force regidx_data ,regext_index 
-0x3c68 012040 fetch 2 ,mem_nonce_ptr 
-0x3c69 012041 copy pdata ,contr 
-0x3c6a 012042 ifetch 3 ,contr 
-0x3c6b 012043 lshift8 pdata ,pdata 
-0x3c6c 012044 ior temp ,regext 
-0x3c6d 012045 increase 1 ,regext_index 
-0x3c6e 012046 ifetch 4 ,contr 
-0x3c6f 012047 copy pdata ,regext 
-0x3c70 012048 increase 1 ,regext_index 
-0x3c71 012049 ifetch 4 ,contr 
-0x3c72 012050 copy pdata ,regext 
-0x3c73 012051 increase 1 ,regext_index 
-0x3c74 012052 byteswap rega ,regext 
-0x3c75 012053 lshift16 regext ,regext 
-0x3c76 012054 ifetch 2 ,contr 
-0x3c77 012055 ior regext ,regext 
-0x3c78 012056 rtn 
-:      012057 ali_generate_mic:
-0x3c79 012058 fetch 1 ,mem_ccm_data_len 
-0x3c7a 012059 copy pdata ,rega 
-0x3c7b 012060 call ali_b0_block_generate 
-0x3c7c 012061 call do_aes_ocb 
-0x3c7d 012062 force regidx_result ,regext_index 
-0x3c7e 012063 deposit regext 
-0x3c7f 012064 copy rega ,loopcnt 
-0x3c80 012065 fetcht 2 ,mem_ccm_data_ptr 
-0x3c81 012066 copy temp ,contr 
-0x3c82 012067 call padding_data 
-0x3c83 012068 branch generate_mic_loop 
-:      012069 ali_ccm_encrypt_64bit:
-0x3c84 012070 jam mic_size_64bit ,mem_ccm_type 
-0x3c85 012071 branch ali_ccm_encrypt_function 
-:      012072 ali_ccm_encrypt:
-0x3c86 012073 jam mic_size_32bit ,mem_ccm_type 
-0x3c87 012074 branch ali_ccm_encrypt_function 
-:      012075 ali_ccm_encrypt_function:
-0x3c88 012076 store 1 ,mem_ccm_data_len 
-0x3c89 012077 storet 2 ,mem_ccm_data_ptr 
-0x3c8a 012078 bpatchx patch34_5 ,mem_patch34 
-0x3c8b 012079 call ali_generate_mic 
-0x3c8c 012080 force regidx_xor ,regext_index 
-0x3c8d 012081 iforce regext 
-0x3c8e 012082 force regidx_result + 1 ,regext_index 
-0x3c8f 012083 copy regext ,pdata 
-0x3c90 012084 force regidx_xor + 1 ,regext_index 
-0x3c91 012085 iforce regext 
-0x3c92 012086 force 0 ,rega 
-0x3c93 012087 copy temp ,regc 
-0x3c94 012088 call ali_a_block_generate 
-0x3c95 012089 call do_aes_ctr 
-0x3c96 012090 call ali_fetcht_ccm_mic 
-0x3c97 012091 storet 8 ,mem_ccm_mic 
-0x3c98 012092 fetch 1 ,mem_ccm_data_len 
-0x3c99 012093 copy pdata ,regb 
-0x3c9a 012094 call ali_aes_crypt_data 
-0x3c9b 012095 fetcht 1 ,mem_ccm_data_len 
-0x3c9c 012096 fetch 2 ,mem_ccm_data_ptr 
-0x3c9d 012097 iadd temp ,rega 
-0x3c9e 012098 fetcht 8 ,mem_ccm_mic 
-0x3c9f 012099 istoret 4 ,rega 
-0x3ca0 012100 fetch 1 ,mem_ccm_type 
-0x3ca1 012101 sub pdata ,mic_size_32bit ,pdata 
-0x3ca2 012102 rtn blank 
-0x3ca3 012103 istoret 8 ,rega 
-0x3ca4 012104 rtn 
-:      012105 ali_ccm_decrypt_64bit:
-0x3ca5 012106 jam mic_size_64bit ,mem_ccm_type 
-0x3ca6 012107 branch ali_ccm_decrypt_function 
-:      012108 ali_ccm_decrypt:
-0x3ca7 012109 jam mic_size_32bit ,mem_ccm_type 
-0x3ca8 012110 branch ali_ccm_decrypt_function 
-:      012112 ali_ccm_decrypt_function:
-0x3ca9 012113 store 1 ,mem_ccm_data_len 
-0x3caa 012114 storet 2 ,mem_ccm_data_ptr 
-0x3cab 012115 copy temp ,regc 
-0x3cac 012116 copy pdata ,regb 
-0x3cad 012117 iadd regc ,contr 
-0x3cae 012118 bpatchx patch34_6 ,mem_patch34 
-0x3caf 012119 ifetch 8 ,contr 
-0x3cb0 012120 force regidx_xor ,regext_index 
-0x3cb1 012121 iforce regext 
-0x3cb2 012122 force regidx_xor + 1 ,regext_index 
-0x3cb3 012123 rshift32 pdata ,pdata 
-0x3cb4 012124 iforce regext 
-0x3cb5 012125 force 0 ,rega 
-0x3cb6 012126 call ali_a_block_generate 
-0x3cb7 012127 call do_aes_ctr 
-0x3cb8 012128 call ali_fetcht_ccm_mic 
-0x3cb9 012129 storet 8 ,mem_ccm_mic 
-0x3cba 012130 call ali_aes_crypt_data 
-0x3cbb 012131 call ali_generate_mic 
-0x3cbc 012132 call ali_fetcht_ccm_mic 
-0x3cbd 012133 fetch 1 ,mem_ccm_type 
-0x3cbe 012134 beq mic_size_64bit ,ali_ccm_decrypt_function_check_mic64 
-0x3cbf 012135 storet 4 ,mem_ccm_mic + 4 
-0x3cc0 012136 fetch 4 ,mem_ccm_mic 
-0x3cc1 012137 fetcht 4 ,mem_ccm_mic + 4 
-0x3cc2 012138 isub temp ,pdata 
-0x3cc3 012139 rtn 
-:      012141 ali_ccm_decrypt_function_check_mic64:
-0x3cc4 012142 fetch 8 ,mem_ccm_mic 
-0x3cc5 012143 isub temp ,pdata 
-0x3cc6 012144 rtn 
-:      012146 ali_fetcht_ccm_mic:
-0x3cc7 012147 force regidx_result ,regext_index 
-0x3cc8 012148 deposit regext 
-0x3cc9 012149 force regidx_result + 1 ,regext_index 
-0x3cca 012150 copy regext ,temp 
-0x3ccb 012151 lshift16 temp ,temp 
-0x3ccc 012152 lshift16 temp ,temp 
-0x3ccd 012153 ior temp ,temp 
-0x3cce 012154 rtn 
-:      012155 ali_aes_crypt_data:
-0x3ccf 012156 increase 1 ,rega 
-0x3cd0 012157 call ali_a_block_generate 
-0x3cd1 012158 copy regc ,contr 
-0x3cd2 012159 call aes_load_xor 
-0x3cd3 012160 call do_aes_ctr 
-0x3cd4 012161 call store_enc_data 
-0x3cd5 012162 increase 16 ,regc 
-0x3cd6 012163 increase -16 ,regb 
-0x3cd7 012164 branch ali_aes_crypt_data ,positive 
-0x3cd8 012165 rtn 
-:      012175 mesh_send_unprovisioned_beacons:
-0x3cd9 012176 bpatchx patch34_7 ,mem_patch34 
-0x3cda 012177 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
-0x3cdb 012178 jam 0x00 ,mem_mesh_provisioning_state_flag 
-0x3cdc 012179 jam 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3cdd 012180 setarg adv_unprovisioned_device_beacon_timeout 
-0x3cde 012181 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
-0x3cdf 012182 rtn 
-:      012185 ali_mesh_config_device_uuid_by_three_tuple:
-0x3ce0 012186 setarg company_identifiers_alibaba 
-0x3ce1 012187 store 2 ,mem_mesh_device_uuid 
-0x3ce2 012188 fetch 1 ,mem_mesh_device_pid 
-0x3ce3 012189 istore 1 ,contw 
-0x3ce4 012190 fetch 4 ,mem_mesh_three_tuple_productid 
-0x3ce5 012191 call inverse_data_4byte 
-0x3ce6 012192 istore 4 ,contw 
-0x3ce7 012193 fetch 6 ,mem_le_lap 
-0x3ce8 012194 istore 6 ,contw 
-0x3ce9 012195 fetch 3 ,mem_mesh_uuid_featureflag 
-0x3cea 012196 istore 3 ,contw 
-0x3ceb 012197 rtn 
-:      012199 ali_mesh_send_unprovisioned_beacons_tmall:
-0x3cec 012200 call ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package 
-0x3ced 012201 branch mesh_le_send_adv 
-:      012203 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package:
-0x3cee 012205 jam 0x15 ,mem_mesh_adv_data_len 
-0x3cef 012206 setarg 0x14 
-0x3cf0 012207 store 1 ,mem_mesh_adv_data 
-0x3cf1 012208 setarg gap_adtype_mesh_beacon 
-0x3cf2 012209 istore 1 ,contw 
-0x3cf3 012210 setarg unprovisioned_device_beacon 
-0x3cf4 012211 istore 1 ,contw 
-:      012212 ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid:
-0x3cf5 012213 arg mem_mesh_device_uuid ,contr 
-0x3cf6 012214 call memcpy16 
-0x3cf7 012215 fetch 2 ,mem_mesh_oob_information 
-0x3cf8 012216 istore 2 ,contw 
-0x3cf9 012217 rtn 
-:      012220 ali_mesh_receive_adtype_manufacturer_specific:
-0x3cfa 012221 call ali_mesh_receive_provisioning_package_check_header 
-0x3cfb 012222 nrtn user 
-0x3cfc 012223 ifetch 1 ,contr 
-0x3cfd 012224 beq provisioning_random ,ali_mesh_advertising_receive_privisioning_random 
-0x3cfe 012225 beq provisioning_data ,ali_mesh_decrypt_tmall_privisioning_data_package 
-0x3cff 012226 bpatchx patch35_0 ,mem_patch35 
-0x3d00 012227 rtn 
-:      012231 ali_mesh_advertising_receive_privisioning_random:
-0x3d01 012232 call ali_mesh_advertising_receive_privisioning_random_check_states 
-0x3d02 012233 nrtn user 
-:      012234 ali_mesh_advertising_calc_encrypt_random_data:
-0x3d03 012235 call ali_mesh_encrypt_calc_random_data 
-0x3d04 012237 call ali_mesh_advertising_send_provisioning_confirmation 
-0x3d05 012238 call ali_mesh_send_pairing_data 
-0x3d06 012239 rtn 
-:      012241 ali_mesh_advertising_send_provisioning_confirmation:
-0x3d07 012242 arg provisioning_packet_confirmation_mac + provisioning_packet_confirmation_device ,temp 
-0x3d08 012243 call ali_mesh_advertising_send_packet_common 
-0x3d09 012244 setarg provisioning_confirmation 
-0x3d0a 012245 istore 1 ,contw 
-0x3d0b 012246 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d0c 012247 istore 2 ,contw 
-0x3d0d 012248 arg mem_mesh_confirmationdevice ,contr 
-0x3d0e 012249 branch memcpy16 
-:      012252 ali_mesh_advertising_receive_privisioning_random_check_states:
-0x3d0f 012253 call disable_user 
-0x3d10 012254 ifetcht 2 ,contr 
-0x3d11 012255 arg mem_mesh_provisioning_random_a ,contw 
-0x3d12 012256 call memcpy16 
-0x3d13 012257 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d14 012258 isub temp ,null 
-0x3d15 012259 nrtn zero 
-0x3d16 012262 fetch 1 ,mem_mesh_provisioning_state_flag 
-0x3d17 012263 rtnbit1 receive_provisioning_random 
-0x3d18 012264 set1 receive_provisioning_random ,pdata 
-0x3d19 012265 store 1 ,mem_mesh_provisioning_state_flag 
-0x3d1a 012267 jam pairing_status ,mem_mesh_provisioned_flag 
-0x3d1b 012268 branch enable_user 
-:      012270 ali_mesh_decrypt_tmall_privisioning_data_package:
-0x3d1c 012271 call ali_mesh_advertising_receive_privisioning_data 
-0x3d1d 012272 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
-0x3d1e 012273 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d1f 012274 isub temp ,null 
-0x3d20 012275 nrtn zero 
-0x3d21 012276 call ali_mesh_encrypt_base_function_k3 
-0x3d22 012277 call ali_mesh_send_pairing_data 
-0x3d23 012278 fetch 1 ,mem_mesh_fast_pair_packet_type 
-0x3d24 012279 rtnne mesh_message_proxy 
-0x3d25 012280 jam wait_receive_appkey ,mem_mesh_provisioned_flag 
-0x3d26 012281 rtn 
-:      012284 ali_mesh_advertising_receive_privisioning_data:
-0x3d27 012285 bpatchx patch35_1 ,mem_patch35 
-0x3d28 012286 copy contr ,rega 
-0x3d29 012287 fetch 1 ,mem_mesh_provisioned_flag 
-0x3d2a 012288 rtneq paired_status 
-0x3d2b 012289 fetch 1 ,mem_mesh_provisioning_state_flag 
-0x3d2c 012290 rtnbit0 receive_provisioning_random 
-0x3d2d 012291 rtnbit1 receive_provisioning_data 
-0x3d2e 012292 copy rega ,contr 
-0x3d2f 012293 arg 0x16 ,loopcnt 
-0x3d30 012294 arg mem_mesh_encrypt_provisioning_data ,contw 
-0x3d31 012295 call memcpy 
-0x3d32 012297 call ali_mesh_encrypt_calc_provisioning_data 
-0x3d33 012299 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
-0x3d34 012300 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d35 012301 isub temp ,null 
-0x3d36 012302 nrtn zero 
-:      012303 ali_mesh_resolve_privisioning_data_package:
-0x3d37 012304 fetch 1 ,mem_mesh_provisioning_state_flag 
-0x3d38 012305 set1 receive_provisioning_data ,pdata 
-0x3d39 012306 store 1 ,mem_mesh_provisioning_state_flag 
-0x3d3a 012308 call ali_mesh_encrypt_calc_network_key_by_k2 
-0x3d3b 012310 fetch 1 ,mem_mesh_last_iv_index_byte 
-0x3d3c 012311 store 1 ,mem_mesh_iv_index + 3 
-0x3d3d 012312 call ali_mesh_advertising_send_provisioning_complete 
-0x3d3e 012313 rtn 
-:      012317 ali_mesh_advertising_send_provisioning_complete:
-0x3d3f 012318 arg provisioning_packet_complete_mac ,temp 
-0x3d40 012319 call ali_mesh_advertising_send_packet_common 
-0x3d41 012320 setarg provisioning_complete 
-0x3d42 012321 istore 1 ,contw 
-0x3d43 012322 fetch 6 ,mem_mesh_three_tuple_mac 
-0x3d44 012323 istore 6 ,contw 
-0x3d45 012324 rtn 
-:      012327 ali_mesh_advertising_send_packet_common:
-0x3d46 012328 bpatchx patch35_2 ,mem_patch35 
-0x3d47 012329 setarg fast_pairing_timeout_provisioning 
-0x3d48 012330 store 2 ,mem_mesh_fast_pairing_timer 
-0x3d49 012331 fetch 1 ,mem_mesh_fast_pair_packet_type 
-0x3d4a 012332 sub pdata ,mesh_message_tmall ,null 
-0x3d4b 012333 call ali_mesh_control_ble_advertising_on_advertising ,zero 
-0x3d4c 012334 ncall ali_mesh_control_ble_advertising_off_advertising ,zero 
-0x3d4d 012335 add temp ,provisioning_packet_length_ad_type_company_id_vid_provisioning_type + provisioning_packet_length_flags ,pdata 
-0x3d4e 012336 store 1 ,mem_mesh_adv_data_len 
-0x3d4f 012337 call ali_mesh_advertising_add_adtype_flags 
-0x3d50 012338 add temp ,provisioning_packet_ad_type_company_id_vid_provisioning_type ,pdata 
-0x3d51 012339 istore 1 ,contw 
-0x3d52 012340 setarg gap_adtype_manufacturer_specific 
-0x3d53 012341 istore 1 ,contw 
-0x3d54 012342 setarg company_identifiers_alibaba 
-0x3d55 012343 byteswap pdata ,pdata 
-0x3d56 012344 istore 2 ,contw 
-0x3d57 012345 fetch 1 ,mem_mesh_receive_vid 
-0x3d58 012346 istore 1 ,contw 
-0x3d59 012347 rtn 
-:      012358 ali_mesh_receive_provisioning_package_check_header:
-0x3d5a 012359 call disable_user 
-0x3d5b 012360 ifetcht 2 ,contr 
-0x3d5c 012361 setarg company_identifiers_alibaba 
-0x3d5d 012362 byteswap pdata ,pdata 
-0x3d5e 012363 isub temp ,null 
-0x3d5f 012364 nrtn zero 
-0x3d60 012365 ifetch 1 ,contr 
-0x3d61 012366 store 1 ,mem_mesh_receive_vid 
-0x3d62 012367 branch enable_user 
-:      012370 ali_mesh_fast_pairing_timer:
-0x3d63 012371 arg mem_mesh_fast_pairing_timer ,regc 
-0x3d64 012372 arg ali_mesh_fast_pairing_timeout ,regb 
-0x3d65 012373 branch timer_single_step_2b 
-:      012375 ali_mesh_fast_pairing_timeout:
-:      012376 ali_mesh_fast_pairing_failed:
-0x3d66 012377 branch ali_mesh_advertising_init_send_unprovisioned_device_beacon 
-:      012385 ali_mesh_access_layer_config_or_health_message_opcode:
-0x3d67 012386 fetch 1 ,mem_mesh_configuration_health_message_opcode 
-0x3d68 012387 beq mesh_message_opcode_config_composition_data_get_no_head ,ali_mesh_access_layer_config_composition_data 
-0x3d69 012388 beq mesh_message_opcode_config_node_reset_no_head ,ali_mesh_access_layer_config_or_health_message_opcode_node_reset 
-0x3d6a 012389 beq mesh_message_opcode_config_model_subscription_add_no_head ,ali_mesh_message_config_modle_subscription_add 
-0x3d6b 012390 beq mesh_message_opcode_config_model_subscription_delete_no_head ,ali_mesh_message_config_modle_subscription_delete 
-0x3d6c 012392 beq mesh_message_opcode_config_model_subscription_add_ow_no_head ,ali_mesh_message_config_modle_subscription_add_overwrite 
-0x3d6d 012394 rtn 
-:      012396 ali_mesh_message_config_modle_subscription_add_overwrite:
-0x3d6e 012397 call ali_mesh_message_config_modle_subscription_check_element 
-0x3d6f 012398 call ali_mesh_message_config_modle_subscription_add_value_address_ow 
-0x3d70 012399 call ali_mesh_message_config_modle_subscription_save 
-0x3d71 012400 setarg mesh_configuration_and_health_message_opcode_header 
-0x3d72 012401 store 1 ,mem_mesh_access_layer_payload 
-0x3d73 012402 setarg mesh_message_opcode_config_model_subscription_add_ow_status 
-0x3d74 012403 istore 1 ,contw 
-0x3d75 012405 setarg mesh_success 
-0x3d76 012406 istore 1 ,contw 
-0x3d77 012407 fetch 2 ,mem_mesh_subscription_element_address_ow 
-0x3d78 012408 istore 2 ,contw 
-0x3d79 012410 fetch 1 ,mem_mesh_receive_model_message_payload_len 
-0x3d7a 012411 arg 4 ,temp 
-0x3d7b 012412 isub temp ,loopcnt 
-0x3d7c 012413 arg mem_mesh_subscription_list_num_ow ,contr 
-0x3d7d 012414 call memcpy 
-0x3d7e 012415 fetch 1 ,mem_mesh_receive_model_message_payload_len 
-0x3d7f 012416 pincrease 1 
-0x3d80 012417 store 1 ,mem_mesh_access_layer_payload_len 
-0x3d81 012420 arg 0 ,queue 
-0x3d82 012421 branch ali_mesh_ali_vendor_message_send_message 
-:      012423 ali_mesh_message_config_modle_subscription_add_value_address_ow:
-0x3d83 012424 fetch 1 ,mem_mesh_subscription_list_num_ow 
-0x3d84 012425 rtn blank 
-0x3d85 012426 sub pdata ,subscription_max_count ,null 
-0x3d86 012427 ncall ali_mesh_message_config_modle_subscription_set_addr_max ,positive 
-0x3d87 012428 iforce loopcnt 
-0x3d88 012429 arg mem_mesh_subscription_value_address_start_ow ,contr 
-0x3d89 012430 add rega ,2 ,contw 
-0x3d8a 012431 branch ali_mesh_byte_swap 
-:      012433 ali_mesh_byte_swap:
-0x3d8b 012434 ifetch 2 ,contr 
-0x3d8c 012435 byteswap pdata ,pdata 
-0x3d8d 012436 istore 2 ,contw 
-0x3d8e 012437 loop ali_mesh_byte_swap 
-0x3d8f 012438 rtn 
-:      012440 ali_mesh_message_config_modle_subscription_set_addr_max:
-0x3d90 012442 setarg subscription_max_count 
-0x3d91 012443 rtn 
-:      012445 ali_mesh_access_layer_config_composition_data:
-0x3d92 012446 jam receive_config_composition_data_get ,mem_mesh_provisioned_flag 
-0x3d93 012447 setarg mesh_message_opcode_config_composition_data_status 
-0x3d94 012448 store 1 ,mem_mesh_access_layer_payload 
-0x3d95 012449 setarg 0x00 
-0x3d96 012450 istore 1 ,contw 
-0x3d97 012451 setarg company_identifiers_alibaba 
-0x3d98 012452 istore 2 ,contw 
-0x3d99 012453 setarg 0x0000 
-0x3d9a 012454 istore 2 ,contw 
-0x3d9b 012455 setarg 0x0001 
-0x3d9c 012456 istore 2 ,contw 
-0x3d9d 012457 setarg 0x0005 
-0x3d9e 012458 istore 2 ,contw 
-0x3d9f 012459 setarg 0x0003 
-0x3da0 012460 istore 2 ,contw 
-0x3da1 012461 setarg 0x0000 
-0x3da2 012462 istore 2 ,contw 
-0x3da3 012463 setarg 0x02 
-0x3da4 012464 istore 1 ,contw 
-0x3da5 012465 setarg 0x02 
-0x3da6 012466 istore 1 ,contw 
-0x3da7 012467 setarg 0x0000 
-0x3da8 012468 istore 2 ,contw 
-0x3da9 012469 setarg 0x1000 
-0x3daa 012470 istore 2 ,contw 
-0x3dab 012471 setarg 0x000001a8 
-0x3dac 012472 istore 4 ,contw 
-0x3dad 012473 setarg 0x000101a8 
-0x3dae 012474 istore 4 ,contw 
-0x3daf 012475 jam 28 ,mem_mesh_access_layer_payload_len 
-0x3db0 012476 branch ali_mesh_upper_transport_layer_send_access_message 
-:      012479 ali_mesh_access_layer_config_or_health_message_opcode_node_reset:
-0x3db1 012480 jam health_node_reset_timeout ,mem_mesh_health_node_reset_timer 
-:      012484 ali_mesh_access_layer_send_config_node_reset_status:
-0x3db2 012485 setarg mesh_configuration_and_health_message_opcode_header 
-0x3db3 012486 store 1 ,mem_mesh_access_layer_payload 
-0x3db4 012487 setarg mesh_message_opcode_config_node_reset_status_no_head 
-0x3db5 012488 istore 1 ,contw 
-0x3db6 012489 jam 2 ,mem_mesh_access_layer_payload_len 
-0x3db7 012490 branch ali_mesh_upper_transport_layer_send_access_message 
-:      012492 ali_mesh_access_layer_health_node_reset_timer:
-0x3db8 012493 arg mem_mesh_health_node_reset_timer ,regc 
-0x3db9 012494 arg ali_mesh_access_layer_health_node_reset_timeout ,regb 
-0x3dba 012495 branch timer_single_step 
-:      012498 ali_mesh_access_layer_health_node_reset_timeout:
-0x3dbb 012499 call mesh_clear_provisioning_data_only 
-:      012501 ali_mesh_app_delete_paired:
-0x3dbc 012502 branch soft_reset_chip 
-:      012505 ali_mesh_message_config_modle_subscription_add:
-0x3dbd 012506 call ali_mesh_message_config_modle_subscription_status 
-0x3dbe 012507 fetch 2 ,mem_mesh_core_feature 
-0x3dbf 012508 rtnbit1 mesh_feature_disable_subscription 
-0x3dc0 012509 call ali_mesh_message_config_modle_subscription_check_element 
-0x3dc1 012510 call ali_mesh_message_config_modle_subscription_add_value_address 
-:      012511 ali_mesh_message_config_modle_subscription_save:
-0x3dc2 012512 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3dc3 012513 branch callback_func 
-:      012516 ali_mesh_message_config_modle_subscription_delete:
-0x3dc4 012517 call ali_mesh_message_config_modle_subscription_status 
-0x3dc5 012518 fetch 2 ,mem_mesh_core_feature 
-0x3dc6 012519 rtnbit1 mesh_feature_disable_subscription 
-0x3dc7 012520 call ali_mesh_message_config_modle_subscription_check_element 
-0x3dc8 012521 fetcht 2 ,mem_mesh_subscription_value_address 
-0x3dc9 012522 rshift8 temp ,pdata 
-0x3dca 012523 rshift4 pdata ,pdata 
-0x3dcb 012524 beq 0x0c ,ali_mesh_message_config_modle_subscription_delete_group_addr 
-0x3dcc 012525 byteswap temp ,temp 
-:      012526 ali_mesh_message_config_modle_subscription_delete_next:
-0x3dcd 012527 call ali_mesh_message_config_modle_subscription_check_value_address 
-0x3dce 012528 nrtn user 
-0x3dcf 012529 setarg 0 
-0x3dd0 012530 istore 2 ,rega 
-0x3dd1 012531 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3dd2 012532 branch callback_func 
-:      012534 ali_mesh_message_config_modle_subscription_delete_group_addr:
-0x3dd3 012535 setarg -1 
-0x3dd4 012536 istore subscription_max_count ,rega 
-0x3dd5 012537 istore subscription_max_count ,contw 
-0x3dd6 012538 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3dd7 012539 branch callback_func 
-:      012541 ali_mesh_message_config_modle_subscription_check_value_address:
-0x3dd8 012542 arg subscription_max_count ,loopcnt 
-:      012543 ali_mesh_message_config_modle_subscription_check_value_address_loop:
-0x3dd9 012544 ifetch 2 ,rega 
-0x3dda 012545 arg 0xffff ,regb 
-0x3ddb 012546 isub regb ,null 
-0x3ddc 012547 branch enable_user ,zero 
-0x3ddd 012548 isub temp ,null 
-0x3dde 012549 branch enable_user ,zero 
-:      012550 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty:
-0x3ddf 012551 increase 2 ,rega 
-0x3de0 012552 loop ali_mesh_message_config_modle_subscription_check_value_address_loop 
-0x3de1 012553 branch disable_user 
-:      012556 ali_mesh_message_config_modle_subscription_status:
-0x3de2 012557 setarg mesh_configuration_and_health_message_opcode_header 
-0x3de3 012558 store 1 ,mem_mesh_access_layer_payload 
-0x3de4 012559 setarg mesh_message_opcode_config_model_subscription_status_no_head 
-0x3de5 012560 istore 1 ,contw 
-0x3de6 012561 setarg mesh_success 
-0x3de7 012562 istore 1 ,contw 
-0x3de8 012563 fetch 6 ,mem_mesh_subscription_element_address 
-0x3de9 012564 istore 6 ,contw 
-0x3dea 012565 jam 9 ,mem_mesh_access_layer_payload_len 
-0x3deb 012566 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
-:      012568 ali_mesh_message_config_modle_subscription_check_element:
-0x3dec 012569 call mesh_get_element_info_config 
-0x3ded 012570 add rega ,element_device_subscription_label ,rega 
-0x3dee 012571 fetch 2 ,mem_mesh_subscription_element_address 
-0x3def 012572 fetcht 2 ,mem_mesh_unicast_address 
-0x3df0 012573 byteswap temp ,temp 
-0x3df1 012574 isub temp ,pdata 
-0x3df2 012575 imul32 regb ,pdata 
-0x3df3 012576 iadd rega ,rega 
-0x3df4 012577 rtn 
-:      012579 ali_mesh_message_config_modle_subscription_add_value_address:
-0x3df5 012580 fetcht 2 ,mem_mesh_subscription_value_address 
-0x3df6 012581 arg subscription_max_count ,loopcnt 
-:      012582 ali_mesh_message_config_modle_subscription_add_value_address_loop:
-0x3df7 012583 ifetch 2 ,rega 
-0x3df8 012584 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,blank 
-0x3df9 012585 arg 0xffff ,regb 
-0x3dfa 012586 isub regb ,null 
-0x3dfb 012587 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,zero 
-0x3dfc 012588 increase 2 ,rega 
-0x3dfd 012589 loop ali_mesh_message_config_modle_subscription_add_value_address_loop 
-0x3dfe 012590 rtn 
-:      012592 ali_mesh_message_config_modle_subscription_add_value_address_in:
-0x3dff 012593 byteswap temp ,temp 
-0x3e00 012594 istoret 2 ,rega 
-0x3e01 012595 rtn 
-:      012600 ali_mesh_init:
-0x3e02 012602 call enable_authrom 
-0x3e03 012603 call init_memp 
-0x3e04 012604 setarg mesh_check_ble_rx_packet 
-0x3e05 012605 store 2 ,mem_mesh_cb_receive_advertising 
-0x3e06 012607 setarg mesh_idle_process 
-0x3e07 012608 store 2 ,mem_cb_idle_process 
-0x3e08 012610 setarg ali_mesh_network_layer_relay_access_message 
-0x3e09 012611 store 2 ,mem_mesh_cb_network_relay 
-0x3e0a 012613 setarg ali_mesh_access_layer_recv_cfg_appkey_add_cb 
-0x3e0b 012614 store 2 ,mem_mesh_cb_receive_config_appkey_add 
-0x3e0c 012616 setarg mesh_store_new_subscriptuion_list_data 
-0x3e0d 012617 store 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3e0e 012619 setarg mesh_store_new_seq_data 
-0x3e0f 012620 store 2 ,mem_mesh_cb_seq_changed 
-0x3e10 012622 setarg mesh_cb_event_timer 
-0x3e11 012623 store 2 ,mem_cb_event_timer 
-0x3e12 012625 setarg ali_mesh_access_layer_check_access_message_opcode 
-0x3e13 012626 store 2 ,mem_mesh_cb_receive_access_message 
-0x3e14 012628 setarg mesh_le_receive_data 
-0x3e15 012629 store 2 ,mem_cb_att_write 
-0x3e16 012631 setarg ali_mesh_proxy_process_bb_event 
-0x3e17 012632 store 2 ,mem_cb_bb_event_process 
-0x3e18 012634 setarg mesh_clear_pairing_key 
-0x3e19 012635 store 2 ,mem_mesh_clear_provisioning_data 
-0x3e1a 012637 setarg mesh_vendor_timming_chage_cb 
-0x3e1b 012638 store 2 ,mem_mesh_cb_vendor_timing_changed 
-0x3e1c 012639 call ali_mesh_vendor_timer_message_read 
-0x3e1d 012641 jam 36 ,mem_mesh_adv_scan_channel 
-0x3e1e 012642 call ali_mesh_ali_vendor_message_indication_info_reset_tid 
-0x3e1f 012645 bpatchx patch35_3 ,mem_patch35 
-0x3e20 012647 setarg 0x0428 
-0x3e21 012648 store 2 ,mem_mesh_upper_tran_layer_queue_each_size 
-0x3e22 012649 call ali_mesh_upper_transport_layer_queue_init 
-0x3e23 012651 setarg 0x0422 
-0x3e24 012652 store 2 ,mem_mesh_queue_each_size 
-0x3e25 012653 call ali_mesh_advertising_bearer_layer_queue_init 
-0x3e26 012655 setarg 0x0a22 
-0x3e27 012656 store 2 ,mem_mesh_network_relay_gatt_queue_each_size 
-0x3e28 012657 call ali_mesh_network_layer_gatt_queue_init 
-0x3e29 012658 call ali_mesh_network_layer_queue_init 
-0x3e2a 012662 call ali_mesh_network_layer_queue_init 
-0x3e2b 012664 call ali_mesh_chip_peripherals_load_data 
-0x3e2c 012665 call mesh_inverse_three_tuple_mac 
-0x3e2d 012667 fetch 1 ,mem_mesh_network_key 
-0x3e2e 012668 beq 0xff ,mesh_send_unprovisioned_beacons 
-0x3e2f 012669 call ali_mesh_upper_transport_layer_clear_tx_buffer 
-0x3e30 012670 call ali_mesh_encrypt_base_function_k3 
-0x3e31 012671 call ali_mesh_encrypt_base_function_k4 
-0x3e32 012672 call ali_mesh_encrypt_calc_network_key_by_k2 
-0x3e33 012674 random pdata 
-0x3e34 012675 and pdata ,0x1f ,pdata 
-0x3e35 012676 add pdata ,50 ,pdata 
-0x3e36 012677 store 2 ,mem_mesh_report_full_attribute_timer 
-0x3e37 012678 add pdata ,5 ,pdata 
-0x3e38 012679 store 1 ,mem_mesh_report_power_on_timer 
-0x3e39 012680 rtn 
-:      012684 mesh_inverse_three_tuple_mac:
-0x3e3a 012685 fetch 6 ,mem_mesh_three_tuple_mac 
-0x3e3b 012686 call inverse_data_6byte 
-0x3e3c 012687 store 6 ,mem_le_lap 
-0x3e3d 012688 rtn 
-:      012690 mesh_get_element_info_config:
-0x3e3e 012691 fetchr loopcnt ,1 ,mem_mesh_element_number 
-0x3e3f 012692 fetchr rega ,2 ,mem_mesh_element_device_ptr 
-0x3e40 012693 fetchr regb ,2 ,mem_mesh_element_device_length 
-0x3e41 012694 rtn 
-:      012697 mesh_idle_process:
-0x3e42 012698 bpatchx patch35_4 ,mem_patch35 
-0x3e43 012699 call ali_mesh_time_function 
-0x3e44 012700 call ali_mesh_control_ble_adv_process 
-0x3e45 012701 call ali_mesh_upper_transport_layer_control_packet 
-0x3e46 012702 call ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue 
-0x3e47 012703 call ali_mesh_network_layer_control_relay_packet 
-0x3e48 012704 call ali_mesh_network_layer_check_gatt_relay_packet 
-0x3e49 012705 branch mesh_ble_rx_packet 
-:      012708 mesh_cb_event_timer:
-0x3e4a 012709 call ali_mesh_control_ble_adv_timer_process 
-0x3e4b 012710 call ali_mesh_access_layer_health_node_reset_timer 
-0x3e4c 012711 call ali_mesh_fast_pairing_timer 
-0x3e4d 012714 call ali_mesh_report_full_attribute_timer 
-0x3e4e 012715 call ali_mesh_report_power_on_timer 
-0x3e4f 012716 branch ali_mesh_upper_transport_layer_receive_new_msg_timer 
-:      012719 mesh_clear_provisioning_data_only:
-0x3e50 012720 call mesh_clear_timer_data 
-0x3e51 012721 fetch 2 ,mem_mesh_clear_provisioning_data 
-0x3e52 012722 branch callback_func 
-:      012726 mesh_clear_timer_data:
-0x3e53 012727 fetch 1 ,mem_mesh_chip_select 
-0x3e54 012728 rtnne 2 
-0x3e55 012729 setarg 0x1d000 
-0x3e56 012730 store 3 ,mem_spi_write_addr 
-0x3e57 012731 branch spid_flash_erase_sector + 2 
-:      012735 ali_mesh_upper_transport_layer_queue_init:
-0x3e58 012736 call ali_mesh_upper_transport_layer_init_queue_param 
-0x3e59 012737 branch queue_init 
-:      012739 ali_mesh_advertising_bearer_layer_queue_init:
-0x3e5a 012740 call ali_mesh_advertising_bearer_layer_init_queue_param 
-0x3e5b 012741 branch queue_init 
-:      012743 ali_mesh_network_layer_gatt_queue_init:
-0x3e5c 012744 call ali_mesh_network_layer_init_gatt_queue_param 
-0x3e5d 012745 branch queue_init 
-:      012747 ali_mesh_network_layer_init_gatt_queue_param:
-0x3e5e 012748 setarg mem_mesh_network_relay_gatt_queue_each_size 
-0x3e5f 012749 store 2 ,mem_queue_ptr 
-0x3e60 012750 rtn 
-:      012752 ali_mesh_advertising_init_send_unprovisioned_device_beacon:
-0x3e61 012753 jam 1 ,mem_le_adv_enable 
-0x3e62 012754 setarg adv_unprovisioned_device_beacon_timeout 
-0x3e63 012755 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
-0x3e64 012756 fetch 1 ,mem_mesh_uuid_featureflag 
-0x3e65 012757 set0 bit_silence_adv_flag ,pdata 
-0x3e66 012758 store 1 ,mem_mesh_uuid_featureflag 
-0x3e67 012759 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
-0x3e68 012760 jam 0x00 ,mem_mesh_provisioning_state_flag 
-0x3e69 012761 jam 0x00 ,mem_k2_nid 
-0x3e6a 012762 branch ali_mesh_send_unprovisioned_device_beacon_init_advertising 
-:      012766 ali_mesh_lower_transport_layer_receive_lower_transport_pdu:
-0x3e6b 012767 bpatchx patch35_5 ,mem_patch35 
-0x3e6c 012768 fetch 1 ,mem_mesh_message_transport_head 
-0x3e6d 012769 bbit1 transport_head_bit_seg ,ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message 
-0x3e6e 012770 jam 0 ,mem_mesh_aszmic 
-0x3e6f 012771 branch ali_mesh_upper_transport_layer_receive_unsegmented_access_message 
-:      012774 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message:
-0x3e70 012775 call ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon 
-0x3e71 012776 rtn user 
-0x3e72 012777 call ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack 
-0x3e73 012778 rtn user 
-0x3e74 012779 call ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment 
-0x3e75 012780 branch ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment 
-:      012784 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon:
-0x3e76 012785 call disable_user 
-0x3e77 012786 arg 3 ,loopcnt 
-0x3e78 012787 arg mem_mesh_message_segment_access_szmic_seqzero_sego_segn ,rega 
-0x3e79 012788 call inverse_data 
-0x3e7a 012789 fetchr rega ,3 ,mem_mesh_message_segment_access_szmic_seqzero_sego_segn 
-0x3e7b 012790 and rega ,0x1f ,temp 
-0x3e7c 012791 storet 1 ,mem_mesh_segmented_access_message_segn 
-0x3e7d 012792 fetch 1 ,mem_mesh_segmented_access_message_segn_upper_limit 
-0x3e7e 012793 isub temp ,null 
-0x3e7f 012794 nbranch enable_user ,positive 
-0x3e80 012796 rshift4 rega ,pdata 
-0x3e81 012797 rshift pdata ,pdata 
-0x3e82 012798 and pdata ,0x1f ,temp 
-0x3e83 012799 storet 1 ,mem_mesh_segmented_access_message_sego 
-0x3e84 012800 rshift4 pdata ,pdata 
-0x3e85 012801 rshift pdata ,pdata 
-0x3e86 012802 arg 0x1fff ,rega 
-0x3e87 012803 iand rega ,temp 
-0x3e88 012804 copy pdata ,regb 
-0x3e89 012805 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
-0x3e8a 012806 isub temp ,null 
-0x3e8b 012807 ncall ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero ,zero 
-0x3e8c 012808 storet 2 ,mem_mesh_segmented_access_message_seqzero 
-0x3e8d 012809 rshift8 regb ,pdata 
-0x3e8e 012810 rshift4 pdata ,pdata 
-0x3e8f 012811 rshift pdata ,pdata 
-0x3e90 012812 store 1 ,mem_mesh_segmented_access_message_szmic 
-0x3e91 012813 store 1 ,mem_mesh_aszmic 
-0x3e92 012814 rtn 
-:      012816 ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero:
-0x3e93 012817 setarg 0 
-0x3e94 012818 store 4 ,mem_mesh_segmented_access_message_blockack 
-0x3e95 012819 jam 0 ,mem_mesh_segmented_access_message_current_length 
-0x3e96 012820 rtn 
-:      012825 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack:
-0x3e97 012826 call disable_user 
-0x3e98 012827 fetch 1 ,mem_mesh_segmented_access_message_sego 
-0x3e99 012828 copy pdata ,queue 
-0x3e9a 012829 fetch 4 ,mem_mesh_segmented_access_message_blockack 
-0x3e9b 012830 qisolate1 pdata 
-0x3e9c 012831 branch enable_user ,true 
-0x3e9d 012832 qset1 pdata 
-0x3e9e 012833 store 4 ,mem_mesh_segmented_access_message_blockack 
-0x3e9f 012834 fetcht 1 ,mem_mesh_segmented_access_message_segn 
-0x3ea0 012835 add temp ,1 ,loopcnt 
-:      012836 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop:
-0x3ea1 012837 add loopcnt ,-1 ,queue 
-0x3ea2 012838 qisolate1 pdata 
-0x3ea3 012839 nrtn true 
-0x3ea4 012840 loop ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop 
-0x3ea5 012841 jam 1 ,mem_mesh_segmented_access_message_receive_finish 
-0x3ea6 012842 rtn 
-:      012846 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment:
-0x3ea7 012847 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x3ea8 012848 pincrease -6 
-0x3ea9 012849 copy pdata ,loopcnt 
-0x3eaa 012850 fetcht 1 ,mem_mesh_segmented_access_message_current_length 
-0x3eab 012851 iadd temp ,temp 
-0x3eac 012852 storet 1 ,mem_mesh_segmented_access_message_current_length 
-0x3ead 012853 fetch 2 ,mem_mesh_segmented_access_message_segment_ptr 
-0x3eae 012854 iforce contw 
-0x3eaf 012855 fetch 1 ,mem_mesh_segmented_access_message_sego 
-0x3eb0 012856 mul32 pdata ,12 ,pdata 
-0x3eb1 012857 iadd contw ,contw 
-0x3eb2 012858 arg mem_mesh_message_transport_segmented_access_messagepdu_segment ,contr 
-0x3eb3 012859 branch memcpy 
-:      012862 ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment:
-0x3eb4 012863 fetch 1 ,mem_mesh_segmented_access_message_receive_finish 
-0x3eb5 012864 rtneq 0 
-0x3eb6 012865 setarg 0 
-0x3eb7 012866 store 5 ,mem_mesh_segmented_access_message_blockack 
-0x3eb8 012867 fetcht 2 ,mem_mesh_message_seq + 1 
-0x3eb9 012868 byteswap temp ,temp 
-0x3eba 012869 setarg 0xe000 
-0x3ebb 012870 iand temp ,temp 
-0x3ebc 012871 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
-0x3ebd 012872 ior temp ,pdata 
-0x3ebe 012873 byteswap pdata ,pdata 
-0x3ebf 012874 store 2 ,mem_mesh_message_seq + 1 
-0x3ec0 012875 branch ali_mesh_upper_transport_layer_receive_segmented_access_message 
-:      012879 ali_mesh_lower_transport_layer_send_unsegmented_access_message:
-0x3ec1 012880 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x3ec2 012881 add pdata ,1 ,temp 
-0x3ec3 012882 copy pdata ,loopcnt 
-0x3ec4 012883 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x3ec5 012884 fetch 1 ,mem_mesh_message_transport_head 
-0x3ec6 012885 set0 transport_head_bit_seg ,pdata 
-0x3ec7 012886 store 1 ,mem_mesh_unsegmented_access_lower_transport_layer_head 
-0x3ec8 012887 arg mem_mesh_access_layer_payload ,contr 
-0x3ec9 012888 call memcpy_fast 
-0x3eca 012889 branch ali_mesh_network_layer_send_access_message 
-:      012894 ali_mesh_lower_transport_layer_send_segmented_access_message:
-0x3ecb 012895 add rega ,4 ,temp 
-0x3ecc 012896 copy rega ,loopcnt 
-0x3ecd 012897 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x3ece 012898 arg mem_mesh_segmented_access_lower_transport_layer_parameters ,contw 
-0x3ecf 012899 call memcpy_fast 
-0x3ed0 012900 fetch 1 ,mem_mesh_message_transport_head 
-0x3ed1 012901 set1 transport_head_bit_seg ,pdata 
-0x3ed2 012902 store 1 ,mem_mesh_segmented_access_lower_transport_layer_head 
-0x3ed3 012903 branch ali_mesh_network_layer_send_access_message 
-:      012908 ali_mesh_model_layer_check_model_message_opcode:
-0x3ed4 012909 fetch 1 ,mem_mesh_module_message_opcode 
-:      012910 ali_mesh_model_layer_check_generic_onoff_message_opcde:
-0x3ed5 012911 beq mesh_module_message_opcode_generic_onoff_get_no_head ,ali_mesh_model_layer_message_opcode_generic_onoff_get 
-0x3ed6 012912 beq mesh_module_message_opcode_generic_onoff_set_no_head ,ali_mesh_model_layer_message_opcde_generic_onoff_set 
-0x3ed7 012913 beq mesh_module_message_opcode_scene_recall_no_head ,ali_mesh_model_layer_message_opcde_scene_recall 
-0x3ed8 012914 beq mesh_module_message_opcode_light_lightness_set_no_head ,ali_mesh_model_layer_message_opcde_light_lightness_set 
-0x3ed9 012915 beq mesh_module_message_opcode_light_ctl_set_no_head ,ali_mesh_model_layer_message_opcde_light_ctl_set 
-0x3eda 012916 rtn 
-:      012919 ali_mesh_model_layer_message_opcode_generic_onoff_get:
-0x3edb 012920 arg ali_mesh_model_layer_message_opcode_generic_onoff_get_cb ,regc 
-0x3edc 012921 branch ali_mesh_more_element_check_element_address 
-:      012922 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb:
-0x3edd 012925 fetch 2 ,mem_mesh_cb_generic_onoff_get 
-0x3ede 012926 call callback_func 
-0x3edf 012927 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x3ee0 012928 branch ali_mesh_access_layer_send_generic_onoff_status 
-:      012931 ali_mesh_model_layer_message_opcde_generic_onoff_set:
-0x3ee1 012932 arg ali_mesh_model_layer_message_opcde_generic_onoff_set_cb ,regc 
-0x3ee2 012933 branch ali_mesh_more_element_check_element_address 
-:      012934 ali_mesh_model_layer_message_opcde_generic_onoff_set_cb:
-0x3ee3 012935 call ali_mesh_access_layer_send_generic_onoff_status 
-0x3ee4 012936 fetch 2 ,mem_mesh_cb_generic_onoff_set 
-0x3ee5 012937 branch callback_func 
-:      012941 ali_mesh_model_layer_message_opcde_scene_recall:
-0x3ee6 012942 call ali_mesh_access_layer_send_scene_status 
-0x3ee7 012943 fetch 2 ,mem_mesh_cb_scene_recall 
-0x3ee8 012944 branch callback_func 
-:      012947 ali_mesh_model_layer_message_opcde_light_lightness_set:
-0x3ee9 012948 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
-0x3eea 012949 call ali_mesh_model_layer_message_calc_lightness 
-0x3eeb 012950 store 1 ,mem_mesh_light_lightness_calc_lightness 
-0x3eec 012951 call ali_mesh_access_layer_send_light_lightness_status 
-0x3eed 012952 fetch 2 ,mem_mesh_cb_light_lightness_set 
-0x3eee 012953 branch callback_func 
-:      012956 ali_mesh_model_layer_message_opcde_light_ctl_set:
-0x3eef 012957 fetch 2 ,mem_mesh_last_ctl_temperature 
-0x3ef0 012958 fetcht 2 ,mem_mesh_ctl_temperature 
-0x3ef1 012959 isub temp ,null 
-0x3ef2 012960 rtn zero 
-0x3ef3 012962 fetch 2 ,mem_mesh_ctl_temperature 
-0x3ef4 012963 call ali_mesh_model_layer_message_calc_temperature 
-0x3ef5 012964 store 1 ,mem_mesh_ctl_calc_temperature 
-0x3ef6 012966 fetch 2 ,mem_mesh_ctl_temperature 
-0x3ef7 012967 store 2 ,mem_mesh_last_ctl_temperature 
-0x3ef8 012968 fetch 2 ,mem_mesh_cb_light_lightness_get 
-0x3ef9 012969 call callback_func 
-0x3efa 012970 storet 2 ,mem_mesh_ctl_lightness 
-0x3efb 012971 call ali_mesh_access_layer_send_light_ctl_stauts 
-0x3efc 012972 fetch 2 ,mem_mesh_cb_light_ctl_set 
-0x3efd 012973 branch callback_func 
-:      012978 ali_mesh_model_layer_message_calc_lightness:
-0x3efe 012979 rtn blank 
-0x3eff 012980 mul32 pdata ,ali_mesh_lightness_level ,pdata 
-0x3f00 012981 arg ali_mesh_lightness_max ,temp 
-0x3f01 012982 idiv temp 
-0x3f02 012983 call wait_div_end 
-0x3f03 012984 remainder temp 
-0x3f04 012985 rshift8 temp ,temp 
-0x3f05 012986 quotient pdata 
-0x3f06 012987 sub temp ,0xff ,null 
-0x3f07 012988 nrtn zero 
-0x3f08 012989 pincrease 1 
-0x3f09 012990 rtn 
-:      012995 ali_mesh_model_layer_message_calc_actual_lightness:
-0x3f0a 012996 arg ali_mesh_lightness_max ,pdata 
-0x3f0b 012997 imul32 temp ,pdata 
-0x3f0c 012998 div pdata ,ali_mesh_lightness_level 
-0x3f0d 012999 call wait_div_end 
-0x3f0e 013000 quotient temp 
-0x3f0f 013001 rtn 
-:      013005 ali_mesh_model_layer_message_calc_temperature:
-0x3f10 013006 arg ali_mesh_temperature_min ,temp 
-0x3f11 013007 isub temp ,rega 
-0x3f12 013008 call ali_mesh_model_layer_message_calc_temperature_k 
-0x3f13 013009 copy rega ,pdata 
-0x3f14 013010 idiv temp 
-0x3f15 013011 call wait_div_end 
-0x3f16 013012 quotient pdata 
-0x3f17 013013 rtn 
-:      013018 ali_mesh_model_layer_message_calc_actual_temperature:
-0x3f18 013019 copy temp ,rega 
-0x3f19 013020 call ali_mesh_model_layer_message_calc_temperature_k 
-0x3f1a 013021 copy rega ,pdata 
-0x3f1b 013022 imul32 temp ,pdata 
-0x3f1c 013023 arg ali_mesh_temperature_min ,temp 
-0x3f1d 013024 iadd temp ,temp 
-0x3f1e 013025 rtn 
-:      013027 ali_mesh_model_layer_message_calc_temperature_k:
-0x3f1f 013028 setarg ali_mesh_temperature_max 
-0x3f20 013029 arg ali_mesh_temperature_min ,temp 
-0x3f21 013030 isub temp ,pdata 
-0x3f22 013031 div pdata ,ali_mesh_temperature_level 
-0x3f23 013032 call wait_div_end 
-0x3f24 013033 quotient temp 
-0x3f25 013034 rtn 
-:      013039 ali_mesh_more_element_check_unicast_address:
-0x3f26 013040 arg 0 ,queue 
-0x3f27 013041 fetchr loopcnt ,1 ,mem_mesh_element_number 
-0x3f28 013042 call disable_user 
-0x3f29 013043 fetch 2 ,mem_mesh_unicast_address 
-:      013044 ali_mesh_more_element_check_unicast_address_loop:
-0x3f2a 013045 isub temp ,null 
-0x3f2b 013046 branch ali_mesh_more_element_found_unicast_address_element ,zero 
-0x3f2c 013047 byteswap pdata ,pdata 
-0x3f2d 013048 pincrease 1 
-0x3f2e 013049 byteswap pdata ,pdata 
-0x3f2f 013050 increase 1 ,queue 
-0x3f30 013051 loop ali_mesh_more_element_check_unicast_address_loop 
-0x3f31 013052 rtn 
-:      013054 ali_mesh_more_element_found_unicast_address_element:
-0x3f32 013055 jam 0 ,mem_mesh_receive_group_address 
-0x3f33 013056 storer queue ,1 ,mem_mesh_receive_element_number 
-0x3f34 013057 call ali_mesh_more_element_calc_queue_address 
-0x3f35 013058 branch enable_user 
-:      013061 ali_mesh_more_element_check_group_address:
-0x3f36 013062 arg 0 ,queue 
-0x3f37 013063 arg 0 ,regc 
-0x3f38 013064 call mesh_get_element_info_config 
-0x3f39 013065 call disable_user 
-:      013066 ali_mesh_more_element_check_group_address_loop:
-0x3f3a 013067 fetch 2 ,mem_mesh_core_feature 
-0x3f3b 013068 bbit0 mesh_feature_disable_subscription ,ali_mesh_more_element_check_subscription_address 
-0x3f3c 013069 ifetch 2 ,rega 
-0x3f3d 013070 isub temp ,null 
-0x3f3e 013071 call ali_mesh_more_element_found_group_address_element ,zero 
-:      013072 ali_mesh_more_element_check_address_common:
-0x3f3f 013073 copy regb ,pdata 
-0x3f40 013074 iadd rega ,rega 
-0x3f41 013075 increase 1 ,queue 
-0x3f42 013076 loop ali_mesh_more_element_check_group_address_loop 
-0x3f43 013077 copy regc ,pdata 
-0x3f44 013078 rtn blank 
-0x3f45 013079 store 1 ,mem_mesh_receive_group_address 
-0x3f46 013080 branch enable_user 
-:      013082 ali_mesh_more_element_found_group_address_element:
-0x3f47 013083 qset1 regc 
-0x3f48 013084 rtn 
-:      013086 ali_mesh_more_element_check_subscription_address:
-0x3f49 013087 add rega ,element_device_subscription_label ,contr 
-0x3f4a 013088 arg subscription_max_count ,alarm 
-:      013089 ali_mesh_more_element_check_subscription_address_loop:
-0x3f4b 013090 ifetch 2 ,contr 
-0x3f4c 013091 isub temp ,null 
-0x3f4d 013092 branch ali_mesh_more_element_found_subscription_address_element ,zero 
-0x3f4e 013093 increase -1 ,alarm 
-0x3f4f 013094 branch ali_mesh_more_element_check_address_common ,zero 
-0x3f50 013095 branch ali_mesh_more_element_check_subscription_address_loop 
-:      013097 ali_mesh_more_element_found_subscription_address_element:
-0x3f51 013098 call ali_mesh_more_element_found_group_address_element 
-0x3f52 013099 branch ali_mesh_more_element_check_address_common 
-:      013101 ali_mesh_more_element_check_element_address:
-0x3f53 013102 arg 0 ,queue 
-0x3f54 013103 fetch 1 ,mem_mesh_receive_group_address 
-0x3f55 013104 branch ali_mesh_more_element_check_element_address_no_group_address ,blank 
-0x3f56 013105 copy pdata ,regb 
-0x3f57 013106 fetchr loopcnt ,1 ,mem_mesh_element_number 
-:      013107 ali_mesh_more_element_check_element_address_loop:
-0x3f58 013108 storer queue ,1 ,mem_mesh_receive_element_number 
-0x3f59 013110 qisolate1 regb 
-0x3f5a 013111 call ali_mesh_more_element_check_element_address_no_group_address ,true 
-0x3f5b 013112 fetchr queue ,1 ,mem_mesh_receive_element_number 
-0x3f5c 013113 increase 1 ,queue 
-0x3f5d 013114 loop ali_mesh_more_element_check_element_address_loop 
-0x3f5e 013115 rtn 
-:      013117 ali_mesh_more_element_check_element_address_no_group_address:
-0x3f5f 013118 call ali_mesh_more_element_push_stack 
-0x3f60 013119 call ali_mesh_more_element_calc_queue_address 
-0x3f61 013120 copy regc ,pdata 
-0x3f62 013121 call callback_func 
-0x3f63 013122 branch ali_mesh_more_element_pop_stack 
-:      013124 ali_mesh_more_element_push_stack:
-0x3f64 013125 storer loopcnt ,2 ,mem_mesh_loopcnt_tmep 
-0x3f65 013126 storer rega ,2 ,mem_mesh_rega_temp 
-0x3f66 013127 storer regb ,2 ,mem_mesh_regb_temp 
-0x3f67 013128 storer regc ,2 ,mem_mesh_regc_temp 
-0x3f68 013129 rtn 
-:      013131 ali_mesh_more_element_pop_stack:
-0x3f69 013132 fetchr loopcnt ,2 ,mem_mesh_loopcnt_tmep 
-0x3f6a 013133 fetchr rega ,2 ,mem_mesh_rega_temp 
-0x3f6b 013134 fetchr regb ,2 ,mem_mesh_regb_temp 
-0x3f6c 013135 fetchr regc ,2 ,mem_mesh_regc_temp 
-0x3f6d 013136 rtn 
-:      013139 ali_mesh_more_element_calc_queue_address:
-0x3f6e 013140 bpatchx patch35_6 ,mem_patch35 
-0x3f6f 013141 fetch 2 ,mem_mesh_unicast_address 
-0x3f70 013142 byteswap pdata ,pdata 
-0x3f71 013143 iadd queue ,pdata 
-0x3f72 013144 byteswap pdata ,pdata 
-0x3f73 013145 store 2 ,mem_mesh_send_message_src 
-0x3f74 013146 call mesh_get_element_info_config 
-0x3f75 013147 copy queue ,pdata 
-0x3f76 013148 imul32 regb ,pdata 
-0x3f77 013149 iadd rega ,rega 
-0x3f78 013150 add rega ,element_device_upper_queue_ptr ,contr 
-0x3f79 013151 ifetch 2 ,contr 
-0x3f7a 013152 store ,2 ,mem_queue_ptr 
-0x3f7b 013153 rtn 
-:      013158 ali_mesh_receive_adtype_mesh_message:
-0x3f7c 013159 jam mesh_message_tmall ,mem_mesh_network_packet_type 
-:      013162 ali_mesh_network_layer_recevice_network_pdu:
-0x3f7d 013163 sub temp ,mesh_network_packet_min_length ,null 
-0x3f7e 013164 rtn positive 
-0x3f7f 013165 sub temp ,mesh_network_packet_max_length ,null 
-0x3f80 013166 nrtn positive 
-0x3f81 013167 bpatchx patch35_7 ,mem_patch35 
-0x3f82 013168 call ali_mesh_network_store_in_mem 
-0x3f83 013169 call ali_mesh_network_layer_check_dup 
-0x3f84 013170 nrtn user 
-0x3f85 013171 call ali_mesh_network_layer_check_nid_ivi 
-0x3f86 013172 nrtn user 
-0x3f87 013173 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
-0x3f88 013174 call ali_mesh_network_layer_check_msg 
-0x3f89 013175 nrtn user 
-0x3f8a 013176 call ali_mesh_network_layer_store_proxy_unicast_address 
-0x3f8b 013178 branch ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32 
-:      013180 ali_mesh_network_layer_check_dup:
-0x3f8c 013181 call enable_user 
-0x3f8d 013182 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x3f8e 013183 arg mem_mesh_message_nid + 3 ,contr 
-0x3f8f 013184 iadd contr ,contr 
-0x3f90 013185 ifetch 4 ,contr 
-0x3f91 013186 ifetcht 4 ,contr 
-0x3f92 013187 ixor temp ,temp 
-0x3f93 013188 arg 16 ,loopcnt 
-0x3f94 013189 arg mem_mesh_network_dup_cache ,contr 
-:      013190 ali_mesh_network_layer_check_dup_loop:
-0x3f95 013191 ifetch 4 ,contr 
-0x3f96 013192 isub temp ,null 
-0x3f97 013193 branch disable_user ,zero 
-0x3f98 013194 loop ali_mesh_network_layer_check_dup_loop 
-0x3f99 013195 fetch 1 ,mem_mesh_network_dup_cache_next 
-0x3f9a 013196 pincrease 4 
-0x3f9b 013197 arg mem_mesh_network_dup_cache ,contw 
-0x3f9c 013198 iadd contw ,contw 
-0x3f9d 013199 istoret 4 ,contw 
-0x3f9e 013200 and pdata ,0x3f ,pdata 
-0x3f9f 013201 store 1 ,mem_mesh_network_dup_cache_next 
-0x3fa0 013202 rtn 
-:      013204 ali_mesh_network_layer_check_msg:
-0x3fa1 013205 call enable_user 
-0x3fa2 013206 fetcht 5 ,mem_mesh_message_seq 
-0x3fa3 013207 arg 16 ,loopcnt 
-0x3fa4 013208 arg mem_mesh_network_msg_cache ,contr 
-:      013209 ali_mesh_network_layer_check_msg_loop:
-0x3fa5 013210 ifetch 5 ,contr 
-0x3fa6 013211 isub temp ,null 
-0x3fa7 013212 branch disable_user ,zero 
-0x3fa8 013213 loop ali_mesh_network_layer_check_msg_loop 
-0x3fa9 013214 fetch 1 ,mem_mesh_network_msg_cache_next 
-0x3faa 013215 pincrease 1 
-0x3fab 013216 and pdata ,0x0f ,pdata 
-0x3fac 013217 store 1 ,mem_mesh_network_msg_cache_next 
-0x3fad 013218 mul32 pdata ,5 ,pdata 
-0x3fae 013219 arg mem_mesh_network_msg_cache ,contw 
-0x3faf 013220 iadd contw ,contw 
-0x3fb0 013221 istoret 5 ,contw 
-0x3fb1 013222 rtn 
-:      013224 ali_mesh_network_layer_store_proxy_unicast_address:
-0x3fb2 013225 fetch 1 ,mem_mesh_network_packet_type 
-0x3fb3 013226 rtneq mesh_message_tmall 
-0x3fb4 013227 fetch 2 ,mem_mesh_message_src 
-0x3fb5 013228 store 2 ,mem_mesh_network_proxy_unicast_address 
-0x3fb6 013229 rtn 
-:      013241 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32:
-0x3fb7 013242 call ali_mesh_network_load_network_nonce_and_encryptionkey 
-0x3fb8 013243 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x3fb9 013244 arg mem_mesh_message_dst ,temp 
-0x3fba 013245 call ali_ccm_decrypt 
-0x3fbb 013246 nrtn zero 
-:      013249 ali_mesh_network_layer_recevice_network_pdu_check_dst:
-0x3fbc 013250 bpatchx patch36_0 ,mem_patch36 
-0x3fbd 013251 fetch 1 ,mem_mesh_network_packet_type 
-0x3fbe 013252 sub pdata ,mesh_message_proxy ,null 
-0x3fbf 013253 call ali_mesh_white_filter_check ,zero 
-0x3fc0 013254 fetcht 2 ,mem_mesh_message_dst 
-0x3fc1 013255 call ali_mesh_more_element_check_unicast_address 
-0x3fc2 013256 call ali_mesh_more_found_unicast_address_element ,user 
-0x3fc3 013257 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
-0x3fc4 013258 arg 29 ,loopcnt 
-0x3fc5 013259 arg mem_mesh_message_nid_temp ,contw 
-0x3fc6 013260 arg mem_mesh_message_nid ,contr 
-0x3fc7 013261 call memcpy 
-0x3fc8 013262 call ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address 
-0x3fc9 013263 arg 29 ,loopcnt 
-0x3fca 013264 arg mem_mesh_message_nid_temp ,contr 
-0x3fcb 013265 arg mem_mesh_message_nid ,contw 
-0x3fcc 013266 call memcpy 
-0x3fcd 013267 fetch 2 ,mem_mesh_cb_network_relay 
-0x3fce 013268 branch callback_func 
-:      013270 ali_mesh_more_found_unicast_address_element:
-0x3fcf 013271 jam 1 ,mem_mesh_receive_message_count 
-0x3fd0 013272 fetch 2 ,mem_mesh_send_message_src 
-0x3fd1 013273 store 2 ,mem_mesh_receive_message_first_unicast_address 
-0x3fd2 013274 rtn 
-:      013276 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address:
-0x3fd3 013277 call ali_mesh_more_element_check_group_address 
-0x3fd4 013278 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
-0x3fd5 013279 jam 0xff ,mem_mesh_receive_group_address 
-0x3fd6 013280 setarg group_address_0xcfff_little_endian 
-0x3fd7 013281 isub temp ,null 
-0x3fd8 013282 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
-0x3fd9 013283 setarg group_address_0xffff_little_endian 
-0x3fda 013284 isub temp ,null 
-0x3fdb 013285 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
-0x3fdc 013286 rtn 
-:      013289 ali_mesh_network_layer_check_nid_ivi:
-0x3fdd 013290 call disable_user 
-0x3fde 013291 fetcht 1 ,mem_mesh_message_nid 
-0x3fdf 013292 rshift4 temp ,pdata 
-0x3fe0 013293 rshift3 pdata ,pdata 
-0x3fe1 013294 fetchr rega ,1 ,mem_mesh_iv_index + 3 
-0x3fe2 013295 and rega ,0x01 ,rega 
-0x3fe3 013296 isub rega ,null 
-0x3fe4 013297 nrtn zero 
-0x3fe5 013298 and temp ,0x7f ,temp 
-0x3fe6 013299 fetch 1 ,mem_k2_nid 
-0x3fe7 013300 isub temp ,null 
-0x3fe8 013301 nrtn zero 
-0x3fe9 013302 branch enable_user 
-:      013306 ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq:
-0x3fea 013307 arg mem_mesh_tmall_cache_start ,rega 
-0x3feb 013308 arg cache_space_num ,loopcnt 
-:      013309 ali_mesh_network_layer_raverse_src_seq_cache:
-0x3fec 013310 fetcht 2 ,mem_mesh_message_src 
-0x3fed 013311 ifetch 2 ,rega 
-0x3fee 013313 branch ali_mesh_network_layer_find_empty_space ,blank 
-0x3fef 013315 isub temp ,null 
-0x3ff0 013317 branch ali_mesh_network_layer_find_src_space ,zero 
-0x3ff1 013318 increase cache_space_size ,rega 
-0x3ff2 013319 loop ali_mesh_network_layer_raverse_src_seq_cache 
-0x3ff3 013320 arg mem_mesh_tmall_cache_start ,rega 
-:      013322 ali_mesh_network_layer_find_empty_space:
-0x3ff4 013323 istoret 2 ,rega 
-:      013324 ali_mesh_network_layer_find_src_space:
-0x3ff5 013325 storet 2 ,mem_mesh_send_message_dst 
-0x3ff6 013327 add rega ,2 ,regc 
-0x3ff7 013328 ifetch 3 ,regc 
-0x3ff8 013329 store 3 ,mem_mesh_last_message_seq 
-0x3ff9 013330 branch ali_mesh_network_layer_recevice_network_pdu_check_seq_legal 
-:      013334 ali_mesh_network_layer_recevice_network_pdu_check_seq_legal:
-0x3ffa 013336 call ali_mesh_inverse_seq 
-0x3ffb 013338 fetch 3 ,mem_mesh_last_message_seq 
-0x3ffc 013339 fetcht 3 ,mem_mesh_message_seq 
-0x3ffd 013340 isub temp ,null 
-0x3ffe 013341 rtn positive 
-0x3fff 013342 istoret 3 ,regc 
-0x4000 013343 call ali_mesh_inverse_seq 
-0x4001 013344 branch ali_mesh_lower_transport_layer_receive_lower_transport_pdu 
-:      013346 ali_mesh_inverse_seq:
-0x4002 013347 arg mem_mesh_message_seq ,rega 
-0x4003 013348 arg 3 ,loopcnt 
-0x4004 013349 branch inverse_data 
-:      013353 ali_mesh_network_load_network_nonce_and_encryptionkey:
-0x4005 013354 call ali_mesh_network_layer_load_network_nonce 
-:      013355 ali_mesh_upper_transport_layer_load_encryptionkey:
-0x4006 013356 arg mem_k2_encryptionkey ,contr 
-0x4007 013357 branch load_key 
-:      013358 ali_mesh_network_layer_load_network_nonce:
-0x4008 013359 arg mem_mesh_network_nonce ,contw 
-0x4009 013360 setarg network_nonce 
-0x400a 013361 istore 1 ,contw 
-0x400b 013362 fetch 6 ,mem_mesh_message_ttl 
-0x400c 013363 istore 8 ,contw 
-0x400d 013364 branch mesh_generate_nonce 
-:      013367 ali_mesh_network_store_in_mem:
-0x400e 013368 add temp ,-12 ,pdata 
-0x400f 013378 store 1 ,mem_mesh_message_transport_netmic_length 
-0x4010 013379 arg 29 ,loopcnt 
-0x4011 013380 arg mem_mesh_message_nid ,contw 
-0x4012 013381 call clear_mem 
-0x4013 013382 add temp ,-1 ,loopcnt 
-0x4014 013383 arg mem_mesh_message_nid ,contw 
-0x4015 013384 branch memcpy_fast 
-:      013386 ali_mesh_network_layer_relay_access_message:
-0x4016 013387 call ali_mesh_network_layer_init_queue_param 
-0x4017 013388 call ali_mesh_network_layer_check_relay_states 
-0x4018 013389 nrtn user 
-0x4019 013390 call ali_mesh_network_layer_encrypt_relay_package 
-0x401a 013391 jam adv_relay_mesh_message_duration ,mem_mesh_queue_ele_duration 
-0x401b 013392 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x401c 013393 add pdata ,13 ,temp 
-0x401d 013394 storet 1 ,mem_mesh_queue_ele_len 
-0x401e 013395 increase -1 ,temp 
-0x401f 013396 istoret 1 ,contw 
-0x4020 013397 setarg gap_adtype_mesh_message 
-0x4021 013398 istore 1 ,contw 
-0x4022 013399 add temp ,-1 ,loopcnt 
-0x4023 013400 fetch 7 ,mem_mesh_message_nid 
-0x4024 013401 arg mem_mesh_message_nid ,contr 
-0x4025 013402 call memcpy 
-0x4026 013403 arg mem_mesh_queue_ele_temp ,rega 
-0x4027 013404 call queue_push 
-0x4028 013405 call ali_mesh_network_layer_white_list_fliter 
-0x4029 013406 nrtn user 
-0x402a 013407 branch ali_mesh_bearer_layer_gatt_send_packet_by_network_layer 
-:      013409 ali_mesh_network_layer_white_list_fliter:
-0x402b 013410 fetcht 2 ,mem_mesh_message_dst_temp 
-:      013411 ali_mesh_network_layer_white_list_fliter_check:
-0x402c 013412 call disable_user 
-0x402d 013413 fetch 1 ,mem_mesh_white_list_num 
-0x402e 013414 rtn blank 
-0x402f 013415 iforce loopcnt 
-0x4030 013416 arg mem_mesh_white_list ,contr 
-:      013417 ali_mesh_network_layer_white_list_fliter_check_loop:
-0x4031 013418 ifetch 2 ,contr 
-0x4032 013419 isub temp ,null 
-0x4033 013420 branch enable_user ,zero 
-0x4034 013421 loop ali_mesh_network_layer_white_list_fliter_check_loop 
-0x4035 013422 rtn 
-:      013425 ali_mesh_network_layer_check_relay_states:
-0x4036 013426 call disable_user 
-0x4037 013427 fetch 1 ,mem_mesh_network_packet_type 
-0x4038 013428 rtneq mesh_message_app 
-0x4039 013429 fetch 2 ,mem_mesh_core_feature 
-0x403a 013430 rtnbit1 mesh_feature_disable_relay 
-0x403b 013431 fetch 1 ,mem_mesh_provisioned_flag 
-0x403c 013432 rtnne paired_status 
-0x403d 013433 fetcht 2 ,mem_mesh_message_src 
-0x403e 013434 call ali_mesh_more_element_check_unicast_address 
-0x403f 013435 branch disable_user ,user 
-0x4040 013436 call ali_mesh_network_layer_check_network_mic_cache 
-0x4041 013437 nrtn user 
-0x4042 013438 fetch 1 ,mem_mesh_message_ttl 
-0x4043 013439 branch disable_user ,blank 
-0x4044 013440 pincrease -1 
-0x4045 013441 branch disable_user ,blank 
-0x4046 013442 store 1 ,mem_mesh_message_ttl 
-0x4047 013443 setarg mem_mesh_network_relay_queue 
-0x4048 013444 store 2 ,mem_queue_ptr 
-0x4049 013445 branch enable_user 
-:      013447 ali_mesh_network_layer_encrypt_relay_package:
-0x404a 013448 call ali_mesh_network_load_network_nonce_and_encryptionkey 
-0x404b 013449 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x404c 013450 arg mem_mesh_message_dst ,temp 
-0x404d 013451 call ali_ccm_encrypt 
-0x404e 013452 branch ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
-:      013456 ali_mesh_network_layer_check_network_mic_cache:
-0x404f 013457 setarg mem_mesh_transport_message_mic_cache 
-0x4050 013458 store 2 ,mem_mesh_mic_cache_ptr 
-0x4051 013459 branch ali_mesh_base_adt_cache 
-:      013463 ali_mesh_network_layer_send_access_message:
-0x4052 013464 bpatchx patch36_1 ,mem_patch36 
-0x4053 013465 call ali_mesh_network_layer_send_access_message_encrypt_netmic 
-0x4054 013466 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
-0x4055 013467 branch ali_mesh_bearer_layer_send_packet_by_network_layer 
-:      013472 ali_mesh_network_layer_send_access_message_encrypt_netmic:
-0x4056 013473 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x4057 013474 add pdata ,2 ,rega 
-0x4058 013475 pincrease 4 
-0x4059 013476 store 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x405a 013477 arg mem_mesh_send_upper_layer_dst ,temp 
-0x405b 013478 branch ali_mesh_network_layer_encrypt_by_network_nonce 
-:      013483 ali_mesh_network_layer_encrypt_by_network_nonce:
-0x405c 013484 call ali_mesh_network_load_network_nonce_and_encryptionkey 
-0x405d 013485 copy rega ,pdata 
-0x405e 013486 branch ali_ccm_encrypt 
-:      013489 ali_mesh_network_layer_send_access_message_encrypt_obfuscation:
-0x405f 013490 branch ali_mesh_encrypt_obfuscation_deceypt_send_message 
-:      013493 ali_mesh_network_layer_check_gatt_relay_packet:
-0x4060 013494 call ali_mesh_network_layer_init_gatt_queue_param 
-0x4061 013495 call queue_empty 
-0x4062 013496 rtn blank 
-0x4063 013497 call le_fifo_check_nearly_full 
-0x4064 013498 nrtn blank 
-0x4065 013499 arg mem_mesh_queue_ele_temp ,rega 
-0x4066 013500 call queue_pop 
-0x4067 013501 nrtn user 
-0x4068 013502 branch ali_mesh_send_ble_data 
-:      013506 mesh_generate_nonce:
-0x4069 013507 fetch 4 ,mem_mesh_iv_index 
-0x406a 013508 istore 4 ,contw 
-0x406b 013509 add contw ,-13 ,pdata 
-0x406c 013510 store 2 ,mem_nonce_ptr 
-0x406d 013511 rtn 
-:      013515 ali_mesh_network_layer_init_queue_param:
-0x406e 013516 setarg mem_mesh_network_relay_queue_each_size 
-0x406f 013517 store 2 ,mem_queue_ptr 
-0x4070 013518 rtn 
-:      013520 ali_mesh_network_layer_queue_init:
-0x4071 013521 call ali_mesh_network_layer_init_queue_param 
-0x4072 013522 branch queue_init 
-:      013525 ali_mesh_ble_adv:
-0x4073 013526 call le_set_config_more_data 
-0x4074 013527 fetch 1 ,mem_mesh_provisioned_flag 
-0x4075 013528 beq unprovisioned_beacon_status ,ali_mesh_ble_adv_mesh_beacon 
-0x4076 013529 beq paired_status ,ali_mesh_ble_adv_network_id 
-0x4077 013530 beq wait_receive_appkey ,ali_mesh_ble_adv_network_id 
-0x4078 013531 rtn 
-:      013533 ali_mesh_ble_adv_network_id:
-0x4079 013535 setsect 0 ,0x10214 
-0x407a 013536 setsect 1 ,0xc080 
-0x407b 013537 setsect 2 ,0x28030 
-0x407c 013538 setsect 3 ,0x3060 
-0x407d 013539 store 9 ,mem_le_adv_data_len 
-0x407e 013540 setarg 0x182816 
-0x407f 013541 istore 4 ,contw 
-0x4080 013542 fetch 8 ,mem_mesh_network_id 
-0x4081 013543 istore 8 ,contw 
-0x4082 013544 rtn 
-:      013546 ali_mesh_ble_adv_mesh_beacon:
-0x4083 013547 call ali_mesh_config_device_uuid_by_three_tuple 
-0x4084 013549 setsect 0 ,0x1021d 
-0x4085 013550 setsect 1 ,0xc080 
-0x4086 013551 setsect 2 ,0x27030 
-0x4087 013552 setsect 3 ,0x5460 
-0x4088 013553 store 9 ,mem_le_adv_data_len 
-0x4089 013554 setarg 0x182716 
-0x408a 013555 istore 3 ,contw 
-0x408b 013556 arg mem_mesh_device_uuid ,contr 
-0x408c 013557 call memcpy16 
-0x408d 013558 fetch 2 ,mem_mesh_oob_information 
-0x408e 013559 istore 2 ,contw 
-0x408f 013560 rtn 
-:      013566 mesh_le_receive_data:
-0x4090 013567 bpatchx patch36_2 ,mem_patch36 
-0x4091 013568 fetch 2 ,mem_le_att_handle 
-0x4092 013569 beq mesh_proxy_data_in_handle ,ali_mesh_receive_ble_data_proxy_data_in 
-0x4093 013570 beq mesh_provisioning_data_in_handle ,ali_mesh_receive_ble_data_provisioning_data_in 
-0x4094 013571 rtn 
-:      013573 ali_mesh_receive_ble_data_proxy_data_in:
-0x4095 013574 copy regb ,temp 
-0x4096 013575 ifetch 1 ,rega 
-0x4097 013576 beq mesh_proxy_message_type_network_pdu ,ali_mesh_network_layer_recevice_network_pdu_proxy_control 
-0x4098 013577 beq mesh_proxy_message_type_proxy_configuration ,ali_mesh_network_layer_recevice_proxy_configuration_messages 
-0x4099 013578 rtn 
-:      013579 ali_mesh_network_layer_recevice_proxy_configuration_messages:
-0x409a 013587 call ali_mesh_network_store_in_mem 
-0x409b 013588 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x409c 013589 pincrease -4 
-0x409d 013590 store 1 ,mem_mesh_message_transport_netmic_length 
-0x409e 013591 call ali_mesh_network_layer_check_nid_ivi 
-0x409f 013592 nrtn user 
-0x40a0 013593 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
-0x40a1 013594 fetch 1 ,mem_mesh_message_ttl 
-0x40a2 013595 bbit1 bit_ctl ,ali_mesh_recevice_proxy_configuration_messages_decrypt 
-0x40a3 013596 rtn 
-:      013598 ali_mesh_recevice_proxy_configuration_messages_decrypt:
-0x40a4 013599 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
-0x40a5 013600 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x40a6 013601 arg mem_mesh_message_dst ,temp 
-0x40a7 013602 call ali_ccm_decrypt_64bit 
-0x40a8 013603 nrtn zero 
-0x40a9 013606 call ali_mesh_white_filter_check 
-0x40aa 013607 fetch 1 ,mem_mesh_message_proxy_transportpdu_opcode 
-0x40ab 013608 beq proxy_opcode_set_filter_type ,ali_mesh_proxy_configuration_message_set_filter_type 
-0x40ac 013609 beq proxy_opcode_add_addr_to_filter ,ali_mesh_proxy_configuration_message_add_addr_to_filter 
-0x40ad 013610 rtn 
-:      013612 ali_mesh_proxy_configuration_message_add_addr_to_filter:
-0x40ae 013613 fetchr loopcnt ,1 ,mem_mesh_message_transport_netmic_length 
-0x40af 013614 increase -3 ,loopcnt 
-0x40b0 013616 rshift loopcnt ,pdata 
-0x40b1 013617 fetcht 2 ,mem_mesh_white_list_num 
-0x40b2 013618 iadd temp ,pdata 
-0x40b3 013619 sub pdata ,8 ,null 
-0x40b4 013620 nrtn positive 
-0x40b5 013621 store 2 ,mem_mesh_white_list_num 
-0x40b6 013622 arg mem_mesh_white_list ,contw 
-0x40b7 013623 lshift temp ,pdata 
-0x40b8 013624 iadd contw ,contw 
-0x40b9 013625 arg mem_mesh_message_proxy_transportpdu_parameters ,contr 
-0x40ba 013626 call memcpy 
-0x40bb 013627 fetch 1 ,mem_mesh_addressed_filter_type 
-0x40bc 013628 branch ali_mesh_proxy_configuration_message_filter_status 
-:      013630 ali_mesh_proxy_configuration_message_set_filter_type:
-0x40bd 013631 ifetch 1 ,contr 
-0x40be 013632 store 1 ,mem_mesh_addressed_filter_type 
-:      013633 ali_mesh_proxy_configuration_message_filter_status:
-0x40bf 013634 store 1 ,mem_mesh_filter_status_message_filtertype 
-0x40c0 013635 fetch 2 ,mem_mesh_white_list_num 
-0x40c1 013636 byteswap pdata ,pdata 
-0x40c2 013637 store 2 ,mem_mesh_filter_status_message_listsize 
-0x40c3 013639 jam proxy_opcode_filter_status ,mem_mesh_filter_status_message_opcode 
-0x40c4 013641 fetch 9 ,mem_mesh_message_nid 
-0x40c5 013642 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x40c6 013643 fetch 2 ,mem_mesh_send_message_src 
-0x40c7 013644 store 2 ,mem_mesh_send_upper_layer_src 
-0x40c8 013646 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
-0x40c9 013647 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
-0x40ca 013649 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
-0x40cb 013650 setarg 6 
-0x40cc 013651 arg mem_mesh_send_upper_layer_dst ,temp 
-0x40cd 013652 call ali_ccm_encrypt_64bit 
-0x40ce 013653 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
-0x40cf 013656 arg 22 ,rega 
-0x40d0 013657 arg mesh_proxy_data_out_handle ,temp 
-0x40d1 013658 call le_att_malloc_tx_notify 
-0x40d2 013659 setarg mesh_proxy_message_type_proxy_configuration 
-0x40d3 013660 istore 1 ,contw 
-0x40d4 013661 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
-0x40d5 013662 branch memcpy32 
-:      013664 ali_mesh_receive_ble_data_provisioning_data_in:
-0x40d6 013665 jam mesh_message_proxy ,mem_mesh_fast_pair_packet_type 
-0x40d7 013666 copy regb ,temp 
-0x40d8 013667 copy rega ,contr 
-0x40d9 013668 branch ali_mesh_receive_adtype_manufacturer_specific 
-:      013671 ali_mesh_network_load_proxy_nonce_and_encryptionkey:
-0x40da 013672 arg mem_mesh_proxy_nonce ,contw 
-0x40db 013673 setarg proxy_nonce 
-0x40dc 013674 istore 2 ,contw 
-0x40dd 013675 fetch 5 ,mem_mesh_message_seq 
-0x40de 013676 istore 7 ,contw 
-0x40df 013677 call mesh_generate_nonce 
-0x40e0 013679 branch ali_mesh_upper_transport_layer_load_encryptionkey 
-:      013681 ali_mesh_network_layer_recevice_network_pdu_proxy_control:
-0x40e1 013682 jam mesh_message_proxy ,mem_mesh_network_packet_type 
-0x40e2 013683 branch ali_mesh_network_layer_recevice_network_pdu 
-:      013686 ali_mesh_proxy_process_bb_event:
-0x40e3 013687 copy regc ,pdata 
-0x40e4 013688 beq bt_evt_le_disconnected ,mesh_ble_start_adv 
-0x40e5 013689 beq bt_evt_le_connected ,app_ble_conn_event 
-0x40e6 013690 rtn 
-:      013692 app_ble_conn_event:
-0x40e7 013693 branch ali_mesh_proxy_white_list_clear 
-:      013697 mesh_ble_start_adv:
-0x40e8 013698 setarg 0 
-0x40e9 013699 store 2 ,mem_mesh_network_proxy_unicast_address 
-0x40ea 013700 branch app_ble_start_adv 
-:      013702 ali_mesh_proxy_white_list_clear:
-0x40eb 013703 setarg 0 
-0x40ec 013704 store 2 ,mem_mesh_white_list_num 
-0x40ed 013705 arg mem_mesh_white_list ,contw 
-0x40ee 013706 arg 16 ,loopcnt 
-0x40ef 013707 branch memset0 
-:      013714 ali_mesh_send_ble_data:
-0x40f0 013716 call le_fifo_check_nearly_full 
-0x40f1 013717 nrtn blank 
-0x40f2 013719 fetch 1 ,mem_mesh_queue_ele_len 
-0x40f3 013720 add pdata ,-1 ,rega 
-0x40f4 013721 arg mesh_proxy_data_out_handle ,temp 
-0x40f5 013722 call le_att_malloc_tx_notify 
-0x40f6 013723 setarg mesh_proxy_message_type_network_pdu 
-0x40f7 013724 istore 1 ,contw 
-0x40f8 013725 arg mem_mesh_queue_ele_payload + 2 ,contr 
-0x40f9 013726 branch memcpy32 
-:      013728 ali_mesh_send_pairing_data:
-0x40fa 013729 fetch 1 ,mem_mesh_fast_pair_packet_type 
-0x40fb 013730 rtneq mesh_message_tmall 
-0x40fc 013731 fetch 2 ,mem_ui_state_map 
-0x40fd 013732 rtnbit0 ui_state_ble_connected 
-0x40fe 013733 call le_fifo_check_nearly_full 
-0x40ff 013734 nrtn blank 
-0x4100 013735 fetch 1 ,mem_mesh_adv_data_len 
-0x4101 013736 add pdata ,-5 ,rega 
-0x4102 013737 arg mesh_provisioning_data_out_handle ,temp 
-0x4103 013738 call le_att_malloc_tx_notify 
-0x4104 013739 arg mem_mesh_adv_data + 5 ,contr 
-0x4105 013740 branch memcpy32 
-:      013742 ali_mesh_white_filter_check:
-0x4106 013743 fetch 2 ,mem_mesh_white_list 
-0x4107 013744 nrtn blank 
-0x4108 013745 fetch 2 ,mem_mesh_message_src 
-0x4109 013746 store 2 ,mem_mesh_white_list 
-:      013747 ali_mesh_white_list_num_increase:
-0x410a 013748 fetch 2 ,mem_mesh_white_list_num 
-0x410b 013749 pincrease 1 
-0x410c 013750 store 2 ,mem_mesh_white_list_num 
-0x410d 013751 rtn 
-:      013754 sha_endian_swap2:
-0x410e 013755 ifetch 4 ,contr 
-0x410f 013756 force 4 ,rega 
-0x4110 013757 increase 3 ,contw 
-:      013758 sha_endian_loop:
-0x4111 013759 istore 1 ,contw 
-0x4112 013760 rshift8 pdata ,pdata 
-0x4113 013761 increase -2 ,contw 
-0x4114 013762 increase -1 ,rega 
-0x4115 013763 nbranch sha_endian_loop ,zero 
-0x4116 013764 increase 5 ,contw 
-0x4117 013765 loop sha_endian_swap2 
-0x4118 013766 rtn 
-:      013769 sha_getw:
-0x4119 013770 lshift2 queue ,pdata 
-0x411a 013771 iadd timeup ,contr 
-0x411b 013772 ifetch 4 ,contr 
-0x411c 013773 rtn 
-:      013775 sha_r:
-0x411d 013776 force 16 ,alarm 
-0x411e 013777 arg mem_dat ,timeup 
-:      013778 sha_r_loop:
-0x411f 013779 add alarm ,-7 ,queue 
-0x4120 013780 call sha_getw 
-0x4121 013781 iforce temp 
-0x4122 013782 add alarm ,-16 ,queue 
-0x4123 013783 call sha_getw 
-0x4124 013784 iadd temp ,temp 
-0x4125 013785 add alarm ,-2 ,queue 
-0x4126 013786 call sha_getw 
-0x4127 013787 shasx pdata ,1 ,pdata 
-0x4128 013788 iadd temp ,temp 
-0x4129 013789 add alarm ,-15 ,queue 
-0x412a 013790 call sha_getw 
-0x412b 013791 shasx pdata ,0 ,pdata 
-0x412c 013792 iadd temp ,temp 
-0x412d 013793 lshift2 alarm ,pdata 
-0x412e 013794 iadd timeup ,contw 
-0x412f 013795 istoret 4 ,contw 
-0x4130 013796 increase 1 ,alarm 
-0x4131 013797 compare 64 ,alarm ,0xff 
-0x4132 013798 nbranch sha_r_loop ,true 
-0x4133 013799 rtn 
-:      013802 sha_init:
-0x4134 013803 arg memh0 ,contr 
-0x4135 013804 force 7 ,regext_index 
-:      013805 sha_init_0:
-0x4136 013806 ifetch 4 ,contr 
-0x4137 013807 iforce regext 
-0x4138 013808 increase -1 ,regext_index 
-0x4139 013809 branch sha_init_0 ,positive 
-0x413a 013810 rtn 
-:      013812 sha:
-0x413b 013813 bpatchx patch36_3 ,mem_patch36 
-0x413c 013814 call sha_r 
-0x413d 013815 arg memahbak ,contw 
-0x413e 013816 force 0 ,regext_index 
-:      013817 sha_0:
-0x413f 013818 deposit regext 
-0x4140 013819 istore 4 ,contw 
-0x4141 013820 increase 1 ,regext_index 
-0x4142 013821 compare 8 ,regext_index ,0xff 
-0x4143 013822 nbranch sha_0 ,true 
-0x4144 013825 arg ble_mesh_sha256_addr ,timeup 
-0x4145 013828 arg mem_dat ,alarm 
-0x4146 013829 force 64 ,loopcnt 
-:      013830 sha_loop:
-0x4147 013831 ifetcht 4 ,alarm 
-0x4148 013832 ifetch 4 ,timeup 
-0x4149 013833 increase 4 ,timeup 
-0x414a 013834 increase 4 ,alarm 
-0x414b 013835 iadd temp ,pdata 
-0x414c 013836 force 7 ,regext_index 
-0x414d 013837 iadd regext ,temp 
-0x414e 013838 force 4 ,regext_index 
-0x414f 013839 shasx regext ,3 ,pdata 
-0x4150 013840 iadd temp ,temp 
-0x4151 013841 force 5 ,regext_index 
-0x4152 013842 deposit regext 
-0x4153 013843 force 6 ,regext_index 
-0x4154 013844 ixor regext ,pdata 
-0x4155 013845 force 4 ,regext_index 
-0x4156 013846 iand regext ,pdata 
-0x4157 013847 force 6 ,regext_index 
-0x4158 013848 ixor regext ,pdata 
-0x4159 013849 iadd temp ,temp 
-0x415a 013850 force 7 ,regext_index 
-0x415b 013851 copy temp ,regext 
-0x415c 013852 force 3 ,regext_index 
-0x415d 013853 deposit regext 
-0x415e 013854 iadd temp ,regext 
-0x415f 013855 force 0 ,regext_index 
-0x4160 013856 deposit regext 
-0x4161 013857 force 1 ,regext_index 
-0x4162 013858 iand regext ,temp 
-0x4163 013859 ior regext ,pdata 
-0x4164 013860 force 2 ,regext_index 
-0x4165 013861 iand regext ,pdata 
-0x4166 013862 ior temp ,temp 
-0x4167 013863 force 0 ,regext_index 
-0x4168 013864 shasx regext ,2 ,pdata 
-0x4169 013865 iadd temp ,pdata 
-0x416a 013866 force 7 ,regext_index 
-0x416b 013867 iadd regext ,regext 
-0x416c 013868 regexrot 
-0x416d 013869 loop sha_loop 
-0x416e 013870 arg memahbak ,contr 
-0x416f 013871 force 0 ,regext_index 
-:      013872 sha_1:
-0x4170 013873 ifetch 4 ,contr 
-0x4171 013874 iadd regext ,regext 
-0x4172 013875 increase 1 ,regext_index 
-0x4173 013876 compare 8 ,regext_index ,0xff 
-0x4174 013877 nbranch sha_1 ,true 
-0x4175 013878 rtn 
-:      013882 sha_result:
-0x4176 013883 arg memresult ,contw 
-0x4177 013884 force 7 ,regext_index 
-:      013885 sha_regext_save:
-0x4178 013886 deposit regext 
-0x4179 013887 istore 4 ,contw 
-0x417a 013888 increase -1 ,regext_index 
-0x417b 013889 branch sha_regext_save ,positive 
-0x417c 013890 rtn 
-:      013895 ali_mesh_upper_transport_layer_receive_unsegmented_access_message:
-0x417d 013896 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key 
-:      013898 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key:
-0x417e 013899 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
-0x417f 013900 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
-:      013902 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key:
-0x4180 013903 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
-0x4181 013904 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
-:      013907 ali_mesh_upper_transport_layer_decrypt_unsegmented_message:
-0x4182 013909 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x4183 013910 pincrease -7 
-0x4184 013914 arg mem_mesh_message_transport_unsegmented_access_messagepdu ,alarm 
-0x4185 013915 call disable_user 
-0x4186 013916 branch ali_mesh_upper_transport_layer_decrypt_message 
-:      013920 ali_mesh_upper_transport_layer_receive_segmented_access_message:
-0x4187 013921 fetch 1 ,mem_mesh_message_transport_head 
-0x4188 013922 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key 
-:      013923 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key:
-0x4189 013924 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
-0x418a 013925 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
-:      013926 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key:
-0x418b 013927 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
-0x418c 013928 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
-:      013931 ali_mesh_upper_transport_layer_decrypt_segmented_message:
-0x418d 013932 fetch 1 ,mem_mesh_aszmic 
-0x418e 013933 ncall enable_user ,blank 
-0x418f 013934 call disable_user ,blank 
-0x4190 013935 fetch 1 ,mem_mesh_segmented_access_message_current_length 
-0x4191 013936 pincrease -4 
-0x4192 013937 jam 0 ,mem_mesh_segmented_access_message_current_length 
-0x4193 013938 arg mem_mesh_segmented_access_message_segment ,alarm 
-:      013942 ali_mesh_upper_transport_layer_decrypt_message:
-0x4194 013943 copy alarm ,temp 
-0x4195 013944 call ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic 
-0x4196 013945 nrtn zero 
-0x4197 013946 call ali_mesh_upper_transport_layer_check_transport_mic_cache 
-0x4198 013947 nrtn user 
-0x4199 013948 fetch 2 ,mem_ccm_data_ptr 
-0x419a 013949 copy pdata ,alarm 
-0x419b 013950 branch ali_mesh_access_layer_resolve_message 
-:      013952 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic:
-0x419c 013953 nbranch ali_ccm_decrypt ,user 
-0x419d 013954 pincrease -4 
-0x419e 013955 branch ali_ccm_decrypt_64bit 
-:      013958 ali_mesh_upper_transport_layer_check_transport_mic_cache:
-0x419f 013959 setarg mem_mesh_access_message_mic_cache 
-0x41a0 013960 store 2 ,mem_mesh_mic_cache_ptr 
-0x41a1 013961 branch ali_mesh_base_adt_cache 
-:      013965 ali_mesh_upper_transport_layer_load_application_nonce_and_application_key:
-0x41a2 013966 call ali_mesh_upper_transport_layer_load_application_nonce 
-:      013967 ali_mesh_upper_transport_layer_load_application_key:
-0x41a3 013968 arg mem_mesh_application_key ,contr 
-0x41a4 013969 branch load_key 
-:      013970 ali_mesh_upper_transport_layer_load_application_nonce:
-0x41a5 013971 arg mem_mesh_application_nonce ,contw 
-0x41a6 013972 setarg application_nonce 
-0x41a7 013973 istore 1 ,contw 
-0x41a8 013974 fetch 1 ,mem_mesh_aszmic 
-0x41a9 013975 arg 0 ,temp 
-0x41aa 013976 nsetflag blank ,7 ,temp 
-0x41ab 013977 istoret 1 ,contw 
-0x41ac 013978 fetch 7 ,mem_mesh_message_seq 
-0x41ad 013979 istore 7 ,contw 
-0x41ae 013980 branch mesh_generate_nonce 
-:      013984 ali_mesh_upper_transport_layer_load_device_nonce_and_device_key:
-0x41af 013985 call ali_mesh_upper_transport_layer_load_device_nonce 
-:      013986 ali_mesh_upper_transport_layer_load_device_key:
-0x41b0 013987 arg mem_mesh_device_key ,contr 
-0x41b1 013988 branch load_key 
-:      013989 ali_mesh_upper_transport_layer_load_device_nonce:
-0x41b2 013990 arg mem_mesh_device_nonce ,contw 
-0x41b3 013991 setarg device_nonce 
-0x41b4 013992 branch ali_mesh_upper_transport_layer_load_application_nonce + 2 
-:      013996 ali_mesh_upper_transport_layer_send_access_message:
-:      013997 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer:
-0x41b5 013998 bpatchx patch36_4 ,mem_patch36 
-0x41b6 014000 call ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst 
-0x41b7 014003 call ali_mesh_upper_transport_layer_store_packet_header 
-0x41b8 014004 rtn user 
-0x41b9 014005 call ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu 
-0x41ba 014007 call ali_mesh_upper_transport_layer_init_queue_param 
-0x41bb 014009 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
-0x41bc 014010 branch queue_push 
-:      014014 ali_mesh_upper_transport_layer_store_packet_header:
-0x41bd 014015 call disable_user 
-0x41be 014016 arg upper_retry_count_status ,temp 
-0x41bf 014018 fetch 1 ,mem_mesh_network_packet_type 
-0x41c0 014019 sub pdata ,mesh_message_proxy ,null 
-0x41c1 014020 setflag zero ,bit_upper_flag_proxy_control ,temp 
-0x41c2 014021 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41c3 014022 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x41c4 014023 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
-0x41c5 014024 fetch 1 ,mem_mesh_access_layer_payload_vendor_command 
-0x41c6 014025 rtnne vendor_message_attr_indication 
-0x41c7 014026 fetch 1 ,mem_mesh_provisioned_flag 
-0x41c8 014027 bne paired_status ,enable_user 
-0x41c9 014028 fetch 1 ,mem_mesh_access_layer_payload_vendor_tid 
-0x41ca 014029 store 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
-0x41cb 014030 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41cc 014031 pincrease upper_retry_count_indication 
-0x41cd 014032 set1 bit_upper_flag_vendor_indication ,pdata 
-0x41ce 014033 store 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41cf 014034 rtn 
-:      014037 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu:
-0x41d0 014038 fetch 1 ,mem_mesh_access_layer_payload_len 
-0x41d1 014039 copy pdata ,loopcnt 
-0x41d2 014040 store 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x41d3 014041 fetch 1 ,mem_mesh_message_transport_head 
-0x41d4 014042 store 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
-0x41d5 014043 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
-0x41d6 014044 arg mem_mesh_access_layer_payload ,contr 
-0x41d7 014045 branch memcpy 
-:      014049 ali_mesh_upper_transport_layer_control_packet:
-:      014054 ali_mesh_upper_transport_layer_control_packet_deal:
-0x41d8 014055 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
-0x41d9 014056 nrtn blank 
-0x41da 014057 call ali_mesh_upper_transport_layer_init_queue_param 
-0x41db 014058 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
-0x41dc 014059 call queue_get_new_ele 
-0x41dd 014060 nrtn user 
-0x41de 014062 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41df 014063 and temp ,data_upper_flag_max_retry_count ,pdata 
-0x41e0 014064 branch ali_mesh_upper_transport_layer_queue_pop ,blank 
-0x41e1 014066 jam packet_in_bearer ,mem_mesh_upper_tran_layer_packet_advertising 
-0x41e2 014068 call ali_mesh_upper_transport_layer_control_packet_load_header 
-0x41e3 014070 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41e4 014071 call ali_mesh_upper_transport_layer_control_packet_load_app_control 
-0x41e5 014072 store 1 ,mem_mesh_upper_tran_layer_packet_tid 
-0x41e6 014074 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x41e7 014075 isolate1 bit_upper_flag_proxy_control ,temp 
-0x41e8 014076 setflag true ,bit_uuper_tran_proxy_message ,pdata 
-0x41e9 014077 store 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x41ea 014085 set1 bit_upper_flag_retransmit ,temp 
-0x41eb 014087 increase -1 ,temp 
-0x41ec 014088 istoret 1 ,regb 
-0x41ed 014090 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41ee 014091 isolate1 bit_upper_flag_retransmit ,temp 
-0x41ef 014092 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access ,true 
-0x41f0 014093 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x41f1 014094 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x41f2 014095 copy temp ,loopcnt 
-0x41f3 014096 arg mem_mesh_access_layer_payload ,contw 
-0x41f4 014097 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
-0x41f5 014098 call memcpy 
-0x41f6 014100 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
-0x41f7 014101 nbranch ali_mesh_upper_transport_layer_control_packet_segment_msg ,positive 
-:      014102 ali_mesh_upper_transport_layer_control_packet_unsegment_msg:
-0x41f8 014103 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
-:      014106 ali_mesh_upper_transport_layer_control_packet_segment_msg:
-0x41f9 014107 fetch 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
-0x41fa 014108 store 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x41fb 014109 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
-:      014112 ali_mesh_upper_transport_layer_control_packet_load_header:
-0x41fc 014113 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
-0x41fd 014114 store 1 ,mem_mesh_message_transport_head 
-0x41fe 014116 fetch 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
-0x41ff 014117 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x4200 014118 store 9 ,mem_mesh_message_nid 
-0x4201 014119 rtn 
-:      014122 ali_mesh_upper_transport_layer_control_packet_load_app_control:
-0x4202 014123 jam upper_tran_tmall_message ,mem_mesh_upper_tran_layer_packet_type 
-0x4203 014124 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
-0x4204 014125 isolate1 bit_upper_flag_vendor_indication ,temp 
-0x4205 014126 rtn true 
-0x4206 014127 setarg 0 
-0x4207 014128 rtn 
-:      014130 ali_mesh_store_tran_package_type:
-0x4208 014131 add rega ,element_device_tran_package_type ,contw 
-0x4209 014132 istore 1 ,contw 
-0x420a 014133 rtn 
-:      014136 ali_mesh_upper_transport_layer_queue_pop:
-0x420b 014137 jam 0 ,mem_mesh_upper_tran_layer_packet_tid 
-0x420c 014138 call ali_mesh_upper_transport_layer_init_queue_param 
-0x420d 014139 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
-0x420e 014140 branch queue_pop 
-:      014142 ali_mesh_upper_transport_layer_control_packet_encrypt_access:
-0x420f 014143 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
-0x4210 014144 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
-0x4211 014145 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x4212 014146 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
-0x4213 014147 call ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload 
-0x4214 014148 setarg 0 
-0x4215 014149 store 1 ,mem_mesh_aszmic 
-0x4216 014150 call ali_mesh_upper_transport_layer_calc_transport_mic 
-0x4217 014152 fetcht 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x4218 014153 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x4219 014154 copy temp ,loopcnt 
-0x421a 014155 arg mem_mesh_access_layer_payload ,contr 
-0x421b 014156 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
-0x421c 014157 call memcpy 
-0x421d 014159 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
-0x421e 014160 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg ,positive 
-:      014161 ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg:
-0x421f 014162 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
-0x4220 014163 call queue_store_new_ele 
-0x4221 014164 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
-:      014166 ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg:
-0x4222 014167 call ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon 
-0x4223 014168 fetch 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x4224 014169 store 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
-0x4225 014170 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
-0x4226 014171 call queue_store_new_ele 
-0x4227 014172 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
-:      014174 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload:
-0x4228 014175 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x4229 014176 copy pdata ,loopcnt 
-0x422a 014177 store 1 ,mem_mesh_access_layer_payload_len 
-0x422b 014178 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
-0x422c 014179 store 1 ,mem_mesh_message_transport_head 
-0x422d 014180 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
-0x422e 014181 arg mem_mesh_access_layer_payload ,contw 
-0x422f 014182 branch memcpy 
-:      014184 ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer:
-0x4230 014185 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
-0x4231 014186 setarg mem_mesh_access_payload 
-0x4232 014187 store 2 ,mem_mesh_upper_transport_layer_payload_ptr 
-:      014188 ali_mesh_upper_transport_layer_send_segmented_access_message_loop:
-0x4233 014189 call ali_mesh_upper_transport_layer_control_packet_load_header 
-0x4234 014190 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
-0x4235 014191 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
-0x4236 014193 fetcht 1 ,mem_mesh_access_layer_payload_len 
-0x4237 014194 setarg segmented_access_message_unint_pdu_len 
-0x4238 014195 call not_greater_than 
-0x4239 014196 copy pdata ,rega 
-0x423a 014197 copy temp ,pdata 
-0x423b 014198 isub rega ,pdata 
-0x423c 014199 store 1 ,mem_mesh_access_layer_payload_len 
-0x423d 014200 fetch 2 ,mem_mesh_upper_transport_layer_payload_ptr 
-0x423e 014201 copy pdata ,contr 
-0x423f 014202 iadd rega ,temp 
-0x4240 014203 storet 2 ,mem_mesh_upper_transport_layer_payload_ptr 
-0x4241 014204 call ali_mesh_lower_transport_layer_send_segmented_access_message 
-0x4242 014205 fetch 1 ,mem_mesh_access_layer_payload_len 
-0x4243 014206 rtn blank 
-0x4244 014207 fetch 1 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4245 014208 pincrease 1 
-0x4246 014209 store 1 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4247 014210 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
-0x4248 014211 branch ali_mesh_upper_transport_layer_send_segmented_access_message_loop 
-:      014216 ali_mesh_upper_transport_layer_calc_transport_mic:
-0x4249 014217 fetch 1 ,mem_mesh_message_transport_head 
-0x424a 014218 bbit0 transport_head_bit_akf ,ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey 
-:      014219 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey:
-0x424b 014220 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
-0x424c 014221 branch ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm 
-:      014222 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey:
-0x424d 014223 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
-:      014224 ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm:
-0x424e 014225 fetch 1 ,mem_mesh_access_layer_payload_len 
-0x424f 014226 add pdata ,4 ,temp 
-0x4250 014227 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x4251 014228 arg mem_mesh_access_layer_payload ,temp 
-0x4252 014229 branch ali_ccm_encrypt 
-:      014234 ali_mesh_upper_transport_layer_send_access_message_calc_seq:
-0x4253 014235 fetch 3 ,mem_mesh_send_message_seq 
-0x4254 014236 pincrease 1 
-0x4255 014237 store 3 ,mem_mesh_send_message_seq 
-0x4256 014238 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
-0x4257 014239 pincrease 1 
-0x4258 014240 store 1 ,mem_mesh_gatt_package_send_msg_id 
-0x4259 014241 fetch 2 ,mem_mesh_cb_seq_changed 
-0x425a 014242 branch callback_func 
-:      014246 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst:
-0x425b 014247 fetch 1 ,mem_mesh_iv_index + 3 
-0x425c 014248 lshift4 pdata ,pdata 
-0x425d 014249 lshift3 pdata ,pdata 
-0x425e 014250 fetcht 1 ,mem_k2_nid 
-0x425f 014251 ior temp ,pdata 
-0x4260 014252 store 1 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x4261 014253 fetch 1 ,mem_mesh_send_message_ttl 
-0x4262 014254 store 1 ,mem_mesh_send_upper_layer_ctl_and_ttl 
-0x4263 014255 fetch 2 ,mem_mesh_send_message_src 
-0x4264 014256 store 2 ,mem_mesh_send_upper_layer_src 
-0x4265 014257 fetch 2 ,mem_mesh_send_message_dst 
-0x4266 014258 store 2 ,mem_mesh_send_upper_layer_dst 
-:      014260 ali_mesh_upper_transport_layer_send_access_message_add_seq:
-0x4267 014261 fetch 3 ,mem_mesh_send_message_seq 
-0x4268 014262 store 3 ,mem_mesh_send_upper_layer_seq 
-0x4269 014263 arg mem_mesh_send_upper_layer_seq ,rega 
-0x426a 014264 arg 3 ,loopcnt 
-0x426b 014265 call inverse_data 
-0x426c 014266 fetch 8 ,mem_mesh_send_upper_layer_ctl_and_ttl 
-0x426d 014267 store 8 ,mem_mesh_message_ttl 
-0x426e 014268 rtn 
-:      014270 ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon:
-0x426f 014271 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x4270 014272 div pdata ,segmented_access_message_unint_pdu_len 
-0x4271 014273 call wait_div_end 
-0x4272 014274 quotient temp 
-0x4273 014275 remainder pdata 
-0x4274 014276 call ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one ,blank 
-0x4275 014277 storet 1 ,mem_mesh_segmented_lower_transport_layer_segn 
-0x4276 014278 jam 0 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4277 014279 fetch 3 ,mem_mesh_send_message_seq 
-0x4278 014280 arg 0x1fff ,temp 
-0x4279 014281 iand temp ,pdata 
-0x427a 014282 store 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x427b 014283 rtn 
-:      014285 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header:
-0x427c 014286 fetch 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x427d 014287 lshift4 pdata ,pdata 
-0x427e 014288 lshift pdata ,pdata 
-0x427f 014289 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4280 014290 ior temp ,pdata 
-0x4281 014291 lshift4 pdata ,pdata 
-0x4282 014292 lshift pdata ,pdata 
-0x4283 014293 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_segn 
-0x4284 014294 ior temp ,pdata 
-0x4285 014295 store 3 ,mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn 
-0x4286 014296 arg 3 ,loopcnt 
-0x4287 014297 arg mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn ,rega 
-0x4288 014298 branch inverse_data 
-:      014300 ali_mesh_upper_transport_layer_receive_new_msg_timer:
-0x4289 014301 arg mem_mesh_upper_receive_new_message_timer ,regc 
-0x428a 014302 arg ali_mesh_upper_transport_layer_receive_new_msg_timeout ,regb 
-0x428b 014303 branch timer_single_step 
-:      014305 ali_mesh_upper_transport_layer_receive_new_msg_timeout:
-0x428c 014306 arg 40 ,loopcnt 
-0x428d 014307 arg mem_mesh_access_message_mic_cache ,contw 
-0x428e 014308 branch clear_mem 
-:      014311 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one:
-0x428f 014312 increase -1 ,temp 
-0x4290 014313 rtn 
-:      014315 ali_mesh_upper_transport_layer_clear_tx_buffer:
-0x4291 014316 branch ali_mesh_stop_send_indication_packet 
-:      014319 ali_mesh_upper_transport_layer_init_queue_param:
-0x4292 014320 setarg mem_mesh_upper_tran_layer_queue_each_size 
-0x4293 014321 store 2 ,mem_queue_ptr 
-0x4294 014322 rtn 
-:      014325 app_init:
-0x4295 014326 bpatch patch16_1 ,mem_patch16 
-0x4296 014327 fetch 1 ,mem_device_option 
-0x4297 014328 branch app_init ,blank 
-0x4298 014329 beq dvc_op_dongle ,dongle_init 
-0x4299 014330 beq dvc_op_shutter ,shutter_init 
-0x429a 014331 beq dvc_op_module ,module_init 
-0x429b 014332 beq dvc_op_car ,car_init 
-0x429c 014333 beq dvc_op_shutter_dy ,shutter_dy_init 
-0x429d 014334 beq dvc_op_remote_car ,remote_car_init 
-0x429e 014335 beq dvc_op_keyboard ,keyboard_init 
-0x429f 014336 beq dvc_op_hci_boot ,hci_init 
-0x42a0 014338 beq dvc_op_mouse ,mouse_init 
-0x42a1 014339 beq dvc_op_mesh ,ali_mesh_init 
-0x42a2 014340 rtn 
-:      014343 app_param_init:
-0x42a3 014344 rtn wake 
-0x42a4 014345 call adc_init_data 
-0x42a5 014346 fetch 1 ,mem_device_option 
-0x42a6 014347 beq dvc_op_shutter ,shutter_default_init 
-0x42a7 014348 beq dvc_op_shutter_dy ,shutter_default_init 
-0x42a8 014349 beq dvc_op_dongle ,dongle_default_init 
-0x42a9 014350 beq dvc_op_mouse ,mouse_default_init 
-0x42aa 014351 beq dvc_op_keyboard ,mouse_default_parm_init 
-0x42ab 014352 beq dvc_op_remote_car ,remote_car_default_init 
-0x42ac 014353 rtn 
-:      014355 app_process_idle:
-0x42ad 014356 call ui_dispatch 
-0x42ae 014357 call check_51cmd 
-0x42af 014358 call app_process_bb_event 
-0x42b0 014359 fetch 2 ,mem_cb_idle_process 
-0x42b1 014360 branch callback_func 
-:      014362 app_process_ble:
-0x42b2 014363 fetch 2 ,mem_cb_le_process 
-0x42b3 014364 branch callback_func 
-:      014366 app_process_bb_event:
-0x42b4 014367 bpatch patch16_2 ,mem_patch16 
-0x42b5 014369 arg mem_ipc_fifo_bt2c51 ,rega 
-0x42b6 014370 call fifo_out 
-0x42b7 014371 rtn blank 
-0x42b8 014373 copy pdata ,regc 
-0x42b9 014374 call app_event_normal_process 
-0x42ba 014375 branch app_process_bb_event_priority 
-:      014377 app_discard_event:
-0x42bb 014378 arg 0 ,regc 
-0x42bc 014379 rtn 
-:      014384 app_event_normal_process:
-0x42bd 014385 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x42be 014386 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x42bf 014387 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x42c0 014388 rtn 
-:      014392 app_process_bb_event_priority:
-0x42c1 014393 fetch 2 ,mem_cb_bb_event_process 
-0x42c2 014394 branch callback_func 
-:      014396 app_check_wake_lock:
-0x42c3 014397 fetch 2 ,mem_cb_check_wakelock 
-0x42c4 014398 branch callback_func 
-:      014400 app_will_enter_lpm:
-0x42c5 014401 fetch 2 ,mem_cb_before_lpm 
-0x42c6 014402 branch callback_func 
-:      014404 app_le_event_bb_connected:
-0x42c7 014405 fetch 2 ,mem_ui_state_map 
-0x42c8 014406 set1 ui_state_ble_connected ,pdata 
-0x42c9 014407 store 2 ,mem_ui_state_map 
-0x42ca 014408 rtn 
-:      014410 app_le_event_bb_disconn:
-0x42cb 014411 jam 0 ,mem_le_l2cap_att_states 
-0x42cc 014412 fetch 2 ,mem_ui_state_map 
-0x42cd 014413 set0 ui_state_ble_connected ,pdata 
-0x42ce 014414 store 2 ,mem_ui_state_map 
-0x42cf 014415 branch app_lpm_mult_disable 
-:      014418 app_evt_button_long_pressed:
-0x42d0 014419 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x42d1 014420 set1 app_disc_by_button ,pdata 
-0x42d2 014421 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x42d3 014422 rtn 
-:      014425 app_evt_timer:
-0x42d4 014426 store 1 ,mem_app_evt_timer_count 
-:      014427 app_evt_100ms_loop:
-0x42d5 014428 bpatch patch16_3 ,mem_patch16 
-0x42d6 014429 fetch 1 ,mem_app_evt_timer_count 
-0x42d7 014430 rtn blank 
-0x42d8 014431 increase -1 ,pdata 
-0x42d9 014432 store 1 ,mem_app_evt_timer_count 
-0x42da 014433 call ui_button_polling 
-0x42db 014434 call app_lpm_wake_auto_lock_timer 
-0x42dc 014435 call flash_write_spi_sm_timer 
-0x42dd 014436 fetch 2 ,mem_cb_event_timer 
-0x42de 014437 call callback_func 
-0x42df 014438 branch app_evt_100ms_loop 
-:      014443 timer_single_step:
-0x42e0 014444 ifetch 1 ,regc 
-0x42e1 014445 rtn blank 
-0x42e2 014446 pincrease -1 
-0x42e3 014447 istore 1 ,regc 
-0x42e4 014448 nrtn blank 
-0x42e5 014449 copy regb ,pdata 
-0x42e6 014450 branch callback_func 
-:      014454 timer_single_step_2b:
-0x42e7 014455 ifetch 2 ,regc 
-0x42e8 014456 rtn blank 
-0x42e9 014457 pincrease -1 
-0x42ea 014458 istore 2 ,regc 
-0x42eb 014459 nrtn blank 
-0x42ec 014460 copy regb ,pdata 
-0x42ed 014461 branch callback_func 
-:      014463 app_power_timer:
-0x42ee 014464 fetcht 2 ,mem_power_param_ptr 
-0x42ef 014465 add temp ,power_timer_offset ,regc 
-0x42f0 014466 arg app_power_timer_timeout ,regb 
-0x42f1 014467 branch timer_single_step 
-:      014469 app_power_timer_timeout:
-0x42f2 014470 call app_got_power_state_common 
-0x42f3 014471 beq power_starting ,app_enter_power_stanby_state 
-:      014472 app_enter_power_off_state:
-0x42f4 014473 branch app_enter_hibernate 
-:      014474 app_enter_power_stanby_state:
-0x42f5 014475 setarg power_standby 
-0x42f6 014476 istore 1 ,regc 
-0x42f7 014477 add temp ,power_standby_cb_offset ,regb 
-:      014478 app_power_cb_common:
-0x42f8 014479 ifetch 2 ,regb 
-0x42f9 014480 branch callback_func 
-:      014483 app_bb_hibernate:
-0x42fa 014484 call app_disconn_reason_clear 
-0x42fb 014485 branch app_enter_hibernate 
-:      014488 app_disconn_reason_clear:
-0x42fc 014489 setarg 0 
-0x42fd 014490 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x42fe 014491 rtn 
-:      014492 app_disconn_reason_flag_clear:
-0x42ff 014493 setarg 0 
-0x4300 014494 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4301 014495 rtn 
-:      014499 app_disconn_reason_collect_ble:
-0x4302 014500 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4303 014501 set1 app_disc_ble ,pdata 
-0x4304 014502 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x4305 014503 setarg 0 
-0x4306 014504 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4307 014505 rtn 
-:      014513 app_get_lpm_wake_lock:
-0x4308 014514 arg wake_lock_app ,queue 
-0x4309 014515 branch lpm_get_wake_lock 
-:      014517 app_put_lpm_wake_lock:
-0x430a 014518 arg wake_lock_app ,queue 
-0x430b 014519 branch lpm_put_wake_lock 
-:      014521 app_lpm_wake_auto_lock:
-0x430c 014522 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x430d 014523 branch app_get_lpm_wake_lock 
-:      014525 app_lpm_wake_auto_lock_timer:
-0x430e 014526 arg mem_wake_up_delay_timer ,regc 
-0x430f 014527 arg app_put_lpm_wake_lock ,regb 
-0x4310 014528 branch timer_single_step 
-:      014531 app_ble_start_direct_adv:
-0x4311 014532 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x4312 014533 branch ui_ipc_send_cmd 
-:      014535 app_ble_stop_direct_adv:
-0x4313 014536 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x4314 014537 branch ui_ipc_send_cmd 
-:      014539 app_ble_stop_adv:
-0x4315 014540 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x4316 014541 branch ui_ipc_send_cmd 
-:      014543 app_ble_start_adv:
-0x4317 014544 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x4318 014545 branch ui_ipc_send_cmd 
-:      014547 app_ble_start_scan:
-0x4319 014548 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x431a 014549 branch ui_ipc_send_cmd 
-:      014551 app_ble_stop_scan:
-0x431b 014552 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x431c 014553 branch ui_ipc_send_cmd 
-:      014555 app_ble_start_conn:
-0x431d 014556 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x431e 014557 branch ui_ipc_send_cmd 
-:      014559 app_ble_disconnect:
-0x431f 014560 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x4320 014561 branch ui_ipc_send_cmd 
-:      014563 app_led_start_blink:
-0x4321 014564 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x4322 014565 branch ui_ipc_send_cmd 
-:      014567 app_led_on:
-0x4323 014568 jam bt_cmd_led_on ,mem_fifo_temp 
-0x4324 014569 branch ui_ipc_send_cmd 
-:      014571 app_led_stop_blink:
-:      014572 app_led_off:
-0x4325 014573 jam bt_cmd_led_off ,mem_fifo_temp 
-0x4326 014574 branch ui_ipc_send_cmd 
-:      014576 app_enter_hibernate:
-0x4327 014577 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x4328 014578 branch ui_ipc_send_cmd 
-:      014581 app_ble_store_reconn_info:
-0x4329 014582 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x432a 014583 branch ui_ipc_send_cmd 
-:      014586 app_lpm_mult_enable:
-0x432b 014587 set1 mark_lpm_mult_enable ,mark 
-0x432c 014588 rtn 
-:      014590 app_lpm_mult_disable:
-0x432d 014591 set0 mark_lpm_mult_enable ,mark 
-0x432e 014592 rtn 
-:      014595 app_button_long_pressed:
-0x432f 014596 call app_got_power_state_common 
-0x4330 014597 beq power_standby ,app_power_shutting_down 
-:      014598 app_power_starting:
-0x4331 014599 setarg power_starting 
-0x4332 014600 istore 1 ,regc 
-0x4333 014601 add temp ,power_starting_timeout_offset ,rega 
-0x4334 014602 add temp ,power_starting_cb_offset ,regb 
-:      014603 app_power_common:
-0x4335 014604 ifetcht 1 ,rega 
-0x4336 014605 increase 1 ,regc 
-0x4337 014606 istoret 1 ,regc 
-0x4338 014607 branch app_power_cb_common 
-:      014609 app_power_shutting_down:
-0x4339 014610 setarg power_off 
-0x433a 014611 istore 1 ,regc 
-0x433b 014612 fetch 2 ,mem_ui_state_map 
-0x433c 014613 bbit0 ui_state_ble_connected ,app_power_off_end 
-0x433d 014614 call le_send_terminate_ind_user_terminated 
-0x433e 014615 call app_ble_disconnect 
-:      014616 app_power_off_end:
-0x433f 014617 fetcht 2 ,mem_power_param_ptr 
-0x4340 014618 add temp ,power_off_timeout_offset ,rega 
-0x4341 014619 add temp ,power_off_cb_offset ,regb 
-0x4342 014620 branch app_power_common 
-:      014622 app_got_power_state_common:
-0x4343 014623 fetcht 2 ,mem_power_param_ptr 
-0x4344 014624 add temp ,power_state_offset ,regc 
-0x4345 014625 ifetch 1 ,regc 
-0x4346 014626 rtn 
-:      014628 app_event_button_up:
-0x4347 014629 call app_got_power_state_common 
-0x4348 014630 bne power_off ,app_power_release 
-0x4349 014631 branch app_enter_hibernate 
-:      014632 app_power_release:
-0x434a 014633 add temp ,ui_butten_up_cb_offset ,regb 
-0x434b 014634 branch app_power_cb_common 
-:      014640 adpcm_decode:
-0x434c 014641 fetch 8 ,mem_ad_state_valpred 
-0x434d 014642 store 8 ,mem_ad_valpred 
-0x434e 014643 jam 0 ,mem_ad_bufferstep 
-0x434f 014644 fetch 1 ,mem_ad_index 
-0x4350 014645 lshift2 pdata ,pdata 
-0x4351 014646 arg mem_ad_stepsizetable ,temp 
-0x4352 014647 iadd temp ,temp 
-0x4353 014648 ifetch 4 ,temp 
-0x4354 014649 store 4 ,mem_ad_step 
-:      014650 adpcm_decode_loop:
-0x4355 014651 fetch 1 ,mem_ad_bufferstep 
-0x4356 014652 nbranch adpcm_next_byte ,blank 
-0x4357 014653 fetcht 2 ,mem_ad_in_ptr 
-0x4358 014654 ifetch 1 ,temp 
-0x4359 014655 store 1 ,mem_ad_inputbuffer 
-0x435a 014656 increase 1 ,temp 
-0x435b 014657 storet 2 ,mem_ad_in_ptr 
-0x435c 014658 rshift4 pdata ,pdata 
-0x435d 014659 store 1 ,mem_ad_delta 
-0x435e 014660 branch adpcm_cal 
-:      014661 adpcm_next_byte:
-0x435f 014662 fetch 1 ,mem_ad_inputbuffer 
-0x4360 014663 and pdata ,0x0f ,pdata 
-0x4361 014664 store 1 ,mem_ad_delta 
-:      014665 adpcm_cal:
-0x4362 014666 fetch 1 ,mem_ad_bufferstep 
-0x4363 014667 setflip 0 ,pdata 
-0x4364 014668 store 1 ,mem_ad_bufferstep 
-0x4365 014669 arg mem_ad_indextable ,temp 
-0x4366 014670 fetch 1 ,mem_ad_delta 
-0x4367 014671 iadd temp ,temp 
-0x4368 014672 ifetch 1 ,temp 
-0x4369 014673 fetcht 1 ,mem_ad_index 
-0x436a 014674 call adpcm_cal_index 
-0x436b 014675 store 1 ,mem_ad_index 
-0x436c 014677 fetch 1 ,mem_ad_delta 
-0x436d 014678 and pdata ,0x08 ,temp 
-0x436e 014679 storet 1 ,mem_ad_sign 
-0x436f 014680 and pdata ,0x07 ,temp 
-0x4370 014681 storet 1 ,mem_ad_delta 
-0x4371 014683 call adpcm_cal_vpdiff 
-0x4372 014684 storet 4 ,mem_ad_vpdiff 
-0x4373 014686 fetch 1 ,mem_ad_sign 
-0x4374 014687 branch adpcm_cal_valpred ,blank 
-0x4375 014688 fetch 4 ,mem_ad_valpred 
-0x4376 014689 fetcht 4 ,mem_ad_vpdiff 
-0x4377 014690 isub temp ,pdata 
-0x4378 014691 branch adpcm_cal_valpred_end 
-:      014692 adpcm_cal_valpred:
-0x4379 014693 fetch 4 ,mem_ad_valpred 
-0x437a 014694 fetcht 4 ,mem_ad_vpdiff 
-0x437b 014695 iadd temp ,pdata 
-:      014696 adpcm_cal_valpred_end:
-0x437c 014697 store 4 ,mem_ad_valpred 
-0x437d 014698 arg 32767 ,temp 
-0x437e 014699 isub temp ,pdata 
-0x437f 014700 bbit1 31 ,adpcm_cal_valpred_overflow 
-0x4380 014701 storet 4 ,mem_ad_valpred 
-0x4381 014702 branch adpcm_cal_valpred_overflow_end 
-:      014703 adpcm_cal_valpred_overflow:
-0x4382 014704 fetch 4 ,mem_ad_valpred 
-0x4383 014705 arg 32768 ,temp 
-0x4384 014706 iadd temp ,pdata 
-0x4385 014707 bbit0 31 ,adpcm_cal_valpred_overflow_end 
-0x4386 014708 arg -32768 ,temp 
-0x4387 014709 storet 4 ,mem_ad_valpred 
-:      014710 adpcm_cal_valpred_overflow_end:
-0x4388 014711 fetch 1 ,mem_ad_index 
-0x4389 014712 lshift2 pdata ,pdata 
-0x438a 014713 arg mem_ad_stepsizetable ,temp 
-0x438b 014714 iadd temp ,temp 
-0x438c 014715 ifetch 4 ,temp 
-0x438d 014716 store 4 ,mem_ad_step 
-0x438e 014718 fetch 2 ,mem_ad_out_ptr 
-0x438f 014719 fetcht 2 ,mem_ad_valpred 
-0x4390 014720 istoret 2 ,pdata 
-0x4391 014721 increase 2 ,pdata 
-0x4392 014722 store 2 ,mem_ad_out_ptr 
-0x4393 014724 fetch 1 ,mem_ad_in_numsamples 
-0x4394 014725 increase -1 ,pdata 
-0x4395 014726 store 1 ,mem_ad_in_numsamples 
-0x4396 014727 nbranch adpcm_decode_loop ,blank 
-0x4397 014728 fetch 8 ,mem_ad_valpred 
-0x4398 014729 store 8 ,mem_ad_state_valpred 
-0x4399 014730 rtn 
-:      014732 adpcm_cal_index:
-0x439a 014733 iadd temp ,pdata 
-0x439b 014734 bbit0 7 ,adpcm_cal_bigger_zero 
-0x439c 014735 setarg 0 
-0x439d 014736 rtn 
-:      014737 adpcm_cal_bigger_zero:
-0x439e 014738 and pdata ,0xff ,pdata 
-0x439f 014739 sub pdata ,88 ,null 
-0x43a0 014740 rtn positive 
-0x43a1 014741 setarg 88 
-0x43a2 014742 rtn 
-:      014744 adpcm_cal_vpdiff:
-0x43a3 014745 fetchr rega ,4 ,mem_ad_step 
-0x43a4 014746 rshift3 rega ,temp 
-0x43a5 014747 fetch 1 ,mem_ad_delta 
-0x43a6 014748 bbit0 2 ,adpcm_cal_vpdiff1 
-0x43a7 014749 copy rega ,pdata 
-0x43a8 014750 iadd temp ,temp 
-:      014751 adpcm_cal_vpdiff1:
-0x43a9 014752 fetch 1 ,mem_ad_delta 
-0x43aa 014753 bbit0 1 ,adpcm_cal_vpdiff2 
-0x43ab 014754 rshift rega ,pdata 
-0x43ac 014755 iadd temp ,temp 
-:      014756 adpcm_cal_vpdiff2:
-0x43ad 014757 fetch 1 ,mem_ad_delta 
-0x43ae 014758 rtnbit0 0 
-0x43af 014759 rshift2 rega ,pdata 
-0x43b0 014760 iadd temp ,temp 
-0x43b1 014761 rtn 
-:      014766 car_init:
-0x43b2 014767 call enable_authrom 
-0x43b3 014768 rtn wake 
-0x43b4 014769 setarg car_g24_receive_process 
-0x43b5 014770 store 2 ,mem_cb_24g_receive_process 
-0x43b6 014772 setarg g24_bind_ackpayload_prep 
-0x43b7 014773 store 2 ,mem_cb_24g_ackpayload 
-0x43b8 014775 setarg car_g24_cb_data_device1 
-0x43b9 014776 store 2 ,mem_cb_24g_data_device1 
-0x43ba 014778 setarg car_le_before_hibernate 
-0x43bb 014779 store 2 ,mem_cb_before_hibernate 
-0x43bc 014781 setarg car_le_process_lpm_before 
-0x43bd 014782 store 2 ,mem_cb_before_lpm 
-0x43be 014784 setarg car_scale_process_idle 
-0x43bf 014785 store 2 ,mem_cb_idle_process 
-0x43c0 014787 setarg car_scale_process_bb_event 
-0x43c1 014788 store 2 ,mem_cb_bb_event_process 
-0x43c2 014790 setarg app_get_lpm_wake_lock 
-0x43c3 014791 store 2 ,mem_cb_check_wakelock 
-0x43c4 014793 setarg car_le_receive_data 
-0x43c5 014794 store 2 ,mem_cb_att_write 
-0x43c6 014796 setarg car_le_bb_event_timer 
-0x43c7 014797 store 2 ,mem_cb_event_timer 
-0x43c8 014799 bpatch patch05_6 ,mem_patch05 
-0x43c9 014800 call car_init_environment 
-0x43ca 014801 call car_lpm_timer_enable 
-0x43cb 014802 call queue_init 
-0x43cc 014803 jam 2 ,mem_lpm_mult 
-0x43cd 014804 jam power_on ,mem_car_24g_received_pac 
-0x43ce 014805 fetch 1 ,mem_car_config_soft_switch_enable 
-0x43cf 014806 store 1 ,mem_car_hard_soft_switch 
-0x43d0 014807 beq hard_switch ,car_hard_switch_power_on_signal 
-0x43d1 014808 fetch 1 ,mem_car_config_soft_switch_gpio 
-0x43d2 014809 store 1 ,mem_ui_button_gpio 
-0x43d3 014810 jam off ,mem_le_adv_enable 
-:      014811 car_soft_switch_power_on_init:
-0x43d4 014812 call ui_button_init 
-0x43d5 014813 call ui_button_polling 
-0x43d6 014814 jam power_starting ,mem_car_power_state 
-0x43d7 014815 fetch 2 ,mem_ui_state_map 
-0x43d8 014816 rtnbit1 ui_state_btn_down 
-0x43d9 014817 branch app_enter_hibernate 
-:      014820 car_power_off_signal:
-0x43da 014821 branch car_ui_led_init 
-:      014823 car_hard_switch_power_on_signal:
-0x43db 014824 jam power_standby ,mem_car_power_state 
-:      014825 car_soft_switch_power_on_signal:
-0x43dc 014826 jam on ,mem_le_adv_enable 
-0x43dd 014827 setarg fast_adv_interval_value_car 
-0x43de 014828 call shutter_ble_adv_interval_set 
-:      014829 car_le_modified_name_adv:
-0x43df 014830 arg mem_le_name + 7 ,contw 
-0x43e0 014831 fetch 1 ,mem_le_lap 
-:      014832 car_name_loop:
-0x43e1 014833 and pdata ,0xF0 ,temp 
-0x43e2 014834 rshift4 temp ,temp 
-0x43e3 014835 call car_hex_to_ascii 
-0x43e4 014836 istoret 1 ,contw 
-0x43e5 014837 and pdata ,0x0F ,temp 
-0x43e6 014838 call car_hex_to_ascii 
-0x43e7 014839 istoret 1 ,contw 
-0x43e8 014840 call le_modified_name_att_list 
-0x43e9 014841 fetcht 1 ,mem_le_name_len 
-0x43ea 014842 copy temp ,loopcnt 
-0x43eb 014843 arg mem_le_adv_data + 2 ,contw 
-0x43ec 014844 arg mem_le_name ,contr 
-0x43ed 014845 call memcpy 
-:      014846 car_le_modified_name_scan:
-0x43ee 014847 fetcht 1 ,mem_le_name_len 
-0x43ef 014848 copy temp ,loopcnt 
-0x43f0 014849 arg mem_le_scan_data + 2 ,contw 
-0x43f1 014850 arg mem_le_name ,contr 
-0x43f2 014851 branch memcpy 
-:      014852 car_hex_to_ascii:
-0x43f3 014853 sub temp ,9 ,null 
-0x43f4 014854 branch car_hex_num ,positive 
-0x43f5 014855 add temp ,55 ,temp 
-0x43f6 014856 rtn 
-:      014857 car_hex_num:
-0x43f7 014858 add temp ,48 ,temp 
-0x43f8 014859 rtn 
-:      014861 car_ui_led_init:
-0x43f9 014862 fetch 1 ,mem_car_config_blood_led1_gpio 
-0x43fa 014863 bne invalid_pin_num ,car_blood_led_gpio_set 
-:      014864 car_ui_led_init_1:
-0x43fb 014865 fetch 1 ,mem_car_config_pairing_led_gpio 
-0x43fc 014866 bne invalid_pin_num ,car_pairing_led_gpio_set 
-:      014867 car_ui_led_init_2:
-0x43fd 014868 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x43fe 014869 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
-:      014870 car_ui_led_init_3:
-0x43ff 014871 fetch 1 ,mem_car_led_num 
-0x4400 014872 copy pdata ,loopcnt 
-0x4401 014873 setarg mem_car_led_map 
-0x4402 014874 copy pdata ,rega 
-:      014875 car_in_lp1:
-0x4403 014876 copy rega ,contr 
-0x4404 014877 ifetch 1 ,contr 
-0x4405 014878 copy contr ,rega 
-0x4406 014879 beq invalid_pin_num ,car_in_lp1_end 
-0x4407 014880 copy pdata ,temp 
-0x4408 014881 call gpio_config_output 
-:      014882 car_in_lp1_end:
-0x4409 014883 loop car_in_lp1 
-:      014884 car_ui_led_init_end:
-0x440a 014885 rtn 
-:      014886 car_blood_led_gpio_set:
-0x440b 014887 fetch 8 ,mem_car_config_blood_led1_gpio 
-0x440c 014888 store 8 ,mem_car_led_map + 2 
-0x440d 014889 branch car_ui_led_init_1 
-:      014890 car_pairing_led_gpio_set:
-0x440e 014891 store 1 ,mem_car_led_map 
-0x440f 014892 branch car_ui_led_init_2 
-:      014893 car_low_voltage_led_gpio_set:
-0x4410 014894 store 1 ,mem_car_led_map + 1 
-0x4411 014895 branch car_ui_led_init_3 
-:      014897 car_init_environment:
-0x4412 014899 call car_g24_init 
-0x4413 014900 call car_g24_load_commom_addr 
-0x4414 014901 arg 0 ,rega 
-0x4415 014902 call pwm_init 
-0x4416 014903 call car_ui_led_init 
-0x4417 014904 call car_start_blink 
-0x4418 014905 call car_init_adc_hvin 
-0x4419 014906 branch car_motor_init 
-:      014907 car_read_otp_addr:
-0x441a 014908 rtn 
-:      014909 car_motor_init:
-0x441b 014910 fetch 1 ,mem_car_motor_gpio_num 
-0x441c 014911 copy pdata ,loopcnt 
-0x441d 014912 setarg mem_car_motor_gpio_map 
-0x441e 014913 copy pdata ,rega 
-:      014914 p_in_lp1:
-0x441f 014915 copy rega ,contr 
-0x4420 014916 ifetch 1 ,contr 
-0x4421 014917 copy contr ,rega 
-0x4422 014918 beq invalid_pin_num ,p_in_lp1_end 
-0x4423 014919 copy pdata ,temp 
-0x4424 014920 store 1 ,mem_car_gpio 
-0x4425 014921 call car_ui_gpio_init 
-:      014922 p_in_lp1_end:
-0x4426 014923 loop p_in_lp1 
-:      014924 p_car_ui_led_init_end:
-0x4427 014925 rtn 
-:      014927 car_ui_gpio_init:
-0x4428 014928 fetch 1 ,mem_car_gpio 
-0x4429 014929 rtneq ui_button_gpio_disable 
-0x442a 014930 iforce temp 
-0x442b 014931 branch gpio_config_output 
-:      014934 car_init_adc_hvin:
-0x442c 014935 jam 100 ,mem_car_notify_vdd_value_last 
-0x442d 014936 rtn 
-:      014938 car_le_before_hibernate:
-0x442e 014939 call car_gpio_set_before_hibernate 
-0x442f 014940 call clear_wake 
-:      014941 car_le_process_lpm_before:
-0x4430 014942 branch keyscan_process_lpm_before 
-:      014944 car_gpio_set_before_hibernate:
-0x4431 014945 call check_51cmd_led_off 
-:      014946 car_gpio_set_before_lpm_common:
-0x4432 014947 arg gpio_number ,loopcnt 
-0x4433 014948 arg core_gpio_conf ,contr 
-:      014949 car_setgpio_loop:
-0x4434 014950 copy contr ,contw 
-0x4435 014951 ifetch 1 ,contr 
-0x4436 014952 beq gpcfg_spid_miso ,car_setgpio_pullup 
-0x4437 014953 beq gpcfg_spid_ncs ,car_setgpio_pullup 
-0x4438 014954 beq gpcfg_spid_sck ,car_setgpio_pullup 
-0x4439 014955 beq gpcfg_spid_mosi ,car_setgpio_pullup 
-0x443a 014956 beq gpcfg_spid_sdio ,car_setgpio_pullup 
-0x443b 014957 beq gpcfg_iic_scl ,car_setgpio_pullup 
-0x443c 014958 beq gpcfg_iic_sda ,car_setgpio_pullup 
-0x443d 014959 beq gpcfg_input ,car_setgpio_pullup 
-:      014960 car_setgpio_loop_end:
-0x443e 014961 loop car_setgpio_loop 
-0x443f 014962 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
-0x4440 014963 isub contr ,null 
-0x4441 014964 branch car_motor_setgpio ,zero 
-:      014965 car_setgpio_loop_ext:
-0x4442 014966 arg gpio_number_ext ,loopcnt 
-0x4443 014967 arg core_gpio_conf_hi ,contr 
-0x4444 014968 branch car_setgpio_loop 
-:      014970 car_setgpio_pullup:
-0x4445 014971 setarg gpcfg_pullup 
-0x4446 014972 istore 1 ,contw 
-0x4447 014973 branch car_setgpio_loop_end 
-:      014974 car_setgpio_pulldown:
-0x4448 014975 setarg gpcfg_pulldown 
-0x4449 014976 istore 1 ,contw 
-0x444a 014977 branch car_setgpio_loop_end 
-:      014978 car_motor_setgpio:
-0x444b 014979 fetch 1 ,mem_car_motor_gpio_num 
-0x444c 014980 copy pdata ,loopcnt 
-0x444d 014981 arg mem_car_motor_gpio_map ,contr 
-:      014982 car_motor_setgpio_loop:
-0x444e 014983 ifetch 1 ,contr 
-0x444f 014984 set1 7 ,pdata 
-0x4450 014985 arg gpcfg_output_low ,temp 
-0x4451 014986 call gpio_config_function 
-0x4452 014987 loop car_motor_setgpio_loop 
-0x4453 014988 rtn 
-:      014990 car_key_scan_process:
-0x4454 014991 branch keyscan_key_process 
-:      014993 car_scale_process_idle:
-0x4455 014994 call car_le_send_packet 
-0x4456 014995 call car_g24_status_process 
-0x4457 014996 branch car_key_scan_process 
-:      014998 car_g24_status_process:
-0x4458 014999 fetch 2 ,mem_ui_state_map 
-0x4459 015000 rtnbit1 ui_state_ble_connected 
-0x445a 015001 fetch 1 ,mem_car_24g_received_pac 
-0x445b 015002 beq work_paired ,car_g24_connected_event 
-0x445c 015003 rtn 
-:      015004 car_g24_connected_event:
-0x445d 015005 fetch 1 ,mem_car_24g_status 
-0x445e 015006 rtneq work_paired 
-0x445f 015007 jam work_paired ,mem_car_24g_status 
-0x4460 015008 call car_lpm_timer_disable 
-0x4461 015009 call car_stop_blink 
-0x4462 015010 branch car_g24_connected 
-:      015012 car_lpm_timer_enable:
-0x4463 015013 fetch 2 ,mem_car_enter_lpm_timer_count 
-0x4464 015014 store 2 ,mem_car_enter_lpm_timer 
-0x4465 015015 jam 0 ,mem_car_enter_lpm_flag 
-0x4466 015016 rtn 
-:      015019 car_lpm_timer_disable:
-0x4467 015020 setarg 0 
-0x4468 015021 branch car_lpm_timer_enable + 1 
-:      015024 car_stop_blink:
-0x4469 015025 arg 0 ,rega 
-0x446a 015026 branch ui_led_blink_stop_global 
-:      015029 car_start_blink:
-0x446b 015030 arg 0 ,rega 
-0x446c 015031 branch ui_led_blink_start_global 
-:      015037 car_le_send_packet:
-0x446d 015038 fetch 2 ,mem_ui_state_map 
-0x446e 015039 rtnbit0 ui_state_ble_connected 
-0x446f 015040 call le_fifo_check_nearly_full 
-0x4470 015041 nrtn blank 
-0x4471 015042 arg mem_car_pop_queue_buff ,rega 
-0x4472 015043 call queue_pop 
-0x4473 015044 nrtn user 
-0x4474 015045 arg mem_car_pop_queue_buff ,contr 
-0x4475 015046 branch le_send_notify_from_list 
-:      015048 car_scale_process_bb_event:
-0x4476 015049 copy regc ,pdata 
-0x4477 015050 beq bt_evt_button_up ,app_event_button_up 
-0x4478 015051 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x4479 015052 beq bt_evt_le_connected ,car_scale_event_le_conn 
-0x447a 015053 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
-0x447b 015054 rtn 
-:      015056 car_scale_event_le_conn:
-0x447c 015057 call car_lpm_timer_disable 
-0x447d 015058 call car_stop_blink 
-0x447e 015059 set0 mark_24g_rxmode ,mark 
-0x447f 015060 branch car_scale_process_conn 
-:      015061 car_g24_connected:
-0x4480 015062 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x4481 015063 store 2 ,mem_car_24g_no_data_timeout_timer 
-:      015064 car_scale_process_conn:
-0x4482 015065 jam 0x14 ,mem_car_notify_vdd_timer 
-0x4483 015066 jam 0 ,mem_lpm_mode 
-0x4484 015067 call app_ble_stop_adv 
-0x4485 015068 branch app_lpm_mult_enable 
-:      015071 car_scale_event_le_discon:
-0x4486 015072 set1 mark_24g_rxmode ,mark 
-0x4487 015073 call car_lpm_timer_enable 
-0x4488 015074 call car_fb_motor_stop 
-0x4489 015075 call car_lr_motor_stop 
-:      015076 car_g24_disconnect:
-0x448a 015077 setarg 0 
-0x448b 015078 store 5 ,mem_car_led_control 
-0x448c 015079 call queue_init 
-0x448d 015080 jam 10 ,mem_motor1_speed 
-0x448e 015081 jam 10 ,mem_motor2_speed 
-0x448f 015082 jam 10 ,mem_motor3_speed 
-0x4490 015084 jam 2 ,mem_lpm_mult 
-0x4491 015085 setarg fast_adv_interval_value_car 
-0x4492 015086 call shutter_ble_adv_interval_set 
-0x4493 015087 branch app_ble_start_adv 
-:      015089 car_le_bb_event_timer:
-0x4494 015090 call car_moto1_blank_data_timer 
-0x4495 015091 call car_moto2_blank_data_timer 
-0x4496 015092 call car_moto3_blank_data_timer 
-0x4497 015095 call car_24g_no_data_timeout_timer 
-0x4498 015096 branch car_24g_bind_enable_timer 
-:      015099 car_24g_bind_enable_timer:
-0x4499 015100 arg mem_car_24g_bind_enable_delay_count ,regc 
-0x449a 015101 arg 0 ,regb 
-0x449b 015102 branch timer_single_step 
-:      015104 car_enter_lpm_timer:
-0x449c 015105 arg mem_car_enter_lpm_timer ,regc 
-0x449d 015106 arg car_enter_lpm_enable ,regb 
-0x449e 015107 branch timer_single_step_2b 
-:      015108 car_enter_lpm_enable:
-0x449f 015109 jam 1 ,mem_car_enter_lpm_flag 
-0x44a0 015110 rtn 
-:      015112 car_24g_no_data_timeout_timer:
-0x44a1 015113 arg mem_car_24g_no_data_timeout_timer ,regc 
-0x44a2 015114 arg car_24g_no_data_timer_timeout ,regb 
-0x44a3 015115 branch timer_single_step_2b 
-:      015116 car_24g_no_data_timer_timeout:
-0x44a4 015117 jam work_search ,mem_car_24g_status 
-0x44a5 015118 jam power_on ,mem_car_24g_received_pac 
-0x44a6 015119 branch car_g24_disconnect 
-:      015121 car_notify_vdd_timer:
-0x44a7 015122 fetch 1 ,mem_car_config_bat_notify_enable 
-0x44a8 015123 rtn blank 
-0x44a9 015124 arg mem_car_notify_vdd_timer ,regc 
-0x44aa 015125 arg car_notify_vdd ,regb 
-0x44ab 015126 branch timer_single_step 
-:      015127 car_notify_vdd:
-0x44ac 015128 fetch 1 ,mem_car_notify_vdd_count 
-0x44ad 015129 store 1 ,mem_car_notify_vdd_timer 
-0x44ae 015130 fetch 1 ,mem_car_working_flag 
-0x44af 015131 nrtn blank 
-:      015132 car_read_hvin:
-0x44b0 015133 call vdd_calculate_by_mode 
-0x44b1 015134 store 2 ,mem_vdd_now_vol 
-0x44b2 015135 arg mem_vdd_calculate_set ,rega 
-0x44b3 015136 call adc_bat_percent_lowpower_out 
-0x44b4 015137 fetcht 1 ,mem_car_notify_vdd_value_last 
-0x44b5 015138 isub temp ,null 
-0x44b6 015139 branch car_notify_vdd_next2 ,positive 
-0x44b7 015140 store 1 ,mem_car_notify_vdd_value_last 
-0x44b8 015141 copy pdata ,temp 
-:      015142 car_notify_vdd_next2:
-0x44b9 015143 storet 1 ,mem_car_notify_vdd_percent 
-0x44ba 015144 fetch 1 ,mem_car_config_low_voltage_percent 
-0x44bb 015145 isub temp ,null 
-0x44bc 015146 call car_enter_low_bat ,positive 
-0x44bd 015147 storet 1 ,mem_notify_bat_payload 
-0x44be 015148 arg 6 ,loopcnt 
-0x44bf 015149 arg mem_notify_bat_head ,contr 
-0x44c0 015150 call calc_check_sum_start 
-0x44c1 015151 store 1 ,mem_notify_bat_check_sum 
-0x44c2 015152 arg mem_notify_bat_packet ,rega 
-0x44c3 015153 branch queue_push 
-:      015154 car_enter_low_bat:
-0x44c4 015155 fetch 1 ,mem_low_bat_flag 
-0x44c5 015156 nrtn blank 
-0x44c6 015157 jam 1 ,mem_low_bat_flag 
-0x44c7 015158 arg 1 ,rega 
-0x44c8 015159 branch ui_led_blink_start_global 
-:      015160 car_low_bat_led_off:
-0x44c9 015161 arg 1 ,rega 
-0x44ca 015162 branch ui_led_blink_stop_global 
-:      015166 calc_check_sum_start:
-0x44cb 015167 arg 0 ,rega 
-:      015168 calc_check_sum_loop:
-0x44cc 015169 ifetch 1 ,contr 
-0x44cd 015170 iadd rega ,rega 
-0x44ce 015171 loop calc_check_sum_loop 
-:      015172 calc_check_sum_and:
-0x44cf 015173 and rega ,0xff ,pdata 
-0x44d0 015174 rtn 
-:      015176 car_le_receive_data:
-0x44d1 015177 fetch 1 ,mem_le_att_opcode 
-0x44d2 015178 beq attop_write_request ,car_le_parse_att_write_request 
-0x44d3 015179 rtn 
-:      015180 car_le_parse_att_write_request:
-0x44d4 015181 fetch 2 ,mem_le_att_handle 
-0x44d5 015182 beq att_car_control_handle ,car_control_le_receive 
-0x44d6 015183 rtn 
-:      015185 le_app_receive_data:
-0x44d7 015186 bpatch patch05_7 ,mem_patch05 
-0x44d8 015187 ifetch 5 ,rega 
-0x44d9 015188 store 5 ,mem_app_receive_temp 
-0x44da 015189 fetch 2 ,mem_app_receive_temp 
-0x44db 015190 arg le_receive_packet_head ,temp 
-0x44dc 015191 isub temp ,null 
-0x44dd 015192 nrtn zero 
-0x44de 015193 fetch 2 ,mem_app_receive_temp + 3 
-0x44df 015194 byteswap pdata ,pdata 
-0x44e0 015195 store 2 ,mem_app_receive_temp + 3 
-0x44e1 015196 copy pdata ,loopcnt 
-0x44e2 015197 increase 5 ,rega 
-0x44e3 015198 copy rega ,contr 
-0x44e4 015199 arg mem_app_receive_temp + 5 ,contw 
-0x44e5 015200 call memcpy 
-0x44e6 015201 ifetch 1 ,contr 
-0x44e7 015202 store 1 ,mem_app_receive_temp + 15 
-0x44e8 015203 arg mem_app_receive_temp + 2 ,rega 
-0x44e9 015204 arg mem_app_receive_temp + 5 ,regb 
-0x44ea 015205 rtn 
-:      015207 car_control_le_receive:
-0x44eb 015208 setarg 0 
-0x44ec 015209 store 5 ,mem_le_receive_payload 
-0x44ed 015210 store 5 ,mem_le_receive_payload + 5 
-0x44ee 015211 call le_app_receive_data 
-0x44ef 015212 copy regb ,contr 
-0x44f0 015213 arg mem_le_receive_payload ,contw 
-0x44f1 015214 arg 10 ,loopcnt 
-0x44f2 015215 call memcpy 
-:      015216 car_receive_cmd_select:
-0x44f3 015217 bpatch patch06_0 ,mem_patch06 
-0x44f4 015218 ifetch 1 ,rega 
-0x44f5 015219 beq car_cmd_old_car_control ,car_drive_old 
-0x44f6 015220 beq car_cmd_old_speed_control ,car_speed_set_old 
-0x44f7 015221 beq car_cmd_l_r_motor_control ,car_motor_control 
-0x44f8 015222 beq car_cmd_f_b_motor_control ,car_motor_control 
-0x44f9 015223 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
-0x44fa 015224 beq car_cmd_led_control ,car_led_control_receive 
-0x44fb 015225 beq car_cmd_device_info ,car_info_request 
-0x44fc 015226 rtn 
-:      015228 car_24g_receive_data:
-0x44fd 015229 call car_control_le_receive 
-0x44fe 015230 fetch 1 ,mem_app_receive_temp + 2 
-0x44ff 015231 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
-0x4500 015232 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
-0x4501 015233 rtn 
-:      015234 car_24g_receive_data_next:
-0x4502 015235 fetch 1 ,mem_le_receive_payload 
-0x4503 015236 ncall car_moto1_enable_blank_data_timer ,blank 
-0x4504 015237 fetch 1 ,mem_le_receive_payload + 2 
-0x4505 015238 ncall car_moto2_enable_blank_data_timer ,blank 
-0x4506 015239 fetch 1 ,mem_le_receive_payload + 4 
-0x4507 015240 ncall car_moto3_enable_blank_data_timer ,blank 
-0x4508 015241 rtn 
-:      015243 car_moto1_enable_blank_data_timer:
-0x4509 015244 jam 5 ,mem_car_moto1_blank_timer 
-0x450a 015245 rtn 
-:      015246 car_moto2_enable_blank_data_timer:
-0x450b 015247 jam 5 ,mem_car_moto2_blank_timer 
-0x450c 015248 rtn 
-:      015249 car_moto3_enable_blank_data_timer:
-0x450d 015250 jam 5 ,mem_car_moto3_blank_timer 
-0x450e 015251 rtn 
-:      015253 car_moto1_blank_data_timer:
-0x450f 015254 arg mem_car_moto1_blank_timer ,regc 
-0x4510 015255 arg car_moto1_blank_data ,regb 
-0x4511 015256 branch timer_single_step 
-:      015257 car_moto2_blank_data_timer:
-0x4512 015258 arg mem_car_moto2_blank_timer ,regc 
-0x4513 015259 arg car_moto2_blank_data ,regb 
-0x4514 015260 branch timer_single_step 
-:      015261 car_moto3_blank_data_timer:
-0x4515 015262 arg mem_car_moto3_blank_timer ,regc 
-0x4516 015263 arg car_moto3_blank_data ,regb 
-0x4517 015264 branch timer_single_step 
-:      015266 car_moto1_blank_data:
-0x4518 015267 jam 0 ,mem_le_receive_payload 
-0x4519 015268 branch car_motor_control 
-:      015269 car_moto2_blank_data:
-0x451a 015270 jam 0 ,mem_le_receive_payload + 2 
-0x451b 015271 branch car_motor_control 
-:      015272 car_moto3_blank_data:
-0x451c 015273 jam 0 ,mem_le_receive_payload + 4 
-0x451d 015274 branch car_motor_control 
-:      015279 car_drive_old:
-0x451e 015280 fetch 1 ,mem_le_receive_payload 
-0x451f 015281 store 1 ,mem_motor1_status 
-0x4520 015282 fetch 1 ,mem_le_receive_payload + 1 
-0x4521 015283 store 1 ,mem_motor2_status 
-0x4522 015284 branch car_motor_control_common 
-:      015288 car_left_right_control_old:
-0x4523 015289 fetch 1 ,mem_le_receive_payload 
-0x4524 015290 store 1 ,mem_motor2_status 
-0x4525 015291 branch car_motor2_control 
-:      015292 car_front_back_control_old:
-0x4526 015293 fetch 1 ,mem_motor1_speed 
-0x4527 015294 call car_reset_old_speed 
-0x4528 015295 fetch 1 ,mem_le_receive_payload + 1 
-0x4529 015296 store 1 ,mem_motor1_status 
-0x452a 015297 branch car_motor1_control 
-:      015298 car_reset_old_speed:
-0x452b 015299 beq speed_level_2 ,car_reset_old_speed2 
-0x452c 015300 beq speed_level_3 ,car_reset_old_speed3 
-0x452d 015301 store 1 ,mem_motor1_speed 
-0x452e 015302 rtn 
-:      015303 car_reset_old_speed2:
-0x452f 015304 jam speed_level_5 ,mem_motor1_speed 
-0x4530 015305 rtn 
-:      015306 car_reset_old_speed3:
-0x4531 015307 jam speed_level_10 ,mem_motor1_speed 
-0x4532 015308 rtn 
-:      015309 car_speed_set_old:
-0x4533 015310 fetch 1 ,mem_le_receive_payload 
-0x4534 015311 call car_reset_old_speed 
-0x4535 015312 fetch 1 ,mem_motor1_speed 
-0x4536 015313 call car_motor_speed_duty_setting 
-0x4537 015314 call car_motor_speed_duty_transform 
-0x4538 015315 jam 0x00 ,mem_pdatatemp + 1 
-0x4539 015316 branch pwm_duty_cycle_set 
-:      015318 car_motor_control:
-0x453a 015319 fetch 1 ,mem_car_24g_go_die_flag 
-0x453b 015320 nrtn blank 
-0x453c 015321 fetch 6 ,mem_le_receive_payload 
-0x453d 015322 store 6 ,mem_motor1_status 
-0x453e 015323 fetch 1 ,mem_motor1_speed 
-0x453f 015324 fetcht 1 ,mem_motor2_speed 
-0x4540 015325 iand temp ,pdata 
-0x4541 015326 fetcht 1 ,mem_motor3_speed 
-0x4542 015327 iand temp ,pdata 
-0x4543 015328 call car_motor_working_flag ,blank 
-:      015329 car_motor_control_common:
-0x4544 015330 bpatch patch06_1 ,mem_patch06 
-0x4545 015331 fetch 2 ,mem_ui_state_map 
-0x4546 015332 isolate1 ui_state_ble_connected ,pdata 
-0x4547 015333 ncall car_lpm_timer_enable ,true 
-0x4548 015334 call car_motor1_control 
-0x4549 015335 call car_motor2_control 
-0x454a 015336 branch car_conn_led_state 
-:      015338 car_conn_led_state:
-0x454b 015339 fetch 1 ,mem_motor1_status 
-0x454c 015340 fetcht 1 ,mem_motor2_status 
-0x454d 015341 iadd temp ,pdata 
-0x454e 015342 nbranch check_51cmd_led_on ,blank 
-0x454f 015343 branch check_51cmd_led_off 
-:      015345 car_motor1_control:
-0x4550 015346 arg mem_motor1_status ,contr 
-0x4551 015347 branch car_motor1_status_select 
-:      015348 car_motor2_control:
-0x4552 015349 arg mem_motor2_status ,contr 
-0x4553 015350 branch car_motor2_status_select 
-:      015351 car_motor3_control:
-0x4554 015352 arg mem_motor3_status ,contr 
-0x4555 015353 branch car_motor_status_select 
-:      015354 car_motor_working_flag:
-0x4556 015355 jam 0 ,mem_car_working_flag 
-0x4557 015356 rtn 
-:      015358 car_motor1_status_select:
-0x4558 015359 ifetch 1 ,contr 
-0x4559 015360 beq turn_front ,car_lr_motor_stop 
-0x455a 015361 beq turn_left ,car_lr_motor_left 
-0x455b 015362 beq turn_right ,car_lr_motor_right 
-0x455c 015363 rtn 
-:      015364 car_motor2_status_select:
-0x455d 015365 ifetch 1 ,contr 
-0x455e 015366 beq motor_stop ,car_fb_motor_stop 
-0x455f 015367 beq go_back ,car_fb_motor_front 
-0x4560 015368 beq go_front ,car_fb_motor_back 
-0x4561 015369 rtn 
-:      015371 car_lr_motor_stop:
-0x4562 015372 fetcht 1 ,mem_car_motor_left_gpio 
-0x4563 015373 call gpio_out_inactive 
-0x4564 015374 fetcht 1 ,mem_car_motor_right_gpio 
-0x4565 015375 branch gpio_out_inactive 
-:      015376 car_lr_motor_left:
-0x4566 015377 fetcht 1 ,mem_car_motor_left_gpio 
-0x4567 015378 call gpio_out_active 
-0x4568 015379 fetcht 1 ,mem_car_motor_right_gpio 
-0x4569 015380 branch gpio_out_inactive 
-:      015381 car_lr_motor_right:
-0x456a 015382 fetcht 1 ,mem_car_motor_left_gpio 
-0x456b 015383 call gpio_out_inactive 
-0x456c 015384 fetcht 1 ,mem_car_motor_right_gpio 
-0x456d 015385 branch gpio_out_active 
-:      015386 car_fb_motor_stop:
-0x456e 015387 fetcht 1 ,mem_car_motor_front_gpio 
-0x456f 015388 call gpio_out_inactive 
-0x4570 015389 fetcht 1 ,mem_car_motor_back_gpio 
-0x4571 015390 branch gpio_out_inactive 
-:      015391 car_fb_motor_front:
-0x4572 015392 fetcht 1 ,mem_car_motor_front_gpio 
-0x4573 015393 call gpio_out_active 
-0x4574 015394 fetcht 1 ,mem_car_motor_back_gpio 
-0x4575 015395 branch gpio_out_inactive 
-:      015396 car_fb_motor_back:
-0x4576 015397 fetcht 1 ,mem_car_motor_front_gpio 
-0x4577 015398 call gpio_out_inactive 
-0x4578 015399 fetcht 1 ,mem_car_motor_back_gpio 
-0x4579 015400 branch gpio_out_active 
-:      015405 car_motor_status_select:
-0x457a 015406 bpatch patch06_2 ,mem_patch06 
-0x457b 015407 ifetch 1 ,contr 
-0x457c 015408 beq motor_stop ,car_motor_stop 
-0x457d 015409 beq go_front ,car_motor_positive 
-0x457e 015410 beq go_back ,car_motor_negative 
-0x457f 015411 rtn 
-:      015412 car_motor_positive:
-0x4580 015413 jam 0 ,mem_motor_select_p_n 
-0x4581 015414 branch car_motor_negative + 1 
-:      015415 car_motor_negative:
-0x4582 015416 jam 1 ,mem_motor_select_p_n 
-0x4583 015417 ifetch 1 ,contr 
-0x4584 015418 store 1 ,mem_car_motor_speed 
-0x4585 015419 ifetch 8 ,regb 
-0x4586 015420 branch car_motor_work 
-:      015422 car_motor_stop:
-0x4587 015423 ifetch 1 ,regb 
-0x4588 015424 call pwm_disable 
-0x4589 015425 increase 1 ,regb 
-0x458a 015426 ifetch 1 ,regb 
-0x458b 015427 branch pwm_disable 
-:      015428 car_motor_work:
-0x458c 015429 store 8 ,mem_motor_pwm_pin1_set 
-0x458d 015430 jam 1 ,mem_car_working_flag 
-0x458e 015431 fetch 1 ,mem_motor_select_p_n 
-0x458f 015432 beq 0 ,car_motor_select_positive 
-:      015433 car_motor_select_negative:
-0x4590 015434 fetch 1 ,mem_motor_pwm_pin2_set 
-0x4591 015435 store 1 ,mem_motor_pwm_pin_set 
-0x4592 015436 fetch 1 ,mem_motor_pwm_pin1_set 
-:      015437 car_motor_work_next:
-0x4593 015438 call pwm_disable 
-0x4594 015439 fetch 1 ,mem_car_motor_speed 
-0x4595 015440 call car_motor_speed_duty_setting 
-0x4596 015441 store 1 ,mem_motor_pwm_dute_set 
-0x4597 015442 fetch 6 ,mem_motor_pwm_pin_set 
-0x4598 015443 store 6 ,mem_pdatatemp 
-0x4599 015444 branch pwm_out_set 
-:      015445 car_motor_select_positive:
-0x459a 015446 fetch 1 ,mem_motor_pwm_pin1_set 
-0x459b 015447 store 1 ,mem_motor_pwm_pin_set 
-0x459c 015448 fetch 1 ,mem_motor_pwm_pin2_set 
-0x459d 015449 branch car_motor_work_next 
-:      015451 car_motor_speed_duty_setting:
-0x459e 015452 mul32 pdata ,5 ,pdata 
-0x459f 015453 add pdata ,50 ,pdata 
-0x45a0 015454 rtn 
-:      015455 car_motor_speed_duty_transform:
-0x45a1 015456 arg 12000 ,temp 
-0x45a2 015457 imul32 temp ,pdata 
-0x45a3 015458 div pdata ,100 
-0x45a4 015459 call wait_div_end 
-0x45a5 015460 quotient temp 
-0x45a6 015461 copy temp ,rega 
-0x45a7 015462 setarg 12000 
-0x45a8 015463 isub temp ,regb 
-0x45a9 015464 rtn 
-:      015466 car_ir_data_rx_from_app:
-0x45aa 015467 rtn 
-:      015469 car_led_control_receive:
-0x45ab 015470 fetch 8 ,mem_le_receive_payload 
-0x45ac 015471 store 8 ,mem_car_led_control 
-0x45ad 015472 rtn 
-:      015474 car_info_request:
-0x45ae 015475 fetch 1 ,mem_car_config_device_select 
-0x45af 015476 store 1 ,mem_car_info_request_payload 
-0x45b0 015477 fetch 1 ,mem_car_config_motor_layout 
-0x45b1 015478 store 1 ,mem_car_info_request_payload + 1 
-0x45b2 015479 fetch 1 ,mem_car_config_ir_enable 
-0x45b3 015480 store 1 ,mem_car_info_request_payload + 2 
-0x45b4 015481 arg 13 ,loopcnt 
-0x45b5 015482 arg mem_car_info_request_head ,contr 
-0x45b6 015483 call calc_check_sum_start 
-0x45b7 015484 store 1 ,mem_car_info_request_checksum 
-0x45b8 015485 arg mem_car_info_request ,rega 
-0x45b9 015486 branch queue_push 
-:      015490 car_g24_init:
-0x45ba 015491 setarg 0 
-0x45bb 015492 store 8 ,mem_24g_bind_payload 
-0x45bc 015493 call g24_receive_init 
-0x45bd 015494 branch g24_mode_switch_init 
-:      015496 car_g24_receive_process:
-0x45be 015497 call car_g24_mode_switch 
-0x45bf 015498 call car_g24_work_mode 
-0x45c0 015499 call car_g24_bind_mode 
-0x45c1 015500 branch car_g24_lpm_dipatch 
-:      015502 car_g24_mode_switch:
-0x45c2 015503 call g24_mode_switch_bind_work 
-:      015504 car_g24_bind_mode_enable:
-0x45c3 015505 fetch 1 ,mem_24g_work_mode 
-0x45c4 015506 rtnne dongle_bind 
-0x45c5 015507 fetch 1 ,mem_car_24g_bind_enable_delay_count 
-0x45c6 015508 nbranch g24_switch_work_mode ,blank 
-0x45c7 015509 fetch 1 ,mem_car_24g_status 
-0x45c8 015510 beq work_search ,g24_switch_work_mode 
-0x45c9 015511 rtn 
-:      015513 car_g24_work_mode:
-0x45ca 015514 fetch 1 ,mem_24g_work_mode 
-0x45cb 015515 rtnne dongle_work 
-0x45cc 015516 call car_g24_work_mode_start 
-0x45cd 015517 branch car_g24_ch_polling_clear ,user3 
-:      015518 car_g24_receive_ch_polling:
-0x45ce 015519 fetch 1 ,mem_car_enter_lpm_flag 
-0x45cf 015520 rtn blank 
-0x45d0 015521 fetch 1 ,mem_car_24g_ch_polling 
-0x45d1 015522 increase 1 ,pdata 
-0x45d2 015523 store 1 ,mem_car_24g_ch_polling 
-0x45d3 015524 beq 4 ,car_g24_ch_polling_clear 
-0x45d4 015525 call g24_ch 
-0x45d5 015526 call car_g24_receive_packet_start 
-0x45d6 015527 nbranch car_g24_receive_ch_polling ,user3 
-:      015528 car_g24_ch_polling_clear:
-0x45d7 015529 jam 0 ,mem_car_24g_ch_polling 
-0x45d8 015530 rtn 
-:      015531 car_g24_work_mode_start:
-0x45d9 015532 fetch 1 ,mem_24g_work_mode 
-0x45da 015533 rtnne dongle_work 
-0x45db 015534 call car_g24_work_init 
-0x45dc 015535 call g24_ch_process 
-0x45dd 015536 branch car_g24_receive_packet_start 
-:      015537 car_g24_work_init:
-0x45de 015538 fetch 1 ,mem_24g_mode_init 
-0x45df 015539 rtnbit1 dongle_work 
-0x45e0 015540 set1 dongle_work ,pdata 
-0x45e1 015541 store 1 ,mem_24g_mode_init 
-0x45e2 015542 fetch 1 ,mem_tx_power_temp 
-0x45e3 015543 store 1 ,mem_tx_power 
-0x45e4 015544 jam 0 ,mem_24g_ackpayload_enable 
-0x45e5 015545 jam 0 ,mem_usb_tx_enable 
-0x45e6 015546 jam 1 ,mem_24g_abort_packet 
-0x45e7 015547 jam 0 ,mem_24g_pid 
-0x45e8 015549 fetch 4 ,mem_car_24g_commom_addr 
-0x45e9 015550 branch g24_work_init + 12 
-:      015551 car_g24_receive_packet_start:
-0x45ea 015552 call g24_receive_transmit_ack 
-0x45eb 015553 nbranch g24_rx_interrupt_clear ,user3 
-:      015554 p_g24_receive_packet_parse:
-0x45ec 015555 call g24_receive_packet_parse_pid_crc 
-0x45ed 015556 nbranch g24_rx_interrupt_clear ,user 
-0x45ee 015557 fetch 1 ,mem_24g_rxdata_length 
-0x45ef 015558 branch g24_rx_interrupt_clear ,blank 
-0x45f0 015559 increase 2 ,pdata 
-0x45f1 015560 iforce loopcnt 
-0x45f2 015561 arg mem_24g_rxbuf ,contr 
-0x45f3 015562 arg mem_24g_rxdata_temp ,contw 
-0x45f4 015563 call memcpy 
-0x45f5 015564 jam 0 ,mem_24g_mode_switch 
-0x45f6 015565 fetch 1 ,mem_24g_pair_mode 
-0x45f7 015566 call g24_enable_nodata_timer ,blank 
-0x45f8 015567 fetch 1 ,mem_24g_rxdata_temp + 2 
-0x45f9 015568 beq datatype_attemp ,car_g24_data_attemp 
-0x45fa 015569 beq datatype_device1 ,car_g24_data_device1 
-0x45fb 015570 branch g24_receive_packet_parse + 14 
-:      015571 car_g24_data_attemp:
-0x45fc 015572 fetch 1 ,mem_24g_pair_mode 
-0x45fd 015573 nrtn blank 
-0x45fe 015574 fetch 1 ,mem_24g_bind_device_status 
-0x45ff 015575 rtn blank 
-0x4600 015577 branch g24_data_attemp 
-:      015578 car_g24_data_device1:
-0x4601 015579 call g24_ch_timer_reinit 
-0x4602 015580 fetch 1 ,mem_24g_abort_packet 
-0x4603 015581 fetcht 1 ,mem_24g_rxdata_temp 
-0x4604 015582 isolate1 bit_abort ,temp 
-0x4605 015583 setflag true ,0 ,pdata 
-0x4606 015584 store 1 ,mem_24g_abort_packet 
-0x4607 015585 beq 1 ,car_g24_data_attemp_device1_abort 
-0x4608 015586 branch g24_data_device1 + 7 
-:      015587 car_g24_data_attemp_device1_abort:
-0x4609 015588 fetch 1 ,mem_device_option 
-0x460a 015589 sub pdata ,dvc_op_car ,null 
-0x460b 015590 call check_51cmd_led_on ,zero 
-0x460c 015591 fetch 4 ,mem_24g_rxdata_temp + 10 
-0x460d 015592 branch g24_store_device1_addr 
-:      015594 car_g24_bind_mode:
-0x460e 015595 fetch 1 ,mem_24g_work_mode 
-0x460f 015596 rtnne dongle_bind 
-0x4610 015597 call g24_bind_init 
-0x4611 015598 call car_g24_bind_device_addr 
-0x4612 015600 call g24_rx_interrupt_clear 
-0x4613 015601 call g24_receive_packet 
-0x4614 015602 nbranch g24_rx_interrupt_clear ,user3 
-0x4615 015603 call g24_bind_data_parse 
-0x4616 015604 call g24_transmit_ack 
-0x4617 015605 call g24_bind_device_status_check 
-0x4618 015606 call g24_bind_data_process + 8 
-0x4619 015608 fetch 1 ,mem_24g_bind_device_status 
-0x461a 015609 nbranch car_g24_bind_mode_exit ,blank 
-0x461b 015610 call g24_nodata_process 
-0x461c 015611 fetch 1 ,mem_24g_nodata_timer_enable 
-0x461d 015612 rtn blank 
-0x461e 015613 setarg 0 
-0x461f 015614 store 4 ,mem_24g_device1_addr 
-0x4620 015615 rtn 
-:      015616 car_g24_bind_mode_exit:
-0x4621 015617 jam 0 ,mem_24g_mode_switch 
-0x4622 015618 arg 0 ,rega 
-0x4623 015619 call check_51cmd_led_on 
-0x4624 015620 call g24_switch_work_mode 
-0x4625 015621 call g24_timer_init 
-0x4626 015623 fetch 4 ,mem_24g_lap 
-0x4627 015624 store 4 ,mem_car_24g_commom_addr 
-0x4628 015625 fetch 1 ,mem_car_save_addr_flag 
-0x4629 015626 ncall car_g24_save_commom_addr ,blank 
-0x462a 015628 fetch 4 ,mem_car_24g_commom_addr 
-0x462b 015629 branch g24_update_addr_and_synccrc8 
-:      015631 car_g24_save_commom_addr:
-0x462c 015633 fetch 1 ,mem_car_save_addr_flag 
-0x462d 015634 rtn blank 
-0x462e 015635 fetch 1 ,mem_24g_transmitter_addr + 1 
-0x462f 015636 store 1 ,mem_car_24g_commom_addr + 3 
-0x4630 015638 fetch 1 ,mem_24g_lap + 1 
-0x4631 015639 store 1 ,mem_car_24g_commom_addr + 2 
-0x4632 015641 fetch 1 ,mem_24g_transmitter_addr 
-0x4633 015642 store 1 ,mem_car_24g_commom_addr + 1 
-0x4634 015644 fetch 1 ,mem_24g_lap 
-0x4635 015645 store 1 ,mem_car_24g_commom_addr 
-0x4636 015646 rtn 
-0x4637 015647 call car_g24_search_commom_addr 
-0x4638 015648 fetch 4 ,mem_car_24g_commom_addr 
-0x4639 015649 fetcht 4 ,mem_car_24g_commom_addr_temp 
-0x463a 015650 isub temp ,null 
-0x463b 015651 rtn zero 
-0x463c 015652 copy regc ,regb 
-0x463d 015653 arg mem_car_24g_commom_addr ,rega 
-0x463e 015654 arg 4 ,loopcnt 
-0x463f 015655 branch otp_write 
-:      015657 car_g24_load_commom_addr:
-0x4640 015659 fetch 4 ,mem_24g_lap 
-0x4641 015660 store 4 ,mem_car_24g_commom_addr 
-0x4642 015661 fetch 1 ,mem_car_save_addr_flag 
-0x4643 015662 rtn blank 
-0x4644 015663 rtn 
-0x4645 015664 call car_g24_search_commom_addr 
-0x4646 015665 fetch 4 ,mem_car_24g_commom_addr_temp 
-0x4647 015666 rtn blank 
-0x4648 015667 store 4 ,mem_car_24g_commom_addr 
-0x4649 015668 rtn 
-:      015671 car_g24_search_commom_addr:
-0x464a 015672 rtn 
-0x464b 015673 fetch 1 ,mem_car_save_addr_flag 
-0x464c 015674 rtn blank 
-0x464d 015675 arg otp_offset_car_commom_start_addr ,regc 
-:      015676 car_g24_search_commom_addr_loop:
-0x464e 015677 copy regc ,regb 
-0x464f 015678 arg mem_car_24g_commom_addr_read ,rega 
-0x4650 015679 arg 4 ,loopcnt 
-0x4651 015680 call otp_read_data 
-0x4652 015681 fetch 4 ,mem_car_24g_commom_addr_read 
-0x4653 015682 rtn blank 
-0x4654 015683 store 4 ,mem_car_24g_commom_addr_temp 
-0x4655 015684 copy regc ,pdata 
-0x4656 015685 arg otp_offset_car_commom_end_addr ,temp 
-0x4657 015686 isub temp ,null 
-0x4658 015687 rtn positive 
-0x4659 015688 increase 4 ,regc 
-0x465a 015689 branch car_g24_search_commom_addr_loop 
-:      015691 car_g24_bind_device_addr:
-0x465b 015692 fetch 4 ,mem_24g_device1_addr 
-0x465c 015693 rtn blank 
-0x465d 015694 branch g24_update_addr_and_synccrc8 
-:      015696 car_g24_cb_data_device1:
-0x465e 015697 fetch 2 ,mem_ui_state_map 
-0x465f 015698 rtnbit1 ui_state_ble_connected 
-0x4660 015699 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x4661 015700 store 2 ,mem_car_24g_no_data_timeout_timer 
-0x4662 015701 jam work_paired ,mem_car_24g_received_pac 
-0x4663 015702 arg mem_24g_rxdata_temp + 3 ,rega 
-0x4664 015703 branch car_24g_receive_data 
-:      015705 car_g24_lpm_dipatch:
-0x4665 015706 fetch 1 ,mem_car_enter_lpm_flag 
-0x4666 015707 rtn blank 
-0x4667 015708 call car_g24_lpm_wait 
-0x4668 015709 nrtn user 
-0x4669 015710 fetch 3 ,mem_24g_enter_hibernate 
-0x466a 015711 call clk2lpo 
-0x466b 015712 storet 4 ,mem_sleep_counter 
-0x466c 015713 branch lpm_sleep 
-:      015714 car_g24_lpm_wait:
-0x466d 015715 enable user 
-0x466e 015716 call lpo_calibration 
-0x466f 015717 fetch 3 ,mem_clks_per_lpo 
-0x4670 015718 branch disable_user ,blank 
-0x4671 015719 branch car_le_process_lpm_before 
-:      015725 remote_car_init:
-0x4672 015726 rtn wake 
-0x4673 015727 call remote_car_default_init 
-0x4674 015728 call keyscan_key_init 
-0x4675 015729 setarg remote_car_g24_package_data 
-0x4676 015730 store 2 ,mem_cb_24g_transmit_data 
-0x4677 015732 setarg remote_car_process_lpm_before 
-0x4678 015733 store 2 ,mem_cb_24g_lpm_before 
-0x4679 015735 setarg remote_car_le_before_hibernate 
-0x467a 015736 store 2 ,mem_cb_before_hibernate 
-0x467b 015738 setarg remote_car_scale_process_idle 
-0x467c 015739 store 2 ,mem_cb_idle_process 
-0x467d 015741 setarg remote_car_scale_process_bb_event 
-0x467e 015742 store 2 ,mem_cb_bb_event_process 
-0x467f 015744 setarg remote_car_event_timer 
-0x4680 015745 store 2 ,mem_cb_event_timer 
-0x4681 015747 setarg remote_car_power_off_signal 
-0x4682 015748 store 2 ,mem_remote_car_power_off_cb 
-0x4683 015750 setarg remote_car_soft_switch_power_on_signal 
-0x4684 015751 store 2 ,mem_remote_car_power_standby_cb 
-0x4685 015754 bpatch patch06_3 ,mem_patch06 
-0x4686 015755 call set_eeprom_size_2k 
-0x4687 015756 call remote_car_init_environment 
-0x4688 015758 call queue_init 
-0x4689 015759 fetch 1 ,mem_remote_car_config_soft_switch_enable 
-0x468a 015760 store 1 ,mem_remote_car_hard_soft_switch 
-0x468b 015761 beq hard_switch ,remote_car_hard_switch_power_on_signal 
-0x468c 015762 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
-0x468d 015763 store 1 ,mem_ui_button_gpio 
-:      015764 remote_car_soft_switch_power_on_init:
-0x468e 015765 call remote_car_ui_led_init 
-0x468f 015766 call ui_button_init 
-0x4690 015767 call ui_button_polling 
-0x4691 015768 jam power_starting ,mem_remote_car_power_state 
-0x4692 015769 fetch 2 ,mem_ui_state_map 
-0x4693 015770 rtnbit1 ui_state_btn_down 
-0x4694 015771 branch app_enter_hibernate 
-:      015775 remote_car_hard_switch_power_on_signal:
-0x4695 015776 jam power_standby ,mem_remote_car_power_state 
-:      015777 remote_car_soft_switch_power_on_signal:
-0x4696 015778 call remote_car_ui_led_init 
-0x4697 015779 arg 0 ,rega 
-0x4698 015780 call ui_led_blink_start_global 
-0x4699 015781 call remote_car_g24_load_commom_addr 
-0x469a 015782 fetch 4 ,mem_remote_24g_commom_addr 
-0x469b 015783 store 4 ,mem_24g_addr 
-0x469c 015784 branch g24_pair_start ,blank 
-0x469d 015785 fetch 4 ,mem_24g_addr 
-0x469e 015786 store 4 ,mem_24g_receiver_addr 
-0x469f 015787 fetch 2 ,mem_24g_reconn_timeout_init 
-0x46a0 015788 store 2 ,mem_24g_reconn_timeout 
-0x46a1 015789 branch g24_reconn_start 
-:      015791 remote_car_set_24g_addr_eeprom:
-0x46a2 015792 arg 4 ,temp 
-0x46a3 015793 arg mem_24g_addr ,rega 
-0x46a4 015794 arg remote_info_eeprom_offect ,regb 
-0x46a5 015795 rtn 
-:      015798 remote_car_power_off_signal:
-:      015799 remote_car_ui_led_init:
-0x46a6 015800 bpatch patch06_4 ,mem_patch06 
-0x46a7 015801 fetch 1 ,mem_remote_car_config_connect_led_gpio 
-0x46a8 015802 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
-:      015803 remote_car_ui_led_init_1:
-0x46a9 015804 fetcht 1 ,mem_remote_car_led_map 
-0x46aa 015805 branch gpio_config_output 
-:      015806 remote_car_pairing_led_gpio_set:
-0x46ab 015807 store 1 ,mem_remote_car_led_map 
-0x46ac 015808 branch remote_car_ui_led_init_1 
-:      015811 remote_car_init_environment:
-0x46ad 015812 call g24_transmit_init 
-:      015813 remote_no_data_timer_init:
-0x46ae 015814 fetch 2 ,mem_remote_car_no_data_timeout 
-0x46af 015815 store 2 ,mem_remote_car_no_data_timer 
-0x46b0 015816 rtn 
-:      015818 remote_car_le_before_hibernate:
-0x46b1 015819 call remote_car_process_lpm_before 
-:      015820 remote_gpio_set_before_hibernate:
-0x46b2 015821 fetch 1 ,mem_remote_style_struct_led_gpio 
-0x46b3 015822 set1 7 ,pdata 
-0x46b4 015823 arg gpcfg_output_high ,temp 
-0x46b5 015824 branch gpio_config_function 
-:      015826 remote_car_process_lpm_before:
-0x46b6 015827 call gpio_set_before_lpm 
-0x46b7 015828 branch keyscan_process_lpm_before 
-:      015830 remote_car_key_scan_process:
-0x46b8 015831 call keyscan_key_process 
-0x46b9 015832 call get_remote_key_state 
-0x46ba 015833 call remote_conn_led_state 
-0x46bb 015834 branch send_data 
-:      015836 remote_conn_led_state:
-0x46bc 015837 fetch 1 ,mem_remote_car_24g_status 
-0x46bd 015838 rtnne work_paired 
-0x46be 015839 fetch 4 ,mem_remote_car_motor1_key0_press_state 
-0x46bf 015840 branch remote_car_stop_state ,blank 
-0x46c0 015841 jam 0 ,mem_remote_car_no_data_check 
-0x46c1 015842 enable user 
-0x46c2 015843 branch check_51cmd_led_on 
-:      015844 remote_car_stop_state:
-0x46c3 015845 fetch 1 ,mem_remote_car_no_data_check 
-0x46c4 015846 rtneq 0xff 
-0x46c5 015847 pincrease 1 
-0x46c6 015848 store 1 ,mem_remote_car_no_data_check 
-0x46c7 015849 disable user 
-0x46c8 015850 branch check_51cmd_led_off 
-:      015853 get_remote_key_state:
-0x46c9 015854 fetcht 2 ,mem_key_value_retention 
-0x46ca 015855 and temp ,0x01 ,pdata 
-0x46cb 015856 rshift temp ,temp 
-0x46cc 015857 store 1 ,mem_remote_car_motor1_key0_press_state 
-0x46cd 015858 and temp ,0x01 ,pdata 
-0x46ce 015859 rshift temp ,temp 
-0x46cf 015860 store 1 ,mem_remote_car_motor1_key1_press_state 
-0x46d0 015861 and temp ,0x01 ,pdata 
-0x46d1 015862 rshift temp ,temp 
-0x46d2 015863 store 1 ,mem_remote_car_motor2_key2_press_state 
-0x46d3 015864 and temp ,0x01 ,pdata 
-0x46d4 015865 rshift temp ,temp 
-0x46d5 015866 store 1 ,mem_remote_car_motor2_key3_press_state 
-0x46d6 015867 rtn 
-:      015868 send_data:
-0x46d7 015869 bpatch patch06_5 ,mem_patch06 
-0x46d8 015870 call remote_car_fb_check 
-0x46d9 015871 call remote_car_lr_check 
-0x46da 015872 call remote_car_no_data_timeout_check 
-0x46db 015873 nrtn user 
-0x46dc 015874 branch remote_car_send_key 
-:      015877 remote_car_no_data_timeout_check:
-0x46dd 015878 fetch 1 ,mem_remote_car_24g_status 
-0x46de 015879 rtnne work_paired 
-0x46df 015880 fetch 1 ,mem_remote_car_no_data_check 
-0x46e0 015881 rtn blank 
-0x46e1 015882 sub pdata ,1 ,null 
-0x46e2 015883 nrtn positive 
-0x46e3 015884 fetch 2 ,mem_24g_reconn_timeout_init 
-0x46e4 015885 store 2 ,mem_24g_reconn_timeout 
-0x46e5 015886 branch enable_user 
-:      015890 remote_car_fb_check:
-0x46e6 015891 fetch 1 ,mem_remote_car_motor1_key0_press_state 
-0x46e7 015892 nbranch remote_car_send_motor1_key0_press ,blank 
-0x46e8 015893 fetch 1 ,mem_remote_car_motor1_key1_press_state 
-0x46e9 015894 nbranch remote_car_send_motor1_key1_press ,blank 
-0x46ea 015895 branch remote_car_send_motor1_key0_rel 
-:      015897 remote_car_lr_check:
-0x46eb 015898 fetch 1 ,mem_remote_car_motor2_key2_press_state 
-0x46ec 015899 nbranch remote_car_send_motor2_key2_press ,blank 
-0x46ed 015900 fetch 1 ,mem_remote_car_motor2_key3_press_state 
-0x46ee 015901 nbranch remote_car_send_motor2_key3_press ,blank 
-0x46ef 015902 branch remote_car_send_motor2_key2_rel 
-:      015905 remote_car_scale_process_idle:
-0x46f0 015906 call remote_car_24g_status_process 
-0x46f1 015907 branch remote_car_key_scan_process 
-:      015909 remote_car_scale_process_bb_event:
-0x46f2 015910 copy regc ,pdata 
-0x46f3 015911 beq bt_evt_button_up ,app_event_button_up 
-0x46f4 015912 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x46f5 015913 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
-0x46f6 015914 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
-0x46f7 015915 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
-0x46f8 015916 rtn 
-:      015918 remote_car_24g_attempt_fail:
-0x46f9 015919 branch g24_txbuf_clear 
-:      015921 remote_car_24g_pairing_complete:
-0x46fa 015922 bpatch patch06_6 ,mem_patch06 
-0x46fb 015923 fetch 4 ,mem_24g_receiver_addr 
-0x46fc 015924 store 4 ,mem_remote_24g_commom_addr 
-0x46fd 015925 fetch 1 ,mem_remote_save_addr_flag 
-0x46fe 015926 ncall remote_car_g24_save_commom_addr ,blank 
-0x46ff 015927 fetch 4 ,mem_remote_24g_commom_addr 
-0x4700 015928 call g24_update_addr_and_synccrc8 
-:      015931 remote_car_24g_attempt_success:
-0x4701 015932 jam 0 ,mem_24g_conn_sm 
-0x4702 015933 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x4703 015934 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x4704 015935 jam 0 ,mem_24g_reconn_timeout 
-0x4705 015936 rtn 
-:      015937 remote_car_g24_save_commom_addr:
-0x4706 015940 fetch 1 ,mem_remote_save_addr_flag 
-0x4707 015941 rtn blank 
-0x4708 015942 fetch 1 ,mem_24g_lap + 1 
-0x4709 015943 store 1 ,mem_remote_24g_commom_addr + 3 
-0x470a 015945 fetch 1 ,mem_24g_receiver_addr + 1 
-0x470b 015946 store 1 ,mem_remote_24g_commom_addr + 2 
-0x470c 015948 fetch 1 ,mem_24g_lap 
-0x470d 015949 store 1 ,mem_remote_24g_commom_addr + 1 
-0x470e 015951 fetch 1 ,mem_24g_receiver_addr 
-0x470f 015952 store 1 ,mem_remote_24g_commom_addr 
-0x4710 015953 call remote_car_g24_search_commom_addr 
-0x4711 015954 fetch 4 ,mem_remote_24g_commom_addr 
-0x4712 015955 fetcht 4 ,mem_remote_24g_commom_addr_temp 
-0x4713 015956 isub temp ,null 
-0x4714 015957 rtn zero 
-0x4715 015958 copy regc ,regb 
-0x4716 015959 arg mem_remote_24g_commom_addr ,rega 
-0x4717 015960 arg 4 ,loopcnt 
-0x4718 015961 branch otp_write 
-:      015963 remote_car_g24_load_commom_addr:
-0x4719 015964 fetch 1 ,mem_remote_save_addr_flag 
-0x471a 015965 rtn blank 
-0x471b 015966 call remote_car_g24_search_commom_addr 
-0x471c 015967 fetch 4 ,mem_remote_24g_commom_addr_temp 
-0x471d 015968 rtn blank 
-0x471e 015969 store 4 ,mem_remote_24g_commom_addr 
-0x471f 015970 rtn 
-:      015973 remote_car_g24_search_commom_addr:
-0x4720 015974 fetch 1 ,mem_remote_save_addr_flag 
-0x4721 015975 rtn blank 
-0x4722 015976 arg otp_offset_remote_commom_start_addr ,regc 
-:      015977 remote_car_g24_search_commom_addr_loop:
-0x4723 015978 copy regc ,regb 
-0x4724 015979 arg mem_remote_24g_commom_addr_temp ,rega 
-0x4725 015980 arg 4 ,loopcnt 
-0x4726 015981 call otp_read_data 
-0x4727 015982 fetch 4 ,mem_remote_24g_commom_addr_read 
-0x4728 015983 rtn blank 
-0x4729 015984 store 4 ,mem_remote_24g_commom_addr_temp 
-0x472a 015985 copy regc ,pdata 
-0x472b 015986 arg otp_offset_remote_commom_end_addr ,temp 
-0x472c 015987 isub temp ,null 
-0x472d 015988 rtn positive 
-0x472e 015989 increase 4 ,regc 
-0x472f 015990 branch remote_car_g24_search_commom_addr_loop 
-:      015992 remote_car_24g_status_process:
-0x4730 015993 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4731 015994 rtneq power_on 
-0x4732 015995 fetch 1 ,mem_remote_car_24g_status 
-0x4733 015996 rtneq work_paired 
-0x4734 015997 jam work_paired ,mem_remote_car_24g_status 
-:      015998 remote_car_scale_process_paired:
-0x4735 015999 arg 0 ,rega 
-0x4736 016000 branch ui_led_off_global 
-:      016001 remote_car_scale_process_shutdown:
-0x4737 016002 arg 0 ,rega 
-0x4738 016003 call ui_led_off_global 
-0x4739 016004 call remote_car_ui_led_init 
-0x473a 016005 branch app_enter_hibernate 
-:      016007 remote_car_event_timer:
-0x473b 016008 call app_power_timer 
-0x473c 016009 call g24_pair_timeout_timer 
-0x473d 016010 call g24_reconn_timeout_timer 
-0x473e 016011 branch remote_car_no_data_timer 
-:      016013 remote_car_no_data_timer:
-0x473f 016014 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4740 016015 rtn blank 
-0x4741 016016 fetch 1 ,mem_key_value_retention 
-0x4742 016017 nbranch remote_no_data_timer_init ,blank 
-0x4743 016018 arg mem_remote_car_no_data_timer ,regc 
-0x4744 016019 arg remote_car_scale_process_shutdown ,regb 
-0x4745 016020 branch timer_single_step_2b 
-:      016024 remote_car_send_motor1_key0_press:
-0x4746 016025 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4747 016026 rtn 
-:      016027 remote_car_send_motor1_key1_press:
-0x4748 016028 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x4749 016029 rtn 
-:      016030 remote_car_send_motor2_key2_press:
-0x474a 016031 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x474b 016032 rtn 
-:      016033 remote_car_send_motor2_key3_press:
-0x474c 016034 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x474d 016035 rtn 
-:      016038 remote_car_send_motor1_key0_rel:
-:      016039 remote_car_send_motor1_key1_rel:
-0x474e 016040 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x474f 016041 rtn 
-:      016042 remote_car_send_motor2_key2_rel:
-:      016043 remote_car_send_motor2_key3_rel:
-0x4750 016044 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x4751 016045 rtn 
-:      016047 remote_car_send_key:
-0x4752 016048 arg mem_remote_car_24g_motor_packet ,rega 
-0x4753 016049 branch queue_push 
-:      016050 remote_car_send_attack:
-0x4754 016051 arg mem_remote_car_24g_fire_packet ,rega 
-0x4755 016052 branch queue_push 
-:      016054 remote_car_g24_package_data:
-0x4756 016055 fetch 1 ,mem_remote_car_24g_pair_success_flag 
-0x4757 016056 beq work_paired ,remote_car_g24_send_empty 
-0x4758 016057 arg mem_remote_car_24g_tx_temp ,rega 
-0x4759 016058 call queue_pop 
-0x475a 016059 nbranch remote_car_moto_data ,user 
-:      016060 remote_car_g24_package_data_continue:
-0x475b 016061 arg mem_remote_car_24g_tx_temp ,contr 
-0x475c 016062 ifetch 1 ,contr 
-0x475d 016063 copy pdata ,rega 
-0x475e 016064 arg mem_remote_car_24g_tx_temp + 1 ,regb 
-0x475f 016067 rtn 
-:      016069 remote_car_g24_send_empty:
-0x4760 016070 jam 0 ,mem_remote_car_24g_pair_success_flag 
-0x4761 016071 enable user 
-0x4762 016072 arg 1 ,rega 
-0x4763 016073 arg mem_remote_car_empty_packet ,regb 
-0x4764 016074 rtn 
-:      016076 remote_car_moto_data:
-0x4765 016077 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
-0x4766 016078 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
-0x4767 016079 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
-0x4768 016080 rtn 
-:      016081 remote_car_moto_data_next:
-0x4769 016082 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
-0x476a 016083 nbranch remote_car_moto_data_enable_user ,blank 
-0x476b 016084 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
-0x476c 016085 nbranch remote_car_moto_data_enable_user ,blank 
-0x476d 016086 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
-0x476e 016087 nbranch remote_car_moto_data_enable_user ,blank 
-0x476f 016088 rtn 
-:      016089 remote_car_moto_data_enable_user:
-0x4770 016090 enable user 
-0x4771 016091 branch remote_car_g24_package_data_continue 
-:      016096 remote_car_default_init:
-0x4772 016097 jam 0x14 ,mem_ui_button_timeout 
-0x4773 016098 jam 0x01 ,mem_ui_button_last_state 
-0x4774 016099 setarg 0x060f 
-0x4775 016100 store 2 ,mem_remote_car_queue_each_size 
-0x4776 016101 setarg mem_remote_car_queue_each_size 
-0x4777 016102 store 2 ,mem_queue_ptr 
-0x4778 016103 jam 0x01 ,mem_lpm_mode 
-0x4779 016104 jam 0x06 ,mem_lpm_overhead 
-0x477a 016105 jam 0x02 ,mem_lpm_mult_timeout 
-0x477b 016106 jam 0x00 ,mem_remote_car_hard_soft_switch 
-0x477c 016107 setarg mem_remote_style_led_type 
-0x477d 016108 store 2 ,mem_ui_led_struct_ptr 
-0x477e 016109 jam 0x01 ,mem_ui_led_struct_num 
-0x477f 016110 jam 0xff ,mem_remote_style_blink_count 
-0x4780 016111 setarg 0x0296 
-0x4781 016112 store 2 ,mem_remote_style_on_time 
-0x4782 016113 setarg 0x073a 
-0x4783 016114 store 2 ,mem_remote_style_off_time 
-0x4784 016115 setarg mem_remote_car_soft_power 
-0x4785 016116 store 2 ,mem_power_param_ptr 
-0x4786 016117 setarg 0x0c0c 
-0x4787 016118 store 2 ,mem_remote_car_power_off_timeout 
-0x4788 016119 setarg mem_remote_car_keyscan 
-0x4789 016120 store 2 ,mem_keyscan_ptr 
-0x478a 016121 jam 0x00 ,mem_remote_car_config_soft_switch_enable 
-0x478b 016122 jam 0xff ,mem_remote_car_config_connect_led_gpio 
-0x478c 016123 jam 0xff ,mem_remote_car_config_soft_switch_gpio 
-0x478d 016124 jam 0x00 ,mem_remote_car_config_key_map 
-0x478e 016125 jam 0x00 ,mem_remote_car_config_layout 
-0x478f 016126 jam 0x00 ,mem_remote_car_config_check_way 
-0x4790 016127 jam 0x01 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4791 016128 setarg 0x4e55 
-0x4792 016129 store 2 ,mem_current_vdd_value_default_mid_x 
-0x4793 016130 store 2 ,mem_current_vdd_value_default_mid_y 
-0x4794 016131 setarg 0x0007 
-0x4795 016132 store 2 ,mem_current_vdd_default_range 
-0x4796 016133 jam 0x02 ,mem_adc_config_flag 
-0x4797 016134 setsect 0 ,0x35a0c 
-0x4798 016135 setsect 1 ,0x11a 
-0x4799 016136 setsect 2 ,0x60 
-0x479a 016137 setsect 3 ,0x28 
-0x479b 016138 store 9 ,mem_remote_car_24g_motor_packet 
-0x479c 016139 setsect 0 ,0x2000a 
-0x479d 016140 setsect 1 ,0x02 
-0x479e 016141 istore 4 ,contw 
-0x479f 016142 setsect 0 ,0x35a08 
-0x47a0 016143 setsect 1 ,0x19a 
-0x47a1 016144 setsect 2 ,0x00 
-0x47a2 016145 setsect 3 ,0x00 
-0x47a3 016146 store 9 ,mem_remote_car_24g_fire_packet 
-0x47a4 016147 setarg 0x0064 
-0x47a5 016148 store 2 ,mem_remote_car_no_data_timeout 
-0x47a6 016149 jam tx_power_0db ,mem_tx_power 
-0x47a7 016150 jam 0x01 ,mem_24g_data_type 
-0x47a8 016151 jam 0x06 ,mem_24g_max_retry 
-0x47a9 016152 jam 0x01 ,mem_24g_pair_switch 
-0x47aa 016153 jam 0x00 ,mem_24g_fast_conn_enable 
-0x47ab 016154 call g24_rx_window_init 
-0x47ac 016155 call g24_interval_param_8ms 
-0x47ad 016156 call g24_chmap_param_init 
-0x47ae 016159 setarg 0x0708 
-0x47af 016160 store 2 ,mem_24g_pair_timeout_init 
-0x47b0 016161 setarg 0x0050 
-0x47b1 016162 store 2 ,mem_24g_reconn_timeout_init 
-0x47b2 016163 setarg 0x0a7700 
-0x47b3 016164 store 3 ,mem_24g_long_sleep_set 
-0x47b4 016165 setarg 0x604800 
-0x47b5 016166 store 3 ,mem_24g_enter_hibernate 
-0x47b6 016167 rtn 
-:      016174 dongle_init:
-0x47b7 016175 setarg dongle_dispatch 
-0x47b8 016176 store 2 ,mem_cb_24g_receive_process 
-0x47b9 016177 setarg dongle_g24_mouse 
-0x47ba 016178 store 2 ,mem_cb_24g_data_device1 
-0x47bb 016179 setarg dongle_g24_kb 
-0x47bc 016180 store 2 ,mem_cb_24g_data_device2 
-0x47bd 016181 setarg dongle_ackpayload_prep 
-0x47be 016182 store 2 ,mem_cb_24g_ackpayload 
-0x47bf 016183 setarg dongle_usb_config 
-0x47c0 016184 store 2 ,mem_cb_usb_config 
-0x47c1 016185 branch usb_init 
-:      016188 dongle_default_init:
-0x47c2 016189 bpatch patch06_7 ,mem_patch06 
-0x47c3 016191 call dongle_read_kb_bind_status 
-0x47c4 016192 call dongle_xtal_select 
-0x47c5 016193 fetch 1 ,mem_dg_sys_config 
-0x47c6 016194 isolate1 dg_enable_eeprom ,pdata 
-0x47c7 016195 branch dongle_default_no_eeprom ,true 
-0x47c8 016196 fetch 1 ,mem_dg_sys_config 
-0x47c9 016197 isolate1 dg_enable_new_chmap ,pdata 
-0x47ca 016198 call g24_chamap_param_update ,true 
-:      016199 dongle_default_no_eeprom:
-0x47cb 016200 fetch 1 ,mem_dg_24g_tx_power_default 
-0x47cc 016201 store 1 ,mem_tx_power 
-0x47cd 016203 jam 0xff ,mem_rssi_buff_index 
-0x47ce 016204 setarg mem_dg_rssi_noise_buffer 
-0x47cf 016205 store 2 ,mem_rssi_noise_buffer_ptr 
-0x47d0 016206 setarg mem_dg_rssi_noise_dg_buffer 
-0x47d1 016207 store 2 ,mem_rssi_noise_self_buffer_ptr 
-0x47d2 016208 setarg mem_dg_rssi_noise_ms_buffer 
-0x47d3 016209 store 2 ,mem_rssi_noise_device1_buffer_ptr 
-0x47d4 016210 setarg mem_dg_rssi_noise_kb_buffer 
-0x47d5 016211 store 2 ,mem_rssi_noise_device2_buffer_ptr 
-0x47d6 016212 jam tx_power_f5db ,mem_24g_pair_tx_power 
-0x47d7 016213 jam 0 ,mem_dg_kb_bind_success 
-0x47d8 016214 jam 0 ,mem_24g_bind_device_living 
-0x47d9 016215 call g24_enable_1m 
-0x47da 016216 fetch 1 ,mem_dg_sys_config 
-0x47db 016217 isolate1 dg_enable_24g_2m ,pdata 
-0x47dc 016218 call g24_enable_2m ,true 
-0x47dd 016219 call g24_receive_init 
-0x47de 016220 call g24_pair_param_init 
-0x47df 016221 call g24_chmap_param_init 
-0x47e0 016223 fetch 1 ,mem_dg_usb_tx_interval 
-0x47e1 016224 store 1 ,mem_usb_tx_interval 
-0x47e2 016225 fetch 9 ,mem_dg_usb_vid_pid 
-0x47e3 016226 store 9 ,mem_usb_vid_pid 
-0x47e4 016227 rtn 
-:      016229 dongle_xtal_select:
-0x47e5 016230 jam xtal_24m ,mem_fcomp_div 
-0x47e6 016231 fetch 1 ,mem_dg_sys_config 
-0x47e7 016232 rtnbit0 dg_enable_xtal_24m 
-0x47e8 016233 jam xtal_16m ,mem_fcomp_div 
-0x47e9 016234 rtn 
-:      016236 dongle_dispatch:
-0x47ea 016237 fetch 1 ,mem_24g_pair_mode 
-0x47eb 016238 beq 0x00 ,dongle_auto_bind 
-0x47ec 016239 beq 0x01 ,dongle_pc_bind 
-0x47ed 016240 beq 0x0f ,dongle_all_powerful 
-0x47ee 016241 rtn 
-:      016244 dongle_read_kb_bind_status:
-0x47ef 016245 bpatch patch07_0 ,mem_patch07 
-0x47f0 016246 arg dongle_kb_bind_efuse_offect ,regb 
-0x47f1 016247 arg mem_dg_kb_bind_flag ,rega 
-0x47f2 016248 arg 1 ,loopcnt 
-0x47f3 016249 branch otp_read_data 
-:      016251 dongle_write_kb_bind_status:
-0x47f4 016252 bpatch patch07_1 ,mem_patch07 
-0x47f5 016253 arg 1 ,loopcnt 
-0x47f6 016254 arg mem_dg_kb_bind_flag ,rega 
-0x47f7 016255 arg dongle_kb_bind_efuse_offect ,regb 
-0x47f8 016256 branch otp_write 
-:      016258 dongle_usb_config:
-0x47f9 016259 fetch 1 ,mem_dg_sys_config 
-0x47fa 016260 bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
-0x47fb 016261 fetch 1 ,mem_dg_kb_bind_flag 
-0x47fc 016262 bne dongle_kb_bind_success ,dongle_usb_config_param 
-:      016263 dongle_usb_config_kb:
-0x47fd 016264 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
-0x47fe 016265 fetch 4 ,usb_devicedata_addr + 9 
-0x47ff 016266 set1 29 ,pdata 
-0x4800 016267 store 4 ,mem_devicedesc + 9 
-:      016268 dongle_usb_config_param:
-0x4801 016269 call dongle_usb_device_name 
-0x4802 016270 call usb_tx_interval_config 
-0x4803 016271 call dongle_usb_vid_pid_config 
-0x4804 016272 branch dongle_usb_hid_icon_config 
-:      016274 dongle_usb_vid_pid_config:
-0x4805 016275 fetch 1 ,mem_usb_vid_pid 
-0x4806 016276 rtn blank 
-0x4807 016277 fetch 1 ,mem_dg_kb_bind_flag 
-0x4808 016278 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
-:      016279 dongle_usb_vid_pid_for_mouse_only_auto_pair:
-0x4809 016280 fetch 4 ,mem_usb_vid_pid + 1 
-:      016281 dongle_usb_vid_pid_store:
-0x480a 016282 store 4 ,mem_devicedesc + 9 
-0x480b 016283 rtn 
-:      016284 dongle_usb_vid_pid_for_suit:
-0x480c 016285 fetch 4 ,mem_usb_vid_pid + 5 
-0x480d 016286 branch dongle_usb_vid_pid_store 
-:      016288 dongle_usb_hid_icon_config:
-0x480e 016289 fetch 1 ,mem_dg_kb_bind_flag 
-0x480f 016290 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
-0x4810 016291 setarg usb_kbdata_vendor_define_addr 
-0x4811 016292 store 2 ,mem_hidreportdesc_kb 
-0x4812 016293 jam 0x1a ,mem_confdesc + 26 
-0x4813 016294 rtn 
-:      016295 dongle_usb_kb_hidreportdesc:
-0x4814 016296 setarg usb_kbdata_addr 
-0x4815 016297 store 2 ,mem_hidreportdesc_kb 
-0x4816 016298 jam 0x3f ,mem_confdesc + 26 
-0x4817 016299 rtn 
-:      016301 dongle_usb_device_name:
-0x4818 016302 fetch 1 ,mem_dg_usb_device_name 
-0x4819 016303 rtn blank 
-0x481a 016304 arg mem_dg_usb_device_name ,contr 
-0x481b 016305 arg mem_string2 ,contw 
-0x481c 016306 arg 30 ,loopcnt 
-0x481d 016307 branch memcpy 
-:      016310 dongle_all_powerful:
-0x481e 016311 call g24_switch_work_mode 
-:      016312 dongle_all_powerful_loop:
-0x481f 016313 call dongle_work_mode_auto 
-0x4820 016314 call dongle_usb_dispatch 
-0x4821 016315 branch dongle_all_powerful_loop 
-:      016317 dongle_pc_bind:
-0x4822 016318 call g24_switch_work_mode 
-:      016319 dongle_pc_bind_loop:
-0x4823 016320 call dongle_work_mode_auto 
-0x4824 016321 call g24_bind_mode_auto 
-0x4825 016322 call dongle_usb_dispatch 
-0x4826 016323 branch dongle_pc_bind_loop 
-:      016325 dongle_g24_blank_data_process:
-0x4827 016326 call dongle_g24_ms_blank_data 
-0x4828 016327 call dongle_g24_kb_blank_data 
-0x4829 016328 call dongle_g24_kb_sys_ctrl_blank_data 
-0x482a 016329 branch dongle_g24_kb_mul_blank_data 
-:      016331 dongle_g24_ms_blank_data:
-0x482b 016332 bpatch patch07_2 ,mem_patch07 
-0x482c 016333 fetch 1 ,mem_dg_ms_blank_data_enable 
-0x482d 016334 rtn blank 
-0x482e 016335 arg g24_timer_ms_blank ,queue 
-0x482f 016336 call timer_check 
-0x4830 016337 nrtn blank 
-0x4831 016338 jam 0 ,mem_dg_ms_blank_data_enable 
-0x4832 016339 setarg ms_report_id 
-0x4833 016340 store 1 ,mem_usb_mouse_data 
-0x4834 016341 setarg 0 
-0x4835 016342 istore 7 ,contw 
-:      016343 dongle_usb_tx_ms_data:
-0x4836 016344 jam usb_ep2_ms ,mem_usb_ep2_data 
-:      016345 dongle_usb_tx_enable_ep2:
-0x4837 016346 fetch 1 ,mem_usb_tx_enable 
-0x4838 016347 set1 2 ,pdata 
-0x4839 016348 store 1 ,mem_usb_tx_enable 
-0x483a 016349 rtn 
-:      016351 dongle_g24_kb_blank_data:
-0x483b 016352 bpatch patch07_3 ,mem_patch07 
-0x483c 016353 fetch 1 ,mem_dg_kb_blank_data_enable 
-0x483d 016354 rtn blank 
-0x483e 016355 arg g24_timer_kb_blank ,queue 
-0x483f 016356 call timer_check 
-0x4840 016357 nrtn blank 
-0x4841 016358 jam 0 ,mem_dg_kb_blank_data_enable 
-0x4842 016359 arg mem_usb_kb_data ,contw 
-0x4843 016360 call memset0_16 
-0x4844 016361 fetch 8 ,mem_usb_kb_data 
-0x4845 016362 store 8 ,mem_dg_kb_data_last_data 
-:      016363 dongle_usb_tx_kb_data:
-0x4846 016364 jam kb_normal_report_id ,mem_usb_kb_data 
-:      016365 dongle_usb_tx_enable_ep1:
-0x4847 016366 jam usb_ep1_kb ,mem_usb_ep1_data 
-0x4848 016367 fetch 1 ,mem_usb_tx_enable 
-0x4849 016368 set1 1 ,pdata 
-0x484a 016369 store 1 ,mem_usb_tx_enable 
-0x484b 016370 rtn 
-:      016372 dongle_g24_kb_sys_ctrl_blank_data:
-0x484c 016373 fetch 1 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x484d 016374 rtn blank 
-0x484e 016375 arg g24_timer_kb_sys_crtl_blank ,queue 
-0x484f 016376 call timer_check 
-0x4850 016377 nrtn blank 
-0x4851 016378 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x4852 016379 arg mem_usb_kb_system ,contw 
-0x4853 016380 call memset0_16 
-0x4854 016381 jam kb_system_conctrl_report_id ,mem_usb_kb_system 
-0x4855 016382 fetch 2 ,mem_usb_kb_system 
-0x4856 016383 store 2 ,mem_dg_kb_system_sta_data 
-:      016384 dongle_usb_tx_sys_ctrl_data:
-0x4857 016385 jam usb_ep2_systemkey ,mem_usb_ep2_data 
-0x4858 016386 branch dongle_usb_tx_enable_ep2 
-:      016388 dongle_g24_kb_mul_blank_data:
-0x4859 016389 bpatch patch07_4 ,mem_patch07 
-0x485a 016390 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
-0x485b 016391 rtn blank 
-0x485c 016392 arg g24_timer_kb_mul_blank ,queue 
-0x485d 016393 call timer_check 
-0x485e 016394 nrtn blank 
-0x485f 016395 jam 0 ,mem_dg_kb_mul_blank_data_enable 
-0x4860 016396 arg mem_usb_kb_multikey ,contw 
-0x4861 016397 call memset0_16 
-0x4862 016398 jam kb_multikey_report_id ,mem_usb_kb_multikey 
-0x4863 016399 fetch 3 ,mem_usb_kb_multikey 
-0x4864 016400 store 3 ,mem_dg_kb_multikey_last_data 
-:      016401 dongle_usb_tx_multikey_data:
-0x4865 016402 jam usb_ep2_multikey ,mem_usb_ep2_data 
-0x4866 016403 branch dongle_usb_tx_enable_ep2 
-:      016405 dongle_usb_dispatch:
-0x4867 016406 bpatch patch07_5 ,mem_patch07 
-0x4868 016407 fetch 1 ,mem_usb_remote_wakeup 
-0x4869 016408 call dongle_clear_pc_sleep_flag ,blank 
-0x486a 016409 call usb_isr 
-0x486b 016410 fetch 1 ,mem_usb0_get_set_report 
-0x486c 016411 rtn blank 
-0x486d 016412 jam 0 ,mem_usb0_get_set_report 
-0x486e 016413 fetch 2 ,mem_usb_setup_bvalue_temp 
-0x486f 016414 arg pc_set_report ,temp 
-0x4870 016415 isub temp ,null 
-0x4871 016416 nrtn zero 
-0x4872 016418 fetch 1 ,mem_usb0_set_report_data 
-0x4873 016419 rtnne pc_report_id 
-0x4874 016420 fetch 1 ,mem_usb0_set_report_data + 1 
-0x4875 016421 beq command_mode ,dongle_dispose_cmd_mode 
-0x4876 016422 beq command_bind ,dongle_dispose_cmd_bind 
-0x4877 016423 beq command_current_project ,dongle_dispose_cmd_current_project 
-0x4878 016424 beq command_current_mode ,dongle_dispose_cmd_current_mode 
-0x4879 016425 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
-:      016427 dongle_usb0_data_ready_report_set0:
-0x487a 016428 jam 0 ,mem_usb0_data_ready_report 
-0x487b 016429 rtn 
-:      016431 dongle_dispose_cmd_mode:
-0x487c 016432 fetch 1 ,mem_usb0_set_report_data + 2 
-0x487d 016433 beq com_mode_bind ,dongle_enter_bind_mode 
-0x487e 016434 branch dongle_usb0_data_ready_report_set0 
-:      016435 dongle_enter_bind_mode:
-0x487f 016436 call g24_bind_mode_enable 
-:      016437 dongle_usb0_data_ready_report_set1:
-0x4880 016438 jam 1 ,mem_usb0_data_ready_report 
-0x4881 016439 rtn 
-:      016441 dongle_dispose_cmd_bind:
-0x4882 016442 fetch 1 ,mem_usb0_set_report_data + 2 
-0x4883 016443 beq com_bind_get ,dongle_dispose_cmd_get_bind 
-0x4884 016444 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
-0x4885 016445 beq com_read_mode ,dongle_dispose_cmd_read_mode 
-0x4886 016446 branch dongle_usb0_data_ready_report_set0 
-:      016447 dongle_dispose_cmd_get_bind:
-0x4887 016448 fetch 1 ,mem_24g_bind_device_status 
-0x4888 016449 store 1 ,mem_usb0_get_report_data + 1 
-0x4889 016450 branch dongle_usb0_data_ready_report_set1 
-:      016451 dongle_dispose_cmd_exit_bind:
-0x488a 016452 call g24_work_mode_enable 
-0x488b 016453 branch dongle_dispose_cmd_get_bind 
-:      016454 dongle_dispose_cmd_read_mode:
-:      016455 dongle_dispose_in_bind_mode:
-0x488c 016456 jam command_bind ,mem_usb0_get_report_data + 1 
-0x488d 016457 branch dongle_usb0_data_ready_report_set1 
-:      016459 dongle_dispose_cmd_current_project:
-0x488e 016460 jam product_id ,mem_usb0_get_report_data + 1 
-0x488f 016461 branch dongle_usb0_data_ready_report_set1 
-:      016463 dongle_dispose_cmd_current_mode:
-0x4890 016464 fetch 1 ,mem_24g_work_mode 
-0x4891 016465 beq dongle_work ,dongle_dispose_in_work_mode 
-0x4892 016466 beq dongle_bind ,dongle_dispose_in_bind_mode 
-0x4893 016467 rtn 
-:      016468 dongle_dispose_in_work_mode:
-0x4894 016469 jam command_mode ,mem_usb0_get_report_data + 1 
-0x4895 016470 branch dongle_usb0_data_ready_report_set1 
-:      016472 dongle_dispose_cmd_current_fw_version:
-0x4896 016473 jam fw_version0 ,mem_usb0_get_report_data + 1 
-0x4897 016474 jam fw_version1 ,mem_usb0_get_report_data + 2 
-0x4898 016475 jam fw_version2 ,mem_usb0_get_report_data + 3 
-0x4899 016476 jam fw_version3 ,mem_usb0_get_report_data + 4 
-0x489a 016477 branch dongle_usb0_data_ready_report_set1 
-:      016485 dongle_auto_bind:
-0x489b 016486 call g24_mode_switch_init 
-:      016487 dongle_auto_bind_loop:
-0x489c 016488 call g24_mode_switch_bind_work 
-0x489d 016489 call g24_mode_switch_bind_search 
-0x489e 016490 call dongle_work_mode_auto 
-0x489f 016491 call g24_bind_mode_auto 
-0x48a0 016492 call g24_search_mode_auto 
-0x48a1 016493 call dongle_usb_dispatch 
-0x48a2 016494 branch dongle_auto_bind_loop 
-:      016496 dongle_work_mode_auto:
-0x48a3 016497 bpatch patch07_6 ,mem_patch07 
-0x48a4 016498 fetch 1 ,mem_24g_work_mode 
-0x48a5 016499 rtnne dongle_work 
-0x48a6 016500 call g24_work_mode_start 
-0x48a7 016501 call dongle_g24_blank_data_process 
-0x48a8 016502 fetch 1 ,mem_24g_pair_mode 
-0x48a9 016503 nrtn blank 
-0x48aa 016504 branch g24_nodata_process 
-:      016506 dongle_ackpayload_prep:
-0x48ab 016507 fetch 1 ,mem_24g_data_type 
-0x48ac 016508 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
-0x48ad 016509 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
-:      016510 dongle_ackpayload_prep_mouse:
-0x48ae 016511 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48af 016512 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
-0x48b0 016513 branch dongle_ackpayload_prep_end 
-:      016515 dongle_set_pc_sleep_flag:
-0x48b1 016516 fetch 1 ,mem_device_option 
-0x48b2 016517 rtnne dvc_op_dongle 
-0x48b3 016518 jam 3 ,mem_dg_pc_sleep_flag 
-0x48b4 016519 rtn 
-:      016520 dongle_clear_pc_sleep_flag:
-0x48b5 016521 jam 0 ,mem_dg_pc_sleep_flag 
-0x48b6 016522 rtn 
-:      016524 dongle_ackpayload_prep_keyboard:
-0x48b7 016525 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48b8 016526 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
-:      016527 dongle_ackpayload_prep_end:
-0x48b9 016528 fetch 1 ,mem_24g_ackpayload_enable 
-0x48ba 016529 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
-0x48bb 016530 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
-0x48bc 016531 rtn 
-:      016533 dongle_pc_sleep_ackpayload_prep_mouse:
-0x48bd 016534 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48be 016535 set0 0 ,pdata 
-0x48bf 016536 store 1 ,mem_dg_pc_sleep_flag 
-0x48c0 016537 branch dongle_pc_sleep_ackpayload_prep 
-:      016539 dongle_pc_sleep_ackpayload_prep_keyboard:
-0x48c1 016540 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48c2 016541 set0 1 ,pdata 
-0x48c3 016542 store 1 ,mem_dg_pc_sleep_flag 
-:      016543 dongle_pc_sleep_ackpayload_prep:
-0x48c4 016544 jam 0x01 ,mem_24g_datalen 
-0x48c5 016545 setarg 0xff 
-0x48c6 016546 store 1 ,mem_24g_txbuf 
-0x48c7 016547 rtn 
-:      016550 dongle_g24_bind_ackpayload_prep:
-0x48c8 016551 jam 1 ,mem_24g_ackpayload_enable 
-0x48c9 016552 call g24_binding_device_check 
-0x48ca 016553 nrtn user3 
-0x48cb 016554 branch g24_bind_ackpayload_prep 
-:      016556 dongle_g24_kb_led_ackpayload_prep:
-0x48cc 016557 fetch 1 ,mem_24g_rxbuf + 2 
-0x48cd 016558 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
-0x48ce 016559 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
-0x48cf 016560 jam 0 ,mem_usb_tx_win_enable 
-0x48d0 016561 jam 0x01 ,mem_24g_datalen 
-0x48d1 016562 fetch 1 ,mem_24g_led_status 
-0x48d2 016563 store 1 ,mem_24g_txbuf 
-0x48d3 016564 rtn 
-:      016566 dongle_g24_mouse:
-0x48d4 016567 setarg ms_report_id 
-0x48d5 016568 store 1 ,mem_usb_mouse_data 
-0x48d6 016569 fetch 7 ,mem_24g_rxdata_temp + 3 
-0x48d7 016570 istore 7 ,contw 
-0x48d8 016571 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x48d9 016572 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
-0x48da 016573 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x48db 016574 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
-0x48dc 016575 branch dongle_usb_tx_ms_data 
-:      016577 dongle_g24_ms_enable_blank_data_forcibly:
-0x48dd 016578 jam 1 ,mem_dg_ms_blank_data_enable 
-0x48de 016579 setarg timer_ms_blank_delay 
-0x48df 016580 arg g24_timer_ms_blank ,queue 
-0x48e0 016581 branch timer_init 
-:      016583 dongle_g24_ms_disable_blank_data_forcibly:
-0x48e1 016584 jam 0 ,mem_dg_ms_blank_data_enable 
-0x48e2 016585 setarg 0 
-0x48e3 016586 arg g24_timer_ms_blank ,queue 
-0x48e4 016587 branch timer_init 
-:      016589 dongle_g24_kb:
-0x48e5 016590 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x48e6 016591 beq 0 ,dongle_g24_kb_type0 
-0x48e7 016592 beq 2 ,dongle_g24_kb_type2 
-0x48e8 016593 beq 3 ,dongle_g24_kb_type3 
-0x48e9 016594 branch g24_rx_interrupt_clear 
-:      016596 dongle_g24_kb_type0:
-0x48ea 016597 fetch 1 ,mem_24g_rxdata_temp + 5 
-0x48eb 016598 store 1 ,mem_24g_ackpayload_enable 
-0x48ec 016599 jam 0 ,mem_24g_rxdata_temp + 5 
-0x48ed 016600 arg mem_usb_kb_data ,contw 
-0x48ee 016601 arg mem_24g_rxdata_temp + 4 ,contr 
-0x48ef 016602 arg 8 ,loopcnt 
-0x48f0 016603 call memcpy 
-0x48f1 016604 fetch 8 ,mem_usb_kb_data 
-0x48f2 016605 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
-0x48f3 016606 fetch 8 ,mem_usb_kb_data 
-0x48f4 016607 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
-0x48f5 016608 fetch 8 ,mem_usb_kb_data 
-0x48f6 016609 store 8 ,mem_dg_kb_data_sta_data 
-0x48f7 016610 fetcht 8 ,mem_dg_kb_data_last_data 
-0x48f8 016611 isub temp ,null 
-0x48f9 016612 ncall dongle_usb_tx_enable_ep1 ,zero 
-0x48fa 016613 fetch 8 ,mem_dg_kb_data_sta_data 
-0x48fb 016614 store 8 ,mem_dg_kb_data_last_data 
-0x48fc 016615 branch g24_rx_interrupt_clear 
-:      016617 dongle_g24_kb_enable_blank_data_forcibly:
-0x48fd 016618 jam 1 ,mem_dg_kb_blank_data_enable 
-0x48fe 016619 setarg timer_kb_blank_delay 
-0x48ff 016620 arg g24_timer_kb_blank ,queue 
-0x4900 016621 branch timer_init 
-:      016623 dongle_g24_kb_disable_blank_data_forcibly:
-0x4901 016624 jam 0 ,mem_dg_kb_blank_data_enable 
-0x4902 016625 setarg 0 
-0x4903 016626 arg g24_timer_kb_blank ,queue 
-0x4904 016627 branch timer_init 
-:      016629 dongle_g24_kb_type3:
-0x4905 016630 arg mem_usb_kb_multikey ,contw 
-0x4906 016631 arg mem_24g_rxdata_temp + 3 ,contr 
-0x4907 016632 arg 3 ,loopcnt 
-0x4908 016633 call memcpy 
-0x4909 016634 fetch 2 ,mem_usb_kb_multikey + 1 
-0x490a 016635 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
-0x490b 016636 fetch 2 ,mem_usb_kb_multikey + 1 
-0x490c 016637 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
-0x490d 016638 fetch 3 ,mem_usb_kb_multikey 
-0x490e 016639 store 3 ,mem_dg_kb_multikey_sta_data 
-0x490f 016640 fetcht 3 ,mem_dg_kb_multikey_last_data 
-0x4910 016641 isub temp ,null 
-0x4911 016642 ncall dongle_usb_tx_multikey_data ,zero 
-0x4912 016643 fetch 3 ,mem_dg_kb_multikey_sta_data 
-0x4913 016644 store 3 ,mem_dg_kb_multikey_last_data 
-0x4914 016645 branch g24_rx_interrupt_clear 
-:      016647 dongle_g24_kb_mul_enable_blank_data_forcibly:
-0x4915 016648 jam 1 ,mem_dg_kb_mul_blank_data_enable 
-0x4916 016649 setarg timer_kb_mul_blank_delay 
-0x4917 016650 arg g24_timer_kb_mul_blank ,queue 
-0x4918 016651 branch timer_init 
-:      016653 dongle_g24_kb_mul_disable_blank_data_forcibly:
-0x4919 016654 jam 0 ,mem_dg_kb_mul_blank_data_enable 
-0x491a 016655 setarg 0 
-0x491b 016656 arg g24_timer_kb_mul_blank ,queue 
-0x491c 016657 branch timer_init 
-:      016659 dongle_g24_kb_type2:
-0x491d 016660 arg mem_usb_kb_system ,contw 
-0x491e 016661 arg mem_24g_rxdata_temp + 3 ,contr 
-0x491f 016662 arg 2 ,loopcnt 
-0x4920 016663 call memcpy 
-0x4921 016664 fetch 2 ,mem_usb_kb_system 
-0x4922 016665 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
-0x4923 016666 fetch 2 ,mem_usb_kb_system 
-0x4924 016667 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
-0x4925 016668 fetch 2 ,mem_usb_kb_system 
-0x4926 016669 store 2 ,mem_dg_kb_system_sta_data 
-0x4927 016670 fetcht 2 ,mem_dg_kb_system_last_data 
-0x4928 016671 isub temp ,null 
-0x4929 016672 ncall dongle_usb_tx_sys_data ,zero 
-0x492a 016673 fetch 2 ,mem_dg_kb_system_sta_data 
-0x492b 016674 store 2 ,mem_dg_kb_system_last_data 
-0x492c 016675 branch g24_rx_interrupt_clear 
-:      016677 dongle_g24_kb_sys_enable_blank_data_forcibly:
-0x492d 016678 jam 1 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x492e 016679 setarg timer_kb_sys_crtl_blank_delay 
-0x492f 016680 arg g24_timer_kb_sys_crtl_blank ,queue 
-0x4930 016681 branch timer_init 
-:      016682 dongle_g24_kb_sys_disable_blank_data_forcibly:
-0x4931 016683 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x4932 016684 setarg 0 
-0x4933 016685 arg g24_timer_kb_sys_crtl_blank ,queue 
-0x4934 016686 branch timer_init 
-:      016688 dongle_usb_tx_sys_data:
-0x4935 016689 jam usb_ep2_systemkey ,mem_usb_ep2_data 
-0x4936 016690 branch dongle_usb_tx_enable_ep2 
-:      016693 dongle_g24_store_dvc2_bind_flag:
-0x4937 016694 fetch 1 ,mem_device_option 
-0x4938 016695 rtnne dvc_op_dongle 
-0x4939 016696 fetch 1 ,mem_dg_kb_bind_flag 
-0x493a 016697 rtneq dongle_kb_bind_success 
-:      016698 dongle_prep_soft_reset:
-0x493b 016699 jam 1 ,mem_dg_kb_bind_success 
-0x493c 016700 rtn 
-:      016703 dongle_kb_bind_soft_reset:
-0x493d 016704 fetch 1 ,mem_device_option 
-0x493e 016705 rtnne dvc_op_dongle 
-0x493f 016706 fetch 1 ,mem_dg_kb_bind_success 
-0x4940 016707 rtn blank 
-0x4941 016708 jam 0 ,mem_temp 
-:      016709 dongle_wirte_efuse_bind_status:
-0x4942 016710 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
-0x4943 016711 call dongle_write_kb_bind_status 
-0x4944 016712 call dongle_read_kb_bind_status 
-0x4945 016713 fetch 1 ,mem_temp 
-0x4946 016714 increase 1 ,pdata 
-0x4947 016715 store 1 ,mem_temp 
-0x4948 016716 beq 0xff ,soft_reset_chip 
-0x4949 016717 fetch 1 ,mem_dg_kb_bind_flag 
-0x494a 016718 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
-0x494b 016719 branch soft_reset_chip 
-:      016731 keyboard_softreset_process:
-0x494c 016732 fetch 1 ,mem_device_option 
-0x494d 016733 rtnne dvc_op_keyboard 
-0x494e 016734 call mouse_wakeup_from_power_check 
-0x494f 016735 nbranch soft_reset + 1 ,user 
-0x4950 016736 fetch 1 ,mem_power_on_flag 
-0x4951 016737 branch soft_reset + 1 ,blank 
-0x4952 016738 fetch 1 ,mem_config_select_device_button_gpio 
-0x4953 016739 rtneq ui_button_gpio_disable 
-0x4954 016740 copy pdata ,queue 
-0x4955 016741 fetch 4 ,mem_saved_gpio_in 
-0x4956 016742 qisolate0 pdata 
-0x4957 016743 call keyboard_pb_set ,true 
-0x4958 016744 branch soft_reset + 2 
-:      016746 keyboard_init:
-0x4959 016747 call enable_authrom 
-0x495a 016748 call keyboard_setting_config 
-0x495b 016750 call keyboard_gpio_init 
-0x495c 016751 call keyboard_low_vol_mult_set 
-0x495d 016752 rtn wake 
-0x495e 016753 call keyboard_usb_check_enable 
-0x495f 016754 call keyboard_cb_fuction 
-0x4960 016755 fetch 1 ,mem_usb_addr 
-0x4961 016756 rtnbit1 7 
-:      016757 keyboard_init_wireless:
-0x4962 016758 fetch 2 ,mem_ui_state_map 
-0x4963 016759 bbit1 ui_state_btn_down ,keyboard_start_discovery 
-0x4964 016760 call mouse_check_select_device_by_switch 
-0x4965 016761 branch keyboard_start_work 
-:      016764 keyboard_usb_check_enable:
-0x4966 016765 fetch mouse_flag_len ,mem_mouse_flag 
-0x4967 016766 rtnbit0 mouse_enable_usb 
-0x4968 016767 setarg keyboard_usb_config_param 
-0x4969 016768 store 2 ,mem_cb_usb_config 
-0x496a 016769 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
-0x496b 016770 branch keyboard_usb_interface_check 
-:      016772 keyboard_usb_config_param:
-0x496c 016773 call keyboard_usb_config_kb_check 
-0x496d 016774 call keyboard_usb_config_param_init 
-0x496e 016775 branch keyboard_usb_config_param_setup 
-:      016777 keyboard_usb_config_kb_check:
-0x496f 016778 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
-0x4970 016779 fetch mouse_flag_len ,mem_mouse_flag 
-0x4971 016780 rtnbit0 mouse_enable_keyboard 
-0x4972 016781 jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
-0x4973 016782 rtn 
-:      016784 keyboard_usb_config_param_init:
-0x4974 016785 fetch mouse_flag_len ,mem_mouse_flag 
-0x4975 016786 bbit1 mouse_enable_usb_250 ,keyboard_usb_report_rate_set_250hz 
-0x4976 016787 bbit1 mouse_enable_usb_500 ,keyboard_usb_report_rate_set_500hz 
-0x4977 016788 bbit1 mouse_enable_usb_1000 ,keyboard_usb_report_rate_set_1000hz 
-0x4978 016789 jam 0x19 ,mem_wire_usb_interval 
-0x4979 016790 jam 0x08 ,mem_usb_tx_interval 
-0x497a 016791 rtn 
-:      016792 keyboard_usb_report_rate_set_250hz:
-0x497b 016793 jam 0x0c ,mem_wire_usb_interval 
-0x497c 016794 jam 0x04 ,mem_usb_tx_interval 
-0x497d 016795 rtn 
-:      016796 keyboard_usb_report_rate_set_500hz:
-0x497e 016797 jam 0x06 ,mem_wire_usb_interval 
-0x497f 016798 jam 0x02 ,mem_usb_tx_interval 
-0x4980 016799 rtn 
-:      016800 keyboard_usb_report_rate_set_1000hz:
-0x4981 016801 jam 0x03 ,mem_wire_usb_interval 
-0x4982 016802 jam 0x01 ,mem_usb_tx_interval 
-0x4983 016803 rtn 
-:      016805 keyboard_usb_config_param_setup:
-0x4984 016806 call usb_tx_interval_config 
-0x4985 016807 call keyboard_usb_vid_pid_config 
-0x4986 016808 branch keyboard_usb_hid_icon_config 
-:      016810 keyboard_usb_vid_pid_config:
-0x4987 016811 fetch 1 ,mem_usb_vid_pid 
-0x4988 016812 rtn blank 
-0x4989 016813 fetch 1 ,mem_mouse_usb_keyboard_flag 
-0x498a 016814 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
-0x498b 016815 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
-:      016817 keyboard_usb_hid_icon_config:
-0x498c 016818 fetch 1 ,mem_mouse_usb_keyboard_flag 
-0x498d 016819 branch dongle_usb_hid_icon_config + 1 
-:      016823 keyboard_usb_interface_check:
-0x498e 016824 bpatch patch08_1 ,mem_patch08 
-0x498f 016825 fetcht 1 ,mem_usb_offline_check_gpio 
-0x4990 016826 call gpio_get_bit 
-0x4991 016827 branch keyboard_usb_gpio_low ,true 
-0x4992 016828 branch keyboard_usb_gpio_high 
-:      016831 keyboard_usb_gpio_low:
-0x4993 016832 fetch 1 ,mem_mouse_usb_vdd_status 
-0x4994 016833 rtneq mouse_usb_interface_remove 
-0x4995 016834 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
-0x4996 016835 jam 0 ,mem_usb_device_enumeration_endflag 
-0x4997 016836 jam 0 ,mem_usb_status 
-0x4998 016837 jam 0 ,mem_usb_state 
-0x4999 016838 branch keyboard_init_wireless 
-:      016841 keyboard_usb_gpio_high:
-0x499a 016842 fetch 1 ,mem_mouse_usb_vdd_status 
-0x499b 016843 rtneq mouse_usb_interface_insert 
-0x499c 016844 jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
-0x499d 016845 call mouse_24g_stop 
-0x499e 016846 call mouse_stop_bluetooth_mode 
-0x499f 016847 call keyboard_device_led_all_off 
-0x49a0 016848 branch usb_init 
-:      016852 keyboard_setting_config:
-0x49a1 016853 rtn wake 
-0x49a2 016855 call g24_transmit_init 
-0x49a3 016856 call g24_chmap_param_init 
-0x49a4 016858 call keyboard_param_init 
-0x49a5 016859 fetcht 1 ,mem_mcu_rstb_gpio 
-0x49a6 016860 call gpio_out_inactive 
-0x49a7 016862 call keyboard_device_led_off 
-0x49a8 016863 call mouse_device_multi_led_parm_init 
-0x49a9 016864 call le_set_fixed_ltk_justwork 
-0x49aa 016866 fetch mouse_flag_len ,mem_mouse_flag 
-0x49ab 016867 bbit1 mouse_enable_otp ,keyboard_load_otp_info_check 
-0x49ac 016868 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-0x49ad 016869 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-0x49ae 016870 rtn 
-:      016875 keyboard_param_init:
-0x49af 016877 call mouse_param_common_init 
-0x49b0 016879 jam 0 ,mem_same_keyvalue_timerout_flag 
-0x49b1 016880 setarg 0x230170 
-0x49b2 016881 store 3 ,mem_mouse_vdd_full_vol 
-0x49b3 016882 setarg 0x015301 
-0x49b4 016883 istore 3 ,contw 
-0x49b5 016884 arg mem_le_adv_swift_pair ,contw 
-0x49b6 016885 arg 20 ,loopcnt 
-0x49b7 016886 call clear_mem 
-0x49b8 016888 fetch 1 ,mem_le_name_len 
-0x49b9 016889 sub pdata ,12 ,null 
-0x49ba 016890 nbranch ble_name_set_no_swift_pair ,positive 
-0x49bb 016891 setarg 0x06ff06 
-0x49bc 016892 store 3 ,mem_le_adv_swift_pair 
-0x49bd 016893 setarg 0x000300 
-0x49be 016894 istore 3 ,contw 
-0x49bf 016895 setarg 0x80 
-0x49c0 016896 istore 1 ,contw 
-:      016897 ble_store_le_name:
-0x49c1 016898 fetch 1 ,mem_le_name_len 
-0x49c2 016899 increase 1 ,pdata 
-0x49c3 016900 copy pdata ,loopcnt 
-0x49c4 016901 arg mem_le_scan_data ,contr 
-0x49c5 016902 branch memcpy 
-:      016904 ble_name_set_no_swift_pair:
-0x49c6 016905 arg mem_le_adv_swift_pair ,contw 
-0x49c7 016906 branch ble_store_le_name 
-:      016909 keyboard_gpio_init:
-0x49c8 016912 fetcht 1 ,mem_mcu_clk_gpio 
-0x49c9 016913 call gpio_set_high_impedance 
-0x49ca 016914 fetcht 1 ,mem_mcu_stb_gpio 
-0x49cb 016915 call gpio_set_high_impedance 
-0x49cc 016916 fetcht 1 ,mem_mcu_rstb_gpio 
-0x49cd 016917 call gpio_set_high_impedance 
-0x49ce 016919 setarg mem_key_row_gpio 
-0x49cf 016920 store 2 ,mem_kb_row_ptr 
-0x49d0 016922 setarg mem_key_col_gpio 
-0x49d1 016923 store 2 ,mem_kb_col_ptr 
-0x49d2 016925 setarg mem_key_excol_gpio 
-0x49d3 016926 store 2 ,mem_kb_excol_ptr 
-0x49d4 016928 fetch 2 ,mem_kb_row_ptr 
-0x49d5 016929 copy pdata ,regb 
-0x49d6 016930 arg 8 ,loopcnt 
-:      016932 keyboard_key_row_init:
-0x49d7 016933 ifetcht 1 ,regb 
-0x49d8 016934 sub temp ,ui_button_gpio_disable ,null 
-0x49d9 016935 ncall keboard_gpio_set_high_impedance ,zero 
-0x49da 016936 increase 1 ,regb 
-0x49db 016937 loop keyboard_key_row_init 
-0x49dc 016938 call lpm_write_gpio_wakeup 
-0x49dd 016939 fetch 2 ,mem_kb_col_ptr 
-0x49de 016940 copy pdata ,regb 
-0x49df 016941 copy pdata ,regc 
-0x49e0 016942 arg 11 ,loopcnt 
-:      016944 keyboard_key_cow_init:
-0x49e1 016945 ifetcht 1 ,regb 
-0x49e2 016946 isolate1 7 ,temp 
-0x49e3 016947 ncall gpio_set_high_impedance ,true 
-0x49e4 016948 increase 1 ,regb 
-0x49e5 016949 loop keyboard_key_cow_init 
-0x49e6 016950 rtn 
-:      016951 keboard_gpio_set_high_impedance:
-0x49e7 016953 call gpio_set_high_impedance 
-0x49e8 016954 ifetcht 1 ,regb 
-0x49e9 016955 branch gpio_set_low_pullup 
-:      016959 keyboard_low_vol_mult_set:
-0x49ea 016960 fetch 1 ,mem_device_flag 
-0x49eb 016961 beq mode_bt_device1 ,keyboard_low_vol_mult_ble_set 
-0x49ec 016962 setarg 0x5d4800 
-0x49ed 016963 store 4 ,mem_24g_long_sleep_set1 
-0x49ee 016964 fetch 1 ,mem_adc_power_flag 
-0x49ef 016965 rtnbit0 0 
-0x49f0 016966 branch mouse_24g_long_sleep_set 
-:      016967 keyboard_low_vol_mult_ble_set:
-0x49f1 016968 jam 0x0c ,mem_lpm_mult_init 
-0x49f2 016969 fetch 1 ,mem_adc_power_flag 
-0x49f3 016970 rtnbit0 0 
-0x49f4 016971 jam 0x10 ,mem_lpm_mult_init 
-0x49f5 016972 fetch 1 ,mem_mouse_current_mult_timer 
-0x49f6 016973 branch mouse_current_mult_reinit ,blank 
-0x49f7 016974 rtn 
-:      016977 keyboard_pairing_check_otp_offset:
-0x49f8 016978 fetch 2 ,mem_otp_read_retention_offset 
-0x49f9 016979 arg 0x528 ,temp 
-0x49fa 016980 isub temp ,null 
-0x49fb 016981 nrtn positive 
-0x49fc 016982 branch assert 
-:      016984 keyboard_load_otp_info_check:
-0x49fd 016985 bpatch patch08_2 ,mem_patch08 
-0x49fe 016986 fetch 1 ,mem_device_flag 
-0x49ff 016987 beq mode_24g_device ,keyboard_load_otp_device_info_g24_init 
-0x4a00 016988 beq mode_bt_device1 ,keyboard_load_otp_device_info_ble_init 
-0x4a01 016989 rtn 
-:      016991 keyboard_load_otp_device_info_g24_init:
-0x4a02 016992 arg 80 ,regd 
-0x4a03 016993 setarg 0x400 
-0x4a04 016994 idiv regd 
-0x4a05 016995 call wait_div_end 
-0x4a06 016996 quotient pdata 
-0x4a07 016997 store 2 ,mem_pdatatemp 
-0x4a08 016998 arg 0x1fcc ,pdata 
-0x4a09 016999 arg 4 ,temp 
-0x4a0a 017000 arg 4 ,rege 
-0x4a0b 017001 branch keyboard_load_otp_device_info 
-:      017002 keyboard_load_otp_device_info_ble_init:
-0x4a0c 017003 arg 280 ,regd 
-0x4a0d 017004 setarg 0x400 
-0x4a0e 017005 idiv regd 
-0x4a0f 017006 call wait_div_end 
-0x4a10 017007 quotient pdata 
-0x4a11 017008 store 2 ,mem_pdatatemp 
-0x4a12 017009 arg 0x1fc2 ,pdata 
-0x4a13 017010 arg 14 ,temp 
-0x4a14 017011 arg 14 ,rege 
-0x4a15 017012 branch keyboard_load_otp_device_info 
-:      017013 keyboard_load_otp_device_info:
-0x4a16 017014 storet 1 ,mem_temp 
-0x4a17 017015 arg mem_otp_read_retention_memory ,rega 
-0x4a18 017016 arg 0 ,regc 
-:      017017 keyboard_load_otp_info_check_page_loop:
-0x4a19 017018 copy pdata ,regb 
-0x4a1a 017019 fetchr loopcnt ,1 ,mem_temp 
-0x4a1b 017020 call otp_read_data 
-0x4a1c 017021 fetch 8 ,mem_otp_read_retention_memory 
-0x4a1d 017022 fetcht 8 ,mem_otp_read_retention_memory + 8 
-0x4a1e 017023 ior temp ,pdata 
-0x4a1f 017024 fetcht 8 ,mem_otp_read_retention_memory + 16 
-0x4a20 017025 ior temp ,pdata 
-0x4a21 017026 branch keyboard_load_otp_info_check_first_time ,blank 
-0x4a22 017027 increase 1 ,regc 
-0x4a23 017028 fetch 2 ,mem_pdatatemp 
-0x4a24 017029 isub regc ,null 
-0x4a25 017031 copy regb ,pdata 
-0x4a26 017032 isub regd ,pdata 
-0x4a27 017033 branch keyboard_load_otp_info_check_page_loop 
-:      017034 keyboard_load_otp_info_check_first_time:
-0x4a28 017036 sub regc ,0 ,null 
-0x4a29 017037 branch keyboard_load_otp_info_check_first_time_process ,zero 
-:      017038 keyboard_load_otp_info_check_first_time_loop_init:
-0x4a2a 017039 copy regb ,pdata 
-0x4a2b 017040 iadd regd ,pdata 
-:      017041 keyboard_load_otp_info_check_first_time_loop:
-0x4a2c 017042 isub rege ,pdata 
-0x4a2d 017043 copy pdata ,regb 
-0x4a2e 017044 fetchr loopcnt ,1 ,mem_temp 
-0x4a2f 017045 call otp_read_data 
-0x4a30 017046 fetch 8 ,mem_otp_read_retention_memory 
-0x4a31 017047 fetcht 8 ,mem_otp_read_retention_memory + 8 
-0x4a32 017048 ior temp ,pdata 
-0x4a33 017049 fetcht 8 ,mem_otp_read_retention_memory + 16 
-0x4a34 017050 ior temp ,pdata 
-0x4a35 017051 branch keyboard_load_otp_info_check_offset_process ,blank 
-0x4a36 017052 copy regb ,pdata 
-0x4a37 017053 branch keyboard_load_otp_info_check_first_time_loop 
-:      017054 keyboard_load_otp_info_check_first_time_process:
-0x4a38 017055 storer rege ,1 ,mem_otp_read_retention_offset 
-0x4a39 017056 rtn 
-:      017057 keyboard_load_otp_info_check_offset_process:
-0x4a3a 017058 bpatch patch08_3 ,mem_patch08 
-0x4a3b 017059 setarg 0x1fd0 
-0x4a3c 017060 isub regb ,pdata 
-0x4a3d 017061 store 2 ,mem_otp_read_retention_offset 
-0x4a3e 017062 copy regb ,pdata 
-0x4a3f 017063 iadd rege ,regb 
-0x4a40 017064 fetchr loopcnt ,1 ,mem_temp 
-0x4a41 017065 arg mem_otp_read_retention_memory ,rega 
-0x4a42 017066 call otp_read_data 
-0x4a43 017067 fetch 1 ,mem_device_flag 
-0x4a44 017068 beq mode_24g_device ,keyboard_load_otp_info_check_offset_process_g24 
-0x4a45 017069 beq mode_bt_device1 ,keyboard_load_otp_info_check_offset_process_ble 
-0x4a46 017070 rtn 
-:      017072 keyboard_load_otp_info_check_offset_process_g24:
-0x4a47 017073 fetch 6 ,mem_otp_read_retention_memory 
-0x4a48 017074 store 4 ,mem_mouse_24g_addr 
-0x4a49 017075 branch keybaord_load_device_info 
-:      017077 keyboard_load_otp_info_check_offset_process_ble:
-0x4a4a 017078 fetch 1 ,mem_otp_read_retention_memory 
-0x4a4b 017079 sub pdata ,system_os_mac ,null 
-0x4a4c 017080 ncall set_pdata_0 ,positive 
-0x4a4d 017081 store 1 ,mem_kb_computer_system 
-0x4a4e 017082 fetch 1 ,mem_otp_read_retention_memory + 1 
-0x4a4f 017083 store 1 ,mem_device1_type 
-0x4a50 017084 fetch 6 ,mem_otp_read_retention_memory + 2 
-0x4a51 017085 store 6 ,mem_device1_addr 
-0x4a52 017086 fetch 6 ,mem_otp_read_retention_memory + 8 
-0x4a53 017087 store 6 ,mem_device1_locall_addr 
-0x4a54 017088 branch mouse_select_reconn_device 
-:      017091 keyboard_load_otp_info_check_overwise:
-0x4a55 017092 branch assert 
-:      017095 keyboard_store_device_info:
-0x4a56 017096 bpatch patch08_4 ,mem_patch08 
-0x4a57 017097 fetch mouse_flag_len ,mem_mouse_flag 
-0x4a58 017098 bbit1 mouse_enable_otp ,keyboard_store_otp_device_info 
-0x4a59 017099 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x4a5a 017100 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x4a5b 017101 rtn 
-:      017103 keyboard_store_otp_device_info:
-0x4a5c 017104 rtn 
-0x4a5d 017105 fetch 1 ,mem_device_flag 
-0x4a5e 017106 beq mode_24g_device ,keyboard_store_otp_device_info_g24 
-0x4a5f 017107 beq mode_bt_device1 ,keyboard_store_otp_device_info_ble 
-0x4a60 017108 rtn 
-:      017110 keyboard_store_otp_device_info_g24:
-0x4a61 017111 fetcht 2 ,mem_otp_read_retention_offset 
-0x4a62 017112 setarg 0x1fd0 
-0x4a63 017113 isub temp ,regb 
-0x4a64 017114 arg mem_mouse_24g_addr ,rega 
-0x4a65 017115 arg 4 ,loopcnt 
-0x4a66 017116 call otp_write 
-0x4a67 017117 fetcht 2 ,mem_otp_read_retention_offset 
-0x4a68 017118 increase 4 ,temp 
-0x4a69 017119 storet 2 ,mem_otp_read_retention_offset 
-0x4a6a 017120 rtn 
-:      017122 keyboard_store_otp_device_info_ble:
-0x4a6b 017123 fetcht 2 ,mem_otp_read_retention_offset 
-0x4a6c 017124 setarg 0x1fd0 
-0x4a6d 017125 isub temp ,regb 
-0x4a6e 017128 add regb ,1 ,regb 
-0x4a6f 017129 arg mem_device1_addr ,rega 
-0x4a70 017130 arg 6 ,loopcnt 
-0x4a71 017131 call otp_write 
-0x4a72 017133 add regb ,7 ,regb 
-0x4a73 017134 arg mem_device1_locall_addr ,rega 
-0x4a74 017135 arg 6 ,loopcnt 
-0x4a75 017136 branch otp_write 
-:      017138 keybaord_load_device_info:
-0x4a76 017139 fetch 4 ,mem_mouse_24g_addr 
-0x4a77 017140 store 4 ,mem_24g_receiver_addr 
-0x4a78 017141 store 4 ,mem_24g_addr 
-0x4a79 017142 rtn 
-:      017145 keyboard_cb_fuction:
-0x4a7a 017146 bpatch patch08_5 ,mem_patch08 
-0x4a7b 017147 setarg mouse_24g_before_lpm_sleep 
-0x4a7c 017148 store 2 ,mem_cb_before_lpm_sleep 
-0x4a7d 017149 setarg keyboard_24g_package_data 
-0x4a7e 017150 store 2 ,mem_cb_24g_transmit_data 
-0x4a7f 017151 setarg keyboard_24g_search_dongle 
-0x4a80 017152 store 2 ,mem_cb_24g_search_receiver 
-0x4a81 017153 setarg keyboard_lpm_before_common 
-0x4a82 017154 store 2 ,mem_cb_24g_lpm_before 
-0x4a83 017155 setarg keyboard_le 
-0x4a84 017156 store 2 ,mem_cb_le_process 
-0x4a85 017158 setarg keyboard_process_lpm_before 
-0x4a86 017159 store 2 ,mem_cb_before_lpm 
-0x4a87 017161 setarg keyboard_priority_bb_event 
-0x4a88 017162 store 2 ,mem_cb_bb_event_process 
-0x4a89 017163 setarg keyboard_idle 
-0x4a8a 017164 store 2 ,mem_cb_idle_process 
-0x4a8b 017165 setarg keyboard_before_hibernate 
-0x4a8c 017166 store 2 ,mem_cb_before_hibernate 
-0x4a8d 017167 setarg mouse_le_bb_event_connect_complete 
-0x4a8e 017168 store 2 ,mem_cb_att_write 
-0x4a8f 017169 setarg keyboard_bb_event_timer 
-0x4a90 017170 store 2 ,mem_cb_event_timer 
-0x4a91 017171 setarg mouse_spi_write_flash_cb 
-0x4a92 017172 store 2 ,mem_cb_spi_flash_write_complate 
-0x4a93 017173 setarg mouse_lpm_check_wake_lock 
-0x4a94 017174 store 2 ,mem_cb_check_wakelock 
-0x4a95 017175 setarg mouse_le_transmit 
-0x4a96 017176 store 2 ,mem_cb_ble_transmit 
-0x4a97 017177 setarg mouse_set_lpm_mult 
-0x4a98 017178 store 2 ,mem_cb_bt_set_mult 
-0x4a99 017179 rtn 
-:      017183 keyboard_priority_bb_event:
-0x4a9a 017184 bpatch patch08_6 ,mem_patch08 
-0x4a9b 017185 copy regc ,pdata 
-0x4a9c 017187 beq bt_evt_le_start_enc ,keyboard_le_ll_start_encryt 
-0x4a9d 017188 beq bt_evt_le_parse_conn_param_accepted ,keyboard_le_parse_conn_param_accepted 
-0x4a9e 017189 beq bt_evt_le_parse_conn_papa_update_rsp ,keyboard_le_conn_param_update_rsp_recieved 
-0x4a9f 017190 beq bt_evt_le_disconnected ,keyboard_le_bb_disconnected 
-0x4aa0 017192 beq bt_evt_le_connected ,keyboard_le_bb_event_connected 
-0x4aa1 017193 beq bt_evt_button_long_pressed ,keyboard_bb_event_discovery_btn 
-0x4aa2 017194 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x4aa3 017195 beq bt_evt_le_enc_info ,mouse_le_enc_info 
-0x4aa4 017197 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
-0x4aa5 017198 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
-0x4aa6 017200 beq bt_evt_24g_pairing_complete ,keyboard_24g_pairing_complete 
-0x4aa7 017201 beq bt_evt_24g_attempt_success ,keyboard_24g_attempt_success 
-0x4aa8 017202 beq bt_evt_24g_attempt_fail ,keyboard_24g_attempt_fail 
-0x4aa9 017205 rtn 
-:      017211 keyboard_le_bb_event_connected:
-0x4aaa 017212 jam 0 ,mem_mouse_long_mult_flag 
-0x4aab 017214 jam 1 ,mem_mouse_le_bb_connected_flag 
-0x4aac 017215 call mouse_24g_first_store_reconn_info 
-0x4aad 017216 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x4aae 017217 nbranch keyboard_le_bb_event_connected_next ,blank 
-0x4aaf 017218 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
-:      017219 keyboard_le_bb_event_connected_next:
-0x4ab0 017220 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4ab1 017221 set0 app_disc_by_button ,pdata 
-0x4ab2 017222 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4ab3 017223 jam 0 ,mem_mouse_direct_timer 
-0x4ab4 017224 fetch 2 ,mem_le_battery_level_updata_timer_init 
-0x4ab5 017225 store 2 ,mem_le_battery_level_updata_timer 
-0x4ab6 017226 call mouse_no_data_timer_init 
-0x4ab7 017227 branch keyboard_stop_discovery 
-:      017230 keyboard_le_bb_disconnected:
-0x4ab8 017231 setarg 0 
-0x4ab9 017232 store 2 ,mem_le_battery_level_updata_timer 
-0x4aba 017233 store 1 ,mem_keyboard_le_send_conn_param_update 
-0x4abb 017234 store 1 ,mem_keyboard_le_send_conn_param_update_timer 
-0x4abc 017235 store 1 ,mem_mouse_le_bb_connected_flag 
-:      017236 keyboard_le_bb_disconnected_next:
-0x4abd 017237 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x4abe 017238 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x4abf 017239 call le_clr_config_more_data 
-0x4ac0 017240 branch keyboard_bb_disconnected 
-:      017241 keyboard_bb_disconnected:
-0x4ac1 017242 call mouse_bb_discon_clear_stack 
-0x4ac2 017243 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x4ac3 017244 bbit1 app_disc_ble ,keyboard4_0_event_bb_disconn 
-0x4ac4 017245 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x4ac5 017246 branch keyboard_start_discovery 
-:      017247 keyboard4_0_event_bb_disconn:
-0x4ac6 017248 call mouse_le_clean_connect_flag 
-0x4ac7 017249 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x4ac8 017250 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x4ac9 017251 call ice_break 
-0x4aca 017252 branch keyboard_app_enter_hibernate 
-:      017255 keyboard_le_ll_start_encryt:
-0x4acb 017256 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x4acc 017257 beq 1 ,keyboard_le_ll_reconn_start_encryt 
-0x4acd 017258 jam 20 ,mem_le_start_encrypt_timer 
-0x4ace 017259 jam 5 ,mem_le_start_auto_reco_timer 
-0x4acf 017260 branch mouse_le_ll_enable_start_enc_flag 
-:      017261 keyboard_le_ll_reconn_start_encryt:
-0x4ad0 017262 call mouse_updata_le_param 
-0x4ad1 017263 jam 5 ,mem_le_start_encrypt_timer 
-0x4ad2 017264 branch mouse_le_ll_enable_start_enc_flag 
-:      017266 keyboard_le_parse_conn_param_accepted:
-0x4ad3 017267 fetch 1 ,mem_le_new_conninterval 
-0x4ad4 017268 sub pdata ,le_interval_15ms ,null 
-0x4ad5 017269 nbranch mouse_le_conn_param_lpm_disable ,positive 
-0x4ad6 017270 fetch 1 ,mem_le_new_connslavelatency 
-0x4ad7 017271 fetcht 1 ,mem_lpm_mult_init 
-0x4ad8 017272 isub temp ,null 
-0x4ad9 017273 branch mouse_le_lpm_mult_reinit ,positive 
-0x4ada 017274 fetch 1 ,mem_le_new_connslavelatency 
-0x4adb 017275 store 1 ,mem_lpm_mult 
-0x4adc 017276 branch mouse_le_conn_param_lpm_enable 
-:      017278 keyboard_le_conn_param_update_rsp_recieved:
-0x4add 017279 fetch 1 ,mem_keyboard_le_send_conn_param_update 
-0x4ade 017280 nrtn blank 
-0x4adf 017281 jam 1 ,mem_keyboard_le_send_conn_param_update 
-0x4ae0 017282 jam 30 ,mem_keyboard_le_send_conn_param_update_timer 
-0x4ae1 017283 rtn 
-:      017285 keyboard_24g_pairing_complete:
-0x4ae2 017286 call keyboard_get_24g_led_enable 
-0x4ae3 017287 call mouse_no_data_timer_init 
-0x4ae4 017288 branch mouse_24g_pairing_complete_common 
-:      017290 keyboard_24g_attempt_success:
-0x4ae5 017291 call keyboard_get_24g_led_enable 
-0x4ae6 017292 fetch 4 ,mem_24g_addr 
-0x4ae7 017293 store 4 ,mem_24g_receiver_addr 
-0x4ae8 017294 store 4 ,mem_mouse_24g_addr 
-0x4ae9 017295 call g24_ch_syncword_crc8_init 
-0x4aea 017296 call mouse_device_poweron_led_config 
-0x4aeb 017297 call mouse_no_data_timer_init 
-0x4aec 017298 branch mouse_24g_attempt_success 
-:      017300 keyboard_24g_get_led:
-0x4aed 017301 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
-0x4aee 017302 call keyboard_clear_key_data 
-0x4aef 017303 jam 0x03 ,mem_customer_key_press + 2 
-0x4af0 017304 rtn 
-:      017306 keyboard_24g_led_get_status_check:
-0x4af1 017307 arg 6 ,loopcnt 
-0x4af2 017308 arg mem_keyboard_tx_data + 3 ,contr 
-:      017309 keyboard_24g_led_data_check:
-0x4af3 017310 ifetch 1 ,contr 
-0x4af4 017311 beq hid_key_num_lock ,keyboard_get_24g_led_enable 
-0x4af5 017312 beq hid_key_caps_lock ,keyboard_get_24g_led_enable 
-0x4af6 017313 beq hid_key_scroll_lock ,keyboard_get_24g_led_enable 
-0x4af7 017314 loop keyboard_24g_led_data_check 
-0x4af8 017315 rtn 
-:      017317 keyboard_get_24g_led_enable:
-0x4af9 017318 jam 0x03 ,mem_keyboard_led_status_get 
-0x4afa 017319 jam 1 ,mem_keyboard_data_change_flag 
-0x4afb 017320 rtn 
-:      017322 keyboard_set_repeat_send_flag:
-0x4afc 017323 jam 1 ,mem_24g_repeat_send_flag 
-0x4afd 017324 rtn 
-:      017327 keyboard_24g_attempt_fail:
-0x4afe 017328 fetch 1 ,mem_24g_attempt_fail_flag 
-0x4aff 017329 nbranch keyboard_24g_hibernate_set ,blank 
-0x4b00 017330 fetch 1 ,mem_24g_reconn_type 
-0x4b01 017331 beq fast_conn_and_3_0_addr ,keyboard_24g_fast_conn_attempt_fail 
-0x4b02 017332 beq receiver_and_3_0_addr ,keyboard_24g_attempt_fail_enter_hibernate 
-0x4b03 017333 branch keyboard_24g_attempt_fail_enter_hibernate 
-:      017335 keyboard_24g_attempt_fail_enter_hibernate:
-0x4b04 017336 call mouse_24g_stop 
-0x4b05 017337 fetch 1 ,mem_reconn_times 
-0x4b06 017338 nbranch mouse_polling_device ,blank 
-0x4b07 017339 fetch 1 ,mem_device_flag 
-0x4b08 017340 beq mode_24g_device ,keyboard_app_enter_hibernate 
-0x4b09 017341 rtn 
-:      017343 keyboard_24g_fast_conn_attempt_fail:
-0x4b0a 017344 fetch mouse_flag_len ,mem_mouse_flag 
-0x4b0b 017345 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
-0x4b0c 017346 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
-0x4b0d 017347 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
-0x4b0e 017348 fetch 4 ,mem_mouse_24g_addr 
-0x4b0f 017349 branch keyboard_24g_start_pair_mode ,blank 
-0x4b10 017350 branch mouse_24g_reconn_dongle_start 
-:      017352 keyboard_24g_hibernate_set:
-0x4b11 017353 jam 0 ,mem_24g_attempt_fail_flag 
-0x4b12 017354 call g24_transmit_next_packet 
-0x4b13 017355 setarg -1 
-0x4b14 017356 store 8 ,mem_24g_enter_hibernate 
-0x4b15 017357 setarg 0 
-0x4b16 017358 store 7 ,mem_mouse_key 
-0x4b17 017359 jam 1 ,mem_sensor_shutdown_flag 
-0x4b18 017360 branch keyboard_g24_long_sleep 
-:      017365 keyboard_bb_event_timer:
-0x4b19 017366 bpatch patch08_7 ,mem_patch08 
-0x4b1a 017367 call mouse_adc_read 
-0x4b1b 017368 call keyboard_low_voltage_param_set 
-0x4b1c 017369 call mouse_low_voltage_led_timer 
-0x4b1d 017371 call g24_pair_timeout_timer 
-0x4b1e 017372 call g24_reconn_timeout_timer 
-0x4b1f 017373 call mouse_24g_long_sleep_param_update_timer 
-0x4b20 017374 call keyboard_24g_repeat_send_data 
-0x4b21 017375 call keyboard_24g_led_status_get_timer 
-0x4b22 017379 call keyboard_check_discovery_timeout_timer 
-0x4b23 017381 call keyboard_check_direct_timeout_timer 
-0x4b24 017382 call mouse_le_enable_att_list_timer 
-0x4b25 017383 call keyboard_le_battery_updata_timer 
-0x4b26 017384 call mouse_le_send_smp_security_request_timer 
-0x4b27 017385 call keyboard_le_send_conn_param_update_timer 
-0x4b28 017386 call keyboard_le_auto_recognize_timer 
-0x4b29 017388 call mouse_current_mult_update_timer 
-0x4b2a 017389 call mouse_wheel_trigger_timer 
-0x4b2b 017390 call keyboard_store_information_delay_timer 
-0x4b2c 017391 call keyboard_capslock_led_on_timer 
-0x4b2d 017392 call keyboard_long_press_timer 
-0x4b2e 017393 call keyboard_commbination_delay_release_timer 
-0x4b2f 017394 fetch 1 ,mem_device_flag 
-0x4b30 017395 beq mode_24g_device ,keyboard_check_no_data_timeout_timer 
-0x4b31 017396 branch mouse_check_no_data_timeout_timer 
-:      017399 keyboard_commbination_key_process:
-0x4b32 017400 fetch 1 ,mem_commbination_key_statue 
-0x4b33 017401 rtnne commbination_key_state_down 
-0x4b34 017402 arg mem_combination_ui_button_count ,regc 
-0x4b35 017403 arg mouse_bluetooth_fast_conn_init ,regb 
-0x4b36 017404 branch timer_single_step 
-:      017406 keyboard_commbination_fast_conn_bt_check:
-0x4b37 017407 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
-0x4b38 017408 fetcht 2 ,mem_keyboard_commbination_fast_conn_bt 
-0x4b39 017409 isub temp ,null 
-0x4b3a 017410 branch keyboard_commbination_key_down ,zero 
-0x4b3b 017411 byteswap temp ,temp 
-0x4b3c 017412 isub temp ,null 
-0x4b3d 017413 branch keyboard_commbination_key_down ,zero 
-0x4b3e 017414 branch mouse_commbination_key_up 
-:      017416 keyboard_commbination_key_down:
-0x4b3f 017417 fetch 1 ,mem_commbination_key_statue 
-0x4b40 017418 rtneq commbination_key_state_down 
-0x4b41 017419 jam commbination_key_state_down ,mem_commbination_key_statue 
-0x4b42 017420 rtn 
-:      017423 keyboard_check_discovery_timeout_timer:
-0x4b43 017424 arg mem_mouse_discovery_timer ,regc 
-0x4b44 017425 arg keyboard_check_discovery_timeout ,regb 
-0x4b45 017426 branch timer_single_step_2b 
-:      017428 keyboard_check_discovery_timeout:
-0x4b46 017429 call keyboard_stop_discovery 
-0x4b47 017430 branch keyboard_app_enter_hibernate 
-:      017435 keyboard_store_information_delay_timer:
-0x4b48 017436 arg mem_store_information_delay_timer ,regc 
-0x4b49 017437 arg keyboard_store_device_info_check ,regb 
-0x4b4a 017438 branch timer_single_step 
-:      017440 keyboard_store_device_info_check:
-0x4b4b 017441 call keyboard_store_device_info 
-0x4b4c 017442 fetch 1 ,mem_mouse_need_soft_reset 
-0x4b4d 017443 nbranch mouse_soft_reset ,blank 
-0x4b4e 017444 rtn 
-:      017446 keyboard_low_voltage_param_set:
-0x4b4f 017447 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x4b50 017448 branch keyboard_low_voltage_param_set_33v ,blank 
-0x4b51 017449 jam 58 ,mem_mouse_vdd_low_vol 
-0x4b52 017450 rtn 
-:      017451 keyboard_low_voltage_param_set_33v:
-0x4b53 017452 jam 53 ,mem_mouse_vdd_low_vol 
-0x4b54 017453 rtn 
-:      017455 keyboard_le_auto_recognize_timer:
-0x4b55 017457 arg mem_le_start_auto_reco_timer ,regc 
-0x4b56 017458 arg keyboard_le_send_att_find_by_type_value_request_ancs ,regb 
-0x4b57 017459 branch timer_single_step 
-:      017461 keyboard_check_direct_timeout_timer:
-0x4b58 017462 arg mem_mouse_direct_timer ,regc 
-0x4b59 017463 arg mouse_check_direct_timeout ,regb 
-0x4b5a 017464 call timer_single_step 
-0x4b5b 017465 branch mouse_check_direct_timeout_timer + 3 
-:      017467 keyboard_le_battery_updata_timer:
-0x4b5c 017468 fetch mouse_flag_len ,mem_mouse_flag 
-0x4b5d 017469 rtnbit1 mouse_enable_le_battery_service_cancel 
-0x4b5e 017470 branch mouse_le_battery_updata_timer 
-:      017472 keyboard_le_send_conn_param_update_timer:
-0x4b5f 017473 arg mem_keyboard_le_send_conn_param_update_timer ,regc 
-0x4b60 017474 arg mouse_updata_le_param ,regb 
-0x4b61 017475 branch timer_single_step 
-:      017477 keyboard_24g_repeat_send_data:
-0x4b62 017478 fetch 1 ,mem_24g_repeat_send_flag 
-0x4b63 017479 rtn blank 
-0x4b64 017480 jam 0 ,mem_24g_repeat_send_flag 
-0x4b65 017481 jam 1 ,mem_keyboard_data_change_flag 
-0x4b66 017482 call g24_txdata_prep 
-0x4b67 017483 branch keyboard_g24_transmit_process 
-:      017485 keyboard_24g_led_status_get_timer:
-0x4b68 017486 arg mem_keyboard_led_status_get_timer ,regc 
-0x4b69 017487 arg keyboard_24g_led_status_clear ,regb 
-0x4b6a 017488 branch timer_single_step 
-:      017490 keyboard_24g_led_status_clear:
-0x4b6b 017491 jam 0 ,mem_keyboard_led_status_get 
-0x4b6c 017492 rtn 
-:      017498 keyboard_device_led_off:
-0x4b6d 017499 call mouse_device_multi_led_off 
-0x4b6e 017500 call keyboard_capslock_led_off 
-:      017501 keyboard_power_led_off:
-0x4b6f 017502 fetcht 1 ,mem_keyboard_power_led_gpio 
-0x4b70 017503 branch gpio_out_inactive 
-:      017504 keyboard_numlock_led_off:
-0x4b71 017505 rtn 
-:      017508 keyboard_capslock_led_on_timer:
-0x4b72 017509 fetch 1 ,mem_keyboard_caps_led_gpio 
-0x4b73 017510 rtneq gpio_disable 
-0x4b74 017511 fetch 2 ,mem_mouse_no_data_timer 
-0x4b75 017512 rtn blank 
-0x4b76 017513 fetch 2 ,mem_mouse_no_data_timeout 
-0x4b77 017514 fetcht 2 ,mem_mouse_no_data_timer 
-0x4b78 017515 isub temp ,temp 
-0x4b79 017516 fetch 2 ,mem_keyboard_caps_led_on_timer 
-0x4b7a 017517 isub temp ,pdata 
-0x4b7b 017518 branch keyboard_capslock_led_check_on ,positive 
-:      017519 keyboard_capslock_led_off:
-0x4b7c 017520 fetcht 1 ,mem_keyboard_caps_led_gpio 
-0x4b7d 017521 branch gpio_out_inactive 
-:      017525 keyboard_capslock_led_check_on:
-0x4b7e 017526 fetch 1 ,mem_keyboard_led_status 
-0x4b7f 017527 bbit0 kb_pc_keysel_capslock ,keyboard_capslock_led_off 
-0x4b80 017528 fetcht 1 ,mem_keyboard_caps_led_gpio 
-0x4b81 017529 branch gpio_out_active 
-:      017531 keyboard_long_press_timer:
-0x4b82 017532 arg mem_same_keyvalue_timer ,regc 
-0x4b83 017533 arg keyboard_long_press_timerout ,regb 
-0x4b84 017534 branch timer_single_step_2b 
-:      017536 keyboard_long_press_timerout:
-0x4b85 017537 jam 1 ,mem_same_keyvalue_timerout_flag 
-0x4b86 017538 branch app_enter_hibernate 
-:      017540 keyboard_commbination_delay_release_timer:
-0x4b87 017541 arg mem_keyboard_commbination_control_key_delay_release_timer ,regc 
-0x4b88 017542 arg keyboard_commbination_key_null_set ,regb 
-0x4b89 017543 branch timer_single_step 
-:      017546 keyboard_check_no_data_timeout_timer:
-0x4b8a 017547 arg mem_mouse_no_data_timer ,regc 
-0x4b8b 017548 arg keyboard_check_no_data_timeout ,regb 
-0x4b8c 017549 branch timer_single_step_2b 
-:      017551 keyboard_check_no_data_timeout:
-0x4b8d 017552 fetch 1 ,mem_device_flag 
-0x4b8e 017553 beq mode_24g_device ,keyboard_24g_hibernate_set 
-0x4b8f 017554 branch mouse_disconnect 
-:      017557 keyboard_bb_event_discovery_btn:
-0x4b90 017558 isolate1 mark_24g ,mark 
-0x4b91 017559 call mouse_24g_stop ,true 
-0x4b92 017560 call mouse_disconnect 
-0x4b93 017561 call mouse_le_clean_connect_flag 
-0x4b94 017562 branch keyboard_start_discovery 
-:      017564 keyboard_start_discovery:
-0x4b95 017565 bpatch patch09_0 ,mem_patch09 
-0x4b96 017566 call mouse_device_discovery_led_config 
-0x4b97 017567 fetch 2 ,mem_ui_state_map 
-0x4b98 017568 isolate1 ui_state_ble_adv ,pdata 
-0x4b99 017569 call mouse_stop_le_adv ,true 
-0x4b9a 017571 setarg 0 
-0x4b9b 017572 store 2 ,mem_le_battery_level_updata_timer 
-0x4b9c 017573 call keyboard_capslock_led_off 
-0x4b9d 017574 jam 0xff ,mem_kb_computer_system 
-0x4b9e 017576 fetch 2 ,mem_ui_state_map 
-0x4b9f 017577 isolate1 ui_state_ble_adv ,pdata 
-0x4ba0 017578 call mouse_stop_le_adv ,true 
-0x4ba1 017579 call mouse_bluetooth_fast_conn_disable 
-0x4ba2 017580 fetch 2 ,mem_ui_state_map 
-0x4ba3 017581 bbit1 ui_state_ble_adv ,keyboard_start_discovery_norandom 
-0x4ba4 017582 fetch mouse_flag_len ,mem_mouse_flag 
-0x4ba5 017583 bbit0 mouse_enable_ble_random_addre ,keyboard_start_discovery_norandom 
-0x4ba6 017584 fetcht 2 ,mem_random_addr_increase_count 
-0x4ba7 017585 increase 1 ,temp 
-0x4ba8 017586 storet 2 ,mem_random_addr_increase_count 
-0x4ba9 017587 storet 2 ,mem_le_lap + 1 
-0x4baa 017588 random pdata 
-0x4bab 017589 store 1 ,mem_le_lap 
-:      017590 keyboard_start_discovery_norandom:
-0x4bac 017591 fetch 3 ,mem_mouse_le_lap_temp 
-0x4bad 017592 store 3 ,mem_le_lap + 3 
-0x4bae 017593 call app_lpm_mult_disable 
-0x4baf 017594 fetch 2 ,mem_mouse_discovery_timeout 
-0x4bb0 017595 store 2 ,mem_mouse_discovery_timer 
-0x4bb1 017596 setarg 0 
-0x4bb2 017597 store 2 ,mem_mouse_no_data_timer 
-0x4bb3 017598 store 2 ,mem_le_battery_level_updata_timer 
-0x4bb4 017599 store 1 ,mem_mouse_direct_timer 
-0x4bb5 017600 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
-0x4bb6 017601 store 1 ,mem_mouse_clear_sensor_data_flag 
-0x4bb7 017602 arg mouse_store_eeprom_flag ,queue 
-0x4bb8 017603 call mouse_enable_function_flag 
-0x4bb9 017604 call mouse_bt_discovery_button_down_disable 
-0x4bba 017605 branch mouse_check_51cmd_adv 
-:      017608 keyboard_low_voltage_led_blink_disable:
-0x4bbb 017609 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
-0x4bbc 017610 branch mouse_low_voltage_led_off_judge 
-:      017612 keyboard_stop_discovery:
-0x4bbd 017613 bpatch patch09_1 ,mem_patch09 
-0x4bbe 017614 setarg 0 
-0x4bbf 017615 store 2 ,mem_mouse_discovery_timer 
-0x4bc0 017616 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x4bc1 017617 call mouse_disable_function_flag 
-0x4bc2 017618 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
-0x4bc3 017619 call mouse_stop_le_adv 
-0x4bc4 017620 branch keyboard_device_led_off 
-:      017623 keyboard_store_remote_bdaddr:
-0x4bc5 017624 bpatch patch09_2 ,mem_patch09 
-0x4bc6 017625 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bc7 017626 rtnbit0 mouse_store_eeprom_flag 
-0x4bc8 017627 arg mouse_store_eeprom_flag ,queue 
-0x4bc9 017628 call mouse_disable_function_flag 
-0x4bca 017629 call mouse_check_device_addr 
-0x4bcb 017630 branch mouse_unplug_clean_bdaddr 
-:      017633 keyboard_idle:
-0x4bcc 017634 bpatch patch09_3 ,mem_patch09 
-0x4bcd 017635 call mouse_low_voltage_led_no_enter_lpm 
-0x4bce 017636 branch ui_check_paring_button 
-:      017640 keyboard_start_work:
-0x4bcf 017641 bpatch patch09_4 ,mem_patch09 
-0x4bd0 017642 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bd1 017643 bbit0 mouse_enable_adc ,keyboard_start_work_next 
-0x4bd2 017644 call enable_adc 
-0x4bd3 017645 call vdd_calculate_by_mode 
-0x4bd4 017646 store 2 ,mem_mouse_vdd_now_vol 
-0x4bd5 017648 fetch 2 ,mem_adc_current_value 
-0x4bd6 017649 isub temp ,null 
-0x4bd7 017650 branch keyboard_start_work ,positive 
-0x4bd8 017651 arg mem_mouse_vdd_calculate_set ,rega 
-0x4bd9 017652 call mouse_adc_bat_percent_lowpower_out 
-0x4bda 017653 fetch 1 ,mem_adc_power_flag 
-0x4bdb 017654 bbit1 1 ,keyboard_power_down 
-:      017655 keyboard_start_work_next:
-0x4bdc 017657 fetch 1 ,mem_keyboard_pairing_type 
-0x4bdd 017658 call keyboard_enable_bt_button_pairing ,blank 
-0x4bde 017659 fetch 1 ,mem_keyboard_bt_button_flag 
-0x4bdf 017660 nrtn blank 
-0x4be0 017661 fetch 1 ,mem_device_flag 
-0x4be1 017662 beq mode_24g_device ,mouse_24g_reconn_general_dongle 
-0x4be2 017663 call mouse_bluetooth_fast_conn_disable 
-0x4be3 017664 fetch 6 ,mem_device1_addr 
-0x4be4 017665 branch mouse_bluetooth_fast_conn_init ,blank 
-0x4be5 017666 branch mouse_start_reconnect_device 
-:      017678 keyboard_le:
-0x4be6 017679 bpatch patch09_5 ,mem_patch09 
-0x4be7 017680 call le_fifo_check_nearly_full 
-0x4be8 017681 nrtn blank 
-0x4be9 017682 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x4bea 017683 beq 0xff ,keyboard_le_next 
-0x4beb 017684 fetch 1 ,mem_le_connect_status_flag 
-0x4bec 017685 and pdata ,0x03 ,pdata 
-0x4bed 017686 rtnne 0x03 
-:      017687 keyboard_le_next:
-0x4bee 017688 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bef 017689 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x4bf0 017690 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x4bf1 017691 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x4bf2 017692 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-0x4bf3 017693 call keyboard_motion 
-0x4bf4 017694 nrtn user 
-0x4bf5 017695 call mouse_current_mult_update 
-0x4bf6 017696 call mouse_wheel_trigger 
-0x4bf7 017697 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bf8 017698 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
-0x4bf9 017699 fetch 1 ,mem_customer_key 
-0x4bfa 017700 branch mouse_le_send_keyboard_package_data 
-:      017707 kscan_dispatch:
-0x4bfb 017708 fetch 1 ,mem_device_option 
-0x4bfc 017709 rtnne dvc_op_keyboard 
-0x4bfd 017710 call keyboard_keyscan 
-0x4bfe 017711 call keyboard_key_process 
-0x4bff 017712 branch keyboard_special_key_check 
-:      017719 keyboard_keyscan:
-0x4c00 017720 bpatch patch09_6 ,mem_patch09 
-0x4c01 017721 call keyboard_stb_state_low 
-0x4c02 017722 setarg 0 
-0x4c03 017723 store 2 ,mem_keyscan_exmcu_wait_wake_count 
-0x4c04 017724 arg mem_keyscan_value_current ,contr 
-0x4c05 017725 arg mem_keyscan_value_check ,contw 
-0x4c06 017726 arg 20 ,loopcnt 
-0x4c07 017727 call memcpy 
-0x4c08 017728 setarg mem_keyscan_value_current 
-0x4c09 017729 store 2 ,mem_keyscan_value_ptr 
-0x4c0a 017730 setarg mem_keyscan_exmcu_value 
-0x4c0b 017731 store 2 ,mem_keyscan_exmcu_value_ptr 
-0x4c0c 017732 call keyboard_keyscan_get_exmcu_value 
-0x4c0d 017733 call keyboard_keyscan_get_mcu_value 
-0x4c0e 017734 call keyboard_stb_state_high 
-:      017735 keyboard_keyscan_copy_value:
-0x4c0f 017736 fetch 2 ,mem_kb_excol_ptr 
-0x4c10 017737 copy pdata ,regb 
-0x4c11 017738 jam 0 ,mem_keyscan_col_loop_count 
-:      017739 keyboard_compare_col_excol_gpio_loop:
-0x4c12 017740 ifetcht 1 ,regb 
-0x4c13 017741 fetch 2 ,mem_kb_col_ptr 
-0x4c14 017742 copy pdata ,rega 
-0x4c15 017743 copy rega ,regc 
-0x4c16 017744 arg 20 ,loopcnt 
-:      017745 keyboard_compare_col_gpio_loop:
-0x4c17 017746 ifetch 1 ,rega 
-0x4c18 017747 isub temp ,null 
-0x4c19 017748 branch keyboard_copy_value_exmcu_to_mcu ,zero 
-0x4c1a 017749 increase 1 ,rega 
-0x4c1b 017750 loop keyboard_compare_col_gpio_loop 
-:      017751 keyboard_compare_col_excol_gpio_loop_next:
-0x4c1c 017752 increase 1 ,regb 
-0x4c1d 017753 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c1e 017754 increase 1 ,pdata 
-0x4c1f 017755 store 1 ,mem_keyscan_col_loop_count 
-0x4c20 017756 sub pdata ,10 ,null 
-0x4c21 017757 branch keyboard_compare_col_excol_gpio_loop ,positive 
-0x4c22 017759 rtn 
-:      017761 keyboard_copy_value_exmcu_to_mcu:
-0x4c23 017762 fetch 2 ,mem_keyscan_value_ptr 
-0x4c24 017763 copy pdata ,contw 
-0x4c25 017764 copy rega ,pdata 
-0x4c26 017765 isub regc ,pdata 
-0x4c27 017766 iadd contw ,contw 
-0x4c28 017767 fetch 2 ,mem_keyscan_exmcu_value_ptr 
-0x4c29 017768 copy pdata ,regc 
-0x4c2a 017769 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c2b 017770 iadd regc ,regc 
-0x4c2c 017771 ifetch 1 ,regc 
-0x4c2d 017772 istore 1 ,contw 
-0x4c2e 017773 branch keyboard_compare_col_excol_gpio_loop_next 
-:      017775 keyboard_keyscan_get_exmcu_value:
-0x4c2f 017776 bpatch patch09_7 ,mem_patch09 
-0x4c30 017777 call keyboard_stb_state_high 
-0x4c31 017778 call keyboard_clk_input 
-:      017779 keyboard_keyscan_exmcu_start:
-0x4c32 017780 fetch 2 ,mem_keyscan_exmcu_wait_wake_count 
-0x4c33 017781 increase 1 ,pdata 
-0x4c34 017782 store 2 ,mem_keyscan_exmcu_wait_wake_count 
-0x4c35 017783 bbit1 9 ,keyboard_keyscan_reset_exmcu 
-0x4c36 017784 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c37 017785 call gpio_get_bit 
-0x4c38 017786 nbranch keyboard_keyscan_exmcu_start ,true 
-0x4c39 017787 nop 20 
-0x4c3a 017788 call keyboard_clk_state_high 
-0x4c3b 017789 call keyboard_stb_state_low 
-0x4c3c 017790 jam 0 ,mem_keyscan_col_loop_count 
-:      017791 keyboard_keyscan_exmcu_start_loop:
-0x4c3d 017792 call keyboard_clk_state_low 
-0x4c3e 017793 call keyboard_keyscan_exmcu_get_col_value 
-0x4c3f 017794 call keyboard_clk_state_high 
-0x4c40 017795 call keyboard_keyscan_exmcu_get_col_value 
-0x4c41 017796 sub pdata ,9 ,null 
-0x4c42 017797 branch keyboard_keyscan_exmcu_start_loop ,positive 
-0x4c43 017798 call keyboard_clk_state_low 
-0x4c44 017799 call keyboard_keyscan_exmcu_get_col_value 
-0x4c45 017800 branch keyboard_clk_state_high 
-:      017802 keyboard_keyscan_exmcu_get_col_value:
-0x4c46 017803 jam 0 ,mem_keyscan_value_temp 
-0x4c47 017804 nop 50 
-0x4c48 017805 call keyboard_keyscan_get_col_value 
-0x4c49 017806 fetch 2 ,mem_keyscan_exmcu_value_ptr 
-:      017807 keyboard_keyscan_value_store:
-0x4c4a 017808 copy pdata ,contw 
-0x4c4b 017809 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c4c 017810 iadd contw ,contw 
-0x4c4d 017811 fetch 1 ,mem_keyscan_value_temp 
-0x4c4e 017812 istore 1 ,contw 
-0x4c4f 017813 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c50 017814 increase 1 ,pdata 
-0x4c51 017815 store 1 ,mem_keyscan_col_loop_count 
-0x4c52 017816 rtn 
-:      017819 keyboard_keyscan_get_mcu_value:
-0x4c53 017820 nop 20 
-0x4c54 017821 fetch 2 ,mem_kb_col_ptr 
-0x4c55 017822 copy pdata ,regb 
-0x4c56 017823 jam 0 ,mem_keyscan_col_loop_count 
-:      017824 keyboard_keyscan_mcu_start:
-0x4c57 017825 jam 0 ,mem_keyscan_value_temp 
-0x4c58 017826 ifetcht 1 ,regb 
-0x4c59 017827 isolate1 7 ,temp 
-0x4c5a 017828 branch keyboard_keyscan_mcu_start_loop ,true 
-0x4c5b 017829 call gpio_out_active 
-0x4c5c 017830 call keyboard_keyscan_get_col_value 
-0x4c5d 017831 ifetcht 1 ,regb 
-0x4c5e 017832 call gpio_set_high_impedance 
-:      017833 keyboard_keyscan_mcu_start_loop:
-0x4c5f 017834 increase 1 ,regb 
-0x4c60 017835 fetch 2 ,mem_keyscan_value_ptr 
-0x4c61 017836 call keyboard_keyscan_value_store 
-0x4c62 017837 sub pdata ,19 ,null 
-0x4c63 017838 branch keyboard_keyscan_mcu_start ,positive 
-0x4c64 017839 rtn 
-:      017842 keyboard_keyscan_get_col_value:
-0x4c65 017843 fetch 2 ,mem_kb_row_ptr 
-0x4c66 017844 copy pdata ,regc 
-0x4c67 017845 arg 8 ,loopcnt 
-:      017847 keyboard_keyscan_get_col_value_loop:
-0x4c68 017848 ifetcht 1 ,regc 
-0x4c69 017849 call gpio_get_bit 
-0x4c6a 017850 fetch 1 ,mem_keyscan_value_temp 
-0x4c6b 017851 rshift pdata ,pdata 
-0x4c6c 017852 setflag true ,7 ,pdata 
-0x4c6d 017853 store 1 ,mem_keyscan_value_temp 
-0x4c6e 017854 increase 1 ,regc 
-0x4c6f 017855 loop keyboard_keyscan_get_col_value_loop 
-0x4c70 017856 rtn 
-:      017857 keyboard_keyscan_reset_exmcu:
-0x4c71 017858 fetcht 1 ,mem_mcu_rstb_gpio 
-0x4c72 017859 call gpio_out_active 
-0x4c73 017860 nop 20 
-0x4c74 017861 fetcht 1 ,mem_mcu_rstb_gpio 
-0x4c75 017862 call gpio_out_inactive 
-0x4c76 017863 nop 6000 
-0x4c77 017864 rtn 
-0x4c78 017865 branch keyboard_keyscan 
-:      017866 keyboard_clk_state_high:
-0x4c79 017867 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c7a 017868 branch gpio_out_inactive 
-:      017870 keyboard_clk_state_low:
-0x4c7b 017871 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c7c 017872 branch gpio_out_active 
-:      017873 keyboard_gpio_config_input_pu:
-0x4c7d 017874 sub temp ,ui_button_gpio_disable ,null 
-0x4c7e 017875 rtn zero 
-0x4c7f 017876 set0 gpio_active_bit ,temp 
-0x4c80 017877 branch gpio_config_input 
-:      017878 keyboard_clk_input:
-0x4c81 017879 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c82 017880 branch gpio_config_input 
-:      017882 keyboard_stb_state_high:
-0x4c83 017883 fetcht 1 ,mem_mcu_stb_gpio 
-0x4c84 017884 branch gpio_out_inactive 
-:      017886 keyboard_stb_state_low:
-0x4c85 017887 fetcht 1 ,mem_mcu_stb_gpio 
-0x4c86 017888 branch gpio_out_active 
-:      017899 keyboard_press_change_or_no_key:
-0x4c87 017900 jam 0 ,mem_same_keyvalue_timerout_flag 
-0x4c88 017901 fetch 2 ,mem_same_keyvalue_timer_init 
-0x4c89 017902 store 2 ,mem_same_keyvalue_timer 
-0x4c8a 017903 rtn 
-:      017905 keyboard_key_process:
-0x4c8b 017907 bpatch patch0a_0 ,mem_patch0a 
-0x4c8c 017908 arg mem_keyscan_value_current ,rega 
-0x4c8d 017909 arg mem_keyscan_value_check ,regb 
-0x4c8e 017910 arg 20 ,loopcnt 
-0x4c8f 017911 call string_compare 
-0x4c90 017912 nbranch keyboard_press_change_or_no_key ,zero 
-0x4c91 017913 call keyboard_keyscan_value_current_zero_check 
-0x4c92 017914 call keyboard_press_change_or_no_key ,blank 
-0x4c93 017916 call keyboard_ghost_key_check 
-0x4c94 017917 fetch 1 ,mem_mouse_ghost_flag 
-0x4c95 017918 nrtn blank 
-0x4c96 017919 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4c97 017920 rtneq cammbination_key_press 
-0x4c98 017921 rtneq cammbination_key_hold 
-0x4c99 017922 rtneq cammbination_key_wait_release 
-0x4c9a 017925 jam 0 ,mem_keyscan_col_loop_count 
-0x4c9b 017926 arg mem_keyscan_value_current ,rega 
-0x4c9c 017927 arg mem_keyscan_value_old ,regb 
-:      017928 keyboard_keyvalue_process:
-0x4c9d 017929 ifetcht 1 ,rega 
-0x4c9e 017930 ifetch 1 ,regb 
-0x4c9f 017931 ixor temp ,pdata 
-0x4ca0 017932 branch keyboard_keyvalue_process_loop ,blank 
-0x4ca1 017933 store 1 ,mem_keyscan_value_temp 
-0x4ca2 017934 storet 1 ,mem_keyboard_press_flag_temp 
-0x4ca3 017935 istoret 1 ,regb 
-0x4ca4 017936 jam 1 ,mem_keyboard_data_change_flag 
-0x4ca5 017937 jam 0 ,mem_keyboard_keyvalue_bit_loop_count 
-:      017938 keyboard_keyvalue_change:
-0x4ca6 017939 fetch 1 ,mem_keyscan_value_temp 
-0x4ca7 017940 bbit0 0 ,keyboard_keyvalue_change_loop 
-0x4ca8 017941 fetch 1 ,mem_keyscan_col_loop_count 
-0x4ca9 017942 mul32 pdata ,8 ,pdata 
-0x4caa 017943 fetcht 1 ,mem_keyboard_keyvalue_bit_loop_count 
-0x4cab 017944 iadd temp ,pdata 
-0x4cac 017945 arg mem_keyboard_keyvalue_map ,contr 
-0x4cad 017946 iadd contr ,contr 
-0x4cae 017947 ifetch 1 ,contr 
-0x4caf 017948 store 1 ,mem_keyboard_keyvalue_temp 
-0x4cb0 017949 call keyboard_keyvalue_fn_replace 
-0x4cb1 017950 call keyboard_keyvalue_commbination_replace 
-0x4cb2 017951 call keyboard_keyvalue_in_out 
-:      017952 keyboard_keyvalue_change_loop:
-0x4cb3 017953 fetch 1 ,mem_keyscan_value_temp 
-0x4cb4 017954 rshift pdata ,pdata 
-0x4cb5 017955 store 1 ,mem_keyscan_value_temp 
-0x4cb6 017956 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4cb7 017957 rshift pdata ,pdata 
-0x4cb8 017958 store 1 ,mem_keyboard_press_flag_temp 
-0x4cb9 017959 fetch 1 ,mem_keyboard_keyvalue_bit_loop_count 
-0x4cba 017960 increase 1 ,pdata 
-0x4cbb 017961 store 1 ,mem_keyboard_keyvalue_bit_loop_count 
-0x4cbc 017962 loop keyboard_keyvalue_change 
-:      017963 keyboard_keyvalue_process_loop:
-0x4cbd 017964 increase 1 ,rega 
-0x4cbe 017965 increase 1 ,regb 
-0x4cbf 017966 fetch 1 ,mem_keyscan_col_loop_count 
-0x4cc0 017967 increase 1 ,pdata 
-0x4cc1 017968 store 1 ,mem_keyscan_col_loop_count 
-0x4cc2 017969 sub pdata ,19 ,null 
-0x4cc3 017970 branch keyboard_keyvalue_process ,positive 
-0x4cc4 017971 rtn 
-:      017973 keyboard_keyscan_value_current_zero_check:
-0x4cc5 017974 fetch 8 ,mem_keyscan_value_current 
-0x4cc6 017975 nrtn blank 
-0x4cc7 017976 fetch 8 ,mem_keyscan_value_current + 8 
-0x4cc8 017977 nrtn blank 
-0x4cc9 017978 fetch 4 ,mem_keyscan_value_current + 16 
-0x4cca 017979 nrtn blank 
-0x4ccb 017980 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
-0x4ccc 017981 rtn 
-:      017985 keyboard_ghost_key_check:
-0x4ccd 017986 bpatch patch0a_1 ,mem_patch0a 
-0x4cce 017987 jam 0 ,mem_mouse_ghost_flag 
-0x4ccf 017988 jam 0 ,mem_keyboard_all_press_key_count 
-0x4cd0 017989 arg mem_keyscan_value_current ,rega 
-0x4cd1 017990 arg 20 ,loopcnt 
-:      017991 keyboard_ghost_key_check_loop:
-0x4cd2 017992 jam 0 ,mem_keyboard_current_col_press_key_count 
-0x4cd3 017993 ifetch 1 ,rega 
-0x4cd4 017994 branch keyboard_ghost_key_check_next_loop ,blank 
-:      017995 keyboard_current_col_press_key_count_check:
-0x4cd5 017996 fetcht 1 ,mem_keyboard_current_col_press_key_count 
-0x4cd6 017997 increase 1 ,temp 
-0x4cd7 017998 storet 1 ,mem_keyboard_current_col_press_key_count 
-0x4cd8 017999 copy pdata ,temp 
-0x4cd9 018000 increase -1 ,pdata 
-0x4cda 018001 iand temp ,pdata 
-0x4cdb 018002 nbranch keyboard_current_col_press_key_count_check ,zero 
-0x4cdc 018003 fetch 1 ,mem_keyboard_current_col_press_key_count 
-0x4cdd 018004 fetcht 1 ,mem_keyboard_all_press_key_count 
-0x4cde 018005 iadd temp ,temp 
-0x4cdf 018006 storet 1 ,mem_keyboard_all_press_key_count 
-0x4ce0 018007 sub pdata ,1 ,null 
-0x4ce1 018008 branch keyboard_ghost_key_check_next_loop ,positive 
-0x4ce2 018009 sub temp ,2 ,null 
-0x4ce3 018010 branch keyboard_ghost_key_check_next_loop ,positive 
-0x4ce4 018011 jam 0 ,mem_keyscan_col_loop_count 
-0x4ce5 018012 jam 0 ,mem_keyboard_same_row_press_key_count 
-0x4ce6 018013 ifetcht 1 ,rega 
-0x4ce7 018014 arg mem_keyscan_value_current ,regb 
-:      018015 keyboard_same_row_key_check:
-0x4ce8 018016 fetch 1 ,mem_keyscan_col_loop_count 
-0x4ce9 018017 increase 1 ,pdata 
-0x4cea 018018 store 1 ,mem_keyscan_col_loop_count 
-0x4ceb 018019 sub pdata ,19 ,null 
-0x4cec 018020 nbranch keyboard_ghost_key_check_next_loop ,positive 
-0x4ced 018021 ifetch 1 ,regb 
-0x4cee 018022 iand temp ,null 
-0x4cef 018023 branch keyboard_same_row_key_check_loop ,zero 
-0x4cf0 018024 fetch 1 ,mem_keyboard_same_row_press_key_count 
-0x4cf1 018025 increase 1 ,pdata 
-0x4cf2 018026 store 1 ,mem_keyboard_same_row_press_key_count 
-0x4cf3 018027 sub pdata ,1 ,null 
-0x4cf4 018028 branch keyboard_same_row_key_check_loop ,positive 
-0x4cf5 018029 jam 1 ,mem_mouse_ghost_flag 
-0x4cf6 018030 rtn 
-:      018032 keyboard_ghost_key_check_next_loop:
-0x4cf7 018033 increase 1 ,rega 
-0x4cf8 018034 loop keyboard_ghost_key_check_loop 
-0x4cf9 018035 rtn 
-:      018037 keyboard_same_row_key_check_loop:
-0x4cfa 018038 increase 1 ,regb 
-0x4cfb 018039 branch keyboard_same_row_key_check 
-:      018047 keyboard_keyvalue_fn_replace:
-0x4cfc 018048 bpatch patch0a_2 ,mem_patch0a 
-0x4cfd 018049 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4cfe 018050 ncall keyboard_commbination_delay_release_clear ,blank 
-0x4cff 018051 fetch 1 ,mem_keyboard_fn_flag 
-0x4d00 018052 ncall keyboard_keyvalue_fn_replace_press ,blank 
-0x4d01 018053 fetch 1 ,mem_keyboard_fn_first 
-0x4d02 018054 fetcht 1 ,mem_keyboard_fn_flag 
-0x4d03 018055 ixor temp ,pdata 
-0x4d04 018056 rtn zero 
-0x4d05 018057 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4d06 018058 beq hid_key_esc ,keyboard_keyvalue_fn_esc 
-0x4d07 018059 beq hid_key_delete ,keyboard_keyvalue_fn_delete 
-0x4d08 018060 sub pdata ,hid_key_f12 ,null 
-0x4d09 018061 nrtn positive 
-0x4d0a 018062 arg hid_key_f1 ,temp 
-0x4d0b 018063 isub temp ,pdata 
-0x4d0c 018064 nrtn positive 
-0x4d0d 018065 arg mem_keyboard_fn_f1 ,contr 
-0x4d0e 018066 iadd contr ,contr 
-0x4d0f 018067 ifetch 1 ,contr 
-0x4d10 018068 branch keyboard_keyvalue_store_temp 
-:      018070 keyboard_keyvalue_fn_replace_press:
-0x4d11 018071 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4d12 018072 beq hid_key_up_arrow ,keyboard_keyvalue_fn_up_arrow 
-0x4d13 018073 beq hid_key_down_arrow ,keyboard_keyvalue_fn_down_arrow 
-0x4d14 018074 beq hid_key_left_arrow ,keyboard_keyvalue_fn_left_arrow 
-0x4d15 018075 beq hid_key_right_arrow ,keyboard_keyvalue_fn_right_arrow 
-0x4d16 018076 beq hid_key_left_ctrl ,keyboard_keyvalue_fn_left_ctrl 
-0x4d17 018077 beq hid_key_space ,keyboard_keyvalue_fn_space 
-0x4d18 018078 rtn 
-:      018080 keyboard_keyvalue_fn_esc:
-0x4d19 018081 fetch 1 ,mem_keyboard_fn_esc 
-0x4d1a 018082 branch keyboard_keyvalue_store_temp 
-:      018084 keyboard_keyvalue_fn_delete:
-0x4d1b 018085 fetch 1 ,mem_keyboard_fn_del 
-0x4d1c 018086 branch keyboard_keyvalue_store_temp 
-:      018088 keyboard_keyvalue_fn_up_arrow:
-0x4d1d 018089 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d1e 018090 rtn blank 
-0x4d1f 018091 setarg hid_key_page_up 
-0x4d20 018092 branch keyboard_keyvalue_store_temp 
-:      018094 keyboard_keyvalue_fn_down_arrow:
-0x4d21 018095 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d22 018096 rtn blank 
-0x4d23 018097 setarg hid_key_page_down 
-0x4d24 018098 branch keyboard_keyvalue_store_temp 
-:      018100 keyboard_keyvalue_fn_left_arrow:
-0x4d25 018101 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d26 018102 rtn blank 
-0x4d27 018103 setarg hid_key_home 
-0x4d28 018104 branch keyboard_keyvalue_store_temp 
-:      018106 keyboard_keyvalue_fn_right_arrow:
-0x4d29 018107 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d2a 018108 rtn blank 
-0x4d2b 018109 setarg hid_key_end 
-0x4d2c 018110 branch keyboard_keyvalue_store_temp 
-:      018112 keyboard_keyvalue_fn_left_ctrl:
-0x4d2d 018113 fetch 1 ,mem_keyboard_fn_left_ctrl_enable_flag 
-0x4d2e 018114 rtn blank 
-0x4d2f 018115 fetch 1 ,mem_kb_computer_system 
-0x4d30 018116 beq system_os_windows ,keyboard_keyvalue_windows_osk 
-0x4d31 018117 setarg hid_key_os_soft_kb 
-0x4d32 018118 branch keyboard_keyvalue_store_temp 
-:      018119 keyboard_keyvalue_windows_osk:
-0x4d33 018120 setarg hid_key_osk 
-0x4d34 018121 branch keyboard_keyvalue_store_temp 
-:      018123 keyboard_keyvalue_fn_space:
-0x4d35 018124 fetch 1 ,mem_keyboard_fn_space_enable_flag 
-0x4d36 018125 rtn blank 
-0x4d37 018126 setarg hid_key_language 
-:      018127 keyboard_keyvalue_store_temp:
-0x4d38 018128 store 1 ,mem_keyboard_keyvalue_temp 
-0x4d39 018129 rtn 
-:      018135 keyboard_keyvalue_commbination_replace:
-0x4d3a 018136 bpatch patch0a_3 ,mem_patch0a 
-0x4d3b 018137 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4d3c 018138 beq hid_key_print_screen ,keyboard_commination_screen_shot_replace 
-0x4d3d 018139 beq hid_key_page_up ,keyboard_commination_pageup_replace 
-0x4d3e 018140 beq hid_key_page_down ,keyboard_commination_pagedown_replace 
-0x4d3f 018141 beq hid_key_home ,keyboard_commination_home_replace 
-0x4d40 018142 beq hid_key_end ,keyboard_commination_end_replace 
-0x4d41 018143 beq hid_key_select_all ,keyboard_commination_select_all 
-0x4d42 018144 beq hid_key_copy ,keyboard_commbination_copy 
-0x4d43 018145 beq hid_key_paste ,keyboard_commbination_paste 
-0x4d44 018146 beq hid_key_cut ,keyboard_commbination_cut 
-0x4d45 018147 beq hid_key_all_os_lock ,keyboard_commination_os_lock 
-0x4d46 018148 beq hid_key_osk ,keyboard_commbination_osk 
-0x4d47 018149 beq hid_key_language ,keyboard_commbination_language 
-0x4d48 018150 beq hid_key_app_tiling ,keyboard_commbination_app_tiling 
-0x4d49 018151 rtn 
-:      018153 keyboard_commbination_delay_release_set:
-0x4d4a 018154 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4d4b 018155 nrtn blank 
-0x4d4c 018156 jam 10 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4d4d 018157 rtn 
-:      018159 keyboard_commbination_delay_release_clear:
-0x4d4e 018160 jam 0 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4d4f 018161 rtn 
-:      018163 keyboard_commination_screen_shot_replace:
-0x4d50 018164 fetch 1 ,mem_kb_computer_system 
-0x4d51 018165 rtneq system_os_windows 
-0x4d52 018166 rtneq system_os_andriod 
-0x4d53 018167 jam left_shift_gui ,mem_keyboard_commbination_control_key_value 
-0x4d54 018168 jam hid_key_3 ,mem_keyboard_commbination_standard_key_value 
-0x4d55 018169 branch keyboard_commbination_keypress 
-:      018171 keyboard_commination_pageup_replace:
-0x4d56 018172 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
-:      018173 keyboard_commination_ios_mac_command_commiation:
-0x4d57 018174 fetch 1 ,mem_kb_computer_system 
-0x4d58 018175 rtneq system_os_windows 
-0x4d59 018176 rtneq system_os_andriod 
-0x4d5a 018177 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d5b 018178 branch keyboard_commbination_keypress 
-:      018180 keyboard_commination_pagedown_replace:
-0x4d5c 018181 jam hid_key_down_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d5d 018182 branch keyboard_commination_ios_mac_command_commiation 
-:      018184 keyboard_commination_home_replace:
-0x4d5e 018185 jam hid_key_left_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d5f 018186 branch keyboard_commination_ios_mac_command_commiation 
-:      018188 keyboard_commination_end_replace:
-0x4d60 018189 jam hid_key_right_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d61 018190 branch keyboard_commination_ios_mac_command_commiation 
-:      018192 keyboard_commination_select_all:
-0x4d62 018193 jam hid_key_a ,mem_keyboard_commbination_standard_key_value 
-:      018194 keyboard_commbination_text_edit:
-0x4d63 018195 jam left_control ,mem_keyboard_commbination_control_key_value 
-0x4d64 018196 fetch 1 ,mem_kb_computer_system 
-0x4d65 018197 beq system_os_windows ,keyboard_commbination_keypress 
-0x4d66 018198 beq system_os_andriod ,keyboard_commbination_keypress 
-0x4d67 018199 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d68 018200 branch keyboard_commbination_keypress 
-:      018202 keyboard_commbination_copy:
-0x4d69 018203 jam hid_key_c ,mem_keyboard_commbination_standard_key_value 
-0x4d6a 018204 branch keyboard_commbination_text_edit 
-:      018206 keyboard_commbination_paste:
-0x4d6b 018207 jam hid_key_v ,mem_keyboard_commbination_standard_key_value 
-0x4d6c 018208 branch keyboard_commbination_text_edit 
-:      018210 keyboard_commbination_cut:
-0x4d6d 018211 jam hid_key_x ,mem_keyboard_commbination_standard_key_value 
-0x4d6e 018212 branch keyboard_commbination_text_edit 
-:      018214 keyboard_commination_os_lock:
-0x4d6f 018215 fetch 1 ,mem_kb_computer_system 
-0x4d70 018216 beq system_os_windows ,keyboard_commination_windows_lock 
-0x4d71 018217 beq system_os_mac ,keyboard_commination_mac_lock 
-0x4d72 018218 setarg hid_key_ios_android_os_lock 
-0x4d73 018219 branch keyboard_keyvalue_store_temp 
-:      018220 keyboard_commination_windows_lock:
-0x4d74 018221 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d75 018222 jam hid_key_l ,mem_keyboard_commbination_standard_key_value 
-0x4d76 018223 branch keyboard_commbination_keypress 
-:      018224 keyboard_commination_mac_lock:
-0x4d77 018225 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
-0x4d78 018226 jam hid_key_q ,mem_keyboard_commbination_standard_key_value 
-0x4d79 018227 branch keyboard_commbination_keypress 
-:      018229 keyboard_commbination_osk:
-0x4d7a 018230 fetch 1 ,mem_kb_computer_system 
-0x4d7b 018231 beq system_os_windows ,keyboard_commbination_windows_osk 
-0x4d7c 018232 setarg hid_key_os_soft_kb 
-0x4d7d 018233 branch keyboard_keyvalue_store_temp 
-:      018234 keyboard_commbination_windows_osk:
-0x4d7e 018235 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
-0x4d7f 018236 jam hid_key_o ,mem_keyboard_commbination_standard_key_value 
-0x4d80 018237 branch keyboard_commbination_keypress 
-:      018239 keyboard_commbination_language:
-0x4d81 018240 fetch 1 ,mem_kb_computer_system 
-0x4d82 018241 beq system_os_windows ,keyboard_commbination_language_windows 
-0x4d83 018242 beq system_os_andriod ,keyboard_commbination_language_andriod 
-0x4d84 018243 jam left_control ,mem_keyboard_commbination_control_key_value 
-:      018244 keyboard_commbination_language_next:
-0x4d85 018245 jam hid_key_space ,mem_keyboard_commbination_standard_key_value 
-0x4d86 018246 call keyboard_commbination_delay_release_set 
-0x4d87 018247 branch keyboard_commbination_keypress 
-:      018248 keyboard_commbination_language_windows:
-0x4d88 018249 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d89 018250 branch keyboard_commbination_language_next 
-:      018251 keyboard_commbination_language_andriod:
-0x4d8a 018252 jam left_shift ,mem_keyboard_commbination_control_key_value 
-0x4d8b 018253 branch keyboard_commbination_language_next 
-:      018255 keyboard_commbination_app_tiling:
-0x4d8c 018256 fetch 1 ,mem_kb_computer_system 
-0x4d8d 018257 beq system_os_windows ,keyboard_commbination_app_tiling_windows_android 
-0x4d8e 018258 beq system_os_andriod ,keyboard_commbination_app_tiling_windows_android 
-0x4d8f 018259 jam left_control ,mem_keyboard_commbination_control_key_value 
-0x4d90 018260 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d91 018261 branch keyboard_commbination_keypress 
-:      018262 keyboard_commbination_app_tiling_windows_android:
-0x4d92 018263 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d93 018264 jam hid_key_tab ,mem_keyboard_commbination_standard_key_value 
-0x4d94 018265 branch keyboard_commbination_keypress 
-:      018267 keyboard_commbination_keypress:
-0x4d95 018268 jam 0 ,mem_keyboard_keyvalue_temp 
-0x4d96 018269 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4d97 018270 bbit0 0 ,keyboard_commbination_key_wait_release_set 
-0x4d98 018271 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4d99 018272 beq cammbination_key_complete ,keyboard_commbination_key_hold_set 
-:      018273 keyboard_commbination_key_press_set:
-0x4d9a 018274 jam cammbination_key_press ,mem_keyboard_commbination_key_step 
-0x4d9b 018275 rtn 
-:      018277 keyboard_commbination_key_wait_release_set:
-0x4d9c 018278 jam cammbination_key_wait_release ,mem_keyboard_commbination_key_step 
-0x4d9d 018279 rtn 
-:      018281 keyboard_commbination_key_null_set:
-0x4d9e 018282 jam cammbination_key_null ,mem_keyboard_commbination_key_step 
-0x4d9f 018283 rtn 
-:      018286 keyboard_commbination_key_value_store:
-0x4da0 018287 store 1 ,mem_keyboard_tx_data + 1 
-0x4da1 018288 storet 1 ,mem_keyboard_tx_data + 3 
-0x4da2 018289 call enable_user 
-0x4da3 018290 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
-0x4da4 018291 branch keyboard_motion_data_check_next 
-:      018293 keyboard_commbination_key_press_process:
-0x4da5 018294 fetch 1 ,mem_keyboard_commbination_control_key_value 
-0x4da6 018295 arg 0 ,temp 
-0x4da7 018296 call keyboard_commbination_key_value_store 
-:      018297 keyboard_commbination_key_hold_set:
-0x4da8 018298 jam cammbination_key_hold ,mem_keyboard_commbination_key_step 
-0x4da9 018299 rtn 
-:      018301 keyboard_commbination_key_hold_process:
-0x4daa 018302 jam cammbination_key_complete ,mem_keyboard_commbination_key_step 
-0x4dab 018303 fetch 1 ,mem_keyboard_commbination_control_key_value 
-0x4dac 018304 fetcht 1 ,mem_keyboard_commbination_standard_key_value 
-0x4dad 018305 branch keyboard_commbination_key_value_store 
-:      018307 keyboard_commbination_key_wait_release_process:
-0x4dae 018308 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
-0x4daf 018309 fetch 1 ,mem_keyboard_commbination_control_key_value 
-0x4db0 018310 arg 0 ,temp 
-0x4db1 018311 call keyboard_commbination_key_value_store 
-0x4db2 018312 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4db3 018313 branch keyboard_commbination_key_null_set ,blank 
-:      018314 keyboard_commbination_key_release_set:
-0x4db4 018315 jam cammbination_key_release ,mem_keyboard_commbination_key_step 
-0x4db5 018316 rtn 
-:      018318 keyboard_commbination_key_release_process:
-0x4db6 018319 branch keyboard_commbination_key_value_store + 2 
-:      018321 keyboard_commbination_key_null_process:
-0x4db7 018322 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
-0x4db8 018323 arg 0 ,pdata 
-0x4db9 018324 arg 0 ,temp 
-0x4dba 018325 branch keyboard_commbination_key_value_store 
-:      018329 keyboard_keyvalue_in_out:
-0x4dbb 018330 bpatch patch0a_4 ,mem_patch0a 
-0x4dbc 018331 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4dbd 018332 sub pdata ,hid_key_right_gui ,null 
-0x4dbe 018333 branch keyboard_keyvalue_standard ,positive 
-0x4dbf 018334 jam keyboard_consumer_key_press ,mem_keyboard_consumer_key_status 
-0x4dc0 018335 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4dc1 018336 bbit1 0 ,keyboard_keyvalue_standard 
-0x4dc2 018337 jam keyboard_consumer_key_release ,mem_keyboard_consumer_key_status 
-:      018338 keyboard_keyvalue_standard:
-0x4dc3 018339 jam 0 ,mem_keyboard_keyvalue_buffer + 8 
-0x4dc4 018340 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4dc5 018341 bbit1 0 ,keyboard_keyvalue_standard_in 
-:      018342 keyboard_keyvalue_standard_out:
-0x4dc6 018343 fetcht 1 ,mem_keyboard_keyvalue_temp 
-0x4dc7 018344 arg 6 ,loopcnt 
-0x4dc8 018345 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-:      018346 keyboard_keyvalue_standard_out_loop:
-0x4dc9 018347 ifetch 1 ,contr 
-0x4dca 018348 branch keyboard_keyvalue_standard_out_next + 1 ,blank 
-0x4dcb 018349 isub temp ,null 
-0x4dcc 018350 nbranch keyboard_keyvalue_standard_out_next ,zero 
-0x4dcd 018351 ifetch 1 ,contr 
-0x4dce 018352 increase -2 ,contr 
-0x4dcf 018353 istore 1 ,contr 
-0x4dd0 018354 rtn blank 
-0x4dd1 018355 increase 1 ,contr 
-0x4dd2 018356 istoret 1 ,contr 
-:      018357 keyboard_keyvalue_standard_out_next:
-0x4dd3 018358 loop keyboard_keyvalue_standard_out_loop 
-0x4dd4 018359 sub temp ,hid_key_right_gui ,null 
-0x4dd5 018360 nrtn positive 
-0x4dd6 018361 sub temp ,0xbf ,null 
-0x4dd7 018362 rtn positive 
-:      018363 keyboard_keyvalue_control_key_out:
-0x4dd8 018364 and temp ,0x07 ,queue 
-0x4dd9 018365 fetch 1 ,mem_keyboard_keyvalue_buffer 
-0x4dda 018366 qset0 pdata 
-0x4ddb 018367 store 1 ,mem_keyboard_keyvalue_buffer 
-0x4ddc 018368 rtn 
-:      018370 keyboard_keyvalue_standard_in:
-0x4ddd 018371 fetcht 1 ,mem_keyboard_keyvalue_temp 
-0x4dde 018372 arg 6 ,loopcnt 
-0x4ddf 018373 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-:      018374 keyboard_keyvalue_standard_in_loop:
-0x4de0 018375 ifetch 1 ,contr 
-0x4de1 018376 branch keyboard_keyvalue_standard_in_data ,blank 
-0x4de2 018377 isub temp ,null 
-0x4de3 018378 rtn zero 
-0x4de4 018379 loop keyboard_keyvalue_standard_in_loop 
-0x4de5 018380 sub temp ,hid_key_right_gui ,null 
-0x4de6 018381 nrtn positive 
-0x4de7 018382 sub temp ,0xbf ,null 
-0x4de8 018383 rtn positive 
-:      018384 keyboard_keyvalue_control_key_in:
-0x4de9 018385 and temp ,0x07 ,queue 
-0x4dea 018386 fetch 1 ,mem_keyboard_keyvalue_buffer 
-0x4deb 018387 qset1 pdata 
-0x4dec 018388 store 1 ,mem_keyboard_keyvalue_buffer 
-0x4ded 018389 rtn 
-:      018391 keyboard_keyvalue_standard_in_data:
-0x4dee 018392 sub temp ,hid_key_right_gui ,null 
-0x4def 018393 nbranch keyboard_keyvalue_standard_in_data_next ,positive 
-0x4df0 018394 sub temp ,0xbf ,null 
-0x4df1 018395 nbranch keyboard_keyvalue_control_key_in ,positive 
-:      018396 keyboard_keyvalue_standard_in_data_next:
-0x4df2 018397 increase -1 ,contr 
-0x4df3 018398 istoret 1 ,contr 
-0x4df4 018399 rtn 
-:      018403 keyboard_special_key_check:
-0x4df5 018404 bpatch patch0a_5 ,mem_patch0a 
-0x4df6 018405 call keyboard_pairing_button_check 
-0x4df7 018406 jam 0 ,mem_keyboard_fn_flag 
-0x4df8 018407 jam 0 ,mem_keyboard_control_key_flag 
-0x4df9 018408 jam 0 ,mem_keyboard_bt_button_flag 
-0x4dfa 018409 fetch 1 ,mem_keyboard_keyvalue_buffer 
-0x4dfb 018410 ncall keyborad_control_key_set ,blank 
-0x4dfc 018411 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-0x4dfd 018412 arg 6 ,loopcnt 
-:      018413 keyboard_special_key_check_loop:
-0x4dfe 018414 ifetch 1 ,contr 
-0x4dff 018415 sub pdata ,hid_key_fn ,null 
-0x4e00 018416 call keyboard_fn_set ,zero 
-0x4e01 018417 sub pdata ,hid_key_pb ,null 
-0x4e02 018418 call keyboard_pb_set ,zero 
-0x4e03 018419 loop keyboard_special_key_check_loop 
-0x4e04 018420 fetch 1 ,mem_device_flag 
-0x4e05 018421 beq mode_24g_device ,keyboard_special_key_check_24g 
-:      018422 keyboard_special_key_check_bluetooth:
-0x4e06 018423 call keyboard_commbination_fast_conn_bt_check 
-0x4e07 018424 fetch 1 ,mem_keyboard_pairing_type 
-0x4e08 018425 branch keyboard_enable_bt_button_pairing ,blank 
-0x4e09 018426 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e0a 018427 fetcht 2 ,mem_keyboard_commbination_key_bt 
-0x4e0b 018428 isub temp ,null 
-0x4e0c 018429 branch keyboard_long_button_bt_discovery ,zero 
-0x4e0d 018430 byteswap temp ,temp 
-0x4e0e 018431 isub temp ,null 
-0x4e0f 018432 branch keyboard_long_button_bt_discovery ,zero 
-0x4e10 018433 rtn 
-:      018434 keyboard_special_key_check_24g:
-0x4e11 018435 fetch 1 ,mem_keyboard_pairing_type 
-0x4e12 018436 branch keyboard_enable_bt_button_pairing ,blank 
-0x4e13 018437 branch keyboard_commbination_pairing_24g_check 
-:      018439 keyboard_pairing_button_check:
-0x4e14 018440 fetch 1 ,mem_keyboard_pairing_type 
-0x4e15 018441 nrtn blank 
-0x4e16 018442 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4e17 018443 sub temp ,ui_button_gpio_disable ,null 
-0x4e18 018444 rtn zero 
-0x4e19 018445 call gpio_get_bit 
-0x4e1a 018446 nbranch keyboard_pairing_button_release ,true 
-0x4e1b 018447 arg 8 ,loopcnt 
-0x4e1c 018448 arg mem_keyboard_keyvalue_buffer ,contw 
-0x4e1d 018449 call clear_mem 
-0x4e1e 018450 jam hid_key_pb ,mem_keyboard_keyvalue_buffer + 2 
-0x4e1f 018451 rtn 
-:      018453 keyboard_pairing_button_release:
-0x4e20 018454 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e21 018455 rtnne hid_key_pb 
-0x4e22 018456 jam hid_key_null ,mem_keyboard_keyvalue_buffer + 2 
-0x4e23 018457 rtn 
-:      018459 keyboard_enable_bt_button_pairing:
-0x4e24 018460 bpatch patch0a_6 ,mem_patch0a 
-0x4e25 018461 fetch 1 ,mem_keyboard_bt_button_flag 
-0x4e26 018462 rtn blank 
-0x4e27 018463 fetch 1 ,mem_device_flag 
-0x4e28 018464 beq mode_24g_device ,keyboard_24g_start_pair_mode 
-:      018465 keyboard_long_button_bt_discovery:
-0x4e29 018467 jam 0 ,mem_keyboard_data_change_flag 
-0x4e2a 018468 fetch 1 ,mem_device_flag 
-0x4e2b 018469 rtneq mode_24g_device 
-0x4e2c 018470 fetch mouse_flag_len ,mem_mouse_flag 
-0x4e2d 018471 rtnbit1 mouse_bt_discovery_button_long_down_flag 
-0x4e2e 018472 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x4e2f 018473 call mouse_enable_function_flag 
-0x4e30 018474 call app_evt_button_long_pressed 
-0x4e31 018475 branch keyboard_bb_event_discovery_btn 
-:      018479 keyboard_commbination_pairing_24g_check:
-0x4e32 018480 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e33 018481 fetcht 2 ,mem_keyboard_commbination_key_24g 
-0x4e34 018482 isub temp ,null 
-0x4e35 018483 branch keyboard_24g_start_pair_mode ,zero 
-0x4e36 018484 byteswap temp ,temp 
-0x4e37 018485 isub temp ,null 
-0x4e38 018486 nrtn zero 
-:      018487 keyboard_24g_start_pair_mode:
-0x4e39 018488 call keyboard_pairing_check_otp_offset 
-0x4e3a 018489 jam 0 ,mem_keyboard_data_change_flag 
-0x4e3b 018490 fetch 2 ,mem_24g_pair_timeout 
-0x4e3c 018491 nrtn blank 
-0x4e3d 018492 setarg 0 
-0x4e3e 018493 store 2 ,mem_mouse_no_data_timer 
-0x4e3f 018494 call keyboard_capslock_led_off 
-0x4e40 018495 branch mouse_24g_start_pair_mode 
-:      018498 keyborad_control_key_set:
-0x4e41 018499 jam 1 ,mem_keyboard_control_key_flag 
-0x4e42 018500 rtn 
-:      018502 keyboard_fn_set:
-0x4e43 018503 jam 1 ,mem_keyboard_fn_flag 
-0x4e44 018504 rtn 
-:      018506 keyboard_pb_set:
-0x4e45 018507 jam 1 ,mem_keyboard_bt_button_flag 
-0x4e46 018508 rtn 
-:      018513 keyboard_motion:
-0x4e47 018514 bpatch patch0a_7 ,mem_patch0a 
-0x4e48 018515 disable user 
-0x4e49 018516 jam 0 ,mem_customer_key 
-0x4e4a 018517 jam 0 ,mem_customer_data_trigger 
-0x4e4b 018518 jam 0 ,mem_customer_data_trigger_last 
-0x4e4c 018519 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4e4d 018520 beq cammbination_key_press ,keyboard_commbination_key_press_process 
-0x4e4e 018521 beq cammbination_key_hold ,keyboard_commbination_key_hold_process 
-0x4e4f 018522 beq cammbination_key_complete ,keyboard_commbination_key_hold_process 
-0x4e50 018523 beq cammbination_key_wait_release ,keyboard_commbination_key_wait_release_process 
-0x4e51 018524 beq cammbination_key_null ,keyboard_commbination_key_null_process 
-0x4e52 018525 fetch 1 ,mem_keyboard_data_change_flag 
-0x4e53 018526 branch keyboard_no_key_press ,blank 
-0x4e54 018527 increase -1 ,pdata 
-0x4e55 018528 store 1 ,mem_keyboard_data_change_flag 
-0x4e56 018529 call keyboard_current_mult_update 
-0x4e57 018530 jam 10 ,mem_keyboard_led_status_get_timer 
-0x4e58 018531 call mouse_no_data_timer_init 
-0x4e59 018532 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4e5a 018533 beq cammbination_key_release ,keyboard_commbination_key_release_process 
-0x4e5b 018534 arg mem_keyboard_tx_data ,contw 
-0x4e5c 018535 arg 10 ,loopcnt 
-0x4e5d 018536 call clear_mem 
-0x4e5e 018537 call keyboard_motion_data_check 
-0x4e5f 018538 jam 0 ,mem_keyboard_data_send_flag 
-0x4e60 018539 rtn 
-:      018541 keyboard_current_mult_update:
-0x4e61 018542 jam 3 ,mem_lpm_mult 
-0x4e62 018543 jam 10 ,mem_mouse_current_mult_timer 
-0x4e63 018544 rtn 
-:      018548 keyboard_no_key_press:
-0x4e64 018549 fetch 1 ,mem_device_flag 
-0x4e65 018550 rtneq mode_bt_device1 
-0x4e66 018551 fetch 1 ,mem_keyboard_led_status_get 
-0x4e67 018552 rtn blank 
-0x4e68 018553 fetch 1 ,mem_24g_repeat_send_flag 
-0x4e69 018554 nrtn blank 
-0x4e6a 018555 fetcht 1 ,mem_keyboard_led_status_get_timer_last 
-0x4e6b 018556 fetch 1 ,mem_keyboard_led_status_get_timer 
-0x4e6c 018557 isub temp ,null 
-0x4e6d 018558 store 1 ,mem_keyboard_led_status_get_timer_last 
-0x4e6e 018559 rtn zero 
-0x4e6f 018560 arg mem_keyboard_tx_data ,contw 
-0x4e70 018561 arg 10 ,loopcnt 
-0x4e71 018562 call clear_mem 
-0x4e72 018563 call enable_user 
-0x4e73 018564 branch keyboard_motion_data_check_next 
-:      018568 keyboard_motion_data_check:
-0x4e74 018569 fetch 1 ,mem_keyboard_consumer_key_status 
-0x4e75 018570 beq keyboard_consumer_key_release ,keyboard_value_consumer_release 
-0x4e76 018571 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-0x4e77 018572 arg 6 ,loopcnt 
-:      018573 keyboard_value_tpye_check:
-0x4e78 018574 ifetch 1 ,contr 
-0x4e79 018575 sub pdata ,hid_key_right_gui ,null 
-0x4e7a 018576 nbranch keyboard_value_tpye_consumer_set ,positive 
-:      018577 keyboard_value_tpye_check_loop:
-0x4e7b 018578 loop keyboard_value_tpye_check 
-0x4e7c 018580 fetch 1 ,mem_keyboard_all_press_key_count 
-0x4e7d 018581 call keyboard_value_release_all_key ,blank 
-0x4e7e 018582 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
-0x4e7f 018583 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e80 018584 sub pdata ,hid_key_fn ,null 
-0x4e81 018585 branch keyboard_tx_data_skip_fn ,zero 
-0x4e82 018586 arg mem_keyboard_keyvalue_buffer ,contr 
-0x4e83 018587 arg mem_keyboard_tx_data + 1 ,contw 
-0x4e84 018588 arg 8 ,loopcnt 
-:      018589 keyboard_tx_data_store:
-0x4e85 018590 ifetch 1 ,contr 
-0x4e86 018591 beq hid_key_fn ,keyboard_tx_data_clear_fn 
-:      018592 keyboard_tx_data_store_loop:
-0x4e87 018593 istore 1 ,contw 
-0x4e88 018594 loop keyboard_tx_data_store 
-:      018596 keyboard_motion_data_check_next:
-0x4e89 018597 call keyboard_device_data_tpye_check 
-0x4e8a 018599 fetch 1 ,mem_keyboard_data_send_flag 
-0x4e8b 018600 beq device_data_tpye_mouse ,enable_user 
-0x4e8c 018601 beq device_data_tpye_standard_keyboard ,device_send_keyboard_data 
-0x4e8d 018602 beq device_data_tpye_nonstarndard_keyboard ,device_send_keyboard_data 
-0x4e8e 018603 beq device_data_tpye_consumer ,device_send_keyboard_data 
-0x4e8f 018604 beq device_data_tpye_system_conctol ,device_send_keyboard_data 
-:      018605 device_send_keyboard_data:
-0x4e90 018606 call mouse_customerkey_press 
-0x4e91 018607 branch enable_user 
-:      018609 keyboard_value_release_all_key:
-0x4e92 018610 arg mem_keyboard_keyvalue_buffer ,contw 
-0x4e93 018611 arg 9 ,loopcnt 
-0x4e94 018612 branch clear_mem 
-:      018615 keyboard_tx_data_skip_fn:
-0x4e95 018616 fetch 2 ,mem_keyboard_keyvalue_buffer 
-0x4e96 018617 store 2 ,mem_keyboard_tx_data + 1 
-0x4e97 018618 fetch 6 ,mem_keyboard_keyvalue_buffer + 3 
-0x4e98 018619 store 6 ,mem_keyboard_tx_data + 3 
-0x4e99 018620 branch keyboard_motion_data_check_next 
-:      018622 keyboard_tx_data_clear_fn:
-0x4e9a 018623 setarg 0 
-0x4e9b 018624 branch keyboard_tx_data_store_loop 
-:      018627 keyboard_value_tpye_consumer_set:
-0x4e9c 018628 copy pdata ,temp 
-0x4e9d 018629 bpatch patch0b_0 ,mem_patch0b 
-0x4e9e 018630 copy temp ,pdata 
-0x4e9f 018631 jam hid_reportid_consumer_key ,mem_keyboard_tx_data 
-0x4ea0 018632 fetcht 1 ,mem_keyboard_all_press_key_count 
-0x4ea1 018633 sub temp ,hid_key_null ,null 
-0x4ea2 018634 branch keyboard_value_consumer_all_key_release ,zero 
-0x4ea3 018635 beq hid_key_multikey_media ,keyboard_value_media 
-0x4ea4 018636 beq hid_key_multikey_paly ,keyboard_value_play 
-0x4ea5 018637 beq hid_key_multikey_stop ,keyboard_value_stop 
-0x4ea6 018638 beq hid_key_multikey_pre_track ,keyboard_value_pre_track 
-0x4ea7 018639 beq hid_key_multikey_next_track ,keyboard_value_next_track 
-0x4ea8 018640 beq hid_key_multikey_vol_down ,keyboard_value_vol_down 
-0x4ea9 018641 beq hid_key_multikey_vol_up ,keyboard_value_vol_up 
-0x4eaa 018642 beq hid_key_multikey_mute ,keyboard_value_mute 
-0x4eab 018643 beq hid_key_my_computer ,keyboard_value_my_computer 
-0x4eac 018644 beq hid_key_mail ,keyboard_value_mail 
-0x4ead 018645 beq hid_key_calculator ,keyboard_value_calculator 
-0x4eae 018646 beq hid_key_light_down ,keyboard_value_light_down 
-0x4eaf 018647 beq hid_key_light_up ,keyboard_value_light_up 
-0x4eb0 018648 beq hid_key_ac_favorites ,keyboard_value_ac_favorites 
-0x4eb1 018649 beq hid_key_ac_forward ,keyboard_value_ac_forward 
-0x4eb2 018650 beq hid_key_ac_back ,keyboard_value_ac_back 
-0x4eb3 018651 beq hid_key_ac_stop ,keyboard_value_ac_stop 
-0x4eb4 018652 beq hid_key_ac_refresh ,keyboard_value_ac_refresh 
-0x4eb5 018653 beq hid_key_ac_search ,keyboard_value_ac_search 
-0x4eb6 018654 beq hid_key_ac_home ,keyboard_value_ac_home 
-0x4eb7 018655 beq hid_key_ios_android_os_lock ,keyboard_value_os_lock 
-0x4eb8 018656 beq hid_key_os_soft_kb ,keyboard_value_os_soft_kb 
-0x4eb9 018657 beq hid_key_system_sleep ,keyboard_value_system_sleep 
-0x4eba 018658 branch keyboard_motion_data_check_next 
-:      018660 keyboard_value_media:
-0x4ebb 018661 setarg 0x0183 
-0x4ebc 018662 store 2 ,mem_keyboard_tx_data + 1 
-0x4ebd 018663 branch keyboard_motion_data_check_next 
-:      018664 keyboard_value_play:
-0x4ebe 018665 setarg 0x00cd 
-0x4ebf 018666 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec0 018667 branch keyboard_motion_data_check_next 
-:      018668 keyboard_value_stop:
-0x4ec1 018669 setarg 0x00b7 
-0x4ec2 018670 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec3 018671 branch keyboard_motion_data_check_next 
-:      018672 keyboard_value_pre_track:
-0x4ec4 018673 setarg 0x00b6 
-0x4ec5 018674 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec6 018675 branch keyboard_motion_data_check_next 
-:      018676 keyboard_value_next_track:
-0x4ec7 018677 setarg 0x00b5 
-0x4ec8 018678 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec9 018679 branch keyboard_motion_data_check_next 
-:      018680 keyboard_value_vol_down:
-0x4eca 018681 setarg 0x00ea 
-0x4ecb 018682 store 2 ,mem_keyboard_tx_data + 1 
-0x4ecc 018683 branch keyboard_motion_data_check_next 
-:      018684 keyboard_value_vol_up:
-0x4ecd 018685 setarg 0x00e9 
-0x4ece 018686 store 2 ,mem_keyboard_tx_data + 1 
-0x4ecf 018687 branch keyboard_motion_data_check_next 
-:      018688 keyboard_value_mute:
-0x4ed0 018689 setarg 0x00e2 
-0x4ed1 018690 store 2 ,mem_keyboard_tx_data + 1 
-0x4ed2 018691 branch keyboard_motion_data_check_next 
-:      018692 keyboard_value_my_computer:
-0x4ed3 018693 setarg 0x0194 
-0x4ed4 018694 store 2 ,mem_keyboard_tx_data + 1 
-0x4ed5 018695 branch keyboard_motion_data_check_next 
-:      018696 keyboard_value_mail:
-0x4ed6 018697 setarg 0x018a 
-0x4ed7 018698 store 2 ,mem_keyboard_tx_data + 1 
-0x4ed8 018699 branch keyboard_motion_data_check_next 
-:      018700 keyboard_value_calculator:
-0x4ed9 018701 setarg 0x0192 
-0x4eda 018702 store 2 ,mem_keyboard_tx_data + 1 
-0x4edb 018703 branch keyboard_motion_data_check_next 
-:      018704 keyboard_value_light_down:
-0x4edc 018705 setarg 0x0070 
-0x4edd 018706 store 2 ,mem_keyboard_tx_data + 1 
-0x4ede 018707 branch keyboard_motion_data_check_next 
-:      018708 keyboard_value_light_up:
-0x4edf 018709 setarg 0x006f 
-0x4ee0 018710 store 2 ,mem_keyboard_tx_data + 1 
-0x4ee1 018711 branch keyboard_motion_data_check_next 
-:      018712 keyboard_value_ac_favorites:
-0x4ee2 018713 setarg 0x022a 
-0x4ee3 018714 store 2 ,mem_keyboard_tx_data + 1 
-0x4ee4 018715 branch keyboard_motion_data_check_next 
-:      018716 keyboard_value_ac_forward:
-0x4ee5 018717 setarg 0x0225 
-0x4ee6 018718 store 2 ,mem_keyboard_tx_data + 1 
-0x4ee7 018719 branch keyboard_motion_data_check_next 
-:      018720 keyboard_value_ac_back:
-0x4ee8 018721 setarg 0x0224 
-0x4ee9 018722 store 2 ,mem_keyboard_tx_data + 1 
-0x4eea 018723 branch keyboard_motion_data_check_next 
-:      018724 keyboard_value_ac_stop:
-0x4eeb 018725 setarg 0x0226 
-0x4eec 018726 store 2 ,mem_keyboard_tx_data + 1 
-0x4eed 018727 branch keyboard_motion_data_check_next 
-:      018728 keyboard_value_ac_refresh:
-0x4eee 018729 setarg 0x0227 
-0x4eef 018730 store 2 ,mem_keyboard_tx_data + 1 
-0x4ef0 018731 branch keyboard_motion_data_check_next 
-:      018732 keyboard_value_ac_search:
-0x4ef1 018733 fetch 1 ,mem_kb_computer_system 
-0x4ef2 018734 beq system_os_ios ,keyboard_value_ac_home 
-0x4ef3 018735 beq system_os_mac ,keyboard_value_ac_home 
-0x4ef4 018736 setarg 0x0221 
-0x4ef5 018737 store 2 ,mem_keyboard_tx_data + 1 
-0x4ef6 018738 branch keyboard_motion_data_check_next 
-:      018739 keyboard_value_ac_home:
-0x4ef7 018740 setarg 0x0223 
-0x4ef8 018741 store 2 ,mem_keyboard_tx_data + 1 
-0x4ef9 018742 branch keyboard_motion_data_check_next 
-:      018743 keyboard_value_os_lock:
-0x4efa 018744 setarg 0x0030 
-0x4efb 018745 store 2 ,mem_keyboard_tx_data + 1 
-0x4efc 018746 branch keyboard_motion_data_check_next 
-:      018747 keyboard_value_os_soft_kb:
-0x4efd 018748 fetch 1 ,mem_kb_computer_system 
-0x4efe 018749 beq system_os_andriod ,keyboard_value_os_soft_kb_andriod 
-0x4eff 018750 setarg 0x01ae 
-0x4f00 018751 store 2 ,mem_keyboard_tx_data + 1 
-0x4f01 018752 branch keyboard_motion_data_check_next 
-:      018753 keyboard_value_os_soft_kb_andriod:
-0x4f02 018754 setarg 0x0307 
-0x4f03 018755 store 2 ,mem_keyboard_tx_data + 1 
-0x4f04 018756 branch keyboard_motion_data_check_next 
-:      018758 keyboard_value_consumer_all_key_release:
-:      018759 keyboard_value_consumer_release:
-0x4f05 018760 jam 2 ,mem_keyboard_data_change_flag 
-0x4f06 018761 fetch 1 ,mem_keyboard_all_press_key_count 
-0x4f07 018762 call keyboard_value_release_all_key ,blank 
-0x4f08 018763 jam keyboard_consumer_key_standby ,mem_keyboard_consumer_key_status 
-0x4f09 018764 setarg 0x03 
-0x4f0a 018765 store 3 ,mem_keyboard_tx_data 
-0x4f0b 018766 branch keyboard_motion_data_check_next 
-:      018767 keyboard_value_system_sleep:
-0x4f0c 018768 jam hid_reportid_system_ctrl ,mem_keyboard_tx_data 
-0x4f0d 018769 setarg 0x02 
-0x4f0e 018770 store 1 ,mem_keyboard_tx_data + 1 
-0x4f0f 018771 branch keyboard_motion_data_check_next 
-:      018778 keyboard_device_data_tpye_check:
-0x4f10 018779 bpatch patch0b_1 ,mem_patch0b 
-0x4f11 018780 fetch 1 ,mem_device_flag 
-0x4f12 018781 bne mode_24g_device ,keyboard_device_data_tpye_check_next 
-0x4f13 018782 jam 0 ,mem_24g_repeat_send_flag 
-0x4f14 018783 fetch 2 ,mem_keyboard_tx_data 
-0x4f15 018784 ncall keyboard_set_repeat_send_flag ,blank 
-0x4f16 018785 fetch 6 ,mem_keyboard_tx_data + 3 
-0x4f17 018786 ncall keyboard_set_repeat_send_flag ,blank 
-:      018788 keyboard_device_data_tpye_check_next:
-0x4f18 018789 fetch 1 ,mem_keyboard_tx_data 
-0x4f19 018790 beq hid_reportid_key_standard ,keyboard_standard_data_send 
-0x4f1a 018791 beq hid_reportid_mouse ,keyboard_mouse_data_send 
-0x4f1b 018792 beq hid_reportid_consumer_key ,keyboard_consumer_data_send 
-0x4f1c 018793 beq hid_reportid_system_ctrl ,keyboard_system_control_data_send 
-0x4f1d 018794 rtn 
-:      018796 keyboard_mouse_data_send:
-0x4f1e 018797 jam device_data_tpye_mouse ,mem_keyboard_data_send_flag 
-0x4f1f 018798 arg mem_keyboard_tx_data ,contr 
-0x4f20 018799 arg mem_mouse_key ,contw 
-0x4f21 018800 arg 7 ,loopcnt 
-0x4f22 018801 branch memcpy 
-:      018803 keyboard_standard_data_send:
-0x4f23 018804 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
-0x4f24 018805 call keyboard_clear_key_data 
-0x4f25 018806 fetch 1 ,mem_device_flag 
-0x4f26 018807 beq mode_bt_device1 ,keyboard_standard_data_send_end 
-0x4f27 018808 call keyboard_24g_led_get_status_check 
-0x4f28 018809 fetch 1 ,mem_keyboard_led_status_get 
-0x4f29 018810 store 1 ,mem_keyboard_tx_data + 2 
-:      018811 keyboard_standard_data_send_end:
-0x4f2a 018812 arg mem_keyboard_tx_data ,contr 
-0x4f2b 018813 arg mem_customer_key_press ,contw 
-0x4f2c 018814 arg 9 ,loopcnt 
-0x4f2d 018815 branch memcpy 
-:      018817 keyboard_consumer_data_send:
-0x4f2e 018818 jam device_data_tpye_consumer ,mem_keyboard_data_send_flag 
-0x4f2f 018819 call keyboard_clear_key_data 
-0x4f30 018820 setarg 0x03 
-0x4f31 018821 call mouse_customer_media_key_set 
-0x4f32 018822 arg mem_keyboard_tx_data + 1 ,contr 
-0x4f33 018823 arg mem_customer_key_press + 1 ,contw 
-0x4f34 018824 arg 2 ,loopcnt 
-0x4f35 018825 branch memcpy 
-:      018827 keyboard_system_control_data_send:
-0x4f36 018828 jam device_data_tpye_system_conctol ,mem_keyboard_data_send_flag 
-0x4f37 018829 call keyboard_clear_key_data 
-0x4f38 018830 setarg 0x02 
-0x4f39 018831 store 8 ,mem_customer_key_press 
-0x4f3a 018832 store 8 ,mem_customer_key_release 
-0x4f3b 018833 fetch 1 ,mem_keyboard_tx_data + 1 
-0x4f3c 018834 store 1 ,mem_customer_key_press + 1 
-0x4f3d 018835 rtn 
-:      018838 keyboard_clear_key_data:
-0x4f3e 018839 arg 18 ,loopcnt 
-0x4f3f 018840 arg mem_customer_key_press ,contw 
-0x4f40 018841 branch clear_mem 
-:      018846 keyboard_lpm_before_common:
-0x4f41 018847 call clear_wake 
-0x4f42 018848 call mouse_wheel_check 
-0x4f43 018849 fetcht 1 ,mem_whee_a_data_gpio 
-0x4f44 018850 call gpio_set_wake_by_current_state 
-0x4f45 018851 fetcht 1 ,mem_whee_b_data_gpio 
-0x4f46 018852 call gpio_set_wake_by_current_state 
-0x4f47 018854 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4f48 018855 call gpio_set_wake 
-0x4f49 018857 fetch 2 ,mem_kb_col_ptr 
-0x4f4a 018858 copy pdata ,regb 
-0x4f4b 018859 arg 20 ,loopcnt 
-:      018860 keyboard_key_col_wake_init:
-0x4f4c 018861 ifetcht 1 ,regb 
-0x4f4d 018862 isolate1 7 ,temp 
-0x4f4e 018863 ncall gpio_out_active ,true 
-0x4f4f 018864 increase 1 ,regb 
-0x4f50 018865 loop keyboard_key_col_wake_init 
-0x4f51 018867 fetch 2 ,mem_kb_row_ptr 
-0x4f52 018868 copy pdata ,regb 
-0x4f53 018869 arg 8 ,loopcnt 
-:      018870 keyboard_key_row_wake_init:
-0x4f54 018871 ifetcht 1 ,regb 
-0x4f55 018872 sub temp ,ui_button_gpio_disable ,null 
-0x4f56 018873 ncall gpio_set_wake_by_current_state ,zero 
-0x4f57 018874 increase 1 ,regb 
-0x4f58 018875 loop keyboard_key_row_wake_init 
-0x4f59 018876 rtn 
-:      018878 keyboard_key_row_wake_set:
-0x4f5a 018879 fetch 1 ,mem_same_keyvalue_timerout_flag 
-0x4f5b 018880 branch gpio_set_wake ,blank 
-0x4f5c 018881 branch gpio_set_wake_by_current_state 
-:      018882 keyboard_process_lpm_before:
-0x4f5d 018883 rtnmark1 mark_24g 
-0x4f5e 018884 call keyboard_lpm_before_common 
-0x4f5f 018885 fetch 1 ,mem_lpm_current_mult 
-0x4f60 018886 nrtn blank 
-0x4f61 018887 branch gpio_clr_wake 
-:      018888 keyboard_before_hibernate:
-0x4f62 018889 bpatch patch0b_2 ,mem_patch0b 
-0x4f63 018890 jam 0xff ,mem_sensor_motion_gpio 
-0x4f64 018891 call disable_authrom 
-0x4f65 018892 call keyboard_device_led_all_off 
-0x4f66 018893 call mouse_before_hibernate_wheel_gpio_set 
-0x4f67 018894 call mouse_setgpio_hibernate 
-0x4f68 018895 call mouse_flash_power_down 
-0x4f69 018896 fetcht 1 ,mem_sensor_motion_gpio 
-0x4f6a 018897 branch gpio_clr_wake 
-:      018899 keyboard_power_down:
-0x4f6b 018900 call keyboard_device_led_all_off 
-:      018901 keyboard_app_enter_hibernate:
-0x4f6c 018902 bpatch patch0b_3 ,mem_patch0b 
-0x4f6d 018903 call keyboard_setgpio_hibernate 
-0x4f6e 018904 call ice_break 
-0x4f6f 018905 branch app_enter_hibernate 
-:      018907 keyboard_device_led_all_off:
-0x4f70 018908 bpatch patch0b_4 ,mem_patch0b 
-0x4f71 018909 call keyboard_device_led_off 
-0x4f72 018910 call keyboard_numlock_led_off 
-0x4f73 018911 call keyboard_capslock_led_off 
-0x4f74 018912 branch keyboard_power_led_off 
-:      018919 keyboard_setgpio_hibernate:
-0x4f75 018920 bpatch patch0b_5 ,mem_patch0b 
-0x4f76 018921 call clear_wake 
-0x4f77 018922 call keyboard_device_led_all_off 
-0x4f78 018923 call mouse_set_sdio_high 
-0x4f79 018924 call keyboard_lpm_before_common 
-0x4f7a 018925 call mouse_gpio_pd_idle 
-0x4f7b 018926 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x4f7c 018927 call mouse_gpio_config_input_pu 
-0x4f7d 018928 call mouse_gpio_set_high_impedance 
-0x4f7e 018929 branch mouse_adc_gpio_set_before_hibernate 
-:      018941 keyboard_g24_reconn_dispatch:
-0x4f7f 018942 fetch 2 ,mem_24g_reconn_count 
-0x4f80 018943 and_into 0xe0 ,pdata 
-0x4f81 018944 branch keyboard_g24_reconn_dispatch_next ,blank 
-0x4f82 018945 fetch 2 ,mem_24g_reconn_count 
-0x4f83 018946 increase 1 ,pdata 
-0x4f84 018947 store 2 ,mem_24g_reconn_count 
-0x4f85 018948 rtn 
-:      018949 keyboard_g24_reconn_dispatch_next:
-0x4f86 018950 call g24_reconn_data_prep 
-0x4f87 018951 call g24_transmit_receive_ack 
-0x4f88 018952 nbranch g24_reconn_device_fail ,sync 
-0x4f89 018953 nbranch g24_reconn_device_fail ,user3 
-0x4f8a 018954 call keyboard_g24_ackpayload_parse 
-0x4f8b 018955 branch g24_reconn_dispatch_next + 5 
-:      018959 keyboard_g24_transmit_no_interrupt:
-0x4f8c 018961 call g24_txdata_prep 
-0x4f8d 018962 nbranch keyboard_g24_nodata_transmit ,user 
-:      018963 keyboard_g24_transmit_start:
-0x4f8e 018964 call keyboard_g24_transmit_process 
-0x4f8f 018965 call keyboard_power_ctrl_start 
-0x4f90 018966 branch keyboard_g24_transmit_start_next 
-:      018968 keyboard_g24_nodata_transmit:
-0x4f91 018969 fetch 8 ,mem_keyscan_value_current 
-0x4f92 018970 nbranch keyboard_g24_transmit_start ,blank 
-0x4f93 018971 fetch 8 ,mem_keyscan_value_current + 8 
-0x4f94 018972 nbranch keyboard_g24_transmit_start ,blank 
-0x4f95 018973 fetch 4 ,mem_keyscan_value_current + 16 
-0x4f96 018974 nbranch keyboard_g24_transmit_start ,blank 
-0x4f97 018976 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x4f98 018977 rtneq g24_tx_timer_int_enable 
-0x4f99 018978 call g24_search_receiver 
-:      018979 keyboard_g24_long_sleep:
-0x4f9a 018980 call keyboard_g24_lpm_wait 
-0x4f9b 018981 nrtn user 
-0x4f9c 018982 fetch 1 ,mem_sensor_shutdown_flag 
-0x4f9d 018983 ncall keyboard_setgpio_hibernate ,blank 
-0x4f9e 018984 fetch 4 ,mem_24g_enter_hibernate 
-0x4f9f 018985 branch g24_long_seep2 
-:      018987 keyboard_g24_transmit_process:
-0x4fa0 018988 bpatch patch0b_6 ,mem_patch0b 
-0x4fa1 018989 jam 0 ,mem_24g_retry 
-:      018990 keyboard_g24_transmit_loop:
-0x4fa2 018991 fetchr timeup ,2 ,mem_param_rx_setup 
-0x4fa3 018992 until clkn_rt ,meet 
-0x4fa4 018993 call keyboard_special_key_check 
-0x4fa5 018994 fetch 1 ,mem_keyboard_bt_button_flag 
-0x4fa6 018995 nbranch mouse_soft_reset ,blank 
-0x4fa7 018996 call g24_transmit_receive_ack 
-0x4fa8 018997 fetch 1 ,mem_24g_no_ack 
-0x4fa9 018998 beq no_ack_24g ,g24_transmit_no_ack 
-0x4faa 018999 nbranch keyboard_g24_retransmit ,sync 
-0x4fab 019000 nbranch keyboard_g24_retransmit ,user3 
-0x4fac 019001 call keyboard_g24_ackpayload_parse 
-0x4fad 019002 jam 0 ,mem_sensor_shutdown_flag 
-0x4fae 019003 branch g24_transmit_no_ack 
-:      019006 keyboard_g24_retransmit:
-0x4faf 019007 fetch 1 ,mem_24g_abort_pac 
-0x4fb0 019008 nrtn blank 
-0x4fb1 019009 fetch 2 ,mem_24g_txfail_cnt 
-0x4fb2 019010 increase 1 ,pdata 
-0x4fb3 019011 store 2 ,mem_24g_txfail_cnt 
-0x4fb4 019012 fetch 1 ,mem_24g_txfail_cnt 
-0x4fb5 019013 beq 0xff ,g24_tx_attempt_fail 
-0x4fb6 019014 call keyboard_g24_transmit_hop_process 
-0x4fb7 019015 branch keyboard_g24_transmit_loop 
-:      019018 keyboard_g24_transmit_hop_process:
-0x4fb8 019019 fetcht 1 ,mem_24g_retry 
-0x4fb9 019020 sub temp ,20 ,null 
-0x4fba 019021 branch keyboard_g24_tx_fast_hop ,positive 
-0x4fbb 019022 arg 25 ,loopcnt 
-0x4fbc 019023 call delay_ms_wait 
-0x4fbd 019024 branch g24_hop_ch_disable 
-:      019026 keyboard_g24_tx_fast_hop:
-0x4fbe 019027 increase 1 ,temp 
-0x4fbf 019028 storet 1 ,mem_24g_retry 
-0x4fc0 019029 fetch 4 ,mem_24g_addr 
-0x4fc1 019030 fetcht 4 ,mem_24g_fast_conn_addr 
-0x4fc2 019031 isub temp ,null 
-0x4fc3 019032 branch g24_ch ,zero 
-0x4fc4 019033 fetch 1 ,mem_24g_retry 
-0x4fc5 019034 sub pdata ,3 ,null 
-0x4fc6 019035 rtn positive 
-0x4fc7 019036 branch g24_tx_fast_hop 
-:      019039 keyboard_g24_lpm_wait:
-0x4fc8 019040 enable user 
-0x4fc9 019041 call lpo_calibration 
-0x4fca 019042 fetch 3 ,mem_clks_per_lpo 
-0x4fcb 019043 branch disable_user ,blank 
-0x4fcc 019044 fetch 1 ,mem_keyboard_fn_flag 
-0x4fcd 019045 nbranch disable_user ,blank 
-0x4fce 019046 fetch 1 ,mem_keyboard_control_key_flag 
-0x4fcf 019047 nbranch disable_user ,blank 
-0x4fd0 019048 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4fd1 019049 nbranch disable_user ,blank 
-0x4fd2 019050 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x4fd3 019051 beq g24_tx_timer_int_enable ,disable_user 
-0x4fd4 019052 branch g24_lpm_wait + 5 
-:      019054 keyboard_power_ctrl_start:
-0x4fd5 019055 fetch 4 ,mem_24g_addr 
-0x4fd6 019056 fetcht 4 ,mem_24g_fast_conn_addr 
-0x4fd7 019057 isub temp ,null 
-0x4fd8 019058 nbranch power_ctrl_start + 1 ,zero 
-0x4fd9 019059 jam tx_power_f30db ,mem_tx_power 
-0x4fda 019060 rtn 
-:      019061 keyboard_g24_transmit_start_next:
-0x4fdb 019062 fetch 8 ,mem_24g_long_sleep_set 
-0x4fdc 019063 store 8 ,mem_24g_enter_hibernate 
-0x4fdd 019064 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
-0x4fde 019065 store 2 ,mem_24g_long_sleep_param_update_timer 
-:      019066 keyboard_g24_short_sleep:
-0x4fdf 019067 bpatch patch0b_7 ,mem_patch0b 
-0x4fe0 019068 call g24_lpm_wait 
-0x4fe1 019069 nrtn user 
-0x4fe2 019070 call clear_wake 
-0x4fe3 019071 fetch 3 ,mem_24g_short_sleep_set 
-0x4fe4 019072 branch g24_long_seep2 
-:      019079 keyboard_24g_package_data:
-0x4fe5 019081 rtnmark0 mark_24g 
-0x4fe6 019082 call keyboard_motion 
-0x4fe7 019083 nrtn user 
-0x4fe8 019084 fetch mouse_flag_len ,mem_mouse_flag 
-0x4fe9 019085 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
-0x4fea 019086 fetch 1 ,mem_customer_key 
-0x4feb 019087 nbranch keyboard_24g_keyboard_package_data ,blank 
-0x4fec 019088 branch mouse_24g_mouse_package_data 
-:      019090 keyboard_24g_keyboard_package_data:
-0x4fed 019091 jam type_kb ,mem_24g_data_type 
-0x4fee 019092 arg 9 ,rega 
-0x4fef 019093 fetch 1 ,mem_customer_data_trigger 
-0x4ff0 019094 nbranch keyboard_customer_key_press ,blank 
-0x4ff1 019095 arg mem_customer_key_release ,regb 
-0x4ff2 019096 rtn 
-:      019097 keyboard_customer_key_press:
-0x4ff3 019098 arg mem_customer_key_press ,regb 
-0x4ff4 019099 rtn 
-:      019104 keyboard_24g_search_dongle_init:
-0x4ff5 019105 setarg 0 
-0x4ff6 019106 store 3 ,mem_mouse_search_dongle_action 
-0x4ff7 019107 rtn 
-:      019109 keyboard_24g_search_dongle:
-0x4ff8 019110 bpatch patch0c_0 ,mem_patch0c 
-0x4ff9 019111 fetch mouse_flag_len ,mem_mouse_flag 
-0x4ffa 019112 rtnbit0 mouse_enable_24g_search_dongle 
-0x4ffb 019113 fetch 1 ,mem_mouse_long_mult_flag 
-0x4ffc 019114 rtn blank 
-0x4ffd 019115 fetch 1 ,mem_24g_abort_pac 
-0x4ffe 019116 rtn blank 
-0x4fff 019117 fetch 1 ,mem_mouse_search_dongle_interval 
-0x5000 019118 increase 1 ,pdata 
-0x5001 019119 and_into 3 ,pdata 
-0x5002 019120 store 1 ,mem_mouse_search_dongle_interval 
-0x5003 019121 nrtn blank 
-0x5004 019122 jam 0 ,mem_mouse_search_dongle_ch 
-:      019123 keyboard_24g_search_dongle_loop:
-0x5005 019125 fetch 1 ,mem_mouse_search_dongle_ch 
-0x5006 019126 increase 1 ,pdata 
-0x5007 019127 store 1 ,mem_mouse_search_dongle_ch 
-0x5008 019128 sub pdata ,g24_ch_number ,null 
-0x5009 019129 nbranch keyboard_24g_search_dongle_loop_end ,positive 
-0x500a 019130 call g24_reconn_data_prep 
-0x500b 019131 call g24_transmit_receive_ack 
-0x500c 019132 nbranch keyboard_24g_search_dongle_loop_retry ,sync 
-0x500d 019133 nbranch keyboard_24g_search_dongle_loop_retry ,user3 
-0x500e 019134 call keyboard_g24_ackpayload_parse 
-0x500f 019135 call keyboard_24g_search_dongle_success 
-:      019136 keyboard_24g_search_dongle_loop_end:
-0x5010 019137 call g24_txbuf_clear 
-0x5011 019138 fetch 1 ,mem_mouse_search_dongle_count 
-0x5012 019139 increase 1 ,pdata 
-0x5013 019140 store 1 ,mem_mouse_search_dongle_count 
-0x5014 019141 beq g24_ch_poll_count ,keyboard_24g_search_dongle_check 
-0x5015 019142 rtn 
-:      019144 keyboard_24g_search_dongle_loop_retry:
-0x5016 019145 call g24_ch 
-0x5017 019146 branch keyboard_24g_search_dongle_loop 
-:      019148 keyboard_24g_search_dongle_check:
-0x5018 019149 jam 0 ,mem_mouse_search_dongle_count 
-0x5019 019150 fetch 1 ,mem_mouse_search_dongle_action 
-0x501a 019151 rtnbit1 g24_disconn_state 
-0x501b 019152 set1 g24_disconn_state ,pdata 
-0x501c 019153 store 1 ,mem_mouse_search_dongle_action 
-0x501d 019154 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
-0x501e 019155 store 2 ,mem_mouse_no_data_timer 
-0x501f 019156 rtn 
-:      019159 keyboard_24g_search_dongle_success:
-0x5020 019160 fetch 1 ,mem_24g_abort_pac 
-0x5021 019161 branch keyboard_24g_search_dongle_init ,blank 
-0x5022 019162 jam 0 ,mem_mouse_search_dongle_count 
-0x5023 019163 fetch 1 ,mem_mouse_search_dongle_action 
-0x5024 019164 rtnbit0 g24_disconn_state 
-0x5025 019165 set0 g24_disconn_state ,pdata 
-0x5026 019166 store 1 ,mem_mouse_search_dongle_action 
-0x5027 019167 branch mouse_no_data_timer_init 
-:      019170 keyboard_g24_ackpayload_parse:
-0x5028 019171 call g24_ackpayload_parse 
-0x5029 019172 fetch 1 ,mem_24g_rxbuf + 1 
-0x502a 019173 compare 0x08 ,pdata ,0xf8 
-0x502b 019174 nrtn true 
-0x502c 019175 fetch 1 ,mem_24g_rxbuf + 2 
-0x502d 019176 beq 0xff ,keyboard_24g_hibernate_set 
-0x502e 019177 rtn 
-:      019182 keyboard_le_send_att_find_by_type_value_request_ancs:
-0x502f 019183 jam 1 ,mem_le_connect_ios_mac_flag 
-0x5030 019184 arg 23 ,rega 
-0x5031 019185 arg le_l2cap_cid_att ,regb 
-0x5032 019186 call le_fifo_malloc_tx_l2cap 
-0x5033 019187 setarg attop_find_by_type_value_request 
-0x5034 019188 istore 1 ,contw 
-0x5035 019189 setarg 0x0001 
-0x5036 019190 istore 2 ,contw 
-0x5037 019191 setarg 0xffff 
-0x5038 019192 istore 2 ,contw 
-0x5039 019193 setarg 0x2800 
-0x503a 019194 istore 2 ,contw 
-0x503b 019195 arg mem_le_search_service_uuid ,contr 
-0x503c 019196 branch memcpy16 
-:      019197 keyboard_le_att_auto_reco_process:
-0x503d 019198 bpatch patch0c_1 ,mem_patch0c 
-0x503e 019199 fetch 1 ,mem_le_connect_ios_mac_flag 
-0x503f 019200 rtn blank 
-0x5040 019201 copy rega ,contr 
-0x5041 019202 ifetch 3 ,contr 
-0x5042 019203 store 3 ,mem_le_att_opcode 
-0x5043 019204 beq attop_read_response ,keyboard_le_parse_att_manu_resp 
-0x5044 019205 beq attop_read_by_type_response ,keyboard_le_send_att_read_by_type_rsp_mac 
-0x5045 019206 beq attop_find_by_type_value_response ,keyboard_le_parse_att_find_by_type_value_rsp 
-0x5046 019207 beq attop_error_response ,keyboard_le_send_att_find_by_type_value_request_mac 
-0x5047 019208 branch le_parse_att2 
-:      019210 keyboard_le_parse_att_find_by_type_value_rsp:
-0x5048 019211 fetch 1 ,mem_le_connect_ios_mac_flag 
-0x5049 019212 beq 2 ,keyboard_le_parse_att_find_by_type_value_rsp_mac 
-:      019213 keyboard_le_parse_att_find_ios_report:
-0x504a 019214 jam system_os_ios ,mem_kb_computer_system 
-0x504b 019215 branch keyboard_otp_store_computer_system_ble 
-:      019216 keyboard_le_parse_att_not_find_mac_report:
-0x504c 019218 fetch 1 ,mem_le_conn_peer_addr_type 
-0x504d 019219 store 1 ,mem_kb_computer_system 
-0x504e 019220 branch keyboard_otp_store_computer_system_ble 
-:      019221 keyboard_le_parse_att_find_mac_report:
-0x504f 019222 jam system_os_mac ,mem_kb_computer_system 
-:      019223 keyboard_otp_store_computer_system_ble:
-0x5050 019224 jam 0 ,mem_le_connect_ios_mac_flag 
-0x5051 019225 fetcht 2 ,mem_otp_read_retention_offset 
-0x5052 019226 setarg 0x1fd0 
-0x5053 019227 isub temp ,regb 
-0x5054 019228 arg mem_kb_computer_system ,rega 
-0x5055 019230 arg 1 ,loopcnt 
-0x5056 019231 call otp_write 
-0x5057 019232 fetcht 2 ,mem_otp_read_retention_offset 
-0x5058 019233 increase 14 ,temp 
-0x5059 019234 storet 2 ,mem_otp_read_retention_offset 
-0x505a 019235 rtn 
-:      019239 keyboard_le_send_att_find_by_type_value_request_mac:
-0x505b 019240 fetch 1 ,mem_le_connect_ios_mac_flag 
-0x505c 019241 beq 2 ,keyboard_le_parse_att_not_find_mac_report 
-0x505d 019242 jam 2 ,mem_le_connect_ios_mac_flag 
-0x505e 019243 arg 9 ,rega 
-0x505f 019244 arg le_l2cap_cid_att ,regb 
-0x5060 019245 call le_fifo_malloc_tx_l2cap 
-0x5061 019246 setarg attop_find_by_type_value_request 
-0x5062 019247 istore 1 ,contw 
-0x5063 019248 setarg 0x0001 
-0x5064 019249 istore 2 ,contw 
-0x5065 019250 setarg 0xffff 
-0x5066 019251 istore 2 ,contw 
-0x5067 019252 setarg 0x2800 
-0x5068 019253 istore 2 ,contw 
-0x5069 019254 arg 2 ,loopcnt 
-0x506a 019255 arg mem_le_search_mac_uuid ,contr 
-0x506b 019256 branch memcpy 
-:      019258 keyboard_le_parse_att_find_by_type_value_rsp_mac:
-0x506c 019259 arg 7 ,rega 
-0x506d 019260 arg le_l2cap_cid_att ,regb 
-0x506e 019261 call le_fifo_malloc_tx_l2cap 
-0x506f 019262 setarg attop_read_by_type_request 
-0x5070 019263 istore 1 ,contw 
-0x5071 019264 fetcht 2 ,mem_le_payload_ptr 
-0x5072 019265 increase 5 ,temp 
-0x5073 019266 ifetch 4 ,temp 
-0x5074 019267 istore 4 ,contw 
-0x5075 019268 setarg 0x2803 
-0x5076 019269 istore 2 ,contw 
-0x5077 019270 rtn 
-:      019272 keyboard_le_send_att_read_by_type_rsp_mac:
-0x5078 019273 fetch 2 ,mem_le_l2cap_size 
-0x5079 019274 increase -2 ,pdata 
-0x507a 019275 div pdata ,7 
-0x507b 019276 call wait_div_end 
-0x507c 019277 quotient loopcnt 
-0x507d 019278 fetch 2 ,mem_le_payload_ptr 
-0x507e 019279 add pdata ,6 ,contr 
-0x507f 019280 branch keyboard_le_check_att_read_type_manu_loop 
-:      019282 keyboard_le_check_att_read_type_manu_loop:
-0x5080 019283 increase 3 ,contr 
-0x5081 019284 ifetch 2 ,contr 
-0x5082 019285 copy pdata ,regc 
-0x5083 019286 ifetch 2 ,contr 
-0x5084 019287 arg 0x2a29 ,temp 
-0x5085 019288 isub temp ,null 
-0x5086 019289 branch keyboard_le_send_att_read_by_type_rsp_manufactory ,zero 
-0x5087 019290 loop keyboard_le_check_att_read_type_manu_loop 
-0x5088 019291 branch keyboard_le_parse_att_not_find_mac_report 
-:      019292 keyboard_le_send_att_read_by_type_rsp_manufactory:
-0x5089 019293 arg 3 ,rega 
-0x508a 019294 arg le_l2cap_cid_att ,regb 
-0x508b 019295 call le_fifo_malloc_tx_l2cap 
-0x508c 019296 setarg attop_read_request 
-0x508d 019297 istore 1 ,contw 
-0x508e 019298 copy regc ,pdata 
-0x508f 019299 istore 2 ,contw 
-0x5090 019300 rtn 
-:      019302 keyboard_le_parse_att_manu_resp:
-0x5091 019303 fetch 2 ,mem_le_l2cap_size 
-0x5092 019304 arg 9 ,loopcnt 
-0x5093 019305 fetch 2 ,mem_le_payload_ptr 
-0x5094 019306 add pdata ,5 ,rega 
-0x5095 019307 arg mem_le_search_mac_manu_name ,regb 
-0x5096 019308 call string_compare 
-0x5097 019309 branch keyboard_le_parse_att_find_mac_report ,zero 
-0x5098 019310 branch keyboard_le_parse_att_not_find_mac_report 
-:      019318 module_init:
-0x5099 019319 branch module_lpm_init ,wake 
-0x509a 019320 call le_modified_name 
-0x509b 019321 setarg module_process_idle 
-0x509c 019322 store 2 ,mem_cb_idle_process 
-0x509d 019323 setarg module_process_bb_event 
-0x509e 019324 store 2 ,mem_cb_bb_event_process 
-0x509f 019325 setarg module_lpm_lock 
-0x50a0 019326 store 2 ,mem_cb_check_wakelock 
-0x50a1 019327 setarg module_hci_cmd_transmit_le_notify 
-0x50a2 019328 store 2 ,mem_cb_ble_transmit 
-0x50a3 019329 setarg module_le_receive_data 
-0x50a4 019330 store 2 ,mem_cb_att_write 
-0x50a5 019331 setarg module_bb_event_timer 
-0x50a6 019332 store 2 ,mem_cb_event_timer 
-0x50a7 019334 bpatch patch0c_2 ,mem_patch0c 
-0x50a8 019335 call module_lpm_uart_init 
-0x50a9 019336 call module_gpio_init 
-0x50aa 019337 branch module_hci_event_enter_standby_mode 
-:      019339 module_lpm_uart_init:
-0x50ab 019340 fetch 1 ,core_uart_ctrl 
-0x50ac 019341 set0 bit_uart_control_enable ,pdata 
-0x50ad 019342 store 1 ,core_uart_ctrl 
-0x50ae 019343 fetch 8 ,mem_module_uart_rx_buffer 
-0x50af 019344 call uarta_init_dma_mem 
-0x50b0 019345 fetch uart_baud_len ,mem_module_uarta_baud_rate 
-0x50b1 019346 call uarta_init_baud_rate 
-0x50b2 019347 call uart_clock_select_main_freq_crystal 
-0x50b3 019348 jam gpcfg_uart_txd ,core_gpio_conf + hci_uart_tx_gpio_num 
-0x50b4 019349 jam gpcfg_uart_rxd | gpcfg_pullup ,core_gpio_conf + hci_uart_rx_gpio_num 
-0x50b5 019350 jam gpcfg_uart_rts ,core_gpio_conf + hci_uart_rts_gpio_num 
-0x50b6 019351 jam gpcfg_uart_cts ,core_gpio_conf + hci_uart_cts_gpio_num 
-0x50b7 019353 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
-0x50b8 019354 fetch 2 ,mem_module_flag 
-0x50b9 019355 isolate1 module_flag_uart_flow_control ,pdata 
-0x50ba 019356 setflag true ,bit_uart_control_flow_control ,temp 
-0x50bb 019357 storet 1 ,core_uart_ctrl 
-0x50bc 019358 rtn 
-:      019360 module_lpm_init:
-0x50bd 019361 branch module_lpm_uart_init 
-:      019365 module_gpio_init:
-0x50be 019366 fetcht 1 ,mem_module_connect_state_gpio 
-0x50bf 019367 call gpio_config_output 
-0x50c0 019368 call module_set_conn_pin_low 
-0x50c1 019369 fetcht 1 ,mem_module_wake_up_gpio 
-0x50c2 019370 branch gpio_config_input 
-:      019372 module_lpm_lock:
-0x50c3 019373 fetcht 1 ,mem_module_wake_up_gpio 
-0x50c4 019374 call gpio_get_bit 
-0x50c5 019375 nbranch app_put_lpm_wake_lock ,true 
-0x50c6 019376 branch app_get_lpm_wake_lock 
-:      019379 module_process_idle:
-0x50c7 019380 call l2cap_malloc_is_fifo_full 
-0x50c8 019381 nrtn blank 
-0x50c9 019382 branch module_process_check_hci_command_complete 
-:      019385 module_process_bb_event:
-0x50ca 019386 copy regc ,pdata 
-0x50cb 019387 beq bt_evt_le_connected ,module_process_le_conn 
-0x50cc 019388 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x50cd 019389 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
-0x50ce 019390 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
-0x50cf 019391 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
-0x50d0 019392 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
-0x50d1 019393 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
-0x50d2 019394 beq bt_evt_store_nvram ,module_hci_event_store_device 
-0x50d3 019395 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
-0x50d4 019396 beq bt_evt_le_update_phy ,module_process_ble_update_phy 
-0x50d5 019397 beq bt_evt_le_get_passkey ,module_hci_event_passkey_entry_mode 
-0x50d6 019398 beq bt_evt_le_gkey_generate ,module_hci_event_gkey_generate 
-0x50d7 019399 rtn 
-:      019403 module_process_bb_even_le_disconn:
-0x50d8 019404 call le_clr_config_more_data 
-0x50d9 019405 jam 0 ,mem_module_hci_notify_len 
-0x50da 019406 call module_disconn_start 
-0x50db 019407 branch module_hci_event_le_disconnect 
-:      019412 module_process_le_conn:
-0x50dc 019414 call module_conn_start 
-0x50dd 019415 fetch 1 ,mem_module_le_lpm_mult 
-0x50de 019416 store 1 ,mem_lpm_mult 
-0x50df 019417 branch module_hci_event_le_connect 
-:      019421 module_disconn_start:
-0x50e0 019422 call module_start_adv_discovery_by_command 
-0x50e1 019423 branch module_set_conn_pin_high 
-:      019426 module_process_ble_ltk_lost:
-0x50e2 019427 call le_send_reject_ind 
-0x50e3 019428 branch le_send_smp_security_request 
-:      019430 module_process_ble_update_phy:
-0x50e4 019431 branch module_hci_event_le_update_phy 
-:      019434 module_set_conn_pin_high:
-0x50e5 019435 fetcht 1 ,mem_module_connect_state_gpio 
-0x50e6 019436 branch gpio_out_active 
-:      019438 module_conn_start:
-0x50e7 019439 call module_stop_adv_discovery 
-0x50e8 019440 branch module_set_conn_pin_low 
-:      019442 module_stop_adv_discovery:
-0x50e9 019443 fetch 1 ,mem_module_state 
-0x50ea 019444 isolate1 moudle_state_ble_bit ,pdata 
-0x50eb 019445 call app_ble_stop_adv ,true 
-0x50ec 019446 rtn 
-:      019447 module_set_conn_pin_low:
-0x50ed 019448 fetcht 1 ,mem_module_connect_state_gpio 
-0x50ee 019449 branch gpio_out_inactive 
-:      019452 module_process_check_hci_command_complete:
-0x50ef 019453 fetch 1 ,core_uart_status 
-0x50f0 019454 rtnbit1 uart_status_rx_fifo_empty 
-0x50f1 019455 call uarta_prepare_rx 
-0x50f2 019456 ifetch 1 ,contru 
-0x50f3 019457 bne 0x01 ,module_hci_in_excp 
-0x50f4 019458 fetch 2 ,core_uart_rxitems 
-0x50f5 019459 sub pdata ,2 ,null 
-0x50f6 019460 rtn positive 
-0x50f7 019461 ifetch 1 ,contru 
-0x50f8 019462 store 1 ,mem_module_uart_opcode 
-0x50f9 019463 ifetcht 1 ,contru 
-0x50fa 019464 copy contru ,rega 
-0x50fb 019465 storet 1 ,mem_module_uart_len 
-0x50fc 019466 add temp ,3 ,temp 
-0x50fd 019467 fetch 2 ,core_uart_rxitems 
-0x50fe 019468 isub temp ,temp 
-0x50ff 019469 nrtn positive 
-0x5100 019470 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x5101 019471 call module_hci_cmd_control 
-0x5102 019472 fetch 1 ,mem_module_temp_nl_discard_packet 
-0x5103 019473 rtneq hci_not_discard_packet 
-0x5104 019474 branch module_hci_dicard_packet 
-:      019476 module_hci_in_excp:
-0x5105 019477 call delay_10ms 
-0x5106 019478 call module_hci_event_invalid_packet 
-0x5107 019479 branch module_hci_release_except 
-:      019482 module_hci_release_except:
-0x5108 019483 bpatch patch0c_3 ,mem_patch0c 
-0x5109 019484 call uarta_prepare_rx 
-0x510a 019485 fetch 2 ,core_uart_rxitems 
-0x510b 019486 rtn blank 
-0x510c 019487 iadd contru ,contru 
-0x510d 019488 branch module_hci_dicard_bytes 
-:      019490 module_hci_dicard_packet:
-0x510e 019491 call uarta_prepare_rx 
-0x510f 019492 increase 2 ,contu 
-0x5110 019493 ifetch 1 ,contu 
-0x5111 019494 iadd contu ,contu 
-:      019495 module_hci_dicard_bytes:
-0x5112 019496 branch uarta_rxdone 
-:      019499 module_hci_cmd_control:
-0x5113 019500 bpatch patch0c_4 ,mem_patch0c 
-0x5114 019501 fetch 1 ,mem_module_uart_opcode 
-0x5115 019502 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
-0x5116 019503 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
-0x5117 019504 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
-0x5118 019505 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
-0x5119 019506 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
-0x511a 019507 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
-0x511b 019508 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
-0x511c 019509 beq hci_cmd_version_req ,module_hci_cmd_version_request 
-0x511d 019510 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
-0x511e 019511 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
-0x511f 019512 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
-0x5120 019513 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
-0x5121 019514 beq hci_cmd_power_req ,module_hci_cmd_power_request 
-0x5122 019515 beq hci_cmd_power_set ,module_hci_cmd_power_set 
-0x5123 019516 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
-0x5124 019517 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
-0x5125 019518 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
-0x5126 019519 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
-0x5127 019520 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
-0x5128 019521 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
-0x5129 019522 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
-0x512a 019523 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
-0x512b 019524 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-0x512c 019525 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
-0x512d 019526 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
-0x512e 019527 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
-0x512f 019529 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
-0x5130 019530 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
-0x5131 019531 beq hci_cmd_delete_customize_service ,module_hci_cmd_delete_customize_service 
-0x5132 019532 beq hci_cmd_add_service_uuid ,module_hci_cmd_add_service_uuid 
-0x5133 019533 beq hci_cmd_add_characteristic_uuid ,module_hci_cmd_add_characteristic_uuid 
-0x5134 019534 beq hci_cmd_passkey_entry_input ,module_hci_cmd_le_passkey_entry_input 
-0x5135 019535 beq hci_cmd_le_creat_conn ,module_hci_cmd_le_create_conn 
-0x5136 019536 beq hci_cmd_ble_set_phy ,module_hci_cmd_ble_set_phy 
-0x5137 019537 beq hci_cmd_ble_read_current_phy ,module_hci_cmd_ble_read_current_phy 
-0x5138 019538 beq hci_cmd_ble_set_dle ,module_hci_cmd_ble_set_dle 
-0x5139 019539 beq hci_cmd_read_chip_data ,module_hci_cmd_read_chip_data 
-0x513a 019540 beq hci_cmd_write_chip_data ,module_hci_cmd_write_chip_data 
-0x513b 019541 beq hci_cmd_close_lpm ,module_hci_cmd_close_lpm 
-0x513c 019542 branch module_hci_event_receive_invalid_cmd 
-:      019548 module_hci_cmd_set_le_addr:
-0x513d 019549 fetch 1 ,mem_module_uart_len 
-0x513e 019550 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x513f 019551 ifetch 6 ,contru 
-0x5140 019552 store 6 ,mem_le_lap 
-0x5141 019553 branch module_hci_event_receive_valid_cmd 
-:      019557 module_hci_cmd_set_visibility:
-0x5142 019558 fetch 1 ,mem_module_uart_len 
-0x5143 019559 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x5144 019560 ifetcht 1 ,contru 
-0x5145 019561 storet 1 ,mem_module_bluetooth_stauts_by_command 
-0x5146 019562 call module_hci_event_receive_valid_cmd 
-0x5147 019563 fetch 2 ,mem_ui_state_map 
-0x5148 019564 rtnbit1 ui_state_ble_connected 
-:      019566 module_start_adv_discovery_by_command:
-:      019567 moudle_start_adv_by_command:
-0x5149 019568 fetch 1 ,mem_module_state 
-0x514a 019569 isolate1 moudle_state_ble_bit ,pdata 
-0x514b 019570 nrtn true 
-0x514c 019571 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x514d 019572 isolate1 2 ,temp 
-0x514e 019573 branch app_ble_start_adv ,true 
-0x514f 019574 branch app_ble_stop_adv 
-:      019579 module_hci_cmd_set_le_name:
-0x5150 019580 arg 29 ,pdata 
-0x5151 019581 arg mem_le_name_len ,contw 
-0x5152 019582 call module_hci_cmd_receive_store_mem 
-0x5153 019583 branch le_modified_name 
-:      019588 module_hci_cmd_receive_le_data:
-0x5154 019589 fetch 2 ,mem_ui_state_map 
-0x5155 019590 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x5156 019591 call module_check_ble_encrypt_state 
-0x5157 019592 branch module_hci_event_receive_invalid_cmd ,user 
-0x5158 019593 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x5159 019594 fetch 2 ,mem_module_flag 
-0x515a 019595 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
-0x515b 019596 fetch 1 ,mem_module_hci_notify_len 
-0x515c 019597 nrtn blank 
-0x515d 019598 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x515e 019599 ifetch 2 ,contru 
-0x515f 019600 store 2 ,mem_module_hci_notify_handle 
-0x5160 019601 storer contru ,2 ,mem_module_hci_nofiy_addr 
-0x5161 019602 fetch 1 ,mem_module_uart_len 
-0x5162 019603 pincrease -2 
-0x5163 019604 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x5164 019605 branch module_hci_event_receive_invalid_cmd ,zero 
-0x5165 019606 store 1 ,mem_module_hci_notify_len 
-0x5166 019607 fetcht 2 ,mem_module_hci_notify_handle 
-0x5167 019608 increase -1 ,temp 
-0x5168 019609 call le_att_get_handle_ptr2 
-0x5169 019610 branch module_hci_cmd_transmit_handle_error ,blank 
-0x516a 019611 ifetcht 4 ,contr 
-0x516b 019612 setarg 0x01280302 
-0x516c 019613 isub temp ,null 
-0x516d 019614 nbranch module_hci_cmd_transmit_handle_error ,zero 
-0x516e 019615 ifetch 1 ,contr 
-0x516f 019616 store 1 ,mem_module_hci_notify_type 
-0x5170 019617 and_into 0x30 ,pdata 
-0x5171 019618 branch module_hci_cmd_transmit_handle_error ,blank 
-0x5172 019619 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x5173 019620 call le_set_config_more_data 
-0x5174 019621 call module_hci_cmd_transmit_le_notify 
-0x5175 019622 call module_hci_cmd_transmit_le_notify 
-0x5176 019623 call module_hci_cmd_transmit_le_notify 
-0x5177 019624 fetch 2 ,mem_module_flag 
-0x5178 019625 rtnbit0 module_flag_ble_data_finish 
-:      019626 module_hci_cmd_receive_le_data_finish:
-0x5179 019627 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x517a 019628 call module_clear_le_tx_data_flag 
-0x517b 019629 branch module_hci_event_receive_valid_cmd 
-:      019631 module_hci_cmd_transmit_handle_error:
-0x517c 019632 jam 0 ,mem_module_hci_notify_len 
-0x517d 019633 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x517e 019634 call module_clear_le_tx_data_flag 
-0x517f 019635 branch module_hci_event_receive_invalid_cmd 
-:      019637 module_hci_cmd_transmit_le_notify:
-0x5180 019638 fetch 1 ,mem_module_hci_notify_len 
-0x5181 019639 rtn blank 
-0x5182 019640 call le_fifo_check_nearly_full 
-0x5183 019641 nrtn blank 
-0x5184 019642 call module_get_le_remote_mtu 
-0x5185 019643 bpatch patch0c_5 ,mem_patch0c 
-0x5186 019644 fetch 2 ,mem_le_local_mtu 
-0x5187 019645 call not_greater_than 
-0x5188 019646 copy pdata ,temp 
-0x5189 019647 fetch 1 ,mem_le_l2cap_att_states 
-0x518a 019648 rtnbit1 ble_l2cap_recv_confirmation_packet 
-0x518b 019649 add temp ,-3 ,pdata 
-0x518c 019650 arg 251 ,temp 
-0x518d 019651 call not_greater_than 
-0x518e 019652 fetcht 1 ,mem_module_hci_notify_len 
-0x518f 019653 call not_greater_than 
-0x5190 019654 copy pdata ,rega 
-0x5191 019655 copy temp ,pdata 
-0x5192 019656 isub rega ,pdata 
-0x5193 019657 store 1 ,mem_module_hci_notify_len 
-0x5194 019658 call module_hci_cmd_transmit_le_notify_malloc_l2cap 
-0x5195 019659 fetch 2 ,mem_module_hci_nofiy_addr 
-0x5196 019660 copy pdata ,contru 
-0x5197 019661 copy rega ,loopcnt 
-0x5198 019662 call uart_copy_rx_bytes_fast 
-0x5199 019663 copy contru ,pdata 
-0x519a 019664 store 2 ,mem_module_hci_nofiy_addr 
-0x519b 019665 fetch 1 ,mem_module_hci_notify_len 
-0x519c 019666 nrtn blank 
-0x519d 019667 branch module_set_le_tx_data_flag 
-:      019669 module_hci_cmd_transmit_le_notify_malloc_l2cap:
-0x519e 019670 fetcht 2 ,mem_module_hci_notify_handle 
-0x519f 019671 fetch 1 ,mem_module_hci_notify_type 
-0x51a0 019672 bbit1 bit_characteristic_indicate ,le_att_malloc_tx_indication 
-0x51a1 019673 bbit1 bit_characteristic_notify ,le_att_malloc_tx_notify 
-0x51a2 019674 rtn 
-:      019678 module_get_le_remote_mtu:
-0x51a3 019679 arg 0x17 ,temp 
-0x51a4 019680 fetch 2 ,mem_module_flag 
-0x51a5 019681 rtnbit1 module_flag_ble_send_mtu23 
-0x51a6 019682 fetcht 2 ,mem_le_remote_mtu 
-0x51a7 019683 rtn 
-:      019685 module_check_ble_encrypt_state:
-0x51a8 019686 fetch 2 ,mem_module_flag 
-0x51a9 019687 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
-0x51aa 019688 branch disable_user 
-:      019692 module_hci_cmd_inquire_status:
-0x51ab 019693 branch module_hci_event_status_res 
-:      019699 module_hci_cmd_set_uart_control_mode:
-0x51ac 019700 ifetch 1 ,contru 
-0x51ad 019701 fetcht 1 ,mem_module_flag 
-0x51ae 019702 nsetflag blank ,module_flag_uart_flow_control ,temp 
-0x51af 019703 storet 1 ,mem_module_flag 
-0x51b0 019704 fetcht 1 ,core_uart_ctrl 
-0x51b1 019705 nsetflag blank ,bit_uart_control_flow_control ,temp 
-0x51b2 019706 storet 1 ,core_uart_ctrl 
-0x51b3 019707 branch module_hci_event_receive_valid_cmd 
-:      019711 module_hci_cmd_set_uart_baud:
-0x51b4 019712 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x51b5 019713 call string2dec_from_uart 
-0x51b6 019714 call uart_calc_baud_rate_config 
-0x51b7 019715 store uart_baud_len ,mem_module_uarta_baud_rate 
-0x51b8 019716 call module_hci_event_receive_valid_cmd 
-0x51b9 019717 call wait_uarttx 
-0x51ba 019718 fetch uart_baud_len ,mem_module_uarta_baud_rate 
-0x51bb 019719 branch uarta_init_baud_rate 
-:      019723 module_hci_cmd_version_request:
-0x51bc 019724 arg 2 ,rega 
-0x51bd 019725 arg mem_soft_version_num ,regb 
-0x51be 019726 arg 0 ,temp 
-0x51bf 019727 branch module_hci_event_set_cmd 
-:      019732 module_hci_cmd_ble_disconnect:
-0x51c0 019733 fetch 2 ,mem_ui_state_map 
-0x51c1 019734 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-:      019735 module_hci_cmd_ble_disconnect_doing:
-0x51c2 019736 call module_hci_event_receive_valid_cmd 
-0x51c3 019737 branch app_ble_disconnect 
-:      019743 module_hci_cmd_set_nvram:
-0x51c4 019744 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x51c5 019745 fetch 2 ,mem_nv_data_ptr 
-0x51c6 019746 icopy contw 
-0x51c7 019747 call uart_copy_rx_bytes_fast 
-0x51c8 019748 branch module_hci_event_receive_valid_cmd 
-:      019752 module_hci_cmd_confirm_gkey:
-0x51c9 019753 fetch 2 ,mem_ui_state_map 
-0x51ca 019754 bbit1 ui_state_ble_connected ,module_hci_cmd_le_confirm_gkey 
-0x51cb 019755 branch module_hci_event_receive_invalid_cmd 
-:      019759 module_hci_cmd_auto_adv:
-0x51cc 019760 arg 0x40 ,loopcnt 
-0x51cd 019761 arg mem_le_adv_data_len ,contw 
-0x51ce 019762 call clear_mem 
-0x51cf 019763 setarg 0 
-0x51d0 019764 store 1 ,mem_regb 
-0x51d1 019765 copy rega ,contru 
-:      019766 module_hci_cmd_auto_adv_loop:
-0x51d2 019767 copy contru ,pdata 
-0x51d3 019768 store 2 ,mem_regc 
-0x51d4 019769 call module_hci_cmd_auto_adv_adv_analys 
-0x51d5 019771 fetch 1 ,mem_regb 
-0x51d6 019772 fetcht 1 ,mem_temp 
-0x51d7 019773 increase 1 ,temp 
-0x51d8 019774 iadd temp ,pdata 
-0x51d9 019775 store 1 ,mem_regb 
-0x51da 019777 sub pdata ,31 ,null 
-0x51db 019778 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
-:      019779 module_hci_cmd_auto_adv_store_adv:
-0x51dc 019780 fetcht 1 ,mem_le_adv_data_len 
-0x51dd 019781 setarg mem_le_adv_data 
-0x51de 019782 iadd temp ,pdata 
-0x51df 019783 store 2 ,mem_contw 
-0x51e0 019784 fetcht 1 ,mem_temp 
-0x51e1 019785 increase 1 ,temp 
-0x51e2 019786 fetch 1 ,mem_le_adv_data_len 
-0x51e3 019787 iadd temp ,pdata 
-0x51e4 019788 store 1 ,mem_le_adv_data_len 
-0x51e5 019789 branch module_hci_cmd_auto_adv_store_common 
-:      019790 module_hci_cmd_auto_adv_store_scan:
-0x51e6 019791 fetcht 1 ,mem_le_scan_data_len 
-0x51e7 019792 setarg mem_le_scan_data 
-0x51e8 019793 iadd temp ,pdata 
-0x51e9 019794 store 2 ,mem_contw 
-0x51ea 019795 fetcht 1 ,mem_temp 
-0x51eb 019796 increase 1 ,temp 
-0x51ec 019797 fetch 1 ,mem_le_scan_data_len 
-0x51ed 019798 iadd temp ,pdata 
-0x51ee 019799 store 1 ,mem_le_scan_data_len 
-:      019800 module_hci_cmd_auto_adv_store_common:
-0x51ef 019801 fetch 2 ,mem_contw 
-0x51f0 019802 copy pdata ,contw 
-0x51f1 019803 fetch 2 ,mem_regc 
-0x51f2 019804 copy pdata ,contru 
-0x51f3 019806 copy temp ,loopcnt 
-0x51f4 019807 call uart_copy_rx_bytes_fast 
-0x51f5 019809 fetch 1 ,mem_module_uart_len 
-0x51f6 019810 fetcht 1 ,mem_regb 
-0x51f7 019811 isub temp ,null 
-0x51f8 019812 nbranch module_hci_cmd_auto_adv_loop ,zero 
-0x51f9 019813 branch module_hci_event_receive_valid_cmd 
-:      019816 module_hci_cmd_auto_adv_adv_analys:
-0x51fa 019817 ifetch 1 ,contru 
-0x51fb 019818 store 1 ,mem_temp 
-0x51fc 019819 ifetch 1 ,contru 
-0x51fd 019820 store 1 ,mem_rega 
-0x51fe 019821 rtn 
-:      019825 module_hci_cmd_power_request:
-0x51ff 019826 arg 0 ,temp 
-0x5200 019827 arg 2 ,rega 
-0x5201 019828 fetch 2 ,mem_module_vdd_quotient 
-0x5202 019829 store 2 ,mem_event_cmd_response_content 
-0x5203 019830 arg mem_event_cmd_response_content ,regb 
-0x5204 019831 branch module_hci_event_set_cmd 
-:      019835 module_hci_cmd_power_set:
-0x5205 019836 fetch 1 ,mem_module_uart_len 
-0x5206 019837 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x5207 019838 ifetch 1 ,contru 
-0x5208 019839 store 1 ,mem_module_read_vdd_flag 
-0x5209 019840 setarg 0x00 
-0x520a 019841 store 2 ,mem_module_vdd_quotient 
-0x520b 019842 branch module_hci_event_receive_valid_cmd 
-:      019846 module_hci_cmd_passkey_entry:
-0x520c 019847 fetch 1 ,mem_module_uart_len 
-0x520d 019848 bne 4 ,module_hci_event_receive_invalid_cmd 
-0x520e 019849 fetch 2 ,mem_ui_state_map 
-0x520f 019850 bbit1 ui_state_ble_connected ,module_hci_cmd_le_passkey_entry_input 
-0x5210 019851 branch module_hci_event_receive_invalid_cmd 
-:      019856 module_hci_cmd_set_gpio:
-0x5211 019857 fetch 1 ,mem_module_uart_len 
-0x5212 019858 bne 3 ,module_hci_event_receive_invalid_cmd 
-0x5213 019859 ifetch 1 ,contru 
-0x5214 019860 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
-0x5215 019861 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
-0x5216 019862 branch module_hci_event_receive_invalid_cmd 
-:      019864 module_set_gpio_input:
-0x5217 019865 call module_hci_event_receive_valid_cmd 
-0x5218 019866 ifetcht 1 ,contru 
-0x5219 019867 ifetch 1 ,contru 
-0x521a 019868 beq gpio_input_high_impedance ,gpio_set_high_impedance 
-0x521b 019869 nsetflag blank ,7 ,temp 
-0x521c 019870 branch gpio_config_input 
-:      019872 module_set_gpio_output:
-0x521d 019873 call module_hci_event_receive_valid_cmd 
-0x521e 019874 ifetcht 1 ,contru 
-0x521f 019875 ifetch 1 ,contru 
-0x5220 019876 branch gpio_out_active ,blank 
-0x5221 019877 branch gpio_out_inactive 
-:      019881 module_hci_cmd_read_gpio:
-0x5222 019882 fetch 1 ,mem_module_uart_len 
-0x5223 019883 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x5224 019884 ifetcht 1 ,contru 
-0x5225 019885 call gpio_get_bit 
-0x5226 019886 setarg 0x0 
-0x5227 019887 nsetflag true ,0 ,pdata 
-0x5228 019888 arg 1 ,rega 
-0x5229 019889 store 2 ,mem_event_cmd_response_content 
-0x522a 019890 arg mem_event_cmd_response_content ,regb 
-0x522b 019891 arg 0 ,temp 
-0x522c 019892 branch module_hci_event_set_cmd 
-:      019896 module_hci_cmd_le_set_pairing_mode:
-0x522d 019897 ifetch 1 ,contru 
-0x522e 019898 copy pdata ,temp 
-0x522f 019899 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
-0x5230 019900 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
-0x5231 019901 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
-0x5232 019902 beq le_pairing_mode_secure_connect_passkey_res_input ,module_le_set_pairing_mode_secure_passkey_res_input 
-0x5233 019903 store 1 ,mem_le_pairing_mode 
-0x5234 019904 call sc_reset 
-0x5235 019905 call le_secure_connection_disable 
-0x5236 019906 fetch 1 ,mem_le_pairing_mode 
-0x5237 019907 beq le_pairing_mode_none ,module_le_set_no_pairing 
-0x5238 019908 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
-0x5239 019909 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
-0x523a 019910 beq le_pairing_mode_lagacy_passkey_res_input ,module_le_set_pairing_mode_lagacy_passkey_res_input 
-0x523b 019911 branch module_hci_event_receive_invalid_cmd 
-:      019913 module_le_set_pairing_mode_secure_justwork:
-0x523c 019914 storet 1 ,mem_le_pairing_mode 
-0x523d 019915 call le_secure_connection_enable 
-0x523e 019916 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x523f 019917 branch module_le_set_noinputnooutput 
-:      019918 module_le_set_pairing_mode_secure_numeric:
-0x5240 019919 storet 1 ,mem_le_pairing_mode 
-0x5241 019920 call le_secure_connection_enable 
-0x5242 019921 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5243 019922 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x5244 019923 branch module_hci_event_receive_valid_cmd 
-:      019924 module_le_set_pairing_mode_secure_passkey:
-0x5245 019925 storet 1 ,mem_le_pairing_mode 
-0x5246 019926 call le_secure_connection_enable 
-0x5247 019927 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5248 019928 branch module_le_set_displayonly 
-:      019929 module_le_set_pairing_mode_secure_passkey_res_input:
-0x5249 019930 storet 1 ,mem_le_pairing_mode 
-0x524a 019931 call le_secure_connection_enable 
-0x524b 019932 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x524c 019933 branch module_le_set_keboadonly 
-:      019936 module_le_set_no_pairing:
-0x524d 019937 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      019938 module_le_set_noinputnooutput:
-0x524e 019939 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x524f 019940 branch module_hci_event_receive_valid_cmd 
-:      019941 module_le_set_pairing_mode_lagacy_just_work:
-0x5250 019942 jam flag_le_bonding_no_mitm ,mem_le_pres_auth 
-0x5251 019943 branch module_le_set_noinputnooutput 
-:      019944 module_le_set_pairing_mode_lagacy_passkey:
-0x5252 019945 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5253 019946 branch module_le_set_displayonly 
-:      019947 module_le_set_pairing_mode_lagacy_passkey_res_input:
-0x5254 019948 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5255 019949 branch module_le_set_keboadonly 
-:      019950 module_le_set_keboadonly:
-0x5256 019951 jam flag_iocap_keyboardonly ,mem_le_pres_iocap 
-0x5257 019952 branch module_hci_event_receive_valid_cmd 
-:      019953 module_le_set_displayonly:
-0x5258 019954 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x5259 019955 branch module_hci_event_receive_valid_cmd 
-:      019959 module_hci_cmd_le_set_adv_data:
-0x525a 019960 arg 31 ,pdata 
-0x525b 019961 arg mem_le_adv_data_len ,contw 
-0x525c 019962 branch module_hci_cmd_receive_store_mem 
-:      019966 module_hci_cmd_le_set_scan_data:
-0x525d 019967 arg 31 ,pdata 
-0x525e 019968 arg mem_le_scan_data_len ,contw 
-0x525f 019969 branch module_hci_cmd_receive_store_mem 
-:      019971 module_hci_cmd_receive_store_mem:
-0x5260 019972 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x5261 019973 isub loopcnt ,null 
-0x5262 019974 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x5263 019975 istorer loopcnt ,1 ,contw 
-0x5264 019976 call uart_copy_rx_bytes_fast 
-0x5265 019977 branch module_hci_event_receive_valid_cmd 
-:      019981 module_hci_cmd_le_send_conn_update_req:
-0x5266 019982 fetch 2 ,mem_ui_state_map 
-0x5267 019983 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x5268 019984 fetch 1 ,mem_module_uart_len 
-0x5269 019985 bne 0x08 ,module_hci_event_receive_invalid_cmd 
-0x526a 019986 ifetch 8 ,contru 
-0x526b 019987 store 8 ,mem_le_interval_min 
-0x526c 019988 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x526d 019989 call ui_ipc_send_cmd 
-0x526e 019990 branch module_hci_event_receive_valid_cmd 
-:      019994 module_hci_cmd_set_le_adv_parameter:
-0x526f 019995 ifetch 2 ,contru 
-0x5270 019996 store 2 ,mem_le_adv_interval 
-0x5271 019997 storet 1 ,mem_lpm_overhead 
-0x5272 019998 iadd temp ,pdata 
-0x5273 019999 store 2 ,mem_lpm_interval 
-0x5274 020000 branch module_hci_event_receive_valid_cmd 
-:      020004 module_hci_cmd_le_start_pairing:
-0x5275 020005 fetch 1 ,mem_le_pairing_mode 
-0x5276 020006 branch module_hci_event_receive_invalid_cmd ,blank 
-0x5277 020007 fetch 1 ,mem_le_pairing_state 
-0x5278 020008 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
-0x5279 020009 fetch 1 ,mem_le_enc_state 
-0x527a 020010 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
-0x527b 020011 call check_51cmd_le_smp_sec_req 
-0x527c 020012 branch module_hci_event_receive_valid_cmd 
-:      020016 module_hci_cmd_set_wake_gpio:
-0x527d 020017 fetch 1 ,mem_module_uart_len 
-0x527e 020018 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x527f 020019 ifetch 1 ,contru 
-0x5280 020020 store 1 ,mem_module_mcu_wake_pin 
-0x5281 020021 ifetch 4 ,contru 
-0x5282 020022 store 4 ,mem_module_mcu_wake_delay_us 
-0x5283 020023 fetcht 1 ,mem_module_mcu_wake_pin 
-0x5284 020024 call gpio_config_output 
-0x5285 020025 call module_set_mcu_wake_pin_low 
-0x5286 020026 branch module_hci_event_receive_valid_cmd 
-:      020030 module_hci_cmd_set_tx_power:
-0x5287 020031 fetch 1 ,mem_module_uart_len 
-0x5288 020032 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x5289 020033 ifetch 1 ,contru 
-0x528a 020034 store 1 ,mem_tx_power 
-0x528b 020035 branch module_hci_event_receive_valid_cmd 
-:      020039 module_hci_cmd_le_confirm_gkey:
-0x528c 020040 ifetch 1 ,contru 
-0x528d 020041 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
-0x528e 020042 fetch 1 ,mem_le_secure_connect_state 
-0x528f 020043 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
-0x5290 020044 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x5291 020045 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x5292 020046 branch module_hci_event_receive_invalid_cmd 
-:      020047 module_hci_cmd_le_confirm_gkey_ok:
-0x5293 020048 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
-0x5294 020049 branch module_hci_event_receive_valid_cmd 
-:      020051 module_hci_cmd_le_confirm_gkey_fail:
-0x5295 020052 call le_send_pairing_confirm_value_failed 
-0x5296 020053 branch module_hci_event_receive_valid_cmd 
-:      020059 module_hci_cmd_reset_chip:
-0x5297 020060 call module_hci_event_receive_valid_cmd 
-0x5298 020061 call wait_uarttx 
-0x5299 020062 jam 0x01 ,core_reset 
-0x529a 020063 branch assert 
-:      020067 module_hci_cmd_le_set_fixed_passkey:
-0x529b 020068 fetch 1 ,mem_module_uart_len 
-0x529c 020069 beq 0 ,module_hci_event_receive_invalid_cmd 
-0x529d 020070 ifetch 1 ,contru 
-0x529e 020071 branch module_hci_cmd_le_set_random_passkey ,blank 
-0x529f 020072 fetch 1 ,mem_module_uart_len 
-0x52a0 020073 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x52a1 020074 ifetch 4 ,contru 
-0x52a2 020075 arg 1000000 ,temp 
-0x52a3 020076 isub temp ,null 
-0x52a4 020077 branch module_hci_event_receive_invalid_cmd ,positive 
-0x52a5 020078 store 4 ,mem_le_tk 
-0x52a6 020079 call le_set_config_fixed_tk 
-0x52a7 020080 branch module_hci_event_receive_valid_cmd 
-:      020082 module_hci_cmd_le_set_random_passkey:
-0x52a8 020083 call le_clr_config_fixed_tk 
-0x52a9 020084 branch module_hci_event_receive_valid_cmd 
-:      020088 module_hci_cmd_delete_customize_service:
-0x52aa 020089 arg 0x0001 ,temp 
-0x52ab 020090 call le_att_get_handle_ptr2 
-0x52ac 020091 add contr ,-2 ,contw 
-0x52ad 020092 setarg 0x0000 
-0x52ae 020093 istore 2 ,contw 
-0x52af 020094 branch module_hci_event_receive_valid_cmd 
-:      020098 module_hci_cmd_add_service_uuid:
-0x52b0 020099 call module_hci_cmd_add_service_uuid_set_uuid 
-0x52b1 020100 call uart_copy_rx_bytes_len_data 
-0x52b2 020101 setarg 0x0000 
-0x52b3 020102 istore 2 ,contw 
-0x52b4 020103 branch module_hci_event_uuid_handle 
-:      020108 module_hci_cmd_add_characteristic_uuid:
-0x52b5 020109 ifetch 1 ,contru 
-0x52b6 020110 call module_hci_cmd_add_characteristic_uuid_set_handle 
-0x52b7 020111 call module_hci_cmd_add_characteristic_uuid_set_uuid 
-0x52b8 020112 branch module_hci_event_uuid_handle 
-:      020115 module_hci_cmd_add_service_uuid_set_uuid:
-0x52b9 020116 call le_att_creat_new_handle 
-0x52ba 020117 setarg 0x280002 
-0x52bb 020118 istore 3 ,contw 
-0x52bc 020119 rtn 
-:      020122 module_hci_cmd_add_characteristic_uuid_set_handle:
-0x52bd 020123 store 1 ,mem_pdatatemp 
-0x52be 020124 call le_att_creat_new_handle 
-0x52bf 020125 setarg 0x01280302 
-0x52c0 020126 istore 4 ,contw 
-0x52c1 020127 fetch 1 ,mem_pdatatemp 
-0x52c2 020128 istore 3 ,contw 
-0x52c3 020129 rtn 
-:      020132 module_hci_cmd_add_characteristic_uuid_set_uuid:
-0x52c4 020133 call le_att_get_last_handle 
-0x52c5 020134 ifetch 1 ,contru 
-0x52c6 020135 and pdata ,0x1f ,loopcnt 
-0x52c7 020136 copy pdata ,rega 
-0x52c8 020137 isolate1 bit_of_write_authenticated ,rega 
-0x52c9 020138 setflag true ,bit_of_att_handle_write_authenticated ,temp 
-0x52ca 020139 isolate1 bit_of_read_authenticated ,rega 
-0x52cb 020140 setflag true ,bit_of_att_handle_read_authenticated ,temp 
-0x52cc 020141 istoret 2 ,contw 
-0x52cd 020142 copy loopcnt ,pdata 
-0x52ce 020143 istore 1 ,contw 
-0x52cf 020144 call uart_copy_rx_bytes 
-0x52d0 020145 call uart_copy_rx_bytes_len_data 
-0x52d1 020146 setarg 0 
-0x52d2 020147 istore 2 ,contw 
-0x52d3 020148 and temp ,0xff ,temp 
-0x52d4 020149 increase -1 ,temp 
-0x52d5 020150 call le_att_get_handle_ptr2 
-0x52d6 020151 add contr ,4 ,contr 
-0x52d7 020152 ifetch 1 ,contr 
-0x52d8 020153 bbit1 bit_characteristic_notify ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
-0x52d9 020154 bbit1 bit_characteristic_indicate ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
-0x52da 020155 increase 1 ,temp 
-0x52db 020156 rtn 
-:      020159 module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
-0x52dc 020160 call le_att_get_last_handle 
-0x52dd 020161 isolate1 bit_of_notify_authenticated ,rega 
-0x52de 020162 setflag true ,bit_of_att_handle_write_authenticated ,temp 
-0x52df 020163 istoret 2 ,contw 
-0x52e0 020164 setarg 0x02290202 
-0x52e1 020165 istore 8 ,contw 
-0x52e2 020166 increase -1 ,temp 
-0x52e3 020167 rtn 
-:      020170 le_att_creat_new_handle:
-0x52e4 020171 call le_att_get_last_handle 
-0x52e5 020172 istoret 2 ,contw 
-0x52e6 020173 rtn 
-:      020176 uart_copy_rx_bytes_len_data:
-0x52e7 020177 ifetch 1 ,contru 
-0x52e8 020178 copy pdata ,loopcnt 
-0x52e9 020179 istore 1 ,contw 
-0x52ea 020180 branch uart_copy_rx_bytes 
-:      020184 module_hci_cmd_le_passkey_entry_input:
-0x52eb 020185 fetch 1 ,mem_le_pairing_state 
-0x52ec 020186 bne flag_le_pairing_receive_pairing_confirm ,module_hci_event_receive_invalid_cmd 
-0x52ed 020187 fetch 1 ,mem_le_pairing_mode 
-0x52ee 020188 beq le_pairing_mode_lagacy_passkey_res_input ,module_hci_cmd_passkey_entry_res_input 
-0x52ef 020189 beq le_pairing_mode_secure_connect_passkey_res_input ,module_hci_cmd_passkey_entry_sc_res_input 
-0x52f0 020190 branch module_hci_event_receive_invalid_cmd 
-:      020192 module_hci_cmd_passkey_entry_sc_res_input:
-0x52f1 020193 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x52f2 020194 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x52f3 020195 branch module_hci_cmd_receive_ble_passkey 
-:      020197 module_hci_cmd_receive_ble_passkey:
-0x52f4 020198 ifetch 4 ,contru 
-0x52f5 020199 store 4 ,mem_le_tk 
-0x52f6 020200 branch module_hci_event_receive_valid_cmd 
-:      020202 module_hci_cmd_passkey_entry_res_input:
-0x52f7 020203 call module_hci_cmd_receive_ble_passkey 
-0x52f8 020204 branch le_send_smp_pairing_confirm 
-:      020208 module_hci_cmd_le_create_conn:
-0x52f9 020209 ifetch 6 ,contru 
-0x52fa 020210 store 6 ,mem_le_conn_peer_addr 
-0x52fb 020211 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x52fc 020212 jam on ,mem_le_conn_flag 
-0x52fd 020213 jam on ,mem_le_scan_enable 
-0x52fe 020214 branch module_hci_event_receive_valid_cmd 
-:      020219 module_hci_cmd_ble_set_phy:
-0x52ff 020220 fetch 1 ,mem_module_uart_len 
-0x5300 020221 bne 2 ,module_hci_event_receive_invalid_cmd 
-0x5301 020222 ifetcht 2 ,contru 
-0x5302 020223 call le_set_phys 
-0x5303 020224 branch module_hci_event_receive_valid_cmd 
-:      020228 module_hci_cmd_ble_read_current_phy:
-0x5304 020229 arg 0 ,temp 
-0x5305 020230 arg 2 ,rega 
-0x5306 020231 arg mem_context + coffset_le_rx_phy ,regb 
-0x5307 020232 branch module_hci_event_set_cmd 
-:      020236 module_hci_cmd_ble_set_dle:
-0x5308 020237 fetch 1 ,mem_module_uart_len 
-0x5309 020238 bne 8 ,module_hci_event_receive_invalid_cmd 
-0x530a 020239 ifetch 8 ,contru 
-0x530b 020240 call le_set_dle 
-0x530c 020241 branch module_hci_event_receive_valid_cmd 
-:      020245 module_hci_cmd_read_chip_data:
-0x530d 020246 ifetchr rega ,1 ,contru 
-0x530e 020247 ifetchr regb ,2 ,contru 
-0x530f 020248 arg 0 ,temp 
-0x5310 020249 branch module_hci_event_set_cmd 
-:      020253 module_hci_cmd_write_chip_data:
-0x5311 020254 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x5312 020255 increase -2 ,loopcnt 
-0x5313 020256 ifetch 2 ,contru 
-0x5314 020257 copy pdata ,contw 
-0x5315 020258 call uart_copy_rx_bytes_fast 
-0x5316 020259 branch module_hci_event_receive_valid_cmd 
-:      020264 module_hci_cmd_close_lpm:
-0x5317 020265 jam 0 ,mem_lpm_mode 
-0x5318 020266 branch module_hci_event_receive_valid_cmd 
-:      020271 module_hci_event_receive_invalid_cmd:
-0x5319 020272 arg 1 ,temp 
-0x531a 020273 arg 0 ,rega 
-0x531b 020274 branch module_hci_event_set_cmd 
-:      020277 module_hci_event_receive_valid_cmd:
-0x531c 020278 arg 0 ,temp 
-0x531d 020279 arg 0 ,rega 
-0x531e 020280 branch module_hci_event_set_cmd 
-:      020284 module_hci_event_le_connect:
-0x531f 020285 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
-0x5320 020286 branch module_hci_event_enter_standby_mode_len0 
-:      020291 module_hci_event_le_disconnect:
-0x5321 020292 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
-0x5322 020293 branch module_hci_event_enter_standby_mode_len0 
-:      020301 module_hci_event_set_cmd:
-0x5323 020302 fetch 1 ,mem_module_uart_opcode 
-0x5324 020303 copy pdata ,regc 
-0x5325 020304 jam hci_event_cmd_res ,mem_module_uart_opcode 
-0x5326 020305 setarg 2 
-0x5327 020306 iadd rega ,pdata 
-0x5328 020307 call module_hci_prepare_tx 
-0x5329 020308 copy regc ,pdata 
-0x532a 020309 istore 1 ,contwu 
-0x532b 020310 istoret 1 ,contwu 
-0x532c 020311 copy rega ,loopcnt 
-0x532d 020312 copy regb ,contr 
-0x532e 020313 call uart_copy_tx_bytes 
-0x532f 020314 branch module_hci_transmit_tx 
-:      020321 module_hci_event_receive_le_data:
-0x5330 020322 jam hci_event_le_data_rep ,mem_module_uart_opcode 
-0x5331 020323 add loopcnt ,2 ,pdata 
-0x5332 020324 call module_hci_prepare_tx 
-0x5333 020325 fetch 2 ,mem_module_le_rx_data_handle 
-0x5334 020326 istore 2 ,contwu 
-0x5335 020327 fetch 2 ,mem_module_le_rx_data_address 
-0x5336 020328 icopy contr 
-0x5337 020329 call uart_copy_tx_bytes_fast 
-0x5338 020330 copy contr ,pdata 
-0x5339 020331 store 2 ,mem_module_le_rx_data_address 
-0x533a 020332 branch module_hci_transmit_tx 
-:      020336 module_hci_event_enter_standby_mode:
-0x533b 020337 jam hci_event_standby_rep ,mem_module_uart_opcode 
-:      020338 module_hci_event_enter_standby_mode_len0:
-0x533c 020339 setarg 0 
-0x533d 020340 call module_hci_prepare_tx 
-0x533e 020341 branch module_hci_transmit_tx 
-:      020345 module_hci_event_status_res:
-0x533f 020346 jam hci_event_status_res ,mem_module_uart_opcode 
-0x5340 020347 setarg 1 
-0x5341 020348 call module_hci_prepare_tx 
-0x5342 020350 call module_hci_read_bt_status 
-0x5343 020352 fetch 2 ,mem_ui_state_map 
-0x5344 020353 arg ui_state_ble_connected ,queue 
-0x5345 020354 qisolate1 pdata 
-0x5346 020355 setflag true ,5 ,temp 
-0x5347 020359 istoret 1 ,contwu 
-0x5348 020360 branch module_hci_transmit_tx 
-:      020364 module_hci_read_bt_status:
-0x5349 020365 arg 0 ,temp 
-0x534a 020366 fetch 1 ,mem_le_adv_enable 
-0x534b 020367 arg 0 ,queue 
-0x534c 020368 qisolate1 pdata 
-0x534d 020369 setflag true ,2 ,temp 
-0x534e 020370 rtn 
-:      020374 module_hci_event_store_device:
-0x534f 020375 jam hci_event_nvram_rep ,mem_module_uart_opcode 
-0x5350 020376 fetch 1 ,mem_nv_data_number 
-0x5351 020377 mul32 pdata ,34 ,pdata 
-0x5352 020378 icopy loopcnt 
-0x5353 020379 call module_hci_prepare_tx 
-0x5354 020380 fetch 2 ,mem_nv_data_ptr 
-0x5355 020381 icopy contr 
-0x5356 020382 call uart_copy_tx_bytes_fast 
-0x5357 020383 branch module_hci_transmit_tx 
-:      020386 module_hci_event_gkey_generate:
-0x5358 020387 jam hci_event_gkey ,mem_module_uart_opcode 
-0x5359 020388 setarg 4 
-0x535a 020389 call module_hci_prepare_tx 
-0x535b 020390 fetch 4 ,mem_gkey 
-0x535c 020391 istore 4 ,contwu 
-0x535d 020392 branch module_hci_transmit_tx 
-:      020395 module_hci_event_invalid_packet:
-0x535e 020396 jam hci_event_invalid_packet ,mem_module_uart_opcode 
-0x535f 020397 fetch 2 ,core_uart_rxitems 
-0x5360 020398 arg 0x40 ,temp 
-0x5361 020399 call not_greater_than 
-0x5362 020400 copy pdata ,rega 
-0x5363 020401 copy pdata ,loopcnt 
-0x5364 020402 call uarta_prepare_rx 
-0x5365 020403 arg mem_module_rx_error_data_buffer ,contw 
-0x5366 020404 call uart_copy_rx_bytes_fast 
-0x5367 020405 copy rega ,pdata 
-0x5368 020406 copy rega ,loopcnt 
-0x5369 020407 call module_hci_prepare_tx 
-0x536a 020408 arg mem_module_rx_error_data_buffer ,contr 
-0x536b 020409 call uart_copy_tx_bytes_fast 
-0x536c 020410 branch module_hci_transmit_tx 
-:      020414 module_hci_event_passkey_entry_mode:
-0x536d 020415 jam hci_event_get_passkey ,mem_module_uart_opcode 
-0x536e 020416 branch module_hci_event_enter_standby_mode_len0 
-:      020420 module_hci_event_le_tk:
-0x536f 020421 jam hci_event_le_tk ,mem_module_uart_opcode 
-0x5370 020422 setarg 4 
-0x5371 020423 call module_hci_prepare_tx 
-0x5372 020424 fetch 4 ,mem_le_tk 
-0x5373 020425 istore 4 ,contwu 
-0x5374 020426 branch module_hci_transmit_tx 
-:      020430 module_hci_event_le_pairing_fail:
-0x5375 020431 arg flag_ble_pairing_fail ,rega 
-0x5376 020432 branch module_hci_event_pairing_completed 
-:      020434 module_hci_event_le_pairing_success:
-0x5377 020435 arg flag_ble_pairing_success ,rega 
-0x5378 020436 branch module_hci_event_pairing_completed 
-:      020439 module_hci_event_pairing_completed:
-0x5379 020440 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
-0x537a 020441 setarg 2 
-0x537b 020442 call module_hci_prepare_tx 
-0x537c 020443 copy rega ,pdata 
-0x537d 020444 istore 2 ,contwu 
-0x537e 020445 branch module_hci_transmit_tx 
-:      020449 module_hci_event_pause_enc:
-0x537f 020450 arg flag_event_pause_enc ,regc 
-0x5380 020451 branch module_hci_event_enc 
-:      020453 module_hci_event_start_enc:
-0x5381 020454 arg flag_event_start_enc ,regc 
-:      020456 module_hci_event_enc:
-0x5382 020457 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
-0x5383 020458 setarg 1 
-0x5384 020459 call module_hci_prepare_tx 
-0x5385 020460 copy regc ,pdata 
-0x5386 020461 istore 1 ,contwu 
-0x5387 020462 branch module_hci_transmit_tx 
-:      020468 module_hci_event_uuid_handle:
-0x5388 020469 storet 2 ,mem_temp 
-0x5389 020470 jam hci_event_uuid_handle ,mem_module_uart_opcode 
-0x538a 020471 setarg 2 
-0x538b 020472 call module_hci_prepare_tx 
-0x538c 020473 fetcht 2 ,mem_temp 
-0x538d 020474 istoret 2 ,contwu 
-0x538e 020475 branch module_hci_transmit_tx 
-:      020479 module_hci_event_le_input_passkey:
-0x538f 020480 jam hci_event_le_input_gkey ,mem_module_uart_opcode 
-0x5390 020481 branch module_hci_event_enter_standby_mode_len0 
-:      020485 module_hci_event_le_update_phy:
-0x5391 020486 jam hci_ble_update_phy_event ,mem_module_uart_opcode 
-0x5392 020487 setarg 2 
-0x5393 020488 call module_hci_prepare_tx 
-0x5394 020489 fetch 2 ,mem_context + coffset_le_rx_phy 
-0x5395 020490 istore 2 ,contwu 
-0x5396 020491 branch module_hci_transmit_tx 
-:      020503 module_hci_prepare_tx:
-0x5397 020504 jam 0x02 ,mem_module_uart_cmd 
-0x5398 020505 store 1 ,mem_module_uart_len 
-0x5399 020506 storet 8 ,mem_temp 
-0x539a 020507 bpatch patch0c_6 ,mem_patch0c 
-0x539b 020508 call module_set_mcu_wake_pin_high_delay 
-0x539c 020509 fetcht 8 ,mem_temp 
-0x539d 020510 call uarta_prepare_tx_register_push 
-0x539e 020511 fetch 3 ,mem_module_uart_cmd 
-0x539f 020512 istore 3 ,contwu 
-0x53a0 020513 rtn 
-:      020515 module_hci_transmit_tx:
-0x53a1 020516 bpatch patch0c_7 ,mem_patch0c 
-0x53a2 020517 branch uarta_send_register_pop 
-:      020519 module_set_mcu_wake_pin_high_delay:
-0x53a3 020520 call module_check_mcu_wake_pin_high 
-0x53a4 020521 rtn true 
-:      020522 module_set_mcu_wake_pin_h_delay:
-0x53a5 020523 call module_set_mcu_wake_pin_high 
-0x53a6 020524 fetch 4 ,mem_module_mcu_wake_delay_us 
-0x53a7 020525 rshift2 pdata ,pdata 
-0x53a8 020526 rtn blank 
-0x53a9 020527 branch delay 
-:      020529 module_set_mcu_wake_pin_high:
-0x53aa 020530 fetcht 1 ,mem_module_mcu_wake_pin 
-0x53ab 020531 branch gpio_out_active 
-:      020533 module_check_mcu_wake_pin_high:
-0x53ac 020534 fetcht 1 ,mem_module_mcu_wake_pin 
-0x53ad 020535 branch gpio_check_active 
-:      020537 module_set_mcu_wake_pin_low:
-0x53ae 020538 fetcht 1 ,mem_module_mcu_wake_pin 
-0x53af 020539 branch gpio_out_inactive 
-:      020550 module_le_receive_data:
-0x53b0 020551 storer rega ,2 ,mem_module_le_rx_data_address 
-0x53b1 020552 storer regb ,2 ,mem_module_le_rx_data_len 
-0x53b2 020553 fetch 2 ,mem_le_att_handle 
-0x53b3 020554 store 2 ,mem_module_le_rx_data_handle 
-0x53b4 020555 call module_check_ble_encrypt_state 
-0x53b5 020556 rtn user 
-:      020558 module_le_receive_data_ok:
-0x53b6 020559 fetcht 2 ,mem_module_le_rx_data_len 
-0x53b7 020560 fetch 1 ,mem_module_ble_data_uart_max_length 
-0x53b8 020561 call not_greater_than 
-0x53b9 020562 copy pdata ,loopcnt 
-0x53ba 020563 copy temp ,pdata 
-0x53bb 020564 isub loopcnt ,pdata 
-0x53bc 020565 store 2 ,mem_module_le_rx_data_len 
-0x53bd 020566 call module_hci_event_receive_le_data 
-0x53be 020567 fetch 2 ,mem_module_le_rx_data_len 
-0x53bf 020568 rtn blank 
-0x53c0 020569 branch module_le_receive_data_ok 
-:      020574 module_bb_event_timer:
-0x53c1 020575 rtn 
-:      020577 module_read_vdd_timer:
-0x53c2 020578 fetch 1 ,mem_module_read_vdd_flag 
-0x53c3 020579 rtn blank 
-0x53c4 020580 fetch 1 ,mem_module_read_vdd_count 
-0x53c5 020581 rtn blank 
-0x53c6 020582 increase -1 ,pdata 
-0x53c7 020583 store 1 ,mem_module_read_vdd_count 
-0x53c8 020584 nrtn blank 
-0x53c9 020585 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
-0x53ca 020586 call enable_adc 
-0x53cb 020587 call vdd_calculate_by_mode 
-0x53cc 020588 div pdata ,10 
-0x53cd 020589 call get_div_result 
-0x53ce 020590 div pdata ,100 
-0x53cf 020591 call get_div_result 
-0x53d0 020592 remainder temp 
-0x53d1 020593 store 1 ,mem_module_vdd_quotient 
-0x53d2 020594 storet 1 ,mem_module_vdd_remainder 
-0x53d3 020595 rtn 
-:      020601 module_set_le_tx_data_flag:
-0x53d4 020602 arg module_flag_ble_data_finish ,queue 
-0x53d5 020603 branch module_set_state 
-:      020605 module_clear_le_tx_data_flag:
-0x53d6 020606 arg module_flag_ble_data_finish ,queue 
-0x53d7 020607 branch module_clr_state 
-:      020609 module_clr_state:
-0x53d8 020610 fetch 2 ,mem_module_flag 
-0x53d9 020611 qset0 pdata 
-0x53da 020612 store 2 ,mem_module_flag 
-0x53db 020613 rtn 
-:      020615 module_set_state:
-0x53dc 020616 fetch 2 ,mem_module_flag 
-0x53dd 020617 qset1 pdata 
-0x53de 020618 store 2 ,mem_module_flag 
-0x53df 020619 rtn 
-:      020624 mouse_init:
-0x53e0 020625 call enable_authrom 
-0x53e1 020626 call mouse_setting_config 
-0x53e2 020627 call mouse_init_sunt 
-0x53e3 020628 rtn wake 
-0x53e4 020629 call mouse_setting_sensor_type 
-0x53e5 020630 call mouse_drawing_optima_init 
-0x53e6 020631 call mouse_cb_fuction 
-0x53e7 020632 call mouse_sensor_powerdown 
-:      020633 mouse_init_wireless:
-0x53e8 020634 fetch 2 ,mem_ui_state_map 
-0x53e9 020635 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x53ea 020636 call mouse_check_select_device_by_switch 
-0x53eb 020637 branch mouse_start_work 
-:      020640 mouse_cb_fuction:
-0x53ec 020641 bpatch patch0d_0 ,mem_patch0d 
-0x53ed 020642 setarg mouse_24g_short_sleep 
-0x53ee 020643 store 2 ,mem_cb_24g_transmit_short_sleep 
-0x53ef 020644 setarg mouse_24g_long_sleep 
-0x53f0 020645 store 2 ,mem_cb_24g_transmit_long_sleep 
-0x53f1 020646 setarg mouse_24g_before_lpm_sleep 
-0x53f2 020647 store 2 ,mem_cb_before_lpm_sleep 
-0x53f3 020648 setarg mouse_24g_package_data 
-0x53f4 020649 store 2 ,mem_cb_24g_transmit_data 
-0x53f5 020650 setarg mouse_24g_search_dongle 
-0x53f6 020651 store 2 ,mem_cb_24g_search_receiver 
-0x53f7 020652 setarg mouse_lpm_before_common 
-0x53f8 020653 store 2 ,mem_cb_24g_lpm_before 
-0x53f9 020654 setarg mouse_le 
-0x53fa 020655 store 2 ,mem_cb_le_process 
-0x53fb 020656 setarg mouse_process_lpm_before 
-0x53fc 020657 store 2 ,mem_cb_before_lpm 
-0x53fd 020658 setarg mouse_priority_bb_event 
-0x53fe 020659 store 2 ,mem_cb_bb_event_process 
-0x53ff 020660 setarg mouse_idle 
-0x5400 020661 store 2 ,mem_cb_idle_process 
-0x5401 020662 setarg mouse_before_hibernate 
-0x5402 020663 store 2 ,mem_cb_before_hibernate 
-0x5403 020664 setarg mouse_le_bb_event_connect_complete 
-0x5404 020665 store 2 ,mem_cb_att_write 
-0x5405 020666 setarg mouse_bb_event_timer 
-0x5406 020667 store 2 ,mem_cb_event_timer 
-0x5407 020668 setarg mouse_spi_write_flash_cb 
-0x5408 020669 store 2 ,mem_cb_spi_flash_write_complate 
-0x5409 020670 setarg mouse_lpm_check_wake_lock 
-0x540a 020671 store 2 ,mem_cb_check_wakelock 
-0x540b 020672 setarg mouse_le_transmit 
-0x540c 020673 store 2 ,mem_cb_ble_transmit 
-0x540d 020674 setarg mouse_set_lpm_mult 
-0x540e 020675 store 2 ,mem_cb_bt_set_mult 
-0x540f 020676 rtn 
-:      020679 mouse_setting_config:
-0x5410 020680 rtn wake 
-0x5411 020681 call g24_transmit_init 
-0x5412 020682 call g24_chmap_param_init 
-0x5413 020683 call mouse_24g_send_time_long_wake 
-0x5414 020684 call mouse_gpio_init 
-0x5415 020685 call mouse_le_name_modify 
-0x5416 020686 call mouse_param_init 
-0x5417 020687 call mouse_device_multi_led_parm_init 
-0x5418 020688 call le_set_fixed_ltk_justwork 
-:      020689 mouse_load_device_info_check:
-0x5419 020690 bpatch patch0d_1 ,mem_patch0d 
-0x541a 020691 fetch mouse_flag_len ,mem_mouse_flag 
-0x541b 020692 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-0x541c 020693 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-0x541d 020694 bbit1 mouse_enable_otp ,mouse_load_otp_info_check 
-0x541e 020695 rtn 
-:      020697 mouse_xtal_init:
-0x541f 020698 jam xtal_16m ,mem_fcomp_div 
-0x5420 020699 fetch mouse_flag_len ,mem_mouse_flag 
-0x5421 020700 rtnbit1 mouse_enable_16m 
-0x5422 020701 jam xtal_24m ,mem_fcomp_div 
-0x5423 020702 rtn 
-:      020704 mouse_24g_phy_select:
-0x5424 020705 call g24_enable_1m 
-0x5425 020706 fetch mouse_flag_len ,mem_mouse_flag 
-0x5426 020707 rtnbit0 mouse_enable_24g_2m_phy 
-0x5427 020708 branch g24_enable_2m 
-:      020710 mouse_default_init:
-0x5428 020711 bpatch patch0d_2 ,mem_patch0d 
-0x5429 020712 fetch mouse_flag_len ,mem_mouse_flag 
-0x542a 020713 isolate1 mouse_keyboard_enable ,pdata 
-0x542b 020714 call mouse_customer_key_enable ,true 
-:      020716 mouse_default_parm_init:
-0x542c 020717 fetch 2 ,mem_mouse_24g_pair_timeout_init 
-0x542d 020718 store 2 ,mem_24g_pair_timeout_init 
-0x542e 020720 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
-0x542f 020721 store 2 ,mem_24g_reconn_timeout_init 
-0x5430 020723 fetch 5 ,mem_rssi_dis_min_24g_init 
-0x5431 020724 store 5 ,mem_rssi_dis_min_24g 
-0x5432 020726 fetch 1 ,mem_mouse_24g_pair_tx_power 
-0x5433 020727 store 1 ,mem_24g_pair_tx_power 
-0x5434 020729 fetch 1 ,mem_24g_ch_map_update 
-0x5435 020730 ncall g24_chamap_param_update ,blank 
-:      020731 mouse_default_parm_init_next:
-0x5436 020732 bpatch patch0d_3 ,mem_patch0d 
-0x5437 020733 call mouse_xtal_init 
-0x5438 020734 call mouse_24g_phy_select 
-0x5439 020735 call mouse_24g_long_sleep_set 
-0x543a 020736 branch g24_pair_param_init 
-:      020738 mouse_param_common_init:
-0x543b 020739 setarg mouse_ble_att_list_addr 
-0x543c 020740 store 2 ,mem_ui_le_uuid_table 
-0x543d 020741 jam 3 ,mem_lpm_mult_timeout 
-0x543e 020742 jam 8 ,mem_lpm_overhead 
-0x543f 020743 jam pb_button_state_up ,mem_select_device_button_statue 
-0x5440 020744 jam commbination_key_state_up ,mem_commbination_key_statue 
-0x5441 020745 setarg 0x0200 
-0x5442 020746 store 2 ,mem_lpm_interval 
-0x5443 020747 jam 0x17 ,mem_le_local_mtu 
-0x5444 020748 jam 0x17 ,mem_le_remote_mtu 
-0x5445 020750 setarg mem_le_tx_buffer0_omemalloc 
-0x5446 020751 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x5447 020752 setarg mouse_ble_l2cap_txbuff_size 
-0x5448 020753 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x5449 020754 branch mouse_adc_gpio_mux_init 
-:      020756 mouse_param_init:
-0x544a 020757 bpatch patch0d_4 ,mem_patch0d 
-0x544b 020758 call mouse_param_common_init 
-0x544c 020759 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x544d 020761 setarg 0x0a77 
-0x544e 020762 store 2 ,mem_spi_init_clk 
-0x544f 020763 setsect 0 ,0x1224 
-0x5450 020764 setsect 1 ,0x4000 
-0x5451 020765 setsect 2 ,0x0 
-0x5452 020766 istore 5 ,contw 
-0x5453 020769 fetch mouse_flag_len ,mem_mouse_flag 
-0x5454 020770 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
-0x5455 020771 setarg le_interval_7_5ms 
-0x5456 020772 store 2 ,mem_le_interval_min 
-0x5457 020773 store 2 ,mem_le_interval_min + 2 
-:      020774 mouse_param_init_intervl_end:
-0x5458 020775 call mouse_g24_interval_param_8ms 
-0x5459 020776 fetch mouse_flag_len ,mem_mouse_flag 
-0x545a 020777 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
-0x545b 020778 call mouse_g24_interval_param_4ms 
-:      020779 mouse_24g_short_sleep_set_end:
-0x545c 020780 fetch 3 ,mem_24g_short_sleep_set 
-0x545d 020781 store 3 ,mem_mouse_24g_short_sleep_set_init 
-0x545e 020782 fetch 1 ,mem_device_flag 
-0x545f 020783 store 1 ,mem_device_flag_temp 
-0x5460 020784 fetch 3 ,mem_le_lap + 3 
-0x5461 020785 store 3 ,mem_mouse_le_lap_temp 
-0x5462 020786 setarg 0 
-0x5463 020787 store 7 ,mem_mouse_key 
-0x5464 020788 fetch 1 ,mem_ui_button_timeout 
-0x5465 020789 store 1 ,mem_bt_discovery_count 
-0x5466 020790 store 1 ,mem_select_device_count 
-0x5467 020791 call le_modified_name_adv 
-:      020792 mouse_sensor_set_angle:
-0x5468 020793 bpatch patch0d_5 ,mem_patch0d 
-0x5469 020794 fetch 1 ,mem_sensor_angle_default 
-0x546a 020795 store 1 ,mem_config_sensor_angle 
-0x546b 020796 fetch 1 ,mem_select_sensor_angle_gpio 
-0x546c 020797 rtneq gpio_disable 
-0x546d 020798 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x546e 020799 call mouse_gpio_config_input_pu 
-0x546f 020800 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x5470 020801 call gpio_get_bit 
-0x5471 020802 call mouse_sensor_switch_angle ,true 
-0x5472 020803 branch mouse_gpio_config_input_pd 
-:      020804 mouse_sensor_switch_angle:
-0x5473 020805 fetch 1 ,mem_sensor_angle_switch 
-0x5474 020806 store 1 ,mem_config_sensor_angle 
-0x5475 020807 rtn 
-:      020809 mouse_g24_interval_param_4ms:
-0x5476 020810 fetch 3 ,mem_mouse_24g_short_sleep_set_4ms 
-0x5477 020811 store 3 ,mem_24g_short_sleep_set 
-0x5478 020812 fetch 3 ,mem_mouse_24g_long_sleep_set_4ms 
-0x5479 020813 store 3 ,mem_24g_long_sleep_set 
-0x547a 020814 fetch 1 ,mem_mouse_24g_fast_hop_count_4ms 
-0x547b 020815 store 1 ,mem_24g_fast_hop_count 
-0x547c 020816 fetch 4 ,mem_mouse_24g_tsniff_4ms 
-0x547d 020817 store 4 ,mem_mouse_24g_tsniff 
-:      020818 mouse_report_rate_set_250hz:
-0x547e 020819 setarg 0x100c0c 
-0x547f 020820 store 3 ,mem_24g_interval 
-0x5480 020821 rtn 
-:      020823 mouse_g24_interval_param_8ms:
-0x5481 020824 fetch 3 ,mem_mouse_24g_short_sleep_set_8ms 
-0x5482 020825 store 3 ,mem_24g_short_sleep_set 
-0x5483 020826 fetch 3 ,mem_mouse_24g_long_sleep_set_8ms 
-0x5484 020827 store 3 ,mem_24g_long_sleep_set 
-0x5485 020828 fetch 1 ,mem_mouse_24g_fast_hop_count_8ms 
-0x5486 020829 store 1 ,mem_24g_fast_hop_count 
-0x5487 020830 fetch 4 ,mem_mouse_24g_tsniff_8ms 
-0x5488 020831 store 4 ,mem_mouse_24g_tsniff 
-:      020832 mouse_report_rate_set_125hz:
-0x5489 020833 setarg 0x1c1919 
-0x548a 020834 store 3 ,mem_24g_interval 
-0x548b 020835 rtn 
-:      020847 mouse_start_work:
-0x548c 020848 bpatch patch0d_6 ,mem_patch0d 
-0x548d 020849 fetch mouse_flag_len ,mem_mouse_flag 
-0x548e 020850 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
-0x548f 020851 fetch 1 ,mem_device_flag 
-0x5490 020852 beq mode_24g_device ,mouse_24g_start_mode 
-:      020853 mouse_le_fast_conn_judge:
-0x5491 020854 call mouse_bluetooth_fast_conn_disable 
-0x5492 020855 fetch 1 ,mem_device_flag 
-0x5493 020856 beq mode_bt_device1 ,mouse_le_device1_judge 
-0x5494 020857 beq mode_bt_device2 ,mouse_le_device2_judge 
-0x5495 020858 rtn 
-:      020859 mouse_le_device1_judge:
-0x5496 020860 fetch 6 ,mem_device1_addr 
-0x5497 020861 fetcht 6 ,mem_mouse_compare_addr 
-0x5498 020862 isub temp ,null 
-0x5499 020863 branch mouse_bluetooth_fast_conn_init ,zero 
-0x549a 020864 branch mouse_start_reconnect_device 
-:      020866 mouse_le_device2_judge:
-0x549b 020867 fetch 6 ,mem_device2_addr 
-0x549c 020868 fetcht 6 ,mem_mouse_compare_addr 
-0x549d 020869 isub temp ,null 
-0x549e 020870 branch mouse_bluetooth_fast_conn_init ,zero 
-0x549f 020871 branch mouse_start_reconnect_device 
-:      020873 mouse_start_reconnect_device:
-0x54a0 020874 bpatch patch0d_7 ,mem_patch0d 
-0x54a1 020875 call mouse_device_le_reconn_led_config 
-0x54a2 020876 arg mem_device1_type ,rega 
-0x54a3 020877 fetch 1 ,mem_device_flag 
-0x54a4 020878 increase -1 ,pdata 
-0x54a5 020879 mul32 pdata ,29 ,pdata 
-0x54a6 020880 iadd rega ,rega 
-0x54a7 020881 ifetch 1 ,rega 
-0x54a8 020882 store 1 ,mem_xrecord_mode 
-:      020883 mouse_start_reconnect:
-0x54a9 020884 fetch 1 ,mem_xrecord_mode 
-0x54aa 020885 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x54ab 020886 branch mouse_bluetooth_fast_conn_init 
-:      020888 mouse_wakeup_from_power_check:
-0x54ac 020889 bpatch patch0e_0 ,mem_patch0e 
-0x54ad 020890 disable user 
-0x54ae 020891 fetch mouse_flag_len ,mem_mouse_flag 
-0x54af 020892 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_poweron 
-0x54b0 020893 fetch 1 ,core_lpm_isogate 
-0x54b1 020894 bbit1 cold_wake ,mouse_wakeup_from_poweron 
-0x54b2 020895 enable user 
-:      020896 mouse_wakeup_from_poweron:
-0x54b3 020897 fetch 1 ,mem_reconn_times_init 
-0x54b4 020898 store 1 ,mem_reconn_times 
-0x54b5 020899 rtn 
-:      020901 mouse4_0_check_reconn_target:
-0x54b6 020902 jam 1 ,mem_mouse_le_reconnect_flag 
-0x54b7 020903 fetcht 1 ,mem_mouse_fast_direct_timeout 
-0x54b8 020904 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x54b9 020905 beq 0xff ,mouse4_0_check_reconn_target_next 
-0x54ba 020906 fetcht 1 ,mem_mouse_direct_timeout 
-:      020907 mouse4_0_check_reconn_target_next:
-0x54bb 020908 storet 1 ,mem_mouse_direct_timer 
-0x54bc 020909 call app_lpm_mult_disable 
-0x54bd 020910 fetch 3 ,mem_le_adv_direct_ind 
-0x54be 020911 store 3 ,mem_le_adv_data + 4 
-0x54bf 020912 call mouse_le_check_adv_flag 
-0x54c0 020913 setarg adv_flag_bredr_not_supported 
-0x54c1 020914 istore 1 ,contr 
-0x54c2 020915 arg mem_le_scan_data ,contr 
-0x54c3 020916 call mouse_le_adv_data_update 
-0x54c4 020917 branch check_51cmd_adv 
-:      020921 mouse_lpm_check_wake_lock:
-0x54c5 020922 bmark1 mark_24g ,app_get_lpm_wake_lock 
-0x54c6 020923 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x54c7 020924 branch app_get_lpm_wake_lock ,blank 
-0x54c8 020925 fetch 1 ,mem_mouse_le_conn_param_reject 
-0x54c9 020926 beq le_lpm_disable ,app_get_lpm_wake_lock 
-0x54ca 020927 fetch 1 ,mem_mouse_wheel_trigger 
-0x54cb 020928 nbranch app_get_lpm_wake_lock ,blank 
-0x54cc 020929 branch app_put_lpm_wake_lock 
-:      020938 mouse_app_enter_hibernate:
-0x54cd 020939 bpatch patch0e_1 ,mem_patch0e 
-0x54ce 020940 setarg pan_reg_config 
-0x54cf 020941 call twspi_read 
-0x54d0 020942 bbit1 3 ,mouse_app_enter_hibernate_next 
-0x54d1 020943 call mouse_sensor_reset 
-0x54d2 020944 call mouse_sensor_powerdown 
-:      020945 mouse_app_enter_hibernate_next:
-0x54d3 020946 call mouse_setgpio_hibernate 
-0x54d4 020947 branch app_enter_hibernate 
-:      020949 mouse_before_hibernate:
-0x54d5 020950 bpatch patch0e_2 ,mem_patch0e 
-0x54d6 020951 call disable_authrom 
-0x54d7 020952 call mouse_before_hibernate_wheel_gpio_set 
-0x54d8 020953 call mouse_setgpio_hibernate 
-0x54d9 020954 call mouse_flash_power_down 
-0x54da 020955 fetcht 1 ,mem_sensor_motion_gpio 
-0x54db 020956 branch gpio_clr_wake 
-:      020959 mouse_setgpio_hibernate:
-0x54dc 020960 bpatch patch0e_3 ,mem_patch0e 
-0x54dd 020961 call mouse_set_sdio_high 
-0x54de 020962 call clear_wake 
-0x54df 020963 call mouse_logo_led_off 
-0x54e0 020964 call mouse_lpm_before_common 
-0x54e1 020965 call mouse_gpio_pd_idle 
-0x54e2 020966 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x54e3 020967 call mouse_gpio_config_input_pu 
-0x54e4 020968 call mouse_gpio_set_high_impedance 
-:      020969 mouse_setgpio_hibernate_next:
-0x54e5 020970 call mouse_device_multi_led_all_off 
-0x54e6 020971 call mouse_adc_gpio_set_before_hibernate 
-0x54e7 020972 branch mouse_wheel_gpio_set_before_hibernate 
-:      020974 mouse_wheel_gpio_set_before_hibernate:
-0x54e8 020975 fetch mouse_flag_len ,mem_mouse_flag 
-0x54e9 020976 rtnbit0 mouse_enable_wheel_wake_up_cancel 
-:      020977 mouse_wheel_gpio_clr_wakeup:
-0x54ea 020978 fetcht 1 ,mem_whee_a_data_gpio 
-0x54eb 020979 call gpio_clr_wake 
-0x54ec 020980 fetcht 1 ,mem_whee_b_data_gpio 
-0x54ed 020981 call gpio_clr_wake 
-0x54ee 020982 fetcht 1 ,mem_whee_a_data_gpio 
-0x54ef 020983 call mouse_gpio_config_input_pd 
-0x54f0 020984 fetcht 1 ,mem_whee_b_data_gpio 
-0x54f1 020985 branch mouse_gpio_config_input_pd 
-:      020987 mouse_adc_gpio_set_before_hibernate:
-0x54f2 020988 fetch mouse_flag_len ,mem_mouse_flag 
-0x54f3 020989 rtnbit0 mouse_enable_adc 
-0x54f4 020990 fetch 1 ,mem_adc_config_flag 
-0x54f5 020991 rtnne adc_config_gpio 
-0x54f6 020992 fetch 1 ,mem_adc_channel_gpio 
-0x54f7 020993 arg gpcfg_no_ie ,temp 
-0x54f8 020994 branch gpio_config_function_int 
-:      020998 mouse_gpio_pd_idle:
-0x54f9 020999 arg core_gpio_conf ,contr 
-0x54fa 021000 arg gpio_number ,loopcnt 
-:      021001 mouse_gpio_pd_idle_loop:
-0x54fb 021002 ifetch 1 ,contr 
-0x54fc 021003 nbranch mouse_gpio_pd_idle_configured ,blank 
-0x54fd 021004 setarg gpcfg_pulldown 
-0x54fe 021005 add contr ,-1 ,contw 
-0x54ff 021006 istore 1 ,contw 
-:      021007 mouse_gpio_pd_idle_configured:
-0x5500 021008 loop mouse_gpio_pd_idle_loop 
-0x5501 021009 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
-0x5502 021010 isub contr ,null 
-0x5503 021011 rtn zero 
-:      021012 mouse_gpio_pd_idle_ext:
-0x5504 021013 arg gpio_number_ext ,loopcnt 
-0x5505 021014 arg core_gpio_conf_hi ,contr 
-0x5506 021015 branch mouse_gpio_pd_idle_loop 
-:      021017 mouse_process_lpm_before:
-0x5507 021018 rtnmark1 mark_24g 
-0x5508 021019 call mouse_lpm_before_common 
-0x5509 021020 fetch 1 ,mem_lpm_current_mult 
-0x550a 021021 nrtn blank 
-0x550b 021022 branch gpio_clr_wake 
-:      021024 mouse_lpm_before_common:
-0x550c 021025 bpatch patch0e_4 ,mem_patch0e 
-0x550d 021026 fetcht 1 ,mem_whee_a_data_gpio 
-0x550e 021027 call gpio_config_input 
-0x550f 021028 fetcht 1 ,mem_whee_b_data_gpio 
-0x5510 021029 call gpio_config_input 
-0x5511 021031 call mouse_wheel_check 
-0x5512 021032 fetch 1 ,mem_mouse_sensor_sclk_gpio 
-0x5513 021033 call mouse_gpio_config_output_high 
-0x5514 021034 call twspi_disable 
-0x5515 021036 fetcht 1 ,mem_lbutton_gpio 
-0x5516 021037 call gpio_set_wake 
-0x5517 021038 fetcht 1 ,mem_rbutton_gpio 
-0x5518 021039 call gpio_set_wake 
-0x5519 021040 fetcht 1 ,mem_mbutton_gpio 
-0x551a 021041 call gpio_set_wake 
-0x551b 021043 fetcht 1 ,mem_bk_button_gpio 
-0x551c 021044 call gpio_set_wake 
-0x551d 021045 fetcht 1 ,mem_fw_button_gpio 
-0x551e 021046 call gpio_set_wake 
-0x551f 021047 fetcht 1 ,mem_dpi_button_gpio 
-0x5520 021048 call gpio_set_wake 
-0x5521 021049 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5522 021050 call gpio_set_wake 
-0x5523 021052 fetcht 1 ,mem_customer_key_gpio 
-0x5524 021053 call gpio_set_wake 
-0x5525 021055 fetcht 1 ,mem_whee_a_data_gpio 
-0x5526 021056 call gpio_set_wake_by_current_state 
-0x5527 021057 fetcht 1 ,mem_whee_b_data_gpio 
-0x5528 021058 call gpio_set_wake_by_current_state 
-0x5529 021059 fetcht 1 ,mem_whee_ta_data_gpio 
-0x552a 021060 call gpio_set_wake_by_current_state 
-0x552b 021061 fetcht 1 ,mem_whee_tb_data_gpio 
-0x552c 021062 call gpio_set_wake_by_current_state 
-0x552d 021063 fetcht 1 ,mem_sensor_motion_gpio 
-0x552e 021064 branch gpio_set_wake 
-:      021068 mouse_set_mult:
-0x552f 021069 fetch 2 ,mem_ui_state_map 
-0x5530 021070 rtnbit0 ui_state_ble_connected 
-0x5531 021071 copy rega ,pdata 
-0x5532 021072 nbranch le_set_config_short_mult ,blank 
-0x5533 021073 branch le_clr_config_short_mult 
-:      021077 mouse_adc_gpio_set:
-0x5534 021078 bpatch patch0e_5 ,mem_patch0e 
-0x5535 021079 fetch 1 ,mem_adc_config_flag 
-0x5536 021080 rtnne adc_config_gpio 
-0x5537 021081 fetcht 1 ,mem_adc_channel_gpio 
-0x5538 021082 branch gpio_set_high_impedance 
-:      021084 mouse_adc_gpio_mux_init:
-0x5539 021085 fetch mouse_flag_len ,mem_mouse_flag 
-0x553a 021086 rtnbit0 mouse_enable_adc 
-0x553b 021087 jam mouse_adc_check_multiple ,mem_adc_mux_status 
-0x553c 021088 rtn 
-:      021090 mouse_adc_read:
-0x553d 021091 bpatch patch0e_6 ,mem_patch0e 
-0x553e 021092 fetch mouse_flag_len ,mem_mouse_flag 
-0x553f 021093 rtnbit0 mouse_enable_adc 
-0x5540 021094 call mouse_adc_gpio_set 
-0x5541 021095 fetch 1 ,mem_adc_config_flag 
-0x5542 021096 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
-0x5543 021097 jam mouse_adc_check_hvin_multiple ,mem_adc_mux_status 
-0x5544 021098 branch mouse_adc_read_start 
-:      021100 mouse_adc_read_gpio_mux_start:
-0x5545 021101 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
-0x5546 021102 branch mouse_adc_read_start 
-:      021104 mouse_adc_read_start:
-0x5547 021105 bpatch patch0e_7 ,mem_patch0e 
-0x5548 021106 call enable_adc 
-0x5549 021107 call vdd_calculate_by_mode 
-0x554a 021108 store 2 ,mem_mouse_vdd_now_vol 
-0x554b 021109 fetch 1 ,mem_adc_config_flag 
-0x554c 021110 bne adc_config_gpio ,mouse_adc_data_process 
-0x554d 021111 fetcht 2 ,mem_mouse_vdd_now_vol 
-0x554e 021112 mul32 temp ,8 ,pdata 
-0x554f 021113 div pdata ,10 
-0x5550 021114 call get_div_result 
-0x5551 021115 iadd temp ,pdata 
-0x5552 021116 store 2 ,mem_mouse_vdd_now_vol 
-:      021117 mouse_adc_data_process:
-0x5553 021118 arg mem_mouse_vdd_calculate_set ,rega 
-0x5554 021119 call mouse_adc_bat_percent_lowpower_out 
-0x5555 021120 fetch 1 ,mem_adc_power_flag 
-0x5556 021121 bbit1 1 ,mouse_app_enter_hibernate 
-0x5557 021122 bbit0 0 ,mouse_adc_no_low_voltage 
-0x5558 021123 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x5559 021124 branch mouse_adc_low_voltage 
-:      021126 mouse_adc_low_voltage:
-0x555a 021127 arg mouse_low_voltage_flag ,queue 
-0x555b 021128 branch mouse_enable_function_flag 
-:      021129 mouse_adc_no_low_voltage:
-0x555c 021130 arg mouse_low_voltage_flag ,queue 
-0x555d 021131 call mouse_disable_function_flag 
-0x555e 021132 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x555f 021133 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x5560 021134 rtn blank 
-0x5561 021135 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
-0x5562 021136 branch mouse_low_voltage_led_off_judge 
-:      021139 mouse_adc_bat_percent_lowpower_out:
-0x5563 021140 bpatch patch0f_0 ,mem_patch0f 
-0x5564 021141 ifetch 8 ,rega 
-0x5565 021142 store 8 ,mem_pdatatemp 
-0x5566 021143 fetch 1 ,mem_adc_mux_status 
-0x5567 021144 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
-0x5568 021145 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_battery 
-0x5569 021146 beq mouse_adc_check_hvin_multiple ,mouse_adc_bat_percent_lowpower_out_hvin_multiple 
-:      021147 mouse_adc_bat_percent_lowpower_out_battery:
-0x556a 021148 call adc_clear_no_power_flag 
-0x556b 021149 call adc_clear_low_power_flag 
-0x556c 021150 fetch 2 ,mem_pdatatemp + 6 
-0x556d 021151 fetcht 2 ,mem_pdatatemp + 2 
-0x556e 021152 isub temp ,null 
-0x556f 021153 ncall adc_set_no_power_flag ,positive 
-0x5570 021154 fetcht 2 ,mem_pdatatemp + 4 
-0x5571 021155 isub temp ,null 
-0x5572 021156 ncall adc_set_low_power_flag ,positive 
-:      021157 mouse_adc_bat_level_set:
-0x5573 021158 fetch 2 ,mem_pdatatemp + 6 
-0x5574 021159 fetcht 2 ,mem_pdatatemp 
-0x5575 021160 isub temp ,null 
-0x5576 021161 branch mouse_adc_bat_level_100_percent ,positive 
-0x5577 021162 fetcht 2 ,mem_pdatatemp + 2 
-0x5578 021163 isub temp ,pdata 
-0x5579 021164 nbranch mouse_adc_bat_level_0_percent ,positive 
-0x557a 021165 branch mouse_adc_bat_level_0_percent ,blank 
-0x557b 021166 mul32 pdata ,100 ,rega 
-0x557c 021167 fetch 2 ,mem_pdatatemp 
-0x557d 021168 fetcht 2 ,mem_pdatatemp + 2 
-0x557e 021169 isub temp ,temp 
-0x557f 021170 copy rega ,pdata 
-0x5580 021171 idiv temp 
-0x5581 021172 call get_div_result 
-0x5582 021173 store 1 ,mem_le_battery_level_percentage 
-0x5583 021174 rtn 
-:      021176 mouse_adc_bat_level_100_percent:
-0x5584 021177 jam 100 ,mem_le_battery_level_percentage 
-0x5585 021178 rtn 
-:      021179 mouse_adc_bat_level_0_percent:
-0x5586 021180 jam 0 ,mem_le_battery_level_percentage 
-0x5587 021181 rtn 
-:      021183 mouse_adc_bat_percent_lowpower_out_hvin_multiple:
-0x5588 021184 branch mouse_adc_bat_percent_lowpower_out_battery 
-:      021190 mouse_gpio_init:
-0x5589 021191 fetcht 1 ,mem_eeprom_wp_gpio 
-0x558a 021192 call gpio_config_output 
-0x558b 021194 fetcht 1 ,mem_lbutton_gpio 
-0x558c 021195 call mouse_gpio_config_input_pu 
-0x558d 021196 fetcht 1 ,mem_rbutton_gpio 
-0x558e 021197 call mouse_gpio_config_input_pu 
-0x558f 021198 fetcht 1 ,mem_mbutton_gpio 
-0x5590 021199 call mouse_gpio_config_input_pu 
-0x5591 021200 fetcht 1 ,mem_bk_button_gpio 
-0x5592 021201 call mouse_gpio_config_input_pu 
-0x5593 021202 fetcht 1 ,mem_fw_button_gpio 
-0x5594 021203 call mouse_gpio_config_input_pu 
-0x5595 021204 fetcht 1 ,mem_dpi_button_gpio 
-0x5596 021205 call mouse_gpio_config_input_pu 
-0x5597 021207 fetcht 1 ,mem_matrix_public_gpio 
-0x5598 021208 call mouse_gpio_config_input_pu 
-0x5599 021210 fetcht 1 ,mem_config_select_device_button_gpio 
-0x559a 021211 call mouse_gpio_config_input_pu 
-0x559b 021213 fetcht 1 ,mem_customer_key_gpio 
-0x559c 021214 call mouse_gpio_config_input_pu 
-0x559d 021216 fetcht 1 ,mem_whee_a_data_gpio 
-0x559e 021217 call mouse_gpio_config_input_pu 
-0x559f 021219 fetcht 1 ,mem_whee_b_data_gpio 
-0x55a0 021220 call mouse_gpio_config_input_pu 
-0x55a1 021222 fetcht 1 ,mem_whee_ta_data_gpio 
-0x55a2 021223 call mouse_gpio_config_input_pu 
-0x55a3 021224 fetcht 1 ,mem_whee_tb_data_gpio 
-0x55a4 021225 call mouse_gpio_config_input_pu 
-0x55a5 021227 fetcht 1 ,mem_sensor_motion_gpio 
-0x55a6 021228 call mouse_gpio_config_input_pu 
-0x55a7 021230 fetcht 1 ,mem_device_switch_gpio 
-0x55a8 021231 call mouse_gpio_config_input_pu 
-0x55a9 021233 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x55aa 021234 branch mouse_gpio_config_input_pu 
-:      021237 mouse_gpio_set_pupd_by_input:
-0x55ab 021238 sub temp ,ui_button_gpio_disable ,null 
-0x55ac 021239 rtn zero 
-0x55ad 021240 and temp ,0x7f ,queue 
-0x55ae 021241 fetch 4 ,core_gpio_in 
-0x55af 021242 qisolate1 pdata 
-0x55b0 021243 branch mouse_gpio_config_input_pu ,true 
-:      021244 mouse_gpio_config_input_pd:
-0x55b1 021245 sub temp ,ui_button_gpio_disable ,null 
-0x55b2 021246 rtn zero 
-0x55b3 021247 set1 gpio_active_bit ,temp 
-0x55b4 021248 branch gpio_config_input 
-:      021250 mouse_gpio_config_input_pu:
-0x55b5 021251 sub temp ,ui_button_gpio_disable ,null 
-0x55b6 021252 rtn zero 
-0x55b7 021253 set0 gpio_active_bit ,temp 
-0x55b8 021254 branch gpio_config_input 
-:      021256 mouse_gpio_set_high_impedance:
-0x55b9 021257 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
-0x55ba 021258 store 3 ,mem_pdatatemp 
-0x55bb 021259 arg 13 ,loopcnt 
-0x55bc 021260 arg 0 ,temp 
-:      021261 mouse_gpio_set_high_impedance_bit_loop:
-0x55bd 021262 fetch 3 ,mem_pdatatemp 
-0x55be 021263 isolate1 0 ,pdata 
-0x55bf 021264 call gpio_set_high_impedance ,true 
-0x55c0 021265 fetch 3 ,mem_pdatatemp 
-0x55c1 021266 lshift pdata ,pdata 
-0x55c2 021267 store 3 ,mem_pdatatemp 
-0x55c3 021268 increase 1 ,temp 
-0x55c4 021269 loop mouse_gpio_set_high_impedance_bit_loop 
-0x55c5 021270 rtn 
-:      021276 mouse_le_name_modify:
-0x55c6 021277 bpatch patch0f_1 ,mem_patch0f 
-0x55c7 021278 fetch 8 ,mem_le_name_patch 
-0x55c8 021279 rtn blank 
-0x55c9 021280 fetch 1 ,mem_le_name_patch_len 
-0x55ca 021281 copy pdata ,rega 
-0x55cb 021282 sub pdata ,11 ,null 
-0x55cc 021283 nbranch mouse_le_name_patch_len_overflow ,positive 
-0x55cd 021285 call mouse_le_name_clear 
-0x55ce 021287 arg mem_le_adv_swift_pair + 9 ,contw 
-0x55cf 021288 call mouse_le_name_modify_next 
-0x55d0 021290 arg mem_le_scan_data + 2 ,contw 
-0x55d1 021291 call mouse_le_name_modify_next 
-0x55d2 021293 arg mem_le_name ,contw 
-:      021294 mouse_le_name_modify_next:
-0x55d3 021295 arg mem_le_name_patch ,contr 
-0x55d4 021296 copy rega ,loopcnt 
-0x55d5 021297 branch memcpy 
-:      021299 mouse_le_name_clear:
-0x55d6 021300 arg mem_le_adv_swift_pair + 9 ,contw 
-0x55d7 021301 call mouse_le_name_clear_next 
-0x55d8 021303 arg mem_le_scan_data + 2 ,contw 
-0x55d9 021304 call mouse_le_name_clear_next 
-0x55da 021306 arg mem_le_name ,contw 
-:      021307 mouse_le_name_clear_next:
-0x55db 021308 arg 11 ,loopcnt 
-0x55dc 021309 branch clear_mem 
-:      021311 mouse_le_name_patch_len_overflow:
-0x55dd 021312 call mouse_le_swift_pair_disable 
-0x55de 021314 fetch 1 ,mem_le_name_patch_len 
-0x55df 021315 increase 1 ,pdata 
-0x55e0 021316 store 1 ,mem_le_adv_swift_pair 
-0x55e1 021317 jam 9 ,mem_le_adv_swift_pair + 1 
-0x55e2 021318 arg mem_le_name_patch ,contr 
-0x55e3 021319 arg mem_le_adv_swift_pair + 2 ,contw 
-0x55e4 021320 copy rega ,loopcnt 
-0x55e5 021321 call memcpy 
-0x55e6 021323 fetch 1 ,mem_le_name_patch_len 
-0x55e7 021324 increase 1 ,pdata 
-0x55e8 021325 store 1 ,mem_le_scan_data 
-0x55e9 021326 jam 9 ,mem_le_scan_data + 1 
-0x55ea 021327 arg mem_le_name_patch ,contr 
-0x55eb 021328 arg mem_le_scan_data + 2 ,contw 
-0x55ec 021329 copy rega ,loopcnt 
-0x55ed 021330 call memcpy 
-0x55ee 021332 arg mem_le_name_patch_len ,contr 
-0x55ef 021333 arg mem_le_name_len ,contw 
-0x55f0 021334 copy rega ,loopcnt 
-0x55f1 021335 increase 1 ,loopcnt 
-0x55f2 021336 branch memcpy 
-:      021338 mouse_le_swift_pair_disable:
-0x55f3 021339 arg mem_le_adv_swift_pair ,contw 
-0x55f4 021340 arg 20 ,loopcnt 
-0x55f5 021341 branch clear_mem 
-:      021347 mouse_sensor_spi_init:
-0x55f6 021348 call mouse_spid_init_pin 
-0x55f7 021349 jam 0x73 ,mem_spi_init_clk 
-0x55f8 021351 call mouse_spi_init 
-0x55f9 021352 branch twspi_enable 
-:      021354 mouse_spi_write_flash_cb:
-:      021355 mouse_spi_init:
-0x55fa 021356 branch spid_init 
-:      021358 mouse_spid_init_pin:
-0x55fb 021359 fetch 1 ,mem_mouse_sensor_sclk_gpio 
-0x55fc 021360 arg gpcfg_spid_sck ,temp 
-0x55fd 021361 call gpio_config_function_int 
-0x55fe 021362 fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0x55ff 021363 arg gpcfg_spid_sdio ,temp 
-0x5600 021364 branch gpio_config_function_int 
-:      021369 mouse_motion:
-0x5601 021370 bpatch patch0f_2 ,mem_patch0f 
-0x5602 021371 disable user 
-0x5603 021372 setarg 0 
-0x5604 021373 store 6 ,mem_mouse_x 
-0x5605 021374 call mouse_check_sensor_data 
-0x5606 021375 setarg 0x0089 
-0x5607 021376 call twspi_write 
-0x5608 021377 call mouse_setting_sensor_type 
-0x5609 021378 call mouse_zwheel 
-0x560a 021379 call mouse_t_zwheel 
-0x560b 021380 call mouse_key 
-0x560c 021381 fetch 1 ,mem_mouse_key 
-0x560d 021382 and_into 0x1f ,pdata 
-0x560e 021383 store 1 ,mem_mouse_key 
-0x560f 021384 nbranch mouse_drawing_optima_init ,user 
-0x5610 021385 call mouse_drawing_optima 
-0x5611 021386 branch mouse_no_data_timer_init 
-:      021390 mouse_zwheel:
-0x5612 021391 fetch 1 ,mem_mouse_z_data 
-0x5613 021392 rtn blank 
-0x5614 021393 store 1 ,mem_mouse_z 
-0x5615 021394 jam 0 ,mem_mouse_z_data 
-0x5616 021395 branch enable_user 
-:      021397 mouse_t_zwheel:
-0x5617 021398 fetch 1 ,mem_mouse_tz_data 
-0x5618 021399 rtn blank 
-0x5619 021400 store 1 ,mem_mouse_tz 
-0x561a 021401 jam 0 ,mem_mouse_tz_data 
-0x561b 021402 branch enable_user 
-:      021404 mouse_wheel_check:
-0x561c 021405 call mouse_t_wheel_scan 
-0x561d 021406 call mouse_wheel_scan 
-0x561e 021407 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x561f 021408 fetcht 1 ,mem_wheel_tb_old_pinlevel 
-0x5620 021409 store 1 ,mem_wheel_tb_old_pinlevel 
-0x5621 021410 isub temp ,null 
-0x5622 021411 nbranch app_lpm_wake_auto_lock ,zero 
-0x5623 021412 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5624 021413 fetcht 1 ,mem_mwheel_b_old_pinlevel 
-0x5625 021414 store 1 ,mem_mwheel_b_old_pinlevel 
-0x5626 021415 isub temp ,null 
-0x5627 021416 nbranch app_lpm_wake_auto_lock ,zero 
-0x5628 021417 rtn 
-:      021418 mouse_t_wheel_scan:
-0x5629 021419 fetch 1 ,mem_whee_ta_data_gpio 
-0x562a 021420 rtneq gpio_disable 
-0x562b 021421 arg 0 ,rega 
-0x562c 021422 fetcht 1 ,mem_whee_ta_data_gpio 
-0x562d 021423 call gpio_get_bit 
-0x562e 021424 setflag true ,0 ,rega 
-0x562f 021425 fetcht 1 ,mem_whee_tb_data_gpio 
-0x5630 021426 call gpio_get_bit 
-0x5631 021427 setflag true ,1 ,rega 
-0x5632 021428 copy rega ,pdata 
-0x5633 021429 store 1 ,mem_wheel_tb_new_pinlevel 
-0x5634 021430 beq 0x01 ,mouse_t_wheel_scan_judge1 
-0x5635 021431 beq 0x02 ,mouse_t_wheel_scan_judge2 
-0x5636 021432 fetch 1 ,mem_wheel_tog 
-0x5637 021433 bbit1 7 ,mouse_t_wheel_scan_judge3 
-0x5638 021434 rtn 
-:      021436 mouse_t_wheel_scan_judge1:
-0x5639 021437 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x563a 021438 beq 0 ,mouse_t_wheel_scan_judge11 
-0x563b 021439 beq 3 ,mouse_t_wheel_scan_judge12 
-0x563c 021440 rtn 
-:      021441 mouse_t_wheel_scan_judge2:
-0x563d 021442 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x563e 021443 beq 0 ,mouse_t_wheel_scan_judge21 
-0x563f 021444 beq 3 ,mouse_t_wheel_scan_judge22 
-0x5640 021445 rtn 
-:      021446 mouse_t_wheel_scan_judge11:
-0x5641 021447 jam 0x82 ,mem_wheel_tog 
-0x5642 021448 rtn 
-:      021449 mouse_t_wheel_scan_judge12:
-0x5643 021450 jam 0x81 ,mem_wheel_tog 
-0x5644 021451 rtn 
-:      021452 mouse_t_wheel_scan_judge21:
-0x5645 021453 jam 0x80 ,mem_wheel_tog 
-0x5646 021454 rtn 
-:      021455 mouse_t_wheel_scan_judge22:
-0x5647 021456 jam 0x83 ,mem_wheel_tog 
-0x5648 021457 rtn 
-:      021458 mouse_t_wheel_scan_judge3:
-0x5649 021459 fetch 1 ,mem_wheel_tog 
-0x564a 021460 set0 7 ,pdata 
-0x564b 021461 store 1 ,mem_wheel_tog 
-0x564c 021462 beq 0 ,mouse_t_wheel_scan_judge30 
-0x564d 021463 beq 1 ,mouse_t_wheel_scan_judge31 
-0x564e 021464 beq 2 ,mouse_t_wheel_scan_judge32 
-0x564f 021465 beq 3 ,mouse_t_wheel_scan_judge33 
-0x5650 021466 rtn 
-:      021467 mouse_t_wheel_scan_judge30:
-0x5651 021468 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x5652 021469 beq 3 ,mouse_wheel_t_forward 
-0x5653 021470 rtn 
-:      021471 mouse_t_wheel_scan_judge31:
-0x5654 021472 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x5655 021473 beq 0 ,mouse_wheel_t_forward 
-0x5656 021474 rtn 
-:      021475 mouse_t_wheel_scan_judge32:
-0x5657 021476 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x5658 021477 beq 3 ,mouse_wheel_t_back 
-0x5659 021478 rtn 
-:      021479 mouse_t_wheel_scan_judge33:
-0x565a 021480 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x565b 021481 beq 0 ,mouse_wheel_t_back 
-0x565c 021482 rtn 
-:      021483 mouse_wheel_t_forward:
-0x565d 021484 fetch 1 ,mem_mouse_tz_data 
-0x565e 021485 increase 1 ,pdata 
-0x565f 021486 store 1 ,mem_mouse_tz_data 
-0x5660 021487 rtn 
-:      021488 mouse_wheel_t_back:
-0x5661 021489 fetch 1 ,mem_mouse_tz_data 
-0x5662 021490 increase -1 ,pdata 
-0x5663 021491 store 1 ,mem_mouse_tz_data 
-0x5664 021492 rtn 
-:      021495 mouse_wheel_scan:
-0x5665 021496 fetch 1 ,mem_whee_a_data_gpio 
-0x5666 021497 rtneq gpio_disable 
-0x5667 021498 arg 0 ,rega 
-0x5668 021499 fetcht 1 ,mem_whee_a_data_gpio 
-0x5669 021500 call gpio_get_bit 
-0x566a 021501 setflag true ,0 ,rega 
-0x566b 021502 fetcht 1 ,mem_whee_b_data_gpio 
-0x566c 021503 call gpio_get_bit 
-0x566d 021504 setflag true ,1 ,rega 
-0x566e 021505 copy rega ,pdata 
-0x566f 021506 store 1 ,mem_mwheel_b_new_pinlevel 
-0x5670 021507 beq 0x01 ,mouse_wheel_scan_judge1 
-0x5671 021508 beq 0x02 ,mouse_wheel_scan_judge2 
-0x5672 021509 fetch 1 ,mem_mwheel_tog 
-0x5673 021510 bbit1 7 ,mouse_wheel_scan_judge3 
-0x5674 021511 rtn 
-:      021513 mouse_wheel_scan_judge1:
-0x5675 021514 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x5676 021515 beq 0 ,mouse_wheel_scan_judge11 
-0x5677 021516 beq 3 ,mouse_wheel_scan_judge12 
-0x5678 021517 rtn 
-:      021518 mouse_wheel_scan_judge2:
-0x5679 021519 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x567a 021520 beq 0 ,mouse_wheel_scan_judge21 
-0x567b 021521 beq 3 ,mouse_wheel_scan_judge22 
-0x567c 021522 rtn 
-:      021523 mouse_wheel_scan_judge11:
-0x567d 021524 jam 0x82 ,mem_mwheel_tog 
-0x567e 021525 rtn 
-:      021526 mouse_wheel_scan_judge12:
-0x567f 021527 jam 0x81 ,mem_mwheel_tog 
-0x5680 021528 rtn 
-:      021529 mouse_wheel_scan_judge21:
-0x5681 021530 jam 0x80 ,mem_mwheel_tog 
-0x5682 021531 rtn 
-:      021532 mouse_wheel_scan_judge22:
-0x5683 021533 jam 0x83 ,mem_mwheel_tog 
-0x5684 021534 rtn 
-:      021535 mouse_wheel_scan_judge3:
-0x5685 021536 fetch 1 ,mem_mwheel_tog 
-0x5686 021537 set0 7 ,pdata 
-0x5687 021538 store 1 ,mem_mwheel_tog 
-0x5688 021539 beq 0 ,mouse_wheel_scan_judge30 
-0x5689 021540 beq 1 ,mouse_wheel_scan_judge31 
-0x568a 021541 beq 2 ,mouse_wheel_scan_judge32 
-0x568b 021542 beq 3 ,mouse_wheel_scan_judge33 
-0x568c 021543 rtn 
-:      021544 mouse_wheel_scan_judge30:
-0x568d 021545 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x568e 021546 beq 3 ,mouse_wheel_forward 
-0x568f 021547 rtn 
-:      021548 mouse_wheel_scan_judge31:
-0x5690 021549 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5691 021550 beq 0 ,mouse_wheel_forward 
-0x5692 021551 rtn 
-:      021552 mouse_wheel_scan_judge32:
-0x5693 021553 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5694 021554 beq 3 ,mouse_wheel_back 
-0x5695 021555 rtn 
-:      021556 mouse_wheel_scan_judge33:
-0x5696 021557 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5697 021558 beq 0 ,mouse_wheel_back 
-0x5698 021559 rtn 
-:      021560 mouse_wheel_forward:
-0x5699 021561 fetch 1 ,mem_mouse_z_data 
-0x569a 021562 increase 1 ,pdata 
-0x569b 021563 store 1 ,mem_mouse_z_data 
-0x569c 021564 rtn 
-:      021565 mouse_wheel_back:
-0x569d 021566 fetch 1 ,mem_mouse_z_data 
-0x569e 021567 increase -1 ,pdata 
-0x569f 021568 store 1 ,mem_mouse_z_data 
-0x56a0 021569 rtn 
-:      021572 mouse_wheel_gpio_set_wake:
-0x56a1 021573 fetcht 1 ,mem_whee_a_data_gpio 
-0x56a2 021574 call gpio_set_wake_by_current_state 
-0x56a3 021575 fetcht 1 ,mem_whee_b_data_gpio 
-0x56a4 021576 call gpio_set_wake_by_current_state 
-0x56a5 021577 fetcht 1 ,mem_whee_ta_data_gpio 
-0x56a6 021578 call gpio_set_wake_by_current_state 
-0x56a7 021579 fetcht 1 ,mem_whee_tb_data_gpio 
-0x56a8 021580 branch gpio_set_wake_by_current_state 
-:      021582 mouse_before_hibernate_wheel_gpio_set:
-0x56a9 021583 fetcht 1 ,mem_whee_a_data_gpio 
-0x56aa 021584 call mouse_gpio_set_pupd_by_input 
-0x56ab 021585 fetcht 1 ,mem_whee_b_data_gpio 
-0x56ac 021586 call mouse_gpio_set_pupd_by_input 
-0x56ad 021587 fetcht 1 ,mem_whee_ta_data_gpio 
-0x56ae 021588 call mouse_gpio_set_pupd_by_input 
-0x56af 021589 fetcht 1 ,mem_whee_tb_data_gpio 
-0x56b0 021590 branch mouse_gpio_set_pupd_by_input 
-:      021592 mouse_wheel_trigger:
-0x56b1 021593 fetch 2 ,mem_mouse_z 
-0x56b2 021594 rtn blank 
-0x56b3 021595 jam 1 ,mem_mouse_wheel_trigger 
-0x56b4 021596 jam 10 ,mem_mouse_wheel_trigger_timer 
-0x56b5 021597 rtn 
-:      021599 mouse_wheel_trigger_timer:
-0x56b6 021600 arg mem_mouse_wheel_trigger_timer ,regc 
-0x56b7 021601 arg mouse_wheel_trigger_disable ,regb 
-0x56b8 021602 branch timer_single_step 
-:      021603 mouse_wheel_trigger_disable:
-0x56b9 021604 jam 0 ,mem_mouse_wheel_trigger 
-0x56ba 021605 rtn 
-:      021613 mouse_dpi_check:
-0x56bb 021614 fetch 1 ,mem_dpi_button_gpio 
-0x56bc 021615 rtneq gpio_disable 
-0x56bd 021616 arg 0 ,rega 
-0x56be 021617 jam mouse_dpi_key ,mem_mouse_key_temp 
-0x56bf 021618 fetcht 1 ,mem_dpi_button_gpio 
-0x56c0 021619 call mouse_dpi_key_check 
-:      021620 mouse_dpi_check_next:
-0x56c1 021621 store 1 ,mem_mouse_dpikey_press_status 
-0x56c2 021622 fetch 1 ,mem_matrix_public_gpio 
-0x56c3 021623 beq gpio_disable ,mouse_3io6key_dpi_check_end 
-0x56c4 021624 call mouse_matrix_public_gpio_reset 
-:      021625 mouse_dpi_check_exit:
-0x56c5 021626 copy rega ,pdata 
-0x56c6 021627 bbit1 mouse_dpi_key ,mouse_dpi_down 
-0x56c7 021628 branch mouse_dpi_up 
-:      021630 mouse_dpi_key_check:
-0x56c8 021631 fetch mouse_flag_len ,mem_mouse_flag 
-0x56c9 021632 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0x56ca 021633 fetch 1 ,mem_mouse_dpikey_press_status 
-0x56cb 021634 copy pdata ,regc 
-0x56cc 021635 fetch 1 ,mem_matrix_public_gpio 
-0x56cd 021636 beq gpio_disable ,mouse_3io6key_check 
-:      021637 mouse_dpi_key_check_next:
-0x56ce 021638 fetch 1 ,mem_mouse_ghost_flag 
-0x56cf 021639 nbranch mouse_dpi_check_end ,blank 
-:      021640 mouse_dpi_key_connect_matrix:
-0x56d0 021641 call gpio_get_bit 
-0x56d1 021642 fetcht 1 ,mem_matrix_public_gpio 
-0x56d2 021643 branch mouse_dpi_key_connect_gnd ,true 
-0x56d3 021644 fetcht 1 ,mem_matrix_public_gpio 
-0x56d4 021645 call gpio_out_active 
-0x56d5 021646 fetcht 1 ,mem_dpi_button_gpio 
-0x56d6 021647 fetch 1 ,mem_mouse_dpikey_press_status 
-0x56d7 021648 branch mouse_check_key_connect_gnd 
-:      021650 mouse_3io6key_dpi_check_end:
-0x56d8 021651 fetcht 1 ,mem_dpi_button_gpio 
-0x56d9 021652 call mouse_gpio_config_input_pu 
-0x56da 021653 branch mouse_dpi_check_exit 
-:      021655 mouse_dpi_check_end:
-0x56db 021656 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x56dc 021657 jam 0 ,mem_mouse_dpikey_press_status 
-0x56dd 021658 rtn 
-:      021660 mouse_dpi_key_connect_gnd:
-0x56de 021661 fetch 1 ,mem_mouse_dpikey_press_status 
-0x56df 021662 branch mouse_check_key_connect_gnd 
-:      021664 mouse_dpi_down:
-0x56e0 021665 fetch 1 ,mem_mouse_dpi_button_state 
-0x56e1 021666 rtneq dpi_button_state_down 
-0x56e2 021667 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x56e3 021668 fetch mouse_flag_len ,mem_mouse_flag 
-0x56e4 021669 rtnbit1 mouse_enable_select_device_by_dpi_button 
-0x56e5 021670 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
-0x56e6 021671 branch mouse_dpi_process 
-:      021673 mouse_dpi_up:
-0x56e7 021674 fetch 1 ,mem_mouse_dpi_button_state 
-0x56e8 021675 rtneq dpi_button_state_up 
-0x56e9 021676 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x56ea 021677 fetch mouse_flag_len ,mem_mouse_flag 
-0x56eb 021678 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
-0x56ec 021679 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
-0x56ed 021680 rtn 
-:      021681 mouse_dpi_up_next:
-0x56ee 021682 fetch 1 ,mem_mouse_dpi_long_press_flag 
-0x56ef 021683 nbranch mouse_dpi_up_after_long_press ,blank 
-0x56f0 021684 fetch 1 ,mem_select_device_count 
-0x56f1 021685 ncall mouse_dpi_process ,blank 
-:      021686 mouse_dpi_up_after_long_press:
-0x56f2 021687 jam 0 ,mem_mouse_dpi_long_press_flag 
-0x56f3 021688 fetch 1 ,mem_ui_button_timeout 
-0x56f4 021689 store 1 ,mem_select_device_count 
-0x56f5 021690 store 1 ,mem_bt_discovery_count 
-0x56f6 021691 rtn 
-:      021693 mouse_dpi_process:
-0x56f7 021694 bpatch patch0f_3 ,mem_patch0f 
-0x56f8 021695 call mouse_dpi_ghost_check 
-0x56f9 021696 rtn user 
-0x56fa 021697 fetch 1 ,mem_mouse_dpi 
-0x56fb 021699 copy pdata ,temp 
-0x56fc 021700 fetch mouse_flag_len ,mem_mouse_flag 
-0x56fd 021701 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
-0x56fe 021702 copy temp ,pdata 
-0x56ff 021704 increase 1 ,pdata 
-0x5700 021705 and pdata ,0x03 ,pdata 
-:      021706 mouse_dpi_level_store:
-0x5701 021707 store 1 ,mem_mouse_dpi 
-0x5702 021708 call mouse_setting_dpi 
-0x5703 021709 branch mouse_store_dpi_info_check 
-:      021714 mouse_double_dpi_check:
-0x5704 021715 fetch 1 ,mem_dpi_another_button_down_enable 
-0x5705 021716 nbranch mouse_another_dpi_button_down ,blank 
-:      021717 mouse_dpi_increase:
-0x5706 021718 fetch mouse_flag_len ,mem_mouse_flag 
-0x5707 021719 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_increase_level_4 
-0x5708 021720 copy temp ,pdata 
-0x5709 021721 rtneq mouse_dpi_level2 
-:      021722 mouse_dpi_increase_level:
-0x570a 021723 beq mouse_dpi_level1 ,mouse_dpi_level_3 
-0x570b 021724 beq mouse_dpi_level3 ,mouse_dpi_level_2 
-0x570c 021725 rtn 
-:      021727 mouse_dpi_level_1:
-0x570d 021728 setarg 2 
-0x570e 021729 branch mouse_dpi_level_store 
-:      021730 mouse_dpi_level_2:
-0x570f 021731 setarg 0 
-0x5710 021732 branch mouse_dpi_level_store 
-:      021733 mouse_dpi_level_3:
-0x5711 021734 setarg 1 
-0x5712 021735 branch mouse_dpi_level_store 
-:      021736 mouse_dpi_level_4:
-0x5713 021737 setarg 3 
-0x5714 021738 branch mouse_dpi_level_store 
-:      021740 mouse_dpi_increase_level_4:
-0x5715 021741 copy temp ,pdata 
-0x5716 021742 rtneq mouse_dpi_level2 
-0x5717 021743 beq mouse_dpi_level1 ,mouse_dpi_level_3 
-0x5718 021744 beq mouse_dpi_level3 ,mouse_dpi_level_4 
-0x5719 021745 beq mouse_dpi_level4 ,mouse_dpi_level_2 
-0x571a 021746 rtn 
-:      021747 mouse_dpi_decrease_level_4:
-0x571b 021748 copy temp ,pdata 
-0x571c 021749 rtneq mouse_dpi_level3 
-0x571d 021750 beq mouse_dpi_level1 ,mouse_dpi_level_4 
-0x571e 021751 beq mouse_dpi_level2 ,mouse_dpi_level_2 
-0x571f 021752 beq mouse_dpi_level4 ,mouse_dpi_level_1 
-0x5720 021753 rtn 
-:      021755 mouse_another_dpi_button_down:
-:      021756 mouse_dpi_decrease:
-0x5721 021757 fetch mouse_flag_len ,mem_mouse_flag 
-0x5722 021758 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_decrease_level_4 
-0x5723 021759 copy temp ,pdata 
-0x5724 021760 rtneq mouse_dpi_level3 
-:      021761 mouse_dpi_decrease_level:
-0x5725 021762 beq mouse_dpi_level1 ,mouse_dpi_level_1 
-0x5726 021763 beq mouse_dpi_level2 ,mouse_dpi_level_2 
-0x5727 021764 rtn 
-:      021769 mouse_dpi_ghost_check:
-0x5728 021770 disable user 
-0x5729 021771 fetch mouse_flag_len ,mem_mouse_flag 
-0x572a 021772 rtnbit1 mouse_enable_dpi_key_connect_gnd 
-0x572b 021773 branch mouse_ghost_key_value_check 
-:      021775 mouse_dpi_key_check_long_press:
-0x572c 021776 fetch mouse_flag_len ,mem_mouse_flag 
-0x572d 021777 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
-0x572e 021778 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
-0x572f 021779 rtn 
-:      021781 mouse_select_device_by_dpi_button:
-0x5730 021782 fetch 1 ,mem_mouse_dpi_button_state 
-0x5731 021783 rtnne dpi_button_state_down 
-0x5732 021784 arg mem_select_device_count ,regc 
-0x5733 021785 arg mouse_ready_reconnection_by_dpi_button ,regb 
-0x5734 021786 branch timer_single_step 
-:      021788 mouse_ready_reconnection_by_dpi_button:
-0x5735 021789 jam 1 ,mem_mouse_dpi_long_press_flag 
-0x5736 021790 branch mouse_ready_reconnection_by_button 
-:      021792 mouse_discovery_by_dpi_button:
-0x5737 021793 fetch 1 ,mem_mouse_dpi_button_state 
-0x5738 021794 rtnne dpi_button_state_down 
-0x5739 021795 arg mem_bt_discovery_count ,regc 
-0x573a 021796 arg mouse_long_dpi_button_bt_discovery ,regb 
-0x573b 021797 branch timer_single_step 
-:      021799 mouse_long_dpi_button_bt_discovery:
-0x573c 021800 jam 1 ,mem_mouse_dpi_long_press_flag 
-0x573d 021801 branch mouse_long_button_bt_discovery 
-:      021803 mouse_setting_dpi_4_level:
-0x573e 021804 fetch mouse_flag_len ,mem_mouse_flag 
-0x573f 021805 rtnbit1 mouse_enable_dpi_level_4 
-0x5740 021806 fetch 1 ,mem_mouse_dpi 
-0x5741 021807 rtnne mouse_dpi_level4 
-0x5742 021808 jam mouse_dpi_level1 ,mem_mouse_dpi 
-0x5743 021809 rtn 
-:      021811 mouse_setting_dpi:
-0x5744 021812 bpatch patch0f_4 ,mem_patch0f 
-0x5745 021813 call mouse_setting_dpi_4_level 
-0x5746 021814 call mouse_dpi_led_blink_delay 
-:      021815 mouse_setting_sensor_type:
-0x5747 021816 bpatch patch0f_5 ,mem_patch0f 
-0x5748 021817 fetch 1 ,mem_config_sensor_type 
-0x5749 021818 beq s201x ,mouse_seting_s201_dpi 
-0x574a 021819 beq p3212 ,mouse_seting_3212_dpi 
-0x574b 021820 beq ka8g2 ,mouse_seting_ka8g2_dpi 
-0x574c 021821 fetch 1 ,mem_mouse_dpi 
-0x574d 021822 beq mouse_dpi_level1 ,mouse_set_cpi0 
-0x574e 021823 beq mouse_dpi_level2 ,mouse_set_cpi1 
-0x574f 021824 beq mouse_dpi_level3 ,mouse_set_cpi2 
-0x5750 021825 beq mouse_dpi_level4 ,mouse_set_cpi3 
-:      021826 mouse_set_cpi1:
-0x5751 021827 fetcht 1 ,mem_320x_dpi_1 
-0x5752 021828 branch mouse_dpi_store 
-:      021829 mouse_set_cpi0:
-0x5753 021830 fetcht 1 ,mem_320x_dpi_0 
-0x5754 021831 branch mouse_dpi_store 
-:      021832 mouse_set_cpi2:
-0x5755 021833 fetcht 1 ,mem_320x_dpi_2 
-0x5756 021834 branch mouse_dpi_store 
-:      021835 mouse_set_cpi3:
-0x5757 021836 fetcht 1 ,mem_320x_dpi_3 
-:      021837 mouse_dpi_store:
-0x5758 021838 fetch 1 ,mem_config_sensor_type 
-0x5759 021839 beq p3065_xy ,mouse_3065xy_set_dpi 
-0x575a 021840 beq mx8650 ,mouse_3065xy_set_dpi 
-0x575b 021841 beq ka8 ,mouse_ka8_set_dpi 
-0x575c 021842 beq p6520 ,mouse_ka8_set_dpi 
-0x575d 021843 beq p8009 ,mouse_3065xy_set_dpi 
-:      021844 mouse_dpi_write:
-0x575e 021845 storet 1 ,mem_mouse_cpi_count 
-0x575f 021846 setarg mouse_dpi_address 
-0x5760 021847 call twspi_read 
-0x5761 021848 and pdata ,0xf8 ,temp 
-0x5762 021849 fetch 1 ,mem_mouse_cpi_count 
-0x5763 021850 iadd temp ,pdata 
-0x5764 021851 lshift8 pdata ,pdata 
-0x5765 021852 add pdata ,mouse_dpi_address ,pdata 
-0x5766 021853 branch twspi_write 
-:      021855 mouse_3065xy_set_dpi:
-0x5767 021856 increase -1 ,temp 
-0x5768 021857 branch mouse_dpi_write 
-:      021859 mouse_ka8_set_dpi:
-0x5769 021860 increase 2 ,temp 
-0x576a 021861 branch mouse_dpi_write 
-:      021863 mouse_seting_s201_dpi:
-0x576b 021864 fetch 1 ,mem_mouse_dpi 
-0x576c 021865 beq mouse_dpi_level1 ,mouse_set_s201_dpi_0 
-0x576d 021866 beq mouse_dpi_level2 ,mouse_set_s201_dpi_2 
-0x576e 021867 beq mouse_dpi_level3 ,mouse_set_s201_dpi_3 
-:      021868 mouse_set_s201_dpi_0:
-0x576f 021869 fetch 1 ,mem_sensor_s201_dpi_0 
-0x5770 021870 copy pdata ,rega 
-0x5771 021871 branch mouse_dpi_s201_store 
-:      021873 mouse_set_s201_dpi_1:
-0x5772 021874 fetch 1 ,mem_sensor_s201_dpi_1 
-0x5773 021875 copy pdata ,rega 
-0x5774 021876 branch mouse_dpi_s201_store 
-:      021878 mouse_set_s201_dpi_2:
-0x5775 021879 fetch 1 ,mem_sensor_s201_dpi_2 
-0x5776 021880 copy pdata ,rega 
-0x5777 021881 branch mouse_dpi_s201_store 
-:      021883 mouse_set_s201_dpi_3:
-0x5778 021884 fetch 1 ,mem_sensor_s201_dpi_3 
-0x5779 021885 copy pdata ,rega 
-0x577a 021886 branch mouse_dpi_s201_store 
-:      021888 mouse_set_s201_dpi_4:
-0x577b 021889 fetch 1 ,mem_sensor_s201_dpi_4 
-0x577c 021890 copy pdata ,rega 
-:      021891 mouse_dpi_s201_store:
-0x577d 021892 setarg 0xc309 
-0x577e 021893 call twspi_write 
-0x577f 021894 copy rega ,pdata 
-0x5780 021895 lshift8 pdata ,pdata 
-0x5781 021896 add pdata ,0x23 ,pdata 
-0x5782 021897 call twspi_write 
-0x5783 021898 setarg 0x0009 
-0x5784 021899 branch twspi_write 
-:      021901 mouse_seting_3212_dpi:
-0x5785 021902 fetch 1 ,mem_mouse_dpi 
-0x5786 021903 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
-0x5787 021904 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
-0x5788 021905 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
-0x5789 021906 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
-:      021907 mouse_set_p3212_cpi1:
-0x578a 021908 fetch 1 ,mem_3212_dpi_1 
-0x578b 021909 branch mouse_p3212_dpi 
-:      021910 mouse_set_p3212_cpi0:
-0x578c 021911 fetch 1 ,mem_3212_dpi_0 
-0x578d 021912 branch mouse_p3212_dpi 
-:      021913 mouse_set_p3212_cpi2:
-0x578e 021914 fetch 1 ,mem_3212_dpi_2 
-0x578f 021915 branch mouse_p3212_dpi 
-:      021916 mouse_set_p3212_cpi3:
-0x5790 021917 fetch 1 ,mem_3212_dpi_3 
-:      021918 mouse_p3212_dpi:
-0x5791 021919 store 1 ,mem_mouse_cpi_count 
-0x5792 021920 lshift8 pdata ,pdata 
-0x5793 021921 copy pdata ,rega 
-0x5794 021922 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
-0x5795 021923 call twspi_write 
-0x5796 021924 copy rega ,pdata 
-0x5797 021925 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
-0x5798 021926 branch twspi_write 
-:      021928 mouse_seting_ka8g2_dpi:
-0x5799 021929 fetch 1 ,mem_mouse_dpi 
-0x579a 021930 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
-0x579b 021931 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
-0x579c 021932 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
-0x579d 021933 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
-:      021934 mouse_set_pka8g2_cpi1:
-0x579e 021935 fetch 1 ,mem_ka8g2_dpi_1 
-0x579f 021936 branch mouse_p3212_dpi 
-:      021938 mouse_set_pka8g2_cpi0:
-0x57a0 021939 fetch 1 ,mem_ka8g2_dpi_0 
-0x57a1 021940 branch mouse_p3212_dpi 
-:      021942 mouse_set_pka8g2_cpi2:
-0x57a2 021943 fetch 1 ,mem_ka8g2_dpi_2 
-0x57a3 021944 branch mouse_p3212_dpi 
-:      021946 mouse_set_pka8g2_cpi3:
-0x57a4 021947 fetch 1 ,mem_ka8g2_dpi_3 
-0x57a5 021948 branch mouse_p3212_dpi 
-:      021956 mouse_key:
-0x57a6 021957 call mouse_check_firekey_gpio 
-0x57a7 021958 fetch 1 ,mem_fire_key_flag 
-0x57a8 021959 nbranch fire_key_press ,blank 
-0x57a9 021960 fetch 1 ,mem_fire_key_status 
-0x57aa 021961 nbranch fire_key_process ,blank 
-0x57ab 021963 call mouse_check_key_gpio 
-0x57ac 021964 call mouse_ghost_key_check 
-0x57ad 021965 call mouse_set_mult 
-0x57ae 021966 call mouse_24g_key 
-0x57af 021967 copy rega ,pdata 
-0x57b0 021968 fetcht 1 ,mem_mouse_key_last 
-0x57b1 021969 store 1 ,mem_mouse_key_last 
-0x57b2 021970 store 1 ,mem_mouse_key 
-0x57b3 021971 ixor temp ,pdata 
-0x57b4 021972 sub pdata ,0 ,null 
-0x57b5 021973 rtn zero 
-0x57b6 021974 branch enable_user 
-:      021976 mouse_24g_key:
-0x57b7 021977 rtnmark0 mark_24g 
-0x57b8 021978 copy rega ,pdata 
-0x57b9 021979 rtn blank 
-0x57ba 021980 store 1 ,mem_mouse_key 
-0x57bb 021981 branch enable_user 
-:      021986 mouse_ghost_key_check:
-0x57bc 021987 jam 0 ,mem_mouse_matrix_key_cow_count 
-0x57bd 021988 jam 0 ,mem_mouse_matrix_key_row_count 
-0x57be 021989 jam 0 ,mem_mouse_ghost_flag 
-0x57bf 021990 copy pdata ,regb 
-0x57c0 021991 fetcht 1 ,mem_lbutton_gpio 
-0x57c1 021992 fetch 1 ,mem_bk_button_gpio 
-0x57c2 021993 isub temp ,null 
-0x57c3 021994 branch mouse_matrix_ghost_key_l_bk ,zero 
-0x57c4 021995 fetch 1 ,mem_fw_button_gpio 
-0x57c5 021996 isub temp ,null 
-0x57c6 021997 branch mouse_matrix_ghost_key_l_fw ,zero 
-0x57c7 021998 fetcht 1 ,mem_mbutton_gpio 
-0x57c8 021999 fetch 1 ,mem_bk_button_gpio 
-0x57c9 022000 isub temp ,null 
-0x57ca 022001 branch mouse_ghost_key_mbk_rfw ,zero 
-0x57cb 022002 branch mouse_ghost_key_mfw_rbk 
-:      022004 mouse_matrix_ghost_key_l_bk:
-0x57cc 022005 fetcht 1 ,mem_mbutton_gpio 
-0x57cd 022006 fetch 1 ,mem_fw_button_gpio 
-0x57ce 022007 isub temp ,null 
-0x57cf 022008 branch mouse_ghost_key_lbk_mfw ,zero 
-0x57d0 022009 branch mouse_ghost_key_lbk_rfw 
-:      022011 mouse_matrix_ghost_key_l_fw:
-0x57d1 022012 fetcht 1 ,mem_mbutton_gpio 
-0x57d2 022013 fetch 1 ,mem_bk_button_gpio 
-0x57d3 022014 isub temp ,null 
-0x57d4 022015 branch mouse_ghost_key_lfw_mbk ,zero 
-0x57d5 022016 branch mouse_ghost_key_lfw_rbk 
-:      022018 mouse_ghost_key_lbk_mfw:
-0x57d6 022019 call mouse_ghost_key_check_l_bk 
-0x57d7 022020 call mouse_ghost_key_check_m_fw 
-0x57d8 022021 branch mouse_ghost_key_check_next 
-:      022023 mouse_ghost_key_lbk_rfw:
-0x57d9 022024 call mouse_ghost_key_check_l_bk 
-0x57da 022025 branch mouse_ghost_key_rfw 
-:      022027 mouse_ghost_key_lfw_mbk:
-0x57db 022028 call mouse_ghost_key_check_l_fw 
-0x57dc 022029 call mouse_ghost_key_check_m_bk 
-0x57dd 022030 branch mouse_ghost_key_check_next 
-:      022032 mouse_ghost_key_lfw_rbk:
-0x57de 022033 call mouse_ghost_key_check_l_fw 
-0x57df 022034 branch mouse_ghost_key_rbk 
-:      022036 mouse_ghost_key_mbk_rfw:
-0x57e0 022037 call mouse_ghost_key_check_m_bk 
-:      022038 mouse_ghost_key_rfw:
-0x57e1 022039 call mouse_ghost_key_check_r_fw 
-0x57e2 022040 branch mouse_ghost_key_check_next 
-:      022042 mouse_ghost_key_mfw_rbk:
-0x57e3 022043 call mouse_ghost_key_check_m_fw 
-:      022044 mouse_ghost_key_rbk:
-0x57e4 022045 call mouse_ghost_key_check_r_bk 
-:      022046 mouse_ghost_key_check_next:
-0x57e5 022047 call mouse_ghost_key_check_bk_fw 
-0x57e6 022048 call mouse_ghost_key_check_lmr 
-0x57e7 022049 fetch 1 ,mem_mouse_matrix_key_row_count 
-0x57e8 022050 rtn blank 
-0x57e9 022051 fetch 1 ,mem_mouse_matrix_key_cow_count 
-0x57ea 022052 rtn blank 
-0x57eb 022053 jam 1 ,mem_mouse_ghost_flag 
-0x57ec 022054 fetch 1 ,mem_mouse_key_last 
-0x57ed 022055 copy pdata ,rega 
-0x57ee 022056 rtn 
-:      022058 mouse_ghost_key_check_l_bk:
-0x57ef 022059 and regb ,mouse_l_bk_button ,pdata 
-0x57f0 022060 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
-0x57f1 022061 rtn 
-:      022062 mouse_ghost_key_check_m_bk:
-0x57f2 022063 and regb ,mouse_l_bk_button ,pdata 
-0x57f3 022064 beq mouse_m_bk_button ,mouse_matrix_cow_more_than_one_key 
-0x57f4 022065 rtn 
-:      022066 mouse_ghost_key_check_r_bk:
-0x57f5 022067 and regb ,mouse_l_bk_button ,pdata 
-0x57f6 022068 beq mouse_r_bk_button ,mouse_matrix_cow_more_than_one_key 
-0x57f7 022069 rtn 
-:      022070 mouse_ghost_key_check_l_fw:
-0x57f8 022071 and regb ,mouse_l_bk_button ,pdata 
-0x57f9 022072 beq mouse_l_fw_button ,mouse_matrix_cow_more_than_one_key 
-0x57fa 022073 rtn 
-:      022074 mouse_ghost_key_check_m_fw:
-0x57fb 022075 and regb ,mouse_m_fw_button ,pdata 
-0x57fc 022076 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
-0x57fd 022077 rtn 
-:      022078 mouse_ghost_key_check_r_fw:
-0x57fe 022079 and regb ,mouse_m_fw_button ,pdata 
-0x57ff 022080 beq mouse_r_fw_button ,mouse_matrix_cow_more_than_one_key 
-0x5800 022081 rtn 
-:      022083 mouse_ghost_key_check_bk_fw:
-0x5801 022084 and regb ,mouse_bk_fw_button ,pdata 
-0x5802 022085 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
-0x5803 022086 rtn 
-:      022088 mouse_ghost_key_check_lmr:
-0x5804 022089 and temp ,mouse_lmr_button ,pdata 
-0x5805 022090 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
-0x5806 022091 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
-0x5807 022092 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
-0x5808 022093 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
-0x5809 022094 rtn 
-:      022097 mouse_matrix_row_more_than_one_key:
-0x580a 022098 jam 1 ,mem_mouse_matrix_key_row_count 
-0x580b 022099 rtn 
-:      022101 mouse_matrix_cow_more_than_one_key:
-0x580c 022102 jam 1 ,mem_mouse_matrix_key_cow_count 
-0x580d 022103 rtn 
-:      022111 mouse_dpi_another_gpio_check:
-0x580e 022112 fetch mouse_flag_len ,mem_mouse_flag 
-0x580f 022113 rtnbit0 mouse_enable_double_dpi_key 
-0x5810 022114 bbit0 mouse_enable_another_dpi_key_connect_gnd ,mouse_dpi_another_gpio_connect_vin_check 
-:      022115 mouse_dpi_another_gpio_connect_gnd_check:
-0x5811 022116 fetch 1 ,mem_dpi_another_button_gpio 
-0x5812 022117 call mouse_gpio_config_output_high 
-0x5813 022118 call mouse_dpi_another_check 
-0x5814 022119 fetcht 1 ,mem_dpi_another_button_gpio 
-0x5815 022120 branch mouse_gpio_config_input_pu 
-:      022122 mouse_dpi_another_gpio_connect_vin_check:
-0x5816 022123 fetch 1 ,mem_dpi_another_button_gpio 
-0x5817 022124 call mouse_gpio_config_output_low 
-0x5818 022125 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
-0x5819 022126 fetcht 1 ,mem_dpi_another_button_gpio 
-0x581a 022127 fetch 1 ,mem_dpi_another_press_status 
-0x581b 022128 call mouse_check_key_connect_vin_new 
-0x581c 022129 call mouse_dpi_another_state_check 
-0x581d 022130 fetcht 1 ,mem_dpi_another_button_gpio 
-0x581e 022131 branch mouse_gpio_config_input_pu 
-:      022133 mouse_dpi_another_down_new:
-0x581f 022134 call mouse_gpio_config_input_pu 
-0x5820 022135 fetch 1 ,mem_dpi_another_button_state 
-0x5821 022136 rtneq dpi_button_state_down 
-0x5822 022137 jam dpi_button_state_down ,mem_dpi_another_button_state 
-0x5823 022138 branch mouse_dpi_process 
-:      022140 mouse_dpi_another_check:
-0x5824 022141 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
-0x5825 022142 fetcht 1 ,mem_dpi_another_button_gpio 
-0x5826 022143 fetch 1 ,mem_dpi_another_press_status 
-0x5827 022144 call mouse_check_key_connect_gnd_new 
-:      022145 mouse_dpi_another_state_check:
-0x5828 022146 store 1 ,mem_dpi_another_press_status 
-0x5829 022147 fetch 1 ,mem_dpi_another_button_down_enable 
-0x582a 022148 branch mouse_dpi_another_up ,blank 
-:      022149 mouse_dpi_another_down:
-0x582b 022150 fetch 1 ,mem_dpi_another_button_state 
-0x582c 022151 rtneq dpi_button_state_down 
-0x582d 022152 jam dpi_button_state_down ,mem_dpi_another_button_state 
-0x582e 022153 branch mouse_dpi_process 
-:      022155 mouse_dpi_another_up:
-0x582f 022156 fetch 1 ,mem_dpi_another_button_state 
-0x5830 022157 rtneq dpi_button_state_up 
-0x5831 022158 jam dpi_button_state_up ,mem_dpi_another_button_state 
-0x5832 022159 rtn 
-:      022161 mouse_check_key_connect_gnd_new:
-0x5833 022162 lshift pdata ,pdata 
-0x5834 022163 copy pdata ,regb 
-0x5835 022164 call gpio_get_bit 
-0x5836 022165 setflag true ,0 ,regb 
-0x5837 022166 and regb ,0x07 ,pdata 
-0x5838 022167 fetcht 1 ,mem_mouse_key_temp_patch 
-0x5839 022168 copy temp ,queue 
-0x583a 022169 beq 0x07 ,mouse_another_dpi_key_press 
-0x583b 022170 beq 0x00 ,mouse_another_dpi_key_release 
-0x583c 022171 rtn 
-:      022173 mouse_check_key_connect_vin_new:
-0x583d 022174 lshift pdata ,pdata 
-0x583e 022175 copy pdata ,regb 
-0x583f 022176 call mouse_gpio_config_input_pd 
-0x5840 022177 call gpio_get_bit 
-0x5841 022178 setflag true ,0 ,regb 
-0x5842 022179 and regb ,0x07 ,pdata 
-0x5843 022180 fetcht 1 ,mem_mouse_key_temp_patch 
-0x5844 022181 copy temp ,queue 
-0x5845 022182 beq 0x07 ,mouse_another_dpi_key_press 
-0x5846 022183 beq 0x00 ,mouse_another_dpi_key_release 
-0x5847 022184 rtn 
-:      022186 mouse_another_dpi_key_press:
-0x5848 022187 jam 1 ,mem_dpi_another_button_down_enable 
-0x5849 022188 rtn 
-:      022189 mouse_another_dpi_key_release:
-0x584a 022190 jam 0 ,mem_dpi_another_button_down_enable 
-0x584b 022191 rtn 
-:      022199 mouse_check_firekey_gpio:
-0x584c 022200 arg 0 ,regb 
-0x584d 022201 fetch 1 ,mem_firebutton_gpio 
-0x584e 022202 rtneq gpio_disable 
-0x584f 022203 fetch mouse_flag_len ,mem_mouse_flag 
-0x5850 022204 bbit0 mouse_enable_fire_key_connect_gnd ,mouse_check_firekey_connect_vin 
-:      022205 mouse_check_firekey_connect_gnd:
-0x5851 022206 fetcht 1 ,mem_firebutton_gpio 
-0x5852 022207 call mouse_gpio_config_input_pu 
-0x5853 022208 fetcht 1 ,mem_firebutton_gpio 
-0x5854 022209 call gpio_get_bit 
-0x5855 022210 setflag true ,0 ,regb 
-:      022211 mouse_firekey_state_store:
-0x5856 022212 copy regb ,pdata 
-0x5857 022213 store 1 ,mem_fire_key_flag 
-0x5858 022214 rtn 
-:      022216 mouse_check_firekey_connect_vin:
-0x5859 022217 fetcht 1 ,mem_firebutton_gpio 
-0x585a 022218 call mouse_gpio_config_input_pd 
-0x585b 022219 fetcht 1 ,mem_firebutton_gpio 
-0x585c 022220 call gpio_get_bit 
-0x585d 022221 nsetflag true ,0 ,regb 
-0x585e 022222 branch mouse_firekey_state_store 
-:      022224 fire_key_process:
-0x585f 022225 beq 4 ,fire_key_process_end 
-:      022226 fire_key_press:
-0x5860 022227 call firekey_clkn_bt_timer_check 
-0x5861 022228 fetch 4 ,mem_fire_key_delay 
-0x5862 022229 arg 0xa0 ,temp 
-0x5863 022230 iadd temp ,temp 
-0x5864 022231 copy clkn_bt ,pdata 
-0x5865 022232 isub temp ,null 
-0x5866 022233 nrtn positive 
-0x5867 022234 store 4 ,mem_fire_key_delay 
-0x5868 022235 fetch 1 ,mem_fire_key_status 
-0x5869 022236 beq 0 ,fire_key_process_start 
-0x586a 022237 beq 1 ,fire_key_process_release1 
-0x586b 022238 beq 2 ,fire_key_process_start2 
-0x586c 022239 beq 3 ,fire_key_process_release2 
-0x586d 022240 rtn 
-:      022242 fire_key_process_start:
-0x586e 022243 jam 1 ,mem_fire_key_status 
-:      022244 fire_key_down:
-0x586f 022245 jam 1 ,mem_mouse_key 
-0x5870 022246 branch enable_user 
-:      022248 fire_key_process_release1:
-0x5871 022249 jam 2 ,mem_fire_key_status 
-:      022250 fire_key_release:
-0x5872 022251 jam 0 ,mem_mouse_key 
-0x5873 022252 branch enable_user 
-:      022254 fire_key_process_start2:
-0x5874 022255 jam 3 ,mem_fire_key_status 
-0x5875 022256 branch fire_key_down 
-:      022258 fire_key_process_release2:
-0x5876 022259 jam 0 ,mem_fire_key_status 
-0x5877 022260 branch fire_key_release 
-:      022262 fire_key_process_end:
-0x5878 022263 jam 0 ,mem_fire_key_status 
-0x5879 022264 jam 0 ,mem_mouse_key 
-0x587a 022265 rtn 
-:      022267 firekey_clkn_bt_timer_check:
-0x587b 022268 fetcht 4 ,mem_fire_key_delay 
-0x587c 022269 copy clkn_bt ,pdata 
-0x587d 022270 isub temp ,null 
-0x587e 022271 ncall firekey_clkn_bt_timer_timeout ,positive 
-0x587f 022272 rtn 
-:      022273 firekey_clkn_bt_timer_timeout:
-0x5880 022274 setarg 0 
-0x5881 022275 store 4 ,mem_fire_key_delay 
-0x5882 022276 rtn 
-:      022284 mouse_key_check_once:
-0x5883 022285 call mouse_check_key_gpio_once 
-0x5884 022286 call mouse_check_key_gpio 
-0x5885 022287 setarg 0x00 
-0x5886 022288 store 3 ,mem_mouse_lkey_press_status 
-0x5887 022289 rtn 
-:      022291 mouse_check_key_gpio:
-0x5888 022292 bpatch patch0f_6 ,mem_patch0f 
-0x5889 022293 fetch 1 ,mem_sensor_shutdown_flag 
-0x588a 022294 ncall mouse_check_key_gpio_once ,blank 
-0x588b 022295 arg 0 ,rega 
-0x588c 022296 call mouse_check_lkey_gpio 
-0x588d 022297 call mouse_check_rkey_gpio 
-0x588e 022298 call mouse_check_mkey_gpio 
-0x588f 022299 call mouse_check_bkkey_gpio 
-0x5890 022300 call mouse_check_fwkey_gpio 
-0x5891 022301 call mouse_check_firekey_gpio 
-0x5892 022302 call mouse_check_customerkey_gpio 
-0x5893 022303 copy rega ,pdata 
-0x5894 022304 rtn 
-:      022306 mouse_check_key_gpio_once:
-0x5895 022307 setarg 0x030303 
-0x5896 022308 store 3 ,mem_mouse_lkey_press_status 
-0x5897 022309 rtn 
-:      022311 mouse_check_lkey_gpio:
-0x5898 022312 fetch 1 ,mem_lbutton_gpio 
-0x5899 022313 call mouse_gpio_config_output_high 
-0x589a 022314 jam mouse_l_key ,mem_mouse_key_temp 
-0x589b 022315 fetcht 1 ,mem_lbutton_gpio 
-0x589c 022316 fetch 1 ,mem_mouse_lkey_press_status 
-0x589d 022317 call mouse_check_key_connect_gnd 
-0x589e 022318 store 1 ,mem_mouse_lkey_press_status 
-0x589f 022319 fetcht 1 ,mem_lbutton_gpio 
-0x58a0 022320 branch mouse_gpio_config_input_pu 
-:      022322 mouse_check_rkey_gpio:
-0x58a1 022323 fetch 1 ,mem_rbutton_gpio 
-0x58a2 022324 call mouse_gpio_config_output_high 
-0x58a3 022325 jam mouse_r_key ,mem_mouse_key_temp 
-0x58a4 022326 fetcht 1 ,mem_rbutton_gpio 
-0x58a5 022327 fetch 1 ,mem_mouse_rkey_press_status 
-0x58a6 022328 call mouse_check_key_connect_gnd 
-0x58a7 022329 store 1 ,mem_mouse_rkey_press_status 
-0x58a8 022330 fetcht 1 ,mem_rbutton_gpio 
-0x58a9 022331 branch mouse_gpio_config_input_pu 
-:      022333 mouse_check_mkey_gpio:
-0x58aa 022334 fetch 1 ,mem_mbutton_gpio 
-0x58ab 022335 call mouse_gpio_config_output_high 
-0x58ac 022336 jam mouse_m_key ,mem_mouse_key_temp 
-0x58ad 022337 fetcht 1 ,mem_mbutton_gpio 
-0x58ae 022338 fetch 1 ,mem_mouse_mkey_press_status 
-0x58af 022339 call mouse_check_key_connect_gnd 
-0x58b0 022340 store 1 ,mem_mouse_mkey_press_status 
-0x58b1 022341 fetcht 1 ,mem_mbutton_gpio 
-0x58b2 022342 branch mouse_gpio_config_input_pu 
-:      022344 mouse_check_bkkey_gpio:
-0x58b3 022345 fetch 1 ,mem_bk_button_gpio 
-0x58b4 022346 rtneq gpio_disable 
-0x58b5 022347 jam mouse_bk_key ,mem_mouse_key_temp 
-0x58b6 022348 fetch 1 ,mem_mouse_bkkey_press_status 
-0x58b7 022349 copy pdata ,regc 
-0x58b8 022350 fetcht 1 ,mem_bk_button_gpio 
-0x58b9 022351 fetch 1 ,mem_matrix_public_gpio 
-0x58ba 022352 beq gpio_disable ,mouse_3io6key_bk_check 
-0x58bb 022353 call gpio_get_bit 
-0x58bc 022354 branch mouse_check_bk_button_connect_gnd ,true 
-0x58bd 022355 fetcht 1 ,mem_matrix_public_gpio 
-0x58be 022356 call gpio_out_active 
-0x58bf 022357 fetcht 1 ,mem_bk_button_gpio 
-0x58c0 022358 fetch 1 ,mem_mouse_bkkey_press_status 
-0x58c1 022359 call mouse_check_key_connect_gnd 
-:      022360 mouse_check_bkkey_gpio_end:
-0x58c2 022361 store 1 ,mem_mouse_bkkey_press_status 
-0x58c3 022362 branch mouse_matrix_public_gpio_reset 
-:      022364 mouse_check_bk_button_connect_gnd:
-0x58c4 022365 fetcht 1 ,mem_matrix_public_gpio 
-0x58c5 022366 fetch 1 ,mem_mouse_bkkey_press_status 
-0x58c6 022367 call mouse_check_key_connect_gnd 
-0x58c7 022368 branch mouse_check_bkkey_gpio_end 
-:      022370 mouse_3io6key_bk_check:
-0x58c8 022371 fetch 1 ,mem_bk_button_gpio 
-0x58c9 022372 call mouse_gpio_config_output_low 
-0x58ca 022373 fetcht 1 ,mem_bk_button_gpio 
-0x58cb 022374 call mouse_3io6key_check 
-0x58cc 022375 store 1 ,mem_mouse_bkkey_press_status 
-0x58cd 022376 fetcht 1 ,mem_bk_button_gpio 
-0x58ce 022377 branch mouse_gpio_config_input_pu 
-:      022380 mouse_check_fwkey_gpio:
-0x58cf 022381 fetch 1 ,mem_fw_button_gpio 
-0x58d0 022382 rtneq gpio_disable 
-0x58d1 022383 jam mouse_fw_key ,mem_mouse_key_temp 
-0x58d2 022384 fetch 1 ,mem_mouse_fwkey_press_status 
-0x58d3 022385 copy pdata ,regc 
-0x58d4 022386 fetcht 1 ,mem_fw_button_gpio 
-0x58d5 022387 fetch 1 ,mem_matrix_public_gpio 
-0x58d6 022388 beq gpio_disable ,mouse_3io6key_fw_check 
-0x58d7 022389 call gpio_get_bit 
-0x58d8 022390 branch mouse_check_fw_button_connect_gnd ,true 
-0x58d9 022391 fetcht 1 ,mem_matrix_public_gpio 
-0x58da 022392 call gpio_out_active 
-0x58db 022393 fetcht 1 ,mem_fw_button_gpio 
-0x58dc 022394 fetch 1 ,mem_mouse_fwkey_press_status 
-0x58dd 022395 call mouse_check_key_connect_gnd 
-:      022396 mouse_check_fwkey_gpio_end:
-0x58de 022397 store 1 ,mem_mouse_fwkey_press_status 
-:      022398 mouse_matrix_public_gpio_reset:
-0x58df 022399 fetcht 1 ,mem_matrix_public_gpio 
-0x58e0 022400 branch mouse_gpio_config_input_pu 
-:      022402 mouse_check_fw_button_connect_gnd:
-0x58e1 022403 fetcht 1 ,mem_matrix_public_gpio 
-0x58e2 022404 fetch 1 ,mem_mouse_fwkey_press_status 
-0x58e3 022405 call mouse_check_key_connect_gnd 
-0x58e4 022406 branch mouse_check_fwkey_gpio_end 
-:      022408 mouse_3io6key_fw_check:
-0x58e5 022409 fetch 1 ,mem_fw_button_gpio 
-0x58e6 022410 call mouse_gpio_config_output_low 
-0x58e7 022411 fetcht 1 ,mem_fw_button_gpio 
-0x58e8 022412 call mouse_3io6key_check 
-0x58e9 022413 store 1 ,mem_mouse_fwkey_press_status 
-0x58ea 022414 fetcht 1 ,mem_fw_button_gpio 
-0x58eb 022415 branch mouse_gpio_config_input_pu 
-:      022417 mouse_check_customerkey_gpio:
-0x58ec 022418 jam 0 ,mem_customer_key 
-0x58ed 022419 fetch 1 ,mem_customer_key_gpio 
-0x58ee 022420 rtneq gpio_disable 
-0x58ef 022421 fetch mouse_flag_len ,mem_mouse_flag 
-0x58f0 022422 rtnbit0 mouse_enable_keyboard 
-0x58f1 022423 bbit1 mouse_enable_customer_key_connect_vin_or_matrix ,mouse_customer_key_connect_vin 
-:      022424 mouse_customer_key_connect_gnd:
-0x58f2 022425 jam mouse_customer_key ,mem_mouse_key_temp 
-0x58f3 022426 fetcht 1 ,mem_customer_key_gpio 
-0x58f4 022427 fetch 1 ,mem_mouse_customerkey_press_status 
-0x58f5 022428 call mouse_check_key_connect_gnd 
-0x58f6 022429 store 1 ,mem_mouse_customerkey_press_status 
-:      022430 mouse_check_customerkey_gpio_next:
-0x58f7 022431 copy rega ,pdata 
-0x58f8 022432 bbit1 mouse_customer_key ,mouse_customerkey_press 
-0x58f9 022433 call mouse_customerkey_release 
-:      022434 mouse_check_customerkey_gpio_exit:
-0x58fa 022435 fetch 1 ,mem_customer_data_trigger 
-0x58fb 022436 store 1 ,mem_customer_data_trigger_last 
-0x58fc 022437 rtn 
-:      022439 mouse_customer_key_connect_vin:
-0x58fd 022440 jam mouse_customer_key ,mem_mouse_key_temp 
-0x58fe 022441 fetch 1 ,mem_mouse_customerkey_press_status 
-0x58ff 022442 copy pdata ,regc 
-0x5900 022443 fetcht 1 ,mem_customer_key_gpio 
-0x5901 022444 fetch 1 ,mem_matrix_public_gpio 
-0x5902 022445 beq gpio_disable ,mouse_3io6key_customer_key_check_vin 
-0x5903 022446 call gpio_get_bit 
-0x5904 022447 branch mouse_check_customer_button_connect_gnd ,true 
-0x5905 022448 fetcht 1 ,mem_matrix_public_gpio 
-0x5906 022449 call gpio_out_active 
-0x5907 022450 fetcht 1 ,mem_customer_key_gpio 
-0x5908 022451 fetch 1 ,mem_mouse_customerkey_press_status 
-0x5909 022452 call mouse_check_key_connect_gnd 
-0x590a 022453 branch mouse_check_customerkey_gpio_over 
-:      022455 mouse_check_customer_button_connect_gnd:
-0x590b 022456 fetcht 1 ,mem_matrix_public_gpio 
-0x590c 022457 fetch 1 ,mem_mouse_customerkey_press_status 
-0x590d 022458 call mouse_check_key_connect_gnd 
-0x590e 022459 branch mouse_check_customerkey_gpio_over 
-:      022461 mouse_3io6key_customer_key_check_vin:
-0x590f 022462 fetch 1 ,mem_customer_key_gpio 
-0x5910 022463 call mouse_gpio_config_output_low 
-0x5911 022464 fetcht 1 ,mem_customer_key_gpio 
-0x5912 022465 call mouse_3io6key_check 
-:      022466 mouse_check_customerkey_gpio_over:
-0x5913 022467 store 1 ,mem_mouse_customerkey_press_status 
-0x5914 022468 call mouse_check_customerkey_gpio_next 
-0x5915 022469 fetcht 1 ,mem_customer_key_gpio 
-0x5916 022470 branch mouse_gpio_config_input_pu 
-:      022473 mouse_customerkey_press:
-0x5917 022474 jam 1 ,mem_customer_data_trigger 
-0x5918 022475 call mouse_customer_key_need_send 
-0x5919 022476 branch mouse_check_customerkey_gpio_exit 
-:      022478 mouse_customerkey_release:
-0x591a 022479 jam 0 ,mem_customer_data_trigger 
-0x591b 022480 fetch 1 ,mem_customer_data_trigger_last 
-0x591c 022481 rtn blank 
-:      022482 mouse_customer_key_need_send:
-0x591d 022483 jam 1 ,mem_customer_key 
-0x591e 022484 rtn 
-:      022488 mouse_check_matrix_button_connect_gnd:
-0x591f 022489 call gpio_get_bit 
-0x5920 022490 fetcht 1 ,mem_mouse_key_temp 
-0x5921 022491 copy temp ,queue 
-0x5922 022492 branch mouse_key_press ,true 
-:      022493 mouse_key_release:
-0x5923 022494 qset0 rega 
-0x5924 022495 rtn 
-:      022497 mouse_check_key_connect_gnd:
-0x5925 022498 lshift pdata ,pdata 
-0x5926 022499 copy pdata ,regb 
-0x5927 022500 call gpio_get_bit 
-0x5928 022501 setflag true ,0 ,regb 
-:      022502 mouse_check_key_connect_gnd_1:
-0x5929 022503 and regb ,0x07 ,pdata 
-:      022504 mouse_check_key_connect_gnd_next:
-0x592a 022505 fetcht 1 ,mem_mouse_key_temp 
-0x592b 022506 copy temp ,queue 
-0x592c 022507 beq 0x07 ,mouse_key_press 
-0x592d 022508 beq 0x00 ,mouse_key_release 
-0x592e 022509 rtn 
-:      022511 mouse_key_press:
-0x592f 022512 qset1 rega 
-0x5930 022513 rtn 
-:      022515 mouse_3io6key_check:
-0x5931 022516 bpatch patch0f_7 ,mem_patch0f 
-0x5932 022517 copy regc ,pdata 
-0x5933 022518 store 1 ,mem_mouse_key_status 
-0x5934 022519 lshift pdata ,pdata 
-0x5935 022520 copy pdata ,regb 
-0x5936 022521 copy temp ,regc 
-0x5937 022522 call mouse_gpio_config_input_pd 
-0x5938 022523 copy regc ,temp 
-0x5939 022524 call gpio_get_bit 
-0x593a 022525 nsetflag true ,0 ,regb 
-0x593b 022526 call mouse_check_press 
-0x593c 022527 branch mouse_check_key_connect_gnd_next 
-:      022529 mouse_check_press:
-0x593d 022530 fetcht 1 ,mem_mouse_key_status 
-0x593e 022531 and_into 0x01 ,temp 
-0x593f 022532 and regb ,0x01 ,pdata 
-0x5940 022533 isub temp ,null 
-0x5941 022534 nbranch mouse_current_mult_update ,zero 
-0x5942 022535 rtn 
-:      022539 mouse_gpio_config_output_high:
-0x5943 022540 rtneq gpio_disable 
-0x5944 022541 arg gpcfg_output_high ,temp 
-0x5945 022542 branch gpio_config_function_int 
-:      022545 mouse_gpio_config_output_low:
-0x5946 022546 rtneq gpio_disable 
-0x5947 022547 arg gpcfg_output_low ,temp 
-0x5948 022548 branch gpio_config_function_int 
-:      022553 mouse_init_sunt:
-0x5949 022554 bpatch patch10_0 ,mem_patch10 
-0x594a 022555 call mouse_sensor_spi_init 
-0x594b 022556 rtn wake 
-:      022557 mouse_init_sensor_wakeup:
-0x594c 022558 call mouse_sensor_poweron 
-:      022559 mouse_init_sensor:
-0x594d 022560 bpatch patch10_1 ,mem_patch10 
-0x594e 022561 call mouse_read_sensor_id 
-0x594f 022562 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x5950 022563 beq p3065_id1 ,mouse_init_p3065 
-0x5951 022564 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
-0x5952 022565 call mouse_twspi_reset 
-0x5953 022566 nop 6900 
-0x5954 022567 branch mouse_init_sensor 
-:      022568 mouse_twspi_reset:
-0x5955 022569 fetcht 1 ,mem_mouse_sensor_sclk_gpio 
-0x5956 022570 call twspi_reset 
-0x5957 022571 branch mouse_spid_init_pin 
-:      022573 mouse_read_sensor_id:
-0x5958 022574 setarg pan_reg_pid_h 
-0x5959 022575 call twspi_read 
-0x595a 022576 store 1 ,mem_sensor_id2 
-0x595b 022577 setarg pan_reg_pid_l 
-0x595c 022578 call twspi_read 
-0x595d 022579 store 1 ,mem_sensor_id1 
-0x595e 022580 rtn 
-:      022582 mouse_init_p32xx_id2_judge:
-0x595f 022583 fetch 1 ,mem_sensor_id2 
-0x5960 022584 beq p_mx8650 ,mouse_mx8650_init_param 
-0x5961 022585 beq p8009_id2 ,mouse_8009_init_param 
-0x5962 022586 beq p3205_tj3t_id2 ,mouse_s210x_3205_3t_judge 
-0x5963 022587 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
-0x5964 022588 beq p3212_id2 ,mouse_3212_init_param 
-0x5965 022589 beq pka8_id2 ,mouse_ka8_init_param_check 
-0x5966 022590 beq p6520a_id2 ,mouse_p6520_init_param 
-0x5967 022591 branch mouse_init_sensor 
-:      022593 mouse_s210x_3205_3t_judge:
-0x5968 022594 setarg 0x49 
-0x5969 022595 call twspi_read 
-0x596a 022596 beq 0xa1 ,mouse_s201x_init_param 
-0x596b 022597 branch mouse_3205_3t_init_param 
-:      022599 mouse_s201x_init_param:
-0x596c 022600 jam s201x ,mem_config_sensor_type 
-0x596d 022601 rtn 
-:      022603 mouse_mx8650_init_param:
-0x596e 022604 jam mx8650 ,mem_config_sensor_type 
-0x596f 022605 call mouse_sensor_reset 
-0x5970 022606 call delay_10ms 
-0x5971 022607 arg mem_sensor_8650_init ,regc 
-0x5972 022608 call mouse_sensor_wr_seq 
-0x5973 022609 branch mouse_setting_sensor_type 
-:      022611 mouse_8009_init_param:
-0x5974 022612 setarg 0x16 
-0x5975 022613 call twspi_read 
-0x5976 022614 sub pdata ,0xbd ,null 
-0x5977 022615 nbranch mouse_init_sunt ,zero 
-0x5978 022616 setarg 0x19 
-0x5979 022617 call twspi_read 
-0x597a 022618 sub pdata ,0x55 ,null 
-0x597b 022619 nbranch mouse_init_sunt ,zero 
-0x597c 022620 setarg 0x1b 
-0x597d 022621 call twspi_read 
-0x597e 022622 sub pdata ,0x1d ,null 
-0x597f 022623 nbranch mouse_init_sunt ,zero 
-0x5980 022624 jam p8009 ,mem_config_sensor_type 
-0x5981 022625 arg mem_sensor_8009_init ,regc 
-0x5982 022626 branch mouse_sensor_wr_seq 
-:      022628 mouse_3205_3t_init_param:
-0x5983 022629 jam p3205 ,mem_config_sensor_type 
-0x5984 022630 arg mem_sensor_3205_init ,regc 
-0x5985 022631 call mouse_sensor_wr_seq 
-0x5986 022632 arg mem_sensor_32xx_init ,regc 
-0x5987 022633 call mouse_sensor_wr_seq 
-0x5988 022634 setarg 0x0943 
-0x5989 022635 call twspi_write 
-0x598a 022636 arg mem_sensor_32xx_init_1 ,regc 
-0x598b 022637 branch mouse_sensor_wr_seq 
-:      022639 mouse_3204_3l_init_param:
-0x598c 022640 jam p3204 ,mem_config_sensor_type 
-0x598d 022641 arg mem_sensor_3204_init ,regc 
-0x598e 022642 call mouse_sensor_wr_seq 
-0x598f 022643 arg mem_sensor_32xx_init ,regc 
-0x5990 022644 call mouse_sensor_wr_seq 
-0x5991 022645 arg mem_sensor_32xx_init_1 ,regc 
-0x5992 022646 branch mouse_sensor_wr_seq 
-:      022648 mouse_3212_init_param:
-0x5993 022649 jam p3212 ,mem_config_sensor_type 
-0x5994 022650 arg mem_sensor_3212_init ,regc 
-:      022651 mouse_sensor_wr_seq:
-0x5995 022652 ifetch 2 ,regc 
-0x5996 022653 arg 0xffff ,temp 
-0x5997 022654 isub temp ,null 
-0x5998 022655 rtn zero 
-0x5999 022656 call twspi_write 
-0x599a 022657 increase 2 ,regc 
-0x599b 022658 branch mouse_sensor_wr_seq 
-:      022660 mouse_ka8_init_param_check:
-0x599c 022661 call mouse_sensor_disable_wp 
-0x599d 022662 setarg 0x9a5b 
-0x599e 022663 call twspi_write 
-0x599f 022664 setarg 0x0d 
-0x59a0 022665 call twspi_read 
-0x59a1 022666 sub pdata ,0x12 ,null 
-0x59a2 022667 branch mouse_ka8ul_init_param ,zero 
-0x59a3 022668 sub pdata ,0x0a ,null 
-0x59a4 022669 nbranch mouse_ka8hd_sensor_judge ,zero 
-0x59a5 022670 setarg 0x0e 
-0x59a6 022671 call twspi_read 
-0x59a7 022672 sub pdata ,0xe5 ,null 
-0x59a8 022673 nbranch mouse_init_sensor ,zero 
-0x59a9 022674 setarg 0x10 
-0x59aa 022675 call twspi_read 
-0x59ab 022676 sub pdata ,0xa5 ,null 
-0x59ac 022677 branch mouse_ka8ul_init_param ,zero 
-0x59ad 022678 call mouse_enable_ka8_sensor_wp 
-:      022679 mouse_ka8_init_param:
-0x59ae 022680 jam ka8 ,mem_config_sensor_type 
-0x59af 022681 rtn 
-:      022682 mouse_ka8ul_init_param:
-0x59b0 022683 jam ka8_ul ,mem_config_sensor_type 
-0x59b1 022684 arg mem_sensor_ka8ul_init ,regc 
-0x59b2 022685 branch mouse_sensor_wr_seq 
-:      022686 mouse_ka8hd_sensor_judge:
-0x59b3 022687 sub pdata ,0x10 ,null 
-0x59b4 022688 nbranch mouse_init_sensor ,zero 
-0x59b5 022689 setarg 0x0e 
-0x59b6 022690 call twspi_read 
-0x59b7 022691 sub pdata ,0xc5 ,null 
-0x59b8 022692 nbranch mouse_init_sensor ,zero 
-0x59b9 022693 setarg 0x10 
-0x59ba 022694 call twspi_read 
-0x59bb 022695 sub pdata ,0x38 ,null 
-0x59bc 022696 nbranch mouse_init_sensor ,zero 
-:      022697 mouse_ka8hd_init_param:
-0x59bd 022698 call mouse_enable_ka8_sensor_wp 
-0x59be 022699 jam ka8_hd ,mem_config_sensor_type 
-0x59bf 022700 rtn 
-:      022701 mouse_enable_ka8_sensor_wp:
-0x59c0 022702 setarg 0x005b 
-0x59c1 022703 call twspi_write 
-0x59c2 022704 branch mouse_sensor_enable_wp 
-:      022706 mouse_p6520_init_param:
-0x59c3 022707 jam p6520 ,mem_config_sensor_type 
-0x59c4 022708 arg mem_sensor_p6520_init ,regc 
-0x59c5 022709 branch mouse_sensor_wr_seq 
-:      022711 mouse_init_p3065:
-0x59c6 022712 call mouse_sensor_poweron 
-0x59c7 022713 fetch 1 ,mem_sensor_id2 
-0x59c8 022714 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x59c9 022715 beq p3065_id2 ,mouse_p3065_init_param 
-0x59ca 022716 branch mouse_init_sensor 
-:      022718 mouse_p3065_init_param:
-0x59cb 022719 jam p3065 ,mem_config_sensor_type 
-0x59cc 022720 rtn 
-:      022722 mouse_p3065xy_init_param:
-0x59cd 022723 jam p3065_xy ,mem_config_sensor_type 
-0x59ce 022724 rtn 
-:      022726 mouse_ka8g2_id2_judge:
-0x59cf 022727 call mouse_sensor_poweron 
-0x59d0 022728 fetch 1 ,mem_sensor_id2 
-0x59d1 022729 beq pka8g2_id2 ,mouse_ka8g2_init_param 
-0x59d2 022730 branch mouse_init_p32xx_id2_judge 
-:      022731 mouse_ka8g2_init_param:
-0x59d3 022732 jam ka8g2 ,mem_config_sensor_type 
-0x59d4 022733 arg mem_sensor_ka8g2_init ,regc 
-0x59d5 022734 branch mouse_sensor_wr_seq 
-:      022736 mouse_sensor_enable_wp:
-0x59d6 022737 setarg 0x0009 
-0x59d7 022738 branch twspi_write 
-:      022739 mouse_sensor_disable_wp:
-0x59d8 022740 setarg 0x5a09 
-0x59d9 022741 branch twspi_write 
-:      022743 mouse_sensor_reset:
-0x59da 022744 arg 0x8006 ,temp 
-0x59db 022745 fetch 1 ,mem_config_sensor_type 
-0x59dc 022746 bne ka8g2 ,mouse_sensor_reset_end 
-0x59dd 022747 arg 0x9706 ,temp 
-:      022748 mouse_sensor_reset_end:
-0x59de 022749 copy temp ,pdata 
-0x59df 022750 call twspi_write 
-0x59e0 022751 nop 12000 
-0x59e1 022752 rtn 
-:      022754 mouse_sensor_poweron_init:
-0x59e2 022755 arg mem_sensor_poweron_init ,regc 
-0x59e3 022756 fetch 1 ,mem_config_sensor_type 
-0x59e4 022757 rtnne ka8g2 
-0x59e5 022758 arg mem_sensor_ka8g2_poweron_init ,regc 
-0x59e6 022759 rtn 
-:      022761 mouse_sensor_poweron:
-0x59e7 022762 bpatch patch10_2 ,mem_patch10 
-0x59e8 022763 call mouse_sensor_spi_init 
-0x59e9 022764 call mouse_sensor_reset 
-0x59ea 022765 call mouse_sensor_poweron_init 
-0x59eb 022766 call mouse_sensor_wr_seq 
-0x59ec 022767 branch mouse_setting_sensor_type 
-:      022769 mouse_sensor_powerdown:
-0x59ed 022770 bpatch patch10_3 ,mem_patch10 
-0x59ee 022771 call mouse_init_sunt 
-0x59ef 022772 call mouse_sensor_spi_init 
-0x59f0 022773 arg 0x0806 ,temp 
-0x59f1 022774 fetch 1 ,mem_config_sensor_type 
-0x59f2 022775 bne ka8g2 ,mouse_sensor_powerdown_end 
-0x59f3 022776 arg 0x1f06 ,temp 
-:      022777 mouse_sensor_powerdown_end:
-0x59f4 022778 copy temp ,pdata 
-0x59f5 022779 branch twspi_write 
-:      022785 mouse_check_sensor_data:
-0x59f6 022786 fetch 1 ,mem_spi_write_flash_sm 
-0x59f7 022787 rtnne flash_sm_no_buys 
-0x59f8 022788 fetch 1 ,mem_config_sensor_type 
-0x59f9 022789 beq p3205 ,mouse_p32xx_sensor_motion 
-0x59fa 022790 beq p3065 ,mouse_p32xx_sensor_motion 
-0x59fb 022791 beq ka8 ,mouse_p32xx_sensor_motion 
-0x59fc 022792 beq p3204 ,mouse_p32xx_sensor_motion 
-0x59fd 022793 beq p3212 ,mouse_p3212_sensor_motion 
-0x59fe 022794 beq p3065_xy ,mouse_p32xx_sensor_motion 
-0x59ff 022795 beq p8009 ,mouse_p8009_sensor_motion 
-0x5a00 022796 beq ka8g2 ,mouse_pka8g2_sensor_motion 
-0x5a01 022797 branch mouse_p32xx_sensor_motion 
-:      022800 mouse_p32xx_sensor_motion:
-0x5a02 022801 call mouse_clear_sensor_data 
-0x5a03 022802 disable user 
-0x5a04 022803 fetch 1 ,mem_sensor_motion_gpio 
-0x5a05 022804 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
-0x5a06 022805 fetcht 1 ,mem_sensor_motion_gpio 
-0x5a07 022806 call gpio_get_bit 
-0x5a08 022807 nrtn true 
-:      022808 mouse_p32xx_sensor_motion_2:
-0x5a09 022809 setarg pan_reg_pid_l 
-0x5a0a 022810 call twspi_read 
-0x5a0b 022811 bne p32xx_id1 ,mouse_p3065_judge 
-:      022812 mouse_p32xx_sensor_motion_1:
-0x5a0c 022813 setarg pan_reg_motion_staus 
-0x5a0d 022814 call twspi_read 
-0x5a0e 022815 rtnbit0 7 
-0x5a0f 022816 call mouse_read_sensor_common 
-0x5a10 022817 fetch 1 ,mem_mouse_x 
-0x5a11 022818 call mouse_data_extsign 
-0x5a12 022819 store 2 ,mem_mouse_x 
-0x5a13 022820 fetch 1 ,mem_mouse_y 
-0x5a14 022821 call mouse_data_extsign 
-0x5a15 022822 store 2 ,mem_mouse_y 
-0x5a16 022823 fetch 1 ,mem_config_sensor_angle 
-0x5a17 022824 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
-0x5a18 022825 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
-0x5a19 022826 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
-0x5a1a 022827 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
-0x5a1b 022828 rtn 
-:      022830 mouse_p3065_judge:
-0x5a1c 022831 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
-0x5a1d 022832 branch mouse_twspi_reset 
-:      022834 mouse_motion32xx_6clk_direction_selection:
-0x5a1e 022835 call mouse_motion_6clk_direction_dispose 
-0x5a1f 022836 branch mouse_sensor_sdio_low 
-:      022837 mouse_motion32xx_9clk_direction_selection:
-0x5a20 022838 call mouse_motion_9clk_direction_dispose 
-0x5a21 022839 branch mouse_sensor_sdio_low 
-:      022840 mouse_motion32xx_12clk_direction_selection:
-0x5a22 022841 call mouse_motion_12clk_direction_dispose 
-0x5a23 022842 branch mouse_sensor_sdio_low 
-:      022843 mouse_motion32xx_3clk_direction_selection:
-0x5a24 022844 call mouse_motion_3clk_direction_dispose 
-0x5a25 022845 branch mouse_sensor_sdio_low 
-:      022849 mouse_p3212_sensor_motion:
-0x5a26 022850 call mouse_clear_sensor_data 
-0x5a27 022851 fetch 1 ,mem_sensor_motion_gpio 
-0x5a28 022852 beq gpio_disable ,mouse_p3212_sensor_motion_1 
-0x5a29 022853 fetcht 1 ,mem_sensor_motion_gpio 
-0x5a2a 022854 call gpio_get_bit 
-0x5a2b 022855 nrtn true 
-:      022856 mouse_p3212_sensor_motion_1:
-0x5a2c 022857 setarg pan_reg_pid_l 
-0x5a2d 022858 call twspi_read 
-0x5a2e 022859 bne p32xx_id1 ,mouse_twspi_reset 
-:      022860 mouse_p3212_sensor_motion_2:
-0x5a2f 022861 setarg pan_reg_motion_staus 
-0x5a30 022862 call twspi_read 
-0x5a31 022863 rtnbit0 7 
-0x5a32 022864 call mouse_read_sensor_common 
-0x5a33 022865 call mouse_read_3212sensor_xy_high 
-0x5a34 022866 store 1 ,mem_mouse_xy_h 
-0x5a35 022867 rshift4 pdata ,pdata 
-0x5a36 022868 call mouse_data_extsign_bit3 
-0x5a37 022869 store 1 ,mem_mouse_x + 1 
-0x5a38 022870 fetch 1 ,mem_mouse_xy_h 
-0x5a39 022871 and pdata ,0x0f ,pdata 
-0x5a3a 022872 call mouse_data_extsign_bit3 
-0x5a3b 022873 store 1 ,mem_mouse_y + 1 
-0x5a3c 022874 fetch 1 ,mem_config_sensor_angle 
-0x5a3d 022875 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
-0x5a3e 022876 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
-0x5a3f 022877 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
-0x5a40 022878 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
-0x5a41 022879 rtn 
-:      022881 mouse_read_3212sensor_xy_high:
-0x5a42 022882 setarg 0x12 
-0x5a43 022883 branch twspi_read 
-:      022885 mouse_pka8g2_sensor_motion:
-0x5a44 022886 call mouse_clear_sensor_data 
-0x5a45 022887 fetch 1 ,mem_sensor_motion_gpio 
-0x5a46 022888 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
-0x5a47 022889 fetcht 1 ,mem_sensor_motion_gpio 
-0x5a48 022890 call gpio_get_bit 
-0x5a49 022891 nrtn true 
-:      022892 mouse_pka8g2_sensor_motion_1:
-0x5a4a 022893 branch mouse_p3212_sensor_motion_2 
-:      022896 mouse_p8009_sensor_motion:
-0x5a4b 022897 call mouse_clear_sensor_data 
-0x5a4c 022898 disable user 
-0x5a4d 022899 setarg pan_reg_motion_staus 
-0x5a4e 022900 call twspi_read 
-0x5a4f 022901 rtnbit0 7 
-0x5a50 022902 setarg pan_reg_opration_state 
-0x5a51 022903 call twspi_read 
-0x5a52 022904 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
-0x5a53 022905 setarg 0 
-0x5a54 022906 store 6 ,mem_mouse_x 
-0x5a55 022907 rtn 
-:      022909 mouse_motion_6clk_direction_dispose:
-0x5a56 022910 fetch 2 ,mem_mouse_x 
-0x5a57 022911 sub pdata ,0 ,pdata 
-0x5a58 022912 store 2 ,mem_mouse_x 
-0x5a59 022913 branch enable_user 
-:      022914 mouse_motion_12clk_direction_dispose:
-0x5a5a 022915 fetch 2 ,mem_mouse_y 
-0x5a5b 022916 sub pdata ,0 ,pdata 
-0x5a5c 022917 store 2 ,mem_mouse_y 
-0x5a5d 022918 branch enable_user 
-:      022919 mouse_motion_9clk_direction_dispose:
-0x5a5e 022920 fetch 2 ,mem_mouse_y 
-0x5a5f 022921 sub pdata ,0 ,pdata 
-0x5a60 022922 store 2 ,mem_mouse_y 
-0x5a61 022923 fetch 2 ,mem_mouse_x 
-0x5a62 022924 sub pdata ,0 ,pdata 
-0x5a63 022925 store 2 ,mem_mouse_x 
-0x5a64 022926 call mouse_sensor_data_swap_places 
-0x5a65 022927 branch enable_user 
-:      022928 mouse_motion_3clk_direction_dispose:
-0x5a66 022929 call mouse_sensor_data_swap_places 
-0x5a67 022930 branch enable_user 
-:      022932 mouse_sensor_data_swap_places:
-0x5a68 022933 fetch 2 ,mem_mouse_y 
-0x5a69 022934 fetcht 2 ,mem_mouse_x 
-0x5a6a 022935 store 2 ,mem_mouse_x 
-0x5a6b 022936 storet 2 ,mem_mouse_y 
-0x5a6c 022937 rtn 
-:      022940 mouse_clear_sensor_data:
-0x5a6d 022941 fetch 1 ,mem_mouse_move_flag 
-0x5a6e 022942 call mouse_read_sensor_common ,blank 
-0x5a6f 022943 jam 1 ,mem_mouse_move_flag 
-0x5a70 022944 rtn 
-:      022946 mouse_clear_sensor_data_by_reset:
-0x5a71 022947 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0x5a72 022948 call le_set_config_more_data 
-:      022949 mouse_init_sensor_reset:
-0x5a73 022950 branch mouse_init_sunt 
-:      022952 mouse_data_xy_release:
-0x5a74 022953 fetch 1 ,mem_sensor_motion_gpio 
-0x5a75 022954 rtnne gpio_disable 
-0x5a76 022955 fetch 1 ,mem_mouse_long_mult_flag 
-0x5a77 022956 rtnne 1 
-0x5a78 022957 setarg 0 
-0x5a79 022958 store 1 ,mem_mouse_long_mult_flag 
-0x5a7a 022959 store 4 ,mem_mouse_x 
-0x5a7b 022960 branch mouse_init_sensor_reset 
-:      022962 mouse_data_extsign:
-0x5a7c 022963 rtnbit0 7 
-0x5a7d 022964 arg 0xff00 ,temp 
-0x5a7e 022965 ior temp ,pdata 
-0x5a7f 022966 rtn 
-:      022968 mouse_data_extsign_bit3:
-0x5a80 022969 rtnbit0 3 
-0x5a81 022970 arg 0xf0 ,temp 
-0x5a82 022971 ior temp ,pdata 
-0x5a83 022972 rtn 
-:      022974 mouse_read_sensor_common:
-0x5a84 022975 arg pan_reg_delta_x ,pdata 
-0x5a85 022976 call twspi_read 
-0x5a86 022977 store 2 ,mem_mouse_x 
-0x5a87 022978 arg pan_reg_delta_y ,pdata 
-0x5a88 022979 call twspi_read 
-0x5a89 022980 store 2 ,mem_mouse_y 
-0x5a8a 022981 rtn 
-:      022984 mouse_sensor_sdio_low:
-0x5a8b 022985 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x5a8c 022986 call gpio_get_bit 
-0x5a8d 022987 rtn true 
-0x5a8e 022988 setarg 0x0a 
-0x5a8f 022989 call twspi_read 
-0x5a90 022990 nop 1000 
-0x5a91 022991 branch mouse_sensor_sdio_low 
-:      022993 mouse_set_sdio_high:
-0x5a92 022994 setarg 0x8100 
-0x5a93 022995 branch twspi_write 
-:      023000 mouse_bluetooth_fast_conn_init:
-0x5a94 023001 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
-:      023002 mouse_ble_fast_conn_init:
-0x5a95 023003 jam 0x34 ,mem_xrecord_mode 
-0x5a96 023004 setarg 0x0f0f0f 
-0x5a97 023005 store 3 ,mem_le_lap 
-0x5a98 023006 store 3 ,mem_le_lap + 3 
-0x5a99 023007 branch mouse_start_reconnect 
-:      023009 mouse_buletooth_fast_conn_end:
-0x5a9a 023010 bpatch patch10_4 ,mem_patch10 
-0x5a9b 023011 call mouse_select_reconn_device 
-0x5a9c 023012 call mouse_bluetooth_fast_conn_disable 
-0x5a9d 023013 fetch 1 ,mem_device_flag 
-0x5a9e 023014 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
-0x5a9f 023015 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
-0x5aa0 023016 rtn 
-:      023017 mouse_device1_check_auto_discover:
-0x5aa1 023018 fetch 6 ,mem_device1_addr 
-0x5aa2 023019 branch mouse_device_check_auto_discover 
-:      023020 mouse_device2_check_auto_discover:
-0x5aa3 023021 fetch 6 ,mem_device2_addr 
-:      023022 mouse_device_check_auto_discover:
-0x5aa4 023023 fetcht 6 ,mem_mouse_compare_addr 
-0x5aa5 023024 isub temp ,null 
-0x5aa6 023025 branch mouse_start_discovery ,zero 
-0x5aa7 023026 branch mouse_start_reconnect_device 
-:      023028 mouse_bluetooth_fast_conn_disable:
-0x5aa8 023029 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
-0x5aa9 023030 rtn 
-:      023033 mouse_stop_bluetooth_mode:
-0x5aaa 023034 fetch 2 ,mem_ui_state_map 
-0x5aab 023035 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x5aac 023036 branch mouse_stop_discovery 
-:      023037 mouse_disconnect:
-0x5aad 023038 setarg 0 
-0x5aae 023039 store 2 ,mem_mouse_no_data_timer 
-0x5aaf 023040 fetch 2 ,mem_ui_state_map 
-0x5ab0 023041 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x5ab1 023042 rtn 
-:      023044 mouse_check_125hz:
-0x5ab2 023045 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ab3 023046 rtnbit0 mouse_enable_bt_125hz 
-:      023047 mouse_bluetooth_125hz:
-0x5ab4 023048 nbranch mouse_bluetooth_125hz_clear ,user 
-0x5ab5 023049 fetch 1 ,mem_bluetooth_125hz_cnt 
-0x5ab6 023050 increase 1 ,pdata 
-0x5ab7 023051 and_into 0x0f ,pdata 
-0x5ab8 023052 store 1 ,mem_bluetooth_125hz_cnt 
-0x5ab9 023053 nrtn blank 
-:      023054 mouse_bluetooth_125hz_clear:
-0x5aba 023055 jam 0 ,mem_bluetooth_125hz_cnt 
-0x5abb 023056 branch disable_user 
-:      023058 mouse_current_mult_update:
-0x5abc 023059 fetch 1 ,mem_sensor_motion_gpio 
-0x5abd 023060 rtnne gpio_disable 
-0x5abe 023061 jam 0 ,mem_lpm_mult 
-0x5abf 023062 jam 30 ,mem_mouse_current_mult_timer 
-0x5ac0 023063 rtn 
-:      023066 mouse_priority_bb_event:
-0x5ac1 023067 bpatch patch10_5 ,mem_patch10 
-0x5ac2 023068 copy regc ,pdata 
-0x5ac3 023069 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
-0x5ac4 023070 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
-0x5ac5 023071 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x5ac6 023072 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x5ac7 023073 beq bt_evt_le_enc_info ,mouse_le_enc_info 
-0x5ac8 023074 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
-0x5ac9 023075 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
-0x5aca 023076 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
-0x5acb 023077 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
-0x5acc 023078 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
-0x5acd 023079 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
-0x5ace 023080 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
-0x5acf 023081 rtn 
-:      023084 mouse_le_bb_event_connected:
-0x5ad0 023085 call mouse_device_poweron_led_config 
-0x5ad1 023086 jam 0 ,mem_mouse_long_mult_flag 
-0x5ad2 023087 call mouse_init_sensor_reset 
-0x5ad3 023088 jam 1 ,mem_mouse_le_bb_connected_flag 
-0x5ad4 023089 call mouse_24g_first_store_reconn_info 
-0x5ad5 023090 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5ad6 023091 nbranch mouse_le_bb_event_connected_next ,blank 
-0x5ad7 023092 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
-:      023093 mouse_le_bb_event_connected_next:
-0x5ad8 023094 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x5ad9 023095 set0 app_disc_by_button ,pdata 
-0x5ada 023096 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x5adb 023097 jam 0 ,mem_mouse_direct_timer 
-0x5adc 023098 fetch 2 ,mem_le_battery_level_updata_timer_init 
-0x5add 023099 store 2 ,mem_le_battery_level_updata_timer 
-0x5ade 023100 call mouse_no_data_timer_init 
-0x5adf 023101 branch mouse_stop_discovery 
-:      023103 mouse_le_bb_disconnected:
-0x5ae0 023104 setarg 0 
-0x5ae1 023105 store 2 ,mem_le_battery_level_updata_timer 
-0x5ae2 023106 jam 0 ,mem_mouse_le_bb_connected_flag 
-0x5ae3 023107 arg le_interval_7_5ms ,temp 
-0x5ae4 023108 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ae5 023109 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
-0x5ae6 023110 arg le_interval_8_75ms ,temp 
-:      023111 mouse_le_bb_disconnected_next:
-0x5ae7 023112 storet 2 ,mem_le_interval_min 
-0x5ae8 023113 storet 2 ,mem_le_interval_min + 2 
-0x5ae9 023114 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x5aea 023115 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x5aeb 023116 call le_clr_config_more_data 
-0x5aec 023117 branch mouse_bb_disconnected 
-:      023119 mouse_le_pairing_success:
-0x5aed 023120 arg ll_pairing_success_flag ,queue 
-0x5aee 023121 branch mouse_le_enable_connect_flag 
-:      023123 mouse_le_enc_info:
-:      023124 mouse_updata_le_param:
-0x5aef 023125 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x5af0 023126 branch ui_ipc_send_cmd 
-:      023128 mouse_le_ll_start_encryt:
-0x5af1 023129 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5af2 023130 beq 1 ,mouse_le_ll_reconn_start_encryt 
-0x5af3 023131 branch mouse_le_ll_enable_start_enc_flag 
-:      023132 mouse_le_ll_reconn_start_encryt:
-0x5af4 023133 call mouse_updata_le_param 
-0x5af5 023134 jam 20 ,mem_le_start_encrypt_timer 
-:      023135 mouse_le_ll_enable_start_enc_flag:
-0x5af6 023136 arg ll_start_enc_flag ,queue 
-0x5af7 023137 branch mouse_le_enable_connect_flag 
-:      023139 mouse_le_enable_connect_flag:
-0x5af8 023140 fetch 1 ,mem_le_connect_status_flag 
-0x5af9 023141 qset1 pdata 
-0x5afa 023142 store 1 ,mem_le_connect_status_flag 
-0x5afb 023143 rtn 
-:      023145 mouse_le_conn_param_update_rsp_recieved:
-0x5afc 023146 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x5afd 023147 rtneq ble_signaling_connect_parameter_update_accepted 
-0x5afe 023148 fetch 1 ,mem_le_tsniff 
-0x5aff 023149 rshift2 pdata ,pdata 
-0x5b00 023150 sub pdata ,le_interval_15ms ,null 
-0x5b01 023151 rtn positive 
-0x5b02 023152 setarg le_interval_11_25ms 
-0x5b03 023153 store 2 ,mem_le_interval_min 
-0x5b04 023154 store 2 ,mem_le_interval_min + 2 
-0x5b05 023155 call mouse_updata_le_param 
-:      023156 mouse_le_conn_param_lpm_disable:
-0x5b06 023157 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-0x5b07 023158 rtn 
-:      023160 mouse_le_bb_event_connect_complete:
-0x5b08 023161 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5b09 023162 nrtn blank 
-0x5b0a 023163 fetch 1 ,mem_le_att_handle 
-0x5b0b 023164 sub pdata ,34 ,pdata 
-0x5b0c 023165 nrtn zero 
-0x5b0d 023166 jam 0 ,mem_le_start_encrypt_timer 
-:      023167 mouse_le_write_enable:
-0x5b0e 023168 arg write_req_enable_flag ,queue 
-0x5b0f 023169 branch mouse_le_enable_connect_flag 
-:      023171 mouse_le_parse_conn_param_accepted:
-0x5b10 023172 fetch 1 ,mem_le_new_conninterval 
-0x5b11 023173 sub pdata ,le_interval_15ms ,null 
-0x5b12 023174 nbranch mouse_le_conn_param_lpm_disable ,positive 
-0x5b13 023175 store 2 ,mem_le_interval_min 
-0x5b14 023176 store 2 ,mem_le_interval_min + 2 
-0x5b15 023177 fetch 1 ,mem_le_new_connslavelatency 
-0x5b16 023178 branch mouse_le_lpm_mult_reinit ,blank 
-0x5b17 023179 fetcht 1 ,mem_lpm_mult_init 
-0x5b18 023180 isub temp ,null 
-0x5b19 023181 branch mouse_le_lpm_mult_reinit ,positive 
-0x5b1a 023182 fetch 1 ,mem_le_new_connslavelatency 
-0x5b1b 023183 store 1 ,mem_lpm_mult 
-0x5b1c 023184 branch mouse_le_conn_param_lpm_enable 
-:      023185 mouse_le_lpm_mult_reinit:
-0x5b1d 023186 fetch 1 ,mem_lpm_mult_init 
-0x5b1e 023187 store 1 ,mem_lpm_mult 
-:      023188 mouse_le_conn_param_lpm_enable:
-0x5b1f 023189 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x5b20 023190 rtn 
-:      023192 mouse_le_clean_connect_flag:
-0x5b21 023193 jam 0 ,mem_le_connect_status_flag 
-0x5b22 023194 rtn 
-:      023196 mouse_le:
-0x5b23 023197 bpatch patch10_6 ,mem_patch10 
-0x5b24 023198 call le_fifo_check_nearly_full 
-0x5b25 023199 nrtn blank 
-0x5b26 023200 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x5b27 023201 beq 0xff ,mouse_le_next 
-0x5b28 023202 fetch 1 ,mem_le_connect_status_flag 
-0x5b29 023203 and pdata ,0x03 ,pdata 
-0x5b2a 023204 rtnne 0x03 
-:      023205 mouse_le_next:
-0x5b2b 023206 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x5b2c 023207 call mouse_clear_sensor_data_by_reset ,blank 
-0x5b2d 023208 fetch mouse_flag_len ,mem_mouse_flag 
-0x5b2e 023209 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x5b2f 023210 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x5b30 023211 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x5b31 023212 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-0x5b32 023213 call mouse_motion 
-0x5b33 023214 call mouse_check_125hz 
-0x5b34 023215 nrtn user 
-0x5b35 023216 call mouse_current_mult_update 
-0x5b36 023217 call mouse_data_xy_release 
-0x5b37 023218 call mouse_wheel_trigger 
-0x5b38 023219 fetch mouse_flag_len ,mem_mouse_flag 
-0x5b39 023220 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
-0x5b3a 023221 fetch 1 ,mem_customer_key 
-0x5b3b 023222 beq 1 ,mouse_le_send_keyboard_package_data 
-:      023223 mouse_le_send_mouse_data:
-0x5b3c 023224 branch mouse_fill_mouse_data_le 
-:      023227 mouse_le_send_keyboard_package_data:
-0x5b3d 023228 fetch 1 ,mem_customer_data_trigger 
-0x5b3e 023229 branch mouse_le_release_keyboard_data ,blank 
-0x5b3f 023230 fetch 8 ,mem_customer_key_press + 1 
-:      023231 mouse_fill_keyboard_package_data_le:
-0x5b40 023232 store 8 ,mem_pdatatemp 
-0x5b41 023233 fetch 1 ,mem_customer_key_press 
-0x5b42 023234 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
-0x5b43 023235 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
-0x5b44 023236 jam 8 ,mem_le_data_len 
-0x5b45 023237 fetcht 2 ,mem_le_keyboard_handle 
-:      023238 mouse_fill_data_le:
-0x5b46 023239 fetch 1 ,mem_le_data_len 
-0x5b47 023240 copy pdata ,rega 
-0x5b48 023241 call le_att_malloc_tx_notify 
-0x5b49 023242 fetcht 1 ,mem_le_data_len 
-0x5b4a 023243 copy temp ,loopcnt 
-0x5b4b 023244 arg mem_pdatatemp ,contr 
-0x5b4c 023245 branch memcpy 
-:      023247 mouse_le_release_keyboard_data:
-0x5b4d 023248 fetch 8 ,mem_customer_key_release + 1 
-0x5b4e 023249 branch mouse_fill_keyboard_package_data_le 
-:      023251 mouse_fill_multimedia_key_data_le:
-0x5b4f 023252 jam 3 ,mem_le_data_len 
-0x5b50 023253 fetcht 2 ,mem_le_multimedia_handle 
-0x5b51 023254 branch mouse_fill_data_le 
-:      023256 mouse_fill_systemctrl_key_data_le:
-0x5b52 023257 jam 2 ,mem_le_data_len 
-0x5b53 023258 fetcht 2 ,mem_le_systemctrl_handle 
-0x5b54 023259 branch mouse_fill_data_le 
-:      023261 mouse_fill_battery_level_le:
-0x5b55 023262 arg 1 ,rega 
-0x5b56 023263 fetcht 2 ,mem_le_battery_level_handle 
-0x5b57 023264 call le_att_malloc_tx_notify 
-0x5b58 023265 fetch 1 ,mem_le_battery_level_percentage 
-0x5b59 023266 istore 1 ,contw 
-0x5b5a 023267 rtn 
-:      023269 mouse_le_send_empty_packet:
-0x5b5b 023270 setarg 0 
-0x5b5c 023271 store 7 ,mem_mouse_key 
-:      023272 mouse_fill_mouse_data_le:
-0x5b5d 023273 jam 7 ,mem_le_data_len 
-0x5b5e 023274 fetch 7 ,mem_mouse_key 
-0x5b5f 023275 store 7 ,mem_pdatatemp 
-0x5b60 023276 fetcht 2 ,mem_le_notify_handle 
-0x5b61 023277 branch mouse_fill_data_le 
-:      023279 mouse_check_51cmd_adv:
-0x5b62 023280 jam 0 ,mem_mouse_le_reconnect_flag 
-0x5b63 023281 fetch 3 ,mem_le_adv_ind 
-0x5b64 023282 store 3 ,mem_le_adv_data + 4 
-0x5b65 023283 call mouse_le_check_adv_flag 
-0x5b66 023284 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-0x5b67 023285 istore 1 ,contr 
-0x5b68 023286 arg mem_le_adv_swift_pair ,contr 
-0x5b69 023287 call mouse_le_adv_data_update 
-0x5b6a 023288 branch check_51cmd_adv 
-:      023290 mouse_le_check_adv_flag:
-0x5b6b 023291 arg mem_le_adv_data ,rega 
-:      023292 mouse_le_check_adv_flag_loop:
-0x5b6c 023293 ifetch 1 ,rega 
-0x5b6d 023294 rtn blank 
-0x5b6e 023295 iadd contr ,rega 
-0x5b6f 023296 ifetch 1 ,contr 
-0x5b70 023297 rtneq 0x01 
-0x5b71 023298 branch mouse_le_check_adv_flag_loop 
-:      023300 mouse_le_adv_data_update:
-0x5b72 023301 arg mem_le_adv_data + 11 ,contw 
-0x5b73 023302 arg 19 ,loopcnt 
-0x5b74 023303 call memcpy 
-0x5b75 023304 branch le_modified_name_adv 
-:      023310 mouse_bb_disconnected:
-0x5b76 023311 call mouse_bb_discon_clear_stack 
-0x5b77 023312 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x5b78 023313 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x5b79 023314 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x5b7a 023315 branch mouse_start_discovery 
-:      023317 mouse_bb_discon_clear_stack:
-0x5b7b 023318 setarg 0 
-0x5b7c 023319 store 8 ,mem_wheel_tb_old_pinlevel 
-0x5b7d 023320 istore 4 ,contw 
-0x5b7e 023321 jam 0 ,mem_mouse_move_flag 
-0x5b7f 023322 jam 0 ,mem_ltk_exists 
-0x5b80 023323 rtn 
-:      023325 mouse4_0_event_bb_disconn:
-0x5b81 023326 call mouse_le_clean_connect_flag 
-0x5b82 023327 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x5b83 023328 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x5b84 023329 branch mouse_app_enter_hibernate 
-:      023333 mouse_bb_event_timer:
-0x5b85 023334 bpatch patch10_7 ,mem_patch10 
-0x5b86 023336 call mouse_low_voltage_led_timer 
-0x5b87 023337 call mouse_adc_read 
-0x5b88 023339 call mouse_logo_led_on_timer 
-0x5b89 023340 call mouse_led_multi_timer 
-0x5b8a 023341 call mouse_dpi_led_blink_delay_timer 
-0x5b8b 023343 call g24_pair_timeout_timer 
-0x5b8c 023344 call g24_reconn_timeout_timer 
-0x5b8d 023345 call mouse_24g_long_sleep_param_update_timer 
-0x5b8e 023347 call mouse_dpi_key_check_long_press 
-0x5b8f 023348 call mouse_bt_discovery_check 
-0x5b90 023349 call mouse_commbination_key_process 
-0x5b91 023350 call mouse_check_discovery_timeout_timer 
-0x5b92 023352 call mouse_check_direct_timeout_timer 
-0x5b93 023353 call mouse_le_enable_att_list_timer 
-0x5b94 023354 call mouse_le_battery_updata_timer 
-0x5b95 023355 call mouse_le_send_smp_security_request_timer 
-0x5b96 023357 call mouse_check_reconnect_delay_long_sleep 
-0x5b97 023358 call mouse_current_mult_update_timer 
-0x5b98 023359 call mouse_wheel_trigger_timer 
-0x5b99 023360 call mouse_store_information_delay_timer 
-0x5b9a 023361 branch mouse_check_no_data_timeout_timer 
-:      023363 mouse_bt_discovery_check:
-0x5b9b 023364 fetch mouse_flag_len ,mem_mouse_flag 
-0x5b9c 023365 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
-0x5b9d 023366 rtn 
-:      023368 mouse_bt_discovery_by_pb_button:
-0x5b9e 023369 fetch 1 ,mem_select_device_button_statue 
-0x5b9f 023370 rtnne pb_button_state_down 
-0x5ba0 023371 arg mem_bt_discovery_count ,regc 
-0x5ba1 023372 arg mouse_long_button_bt_discovery ,regb 
-0x5ba2 023373 branch timer_single_step 
-:      023375 mouse_long_button_bt_discovery:
-0x5ba3 023376 fetch 1 ,mem_device_flag 
-0x5ba4 023377 rtneq mode_24g_device 
-0x5ba5 023378 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ba6 023379 rtnbit1 mouse_bt_discovery_button_long_down_flag 
-0x5ba7 023380 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x5ba8 023381 call mouse_enable_function_flag 
-0x5ba9 023382 call app_evt_button_long_pressed 
-0x5baa 023383 branch mouse_bb_event_discovery_btn 
-:      023385 mouse_commbination_key_process:
-0x5bab 023386 fetch 1 ,mem_device_flag 
-0x5bac 023387 beq mode_24g_device ,mouse_24g_commbination_key_process 
-0x5bad 023388 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bae 023389 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
-0x5baf 023390 fetcht 1 ,mem_mouse_commbination_key_bt 
-0x5bb0 023391 branch mouse_commbination_key_start 
-:      023393 mouse_24g_commbination_key_process:
-0x5bb1 023394 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bb2 023395 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
-0x5bb3 023396 fetcht 1 ,mem_mouse_commbination_key_24g 
-:      023397 mouse_commbination_key_start:
-0x5bb4 023398 storet 1 ,mem_mouse_commbination_key 
-0x5bb5 023399 call mouse_check_key_gpio 
-0x5bb6 023400 and pdata ,0x07 ,pdata 
-0x5bb7 023401 fetcht 1 ,mem_mouse_commbination_key 
-0x5bb8 023402 isub temp ,null 
-0x5bb9 023403 branch mouse_commbination_key_down ,zero 
-:      023404 mouse_commbination_key_up:
-0x5bba 023405 fetch 1 ,mem_ui_button_timeout 
-0x5bbb 023406 store 1 ,mem_combination_ui_button_count 
-0x5bbc 023407 fetch 1 ,mem_commbination_key_statue 
-0x5bbd 023408 rtneq commbination_key_state_up 
-0x5bbe 023409 jam commbination_key_state_up ,mem_commbination_key_statue 
-0x5bbf 023410 rtn 
-:      023412 mouse_commbination_key_down:
-0x5bc0 023413 call mouse_combination_ui_timer 
-0x5bc1 023414 fetch 1 ,mem_commbination_key_statue 
-0x5bc2 023415 rtneq commbination_key_state_down 
-0x5bc3 023416 jam commbination_key_state_down ,mem_commbination_key_statue 
-0x5bc4 023417 rtn 
-:      023419 mouse_combination_ui_timer:
-0x5bc5 023420 arg mouse_24g_start_pair_mode ,regb 
-0x5bc6 023421 arg mem_combination_ui_button_count ,regc 
-0x5bc7 023422 fetch 1 ,mem_device_flag 
-0x5bc8 023423 beq mode_24g_device ,timer_single_step 
-0x5bc9 023424 arg mouse_long_button_bt_discovery ,regb 
-0x5bca 023425 call timer_single_step 
-0x5bcb 023426 fetch 1 ,mem_combination_ui_button_count 
-0x5bcc 023427 beq 1 ,mouse_bt_discovery_button_down_enable 
-0x5bcd 023428 rtn 
-:      023430 mouse_check_discovery_timeout_timer:
-0x5bce 023431 arg mem_mouse_discovery_timer ,regc 
-0x5bcf 023432 arg mouse_check_discovery_timeout ,regb 
-0x5bd0 023433 branch timer_single_step_2b 
-:      023435 mouse_check_discovery_timeout:
-0x5bd1 023436 call mouse_stop_discovery 
-0x5bd2 023437 branch mouse_app_enter_hibernate 
-:      023439 mouse_check_direct_timeout_timer:
-0x5bd3 023440 arg mem_mouse_direct_timer ,regc 
-0x5bd4 023441 arg mouse_check_direct_timeout ,regb 
-0x5bd5 023442 call timer_single_step 
-0x5bd6 023443 fetch 1 ,mem_mouse_direct_timer 
-0x5bd7 023444 beq 1 ,app_ble_stop_direct_adv 
-0x5bd8 023445 rtn 
-:      023447 mouse_check_direct_timeout:
-0x5bd9 023448 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x5bda 023449 beq 0xff ,mouse_buletooth_fast_conn_end 
-0x5bdb 023450 fetch 1 ,mem_reconn_times 
-0x5bdc 023451 nbranch mouse_polling_device ,blank 
-0x5bdd 023452 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bde 023453 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
-0x5bdf 023454 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
-0x5be0 023455 branch mouse_app_enter_hibernate 
-:      023457 mouse_le_enable_att_list_timer:
-0x5be1 023458 arg mem_le_start_encrypt_timer ,regc 
-0x5be2 023459 arg mouse_le_write_enable ,regb 
-0x5be3 023460 branch timer_single_step 
-:      023462 mouse_le_send_smp_security_request_timer:
-0x5be4 023463 fetch 1 ,mem_mouse_le_bb_connected_flag 
-0x5be5 023464 rtn blank 
-0x5be6 023465 arg mem_mouse_send_secutiry_request_timer ,regc 
-0x5be7 023466 arg mouse_le_pairing_sm_start_check ,regb 
-0x5be8 023467 branch timer_single_step 
-:      023468 mouse_le_pairing_sm_start_check:
-0x5be9 023469 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5bea 023470 nrtn blank 
-0x5beb 023471 fetch 1 ,mem_le_pairing_state 
-0x5bec 023472 rtnne flag_le_pairing_null 
-0x5bed 023473 branch le_pairing_sm_start 
-:      023475 mouse_le_battery_updata_timer:
-0x5bee 023476 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bef 023477 rtnbit1 mouse_enable_le_battery_service_cancel 
-0x5bf0 023478 arg mem_le_battery_level_updata_timer ,regc 
-0x5bf1 023479 arg mouse_le_battery_level_updata ,regb 
-0x5bf2 023480 branch timer_single_step 
-:      023482 mouse_le_battery_level_updata:
-0x5bf3 023483 fetch 2 ,mem_le_battery_level_updata_timer_init 
-0x5bf4 023484 store 2 ,mem_le_battery_level_updata_timer 
-0x5bf5 023485 branch mouse_fill_battery_level_le 
-:      023487 mouse_le_enable_att_list:
-0x5bf6 023488 fetch 1 ,mem_le_connect_status_flag 
-0x5bf7 023489 rtnbit1 ll_pairing_success_flag 
-0x5bf8 023490 call mouse_updata_le_param 
-0x5bf9 023491 arg write_req_enable_flag ,queue 
-0x5bfa 023492 branch mouse_le_enable_connect_flag 
-:      023494 mouse_check_reconnect_delay_long_sleep:
-0x5bfb 023495 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
-0x5bfc 023496 arg mouse_app_enter_hibernate ,regb 
-0x5bfd 023497 branch timer_single_step 
-:      023499 mouse_current_mult_update_timer:
-0x5bfe 023500 arg mem_mouse_current_mult_timer ,regc 
-0x5bff 023501 arg mouse_current_mult_reinit ,regb 
-0x5c00 023502 branch timer_single_step 
-:      023503 mouse_current_mult_reinit:
-0x5c01 023504 fetch 1 ,mem_lpm_mult_init 
-0x5c02 023505 store 1 ,mem_lpm_mult 
-0x5c03 023506 jam 1 ,mem_mouse_long_mult_flag 
-0x5c04 023507 rtn 
-:      023510 mouse_check_no_data_timeout_timer:
-0x5c05 023511 arg mem_mouse_no_data_timer ,regc 
-0x5c06 023512 arg mouse_check_no_data_timeout ,regb 
-0x5c07 023513 branch timer_single_step_2b 
-:      023515 mouse_check_no_data_timeout:
-0x5c08 023516 fetch 1 ,mem_device_flag 
-0x5c09 023517 beq mode_24g_device ,mouse_24g_hibernate_set 
-0x5c0a 023518 branch mouse_disconnect 
-:      023520 mouse_no_data_timer_init:
-0x5c0b 023521 fetch 2 ,mem_mouse_no_data_timeout 
-0x5c0c 023522 store 2 ,mem_mouse_no_data_timer 
-0x5c0d 023523 rtn 
-:      023525 mouse_store_information_delay_timer:
-0x5c0e 023526 arg mem_store_information_delay_timer ,regc 
-0x5c0f 023527 arg mouse_store_device_info_check ,regb 
-0x5c10 023528 branch timer_single_step 
-:      023530 mouse_store_device_info_check:
-0x5c11 023531 call mouse_store_device_info 
-0x5c12 023532 fetch 1 ,mem_mouse_need_soft_reset 
-0x5c13 023533 nbranch mouse_soft_reset ,blank 
-0x5c14 023534 rtn 
-:      023536 mouse_bb_event_discovery_btn:
-0x5c15 023537 isolate1 mark_24g ,mark 
-0x5c16 023538 call mouse_24g_stop ,true 
-0x5c17 023539 call mouse_disconnect 
-0x5c18 023540 call mouse_le_clean_connect_flag 
-0x5c19 023541 branch mouse_start_discovery 
-:      023543 mouse_start_discovery:
-0x5c1a 023544 bpatch patch11_0 ,mem_patch11 
-0x5c1b 023545 call mouse_device_discovery_led_config 
-0x5c1c 023546 fetch 2 ,mem_ui_state_map 
-0x5c1d 023547 isolate1 ui_state_ble_adv ,pdata 
-0x5c1e 023548 call mouse_stop_le_adv ,true 
-0x5c1f 023549 call mouse_bluetooth_fast_conn_disable 
-0x5c20 023550 fetch 2 ,mem_ui_state_map 
-0x5c21 023551 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
-0x5c22 023552 fetch mouse_flag_len ,mem_mouse_flag 
-0x5c23 023553 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
-0x5c24 023554 fetcht 2 ,mem_random_addr_increase_count 
-0x5c25 023555 increase 1 ,temp 
-0x5c26 023556 storet 2 ,mem_random_addr_increase_count 
-0x5c27 023557 storet 2 ,mem_le_lap + 1 
-0x5c28 023558 random pdata 
-0x5c29 023559 store 1 ,mem_le_lap 
-:      023560 mouse_start_discovery_norandom:
-0x5c2a 023561 fetch 3 ,mem_mouse_le_lap_temp 
-0x5c2b 023562 store 3 ,mem_le_lap + 3 
-0x5c2c 023563 call app_lpm_mult_disable 
-0x5c2d 023564 fetch 2 ,mem_mouse_discovery_timeout 
-0x5c2e 023565 store 2 ,mem_mouse_discovery_timer 
-0x5c2f 023566 setarg 0 
-0x5c30 023567 store 2 ,mem_mouse_no_data_timer 
-0x5c31 023568 store 2 ,mem_le_battery_level_updata_timer 
-0x5c32 023569 store 1 ,mem_mouse_direct_timer 
-0x5c33 023570 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
-0x5c34 023571 store 1 ,mem_mouse_clear_sensor_data_flag 
-0x5c35 023572 arg mouse_store_eeprom_flag ,queue 
-0x5c36 023573 call mouse_enable_function_flag 
-0x5c37 023574 call mouse_bt_discovery_button_down_disable 
-0x5c38 023575 branch mouse_check_51cmd_adv 
-:      023577 mouse_stop_discovery:
-0x5c39 023578 bpatch patch11_1 ,mem_patch11 
-0x5c3a 023579 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x5c3b 023580 call mouse_disable_function_flag 
-0x5c3c 023581 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
-0x5c3d 023582 branch mouse_stop_le_adv 
-:      023583 mouse_stop_le_adv:
-0x5c3e 023584 setarg 0 
-0x5c3f 023585 store 1 ,mem_mouse_direct_timer 
-0x5c40 023586 store 2 ,mem_mouse_discovery_timer 
-0x5c41 023587 branch check_51cmd_stop_adv 
-:      023589 mouse_store_remote_bdaddr:
-0x5c42 023590 bpatch patch11_2 ,mem_patch11 
-0x5c43 023591 fetch mouse_flag_len ,mem_mouse_flag 
-0x5c44 023592 rtnbit0 mouse_store_eeprom_flag 
-0x5c45 023593 arg mouse_store_eeprom_flag ,queue 
-0x5c46 023594 call mouse_disable_function_flag 
-0x5c47 023595 call mouse_check_device_addr 
-:      023596 mouse_unplug_clean_bdaddr:
-0x5c48 023597 call mouse_before_store_reconn_info 
-0x5c49 023598 branch mouse_store_device_info_delay 
-:      023600 mouse_check_device_addr:
-0x5c4a 023601 fetch 1 ,mem_record_bt_mode 
-0x5c4b 023602 beq rec_4_mode ,mouse_check_le_device_addr 
-0x5c4c 023603 rtn 
-:      023604 mouse_check_le_device_addr:
-0x5c4d 023605 store 1 ,mem_device_addr_temp 
-0x5c4e 023606 fetch 6 ,mem_le_plap 
-:      023607 mouse_check_bt_device_addr_common:
-0x5c4f 023608 store 6 ,mem_device_addr_temp + 1 
-0x5c50 023609 fetch 7 ,mem_device_addr_temp 
-0x5c51 023610 arg mem_device1_type ,contr 
-0x5c52 023611 arg 3 ,loopcnt 
-:      023612 mouse_check_device_addr_end:
-0x5c53 023613 ifetcht 7 ,contr 
-0x5c54 023614 isub temp ,null 
-0x5c55 023615 branch mouse_clean_addr ,zero 
-0x5c56 023616 increase 22 ,contr 
-0x5c57 023617 loop mouse_check_device_addr_end 
-0x5c58 023618 rtn 
-:      023619 mouse_before_store_reconn_info:
-0x5c59 023620 arg mem_device1_type ,rega 
-0x5c5a 023621 fetch 1 ,mem_device_flag 
-0x5c5b 023622 increase -1 ,pdata 
-0x5c5c 023623 mul32 pdata ,29 ,pdata 
-0x5c5d 023624 iadd rega ,rega 
-0x5c5e 023625 fetch 1 ,mem_record_bt_mode 
-0x5c5f 023626 istore 1 ,rega 
-0x5c60 023627 beq rec_4_mode ,mouse_store_le_device 
-0x5c61 023628 rtn 
-:      023630 mouse_store_le_device:
-0x5c62 023631 fetch 6 ,mem_le_plap 
-0x5c63 023632 istore 6 ,contw 
-0x5c64 023633 arg mem_le_ltk ,contr 
-0x5c65 023634 call memcpy16 
-0x5c66 023635 fetch 6 ,mem_le_lap 
-0x5c67 023636 istore 6 ,contw 
-0x5c68 023637 rtn 
-:      023639 mouse_clean_addr:
-0x5c69 023640 increase -6 ,contr 
-0x5c6a 023641 copy contr ,contw 
-0x5c6b 023642 fetcht 6 ,mem_device_addr_temp + 1 
-0x5c6c 023643 increase 3 ,temp 
-0x5c6d 023644 istoret 6 ,contw 
-0x5c6e 023645 rtn 
-:      023647 mouse_select_reconn_device:
-0x5c6f 023648 arg mem_device1_type ,rega 
-0x5c70 023649 fetch 1 ,mem_device_flag 
-0x5c71 023650 rtneq mode_24g_device 
-0x5c72 023651 increase -1 ,pdata 
-0x5c73 023652 mul32 pdata ,29 ,pdata 
-0x5c74 023653 iadd rega ,rega 
-0x5c75 023654 ifetch 1 ,rega 
-0x5c76 023655 store 1 ,mem_xrecord_mode 
-0x5c77 023656 beq rec_4_mode ,mouse_load_le_device 
-0x5c78 023657 rtn 
-:      023659 mouse_load_le_device:
-0x5c79 023660 ifetch 6 ,contr 
-:      023661 mouse_load_le_device_end:
-0x5c7a 023662 store 6 ,mem_hci_plap 
-0x5c7b 023663 arg mem_le_ltk ,contw 
-0x5c7c 023664 call memcpy16 
-0x5c7d 023665 ifetch 6 ,contr 
-0x5c7e 023666 store 6 ,mem_le_lap 
-0x5c7f 023667 rtn 
-:      023669 mouse_app_initflag_check:
-0x5c80 023670 bpatch patch11_3 ,mem_patch11 
-0x5c81 023671 fetch 2 ,mem_store_flag 
-0x5c82 023672 arg eeprom_init_flag ,temp 
-0x5c83 023673 isub temp ,null 
-0x5c84 023674 branch mouse_load_device_info ,zero 
-:      023675 mouse_app_initflag_check_next:
-0x5c85 023676 storet 2 ,mem_store_flag 
-0x5c86 023677 call mouse_ble_init_address 
-0x5c87 023678 fetch 1 ,mem_device_flag_temp 
-0x5c88 023679 store 1 ,mem_device_flag 
-0x5c89 023680 fetch 4 ,mem_24g_fast_conn_addr 
-0x5c8a 023681 store 4 ,mem_24g_receiver_addr 
-0x5c8b 023682 store 4 ,mem_24g_addr 
-:      023683 mouse_load_default_dpi:
-0x5c8c 023684 fetch 1 ,mem_config_sensor_dpi 
-0x5c8d 023685 store 1 ,mem_mouse_dpi 
-0x5c8e 023686 rtn 
-:      023688 mouse_load_device_info:
-0x5c8f 023689 call mouse_otp_load_dpi 
-0x5c90 023691 fetch 4 ,mem_mouse_24g_addr 
-0x5c91 023692 store 4 ,mem_24g_receiver_addr 
-0x5c92 023693 store 4 ,mem_24g_addr 
-0x5c93 023694 rtn 
-:      023696 mouse_otp_load_dpi:
-0x5c94 023697 fetch mouse_flag_len ,mem_mouse_flag 
-0x5c95 023698 rtnbit0 mouse_enable_load_and_store_dpi 
-0x5c96 023699 fetch 2 ,mem_otp_offset_dpi 
-0x5c97 023700 copy pdata ,regb 
-0x5c98 023701 call mouse_read_otp_dpi_common 
-0x5c99 023702 fetch 1 ,mem_mouse_dpi_temp 
-0x5c9a 023703 call mouse_load_default_dpi ,blank 
-0x5c9b 023704 rtn 
-:      023706 mouse_ble_init_address:
-0x5c9c 023707 fetch 6 ,mem_le_lap 
-0x5c9d 023708 store 6 ,mem_device1_locall_addr 
-0x5c9e 023709 add pdata ,0x0100 ,pdata 
-0x5c9f 023710 store 6 ,mem_device2_locall_addr 
-0x5ca0 023711 add pdata ,0x0100 ,pdata 
-0x5ca1 023712 store 6 ,mem_device3_locall_addr 
-0x5ca2 023713 rtn 
-:      023717 mouse_store_device_info_delay:
-0x5ca3 023718 fetch 1 ,mem_store_information_delay_timer_init 
-0x5ca4 023719 store 1 ,mem_store_information_delay_timer 
-0x5ca5 023720 rtn 
-:      023722 mouse_store_device_info:
-0x5ca6 023723 bpatch patch11_4 ,mem_patch11 
-0x5ca7 023724 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ca8 023725 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x5ca9 023726 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x5caa 023727 bbit1 mouse_enable_otp ,mouse_store_otp_device_info 
-0x5cab 023728 rtn 
-:      023730 mouse_store_dpi_info_check:
-0x5cac 023731 bpatch patch11_5 ,mem_patch11 
-0x5cad 023732 fetch mouse_flag_len ,mem_mouse_flag 
-0x5cae 023733 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x5caf 023734 bbit1 mouse_enable_otp ,mouse_store_otp_dpi 
-0x5cb0 023735 rtn 
-:      023739 mouse_store_eeprom_device_info:
-0x5cb1 023740 arg 128 ,temp 
-0x5cb2 023741 arg mem_device_flag ,rega 
-0x5cb3 023742 arg mouse_info_eeprom_offect ,regb 
-0x5cb4 023743 branch iicd_write_protect_eep_data 
-:      023745 mouse_store_eerpom_dpi:
-0x5cb5 023746 arg 1 ,temp 
-0x5cb6 023747 arg mem_mouse_dpi ,rega 
-0x5cb7 023748 arg mouse_dpi_eeprom_offect ,regb 
-0x5cb8 023749 branch iicd_write_protect_eep_data 
-:      023753 mouse_store_flash_device_info:
-0x5cb9 023754 call spid_init_flash 
-0x5cba 023755 call mouse_spid_flash_release_form_powerdown 
-0x5cbb 023756 call mouse_flash_erase_sector 
-0x5cbc 023758 call mouse_information_flash_parameters 
-0x5cbd 023759 call mouse_spid_write_flash 
-0x5cbe 023760 call mouse_spid_flash_powerdown 
-0x5cbf 023761 branch mouse_sensor_spi_init 
-:      023766 mouse_store_otp_device_info:
-0x5cc0 023767 call mouse_write_otp_device_flag 
-0x5cc1 023768 call mouse_write_otp_device_info 
-0x5cc2 023769 branch mouse_write_otp_le_addr_increase_count_info 
-:      023773 mouse_write_otp_device_flag:
-0x5cc3 023774 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0x5cc4 023775 copy regb ,regc 
-:      023776 mouse_write_otp_device_flag_loop:
-0x5cc5 023777 call mouse_read_otp_device_flag_common 
-0x5cc6 023778 fetch 1 ,mem_device_flag_temp 
-0x5cc7 023779 branch mouse_device_flag_store ,blank 
-0x5cc8 023780 store 1 ,mem_device_flag_last 
-0x5cc9 023781 increase 1 ,regc 
-0x5cca 023782 fetch 2 ,mem_otp_offset_device_flag_end 
-0x5ccb 023783 isub regc ,null 
-0x5ccc 023784 nrtn positive 
-0x5ccd 023785 copy regc ,regb 
-0x5cce 023786 branch mouse_write_otp_device_flag_loop 
-:      023788 mouse_device_flag_store:
-0x5ccf 023789 fetch 1 ,mem_device_flag_last 
-0x5cd0 023790 and pdata ,0xf0 ,pdata 
-0x5cd1 023791 branch mouse_device_flag_store_check ,blank 
-0x5cd2 023792 fetch 1 ,mem_device_flag 
-0x5cd3 023793 store 1 ,mem_device_flag_value 
-:      023794 mouse_devoce_flag_store_end:
-0x5cd4 023795 arg 1 ,loopcnt 
-0x5cd5 023796 copy regc ,regb 
-0x5cd6 023797 arg mem_device_flag_value ,rega 
-0x5cd7 023798 branch otp_write 
-:      023800 mouse_device_flag_store_check:
-0x5cd8 023801 fetch 1 ,mem_device_flag_last 
-0x5cd9 023802 fetcht 1 ,mem_device_flag 
-0x5cda 023803 isub temp ,null 
-0x5cdb 023804 rtn zero 
-0x5cdc 023805 lshift4 temp ,temp 
-0x5cdd 023806 iadd temp ,pdata 
-0x5cde 023807 store 1 ,mem_device_flag_value 
-0x5cdf 023809 copy regc ,pdata 
-0x5ce0 023810 fetcht 2 ,mem_otp_offset_device_flag 
-0x5ce1 023811 isub temp ,null 
-0x5ce2 023812 branch mouse_devoce_flag_store_end ,zero 
-0x5ce3 023814 increase -1 ,regc 
-0x5ce4 023815 branch mouse_devoce_flag_store_end 
-:      023819 mouse_write_otp_device_info:
-0x5ce5 023820 fetch 1 ,mem_device_flag 
-0x5ce6 023821 beq mode_24g_device ,mouse_write_otp_24g_addr 
-0x5ce7 023822 beq mode_bt_device1 ,mouse_write_otp_le_device1 
-0x5ce8 023823 beq mode_bt_device2 ,mouse_write_otp_le_device2 
-0x5ce9 023824 rtn 
-:      023826 mouse_write_otp_24g_addr:
-0x5cea 023827 fetchr regb ,2 ,mem_otp_offset_24g_addr 
-0x5ceb 023828 copy regb ,regc 
-:      023829 mouse_otp_store_24g_addr_loop:
-0x5cec 023830 call mouse_read_otp_24g_addr_common 
-0x5ced 023831 fetch 4 ,mem_mouse_24g_addr_temp 
-0x5cee 023832 branch mouse_24g_addr_store ,blank 
-0x5cef 023833 store 4 ,mem_mouse_24g_addr_last 
-0x5cf0 023834 increase 4 ,regc 
-0x5cf1 023835 fetch 2 ,mem_otp_offset_24g_addr_end 
-0x5cf2 023836 isub regc ,null 
-0x5cf3 023837 nrtn positive 
-0x5cf4 023838 copy regc ,regb 
-0x5cf5 023839 branch mouse_otp_store_24g_addr_loop 
-:      023841 mouse_24g_addr_store:
-0x5cf6 023842 fetch 4 ,mem_mouse_24g_addr_last 
-0x5cf7 023843 fetcht 4 ,mem_mouse_24g_addr 
-0x5cf8 023844 isub temp ,null 
-0x5cf9 023845 rtn zero 
-0x5cfa 023846 arg 4 ,loopcnt 
-0x5cfb 023847 arg mem_mouse_24g_addr ,rega 
-0x5cfc 023848 copy regc ,regb 
-0x5cfd 023849 branch otp_write 
-:      023851 mouse_write_otp_le_device1:
-0x5cfe 023852 fetchr regb ,2 ,mem_otp_offset_le_addr1 
-0x5cff 023853 copy regb ,regc 
-:      023854 mouse_otp_store_le_addr1_loop:
-0x5d00 023855 call mouse_read_otp_le_addr1_common 
-0x5d01 023856 fetch 6 ,mem_mouse_le_addr1_temp 
-0x5d02 023857 branch mouse_le_addr1_store ,blank 
-0x5d03 023858 store 6 ,mem_mouse_le_addr1_last 
-0x5d04 023859 increase 6 ,regc 
-0x5d05 023860 fetch 2 ,mem_otp_offset_le_addr1_end 
-0x5d06 023861 isub regc ,null 
-0x5d07 023862 nrtn positive 
-0x5d08 023863 copy regc ,regb 
-0x5d09 023864 branch mouse_otp_store_le_addr1_loop 
-:      023866 mouse_le_addr1_store:
-0x5d0a 023867 fetch 6 ,mem_mouse_le_addr1_last 
-0x5d0b 023868 fetcht 6 ,mem_device1_addr 
-0x5d0c 023869 isub temp ,null 
-0x5d0d 023870 rtn zero 
-0x5d0e 023871 arg 6 ,loopcnt 
-0x5d0f 023872 arg mem_device1_addr ,rega 
-0x5d10 023873 copy regc ,regb 
-0x5d11 023874 branch otp_write 
-:      023877 mouse_write_otp_le_device2:
-0x5d12 023878 fetchr regb ,2 ,mem_otp_offset_le_addr2 
-0x5d13 023879 copy regb ,regc 
-:      023880 mouse_otp_store_le_addr2_loop:
-0x5d14 023881 call mouse_read_otp_le_addr2_common 
-0x5d15 023882 fetch 6 ,mem_mouse_le_addr2_temp 
-0x5d16 023883 branch mouse_le_addr2_store ,blank 
-0x5d17 023884 store 6 ,mem_mouse_le_addr2_last 
-0x5d18 023885 increase 6 ,regc 
-0x5d19 023886 fetch 2 ,mem_otp_offset_le_addr2_end 
-0x5d1a 023887 isub regc ,null 
-0x5d1b 023888 nrtn positive 
-0x5d1c 023889 copy regc ,regb 
-0x5d1d 023890 branch mouse_otp_store_le_addr2_loop 
-:      023892 mouse_le_addr2_store:
-0x5d1e 023893 fetch 6 ,mem_mouse_le_addr2_last 
-0x5d1f 023894 fetcht 6 ,mem_device2_addr 
-0x5d20 023895 isub temp ,null 
-0x5d21 023896 rtn zero 
-0x5d22 023897 arg 6 ,loopcnt 
-0x5d23 023898 arg mem_device2_addr ,rega 
-0x5d24 023899 copy regc ,regb 
-0x5d25 023900 branch otp_write 
-:      023904 mouse_write_otp_le_addr_increase_count_info:
-0x5d26 023905 fetch 1 ,mem_device_flag 
-0x5d27 023906 rtneq mode_24g_device 
-0x5d28 023907 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-0x5d29 023908 copy regb ,regc 
-:      023909 mouse_otp_store_le_addr_increase_count_loop:
-0x5d2a 023910 call mouse_read_otp_le_addr_increase_count_common 
-0x5d2b 023911 fetch 2 ,mem_random_addr_increase_count_temp 
-0x5d2c 023912 branch mouse_le_addr_increase_count_store ,blank 
-0x5d2d 023913 store 2 ,mem_random_addr_increase_count_last 
-0x5d2e 023914 increase 2 ,regc 
-0x5d2f 023915 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-0x5d30 023916 isub regc ,null 
-0x5d31 023917 nrtn positive 
-0x5d32 023918 copy regc ,regb 
-0x5d33 023919 branch mouse_otp_store_le_addr_increase_count_loop 
-:      023921 mouse_le_addr_increase_count_store:
-0x5d34 023922 fetch 2 ,mem_random_addr_increase_count_last 
-0x5d35 023923 fetcht 2 ,mem_random_addr_increase_count 
-0x5d36 023924 isub temp ,null 
-0x5d37 023925 rtn zero 
-0x5d38 023926 arg 2 ,loopcnt 
-0x5d39 023927 arg mem_random_addr_increase_count ,rega 
-0x5d3a 023928 copy regc ,regb 
-0x5d3b 023929 branch otp_write 
-:      023933 mouse_store_otp_dpi:
-0x5d3c 023934 fetch mouse_flag_len ,mem_mouse_flag 
-0x5d3d 023935 rtnbit0 mouse_enable_load_and_store_dpi 
-0x5d3e 023936 fetchr regb ,2 ,mem_otp_offset_dpi 
-0x5d3f 023937 copy regb ,regc 
-:      023938 mouse_otp_store_dpi_loop:
-0x5d40 023939 call mouse_read_otp_dpi_common 
-0x5d41 023940 fetch 1 ,mem_mouse_dpi_temp 
-0x5d42 023941 branch mouse_otp_dpi_store ,blank 
-0x5d43 023942 store 1 ,mem_mouse_dpi_last 
-0x5d44 023943 increase 1 ,regc 
-0x5d45 023944 fetch 2 ,mem_otp_offset_dpi_end 
-0x5d46 023945 isub regc ,null 
-0x5d47 023946 nrtn positive 
-0x5d48 023947 copy regc ,regb 
-0x5d49 023948 branch mouse_otp_store_dpi_loop 
-:      023950 mouse_otp_dpi_store:
-0x5d4a 023951 fetch 1 ,mem_mouse_dpi_last 
-0x5d4b 023952 and pdata ,0xf0 ,pdata 
-0x5d4c 023953 branch mouse_dpi_store_last ,blank 
-0x5d4d 023954 fetch 1 ,mem_mouse_dpi 
-0x5d4e 023955 store 1 ,mem_mouse_otp_dpi_value 
-:      023956 mouse_dpi_store_end:
-0x5d4f 023957 arg 1 ,loopcnt 
-0x5d50 023958 copy regc ,regb 
-0x5d51 023959 arg mem_mouse_otp_dpi_value ,rega 
-0x5d52 023960 branch otp_write 
-:      023962 mouse_dpi_store_last:
-0x5d53 023963 fetch 1 ,mem_mouse_dpi_last 
-0x5d54 023964 fetcht 1 ,mem_mouse_dpi 
-0x5d55 023965 isub temp ,null 
-0x5d56 023966 rtn zero 
-0x5d57 023967 lshift4 temp ,temp 
-0x5d58 023968 iadd temp ,pdata 
-0x5d59 023969 store 1 ,mem_mouse_otp_dpi_value 
-0x5d5a 023971 copy regc ,pdata 
-0x5d5b 023972 fetcht 2 ,mem_otp_offset_dpi 
-0x5d5c 023973 isub temp ,null 
-0x5d5d 023974 branch mouse_dpi_store_end ,zero 
-0x5d5e 023976 increase -1 ,regc 
-0x5d5f 023977 branch mouse_dpi_store_end 
-:      023986 mouse_load_eeprom_info_check:
-0x5d60 023987 call iicd_read_init_pin 
-0x5d61 023988 fetch mouse_flag_len ,mem_mouse_flag 
-0x5d62 023989 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x5d63 023990 ncall clear_eeprom_size_2k ,true 
-0x5d64 023991 call mouse_eeprom_load_recon_info 
-0x5d65 023992 branch mouse_app_initflag_check 
-:      023994 mouse_eeprom_load_recon_info:
-0x5d66 023995 arg 128 ,temp 
-0x5d67 023996 arg mem_device_flag ,rega 
-0x5d68 023997 arg mouse_info_eeprom_offect ,regb 
-0x5d69 023998 branch iicd_read_eep_data 
-:      024000 mouse_load_eeprom_dpi:
-0x5d6a 024001 arg 1 ,temp 
-0x5d6b 024002 arg mem_mouse_dpi ,rega 
-0x5d6c 024003 arg mouse_dpi_eeprom_offect ,regb 
-0x5d6d 024004 branch iicd_read_eep_data 
-:      024008 mouse_load_flash_info_check:
-0x5d6e 024009 call spid_init_flash 
-0x5d6f 024010 call mouse_spid_flash_release_form_powerdown 
-0x5d70 024011 call mouse_information_flash_parameters 
-0x5d71 024012 call spid_read_flash 
-0x5d72 024013 call mouse_spid_flash_powerdown 
-0x5d73 024014 call mouse_app_initflag_check 
-0x5d74 024015 branch mouse_sensor_spi_init 
-:      024017 mouse_information_flash_parameters:
-0x5d75 024018 setarg mem_mouse_information_end 
-0x5d76 024019 arg mem_mouse_information_start ,temp 
-0x5d77 024020 isub temp ,temp 
-0x5d78 024021 fetch 3 ,mem_flash_base 
-0x5d79 024022 arg mem_mouse_information_start ,rega 
-0x5d7a 024023 rtn 
-:      024025 mouse_spid_flash_release_form_powerdown:
-0x5d7b 024026 jam flash_command_release_from_powerdown ,mem_temp 
-:      024027 mouse_spid_write_flash_cmd:
-0x5d7c 024028 call delay_nop100 
-0x5d7d 024029 call spid_unlock_flash 
-0x5d7e 024030 arg mem_write_flash_head_temp ,rega 
-0x5d7f 024031 fetcht 1 ,mem_temp 
-0x5d80 024032 call mouse_spid_write_flash_cmd_common 
-0x5d81 024033 branch delay_nop100 
-:      024035 mouse_spid_flash_powerdown:
-0x5d82 024036 jam flash_command_powerdown ,mem_temp 
-0x5d83 024037 branch mouse_spid_write_flash_cmd 
-:      024039 mouse_spid_write_flash_cmd_common:
-0x5d84 024040 istoret 1 ,rega 
-0x5d85 024041 rshift16 pdata ,temp 
-0x5d86 024042 istoret 1 ,contw 
-0x5d87 024043 rshift8 pdata ,temp 
-0x5d88 024044 istoret 1 ,contw 
-0x5d89 024045 istore 1 ,contw 
-0x5d8a 024046 deposit rega 
-0x5d8b 024047 store 2 ,core_spid_txaddr 
-0x5d8c 024048 setarg 0 
-0x5d8d 024049 store 2 ,core_spid_rxlen 
-0x5d8e 024050 jam spid_start ,core_misc_ctrl 
-0x5d8f 024051 branch wait_spid_done 
-:      024053 mouse_flash_erase_sector:
-0x5d90 024054 fetch 3 ,mem_flash_base 
-0x5d91 024055 store 3 ,mem_spi_write_addr 
-0x5d92 024056 branch spid_flash_erase_sector + 2 
-:      024058 mouse_spid_write_flash:
-0x5d93 024059 copy pdata ,regc 
-0x5d94 024060 copy rega ,pdata 
-0x5d95 024061 increase -4 ,pdata 
-0x5d96 024062 copy pdata ,regb 
-0x5d97 024063 ifetch 4 ,regb 
-0x5d98 024064 store 4 ,mem_write_flash_head_temp 
-0x5d99 024065 copy regc ,pdata 
-0x5d9a 024066 call spid_write_flash 
-0x5d9b 024067 fetch 4 ,mem_write_flash_head_temp 
-0x5d9c 024068 istore 4 ,regb 
-0x5d9d 024069 rtn 
-:      024071 mouse_flash_power_down:
-0x5d9e 024072 fetch mouse_flag_len ,mem_mouse_flag 
-0x5d9f 024073 rtnbit0 mouse_enable_flash 
-0x5da0 024074 call mouse_spid_flash_powerdown 
-0x5da1 024075 call twspi_enable 
-0x5da2 024076 fetcht 1 ,mem_spi_cs_gpio 
-0x5da3 024077 call gpio_out_inactive 
-0x5da4 024078 fetcht 1 ,mem_spi_hold_gpio 
-0x5da5 024079 branch mouse_gpio_config_input_pd 
-:      024083 mouse_load_otp_info_check:
-0x5da6 024084 call mouse_read_otp_dpi 
-0x5da7 024085 call mouse_read_otp_device_flag 
-0x5da8 024086 call mouse_read_otp_device_info 
-0x5da9 024087 call mouse_read_otp_le_addr_increase_count_info 
-:      024088 mouse_otp_load_app_initflag:
-0x5daa 024089 arg 2 ,loopcnt 
-0x5dab 024090 fetch 2 ,mem_otp_offset_app_initflag 
-0x5dac 024091 copy pdata ,regb 
-0x5dad 024092 arg mem_store_flag ,rega 
-0x5dae 024093 call otp_read_data 
-0x5daf 024094 call mouse_app_initflag_check 
-:      024095 mouse_otp_store_app_initflag:
-0x5db0 024096 arg 2 ,loopcnt 
-0x5db1 024097 arg mem_store_flag ,rega 
-0x5db2 024098 fetchr regb ,2 ,mem_otp_offset_app_initflag 
-0x5db3 024099 branch otp_write 
-:      024103 mouse_read_otp_device_flag:
-0x5db4 024104 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0x5db5 024105 copy regb ,regc 
-:      024106 mouse_read_otp_device_flag_loop:
-0x5db6 024107 call mouse_read_otp_device_flag_common 
-0x5db7 024108 fetch 1 ,mem_device_flag_temp 
-0x5db8 024109 branch mouse_device_flag_load ,blank 
-0x5db9 024110 store 1 ,mem_device_flag_last 
-0x5dba 024111 increase 1 ,regc 
-0x5dbb 024112 fetch 2 ,mem_otp_offset_device_flag_end 
-0x5dbc 024113 isub regc ,null 
-0x5dbd 024114 nbranch mouse_device_flag_load ,positive 
-0x5dbe 024115 copy regc ,regb 
-0x5dbf 024116 branch mouse_read_otp_device_flag_loop 
-:      024118 mouse_read_otp_device_flag_common:
-0x5dc0 024119 arg 1 ,loopcnt 
-0x5dc1 024120 arg mem_device_flag_temp ,rega 
-0x5dc2 024121 branch otp_read_data 
-:      024123 mouse_device_flag_load:
-0x5dc3 024124 fetch 1 ,mem_device_flag_last 
-0x5dc4 024125 copy pdata ,temp 
-0x5dc5 024126 and pdata ,0xf0 ,pdata 
-0x5dc6 024127 branch mouse_device_flag_load_last ,blank 
-0x5dc7 024128 rshift4 pdata ,pdata 
-0x5dc8 024129 branch mouse_device_flag_load_end 
-:      024131 mouse_device_flag_load_last:
-0x5dc9 024132 copy temp ,pdata 
-:      024133 mouse_device_flag_load_end:
-0x5dca 024134 store 1 ,mem_device_flag 
-0x5dcb 024135 rtn 
-:      024138 mouse_read_otp_device_info:
-0x5dcc 024139 fetch 1 ,mem_device_flag 
-0x5dcd 024140 beq mode_24g_device ,mouse_read_otp_24g_addr 
-0x5dce 024141 beq mode_bt_device1 ,mouse_read_otp_le_device1 
-0x5dcf 024142 beq mode_bt_device2 ,mouse_read_otp_le_device2 
-0x5dd0 024143 rtn 
-:      024145 mouse_read_otp_le_device1:
-0x5dd1 024146 call mouse_read_otp_le_device1_addr 
-0x5dd2 024147 branch mouse_read_otp_le_device1_locall_addr 
-:      024149 mouse_read_otp_le_device2:
-0x5dd3 024150 call mouse_read_otp_le_device2_addr 
-0x5dd4 024151 branch mouse_read_otp_le_device2_locall_addr 
-:      024154 mouse_read_otp_le_device1_addr:
-0x5dd5 024155 fetchr regb ,2 ,mem_otp_offset_le_addr1 
-0x5dd6 024156 copy regb ,regc 
-:      024157 mouse_read_otp_le_device1_addr_loop:
-0x5dd7 024158 call mouse_read_otp_le_addr1_common 
-0x5dd8 024159 fetch 6 ,mem_mouse_le_addr1_temp 
-0x5dd9 024160 branch mouse_le_addr1_load ,blank 
-0x5dda 024161 store 6 ,mem_mouse_le_addr1_last 
-0x5ddb 024162 increase 6 ,regc 
-0x5ddc 024163 fetch 2 ,mem_otp_offset_le_addr1_end 
-0x5ddd 024164 isub regc ,null 
-0x5dde 024165 nbranch mouse_le_addr1_load ,positive 
-0x5ddf 024166 copy regc ,regb 
-0x5de0 024167 branch mouse_read_otp_le_device1_addr_loop 
-:      024169 mouse_read_otp_le_addr1_common:
-0x5de1 024170 arg 6 ,loopcnt 
-0x5de2 024171 arg mem_mouse_le_addr1_temp ,rega 
-0x5de3 024172 branch otp_read_data 
-:      024174 mouse_le_addr1_load:
-0x5de4 024175 fetch 6 ,mem_mouse_le_addr1_last 
-0x5de5 024176 store 6 ,mem_device1_addr 
-0x5de6 024177 rtn 
-:      024180 mouse_read_otp_le_device1_locall_addr:
-0x5de7 024181 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
-0x5de8 024182 copy regb ,regc 
-:      024183 mouse_read_otp_le_device1_locall_addr_loop:
-0x5de9 024184 call mouse_read_otp_le_locall_addr1_common 
-0x5dea 024185 fetch 6 ,mem_mouse_le_locall_addr1_temp 
-0x5deb 024186 branch mouse_le_locall_addr1_load ,blank 
-0x5dec 024187 store 6 ,mem_mouse_le_locall_addr1_last 
-0x5ded 024188 increase 6 ,regc 
-0x5dee 024189 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
-0x5def 024190 isub regc ,null 
-0x5df0 024191 nbranch mouse_le_locall_addr1_load ,positive 
-0x5df1 024192 copy regc ,regb 
-0x5df2 024193 branch mouse_read_otp_le_device1_locall_addr_loop 
-:      024195 mouse_read_otp_le_locall_addr1_common:
-0x5df3 024196 arg 6 ,loopcnt 
-0x5df4 024197 arg mem_mouse_le_locall_addr1_temp ,rega 
-0x5df5 024198 branch otp_read_data 
-:      024200 mouse_le_locall_addr1_load:
-0x5df6 024201 fetch 6 ,mem_mouse_le_locall_addr1_last 
-0x5df7 024202 store 6 ,mem_device1_locall_addr 
-0x5df8 024203 rtn 
-:      024207 mouse_read_otp_le_device2_addr:
-0x5df9 024208 fetchr regb ,2 ,mem_otp_offset_le_addr2 
-0x5dfa 024209 copy regb ,regc 
-:      024210 mouse_read_otp_le_device2_addr_loop:
-0x5dfb 024211 call mouse_read_otp_le_addr2_common 
-0x5dfc 024212 fetch 6 ,mem_mouse_le_addr2_temp 
-0x5dfd 024213 branch mouse_le_addr2_load ,blank 
-0x5dfe 024214 store 6 ,mem_mouse_le_addr2_last 
-0x5dff 024215 increase 6 ,regc 
-0x5e00 024216 fetch 2 ,mem_otp_offset_le_addr2_end 
-0x5e01 024217 isub regc ,null 
-0x5e02 024218 nbranch mouse_le_addr2_load ,positive 
-0x5e03 024219 copy regc ,regb 
-0x5e04 024220 branch mouse_read_otp_le_device2_addr_loop 
-:      024222 mouse_read_otp_le_addr2_common:
-0x5e05 024223 arg 6 ,loopcnt 
-0x5e06 024224 arg mem_mouse_le_addr2_temp ,rega 
-0x5e07 024225 branch otp_read_data 
-:      024227 mouse_le_addr2_load:
-0x5e08 024228 fetch 6 ,mem_mouse_le_addr2_last 
-0x5e09 024229 store 6 ,mem_device2_addr 
-0x5e0a 024230 rtn 
-:      024233 mouse_read_otp_le_device2_locall_addr:
-0x5e0b 024234 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
-0x5e0c 024235 copy regb ,regc 
-:      024236 mouse_read_otp_le_device2_locall_addr_loop:
-0x5e0d 024237 call mouse_read_otp_le_locall_addr2_common 
-0x5e0e 024238 fetch 6 ,mem_mouse_le_locall_addr2_temp 
-0x5e0f 024239 branch mouse_le_locall_addr2_load ,blank 
-0x5e10 024240 store 6 ,mem_mouse_le_locall_addr2_last 
-0x5e11 024241 increase 6 ,regc 
-0x5e12 024242 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
-0x5e13 024243 isub regc ,null 
-0x5e14 024244 nbranch mouse_le_locall_addr2_load ,positive 
-0x5e15 024245 copy regc ,regb 
-0x5e16 024246 branch mouse_read_otp_le_device2_locall_addr_loop 
-:      024248 mouse_read_otp_le_locall_addr2_common:
-0x5e17 024249 arg 6 ,loopcnt 
-0x5e18 024250 arg mem_mouse_le_locall_addr2_temp ,rega 
-0x5e19 024251 branch otp_read_data 
-:      024253 mouse_le_locall_addr2_load:
-0x5e1a 024254 fetch 6 ,mem_mouse_le_locall_addr2_last 
-0x5e1b 024255 store 6 ,mem_device2_locall_addr 
-0x5e1c 024256 rtn 
-:      024260 mouse_read_otp_24g_addr:
-0x5e1d 024261 fetchr regb ,2 ,mem_otp_offset_24g_addr 
-0x5e1e 024262 copy regb ,regc 
-:      024263 mouse_read_otp_24g_addr_loop:
-0x5e1f 024264 call mouse_read_otp_24g_addr_common 
-0x5e20 024265 fetch 4 ,mem_mouse_24g_addr_temp 
-0x5e21 024266 branch mouse_24g_addr_load ,blank 
-0x5e22 024267 store 4 ,mem_mouse_24g_addr_last 
-0x5e23 024268 increase 4 ,regc 
-0x5e24 024269 fetch 2 ,mem_otp_offset_24g_addr_end 
-0x5e25 024270 isub regc ,null 
-0x5e26 024271 nbranch mouse_24g_addr_load ,positive 
-0x5e27 024272 copy regc ,regb 
-0x5e28 024273 branch mouse_read_otp_24g_addr_loop 
-:      024275 mouse_read_otp_24g_addr_common:
-0x5e29 024276 arg 4 ,loopcnt 
-0x5e2a 024277 arg mem_mouse_24g_addr_temp ,rega 
-0x5e2b 024278 branch otp_read_data 
-:      024280 mouse_24g_addr_load:
-0x5e2c 024281 fetch 4 ,mem_mouse_24g_addr_last 
-0x5e2d 024282 store 4 ,mem_mouse_24g_addr 
-0x5e2e 024283 rtn 
-:      024286 mouse_read_otp_le_addr_increase_count_info:
-0x5e2f 024287 fetch 1 ,mem_device_flag 
-0x5e30 024288 rtneq mode_24g_device 
-0x5e31 024289 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-0x5e32 024290 copy regb ,regc 
-:      024291 mouse_read_otp_le_addr_increase_count_loop:
-0x5e33 024292 call mouse_read_otp_le_addr_increase_count_common 
-0x5e34 024293 fetch 2 ,mem_random_addr_increase_count_temp 
-0x5e35 024294 branch mouse_le_addr_increase_count_load ,blank 
-0x5e36 024295 store 2 ,mem_random_addr_increase_count_last 
-0x5e37 024296 increase 2 ,regc 
-0x5e38 024297 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-0x5e39 024298 isub regc ,null 
-0x5e3a 024299 nbranch mouse_le_addr_increase_count_load ,positive 
-0x5e3b 024300 copy regc ,regb 
-0x5e3c 024301 branch mouse_read_otp_le_addr_increase_count_loop 
-:      024303 mouse_read_otp_le_addr_increase_count_common:
-0x5e3d 024304 arg 2 ,loopcnt 
-0x5e3e 024305 arg mem_random_addr_increase_count_temp ,rega 
-0x5e3f 024306 branch otp_read_data 
-:      024308 mouse_le_addr_increase_count_load:
-0x5e40 024309 fetch 2 ,mem_random_addr_increase_count_temp 
-0x5e41 024310 store 2 ,mem_random_addr_increase_count 
-0x5e42 024311 rtn 
-:      024314 mouse_read_otp_dpi:
-0x5e43 024315 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e44 024316 bbit0 mouse_enable_load_and_store_dpi ,mouse_load_default_dpi 
-0x5e45 024317 fetchr regb ,2 ,mem_otp_offset_dpi 
-0x5e46 024318 copy regb ,regc 
-:      024319 mouse_read_otp_dpi_loop:
-0x5e47 024320 call mouse_read_otp_dpi_common 
-0x5e48 024321 fetch 1 ,mem_mouse_dpi_temp 
-0x5e49 024322 branch mouse_dpi_load ,blank 
-0x5e4a 024323 store 1 ,mem_mouse_dpi_last 
-0x5e4b 024324 increase 1 ,regc 
-0x5e4c 024325 fetch 2 ,mem_otp_offset_dpi_end 
-0x5e4d 024326 isub regc ,null 
-0x5e4e 024327 nbranch mouse_dpi_load ,positive 
-0x5e4f 024328 copy regc ,regb 
-0x5e50 024329 branch mouse_read_otp_dpi_loop 
-:      024331 mouse_read_otp_dpi_common:
-0x5e51 024332 arg 1 ,loopcnt 
-0x5e52 024333 arg mem_mouse_dpi_temp ,rega 
-0x5e53 024334 branch otp_read_data 
-:      024336 mouse_dpi_load:
-0x5e54 024337 fetch 1 ,mem_mouse_dpi_last 
-0x5e55 024338 copy pdata ,temp 
-0x5e56 024339 and pdata ,0xf0 ,pdata 
-0x5e57 024340 branch mouse_dpi_load_last ,blank 
-0x5e58 024341 rshift4 pdata ,pdata 
-0x5e59 024342 branch mouse_dpi_load_end 
-:      024344 mouse_dpi_load_last:
-0x5e5a 024345 copy temp ,pdata 
-:      024346 mouse_dpi_load_end:
-0x5e5b 024347 store 1 ,mem_mouse_dpi 
-0x5e5c 024348 rtn 
-:      024353 mouse_idle:
-0x5e5d 024354 bpatch patch11_6 ,mem_patch11 
-0x5e5e 024355 call mouse_low_voltage_led_no_enter_lpm 
-0x5e5f 024356 call ui_check_paring_button 
-0x5e60 024357 call mouse_dpi_check 
-0x5e61 024358 call mouse_dpi_another_gpio_check 
-0x5e62 024359 call mouse_select_device_check 
-0x5e63 024360 call mouse_check_select_device_by_switch 
-0x5e64 024361 call mouse_bt_button_check 
-0x5e65 024362 branch mouse_wheel_check 
-:      024364 mouse_select_device_check:
-0x5e66 024365 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e67 024366 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
-0x5e68 024367 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
-0x5e69 024368 rtn 
-:      024370 mouse_select_device_by_pb_button_check_once:
-0x5e6a 024371 jam 0x03 ,mem_mouse_pbkey_press_status 
-:      024372 mouse_select_device_by_pb_button:
-0x5e6b 024373 call mouse_select_device_by_pb_button_check 
-0x5e6c 024374 branch mouse_select_device_by_pb_button_exit 
-:      024376 mouse_select_device_by_pb_button_check:
-0x5e6d 024377 bpatch patch11_7 ,mem_patch11 
-0x5e6e 024378 fetch 1 ,mem_config_select_device_button_gpio 
-0x5e6f 024379 rtneq gpio_disable 
-0x5e70 024380 arg 0 ,rega 
-0x5e71 024381 jam mouse_pb_key ,mem_mouse_key_temp 
-0x5e72 024382 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5e73 024383 call mouse_pb_button_check 
-0x5e74 024384 store 1 ,mem_mouse_pbkey_press_status 
-0x5e75 024385 fetch 1 ,mem_matrix_public_gpio 
-0x5e76 024386 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
-0x5e77 024387 branch mouse_matrix_public_gpio_reset 
-:      024389 mouse_retransmit_select_device_by_pb_button:
-0x5e78 024390 call mouse_select_device_by_pb_button_check 
-0x5e79 024391 copy rega ,pdata 
-0x5e7a 024392 bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
-0x5e7b 024393 branch mouse_select_device_button_up 
-:      024395 mouse_3io6key_pb_button_check_end:
-0x5e7c 024396 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5e7d 024397 call mouse_gpio_config_input_pu 
-:      024398 mouse_select_device_by_pb_button_exit:
-0x5e7e 024399 copy rega ,pdata 
-0x5e7f 024400 bbit1 mouse_pb_key ,mouse_select_device_button_down 
-0x5e80 024401 branch mouse_select_device_button_up 
-:      024403 mouse_pb_button_check:
-0x5e81 024404 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e82 024405 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
-0x5e83 024406 fetch 1 ,mem_mouse_pbkey_press_status 
-0x5e84 024407 copy pdata ,regc 
-0x5e85 024408 fetch 1 ,mem_matrix_public_gpio 
-0x5e86 024409 beq gpio_disable ,mouse_3io6key_check 
-0x5e87 024410 fetch 1 ,mem_mouse_ghost_flag 
-0x5e88 024411 nbranch mouse_select_device_by_pb_button_end ,blank 
-0x5e89 024412 branch mouse_pb_button_connect_matrix 
-:      024414 mouse_select_device_by_pb_button_end:
-0x5e8a 024415 jam pb_button_state_up ,mem_select_device_button_statue 
-0x5e8b 024416 jam 0 ,mem_mouse_pbkey_press_status 
-0x5e8c 024417 rtn 
-:      024419 mouse_pb_button_connect_gnd:
-0x5e8d 024420 fetch 1 ,mem_mouse_pbkey_press_status 
-0x5e8e 024421 branch mouse_check_key_connect_gnd 
-:      024423 mouse_pb_button_connect_matrix:
-0x5e8f 024424 call gpio_get_bit 
-0x5e90 024425 fetcht 1 ,mem_matrix_public_gpio 
-0x5e91 024426 branch mouse_pb_button_connect_gnd ,true 
-0x5e92 024427 fetcht 1 ,mem_matrix_public_gpio 
-0x5e93 024428 call gpio_out_active 
-0x5e94 024429 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5e95 024430 fetch 1 ,mem_mouse_pbkey_press_status 
-0x5e96 024431 branch mouse_check_key_connect_gnd 
-:      024433 mouse_select_device_button_up:
-0x5e97 024434 fetch 1 ,mem_select_device_button_statue 
-0x5e98 024435 rtneq pb_button_state_up 
-0x5e99 024436 jam pb_button_state_up ,mem_select_device_button_statue 
-0x5e9a 024437 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e9b 024438 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
-0x5e9c 024439 fetch 1 ,mem_bt_discovery_count 
-0x5e9d 024440 sub pdata ,20 ,null 
-0x5e9e 024441 ncall mouse_ready_reconnection_by_button ,positive 
-0x5e9f 024442 fetch 1 ,mem_ui_button_timeout 
-0x5ea0 024443 store 1 ,mem_bt_discovery_count 
-0x5ea1 024444 rtn 
-:      024446 mouse_select_device_button_down:
-0x5ea2 024447 call mouse_select_device_ghost_check 
-0x5ea3 024448 rtn user 
-0x5ea4 024449 fetch 1 ,mem_select_device_button_statue 
-0x5ea5 024450 rtneq pb_button_state_down 
-0x5ea6 024451 jam pb_button_state_down ,mem_select_device_button_statue 
-0x5ea7 024452 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ea8 024453 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
-0x5ea9 024454 fetch 1 ,mem_mouse_direct_timer 
-0x5eaa 024455 rtn blank 
-0x5eab 024456 fetch 1 ,mem_mouse_direct_timeout 
-0x5eac 024457 store 1 ,mem_mouse_direct_timer 
-0x5ead 024458 rtn 
-:      024460 mouse_select_device_ghost_check:
-0x5eae 024461 disable user 
-0x5eaf 024462 fetch mouse_flag_len ,mem_mouse_flag 
-0x5eb0 024463 rtnbit1 mouse_enable_pb_button_connect_gnd 
-:      024464 mouse_ghost_key_value_check:
-0x5eb1 024465 fetch 1 ,mem_mouse_lkey_press_status 
-0x5eb2 024466 rtn blank 
-0x5eb3 024467 fetch 1 ,mem_mouse_rkey_press_status 
-0x5eb4 024468 rtn blank 
-0x5eb5 024469 branch enable_user 
-:      024471 mouse_check_select_device_by_switch:
-0x5eb6 024472 bpatch patch12_0 ,mem_patch12 
-0x5eb7 024473 fetch mouse_flag_len ,mem_mouse_flag 
-0x5eb8 024474 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-:      024475 mouse_switch_gpio_connect_gnd:
-0x5eb9 024476 fetcht 1 ,mem_device_switch_gpio 
-0x5eba 024477 call mouse_gpio_config_input_pu 
-0x5ebb 024478 fetcht 1 ,mem_device_switch_gpio 
-0x5ebc 024479 call gpio_get_bit 
-0x5ebd 024480 branch mouse_check_select_24g_device ,true 
-:      024481 mouse_select_btdevice:
-0x5ebe 024482 fetch 1 ,mem_device_flag 
-0x5ebf 024483 rtneq mode_bt_device1 
-0x5ec0 024484 jam mode_bt_device1 ,mem_device_flag 
-0x5ec1 024485 branch mouse_stop_bluetooth_mode 
-:      024487 mouse_check_select_24g_device:
-0x5ec2 024488 fetch 1 ,mem_device_flag 
-0x5ec3 024489 rtneq mode_24g_device 
-0x5ec4 024490 jam mode_24g_device ,mem_device_flag 
-0x5ec5 024491 branch mouse_24g_stop 
-:      024493 mouse_ready_reconnection_by_button:
-0x5ec6 024494 bpatch patch12_1 ,mem_patch12 
-0x5ec7 024495 fetch 1 ,mem_device_number 
-0x5ec8 024496 rtneq 1 
-0x5ec9 024497 call mouse_select_device_number 
-0x5eca 024498 storet 1 ,mem_device_flag 
-:      024499 mouse_store_device_number_before_reset:
-0x5ecb 024501 call mouse_select_device_enable 
-0x5ecc 024502 call mouse_stop_bluetooth_mode 
-0x5ecd 024503 call app_evt_button_long_pressed 
-0x5ece 024504 call mouse_select_device_disable 
-0x5ecf 024505 jam 1 ,mem_mouse_need_soft_reset 
-0x5ed0 024506 branch mouse_store_device_info_delay 
-:      024508 mouse_soft_reset:
-0x5ed1 024509 call mouse_select_device_enable 
-0x5ed2 024510 branch soft_reset_chip 
-:      024512 mouse_select_device_number:
-0x5ed3 024513 fetcht 1 ,mem_device_flag 
-0x5ed4 024514 increase 1 ,temp 
-0x5ed5 024515 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ed6 024516 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
-0x5ed7 024517 sub temp ,2 ,null 
-0x5ed8 024518 ncall mouse_select_device_count_clean_bt ,positive 
-0x5ed9 024519 rtn 
-:      024521 mouse_select_device_number_24g:
-0x5eda 024522 fetch 1 ,mem_device_number 
-0x5edb 024523 increase -1 ,pdata 
-0x5edc 024524 isub temp ,null 
-0x5edd 024525 ncall mouse_select_device_count_clean_24g ,positive 
-0x5ede 024526 rtn 
-:      024528 mouse_select_device_count_clean_24g:
-0x5edf 024529 arg 0 ,temp 
-0x5ee0 024530 rtn 
-:      024531 mouse_select_device_count_clean_bt:
-0x5ee1 024532 arg 1 ,temp 
-0x5ee2 024533 rtn 
-:      024535 mouse_store_device_number2eeprom:
-0x5ee3 024536 arg 1 ,temp 
-0x5ee4 024537 arg mem_device_flag ,rega 
-0x5ee5 024538 arg 0 ,regb 
-0x5ee6 024539 branch iicd_write_protect_eep_data 
-:      024541 mouse_bt_button_check:
-0x5ee7 024542 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ee8 024543 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
-0x5ee9 024544 branch mouse_select_device_by_pb_button 
-:      024546 mouse_select_device_enable:
-0x5eea 024547 arg mouse_select_device_flag ,queue 
-0x5eeb 024548 branch mouse_enable_function_flag 
-:      024549 mouse_select_device_disable:
-0x5eec 024550 arg mouse_select_device_flag ,queue 
-0x5eed 024551 branch mouse_disable_function_flag 
-:      024552 mouse_bt_cannel_reconn_enable:
-0x5eee 024553 arg mouse_bt_cannel_reconn_flag ,queue 
-0x5eef 024554 branch mouse_enable_function_flag 
-:      024555 mouse_bt_cannel_reconn_disable:
-0x5ef0 024556 arg mouse_bt_cannel_reconn_flag ,queue 
-0x5ef1 024557 branch mouse_disable_function_flag 
-:      024558 mouse_bt_discovery_button_down_enable:
-0x5ef2 024559 arg mouse_bt_discovery_button_down_flag ,queue 
-0x5ef3 024560 branch mouse_enable_function_flag 
-:      024561 mouse_bt_discovery_button_down_disable:
-0x5ef4 024562 arg mouse_bt_discovery_button_down_flag ,queue 
-0x5ef5 024563 branch mouse_disable_function_flag 
-:      024565 mouse_adc_read_enable:
-0x5ef6 024566 arg mouse_enable_adc ,queue 
-0x5ef7 024567 branch mouse_enable_function_flag 
-:      024569 mouse_24g_set_250hz:
-0x5ef8 024570 arg mouse_enable_24g_250hz ,queue 
-0x5ef9 024571 branch mouse_enable_function_flag 
-:      024573 mouse_24g_search_dongle_enable:
-0x5efa 024574 arg mouse_enable_24g_search_dongle ,queue 
-0x5efb 024575 branch mouse_enable_function_flag 
-:      024577 mouse_16m_enable:
-0x5efc 024578 arg mouse_enable_16m ,queue 
-0x5efd 024579 branch mouse_enable_function_flag 
-:      024581 mouse_dpi_4level_enable:
-0x5efe 024582 arg mouse_enable_dpi_level_4 ,queue 
-0x5eff 024583 branch mouse_enable_function_flag 
-:      024585 mouse_enable_function_flag:
-0x5f00 024586 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f01 024587 qset1 pdata 
-0x5f02 024588 store mouse_flag_len ,mem_mouse_flag 
-0x5f03 024589 rtn 
-:      024591 mouse_disable_function_flag:
-0x5f04 024592 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f05 024593 qset0 pdata 
-0x5f06 024594 store mouse_flag_len ,mem_mouse_flag 
-0x5f07 024595 rtn 
-:      024597 mouse_customer_key_enable:
-0x5f08 024598 setarg 0 
-0x5f09 024599 store 8 ,mem_customer_key_press 
-0x5f0a 024600 store 8 ,mem_customer_key_release 
-0x5f0b 024601 fetch 1 ,mem_mouse_customer_function 
-0x5f0c 024602 beq 2 ,mouse_customer_key_ctrl_alt_a 
-0x5f0d 024603 beq 3 ,mouse_customer_ac_home 
-0x5f0e 024604 beq 4 ,mouse_customer_key_play 
-0x5f0f 024605 setarg 0x070008 
-:      024606 mouse_customer_standrad_key_set:
-0x5f10 024607 store 8 ,mem_customer_key_press + 1 
-0x5f11 024608 rtn 
-:      024610 mouse_customer_key_ctrl_alt_a:
-0x5f12 024611 setarg 0x040005 
-0x5f13 024612 branch mouse_customer_standrad_key_set 
-:      024614 mouse_customer_ac_home:
-0x5f14 024615 setarg 0x022303 
-:      024616 mouse_customer_media_key_set:
-0x5f15 024617 store 8 ,mem_customer_key_press 
-0x5f16 024618 setarg 0x03 
-0x5f17 024619 store 8 ,mem_customer_key_release 
-0x5f18 024620 rtn 
-:      024622 mouse_customer_key_play:
-0x5f19 024623 setarg 0x00cd03 
-0x5f1a 024624 branch mouse_customer_media_key_set 
-:      024627 mouse_polling_device:
-0x5f1b 024628 bpatch patch12_2 ,mem_patch12 
-0x5f1c 024629 fetch 1 ,mem_reconn_times 
-0x5f1d 024630 increase -1 ,pdata 
-0x5f1e 024631 store 1 ,mem_reconn_times 
-0x5f1f 024632 fetcht 1 ,mem_device_flag 
-0x5f20 024633 sub temp ,1 ,null 
-0x5f21 024634 ncall mouse_select_device_number ,zero 
-0x5f22 024635 storet 1 ,mem_device_flag 
-0x5f23 024636 call mouse_store_device_number2eeprom 
-0x5f24 024637 call mouse_before_store_reconn_info 
-0x5f25 024638 branch mouse_start_reconnect_device 
-:      024642 mouse_drawing_optima:
-0x5f26 024643 bpatch patch12_3 ,mem_patch12 
-0x5f27 024644 fetch 1 ,mem_config_sensor_type 
-0x5f28 024645 rtneq p3212 
-0x5f29 024646 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f2a 024647 rtnbit0 mouse_enable_smoother 
-0x5f2b 024648 fetch 4 ,mem_mouse_x 
-0x5f2c 024649 rtn blank 
-0x5f2d 024650 call mouse_data_abs_check 
-0x5f2e 024651 setarg 0x03 
-0x5f2f 024652 call mouse_pdata_greater_than_check 
-0x5f30 024653 call mouse_disable_asm ,blank 
-0x5f31 024654 ncall mouse_enable_asm ,blank 
-0x5f32 024655 setarg 0x02 
-0x5f33 024656 call mouse_data_less_than_check 
-0x5f34 024657 call mouse_disable_asm ,blank 
-0x5f35 024658 fetch 1 ,mem_mouse_asm_flag 
-0x5f36 024659 beq 1 ,mouse_drawing_optima_modify 
-:      024660 mouse_drawing_optima_init:
-0x5f37 024661 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f38 024662 rtnbit0 mouse_enable_smoother 
-0x5f39 024663 arg 5 ,loopcnt 
-0x5f3a 024664 arg mem_mouse_asm_flag ,contw 
-0x5f3b 024665 branch clear_mem 
-:      024667 mouse_drawing_optima_modify:
-0x5f3c 024668 call mouse_drawing_optima_xy_offset_modify 
-0x5f3d 024669 fetch 2 ,mem_mouse_x_pre 
-0x5f3e 024670 store 2 ,mem_data_pre 
-0x5f3f 024671 fetch 2 ,mem_mouse_x 
-0x5f40 024672 store 2 ,mem_data_current 
-0x5f41 024673 call mouse_drawing_optima_data_x 
-0x5f42 024674 fetch 2 ,mem_data_pre 
-0x5f43 024675 store 2 ,mem_mouse_x_pre 
-0x5f44 024676 fetch 2 ,mem_data_current 
-0x5f45 024677 store 2 ,mem_mouse_x 
-0x5f46 024679 fetch 2 ,mem_mouse_y_pre 
-0x5f47 024680 store 2 ,mem_data_pre 
-0x5f48 024681 fetch 2 ,mem_mouse_y 
-0x5f49 024682 store 2 ,mem_data_current 
-0x5f4a 024683 call mouse_drawing_optima_data_y 
-0x5f4b 024684 fetch 2 ,mem_data_pre 
-0x5f4c 024685 store 2 ,mem_mouse_y_pre 
-0x5f4d 024686 fetch 2 ,mem_data_current 
-0x5f4e 024687 store 2 ,mem_mouse_y 
-0x5f4f 024688 rtn 
-:      024690 mouse_drawing_optima_xy_offset_modify:
-0x5f50 024691 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f51 024692 rtnbit0 mouse_enable_xy_offset 
-0x5f52 024693 bpatch patch12_4 ,mem_patch12 
-0x5f53 024694 fetch 2 ,mem_mouse_x_pre 
-0x5f54 024695 store 2 ,mem_data_value 
-0x5f55 024696 call mouse_pre_xy_data_judge 
-0x5f56 024697 store 2 ,mem_mouse_x_pre 
-0x5f57 024698 fetch 2 ,mem_mouse_x 
-0x5f58 024699 store 2 ,mem_data_value 
-0x5f59 024700 call mouse_current_xy_data_judge 
-0x5f5a 024701 store 2 ,mem_mouse_x 
-0x5f5b 024702 fetch 2 ,mem_mouse_y_pre 
-0x5f5c 024703 store 2 ,mem_data_value 
-0x5f5d 024704 call mouse_pre_xy_data_judge 
-0x5f5e 024705 store 2 ,mem_mouse_y_pre 
-0x5f5f 024706 fetch 2 ,mem_mouse_y 
-0x5f60 024707 store 2 ,mem_data_value 
-0x5f61 024708 call mouse_current_xy_data_judge 
-0x5f62 024709 store 2 ,mem_mouse_y 
-0x5f63 024710 rtn 
-:      024712 mouse_pre_xy_data_judge:
-0x5f64 024713 fetch 1 ,mem_data_value + 1 
-0x5f65 024714 branch mouse_pre_xy_pdata_offset ,blank 
-0x5f66 024715 branch mouse_pre_xy_ndata_offset 
-:      024717 mouse_pre_xy_pdata_offset:
-0x5f67 024718 fetch 1 ,mem_data_value 
-0x5f68 024719 call mouse_pre_xy_get_0_4_times 
-0x5f69 024720 store 1 ,mem_data_value 
-:      024721 mouse_xy_data_offset_new:
-0x5f6a 024722 fetch 2 ,mem_data_value 
-0x5f6b 024723 rtn 
-:      024724 mouse_pre_xy_ndata_offset:
-0x5f6c 024725 fetch 1 ,mem_data_value 
-0x5f6d 024726 call mouse_pdata_invert 
-0x5f6e 024727 call mouse_pre_xy_get_0_4_times 
-0x5f6f 024728 call disable_blank ,blank 
-0x5f70 024729 call mouse_pdata_get_new_value 
-0x5f71 024730 branch mouse_xy_data_offset_new 
-:      024732 mouse_current_xy_data_judge:
-0x5f72 024733 fetch 1 ,mem_data_value + 1 
-0x5f73 024734 branch mouse_current_xy_pdata_offset ,blank 
-0x5f74 024735 branch mouse_current_xy_ndata_offset 
-:      024736 mouse_current_xy_pdata_offset:
-0x5f75 024737 fetch 1 ,mem_data_value 
-0x5f76 024738 call mouse_current_xy_get_0_6_times 
-0x5f77 024739 store 1 ,mem_data_value 
-0x5f78 024740 branch mouse_xy_data_offset_new 
-:      024741 mouse_current_xy_ndata_offset:
-0x5f79 024742 fetch 1 ,mem_data_value 
-0x5f7a 024743 call mouse_pdata_invert 
-0x5f7b 024744 call mouse_current_xy_get_0_6_times 
-0x5f7c 024745 call disable_blank ,blank 
-0x5f7d 024746 call mouse_pdata_get_new_value 
-0x5f7e 024747 branch mouse_xy_data_offset_new 
-:      024749 mouse_pre_xy_get_0_4_times:
-0x5f7f 024750 mul32 pdata ,4 ,pdata 
-0x5f80 024751 div pdata ,5 
-0x5f81 024752 call wait_div_end 
-0x5f82 024753 quotient pdata 
-0x5f83 024754 rtn 
-:      024755 mouse_current_xy_get_0_6_times:
-0x5f84 024756 mul32 pdata ,12 ,pdata 
-0x5f85 024757 div pdata ,10 
-0x5f86 024758 call wait_div_end 
-0x5f87 024759 quotient pdata 
-0x5f88 024760 rtn 
-:      024762 mouse_drawing_optima_data_x:
-0x5f89 024763 fetch 2 ,mem_data_pre 
-0x5f8a 024764 fetcht 2 ,mem_data_current 
-0x5f8b 024765 iadd temp ,pdata 
-0x5f8c 024766 fetcht 1 ,mem_mouse_data_xtemp 
-0x5f8d 024767 iadd temp ,pdata 
-0x5f8e 024768 and pdata ,0x01 ,temp 
-0x5f8f 024769 storet 1 ,mem_mouse_data_xtemp 
-0x5f90 024770 branch mouse_drawing_optima_data 
-:      024772 mouse_drawing_optima_data_y:
-0x5f91 024773 fetch 2 ,mem_data_pre 
-0x5f92 024774 fetcht 2 ,mem_data_current 
-0x5f93 024775 iadd temp ,pdata 
-0x5f94 024776 fetcht 1 ,mem_mouse_data_ytemp 
-0x5f95 024777 iadd temp ,pdata 
-0x5f96 024778 and pdata ,0x01 ,temp 
-0x5f97 024779 storet 1 ,mem_mouse_data_ytemp 
-0x5f98 024780 branch mouse_drawing_optima_data 
-:      024782 mouse_drawing_optima_data:
-0x5f99 024783 store 3 ,mem_data_sum 
-0x5f9a 024784 isolate1 16 ,pdata 
-0x5f9b 024785 branch mouse_data_sum_overflow ,true 
-0x5f9c 024786 fetch 1 ,mem_data_sum + 1 
-0x5f9d 024787 beq 0xff ,mouse_data_sum_n 
-0x5f9e 024788 fetch 1 ,mem_data_sum 
-:      024789 mouse_data_store_pre:
-0x5f9f 024790 rshift pdata ,pdata 
-0x5fa0 024791 store 2 ,mem_data_pre 
-0x5fa1 024792 store 2 ,mem_data_current 
-0x5fa2 024793 rtn 
-:      024794 mouse_data_sum_overflow:
-0x5fa3 024795 fetch 1 ,mem_data_sum + 1 
-0x5fa4 024796 beq 0 ,mouse_data_sum_overflow_p 
-0x5fa5 024797 fetch 3 ,mem_data_sum 
-0x5fa6 024798 branch mouse_data_store_pre 
-:      024799 mouse_data_sum_overflow_p:
-0x5fa7 024800 jam 0 ,mem_data_sum + 2 
-0x5fa8 024801 fetch 1 ,mem_data_sum 
-0x5fa9 024802 branch mouse_data_store_pre 
-:      024804 mouse_data_sum_n:
-0x5faa 024805 fetch 1 ,mem_data_sum 
-0x5fab 024806 call mouse_pdata_get_half 
-0x5fac 024807 store 1 ,mem_data_pre 
-0x5fad 024808 store 1 ,mem_data_current 
-0x5fae 024809 branch mouse_data_zero ,blank 
-0x5faf 024810 setarg 0xff 
-:      024811 mouse_data_set_direction:
-0x5fb0 024812 store 1 ,mem_data_pre + 1 
-0x5fb1 024813 store 1 ,mem_data_current + 1 
-0x5fb2 024814 rtn 
-:      024815 mouse_data_zero:
-0x5fb3 024816 setarg 0 
-0x5fb4 024817 branch mouse_data_set_direction 
-:      024819 mouse_pdata_get_half:
-0x5fb5 024820 call mouse_pdata_invert 
-0x5fb6 024821 rshift pdata ,pdata 
-:      024822 mouse_pdata_get_new_value:
-0x5fb7 024823 call mouse_rega_in_out 
-0x5fb8 024824 sub pdata ,0 ,pdata 
-0x5fb9 024825 store 1 ,mem_data_value 
-0x5fba 024826 rtn 
-:      024828 mouse_pdata_invert:
-0x5fbb 024829 sub pdata ,0 ,pdata 
-:      024830 mouse_rega_in_out:
-0x5fbc 024831 store 1 ,mem_rega 
-0x5fbd 024832 fetch 1 ,mem_rega 
-0x5fbe 024833 rtn 
-:      024835 mouse_disable_asm:
-0x5fbf 024836 jam 0 ,mem_mouse_asm_flag 
-0x5fc0 024837 rtn 
-:      024838 mouse_enable_asm:
-0x5fc1 024839 jam 1 ,mem_mouse_asm_flag 
-0x5fc2 024840 rtn 
-:      024843 mouse_pdata_greater_than_check:
-0x5fc3 024844 isub rega ,null 
-0x5fc4 024845 nbranch disable_blank ,positive 
-0x5fc5 024846 isub regb ,null 
-0x5fc6 024847 nbranch disable_blank ,positive 
-0x5fc7 024848 branch enable_blank 
-:      024849 mouse_data_less_than_check:
-0x5fc8 024850 isub rega ,null 
-0x5fc9 024851 nrtn positive 
-0x5fca 024852 isub regb ,null 
-0x5fcb 024853 nrtn positive 
-0x5fcc 024854 branch enable_blank 
-:      024856 mouse_data_abs_check:
-0x5fcd 024857 fetch 2 ,mem_mouse_x 
-0x5fce 024858 call mouse_data_abs 
-0x5fcf 024859 copy pdata ,rega 
-0x5fd0 024860 fetch 2 ,mem_mouse_y 
-0x5fd1 024861 call mouse_data_abs 
-0x5fd2 024862 copy pdata ,regb 
-0x5fd3 024863 rtn 
-:      024865 mouse_data_abs:
-0x5fd4 024866 store 2 ,mem_data_current 
-0x5fd5 024867 fetch 1 ,mem_data_current + 1 
-0x5fd6 024868 beq 0xff ,mouse_data_reversal 
-0x5fd7 024869 fetch 1 ,mem_data_current 
-:      024870 mouse_data_abs_store:
-0x5fd8 024871 and_into 0xff ,pdata 
-0x5fd9 024873 rtn 
-:      024874 mouse_data_reversal:
-0x5fda 024875 fetch 2 ,mem_data_current 
-0x5fdb 024876 sub pdata ,0 ,pdata 
-0x5fdc 024877 branch mouse_data_abs_store 
-:      024879 mouse_24g_long_sleep_param_update_timer:
-0x5fdd 024880 arg mem_24g_long_sleep_param_update_timer ,regc 
-0x5fde 024881 arg mouse_24g_long_sleep_normal_param ,regb 
-0x5fdf 024882 branch timer_single_step 
-:      024883 mouse_24g_long_sleep_normal_param:
-0x5fe0 024884 fetch 4 ,mem_24g_long_sleep_set1 
-0x5fe1 024885 store 4 ,mem_24g_enter_hibernate 
-0x5fe2 024886 jam 1 ,mem_mouse_long_mult_flag 
-0x5fe3 024887 rtn 
-:      024890 mouse_24g_long_sleep_set:
-0x5fe4 024891 fetch 1 ,mem_24g_long_sleep_set_level 
-0x5fe5 024892 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
-0x5fe6 024893 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
-0x5fe7 024894 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
-0x5fe8 024895 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
-:      024896 mouse_24g_long_sleep_set_80ms:
-0x5fe9 024897 setarg 0x0ea600 
-:      024898 mouse_24g_long_sleep_set_end:
-0x5fea 024899 store 4 ,mem_24g_long_sleep_set1 
-0x5feb 024900 rtn 
-:      024901 mouse_24g_long_sleep_set_30ms:
-0x5fec 024902 setarg 0x05e740 
-0x5fed 024903 branch mouse_24g_long_sleep_set_end 
-:      024904 mouse_24g_long_sleep_set_50ms:
-0x5fee 024905 setarg 0x0927c0 
-0x5fef 024906 branch mouse_24g_long_sleep_set_end 
-:      024907 mouse_24g_long_sleep_set_100ms:
-0x5ff0 024908 setarg 0x124f80 
-0x5ff1 024909 branch mouse_24g_long_sleep_set_end 
-:      024911 mouse_24g_hibernate_set:
-0x5ff2 024912 bpatch patch12_5 ,mem_patch12 
-0x5ff3 024913 jam 0 ,mem_24g_attempt_fail_flag 
-0x5ff4 024914 call g24_transmit_next_packet 
-0x5ff5 024915 setarg -1 
-0x5ff6 024916 store 4 ,mem_24g_enter_hibernate 
-0x5ff7 024917 setarg 0 
-0x5ff8 024918 store 7 ,mem_mouse_key 
-0x5ff9 024919 jam 1 ,mem_sensor_shutdown_flag 
-0x5ffa 024920 call mouse_sensor_powerdown 
-0x5ffb 024921 call mouse_setgpio_hibernate 
-0x5ffc 024922 branch mouse_24g_long_sleep 
-:      024924 mouse_wakeup_24g:
-0x5ffd 024925 fetch 1 ,mem_sensor_shutdown_flag 
-0x5ffe 024926 ncall mouse_wakeup_24g_from_long_sleep ,blank 
-0x5fff 024927 jam 0 ,mem_sensor_shutdown_flag 
-0x6000 024928 rtn 
-:      024930 mouse_wakeup_24g_from_long_sleep:
-0x6001 024931 call mouse_init_sensor_wakeup 
-0x6002 024932 fetch mouse_flag_len ,mem_mouse_flag 
-0x6003 024933 rtnbit0 mouse_enable_wheel_wake_up_cancel 
-:      024934 mouse_wheel_gpio_init:
-0x6004 024935 fetch 1 ,mem_whee_a_data_gpio 
-0x6005 024936 arg gpcfg_pullup ,temp 
-0x6006 024937 call gpio_config_function_int 
-0x6007 024938 fetch 1 ,mem_whee_b_data_gpio 
-0x6008 024939 arg gpcfg_pullup ,temp 
-0x6009 024940 branch gpio_config_function_int 
-:      024942 mouse_24g_transmit_start:
-0x600a 024943 call mouse_24g_fast_conn_mode_check 
-0x600b 024944 fetch 1 ,mem_sensor_shutdown_flag 
-0x600c 024945 nbranch mouse_24g_short_sleep ,blank 
-0x600d 024946 branch g24_transmit_start_next 
-:      024948 mouse_24g_fast_conn_mode_check:
-0x600e 024949 fetch 4 ,mem_24g_receiver_addr 
-0x600f 024950 fetcht 4 ,mem_24g_fast_conn_addr 
-0x6010 024951 isub temp ,null 
-0x6011 024952 branch mouse_soft_agc_enable ,zero 
-0x6012 024953 branch mouse_soft_agc_disable 
-:      024955 mouse_soft_agc_enable:
-0x6013 024956 jam 0 ,mem_gain_fix 
-0x6014 024957 jam tx_power_factory ,mem_tx_power 
-0x6015 024958 rtn 
-:      024959 mouse_soft_agc_disable:
-0x6016 024960 jam 0xff ,mem_gain_fix 
-0x6017 024961 rtn 
-:      024963 mouse_24g_stop:
-0x6018 024964 set0 mark_24g ,mark 
-0x6019 024965 jam state_24g_stop ,mem_24g_conn_sm 
-0x601a 024966 arg mouse_24g_pairing_flag ,queue 
-0x601b 024967 branch mouse_disable_function_flag 
-:      024969 mouse_24g_start_mode:
-0x601c 024970 fetch mouse_flag_len ,mem_mouse_flag 
-0x601d 024971 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
-0x601e 024972 call mouse_device_24g_pair_led_config 
-0x601f 024973 call mouse_wakeup_from_power_check 
-0x6020 024974 branch mouse_24g_reconn_dongle_start ,user 
-0x6021 024975 fetch mouse_flag_len ,mem_mouse_flag 
-0x6022 024976 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
-0x6023 024977 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
-0x6024 024978 call mouse_key_check_once 
-0x6025 024979 and rega ,0x07 ,pdata 
-0x6026 024980 fetcht 1 ,mem_mouse_commbination_key_24g 
-0x6027 024981 isub temp ,null 
-0x6028 024982 branch mouse_24g_start_pair_mode ,zero 
-0x6029 024983 branch mouse_24g_reconn_general_dongle 
-:      024985 mouse_24g_mode_setup_error:
-0x602a 024986 fetch 1 ,mem_reconn_times 
-0x602b 024987 nbranch mouse_polling_device ,blank 
-0x602c 024988 rtn 
-:      024990 mouse_24g_first_start_auto_pair_mode:
-0x602d 024991 call mouse_wakeup_from_power_check 
-0x602e 024992 branch mouse_24g_first_start_reconn ,user 
-:      024993 mouse_24g_reconn_general_dongle:
-0x602f 024994 jam mode_24g_device ,mem_device_flag 
-0x6030 024995 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
-0x6031 024996 store 2 ,mem_24g_reconn_timeout 
-0x6032 024997 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
-0x6033 024998 branch g24_reconn_start 
-:      025000 mouse_24g_start_auto_pair:
-0x6034 025001 fetch 2 ,mem_24g_pair_timeout_init 
-0x6035 025002 store 2 ,mem_24g_reconn_timeout 
-0x6036 025003 jam pair_and_3_0_addr ,mem_24g_reconn_type 
-0x6037 025004 branch g24_reconn_start 
-:      025006 mouse_24g_first_start_reconn:
-0x6038 025007 fetch 1 ,mem_device_flag 
-0x6039 025008 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
-0x603a 025009 call mouse_bluetooth_fast_conn_disable 
-:      025010 mouse_24g_first_bluetooth_reconnect:
-0x603b 025011 call mouse_24g_stop 
-0x603c 025012 jam mode_bt_device1 ,mem_device_flag 
-0x603d 025013 call mouse_select_reconn_device 
-0x603e 025014 branch mouse_start_reconnect_device 
-:      025016 mouse_24g_first_bb_event_reconn_timeout:
-0x603f 025017 call mouse_wakeup_from_power_check 
-0x6040 025018 branch mouse_app_enter_hibernate ,user 
-0x6041 025019 branch mouse_start_discovery 
-:      025021 mouse_24g_first_store_reconn_info:
-0x6042 025022 call mouse_wakeup_from_power_check 
-0x6043 025023 rtn user 
-0x6044 025024 fetch mouse_flag_len ,mem_mouse_flag 
-0x6045 025025 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
-0x6046 025026 rtn 
-:      025028 mouse_24g_start_pair_mode:
-0x6047 025029 call mouse_device_24g_pair_led_config 
-0x6048 025030 jam 0 ,mem_24g_reconn_type 
-0x6049 025031 arg mouse_24g_pairing_flag ,queue 
-0x604a 025032 call mouse_enable_function_flag 
-0x604b 025033 setarg 0 
-0x604c 025034 store 2 ,mem_24g_reconn_timeout 
-0x604d 025035 call mouse_stop_discovery 
-0x604e 025036 jam type_ms ,mem_24g_data_type 
-0x604f 025037 fetch mouse_flag_len ,mem_mouse_flag 
-0x6050 025038 bbit0 mouse_enable_keyboard ,g24_pair_start 
-0x6051 025039 jam type_kb ,mem_24g_data_type 
-0x6052 025040 branch g24_pair_start 
-:      025042 mouse_24g_attempt_fail:
-0x6053 025043 fetch 1 ,mem_24g_attempt_fail_flag 
-0x6054 025044 nbranch mouse_24g_hibernate_set ,blank 
-0x6055 025045 fetch 1 ,mem_24g_reconn_type 
-0x6056 025046 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
-0x6057 025047 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
-0x6058 025048 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
-:      025049 mouse_24g_attempt_fail_enter_hibernate:
-0x6059 025050 call mouse_24g_stop 
-0x605a 025051 fetch 1 ,mem_reconn_times 
-0x605b 025052 nbranch mouse_polling_device ,blank 
-0x605c 025053 fetch 1 ,mem_device_flag 
-0x605d 025054 beq mode_24g_device ,mouse_app_enter_hibernate 
-0x605e 025055 rtn 
-:      025057 mouse_24g_fast_conn_attempt_fail:
-0x605f 025058 fetch mouse_flag_len ,mem_mouse_flag 
-0x6060 025059 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
-0x6061 025060 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
-0x6062 025061 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
-0x6063 025062 fetch 4 ,mem_mouse_24g_addr 
-0x6064 025063 fetcht 4 ,mem_mouse_compare_addr 
-0x6065 025064 isub temp ,null 
-0x6066 025065 branch mouse_24g_start_pair_mode ,zero 
-:      025066 mouse_24g_reconn_dongle_start:
-0x6067 025067 fetch 2 ,mem_24g_reconn_timeout_init 
-0x6068 025068 store 2 ,mem_24g_reconn_timeout 
-0x6069 025069 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
-0x606a 025070 branch g24_reconn_start 
-:      025072 mouse_24g_auto_pair_attempt_fail:
-0x606b 025073 fetch mouse_flag_len ,mem_mouse_flag 
-0x606c 025074 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x606d 025075 fetch 1 ,mem_device_number 
-0x606e 025076 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
-0x606f 025077 branch mouse_24g_first_bluetooth_reconnect 
-:      025079 mouse_reconn_dongle_attempt_fail:
-0x6070 025080 fetch mouse_flag_len ,mem_mouse_flag 
-0x6071 025081 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x6072 025082 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
-0x6073 025083 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
-0x6074 025084 branch mouse_24g_start_auto_pair + 1 
-:      025086 mouse_24g_attempt_success:
-0x6075 025087 fetch 4 ,mem_24g_addr 
-0x6076 025088 store 4 ,mem_24g_receiver_addr 
-0x6077 025089 store 4 ,mem_mouse_24g_addr 
-0x6078 025090 call g24_ch_syncword_crc8_init 
-0x6079 025091 call mouse_no_data_timer_init 
-0x607a 025092 call mouse_device_poweron_led_config 
-0x607b 025093 call mouse_init_sensor_reset 
-0x607c 025094 jam 0 ,mem_mouse_long_mult_flag 
-0x607d 025095 jam 0 ,mem_24g_conn_sm 
-0x607e 025096 jam 0 ,mem_24g_reconn_type 
-0x607f 025097 fetch 4 ,mem_24g_receiver_addr 
-0x6080 025098 fetch 4 ,mem_24g_fast_conn_addr 
-0x6081 025099 isub temp ,null 
-0x6082 025100 rtn zero 
-0x6083 025101 branch mouse_24g_first_store_reconn_info 
-:      025103 mouse_24g_pairing_complete:
-0x6084 025104 call mouse_init_sensor_reset 
-0x6085 025105 call mouse_read_sensor_common 
-:      025106 mouse_24g_pairing_complete_common:
-0x6086 025107 call mouse_device_poweron_led_config 
-0x6087 025108 call mouse_no_data_timer_init 
-0x6088 025109 arg mouse_24g_pairing_flag ,queue 
-0x6089 025110 call mouse_disable_function_flag 
-0x608a 025111 setarg 0 
-0x608b 025112 store 2 ,mem_24g_pair_timeout 
-0x608c 025113 store 2 ,mem_24g_reconn_timeout 
-0x608d 025114 store 1 ,mem_24g_conn_sm 
-0x608e 025115 store 1 ,mem_mouse_move_flag 
-0x608f 025116 store 1 ,mem_24g_reconn_type 
-0x6090 025119 fetch 4 ,mem_24g_addr 
-0x6091 025120 store 4 ,mem_24g_receiver_addr 
-0x6092 025121 store 4 ,mem_mouse_24g_addr 
-0x6093 025122 branch mouse_store_device_info_delay 
-:      025124 mouse_24g_short_sleep_clear_wake:
-0x6094 025125 call clear_wake 
-0x6095 025126 branch lpm_write_gpio_wakeup 
-:      025128 mouse_24g_package_data:
-0x6096 025129 bpatch patch12_6 ,mem_patch12 
-0x6097 025130 rtnmark0 mark_24g 
-0x6098 025131 call mouse_motion 
-0x6099 025132 nrtn user 
-0x609a 025133 fetch 1 ,mem_mouse_24g_long_sleep_flag 
-0x609b 025134 jam 0 ,mem_mouse_24g_long_sleep_flag 
-0x609c 025135 ncall mouse_24g_short_sleep_clear_wake ,blank 
-0x609d 025137 fetch mouse_flag_len ,mem_mouse_flag 
-0x609e 025138 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
-0x609f 025139 fetch 1 ,mem_customer_key 
-0x60a0 025140 nbranch mouse_24g_keyboard_package_data ,blank 
-:      025141 mouse_24g_mouse_package_data:
-0x60a1 025142 call mouse_data_xy_release 
-0x60a2 025143 fetch 1 ,mem_24g_data_type 
-0x60a3 025144 bbit1 1 ,mouse_24g_mouse_package_data_now 
-0x60a4 025145 fetcht 1 ,mem_24g_txbuf + 1 
-0x60a5 025146 fetch 1 ,mem_mouse_key 
-0x60a6 025147 ior temp ,pdata 
-0x60a7 025148 store 1 ,mem_mouse_key 
-0x60a8 025149 fetcht 1 ,mem_24g_txbuf + 6 
-0x60a9 025150 fetch 1 ,mem_mouse_z 
-0x60aa 025151 iadd temp ,pdata 
-0x60ab 025152 store 1 ,mem_mouse_z 
-0x60ac 025153 fetcht 1 ,mem_24g_txbuf + 7 
-0x60ad 025154 fetch 1 ,mem_mouse_tz 
-0x60ae 025155 iadd temp ,pdata 
-0x60af 025156 store 1 ,mem_mouse_tz 
-:      025157 mouse_24g_mouse_package_data_now:
-0x60b0 025158 jam type_ms ,mem_24g_data_type 
-0x60b1 025159 arg 7 ,rega 
-0x60b2 025160 arg mem_mouse_key ,regb 
-0x60b3 025161 fetch 2 ,mem_mouse_z 
-0x60b4 025162 rtn blank 
-0x60b5 025163 branch g24_transmit_by_interrupt_enable 
-:      025165 mouse_24g_keyboard_package_data:
-0x60b6 025166 jam type_kb ,mem_24g_data_type 
-0x60b7 025167 arg 9 ,rega 
-0x60b8 025168 fetch 1 ,mem_customer_data_trigger 
-0x60b9 025169 nbranch mouse_customer_key_press ,blank 
-0x60ba 025170 arg mem_customer_key_release ,regb 
-0x60bb 025171 rtn 
-:      025172 mouse_customer_key_press:
-0x60bc 025173 arg mem_customer_key_press ,regb 
-0x60bd 025174 rtn 
-:      025179 mouse_24g_search_dongle_init:
-0x60be 025180 setarg 0 
-0x60bf 025181 store 3 ,mem_mouse_search_dongle_action 
-0x60c0 025182 rtn 
-:      025184 mouse_24g_search_dongle:
-0x60c1 025185 fetch mouse_flag_len ,mem_mouse_flag 
-0x60c2 025186 rtnbit0 mouse_enable_24g_search_dongle 
-0x60c3 025187 fetch 1 ,mem_mouse_long_mult_flag 
-0x60c4 025188 rtn blank 
-0x60c5 025189 fetch 1 ,mem_24g_abort_pac 
-0x60c6 025190 rtn blank 
-0x60c7 025191 fetch 1 ,mem_mouse_search_dongle_interval 
-0x60c8 025192 increase 1 ,pdata 
-0x60c9 025193 and_into 3 ,pdata 
-0x60ca 025194 store 1 ,mem_mouse_search_dongle_interval 
-0x60cb 025195 nrtn blank 
-0x60cc 025196 jam 0 ,mem_mouse_search_dongle_ch 
-:      025197 mouse_24g_search_dongle_loop:
-0x60cd 025198 bpatch patch12_7 ,mem_patch12 
-0x60ce 025199 fetch 1 ,mem_mouse_search_dongle_ch 
-0x60cf 025200 increase 1 ,pdata 
-0x60d0 025201 store 1 ,mem_mouse_search_dongle_ch 
-0x60d1 025202 sub pdata ,g24_ch_number ,null 
-0x60d2 025203 nbranch mouse_24g_search_dongle_loop_end ,positive 
-0x60d3 025204 call g24_reconn_data_prep 
-0x60d4 025205 call g24_transmit_receive_ack 
-0x60d5 025206 nbranch mouse_24g_search_dongle_loop_retry ,sync 
-0x60d6 025207 nbranch mouse_24g_search_dongle_loop_retry ,user3 
-0x60d7 025208 call mouse_g24_ackpayload_parse 
-0x60d8 025209 call mouse_24g_search_dongle_success 
-:      025210 mouse_24g_search_dongle_loop_end:
-0x60d9 025211 call g24_txbuf_clear 
-0x60da 025212 fetch 1 ,mem_mouse_search_dongle_count 
-0x60db 025213 increase 1 ,pdata 
-0x60dc 025214 store 1 ,mem_mouse_search_dongle_count 
-0x60dd 025215 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
-0x60de 025216 rtn 
-:      025218 mouse_24g_search_dongle_loop_retry:
-0x60df 025219 call g24_ch 
-0x60e0 025220 branch mouse_24g_search_dongle_loop 
-:      025222 mouse_24g_search_dongle_check:
-0x60e1 025223 jam 0 ,mem_mouse_search_dongle_count 
-0x60e2 025224 fetch 1 ,mem_mouse_search_dongle_action 
-0x60e3 025225 rtnbit1 g24_disconn_state 
-0x60e4 025226 set1 g24_disconn_state ,pdata 
-0x60e5 025227 store 1 ,mem_mouse_search_dongle_action 
-0x60e6 025228 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
-0x60e7 025229 store 2 ,mem_mouse_no_data_timer 
-0x60e8 025230 branch mouse_sensor_powerdown 
-:      025232 mouse_24g_search_dongle_success:
-0x60e9 025233 fetch 1 ,mem_24g_abort_pac 
-0x60ea 025234 branch mouse_24g_search_dongle_init ,blank 
-0x60eb 025235 jam 0 ,mem_mouse_search_dongle_count 
-0x60ec 025236 fetch 1 ,mem_mouse_search_dongle_action 
-0x60ed 025237 rtnbit0 g24_disconn_state 
-0x60ee 025238 set0 g24_disconn_state ,pdata 
-0x60ef 025239 store 1 ,mem_mouse_search_dongle_action 
-0x60f0 025240 call mouse_no_data_timer_init 
-0x60f1 025241 branch mouse_init_sensor_wakeup 
-:      025243 mouse_g24_ackpayload_parse:
-0x60f2 025244 call g24_ackpayload_parse 
-0x60f3 025245 fetch 1 ,mem_24g_rxbuf + 1 
-0x60f4 025246 compare 0x08 ,pdata ,0xf8 
-0x60f5 025247 nrtn true 
-0x60f6 025248 fetch 1 ,mem_24g_rxbuf + 2 
-0x60f7 025249 beq 0xff ,mouse_24g_hibernate_set 
-0x60f8 025250 rtn 
-:      025255 mouse_g24_retransmit:
-0x60f9 025256 fetch 1 ,mem_mouse_need_soft_reset 
-0x60fa 025257 nrtn blank 
-0x60fb 025258 call mouse_retransmit_select_device_by_pb_button 
-0x60fc 025259 call mouse_select_device_by_dpi_button_once 
-0x60fd 025260 branch g24_retransmit0 
-:      025262 mouse_select_device_by_dpi_button_once:
-0x60fe 025263 arg 12 ,queue 
-0x60ff 025264 call timer_check 
-0x6100 025265 nrtn blank 
-0x6101 025266 call mouse_dpi_check_once 
-0x6102 025267 call mouse_dpi_key_check_long_press 
-:      025268 mouse_g24_retransmit_100ms_timer_init:
-0x6103 025269 arg 12 ,queue 
-0x6104 025270 setarg 160 
-0x6105 025271 branch timer_init 
-:      025273 mouse_dpi_check_once:
-0x6106 025274 fetch mouse_flag_len ,mem_mouse_flag 
-0x6107 025275 rtnbit0 mouse_enable_select_device_by_dpi_button 
-0x6108 025277 branch mouse_dpi_check 
-:      025280 mouse_24g_before_lpm_sleep:
-0x6109 025281 fetch 1 ,mem_device_flag 
-0x610a 025282 bne mode_24g_device ,lpm_sleep_skip_cb_function 
-0x610b 025283 fetch 1 ,mem_24g_disable_fec1 
-0x610c 025284 rtn blank 
-:      025285 mouse_peripheral_clock_off:
-0x610d 025286 jam 2 ,core_clksel 
-0x610e 025287 jam 0xf8 ,core_lpm_ctrl 
-0x610f 025288 rtn 
-:      025293 mouse_logo_led_on_timer:
-0x6110 025294 fetch 1 ,mem_mouse_logo_led_gpio 
-0x6111 025295 rtneq gpio_disable 
-0x6112 025296 fetch 2 ,mem_mouse_no_data_timer 
-0x6113 025297 rtn blank 
-0x6114 025298 fetch 2 ,mem_mouse_no_data_timeout 
-0x6115 025299 fetcht 2 ,mem_mouse_no_data_timer 
-0x6116 025300 isub temp ,temp 
-0x6117 025301 fetch 2 ,mem_mouse_logo_led_on_time_init 
-0x6118 025302 isub temp ,pdata 
-0x6119 025303 branch mouse_logo_led_on ,positive 
-:      025304 mouse_logo_led_off:
-0x611a 025305 fetcht 1 ,mem_mouse_logo_led_gpio 
-0x611b 025306 branch mouse_led_off 
-:      025307 mouse_logo_led_on:
-0x611c 025308 fetcht 1 ,mem_mouse_logo_led_gpio 
-0x611d 025309 branch mouse_led_on 
-:      025316 mouse_dpi_led_blink_delay_timer:
-0x611e 025317 arg mem_mouse_dpi_led_delay_count ,regc 
-0x611f 025318 arg mouse_dpi_led_blink_init ,regb 
-0x6120 025319 branch timer_single_step 
-:      025321 mouse_dpi_led_blink_init:
-0x6121 025322 bpatch patch13_0 ,mem_patch13 
-0x6122 025323 fetch 1 ,mem_config_sensor_type 
-0x6123 025324 beq p3212 ,mouse_dpi_led_blink_init_another 
-0x6124 025325 beq ka8g2 ,mouse_dpi_led_blink_init_another 
-0x6125 025326 fetcht 1 ,mem_mouse_dpi 
-0x6126 025327 increase 2 ,temp 
-:      025328 mouse_dpi_led_blink_init_next:
-0x6127 025329 sub temp ,3 ,null 
-0x6128 025330 call mouse_dpi_led_blink_init_level_4 ,positive 
-0x6129 025331 ncall mouse_dpi_led_blink_count_clean ,positive 
-0x612a 025332 copy temp ,pdata 
-0x612b 025333 iadd pdata ,pdata 
-0x612c 025334 store 1 ,mem_mouse_multi_led_blink_count 
-:      025335 mouse_multi_dpi_led_blink_enable:
-0x612d 025336 jam 4 ,mem_mouse_multi_led_blink_type 
-0x612e 025337 call mouse_multi_dpi_led_blink_timer_init 
-0x612f 025338 jam multi_led_blink ,mem_mouse_multi_led_type 
-0x6130 025339 branch mouse_multi_led_enable 
-:      025341 mouse_dpi_led_blink_init_another:
-0x6131 025342 fetcht 1 ,mem_mouse_dpi 
-0x6132 025343 increase 1 ,temp 
-0x6133 025344 branch mouse_dpi_led_blink_init_next 
-:      025346 mouse_dpi_led_blink_init_level_4:
-0x6134 025347 fetch mouse_flag_len ,mem_mouse_flag 
-0x6135 025348 rtnbit0 mouse_enable_dpi_level_4 
-0x6136 025349 increase 1 ,temp 
-0x6137 025350 rtn 
-:      025351 mouse_dpi_led_blink_count_clean:
-0x6138 025352 increase -3 ,temp 
-0x6139 025353 rtn 
-:      025356 mouse_dpi_led_blink_delay:
-0x613a 025357 fetch 1 ,mem_mouse_dpi_gpio 
-0x613b 025358 rtneq gpio_disable 
-0x613c 025359 fetch 2 ,mem_mouse_discovery_timer 
-0x613d 025360 nrtn blank 
-0x613e 025361 fetch 2 ,mem_24g_pair_timeout 
-0x613f 025362 nrtn blank 
-0x6140 025363 fetch 2 ,mem_24g_reconn_timeout 
-0x6141 025364 nrtn blank 
-0x6142 025365 fetch 1 ,mem_mouse_multi_led_powon_timer 
-0x6143 025366 nrtn blank 
-0x6144 025367 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
-0x6145 025368 branch mouse_dpi_led_blink_init ,blank 
-0x6146 025369 store 1 ,mem_mouse_dpi_led_delay_count 
-0x6147 025370 rtn 
-:      025378 mouse_check_dpi_blink:
-0x6148 025379 disable user 
-0x6149 025380 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x614a 025381 sub pdata ,4 ,null 
-0x614b 025382 nrtn zero 
-0x614c 025383 branch enable_user 
-:      025385 mouse_low_voltage_led_timer:
-0x614d 025386 fetch mouse_flag_len ,mem_mouse_flag 
-0x614e 025387 rtnbit0 mouse_enable_low_led 
-0x614f 025388 rtnbit0 mouse_low_voltage_flag 
-0x6150 025389 fetch 2 ,mem_mouse_discovery_timer 
-0x6151 025390 nrtn blank 
-0x6152 025391 fetch 2 ,mem_24g_pair_timeout 
-0x6153 025392 nrtn blank 
-0x6154 025393 fetch 2 ,mem_24g_reconn_timeout 
-0x6155 025394 nrtn blank 
-0x6156 025395 fetch 1 ,mem_mouse_multi_led_powon_timer 
-0x6157 025396 nrtn blank 
-0x6158 025397 call mouse_check_dpi_blink 
-0x6159 025398 rtn user 
-0x615a 025400 fetch 1 ,mem_mouse_multi_low_led_blink_count 
-0x615b 025401 branch mouse_low_led_blink_count_init_judge ,blank 
-:      025402 mouse_low_led_blink_timer:
-0x615c 025403 fetcht 1 ,mem_adc_low_volatage_led_timer_count 
-0x615d 025404 increase 1 ,temp 
-0x615e 025405 storet 1 ,mem_adc_low_volatage_led_timer_count 
-0x615f 025406 fetch 1 ,mem_mouse_low_led_blink_timer 
-0x6160 025407 isub temp ,null 
-0x6161 025408 ncall mouse_low_led_timer_count_clean ,positive 
-0x6162 025409 fetch 1 ,mem_mouse_low_led_blink_half_timer 
-0x6163 025410 isub temp ,null 
-0x6164 025411 nbranch mouse_low_voltage_led_off_judge ,positive 
-:      025412 mouse_low_voltage_led_on_judge:
-0x6165 025413 fetch mouse_flag_len ,mem_mouse_flag 
-0x6166 025414 bbit1 mouse_enable_low_for_led ,mouse_device_led_on 
-0x6167 025415 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_on 
-:      025416 mouse_low_voltage_led_on:
-0x6168 025417 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
-0x6169 025418 branch mouse_led_on 
-:      025420 mouse_low_led_timer_count_clean:
-0x616a 025421 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x616b 025422 fetch 1 ,mem_mouse_multi_low_led_blink_count 
-0x616c 025423 increase -1 ,pdata 
-0x616d 025424 store 1 ,mem_mouse_multi_low_led_blink_count 
-:      025425 mouse_low_voltage_led_off_judge:
-0x616e 025426 fetch mouse_flag_len ,mem_mouse_flag 
-0x616f 025427 bbit1 mouse_enable_low_for_led ,mouse_device_led_off 
-0x6170 025428 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_off 
-:      025429 mouse_low_voltage_led_off:
-0x6171 025430 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
-0x6172 025431 branch mouse_led_off 
-:      025433 mouse_low_led_blink_count_init_judge:
-0x6173 025434 fetch mouse_flag_len ,mem_mouse_flag 
-0x6174 025435 bbit1 mouse_enable_low_led_blink_limit ,mouse_low_voltage_led_off_judge 
-0x6175 025436 call mouse_multi_low_led_blink_count_init 
-0x6176 025437 branch mouse_low_led_blink_timer 
-:      025445 mouse_device_multi_led_parm_init:
-0x6177 025446 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x6178 025447 call mouse_device_multi_led_all_off 
-0x6179 025448 jam 0 ,mem_mouse_multi_led_blink_type 
-0x617a 025449 fetch 1 ,mem_mouse_low_led_blink_timer 
-0x617b 025450 rshift pdata ,pdata 
-0x617c 025451 store 1 ,mem_mouse_low_led_blink_half_timer 
-0x617d 025452 rtn 
-:      025453 mouse_multi_low_led_blink_count_init:
-0x617e 025454 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
-0x617f 025455 store 1 ,mem_mouse_multi_low_led_blink_count 
-0x6180 025456 rtn 
-:      025458 mouse_multi_led_blink_timer_init:
-0x6181 025459 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x6182 025460 beq 1 ,mouse_device_24g_led_blink_timer_init 
-0x6183 025461 beq 2 ,mouse_device_le_discovery_led_blink_timer_init 
-0x6184 025462 beq 3 ,mouse_device_le_reconn_led_blink_timer_init 
-:      025463 mouse_multi_dpi_led_blink_timer_init:
-0x6185 025464 fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
-:      025465 mouse_store_multi_led_blink_timer:
-0x6186 025466 store 1 ,mem_mouse_multi_led_blink_timer 
-0x6187 025467 rtn 
-:      025468 mouse_device_24g_led_blink_timer_init:
-0x6188 025469 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
-0x6189 025470 branch mouse_store_multi_led_blink_timer 
-:      025471 mouse_device_le_discovery_led_blink_timer_init:
-0x618a 025472 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
-0x618b 025473 branch mouse_store_multi_led_blink_timer 
-:      025474 mouse_device_le_reconn_led_blink_timer_init:
-0x618c 025475 fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
-0x618d 025476 branch mouse_store_multi_led_blink_timer 
-:      025479 mouse_device_poweron_led_config:
-0x618e 025480 bpatch patch13_1 ,mem_patch13 
-0x618f 025481 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
-0x6190 025482 store 1 ,mem_mouse_multi_led_powon_timer 
-0x6191 025483 jam multi_led_on ,mem_mouse_multi_led_type 
-:      025484 mouse_multi_led_enable:
-0x6192 025485 jam off ,mem_mouse_multi_led_state 
-0x6193 025486 jam on ,mem_mouse_multi_led_blink_enable 
-0x6194 025487 rtn 
-:      025490 mouse_device_24g_pair_led_config:
-0x6195 025491 bpatch patch13_2 ,mem_patch13 
-0x6196 025492 fetch 1 ,mem_device_flag 
-0x6197 025493 rtnne mode_24g_device 
-0x6198 025494 call mouse_multi_led_blink_enable_init 
-0x6199 025495 jam 1 ,mem_mouse_multi_led_blink_type 
-0x619a 025496 call mouse_device_24g_led_blink_timer_init 
-0x619b 025497 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x619c 025498 rtn blank 
-0x619d 025499 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
-0x619e 025500 branch mouse_device_led_blink_count_init 
-:      025502 mouse_device_le_reconn_led_config:
-0x619f 025503 fetch 1 ,mem_device_flag 
-0x61a0 025504 rtneq mode_24g_device 
-0x61a1 025505 call mouse_multi_led_blink_enable_init 
-0x61a2 025506 fetch mouse_flag_len ,mem_mouse_flag 
-0x61a3 025507 rtnbit0 mouse_enable_bt_reconn_led_effect 
-0x61a4 025508 jam 3 ,mem_mouse_multi_led_blink_type 
-0x61a5 025509 call mouse_device_le_reconn_led_blink_timer_init 
-0x61a6 025510 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x61a7 025511 rtn blank 
-0x61a8 025512 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
-:      025513 mouse_device_led_blink_count_init:
-0x61a9 025514 store 1 ,mem_mouse_multi_led_blink_count 
-0x61aa 025515 rtn 
-:      025517 mouse_device_discovery_led_config:
-0x61ab 025518 jam 0 ,mem_mouse_le_reconn_blink_limit 
-0x61ac 025519 jam 2 ,mem_mouse_multi_led_blink_type 
-0x61ad 025520 call mouse_device_le_discovery_led_blink_timer_init 
-:      025521 mouse_multi_led_blink_enable_init:
-0x61ae 025522 jam 1 ,mem_mouse_multi_led_blink_enable 
-0x61af 025523 jam multi_led_blink ,mem_mouse_multi_led_type 
-0x61b0 025524 branch mouse_device_multi_led_on 
-:      025528 mouse_led_multi_timer:
-0x61b1 025529 fetch 1 ,mem_mouse_multi_led_blink_enable 
-0x61b2 025530 rtn blank 
-0x61b3 025531 fetch 1 ,mem_mouse_multi_led_type 
-0x61b4 025532 beq multi_led_blink ,mouse_multi_led_type_blink 
-:      025533 mouse_device_multi_led_type_on:
-0x61b5 025534 fetch 1 ,mem_mouse_multi_led_powon_timer 
-0x61b6 025535 branch mouse_device_poweron_led_off ,blank 
-0x61b7 025536 increase -1 
-0x61b8 025537 store 1 ,mem_mouse_multi_led_powon_timer 
-0x61b9 025538 branch mouse_device_led_on 
-:      025540 mouse_device_poweron_led_off:
-0x61ba 025541 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x61bb 025542 call mouse_multi_low_led_blink_count_init 
-0x61bc 025543 branch mouse_device_led_off 
-:      025545 mouse_multi_led_type_blink:
-0x61bd 025546 bpatch patch13_3 ,mem_patch13 
-0x61be 025547 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61bf 025548 rtn blank 
-0x61c0 025549 beq 4 ,mouse_device_led_blink_limit 
-0x61c1 025550 branch mouse_device_led_blink_judge 
-:      025552 mouse_device_led_blink_judge:
-0x61c2 025553 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x61c3 025554 beq 1 ,mouse_device_led_blink_limit 
-0x61c4 025555 branch mouse_multi_led_type_blink_next 
-:      025557 mouse_device_led_blink_limit:
-0x61c5 025558 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x61c6 025559 branch mouse_multi_led_off_judge ,blank 
-:      025560 mouse_multi_led_type_blink_next:
-0x61c7 025561 arg mem_mouse_multi_led_blink_timer ,regc 
-0x61c8 025562 arg mouse_multi_led_type_blink_start ,regb 
-0x61c9 025563 branch timer_single_step 
-:      025565 mouse_multi_led_type_blink_start:
-0x61ca 025566 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61cb 025567 beq 4 ,mouse_multi_led_blink_count_decrease 
-0x61cc 025568 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x61cd 025569 beq 1 ,mouse_multi_led_blink_count_decrease 
-:      025570 mouse_multi_led_blink:
-0x61ce 025571 call mouse_multi_led_blink_timer_init 
-0x61cf 025572 fetch 1 ,mem_mouse_multi_led_state 
-0x61d0 025573 beq on ,mouse_multi_led_off_judge_next 
-0x61d1 025574 branch mouse_multi_led_on_judge 
-:      025576 mouse_multi_led_blink_count_decrease:
-0x61d2 025577 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x61d3 025578 increase -1 
-0x61d4 025579 store 1 ,mem_mouse_multi_led_blink_count 
-0x61d5 025580 branch mouse_multi_led_blink 
-:      025583 mouse_multi_led_on_judge:
-0x61d6 025584 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61d7 025585 beq 4 ,mouse_multi_dpi_led_on_judge 
-:      025586 mouse_device_multi_led_on:
-0x61d8 025587 jam on ,mem_mouse_multi_led_state 
-:      025588 mouse_device_led_on:
-0x61d9 025589 bpatch patch13_4 ,mem_patch13 
-0x61da 025590 fetch 1 ,mem_device_flag 
-0x61db 025591 beq mode_24g_device ,mouse_device_24g_led_on 
-0x61dc 025592 beq mode_bt_device1 ,mouse_device_bt1_led_on 
-0x61dd 025593 beq mode_bt_device2 ,mouse_device_bt2_led_on 
-0x61de 025594 rtn 
-:      025595 mouse_device_24g_led_on:
-0x61df 025596 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
-0x61e0 025597 branch mouse_led_on 
-:      025598 mouse_device_bt1_led_on:
-0x61e1 025599 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
-0x61e2 025600 branch mouse_led_on 
-:      025601 mouse_device_bt2_led_on:
-0x61e3 025602 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
-:      025603 mouse_led_on:
-0x61e4 025604 branch gpio_out_active 
-:      025606 mouse_led_off:
-0x61e5 025607 branch gpio_out_inactive 
-:      025609 mouse_multi_led_off_judge:
-0x61e6 025610 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x61e7 025611 jam 0 ,mem_mouse_multi_led_blink_type 
-:      025612 mouse_multi_led_off_judge_next:
-0x61e8 025613 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61e9 025614 beq 4 ,mouse_multi_dpi_led_off_judge 
-:      025615 mouse_device_multi_led_off:
-0x61ea 025616 jam off ,mem_mouse_multi_led_state 
-:      025617 mouse_device_led_off:
-0x61eb 025618 bpatch patch13_5 ,mem_patch13 
-0x61ec 025619 fetch 1 ,mem_device_flag 
-0x61ed 025620 beq mode_24g_device ,mouse_device_24g_led_off 
-0x61ee 025621 beq mode_bt_device1 ,mouse_device_bt1_led_off 
-0x61ef 025622 beq mode_bt_device2 ,mouse_device_bt2_led_off 
-0x61f0 025623 rtn 
-:      025624 mouse_device_24g_led_off:
-0x61f1 025625 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
-0x61f2 025626 fetch mouse_flag_len ,mem_mouse_flag 
-0x61f3 025627 bbit0 mouse_enable_1io2led ,mouse_led_off 
-0x61f4 025628 branch gpio_set_high_impedance 
-:      025629 mouse_device_bt1_led_off:
-0x61f5 025630 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
-0x61f6 025631 fetch mouse_flag_len ,mem_mouse_flag 
-0x61f7 025632 bbit0 mouse_enable_1io2led ,mouse_led_off 
-0x61f8 025633 branch gpio_set_high_impedance 
-:      025634 mouse_device_bt2_led_off:
-0x61f9 025635 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
-0x61fa 025636 fetch mouse_flag_len ,mem_mouse_flag 
-0x61fb 025637 bbit0 mouse_enable_1io2led ,mouse_led_off 
-0x61fc 025638 branch gpio_set_high_impedance 
-:      025640 mouse_device_multi_led_all_off:
-0x61fd 025641 call mouse_device_24g_led_off 
-0x61fe 025642 call mouse_device_bt1_led_off 
-0x61ff 025643 call mouse_device_bt2_led_off 
-0x6200 025644 call mouse_low_voltage_led_off_judge 
-0x6201 025645 branch mouse_multi_dpi_led_off_judge 
-:      025647 mouse_multi_dpi_led_off_judge:
-0x6202 025648 jam off ,mem_mouse_multi_led_state 
-0x6203 025649 fetch mouse_flag_len ,mem_mouse_flag 
-0x6204 025650 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_off 
-0x6205 025651 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_off 
-:      025652 mouse_multi_dpi_led_off:
-0x6206 025653 fetcht 1 ,mem_mouse_dpi_gpio 
-0x6207 025654 branch mouse_led_off 
-:      025656 mouse_multi_dpi_led_on_judge:
-0x6208 025657 jam on ,mem_mouse_multi_led_state 
-0x6209 025658 fetch mouse_flag_len ,mem_mouse_flag 
-0x620a 025659 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_on 
-0x620b 025660 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_on 
-:      025661 mouse_multi_dpi_led_on:
-0x620c 025662 fetcht 1 ,mem_mouse_dpi_gpio 
-0x620d 025663 branch mouse_led_on 
-:      025667 mouse_low_voltage_led_no_enter_lpm:
-0x620e 025668 fetch mouse_flag_len ,mem_mouse_flag 
-0x620f 025669 rtnbit0 mouse_low_voltage_flag 
-0x6210 025670 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x6211 025671 fetcht 1 ,mem_mouse_low_led_blink_half_timer 
-0x6212 025672 sub pdata ,temp ,null 
-0x6213 025673 branch mouse_lpm_mode_clear ,positive 
-:      025674 mouse_low_voltage_led_no_enter_lpm_next:
-0x6214 025675 fetch 1 ,mem_device_flag 
-0x6215 025676 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
-0x6216 025677 jam 1 ,mem_lpm_mode 
-0x6217 025678 rtn 
-:      025680 g24_transmit_by_interrupt_exit_check:
-0x6218 025681 fetch mouse_flag_len ,mem_mouse_flag 
-0x6219 025682 rtnbit1 mouse_enable_24g_250hz 
-0x621a 025683 branch g24_transmit_by_interrupt_exit 
-:      025685 mouse_lpm_mode_clear:
-0x621b 025686 fetch 1 ,mem_device_flag 
-0x621c 025687 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
-0x621d 025688 jam 0 ,mem_lpm_mode 
-0x621e 025689 rtn 
-:      025692 mouse_store_signal_rssi:
-0x621f 025694 fetch 1 ,mem_rssi 
-0x6220 025695 branch rssi_signal 
-:      025697 mouse_le_transmit:
-0x6221 025698 call mouse_store_signal_rssi 
-0x6222 025699 branch power_ctrl_start 
-:      025701 mouse_le_set_lpm_mult:
-0x6223 025702 fetch 1 ,mem_le_connect_status_flag 
-0x6224 025703 compare 3 ,pdata ,3 
-0x6225 025704 nbranch disable_blank ,true 
-0x6226 025705 call app_lpm_mult_enable 
-0x6227 025706 branch enable_blank 
-:      025708 mouse_set_lpm_mult:
-0x6228 025709 fetch 2 ,mem_ui_state_map 
-0x6229 025710 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
-0x622a 025711 rtn 
-:      025713 mouse_24g_long_sleep:
-0x622b 025714 call g24_lpm_wait 
-0x622c 025715 nrtn user 
-0x622d 025716 jam 1 ,mem_mouse_24g_long_sleep_flag 
-0x622e 025717 call g24_setgpio_lpm_before 
-0x622f 025718 jam 0 ,mem_mouse_24g_sleep_miss 
-0x6230 025719 call mouse_24g_send_time_long_wake 
-0x6231 025720 fetch 1 ,mem_sensor_shutdown_flag 
-0x6232 025721 ncall mouse_setgpio_hibernate ,blank 
-0x6233 025722 fetch 4 ,mem_24g_enter_hibernate 
-0x6234 025723 branch g24_long_seep2 
-:      025725 mouse_24g_short_sleep:
-0x6235 025726 fetch 1 ,mem_mouse_sleep_deal_type 
-0x6236 025727 branch g24_short_sleep ,blank 
-0x6237 025728 call g24_lpm_wait 
-0x6238 025729 nrtn user 
-0x6239 025730 fetch 1 ,mem_mouse_24g_sleep_miss 
-0x623a 025731 jam 0 ,mem_mouse_24g_sleep_miss 
-0x623b 025732 sub pdata ,0 ,null 
-0x623c 025733 nbranch mouse_24g_short_sleep_last_miss ,zero 
-0x623d 025734 fetcht 2 ,mem_24g_retransmit 
-0x623e 025735 sub temp ,0 ,null 
-0x623f 025736 branch mouse_24g_short_sleep_default ,zero 
-0x6240 025738 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
-0x6241 025739 branch mouse_24g_short_sleep_default ,blank 
-:      025740 mouse_24g_short_sleep_notify:
-0x6242 025741 fetcht 4 ,mem_mouse_24g_tsniff 
-0x6243 025742 isub temp ,temp 
-0x6244 025743 storet 4 ,mem_mouse_24g_sleep_miss_temp 
-0x6245 025744 nbranch mouse_24g_short_sleep_long ,positive 
-0x6246 025745 fetch 3 ,mem_24g_short_sleep_set 
-0x6247 025746 isub temp ,pdata 
-0x6248 025747 nbranch mouse_24g_short_sleep_2 ,positive 
-0x6249 025748 arg 0x600 ,temp 
-0x624a 025749 isub temp ,null 
-0x624b 025750 nbranch mouse_24g_short_sleep_2 ,positive 
-:      025751 mouse_24g_short_sleep2:
-0x624c 025752 store 4 ,mem_mouse_24g_sleep_time_temp 
-0x624d 025753 call mouse_24g_miss_temp_clear 
-0x624e 025754 fetch 4 ,mem_mouse_24g_sleep_time_temp 
-:      025755 mouse_24g_short_sleep3:
-0x624f 025756 call clk2lpo 
-0x6250 025757 storet 4 ,mem_sleep_counter 
-0x6251 025758 branch lpm_sleep 
-:      025760 mouse_24g_short_sleep_default:
-0x6252 025761 call mouse_24g_miss_temp_clear 
-0x6253 025762 fetch 3 ,mem_24g_short_sleep_set 
-0x6254 025763 branch mouse_24g_short_sleep2 
-:      025765 mouse_24g_short_sleep_long:
-0x6255 025766 sub temp ,0 ,temp 
-0x6256 025767 fetch 3 ,mem_24g_short_sleep_set 
-0x6257 025768 iadd temp ,pdata 
-0x6258 025769 branch mouse_24g_short_sleep2 
-:      025771 mouse_24g_miss_temp_clear:
-0x6259 025772 setarg 0 
-0x625a 025773 store 4 ,mem_mouse_24g_sleep_miss_temp 
-0x625b 025774 rtn 
-:      025776 mouse_24g_short_sleep_last_miss:
-0x625c 025777 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
-0x625d 025778 fetcht 4 ,mem_mouse_24g_sleep_miss_temp 
-0x625e 025779 iadd temp ,pdata 
-0x625f 025780 branch mouse_24g_short_sleep_notify 
-:      025782 mouse_24g_short_sleep_2:
-0x6260 025783 jam 1 ,mem_mouse_24g_sleep_miss 
-0x6261 025784 rtn 
-:      025787 mouse_24g_transmit_callback:
-0x6262 025788 call mouse_24g_send_time_check 
-0x6263 025789 branch mouse_wakeup_24g 
-:      025791 mouse_24g_send_time_check:
-0x6264 025792 fetch 1 ,mem_mouse_sleep_deal_type 
-0x6265 025793 rtn blank 
-0x6266 025794 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x6267 025795 beq g24_tx_timer_int_enable ,mouse_24g_send_timer_first 
-0x6268 025796 fetch 1 ,mem_mouse_24g_tx_count 
-0x6269 025797 branch mouse_24g_send_timer_first ,blank 
-0x626a 025798 copy clkn ,pdata 
-0x626b 025799 fetcht 6 ,mem_mouse_24g_tx_time_last 
-0x626c 025800 store 6 ,mem_mouse_24g_tx_time_last 
-0x626d 025801 call clk_diff_rt 
-0x626e 025802 store 4 ,mem_mouse_24g_tx_time_last_delt 
-0x626f 025804 fetch 1 ,mem_mouse_24g_sleep_miss 
-0x6270 025805 nrtn blank 
-0x6271 025806 fetch 2 ,mem_24g_retransmit 
-0x6272 025807 nrtn blank 
-0x6273 025808 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
-:      025809 mouse_24g_send_time_check_1:
-0x6274 025810 fetcht 5 ,mem_mouse_24g_tx_time_sum 
-0x6275 025811 iadd temp ,pdata 
-0x6276 025812 store 5 ,mem_mouse_24g_tx_time_sum 
-0x6277 025813 fetcht 1 ,mem_mouse_24g_tx_count 
-0x6278 025814 fetch 1 ,mem_mouse_24g_tx_time_sum_count 
-0x6279 025815 isub temp ,null 
-0x627a 025816 branch mouse_24g_send_time_check_average ,zero 
-0x627b 025817 increase 1 ,temp 
-0x627c 025818 storet 1 ,mem_mouse_24g_tx_count 
-0x627d 025819 rtn 
-:      025821 mouse_24g_send_time_check_average:
-0x627e 025822 jam 1 ,mem_mouse_24g_tx_count 
-0x627f 025823 arg 0 ,temp 
-0x6280 025824 fetch 5 ,mem_mouse_24g_tx_time_sum 
-0x6281 025825 storet 5 ,mem_mouse_24g_tx_time_sum 
-0x6282 025826 fetcht 1 ,mem_mouse_24g_tx_time_sum_count 
-0x6283 025827 idiv temp 
-0x6284 025828 call wait_div_end 
-0x6285 025829 quotient rega 
-0x6286 025831 fetch 4 ,mem_mouse_24g_tsniff 
-0x6287 025832 fetcht 1 ,mem_mouse_24g_tx_time_offset 
-0x6288 025833 isub temp ,temp 
-0x6289 025834 increase -40 ,temp 
-0x628a 025836 copy rega ,pdata 
-0x628b 025837 isub temp ,pdata 
-0x628c 025838 branch mouse_24g_send_time_check_average_late ,positive 
-0x628d 025839 sub pdata ,0 ,pdata 
-0x628e 025841 rshift2 pdata ,pdata 
-0x628f 025842 fetcht 3 ,mem_24g_short_sleep_set 
-0x6290 025843 iadd temp ,temp 
-0x6291 025844 bpatch patch13_6 ,mem_patch13 
-0x6292 025845 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
-0x6293 025846 arg 0x1800 ,rega 
-0x6294 025847 iadd rega ,pdata 
-0x6295 025848 isub temp ,null 
-0x6296 025849 nbranch mouse_24g_send_time_check_average_min ,positive 
-0x6297 025850 storet 3 ,mem_24g_short_sleep_set 
-0x6298 025851 rtn 
-:      025853 mouse_24g_send_time_check_average_late:
-0x6299 025854 rshift2 pdata ,temp 
-0x629a 025855 fetch 3 ,mem_24g_short_sleep_set 
-0x629b 025856 isub temp ,temp 
-0x629c 025857 bpatch patch13_7 ,mem_patch13 
-0x629d 025858 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
-0x629e 025859 arg 0x1800 ,rega 
-0x629f 025860 isub rega ,pdata 
-0x62a0 025861 isub temp ,null 
-0x62a1 025862 branch mouse_24g_send_time_check_average_min ,positive 
-0x62a2 025863 storet 3 ,mem_24g_short_sleep_set 
-0x62a3 025864 rtn 
-:      025866 mouse_24g_send_time_check_average_min:
-0x62a4 025867 store 3 ,mem_24g_short_sleep_set 
-0x62a5 025868 rtn 
-:      025870 mouse_24g_send_timer_first:
-0x62a6 025871 jam 1 ,mem_mouse_24g_tx_count 
-0x62a7 025872 copy clkn ,pdata 
-0x62a8 025873 store 6 ,mem_mouse_24g_tx_time_last 
-0x62a9 025874 rtn 
-:      025876 mouse_24g_send_time_long_wake:
-0x62aa 025877 setarg 0 
-0x62ab 025878 store 1 ,mem_mouse_24g_tx_count 
-0x62ac 025879 store 5 ,mem_mouse_24g_tx_time_sum 
-0x62ad 025880 rtn 
-:      025889 shutter_init:
-0x62ae 025890 call enable_authrom 
-0x62af 025891 rtn wake 
-0x62b0 025893 setarg shutter_process_idle 
-0x62b1 025894 store 2 ,mem_cb_idle_process 
-0x62b2 025896 setarg shutter_process_bb_event 
-0x62b3 025897 store 2 ,mem_cb_bb_event_process 
-0x62b4 025899 setarg ble_shutter_receive_data 
-0x62b5 025900 store 2 ,mem_cb_att_write 
-0x62b6 025902 setarg shutter_le_bb_event_timer 
-0x62b7 025903 store 2 ,mem_cb_event_timer 
-0x62b8 025905 setarg shutter_key_change 
-0x62b9 025906 store 2 ,mem_cb_shutter_keycan 
-0x62ba 025908 call shutter_common_init 
-0x62bb 025910 bpatch patch14_0 ,mem_patch14 
-0x62bc 025911 call shutter_load_buffer_config_form_datarom 
-:      025913 shutter_power_switch:
-0x62bd 025914 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x62be 025915 beq hard_switch ,shutter_hart_swtich_power_on 
-0x62bf 025916 fetch 1 ,mem_shutter_soft_switch_button_gpio 
-0x62c0 025917 store 1 ,mem_ui_button_gpio 
-0x62c1 025918 branch ui_soft_swtich_init 
-:      025921 shutter_common_init:
-0x62c2 025922 setarg shutter_le_before_hibernate 
-0x62c3 025923 store 2 ,mem_cb_before_hibernate 
-0x62c4 025925 setarg shutter_process_lpm_before 
-0x62c5 025926 store 2 ,mem_cb_before_lpm 
-0x62c6 025928 setarg shutter_soft_swtich_power_on 
-0x62c7 025929 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
-0x62c8 025931 setarg shutter_soft_swtich_power_off 
-0x62c9 025932 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
-0x62ca 025934 jam 7 ,mem_version 
-0x62cb 025935 call le_modified_name_adv 
-0x62cc 025936 call shutter_init_param 
-0x62cd 025937 call keyscan_key_init 
-0x62ce 025938 call queue_init 
-0x62cf 025939 branch ui_led_init_global 
-:      025943 shutter_hart_swtich_power_on:
-0x62d0 025944 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x62d1 025945 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
-0x62d2 025946 branch shutter_start_reconnect 
-:      025950 shutter_le_scale_lpm_lock:
-0x62d3 025951 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x62d4 025952 beq ss_state_power_off ,app_get_lpm_wake_lock 
-0x62d5 025953 call l2cap_malloc_get_full_map 
-0x62d6 025954 fetch 1 ,mem_used_map 
-0x62d7 025955 nbranch app_get_lpm_wake_lock ,blank 
-0x62d8 025956 branch app_put_lpm_wake_lock 
-:      025960 shutter_process_bb_event:
-0x62d9 025961 copy regc ,pdata 
-0x62da 025964 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
-0x62db 025965 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
-0x62dc 025966 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
-0x62dd 025967 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
-0x62de 025969 beq bt_evt_button_long_pressed ,ui_soft_switch_botton_long_press 
-0x62df 025970 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
-0x62e0 025971 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
-0x62e1 025972 rtn 
-:      025977 ble_shutter_process_baseband_connect:
-0x62e2 025978 call shutter_stop_bluetooth_discovery 
-0x62e3 025979 setarg 0 
-0x62e4 025980 store 2 ,mem_ble_shutter_reconn_timer 
-0x62e5 025981 branch app_led_off 
-:      025984 ble_shutter_process_baseband_disconnect:
-0x62e6 025985 call queue_init 
-0x62e7 025986 jam 0 ,mem_ble_shutter_enable_notify 
-0x62e8 025987 branch shutter_start_reconnect 
-:      025990 ble_shutter_process_reconnect_complete:
-0x62e9 025991 call queue_init 
-0x62ea 025992 jam 1 ,mem_ble_shutter_enable_notify 
-0x62eb 025993 fetch 8 ,mem_ble_shutter_interval_min 
-0x62ec 025994 store 8 ,mem_le_interval_min 
-0x62ed 025995 call app_lpm_mult_enable 
-0x62ee 025996 branch le_l2cap_tx_update_req 
-:      025999 ble_shutter_process_parse_connect_parameter_update_response:
-0x62ef 026000 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x62f0 026001 rtneq ble_signaling_connect_parameter_update_accepted 
-0x62f1 026002 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x62f2 026003 rtn blank 
-0x62f3 026004 store 8 ,mem_le_interval_min 
-0x62f4 026005 branch le_l2cap_tx_update_req 
-:      026012 shutter_process_soft_swtich_button_down:
-0x62f5 026013 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x62f6 026014 rtneq hard_switch 
-0x62f7 026015 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x62f8 026016 rtnne ss_state_power_on 
-0x62f9 026017 call shutter_store_currenct_led_state 
-0x62fa 026018 branch app_led_on 
-:      026020 shutter_store_currenct_led_state:
-0x62fb 026021 jam 1 ,mem_shutter_soft_swtich_botton_down 
-0x62fc 026022 arg 11 ,loopcnt 
-0x62fd 026023 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
-0x62fe 026024 arg mem_shutter_led_struct_app_led ,contr 
-0x62ff 026025 branch memcpy 
-:      026027 shutter_process_soft_swtich_button_up:
-0x6300 026028 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x6301 026029 rtneq hard_switch 
-0x6302 026030 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6303 026031 beq ss_state_power_on ,shutter_load_currenct_led_state 
-0x6304 026032 branch ui_soft_switch_botton_up 
-:      026034 shutter_load_currenct_led_state:
-0x6305 026035 fetch 1 ,mem_shutter_soft_swtich_botton_down 
-0x6306 026036 rtnne 1 
-0x6307 026037 jam 0 ,mem_shutter_soft_swtich_botton_down 
-0x6308 026038 fetch 2 ,mem_ui_state_map 
-0x6309 026039 bbit1 ui_state_ble_connected ,app_led_off 
-0x630a 026040 arg 11 ,loopcnt 
-0x630b 026041 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
-0x630c 026042 arg mem_shutter_led_struct_app_led ,contw 
-0x630d 026043 branch memcpy 
-:      026048 shutter_le_bb_event_timer:
-0x630e 026050 call shutter_check_sleep_timer 
-0x630f 026053 call shutter_check_power_off_timer 
-0x6310 026057 branch ble_shutter_reconn_timer 
-:      026061 shutter_check_sleep_timer:
-0x6311 026062 arg mem_shutter_sleep_timer ,regc 
-0x6312 026063 arg shutter_sleep_timeout ,regb 
-0x6313 026064 branch timer_single_step_2b 
-:      026065 shutter_sleep_timeout:
-0x6314 026066 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
-0x6315 026067 call app_led_off 
-0x6316 026068 call shutter_disconnect_current_connection 
-0x6317 026069 branch shutter_wait_power_off 
-:      026072 shutter_check_power_off_timer:
-0x6318 026073 arg mem_shutter_power_off_timer ,regc 
-0x6319 026074 arg shutter_check_power_off_timeout ,regb 
-0x631a 026075 branch timer_single_step 
-:      026077 shutter_check_power_off_timeout:
-0x631b 026078 fetch 2 ,mem_ui_state_map 
-0x631c 026079 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x631d 026080 fetch 1 ,mem_shutter_led_struct_app_led_type 
-0x631e 026081 beq ui_led_state_blink_start ,shutter_wait_power_off 
-0x631f 026082 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
-0x6320 026083 beq ui_led_state_blink_darking ,shutter_wait_power_off 
-0x6321 026084 branch app_enter_hibernate 
-:      026088 ble_shutter_reconn_timer:
-0x6322 026089 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6323 026090 rtnne ss_state_power_on 
-0x6324 026091 arg mem_ble_shutter_reconn_timer ,regc 
-0x6325 026092 arg shutter_start_bluetooth_discovery ,regb 
-0x6326 026093 branch timer_single_step_2b 
-:      026096 shutter_process_idle:
-0x6327 026097 call shutter_send_data_to_master 
-0x6328 026098 branch keyscan_key_process 
-:      026101 shutter_process_lpm_before:
-0x6329 026102 call gpio_set_before_lpm 
-0x632a 026103 branch keyscan_process_lpm_before 
-:      026105 shutter_le_before_hibernate:
-0x632b 026106 call gpio_set_before_lpm 
-0x632c 026107 branch disable_authrom 
-:      026113 shutter_stop_bluetooth_discovery:
-:      026117 ble_shutter_stop_bluetooth_discovery:
-0x632d 026118 fetch 2 ,mem_ble_shutter_connect_timeout 
-0x632e 026119 store 2 ,mem_shutter_sleep_timeout 
-0x632f 026120 store 2 ,mem_shutter_sleep_timer 
-0x6330 026121 branch app_ble_stop_adv 
-:      026124 shutter_start_bluetooth_discovery:
-0x6331 026125 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6332 026126 rtnne ss_state_power_on 
-:      026130 ble_shutter_start_discovery:
-0x6333 026131 fetch 2 ,mem_ui_state_map 
-0x6334 026132 rtnbit1 ui_state_ble_connected 
-0x6335 026133 fetch 2 ,mem_ble_shutter_discovery_timeout 
-0x6336 026134 store 2 ,mem_shutter_sleep_timeout 
-0x6337 026135 store 2 ,mem_shutter_sleep_timer 
-0x6338 026136 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
-0x6339 026137 call shutter_ble_adv_interval_set 
-0x633a 026138 call app_led_start_blink 
-0x633b 026139 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x633c 026140 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x633d 026141 fetch 2 ,mem_ui_state_map 
-0x633e 026142 rtnbit1 ui_state_ble_adv 
-0x633f 026143 branch app_ble_start_adv 
-:      026145 shutter_soft_swtich_power_on:
-:      026146 shutter_start_reconnect:
-0x6340 026147 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6341 026148 rtnne ss_state_power_on 
-:      026152 ble_shutter_start_reconnect:
-0x6342 026153 fetch 2 ,mem_ble_shutter_reconn_timer 
-0x6343 026154 fetcht 2 ,mem_ble_shutter_reconn_timeout 
-0x6344 026155 storet 2 ,mem_ble_shutter_reconn_timer 
-0x6345 026156 nrtn blank 
-0x6346 026157 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
-0x6347 026158 call shutter_ble_adv_interval_set 
-0x6348 026159 call app_led_start_blink 
-0x6349 026160 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x634a 026161 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x634b 026162 fetch 2 ,mem_ui_state_map 
-0x634c 026163 rtnbit1 ui_state_ble_adv 
-0x634d 026164 branch app_ble_start_adv 
-:      026166 shutter_disconnect_current_connection:
-0x634e 026167 fetch 2 ,mem_ui_state_map 
-0x634f 026168 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x6350 026169 branch shutter_stop_bluetooth_discovery 
-:      026173 shutter_check_data_enable:
-0x6351 026174 call disable_user 
-0x6352 026175 fetch 2 ,mem_ui_state_map 
-0x6353 026176 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
-0x6354 026177 rtn 
-:      026179 shutter_check_ble_data_enable:
-0x6355 026180 fetch 1 ,mem_ble_shutter_enable_notify 
-0x6356 026181 rtn blank 
-0x6357 026182 branch enable_user 
-:      026187 shutter_check_bluetooth_conn:
-0x6358 026188 call disable_user 
-0x6359 026189 fetch 2 ,mem_ui_state_map 
-0x635a 026190 rtnbit1 ui_state_ble_connected 
-0x635b 026191 branch enable_user 
-:      026195 shutter_change_bluetooth_status_bt_disconn:
-:      026199 ble_shutter_change_bluetooth_status_bt_disconn:
-0x635c 026200 branch shutter_start_reconnect 
-:      026204 shutter_check_send_data:
-0x635d 026205 disable user2 
-0x635e 026206 fetch 2 ,mem_shutter_sleep_timeout 
-0x635f 026207 store 2 ,mem_shutter_sleep_timer 
-0x6360 026209 call shutter_check_bluetooth_conn 
-0x6361 026210 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x6362 026212 call shutter_check_data_enable 
-0x6363 026213 nrtn user 
-0x6364 026214 branch enable_user2 
-:      026218 shutter_key_change:
-0x6365 026219 call shutter_check_send_data 
-0x6366 026220 nrtn user2 
-0x6367 026221 deposit rega 
-0x6368 026222 branch shutter_key_release ,blank 
-:      026223 shutter_key_press:
-0x6369 026224 call app_led_on 
-0x636a 026225 arg mem_key0_press ,regc 
-0x636b 026226 branch push_queue_press_or_release 
-:      026228 shutter_key_release:
-0x636c 026229 call app_led_off 
-0x636d 026230 arg mem_key0_release ,regc 
-:      026232 push_queue_press_or_release:
-0x636e 026233 arg max_queue_num ,pdata 
-0x636f 026234 imul32 queue ,pdata 
-0x6370 026235 iadd regc ,regc 
-:      026238 push_buffer_in_queue:
-0x6371 026239 ifetch 1 ,regc 
-0x6372 026240 rtn blank 
-0x6373 026241 call queue_push_one_byte 
-0x6374 026242 increase 1 ,regc 
-0x6375 026243 branch push_buffer_in_queue 
-:      026246 shutter_send_data_to_master:
-0x6376 026247 fetch 2 ,mem_ui_state_map 
-0x6377 026248 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
-0x6378 026249 rtn 
-:      026251 pop_queue_to_ble_data:
-0x6379 026252 call le_fifo_check_nearly_full 
-0x637a 026253 nrtn blank 
-0x637b 026254 call queue_pop_one_byte 
-0x637c 026255 nrtn user 
-0x637d 026256 pincrease -1 
-0x637e 026257 mul32 pdata ,shutter_ble_data_buffer ,pdata 
-0x637f 026258 arg mem_ble_data_buffer1 ,temp 
-0x6380 026259 iadd temp ,contr 
-0x6381 026260 branch le_send_notify_from_list 
-:      026264 queue_push_one_byte:
-0x6382 026265 store 1 ,mem_pdatatemp 
-0x6383 026266 arg mem_pdatatemp ,rega 
-0x6384 026267 branch queue_push 
-:      026269 queue_pop_one_byte:
-0x6385 026270 arg mem_pdatatemp ,rega 
-0x6386 026271 call queue_pop 
-0x6387 026272 nrtn user 
-0x6388 026273 fetch 1 ,mem_pdatatemp 
-0x6389 026274 rtn 
-:      026277 ble_shutter_receive_data:
-0x638a 026278 fetch 2 ,mem_le_att_handle 
-0x638b 026279 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
-0x638c 026280 rtn 
-:      026282 shutter_init_param:
-0x638d 026283 jam 0x02 ,mem_shutter_power_off_timeout 
-0x638e 026285 setarg 0x00200008 
-0x638f 026286 store 4 ,mem_ble_shutter_interval_min 
-0x6390 026287 setarg 0x012c0005 
-0x6391 026288 istore 4 ,contw 
-0x6392 026291 jam 0x17 ,mem_le_local_mtu 
-0x6393 026294 setarg 0x1b 
-0x6394 026295 store 2 ,mem_le_pairing_handle 
-0x6395 026296 branch le_set_fixed_ltk_justwork 
-:      026299 shutter_load_buffer_config_form_datarom:
-0x6396 026301 arg ble_key_value_list_size ,loopcnt 
-0x6397 026302 arg mem_ble_data_buffer1 ,contw 
-0x6398 026303 arg ble_shutter_key_value_list_addr ,contr 
-0x6399 026304 branch memcpy_fast 
-:      026324 shutter_soft_swtich_power_off:
-0x639a 026325 arg 0 ,rega 
-0x639b 026326 arg mem_shutter_power_off_led_style ,regc 
-0x639c 026327 call ui_led_set_style_global 
-0x639d 026328 call shutter_disconnect_current_connection 
-:      026329 shutter_wait_power_off:
-0x639e 026330 fetch 1 ,mem_shutter_power_off_timeout 
-0x639f 026331 store 1 ,mem_shutter_power_off_timer 
-0x63a0 026332 rtn 
-:      026336 ui_soft_swtich_init:
-0x63a1 026337 setarg ss_state_power_up 
-0x63a2 026338 call ui_soft_swtich_init_power_on_time 
-0x63a3 026339 jam ui_button_state_up ,mem_ui_button_last_state 
-0x63a4 026340 call ui_button_init 
-0x63a5 026341 call ui_button_polling 
-:      026342 ui_soft_switch_first_power_on:
-0x63a6 026343 fetch 1 ,mem_shutter_soft_switch_first_power_on 
-0x63a7 026344 branch ui_soft_swtich_init_next ,blank 
-0x63a8 026345 fetch 1 ,core_lpm_isogate 
-0x63a9 026346 bbit1 cold_wake ,ui_soft_switch_power_on 
-:      026347 ui_soft_swtich_init_next:
-0x63aa 026348 fetch 2 ,mem_ui_state_map 
-0x63ab 026349 rtnbit1 ui_state_btn_down 
-0x63ac 026350 branch app_enter_hibernate 
-:      026352 ui_soft_swtich_init_power_on_time:
-0x63ad 026353 fetcht 2 ,mem_power_param_ptr 
-0x63ae 026354 istore 1 ,temp 
-0x63af 026355 ifetch 1 ,contw 
-0x63b0 026356 store 1 ,mem_ui_button_timeout 
-0x63b1 026357 rtn 
-:      026360 ui_soft_switch_botton_up:
-0x63b2 026361 fetch 2 ,mem_power_param_ptr 
-0x63b3 026362 ifetch 1 ,pdata 
-0x63b4 026363 rtnne ss_state_power_up 
-0x63b5 026364 branch app_enter_hibernate 
-:      026367 ui_soft_switch_botton_long_press:
-0x63b6 026368 fetcht 2 ,mem_power_param_ptr 
-0x63b7 026369 ifetch 1 ,temp 
-0x63b8 026370 beq ss_state_power_on ,ui_soft_switch_power_off 
-:      026371 ui_soft_switch_power_on:
-0x63b9 026372 setarg ss_state_power_on 
-0x63ba 026373 fetcht 2 ,mem_power_param_ptr 
-0x63bb 026374 istore 1 ,temp 
-0x63bc 026375 add temp ,ss_power_off_time ,contr 
-0x63bd 026376 ifetch 1 ,contr 
-0x63be 026377 istore 1 ,mem_ui_button_timeout 
-0x63bf 026378 ifetch 2 ,contr 
-0x63c0 026379 branch callback_func 
-:      026381 ui_soft_switch_power_off:
-0x63c1 026382 setarg ss_state_power_off 
-0x63c2 026383 call ui_soft_swtich_init_power_on_time 
-0x63c3 026384 add temp ,ss_power_off_cb ,contr 
-0x63c4 026385 ifetch 2 ,contr 
-0x63c5 026386 branch app_enter_hibernate ,blank 
-0x63c6 026387 branch callback_func 
-:      026392 shutter_ble_adv_interval_set:
-0x63c7 026393 store 2 ,mem_lpm_interval 
-0x63c8 026394 increase -4 ,pdata 
-0x63c9 026395 store 2 ,mem_le_adv_interval 
-0x63ca 026396 rtn 
-:      026398 le_send_notify_from_list:
-0x63cb 026399 ifetch 1 ,contr 
-0x63cc 026400 copy pdata ,rega 
-0x63cd 026401 ifetcht 2 ,contr 
-0x63ce 026402 call store_contr 
-0x63cf 026403 call le_att_malloc_tx_notify 
-0x63d0 026404 copy rega ,loopcnt 
-0x63d1 026405 call get_contr 
-0x63d2 026406 branch memcpy 
-:      026408 shutter_le_uuid_table_conf:
-0x63d3 026409 setarg ble_shutter_gatt_list_addr 
-0x63d4 026410 store 2 ,mem_ui_le_uuid_table 
-0x63d5 026411 rtn 
-:      026413 shutter_dy_le_uuid_table_conf:
-0x63d6 026414 setarg mem_shutter_le_uuid_sup 
-0x63d7 026415 store 2 ,mem_ui_le_uuid_table 
-0x63d8 026416 rtn 
-:      026419 shutter_default_init:
-0x63d9 026420 fetch 2 ,mem_shutter_key_conf0_temp 
-0x63da 026421 store 2 ,mem_shutter_key_conf0 
-0x63db 026422 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
-0x63dc 026423 store 1 ,mem_shutter_led_struct_app_led_gpio 
-0x63dd 026424 store 1 ,mem_shutter_power_off_led_style_gpio 
-0x63de 026425 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
-0x63df 026426 store 1 ,mem_shutter_hard_soft_switch_case 
-0x63e0 026427 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
-0x63e1 026428 store 1 ,mem_shutter_soft_switch_button_gpio 
-0x63e2 026434 setarg 0x0002 
-0x63e3 026435 store 2 ,mem_key0_press 
-0x63e4 026436 store 2 ,mem_key1_press 
-0x63e5 026437 setarg 0x0006 
-0x63e6 026438 store 2 ,mem_key0_release 
-0x63e7 026439 store 2 ,mem_key1_release 
-0x63e8 026440 setarg 0x0007 
-0x63e9 026441 store 2 ,mem_key2_press 
-0x63ea 026442 setarg 0x0008 
-0x63eb 026443 store 2 ,mem_key2_release 
-0x63ec 026444 setarg mem_shutter_soft_switch_power_state 
-0x63ed 026445 store 2 ,mem_power_param_ptr 
-0x63ee 026446 setarg 0x201400 
-0x63ef 026447 store 3 ,mem_shutter_soft_switch_power_state 
-0x63f0 026448 jam 0x01 ,mem_lpm_mode 
-0x63f1 026449 setarg 0x0100 
-0x63f2 026450 store 2 ,mem_lpm_interval 
-0x63f3 026451 jam 0x08 ,mem_lpm_overhead 
-0x63f4 026452 jam 0x05 ,mem_lpm_mult 
-0x63f5 026453 jam 0x02 ,mem_lpm_mult_timeout 
-0x63f6 026454 setarg 0x0096 
-0x63f7 026455 store 2 ,mem_ble_shutter_reconn_blink_on_time 
-0x63f8 026456 istore 2 ,contw 
-0x63f9 026457 setarg 0x0296 
-0x63fa 026458 store 2 ,mem_ble_shutter_discovery_blink_on_time 
-0x63fb 026459 istore 2 ,contw 
-0x63fc 026460 setsect 0 ,0x10 
-0x63fd 026461 setsect 1 ,0x8008 
-0x63fe 026462 setsect 2 ,0x2c000 
-0x63ff 026463 setsect 3 ,0x04 
-0x6400 026464 store 8 ,mem_ble_shutter_interval_min_new 
-0x6401 026465 jam 0x01 ,mem_ui_led_struct_num 
-0x6402 026466 setarg mem_shutter_led_struct_app_led 
-0x6403 026467 store 2 ,mem_ui_led_struct_ptr 
-0x6404 026468 setarg 0x0000 
-0x6405 026469 store 2 ,mem_shutter_led_struct_app_led 
-0x6406 026470 setsect 0 ,0x1a0 
-0x6407 026471 setsect 1 ,0x68 
-0x6408 026472 setsect 2 ,0x00 
-0x6409 026473 setsect 3 ,0x00 
-0x640a 026474 store 8 ,mem_shutter_led_struct_app_led_on_time 
-0x640b 026475 setarg 0x0301 
-0x640c 026476 store 2 ,mem_shutter_power_off_led_style 
-0x640d 026477 setsect 0 ,0x1a0 
-0x640e 026478 setsect 1 ,0xe8 
-0x640f 026479 setsect 2 ,0x00 
-0x6410 026480 setsect 3 ,0x00 
-0x6411 026481 store 8 ,mem_shutter_power_off_led_style_on_time 
-0x6412 026482 setarg 0x000e 
-0x6413 026483 store 2 ,mem_ble_shutter_reconn_adv_interval 
-0x6414 026484 setarg 0x0140 
-0x6415 026485 store 2 ,mem_ble_shutter_discovery_adv_interval 
-0x6416 026486 store 2 ,mem_le_adv_interval 
-0x6417 026487 setarg 0x0050 
-0x6418 026488 store 2 ,mem_ble_shutter_reconn_timeout 
-0x6419 026489 jam 0x07 ,mem_le_adv_channel_map 
-0x641a 026490 jam 0x00 ,mem_le_adv_enable 
-0x641b 026491 setsect 0 ,0xfb 
-0x641c 026492 setsect 1 ,0x2c212 
-0x641d 026493 setsect 2 ,0x800f 
-0x641e 026494 setsect 3 ,0x21 
-0x641f 026495 store 8 ,mem_local_rx_max_octets 
-0x6420 026496 setsect 0 ,0x0bb8 
-0x6421 026497 setsect 1 ,0x02ee 
-0x6422 026498 store 4 ,mem_ble_shutter_discovery_timeout 
-0x6423 026499 setarg mem_queue_each_size 
-0x6424 026500 store 2 ,mem_queue_ptr 
-0x6425 026501 setarg 0x2001 
-0x6426 026502 store 2 ,mem_queue_each_size 
-0x6427 026503 jam 0x1f ,mem_le_adv_data_len 
-0x6428 026504 setsect 0 ,0x10102 
-0x6429 026505 setsect 1 ,0x80c1 
-0x642a 026506 setsect 2 ,0x18120 
-0x642b 026507 setsect 3 ,0x640c 
-0x642c 026508 store 9 ,mem_le_adv_data 
-0x642d 026509 setsect 0 ,0x3c1 
-0x642e 026510 istore 2 ,contw 
-0x642f 026511 jam 0x1f ,mem_le_scan_data_len 
-0x6430 026512 setsect 0 ,0x2090d 
-0x6431 026513 setsect 1 ,0x34c15 
-0x6432 026514 setsect 2 ,0x28532 
-0x6433 026515 setsect 3 ,0x1d1d5 
-0x6434 026516 store 9 ,mem_le_scan_data 
-0x6435 026517 setsect 0 ,0x26574 
-0x6436 026518 setsect 1 ,0x1c 
-0x6437 026519 istore 3 ,contw 
-0x6438 026520 setarg mem_shutter_keyscan 
-0x6439 026521 store 2 ,mem_keyscan_ptr 
-0x643a 026522 jam 0x02 ,mem_shutter_key_num 
-0x643b 026523 setarg mem_shutter_nv_data 
-0x643c 026524 store 2 ,mem_nv_data_ptr 
-0x643d 026525 jam 0x05 ,mem_nv_data_number 
-0x643e 026526 fetch 1 ,mem_shutter_dy_conf 
-0x643f 026527 beq shutter_type ,shutter_le_uuid_table_conf 
-0x6440 026528 beq shutter_dy_type ,shutter_dy_le_uuid_table_conf 
-0x6441 026529 rtn 
-:      026541 shutter_dy_6_key_conf:
-0x6442 026543 fetch shutter_six_key ,mem_shutter_dy_key_conf 
-0x6443 026544 store shutter_six_key ,mem_shutter_key_conf0 
-0x6444 026545 jam shutter_six_key ,mem_shutter_key_num 
-0x6445 026546 setarg mem_shutter_key_num 
-0x6446 026547 store 2 ,mem_keyscan_ptr 
-0x6447 026548 rtn 
-:      026550 shutter_dy_7_key_conf:
-0x6448 026552 fetch shutter_seven_key ,mem_shutter_dy_key_conf 
-0x6449 026553 store shutter_seven_key ,mem_shutter_key_conf0 
-0x644a 026554 jam shutter_seven_key ,mem_shutter_key_num 
-0x644b 026555 setarg mem_shutter_key_num 
-0x644c 026556 store 2 ,mem_keyscan_ptr 
-0x644d 026557 rtn 
-:      026559 shutter_dy_8_key_conf:
-0x644e 026561 fetch shutter_eight_key ,mem_shutter_dy_key_conf 
-0x644f 026562 store shutter_eight_key ,mem_shutter_key_conf0 
-0x6450 026563 jam shutter_eight_key ,mem_shutter_key_num 
-0x6451 026564 setarg mem_shutter_key_num 
-0x6452 026565 store 2 ,mem_keyscan_ptr 
-0x6453 026566 rtn 
-:      026568 shutter_dy_key_conf:
-0x6454 026569 fetch 1 ,mem_shutter_key_num_conf 
-0x6455 026570 beq shutter_six_key ,shutter_dy_6_key_conf 
-0x6456 026571 beq shutter_seven_key ,shutter_dy_7_key_conf 
-0x6457 026572 beq shutter_eight_key ,shutter_dy_8_key_conf 
-0x6458 026573 rtn 
-:      026575 shutter_dy_adv_conf:
-0x6459 026576 bpatch patch14_1 ,mem_patch14 
-0x645a 026578 fetch 8 ,mem_shutter_ble_discovery_time_conf 
-0x645b 026579 store 8 ,mem_ble_shutter_discovery_timeout 
-0x645c 026580 setarg 0x0096 
-0x645d 026581 store 2 ,mem_ble_shutter_reconn_timeout 
-0x645e 026583 fetch 7 ,mem_shutter_led_on_light_dark_led_conf 
-0x645f 026584 store 7 ,mem_shutter_led_struct_app_led 
-0x6460 026585 fetch 7 ,mem_shutter_led_off_light_dark_led_conf 
-0x6461 026586 store 7 ,mem_shutter_power_off_led_style 
-0x6462 026588 fetch 4 ,mem_shutter_reconn_blink_on_time_conf 
-0x6463 026589 store 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x6464 026590 fetch 4 ,mem_shutter_discovery_blink_on_time_conf 
-0x6465 026591 store 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x6466 026593 setarg 0x000e 
-0x6467 026594 store 2 ,mem_ble_shutter_reconn_adv_interval 
-0x6468 026595 setarg 0x0140 
-0x6469 026596 store 2 ,mem_ble_shutter_discovery_adv_interval 
-0x646a 026597 store 2 ,mem_le_adv_interval 
-0x646b 026604 fetch 8 ,mem_ble_shutter_dy_interval_min_new 
-0x646c 026605 store 8 ,mem_ble_shutter_interval_min_new 
-0x646d 026606 rtn 
-:      026610 shutter_dy_init:
-0x646e 026611 call enable_authrom 
-0x646f 026612 rtn wake 
-0x6470 026614 call shutter_dy_key_conf 
-0x6471 026615 call shutter_dy_adv_conf 
-0x6472 026618 setarg shutter_dy_process_idle 
-0x6473 026619 store 2 ,mem_cb_idle_process 
-0x6474 026621 setarg shutter_dy_process_bb_event 
-0x6475 026622 store 2 ,mem_cb_bb_event_process 
-0x6476 026624 setarg ble_shutter_dy_receive_data 
-0x6477 026625 store 2 ,mem_cb_att_write 
-0x6478 026627 setarg shutter_dy_le_bb_event_timer 
-0x6479 026628 store 2 ,mem_cb_event_timer 
-0x647a 026630 setarg shutter_dy_key_change 
-0x647b 026631 store 2 ,mem_cb_shutter_keycan 
-0x647c 026633 call shutter_common_init 
-0x647d 026635 fetch 2 ,mem_shutter_le_pairing_handle 
-0x647e 026636 store 2 ,mem_le_pairing_handle 
-0x647f 026637 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x6480 026638 store 8 ,mem_ble_shutter_interval_min 
-0x6481 026639 call shutter_dy_iphone_every_move_max_set 
-0x6482 026640 bpatch patch14_2 ,mem_patch14 
-0x6483 026641 branch shutter_power_switch 
-:      026644 shutter_dy_process_idle:
-0x6484 026645 call shutter_dy_shutter_send_data_to_master 
-0x6485 026646 arg key_scan_timer ,queue 
-0x6486 026647 call timer_check 
-0x6487 026648 nrtn blank 
-0x6488 026649 setarg 0x20 
-0x6489 026650 arg key_scan_timer ,queue 
-0x648a 026651 call timer_init 
-0x648b 026652 disable user 
-0x648c 026653 call keyscan_process_lpm_before 
-0x648d 026654 branch shutter_dy_keyscan_key_process 
-:      026656 shutter_dy_iphone_every_move_max_set:
-0x648e 026657 setarg 0x1f 
-0x648f 026658 mul32 pdata ,every_payload_len ,pdata 
-0x6490 026659 arg mem_shutter_mousekey_value_list ,temp 
-0x6491 026660 iadd temp ,rega 
-0x6492 026661 increase 3 ,rega 
-0x6493 026662 arg iphone_once_max_move_value ,temp 
-0x6494 026663 istoret 1 ,rega 
-0x6495 026664 increase 11 ,rega 
-0x6496 026665 arg 0xfff ,pdata 
-0x6497 026666 isub temp ,pdata 
-0x6498 026667 lshift4 pdata ,pdata 
-0x6499 026668 istore 2 ,rega 
-0x649a 026669 rtn 
-:      026671 shutter_dy_shutter_send_data_to_master:
-0x649b 026672 fetch 2 ,mem_ui_state_map 
-0x649c 026673 bbit1 ui_state_ble_connected ,shutter_dy_pop_queue_to_ble_data 
-0x649d 026674 arg mem_queue_curr_num ,contw 
-0x649e 026675 arg 35 ,loopcnt 
-0x649f 026676 branch clear_mem 
-:      026678 shutter_dy_pop_queue_to_ble_data:
-0x64a0 026679 call le_fifo_check_nearly_full 
-0x64a1 026680 nrtn blank 
-0x64a2 026681 call queue_empty 
-0x64a3 026682 rtn blank 
-0x64a4 026683 fetcht 4 ,mem_key_send_clk 
-0x64a5 026684 copy clkn_bt ,pdata 
-0x64a6 026685 isub temp ,temp 
-0x64a7 026686 rtn zero 
-0x64a8 026687 nbranch shutter_dy_pop_queue_to_ble_data2 ,positive 
-0x64a9 026688 fetch 1 ,mem_send_data_delay 
-0x64aa 026689 isub temp ,null 
-0x64ab 026690 rtn positive 
-:      026691 shutter_dy_pop_queue_to_ble_data2:
-0x64ac 026692 copy clkn_bt ,pdata 
-0x64ad 026693 store 4 ,mem_key_send_clk 
-0x64ae 026694 call queue_pop_one_byte 
-0x64af 026695 nrtn user 
-0x64b0 026696 pincrease -1 
-0x64b1 026697 mul32 pdata ,10 ,pdata 
-0x64b2 026698 arg mem_shutter_mousekey_value_list ,temp 
-0x64b3 026699 iadd temp ,contr 
-0x64b4 026700 branch le_send_notify_from_list 
-:      026703 shutter_dy_le_bb_event_timer:
-0x64b5 026704 call shutter_dy_shutter_1s_timer 
-0x64b6 026705 call shutter_dy_link_key_loop_timer 
-0x64b7 026706 call shutter_dy_long_key_volume_timer 
-0x64b8 026707 call shutter_dy_iphone_move_mid_timer 
-0x64b9 026708 call shutter_dy_clear_key_state_timer 
-0x64ba 026709 call shutter_check_sleep_timer 
-0x64bb 026710 branch shutter_dy_check_power_off_timer 
-:      026712 shutter_dy_iphone_move_mid_timer:
-0x64bc 026713 arg mem_shutter_move_mid_timer ,regc 
-0x64bd 026714 arg shutter_dy_iphone_move_mid_timeout ,regb 
-0x64be 026715 branch timer_single_step 
-:      026717 shutter_dy_iphone_move_mid_timeout:
-0x64bf 026718 call queue_empty 
-0x64c0 026719 nrtn blank 
-0x64c1 026720 fetch 2 ,mem_key_value_xmem 
-0x64c2 026721 nrtn blank 
-:      026722 shutter_dy_iphone_move_mid:
-0x64c3 026723 call shutter_dy_check_iphone 
-0x64c4 026724 branch shutter_dy_android_like_loaction_mid ,blank 
-0x64c5 026725 copy queue ,pdata 
-0x64c6 026726 compare 0x04 ,pdata ,0x07 
-0x64c7 026727 branch shutter_dy_iphone_up_mid ,true 
-0x64c8 026729 copy queue ,pdata 
-0x64c9 026730 compare 0x01 ,pdata ,0x07 
-0x64ca 026731 branch shutter_dy_iphone_like_mid ,true 
-0x64cb 026732 arg mem_shutter_iphone_move_mid ,regc 
-0x64cc 026733 branch push_buffer_in_queue 
-:      026735 shutter_dy_android_like_loaction_mid:
-0x64cd 026736 arg mem_shutter_android_move_mid ,regc 
-0x64ce 026737 branch push_buffer_in_queue 
-:      026739 shutter_dy_iphone_up_mid:
-0x64cf 026740 arg mem_shutter_iphone_up_mid ,regc 
-0x64d0 026741 branch push_buffer_in_queue 
-:      026743 shutter_dy_iphone_like_mid:
-0x64d1 026744 arg mem_shutter_iphone_like_mid ,regc 
-0x64d2 026745 branch push_buffer_in_queue 
-:      026747 shutter_dy_clear_key_state_timer:
-0x64d3 026748 arg mem_shutter_like_timeout ,regc 
-0x64d4 026749 arg shutter_dy_clear_key_state_timeout ,regb 
-0x64d5 026750 branch timer_single_step 
-:      026752 shutter_dy_clear_key_state_timeout:
-0x64d6 026753 arg shutter_key_conf_sate_bytes ,loopcnt 
-0x64d7 026754 arg mem_shutter_key_state1 ,contw 
-0x64d8 026755 branch clear_mem 
-:      026758 shutter_dy_check_power_off_timer:
-0x64d9 026759 arg mem_shutter_power_off_timer ,regc 
-0x64da 026760 arg shutter_dy_check_power_off_timeout ,regb 
-0x64db 026761 branch timer_single_step 
-:      026762 shutter_dy_check_power_off_timeout:
-0x64dc 026763 fetch 2 ,mem_ui_state_map 
-0x64dd 026764 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x64de 026765 branch app_enter_hibernate 
-:      026767 shutter_dy_process_bb_event:
-0x64df 026768 copy regc ,pdata 
-0x64e0 026769 beq bt_evt_le_connected ,ble_shutter_dy_process_baseband_connect 
-0x64e1 026770 beq bt_evt_le_disconnected ,ble_shutter_dy_process_baseband_disconnect 
-0x64e2 026771 beq bt_evt_le_pairing_success ,ble_shutter_dy_pairing_success 
-0x64e3 026772 rtneq bt_evt_le_parse_conn_papa_update_rsp 
-0x64e4 026773 beq bt_evt_le_start_enc ,shutter_dy_le_find_service_hand_by_uuid 
-0x64e5 026774 branch shutter_process_bb_event 
-:      026776 ble_shutter_dy_pairing_success:
-0x64e6 026777 jam 1 ,mem_shutter_pairing_success 
-0x64e7 026778 call shutter_dy_clear_move_config 
-0x64e8 026780 fetch 2 ,mem_android_initial_move_x 
-0x64e9 026781 store 2 ,mem_shutter_move_data_x 
-0x64ea 026783 fetcht 2 ,mem_android_initial_move_y 
-0x64eb 026784 setarg 0xfff 
-0x64ec 026785 isub temp ,pdata 
-0x64ed 026786 store 2 ,mem_shutter_move_data_y 
-0x64ee 026787 rtn 
-:      026789 ble_shutter_dy_process_baseband_disconnect:
-0x64ef 026790 jam 0 ,mem_shutter_le_conned 
-0x64f0 026791 jam 0 ,mem_shutter_pairing_success 
-0x64f1 026792 call shutter_dy_move_mode_disable 
-0x64f2 026793 call shutter_dy_over_clear 
-0x64f3 026794 branch ble_shutter_process_baseband_disconnect 
-:      026796 ble_shutter_dy_process_baseband_connect:
-0x64f4 026797 copy clkn_bt ,pdata 
-0x64f5 026798 store 4 ,mem_key_send_clk 
-0x64f6 026799 call shutter_dy_remote_not_iphone 
-0x64f7 026800 branch ble_shutter_process_baseband_connect 
-:      026803 shutter_dy_check_send_data:
-0x64f8 026804 disable user2 
-0x64f9 026805 fetch 2 ,mem_shutter_sleep_timeout 
-0x64fa 026806 store 2 ,mem_shutter_sleep_timer 
-0x64fb 026807 call shutter_check_bluetooth_conn 
-0x64fc 026808 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x64fd 026809 call shutter_check_data_enable 
-0x64fe 026810 nrtn user 
-0x64ff 026811 branch enable_user2 
-:      026813 shutter_dy_over_clear:
-0x6500 026814 jam 0 ,mem_last_press_key_value 
-0x6501 026815 rtn 
-:      026817 shutter_dy_key_value_filter:
-0x6502 026818 copy queue ,pdata 
-0x6503 026819 rtnne shutter_like_key_num 
-0x6504 026820 branch shutter_dy_key_press_next 
-:      026822 shutter_dy_key_change:
-0x6505 026823 call shutter_dy_check_send_data 
-0x6506 026824 nrtn user2 
-0x6507 026825 deposit rega 
-0x6508 026826 branch shutter_dy_shutter_key_release ,blank 
-:      026827 shutter_dy_key_press:
-0x6509 026828 bpatch patch14_3 ,mem_patch14 
-0x650a 026829 fetch 1 ,mem_shutter_link_loop_flag 
-0x650b 026830 nbranch shutter_dy_key_value_filter ,blank 
-:      026831 shutter_dy_key_press_next:
-0x650c 026832 jam 1 ,mem_shutter_key_pressed 
-0x650d 026833 call app_led_on 
-0x650e 026834 call shutter_dy_key_press_clk 
-0x650f 026835 call shutter_dy_jude_queue_size 
-0x6510 026836 branch shutter_dy_over_clear ,positive 
-0x6511 026837 copy queue ,pdata 
-0x6512 026838 fetcht 1 ,mem_last_press_key_value 
-0x6513 026839 isub temp ,null 
-0x6514 026840 ncall shutter_dy_iphone_check_move_mid ,zero 
-0x6515 026841 copy queue ,pdata 
-0x6516 026842 store 1 ,mem_last_press_key_value 
-0x6517 026843 fetcht 1 ,mem_move_mode_key_index 
-0x6518 026844 isub temp ,null 
-0x6519 026845 branch shutter_dy_key_move_to_specify_location ,zero 
-0x651a 026846 fetch 1 ,mem_move_mode_trigger_enable 
-0x651b 026847 nbranch shutter_dy_move_set ,blank 
-:      026848 shutter_dy_page_set:
-0x651c 026849 call shutter_dy_le_get_press_ptr 
-0x651d 026850 arg max_queue_new_press ,pdata 
-0x651e 026851 branch shutter_dy_push_queue_press_or_release 
-:      026853 shutter_dy_move_set:
-0x651f 026854 call shutter_dy_jude_clear_move_config 
-0x6520 026855 copy queue ,pdata 
-0x6521 026856 beq shutter_like_key_num ,shutter_dy_page_set 
-0x6522 026857 call shutter_dy_check_move_data 
-0x6523 026858 branch shutter_dy_move_to_specify_location 
-:      026860 shutter_dy_key_move_to_specify_location:
-0x6524 026861 jam 1 ,mem_shutter_first_move 
-0x6525 026862 branch shutter_dy_move_to_specify_location 
-:      026864 shutter_dy_iphone_check_move_mid:
-0x6526 026865 bpatch patch14_4 ,mem_patch14 
-0x6527 026866 fetch 1 ,mem_move_mode_trigger_enable 
-0x6528 026867 branch shutter_dy_iphone_move_mid ,blank 
-0x6529 026868 copy queue ,pdata 
-0x652a 026869 beq shutter_like_key_num ,shutter_dy_iphone_move_mid 
-0x652b 026870 rtn 
-:      026871 shutter_dy_key_press_clk:
-0x652c 026872 arg shutter_key_conf_sate_bytes ,pdata 
-0x652d 026873 imul32 queue ,pdata 
-0x652e 026874 arg mem_shutter_key_state0 ,regc 
-0x652f 026875 iadd regc ,regc 
-0x6530 026876 copy clkn_bt ,pdata 
-0x6531 026877 istore key_state_press_clk_length ,regc 
-0x6532 026878 increase key_state_press_count_offset ,regc 
-0x6533 026879 ifetch 1 ,regc 
-0x6534 026880 increase 1 ,pdata 
-0x6535 026881 istore 1 ,regc 
-0x6536 026882 rtn 
-:      026883 shutter_dy_shutter_key_release:
-0x6537 026884 bpatch patch14_5 ,mem_patch14 
-0x6538 026885 fetch 1 ,mem_move_mode_trigger_enable 
-0x6539 026886 call shutter_dy_key_release_led ,blank 
-:      026887 shutter_dy_shutter_key_release_time:
-0x653a 026888 arg shutter_key_conf_sate_bytes ,pdata 
-0x653b 026889 imul32 queue ,pdata 
-0x653c 026890 arg mem_shutter_key_state0 ,regc 
-0x653d 026891 iadd regc ,regc 
-0x653e 026892 ifetcht 4 ,regc 
-0x653f 026893 sub temp ,0 ,null 
-0x6540 026894 rtn zero 
-0x6541 026895 copy clkn_bt ,pdata 
-0x6542 026896 isub temp ,temp 
-0x6543 026897 ncall ui_timer_timeout ,positive 
-0x6544 026898 add regc ,key_state_longpress_offset ,contr 
-0x6545 026899 ifetch 1 ,contr 
-0x6546 026900 nbranch shutter_dy_push_queue_long_release ,blank 
-0x6547 026901 increase key_state_release_clk_offset ,regc 
-0x6548 026902 copy clkn_bt ,pdata 
-0x6549 026903 istore key_state_release_clk_length ,regc 
-0x654a 026904 rtn 
-:      026906 shutter_dy_key_release_led:
-0x654b 026907 fetch 1 ,mem_shutter_link_loop_flag 
-0x654c 026908 nbranch app_led_on ,blank 
-0x654d 026909 branch app_led_off 
-:      026911 shutter_dy_push_queue_release:
-0x654e 026912 add regc ,4 ,contr 
-0x654f 026913 ifetch 1 ,contr 
-0x6550 026914 branch shutter_dy_push_queue_release1 
-:      026916 shutter_dy_push_queue_release1:
-0x6551 026917 call shutter_clear_dy_key_state 
-0x6552 026918 fetch 1 ,mem_move_mode_trigger_enable 
-0x6553 026919 nbranch shutter_dy_move_mode_queue_release ,blank 
-:      026920 shutter_dy_push_queue_release1_next:
-0x6554 026921 call shutter_dy_jude_queue_size 
-0x6555 026922 branch shutter_dy_over_clear ,positive 
-0x6556 026923 call shutter_dy_le_get_release_ptr 
-0x6557 026924 copy queue ,pdata 
-0x6558 026925 beq shutter_photo_key_num ,shutter_dy_le_get_release_ptr_volume 
-0x6559 026926 arg max_queue_num_release ,pdata 
-:      026927 shutter_dy_push_queue_press_or_release:
-0x655a 026928 imul32 queue ,pdata 
-0x655b 026929 iadd regc ,regc 
-0x655c 026930 branch push_buffer_in_queue 
-:      026932 shutter_dy_move_mode_queue_release:
-0x655d 026933 copy queue ,pdata 
-0x655e 026934 beq shutter_like_key_num ,shutter_dy_push_queue_release1_next 
-0x655f 026935 beq shutter_photo_key_num ,shutter_dy_push_queue_release1_next 
-0x6560 026936 rtn 
-:      026938 shutter_dy_jude_queue_size:
-0x6561 026939 call queue_get_size 
-0x6562 026940 ifetcht 1 ,contr 
-0x6563 026941 isub temp ,pdata 
-0x6564 026942 sub pdata ,max_queue_new_press ,null 
-0x6565 026943 rtn 
-:      026945 shutter_dy_push_queue_long_release:
-0x6566 026946 jam 1 ,mem_shutter_long_key_released_flag 
-0x6567 026947 call shutter_clear_dy_key_state 
-0x6568 026948 arg mem_key0_long_release ,regc 
-0x6569 026949 arg max_queue_num_long_release ,pdata 
-0x656a 026950 branch shutter_dy_push_queue_press_or_release 
-:      026952 shutter_clear_dy_key_state:
-0x656b 026953 arg shutter_key_conf_sate_bytes ,loopcnt 
-0x656c 026954 copy regc ,contw 
-0x656d 026955 branch clear_mem 
-:      026957 shutter_dy_keyscan_key_process:
-0x656e 026958 fetch 2 ,mem_key_value_xmem 
-0x656f 026959 store 2 ,mem_key_value_retention 
-0x6570 026960 call shutter_dy_keyscan_key_process_next 
-0x6571 026961 fetch 2 ,mem_key_value_retention 
-0x6572 026962 store 2 ,mem_key_value_xmem 
-0x6573 026964 arg 0 ,queue 
-0x6574 026965 fetch 1 ,mem_shutter_key_num 
-0x6575 026966 copy pdata ,loopcnt 
-0x6576 026967 arg mem_shutter_key_state0 ,regc 
-:      026968 shutter_dy_keyscan_key_check_release_loop:
-0x6577 026969 copy loopcnt ,pdata 
-0x6578 026970 store 2 ,mem_temp 
-0x6579 026971 copy regc ,pdata 
-0x657a 026972 store 2 ,mem_regc 
-0x657b 026973 copy queue ,pdata 
-0x657c 026974 store 2 ,mem_temp + 2 
-0x657d 026975 call shutter_dy_keyscan_key_check_release 
-0x657e 026977 fetch 2 ,mem_regc 
-0x657f 026978 copy pdata ,regc 
-0x6580 026979 fetch 2 ,mem_temp + 2 
-0x6581 026980 copy pdata ,queue 
-0x6582 026981 call shutter_dy_keyscan_key_check_long_press 
-0x6583 026983 fetch 2 ,mem_temp + 2 
-0x6584 026984 add pdata ,1 ,queue 
-0x6585 026985 fetch 2 ,mem_regc 
-0x6586 026986 add pdata ,shutter_key_conf_sate_bytes ,regc 
-0x6587 026987 fetch 2 ,mem_temp 
-0x6588 026988 copy pdata ,loopcnt 
-0x6589 026989 loop shutter_dy_keyscan_key_check_release_loop 
-0x658a 026990 rtn 
-:      026992 shutter_dy_keyscan_key_check_long_press:
-0x658b 026993 ifetch key_state_press_clk_length ,regc 
-0x658c 026994 rtn blank 
-0x658d 026995 copy pdata ,temp 
-0x658e 026996 copy clkn_bt ,pdata 
-0x658f 026997 isub temp ,temp 
-0x6590 026998 nrtn positive 
-0x6591 026999 setarg 2500 
-0x6592 027000 isub temp ,null 
-0x6593 027001 rtn positive 
-0x6594 027002 copy clkn_bt ,pdata 
-0x6595 027003 istore 4 ,regc 
-0x6596 027004 increase key_state_longpress_offset ,regc 
-0x6597 027005 setarg 1 
-0x6598 027006 istore key_state_longpress_length ,regc 
-0x6599 027007 fetch 1 ,mem_shutter_long_key_released_flag 
-0x659a 027008 rtn blank 
-0x659b 027009 jam 0 ,mem_shutter_long_key_released_flag 
-0x659c 027010 bpatch patch14_6 ,mem_patch14 
-0x659d 027011 call shutter_dy_long_key_function 
-0x659e 027012 fetch 1 ,mem_move_mode_set 
-0x659f 027013 beq move_combine_key ,shutter_dy_key_long_press_set_key_normal 
-0x65a0 027014 beq move_single_key ,shutter_dy_key_long_press_set_move_trigger 
-0x65a1 027015 rtn 
-:      027017 shutter_dy_key_long_press_set_key_normal:
-0x65a2 027018 call shutter_dy_long_press_android_or_ios 
-0x65a3 027019 arg max_queue_num_long ,pdata 
-0x65a4 027020 branch shutter_dy_push_queue_press_or_release 
-:      027022 shutter_dy_key_long_press_set_move_trigger:
-0x65a5 027023 copy queue ,pdata 
-0x65a6 027024 fetcht 1 ,mem_move_mode_key_index 
-0x65a7 027025 isub temp ,null 
-0x65a8 027026 nbranch shutter_dy_key_long_press_set_key_normal ,zero 
-0x65a9 027027 fetch 1 ,mem_move_mode_trigger_enable 
-0x65aa 027028 setflip 0 ,pdata 
-0x65ab 027029 store 1 ,mem_move_mode_trigger_enable 
-0x65ac 027030 nrtn blank 
-:      027031 shutter_dy_move_mode_disable:
-0x65ad 027032 jam 0 ,mem_move_mode_trigger_enable 
-0x65ae 027033 branch app_led_off 
-:      027035 shutter_dy_long_press_android_or_ios:
-0x65af 027036 arg mem_key0_long_press ,regc 
-0x65b0 027037 call shutter_dy_check_iphone 
-0x65b1 027038 rtn blank 
-0x65b2 027039 arg mem_key0_long_press_i ,regc 
-0x65b3 027040 rtn 
-:      027042 shutter_dy_keyscan_key_check_release:
-0x65b4 027043 add regc ,key_state_release_clk_offset ,regb 
-0x65b5 027044 ifetch key_state_release_clk_length ,regb 
-0x65b6 027045 rtn blank 
-0x65b7 027046 copy pdata ,temp 
-0x65b8 027047 copy clkn_bt ,pdata 
-0x65b9 027048 isub temp ,temp 
-0x65ba 027049 ncall ui_timer_timeout ,positive 
-0x65bb 027050 setarg 1000 
-0x65bc 027051 isub temp ,null 
-0x65bd 027052 branch shutter_dy_push_queue_release 
-:      027053 shutter_dy_keyscan_key_process_next:
-0x65be 027054 fetch 2 ,mem_key_num_ptr 
-0x65bf 027055 ifetch 1 ,pdata 
-0x65c0 027056 rtn blank 
-0x65c1 027058 setarg 0 
-0x65c2 027059 store 2 ,mem_key_value_temp 
-0x65c3 027060 call keyscan_scan_key 
-0x65c4 027061 nbranch lpm_button_clean_wake_lock ,user 
-0x65c5 027062 call lpm_button_get_wake_lock 
-0x65c6 027063 disable user 
-0x65c7 027064 fetch 1 ,mem_le_adv_enable 
-0x65c8 027065 nrtn blank 
-0x65c9 027066 bpatch patch14_7 ,mem_patch14 
-0x65ca 027067 fetch 1 ,mem_move_mode_set 
-0x65cb 027068 beq move_single_key ,shutter_dy_skip_check_combine_key 
-0x65cc 027069 call shutter_dy_check_combine_key_release 
-0x65cd 027070 call shutter_dy_check_combine_key 
-0x65ce 027071 rtn user 
-:      027072 shutter_dy_skip_check_combine_key:
-0x65cf 027073 call shutter_dy_single_key_led 
-0x65d0 027074 fetch 2 ,mem_key_value_temp 
-0x65d1 027075 store 2 ,mem_key_value_temp4 
-0x65d2 027076 jam 0 ,mem_key_value_temp6 
-0x65d3 027077 force 0 ,queue 
-0x65d4 027078 branch keyscan_key_lp1 
-:      027080 shutter_dy_single_key_led:
-0x65d5 027081 fetch 1 ,mem_last_press_key_value 
-0x65d6 027082 fetcht 1 ,mem_move_mode_key_index 
-0x65d7 027083 isub temp ,null 
-0x65d8 027084 branch app_led_on ,zero 
-0x65d9 027085 fetch 1 ,mem_move_mode_trigger_enable 
-0x65da 027086 nbranch app_led_off ,blank 
-0x65db 027087 rtn 
-:      027089 shutter_dy_check_combine_key:
-0x65dc 027090 arg 0 ,queue 
-:      027091 shutter_dy_check_combine_key_loop:
-0x65dd 027092 arg mem_combine_key0 ,regb 
-0x65de 027093 arg 2 ,pdata 
-0x65df 027094 imul32 queue ,pdata 
-0x65e0 027095 iadd regb ,regb 
-0x65e1 027096 ifetch 2 ,regb 
-0x65e2 027098 rtn blank 
-0x65e3 027099 fetcht 2 ,mem_key_value_temp 
-0x65e4 027100 ixor temp ,null 
-0x65e5 027101 branch shutter_dy_check_combine_key_parse ,zero 
-0x65e6 027102 increase 1 ,queue 
-0x65e7 027103 branch shutter_dy_check_combine_key_loop 
-:      027105 shutter_dy_check_combine_key_parse:
-0x65e8 027106 store 2 ,mem_combine_key_state0 
-0x65e9 027107 call app_led_on 
-0x65ea 027108 arg mem_combine_key0_press ,regc 
-0x65eb 027109 arg max_queue_num_combinekey ,pdata 
-0x65ec 027110 imul32 queue ,pdata 
-0x65ed 027111 iadd regc ,regc 
-0x65ee 027112 call shutter_dy_push_buffer_in_queue 
-0x65ef 027113 branch shutter_dy_combine_key_enableuser 
-:      027115 shutter_dy_push_buffer_in_queue:
-0x65f0 027116 call shutter_dy_jude_clear_move_config 
-0x65f1 027117 ifetch 1 ,regc 
-0x65f2 027118 rtn blank 
-0x65f3 027119 call shutter_dy_check_move_data 
-:      027120 shutter_dy_move_to_specify_location:
-0x65f4 027121 call shutter_dy_jude_clear_move_config 
-0x65f5 027122 call shutter_dy_move_down_left_corner 
-0x65f6 027123 call shutter_dy_move_x_max 
-0x65f7 027124 call shutter_dy_move_y_max 
-0x65f8 027125 arg 0x05 ,pdata 
-0x65f9 027126 call queue_push_one_byte 
-0x65fa 027127 call shutter_dy_check_iphone 
-0x65fb 027128 rtn blank 
-0x65fc 027129 jam 120 ,mem_send_data_delay 
-0x65fd 027130 arg 0x06 ,pdata 
-0x65fe 027131 branch queue_push_one_byte 
-:      027133 shutter_dy_move_down_left_corner_count_set:
-0x65ff 027134 fetcht 1 ,mem_shutter_back_count 
-0x6600 027135 call shutter_dy_check_iphone 
-0x6601 027136 rtn blank 
-0x6602 027137 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
-0x6603 027138 increase 1 ,temp 
-0x6604 027139 fetch 1 ,mem_shutter_first_move 
-0x6605 027140 rtn blank 
-0x6606 027141 fetcht 1 ,mem_shutter_back_count 
-0x6607 027142 jam 0 ,mem_shutter_first_move 
-0x6608 027143 rtn 
-:      027145 shutter_dy_move_down_left_corner:
-0x6609 027146 call shutter_dy_move_down_left_corner_count_set 
-0x660a 027147 copy temp ,pdata 
-0x660b 027148 rtn blank 
-0x660c 027149 store 1 ,mem_shutter_back_count_cache 
-:      027150 shutter_dy_move_down_left_corner_loop:
-0x660d 027151 arg 0x13 ,pdata 
-0x660e 027152 call queue_push_one_byte 
-0x660f 027153 fetch 1 ,mem_shutter_back_count_cache 
-0x6610 027154 increase -1 ,pdata 
-0x6611 027155 store 1 ,mem_shutter_back_count_cache 
-0x6612 027156 rtn blank 
-0x6613 027157 branch shutter_dy_move_down_left_corner_loop 
-:      027159 shutter_dy_move_x_max:
-0x6614 027160 fetch 1 ,mem_shutter_iphone_beyond_x_count 
-0x6615 027161 rtn blank 
-0x6616 027162 store 1 ,mem_shutter_iphone_beyond_x_cache 
-:      027163 shutter_dy_move_x_max_number:
-0x6617 027164 arg 0x20 ,pdata 
-0x6618 027165 call queue_push_one_byte 
-0x6619 027166 fetch 1 ,mem_shutter_iphone_beyond_x_cache 
-0x661a 027167 increase -1 ,pdata 
-0x661b 027168 store 1 ,mem_shutter_iphone_beyond_x_cache 
-0x661c 027169 rtn blank 
-0x661d 027170 branch shutter_dy_move_x_max_number 
-:      027172 shutter_dy_move_y_max:
-0x661e 027173 fetch 1 ,mem_shutter_iphone_beyond_y_count 
-0x661f 027174 rtn blank 
-0x6620 027175 store 1 ,mem_shutter_iphone_beyond_y_cache 
-:      027176 shutter_dy_move_y_max_number:
-0x6621 027177 arg 0x21 ,pdata 
-0x6622 027178 call queue_push_one_byte 
-0x6623 027179 fetch 1 ,mem_shutter_iphone_beyond_y_cache 
-0x6624 027180 increase -1 ,pdata 
-0x6625 027181 store 1 ,mem_shutter_iphone_beyond_y_cache 
-0x6626 027182 rtn blank 
-0x6627 027183 branch shutter_dy_move_y_max_number 
-:      027185 shutter_dy_check_combine_key_release:
-0x6628 027186 fetch 2 ,mem_combine_key_state0 
-0x6629 027187 rtn blank 
-0x662a 027188 fetcht 2 ,mem_key_value_temp 
-0x662b 027189 sub temp ,0 ,null 
-0x662c 027190 branch shutter_dy_check_combine_key_release_all ,zero 
-0x662d 027191 isub temp ,null 
-0x662e 027192 rtn zero 
-0x662f 027193 storet 2 ,mem_combine_key_state0 
-0x6630 027194 fetch 2 ,mem_combine_key_release_value 
-0x6631 027195 isub temp ,null 
-0x6632 027196 call app_led_off ,zero 
-:      027197 shutter_dy_combine_key_enableuser:
-0x6633 027198 fetch 2 ,mem_key_value_temp 
-0x6634 027199 store 2 ,mem_key_value_retention 
-0x6635 027200 branch enable_user 
-:      027201 shutter_dy_check_combine_key_release_all:
-0x6636 027202 jam 1 ,mem_shutter_long_key_released_flag 
-0x6637 027203 call app_led_off 
-0x6638 027204 arg mem_combine_key_release ,regc 
-0x6639 027205 call shutter_dy_push_buffer_in_queue 
-0x663a 027206 setarg 0 
-0x663b 027207 store 2 ,mem_combine_key_state0 
-0x663c 027208 jam 50 ,mem_shutter_1s_timer 
-0x663d 027209 call shutter_dy_combine_key_enableuser 
-0x663e 027210 fetch 1 ,mem_shutter_key_num 
-0x663f 027211 mul32 pdata ,shutter_key_conf_sate_bytes ,loopcnt 
-0x6640 027212 arg mem_shutter_key_state0 ,contw 
-0x6641 027213 branch clear_mem 
-:      027214 shutter_dy_check_move_data:
-0x6642 027215 bpatch patch15_0 ,mem_patch15 
-0x6643 027216 fetch 1 ,mem_move_mode_set 
-0x6644 027217 beq move_single_key ,shutter_dy_check_move_data_single_key 
-0x6645 027218 beq move_combine_key ,shutter_dy_check_move_data_combine_key 
-0x6646 027219 rtn 
-:      027220 shutter_dy_check_move_data_single_key:
-0x6647 027221 copy queue ,pdata 
-0x6648 027222 beq shutter_left_key_num ,shutter_dy_move_left 
-0x6649 027223 beq shutter_right_key_num ,shutter_dy_move_right 
-0x664a 027224 beq shutter_up_key_num ,shutter_dy_move_up 
-0x664b 027225 beq shutter_down_key_num ,shutter_dy_move_down 
-0x664c 027226 rtn 
-:      027227 shutter_dy_check_move_data_combine_key:
-0x664d 027228 ifetch 1 ,regc 
-0x664e 027229 beq 0x01 ,shutter_dy_move_left 
-0x664f 027230 beq 0x02 ,shutter_dy_move_right 
-0x6650 027231 beq 0x03 ,shutter_dy_move_up 
-0x6651 027232 beq 0x04 ,shutter_dy_move_down 
-0x6652 027233 beq 0x05 ,shutter_dy_get_move_data 
-0x6653 027234 rtn 
-:      027235 shutter_dy_get_move_data:
-0x6654 027236 call shutter_dy_check_iphone 
-0x6655 027237 nbranch shutter_dy_get_move_data_iphone ,blank 
-0x6656 027238 setarg 4 
-0x6657 027239 mul32 pdata ,every_payload_len ,pdata 
-0x6658 027240 arg mem_shutter_mousekey_value_list ,temp 
-0x6659 027241 iadd temp ,contw 
-0x665a 027242 increase 3 ,contw 
-0x665b 027243 fetch 3 ,mem_shutter_move_data 
-0x665c 027244 istore 3 ,contw 
-0x665d 027245 rtn 
-:      027246 shutter_dy_get_move_data_iphone:
-0x665e 027247 setarg 4 
-0x665f 027248 mul32 pdata ,every_payload_len ,pdata 
-0x6660 027249 arg mem_shutter_mousekey_value_list ,temp 
-0x6661 027250 iadd temp ,contw 
-0x6662 027251 increase 3 ,contw 
-0x6663 027252 fetch 2 ,mem_shutter_move_data_x 
-0x6664 027253 istore 3 ,contw 
-0x6665 027254 increase 7 ,contw 
-0x6666 027255 fetch 2 ,mem_shutter_move_data_y 
-0x6667 027256 lshift4 pdata ,pdata 
-0x6668 027257 lshift8 pdata ,pdata 
-0x6669 027258 istore 3 ,contw 
-0x666a 027259 rtn 
-:      027261 shutter_dy_move_x_empty_check:
-0x666b 027262 fetch 1 ,mem_shutter_iphone_beyond_x_count 
-0x666c 027263 rtn blank 
-0x666d 027264 increase -1 ,pdata 
-0x666e 027265 store 1 ,mem_shutter_iphone_beyond_x_count 
-0x666f 027266 arg iphone_once_max_move_value ,pdata 
-0x6670 027267 rtn 
-:      027268 shutter_dy_every_move_size_set:
-0x6671 027269 arg android_every_move_size ,temp 
-0x6672 027270 call shutter_dy_check_iphone 
-0x6673 027271 rtn blank 
-0x6674 027272 arg iphone_every_move_size ,temp 
-0x6675 027273 rtn 
-:      027274 shutter_dy_move_left:
-0x6676 027275 call shutter_dy_every_move_size_set 
-0x6677 027276 fetch 2 ,mem_shutter_move_data_x 
-0x6678 027277 isub temp ,null 
-0x6679 027278 ncall shutter_dy_move_x_empty_check ,positive 
-0x667a 027279 nrtn positive 
-0x667b 027280 isub temp ,pdata 
-:      027281 shutter_dy_move_store_x:
-0x667c 027282 store 2 ,mem_shutter_move_data_x 
-:      027283 shutter_dy_move_data_store:
-0x667d 027284 bpatch patch15_1 ,mem_patch15 
-0x667e 027285 fetch 2 ,mem_shutter_move_data_x 
-0x667f 027286 fetcht 2 ,mem_shutter_move_data_y 
-0x6680 027287 lshift8 temp ,temp 
-0x6681 027288 lshift4 temp ,temp 
-0x6682 027289 iadd temp ,pdata 
-0x6683 027290 store 3 ,mem_shutter_move_data 
-0x6684 027291 branch shutter_dy_get_move_data 
-:      027292 shutter_dy_move_x_check_max:
-0x6685 027293 fetch 2 ,mem_shutter_move_data_x 
-0x6686 027294 arg iphone_once_max_move_value ,temp 
-0x6687 027295 isub temp ,temp 
-0x6688 027296 nrtn positive 
-0x6689 027297 copy temp ,pdata 
-0x668a 027298 fetcht 1 ,mem_shutter_iphone_beyond_x_count 
-0x668b 027299 sub temp ,0x03 ,null 
-0x668c 027300 branch shutter_dy_clear_move_x ,zero 
-0x668d 027301 increase 1 ,temp 
-0x668e 027302 storet 1 ,mem_shutter_iphone_beyond_x_count 
-0x668f 027303 branch shutter_dy_move_store_x 
-:      027304 shutter_dy_clear_move_x:
-0x6690 027305 jam 0 ,mem_shutter_iphone_beyond_x_count 
-0x6691 027306 arg 0 ,pdata 
-0x6692 027307 branch shutter_dy_move_store_x 
-:      027308 shutter_dy_move_right:
-0x6693 027309 call shutter_dy_check_iphone 
-0x6694 027310 ncall shutter_dy_move_x_check_max ,blank 
-0x6695 027311 call shutter_dy_every_move_size_set 
-0x6696 027312 fetch 2 ,mem_shutter_move_data_x 
-:      027313 shutter_dy_move_right_next:
-0x6697 027314 iadd temp ,pdata 
-0x6698 027315 arg 0xfff ,temp 
-0x6699 027316 call ceiling 
-0x669a 027317 branch shutter_dy_move_store_x 
-:      027319 shutter_dy_move_up:
-0x669b 027320 call shutter_dy_every_move_size_set 
-0x669c 027321 fetch 2 ,mem_shutter_move_data_y 
-0x669d 027322 isub temp ,pdata 
-0x669e 027323 store 2 ,mem_shutter_move_data_y 
-:      027324 shutter_dy_move_y_check_max:
-0x669f 027325 fetcht 2 ,mem_shutter_move_data_y 
-0x66a0 027326 call shutter_dy_check_iphone 
-0x66a1 027327 branch shutter_dy_move_data_store ,blank 
-0x66a2 027328 setarg 0xfff 
-0x66a3 027329 isub temp ,pdata 
-0x66a4 027330 arg iphone_once_max_move_value ,temp 
-0x66a5 027331 isub temp ,temp 
-0x66a6 027332 nbranch shutter_dy_move_data_store ,positive 
-0x66a7 027333 setarg 0xfff 
-0x66a8 027334 isub temp ,pdata 
-0x66a9 027335 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
-0x66aa 027336 sub temp ,0x05 ,null 
-0x66ab 027337 branch shutter_dy_clear_move_y ,zero 
-0x66ac 027338 increase 1 ,temp 
-0x66ad 027339 storet 1 ,mem_shutter_iphone_beyond_y_count 
-0x66ae 027340 branch shutter_dy_move_store_y 
-:      027341 shutter_dy_clear_move_y:
-0x66af 027342 jam 0 ,mem_shutter_iphone_beyond_y_count 
-:      027343 shutter_dy_android_move_y_empty_check:
-0x66b0 027344 setarg 0xfff 
-0x66b1 027345 branch shutter_dy_move_store_y 
-:      027347 shutter_dy_move_y_empty_check:
-0x66b2 027348 call shutter_dy_check_iphone 
-0x66b3 027349 branch shutter_dy_android_move_y_empty_check ,blank 
-0x66b4 027350 fetch 1 ,mem_shutter_iphone_beyond_y_count 
-0x66b5 027351 branch shutter_dy_android_move_y_empty_check ,blank 
-0x66b6 027352 increase -1 ,pdata 
-0x66b7 027353 store 1 ,mem_shutter_iphone_beyond_y_count 
-0x66b8 027354 setarg 0xfff 
-0x66b9 027355 arg iphone_once_max_move_value ,temp 
-0x66ba 027356 isub temp ,pdata 
-0x66bb 027357 iadd rega ,pdata 
-:      027358 shutter_dy_move_store_y:
-0x66bc 027359 store 2 ,mem_shutter_move_data_y 
-0x66bd 027360 branch shutter_dy_move_data_store 
-:      027361 shutter_dy_move_down:
-0x66be 027362 call shutter_dy_every_move_size_set 
-0x66bf 027363 fetch 2 ,mem_shutter_move_data_y 
-:      027364 shutter_dy_move_down_next:
-0x66c0 027365 iadd temp ,pdata 
-0x66c1 027366 arg 0xfff ,temp 
-0x66c2 027367 isub temp ,rega 
-0x66c3 027368 branch shutter_dy_move_y_empty_check ,positive 
-0x66c4 027369 branch shutter_dy_move_store_y 
-:      027372 ble_shutter_dy_receive_data:
-0x66c5 027373 fetch 2 ,mem_le_att_handle 
-0x66c6 027374 beq gatt_keyboard_write_handle_new ,ble_shutter_process_reconnect_complete 
-0x66c7 027375 rtn 
-:      027377 shutter_dy_le_find_service_hand_by_uuid:
-0x66c8 027378 arg 23 ,rega 
-0x66c9 027379 arg le_l2cap_cid_att ,regb 
-0x66ca 027380 call le_fifo_malloc_tx_l2cap 
-0x66cb 027381 setarg attop_find_by_type_value_request 
-0x66cc 027382 istore 1 ,contw 
-0x66cd 027383 setarg 0x0001 
-0x66ce 027384 istore 2 ,contw 
-0x66cf 027385 setarg 0xffff 
-0x66d0 027386 istore 2 ,contw 
-0x66d1 027387 setarg 0x2800 
-0x66d2 027388 istore 2 ,contw 
-0x66d3 027389 arg mem_dy_le_search_service_uuid ,contr 
-0x66d4 027390 branch memcpy16 
-:      027393 shutter_dy_le_parse_att:
-0x66d5 027394 bpatch patch15_2 ,mem_patch15 
-0x66d6 027395 copy rega ,contr 
-0x66d7 027396 ifetch 3 ,contr 
-0x66d8 027397 store 3 ,mem_le_att_opcode 
-0x66d9 027398 beq attop_find_by_type_value_response ,shutter_dy_le_parse_att_find_by_type_value_rsp 
-0x66da 027399 beq attop_error_response ,shutter_dy_le_parse_error_rsp 
-0x66db 027400 beq attop_read_request ,shutter_dy_le_parse_att_read_request 
-0x66dc 027401 beq attop_read_blob_request ,shutter_dy_le_parse_att_read_blob_request 
-0x66dd 027402 branch le_parse_att2 
-:      027404 shutter_dy_le_parse_att_read_blob_request:
-0x66de 027405 ifetch 2 ,contr 
-0x66df 027406 store 2 ,mem_le_att_offset 
-0x66e0 027407 iforce rega 
-0x66e1 027408 fetcht 2 ,mem_le_att_handle 
-0x66e2 027409 fetch 2 ,mem_le_pairing_handle 
-0x66e3 027410 isub temp ,null 
-0x66e4 027411 nbranch le_send_att_read_blob_response ,zero 
-0x66e5 027412 call shutter_dy_check_iphone 
-0x66e6 027413 nbranch shutter_dy_le_parse_att_read_blob_request_ios ,blank 
-0x66e7 027414 fetcht 2 ,mem_shutter_le_map_len_android 
-0x66e8 027415 branch shutter_dy_le_parse_att_read_blob_request2 
-:      027417 shutter_dy_le_parse_att_read_blob_request_ios:
-0x66e9 027418 fetcht 2 ,mem_shutter_le_map_len_ios 
-:      027419 shutter_dy_le_parse_att_read_blob_request2:
-0x66ea 027420 arg mem_shutter_le_hid_map ,contr 
-0x66eb 027421 call store_contr 
-0x66ec 027422 copy temp ,pdata 
-0x66ed 027423 isub rega ,pdata 
-0x66ee 027424 nbranch le_send_att_error_response_notfound ,positive 
-0x66ef 027425 increase 1 ,pdata 
-0x66f0 027426 sub pdata ,23 ,null 
-0x66f1 027427 branch le_send_att_read_blob_response_less ,positive 
-0x66f2 027428 force 23 ,pdata 
-0x66f3 027429 branch le_send_att_read_blob_response_less 
-:      027431 shutter_dy_le_parse_att_read_request:
-0x66f4 027432 fetcht 2 ,mem_le_att_handle 
-0x66f5 027433 fetch 1 ,mem_le_configuration 
-0x66f6 027434 bbit1 bit_ble_read_auth ,shutter_dy_le_send_att_read_response_check_auth 
-0x66f7 027435 branch le_send_att_read_response 
-:      027436 shutter_dy_le_send_att_read_response_check_auth:
-0x66f8 027437 fetch 2 ,mem_le_pairing_handle 
-0x66f9 027438 isub temp ,null 
-0x66fa 027439 nbranch le_send_att_read_response ,zero 
-0x66fb 027440 call le_check_encrypt_state 
-0x66fc 027441 nbranch shutter_dy_le_send_att_read_response ,user 
-0x66fd 027442 branch le_send_att_read_response_error_insufficient_auth 
-:      027444 shutter_dy_le_send_att_read_response:
-0x66fe 027445 fetch 2 ,mem_le_pairing_handle 
-0x66ff 027446 isub temp ,null 
-0x6700 027447 nbranch le_send_att_read_response ,zero 
-0x6701 027448 arg mem_shutter_le_hid_map ,contr 
-0x6702 027449 force 23 ,pdata 
-0x6703 027450 branch le_send_att_read_response_less 
-:      027452 shutter_dy_le_parse_att_find_by_type_value_rsp:
-:      027453 shutter_dy_le_remote_iphone:
-0x6704 027454 bpatch patch15_3 ,mem_patch15 
-0x6705 027455 jam 5 ,mem_shutter_back_count 
-0x6706 027456 jam 1 ,mem_iphone_flag 
-0x6707 027457 jam 1 ,mem_last_shutter_le_iphone_flag 
-0x6708 027458 jam 240 ,mem_send_data_delay 
-0x6709 027459 jam 10 ,mem_shutter_move_mid_timer 
-0x670a 027460 jam 1 ,mem_shutter_first_move 
-0x670b 027461 call shutter_dy_load_move_config_info 
-0x670c 027462 fetch 1 ,mem_shutter_pairing_success 
-0x670d 027463 rtn blank 
-0x670e 027464 call shutter_dy_clear_move_config 
-0x670f 027465 arg iphone_once_max_move_value ,temp 
-0x6710 027467 fetch 2 ,mem_iphone_initial_move_x 
-0x6711 027468 arg mem_shutter_move_data_x ,rega 
-0x6712 027469 arg mem_shutter_iphone_beyond_x_count ,regb 
-0x6713 027470 call shutter_dy_iphone_move_initial_set 
-0x6714 027471 arg iphone_once_max_move_value ,temp 
-0x6715 027473 fetch 2 ,mem_iphone_initial_move_y 
-0x6716 027474 arg mem_shutter_move_data_y ,rega 
-0x6717 027475 arg mem_shutter_iphone_beyond_y_count ,regb 
-0x6718 027476 call shutter_dy_iphone_move_initial_set 
-0x6719 027477 setarg 0xfff 
-0x671a 027478 fetcht 2 ,mem_shutter_move_data_y 
-0x671b 027479 isub temp ,pdata 
-0x671c 027480 store 2 ,mem_shutter_move_data_y 
-0x671d 027481 rtn 
-:      027482 shutter_dy_iphone_move_initial_set:
-0x671e 027483 idiv temp 
-0x671f 027484 call wait_div_end 
-0x6720 027485 quotient pdata 
-0x6721 027486 remainder temp 
-0x6722 027487 istore 1 ,regb 
-0x6723 027488 istoret 2 ,rega 
-0x6724 027489 rtn 
-:      027490 shutter_dy_le_parse_error_rsp:
-0x6725 027491 increase -2 ,contr 
-0x6726 027492 ifetch 1 ,contr 
-0x6727 027493 beq attop_find_by_type_value_request ,shutter_dy_not_iphone_read_conf 
-0x6728 027494 rtn 
-:      027495 shutter_dy_remote_not_iphone:
-0x6729 027496 jam 1 ,mem_shutter_back_count 
-0x672a 027497 jam 0 ,mem_iphone_flag 
-0x672b 027498 jam 0 ,mem_last_shutter_le_iphone_flag 
-0x672c 027499 jam 10 ,mem_send_data_delay 
-0x672d 027500 rtn 
-:      027502 shutter_dy_not_iphone_read_conf:
-0x672e 027503 call shutter_dy_remote_not_iphone 
-0x672f 027504 branch shutter_dy_load_move_config_info 
-:      027506 shutter_dy_check_iphone:
-0x6730 027507 fetch 1 ,mem_iphone_flag 
-0x6731 027508 rtn 
-:      027511 shutter_dy_le_get_press_ptr:
-0x6732 027512 arg mem_dy_key0_press ,regc 
-0x6733 027513 call shutter_dy_check_iphone 
-0x6734 027514 rtn blank 
-0x6735 027515 jam 120 ,mem_send_data_delay 
-0x6736 027516 arg mem_key0_press_i ,regc 
-0x6737 027517 rtn 
-:      027518 shutter_dy_le_get_release_ptr:
-:      027519 shutter_dy_le_get_release_ptr_set:
-0x6738 027520 arg mem_key0_release_new ,regc 
-0x6739 027521 call shutter_dy_check_iphone 
-0x673a 027522 rtn blank 
-0x673b 027523 arg mem_key0_release_new_i ,regc 
-0x673c 027524 jam 12 ,mem_send_data_delay 
-0x673d 027525 copy queue ,pdata 
-0x673e 027526 rtneq shutter_like_key_num 
-0x673f 027527 rtn 
-:      027528 shutter_dy_le_get_release_ptr_volume:
-0x6740 027529 bpatch patch15_4 ,mem_patch15 
-0x6741 027530 fetch 1 ,mem_key3_press_count 
-0x6742 027531 setflip 0 ,pdata 
-0x6743 027532 store 1 ,mem_key3_press_count 
-0x6744 027533 beq 0 ,shutter_dy_le_get_release_ptr_set_volume_inc 
-0x6745 027534 beq 1 ,shutter_dy_le_get_release_ptr_set_volume_dec 
-0x6746 027535 rtn 
-:      027536 shutter_dy_le_get_release_ptr_set_volume_dec:
-0x6747 027537 call shutter_dy_le_get_vol_dec_ptr 
-0x6748 027538 branch push_buffer_in_queue 
-:      027539 shutter_dy_le_get_release_ptr_set_volume_inc:
-0x6749 027540 call shutter_dy_le_get_vol_inc_ptr 
-0x674a 027541 branch push_buffer_in_queue 
-:      027542 shutter_dy_le_get_vol_inc_ptr:
-0x674b 027543 arg mem_key3_release_new ,regc 
-0x674c 027544 call shutter_dy_check_iphone 
-0x674d 027545 rtn blank 
-0x674e 027546 arg mem_key3_release_new_i ,regc 
-0x674f 027547 rtn 
-:      027548 shutter_dy_le_get_vol_dec_ptr:
-0x6750 027549 arg mem_key3_release_new_t ,regc 
-0x6751 027550 call shutter_dy_check_iphone 
-0x6752 027551 rtn blank 
-0x6753 027552 arg mem_key3_release_new_i_t ,regc 
-0x6754 027553 rtn 
-:      027556 shutter_dy_long_key_function:
-0x6755 027557 copy queue ,pdata 
-0x6756 027558 beq shutter_like_key_num ,shutter_dy_link_key_long_press 
-0x6757 027559 beq shutter_down_key_num ,shutter_dy_loop_send_volume_dec_page 
-0x6758 027560 beq shutter_up_key_num ,shutter_dy_loop_send_volume_inc_page 
-0x6759 027561 rtn 
-:      027564 shutter_dy_long_key_volume_timer:
-0x675a 027565 arg mem_shutter_volume_timer ,regc 
-0x675b 027566 arg shutter_dy_long_key_volume_timeout ,regb 
-0x675c 027567 branch timer_single_step 
-:      027568 shutter_dy_long_key_volume_timeout:
-0x675d 027569 jam 4 ,mem_shutter_volume_timer 
-0x675e 027570 fetch 1 ,mem_key3_press_count 
-0x675f 027571 branch shutter_dy_loop_send_volume_inc_page ,blank 
-0x6760 027572 branch shutter_dy_loop_send_volume_dec_page 
-:      027575 shutter_dy_loop_send_volume_inc_page:
-0x6761 027576 jam 0 ,mem_key3_press_count 
-0x6762 027577 jam 4 ,mem_shutter_volume_timer 
-0x6763 027578 arg mem_key4_long_press ,regc 
-0x6764 027579 branch push_buffer_in_queue 
-:      027581 shutter_dy_loop_send_volume_dec_page:
-0x6765 027582 jam 1 ,mem_key3_press_count 
-0x6766 027583 jam 4 ,mem_shutter_volume_timer 
-0x6767 027584 arg mem_key2_long_press ,regc 
-0x6768 027585 branch push_buffer_in_queue 
-:      027586 shutter_dy_clear_volume_timer:
-0x6769 027587 jam 0 ,mem_key3_press_count 
-0x676a 027588 jam 0 ,mem_shutter_volume_timer 
-0x676b 027589 rtn 
-:      027592 shutter_dy_link_key_loop_timer:
-0x676c 027593 arg mem_shutter_link_timer ,regc 
-0x676d 027594 arg shutter_dy_link_key_loop_timeout ,regb 
-0x676e 027595 branch timer_single_step 
-:      027596 shutter_dy_link_key_loop_timeout:
-0x676f 027597 jam 2 ,mem_shutter_link_timer 
-0x6770 027598 call shutter_dy_link_data_android_or_ios 
-0x6771 027599 branch push_buffer_in_queue 
-:      027601 shutter_dy_link_data_android_or_ios:
-0x6772 027602 arg mem_shutter_link_data ,regc 
-0x6773 027603 call shutter_dy_check_iphone 
-0x6774 027604 rtn blank 
-0x6775 027605 arg mem_shutter_link_data_i ,regc 
-0x6776 027606 rtn 
-:      027608 shutter_dy_link_key_long_press:
-0x6777 027609 fetch 1 ,mem_shutter_link_loop_flag 
-0x6778 027610 nbranch shutter_dy_clear_link_key_timer ,blank 
-0x6779 027611 jam 1 ,mem_shutter_link_loop_flag 
-0x677a 027612 jam 2 ,mem_shutter_link_timer 
-0x677b 027613 rtn 
-:      027615 shutter_dy_clear_link_key_timer:
-0x677c 027616 jam 0 ,mem_shutter_link_loop_flag 
-0x677d 027617 jam 0 ,mem_shutter_link_timer 
-0x677e 027618 rtn 
-:      027620 shutter_dy_jude_clear_move_config:
-0x677f 027621 fetch 1 ,mem_shutter_le_conned 
-0x6780 027622 nrtn blank 
-0x6781 027623 jam 1 ,mem_shutter_le_conned 
-0x6782 027624 branch shutter_dy_move_data_store 
-:      027626 shutter_dy_clear_move_config:
-0x6783 027627 setarg 0 
-0x6784 027628 store 7 ,mem_move_config 
-0x6785 027629 rtn 
-:      027631 shutter_dy_write_otp_convert_data:
-0x6786 027632 call shutter_dy_check_iphone 
-0x6787 027633 beq 0x01 ,shutter_dy_store_ios_config_data 
-0x6788 027634 beq 0x00 ,shutter_dy_store_android_config 
-0x6789 027635 rtn 
-:      027637 shutter_dy_read_otp_convert_data:
-0x678a 027638 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x678b 027639 beq 0x01 ,shutter_dy_get_ios_config 
-0x678c 027640 beq 0x00 ,shutter_dy_get_android_config 
-0x678d 027641 rtn 
-:      027643 shutter_dy_store_ios_config_data:
-0x678e 027644 fetch 1 ,mem_shutter_iphone_beyond_x_count 
-0x678f 027645 mul32 pdata ,iphone_once_max_move_value ,pdata 
-0x6790 027646 copy pdata ,temp 
-0x6791 027647 fetch 2 ,mem_shutter_move_data_x 
-0x6792 027648 iadd temp ,pdata 
-0x6793 027649 store 2 ,mem_otp_shutter_move_data_x 
-0x6794 027651 fetch 1 ,mem_shutter_iphone_beyond_y_count 
-0x6795 027652 mul32 pdata ,iphone_once_max_move_value ,pdata 
-0x6796 027653 copy pdata ,temp 
-0x6797 027654 fetch 2 ,mem_shutter_move_data_y 
-0x6798 027655 copy pdata ,rega 
-0x6799 027656 setarg 0xfff 
-0x679a 027657 isub rega ,pdata 
-0x679b 027658 iadd temp ,pdata 
-0x679c 027659 store 2 ,mem_otp_shutter_move_data_y 
-0x679d 027661 call shutter_dy_check_iphone 
-0x679e 027663 store 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x679f 027664 rtn 
-:      027666 shutter_dy_store_android_config:
-0x67a0 027667 fetch 2 ,mem_shutter_move_data_x 
-0x67a1 027668 store 2 ,mem_otp_shutter_move_data_x 
-0x67a2 027669 fetch 2 ,mem_shutter_move_data_y 
-0x67a3 027670 store 2 ,mem_otp_shutter_move_data_y 
-0x67a4 027671 call shutter_dy_check_iphone 
-0x67a5 027672 store 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x67a6 027673 rtn 
-:      027674 shutter_dy_get_ios_config:
-0x67a7 027675 fetch 2 ,mem_otp_shutter_move_data_x 
-0x67a8 027676 div pdata ,iphone_once_max_move_value 
-0x67a9 027677 call wait_div_end 
-0x67aa 027678 quotient pdata 
-0x67ab 027679 remainder temp 
-0x67ac 027680 store 1 ,mem_shutter_iphone_beyond_x_count 
-0x67ad 027681 copy temp ,pdata 
-0x67ae 027682 store 2 ,mem_shutter_move_data_x 
-0x67af 027683 fetch 2 ,mem_otp_shutter_move_data_y 
-0x67b0 027684 div pdata ,iphone_once_max_move_value 
-0x67b1 027685 call wait_div_end 
-0x67b2 027686 quotient pdata 
-0x67b3 027687 remainder temp 
-0x67b4 027688 store 1 ,mem_shutter_iphone_beyond_y_count 
-0x67b5 027690 setarg 0xfff 
-0x67b6 027691 isub temp ,pdata 
-0x67b7 027692 store 2 ,mem_shutter_move_data_y 
-0x67b8 027695 rtn 
-:      027696 shutter_dy_get_android_config:
-0x67b9 027697 fetch 2 ,mem_otp_shutter_move_data_x 
-0x67ba 027698 store 2 ,mem_shutter_move_data_x 
-0x67bb 027699 fetch 2 ,mem_otp_shutter_move_data_y 
-0x67bc 027700 store 2 ,mem_shutter_move_data_y 
-0x67bd 027703 rtn 
-:      027705 shutter_dy_store_move_config_info:
-0x67be 027706 branch shutter_dy_campare_effective_addr_write_otp 
-:      027708 shutter_dy_load_move_config_info:
-0x67bf 027709 branch shutter_dy_campare_effective_addr_read_otp 
-:      027712 shutter_dy_shutter_uart_config_loop:
-0x67c0 027713 call shutter_dy_update_read_check_addr 
-0x67c1 027714 fetch 2 ,mem_otp_read_offset_addr 
-0x67c2 027715 call shutter_dy_shutter_read_move_config_from_otp_addr 
-0x67c3 027716 jam 0 ,mem_shutter_first_read_flag 
-0x67c4 027717 fetch 5 ,mem_otp_move_config 
-0x67c5 027718 jam 0 ,mem_shutter_valid_data_flag 
-0x67c6 027719 jam 0 ,mem_shutter_temp_count 
-0x67c7 027720 call shutter_dy_campare_otp_data 
-0x67c8 027721 fetch 1 ,mem_shutter_temp_count 
-0x67c9 027722 rtneq 0 
-0x67ca 027723 branch shutter_dy_shutter_uart_config_loop 
-:      027726 shutter_dy_shutter_get_first_read_addr:
-0x67cb 027728 fetch 2 ,mem_shutter_efuse_start_offset 
-0x67cc 027729 increase -5 ,pdata 
-0x67cd 027730 store 2 ,mem_otp_read_offset_addr 
-0x67ce 027731 rtn 
-:      027734 shutter_dy_shutter_next_read_addr:
-0x67cf 027735 fetch 2 ,mem_otp_read_offset_addr 
-0x67d0 027736 increase -5 ,pdata 
-0x67d1 027737 store 2 ,mem_otp_read_offset_addr 
-0x67d2 027738 rtn 
-:      027741 shutter_dy_shutter_last_read_addr:
-0x67d3 027742 fetch 2 ,mem_otp_read_offset_addr 
-0x67d4 027743 pincrease 5 
-0x67d5 027744 store 2 ,mem_otp_read_offset_addr 
-0x67d6 027745 rtn 
-:      027747 shutter_dy_shutter_read_ios_android_addr:
-0x67d7 027748 fetch 2 ,mem_otp_read_ios_android_addr 
-0x67d8 027749 pincrease 5 
-0x67d9 027750 store 2 ,mem_otp_read_ios_android_addr 
-0x67da 027752 fetch 2 ,mem_otp_read_ios_android_addr 
-0x67db 027753 copy pdata ,temp 
-0x67dc 027755 fetch 2 ,mem_shutter_efuse_start_offset 
-0x67dd 027756 isub temp ,pdata 
-0x67de 027757 arg shutter_para_total_num ,temp 
-0x67df 027758 isub temp ,null 
-0x67e0 027760 nbranch shutter_dy_shutter_not_find_ios_or_android ,positive 
-0x67e1 027761 rtn 
-:      027763 shutter_dy_update_read_check_addr:
-0x67e2 027764 fetch 1 ,mem_shutter_first_read_flag 
-0x67e3 027765 beq 0x01 ,shutter_dy_shutter_get_first_read_addr 
-0x67e4 027766 beq 0x00 ,shutter_dy_shutter_next_read_addr 
-0x67e5 027767 rtn 
-:      027770 shutter_dy_campare_otp_data:
-0x67e6 027771 arg 0x0 ,regb 
-0x67e7 027772 copy regb ,temp 
-0x67e8 027773 fetch 2 ,mem_otp_shutter_move_data_x 
-0x67e9 027774 icompare 0xffff ,temp 
-0x67ea 027776 ncall shutter_dy_set_shutter_valid_data_flag ,true 
-0x67eb 027777 arg 0x0 ,regb 
-0x67ec 027778 copy regb ,temp 
-0x67ed 027779 fetch 2 ,mem_otp_shutter_move_data_y 
-0x67ee 027780 icompare 0xffff ,temp 
-0x67ef 027781 ncall shutter_dy_set_shutter_valid_data_flag ,true 
-0x67f0 027782 arg 0x0 ,regb 
-0x67f1 027783 copy regb ,temp 
-0x67f2 027784 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x67f3 027785 icompare 0xff ,temp 
-0x67f4 027786 ncall shutter_dy_set_shutter_valid_data_flag ,true 
-0x67f5 027787 rtn 
-:      027790 shutter_dy_set_shutter_valid_data_flag:
-0x67f6 027791 fetch 1 ,mem_shutter_temp_count 
-0x67f7 027792 pincrease 1 
-0x67f8 027793 store 1 ,mem_shutter_temp_count 
-0x67f9 027794 rtn 
-:      027795 shutter_dy_shutter_judge_ios_or_android:
-0x67fa 027796 jam 1 ,mem_shutter_temp_count 
-0x67fb 027797 call shutter_dy_shutter_read_ios_android_addr 
-0x67fc 027798 fetch 2 ,mem_otp_read_ios_android_addr 
-0x67fd 027799 call shutter_dy_shutter_read_move_config_from_otp_addr 
-0x67fe 027800 call shutter_dy_check_iphone 
-0x67ff 027801 copy pdata ,temp 
-0x6800 027802 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x6801 027803 icompare 0xff ,temp 
-0x6802 027804 call shutter_dy_clear_temp_count ,true 
-0x6803 027806 fetch 1 ,mem_shutter_temp_count 
-0x6804 027807 rtneq 0 
-0x6805 027808 branch shutter_dy_shutter_judge_ios_or_android 
-:      027811 shutter_dy_shutter_not_find_ios_or_android:
-0x6806 027812 bpatch patch15_5 ,mem_patch15 
-0x6807 027813 call shutter_dy_clear_temp_count 
-0x6808 027814 call shutter_dy_check_iphone 
-0x6809 027815 branch shutter_dy_shutter_android_save_init_loaction ,blank 
-0x680a 027816 branch shutter_dy_shutter_ios_save_init_loaction 
-:      027817 shutter_dy_shutter_android_save_init_loaction:
-0x680b 027819 fetch 2 ,mem_android_initial_move_x 
-0x680c 027820 store 2 ,mem_shutter_move_data_x 
-0x680d 027822 fetcht 2 ,mem_android_initial_move_y 
-0x680e 027823 setarg 0xfff 
-0x680f 027824 isub temp ,pdata 
-0x6810 027825 store 2 ,mem_shutter_move_data_y 
-0x6811 027826 branch shutter_dy_store_move_config_info 
-:      027828 shutter_dy_shutter_ios_save_init_loaction:
-0x6812 027829 arg iphone_once_max_move_value ,temp 
-0x6813 027831 fetch 2 ,mem_iphone_initial_move_x 
-0x6814 027832 arg mem_shutter_move_data_x ,rega 
-0x6815 027833 arg mem_shutter_iphone_beyond_x_count ,regb 
-0x6816 027834 call shutter_dy_iphone_move_initial_set 
-0x6817 027835 arg iphone_once_max_move_value ,temp 
-0x6818 027837 fetch 2 ,mem_iphone_initial_move_y 
-0x6819 027838 arg mem_shutter_move_data_y ,rega 
-0x681a 027839 arg mem_shutter_iphone_beyond_y_count ,regb 
-0x681b 027840 call shutter_dy_iphone_move_initial_set 
-0x681c 027841 setarg 0xfff 
-0x681d 027842 fetcht 2 ,mem_shutter_move_data_y 
-0x681e 027843 isub temp ,pdata 
-0x681f 027844 store 2 ,mem_shutter_move_data_y 
-0x6820 027845 branch shutter_dy_store_move_config_info 
-:      027847 shutter_dy_clear_temp_count:
-0x6821 027848 jam 0 ,mem_shutter_temp_count 
-0x6822 027849 rtn 
-:      027851 shutter_dy_campare_effective_addr_read_otp:
-0x6823 027852 bpatch patch15_6 ,mem_patch15 
-0x6824 027853 jam 1 ,mem_shutter_first_read_flag 
-0x6825 027854 call shutter_dy_shutter_uart_config_loop 
-0x6826 027858 fetch 2 ,mem_shutter_efuse_end_offset 
-0x6827 027859 copy pdata ,temp 
-0x6828 027860 fetch 2 ,mem_otp_read_offset_addr 
-0x6829 027861 isub temp ,pdata 
-0x682a 027862 arg 0x0 ,temp 
-0x682b 027863 isub temp ,null 
-0x682c 027864 nrtn positive 
-0x682d 027865 fetch 2 ,mem_otp_read_offset_addr 
-0x682e 027866 copy pdata ,temp 
-0x682f 027868 fetch 2 ,mem_shutter_efuse_start_offset 
-0x6830 027869 increase -5 ,pdata 
-0x6831 027870 isub temp ,pdata 
-0x6832 027873 fetch 2 ,mem_otp_read_offset_addr 
-0x6833 027874 store 2 ,mem_otp_read_ios_android_addr 
-0x6834 027875 call shutter_dy_shutter_judge_ios_or_android 
-0x6835 027876 fetch 2 ,mem_otp_read_ios_android_addr 
-0x6836 027877 ncall shutter_dy_shutter_read_move_config_from_otp_addr ,zero 
-0x6837 027880 jam 0 ,mem_shutter_temp_count 
-0x6838 027881 call shutter_dy_campare_otp_data 
-0x6839 027882 fetch 1 ,mem_shutter_temp_count 
-0x683a 027883 rtneq 0 
-0x683b 027884 branch shutter_dy_read_otp_convert_data 
-:      027887 shutter_dy_campare_effective_addr_write_otp:
-0x683c 027888 bpatch patch15_7 ,mem_patch15 
-0x683d 027889 jam 1 ,mem_shutter_first_read_flag 
-0x683e 027890 call shutter_dy_shutter_uart_config_loop 
-0x683f 027894 fetcht 2 ,mem_shutter_efuse_end_offset 
-0x6840 027896 fetch 2 ,mem_otp_read_offset_addr 
-0x6841 027897 isub temp ,pdata 
-0x6842 027898 arg 0x0 ,temp 
-0x6843 027899 isub temp ,null 
-0x6844 027900 nrtn positive 
-0x6845 027902 fetcht 2 ,mem_otp_read_offset_addr 
-0x6846 027904 fetch 2 ,mem_shutter_efuse_start_offset 
-0x6847 027905 isub temp ,pdata 
-0x6848 027906 arg 0x0 ,temp 
-0x6849 027907 isub temp ,null 
-0x684a 027908 nrtn positive 
-0x684b 027909 fetch 2 ,mem_otp_read_offset_addr 
-0x684c 027910 store 2 ,mem_otp_write_offset_addr 
-0x684d 027911 call shutter_dy_write_otp_convert_data 
-0x684e 027913 branch shutter_dy_shutter_write_move_config_to_otp_addr 
-:      027916 shutter_dy_shutter_read_move_config_from_otp_addr:
-0x684f 027917 bpatch patch16_0 ,mem_patch16 
-0x6850 027918 copy pdata ,regb 
-0x6851 027919 arg shutter_para_total_num ,loopcnt 
-0x6852 027921 arg mem_otp_move_config ,rega 
-0x6853 027922 branch otp_read_data 
-:      027925 shutter_dy_shutter_write_move_config_to_otp_addr:
-0x6854 027926 arg shutter_para_total_num ,loopcnt 
-0x6855 027927 arg mem_otp_move_config ,rega 
-0x6856 027928 fetchr regb ,2 ,mem_otp_write_offset_addr 
-0x6857 027929 branch otp_write 
-:      027931 shutter_dy_shutter_1s_timer:
-0x6858 027932 arg mem_shutter_1s_timer ,regc 
-0x6859 027933 arg shutter_dy_store_move_config_info ,regb 
-0x685a 027934 branch timer_single_step 
-:      027948 p_crc16_ccitt_false:
-0x685b 027949 fetch 2 ,mem_adv_crc_false_initvalue 
-:      027951 p_crc16_ccitt_false_loop:
-0x685c 027952 ifetcht 1 ,regc 
-0x685d 027953 increase 1 ,regc 
-0x685e 027954 lshift8 temp ,temp 
-0x685f 027955 ixor temp ,pdata 
-:      027957 p_crc16_for_byte:
-0x6860 027958 copy loopcnt ,regb 
-0x6861 027959 arg 8 ,loopcnt 
-:      027960 p_crc16_for_byte_loop:
-0x6862 027961 isolate1 15 ,pdata 
-0x6863 027962 lshift pdata ,pdata 
-0x6864 027963 nbranch p_crc16_for_byte_continue ,true 
-0x6865 027964 fetcht 2 ,mem_crc16_polynomial 
-0x6866 027965 ixor temp ,pdata 
-:      027966 p_crc16_for_byte_continue:
-0x6867 027967 loop p_crc16_for_byte_loop 
-0x6868 027968 copy regb ,loopcnt 
-0x6869 027970 loop p_crc16_ccitt_false_loop 
-0x686a 027971 store 2 ,mem_adv_crc_false_initvalue 
-0x686b 027972 rtn 
-:      027977 rf_debug_rx_gpio_low:
-0x686c 027978 fetch 1 ,mem_rf_debug_rx_gpio 
-:      027979 rf_debug_gpio_low:
-0x686d 027980 arg gpcfg_output_low ,temp 
-0x686e 027981 branch gpio_config_function 
-:      027983 rf_debug_rx_on_line:
-:      027984 rf_debug_rx_gpio_high:
-0x686f 027985 fetch 1 ,mem_rf_debug_rx_gpio 
-:      027986 rf_debug_gpio_high:
-0x6870 027987 arg gpcfg_output_high ,temp 
-0x6871 027988 branch gpio_config_function 
-:      027990 rf_debug_rx_gpio_h_l_h:
-0x6872 027991 call rf_debug_rx_gpio_high 
-:      027992 rf_debug_rx_gpio_l_h:
-0x6873 027993 call rf_debug_rx_gpio_low 
-0x6874 027994 branch rf_debug_rx_gpio_high 
-:      027996 rf_debug_rx_gpio_l_h_l:
-:      027997 rf_debug_shutdown_radio_line:
-0x6875 027998 call rf_debug_rx_gpio_l_h 
-:      027999 rf_debug_rx_crc_line:
-0x6876 028000 branch rf_debug_rx_gpio_low 
-:      028002 rf_debug_rx_sync_line:
-0x6877 028003 branch rf_debug_rx_gpio_l_h 
-:      028005 rf_debug_rx_crc_fail_line:
-0x6878 028006 call rf_debug_rx_gpio_l_h 
-0x6879 028007 branch rf_debug_rx_gpio_l_h_l 
-:      028009 rf_debug_rx_match_line:
-:      028010 rf_debug_rx_crc_error_line:
-:      028011 rf_debug_rx_sync_timeout_line:
-0x687a 028012 branch rf_debug_rx_gpio_low 
-:      028015 rf_debug_tx_off_line:
-:      028016 rf_debug_tx_gpio_low:
-0x687b 028017 fetch 1 ,mem_rf_debug_tx_gpio 
-0x687c 028018 branch rf_debug_gpio_low 
-:      028020 rf_debug_tx_on_line:
-:      028021 rf_debug_tx_gpio_high:
-0x687d 028022 fetch 1 ,mem_rf_debug_tx_gpio 
-0x687e 028023 branch rf_debug_gpio_high 
-:      028025 rf_debug_tx_gpio_l_h_l:
-0x687f 028026 call rf_debug_tx_gpio_low 
-0x6880 028027 call rf_debug_tx_gpio_high 
-0x6881 028028 branch rf_debug_tx_gpio_low 
-:      028035 hci_init:
-0x6882 028036 clear_stack 
-0x6883 028037 call wdt_set_disable 
-0x6884 028038 call hci_init_clksel_xtal 
-0x6885 028039 call hci_init_uart_default_config 
-0x6886 028040 call hci_init_uart_config 
-0x6887 028041 call hci_init_pwm_default_config 
-0x6888 028042 call hci_init_pwm 
-0x6889 028044 jam 1 ,mem_hci_command_complete_num_hci_command_packet 
-0x688a 028045 jam hci_h4_type_event ,mem_hci_event_head_type 
-:      028047 hci_process_loop:
-0x688b 028048 call hci_process_check_uart_rx 
-0x688c 028049 branch hci_process_loop 
-:      028051 hci_init_clksel_xtal:
-0x688d 028052 jam clksel_xtal ,core_clksel 
-0x688e 028053 rtn 
-:      028055 hci_init_uart_default_config:
-0x688f 028056 call hci_init_uart_default_config_tx 
-0x6890 028057 call hci_init_uart_default_config_rx 
-0x6891 028058 call hci_init_uart_default_config_rts 
-0x6892 028059 branch hci_init_uart_default_config_cts 
-:      028061 hci_init_uart_default_config_tx:
-0x6893 028062 fetch 1 ,mem_hci_uart_tx_gpio 
-0x6894 028063 nrtn blank 
-0x6895 028064 jam hci_uart_tx_gpio_num ,mem_hci_uart_tx_gpio 
-0x6896 028065 rtn 
-:      028067 hci_init_uart_default_config_rx:
-0x6897 028068 fetch 1 ,mem_hci_uart_rx_gpio 
-0x6898 028069 nrtn blank 
-0x6899 028070 jam hci_uart_rx_gpio_num ,mem_hci_uart_rx_gpio 
-0x689a 028071 rtn 
-:      028072 hci_init_uart_default_config_rts:
-0x689b 028073 fetch 1 ,mem_hci_uart_rts_gpio 
-0x689c 028074 nrtn blank 
-0x689d 028075 jam hci_uart_rts_gpio_num ,mem_hci_uart_rts_gpio 
-0x689e 028076 rtn 
-:      028077 hci_init_uart_default_config_cts:
-0x689f 028078 fetch 1 ,mem_hci_uart_cts_gpio 
-0x68a0 028079 nrtn blank 
-0x68a1 028080 jam hci_uart_cts_gpio_num ,mem_hci_uart_cts_gpio 
-0x68a2 028081 rtn 
-:      028084 hci_init_uart_config:
-0x68a3 028085 setarg mem_h5rx_buf 
-0x68a4 028086 store 2 ,mem_pdatatemp 
-0x68a5 028087 setarg mem_h5rx_buf_end 
-0x68a6 028088 istore 2 ,contw 
-0x68a7 028089 setarg mem_h5tx_buf 
-0x68a8 028090 istore 2 ,contw 
-0x68a9 028091 setarg mem_h5tx_buf_end 
-0x68aa 028092 istore 2 ,contw 
-0x68ab 028093 fetch 8 ,mem_pdatatemp 
-0x68ac 028094 call uarta_init_dma_mem 
-0x68ad 028095 call uart_clock_select_main_freq_crystal 
-0x68ae 028096 arg 115200 ,temp 
-0x68af 028097 call uarta_calc_baud_rate_config 
-0x68b0 028098 fetch 1 ,mem_hci_uart_tx_gpio 
-0x68b1 028099 arg gpcfg_uart_txd ,temp 
-0x68b2 028100 call gpio_config_function_int 
-0x68b3 028101 fetch 1 ,mem_hci_uart_rx_gpio 
-0x68b4 028102 arg gpcfg_uart_rxd | gpcfg_pullup ,temp 
-0x68b5 028103 call gpio_config_function_int 
-0x68b6 028104 fetch 1 ,mem_hci_uart_rts_gpio 
-0x68b7 028105 arg gpcfg_uart_rts ,temp 
-0x68b8 028106 call gpio_config_function_int 
-0x68b9 028107 fetch 1 ,mem_hci_uart_cts_gpio 
-0x68ba 028108 arg gpcfg_uart_cts ,temp 
-0x68bb 028109 call gpio_config_function_int 
-0x68bc 028111 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
-0x68bd 028112 storet 1 ,core_uart_ctrl 
-0x68be 028113 branch clean_xmem 
-:      028115 hci_init_pwm_default_config:
-0x68bf 028116 fetch 1 ,mem_hci_pwm_12mhz_gpio 
-0x68c0 028117 nrtn blank 
-0x68c1 028118 jam hci_pmw_12mhz_gpio_num ,mem_hci_pwm_12mhz_gpio 
-0x68c2 028119 rtn 
-:      028121 hci_init_pwm:
-0x68c3 028122 fetch 1 ,mem_hci_pwm_12mhz_gpio 
-0x68c4 028123 arg gpcfg_pwm_out0 ,temp 
-0x68c5 028124 call gpio_config_function_int 
-0x68c6 028125 arg 0x40 ,rega 
-0x68c7 028126 call pwm_init 
-0x68c8 028127 arg 0 ,rega 
-0x68c9 028128 arg 0 ,regb 
-0x68ca 028129 setarg 0 
-0x68cb 028130 call pwm_duty_cycle_set 
-0x68cc 028131 arg 0 ,queue 
-0x68cd 028132 branch pwm_set_select 
-:      028135 hci_process_check_uart_rx:
-0x68ce 028136 fetch 2 ,core_uart_rxitems 
-0x68cf 028137 add pdata ,-4 ,rega 
-0x68d0 028138 nrtn positive 
-0x68d1 028139 call uarta_prepare_rx 
-0x68d2 028140 ifetch 1 ,contru 
-0x68d3 028141 beq hci_h4_type_cmd ,hci_parse_packet_cmd 
-0x68d4 028143 call delay_10ms 
-0x68d5 028144 branch uarta_clear_current_rx 
-:      028148 hci_parse_packet_cmd:
-0x68d6 028149 ifetch 2 ,contru 
-0x68d7 028150 store 2 ,mem_hci_opcode 
-0x68d8 028151 arg 0x3ff ,temp 
-0x68d9 028152 iand temp ,temp 
-0x68da 028153 storet 2 ,mem_hci_opcode_ocf 
-0x68db 028154 rshift2 pdata ,pdata 
-0x68dc 028155 rshift8 pdata ,pdata 
-0x68dd 028156 store 1 ,mem_hci_opcode_ogf 
-0x68de 028157 ifetch 1 ,contru 
-0x68df 028158 pincrease -1 
-0x68e0 028159 isub rega ,null 
-0x68e1 028160 rtn positive 
-0x68e2 028161 call hci_parse_complete_packet 
-0x68e3 028162 branch hci_drop_current_packet 
-:      028164 hci_parse_complete_packet:
-0x68e4 028165 fetch 1 ,mem_hci_opcode_ogf 
-0x68e5 028173 beq hci_ogf_vendor_specific_debug ,hci_parse_packet_cmd_ogf_vendorspecific_debug 
-0x68e6 028174 branch hci_send_event_command_complete_error_command_nuknown 
-:      028184 hci_parse_packet_cmd_ogf_vendorspecific_debug:
-0x68e7 028185 bpatch patch16_4 ,mem_patch16 
-0x68e8 028186 fetch 1 ,mem_hci_opcode_ocf 
-0x68e9 028187 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x68ea 028188 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x68eb 028189 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x68ec 028190 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x68ed 028191 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x68ee 028192 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x68ef 028193 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x68f0 028194 beq hci_vendor_cmd_set_flow_control ,phci_grp_vendor_flow_control 
-0x68f1 028195 branch hci_normal_reply 
-:      028198 phci_grp_vendor_chipid:
-0x68f2 028199 jam command_succeeded ,mem_hci_command_complete_return_parameter 
-0x68f3 028200 fetch 2 ,core_chipid 
-0x68f4 028201 store 2 ,mem_hci_command_complete_return_parameter_chip_id 
-0x68f5 028202 arg 3 ,loopcnt 
-0x68f6 028203 branch hci_send_event_command_complete 
-:      028205 phci_grp_vendor_baud:
-0x68f7 028206 ifetch 2 ,contu 
-0x68f8 028207 store 2 ,core_uart_baud 
-0x68f9 028208 rtn 
-:      028211 phci_grp_vendor_patch_common:
-0x68fa 028212 ifetch 1 ,contu 
-0x68fb 028213 copy pdata ,temp 
-0x68fc 028214 store 1 ,core_ucode_low 
-0x68fd 028215 ifetch 1 ,contu 
-0x68fe 028216 iadd temp ,temp 
-0x68ff 028217 set1 7 ,pdata 
-0x6900 028218 store 1 ,core_ucode_ctrl 
-0x6901 028219 ifetch 1 ,contu 
-0x6902 028220 iadd temp ,temp 
-0x6903 028221 copy pdata ,loopcnt 
-0x6904 028222 rtn 
-:      028224 phci_grp_vendor_patch:
-0x6905 028225 call phci_grp_vendor_patch_common 
-:      028226 phci_grp_vendor_patch_loop:
-0x6906 028227 ifetch 1 ,contu 
-0x6907 028228 store 1 ,core_ucode_data 
-0x6908 028229 iadd temp ,temp 
-0x6909 028230 loop phci_grp_vendor_patch_loop 
-:      028231 phci_grp_vendor_patch_check_sum:
-0x690a 028232 and temp ,0xff ,temp 
-0x690b 028233 ifetch 1 ,contu 
-0x690c 028234 isub temp ,null 
-0x690d 028235 nbranch phci_grp_vendor_patch_bad ,zero 
-0x690e 028236 branch hci_normal_reply 
-:      028238 phci_grp_vendor_done:
-0x690f 028239 arg 0x20 ,loopcnt 
-0x6910 028240 arg mem_patch00 ,contw 
-0x6911 028241 arg 0 ,temp 
-:      028242 phci_grp_vendor_done_loop:
-0x6912 028243 ifetch 1 ,contu 
-0x6913 028244 istore 1 ,contw 
-0x6914 028245 iadd temp ,temp 
-0x6915 028246 loop phci_grp_vendor_done_loop 
-0x6916 028247 and temp ,0xff ,temp 
-0x6917 028248 ifetch 1 ,contu 
-0x6918 028249 isub temp ,null 
-0x6919 028250 nbranch phci_grp_vendor_patch_bad ,zero 
-0x691a 028251 jam 0 ,core_ucode_ctrl 
-0x691b 028252 call hci_normal_reply 
-0x691c 028253 call wait_uarttx 
-0x691d 028254 branch soft_reset 
-:      028256 phci_grp_vendor_patch_bad:
-0x691e 028257 jam 0 ,core_ucode_ctrl 
-0x691f 028258 branch hci_send_event_command_complete_error_command_nuknown 
-:      028261 phci_grp_vendor_mem:
-0x6920 028262 ifetch 1 ,contu 
-0x6921 028263 copy pdata ,loopcnt 
-0x6922 028264 ifetch 2 ,contu 
-0x6923 028265 copy pdata ,contw 
-0x6924 028266 call uart_copy_rx_bytes 
-0x6925 028267 branch hci_normal_reply 
-:      028269 phci_grp_vendor_flow_control:
-0x6926 028270 fetch 1 ,core_uart_ctrl 
-0x6927 028271 set1 bit_uart_control_flow_control ,pdata 
-0x6928 028272 store 1 ,core_uart_ctrl 
-0x6929 028273 branch hci_normal_reply 
-:      028276 hci_normal_reply:
-0x692a 028277 branch hci_send_event_command_complete_without_payload 
-:      028279 hci_send_event_command_complete_error_command_nuknown:
-0x692b 028280 jam command_unknown ,mem_hci_command_complete_return_parameter 
-0x692c 028281 branch hci_send_event_command_complete_without_payload + 1 
-:      028282 hci_send_event_command_complete_error_command_disallowed:
-0x692d 028283 jam command_disallowed ,mem_hci_command_complete_return_parameter 
-0x692e 028284 branch hci_send_event_command_complete_without_payload + 1 
-:      028285 hci_send_event_command_complete_without_payload:
-0x692f 028286 jam command_succeeded ,mem_hci_command_complete_return_parameter 
-0x6930 028287 arg 1 ,loopcnt 
-0x6931 028288 branch hci_send_event_command_complete 
-:      028290 hci_send_event_command_complete:
-0x6932 028291 jam hci_event_command_complete ,mem_hci_event_head_event_code 
-0x6933 028292 add loopcnt ,3 ,pdata 
-0x6934 028293 store 1 ,mem_hci_event_para_total_length 
-0x6935 028294 call hci_prepare_send_event 
-0x6936 028295 fetch 3 ,mem_hci_command_complete_num_hci_command_packet 
-0x6937 028296 istore 3 ,contwu 
-0x6938 028298 arg mem_hci_command_complete_return_parameter ,contr 
-0x6939 028299 call uart_copy_tx_bytes 
-0x693a 028300 branch uarta_send_register_pop 
-:      028304 hci_prepare_send_event:
-0x693b 028305 call uarta_prepare_tx_register_push 
-0x693c 028306 fetch 3 ,mem_hci_event_head_type 
-0x693d 028307 istore 3 ,contwu 
-0x693e 028308 rtn 
-:      028310 hci_drop_current_packet:
-0x693f 028311 call uarta_prepare_rx 
-0x6940 028312 increase 3 ,contru 
-0x6941 028313 ifetch 1 ,contru 
-0x6942 028314 iadd contru ,contru 
-0x6943 028315 branch uarta_rxdone 
-:      028317 cmd_exit:
-0x6944 028318 jam 0 ,mem_hci_cmd 
-0x6945 028319 rtn 
-:      028326 l2cap_init:
-0x6946 028327 branch l2cap_init_wake ,wake 
-0x6947 028328 setarg mem_l2cap_xmem_end 
-0x6948 028329 arg mem_l2cap_xmem_start ,contw 
-0x6949 028330 isub contw ,loopcnt 
-0x694a 028331 call clear_mem 
-:      028332 l2cap_init_wake:
-0x694b 028334 rtn 
-:      028338 check_l2cap_map:
-0x694c 028339 arg 0 ,queue 
-0x694d 028340 arg 0 ,regb 
-:      028342 check_l2cap_map_loop:
-0x694e 028343 sub queue ,7 ,null 
-0x694f 028344 nrtn positive 
-0x6950 028345 qisolate1 rega 
-0x6951 028346 branch check_l2cap_map_used ,true 
-0x6952 028347 branch check_l2cap_map_used2 
-:      028349 check_l2cap_map_used:
-0x6953 028350 copy temp ,pdata 
-0x6954 028351 branch check_l2cap_map_used2 ,blank 
-0x6955 028352 qset1 regb 
-0x6956 028353 increase -1 ,temp 
-:      028355 check_l2cap_map_used2:
-0x6957 028356 increase 1 ,queue 
-0x6958 028357 branch check_l2cap_map_loop 
-:      028370 ble_l2cap_malloc:
-0x6959 028371 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x695a 028372 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x695b 028373 call disable_user 
-0x695c 028374 branch host_l2cap_malloc 
-:      028376 host_l2cap_malloc:
-0x695d 028377 bpatch patch16_6 ,mem_patch16 
-0x695e 028378 call l2cap_malloc_is_fifo_full 
-0x695f 028379 nbranch assert ,blank 
-0x6960 028380 call l2cap_malloc_get_full_map 
-0x6961 028381 arg 8 ,loopcnt 
-:      028382 host_l2cap_malloc_loop:
-0x6962 028383 fetcht 1 ,mem_used_map 
-0x6963 028384 sub loopcnt ,8 ,queue 
-0x6964 028385 qisolate1 temp 
-0x6965 028386 branch host_l2cap_malloc_next_buffer ,true 
-0x6966 028387 call host_l2cap_malloc_check_buffer_enough 
-0x6967 028388 nbranch host_l2cap_malloc_next_buffer ,positive 
-0x6968 028389 call host_l2cap_malloc_into_fifo 
-0x6969 028390 branch host_l2cap_malloc_succ 
-:      028391 host_l2cap_malloc_next_buffer:
-0x696a 028392 copy rege ,pdata 
-0x696b 028393 iadd regd ,regd 
-0x696c 028394 loop host_l2cap_malloc_loop 
-0x696d 028395 branch assert 
-:      028396 host_l2cap_malloc_succ:
-0x696e 028397 copy regd ,pdata 
-0x696f 028398 copy regd ,contw 
-0x6970 028399 rtn 
-:      028408 host_l2cap_malloc_check_buffer_enough:
-0x6971 028409 bpatch patch16_7 ,mem_patch16 
-0x6972 028410 sub loopcnt ,8 ,queue 
-0x6973 028411 arg 0 ,temp 
-0x6974 028412 arg 0 ,timeup 
-:      028413 host_l2cap_malloc_check_buffer_enough_loop:
-0x6975 028414 copy queue ,pdata 
-0x6976 028415 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
-0x6977 028416 fetch 1 ,mem_used_map 
-0x6978 028417 qisolate1 pdata 
-0x6979 028418 branch host_l2cap_malloc_check_buffer_enough_end ,true 
-0x697a 028419 qset1 timeup 
-0x697b 028420 copy rege ,pdata 
-0x697c 028421 iadd temp ,temp 
-0x697d 028422 increase 1 ,queue 
-0x697e 028423 copy rega ,pdata 
-0x697f 028424 isub temp ,null 
-0x6980 028425 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
-0x6981 028426 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
-:      028427 host_l2cap_malloc_check_buffer_enough_end:
-0x6982 028428 copy temp ,pdata 
-0x6983 028429 isub rega ,null 
-0x6984 028430 nrtn zero 
-0x6985 028431 qset1 timeup 
-0x6986 028432 rtn 
-:      028441 host_l2cap_malloc_into_fifo:
-0x6987 028442 bpatch patch17_0 ,mem_patch17 
-0x6988 028443 call l2cap_malloc_is_fifo_full 
-0x6989 028444 nbranch assert ,blank 
-0x698a 028445 call l2cap_malloc_is_fifo_empty 
-0x698b 028446 branch host_l2cap_malloc_into_fifo_no_push ,blank 
-0x698c 028447 fetch 9 ,mem_tx_fifo1 
-0x698d 028448 store 9 ,mem_tx_fifo0 
-0x698e 028449 setarg 0 
-0x698f 028450 istore 3 ,contw 
-:      028451 host_l2cap_malloc_into_fifo_no_push:
-0x6990 028452 storer timeup ,1 ,mem_tx_fifo3_map 
-0x6991 028453 storer regd ,2 ,mem_tx_fifo3_ptr 
-0x6992 028454 rtn 
-:      028463 l2cap_malloc_fifo_out:
-0x6993 028464 bpatch patch17_1 ,mem_patch17 
-0x6994 028465 call l2cap_malloc_fifo_get_first_ptr 
-0x6995 028466 increase 1 ,contr 
-0x6996 028467 ifetch 2 ,contr 
-0x6997 028468 rtn 
-:      028475 l2cap_malloc_free:
-0x6998 028476 bpatch patch17_2 ,mem_patch17 
-0x6999 028477 call l2cap_malloc_fifo_get_first_ptr 
-0x699a 028478 copy contr ,contw 
-0x699b 028479 copy contr ,temp 
-0x699c 028480 setarg 0 
-0x699d 028481 istore 3 ,contw 
-0x699e 028482 rtn 
-:      028489 l2cap_malloc_discard:
-0x699f 028490 bpatch patch17_3 ,mem_patch17 
-0x69a0 028491 call l2cap_malloc_is_fifo_empty 
-0x69a1 028492 branch assert ,blank 
-0x69a2 028493 fetch 3 ,mem_tx_fifo2 
-0x69a3 028494 store 3 ,mem_tx_fifo3 
-0x69a4 028495 fetch 3 ,mem_tx_fifo1 
-0x69a5 028496 store 3 ,mem_tx_fifo2 
-0x69a6 028497 fetch 3 ,mem_tx_fifo0 
-0x69a7 028498 store 3 ,mem_tx_fifo1 
-0x69a8 028499 rtn 
-:      028507 l2cap_malloc_is_fifo_full:
-0x69a9 028508 bpatch patch17_4 ,mem_patch17 
-0x69aa 028509 fetch 3 ,mem_tx_fifo0 
-0x69ab 028510 rtn 
-:      028518 l2cap_malloc_is_fifo_nearly_full:
-0x69ac 028519 bpatch patch17_5 ,mem_patch17 
-0x69ad 028520 fetch 3 ,mem_tx_fifo1 
-0x69ae 028521 rtn 
-:      028529 l2cap_malloc_is_fifo_empty:
-0x69af 028530 bpatch patch17_6 ,mem_patch17 
-0x69b0 028531 fetch 3 ,mem_tx_fifo3 
-0x69b1 028532 rtn 
-:      028539 l2cap_malloc_fifo_get_first_ptr:
-0x69b2 028540 call l2cap_malloc_is_fifo_empty 
-0x69b3 028541 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
-0x69b4 028542 arg mem_tx_fifo0 ,contr 
-:      028543 l2cap_malloc_free_loop:
-0x69b5 028544 ifetch 3 ,contr 
-0x69b6 028545 branch l2cap_malloc_free_loop ,blank 
-:      028546 l2cap_malloc_fifo_get_first_ptr_empty:
-0x69b7 028547 increase -3 ,contr 
-0x69b8 028548 rtn 
-:      028556 l2cap_malloc_get_full_map:
-0x69b9 028557 bpatch patch17_7 ,mem_patch17 
-0x69ba 028558 arg 4 ,loopcnt 
-0x69bb 028559 arg mem_tx_fifo0_map ,contr 
-0x69bc 028560 arg 0 ,temp 
-:      028561 l2cap_malloc_get_full_map_loop:
-0x69bd 028562 ifetch 3 ,contr 
-0x69be 028563 and pdata ,0xff ,pdata 
-0x69bf 028564 ior temp ,temp 
-0x69c0 028565 loop l2cap_malloc_get_full_map_loop 
-0x69c1 028566 storet 1 ,mem_used_map 
-0x69c2 028567 rtn 
-:      028570 l2cap_lpm_get_wake_lock:
-0x69c3 028571 arg wake_lock_l2cap_tx ,queue 
-0x69c4 028572 branch lpm_get_wake_lock 
-:      028574 l2cap_lpm_put_wake_lock:
-0x69c5 028575 arg wake_lock_l2cap_tx ,queue 
-0x69c6 028576 branch lpm_put_wake_lock 
-:      028587 twspi_reset:
-0x69c7 028588 bpatch patch18_1 ,mem_patch18 
-0x69c8 028589 sub temp ,ui_button_gpio_disable ,null 
-0x69c9 028590 rtn zero 
-0x69ca 028591 copy temp ,pdata 
-0x69cb 028592 and_into 0xff ,pdata 
-0x69cc 028593 sub pdata ,gpio_number + -1 ,null 
-0x69cd 028594 nbranch twspi_reset_ext ,positive 
-0x69ce 028595 arg core_gpio_conf ,contw 
-:      028596 twspi_reset_next:
-0x69cf 028597 iadd contw ,contw 
-0x69d0 028598 copy contw ,rega 
-0x69d1 028599 arg gpcfg_output_low ,temp 
-0x69d2 028600 istoret 1 ,contw 
-0x69d3 028601 call twspi_disable 
-0x69d4 028602 nop 30 
-0x69d5 028603 copy rega ,contw 
-0x69d6 028604 arg gpcfg_output_high ,temp 
-0x69d7 028605 istoret 1 ,contw 
-0x69d8 028606 branch twspi_enable 
-:      028608 twspi_reset_ext:
-0x69d9 028609 arg core_gpio_conf_hi ,contw 
-0x69da 028610 increase -16 ,pdata 
-0x69db 028611 branch twspi_reset_next 
-:      028614 twspi_disable:
-0x69dc 028615 fetch 1 ,core_spid_delay 
-0x69dd 028616 and_into 0x7f ,pdata 
-0x69de 028617 store 1 ,core_spid_delay 
-0x69df 028618 rtn 
-:      028620 twspi_enable:
-0x69e0 028621 fetch 1 ,core_spid_delay 
-0x69e1 028622 or_into 0x80 ,pdata 
-0x69e2 028623 store 1 ,core_spid_delay 
-0x69e3 028624 rtn 
-:      028626 twspi_write:
-0x69e4 028627 branch spid_write_reg 
-:      028629 twspi_read:
-0x69e5 028630 branch spid_read_reg 
-:      028634 aes_disable:
-0x69e6 028635 fetch 1 ,core_bist_ctrl 
-0x69e7 028636 set0 aes_en ,pdata 
-0x69e8 028637 store 1 ,core_bist_ctrl 
-0x69e9 028638 rtn 
-:      028640 read_function_aes:
-0x69ea 028641 nbranch read_function ,user 
-0x69eb 028642 fetch 1 ,core_bist_ctrl 
-0x69ec 028643 set1 aes_en ,pdata 
-0x69ed 028644 store 1 ,core_bist_ctrl 
-:      028645 read_function:
-0x69ee 028646 copy temp ,null 
-0x69ef 028647 branch read_fuction_zero ,zero 
-0x69f0 028648 copy regc ,pc 
-:      028650 read_fuction_zero:
-0x69f1 028651 isolate0 0 ,null 
-0x69f2 028652 branch set_ucode_status 
-:      028655 get_block_header:
-0x69f3 028656 force 4 ,temp 
-:      028657 get_block_header0:
-0x69f4 028658 arg mem_ucode_buf ,rega 
-0x69f5 028659 call aes_disable 
-0x69f6 028660 call read_function 
-0x69f7 028661 arg 0x55aa ,rega 
-0x69f8 028662 fetch 2 ,mem_ucode_buf 
-0x69f9 028663 ifetcht 2 ,contr 
-0x69fa 028664 isub rega ,null 
-0x69fb 028665 rtn 
-:      028668 read_first_block:
-0x69fc 028669 call load_aes_reinit ,user 
-0x69fd 028670 arg 2 ,temp 
-0x69fe 028671 arg mem_ucode_ptr ,rega 
-0x69ff 028672 call read_function 
-0x6a00 028673 fetch 2 ,mem_ucode_ptr 
-:      028674 read_first_block_cont:
-0x6a01 028675 store 2 ,mem_addr_mi 
-0x6a02 028676 call get_iv ,user 
-0x6a03 028677 rtn 
-:      028679 get_iv:
-0x6a04 028680 arg 16 ,temp 
-0x6a05 028681 arg mem_ucode_keybuf ,rega 
-0x6a06 028682 call aes_disable 
-0x6a07 028683 call read_function 
-:      028684 set_iv:
-0x6a08 028685 arg mem_ucode_keybuf ,contr 
-0x6a09 028686 arg 16 ,loopcnt 
-0x6a0a 028687 call aes_load_data 
-0x6a0b 028688 call aes_init 
-0x6a0c 028689 call aes_clear_data 
-0x6a0d 028690 branch do_aes_cbc 
-:      028692 load_aes_reinit:
-0x6a0e 028693 jam 0x0 ,core_ucode_ctrl 
-0x6a0f 028694 call aes_disable 
-0x6a10 028695 branch aes_clear_data 
-:      028697 load_storage:
-0x6a11 028698 setarg 0 
-0x6a12 028699 store 2 ,mem_queue 
-0x6a13 028700 disable match 
-0x6a14 028701 call get_block_header 
-0x6a15 028702 nrtn zero 
-0x6a16 028703 enable match 
-0x6a17 028704 setarg 0x8000 
-0x6a18 028705 store 3 ,core_ucode_hi 
-0x6a19 028706 arg core_ucode_data ,rega 
-0x6a1a 028707 call read_function_aes 
-0x6a1b 028708 jam 0x0 ,core_ucode_ctrl 
-0x6a1c 028709 fetch 1 ,mem_ucode_status 
-0x6a1d 028710 rtnbit0 0 
-:      028711 load_storage_loop:
-0x6a1e 028712 arg 6 ,temp 
-0x6a1f 028713 call get_block_header0 
-0x6a20 028714 nbranch load_data_checksum_compare ,zero 
-0x6a21 028715 ifetchr rega ,2 ,contr 
-0x6a22 028716 call read_function 
-0x6a23 028717 call load_data_checksum_calc 
-0x6a24 028718 branch load_storage_loop 
-:      028721 load_data_checksum_calc:
-0x6a25 028722 fetch 2 ,mem_queue 
-0x6a26 028723 arg 6 ,loopcnt 
-0x6a27 028724 arg mem_ucode_buf ,contr 
-0x6a28 028725 call cal_sum 
-0x6a29 028726 fetchr loopcnt ,2 ,mem_ucode_len 
-0x6a2a 028727 copy rega ,contr 
-0x6a2b 028728 call cal_sum 
-0x6a2c 028729 store 2 ,mem_queue 
-0x6a2d 028730 rtn 
-:      028732 load_data_checksum_compare:
-0x6a2e 028733 fetch 1 ,mem_otp_load_check_sum 
-0x6a2f 028734 beq 0x5a ,load_data_checksum_ok 
-0x6a30 028735 arg 0xaa55 ,rega 
-0x6a31 028736 fetch 2 ,mem_ucode_buf 
-0x6a32 028737 isub rega ,null 
-0x6a33 028738 nbranch load_data_checksum_compare_fail ,zero 
-0x6a34 028739 arg 0x55aa ,rega 
-0x6a35 028740 fetch 2 ,mem_ucode_len 
-0x6a36 028741 isub rega ,null 
-0x6a37 028742 nbranch load_data_checksum_compare_fail ,zero 
-0x6a38 028743 fetch 2 ,mem_sched_addr 
-0x6a39 028744 fetcht 2 ,mem_queue 
-0x6a3a 028745 isub temp ,null 
-0x6a3b 028746 nbranch load_data_checksum_compare_fail ,zero 
-:      028747 load_data_checksum_ok:
-0x6a3c 028748 set1 15 ,rega 
-0x6a3d 028749 branch read_fuction_zero 
-:      028751 load_data_checksum_compare_fail:
-0x6a3e 028752 jam 0 ,mem_ucode_status 
-0x6a3f 028753 rtn 
-:      028756 loadcode_lock_load_ucode:
-0x6a40 028759 and pdata ,0xff ,pdata 
-0x6a41 028760 rshift4 pdata ,pdata 
-0x6a42 028761 store 1 ,mem_device_option 
-0x6a43 028762 branch loadcode_load_key 
-:      028764 loadcode_lock:
-0x6a44 028765 fetch 2 ,core_ucode_flag 
-0x6a45 028766 nbranch loadcode_lock_load_ucode ,blank 
-0x6a46 028767 call loadcode_load_key 
-0x6a47 028768 fetch 2 ,mem_device_option 
-0x6a48 028769 rtn blank 
-0x6a49 028770 call loadcode_set_lock 
-0x6a4a 028771 branch lpm_write_lock 
-:      028773 loadcode_set_lock:
-0x6a4b 028774 fetch 1 ,mem_device_option 
-0x6a4c 028775 rtn blank 
-0x6a4d 028776 and pdata ,0xf ,temp 
-0x6a4e 028777 storet 1 ,mem_device_option 
-0x6a4f 028778 rshift4 pdata ,pdata 
-0x6a50 028779 ixor temp ,pdata 
-0x6a51 028780 bne 0xf ,app_lpm_mpu_lock_24g_ble 
-0x6a52 028781 branch app_lpm_lock_check 
-:      028783 load_otp_hv_vsel:
-0x6a53 028784 fetch 1 ,mem_otp_hv_sel 
-0x6a54 028785 ncall lpm_save_sel_hv ,blank 
-0x6a55 028786 fetch 1 ,mem_otp_ldo_vsel 
-0x6a56 028787 rtn blank 
-0x6a57 028788 store 1 ,mem_lpm_ldo_sel 
-0x6a58 028789 branch lpm_write_io_vsel 
-:      028791 loadcode_load_key:
-0x6a59 028792 disable user 
-0x6a5a 028793 fetch 1 ,mem_ucode_flag 
-0x6a5b 028794 rtnbit0 otp_uflag_aes 
-0x6a5c 028795 call loadcode_check_otp_lock 
-0x6a5d 028796 arg otp_offset_ucode_key_l ,pdata 
-0x6a5e 028797 iadd regb ,regb 
-0x6a5f 028798 force 16 ,loopcnt 
-0x6a60 028799 arg mem_ucode_keybuf ,rega 
-0x6a61 028800 call otp_read_data 
-0x6a62 028801 jam otp_key_lock ,core_misc_ctrl 
-0x6a63 028802 arg mem_ucode_keybuf ,contr 
-0x6a64 028803 call load_key 
-0x6a65 028805 arg mem_ucode_keybuf ,contw 
-0x6a66 028806 call memset0_16 
-0x6a67 028807 branch enable_user 
-:      028810 loadcode:
-0x6a68 028811 jam 0x25 ,core_clkoff 
-0x6a69 028812 call enable_otp_read 
-0x6a6a 028813 arg otp_offset_patch_ptr ,regb 
-0x6a6b 028814 force 11 ,loopcnt 
-0x6a6c 028815 arg mem_ucode_ptr ,rega 
-0x6a6d 028816 call otp_read_data1 
-0x6a6e 028817 fetchr regf ,5 ,mem_ucode_ptr 
-0x6a6f 028818 fetch 1 ,mem_ucode_flag 
-0x6a70 028819 bbit0 otp_uflag_bist ,loadcode_nobist 
-0x6a71 028820 jam 0x7 ,core_bist_ctrl 
-:      028821 loadcode_bistwait:
-0x6a72 028822 fetch 1 ,core_bist_done 
-0x6a73 028823 bne 7 ,loadcode_bistwait 
-0x6a74 028824 fetch 1 ,core_bist_fail 
-0x6a75 028825 lshift4 pdata ,pdata 
-0x6a76 028826 store 1 ,core_bist_ctrl 
-0x6a77 028827 branch loadcode_otp 
-:      028829 loadcode_nobist:
-0x6a78 028830 call set_bistfix 
-0x6a79 028831 call clean_xmem 
-0x6a7a 028832 call clean_smem 
-:      028833 loadcode_otp:
-0x6a7b 028834 storer regf ,5 ,mem_ucode_ptr 
-0x6a7c 028836 call loadcode_check_otp_lock 
-0x6a7d 028837 arg otp_offset_adc_param_l ,pdata 
-0x6a7e 028838 iadd regb ,regb 
-0x6a7f 028839 arg 32 ,loopcnt 
-0x6a80 028840 arg mem_otp_temp ,rega 
-0x6a81 028841 call otp_read_data 
-0x6a82 028843 call load_otp_hv_vsel 
-0x6a83 028844 call loadcode_lock 
-0x6a84 028846 fetch 1 ,mem_ucode_flag 
-0x6a85 028847 bbit0 otp_uflag_aes ,loadcode_unenc 
-0x6a86 028848 fetcht 1 ,mem_peripheral_lock_flag 
-0x6a87 028849 arg 0 ,pdata 
-0x6a88 028850 set1 otp_not_limit ,pdata 
-0x6a89 028851 set1 otp_limit ,pdata 
-0x6a8a 028852 iand temp ,rega 
-0x6a8b 028853 sub rega ,0 ,null 
-0x6a8c 028854 branch loadcode_error ,zero 
-0x6a8d 028855 isub rega ,null 
-0x6a8e 028856 branch loadcode_error ,zero 
-:      028857 loadcode_unenc:
-0x6a8f 028858 jam 0 ,mem_loadcode_times 
-0x6a90 028859 arg otp_load_code ,regc 
-:      028860 loadcode_otp_loop:
-0x6a91 028861 call loadcode_timeout 
-0x6a92 028862 nbranch loadcode_error ,positive 
-0x6a93 028863 fetch 2 ,mem_ucode_ptr 
-0x6a94 028864 branch loadcode_otp_end ,blank 
-0x6a95 028865 call read_first_block_cont 
-0x6a96 028866 call load_storage 
-0x6a97 028867 nbranch loadcode_otp_end ,match 
-0x6a98 028868 fetch 1 ,mem_ucode_status 
-0x6a99 028869 compare 3 ,pdata ,3 
-0x6a9a 028870 nbranch loadcode_otp_loop ,true 
-0x6a9b 028871 call run_otp_code 
-:      028872 loadcode_otp_end:
-0x6a9c 028873 call disable_otp 
-0x6a9d 028874 jam 0 ,mem_loadcode_times 
-:      028875 loadcode_iic_loop:
-0x6a9e 028876 call loadcode_timeout 
-0x6a9f 028877 nbranch loadcode_error ,positive 
-0x6aa0 028878 call iicd_load_gpio_init 
-0x6aa1 028879 call clear_eeprom_size_2k 
-0x6aa2 028880 fetch 1 ,mem_ucode_flag 
-0x6aa3 028881 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6aa4 028882 call loadcode_iic_by_eeprom 
-0x6aa5 028883 nbranch loadcode_iic_eeprom_2k ,match 
-0x6aa6 028884 fetch 1 ,mem_ucode_status 
-0x6aa7 028885 compare 3 ,pdata ,3 
-0x6aa8 028886 nbranch loadcode_iic_loop ,true 
-0x6aa9 028887 branch loadcode_spi 
-:      028889 run_otp_code:
-0x6aaa 028890 setarg 0x1ff 
-0x6aab 028891 arg 0 ,pc 
-0x6aac 028892 rtn 
-:      028894 loadcode_check_otp_lock:
-0x6aad 028895 arg otp_offset_h ,regb 
-0x6aae 028896 fetch 1 ,core_peripheral_lock 
-0x6aaf 028897 bbit1 otp_limit ,loadcode_otp_lock 
-0x6ab0 028898 fetch 1 ,mem_peripheral_lock_flag 
-0x6ab1 028899 rtnbit0 otp_limit 
-:      028900 loadcode_otp_lock:
-0x6ab2 028901 arg 0 ,regb 
-0x6ab3 028902 rtn 
-:      028905 loadcode_iic_eeprom_2k:
-0x6ab4 028906 call set_eeprom_size_2k 
-0x6ab5 028907 fetch 1 ,mem_ucode_flag 
-0x6ab6 028908 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6ab7 028909 call loadcode_iic_by_eeprom 
-0x6ab8 028910 nbranch loadcode_spi ,match 
-0x6ab9 028911 fetch 1 ,mem_ucode_status 
-0x6aba 028912 compare 3 ,pdata ,3 
-0x6abb 028913 nbranch loadcode_iic_loop ,true 
-0x6abc 028914 branch loadcode_hci 
-:      028916 loadcode_spi:
-0x6abd 028917 jam 0 ,mem_loadcode_times 
-:      028918 loadcode_spi_loop:
-0x6abe 028919 call loadcode_timeout 
-0x6abf 028920 nbranch loadcode_error ,positive 
-0x6ac0 028921 fetch 1 ,mem_ucode_flag 
-0x6ac1 028922 bbit1 otp_uflag_skip_flash ,loadcode_hci 
-0x6ac2 028923 call spid_init_flash 
-0x6ac3 028924 nop 200 
-0x6ac4 028925 call spid_flash_release_form_powerdown 
-0x6ac5 028926 nop 100 
-0x6ac6 028927 arg spid_load_flash ,regc 
-0x6ac7 028928 call read_first_block 
-0x6ac8 028929 call load_storage 
-0x6ac9 028930 nbranch loadcode_hci ,match 
-0x6aca 028931 fetch 1 ,mem_ucode_status 
-0x6acb 028932 compare 3 ,pdata ,3 
-0x6acc 028933 nbranch loadcode_spi_loop ,true 
-:      028935 loadcode_hci:
-0x6acd 028936 call clear_key_buf 
-0x6ace 028937 fetch 1 ,mem_ucode_flag 
-0x6acf 028938 rtnbit0 otp_uflag_hci 
-0x6ad0 028939 branch hci_init 
-:      028941 clear_key_buf:
-0x6ad1 028942 arg mem_ucode_keybuf ,contw 
-0x6ad2 028943 call memset0_16 
-0x6ad3 028944 force regidx_key ,regext_index 
-0x6ad4 028945 call aes_clear 
-0x6ad5 028946 jam 0x21 ,core_clkoff 
-0x6ad6 028947 rtn 
-:      028949 iicd_load_gpio_init:
-0x6ad7 028950 fetch 1 ,mem_eeprom_sda_gpio 
-0x6ad8 028951 fetcht 1 ,mem_eeprom_scl_gpio 
-0x6ad9 028952 isub temp ,null 
-0x6ada 028953 nbranch iicd_read_init_pin ,zero 
-:      028954 iicd_load_default_gpio:
-0x6adb 028955 jam 4 ,mem_eeprom_wp_gpio 
-0x6adc 028956 jam 23 ,mem_eeprom_scl_gpio 
-0x6add 028957 jam 22 ,mem_eeprom_sda_gpio 
-0x6ade 028958 branch iicd_read_init_pin 
-:      028962 loadcode_iic_by_eeprom:
-0x6adf 028963 setarg 0x0 
-0x6ae0 028964 store 2 ,mem_addr_mi 
-0x6ae1 028965 arg iicd_read_eep ,regc 
-0x6ae2 028966 call iic_init_600khz 
-0x6ae3 028967 call read_first_block 
-0x6ae4 028968 branch load_storage 
-:      028973 loadcode_timeout:
-0x6ae5 028974 call loadcode_error_delay 
-0x6ae6 028975 fetch 1 ,mem_loadcode_times 
-0x6ae7 028976 increase 1 ,pdata 
-0x6ae8 028977 sub pdata ,3 ,null 
-0x6ae9 028978 store 1 ,mem_loadcode_times 
-0x6aea 028979 rtn 
-:      028981 loadcode_error_delay:
-0x6aeb 028982 fetch 1 ,mem_loadcode_times 
-0x6aec 028983 rtn blank 
-0x6aed 028984 fetch 1 ,mem_otp_load_delay 
-0x6aee 028985 rtn blank 
-0x6aef 028986 copy pdata ,loopcnt 
-0x6af0 028987 branch delay_ms_wait 
-:      028990 loadcode_error:
-0x6af1 028991 call clear_key_buf 
-0x6af2 028992 call aes_disable 
-0x6af3 028994 call ice_break 
-0x6af4 028995 rtn 
-:      028997 set_bistfix:
-0x6af5 028998 and_into 0xe0 ,pdata 
-0x6af6 028999 rshift pdata ,pdata 
-0x6af7 029000 store 1 ,core_bist_ctrl 
-0x6af8 029001 setarg 1 
-0x6af9 029002 arg mem_bistfix_val ,contr 
-:      029003 set_bistfix_loop:
-0x6afa 029004 ifetcht 2 ,contr 
-0x6afb 029005 storet 2 ,core_lpm_reg 
-0x6afc 029006 store 1 ,core_set_bistfix 
-0x6afd 029007 lshift pdata ,pdata 
-0x6afe 029008 bbit0 3 ,set_bistfix_loop 
-0x6aff 029009 rtn 
-:      029012 set_ucode_status:
-0x6b00 029013 fetch 1 ,mem_ucode_status 
-0x6b01 029014 lshift pdata ,pdata 
-0x6b02 029015 setflag true ,0 ,pdata 
-0x6b03 029016 isolate0 15 ,rega 
-0x6b04 029017 rtn true 
-0x6b05 029018 store 1 ,mem_ucode_status 
-0x6b06 029019 rtn 
-:      029022 decrypt_code:
-0x6b07 029023 fetch 1 ,core_bist_ctrl 
-0x6b08 029024 rtnbit0 aes_en 
-0x6b09 029025 branch decrypt_code_skip 
-:      029026 decrypt_code_loop:
-0x6b0a 029027 fetch 1 ,core_dma_status 
-0x6b0b 029028 qisolate1 pdata 
-0x6b0c 029029 rtn true 
-:      029030 decrypt_code_skip:
-0x6b0d 029031 fetch 1 ,core_misc_status 
-0x6b0e 029032 bbit0 1 ,decrypt_code_loop 
-0x6b0f 029033 call do_aes_cbc 
-0x6b10 029034 branch decrypt_code_loop 
-:      029054 load_ucode:
-0x6b11 029055 fetch 2 ,mem_patch_ptr 
-0x6b12 029056 rtn blank 
-0x6b13 029057 jam 0x80 ,core_ucode_ctrl 
-0x6b14 029058 jam 0 ,core_ucode_hi 
-0x6b15 029059 jam 0 ,core_ucode_low 
-0x6b16 029060 fetcht 2 ,mem_patch_len 
-0x6b17 029061 lshift2 temp ,loopcnt 
-0x6b18 029062 iforce contr 
-:      029063 load_ucode_loop:
-0x6b19 029064 ifetch 1 ,contr 
-0x6b1a 029065 store 1 ,core_ucode_data 
-0x6b1b 029066 loop load_ucode_loop 
-0x6b1c 029067 jam 0x0 ,core_ucode_ctrl 
-0x6b1d 029068 rtn 
-:      029075 otp_load_code:
-0x6b1e 029076 copy temp ,loopcnt 
-0x6b1f 029077 fetch 2 ,mem_addr_mi 
-0x6b20 029078 iadd temp ,temp 
-0x6b21 029079 storet 2 ,mem_addr_mi 
-0x6b22 029080 iforce regb 
-0x6b23 029081 copy rega ,nap 
-0x6b24 029082 jam init_key ,core_misc_ctrl 
-0x6b25 029083 call otp_read_data 
-0x6b26 029084 copy nap ,rega 
-0x6b27 029085 isolate0 15 ,rega 
-0x6b28 029086 rtn true 
-0x6b29 029087 call enable_true ,blank 
-0x6b2a 029088 branch set_ucode_status 
-:      029091 otp_enable_chgpump25:
-0x6b2b 029092 jam 0x1 ,core_chgpump_ctrl 
-0x6b2c 029093 nop 300 
-0x6b2d 029094 jam 0x5 ,core_chgpump_ctrl 
-0x6b2e 029095 nop 100 
-0x6b2f 029096 jam 0x25 ,core_chgpump_ctrl 
-0x6b30 029097 nop 1000 
-0x6b31 029098 jam 0x27 ,core_chgpump_ctrl 
-0x6b32 029099 nop 300 
-0x6b33 029100 rtn 
-:      029102 otp_enable_chgpump65:
-0x6b34 029103 call otp_enable_chgpump25 
-0x6b35 029104 jam 0x3f ,core_chgpump_ctrl 
-0x6b36 029105 rtn 
-:      029107 disable_otp:
-0x6b37 029108 jam 0x83 ,core_otp_ctrl 
-:      029109 otp_disable_chgpump:
-0x6b38 029110 jam 0 ,core_chgpump_ctrl 
-0x6b39 029111 rtn 
-:      029113 enable_otp_read:
-0x6b3a 029114 call otp_enable_chgpump25 
-:      029116 otp_reset:
-0x6b3b 029117 jam 0x82 ,core_otp_ctrl 
-0x6b3c 029118 nop 12 
-0x6b3d 029119 jam 0x80 ,core_otp_ctrl 
-0x6b3e 029120 jam 0x82 ,core_otp_ctrl 
-0x6b3f 029121 nop 150 
-0x6b40 029122 rtn 
-:      029125 otp_set_addr:
-0x6b41 029126 lshift3 regb ,regb 
-0x6b42 029127 storer regb ,2 ,core_otp_addr 
-0x6b43 029128 jam 0 ,core_otp_din 
-0x6b44 029129 rtn 
-:      029132 otp_write:
-0x6b45 029133 bpatch patch18_4 ,mem_patch18 
-0x6b46 029134 call otp_enable_chgpump65 
-0x6b47 029135 call otp_set_addr 
-0x6b48 029136 call otp_reset 
-:      029137 otp_program:
-0x6b49 029138 ifetcht 1 ,rega 
-0x6b4a 029139 increase 1 ,rega 
-0x6b4b 029140 force 0 ,queue 
-:      029141 otp_program_bit:
-0x6b4c 029142 qisolate0 temp 
-0x6b4d 029143 branch otp_skip_0 ,true 
-0x6b4e 029144 fetch 1 ,core_otp_din 
-0x6b4f 029145 set1 6 ,pdata 
-0x6b50 029146 set1 7 ,pdata 
-0x6b51 029147 store 1 ,core_otp_din 
-0x6b52 029148 jam 0x02 ,core_otp_ctrl 
-0x6b53 029149 jam 0x82 ,core_otp_ctrl 
-0x6b54 029150 set0 7 ,pdata 
-0x6b55 029151 store 1 ,core_otp_din 
-0x6b56 029152 jam 0x8a ,core_otp_ctrl 
-0x6b57 029153 nop 11 
-0x6b58 029154 jam 0xca ,core_otp_ctrl 
-0x6b59 029155 nop 33 
-0x6b5a 029156 jam 0x4a ,core_otp_ctrl 
-0x6b5b 029157 nop 44 
-0x6b5c 029158 jam 0xca ,core_otp_ctrl 
-0x6b5d 029159 nop 22 
-0x6b5e 029160 jam 0x8a ,core_otp_ctrl 
-0x6b5f 029161 nop 33 
-0x6b60 029162 jam 0x82 ,core_otp_ctrl 
-0x6b61 029163 nop 1 
-0x6b62 029164 jam 0x92 ,core_otp_ctrl 
-0x6b63 029165 nop 10 
-0x6b64 029166 jam 0xb2 ,core_otp_ctrl 
-0x6b65 029167 fetch 1 ,core_otp_rdata 
-0x6b66 029168 jam 0x92 ,core_otp_ctrl 
-0x6b67 029169 nop 1 
-0x6b68 029170 jam 0x82 ,core_otp_ctrl 
-0x6b69 029171 nop 1 
-0x6b6a 029172 qisolate0 pdata 
-0x6b6b 029173 branch otp_program_bit ,true 
-:      029174 otp_skip_0:
-0x6b6c 029175 fetch 2 ,core_otp_addr 
-0x6b6d 029176 increase 1 ,pdata 
-0x6b6e 029177 store 2 ,core_otp_addr 
-0x6b6f 029178 increase 1 ,queue 
-0x6b70 029179 compare 8 ,queue ,0xf 
-0x6b71 029180 nbranch otp_program_bit ,true 
-0x6b72 029181 loop otp_program 
-0x6b73 029182 branch otp_disable_chgpump 
-:      029188 otp_read_data:
-0x6b74 029189 bpatch patch18_5 ,mem_patch18 
-:      029190 otp_read_data1:
-0x6b75 029191 call otp_set_addr 
-0x6b76 029192 jam 0xa2 ,core_otp_ctrl 
-0x6b77 029193 increase 8 ,regb 
-0x6b78 029194 arg 0 ,queue 
-0x6b79 029195 setarg -1 
-:      029196 otp_read_data_loop:
-0x6b7a 029197 fetcht 1 ,core_otp_rdata 
-0x6b7b 029198 istoret 1 ,rega 
-0x6b7c 029199 bcrc temp 
-0x6b7d 029200 jam shift_key ,core_misc_ctrl 
-0x6b7e 029201 storer regb ,2 ,core_otp_addr 
-0x6b7f 029202 isolate1 15 ,rega 
-0x6b80 029203 branch otp_read_noinc ,true 
-0x6b81 029204 increase 1 ,rega 
-0x6b82 029205 branch otp_read_unenc 
-:      029207 otp_read_noinc:
-0x6b83 029208 nbranch otp_read_unenc ,user 
-0x6b84 029209 increase 1 ,queue 
-0x6b85 029210 compare 0 ,queue ,0xf 
-0x6b86 029211 nbranch otp_read_unenc ,true 
-0x6b87 029212 call do_aes_cbc 
-0x6b88 029213 jam init_key ,core_misc_ctrl 
-:      029214 otp_read_unenc:
-0x6b89 029215 increase 8 ,regb 
-0x6b8a 029216 loop otp_read_data_loop 
-0x6b8b 029217 jam 0x82 ,core_otp_ctrl 
-0x6b8c 029218 rtn 
-:      029229 app_lpm_lock_check:
-0x6b8d 029230 fetch 1 ,mem_device_option 
-0x6b8e 029231 beq dvc_op_module ,app_lpm_module_lock 
-0x6b8f 029232 beq dvc_op_dongle ,app_lpm_dongle_lock 
-0x6b90 029234 beq dvc_op_mouse ,app_lpm_mouse_lock 
-0x6b91 029235 beq dvc_op_shutter ,app_lpm_shutter_lock 
-0x6b92 029236 beq dvc_op_shutter_dy ,app_lpm_shutter_lock 
-0x6b93 029237 beq dvc_op_hci_boot ,app_lpm_hciboot_lock 
-0x6b94 029238 beq dvc_op_remote_car ,app_lpm_car_lock_application_and_ble 
-0x6b95 029239 beq dvc_op_car ,app_lpm_car_lock 
-0x6b96 029240 beq dvc_op_mesh ,app_lpm_mesh_lock 
-0x6b97 029241 beq dvc_op_keyboard ,app_lpm_kb_lock 
-0x6b98 029242 branch app_lpm_mpu_lock_24g_ble 
-:      029245 app_lpm_mesh_lock:
-0x6b99 029246 arg car_init ,pdata 
-0x6b9a 029247 arg shutter_dy_shutter_1s_timer ,temp 
-0x6b9b 029248 call app_mpu_s0_lock 
-0x6b9c 029249 branch app_lpm_lock_mesh 
-:      029251 app_lpm_kb_lock:
-0x6b9d 029252 branch app_lpm_lock_mesh 
-:      029255 app_lpm_module_lock:
-:      029256 app_lpm_hciboot_lock:
-0x6b9e 029257 branch app_lpm_mpu_lock_24g 
-:      029260 app_lpm_dongle_lock:
-0x6b9f 029261 arg module_init ,pdata 
-0x6ba0 029262 arg shutter_dy_shutter_1s_timer ,temp 
-0x6ba1 029263 call app_mpu_s0_lock 
-0x6ba2 029264 branch app_lpm_lock_mesh 
-:      029266 app_lpm_mouse_lock:
-0x6ba3 029267 arg car_init ,pdata 
-0x6ba4 029268 arg module_set_state ,temp 
-0x6ba5 029269 call app_mpu_s0_lock 
-0x6ba6 029270 branch app_lpm_lock_mesh 
-:      029272 app_lpm_shutter_lock:
-0x6ba7 029273 arg car_init ,pdata 
-0x6ba8 029274 arg remote_car_moto_data_enable_user ,temp 
-0x6ba9 029275 call app_mpu_s0_lock 
-0x6baa 029276 branch app_lpm_lock_mesh 
-:      029278 app_lpm_car_lock:
-0x6bab 029279 arg dongle_init ,pdata 
-0x6bac 029280 arg shutter_dy_shutter_1s_timer ,temp 
-0x6bad 029281 call app_mpu_s0_lock 
-:      029282 app_lpm_lock_mesh:
-0x6bae 029283 arg ali_mesh_access_layer_resolve_message ,pdata 
-0x6baf 029284 arg ali_mesh_upper_transport_layer_init_queue_param ,temp 
-0x6bb0 029285 branch app_mpu_s1_lock 
-:      029287 app_lpm_car_lock_application_and_ble:
-0x6bb1 029288 arg dongle_init ,pdata 
-0x6bb2 029289 arg shutter_dy_shutter_1s_timer ,temp 
-0x6bb3 029290 call app_mpu_s0_lock 
-0x6bb4 029291 arg le_adv ,pdata 
-0x6bb5 029292 arg le_send_ll_one_lenth ,temp 
-0x6bb6 029293 branch app_mpu_s1_lock 
-:      029296 app_mpu_s0_lock:
-0x6bb7 029297 lshift16 temp ,temp 
-0x6bb8 029298 ior temp ,pdata 
-0x6bb9 029299 branch lpm_write_mpu_s0 
-:      029302 app_lpm_mpu_lock_ble:
-0x6bba 029303 arg le_parse_att ,pdata 
-0x6bbb 029304 arg le_send_ll_one_lenth ,temp 
-:      029305 app_mpu_s1_lock:
-0x6bbc 029306 lshift16 temp ,temp 
-0x6bbd 029307 ior temp ,pdata 
-0x6bbe 029308 branch lpm_write_mpu_s1 
-:      029310 app_lpm_mpu_lock_24g:
-0x6bbf 029311 arg g24_prep ,pdata 
-0x6bc0 029312 arg g24_factory_check ,temp 
-0x6bc1 029313 branch app_mpu_s1_lock 
-:      029315 app_lpm_mpu_lock_24g_ble:
-0x6bc2 029316 call app_lpm_mpu_lock_24g 
-0x6bc3 029317 arg le_parse_att ,pdata 
-0x6bc4 029318 arg le_send_ll_one_lenth ,temp 
-0x6bc5 029319 branch app_mpu_s0_lock 
-:      029325 spid_init:
-0x6bc6 029326 bpatch patch18_6 ,mem_patch18 
-:      029327 spid_init_common:
-0x6bc7 029328 fetch 1 ,mem_spi_init_clk 
-0x6bc8 029329 store 1 ,core_spid_ctrl 
-0x6bc9 029330 fetch 1 ,mem_spi_init_delay_time 
-0x6bca 029331 store 1 ,core_spid_delay 
-0x6bcb 029332 setarg mem_spid_tbuf 
-0x6bcc 029333 store 2 ,core_spid_txaddr 
-0x6bcd 029334 setarg mem_spid_rbuf 
-0x6bce 029335 store 2 ,core_spid_rxaddr 
-0x6bcf 029336 branch twspi_disable 
-:      029341 spid_write_reg:
-0x6bd0 029342 set1 7 ,pdata 
-0x6bd1 029343 store 2 ,mem_spid_tbuf 
-0x6bd2 029344 bpatch patch18_7 ,mem_patch18 
-0x6bd3 029345 jam 2 ,core_spid_txlen 
-0x6bd4 029346 jam 0 ,core_spid_rxlen 
-0x6bd5 029347 jam spid_start ,core_misc_ctrl 
-0x6bd6 029348 branch wait_spid_done 
-:      029351 spid_read_reg:
-0x6bd7 029352 force 1 ,temp 
-:      029353 spid_read_regs:
-0x6bd8 029354 store 1 ,mem_spid_tbuf 
-0x6bd9 029355 bpatch patch19_0 ,mem_patch19 
-0x6bda 029356 jam 1 ,core_spid_txlen 
-0x6bdb 029357 storet 2 ,core_spid_rxlen 
-0x6bdc 029358 jam spid_start ,core_misc_ctrl 
-0x6bdd 029359 call wait_spid_done 
-0x6bde 029360 fetch 1 ,mem_spid_rbuf 
-0x6bdf 029361 rtn 
-:      029364 wait_spid_done:
-0x6be0 029368 nop 5 
-0x6be1 029369 fetch 1 ,core_dma_status 
-0x6be2 029370 bbit0 spid_done ,wait_spid_done 
-0x6be3 029371 rtn 
-:      029379 flash_write:
-0x6be4 029380 disable user 
-0x6be5 029381 copy pdata ,regb 
-0x6be6 029382 fetch 1 ,mem_spi_write_flash_sm 
-0x6be7 029383 rtnne flash_sm_no_buys 
-0x6be8 029384 enable user 
-0x6be9 029385 copy regb ,pdata 
-0x6bea 029386 branch spid_flash_write_start 
-:      029389 flash_write_spi_sm_timer:
-0x6beb 029390 fetch 1 ,mem_spi_write_flash_sm 
-0x6bec 029391 beq flash_sm_start ,spid_flash_write_start 
-0x6bed 029392 beq flash_sm_erase_sector ,spid_flash_erase_sector 
-0x6bee 029393 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
-0x6bef 029394 beq flash_sm_write_data ,spid_flash_write_data 
-0x6bf0 029395 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
-0x6bf1 029396 rtn 
-:      029398 spid_flash_write_start:
-0x6bf2 029399 store 3 ,mem_spi_write_addr 
-0x6bf3 029400 copy rega ,pdata 
-0x6bf4 029401 store 2 ,mem_spi_write_ptr 
-0x6bf5 029402 storet 2 ,mem_spi_write_len 
-0x6bf6 029403 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
-0x6bf7 029404 branch spid_init_flash 
-:      029406 spid_flash_erase_sector:
-0x6bf8 029407 call spid_init_flash 
-0x6bf9 029408 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
-0x6bfa 029409 call spid_unlock_flash 
-0x6bfb 029410 arg mem_spid_tbuf ,rega 
-0x6bfc 029411 jam 4 ,core_spid_txlen 
-0x6bfd 029412 fetch 3 ,mem_spi_write_addr 
-0x6bfe 029413 arg flash_command_sector_erase ,temp 
-0x6bff 029414 branch spid_write_flash_common 
-:      029416 spid_flash_wait_erase_sector:
-0x6c00 029417 call spid_init_flash 
-0x6c01 029418 call wait_spid_flash_done 
-0x6c02 029419 jam flash_sm_write_data ,mem_spi_write_flash_sm 
-0x6c03 029420 rtn 
-:      029423 spid_flash_write_data:
-0x6c04 029424 bpatch patch19_1 ,mem_patch19 
-0x6c05 029425 call spid_init_flash 
-0x6c06 029426 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
-0x6c07 029427 call spid_unlock_flash 
-0x6c08 029428 call spid_flash_data_preserve 
-0x6c09 029429 call spid_write_flash 
-0x6c0a 029430 branch spid_flash_data_recover 
-:      029431 spid_flash_wait_write_data:
-0x6c0b 029432 call spid_init_flash 
-0x6c0c 029433 call spid_unlock_flash 
-0x6c0d 029434 setarg flash_read_satus 
-0x6c0e 029435 call spid_read_reg 
-0x6c0f 029436 rtnbit1 flash_status_wip 
-0x6c10 029437 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
-0x6c11 029438 fetch 2 ,mem_cb_spi_flash_write_complate 
-0x6c12 029439 branch callback_func 
-:      029440 spid_flash_data_recover:
-0x6c13 029441 fetch 4 ,mem_temp 
-0x6c14 029442 fetcht 2 ,mem_spi_write_ptr 
-:      029443 spid_flash_data_recover_comm:
-0x6c15 029444 increase -4 ,temp 
-0x6c16 029445 istore 4 ,temp 
-0x6c17 029446 rtn 
-:      029448 spid_flash_data_preserve:
-0x6c18 029449 fetcht 2 ,mem_spi_write_ptr 
-0x6c19 029450 copy temp ,rega 
-0x6c1a 029451 increase -4 ,temp 
-0x6c1b 029452 ifetch 4 ,temp 
-0x6c1c 029453 store 4 ,mem_temp 
-0x6c1d 029454 fetcht 2 ,mem_spi_write_len 
-0x6c1e 029455 fetch 3 ,mem_spi_write_addr 
-0x6c1f 029456 rtn 
-:      029458 spid_init_flash:
-0x6c20 029459 bpatch patch19_2 ,mem_patch19 
-0x6c21 029460 call spi_gpio_init 
-0x6c22 029461 call twspi_disable 
-0x6c23 029462 setarg 0 
-0x6c24 029463 store 4 ,mem_spid_tbuf 
-0x6c25 029464 rtn 
-:      029466 spid_unlock_flash:
-0x6c26 029467 jam flash_command_write_enable ,mem_spid_tbuf 
-:      029468 spid_sendcmd_common:
-0x6c27 029469 setarg 0 
-0x6c28 029470 store 2 ,core_spid_rxlen 
-0x6c29 029471 setarg 1 
-0x6c2a 029472 store 2 ,core_spid_txlen 
-0x6c2b 029473 setarg mem_spid_tbuf 
-0x6c2c 029474 store 2 ,core_spid_txaddr 
-0x6c2d 029475 jam spid_start ,core_misc_ctrl 
-0x6c2e 029476 branch wait_spid_done 
-:      029478 spid_flash_release_form_powerdown:
-0x6c2f 029479 jam flash_command_release_from_powerdown ,mem_spid_tbuf 
-0x6c30 029480 branch spid_sendcmd_common 
-:      029482 spid_flash_powerdown:
-0x6c31 029483 jam flash_command_powerdown ,mem_spid_tbuf 
-0x6c32 029484 branch spid_sendcmd_common 
-:      029486 spid_write_flash_data:
-0x6c33 029487 store 3 ,mem_pdatatemp 
-0x6c34 029488 storet 2 ,mem_temp 
-0x6c35 029489 storer rega ,2 ,mem_rega 
-0x6c36 029490 bpatchx patch36_5 ,mem_patch36 
-0x6c37 029491 call spid_unlock_flash 
-0x6c38 029492 fetch 3 ,mem_pdatatemp 
-0x6c39 029493 fetcht 2 ,mem_temp 
-0x6c3a 029494 fetchr rega ,2 ,mem_rega 
-0x6c3b 029495 branch spid_write_flash 
-:      029498 spid_write_flash:
-0x6c3c 029499 increase 4 ,temp 
-0x6c3d 029500 storet 2 ,core_spid_txlen 
-0x6c3e 029501 arg flash_command_write_data ,temp 
-0x6c3f 029502 increase -4 ,rega 
-:      029504 spid_write_flash_common:
-0x6c40 029505 istoret 1 ,rega 
-0x6c41 029506 rshift16 pdata ,temp 
-0x6c42 029507 istoret 1 ,contw 
-0x6c43 029508 rshift8 pdata ,temp 
-0x6c44 029509 istoret 1 ,contw 
-0x6c45 029510 istore 1 ,contw 
-0x6c46 029511 deposit rega 
-0x6c47 029512 store 2 ,core_spid_txaddr 
-0x6c48 029513 setarg 0 
-0x6c49 029514 store 2 ,core_spid_rxlen 
-0x6c4a 029515 jam spid_start ,core_misc_ctrl 
-0x6c4b 029516 call wait_spid_done 
-0x6c4c 029517 branch wait_spid_flash_done 
-:      029521 spid_read_flash:
-0x6c4d 029522 storet 2 ,core_spid_rxlen 
-0x6c4e 029523 rshift16 pdata ,temp 
-0x6c4f 029524 storet 1 ,mem_addr_hi 
-0x6c50 029525 rshift8 pdata ,temp 
-0x6c51 029526 storet 1 ,mem_addr_mi 
-0x6c52 029527 store 1 ,mem_addr_lo 
-0x6c53 029528 setarg 4 
-0x6c54 029529 store 2 ,core_spid_txlen 
-0x6c55 029530 jam flash_command_read_data ,mem_spid_tbuf 
-0x6c56 029531 setarg mem_spid_tbuf 
-0x6c57 029532 store 2 ,core_spid_txaddr 
-0x6c58 029533 deposit rega 
-0x6c59 029534 store 2 ,core_spid_rxaddr 
-0x6c5a 029535 fetch 1 ,core_spid_ctrl 
-0x6c5b 029536 isolate0 15 ,rega 
-0x6c5c 029537 setflag true ,6 ,pdata 
-0x6c5d 029538 store 1 ,core_spid_ctrl 
-0x6c5e 029539 jam spid_start ,core_misc_ctrl 
-:      029540 spid_read_flash_wait:
-0x6c5f 029541 fetch 1 ,core_dma_status 
-0x6c60 029542 bbit1 7 ,spid_read_flash_wait 
-0x6c61 029543 arg spid_done ,queue 
-0x6c62 029544 branch wait_spid_done 
-:      029546 wait_spid_flash_done:
-0x6c63 029547 setarg 2000 
-0x6c64 029548 call sleep 
-0x6c65 029549 call spid_unlock_flash 
-0x6c66 029550 setarg mem_spid_rbuf 
-0x6c67 029551 store 2 ,core_spid_rxaddr 
-0x6c68 029552 setarg flash_read_satus 
-0x6c69 029553 call spid_read_reg 
-0x6c6a 029554 bbit1 flash_status_wip ,wait_spid_flash_done 
-0x6c6b 029555 rtn 
-:      029561 spid_load_flash:
-0x6c6c 029562 storet 2 ,core_spid_rxlen 
-0x6c6d 029563 setarg 4 
-0x6c6e 029564 store 2 ,core_spid_txlen 
-0x6c6f 029565 jam 3 ,mem_spid_tbuf 
-0x6c70 029566 setarg mem_spid_tbuf 
-0x6c71 029567 store 2 ,core_spid_txaddr 
-0x6c72 029568 deposit rega 
-0x6c73 029569 store 2 ,core_spid_rxaddr 
-0x6c74 029570 fetch 1 ,core_spid_ctrl 
-0x6c75 029571 isolate0 15 ,rega 
-0x6c76 029572 setflag true ,6 ,pdata 
-0x6c77 029573 store 1 ,core_spid_ctrl 
-0x6c78 029574 jam spid_start ,core_misc_ctrl 
-:      029575 spi_load_flash_wait:
-0x6c79 029576 fetch 1 ,core_dma_status 
-0x6c7a 029577 bbit1 7 ,spi_load_flash_wait 
-0x6c7b 029578 arg spid_done ,queue 
-0x6c7c 029579 call decrypt_code 
-0x6c7d 029580 call wait_spid_done 
-0x6c7e 029581 isolate1 spid_crcok ,pdata 
-0x6c7f 029582 call set_ucode_status 
-0x6c80 029583 fetch 1 ,mem_addr_hi 
-0x6c81 029584 lshift16 pdata ,regb 
-0x6c82 029585 fetch 2 ,mem_addr_mi 
-0x6c83 029586 byteswap pdata ,pdata 
-0x6c84 029587 ior regb ,pdata 
-0x6c85 029588 iadd temp ,pdata 
-0x6c86 029589 store 1 ,mem_addr_lo 
-0x6c87 029590 rshift8 pdata ,pdata 
-0x6c88 029591 byteswap pdata ,pdata 
-0x6c89 029592 store 2 ,mem_addr_hi 
-0x6c8a 029593 rtn 
-:      029595 spi_gpio_init:
-0x6c8b 029596 fetch 1 ,mem_spi_cs_gpio 
-0x6c8c 029597 fetcht 1 ,mem_spi_so_gpio 
-0x6c8d 029598 isub temp ,null 
-0x6c8e 029599 nbranch spi_pin_set ,zero 
-0x6c8f 029600 call spi_gpio_default_init 
-:      029602 spi_pin_set:
-0x6c90 029603 fetch 1 ,mem_spi_cs_gpio 
-0x6c91 029604 arg gpcfg_spid_ncs ,temp 
-0x6c92 029605 call gpio_config_function_int 
-0x6c93 029606 fetch 1 ,mem_spi_sclk_gpio 
-0x6c94 029607 arg gpcfg_spid_sck ,temp 
-0x6c95 029608 call gpio_config_function_int 
-0x6c96 029609 fetch 1 ,mem_spi_si_gpio 
-0x6c97 029610 arg gpcfg_spid_mosi ,temp 
-0x6c98 029611 call gpio_config_function_int 
-0x6c99 029612 fetch 1 ,mem_spi_so_gpio 
-0x6c9a 029613 arg gpcfg_spid_miso ,temp 
-0x6c9b 029614 branch gpio_config_function_int 
-:      029616 spi_gpio_default_init:
-0x6c9c 029617 jam 1 ,mem_spi_cs_gpio 
-0x6c9d 029618 jam 3 ,mem_spi_si_gpio 
-0x6c9e 029619 jam 0 ,mem_spi_so_gpio 
-0x6c9f 029620 jam 2 ,mem_spi_sclk_gpio 
-0x6ca0 029621 jam 11 ,mem_spi_wp_gpio 
-0x6ca1 029622 jam 10 ,mem_spi_hold_gpio 
-0x6ca2 029623 rtn 
-:      029626 soft_reset_chip:
-0x6ca3 029627 jam 1 ,core_reset 
-0x6ca4 029628 rtn 
-:      029634 iic_init_600khz:
-0x6ca5 029635 jam 5 ,core_iicd_scl_low 
-0x6ca6 029636 jam 7 ,core_iicd_scl_high 
-0x6ca7 029637 jam 7 ,core_iicd_start_setup 
-0x6ca8 029638 jam 7 ,core_iicd_start_hold 
-0x6ca9 029639 jam 7 ,core_iicd_stop_setup 
-0x6caa 029640 jam 5 ,core_iicd_data_setup 
-0x6cab 029641 jam 0 ,core_iicd_data_hold 
-0x6cac 029642 rtn 
-:      029644 iic_init_360khz:
-0x6cad 029645 jam 12 ,core_iicd_scl_low 
-0x6cae 029646 jam 13 ,core_iicd_scl_high 
-0x6caf 029647 jam 13 ,core_iicd_start_setup 
-0x6cb0 029648 jam 13 ,core_iicd_start_hold 
-0x6cb1 029649 jam 13 ,core_iicd_stop_setup 
-0x6cb2 029650 jam 12 ,core_iicd_data_setup 
-0x6cb3 029651 jam 0 ,core_iicd_data_hold 
-0x6cb4 029652 rtn 
-:      029654 iicd_init_pin:
-0x6cb5 029655 call iicd_eeprom_write_enable 
-:      029656 iicd_init_pin_scl_sda:
-0x6cb6 029657 fetch 1 ,mem_eeprom_scl_gpio 
-0x6cb7 029658 arg gpcfg_iic_scl | gpcfg_pullup ,temp 
-0x6cb8 029659 call gpio_config_function_int 
-0x6cb9 029660 fetch 1 ,mem_eeprom_sda_gpio 
-0x6cba 029661 arg gpcfg_iic_sda | gpcfg_pullup ,temp 
-0x6cbb 029662 branch gpio_config_function_int 
-:      029664 iicd_read_init_pin:
-0x6cbc 029665 call iicd_eeprom_write_disable 
-0x6cbd 029666 branch iicd_init_pin_scl_sda 
-:      029668 wait_iicd_done:
-0x6cbe 029669 fetch 1 ,core_dma_status 
-0x6cbf 029670 bbit0 iicd_done ,wait_iicd_done 
-0x6cc0 029671 rtn 
-:      029697 set_eeprom_size_2k:
-0x6cc1 029698 set1 mark_eeprom_size ,mark 
-0x6cc2 029699 jam 0x08 ,mem_eeprom_block_size 
-0x6cc3 029700 rtn 
-:      029702 clear_eeprom_size_2k:
-0x6cc4 029703 set0 mark_eeprom_size ,mark 
-0x6cc5 029704 jam 0x20 ,mem_eeprom_block_size 
-0x6cc6 029705 rtn 
-:      029708 iicd_read_eep_data_size_2k:
-0x6cc7 029709 fetch 1 ,mem_eeprom_base 
-0x6cc8 029710 iadd regb ,pdata 
-0x6cc9 029711 store 1 ,mem_addr_mi 
-0x6cca 029712 branch iicd_read_eep_size_2k 
-:      029714 iicd_read_eep_size_2k_lcadcode:
-0x6ccb 029715 fetch 2 ,mem_addr_mi 
-0x6ccc 029716 byteswap pdata ,pdata 
-0x6ccd 029717 store 1 ,mem_addr_mi 
-:      029722 iicd_read_eep_size_2k:
-0x6cce 029723 setarg 3 
-0x6ccf 029724 store 2 ,core_iicd_txlen 
-0x6cd0 029725 jam 0xa0 ,mem_iicd_tbuf 
-0x6cd1 029726 jam 0xa1 ,mem_iicd_tbuf + 2 
-0x6cd2 029727 branch iicd_read_eep_common 
-:      029733 iicd_write_protect_eep_data:
-0x6cd3 029734 storet 2 ,mem_temp 
-0x6cd4 029735 call iicd_eeprom_write_enable 
-0x6cd5 029736 fetcht 2 ,mem_temp 
-0x6cd6 029737 call iicd_write_eep_data 
-0x6cd7 029738 branch iicd_eeprom_write_disable 
-:      029740 iicd_eeprom_write_enable:
-0x6cd8 029741 fetch 1 ,mem_eeprom_wp_gpio 
-0x6cd9 029742 rtneq gpio_disable 
-0x6cda 029743 bbit0 6 ,iicd_wp_gpio_output_low 
-0x6cdb 029744 setarg 150000 
-0x6cdc 029745 call sleep 
-:      029746 iicd_wp_gpio_output_low:
-0x6cdd 029747 fetcht 1 ,mem_eeprom_wp_gpio 
-0x6cde 029748 branch gpio_out_active 
-:      029750 iicd_eeprom_write_disable:
-0x6cdf 029751 fetcht 1 ,mem_eeprom_wp_gpio 
-0x6ce0 029752 branch gpio_out_inactive 
-:      029757 iicd_read_eep_data:
-0x6ce1 029758 bpatch patch19_3 ,mem_patch19 
-0x6ce2 029759 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
-0x6ce3 029760 fetch 2 ,mem_eeprom_base 
-0x6ce4 029761 iadd regb ,pdata 
-0x6ce5 029762 byteswap pdata ,pdata 
-0x6ce6 029763 store 2 ,mem_addr_mi 
-:      029766 iicd_read_eep:
-0x6ce7 029767 bpatch patch19_4 ,mem_patch19 
-0x6ce8 029768 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
-0x6ce9 029769 setarg 4 
-0x6cea 029770 store 2 ,core_iicd_txlen 
-0x6ceb 029771 jam 0xa0 ,mem_iicd_tbuf 
-0x6cec 029772 jam 0xa1 ,mem_iicd_tbuf + 3 
-:      029773 iicd_read_eep_common:
-0x6ced 029774 setarg mem_iicd_tbuf 
-0x6cee 029775 store 2 ,core_iicd_txaddr 
-0x6cef 029776 storet 2 ,core_iicd_rxlen 
-0x6cf0 029777 storer rega ,2 ,core_iicd_rxaddr 
-0x6cf1 029778 setarg 2 
-0x6cf2 029779 isolate0 15 ,rega 
-0x6cf3 029780 setflag true ,0 ,pdata 
-0x6cf4 029781 store 1 ,core_iicd_ctrl 
-0x6cf5 029782 jam iicd_start ,core_misc_ctrl 
-0x6cf6 029783 arg iicd_done ,queue 
-0x6cf7 029784 call decrypt_code 
-0x6cf8 029785 call wait_iicd_done 
-0x6cf9 029786 isolate1 iicd_crcok ,pdata 
-0x6cfa 029787 call set_ucode_status 
-0x6cfb 029788 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
-:      029789 iicd_inc_addr:
-0x6cfc 029790 fetch 2 ,mem_addr_mi 
-0x6cfd 029791 byteswap pdata ,pdata 
-0x6cfe 029792 iadd temp ,pdata 
-0x6cff 029793 byteswap pdata ,pdata 
-0x6d00 029794 store 2 ,mem_addr_mi 
-0x6d01 029795 rtn 
-:      029797 iicd_read_eep_load_code_size_2k:
-0x6d02 029798 fetch 1 ,mem_addr_mi 
-0x6d03 029799 iadd temp ,pdata 
-0x6d04 029800 byteswap pdata ,pdata 
-0x6d05 029801 store 2 ,mem_addr_mi 
-0x6d06 029802 rtn 
-:      029808 iicd_write_eep_data:
-0x6d07 029809 fetch 2 ,mem_eeprom_base 
-0x6d08 029810 iadd regb ,pdata 
-0x6d09 029813 store 2 ,mem_pdatatemp 
-0x6d0a 029814 bpatch patch19_5 ,mem_patch19 
-0x6d0b 029815 storet 2 ,mem_temp 
-0x6d0c 029816 storer rega ,2 ,mem_contr 
-:      029817 iicd_write_eep_loop:
-0x6d0d 029818 call iicd_eep_transparency 
-0x6d0e 029820 fetcht 2 ,mem_regb 
-0x6d0f 029821 fetchr rega ,2 ,mem_contr 
-0x6d10 029822 fetch 2 ,mem_pdatatemp 
-0x6d11 029824 call iicd_write_eep 
-0x6d12 029826 fetch 2 ,mem_regb 
-0x6d13 029827 fetcht 2 ,mem_contr 
-0x6d14 029828 iadd temp ,temp 
-0x6d15 029829 storet 2 ,mem_contr 
-0x6d16 029830 fetcht 2 ,mem_pdatatemp 
-0x6d17 029831 iadd temp ,temp 
-0x6d18 029832 storet 2 ,mem_pdatatemp 
-0x6d19 029833 fetch 2 ,mem_temp 
-0x6d1a 029834 nbranch iicd_write_eep_loop ,blank 
-0x6d1b 029835 rtn 
-:      029843 iicd_eep_transparency:
-0x6d1c 029844 bpatch patch19_6 ,mem_patch19 
-0x6d1d 029845 fetch 1 ,mem_eeprom_block_size 
-0x6d1e 029846 increase -1 ,pdata 
-0x6d1f 029847 fetcht 2 ,mem_pdatatemp 
-0x6d20 029848 ior temp ,pdata 
-0x6d21 029849 increase 1 ,pdata 
-0x6d22 029850 store 3 ,mem_regc 
-0x6d23 029852 fetch 2 ,mem_temp 
-0x6d24 029853 iadd temp ,pdata 
-0x6d25 029855 fetcht 3 ,mem_regc 
-0x6d26 029856 isub temp ,pdata 
-0x6d27 029857 nbranch iicd_eep_deal_short_packet ,positive 
-0x6d28 029858 store 2 ,mem_temp 
-0x6d29 029859 fetch 3 ,mem_regc 
-0x6d2a 029860 fetcht 2 ,mem_pdatatemp 
-0x6d2b 029861 isub temp ,pdata 
-0x6d2c 029862 store 2 ,mem_regb 
-0x6d2d 029863 rtn 
-:      029865 iicd_eep_deal_short_packet:
-0x6d2e 029866 fetch 2 ,mem_temp 
-0x6d2f 029867 store 2 ,mem_regb 
-0x6d30 029868 setarg 0 
-0x6d31 029869 store 2 ,mem_temp 
-0x6d32 029870 rtn 
-:      029872 iicd_write_eep_size_2k:
-0x6d33 029873 copy regb ,pdata 
-0x6d34 029874 increase 2 ,temp 
-0x6d35 029875 storet 2 ,core_iicd_txlen 
-0x6d36 029876 increase -2 ,rega 
-0x6d37 029877 ifetcht 3 ,rega 
-0x6d38 029878 copy temp ,regb 
-0x6d39 029879 arg 0xa0 ,temp 
-0x6d3a 029880 istoret 1 ,rega 
-0x6d3b 029881 istore 1 ,contw 
-0x6d3c 029882 branch iicd_write_eep_common 
-:      029885 iicd_write_eep:
-0x6d3d 029886 copy pdata ,regb 
-0x6d3e 029887 bpatch patch19_7 ,mem_patch19 
-0x6d3f 029888 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
-0x6d40 029889 copy regb ,pdata 
-0x6d41 029890 increase 3 ,temp 
-0x6d42 029891 storet 2 ,core_iicd_txlen 
-0x6d43 029892 increase -3 ,rega 
-0x6d44 029893 ifetcht 3 ,rega 
-0x6d45 029894 copy temp ,regb 
-0x6d46 029895 arg 0xa0 ,temp 
-0x6d47 029896 istoret 1 ,rega 
-0x6d48 029897 byteswap pdata ,pdata 
-0x6d49 029898 istore 2 ,contw 
-:      029899 iicd_write_eep_common:
-0x6d4a 029900 storer rega ,2 ,core_iicd_txaddr 
-0x6d4b 029901 setarg 0 
-0x6d4c 029902 store 2 ,core_iicd_rxlen 
-0x6d4d 029903 jam 1 ,core_iicd_ctrl 
-0x6d4e 029904 jam iicd_start ,core_misc_ctrl 
-0x6d4f 029905 call wait_iicd_done 
-0x6d50 029906 istorer regb ,3 ,rega 
-:      029907 iic_check_eeprom_standby:
-0x6d51 029908 bpatch patch1a_0 ,mem_patch1a 
-0x6d52 029909 jam 0 ,mem_iicd_tbuf + 3 
-:      029910 iic_check_eeprom_standby_wait:
-0x6d53 029911 setarg 1 
-0x6d54 029912 store 2 ,core_iicd_txlen 
-0x6d55 029913 jam 0xa0 ,mem_iicd_tbuf 
-0x6d56 029914 setarg mem_iicd_tbuf 
-0x6d57 029915 store 2 ,core_iicd_txaddr 
-0x6d58 029916 setarg 0 
-0x6d59 029917 store 2 ,core_iicd_rxlen 
-0x6d5a 029918 store 2 ,core_iicd_rxaddr 
-0x6d5b 029919 setarg 3 
-0x6d5c 029920 store 1 ,core_iicd_ctrl 
-0x6d5d 029921 jam iicd_start ,core_misc_ctrl 
-0x6d5e 029922 call wait_iicd_done 
-0x6d5f 029923 fetch 1 ,core_dma_status 
-0x6d60 029924 rtnbit0 iicd_ack 
-0x6d61 029925 nop 1500 
-0x6d62 029926 fetch 1 ,mem_iicd_tbuf + 3 
-0x6d63 029927 increase 1 ,pdata 
-0x6d64 029928 store 1 ,mem_iicd_tbuf + 3 
-0x6d65 029929 sub pdata ,40 ,null 
-0x6d66 029930 nrtn positive 
-0x6d67 029931 branch iic_check_eeprom_standby_wait 
-:      029935 uarta_init_dma_mem:
-0x6d68 029936 call enable_user 
-0x6d69 029937 branch uart_init_dma_mem 
-:      029939 uart_init_dma_mem:
-0x6d6a 029940 rshift16 pdata ,temp 
-0x6d6b 029941 call uarta_init_rx ,user 
-0x6d6c 029942 rshift32 pdata ,pdata 
-0x6d6d 029943 rshift16 pdata ,temp 
-0x6d6e 029944 call uarta_init_tx ,user 
-0x6d6f 029945 fetch 2 ,core_clkoff 
-0x6d70 029946 set0 clock_off_uart ,pdata 
-0x6d71 029947 store 2 ,core_clkoff 
-0x6d72 029948 rtn 
-:      029951 uarta_init_baud_rate:
-0x6d73 029952 store uart_baud_len ,core_uart_baud 
-0x6d74 029953 rtn 
-:      029956 uarta_calc_baud_rate_config:
-0x6d75 029957 call uart_calc_baud_rate_config 
-0x6d76 029958 branch uarta_init_baud_rate 
-:      029961 uart_calc_baud_rate_config:
-0x6d77 029962 call uart_calc_baud_rate_config_choice_uart_clock 
-0x6d78 029963 idiv temp 
-0x6d79 029964 call wait_div_end 
-0x6d7a 029965 quotient pdata 
-0x6d7b 029966 rtn 
-:      029968 uart_calc_baud_rate_config_choice_uart_clock:
-0x6d7c 029969 fetch 1 ,core_uart_clksel 
-0x6d7d 029970 bbit0 uart_clock_select_bit ,uart_calc_baud_rate_config_choice_uart_clock_crystal 
-0x6d7e 029971 setarg uart_clock_freq_48m 
-0x6d7f 029972 rtn 
-:      029973 uart_calc_baud_rate_config_choice_uart_clock_crystal:
-0x6d80 029974 setarg uart_clock_freq_24m 
-0x6d81 029975 rtn 
-:      029977 uart_clock_select_main_freq_crystal:
-0x6d82 029978 fetch 1 ,core_uart_clksel 
-0x6d83 029979 and pdata ,uart_clock_select_crystal ,pdata 
-0x6d84 029980 store 1 ,core_uart_clksel 
-0x6d85 029981 rtn 
-:      029983 uart_clock_select_main_freq_dpll:
-0x6d86 029984 fetch 1 ,core_uart_clksel 
-0x6d87 029985 or pdata ,uart_clock_select_dpll ,pdata 
-0x6d88 029986 store 1 ,core_uart_clksel 
-0x6d89 029987 rtn 
-:      029991 uarta_init_tx:
-0x6d8a 029992 store 2 ,core_uart_tsaddr 
-0x6d8b 029993 store 2 ,core_uart_twptr 
-0x6d8c 029994 storet 2 ,core_uart_teaddr 
-0x6d8d 029995 rtn 
-:      029998 uarta_init_rx:
-0x6d8e 029999 store 2 ,core_uart_rsaddr 
-0x6d8f 030000 store 2 ,core_uart_rrptr 
-0x6d90 030001 storet 2 ,core_uart_readdr 
-0x6d91 030002 rtn 
-:      030004 uarta_prepare_tx:
-0x6d92 030005 fetchr contus ,2 ,core_uart_tsaddr 
-0x6d93 030006 fetchr contue ,2 ,core_uart_teaddr 
-0x6d94 030007 fetchr contu ,2 ,core_uart_twptr 
-0x6d95 030008 rtn 
-:      030010 uarta_prepare_rx:
-0x6d96 030011 fetchr contus ,2 ,core_uart_rsaddr 
-0x6d97 030012 fetchr contue ,2 ,core_uart_readdr 
-0x6d98 030013 fetchr contu ,2 ,core_uart_rrptr 
-0x6d99 030014 rtn 
-:      030016 uarta_send:
-0x6d9a 030017 storer contu ,2 ,core_uart_twptr 
-0x6d9b 030018 rtn 
-:      030020 uarta_rxdone:
-0x6d9c 030021 storer contu ,2 ,core_uart_rrptr 
-0x6d9d 030022 rtn 
-:      030024 uarta_clear_current_rx:
-0x6d9e 030025 call uarta_prepare_rx 
-0x6d9f 030026 fetch 2 ,core_uart_rxitems 
-0x6da0 030027 iadd contu ,contu 
-0x6da1 030028 branch uarta_rxdone 
-:      030030 uarta_prepare_tx_register_push:
-0x6da2 030031 call uart_register_push 
-0x6da3 030032 branch uarta_prepare_tx 
-:      030034 uarta_send_register_pop:
-0x6da4 030035 call uarta_send 
-0x6da5 030036 branch uart_register_pop 
-:      030039 uart_register_push:
-0x6da6 030040 storer contu ,2 ,mem_contu 
-0x6da7 030041 storer contus ,2 ,mem_contue 
-0x6da8 030042 storer contue ,2 ,mem_contus 
-0x6da9 030043 rtn 
-:      030045 uart_register_pop:
-0x6daa 030046 fetchr contu ,2 ,mem_contu 
-0x6dab 030047 fetchr contus ,2 ,mem_contue 
-0x6dac 030048 fetchr contue ,2 ,mem_contus 
-0x6dad 030049 rtn 
-:      030051 wait_uarttx:
-0x6dae 030052 fetch 2 ,core_uart_txitems 
-0x6daf 030053 nbranch wait_uarttx ,blank 
-0x6db0 030054 rtn 
-:      030056 uart_copy_tx_bytes_fast:
-0x6db1 030057 deposit loopcnt 
-0x6db2 030058 rtn blank 
-:      030059 uart_copy_tx_bytes_fast_loop:
-0x6db3 030060 increase -8 ,loopcnt 
-0x6db4 030061 call uart_tx_8_bytes ,positive 
-0x6db5 030062 rtn zero 
-0x6db6 030063 branch uart_copy_tx_bytes_fast_loop ,positive 
-0x6db7 030064 increase 8 ,loopcnt 
-:      030065 uart_copy_tx_bytes_fast_loop_four:
-0x6db8 030066 increase -4 ,loopcnt 
-0x6db9 030067 call uart_tx_4_bytes ,positive 
-0x6dba 030068 rtn zero 
-0x6dbb 030069 branch uart_copy_tx_bytes_fast_loop_four ,positive 
-0x6dbc 030070 increase 4 ,loopcnt 
-0x6dbd 030071 branch uart_copy_tx_bytes 
-:      030073 uart_tx_8_bytes:
-0x6dbe 030074 ifetch 8 ,contr 
-0x6dbf 030075 istore 8 ,contu 
-0x6dc0 030076 rtn 
-:      030078 uart_tx_4_bytes:
-0x6dc1 030079 ifetch 4 ,contr 
-0x6dc2 030080 istore 4 ,contu 
-0x6dc3 030081 rtn 
-:      030083 uart_copy_tx_bytes:
-0x6dc4 030084 deposit loopcnt 
-0x6dc5 030085 rtn blank 
-:      030086 uart_copy_tx_bytes_loop:
-0x6dc6 030087 ifetch 1 ,contr 
-0x6dc7 030088 istore 1 ,contu 
-0x6dc8 030089 loop uart_copy_tx_bytes_loop 
-0x6dc9 030090 rtn 
-:      030092 uart_copy_rx_bytes_fast:
-0x6dca 030093 deposit loopcnt 
-0x6dcb 030094 rtn blank 
-:      030095 uart_copy_rx_bytes_fast_loop:
-0x6dcc 030096 increase -8 ,loopcnt 
-0x6dcd 030097 call uart_rx_8_bytes ,positive 
-0x6dce 030098 rtn zero 
-0x6dcf 030099 branch uart_copy_rx_bytes_fast_loop ,positive 
-0x6dd0 030100 increase 8 ,loopcnt 
-:      030101 uart_copy_rx_bytes_fast_loop_four:
-0x6dd1 030102 increase -4 ,loopcnt 
-0x6dd2 030103 call uart_rx_4_bytes ,positive 
-0x6dd3 030104 rtn zero 
-0x6dd4 030105 branch uart_copy_rx_bytes_fast_loop_four ,positive 
-0x6dd5 030106 increase 4 ,loopcnt 
-0x6dd6 030107 branch uart_copy_rx_bytes 
-:      030110 uart_rx_8_bytes:
-0x6dd7 030111 ifetch 8 ,contu 
-0x6dd8 030112 istore 8 ,contw 
-0x6dd9 030113 rtn 
-:      030115 uart_rx_4_bytes:
-0x6dda 030116 ifetch 4 ,contu 
-0x6ddb 030117 istore 4 ,contw 
-0x6ddc 030118 rtn 
-:      030121 uart_copy_rx_bytes:
-0x6ddd 030122 deposit loopcnt 
-0x6dde 030123 rtn blank 
-:      030124 uart_copy_rx_bytes_loop:
-0x6ddf 030125 ifetch 1 ,contu 
-0x6de0 030126 istore 1 ,contw 
-0x6de1 030127 loop uart_copy_rx_bytes_loop 
-0x6de2 030128 rtn 
-:      030133 app_store_nvram_event:
-0x6de3 030134 jam bt_evt_store_nvram ,mem_fifo_temp 
-0x6de4 030135 branch ui_ipc_send_event 
-:      030137 check_51cmd_update_device_record:
-0x6de5 030138 bpatch patch1a_1 ,mem_patch1a 
-0x6de6 030139 fetch 1 ,mem_nv_data_number 
-0x6de7 030140 rtn blank 
-0x6de8 030141 call check_nvram 
-0x6de9 030142 call init_device_list ,zero 
-0x6dea 030143 call disable_user2 
-0x6deb 030144 call nvram_find_addr_from_bd_list 
-:      030145 write_device_record:
-0x6dec 030146 fetch 1 ,mem_nv_data_number 
-0x6ded 030147 icopy regc 
-0x6dee 030148 fetcht 2 ,mem_nv_data_ptr 
-0x6def 030149 storet 2 ,mem_list_item_ptr 
-:      030150 write_device_loop_find:
-0x6df0 030151 copy regc ,pdata 
-0x6df1 030152 branch app_store_nvram_event ,blank 
-0x6df2 030153 increase -1 ,regc 
-0x6df3 030154 copy temp ,rega 
-0x6df4 030155 ifetch 1 ,rega 
-0x6df5 030156 fetcht 1 ,mem_select_list_item 
-0x6df6 030157 isub temp ,null 
-0x6df7 030158 call set_index_finded_device ,zero 
-0x6df8 030159 branch write_device_loop_find0 ,positive 
-0x6df9 030160 ifetch 1 ,rega 
-0x6dfa 030161 increase 1 ,pdata 
-0x6dfb 030162 istore 1 ,rega 
-:      030163 write_device_loop_find0:
-0x6dfc 030164 fetcht 2 ,mem_list_item_ptr 
-0x6dfd 030165 increase nv_data_len ,temp 
-0x6dfe 030166 storet 2 ,mem_list_item_ptr 
-0x6dff 030167 branch write_device_loop_find 
-:      030169 set_index_finded_device:
-0x6e00 030170 setarg 0 
-0x6e01 030171 istore 1 ,rega 
-0x6e02 030172 fetch 1 ,mem_temp_reconn_record 
-0x6e03 030173 istore 1 ,contw 
-0x6e04 030174 bne rec_3_mode ,set_index_finded_device_ble_mode 
-:      030176 set_index_find_device_master_addr:
-0x6e05 030177 ifetch 6 ,contr 
-0x6e06 030178 istore 8 ,contw 
-0x6e07 030179 setarg 0 
-0x6e08 030180 istore 8 ,contw 
-0x6e09 030181 copy regb ,contr 
-:      030182 store_rec_data_common:
-0x6e0a 030183 call memcpy16 
-0x6e0b 030184 force 1 ,null 
-0x6e0c 030185 rtn 
-:      030187 set_index_finded_device_ble_mode:
-0x6e0d 030188 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
-0x6e0e 030189 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
-0x6e0f 030190 arg mem_le_ltk ,regb 
-0x6e10 030191 branch set_index_find_device_master_addr 
-:      030193 set_index_finded_device_irk:
-0x6e11 030194 arg mem_le_irk ,contr 
-0x6e12 030195 call memcpy16 
-:      030196 store_ble_rec_data_common:
-0x6e13 030197 arg mem_le_ltk ,contr 
-0x6e14 030198 branch store_rec_data_common 
-:      030200 set_index_finded_device_ediv:
-0x6e15 030201 arg mem_le_rand ,contr 
-0x6e16 030202 call memcpy16 
-0x6e17 030203 branch store_ble_rec_data_common 
-:      030208 nvram_find_addr_from_bd_list:
-0x6e18 030209 bpatch patch1a_2 ,mem_patch1a 
-0x6e19 030210 call disable_user 
-0x6e1a 030211 fetch 1 ,mem_nv_data_number 
-0x6e1b 030212 rtn blank 
-0x6e1c 030213 bpatch patch1a_3 ,mem_patch1a 
-0x6e1d 030214 fetch 2 ,mem_ui_state_map 
-0x6e1e 030215 rtnbit0 ui_state_ble_connected 
-:      030216 find_addr_from_bd_list_ble_mode:
-0x6e1f 030217 fetch 1 ,mem_le_conn_peer_addr_type 
-0x6e20 030218 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
-0x6e21 030219 fetch 1 ,mem_le_plap + 5 
-0x6e22 030220 compare 0xc0 ,pdata ,0xc0 
-0x6e23 030221 branch find_addr_from_bd_list_static_addr ,true 
-0x6e24 030222 compare 0x40 ,pdata ,0xc0 
-0x6e25 030223 branch find_addr_from_bd_list_random_addr ,true 
-0x6e26 030224 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
-:      030226 find_addr_from_bd_list_static_addr:
-0x6e27 030227 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
-0x6e28 030228 fetch 1 ,mem_le_preq_init_key_distribution 
-0x6e29 030229 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
-0x6e2a 030230 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
-:      030232 find_addr_from_bd_list_static_addr_reconnect:
-0x6e2b 030233 call find_addr_from_bd_list_public_device_addr 
-0x6e2c 030234 rtn user 
-0x6e2d 030235 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
-:      030238 find_addr_from_bd_list_static_addr_sc_or_legacy:
-:      030239 find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
-0x6e2e 030240 fetch 1 ,mem_le_pairing_mode 
-0x6e2f 030241 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
-0x6e30 030242 branch find_addr_from_bd_list_random_non_resolvable_private_address 
-:      030244 find_addr_from_bd_list_static_addr_sc:
-:      030245 find_addr_from_bd_list_random_non_resolvable_private_address_sc:
-0x6e31 030246 fetch 6 ,mem_le_plap 
-0x6e32 030247 store 8 ,mem_le_rand 
-0x6e33 030248 branch find_addr_from_bd_list_random_non_resolvable_private_address 
-:      030251 find_addr_from_bd_list_public_device_addr:
-0x6e34 030252 jam rec_4_mode_static_address ,mem_temp_reconn_record 
-0x6e35 030253 fetch 6 ,mem_le_plap 
-0x6e36 030254 branch find_addr_from_bd_list_common 
-:      030256 find_addr_from_bd_list_random_non_resolvable_private_address:
-0x6e37 030257 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
-0x6e38 030258 branch find_addr_from_bd_list_common 
-:      030261 find_addr_from_bd_list_random_addr:
-0x6e39 030262 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
-0x6e3a 030263 branch find_addr_from_bd_list_common 
-:      030265 find_addr_from_bd_list_common:
-0x6e3b 030266 bpatch patch1a_4 ,mem_patch1a 
-0x6e3c 030268 fetch 2 ,mem_nv_data_ptr 
-0x6e3d 030269 ifetcht 1 ,pdata 
-0x6e3e 030270 pincrease 1 
-0x6e3f 030271 store 2 ,mem_list_item_ptr 
-0x6e40 030272 storet 1 ,mem_select_list_item 
-0x6e41 030273 fetch 1 ,mem_nv_data_number 
-0x6e42 030274 icopy regc 
-:      030275 nvram_find_addr_from_list:
-0x6e43 030276 fetch 2 ,mem_list_item_ptr 
-0x6e44 030277 copy pdata ,rega 
-0x6e45 030278 call nvram_find_addr_from_list_compare 
-0x6e46 030279 rtn user 
-0x6e47 030280 fetcht 2 ,mem_list_item_ptr 
-0x6e48 030281 increase nv_data_len ,temp 
-0x6e49 030282 storet 2 ,mem_list_item_ptr 
-0x6e4a 030283 increase -1 ,temp 
-0x6e4b 030284 ifetch 1 ,temp 
-0x6e4c 030285 store 1 ,mem_select_list_item 
-0x6e4d 030286 increase -1 ,regc 
-0x6e4e 030287 nbranch nvram_find_addr_from_list ,zero 
-0x6e4f 030288 fetch 1 ,mem_nv_data_number 
-0x6e50 030289 pincrease decreased_one 
-0x6e51 030290 store 1 ,mem_select_list_item 
-0x6e52 030291 rtn 
-:      030292 nvram_find_addr_from_list_compare:
-0x6e53 030293 fetch 1 ,mem_temp_reconn_record 
-0x6e54 030294 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
-:      030295 find_master_addr_from_list_compare:
-0x6e55 030296 arg mem_temp_reconn_record ,regb 
-0x6e56 030297 arg 7 ,loopcnt 
-0x6e57 030298 call string_compare 
-0x6e58 030299 branch enable_user ,zero 
-0x6e59 030300 rtn 
-:      030302 find_addr_from_list_compare_ble_mode:
-0x6e5a 030303 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
-0x6e5b 030304 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
-0x6e5c 030305 branch find_master_addr_from_list_compare 
-:      030307 find_irk_form_list_compare:
-0x6e5d 030308 ifetcht 1 ,rega 
-0x6e5e 030309 isub temp ,null 
-0x6e5f 030310 nrtn zero 
-0x6e60 030311 arg mem_le_prand ,contw 
-0x6e61 030312 arg 16 ,loopcnt 
-0x6e62 030313 call clear_mem 
-0x6e63 030314 fetch 3 ,mem_le_plap + 3 
-0x6e64 030315 store 3 ,mem_le_prand 
-0x6e65 030316 call genernate_master_macaddress 
-0x6e66 030317 fetch 2 ,mem_le_aes_128 + 13 
-0x6e67 030318 byteswap pdata ,pdata 
-0x6e68 030319 lshift8 pdata ,temp 
-0x6e69 030320 ifetch 1 ,contr 
-0x6e6a 030321 iadd temp ,pdata 
-0x6e6b 030322 fetcht 3 ,mem_le_plap 
-0x6e6c 030323 isub temp ,null 
-0x6e6d 030324 branch enable_user ,zero 
-0x6e6e 030325 rtn 
-:      030328 genernate_master_macaddress:
-0x6e6f 030329 arg mem_le_prand ,contr 
-0x6e70 030330 call load_data128 
-0x6e71 030332 ifetch 1 ,rega 
-0x6e72 030333 call load_regext 
-0x6e73 030334 force 0x38 ,aes_ctrl 
-0x6e74 030335 force 0x0 ,aes_ctrl 
-0x6e75 030336 call wait_aes 
-0x6e76 030337 arg mem_le_aes_128 ,contw 
-0x6e77 030338 branch store_aes_result 
-:      030340 find_ediv_form_list_compare:
-0x6e78 030341 ifetcht 1 ,rega 
-0x6e79 030342 isub temp ,null 
-0x6e7a 030343 nrtn zero 
-0x6e7b 030344 copy contr ,rega 
-0x6e7c 030345 add contr ,8 ,regc 
-0x6e7d 030346 arg mem_le_rand ,regb 
-0x6e7e 030347 arg 8 ,loopcnt 
-0x6e7f 030348 call string_compare 
-0x6e80 030349 branch enable_user ,zero 
-0x6e81 030350 copy regc ,rega 
-0x6e82 030351 arg mem_le_irk ,regb 
-0x6e83 030352 arg 8 ,loopcnt 
-0x6e84 030353 call string_compare 
-0x6e85 030354 branch enable_user ,zero 
-0x6e86 030355 rtn 
-:      030357 check_nvram:
-0x6e87 030358 fetch 2 ,mem_nv_data_ptr 
-0x6e88 030359 ifetcht 1 ,pdata 
-0x6e89 030360 pincrease nv_data_len 
-0x6e8a 030361 ifetch 1 ,pdata 
-0x6e8b 030362 isub temp ,null 
-0x6e8c 030363 rtn 
-:      030365 init_device_list:
-0x6e8d 030366 fetch 1 ,mem_nv_data_number 
-0x6e8e 030367 icopy loopcnt 
-0x6e8f 030368 fetcht 2 ,mem_nv_data_ptr 
-0x6e90 030369 setarg 0 
-:      030370 init_device_list_loop:
-0x6e91 030371 istore 1 ,temp 
-0x6e92 030372 increase nv_data_len ,temp 
-0x6e93 030373 pincrease 1 
-0x6e94 030374 loop init_device_list_loop 
-0x6e95 030375 rtn 
-:      030377 load_device_list_mode_4:
-0x6e96 030380 call enable_user2 
-0x6e97 030381 call nvram_find_addr_from_bd_list 
-0x6e98 030382 nbranch clear_ltk_exists ,user 
-0x6e99 030383 fetch 2 ,mem_list_item_ptr 
-0x6e9a 030384 add pdata ,1 ,contr 
-0x6e9b 030385 arg mem_le_irk ,contw 
-0x6e9c 030386 call memcpy16 
-0x6e9d 030387 arg mem_le_ltk ,contw 
-0x6e9e 030388 call memcpy16 
-0x6e9f 030389 jam 1 ,mem_ltk_exists 
-0x6ea0 030390 rtn 
-:      030392 clear_ltk_exists:
-0x6ea1 030393 jam 0 ,mem_ltk_exists 
-0x6ea2 030394 rtn 
-:      030397 eeprom_store_le_reconn_info:
-0x6ea3 030398 jam rec_4_mode ,mem_record_bt_mode 
-0x6ea4 030399 branch eeprom_store_reconn_info 
-:      030401 eeprom_store_reconn_info:
-0x6ea5 030402 fetch 1 ,mem_device_option 
-0x6ea6 030403 beq dvc_op_module ,check_51cmd_update_device_record 
-0x6ea7 030404 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
-0x6ea8 030405 rtn 
-:      030411 get_gpio_wakeup_index:
-0x6ea9 030412 and temp ,0x1f ,pdata 
-0x6eaa 030413 rshift pdata ,pdata 
-0x6eab 030414 arg mem_gpio_wakeup_cfg ,contw 
-0x6eac 030415 iadd contw ,contw 
-0x6ead 030416 arg 0xf0 ,alarm 
-0x6eae 030417 isolate0 0 ,temp 
-0x6eaf 030418 rtn true 
-0x6eb0 030419 arg 0xf ,alarm 
-0x6eb1 030420 rtn 
-:      030423 gpio_set_wake_by_current_state:
-0x6eb2 030424 bpatch patch1a_5 ,mem_patch1a 
-0x6eb3 030425 set1 gpio_active_bit ,temp 
-0x6eb4 030426 call gpio_get_bit 
-0x6eb5 030427 nsetflag true ,gpio_active_bit ,temp 
-:      030430 gpio_set_wake:
-0x6eb6 030431 bpatch patch1a_6 ,mem_patch1a 
-0x6eb7 030432 sub temp ,ui_button_gpio_disable ,null 
-0x6eb8 030433 rtn zero 
-0x6eb9 030434 arg 4 ,debug 
-0x6eba 030435 isolate1 gpio_active_bit ,temp 
-0x6ebb 030436 branch gpio_set_wake_high ,true 
-0x6ebc 030437 arg 2 ,debug 
-:      030438 gpio_set_wake_high:
-0x6ebd 030439 call get_gpio_wakeup_index 
-0x6ebe 030440 isolate0 0 ,temp 
-0x6ebf 030441 branch gpio_set_wake_low4bit ,true 
-0x6ec0 030442 lshift4 debug ,debug 
-:      030443 gpio_set_wake_low4bit:
-0x6ec1 030444 ifetch 1 ,contw 
-0x6ec2 030445 iand alarm ,pdata 
-0x6ec3 030446 ior debug ,pdata 
-0x6ec4 030447 istore 1 ,contw 
-0x6ec5 030448 rtn 
-:      030451 gpio_set_low_pullup:
-0x6ec6 030452 bpatch patch1a_7 ,mem_patch1a 
-0x6ec7 030453 sub temp ,ui_button_gpio_disable ,null 
-0x6ec8 030454 rtn zero 
-0x6ec9 030455 arg 1 ,debug 
-0x6eca 030456 call get_gpio_wakeup_index 
-0x6ecb 030457 isolate0 0 ,temp 
-0x6ecc 030458 branch gpio_set_low_pullup_low4bit ,true 
-0x6ecd 030459 lshift4 debug ,debug 
-:      030460 gpio_set_low_pullup_low4bit:
-0x6ece 030461 ifetch 1 ,contw 
-0x6ecf 030462 iand alarm ,pdata 
-0x6ed0 030463 ior debug ,pdata 
-0x6ed1 030464 istore 1 ,contw 
-0x6ed2 030465 rtn 
-:      030470 gpio_clr_wake:
-0x6ed3 030471 bpatch patch1b_0 ,mem_patch1b 
-0x6ed4 030472 sub temp ,ui_button_gpio_disable ,null 
-0x6ed5 030473 rtn zero 
-0x6ed6 030474 call get_gpio_wakeup_index 
-0x6ed7 030475 ifetch 1 ,contw 
-0x6ed8 030476 iand alarm ,pdata 
-0x6ed9 030477 istore 1 ,contw 
-0x6eda 030478 rtn 
-:      030480 gpio_config_input_nowake:
-0x6edb 030481 call gpio_clr_wake 
-0x6edc 030482 branch gpio_config_input_without_wake 
-:      030485 gpio_config_input:
-0x6edd 030486 sub temp ,ui_button_gpio_disable ,null 
-0x6ede 030487 rtn zero 
-0x6edf 030488 ncall gpio_set_wake ,wake 
-:      030489 gpio_config_input_without_wake:
-0x6ee0 030490 call gpio_addr 
-0x6ee1 030491 setarg 0 
-0x6ee2 030492 isolate1 gpio_active_bit ,temp 
-0x6ee3 030493 nsetflag true ,6 ,pdata 
-0x6ee4 030494 setflag true ,7 ,pdata 
-0x6ee5 030495 branch gpio_write 
-:      030498 gpio_get_bit:
-0x6ee6 030499 bpatch patch1b_1 ,mem_patch1b 
-0x6ee7 030500 arg core_gpio_in ,contw 
-0x6ee8 030501 and temp ,0x07 ,queue 
-0x6ee9 030502 rshift3 temp ,pdata 
-0x6eea 030503 and_into 3 ,pdata 
-0x6eeb 030504 iadd contw ,contw 
-0x6eec 030505 ifetch 1 ,contw 
-0x6eed 030506 isolate1 gpio_active_bit ,temp 
-0x6eee 030507 branch gpio_get_bit_reverse ,true 
-0x6eef 030508 qisolate0 pdata 
-0x6ef0 030509 rtn 
-:      030510 gpio_get_bit_reverse:
-0x6ef1 030511 qisolate1 pdata 
-0x6ef2 030512 rtn 
-:      030515 gpio_out_inactive:
-0x6ef3 030516 sub temp ,ui_button_gpio_disable ,null 
-0x6ef4 030517 rtn zero 
-0x6ef5 030518 isolate1 gpio_active_bit ,null 
-0x6ef6 030519 branch gpio_out_flag 
-:      030521 gpio_config_output:
-:      030522 gpio_out_active:
-0x6ef7 030523 sub temp ,ui_button_gpio_disable ,null 
-0x6ef8 030524 rtn zero 
-0x6ef9 030525 isolate0 gpio_active_bit ,null 
-:      030528 gpio_out_flag:
-0x6efa 030529 setarg 0 
-0x6efb 030530 nsetflag true ,gpio_active_bit ,pdata 
-0x6efc 030531 ixor temp ,temp 
-:      030534 gpio_out:
-0x6efd 030535 call gpio_addr 
-0x6efe 030536 setarg gpcfg_output_high 
-0x6eff 030537 isolate1 gpio_active_bit ,temp 
-0x6f00 030538 setflag true ,0 ,pdata 
-0x6f01 030539 branch gpio_write 
-:      030542 gpio_check_active:
-0x6f02 030543 sub temp ,ui_button_gpio_disable ,null 
-0x6f03 030544 branch disable_true ,zero 
-0x6f04 030545 call gpio_addr 
-0x6f05 030546 ifetch 1 ,contw 
-0x6f06 030547 bbit1 0 ,gpio_check_active_high 
-0x6f07 030548 isolate0 gpio_active_bit ,temp 
-0x6f08 030549 rtn 
-:      030550 gpio_check_active_high:
-0x6f09 030551 isolate1 gpio_active_bit ,temp 
-0x6f0a 030552 rtn 
-:      030554 gpio_set_analog:
-0x6f0b 030555 call gpio_addr 
-0x6f0c 030556 setarg gpcfg_no_ie 
-:      030557 gpio_write:
-0x6f0d 030558 istore 1 ,contw 
-0x6f0e 030559 rtn 
-:      030561 gpio_set_high_impedance:
-0x6f0f 030562 sub temp ,ui_button_gpio_disable ,null 
-0x6f10 030563 rtn zero 
-0x6f11 030564 call gpio_addr 
-0x6f12 030565 setarg gpcfg_high_impedance 
-0x6f13 030566 branch gpio_write 
-:      030568 gpio_addr:
-0x6f14 030569 and temp ,0x3f ,pdata 
-0x6f15 030570 sub pdata ,gpio_number + -1 ,null 
-0x6f16 030571 nbranch gpio_addr_ext ,positive 
-0x6f17 030572 arg core_gpio_conf ,contw 
-:      030573 gpio_addr_next:
-0x6f18 030574 iadd contw ,contw 
-0x6f19 030575 rtn 
-:      030576 gpio_addr_ext:
-0x6f1a 030577 arg core_gpio_conf_hi ,contw 
-0x6f1b 030578 increase -16 ,pdata 
-0x6f1c 030579 branch gpio_addr_next 
-:      030582 gpio_config_param:
-0x6f1d 030583 and pdata ,0xff ,temp 
-0x6f1e 030584 rshift8 pdata ,pdata 
-0x6f1f 030585 branch gpio_config_function_int 
-:      030588 gpio_config_function:
-0x6f20 030589 rtnbit0 gpio_active_bit 
-:      030590 gpio_config_function_int:
-0x6f21 030591 and_into 0x3f ,pdata 
-0x6f22 030592 sub pdata ,gpio_number + -1 ,null 
-0x6f23 030593 nbranch gpio_config_function_int_ext ,positive 
-0x6f24 030594 arg core_gpio_conf ,contw 
-:      030595 gpio_config_function_int_next:
-0x6f25 030596 iadd contw ,contw 
-0x6f26 030597 istoret 1 ,contw 
-0x6f27 030598 rtn 
-:      030599 gpio_config_function_int_ext:
-0x6f28 030600 arg core_gpio_conf_hi ,contw 
-0x6f29 030601 increase -16 ,pdata 
-0x6f2a 030602 branch gpio_config_function_int_next 
-:      030606 gpio_get_config:
-0x6f2b 030607 and_into 0x3f ,temp 
-0x6f2c 030608 sub temp ,gpio_number + -1 ,null 
-0x6f2d 030609 nbranch gpio_get_config_ext ,positive 
-0x6f2e 030610 setarg core_gpio_conf 
-:      030611 gpio_get_config_next:
-0x6f2f 030612 iadd temp ,contr 
-0x6f30 030613 ifetch 1 ,contr 
-0x6f31 030614 rtn 
-:      030615 gpio_get_config_ext:
-0x6f32 030616 setarg core_gpio_conf_hi 
-0x6f33 030617 increase -16 ,temp 
-0x6f34 030618 branch gpio_get_config_next 
-:      030622 gpio_set_before_lpm:
-0x6f35 030623 arg gpio_number ,loopcnt 
-0x6f36 030624 arg core_gpio_conf ,contr 
-:      030625 setgpio_loop:
-0x6f37 030626 copy contr ,contw 
-0x6f38 030627 ifetch 1 ,contr 
-0x6f39 030628 beq gpcfg_spid_miso ,setgpio_pullup 
-0x6f3a 030629 beq gpcfg_spid_ncs ,setgpio_pullup 
-0x6f3b 030630 beq gpcfg_spid_sck ,setgpio_pullup 
-0x6f3c 030631 beq gpcfg_spid_mosi ,setgpio_pullup 
-0x6f3d 030632 beq gpcfg_spid_sdio ,setgpio_pullup 
-0x6f3e 030633 beq gpcfg_iic_scl ,setgpio_pullup 
-0x6f3f 030634 beq gpcfg_iic_sda ,setgpio_pullup 
-0x6f40 030635 beq gpcfg_input ,setgpio_pullup 
-:      030636 setgpio_loop_end:
-0x6f41 030637 loop setgpio_loop 
-0x6f42 030638 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
-0x6f43 030639 isub contr ,null 
-0x6f44 030640 rtn zero 
-:      030641 gpio_set_before_lpm_ext:
-0x6f45 030642 arg gpio_number_ext ,loopcnt 
-0x6f46 030643 arg core_gpio_conf_hi ,contr 
-0x6f47 030644 branch setgpio_loop 
-:      030647 setgpio_pullup:
-0x6f48 030648 setarg gpcfg_pullup 
-0x6f49 030649 istore 1 ,contw 
-0x6f4a 030650 branch setgpio_loop_end 
-:      030651 setgpio_pulldown:
-0x6f4b 030652 setarg gpcfg_pulldown 
-0x6f4c 030653 istore 1 ,contw 
-0x6f4d 030654 branch setgpio_loop_end 
-:      030658 sadc_calibration:
-0x6f4e 030659 bpatch patch1b_2 ,mem_patch1b 
-0x6f4f 030660 rtn wake 
-0x6f50 030661 jam 0x77 ,core_gpadc_ctrl 
-0x6f51 030662 jam 0xc9 ,core_gpadc_cfg0 
-0x6f52 030663 jam 0x01 ,core_gpadc_cfg3 
-0x6f53 030664 fetch 1 ,mem_adc_clkdiv 
-0x6f54 030665 store 1 ,core_sadc_clkdiv 
-0x6f55 030666 call sadc_read 
-0x6f56 030667 jam 0xc1 ,core_gpadc_cfg0 
-:      030668 sadc_cal_read:
-0x6f57 030669 arg 7 ,loopcnt 
-0x6f58 030670 arg mem_adc_cal_c0 ,rega 
-0x6f59 030671 jam 0x05 ,core_gpadc_cfg2 
-:      030672 sadc_cal_read_loop:
-0x6f5a 030673 fetch 1 ,core_gpadc_status 
-0x6f5b 030674 istore 1 ,rega 
-0x6f5c 030675 increase 1 ,rega 
-0x6f5d 030676 fetch 1 ,core_gpadc_cfg2 
-0x6f5e 030677 increase 0x20 ,pdata 
-0x6f5f 030678 store 1 ,core_gpadc_cfg2 
-0x6f60 030679 loop sadc_cal_read_loop 
-0x6f61 030680 jam 0x00 ,core_gpadc_ctrl 
-0x6f62 030681 rtn 
-:      030683 sadc_cal_write:
-0x6f63 030684 fetch 1 ,core_sadc_ctrl 
-0x6f64 030685 set1 1 ,pdata 
-0x6f65 030686 store 1 ,core_sadc_ctrl 
-0x6f66 030687 arg 7 ,loopcnt 
-0x6f67 030688 arg mem_adc_cal_c0 ,rega 
-0x6f68 030689 jam 0x15 ,core_gpadc_cfg2 
-:      030690 sadc_cal_write_loop:
-0x6f69 030691 ifetch 1 ,rega 
-0x6f6a 030692 store 1 ,core_gpadc_cfg1 
-0x6f6b 030693 increase 1 ,rega 
-0x6f6c 030694 fetch 1 ,core_gpadc_cfg2 
-0x6f6d 030695 increase 0x20 ,pdata 
-0x6f6e 030696 store 1 ,core_gpadc_cfg2 
-0x6f6f 030697 loop sadc_cal_write_loop 
-0x6f70 030698 fetch 1 ,core_sadc_ctrl 
-0x6f71 030699 set0 1 ,pdata 
-0x6f72 030700 store 1 ,core_sadc_ctrl 
-0x6f73 030701 rtn 
-:      030705 adc_init_data:
-0x6f74 030706 bpatch patch1b_3 ,mem_patch1b 
-0x6f75 030707 fetch 8 ,mem_otp_adc 
-0x6f76 030708 branch adc_init_cal_data_default ,blank 
-0x6f77 030709 store 8 ,mem_3v_adc_io_data 
-0x6f78 030710 rtn 
-:      030712 adc_init_cal_data_default:
-0x6f79 030713 setarg 0x0bbe 
-0x6f7a 030714 store 2 ,mem_3v_adc_io_data 
-0x6f7b 030715 setarg 0x03f0 
-0x6f7c 030716 store 2 ,mem_1v_adc_io_data 
-0x6f7d 030717 setarg 0x027e 
-0x6f7e 030718 store 2 ,mem_2v_adc_hvin_data 
-0x6f7f 030719 setarg 0x03c4 
-0x6f80 030720 store 2 ,mem_3v_adc_hvin_data 
-0x6f81 030721 rtn 
-:      030723 enable_adc:
-0x6f82 030724 bpatch patch1b_4 ,mem_patch1b 
-0x6f83 030725 call sadc_cal_write 
-0x6f84 030726 fetch 1 ,core_gpadc_cfg1 
-0x6f85 030727 set0 7 ,pdata 
-0x6f86 030728 store 1 ,core_gpadc_cfg1 
-0x6f87 030729 jam 0x77 ,core_gpadc_ctrl 
-0x6f88 030730 jam 0xc1 ,core_gpadc_cfg0 
-0x6f89 030731 jam 0x01 ,core_gpadc_cfg3 
-0x6f8a 030732 call sadc_channel 
-0x6f8b 030733 fetch 1 ,mem_adc_clkdiv 
-0x6f8c 030734 store 1 ,core_sadc_clkdiv 
-0x6f8d 030735 call sadc_read 
-0x6f8e 030736 jam 0 ,core_sadc_clkdiv 
-0x6f8f 030737 branch sadc_dma 
-:      030739 sadc_channel:
-0x6f90 030740 fetch 1 ,mem_adc_channel 
-0x6f91 030741 lshift4 pdata ,pdata 
-0x6f92 030742 fetcht 1 ,core_gpadc_cfg3 
-0x6f93 030743 and_into 0x0f ,temp 
-0x6f94 030744 ior temp ,temp 
-0x6f95 030745 storet 1 ,core_gpadc_cfg3 
-0x6f96 030746 rtn 
-:      030748 sadc_read:
-0x6f97 030749 jam 0x03 ,core_sadc_ctrl 
-:      030750 sadc_read_wait:
-0x6f98 030751 fetch 1 ,core_perf_status 
-0x6f99 030752 bbit0 saradc_done ,sadc_read_wait 
-0x6f9a 030753 fetcht 2 ,core_sadc_data 
-0x6f9b 030754 storet 2 ,mem_adc_current_value 
-0x6f9c 030755 jam 0x06 ,core_sadc_ctrl 
-:      030756 sadc_read_wait2:
-0x6f9d 030757 fetch 1 ,core_perf_status 
-0x6f9e 030758 bbit1 saradc_done ,sadc_read_wait2 
-0x6f9f 030759 jam 0x00 ,core_sadc_ctrl 
-0x6fa0 030760 rtn 
-:      030762 sadc_dma:
-0x6fa1 030763 fetch 1 ,mem_adc_dma_enable 
-0x6fa2 030764 rtn blank 
-0x6fa3 030765 fetch 1 ,core_gpadc_cfg1 
-0x6fa4 030766 set1 7 ,pdata 
-0x6fa5 030767 store 1 ,core_gpadc_cfg1 
-0x6fa6 030768 fetch 1 ,mem_adc_clkdiv 
-0x6fa7 030769 store 1 ,core_sadc_clkdiv 
-0x6fa8 030770 fetch 2 ,mem_adc_saddr_ptr 
-0x6fa9 030771 store 2 ,core_sadc_saddr 
-0x6faa 030772 fetch 2 ,mem_adc_eaddr_ptr 
-0x6fab 030773 store 2 ,core_sadc_eaddr 
-0x6fac 030774 jam 0x0b ,core_sadc_ctrl 
-0x6fad 030775 nop 1000 
-0x6fae 030776 jam 0x03 ,core_sadc_ctrl 
-0x6faf 030777 rtn 
-:      030779 vdd_calculate_by_mode:
-0x6fb0 030780 bpatch patch1b_5 ,mem_patch1b 
-0x6fb1 030781 fetch 1 ,mem_adc_config_flag 
-0x6fb2 030782 beq adc_config_hvin ,vdd_calculate_hvin 
-0x6fb3 030783 beq adc_config_gpio ,vdd_calculate_io 
-0x6fb4 030784 rtn 
-:      030786 vdd_calculate_hvin:
-0x6fb5 030787 setarg 1000 
-0x6fb6 030788 store 2 ,mem_reference_voltage 
-0x6fb7 030789 fetcht 2 ,mem_3v_adc_hvin_data 
-0x6fb8 030790 fetch 2 ,mem_2v_adc_hvin_data 
-0x6fb9 030791 arg 2000 ,regc 
-0x6fba 030792 branch vdd_calculate 
-:      030794 vdd_calculate_io:
-0x6fbb 030795 setarg 2000 
-0x6fbc 030796 store 2 ,mem_reference_voltage 
-0x6fbd 030797 fetcht 2 ,mem_3v_adc_io_data 
-0x6fbe 030798 fetch 2 ,mem_1v_adc_io_data 
-0x6fbf 030799 arg 1000 ,regc 
-:      030800 vdd_calculate:
-0x6fc0 030801 isub temp ,rega 
-0x6fc1 030802 fetch 2 ,mem_adc_current_value 
-0x6fc2 030803 isub temp ,pdata 
-0x6fc3 030804 nbranch vdd_calculate1 ,positive 
-0x6fc4 030805 fetcht 2 ,mem_reference_voltage 
-0x6fc5 030806 imul32 temp ,regb 
-0x6fc6 030807 copy regc ,pdata 
-0x6fc7 030808 imul32 rega ,pdata 
-0x6fc8 030809 iadd regb ,pdata 
-:      030810 vdd_calculate2:
-0x6fc9 030811 idiv rega 
-0x6fca 030812 call wait_div_end 
-0x6fcb 030813 quotient pdata 
-0x6fcc 030814 rtn 
-:      030816 vdd_calculate1:
-0x6fcd 030817 copy temp ,pdata 
-0x6fce 030818 fetcht 2 ,mem_adc_current_value 
-0x6fcf 030819 isub temp ,pdata 
-0x6fd0 030820 fetcht 2 ,mem_reference_voltage 
-0x6fd1 030821 imul32 temp ,regb 
-0x6fd2 030822 copy regc ,pdata 
-0x6fd3 030823 imul32 rega ,pdata 
-0x6fd4 030824 isub regb ,pdata 
-0x6fd5 030825 nbranch set_pdata_0 ,positive 
-0x6fd6 030826 branch vdd_calculate2 
-:      030830 adc_bat_percent_lowpower_out:
-0x6fd7 030831 ifetch 8 ,rega 
-0x6fd8 030832 store 8 ,mem_pdatatemp 
-0x6fd9 030833 fetch 2 ,mem_pdatatemp 
-0x6fda 030834 fetcht 2 ,mem_pdatatemp + 2 
-0x6fdb 030835 isub temp ,rega 
-0x6fdc 030836 fetch 2 ,mem_pdatatemp + 6 
-0x6fdd 030837 isub temp ,regb 
-0x6fde 030838 fetcht 2 ,mem_pdatatemp + 4 
-0x6fdf 030839 isub temp ,null 
-0x6fe0 030840 ncall adc_set_low_power_flag ,positive 
-0x6fe1 030841 mul32 regb ,100 ,pdata 
-0x6fe2 030842 idiv rega 
-0x6fe3 030843 call wait_div_end 
-0x6fe4 030844 quotient pdata 
-0x6fe5 030845 call adc_set_no_power_flag ,blank 
-0x6fe6 030846 rtn 
-:      030848 adc_set_low_power_flag:
-0x6fe7 030849 fetch 1 ,mem_adc_power_flag 
-0x6fe8 030850 set1 0 ,pdata 
-0x6fe9 030851 store 1 ,mem_adc_power_flag 
-0x6fea 030852 rtn 
-:      030854 adc_clear_low_power_flag:
-0x6feb 030855 fetch 1 ,mem_adc_power_flag 
-0x6fec 030856 set0 0 ,pdata 
-0x6fed 030857 store 1 ,mem_adc_power_flag 
-0x6fee 030858 rtn 
-:      030860 adc_set_no_power_flag:
-0x6fef 030861 fetcht 1 ,mem_adc_power_flag 
-0x6ff0 030862 set1 1 ,temp 
-0x6ff1 030863 storet 1 ,mem_adc_power_flag 
-0x6ff2 030864 rtn 
-:      030866 adc_clear_no_power_flag:
-0x6ff3 030867 fetcht 1 ,mem_adc_power_flag 
-0x6ff4 030868 set0 1 ,temp 
-0x6ff5 030869 storet 1 ,mem_adc_power_flag 
-0x6ff6 030870 rtn 
-:      030875 keyscan_key_init:
-0x6ff7 030876 fetch 2 ,mem_key_num_ptr 
-0x6ff8 030877 ifetch 1 ,pdata 
-:      030878 keyscan_key_init_next:
-0x6ff9 030879 rtn blank 
-0x6ffa 030880 copy pdata ,loopcnt 
-0x6ffb 030882 fetch 2 ,mem_keyscan_ptr 
-0x6ffc 030883 increase 3 ,pdata 
-0x6ffd 030884 copy pdata ,rega 
-:      030885 keyscan_key_init_lp1:
-0x6ffe 030886 ifetcht 1 ,rega 
-0x6fff 030887 call gpio_config_input 
-0x7000 030888 increase key_conf_struct_len ,rega 
-0x7001 030889 loop keyscan_key_init_lp1 
-:      030890 keyscan_key_init_end:
-0x7002 030891 rtn 
-:      030893 keyscan_scan_key:
-0x7003 030894 fetch 2 ,mem_keyscan_ptr 
-0x7004 030895 increase 3 ,pdata 
-0x7005 030896 copy pdata ,rega 
-0x7006 030898 force 0 ,regb 
-0x7007 030899 setarg 0 
-0x7008 030900 store 2 ,mem_key_value_temp 
-:      030901 keyscan_scan_key_lp1:
-0x7009 030902 ifetcht 1 ,rega 
-0x700a 030903 call gpio_get_bit 
-0x700b 030904 bpatch patch1b_6 ,mem_patch1b 
-0x700c 030905 fetch 2 ,mem_key_value_temp 
-0x700d 030906 copy regb ,queue 
-0x700e 030907 qsetflag true ,pdata 
-0x700f 030908 store 2 ,mem_key_value_temp 
-0x7010 030909 increase key_conf_struct_len ,rega 
-0x7011 030910 increase 1 ,regb 
-0x7012 030911 fetch 2 ,mem_key_num_ptr 
-0x7013 030912 ifetch 1 ,pdata 
-:      030913 keyscan_scan_key_lp1_next:
-0x7014 030914 ixor regb ,null 
-0x7015 030915 nbranch keyscan_scan_key_lp1 ,zero 
-0x7016 030916 fetch 2 ,mem_key_value_temp 
-0x7017 030917 fetcht 2 ,mem_key_value_retention 
-0x7018 030918 ixor temp ,null 
-0x7019 030919 rtn zero 
-0x701a 030920 branch enable_user 
-:      030922 keyscan_process_lpm_before:
-0x701b 030923 fetch 2 ,mem_key_num_ptr 
-0x701c 030924 ifetch 1 ,pdata 
-:      030925 keyscan_process_lpm_before_next:
-0x701d 030926 rtn blank 
-0x701e 030927 copy pdata ,loopcnt 
-0x701f 030928 fetch 2 ,mem_keyscan_ptr 
-0x7020 030929 increase 3 ,pdata 
-0x7021 030930 copy pdata ,rega 
-:      030931 keyscan_process_lpm_before_lp1:
-0x7022 030932 ifetcht 1 ,rega 
-0x7023 030933 call gpio_set_wake_by_current_state 
-0x7024 030934 increase key_conf_struct_len ,rega 
-0x7025 030935 loop keyscan_process_lpm_before_lp1 
-:      030936 keyscan_process_lpm_before_end:
-0x7026 030937 rtn 
-:      030939 keyscan_key_process:
-0x7027 030940 arg key_scan_timer ,queue 
-0x7028 030941 call timer_check 
-0x7029 030942 nrtn blank 
-0x702a 030943 setarg 0x20 
-0x702b 030944 arg key_scan_timer ,queue 
-0x702c 030945 call timer_init 
-0x702d 030946 disable user 
-0x702e 030947 call keyscan_process_lpm_before 
-0x702f 030948 bpatch patch1b_7 ,mem_patch1b 
-0x7030 030949 fetch 2 ,mem_key_num_ptr 
-0x7031 030950 ifetch 1 ,pdata 
-:      030951 keyscan_key_process_next:
-0x7032 030952 rtn blank 
-0x7033 030953 call keyscan_scan_key 
-0x7034 030954 nbranch lpm_button_clean_wake_lock ,user 
-0x7035 030955 call lpm_button_get_wake_lock 
-0x7036 030956 disable user 
-0x7037 030957 fetch 2 ,mem_key_value_temp 
-0x7038 030958 store 2 ,mem_key_value_temp4 
-0x7039 030959 jam 0 ,mem_key_value_temp6 
-0x703a 030960 force 0 ,queue 
-:      030961 keyscan_key_lp1:
-0x703b 030962 fetch 2 ,mem_key_value_retention 
-0x703c 030963 rshift pdata ,temp 
-0x703d 030964 storet 2 ,mem_key_value_retention 
-0x703e 030965 and pdata ,0x01 ,pdata 
-0x703f 030966 fetcht 2 ,mem_key_value_temp4 
-0x7040 030967 and temp ,0x01 ,rega 
-0x7041 030968 rshift temp ,temp 
-0x7042 030969 storet 2 ,mem_key_value_temp4 
-0x7043 030970 ixor rega ,null 
-0x7044 030971 ncall keyscan_send_key_data ,zero 
-0x7045 030972 fetch 2 ,mem_key_num_ptr 
-0x7046 030973 ifetch 1 ,pdata 
-:      030974 keyscan_key_lp1_next:
-0x7047 030975 fetcht 1 ,mem_key_value_temp6 
-0x7048 030976 increase 1 ,temp 
-0x7049 030977 storet 1 ,mem_key_value_temp6 
-0x704a 030978 copy temp ,queue 
-0x704b 030979 ixor queue ,null 
-0x704c 030980 nbranch keyscan_key_lp1 ,zero 
-0x704d 030981 fetch 2 ,mem_key_value_temp 
-0x704e 030982 store 2 ,mem_key_value_retention 
-0x704f 030983 rtn 
-:      030984 keyscan_send_key_data:
-0x7050 030985 bpatch patch1c_0 ,mem_patch1c 
-0x7051 030986 fetch 2 ,mem_keyscan_ptr 
-0x7052 030987 increase 1 ,pdata 
-0x7053 030988 ifetch 2 ,pdata 
-0x7054 030989 branch callback_func 
-:      030995 pwm_init:
-0x7055 030996 fetch 1 ,core_clksel 
-0x7056 030997 ior rega ,pdata 
-0x7057 030998 store 1 ,core_clksel 
-0x7058 030999 fetch 2 ,core_clkoff 
-0x7059 031000 set0 clock_off_pwm ,pdata 
-0x705a 031001 store 2 ,core_clkoff 
-:      031002 delay_nop100:
-0x705b 031003 nop 100 
-0x705c 031004 rtn 
-:      031006 pwm_clk_set:
-0x705d 031007 fetch 1 ,core_clksel 
-0x705e 031008 bbit1 6 ,pwm_24m_clk_set 
-0x705f 031009 bbit1 7 ,pwm_33k_clk_set 
-:      031010 pwm_12m_clk_set:
-0x7060 031011 setarg pwm_12mhz 
-0x7061 031012 rtn 
-:      031013 pwm_24m_clk_set:
-0x7062 031014 setarg pwm_24mhz 
-0x7063 031015 rtn 
-:      031016 pwm_33k_clk_set:
-0x7064 031017 setarg pwm_33khz 
-0x7065 031018 rtn 
-:      031021 pwm_out_set:
-0x7066 031022 fetcht 3 ,mem_pdatatemp + 2 
-0x7067 031023 call pwm_clk_set 
-0x7068 031024 idiv temp 
-0x7069 031025 call wait_div_end 
-0x706a 031026 quotient temp 
-0x706b 031027 fetch 1 ,mem_pdatatemp + 5 
-0x706c 031028 imul32 temp ,pdata 
-0x706d 031029 div pdata ,100 
-0x706e 031030 call wait_div_end 
-0x706f 031031 quotient rega 
-0x7070 031032 copy temp ,pdata 
-0x7071 031033 isub rega ,regb 
-0x7072 031035 fetch 1 ,mem_pdatatemp + 1 
-0x7073 031036 call pwm_duty_cycle_set 
-0x7074 031037 fetch 1 ,mem_pdatatemp 
-0x7075 031038 fetcht 1 ,mem_pdatatemp + 1 
-0x7076 031039 and_into 0x0f ,temp 
-0x7077 031040 lshift8 temp ,temp 
-0x7078 031041 ior temp ,pdata 
-0x7079 031042 branch pwm_enable 
-:      031044 pwm_duty_cycle_set:
-0x707a 031045 iforce queue 
-0x707b 031046 call pwm_duty_cycle_set_without_autoload 
-0x707c 031047 branch pwm_autoload_set 
-:      031049 pwm_autoload_set:
-0x707d 031050 fetch 1 ,core_pwm_autoload 
-0x707e 031051 qset1 pdata 
-0x707f 031052 store 1 ,core_pwm_autoload 
-0x7080 031053 fetcht 1 ,core_clksel 
-0x7081 031054 isolate1 7 ,temp 
-0x7082 031055 call delay_1clk_of_33k ,true 
-0x7083 031056 qset0 pdata 
-0x7084 031057 store 1 ,core_pwm_autoload 
-0x7085 031058 rtn 
-:      031061 delay_1clk_of_33k:
-0x7086 031062 nop 480 
-0x7087 031063 rtn 
-:      031065 pwm_duty_cycle_set_without_autoload:
-0x7088 031066 and_into 0x0f ,pdata 
-0x7089 031067 arg core_pwm_pcnt0 ,contw 
-0x708a 031068 mul32 pdata ,4 ,pdata 
-0x708b 031069 iadd contw ,contw 
-0x708c 031070 copy rega ,pdata 
-0x708d 031071 istore 2 ,contw 
-0x708e 031072 copy regb ,pdata 
-0x708f 031073 istore 2 ,contw 
-0x7090 031074 rtn 
-:      031079 pwm_enable_in_syncmode:
-0x7091 031080 rshift8 regb ,queue 
-0x7092 031081 call pwm_init_bit_set 
-0x7093 031082 rshift8 regb ,queue 
-0x7094 031083 call pwm_syncmode_set 
-0x7095 031084 rshift8 rega ,queue 
-0x7096 031085 enable true 
-0x7097 031086 call pwm_syncmode_set_process 
-0x7098 031088 deposit rega 
-0x7099 031089 call pwm_gpio_select 
-0x709a 031090 deposit regb 
-0x709b 031091 branch pwm_enable 
-:      031093 pwm_disable_in_syncmode:
-0x709c 031094 deposit rega 
-0x709d 031095 call pwm_disable 
-0x709e 031096 deposit regb 
-0x709f 031097 call pwm_disable 
-0x70a0 031099 rshift8 rega ,queue 
-0x70a1 031100 disable true 
-0x70a2 031101 call pwm_syncmode_set_process 
-0x70a3 031102 rshift8 regb ,queue 
-0x70a4 031103 disable true 
-0x70a5 031104 call pwm_init_bit_set_process 
-0x70a6 031105 rshift8 regb ,queue 
-0x70a7 031106 disable true 
-0x70a8 031107 branch pwm_syncmode_set_process 
-:      031110 pwm_syncmode_set:
-0x70a9 031111 isolate1 7 ,queue 
-:      031112 pwm_syncmode_set_process:
-0x70aa 031113 and queue ,0x0f ,queue 
-0x70ab 031114 fetch 1 ,core_pwm_sync 
-0x70ac 031115 qsetflag true ,pdata 
-0x70ad 031116 store 1 ,core_pwm_sync 
-0x70ae 031117 rtn 
-:      031119 pwm_init_bit_set:
-0x70af 031120 isolate1 6 ,queue 
-:      031121 pwm_init_bit_set_process:
-0x70b0 031122 and queue ,0x0f ,queue 
-0x70b1 031123 fetch 1 ,core_pwm_init 
-0x70b2 031124 qsetflag true ,pdata 
-0x70b3 031125 store 1 ,core_pwm_init 
-0x70b4 031126 rtn 
-:      031127 pwm_gpio_select:
-0x70b5 031128 call pwm_select_channel 
-:      031129 pwm_gpio_select_process:
-0x70b6 031130 lshift8 pdata ,pdata 
-0x70b7 031131 add queue ,gpcfg_pwm_out0 ,temp 
-0x70b8 031132 ior temp ,pdata 
-0x70b9 031133 branch gpio_config_param 
-:      031135 pwm_enable:
-0x70ba 031136 enable user 
-0x70bb 031137 call pwm_gpio_select 
-0x70bc 031138 branch pwm_set_select 
-:      031140 pwm_disable:
-0x70bd 031141 disable user 
-0x70be 031142 call pwm_select_channel 
-0x70bf 031143 branch pwm_set_select 
-:      031145 pwm_set_select:
-0x70c0 031146 and queue ,0x0f ,queue 
-0x70c1 031147 fetch 1 ,core_pwm_en 
-0x70c2 031148 qsetflag user ,pdata 
-0x70c3 031149 store 1 ,core_pwm_en 
-0x70c4 031150 rtn 
-:      031151 pwm_select_channel:
-0x70c5 031152 rshift8 pdata ,queue 
-0x70c6 031153 and queue ,0x0f ,queue 
-0x70c7 031154 rtn 
-:      031158 wdt_init_config:
-0x70c8 031159 copy pdata ,temp 
-0x70c9 031160 bpatch patch1c_1 ,mem_patch1c 
-0x70ca 031161 call wdt_set_enable 
-0x70cb 031162 setarg 2048 
-0x70cc 031163 isub temp ,pdata 
-0x70cd 031164 copy pdata ,temp 
-0x70ce 031165 rshift4 temp ,temp 
-0x70cf 031166 storet 1 ,core_write_wdt 
-0x70d0 031167 nop 1400 
-0x70d1 031168 copy pdata ,temp 
-0x70d2 031169 and_into 0x0f ,temp 
-0x70d3 031170 storet 1 ,core_write_wdt2 
-0x70d4 031171 rtn 
-:      031174 wdt_set_enable:
-0x70d5 031175 enable user2 
-0x70d6 031176 branch wdt_init_set 
-:      031179 wdt_set_disable:
-0x70d7 031180 bpatch patch1c_2 ,mem_patch1c 
-0x70d8 031181 disable user2 
-:      031182 wdt_init_set:
-0x70d9 031183 fetch 1 ,core_config 
-0x70da 031184 setflag user2 ,3 ,pdata 
-0x70db 031185 store 1 ,core_config 
-0x70dc 031186 rtn 
-:      031191 nec61212_init:
-0x70dd 031192 arg fun_nec_enable | fun_nec_clk_divide_24 ,temp 
-:      031195 nec_init_config:
-0x70de 031196 store 4 ,core_nec_start_addr 
-0x70df 031197 store 2 ,core_nec_rptr 
-0x70e0 031198 storet 1 ,core_nec_ctrl 
-0x70e1 031199 rtn 
-:      031202 nec_check_rxbuff_size:
-0x70e2 031203 fetch 2 ,core_nec_rxitem 
-0x70e3 031204 rtn 
-:      031206 nec_prepare_read:
-0x70e4 031207 fetchr contu ,2 ,core_nec_rptr 
-0x70e5 031208 fetchr contus ,2 ,core_nec_start_addr 
-0x70e6 031209 fetchr contue ,2 ,core_nec_end_addr 
-0x70e7 031210 rtn 
-:      031212 nec_read_done:
-0x70e8 031213 storer contu ,2 ,core_nec_rptr 
-0x70e9 031214 rtn 
-:      031221 nec_parse_nec61212:
-0x70ea 031222 call enable_user 
-0x70eb 031223 arg 0 ,rege 
-0x70ec 031224 call nec_check_rxbuff_size 
-0x70ed 031225 beq 2 ,nec_parse_nec61212_check_timeout 
-0x70ee 031226 sub pdata ,4 ,null 
-0x70ef 031227 rtn positive 
-0x70f0 031228 call nec_prepare_read 
-0x70f1 031229 ifetcht 2 ,contu 
-0x70f2 031230 setarg nec61212_data2repeat_time 
-0x70f3 031231 call nec_check_pulse_range_legal_default_deviation 
-0x70f4 031232 nbranch nec_parse_nec61212_check_repeat_data ,positive 
-0x70f5 031233 copy regd ,temp 
-0x70f6 031234 setarg nec61212_repeat2repeat_time 
-0x70f7 031235 call nec_check_pulse_range_legal_default_deviation 
-0x70f8 031236 nbranch nec_parse_nec61212_check_repeat_data ,positive 
-0x70f9 031238 copy regd ,temp 
-0x70fa 031239 setarg nec61212_boot_code_start_time 
-0x70fb 031240 call nec_check_pulse_range_legal_default_deviation 
-0x70fc 031241 branch nec_parse_nec61212_error_data ,positive 
-0x70fd 031242 ifetcht 2 ,contu 
-0x70fe 031243 setarg nec61212_boot_code_end_time 
-0x70ff 031244 call nec_check_pulse_range_legal_default_deviation 
-0x7100 031245 branch nec_parse_nec61212_error_data ,positive 
-0x7101 031246 call nec_check_rxbuff_size 
-0x7102 031247 sub pdata ,133 ,null 
-0x7103 031248 rtn positive 
-0x7104 031249 arg 32 ,loopcnt 
-:      031250 nec_parse_nec61212_data:
-0x7105 031251 ifetcht 2 ,contu 
-0x7106 031252 setarg nec61212_data_bit_1_start_time 
-0x7107 031253 call nec_check_pulse_range_legal_default_deviation 
-0x7108 031254 branch nec_parse_nec61212_error_data ,positive 
-0x7109 031255 ifetcht 2 ,contu 
-0x710a 031256 setarg nec61212_data_bit_1_end_time 
-0x710b 031257 call nec_check_pulse_range_legal_default_deviation 
-0x710c 031258 nbranch nec_parse_nec61212_add_bit1 ,positive 
-0x710d 031259 copy regd ,temp 
-0x710e 031260 setarg nec61212_data_bit_0_end_time 
-0x710f 031261 call nec_check_pulse_range_legal_default_deviation 
-0x7110 031262 nbranch nec_parse_nec61212_add_bit0 ,positive 
-:      031265 nec_parse_nec61212_error_data:
-0x7111 031266 copy regd ,temp 
-0x7112 031267 setarg nec61212_timeout_time 
-0x7113 031268 isub temp ,null 
-0x7114 031269 branch nec_parse_nec61212_check_timeout_cb ,zero 
-0x7115 031270 branch nec_read_done 
-:      031272 nec_parse_nec61212_add_bit1:
-0x7116 031273 set1 32 ,rege 
-:      031274 nec_parse_nec61212_add_bit0:
-0x7117 031275 rshift rege ,rege 
-0x7118 031276 loop nec_parse_nec61212_data 
-0x7119 031277 branch nec_parse_nec61212_check_stop_bit 
-:      031279 nec_parse_nec61212_check_repeat_data:
-0x711a 031280 call nec_check_rxbuff_size 
-0x711b 031281 sub pdata ,7 ,null 
-0x711c 031282 rtn positive 
-0x711d 031283 ifetcht 2 ,contu 
-0x711e 031284 setarg nec61212_repeat_start_time 
-0x711f 031285 call nec_check_pulse_range_legal_default_deviation 
-0x7120 031286 branch nec_parse_nec61212_error_data ,positive 
-0x7121 031287 ifetcht 2 ,contu 
-0x7122 031288 setarg nec61212_repeat_end_time 
-0x7123 031289 call nec_check_pulse_range_legal_default_deviation 
-0x7124 031290 branch nec_parse_nec61212_error_data ,positive 
-:      031291 nec_parse_nec61212_check_stop_bit:
-0x7125 031292 ifetcht 2 ,contu 
-0x7126 031293 setarg nec61212_stop_time 
-0x7127 031294 call nec_check_pulse_range_legal_default_deviation 
-0x7128 031295 branch nec_parse_nec61212_error_data ,positive 
-0x7129 031296 call nec_read_done 
-0x712a 031297 copy regc ,pdata 
-0x712b 031298 branch callback_func 
-:      031300 nec_parse_nec61212_check_timeout:
-0x712c 031301 call nec_prepare_read 
-0x712d 031302 ifetcht 2 ,contu 
-0x712e 031303 setarg nec61212_timeout_time 
-0x712f 031304 isub temp ,null 
-0x7130 031305 nrtn zero 
-:      031306 nec_parse_nec61212_check_timeout_cb:
-0x7131 031307 call nec_read_done 
-0x7132 031308 call disable_user 
-0x7133 031309 copy regc ,pdata 
-0x7134 031310 branch callback_func 
-:      031317 nec_check_pulse_range_legal_default_deviation:
-0x7135 031318 fetchr regb ,1 ,mem_nec_decode_error_value 
-:      031327 nec_check_pulse_range_legal:
-0x7136 031328 copy temp ,regd 
-0x7137 031329 imul32 regb ,regb 
-0x7138 031330 lshift temp ,temp 
-0x7139 031331 isub temp ,rega 
-0x713a 031332 ncall nec_check_pulse_range_legal_data_negative ,positive 
-0x713b 031333 mul32 rega ,100 ,pdata 
-0x713c 031334 isub regb ,null 
-0x713d 031335 rtn 
-:      031337 nec_check_pulse_range_legal_data_negative:
-0x713e 031338 sub rega ,0 ,rega 
-0x713f 031339 rtn 
-:      031350 function_g2:
-0x7140 031351 bpatch patch1c_3 ,mem_patch1c 
-0x7141 031352 jam 80 ,mem_aes_cmac_data_length 
-0x7142 031353 arg mem_dat ,contw 
-0x7143 031354 arg mem_le_srand ,contr 
-0x7144 031355 call memcpy16 
-0x7145 031356 arg mem_sc_pubkey_local_x_256 ,contr 
-0x7146 031357 call memcpy32 
-0x7147 031358 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7148 031359 call memcpy32 
-0x7149 031360 call inverse_memdat 
-0x714a 031361 arg mem_le_mrand ,contr 
-0x714b 031362 call store_inverse_k 
-0x714c 031363 call function_aes_cmac 
-0x714d 031365 arg mem_aes_cmac_temp ,contw 
-0x714e 031366 call load_inverse_result 
-0x714f 031367 setarg 1000000 
-0x7150 031368 copy pdata ,rega 
-0x7151 031369 fetch 4 ,mem_aes_cmac_temp 
-0x7152 031370 idiv rega 
-0x7153 031371 call wait_div_end 
-0x7154 031372 remainder pdata 
-0x7155 031373 store 4 ,mem_gkey 
-0x7156 031375 rtn 
-:      031377 function_f6_eb:
-0x7157 031378 jam 65 ,mem_aes_cmac_data_length 
-0x7158 031379 arg mem_dat ,contw 
-0x7159 031380 call store_addr_common_a 
-0x715a 031381 call store_addr_common_b 
-0x715b 031382 fetch 3 ,mem_le_pres + 1 
-0x715c 031383 istore 3 ,contw 
-0x715d 031386 call get_r 
-0x715e 031388 arg mem_le_mrand ,contr 
-0x715f 031389 call memcpy16 
-0x7160 031390 arg mem_le_srand ,contr 
-0x7161 031391 call memcpy16 
-0x7162 031392 call inverse_memdat 
-0x7163 031393 arg mem_le_mackey ,contr 
-0x7164 031394 arg mem_aes_cmac_k ,contw 
-0x7165 031395 call memcpy16 
-0x7166 031397 branch function_aes_cmac 
-:      031401 get_r:
-0x7167 031402 fetch 4 ,mem_le_tk 
-0x7168 031403 istore 4 ,contw 
-0x7169 031404 call memset0_4 
-0x716a 031405 branch memset0_8 
-:      031407 function_f6_ea:
-0x716b 031408 bpatch patch1c_4 ,mem_patch1c 
-0x716c 031409 jam 65 ,mem_aes_cmac_data_length 
-0x716d 031410 arg mem_dat ,contw 
-0x716e 031411 call store_addr_common_b 
-0x716f 031412 call store_addr_common_a 
-0x7170 031413 fetch 3 ,mem_le_preq + 1 
-0x7171 031414 istore 3 ,contw 
-0x7172 031417 call get_r 
-0x7173 031418 arg mem_le_srand ,contr 
-0x7174 031419 call memcpy16 
-0x7175 031420 arg mem_le_mrand ,contr 
-0x7176 031421 call memcpy16 
-0x7177 031422 call inverse_memdat 
-0x7178 031423 arg mem_le_mackey ,contr 
-0x7179 031424 arg mem_aes_cmac_k ,contw 
-0x717a 031425 call memcpy16 
-0x717b 031427 call function_aes_cmac 
-0x717c 031428 arg mem_aes_cmac_temp ,contw 
-0x717d 031429 branch load_inverse_result 
-:      031431 function_f5:
-0x717e 031432 jam 32 ,mem_aes_cmac_data_length 
-0x717f 031433 arg mem_le_dhkey_256 ,contr 
-0x7180 031434 arg mem_dat ,contw 
-0x7181 031435 call memcpy32 
-0x7182 031436 call inverse_memdat 
-0x7183 031437 arg mem_le_slat ,contr 
-0x7184 031438 call store_inverse_k 
-0x7185 031439 call function_aes_cmac 
-0x7186 031440 arg mem_aes_cmac_k ,contw 
-0x7187 031441 call store_aes_result 
-0x7188 031442 arg 1 ,temp 
-0x7189 031443 call function_f5_common 
-0x718a 031444 arg mem_le_ltk ,contw 
-0x718b 031445 call load_inverse_result 
-0x718c 031446 arg 0 ,temp 
-0x718d 031447 call function_f5_common 
-0x718e 031448 arg mem_le_mackey ,contw 
-0x718f 031450 branch store_aes_result 
-:      031453 function_f5_common:
-0x7190 031454 bpatch patch1c_5 ,mem_patch1c 
-0x7191 031455 jam 53 ,mem_aes_cmac_data_length 
-0x7192 031456 setarg 0x100 
-0x7193 031457 store 2 ,mem_dat 
-0x7194 031458 call store_addr_common_b 
-0x7195 031459 call store_addr_common_a 
-0x7196 031460 arg mem_le_srand ,contr 
-0x7197 031461 call memcpy16 
-0x7198 031462 arg mem_le_mrand ,contr 
-0x7199 031463 call memcpy16 
-0x719a 031465 setarg 0x6c65 
-0x719b 031466 istore 2 ,contw 
-0x719c 031467 setarg 0x6274 
-0x719d 031468 istore 2 ,contw 
-0x719e 031469 istoret 1 ,contw 
-0x719f 031470 call inverse_memdat 
-0x71a0 031471 branch function_aes_cmac 
-:      031473 store_addr_common_b:
-0x71a1 031474 fetch 6 ,mem_le_lap 
-0x71a2 031475 istore 6 ,contw 
-0x71a3 031476 fetch 1 ,mem_le_conn_own_addr_type 
-0x71a4 031477 istore 1 ,contw 
-0x71a5 031478 rtn 
-:      031480 store_addr_common_a:
-0x71a6 031481 fetch 6 ,mem_le_plap 
-0x71a7 031482 istore 6 ,contw 
-0x71a8 031487 fetch 1 ,mem_le_conn_peer_addr_type 
-0x71a9 031488 istore 1 ,contw 
-0x71aa 031489 rtn 
-:      031491 function_f4_ca:
-0x71ab 031492 jam 65 ,mem_aes_cmac_data_length 
-0x71ac 031493 fetch 1 ,mem_passkey_1bit 
-0x71ad 031494 store 1 ,mem_dat 
-0x71ae 031495 arg mem_sc_pubkey_local_x_256 ,contr 
-0x71af 031496 call memcpy32 
-0x71b0 031497 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71b1 031498 call memcpy32 
-0x71b2 031499 call inverse_memdat 
-0x71b3 031500 arg mem_le_mrand ,contr 
-0x71b4 031501 call store_inverse_k 
-0x71b5 031502 branch function_aes_cmac 
-:      031505 function_f4_cb:
-0x71b6 031506 jam 65 ,mem_aes_cmac_data_length 
-0x71b7 031507 fetch 1 ,mem_passkey_1bit 
-0x71b8 031508 store 1 ,mem_dat 
-0x71b9 031509 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71ba 031510 call memcpy32 
-0x71bb 031511 arg mem_sc_pubkey_local_x_256 ,contr 
-0x71bc 031512 call memcpy32 
-0x71bd 031513 call inverse_memdat 
-0x71be 031514 arg mem_le_srand ,contr 
-0x71bf 031515 call store_inverse_k 
-0x71c0 031516 branch function_aes_cmac 
-:      031518 function_aes_cmac:
-0x71c1 031519 bpatch patch1c_6 ,mem_patch1c 
-0x71c2 031520 call function_aes_cmac_generate_subkey 
-0x71c3 031524 fetch 1 ,mem_aes_cmac_data_length 
-0x71c4 031525 copy pdata ,temp 
-:      031526 function_ceil16:
-0x71c5 031527 increase 15 ,pdata 
-0x71c6 031528 rshift4 pdata ,pdata 
-0x71c7 031529 copy pdata ,regb 
-0x71c8 031530 branch function_aes_cmac_set_flag_0_balnk ,blank 
-0x71c9 031531 and temp ,0x0f ,pdata 
-0x71ca 031532 nbranch function_aes_cmac_set_flag_0 ,blank 
-0x71cb 031534 arg mem_aes_cmac_k1 ,regc 
-0x71cc 031535 arg mem_dat ,pdata 
-0x71cd 031536 increase -16 ,pdata 
-0x71ce 031539 iadd temp ,rega 
-0x71cf 031540 arg mem_aes_cmac_m_last ,contw 
-0x71d0 031541 arg 4 ,loopcnt 
-0x71d1 031542 call xor_loop 
-0x71d2 031546 branch function_aes_cmac_aes 
-:      031548 function_aes_cmac_set_flag_0_balnk:
-0x71d3 031549 arg 1 ,regb 
-0x71d4 031550 arg 0 ,rega 
-0x71d5 031552 branch function_aes_cmac_set_flag_0_common 
-:      031555 function_aes_cmac_set_flag_0:
-0x71d6 031557 and temp ,0x0f ,rega 
-:      031558 function_aes_cmac_set_flag_0_common:
-0x71d7 031559 arg mem_dat ,pdata 
-0x71d8 031560 iadd temp ,pdata 
-0x71d9 031561 isub rega ,contr 
-0x71da 031563 arg mem_aes_cmac_temp ,contw 
-0x71db 031564 call function_aes_cmac_padding 
-0x71dc 031566 arg mem_aes_cmac_k2 ,regc 
-0x71dd 031567 arg mem_aes_cmac_temp ,rega 
-0x71de 031568 arg mem_aes_cmac_m_last ,contw 
-0x71df 031569 arg 4 ,loopcnt 
-0x71e0 031570 call xor_loop 
-:      031577 function_aes_cmac_aes:
-0x71e1 031582 call aes_clear_data 
-0x71e2 031583 call aes_init 
-0x71e3 031586 arg mem_dat ,contr 
-:      031587 function_aes_cmac_aes_loop:
-0x71e4 031589 increase -1 ,regb 
-0x71e5 031590 deposit regb 
-0x71e6 031591 branch function_aes_cmac_aes_loop_end ,blank 
-0x71e7 031592 call load_data128 
-0x71e8 031593 call do_aes_cbc 
-0x71e9 031594 branch function_aes_cmac_aes_loop 
-:      031596 function_aes_cmac_aes_loop_end:
-0x71ea 031597 arg mem_aes_cmac_temp ,contw 
-0x71eb 031598 call store_aes_result 
-0x71ec 031599 arg mem_aes_cmac_m_last ,contr 
-0x71ed 031600 call load_data128 
-0x71ee 031601 call aes_init 
-0x71ef 031602 arg mem_aes_cmac_temp ,contr 
-0x71f0 031603 call load_data128 
-0x71f1 031604 branch do_aes_cbc 
-:      031608 load_inverse_result:
-0x71f2 031610 copy contw ,rega 
-0x71f3 031611 call store_aes_result 
-0x71f4 031613 arg 16 ,loopcnt 
-0x71f5 031614 branch inverse_data 
-:      031616 store_inverse_k:
-0x71f6 031617 arg mem_aes_cmac_k ,contw 
-0x71f7 031618 call memcpy16 
-:      031619 inverse_k:
-0x71f8 031620 arg 16 ,loopcnt 
-0x71f9 031621 arg mem_aes_cmac_k ,rega 
-0x71fa 031622 branch inverse_data 
-:      031624 inverse_memdat:
-0x71fb 031625 fetch 1 ,mem_aes_cmac_data_length 
-0x71fc 031626 copy pdata ,loopcnt 
-0x71fd 031627 arg mem_dat ,rega 
-0x71fe 031628 branch inverse_data 
-:      031630 bn_lshift_0_inverse:
-0x71ff 031631 ifetch 1 ,rega 
-0x7200 031632 lshift pdata ,pdata 
-0x7201 031633 isolate1 0 ,regc 
-0x7202 031634 setflag true ,0 ,pdata 
-0x7203 031635 isolate1 8 ,pdata 
-0x7204 031636 setflag true ,0 ,regc 
-0x7205 031637 istore 1 ,rega 
-0x7206 031638 increase -1 ,rega 
-0x7207 031639 loop bn_lshift_0_inverse 
-0x7208 031640 rtn 
-:      031642 function_aes_cmac_k1_inverse:
-0x7209 031643 arg mem_aes_cmac_k1 ,rega 
-:      031644 function_aes_cmac_inverse_common:
-0x720a 031645 increase 15 ,rega 
-0x720b 031646 force 16 ,loopcnt 
-0x720c 031647 force 0 ,regc 
-0x720d 031648 branch bn_lshift_0_inverse 
-:      031650 function_aes_cmac_k2_inverse:
-0x720e 031651 arg mem_aes_cmac_k2 ,rega 
-0x720f 031652 branch function_aes_cmac_inverse_common 
-:      031655 function_aes_cmac_generate_subkey:
-0x7210 031656 arg mem_aes_cmac_k ,contr 
-0x7211 031657 call load_key 
-0x7212 031660 force regidx_xor ,regext_index 
-0x7213 031661 call aes_clear 
-0x7214 031662 call aes_clear_data 
-0x7215 031663 call do_aes_ocb 
-0x7216 031668 arg mem_aes_cmac_k1 ,contw 
-0x7217 031669 call store_aes_result 
-:      031670 function_aes_cmac_k1:
-0x7218 031671 bpatch patch1c_7 ,mem_patch1c 
-0x7219 031672 fetch 1 ,mem_aes_cmac_k1 
-0x721a 031673 isolate1 7 ,pdata 
-0x721b 031674 nbranch function_aes_cmac_k1_0 ,true 
-0x721c 031675 call function_aes_cmac_k1_inverse 
-0x721d 031678 arg mem_aes_cmac_k1 ,regc 
-0x721e 031680 arg mem_aes_cmac_k1 ,contw 
-0x721f 031683 call function_aes_cmac_xor_rb 
-0x7220 031684 branch function_aes_cmac_k2 
-:      031685 function_aes_cmac_k1_0:
-0x7221 031686 call function_aes_cmac_k1_inverse 
-:      031687 function_aes_cmac_k2:
-0x7222 031689 arg mem_aes_cmac_k1 ,contr 
-0x7223 031690 arg mem_aes_cmac_k2 ,contw 
-0x7224 031691 call memcpy16 
-0x7225 031692 fetch 1 ,mem_aes_cmac_k2 
-0x7226 031693 isolate1 7 ,pdata 
-0x7227 031694 nbranch function_aes_cmac_k2_inverse ,true 
-0x7228 031695 call function_aes_cmac_k2_inverse 
-0x7229 031697 arg mem_aes_cmac_k2 ,regc 
-0x722a 031699 arg mem_aes_cmac_k2 ,contw 
-:      031705 function_aes_cmac_xor_rb:
-0x722b 031706 arg 3 ,loopcnt 
-:      031707 function_aes_cmac_xor_rb_loop:
-0x722c 031708 arg 0 ,temp 
-0x722d 031709 call function_aes_cmac_xor_loop_common 
-0x722e 031710 increase 4 ,regc 
-0x722f 031711 loop function_aes_cmac_xor_rb_loop 
-0x7230 031712 arg 0x8700 ,temp 
-0x7231 031713 lshift16 temp ,temp 
-:      031714 function_aes_cmac_xor_loop_common:
-0x7232 031715 ifetch 4 ,regc 
-0x7233 031716 ixor temp ,pdata 
-0x7234 031717 istore 4 ,contw 
-0x7235 031718 rtn 
-:      031724 function_aes_cmac_padding:
-0x7236 031725 bpatch patch1d_0 ,mem_patch1d 
-0x7237 031726 arg 16 ,loopcnt 
-0x7238 031727 arg 0 ,pdata 
-:      031728 function_aes_cmac_padding_loop:
-0x7239 031729 isub rega ,null 
-0x723a 031730 branch function_aes_cmac_padding_beq_length ,zero 
-0x723b 031731 branch function_aes_cmac_padding_big_length ,positive 
-0x723c 031732 ifetcht 1 ,contr 
-0x723d 031733 istoret 1 ,contw 
-:      031734 function_aes_cmac_padding_loop2:
-0x723e 031735 increase 1 ,pdata 
-0x723f 031736 loop function_aes_cmac_padding_loop 
-0x7240 031737 rtn 
-:      031738 function_aes_cmac_padding_beq_length:
-0x7241 031739 arg 0x80 ,temp 
-:      031740 function_aes_cmac_padding_common:
-0x7242 031741 istoret 1 ,contw 
-0x7243 031742 branch function_aes_cmac_padding_loop2 
-:      031744 function_aes_cmac_padding_big_length:
-0x7244 031745 arg 0 ,temp 
-0x7245 031746 branch function_aes_cmac_padding_common 
-:      031751 concatenate_temp24:
-0x7246 031752 lshift8 temp ,temp 
-:      031753 concatenate_temp16:
-0x7247 031754 lshift16 temp ,temp 
-0x7248 031755 ior temp ,temp 
-0x7249 031756 rtn 
-:      031761 generate_stk:
-0x724a 031762 bpatch patch1d_1 ,mem_patch1d 
-0x724b 031763 call function_s1 
-0x724c 031764 arg mem_le_ltk ,contw 
-0x724d 031765 branch store_aes_result 
-:      031768 authenticate_rconfirm:
-0x724e 031769 arg mem_le_srand ,contw 
-0x724f 031770 branch authenticate_mconfirm ,master 
-0x7250 031771 arg mem_le_mrand ,contw 
-:      031772 authenticate_mconfirm:
-0x7251 031773 copy contr ,rega 
-0x7252 031774 call memcpy16 
-0x7253 031775 call function_c1 
-0x7254 031776 arg mem_le_rconfirm ,contr 
-0x7255 031777 branch compare_res 
-:      031779 generate_confirm:
-0x7256 031780 arg mem_le_mrand ,rega 
-0x7257 031781 branch generate_mrand ,master 
-0x7258 031782 arg mem_le_srand ,rega 
-:      031783 generate_mrand:
-0x7259 031784 copy rega ,contw 
-0x725a 031785 call generate_random 
-0x725b 031786 branch function_c1 
-:      031788 generate_sk:
-0x725c 031789 arg mem_le_skdm ,contr 
-0x725d 031790 call load_data128 
-0x725e 031791 arg mem_le_ltk ,contr 
-0x725f 031792 call load_regext 
-0x7260 031793 force 0x38 ,aes_ctrl 
-0x7261 031794 force 0x0 ,aes_ctrl 
-0x7262 031795 call wait_aes 
-0x7263 031796 arg mem_le_sk ,contw 
-0x7264 031797 branch store_aes_result 
-:      031801 ccm_b0:
-0x7265 031802 force regidx_xor ,regext_index 
-0x7266 031803 force 0x49 ,pdata 
-0x7267 031804 branch iv_common 
-:      031807 first_block_counter:
-0x7268 031808 force 0x49 ,pdata 
-0x7269 031809 branch first_block 
-:      031810 first_block_data:
-0x726a 031811 force 1 ,pdata 
-:      031812 first_block:
-0x726b 031813 force regidx_data ,regext_index 
-:      031814 iv_common:
-0x726c 031815 lshift8 temp ,regext 
-0x726d 031816 ior regext ,regext 
-0x726e 031817 increase 1 ,regext_index 
-0x726f 031818 rshift8 temp ,regext 
-0x7270 031819 rshift16 regext ,regext 
-0x7271 031820 fetch 2 ,mem_ccm_iv 
-0x7272 031821 lshift16 pdata ,pdata 
-0x7273 031822 ior regext ,regext 
-0x7274 031823 increase 1 ,regext_index 
-0x7275 031824 ifetchr regext ,4 ,contr 
-0x7276 031825 increase 1 ,regext_index 
-0x7277 031826 ifetch 2 ,contr 
-0x7278 031827 byteswap rega ,regext 
-0x7279 031828 lshift16 regext ,regext 
-0x727a 031829 ior regext ,regext 
-0x727b 031830 increase 1 ,regext_index 
-0x727c 031831 rtn 
-:      031835 generate_mic:
-0x727d 031836 add regc ,1 ,contr 
-0x727e 031837 ifetch 1 ,contr 
-0x727f 031838 iforce rega 
-0x7280 031839 call first_block_counter 
-0x7281 031840 call do_aes_ocb 
-0x7282 031842 force regidx_data ,regext_index 
-0x7283 031843 ifetch 1 ,regc 
-0x7284 031844 and_into 0x3 ,pdata 
-0x7285 031845 lshift16 pdata ,regext 
-0x7286 031846 set1 8 ,regext 
-0x7287 031847 call clear_hidata 
-0x7288 031848 call do_aes_cbc 
-0x7289 031850 copy rega ,loopcnt 
-0x728a 031851 add regc ,2 ,contr 
-0x728b 031852 call padding_data 
-:      031853 generate_mic_loop:
-0x728c 031854 call aes_load_data 
-0x728d 031855 call do_aes_cbc 
-0x728e 031856 deposit loopcnt 
-0x728f 031857 branch generate_mic_end ,blank 
-0x7290 031858 branch generate_mic_loop 
-:      031859 generate_mic_end:
-0x7291 031860 force regidx_result ,regext_index 
-0x7292 031861 deposit regext 
-0x7293 031862 store 4 ,mem_le_mic 
-0x7294 031863 rtn 
-:      031865 aes_crypt_data:
-0x7295 031866 increase 1 ,rega 
-0x7296 031867 call first_block_data 
-0x7297 031868 copy regc ,contr 
-0x7298 031869 call aes_load_xor 
-0x7299 031870 call do_aes_ctr 
-0x729a 031871 call store_enc_data 
-0x729b 031872 increase 16 ,regc 
-0x729c 031873 increase -16 ,regb 
-0x729d 031874 branch aes_crypt_data ,positive 
-0x729e 031875 rtn 
-:      031880 le_encrypt_new_start:
-0x729f 031881 call ccm_init_common 
-0x72a0 031882 bpatch patch1d_2 ,mem_patch1d 
-0x72a1 031883 jam 0 ,core_ccm_aad0 
-0x72a2 031884 jam 1 ,core_ccm_aad1 
-0x72a3 031885 fetch 1 ,mem_le_txheader 
-0x72a4 031886 and_into 0x3 ,pdata 
-0x72a5 031887 store 1 ,core_ccm_aad2 
-0x72a6 031888 fetch 2 ,mem_contr 
-0x72a7 031889 store 2 ,core_ccm_input_playload_addr 
-0x72a8 031890 setarg mem_le_txpayload 
-0x72a9 031891 store 2 ,core_ccm_output_playload_addr 
-0x72aa 031893 fetchr rega ,1 ,mem_le_txlen 
-0x72ab 031894 fetcht 5 ,mem_ccm_pcnt_tx 
-0x72ac 031895 call ccm_b0 
-0x72ad 031896 jam 2 ,core_ccm_ctrl 
-0x72ae 031897 jam 3 ,core_ccm_ctrl 
-0x72af 031899 fetch 1 ,mem_le_txlen 
-0x72b0 031900 store 2 ,core_ccm_inptr 
-0x72b1 031901 increase 4 ,pdata 
-0x72b2 031902 store 1 ,mem_le_txlen 
-0x72b3 031903 fetch 5 ,mem_ccm_pcnt_tx 
-0x72b4 031904 increase 1 ,pdata 
-0x72b5 031905 set0 le_ccm_directionbit ,pdata 
-0x72b6 031906 store 5 ,mem_ccm_pcnt_tx 
-0x72b7 031907 rtn 
-:      031910 ccm_wait_enc:
-0x72b8 031911 fetch 2 ,core_ccm_outptr 
-0x72b9 031912 isub temp ,null 
-0x72ba 031913 rtn zero 
-0x72bb 031914 nrtn blank 
-0x72bc 031916 branch ccm_wait_enc 
-:      031918 ccm_check_enc_done:
-0x72bd 031919 fetch 1 ,core_misc_status 
-0x72be 031920 bbit0 6 ,assert 
-:      031921 ccm_enc_done:
-0x72bf 031922 setarg mem_le_txpayload 
-0x72c0 031923 iadd temp ,contw 
-0x72c1 031924 arg regidx_result ,regext_index 
-0x72c2 031925 istorer regext ,4 ,contw 
-0x72c3 031926 branch ccm_ctrl_clr 
-:      031928 ccm_init_common:
-0x72c4 031929 bpatch patch1d_3 ,mem_patch1d 
-0x72c5 031930 force regidx_result ,regext_index 
-0x72c6 031931 call aes_clear 
-0x72c7 031932 call aes_clear_data 
-0x72c8 031933 setarg 0 
-0x72c9 031934 store 2 ,core_ccm_inptr 
-0x72ca 031935 rtn 
-:      031937 wait_ccm_done:
-0x72cb 031938 fetch 1 ,core_misc_status 
-0x72cc 031939 bbit0 6 ,wait_ccm_done 
-:      031940 ccm_ctrl_clr:
-0x72cd 031941 jam 0 ,core_ccm_ctrl 
-0x72ce 031942 rtn 
-:      031945 wait_aes:
-0x72cf 031946 nbranch wait_aes ,aes_ready 
-0x72d0 031947 rtn 
-:      031949 do_aes_ocb:
-0x72d1 031950 force 0x30 ,aes_ctrl 
-0x72d2 031951 force 0x0 ,aes_ctrl 
-0x72d3 031952 branch wait_aes 
-:      031954 do_aes_cbc:
-0x72d4 031955 force 0x32 ,aes_ctrl 
-0x72d5 031956 force 0x2 ,aes_ctrl 
-0x72d6 031957 branch wait_aes 
-:      031959 do_aes_ctr:
-0x72d7 031960 force 0x34 ,aes_ctrl 
-0x72d8 031961 force 0x4 ,aes_ctrl 
-0x72d9 031962 branch wait_aes 
-:      031965 aes_init:
-0x72da 031966 force 1 ,aes_ctrl 
-0x72db 031967 force 0 ,aes_ctrl 
-0x72dc 031968 rtn 
-:      031971 wait_keyinit_done:
-0x72dd 031972 fetch 1 ,core_aes_decode_key_init 
-0x72de 031973 bbit0 2 ,wait_keyinit_done 
-0x72df 031974 rtn 
-:      031977 dec_key_initial:
-0x72e0 031978 store 2 ,core_keybuf_saddr 
-0x72e1 031979 force 0xc0 ,aes_ctrl 
-0x72e2 031980 force 0x80 ,aes_ctrl 
-0x72e3 031981 branch wait_keyinit_done 
-:      031983 do_aes_ecb_dec:
-0x72e4 031984 force regidx_data ,regext_index 
-0x72e5 031985 copy regb ,contr 
-0x72e6 031986 force 4 ,loopcnt 
-0x72e7 031987 call aes_ecb_dec_loop 
-0x72e8 031989 force 0x180 ,aes_ctrl 
-0x72e9 031990 force 0x80 ,aes_ctrl 
-0x72ea 031991 call wait_aes 
-:      031992 ecb_dec_generate:
-0x72eb 031993 force regidx_result ,regext_index 
-0x72ec 031994 copy regc ,contw 
-0x72ed 031995 force 4 ,loopcnt 
-:      031996 ecb_dec_generate_loop:
-0x72ee 031997 copy regext ,pdata 
-0x72ef 031998 istore 4 ,contw 
-0x72f0 031999 increase 1 ,regext_index 
-0x72f1 032000 loop ecb_dec_generate_loop 
-0x72f2 032001 rtn 
-:      032003 aes_ecb_dec_loop:
-0x72f3 032004 ifetch 2 ,contr 
-0x72f4 032005 ifetcht 2 ,contr 
-0x72f5 032006 lshift16 temp ,temp 
-0x72f6 032007 ior temp ,regext 
-0x72f7 032008 increase 1 ,regext_index 
-0x72f8 032009 loop aes_ecb_dec_loop 
-0x72f9 032010 rtn 
-:      032013 do_aes_cbc_dec:
-0x72fa 032014 force regidx_xor ,regext_index 
-0x72fb 032015 copy rega ,contr 
-0x72fc 032016 force 4 ,loopcnt 
-0x72fd 032017 call aes_ecb_dec_loop 
-0x72fe 032019 force regidx_data ,regext_index 
-0x72ff 032020 copy regb ,contr 
-0x7300 032021 force 4 ,loopcnt 
-0x7301 032022 call aes_ecb_dec_loop 
-0x7302 032023 force 0x182 ,aes_ctrl 
-0x7303 032024 force 0x82 ,aes_ctrl 
-0x7304 032025 call wait_aes 
-0x7305 032026 branch ecb_dec_generate 
-:      032029 function_s1:
-0x7306 032030 force regidx_data ,regext_index 
-0x7307 032031 fetch 4 ,mem_le_mrand 
-0x7308 032032 iforce regext 
-0x7309 032033 increase 1 ,regext_index 
-0x730a 032034 ifetch 4 ,contr 
-0x730b 032035 iforce regext 
-0x730c 032036 increase 1 ,regext_index 
-0x730d 032037 fetch 4 ,mem_le_srand 
-0x730e 032038 iforce regext 
-0x730f 032039 increase 1 ,regext_index 
-0x7310 032040 ifetch 4 ,contr 
-0x7311 032041 iforce regext 
-0x7312 032042 increase 1 ,regext_index 
-0x7313 032043 call aes_clear 
-0x7314 032044 increase -4 ,regext_index 
-0x7315 032045 fetch 4 ,mem_le_tk 
-0x7316 032046 copy pdata ,regext 
-0x7317 032047 increase 4 ,regext_index 
-0x7318 032048 force 0x38 ,aes_ctrl 
-0x7319 032049 force 0x8 ,aes_ctrl 
-0x731a 032050 branch wait_aes 
-:      032053 function_c1:
-0x731b 032054 bpatch patch1d_4 ,mem_patch1d 
-0x731c 032055 fetch 6 ,mem_le_lap 
-0x731d 032056 fetcht 6 ,mem_le_plap 
-0x731e 032057 branch function_c1_master ,master 
-0x731f 032058 fetch 6 ,mem_le_plap 
-0x7320 032059 fetcht 6 ,mem_le_lap 
-:      032060 function_c1_master:
-0x7321 032061 force regidx_xor ,regext_index 
-0x7322 032062 copy temp ,regext 
-0x7323 032063 increase 1 ,regext_index 
-0x7324 032064 rshift32 temp ,regext 
-0x7325 032065 lshift16 pdata ,pdata 
-0x7326 032066 ior regext ,regext 
-0x7327 032067 increase 1 ,regext_index 
-0x7328 032068 rshift32 pdata ,regext 
-0x7329 032069 increase 1 ,regext_index 
-0x732a 032070 force 0 ,regext 
-0x732b 032071 force 0 ,pdata 
-0x732c 032072 fetch 1 ,mem_le_conn_peer_addr_type 
-0x732d 032073 fetcht 1 ,mem_le_adv_own_addr_type 
-0x732e 032074 nbranch function_c1_irat ,master 
-0x732f 032076 fetch 1 ,mem_le_conn_own_addr_type 
-0x7330 032077 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      032078 function_c1_irat:
-0x7331 032079 store 1 ,mem_le_iat 
-0x7332 032080 storet 1 ,mem_le_rat 
-0x7333 032081 force regidx_data ,regext_index 
-0x7334 032082 arg mem_le_iat ,regb 
-0x7335 032083 force 4 ,loopcnt 
-:      032084 function_c1_loop1:
-0x7336 032085 ifetch 4 ,rega 
-0x7337 032086 ifetcht 4 ,regb 
-0x7338 032087 ixor temp ,regext 
-0x7339 032088 increase 1 ,regext_index 
-0x733a 032089 increase 4 ,rega 
-0x733b 032090 increase 4 ,regb 
-0x733c 032091 loop function_c1_loop1 
-0x733d 032092 call aes_clear 
-0x733e 032093 increase -4 ,regext_index 
-0x733f 032094 fetch 4 ,mem_le_tk 
-0x7340 032095 copy pdata ,regext 
-0x7341 032096 increase 4 ,regext_index 
-0x7342 032097 force 0x38 ,aes_ctrl 
-0x7343 032098 force 0xc ,aes_ctrl 
-0x7344 032099 call wait_aes 
-0x7345 032101 call aes_clear_data 
-0x7346 032102 force 0x3a ,aes_ctrl 
-0x7347 032103 force 0x8 ,aes_ctrl 
-0x7348 032104 branch wait_aes 
-:      032106 padding_data:
-0x7349 032107 compare 0 ,loopcnt ,3 
-0x734a 032108 rtn true 
-0x734b 032109 deposit contr 
-0x734c 032110 iadd loopcnt ,contw 
-0x734d 032111 force 0 ,pdata 
-:      032112 padding_loop:
-0x734e 032113 istore 1 ,contw 
-0x734f 032114 increase 1 ,loopcnt 
-0x7350 032115 compare 0 ,loopcnt ,3 
-0x7351 032116 rtn true 
-0x7352 032117 branch padding_loop 
-:      032119 aes_load_data:
-0x7353 032120 force regidx_data ,regext_index 
-:      032121 load_data_loop:
-0x7354 032122 deposit loopcnt 
-0x7355 032123 branch load_data_padding ,blank 
-0x7356 032124 ifetch 4 ,contr 
-0x7357 032125 increase -4 ,loopcnt 
-:      032126 load_data_padding:
-0x7358 032127 iforce regext 
-0x7359 032128 increase 1 ,regext_index 
-0x735a 032129 compare regidx_key ,regext_index ,0xf 
-0x735b 032130 rtn true 
-0x735c 032131 branch load_data_loop 
-:      032133 aes_load_xor:
-0x735d 032134 force regidx_xor ,regext_index 
-0x735e 032135 branch load_regext 
-:      032136 load_key:
-0x735f 032137 force regidx_key ,regext_index 
-0x7360 032138 branch load_regext 
-:      032139 load_data128:
-0x7361 032140 force regidx_data ,regext_index 
-:      032141 load_regext:
-0x7362 032142 force 4 ,loopcnt 
-:      032143 load_regext_loop:
-0x7363 032144 ifetch 4 ,contr 
-0x7364 032145 iforce regext 
-0x7365 032146 increase 1 ,regext_index 
-0x7366 032147 loop load_regext_loop 
-0x7367 032148 rtn 
-:      032150 load_sk:
-0x7368 032151 arg mem_le_sk ,contr 
-0x7369 032152 branch load_key 
-:      032154 clear_hidata:
-0x736a 032155 force 4 ,loopcnt 
-0x736b 032156 branch clear_data_rest 
-:      032158 regext_clear:
-0x736c 032159 force 0 ,regext_index 
-0x736d 032160 force 16 ,loopcnt 
-0x736e 032161 branch clear_loop 
-:      032163 aes_clear_data:
-0x736f 032164 force regidx_data ,regext_index 
-:      032165 aes_clear:
-0x7370 032166 force 4 ,loopcnt 
-:      032167 clear_loop:
-0x7371 032168 force 0 ,regext 
-:      032169 clear_data_rest:
-0x7372 032170 increase 1 ,regext_index 
-0x7373 032171 loop clear_loop 
-0x7374 032172 rtn 
-:      032174 store_aes_result:
-0x7375 032175 force regidx_result ,regext_index 
-0x7376 032176 force 4 ,loopcnt 
-:      032177 send_aes_result_loop:
-0x7377 032178 deposit regext 
-0x7378 032179 istore 4 ,contw 
-0x7379 032180 increase 1 ,regext_index 
-0x737a 032181 loop send_aes_result_loop 
-0x737b 032182 rtn 
-:      032184 store_enc_data:
-0x737c 032185 force regidx_result ,regext_index 
-0x737d 032186 copy regc ,contw 
-0x737e 032187 add regb ,1 ,loopcnt 
-0x737f 032188 sub loopcnt ,15 ,null 
-0x7380 032189 branch store_enc_loop ,positive 
-0x7381 032190 force 16 ,loopcnt 
-:      032191 store_enc_loop:
-0x7382 032192 deposit regext 
-0x7383 032193 sub loopcnt ,3 ,null 
-0x7384 032194 branch store_enc_byte ,positive 
-0x7385 032195 istore 4 ,contw 
-0x7386 032196 increase -4 ,loopcnt 
-0x7387 032197 rtn zero 
-0x7388 032198 increase 1 ,regext_index 
-0x7389 032199 branch store_enc_loop 
-:      032200 store_enc_byte:
-0x738a 032201 istore 1 ,contw 
-0x738b 032202 rshift8 pdata ,pdata 
-0x738c 032203 loop store_enc_byte 
-0x738d 032204 rtn 
-:      032207 compare_res:
-0x738e 032208 force regidx_result ,regext_index 
-0x738f 032209 force 4 ,loopcnt 
-:      032210 compare_res_loop:
-0x7390 032211 ifetch 4 ,contr 
-0x7391 032212 isub regext ,null 
-0x7392 032213 nrtn zero 
-0x7393 032214 increase 1 ,regext_index 
-0x7394 032215 loop compare_res_loop 
-0x7395 032216 branch enable_zero 
-:      032218 enable_authrom:
-0x7396 032219 fetch 1 ,core_clkoff 
-0x7397 032220 set0 clock_off_auth_rom ,pdata 
-0x7398 032221 store 1 ,core_clkoff 
-0x7399 032222 rtn 
-:      032224 disable_authrom:
-0x739a 032225 fetch 1 ,core_clkoff 
-0x739b 032226 set1 clock_off_auth_rom ,pdata 
-0x739c 032227 store 1 ,core_clkoff 
-0x739d 032228 rtn 
-:      032236 init_memp:
-0x739e 032237 arg mem_p ,contw 
-0x739f 032238 setsect 0 ,0x3ffff 
-0x73a0 032239 setsect 1 ,0x3ffff 
-0x73a1 032240 setsect 2 ,0x3ffff 
-0x73a2 032241 setsect 3 ,0x3fbff 
-0x73a3 032242 istore 9 ,contw 
-0x73a4 032243 setsect 0 ,0x3ffff 
-0x73a5 032244 setsect 1 ,0x3ffff 
-0x73a6 032245 setsect 2 ,0x3ffff 
-0x73a7 032246 setsect 3 ,0x3ffff 
-0x73a8 032247 istore 9 ,contw 
-0x73a9 032248 setsect 0 ,0x3ffff 
-0x73aa 032249 setsect 1 ,0x3ffff 
-0x73ab 032250 setsect 2 ,0x3cfff 
-0x73ac 032251 setsect 3 ,0x3ffff 
-0x73ad 032252 istore 9 ,contw 
-0x73ae 032253 setsect 0 ,0x3ffff 
-0x73af 032254 setsect 1 ,0x3ffff 
-0x73b0 032255 setsect 2 ,0x3ffef 
-0x73b1 032256 setsect 3 ,0x3ffff 
-0x73b2 032257 istore 9 ,contw 
-0x73b3 032258 setsect 0 ,0x3ffff 
-0x73b4 032259 setsect 1 ,0x3ffff 
-0x73b5 032260 setsect 2 ,0x3ffff 
-0x73b6 032261 setsect 3 ,0x3ffff 
-0x73b7 032262 istore 9 ,contw 
-0x73b8 032263 setsect 0 ,0x3ffff 
-0x73b9 032264 setsect 1 ,0x26c7f 
-0x73ba 032265 setsect 2 ,0x146b 
-0x73bb 032266 setsect 3 ,0x37bb3 
-0x73bc 032267 istore 9 ,contw 
-0x73bd 032268 setsect 0 ,0x1feb8 
-0x73be 032269 setsect 1 ,0x10c12 
-0x73bf 032270 setsect 2 ,0x2b722 
-0x73c0 032271 setsect 3 ,0x29fa6 
-0x73c1 032272 istore 9 ,contw 
-0x73c2 032273 setsect 0 ,0xe70f 
-0x73c3 032274 setsect 1 ,0x16720 
-0x73c4 032275 setsect 2 ,0x519e 
-0x73c5 032276 setsect 3 ,0x19084 
-0x73c6 032277 istore 9 ,contw 
-0x73c7 032278 setsect 0 ,0x31012 
-0x73c8 032279 setsect 1 ,0x360bf 
-0x73c9 032280 setsect 2 ,0x3f0af 
-0x73ca 032281 setsect 3 ,0x3d3 
-0x73cb 032282 istore 9 ,contw 
-0x73cc 032283 setsect 0 ,0x3a188 
-0x73cd 032284 setsect 1 ,0x3ad0 
-0x73ce 032285 setsect 2 ,0x3cbf2 
-0x73cf 032286 setsect 3 ,0x243d9 
-0x73d0 032287 istore 9 ,contw 
-0x73d1 032288 setsect 0 ,0x2b030 
-0x73d2 032289 setsect 1 ,0x36a03 
-0x73d3 032290 setsect 2 ,0x11188 
-0x73d4 032291 setsect 3 ,0x1e520 
-0x73d5 032292 istore 9 ,contw 
-0x73d6 032293 setsect 0 ,0x3a11e 
-0x73d7 032294 setsect 1 ,0xfe5d 
-0x73d8 032295 setsect 2 ,0xdd57 
-0x73d9 032296 setsect 3 ,0x1ac93 
-0x73da 032297 istore 9 ,contw 
-0x73db 032298 setsect 0 ,0x11ed 
-0x73dc 032299 setsect 1 ,0x218c4 
-0x73dd 032300 setsect 2 ,0x8da7 
-0x73de 032301 setsect 3 ,0x257ff 
-0x73df 032302 istore 9 ,contw 
-0x73e0 032303 setsect 0 ,0x3192b 
-0x73e1 032304 setsect 1 ,0x34641 
-0x73e2 032305 setsect 2 ,0x1be0c 
-0x73e3 032306 setsect 3 ,0x366ad 
-0x73e4 032307 istore 9 ,contw 
-0x73e5 032308 setsect 0 ,0x1f83 
-0x73e6 032309 setsect 1 ,0x15a23 
-0x73e7 032310 setsect 2 ,0x3f9b0 
-0x73e8 032311 setsect 3 ,0x3949 
-0x73e9 032312 istore 9 ,contw 
-0x73ea 032313 setsect 0 ,0x13a51 
-0x73eb 032314 setsect 1 ,0x153fd 
-0x73ec 032315 setsect 2 ,0x3372a 
-0x73ed 032316 setsect 3 ,0xf1bb 
-0x73ee 032317 istore 9 ,contw 
-0x73ef 032318 setsect 0 ,0x3ae85 
-0x73f0 032319 setsect 1 ,0x1eed9 
-0x73f1 032320 setsect 2 ,0x9e66 
-0x73f2 032321 setsect 3 ,0x1a8 
-0x73f3 032322 istore 8 ,contw 
-0x73f4 032323 rtn 
-:      032331 init_memp_256:
-0x73f5 032332 arg mem_p_256 ,contw 
-0x73f6 032333 setsect 0 ,0x3ffff 
-0x73f7 032334 setsect 1 ,0x3ffff 
-0x73f8 032335 setsect 2 ,0x3ffff 
-0x73f9 032336 setsect 3 ,0x3ffff 
-0x73fa 032337 istore 9 ,contw 
-0x73fb 032338 setsect 0 ,0x3ffff 
-0x73fc 032339 setsect 1 ,0x3f 
-0x73fd 032340 setsect 2 ,0x0 
-0x73fe 032341 setsect 3 ,0x0 
-0x73ff 032342 istore 9 ,contw 
-0x7400 032343 setsect 0 ,0x0 
-0x7401 032344 setsect 1 ,0x0 
-0x7402 032345 setsect 2 ,0x1000 
-0x7403 032346 setsect 3 ,0x0 
-0x7404 032347 istore 9 ,contw 
-0x7405 032348 setsect 0 ,0x3ff00 
-0x7406 032349 setsect 1 ,0x3ffff 
-0x7407 032350 setsect 2 ,0x3ffcf 
-0x7408 032351 setsect 3 ,0x3ffff 
-0x7409 032352 istore 9 ,contw 
-0x740a 032353 setsect 0 ,0x3ffff 
-0x740b 032354 setsect 1 ,0x3ffff 
-0x740c 032355 setsect 2 ,0x3ffff 
-0x740d 032356 setsect 3 ,0x3ff 
-0x740e 032357 istore 9 ,contw 
-0x740f 032358 setsect 0 ,0x0 
-0x7410 032359 setsect 1 ,0x0 
-0x7411 032360 setsect 2 ,0x0 
-0x7412 032361 setsect 3 ,0x0 
-0x7413 032362 istore 9 ,contw 
-0x7414 032363 setsect 0 ,0x10000 
-0x7415 032364 setsect 1 ,0x0 
-0x7416 032365 setsect 2 ,0x3f000 
-0x7417 032366 setsect 3 ,0x3ffff 
-0x7418 032367 istore 9 ,contw 
-0x7419 032368 setsect 0 ,0x296ff 
-0x741a 032369 setsect 1 ,0x22630 
-0x741b 032370 setsect 2 ,0x3945d 
-0x741c 032371 setsect 3 ,0x3d284 
-0x741d 032372 istore 9 ,contw 
-0x741e 032373 setsect 0 ,0x333a0 
-0x741f 032374 setsect 1 ,0x4b7a 
-0x7420 032375 setsect 2 ,0x37d8 
-0x7421 032376 setsect 3 ,0x3c9dc 
-0x7422 032377 istore 9 ,contw 
-0x7423 032378 setsect 0 ,0x3a440 
-0x7424 032379 setsect 1 ,0x1b958 
-0x7425 032380 setsect 2 ,0x38bce 
-0x7426 032381 setsect 3 ,0x1091f 
-0x7427 032382 istore 9 ,contw 
-0x7428 032383 setsect 0 ,0x2e12c 
-0x7429 032384 setsect 1 ,0x1f47c 
-0x742a 032385 setsect 2 ,0x356b1 
-0x742b 032386 setsect 3 ,0x2fd47 
-0x742c 032387 istore 9 ,contw 
-0x742d 032388 setsect 0 ,0x6837 
-0x742e 032389 setsect 1 ,0x2ed90 
-0x742f 032390 setsect 2 ,0x1ecec 
-0x7430 032391 setsect 3 ,0x1acc5 
-0x7431 032392 istore 9 ,contw 
-0x7432 032393 setsect 0 ,0x23357 
-0x7433 032394 setsect 1 ,0x18af3 
-0x7434 032395 setsect 2 ,0xf9e1 
-0x7435 032396 setsect 3 ,0x129f0 
-0x7436 032397 istore 9 ,contw 
-0x7437 032398 setsect 0 ,0x2e7eb 
-0x7438 032399 setsect 1 ,0x3e6e3 
-0x7439 032400 setsect 2 ,0x3e1a7 
-0x743a 032401 setsect 3 ,0x10b8b 
-0x743b 032402 istore 9 ,contw 
-0x743c 032403 setsect 0 ,0x24fe3 
-0x743d 032404 setsect 1 ,0x20ef 
-0x743e 032405 setsect 2 ,0x1b5a6 
-0x743f 032406 setsect 3 ,0xdc2f 
-0x7440 032407 istore 9 ,contw 
-0x7441 032408 setsect 0 ,0x13860 
-0x7442 032409 setsect 1 ,0x2bd69 
-0x7443 032410 setsect 2 ,0x391a 
-0x7444 032411 setsect 3 ,0x1b222 
-0x7445 032412 istore 9 ,contw 
-0x7446 032413 rtn 
-:      032419 publickey_init:
-0x7447 032422 branch sp_initialize_256 
-:      032424 sp_calc_sequence_256_check:
-0x7448 032425 bpatch patch1d_5 ,mem_patch1d 
-0x7449 032430 fetch 1 ,mem_secure_connections_enable 
-0x744a 032431 rtn blank 
-0x744b 032432 fetch 1 ,mem_sc_local_key_invalid 
-0x744c 032433 rtneq sp_key_valid_256 
-0x744d 032436 fetch 1 ,mem_sc_calc 
-0x744e 032437 beq sp_calc_standby ,sp_initialize_256 
-0x744f 032438 rtn 
-:      032439 stop_publickey_calc_256:
-0x7450 032440 jam sp_calc_standby ,mem_sc_calc 
-0x7451 032441 rtn 
-:      032446 sp_clear_flags:
-0x7452 032447 bpatch patch1d_6 ,mem_patch1d 
-0x7453 032448 setarg mem_sp_state_end 
-0x7454 032449 arg mem_sp_state_start ,contw 
-0x7455 032450 isub contw ,loopcnt 
-0x7456 032451 call clear_mem 
-0x7457 032452 setarg mem_sp_state_xmem_end 
-0x7458 032453 arg mem_sp_state_xmem ,contw 
-0x7459 032454 isub contw ,loopcnt 
-0x745a 032455 branch clear_mem 
-:      032459 sp_calc_check_publickey_256:
-0x745b 032460 call sp_calc_b256 
-0x745c 032461 arg mem_le_pubkey_remote_y_256 ,rega 
-0x745d 032462 arg mem_t7_256 ,contw 
-0x745e 032463 call bn_sqrmod_256 
-0x745f 032464 arg mem_le_pubkey_remote_x_256 ,rega 
-0x7460 032465 arg mem_t2_256 ,contw 
-0x7461 032466 call bn_sqrmod_256 
-0x7462 032467 arg mem_t2_256 ,rega 
-0x7463 032468 arg mem_le_pubkey_remote_x_256 ,regb 
-0x7464 032469 arg mem_t2_256 ,contw 
-0x7465 032470 call bn_mulmod_256 
-0x7466 032471 arg mem_a_256 ,rega 
-0x7467 032472 arg mem_le_pubkey_remote_x_256 ,regb 
-0x7468 032473 arg mem_t3_256 ,contw 
-0x7469 032474 call bn_mulmod_256 
-0x746a 032475 arg mem_t3_256 ,rega 
-0x746b 032476 arg mem_t2_256 ,regb 
-0x746c 032477 arg mem_t2_256 ,contw 
-0x746d 032478 call bn_addmod_256 
-0x746e 032479 arg mem_t0_256 ,rega 
-0x746f 032480 arg mem_t2_256 ,regb 
-0x7470 032481 arg mem_t0_256 ,contw 
-0x7471 032482 call bn_addmod_256 
-0x7472 032483 arg 32 ,loopcnt 
-0x7473 032484 arg mem_t7_256 ,rega 
-0x7474 032485 arg mem_t0_256 ,regb 
-0x7475 032486 branch string_compare 
-:      032488 sp_calc_b256:
-0x7476 032489 arg mem_gy_256 ,rega 
-0x7477 032490 arg mem_t0_256 ,contw 
-0x7478 032491 call bn_sqrmod_256 
-0x7479 032492 arg mem_gx_256 ,rega 
-0x747a 032493 arg mem_t2_256 ,contw 
-0x747b 032494 call bn_sqrmod_256 
-0x747c 032495 arg mem_t2_256 ,rega 
-0x747d 032496 arg mem_gx_256 ,regb 
-0x747e 032497 arg mem_t2_256 ,contw 
-0x747f 032498 call bn_mulmod_256 
-0x7480 032499 arg mem_a_256 ,rega 
-0x7481 032500 arg mem_gx_256 ,regb 
-0x7482 032501 arg mem_t3_256 ,contw 
-0x7483 032502 call bn_mulmod_256 
-0x7484 032503 arg mem_t3_256 ,rega 
-0x7485 032504 arg mem_t2_256 ,regb 
-0x7486 032505 arg mem_t2_256 ,contw 
-0x7487 032506 call bn_addmod_256 
-0x7488 032507 arg mem_t0_256 ,rega 
-0x7489 032508 arg mem_t2_256 ,regb 
-0x748a 032509 arg mem_t0_256 ,contw 
-0x748b 032510 branch bn_submod_256 
-:      032515 random_generator:
-0x748c 032516 increase -1 ,queue 
-0x748d 032517 nrtn positive 
-0x748e 032518 random pdata 
-0x748f 032519 istore 2 ,contw 
-0x7490 032520 branch random_generator 
-:      032521 compare4:
-0x7491 032522 increase -1 ,queue 
-0x7492 032523 nbranch compare4_success ,positive 
-0x7493 032524 ifetch 4 ,rega 
-0x7494 032525 copy pdata ,temp 
-0x7495 032526 ifetch 4 ,regb 
-0x7496 032527 iflip temp ,pdata 
-0x7497 032528 nbranch compare4_failed ,zero 
-0x7498 032529 increase 4 ,rega 
-0x7499 032530 increase 4 ,regb 
-0x749a 032531 branch compare4 
-:      032532 compare4_failed:
-0x749b 032533 branch disable_true 
-:      032535 compare4_success:
-0x749c 032536 branch enable_true 
-:      032541 bn_testbit:
-0x749d 032542 and pdata ,7 ,queue 
-0x749e 032543 rshift3 pdata ,pdata 
-0x749f 032544 iadd contr ,contr 
-0x74a0 032545 ifetch 1 ,contr 
-0x74a1 032546 qisolate0 pdata 
-0x74a2 032547 rtn 
-:      032550 bn_eq_zero:
-0x74a3 032551 ifetch 8 ,contr 
-0x74a4 032552 nrtn blank 
-0x74a5 032553 ifetch 8 ,contr 
-0x74a6 032554 nrtn blank 
-0x74a7 032555 ifetch 8 ,contr 
-0x74a8 032556 rtn 
-:      032561 bn_eq_0:
-0x74a9 032562 ifetch 4 ,rega 
-0x74aa 032563 iforce temp 
-0x74ab 032564 ifetch 4 ,regb 
-0x74ac 032565 isub temp ,null 
-0x74ad 032566 nrtn zero 
-0x74ae 032567 increase 4 ,rega 
-0x74af 032568 increase 4 ,regb 
-0x74b0 032569 loop bn_eq_0 
-0x74b1 032570 rtn 
-:      032572 bn_bigeq:
-0x74b2 032573 force 6 ,loopcnt 
-0x74b3 032574 increase 20 ,rega 
-0x74b4 032575 increase 20 ,regb 
-:      032576 bn_bigeq_0:
-0x74b5 032577 ifetch 4 ,regb 
-0x74b6 032578 iforce temp 
-0x74b7 032579 ifetch 4 ,rega 
-0x74b8 032580 isub temp ,pdata 
-0x74b9 032581 nrtn positive 
-0x74ba 032582 nrtn blank 
-0x74bb 032583 increase -4 ,rega 
-0x74bc 032584 increase -4 ,regb 
-0x74bd 032585 loop bn_bigeq_0 
-0x74be 032586 rtn 
-:      032587 bn_add:
-0x74bf 032588 force 6 ,loopcnt 
-0x74c0 032589 force 0 ,regc 
-:      032590 bn_add_0:
-0x74c1 032591 ifetch 4 ,rega 
-0x74c2 032592 iforce temp 
-0x74c3 032593 ifetch 4 ,regb 
-0x74c4 032594 iadd temp ,pdata 
-0x74c5 032595 iadd regc ,pdata 
-0x74c6 032596 istore 4 ,contw 
-0x74c7 032597 isolate1 32 ,pdata 
-0x74c8 032598 setflag true ,0 ,regc 
-0x74c9 032599 increase 4 ,rega 
-0x74ca 032600 increase 4 ,regb 
-0x74cb 032601 loop bn_add_0 
-0x74cc 032602 rtn 
-:      032604 bn_sub:
-0x74cd 032605 force 6 ,loopcnt 
-0x74ce 032606 force 0 ,regc 
-:      032607 bn_sub_0:
-0x74cf 032608 ifetch 4 ,regb 
-0x74d0 032609 iforce temp 
-0x74d1 032610 ifetch 4 ,rega 
-0x74d2 032611 isub temp ,pdata 
-0x74d3 032612 isub regc ,pdata 
-0x74d4 032613 istore 4 ,contw 
-0x74d5 032614 isolate1 32 ,pdata 
-0x74d6 032615 setflag true ,0 ,regc 
-0x74d7 032616 increase 4 ,rega 
-0x74d8 032617 increase 4 ,regb 
-0x74d9 032618 loop bn_sub_0 
-0x74da 032619 rtn 
-:      032621 bn_rshift6:
-0x74db 032622 force 6 ,loopcnt 
-0x74dc 032623 increase 20 ,rega 
-:      032624 bn_rshift:
-0x74dd 032625 force 0 ,regc 
-:      032626 bn_rshift_0:
-0x74de 032627 ifetch 4 ,rega 
-0x74df 032628 isolate1 0 ,pdata 
-0x74e0 032629 setflag true ,1 ,regc 
-0x74e1 032630 rshift pdata ,pdata 
-0x74e2 032631 isolate1 0 ,regc 
-0x74e3 032632 setflag true ,31 ,pdata 
-0x74e4 032633 istore 4 ,rega 
-0x74e5 032634 increase -4 ,rega 
-0x74e6 032635 rshift regc ,regc 
-0x74e7 032636 loop bn_rshift_0 
-0x74e8 032637 rtn 
-:      032638 bn_lshift:
-0x74e9 032639 force 6 ,loopcnt 
-0x74ea 032640 force 0 ,regc 
-:      032641 bn_lshift_0:
-0x74eb 032642 ifetch 4 ,rega 
-0x74ec 032643 isolate1 31 ,pdata 
-0x74ed 032644 setflag true ,1 ,regc 
-0x74ee 032645 lshift pdata ,pdata 
-0x74ef 032646 isolate1 0 ,regc 
-0x74f0 032647 setflag true ,0 ,pdata 
-0x74f1 032648 istore 4 ,rega 
-0x74f2 032649 increase 4 ,rega 
-0x74f3 032650 rshift regc ,regc 
-0x74f4 032651 loop bn_lshift_0 
-0x74f5 032652 rtn 
-:      032655 bn_load:
-0x74f6 032656 force 6 ,loopcnt 
-:      032657 bn_load_0:
-0x74f7 032658 ifetch 4 ,contr 
-0x74f8 032659 iforce regext 
-0x74f9 032660 increase 1 ,regext_index 
-0x74fa 032661 loop bn_load_0 
-0x74fb 032662 rtn 
-:      032666 sp_initialize_256:
-0x74fc 032667 bpatch patch1d_7 ,mem_patch1d 
-0x74fd 032668 fetch 1 ,mem_secure_connections_enable 
-0x74fe 032669 nbranch sp_pubkey_calc_256 ,blank 
-:      032671 sc_reset:
-0x74ff 032672 jam sp_calc_standby ,mem_sc_calc 
-0x7500 032673 jam sp_key_invalid ,mem_sc_local_key_invalid 
-0x7501 032674 rtn 
-:      032678 sp_wait_pubkey_calc_256_done:
-0x7502 032679 fetch 1 ,mem_secure_connections_enable 
-0x7503 032680 rtn blank 
-0x7504 032681 fetch 1 ,mem_sc_local_key_invalid 
-0x7505 032682 rtneq sp_key_valid_256 
-0x7506 032683 call sp_calc_sequence_256 
-0x7507 032684 branch sp_wait_pubkey_calc_256_done 
-:      032688 sp_debug_private_256:
-0x7508 032689 arg mem_sc_private_key_256 ,contw 
-0x7509 032690 setsect 0 ,0x1abd 
-0x750a 032691 setsect 1 ,0x1b34f 
-0x750b 032692 setsect 2 ,0x19b8a 
-0x750c 032693 setsect 3 ,0x26562 
-0x750d 032694 istore 9 ,contw 
-0x750e 032695 setsect 0 ,0x340b7 
-0x750f 032696 setsect 1 ,0x1efa 
-0x7510 032697 setsect 2 ,0xaff6 
-0x7511 032698 setsect 3 ,0xfd41 
-0x7512 032699 istore 9 ,contw 
-0x7513 032700 setsect 0 ,0x3d210 
-0x7514 032701 setsect 1 ,0x26cf8 
-0x7515 032702 setsect 2 ,0x3874c 
-0x7516 032703 setsect 3 ,0x3157c 
-0x7517 032704 istore 9 ,contw 
-0x7518 032705 setsect 0 ,0x2d4a3 
-0x7519 032706 setsect 1 ,0x3d27d 
-0x751a 032707 setsect 2 ,0x3 
-0x751b 032708 istore 5 ,contw 
-0x751c 032709 rtn 
-:      032712 sp_pubkey_calc_256:
-0x751d 032713 fetch 1 ,mem_sc_local_key_invalid 
-0x751e 032714 rtnne sp_key_invalid 
-0x751f 032715 fetch 1 ,mem_sc_calc 
-0x7520 032716 rtnne sp_calc_standby 
-0x7521 032717 call init_memp_256 
-0x7522 032718 arg mem_sc_private_key_256 ,contw 
-0x7523 032719 force 15 ,queue 
-0x7524 032720 call random_generator 
-0x7525 032721 random pdata 
-0x7526 032722 rshift pdata ,pdata 
-0x7527 032723 istore 2 ,contw 
-0x7528 032725 fetch 1 ,mem_sp_debug_mode 
-0x7529 032726 ncall sp_debug_private_256 ,blank 
-0x752a 032728 arg mem_k_256 ,contw 
-0x752b 032729 arg mem_sc_private_key_256 ,contr 
-0x752c 032730 call memcpy32 
-0x752d 032732 arg mem_ax_256 ,contw 
-0x752e 032733 arg mem_gx_256 ,contr 
-0x752f 032734 call memcpy64 
-0x7530 032736 arg mem_az_256 ,contw 
-0x7531 032737 call clear_mem_256 
-0x7532 032738 jam 1 ,mem_az_256 
-0x7533 032740 call eckp_calc_init_256 
-0x7534 032741 jam sp_calc_pubkey_256 ,mem_sc_calc 
-0x7535 032742 rtn 
-:      032744 sp_pubkey_generated_256:
-0x7536 032745 arg mem_sc_pubkey_local_x_256 ,contw 
-0x7537 032746 arg mem_bx_256 ,contr 
-0x7538 032747 call memcpy64 
-0x7539 032748 jam sp_key_valid_256 ,mem_sc_local_key_invalid 
-0x753a 032749 jam sp_calc_standby ,mem_sc_calc 
-0x753b 032750 rtn 
-:      032754 sp_dhkey_calc_256:
-0x753c 032755 fetch 1 ,mem_sp_dhkey_invalid 
-0x753d 032756 rtnne sp_key_invalid 
-0x753e 032757 fetch 1 ,mem_sc_calc 
-0x753f 032758 rtnne sp_calc_standby 
-0x7540 032760 arg mem_k_256 ,contw 
-0x7541 032761 arg mem_sc_private_key_256 ,contr 
-0x7542 032762 call memcpy32 
-0x7543 032764 arg mem_ax_256 ,contw 
-0x7544 032765 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7545 032766 call memcpy64 
-0x7546 032768 arg mem_az_256 ,contw 
-0x7547 032769 call clear_mem_256 
-0x7548 032770 jam 1 ,mem_az_256 
-0x7549 032772 call eckp_calc_init_256 
-0x754a 032773 jam sp_calc_dhkey_256 ,mem_sc_calc 
-0x754b 032774 rtn 
-:      032777 sp_dhkey_generated_256:
-0x754c 032779 arg mem_le_dhkey_256 ,contw 
-0x754d 032780 arg mem_bx_256 ,contr 
-0x754e 032781 call memcpy32 
-0x754f 032782 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
-0x7550 032783 jam sp_calc_standby ,mem_sc_calc 
-0x7551 032784 rtn 
-:      032788 sp_calc_sequence_256:
-0x7552 032789 fetch 1 ,mem_secure_connections_enable 
-0x7553 032790 rtn blank 
-0x7554 032791 fetch 1 ,mem_sc_calc 
-0x7555 032792 rtn blank 
-0x7556 032793 increase 0x80 ,pdata 
-0x7557 032794 store 1 ,mem_sc_calc 
-0x7558 032795 rtnbit1 7 
-0x7559 032796 fetch 2 ,mem_ec_loopc 
-0x755a 032797 branch sp_calc_sequence_done_256 ,blank 
-0x755b 032798 branch eckp_calc_256 
-:      032800 sp_calc_sequence_done_256:
-0x755c 032801 bpatch patch1e_0 ,mem_patch1e 
-0x755d 032802 call ecunmapz_256 
-0x755e 032803 fetch 1 ,mem_sc_calc 
-0x755f 032804 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
-0x7560 032805 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
-0x7561 032806 rtn 
-:      032809 eckp_calc_256:
-0x7562 032810 call ecdbl_256 
-0x7563 032811 fetch 2 ,mem_ec_loopc 
-0x7564 032812 increase -1 ,pdata 
-0x7565 032813 store 2 ,mem_ec_loopc 
-0x7566 032814 arg mem_k_256 ,contr 
-0x7567 032815 call bn_testbit 
-0x7568 032816 rtn true 
-0x7569 032817 branch ecadd_256 
-:      032819 eckp_calc_init_256:
-0x756a 032820 bpatch patch1e_1 ,mem_patch1e 
-0x756b 032821 setarg 256 
-0x756c 032822 store 2 ,mem_ec_loopc 
-:      032823 eckp_calc_init_256_1:
-0x756d 032824 fetch 2 ,mem_ec_loopc 
-0x756e 032825 rtn blank 
-0x756f 032826 increase -1 ,pdata 
-0x7570 032827 store 2 ,mem_ec_loopc 
-0x7571 032828 arg mem_k_256 ,contr 
-0x7572 032829 call bn_testbit 
-0x7573 032830 branch eckp_calc_init_256_1 ,true 
-0x7574 032831 arg mem_ax_256 ,contr 
-0x7575 032832 arg mem_cx_256 ,contw 
-0x7576 032833 branch memcpy96 
-:      032836 ecunmapz_256:
-0x7577 032837 arg mem_cz_256 ,rega 
-0x7578 032838 arg mem_t3_256 ,contw 
-0x7579 032839 call bn_invmod_256 
-0x757a 032840 arg mem_t3_256 ,rega 
-0x757b 032841 arg mem_t1_256 ,contw 
-0x757c 032842 call bn_sqrmod_256 
-0x757d 032843 arg mem_cx_256 ,rega 
-0x757e 032844 arg mem_t1_256 ,regb 
-0x757f 032845 arg mem_bx_256 ,contw 
-0x7580 032846 call bn_mulmod_256 
-0x7581 032847 arg mem_t3_256 ,rega 
-0x7582 032848 arg mem_t1_256 ,regb 
-0x7583 032849 arg mem_t2_256 ,contw 
-0x7584 032850 call bn_mulmod_256 
-0x7585 032851 arg mem_cy_256 ,rega 
-0x7586 032852 arg mem_t2_256 ,regb 
-0x7587 032853 arg mem_by_256 ,contw 
-0x7588 032854 branch bn_mulmod_256 
-:      032856 ecdbl_256:
-0x7589 032857 arg mem_cz_256 ,rega 
-0x758a 032858 arg mem_t2_256 ,contw 
-0x758b 032859 call bn_sqrmod_256 
-0x758c 032860 arg mem_t2_256 ,rega 
-0x758d 032861 arg mem_t3_256 ,contw 
-0x758e 032862 call bn_sqrmod_256 
-0x758f 032864 arg mem_a_256 ,rega 
-0x7590 032865 arg mem_t3_256 ,regb 
-0x7591 032866 arg mem_t3_256 ,contw 
-0x7592 032867 call bn_mulmod_256 
-0x7593 032868 arg mem_cx_256 ,rega 
-0x7594 032869 arg mem_t2_256 ,contw 
-0x7595 032870 call bn_sqrmod_256 
-0x7596 032872 arg mem_t2_256 ,contr 
-0x7597 032873 arg mem_t1_256 ,contw 
-0x7598 032874 call memcpy32 
-0x7599 032875 arg mem_t1_256 ,rega 
-0x759a 032876 call bn_lshiftmod_256 
-0x759b 032877 arg mem_t2_256 ,rega 
-0x759c 032878 arg mem_t1_256 ,regb 
-0x759d 032879 arg mem_t2_256 ,contw 
-0x759e 032880 call bn_addmod_256 
-0x759f 032882 arg mem_t2_256 ,rega 
-0x75a0 032883 arg mem_t3_256 ,regb 
-0x75a1 032884 arg mem_t2_256 ,contw 
-0x75a2 032885 call bn_addmod_256 
-0x75a3 032887 arg mem_cx_256 ,contr 
-0x75a4 032888 arg mem_t1_256 ,contw 
-0x75a5 032889 call memcpy32 
-0x75a6 032890 arg mem_cy_256 ,rega 
-0x75a7 032891 arg mem_t3_256 ,contw 
-0x75a8 032892 call bn_sqrmod_256 
-0x75a9 032893 arg mem_t1_256 ,rega 
-0x75aa 032894 call bn_lshiftmod_256 
-0x75ab 032895 arg mem_t1_256 ,rega 
-0x75ac 032896 call bn_lshiftmod_256 
-0x75ad 032897 arg mem_t1_256 ,rega 
-0x75ae 032898 arg mem_t3_256 ,regb 
-0x75af 032899 arg mem_t1_256 ,contw 
-0x75b0 032900 call bn_mulmod_256 
-0x75b1 032901 arg mem_t3_256 ,rega 
-0x75b2 032902 arg mem_t0_256 ,contw 
-0x75b3 032903 call bn_sqrmod_256 
-0x75b4 032904 arg mem_t0_256 ,rega 
-0x75b5 032905 call bn_lshiftmod_256 
-0x75b6 032906 arg mem_t0_256 ,rega 
-0x75b7 032907 call bn_lshiftmod_256 
-0x75b8 032908 arg mem_t0_256 ,rega 
-0x75b9 032909 call bn_lshiftmod_256 
-0x75ba 032910 arg mem_cy_256 ,contr 
-0x75bb 032911 arg mem_t3_256 ,contw 
-0x75bc 032912 call memcpy32 
-0x75bd 032913 arg mem_t3_256 ,rega 
-0x75be 032914 call bn_lshiftmod_256 
-0x75bf 032915 arg mem_t3_256 ,rega 
-0x75c0 032916 arg mem_cz_256 ,regb 
-0x75c1 032917 arg mem_cz_256 ,contw 
-0x75c2 032918 call bn_mulmod_256 
-0x75c3 032921 arg mem_t2_256 ,rega 
-0x75c4 032922 arg mem_t3_256 ,contw 
-0x75c5 032923 call bn_sqrmod_256 
-0x75c6 032925 arg mem_t3_256 ,rega 
-0x75c7 032926 arg mem_t1_256 ,regb 
-0x75c8 032927 arg mem_t3_256 ,contw 
-0x75c9 032928 call bn_submod_256 
-0x75ca 032929 arg mem_t3_256 ,rega 
-0x75cb 032930 arg mem_t1_256 ,regb 
-0x75cc 032931 arg mem_cx_256 ,contw 
-0x75cd 032932 call bn_submod_256 
-0x75ce 032933 arg mem_t1_256 ,rega 
-0x75cf 032934 arg mem_cx_256 ,regb 
-0x75d0 032935 arg mem_t3_256 ,contw 
-0x75d1 032936 call bn_submod_256 
-0x75d2 032937 arg mem_t3_256 ,rega 
-0x75d3 032938 arg mem_t2_256 ,regb 
-0x75d4 032939 arg mem_t3_256 ,contw 
-0x75d5 032940 call bn_mulmod_256 
-0x75d6 032941 arg mem_t3_256 ,rega 
-0x75d7 032942 arg mem_t0_256 ,regb 
-0x75d8 032943 arg mem_cy_256 ,contw 
-0x75d9 032944 branch bn_submod_256 
-:      032946 ecadd_256:
-0x75da 032948 arg mem_az_256 ,rega 
-0x75db 032949 arg mem_t7_256 ,contw 
-0x75dc 032950 call bn_sqrmod_256 
-0x75dd 032951 arg mem_cx_256 ,rega 
-0x75de 032952 arg mem_t7_256 ,regb 
-0x75df 032953 arg mem_t0_256 ,contw 
-0x75e0 032954 call bn_mulmod_256 
-0x75e1 032957 arg mem_az_256 ,rega 
-0x75e2 032958 arg mem_t7_256 ,regb 
-0x75e3 032959 arg mem_t7_256 ,contw 
-0x75e4 032960 call bn_mulmod_256 
-0x75e5 032961 arg mem_cy_256 ,rega 
-0x75e6 032962 arg mem_t7_256 ,regb 
-0x75e7 032963 arg mem_t1_256 ,contw 
-0x75e8 032964 call bn_mulmod_256 
-0x75e9 032967 arg mem_cz_256 ,rega 
-0x75ea 032968 arg mem_t7_256 ,contw 
-0x75eb 032969 call bn_sqrmod_256 
-0x75ec 032970 arg mem_ax_256 ,rega 
-0x75ed 032971 arg mem_t7_256 ,regb 
-0x75ee 032972 arg mem_t2_256 ,contw 
-0x75ef 032973 call bn_mulmod_256 
-0x75f0 032975 arg mem_cz_256 ,rega 
-0x75f1 032976 arg mem_t7_256 ,regb 
-0x75f2 032977 arg mem_t7_256 ,contw 
-0x75f3 032978 call bn_mulmod_256 
-0x75f4 032979 arg mem_ay_256 ,rega 
-0x75f5 032980 arg mem_t7_256 ,regb 
-0x75f6 032981 arg mem_t3_256 ,contw 
-0x75f7 032982 call bn_mulmod_256 
-0x75f8 032987 arg mem_t0_256 ,regb 
-0x75f9 032988 arg mem_t2_256 ,rega 
-0x75fa 032989 arg mem_t7_256 ,contw 
-0x75fb 032990 call bn_submod_256 
-0x75fc 032991 arg mem_t0_256 ,rega 
-0x75fd 032992 arg mem_t2_256 ,regb 
-0x75fe 032993 arg mem_t0_256 ,contw 
-0x75ff 032994 call bn_addmod_256 
-0x7600 032997 arg mem_t1_256 ,regb 
-0x7601 032998 arg mem_t3_256 ,rega 
-0x7602 032999 arg mem_t2_256 ,contw 
-0x7603 033000 call bn_submod_256 
-0x7604 033001 arg mem_t1_256 ,rega 
-0x7605 033002 arg mem_t3_256 ,regb 
-0x7606 033003 arg mem_t1_256 ,contw 
-0x7607 033004 call bn_addmod_256 
-0x7608 033005 arg mem_t1_256 ,rega 
-0x7609 033006 arg mem_t7_256 ,regb 
-0x760a 033007 arg mem_t1_256 ,contw 
-0x760b 033008 call bn_mulmod_256 
-0x760c 033009 arg mem_cz_256 ,rega 
-0x760d 033010 arg mem_az_256 ,regb 
-0x760e 033011 arg mem_t3_256 ,contw 
-0x760f 033012 call bn_mulmod_256 
-0x7610 033013 arg mem_t3_256 ,rega 
-0x7611 033014 arg mem_t7_256 ,regb 
-0x7612 033015 arg mem_cz_256 ,contw 
-0x7613 033016 call bn_mulmod_256 
-0x7614 033018 arg mem_t7_256 ,rega 
-0x7615 033019 arg mem_t7_256 ,contw 
-0x7616 033020 call bn_sqrmod_256 
-0x7617 033021 arg mem_t7_256 ,rega 
-0x7618 033022 arg mem_t0_256 ,regb 
-0x7619 033023 arg mem_t3_256 ,contw 
-0x761a 033024 call bn_mulmod_256 
-0x761b 033025 arg mem_t7_256 ,rega 
-0x761c 033026 arg mem_t1_256 ,regb 
-0x761d 033027 arg mem_t1_256 ,contw 
-0x761e 033028 call bn_mulmod_256 
-0x761f 033029 arg mem_t2_256 ,rega 
-0x7620 033030 arg mem_cx_256 ,contw 
-0x7621 033031 call bn_sqrmod_256 
-0x7622 033032 arg mem_cx_256 ,rega 
-0x7623 033033 arg mem_t3_256 ,regb 
-0x7624 033034 arg mem_cx_256 ,contw 
-0x7625 033035 call bn_submod_256 
-0x7626 033036 arg mem_cx_256 ,contr 
-0x7627 033037 arg mem_t7_256 ,contw 
-0x7628 033038 call memcpy32 
-0x7629 033039 arg mem_t7_256 ,rega 
-0x762a 033040 call bn_lshiftmod_256 
-0x762b 033041 arg mem_t3_256 ,rega 
-0x762c 033042 arg mem_t7_256 ,regb 
-0x762d 033043 arg mem_t3_256 ,contw 
-0x762e 033044 call bn_submod_256 
-0x762f 033045 arg mem_t3_256 ,rega 
-0x7630 033046 arg mem_t2_256 ,regb 
-0x7631 033047 arg mem_t2_256 ,contw 
-0x7632 033048 call bn_mulmod_256 
-0x7633 033049 arg mem_t2_256 ,rega 
-0x7634 033050 arg mem_t1_256 ,regb 
-0x7635 033051 arg mem_cy_256 ,contw 
-0x7636 033052 call bn_submod_256 
-0x7637 033053 arg mem_cy_256 ,rega 
-0x7638 033054 arg mem_p_256 ,regb 
-0x7639 033055 arg mem_cy_256 ,contw 
-0x763a 033056 force 0 ,regc 
-0x763b 033057 fetch 1 ,mem_cy_256 
-0x763c 033058 isolate1 0 ,pdata 
-0x763d 033059 call bn_add_256 ,true 
-0x763e 033060 copy regc ,alarm 
-0x763f 033061 arg mem_cy_256 ,rega 
-0x7640 033062 call bn_rshift_256 
-0x7641 033063 fetch 1 ,mem_cy5_256 
-0x7642 033064 isolate1 0 ,alarm 
-0x7643 033065 setflag true ,7 ,pdata 
-0x7644 033066 store 1 ,mem_cy5_256 
-0x7645 033067 rtn 
-:      033069 bn_invmod_256:
-0x7646 033070 copy contw ,timeup 
-0x7647 033071 arg mem_tmp0_256 ,contw 
-0x7648 033072 call clear_mem_256 
-0x7649 033073 force 0 ,pdata 
-0x764a 033075 store 4 ,mem_t2_256 
-0x764b 033076 jam 1 ,mem_tmp0_256 
-0x764c 033077 arg mem_tmp1_256 ,contw 
-0x764d 033078 call clear_mem_512 
-0x764e 033079 arg mem_p_256 ,contr 
-0x764f 033080 arg mem_tmp2_256 ,contw 
-0x7650 033081 call memcpy32 
-0x7651 033082 copy rega ,contr 
-0x7652 033083 arg mem_tmp3_256 ,contw 
-0x7653 033084 call memcpy32 
-:      033090 bn_invmod_256_2:
-0x7654 033091 arg mem_tmp3_256 ,contr 
-0x7655 033092 call bn_eq_zero_256 
-0x7656 033093 branch bn_invmod_256_0 ,blank 
-0x7657 033098 arg mem_tmp3_256 ,rega 
-0x7658 033099 arg mem_tmp0_256 ,regb 
-0x7659 033100 call bn_rshifteven_256 
-0x765a 033101 arg mem_tmp2_256 ,rega 
-0x765b 033102 arg mem_tmp1_256 ,regb 
-0x765c 033103 call bn_rshifteven_256 
-0x765d 033105 arg mem_tmp3_256 ,rega 
-0x765e 033106 arg mem_tmp2_256 ,regb 
-0x765f 033107 call bn_bigeq_256 
-0x7660 033108 branch bn_invmod_256_1 ,positive 
-0x7661 033109 arg mem_tmp2_256 ,rega 
-0x7662 033110 arg mem_tmp3_256 ,regb 
-0x7663 033111 copy rega ,contw 
-0x7664 033112 call bn_sub_256 
-0x7665 033113 arg mem_tmp0_256 ,rega 
-0x7666 033114 arg mem_tmp1_256 ,regb 
-0x7667 033115 copy regb ,contw 
-0x7668 033116 call bn_add_256 
-0x7669 033117 ifetch 1 ,rega 
-0x766a 033118 iadd regc ,regc 
-0x766b 033119 ifetch 1 ,regb 
-0x766c 033120 iadd regc ,pdata 
-0x766d 033121 istore 1 ,regb 
-0x766e 033122 branch bn_invmod_256_2 
-:      033123 bn_invmod_256_1:
-0x766f 033124 arg mem_tmp3_256 ,rega 
-0x7670 033125 arg mem_tmp2_256 ,regb 
-0x7671 033126 copy rega ,contw 
-0x7672 033127 call bn_sub_256 
-0x7673 033128 arg mem_tmp1_256 ,rega 
-0x7674 033129 arg mem_tmp0_256 ,regb 
-0x7675 033130 copy regb ,contw 
-0x7676 033131 call bn_add_256 
-0x7677 033132 ifetch 1 ,rega 
-0x7678 033133 iadd regc ,regc 
-0x7679 033134 ifetch 1 ,regb 
-0x767a 033135 iadd regc ,pdata 
-0x767b 033136 istore 1 ,regb 
-0x767c 033137 branch bn_invmod_256_2 
-:      033138 bn_invmod_256_0:
-0x767d 033140 arg mem_tmp1_256 ,rega 
-0x767e 033141 copy timeup ,contw 
-0x767f 033142 call bn_p256mod 
-0x7680 033144 arg mem_p_256 ,rega 
-0x7681 033145 copy timeup ,regb 
-0x7682 033146 copy timeup ,contw 
-0x7683 033147 branch bn_submod_256 
-:      033150 bn_mulmod_256:
-0x7684 033151 copy contw ,timeup 
-0x7685 033153 force 0 ,regext_index 
-0x7686 033155 arg mem_tmp1_256 ,contw 
-0x7687 033156 call clear_mem_512 
-0x7688 033157 arg mem_regext ,contw 
-0x7689 033158 call clear_mem_512 
-0x768a 033162 copy rega ,contr 
-0x768b 033164 jam 0 ,mem_regext 
-0x768c 033165 setarg 0 
-0x768d 033166 call bn_load_mem 
-0x768e 033167 copy regb ,contr 
-0x768f 033168 call bn_load_256 
-0x7690 033171 force 0 ,queue 
-0x7691 033172 arg mem_tmp1_256 ,contw 
-:      033173 bn_mulmod_256_1:
-0x7692 033176 arg mem_regext ,temp 
-0x7693 033177 copy queue ,regb 
-0x7694 033178 lshift2 regb ,pdata 
-0x7695 033180 iadd temp ,regb 
-0x7696 033181 force 0 ,temp 
-0x7697 033182 force 0 ,regc 
-:      033183 bn_mulmod_256_0:
-0x7698 033188 ifetch 4 ,contw 
-0x7699 033189 iforce rega 
-0x769a 033192 ifetch 4 ,regb 
-0x769b 033193 copy regc ,regext_index 
-0x769c 033194 imul32 regext ,pdata 
-0x769d 033195 iadd rega ,pdata 
-0x769e 033196 iadd temp ,pdata 
-0x769f 033197 istore 4 ,contw 
-0x76a0 033198 rshift32 pdata ,temp 
-0x76a1 033199 increase 1 ,regc 
-0x76a2 033200 compare 8 ,regc ,0xff 
-0x76a3 033201 nbranch bn_mulmod_256_0 ,true 
-0x76a4 033203 deposit temp 
-0x76a5 033204 istore 4 ,contw 
-0x76a6 033205 increase -32 ,contw 
-0x76a7 033208 increase 1 ,queue 
-0x76a8 033209 compare 8 ,queue ,0xff 
-0x76a9 033210 nbranch bn_mulmod_256_1 ,true 
-0x76aa 033211 arg mem_tmp1_256 ,rega 
-0x76ab 033212 copy timeup ,contw 
-0x76ac 033213 branch bn_p256mod 
-:      033215 bn_p256mod:
-0x76ad 033216 bpatch patch1e_2 ,mem_patch1e 
-0x76ae 033217 copy contw ,timeup 
-0x76af 033218 copy rega ,alarm 
-0x76b0 033219 arg mem_tmp2_256 ,regb 
-0x76b1 033220 copy regb ,contw 
-0x76b2 033221 call memset0_4 
-0x76b3 033222 istore 8 ,contw 
-0x76b4 033223 add rega ,44 ,contr 
-0x76b5 033224 call memcpy8 
-0x76b6 033225 call memcpy12 
-0x76b7 033226 copy regb ,rega 
-0x76b8 033227 call bn_lshiftmod_256 
-0x76b9 033228 arg mem_tmp2_256 ,regb 
-0x76ba 033229 copy alarm ,rega 
-0x76bb 033230 copy timeup ,contw 
-0x76bc 033231 call bn_addmod_256 
-0x76bd 033233 arg mem_tmp2_256 ,regb 
-0x76be 033234 copy regb ,contw 
-0x76bf 033235 call memset0_4 
-0x76c0 033236 istore 8 ,contw 
-0x76c1 033237 add alarm ,48 ,contr 
-0x76c2 033238 call memcpy16 
-0x76c3 033239 call memset0_4 
-0x76c4 033240 copy regb ,rega 
-0x76c5 033241 call bn_lshiftmod_256 
-0x76c6 033245 arg mem_tmp2_256 ,regb 
-0x76c7 033246 copy timeup ,rega 
-0x76c8 033247 copy rega ,contw 
-0x76c9 033248 call bn_addmod_256 
-0x76ca 033252 arg mem_tmp2_256 ,regb 
-0x76cb 033253 copy regb ,contw 
-0x76cc 033254 add alarm ,32 ,contr 
-0x76cd 033255 call memcpy12 
-0x76ce 033256 call memset0_4 
-0x76cf 033257 istore 8 ,contw 
-0x76d0 033258 add alarm ,56 ,contr 
-0x76d1 033259 call memcpy8 
-0x76d2 033260 copy timeup ,rega 
-0x76d3 033261 copy rega ,contw 
-0x76d4 033262 call bn_addmod_256 
-0x76d5 033266 arg mem_tmp2_256 ,regb 
-0x76d6 033267 copy regb ,contw 
-0x76d7 033268 add alarm ,36 ,contr 
-0x76d8 033269 call memcpy12 
-0x76d9 033270 add alarm ,52 ,contr 
-0x76da 033271 call memcpy12 
-0x76db 033272 add alarm ,52 ,contr 
-0x76dc 033273 call memcpy4 
-0x76dd 033274 add alarm ,32 ,contr 
-0x76de 033275 call memcpy4 
-0x76df 033276 copy timeup ,rega 
-0x76e0 033277 copy rega ,contw 
-0x76e1 033278 call bn_addmod_256 
-0x76e2 033281 arg mem_tmp2_256 ,regb 
-0x76e3 033282 copy regb ,contw 
-0x76e4 033283 add alarm ,44 ,contr 
-0x76e5 033284 call memcpy12 
-0x76e6 033285 call memset0_4 
-0x76e7 033286 istore 8 ,contw 
-0x76e8 033287 add alarm ,32 ,contr 
-0x76e9 033288 call memcpy4 
-0x76ea 033289 add alarm ,40 ,contr 
-0x76eb 033290 call memcpy4 
-0x76ec 033291 copy timeup ,rega 
-0x76ed 033292 copy rega ,contw 
-0x76ee 033293 call bn_submod_256 
-0x76ef 033296 arg mem_tmp2_256 ,regb 
-0x76f0 033297 copy regb ,contw 
-0x76f1 033298 add alarm ,48 ,contr 
-0x76f2 033299 call memcpy8 
-0x76f3 033300 call memcpy8 
-0x76f4 033301 force 0 ,pdata 
-0x76f5 033302 istore 8 ,contw 
-0x76f6 033303 add alarm ,36 ,contr 
-0x76f7 033304 call memcpy4 
-0x76f8 033305 add alarm ,44 ,contr 
-0x76f9 033306 call memcpy4 
-0x76fa 033307 copy timeup ,rega 
-0x76fb 033308 copy rega ,contw 
-0x76fc 033309 call bn_submod_256 
-0x76fd 033312 arg mem_tmp2_256 ,regb 
-0x76fe 033313 copy regb ,contw 
-0x76ff 033314 add alarm ,52 ,contr 
-0x7700 033315 call memcpy12 
-0x7701 033316 add alarm ,32 ,contr 
-0x7702 033317 call memcpy12 
-0x7703 033318 call memset0_4 
-0x7704 033319 add alarm ,48 ,contr 
-0x7705 033320 call memcpy4 
-0x7706 033321 copy timeup ,rega 
-0x7707 033322 copy rega ,contw 
-0x7708 033323 call bn_submod_256 
-0x7709 033326 arg mem_tmp2_256 ,regb 
-0x770a 033327 copy regb ,contw 
-0x770b 033328 add alarm ,56 ,contr 
-0x770c 033329 call memcpy8 
-0x770d 033330 call memset0_4 
-0x770e 033331 add alarm ,36 ,contr 
-0x770f 033332 call memcpy12 
-0x7710 033333 call memset0_4 
-0x7711 033334 add alarm ,52 ,contr 
-0x7712 033335 call memcpy4 
-0x7713 033336 copy timeup ,rega 
-0x7714 033337 copy rega ,contw 
-0x7715 033338 branch bn_submod_256 
-:      033341 bn_load_mem:
-0x7716 033342 force 32 ,loopcnt 
-0x7717 033343 arg mem_regext ,contw 
-0x7718 033344 iadd contw ,contw 
-0x7719 033345 branch memcpy 
-:      033347 bn_load_256:
-0x771a 033348 force 8 ,loopcnt 
-0x771b 033349 branch bn_load_0 
-:      033351 bn_sqrmod_256:
-0x771c 033352 copy rega ,regb 
-0x771d 033353 branch bn_mulmod_256 
-:      033355 bn_add_256:
-0x771e 033356 force 8 ,loopcnt 
-0x771f 033357 branch bn_add + 1 
-:      033359 bn_addmod_256:
-0x7720 033360 call bn_add_256 
-0x7721 033361 copy contw ,rega 
-0x7722 033362 branch bn_lshiftmod_ismod_256 
-:      033364 bn_lshiftmod_256:
-0x7723 033365 call bn_lshift_256 
-:      033366 bn_lshiftmod_ismod_256:
-0x7724 033367 isolate1 0 ,regc 
-0x7725 033368 branch bn_lshiftmod_p_256 ,true 
-0x7726 033369 arg mem_p_256 ,regb 
-0x7727 033370 copy rega ,regc 
-0x7728 033371 increase -32 ,rega 
-0x7729 033372 call bn_bigeq_256 
-0x772a 033373 nrtn positive 
-0x772b 033374 copy regc ,rega 
-0x772c 033375 branch sub_p2_256 
-:      033377 bn_lshiftmod_p_256:
-0x772d 033378 call sub_p2_256 
-0x772e 033380 copy rega ,regc 
-0x772f 033381 increase -32 ,rega 
-0x7730 033382 arg mem_p_256 ,regb 
-0x7731 033383 call bn_bigeq_256 
-0x7732 033384 nrtn positive 
-0x7733 033385 copy regc ,rega 
-0x7734 033386 branch sub_p2_256 
-:      033389 sub_p2_256:
-0x7735 033390 increase -32 ,rega 
-0x7736 033391 arg mem_p_256 ,regb 
-0x7737 033392 copy rega ,contw 
-0x7738 033393 branch bn_sub_256 
-:      033398 bn_submod_256:
-0x7739 033399 call bn_sub_256 
-0x773a 033401 branch bn_submod_256_np ,true 
-0x773b 033404 add contw ,-32 ,rega 
-0x773c 033405 arg mem_p_256 ,regb 
-0x773d 033406 call bn_bigeq_256 
-0x773e 033407 nrtn positive 
-0x773f 033408 arg mem_p_256 ,regb 
-0x7740 033409 add contw ,-32 ,rega 
-0x7741 033411 copy rega ,contw 
-0x7742 033412 branch bn_sub_256 
-:      033413 bn_submod_256_np:
-0x7743 033414 add contw ,-32 ,rega 
-0x7744 033415 arg mem_p_256 ,regb 
-0x7745 033416 copy rega ,contw 
-0x7746 033417 call bn_add_256 
-0x7747 033419 rtn true 
-0x7748 033420 add contw ,-32 ,rega 
-0x7749 033421 arg mem_p_256 ,regb 
-0x774a 033422 copy rega ,contw 
-0x774b 033423 branch bn_add_256 
-:      033427 bn_sub_256:
-0x774c 033428 force 8 ,loopcnt 
-0x774d 033429 branch bn_sub + 1 
-:      033431 bn_rshift_256:
-0x774e 033432 force 8 ,loopcnt 
-0x774f 033433 increase 28 ,rega 
-0x7750 033434 branch bn_rshift 
-:      033436 bn_lshift_256:
-0x7751 033437 force 8 ,loopcnt 
-0x7752 033438 force 0 ,regc 
-0x7753 033439 branch bn_lshift_0 
-:      033441 bn_bigeq_256:
-0x7754 033442 force 8 ,loopcnt 
-0x7755 033443 increase 28 ,rega 
-0x7756 033444 increase 28 ,regb 
-0x7757 033445 branch bn_bigeq_0 
-:      033448 bn_eq_zero_256:
-0x7758 033449 ifetch 8 ,contr 
-0x7759 033450 nrtn blank 
-0x775a 033451 branch bn_eq_zero 
-:      033456 bn_rshifteven_256:
-0x775b 033457 copy rega ,alarm 
-:      033458 bn_rshifteven_256_1:
-0x775c 033459 copy alarm ,rega 
-0x775d 033460 ifetch 1 ,rega 
-0x775e 033461 isolate1 0 ,pdata 
-0x775f 033462 rtn true 
-0x7760 033463 call bn_rshift_256 
-0x7761 033464 ifetch 1 ,regb 
-0x7762 033465 isolate0 0 ,pdata 
-0x7763 033466 branch bn_rshifteven_256_0 ,true 
-0x7764 033467 arg mem_p_256 ,rega 
-0x7765 033468 copy regb ,contw 
-0x7766 033469 call bn_add_256 
-0x7767 033470 ifetch 1 ,regb 
-0x7768 033471 iadd regc ,pdata 
-0x7769 033472 istore 1 ,regb 
-0x776a 033473 increase -32 ,regb 
-:      033474 bn_rshifteven_256_0:
-0x776b 033475 add regb ,32 ,rega 
-0x776c 033476 force 9 ,loopcnt 
-0x776d 033477 call bn_rshift 
-0x776e 033478 branch bn_rshifteven_256_1 
-:      033481 ui_init:
-0x776f 033482 rtn wake 
-0x7770 033483 call lpm_disable_exen_output 
-0x7771 033484 call ui_button_init 
-0x7772 033485 call ui_timer_init 
-0x7773 033486 branch ui_led_init_global 
-:      033488 ui_dispatch:
-0x7774 033489 call ui_led_dispatch 
-0x7775 033490 branch ui_timer_check 
-:      033492 ui_button_init:
-0x7776 033493 fetch 1 ,mem_ui_button_gpio 
-0x7777 033494 rtneq ui_button_gpio_disable 
-0x7778 033495 iforce temp 
-0x7779 033496 call gpio_config_output 
-0x777a 033497 fetcht 1 ,mem_ui_button_gpio 
-0x777b 033498 call gpio_out_inactive 
-0x777c 033499 nop 100 
-0x777d 033500 fetcht 1 ,mem_ui_button_gpio 
-0x777e 033501 call gpio_config_input 
-0x777f 033502 branch ui_button_polling 
-:      033506 ui_button_polling:
-0x7780 033507 bpatch patch1e_3 ,mem_patch1e 
-0x7781 033508 fetch 1 ,mem_ui_button_gpio 
-0x7782 033509 rtneq ui_button_gpio_disable 
-0x7783 033510 copy pdata ,temp 
-0x7784 033511 call gpio_get_bit 
-0x7785 033512 nbranch ui_button_up ,true 
-:      033514 ui_button_down:
-0x7786 033515 call ui_button_check_long_press 
-0x7787 033516 fetch 2 ,mem_ui_state_map 
-0x7788 033517 set1 ui_state_btn_down ,pdata 
-0x7789 033518 store 2 ,mem_ui_state_map 
-0x778a 033519 fetch 1 ,mem_ui_button_last_state 
-0x778b 033520 rtneq ui_button_state_down 
-0x778c 033521 jam ui_button_state_down ,mem_ui_button_last_state 
-0x778d 033523 fetch 1 ,mem_ui_button_timeout 
-0x778e 033524 store 1 ,mem_ui_button_timer 
-0x778f 033525 call lpm_button_get_wake_lock 
-0x7790 033526 jam bt_evt_button_down ,mem_fifo_temp 
-0x7791 033527 branch ui_ipc_send_event 
-:      033528 ui_button_up:
-0x7792 033529 fetch 2 ,mem_ui_state_map 
-0x7793 033530 set0 ui_state_btn_down ,pdata 
-0x7794 033531 store 2 ,mem_ui_state_map 
-0x7795 033532 fetch 1 ,mem_ui_button_last_state 
-0x7796 033533 rtneq ui_button_state_up 
-0x7797 033534 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7798 033536 jam 0 ,mem_ui_button_timer 
-0x7799 033537 call lpm_button_clean_wake_lock 
-0x779a 033538 jam bt_evt_button_up ,mem_fifo_temp 
-0x779b 033539 branch ui_ipc_send_event 
-:      033541 ui_button_check_long_press:
-0x779c 033542 fetch 1 ,mem_ui_button_timer 
-0x779d 033543 rtn blank 
-0x779e 033544 increase -1 ,pdata 
-0x779f 033545 store 1 ,mem_ui_button_timer 
-0x77a0 033546 nrtn blank 
-0x77a1 033548 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x77a2 033549 branch ui_ipc_send_event 
-:      033551 lpm_button_get_wake_lock:
-0x77a3 033552 arg wake_lock_button ,queue 
-0x77a4 033553 branch lpm_get_wake_lock 
-:      033555 lpm_button_clean_wake_lock:
-0x77a5 033556 arg wake_lock_button ,queue 
-0x77a6 033557 branch lpm_put_wake_lock 
-:      033564 calc_curr_struct_prt:
-0x77a7 033565 bpatch patch1e_4 ,mem_patch1e 
-0x77a8 033566 fetch 2 ,mem_ui_led_struct_ptr 
-0x77a9 033567 mul32 rega ,led_offset_length ,regb 
-0x77aa 033568 iadd regb ,regb 
-0x77ab 033569 rtn 
-:      033572 ui_led_init_global:
-0x77ac 033573 fetch 1 ,mem_ui_led_struct_num 
-0x77ad 033574 rtn blank 
-0x77ae 033575 copy pdata ,loopcnt 
-0x77af 033576 fetch 2 ,mem_ui_led_struct_ptr 
-0x77b0 033577 copy pdata ,regb 
-:      033578 ui_led_init_loop:
-0x77b1 033579 add regb ,led_offset_led_gpio ,regc 
-0x77b2 033580 ifetcht 1 ,regc 
-0x77b3 033581 call ui_led_init_set 
-0x77b4 033582 increase led_offset_length ,regb 
-0x77b5 033583 loop ui_led_init_loop 
-0x77b6 033584 rtn 
-:      033587 ui_led_init_set:
-0x77b7 033588 fetch 1 ,mem_ui_led_init_state_set 
-0x77b8 033589 branch gpio_out_inactive ,blank 
-0x77b9 033590 branch gpio_out_active 
-:      033593 ui_led_on_global:
-0x77ba 033594 call calc_curr_struct_prt 
-0x77bb 033595 setarg ui_led_state_lighting 
-0x77bc 033596 istore 1 ,regb 
-0x77bd 033597 call ui_led_stop_timer 
-0x77be 033598 branch ui_led_on_static 
-:      033602 ui_led_blink_stop_global:
-:      033603 ui_led_off_global:
-0x77bf 033605 call calc_curr_struct_prt 
-0x77c0 033606 setarg ui_led_state_darking 
-0x77c1 033607 istore 1 ,regb 
-0x77c2 033609 call ui_led_stop_timer 
-0x77c3 033610 branch ui_led_off_static 
-:      033614 ui_led_blink_start_global:
-0x77c4 033615 call calc_curr_struct_prt 
-0x77c5 033616 setarg ui_led_state_blink_start 
-0x77c6 033617 istore 1 ,regb 
-0x77c7 033618 setarg led_infinite_flash_num 
-0x77c8 033619 istore 1 ,contw 
-0x77c9 033620 branch ui_led_off_static 
-:      033625 ui_led_set_style_global:
-0x77ca 033626 call calc_curr_struct_prt 
-0x77cb 033627 arg led_offset_length ,loopcnt 
-0x77cc 033628 copy regc ,contr 
-0x77cd 033629 copy regb ,contw 
-0x77ce 033630 branch memcpy_fast 
-:      033634 ui_led_dispatch:
-0x77cf 033635 fetch 1 ,mem_ui_led_struct_num 
-0x77d0 033636 rtn blank 
-0x77d1 033637 arg 0 ,rega 
-:      033638 ui_led_blink_polling:
-0x77d2 033639 call ui_led_change_style_by_type 
-0x77d3 033640 increase 1 ,rega 
-0x77d4 033641 fetch 1 ,mem_ui_led_struct_num 
-0x77d5 033642 isub rega ,null 
-0x77d6 033643 rtn zero 
-0x77d7 033644 branch ui_led_blink_polling 
-:      033647 ui_led_off_static:
-0x77d8 033648 add regb ,led_offset_led_gpio ,regc 
-0x77d9 033649 ifetcht 1 ,regc 
-0x77da 033650 branch gpio_out_inactive 
-:      033653 ui_led_on_static:
-0x77db 033654 add regb ,led_offset_led_gpio ,regc 
-0x77dc 033655 ifetcht 1 ,regc 
-0x77dd 033656 branch gpio_out_active 
-:      033660 ui_led_change_style_by_type:
-0x77de 033661 add rega ,ui_led_blink ,queue 
-0x77df 033662 call timer_check 
-0x77e0 033663 nrtn blank 
-0x77e1 033665 call calc_curr_struct_prt 
-0x77e2 033667 ifetch 1 ,regb 
-0x77e3 033669 beq ui_led_state_lighting ,ui_led_on_static 
-0x77e4 033670 beq ui_led_state_darking ,ui_led_off_static 
-0x77e5 033671 beq ui_led_state_blink_stop ,ui_led_off_static 
-0x77e6 033672 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
-:      033673 ui_led_blink_state_lighting:
-0x77e7 033674 call ui_led_on_static 
-0x77e8 033675 add regb ,led_offset_cb_ledon ,regc 
-0x77e9 033676 call push_stack 
-0x77ea 033677 ifetch 2 ,regc 
-0x77eb 033678 call callback_func 
-0x77ec 033679 call pop_stack 
-0x77ed 033680 setarg ui_led_state_blink_darking 
-0x77ee 033681 istore 1 ,regb 
-0x77ef 033682 add regb ,led_offset_on_time ,regc 
-0x77f0 033683 ifetch 2 ,regc 
-0x77f1 033684 branch ui_led_blink_timer_start 
-:      033687 ui_led_blink_state_darking:
-0x77f2 033688 call ui_led_off_static 
-0x77f3 033689 add regb ,led_offset_cb_ledoff ,regc 
-0x77f4 033690 call push_stack 
-0x77f5 033691 ifetch 2 ,regc 
-0x77f6 033692 call callback_func 
-0x77f7 033693 call pop_stack 
-0x77f8 033695 add regb ,led_offset_blink_count ,regc 
-0x77f9 033696 ifetch 1 ,regc 
-0x77fa 033697 beq led_infinite_flash_num ,ui_led_blink_infinite 
-0x77fb 033698 increase -1 ,pdata 
-0x77fc 033699 istore 1 ,regc 
-0x77fd 033700 branch ui_led_blink_stop_global ,blank 
-:      033701 ui_led_blink_infinite:
-0x77fe 033702 setarg ui_led_state_blink_lighting 
-0x77ff 033703 istore 1 ,regb 
-0x7800 033704 add regb ,led_offset_off_time ,regc 
-0x7801 033705 ifetch 2 ,regc 
-:      033706 ui_led_blink_timer_start:
-0x7802 033707 add rega ,ui_led_blink ,queue 
-0x7803 033708 branch timer_init 
-:      033710 ui_led_stop_timer:
-0x7804 033711 setarg 0 
-0x7805 033712 branch ui_led_blink_timer_start 
-:      033718 ui_timer_timeout:
-0x7806 033719 setarg 0x1000 
-0x7807 033720 lshift16 pdata ,pdata 
-0x7808 033721 iadd regb ,regb 
-0x7809 033722 rtn 
-:      033724 ui_timer_check:
-0x780a 033725 bpatch patch1e_5 ,mem_patch1e 
-0x780b 033726 arg 0 ,rega 
-0x780c 033727 fetcht 4 ,mem_ui_timer_last_btclk 
-0x780d 033728 copy clkn_bt ,regb 
-0x780e 033729 copy regb ,pdata 
-0x780f 033730 isub temp ,null 
-0x7810 033731 ncall ui_timer_timeout ,positive 
-:      033732 ui_timer_check_loop:
-0x7811 033733 copy regb ,pdata 
-0x7812 033734 increase 160 ,temp 
-0x7813 033735 increase 160 ,temp 
-0x7814 033736 isub temp ,null 
-0x7815 033737 nbranch ui_timer_check_end ,positive 
-0x7816 033738 increase 1 ,rega 
-0x7817 033739 and rega ,0x0f ,pdata 
-0x7818 033740 nbranch ui_timer_check_loop ,blank 
-0x7819 033741 arg 0 ,rega 
-0x781a 033742 call ui_timer_check_send_evt 
-:      033743 ui_timer_init:
-0x781b 033744 copy clkn_bt ,pdata 
-0x781c 033745 store 4 ,mem_ui_timer_last_btclk 
-0x781d 033746 rtn 
-:      033747 ui_timer_check_end:
-0x781e 033748 copy rega ,pdata 
-0x781f 033749 rtn blank 
-0x7820 033750 increase -160 ,temp 
-0x7821 033751 increase -160 ,temp 
-0x7822 033752 set0 28 ,temp 
-0x7823 033753 storet 4 ,mem_ui_timer_last_btclk 
-:      033754 ui_timer_check_send_evt:
-0x7824 033755 branch app_evt_timer 
-:      033762 ui_ipc_get_lock:
-0x7825 033763 jam 1 ,mem_ipc_lock_bt 
-:      033764 ui_ipc_get_lock_wait:
-0x7826 033765 fetch 1 ,mem_ipc_lock_c51 
-0x7827 033766 nbranch ui_ipc_get_lock_wait ,blank 
-0x7828 033767 rtn 
-:      033769 ui_ipc_put_lock:
-0x7829 033770 jam 0 ,mem_ipc_lock_bt 
-0x782a 033771 rtn 
-:      033775 ui_ipc_send_event:
-0x782b 033776 bpatch patch1e_6 ,mem_patch1e 
-0x782c 033777 call ui_ipc_get_lock 
-0x782d 033778 copy rega ,pdata 
-0x782e 033779 store 4 ,mem_rega 
-0x782f 033780 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7830 033781 call fifo_in 
-0x7831 033782 fetch 4 ,mem_rega 
-0x7832 033783 copy pdata ,rega 
-0x7833 033784 branch ui_ipc_put_lock 
-:      033786 ui_ipc_send_cmd:
-0x7834 033787 bpatch patch1e_7 ,mem_patch1e 
-0x7835 033788 call ui_ipc_get_lock 
-0x7836 033789 copy rega ,pdata 
-0x7837 033790 store 4 ,mem_rega 
-0x7838 033791 arg mem_ipc_fifo_c512bt ,rega 
-0x7839 033792 call fifo_in 
-0x783a 033793 fetch 4 ,mem_rega 
-0x783b 033794 copy pdata ,rega 
-0x783c 033795 branch ui_ipc_put_lock 
-:      033797 ui_ipc_clean_all_fifo:
-0x783d 033798 setarg 0 
-0x783e 033799 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x783f 033800 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7840 033801 rtn 
-:      033803 check_51cmd:
-0x7841 033804 bpatch patch1f_0 ,mem_patch1f 
-0x7842 033805 fetch 1 ,mem_hci_cmd 
-0x7843 033806 nrtn blank 
-0x7844 033807 arg mem_ipc_fifo_c512bt ,rega 
-0x7845 033808 call fifo_is_empty 
-0x7846 033809 rtn blank 
-0x7847 033810 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7848 033811 call check_51cmd_once 
-0x7849 033812 fetch 1 ,mem_ipc_skip_continue_proc 
-0x784a 033813 branch check_51cmd ,blank 
-0x784b 033814 rtn 
-:      033816 check_51cmd_once:
-0x784c 033817 call ui_ipc_get_lock 
-0x784d 033818 arg mem_ipc_fifo_c512bt ,rega 
-0x784e 033819 call fifo_out 
-0x784f 033820 copy pdata ,temp 
-0x7850 033821 call ui_ipc_put_lock 
-0x7851 033822 bpatch patch1f_1 ,mem_patch1f 
-0x7852 033823 copy temp ,pdata 
-0x7853 033824 rtn blank 
-0x7854 033825 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7855 033826 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7856 033827 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7857 033828 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7858 033829 beq bt_cmd_led_off ,check_51cmd_led_off 
-0x7859 033830 beq bt_cmd_led_on ,check_51cmd_led_on 
-0x785a 033831 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
-0x785b 033832 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x785c 033833 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x785d 033834 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x785e 033835 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x785f 033837 store 1 ,mem_fifo_temp 
-:      033840 check_51cmd_once_continue:
-0x7860 033841 fetch 1 ,mem_fifo_temp 
-0x7861 033842 bmark0 mark_context ,check_51cmd_check_idle 
-0x7862 033843 bpatch patch1f_2 ,mem_patch1f 
-0x7863 033844 fetch 1 ,mem_fifo_temp 
-0x7864 033845 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7865 033846 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7866 033847 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
-0x7867 033848 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7868 033849 rtn 
-:      033851 check_51cmd_check_idle:
-0x7869 033852 store 1 ,mem_fifo_temp 
-0x786a 033853 call context_check_idle 
-0x786b 033854 branch check_51cmd_restore ,zero 
-0x786c 033855 call context_search_plap 
-0x786d 033856 nrtn zero 
-:      033857 check_51cmd_restore:
-0x786e 033858 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x786f 033859 branch ui_ipc_send_cmd 
-:      033866 check_51cmd_adv:
-0x7870 033867 jam on ,mem_le_adv_enable 
-0x7871 033868 jam adv_ind ,mem_le_adv_type 
-0x7872 033869 fetch 2 ,mem_ui_state_map 
-0x7873 033870 set1 ui_state_ble_adv ,pdata 
-0x7874 033871 store 2 ,mem_ui_state_map 
-0x7875 033872 rtn 
-:      033876 check_51cmd_stop_adv:
-0x7876 033877 fetch 2 ,mem_ui_state_map 
-0x7877 033878 set0 ui_state_ble_adv ,pdata 
-0x7878 033879 store 2 ,mem_ui_state_map 
-0x7879 033880 jam off ,mem_le_adv_enable 
-0x787a 033881 rtn 
-:      033885 check_51cmd_direct_adv:
-0x787b 033886 jam on ,mem_le_adv_enable 
-0x787c 033887 jam adv_direct_ind ,mem_le_adv_type 
-0x787d 033888 fetch 2 ,mem_ui_state_map 
-0x787e 033889 set1 ui_state_ble_adv ,pdata 
-0x787f 033890 store 2 ,mem_ui_state_map 
-0x7880 033891 rtn 
-:      033895 check_51cmd_stop_direct_adv:
-0x7881 033896 fetch 2 ,mem_ui_state_map 
-0x7882 033897 set0 ui_state_ble_adv ,pdata 
-0x7883 033898 store 2 ,mem_ui_state_map 
-0x7884 033899 jam off ,mem_le_adv_enable 
-0x7885 033900 rtn 
-:      033904 check_51cmd_le_disconnect:
-0x7886 033905 setarg 20 
-0x7887 033906 store 2 ,mem_le_superto 
-0x7888 033907 store 2 ,mem_le_init_superto 
-0x7889 033908 branch le_send_terminate_ind_user_terminated 
-:      033912 check_51cmd_ble_update_connect_param:
-0x788a 033913 branch le_l2cap_tx_update_req 
-:      033917 check_51cmd_led_off:
-0x788b 033918 arg 0 ,rega 
-0x788c 033919 branch ui_led_off_global 
-:      033923 check_51cmd_led_on:
-0x788d 033924 arg 0 ,rega 
-0x788e 033925 branch ui_led_on_global 
-:      033929 check_51cmd_led_start_blink:
-0x788f 033930 arg 0 ,rega 
-0x7890 033931 call calc_curr_struct_prt 
-0x7891 033932 ifetch 1 ,regb 
-0x7892 033933 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
-0x7893 033934 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
-0x7894 033935 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
-0x7895 033936 branch ui_led_blink_start_global 
-:      033938 check_51cmd_led_start_blink_in_blink:
-0x7896 033939 ifetch 1 ,contr 
-0x7897 033940 rtneq led_infinite_flash_num 
-0x7898 033941 branch ui_led_blink_start_global 
-:      033945 check_51cmd_le_start_con:
-0x7899 033946 jam on ,mem_le_scan_enable 
-0x789a 033947 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x789b 033950 rtn 
-:      033954 check_51cmd_start_scan:
-0x789c 033955 jam on ,mem_le_scan_enable 
-0x789d 033956 rtn 
-:      033960 check_51cmd_stop_scan:
-0x789e 033961 jam off ,mem_le_scan_enable 
-0x789f 033962 jam 0 ,mem_hci_cmd 
-0x78a0 033963 rtn 
-:      033967 check_51cmd_hibernate:
-0x78a1 033968 fetch 2 ,mem_cb_before_hibernate 
-0x78a2 033969 call callback_func 
-0x78a3 033970 fetch 1 ,mem_ui_button_gpio 
-0x78a4 033971 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x78a5 033972 copy pdata ,temp 
-0x78a6 033973 call gpio_config_input 
-:      033974 check_51cmd_hibernate_btn_disabled:
-0x78a7 033975 call ui_ipc_clean_all_fifo 
-0x78a8 033976 branch lpm_hibernate 
-:      033980 check_51cmd_le_smp_sec_req:
-0x78a9 033981 branch le_send_smp_security_request 
-:      033986 ui_check_paring_button:
-0x78aa 033987 fetch 1 ,mem_ui_state_map 
-0x78ab 033988 rtnbit0 ui_state_btn_down 
-0x78ac 033989 rtn 
-:      033994 queue_init:
-0x78ad 033995 fetch 2 ,mem_queue_ptr 
-0x78ae 033996 add pdata ,queue_offset_curr_num ,contw 
-0x78af 033997 setarg 0 
-0x78b0 033998 istore 3 ,contw 
-0x78b1 033999 rtn 
-:      034003 queue_push:
-0x78b2 034004 bpatch patch1f_3 ,mem_patch1f 
-0x78b3 034005 call disable_user 
-0x78b4 034006 call queue_full 
-0x78b5 034007 rtn blank 
-0x78b6 034008 fetch 2 ,mem_queue_ptr 
-0x78b7 034009 add pdata ,queue_offset_curr_num ,regb 
-0x78b8 034010 ifetcht 1 ,regb 
-0x78b9 034011 increase 1 ,temp 
-0x78ba 034012 istoret 1 ,regb 
-0x78bb 034014 ifetcht 1 ,pdata 
-0x78bc 034015 copy temp ,loopcnt 
-0x78bd 034016 add pdata ,queue_offset_write_ptr ,regb 
-0x78be 034017 ifetch 1 ,regb 
-0x78bf 034018 imul32 temp ,pdata 
-0x78c0 034019 iadd contr ,contw 
-0x78c1 034020 copy rega ,contr 
-:      034021 calc_queue_next_ptr:
-0x78c2 034022 call memcpy 
-0x78c3 034023 call queue_get_size 
-0x78c4 034024 pincrease -1 
-0x78c5 034025 ifetcht 1 ,regb 
-0x78c6 034026 increase 1 ,temp 
-0x78c7 034027 iand temp ,temp 
-0x78c8 034028 istoret 1 ,regb 
-0x78c9 034029 branch enable_user 
-:      034034 queue_pop:
-0x78ca 034035 bpatch patch1f_4 ,mem_patch1f 
-0x78cb 034036 call disable_user 
-0x78cc 034037 call queue_empty 
-0x78cd 034038 rtn blank 
-0x78ce 034039 fetch 2 ,mem_queue_ptr 
-0x78cf 034040 add pdata ,queue_offset_curr_num ,regb 
-0x78d0 034041 ifetcht 1 ,regb 
-0x78d1 034042 increase -1 ,temp 
-0x78d2 034043 istoret 1 ,regb 
-0x78d3 034044 ifetcht 1 ,pdata 
-0x78d4 034045 copy temp ,loopcnt 
-0x78d5 034046 add pdata ,queue_offset_read_ptr ,regb 
-0x78d6 034047 ifetch 1 ,regb 
-0x78d7 034048 imul32 temp ,pdata 
-0x78d8 034049 iadd contr ,contr 
-0x78d9 034050 increase 1 ,contr 
-0x78da 034051 copy rega ,contw 
-0x78db 034052 branch calc_queue_next_ptr 
-:      034059 queue_get_new_ele:
-0x78dc 034060 call disable_user 
-0x78dd 034061 call queue_empty 
-0x78de 034062 rtn blank 
-0x78df 034063 fetch 2 ,mem_queue_ptr 
-0x78e0 034064 ifetcht 1 ,pdata 
-0x78e1 034065 copy temp ,loopcnt 
-0x78e2 034066 add pdata ,queue_offset_read_ptr ,regb 
-0x78e3 034067 ifetch 1 ,regb 
-0x78e4 034068 imul32 temp ,pdata 
-0x78e5 034069 iadd contr ,contr 
-0x78e6 034070 increase 1 ,contr 
-0x78e7 034071 copy contr ,regb 
-0x78e8 034072 copy rega ,contw 
-0x78e9 034073 call memcpy 
-0x78ea 034074 branch enable_user 
-:      034076 queue_store_new_ele:
-0x78eb 034077 call disable_user 
-0x78ec 034078 call queue_empty 
-0x78ed 034079 rtn blank 
-0x78ee 034080 fetch 2 ,mem_queue_ptr 
-0x78ef 034081 ifetcht 1 ,pdata 
-0x78f0 034082 copy temp ,loopcnt 
-0x78f1 034083 add pdata ,queue_offset_read_ptr ,regb 
-0x78f2 034084 ifetch 1 ,regb 
-0x78f3 034085 imul32 temp ,pdata 
-0x78f4 034086 iadd contr ,contr 
-0x78f5 034087 add contr ,2 ,contw 
-0x78f6 034088 copy rega ,contr 
-0x78f7 034089 increase -1 ,loopcnt 
-0x78f8 034090 call memcpy 
-0x78f9 034091 branch enable_user 
-:      034094 queue_empty:
-0x78fa 034095 fetch 2 ,mem_queue_ptr 
-0x78fb 034096 add pdata ,queue_offset_curr_num ,contr 
-0x78fc 034097 ifetch 1 ,contr 
-0x78fd 034098 rtn 
-:      034101 queue_full:
-0x78fe 034102 call queue_get_size 
-0x78ff 034103 ifetcht 1 ,contr 
-0x7900 034104 isub temp ,pdata 
-0x7901 034105 rtn 
-:      034108 queue_get_size:
-0x7902 034109 fetch 2 ,mem_queue_ptr 
-0x7903 034110 add pdata ,queue_offset_length ,contr 
-0x7904 034111 ifetch 1 ,contr 
-0x7905 034112 rtn 
-:      034120 usb_isr:
-0x7906 034121 bpatch patch1f_5 ,mem_patch1f 
-0x7907 034122 fetch 1 ,core_usb_status 
-0x7908 034123 isolate1 usb_status_reset ,pdata 
-0x7909 034124 call usb_init_restart ,true 
-0x790a 034125 fetch 2 ,core_usb_status 
-0x790b 034126 store 2 ,core_usb_status 
-0x790c 034127 store 2 ,mem_usb_status 
-0x790d 034128 call usb_nak_state_judge 
-0x790e 034129 call usb_rx 
-0x790f 034130 call usb0_tx 
-0x7910 034131 call usb_tx 
-0x7911 034132 branch usb_nak_state 
-:      034134 usb_init:
-0x7912 034135 bpatch patch1f_6 ,mem_patch1f 
-0x7913 034136 call enable_authrom 
-0x7914 034137 call usb_init_param 
-:      034138 usb_init_restart:
-0x7915 034139 jam 0x00 ,core_usb_config 
-0x7916 034140 nop 10000 
-0x7917 034141 jam 0x0 ,core_usb_hmode 
-0x7918 034142 fetch 2 ,core_clkoff 
-0x7919 034143 set0 clock_off_usb ,pdata 
-0x791a 034144 store 2 ,core_clkoff 
-0x791b 034145 jam 0x21 ,core_usb_epmap 
-0x791c 034146 jam 0x9d ,core_usb_pupd 
-0x791d 034147 jam 0x3c ,core_usb_config 
-0x791e 034148 setarg mem_usb_rxbuf 
-0x791f 034149 store 2 ,core_usb_rx_saddr 
-0x7920 034150 store 2 ,core_usb_rxptr 
-0x7921 034151 setarg mem_usb_rxbuf_end 
-0x7922 034152 store 2 ,core_usb_rx_eaddr 
-0x7923 034153 jam 0x80 ,core_usb_hmode 
-0x7924 034154 jam 0 ,core_usb_addr 
-0x7925 034155 jam 0xff ,core_usb_status 
-0x7926 034156 setarg mem_usb_clear_mem_end 
-0x7927 034157 arg mem_usb_clear_mem_start ,contw 
-0x7928 034158 isub contw ,loopcnt 
-0x7929 034159 branch clear_mem 
-:      034161 usb_offline_check_init:
-0x792a 034162 fetcht 1 ,mem_usb_offline_check_gpio 
-0x792b 034163 branch gpio_config_input 
-:      034164 usb_offline_state:
-0x792c 034165 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x792d 034166 rtn blank 
-0x792e 034167 fetcht 1 ,mem_usb_offline_check_gpio 
-0x792f 034168 call gpio_get_bit 
-0x7930 034169 branch usb_init_restart ,true 
-0x7931 034170 rtn 
-:      034172 usb_init_param:
-0x7932 034173 jam dev_default ,mem_usb0_state 
-0x7933 034174 setarg 0x0 
-0x7934 034175 store 1 ,mem_remain 
-0x7935 034176 store 2 ,mem_usb_zero_packet 
-0x7936 034177 pincrease 1 
-0x7937 034178 store 2 ,mem_usb_ones_packet 
-0x7938 034179 pincrease 1 
-0x7939 034180 store 2 ,mem_usb_two_packet 
-0x793a 034181 arg mem_string0 ,contw 
-0x793b 034182 setarg 0x030404 
-0x793c 034183 istore 3 ,contw 
-0x793d 034184 setarg 0x0409 
-0x793e 034185 istore 2 ,contw 
-0x793f 034186 arg mem_string1 ,contw 
-0x7940 034187 setsect 0 ,0x15906 
-0x7941 034188 setsect 1 ,0x210d2 
-0x7942 034189 setsect 2 ,0x10494 
-0x7943 034190 setsect 3 ,0x1 
-0x7944 034191 istore 9 ,contw 
-0x7945 034192 arg mem_string2 ,contw 
-0x7946 034193 setsect 0 ,0x1570f 
-0x7947 034194 setsect 1 ,0x15c9a 
-0x7948 034195 setsect 2 ,0x256c6 
-0x7949 034196 setsect 3 ,0x1cdcd 
-0x794a 034197 istore 9 ,contw 
-0x794b 034198 setsect 0 ,0x14420 
-0x794c 034199 setsect 1 ,0x25d99 
-0x794d 034200 setsect 2 ,0x25636 
-0x794e 034201 setsect 3 ,0x1 
-0x794f 034202 istore 7 ,contw 
-0x7950 034203 arg mem_string3 ,contw 
-0x7951 034204 setsect 0 ,0x1620a 
-0x7952 034205 setsect 1 ,0xc8c 
-0x7953 034206 setsect 2 ,0x30333 
-0x7954 034207 setsect 3 ,0xc0c0 
-0x7955 034208 istore 9 ,contw 
-0x7956 034209 setsect 0 ,0x3130 
-0x7957 034210 istore 2 ,contw 
-0x7958 034211 setarg usb_kbdata_vendor_define_addr 
-0x7959 034212 store 2 ,mem_hidreportdesc_kb 
-0x795a 034213 setarg usb_msdata_addr 
-0x795b 034214 store 2 ,mem_hidreportdesc_m 
-0x795c 034215 arg usb_devicedata_addr ,contr 
-0x795d 034216 arg mem_devicedesc ,contw 
-0x795e 034217 arg 19 ,loopcnt 
-0x795f 034218 call memcpy 
-0x7960 034219 arg usb_confdata_addr ,contr 
-0x7961 034220 arg mem_confdesc ,contw 
-0x7962 034221 arg 60 ,loopcnt 
-0x7963 034222 call memcpy 
-:      034223 usb_config_cb:
-0x7964 034224 fetch 2 ,mem_cb_usb_config 
-0x7965 034225 branch callback_func 
-:      034227 usb_tx_interval_config:
-0x7966 034228 fetch 1 ,mem_usb_tx_interval 
-0x7967 034229 rtn blank 
-0x7968 034230 store 1 ,mem_confdesc + 34 
-0x7969 034231 store 1 ,mem_confdesc + 59 
-0x796a 034232 rtn 
-:      034234 usb_nak_state:
-0x796b 034235 arg usb_timer_nak ,queue 
-0x796c 034236 call timer_check 
-0x796d 034237 nrtn blank 
-0x796e 034238 fetch 1 ,mem_usb_wakestate_onetime_flag 
-0x796f 034239 nrtn blank 
-0x7970 034240 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x7971 034241 ncall usb_mac_wakeup_judge ,blank 
-0x7972 034242 rtn 
-:      034244 usb_nak_state_judge:
-0x7973 034245 fetch 1 ,mem_usb_status 
-0x7974 034246 bbit1 usb_status_nak ,usb_nak_state_timer_init 
-0x7975 034247 rtn 
-:      034249 usb_nak_state_timer_init:
-0x7976 034250 call usb0_attached_state_judge 
-0x7977 034251 call timer_reinit 
-0x7978 034252 setarg timer_nak_delay 
-0x7979 034253 arg usb_timer_nak ,queue 
-0x797a 034254 branch timer_init 
-:      034256 usb0_attached_state_judge:
-0x797b 034257 fetch 1 ,mem_usb_state 
-0x797c 034258 bne usb_connected ,usb_clear_halt_dispose 
-0x797d 034259 jam 0 ,mem_usb_wakestate_onetime_flag 
-0x797e 034260 jam 0 ,mem_usb_mac_wakeup_trig 
-0x797f 034261 rtn 
-:      034263 usb_clear_halt_dispose:
-0x7980 034264 fetch 1 ,mem_usb_clear_halt 
-0x7981 034265 rtn blank 
-0x7982 034266 jam 0 ,mem_usb_clear_halt 
-0x7983 034267 jam usb_connected ,mem_usb_state 
-0x7984 034268 jam 1 ,mem_usb_device_enumeration_endflag 
-0x7985 034269 rtn 
-:      034271 usb_rx_no_data:
-0x7986 034272 fetch 1 ,mem_usb_status 
-0x7987 034273 bbit1 usb_status_setup ,usb_class_type 
-0x7988 034274 rtn 
-:      034276 usb_rx_len:
-0x7989 034277 fetchr contus ,2 ,core_usb_rx_saddr 
-0x798a 034278 fetchr contue ,2 ,core_usb_rx_eaddr 
-0x798b 034279 fetchr contu ,2 ,core_usb_rxptr 
-0x798c 034280 ifetch 2 ,contu 
-0x798d 034281 rshift8 pdata ,temp 
-0x798e 034282 rshift4 temp ,temp 
-0x798f 034283 arg 0xfff ,contr 
-0x7990 034284 iand contr ,loopcnt 
-0x7991 034285 storer loopcnt ,2 ,mem_usb_read_len 
-0x7992 034286 rtn 
-:      034289 usb_rx_data:
-0x7993 034290 call usb_rx_len 
-:      034291 usb_rx_read:
-0x7994 034292 ifetch 1 ,contu 
-0x7995 034293 istore 1 ,contw 
-0x7996 034294 loop usb_rx_read 
-0x7997 034295 storer contu ,2 ,core_usb_rxptr 
-0x7998 034296 rtn 
-:      034298 usb_rx_ep13:
-0x7999 034299 arg mem_usb_ccid_buf ,contw 
-0x799a 034300 call usb_rx_read 
-0x799b 034301 arg mem_usb_ccid_buf + 4 ,temp 
-0x799c 034302 storet 2 ,core_usb_tx_saddr3 
-0x799d 034303 fetch 1 ,mem_usb_ccid_buf + 1 
-0x799e 034304 pincrease 6 
-0x799f 034305 istore 1 ,temp 
-0x79a0 034306 jam 0x8 ,core_usb_trig 
-0x79a1 034307 rtn 
-:      034310 usb_rx:
-0x79a2 034311 bpatch patch1f_7 ,mem_patch1f 
-0x79a3 034312 fetch 1 ,mem_usb_status 
-0x79a4 034313 rtnbit0 usb_status_rxready 
-0x79a5 034314 call usb_rx_len 
-0x79a6 034315 compare 13 ,temp ,0xff 
-0x79a7 034316 branch usb_rx_ep13 ,true 
-0x79a8 034317 arg mem_usb_setup ,contw 
-0x79a9 034318 call usb_rx_read 
-0x79aa 034319 fetch 1 ,mem_usb_read_len 
-0x79ab 034320 beq 0x00 ,usb_rx_no_data 
-0x79ac 034321 beq 0x01 ,usb_out_one_byte 
-0x79ad 034322 sub pdata ,7 ,null 
-0x79ae 034323 rtn positive 
-:      034324 usb_class_type:
-0x79af 034325 bpatchx patch20_0 ,mem_patch20 
-0x79b0 034326 set0 mark_isstr ,mark 
-0x79b1 034327 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79b2 034328 and_into 0x80 ,pdata 
-0x79b3 034329 beq in_device ,usb_in_device 
-0x79b4 034330 beq out_device ,usb_out_device 
-0x79b5 034331 branch assert 
-:      034333 usb_out_one_byte:
-0x79b6 034334 fetch 1 ,mem_usb_setup 
-0x79b7 034335 rtnbit1 7 
-0x79b8 034336 call usb_get_led_status 
-0x79b9 034337 branch usb0_reply_zerolen 
-:      034340 usb_in_device:
-0x79ba 034341 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79bb 034342 rshift4 pdata ,pdata 
-0x79bc 034343 rshift pdata ,pdata 
-0x79bd 034344 and_into 0x03 ,pdata 
-0x79be 034345 beq standard_req ,usb_in_standard_req 
-0x79bf 034346 beq class_req ,usb_in_class_req 
-0x79c0 034347 beq manufacturer_req ,usb_in_manufacturer_req 
-0x79c1 034348 branch assert 
-:      034350 usb_out_device:
-0x79c2 034351 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79c3 034352 rshift4 pdata ,pdata 
-0x79c4 034353 rshift pdata ,pdata 
-0x79c5 034354 and_into 0x03 ,pdata 
-0x79c6 034355 beq standard_req ,usb_out_standard_req 
-0x79c7 034356 beq class_req ,usb_out_class_req 
-0x79c8 034357 beq manufacturer_req ,usb_out_manufacturer_req 
-0x79c9 034358 branch assert 
-:      034360 usb_in_standard_req:
-0x79ca 034361 fetch 1 ,mem_usb_setup_brequest 
-0x79cb 034362 beq get_configuration ,usb0_request_get_configuration 
-0x79cc 034363 beq get_descriptor ,usb0_request_get_descriptor 
-0x79cd 034364 beq get_interface ,usb0_request_get_interface 
-0x79ce 034365 beq get_status ,usb0_request_get_status 
-0x79cf 034366 branch usb0_force_stall 
-:      034368 usb_in_class_req:
-0x79d0 034369 fetch 1 ,mem_usb_setup_brequest 
-0x79d1 034370 beq get_idle ,usb_get_idle 
-0x79d2 034371 beq get_report ,usb_get_report 
-0x79d3 034372 beq get_protocol ,usb_get_protocol_req 
-0x79d4 034373 branch usb0_force_stall 
-:      034375 usb_in_manufacturer_req:
-0x79d5 034376 branch usb0_force_stall 
-:      034378 usb_out_standard_req:
-0x79d6 034379 fetch 1 ,mem_usb_setup_brequest 
-0x79d7 034380 beq clear_feature ,usb0_request_clear_feature 
-0x79d8 034381 beq set_feature ,usb0_request_set_feature 
-0x79d9 034382 beq set_address ,usb0_request_set_address 
-0x79da 034383 beq set_configuration ,usb0_request_set_configuration 
-0x79db 034384 beq set_interface ,usb0_request_set_interface 
-0x79dc 034385 beq set_descriptor ,usb0_force_stall 
-0x79dd 034386 branch usb0_force_stall 
-:      034388 usb_out_class_req:
-0x79de 034389 fetch 1 ,mem_usb_setup_brequest 
-0x79df 034390 beq set_idle ,usb_set_idle 
-0x79e0 034391 beq set_report ,usb_set_report 
-0x79e1 034392 beq set_protocol ,usb_set_protocol_req 
-0x79e2 034393 branch usb0_force_stall 
-:      034395 usb_out_manufacturer_req:
-0x79e3 034396 branch usb0_force_stall 
-:      034398 usb0_force_stall:
-0x79e4 034399 bpatchx patch20_1 ,mem_patch20 
-0x79e5 034400 fetch 1 ,core_usb_stall 
-0x79e6 034401 set1 0 ,pdata 
-0x79e7 034402 store 1 ,core_usb_stall 
-0x79e8 034403 branch usb0_reply_zerolen 
-:      034405 usb0_reply_zerolen:
-0x79e9 034406 jam 0x1 ,core_usb_clear_nak 
-0x79ea 034407 rtn 
-:      034409 usb0_request_get_configuration:
-0x79eb 034410 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79ec 034411 bne in_device ,usb0_force_stall 
-0x79ed 034412 fetch 1 ,mem_usb_setup_windex 
-0x79ee 034413 bne 0 ,usb0_force_stall 
-0x79ef 034414 fetch 1 ,mem_usb_setup_windex + 1 
-0x79f0 034415 bne 0 ,usb0_force_stall 
-0x79f1 034416 fetch 1 ,mem_usb_setup_blength 
-0x79f2 034417 bne 1 ,usb0_force_stall 
-0x79f3 034418 fetch 1 ,mem_usb_setup_blengthh 
-0x79f4 034419 bne 0 ,usb0_force_stall 
-0x79f5 034420 fetch 1 ,mem_usb_setup_bvalue 
-0x79f6 034421 bne 0 ,usb0_force_stall 
-0x79f7 034422 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x79f8 034423 bne 0 ,usb0_force_stall 
-0x79f9 034424 fetch 1 ,mem_usb0_state 
-0x79fa 034425 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
-0x79fb 034426 beq dev_address ,usb0_request_get_cfg_dev_addr 
-0x79fc 034427 branch usb0_force_stall 
-:      034429 usb0_request_get_cfg_dev_cfg:
-0x79fd 034430 arg 1 ,regb 
-0x79fe 034431 branch usb_send_ones_packet 
-:      034433 usb0_request_get_cfg_dev_addr:
-0x79ff 034434 arg 1 ,regb 
-0x7a00 034435 branch usb_send_zero_packet 
-:      034437 usb0_request_get_descriptor:
-0x7a01 034438 bpatchx patch20_2 ,mem_patch20 
-0x7a02 034440 fetch 1 ,mem_usb_setup_bvalueh 
-0x7a03 034441 beq dsc_device ,dsc_device_info 
-0x7a04 034442 beq dsc_config ,dsc_config_info 
-0x7a05 034443 beq dsc_string ,dsc_string_info 
-0x7a06 034444 beq dsc_hid ,dsc_hid_info 
-0x7a07 034445 beq dsc_hid_report ,dsc_hid_report_info 
-0x7a08 034446 branch usb0_force_stall 
-:      034448 dsc_hid_info:
-0x7a09 034449 jam 0 ,mem_usb_get_protocol_flag 
-0x7a0a 034450 fetch 1 ,mem_usb_setup_windex 
-0x7a0b 034451 beq 0 ,dsc_hid_info_interface0 
-0x7a0c 034452 beq 1 ,dsc_hid_info_interface1 
-0x7a0d 034453 branch usb0_force_stall 
-:      034455 dsc_hid_info_interface0:
-0x7a0e 034456 fetchr regb ,1 ,mem_confdesc + 19 
-0x7a0f 034457 arg mem_confdesc + 19 ,rega 
-0x7a10 034458 branch usb0_respond 
-:      034460 dsc_hid_info_interface1:
-0x7a11 034461 fetchr regb ,1 ,mem_confdesc + 44 
-0x7a12 034462 arg mem_confdesc + 44 ,rega 
-0x7a13 034463 branch usb0_respond 
-:      034465 dsc_device_info:
-0x7a14 034469 fetch 1 ,mem_usb_set_high_addr_flag 
-0x7a15 034470 ncall usb_set_high_addr ,blank 
-0x7a16 034471 setarg mem_devicedesc 
-0x7a17 034472 fetcht 1 ,mem_devicedesc 
-:      034473 dsc_info_set_data_len:
-0x7a18 034474 store 2 ,mem_dsc_info_data_pointer 
-0x7a19 034475 storet 1 ,mem_dsc_info_len 
-0x7a1a 034476 fetch 1 ,mem_usb_setup_blength 
-0x7a1b 034477 isub temp ,null 
-0x7a1c 034478 nbranch dsc_info_set_current_data_len ,positive 
-:      034479 dsc_info_set_initial_data_len:
-0x7a1d 034480 fetch 1 ,mem_dsc_info_len 
-:      034481 dsc_info_set_data_size_completed:
-0x7a1e 034482 iforce regb 
-0x7a1f 034483 fetch 2 ,mem_dsc_info_data_pointer 
-0x7a20 034484 add pdata ,1 ,pdata 
-0x7a21 034485 iforce rega 
-0x7a22 034486 branch usb0_respond 
-:      034487 dsc_info_set_current_data_len:
-0x7a23 034488 fetch 1 ,mem_usb_setup_blength 
-0x7a24 034489 branch dsc_info_set_data_size_completed 
-:      034491 usb_set_high_addr:
-0x7a25 034492 fetch 1 ,core_usb_addr 
-0x7a26 034493 ncall usb0_set_addr ,blank 
-0x7a27 034494 jam 0 ,mem_usb_set_high_addr_flag 
-0x7a28 034495 rtn 
-:      034496 usb0_set_addr:
-0x7a29 034497 fetch 1 ,core_usb_addr 
-0x7a2a 034498 set1 7 ,pdata 
-0x7a2b 034499 store 1 ,core_usb_addr 
-0x7a2c 034500 rtn 
-:      034502 dsc_config_info:
-0x7a2d 034503 setarg mem_confdesc 
-0x7a2e 034504 fetcht 1 ,mem_confdesc 
-0x7a2f 034505 branch dsc_info_set_data_len 
-:      034507 dsc_string_info:
-0x7a30 034508 fetch 1 ,mem_usb_setup_bvalue 
-0x7a31 034509 sub pdata ,3 ,null 
-0x7a32 034510 nbranch usb0_force_stall ,positive 
-0x7a33 034511 fetch 1 ,mem_usb_setup_bvalue 
-0x7a34 034512 arg mem_string0 ,rega 
-0x7a35 034513 beq 0 ,usb0_respond_length 
-0x7a36 034514 set1 mark_isstr ,mark 
-0x7a37 034515 arg mem_string1 ,rega 
-0x7a38 034516 beq 1 ,usb0_respond_length 
-0x7a39 034517 arg mem_string2 ,rega 
-0x7a3a 034518 beq 2 ,usb0_respond_length 
-0x7a3b 034519 arg mem_string3 ,rega 
-0x7a3c 034520 beq 3 ,usb0_respond_length 
-0x7a3d 034521 rtn 
-:      034523 dsc_hid_report_info:
-0x7a3e 034524 fetch 2 ,mem_usb_setup_windex 
-0x7a3f 034525 beq 1 ,dsc_hid_report_info0 
-0x7a40 034526 fetchr rega ,2 ,mem_hidreportdesc_kb 
-0x7a41 034527 branch usb0_respond_length 
-:      034528 dsc_hid_report_info0:
-0x7a42 034529 jam 1 ,mem_usb_device_enumeration_endflag 
-0x7a43 034530 jam usb_got_report_req ,mem_usb_state 
-0x7a44 034531 fetchr rega ,2 ,mem_hidreportdesc_m 
-0x7a45 034532 branch usb0_respond_length 
-:      034535 usb0_request_get_interface:
-0x7a46 034536 fetch 1 ,mem_usb0_state 
-0x7a47 034537 bne dev_configured ,usb0_force_stall 
-0x7a48 034538 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7a49 034539 bne in_interface ,usb0_force_stall 
-0x7a4a 034540 fetch 1 ,mem_usb_setup_bvalue 
-0x7a4b 034541 bne 0 ,usb0_force_stall 
-0x7a4c 034542 fetch 1 ,mem_usb_setup_bvalueh 
-0x7a4d 034543 bne 0 ,usb0_force_stall 
-0x7a4e 034544 fetch 1 ,mem_usb_setup_blength 
-0x7a4f 034545 bne 1 ,usb0_force_stall 
-0x7a50 034546 fetch 1 ,mem_usb_setup_blengthh 
-0x7a51 034547 bne 0 ,usb0_force_stall 
-0x7a52 034548 fetch 1 ,mem_usb_setup_windex 
-0x7a53 034549 bne 0 ,usb0_force_stall 
-0x7a54 034550 fetch 1 ,mem_usb_setup_windex + 1 
-0x7a55 034551 bne 0 ,usb0_force_stall 
-0x7a56 034552 arg 1 ,regb 
-0x7a57 034553 branch usb_send_zero_packet 
-:      034556 usb0_request_get_status:
-0x7a58 034557 fetch 1 ,mem_usb0_state 
-0x7a59 034558 beq dev_default ,usb0_force_stall 
-0x7a5a 034559 fetch 1 ,mem_usb_setup_bvalue 
-0x7a5b 034560 bne 0 ,usb0_force_stall 
-0x7a5c 034561 fetch 1 ,mem_usb_setup_bvalueh 
-0x7a5d 034562 bne 0 ,usb0_force_stall 
-0x7a5e 034563 fetch 1 ,mem_usb_setup_blength 
-0x7a5f 034564 bne 2 ,usb0_force_stall 
-0x7a60 034565 fetch 1 ,mem_usb_setup_blengthh 
-0x7a61 034566 bne 0 ,usb0_force_stall 
-0x7a62 034567 fetch 1 ,mem_usb_setup_windex + 1 
-0x7a63 034568 bne 0 ,usb0_force_stall 
-0x7a64 034569 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7a65 034570 beq in_device ,usb0_get_status_in_device 
-0x7a66 034571 beq in_interface ,usb0_get_status_in_interface 
-0x7a67 034572 beq in_endpoint ,usb0_get_status_in_endpoint 
-0x7a68 034573 branch usb0_force_stall 
-:      034576 usb0_sdsystem_dispose:
-0x7a69 034577 jam 1 ,mem_sdsystem_wakeup_flag 
-0x7a6a 034578 branch usb_send_two_packet 
-:      034580 usb0_get_status_in_device:
-0x7a6b 034581 fetch 1 ,mem_usb_setup_windex 
-0x7a6c 034582 bne 0 ,usb0_force_stall 
-0x7a6d 034583 arg 2 ,regb 
-0x7a6e 034584 fetch 1 ,mem_usb_remote_wakeup 
-0x7a6f 034585 beq 0x01 ,usb0_sdsystem_dispose 
-:      034587 usb_send_zero_packet:
-0x7a70 034588 arg mem_usb_zero_packet ,rega 
-0x7a71 034589 branch usb0_respond 
-:      034590 usb_send_ones_packet:
-0x7a72 034591 arg mem_usb_ones_packet ,rega 
-0x7a73 034592 branch usb0_respond 
-:      034593 usb_send_two_packet:
-0x7a74 034594 arg mem_usb_two_packet ,rega 
-0x7a75 034595 branch usb0_respond 
-:      034597 usb0_get_status_in_interface:
-0x7a76 034598 fetch 1 ,mem_usb0_state 
-0x7a77 034599 bne dev_configured ,usb0_force_stall 
-0x7a78 034600 arg 2 ,regb 
-0x7a79 034601 branch usb_send_zero_packet 
-:      034603 usb0_get_status_in_endpoint:
-0x7a7a 034604 fetch 1 ,mem_usb0_state 
-0x7a7b 034605 bne dev_configured ,usb0_force_stall 
-0x7a7c 034606 fetch 1 ,mem_usb_setup_windex 
-0x7a7d 034607 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
-0x7a7e 034608 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
-0x7a7f 034609 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
-0x7a80 034610 and_into 0x7f ,pdata 
-0x7a81 034611 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
-0x7a82 034612 branch usb0_force_stall 
-:      034614 usb0_get_status_in_ep_in_ep0:
-0x7a83 034615 fetch 1 ,mem_usb_ep0_stall_status 
-:      034616 usb0_get_status_in_ep_in_ack:
-0x7a84 034617 arg 2 ,regb 
-0x7a85 034618 beq 1 ,usb_send_ones_packet 
-0x7a86 034619 branch usb_send_zero_packet 
-:      034620 usb0_get_status_in_ep_in_ep1:
-0x7a87 034621 fetch 1 ,mem_usb_ep1_stall_status 
-0x7a88 034622 branch usb0_get_status_in_ep_in_ack 
-:      034623 usb0_get_status_in_ep_in_ep2:
-0x7a89 034624 fetch 1 ,mem_usb_ep2_stall_status 
-0x7a8a 034625 branch usb0_get_status_in_ep_in_ack 
-:      034626 usb0_get_status_in_ep_in_ep3:
-0x7a8b 034627 fetch 1 ,mem_usb_ep3_stall_status 
-0x7a8c 034628 branch usb0_get_status_in_ep_in_ack 
-:      034630 usb_get_idle:
-0x7a8d 034631 jam 1 ,mem_usb_idle_flag 
-0x7a8e 034632 arg mem_usb_idle_rate ,rega 
-0x7a8f 034633 arg 1 ,regb 
-0x7a90 034634 branch usb0_respond 
-:      034636 usb_get_report:
-0x7a91 034637 fetch 2 ,mem_usb_setup_bvalue 
-0x7a92 034638 arg pc_get_report ,temp 
-0x7a93 034639 isub temp ,null 
-0x7a94 034640 nbranch usb0_force_stall ,zero 
-:      034642 usb_get_report_dispose:
-0x7a95 034643 fetch 1 ,mem_usb0_data_ready_report 
-0x7a96 034644 nbranch usb_get_report_data_success ,blank 
-0x7a97 034645 jam pc_get_nondata ,mem_usb0_get_report_data 
-:      034646 usb_get_report_send_data:
-0x7a98 034647 fetch 1 ,mem_usb_setup_blength 
-0x7a99 034648 iforce regb 
-0x7a9a 034649 arg mem_usb0_get_report_data ,rega 
-0x7a9b 034650 call usb0_respond 
-:      034651 usb_get_report_data_release:
-0x7a9c 034652 arg mem_usb0_get_report_data ,contw 
-0x7a9d 034653 arg 64 ,loopcnt 
-0x7a9e 034654 branch memset0 
-:      034655 usb_get_report_data_success:
-0x7a9f 034656 jam 0 ,mem_usb0_data_ready_report 
-0x7aa0 034657 jam pc_get_data ,mem_usb0_get_report_data 
-0x7aa1 034658 branch usb_get_report_send_data 
-:      034660 usb_get_protocol_req:
-0x7aa2 034661 fetch 1 ,mem_usb_setup_blength 
-0x7aa3 034662 bne 1 ,usb0_force_stall 
-0x7aa4 034663 jam 1 ,mem_usb_get_protocol_flag 
-0x7aa5 034664 arg 1 ,regb 
-0x7aa6 034665 fetch 1 ,mem_usb_set_protocol_value 
-0x7aa7 034666 beq 0 ,usb_get_report_protocol 
-0x7aa8 034667 beq 1 ,usb_get_boot_protocol 
-0x7aa9 034668 branch usb_send_zero_packet 
-:      034669 usb_get_report_protocol:
-0x7aaa 034670 branch usb_send_ones_packet 
-:      034671 usb_get_boot_protocol:
-0x7aab 034672 branch usb_send_zero_packet 
-:      034677 usb0_request_clear_feature:
-0x7aac 034678 fetch 1 ,mem_usb0_state 
-0x7aad 034679 bne dev_configured ,usb0_force_stall 
-0x7aae 034680 fetch 1 ,mem_usb_setup_blength 
-0x7aaf 034681 bne 0 ,usb0_force_stall 
-0x7ab0 034682 fetch 1 ,mem_usb_setup_blengthh 
-0x7ab1 034683 bne 0 ,usb0_force_stall 
-0x7ab2 034684 fetch 1 ,mem_usb_setup_bvalueh 
-0x7ab3 034685 bne 0 ,usb0_force_stall 
-0x7ab4 034686 fetch 1 ,mem_usb_setup_windex + 1 
-0x7ab5 034687 bne 0 ,usb0_force_stall 
-0x7ab6 034688 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7ab7 034689 beq out_device ,usb0_request_clear_feature_out_device 
-0x7ab8 034690 beq out_interface ,usb0_request_clear_feature_out_interface 
-0x7ab9 034691 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
-0x7aba 034692 branch usb0_force_stall 
-:      034694 usb0_request_clear_feature_out_device:
-0x7abb 034695 fetch 1 ,mem_usb_setup_bvalue 
-0x7abc 034696 bne device_remote_wakeup ,usb0_force_stall 
-0x7abd 034697 fetch 1 ,core_usb_config 
-0x7abe 034698 set0 7 ,pdata 
-0x7abf 034699 store 1 ,core_usb_config 
-0x7ac0 034700 jam 0 ,mem_usb_remote_wakeup 
-0x7ac1 034701 jam 1 ,mem_usb_clear_remote_wakeup 
-0x7ac2 034702 fetch 1 ,mem_sdsystem_wakeup_flag 
-0x7ac3 034703 branch usb0_reply_zerolen ,blank 
-0x7ac4 034704 jam 0 ,mem_sdsystem_wakeup_flag 
-0x7ac5 034705 jam 0 ,mem_usb_clear_remote_wakeup 
-0x7ac6 034706 jam usb_connected ,mem_usb_state 
-0x7ac7 034707 branch usb0_reply_zerolen 
-:      034709 usb0_request_clear_feature_out_interface:
-0x7ac8 034710 branch usb0_force_stall 
-:      034712 usb0_request_clear_feature_out_endpoint:
-0x7ac9 034713 fetch 1 ,mem_usb_setup_bvalue 
-0x7aca 034714 bne endpoint_halt ,usb0_force_stall 
-0x7acb 034715 fetch 1 ,mem_usb_setup_windex 
-0x7acc 034716 beq in_ep1 ,usb0_force_stall_ep1_in_off 
-0x7acd 034717 beq in_ep2 ,usb0_force_stall_ep2_in_off 
-0x7ace 034718 beq in_ep3 ,usb0_force_stall_ep3_in_off 
-0x7acf 034719 and_into 0x7f ,pdata 
-0x7ad0 034720 beq 0x00 ,usb0_force_stall_ep0_in_off 
-0x7ad1 034721 branch usb0_force_stall 
-:      034723 usb0_force_stall_ep0_in_off:
-0x7ad2 034724 jam 0 ,mem_usb_ep0_stall_status 
-0x7ad3 034725 branch usb0_reply_zerolen 
-:      034726 usb0_force_stall_ep1_in_off:
-0x7ad4 034727 jam 0 ,mem_usb_ep1_stall_status 
-:      034728 usb0_force_stall_ep1_in_off_reply:
-0x7ad5 034729 jam 1 ,mem_usb_clear_halt 
-0x7ad6 034730 branch usb0_reply_zerolen 
-:      034731 usb0_force_stall_ep2_in_off:
-0x7ad7 034732 jam 0 ,mem_usb_ep2_stall_status 
-0x7ad8 034733 branch usb0_force_stall_ep1_in_off_reply 
-:      034734 usb0_force_stall_ep3_in_off:
-0x7ad9 034735 jam 0 ,mem_usb_ep3_stall_status 
-0x7ada 034736 branch usb0_force_stall_ep1_in_off_reply 
-:      034739 usb0_request_set_feature:
-0x7adb 034740 fetch 1 ,mem_usb_setup_blength 
-0x7adc 034741 bne 0 ,usb0_force_stall 
-0x7add 034742 fetch 1 ,mem_usb_setup_blengthh 
-0x7ade 034743 bne 0 ,usb0_force_stall 
-0x7adf 034744 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7ae0 034745 beq out_device ,usb0_request_set_feature_out_device 
-0x7ae1 034746 beq out_interface ,usb0_request_set_feature_out_interface 
-0x7ae2 034747 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
-0x7ae3 034748 branch usb0_force_stall 
-:      034750 usb0_request_set_feature_out_device:
-0x7ae4 034751 fetch 1 ,mem_usb_setup_bvalue 
-0x7ae5 034752 bne device_remote_wakeup ,usb0_force_stall 
-0x7ae6 034753 call dongle_set_pc_sleep_flag 
-0x7ae7 034754 fetch 1 ,core_usb_config 
-0x7ae8 034755 set1 7 ,pdata 
-0x7ae9 034756 store 1 ,core_usb_config 
-0x7aea 034757 jam 1 ,mem_usb_remote_wakeup 
-0x7aeb 034758 jam usb_sleep ,mem_usb_state 
-0x7aec 034759 jam 0 ,mem_usb_tx_win_enable 
-0x7aed 034760 call usb0_reply_zerolen 
-:      034761 usb_wakeup_timer_reinit:
-0x7aee 034762 call timer_reinit 
-0x7aef 034763 setarg timer_wakeup_delay 
-0x7af0 034764 arg usb_timer_wakeup ,queue 
-0x7af1 034765 branch timer_init 
-:      034767 usb0_request_set_feature_out_interface:
-0x7af2 034768 branch usb0_force_stall 
-:      034770 usb0_request_set_feature_out_endpoint:
-0x7af3 034771 fetch 1 ,mem_usb_setup_bvalue 
-0x7af4 034772 bne endpoint_halt ,usb0_force_stall 
-0x7af5 034773 fetch 1 ,mem_usb_setup_bvalueh 
-0x7af6 034774 bne 0 ,usb0_force_stall 
-0x7af7 034775 fetch 1 ,mem_usb_setup_windex 
-0x7af8 034776 beq in_ep1 ,usb0_force_stall_ep1_in_on 
-0x7af9 034777 beq in_ep2 ,usb0_force_stall_ep2_in_on 
-0x7afa 034778 beq in_ep3 ,usb0_force_stall_ep3_in_on 
-0x7afb 034779 and_into 0x7f ,pdata 
-0x7afc 034780 beq 0x00 ,usb0_force_stall_ep0_in_on 
-0x7afd 034781 branch usb0_force_stall 
-:      034783 usb0_force_stall_ep0_in_on:
-0x7afe 034784 jam 1 ,mem_usb_ep0_stall_status 
-0x7aff 034785 branch usb0_reply_zerolen 
-:      034786 usb0_force_stall_ep1_in_on:
-0x7b00 034787 jam 1 ,mem_usb_ep1_stall_status 
-0x7b01 034788 branch usb0_reply_zerolen 
-:      034789 usb0_force_stall_ep2_in_on:
-0x7b02 034790 jam 1 ,mem_usb_ep2_stall_status 
-0x7b03 034791 branch usb0_reply_zerolen 
-:      034792 usb0_force_stall_ep3_in_on:
-0x7b04 034793 jam 1 ,mem_usb_ep3_stall_status 
-0x7b05 034794 branch usb0_reply_zerolen 
-:      034797 usb0_request_set_address:
-0x7b06 034798 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7b07 034799 bne out_device ,usb0_force_stall 
-0x7b08 034800 fetch 1 ,mem_usb_setup_windex 
-0x7b09 034801 bne 0 ,usb0_force_stall 
-0x7b0a 034802 fetch 1 ,mem_usb_setup_windex + 1 
-0x7b0b 034803 bne 0 ,usb0_force_stall 
-0x7b0c 034804 fetch 1 ,mem_usb_setup_blength 
-0x7b0d 034805 bne 0 ,usb0_force_stall 
-0x7b0e 034806 fetch 1 ,mem_usb_setup_blengthh 
-0x7b0f 034807 bne 0 ,usb0_force_stall 
-0x7b10 034808 fetch 1 ,mem_usb_setup_bvalueh 
-0x7b11 034809 bne 0 ,usb0_force_stall 
-0x7b12 034810 fetch 1 ,mem_usb_setup_bvalue 
-0x7b13 034811 and_into 0x80 ,pdata 
-0x7b14 034812 bne 0 ,usb0_force_stall 
-0x7b15 034813 fetch 1 ,mem_usb_setup_bvalue 
-0x7b16 034814 bne 0 ,usb_usb0_state_set_dev_addr 
-:      034815 usb_usb0_state_set_dev_default:
-0x7b17 034816 jam dev_default ,mem_usb0_state 
-:      034817 usb0_request_set_wait_address:
-0x7b18 034818 fetch 1 ,mem_usb_setup_bvalue 
-0x7b19 034819 store 1 ,core_usb_addr 
-0x7b1a 034820 call usb0_reply_zerolen 
-0x7b1b 034821 jam 1 ,mem_usb_set_high_addr_flag 
-0x7b1c 034822 rtn 
-:      034823 usb_usb0_state_set_dev_addr:
-0x7b1d 034824 jam dev_address ,mem_usb0_state 
-0x7b1e 034825 branch usb0_request_set_wait_address 
-:      034828 usb0_request_set_configuration:
-0x7b1f 034829 fetch 1 ,mem_usb0_state 
-0x7b20 034830 beq dev_default ,usb0_force_stall 
-0x7b21 034831 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7b22 034832 bne out_device ,usb0_force_stall 
-0x7b23 034833 fetch 1 ,mem_usb_setup_windex 
-0x7b24 034834 bne 0 ,usb0_force_stall 
-0x7b25 034835 fetch 1 ,mem_usb_setup_windex + 1 
-0x7b26 034836 bne 0 ,usb0_force_stall 
-0x7b27 034837 fetch 1 ,mem_usb_setup_blength 
-0x7b28 034838 bne 0 ,usb0_force_stall 
-0x7b29 034839 fetch 1 ,mem_usb_setup_blengthh 
-0x7b2a 034840 bne 0 ,usb0_force_stall 
-0x7b2b 034841 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x7b2c 034842 bne 0 ,usb0_force_stall 
-0x7b2d 034843 fetch 1 ,mem_usb_setup_bvalue 
-0x7b2e 034844 sub pdata ,usb_max_num_cfg ,null 
-0x7b2f 034845 nbranch usb0_force_stall ,positive 
-0x7b30 034846 fetch 1 ,mem_usb0_state 
-0x7b31 034847 beq dev_address ,usb0_request_set_cfg_addr_state 
-0x7b32 034848 beq dev_configured ,usb0_request_set_cfg_cfg_state 
-0x7b33 034849 branch usb0_force_stall 
-:      034851 usb0_request_set_cfg_addr_state:
-:      034852 usb0_request_set_cfg_cfg_state:
-0x7b34 034853 fetch 1 ,mem_usb_setup_bvalue 
-0x7b35 034854 beq 0 ,usb0_request_set_cfg_stay_addr_state 
-0x7b36 034855 jam dev_configured ,mem_usb0_state 
-0x7b37 034856 branch usb0_reply_zerolen 
-:      034857 usb0_request_set_cfg_stay_addr_state:
-0x7b38 034858 jam dev_address ,mem_usb0_state 
-0x7b39 034859 branch usb0_reply_zerolen 
-:      034862 usb0_request_set_interface:
-0x7b3a 034863 fetch 1 ,mem_usb0_state 
-0x7b3b 034864 bne dev_configured ,usb0_force_stall 
-0x7b3c 034865 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7b3d 034866 bne out_interface ,usb0_force_stall 
-0x7b3e 034867 fetch 1 ,mem_usb_setup_bvalue 
-0x7b3f 034868 bne 0 ,usb0_force_stall 
-0x7b40 034869 fetch 1 ,mem_usb_setup_bvalueh 
-0x7b41 034870 bne 0 ,usb0_force_stall 
-0x7b42 034871 fetch 1 ,mem_usb_setup_blength 
-0x7b43 034872 bne 0 ,usb0_force_stall 
-0x7b44 034873 fetch 1 ,mem_usb_setup_blengthh 
-0x7b45 034874 bne 0 ,usb0_force_stall 
-0x7b46 034875 fetch 1 ,mem_usb_setup_windex 
-0x7b47 034876 bne 0 ,usb0_force_stall 
-0x7b48 034877 fetch 1 ,mem_usb_setup_windex + 1 
-0x7b49 034878 bne 0 ,usb0_force_stall 
-0x7b4a 034879 branch usb0_reply_zerolen 
-:      034882 usb_set_idle:
-0x7b4b 034883 bpatchx patch20_3 ,mem_patch20 
-0x7b4c 034884 jam 1 ,mem_usb_idle_flag 
-0x7b4d 034885 fetch 1 ,mem_usb_setup_bvalueh 
-0x7b4e 034886 store 1 ,mem_usb_idle_rate 
-0x7b4f 034887 fetch 1 ,mem_usb_setup_windex 
-0x7b50 034888 sub pdata ,1 ,null 
-0x7b51 034889 call usb_clear_remote_wakeup_set0 ,zero 
-0x7b52 034890 fetch 1 ,mem_usb_state 
-0x7b53 034891 bne usb_resume ,usb0_reply_zerolen 
-0x7b54 034892 jam usb_connected ,mem_usb_state 
-0x7b55 034893 call usb0_reply_zerolen 
-0x7b56 034894 nop 30000 
-0x7b57 034895 nop 30000 
-0x7b58 034896 rtn 
-:      034897 usb_clear_remote_wakeup_set0:
-0x7b59 034898 jam 1 ,mem_usb_device_enumeration_endflag 
-0x7b5a 034899 jam 0 ,mem_usb_clear_remote_wakeup 
-0x7b5b 034900 jam usb_resume ,mem_usb_state 
-0x7b5c 034901 rtn 
-:      034904 usb_set_report:
-0x7b5d 034905 nop 15000 
-0x7b5e 034906 arg mem_usb0_set_report_data ,contw 
-0x7b5f 034907 call usb_rx_data 
-0x7b60 034908 jam 1 ,mem_usb0_get_set_report 
-0x7b61 034909 call usb_set_report_resume_judge 
-0x7b62 034910 fetch 2 ,mem_usb_setup_bvalue 
-0x7b63 034911 store 2 ,mem_usb_setup_bvalue_temp 
-0x7b64 034912 call usb0_reply_zerolen 
-0x7b65 034913 fetch 1 ,mem_device_option 
-0x7b66 034914 rtnne dvc_op_dongle 
-0x7b67 034915 fetch 1 ,mem_usb_tx_win_enable 
-0x7b68 034916 rtn blank 
-0x7b69 034917 fetch 1 ,mem_usb0_set_report_data 
-:      034918 usb_get_led_status:
-0x7b6a 034919 store 1 ,mem_24g_led_status 
-0x7b6b 034920 jam 0 ,mem_usb_tx_win_enable 
-0x7b6c 034921 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
-0x7b6d 034922 rtn 
-:      034925 usb_set_report_resume_judge:
-0x7b6e 034926 fetch 2 ,mem_usb_setup_bvalue 
-0x7b6f 034927 arg pc_set_report_bvalue ,temp 
-0x7b70 034928 isub temp ,null 
-0x7b71 034929 nrtn zero 
-0x7b72 034930 fetch 2 ,mem_usb_setup_windex 
-0x7b73 034931 arg pc_set_report_windex ,temp 
-0x7b74 034932 isub temp ,null 
-0x7b75 034933 nrtn zero 
-0x7b76 034934 fetch 2 ,mem_usb_setup_blength 
-0x7b77 034935 arg pc_set_report_blength ,temp 
-0x7b78 034936 isub temp ,null 
-0x7b79 034937 nrtn zero 
-0x7b7a 034938 jam 1 ,mem_usb_tx_win_enable 
-0x7b7b 034939 rtn 
-:      034942 usb_set_protocol_req:
-0x7b7c 034943 fetch 1 ,mem_usb_setup_blength 
-0x7b7d 034944 bne 0 ,usb0_force_stall 
-0x7b7e 034945 fetch 1 ,mem_usb_setup_bvalue 
-0x7b7f 034946 beq boot_protocol ,usb_set_boot_protocol 
-0x7b80 034947 beq report_protocol ,usb_set_report_protocol 
-0x7b81 034948 branch usb0_force_stall 
-:      034949 usb_set_boot_protocol:
-0x7b82 034950 jam 0 ,mem_usb_set_protocol_status 
-0x7b83 034951 jam 1 ,mem_usb_set_protocol_value 
-0x7b84 034952 branch usb0_reply_zerolen 
-:      034953 usb_set_report_protocol:
-0x7b85 034954 jam 1 ,mem_usb_tx_mac_enable 
-0x7b86 034955 jam 1 ,mem_usb_set_protocol_status 
-0x7b87 034956 jam 0 ,mem_usb_set_protocol_value 
-0x7b88 034957 branch usb0_reply_zerolen 
-:      034960 usb0_respond_length:
-0x7b89 034961 ifetchr regb ,1 ,rega 
-0x7b8a 034962 increase 1 ,rega 
-:      034964 usb0_respond:
-0x7b8b 034965 bpatchx patch20_4 ,mem_patch20 
-0x7b8c 034966 set1 mark_usb_first_resp ,mark 
-0x7b8d 034967 bmark0 mark_isstr ,usb0_respond_nostr 
-0x7b8e 034968 increase 1 ,regb 
-0x7b8f 034969 lshift regb ,regb 
-:      034970 usb0_respond_nostr:
-0x7b90 034971 storer rega ,2 ,mem_bufptr 
-0x7b91 034972 storer regb ,1 ,mem_remain 
-0x7b92 034973 branch usb0_tx 
-0x7b93 034974 rtn 
-:      034976 usb_no_respond_data:
-0x7b94 034977 arg 0 ,queue 
-0x7b95 034978 branch usb_trig 
-:      034983 usb0_tx:
-0x7b96 034984 bpatchx patch20_5 ,mem_patch20 
-0x7b97 034985 fetch 1 ,core_usb_txbusy 
-0x7b98 034986 rtnbit1 0 
-0x7b99 034987 fetch 1 ,mem_remain 
-0x7b9a 034988 rtn blank 
-0x7b9b 034989 copy pdata ,loopcnt 
-0x7b9c 034990 iforce temp 
-0x7b9d 034991 fetch 2 ,mem_usb_setup_blength 
-0x7b9e 034992 sub pdata ,ep0_packet_size ,null 
-0x7b9f 034993 branch usb0_tx_short ,positive 
-0x7ba0 034994 sub loopcnt ,ep0_packet_size ,null 
-0x7ba1 034995 branch usb0_tx_info ,positive 
-0x7ba2 034996 force ep0_packet_size ,loopcnt 
-0x7ba3 034997 branch usb0_tx_info 
-:      034998 usb0_tx_short:
-0x7ba4 034999 isub loopcnt ,null 
-0x7ba5 035000 branch usb0_tx_info ,positive 
-0x7ba6 035001 iforce loopcnt 
-0x7ba7 035002 store 1 ,mem_remain 
-:      035003 usb0_tx_info:
-0x7ba8 035004 fetch 1 ,mem_remain 
-0x7ba9 035005 isub loopcnt ,pdata 
-0x7baa 035006 store 1 ,mem_remain 
-0x7bab 035007 add loopcnt ,-1 ,pdata 
-0x7bac 035008 store 1 ,mem_usb_txbuf 
-0x7bad 035009 bmark0 mark_isstr ,usb0_tx_nostr 
-0x7bae 035010 rshift pdata ,pdata 
-0x7baf 035011 add loopcnt ,-1 ,pdata 
-0x7bb0 035012 store 1 ,mem_usb_txbuf 
-0x7bb1 035013 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
-0x7bb2 035014 set0 mark_usb_first_resp ,mark 
-0x7bb3 035015 istoret 1 ,contw 
-0x7bb4 035016 setarg 3 
-0x7bb5 035017 istore 1 ,contw 
-0x7bb6 035018 increase -1 ,loopcnt 
-0x7bb7 035019 copy loopcnt ,pdata 
-0x7bb8 035020 nbranch usb0_tx_nostr ,zero 
-0x7bb9 035021 increase 1 ,loopcnt 
-:      035022 usb0_tx_nostr:
-0x7bba 035023 fetch 2 ,mem_bufptr 
-0x7bbb 035024 copy pdata ,contr 
-:      035025 usb0_tx0:
-0x7bbc 035026 ifetch 1 ,contr 
-0x7bbd 035027 istore 1 ,contw 
-0x7bbe 035028 bmark0 mark_isstr ,usb0_tx1 
-0x7bbf 035029 setarg 0 
-0x7bc0 035030 istore 1 ,contw 
-:      035031 usb0_tx1:
-0x7bc1 035032 loop usb0_tx0 
-0x7bc2 035033 copy contr ,pdata 
-0x7bc3 035034 store 2 ,mem_bufptr 
-0x7bc4 035035 setarg mem_usb_txbuf 
-0x7bc5 035036 store 2 ,core_usb_tx_saddr0 
-0x7bc6 035037 arg 0 ,queue 
-0x7bc7 035038 call usb_trig 
-0x7bc8 035039 fetch 1 ,mem_remain 
-0x7bc9 035040 nrtn blank 
-0x7bca 035041 jam 2 ,core_usb_clear_nak 
-0x7bcb 035042 fetch 1 ,mem_usb_state 
-0x7bcc 035043 rtnne usb_got_report_req 
-0x7bcd 035044 jam usb_connected ,mem_usb_state 
-0x7bce 035045 rtn 
-:      035049 usb_tx_ep1:
-0x7bcf 035050 arg mem_usb_txbuf1 ,rega 
-0x7bd0 035051 arg 1 ,queue 
-0x7bd1 035052 storer rega ,2 ,core_usb_tx_saddr1 
-:      035053 usb_tx_buf:
-0x7bd2 035054 add loopcnt ,-1 ,pdata 
-0x7bd3 035055 istore 1 ,rega 
-:      035056 usb_tx_loop:
-0x7bd4 035057 ifetch 1 ,contr 
-0x7bd5 035058 istore 1 ,contw 
-0x7bd6 035059 loop usb_tx_loop 
-:      035060 usb_trig:
-0x7bd7 035061 setarg 0 
-0x7bd8 035062 qset1 pdata 
-0x7bd9 035063 store 1 ,core_usb_trig 
-0x7bda 035064 rtn 
-:      035066 usb_tx_ep2:
-0x7bdb 035067 arg 2 ,queue 
-0x7bdc 035068 arg mem_usb_txbuf2 ,rega 
-0x7bdd 035069 storer rega ,2 ,core_usb_tx_saddr2 
-0x7bde 035070 branch usb_tx_buf 
-:      035072 usb_tx:
-0x7bdf 035073 bpatchx patch20_6 ,mem_patch20 
-0x7be0 035074 fetch 1 ,mem_usb_tx_enable 
-0x7be1 035075 rtn blank 
-0x7be2 035076 fetch 1 ,core_usb_txbusy 
-0x7be3 035077 and_into 0x0f ,pdata 
-0x7be4 035078 nbranch usb_inwake_state_tx_dispose ,blank 
-0x7be5 035079 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x7be6 035080 branch usb_tx_fifo_release ,blank 
-0x7be7 035081 fetch 1 ,mem_usb_state 
-0x7be8 035082 beq usb_sleep ,usb_windows_wakeup 
-0x7be9 035083 bne usb_connected ,usb_tx_fifo_release 
-0x7bea 035084 fetch 1 ,mem_usb_clear_remote_wakeup 
-0x7beb 035085 nbranch usb_tx_fifo_release ,blank 
-0x7bec 035086 call usb_tx_data_ep1 
-0x7bed 035087 branch usb_tx_data_ep2 
-:      035089 usb_tx_data_ep1:
-0x7bee 035090 fetch 1 ,core_usb_txbusy 
-0x7bef 035091 rtnbit1 1 
-0x7bf0 035092 fetch 1 ,mem_usb_tx_enable 
-0x7bf1 035093 rtnbit0 1 
-0x7bf2 035094 fetch 1 ,mem_usb_tx_enable 
-0x7bf3 035095 set0 1 ,pdata 
-0x7bf4 035096 store 1 ,mem_usb_tx_enable 
-0x7bf5 035097 fetch 1 ,mem_usb_ep1_data 
-0x7bf6 035098 rtn blank 
-0x7bf7 035099 beq usb_ep1_kb ,usb_tx_kb_normal_data 
-0x7bf8 035100 branch assert 
-:      035102 usb_tx_data_ep2:
-0x7bf9 035103 fetch 1 ,core_usb_txbusy 
-0x7bfa 035104 rtnbit1 2 
-0x7bfb 035105 fetch 1 ,mem_usb_tx_enable 
-0x7bfc 035106 rtnbit0 2 
-0x7bfd 035107 fetch 1 ,mem_usb_tx_enable 
-0x7bfe 035108 set0 2 ,pdata 
-0x7bff 035109 store 1 ,mem_usb_tx_enable 
-0x7c00 035110 fetch 1 ,mem_usb_ep2_data 
-0x7c01 035111 rtn blank 
-0x7c02 035112 beq usb_ep2_ms ,usb_tx_ms_data 
-0x7c03 035113 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
-0x7c04 035114 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
-0x7c05 035115 branch assert 
-:      035117 usb_tx_fifo_release:
-0x7c06 035119 arg mem_usb_mouse_data ,contw 
-0x7c07 035120 arg 64 ,loopcnt 
-0x7c08 035121 branch memset0 
-:      035123 usb_tx_ms_data:
-0x7c09 035124 fetch 1 ,mem_usb_idle_flag 
-0x7c0a 035125 fetcht 1 ,mem_usb_get_protocol_flag 
-0x7c0b 035126 iand temp ,pdata 
-0x7c0c 035127 branch usb_tx_ms_data_normal_mode ,blank 
-0x7c0d 035128 fetcht 1 ,mem_usb_set_protocol_status 
-0x7c0e 035129 iadd temp ,pdata 
-0x7c0f 035130 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
-0x7c10 035131 branch usb_tx_ms_data_normal_mode 
-:      035133 usb_tx_ms_data_mac_boot_mode:
-0x7c11 035134 jam 0 ,mem_usb_ep2_data 
-:      035135 usb_tx_ms_data_mac_boot_regroup:
-0x7c12 035136 fetch 1 ,mem_usb_mouse_data + 1 
-0x7c13 035137 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x7c14 035138 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x7c15 035139 fetch 1 ,mem_usb_mouse_data + 1 
-0x7c16 035140 store 1 ,mem_usb_mouse_data 
-0x7c17 035141 fetch 1 ,mem_usb_mouse_data + 2 
-0x7c18 035142 istore 1 ,contw 
-0x7c19 035143 fetch 1 ,mem_usb_mouse_data + 4 
-0x7c1a 035144 istore 1 ,contw 
-0x7c1b 035145 fetch 1 ,mem_usb_mouse_data + 6 
-0x7c1c 035146 istore 1 ,contw 
-0x7c1d 035147 arg 4 ,loopcnt 
-0x7c1e 035148 arg mem_usb_mouse_data ,contr 
-0x7c1f 035149 branch usb_tx_ep2 
-:      035151 usb_tx_ms_data_normal_mode:
-0x7c20 035152 jam 0 ,mem_usb_ep2_data 
-:      035153 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
-0x7c21 035154 arg 8 ,loopcnt 
-0x7c22 035155 arg mem_usb_mouse_data ,contr 
-0x7c23 035156 branch usb_tx_ep2 
-:      035158 usb_tx_kb_multikey_data:
-0x7c24 035159 jam 0 ,mem_usb_ep2_data 
-0x7c25 035160 arg 3 ,loopcnt 
-0x7c26 035161 arg mem_usb_kb_multikey ,contr 
-0x7c27 035162 branch usb_tx_ep2 
-:      035164 usb_tx_kb_normal_data:
-0x7c28 035165 jam 0 ,mem_usb_ep1_data 
-0x7c29 035166 arg 8 ,loopcnt 
-0x7c2a 035167 arg mem_usb_kb_data ,contr 
-0x7c2b 035168 branch usb_tx_ep1 
-:      035170 usb_tx_kb_systemkey_data:
-0x7c2c 035171 jam 0 ,mem_usb_ep2_data 
-0x7c2d 035172 arg 2 ,loopcnt 
-0x7c2e 035173 arg mem_usb_kb_system ,contr 
-0x7c2f 035174 branch usb_tx_ep2 
-:      035176 usb_inwake_state_tx_dispose:
-0x7c30 035177 fetch 1 ,mem_usb_state 
-0x7c31 035178 beq usb_connected ,usb_mac_wakeup_trig 
-0x7c32 035179 rtn 
-:      035180 usb_mac_wakeup_trig:
-0x7c33 035181 fetch 1 ,core_usb_config 
-0x7c34 035182 set1 7 ,pdata 
-0x7c35 035183 store 1 ,core_usb_config 
-0x7c36 035184 jam 1 ,mem_usb_mac_wakeup_trig 
-0x7c37 035185 rtn 
-:      035187 usb_mac_wakeup_judge:
-0x7c38 035188 fetch 1 ,mem_usb_state 
-0x7c39 035189 rtneq usb_sleep 
-0x7c3a 035190 beq usb_connected ,usb_mac_wakeup 
-0x7c3b 035191 rtn 
-:      035192 usb_mac_wakeup:
-0x7c3c 035193 fetch 1 ,mem_usb_mac_wakeup_trig 
-0x7c3d 035194 rtn blank 
-0x7c3e 035195 jam 1 ,mem_usb_wakestate_onetime_flag 
-0x7c3f 035196 branch usb_wakeup 
-:      035198 usb_windows_wakeup:
-0x7c40 035199 arg usb_timer_wakeup ,queue 
-0x7c41 035200 call timer_check 
-0x7c42 035201 nrtn blank 
-:      035202 usb_wakeup:
-0x7c43 035203 fetch 1 ,core_usb_config 
-0x7c44 035204 rtnbit0 7 
-0x7c45 035205 jam 0xfc ,core_usb_config 
-0x7c46 035206 nop 30000 
-0x7c47 035207 jam 0x3c ,core_usb_config 
-0x7c48 035208 rtn 
-:      035215 push_stack:
-0x7c49 035216 storer contw ,2 ,mem_contw 
-0x7c4a 035217 storet 8 ,mem_temp 
-0x7c4b 035218 storer timeup ,4 ,mem_timeup 
-0x7c4c 035219 call push_stack_rega_b_c 
-0x7c4d 035220 storer contr ,2 ,mem_contr 
-0x7c4e 035221 storer loopcnt ,2 ,mem_loopcnt 
-0x7c4f 035222 storer queue ,2 ,mem_queue 
-0x7c50 035223 rtn 
-:      035225 push_stack_rega_b_c:
-0x7c51 035226 storer rega ,4 ,mem_rega 
-0x7c52 035227 storer regb ,4 ,mem_regb 
-0x7c53 035228 storer regc ,3 ,mem_regc 
-0x7c54 035229 rtn 
-:      035231 pop_stack:
-0x7c55 035232 bpatchx patch20_7 ,mem_patch20 
-0x7c56 035233 fetch 2 ,mem_contw 
-0x7c57 035234 iforce contw 
-0x7c58 035235 fetcht 8 ,mem_temp 
-0x7c59 035236 fetchr timeup ,4 ,mem_timeup 
-0x7c5a 035237 call pop_stack_rega_b_c 
-0x7c5b 035238 fetchr loopcnt ,2 ,mem_loopcnt 
-0x7c5c 035239 fetchr queue ,2 ,mem_queue 
-0x7c5d 035240 fetch 2 ,mem_contr 
-0x7c5e 035241 iforce contr 
-0x7c5f 035242 rtn 
-:      035244 pop_stack_rega_b_c:
-0x7c60 035245 fetchr rega ,4 ,mem_rega 
-0x7c61 035246 fetchr regb ,4 ,mem_regb 
-0x7c62 035247 fetchr regc ,3 ,mem_regc 
-0x7c63 035248 rtn 
-:      035250 get_contw:
-0x7c64 035251 fetch 2 ,mem_contw 
-0x7c65 035252 copy pdata ,contw 
-0x7c66 035253 rtn 
-:      035254 get_contr:
-0x7c67 035255 fetch 2 ,mem_contr 
-0x7c68 035256 copy pdata ,contr 
-0x7c69 035257 rtn 
-:      035259 store_contw:
-0x7c6a 035260 copy contw ,pdata 
-0x7c6b 035261 store 2 ,mem_contw 
-0x7c6c 035262 rtn 
-:      035263 store_contr:
-0x7c6d 035264 copy contr ,pdata 
-0x7c6e 035265 store 2 ,mem_contr 
-0x7c6f 035266 rtn 
-:      035270 save_cont_pointers:
-0x7c70 035271 copy contw ,pdata 
-0x7c71 035272 store 2 ,mem_contw 
-0x7c72 035273 copy contr ,pdata 
-0x7c73 035274 store 2 ,mem_contr 
-0x7c74 035275 rtn 
-:      035277 load_cont_pointers:
-0x7c75 035278 fetch 2 ,mem_contw 
-0x7c76 035279 copy pdata ,contw 
-0x7c77 035280 fetch 2 ,mem_contr 
-0x7c78 035281 copy pdata ,contr 
-0x7c79 035282 rtn 
-:      035287 get_diff:
-0x7c7a 035288 isub temp ,rega 
-0x7c7b 035289 rtn positive 
-0x7c7c 035290 arg 0x100 ,rega 
-0x7c7d 035291 iadd rega ,pdata 
-0x7c7e 035292 isub temp ,rega 
-0x7c7f 035293 rtn 
-:      035295 memcpy96:
-0x7c80 035296 call memcpy32 
-:      035297 memcpy64:
-0x7c81 035298 call memcpy32 
-0x7c82 035299 branch memcpy32 
-:      035302 memcpy12:
-0x7c83 035303 call memcpy8 
-:      035304 memcpy4:
-0x7c84 035305 ifetch 1 ,contr 
-0x7c85 035306 istore 1 ,contw 
-:      035307 memcpy3:
-0x7c86 035308 ifetch 3 ,contr 
-0x7c87 035309 istore 3 ,contw 
-0x7c88 035310 rtn 
-:      035311 memcpy8:
-0x7c89 035312 ifetch 8 ,contr 
-0x7c8a 035313 istore 8 ,contw 
-0x7c8b 035314 rtn 
-:      035316 memcpy48:
-0x7c8c 035317 call memcpy16 
-:      035318 memcpy32:
-0x7c8d 035319 call memcpy8 
-:      035320 memcpy24:
-0x7c8e 035321 call memcpy8 
-:      035322 memcpy16:
-0x7c8f 035323 call memcpy8 
-0x7c90 035324 branch memcpy8 
-:      035326 delay:
-0x7c91 035327 increase -1 ,pdata 
-0x7c92 035328 nop 38 
-0x7c93 035329 nbranch delay ,blank 
-0x7c94 035330 rtn 
-:      035333 delay_10ms:
-0x7c95 035334 arg 10 ,loopcnt 
-:      035335 delay_ms_wait:
-0x7c96 035336 nop 12000 
-0x7c97 035337 loop delay_ms_wait 
-0x7c98 035338 rtn 
-:      035341 memset0_16:
-0x7c99 035342 call memset0_8 
-:      035343 memset0_8:
-0x7c9a 035344 call memset0_4 
-:      035345 memset0_4:
-0x7c9b 035346 force 4 ,loopcnt 
-0x7c9c 035347 branch memset0 
-:      035349 clear_mem_256:
-0x7c9d 035350 force 32 ,loopcnt 
-0x7c9e 035351 branch memset0 
-:      035352 clear_mem_512:
-0x7c9f 035353 force 64 ,loopcnt 
-0x7ca0 035354 branch memset0 
-:      035356 clear_mem:
-0x7ca1 035357 deposit loopcnt 
-0x7ca2 035358 rtn blank 
-:      035359 memset0:
-0x7ca3 035360 force 0 ,pdata 
-0x7ca4 035361 lstore contw 
-0x7ca5 035362 rtn 
-:      035364 clear_temp_block:
-0x7ca6 035365 arg 32 ,loopcnt 
-0x7ca7 035366 arg mem_temp_block0 ,contw 
-0x7ca8 035367 branch clear_mem 
-:      035369 xor_loop:
-0x7ca9 035370 ifetch 4 ,regc 
-0x7caa 035371 ifetcht 4 ,rega 
-0x7cab 035372 ixor temp ,pdata 
-0x7cac 035373 istore 4 ,contw 
-0x7cad 035374 increase 4 ,rega 
-0x7cae 035375 increase 4 ,regc 
-0x7caf 035376 loop xor_loop 
-0x7cb0 035377 rtn 
-:      035381 inverse_data:
-0x7cb1 035382 bpatchx patch21_0 ,mem_patch21 
-0x7cb2 035383 copy loopcnt ,pdata 
-0x7cb3 035384 sub pdata ,1 ,null 
-0x7cb4 035385 rtn positive 
-0x7cb5 035386 iadd rega ,regb 
-0x7cb6 035387 increase -1 ,regb 
-0x7cb7 035388 rshift loopcnt ,loopcnt 
-:      035389 inverse_loop:
-0x7cb8 035390 ifetcht 1 ,rega 
-0x7cb9 035391 ifetch 1 ,regb 
-0x7cba 035392 istore 1 ,rega 
-0x7cbb 035393 istoret 1 ,regb 
-0x7cbc 035394 increase -1 ,regb 
-0x7cbd 035395 increase 1 ,rega 
-0x7cbe 035396 loop inverse_loop 
-0x7cbf 035397 rtn 
-:      035399 le2be_6byte:
-:      035400 inverse_data_6byte:
-0x7cc0 035401 rshift32 pdata ,temp 
-0x7cc1 035402 call inverse_data_4byte 
-0x7cc2 035403 byteswap temp ,temp 
-0x7cc3 035404 lshift16 pdata ,pdata 
-0x7cc4 035405 ior temp ,pdata 
-0x7cc5 035406 rtn 
-:      035409 le2be_4byte:
-:      035410 inverse_data_4byte:
-0x7cc6 035411 rshift16 pdata ,contr 
-0x7cc7 035412 byteswap contr ,contr 
-0x7cc8 035413 byteswap pdata ,pdata 
-0x7cc9 035414 lshift16 pdata ,pdata 
-0x7cca 035415 ior contr ,pdata 
-0x7ccb 035416 rtn 
-:      035419 memcpy_fast:
-0x7ccc 035420 bpatchx patch21_1 ,mem_patch21 
-0x7ccd 035421 deposit loopcnt 
-0x7cce 035422 rtn blank 
-:      035423 memcpy_fast_loop:
-0x7ccf 035424 increase -8 ,loopcnt 
-0x7cd0 035425 call memcpy8 ,positive 
-0x7cd1 035426 rtn zero 
-0x7cd2 035427 branch memcpy_fast_loop ,positive 
-0x7cd3 035428 increase 8 ,loopcnt 
-:      035429 memcpy_fast_loop_four:
-0x7cd4 035430 increase -4 ,loopcnt 
-0x7cd5 035431 call memcpy4 ,positive 
-0x7cd6 035432 rtn zero 
-0x7cd7 035433 branch memcpy_fast_loop_four ,positive 
-0x7cd8 035434 increase 4 ,loopcnt 
-0x7cd9 035435 branch memcpy 
-:      035437 memcpy:
-0x7cda 035438 deposit loopcnt 
-0x7cdb 035439 rtn blank 
-:      035440 memcpy_loop:
-0x7cdc 035441 ifetch 1 ,contr 
-0x7cdd 035442 istore 1 ,contw 
-0x7cde 035443 loop memcpy_loop 
-0x7cdf 035444 rtn 
-:      035446 timer_stop:
-0x7ce0 035447 setarg 0 
-:      035448 timer_init:
-0x7ce1 035451 store 2 ,mem_pdatatemp 
-0x7ce2 035452 bpatchx patch21_2 ,mem_patch21 
-0x7ce3 035453 call timer_check 
-0x7ce4 035454 fetcht 2 ,mem_pdatatemp 
-0x7ce5 035455 arg mem_timers ,contw 
-0x7ce6 035457 lshift queue ,pdata 
-0x7ce7 035458 iadd contw ,contw 
-0x7ce8 035459 istoret 2 ,contw 
-0x7ce9 035460 rtn 
-:      035462 timer_check_timeout:
-0x7cea 035463 arg 0x800 ,timeup 
-0x7ceb 035464 lshift16 timeup ,timeup 
-0x7cec 035465 iadd timeup ,pdata 
-0x7ced 035466 rtn 
-:      035469 timer_reinit:
-0x7cee 035470 arg 0 ,queue 
-:      035471 timer_check:
-0x7cef 035472 bpatchx patch21_3 ,mem_patch21 
-0x7cf0 035473 fetcht 4 ,mem_last_clkn 
-0x7cf1 035474 rshift clkn_bt ,pdata 
-0x7cf2 035475 store 4 ,mem_last_clkn 
-0x7cf3 035476 isub temp ,null 
-0x7cf4 035477 ncall timer_check_timeout ,positive 
-0x7cf5 035478 isub temp ,timeup 
-0x7cf6 035479 copy timeup ,temp 
-0x7cf7 035480 arg mem_timers ,contr 
-0x7cf8 035481 copy contr ,contw 
-0x7cf9 035482 arg 16 ,loopcnt 
-:      035483 timer_loop:
-0x7cfa 035484 ifetch 2 ,contr 
-0x7cfb 035485 isub temp ,pdata 
-0x7cfc 035486 branch timer_counting ,positive 
-0x7cfd 035487 force 0 ,pdata 
-:      035488 timer_counting:
-0x7cfe 035489 istore 2 ,contw 
-0x7cff 035490 loop timer_loop 
-0x7d00 035491 arg mem_timers ,contr 
-0x7d01 035492 lshift queue ,pdata 
-0x7d02 035493 iadd contr ,contr 
-0x7d03 035494 ifetch 2 ,contr 
-0x7d04 035495 rtn 
-:      035500 clk_add:
-0x7d05 035501 iadd temp ,temp 
-0x7d06 035502 copy temp ,loopcnt 
-0x7d07 035503 fetch 2 ,mem_param_rt_rthalfslot 
-0x7d08 035504 isub loopcnt ,pdata 
-0x7d09 035505 rtn positive 
-0x7d0a 035506 sub pdata ,0 ,pdata 
-0x7d0b 035507 rshift16 temp ,temp 
-0x7d0c 035508 increase 1 ,temp 
-0x7d0d 035509 lshift16 temp ,temp 
-0x7d0e 035510 ior temp ,temp 
-0x7d0f 035511 rtn 
-:      035513 clk_diff_rt:
-0x7d10 035514 call clk_diff 
-0x7d11 035515 branch clk2rt 
-:      035518 clk_diff:
-0x7d12 035519 disable user 
-0x7d13 035520 isub temp ,pdata 
-0x7d14 035521 branch clk_diff_pos ,positive 
-0x7d15 035522 enable user 
-0x7d16 035523 sub pdata ,0 ,pdata 
-:      035524 clk_diff_pos:
-0x7d17 035525 rtnbit0 15 
-0x7d18 035526 copy pdata ,regab 
-0x7d19 035527 arg 0x10000 ,temp 
-0x7d1a 035528 fetch 2 ,mem_param_rt_rthalfslot 
-0x7d1b 035529 isub temp ,pdata 
-0x7d1c 035530 iadd regab ,pdata 
-0x7d1d 035531 set0 64 ,pdata 
-0x7d1e 035532 rtn 
-:      035536 clk2rt:
-0x7d1f 035537 fetcht 2 ,mem_param_rt_rthalfslot 
-0x7d20 035538 iforce contr 
-0x7d21 035539 rshift16 pdata ,pdata 
-0x7d22 035540 imul32 temp ,pdata 
-0x7d23 035541 iadd contr ,pdata 
-0x7d24 035542 rtn 
-:      035545 clk2lpo:
-0x7d25 035546 lshift8 pdata ,pdata 
-0x7d26 035547 lshift4 pdata ,pdata 
-0x7d27 035548 fetcht 3 ,mem_clks_per_lpo 
-0x7d28 035549 idiv temp 
-0x7d29 035550 call wait_div_end 
-0x7d2a 035551 quotient temp 
-0x7d2b 035552 rtn 
-:      035555 clk2bt:
-0x7d2c 035556 fetcht 2 ,mem_param_rt_rthalfslot 
-0x7d2d 035557 idiv temp 
-0x7d2e 035558 call get_div_result 
-0x7d2f 035559 lshift16 pdata ,pdata 
-0x7d30 035560 remainder temp 
-0x7d31 035561 ior temp ,temp 
-0x7d32 035562 rtn 
-:      035569 string2dec_from_uart:
-0x7d33 035570 arg 0 ,temp 
-:      035571 string2dec_from_uart_done:
-0x7d34 035572 copy temp ,regab 
-0x7d35 035573 ifetch 1 ,contu 
-0x7d36 035574 call uchar2dialog 
-0x7d37 035575 copy regab ,temp 
-0x7d38 035576 call swap 
-0x7d39 035577 arg 10 ,regb 
-0x7d3a 035578 imul32 regb ,pdata 
-0x7d3b 035579 iadd temp ,pdata 
-0x7d3c 035580 copy pdata ,temp 
-0x7d3d 035581 loop string2dec_from_uart_done 
-0x7d3e 035582 rtn 
-:      035586 uchar2dialog:
-0x7d3f 035587 arg 0x3a ,temp 
-0x7d40 035588 isub temp ,null 
-0x7d41 035589 nbranch uchar2dialog_number ,positive 
-0x7d42 035590 arg 0x61 ,temp 
-0x7d43 035591 isub temp ,null 
-0x7d44 035592 branch uchar2dialog_a2f ,positive 
-0x7d45 035593 arg 0x37 ,temp 
-0x7d46 035594 isub temp ,pdata 
-0x7d47 035595 rtn 
-:      035596 uchar2dialog_number:
-0x7d48 035597 arg 0x30 ,temp 
-0x7d49 035598 isub temp ,pdata 
-0x7d4a 035599 rtn 
-:      035600 uchar2dialog_a2f:
-0x7d4b 035601 arg 0x57 ,temp 
-0x7d4c 035602 isub temp ,pdata 
-0x7d4d 035603 rtn 
-:      035606 right_shift_n:
-0x7d4e 035607 sub loopcnt ,0 ,null 
-0x7d4f 035608 rtn zero 
-:      035609 right_shift_n_loop:
-0x7d50 035610 rshift pdata ,pdata 
-0x7d51 035611 loop right_shift_n_loop 
-0x7d52 035612 rtn 
-:      035615 left_shift_n:
-0x7d53 035616 force 1 ,pdata 
-0x7d54 035617 sub loopcnt ,0 ,null 
-0x7d55 035618 rtn zero 
-:      035619 left_shift_n_loop:
-0x7d56 035620 lshift pdata ,pdata 
-0x7d57 035621 loop left_shift_n_loop 
-0x7d58 035622 rtn 
-:      035626 calc_average:
-0x7d59 035627 setarg 0 
-0x7d5a 035628 copy loopcnt ,rega 
-:      035629 calc_average_loop:
-0x7d5b 035630 ifetcht 2 ,contr 
-0x7d5c 035631 iadd temp ,pdata 
-0x7d5d 035632 loop calc_average_loop 
-0x7d5e 035633 idiv rega 
-:      035634 get_div_result:
-0x7d5f 035635 call wait_div_end 
-0x7d60 035636 quotient pdata 
-0x7d61 035637 rtn 
-:      035639 wait_div_end:
-0x7d62 035640 rtn modone 
-0x7d63 035641 branch wait_div_end 
-:      035651 compare_loop:
-:      035652 string_compare:
-0x7d64 035653 ifetch 1 ,rega 
-0x7d65 035654 ifetcht 1 ,regb 
-0x7d66 035655 isub temp ,null 
-0x7d67 035656 nrtn zero 
-0x7d68 035657 increase 1 ,rega 
-0x7d69 035658 increase 1 ,regb 
-0x7d6a 035659 loop string_compare 
-0x7d6b 035660 branch enable_zero 
-:      035664 ceiling:
-0x7d6c 035665 isub temp ,null 
-0x7d6d 035666 nrtn positive 
-0x7d6e 035667 deposit temp 
-0x7d6f 035668 rtn 
-:      035670 swap:
-0x7d70 035671 iadd temp ,pdata 
-0x7d71 035672 isub temp ,temp 
-0x7d72 035673 isub temp ,pdata 
-0x7d73 035674 rtn 
-:      035676 clean_smem:
-0x7d74 035677 arg 0 ,contw 
-0x7d75 035678 branch clean_mem 
-:      035680 clean_xmem:
-0x7d76 035681 arg 0x4000 ,contw 
-:      035682 clean_mem:
-0x7d77 035683 arg 0x1000 ,loopcnt 
-0x7d78 035684 branch memset0 
-:      035687 callback_func:
-0x7d79 035688 rtn blank 
-0x7d7a 035689 copy pdata ,pc 
-:      035692 ice_break_disable_wdt:
-0x7d7b 035693 call wdt_set_disable 
-:      035695 ice_break:
-0x7d7c 035696 jam 0x1 ,core_ice_ctrl 
-0x7d7d 035697 rtn 
-:      035699 ice_setbp:
-0x7d7e 035700 store 2 ,core_ice_break0 
-0x7d7f 035701 fetch 1 ,core_ice_ctrl 
-0x7d80 035702 set1 4 ,pdata 
-0x7d81 035703 store 1 ,core_ice_ctrl 
-0x7d82 035704 rtn 
-:      035705 ice_setbp2:
-0x7d83 035706 store 2 ,core_ice_break1 
-0x7d84 035707 fetch 1 ,core_ice_ctrl 
-0x7d85 035708 set1 6 ,pdata 
-0x7d86 035709 store 1 ,core_ice_ctrl 
-0x7d87 035710 rtn 
-:      035712 ice_set_write_bp:
-0x7d88 035713 store 2 ,core_ice_break0 
-0x7d89 035714 jam 0x30 ,core_ice_ctrl 
-0x7d8a 035715 rtn 
-:      035723 fifo_in:
-0x7d8b 035724 bpatchx patch21_4 ,mem_patch21 
-0x7d8c 035725 ifetcht util_fifo_len ,rega 
-0x7d8d 035726 and temp ,0xff ,pdata 
-0x7d8e 035727 nbranch fifo_in_push ,blank 
-0x7d8f 035728 rshift8 temp ,pdata 
-0x7d90 035729 istore util_fifo_len ,rega 
-:      035730 fifo_in_push:
-0x7d91 035731 increase util_fifo_len + util_fifo_offset ,rega 
-0x7d92 035732 ifetch 1 ,rega 
-0x7d93 035733 nbranch assert ,blank 
-0x7d94 035734 fetch 1 ,mem_fifo_temp 
-0x7d95 035735 istore 1 ,rega 
-0x7d96 035736 rtn 
-:      035741 fifo_out:
-0x7d97 035742 bpatchx patch21_5 ,mem_patch21 
-0x7d98 035743 arg util_fifo_len ,loopcnt 
-0x7d99 035744 ifetch util_fifo_len ,rega 
-0x7d9a 035745 rtn blank 
-:      035746 fifo_out_loop:
-0x7d9b 035747 ifetch 1 ,rega 
-0x7d9c 035748 nbranch fifo_out_end ,blank 
-0x7d9d 035749 increase 1 ,rega 
-0x7d9e 035750 loop fifo_out_loop 
-0x7d9f 035751 branch assert 
-:      035752 fifo_out_end:
-0x7da0 035753 arg 0 ,temp 
-0x7da1 035754 istoret 1 ,rega 
-0x7da2 035755 rtn 
-:      035760 fifo_is_empty:
-0x7da3 035761 ifetch util_fifo_len ,rega 
-0x7da4 035762 rtn 
-:      035767 fifo_is_full:
-0x7da5 035768 ifetch 1 ,rega 
-0x7da6 035769 rtn 
-:      035772 fifo_is_near_full:
-0x7da7 035773 ifetch 2 ,rega 
-0x7da8 035774 rtn 
-:      035778 fifo_content_count:
-0x7da9 035779 arg 0 ,temp 
-:      035780 fifo_content_count_loop:
-0x7daa 035781 fetch 1 ,contr 
-0x7dab 035782 loop fifo_content_count_loop ,blank 
-0x7dac 035783 increase 1 ,temp 
-0x7dad 035784 loop fifo_content_count_loop 
-0x7dae 035785 copy temp ,pdata 
-0x7daf 035786 rtn 
-:      035789 not_greater_than:
-0x7db0 035790 isub temp ,null 
-0x7db1 035791 nrtn positive 
-:      035792 copy_temp2pdata:
-0x7db2 035793 copy temp ,pdata 
-0x7db3 035794 rtn 
-:      035797 disable_positive:
-0x7db4 035798 force -1 ,null 
-0x7db5 035799 rtn 
-:      035800 enable_positive:
-:      035801 disable_zero:
-0x7db6 035802 force 1 ,null 
-0x7db7 035803 rtn 
-:      035804 enable_zero:
-0x7db8 035805 force 0 ,null 
-0x7db9 035806 rtn 
-:      035808 enable_user:
-0x7dba 035809 enable user 
-0x7dbb 035810 rtn 
-:      035812 disable_user:
-0x7dbc 035813 disable user 
-0x7dbd 035814 rtn 
-:      035816 enable_user2:
-0x7dbe 035817 enable user2 
-0x7dbf 035818 rtn 
-:      035820 disable_user2:
-0x7dc0 035821 disable user2 
-0x7dc1 035822 rtn 
-:      035824 enable_user7:
-0x7dc2 035825 enable user7 
-0x7dc3 035826 rtn 
-:      035828 disable_true:
-0x7dc4 035829 disable true 
-0x7dc5 035830 rtn 
-:      035832 enable_true:
-0x7dc6 035833 enable true 
-0x7dc7 035834 rtn 
-:      035836 disable_blank:
-0x7dc8 035837 setarg 1 
-0x7dc9 035838 rtn 
-:      035840 enable_blank:
-:      035841 set_pdata_0:
-0x7dca 035842 setarg 0 
-0x7dcb 035843 rtn 
-:      035847 cal_sum:
-0x7dcc 035848 sub loopcnt ,0 ,null 
-0x7dcd 035849 rtn zero 
-:      035850 cal_sum_loop:
-0x7dce 035851 ifetcht 1 ,contr 
-0x7dcf 035852 iadd temp ,pdata 
-0x7dd0 035853 loop cal_sum_loop 
-0x7dd1 035854 rtn 
-:      035857 reverse_byte:
-0x7dd2 035858 copy loopcnt ,pdata 
-0x7dd3 035859 rtn blank 
-0x7dd4 035860 copy contr ,pdata 
-0x7dd5 035861 iadd loopcnt ,pdata 
-0x7dd6 035862 increase -1 ,pdata 
-0x7dd7 035863 copy pdata ,contr 
-:      035864 reverse_loop:
-0x7dd8 035865 ifetch 1 ,contr 
-0x7dd9 035866 increase -2 ,contr 
-0x7dda 035867 istore 1 ,contw 
-0x7ddb 035868 loop reverse_loop 
-0x7ddc 035869 rtn 
-:      035872 lshift14:
-0x7ddd 035873 lshift16 pdata ,pdata 
-:      035874 rshift2:
-0x7dde 035875 rshift2 pdata ,pdata 
-0x7ddf 035876 rtn 
-:      035878 lshift6:
-0x7de0 035879 lshift8 pdata ,pdata 
-0x7de1 035880 branch rshift2 
-:      035883 clear_wake:
-0x7de2 035884 setarg 0 
-0x7de3 035885 store 8 ,mem_gpio_wakeup_cfg 
-0x7de4 035886 set1 25 ,pdata 
-0x7de5 035887 istore 4 ,contw 
-0x7de6 035888 rtn 
-:      035891 generate_random:
-0x7de7 035892 arg 16 ,loopcnt 
-:      035893 generate_random_loop:
-0x7de8 035894 random pdata 
-0x7de9 035895 istore 1 ,contw 
-0x7dea 035896 loop generate_random_loop 
-0x7deb 035897 rtn 
+:      001931 start:
+0x2000 001932 call lpmstate 
+:      001934 soft_reset:
+0x2001 001935 bpatch patch00_0 ,mem_patch00 
+0x2002 001936 clear_stack 
+0x2003 001938 call app_param_init 
+0x2004 001939 call initialize_radio 
+0x2005 001940 call iic_init_360khz 
+0x2006 001941 call init_param 
+0x2007 001942 call l2cap_init 
+0x2008 001943 bpatch patch00_1 ,mem_patch00 
+0x2009 001944 call ui_init 
+0x200a 001945 call app_init 
+0x200b 001946 call publickey_init 
+0x200c 001948 call lpm_recover_clk ,wake 
+:      001949 main_loop:
+0x200d 001950 bpatch patch00_2 ,mem_patch00 
+0x200e 001951 call sp_calc_sequence_256 
+0x200f 001952 call sp_calc_sequence_256_check 
+0x2010 001953 call le_advertising_dispatch 
+0x2011 001954 call idle_dispatch 
+0x2012 001955 call app_process_idle 
+0x2013 001956 call connection_dispatch 
+0x2014 001957 call g24_dispatch 
+0x2015 001958 call lpm_dispatch 
+0x2016 001959 call kscan_dispatch 
+0x2017 001960 branch main_loop 
+:      001962 connection_dispatch:
+0x2018 001963 call connection_incontext 
+0x2019 001964 rtnmark0 mark_context 
+0x201a 001965 set0 mark_context ,mark 
+0x201b 001966 call context_save 
+0x201c 001967 branch le_disable 
+:      001969 connection_incontext:
+0x201d 001970 bpatch patch00_3 ,mem_patch00 
+0x201e 001971 call context_search_insniff 
+0x201f 001972 nbranch connection_nosniff ,zero 
+0x2020 001973 call context_load 
+0x2021 001974 add rega ,coffset_mode ,contr 
+0x2022 001975 ifetch 1 ,contr 
+0x2023 001976 bbit1 mode_le ,le_conn_dispatch 
+0x2024 001979 rtn 
+:      001981 connection_nosniff:
+0x2025 001982 jam 0 ,mem_current_context 
+0x2026 001983 call context_get_next 
+0x2027 001984 copy loopcnt ,null 
+0x2028 001985 rtn zero 
+0x2029 001986 branch assert 
+:      001993 idle_dispatch:
+0x202a 001994 fetch 1 ,mem_hci_cmd 
+0x202b 001995 rtn blank 
+0x202c 001996 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x202d 001997 call context_search_conn_handle 
+0x202e 001998 rtn zero 
+0x202f 001999 call context_search_plap 
+0x2030 002000 rtn zero 
+:      002001 idle_exit:
+0x2031 002002 jam 0 ,mem_hci_cmd 
+0x2032 002003 rtn 
+:      002005 idle_le_create_conn:
+0x2033 002006 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x2034 002007 jam 0 ,mem_hci_cmd 
+0x2035 002008 rtn 
+:      002012 context_load:
+0x2036 002013 bpatch patch00_4 ,mem_patch00 
+0x2037 002014 set1 mark_context ,mark 
+0x2038 002015 deposit rega 
+0x2039 002016 store 2 ,mem_context_ptr 
+0x203a 002017 force context_size ,loopcnt 
+0x203b 002018 arg mem_le_state ,contw 
+0x203c 002019 add rega ,coffset_mode ,contr 
+0x203d 002020 ifetch 1 ,contr 
+0x203e 002021 copy rega ,contr 
+0x203f 002022 bbit1 mode_le ,memcpy 
+0x2040 002023 rtn 
+:      002025 context_save:
+0x2041 002026 bpatch patch00_5 ,mem_patch00 
+0x2042 002027 fetch 2 ,mem_context_ptr 
+0x2043 002028 iforce contw 
+0x2044 002029 force context_size ,loopcnt 
+0x2045 002030 arg mem_le_state ,contr 
+0x2046 002031 branch memcpy 
+:      002035 context_get_next:
+0x2047 002036 arg context_num ,loopcnt 
+0x2048 002037 fetcht 1 ,mem_current_context 
+:      002038 context_get_next_loop:
+0x2049 002039 increase 1 ,temp 
+0x204a 002040 compare context_num ,temp ,0xff 
+0x204b 002041 nbranch context_get_next_cont ,true 
+0x204c 002042 arg 0 ,temp 
+:      002043 context_get_next_cont:
+0x204d 002044 storet 1 ,mem_current_context 
+0x204e 002045 mul32 temp ,context_size ,pdata 
+0x204f 002046 arg mem_context ,rega 
+0x2050 002047 iadd rega ,rega 
+0x2051 002048 ifetch 1 ,rega 
+0x2052 002049 bbit1 state_insniff ,context_get_next_sniff 
+0x2053 002050 rtnbit1 state_inconn 
+:      002051 context_get_next_sniff:
+0x2054 002052 loop context_get_next_loop 
+0x2055 002053 rtn 
+:      002055 context_new:
+0x2056 002056 bpatch patch00_6 ,mem_patch00 
+0x2057 002057 arg context_search_empty ,regc 
+0x2058 002058 call context_search 
+0x2059 002059 nrtn zero 
+0x205a 002060 deposit rega 
+0x205b 002061 store 2 ,mem_context_ptr 
+0x205c 002062 branch enable_zero 
+:      002067 context_check_idle:
+0x205d 002068 arg context_check_inconn ,regc 
+0x205e 002069 branch context_search 
+:      002074 context_search_conn_handle:
+0x205f 002075 fetcht 1 ,mem_hci_conn_handle 
+:      002076 context_search_conn_handle2:
+0x2060 002077 arg context_search_handle ,regc 
+0x2061 002078 branch context_search 
+:      002081 context_search_plap:
+0x2062 002082 bpatch patch00_7 ,mem_patch00 
+0x2063 002083 fetcht 6 ,mem_hci_plap 
+:      002084 context_search_plap2:
+0x2064 002085 arg context_search_lap ,regc 
+0x2065 002086 branch context_search 
+:      002088 context_search_insniff:
+0x2066 002089 arg context_search_sniff ,regc 
+0x2067 002090 branch context_search 
+:      002092 context_search_sniff_window:
+0x2068 002093 arg context_search_window ,regc 
+:      002094 context_search:
+0x2069 002095 bpatch patch01_0 ,mem_patch01 
+0x206a 002096 arg mem_context ,rega 
+0x206b 002097 arg context_num ,loopcnt 
+:      002098 context_search_loop:
+0x206c 002099 ifetch 1 ,rega 
+0x206d 002100 copy regc ,pc 
+:      002101 context_search_next:
+0x206e 002102 bpatch patch01_1 ,mem_patch01 
+0x206f 002103 increase context_size ,rega 
+0x2070 002104 loop context_search_loop 
+0x2071 002105 force 1 ,null 
+0x2072 002106 rtn 
+:      002108 context_search_empty:
+0x2073 002109 bbit1 state_inconn ,context_search_next 
+0x2074 002110 branch enable_zero 
+:      002112 context_search_lap:
+0x2075 002113 bbit0 state_inconn ,context_search_next 
+:      002114 context_search_lap_cont:
+0x2076 002115 add rega ,coffset_plap ,contr 
+0x2077 002116 ifetch 6 ,contr 
+0x2078 002117 isub temp ,null 
+0x2079 002118 rtn zero 
+0x207a 002119 branch context_search_next 
+:      002121 context_search_handle:
+0x207b 002122 bbit0 state_inconn ,context_search_next 
+0x207c 002123 add rega ,coffset_conn_handle ,contr 
+0x207d 002124 ifetch 1 ,contr 
+0x207e 002125 isub temp ,null 
+0x207f 002126 rtn zero 
+0x2080 002127 branch context_search_next 
+:      002129 context_search_sniff:
+0x2081 002130 bbit0 state_insniff ,context_search_next 
+:      002131 context_search_sniff_loop:
+0x2082 002132 call context_get_anchor 
+0x2083 002133 call sign_pdata_temp 
+0x2084 002134 isub temp ,pdata 
+0x2085 002135 increase 1 ,pdata 
+0x2086 002136 branch context_search_sniff_miss ,positive 
+0x2087 002137 copy contr ,regb 
+0x2088 002138 store 9 ,mem_temp 
+0x2089 002139 bpatch patch01_2 ,mem_patch01 
+0x208a 002140 fetch 1 ,mem_sc_calc 
+0x208b 002141 nbranch context_search_sniff_sc ,blank 
+0x208c 002142 fetch 9 ,mem_temp 
+0x208d 002143 copy regb ,contr 
+0x208e 002144 increase 5 ,pdata 
+0x208f 002145 branch context_search_meet1 
+:      002147 context_search_sniff_sc:
+0x2090 002148 fetch 9 ,mem_temp 
+0x2091 002149 copy regb ,contr 
+0x2092 002150 increase 20 ,pdata 
+:      002151 context_search_meet1:
+0x2093 002152 nbranch context_search_next ,positive 
+:      002153 context_search_meet:
+0x2094 002154 copy temp ,bt_clk 
+0x2095 002155 call context_next_anchor 
+0x2096 002156 branch enable_zero 
+:      002159 context_search_sniff_miss:
+0x2097 002160 iforce regb 
+0x2098 002161 add rega ,coffset_tsniff ,contr 
+0x2099 002162 ifetch 2 ,contr 
+0x209a 002163 branch context_search_meet ,blank 
+0x209b 002164 call context_next_anchor 
+0x209c 002165 branch context_search_sniff_loop 
+:      002167 sign_pdata_temp:
+0x209d 002168 rshift16 pdata ,timeup 
+0x209e 002169 rshift8 timeup ,timeup 
+0x209f 002170 branch sign_pdata_temp_p0 ,zero 
+0x20a0 002171 compare 0xf ,timeup ,0xf 
+0x20a1 002172 nrtn true 
+0x20a2 002173 rshift16 temp ,timeup 
+0x20a3 002174 rshift8 timeup ,timeup 
+0x20a4 002175 nrtn zero 
+0x20a5 002176 set1 28 ,temp 
+0x20a6 002177 rtn 
+:      002178 sign_pdata_temp_p0:
+0x20a7 002179 rshift16 temp ,timeup 
+0x20a8 002180 rshift8 timeup ,timeup 
+0x20a9 002181 compare 0xf ,timeup ,0xf 
+0x20aa 002182 nrtn true 
+0x20ab 002183 set1 28 ,pdata 
+0x20ac 002184 rtn 
+:      002186 context_check_inconn:
+0x20ad 002187 bbit0 state_inconn ,context_search_next 
+0x20ae 002188 branch enable_zero 
+:      002191 context_check_a_wack:
+0x20af 002192 bbit0 state_inconn ,context_search_next 
+0x20b0 002193 add rega ,coffset_mode ,contr 
+0x20b1 002194 ifetch 1 ,contr 
+0x20b2 002195 bbit1 mode_le ,context_search_next 
+0x20b3 002196 rtn 
+:      002198 context_get_anchor:
+0x20b4 002199 add rega ,coffset_mode ,contr 
+0x20b5 002200 ifetcht 1 ,contr 
+0x20b6 002201 deposit clkn_bt 
+0x20b7 002202 isolate1 mode_master ,temp 
+0x20b8 002203 add rega ,coffset_sniff_anchor ,contr 
+0x20b9 002204 ifetcht 4 ,contr 
+0x20ba 002205 rtn true 
+0x20bb 002206 add rega ,coffset_clk_offset ,contr 
+0x20bc 002207 ifetch 6 ,contr 
+0x20bd 002208 call calc_clke2 
+0x20be 002209 deposit clke_bt 
+0x20bf 002210 rtn 
+:      002212 context_next_anchor:
+0x20c0 002213 add rega ,coffset_tsniff ,contr 
+0x20c1 002214 add rega ,coffset_sniff_anchor ,contw 
+0x20c2 002215 ifetch 2 ,contr 
+0x20c3 002216 iadd temp ,timeup 
+0x20c4 002217 deposit timeup 
+0x20c5 002218 istore 4 ,contw 
+0x20c6 002219 branch le_context_nextevent 
+:      002222 context_search_window:
+0x20c7 002223 bbit0 state_insniff ,context_search_next 
+0x20c8 002224 call context_get_anchor 
+0x20c9 002225 iadd stop_watch ,pdata 
+0x20ca 002226 iadd stop_watch ,pdata 
+0x20cb 002227 iadd queue ,pdata 
+0x20cc 002228 isub temp ,null 
+0x20cd 002229 nbranch context_search_next ,positive 
+0x20ce 002230 branch enable_zero 
+:      002234 end_of_packet:
+0x20cf 002235 bpatch patch01_3 ,mem_patch01 
+0x20d0 002236 disable lr_s2en 
+0x20d1 002237 disable encode_fec0 
+0x20d2 002238 disable encode_fec2 
+0x20d3 002239 disable decode_fec0 
+0x20d4 002240 disable decode_fec2 
+0x20d5 002241 disable enable_crc 
+0x20d6 002242 disable encrypt 
+0x20d7 002243 disable enable_white 
+0x20d8 002244 branch shutdown_radio ,is_rx 
+0x20d9 002245 until null ,tx_clear 
+0x20da 002246 nop 100 
+0x20db 002247 branch shutdown_radio 
+:      002252 sniff_check_window:
+0x20dc 002253 bpatch patch01_4 ,mem_patch01 
+0x20dd 002254 disable swfine 
+0x20de 002255 copy temp ,stop_watch 
+0x20df 002256 call context_search_sniff_window 
+0x20e0 002257 disable user 
+0x20e1 002258 nrtn zero 
+0x20e2 002259 force 0 ,stop_watch 
+0x20e3 002260 branch enable_user 
+:      002263 calc_slot_offset:
+0x20e4 002264 bpatch patch01_5 ,mem_patch01 
+0x20e5 002265 until null ,halfslot 
+0x20e6 002266 deposit clke 
+0x20e7 002267 iforce contr 
+0x20e8 002268 rshift16 ,pdata ,pdata 
+0x20e9 002269 isub clkn_bt ,loopcnt 
+0x20ea 002270 and_into 3 ,loopcnt 
+0x20eb 002271 nbranch calc_bt_portion ,zero 
+0x20ec 002272 force 0 ,pdata 
+0x20ed 002273 branch calc_skip_bt 
+:      002274 calc_bt_portion:
+0x20ee 002275 fetcht 2 ,mem_param_rt_rthalfslot 
+0x20ef 002276 force 0 ,pdata 
+:      002277 calc_slot_offset_loop:
+0x20f0 002278 iadd temp ,pdata 
+0x20f1 002279 loop calc_slot_offset_loop 
+:      002280 calc_skip_bt:
+0x20f2 002281 iadd contr ,pdata 
+0x20f3 002282 div pdata ,12 
+0x20f4 002283 call get_div_result 
+0x20f5 002284 store 2 ,mem_slot_offset 
+0x20f6 002285 rtn 
+:      002287 calc_clke_offset:
+0x20f7 002288 bpatch patch01_6 ,mem_patch01 
+0x20f8 002289 deposit clke 
+0x20f9 002290 copy clkn ,temp 
+0x20fa 002291 isub temp ,null 
+0x20fb 002292 nsetflag positive ,44 ,pdata 
+0x20fc 002293 isub temp ,temp 
+0x20fd 002294 fetch 2 ,mem_param_rt_rthalfslot 
+0x20fe 002295 isolate0 15 ,temp 
+0x20ff 002296 branch calc_clke_pos ,true 
+0x2100 002297 copy temp ,alarm 
+0x2101 002298 arg 0x10000 ,temp 
+0x2102 002299 fetch 2 ,mem_param_rt_rthalfslot 
+0x2103 002300 isub temp ,pdata 
+0x2104 002301 iadd alarm ,temp 
+:      002303 calc_clke_pos:
+0x2105 002304 storet 6 ,mem_le_clk_offset 
+0x2106 002305 rtn 
+:      002307 calc_clke:
+0x2107 002308 disable clknt 
+0x2108 002309 fetch 6 ,mem_le_clk_offset 
+:      002310 calc_clke2:
+0x2109 002311 iadd clkn ,alarm 
+0x210a 002312 increase 10 ,alarm 
+0x210b 002313 fetch 2 ,mem_param_rt_rthalfslot 
+0x210c 002314 isub alarm ,pdata 
+0x210d 002315 isolate0 15 ,pdata 
+0x210e 002316 branch calc_clke_pos_adj ,true 
+0x210f 002317 setarg 0x10000 
+0x2110 002318 fetchr regd ,2 ,mem_param_rt_rthalfslot 
+0x2111 002319 isub regd ,pdata 
+0x2112 002320 iadd alarm ,alarm 
+:      002321 calc_clke_pos2:
+0x2113 002322 copy alarm ,clke 
+0x2114 002323 rtn 
+:      002324 calc_clke_pos_adj:
+0x2115 002325 force 0 ,null 
+0x2116 002326 branch calc_clke_pos2 
+:      002333 qsetxor:
+0x2117 002334 rshift3 pdata ,pdata 
+0x2118 002335 ifetchr rega ,1 ,contw 
+0x2119 002336 ixor rega ,pdata 
+0x211a 002337 isolate0 6 ,pdata 
+0x211b 002338 branch qset_p 
+:      002340 qset1_p:
+0x211c 002341 isolate0 0 ,null 
+:      002342 qset_start:
+0x211d 002343 arg 0x8ac2 ,contw 
+:      002344 qset_p:
+0x211e 002345 ifetch 1 ,contw 
+0x211f 002346 qsetflag true ,pdata 
+0x2120 002347 istore 1 ,contw 
+0x2121 002348 rtn 
+:      002350 rx_dcoc_avg:
+0x2122 002351 nop 60 
+:      002352 btdma:
+0x2123 002354 jam 8 ,0x8983 
+0x2124 002355 jam 9 ,0x8985 
+0x2125 002356 jam 0x9 ,0x8981 
+0x2126 002357 jam 0x3 ,0x8981 
+0x2127 002358 jam 0x6 ,0x8980 
+0x2128 002359 nop 60 
+0x2129 002360 arg 0 ,rega 
+0x212a 002361 arg 0 ,regb 
+0x212b 002362 arg 16 ,loopcnt 
+0x212c 002363 arg 0x800 ,contr 
+:      002364 rx_dcoc_loop:
+0x212d 002365 ifetch 2 ,contr 
+0x212e 002366 iadd rega ,rega 
+0x212f 002367 ifetch 2 ,contr 
+0x2130 002368 iadd regb ,regb 
+0x2131 002369 loop rx_dcoc_loop 
+0x2132 002370 rtn 
+:      002372 rx_dcoc:
+0x2133 002373 bpatch patch01_7 ,mem_patch01 
+0x2134 002374 call set_sync_on 
+0x2135 002375 arg 39 ,temp 
+0x2136 002376 call set_freq_rx 
+0x2137 002377 call rf_rx_enable 
+0x2138 002378 jam 0x7f ,0x8a25 
+0x2139 002379 jam 0x1a ,0x8a30 
+0x213a 002380 jam 0x78 ,0x8a31 
+0x213b 002381 jam 0xb2 ,0x8a8f 
+0x213c 002382 jam 0 ,0x8ac2 
+0x213d 002383 jam 0 ,0x8ac3 
+0x213e 002384 arg 6 ,queue 
+0x213f 002385 call rx_dcoc_avg 
+0x2140 002386 isolate1 13 ,rega 
+0x2141 002387 call qset_start 
+0x2142 002388 isolate1 13 ,regb 
+0x2143 002389 call qset_p 
+0x2144 002390 arg 5 ,queue 
+:      002391 rx_dcoc_loop2:
+0x2145 002392 call qset1_p 
+0x2146 002393 call qset_p 
+0x2147 002394 call rx_dcoc_avg 
+0x2148 002395 arg 0x8ac2 ,contw 
+0x2149 002396 rshift4 rega ,pdata 
+0x214a 002397 call qsetxor 
+0x214b 002398 rshift4 regb ,pdata 
+0x214c 002399 call qsetxor 
+0x214d 002400 increase -1 ,queue 
+0x214e 002401 branch rx_dcoc_loop2 ,positive 
+0x214f 002402 jam 0x52 ,0x8a8f 
+0x2150 002403 jam 2 ,0x8a30 
+0x2151 002404 jam 0 ,0x8981 
+:      002406 shutdown_radio:
+0x2152 002407 bpatch patch02_0 ,mem_patch02 
+0x2153 002408 call rf_debug_shutdown_radio_line 
+0x2154 002409 disable is_tx 
+0x2155 002410 disable is_rx 
+0x2156 002411 setarg 0x0200 
+0x2157 002412 store 4 ,0x8a23 
+0x2158 002413 jam 0xfa ,0x8a01 
+0x2159 002414 nop 12 
+0x215a 002415 jam 0 ,0x8a0f 
+0x215b 002416 jam 0x1a ,0x8a12 
+0x215c 002417 jam 0x2b ,0x8a14 
+0x215d 002418 force 8 ,radio_ctrl 
+0x215e 002419 force 0 ,radio_ctrl 
+0x215f 002421 branch gain_control 
+:      002423 set_sync_on:
+0x2160 002424 bpatch patch02_1 ,mem_patch02 
+0x2161 002425 jam 0x60 ,0x8a0f 
+0x2162 002426 jam 0xaa ,0x8a10 
+0x2163 002427 jam 0x7a ,0x8a12 
+0x2164 002428 jam 0x00 ,0x8a25 
+0x2165 002429 jam 0x00 ,0x8a26 
+0x2166 002430 nop 60 
+0x2167 002431 jam 0x20 ,0x8a20 
+0x2168 002432 jam 0xfd ,0x8a23 
+:      002433 set_sync_on_next:
+0x2169 002434 jam 0x12 ,0x8a24 
+0x216a 002435 jam 0x10 ,0x8a24 
+0x216b 002436 nop 60 
+0x216c 002437 jam 0x60 ,0x8a12 
+0x216d 002438 jam 0xdd ,0x8a23 
+0x216e 002439 rtn 
+:      002441 set_freq_rx:
+0x216f 002442 bpatch patch02_2 ,mem_patch02 
+0x2170 002443 jam 0x01 ,0x8900 
+0x2171 002444 jam 0x9d ,0x8a23 
+0x2172 002445 jam 0x02 ,0x8a24 
+0x2173 002446 nop 20 
+0x2174 002447 jam 0x65 ,0x8a70 
+0x2175 002448 jam 0x9f ,0x8a23 
+0x2176 002449 call set_lemode 
+0x2177 002450 storet 1 ,mem_last_freq 
+0x2178 002451 increase 1 ,temp 
+:      002455 aac_res_lookup:
+0x2179 002456 bpatch patch02_3 ,mem_patch02 
+0x217a 002457 rshift4 temp ,pdata 
+0x217b 002458 arg mem_aac_res_table ,contr 
+0x217c 002459 iadd contr ,contr 
+0x217d 002460 ifetch 1 ,contr 
+0x217e 002461 fetchr rega ,1 ,0x8a71 
+0x217f 002462 and_into 0xf ,rega 
+0x2180 002463 ior rega ,pdata 
+0x2181 002464 store 1 ,0x8a71 
+0x2182 002465 call calc_freq 
+0x2183 002466 nop 144 
+0x2184 002467 fetch 1 ,mem_fcomp_div 
+0x2185 002468 beq xtal_24m ,aac_res_lookup_end 
+0x2186 002469 nop 36 
+:      002470 aac_res_lookup_end:
+0x2187 002471 jam 0x80 ,0x8a20 
+0x2188 002472 rtn 
+:      002475 set_lemode_2m_16m:
+0x2189 002476 setarg 0x8312 
+0x218a 002477 store 2 ,0x8907 
+0x218b 002478 branch set_lemode_2m 
+:      002480 set_lemode_1m_16m:
+0x218c 002481 setarg 0x4189 
+0x218d 002482 store 2 ,0x8907 
+0x218e 002483 branch set_lemode_1m 
+:      002486 set_lemode:
+0x218f 002487 bpatch patch02_4 ,mem_patch02 
+0x2190 002488 jam 0x11 ,0x8a82 
+0x2191 002489 jam 0x12 ,0x8a8d 
+0x2192 002490 jam 0x0a ,0x8a8e 
+0x2193 002491 fetch 1 ,mem_fcomp_div 
+0x2194 002492 beq xtal_16m ,set_lemode_2m_16m 
+0x2195 002493 setarg 0x5762 
+0x2196 002494 store 2 ,0x8907 
+:      002495 set_lemode_2m:
+0x2197 002496 jam 3 ,0x8901 
+0x2198 002497 jam 0x84 ,0x8920 
+0x2199 002498 rtnmark1 mark_ble_2m 
+0x219a 002499 jam 1 ,0x8901 
+0x219b 002500 jam 0x80 ,0x8920 
+0x219c 002501 jam 0x07 ,0x8a82 
+0x219d 002502 jam 0x44 ,0x8a8d 
+0x219e 002503 jam 0x0a ,0x8a8e 
+0x219f 002504 fetch 1 ,mem_fcomp_div 
+0x21a0 002505 beq xtal_16m ,set_lemode_1m_16m 
+0x21a1 002506 setarg 0x2bb1 
+0x21a2 002507 store 2 ,0x8907 
+:      002508 set_lemode_1m:
+0x21a3 002509 rtnmark0 mark_ble_lr 
+0x21a4 002510 jam 5 ,0x8901 
+0x21a5 002511 rtn 
+:      002513 rf_rx_enable:
+0x21a6 002514 bpatch patch02_5 ,mem_patch02 
+0x21a7 002515 call rf_debug_rx_gpio_high 
+0x21a8 002516 call rf_rx_agc_set 
+0x21a9 002517 force 8 ,radio_ctrl 
+0x21aa 002518 force 0 ,radio_ctrl 
+0x21ab 002520 setarg 0x0aaada 
+0x21ac 002521 store 3 ,0x8a0f 
+0x21ad 002522 jam 0x40 ,0x8a25 
+0x21ae 002523 jam 0x10 ,0x8a26 
+0x21af 002524 nop 60 
+0x21b0 002525 jam 0xfb ,0x8a01 
+0x21b1 002526 jam 0xff ,0x8a25 
+0x21b2 002527 jam 0x30 ,0x8a26 
+0x21b3 002528 jam 0x5e ,0x8a16 
+0x21b4 002529 nop 20 
+0x21b5 002530 jam 0x00 ,0x8a10 
+0x21b6 002531 jam 0x08 ,0x8a11 
+0x21b7 002532 nop 120 
+0x21b8 002533 jam 0xd ,0x8900 
+0x21b9 002534 rtn 
+:      002537 rf_rx_agc_set:
+0x21ba 002538 fetch 1 ,mem_gain_fix 
+0x21bb 002539 beq 0xff ,rf_rx_enable_no_soft_agc 
+0x21bc 002540 arg mem_gain_table ,contr 
+0x21bd 002541 iadd contr ,contr 
+0x21be 002542 ifetch 1 ,contr 
+0x21bf 002543 store 1 ,core_rf_rx_gain_fix 
+0x21c0 002544 jam 0x27 ,core_rf_rx_agc_ctrl 
+:      002546 rf_rx_enable_no_soft_agc:
+0x21c1 002547 fetcht 1 ,mem_gain_second_agc_en 
+0x21c2 002548 fetch 1 ,core_rf_rx_agc_ctrl 
+0x21c3 002549 ior temp ,pdata 
+0x21c4 002550 store 1 ,core_rf_rx_agc_ctrl 
+0x21c5 002551 rtn 
+:      002554 set_freq_tx_int:
+0x21c6 002555 jam 0x03 ,0x8900 
+0x21c7 002556 jam 0x02 ,0x8a24 
+0x21c8 002557 nop 20 
+0x21c9 002558 jam 0x65 ,0x8a70 
+0x21ca 002559 jam 0xdf ,0x8a23 
+0x21cb 002560 call set_lemode 
+0x21cc 002561 call ghp_lookup 
+0x21cd 002562 storet 1 ,mem_last_freq 
+0x21ce 002563 increase 2 ,temp 
+0x21cf 002564 branch aac_res_lookup 
+:      002568 calc_freq:
+0x21d0 002569 bpatch patch02_6 ,mem_patch02 
+0x21d1 002570 setarg 2400 
+0x21d2 002571 iadd temp ,pdata 
+0x21d3 002572 copy pdata ,rega 
+0x21d4 002573 fetcht 1 ,mem_fcomp_div 
+0x21d5 002574 rshift temp ,temp 
+0x21d6 002575 idiv temp 
+0x21d7 002577 call wait_div_end 
+0x21d8 002578 quotient pdata 
+0x21d9 002579 store 2 ,0x8909 
+0x21da 002580 remainder pdata 
+0x21db 002581 lshift16 pdata ,pdata 
+0x21dc 002582 lshift8 pdata ,pdata 
+0x21dd 002583 idiv temp 
+0x21de 002584 call wait_div_end 
+0x21df 002585 quotient pdata 
+0x21e0 002586 store 3 ,0x890b 
+0x21e1 002591 storer rega ,1 ,0x8a22 
+0x21e2 002592 rshift8 rega ,rega 
+0x21e3 002593 storer rega ,1 ,0x8a21 
+0x21e4 002594 jam 0xa0 ,0x8a20 
+0x21e5 002595 jam 0xe0 ,0x8a20 
+0x21e6 002596 jam 0xa0 ,0x8a20 
+0x21e7 002597 rtn 
+:      002599 ghp_lookup:
+0x21e8 002600 add temp ,2 ,pdata 
+0x21e9 002601 rshift3 pdata ,pdata 
+0x21ea 002602 and_into -2 ,pdata 
+0x21eb 002603 arg mem_ghpc_table ,contr 
+0x21ec 002604 bmark0 mark_ble_2m ,ghp_1m 
+0x21ed 002605 increase 12 ,contr 
+:      002606 ghp_1m:
+0x21ee 002607 iadd contr ,contr 
+0x21ef 002608 ifetchr rega ,2 ,contr 
+0x21f0 002609 ifetch 2 ,contr 
+0x21f1 002610 isub rega ,pdata 
+0x21f2 002611 add temp ,2 ,contr 
+0x21f3 002612 and_into 0xf ,contr 
+0x21f4 002613 imul32 contr ,pdata 
+0x21f5 002614 rshift4 pdata ,pdata 
+0x21f6 002615 iadd rega ,pdata 
+0x21f7 002616 store 2 ,0x8905 
+0x21f8 002617 rtn 
+:      002621 set_freq_tx:
+0x21f9 002622 bpatch patch02_7 ,mem_patch02 
+0x21fa 002623 call set_freq_tx_int 
+0x21fb 002624 nop 600 
+:      002626 txon:
+0x21fc 002627 bpatch patch03_0 ,mem_patch03 
+0x21fd 002628 setarg 0x0aaa7e 
+0x21fe 002629 store 3 ,0x8a0f 
+0x21ff 002630 nop 60 
+0x2200 002631 jam 0x00 ,0x8a25 
+0x2201 002632 jam 0x0d ,0x8a26 
+0x2202 002633 jam 0x56 ,0x8a16 
+0x2203 002634 nop 30 
+0x2204 002635 jam 0x1b ,0x8a15 
+0x2205 002636 call set_tx_power 
+0x2206 002637 nop 20 
+0x2207 002638 jam 0x0f ,0x8a26 
+0x2208 002639 nop 20 
+0x2209 002640 jam 0xa8 ,0x8a10 
+0x220a 002641 jam 0x00 ,0x8a11 
+0x220b 002642 rtn 
+:      002644 set_tx_power:
+0x220c 002645 bpatch patch03_1 ,mem_patch03 
+0x220d 002646 fetch 1 ,mem_tx_power 
+0x220e 002647 beq tx_power_0db ,set_tx_power_0db 
+0x220f 002648 beq tx_power_3db ,set_tx_power_3db 
+0x2210 002649 beq tx_power_5db ,set_tx_power_5db 
+0x2211 002650 beq tx_power_7db ,set_tx_power_7db 
+0x2212 002651 beq tx_power_10db ,set_tx_power_10db 
+0x2213 002652 beq tx_power_f3db ,set_tx_power_f3db 
+0x2214 002653 beq tx_power_f5db ,set_tx_power_f5db 
+0x2215 002654 beq tx_power_f10db ,set_tx_power_f10db 
+0x2216 002655 beq tx_power_f20db ,set_tx_power_f20db 
+:      002656 set_tx_power_0db:
+0x2217 002657 jam 0x17 ,0x8a14 
+0x2218 002658 setarg 0x251a3f 
+0x2219 002659 store 3 ,0x8a60 
+:      002660 set_tx_power_8a63_28:
+0x221a 002661 jam 0x28 ,0x8a63 
+0x221b 002662 rtn 
+:      002664 set_tx_power_3db:
+0x221c 002665 jam 0x25 ,0x8a14 
+0x221d 002666 setarg 0xa91c2d 
+0x221e 002667 store 3 ,0x8a60 
+:      002668 set_tx_power_8a63_2f:
+0x221f 002669 jam 0x2f ,0x8a63 
+0x2220 002670 rtn 
+:      002672 set_tx_power_5db:
+0x2221 002673 jam 0x25 ,0x8a14 
+0x2222 002674 setarg 0xa91c3f 
+0x2223 002675 store 3 ,0x8a60 
+0x2224 002676 branch set_tx_power_8a63_2f 
+:      002678 set_tx_power_7db:
+0x2225 002679 jam 0x25 ,0x8a14 
+0x2226 002680 setarg 0xa9383f 
+0x2227 002681 store 3 ,0x8a60 
+0x2228 002682 branch set_tx_power_8a63_2f 
+:      002684 set_tx_power_10db:
+0x2229 002685 jam 0x25 ,0x8a14 
+0x222a 002686 setarg 0xa93f3f 
+0x222b 002687 store 3 ,0x8a60 
+0x222c 002688 branch set_tx_power_8a63_2f 
+:      002691 set_tx_power_f3db:
+0x222d 002692 jam 0x17 ,0x8a14 
+0x222e 002693 setarg 0x251827 
+0x222f 002694 store 3 ,0x8a60 
+0x2230 002695 branch set_tx_power_8a63_28 
+:      002697 set_tx_power_f5db:
+0x2231 002698 jam 0x17 ,0x8a14 
+0x2232 002699 setarg 0x25181c 
+0x2233 002700 store 3 ,0x8a60 
+0x2234 002701 branch set_tx_power_8a63_28 
+:      002703 set_tx_power_f10db:
+0x2235 002704 jam 0x17 ,0x8a14 
+0x2236 002705 setarg 0x25180b 
+0x2237 002706 store 3 ,0x8a60 
+0x2238 002707 branch set_tx_power_8a63_28 
+:      002709 set_tx_power_f20db:
+0x2239 002710 jam 0x17 ,0x8a14 
+0x223a 002711 setarg 0x251000 
+0x223b 002712 store 3 ,0x8a60 
+0x223c 002713 branch set_tx_power_8a63_28 
+:      002717 initialize_radio:
+0x223d 002718 jam clksel_rc ,core_clksel 
+:      002719 initialize_radio_wait:
+0x223e 002720 fetch 2 ,mem_rf_init_ptr 
+0x223f 002721 bbit0 14 ,initialize_radio_wait 
+0x2240 002722 iforce contr 
+0x2241 002723 arg 0x8a00 ,temp 
+:      002724 initialize_radio_loop:
+0x2242 002725 ifetch 1 ,contr 
+0x2243 002726 beq 0xff ,initialize_radio_cont 
+0x2244 002727 ior temp ,contw 
+0x2245 002728 ifetch 1 ,contr 
+0x2246 002729 istore 1 ,contw 
+0x2247 002730 branch initialize_radio_loop 
+:      002732 initialize_radio_cont:
+0x2248 002733 bpatch patch03_2 ,mem_patch03 
+0x2249 002734 fetch 1 ,mem_wdt_always_work 
+0x224a 002735 call wdt_set_disable ,blank 
+0x224b 002737 until null ,lpo_edge 
+0x224c 002738 jam 0x5f ,0x813b 
+0x224d 002739 fetch 1 ,mem_fcomp_div 
+0x224e 002740 beq xtal_16m ,initialize_radio_16m 
+0x224f 002741 fetch 1 ,mem_ring_ibias_trim 
+0x2250 002742 or_into 0x04 ,pdata 
+0x2251 002743 store 1 ,0x8a02 
+0x2252 002744 jam 0x01 ,0x890f 
+0x2253 002745 jam 0x24 ,0x8a80 
+0x2254 002746 jam 0x62 ,0x8a81 
+0x2255 002747 setarg 0xe61212 
+0x2256 002748 store 3 ,0x8a73 
+:      002749 initialize_radio2:
+0x2257 002751 jam 0x60 ,0x8a86 
+0x2258 002752 jam 0x3b ,0x8a8b 
+0x2259 002754 call dpll_on 
+0x225a 002755 jam 0 ,core_config 
+0x225b 002756 jam clksel_dpll ,core_clksel 
+0x225c 002757 setarg 0x557474 
+0x225d 002758 store 3 ,0x8968 
+0x225e 002759 jam 0x6e ,0x8960 
+0x225f 002760 call rx_dcoc 
+0x2260 002761 call rfpll_aac_ghpc 
+0x2261 002762 fetch 1 ,mem_xtal_c_sel 
+0x2262 002763 store 1 ,core_xtal_cap 
+0x2263 002765 jam system_clk_12m ,mem_system_clk 
+0x2264 002766 call sadc_calibration 
+0x2265 002767 branch dpll_ring_ibias_calc 
+:      002769 initialize_radio_16m:
+0x2266 002770 fetch 1 ,mem_ring_ibias_trim 
+0x2267 002771 or_into 0x06 ,pdata 
+0x2268 002772 store 1 ,0x8a02 
+0x2269 002773 jam 0x00 ,0x890f 
+0x226a 002774 jam 0x23 ,0x8a80 
+0x226b 002775 jam 0xb0 ,0x8a81 
+0x226c 002776 setarg 0xe40909 
+0x226d 002777 store 3 ,0x8a73 
+0x226e 002778 jam 0x2a ,0x8a76 
+0x226f 002779 jam 0x04 ,0x8902 
+0x2270 002780 branch initialize_radio2 
+:      002782 rfpll_aac_ghpc:
+0x2271 002783 bpatch patch03_3 ,mem_patch03 
+0x2272 002784 call set_sync_on 
+0x2273 002785 jam 3 ,0x8900 
+0x2274 002786 jam 0x1 ,0x8a70 
+0x2275 002787 arg mem_ghpc_table ,regb 
+0x2276 002788 arg mem_aac_res_table ,regd 
+0x2277 002789 call rfpll_aac_ghpc_once 
+0x2278 002790 set1 mark_ble_2m ,mark 
+0x2279 002791 call rfpll_aac_ghpc_once 
+0x227a 002792 jam 0x61 ,0x8a70 
+0x227b 002793 branch shutdown_radio 
+:      002795 rfpll_aac_ghpc_once:
+0x227c 002796 call set_lemode 
+0x227d 002797 arg 6 ,loopcnt 
+0x227e 002798 arg 0 ,regc 
+:      002799 rfpll_cal_loop:
+0x227f 002800 copy regc ,temp 
+0x2280 002801 call aac_ghpc 
+0x2281 002802 increase 2 ,regb 
+0x2282 002803 increase 1 ,regd 
+0x2283 002804 increase 16 ,regc 
+0x2284 002805 loop rfpll_cal_loop 
+0x2285 002806 rtn 
+:      002808 dpll_on:
+0x2286 002809 fetch 1 ,mem_fcomp_div 
+0x2287 002810 beq xtal_24m ,dpll_on_24m 
+0x2288 002811 fetch 1 ,mem_ring_ibias_trim 
+0x2289 002812 or_into 0x06 ,pdata 
+0x228a 002813 store 1 ,0x8a02 
+0x228b 002814 jam 0xe0 ,0x8a05 
+:      002815 dpll_on_24m:
+0x228c 002816 jam 0xc8 ,0x8a00 
+0x228d 002817 nop 60 
+0x228e 002818 jam 0xa0 ,0x8a01 
+0x228f 002819 jam 0xcf ,0x8a00 
+0x2290 002820 jam 0xfa ,0x8a01 
+0x2291 002821 nop 20 
+0x2292 002822 jam 0x8f ,0x8a00 
+0x2293 002823 rtn 
+:      002825 aac_ghpc:
+0x2294 002826 bpatch patch03_4 ,mem_patch03 
+0x2295 002827 jam 0x30 ,0x8a20 
+0x2296 002828 jam 0xdd ,0x8a23 
+0x2297 002829 call calc_freq 
+:      002830 wait_cal_done:
+0x2298 002831 fetch 1 ,0x8a7c 
+0x2299 002832 bbit0 0 ,wait_cal_done 
+0x229a 002833 jam 0x30 ,0x8a7b 
+0x229b 002834 call read_cal_result 
+0x229c 002835 iforce rega 
+0x229d 002836 jam 0x40 ,0x8a7b 
+0x229e 002837 call read_cal_result 
+0x229f 002838 isub rega ,pdata 
+0x22a0 002839 mul32 pdata ,125 ,temp 
+0x22a1 002840 setarg 0xb00000 
+0x22a2 002841 idiv temp 
+0x22a3 002842 call wait_div_end 
+0x22a4 002843 quotient pdata 
+0x22a5 002844 bmark0 mark_ble_2m ,aac_ghpc_1m 
+0x22a6 002845 lshift pdata ,pdata 
+:      002846 aac_ghpc_1m:
+0x22a7 002847 istore 2 ,regb 
+0x22a8 002848 jam 0x20 ,0x8a7b 
+0x22a9 002849 fetch 1 ,0x8a7e 
+0x22aa 002850 lshift4 pdata ,pdata 
+0x22ab 002851 istore 1 ,regd 
+0x22ac 002852 jam 0 ,0x8a7b 
+0x22ad 002853 rtn 
+:      002855 read_cal_result:
+0x22ae 002856 fetch 2 ,0x8a7d 
+0x22af 002857 byteswap pdata ,pdata 
+0x22b0 002858 fetcht 1 ,0x8a7c 
+0x22b1 002859 lshift16 temp ,temp 
+0x22b2 002860 ior temp ,pdata 
+0x22b3 002861 rtn 
+:      002864 dpll_ring_ibias_calc:
+0x22b4 002865 bpatch patch03_5 ,mem_patch03 
+0x22b5 002866 fetch 1 ,core_vtest_ctrl0 
+0x22b6 002867 set1 0 ,pdata 
+0x22b7 002868 store 1 ,core_vtest_ctrl0 
+0x22b8 002869 jam 0xf0 ,core_vtest_ctrl1 
+0x22b9 002870 fetch 1 ,core_bbpll_cfg3 
+0x22ba 002871 or_into 0x16 ,pdata 
+0x22bb 002872 store 1 ,core_bbpll_cfg3 
+0x22bc 002874 fetch 1 ,mem_adc_dma_enable 
+0x22bd 002875 store 1 ,mem_temp 
+0x22be 002876 fetch 1 ,mem_adc_channel 
+0x22bf 002877 store 1 ,mem_temp + 1 
+0x22c0 002878 jam 0 ,mem_adc_dma_enable 
+0x22c1 002879 fetch 1 ,mem_ring_ibias_calc_adc_channel 
+0x22c2 002880 store 1 ,mem_adc_channel 
+0x22c3 002881 fetcht 1 ,mem_ring_ibias_calc_adc_gpio 
+0x22c4 002882 call gpio_set_high_impedance 
+0x22c5 002884 arg 0 ,rega 
+0x22c6 002885 arg 8 ,loopcnt 
+:      002886 dpll_ring_ibias_read_adc:
+0x22c7 002887 call enable_adc 
+0x22c8 002888 fetch 2 ,mem_adc_current_value 
+0x22c9 002889 iadd rega ,rega 
+0x22ca 002890 loop dpll_ring_ibias_read_adc 
+0x22cb 002891 rshift3 rega ,rega 
+0x22cc 002892 store 2 ,mem_adc_current_value 
+0x22cd 002894 fetch 1 ,mem_temp 
+0x22ce 002895 store 1 ,mem_adc_dma_enable 
+0x22cf 002896 fetch 1 ,mem_temp + 1 
+0x22d0 002897 store 1 ,mem_adc_channel 
+0x22d1 002899 fetch 1 ,core_bbpll_cfg3 
+0x22d2 002900 and_into 0xe0 ,pdata 
+0x22d3 002901 store 1 ,core_bbpll_cfg3 
+0x22d4 002902 jam 0x00 ,core_vtest_ctrl1 
+0x22d5 002903 fetch 1 ,core_vtest_ctrl0 
+0x22d6 002904 set0 0 ,pdata 
+0x22d7 002905 store 1 ,core_vtest_ctrl0 
+0x22d8 002907 call vdd_calculate_by_mode 
+0x22d9 002908 fetcht 2 ,mem_ring_ibias_vtune_high 
+0x22da 002909 isub temp ,null 
+0x22db 002910 branch ring_ibias_trim_incrs ,positive 
+0x22dc 002911 fetcht 2 ,mem_ring_ibias_vtune_low 
+0x22dd 002912 isub temp ,null 
+0x22de 002913 rtn positive 
+:      002914 ring_ibias_trim_decrs:
+0x22df 002915 fetch 1 ,mem_ring_ibias_trim 
+0x22e0 002916 rtneq 0x00 
+0x22e1 002917 increase -32 ,pdata 
+0x22e2 002918 store 1 ,mem_ring_ibias_trim 
+0x22e3 002919 rtn 
+:      002921 ring_ibias_trim_incrs:
+0x22e4 002922 fetch 1 ,mem_ring_ibias_trim 
+0x22e5 002923 rtneq 0xe0 
+0x22e6 002924 increase 32 ,pdata 
+0x22e7 002925 store 1 ,mem_ring_ibias_trim 
+0x22e8 002926 rtn 
+:      002929 save_rssi:
+0x22e9 002930 bpatch patch03_6 ,mem_patch03 
+0x22ea 002932 fetch 1 ,modem_nb_pow 
+0x22eb 002933 isolate1 6 ,pdata 
+0x22ec 002934 setflag true ,7 ,pdata 
+0x22ed 002935 store 1 ,mem_modem_rssi 
+0x22ee 002937 fetch 1 ,modem_gain 
+0x22ef 002938 and pdata ,0x0f ,temp 
+0x22f0 002939 lshift temp ,temp 
+0x22f1 002940 rshift4 pdata ,pdata 
+0x22f2 002941 iadd temp ,temp 
+0x22f3 002942 mul32 temp ,3 ,rega 
+0x22f4 002944 fetch 1 ,mem_modem_rssi 
+0x22f5 002945 call byte_sign_extern 
+0x22f6 002946 sub pdata ,0 ,pdata 
+0x22f7 002947 iadd rega ,pdata 
+0x22f8 002948 increase -9 ,pdata 
+0x22f9 002949 and pdata ,0x1ff ,pdata 
+0x22fa 002950 isolate1 8 ,pdata 
+0x22fb 002951 nbranch save_rssi_store ,true 
+0x22fc 002952 setarg 0 
+:      002953 save_rssi_store:
+0x22fd 002954 store 1 ,mem_rssi_hex 
+0x22fe 002955 branch rssi_hex2dec 
+:      002957 byte_sign_extern:
+0x22ff 002958 isolate1 7 ,pdata 
+0x2300 002959 nrtn true 
+0x2301 002960 arg 0xff00 ,temp 
+0x2302 002961 ior temp ,pdata 
+0x2303 002962 rtn 
+:      002964 rssi_hex2dec:
+0x2304 002965 fetch 1 ,mem_rssi_hex 
+0x2305 002966 call bcd 
+0x2306 002967 store 1 ,mem_rssi 
+0x2307 002968 rtn 
+:      002970 bcd:
+0x2308 002971 and_into 0xff ,pdata 
+0x2309 002972 div pdata ,10 
+0x230a 002973 call get_div_result 
+0x230b 002974 lshift4 pdata ,pdata 
+0x230c 002975 remainder temp 
+0x230d 002976 ior temp ,pdata 
+0x230e 002977 rtn 
+:      002979 gain_control:
+0x230f 002980 bpatch patch03_7 ,mem_patch03 
+0x2310 002981 fetch 1 ,mem_gain_fix 
+0x2311 002982 rtneq 0xff 
+0x2312 002983 nbranch gain_increase ,sync 
+0x2313 002984 fetch 1 ,mem_modem_rssi 
+0x2314 002985 sub pdata ,0xf0 ,null 
+0x2315 002986 nbranch gain_descend ,positive 
+0x2316 002987 sub pdata ,0x7f ,null 
+0x2317 002988 branch gain_descend ,positive 
+0x2318 002990 fetchr rega ,1 ,core_rf_rx_gain_fix 
+0x2319 002991 fetch 1 ,mem_gain_fix 
+0x231a 002992 rtneq 0 
+0x231b 002993 arg mem_gain_table ,contr 
+0x231c 002994 iadd contr ,contr 
+0x231d 002995 ifetch 1 ,contr 
+0x231e 002996 isub rega ,null 
+0x231f 002997 nrtn zero 
+0x2320 002998 increase -2 ,contr 
+0x2321 002999 ifetcht 1 ,contr 
+0x2322 003000 rshift4 temp ,pdata 
+0x2323 003001 rshift4 rega ,regb 
+0x2324 003002 isub regb ,regb 
+0x2325 003003 and temp ,0xf ,pdata 
+0x2326 003004 and rega ,0xf ,rega 
+0x2327 003005 isub rega ,rega 
+0x2328 003006 lshift rega ,pdata 
+0x2329 003007 iadd regb ,regb 
+0x232a 003008 mul32 regb ,3 ,regb 
+0x232b 003009 fetcht 1 ,mem_modem_rssi 
+0x232c 003010 and temp ,0x80 ,pdata 
+0x232d 003011 rtn blank 
+:      003012 add_negative:
+0x232e 003013 setarg 0x100 
+0x232f 003014 isub temp ,temp 
+0x2330 003015 copy regb ,pdata 
+0x2331 003016 isub temp ,pdata 
+0x2332 003017 rtn positive 
+0x2333 003018 and pdata ,0xff ,pdata 
+0x2334 003019 rtneq 0xff 
+0x2335 003020 rtneq 0xfe 
+:      003022 gain_increase:
+0x2336 003023 fetch 1 ,mem_gain_fix 
+0x2337 003024 beq 1 ,set_rx_gain0 
+0x2338 003025 beq 2 ,set_rx_gain1 
+0x2339 003027 branch set_rx_gain0 
+:      003029 gain_descend:
+0x233a 003030 fetch 1 ,mem_gain_fix 
+0x233b 003031 beq 0 ,set_rx_gain1 
+0x233c 003032 beq 1 ,set_rx_gain2 
+:      003034 set_rx_gain2:
+0x233d 003035 jam 2 ,mem_gain_fix 
+0x233e 003036 rtn 
+:      003038 set_rx_gain0:
+0x233f 003039 jam 0 ,mem_gain_fix 
+0x2340 003040 rtn 
+:      003042 set_rx_gain1:
+0x2341 003043 jam 1 ,mem_gain_fix 
+0x2342 003044 rtn 
+:      003051 ahead_window:
+0x2343 003052 copy pdata ,temp 
+0x2344 003053 bpatch patch04_0 ,mem_patch04 
+0x2345 003054 copy temp ,pdata 
+0x2346 003055 call clk2bt 
+0x2347 003056 lshift16 bt_clk ,pdata 
+0x2348 003057 set1 44 ,pdata 
+0x2349 003058 call clk_diff 
+0x234a 003059 set0 44 ,pdata 
+0x234b 003060 call get_clk 
+0x234c 003061 call clk_diff 
+0x234d 003062 rtn user 
+0x234e 003063 call clk2rt 
+0x234f 003064 iforce stop_watch 
+0x2350 003065 until null ,timeout 
+0x2351 003066 rtn 
+:      003069 get_clk:
+0x2352 003070 copy clkn ,temp 
+0x2353 003071 rtn master 
+0x2354 003072 copy clke ,temp 
+0x2355 003073 rtn 
+:      003075 get_clkbt:
+0x2356 003076 deposit clkn_bt 
+0x2357 003077 rtn master 
+0x2358 003078 deposit clke_bt 
+0x2359 003079 rtn 
+:      003082 assert:
+0x235a 003083 bpatch patch04_1 ,mem_patch04 
+0x235b 003084 branch assert 
+:      003087 sleep:
+0x235c 003088 rtn blank 
+0x235d 003090 rshift pdata ,pdata 
+0x235e 003091 increase -3 ,pdata 
+:      003092 sleep_loop:
+0x235f 003093 increase -1 ,pdata 
+0x2360 003094 nbranch sleep_loop ,zero 
+0x2361 003095 force 0 ,pdata 
+0x2362 003096 rtn 
+:      003100 init_param:
+0x2363 003102 setarg param_tx_setup 
+0x2364 003103 store 2 ,mem_param_tx_setup 
+0x2365 003104 setarg param_rf_setup 
+0x2366 003105 store 2 ,mem_param_rf_setup 
+0x2367 003106 setarg param_conn_access 
+0x2368 003107 store 2 ,mem_param_conn_access 
+0x2369 003108 setarg param_rx_setup 
+0x236a 003109 store 2 ,mem_param_rx_setup 
+0x236b 003110 setarg param_clke_cal 
+0x236c 003111 store 2 ,mem_param_clke_cal 
+0x236d 003112 setarg param_pll_setup 
+0x236e 003113 store 2 ,mem_param_pll_setup 
+0x236f 003114 setarg param_dpll_start_delay 
+0x2370 003115 store 2 ,mem_param_dpll_start_delay 
+0x2371 003116 setarg param_rt_rthalfslot 
+0x2372 003117 store 2 ,mem_param_rt_rthalfslot 
+0x2373 003118 setarg param_clke_cal_le_1m 
+0x2374 003119 store 2 ,mem_param_clke_cal_le_1m 
+0x2375 003120 setarg param_clke_cal_le_2m 
+0x2376 003121 store 2 ,mem_param_clke_cal_le_2m 
+0x2377 003122 setarg param_clke_cal_le_coded 
+0x2378 003123 store 2 ,mem_param_clke_cal_le_coded 
+0x2379 003125 bpatch patch04_2 ,mem_patch04 
+0x237a 003126 rtn wake 
+0x237b 003127 setarg att_default_mtu 
+0x237c 003128 store 2 ,mem_le_remote_mtu 
+0x237d 003129 jam param_t_ifs_150us + param_sync_time_difference ,mem_le_tx_ifs_defference 
+0x237e 003130 setarg mem_ble_tx_buff0 
+0x237f 003131 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x2380 003132 setarg mem_ble_l2cap_tx_buff_size 
+0x2381 003133 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x2382 003134 rshift clkn_bt ,pdata 
+0x2383 003135 store 4 ,mem_last_clkn 
+0x2384 003136 rtn 
+:      003143 lpmstate:
+0x2385 003144 setarg 0xee21 
+0x2386 003145 store 2 ,core_clkoff 
+0x2387 003146 fetchr alarm ,4 ,core_gpio_in 
+0x2388 003147 fetch 1 ,core_lpm_isogate 
+0x2389 003148 bbit0 gpio_latch ,power_up 
+0x238a 003149 enable wake 
+0x238b 003150 bbit1 cold_wake ,lpmwake 
+0x238c 003151 disable wake 
+0x238d 003152 deposit auxcnt 
+0x238e 003153 nbranch lpmwake ,blank 
+0x238f 003154 fetch 1 ,core_lpm_sysctl 
+0x2390 003155 bbit1 reload_code ,lpmwake 
+0x2391 003156 arg param_hibernate_clks ,temp 
+0x2392 003157 branch lpm_enter_sleep 
+:      003158 lpmwake:
+0x2393 003159 call lpm_poweron_retmem 
+0x2394 003160 call lpm_load_context ,wake 
+0x2395 003161 fetch 1 ,core_lpm_isogate 
+0x2396 003162 set0 gpio_latch ,pdata 
+0x2397 003163 store 1 ,core_lpm_isogate 
+0x2398 003164 nbranch boot_load ,wake 
+0x2399 003165 nop 1 
+0x239a 003166 storer alarm ,4 ,mem_saved_gpio_in 
+0x239b 003167 rtn 
+:      003169 power_up:
+0x239c 003170 call lpm_poweron_retmem 
+:      003171 boot_load:
+0x239d 003172 call loadcode 
+0x239e 003173 storer alarm ,4 ,mem_saved_gpio_in 
+0x239f 003174 rtn 
+:      003176 lpm_poweron_retmem:
+0x23a0 003177 until null ,lpo_edge 
+0x23a1 003178 fetch 1 ,core_lpm_ldosel 
+0x23a2 003179 and_into 0x88 ,pdata 
+0x23a3 003180 store 1 ,core_lpm_ldosel 
+0x23a4 003181 until null ,lpo_edge 
+0x23a5 003182 fetch 1 ,core_lpm_isogate 
+0x23a6 003183 or_into 0xf ,pdata 
+0x23a7 003184 store 1 ,core_lpm_isogate 
+0x23a8 003185 until null ,lpo_edge 
+0x23a9 003186 set1 isogate ,pdata 
+0x23aa 003187 store 1 ,core_lpm_isogate 
+0x23ab 003188 until null ,lpo_edge 
+0x23ac 003189 set1 retmem_cs ,pdata 
+0x23ad 003190 store 1 ,core_lpm_isogate 
+0x23ae 003191 until null ,lpo_edge 
+0x23af 003192 rtn 
+:      003194 lpm_xtal_default:
+0x23b0 003195 until null ,lpo_edge 
+0x23b1 003196 jam 0x76 ,core_xtal_ib 
+0x23b2 003197 until null ,lpo_edge 
+0x23b3 003198 jam 0x37 ,core_xtal_cap 
+0x23b4 003199 rtn 
+:      003201 xtal_fast_wake:
+0x23b5 003202 until null ,lpo_edge 
+0x23b6 003203 jam 0x76 ,core_xtal_ib 
+0x23b7 003204 until null ,lpo_edge 
+0x23b8 003205 jam 0x37 ,core_xtal_cap 
+0x23b9 003206 rtn 
+:      003208 lpm_write_lock:
+0x23ba 003211 fetch 1 ,mem_device_option 
+0x23bb 003212 lshift4 pdata ,pdata 
+0x23bc 003214 store 1 ,core_ucode_flag 
+0x23bd 003215 until null ,lpo_edge 
+0x23be 003216 fetch 1 ,mem_peripheral_lock_flag 
+0x23bf 003217 set1 rom_lock_bit ,pdata 
+0x23c0 003218 set1 option_lock ,pdata 
+0x23c1 003219 store 1 ,core_peripheral_lock 
+0x23c2 003220 branch lpm_write_wait 
+:      003222 lpm_write_ice_disable:
+0x23c3 003223 fetch 1 ,core_lpm_sysctl 
+0x23c4 003224 set0 ice_mode ,pdata 
+0x23c5 003225 store 1 ,core_lpm_sysctl 
+0x23c6 003226 rtn 
+:      003228 lpm_write_ice_enable:
+0x23c7 003229 fetch 1 ,core_lpm_sysctl 
+0x23c8 003230 set1 ice_mode ,pdata 
+0x23c9 003231 store 1 ,core_lpm_sysctl 
+0x23ca 003232 rtn 
+:      003234 lpm_preon_counter:
+0x23cb 003235 fetch 3 ,mem_lpm_xtalcnt 
+0x23cc 003236 arg core_lpm_xtalcnt ,contw 
+:      003237 lpm_write_3bytes:
+0x23cd 003238 arg 3 ,loopcnt 
+0x23ce 003239 branch lpm_write_loop 
+:      003241 lpm_write_mpu_s0:
+0x23cf 003242 arg core_mpu_s0_saddr ,contw 
+:      003243 lpm_write_dword:
+0x23d0 003244 arg 4 ,loopcnt 
+:      003245 lpm_write_loop:
+0x23d1 003246 until null ,lpo_edge 
+0x23d2 003247 istore 1 ,contw 
+0x23d3 003248 rshift8 pdata ,pdata 
+0x23d4 003249 loop lpm_write_loop 
+0x23d5 003250 branch lpm_write_wait 
+:      003252 lpm_write_mpu_s1:
+0x23d6 003253 arg core_mpu_s1_saddr ,contw 
+0x23d7 003254 branch lpm_write_dword 
+:      003257 lpm_disable_exen_output:
+0x23d8 003258 fetch 1 ,core_lpm_ldosel 
+0x23d9 003259 set0 3 ,pdata 
+0x23da 003260 store 1 ,core_lpm_ldosel 
+0x23db 003261 rtn 
+:      003263 lpm_disable_io_dozed:
+0x23dc 003264 fetch 1 ,mem_lpm_hv_sel 
+0x23dd 003265 rtn blank 
+0x23de 003266 set0 lpm_doze_en_bit ,pdata 
+0x23df 003267 branch lpm_write_sel_hv 
+:      003269 lpm_save_sel_hv:
+0x23e0 003270 store 1 ,mem_lpm_hv_sel 
+:      003271 lpm_write_sel_hv:
+0x23e1 003272 store 1 ,core_io_doze_en 
+:      003273 lpm_write_wait:
+0x23e2 003274 until null ,lpo_edge 
+0x23e3 003275 rtn 
+:      003278 lpm_write_io_vsel:
+0x23e4 003279 store 1 ,core_io_vsel 
+0x23e5 003280 branch lpm_write_wait 
+:      003283 lpm_load_context:
+0x23e6 003284 call lpm_disable_io_dozed 
+0x23e7 003285 fetch 1 ,mem_saved_spidctrl 
+0x23e8 003286 store 1 ,core_spid_ctrl 
+0x23e9 003287 arg mem_saved_gpio ,contr 
+0x23ea 003288 arg core_gpio_conf ,contw 
+0x23eb 003289 call memcpy16 
+0x23ec 003290 arg core_gpio_conf_hi ,contw 
+0x23ed 003291 call memcpy8 
+0x23ee 003292 fetchr mark ,8 ,mem_saved_mark 
+0x23ef 003293 arg core_gpio_wakeup_cfg ,contr 
+0x23f0 003294 arg mem_gpio_wakeup_cfg ,contw 
+0x23f1 003295 arg 12 ,loopcnt 
+0x23f2 003296 call memcpy 
+0x23f3 003297 branch load_ucode 
+:      003299 lpm_save_context:
+0x23f4 003300 storer mark ,8 ,mem_saved_mark 
+0x23f5 003301 arg core_gpio_conf ,contr 
+0x23f6 003302 arg mem_saved_gpio ,contw 
+0x23f7 003303 call memcpy16 
+0x23f8 003304 arg core_gpio_conf_hi ,contr 
+0x23f9 003305 call memcpy8 
+0x23fa 003306 fetch 1 ,core_spid_ctrl 
+0x23fb 003307 store 1 ,mem_saved_spidctrl 
+0x23fc 003308 branch lpm_write_gpio_wakeup 
+:      003310 lpm_write_gpio_wakeup:
+0x23fd 003311 arg 12 ,loopcnt 
+0x23fe 003312 arg mem_gpio_wakeup_cfg ,contr 
+0x23ff 003313 arg core_gpio_wakeup_cfg ,rega 
+:      003314 lpm_write_gpio_loop:
+0x2400 003315 ifetch 1 ,contr 
+0x2401 003316 ncall lpm_write_gpio ,blank 
+0x2402 003317 increase 1 ,rega 
+0x2403 003318 loop lpm_write_gpio_loop 
+0x2404 003319 rtn 
+:      003320 lpm_write_gpio:
+0x2405 003321 istore 1 ,rega 
+0x2406 003322 until null ,lpo_edge 
+0x2407 003323 rtn 
+:      003325 lpo_calibration:
+0x2408 003326 bpatch patch04_3 ,mem_patch04 
+0x2409 003327 fetch 1 ,core_ccnt_bit 
+0x240a 003328 nbranch lpo_cal_inited ,blank 
+0x240b 003329 fetch 3 ,mem_clks_per_lpo 
+0x240c 003330 nrtn blank 
+0x240d 003331 jam 0xc ,core_ccnt_bit 
+0x240e 003332 jam ccnt_start ,core_misc_ctrl 
+:      003333 lpo_cal_inited:
+0x240f 003334 fetch 1 ,core_perf_status 
+0x2410 003335 rtnbit0 1 
+0x2411 003336 fetch 3 ,core_clk_counter 
+0x2412 003337 store 3 ,mem_clks_per_lpo 
+0x2413 003338 rtn 
+:      003342 lpm_doze:
+0x2414 003343 fetch 1 ,mem_lpm_sysctl 
+0x2415 003344 set1 reload_code ,pdata 
+0x2416 003345 store 1 ,mem_lpm_sysctl 
+:      003348 lpm_hibernate:
+0x2417 003349 bpatch patch04_4 ,mem_patch04 
+0x2418 003350 arg param_hibernate_clks ,temp 
+0x2419 003351 fetch 1 ,mem_lpm_hibernate_switch 
+0x241a 003352 store 1 ,mem_lpm_isogate_final 
+0x241b 003353 fetch 1 ,mem_lpm_sysctl 
+0x241c 003354 store 1 ,core_lpm_sysctl 
+0x241d 003355 until null ,lpo_edge 
+:      003357 lpm_sleep:
+0x241e 003358 bpatch patch04_5 ,mem_patch04 
+0x241f 003360 fetch 2 ,mem_cb_before_lpm_sleep 
+0x2420 003361 call callback_func 
+:      003362 lpm_sleep_skip_cb_function:
+0x2421 003363 fetch 4 ,mem_sleep_counter_all 
+0x2422 003364 iadd temp ,pdata 
+0x2423 003365 store 4 ,mem_sleep_counter_all 
+0x2424 003366 call lpm_save_context 
+0x2425 003367 fetch 1 ,mem_lpm_hv_sel 
+0x2426 003368 set1 lpm_doze_en_bit ,pdata 
+0x2427 003369 call lpm_write_sel_hv 
+0x2428 003370 ncall lpm_preon_counter ,wake 
+0x2429 003371 until null ,lpo_edge 
+0x242a 003372 storer clkn ,6 ,mem_sleep_clkn 
+0x242b 003373 fetch 3 ,mem_lpm_isogate 
+0x242c 003374 fetchr rega ,1 ,mem_lpm_ldo_sel 
+0x242d 003375 arg 3 ,loopcnt 
+:      003376 lpm_sleep_loop:
+0x242e 003377 until null ,lpo_edge 
+0x242f 003378 store 1 ,core_lpm_isogate 
+0x2430 003379 rshift8 pdata ,pdata 
+0x2431 003380 loop lpm_sleep_loop 
+0x2432 003381 until null ,lpo_edge 
+0x2433 003382 storer rega ,1 ,core_lpm_ldosel 
+:      003383 lpm_enter_sleep:
+0x2434 003384 until null ,lpo_edge 
+0x2435 003385 storet 4 ,core_lpm_reg 
+0x2436 003386 jam lpmreg_sel_counter ,core_lpm_wr 
+0x2437 003387 until null ,never 
+:      003389 lpm_cal_xtal_startup:
+0x2438 003390 fetch 1 ,mem_lpm_xtalcnt 
+0x2439 003391 nrtn blank 
+0x243a 003392 jam clksel_rc ,core_clksel 
+0x243b 003393 jam 0xf8 ,core_lpm_ctrl 
+0x243c 003394 setarg 200000 
+0x243d 003395 call sleep 
+0x243e 003396 call xtal_fast_wake 
+0x243f 003397 until null ,lpo_edge 
+0x2440 003398 jam 0xff ,core_lpm_ctrl 
+0x2441 003399 copy lpo_time ,alarm 
+0x2442 003400 jam clksel_xtal ,core_clksel 
+0x2443 003401 nop 10 
+0x2444 003402 until null ,lpo_edge 
+0x2445 003403 deposit lpo_time 
+0x2446 003404 isub alarm ,pdata 
+0x2447 003405 increase 0x30 ,pdata 
+0x2448 003406 arg 0xff ,temp 
+0x2449 003407 call ceiling 
+0x244a 003408 store 1 ,mem_lpm_xtalcnt 
+0x244b 003409 nop 30000 
+0x244c 003410 nop 30000 
+0x244d 003411 nop 30000 
+0x244e 003412 rtn 
+:      003415 lpm_recover_clk:
+0x244f 003416 bpatch patch04_6 ,mem_patch04 
+0x2450 003417 setarg 0 
+0x2451 003418 copy auxcnt ,null 
+0x2452 003419 branch lpm_recover_timeout ,zero 
+0x2453 003420 fetch 1 ,core_lpm_xtalcnt 
+0x2454 003421 fetcht 1 ,core_lpm_buckcnt 
+0x2455 003422 isub temp ,null 
+0x2456 003423 branch lpm_recover_xtal ,positive 
+0x2457 003424 deposit temp 
+:      003425 lpm_recover_xtal:
+0x2458 003426 isub auxcnt ,pdata 
+0x2459 003427 increase 1 ,pdata 
+:      003428 lpm_recover_timeout:
+0x245a 003429 increase 8 ,pdata 
+0x245b 003430 until null ,lpo_edge 
+0x245c 003431 iadd lpo_time ,pdata 
+0x245d 003432 fetcht 4 ,mem_sleep_counter 
+0x245e 003433 iadd temp ,pdata 
+0x245f 003434 fetcht 3 ,mem_clks_per_lpo 
+0x2460 003435 imul32 temp ,pdata 
+0x2461 003436 rshift8 pdata ,pdata 
+0x2462 003437 rshift4 pdata ,pdata 
+0x2463 003438 increase param_lpm_fix ,pdata 
+0x2464 003439 fetcht 2 ,mem_param_rt_rthalfslot 
+0x2465 003440 idiv temp 
+0x2466 003441 call get_div_result 
+0x2467 003442 lshift16 pdata ,pdata 
+0x2468 003443 remainder temp 
+0x2469 003444 ior temp ,pdata 
+0x246a 003445 fetcht 6 ,mem_sleep_clkn 
+0x246b 003446 call clk_add 
+0x246c 003447 copy temp ,clkn 
+0x246d 003448 fetch 6 ,mem_context + coffset_clk_offset 
+0x246e 003449 call calc_clke2 
+0x246f 003450 deposit clke 
+0x2470 003451 store 6 ,mem_pdatatemp 
+0x2471 003452 deposit auxcnt 
+0x2472 003453 istore 1 ,contw 
+0x2473 003454 fetch 1 ,core_gpio_in1 
+0x2474 003455 or_into 0xf0 ,pdata 
+0x2475 003456 istore 1 ,contw 
+0x2476 003457 rtn 
+:      003460 lpm_adjust_clk:
+0x2477 003461 bpatch patch04_7 ,mem_patch04 
+0x2478 003462 deposit clke 
+0x2479 003463 call clk_diff_rt 
+0x247a 003464 fetcht 4 ,mem_sleep_counter_all 
+0x247b 003465 sub temp ,0xff ,null 
+0x247c 003466 rtn positive 
+0x247d 003467 lshift8 pdata ,pdata 
+0x247e 003468 lshift4 pdata ,pdata 
+0x247f 003469 idiv temp 
+0x2480 003470 call get_div_result 
+0x2481 003471 arg param_lpm_adjmax ,temp 
+0x2482 003472 call ceiling 
+0x2483 003473 store 1 ,mem_lpm_adjust 
+0x2484 003474 nbranch lpm_adjust_positive ,user 
+0x2485 003475 sub pdata ,0 ,pdata 
+:      003476 lpm_adjust_positive:
+0x2486 003477 fetcht 3 ,mem_clks_per_lpo 
+0x2487 003478 iadd temp ,pdata 
+0x2488 003479 store 3 ,mem_clks_per_lpo 
+:      003480 lpm_clear_counter:
+0x2489 003481 setarg 0 
+0x248a 003482 store 4 ,mem_sleep_counter_all 
+0x248b 003483 rtn 
+:      003486 lpm_dispatch:
+0x248c 003487 bpatch patch05_0 ,mem_patch05 
+0x248d 003488 call lpo_calibration 
+0x248e 003489 fetch 3 ,mem_clks_per_lpo 
+0x248f 003490 rtn blank 
+0x2490 003491 fetch 1 ,mem_lpm_mode 
+0x2491 003492 rtn blank 
+0x2492 003493 fetch 1 ,mem_secure_connections_enable 
+0x2493 003494 branch lpm_dispatch_next ,blank 
+0x2494 003495 fetch 1 ,mem_sc_local_key_invalid 
+0x2495 003496 rtn blank 
+:      003497 lpm_dispatch_next:
+0x2496 003498 fetch 1 ,mem_sc_calc 
+0x2497 003499 nrtn blank 
+0x2498 003500 arg context_check_a_wack ,regc 
+0x2499 003501 call context_search 
+0x249a 003502 rtn zero 
+0x249b 003503 call lpm_check_wake_lock 
+0x249c 003504 nrtn blank 
+0x249d 003505 call context_check_idle 
+0x249e 003506 nbranch lpm_dispatch_unconn ,zero 
+0x249f 003507 rtn wake 
+0x24a0 003508 bpatch patch05_1 ,mem_patch05 
+0x24a1 003509 fetcht 1 ,mem_lpm_current_mult 
+0x24a2 003510 fetch 2 ,mem_context + coffset_tsniff 
+0x24a3 003511 imul32 temp ,pdata 
+0x24a4 003512 rshift4 temp ,temp 
+0x24a5 003513 rshift2 temp ,temp 
+0x24a6 003514 isub temp ,pdata 
+0x24a7 003515 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x24a8 003516 iadd temp ,pdata 
+0x24a9 003517 fetcht 1 ,mem_lpm_overhead 
+0x24aa 003518 isub temp ,pdata 
+0x24ab 003519 lshift16 pdata ,alarm 
+0x24ac 003520 fetch 2 ,mem_context + coffset_rx_window 
+0x24ad 003521 rshift pdata ,pdata 
+0x24ae 003522 call clk2bt 
+0x24af 003523 deposit alarm 
+0x24b0 003524 call clk_diff 
+0x24b1 003525 copy clke ,temp 
+0x24b2 003526 call clk_diff_rt 
+0x24b3 003527 rtn user 
+:      003528 lpm_dispatch_sleep:
+0x24b4 003529 call clk2lpo 
+:      003530 lpm_dispatch_lpo:
+0x24b5 003531 bpatch patch05_2 ,mem_patch05 
+0x24b6 003532 fetch 1 ,mem_lpm_xtalcnt 
+0x24b7 003533 isub temp ,null 
+0x24b8 003534 branch lpm_clear_counter ,positive 
+0x24b9 003535 storet 4 ,mem_sleep_counter 
+0x24ba 003536 call app_will_enter_lpm 
+0x24bb 003538 fetcht 4 ,mem_sleep_counter 
+0x24bc 003539 branch lpm_sleep 
+:      003541 lpm_dispatch_unconn:
+0x24bd 003542 bpatch patch05_3 ,mem_patch05 
+0x24be 003543 fetch 1 ,mem_le_adv_enable 
+0x24bf 003544 nbranch lpm_unconn_cont ,blank 
+0x24c0 003545 rtn 
+:      003547 lpm_unconn_cont:
+0x24c1 003548 fetch 2 ,mem_lpm_interval 
+0x24c2 003549 rtn blank 
+:      003550 lpm_sleep_btclk:
+0x24c3 003551 fetcht 1 ,mem_lpm_overhead 
+0x24c4 003552 isub temp ,pdata 
+0x24c5 003553 arg 7500 ,temp 
+0x24c6 003554 imul32 temp ,pdata 
+0x24c7 003555 branch lpm_dispatch_sleep 
+:      003558 lpm_mult_wait_timeout:
+0x24c8 003559 fetch 2 ,mem_cb_bt_set_mult 
+0x24c9 003560 call callback_func 
+0x24ca 003561 nbranch lpm_mult_short ,blank 
+0x24cb 003562 jam 0 ,mem_lpm_current_mult 
+0x24cc 003563 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x24cd 003564 fetch 1 ,mem_lpm_mult_cnt 
+0x24ce 003565 branch lpm_mult_long ,blank 
+0x24cf 003566 increase -1 ,pdata 
+0x24d0 003567 store 1 ,mem_lpm_mult_cnt 
+0x24d1 003568 rtn 
+:      003573 lpm_match:
+0x24d2 003574 jam 0 ,mem_sniff_unint_lost 
+0x24d3 003575 fetch 3 ,mem_sniff_rcv 
+0x24d4 003576 increase 1 ,pdata 
+0x24d5 003577 store 3 ,mem_sniff_rcv 
+0x24d6 003578 rtn 
+:      003581 lpm_lost:
+0x24d7 003582 bpatch patch05_4 ,mem_patch05 
+0x24d8 003583 jam 0 ,mem_lpm_current_mult 
+0x24d9 003584 fetch 3 ,mem_sniff_lost 
+0x24da 003585 increase 1 ,pdata 
+0x24db 003586 store 3 ,mem_sniff_lost 
+0x24dc 003587 fetch 1 ,mem_sniff_unint_lost 
+0x24dd 003588 increase 1 ,pdata 
+0x24de 003589 store 1 ,mem_sniff_unint_lost 
+0x24df 003590 rtn 
+:      003592 lpm_mult_short:
+0x24e0 003593 jam 0 ,mem_lpm_current_mult 
+0x24e1 003594 fetch 1 ,mem_lpm_mult_timeout 
+0x24e2 003595 store 1 ,mem_lpm_mult_cnt 
+0x24e3 003596 rtn 
+:      003598 lpm_mult_long:
+0x24e4 003599 fetcht 1 ,mem_lpm_mult 
+0x24e5 003600 storet 1 ,mem_lpm_current_mult 
+0x24e6 003601 rtn 
+:      003605 lpm_get_wake_lock:
+0x24e7 003606 fetch 2 ,mem_lpm_wake_lock 
+0x24e8 003607 qset1 pdata 
+0x24e9 003608 store 2 ,mem_lpm_wake_lock 
+0x24ea 003609 rtn 
+:      003611 lpm_put_wake_lock:
+0x24eb 003612 fetch 2 ,mem_lpm_wake_lock 
+0x24ec 003613 qset0 pdata 
+0x24ed 003614 store 2 ,mem_lpm_wake_lock 
+0x24ee 003615 rtn 
+:      003619 lpm_check_wake_lock:
+0x24ef 003620 bpatch patch05_5 ,mem_patch05 
+0x24f0 003621 call app_check_wake_lock 
+0x24f1 003622 fetch 2 ,mem_lpm_wake_lock 
+0x24f2 003623 copy pdata ,rega 
+0x24f3 003624 fetch 3 ,mem_tx_fifo3 
+0x24f4 003625 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x24f5 003626 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x24f6 003627 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x24f7 003628 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x24f8 003629 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x24f9 003630 fetch 1 ,mem_hci_cmd 
+0x24fa 003631 nsetflag blank ,wake_lock_cmd ,rega 
+0x24fb 003632 fetch 1 ,mem_device_option 
+0x24fc 003633 compare dvc_op_module ,pdata ,0xff 
+0x24fd 003634 call lpm_uart_wake_lock ,true 
+0x24fe 003635 copy rega ,pdata 
+0x24ff 003636 store 2 ,mem_lpm_wake_lock 
+0x2500 003637 rtn 
+:      003639 lpm_uart_wake_lock:
+0x2501 003640 fetch 2 ,core_uart_rxitems 
+0x2502 003641 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x2503 003642 fetch 2 ,core_uart_txitems 
+0x2504 003643 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x2505 003644 rtn 
+:      003653 le_init_conn:
+0x2506 003654 bpatchx patch21_6 ,mem_patch21 
+0x2507 003655 disable wake 
+0x2508 003656 jam 1 ,mem_le_conn_handle 
+0x2509 003657 jam 3 ,mem_le_state 
+0x250a 003658 jam 1 ,mem_le_arq 
+0x250b 003659 setarg -1 
+0x250c 003660 store 2 ,mem_le_event_count 
+0x250d 003661 force 0 ,pdata 
+0x250e 003662 store 1 ,mem_le_ch 
+0x250f 003663 store 1 ,mem_le_op 
+0x2510 003664 store 3 ,mem_sniff_rcv 
+0x2511 003665 store 3 ,mem_sniff_lost 
+0x2512 003666 call le_clear_enc 
+0x2513 003667 jam 1 ,mem_le_txheader 
+0x2514 003668 jam 0 ,mem_le_txlen 
+0x2515 003669 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x2516 003670 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x2517 003671 jam 0 ,mem_le_l2cap_att_states 
+0x2518 003672 branch le_supervision_flush 
+:      003674 le_init_master:
+0x2519 003675 bpatchx patch21_7 ,mem_patch21 
+0x251a 003676 enable master 
+0x251b 003677 jam lemode_master ,mem_le_mode 
+0x251c 003678 jam 1 ,mem_le_att_handle 
+0x251d 003679 jam 1 ,mem_le_search_handle_start 
+0x251e 003680 setarg 0xffff 
+0x251f 003681 store 2 ,mem_le_search_handle_end 
+0x2520 003682 force 0 ,pdata 
+0x2521 003683 store 5 ,mem_ccm_pcnt_rx 
+0x2522 003684 set1 le_ccm_directionbit ,pdata 
+0x2523 003685 store 5 ,mem_ccm_pcnt_tx 
+0x2524 003686 branch le_init_conn 
+:      003689 le_init_slave:
+0x2525 003690 bpatchx patch22_0 ,mem_patch22 
+0x2526 003691 disable master 
+0x2527 003692 setarg 0x17 
+0x2528 003693 store 2 ,mem_le_remote_mtu 
+0x2529 003694 increase 4 ,pdata 
+0x252a 003695 store 2 ,mem_remote_rx_max_octets 
+0x252b 003696 jam lemode_slave ,mem_le_mode 
+0x252c 003697 jam 0 ,mem_le_adv_enable 
+0x252d 003698 jam 0 ,mem_lpm_current_mult 
+0x252e 003699 call le_clear_pairing_state 
+0x252f 003700 fetch 2 ,mem_le_superto 
+0x2530 003701 store 2 ,mem_le_init_superto 
+0x2531 003702 fetch 2 ,mem_le_tsniff 
+0x2532 003703 mul32 pdata ,5 ,pdata 
+0x2533 003704 rshift4 pdata ,pdata 
+0x2534 003705 store 2 ,mem_le_superto 
+0x2535 003706 branch le_init_conn 
+:      003713 le_conn_dispatch:
+0x2536 003714 bpatchx patch22_1 ,mem_patch22 
+0x2537 003715 call le_enable 
+0x2538 003716 fetch 1 ,mem_le_state 
+0x2539 003717 isolate1 lestate_encryption ,pdata 
+0x253a 003718 setflag true ,mark_ble_encryption ,mark 
+0x253b 003719 call app_process_ble 
+0x253c 003720 fetch 1 ,mem_le_mode 
+0x253d 003721 bbit1 mode_master ,le_master_dispatch 
+0x253e 003722 branch le_slave_dispatch 
+:      003728 le_master_dispatch:
+0x253f 003729 bpatchx patch22_2 ,mem_patch22 
+0x2540 003730 enable master 
+0x2541 003731 call le_supervision_update 
+0x2542 003732 branch le_master_disconn ,positive 
+0x2543 003733 call le_setup 
+0x2544 003734 call le_prepare_tx 
+0x2545 003735 disable match 
+0x2546 003736 call le_transmit_receive_sifs 
+0x2547 003737 nrtn match 
+0x2548 003738 fetch 1 ,mem_le_conn_rcv 
+0x2549 003739 increase 1 ,pdata 
+0x254a 003740 store 1 ,mem_le_conn_rcv 
+0x254b 003741 call le_acknowledge 
+0x254c 003742 disable master 
+0x254d 003743 rtn 
+:      003745 le_master_disconn:
+0x254e 003746 call le_disconnect 
+0x254f 003747 disable master 
+0x2550 003748 rtn 
+:      003753 le_slave_dispatch:
+0x2551 003754 bpatchx patch22_3 ,mem_patch22 
+0x2552 003755 jam 0 ,mem_le_md_count 
+0x2553 003756 set0 mark_ble_crc_fail ,mark 
+0x2554 003757 call sp_calc_sequence_256 
+0x2555 003758 call le_secure_connect_sm 
+0x2556 003759 disable attempt 
+0x2557 003760 call le_supervision_update 
+0x2558 003761 branch le_slave_disconn ,positive 
+0x2559 003762 fetch 1 ,mem_le_rx_phy 
+0x255a 003763 call le_enable_phy_by_pdata 
+0x255b 003764 call le_setup 
+0x255c 003765 call le_receive_slave 
+0x255d 003766 nbranch le_slave_unsync ,sync 
+0x255e 003767 call le_got_first_packet 
+0x255f 003768 branch le_slave_match ,match 
+0x2560 003769 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x2561 003770 branch le_slave_cont 
+:      003773 le_slave_crc_fail:
+:      003774 le_slave_match:
+0x2562 003775 bpatchx patch22_4 ,mem_patch22 
+0x2563 003776 fetch 1 ,mem_le_md_count 
+0x2564 003777 pincrease 1 
+0x2565 003778 store 1 ,mem_le_md_count 
+0x2566 003779 beq le_md_max_count ,le_slave_cont 
+0x2567 003780 call le_acknowledge 
+0x2568 003781 call le_prepare_tx 
+0x2569 003782 fetch 1 ,mem_le_tx_phy 
+0x256a 003783 call le_enable_phy_by_pdata 
+0x256b 003784 call le_transmit 
+0x256c 003785 call le_parse 
+0x256d 003786 fetch 2 ,mem_cb_ble_transmit 
+0x256e 003787 call callback_func 
+0x256f 003788 call le_check_md 
+0x2570 003789 branch le_slave_more_data ,user 
+:      003790 le_slave_cont:
+0x2571 003791 bpatchx patch22_5 ,mem_patch22 
+0x2572 003792 call le_pairing_sm 
+0x2573 003793 call le_check_paring_time 
+0x2574 003794 call check_51cmd 
+0x2575 003795 fetch 1 ,mem_le_op 
+0x2576 003796 bbit1 op_disconn ,le_slave_disconn 
+:      003797 le_slave_unsync:
+0x2577 003798 bpatchx patch22_6 ,mem_patch22 
+0x2578 003799 call end_of_packet 
+0x2579 003800 call le_lpm_set_mult 
+0x257a 003801 branch calc_clke_offset 
+:      003804 le_check_md:
+0x257b 003805 disable user 
+0x257c 003806 bmark1 mark_ble_rx_md ,enable_user 
+0x257d 003807 bmark1 mark_ble_tx_md ,enable_user 
+0x257e 003808 bmark1 mark_ble_crc_fail ,enable_user 
+0x257f 003809 rtn 
+:      003812 le_slave_more_data:
+0x2580 003813 bpatchx patch22_7 ,mem_patch22 
+0x2581 003814 enable attempt 
+0x2582 003815 call le_transmit_receive_sifs_notx 
+0x2583 003816 branch le_slave_match ,match 
+0x2584 003817 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x2585 003818 branch le_slave_cont 
+:      003820 le_slave_disconn:
+:      003822 le_disconnect:
+0x2586 003823 bpatchx patch23_0 ,mem_patch23 
+0x2587 003824 call le_clear_connection_info 
+0x2588 003825 call app_disconn_reason_collect_ble 
+0x2589 003826 call le_clear_pairing_state 
+0x258a 003827 call le_sc_state_clear 
+0x258b 003828 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x258c 003829 branch ui_ipc_send_event 
+:      003831 le_clear_connection_info:
+0x258d 003832 arg mem_used_map ,contw 
+0x258e 003833 call memset0_16 
+0x258f 003834 jam 0 ,mem_le_conn_handle 
+0x2590 003835 jam lemode_idle ,mem_le_mode 
+0x2591 003836 jam 0 ,mem_le_state 
+:      003837 le_clear_pairing_state:
+0x2592 003838 bpatchx patch23_1 ,mem_patch23 
+0x2593 003839 jam flag_le_enc_null ,mem_le_enc_state 
+0x2594 003840 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x2595 003841 call sp_clear_flags 
+0x2596 003842 rtn 
+:      003844 le_got_first_packet:
+0x2597 003845 bpatchx patch23_2 ,mem_patch23 
+0x2598 003846 fetch 1 ,mem_le_conn_rcv 
+0x2599 003847 increase 1 ,pdata 
+0x259a 003848 store 1 ,mem_le_conn_rcv 
+0x259b 003849 fetch 1 ,mem_le_state 
+0x259c 003850 rtnbit1 lestate_got_first_packet 
+0x259d 003851 set1 lestate_got_first_packet ,pdata 
+0x259e 003852 store 1 ,mem_le_state 
+0x259f 003853 fetch 2 ,mem_le_init_superto 
+0x25a0 003854 store 2 ,mem_le_superto 
+0x25a1 003855 setarg 0 
+0x25a2 003856 store 4 ,mem_le_transmit_window 
+0x25a3 003857 rtn 
+:      003865 le_enable_phy_by_pdata:
+0x25a4 003866 copy pdata ,temp 
+0x25a5 003867 bpatchx patch23_3 ,mem_patch23 
+:      003868 le_enable_phy_by_pdata1:
+0x25a6 003869 copy temp ,pdata 
+0x25a7 003870 bbit1 bit_le_1m_phy ,le_enable 
+0x25a8 003871 bbit1 bit_le_2m_phy ,le_enable_2m 
+0x25a9 003872 bbit0 bit_le_coded_phy ,le_enable 
+0x25aa 003873 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
+0x25ab 003874 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
+0x25ac 003875 branch le_enable 
+:      003877 le_enable_2m:
+0x25ad 003878 set0 mark_ble_lr ,mark 
+0x25ae 003879 set1 mark_ble_2m ,mark 
+0x25af 003880 rtn 
+:      003882 le_enable_coded_s2:
+:      003883 le_enable_coded:
+0x25b0 003884 set0 mark_ble_2m ,mark 
+0x25b1 003885 set1 mark_ble_lr ,mark 
+0x25b2 003886 set0 mark_ble_lr_s8 ,mark 
+0x25b3 003887 rtn 
+:      003890 le_enable_coded_s8:
+0x25b4 003891 set0 mark_ble_2m ,mark 
+0x25b5 003892 set1 mark_ble_lr ,mark 
+0x25b6 003893 set1 mark_ble_lr_s8 ,mark 
+0x25b7 003894 rtn 
+:      003896 le_enable:
+0x25b8 003897 bpatchx patch23_4 ,mem_patch23 
+0x25b9 003898 set0 mark_ble_2m ,mark 
+0x25ba 003899 set0 mark_ble_lr ,mark 
+0x25bb 003900 rtn 
+:      003903 le_disable:
+0x25bc 003904 bpatchx patch23_5 ,mem_patch23 
+0x25bd 003905 set0 mark_ble_encryption ,mark 
+0x25be 003906 jam 0x01 ,0x8901 
+0x25bf 003907 jam 0x80 ,0x8920 
+0x25c0 003908 jam 0x03 ,0x8930 
+0x25c1 003909 rtn 
+:      003911 le_prep:
+0x25c2 003912 bpatchx patch23_6 ,mem_patch23 
+0x25c3 003913 disable enable_crc 
+0x25c4 003914 disable enable_white 
+0x25c5 003915 fetch 3 ,mem_le_crcinit 
+0x25c6 003916 iforce crc24_init 
+0x25c7 003917 fetch 1 ,mem_le_ch_mapped 
+:      003918 le_prep_next:
+0x25c8 003919 reverse pdata ,temp 
+0x25c9 003920 set1 1 ,temp 
+0x25ca 003921 rshift temp ,white_init 
+0x25cb 003922 rtn 
+:      003925 le_rx_setfreq:
+0x25cc 003926 call le_setfreq 
+:      003927 le_rf_rx_enable:
+0x25cd 003928 call set_freq_rx 
+0x25ce 003929 fetch 2 ,mem_param_pll_setup 
+0x25cf 003930 call sleep 
+0x25d0 003931 branch rf_rx_enable 
+:      003933 le_tx_setfreq:
+0x25d1 003934 branch txon ,match 
+0x25d2 003935 bmark1 mark_ble_crc_fail ,txon 
+:      003936 le_tx_setfreq0:
+0x25d3 003937 call le_setfreq 
+0x25d4 003938 branch set_freq_tx 
+:      003940 le_setfreq:
+0x25d5 003941 bpatchx patch23_7 ,mem_patch23 
+0x25d6 003942 call set_sync_on 
+0x25d7 003943 fetch 1 ,mem_le_testtype 
+0x25d8 003944 nbranch le_ctf_test ,blank 
+0x25d9 003945 fetch 1 ,mem_le_ch_mapped 
+0x25da 003946 sub pdata ,36 ,null 
+0x25db 003947 branch le_ctf_normal ,positive 
+0x25dc 003948 force 0 ,temp 
+0x25dd 003949 rtneq 37 
+0x25de 003950 force 24 ,temp 
+0x25df 003951 rtneq 38 
+0x25e0 003952 force 78 ,temp 
+0x25e1 003953 rtn 
+:      003955 le_ctf_normal:
+0x25e2 003956 sub pdata ,10 ,null 
+0x25e3 003957 branch le_ctf_low ,positive 
+0x25e4 003958 increase 1 ,pdata 
+:      003960 le_ctf_low:
+0x25e5 003961 lshift pdata ,pdata 
+0x25e6 003962 add pdata ,2 ,temp 
+0x25e7 003963 rtn 
+:      003965 le_ctf_test:
+0x25e8 003966 fetch 1 ,mem_le_ch_mapped 
+0x25e9 003967 lshift pdata ,temp 
+0x25ea 003968 rtn 
+:      003970 le_sca_map:
+0x25eb 003971 arg 500 ,temp 
+0x25ec 003972 rtn blank 
+0x25ed 003973 arg 250 ,temp 
+0x25ee 003974 rtneq 1 
+0x25ef 003975 arg 150 ,temp 
+0x25f0 003976 rtneq 2 
+0x25f1 003977 arg 100 ,temp 
+0x25f2 003978 rtneq 3 
+0x25f3 003979 arg 75 ,temp 
+0x25f4 003980 rtneq 4 
+0x25f5 003981 arg 50 ,temp 
+0x25f6 003982 rtneq 5 
+0x25f7 003983 arg 40 ,temp 
+0x25f8 003984 rtneq 6 
+0x25f9 003985 arg 20 ,temp 
+0x25fa 003986 rtn 
+:      003990 le_setup:
+0x25fb 003991 bpatchx patch24_0 ,mem_patch24 
+0x25fc 003992 enable swfine 
+0x25fd 003993 fetch 4 ,mem_le_access 
+0x25fe 003994 iforce access 
+0x25ff 003995 call le_map_channel 
+0x2600 003996 setarg 0x200 
+0x2601 003997 branch le_setup_master ,master 
+0x2602 003998 fetch 2 ,mem_le_receive_window 
+0x2603 003999 rshift pdata ,pdata 
+:      004000 le_setup_master:
+0x2604 004001 fetcht 2 ,mem_param_pll_setup 
+0x2605 004002 iadd temp ,pdata 
+0x2606 004003 call ahead_window 
+0x2607 004004 deposit clke 
+0x2608 004005 rtn 
+:      004008 le_context_nextevent:
+0x2609 004009 bpatchx patch24_1 ,mem_patch24 
+0x260a 004010 call push_stack_rega_b_c 
+0x260b 004011 storer loopcnt ,2 ,mem_loopcnt 
+0x260c 004012 add rega ,coffset_mode ,contr 
+0x260d 004013 ifetch 1 ,contr 
+0x260e 004014 rtnbit0 mode_le 
+0x260f 004015 add rega ,coffset_le_event_cnt ,contw 
+0x2610 004016 ifetch 2 ,contw 
+0x2611 004017 increase 1 ,pdata 
+0x2612 004018 istore 2 ,contw 
+0x2613 004019 call le_update_param 
+0x2614 004020 call le_update_channel_map 
+0x2615 004021 call le_update_phy 
+0x2616 004022 call le_context_nexthop 
+0x2617 004023 call pop_stack_rega_b_c 
+0x2618 004024 fetchr loopcnt ,2 ,mem_loopcnt 
+0x2619 004025 rtn 
+:      004027 le_context_nexthop:
+0x261a 004028 add rega ,coffset_le_hop ,contr 
+0x261b 004029 ifetch 1 ,contr 
+0x261c 004030 add rega ,coffset_le_ch ,contw 
+0x261d 004031 ifetcht 1 ,contw 
+0x261e 004032 iadd temp ,pdata 
+0x261f 004033 sub pdata ,36 ,null 
+0x2620 004034 branch le_nexthop_nowrap ,positive 
+0x2621 004035 increase -37 ,pdata 
+:      004036 le_nexthop_nowrap:
+0x2622 004037 istore 1 ,contw 
+0x2623 004038 rtn 
+:      004041 le_calc_channel_map:
+0x2624 004042 add rega ,coffset_le_channel_map ,contr 
+0x2625 004043 ifetch 5 ,contr 
+0x2626 004044 force 0 ,temp 
+0x2627 004045 force 37 ,loopcnt 
+:      004046 le_count_channels_loop:
+0x2628 004047 bbit0 0 ,le_count_channels_notused 
+0x2629 004048 increase 1 ,temp 
+:      004049 le_count_channels_notused:
+0x262a 004050 rshift pdata ,pdata 
+0x262b 004051 loop le_count_channels_loop 
+0x262c 004052 add temp ,-1 ,pdata 
+0x262d 004053 add rega ,coffset_le_channels ,contw 
+0x262e 004054 istore 1 ,contw 
+0x262f 004055 rtn 
+:      004057 le_map_channel:
+0x2630 004058 bpatchx patch24_2 ,mem_patch24 
+0x2631 004059 fetch 1 ,mem_le_ch 
+0x2632 004060 iforce queue 
+0x2633 004061 fetcht 5 ,mem_le_channel_map 
+0x2634 004062 qisolate1 temp 
+0x2635 004063 branch le_map_channel_end ,true 
+:      004064 le_map_channel_next:
+0x2636 004065 fetch 1 ,mem_le_channels 
+0x2637 004066 isub queue ,pdata 
+0x2638 004067 branch le_map_channel_cont ,positive 
+0x2639 004068 sub pdata ,-1 ,queue 
+0x263a 004069 branch le_map_channel_next 
+:      004070 le_map_channel_cont:
+0x263b 004071 copy queue ,loopcnt 
+0x263c 004072 force 0 ,queue 
+:      004073 le_map_channel_loop:
+0x263d 004074 qisolate1 temp 
+0x263e 004075 branch le_map_channel_skip ,true 
+0x263f 004076 increase 1 ,loopcnt 
+:      004077 le_map_channel_skip:
+0x2640 004078 deposit loopcnt 
+0x2641 004079 branch le_map_channel_end ,blank 
+0x2642 004080 increase 1 ,queue 
+0x2643 004081 increase -1 ,loopcnt 
+0x2644 004082 branch le_map_channel_loop 
+:      004083 le_map_channel_end:
+0x2645 004084 deposit queue 
+0x2646 004085 store 1 ,mem_le_ch_mapped 
+0x2647 004086 rtn 
+:      004089 le_wait_tx:
+0x2648 004090 branch le_wait_master ,master 
+0x2649 004091 until null ,timeout 
+0x264a 004092 rtn 
+:      004094 le_wait_master:
+0x264b 004095 arg 0xea0 ,timeup 
+0x264c 004096 until clkn_rt ,meet 
+0x264d 004097 rtn 
+:      004099 le_receive_adv:
+0x264e 004100 disable swfine 
+0x264f 004101 fetch 2 ,mem_le_scan_window 
+0x2650 004102 copy pdata ,timeup 
+0x2651 004103 branch le_receive_packet 
+:      004106 le_receive_slave:
+0x2652 004107 bpatchx patch24_3 ,mem_patch24 
+0x2653 004108 call le_dec_init 
+0x2654 004109 enable swfine 
+0x2655 004110 fetch 2 ,mem_le_receive_window 
+0x2656 004111 fetcht 4 ,mem_le_transmit_window 
+0x2657 004112 iadd temp ,timeup 
+:      004113 le_receive_packet:
+0x2658 004114 call le_rx_setfreq 
+:      004115 le_receive_rxon:
+0x2659 004116 bpatchx patch24_4 ,mem_patch24 
+0x265a 004117 call le_prep 
+0x265b 004118 bmark0 mark_ble_lr ,le_receive_nolr 
+0x265c 004119 pulse dewhiten_code_calc 
+0x265d 004120 nop 30 
+0x265e 004121 call le_prep 
+0x265f 004122 lshift3 timeup ,timeup 
+:      004123 le_receive_nolr:
+0x2660 004124 disable match 
+0x2661 004125 enable decode_fec0 
+0x2662 004126 enable is_rx 
+0x2663 004127 disable is_tx 
+0x2664 004128 copy timeup ,stop_watch 
+0x2665 004129 correlate null ,timeout 
+0x2666 004130 branch le_receive_on_attempt ,attempt 
+0x2667 004131 copy clke ,temp 
+0x2668 004132 storet 6 ,mem_sync_clke 
+:      004133 le_receive_on_attempt:
+0x2669 004134 nbranch le_unsync_end ,sync 
+0x266a 004135 enable swfine 
+0x266b 004136 fetch 1 ,mem_le_tx_ifs_defference 
+0x266c 004137 arg param_20ms_init ,temp 
+0x266d 004138 iadd temp ,temp 
+0x266e 004139 fetch 1 ,mem_system_clk 
+0x266f 004140 imul32 temp ,stop_watch 
+0x2670 004141 call rf_debug_rx_sync_line 
+0x2671 004142 branch le_receive_skip ,attempt 
+0x2672 004143 call calc_clke_all_modem 
+0x2673 004144 fetch 1 ,mem_le_state 
+0x2674 004145 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x2675 004146 fetcht 6 ,mem_sync_clke 
+0x2676 004147 call lpm_adjust_clk ,wake 
+:      004148 le_receive_skip:
+0x2677 004149 call save_rssi 
+0x2678 004150 enable enable_white 
+0x2679 004151 enable enable_crc 
+0x267a 004152 parse demod ,bucket ,8 
+0x267b 004153 rshift3 pwindow ,pdata 
+0x267c 004154 store 1 ,mem_le_rxbuf_data_header 
+0x267d 004155 parse demod ,bucket ,8 
+0x267e 004156 rshift3 pwindow ,pdata 
+0x267f 004157 store 1 ,mem_le_rxbuf_data_length 
+0x2680 004158 copy pdata ,loopcnt 
+0x2681 004159 branch le_rx_nopayload ,zero 
+0x2682 004161 bmark1 mark_ble_encryption ,le_rx_dec 
+:      004163 le_rx_loop:
+0x2683 004164 parse demod ,bucket ,8 
+0x2684 004165 rshift3 pwindow ,pdata 
+0x2685 004166 istore 1 ,contw 
+0x2686 004167 loop le_rx_loop 
+0x2687 004168 branch le_rx_nopayload 
+:      004170 le_rx_dec:
+0x2688 004171 copy contw ,regb 
+0x2689 004172 bpatchx patch24_5 ,mem_patch24 
+0x268a 004173 call le_check_retransmit 
+0x268b 004175 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x268c 004176 increase -4 ,rega 
+0x268d 004177 nbranch le_mic_error ,positive 
+0x268e 004179 call le_dec_start 
+0x268f 004180 copy regb ,contw 
+0x2690 004181 arg 0 ,temp 
+0x2691 004182 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x2692 004183 increase -4 ,loopcnt 
+0x2693 004184 branch le_rx_dec_loop_end ,zero 
+:      004185 le_rx_dec_loop:
+0x2694 004187 parse demod ,bucket ,8 
+0x2695 004188 rshift3 pwindow ,pdata 
+0x2696 004189 istore 1 ,contw 
+0x2697 004190 increase 1 ,temp 
+0x2698 004191 and temp ,0xf ,null 
+0x2699 004192 call le_dec ,zero 
+0x269a 004193 loop le_rx_dec_loop 
+:      004194 le_rx_dec_loop_end:
+0x269b 004195 call le_dec_end 
+0x269c 004196 copy regb ,contw 
+:      004199 le_rx_nopayload:
+0x269d 004200 bpatchx patch24_6 ,mem_patch24 
+0x269e 004201 parse demod ,bucket ,24 
+0x269f 004202 rshift32 pdata ,pdata 
+0x26a0 004203 rshift16 pdata ,pdata 
+0x26a1 004204 istore 3 ,contw 
+0x26a2 004205 enable swfine 
+0x26a3 004206 call le_set_until_tx_timer 
+0x26a4 004207 branch le_crc_fail ,crc_failed 
+0x26a5 004208 bmark0 mark_ble_encryption ,le_rx_match 
+0x26a6 004209 fetch 1 ,mem_le_rxbuf_data_length 
+0x26a7 004210 branch le_rx_match ,blank 
+0x26a8 004211 increase -4 ,pdata 
+0x26a9 004212 store 1 ,mem_le_rxbuf_data_length 
+0x26aa 004213 call wait_ccm_done 
+0x26ab 004214 fetch 1 ,core_misc_status 
+0x26ac 004215 bbit0 7 ,le_mic_error 
+0x26ad 004216 force regidx_result ,regext_index 
+0x26ae 004217 storer regext ,4 ,mem_le_peer_mic 
+:      004218 le_rx_match:
+0x26af 004219 call rf_debug_rx_crc_line 
+0x26b0 004220 enable match 
+0x26b1 004221 set0 mark_ble_crc_fail ,mark 
+:      004222 le_crc_fail_tx:
+0x26b2 004223 bpatchx patch24_7 ,mem_patch24 
+0x26b3 004224 call ccm_ctrl_clr 
+0x26b4 004225 fetch 1 ,mem_le_rx_phy 
+0x26b5 004226 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
+0x26b6 004227 store 1 ,mem_le_rx_phy 
+0x26b7 004228 call le_match_set_sync_on 
+0x26b8 004229 branch le_match_set_txfreq 
+:      004231 le_match_set_sync_on:
+0x26b9 004232 disable decode_fec0 
+0x26ba 004233 branch set_sync_on 
+:      004235 le_match_set_txfreq:
+0x26bb 004236 bpatchx patch25_0 ,mem_patch25 
+0x26bc 004237 fetcht 1 ,mem_last_freq 
+0x26bd 004238 branch set_freq_tx_int 
+:      004241 le_dec_init:
+0x26be 004242 rtnmark0 mark_ble_encryption 
+0x26bf 004243 call load_sk 
+0x26c0 004244 force regidx_result ,regext_index 
+0x26c1 004245 call aes_clear 
+0x26c2 004246 branch aes_clear_data 
+:      004249 le_dec_start:
+0x26c3 004250 bpatchx patch25_1 ,mem_patch25 
+0x26c4 004251 jam 0 ,core_ccm_aad0 
+0x26c5 004252 jam 1 ,core_ccm_aad1 
+0x26c6 004253 fetch 1 ,mem_le_rxbuf_data_header 
+0x26c7 004254 and_into 0x3 ,pdata 
+0x26c8 004255 store 1 ,core_ccm_aad2 
+0x26c9 004257 setarg mem_le_rxbuf_data_payload 
+0x26ca 004258 store 2 ,core_ccm_input_playload_addr 
+0x26cb 004259 store 2 ,core_ccm_output_playload_addr 
+0x26cc 004261 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x26cd 004262 increase -4 ,rega 
+0x26ce 004264 fetcht 5 ,mem_ccm_pcnt_rx 
+0x26cf 004265 isolate1 mark_old_packet ,mark 
+0x26d0 004266 call le_pcnt_rx_sub1 ,true 
+0x26d1 004267 call ccm_b0 
+0x26d2 004268 setarg 0 
+0x26d3 004269 store 2 ,core_ccm_inptr 
+0x26d4 004270 jam 6 ,core_ccm_ctrl 
+0x26d5 004271 jam 7 ,core_ccm_ctrl 
+0x26d6 004272 rtn 
+:      004274 le_pcnt_rx_sub1:
+0x26d7 004275 sub temp ,0 ,null 
+0x26d8 004276 branch le_pcnt_rx_sub1_0 ,zero 
+0x26d9 004277 increase -1 ,temp 
+0x26da 004278 set1 le_ccm_directionbit ,temp 
+0x26db 004279 rtn 
+:      004281 le_pcnt_rx_sub1_0:
+0x26dc 004282 setarg 0xffffff 
+0x26dd 004283 lshift16 pdata ,pdata 
+0x26de 004284 arg 0xffff ,temp 
+0x26df 004285 ior temp ,temp 
+0x26e0 004286 rtn 
+:      004288 le_dec:
+0x26e1 004289 copy contw ,regb 
+0x26e2 004290 fetch 1 ,mem_le_rxbuf_data_length 
+0x26e3 004291 increase -4 ,pdata 
+0x26e4 004292 isub temp ,null 
+0x26e5 004293 rtn zero 
+0x26e6 004294 storet 2 ,core_ccm_inptr 
+0x26e7 004295 copy regb ,contw 
+0x26e8 004296 rtn 
+:      004298 le_dec_end:
+0x26e9 004299 parse demod ,bucket ,32 
+0x26ea 004300 rshift32 pdata ,pdata 
+0x26eb 004301 rshift8 pdata ,pdata 
+0x26ec 004302 istore 4 ,contw 
+0x26ed 004303 copy contw ,regb 
+0x26ee 004305 force regidx_data ,regext_index 
+0x26ef 004306 copy pdata ,regext 
+0x26f0 004307 storet 2 ,core_ccm_inptr 
+0x26f1 004308 rtn 
+:      004310 le_mic_error:
+0x26f2 004311 branch le_end_of_packet 
+:      004313 le_retransmit_end_of_packet:
+0x26f3 004314 call le_set_until_tx_timer 
+0x26f4 004315 call end_of_packet 
+0x26f5 004316 branch le_rx_match 
+:      004318 le_crc_fail:
+0x26f6 004319 call rf_debug_rx_crc_fail_line 
+0x26f7 004320 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
+0x26f8 004321 set1 mark_ble_crc_fail ,mark 
+0x26f9 004322 branch le_crc_fail_tx 
+:      004324 le_unsync_end:
+:      004325 le_crc_fail_consecutive:
+0x26fa 004326 set0 mark_ble_crc_fail ,mark 
+0x26fb 004327 branch le_end_of_packet 
+:      004329 le_end_of_packet:
+0x26fc 004330 bpatchx patch25_2 ,mem_patch25 
+0x26fd 004331 call ccm_ctrl_clr 
+0x26fe 004332 branch end_of_packet 
+:      004334 calc_clke_all_modem:
+0x26ff 004335 bmark1 mark_ble_lr ,calc_clke_modem_coded 
+0x2700 004336 bmark1 mark_ble_2m ,calc_clke_modem_2m 
+0x2701 004337 fetch 2 ,mem_param_clke_cal_le_1m 
+0x2702 004338 copy pdata ,clke_rt 
+0x2703 004339 copy bt_clk ,clke_bt 
+0x2704 004340 rtn 
+:      004343 calc_clke_modem_coded:
+0x2705 004344 fetch 2 ,mem_param_clke_cal_le_coded 
+0x2706 004345 copy pdata ,clke_rt 
+0x2707 004346 add bt_clk ,1 ,clke_bt 
+0x2708 004347 rtn 
+:      004349 calc_clke_modem_2m:
+0x2709 004350 fetch 2 ,mem_param_clke_cal_le_2m 
+0x270a 004351 copy pdata ,clke_rt 
+0x270b 004352 copy bt_clk ,clke_bt 
+0x270c 004353 rtn 
+:      004356 le_set_until_tx_timer:
+0x270d 004357 fetch 1 ,mem_le_rxbuf_data_length 
+0x270e 004358 add pdata ,5 ,temp 
+0x270f 004359 lshift3 temp ,temp 
+0x2710 004360 fetch 1 ,mem_le_rx_phy 
+0x2711 004361 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
+0x2712 004362 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
+0x2713 004363 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
+:      004364 le_set_until_tx_timer_rx_lr:
+0x2714 004365 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
+0x2715 004366 branch le_set_until_tx_timer_rx_coded_s8 
+:      004368 le_set_until_tx_timer_rx_1m:
+0x2716 004369 branch le_calc_stop_watch 
+:      004371 le_set_until_tx_timer_rx_2m:
+0x2717 004372 rshift temp ,temp 
+0x2718 004373 branch le_calc_stop_watch 
+:      004375 le_set_until_tx_timer_rx_coded_s2:
+0x2719 004376 add temp ,3 ,temp 
+0x271a 004377 lshift temp ,temp 
+0x271b 004378 branch le_set_until_tx_timer_rx_coded 
+:      004380 le_set_until_tx_timer_rx_coded_s8:
+0x271c 004381 add temp ,3 ,temp 
+0x271d 004382 lshift3 temp ,temp 
+:      004383 le_set_until_tx_timer_rx_coded:
+0x271e 004384 setarg param_coded_c1_term1_time_40us 
+0x271f 004385 iadd temp ,temp 
+0x2720 004386 branch le_calc_stop_watch 
+:      004388 le_calc_stop_watch:
+0x2721 004389 fetch 1 ,mem_system_clk 
+0x2722 004390 imul32 temp ,temp 
+0x2723 004391 arg param_20ms_init ,rega 
+0x2724 004392 imul32 rega ,pdata 
+0x2725 004393 isub temp ,temp 
+0x2726 004394 copy stop_watch ,pdata 
+0x2727 004395 isub temp ,stop_watch 
+0x2728 004396 rtn 
+:      004398 le_transmit_receive_sifs_without_change_mode:
+0x2729 004399 call le_transmit 
+0x272a 004400 fetcht 1 ,mem_last_freq 
+0x272b 004401 call set_freq_rx 
+0x272c 004402 call rf_rx_enable 
+0x272d 004403 enable swfine 
+0x272e 004404 arg 5500 ,timeup 
+0x272f 004405 branch le_receive_rxon 
+:      004408 le_transmit_receive_sifs:
+0x2730 004409 bpatchx patch25_3 ,mem_patch25 
+0x2731 004410 fetch 1 ,mem_le_tx_phy 
+0x2732 004411 call le_enable_phy_by_pdata 
+0x2733 004412 call le_transmit 
+:      004413 le_transmit_receive_sifs_notx:
+0x2734 004414 fetch 1 ,mem_le_rx_phy 
+0x2735 004415 call le_enable_phy_by_pdata 
+0x2736 004417 fetcht 1 ,mem_last_freq 
+0x2737 004418 call set_freq_rx 
+0x2738 004419 call rf_rx_enable 
+0x2739 004420 enable swfine 
+0x273a 004421 arg 5500 ,timeup 
+0x273b 004422 bmark0 mark_ble_lr ,le_receive_rxon 
+0x273c 004423 arg 8500 ,timeup 
+0x273d 004424 branch le_receive_rxon 
+:      004426 le_transmit_norx:
+0x273e 004427 bpatchx patch25_4 ,mem_patch25 
+0x273f 004428 call le_transmit 
+0x2740 004429 branch end_of_packet 
+:      004431 le_transmit:
+0x2741 004432 bpatchx patch25_5 ,mem_patch25 
+0x2742 004433 call le_prep 
+0x2743 004434 call le_tx_setfreq 
+0x2744 004435 call rf_debug_tx_on_line 
+0x2745 004436 set1 txgfsk ,radio_ctrl 
+0x2746 004437 enable encode_fec0 
+0x2747 004438 enable is_tx 
+0x2748 004439 disable is_rx 
+0x2749 004440 call le_wait_tx 
+0x274a 004441 disable lr_s2en 
+0x274b 004442 bmark1 mark_ble_lr ,le_transmit_lr 
+0x274c 004443 bmark1 mark_ble_2m ,le_transmit_2m 
+0x274d 004444 rshift16 access ,pdata 
+0x274e 004445 rshift8 pdata ,pdata 
+0x274f 004446 rshift4 pdata ,pdata 
+0x2750 004447 inject mod ,40 
+:      004448 le_transmit_packet:
+0x2751 004449 enable enable_white 
+0x2752 004450 enable enable_crc 
+0x2753 004451 bpatchx patch25_6 ,mem_patch25 
+0x2754 004452 fetch 1 ,mem_le_txheader 
+0x2755 004453 inject mod ,8 
+0x2756 004454 ifetch 1 ,contr 
+0x2757 004455 copy pdata ,loopcnt 
+0x2758 004456 inject mod ,8 
+0x2759 004457 sub loopcnt ,0 ,null 
+0x275a 004458 branch le_tr_nopayload ,zero 
+0x275b 004460 fetch 1 ,core_ccm_ctrl 
+0x275c 004461 branch le_transmit_packet_not_enc ,blank 
+0x275d 004462 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
+:      004463 le_transmit_packet_not_enc:
+0x275e 004464 arg mem_le_txpayload ,contr 
+:      004465 le_tr_loop:
+0x275f 004466 ifetch 1 ,contr 
+0x2760 004467 inject mod ,8 
+0x2761 004468 loop le_tr_loop 
+:      004470 le_tr_nopayload:
+0x2762 004471 enable enable_parity 
+0x2763 004472 inject mod ,24 
+0x2764 004473 disable enable_parity 
+0x2765 004474 bmark0 mark_ble_lr ,le_transmit_skip 
+0x2766 004475 disable enable_white 
+0x2767 004476 setarg 0 
+0x2768 004477 inject mod ,3 
+:      004478 le_transmit_skip:
+0x2769 004479 until null ,tx_clear 
+0x276a 004480 nop 100 
+0x276b 004481 bpatchx patch25_7 ,mem_patch25 
+0x276c 004482 disable encode_fec0 
+0x276d 004483 disable encode_fec3 
+0x276e 004484 call set_sync_on 
+0x276f 004485 call rf_debug_tx_off_line 
+:      004486 le_check_start_pause_enc:
+0x2770 004487 fetch 1 ,mem_le_txheader 
+0x2771 004488 and pdata ,llid_le_ll ,pdata 
+0x2772 004489 rtnne llid_le_ll 
+0x2773 004490 fetch 1 ,mem_le_enc_state 
+0x2774 004491 beq flag_le_enc_pause ,le_clear_enc 
+0x2775 004492 rtnne flag_le_send_start_enc_req 
+0x2776 004493 fetch 1 ,mem_le_txpayload 
+0x2777 004494 beq ll_start_enc_req ,le_set_enc 
+0x2778 004495 rtn 
+:      004498 le_transmit_packet_enc:
+0x2779 004499 increase -4 ,loopcnt 
+0x277a 004500 copy loopcnt ,temp 
+0x277b 004501 call ccm_wait_enc 
+0x277c 004502 arg mem_le_txpayload ,contr 
+:      004503 le_transmit_packet_enc_loop:
+0x277d 004504 ifetch 1 ,contr 
+0x277e 004505 inject mod ,8 
+0x277f 004506 loop le_transmit_packet_enc_loop 
+0x2780 004507 call ccm_check_enc_done 
+0x2781 004508 copy regext ,pdata 
+0x2782 004509 inject mod ,32 
+0x2783 004510 branch le_tr_nopayload 
+:      004512 le_transmit_lr:
+0x2784 004513 arg 10 ,loopcnt 
+:      004514 le_transmit_lr_preamble_loop:
+0x2785 004515 setarg 0x3c 
+0x2786 004516 inject mod ,8 
+0x2787 004517 loop le_transmit_lr_preamble_loop 
+0x2788 004518 disable encode_fec0 
+0x2789 004519 enable encode_fec3 
+0x278a 004520 rshift16 access ,pdata 
+0x278b 004521 rshift16 pdata ,pdata 
+0x278c 004522 rshift4 pdata ,pdata 
+0x278d 004523 inject mod ,32 
+0x278e 004524 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
+:      004525 le_transmit_lr_s2:
+0x278f 004526 setarg 1 
+0x2790 004527 inject mod ,5 
+0x2791 004528 enable lr_s2en 
+0x2792 004529 branch le_transmit_packet 
+:      004531 le_transmit_lr_s8:
+0x2793 004532 setarg 0 
+0x2794 004533 inject mod ,5 
+0x2795 004534 branch le_transmit_packet 
+:      004536 le_transmit_2m:
+0x2796 004537 fetch 1 ,mem_system_clk 
+0x2797 004538 fetcht 1 ,mem_le_tx2m_delay 
+0x2798 004539 iadd temp ,pdata 
+0x2799 004540 call sleep 
+0x279a 004541 rshift16 access ,pdata 
+0x279b 004542 rshift8 pdata ,pdata 
+0x279c 004543 rshift4 pdata ,temp 
+0x279d 004544 copy temp ,pdata 
+0x279e 004545 inject mod ,8 
+0x279f 004546 copy temp ,pdata 
+0x27a0 004547 inject mod ,40 
+0x27a1 004548 branch le_transmit_packet 
+:      004551 le_update_param:
+0x27a2 004552 arg le_update_param_ahead1_cb ,regc 
+0x27a3 004553 arg le_update_param_cb ,regb 
+0x27a4 004554 arg lestate_update_param ,queue 
+0x27a5 004555 branch le_check_update_flag 
+:      004557 le_update_param_ahead1_cb:
+0x27a6 004558 add rega ,coffset_sniff_anchor ,contr 
+0x27a7 004559 ifetcht 4 ,contr 
+0x27a8 004560 add rega ,coffest_le_new_transmitwindowsize ,contr 
+0x27a9 004561 ifetch 1 ,contr 
+0x27aa 004562 add rega ,coffset_le_window_size ,contw 
+0x27ab 004563 istore 1 ,contw 
+0x27ac 004564 ifetch 2 ,contr 
+0x27ad 004565 lshift2 pdata ,pdata 
+0x27ae 004566 iadd temp ,timeup 
+0x27af 004567 add rega ,coffset_sniff_anchor ,contw 
+0x27b0 004568 deposit timeup 
+0x27b1 004569 istore 4 ,contw 
+0x27b2 004570 ifetch 2 ,contr 
+0x27b3 004571 lshift2 pdata ,pdata 
+0x27b4 004572 add rega ,coffset_tsniff ,contw 
+0x27b5 004573 istore 2 ,contw 
+0x27b6 004574 ifetch 2 ,contr 
+0x27b7 004575 add rega ,coffset_le_slave_latency ,contw 
+0x27b8 004576 istore 2 ,contw 
+0x27b9 004577 ifetch 2 ,contr 
+0x27ba 004578 store 2 ,mem_le_init_superto 
+0x27bb 004579 branch le_receive_window_size 
+:      004581 le_update_param_cb:
+0x27bc 004582 ifetch 1 ,rega 
+0x27bd 004583 set0 lestate_got_first_packet ,pdata 
+0x27be 004584 istore 1 ,rega 
+0x27bf 004585 storer rega ,2 ,mem_rega 
+0x27c0 004586 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
+0x27c1 004587 call ui_ipc_send_event 
+0x27c2 004588 fetchr rega ,2 ,mem_rega 
+0x27c3 004589 rtn 
+:      004591 le_update_channel_map:
+0x27c4 004592 arg 0 ,regc 
+0x27c5 004593 arg le_update_channel_map_cb ,regb 
+0x27c6 004594 arg lestate_update_map ,queue 
+0x27c7 004595 branch le_check_update_flag 
+:      004597 le_update_channel_map_cb:
+0x27c8 004598 add rega ,coffset_le_new_map ,contr 
+0x27c9 004599 ifetch 5 ,contr 
+0x27ca 004600 add rega ,coffset_le_channel_map ,contw 
+0x27cb 004601 istore 5 ,contw 
+0x27cc 004602 branch le_calc_channel_map 
+:      004605 le_update_phy:
+0x27cd 004606 arg 0 ,regc 
+0x27ce 004607 arg le_update_phy_cb ,regb 
+0x27cf 004608 arg lestate_update_phy ,queue 
+0x27d0 004609 branch le_check_update_flag 
+:      004611 le_update_phy_cb:
+0x27d1 004612 add rega ,coffset_le_new_m2s_phy ,contr 
+0x27d2 004613 ifetch 1 ,contr 
+0x27d3 004614 call le_update_phy_cb_m2s 
+0x27d4 004615 istore 1 ,contw 
+0x27d5 004616 add rega ,coffset_le_new_s2m_phy ,contr 
+0x27d6 004617 ifetch 1 ,contr 
+0x27d7 004618 call le_update_phy_cb_s2m 
+0x27d8 004619 istore 1 ,contw 
+0x27d9 004620 storer rega ,2 ,mem_rega 
+0x27da 004621 jam bt_evt_le_update_phy ,mem_fifo_temp 
+0x27db 004622 call ui_ipc_send_event 
+0x27dc 004623 fetchr rega ,2 ,mem_rega 
+0x27dd 004624 rtn 
+:      004626 le_update_phy_cb_m2s:
+0x27de 004627 call le_update_phy_cb_m2s_no_change ,blank 
+0x27df 004628 add rega ,coffset_le_rx_phy ,contw 
+0x27e0 004629 nrtn master 
+0x27e1 004630 fetcht 1 ,mem_le_tx_phys 
+0x27e2 004631 isolate1 bit_le_coded_phy_s8 ,temp 
+0x27e3 004632 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x27e4 004633 add rega ,coffset_le_tx_phy ,contw 
+0x27e5 004634 rtn 
+:      004636 le_update_phy_cb_m2s_no_change:
+0x27e6 004637 add rega ,coffset_le_rx_phy ,contr 
+0x27e7 004638 ifetch 1 ,contr 
+0x27e8 004639 nrtn master 
+0x27e9 004640 add rega ,coffset_le_tx_phy ,contr 
+0x27ea 004641 ifetch 1 ,contr 
+0x27eb 004642 rtn 
+:      004644 le_update_phy_cb_s2m:
+0x27ec 004645 call le_update_phy_cb_s2m_no_change ,blank 
+0x27ed 004646 fetcht 1 ,mem_le_tx_phys 
+0x27ee 004647 isolate1 bit_le_coded_phy_s8 ,temp 
+0x27ef 004648 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x27f0 004649 add rega ,coffset_le_tx_phy ,contw 
+0x27f1 004650 nrtn master 
+0x27f2 004651 set0 bit_le_coded_phy_s8 ,pdata 
+0x27f3 004652 add rega ,coffset_le_rx_phy ,contw 
+0x27f4 004653 rtn 
+:      004655 le_update_phy_cb_s2m_no_change:
+0x27f5 004656 add rega ,coffset_le_tx_phy ,contr 
+0x27f6 004657 ifetch 1 ,contr 
+0x27f7 004658 nrtn master 
+0x27f8 004659 add rega ,coffset_le_rx_phy ,contr 
+0x27f9 004660 ifetch 1 ,contr 
+0x27fa 004661 rtn 
+:      004666 le_check_update_flag:
+0x27fb 004667 bpatchx patch26_0 ,mem_patch26 
+0x27fc 004668 ifetch 1 ,rega 
+0x27fd 004669 qisolate0 pdata 
+0x27fe 004670 rtn true 
+0x27ff 004671 add rega ,coffset_le_event_cnt ,contr 
+0x2800 004672 ifetcht 2 ,contr 
+0x2801 004673 add rega ,coffset_le_instant ,contr 
+0x2802 004674 ifetch 2 ,contr 
+0x2803 004676 isub temp ,pdata 
+0x2804 004677 branch le_update ,zero 
+0x2805 004678 nbranch le_check_update_small ,positive 
+0x2806 004679 sub pdata ,1 ,null 
+0x2807 004680 branch le_update_ahead1 ,zero 
+0x2808 004681 rtn 
+:      004683 le_update_ahead1:
+0x2809 004684 copy regc ,pdata 
+0x280a 004685 branch callback_func 
+:      004687 le_update:
+0x280b 004688 ifetch 1 ,rega 
+0x280c 004689 qset0 pdata 
+0x280d 004690 istore 1 ,rega 
+0x280e 004691 copy regb ,pdata 
+0x280f 004692 branch callback_func 
+:      004694 le_check_update_small:
+0x2810 004695 add rega ,coffset_le_event_cnt ,contr 
+0x2811 004696 ifetch 2 ,contr 
+0x2812 004697 add rega ,coffset_le_instant ,contr 
+0x2813 004698 ifetch 2 ,contr 
+0x2814 004699 isub temp ,pdata 
+0x2815 004700 arg 0xffff ,temp 
+0x2816 004701 isub temp ,null 
+0x2817 004702 branch le_update ,zero 
+0x2818 004703 arg 0xf000 ,temp 
+0x2819 004704 isub temp ,null 
+0x281a 004705 nbranch le_update ,positive 
+0x281b 004706 rtn 
+:      004709 le_check_retransmit:
+0x281c 004710 fetcht 1 ,mem_le_arq 
+0x281d 004711 fetch 1 ,mem_le_rxbuf_data_header 
+0x281e 004714 rshift pdata ,pdata 
+0x281f 004715 ixor temp ,pdata 
+0x2820 004716 isolate1 nesn ,pdata 
+0x2821 004717 setflag true ,mark_old_packet ,mark 
+0x2822 004718 rtn 
+:      004721 le_acknowledge:
+0x2823 004722 bpatchx patch26_1 ,mem_patch26 
+0x2824 004723 call le_supervision_flush 
+0x2825 004724 rtnmark1 mark_ble_crc_fail 
+0x2826 004725 call le_check_wak 
+0x2827 004726 fetch 1 ,mem_le_rxbuf_data_header 
+0x2828 004727 isolate1 md ,pdata 
+0x2829 004728 setflag true ,mark_ble_rx_md ,mark 
+0x282a 004729 rshift pdata ,pdata 
+0x282b 004730 ixor temp ,pdata 
+0x282c 004731 isolate1 nesn ,pdata 
+0x282d 004732 setflag true ,mark_old_packet ,mark 
+0x282e 004733 rtnmark1 mark_old_packet 
+0x282f 004734 fetch 1 ,mem_le_rxbuf_data_length 
+0x2830 004735 branch le_ack_unenc ,blank 
+0x2831 004736 fetch 1 ,mem_le_state 
+0x2832 004737 bbit0 lestate_encryption ,le_ack_unenc 
+0x2833 004738 fetcht 4 ,mem_le_peer_mic 
+0x2834 004739 fetch 4 ,mem_ccm_last_mic 
+0x2835 004740 isub temp ,null 
+0x2836 004741 branch assert ,zero 
+0x2837 004742 storet 4 ,mem_ccm_last_mic 
+0x2838 004743 fetch 5 ,mem_ccm_pcnt_rx 
+0x2839 004744 increase 1 ,pdata 
+0x283a 004745 set1 le_ccm_directionbit ,pdata 
+0x283b 004746 store 5 ,mem_ccm_pcnt_rx 
+:      004748 le_ack_unenc:
+0x283c 004749 fetcht 1 ,mem_le_arq 
+0x283d 004750 setflip nesn ,temp 
+0x283e 004751 storet 1 ,mem_le_arq 
+0x283f 004752 fetch 1 ,mem_le_configuration 
+0x2840 004753 rtnbit0 bit_ble_deal_bb_packet 
+0x2841 004754 bpatchx patch26_2 ,mem_patch26 
+0x2842 004755 fetch 1 ,mem_le_rxbuf_data_length 
+0x2843 004756 rtn blank 
+0x2844 004757 fetch 1 ,mem_le_rxbuf_data_header 
+0x2845 004758 compare llid_continue ,pdata ,3 
+0x2846 004759 branch le_parse_writing_attribute_continue ,true 
+0x2847 004760 compare llid_start ,pdata ,3 
+0x2848 004761 branch le_parse_writing_attribute_start ,true 
+0x2849 004762 rtn 
+:      004765 le_check_wak:
+0x284a 004766 bpatchx patch26_3 ,mem_patch26 
+0x284b 004767 fetcht 1 ,mem_le_arq 
+0x284c 004768 isolate0 wak ,temp 
+0x284d 004769 rtn true 
+0x284e 004770 fetch 1 ,mem_le_rxbuf_data_header 
+0x284f 004771 lshift pdata ,pdata 
+0x2850 004772 ixor temp ,pdata 
+0x2851 004773 rtnbit0 sn 
+0x2852 004774 set0 wak ,temp 
+0x2853 004775 setflip sn ,temp 
+0x2854 004776 storet 1 ,mem_le_arq 
+0x2855 004777 compare 3 ,temp ,3 
+0x2856 004779 rtn 
+:      004782 le_set_enc:
+0x2857 004783 fetch 1 ,mem_le_state 
+0x2858 004784 set1 lestate_encryption ,pdata 
+0x2859 004785 store 1 ,mem_le_state 
+0x285a 004786 set1 mark_ble_encryption ,mark 
+0x285b 004787 rtn 
+:      004789 le_clear_enc:
+0x285c 004790 bpatchx patch26_4 ,mem_patch26 
+0x285d 004791 jam flag_le_enc_null ,mem_le_enc_state 
+0x285e 004792 arg 0 ,pdata 
+0x285f 004793 store 4 ,mem_ccm_last_mic 
+0x2860 004794 store 5 ,mem_ccm_pcnt_tx 
+0x2861 004795 set1 le_ccm_directionbit ,pdata 
+0x2862 004796 store 5 ,mem_ccm_pcnt_rx 
+0x2863 004797 fetch 1 ,mem_le_state 
+0x2864 004798 set0 lestate_encryption ,pdata 
+0x2865 004799 store 1 ,mem_le_state 
+0x2866 004800 set0 mark_ble_encryption ,mark 
+0x2867 004801 rtn 
+:      004806 le_scan_check_sender_addr_type:
+0x2868 004807 arg 1 ,rega 
+0x2869 004808 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
+0x286a 004809 rtnbit1 le_sender_addr_bit 
+0x286b 004810 arg 0 ,rega 
+0x286c 004811 rtn 
+:      004814 le_get_master_rx_max:
+0x286d 004815 copy contr ,contw 
+0x286e 004816 fetcht 2 ,mem_remote_rx_max_octets 
+0x286f 004817 copy contw ,contr 
+0x2870 004818 rtn 
+:      004821 le_prepare_tx:
+0x2871 004822 bpatchx patch26_5 ,mem_patch26 
+0x2872 004823 fetch 1 ,mem_le_arq 
+0x2873 004824 rtnbit1 wak 
+0x2874 004825 call le_check_tx_md 
+0x2875 004826 call le_fifo_get_first_tx_ptr 
+0x2876 004827 branch le_send_empty ,blank 
+0x2877 004828 ifetch 2 ,contr 
+0x2878 004829 ifetcht 2 ,contr 
+0x2879 004830 copy temp ,rega 
+0x287a 004831 isub rega ,pdata 
+0x287b 004832 call le_get_master_rx_max 
+0x287c 004833 call not_greater_than 
+0x287d 004834 copy pdata ,temp 
+0x287e 004835 ifetchr type ,1 ,contr 
+0x287f 004836 copy rega ,pdata 
+0x2880 004837 iadd contr ,pdata 
+0x2881 004838 store 2 ,mem_contr 
+0x2882 004839 call le_update_tx_type 
+0x2883 004840 call le_send_packet 
+0x2884 004842 call le_fifo_get_first_tx_ptr 
+0x2885 004843 ifetch 2 ,contr 
+0x2886 004844 copy pdata ,rega 
+0x2887 004845 copy contr ,regc 
+0x2888 004846 ifetcht 2 ,contr 
+0x2889 004847 copy temp ,regb 
+0x288a 004848 isub regb ,pdata 
+0x288b 004849 call le_get_master_rx_max 
+0x288c 004850 call not_greater_than 
+0x288d 004851 iadd regb ,pdata 
+0x288e 004852 istore 2 ,regc 
+0x288f 004853 isub rega ,null 
+0x2890 004854 nrtn zero 
+0x2891 004855 branch le_fifo_release_first_node 
+:      004858 le_check_tx_md:
+0x2892 004859 call le_check_continue 
+0x2893 004860 rtnmark1 mark_ble_tx_md 
+0x2894 004861 fetch 1 ,mem_le_configuration 
+0x2895 004862 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x2896 004863 call le_fifo_get_second_tx_ptr 
+0x2897 004864 branch le_clear_md ,blank 
+0x2898 004865 branch le_set_md 
+:      004868 le_check_continue:
+0x2899 004869 call le_fifo_get_first_tx_ptr 
+0x289a 004870 branch le_clear_md ,blank 
+0x289b 004871 ifetch 2 ,contr 
+0x289c 004872 ifetcht 2 ,contr 
+0x289d 004873 isub temp ,rega 
+0x289e 004874 call le_get_master_rx_max 
+0x289f 004875 copy temp ,pdata 
+0x28a0 004876 isub rega ,null 
+0x28a1 004877 branch le_clear_md ,positive 
+:      004878 le_set_md:
+0x28a2 004879 set1 mark_ble_tx_md ,mark 
+0x28a3 004880 rtn 
+:      004882 le_clear_md:
+0x28a4 004883 set0 mark_ble_tx_md ,mark 
+0x28a5 004884 rtn 
+:      004886 le_update_tx_type:
+0x28a6 004887 copy rega ,pdata 
+0x28a7 004888 rtn blank 
+0x28a8 004889 arg llid_continue ,type 
+0x28a9 004890 rtn 
+:      004893 le_att_check_notification_enable:
+0x28aa 004894 bpatchx patch26_6 ,mem_patch26 
+0x28ab 004895 increase 1 ,temp 
+0x28ac 004896 call le_att_get_handle_ptr 
+0x28ad 004897 increase -2 ,contr 
+0x28ae 004898 ifetch 2 ,contr 
+0x28af 004899 arg client_charactertic_configuration ,temp 
+0x28b0 004900 isub temp ,null 
+0x28b1 004901 nrtn zero 
+0x28b2 004902 increase 1 ,contr 
+0x28b3 004903 copy contr ,rega 
+0x28b4 004904 ifetch 1 ,contr 
+0x28b5 004905 rtn 
+:      004908 le_send_empty:
+0x28b6 004909 force 0 ,temp 
+0x28b7 004910 force 1 ,type 
+:      004912 le_send_packet:
+0x28b8 004913 bpatchx patch26_7 ,mem_patch26 
+0x28b9 004914 storet 1 ,mem_le_txlen 
+0x28ba 004915 fetcht 1 ,mem_le_arq 
+0x28bb 004916 set1 wak ,temp 
+0x28bc 004917 and temp ,0xfc ,pdata 
+0x28bd 004918 ior type ,pdata 
+0x28be 004919 store 1 ,mem_le_arq 
+0x28bf 004920 and_into 0x1f ,pdata 
+0x28c0 004921 isolate1 mark_ble_tx_md ,mark 
+0x28c1 004922 setflag true ,md ,pdata 
+0x28c2 004923 store 1 ,mem_le_txheader 
+0x28c3 004925 fetch 1 ,mem_le_txheader 
+0x28c4 004926 compare 1 ,type ,3 
+0x28c5 004927 nbranch le_send_no_txlen ,true 
+0x28c6 004928 fetch 1 ,mem_le_txlen 
+0x28c7 004929 rtn blank 
+:      004931 le_send_no_txlen:
+0x28c8 004932 bmark1 mark_ble_encryption ,le_send_packet_enc 
+0x28c9 004933 fetchr loopcnt ,1 ,mem_le_txlen 
+0x28ca 004934 fetch 2 ,mem_contr 
+0x28cb 004935 copy pdata ,contr 
+0x28cc 004936 arg mem_le_txpayload ,contw 
+0x28cd 004937 branch memcpy_fast 
+:      004939 le_send_packet_enc:
+0x28ce 004940 call load_sk 
+0x28cf 004941 branch le_encrypt_new_start 
+:      004943 get_lpm_wake_ble_rx_lock:
+0x28d0 004944 arg wake_lock_ble_rx ,queue 
+0x28d1 004945 branch lpm_get_wake_lock 
+:      004947 put_lpm_wake_ble_rx_lock:
+0x28d2 004948 arg wake_lock_ble_rx ,queue 
+0x28d3 004949 branch lpm_put_wake_lock 
+:      004952 le_parse:
+0x28d4 004953 bpatchx patch27_0 ,mem_patch27 
+0x28d5 004954 rtnmark1 mark_old_packet 
+0x28d6 004955 rtnmark1 mark_ble_crc_fail 
+0x28d7 004956 fetch 1 ,mem_le_rxbuf_data_header 
+0x28d8 004957 and pdata ,0x3 ,pdata 
+0x28d9 004958 store 1 ,mem_le_packet_llid 
+0x28da 004959 fetch 1 ,mem_le_rxbuf_data_length 
+0x28db 004960 rtn blank 
+0x28dc 004961 setarg mem_le_rxbuf_data_payload 
+0x28dd 004962 store 2 ,mem_le_payload_ptr 
+0x28de 004963 bpatchx patch27_1 ,mem_patch27 
+0x28df 004964 fetch 1 ,mem_le_packet_llid 
+0x28e0 004965 beq llid_le_ll ,le_parse_ll 
+:      004966 le_parse_l2cap:
+0x28e1 004967 call le_check_l2cap_complete 
+0x28e2 004968 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x28e3 004969 call put_lpm_wake_ble_rx_lock 
+0x28e4 004970 setarg 0 
+0x28e5 004971 store 2 ,mem_le_packet_len_recved 
+0x28e6 004972 fetch 2 ,mem_le_payload_ptr 
+0x28e7 004973 add pdata ,2 ,contr 
+0x28e8 004974 bpatchx patch27_2 ,mem_patch27 
+:      004975 le_parse_l2cap_next:
+0x28e9 004976 ifetch 2 ,contr 
+0x28ea 004977 beq le_l2cap_cid_att ,le_parse_att 
+0x28eb 004978 beq le_l2cap_cid_smp ,le_parse_smp 
+0x28ec 004979 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x28ed 004980 rtn 
+:      004983 le_check_l2cap_complete:
+0x28ee 004984 fetch 1 ,mem_le_packet_llid 
+0x28ef 004985 beq llid_start ,le_check_l2cap_llid_start 
+0x28f0 004986 beq llid_continue ,le_check_l2cap_llid_continue 
+0x28f1 004987 rtn 
+:      004992 le_check_l2cap_cid_legal:
+0x28f2 004993 call enable_user 
+0x28f3 004994 arg le_l2cap_cid_att ,temp 
+0x28f4 004995 isub pdata ,null 
+0x28f5 004996 rtn zero 
+0x28f6 004997 arg le_l2cap_cid_signal ,temp 
+0x28f7 004998 isub pdata ,null 
+0x28f8 004999 rtn zero 
+0x28f9 005000 arg le_l2cap_cid_smp ,temp 
+0x28fa 005001 isub pdata ,null 
+0x28fb 005002 rtn zero 
+0x28fc 005003 branch disable_user 
+:      005006 le_check_l2cap_llid_start:
+0x28fd 005007 fetch 2 ,mem_le_payload_ptr 
+0x28fe 005008 copy pdata ,contr 
+0x28ff 005009 ifetch 2 ,contr 
+0x2900 005010 store 2 ,mem_le_l2cap_size 
+0x2901 005011 ifetch 2 ,contr 
+0x2902 005012 call le_check_l2cap_cid_legal 
+0x2903 005013 nrtn user 
+0x2904 005014 fetcht 1 ,mem_le_rxbuf_data_length 
+0x2905 005015 storet 2 ,mem_le_packet_len_recved 
+0x2906 005016 fetch 2 ,mem_le_l2cap_size 
+0x2907 005017 increase 4 ,pdata 
+0x2908 005018 isub temp ,null 
+0x2909 005019 branch enable_user ,zero 
+0x290a 005020 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x290b 005021 arg mem_le_l2cap_buf ,contw 
+0x290c 005022 fetch 2 ,mem_le_payload_ptr 
+0x290d 005023 copy pdata ,contr 
+0x290e 005024 call memcpy_fast 
+0x290f 005025 branch disable_user 
+:      005030 le_check_l2cap_continue_legal:
+0x2910 005031 call enable_user 
+0x2911 005032 fetch 2 ,mem_le_packet_len_recved 
+0x2912 005033 nrtn blank 
+0x2913 005034 branch disable_user 
+:      005036 le_check_l2cap_llid_continue:
+0x2914 005037 call le_check_l2cap_continue_legal 
+0x2915 005038 nrtn user 
+0x2916 005039 fetch 2 ,mem_le_packet_len_recved 
+0x2917 005040 arg mem_le_l2cap_buf ,contw 
+0x2918 005041 iadd contw ,rega 
+0x2919 005042 fetcht 1 ,mem_le_rxbuf_data_length 
+0x291a 005043 iadd temp ,pdata 
+0x291b 005044 store 2 ,mem_le_packet_len_recved 
+0x291c 005045 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x291d 005046 copy rega ,contw 
+0x291e 005047 fetch 2 ,mem_le_payload_ptr 
+0x291f 005048 copy pdata ,contr 
+0x2920 005049 call memcpy_fast 
+0x2921 005050 setarg mem_le_l2cap_buf 
+0x2922 005051 store 2 ,mem_le_payload_ptr 
+0x2923 005052 fetch 2 ,mem_le_l2cap_size 
+0x2924 005053 increase 4 ,pdata 
+0x2925 005054 fetcht 2 ,mem_le_packet_len_recved 
+0x2926 005055 isub temp ,null 
+0x2927 005056 branch enable_user ,zero 
+0x2928 005057 branch disable_user 
+:      005062 le_writeatt_cb:
+0x2929 005063 fetch 2 ,mem_cb_att_write 
+0x292a 005064 branch callback_func 
+:      005066 le_supervision_update:
+0x292b 005067 bpatchx patch27_3 ,mem_patch27 
+0x292c 005068 fetcht 4 ,mem_le_supervision_timer 
+0x292d 005069 call get_clkbt 
+0x292e 005070 isub temp ,timeup 
+0x292f 005071 deposit timeup 
+0x2930 005072 fetcht 2 ,mem_le_superto 
+0x2931 005073 lshift4 temp ,temp 
+0x2932 005074 lshift temp ,temp 
+0x2933 005075 isub temp ,pdata 
+0x2934 005076 rtn 
+:      005078 le_supervision_flush:
+0x2935 005079 call get_clkbt 
+0x2936 005080 store 4 ,mem_le_supervision_timer 
+0x2937 005081 rtn 
+:      005085 le_receive_window_size:
+0x2938 005086 bpatchx patch27_4 ,mem_patch27 
+0x2939 005087 add rega ,coffset_le_peer_sca ,contr 
+0x293a 005088 ifetch 1 ,contr 
+0x293b 005089 call le_sca_map 
+0x293c 005090 add rega ,coffset_tsniff ,contr 
+0x293d 005091 ifetch 2 ,contr 
+0x293e 005092 imul32 temp ,pdata 
+0x293f 005093 fetcht 2 ,mem_param_rt_rthalfslot 
+0x2940 005094 imul32 temp ,pdata 
+0x2941 005095 arg 1000000 ,temp 
+0x2942 005096 idiv temp 
+0x2943 005097 arg param_windown_size ,temp 
+0x2944 005098 fetch 1 ,mem_system_clk 
+0x2945 005099 imul32 temp ,temp 
+0x2946 005100 add rega ,coffset_le_window_size ,contr 
+0x2947 005101 ifetch 1 ,contr 
+0x2948 005102 imul32 temp ,pdata 
+0x2949 005103 iadd temp ,pdata 
+0x294a 005104 store 4 ,mem_le_transmit_window 
+0x294b 005105 fetch 2 ,mem_rx_window_sniff 
+0x294c 005106 call wait_div_end 
+0x294d 005107 quotient temp 
+0x294e 005108 iadd temp ,pdata 
+0x294f 005109 add rega ,coffset_rx_window ,contw 
+0x2950 005110 istore 2 ,contw 
+0x2951 005111 rtn 
+:      005116 le_modified_name:
+0x2952 005117 bpatchx patch27_5 ,mem_patch27 
+0x2953 005118 call le_modified_name_att_list 
+0x2954 005119 branch le_modified_name_adv 
+:      005121 le_modified_name_att_list:
+0x2955 005122 jam 2 ,mem_le_search_att_type_length 
+0x2956 005123 arg uuid_chrctr_device_name ,temp 
+0x2957 005124 storet 2 ,mem_le_search_att_type 
+0x2958 005125 call le_att_get_uuid_ptr 
+0x2959 005126 rtn blank 
+0x295a 005127 ifetch 1 ,contr 
+0x295b 005128 copy contr ,contw 
+0x295c 005129 fetcht 1 ,mem_le_name_len 
+0x295d 005130 copy temp ,loopcnt 
+0x295e 005131 isub temp ,null 
+0x295f 005132 nbranch le_name_length_longer_than_att ,positive 
+0x2960 005133 isub temp ,temp 
+0x2961 005134 arg mem_le_name ,contr 
+0x2962 005135 call memcpy_fast 
+0x2963 005136 copy temp ,loopcnt 
+0x2964 005137 ncall memcpy_empty ,zero 
+0x2965 005138 rtn 
+:      005139 le_name_length_longer_than_att:
+0x2966 005140 copy pdata ,loopcnt 
+0x2967 005141 arg mem_le_name ,contr 
+0x2968 005142 branch memcpy_fast 
+:      005145 le_modified_name_adv:
+0x2969 005146 arg mem_le_adv_data_len + 32 ,regc 
+0x296a 005147 arg mem_le_adv_data ,rega 
+0x296b 005148 call le_modified_name_adv_and_scan 
+0x296c 005149 setarg 0 
+0x296d 005150 setflag user ,0 ,pdata 
+0x296e 005151 store 1 ,mem_pdatatemp 
+0x296f 005152 arg mem_le_scan_data_len + 32 ,regc 
+0x2970 005153 arg mem_le_scan_data ,rega 
+0x2971 005154 call le_modified_name_adv_and_scan 
+0x2972 005155 rtn user 
+0x2973 005156 fetch 1 ,mem_pdatatemp 
+0x2974 005157 branch assert ,blank 
+0x2975 005158 rtn 
+:      005161 le_modified_name_adv_and_scan:
+0x2976 005162 bpatchx patch27_6 ,mem_patch27 
+0x2977 005163 call enable_user 
+0x2978 005164 call clear_temp_block 
+0x2979 005165 arg 0 ,regb 
+0x297a 005166 arg mem_le_data_temp ,contw 
+0x297b 005167 call le_modified_name_adv_loop 
+0x297c 005168 fetch 1 ,mem_le_name_len 
+0x297d 005169 add pdata ,1 ,temp 
+0x297e 005170 iadd regb ,rega 
+0x297f 005171 increase 2 ,rega 
+0x2980 005172 sub rega ,0x1f ,null 
+0x2981 005173 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x2982 005174 istoret 1 ,contw 
+0x2983 005175 arg gap_adtype_local_name_complete ,temp 
+0x2984 005176 istoret 1 ,contw 
+0x2985 005177 iforce loopcnt 
+0x2986 005178 call memcpy_fast 
+0x2987 005179 copy rega ,regb 
+:      005180 le_modified_name_adv_and_scan_store_data:
+0x2988 005181 deposit regb 
+0x2989 005182 store 1 ,mem_le_data_len_temp 
+0x298a 005183 arg mem_le_data_len_temp ,contr 
+0x298b 005184 setarg -32 
+0x298c 005185 iadd regc ,contw 
+0x298d 005186 branch memcpy32 
+:      005188 le_modified_name_adv_and_scan_name_overflow:
+0x298e 005189 call disable_user 
+0x298f 005190 branch le_modified_name_adv_and_scan_store_data 
+:      005192 le_modified_name_adv_loop:
+0x2990 005193 ifetch 1 ,rega 
+0x2991 005194 rtn blank 
+0x2992 005195 pincrease 1 
+0x2993 005196 ifetcht 1 ,contr 
+0x2994 005197 sub temp ,gap_adtype_local_name_complete ,null 
+0x2995 005198 branch le_modified_name_adv_found_name ,zero 
+0x2996 005199 iadd regb ,regb 
+0x2997 005200 copy rega ,contr 
+0x2998 005201 iforce loopcnt 
+0x2999 005202 call memcpy_fast 
+0x299a 005203 copy contr ,rega 
+:      005204 le_modified_name_adv_loop2:
+0x299b 005205 deposit rega 
+0x299c 005206 isub regc ,null 
+0x299d 005207 rtn positive 
+0x299e 005208 branch le_modified_name_adv_loop 
+:      005210 le_modified_name_adv_found_name:
+0x299f 005211 iadd rega ,rega 
+0x29a0 005212 branch le_modified_name_adv_loop2 
+:      005215 memcpy_empty:
+0x29a1 005216 setarg space 
+0x29a2 005217 istore 1 ,contw 
+0x29a3 005218 loop memcpy_empty 
+0x29a4 005219 rtn 
+:      005222 le_lpm_set_mult:
+0x29a5 005223 bpatchx patch27_7 ,mem_patch27 
+0x29a6 005224 disable wake 
+0x29a7 005225 branch le_lpm_set_mult_attempt ,attempt 
+0x29a8 005226 nbranch le_lpm_lost ,match 
+:      005227 le_lpm_set_mult_attempt:
+0x29a9 005228 call lpm_match 
+0x29aa 005229 fetch 2 ,mem_rx_window_sniff 
+0x29ab 005230 store 2 ,mem_le_receive_window 
+0x29ac 005231 fetch 1 ,mem_le_configuration 
+0x29ad 005232 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x29ae 005233 bmark1 mark_old_packet ,lpm_mult_short 
+0x29af 005234 fetch 1 ,mem_le_rxbuf_data_length 
+0x29b0 005235 nbranch lpm_mult_short ,blank 
+0x29b1 005236 fetch 1 ,mem_le_txlen 
+0x29b2 005237 nbranch lpm_mult_short ,blank 
+0x29b3 005239 fetch 1 ,mem_le_state 
+0x29b4 005240 bbit1 lestate_update_param ,lpm_mult_short 
+0x29b5 005241 bbit1 lestate_update_phy ,lpm_mult_short 
+0x29b6 005242 bbit1 lestate_update_map ,lpm_mult_short 
+0x29b7 005243 branch lpm_mult_wait_timeout 
+:      005245 le_lpm_lost:
+0x29b8 005246 fetch 1 ,mem_sniff_unint_lost 
+0x29b9 005247 sub pdata ,30 ,null 
+0x29ba 005248 nbranch lpm_lost ,positive 
+0x29bb 005249 fetcht 2 ,mem_rx_window_sniff 
+0x29bc 005250 rshift temp ,temp 
+0x29bd 005251 fetch 2 ,mem_le_receive_window 
+0x29be 005252 iadd temp ,pdata 
+0x29bf 005253 store 2 ,mem_le_receive_window 
+0x29c0 005254 branch lpm_lost 
+:      005257 le_set_config_fixed_tk:
+0x29c1 005258 arg bit_ble_passkey_fixed_key ,queue 
+0x29c2 005259 branch le_set_config 
+:      005261 le_clr_config_fixed_tk:
+0x29c3 005262 arg bit_ble_passkey_fixed_key ,queue 
+0x29c4 005263 branch le_clr_config 
+:      005265 le_set_config_fixed_ltk:
+0x29c5 005266 arg bit_ble_pairing_fixed_ltk ,queue 
+0x29c6 005267 branch le_set_config 
+:      005269 le_clr_config_fixed_ltk:
+0x29c7 005270 arg bit_ble_pairing_fixed_ltk ,queue 
+0x29c8 005271 branch le_clr_config 
+:      005273 le_set_config_more_data:
+0x29c9 005274 arg bit_ble_transmit_packet_by_md ,queue 
+0x29ca 005275 branch le_set_config 
+:      005277 le_clr_config_more_data:
+0x29cb 005278 arg bit_ble_transmit_packet_by_md ,queue 
+0x29cc 005279 branch le_clr_config 
+:      005281 le_set_config_read_authentication:
+0x29cd 005282 arg bit_ble_read_auth ,queue 
+0x29ce 005283 branch le_set_config 
+:      005285 le_clr_config_read_authentication:
+0x29cf 005286 arg bit_ble_read_auth ,queue 
+0x29d0 005287 branch le_clr_config 
+:      005289 le_set_config_write_authentication:
+0x29d1 005290 arg bit_ble_write_auth ,queue 
+0x29d2 005291 branch le_set_config 
+:      005293 le_clr_config_write_authentication:
+0x29d3 005294 arg bit_ble_write_auth ,queue 
+0x29d4 005295 branch le_clr_config 
+:      005297 le_set_config_short_mult:
+0x29d5 005298 arg bit_ble_short_mult ,queue 
+:      005300 le_set_config:
+0x29d6 005301 fetch 1 ,mem_le_configuration 
+0x29d7 005302 qset1 pdata 
+0x29d8 005303 store 1 ,mem_le_configuration 
+0x29d9 005304 rtn 
+:      005307 le_clr_config_short_mult:
+0x29da 005308 arg bit_ble_short_mult ,queue 
+:      005310 le_clr_config:
+0x29db 005311 fetch 1 ,mem_le_configuration 
+0x29dc 005312 qset0 pdata 
+0x29dd 005313 store 1 ,mem_le_configuration 
+0x29de 005314 rtn 
+:      005318 le_set_fixed_ltk:
+0x29df 005319 setarg 0x112233 
+0x29e0 005320 store 3 ,mem_le_fixed_ltk 
+0x29e1 005321 setarg 0x445566 
+0x29e2 005322 istore 3 ,contw 
+0x29e3 005323 setarg 0x778899 
+0x29e4 005324 istore 3 ,contw 
+0x29e5 005325 setarg 0x001122 
+0x29e6 005326 istore 3 ,contw 
+0x29e7 005327 setarg 0x334455 
+0x29e8 005328 istore 3 ,contw 
+0x29e9 005329 setarg 0x66 
+0x29ea 005330 istore 1 ,contw 
+0x29eb 005331 rtn 
+:      005334 le_set_justwork:
+0x29ec 005335 setarg 0x01000302 
+0x29ed 005336 store 4 ,mem_le_pres 
+0x29ee 005337 setarg 0x010010 
+0x29ef 005338 store 3 ,mem_le_pres_max_keysize 
+0x29f0 005339 jam 1 ,mem_le_pairing_mode 
+0x29f1 005340 rtn 
+:      005344 le_fifo_malloc_tx_empty:
+0x29f2 005345 arg 0 ,rega 
+0x29f3 005346 arg llid_empty ,type 
+0x29f4 005347 branch le_fifo_malloc_tx 
+:      005351 le_fifo_malloc_tx_ll:
+0x29f5 005352 bpatchx patch28_0 ,mem_patch28 
+0x29f6 005353 arg llid_le_ll ,type 
+0x29f7 005354 call le_fifo_malloc_tx 
+0x29f8 005355 copy regb ,pdata 
+0x29f9 005356 istore 1 ,contw 
+0x29fa 005357 rtn 
+:      005361 le_fifo_malloc_tx_l2cap:
+0x29fb 005362 bpatchx patch28_1 ,mem_patch28 
+0x29fc 005363 force llid_start ,type 
+0x29fd 005364 increase 4 ,rega 
+0x29fe 005365 call le_fifo_malloc_tx 
+0x29ff 005366 increase -4 ,rega 
+0x2a00 005367 copy rega ,pdata 
+0x2a01 005368 istore 2 ,contw 
+0x2a02 005369 copy regb ,pdata 
+0x2a03 005370 istore 2 ,contw 
+0x2a04 005371 rtn 
+:      005375 le_fifo_malloc_tx:
+0x2a05 005376 bpatchx patch28_2 ,mem_patch28 
+0x2a06 005377 increase 5 ,rega 
+0x2a07 005378 call ble_l2cap_malloc 
+0x2a08 005379 increase -5 ,rega 
+0x2a09 005380 copy rega ,pdata 
+0x2a0a 005381 istore 2 ,contw 
+0x2a0b 005382 setarg 0 
+0x2a0c 005383 istore 2 ,contw 
+0x2a0d 005384 copy type ,pdata 
+0x2a0e 005385 istore 1 ,contw 
+0x2a0f 005386 rtn 
+:      005389 le_fifo_get_first_tx_ptr:
+0x2a10 005390 bpatchx patch28_3 ,mem_patch28 
+0x2a11 005391 call l2cap_malloc_fifo_out 
+0x2a12 005392 copy pdata ,contr 
+0x2a13 005393 rtn 
+:      005395 le_fifo_get_second_tx_ptr:
+0x2a14 005396 fetch 2 ,mem_tx_fifo2_ptr 
+0x2a15 005397 rtn 
+:      005399 le_fifo_get_last_tx_ptr:
+0x2a16 005400 call le_fifo_get_last_tx_ptr0 
+0x2a17 005401 copy pdata ,contr 
+0x2a18 005402 rtn 
+:      005405 le_fifo_get_last_tx_ptr0:
+0x2a19 005406 fetch 2 ,mem_tx_fifo3_ptr 
+0x2a1a 005407 rtn 
+:      005410 le_fifo_get_first_l2cap_ptr:
+0x2a1b 005411 call le_fifo_get_first_tx_ptr 
+0x2a1c 005412 increase 5 ,contr 
+0x2a1d 005413 rtn 
+:      005415 le_fifo_get_first_att_ptr:
+0x2a1e 005416 call le_fifo_get_first_tx_ptr 
+0x2a1f 005417 increase 9 ,contr 
+0x2a20 005418 rtn 
+:      005420 le_fifo_get_last_att_ptr:
+0x2a21 005421 call le_fifo_get_last_tx_ptr 
+0x2a22 005422 increase 9 ,contr 
+0x2a23 005423 rtn 
+:      005425 le_fifo_get_last_l2cap_ptr:
+0x2a24 005426 call le_fifo_get_last_tx_ptr 
+0x2a25 005427 increase 5 ,contr 
+0x2a26 005428 rtn 
+:      005431 le_fifo_check_full:
+0x2a27 005432 branch l2cap_malloc_is_fifo_full 
+:      005435 le_fifo_check_nearly_full:
+0x2a28 005436 branch l2cap_malloc_is_fifo_nearly_full 
+:      005439 le_fifo_check_empty:
+0x2a29 005440 branch l2cap_malloc_is_fifo_empty 
+:      005443 le_fifo_release_first_node:
+0x2a2a 005444 branch l2cap_malloc_free 
+:      005447 le_set_dle:
+0x2a2b 005448 store 8 ,mem_local_rx_max_octets 
+0x2a2c 005449 branch le_set_feature_data_packet_length_extension 
+:      005452 le_set_phys:
+0x2a2d 005453 and temp ,0xff ,rega 
+0x2a2e 005454 call le_set_tx_phy 
+0x2a2f 005455 rshift8 temp ,rega 
+:      005457 le_set_rx_phy:
+0x2a30 005458 storer rega ,1 ,mem_le_rx_phys 
+0x2a31 005459 branch le_set_phy_common 
+:      005461 le_set_tx_phy:
+0x2a32 005462 storer rega ,1 ,mem_le_tx_phys 
+:      005463 le_set_phy_common:
+0x2a33 005464 isolate1 bit_le_2m_phy ,rega 
+0x2a34 005465 call le_set_feature_2m_phy ,true 
+0x2a35 005466 isolate1 bit_le_coded_phy ,rega 
+0x2a36 005467 call le_set_feature_coded_phy ,true 
+0x2a37 005468 rtn 
+:      005472 le_set_feature_2m_phy:
+0x2a38 005473 arg bit_ll_feature_le_2m_phy ,queue 
+0x2a39 005474 branch le_set_feature 
+:      005477 le_set_feature_coded_phy:
+0x2a3a 005478 arg bit_ll_feature_le_coded_phy ,queue 
+0x2a3b 005479 branch le_set_feature 
+:      005481 le_set_feature_data_packet_length_extension:
+0x2a3c 005482 arg bit_ll_feature_le_data_packet_length_extension ,queue 
+:      005484 le_set_feature:
+0x2a3d 005485 fetch 8 ,mem_le_local_feature 
+0x2a3e 005486 qset1 pdata 
+0x2a3f 005487 store 8 ,mem_le_local_feature 
+0x2a40 005488 rtn 
+:      005490 le_set_fixed_ltk_justwork:
+0x2a41 005491 call le_set_config_fixed_ltk 
+0x2a42 005492 call le_set_justwork 
+0x2a43 005493 call le_set_fixed_ltk 
+0x2a44 005494 branch le_set_config_read_authentication 
+:      005499 le_advertising_dispatch:
+0x2a45 005500 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x2a46 005501 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x2a47 005502 call le_enable 
+0x2a48 005503 call le_scan 
+0x2a49 005504 call le_adv 
+0x2a4a 005505 branch le_disable 
+:      005507 le_scan:
+0x2a4b 005508 bpatchx patch28_4 ,mem_patch28 
+0x2a4c 005509 fetch 1 ,mem_le_scan_enable 
+0x2a4d 005510 rtnne le_scan_enable 
+0x2a4e 005511 arg le_scan_interval_timer ,queue 
+0x2a4f 005512 call timer_check 
+0x2a50 005513 nrtn blank 
+0x2a51 005514 fetch 2 ,mem_le_scan_interval 
+0x2a52 005515 fetcht 2 ,mem_le_scan_window 
+0x2a53 005516 isub temp ,pdata 
+0x2a54 005517 arg le_scan_interval_timer ,queue 
+0x2a55 005518 call timer_init 
+0x2a56 005519 disable master 
+0x2a57 005520 call le_init_adv 
+0x2a58 005521 call le_wait_adv 
+0x2a59 005522 nrtn match 
+0x2a5a 005523 bpatchx patch28_5 ,mem_patch28 
+0x2a5b 005524 fetch 6 ,mem_le_rxbuf + 2 
+0x2a5c 005525 store 6 ,mem_le_plap 
+0x2a5d 005528 fetch 1 ,mem_le_adv_rcv 
+0x2a5e 005529 increase 1 ,pdata 
+0x2a5f 005530 store 1 ,mem_le_adv_rcv 
+0x2a60 005531 call le_create_conn 
+0x2a61 005532 rtn master 
+0x2a62 005533 call le_send_scan_request 
+0x2a63 005534 nrtn match 
+0x2a64 005535 fetch 1 ,mem_le_scanrsp_rcv 
+0x2a65 005536 increase 1 ,pdata 
+0x2a66 005537 store 1 ,mem_le_scanrsp_rcv 
+0x2a67 005538 fetch 9 ,mem_le_rxbuf + 8 
+0x2a68 005539 store 9 ,mem_temp_block0 
+0x2a69 005540 rtn 
+:      005543 le_wait_adv:
+0x2a6a 005544 bpatchx patch28_6 ,mem_patch28 
+0x2a6b 005545 call le_next_adv_channel 
+0x2a6c 005546 call le_receive_adv 
+0x2a6d 005547 fetch 1 ,mem_le_adv_waitcnt 
+0x2a6e 005548 increase 1 ,pdata 
+0x2a6f 005549 store 1 ,mem_le_adv_waitcnt 
+0x2a70 005550 rtn 
+:      005553 le_create_conn:
+0x2a71 005554 bpatchx patch28_7 ,mem_patch28 
+0x2a72 005555 fetch 1 ,mem_cmd_le_create_conn 
+0x2a73 005556 rtnne hci_cmd_le_create_conn 
+0x2a74 005557 fetch 6 ,mem_le_plap 
+0x2a75 005558 fetcht 6 ,mem_le_conn_peer_addr 
+0x2a76 005559 isub temp ,null 
+0x2a77 005560 nrtn zero 
+0x2a78 005561 call context_new 
+0x2a79 005562 nrtn zero 
+0x2a7a 005563 call le_connect_request 
+0x2a7b 005564 call le_init_master 
+0x2a7c 005565 call le_send_version_ind 
+0x2a7d 005566 jam bt_evt_le_connected ,mem_fifo_temp 
+0x2a7e 005567 call ui_ipc_send_event 
+0x2a7f 005568 jam 0 ,mem_hci_cmd 
+0x2a80 005569 jam 0 ,mem_le_peer_sca 
+0x2a81 005570 jam 0 ,mem_le_scan_enable 
+0x2a82 005571 jam 0 ,mem_cmd_le_create_conn 
+0x2a83 005572 branch context_save 
+:      005574 le_connect_request:
+0x2a84 005575 bpatchx patch29_0 ,mem_patch29 
+0x2a85 005576 force -1 ,pdata 
+0x2a86 005577 setsect 2 ,1 
+0x2a87 005578 store 5 ,mem_le_channel_map 
+0x2a88 005579 arg mem_le_state ,rega 
+0x2a89 005580 call le_calc_channel_map 
+0x2a8a 005581 force 4 ,loopcnt 
+0x2a8b 005582 arg mem_le_access ,contw 
+0x2a8c 005583 call generate_random_loop 
+0x2a8d 005584 fetch 2 ,mem_le_timeout 
+0x2a8e 005585 store 2 ,mem_le_superto 
+:      005586 le_con_req_hop_retry:
+0x2a8f 005587 random pdata 
+0x2a90 005588 and_into 0xf ,pdata 
+0x2a91 005589 sub pdata ,4 ,null 
+0x2a92 005590 branch le_con_req_hop_retry ,positive 
+0x2a93 005591 store 1 ,mem_le_hop 
+0x2a94 005593 bpatchx patch29_1 ,mem_patch29 
+0x2a95 005594 fetcht 2 ,mem_le_conn_interval 
+0x2a96 005595 storet 2 ,mem_le_tsniff 
+0x2a97 005596 copy temp ,regc 
+0x2a98 005597 add clkn_bt ,7 ,pdata 
+0x2a99 005598 idiv regc 
+0x2a9a 005599 call wait_div_end 
+0x2a9b 005600 remainder rega 
+0x2a9c 005601 isub rega ,pdata 
+0x2a9d 005602 iadd regc ,pdata 
+0x2a9e 005603 fetcht 2 ,mem_le_dsniff 
+0x2a9f 005604 iadd temp ,pdata 
+0x2aa0 005605 store 4 ,mem_le_anchor 
+0x2aa1 005606 isub clkn_bt ,rega 
+0x2aa2 005607 increase -6 ,rega 
+0x2aa3 005608 arg 0x2205 ,regb 
+0x2aa4 005609 fetch 1 ,mem_le_conn_own_addr_type 
+0x2aa5 005610 nsetflag blank ,le_sender_addr_bit ,regb 
+0x2aa6 005611 fetch 1 ,mem_le_conn_peer_addr_type 
+0x2aa7 005612 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x2aa8 005613 copy regb ,pdata 
+0x2aa9 005614 store 2 ,mem_le_txheader 
+0x2aaa 005615 fetch 6 ,mem_le_lap 
+0x2aab 005616 istore 6 ,contw 
+0x2aac 005617 fetch 6 ,mem_le_plap 
+0x2aad 005618 istore 6 ,contw 
+0x2aae 005619 fetch 4 ,mem_le_access 
+0x2aaf 005620 istore 4 ,contw 
+0x2ab0 005621 random pdata 
+0x2ab1 005622 istore 2 ,contw 
+0x2ab2 005623 random pdata 
+0x2ab3 005624 istore 1 ,contw 
+0x2ab4 005625 force 2 ,pdata 
+0x2ab5 005626 istore 1 ,contw 
+0x2ab6 005627 rshift2 rega ,pdata 
+0x2ab7 005628 istore 2 ,contw 
+0x2ab8 005629 rshift2 regc ,pdata 
+0x2ab9 005630 istore 2 ,contw 
+0x2aba 005631 bpatchx patch29_2 ,mem_patch29 
+0x2abb 005632 setarg 0 
+0x2abc 005633 istore 2 ,contw 
+0x2abd 005634 fetch 2 ,mem_le_timeout 
+0x2abe 005635 istore 2 ,contw 
+0x2abf 005636 fetch 5 ,mem_le_channel_map 
+0x2ac0 005637 istore 5 ,contw 
+0x2ac1 005638 fetch 1 ,mem_le_hop 
+0x2ac2 005639 arg param_le_sca ,temp 
+0x2ac3 005640 ior temp ,pdata 
+0x2ac4 005641 istore 1 ,contw 
+0x2ac5 005642 call le_transmit_norx 
+0x2ac6 005643 setarg mem_le_txheader 
+0x2ac7 005644 add pdata ,18 ,contr 
+0x2ac8 005645 ifetch 3 ,contr 
+0x2ac9 005646 store 3 ,mem_le_crcinit 
+0x2aca 005647 rtn 
+:      005650 le_adv:
+0x2acb 005651 jam 36 ,mem_le_ch_mapped 
+0x2acc 005652 jam 0 ,mem_le_adv_channel_map_temp 
+0x2acd 005653 call le_send_adv_protect_txbuf 
+0x2ace 005654 call le_adv_loop 
+0x2acf 005655 branch le_send_adv_recover_txbuf 
+:      005657 le_adv_loop:
+0x2ad0 005658 bpatchx patch29_3 ,mem_patch29 
+0x2ad1 005659 fetch 1 ,mem_le_adv_enable 
+0x2ad2 005660 rtn blank 
+0x2ad3 005661 arg le_adv_interval_timer ,queue 
+0x2ad4 005662 call timer_check 
+0x2ad5 005663 nrtn blank 
+0x2ad6 005664 enable swfine 
+0x2ad7 005665 call le_init_adv 
+0x2ad8 005666 call le_next_adv_channel 
+0x2ad9 005667 call le_send_adv_ind 
+0x2ada 005668 nbranch le_adv_not_match ,match 
+0x2adb 005669 fetch 1 ,mem_le_req_rcv 
+0x2adc 005670 increase 1 ,pdata 
+0x2add 005671 store 1 ,mem_le_req_rcv 
+0x2ade 005672 fetch 1 ,mem_le_rxbuf_adv_header 
+0x2adf 005673 and pdata ,0x0f ,pdata 
+0x2ae0 005674 beq scan_req ,le_send_scan_response 
+0x2ae1 005675 beq connect_req ,le_parse_connect_req 
+:      005676 le_adv_not_match:
+0x2ae2 005677 bpatchx patch29_4 ,mem_patch29 
+0x2ae3 005678 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2ae4 005679 fetcht 1 ,mem_le_adv_channel_map 
+0x2ae5 005680 isub temp ,null 
+0x2ae6 005681 nbranch le_adv_loop ,zero 
+0x2ae7 005682 random pdata 
+0x2ae8 005683 arg 0x1ff ,temp 
+0x2ae9 005684 iand temp ,pdata 
+0x2aea 005685 add pdata ,250 ,pdata 
+0x2aeb 005686 call delay 
+0x2aec 005687 arg le_adv_interval_timer ,queue 
+0x2aed 005688 fetch 2 ,mem_le_adv_interval 
+0x2aee 005689 branch timer_init 
+:      005691 le_send_adv_protect_txbuf:
+0x2aef 005692 arg mem_le_tx_buf_temp ,contw 
+0x2af0 005693 arg mem_le_txheader ,contr 
+0x2af1 005694 branch memcpy48 
+:      005696 le_send_adv_recover_txbuf:
+0x2af2 005697 arg mem_le_tx_buf_temp ,contr 
+0x2af3 005698 arg mem_le_txheader ,contw 
+0x2af4 005699 branch memcpy48 
+:      005701 le_init_adv:
+0x2af5 005702 bpatchx patch29_5 ,mem_patch29 
+0x2af6 005703 disable master 
+:      005704 le_adv_access:
+0x2af7 005705 setarg 0x8e89be 
+0x2af8 005706 lshift8 pdata ,pdata 
+0x2af9 005707 or_into 0xd6 ,pdata 
+0x2afa 005708 iforce access 
+0x2afb 005709 setarg 0x555555 
+0x2afc 005710 store 3 ,mem_le_crcinit 
+0x2afd 005711 rtn 
+:      005715 le_send_adv_ind:
+0x2afe 005716 bpatchx patch29_6 ,mem_patch29 
+0x2aff 005717 fetch 1 ,mem_le_adv_type 
+0x2b00 005718 fetcht 1 ,mem_le_adv_own_addr_type 
+0x2b01 005719 lshift4 temp ,temp 
+0x2b02 005720 lshift2 temp ,temp 
+0x2b03 005721 iadd temp ,temp 
+0x2b04 005722 storet 1 ,mem_le_txheader 
+0x2b05 005723 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x2b06 005724 fetcht 1 ,mem_le_adv_data_len 
+0x2b07 005725 add temp ,6 ,pdata 
+0x2b08 005726 store 1 ,mem_le_txlen 
+0x2b09 005727 fetch 6 ,mem_le_lap 
+0x2b0a 005728 store 6 ,mem_le_txpayload 
+0x2b0b 005729 copy temp ,loopcnt 
+0x2b0c 005730 arg mem_le_adv_data ,contr 
+0x2b0d 005731 call memcpy_fast 
+0x2b0e 005732 branch le_send_adv_transmit 
+:      005734 le_send_adv_direct_ind:
+0x2b0f 005735 setarg 12 
+0x2b10 005736 store 1 ,mem_le_txlen 
+0x2b11 005737 fetch 6 ,mem_le_lap 
+0x2b12 005738 store 6 ,mem_le_txpayload 
+0x2b13 005739 fetch 6 ,mem_hci_plap 
+0x2b14 005740 istore 6 ,contw 
+:      005741 le_send_adv_transmit:
+0x2b15 005742 bpatchx patch29_7 ,mem_patch29 
+0x2b16 005743 fetch 1 ,mem_le_adv_transmit 
+0x2b17 005744 increase 1 ,pdata 
+0x2b18 005745 store 1 ,mem_le_adv_transmit 
+0x2b19 005746 arg 1800 ,stop_watch 
+0x2b1a 005747 disable match 
+0x2b1b 005748 branch le_transmit_receive_sifs_without_change_mode 
+:      005751 le_send_scan_request:
+0x2b1c 005752 bpatchx patch2a_0 ,mem_patch2a 
+0x2b1d 005753 fetch 1 ,mem_le_scan_type 
+0x2b1e 005754 rtnne le_scan_type_active 
+0x2b1f 005755 fetch 1 ,mem_le_adv_transmit 
+0x2b20 005756 increase 1 ,pdata 
+0x2b21 005757 store 1 ,mem_le_adv_transmit 
+0x2b22 005758 arg 0x0c03 ,temp 
+0x2b23 005759 fetch 1 ,mem_le_scan_own_addr_type 
+0x2b24 005760 nsetflag blank ,le_sender_addr_bit ,temp 
+0x2b25 005761 copy rega ,pdata 
+0x2b26 005762 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x2b27 005763 storet 2 ,mem_le_txheader 
+0x2b28 005764 fetch 6 ,mem_le_lap 
+0x2b29 005765 istore 6 ,contw 
+0x2b2a 005766 fetch 6 ,mem_le_plap 
+0x2b2b 005767 istore 6 ,contw 
+0x2b2c 005768 branch le_transmit_receive_sifs_without_change_mode 
+:      005770 le_send_scan_response:
+0x2b2d 005771 bpatchx patch2a_1 ,mem_patch2a 
+0x2b2e 005772 fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
+0x2b2f 005773 fetcht 6 ,mem_le_lap 
+0x2b30 005774 isub temp ,null 
+0x2b31 005775 nrtn zero 
+0x2b32 005776 arg scan_rsp ,temp 
+0x2b33 005777 fetch 1 ,mem_le_adv_own_addr_type 
+0x2b34 005778 nsetflag blank ,le_sender_addr_bit ,temp 
+0x2b35 005779 storet 1 ,mem_le_txheader 
+0x2b36 005780 fetcht 1 ,mem_le_scan_data_len 
+0x2b37 005781 add temp ,6 ,pdata 
+0x2b38 005782 store 1 ,mem_le_txlen 
+0x2b39 005783 fetch 6 ,mem_le_lap 
+0x2b3a 005784 store 6 ,mem_le_txpayload 
+0x2b3b 005785 arg mem_le_scan_data ,contr 
+0x2b3c 005786 copy temp ,loopcnt 
+0x2b3d 005787 call memcpy_fast 
+0x2b3e 005788 call le_transmit_norx 
+0x2b3f 005789 branch le_adv_not_match 
+:      005791 le_parse_connect_req:
+0x2b40 005792 fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
+0x2b41 005793 fetcht 6 ,mem_le_lap 
+0x2b42 005794 isub temp ,null 
+0x2b43 005795 nrtn zero 
+0x2b44 005796 call le_scan_check_sender_addr_type 
+0x2b45 005797 storer rega ,1 ,mem_le_conn_peer_addr_type 
+0x2b46 005798 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
+0x2b47 005799 store 6 ,mem_le_plap 
+0x2b48 005800 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
+0x2b49 005801 store 8 ,mem_le_access 
+0x2b4a 005802 fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
+0x2b4b 005803 bpatchx patch2a_2 ,mem_patch2a 
+0x2b4c 005804 lshift2 temp ,temp 
+0x2b4d 005805 fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
+0x2b4e 005806 lshift2 pdata ,pdata 
+0x2b4f 005807 store 2 ,mem_le_tsniff 
+0x2b50 005808 store 4 ,mem_le_anchor 
+0x2b51 005809 isub temp ,pdata 
+0x2b52 005810 add pdata ,-2 ,clke_bt 
+0x2b53 005811 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
+0x2b54 005812 store 9 ,mem_le_slave_latency 
+0x2b55 005813 fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
+0x2b56 005814 and pdata ,0x1f ,temp 
+0x2b57 005815 storet 1 ,mem_le_hop 
+0x2b58 005816 rshift4 pdata ,temp 
+0x2b59 005817 rshift temp ,temp 
+0x2b5a 005818 storet 1 ,mem_le_peer_sca 
+0x2b5b 005819 arg mem_le_state ,rega 
+0x2b5c 005820 call le_receive_window_size 
+0x2b5d 005821 arg mem_le_state ,rega 
+0x2b5e 005822 call le_calc_channel_map 
+0x2b5f 005823 call le_init_slave 
+0x2b60 005824 call context_new 
+0x2b61 005825 nrtn zero 
+0x2b62 005826 bpatchx patch2a_3 ,mem_patch2a 
+0x2b63 005827 call calc_clke_offset 
+0x2b64 005828 call le_l2cap_reset_signaling_identifier 
+0x2b65 005829 jam bt_evt_le_connected ,mem_fifo_temp 
+0x2b66 005830 call ui_ipc_send_event 
+0x2b67 005831 branch context_save 
+:      005834 le_next_adv_channel:
+0x2b68 005835 bpatchx patch2a_4 ,mem_patch2a 
+0x2b69 005836 fetch 1 ,mem_le_ch_mapped 
+0x2b6a 005837 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x2b6b 005838 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x2b6c 005839 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x2b6d 005840 branch le_next_adv_channel_curr_channel_39 
+:      005842 le_next_adv_channel_curr_channel_37:
+0x2b6e 005843 fetcht 1 ,mem_le_adv_channel_map 
+0x2b6f 005844 isolate1 bit_adv_channel_map_38 ,temp 
+0x2b70 005845 branch set_le_next_adv_channel_38 ,true 
+0x2b71 005846 isolate1 bit_adv_channel_map_39 ,temp 
+0x2b72 005847 branch set_le_next_adv_channel_39 ,true 
+0x2b73 005848 branch set_le_next_adv_channel_37 
+:      005851 le_next_adv_channel_curr_channel_38:
+0x2b74 005852 fetcht 1 ,mem_le_adv_channel_map 
+0x2b75 005853 isolate1 bit_adv_channel_map_39 ,temp 
+0x2b76 005854 branch set_le_next_adv_channel_39 ,true 
+0x2b77 005855 isolate1 bit_adv_channel_map_37 ,temp 
+0x2b78 005856 branch set_le_next_adv_channel_37 ,true 
+0x2b79 005857 branch set_le_next_adv_channel_38 
+:      005860 le_next_adv_channel_curr_channel_39:
+0x2b7a 005861 fetcht 1 ,mem_le_adv_channel_map 
+0x2b7b 005862 isolate1 bit_adv_channel_map_37 ,temp 
+0x2b7c 005863 branch set_le_next_adv_channel_37 ,true 
+0x2b7d 005864 isolate1 bit_adv_channel_map_38 ,temp 
+0x2b7e 005865 branch set_le_next_adv_channel_38 ,true 
+0x2b7f 005866 branch set_le_next_adv_channel_39 
+:      005868 set_le_next_adv_channel_37:
+0x2b80 005869 jam 37 ,mem_le_ch_mapped 
+0x2b81 005870 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2b82 005871 set1 bit_adv_channel_map_37 ,pdata 
+0x2b83 005872 store 1 ,mem_le_adv_channel_map_temp 
+0x2b84 005873 rtn 
+:      005875 set_le_next_adv_channel_38:
+0x2b85 005876 jam 38 ,mem_le_ch_mapped 
+0x2b86 005877 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2b87 005878 set1 bit_adv_channel_map_38 ,pdata 
+0x2b88 005879 store 1 ,mem_le_adv_channel_map_temp 
+0x2b89 005880 rtn 
+:      005882 set_le_next_adv_channel_39:
+0x2b8a 005883 jam 39 ,mem_le_ch_mapped 
+0x2b8b 005884 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2b8c 005885 set1 bit_adv_channel_map_39 ,pdata 
+0x2b8d 005886 store 1 ,mem_le_adv_channel_map_temp 
+0x2b8e 005887 rtn 
+:      005892 le_parse_att:
+0x2b8f 005893 copy contr ,rega 
+0x2b90 005894 fetch 1 ,mem_device_option 
+0x2b91 005895 beq dvc_op_shutter_dy ,shutter_dy_le_parse_att 
+0x2b92 005896 beq dvc_op_keyboard ,keyboard_le_att_auto_reco_process 
+0x2b93 005897 copy rega ,contr 
+0x2b94 005898 ifetch 3 ,contr 
+0x2b95 005899 store 3 ,mem_le_att_opcode 
+:      005900 le_parse_att2:
+0x2b96 005901 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x2b97 005902 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x2b98 005903 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x2b99 005904 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x2b9a 005905 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x2b9b 005906 beq attop_read_request ,le_parse_att_read_request 
+0x2b9c 005907 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x2b9d 005908 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x2b9e 005909 beq attop_write_request ,le_parse_att_write_request 
+0x2b9f 005910 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x2ba0 005911 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x2ba1 005912 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x2ba2 005913 beq attop_write_command ,le_parse_att_write_command 
+0x2ba3 005914 rtn 
+:      005917 le_send_att_exchange_mtu_requset:
+0x2ba4 005918 force 3 ,rega 
+0x2ba5 005919 call le_fifo_malloc_tx_l2cap_gatt 
+0x2ba6 005920 setarg attop_exchange_mtu_request 
+:      005921 le_send_att_exchange_mtu_common:
+0x2ba7 005922 istore 1 ,contw 
+0x2ba8 005923 fetch 2 ,mem_le_local_mtu 
+0x2ba9 005924 istore 2 ,contw 
+0x2baa 005925 rtn 
+:      005928 le_parse_att_exchange_mtu_request:
+0x2bab 005929 call le_parse_att_exchange_mtu_response 
+:      005930 le_send_att_exchange_mtu_response:
+0x2bac 005931 force 3 ,rega 
+0x2bad 005932 call le_fifo_malloc_tx_l2cap_gatt 
+0x2bae 005933 setarg attop_exchange_mtu_response 
+0x2baf 005934 branch le_send_att_exchange_mtu_common 
+:      005936 le_parse_att_exchange_mtu_response:
+0x2bb0 005937 rshift8 pdata ,pdata 
+0x2bb1 005938 store 2 ,mem_le_remote_mtu 
+0x2bb2 005939 rtn 
+:      005941 le_parse_att_find_information_request:
+0x2bb3 005942 call le_get_search_handle_start_end_common 
+0x2bb4 005943 call enable_user 
+0x2bb5 005944 branch le_send_att_find_information_response 
+:      005947 le_att_handle_inrange:
+0x2bb6 005948 ifetch 2 ,contr 
+0x2bb7 005949 and_into 0xff ,pdata 
+0x2bb8 005950 rtn blank 
+0x2bb9 005951 isub regb ,null 
+0x2bba 005952 rtn zero 
+0x2bbb 005953 nrtn positive 
+0x2bbc 005954 isub regc ,null 
+0x2bbd 005955 rtn zero 
+0x2bbe 005956 branch le_att_handle_blank ,positive 
+0x2bbf 005957 force 1 ,null 
+0x2bc0 005958 rtn 
+:      005959 le_att_handle_blank:
+0x2bc1 005960 force 0 ,pdata 
+0x2bc2 005961 rtn 
+:      005964 le_send_att_find_information_response:
+0x2bc3 005965 arg 3 ,timeup 
+0x2bc4 005966 call le_init_attlist_search 
+:      005967 le_send_att_find_information_res_loop:
+0x2bc5 005968 call le_att_handle_inrange 
+0x2bc6 005969 branch le_send_att_find_information_res_end ,blank 
+0x2bc7 005970 nbranch le_send_att_find_information_res_next ,positive 
+0x2bc8 005971 increase -2 ,contr 
+0x2bc9 005972 call store_contr 
+0x2bca 005973 call get_contw 
+0x2bcb 005974 nbranch le_send_att_find_information_res_store_info2 ,user 
+0x2bcc 005975 call push_stack_rega_b_c 
+0x2bcd 005976 storer timeup ,4 ,mem_timeup 
+0x2bce 005977 force 30 ,rega 
+0x2bcf 005978 call le_fifo_malloc_tx_l2cap_gatt 
+0x2bd0 005979 fetchr timeup ,4 ,mem_timeup 
+0x2bd1 005980 call pop_stack_rega_b_c 
+0x2bd2 005981 call disable_user 
+0x2bd3 005982 setarg attop_find_information_response 
+0x2bd4 005983 istore 1 ,contw 
+0x2bd5 005984 call get_contr 
+0x2bd6 005985 ifetch 2 ,contr 
+0x2bd7 005986 ifetchr rega ,1 ,contr 
+0x2bd8 005987 sub rega ,16 ,null 
+0x2bd9 005988 branch le_send_att_find_information_res_uuid128 ,zero 
+0x2bda 005989 sub rega ,2 ,null 
+0x2bdb 005990 nbranch le_send_att_error_response_notfound ,zero 
+:      005991 le_send_att_find_information_res_uuid16:
+0x2bdc 005992 setarg uuid_size_16bit 
+0x2bdd 005993 istore 1 ,contw 
+0x2bde 005994 branch le_send_att_find_information_res_store_info 
+:      005996 le_send_att_find_information_res_uuid128:
+0x2bdf 005997 setarg uuid_size_128bit 
+0x2be0 005998 istore 1 ,contw 
+0x2be1 005999 arg 1 ,timeup 
+0x2be2 006000 branch le_send_att_find_information_res_store_info 
+:      006002 le_send_att_find_information_res_store_info2:
+0x2be3 006003 call get_contr 
+0x2be4 006004 ifetch 2 ,contr 
+0x2be5 006005 ifetch 1 ,contr 
+0x2be6 006006 isub rega ,null 
+0x2be7 006007 nbranch le_send_att_find_information_res_end ,zero 
+:      006009 le_send_att_find_information_res_store_info:
+0x2be8 006010 call get_contr 
+0x2be9 006011 ifetch 2 ,contr 
+0x2bea 006012 and_into 0xff ,pdata 
+0x2beb 006013 istore 2 ,contw 
+0x2bec 006014 ifetchr loopcnt ,1 ,contr 
+0x2bed 006015 call memcpy 
+0x2bee 006016 call store_contw 
+0x2bef 006017 increase -1 ,timeup 
+0x2bf0 006018 branch le_send_att_find_information_res_end ,zero 
+:      006019 le_send_att_find_information_res_cont:
+0x2bf1 006020 call le_att_contr_add_len 
+0x2bf2 006021 branch le_send_att_find_information_res_loop 
+:      006023 le_send_att_find_information_res_next:
+0x2bf3 006024 call le_att_contr_add_len 
+0x2bf4 006025 branch le_send_att_find_information_res_cont 
+:      006027 le_send_att_find_information_res_end:
+0x2bf5 006028 branch le_send_att_error_response_notfound ,user 
+0x2bf6 006029 branch le_send_auto_len_by_mem 
+:      006032 le_parse_att_find_by_type_value_request:
+0x2bf7 006033 call le_get_search_handle_start_end_common 
+0x2bf8 006034 ifetch 2 ,contr 
+0x2bf9 006035 store 2 ,mem_le_search_uuid 
+0x2bfa 006036 call store_contr 
+0x2bfb 006037 arg mem_le_search_att_type_length ,contw 
+0x2bfc 006038 fetch 2 ,mem_le_l2cap_size 
+0x2bfd 006039 increase -7 ,pdata 
+0x2bfe 006040 call le_get_search_common2 
+0x2bff 006041 branch le_send_att_find_by_type_value_response 
+:      006044 le_start_end_handle_check_1:
+0x2c00 006045 disable user 
+0x2c01 006046 fetcht 2 ,mem_le_search_handle_start 
+0x2c02 006047 fetch 2 ,mem_le_search_handle_end 
+0x2c03 006048 isub temp ,null 
+0x2c04 006049 nbranch le_start_end_handle_check_1_fail ,positive 
+0x2c05 006050 deposit temp 
+0x2c06 006051 rtnne 0 
+:      006052 le_start_end_handle_check_1_fail:
+0x2c07 006053 enable user 
+0x2c08 006054 jam att_err_invalid_handle ,mem_le_err_code 
+0x2c09 006055 branch le_send_att_error_response 
+:      006058 le_send_att_find_by_type_value_response:
+0x2c0a 006059 call le_start_end_handle_check_1 
+0x2c0b 006060 rtn user 
+0x2c0c 006061 fetcht 2 ,mem_le_search_uuid 
+0x2c0d 006062 setarg uuid_gatt_primary_service 
+0x2c0e 006063 isub temp ,null 
+0x2c0f 006064 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x2c10 006065 branch le_send_att_error_response_notfound 
+:      006068 le_send_att_find_by_type_value_res_primary:
+0x2c11 006069 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x2c12 006070 fetcht 2 ,mem_le_search_handle_start 
+0x2c13 006071 storet 2 ,mem_temp 
+0x2c14 006072 call le_att_get_handle_info 
+0x2c15 006073 nbranch le_send_att_error_response_notfound ,blank 
+:      006074 le_send_att_find_primary_search_loop:
+0x2c16 006075 fetcht 2 ,mem_temp 
+0x2c17 006076 call le_att_get_handle_info 
+0x2c18 006077 nbranch le_send_att_error_response_notfound2 ,blank 
+0x2c19 006078 copy contr ,rega 
+0x2c1a 006079 fetch 1 ,mem_le_curr_att_len 
+0x2c1b 006080 copy pdata ,loopcnt 
+0x2c1c 006081 fetcht 1 ,mem_le_search_att_type_length 
+0x2c1d 006082 isub temp ,null 
+0x2c1e 006083 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x2c1f 006084 arg mem_le_search_att_type ,regb 
+0x2c20 006085 call string_compare 
+0x2c21 006087 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x2c22 006089 fetch 2 ,mem_le_cur_uuid 
+0x2c23 006090 fetcht 2 ,mem_le_search_uuid 
+0x2c24 006091 isub temp ,null 
+0x2c25 006092 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      006093 le_send_att_find_primary_search_loop1:
+0x2c26 006094 fetch 2 ,mem_temp 
+0x2c27 006095 increase 1 ,pdata 
+0x2c28 006096 store 2 ,mem_temp 
+0x2c29 006097 branch le_send_att_find_primary_search_loop 
+:      006099 le_send_att_error_response_notfound2:
+0x2c2a 006100 fetch 1 ,mem_le_search_res 
+0x2c2b 006101 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x2c2c 006102 branch le_send_att_error_response_notfound 
+:      006105 le_send_att_find_primary_search_end_start_handle_found:
+0x2c2d 006106 fetch 2 ,mem_le_cur_uuid 
+0x2c2e 006107 fetcht 2 ,mem_le_search_uuid 
+0x2c2f 006108 isub temp ,null 
+0x2c30 006109 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x2c31 006110 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x2c32 006112 fetcht 2 ,mem_temp 
+0x2c33 006113 storet 2 ,mem_le_cur_handle_start 
+0x2c34 006114 branch le_send_att_find_primary_search_loop1 
+:      006116 le_send_att_find_primary_search_end_ending_handle_found:
+0x2c35 006117 fetch 1 ,mem_le_search_res 
+0x2c36 006118 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x2c37 006119 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x2c38 006120 fetcht 2 ,mem_temp 
+0x2c39 006121 increase -1 ,temp 
+0x2c3a 006122 storet 2 ,mem_le_cur_handle_end 
+:      006124 le_send_att_find_primary_search_end:
+0x2c3b 006125 arg 5 ,rega 
+0x2c3c 006126 call le_fifo_malloc_tx_l2cap_gatt 
+0x2c3d 006127 setarg attop_find_by_type_value_response 
+0x2c3e 006128 istore 1 ,contw 
+0x2c3f 006129 fetch 2 ,mem_le_cur_handle_start 
+0x2c40 006130 istore 2 ,contw 
+0x2c41 006131 fetch 2 ,mem_le_cur_handle_end 
+0x2c42 006132 istore 2 ,contw 
+0x2c43 006133 rtn 
+:      006137 le_parse_att_read_by_type_request:
+0x2c44 006138 call le_get_search_handle_start_end_common 
+0x2c45 006139 call le_get_search_att_type 
+0x2c46 006140 branch le_send_att_read_by_type_response 
+:      006142 le_send_att_read_by_type_response:
+0x2c47 006143 fetcht 2 ,mem_le_search_handle_start 
+0x2c48 006144 storet 2 ,mem_temp 
+0x2c49 006145 call le_init_attlist_search 
+0x2c4a 006146 call le_att_get_handle_ptr2 
+0x2c4b 006147 increase -2 ,contr 
+0x2c4c 006148 copy contr ,pdata 
+0x2c4d 006149 store 2 ,mem_le_cur_attlist_start_ptr 
+0x2c4e 006151 fetcht 2 ,mem_le_search_att_type 
+0x2c4f 006152 setarg uuid_chrctr_device_name 
+0x2c50 006153 isub temp ,null 
+0x2c51 006154 branch le_send_att_read_by_type_res_device_name ,zero 
+0x2c52 006155 setarg uuid_gatt_characteristic 
+0x2c53 006156 isub temp ,null 
+0x2c54 006157 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x2c55 006158 arg 2 ,timeup 
+:      006159 le_send_att_read_by_type_response_loop:
+0x2c56 006160 call le_att_check_handle_end 
+0x2c57 006161 nbranch le_send_att_read_by_type_response_end ,positive 
+0x2c58 006162 fetcht 2 ,mem_temp 
+0x2c59 006163 call le_att_get_handle_info_from_ptr 
+0x2c5a 006164 nbranch le_send_att_read_by_type_response_end ,blank 
+0x2c5b 006165 call le_att_same_type 
+0x2c5c 006166 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x2c5d 006167 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x2c5e 006168 disable user 
+0x2c5f 006169 call le_get_search_max_mtu_data 
+0x2c60 006170 copy pdata ,rega 
+0x2c61 006171 call le_fifo_malloc_tx_l2cap_gatt 
+0x2c62 006172 setarg attop_read_by_type_response 
+0x2c63 006173 istore 1 ,contw 
+0x2c64 006174 copy contw ,alarm 
+0x2c65 006175 increase 1 ,contw 
+0x2c66 006177 call le_send_att_read_by_type_write_properties 
+0x2c67 006178 call le_att_next_handle 
+0x2c68 006179 call le_att_get_handle_info_from_ptr 
+0x2c69 006180 call le_send_att_read_by_type_write_uuid 
+0x2c6a 006181 fetch 1 ,mem_le_cur_uuid_length 
+0x2c6b 006182 add pdata ,5 ,rega 
+0x2c6c 006183 istorer rega ,1 ,alarm 
+0x2c6d 006185 sub rega ,7 ,null 
+0x2c6e 006186 ncall enable_user2 ,zero 
+0x2c6f 006187 call disable_user2 ,zero 
+0x2c70 006188 call le_get_search_max_mtu_data 
+0x2c71 006189 increase -2 ,pdata 
+0x2c72 006190 idiv rega 
+0x2c73 006191 call wait_div_end 
+0x2c74 006192 quotient timeup 
+0x2c75 006193 increase -1 ,timeup 
+0x2c76 006194 branch le_send_att_read_by_type_response_end ,zero 
+:      006195 le_send_att_read_by_type_response_next_handle:
+0x2c77 006196 call le_att_next_handle 
+0x2c78 006197 branch le_send_att_read_by_type_response_loop 
+:      006198 le_send_att_read_by_type_response_end:
+0x2c79 006199 branch le_send_att_error_response_notfound ,user 
+0x2c7a 006200 branch le_send_auto_len_by_mem 
+:      006202 le_send_att_read_by_type_res_found_next:
+0x2c7b 006203 call le_store_att_record 
+0x2c7c 006204 call le_att_next_handle 
+0x2c7d 006205 call le_att_get_handle_info_from_ptr 
+0x2c7e 006206 call le_send_att_read_by_type_res_check_pair_length_type 
+0x2c7f 006207 nbranch le_send_att_read_by_type_response_end ,blank 
+0x2c80 006209 call get_contw 
+0x2c81 006210 fetch 2 ,mem_temp 
+0x2c82 006211 increase -1 ,pdata 
+0x2c83 006212 istore 2 ,contw 
+0x2c84 006213 call le_write_att_record_common 
+0x2c85 006214 call le_send_att_read_by_type_write_uuid 
+0x2c86 006215 increase -1 ,timeup 
+0x2c87 006216 branch le_send_att_read_by_type_response_end ,zero 
+0x2c88 006217 branch le_send_att_read_by_type_response_next_handle 
+:      006220 le_send_att_read_by_type_write_properties:
+0x2c89 006221 fetch 2 ,mem_temp 
+0x2c8a 006222 istore 2 ,contw 
+0x2c8b 006224 fetch 1 ,mem_le_curr_att_len 
+0x2c8c 006225 copy pdata ,loopcnt 
+0x2c8d 006226 call get_contr 
+0x2c8e 006227 call memcpy_fast 
+0x2c8f 006228 branch store_contw 
+:      006229 le_send_att_read_by_type_write_uuid:
+0x2c90 006230 call get_contw 
+0x2c91 006231 fetch 2 ,mem_temp 
+0x2c92 006232 istore 2 ,contw 
+0x2c93 006233 call store_contw 
+0x2c94 006234 fetch 1 ,mem_le_cur_uuid_length 
+0x2c95 006235 copy pdata ,loopcnt 
+0x2c96 006236 call get_contw 
+0x2c97 006237 call get_contr 
+0x2c98 006238 isub loopcnt ,contr 
+0x2c99 006239 increase -1 ,contr 
+0x2c9a 006240 call memcpy_fast 
+0x2c9b 006241 branch store_contw 
+:      006243 le_send_att_read_by_type_res_not_characteristic:
+0x2c9c 006244 bpatchx patch2a_5 ,mem_patch2a 
+0x2c9d 006245 call le_att_get_uuid_ptr 
+0x2c9e 006246 branch le_send_att_error_response_notfound ,blank 
+0x2c9f 006247 copy contr ,regc 
+0x2ca0 006249 call le_get_search_max_mtu_data 
+0x2ca1 006250 copy regc ,contr 
+0x2ca2 006251 ifetcht 1 ,contr 
+0x2ca3 006252 increase 4 ,temp 
+0x2ca4 006253 call not_greater_than 
+0x2ca5 006254 copy pdata ,regc 
+0x2ca6 006255 copy pdata ,rega 
+0x2ca7 006256 call store_contr 
+0x2ca8 006257 call le_fifo_malloc_tx_l2cap_gatt 
+0x2ca9 006259 setarg attop_read_by_type_response 
+0x2caa 006260 istore 1 ,contw 
+0x2cab 006261 add regc ,-2 ,pdata 
+0x2cac 006262 add pdata ,-2 ,loopcnt 
+0x2cad 006263 istore 1 ,contw 
+0x2cae 006264 fetch 2 ,mem_le_cur_handle 
+0x2caf 006265 istore 2 ,contw 
+0x2cb0 006266 call get_contr 
+0x2cb1 006267 branch memcpy_fast 
+:      006270 le_send_att_read_by_type_res_device_name:
+0x2cb2 006271 call le_att_get_uuid_ptr 
+0x2cb3 006272 branch le_send_att_error_response_notfound ,blank 
+0x2cb4 006273 increase -5 ,contr 
+0x2cb5 006274 ifetch 2 ,contr 
+0x2cb6 006275 store 2 ,mem_temp 
+0x2cb7 006276 call le_get_search_max_mtu_data 
+0x2cb8 006277 fetcht 1 ,mem_le_name_len 
+0x2cb9 006278 increase 4 ,temp 
+0x2cba 006279 call not_greater_than 
+0x2cbb 006280 copy pdata ,regc 
+0x2cbc 006281 copy pdata ,rega 
+0x2cbd 006282 call le_fifo_malloc_tx_l2cap_gatt 
+0x2cbe 006283 setarg attop_read_by_type_response 
+0x2cbf 006284 istore 1 ,contw 
+0x2cc0 006285 add regc ,-2 ,pdata 
+0x2cc1 006286 add pdata ,-2 ,loopcnt 
+0x2cc2 006287 istore 1 ,contw 
+0x2cc3 006288 fetch 2 ,mem_temp 
+0x2cc4 006289 istore 2 ,contw 
+0x2cc5 006290 arg mem_le_name ,contr 
+0x2cc6 006291 branch memcpy_fast 
+:      006294 le_init_attlist_search:
+0x2cc7 006295 bpatchx patch2a_6 ,mem_patch2a 
+0x2cc8 006296 fetch 2 ,mem_le_search_handle_start 
+0x2cc9 006297 iforce regb 
+0x2cca 006298 fetch 2 ,mem_le_search_handle_end 
+0x2ccb 006299 iforce regc 
+0x2ccc 006300 fetch 2 ,mem_ui_le_uuid_table 
+0x2ccd 006301 iforce contr 
+0x2cce 006302 branch enable_user 
+:      006306 le_att_get_handle_ptr:
+0x2ccf 006307 call le_att_get_handle_ptr2 
+0x2cd0 006308 branch le_att_get_handle_ptr_found ,zero 
+0x2cd1 006309 rtn 
+:      006311 le_att_get_handle_ptr2:
+0x2cd2 006312 bpatchx patch2a_7 ,mem_patch2a 
+0x2cd3 006313 fetch 2 ,mem_ui_le_uuid_table 
+0x2cd4 006314 iforce contr 
+:      006315 le_att_get_handle_loop1:
+0x2cd5 006316 ifetch 2 ,contr 
+0x2cd6 006317 and_into 0xff ,pdata 
+0x2cd7 006318 rtn blank 
+0x2cd8 006319 isub temp ,null 
+0x2cd9 006320 rtn zero 
+0x2cda 006321 call le_att_contr_add_len 
+0x2cdb 006322 call le_att_contr_add_len 
+0x2cdc 006323 branch le_att_get_handle_loop1 
+:      006325 le_att_get_handle_ptr_found:
+:      006326 le_att_contr_add_len:
+0x2cdd 006327 ifetch 1 ,contr 
+0x2cde 006328 iadd contr ,contr 
+0x2cdf 006329 rtn 
+:      006332 le_att_get_uuid_ptr:
+0x2ce0 006333 bpatchx patch2b_0 ,mem_patch2b 
+0x2ce1 006334 fetch 2 ,mem_ui_le_uuid_table 
+0x2ce2 006335 iforce contr 
+:      006336 le_att_get_uuid_loop:
+0x2ce3 006337 ifetch 2 ,contr 
+0x2ce4 006338 and_into 0xff ,pdata 
+0x2ce5 006339 rtn blank 
+0x2ce6 006340 store 2 ,mem_le_cur_handle 
+0x2ce7 006341 ifetch 1 ,contr 
+0x2ce8 006342 copy contr ,contw 
+0x2ce9 006343 iadd contr ,contr 
+0x2cea 006344 fetcht 1 ,mem_le_search_att_type_length 
+0x2ceb 006345 isub temp ,null 
+0x2cec 006346 nbranch le_att_get_uuid_ptr_next ,zero 
+0x2ced 006347 copy pdata ,loopcnt 
+0x2cee 006348 copy contw ,regb 
+0x2cef 006349 arg mem_le_search_att_type ,rega 
+0x2cf0 006350 call string_compare 
+0x2cf1 006351 rtn zero 
+0x2cf2 006352 fetch 1 ,mem_le_search_att_type_length 
+:      006353 le_att_get_uuid_ptr_next:
+0x2cf3 006354 iadd contw ,contr 
+0x2cf4 006355 call le_att_contr_add_len 
+0x2cf5 006356 branch le_att_get_uuid_loop 
+:      006363 le_att_get_last_handle:
+0x2cf6 006364 arg 0x01 ,temp 
+0x2cf7 006365 fetch 2 ,mem_ui_le_uuid_table 
+0x2cf8 006366 iforce contr 
+0x2cf9 006367 copy contr ,contw 
+:      006368 le_att_get_last_handle_loop:
+0x2cfa 006369 ifetch 2 ,contr 
+0x2cfb 006370 and_into 0xff ,pdata 
+0x2cfc 006371 rtn blank 
+0x2cfd 006372 add pdata ,1 ,temp 
+0x2cfe 006373 call le_att_contr_add_len 
+0x2cff 006374 call le_att_contr_add_len 
+0x2d00 006375 copy contr ,contw 
+0x2d01 006376 branch le_att_get_last_handle_loop 
+:      006379 le_att_get_handle_info_from_ptr:
+0x2d02 006380 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x2d03 006381 branch le_att_get_handle_info_fast 
+:      006383 le_att_get_handle_info:
+0x2d04 006384 bpatchx patch2b_1 ,mem_patch2b 
+0x2d05 006385 fetch 2 ,mem_ui_le_uuid_table 
+:      006386 le_att_get_handle_info_fast:
+0x2d06 006387 iforce contr 
+:      006388 le_att_get_handle_loop:
+0x2d07 006389 ifetch 2 ,contr 
+0x2d08 006390 and_into 0xff ,pdata 
+0x2d09 006391 branch le_att_unfind_handle ,blank 
+0x2d0a 006392 isub temp ,null 
+0x2d0b 006393 branch le_att_finded_handle ,zero 
+0x2d0c 006394 call le_att_contr_add_len 
+0x2d0d 006395 call le_att_contr_add_len 
+0x2d0e 006396 branch le_att_get_handle_loop 
+:      006398 le_att_unfind_handle:
+0x2d0f 006399 branch disable_blank 
+:      006401 le_att_finded_handle:
+0x2d10 006402 ifetch 1 ,contr 
+0x2d11 006403 store 1 ,mem_le_cur_uuid_length 
+0x2d12 006404 copy pdata ,loopcnt 
+0x2d13 006405 arg mem_le_cur_uuid ,contw 
+0x2d14 006406 call memcpy_fast 
+0x2d15 006407 ifetch 1 ,contr 
+0x2d16 006408 store 1 ,mem_le_curr_att_len 
+0x2d17 006409 call store_contr 
+0x2d18 006410 branch enable_blank 
+:      006414 le_parse_att_read_request:
+0x2d19 006415 call le_check_encrypt_state 
+0x2d1a 006416 fetcht 2 ,mem_le_att_handle 
+0x2d1b 006417 fetch 1 ,mem_le_configuration 
+0x2d1c 006418 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      006421 le_send_att_read_response:
+0x2d1d 006422 call le_att_get_handle_ptr2 
+0x2d1e 006423 nbranch le_send_att_error_response_notfound ,zero 
+0x2d1f 006424 call le_send_att_read_response_check_handle ,user 
+0x2d20 006425 rtn user 
+0x2d21 006426 call le_att_get_handle_ptr_found 
+0x2d22 006427 increase -2 ,contr 
+0x2d23 006428 ifetch 2 ,contr 
+0x2d24 006429 arg uuid_chrctr_device_name ,temp 
+0x2d25 006430 isub temp ,null 
+0x2d26 006431 branch le_send_device_name ,zero 
+0x2d27 006432 copy contr ,regc 
+0x2d28 006433 call le_get_search_max_mtu_data 
+0x2d29 006434 copy regc ,contr 
+0x2d2a 006435 ifetcht 1 ,contr 
+0x2d2b 006436 increase 1 ,temp 
+0x2d2c 006437 call not_greater_than 
+:      006438 le_send_att_read_response_less:
+0x2d2d 006439 copy pdata ,regc 
+0x2d2e 006440 copy pdata ,rega 
+0x2d2f 006441 call store_contr 
+0x2d30 006442 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d31 006443 setarg attop_read_response 
+0x2d32 006444 istore 1 ,contw 
+0x2d33 006445 add regc ,-1 ,loopcnt 
+0x2d34 006446 call get_contr 
+0x2d35 006447 branch memcpy 
+:      006449 le_send_device_name:
+0x2d36 006450 call le_get_search_max_mtu_data 
+0x2d37 006451 fetcht 1 ,mem_le_name_len 
+0x2d38 006452 increase 1 ,temp 
+0x2d39 006453 call not_greater_than 
+0x2d3a 006454 copy pdata ,regc 
+0x2d3b 006455 copy pdata ,rega 
+0x2d3c 006457 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d3d 006458 setarg attop_read_response 
+0x2d3e 006459 istore 1 ,contw 
+0x2d3f 006460 add regc ,-1 ,loopcnt 
+0x2d40 006461 arg mem_le_name ,contr 
+0x2d41 006462 branch memcpy 
+:      006465 le_send_att_read_response_check_auth:
+0x2d42 006466 fetch 2 ,mem_le_pairing_handle 
+0x2d43 006467 isub temp ,null 
+0x2d44 006468 nbranch le_send_att_read_response ,zero 
+0x2d45 006469 nbranch le_send_att_read_response ,user 
+:      006470 le_send_att_read_response_error_insufficient_auth:
+0x2d46 006471 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x2d47 006472 branch le_send_att_error_response 
+:      006474 le_send_att_read_response_check_handle:
+0x2d48 006475 increase -2 ,contr 
+0x2d49 006476 ifetch 2 ,contr 
+0x2d4a 006477 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x2d4b 006478 branch disable_user 
+:      006480 le_parse_att_read_blob_request:
+0x2d4c 006481 ifetch 2 ,contr 
+0x2d4d 006482 store 2 ,mem_le_att_offset 
+0x2d4e 006483 iforce rega 
+0x2d4f 006484 fetcht 2 ,mem_le_att_handle 
+:      006485 le_send_att_read_blob_response:
+0x2d50 006486 call le_att_get_handle_ptr 
+0x2d51 006487 branch le_send_att_error_response_notfound ,blank 
+0x2d52 006488 ifetch 1 ,contr 
+0x2d53 006489 isub rega ,loopcnt 
+0x2d54 006490 nbranch le_send_att_error_response_notfound ,positive 
+0x2d55 006491 call store_contr 
+0x2d56 006492 call le_get_search_max_mtu_data 
+0x2d57 006493 add loopcnt ,1 ,temp 
+0x2d58 006494 call not_greater_than 
+:      006495 le_send_att_read_blob_response_less:
+0x2d59 006496 copy pdata ,rega 
+0x2d5a 006497 copy pdata ,regc 
+0x2d5b 006498 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d5c 006499 setarg attop_read_blob_response 
+0x2d5d 006500 istore 1 ,contw 
+0x2d5e 006501 add regc ,-1 ,loopcnt 
+0x2d5f 006502 fetcht 2 ,mem_le_att_offset 
+0x2d60 006503 call get_contr 
+0x2d61 006504 iadd temp ,contr 
+0x2d62 006505 branch memcpy_fast 
+:      006509 le_parse_att_read_by_group_type_request:
+0x2d63 006510 call le_get_search_handle_start_end_common 
+0x2d64 006511 call le_get_search_att_type 
+0x2d65 006512 branch le_send_att_read_by_group_type_response 
+:      006518 le_send_att_read_by_group_type_response:
+0x2d66 006519 arg 2 ,timeup 
+0x2d67 006520 fetcht 2 ,mem_le_search_handle_start 
+0x2d68 006521 storet 2 ,mem_temp 
+0x2d69 006522 call le_att_get_handle_ptr2 
+0x2d6a 006523 increase -2 ,contr 
+0x2d6b 006524 copy contr ,pdata 
+0x2d6c 006525 store 2 ,mem_le_cur_attlist_start_ptr 
+:      006526 le_send_att_read_by_group_type_response_loop:
+0x2d6d 006527 call le_att_check_handle_end 
+0x2d6e 006528 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x2d6f 006529 fetcht 2 ,mem_temp 
+0x2d70 006530 call le_att_get_handle_info_from_ptr 
+0x2d71 006531 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x2d72 006533 call le_att_same_type 
+0x2d73 006534 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x2d74 006535 copy timeup ,pdata 
+0x2d75 006536 beq 0 ,le_send_att_read_by_group_type_end1 
+0x2d76 006537 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x2d77 006538 disable user 
+0x2d78 006540 call le_get_search_max_mtu_data 
+0x2d79 006541 copy pdata ,rega 
+0x2d7a 006542 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d7b 006543 setarg attop_read_by_group_type_response 
+0x2d7c 006544 istore 1 ,contw 
+0x2d7d 006545 fetch 1 ,mem_le_curr_att_len 
+0x2d7e 006546 add pdata ,4 ,rega 
+0x2d7f 006547 istorer rega ,1 ,contw 
+0x2d80 006548 call store_contw 
+0x2d81 006549 sub rega ,6 ,null 
+0x2d82 006550 ncall enable_user2 ,zero 
+0x2d83 006551 call disable_user2 ,zero 
+0x2d84 006552 call le_get_search_max_mtu_data 
+0x2d85 006553 increase -2 ,pdata 
+0x2d86 006554 idiv rega 
+0x2d87 006555 call wait_div_end 
+0x2d88 006556 quotient timeup 
+0x2d89 006557 branch le_send_att_read_by_group_type_store_record 
+:      006558 le_send_att_read_by_group_type_store_write_record:
+0x2d8a 006559 call le_send_att_read_by_group_type_check_pair_length_type 
+0x2d8b 006560 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x2d8c 006561 fetch 2 ,mem_temp 
+0x2d8d 006562 increase -1 ,pdata 
+0x2d8e 006563 store 2 ,mem_le_cur_handle_end 
+0x2d8f 006564 call le_write_att_record 
+:      006565 le_send_att_read_by_group_type_store_record:
+0x2d90 006566 fetch 2 ,mem_temp 
+0x2d91 006567 store 2 ,mem_le_cur_handle_start 
+0x2d92 006568 call le_store_att_record 
+0x2d93 006569 increase -1 ,timeup 
+:      006571 le_send_att_read_by_group_type_next_handle:
+0x2d94 006572 call le_att_next_handle 
+0x2d95 006573 branch le_send_att_read_by_group_type_response_loop 
+:      006575 le_send_att_read_by_type_res_check_pair_length_type:
+0x2d96 006576 fetch 1 ,mem_le_cur_uuid_length 
+0x2d97 006577 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
+:      006580 le_send_att_read_by_group_type_check_pair_length_type:
+0x2d98 006581 fetch 1 ,mem_le_curr_att_len 
+0x2d99 006582 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
+0x2d9a 006583 increase -2 ,pdata 
+0x2d9b 006584 rtn 
+:      006586 le_send_att_read_by_group_type_check_pair_length_type_16byte:
+0x2d9c 006587 increase -16 ,pdata 
+0x2d9d 006588 rtn 
+:      006590 le_send_att_read_by_group_type_end0:
+0x2d9e 006591 fetch 2 ,mem_temp 
+0x2d9f 006592 store 2 ,mem_le_cur_handle_end 
+0x2da0 006593 branch le_send_att_read_by_group_type_end_common 
+:      006594 le_send_att_read_by_group_type_end1:
+0x2da1 006595 fetch 2 ,mem_temp 
+0x2da2 006596 increase -1 ,pdata 
+0x2da3 006597 store 2 ,mem_le_cur_handle_end 
+0x2da4 006598 branch le_send_att_read_by_group_type_end_common 
+:      006599 le_send_att_read_by_group_type_end_common:
+0x2da5 006600 branch le_send_att_error_response_notfound ,user 
+0x2da6 006601 call le_write_att_record 
+0x2da7 006602 branch le_send_auto_len_by_mem 
+:      006607 le_parse_att_write_request:
+0x2da8 006608 copy contr ,rega 
+0x2da9 006609 fetch 2 ,mem_le_l2cap_size 
+0x2daa 006610 add pdata ,-3 ,regb 
+0x2dab 006611 call le_writeatt_cb 
+:      006612 le_send_att_write_response_check_auth:
+0x2dac 006613 bpatchx patch2b_2 ,mem_patch2b 
+0x2dad 006614 call le_check_encrypt_state 
+0x2dae 006615 fetcht 2 ,mem_le_att_handle 
+0x2daf 006616 call le_att_get_handle_ptr2 
+0x2db0 006617 nbranch le_send_att_write_response_error_invalid_handle ,zero 
+0x2db1 006618 call le_send_att_write_response_check_handle ,user 
+0x2db2 006619 rtn user 
+0x2db3 006621 fetch 1 ,mem_le_configuration 
+0x2db4 006622 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x2db5 006624 fetcht 2 ,mem_le_att_handle 
+0x2db6 006625 fetch 2 ,mem_le_pairing_handle 
+0x2db7 006626 isub temp ,null 
+0x2db8 006627 nbranch le_send_att_write_response ,zero 
+0x2db9 006628 call le_check_encrypt_state 
+0x2dba 006629 nbranch le_send_att_write_response ,user 
+0x2dbb 006630 branch le_send_att_read_response_error_insufficient_auth 
+:      006633 le_send_att_write_response:
+0x2dbc 006634 force 1 ,rega 
+0x2dbd 006635 call le_fifo_malloc_tx_l2cap_gatt 
+0x2dbe 006636 setarg attop_write_response 
+0x2dbf 006637 istore 1 ,contw 
+0x2dc0 006638 rtn 
+:      006640 le_send_att_write_response_check_handle:
+0x2dc1 006641 increase -2 ,contr 
+0x2dc2 006642 ifetch 2 ,contr 
+0x2dc3 006643 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x2dc4 006644 branch disable_user 
+:      006646 le_send_att_write_response_error_invalid_handle:
+0x2dc5 006647 jam att_err_invalid_handle ,mem_le_err_code 
+0x2dc6 006648 branch le_send_att_error_response 
+:      006651 le_check_encrypt_state:
+0x2dc7 006652 bpatchx patch2b_3 ,mem_patch2b 
+0x2dc8 006653 call disable_user 
+0x2dc9 006654 fetch 1 ,mem_le_pairing_mode 
+0x2dca 006655 rtneq le_pairing_mode_none 
+0x2dcb 006656 fetch 1 ,mem_context 
+0x2dcc 006657 rtnbit1 lestate_encryption 
+0x2dcd 006658 branch enable_user 
+:      006661 le_parse_att_prepare_write_request:
+0x2dce 006662 add contr ,2 ,rega 
+0x2dcf 006663 fetch 2 ,mem_le_l2cap_size 
+0x2dd0 006664 add pdata ,-5 ,regb 
+0x2dd1 006665 call le_writeatt_cb 
+0x2dd2 006666 branch le_send_att_prepare_write_response 
+:      006669 le_send_att_prepare_write_response:
+0x2dd3 006670 fetch 2 ,mem_le_l2cap_size 
+0x2dd4 006671 copy pdata ,rega 
+0x2dd5 006672 call le_fifo_malloc_tx_l2cap_gatt 
+0x2dd6 006673 setarg attop_prepare_write_response 
+0x2dd7 006674 istore 1 ,contw 
+0x2dd8 006675 fetch 2 ,mem_le_att_handle 
+0x2dd9 006676 istore 2 ,contw 
+0x2dda 006677 fetch 2 ,mem_le_l2cap_size 
+0x2ddb 006678 add pdata ,-5 ,loopcnt 
+0x2ddc 006679 fetch 2 ,mem_le_payload_ptr 
+0x2ddd 006680 add pdata ,7 ,contr 
+0x2dde 006681 ifetch 2 ,contr 
+0x2ddf 006682 istore 2 ,contw 
+0x2de0 006683 branch memcpy_fast 
+:      006687 le_parse_att_execute_write_request:
+:      006689 le_send_att_execute_write_response:
+0x2de1 006690 force 1 ,rega 
+0x2de2 006691 call le_fifo_malloc_tx_l2cap_gatt 
+0x2de3 006692 setarg attop_execute_write_response 
+0x2de4 006693 istore 1 ,contw 
+0x2de5 006694 rtn 
+:      006696 le_parse_handle_value_confirmation:
+0x2de6 006697 fetch 1 ,mem_le_l2cap_att_states 
+0x2de7 006698 set0 ble_l2cap_recv_confirmation_packet ,pdata 
+0x2de8 006699 store 1 ,mem_le_l2cap_att_states 
+0x2de9 006700 rtn 
+:      006702 le_parse_att_write_command:
+0x2dea 006703 copy contr ,rega 
+0x2deb 006704 fetch 2 ,mem_le_l2cap_size 
+0x2dec 006705 add pdata ,-3 ,regb 
+0x2ded 006706 branch le_writeatt_cb 
+:      006711 le_att_malloc_tx_notify:
+0x2dee 006712 copy temp ,regc 
+0x2def 006713 increase 3 ,rega 
+0x2df0 006714 call le_fifo_malloc_tx_l2cap_gatt 
+0x2df1 006715 increase -3 ,rega 
+0x2df2 006716 setarg attop_handle_value_notification 
+0x2df3 006717 istore 1 ,contw 
+0x2df4 006718 copy regc ,temp 
+0x2df5 006719 istoret 2 ,contw 
+0x2df6 006720 rtn 
+:      006723 le_att_malloc_tx_indication:
+0x2df7 006724 fetch 1 ,mem_le_l2cap_att_states 
+0x2df8 006725 set1 ble_l2cap_send_indication_packet ,pdata 
+0x2df9 006726 store 1 ,mem_le_l2cap_att_states 
+0x2dfa 006727 copy temp ,regc 
+0x2dfb 006728 increase 3 ,rega 
+0x2dfc 006729 call le_fifo_malloc_tx_l2cap_gatt 
+0x2dfd 006730 increase -3 ,rega 
+0x2dfe 006731 setarg attop_handle_value_indication 
+0x2dff 006732 istore 1 ,contw 
+0x2e00 006733 copy regc ,temp 
+0x2e01 006734 istoret 2 ,contw 
+0x2e02 006735 rtn 
+:      006740 le_send_att_error_response_notfound:
+0x2e03 006741 bpatchx patch2b_4 ,mem_patch2b 
+0x2e04 006742 jam att_err_attribute_not_found ,mem_le_err_code 
+:      006743 le_send_att_error_response:
+0x2e05 006744 force 5 ,rega 
+0x2e06 006745 call le_fifo_malloc_tx_l2cap_gatt 
+0x2e07 006746 setarg attop_error_response 
+0x2e08 006747 istore 1 ,contw 
+0x2e09 006748 fetch 1 ,mem_le_att_opcode 
+0x2e0a 006749 istore 1 ,contw 
+0x2e0b 006750 fetch 2 ,mem_le_att_handle 
+0x2e0c 006751 istore 2 ,contw 
+0x2e0d 006752 fetch 1 ,mem_le_err_code 
+0x2e0e 006753 istore 1 ,contw 
+0x2e0f 006754 rtn 
+:      006757 le_fifo_malloc_tx_l2cap_gatt:
+0x2e10 006758 bpatchx patch2b_5 ,mem_patch2b 
+0x2e11 006759 force le_l2cap_cid_att ,regb 
+0x2e12 006760 branch le_fifo_malloc_tx_l2cap 
+:      006763 le_att_next_handle:
+0x2e13 006764 fetcht 2 ,mem_temp 
+0x2e14 006765 increase 1 ,temp 
+0x2e15 006766 storet 2 ,mem_temp 
+0x2e16 006767 rtn 
+:      006769 le_att_check_handle_end:
+0x2e17 006770 fetcht 2 ,mem_temp 
+0x2e18 006771 fetch 2 ,mem_le_search_handle_end 
+0x2e19 006772 isub temp ,null 
+0x2e1a 006773 rtn 
+:      006776 le_att_same_type:
+0x2e1b 006777 bpatchx patch2b_6 ,mem_patch2b 
+0x2e1c 006778 fetcht 1 ,mem_le_search_att_type_length 
+0x2e1d 006779 arg mem_le_search_att_type ,rega 
+:      006780 le_att_check_same_common:
+0x2e1e 006781 fetch 1 ,mem_le_cur_uuid_length 
+0x2e1f 006782 copy pdata ,loopcnt 
+0x2e20 006783 isub temp ,null 
+0x2e21 006784 nrtn zero 
+0x2e22 006785 arg mem_le_cur_uuid ,regb 
+0x2e23 006786 branch string_compare 
+:      006789 le_store_att_record:
+0x2e24 006790 bpatchx patch2b_7 ,mem_patch2b 
+0x2e25 006791 fetch 1 ,mem_le_curr_att_len 
+0x2e26 006792 store 1 ,mem_temp_block0 
+0x2e27 006793 copy pdata ,loopcnt 
+0x2e28 006794 call get_contr 
+0x2e29 006795 branch memcpy_fast 
+:      006798 le_write_att_record:
+0x2e2a 006799 bpatchx patch2c_0 ,mem_patch2c 
+0x2e2b 006800 call get_contw 
+0x2e2c 006801 fetch 2 ,mem_le_cur_handle_start 
+0x2e2d 006802 istore 2 ,contw 
+0x2e2e 006803 fetch 2 ,mem_le_cur_handle_end 
+0x2e2f 006804 istore 2 ,contw 
+:      006805 le_write_att_record_common:
+0x2e30 006806 fetch 1 ,mem_temp_block0 
+0x2e31 006807 copy pdata ,loopcnt 
+0x2e32 006808 call memcpy_fast 
+0x2e33 006809 branch store_contw 
+:      006813 le_send_auto_len_by_mem:
+0x2e34 006814 bpatchx patch2c_1 ,mem_patch2c 
+0x2e35 006815 call get_contw 
+0x2e36 006816 call le_fifo_get_last_att_ptr 
+0x2e37 006817 copy contw ,pdata 
+0x2e38 006818 isub contr ,rega 
+0x2e39 006819 call le_fifo_get_last_l2cap_ptr 
+0x2e3a 006820 copy rega ,pdata 
+0x2e3b 006821 istore 2 ,contr 
+0x2e3c 006822 increase 4 ,rega 
+0x2e3d 006823 call le_fifo_get_last_tx_ptr 
+0x2e3e 006824 copy rega ,pdata 
+0x2e3f 006825 istore 1 ,contr 
+0x2e40 006826 rtn 
+:      006829 le_get_search_handle_start_end_common:
+0x2e41 006830 rshift8 pdata ,pdata 
+0x2e42 006831 store 2 ,mem_le_search_handle_start 
+0x2e43 006832 ifetch 2 ,contr 
+0x2e44 006833 store 2 ,mem_le_search_handle_end 
+0x2e45 006834 rtn 
+:      006837 le_get_search_max_mtu_data:
+0x2e46 006838 bpatchx patch2c_2 ,mem_patch2c 
+0x2e47 006839 fetch 2 ,mem_le_remote_mtu 
+0x2e48 006841 fetcht 2 ,mem_le_local_mtu 
+0x2e49 006845 branch not_greater_than 
+:      006849 le_get_search_att_type:
+0x2e4a 006850 bpatchx patch2c_3 ,mem_patch2c 
+0x2e4b 006851 call store_contr 
+0x2e4c 006852 arg mem_le_search_att_type_length ,contw 
+:      006853 le_get_search_common:
+0x2e4d 006854 fetch 2 ,mem_le_l2cap_size 
+0x2e4e 006855 increase -5 ,pdata 
+:      006856 le_get_search_common2:
+0x2e4f 006857 istore 1 ,contw 
+0x2e50 006858 copy pdata ,loopcnt 
+0x2e51 006859 call get_contr 
+0x2e52 006860 branch memcpy_fast 
+:      006864 le_parse_writing_attribute_start:
+0x2e53 006865 fetch 2 ,mem_le_rxbuf_data_att_cid 
+0x2e54 006866 rtnne le_l2cap_cid_att 
+0x2e55 006867 fetch 1 ,mem_le_l2cap_att_states 
+0x2e56 006868 set1 ble_l2cap_deal_with_continue_packet ,pdata 
+0x2e57 006869 store 1 ,mem_le_l2cap_att_states 
+0x2e58 006870 fetch 3 ,mem_le_rxbuf_data_att_opcode 
+0x2e59 006871 store 3 ,mem_le_att_opcode 
+0x2e5a 006872 set1 mark_old_packet ,mark 
+0x2e5b 006873 beq attop_write_request ,le_parse_attribute_write_request 
+0x2e5c 006874 beq attop_write_command ,le_parse_attribute_write_command 
+0x2e5d 006875 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x2e5e 006876 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x2e5f 006877 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x2e60 006878 set0 mark_old_packet ,mark 
+:      006879 le_clear_l2cap_att_states_deal_with_contiune_packet:
+0x2e61 006880 fetch 1 ,mem_le_l2cap_att_states 
+0x2e62 006881 set0 ble_l2cap_deal_with_continue_packet ,pdata 
+0x2e63 006882 store 1 ,mem_le_l2cap_att_states 
+0x2e64 006883 rtn 
+:      006885 le_parse_writing_attribute_continue:
+0x2e65 006886 fetch 1 ,mem_le_l2cap_att_states 
+0x2e66 006887 rtnbit0 ble_l2cap_deal_with_continue_packet 
+0x2e67 006888 set1 mark_old_packet ,mark 
+0x2e68 006889 call le_parse_l2cap_continue_common 
+0x2e69 006890 call le_parse_attribute_check_complete_packet 
+0x2e6a 006891 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
+0x2e6b 006892 fetch 1 ,mem_le_att_opcode 
+0x2e6c 006893 beq attop_write_request ,le_send_att_write_response_check_auth 
+0x2e6d 006894 rtn 
+:      006897 le_parse_attribute_write_request:
+0x2e6e 006898 call le_parse_attribute_write_command 
+0x2e6f 006899 branch le_send_attribute_write_response_check_auth 
+:      006901 le_send_attribute_write_response_check_auth:
+0x2e70 006902 call le_parse_attribute_check_complete_packet 
+0x2e71 006903 nrtn user 
+0x2e72 006904 branch le_send_att_write_response_check_auth 
+:      006907 le_parse_attribute_write_command:
+0x2e73 006908 bpatchx patch2c_4 ,mem_patch2c 
+0x2e74 006909 call le_parse_attribute_check_complete_packet_init 
+0x2e75 006910 arg mem_le_rxbuf_data_att_write_payload ,rega 
+0x2e76 006911 branch le_writeatt_cb 
+:      006914 le_parse_attribute_check_complete_packet_init:
+0x2e77 006915 fetch 1 ,mem_le_rxbuf_data_att_write_length 
+0x2e78 006916 add pdata ,-7 ,regb 
+0x2e79 006917 increase -4 ,pdata 
+0x2e7a 006918 store 2 ,mem_le_packet_len_recved 
+0x2e7b 006919 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
+0x2e7c 006920 storet 2 ,mem_le_l2cap_size 
+0x2e7d 006921 rtn 
+:      006924 le_parse_l2cap_continue_common:
+0x2e7e 006925 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
+0x2e7f 006926 fetch 2 ,mem_le_packet_len_recved 
+0x2e80 006927 iadd regb ,temp 
+0x2e81 006928 storet 2 ,mem_le_packet_len_recved 
+0x2e82 006929 arg mem_le_rxbuf_data_continue_payload ,rega 
+0x2e83 006930 branch le_writeatt_cb 
+:      006934 le_parse_attribute_check_complete_packet:
+0x2e84 006935 call disable_user 
+0x2e85 006936 fetch 2 ,mem_le_packet_len_recved 
+0x2e86 006937 fetcht 2 ,mem_le_l2cap_size 
+0x2e87 006938 isub temp ,null 
+0x2e88 006939 nrtn zero 
+0x2e89 006940 branch enable_user 
+:      006946 le_parse_signaling:
+0x2e8a 006947 ifetch 1 ,contr 
+0x2e8b 006948 ifetcht 1 ,contr 
+0x2e8c 006949 ifetcht 2 ,contr 
+0x2e8d 006950 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x2e8e 006951 rtn 
+:      006952 le_l2cap_parse_conn_parameter_update_rsp:
+0x2e8f 006953 ifetch 2 ,contr 
+0x2e90 006954 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x2e91 006955 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x2e92 006956 branch ui_ipc_send_event 
+:      006962 le_l2cap_tx_update_req:
+0x2e93 006963 arg 0x0c ,rega 
+0x2e94 006964 arg l2cap_connection_parameter_update_request ,regc 
+0x2e95 006965 call le_fifo_malloc_tx_l2cap_signaling 
+0x2e96 006966 setarg 0x08 
+0x2e97 006967 istore 2 ,contw 
+0x2e98 006968 fetch 8 ,mem_le_interval_min 
+0x2e99 006969 istore 8 ,contw 
+0x2e9a 006970 rtn 
+:      006974 le_fifo_malloc_tx_l2cap_signaling:
+0x2e9b 006975 call le_l2cap_update_signaling_identifier 
+0x2e9c 006976 arg le_l2cap_cid_signal ,regb 
+0x2e9d 006977 call le_fifo_malloc_tx_l2cap 
+0x2e9e 006978 copy regc ,pdata 
+0x2e9f 006979 istore 1 ,contw 
+0x2ea0 006980 fetch 1 ,mem_le_signaling_identifier 
+0x2ea1 006981 istore 1 ,contw 
+0x2ea2 006982 rtn 
+:      006985 le_l2cap_update_signaling_identifier:
+0x2ea3 006986 fetch 1 ,mem_le_signaling_identifier 
+0x2ea4 006988 pincrease 1 
+0x2ea5 006989 store 1 ,mem_le_signaling_identifier 
+0x2ea6 006990 rtnne 0 
+:      006992 le_l2cap_reset_signaling_identifier:
+0x2ea7 006993 jam 1 ,mem_le_signaling_identifier 
+0x2ea8 006994 rtn 
+:      006999 le_pairing_mode_init:
+0x2ea9 007000 fetch 1 ,mem_le_pairing_mode 
+0x2eaa 007001 beq le_pairing_mode_none ,le_set_no_pairing 
+0x2eab 007002 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x2eac 007003 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x2ead 007004 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
+0x2eae 007005 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
+0x2eaf 007006 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
+0x2eb0 007007 rtn 
+:      007009 le_set_pairing_mode_secure_justwork:
+0x2eb1 007010 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x2eb2 007011 branch le_set_noinputnooutput 
+:      007012 le_set_pairing_mode_secure_numeric:
+0x2eb3 007013 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x2eb4 007014 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x2eb5 007015 rtn 
+:      007016 le_set_pairing_mode_secure_passkey:
+0x2eb6 007017 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x2eb7 007018 branch le_set_displayonly 
+:      007020 le_set_no_pairing:
+0x2eb8 007021 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      007022 le_set_noinputnooutput:
+0x2eb9 007023 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x2eba 007024 rtn 
+:      007025 le_set_pairing_mode_lagacy_just_work:
+0x2ebb 007026 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x2ebc 007027 branch le_set_noinputnooutput 
+:      007028 le_set_pairing_mode_lagacy_passkey:
+0x2ebd 007029 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      007030 le_set_displayonly:
+0x2ebe 007031 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x2ebf 007032 rtn 
+:      007034 le_secure_connection_enable:
+0x2ec0 007035 fetch 1 ,mem_secure_connections_enable 
+0x2ec1 007036 set1 secure_connections_le_bit ,pdata 
+0x2ec2 007037 store 1 ,mem_secure_connections_enable 
+0x2ec3 007038 rtn 
+:      007040 le_secure_connection_disable:
+0x2ec4 007041 fetch 1 ,mem_secure_connections_enable 
+0x2ec5 007042 set0 secure_connections_le_bit ,pdata 
+0x2ec6 007043 store 1 ,mem_secure_connections_enable 
+0x2ec7 007044 rtn 
+:      007046 le_parse_smp:
+0x2ec8 007047 ifetch 1 ,contr 
+0x2ec9 007048 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x2eca 007050 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x2ecb 007051 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x2ecc 007052 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x2ecd 007054 beq smp_master_identification ,le_parse_smp_master_identification 
+0x2ece 007055 beq smp_identity_information ,le_parse_smp_identity_information 
+0x2ecf 007056 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x2ed0 007057 beq smp_signing_information ,le_parse_smp_signing_information 
+0x2ed1 007058 beq smp_security_request ,le_parse_smp_security_request 
+0x2ed2 007059 beq smp_pairing_public_key ,le_parse_smp_public_key 
+0x2ed3 007060 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
+0x2ed4 007061 rtn 
+:      007065 le_send_smp_security_request:
+0x2ed5 007066 force 2 ,rega 
+0x2ed6 007067 call le_fifo_malloc_tx_l2cap_smp 
+0x2ed7 007068 setarg smp_security_request 
+0x2ed8 007069 istore 1 ,contw 
+0x2ed9 007070 fetch 1 ,mem_le_pres_auth 
+0x2eda 007071 istore 1 ,contw 
+0x2edb 007072 rtn 
+:      007074 le_parse_smp_pairing_request:
+0x2edc 007075 store 1 ,mem_le_preq 
+0x2edd 007076 ifetch 6 ,contr 
+0x2ede 007077 istore 6 ,contw 
+0x2edf 007078 fetch 1 ,mem_le_pairing_mode 
+0x2ee0 007079 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x2ee1 007080 call le_send_smp_pairing_response 
+0x2ee2 007081 fetch 1 ,mem_sc_only_mode 
+0x2ee3 007082 branch le_parse_smp_pairing_request2 ,blank 
+0x2ee4 007083 fetch 1 ,mem_le_preq_auth 
+0x2ee5 007084 bbit0 le_auth_secure_connection_pairing_bit ,app_ble_disconnect 
+0x2ee6 007085 fetch 1 ,mem_le_pairing_mode 
+0x2ee7 007086 bbit0 le_pairing_mode_secure_connect_bit ,app_ble_disconnect 
+:      007087 le_parse_smp_pairing_request2:
+0x2ee8 007088 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x2ee9 007089 fetch 1 ,mem_le_preq_iocap 
+0x2eea 007090 beq flag_iocap_displayonly ,le_set_tk_0 
+0x2eeb 007091 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x2eec 007092 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x2eed 007093 fetch 1 ,mem_le_pairing_mode 
+0x2eee 007094 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x2eef 007095 rtneq le_pairing_mode_secure_connect_passkey 
+:      007096 le_set_tk_0:
+0x2ef0 007097 arg 0 ,pdata 
+0x2ef1 007098 store 4 ,mem_le_tk 
+0x2ef2 007099 rtn 
+:      007101 le_parse_smp_pairing_req_passkey:
+0x2ef3 007102 fetch 1 ,mem_le_configuration 
+0x2ef4 007103 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      007104 le_genernate_tk:
+0x2ef5 007105 arg mem_le_tk ,rega 
+0x2ef6 007106 copy rega ,contw 
+0x2ef7 007107 arg 3 ,loopcnt 
+0x2ef8 007108 call generate_random_loop 
+0x2ef9 007109 fetch 2 ,mem_le_tk + 2 
+0x2efa 007110 and_into 0x7 ,pdata 
+0x2efb 007111 store 2 ,mem_le_tk + 2 
+:      007112 le_parse_smp_pairing_req_fixed_passkey:
+0x2efc 007113 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x2efd 007114 branch ui_ipc_send_event 
+:      007118 le_send_smp_pairing_response:
+0x2efe 007119 force 7 ,rega 
+0x2eff 007120 call le_fifo_malloc_tx_l2cap_smp 
+0x2f00 007121 fetch 7 ,mem_le_pres 
+0x2f01 007122 istore 7 ,contw 
+0x2f02 007123 rtn 
+:      007126 le_parse_smp_pairing_confirm:
+0x2f03 007127 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
+0x2f04 007128 arg mem_le_rconfirm ,contw 
+0x2f05 007129 call memcpy16 
+0x2f06 007130 fetch 1 ,mem_le_pairing_mode 
+0x2f07 007131 beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
+0x2f08 007132 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
+0x2f09 007133 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_confirm_sc_passkey_res_input 
+0x2f0a 007134 branch le_send_smp_pairing_confirm 
+:      007137 le_parse_smp_pairing_confirm_passkey_res_input:
+0x2f0b 007138 jam bt_evt_le_get_passkey ,mem_fifo_temp 
+0x2f0c 007139 branch ui_ipc_send_event 
+:      007141 le_parse_smp_pairing_confirm_secure_passkey:
+0x2f0d 007142 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x2f0e 007143 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x2f0f 007144 rtn 
+:      007146 le_parse_smp_pairing_confirm_sc_passkey_res_input:
+0x2f10 007147 fetch 4 ,mem_le_tk 
+0x2f11 007148 branch le_parse_smp_pairing_confirm_passkey_res_input ,blank 
+0x2f12 007149 branch le_parse_smp_pairing_confirm_secure_passkey 
+:      007151 le_send_smp_pairing_confirm:
+0x2f13 007152 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
+0x2f14 007153 fetch 1 ,mem_le_pairing_mode 
+0x2f15 007154 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
+0x2f16 007155 call generate_confirm 
+0x2f17 007156 force 17 ,rega 
+0x2f18 007157 call le_fifo_malloc_tx_l2cap_smp 
+0x2f19 007158 setarg smp_pairing_confirm 
+0x2f1a 007159 istore 1 ,contw 
+0x2f1b 007160 branch store_aes_result 
+:      007162 le_send_smp_pairing_confirm_sc:
+0x2f1c 007163 arg mem_le_srand ,contw 
+0x2f1d 007164 call generate_random 
+0x2f1e 007165 call function_f4_cb 
+0x2f1f 007166 force 17 ,rega 
+0x2f20 007167 call le_fifo_malloc_tx_l2cap_smp 
+0x2f21 007168 setarg smp_pairing_confirm 
+0x2f22 007169 istore 1 ,contw 
+0x2f23 007170 branch load_inverse_result 
+:      007172 le_parse_smp_pairing_random:
+0x2f24 007173 copy contr ,rega 
+0x2f25 007174 fetch 1 ,mem_le_pairing_mode 
+0x2f26 007175 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
+0x2f27 007176 copy rega ,contr 
+0x2f28 007177 call authenticate_rconfirm 
+0x2f29 007178 branch le_parse_smp_pairing_random_success ,zero 
+:      007179 le_send_pairing_confirm_value_failed:
+0x2f2a 007180 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      007181 le_send_pairing_failed:
+0x2f2b 007182 force 2 ,rega 
+0x2f2c 007183 call le_fifo_malloc_tx_l2cap_smp 
+0x2f2d 007184 setarg smp_pairing_failed 
+0x2f2e 007185 istore 1 ,contw 
+0x2f2f 007186 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x2f30 007187 istore 1 ,contw 
+:      007188 le_parse_smp_pairing_failed:
+0x2f31 007189 bpatchx patch2c_5 ,mem_patch2c 
+0x2f32 007190 force smp_pairing_timer ,queue 
+0x2f33 007191 call timer_stop 
+0x2f34 007192 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x2f35 007193 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x2f36 007194 branch ui_ipc_send_event 
+:      007196 le_smp_pairing_fail_reason_not_support_pairing:
+0x2f37 007197 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x2f38 007198 branch le_send_pairing_failed 
+:      007200 le_parse_smp_pairing_random_sc:
+0x2f39 007201 arg mem_le_mrand ,contw 
+0x2f3a 007202 copy rega ,contr 
+0x2f3b 007203 call memcpy16 
+0x2f3c 007204 fetch 1 ,mem_le_pairing_mode 
+0x2f3d 007205 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
+0x2f3e 007206 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_random_sc_passkey 
+0x2f3f 007207 call function_g2 
+0x2f40 007208 call le_send_smp_pairing_random 
+0x2f41 007209 fetch 1 ,mem_le_pairing_mode 
+0x2f42 007210 rtnne le_pairing_mode_secure_connect_numeric 
+0x2f43 007211 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
+0x2f44 007212 branch ui_ipc_send_event 
+:      007214 le_parse_smp_pairing_random_sc_passkey:
+0x2f45 007215 call function_f4_ca 
+0x2f46 007216 arg mem_aes_cmac_temp ,contw 
+0x2f47 007217 call load_inverse_result 
+0x2f48 007218 arg mem_aes_cmac_temp ,rega 
+0x2f49 007219 arg mem_le_rconfirm ,regb 
+0x2f4a 007220 arg 16 ,loopcnt 
+0x2f4b 007221 call string_compare 
+0x2f4c 007222 nbranch le_send_pairing_confirm_value_failed ,zero 
+0x2f4d 007223 branch le_send_smp_pairing_random 
+:      007225 le_parse_smp_pairing_random_success:
+0x2f4e 007226 call generate_stk 
+0x2f4f 007227 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x2f50 007228 call ui_ipc_send_event 
+0x2f51 007229 jam 1 ,mem_ltk_exists 
+0x2f52 007230 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      007232 le_send_smp_pairing_random:
+0x2f53 007233 force 17 ,rega 
+0x2f54 007234 call le_fifo_malloc_tx_l2cap_smp 
+0x2f55 007235 setarg smp_pairing_random 
+0x2f56 007236 istore 1 ,contw 
+0x2f57 007237 arg mem_le_srand ,contr 
+0x2f58 007238 branch memcpy16 
+:      007240 le_send_smp_encryption_information:
+0x2f59 007241 force 17 ,rega 
+0x2f5a 007242 call le_fifo_malloc_tx_l2cap_smp 
+0x2f5b 007243 setarg smp_encryption_information 
+0x2f5c 007244 istore 1 ,contw 
+0x2f5d 007245 fetch 1 ,mem_le_configuration 
+0x2f5e 007246 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x2f5f 007247 arg mem_le_ltk ,contr 
+0x2f60 007248 branch memcpy16 
+:      007250 le_send_fixed_ltk:
+0x2f61 007251 arg mem_le_fixed_ltk ,contr 
+0x2f62 007252 branch memcpy16 
+:      007255 le_send_smp_master_identification:
+0x2f63 007256 arg mem_le_ediv ,contw 
+0x2f64 007257 force 10 ,loopcnt 
+0x2f65 007258 call generate_random_loop 
+0x2f66 007259 force 11 ,rega 
+0x2f67 007260 call le_fifo_malloc_tx_l2cap_smp 
+0x2f68 007261 setarg smp_master_identification 
+0x2f69 007262 istore 1 ,contw 
+0x2f6a 007263 fetch 2 ,mem_le_ediv 
+0x2f6b 007264 istore 2 ,contw 
+0x2f6c 007265 fetch 8 ,mem_le_rand 
+0x2f6d 007266 istore 8 ,contw 
+0x2f6e 007267 rtn 
+:      007269 le_send_smp_identity_information:
+0x2f6f 007270 force 17 ,rega 
+0x2f70 007271 call le_fifo_malloc_tx_l2cap_smp 
+0x2f71 007272 setarg smp_identity_information 
+0x2f72 007273 istore 1 ,contw 
+0x2f73 007274 setarg 0 
+0x2f74 007275 istore 8 ,contw 
+0x2f75 007276 istore 8 ,contw 
+0x2f76 007277 rtn 
+:      007280 le_send_smp_identity_address_information:
+0x2f77 007281 force 8 ,rega 
+0x2f78 007282 call le_fifo_malloc_tx_l2cap_smp 
+0x2f79 007283 setarg smp_identity_address_information 
+0x2f7a 007284 istore 1 ,contw 
+0x2f7b 007285 fetch 1 ,mem_le_conn_own_addr_type 
+0x2f7c 007286 istore 1 ,contw 
+0x2f7d 007287 fetch 6 ,mem_le_lap 
+0x2f7e 007288 istore 6 ,contw 
+0x2f7f 007289 rtn 
+:      007292 le_send_pairing_fail_unspecified_reason:
+0x2f80 007293 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x2f81 007294 branch le_send_pairing_failed 
+:      007296 le_check_init_key_distribution:
+0x2f82 007297 fetch 1 ,mem_le_pres_init_key_distribution 
+0x2f83 007298 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x2f84 007299 iand temp ,pdata 
+0x2f85 007300 rtn 
+:      007302 le_parse_smp_identity_information:
+0x2f86 007303 arg mem_le_irk ,contw 
+0x2f87 007304 call memcpy16 
+0x2f88 007305 call le_check_init_key_distribution 
+0x2f89 007306 isolate0 le_initator_irk_bit ,pdata 
+0x2f8a 007307 branch le_send_pairing_fail_unspecified_reason ,true 
+0x2f8b 007308 fetch 1 ,mem_device_option 
+0x2f8c 007309 rtnne dvc_op_module 
+0x2f8d 007310 call le_check_master_addr_type 
+0x2f8e 007311 nrtn user 
+0x2f8f 007312 branch app_ble_store_reconn_info 
+:      007315 le_check_master_addr_type:
+0x2f90 007316 call disable_user 
+0x2f91 007317 fetch 1 ,mem_le_conn_peer_addr_type 
+0x2f92 007318 rtneq master_public_addr 
+0x2f93 007319 fetch 1 ,mem_le_preq_init_key_distribution 
+0x2f94 007320 rtnbit0 le_initator_irk_bit 
+0x2f95 007321 branch enable_user 
+:      007323 le_parse_smp_identity_address_information:
+0x2f96 007324 call le_check_init_key_distribution 
+0x2f97 007325 isolate0 le_initator_irk_bit ,pdata 
+0x2f98 007326 branch le_send_pairing_fail_unspecified_reason ,true 
+0x2f99 007327 rtn 
+:      007329 le_parse_smp_master_identification:
+:      007330 le_parse_smp_signing_information:
+:      007331 le_parse_smp_security_request:
+0x2f9a 007332 rtn 
+:      007334 le_parse_smp_public_key:
+0x2f9b 007335 arg mem_le_pubkey_remote_x_256 ,contw 
+0x2f9c 007336 call memcpy64 
+0x2f9d 007337 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x2f9e 007338 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
+0x2f9f 007339 rtn 
+:      007341 le_parse_smp_dhkey_check:
+0x2fa0 007342 arg mem_sp_confirm_remote ,contw 
+0x2fa1 007343 call memcpy16 
+0x2fa2 007344 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
+0x2fa3 007345 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x2fa4 007346 rtn 
+:      007348 le_send_smp_pairing_public_key:
+0x2fa5 007349 force 65 ,rega 
+0x2fa6 007350 call le_fifo_malloc_tx_l2cap_smp 
+0x2fa7 007351 setarg smp_pairing_public_key 
+0x2fa8 007352 istore 1 ,contw 
+0x2fa9 007353 arg mem_sc_pubkey_local_x_256 ,contr 
+0x2faa 007354 branch memcpy64 
+:      007356 le_send_smp_pairing_dhkey_check:
+0x2fab 007357 call function_f6_eb 
+0x2fac 007358 force 17 ,rega 
+0x2fad 007359 call le_fifo_malloc_tx_l2cap_smp 
+0x2fae 007360 setarg smp_pairing_dhkey_check 
+0x2faf 007361 istore 1 ,contw 
+0x2fb0 007362 branch load_inverse_result 
+:      007364 le_check_paring_time:
+0x2fb1 007365 fetch 1 ,mem_le_pairing_state 
+0x2fb2 007366 rtneq flag_le_pairing_end 
+0x2fb3 007367 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x2fb4 007368 isub temp ,null 
+0x2fb5 007369 nrtn positive 
+0x2fb6 007370 arg smp_pairing_timer ,queue 
+0x2fb7 007371 call timer_check 
+0x2fb8 007372 nrtn blank 
+0x2fb9 007373 branch le_send_pairing_fail_unspecified_reason 
+:      007375 le_pairing_sm:
+0x2fba 007376 bpatchx patch2c_6 ,mem_patch2c 
+0x2fbb 007377 call le_fifo_check_nearly_full 
+0x2fbc 007378 nrtn blank 
+0x2fbd 007379 fetch 1 ,mem_le_pairing_state 
+0x2fbe 007380 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x2fbf 007381 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x2fc0 007382 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x2fc1 007383 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x2fc2 007384 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x2fc3 007385 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x2fc4 007386 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x2fc5 007387 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x2fc6 007388 rtn 
+:      007390 le_pairing_sm_null:
+:      007391 le_pairing_sm_send_sec_req:
+0x2fc7 007392 fetch 1 ,mem_le_enc_state 
+0x2fc8 007393 rtnne flag_le_send_start_enc_rsp 
+0x2fc9 007394 jam flag_le_enc_end ,mem_le_enc_state 
+0x2fca 007395 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x2fcb 007396 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x2fcc 007397 branch ui_ipc_send_event 
+:      007400 le_pairing_sm_start:
+0x2fcd 007401 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x2fce 007402 branch le_send_smp_security_request 
+:      007404 le_pairing_sm_rcv_pairing_req:
+0x2fcf 007405 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
+0x2fd0 007406 setarg timer_smp_pairing_timeout 
+0x2fd1 007407 arg smp_pairing_timer ,queue 
+0x2fd2 007408 branch timer_init 
+:      007410 le_pairing_sm_after_auth:
+0x2fd3 007411 fetch 1 ,mem_le_enc_state 
+0x2fd4 007412 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x2fd5 007413 rtn 
+:      007415 le_pairing_sm_after_auth_start_enc:
+0x2fd6 007416 fetch 1 ,mem_le_pairing_mode 
+0x2fd7 007417 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
+0x2fd8 007419 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x2fd9 007420 call le_send_smp_encryption_information 
+:      007421 le_pairing_sm_after_auth_start_enc_common:
+0x2fda 007422 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x2fdb 007423 call ui_ipc_send_event 
+0x2fdc 007424 fetch 1 ,mem_device_option 
+0x2fdd 007425 rtnne dvc_op_module 
+0x2fde 007426 call le_check_master_addr_type 
+0x2fdf 007427 rtn user 
+0x2fe0 007428 branch app_ble_store_reconn_info 
+:      007430 le_pairing_sm_after_auth_start_enc_sc:
+0x2fe1 007431 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x2fe2 007432 branch le_pairing_sm_after_auth_start_enc_common 
+:      007434 le_pairng_sm_send_enc_information:
+0x2fe3 007435 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x2fe4 007436 branch le_send_smp_master_identification 
+:      007438 le_pairng_sm_send_master_indentification:
+0x2fe5 007439 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x2fe6 007440 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x2fe7 007441 iand temp ,pdata 
+0x2fe8 007442 isolate0 le_initator_irk_bit ,pdata 
+0x2fe9 007443 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x2fea 007444 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x2feb 007445 branch le_send_smp_identity_information 
+:      007447 le_pairng_sm_send_indentity_information:
+0x2fec 007448 call le_send_smp_identity_address_information 
+0x2fed 007449 branch le_parse_start_enc_rsp_after_auth_end 
+:      007452 le_parse_start_enc_rsp_after_auth_end:
+0x2fee 007453 bpatchx patch2c_7 ,mem_patch2c 
+0x2fef 007454 force smp_pairing_timer ,queue 
+0x2ff0 007455 call timer_stop 
+0x2ff1 007456 jam flag_le_enc_end ,mem_le_enc_state 
+0x2ff2 007457 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x2ff3 007458 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x2ff4 007459 branch ui_ipc_send_event 
+:      007463 le_secure_connect_sm:
+0x2ff5 007464 bpatchx patch2d_0 ,mem_patch2d 
+0x2ff6 007465 fetch 1 ,mem_le_pairing_mode 
+0x2ff7 007466 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x2ff8 007467 fetch 1 ,mem_le_secure_connect_flag 
+0x2ff9 007468 rtnne le_sp_flag_commit_256 
+0x2ffa 007469 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x2ffb 007470 fetch 1 ,mem_le_secure_connect_state 
+0x2ffc 007471 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
+0x2ffd 007472 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
+0x2ffe 007473 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
+0x2fff 007474 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
+0x3000 007475 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
+0x3001 007476 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
+0x3002 007477 rtn 
+:      007479 le_sc_state_clear:
+0x3003 007480 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x3004 007481 jam le_sc_stat_null ,mem_le_secure_connect_state 
+0x3005 007482 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x3006 007483 rtn 
+:      007485 le_sc_sm_passkey_wait_confirm:
+0x3007 007486 fetch 1 ,mem_authentication_passkey_times 
+0x3008 007487 copy pdata ,queue 
+0x3009 007488 increase 1 ,pdata 
+0x300a 007489 store 1 ,mem_authentication_passkey_times 
+0x300b 007490 fetch 4 ,mem_le_tk 
+0x300c 007491 qisolate1 pdata 
+0x300d 007492 setarg 0x80 
+0x300e 007493 setflag true ,0 ,pdata 
+0x300f 007494 store 1 ,mem_passkey_1bit 
+0x3010 007495 branch le_sc_sm_ready_send_pairing_confirm 
+:      007497 le_sc_sm_wait_confirm_gkey:
+0x3011 007498 fetch 1 ,mem_le_sc_confirm_gkey_flag 
+0x3012 007499 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x3013 007500 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
+0x3014 007501 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x3015 007502 rtn 
+:      007504 le_sc_confirm_gkey_ok:
+0x3016 007505 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x3017 007506 call ui_ipc_send_event 
+0x3018 007507 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x3019 007508 branch le_send_smp_pairing_dhkey_check 
+:      007510 le_sc_sm_receive_dhkey:
+0x301a 007511 fetch 1 ,mem_sp_dhkey_invalid 
+0x301b 007512 beq sp_key_valid_256 ,le_dhkey_ready 
+0x301c 007513 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x301d 007514 rtn 
+:      007516 le_dhkey_ready:
+0x301e 007517 call function_f5 
+0x301f 007518 fetch 1 ,mem_le_pairing_mode 
+0x3020 007519 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
+0x3021 007520 beq le_pairing_mode_secure_connect_passkey_res_input ,le_dhkey_ready_common 
+0x3022 007521 call le_set_tk_0 
+:      007522 le_dhkey_ready_common:
+0x3023 007523 call function_f6_ea 
+0x3024 007524 arg mem_aes_cmac_temp ,rega 
+0x3025 007525 arg mem_sp_confirm_remote ,regb 
+0x3026 007526 arg 16 ,loopcnt 
+0x3027 007527 call string_compare 
+0x3028 007528 branch le_dhkey_check_ok ,zero 
+:      007529 le_dhkey_check_fail:
+0x3029 007530 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
+0x302a 007531 branch le_send_pairing_failed 
+:      007534 le_dhkey_check_ok:
+0x302b 007535 call sp_calc_check_publickey_256 
+0x302c 007536 nbranch le_dhkey_check_fail ,zero 
+0x302d 007537 jam 1 ,mem_ltk_exists 
+0x302e 007538 fetch 1 ,mem_le_pairing_mode 
+0x302f 007539 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
+0x3030 007540 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
+0x3031 007541 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_confirm_gkey_ok 
+0x3032 007542 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x3033 007543 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
+0x3034 007544 rtn 
+:      007546 le_sc_sm_send_public_key:
+0x3035 007547 fetch 1 ,mem_le_pairing_mode 
+0x3036 007548 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
+0x3037 007549 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_sm_send_public_key_passkey 
+0x3038 007550 jam 0 ,mem_passkey_1bit 
+:      007551 le_sc_sm_ready_send_pairing_confirm:
+0x3039 007552 branch le_send_smp_pairing_confirm 
+:      007554 le_sc_sm_send_public_key_passkey:
+0x303a 007555 jam 0 ,mem_authentication_passkey_times 
+0x303b 007556 rtneq le_pairing_mode_secure_connect_passkey_res_input 
+0x303c 007557 branch le_parse_smp_pairing_req_passkey 
+:      007560 le_sc_sm_receive_public_key:
+0x303d 007561 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x303e 007562 fetch 1 ,mem_sc_local_key_invalid 
+0x303f 007563 beq sp_key_valid_256 ,le_public_key_ready 
+0x3040 007564 rtn 
+:      007566 le_public_key_ready:
+0x3041 007567 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
+0x3042 007568 jam sp_key_invalid ,mem_sp_dhkey_invalid 
+0x3043 007569 branch sp_dhkey_calc_256 
+:      007571 le_sc_sm_wait_send_public_key:
+0x3044 007572 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x3045 007573 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
+0x3046 007574 branch le_send_smp_pairing_public_key 
+:      007578 le_fifo_malloc_tx_l2cap_smp:
+0x3047 007579 bpatchx patch2d_1 ,mem_patch2d 
+0x3048 007580 force le_l2cap_cid_smp ,regb 
+0x3049 007581 branch le_fifo_malloc_tx_l2cap 
+:      007585 le_parse_ll:
+0x304a 007586 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
+0x304b 007587 beq ll_connection_update_ind ,le_parse_connection_update_ind 
+0x304c 007588 beq ll_channel_map_ind ,le_parse_channel_map_ind 
+0x304d 007589 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x304e 007590 beq ll_enc_req ,le_parse_enc_req 
+0x304f 007591 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x3050 007592 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x3051 007593 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x3052 007594 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x3053 007595 beq ll_feature_req ,le_parse_feature_req 
+0x3054 007596 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x3055 007597 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x3056 007598 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x3057 007599 beq ll_version_ind ,le_parse_version_ind 
+0x3058 007600 beq ll_reject_ind ,le_parse_reject_ind 
+0x3059 007601 beq ll_ping_req ,le_parse_ping_req 
+0x305a 007602 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x305b 007603 beq ll_length_req ,le_parse_length_req 
+0x305c 007604 beq ll_length_rsp ,le_parse_length_rsp 
+0x305d 007605 beq ll_phy_req ,le_parse_phy_req 
+0x305e 007606 beq ll_phy_update_ind ,le_parse_phy_update_ind 
+0x305f 007607 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
+0x3060 007608 branch le_send_unknown_rsp 
+:      007612 le_parse_connection_update_ind:
+0x3061 007613 ifetch 9 ,contr 
+0x3062 007614 store 9 ,mem_le_new_param 
+0x3063 007615 ifetch 2 ,contr 
+0x3064 007616 store 2 ,mem_le_instant 
+0x3065 007617 fetch 1 ,mem_le_state 
+0x3066 007618 set1 lestate_update_param ,pdata 
+0x3067 007619 store 1 ,mem_le_state 
+0x3068 007620 rtn 
+:      007624 le_parse_channel_map_ind:
+0x3069 007625 ifetch 5 ,contr 
+0x306a 007626 store 5 ,mem_le_new_map 
+0x306b 007627 ifetch 2 ,contr 
+0x306c 007628 store 2 ,mem_le_instant 
+:      007629 le_update_map_enable:
+0x306d 007630 fetch 1 ,mem_le_state 
+0x306e 007631 set1 lestate_update_map ,pdata 
+0x306f 007632 store 1 ,mem_le_state 
+0x3070 007633 rtn 
+:      007637 le_parse_terminate_ind:
+0x3071 007638 setarg 20 
+0x3072 007639 store 2 ,mem_le_superto 
+0x3073 007640 store 2 ,mem_le_init_superto 
+0x3074 007641 rtn 
+:      007645 le_parse_enc_req:
+0x3075 007646 ifetch 8 ,contr 
+0x3076 007647 store 8 ,mem_le_rand 
+0x3077 007648 ifetch 2 ,contr 
+0x3078 007649 store 2 ,mem_le_ediv 
+0x3079 007650 ifetch 8 ,contr 
+0x307a 007651 store 8 ,mem_le_skdm 
+0x307b 007652 ifetch 4 ,contr 
+0x307c 007653 store 4 ,mem_ccm_ivm 
+0x307d 007654 call le_send_enc_rsp 
+0x307e 007655 bpatchx patch2d_2 ,mem_patch2d 
+0x307f 007656 fetch 1 ,mem_le_pairing_state 
+0x3080 007657 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x3081 007658 fetch 1 ,mem_le_configuration 
+0x3082 007659 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x3083 007660 fetch 1 ,mem_nv_data_number 
+0x3084 007661 ncall load_device_list_mode_4 ,blank 
+0x3085 007662 fetch 1 ,mem_ltk_exists 
+0x3086 007663 beq 0 ,le_ltk_lost 
+:      007664 le_parse_enc_req_after_auth:
+0x3087 007665 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x3088 007666 call le_send_start_enc_req 
+0x3089 007667 branch generate_sk 
+:      007668 le_parse_enc_req_fixed_ltk:
+0x308a 007669 jam 1 ,mem_ltk_exists 
+0x308b 007670 arg mem_le_fixed_ltk ,contr 
+0x308c 007671 arg mem_le_ltk ,contw 
+0x308d 007672 call memcpy16 
+0x308e 007673 branch le_parse_enc_req_after_auth 
+:      007675 le_ltk_lost:
+0x308f 007676 jam flag_le_enc_null ,mem_le_enc_state 
+0x3090 007677 jam flag_le_enc_null ,mem_le_pairing_state 
+0x3091 007678 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x3092 007679 branch ui_ipc_send_event 
+:      007682 le_parse_enc_rsp:
+0x3093 007683 ifetch 8 ,contr 
+0x3094 007684 store 8 ,mem_le_skds 
+0x3095 007685 ifetch 4 ,contr 
+0x3096 007686 store 4 ,mem_ccm_ivs 
+0x3097 007687 branch generate_sk 
+:      007691 le_parse_start_enc_req:
+0x3098 007692 fetch 1 ,mem_le_state 
+0x3099 007693 set1 lestate_encryption ,pdata 
+0x309a 007694 store 1 ,mem_le_state 
+0x309b 007695 rtn 
+:      007698 le_parse_start_enc_rsp:
+0x309c 007699 rtn master 
+0x309d 007700 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x309e 007701 call ui_ipc_send_event 
+0x309f 007702 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x30a0 007703 branch le_send_start_enc_rsp 
+:      007707 le_parse_unknown_rsp:
+0x30a1 007708 rtn 
+:      007712 le_parse_feature_req:
+0x30a2 007713 branch le_send_feature_rsp 
+:      007717 le_parse_feature_rsp:
+0x30a3 007718 rtn 
+:      007722 le_parse_pause_enc_req:
+0x30a4 007723 jam flag_le_enc_pause ,mem_le_enc_state 
+0x30a5 007724 call le_send_pause_enc_rsp 
+0x30a6 007725 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x30a7 007726 branch ui_ipc_send_event 
+:      007730 le_parse_pause_enc_rsp:
+0x30a8 007731 rtn 
+:      007735 le_parse_version_ind:
+0x30a9 007736 rtn master 
+0x30aa 007737 branch le_send_version_ind 
+:      007741 le_parse_reject_ind:
+0x30ab 007742 rtn 
+:      007746 le_parse_ping_req:
+0x30ac 007747 branch le_send_ping_rsp 
+:      007751 le_parse_ping_rsp:
+0x30ad 007752 rtn 
+:      007755 le_parse_length_req:
+0x30ae 007756 call le_parse_length_rsp 
+0x30af 007757 branch le_send_data_length_res 
+:      007759 le_parse_length_rsp:
+0x30b0 007760 ifetch 8 ,contr 
+0x30b1 007761 store 8 ,mem_remote_rx_max_octets 
+0x30b2 007762 fetch 2 ,mem_remote_rx_max_octets 
+0x30b3 007763 fetcht 2 ,mem_local_tx_max_octets 
+0x30b4 007764 call not_greater_than 
+0x30b5 007765 store 2 ,mem_remote_rx_max_octets 
+0x30b6 007767 fetch 2 ,mem_remote_tx_max_octets 
+0x30b7 007768 fetcht 2 ,mem_local_rx_max_octets 
+0x30b8 007769 call not_greater_than 
+0x30b9 007770 store 2 ,mem_remote_tx_max_octets 
+0x30ba 007771 rtn 
+:      007775 le_parse_phy_req:
+0x30bb 007776 branch le_send_phy_rsp 
+:      007780 le_parse_phy_update_ind:
+0x30bc 007781 ifetch 2 ,contr 
+0x30bd 007782 store 2 ,mem_le_new_m2s_phy 
+0x30be 007783 ifetch 2 ,contr 
+0x30bf 007784 store 2 ,mem_le_instant 
+0x30c0 007785 rtn blank 
+0x30c1 007786 fetch 1 ,mem_le_state 
+0x30c2 007787 set1 lestate_update_phy ,pdata 
+0x30c3 007788 store 1 ,mem_le_state 
+0x30c4 007789 rtn 
+:      007794 le_send_terminate_ind_user_terminated:
+0x30c5 007795 arg error_remote_user_terminated_connection ,regc 
+:      007798 le_send_terminate_ind:
+0x30c6 007799 arg 2 ,rega 
+0x30c7 007800 arg ll_terminate_ind ,regb 
+0x30c8 007801 call le_fifo_malloc_tx_ll 
+0x30c9 007802 copy regc ,pdata 
+0x30ca 007803 istore 1 ,contw 
+0x30cb 007804 rtn 
+:      007808 le_send_enc_rsp:
+0x30cc 007809 arg mem_le_skds ,contw 
+0x30cd 007810 force 8 ,loopcnt 
+0x30ce 007811 call generate_random_loop 
+0x30cf 007812 arg mem_ccm_ivs ,contw 
+0x30d0 007813 force 4 ,loopcnt 
+0x30d1 007814 call generate_random_loop 
+0x30d2 007815 arg 13 ,rega 
+0x30d3 007816 arg ll_enc_rsp ,regb 
+0x30d4 007817 call le_fifo_malloc_tx_ll 
+0x30d5 007818 fetch 8 ,mem_le_skds 
+0x30d6 007819 istore 8 ,contw 
+0x30d7 007820 fetch 4 ,mem_ccm_ivs 
+0x30d8 007821 istore 4 ,contw 
+0x30d9 007822 rtn 
+:      007826 le_send_start_enc_req:
+0x30da 007827 jam flag_le_send_start_enc_req ,mem_le_enc_state 
+0x30db 007828 arg ll_start_enc_req ,regb 
+0x30dc 007829 branch le_send_ll_one_lenth 
+:      007833 le_send_start_enc_rsp:
+0x30dd 007834 arg ll_start_enc_rsp ,regb 
+0x30de 007835 branch le_send_ll_one_lenth 
+:      007840 le_send_unknown_rsp:
+0x30df 007841 arg 2 ,rega 
+0x30e0 007842 arg ll_unknown_rsp ,regb 
+0x30e1 007843 call le_fifo_malloc_tx_ll 
+0x30e2 007844 istorer regc ,1 ,contw 
+0x30e3 007845 rtn 
+:      007849 le_send_feature_rsp:
+0x30e4 007850 arg 9 ,rega 
+0x30e5 007851 arg ll_feature_rsp ,regb 
+0x30e6 007852 call le_fifo_malloc_tx_ll 
+0x30e7 007853 fetch 8 ,mem_le_local_feature 
+0x30e8 007854 or pdata ,fun_ll_feature_le_encryption ,pdata 
+0x30e9 007855 istore 8 ,contw 
+0x30ea 007856 rtn 
+:      007860 le_send_pause_enc_rsp:
+0x30eb 007861 arg ll_pause_enc_rsp ,regb 
+0x30ec 007862 branch le_send_ll_one_lenth 
+:      007866 le_send_version_ind:
+0x30ed 007867 arg 6 ,rega 
+0x30ee 007868 arg ll_version_ind ,regb 
+0x30ef 007869 call le_fifo_malloc_tx_ll 
+0x30f0 007870 fetch 5 ,mem_version 
+0x30f1 007871 istore 5 ,contw 
+0x30f2 007872 rtn 
+:      007875 le_send_reject_ind:
+0x30f3 007876 arg 2 ,rega 
+0x30f4 007877 arg ll_reject_ind ,regb 
+0x30f5 007878 call le_fifo_malloc_tx_ll 
+0x30f6 007879 setarg le_err_pin_or_key_missing 
+0x30f7 007880 istore 1 ,contw 
+0x30f8 007881 rtn 
+:      007885 le_send_ping_rsp:
+0x30f9 007886 arg ll_ping_rsp ,regb 
+0x30fa 007887 branch le_send_ll_one_lenth 
+:      007889 le_send_data_length_req:
+0x30fb 007890 arg ll_length_req ,regb 
+0x30fc 007891 branch le_send_data_length 
+:      007893 le_send_data_length_res:
+0x30fd 007894 arg ll_length_rsp ,regb 
+:      007895 le_send_data_length:
+0x30fe 007896 arg 9 ,rega 
+0x30ff 007897 call le_fifo_malloc_tx_ll 
+0x3100 007898 fetch 8 ,mem_local_rx_max_octets 
+0x3101 007899 istore 8 ,contw 
+0x3102 007900 rtn 
+:      007904 le_send_phy_rsp:
+0x3103 007905 arg 3 ,rega 
+0x3104 007906 arg ll_phy_rsp ,regb 
+0x3105 007907 call le_fifo_malloc_tx_ll 
+0x3106 007908 fetch 1 ,mem_le_tx_phys 
+0x3107 007909 and pdata ,0x07 ,pdata 
+0x3108 007910 istore 1 ,contw 
+0x3109 007911 fetch 1 ,mem_le_rx_phys 
+0x310a 007912 and pdata ,0x07 ,pdata 
+0x310b 007913 istore 1 ,contw 
+0x310c 007914 rtn 
+:      007918 le_send_ll_one_lenth:
+0x310d 007919 arg 1 ,rega 
+0x310e 007920 branch le_fifo_malloc_tx_ll 
+:      007925 g24_dispatch:
+0x310f 007926 bpatchx patch2d_3 ,mem_patch2d 
+0x3110 007927 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+0x3111 007928 branch g24_transmit_dispatch 
+:      007933 g24_prep:
+0x3112 007934 bpatchx patch2d_4 ,mem_patch2d 
+0x3113 007935 disable enable_crc 
+0x3114 007936 disable enable_white 
+0x3115 007937 setarg 0x555555 
+0x3116 007938 iforce crc24_init 
+0x3117 007939 fetch 1 ,mem_24g_ch 
+0x3118 007940 branch le_prep_next 
+:      007942 g24_receive_packet:
+0x3119 007943 bpatchx patch2d_5 ,mem_patch2d 
+0x311a 007944 fetch 1 ,mem_24g_rx_phy 
+0x311b 007945 call le_enable_phy_by_pdata 
+0x311c 007946 fetch 4 ,mem_24g_addr 
+0x311d 007947 iforce access 
+0x311e 007948 call set_sync_on 
+0x311f 007949 fetcht 1 ,mem_24g_ch 
+0x3120 007950 call le_rf_rx_enable 
+:      007951 g24_receive_rxon:
+0x3121 007952 call g24_prep 
+0x3122 007953 bmark0 mark_ble_lr ,g24_receive_nolr 
+0x3123 007954 pulse dewhiten_code_calc 
+0x3124 007955 nop 30 
+0x3125 007956 call g24_prep 
+:      007957 g24_receive_nolr:
+0x3126 007958 disable user3 
+0x3127 007959 enable decode_fec0 
+0x3128 007960 enable is_rx 
+0x3129 007961 disable is_tx 
+0x312a 007962 enable swfine 
+0x312b 007963 fetch 2 ,mem_24g_rx_window 
+0x312c 007964 iforce stop_watch 
+0x312d 007965 correlate null ,timeout 
+0x312e 007966 nbranch g24_sync_timeout ,sync 
+0x312f 007967 call rf_debug_rx_sync_line 
+0x3130 007968 bmark1 mark_ble_lr ,g24_receive_skip_fec1 
+0x3131 007969 fetch 1 ,mem_24g_disable_fec1 
+0x3132 007970 nbranch g24_receive_skip_fec1 ,blank 
+0x3133 007971 disable decode_fec0 
+0x3134 007972 enable decode_fec1 
+:      007973 g24_receive_skip_fec1:
+0x3135 007974 enable enable_white 
+0x3136 007975 enable enable_crc 
+0x3137 007976 call g24_receive_byte 
+0x3138 007977 store 1 ,mem_24g_get_syncword_crc8 
+0x3139 007978 fetcht 1 ,mem_24g_syncword_crc8 
+0x313a 007979 isub temp ,null 
+0x313b 007980 nbranch g24_hec_error ,zero 
+0x313c 007981 bpatchx patch2d_6 ,mem_patch2d 
+0x313d 007982 disable user7 
+0x313e 007983 isolate1 mark_ble_lr ,mark 
+0x313f 007984 call g24_lr_receive_pdu_len ,true 
+0x3140 007985 branch g24_lr_len_error ,user7 
+0x3141 007986 call g24_receive_byte 
+0x3142 007987 store 1 ,mem_24g_rxbuf 
+0x3143 007988 bmark1 mark_24g_rxmode ,g24_receive_skip 
+0x3144 007989 fetch 1 ,mem_24g_rxbuf 
+0x3145 007990 fetcht 1 ,mem_24g_data_type 
+0x3146 007991 icompare bits_data ,temp 
+0x3147 007992 nbranch g24_type_error ,true 
+:      007993 g24_receive_skip:
+0x3148 007994 call g24_receive_byte 
+0x3149 007995 isolate1 mark_ble_lr ,mark 
+0x314a 007996 call g24_lr_receive_payload_len ,true 
+0x314b 007997 istore 1 ,contw 
+0x314c 007998 rshift3 pdata ,pdata 
+0x314d 007999 sub pdata ,0x1f ,null 
+0x314e 008000 nbranch g24_len_over_error ,positive 
+0x314f 008001 copy pdata ,loopcnt 
+0x3150 008002 branch g24rx_nopayload ,zero 
+:      008003 g24rx_loop:
+0x3151 008004 call g24_receive_byte 
+0x3152 008005 istore 1 ,contw 
+0x3153 008006 loop g24rx_loop 
+:      008007 g24rx_nopayload:
+0x3154 008008 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
+0x3155 008009 copy contw ,rega 
+0x3156 008010 call g24_receive_byte 
+0x3157 008011 store 1 ,mem_rssi_hex_received 
+0x3158 008012 copy rega ,contw 
+:      008013 g24_receive_skip_rssi:
+0x3159 008014 parse demod ,bucket ,24 
+0x315a 008015 rshift32 pdata ,pdata 
+0x315b 008016 rshift16 pdata ,pdata 
+0x315c 008017 istore 3 ,contw 
+0x315d 008018 fetch 1 ,mem_24g_disable_fec1 
+0x315e 008019 nbranch g24_receive_skip_disable_fec1 ,blank 
+0x315f 008020 disable decode_fec1 
+:      008021 g24_receive_skip_next:
+0x3160 008022 isolate1 mark_24g_rxmode ,mark 
+0x3161 008023 call save_rssi_dec ,true 
+0x3162 008024 branch g24_crc_error ,crc_failed 
+0x3163 008025 call rf_debug_rx_crc_line 
+0x3164 008026 bpatchx patch2d_7 ,mem_patch2d 
+0x3165 008027 enable user3 
+0x3166 008028 call le_match_set_txfreq 
+0x3167 008029 rtnmark1 mark_24g_rxmode 
+0x3168 008030 fetch 1 ,mem_rssi_hex_received 
+0x3169 008031 fetcht 1 ,mem_rssi_hex_received_max_value 
+0x316a 008032 isub temp ,null 
+0x316b 008033 call copy_temp2pdata ,positive 
+0x316c 008034 branch rssi_signal 
+:      008036 g24_receive_skip_disable_fec1:
+0x316d 008037 disable decode_fec0 
+0x316e 008038 branch g24_receive_skip_next 
+:      008041 g24_lr_receive_pdu_len:
+0x316f 008042 call g24_receive_byte 
+0x3170 008043 sub pdata ,1 ,null 
+0x3171 008044 branch enable_user7 ,positive 
+0x3172 008045 increase -2 ,pdata 
+0x3173 008046 bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
+0x3174 008047 branch enable_user7 ,blank 
+0x3175 008048 increase -1 ,pdata 
+:      008049 g24_lr_receive_pdu_norssi:
+0x3176 008050 store 1 ,mem_temp 
+0x3177 008051 rtn 
+:      008053 g24_lr_receive_payload_len:
+0x3178 008054 and_into 0x07 ,pdata 
+0x3179 008055 fetcht 1 ,mem_temp 
+0x317a 008056 lshift3 temp ,temp 
+0x317b 008057 ior temp ,pdata 
+0x317c 008058 rtn 
+:      008060 g24_receive_byte:
+0x317d 008061 parse demod ,bucket ,8 
+0x317e 008062 rshift3 pwindow ,pdata 
+0x317f 008063 rtn 
+:      008065 g24_sync_timeout:
+0x3180 008066 jam err_sync_to ,mem_24g_off_type 
+0x3181 008067 isolate1 mark_24g_rxmode ,mark 
+0x3182 008068 call rssi_noise ,true 
+:      008069 g24_end_of_packet:
+0x3183 008070 bpatchx patch2e_0 ,mem_patch2e 
+0x3184 008071 call le_disable 
+0x3185 008072 disable encode_fec1 
+0x3186 008073 disable decode_fec1 
+0x3187 008074 branch end_of_packet 
+:      008076 g24_hec_error:
+0x3188 008077 jam err_hec ,mem_24g_off_type 
+0x3189 008078 branch g24_end_of_packet 
+:      008080 g24_lr_len_error:
+0x318a 008081 jam err_lr_len ,mem_24g_off_type 
+0x318b 008082 branch g24_end_of_packet 
+:      008084 g24_type_error:
+0x318c 008085 jam err_type ,mem_24g_off_type 
+0x318d 008086 branch g24_end_of_packet 
+:      008088 g24_len_over_error:
+0x318e 008089 jam err_len_over ,mem_24g_off_type 
+0x318f 008090 branch g24_end_of_packet 
+:      008092 g24_crc_error:
+0x3190 008093 jam err_crc ,mem_24g_off_type 
+0x3191 008094 branch g24_end_of_packet 
+:      008096 g24_set_freq_tx:
+0x3192 008097 call set_sync_on 
+0x3193 008098 fetcht 1 ,mem_24g_ch 
+0x3194 008099 branch set_freq_tx 
+:      008101 g24_transmit:
+0x3195 008102 bpatchx patch2e_1 ,mem_patch2e 
+0x3196 008103 fetch 1 ,mem_24g_tx_phy 
+0x3197 008104 call le_enable_phy_by_pdata 
+0x3198 008105 fetch 4 ,mem_24g_addr 
+0x3199 008106 iforce access 
+0x319a 008107 call g24_prep 
+0x319b 008108 call g24_set_freq_tx 
+0x319c 008109 set1 txgfsk ,radio_ctrl 
+0x319d 008110 enable encode_fec0 
+0x319e 008111 enable is_tx 
+0x319f 008112 disable is_rx 
+0x31a0 008113 call rf_debug_tx_on_line 
+0x31a1 008114 disable lr_s2en 
+0x31a2 008115 bmark1 mark_ble_lr ,g24_transmit_lr 
+0x31a3 008116 bmark1 mark_ble_2m ,g24_transmit_2m 
+0x31a4 008117 rshift16 access ,pdata 
+0x31a5 008118 rshift8 pdata ,pdata 
+0x31a6 008119 rshift4 pdata ,pdata 
+0x31a7 008120 inject mod ,40 
+:      008121 g24_transmit_packet:
+0x31a8 008122 bpatchx patch2e_2 ,mem_patch2e 
+0x31a9 008123 bmark1 mark_ble_lr ,g24_transmit_nolr 
+0x31aa 008124 fetch 1 ,mem_24g_disable_fec1 
+0x31ab 008125 nbranch g24_transmit_nolr ,blank 
+0x31ac 008126 disable encode_fec0 
+0x31ad 008127 enable encode_fec1 
+:      008128 g24_transmit_nolr:
+0x31ae 008129 enable enable_white 
+0x31af 008130 enable enable_crc 
+0x31b0 008131 fetch 1 ,mem_24g_txlen 
+0x31b1 008132 iforce loopcnt 
+0x31b2 008133 arg mem_24g_txpayload ,contr 
+:      008134 g24tr_loop:
+0x31b3 008135 ifetch 1 ,contr 
+0x31b4 008136 inject mod ,8 
+0x31b5 008137 loop g24tr_loop 
+0x31b6 008138 enable enable_parity 
+0x31b7 008139 inject mod ,24 
+0x31b8 008140 disable enable_parity 
+0x31b9 008141 bmark0 mark_ble_lr ,g24_transmit_skip 
+0x31ba 008142 disable enable_white 
+0x31bb 008143 setarg 0 
+0x31bc 008144 inject mod ,3 
+:      008145 g24_transmit_skip:
+0x31bd 008146 until null ,tx_clear 
+0x31be 008147 nop 100 
+0x31bf 008148 disable lr_s2en 
+0x31c0 008149 disable encode_fec0 
+0x31c1 008150 fetch 1 ,mem_24g_disable_fec1 
+0x31c2 008151 nbranch g24_transmit_skip_disable_fec1 ,blank 
+0x31c3 008152 disable encode_fec1 
+:      008153 g24_transmit_skip_disable_fec1:
+0x31c4 008154 disable encode_fec3 
+0x31c5 008155 call set_sync_on 
+0x31c6 008156 branch rf_debug_tx_off_line 
+:      008158 g24_transmit_lr:
+0x31c7 008159 arg 10 ,loopcnt 
+:      008160 g24_transmit_lr_preamble_loop:
+0x31c8 008161 setarg 0x3c 
+0x31c9 008162 inject mod ,8 
+0x31ca 008163 loop g24_transmit_lr_preamble_loop 
+0x31cb 008164 disable encode_fec0 
+0x31cc 008165 enable encode_fec3 
+0x31cd 008166 rshift16 access ,pdata 
+0x31ce 008167 rshift16 pdata ,pdata 
+0x31cf 008168 rshift4 pdata ,pdata 
+0x31d0 008169 inject mod ,32 
+0x31d1 008170 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
+:      008171 g24_transmit_lr_s2:
+0x31d2 008172 setarg 1 
+0x31d3 008173 inject mod ,5 
+0x31d4 008174 enable lr_s2en 
+0x31d5 008175 branch g24_transmit_packet 
+:      008177 g24_transmit_lr_s8:
+0x31d6 008178 setarg 0 
+0x31d7 008179 inject mod ,5 
+0x31d8 008180 branch g24_transmit_packet 
+:      008182 g24_transmit_2m:
+0x31d9 008183 fetch 1 ,mem_system_clk 
+0x31da 008184 rshift pdata ,loopcnt 
+:      008185 g24_transmit_2m_dealy:
+0x31db 008186 nop 2 
+0x31dc 008187 loop g24_transmit_2m_dealy 
+0x31dd 008189 rshift16 access ,pdata 
+0x31de 008190 rshift8 pdata ,pdata 
+0x31df 008191 rshift4 pdata ,temp 
+0x31e0 008192 copy temp ,pdata 
+0x31e1 008193 inject mod ,8 
+0x31e2 008194 copy temp ,pdata 
+0x31e3 008195 inject mod ,40 
+0x31e4 008196 branch g24_transmit_packet 
+:      008204 g24_transmit_prep:
+0x31e5 008205 bpatchx patch2e_3 ,mem_patch2e 
+0x31e6 008206 fetch 1 ,mem_24g_tx_phy 
+0x31e7 008207 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
+0x31e8 008209 fetch 1 ,mem_24g_datalen 
+0x31e9 008210 increase 3 ,pdata 
+0x31ea 008211 store 1 ,mem_24g_txlen 
+0x31eb 008213 fetch 1 ,mem_24g_syncword_crc8 
+0x31ec 008214 store 1 ,mem_24g_txpayload 
+0x31ed 008216 fetch 1 ,mem_24g_data_type 
+0x31ee 008217 istore 1 ,contw 
+0x31ef 008219 fetch 1 ,mem_24g_datalen 
+:      008220 g24_transmit_prep_pdu:
+0x31f0 008221 lshift3 pdata ,pdata 
+0x31f1 008222 fetcht 1 ,mem_24g_pid 
+0x31f2 008223 and temp ,0x03 ,temp 
+0x31f3 008224 lshift temp ,temp 
+0x31f4 008225 ior temp ,pdata 
+0x31f5 008226 fetcht 1 ,mem_24g_no_ack 
+0x31f6 008227 iadd temp ,pdata 
+0x31f7 008228 istore 1 ,contw 
+0x31f8 008230 fetch 1 ,mem_24g_datalen 
+0x31f9 008231 iforce loopcnt 
+0x31fa 008232 arg mem_24g_txbuf ,contr 
+0x31fb 008233 call memcpy 
+0x31fc 008234 bpatchx patch2e_4 ,mem_patch2e 
+0x31fd 008236 rtnmark0 mark_24g_rxmode 
+0x31fe 008237 fetch 1 ,mem_rssi_hex 
+0x31ff 008238 istore 1 ,contw 
+0x3200 008239 fetch 1 ,mem_24g_tx_phy 
+0x3201 008240 rtnbit1 bit_le_coded_phy 
+0x3202 008241 fetch 1 ,mem_24g_txlen 
+0x3203 008242 increase 1 ,pdata 
+0x3204 008243 store 1 ,mem_24g_txlen 
+0x3205 008244 rtn 
+:      008246 g24_lr_transmit_prep:
+0x3206 008248 fetch 1 ,mem_24g_datalen 
+0x3207 008249 increase 4 ,pdata 
+0x3208 008250 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
+0x3209 008251 increase 1 ,pdata 
+:      008252 g24_lr_transmit_prep_skip:
+0x320a 008253 store 1 ,mem_24g_txlen 
+0x320b 008255 fetch 1 ,mem_24g_syncword_crc8 
+0x320c 008256 store 1 ,mem_24g_txpayload 
+0x320d 008258 fetch 1 ,mem_24g_txlen 
+0x320e 008259 increase -2 ,pdata 
+0x320f 008260 istore 1 ,contw 
+0x3210 008262 fetch 1 ,mem_24g_data_type 
+0x3211 008263 istore 1 ,contw 
+0x3212 008264 setarg 0 
+0x3213 008265 branch g24_transmit_prep_pdu 
+:      008267 g24_read_len_pid_crc:
+0x3214 008268 bpatchx patch2e_5 ,mem_patch2e 
+0x3215 008270 fetch 1 ,mem_24g_rxbuf + 1 
+0x3216 008271 rshift3 pdata ,pdata 
+0x3217 008272 store 1 ,mem_24g_rxdata_length 
+0x3218 008274 increase 1 ,pdata 
+0x3219 008275 arg mem_24g_rxbuf + 1 ,contr 
+0x321a 008276 iadd contr ,contr 
+0x321b 008277 ifetch 3 ,contr 
+0x321c 008278 store 3 ,mem_24g_sta_crc 
+0x321d 008280 fetch 1 ,mem_24g_rxbuf + 1 
+0x321e 008281 rshift pdata ,pdata 
+0x321f 008282 and pdata ,0x03 ,pdata 
+0x3220 008283 store 1 ,mem_24g_sta_pid 
+0x3221 008284 rtn 
+:      008287 g24_ch:
+0x3222 008288 bpatchx patch2e_6 ,mem_patch2e 
+0x3223 008289 fetcht 1 ,mem_24g_current_ch_number 
+0x3224 008290 call g24_ch_map_size 
+0x3225 008291 storet 1 ,mem_24g_current_ch_number 
+0x3226 008292 rtn 
+:      008294 g24_ch_map_size:
+0x3227 008295 bpatchx patch2e_7 ,mem_patch2e 
+0x3228 008296 call g24_ch_calc 
+0x3229 008297 increase 1 ,temp 
+0x322a 008298 and_into 3 ,temp 
+0x322b 008299 rtn 
+:      008301 g24_ch_calc:
+0x322c 008302 bpatchx patch2f_0 ,mem_patch2f 
+0x322d 008303 fetch 1 ,mem_24g_addr 
+0x322e 008304 and_into 0x03 ,pdata 
+0x322f 008305 mul32 pdata ,4 ,rega 
+0x3230 008306 setarg mem_24g_ch_map1 
+0x3231 008307 iadd rega ,pdata 
+0x3232 008308 iadd temp ,contr 
+0x3233 008309 ifetch 1 ,contr 
+0x3234 008310 store 1 ,mem_24g_ch 
+0x3235 008311 rtn 
+:      008314 g24_update_addr_and_synccrc8:
+0x3236 008315 store 4 ,mem_24g_addr 
+0x3237 008317 bpatchx patch2f_1 ,mem_patch2f 
+:      008318 g24_syncword_crc8:
+0x3238 008319 arg 0 ,rega 
+0x3239 008320 arg 4 ,loopcnt 
+0x323a 008321 arg mem_24g_addr ,contr 
+:      008322 g24_syncword_crc8_loop:
+0x323b 008323 ifetch 1 ,contr 
+0x323c 008324 iadd rega ,rega 
+0x323d 008325 loop g24_syncword_crc8_loop 
+0x323e 008326 copy rega ,pdata 
+0x323f 008327 store 2 ,mem_24g_syncword 
+0x3240 008328 fetch 1 ,mem_24g_syncword 
+0x3241 008329 fetcht 1 ,mem_24g_syncword + 1 
+0x3242 008330 iadd temp ,pdata 
+0x3243 008331 store 1 ,mem_24g_syncword_crc8 
+0x3244 008332 rtn 
+:      008335 g24_timer_check:
+0x3245 008336 bpatchx patch2f_2 ,mem_patch2f 
+0x3246 008337 call disable_user 
+0x3247 008338 fetcht 4 ,mem_24g_tx_btclk 
+0x3248 008339 copy clkn_bt ,pdata 
+0x3249 008340 isub temp ,null 
+0x324a 008341 ncall g24_timer_timeout ,positive 
+0x324b 008342 copy pdata ,regb 
+0x324c 008343 fetch 4 ,mem_24g_tx_btclk 
+0x324d 008344 fetcht 1 ,mem_24g_interval 
+0x324e 008345 iadd temp ,temp 
+0x324f 008346 copy regb ,pdata 
+0x3250 008347 isub temp ,null 
+0x3251 008348 nrtn positive 
+0x3252 008349 set0 28 ,pdata 
+0x3253 008350 store 4 ,mem_24g_tx_btclk 
+0x3254 008351 branch enable_user 
+:      008353 g24_timer_timeout:
+0x3255 008354 rtn zero 
+0x3256 008355 set1 28 ,pdata 
+0x3257 008356 rtn 
+:      008358 g24_timer_init:
+0x3258 008359 setarg 0 
+0x3259 008360 store 4 ,mem_24g_tx_btclk 
+0x325a 008361 rtn 
+:      008369 g24_chmap_param_init:
+0x325b 008370 bpatchx patch2f_3 ,mem_patch2f 
+0x325c 008371 setsect 0 ,0x1300 
+0x325d 008372 setsect 1 ,0x1908b 
+0x325e 008373 setsect 2 ,0x36150 
+0x325f 008374 setsect 3 ,0x3d20 
+0x3260 008375 store 9 ,mem_24g_ch_map1 
+0x3261 008376 setsect 0 ,0x3a1a 
+0x3262 008377 setsect 1 ,0xc453 
+0x3263 008378 setsect 2 ,0xd312 
+0x3264 008379 setsect 3 ,0x1 
+0x3265 008380 istore 7 ,contw 
+0x3266 008381 fetch 1 ,mem_24g_ch_map_update 
+0x3267 008382 rtn blank 
+0x3268 008383 arg mem_24g_ch_update_map1 ,contr 
+0x3269 008384 arg mem_24g_ch_map1 ,contw 
+0x326a 008385 branch memcpy16 
+:      008393 g24_chamap_param_update:
+0x326b 008394 bpatchx patch2f_4 ,mem_patch2f 
+0x326c 008395 setarg 0x4e001e 
+0x326d 008396 store 3 ,mem_24g_ch_update_map1 + 1 
+0x326e 008397 setarg 0x032303 
+0x326f 008398 istore 3 ,contw 
+0x3270 008399 setarg 0x250642 
+0x3271 008400 istore 3 ,contw 
+0x3272 008401 setarg 0x094c06 
+0x3273 008402 istore 3 ,contw 
+0x3274 008403 setarg 0x3c0927 
+0x3275 008404 istore 3 ,contw 
+0x3276 008405 jam 1 ,mem_24g_ch_map_update 
+0x3277 008406 rtn 
+:      008409 g24_rx_window_init:
+0x3278 008410 bpatchx patch2f_5 ,mem_patch2f 
+0x3279 008411 arg 0x6978 ,temp 
+0x327a 008412 bmark1 mark_24g_rxmode ,g24_rx_window_store 
+0x327b 008413 arg 0x12c0 ,temp 
+0x327c 008414 fetch 1 ,mem_24g_rx_phy 
+0x327d 008415 bbit0 2 ,g24_rx_window_store 
+0x327e 008416 arg 0x2ee0 ,temp 
+:      008417 g24_rx_window_store:
+0x327f 008418 storet 2 ,mem_24g_rx_window 
+0x3280 008419 rtn 
+:      008421 g24_enable_1m:
+0x3281 008422 jam 0x01 ,mem_24g_rx_phy 
+0x3282 008423 jam 0x01 ,mem_24g_tx_phy 
+0x3283 008424 rtn 
+:      008426 g24_enable_2m:
+0x3284 008427 jam 0x02 ,mem_24g_rx_phy 
+0x3285 008428 jam 0x02 ,mem_24g_tx_phy 
+0x3286 008429 rtn 
+:      008453 g24_pair_param_init:
+0x3287 008454 bpatchx patch2f_6 ,mem_patch2f 
+0x3288 008455 jam 0x4e ,mem_24g_pair_ch 
+0x3289 008456 setarg 0x101520 
+0x328a 008457 store 3 ,mem_24g_pair_addr 
+0x328b 008458 setarg 0x05 
+0x328c 008459 istore 1 ,contw 
+0x328d 008460 rtn 
+:      008466 g24_pair_timeout_timer:
+0x328e 008467 arg mem_24g_pair_timeout ,regc 
+0x328f 008468 arg g24_stop_24g_mode ,regb 
+0x3290 008469 branch timer_single_step_2b 
+:      008471 g24_pair_start:
+0x3291 008472 set1 mark_24g ,mark 
+0x3292 008473 fetch 1 ,mem_24g_conn_sm 
+0x3293 008474 set0 state_24g_reconn ,pdata 
+0x3294 008475 set1 state_24g_pair ,pdata 
+0x3295 008476 store 1 ,mem_24g_conn_sm 
+0x3296 008477 setarg 0 
+0x3297 008478 store 2 ,mem_24g_reconn_timeout 
+0x3298 008479 fetch 2 ,mem_24g_pair_timeout_init 
+0x3299 008480 store 2 ,mem_24g_pair_timeout 
+0x329a 008481 jam 0 ,mem_24g_pair_no_ack 
+0x329b 008482 call g24_pair_sm_reinit 
+:      008483 g24_pair_init_param:
+0x329c 008484 jam 0 ,mem_24g_pid 
+0x329d 008485 fetch 1 ,mem_24g_pair_ch 
+0x329e 008486 store 1 ,mem_24g_ch 
+0x329f 008487 fetch 1 ,mem_24g_pair_tx_power 
+0x32a0 008488 store 1 ,mem_tx_power 
+0x32a1 008489 fetch 4 ,mem_24g_pair_addr 
+0x32a2 008490 branch g24_update_addr_and_synccrc8 
+:      008493 g24_pair_dispatch:
+0x32a3 008494 bpatchx patch2f_7 ,mem_patch2f 
+0x32a4 008495 jam default_24g_device ,mem_24g_reconn_type 
+0x32a5 008496 fetch 2 ,mem_24g_pair_count 
+0x32a6 008497 increase 1 ,pdata 
+0x32a7 008498 store 2 ,mem_24g_pair_count 
+0x32a8 008499 fetch 1 ,mem_24g_pair_count 
+0x32a9 008500 and pdata ,0xff ,pdata 
+0x32aa 008501 nrtn blank 
+0x32ab 008502 fetch 1 ,mem_24g_pair_sm 
+0x32ac 008503 beq state_24g_pairing_success ,g24_pair_exit 
+0x32ad 008504 beq state_24g_pairing_1 ,g24_pair_sm_1 
+0x32ae 008505 beq state_24g_pairing_2 ,g24_pair_sm_2 
+0x32af 008506 beq state_24g_pairing_3 ,g24_pair_sm_3 
+0x32b0 008507 beq state_24g_pairing_4 ,g24_pair_sm_4 
+0x32b1 008508 rtn 
+:      008510 g24_pair_sm_1:
+0x32b2 008511 jam datatype_attemp ,mem_24g_txbuf 
+0x32b3 008512 branch g24_pair_sm_prep 
+:      008514 g24_pair_sm_2:
+0x32b4 008515 fetch 1 ,mem_24g_pair_switch 
+0x32b5 008516 branch g24_pair_sm_2_skip ,blank 
+0x32b6 008517 fetch 4 ,mem_24g_device_addr 
+0x32b7 008518 call g24_update_addr_and_synccrc8 
+:      008519 g24_pair_sm_2_skip:
+0x32b8 008520 jam datatype_bind ,mem_24g_txbuf 
+0x32b9 008521 branch g24_pair_sm_prep 
+:      008523 g24_pair_sm_3:
+0x32ba 008524 jam datatype_config ,mem_24g_txbuf 
+0x32bb 008525 fetch 1 ,mem_24g_pair_switch 
+0x32bc 008526 branch g24_pair_sm_prep ,blank 
+0x32bd 008527 fetch 4 ,mem_24g_receiver_addr 
+0x32be 008528 store 4 ,mem_24g_txbuf + 2 
+0x32bf 008529 branch g24_pair_sm_common 
+:      008531 g24_pair_sm_4:
+0x32c0 008532 jam datatype_ok ,mem_24g_txbuf 
+:      008533 g24_pair_sm_prep:
+0x32c1 008534 fetch 4 ,mem_24g_device_addr 
+0x32c2 008535 store 4 ,mem_24g_txbuf + 2 
+:      008536 g24_pair_sm_common:
+0x32c3 008537 fetch 1 ,mem_24g_data_type 
+0x32c4 008538 and_into bits_data ,pdata 
+0x32c5 008539 store 1 ,mem_24g_txbuf + 1 
+0x32c6 008540 jam 0 ,mem_24g_txbuf + 6 
+0x32c7 008541 jam 7 ,mem_24g_datalen 
+0x32c8 008542 call g24_transmit_prep 
+0x32c9 008543 call g24_transmit_receive_ack 
+0x32ca 008544 nrtn sync 
+0x32cb 008545 nrtn user3 
+0x32cc 008546 call g24_txbuf_clear 
+0x32cd 008547 call g24_ackpayload_parse 
+0x32ce 008548 bpatchx patch30_0 ,mem_patch30 
+0x32cf 008549 fetch 1 ,mem_24g_pair_sm 
+0x32d0 008550 rtneq state_24g_pairing_success 
+0x32d1 008551 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
+0x32d2 008552 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
+0x32d3 008553 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
+0x32d4 008554 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
+0x32d5 008555 rtn 
+:      008557 g24_pair_sm_reinit:
+0x32d6 008558 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x32d7 008559 fetch 1 ,mem_24g_pair_switch 
+0x32d8 008560 rtn blank 
+0x32d9 008561 jam state_24g_pairing_1 ,mem_24g_pair_sm 
+0x32da 008562 rtn 
+:      008564 g24_pair_sm_1_waiting_ack:
+0x32db 008565 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x32dc 008566 branch g24_transmit_abandon 
+:      008568 g24_pair_sm_2_waiting_ack:
+0x32dd 008569 fetch 1 ,mem_24g_pair_switch 
+0x32de 008570 branch g24_pair_sm_2_waiting_ack_skip ,blank 
+0x32df 008571 fetch 4 ,mem_24g_rxpayload + 2 
+0x32e0 008572 store 4 ,mem_24g_receiver_addr 
+:      008573 g24_pair_sm_2_waiting_ack_skip:
+0x32e1 008574 jam state_24g_pairing_3 ,mem_24g_pair_sm 
+0x32e2 008575 branch g24_transmit_abandon 
+:      008577 g24_pair_sm_3_waiting_ack:
+0x32e3 008578 fetch 1 ,mem_24g_pair_switch 
+0x32e4 008579 branch g24_pair_sm_3_waiting_ack_skip ,blank 
+0x32e5 008580 fetch 4 ,mem_24g_rxpayload + 2 
+0x32e6 008581 fetcht 4 ,mem_24g_device_addr 
+0x32e7 008582 isub temp ,null 
+0x32e8 008583 nrtn zero 
+:      008584 g24_pair_sm_3_waiting_ack_skip:
+0x32e9 008585 jam state_24g_pairing_4 ,mem_24g_pair_sm 
+0x32ea 008586 branch g24_transmit_abandon 
+:      008588 g24_pair_sm_4_waiting_ack:
+0x32eb 008589 fetch 1 ,mem_24g_pair_switch 
+0x32ec 008590 branch g24_pair_sm_4_waiting_ack_skip ,blank 
+0x32ed 008591 fetch 4 ,mem_24g_rxpayload + 2 
+0x32ee 008592 fetcht 4 ,mem_24g_receiver_addr 
+0x32ef 008593 isub temp ,null 
+0x32f0 008594 nrtn zero 
+:      008595 g24_pair_sm_4_waiting_ack_skip:
+0x32f1 008596 jam state_24g_pairing_success ,mem_24g_pair_sm 
+0x32f2 008597 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x32f3 008598 call ui_ipc_send_event 
+0x32f4 008599 setarg 0 
+0x32f5 008600 store 2 ,mem_24g_pair_timeout 
+0x32f6 008601 fetch 4 ,mem_24g_rxpayload + 2 
+0x32f7 008602 call g24_update_addr_and_synccrc8 
+:      008603 g24_pair_exit:
+0x32f8 008604 fetch 1 ,mem_24g_conn_sm 
+0x32f9 008605 set0 state_24g_pair ,pdata 
+0x32fa 008606 store 1 ,mem_24g_conn_sm 
+0x32fb 008607 branch g24_transmit_abandon 
+:      008633 g24_bind_mode_enable:
+0x32fc 008634 jam dongle_bind ,mem_24g_work_mode 
+0x32fd 008635 jam clear_init ,mem_24g_mode_init 
+0x32fe 008636 rtn 
+:      008638 g24_bind_init:
+0x32ff 008639 fetch 1 ,mem_24g_mode_init 
+0x3300 008640 rtnbit1 dongle_bind 
+0x3301 008641 set1 dongle_bind ,pdata 
+0x3302 008642 store 1 ,mem_24g_mode_init 
+0x3303 008643 setarg 0 
+0x3304 008644 store 3 ,mem_24g_device1_bind_step 
+0x3305 008645 store 1 ,mem_24g_device1_bind_disable 
+0x3306 008646 store 1 ,mem_24g_device2_bind_disable 
+0x3307 008647 store 4 ,mem_24g_transmitter_addr 
+0x3308 008648 jam 1 ,mem_24g_ackpayload_enable 
+0x3309 008649 branch g24_pair_init_param 
+:      008652 g24_bind_ackpayload_prep:
+0x330a 008653 jam 1 ,mem_24g_ackpayload_enable 
+0x330b 008654 jam 0x08 ,mem_24g_datalen 
+0x330c 008655 arg mem_24g_bind_payload ,contr 
+0x330d 008656 arg mem_24g_txbuf ,contw 
+0x330e 008657 branch memcpy8 
+:      008660 g24_bind_data_process:
+0x330f 008661 bpatchx patch30_1 ,mem_patch30 
+0x3310 008662 call g24_rx_interrupt_clear 
+0x3311 008663 call g24_receive_packet 
+0x3312 008664 nbranch g24_rx_interrupt_clear ,user3 
+0x3313 008665 call g24_bind_data_parse 
+0x3314 008666 call g24_transmit_ack 
+0x3315 008667 call g24_bind_device_status_check 
+0x3316 008668 call dongle_kb_bind_soft_reset 
+0x3317 008669 fetch 1 ,mem_24g_pair_switch 
+0x3318 008670 rtn blank 
+0x3319 008671 fetch 4 ,mem_24g_transmitter_addr 
+0x331a 008672 rtn blank 
+0x331b 008673 branch g24_update_addr_and_synccrc8 
+:      008675 g24_bind_data_error:
+0x331c 008676 call g24_rx_interrupt_clear 
+0x331d 008677 branch g24_end_of_packet 
+:      008679 g24_bind_data_parse:
+0x331e 008680 jam bind_mode_continue ,mem_24g_bind_mode_continue 
+0x331f 008681 arg mem_24g_rxbuf ,contr 
+0x3320 008682 arg mem_24g_rxdata_temp ,contw 
+0x3321 008683 call memcpy8 
+0x3322 008684 bpatchx patch30_2 ,mem_patch30 
+0x3323 008685 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x3324 008686 beq datatype_bind ,g24_bind_first_step 
+0x3325 008687 beq datatype_config ,g24_bind_second_step 
+0x3326 008688 beq datatype_ok ,g24_bind_third_step 
+0x3327 008689 beq datatype_attemp ,g24_data_attemp 
+0x3328 008690 rtn 
+:      008693 g24_bind_first_step:
+0x3329 008694 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x332a 008695 beq datatype_device1 ,g24_bind_first_step_device1 
+0x332b 008696 beq datatype_device2 ,g24_bind_first_step_device2 
+0x332c 008697 rtn 
+:      008699 g24_bind_first_step_device1:
+0x332d 008700 fetch 1 ,mem_24g_device1_bind_disable 
+0x332e 008701 nrtn blank 
+0x332f 008702 jam 1 ,mem_24g_device1_bind_step 
+:      008703 g24_bind_dvc1_payload_cfg:
+0x3330 008704 jam datatype_device1 ,mem_24g_bind_payload 
+:      008705 g24_bind_payload_cfg:
+0x3331 008706 jam 0x80 ,mem_24g_bind_payload + 1 
+0x3332 008707 fetch 6 ,mem_24g_lap 
+0x3333 008708 store 6 ,mem_24g_bind_payload + 2 
+0x3334 008709 rtn 
+:      008711 g24_bind_first_step_device2:
+0x3335 008712 fetch 1 ,mem_24g_device2_bind_disable 
+0x3336 008713 nrtn blank 
+0x3337 008714 jam 1 ,mem_24g_device2_bind_step 
+:      008715 g24_bind_dvc2_payload_cfg:
+0x3338 008716 jam datatype_device2 ,mem_24g_bind_payload 
+0x3339 008717 branch g24_bind_payload_cfg 
+:      008720 g24_bind_second_step:
+0x333a 008721 fetch 1 ,mem_24g_pair_switch 
+0x333b 008722 branch g24_bind_second_step_skip ,blank 
+0x333c 008723 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x333d 008724 fetcht 4 ,mem_24g_lap 
+0x333e 008725 isub temp ,null 
+0x333f 008726 nrtn zero 
+:      008727 g24_bind_second_step_skip:
+0x3340 008728 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x3341 008729 beq datatype_device1 ,g24_bind_second_step_device1 
+0x3342 008730 beq datatype_device2 ,g24_bind_second_step_device2 
+0x3343 008731 rtn 
+:      008733 g24_bind_second_step_device1:
+0x3344 008734 fetch 1 ,mem_24g_device1_bind_disable 
+0x3345 008735 nrtn blank 
+0x3346 008736 fetch 1 ,mem_24g_device1_bind_step 
+0x3347 008737 beq 1 ,g24_bind_dvc1_step_set2 
+0x3348 008738 rtn 
+:      008739 g24_bind_dvc1_step_set2:
+0x3349 008740 jam 2 ,mem_24g_device1_bind_step 
+0x334a 008741 fetch 1 ,mem_24g_pair_switch 
+0x334b 008742 branch g24_bind_dvc1_payload_cfg ,blank 
+:      008743 g24_bind_dvc1_payload_cfg_transmitter_addr:
+0x334c 008744 jam datatype_device1 ,mem_24g_bind_payload 
+:      008745 g24_bind_payload_cfg_transmitter_addr:
+0x334d 008746 jam 0x80 ,mem_24g_bind_payload + 1 
+0x334e 008747 fetch 4 ,mem_24g_transmitter_addr 
+0x334f 008748 store 4 ,mem_24g_bind_payload + 2 
+0x3350 008749 branch enable_user 
+:      008751 g24_bind_second_step_device2:
+0x3351 008752 fetch 1 ,mem_24g_device2_bind_disable 
+0x3352 008753 nrtn blank 
+0x3353 008754 fetch 1 ,mem_24g_device2_bind_step 
+0x3354 008755 beq 1 ,g24_bind_dvc2_step_set2 
+0x3355 008756 rtn 
+:      008757 g24_bind_dvc2_step_set2:
+0x3356 008758 jam 2 ,mem_24g_device2_bind_step 
+0x3357 008759 fetch 1 ,mem_24g_pair_switch 
+0x3358 008760 branch g24_bind_dvc2_payload_cfg ,blank 
+0x3359 008761 jam datatype_device2 ,mem_24g_bind_payload 
+0x335a 008762 branch g24_bind_payload_cfg_transmitter_addr 
+:      008765 g24_bind_third_step:
+0x335b 008766 fetch 1 ,mem_24g_pair_switch 
+0x335c 008767 branch g24_bind_third_step_skip ,blank 
+0x335d 008768 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x335e 008769 fetcht 4 ,mem_24g_transmitter_addr 
+0x335f 008770 isub temp ,null 
+0x3360 008771 nrtn zero 
+:      008772 g24_bind_third_step_skip:
+0x3361 008773 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x3362 008774 beq datatype_device1 ,g24_bind_third_step_device1 
+0x3363 008775 beq datatype_device2 ,g24_bind_third_step_device2 
+0x3364 008776 rtn 
+:      008778 g24_bind_third_step_device1:
+0x3365 008779 fetch 1 ,mem_24g_device1_bind_disable 
+0x3366 008780 nrtn blank 
+0x3367 008781 fetch 1 ,mem_24g_device1_bind_step 
+0x3368 008782 beq 2 ,g24_bind_dvc1_step_success 
+0x3369 008783 rtn 
+:      008784 g24_bind_dvc1_step_success:
+0x336a 008785 jam 1 ,mem_24g_device1_bind_disable 
+0x336b 008787 call g24_bind_dvc1_payload_cfg 
+0x336c 008788 fetch 1 ,mem_24g_bind_device_status 
+0x336d 008789 or_into 0x01 ,pdata 
+0x336e 008790 store 1 ,mem_24g_bind_device_status 
+:      008791 g24_bind_exit:
+0x336f 008792 setarg 0 
+0x3370 008793 store 2 ,mem_24g_device1_bind_step 
+0x3371 008794 rtn 
+:      008796 g24_bind_third_step_device2:
+0x3372 008797 fetch 1 ,mem_24g_device2_bind_disable 
+0x3373 008798 nrtn blank 
+0x3374 008799 fetch 1 ,mem_24g_device2_bind_step 
+0x3375 008800 bne 0 ,g24_bind_dvc2_step_success 
+0x3376 008801 rtn 
+:      008802 g24_bind_dvc2_step_success:
+0x3377 008803 jam 1 ,mem_24g_device2_bind_disable 
+0x3378 008805 call g24_bind_dvc2_payload_cfg 
+0x3379 008806 fetch 1 ,mem_24g_bind_device_status 
+0x337a 008807 or_into 0x02 ,pdata 
+0x337b 008808 store 1 ,mem_24g_bind_device_status 
+0x337c 008809 call g24_bind_exit 
+0x337d 008810 branch dongle_g24_store_dvc2_bind_flag 
+:      008812 g24_binding_device_check:
+0x337e 008813 fetch 1 ,mem_24g_work_mode 
+0x337f 008814 rtnne dongle_bind 
+0x3380 008815 fetch 1 ,mem_24g_pair_mode 
+0x3381 008816 nrtn blank 
+0x3382 008817 fetch 1 ,mem_24g_rxbuf + 3 
+0x3383 008818 beq datatype_device1 ,g24_binding_dvc1_status 
+0x3384 008819 beq datatype_device2 ,g24_binding_dvc2_status 
+0x3385 008820 rtn 
+:      008821 g24_binding_dvc1_status:
+0x3386 008822 fetch 1 ,mem_24g_bind_device_living 
+0x3387 008823 rtnbit0 0 
+:      008824 disable_user3:
+0x3388 008825 disable user3 
+0x3389 008826 rtn 
+:      008827 g24_binding_dvc2_status:
+0x338a 008828 fetch 1 ,mem_24g_bind_device_living 
+0x338b 008829 rtnbit0 1 
+0x338c 008830 branch disable_user3 
+:      008832 g24_binding_dvc1_living:
+0x338d 008833 fetch 1 ,mem_24g_pair_mode 
+0x338e 008834 nrtn blank 
+0x338f 008835 fetch 1 ,mem_24g_bind_device_living 
+0x3390 008836 or_into 0x01 ,pdata 
+0x3391 008837 store 1 ,mem_24g_bind_device_living 
+0x3392 008838 rtn 
+:      008840 g24_binding_dvc2_living:
+0x3393 008841 fetch 1 ,mem_24g_pair_mode 
+0x3394 008842 nrtn blank 
+0x3395 008843 fetch 1 ,mem_24g_bind_device_living 
+0x3396 008844 or_into 0x02 ,pdata 
+0x3397 008845 store 1 ,mem_24g_bind_device_living 
+0x3398 008846 rtn 
+:      008849 g24_bind_device_status_check:
+0x3399 008850 fetch 1 ,mem_24g_bind_device_status 
+0x339a 008851 rtn blank 
+:      008852 g24_bind_device_status:
+0x339b 008853 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x339c 008854 beq datatype_device1 ,g24_binding_dvc1_living 
+0x339d 008855 beq datatype_device2 ,g24_binding_dvc2_living 
+0x339e 008856 rtn 
+:      008875 g24_receive_init:
+0x339f 008876 set1 mark_24g_rxmode ,mark 
+0x33a0 008877 fetch 1 ,mem_tx_power 
+0x33a1 008878 store 1 ,mem_tx_power_temp 
+0x33a2 008879 branch rssi_receiver_buff_init 
+:      008881 g24_receive_dispatch:
+0x33a3 008882 fetch 2 ,mem_cb_24g_receive_process 
+0x33a4 008883 branch callback_func 
+:      008885 g24_ackpayload_prep:
+0x33a5 008886 bpatchx patch30_3 ,mem_patch30 
+0x33a6 008887 jam 0 ,mem_24g_datalen 
+0x33a7 008888 fetch 1 ,mem_24g_ackpayload_enable 
+0x33a8 008889 rtn blank 
+0x33a9 008890 fetch 2 ,mem_cb_24g_ackpayload 
+0x33aa 008891 branch callback_func 
+:      008894 g24_receive_packet_start:
+0x33ab 008895 call g24_receive_transmit_ack 
+0x33ac 008896 nbranch g24_rx_interrupt_clear ,user3 
+:      008897 g24_receive_packet_parse:
+0x33ad 008898 call g24_receive_packet_parse_pid_crc 
+0x33ae 008899 nbranch g24_rx_interrupt_clear ,user 
+0x33af 008900 fetch 1 ,mem_24g_rxdata_length 
+0x33b0 008901 branch g24_rx_interrupt_clear ,blank 
+0x33b1 008902 increase 2 ,pdata 
+0x33b2 008903 iforce loopcnt 
+0x33b3 008904 arg mem_24g_rxbuf ,contr 
+0x33b4 008905 arg mem_24g_rxdata_temp ,contw 
+0x33b5 008906 call memcpy 
+0x33b6 008907 jam 0 ,mem_24g_mode_switch 
+0x33b7 008908 fetch 1 ,mem_24g_pair_mode 
+0x33b8 008909 call g24_enable_nodata_timer ,blank 
+0x33b9 008910 bpatchx patch30_4 ,mem_patch30 
+0x33ba 008911 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x33bb 008912 beq datatype_device1 ,g24_data_device1 
+0x33bc 008913 beq datatype_device2 ,g24_data_device2 
+0x33bd 008914 beq datatype_attemp ,g24_data_receive_attemp 
+:      008915 g24_rx_interrupt_clear:
+0x33be 008916 bpatchx patch30_5 ,mem_patch30 
+0x33bf 008917 arg mem_24g_rxbuf ,contw 
+0x33c0 008918 arg 66 ,loopcnt 
+0x33c1 008919 branch clear_mem 
+:      008921 g24_data_receive_attemp:
+0x33c2 008922 call g24_bind_device_status 
+0x33c3 008923 branch g24_data_attemp 
+:      008925 g24_data_device1:
+0x33c4 008926 call g24_binding_dvc1_living 
+0x33c5 008927 call g24_ch_timer_reinit 
+0x33c6 008928 fetch 1 ,mem_24g_abort_packet 
+0x33c7 008929 fetcht 1 ,mem_24g_rxdata_temp 
+0x33c8 008930 isolate1 bit_abort ,temp 
+0x33c9 008931 setflag true ,0 ,pdata 
+0x33ca 008932 store 1 ,mem_24g_abort_packet 
+0x33cb 008933 beq 1 ,g24_data_attemp_device1_abort 
+0x33cc 008934 fetch 1 ,mem_24g_hop_packet 
+0x33cd 008935 fetcht 1 ,mem_24g_rxdata_temp 
+0x33ce 008936 isolate1 bit_hop ,temp 
+0x33cf 008937 setflag true ,0 ,pdata 
+0x33d0 008938 store 1 ,mem_24g_hop_packet 
+0x33d1 008939 fetch 2 ,mem_cb_24g_data_device1 
+0x33d2 008940 branch callback_func 
+:      008942 g24_data_device2:
+0x33d3 008943 call g24_binding_dvc2_living 
+0x33d4 008944 fetcht 1 ,mem_24g_rxdata_temp 
+0x33d5 008945 isolate1 bit_abort ,temp 
+0x33d6 008946 branch g24_data_attemp_device2_abort ,true 
+0x33d7 008947 fetch 2 ,mem_cb_24g_data_device2 
+0x33d8 008948 branch callback_func 
+:      008950 g24_data_attemp_device1_abort:
+0x33d9 008951 fetch 1 ,mem_device_option 
+0x33da 008952 sub pdata ,dvc_op_car ,null 
+0x33db 008953 call car_stop_blink ,zero 
+0x33dc 008954 fetch 1 ,mem_24g_device1_bind_disable 
+0x33dd 008955 nrtn blank 
+0x33de 008956 jam 1 ,mem_24g_device1_bind_disable 
+0x33df 008957 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x33e0 008958 branch g24_store_device1_addr 
+:      008959 g24_data_attemp_device2_abort:
+0x33e1 008960 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x33e2 008961 branch g24_store_device2_addr 
+:      008964 g24_receive_packet_parse_pid_crc:
+0x33e3 008965 call disable_user 
+0x33e4 008966 fetch 1 ,mem_24g_sta_pid 
+0x33e5 008967 fetcht 1 ,mem_24g_last_pid 
+0x33e6 008968 isub temp ,null 
+0x33e7 008969 ncall enable_user ,zero 
+0x33e8 008970 fetch 1 ,mem_24g_sta_pid 
+0x33e9 008971 store 1 ,mem_24g_last_pid 
+0x33ea 008972 fetch 3 ,mem_24g_sta_crc 
+0x33eb 008973 fetcht 3 ,mem_24g_last_crc 
+0x33ec 008974 isub temp ,null 
+0x33ed 008975 ncall enable_user ,zero 
+0x33ee 008976 fetch 3 ,mem_24g_sta_crc 
+0x33ef 008977 store 3 ,mem_24g_last_crc 
+0x33f0 008978 rtn 
+:      008980 g24_receive_transmit_ack:
+0x33f1 008981 call g24_rx_interrupt_clear 
+0x33f2 008982 call g24_receive_packet 
+0x33f3 008983 nrtn user3 
+:      008984 g24_transmit_ack:
+0x33f4 008986 fetch 1 ,mem_24g_rxbuf 
+0x33f5 008987 store 1 ,mem_24g_data_type 
+0x33f6 008989 call g24_read_len_pid_crc 
+0x33f7 008991 fetch 1 ,mem_24g_rxbuf + 1 
+0x33f8 008992 isolate1 bit_ack_24g ,pdata 
+0x33f9 008993 branch g24tx_no_ack ,true 
+:      008994 g24tx_with_ack:
+0x33fa 008995 call g24_ackpayload_prep 
+0x33fb 008996 call g24_transmit_prep 
+0x33fc 008997 call g24_transmit 
+:      008998 g24tx_no_ack:
+0x33fd 008999 branch g24_end_of_packet 
+:      009002 g24_enable_nodata_timer:
+0x33fe 009003 jam 1 ,mem_24g_nodata_timer_enable 
+:      009004 g24_enable_nodata_timer_init:
+0x33ff 009005 setarg timer_nodata_delay 
+0x3400 009006 arg g24_timer_nodata ,queue 
+0x3401 009007 branch timer_init 
+:      009013 g24_mode_switch_init:
+0x3402 009014 bpatchx patch30_6 ,mem_patch30 
+0x3403 009015 jam 1 ,mem_24g_mode_switch 
+0x3404 009016 jam 0 ,mem_24g_time_slice 
+0x3405 009017 jam 0xff ,mem_24g_interval 
+0x3406 009018 branch g24_timer_init 
+:      009020 g24_mode_switch_bind_work:
+0x3407 009021 bpatchx patch30_7 ,mem_patch30 
+0x3408 009022 fetch 1 ,mem_24g_mode_switch 
+0x3409 009023 rtn blank 
+0x340a 009024 call g24_timer_check 
+0x340b 009025 nrtn user 
+0x340c 009026 call g24_bind_mode_continue 
+0x340d 009027 fetch 1 ,mem_24g_time_slice 
+0x340e 009028 increase 1 ,pdata 
+0x340f 009029 and_into 1 ,pdata 
+0x3410 009030 store 1 ,mem_24g_time_slice 
+0x3411 009031 beq 0 ,g24_work_mode_switch 
+0x3412 009032 beq 1 ,g24_bind_mode_switch 
+0x3413 009033 rtn 
+:      009035 g24_bind_mode_continue:
+0x3414 009036 fetch 1 ,mem_24g_bind_mode_continue 
+0x3415 009037 rtn blank 
+0x3416 009038 increase -1 ,pdata 
+0x3417 009039 store 1 ,mem_24g_bind_mode_continue 
+0x3418 009040 rtn 
+:      009042 g24_work_mode_switch:
+0x3419 009043 fetch 1 ,mem_24g_bind_mode_continue 
+0x341a 009044 nrtn blank 
+0x341b 009045 branch g24_switch_work_mode 
+:      009047 g24_bind_mode_switch:
+0x341c 009048 fetch 1 ,mem_24g_bind_mode_continue 
+0x341d 009049 nrtn blank 
+0x341e 009050 branch g24_bind_mode_enable 
+:      009053 g24_mode_b_s_switch_init:
+0x341f 009054 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x3420 009055 nrtn blank 
+0x3421 009056 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x3422 009057 call g24_mode_b_s_switch_start ,blank 
+0x3423 009058 fetch 1 ,mem_24g_mode_b_s_switch_init 
+0x3424 009059 rtnbit1 0 
+0x3425 009060 set1 0 ,pdata 
+0x3426 009061 store 1 ,mem_24g_mode_b_s_switch_init 
+0x3427 009062 jam 1 ,mem_24g_mode_b_s_switch 
+0x3428 009063 jam 0 ,mem_24g_b_s_time_slice 
+0x3429 009064 setarg 0 
+0x342a 009065 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x342b 009066 jam 0x60 ,mem_24g_interval 
+0x342c 009067 branch g24_timer_init 
+:      009069 g24_mode_switch_bind_search:
+0x342d 009070 bpatchx patch31_0 ,mem_patch31 
+0x342e 009071 fetch 1 ,mem_24g_work_mode 
+0x342f 009072 rtneq dongle_work 
+0x3430 009073 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x3431 009074 nrtn blank 
+0x3432 009075 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x3433 009076 nrtn blank 
+0x3434 009077 fetch 1 ,mem_24g_mode_b_s_switch 
+0x3435 009078 rtn blank 
+0x3436 009079 fetch 1 ,mem_24g_bind_device_living 
+0x3437 009080 compare 3 ,pdata ,3 
+0x3438 009081 branch g24_mode_b_s_switch_exit ,true 
+0x3439 009082 call g24_timer_check 
+0x343a 009083 nrtn user 
+0x343b 009084 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+0x343c 009085 increase 1 ,pdata 
+0x343d 009086 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x343e 009087 arg 0x7d0 ,temp 
+0x343f 009088 isub temp ,null 
+0x3440 009089 branch g24_mode_b_s_switch_exit ,positive 
+0x3441 009090 fetch 1 ,mem_24g_b_s_time_slice 
+0x3442 009091 increase 1 ,pdata 
+0x3443 009092 and_into 1 ,pdata 
+0x3444 009093 store 1 ,mem_24g_b_s_time_slice 
+0x3445 009094 beq 0 ,g24_search_mode_enable 
+0x3446 009095 beq 1 ,g24_bind_mode_enable 
+0x3447 009096 rtn 
+:      009098 g24_mode_switch_search:
+0x3448 009099 fetch 1 ,mem_24g_bind_mode_continue 
+0x3449 009100 nbranch g24_bind_mode_enable ,blank 
+0x344a 009101 branch g24_search_mode_enable 
+:      009103 g24_mode_b_s_switch_exit:
+0x344b 009104 jam 1 ,mem_24g_mode_b_s_switch_exit 
+0x344c 009105 branch g24_search_mode_enable 
+:      009107 g24_mode_b_s_switch_stop:
+0x344d 009108 jam 0 ,mem_24g_mode_b_s_switch 
+0x344e 009109 rtn 
+:      009110 g24_mode_b_s_switch_start:
+0x344f 009111 jam 1 ,mem_24g_mode_b_s_switch 
+0x3450 009112 rtn 
+:      009123 g24_work_init:
+0x3451 009124 bpatchx patch31_1 ,mem_patch31 
+0x3452 009125 fetch 1 ,mem_24g_mode_init 
+0x3453 009126 rtnbit1 dongle_work 
+0x3454 009127 set1 dongle_work ,pdata 
+0x3455 009128 store 1 ,mem_24g_mode_init 
+0x3456 009129 fetch 1 ,mem_tx_power_temp 
+0x3457 009130 store 1 ,mem_tx_power 
+0x3458 009131 jam 0 ,mem_24g_ackpayload_enable 
+0x3459 009132 jam 0 ,mem_usb_tx_enable 
+0x345a 009133 jam 1 ,mem_24g_abort_packet 
+0x345b 009134 jam 0 ,mem_24g_pid 
+0x345c 009135 fetch 4 ,mem_24g_lap 
+0x345d 009136 call g24_update_addr_and_synccrc8 
+0x345e 009137 call g24_ch 
+0x345f 009138 branch g24_rx_interrupt_clear 
+:      009141 g24_switch_work_mode:
+0x3460 009142 jam 0 ,mem_24g_ackpayload_enable 
+:      009143 g24_work_mode_enable:
+0x3461 009144 jam dongle_work ,mem_24g_work_mode 
+0x3462 009145 jam clear_init ,mem_24g_mode_init 
+0x3463 009146 rtn 
+:      009149 g24_work_mode_start:
+0x3464 009150 fetch 1 ,mem_24g_work_mode 
+0x3465 009151 rtnne dongle_work 
+0x3466 009152 call g24_work_init 
+0x3467 009153 call g24_ch_process 
+0x3468 009154 branch g24_receive_packet_start 
+:      009167 g24_bind_mode_auto:
+0x3469 009168 bpatchx patch31_2 ,mem_patch31 
+0x346a 009169 fetch 1 ,mem_24g_work_mode 
+0x346b 009170 rtnne dongle_bind 
+0x346c 009171 call g24_bind_init 
+0x346d 009172 call g24_bind_data_process 
+0x346e 009173 fetch 1 ,mem_24g_pair_mode 
+0x346f 009174 nrtn blank 
+0x3470 009175 fetch 1 ,mem_24g_bind_device_status 
+0x3471 009176 rtn blank 
+0x3472 009177 jam 0 ,mem_24g_mode_switch 
+0x3473 009178 call g24_switch_work_mode 
+0x3474 009179 call g24_enable_nodata_timer 
+0x3475 009180 branch g24_timer_init 
+:      009192 g24_search_mode_init:
+0x3476 009193 fetch 1 ,mem_24g_mode_init 
+0x3477 009194 rtnbit1 dongle_search 
+0x3478 009195 set1 dongle_search ,pdata 
+0x3479 009196 store 1 ,mem_24g_mode_init 
+0x347a 009197 fetch 1 ,mem_tx_power_temp 
+0x347b 009198 store 1 ,mem_tx_power 
+0x347c 009200 jam 0 ,mem_24g_time_slice 
+0x347d 009201 jam 1 ,mem_24g_ackpayload_enable 
+0x347e 009202 setarg 0 
+0x347f 009203 store 3 ,mem_rssi_noise_self_index 
+0x3480 009204 store 7 ,mem_24g_self_config_ch_once 
+0x3481 009205 call g24_receiver_addr_check 
+0x3482 009206 nrtn zero 
+0x3483 009207 fetch 1 ,mem_24g_current_ch_number 
+0x3484 009208 store 1 ,mem_24g_self_ch_number 
+0x3485 009209 fetch 1 ,mem_24g_ch 
+0x3486 009210 store 1 ,mem_24g_self_last_ch 
+0x3487 009211 rtn 
+:      009214 g24_search_mode_auto:
+0x3488 009215 bpatchx patch31_3 ,mem_patch31 
+0x3489 009216 fetch 1 ,mem_24g_work_mode 
+0x348a 009217 rtnne dongle_search 
+0x348b 009218 call g24_search_mode_init 
+0x348c 009219 call g24_auto_addr_ch_search 
+0x348d 009220 call g24_receive_transmit_ack 
+0x348e 009221 nbranch g24_rx_interrupt_clear ,user3 
+0x348f 009223 call g24_receiver_addr_check 
+0x3490 009224 call g24_receive_packet_parse ,zero 
+0x3491 009226 fetch 1 ,mem_24g_abort_packet 
+0x3492 009227 call g24_mode_b_s_switch_stop ,blank 
+0x3493 009230 jam dongle_work ,mem_24g_work_mode 
+0x3494 009231 fetch 1 ,mem_24g_mode_init 
+0x3495 009232 set1 dongle_work ,pdata 
+0x3496 009233 store 1 ,mem_24g_mode_init 
+0x3497 009235 fetch 1 ,mem_24g_ackpayload_enable 
+0x3498 009236 sub pdata ,2 ,null 
+0x3499 009237 ncall g24_ackpayload_disable ,zero 
+0x349a 009239 call g24_rx_interrupt_clear 
+0x349b 009240 call g24_enable_nodata_timer 
+0x349c 009241 call g24_receiver_addr_check 
+0x349d 009242 branch g24_self_ch_num_reinit ,zero 
+0x349e 009243 fetch 4 ,mem_24g_addr 
+0x349f 009244 fetcht 4 ,mem_24g_device2_addr 
+0x34a0 009245 isub temp ,null 
+0x34a1 009246 branch g24_device2_ch_num_reinit ,zero 
+0x34a2 009247 fetch 4 ,mem_24g_addr 
+0x34a3 009248 fetcht 4 ,mem_24g_device1_addr 
+0x34a4 009249 isub temp ,null 
+0x34a5 009250 branch g24_device1_ch_num_reinit ,zero 
+0x34a6 009251 rtn 
+:      009254 g24_self_ch_num_reinit:
+0x34a7 009255 fetch 1 ,mem_24g_self_ch_number 
+:      009256 g24_current_ch_num_reinit:
+0x34a8 009257 store 1 ,mem_24g_current_ch_number 
+0x34a9 009258 rtn 
+:      009260 g24_device2_ch_num_reinit:
+0x34aa 009261 fetch 1 ,mem_24g_device2_ch_number 
+0x34ab 009262 branch g24_current_ch_num_reinit 
+:      009264 g24_device1_ch_num_reinit:
+0x34ac 009265 fetch 1 ,mem_24g_device1_ch_number 
+0x34ad 009266 branch g24_current_ch_num_reinit 
+:      009269 g24_auto_addr_ch_search:
+0x34ae 009270 bpatchx patch31_4 ,mem_patch31 
+0x34af 009271 fetch 1 ,mem_24g_time_slice 
+0x34b0 009272 increase 1 ,pdata 
+0x34b1 009273 and_into 3 ,pdata 
+0x34b2 009274 store 1 ,mem_24g_time_slice 
+0x34b3 009276 beq 0 ,g24_auto_bind_config_device2 
+0x34b4 009277 beq 1 ,g24_auto_bind_config_self 
+0x34b5 009278 beq 2 ,g24_auto_bind_config_device1 
+0x34b6 009279 beq 3 ,g24_auto_bind_config_self 
+0x34b7 009280 rtn 
+:      009282 g24_auto_bind_config_device1:
+0x34b8 009283 call g24_bind_dvc1_payload_cfg 
+0x34b9 009284 fetch 4 ,mem_24g_device1_addr 
+0x34ba 009285 branch g24_auto_addr_ch_search ,blank 
+0x34bb 009286 call g24_update_addr_and_synccrc8 
+0x34bc 009287 fetch 1 ,mem_24g_device1_config_ch_once 
+0x34bd 009288 call g24_device1_config_ch_once ,blank 
+0x34be 009289 fetch 1 ,mem_24g_device1_last_ch 
+0x34bf 009290 store 1 ,mem_24g_ch 
+0x34c0 009291 fetcht 1 ,mem_rssi_noise_device1_index 
+0x34c1 009292 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
+0x34c2 009293 call rssi_store 
+0x34c3 009294 storet 1 ,mem_rssi_noise_device1_index 
+0x34c4 009295 call rssi_average 
+0x34c5 009296 storet 1 ,mem_rssi_noise_device1_avg 
+0x34c6 009297 sub temp ,rssi_thresh_noise ,null 
+0x34c7 009298 nrtn positive 
+0x34c8 009299 fetcht 1 ,mem_24g_device1_ch_number 
+0x34c9 009300 call g24_ch_map_size 
+0x34ca 009301 storet 1 ,mem_24g_device1_ch_number 
+0x34cb 009302 store 1 ,mem_24g_device1_last_ch 
+0x34cc 009303 rtn 
+:      009305 g24_device1_config_ch_once:
+0x34cd 009306 jam 1 ,mem_24g_device1_config_ch_once 
+0x34ce 009307 arg 0 ,temp 
+0x34cf 009308 call g24_ch_calc 
+0x34d0 009309 store 1 ,mem_24g_device1_last_ch 
+0x34d1 009310 rtn 
+:      009312 g24_auto_bind_config_device2:
+0x34d2 009313 call g24_bind_dvc2_payload_cfg 
+0x34d3 009314 fetch 4 ,mem_24g_device2_addr 
+0x34d4 009315 branch g24_auto_addr_ch_search ,blank 
+0x34d5 009316 call g24_update_addr_and_synccrc8 
+0x34d6 009317 fetch 1 ,mem_24g_device2_config_ch_once 
+0x34d7 009318 call g24_device2_config_ch_once ,blank 
+0x34d8 009319 fetch 1 ,mem_24g_device2_last_ch 
+0x34d9 009320 store 1 ,mem_24g_ch 
+0x34da 009321 fetcht 1 ,mem_rssi_noise_device2_index 
+0x34db 009322 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
+0x34dc 009323 call rssi_store 
+0x34dd 009324 storet 1 ,mem_rssi_noise_device2_index 
+0x34de 009325 call rssi_average 
+0x34df 009326 storet 1 ,mem_rssi_noise_device2_avg 
+0x34e0 009327 sub temp ,rssi_thresh_noise ,null 
+0x34e1 009328 nrtn positive 
+0x34e2 009329 fetcht 1 ,mem_24g_device2_ch_number 
+0x34e3 009330 call g24_ch_map_size 
+0x34e4 009331 storet 1 ,mem_24g_device2_ch_number 
+0x34e5 009332 store 1 ,mem_24g_device2_last_ch 
+0x34e6 009333 rtn 
+:      009335 g24_device2_config_ch_once:
+0x34e7 009336 jam 1 ,mem_24g_device2_config_ch_once 
+0x34e8 009337 arg 0 ,temp 
+0x34e9 009338 call g24_ch_calc 
+0x34ea 009339 store 1 ,mem_24g_device2_last_ch 
+0x34eb 009340 rtn 
+:      009342 g24_auto_bind_config_self:
+0x34ec 009343 call g24_bind_dvc1_payload_cfg 
+0x34ed 009344 fetch 4 ,mem_24g_lap 
+0x34ee 009345 call g24_update_addr_and_synccrc8 
+0x34ef 009346 fetch 1 ,mem_24g_self_config_ch_once 
+0x34f0 009347 call g24_self_config_ch_once ,blank 
+0x34f1 009348 fetch 1 ,mem_24g_self_last_ch 
+0x34f2 009349 store 1 ,mem_24g_ch 
+0x34f3 009350 fetcht 1 ,mem_rssi_noise_self_index 
+0x34f4 009351 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
+0x34f5 009352 call rssi_store 
+0x34f6 009353 storet 1 ,mem_rssi_noise_self_index 
+0x34f7 009354 call rssi_average 
+0x34f8 009355 storet 1 ,mem_rssi_noise_self_avg 
+0x34f9 009356 sub temp ,rssi_thresh_noise ,null 
+0x34fa 009357 nrtn positive 
+0x34fb 009358 fetcht 1 ,mem_24g_self_ch_number 
+0x34fc 009359 call g24_ch_map_size 
+0x34fd 009360 storet 1 ,mem_24g_self_ch_number 
+0x34fe 009361 store 1 ,mem_24g_self_last_ch 
+0x34ff 009362 rtn 
+:      009364 g24_self_config_ch_once:
+0x3500 009365 jam 1 ,mem_24g_self_config_ch_once 
+0x3501 009366 fetch 1 ,mem_24g_self_last_ch 
+0x3502 009367 store 1 ,mem_24g_ch 
+0x3503 009368 rtn 
+:      009371 g24_ackpayload_disable:
+0x3504 009372 jam 0 ,mem_24g_ackpayload_enable 
+0x3505 009373 rtn 
+:      009376 g24_receiver_addr_check:
+0x3506 009377 fetch 4 ,mem_24g_addr 
+0x3507 009378 fetcht 4 ,mem_24g_lap 
+0x3508 009379 isub temp ,null 
+0x3509 009380 rtn 
+:      009392 g24_nodata_process:
+0x350a 009393 fetch 1 ,mem_24g_ackpayload_enable 
+0x350b 009394 rtneq 2 
+0x350c 009395 fetch 1 ,mem_24g_nodata_timer_enable 
+0x350d 009396 rtn blank 
+0x350e 009397 arg g24_timer_nodata ,queue 
+0x350f 009398 call timer_check 
+0x3510 009399 nrtn blank 
+0x3511 009400 jam 0 ,mem_24g_nodata_timer_enable 
+0x3512 009401 jam 0 ,mem_24g_bind_mode_continue 
+0x3513 009402 call g24_mode_b_s_switch_init 
+:      009404 g24_search_mode_enable:
+0x3514 009405 bpatchx patch31_5 ,mem_patch31 
+0x3515 009406 jam dongle_search ,mem_24g_work_mode 
+0x3516 009407 jam clear_init ,mem_24g_mode_init 
+0x3517 009408 branch g24_rx_interrupt_clear 
+:      009414 g24_ch_process:
+0x3518 009415 bpatchx patch31_6 ,mem_patch31 
+0x3519 009416 fetch 1 ,mem_24g_abort_packet 
+0x351a 009417 beq 1 ,rssi_noise_monitor 
+0x351b 009418 fetch 1 ,mem_24g_hop_packet 
+0x351c 009419 beq 1 ,g24_ch_receive_hop_pac 
+0x351d 009420 fetcht 4 ,mem_24g_hop_btclk 
+0x351e 009421 copy clkn_bt ,pdata 
+0x351f 009422 isub temp ,null 
+0x3520 009423 ncall g24_timer_timeout ,positive 
+0x3521 009424 copy pdata ,regb 
+0x3522 009425 fetch 4 ,mem_24g_hop_btclk 
+0x3523 009426 fetcht 1 ,mem_24g_hop_interval 
+0x3524 009427 iadd temp ,temp 
+0x3525 009428 copy regb ,pdata 
+0x3526 009429 isub temp ,null 
+0x3527 009430 nrtn positive 
+0x3528 009431 set0 28 ,pdata 
+0x3529 009432 store 4 ,mem_24g_hop_btclk 
+0x352a 009433 jam 1 ,mem_24g_abort_packet 
+0x352b 009434 branch g24_ch 
+:      009436 g24_ch_receive_hop_pac:
+0x352c 009437 jam 0 ,mem_24g_hop_packet 
+0x352d 009438 branch g24_ch 
+:      009440 g24_ch_timer_reinit:
+0x352e 009441 copy clkn_bt ,pdata 
+0x352f 009442 store 4 ,mem_24g_hop_btclk 
+0x3530 009443 rtn 
+:      009448 g24_reconn_timeout_timer:
+0x3531 009449 arg mem_24g_reconn_timeout ,regc 
+0x3532 009450 arg g24_stop_24g_mode ,regb 
+0x3533 009451 branch timer_single_step_2b 
+:      009454 g24_reconn_start:
+0x3534 009455 bpatchx patch31_7 ,mem_patch31 
+0x3535 009456 set1 mark_24g ,mark 
+0x3536 009457 fetch 1 ,mem_24g_conn_sm 
+0x3537 009458 set0 state_24g_pair ,pdata 
+0x3538 009459 set1 state_24g_reconn ,pdata 
+0x3539 009460 store 1 ,mem_24g_conn_sm 
+0x353a 009461 fetch 1 ,mem_24g_fast_conn_enable 
+0x353b 009462 branch g24_reconn_receiver_addr ,blank 
+0x353c 009463 fetch 1 ,mem_24g_reconn_type 
+0x353d 009464 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
+0x353e 009465 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
+0x353f 009466 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
+0x3540 009467 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
+:      009468 g24_reconn_fast_conn:
+0x3541 009469 fetch 1 ,mem_24g_pair_tx_power 
+0x3542 009470 store 1 ,mem_tx_power 
+0x3543 009471 fetcht 1 ,mem_24g_fast_conn_temp_ch 
+0x3544 009472 storet 1 ,mem_24g_current_ch_number 
+0x3545 009473 fetch 4 ,mem_24g_fast_conn_addr 
+0x3546 009474 call g24_ch_syncword_crc8_init 
+0x3547 009475 storet 1 ,mem_24g_fast_conn_temp_ch 
+0x3548 009476 rtn 
+:      009478 g24_reconn_receiver_addr:
+0x3549 009479 jam tx_power_3db ,mem_tx_power 
+0x354a 009480 fetcht 1 ,mem_24g_receiver_temp_ch 
+0x354b 009481 storet 1 ,mem_24g_current_ch_number 
+0x354c 009482 fetch 4 ,mem_24g_receiver_addr 
+0x354d 009483 call g24_ch_syncword_crc8_init 
+0x354e 009484 storet 1 ,mem_24g_receiver_temp_ch 
+0x354f 009485 rtn 
+:      009487 g24_reconn_device_3_0_addr:
+0x3550 009488 jam tx_power_3db ,mem_tx_power 
+0x3551 009489 fetcht 1 ,mem_24g_device_temp_ch 
+0x3552 009490 storet 1 ,mem_24g_current_ch_number 
+0x3553 009491 fetch 4 ,mem_24g_device_addr 
+0x3554 009492 call g24_ch_syncword_crc8_init 
+0x3555 009493 storet 1 ,mem_24g_device_temp_ch 
+0x3556 009494 rtn 
+:      009496 g24_store_receiver_addr:
+0x3557 009497 fetch 4 ,mem_24g_rxpayload + 2 
+0x3558 009498 rtn blank 
+0x3559 009499 store 4 ,mem_24g_receiver_addr 
+:      009500 g24_ch_syncword_crc8_init:
+0x355a 009501 call g24_update_addr_and_synccrc8 
+0x355b 009502 branch g24_ch 
+:      009505 g24_reconn_dispatch:
+0x355c 009506 bpatchx patch32_0 ,mem_patch32 
+0x355d 009507 fetch 2 ,mem_24g_reconn_count 
+0x355e 009508 arg 0x01f8 ,temp 
+0x355f 009509 iand temp ,pdata 
+0x3560 009510 branch g24_reconn_dispatch_next ,blank 
+0x3561 009511 fetch 2 ,mem_24g_reconn_count 
+0x3562 009512 increase 1 ,pdata 
+0x3563 009513 store 2 ,mem_24g_reconn_count 
+0x3564 009514 rtn 
+:      009516 g24_reconn_dispatch_next:
+0x3565 009517 call g24_reconn_data_prep 
+0x3566 009518 call g24_transmit_receive_ack 
+0x3567 009519 nbranch g24_reconn_device_fail ,sync 
+0x3568 009520 nbranch g24_reconn_device_fail ,user3 
+0x3569 009521 call g24_ackpayload_parse 
+0x356a 009522 fetch 4 ,mem_24g_pair_addr 
+0x356b 009523 fetcht 4 ,mem_24g_addr 
+0x356c 009524 isub temp ,null 
+0x356d 009525 branch g24_pair_start ,zero 
+0x356e 009526 fetch 4 ,mem_24g_device_addr 
+0x356f 009527 fetcht 4 ,mem_24g_addr 
+0x3570 009528 isub temp ,null 
+0x3571 009529 call g24_store_receiver_addr ,zero 
+0x3572 009530 fetch 1 ,mem_24g_conn_sm 
+0x3573 009531 set0 state_24g_reconn ,pdata 
+0x3574 009532 store 1 ,mem_24g_conn_sm 
+0x3575 009533 setarg 0 
+0x3576 009534 store 2 ,mem_24g_pair_timeout 
+0x3577 009535 store 2 ,mem_24g_reconn_count 
+0x3578 009536 store 2 ,mem_24g_reconn_timeout 
+0x3579 009537 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x357a 009538 call ui_ipc_send_event 
+:      009539 g24_txbuf_clear:
+0x357b 009540 bpatchx patch32_1 ,mem_patch32 
+0x357c 009541 arg 32 ,loopcnt 
+0x357d 009542 arg mem_24g_txbuf ,contw 
+0x357e 009543 branch memset0 
+:      009545 g24_reconn_data_prep:
+0x357f 009546 jam datatype_attemp ,mem_24g_txbuf 
+0x3580 009547 fetch 1 ,mem_24g_data_type 
+0x3581 009548 store 1 ,mem_24g_txbuf + 1 
+0x3582 009549 fetch 4 ,mem_24g_device_addr 
+0x3583 009550 store 4 ,mem_24g_txbuf + 2 
+0x3584 009551 jam 6 ,mem_24g_datalen 
+0x3585 009552 branch g24_transmit_prep 
+:      009554 g24_reconn_device_fail:
+0x3586 009555 bpatchx patch32_2 ,mem_patch32 
+0x3587 009556 fetch 1 ,mem_24g_fast_conn_enable 
+0x3588 009557 branch g24_ch ,blank 
+0x3589 009558 fetch 2 ,mem_24g_reconn_count 
+0x358a 009559 increase 1 ,pdata 
+0x358b 009560 store 2 ,mem_24g_reconn_count 
+0x358c 009561 isolate1 9 ,pdata 
+0x358d 009562 fetch 1 ,mem_24g_reconn_type 
+0x358e 009563 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+0x358f 009564 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+0x3590 009565 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+0x3591 009566 beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
+0x3592 009567 branch g24_reconn_receiver_addr 
+:      009570 g24_reconn_fast_conn_and_receiver:
+0x3593 009571 branch g24_reconn_receiver_addr ,true 
+0x3594 009572 branch g24_reconn_fast_conn 
+:      009574 g24_reconn_fast_conn_and_3_0:
+0x3595 009575 branch g24_reconn_device_3_0_addr ,true 
+0x3596 009576 branch g24_reconn_fast_conn 
+:      009578 g24_reconn_receiver_and_3_0:
+0x3597 009579 branch g24_reconn_device_3_0_addr ,true 
+0x3598 009580 branch g24_reconn_receiver_addr 
+:      009582 g24_reconn_pair_and_3_0:
+0x3599 009583 branch g24_reconn_device_3_0_addr ,true 
+0x359a 009584 branch g24_pair_init_param 
+:      009594 g24_data_attemp:
+0x359b 009595 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x359c 009596 beq datatype_device1 ,g24_data_attemp_device1 
+0x359d 009597 beq datatype_device2 ,g24_data_attemp_device2 
+0x359e 009598 rtn 
+:      009599 g24_data_attemp_device1:
+0x359f 009600 fetch 1 ,mem_24g_device1_bind_disable 
+0x35a0 009601 nrtn blank 
+0x35a1 009602 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x35a2 009603 store 4 ,mem_24g_transmitter_addr 
+:      009604 g24_store_device1_addr:
+0x35a3 009605 store 4 ,mem_24g_device1_addr 
+0x35a4 009606 rtn 
+:      009607 g24_data_attemp_device2:
+0x35a5 009608 fetch 1 ,mem_24g_device2_bind_disable 
+0x35a6 009609 nrtn blank 
+0x35a7 009610 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x35a8 009611 store 4 ,mem_24g_transmitter_addr 
+:      009612 g24_store_device2_addr:
+0x35a9 009613 store 4 ,mem_24g_device2_addr 
+0x35aa 009614 rtn 
+:      009624 rssi_store:
+0x35ab 009625 bpatchx patch32_3 ,mem_patch32 
+0x35ac 009626 copy rega ,pdata 
+0x35ad 009627 iadd temp ,contw 
+0x35ae 009628 fetch 1 ,mem_rssi 
+0x35af 009629 istore 1 ,contw 
+0x35b0 009630 increase 1 ,temp 
+0x35b1 009631 fetch 1 ,mem_rssi_buff_index 
+0x35b2 009632 iand temp ,temp 
+0x35b3 009633 rtn 
+:      009635 rssi_average:
+0x35b4 009636 bpatchx patch32_4 ,mem_patch32 
+0x35b5 009637 fetch 1 ,mem_rssi_buff_index 
+0x35b6 009638 increase 1 ,pdata 
+0x35b7 009639 store 2 ,mem_loopcnt 
+0x35b8 009640 copy pdata ,loopcnt 
+0x35b9 009641 copy rega ,contr 
+0x35ba 009642 arg 0 ,pdata 
+:      009643 rssi_average_loop:
+0x35bb 009644 ifetcht 1 ,contr 
+0x35bc 009645 iadd temp ,pdata 
+0x35bd 009646 loop rssi_average_loop 
+0x35be 009647 fetcht 2 ,mem_loopcnt 
+0x35bf 009648 idiv temp 
+0x35c0 009649 call wait_div_end 
+0x35c1 009650 quotient temp 
+0x35c2 009651 rtnmark1 mark_24g_rxmode 
+0x35c3 009652 copy temp ,pdata 
+0x35c4 009653 rtnmark0 mark_24g 
+0x35c5 009654 call bcd 
+0x35c6 009655 copy pdata ,temp 
+0x35c7 009656 rtn 
+:      009658 save_rssi_dec:
+0x35c8 009659 branch save_rssi 
+:      009669 rssi_transmitter_buff_init:
+0x35c9 009670 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x35ca 009671 branch rssi_buff_clear 
+:      009673 rssi_signal:
+0x35cb 009674 copy pdata ,rega 
+0x35cc 009675 fetcht 1 ,mem_rssi_signal_index 
+0x35cd 009676 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x35ce 009677 iadd temp ,contw 
+0x35cf 009678 copy rega ,pdata 
+0x35d0 009679 istore 1 ,contw 
+0x35d1 009680 increase 1 ,temp 
+0x35d2 009681 fetch 1 ,mem_rssi_buff_index 
+0x35d3 009682 iand temp ,temp 
+0x35d4 009683 storet 1 ,mem_rssi_signal_index 
+0x35d5 009684 rtn 
+:      009694 rssi_receiver_buff_init:
+0x35d6 009695 fetch 2 ,mem_rssi_noise_buffer_ptr 
+0x35d7 009696 call rssi_buff_clear 
+0x35d8 009697 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
+0x35d9 009698 call rssi_buff_clear 
+0x35da 009699 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x35db 009700 call rssi_buff_clear 
+0x35dc 009701 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
+:      009702 rssi_buff_clear:
+0x35dd 009703 rtn blank 
+0x35de 009704 copy pdata ,contw 
+0x35df 009705 fetch 1 ,mem_rssi_buff_index 
+0x35e0 009706 increase 1 ,pdata 
+0x35e1 009707 copy pdata ,loopcnt 
+0x35e2 009708 branch clear_mem 
+:      009711 rssi_noise:
+0x35e3 009712 call save_rssi_dec 
+0x35e4 009713 rtn blank 
+0x35e5 009714 fetcht 1 ,mem_rssi_noise_index 
+0x35e6 009715 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x35e7 009716 call rssi_store 
+0x35e8 009717 storet 1 ,mem_rssi_noise_index 
+0x35e9 009718 rtn 
+:      009721 rssi_noise_monitor:
+0x35ea 009722 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x35eb 009723 call rssi_average 
+0x35ec 009724 storet 1 ,mem_rssi_noise_avg 
+0x35ed 009725 sub temp ,rssi_thresh_noise ,null 
+0x35ee 009726 nrtn positive 
+0x35ef 009727 branch g24_ch 
+:      009735 g24_transmit_init:
+0x35f0 009736 fetch 4 ,mem_24g_lap 
+0x35f1 009737 store 4 ,mem_24g_device_addr 
+0x35f2 009738 branch rssi_transmitter_buff_init 
+:      009740 g24_interval_param_4ms:
+0x35f3 009741 setarg g24_4ms_interval_param 
+0x35f4 009742 store 3 ,mem_24g_short_sleep_set 
+0x35f5 009743 setarg 0x100c0c 
+0x35f6 009744 store 3 ,mem_24g_interval 
+0x35f7 009745 setarg 0x00bb80 
+0x35f8 009746 store 3 ,mem_24g_long_sleep_set 
+0x35f9 009747 jam 5 ,mem_24g_fast_hop_count 
+0x35fa 009748 rtn 
+:      009750 g24_interval_param_8ms:
+0x35fb 009751 setarg g24_8ms_interval_param 
+0x35fc 009752 store 3 ,mem_24g_short_sleep_set 
+0x35fd 009753 setarg 0x1c1919 
+0x35fe 009754 store 3 ,mem_24g_interval 
+0x35ff 009755 setarg 0x017700 
+0x3600 009756 store 3 ,mem_24g_long_sleep_set 
+0x3601 009757 jam 11 ,mem_24g_fast_hop_count 
+0x3602 009758 rtn 
+:      009761 g24_transmit_dispatch:
+0x3603 009762 rtnmark0 mark_24g 
+0x3604 009763 fetch 1 ,mem_24g_conn_sm 
+0x3605 009764 bbit1 state_24g_pair ,g24_pair_dispatch 
+0x3606 009765 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+0x3607 009766 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x3608 009767 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
+:      009768 g24_transmit_no_interrupt:
+0x3609 009769 bpatchx patch32_5 ,mem_patch32 
+0x360a 009770 call g24_txdata_prep 
+0x360b 009771 nbranch g24_nodata_transmit ,user 
+:      009772 g24_transmit_start:
+0x360c 009773 call g24_transmit_process 
+0x360d 009774 call power_ctrl_start 
+0x360e 009775 fetch 1 ,mem_device_option 
+0x360f 009776 beq dvc_op_mouse ,mouse_24g_transmit_start 
+:      009777 g24_transmit_start_next:
+0x3610 009778 fetch 8 ,mem_24g_long_sleep_set 
+0x3611 009779 store 8 ,mem_24g_enter_hibernate 
+0x3612 009780 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x3613 009781 store 2 ,mem_24g_long_sleep_param_update_timer 
+0x3614 009782 fetch 2 ,mem_cb_24g_transmit_short_sleep 
+0x3615 009783 branch callback_func 
+:      009785 g24_short_sleep:
+0x3616 009786 bpatchx patch32_6 ,mem_patch32 
+0x3617 009787 call g24_lpm_wait 
+0x3618 009788 nrtn user 
+0x3619 009789 call g24_setgpio_lpm_before 
+0x361a 009790 call clear_wake 
+:      009791 g24_short_sleep_next:
+0x361b 009792 fetch 3 ,mem_24g_short_sleep_set 
+0x361c 009793 branch g24_long_seep2 
+:      009795 g24_long_sleep:
+0x361d 009796 bpatchx patch32_7 ,mem_patch32 
+0x361e 009797 call g24_lpm_wait 
+0x361f 009798 nrtn user 
+0x3620 009799 call g24_setgpio_lpm_before 
+0x3621 009800 fetch 8 ,mem_24g_enter_hibernate 
+:      009801 g24_long_seep2:
+0x3622 009802 call clk2lpo 
+0x3623 009803 storet 4 ,mem_sleep_counter 
+0x3624 009804 branch lpm_sleep 
+:      009808 g24_txdata_prep:
+0x3625 009809 call g24_package_data 
+0x3626 009810 nrtn user 
+0x3627 009811 branch g24_transmit_prep 
+:      009814 g24_package_data:
+0x3628 009815 fetch 2 ,mem_cb_24g_transmit_data 
+0x3629 009816 call callback_func 
+0x362a 009817 branch g24_accumulate_data ,user 
+0x362b 009818 fetch 7 ,mem_24g_txbuf + 1 
+0x362c 009819 rtn blank 
+0x362d 009820 branch enable_user 
+:      009822 g24_accumulate_data:
+0x362e 009823 jam 0 ,mem_24g_abort_pac 
+0x362f 009824 add rega ,1 ,pdata 
+0x3630 009825 store 1 ,mem_24g_datalen 
+0x3631 009826 call g24_transmit_rf_ctrl_clear 
+0x3632 009827 store 1 ,mem_24g_txbuf 
+0x3633 009828 copy regb ,contr 
+0x3634 009829 copy rega ,loopcnt 
+0x3635 009830 branch memcpy 
+:      009832 g24_transmit_rf_ctrl_clear:
+0x3636 009833 fetch 1 ,mem_24g_data_type 
+0x3637 009834 and_into bits_data ,pdata 
+0x3638 009835 store 1 ,mem_24g_data_type 
+0x3639 009836 rtn 
+:      009845 g24_transmit_process:
+0x363a 009846 setarg 0 
+0x363b 009847 store 1 ,mem_24g_retry 
+0x363c 009848 store 2 ,mem_24g_retransmit 
+:      009849 g24_transmit_loop:
+0x363d 009850 call g24_transmit_receive_ack 
+0x363e 009851 fetch 1 ,mem_24g_no_ack 
+0x363f 009852 beq no_ack_24g ,g24_transmit_no_ack 
+0x3640 009853 nbranch g24_retransmit ,sync 
+0x3641 009854 nbranch g24_retransmit ,user3 
+0x3642 009855 call g24_ackpayload_parse 
+0x3643 009856 fetch 1 ,mem_device_option 
+0x3644 009857 sub pdata ,dvc_op_mouse ,null 
+0x3645 009858 call mouse_24g_transmit_callback ,zero 
+:      009859 g24_transmit_no_ack:
+0x3646 009860 call power_ctrl_pac_succ_incrs 
+:      009861 g24_transmit_next_packet:
+0x3647 009862 call g24_txbuf_clear 
+0x3648 009863 fetch 1 ,mem_24g_pid 
+0x3649 009864 increase 1 ,pdata 
+0x364a 009865 store 1 ,mem_24g_pid 
+0x364b 009866 call g24_hop_enable_packet 
+:      009867 g24_transmit_abandon:
+0x364c 009868 bpatchx patch33_0 ,mem_patch33 
+0x364d 009869 setarg 0 
+0x364e 009870 store 1 ,mem_24g_ensure 
+0x364f 009871 store 2 ,mem_24g_txfail_cnt 
+0x3650 009872 rtn 
+:      009874 g24_transmit_receive_ack:
+0x3651 009875 bpatchx patch33_1 ,mem_patch33 
+0x3652 009876 disable user3 
+0x3653 009877 call g24_transmit 
+0x3654 009878 fetch 1 ,mem_24g_no_ack 
+0x3655 009879 beq no_ack_24g ,g24_end_of_packet 
+0x3656 009880 force 0 ,radio_ctrl 
+0x3657 009881 fetch 4 ,mem_24g_addr 
+0x3658 009882 iforce access 
+0x3659 009883 fetcht 1 ,mem_last_freq 
+0x365a 009884 call set_freq_rx 
+0x365b 009885 call rf_rx_enable 
+0x365c 009886 call g24_receive_rxon 
+0x365d 009887 call g24_end_of_packet ,user3 
+0x365e 009888 rtn 
+:      009890 g24_retransmit:
+0x365f 009891 bpatchx patch33_2 ,mem_patch33 
+0x3660 009892 fetch 1 ,mem_device_option 
+0x3661 009893 beq dvc_op_mouse ,mouse_g24_retransmit 
+:      009894 g24_retransmit0:
+0x3662 009895 fetch 1 ,mem_24g_abort_pac 
+0x3663 009896 nrtn blank 
+0x3664 009897 fetch 2 ,mem_24g_txfail_cnt 
+0x3665 009898 increase 1 ,pdata 
+0x3666 009899 store 2 ,mem_24g_txfail_cnt 
+0x3667 009900 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x3668 009901 bbit1 4 ,g24_tx_attempt_fail 
+0x3669 009902 call g24_transmit_hop_process 
+0x366a 009903 fetch 2 ,mem_24g_retransmit 
+0x366b 009904 increase 1 ,pdata 
+0x366c 009905 store 2 ,mem_24g_retransmit 
+0x366d 009906 branch g24_transmit_loop 
+:      009908 g24_ackpayload_parse:
+0x366e 009909 bpatchx patch33_3 ,mem_patch33 
+0x366f 009910 call g24_read_len_pid_crc 
+0x3670 009911 fetch 1 ,mem_24g_rxdata_length 
+0x3671 009912 rtn blank 
+0x3672 009913 iforce loopcnt 
+0x3673 009914 arg mem_24g_rxbuf + 2 ,contr 
+0x3674 009915 arg mem_24g_rxpayload ,contw 
+0x3675 009916 branch memcpy 
+:      009919 g24_tx_attempt_fail:
+0x3676 009920 bpatchx patch33_4 ,mem_patch33 
+0x3677 009921 setarg 0 
+0x3678 009922 store 2 ,mem_24g_txfail_cnt 
+0x3679 009923 jam 1 ,mem_24g_attempt_fail_flag 
+:      009924 g24_stop_24g_mode:
+0x367a 009925 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x367b 009926 branch ui_ipc_send_event 
+:      009936 g24_transmit_hop_process:
+0x367c 009937 bpatchx patch33_5 ,mem_patch33 
+0x367d 009938 fetcht 1 ,mem_24g_retry 
+0x367e 009939 fetch 1 ,mem_24g_fast_hop_count 
+0x367f 009940 isub temp ,null 
+0x3680 009941 nbranch g24_tx_fast_hop ,positive 
+0x3681 009942 increase 1 ,temp 
+0x3682 009943 storet 1 ,mem_24g_retry 
+0x3683 009944 fetch 1 ,mem_24g_fast_hop_count 
+0x3684 009945 beq 5 ,g24_transmit_hop_process_4ms 
+0x3685 009946 fetch 1 ,mem_24g_retry 
+0x3686 009947 beq 6 ,g24_hop_ch_disable 
+0x3687 009948 beq 12 ,g24_hop_ch_disable 
+0x3688 009949 rtn 
+:      009952 g24_transmit_hop_process_4ms:
+0x3689 009953 fetch 1 ,mem_24g_retry 
+0x368a 009954 beq 3 ,g24_hop_ch_disable 
+0x368b 009955 beq 6 ,g24_hop_ch_disable 
+0x368c 009956 rtn 
+:      009960 g24_hop_ch_enable:
+:      009965 g24_txpayload_type_update:
+0x368d 009966 bmark1 mark_ble_lr ,g24_lr_type_update 
+0x368e 009967 store 1 ,mem_24g_txpayload + offset_data_type 
+0x368f 009968 rtn 
+:      009969 g24_lr_type_update:
+0x3690 009970 store 1 ,mem_24g_txpayload + offset_lr_data_type 
+0x3691 009971 rtn 
+:      009973 g24_hop_enable_packet:
+0x3692 009974 fetch 1 ,mem_24g_data_type 
+0x3693 009975 rtnbit0 bit_hop 
+:      009976 g24_hop_ch_disable:
+0x3694 009977 fetch 1 ,mem_24g_data_type 
+0x3695 009978 set0 bit_hop ,pdata 
+0x3696 009979 store 1 ,mem_24g_data_type 
+0x3697 009980 call g24_txpayload_type_update 
+0x3698 009981 call power_ctrl_pac_succ_decrs 
+0x3699 009982 branch g24_ch 
+:      009984 g24_tx_fast_hop:
+0x369a 009985 call power_ctrl_txpower_incrs 
+0x369b 009986 call power_ctrl_pac_succ_decrs 
+0x369c 009987 branch g24_ch 
+:      010005 g24_search_receiver:
+0x369d 010006 fetch 2 ,mem_cb_24g_search_receiver 
+0x369e 010007 branch callback_func 
+:      010009 g24_nodata_transmit:
+0x369f 010010 fetch 1 ,mem_24g_abort_pac 
+0x36a0 010011 call g24_send_abort_packet ,blank 
+0x36a1 010012 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x36a2 010013 rtneq g24_tx_timer_int_enable 
+0x36a3 010014 call g24_search_receiver 
+0x36a4 010015 fetch 2 ,mem_cb_24g_transmit_long_sleep 
+0x36a5 010016 branch callback_func 
+:      010018 g24_send_abort_packet:
+0x36a6 010019 jam type_ms ,mem_24g_data_type 
+0x36a7 010020 jam 1 ,mem_24g_abort_pac 
+0x36a8 010021 call g24_transmit_rf_ctrl_clear 
+0x36a9 010022 store 1 ,mem_24g_txbuf 
+0x36aa 010023 setarg 0 
+0x36ab 010024 store 7 ,mem_24g_txbuf + 1 
+0x36ac 010025 fetch 4 ,mem_24g_device_addr 
+0x36ad 010026 store 4 ,mem_24g_txbuf + 8 
+0x36ae 010027 jam 12 ,mem_24g_datalen 
+0x36af 010028 fetch 1 ,mem_24g_data_type 
+0x36b0 010029 set1 bit_abort ,pdata 
+0x36b1 010030 store 1 ,mem_24g_data_type 
+0x36b2 010031 call g24_transmit_prep 
+0x36b3 010032 branch g24_transmit_start 
+:      010036 g24_lpm_wait:
+0x36b4 010037 bpatchx patch33_6 ,mem_patch33 
+0x36b5 010038 enable user 
+0x36b6 010039 call lpo_calibration 
+0x36b7 010040 fetch 3 ,mem_clks_per_lpo 
+0x36b8 010041 branch disable_user ,blank 
+0x36b9 010042 fetch 1 ,mem_lpm_mode 
+0x36ba 010043 branch disable_user ,blank 
+0x36bb 010044 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x36bc 010045 beq g24_tx_timer_int_enable ,disable_user 
+0x36bd 010046 rtn 
+:      010048 g24_setgpio_lpm_before:
+0x36be 010049 fetch 2 ,mem_cb_24g_lpm_before 
+0x36bf 010050 branch callback_func 
+:      010063 g24_transmit_by_interrupt:
+0x36c0 010064 call g24_timer_check 
+0x36c1 010065 nrtn user 
+0x36c2 010066 call g24_interval_calibrate 
+0x36c3 010067 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36c4 010068 increase 1 ,pdata 
+0x36c5 010069 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36c6 010070 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x36c7 010071 isub temp ,null 
+0x36c8 010072 call g24_transmit_by_interrupt_exit ,zero 
+0x36c9 010073 branch g24_transmit_no_interrupt 
+:      010076 g24_transmit_by_interrupt_exit:
+0x36ca 010077 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x36cb 010078 setarg 0 
+0x36cc 010079 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36cd 010080 setarg 100 
+0x36ce 010081 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+:      010082 g24_interval_min:
+0x36cf 010083 jam 0 ,mem_24g_pac_index 
+0x36d0 010084 fetch 1 ,mem_24g_interval_min 
+:      010085 g24_interval_store:
+0x36d1 010086 store 1 ,mem_24g_interval 
+0x36d2 010087 rtn 
+:      010088 g24_interval_max:
+0x36d3 010089 fetch 1 ,mem_24g_interval_max 
+0x36d4 010090 branch g24_interval_store 
+:      010092 g24_interval_calibrate:
+0x36d5 010093 fetch 1 ,mem_24g_pac_index 
+0x36d6 010094 increase 1 ,pdata 
+0x36d7 010095 store 1 ,mem_24g_pac_index 
+0x36d8 010096 beq 4 ,g24_interval_max 
+0x36d9 010097 beq 5 ,g24_interval_min 
+0x36da 010098 rtn 
+:      010100 g24_transmit_by_interrupt_enable:
+0x36db 010101 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x36dc 010102 setarg 0 
+0x36dd 010103 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36de 010104 rtn 
+:      010114 g24_factory_check:
+0x36df 010115 arg 2 ,loopcnt 
+0x36e0 010116 arg mem_24g_addr ,contr 
+:      010117 pdata_0xff_check:
+0x36e1 010118 call enable_user 
+0x36e2 010119 setarg 0xffff 
+:      010120 pdata_0xff_check_loop:
+0x36e3 010121 ifetcht 2 ,contr 
+0x36e4 010122 isub temp ,null 
+0x36e5 010123 ncall disable_user ,zero 
+0x36e6 010124 loop pdata_0xff_check_loop 
+0x36e7 010125 rtn 
+:      010135 power_ctrl_start:
+0x36e8 010136 bpatchx patch33_7 ,mem_patch33 
+0x36e9 010137 fetch 1 ,mem_power_ctrl_disable 
+0x36ea 010138 nrtn blank 
+0x36eb 010139 fetch 2 ,mem_ui_state_map 
+0x36ec 010140 rtnbit1 ui_state_ble_adv 
+0x36ed 010143 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x36ee 010144 call rssi_average 
+0x36ef 010145 storet 1 ,mem_rssi_avg_received 
+0x36f0 010146 fetch 1 ,mem_rssi_dis_max_24g 
+0x36f1 010147 bmark1 mark_24g ,power_ctrl_start_next 
+0x36f2 010148 fetch 1 ,mem_rssi_dis_max_ble 
+:      010149 power_ctrl_start_next:
+0x36f3 010150 isub temp ,null 
+0x36f4 010151 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x36f5 010152 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x36f6 010153 sub pdata ,2 ,null 
+0x36f7 010154 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x36f8 010155 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x36f9 010156 beq 0 ,power_ctrl_txpower_incrs 
+0x36fa 010157 rtn 
+:      010159 power_ctrl_txpower_decrs_check:
+0x36fb 010160 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x36fc 010161 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0x36fd 010162 isub temp ,null 
+0x36fe 010163 nrtn zero 
+0x36ff 010164 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      010165 power_ctrl_txpower_decrs:
+0x3700 010166 fetcht 1 ,mem_rssi_avg_received 
+0x3701 010167 fetch 1 ,mem_rssi_dis_min_24g 
+0x3702 010168 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x3703 010169 fetch 1 ,mem_rssi_dis_min_ble 
+:      010170 power_ctrl_txpower_decrs_next:
+0x3704 010171 isub temp ,null 
+0x3705 010172 nrtn positive 
+0x3706 010173 fetch 1 ,mem_power_ctrl_level 
+0x3707 010174 beq 0 ,power_ctrl_decrs_level0 
+0x3708 010175 increase -1 ,pdata 
+0x3709 010176 store 1 ,mem_power_ctrl_level 
+0x370a 010177 beq 0 ,power_ctrl_decrs_level0 
+:      010178 power_ctrl_decrs_level1:
+:      010179 power_ctrl_incrs_level1:
+0x370b 010180 jam tx_power_0db ,mem_tx_power 
+0x370c 010181 rtn 
+:      010183 power_ctrl_txpower_incrs_force:
+0x370d 010184 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      010185 power_ctrl_txpower_incrs:
+0x370e 010186 fetch 1 ,mem_power_ctrl_level 
+0x370f 010187 beq 2 ,power_ctrl_incrs_level2 
+0x3710 010188 increase 1 ,pdata 
+0x3711 010189 store 1 ,mem_power_ctrl_level 
+0x3712 010190 beq 1 ,power_ctrl_incrs_level1 
+:      010191 power_ctrl_incrs_level2:
+0x3713 010192 jam tx_power_6db ,mem_tx_power 
+0x3714 010193 rtn 
+:      010195 power_ctrl_decrs_level0:
+0x3715 010196 jam tx_power_f5db ,mem_tx_power 
+0x3716 010197 rtn 
+:      010199 power_ctrl_pac_succ_cnt_init:
+0x3717 010200 jam 1 ,mem_power_ctrl_level 
+0x3718 010201 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x3719 010202 rtn 
+:      010204 power_ctrl_pac_succ_incrs:
+0x371a 010205 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x371b 010206 increase 1 ,pdata 
+0x371c 010207 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x371d 010208 rtn 
+:      010210 power_ctrl_pac_succ_decrs:
+0x371e 010211 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x371f 010212 sub pdata ,2 ,null 
+0x3720 010213 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x3721 010214 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x3722 010215 rtneq 0 
+0x3723 010216 increase -1 ,pdata 
+0x3724 010217 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x3725 010218 rtn 
+:      010220 power_ctrl_pac_succ_cnt_reinit:
+0x3726 010221 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x3727 010222 rtn 
+:      010232 ali_mesh_access_layer_resolve_message:
+0x3728 010233 fetch 1 ,mem_ccm_data_len 
+0x3729 010234 store 1 ,mem_mesh_receive_model_message_payload_len 
+0x372a 010235 copy alarm ,contr 
+0x372b 010236 call memcpy24 
+0x372c 010237 fetch 2 ,mem_mesh_cb_receive_access_message 
+0x372d 010238 branch callback_func 
+:      010240 ali_mesh_access_layer_check_access_message_opcode:
+0x372e 010241 jam mesh_receive_new_message_timer ,mem_mesh_upper_receive_new_message_timer 
+0x372f 010242 call ali_mesh_app_recv_new_mesh_pkt 
+0x3730 010245 fetch 1 ,mem_mesh_receive_model_message_payload_opcode 
+0x3731 010246 beq mesh_message_opcode_config_appkey_add ,ali_mesh_access_layer_message_opcode_config_appkey_add 
+0x3732 010247 beq mesh_configuration_and_health_message_opcode_header ,ali_mesh_access_layer_config_or_health_message_opcode 
+0x3733 010248 beq mesh_module_message_opcode_header ,ali_mesh_model_layer_check_model_message_opcode 
+0x3734 010249 beq vendor_message_attr_set ,ali_mesh_ali_vendor_message_attribute_set 
+0x3735 010250 beq vendor_message_attr_get ,ali_mesh_ali_vendor_message_opcode_attr_get 
+0x3736 010251 beq vendor_message_attr_set_unacknowledged ,ali_mesh_ali_vendor_message_attribute_set 
+0x3737 010252 beq vendor_message_attr_confirmation ,ali_mesh_ali_vendor_message_opcode_attr_confrimation 
+0x3738 010253 rtn 
+:      010256 ali_mesh_access_layer_message_opcode_config_appkey_add:
+0x3739 010257 arg mem_mesh_receive_application_key ,contr 
+0x373a 010258 arg mem_mesh_application_key ,contw 
+0x373b 010259 call memcpy16 
+0x373c 010260 jam paired_status ,mem_mesh_provisioned_flag 
+0x373d 010261 call ali_mesh_encrypt_base_function_k3 
+0x373e 010262 call ali_mesh_encrypt_base_function_k4 
+0x373f 010263 call ali_mesh_access_layer_finish_pairing_init_subscription_list 
+0x3740 010264 call ali_mesh_accesss_layer_check_message_type 
+0x3741 010265 call ali_mesh_access_layer_send_config_appkey_status 
+0x3742 010266 jam paired_status ,mem_mesh_provisioned_flag 
+0x3743 010267 fetch 2 ,mem_mesh_cb_receive_config_appkey_add 
+0x3744 010268 branch callback_func 
+:      010270 ali_mesh_access_layer_recv_cfg_appkey_add_cb:
+0x3745 010271 setarg 0 
+0x3746 010272 store 2 ,mem_mesh_fast_pairing_timer 
+0x3747 010274 random pdata 
+0x3748 010275 and pdata ,0x1f ,pdata 
+0x3749 010276 add pdata ,30 ,pdata 
+0x374a 010277 store 1 ,mem_mesh_report_full_attribute_timer 
+0x374b 010278 add pdata ,5 ,pdata 
+0x374c 010279 store 1 ,mem_mesh_report_power_on_timer 
+0x374d 010280 call mesh_clear_timer_data 
+0x374e 010281 branch mesh_receive_config_appkey_add_cb 
+:      010283 ali_mesh_accesss_layer_check_message_type:
+0x374f 010284 fetch 1 ,mem_mesh_network_packet_type 
+0x3750 010285 jam received_config_appkey_add ,mem_mesh_provisioned_flag 
+0x3751 010286 rtneq mesh_message_app 
+0x3752 010287 jam paired_status ,mem_mesh_provisioned_flag 
+0x3753 010288 rtn 
+:      010290 ali_mesh_access_layer_send_config_appkey_status:
+0x3754 010291 setarg mesh_configuration_and_health_message_opcode_header 
+0x3755 010292 store 1 ,mem_mesh_access_layer_payload 
+0x3756 010293 setarg mesh_message_opcode_config_config_model_publication_set 
+0x3757 010294 istore 1 ,contw 
+0x3758 010295 setarg status_code_success 
+0x3759 010296 istore 1 ,contw 
+0x375a 010297 fetch 3 ,mem_mesh_netkeyindex_and_appkeyindex 
+0x375b 010298 istore 3 ,contw 
+0x375c 010299 jam 6 ,mem_mesh_access_layer_payload_len 
+0x375d 010300 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010303 ali_mesh_access_layer_finish_pairing_init_subscription_list:
+0x375e 010304 fetch 2 ,mem_mesh_core_feature 
+0x375f 010305 rtnbit1 mesh_feature_disable_subscription 
+0x3760 010306 call mesh_get_element_info_config 
+:      010307 ali_mesh_access_layer_finish_pairing_init_subscription_list_loop:
+0x3761 010308 add rega ,element_device_subscription_label ,regc 
+0x3762 010309 setarg -1 
+0x3763 010310 istore subscription_max_count ,regc 
+0x3764 010311 istore subscription_max_count ,contw 
+0x3765 010312 ifetch 2 ,rega 
+0x3766 010313 istore 2 ,regc 
+0x3767 010314 copy regb ,pdata 
+0x3768 010315 iadd rega ,rega 
+0x3769 010316 loop ali_mesh_access_layer_finish_pairing_init_subscription_list_loop 
+0x376a 010317 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x376b 010318 branch callback_func 
+:      010321 ali_mesh_access_layer_send_generic_onoff_status:
+0x376c 010322 setarg mesh_module_message_opcode_header 
+0x376d 010323 store 1 ,mem_mesh_access_layer_payload 
+0x376e 010324 setarg mesh_module_message_opcode_generic_onoff_status_no_head 
+0x376f 010325 istore 1 ,contw 
+0x3770 010326 fetch 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x3771 010327 istore 1 ,contw 
+0x3772 010328 jam 3 ,mem_mesh_access_layer_payload_len 
+0x3773 010329 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010332 ali_mesh_access_layer_send_light_lightness_status:
+0x3774 010333 setarg mesh_module_message_opcode_header 
+0x3775 010334 store 1 ,mem_mesh_access_layer_payload 
+0x3776 010335 setarg mesh_module_message_opcode_light_lightness_status_no_head 
+0x3777 010336 istore 1 ,contw 
+0x3778 010337 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
+0x3779 010338 istore 2 ,contw 
+0x377a 010339 jam 4 ,mem_mesh_access_layer_payload_len 
+0x377b 010340 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010343 ali_mesh_access_layer_send_light_ctl_stauts:
+0x377c 010344 setarg mesh_module_message_opcode_header 
+0x377d 010345 store 1 ,mem_mesh_access_layer_payload 
+0x377e 010346 setarg mesh_module_message_opcode_light_ctl_status_no_head 
+0x377f 010347 istore 1 ,contw 
+0x3780 010348 fetch 4 ,mem_mesh_ctl_lightness 
+0x3781 010349 istore 4 ,contw 
+0x3782 010350 jam 6 ,mem_mesh_access_layer_payload_len 
+0x3783 010351 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010355 ali_mesh_access_layer_send_scene_status:
+0x3784 010356 setarg mesh_module_message_opcode_scene_status 
+0x3785 010357 store 1 ,mem_mesh_access_layer_payload 
+0x3786 010358 setarg mesh_success 
+0x3787 010359 istore 1 ,contw 
+0x3788 010360 fetch 2 ,mem_mesh_scene_recall_payload_scene_number 
+0x3789 010361 istore 2 ,contw 
+0x378a 010362 jam 4 ,mem_mesh_access_layer_payload_len 
+0x378b 010363 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010367 ali_mesh_app_recv_new_mesh_pkt:
+0x378c 010369 fetch 1 ,mem_mesh_report_full_attribute_timer 
+0x378d 010370 rtn blank 
+0x378e 010371 pincrease 30 
+0x378f 010372 store 1 ,mem_mesh_report_full_attribute_timer 
+0x3790 010373 rtn 
+:      010375 ali_mesh_report_power_on_timer:
+0x3791 010376 arg mem_mesh_report_power_on_timer ,regc 
+0x3792 010377 arg ali_mesh_ali_vendor_message_opcode_device_power_on ,regb 
+0x3793 010378 branch timer_single_step 
+:      010380 ali_mesh_report_full_attribute_timer:
+0x3794 010381 arg mem_mesh_report_full_attribute_timer ,regc 
+0x3795 010382 arg ali_mesh_app_report_device_state ,regb 
+0x3796 010383 branch timer_single_step 
+:      010385 ali_mesh_app_report_device_state:
+0x3797 010386 fetch 2 ,mem_mesh_app_deport_device_state 
+0x3798 010387 branch callback_func 
+:      010394 ali_mesh_ali_vendor_message_attribute_set:
+0x3799 010395 call ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid 
+0x379a 010396 nrtn user 
+0x379b 010397 bpatchx patch34_0 ,mem_patch34 
+0x379c 010398 fetch 2 ,mem_mesh_vendor_message_attr_type 
+0x379d 010399 arg vendor_message_attr_type_time ,temp 
+0x379e 010400 isub temp ,null 
+0x379f 010401 branch ali_mesh_ali_vendor_message_opcode_timer_set_curr_time ,zero 
+0x37a0 010403 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
+0x37a1 010404 isub temp ,null 
+0x37a2 010405 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically ,zero 
+0x37a3 010407 arg vendor_mseeage_attr_type_set_time_single ,temp 
+0x37a4 010408 isub temp ,null 
+0x37a5 010409 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing ,zero 
+0x37a6 010411 arg vendor_message_attr_type_timer_deleate ,temp 
+0x37a7 010412 isub temp ,null 
+0x37a8 010413 branch ali_mesh_ali_vendor_message_opcode_delete_timer ,zero 
+0x37a9 010414 arg vendor_message_attr_type_timer_inquire ,temp 
+0x37aa 010415 isub temp ,null 
+0x37ab 010416 branch ali_mesh_ali_vendor_message_opcode_timer_inquire ,zero 
+0x37ac 010417 arg vendor_mseeage_attr_type_timer_enable ,temp 
+0x37ad 010418 isub temp ,null 
+0x37ae 010419 branch ali_mesh_ali_vendor_message_opcode_timer_set_state ,zero 
+0x37af 010422 arg vendor_message_attr_type_main_light ,temp 
+0x37b0 010423 isub temp ,null 
+0x37b1 010424 branch ali_mesh_ali_vendor_message_attribute_set_main_light ,zero 
+0x37b2 010425 arg vendor_message_attr_type_background_light ,temp 
+0x37b3 010426 isub temp ,null 
+0x37b4 010427 branch ali_mesh_ali_vendor_message_attribute_set_background_light ,zero 
+0x37b5 010428 arg vendor_message_attr_type_color ,temp 
+0x37b6 010429 isub temp ,null 
+0x37b7 010430 branch ali_mesh_ali_vendor_message_attribute_set_color ,zero 
+0x37b8 010431 fetch 2 ,mem_mesh_cb_recv_vendor 
+0x37b9 010432 branch callback_func 
+:      010434 ali_mesh_ali_vendor_message_opcode_attr_get:
+0x37ba 010435 rtn 
+:      010436 ali_mesh_ali_vendor_message_opcode_attr_confrimation:
+0x37bb 010437 ifetch 2 ,contr 
+0x37bc 010438 arg vendor_message_opcode_company_id ,temp 
+0x37bd 010439 isub temp ,null 
+0x37be 010440 nrtn zero 
+0x37bf 010441 ifetch 1 ,contr 
+0x37c0 010442 fetcht 1 ,mem_mesh_upper_tran_layer_packet_tid 
+0x37c1 010443 isub temp ,null 
+0x37c2 010444 nrtn zero 
+0x37c3 010445 branch ali_mesh_stop_send_indication_packet 
+:      010447 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid:
+0x37c4 010448 call disable_user 
+0x37c5 010449 fetch 2 ,mem_mesh_vendor_message_cid 
+0x37c6 010450 arg vendor_message_opcode_company_id ,temp 
+0x37c7 010451 isub temp ,null 
+0x37c8 010452 nrtn zero 
+0x37c9 010453 fetcht 1 ,mem_mesh_vendor_mesh_receive_tid 
+0x37ca 010454 fetch 1 ,mem_mesh_vendor_message_tid 
+0x37cb 010455 isub temp ,null 
+0x37cc 010456 rtn zero 
+0x37cd 010457 store 1 ,mem_mesh_vendor_mesh_receive_tid 
+0x37ce 010458 branch enable_user 
+:      010460 ali_mesh_ali_vendor_message_attribute_set_main_light:
+0x37cf 010461 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
+0x37d0 010462 fetch 2 ,mem_mesh_cb_main_light_onoff_set 
+0x37d1 010463 branch callback_func 
+:      010466 ali_mesh_ali_vendor_message_attribute_set_background_light:
+0x37d2 010467 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
+0x37d3 010468 fetch 2 ,mem_mesh_cb_background_onoff_set 
+0x37d4 010469 branch callback_func 
+:      010471 ali_mesh_ali_vendor_message_attribute_set_color:
+0x37d5 010472 call ali_mesh_ali_vendor_message_ack_attr_status_uint48 
+0x37d6 010473 fetch 2 ,mem_mesh_cb_color_set 
+0x37d7 010474 branch callback_func 
+:      010477 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time:
+0x37d8 010478 call ali_mesh_ali_vendor_message_ack_attr_status_uint32 
+0x37d9 010480 fetch 4 ,mem_mesh_vendor_message_current_time 
+0x37da 010481 store 4 ,mem_mesh_vendor_timer_current_time 
+0x37db 010482 branch ali_mesh_time_init_system_time 
+:      010486 ali_mesh_ali_vendor_message_status_add_head:
+0x37dc 010487 setarg vendor_message_attr_status 
+0x37dd 010488 store 1 ,mem_mesh_access_layer_payload 
+0x37de 010489 setarg vendor_message_opcode_company_id 
+0x37df 010490 istore 2 ,contw 
+0x37e0 010491 fetch 1 ,mem_mesh_vendor_mesh_receive_tid 
+0x37e1 010492 istore 1 ,contw 
+0x37e2 010493 istoret 2 ,contw 
+0x37e3 010494 rtn 
+:      010497 ali_mesh_ali_vendor_message_opcode_device_power_on:
+0x37e4 010498 arg 0 ,queue 
+0x37e5 010499 arg vendor_message_event_device_power_on ,temp 
+0x37e6 010500 arg vendor_attr_type_event_trigger ,rega 
+0x37e7 010501 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
+:      010512 ali_mesh_ali_vendor_message_opcode_generic_onoff:
+0x37e8 010513 arg vendor_attr_generic_onoff_server ,rega 
+0x37e9 010514 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
+:      010518 ali_mesh_ali_vendor_message_ack_attr_status_uint64:
+0x37ea 010519 arg 8 ,loopcnt 
+0x37eb 010520 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010522 ali_mesh_ali_vendor_message_ack_attr_status_uint56:
+0x37ec 010523 arg 8 ,loopcnt 
+0x37ed 010524 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010526 ali_mesh_ali_vendor_message_ack_attr_status_uint48:
+0x37ee 010527 arg 6 ,loopcnt 
+0x37ef 010528 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010530 ali_mesh_ali_vendor_message_ack_attr_status_uint32:
+0x37f0 010531 arg 4 ,loopcnt 
+0x37f1 010532 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010534 ali_mesh_ali_vendor_message_ack_attr_status_uint16:
+0x37f2 010535 arg 2 ,loopcnt 
+0x37f3 010536 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010538 ali_mesh_ali_vendor_message_ack_attr_status_uint8:
+0x37f4 010539 arg 1 ,loopcnt 
+0x37f5 010540 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010543 ali_mesh_ali_vendor_message_ack_attr_status:
+0x37f6 010544 add loopcnt ,6 ,pdata 
+0x37f7 010545 store 1 ,mem_mesh_access_layer_payload_len 
+0x37f8 010546 call ali_mesh_ali_vendor_message_status_add_head 
+0x37f9 010547 arg mem_mesh_vendor_attr_parameter ,contr 
+0x37fa 010548 call memcpy 
+0x37fb 010549 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010556 ali_mesh_ali_vendor_message_opcode_para_uint8:
+0x37fc 010557 call ali_mesh_ali_vendor_message_indication_info_add_head 
+0x37fd 010558 istorer rega ,2 ,contw 
+0x37fe 010559 istoret 1 ,contw 
+0x37ff 010560 jam 7 ,mem_mesh_access_layer_payload_len 
+0x3800 010561 branch ali_mesh_ali_vendor_message_send_message 
+:      010567 ali_mesh_ali_vendor_message_opcode_para_uint16:
+0x3801 010568 call ali_mesh_ali_vendor_message_indication_info_add_head 
+0x3802 010569 istorer rega ,2 ,contw 
+0x3803 010570 istoret 2 ,contw 
+0x3804 010571 jam 8 ,mem_mesh_access_layer_payload_len 
+0x3805 010572 branch ali_mesh_ali_vendor_message_send_message 
+:      010576 ali_mesh_ali_vendor_message_send_message:
+0x3806 010577 call ali_mesh_more_element_calc_queue_address 
+0x3807 010578 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
+:      010581 ali_mesh_ali_vendor_message_indication_info_add_head:
+0x3808 010582 fetch 1 ,mem_mesh_transport_aid 
+0x3809 010583 store 1 ,mem_mesh_message_transport_head 
+0x380a 010584 setarg vendor_message_tmall_dst 
+0x380b 010585 store 2 ,mem_mesh_send_message_dst 
+0x380c 010586 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
+0x380d 010587 pincrease 1 
+0x380e 010588 store 1 ,mem_mesh_vendor_mesh_send_tid 
+0x380f 010589 beq vendor_message_send_tid_max ,ali_mesh_ali_vendor_message_indication_info_reset_tid 
+0x3810 010590 setarg vendor_message_attr_indication 
+0x3811 010591 store 1 ,mem_mesh_access_layer_payload 
+0x3812 010592 setarg vendor_message_opcode_company_id 
+0x3813 010593 istore 2 ,contw 
+0x3814 010594 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
+0x3815 010595 istore 1 ,contw 
+0x3816 010596 rtn 
+:      010598 ali_mesh_ali_vendor_message_indication_info_reset_tid:
+0x3817 010599 jam vendor_message_send_tid_min ,mem_mesh_vendor_mesh_send_tid 
+0x3818 010600 rtn 
+:      010603 ali_mesh_ali_vendor_message_opcode_delete_timer:
+0x3819 010604 copy contr ,rega 
+0x381a 010605 fetch 1 ,mem_mesh_receive_model_message_payload_len 
+0x381b 010606 arg 6 ,temp 
+0x381c 010607 isub temp ,pdata 
+0x381d 010608 store 1 ,mem_mesh_timer_index_buffer_len 
+0x381e 010609 copy pdata ,loopcnt 
+0x381f 010610 copy rega ,contr 
+0x3820 010611 arg mem_mesh_timer_index_buffer ,contw 
+0x3821 010612 call memcpy 
+0x3822 010613 arg 0 ,regb 
+:      010614 ali_mesh_ali_vendor_message_opcode_delete_timer_loop:
+0x3823 010615 arg mem_mesh_timer_index_buffer ,pdata 
+0x3824 010616 iadd regb ,temp 
+0x3825 010617 ifetch 1 ,temp 
+0x3826 010618 beq 0xff ,ali_mesh_ali_vendor_aim_timer_buffer_clear_all 
+0x3827 010619 and pdata ,0x7f ,pdata 
+0x3828 010620 call ali_mesh_ali_vendor_aim_timer_buffer_clear 
+0x3829 010621 increase 1 ,regb 
+0x382a 010622 fetch 1 ,mem_mesh_timer_index_buffer_len 
+0x382b 010623 isub regb ,null 
+0x382c 010624 branch ali_mesh_ali_vendor_message_opcode_delete_timer_loop ,positive 
+0x382d 010625 call peripherals_write_mesh_timer_infmatn 
+:      010626 ali_mesh_access_layer_send_ali_vendor_message_delete_timer:
+0x382e 010627 arg vendor_message_attr_type_timer_deleate ,temp 
+0x382f 010628 call ali_mesh_ali_vendor_message_status_add_head 
+0x3830 010629 arg 0 ,temp 
+0x3831 010630 istoret 1 ,contw 
+0x3832 010631 copy contw ,temp 
+0x3833 010632 call ali_mesh_get_all_timer_index_timer 
+0x3834 010633 pincrease 7 
+0x3835 010634 store 1 ,mem_mesh_access_layer_payload_len 
+0x3836 010635 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010637 ali_mesh_ali_vendor_aim_timer_buffer_clear:
+0x3837 010638 rtn blank 
+0x3838 010639 pincrease -1 
+0x3839 010640 mul32 pdata ,18 ,pdata 
+0x383a 010641 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x383b 010642 iadd rega ,rega 
+0x383c 010643 setarg 0 
+0x383d 010644 istore 1 ,rega 
+0x383e 010645 rtn 
+:      010647 ali_mesh_ali_vendor_aim_timer_buffer_clear_all:
+0x383f 010648 arg 18 ,loopcnt 
+0x3840 010649 mul32 loopcnt ,mesh_x_timers ,loopcnt 
+0x3841 010650 arg mem_mesh_vendor_timer_timing_buffer ,contw 
+0x3842 010651 call clear_mem 
+0x3843 010652 call peripherals_write_mesh_timer_infmatn 
+0x3844 010653 branch ali_mesh_access_layer_send_ali_vendor_message_delete_timer 
+:      010655 ali_mesh_ali_vendor_message_opcode_timer_inquire:
+0x3845 010656 ifetch 1 ,contr 
+0x3846 010657 beq 0xff ,ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer 
+0x3847 010658 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3848 010659 ifetch 1 ,contr 
+0x3849 010660 pincrease -1 
+0x384a 010661 mul32 pdata ,18 ,pdata 
+0x384b 010662 arg mem_mesh_vendor_timer_timing_buffer ,contr 
+0x384c 010663 iadd contr ,contr 
+0x384d 010664 arg mem_mesh_vendor_timer_timing_palyload ,contw 
+0x384e 010665 arg 18 ,loopcnt 
+0x384f 010666 call memcpy 
+0x3850 010667 arg vendor_message_attr_type_timer_inquire ,temp 
+0x3851 010668 call ali_mesh_ali_vendor_message_status_add_head 
+0x3852 010669 fetch 1 ,mem_mesh_vendor_timer_timing_index 
+0x3853 010670 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error ,blank 
+0x3854 010671 arg 0 ,temp 
+0x3855 010672 istoret 1 ,contw 
+:      010673 ali_mesh_ali_vendor_message_opcode_timer_inquire_time:
+0x3856 010674 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3857 010675 istore 1 ,contw 
+0x3858 010676 fetch 1 ,mem_mesh_vendor_timer_timing_index 
+0x3859 010677 istore 1 ,contw 
+0x385a 010678 fetch 8 ,mem_mesh_vendor_timer_timing_time 
+0x385b 010679 istore 8 ,contw 
+0x385c 010680 jam 17 ,mem_mesh_access_layer_payload_len 
+0x385d 010681 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010684 ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer:
+0x385e 010685 arg vendor_message_attr_type_timer_inquire ,temp 
+0x385f 010686 call ali_mesh_ali_vendor_message_status_add_head 
+0x3860 010687 arg 0xff ,temp 
+0x3861 010688 istoret 2 ,contw 
+0x3862 010691 copy contw ,temp 
+0x3863 010692 call ali_mesh_get_all_timer_index_timer 
+0x3864 010693 pincrease 8 
+0x3865 010694 store 1 ,mem_mesh_access_layer_payload_len 
+0x3866 010695 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010700 ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error:
+0x3867 010701 arg 0x80 ,temp 
+0x3868 010702 istore 1 ,contw 
+0x3869 010703 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time 
+:      010705 ali_mesh_ali_vendor_message_opcode_timer_set_state:
+0x386a 010706 ifetch 1 ,contr 
+0x386b 010707 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x386c 010708 and pdata ,0x7f ,pdata 
+0x386d 010709 pincrease -1 
+0x386e 010710 mul32 pdata ,18 ,pdata 
+0x386f 010711 arg mem_mesh_vendor_timer_timing_buffer ,contw 
+0x3870 010712 iadd contw ,contw 
+0x3871 010713 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3872 010714 istore 1 ,contw 
+0x3873 010715 call peripherals_write_mesh_timer_infmatn 
+0x3874 010716 arg vendor_mseeage_attr_type_timer_enable ,temp 
+0x3875 010717 call ali_mesh_ali_vendor_message_status_add_head 
+0x3876 010718 setarg 0 
+0x3877 010719 istore 1 ,contw 
+0x3878 010720 copy contw ,temp 
+0x3879 010721 call ali_mesh_get_all_timer_index_timer 
+0x387a 010722 pincrease 7 
+0x387b 010723 store 1 ,mem_mesh_access_layer_payload_len 
+0x387c 010724 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010729 ali_mesh_time_function:
+0x387d 010730 copy clkn_bt ,temp 
+0x387e 010731 fetch 4 ,mem_system_time 
+0x387f 010732 isub temp ,null 
+0x3880 010733 call ali_mesh_timer_timeout ,positive 
+0x3881 010734 call ali_mesh_clkn_bt_add_1s 
+0x3882 010735 isub temp ,null 
+0x3883 010736 rtn positive 
+0x3884 010737 call ali_mesh_time_init_system_time_without_clk 
+0x3885 010738 fetch 4 ,mem_mesh_vendor_timer_current_time 
+0x3886 010739 pincrease 1 
+0x3887 010740 store 4 ,mem_mesh_vendor_timer_current_time 
+0x3888 010741 branch ali_mesh_ali_vendor_check_time 
+:      010744 ali_mesh_time_init_system_time:
+0x3889 010745 copy clkn_bt ,pdata 
+:      010746 ali_mesh_time_init_system_time_without_clk:
+0x388a 010747 store 4 ,mem_system_time 
+0x388b 010748 fetch 1 ,mem_system_time + 3 
+0x388c 010749 and_into 0x0f ,pdata 
+0x388d 010750 store 1 ,mem_system_time + 3 
+0x388e 010751 rtn 
+:      010753 ali_mesh_timer_timeout:
+0x388f 010754 rtn zero 
+0x3890 010755 copy pdata ,regb 
+0x3891 010756 setarg 0x100000 
+0x3892 010757 lshift8 pdata ,pdata 
+0x3893 010758 iadd temp ,temp 
+0x3894 010759 copy regb ,pdata 
+0x3895 010760 rtn 
+:      010762 ali_mesh_clkn_bt_add_1s:
+0x3896 010763 arg 20 ,loopcnt 
+:      010764 ali_mesh_time_loop:
+0x3897 010765 pincrease 160 
+0x3898 010766 loop ali_mesh_time_loop 
+0x3899 010767 rtn 
+:      010769 ali_mesh_ali_vendor_check_time:
+0x389a 010770 setarg mesh_x_timers 
+0x389b 010771 store 1 ,mem_mesh_vendor_timer_check_loop 
+0x389c 010772 pincrease -1 
+0x389d 010773 mul32 pdata ,18 ,pdata 
+0x389e 010774 arg mem_mesh_vendor_timer_timing_buffer ,alarm 
+0x389f 010775 iadd alarm ,alarm 
+:      010776 ali_mesh_ali_vendor_check_time_loop:
+0x38a0 010777 ifetch 1 ,alarm 
+0x38a1 010778 ncall ali_mesh_ali_vendor_had_timing ,blank 
+0x38a2 010779 increase -18 ,alarm 
+0x38a3 010781 fetch 1 ,mem_mesh_vendor_timer_check_loop 
+0x38a4 010782 pincrease -1 
+0x38a5 010783 rtn blank 
+0x38a6 010784 store 1 ,mem_mesh_vendor_timer_check_loop 
+0x38a7 010785 branch ali_mesh_ali_vendor_check_time_loop 
+:      010787 ali_mesh_ali_vendor_had_timing:
+0x38a8 010788 arg 7 ,queue 
+0x38a9 010789 qisolate0 pdata 
+0x38aa 010790 rtn true 
+0x38ab 010791 and pdata ,0x7f ,pdata 
+0x38ac 010792 arg mesh_x_timers ,temp 
+0x38ad 010793 isub temp ,null 
+0x38ae 010794 rtn positive 
+0x38af 010795 copy alarm ,contr 
+0x38b0 010796 arg mem_mesh_vendor_timer_timing_palyload ,contw 
+0x38b1 010797 arg 18 ,loopcnt 
+0x38b2 010798 call memcpy 
+0x38b3 010799 fetch 1 ,mem_mesh_vendor_timer_timing_palyload + 17 
+0x38b4 010800 beq 0x59 ,ali_mesh_ali_vendor_had_timing_cyclically 
+:      010801 ali_mesh_ali_vendor_had_timing_single_time:
+0x38b5 010802 fetcht 4 ,mem_mesh_vendor_timer_current_time 
+0x38b6 010803 fetch 4 ,mem_mesh_vendor_timer_timing_time 
+0x38b7 010804 isub temp ,null 
+0x38b8 010805 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para 
+0x38b9 010806 branch ali_mesh_ali_vendor_time_timeout ,zero 
+0x38ba 010807 nbranch ali_mesh_ali_vendor_time_out_of_date ,positive 
+0x38bb 010808 rtn 
+:      010810 ali_mesh_ali_vendor_time_out_of_date:
+0x38bc 010811 setarg 0 
+0x38bd 010812 istore 1 ,alarm 
+0x38be 010813 rtn 
+:      010815 ali_mesh_ali_vendor_had_timing_cyclically:
+0x38bf 010817 fetch 4 ,mem_mesh_vendor_timer_current_time 
+0x38c0 010818 arg seconds_of_min ,temp 
+0x38c1 010819 idiv temp 
+0x38c2 010820 call wait_div_end 
+0x38c3 010821 remainder pdata 
+0x38c4 010822 nrtn blank 
+0x38c5 010824 fetch 4 ,mem_mesh_vendor_timer_current_time 
+0x38c6 010825 arg seconds_of_four_days ,temp 
+0x38c7 010826 isub temp ,pdata 
+0x38c8 010828 arg seconds_of_week ,temp 
+0x38c9 010829 idiv temp 
+0x38ca 010830 call wait_div_end 
+0x38cb 010831 remainder pdata 
+0x38cc 010832 arg seconds_of_day ,temp 
+0x38cd 010833 idiv temp 
+0x38ce 010834 call wait_div_end 
+0x38cf 010835 remainder rega 
+0x38d0 010836 quotient queue 
+0x38d1 010837 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
+0x38d2 010838 branch ali_mesh_ali_vendor_had_timing_cyclically_continue ,blank 
+0x38d3 010839 qisolate1 pdata 
+0x38d4 010840 nrtn true 
+:      010841 ali_mesh_ali_vendor_had_timing_cyclically_continue:
+0x38d5 010843 deposit rega 
+0x38d6 010844 arg seconds_of_min ,temp 
+0x38d7 010845 idiv temp 
+0x38d8 010846 call wait_div_end 
+0x38d9 010847 quotient temp 
+0x38da 010848 setarg eight_hours_time_zone_offset 
+0x38db 010849 iadd temp ,temp 
+0x38dc 010850 fetch 2 ,mem_mesh_vendor_timer_timing_time_cyclic 
+0x38dd 010851 arg 0xfff ,rega 
+0x38de 010852 iand rega ,pdata 
+0x38df 010853 isub temp ,null 
+0x38e0 010854 nrtn zero 
+0x38e1 010855 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para_cyclic 
+0x38e2 010856 branch ali_mesh_ali_vendor_time_timeout 
+:      010858 ali_mesh_ali_vendor_time_timeout:
+0x38e3 010859 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x38e4 010860 jam 1 ,mem_mesh_vendor_timer_check_loop 
+0x38e5 010862 copy alarm ,pdata 
+0x38e6 010863 store 2 ,mem_mesh_alarm_temp 
+0x38e7 010865 fetcht 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x38e8 010866 fetchr queue ,1 ,mem_mesh_receive_element_number 
+0x38e9 010867 call ali_mesh_ali_vendor_message_opcode_generic_onoff 
+0x38ea 010869 fetch 2 ,mem_mesh_alarm_temp 
+0x38eb 010870 copy pdata ,alarm 
+0x38ec 010871 add alarm ,17 ,contr 
+0x38ed 010872 ifetch 1 ,contr 
+0x38ee 010873 beq timer_cyclical_falg ,ali_mesh_ali_vendor_time_timeout_cyclic 
+:      010874 ali_mesh_ali_vendor_time_timeout_continue:
+0x38ef 010875 setarg 0 
+0x38f0 010876 istore 1 ,alarm 
+0x38f1 010877 fetchr queue ,1 ,mem_mesh_receive_element_number 
+0x38f2 010878 call ali_mesh_ali_vendor_message_opcode_timing_finish 
+0x38f3 010879 branch peripherals_write_mesh_timer_infmatn 
+:      010883 ali_mesh_ali_vendor_time_timeout_cyclic:
+0x38f4 010884 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
+0x38f5 010885 branch ali_mesh_ali_vendor_time_timeout_continue ,blank 
+0x38f6 010886 arg vendor_attr_type_event_trigger ,temp 
+0x38f7 010887 call ali_mesh_ali_vendor_message_status_add_head 
+0x38f8 010888 setarg 0x11 
+0x38f9 010889 istore 1 ,contw 
+0x38fa 010890 ifetch 1 ,alarm 
+0x38fb 010891 or pdata ,0x80 ,pdata 
+0x38fc 010892 istore 1 ,contw 
+0x38fd 010893 jam 8 ,mem_mesh_access_layer_payload 
+0x38fe 010894 branch ali_mesh_ali_vendor_message_send_message 
+:      010896 ali_mesh_ali_vendor_message_opcode_timing_finish:
+0x38ff 010897 arg vendor_attr_type_event_index_report ,temp 
+0x3900 010898 call ali_mesh_ali_vendor_message_status_add_head 
+0x3901 010899 copy contw ,temp 
+0x3902 010900 call ali_mesh_get_all_timer_index_timer 
+0x3903 010902 pincrease 6 
+0x3904 010903 store 1 ,mem_mesh_access_layer_payload_len 
+0x3905 010904 jam vendor_message_attr_status ,mem_mesh_access_layer_payload 
+0x3906 010905 branch ali_mesh_ali_vendor_message_send_message 
+:      010908 ali_mesh_ali_vendor_message_opcode_timer_set_timing:
+0x3907 010909 arg mem_mesh_vendor_timer_timing_index ,contw 
+0x3908 010910 arg 16 ,loopcnt 
+0x3909 010911 call memcpy 
+0x390a 010912 fetch 1 ,mem_mesh_vendor_timer_timing_index 
+0x390b 010913 and pdata ,0x7f ,pdata 
+0x390c 010914 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x390d 010915 sub pdata ,mesh_x_timers ,null 
+0x390e 010916 nrtn positive 
+0x390f 010917 fetch 4 ,mem_mesh_vendor_timer_timing_time 
+0x3910 010918 arg 60 ,temp 
+0x3911 010919 idiv temp 
+0x3912 010920 call wait_div_end 
+0x3913 010921 remainder temp 
+0x3914 010922 isub temp ,pdata 
+0x3915 010923 store 4 ,mem_mesh_vendor_timer_timing_time 
+0x3916 010924 setarg 0 
+0x3917 010925 store 2 ,mem_mesh_vendor_timer_timing_flag 
+0x3918 010926 arg mem_mesh_vendor_timer_timing_index ,rega 
+0x3919 010927 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
+0x391a 010928 arg vendor_mseeage_attr_type_set_time_single ,temp 
+0x391b 010929 branch ali_mesh_access_layer_send_ali_vendor_message_current_timing 
+:      010934 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically:
+0x391c 010936 arg mem_mesh_vendor_timer_timing_index_cyclic ,contw 
+0x391d 010937 arg 17 ,loopcnt 
+0x391e 010938 call memcpy 
+0x391f 010941 fetch 1 ,mem_mesh_vendor_timer_timing_index_cyclic 
+0x3920 010942 and pdata ,0x7f ,pdata 
+0x3921 010943 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3922 010944 sub pdata ,mesh_x_timers ,null 
+0x3923 010945 nrtn positive 
+0x3924 010947 jam 0x59 ,mem_mesh_vendor_timer_timing_cyclic_flag 
+0x3925 010948 arg mem_mesh_vendor_timer_timing_index_cyclic ,rega 
+0x3926 010949 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
+0x3927 010950 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
+:      010953 ali_mesh_access_layer_send_ali_vendor_message_current_timing:
+0x3928 010955 call ali_mesh_ali_vendor_message_status_add_head 
+0x3929 010956 setarg 0 
+0x392a 010957 store 1 ,mem_mesh_access_layer_payload + 6 
+0x392b 010958 copy contw ,temp 
+0x392c 010959 call ali_mesh_get_all_timer_index_timer 
+0x392d 010960 pincrease 7 
+0x392e 010961 store 1 ,mem_mesh_access_layer_payload_len 
+0x392f 010962 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010965 ali_mesh_ali_vendor_store_mesh_timer_infmatn:
+0x3930 010966 call ali_mesh_vendor_timer_buffer_offset_cal 
+0x3931 010967 copy rega ,contr 
+0x3932 010968 arg mem_mesh_vendor_timer_timing_buffer ,contw 
+0x3933 010969 iadd contw ,contw 
+0x3934 010970 arg 18 ,loopcnt 
+0x3935 010971 call memcpy 
+0x3936 010972 branch peripherals_write_mesh_timer_infmatn 
+:      010974 ali_mesh_vendor_timer_buffer_offset_cal:
+0x3937 010975 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3938 010976 pincrease -1 
+0x3939 010977 mul32 pdata ,18 ,pdata 
+0x393a 010978 rtn 
+:      010980 ali_mesh_get_all_timer_index_timer:
+0x393b 010981 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x393c 010982 arg 0 ,regb 
+0x393d 010983 copy temp ,contw 
+0x393e 010984 arg mesh_x_timers ,loopcnt 
+0x393f 010985 increase -1 ,loopcnt 
+:      010986 ali_mesh_get_all_timer_index_timer_loop:
+0x3940 010987 ifetch 1 ,rega 
+0x3941 010988 beq 0xff ,ali_mesh_get_all_timer_index_timer_loop_end 
+0x3942 010989 branch ali_mesh_get_all_timer_index_timer_loop_end ,blank 
+0x3943 010990 increase 1 ,regb 
+0x3944 010991 istore 1 ,contw 
+:      010992 ali_mesh_get_all_timer_index_timer_loop_end:
+0x3945 010993 setarg 18 
+0x3946 010994 iadd rega ,rega 
+0x3947 010995 loop ali_mesh_get_all_timer_index_timer_loop 
+0x3948 010996 copy regb ,pdata 
+0x3949 010997 rtn 
+:      010999 peripherals_write_mesh_timer_infmatn:
+0x394a 011000 fetch 2 ,mem_mesh_cb_vendor_timing_changed 
+0x394b 011001 branch callback_func 
+:      011011 ali_mesh_bearer_layer_send_packet_by_network_layer:
+0x394c 011012 bpatchx patch34_1 ,mem_patch34 
+0x394d 011013 setarg mem_mesh_queue_each_size 
+0x394e 011014 store 2 ,mem_mesh_element_device_queue_buffer_ptr 
+0x394f 011015 setarg mem_mesh_element_device 
+0x3950 011016 store 2 ,mem_mesh_rega_temp 
+0x3951 011017 jam adv_pairing_mesh_message_duration ,mem_mesh_queue_ele_duration 
+0x3952 011018 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
+0x3953 011019 store 1 ,mem_mesh_queue_ele_gatt_msg_id 
+0x3954 011021 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x3955 011022 pincrease 11 
+0x3956 011023 add pdata ,-2 ,loopcnt 
+0x3957 011032 store 1 ,mem_mesh_queue_ele_len 
+0x3958 011033 pincrease -1 
+0x3959 011036 istore 1 ,contw 
+0x395a 011037 setarg gap_adtype_mesh_message 
+0x395b 011038 istore 1 ,contw 
+0x395c 011039 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
+0x395d 011040 call memcpy_fast 
+0x395e 011041 fetchr rega ,2 ,mem_mesh_rega_temp 
+0x395f 011042 call ali_mesh_advertising_bearer_layer_init_queue 
+0x3960 011043 call queue_push 
+:      011044 ali_mesh_bearer_layer_gatt_send_packet_by_network_layer:
+0x3961 011045 fetch 2 ,mem_ui_state_map 
+0x3962 011046 isolate1 ui_state_ble_connected ,pdata 
+0x3963 011047 nrtn true 
+:      011048 ali_mesh_send_ble_data_control_package:
+0x3964 011049 call ali_mesh_network_layer_init_gatt_queue_param 
+0x3965 011050 arg mem_mesh_queue_ele_temp ,rega 
+0x3966 011051 branch queue_push 
+:      011053 ali_mesh_advertising_bearer_layer_init_queue:
+0x3967 011054 add rega ,element_device_queue_buffer_ptr ,contr 
+0x3968 011055 ifetch 2 ,contr 
+0x3969 011056 store 2 ,mem_queue_ptr 
+0x396a 011057 arg mem_mesh_queue_ele_temp ,rega 
+0x396b 011058 rtn 
+:      011061 ali_mesh_advertising_bearer_layer_init_queue_param:
+0x396c 011062 setarg mem_mesh_queue_each_size 
+0x396d 011063 store 2 ,mem_queue_ptr 
+0x396e 011064 rtn 
+:      011066 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue:
+:      011068 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal:
+0x396f 011069 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3970 011070 rtnne packet_in_bearer 
+0x3971 011071 jam packet_in_adverting ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3972 011072 branch ali_mesh_control_ble_advertising_on_advertising 
+:      011074 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param:
+0x3973 011075 arg mem_mesh_queue_ele_payload + 2 ,rega 
+0x3974 011076 arg max_app_mssage_payload_length ,temp 
+0x3975 011077 setarg 0x21 
+0x3976 011078 nrtn true 
+0x3977 011079 arg mem_mesh_queue_ele_payload + 20 ,rega 
+0x3978 011080 fetcht 1 ,mem_mesh_queue_ele_len 
+0x3979 011081 increase -18 ,temp 
+0x397a 011082 setarg 0x22 
+0x397b 011083 rtn 
+:      011091 ali_mesh_advertising_add_adtype_flags:
+0x397c 011092 arg mem_mesh_adv_data ,contw 
+0x397d 011093 setarg 0x02 
+0x397e 011094 istore 1 ,contw 
+0x397f 011095 setarg gap_adtype_flags 
+0x3980 011096 istore 1 ,contw 
+0x3981 011097 setarg 0x02 
+0x3982 011098 istore 1 ,contw 
+0x3983 011099 rtn 
+:      011103 ali_mesh_advertising_add_adtype_16bit_complete:
+0x3984 011104 arg mesh_provisioning_uuid ,temp 
+0x3985 011105 setarg 0x03 
+0x3986 011106 istore 1 ,contw 
+0x3987 011107 setarg gap_adtype_16bit_complete 
+0x3988 011108 istore 1 ,contw 
+0x3989 011109 istoret 2 ,contw 
+0x398a 011110 rtn 
+:      011113 mesh_ble_rx_packet_only:
+0x398b 011114 call le_enable 
+0x398c 011115 call le_init_adv 
+0x398d 011116 call le_receive_adv 
+0x398e 011117 nrtn match 
+0x398f 011119 fetch 1 ,mem_le_adv_rcv 
+0x3990 011120 pincrease 1 
+0x3991 011121 store 1 ,mem_le_adv_rcv 
+0x3992 011122 fetch 2 ,mem_mesh_cb_receive_advertising 
+0x3993 011123 call callback_func 
+0x3994 011124 branch le_disable 
+:      011126 mesh_ble_rx_packet:
+0x3995 011127 call mesh_ble_rx_packet_check_and_init 
+0x3996 011128 rtn user 
+:      011129 mesh_ble_rx_packet_check_timer:
+0x3997 011130 call mesh_ble_rx_packet_only 
+0x3998 011131 call connection_dispatch 
+0x3999 011132 fetcht 2 ,mem_le_scan_interval 
+0x399a 011133 arg 10 ,queue 
+0x399b 011134 call sniff_check_window 
+0x399c 011135 rtn user 
+0x399d 011136 arg mesh_ble_rx_timer ,queue 
+0x399e 011137 call timer_check 
+0x399f 011138 nbranch mesh_ble_rx_packet_check_timer ,blank 
+0x39a0 011139 rtn 
+:      011141 mesh_ble_rx_packet_check_and_init:
+0x39a1 011142 fetcht 2 ,mem_le_scan_interval 
+0x39a2 011143 arg 4 ,queue 
+0x39a3 011144 call sniff_check_window 
+0x39a4 011145 rtn user 
+0x39a5 011146 call mesh_le_calc_next_scan_channel 
+0x39a6 011147 fetch 2 ,mem_le_scan_interval 
+0x39a7 011148 arg mesh_ble_rx_timer ,queue 
+0x39a8 011149 branch timer_init 
+:      011152 mesh_le_calc_next_scan_channel:
+0x39a9 011153 fetch 1 ,mem_mesh_adv_scan_channel 
+0x39aa 011154 pincrease 1 
+0x39ab 011155 store 1 ,mem_mesh_adv_scan_channel 
+0x39ac 011156 store 1 ,mem_le_ch_mapped 
+0x39ad 011157 rtnne 40 
+0x39ae 011158 jam 37 ,mem_mesh_adv_scan_channel 
+0x39af 011159 jam 37 ,mem_le_ch_mapped 
+0x39b0 011160 rtn 
+:      011162 mesh_check_ble_rx_packet:
+0x39b1 011163 fetch 1 ,mem_le_rxbuf 
+0x39b2 011164 and pdata ,0x0f ,pdata 
+0x39b3 011165 beq adv_ind ,ali_mesh_match_advertising_packet 
+0x39b4 011166 beq adv_nonconn_ind ,ali_mesh_match_advertising_packet 
+0x39b5 011167 rtn 
+:      011169 ali_mesh_match_advertising_packet:
+0x39b6 011170 ifetcht 1 ,contr 
+0x39b7 011171 sub temp ,adv_packet_min_length ,null 
+0x39b8 011172 rtn positive 
+0x39b9 011173 sub temp ,adv_packet_max_length ,null 
+0x39ba 011174 nrtn positive 
+0x39bb 011175 add temp ,-6 ,rega 
+0x39bc 011176 add contr ,6 ,regb 
+:      011178 ali_mesh_find_adv_ind_packet:
+0x39bd 011179 ifetcht 1 ,regb 
+0x39be 011180 sub temp ,ad_type_min_length ,null 
+0x39bf 011181 rtn positive 
+0x39c0 011182 sub temp ,ad_type_max_length ,null 
+0x39c1 011183 nrtn positive 
+0x39c2 011184 copy temp ,pdata 
+0x39c3 011185 rtn blank 
+0x39c4 011186 bpatchx patch34_2 ,mem_patch34 
+0x39c5 011187 ifetch 1 ,contr 
+0x39c6 011188 beq gap_adtype_manufacturer_specific ,ali_mesh_receive_adtype_manufacturer_specific_tmall_control 
+0x39c7 011189 beq gap_adtype_mesh_message ,ali_mesh_receive_adtype_mesh_message 
+0x39c8 011192 add temp ,1 ,pdata 
+0x39c9 011193 isub rega ,null 
+0x39ca 011194 rtn positive 
+0x39cb 011195 iadd regb ,regb 
+0x39cc 011196 sub temp ,-1 ,pdata 
+0x39cd 011197 iadd rega ,rega 
+0x39ce 011198 copy rega ,pdata 
+0x39cf 011199 rtn blank 
+0x39d0 011200 branch ali_mesh_find_adv_ind_packet 
+:      011202 ali_mesh_receive_adtype_manufacturer_specific_tmall_control:
+0x39d1 011203 jam mesh_message_tmall ,mem_mesh_fast_pair_packet_type 
+0x39d2 011204 branch ali_mesh_receive_adtype_manufacturer_specific 
+:      011207 mesh_le_send_adv:
+0x39d3 011208 fetch 1 ,mem_le_adv_transmit 
+0x39d4 011209 pincrease 1 
+0x39d5 011210 store 1 ,mem_le_adv_transmit 
+0x39d6 011212 bpatchx patch34_3 ,mem_patch34 
+0x39d7 011213 call le_enable 
+0x39d8 011214 arg 39 ,loopcnt 
+0x39d9 011215 arg mem_le_txheader ,contr 
+0x39da 011216 arg mem_le_txheader_mesh_temp ,contw 
+0x39db 011217 call memcpy_fast 
+0x39dc 011218 jam 37 ,mem_le_ch_mapped 
+0x39dd 011219 arg 1800 ,stop_watch 
+0x39de 011220 enable swfine 
+0x39df 011221 disable match 
+:      011223 mesh_le_send_adv_loop:
+0x39e0 011224 call le_init_adv 
+0x39e1 011225 call mesh_le_send_adv_nonconn_ind 
+0x39e2 011226 random pdata 
+0x39e3 011227 arg 0x1ff ,temp 
+0x39e4 011228 iand temp ,pdata 
+0x39e5 011229 add pdata ,100 ,pdata 
+0x39e6 011230 call delay 
+0x39e7 011231 fetch 1 ,mem_le_ch_mapped 
+0x39e8 011232 pincrease 1 
+0x39e9 011233 store 1 ,mem_le_ch_mapped 
+0x39ea 011234 bne 40 ,mesh_le_send_adv_loop 
+0x39eb 011236 arg 39 ,loopcnt 
+0x39ec 011237 arg mem_le_txheader ,contw 
+0x39ed 011238 arg mem_le_txheader_mesh_temp ,contr 
+0x39ee 011239 call memcpy_fast 
+0x39ef 011240 branch le_disable 
+:      011242 mesh_le_send_adv_nonconn_ind:
+0x39f0 011243 arg adv_nonconn_ind ,temp 
+0x39f1 011244 storet 1 ,mem_le_txheader 
+0x39f2 011245 fetcht 1 ,mem_mesh_adv_data_len 
+0x39f3 011246 add temp ,6 ,pdata 
+0x39f4 011247 store 1 ,mem_le_txlen 
+0x39f5 011248 fetch 6 ,mem_le_lap 
+0x39f6 011249 store 6 ,mem_le_txpayload 
+0x39f7 011250 copy temp ,loopcnt 
+0x39f8 011251 arg mem_mesh_adv_data ,contr 
+0x39f9 011252 call memcpy_fast 
+0x39fa 011254 branch le_transmit_norx 
+:      011265 ali_mesh_base_adt_cache:
+0x39fb 011266 bpatchx patch34_4 ,mem_patch34 
+0x39fc 011267 fetcht 2 ,mem_ccm_data_ptr 
+0x39fd 011268 fetch 1 ,mem_ccm_data_len 
+0x39fe 011269 copy temp ,contr 
+0x39ff 011270 arg mem_k4_salt ,rega 
+0x3a00 011271 arg mem_k4_t ,alarm 
+0x3a01 011272 call ali_mesh_encrypt_base_function_aes_cmac 
+0x3a02 011273 call disable_user 
+0x3a03 011274 copy regc ,pdata 
+0x3a04 011275 iadd alarm ,contr 
+0x3a05 011276 fetcht 4 ,mem_k4_t 
+0x3a06 011277 fetch 2 ,mem_mesh_mic_cache_ptr 
+0x3a07 011278 copy pdata ,rega 
+0x3a08 011280 arg transport_mic_cache_space_num ,loopcnt 
+:      011281 ali_mesh_base_adt_cache_loop:
+0x3a09 011282 ifetch 4 ,rega 
+0x3a0a 011283 branch ali_mesh_base_adt_cache_empty_space ,blank 
+0x3a0b 011284 isub temp ,null 
+0x3a0c 011285 rtn zero 
+0x3a0d 011286 increase transport_mic_cache_space_size ,rega 
+0x3a0e 011287 loop ali_mesh_base_adt_cache_loop 
+0x3a0f 011288 fetch 2 ,mem_mesh_mic_cache_ptr 
+0x3a10 011289 copy pdata ,contw 
+0x3a11 011290 add pdata ,transport_mic_cache_space_size ,contr 
+0x3a12 011293 arg transport_mic_cache_total_size ,loopcnt 
+0x3a13 011294 call memcpy_fast 
+0x3a14 011295 istoret 4 ,contw 
+0x3a15 011296 branch enable_user 
+:      011297 ali_mesh_base_adt_cache_empty_space:
+0x3a16 011298 istoret 4 ,rega 
+0x3a17 011299 branch enable_user 
+:      011301 ali_mesh_chip_peripherals_load_data:
+0x3a18 011302 fetch 1 ,mem_mesh_chip_select 
+0x3a19 011303 beq mesh_chip_from_eeprom ,ali_mesh_chip_peripherals_load_data_from_eep 
+:      011304 ali_mesh_chip_peripherals_load_data_from_flash:
+0x3a1a 011305 call ali_mesh_chip_peripherals_load_three_tuple_from_flash 
+0x3a1b 011306 call ali_mesh_chip_peripherals_load_network_key_from_flash 
+0x3a1c 011307 call ali_mesh_chip_peripherals_load_application_key_from_flash 
+0x3a1d 011308 call ali_mesh_chip_peripherals_load_device_key_from_flash 
+0x3a1e 011309 call ali_mesh_chip_peripherals_load_reset_count_from_flash 
+0x3a1f 011310 call ali_mesh_chip_peripherals_load_seq_from_flash 
+0x3a20 011311 branch ali_mesh_chip_peripherals_load_subscription_from_flash 
+:      011313 ali_mesh_chip_peripherals_load_three_tuple_from_flash:
+0x3a21 011314 arg mesh_eep_three_tuple_length ,temp 
+0x3a22 011315 arg mem_mesh_three_tuple_productid ,rega 
+0x3a23 011316 setarg 0x1ffa0 
+0x3a24 011317 branch spid_read_flash 
+:      011318 ali_mesh_chip_peripherals_load_network_key_from_flash:
+0x3a25 011319 arg mesh_eep_network_key_length ,temp 
+0x3a26 011320 arg mem_mesh_network_key ,rega 
+0x3a27 011321 setarg mesh_flash_network_key_addr 
+0x3a28 011322 call spid_read_flash 
+0x3a29 011323 fetch 1 ,mem_mesh_last_iv_index_byte 
+0x3a2a 011324 store 1 ,mem_mesh_iv_index + 3 
+0x3a2b 011325 rtn 
+:      011326 ali_mesh_chip_peripherals_load_application_key_from_flash:
+0x3a2c 011327 arg mesh_eep_application_key_length ,temp 
+0x3a2d 011328 arg mem_mesh_application_key ,rega 
+0x3a2e 011329 setarg mesh_flash_application_key_addr 
+0x3a2f 011330 branch spid_read_flash 
+:      011331 ali_mesh_chip_peripherals_load_device_key_from_flash:
+0x3a30 011332 arg mesh_eep_device_key_length ,temp 
+0x3a31 011333 arg mem_mesh_device_key ,rega 
+0x3a32 011334 setarg mesh_flash_device_key_addr 
+0x3a33 011335 branch spid_read_flash 
+:      011336 ali_mesh_chip_peripherals_load_reset_count_from_flash:
+0x3a34 011337 rtn 
+:      011338 ali_mesh_chip_peripherals_load_seq_from_flash:
+0x3a35 011339 arg mesh_eep_seq_length ,temp 
+0x3a36 011340 arg mem_mesh_send_message_seq ,rega 
+0x3a37 011341 setarg mesh_flash_message_seq_addr 
+0x3a38 011342 branch spid_read_flash 
+:      011343 ali_mesh_chip_peripherals_load_subscription_from_flash:
+0x3a39 011344 fetch 2 ,mem_mesh_core_feature 
+0x3a3a 011345 rtnbit1 mesh_feature_disable_subscription 
+0x3a3b 011346 arg mesh_eep_subscription_total_length ,temp 
+0x3a3c 011347 arg mem_mesh_subscription_eep_temp ,rega 
+0x3a3d 011348 setarg mesh_flash_subscription_addr 
+0x3a3e 011349 call spid_read_flash 
+0x3a3f 011350 call mesh_get_element_info_config 
+0x3a40 011351 arg mem_mesh_subscription_eep_temp ,contr 
+0x3a41 011352 add rega ,element_device_subscription_label ,rega 
+0x3a42 011353 branch ali_mesh_chip_peripherals_load_subscription_loop 
+:      011356 ali_mesh_chip_peripherals_load_data_from_eep:
+0x3a43 011357 call ali_mesh_chip_peripherals_load_three_tuple_from_eep 
+0x3a44 011358 call ali_mesh_chip_peripherals_load_network_key_from_eep 
+0x3a45 011359 call ali_mesh_chip_peripherals_load_application_key_from_eep 
+0x3a46 011360 call ali_mesh_chip_peripherals_load_device_key_from_eep 
+0x3a47 011361 call ali_mesh_chip_peripherals_load_reset_count_from_eep 
+0x3a48 011362 call ali_mesh_chip_peripherals_load_seq_from_eep 
+0x3a49 011363 branch ali_mesh_chip_peripherals_load_subscription_from_eep 
+:      011365 ali_mesh_chip_peripherals_load_three_tuple_from_eep:
+0x3a4a 011366 arg mesh_eep_three_tuple_length ,temp 
+0x3a4b 011367 arg mem_mesh_three_tuple_productid ,rega 
+0x3a4c 011368 arg mesh_eep_three_tuple_offset ,regb 
+0x3a4d 011369 branch iicd_read_eep_data 
+:      011371 ali_mesh_chip_peripherals_load_network_key_from_eep:
+0x3a4e 011372 arg mesh_eep_network_key_length ,temp 
+0x3a4f 011373 arg mem_mesh_network_key ,rega 
+0x3a50 011374 arg mesh_eep_network_key_offset ,regb 
+0x3a51 011375 call iicd_read_eep_data 
+0x3a52 011376 fetch 1 ,mem_mesh_last_iv_index_byte 
+0x3a53 011377 store 1 ,mem_mesh_iv_index + 3 
+0x3a54 011378 rtn 
+:      011380 ali_mesh_chip_peripherals_load_application_key_from_eep:
+0x3a55 011381 arg mesh_eep_application_key_length ,temp 
+0x3a56 011382 arg mem_mesh_application_key ,rega 
+0x3a57 011383 arg mesh_eep_application_key_offset ,regb 
+0x3a58 011384 branch iicd_read_eep_data 
+:      011386 ali_mesh_chip_peripherals_load_device_key_from_eep:
+0x3a59 011387 arg mesh_eep_device_key_length ,temp 
+0x3a5a 011388 arg mem_mesh_device_key ,rega 
+0x3a5b 011389 arg mesh_eep_device_key_offset ,regb 
+0x3a5c 011390 branch iicd_read_eep_data 
+:      011392 ali_mesh_chip_peripherals_load_reset_count_from_eep:
+0x3a5d 011393 rtn 
+:      011395 ali_mesh_chip_peripherals_load_seq_from_eep:
+0x3a5e 011396 arg mesh_eep_seq_length ,temp 
+0x3a5f 011397 arg mem_mesh_send_message_seq ,rega 
+0x3a60 011398 arg mesh_eep_seq_offset ,regb 
+0x3a61 011399 branch iicd_read_eep_data 
+:      011401 ali_mesh_chip_peripherals_load_subscription_from_eep:
+0x3a62 011402 fetch 2 ,mem_mesh_core_feature 
+0x3a63 011403 rtnbit1 mesh_feature_disable_subscription 
+0x3a64 011404 arg mesh_eep_subscription_total_length ,temp 
+0x3a65 011405 arg mem_mesh_subscription_eep_temp ,rega 
+0x3a66 011406 arg mesh_eep_subscription_offset ,regb 
+0x3a67 011407 call iicd_read_eep_data 
+0x3a68 011408 call mesh_get_element_info_config 
+0x3a69 011409 arg mem_mesh_subscription_eep_temp ,contr 
+0x3a6a 011410 add rega ,element_device_subscription_label ,rega 
+:      011411 ali_mesh_chip_peripherals_load_subscription_loop:
+0x3a6b 011412 copy rega ,contw 
+0x3a6c 011413 call memcpy16 
+0x3a6d 011414 copy regb ,pdata 
+0x3a6e 011415 iadd rega ,rega 
+0x3a6f 011416 loop ali_mesh_chip_peripherals_load_subscription_loop 
+0x3a70 011417 rtn 
+:      011419 mesh_receive_config_appkey_add_cb:
+0x3a71 011420 fetch 1 ,mem_mesh_chip_select 
+0x3a72 011421 beq mesh_chip_from_eeprom ,mesh_receive_config_appkey_add_eeprom_cb 
+0x3a73 011422 beq mesh_chip_from_flash ,mesh_receive_config_appkey_add_flash_cb 
+:      011423 mesh_receive_config_appkey_add_flash_cb:
+0x3a74 011424 call ali_mesh_chip_peripherals_save_network_key_from_flash 
+0x3a75 011425 call ali_mesh_chip_peripherals_save_application_key_from_flash 
+0x3a76 011426 branch ali_mesh_chip_peripherals_save_device_key_from_flash 
+:      011427 ali_mesh_chip_peripherals_save_network_key_from_flash:
+0x3a77 011428 arg mesh_eep_network_key_length ,temp 
+0x3a78 011429 arg mem_mesh_network_key ,rega 
+0x3a79 011430 setarg mesh_flash_network_key_addr 
+0x3a7a 011431 branch spid_write_flash_data 
+:      011432 ali_mesh_chip_peripherals_save_application_key_from_flash:
+0x3a7b 011433 arg mesh_eep_application_key_length ,temp 
+0x3a7c 011434 arg mem_mesh_application_key ,rega 
+0x3a7d 011435 setarg mesh_flash_application_key_addr 
+0x3a7e 011436 branch spid_write_flash_data 
+:      011437 ali_mesh_chip_peripherals_save_device_key_from_flash:
+0x3a7f 011438 arg mesh_eep_device_key_length ,temp 
+0x3a80 011439 arg mem_mesh_device_key ,rega 
+0x3a81 011440 setarg mesh_flash_device_key_addr 
+0x3a82 011441 branch spid_write_flash_data 
+:      011443 mesh_receive_config_appkey_add_eeprom_cb:
+0x3a83 011444 call ali_mesh_chip_peripherals_save_network_key_from_eep 
+0x3a84 011445 call ali_mesh_chip_peripherals_save_application_key_from_eep 
+0x3a85 011446 branch ali_mesh_chip_peripherals_save_device_key_from_eep 
+:      011448 ali_mesh_chip_peripherals_save_network_key_from_eep:
+0x3a86 011449 arg mesh_eep_network_key_length ,temp 
+0x3a87 011450 arg mem_mesh_network_key ,rega 
+0x3a88 011451 arg mesh_eep_network_key_offset ,regb 
+0x3a89 011452 branch iicd_write_protect_eep_data 
+:      011454 ali_mesh_chip_peripherals_save_application_key_from_eep:
+0x3a8a 011455 arg mesh_eep_application_key_length ,temp 
+0x3a8b 011456 arg mem_mesh_application_key ,rega 
+0x3a8c 011457 arg mesh_eep_application_key_offset ,regb 
+0x3a8d 011458 branch iicd_write_protect_eep_data 
+:      011460 ali_mesh_chip_peripherals_save_device_key_from_eep:
+0x3a8e 011461 arg mesh_eep_device_key_length ,temp 
+0x3a8f 011462 arg mem_mesh_device_key ,rega 
+0x3a90 011463 arg mesh_eep_device_key_offset ,regb 
+0x3a91 011464 branch iicd_write_protect_eep_data 
+:      011466 mesh_store_new_seq_data:
+0x3a92 011467 fetch 3 ,mem_mesh_send_message_seq 
+0x3a93 011468 fetcht 3 ,mem_mesh_send_message_seq_temp 
+0x3a94 011469 isub temp ,null 
+0x3a95 011470 nrtn positive 
+0x3a96 011471 add pdata ,128 ,pdata 
+0x3a97 011472 store 3 ,mem_mesh_send_message_seq_temp 
+0x3a98 011473 fetch 1 ,mem_mesh_chip_select 
+0x3a99 011474 beq 1 ,ali_mesh_chip_peripherals_save_seq_from_eep 
+:      011475 ali_mesh_chip_peripherals_save_seq_from_flash:
+0x3a9a 011476 arg mesh_eep_seq_length ,temp 
+0x3a9b 011477 arg mem_mesh_send_message_seq_temp ,rega 
+0x3a9c 011478 setarg mesh_flash_message_seq_addr 
+0x3a9d 011479 branch spid_write_flash_data 
+:      011480 ali_mesh_chip_peripherals_save_seq_from_eep:
+0x3a9e 011481 arg mesh_eep_seq_length ,temp 
+0x3a9f 011482 arg mem_mesh_send_message_seq_temp ,rega 
+0x3aa0 011483 arg mesh_eep_seq_offset ,regb 
+0x3aa1 011484 branch iicd_write_protect_eep_data 
+:      011486 mesh_store_new_subscriptuion_list_data:
+0x3aa2 011487 call ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep 
+0x3aa3 011488 fetch 1 ,mem_mesh_chip_select 
+0x3aa4 011489 beq 2 ,mesh_store_new_subscriptuion_list_data_from_flash 
+0x3aa5 011490 arg mesh_eep_subscription_total_length ,temp 
+0x3aa6 011491 arg mem_mesh_subscription_eep_temp ,rega 
+0x3aa7 011492 arg mesh_eep_subscription_offset ,regb 
+0x3aa8 011493 branch iicd_write_protect_eep_data 
+:      011494 mesh_store_new_subscriptuion_list_data_from_flash:
+0x3aa9 011495 arg mesh_eep_subscription_total_length ,temp 
+0x3aaa 011496 arg mem_mesh_subscription_eep_temp ,rega 
+0x3aab 011497 setarg mesh_flash_subscription_addr 
+0x3aac 011498 branch spid_write_flash_data 
+:      011500 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep:
+0x3aad 011501 call mesh_get_element_info_config 
+0x3aae 011502 arg mem_mesh_subscription_eep_temp ,contw 
+0x3aaf 011503 add rega ,element_device_subscription_label ,rega 
+:      011504 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop:
+0x3ab0 011505 copy rega ,contr 
+0x3ab1 011506 call memcpy16 
+0x3ab2 011507 copy regb ,pdata 
+0x3ab3 011508 iadd rega ,rega 
+0x3ab4 011509 loop ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop 
+0x3ab5 011510 rtn 
+:      011512 mesh_clear_pairing_key:
+0x3ab6 011513 fetch 1 ,mem_mesh_chip_select 
+0x3ab7 011514 beq 1 ,ali_mesh_chip_clear_pairing_key_from_eeprom 
+:      011515 ali_mesh_chip_clear_pairing_key_from_flash:
+0x3ab8 011516 setarg 0x1e000 
+0x3ab9 011517 store 3 ,mem_spi_write_addr 
+0x3aba 011518 branch spid_flash_erase_sector + 2 
+:      011519 ali_mesh_chip_clear_pairing_key_from_eeprom:
+0x3abb 011520 rtn 
+:      011522 mesh_vendor_timming_chage_cb:
+0x3abc 011523 fetch 1 ,mem_mesh_chip_select 
+0x3abd 011524 rtnne 2 
+0x3abe 011525 setarg 0x1d000 
+0x3abf 011526 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x3ac0 011527 arg mesh_x_timers ,temp 
+0x3ac1 011528 mul32 temp ,18 ,temp 
+0x3ac2 011529 branch spid_write_flash_data 
+:      011531 ali_mesh_vendor_timer_message_read:
+0x3ac3 011532 fetch 1 ,mem_mesh_chip_select 
+0x3ac4 011533 rtnne 2 
+0x3ac5 011534 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x3ac6 011535 arg mesh_x_timers ,temp 
+0x3ac7 011536 mul32 temp ,18 ,temp 
+0x3ac8 011537 setarg 0x1d000 
+0x3ac9 011538 branch spid_read_flash 
+:      011544 ali_mesh_control_ble_adv_process:
+0x3aca 011545 call ali_mesh_ble_adv 
+0x3acb 011546 branch ali_mesh_control_ble_adv_tmall_packet 
+:      011550 ali_mesh_control_ble_adv_timer_process:
+0x3acc 011551 call ali_mesh_advertising_unprovisioned_timer_interval_timer 
+0x3acd 011552 branch ali_mesh_advertising_unprovisioned_timer 
+:      011555 ali_mesh_control_ble_advertising_on_advertising:
+0x3ace 011556 jam device_beacon_on ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3acf 011557 rtn 
+:      011560 ali_mesh_control_ble_advertising_off_advertising:
+0x3ad0 011561 jam device_beacon_off ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3ad1 011562 rtn 
+:      011565 ali_mesh_control_ble_adv_tmall_packet:
+0x3ad2 011566 arg ali_mesh_control_ble_adv_tmall_packet_send_package ,regb 
+0x3ad3 011567 arg mesh_adv_tmall_message_interval ,rega 
+0x3ad4 011568 arg mesh_ble_adv_tmall ,queue 
+0x3ad5 011569 branch ali_mesh_chip_timer_check_with_random_timer 
+:      011575 ali_mesh_control_ble_adv_tmall_packet_send_package:
+0x3ad6 011576 fetch 1 ,mem_mesh_provisioned_flag 
+0x3ad7 011577 beq unprovisioned_beacon_status ,ali_mesh_control_ble_advertising_send_device_beacon_packet 
+0x3ad8 011578 beq silence_beacon_status ,ali_mesh_control_ble_advertising_send_device_silence_beacon_packet 
+0x3ad9 011579 beq pairing_status ,ali_mesh_control_ble_advertising_send_pairing_packet 
+0x3ada 011580 beq paired_status ,ali_mesh_control_ble_advertising_send_paired_packet 
+0x3adb 011581 branch ali_mesh_control_ble_advertising_send_paired_packet 
+:      011583 ali_mesh_control_ble_advertising_send_device_silence_beacon_packet:
+0x3adc 011584 jam 0 ,mem_le_adv_enable 
+0x3add 011585 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011587 ali_mesh_control_ble_advertising_send_paired_packet:
+0x3ade 011588 call ali_mesh_advertising_bearer_layer_init_queue_param 
+0x3adf 011589 arg mem_mesh_queue_ele_temp ,rega 
+0x3ae0 011590 call queue_get_new_ele 
+0x3ae1 011591 nrtn user 
+0x3ae2 011592 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x3ae3 011593 bbit1 bit_uuper_tran_proxy_message ,ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy 
+0x3ae4 011594 fetch 1 ,mem_mesh_queue_ele_duration 
+0x3ae5 011595 pincrease -1 
+0x3ae6 011596 istore 1 ,regb 
+0x3ae7 011597 and pdata ,0x7f ,pdata 
+0x3ae8 011598 call ali_mesh_control_ble_advertising_send_paired_packet_end_duration ,blank 
+0x3ae9 011599 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x3aea 011600 rtnbit0 bit_upper_tran_tmall_message 
+0x3aeb 011601 arg mem_mesh_adv_data_len ,contw 
+0x3aec 011602 arg mem_mesh_queue_ele_len ,contr 
+0x3aed 011603 call memcpy32 
+0x3aee 011604 branch mesh_le_send_adv 
+:      011606 ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy:
+0x3aef 011607 arg mem_mesh_queue_ele_duration ,rega 
+0x3af0 011608 call queue_pop 
+0x3af1 011609 call queue_empty 
+0x3af2 011610 nrtn blank 
+0x3af3 011612 call ali_mesh_send_paired_packet_init_advertising 
+0x3af4 011613 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011616 ali_mesh_control_ble_advertising_send_paired_packet_end_duration:
+0x3af5 011617 arg mem_mesh_queue_ele_duration ,rega 
+0x3af6 011618 call queue_pop 
+0x3af7 011619 call queue_empty 
+0x3af8 011620 nrtn blank 
+0x3af9 011622 jam adv_pairing_mesh_message_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3afa 011623 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011625 ali_mesh_send_paired_packet_init_advertising:
+0x3afb 011626 jam null_packet_advertising ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3afc 011627 rtn 
+:      011630 ali_mesh_control_ble_advertising_send_device_beacon_packet:
+0x3afd 011631 call ali_mesh_config_device_uuid_by_three_tuple 
+0x3afe 011632 call ali_mesh_send_unprovisioned_beacons_tmall 
+0x3aff 011633 call ali_mesh_control_ble_advertising_device_beacon_check_duration 
+0x3b00 011634 nrtn zero 
+0x3b01 011635 fetch 1 ,mem_mesh_provisioned_flag 
+0x3b02 011636 beq silence_beacon_status ,ali_mesh_end_advertising_silence_device_beacon_packet 
+0x3b03 011637 beq unprovisioned_beacon_status ,ali_mesh_end_advertising_unprovisioned_device_beacon_packet 
+0x3b04 011638 rtn 
+:      011643 ali_mesh_control_ble_advertising_device_beacon_check_duration:
+0x3b05 011644 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b06 011645 add pdata ,-1 ,pdata 
+0x3b07 011646 store 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b08 011647 rtn 
+:      011650 ali_mesh_end_advertising_silence_device_beacon_packet:
+0x3b09 011651 jam adv_silence_device_beacon_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3b0a 011652 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011655 ali_mesh_end_advertising_unprovisioned_device_beacon_packet:
+0x3b0b 011656 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3b0c 011657 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011660 ali_mesh_control_ble_advertising_send_pairing_packet:
+0x3b0d 011661 branch mesh_le_send_adv 
+:      011663 ali_mesh_chip_timer_check_with_random_timer:
+0x3b0e 011664 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3b0f 011665 rtnne device_beacon_on 
+:      011666 ali_mesh_chip_timer_check_with_random_timer_continue:
+0x3b10 011667 random pdata 
+0x3b11 011668 and pdata ,0x07 ,pdata 
+0x3b12 011669 iadd rega ,rega 
+:      011673 ali_mesh_chip_timer_check:
+0x3b13 011674 call timer_check 
+0x3b14 011675 nrtn blank 
+0x3b15 011676 copy rega ,pdata 
+0x3b16 011677 call timer_init 
+0x3b17 011678 copy regb ,pdata 
+0x3b18 011679 branch callback_func 
+:      011683 ali_mesh_advertising_unprovisioned_timer:
+0x3b19 011684 arg mem_mesh_advertising_unprovisioned_device_beacon_timer ,regc 
+0x3b1a 011685 arg ali_mesh_advertising_unprovisioned_timeout ,regb 
+0x3b1b 011686 branch timer_single_step_2b 
+:      011689 ali_mesh_advertising_unprovisioned_timeout:
+0x3b1c 011690 fetch 1 ,mem_mesh_provisioned_flag 
+0x3b1d 011691 rtnne unprovisioned_beacon_status 
+0x3b1e 011692 fetch 1 ,mem_mesh_uuid_featureflag 
+0x3b1f 011693 set1 bit_silence_adv_flag ,pdata 
+0x3b20 011694 store 1 ,mem_mesh_uuid_featureflag 
+0x3b21 011695 jam silence_beacon_status ,mem_mesh_provisioned_flag 
+0x3b22 011696 branch ali_mesh_send_silence_device_beacon_init_advertising 
+:      011701 ali_mesh_advertising_unprovisioned_timer_interval_timer:
+0x3b23 011702 arg mem_mesh_advertising_unprovisioned_device_beacon_interval ,regc 
+0x3b24 011703 arg ali_mesh_advertising_unprovisioned_timer_interval_timeout ,regb 
+0x3b25 011704 branch timer_single_step 
+:      011709 ali_mesh_advertising_unprovisioned_timer_interval_timeout:
+0x3b26 011710 fetch 1 ,mem_mesh_provisioned_flag 
+0x3b27 011712 beq unprovisioned_beacon_status ,ali_mesh_send_unprovisioned_device_beacon_init_advertising 
+0x3b28 011713 beq paired_status ,ali_mesh_send_paired_packet_init_advertising 
+0x3b29 011714 rtn 
+:      011716 ali_mesh_stop_send_indication_packet:
+0x3b2a 011717 call ali_mesh_advertising_bearer_layer_queue_init 
+0x3b2b 011718 call ali_mesh_upper_transport_layer_queue_pop 
+0x3b2c 011719 jam 0 ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3b2d 011720 call ali_mesh_control_ble_advertising_off_advertising 
+0x3b2e 011721 branch ali_mesh_send_paired_packet_init_advertising 
+:      011724 ali_mesh_send_unprovisioned_device_beacon_init_advertising:
+0x3b2f 011725 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b30 011726 branch ali_mesh_control_ble_advertising_on_advertising 
+:      011729 ali_mesh_send_silence_device_beacon_init_advertising:
+0x3b31 011730 jam adv_silence_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b32 011731 branch ali_mesh_control_ble_advertising_on_advertising 
+:      011733 ali_mesh_network_layer_control_relay_packet:
+0x3b33 011734 arg ali_mesh_network_layer_control_send_relay_packet ,regb 
+0x3b34 011735 arg mesh_adv_relay_message_interval ,rega 
+0x3b35 011736 arg mesh_ble_relay_timer ,queue 
+0x3b36 011737 branch ali_mesh_chip_timer_check_with_random_timer_continue 
+:      011739 ali_mesh_network_layer_control_send_relay_packet:
+0x3b37 011740 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3b38 011741 nrtn blank 
+0x3b39 011742 call ali_mesh_network_layer_init_queue_param 
+0x3b3a 011743 arg mem_mesh_queue_ele_temp ,rega 
+0x3b3b 011744 call queue_get_new_ele 
+0x3b3c 011745 nrtn user 
+0x3b3d 011746 fetch 1 ,mem_mesh_queue_ele_duration 
+0x3b3e 011747 pincrease -1 
+0x3b3f 011748 istore 1 ,regb 
+0x3b40 011749 call queue_pop ,blank 
+0x3b41 011750 arg mem_mesh_adv_data_len ,contw 
+0x3b42 011751 arg mem_mesh_queue_ele_len ,contr 
+0x3b43 011752 call memcpy32 
+0x3b44 011753 branch mesh_le_send_adv 
+:      011760 ali_mesh_encrypt_calc_random_data:
+0x3b45 011761 call ali_mesh_encrypt_calc_random_data_calc_confirmationkey 
+0x3b46 011762 call ali_mesh_encrypt_calc_random_data_calc_authvalueprov 
+0x3b47 011763 call ali_mesh_encrypt_calc_random_data_calc_authvaluedevice 
+0x3b48 011764 call ali_mesh_encrypt_calc_random_data_calc_confirmationcloud 
+0x3b49 011765 call ali_mesh_encrypt_calc_random_data_calc_confirmationdevice 
+0x3b4a 011766 branch ali_mesh_encrypt_calc_random_data_calc_devicekey 
+:      011771 ali_mesh_encrypt_calc_random_data_calc_confirmationkey:
+0x3b4b 011772 call ali_mesh_encrypt_load_randomab_to_sha256 
+0x3b4c 011773 arg mem_mesh_sha256_confirmationkey_ascii ,contr 
+0x3b4d 011774 arg 0xf ,loopcnt 
+0x3b4e 011775 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
+0x3b4f 011776 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b50 011777 arg memresult ,contr 
+0x3b51 011778 arg mem_mesh_confirmationkey ,contw 
+0x3b52 011779 branch memcpy16 
+:      011784 ali_mesh_encrypt_calc_random_data_calc_authvalueprov:
+0x3b53 011785 call ali_mesh_encrypt_load_three_tuple_to_sha256 
+0x3b54 011786 call ali_mesh_encrypt_load_randomba_to_sha256 
+0x3b55 011787 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b56 011788 arg memresult ,contr 
+0x3b57 011789 arg mem_mesh_authvalueprov ,contw 
+0x3b58 011790 branch memcpy16 
+:      011794 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice:
+0x3b59 011795 call ali_mesh_encrypt_load_three_tuple_to_sha256 
+0x3b5a 011796 call ali_mesh_encrypt_load_randomab_to_sha256 
+0x3b5b 011797 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b5c 011798 arg memresult ,contr 
+0x3b5d 011799 arg mem_mesh_authvaluedevice ,contw 
+0x3b5e 011800 branch memcpy16 
+:      011805 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud:
+0x3b5f 011806 fetch 8 ,mem_mesh_provisioning_random_a 
+0x3b60 011807 store 8 ,mem_mesh_confirmationcloud_randoma 
+0x3b61 011808 fetch 8 ,mem_mesh_provisioning_random_b 
+0x3b62 011809 store 8 ,mem_mesh_confirmationcloud_randomb 
+0x3b63 011811 arg mem_mesh_calc_confirmationcloud_data ,contr 
+0x3b64 011812 arg mem_mesh_confirmationkey ,rega 
+0x3b65 011813 arg mem_mesh_confirmationcloud ,alarm 
+0x3b66 011814 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
+:      011820 ali_mesh_encrypt_calc_random_data_calc_confirmationdevice:
+0x3b67 011821 arg mem_mesh_calc_confirmationdevice_data ,contr 
+0x3b68 011822 arg mem_mesh_confirmationkey ,rega 
+0x3b69 011823 arg mem_mesh_confirmationdevice ,alarm 
+0x3b6a 011824 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
+:      011829 ali_mesh_encrypt_calc_random_data_calc_devicekey:
+0x3b6b 011831 arg mem_mesh_confirmationcloud ,contr 
+0x3b6c 011832 arg 0x10 ,loopcnt 
+0x3b6d 011833 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
+0x3b6e 011834 arg mem_mesh_sha256_devicekey_ascii ,contr 
+0x3b6f 011835 arg 9 ,loopcnt 
+0x3b70 011836 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
+0x3b71 011837 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b72 011838 arg memresult ,contr 
+0x3b73 011839 arg mem_mesh_device_key ,contw 
+0x3b74 011840 branch memcpy16 
+:      011843 ali_mesh_encrypt_load_randomba_to_sha256:
+0x3b75 011844 call ali_mesh_encrypt_load_randomb_to_sha256 
+:      011845 ali_mesh_encrypt_load_randoma_to_sha256:
+0x3b76 011846 arg mem_mesh_provisioning_random_a ,contr 
+0x3b77 011847 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
+:      011849 ali_mesh_encrypt_load_randomab_to_sha256:
+0x3b78 011850 call ali_mesh_encrypt_load_randoma_to_sha256 
+:      011851 ali_mesh_encrypt_load_randomb_to_sha256:
+0x3b79 011852 arg mem_mesh_provisioning_random_b ,contr 
+0x3b7a 011853 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
+:      011856 ali_mesh_encrypt_load_three_tuple_to_sha256:
+0x3b7b 011857 arg mem_mesh_three_tuple_productid ,contr 
+0x3b7c 011858 arg 4 ,loopcnt 
+0x3b7d 011859 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
+0x3b7e 011860 arg mem_mesh_three_tuple_mac ,contr 
+0x3b7f 011861 arg 6 ,loopcnt 
+0x3b80 011862 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
+0x3b81 011863 arg mem_mesh_three_tuple_secret ,contr 
+0x3b82 011864 arg 0x10 ,loopcnt 
+0x3b83 011865 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
+0x3b84 011866 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3b85 011867 branch ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma + 2 
+:      011872 ali_mesh_encrypt_calc_provisioning_data:
+0x3b86 011873 call ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey 
+:      011875 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data:
+0x3b87 011876 arg mem_mesh_encrypt_provisioning_data ,rega 
+0x3b88 011877 arg memresult ,regb 
+0x3b89 011878 arg 0xb ,loopcnt 
+:      011879 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop:
+0x3b8a 011880 ifetch 2 ,rega 
+0x3b8b 011881 ifetcht 2 ,regb 
+0x3b8c 011882 ixor temp ,pdata 
+0x3b8d 011883 istore 2 ,rega 
+0x3b8e 011884 increase 2 ,rega 
+0x3b8f 011885 increase 2 ,regb 
+0x3b90 011886 loop ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop 
+0x3b91 011887 rtn 
+:      011893 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey:
+0x3b92 011894 arg mem_mesh_confirmationcloud ,contr 
+0x3b93 011895 arg 0x10 ,loopcnt 
+0x3b94 011896 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
+0x3b95 011897 arg mem_mesh_sha256_sessionkey_ascii ,contr 
+0x3b96 011898 arg 0xa ,loopcnt 
+0x3b97 011899 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
+0x3b98 011900 branch ali_mesh_encrypt_base_function_sha256_calc 
+:      011904 ali_mesh_encrypt_calc_network_key_by_k2:
+0x3b99 011905 arg mem_mesh_network_key ,contr 
+0x3b9a 011906 arg mem_k2_n ,contw 
+0x3b9b 011907 call memcpy16 
+:      011911 ali_mesh_encrypt_base_function_k2:
+0x3b9c 011913 arg mem_k2_n ,contr 
+0x3b9d 011914 arg mem_k2_salt ,rega 
+0x3b9e 011915 arg mem_k2_t ,alarm 
+0x3b9f 011916 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
+0x3ba0 011918 arg mem_k2_t1 ,alarm 
+0x3ba1 011919 arg 0x01 ,regb 
+0x3ba2 011920 setarg 0 
+0x3ba3 011921 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
+0x3ba4 011922 fetch 1 ,mem_k2_t1 + 15 
+0x3ba5 011923 and pdata ,0x7f ,pdata 
+0x3ba6 011924 store 1 ,mem_k2_nid 
+0x3ba7 011926 arg mem_k2_t2 ,alarm 
+0x3ba8 011927 arg 0x02 ,regb 
+0x3ba9 011928 setarg 0x10 
+0x3baa 011929 arg mem_k2_t1 ,rega 
+0x3bab 011930 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
+0x3bac 011932 arg mem_k2_t3 ,alarm 
+0x3bad 011933 arg 0x03 ,regb 
+0x3bae 011934 setarg 0x10 
+0x3baf 011935 arg mem_k2_t2 ,rega 
+0x3bb0 011936 branch ali_mesh_encrypt_base_function_k2_aes_cmac_t 
+:      011938 ali_mesh_encrypt_base_function_k4:
+0x3bb1 011940 arg mem_mesh_application_key ,contr 
+0x3bb2 011941 arg mem_k4_salt ,rega 
+0x3bb3 011942 arg mem_k4_t ,alarm 
+0x3bb4 011943 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
+0x3bb5 011944 arg mem_k4_id6_01 ,contr 
+0x3bb6 011945 arg mem_k4_t ,rega 
+0x3bb7 011946 arg mem_k4_k4n ,alarm 
+0x3bb8 011947 setarg 4 
+0x3bb9 011948 call ali_mesh_encrypt_base_function_aes_cmac 
+0x3bba 011949 fetch 1 ,mem_k4_k4n + 15 
+0x3bbb 011950 and pdata ,0x3f ,pdata 
+0x3bbc 011951 set1 transport_head_bit_akf ,pdata 
+0x3bbd 011952 store 1 ,mem_mesh_transport_aid 
+0x3bbe 011953 rtn 
+:      011955 ali_mesh_encrypt_base_function_k3:
+0x3bbf 011957 arg mem_mesh_network_key ,contr 
+0x3bc0 011958 arg mem_k3_salt ,rega 
+0x3bc1 011959 arg mem_k3_t ,alarm 
+0x3bc2 011960 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
+0x3bc3 011961 arg mem_k3_id64_01 ,contr 
+0x3bc4 011962 arg mem_k3_t ,rega 
+0x3bc5 011963 arg mem_k3_k4n ,alarm 
+0x3bc6 011964 setarg 5 
+0x3bc7 011965 call ali_mesh_encrypt_base_function_aes_cmac 
+0x3bc8 011969 fetch 2 ,mem_ui_state_map 
+0x3bc9 011970 rtnbit1 ui_state_ble_connected 
+0x3bca 011971 jam 1 ,mem_le_adv_enable 
+0x3bcb 011972 rtn 
+:      011976 ali_mesh_encrypt_obfuscation_deceypt_send_message:
+0x3bcc 011977 arg mem_mesh_send_upper_layer_ctl_and_ttl ,rega 
+0x3bcd 011978 fetch 7 ,mem_mesh_send_upper_layer_dst 
+0x3bce 011979 branch ali_mesh_encrypt_obfuscation_deceypt 
+:      011980 ali_mesh_encrypt_obfuscation_deceypt_recevie_message:
+0x3bcf 011981 arg mem_mesh_message_ttl ,rega 
+0x3bd0 011982 fetch 7 ,mem_mesh_message_dst 
+:      011983 ali_mesh_encrypt_obfuscation_deceypt:
+0x3bd1 011984 store 7 ,mem_mesh_privacy_plaintext_privacy_random 
+0x3bd2 011985 setarg 0 
+0x3bd3 011986 store 5 ,mem_mesh_privacy_plaintext_zero_string 
+0x3bd4 011987 call ali_mesh_encrypt_generate_pecb 
+0x3bd5 011988 fetch 6 ,mem_mesh_pecb 
+0x3bd6 011989 ifetcht 6 ,rega 
+0x3bd7 011990 ixor temp ,pdata 
+0x3bd8 011991 istore 6 ,rega 
+0x3bd9 011992 rtn 
+:      011994 ali_mesh_encrypt_generate_pecb:
+:      011995 ali_mesh_encrypt_generate_privacy_random:
+0x3bda 011996 fetch 4 ,mem_mesh_iv_index 
+0x3bdb 011997 store 4 ,mem_mesh_privacy_plaintext_iv_index 
+:      011999 ali_mesh_encrypt_base_function_generate_pecb:
+0x3bdc 012000 arg mem_k2_privacykey ,contr 
+0x3bdd 012001 call load_key 
+0x3bde 012002 arg mem_mesh_privacy_plaintext ,contr 
+0x3bdf 012003 call load_data128 
+0x3be0 012004 call do_aes_ocb 
+0x3be1 012005 arg mem_mesh_pecb ,contw 
+0x3be2 012006 branch store_aes_result 
+:      012013 ali_mesh_encrypt_base_function_sha256_load_data_64bit:
+0x3be3 012014 arg 8 ,loopcnt 
+:      012019 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii:
+0x3be4 012020 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3be5 012021 call ali_mesh_encrypt_base_function_hex2ascii 
+0x3be6 012022 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
+:      012023 ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii:
+0x3be7 012024 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3be8 012025 call memcpy 
+0x3be9 012026 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
+:      012027 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma:
+0x3bea 012028 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3beb 012029 call ali_mesh_encrypt_base_function_hex2ascii 
+0x3bec 012030 setarg comma 
+0x3bed 012031 istore 1 ,contw 
+:      012032 ali_mesh_encrypt_base_function_sha256_store_dataptr:
+0x3bee 012033 copy contw ,pdata 
+0x3bef 012034 store 2 ,mem_mesh_sha256_data_end_addr 
+0x3bf0 012035 rtn 
+:      012036 ali_mesh_encrypt_base_function_sha256_check_first_load_data:
+0x3bf1 012037 copy contr ,temp 
+0x3bf2 012038 copy loopcnt ,rega 
+0x3bf3 012039 fetch 2 ,mem_mesh_sha256_data_end_addr 
+0x3bf4 012040 copy pdata ,contw 
+0x3bf5 012041 fetch 1 ,mem_mesh_sha256_load_first_data_flag 
+0x3bf6 012042 call ali_mesh_encrypt_base_function_sha256_first_load_data ,blank 
+0x3bf7 012043 copy temp ,contr 
+0x3bf8 012044 copy rega ,loopcnt 
+0x3bf9 012045 rtn 
+:      012046 ali_mesh_encrypt_base_function_sha256_first_load_data:
+0x3bfa 012047 jam 1 ,mem_mesh_sha256_load_first_data_flag 
+0x3bfb 012048 call ali_mesh_encrypt_base_function_sha256_clear_data_chunk 
+0x3bfc 012049 arg mem_mesh_sha256_chunk_start ,contw 
+0x3bfd 012050 rtn 
+:      012052 ali_mesh_encrypt_base_function_sha256_clear_data_chunk:
+0x3bfe 012053 arg 0x100 ,loopcnt 
+0x3bff 012054 arg mem_mesh_sha256_chunk_start ,contw 
+0x3c00 012055 branch memset0 
+:      012059 ali_mesh_encrypt_base_function_sha256_calc:
+0x3c01 012060 call ali_mesh_encrypt_base_function_sha256_load_data_end 
+0x3c02 012061 call ali_mesh_encrypt_base_function_sha256_input_data_init_inverse 
+0x3c03 012063 setarg mem_mesh_sha256_chunk_start 
+0x3c04 012064 store 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c05 012065 call sha_init 
+:      012067 ali_mesh_encrypt_base_function_sha256_calc_loop:
+0x3c06 012068 fetch 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c07 012069 copy pdata ,contr 
+0x3c08 012070 arg mem_dat ,contw 
+0x3c09 012071 call memcpy64 
+0x3c0a 012072 call sha 
+0x3c0b 012073 fetch 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c0c 012074 pincrease 64 
+0x3c0d 012075 store 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c0e 012076 fetch 1 ,mem_mesh_sha256_chunk_count 
+0x3c0f 012077 pincrease -1 
+0x3c10 012078 store 1 ,mem_mesh_sha256_chunk_count 
+0x3c11 012079 nbranch ali_mesh_encrypt_base_function_sha256_calc_loop ,blank 
+0x3c12 012080 call sha_result 
+0x3c13 012081 arg memresult ,rega 
+0x3c14 012082 arg 0x20 ,loopcnt 
+0x3c15 012083 call inverse_data 
+0x3c16 012084 rtn 
+:      012087 ali_mesh_encrypt_base_function_sha256_load_data_end:
+0x3c17 012088 jam 0 ,mem_mesh_sha256_load_first_data_flag 
+0x3c18 012089 fetch 2 ,mem_mesh_sha256_data_end_addr 
+0x3c19 012090 copy pdata ,contw 
+0x3c1a 012091 arg 0x80 ,temp 
+0x3c1b 012092 istoret 1 ,contw 
+0x3c1c 012093 arg mem_mesh_sha256_chunk_start ,temp 
+0x3c1d 012094 isub temp ,pdata 
+0x3c1e 012095 store 8 ,mem_mesh_sha256_data_len_byte 
+0x3c1f 012097 lshift3 pdata ,temp 
+0x3c20 012098 storet 8 ,mem_mesh_sha256_data_len_bit 
+0x3c21 012099 rshift4 pdata ,regc 
+0x3c22 012100 rshift2 regc ,regc 
+0x3c23 012101 and pdata ,0x3f ,pdata 
+0x3c24 012102 sub pdata ,55 ,null 
+0x3c25 012104 ncall ali_mesh_encrypt_base_function_sha256_add_chunk ,positive 
+0x3c26 012105 add regc ,1 ,pdata 
+0x3c27 012106 store 1 ,mem_mesh_sha256_chunk_count 
+0x3c28 012107 mul32 pdata ,64 ,rega 
+0x3c29 012108 lshift4 pdata ,regc 
+0x3c2a 012109 increase -1 ,regc 
+0x3c2b 012110 setarg mem_mesh_sha256_chunk_start + decreased_four 
+0x3c2c 012111 iadd rega ,rega 
+0x3c2d 012112 fetch 4 ,mem_mesh_sha256_data_len_bit 
+0x3c2e 012113 istore 4 ,rega 
+0x3c2f 012114 rtn 
+:      012118 ali_mesh_encrypt_base_function_sha256_add_chunk:
+0x3c30 012119 increase 1 ,regc 
+0x3c31 012120 rtn 
+:      012122 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse:
+0x3c32 012123 arg mem_mesh_sha256_chunk_start ,rega 
+:      012128 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte:
+0x3c33 012129 arg 4 ,loopcnt 
+0x3c34 012130 call inverse_data 
+0x3c35 012131 increase 2 ,rega 
+0x3c36 012132 add regc ,-1 ,regc 
+0x3c37 012133 nbranch ali_mesh_encrypt_base_function_sha256_data_inverse_4byte ,zero 
+0x3c38 012134 rtn 
+:      012141 ali_mesh_encrypt_base_function_hex2ascii:
+0x3c39 012142 ifetch 1 ,contr 
+0x3c3a 012143 rshift4 pdata ,temp 
+0x3c3b 012144 call ali_mesh_encrypt_base_function_dialog2uchar 
+0x3c3c 012145 istoret 1 ,contw 
+0x3c3d 012146 and pdata ,0x0f ,temp 
+0x3c3e 012147 call ali_mesh_encrypt_base_function_dialog2uchar 
+0x3c3f 012148 istoret 1 ,contw 
+0x3c40 012149 loop ali_mesh_encrypt_base_function_hex2ascii 
+0x3c41 012150 rtn 
+:      012151 ali_mesh_encrypt_base_function_dialog2uchar:
+0x3c42 012152 sub temp ,9 ,null 
+0x3c43 012153 branch ali_mesh_encrypt_base_function_dialog2uchar_num ,positive 
+0x3c44 012154 add temp ,87 ,temp 
+0x3c45 012155 rtn 
+:      012156 ali_mesh_encrypt_base_function_dialog2uchar_num:
+0x3c46 012157 add temp ,48 ,temp 
+0x3c47 012158 rtn 
+:      012161 ali_mesh_encrypt_base_function_aes_cmac_32byte:
+0x3c48 012162 setarg 0x20 
+0x3c49 012163 branch ali_mesh_encrypt_base_function_aes_cmac 
+:      012165 ali_mesh_encrypt_base_function_aes_cmac_16byte:
+0x3c4a 012166 setarg 0x10 
+0x3c4b 012167 branch ali_mesh_encrypt_base_function_aes_cmac 
+:      012172 ali_mesh_encrypt_base_function_k2_aes_cmac_t:
+0x3c4c 012173 fetcht 1 ,mem_k2_p_len 
+0x3c4d 012174 increase 1 ,temp 
+0x3c4e 012175 iadd temp ,temp 
+0x3c4f 012176 storet 1 ,mem_aes_cmac_data_length 
+0x3c50 012177 copy rega ,contr 
+0x3c51 012178 copy pdata ,loopcnt 
+0x3c52 012179 call memcpy_fast 
+0x3c53 012180 fetcht 1 ,mem_k2_p_len 
+0x3c54 012181 copy temp ,loopcnt 
+0x3c55 012182 call memcpy 
+0x3c56 012183 copy regb ,pdata 
+0x3c57 012184 istore 1 ,contw 
+0x3c58 012185 arg mem_k2_t ,rega 
+0x3c59 012186 branch ali_mesh_encrypt_base_function_aes_cmac + 3 
+:      012195 ali_mesh_encrypt_base_function_aes_cmac:
+0x3c5a 012196 store 1 ,mem_aes_cmac_data_length 
+0x3c5b 012197 copy pdata ,loopcnt 
+0x3c5c 012198 call memcpy_fast 
+0x3c5d 012199 copy rega ,contr 
+0x3c5e 012200 arg mem_aes_cmac_k ,contw 
+0x3c5f 012201 call memcpy16 
+0x3c60 012202 call function_aes_cmac 
+0x3c61 012203 copy alarm ,contw 
+0x3c62 012204 call store_aes_result 
+0x3c63 012205 rtn 
+:      012209 ali_b0_block_generate:
+0x3c64 012210 fetcht 1 ,mem_ccm_type 
+0x3c65 012211 branch ali_block_generate 
+:      012212 ali_a_block_generate:
+0x3c66 012213 force 0x01 ,temp 
+:      012214 ali_block_generate:
+0x3c67 012215 force regidx_data ,regext_index 
+0x3c68 012216 fetch 2 ,mem_nonce_ptr 
+0x3c69 012217 copy pdata ,contr 
+0x3c6a 012218 ifetch 3 ,contr 
+0x3c6b 012219 lshift8 pdata ,pdata 
+0x3c6c 012220 ior temp ,regext 
+0x3c6d 012221 increase 1 ,regext_index 
+0x3c6e 012222 ifetch 4 ,contr 
+0x3c6f 012223 copy pdata ,regext 
+0x3c70 012224 increase 1 ,regext_index 
+0x3c71 012225 ifetch 4 ,contr 
+0x3c72 012226 copy pdata ,regext 
+0x3c73 012227 increase 1 ,regext_index 
+0x3c74 012228 byteswap rega ,regext 
+0x3c75 012229 lshift16 regext ,regext 
+0x3c76 012230 ifetch 2 ,contr 
+0x3c77 012231 ior regext ,regext 
+0x3c78 012232 rtn 
+:      012233 ali_generate_mic:
+0x3c79 012234 fetch 1 ,mem_ccm_data_len 
+0x3c7a 012235 copy pdata ,rega 
+0x3c7b 012236 call ali_b0_block_generate 
+0x3c7c 012237 call do_aes_ocb 
+0x3c7d 012238 force regidx_result ,regext_index 
+0x3c7e 012239 deposit regext 
+0x3c7f 012240 copy rega ,loopcnt 
+0x3c80 012241 fetcht 2 ,mem_ccm_data_ptr 
+0x3c81 012242 copy temp ,contr 
+0x3c82 012243 call padding_data 
+0x3c83 012244 branch generate_mic_loop 
+:      012245 ali_ccm_encrypt_64bit:
+0x3c84 012246 jam mic_size_64bit ,mem_ccm_type 
+0x3c85 012247 branch ali_ccm_encrypt_function 
+:      012248 ali_ccm_encrypt:
+0x3c86 012249 jam mic_size_32bit ,mem_ccm_type 
+0x3c87 012250 branch ali_ccm_encrypt_function 
+:      012251 ali_ccm_encrypt_function:
+0x3c88 012252 store 1 ,mem_ccm_data_len 
+0x3c89 012253 storet 2 ,mem_ccm_data_ptr 
+0x3c8a 012254 bpatchx patch34_5 ,mem_patch34 
+0x3c8b 012255 call ali_generate_mic 
+0x3c8c 012256 force regidx_xor ,regext_index 
+0x3c8d 012257 iforce regext 
+0x3c8e 012258 force regidx_result + 1 ,regext_index 
+0x3c8f 012259 copy regext ,pdata 
+0x3c90 012260 force regidx_xor + 1 ,regext_index 
+0x3c91 012261 iforce regext 
+0x3c92 012262 force 0 ,rega 
+0x3c93 012263 copy temp ,regc 
+0x3c94 012264 call ali_a_block_generate 
+0x3c95 012265 call do_aes_ctr 
+0x3c96 012266 call ali_fetcht_ccm_mic 
+0x3c97 012267 storet 8 ,mem_ccm_mic 
+0x3c98 012268 fetch 1 ,mem_ccm_data_len 
+0x3c99 012269 copy pdata ,regb 
+0x3c9a 012270 call ali_aes_crypt_data 
+0x3c9b 012271 fetcht 1 ,mem_ccm_data_len 
+0x3c9c 012272 fetch 2 ,mem_ccm_data_ptr 
+0x3c9d 012273 iadd temp ,rega 
+0x3c9e 012274 fetcht 8 ,mem_ccm_mic 
+0x3c9f 012275 istoret 4 ,rega 
+0x3ca0 012276 fetch 1 ,mem_ccm_type 
+0x3ca1 012277 sub pdata ,mic_size_32bit ,pdata 
+0x3ca2 012278 rtn blank 
+0x3ca3 012279 istoret 8 ,rega 
+0x3ca4 012280 rtn 
+:      012281 ali_ccm_decrypt_64bit:
+0x3ca5 012282 jam mic_size_64bit ,mem_ccm_type 
+0x3ca6 012283 branch ali_ccm_decrypt_function 
+:      012284 ali_ccm_decrypt:
+0x3ca7 012285 jam mic_size_32bit ,mem_ccm_type 
+0x3ca8 012286 branch ali_ccm_decrypt_function 
+:      012288 ali_ccm_decrypt_function:
+0x3ca9 012289 store 1 ,mem_ccm_data_len 
+0x3caa 012290 storet 2 ,mem_ccm_data_ptr 
+0x3cab 012291 copy temp ,regc 
+0x3cac 012292 copy pdata ,regb 
+0x3cad 012293 iadd regc ,contr 
+0x3cae 012294 bpatchx patch34_6 ,mem_patch34 
+0x3caf 012295 ifetch 8 ,contr 
+0x3cb0 012296 force regidx_xor ,regext_index 
+0x3cb1 012297 iforce regext 
+0x3cb2 012298 force regidx_xor + 1 ,regext_index 
+0x3cb3 012299 rshift32 pdata ,pdata 
+0x3cb4 012300 iforce regext 
+0x3cb5 012301 force 0 ,rega 
+0x3cb6 012302 call ali_a_block_generate 
+0x3cb7 012303 call do_aes_ctr 
+0x3cb8 012304 call ali_fetcht_ccm_mic 
+0x3cb9 012305 storet 8 ,mem_ccm_mic 
+0x3cba 012306 call ali_aes_crypt_data 
+0x3cbb 012307 call ali_generate_mic 
+0x3cbc 012308 call ali_fetcht_ccm_mic 
+0x3cbd 012309 fetch 1 ,mem_ccm_type 
+0x3cbe 012310 beq mic_size_64bit ,ali_ccm_decrypt_function_check_mic64 
+0x3cbf 012311 storet 4 ,mem_ccm_mic + 4 
+0x3cc0 012312 fetch 4 ,mem_ccm_mic 
+0x3cc1 012313 fetcht 4 ,mem_ccm_mic + 4 
+0x3cc2 012314 isub temp ,pdata 
+0x3cc3 012315 rtn 
+:      012317 ali_ccm_decrypt_function_check_mic64:
+0x3cc4 012318 fetch 8 ,mem_ccm_mic 
+0x3cc5 012319 isub temp ,pdata 
+0x3cc6 012320 rtn 
+:      012322 ali_fetcht_ccm_mic:
+0x3cc7 012323 force regidx_result ,regext_index 
+0x3cc8 012324 deposit regext 
+0x3cc9 012325 force regidx_result + 1 ,regext_index 
+0x3cca 012326 copy regext ,temp 
+0x3ccb 012327 lshift16 temp ,temp 
+0x3ccc 012328 lshift16 temp ,temp 
+0x3ccd 012329 ior temp ,temp 
+0x3cce 012330 rtn 
+:      012331 ali_aes_crypt_data:
+0x3ccf 012332 increase 1 ,rega 
+0x3cd0 012333 call ali_a_block_generate 
+0x3cd1 012334 copy regc ,contr 
+0x3cd2 012335 call aes_load_xor 
+0x3cd3 012336 call do_aes_ctr 
+0x3cd4 012337 call store_enc_data 
+0x3cd5 012338 increase 16 ,regc 
+0x3cd6 012339 increase -16 ,regb 
+0x3cd7 012340 branch ali_aes_crypt_data ,positive 
+0x3cd8 012341 rtn 
+:      012351 mesh_send_unprovisioned_beacons:
+0x3cd9 012352 bpatchx patch34_7 ,mem_patch34 
+0x3cda 012353 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
+0x3cdb 012354 jam 0x00 ,mem_mesh_provisioning_state_flag 
+0x3cdc 012355 jam 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3cdd 012356 setarg adv_unprovisioned_device_beacon_timeout 
+0x3cde 012357 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
+0x3cdf 012358 rtn 
+:      012361 ali_mesh_config_device_uuid_by_three_tuple:
+0x3ce0 012362 setarg company_identifiers_alibaba 
+0x3ce1 012363 store 2 ,mem_mesh_device_uuid 
+0x3ce2 012364 fetch 1 ,mem_mesh_device_pid 
+0x3ce3 012365 istore 1 ,contw 
+0x3ce4 012366 fetch 4 ,mem_mesh_three_tuple_productid 
+0x3ce5 012367 call inverse_data_4byte 
+0x3ce6 012368 istore 4 ,contw 
+0x3ce7 012369 fetch 6 ,mem_le_lap 
+0x3ce8 012370 istore 6 ,contw 
+0x3ce9 012371 fetch 3 ,mem_mesh_uuid_featureflag 
+0x3cea 012372 istore 3 ,contw 
+0x3ceb 012373 rtn 
+:      012375 ali_mesh_send_unprovisioned_beacons_tmall:
+0x3cec 012376 call ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package 
+0x3ced 012377 branch mesh_le_send_adv 
+:      012379 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package:
+0x3cee 012381 jam 0x15 ,mem_mesh_adv_data_len 
+0x3cef 012382 setarg 0x14 
+0x3cf0 012383 store 1 ,mem_mesh_adv_data 
+0x3cf1 012384 setarg gap_adtype_mesh_beacon 
+0x3cf2 012385 istore 1 ,contw 
+0x3cf3 012386 setarg unprovisioned_device_beacon 
+0x3cf4 012387 istore 1 ,contw 
+:      012388 ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid:
+0x3cf5 012389 arg mem_mesh_device_uuid ,contr 
+0x3cf6 012390 call memcpy16 
+0x3cf7 012391 fetch 2 ,mem_mesh_oob_information 
+0x3cf8 012392 istore 2 ,contw 
+0x3cf9 012393 rtn 
+:      012396 ali_mesh_receive_adtype_manufacturer_specific:
+0x3cfa 012397 call ali_mesh_receive_provisioning_package_check_header 
+0x3cfb 012398 nrtn user 
+0x3cfc 012399 ifetch 1 ,contr 
+0x3cfd 012400 beq provisioning_random ,ali_mesh_advertising_receive_privisioning_random 
+0x3cfe 012401 beq provisioning_data ,ali_mesh_decrypt_tmall_privisioning_data_package 
+0x3cff 012402 bpatchx patch35_0 ,mem_patch35 
+0x3d00 012403 rtn 
+:      012407 ali_mesh_advertising_receive_privisioning_random:
+0x3d01 012408 call ali_mesh_advertising_receive_privisioning_random_check_states 
+0x3d02 012409 nrtn user 
+:      012410 ali_mesh_advertising_calc_encrypt_random_data:
+0x3d03 012411 call ali_mesh_encrypt_calc_random_data 
+0x3d04 012413 call ali_mesh_advertising_send_provisioning_confirmation 
+0x3d05 012414 call ali_mesh_send_pairing_data 
+0x3d06 012415 rtn 
+:      012417 ali_mesh_advertising_send_provisioning_confirmation:
+0x3d07 012418 arg provisioning_packet_confirmation_mac + provisioning_packet_confirmation_device ,temp 
+0x3d08 012419 call ali_mesh_advertising_send_packet_common 
+0x3d09 012420 setarg provisioning_confirmation 
+0x3d0a 012421 istore 1 ,contw 
+0x3d0b 012422 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d0c 012423 istore 2 ,contw 
+0x3d0d 012424 arg mem_mesh_confirmationdevice ,contr 
+0x3d0e 012425 branch memcpy16 
+:      012428 ali_mesh_advertising_receive_privisioning_random_check_states:
+0x3d0f 012429 call disable_user 
+0x3d10 012430 ifetcht 2 ,contr 
+0x3d11 012431 arg mem_mesh_provisioning_random_a ,contw 
+0x3d12 012432 call memcpy16 
+0x3d13 012433 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d14 012434 isub temp ,null 
+0x3d15 012435 nrtn zero 
+0x3d16 012438 fetch 1 ,mem_mesh_provisioning_state_flag 
+0x3d17 012439 rtnbit1 receive_provisioning_random 
+0x3d18 012440 set1 receive_provisioning_random ,pdata 
+0x3d19 012441 store 1 ,mem_mesh_provisioning_state_flag 
+0x3d1a 012443 jam pairing_status ,mem_mesh_provisioned_flag 
+0x3d1b 012444 branch enable_user 
+:      012446 ali_mesh_decrypt_tmall_privisioning_data_package:
+0x3d1c 012447 call ali_mesh_advertising_receive_privisioning_data 
+0x3d1d 012448 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
+0x3d1e 012449 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d1f 012450 isub temp ,null 
+0x3d20 012451 nrtn zero 
+0x3d21 012452 call ali_mesh_encrypt_base_function_k3 
+0x3d22 012453 call ali_mesh_send_pairing_data 
+0x3d23 012454 fetch 1 ,mem_mesh_fast_pair_packet_type 
+0x3d24 012455 rtnne mesh_message_proxy 
+0x3d25 012456 jam wait_receive_appkey ,mem_mesh_provisioned_flag 
+0x3d26 012457 rtn 
+:      012460 ali_mesh_advertising_receive_privisioning_data:
+0x3d27 012461 bpatchx patch35_1 ,mem_patch35 
+0x3d28 012462 copy contr ,rega 
+0x3d29 012463 fetch 1 ,mem_mesh_provisioned_flag 
+0x3d2a 012464 rtneq paired_status 
+0x3d2b 012465 fetch 1 ,mem_mesh_provisioning_state_flag 
+0x3d2c 012466 rtnbit0 receive_provisioning_random 
+0x3d2d 012467 rtnbit1 receive_provisioning_data 
+0x3d2e 012468 copy rega ,contr 
+0x3d2f 012469 arg 0x16 ,loopcnt 
+0x3d30 012470 arg mem_mesh_encrypt_provisioning_data ,contw 
+0x3d31 012471 call memcpy 
+0x3d32 012473 call ali_mesh_encrypt_calc_provisioning_data 
+0x3d33 012475 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
+0x3d34 012476 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d35 012477 isub temp ,null 
+0x3d36 012478 nrtn zero 
+:      012479 ali_mesh_resolve_privisioning_data_package:
+0x3d37 012480 fetch 1 ,mem_mesh_provisioning_state_flag 
+0x3d38 012481 set1 receive_provisioning_data ,pdata 
+0x3d39 012482 store 1 ,mem_mesh_provisioning_state_flag 
+0x3d3a 012484 call ali_mesh_encrypt_calc_network_key_by_k2 
+0x3d3b 012486 fetch 1 ,mem_mesh_last_iv_index_byte 
+0x3d3c 012487 store 1 ,mem_mesh_iv_index + 3 
+0x3d3d 012488 call ali_mesh_advertising_send_provisioning_complete 
+0x3d3e 012489 rtn 
+:      012493 ali_mesh_advertising_send_provisioning_complete:
+0x3d3f 012494 arg provisioning_packet_complete_mac ,temp 
+0x3d40 012495 call ali_mesh_advertising_send_packet_common 
+0x3d41 012496 setarg provisioning_complete 
+0x3d42 012497 istore 1 ,contw 
+0x3d43 012498 fetch 6 ,mem_mesh_three_tuple_mac 
+0x3d44 012499 istore 6 ,contw 
+0x3d45 012500 rtn 
+:      012503 ali_mesh_advertising_send_packet_common:
+0x3d46 012504 bpatchx patch35_2 ,mem_patch35 
+0x3d47 012505 setarg fast_pairing_timeout_provisioning 
+0x3d48 012506 store 2 ,mem_mesh_fast_pairing_timer 
+0x3d49 012507 fetch 1 ,mem_mesh_fast_pair_packet_type 
+0x3d4a 012508 sub pdata ,mesh_message_tmall ,null 
+0x3d4b 012509 call ali_mesh_control_ble_advertising_on_advertising ,zero 
+0x3d4c 012510 ncall ali_mesh_control_ble_advertising_off_advertising ,zero 
+0x3d4d 012511 add temp ,provisioning_packet_length_ad_type_company_id_vid_provisioning_type + provisioning_packet_length_flags ,pdata 
+0x3d4e 012512 store 1 ,mem_mesh_adv_data_len 
+0x3d4f 012513 call ali_mesh_advertising_add_adtype_flags 
+0x3d50 012514 add temp ,provisioning_packet_ad_type_company_id_vid_provisioning_type ,pdata 
+0x3d51 012515 istore 1 ,contw 
+0x3d52 012516 setarg gap_adtype_manufacturer_specific 
+0x3d53 012517 istore 1 ,contw 
+0x3d54 012518 setarg company_identifiers_alibaba 
+0x3d55 012519 byteswap pdata ,pdata 
+0x3d56 012520 istore 2 ,contw 
+0x3d57 012521 fetch 1 ,mem_mesh_receive_vid 
+0x3d58 012522 istore 1 ,contw 
+0x3d59 012523 rtn 
+:      012534 ali_mesh_receive_provisioning_package_check_header:
+0x3d5a 012535 call disable_user 
+0x3d5b 012536 ifetcht 2 ,contr 
+0x3d5c 012537 setarg company_identifiers_alibaba 
+0x3d5d 012538 byteswap pdata ,pdata 
+0x3d5e 012539 isub temp ,null 
+0x3d5f 012540 nrtn zero 
+0x3d60 012541 ifetch 1 ,contr 
+0x3d61 012542 store 1 ,mem_mesh_receive_vid 
+0x3d62 012543 branch enable_user 
+:      012546 ali_mesh_fast_pairing_timer:
+0x3d63 012547 arg mem_mesh_fast_pairing_timer ,regc 
+0x3d64 012548 arg ali_mesh_fast_pairing_timeout ,regb 
+0x3d65 012549 branch timer_single_step_2b 
+:      012551 ali_mesh_fast_pairing_timeout:
+:      012552 ali_mesh_fast_pairing_failed:
+0x3d66 012553 branch ali_mesh_advertising_init_send_unprovisioned_device_beacon 
+:      012561 ali_mesh_access_layer_config_or_health_message_opcode:
+0x3d67 012562 fetch 1 ,mem_mesh_configuration_health_message_opcode 
+0x3d68 012563 beq mesh_message_opcode_config_composition_data_get_no_head ,ali_mesh_access_layer_config_composition_data 
+0x3d69 012564 beq mesh_message_opcode_config_node_reset_no_head ,ali_mesh_access_layer_config_or_health_message_opcode_node_reset 
+0x3d6a 012565 beq mesh_message_opcode_config_model_subscription_add_no_head ,ali_mesh_message_config_modle_subscription_add 
+0x3d6b 012566 beq mesh_message_opcode_config_model_subscription_delete_no_head ,ali_mesh_message_config_modle_subscription_delete 
+0x3d6c 012568 beq mesh_message_opcode_config_model_subscription_add_ow_no_head ,ali_mesh_message_config_modle_subscription_add_overwrite 
+0x3d6d 012570 rtn 
+:      012572 ali_mesh_message_config_modle_subscription_add_overwrite:
+0x3d6e 012573 call ali_mesh_message_config_modle_subscription_check_element 
+0x3d6f 012574 call ali_mesh_message_config_modle_subscription_add_value_address_ow 
+0x3d70 012575 call ali_mesh_message_config_modle_subscription_save 
+0x3d71 012576 setarg mesh_configuration_and_health_message_opcode_header 
+0x3d72 012577 store 1 ,mem_mesh_access_layer_payload 
+0x3d73 012578 setarg mesh_message_opcode_config_model_subscription_add_ow_status 
+0x3d74 012579 istore 1 ,contw 
+0x3d75 012581 setarg mesh_success 
+0x3d76 012582 istore 1 ,contw 
+0x3d77 012583 fetch 2 ,mem_mesh_subscription_element_address_ow 
+0x3d78 012584 istore 2 ,contw 
+0x3d79 012586 fetch 1 ,mem_mesh_receive_model_message_payload_len 
+0x3d7a 012587 arg 4 ,temp 
+0x3d7b 012588 isub temp ,loopcnt 
+0x3d7c 012589 arg mem_mesh_subscription_list_num_ow ,contr 
+0x3d7d 012590 call memcpy 
+0x3d7e 012591 fetch 1 ,mem_mesh_receive_model_message_payload_len 
+0x3d7f 012592 pincrease 1 
+0x3d80 012593 store 1 ,mem_mesh_access_layer_payload_len 
+0x3d81 012596 arg 0 ,queue 
+0x3d82 012597 branch ali_mesh_ali_vendor_message_send_message 
+:      012599 ali_mesh_message_config_modle_subscription_add_value_address_ow:
+0x3d83 012600 fetch 1 ,mem_mesh_subscription_list_num_ow 
+0x3d84 012601 rtn blank 
+0x3d85 012602 sub pdata ,subscription_max_count ,null 
+0x3d86 012603 ncall ali_mesh_message_config_modle_subscription_set_addr_max ,positive 
+0x3d87 012604 iforce loopcnt 
+0x3d88 012605 arg mem_mesh_subscription_value_address_start_ow ,contr 
+0x3d89 012606 add rega ,2 ,contw 
+0x3d8a 012607 branch ali_mesh_byte_swap 
+:      012609 ali_mesh_byte_swap:
+0x3d8b 012610 ifetch 2 ,contr 
+0x3d8c 012611 byteswap pdata ,pdata 
+0x3d8d 012612 istore 2 ,contw 
+0x3d8e 012613 loop ali_mesh_byte_swap 
+0x3d8f 012614 rtn 
+:      012616 ali_mesh_message_config_modle_subscription_set_addr_max:
+0x3d90 012618 setarg subscription_max_count 
+0x3d91 012619 rtn 
+:      012621 ali_mesh_access_layer_config_composition_data:
+0x3d92 012622 jam receive_config_composition_data_get ,mem_mesh_provisioned_flag 
+0x3d93 012623 setarg mesh_message_opcode_config_composition_data_status 
+0x3d94 012624 store 1 ,mem_mesh_access_layer_payload 
+0x3d95 012625 setarg 0x00 
+0x3d96 012626 istore 1 ,contw 
+0x3d97 012627 setarg company_identifiers_alibaba 
+0x3d98 012628 istore 2 ,contw 
+0x3d99 012629 setarg 0x0000 
+0x3d9a 012630 istore 2 ,contw 
+0x3d9b 012631 setarg 0x0001 
+0x3d9c 012632 istore 2 ,contw 
+0x3d9d 012633 setarg 0x0005 
+0x3d9e 012634 istore 2 ,contw 
+0x3d9f 012635 setarg 0x0003 
+0x3da0 012636 istore 2 ,contw 
+0x3da1 012637 setarg 0x0000 
+0x3da2 012638 istore 2 ,contw 
+0x3da3 012639 setarg 0x02 
+0x3da4 012640 istore 1 ,contw 
+0x3da5 012641 setarg 0x02 
+0x3da6 012642 istore 1 ,contw 
+0x3da7 012643 setarg 0x0000 
+0x3da8 012644 istore 2 ,contw 
+0x3da9 012645 setarg 0x1000 
+0x3daa 012646 istore 2 ,contw 
+0x3dab 012647 setarg 0x000001a8 
+0x3dac 012648 istore 4 ,contw 
+0x3dad 012649 setarg 0x000101a8 
+0x3dae 012650 istore 4 ,contw 
+0x3daf 012651 jam 28 ,mem_mesh_access_layer_payload_len 
+0x3db0 012652 branch ali_mesh_upper_transport_layer_send_access_message 
+:      012655 ali_mesh_access_layer_config_or_health_message_opcode_node_reset:
+0x3db1 012656 jam health_node_reset_timeout ,mem_mesh_health_node_reset_timer 
+:      012660 ali_mesh_access_layer_send_config_node_reset_status:
+0x3db2 012661 setarg mesh_configuration_and_health_message_opcode_header 
+0x3db3 012662 store 1 ,mem_mesh_access_layer_payload 
+0x3db4 012663 setarg mesh_message_opcode_config_node_reset_status_no_head 
+0x3db5 012664 istore 1 ,contw 
+0x3db6 012665 jam 2 ,mem_mesh_access_layer_payload_len 
+0x3db7 012666 branch ali_mesh_upper_transport_layer_send_access_message 
+:      012668 ali_mesh_access_layer_health_node_reset_timer:
+0x3db8 012669 arg mem_mesh_health_node_reset_timer ,regc 
+0x3db9 012670 arg ali_mesh_access_layer_health_node_reset_timeout ,regb 
+0x3dba 012671 branch timer_single_step 
+:      012674 ali_mesh_access_layer_health_node_reset_timeout:
+0x3dbb 012675 call mesh_clear_provisioning_data_only 
+:      012677 ali_mesh_app_delete_paired:
+0x3dbc 012678 branch soft_reset_chip 
+:      012681 ali_mesh_message_config_modle_subscription_add:
+0x3dbd 012682 call ali_mesh_message_config_modle_subscription_status 
+0x3dbe 012683 fetch 2 ,mem_mesh_core_feature 
+0x3dbf 012684 rtnbit1 mesh_feature_disable_subscription 
+0x3dc0 012685 call ali_mesh_message_config_modle_subscription_check_element 
+0x3dc1 012686 call ali_mesh_message_config_modle_subscription_add_value_address 
+:      012687 ali_mesh_message_config_modle_subscription_save:
+0x3dc2 012688 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3dc3 012689 branch callback_func 
+:      012692 ali_mesh_message_config_modle_subscription_delete:
+0x3dc4 012693 call ali_mesh_message_config_modle_subscription_status 
+0x3dc5 012694 fetch 2 ,mem_mesh_core_feature 
+0x3dc6 012695 rtnbit1 mesh_feature_disable_subscription 
+0x3dc7 012696 call ali_mesh_message_config_modle_subscription_check_element 
+0x3dc8 012697 fetcht 2 ,mem_mesh_subscription_value_address 
+0x3dc9 012698 rshift8 temp ,pdata 
+0x3dca 012699 rshift4 pdata ,pdata 
+0x3dcb 012700 beq 0x0c ,ali_mesh_message_config_modle_subscription_delete_group_addr 
+0x3dcc 012701 byteswap temp ,temp 
+:      012702 ali_mesh_message_config_modle_subscription_delete_next:
+0x3dcd 012703 call ali_mesh_message_config_modle_subscription_check_value_address 
+0x3dce 012704 nrtn user 
+0x3dcf 012705 setarg 0 
+0x3dd0 012706 istore 2 ,rega 
+0x3dd1 012707 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3dd2 012708 branch callback_func 
+:      012710 ali_mesh_message_config_modle_subscription_delete_group_addr:
+0x3dd3 012711 setarg -1 
+0x3dd4 012712 istore subscription_max_count ,rega 
+0x3dd5 012713 istore subscription_max_count ,contw 
+0x3dd6 012714 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3dd7 012715 branch callback_func 
+:      012717 ali_mesh_message_config_modle_subscription_check_value_address:
+0x3dd8 012718 arg subscription_max_count ,loopcnt 
+:      012719 ali_mesh_message_config_modle_subscription_check_value_address_loop:
+0x3dd9 012720 ifetch 2 ,rega 
+0x3dda 012721 arg 0xffff ,regb 
+0x3ddb 012722 isub regb ,null 
+0x3ddc 012723 branch enable_user ,zero 
+0x3ddd 012724 isub temp ,null 
+0x3dde 012725 branch enable_user ,zero 
+:      012726 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty:
+0x3ddf 012727 increase 2 ,rega 
+0x3de0 012728 loop ali_mesh_message_config_modle_subscription_check_value_address_loop 
+0x3de1 012729 branch disable_user 
+:      012732 ali_mesh_message_config_modle_subscription_status:
+0x3de2 012733 setarg mesh_configuration_and_health_message_opcode_header 
+0x3de3 012734 store 1 ,mem_mesh_access_layer_payload 
+0x3de4 012735 setarg mesh_message_opcode_config_model_subscription_status_no_head 
+0x3de5 012736 istore 1 ,contw 
+0x3de6 012737 setarg mesh_success 
+0x3de7 012738 istore 1 ,contw 
+0x3de8 012739 fetch 6 ,mem_mesh_subscription_element_address 
+0x3de9 012740 istore 6 ,contw 
+0x3dea 012741 jam 9 ,mem_mesh_access_layer_payload_len 
+0x3deb 012742 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
+:      012744 ali_mesh_message_config_modle_subscription_check_element:
+0x3dec 012745 call mesh_get_element_info_config 
+0x3ded 012746 add rega ,element_device_subscription_label ,rega 
+0x3dee 012747 fetch 2 ,mem_mesh_subscription_element_address 
+0x3def 012748 fetcht 2 ,mem_mesh_unicast_address 
+0x3df0 012749 byteswap temp ,temp 
+0x3df1 012750 isub temp ,pdata 
+0x3df2 012751 imul32 regb ,pdata 
+0x3df3 012752 iadd rega ,rega 
+0x3df4 012753 rtn 
+:      012755 ali_mesh_message_config_modle_subscription_add_value_address:
+0x3df5 012756 fetcht 2 ,mem_mesh_subscription_value_address 
+0x3df6 012757 arg subscription_max_count ,loopcnt 
+:      012758 ali_mesh_message_config_modle_subscription_add_value_address_loop:
+0x3df7 012759 ifetch 2 ,rega 
+0x3df8 012760 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,blank 
+0x3df9 012761 arg 0xffff ,regb 
+0x3dfa 012762 isub regb ,null 
+0x3dfb 012763 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,zero 
+0x3dfc 012764 increase 2 ,rega 
+0x3dfd 012765 loop ali_mesh_message_config_modle_subscription_add_value_address_loop 
+0x3dfe 012766 rtn 
+:      012768 ali_mesh_message_config_modle_subscription_add_value_address_in:
+0x3dff 012769 byteswap temp ,temp 
+0x3e00 012770 istoret 2 ,rega 
+0x3e01 012771 rtn 
+:      012776 ali_mesh_init:
+0x3e02 012778 call enable_authrom 
+0x3e03 012779 call init_memp 
+0x3e04 012780 setarg mesh_check_ble_rx_packet 
+0x3e05 012781 store 2 ,mem_mesh_cb_receive_advertising 
+0x3e06 012783 setarg mesh_idle_process 
+0x3e07 012784 store 2 ,mem_cb_idle_process 
+0x3e08 012786 setarg ali_mesh_network_layer_relay_access_message 
+0x3e09 012787 store 2 ,mem_mesh_cb_network_relay 
+0x3e0a 012789 setarg ali_mesh_access_layer_recv_cfg_appkey_add_cb 
+0x3e0b 012790 store 2 ,mem_mesh_cb_receive_config_appkey_add 
+0x3e0c 012792 setarg mesh_store_new_subscriptuion_list_data 
+0x3e0d 012793 store 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3e0e 012795 setarg mesh_store_new_seq_data 
+0x3e0f 012796 store 2 ,mem_mesh_cb_seq_changed 
+0x3e10 012798 setarg mesh_cb_event_timer 
+0x3e11 012799 store 2 ,mem_cb_event_timer 
+0x3e12 012801 setarg ali_mesh_access_layer_check_access_message_opcode 
+0x3e13 012802 store 2 ,mem_mesh_cb_receive_access_message 
+0x3e14 012804 setarg mesh_le_receive_data 
+0x3e15 012805 store 2 ,mem_cb_att_write 
+0x3e16 012807 setarg ali_mesh_proxy_process_bb_event 
+0x3e17 012808 store 2 ,mem_cb_bb_event_process 
+0x3e18 012810 setarg mesh_clear_pairing_key 
+0x3e19 012811 store 2 ,mem_mesh_clear_provisioning_data 
+0x3e1a 012813 setarg mesh_vendor_timming_chage_cb 
+0x3e1b 012814 store 2 ,mem_mesh_cb_vendor_timing_changed 
+0x3e1c 012815 call ali_mesh_vendor_timer_message_read 
+0x3e1d 012817 jam 36 ,mem_mesh_adv_scan_channel 
+0x3e1e 012818 call ali_mesh_ali_vendor_message_indication_info_reset_tid 
+0x3e1f 012821 bpatchx patch35_3 ,mem_patch35 
+0x3e20 012823 setarg 0x0428 
+0x3e21 012824 store 2 ,mem_mesh_upper_tran_layer_queue_each_size 
+0x3e22 012825 call ali_mesh_upper_transport_layer_queue_init 
+0x3e23 012827 setarg 0x0422 
+0x3e24 012828 store 2 ,mem_mesh_queue_each_size 
+0x3e25 012829 call ali_mesh_advertising_bearer_layer_queue_init 
+0x3e26 012831 setarg 0x0a22 
+0x3e27 012832 store 2 ,mem_mesh_network_relay_gatt_queue_each_size 
+0x3e28 012833 call ali_mesh_network_layer_gatt_queue_init 
+0x3e29 012834 call ali_mesh_network_layer_queue_init 
+0x3e2a 012838 call ali_mesh_network_layer_queue_init 
+0x3e2b 012840 call ali_mesh_chip_peripherals_load_data 
+0x3e2c 012841 call mesh_inverse_three_tuple_mac 
+0x3e2d 012843 fetch 1 ,mem_mesh_network_key 
+0x3e2e 012844 beq 0xff ,mesh_send_unprovisioned_beacons 
+0x3e2f 012845 call ali_mesh_upper_transport_layer_clear_tx_buffer 
+0x3e30 012846 call ali_mesh_encrypt_base_function_k3 
+0x3e31 012847 call ali_mesh_encrypt_base_function_k4 
+0x3e32 012848 call ali_mesh_encrypt_calc_network_key_by_k2 
+0x3e33 012850 random pdata 
+0x3e34 012851 and pdata ,0x1f ,pdata 
+0x3e35 012852 add pdata ,50 ,pdata 
+0x3e36 012853 store 2 ,mem_mesh_report_full_attribute_timer 
+0x3e37 012854 add pdata ,5 ,pdata 
+0x3e38 012855 store 1 ,mem_mesh_report_power_on_timer 
+0x3e39 012856 rtn 
+:      012860 mesh_inverse_three_tuple_mac:
+0x3e3a 012861 fetch 6 ,mem_mesh_three_tuple_mac 
+0x3e3b 012862 call inverse_data_6byte 
+0x3e3c 012863 store 6 ,mem_le_lap 
+0x3e3d 012864 rtn 
+:      012866 mesh_get_element_info_config:
+0x3e3e 012867 fetchr loopcnt ,1 ,mem_mesh_element_number 
+0x3e3f 012868 fetchr rega ,2 ,mem_mesh_element_device_ptr 
+0x3e40 012869 fetchr regb ,2 ,mem_mesh_element_device_length 
+0x3e41 012870 rtn 
+:      012873 mesh_idle_process:
+0x3e42 012874 bpatchx patch35_4 ,mem_patch35 
+0x3e43 012875 call ali_mesh_time_function 
+0x3e44 012876 call ali_mesh_control_ble_adv_process 
+0x3e45 012877 call ali_mesh_upper_transport_layer_control_packet 
+0x3e46 012878 call ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue 
+0x3e47 012879 call ali_mesh_network_layer_control_relay_packet 
+0x3e48 012880 call ali_mesh_network_layer_check_gatt_relay_packet 
+0x3e49 012881 branch mesh_ble_rx_packet 
+:      012884 mesh_cb_event_timer:
+0x3e4a 012885 call ali_mesh_control_ble_adv_timer_process 
+0x3e4b 012886 call ali_mesh_access_layer_health_node_reset_timer 
+0x3e4c 012887 call ali_mesh_fast_pairing_timer 
+0x3e4d 012890 call ali_mesh_report_full_attribute_timer 
+0x3e4e 012891 call ali_mesh_report_power_on_timer 
+0x3e4f 012892 branch ali_mesh_upper_transport_layer_receive_new_msg_timer 
+:      012895 mesh_clear_provisioning_data_only:
+0x3e50 012896 call mesh_clear_timer_data 
+0x3e51 012897 fetch 2 ,mem_mesh_clear_provisioning_data 
+0x3e52 012898 branch callback_func 
+:      012902 mesh_clear_timer_data:
+0x3e53 012903 fetch 1 ,mem_mesh_chip_select 
+0x3e54 012904 rtnne 2 
+0x3e55 012905 setarg 0x1d000 
+0x3e56 012906 store 3 ,mem_spi_write_addr 
+0x3e57 012907 branch spid_flash_erase_sector + 2 
+:      012911 ali_mesh_upper_transport_layer_queue_init:
+0x3e58 012912 call ali_mesh_upper_transport_layer_init_queue_param 
+0x3e59 012913 branch queue_init 
+:      012915 ali_mesh_advertising_bearer_layer_queue_init:
+0x3e5a 012916 call ali_mesh_advertising_bearer_layer_init_queue_param 
+0x3e5b 012917 branch queue_init 
+:      012919 ali_mesh_network_layer_gatt_queue_init:
+0x3e5c 012920 call ali_mesh_network_layer_init_gatt_queue_param 
+0x3e5d 012921 branch queue_init 
+:      012923 ali_mesh_network_layer_init_gatt_queue_param:
+0x3e5e 012924 setarg mem_mesh_network_relay_gatt_queue_each_size 
+0x3e5f 012925 store 2 ,mem_queue_ptr 
+0x3e60 012926 rtn 
+:      012928 ali_mesh_advertising_init_send_unprovisioned_device_beacon:
+0x3e61 012929 jam 1 ,mem_le_adv_enable 
+0x3e62 012930 setarg adv_unprovisioned_device_beacon_timeout 
+0x3e63 012931 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
+0x3e64 012932 fetch 1 ,mem_mesh_uuid_featureflag 
+0x3e65 012933 set0 bit_silence_adv_flag ,pdata 
+0x3e66 012934 store 1 ,mem_mesh_uuid_featureflag 
+0x3e67 012935 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
+0x3e68 012936 jam 0x00 ,mem_mesh_provisioning_state_flag 
+0x3e69 012937 jam 0x00 ,mem_k2_nid 
+0x3e6a 012938 branch ali_mesh_send_unprovisioned_device_beacon_init_advertising 
+:      012942 ali_mesh_lower_transport_layer_receive_lower_transport_pdu:
+0x3e6b 012943 bpatchx patch35_5 ,mem_patch35 
+0x3e6c 012944 fetch 1 ,mem_mesh_message_transport_head 
+0x3e6d 012945 bbit1 transport_head_bit_seg ,ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message 
+0x3e6e 012946 jam 0 ,mem_mesh_aszmic 
+0x3e6f 012947 branch ali_mesh_upper_transport_layer_receive_unsegmented_access_message 
+:      012950 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message:
+0x3e70 012951 call ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon 
+0x3e71 012952 rtn user 
+0x3e72 012953 call ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack 
+0x3e73 012954 rtn user 
+0x3e74 012955 call ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment 
+0x3e75 012956 branch ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment 
+:      012960 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon:
+0x3e76 012961 call disable_user 
+0x3e77 012962 arg 3 ,loopcnt 
+0x3e78 012963 arg mem_mesh_message_segment_access_szmic_seqzero_sego_segn ,rega 
+0x3e79 012964 call inverse_data 
+0x3e7a 012965 fetchr rega ,3 ,mem_mesh_message_segment_access_szmic_seqzero_sego_segn 
+0x3e7b 012966 and rega ,0x1f ,temp 
+0x3e7c 012967 storet 1 ,mem_mesh_segmented_access_message_segn 
+0x3e7d 012968 fetch 1 ,mem_mesh_segmented_access_message_segn_upper_limit 
+0x3e7e 012969 isub temp ,null 
+0x3e7f 012970 nbranch enable_user ,positive 
+0x3e80 012972 rshift4 rega ,pdata 
+0x3e81 012973 rshift pdata ,pdata 
+0x3e82 012974 and pdata ,0x1f ,temp 
+0x3e83 012975 storet 1 ,mem_mesh_segmented_access_message_sego 
+0x3e84 012976 rshift4 pdata ,pdata 
+0x3e85 012977 rshift pdata ,pdata 
+0x3e86 012978 arg 0x1fff ,rega 
+0x3e87 012979 iand rega ,temp 
+0x3e88 012980 copy pdata ,regb 
+0x3e89 012981 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
+0x3e8a 012982 isub temp ,null 
+0x3e8b 012983 ncall ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero ,zero 
+0x3e8c 012984 storet 2 ,mem_mesh_segmented_access_message_seqzero 
+0x3e8d 012985 rshift8 regb ,pdata 
+0x3e8e 012986 rshift4 pdata ,pdata 
+0x3e8f 012987 rshift pdata ,pdata 
+0x3e90 012988 store 1 ,mem_mesh_segmented_access_message_szmic 
+0x3e91 012989 store 1 ,mem_mesh_aszmic 
+0x3e92 012990 rtn 
+:      012992 ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero:
+0x3e93 012993 setarg 0 
+0x3e94 012994 store 4 ,mem_mesh_segmented_access_message_blockack 
+0x3e95 012995 jam 0 ,mem_mesh_segmented_access_message_current_length 
+0x3e96 012996 rtn 
+:      013001 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack:
+0x3e97 013002 call disable_user 
+0x3e98 013003 fetch 1 ,mem_mesh_segmented_access_message_sego 
+0x3e99 013004 copy pdata ,queue 
+0x3e9a 013005 fetch 4 ,mem_mesh_segmented_access_message_blockack 
+0x3e9b 013006 qisolate1 pdata 
+0x3e9c 013007 branch enable_user ,true 
+0x3e9d 013008 qset1 pdata 
+0x3e9e 013009 store 4 ,mem_mesh_segmented_access_message_blockack 
+0x3e9f 013010 fetcht 1 ,mem_mesh_segmented_access_message_segn 
+0x3ea0 013011 add temp ,1 ,loopcnt 
+:      013012 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop:
+0x3ea1 013013 add loopcnt ,-1 ,queue 
+0x3ea2 013014 qisolate1 pdata 
+0x3ea3 013015 nrtn true 
+0x3ea4 013016 loop ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop 
+0x3ea5 013017 jam 1 ,mem_mesh_segmented_access_message_receive_finish 
+0x3ea6 013018 rtn 
+:      013022 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment:
+0x3ea7 013023 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x3ea8 013024 pincrease -6 
+0x3ea9 013025 copy pdata ,loopcnt 
+0x3eaa 013026 fetcht 1 ,mem_mesh_segmented_access_message_current_length 
+0x3eab 013027 iadd temp ,temp 
+0x3eac 013028 storet 1 ,mem_mesh_segmented_access_message_current_length 
+0x3ead 013029 fetch 2 ,mem_mesh_segmented_access_message_segment_ptr 
+0x3eae 013030 iforce contw 
+0x3eaf 013031 fetch 1 ,mem_mesh_segmented_access_message_sego 
+0x3eb0 013032 mul32 pdata ,12 ,pdata 
+0x3eb1 013033 iadd contw ,contw 
+0x3eb2 013034 arg mem_mesh_message_transport_segmented_access_messagepdu_segment ,contr 
+0x3eb3 013035 branch memcpy 
+:      013038 ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment:
+0x3eb4 013039 fetch 1 ,mem_mesh_segmented_access_message_receive_finish 
+0x3eb5 013040 rtneq 0 
+0x3eb6 013041 setarg 0 
+0x3eb7 013042 store 5 ,mem_mesh_segmented_access_message_blockack 
+0x3eb8 013043 fetcht 2 ,mem_mesh_message_seq + 1 
+0x3eb9 013044 byteswap temp ,temp 
+0x3eba 013045 setarg 0xe000 
+0x3ebb 013046 iand temp ,temp 
+0x3ebc 013047 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
+0x3ebd 013048 ior temp ,pdata 
+0x3ebe 013049 byteswap pdata ,pdata 
+0x3ebf 013050 store 2 ,mem_mesh_message_seq + 1 
+0x3ec0 013051 branch ali_mesh_upper_transport_layer_receive_segmented_access_message 
+:      013055 ali_mesh_lower_transport_layer_send_unsegmented_access_message:
+0x3ec1 013056 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x3ec2 013057 add pdata ,1 ,temp 
+0x3ec3 013058 copy pdata ,loopcnt 
+0x3ec4 013059 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x3ec5 013060 fetch 1 ,mem_mesh_message_transport_head 
+0x3ec6 013061 set0 transport_head_bit_seg ,pdata 
+0x3ec7 013062 store 1 ,mem_mesh_unsegmented_access_lower_transport_layer_head 
+0x3ec8 013063 arg mem_mesh_access_layer_payload ,contr 
+0x3ec9 013064 call memcpy_fast 
+0x3eca 013065 branch ali_mesh_network_layer_send_access_message 
+:      013070 ali_mesh_lower_transport_layer_send_segmented_access_message:
+0x3ecb 013071 add rega ,4 ,temp 
+0x3ecc 013072 copy rega ,loopcnt 
+0x3ecd 013073 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x3ece 013074 arg mem_mesh_segmented_access_lower_transport_layer_parameters ,contw 
+0x3ecf 013075 call memcpy_fast 
+0x3ed0 013076 fetch 1 ,mem_mesh_message_transport_head 
+0x3ed1 013077 set1 transport_head_bit_seg ,pdata 
+0x3ed2 013078 store 1 ,mem_mesh_segmented_access_lower_transport_layer_head 
+0x3ed3 013079 branch ali_mesh_network_layer_send_access_message 
+:      013084 ali_mesh_model_layer_check_model_message_opcode:
+0x3ed4 013085 fetch 1 ,mem_mesh_module_message_opcode 
+:      013086 ali_mesh_model_layer_check_generic_onoff_message_opcde:
+0x3ed5 013087 beq mesh_module_message_opcode_generic_onoff_get_no_head ,ali_mesh_model_layer_message_opcode_generic_onoff_get 
+0x3ed6 013088 beq mesh_module_message_opcode_generic_onoff_set_no_head ,ali_mesh_model_layer_message_opcde_generic_onoff_set 
+0x3ed7 013089 beq mesh_module_message_opcode_scene_recall_no_head ,ali_mesh_model_layer_message_opcde_scene_recall 
+0x3ed8 013090 beq mesh_module_message_opcode_light_lightness_set_no_head ,ali_mesh_model_layer_message_opcde_light_lightness_set 
+0x3ed9 013091 beq mesh_module_message_opcode_light_ctl_set_no_head ,ali_mesh_model_layer_message_opcde_light_ctl_set 
+0x3eda 013092 rtn 
+:      013095 ali_mesh_model_layer_message_opcode_generic_onoff_get:
+0x3edb 013096 arg ali_mesh_model_layer_message_opcode_generic_onoff_get_cb ,regc 
+0x3edc 013097 branch ali_mesh_more_element_check_element_address 
+:      013098 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb:
+0x3edd 013101 fetch 2 ,mem_mesh_cb_generic_onoff_get 
+0x3ede 013102 call callback_func 
+0x3edf 013103 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x3ee0 013104 branch ali_mesh_access_layer_send_generic_onoff_status 
+:      013107 ali_mesh_model_layer_message_opcde_generic_onoff_set:
+0x3ee1 013108 arg ali_mesh_model_layer_message_opcde_generic_onoff_set_cb ,regc 
+0x3ee2 013109 branch ali_mesh_more_element_check_element_address 
+:      013110 ali_mesh_model_layer_message_opcde_generic_onoff_set_cb:
+0x3ee3 013111 call ali_mesh_access_layer_send_generic_onoff_status 
+0x3ee4 013112 fetch 2 ,mem_mesh_cb_generic_onoff_set 
+0x3ee5 013113 branch callback_func 
+:      013117 ali_mesh_model_layer_message_opcde_scene_recall:
+0x3ee6 013118 call ali_mesh_access_layer_send_scene_status 
+0x3ee7 013119 fetch 2 ,mem_mesh_cb_scene_recall 
+0x3ee8 013120 branch callback_func 
+:      013123 ali_mesh_model_layer_message_opcde_light_lightness_set:
+0x3ee9 013124 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
+0x3eea 013125 call ali_mesh_model_layer_message_calc_lightness 
+0x3eeb 013126 store 1 ,mem_mesh_light_lightness_calc_lightness 
+0x3eec 013127 call ali_mesh_access_layer_send_light_lightness_status 
+0x3eed 013128 fetch 2 ,mem_mesh_cb_light_lightness_set 
+0x3eee 013129 branch callback_func 
+:      013132 ali_mesh_model_layer_message_opcde_light_ctl_set:
+0x3eef 013133 fetch 2 ,mem_mesh_last_ctl_temperature 
+0x3ef0 013134 fetcht 2 ,mem_mesh_ctl_temperature 
+0x3ef1 013135 isub temp ,null 
+0x3ef2 013136 rtn zero 
+0x3ef3 013138 fetch 2 ,mem_mesh_ctl_temperature 
+0x3ef4 013139 call ali_mesh_model_layer_message_calc_temperature 
+0x3ef5 013140 store 1 ,mem_mesh_ctl_calc_temperature 
+0x3ef6 013142 fetch 2 ,mem_mesh_ctl_temperature 
+0x3ef7 013143 store 2 ,mem_mesh_last_ctl_temperature 
+0x3ef8 013144 fetch 2 ,mem_mesh_cb_light_lightness_get 
+0x3ef9 013145 call callback_func 
+0x3efa 013146 storet 2 ,mem_mesh_ctl_lightness 
+0x3efb 013147 call ali_mesh_access_layer_send_light_ctl_stauts 
+0x3efc 013148 fetch 2 ,mem_mesh_cb_light_ctl_set 
+0x3efd 013149 branch callback_func 
+:      013154 ali_mesh_model_layer_message_calc_lightness:
+0x3efe 013155 rtn blank 
+0x3eff 013156 mul32 pdata ,ali_mesh_lightness_level ,pdata 
+0x3f00 013157 arg ali_mesh_lightness_max ,temp 
+0x3f01 013158 idiv temp 
+0x3f02 013159 call wait_div_end 
+0x3f03 013160 remainder temp 
+0x3f04 013161 rshift8 temp ,temp 
+0x3f05 013162 quotient pdata 
+0x3f06 013163 sub temp ,0xff ,null 
+0x3f07 013164 nrtn zero 
+0x3f08 013165 pincrease 1 
+0x3f09 013166 rtn 
+:      013171 ali_mesh_model_layer_message_calc_actual_lightness:
+0x3f0a 013172 arg ali_mesh_lightness_max ,pdata 
+0x3f0b 013173 imul32 temp ,pdata 
+0x3f0c 013174 div pdata ,ali_mesh_lightness_level 
+0x3f0d 013175 call wait_div_end 
+0x3f0e 013176 quotient temp 
+0x3f0f 013177 rtn 
+:      013181 ali_mesh_model_layer_message_calc_temperature:
+0x3f10 013182 arg ali_mesh_temperature_min ,temp 
+0x3f11 013183 isub temp ,rega 
+0x3f12 013184 call ali_mesh_model_layer_message_calc_temperature_k 
+0x3f13 013185 copy rega ,pdata 
+0x3f14 013186 idiv temp 
+0x3f15 013187 call wait_div_end 
+0x3f16 013188 quotient pdata 
+0x3f17 013189 rtn 
+:      013194 ali_mesh_model_layer_message_calc_actual_temperature:
+0x3f18 013195 copy temp ,rega 
+0x3f19 013196 call ali_mesh_model_layer_message_calc_temperature_k 
+0x3f1a 013197 copy rega ,pdata 
+0x3f1b 013198 imul32 temp ,pdata 
+0x3f1c 013199 arg ali_mesh_temperature_min ,temp 
+0x3f1d 013200 iadd temp ,temp 
+0x3f1e 013201 rtn 
+:      013203 ali_mesh_model_layer_message_calc_temperature_k:
+0x3f1f 013204 setarg ali_mesh_temperature_max 
+0x3f20 013205 arg ali_mesh_temperature_min ,temp 
+0x3f21 013206 isub temp ,pdata 
+0x3f22 013207 div pdata ,ali_mesh_temperature_level 
+0x3f23 013208 call wait_div_end 
+0x3f24 013209 quotient temp 
+0x3f25 013210 rtn 
+:      013215 ali_mesh_more_element_check_unicast_address:
+0x3f26 013216 arg 0 ,queue 
+0x3f27 013217 fetchr loopcnt ,1 ,mem_mesh_element_number 
+0x3f28 013218 call disable_user 
+0x3f29 013219 fetch 2 ,mem_mesh_unicast_address 
+:      013220 ali_mesh_more_element_check_unicast_address_loop:
+0x3f2a 013221 isub temp ,null 
+0x3f2b 013222 branch ali_mesh_more_element_found_unicast_address_element ,zero 
+0x3f2c 013223 byteswap pdata ,pdata 
+0x3f2d 013224 pincrease 1 
+0x3f2e 013225 byteswap pdata ,pdata 
+0x3f2f 013226 increase 1 ,queue 
+0x3f30 013227 loop ali_mesh_more_element_check_unicast_address_loop 
+0x3f31 013228 rtn 
+:      013230 ali_mesh_more_element_found_unicast_address_element:
+0x3f32 013231 jam 0 ,mem_mesh_receive_group_address 
+0x3f33 013232 storer queue ,1 ,mem_mesh_receive_element_number 
+0x3f34 013233 call ali_mesh_more_element_calc_queue_address 
+0x3f35 013234 branch enable_user 
+:      013237 ali_mesh_more_element_check_group_address:
+0x3f36 013238 arg 0 ,queue 
+0x3f37 013239 arg 0 ,regc 
+0x3f38 013240 call mesh_get_element_info_config 
+0x3f39 013241 call disable_user 
+:      013242 ali_mesh_more_element_check_group_address_loop:
+0x3f3a 013243 fetch 2 ,mem_mesh_core_feature 
+0x3f3b 013244 bbit0 mesh_feature_disable_subscription ,ali_mesh_more_element_check_subscription_address 
+0x3f3c 013245 ifetch 2 ,rega 
+0x3f3d 013246 isub temp ,null 
+0x3f3e 013247 call ali_mesh_more_element_found_group_address_element ,zero 
+:      013248 ali_mesh_more_element_check_address_common:
+0x3f3f 013249 copy regb ,pdata 
+0x3f40 013250 iadd rega ,rega 
+0x3f41 013251 increase 1 ,queue 
+0x3f42 013252 loop ali_mesh_more_element_check_group_address_loop 
+0x3f43 013253 copy regc ,pdata 
+0x3f44 013254 rtn blank 
+0x3f45 013255 store 1 ,mem_mesh_receive_group_address 
+0x3f46 013256 branch enable_user 
+:      013258 ali_mesh_more_element_found_group_address_element:
+0x3f47 013259 qset1 regc 
+0x3f48 013260 rtn 
+:      013262 ali_mesh_more_element_check_subscription_address:
+0x3f49 013263 add rega ,element_device_subscription_label ,contr 
+0x3f4a 013264 arg subscription_max_count ,alarm 
+:      013265 ali_mesh_more_element_check_subscription_address_loop:
+0x3f4b 013266 ifetch 2 ,contr 
+0x3f4c 013267 isub temp ,null 
+0x3f4d 013268 branch ali_mesh_more_element_found_subscription_address_element ,zero 
+0x3f4e 013269 increase -1 ,alarm 
+0x3f4f 013270 branch ali_mesh_more_element_check_address_common ,zero 
+0x3f50 013271 branch ali_mesh_more_element_check_subscription_address_loop 
+:      013273 ali_mesh_more_element_found_subscription_address_element:
+0x3f51 013274 call ali_mesh_more_element_found_group_address_element 
+0x3f52 013275 branch ali_mesh_more_element_check_address_common 
+:      013277 ali_mesh_more_element_check_element_address:
+0x3f53 013278 arg 0 ,queue 
+0x3f54 013279 fetch 1 ,mem_mesh_receive_group_address 
+0x3f55 013280 branch ali_mesh_more_element_check_element_address_no_group_address ,blank 
+0x3f56 013281 copy pdata ,regb 
+0x3f57 013282 fetchr loopcnt ,1 ,mem_mesh_element_number 
+:      013283 ali_mesh_more_element_check_element_address_loop:
+0x3f58 013284 storer queue ,1 ,mem_mesh_receive_element_number 
+0x3f59 013286 qisolate1 regb 
+0x3f5a 013287 call ali_mesh_more_element_check_element_address_no_group_address ,true 
+0x3f5b 013288 fetchr queue ,1 ,mem_mesh_receive_element_number 
+0x3f5c 013289 increase 1 ,queue 
+0x3f5d 013290 loop ali_mesh_more_element_check_element_address_loop 
+0x3f5e 013291 rtn 
+:      013293 ali_mesh_more_element_check_element_address_no_group_address:
+0x3f5f 013294 call ali_mesh_more_element_push_stack 
+0x3f60 013295 call ali_mesh_more_element_calc_queue_address 
+0x3f61 013296 copy regc ,pdata 
+0x3f62 013297 call callback_func 
+0x3f63 013298 branch ali_mesh_more_element_pop_stack 
+:      013300 ali_mesh_more_element_push_stack:
+0x3f64 013301 storer loopcnt ,2 ,mem_mesh_loopcnt_tmep 
+0x3f65 013302 storer rega ,2 ,mem_mesh_rega_temp 
+0x3f66 013303 storer regb ,2 ,mem_mesh_regb_temp 
+0x3f67 013304 storer regc ,2 ,mem_mesh_regc_temp 
+0x3f68 013305 rtn 
+:      013307 ali_mesh_more_element_pop_stack:
+0x3f69 013308 fetchr loopcnt ,2 ,mem_mesh_loopcnt_tmep 
+0x3f6a 013309 fetchr rega ,2 ,mem_mesh_rega_temp 
+0x3f6b 013310 fetchr regb ,2 ,mem_mesh_regb_temp 
+0x3f6c 013311 fetchr regc ,2 ,mem_mesh_regc_temp 
+0x3f6d 013312 rtn 
+:      013315 ali_mesh_more_element_calc_queue_address:
+0x3f6e 013316 bpatchx patch35_6 ,mem_patch35 
+0x3f6f 013317 fetch 2 ,mem_mesh_unicast_address 
+0x3f70 013318 byteswap pdata ,pdata 
+0x3f71 013319 iadd queue ,pdata 
+0x3f72 013320 byteswap pdata ,pdata 
+0x3f73 013321 store 2 ,mem_mesh_send_message_src 
+0x3f74 013322 call mesh_get_element_info_config 
+0x3f75 013323 copy queue ,pdata 
+0x3f76 013324 imul32 regb ,pdata 
+0x3f77 013325 iadd rega ,rega 
+0x3f78 013326 add rega ,element_device_upper_queue_ptr ,contr 
+0x3f79 013327 ifetch 2 ,contr 
+0x3f7a 013328 store ,2 ,mem_queue_ptr 
+0x3f7b 013329 rtn 
+:      013334 ali_mesh_receive_adtype_mesh_message:
+0x3f7c 013335 jam mesh_message_tmall ,mem_mesh_network_packet_type 
+:      013338 ali_mesh_network_layer_recevice_network_pdu:
+0x3f7d 013339 sub temp ,mesh_network_packet_min_length ,null 
+0x3f7e 013340 rtn positive 
+0x3f7f 013341 sub temp ,mesh_network_packet_max_length ,null 
+0x3f80 013342 nrtn positive 
+0x3f81 013343 bpatchx patch35_7 ,mem_patch35 
+0x3f82 013344 call ali_mesh_network_store_in_mem 
+0x3f83 013345 call ali_mesh_network_layer_check_dup 
+0x3f84 013346 nrtn user 
+0x3f85 013347 call ali_mesh_network_layer_check_nid_ivi 
+0x3f86 013348 nrtn user 
+0x3f87 013349 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
+0x3f88 013350 call ali_mesh_network_layer_check_msg 
+0x3f89 013351 nrtn user 
+0x3f8a 013352 call ali_mesh_network_layer_store_proxy_unicast_address 
+0x3f8b 013354 branch ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32 
+:      013356 ali_mesh_network_layer_check_dup:
+0x3f8c 013357 call enable_user 
+0x3f8d 013358 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x3f8e 013359 arg mem_mesh_message_nid + 3 ,contr 
+0x3f8f 013360 iadd contr ,contr 
+0x3f90 013361 ifetch 4 ,contr 
+0x3f91 013362 ifetcht 4 ,contr 
+0x3f92 013363 ixor temp ,temp 
+0x3f93 013364 arg 16 ,loopcnt 
+0x3f94 013365 arg mem_mesh_network_dup_cache ,contr 
+:      013366 ali_mesh_network_layer_check_dup_loop:
+0x3f95 013367 ifetch 4 ,contr 
+0x3f96 013368 isub temp ,null 
+0x3f97 013369 branch disable_user ,zero 
+0x3f98 013370 loop ali_mesh_network_layer_check_dup_loop 
+0x3f99 013371 fetch 1 ,mem_mesh_network_dup_cache_next 
+0x3f9a 013372 pincrease 4 
+0x3f9b 013373 arg mem_mesh_network_dup_cache ,contw 
+0x3f9c 013374 iadd contw ,contw 
+0x3f9d 013375 istoret 4 ,contw 
+0x3f9e 013376 and pdata ,0x3f ,pdata 
+0x3f9f 013377 store 1 ,mem_mesh_network_dup_cache_next 
+0x3fa0 013378 rtn 
+:      013380 ali_mesh_network_layer_check_msg:
+0x3fa1 013381 call enable_user 
+0x3fa2 013382 fetcht 5 ,mem_mesh_message_seq 
+0x3fa3 013383 arg 16 ,loopcnt 
+0x3fa4 013384 arg mem_mesh_network_msg_cache ,contr 
+:      013385 ali_mesh_network_layer_check_msg_loop:
+0x3fa5 013386 ifetch 5 ,contr 
+0x3fa6 013387 isub temp ,null 
+0x3fa7 013388 branch disable_user ,zero 
+0x3fa8 013389 loop ali_mesh_network_layer_check_msg_loop 
+0x3fa9 013390 fetch 1 ,mem_mesh_network_msg_cache_next 
+0x3faa 013391 pincrease 1 
+0x3fab 013392 and pdata ,0x0f ,pdata 
+0x3fac 013393 store 1 ,mem_mesh_network_msg_cache_next 
+0x3fad 013394 mul32 pdata ,5 ,pdata 
+0x3fae 013395 arg mem_mesh_network_msg_cache ,contw 
+0x3faf 013396 iadd contw ,contw 
+0x3fb0 013397 istoret 5 ,contw 
+0x3fb1 013398 rtn 
+:      013400 ali_mesh_network_layer_store_proxy_unicast_address:
+0x3fb2 013401 fetch 1 ,mem_mesh_network_packet_type 
+0x3fb3 013402 rtneq mesh_message_tmall 
+0x3fb4 013403 fetch 2 ,mem_mesh_message_src 
+0x3fb5 013404 store 2 ,mem_mesh_network_proxy_unicast_address 
+0x3fb6 013405 rtn 
+:      013417 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32:
+0x3fb7 013418 call ali_mesh_network_load_network_nonce_and_encryptionkey 
+0x3fb8 013419 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x3fb9 013420 arg mem_mesh_message_dst ,temp 
+0x3fba 013421 call ali_ccm_decrypt 
+0x3fbb 013422 nrtn zero 
+:      013425 ali_mesh_network_layer_recevice_network_pdu_check_dst:
+0x3fbc 013426 bpatchx patch36_0 ,mem_patch36 
+0x3fbd 013427 fetch 1 ,mem_mesh_network_packet_type 
+0x3fbe 013428 sub pdata ,mesh_message_proxy ,null 
+0x3fbf 013429 call ali_mesh_white_filter_check ,zero 
+0x3fc0 013430 fetcht 2 ,mem_mesh_message_dst 
+0x3fc1 013431 call ali_mesh_more_element_check_unicast_address 
+0x3fc2 013432 call ali_mesh_more_found_unicast_address_element ,user 
+0x3fc3 013433 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
+0x3fc4 013434 arg 29 ,loopcnt 
+0x3fc5 013435 arg mem_mesh_message_nid_temp ,contw 
+0x3fc6 013436 arg mem_mesh_message_nid ,contr 
+0x3fc7 013437 call memcpy 
+0x3fc8 013438 call ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address 
+0x3fc9 013439 arg 29 ,loopcnt 
+0x3fca 013440 arg mem_mesh_message_nid_temp ,contr 
+0x3fcb 013441 arg mem_mesh_message_nid ,contw 
+0x3fcc 013442 call memcpy 
+0x3fcd 013443 fetch 2 ,mem_mesh_cb_network_relay 
+0x3fce 013444 branch callback_func 
+:      013446 ali_mesh_more_found_unicast_address_element:
+0x3fcf 013447 jam 1 ,mem_mesh_receive_message_count 
+0x3fd0 013448 fetch 2 ,mem_mesh_send_message_src 
+0x3fd1 013449 store 2 ,mem_mesh_receive_message_first_unicast_address 
+0x3fd2 013450 rtn 
+:      013452 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address:
+0x3fd3 013453 call ali_mesh_more_element_check_group_address 
+0x3fd4 013454 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
+0x3fd5 013455 jam 0xff ,mem_mesh_receive_group_address 
+0x3fd6 013456 setarg group_address_0xcfff_little_endian 
+0x3fd7 013457 isub temp ,null 
+0x3fd8 013458 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
+0x3fd9 013459 setarg group_address_0xffff_little_endian 
+0x3fda 013460 isub temp ,null 
+0x3fdb 013461 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
+0x3fdc 013462 rtn 
+:      013465 ali_mesh_network_layer_check_nid_ivi:
+0x3fdd 013466 call disable_user 
+0x3fde 013467 fetcht 1 ,mem_mesh_message_nid 
+0x3fdf 013468 rshift4 temp ,pdata 
+0x3fe0 013469 rshift3 pdata ,pdata 
+0x3fe1 013470 fetchr rega ,1 ,mem_mesh_iv_index + 3 
+0x3fe2 013471 and rega ,0x01 ,rega 
+0x3fe3 013472 isub rega ,null 
+0x3fe4 013473 nrtn zero 
+0x3fe5 013474 and temp ,0x7f ,temp 
+0x3fe6 013475 fetch 1 ,mem_k2_nid 
+0x3fe7 013476 isub temp ,null 
+0x3fe8 013477 nrtn zero 
+0x3fe9 013478 branch enable_user 
+:      013482 ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq:
+0x3fea 013483 arg mem_mesh_tmall_cache_start ,rega 
+0x3feb 013484 arg cache_space_num ,loopcnt 
+:      013485 ali_mesh_network_layer_raverse_src_seq_cache:
+0x3fec 013486 fetcht 2 ,mem_mesh_message_src 
+0x3fed 013487 ifetch 2 ,rega 
+0x3fee 013489 branch ali_mesh_network_layer_find_empty_space ,blank 
+0x3fef 013491 isub temp ,null 
+0x3ff0 013493 branch ali_mesh_network_layer_find_src_space ,zero 
+0x3ff1 013494 increase cache_space_size ,rega 
+0x3ff2 013495 loop ali_mesh_network_layer_raverse_src_seq_cache 
+0x3ff3 013496 arg mem_mesh_tmall_cache_start ,rega 
+:      013498 ali_mesh_network_layer_find_empty_space:
+0x3ff4 013499 istoret 2 ,rega 
+:      013500 ali_mesh_network_layer_find_src_space:
+0x3ff5 013501 storet 2 ,mem_mesh_send_message_dst 
+0x3ff6 013503 add rega ,2 ,regc 
+0x3ff7 013504 ifetch 3 ,regc 
+0x3ff8 013505 store 3 ,mem_mesh_last_message_seq 
+0x3ff9 013506 branch ali_mesh_network_layer_recevice_network_pdu_check_seq_legal 
+:      013510 ali_mesh_network_layer_recevice_network_pdu_check_seq_legal:
+0x3ffa 013512 call ali_mesh_inverse_seq 
+0x3ffb 013514 fetch 3 ,mem_mesh_last_message_seq 
+0x3ffc 013515 fetcht 3 ,mem_mesh_message_seq 
+0x3ffd 013516 isub temp ,null 
+0x3ffe 013517 rtn positive 
+0x3fff 013518 istoret 3 ,regc 
+0x4000 013519 call ali_mesh_inverse_seq 
+0x4001 013520 branch ali_mesh_lower_transport_layer_receive_lower_transport_pdu 
+:      013522 ali_mesh_inverse_seq:
+0x4002 013523 arg mem_mesh_message_seq ,rega 
+0x4003 013524 arg 3 ,loopcnt 
+0x4004 013525 branch inverse_data 
+:      013529 ali_mesh_network_load_network_nonce_and_encryptionkey:
+0x4005 013530 call ali_mesh_network_layer_load_network_nonce 
+:      013531 ali_mesh_upper_transport_layer_load_encryptionkey:
+0x4006 013532 arg mem_k2_encryptionkey ,contr 
+0x4007 013533 branch load_key 
+:      013534 ali_mesh_network_layer_load_network_nonce:
+0x4008 013535 arg mem_mesh_network_nonce ,contw 
+0x4009 013536 setarg network_nonce 
+0x400a 013537 istore 1 ,contw 
+0x400b 013538 fetch 6 ,mem_mesh_message_ttl 
+0x400c 013539 istore 8 ,contw 
+0x400d 013540 branch mesh_generate_nonce 
+:      013543 ali_mesh_network_store_in_mem:
+0x400e 013544 add temp ,-12 ,pdata 
+0x400f 013554 store 1 ,mem_mesh_message_transport_netmic_length 
+0x4010 013555 arg 29 ,loopcnt 
+0x4011 013556 arg mem_mesh_message_nid ,contw 
+0x4012 013557 call clear_mem 
+0x4013 013558 add temp ,-1 ,loopcnt 
+0x4014 013559 arg mem_mesh_message_nid ,contw 
+0x4015 013560 branch memcpy_fast 
+:      013562 ali_mesh_network_layer_relay_access_message:
+0x4016 013563 call ali_mesh_network_layer_init_queue_param 
+0x4017 013564 call ali_mesh_network_layer_check_relay_states 
+0x4018 013565 nrtn user 
+0x4019 013566 call ali_mesh_network_layer_encrypt_relay_package 
+0x401a 013567 jam adv_relay_mesh_message_duration ,mem_mesh_queue_ele_duration 
+0x401b 013568 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x401c 013569 add pdata ,13 ,temp 
+0x401d 013570 storet 1 ,mem_mesh_queue_ele_len 
+0x401e 013571 increase -1 ,temp 
+0x401f 013572 istoret 1 ,contw 
+0x4020 013573 setarg gap_adtype_mesh_message 
+0x4021 013574 istore 1 ,contw 
+0x4022 013575 add temp ,-1 ,loopcnt 
+0x4023 013576 fetch 7 ,mem_mesh_message_nid 
+0x4024 013577 arg mem_mesh_message_nid ,contr 
+0x4025 013578 call memcpy 
+0x4026 013579 arg mem_mesh_queue_ele_temp ,rega 
+0x4027 013580 call queue_push 
+0x4028 013581 call ali_mesh_network_layer_white_list_fliter 
+0x4029 013582 nrtn user 
+0x402a 013583 branch ali_mesh_bearer_layer_gatt_send_packet_by_network_layer 
+:      013585 ali_mesh_network_layer_white_list_fliter:
+0x402b 013586 fetcht 2 ,mem_mesh_message_dst_temp 
+:      013587 ali_mesh_network_layer_white_list_fliter_check:
+0x402c 013588 call disable_user 
+0x402d 013589 fetch 1 ,mem_mesh_white_list_num 
+0x402e 013590 rtn blank 
+0x402f 013591 iforce loopcnt 
+0x4030 013592 arg mem_mesh_white_list ,contr 
+:      013593 ali_mesh_network_layer_white_list_fliter_check_loop:
+0x4031 013594 ifetch 2 ,contr 
+0x4032 013595 isub temp ,null 
+0x4033 013596 branch enable_user ,zero 
+0x4034 013597 loop ali_mesh_network_layer_white_list_fliter_check_loop 
+0x4035 013598 rtn 
+:      013601 ali_mesh_network_layer_check_relay_states:
+0x4036 013602 call disable_user 
+0x4037 013603 fetch 1 ,mem_mesh_network_packet_type 
+0x4038 013604 rtneq mesh_message_app 
+0x4039 013605 fetch 2 ,mem_mesh_core_feature 
+0x403a 013606 rtnbit1 mesh_feature_disable_relay 
+0x403b 013607 fetch 1 ,mem_mesh_provisioned_flag 
+0x403c 013608 rtnne paired_status 
+0x403d 013609 fetcht 2 ,mem_mesh_message_src 
+0x403e 013610 call ali_mesh_more_element_check_unicast_address 
+0x403f 013611 branch disable_user ,user 
+0x4040 013612 call ali_mesh_network_layer_check_network_mic_cache 
+0x4041 013613 nrtn user 
+0x4042 013614 fetch 1 ,mem_mesh_message_ttl 
+0x4043 013615 branch disable_user ,blank 
+0x4044 013616 pincrease -1 
+0x4045 013617 branch disable_user ,blank 
+0x4046 013618 store 1 ,mem_mesh_message_ttl 
+0x4047 013619 setarg mem_mesh_network_relay_queue 
+0x4048 013620 store 2 ,mem_queue_ptr 
+0x4049 013621 branch enable_user 
+:      013623 ali_mesh_network_layer_encrypt_relay_package:
+0x404a 013624 call ali_mesh_network_load_network_nonce_and_encryptionkey 
+0x404b 013625 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x404c 013626 arg mem_mesh_message_dst ,temp 
+0x404d 013627 call ali_ccm_encrypt 
+0x404e 013628 branch ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
+:      013632 ali_mesh_network_layer_check_network_mic_cache:
+0x404f 013633 setarg mem_mesh_transport_message_mic_cache 
+0x4050 013634 store 2 ,mem_mesh_mic_cache_ptr 
+0x4051 013635 branch ali_mesh_base_adt_cache 
+:      013639 ali_mesh_network_layer_send_access_message:
+0x4052 013640 bpatchx patch36_1 ,mem_patch36 
+0x4053 013641 call ali_mesh_network_layer_send_access_message_encrypt_netmic 
+0x4054 013642 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
+0x4055 013643 branch ali_mesh_bearer_layer_send_packet_by_network_layer 
+:      013648 ali_mesh_network_layer_send_access_message_encrypt_netmic:
+0x4056 013649 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x4057 013650 add pdata ,2 ,rega 
+0x4058 013651 pincrease 4 
+0x4059 013652 store 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x405a 013653 arg mem_mesh_send_upper_layer_dst ,temp 
+0x405b 013654 branch ali_mesh_network_layer_encrypt_by_network_nonce 
+:      013659 ali_mesh_network_layer_encrypt_by_network_nonce:
+0x405c 013660 call ali_mesh_network_load_network_nonce_and_encryptionkey 
+0x405d 013661 copy rega ,pdata 
+0x405e 013662 branch ali_ccm_encrypt 
+:      013665 ali_mesh_network_layer_send_access_message_encrypt_obfuscation:
+0x405f 013666 branch ali_mesh_encrypt_obfuscation_deceypt_send_message 
+:      013669 ali_mesh_network_layer_check_gatt_relay_packet:
+0x4060 013670 call ali_mesh_network_layer_init_gatt_queue_param 
+0x4061 013671 call queue_empty 
+0x4062 013672 rtn blank 
+0x4063 013673 call le_fifo_check_nearly_full 
+0x4064 013674 nrtn blank 
+0x4065 013675 arg mem_mesh_queue_ele_temp ,rega 
+0x4066 013676 call queue_pop 
+0x4067 013677 nrtn user 
+0x4068 013678 branch ali_mesh_send_ble_data 
+:      013682 mesh_generate_nonce:
+0x4069 013683 fetch 4 ,mem_mesh_iv_index 
+0x406a 013684 istore 4 ,contw 
+0x406b 013685 add contw ,-13 ,pdata 
+0x406c 013686 store 2 ,mem_nonce_ptr 
+0x406d 013687 rtn 
+:      013691 ali_mesh_network_layer_init_queue_param:
+0x406e 013692 setarg mem_mesh_network_relay_queue_each_size 
+0x406f 013693 store 2 ,mem_queue_ptr 
+0x4070 013694 rtn 
+:      013696 ali_mesh_network_layer_queue_init:
+0x4071 013697 call ali_mesh_network_layer_init_queue_param 
+0x4072 013698 branch queue_init 
+:      013701 ali_mesh_ble_adv:
+0x4073 013702 call le_set_config_more_data 
+0x4074 013703 fetch 1 ,mem_mesh_provisioned_flag 
+0x4075 013704 beq unprovisioned_beacon_status ,ali_mesh_ble_adv_mesh_beacon 
+0x4076 013705 beq paired_status ,ali_mesh_ble_adv_network_id 
+0x4077 013706 beq wait_receive_appkey ,ali_mesh_ble_adv_network_id 
+0x4078 013707 rtn 
+:      013709 ali_mesh_ble_adv_network_id:
+0x4079 013711 setsect 0 ,0x10214 
+0x407a 013712 setsect 1 ,0xc080 
+0x407b 013713 setsect 2 ,0x28030 
+0x407c 013714 setsect 3 ,0x3060 
+0x407d 013715 store 9 ,mem_le_adv_data_len 
+0x407e 013716 setarg 0x182816 
+0x407f 013717 istore 4 ,contw 
+0x4080 013718 fetch 8 ,mem_mesh_network_id 
+0x4081 013719 istore 8 ,contw 
+0x4082 013720 rtn 
+:      013722 ali_mesh_ble_adv_mesh_beacon:
+0x4083 013723 call ali_mesh_config_device_uuid_by_three_tuple 
+0x4084 013725 setsect 0 ,0x1021d 
+0x4085 013726 setsect 1 ,0xc080 
+0x4086 013727 setsect 2 ,0x27030 
+0x4087 013728 setsect 3 ,0x5460 
+0x4088 013729 store 9 ,mem_le_adv_data_len 
+0x4089 013730 setarg 0x182716 
+0x408a 013731 istore 3 ,contw 
+0x408b 013732 arg mem_mesh_device_uuid ,contr 
+0x408c 013733 call memcpy16 
+0x408d 013734 fetch 2 ,mem_mesh_oob_information 
+0x408e 013735 istore 2 ,contw 
+0x408f 013736 rtn 
+:      013742 mesh_le_receive_data:
+0x4090 013743 bpatchx patch36_2 ,mem_patch36 
+0x4091 013744 fetch 2 ,mem_le_att_handle 
+0x4092 013745 beq mesh_proxy_data_in_handle ,ali_mesh_receive_ble_data_proxy_data_in 
+0x4093 013746 beq mesh_provisioning_data_in_handle ,ali_mesh_receive_ble_data_provisioning_data_in 
+0x4094 013747 rtn 
+:      013749 ali_mesh_receive_ble_data_proxy_data_in:
+0x4095 013750 copy regb ,temp 
+0x4096 013751 ifetch 1 ,rega 
+0x4097 013752 beq mesh_proxy_message_type_network_pdu ,ali_mesh_network_layer_recevice_network_pdu_proxy_control 
+0x4098 013753 beq mesh_proxy_message_type_proxy_configuration ,ali_mesh_network_layer_recevice_proxy_configuration_messages 
+0x4099 013754 rtn 
+:      013755 ali_mesh_network_layer_recevice_proxy_configuration_messages:
+0x409a 013763 call ali_mesh_network_store_in_mem 
+0x409b 013764 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x409c 013765 pincrease -4 
+0x409d 013766 store 1 ,mem_mesh_message_transport_netmic_length 
+0x409e 013767 call ali_mesh_network_layer_check_nid_ivi 
+0x409f 013768 nrtn user 
+0x40a0 013769 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
+0x40a1 013770 fetch 1 ,mem_mesh_message_ttl 
+0x40a2 013771 bbit1 bit_ctl ,ali_mesh_recevice_proxy_configuration_messages_decrypt 
+0x40a3 013772 rtn 
+:      013774 ali_mesh_recevice_proxy_configuration_messages_decrypt:
+0x40a4 013775 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
+0x40a5 013776 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x40a6 013777 arg mem_mesh_message_dst ,temp 
+0x40a7 013778 call ali_ccm_decrypt_64bit 
+0x40a8 013779 nrtn zero 
+0x40a9 013782 call ali_mesh_white_filter_check 
+0x40aa 013783 fetch 1 ,mem_mesh_message_proxy_transportpdu_opcode 
+0x40ab 013784 beq proxy_opcode_set_filter_type ,ali_mesh_proxy_configuration_message_set_filter_type 
+0x40ac 013785 beq proxy_opcode_add_addr_to_filter ,ali_mesh_proxy_configuration_message_add_addr_to_filter 
+0x40ad 013786 rtn 
+:      013788 ali_mesh_proxy_configuration_message_add_addr_to_filter:
+0x40ae 013789 fetchr loopcnt ,1 ,mem_mesh_message_transport_netmic_length 
+0x40af 013790 increase -3 ,loopcnt 
+0x40b0 013792 rshift loopcnt ,pdata 
+0x40b1 013793 fetcht 2 ,mem_mesh_white_list_num 
+0x40b2 013794 iadd temp ,pdata 
+0x40b3 013795 sub pdata ,8 ,null 
+0x40b4 013796 nrtn positive 
+0x40b5 013797 store 2 ,mem_mesh_white_list_num 
+0x40b6 013798 arg mem_mesh_white_list ,contw 
+0x40b7 013799 lshift temp ,pdata 
+0x40b8 013800 iadd contw ,contw 
+0x40b9 013801 arg mem_mesh_message_proxy_transportpdu_parameters ,contr 
+0x40ba 013802 call memcpy 
+0x40bb 013803 fetch 1 ,mem_mesh_addressed_filter_type 
+0x40bc 013804 branch ali_mesh_proxy_configuration_message_filter_status 
+:      013806 ali_mesh_proxy_configuration_message_set_filter_type:
+0x40bd 013807 ifetch 1 ,contr 
+0x40be 013808 store 1 ,mem_mesh_addressed_filter_type 
+:      013809 ali_mesh_proxy_configuration_message_filter_status:
+0x40bf 013810 store 1 ,mem_mesh_filter_status_message_filtertype 
+0x40c0 013811 fetch 2 ,mem_mesh_white_list_num 
+0x40c1 013812 byteswap pdata ,pdata 
+0x40c2 013813 store 2 ,mem_mesh_filter_status_message_listsize 
+0x40c3 013815 jam proxy_opcode_filter_status ,mem_mesh_filter_status_message_opcode 
+0x40c4 013817 fetch 9 ,mem_mesh_message_nid 
+0x40c5 013818 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x40c6 013819 fetch 2 ,mem_mesh_send_message_src 
+0x40c7 013820 store 2 ,mem_mesh_send_upper_layer_src 
+0x40c8 013822 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
+0x40c9 013823 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
+0x40ca 013825 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
+0x40cb 013826 setarg 6 
+0x40cc 013827 arg mem_mesh_send_upper_layer_dst ,temp 
+0x40cd 013828 call ali_ccm_encrypt_64bit 
+0x40ce 013829 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
+0x40cf 013832 arg 22 ,rega 
+0x40d0 013833 arg mesh_proxy_data_out_handle ,temp 
+0x40d1 013834 call le_att_malloc_tx_notify 
+0x40d2 013835 setarg mesh_proxy_message_type_proxy_configuration 
+0x40d3 013836 istore 1 ,contw 
+0x40d4 013837 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
+0x40d5 013838 branch memcpy32 
+:      013840 ali_mesh_receive_ble_data_provisioning_data_in:
+0x40d6 013841 jam mesh_message_proxy ,mem_mesh_fast_pair_packet_type 
+0x40d7 013842 copy regb ,temp 
+0x40d8 013843 copy rega ,contr 
+0x40d9 013844 branch ali_mesh_receive_adtype_manufacturer_specific 
+:      013847 ali_mesh_network_load_proxy_nonce_and_encryptionkey:
+0x40da 013848 arg mem_mesh_proxy_nonce ,contw 
+0x40db 013849 setarg proxy_nonce 
+0x40dc 013850 istore 2 ,contw 
+0x40dd 013851 fetch 5 ,mem_mesh_message_seq 
+0x40de 013852 istore 7 ,contw 
+0x40df 013853 call mesh_generate_nonce 
+0x40e0 013855 branch ali_mesh_upper_transport_layer_load_encryptionkey 
+:      013857 ali_mesh_network_layer_recevice_network_pdu_proxy_control:
+0x40e1 013858 jam mesh_message_proxy ,mem_mesh_network_packet_type 
+0x40e2 013859 branch ali_mesh_network_layer_recevice_network_pdu 
+:      013862 ali_mesh_proxy_process_bb_event:
+0x40e3 013863 copy regc ,pdata 
+0x40e4 013864 beq bt_evt_le_disconnected ,mesh_ble_start_adv 
+0x40e5 013865 beq bt_evt_le_connected ,app_ble_conn_event 
+0x40e6 013866 rtn 
+:      013868 app_ble_conn_event:
+0x40e7 013869 branch ali_mesh_proxy_white_list_clear 
+:      013873 mesh_ble_start_adv:
+0x40e8 013874 setarg 0 
+0x40e9 013875 store 2 ,mem_mesh_network_proxy_unicast_address 
+0x40ea 013876 branch app_ble_start_adv 
+:      013878 ali_mesh_proxy_white_list_clear:
+0x40eb 013879 setarg 0 
+0x40ec 013880 store 2 ,mem_mesh_white_list_num 
+0x40ed 013881 arg mem_mesh_white_list ,contw 
+0x40ee 013882 arg 16 ,loopcnt 
+0x40ef 013883 branch memset0 
+:      013890 ali_mesh_send_ble_data:
+0x40f0 013892 call le_fifo_check_nearly_full 
+0x40f1 013893 nrtn blank 
+0x40f2 013895 fetch 1 ,mem_mesh_queue_ele_len 
+0x40f3 013896 add pdata ,-1 ,rega 
+0x40f4 013897 arg mesh_proxy_data_out_handle ,temp 
+0x40f5 013898 call le_att_malloc_tx_notify 
+0x40f6 013899 setarg mesh_proxy_message_type_network_pdu 
+0x40f7 013900 istore 1 ,contw 
+0x40f8 013901 arg mem_mesh_queue_ele_payload + 2 ,contr 
+0x40f9 013902 branch memcpy32 
+:      013904 ali_mesh_send_pairing_data:
+0x40fa 013905 fetch 1 ,mem_mesh_fast_pair_packet_type 
+0x40fb 013906 rtneq mesh_message_tmall 
+0x40fc 013907 fetch 2 ,mem_ui_state_map 
+0x40fd 013908 rtnbit0 ui_state_ble_connected 
+0x40fe 013909 call le_fifo_check_nearly_full 
+0x40ff 013910 nrtn blank 
+0x4100 013911 fetch 1 ,mem_mesh_adv_data_len 
+0x4101 013912 add pdata ,-5 ,rega 
+0x4102 013913 arg mesh_provisioning_data_out_handle ,temp 
+0x4103 013914 call le_att_malloc_tx_notify 
+0x4104 013915 arg mem_mesh_adv_data + 5 ,contr 
+0x4105 013916 branch memcpy32 
+:      013918 ali_mesh_white_filter_check:
+0x4106 013919 fetch 2 ,mem_mesh_white_list 
+0x4107 013920 nrtn blank 
+0x4108 013921 fetch 2 ,mem_mesh_message_src 
+0x4109 013922 store 2 ,mem_mesh_white_list 
+:      013923 ali_mesh_white_list_num_increase:
+0x410a 013924 fetch 2 ,mem_mesh_white_list_num 
+0x410b 013925 pincrease 1 
+0x410c 013926 store 2 ,mem_mesh_white_list_num 
+0x410d 013927 rtn 
+:      013930 sha_endian_swap2:
+0x410e 013931 ifetch 4 ,contr 
+0x410f 013932 force 4 ,rega 
+0x4110 013933 increase 3 ,contw 
+:      013934 sha_endian_loop:
+0x4111 013935 istore 1 ,contw 
+0x4112 013936 rshift8 pdata ,pdata 
+0x4113 013937 increase -2 ,contw 
+0x4114 013938 increase -1 ,rega 
+0x4115 013939 nbranch sha_endian_loop ,zero 
+0x4116 013940 increase 5 ,contw 
+0x4117 013941 loop sha_endian_swap2 
+0x4118 013942 rtn 
+:      013945 sha_getw:
+0x4119 013946 lshift2 queue ,pdata 
+0x411a 013947 iadd timeup ,contr 
+0x411b 013948 ifetch 4 ,contr 
+0x411c 013949 rtn 
+:      013951 sha_r:
+0x411d 013952 force 16 ,alarm 
+0x411e 013953 arg mem_dat ,timeup 
+:      013954 sha_r_loop:
+0x411f 013955 add alarm ,-7 ,queue 
+0x4120 013956 call sha_getw 
+0x4121 013957 iforce temp 
+0x4122 013958 add alarm ,-16 ,queue 
+0x4123 013959 call sha_getw 
+0x4124 013960 iadd temp ,temp 
+0x4125 013961 add alarm ,-2 ,queue 
+0x4126 013962 call sha_getw 
+0x4127 013963 shasx pdata ,1 ,pdata 
+0x4128 013964 iadd temp ,temp 
+0x4129 013965 add alarm ,-15 ,queue 
+0x412a 013966 call sha_getw 
+0x412b 013967 shasx pdata ,0 ,pdata 
+0x412c 013968 iadd temp ,temp 
+0x412d 013969 lshift2 alarm ,pdata 
+0x412e 013970 iadd timeup ,contw 
+0x412f 013971 istoret 4 ,contw 
+0x4130 013972 increase 1 ,alarm 
+0x4131 013973 compare 64 ,alarm ,0xff 
+0x4132 013974 nbranch sha_r_loop ,true 
+0x4133 013975 rtn 
+:      013978 sha_init:
+0x4134 013979 arg memh0 ,contr 
+0x4135 013980 force 7 ,regext_index 
+:      013981 sha_init_0:
+0x4136 013982 ifetch 4 ,contr 
+0x4137 013983 iforce regext 
+0x4138 013984 increase -1 ,regext_index 
+0x4139 013985 branch sha_init_0 ,positive 
+0x413a 013986 rtn 
+:      013988 sha:
+0x413b 013989 bpatchx patch36_3 ,mem_patch36 
+0x413c 013990 call sha_r 
+0x413d 013991 arg memahbak ,contw 
+0x413e 013992 force 0 ,regext_index 
+:      013993 sha_0:
+0x413f 013994 deposit regext 
+0x4140 013995 istore 4 ,contw 
+0x4141 013996 increase 1 ,regext_index 
+0x4142 013997 compare 8 ,regext_index ,0xff 
+0x4143 013998 nbranch sha_0 ,true 
+0x4144 014001 arg ble_mesh_sha256_addr ,timeup 
+0x4145 014004 arg mem_dat ,alarm 
+0x4146 014005 force 64 ,loopcnt 
+:      014006 sha_loop:
+0x4147 014007 ifetcht 4 ,alarm 
+0x4148 014008 ifetch 4 ,timeup 
+0x4149 014009 increase 4 ,timeup 
+0x414a 014010 increase 4 ,alarm 
+0x414b 014011 iadd temp ,pdata 
+0x414c 014012 force 7 ,regext_index 
+0x414d 014013 iadd regext ,temp 
+0x414e 014014 force 4 ,regext_index 
+0x414f 014015 shasx regext ,3 ,pdata 
+0x4150 014016 iadd temp ,temp 
+0x4151 014017 force 5 ,regext_index 
+0x4152 014018 deposit regext 
+0x4153 014019 force 6 ,regext_index 
+0x4154 014020 ixor regext ,pdata 
+0x4155 014021 force 4 ,regext_index 
+0x4156 014022 iand regext ,pdata 
+0x4157 014023 force 6 ,regext_index 
+0x4158 014024 ixor regext ,pdata 
+0x4159 014025 iadd temp ,temp 
+0x415a 014026 force 7 ,regext_index 
+0x415b 014027 copy temp ,regext 
+0x415c 014028 force 3 ,regext_index 
+0x415d 014029 deposit regext 
+0x415e 014030 iadd temp ,regext 
+0x415f 014031 force 0 ,regext_index 
+0x4160 014032 deposit regext 
+0x4161 014033 force 1 ,regext_index 
+0x4162 014034 iand regext ,temp 
+0x4163 014035 ior regext ,pdata 
+0x4164 014036 force 2 ,regext_index 
+0x4165 014037 iand regext ,pdata 
+0x4166 014038 ior temp ,temp 
+0x4167 014039 force 0 ,regext_index 
+0x4168 014040 shasx regext ,2 ,pdata 
+0x4169 014041 iadd temp ,pdata 
+0x416a 014042 force 7 ,regext_index 
+0x416b 014043 iadd regext ,regext 
+0x416c 014044 regexrot 
+0x416d 014045 loop sha_loop 
+0x416e 014046 arg memahbak ,contr 
+0x416f 014047 force 0 ,regext_index 
+:      014048 sha_1:
+0x4170 014049 ifetch 4 ,contr 
+0x4171 014050 iadd regext ,regext 
+0x4172 014051 increase 1 ,regext_index 
+0x4173 014052 compare 8 ,regext_index ,0xff 
+0x4174 014053 nbranch sha_1 ,true 
+0x4175 014054 rtn 
+:      014058 sha_result:
+0x4176 014059 arg memresult ,contw 
+0x4177 014060 force 7 ,regext_index 
+:      014061 sha_regext_save:
+0x4178 014062 deposit regext 
+0x4179 014063 istore 4 ,contw 
+0x417a 014064 increase -1 ,regext_index 
+0x417b 014065 branch sha_regext_save ,positive 
+0x417c 014066 rtn 
+:      014071 ali_mesh_upper_transport_layer_receive_unsegmented_access_message:
+0x417d 014072 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key 
+:      014074 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key:
+0x417e 014075 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
+0x417f 014076 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
+:      014078 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key:
+0x4180 014079 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
+0x4181 014080 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
+:      014083 ali_mesh_upper_transport_layer_decrypt_unsegmented_message:
+0x4182 014085 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x4183 014086 pincrease -7 
+0x4184 014090 arg mem_mesh_message_transport_unsegmented_access_messagepdu ,alarm 
+0x4185 014091 call disable_user 
+0x4186 014092 branch ali_mesh_upper_transport_layer_decrypt_message 
+:      014096 ali_mesh_upper_transport_layer_receive_segmented_access_message:
+0x4187 014097 fetch 1 ,mem_mesh_message_transport_head 
+0x4188 014098 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key 
+:      014099 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key:
+0x4189 014100 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
+0x418a 014101 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
+:      014102 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key:
+0x418b 014103 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
+0x418c 014104 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
+:      014107 ali_mesh_upper_transport_layer_decrypt_segmented_message:
+0x418d 014108 fetch 1 ,mem_mesh_aszmic 
+0x418e 014109 ncall enable_user ,blank 
+0x418f 014110 call disable_user ,blank 
+0x4190 014111 fetch 1 ,mem_mesh_segmented_access_message_current_length 
+0x4191 014112 pincrease -4 
+0x4192 014113 jam 0 ,mem_mesh_segmented_access_message_current_length 
+0x4193 014114 arg mem_mesh_segmented_access_message_segment ,alarm 
+:      014118 ali_mesh_upper_transport_layer_decrypt_message:
+0x4194 014119 copy alarm ,temp 
+0x4195 014120 call ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic 
+0x4196 014121 nrtn zero 
+0x4197 014122 call ali_mesh_upper_transport_layer_check_transport_mic_cache 
+0x4198 014123 nrtn user 
+0x4199 014124 fetch 2 ,mem_ccm_data_ptr 
+0x419a 014125 copy pdata ,alarm 
+0x419b 014126 branch ali_mesh_access_layer_resolve_message 
+:      014128 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic:
+0x419c 014129 nbranch ali_ccm_decrypt ,user 
+0x419d 014130 pincrease -4 
+0x419e 014131 branch ali_ccm_decrypt_64bit 
+:      014134 ali_mesh_upper_transport_layer_check_transport_mic_cache:
+0x419f 014135 setarg mem_mesh_access_message_mic_cache 
+0x41a0 014136 store 2 ,mem_mesh_mic_cache_ptr 
+0x41a1 014137 branch ali_mesh_base_adt_cache 
+:      014141 ali_mesh_upper_transport_layer_load_application_nonce_and_application_key:
+0x41a2 014142 call ali_mesh_upper_transport_layer_load_application_nonce 
+:      014143 ali_mesh_upper_transport_layer_load_application_key:
+0x41a3 014144 arg mem_mesh_application_key ,contr 
+0x41a4 014145 branch load_key 
+:      014146 ali_mesh_upper_transport_layer_load_application_nonce:
+0x41a5 014147 arg mem_mesh_application_nonce ,contw 
+0x41a6 014148 setarg application_nonce 
+0x41a7 014149 istore 1 ,contw 
+0x41a8 014150 fetch 1 ,mem_mesh_aszmic 
+0x41a9 014151 arg 0 ,temp 
+0x41aa 014152 nsetflag blank ,7 ,temp 
+0x41ab 014153 istoret 1 ,contw 
+0x41ac 014154 fetch 7 ,mem_mesh_message_seq 
+0x41ad 014155 istore 7 ,contw 
+0x41ae 014156 branch mesh_generate_nonce 
+:      014160 ali_mesh_upper_transport_layer_load_device_nonce_and_device_key:
+0x41af 014161 call ali_mesh_upper_transport_layer_load_device_nonce 
+:      014162 ali_mesh_upper_transport_layer_load_device_key:
+0x41b0 014163 arg mem_mesh_device_key ,contr 
+0x41b1 014164 branch load_key 
+:      014165 ali_mesh_upper_transport_layer_load_device_nonce:
+0x41b2 014166 arg mem_mesh_device_nonce ,contw 
+0x41b3 014167 setarg device_nonce 
+0x41b4 014168 branch ali_mesh_upper_transport_layer_load_application_nonce + 2 
+:      014172 ali_mesh_upper_transport_layer_send_access_message:
+:      014173 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer:
+0x41b5 014174 bpatchx patch36_4 ,mem_patch36 
+0x41b6 014176 call ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst 
+0x41b7 014179 call ali_mesh_upper_transport_layer_store_packet_header 
+0x41b8 014180 rtn user 
+0x41b9 014181 call ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu 
+0x41ba 014183 call ali_mesh_upper_transport_layer_init_queue_param 
+0x41bb 014185 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
+0x41bc 014186 branch queue_push 
+:      014190 ali_mesh_upper_transport_layer_store_packet_header:
+0x41bd 014191 call disable_user 
+0x41be 014192 arg upper_retry_count_status ,temp 
+0x41bf 014194 fetch 1 ,mem_mesh_network_packet_type 
+0x41c0 014195 sub pdata ,mesh_message_proxy ,null 
+0x41c1 014196 setflag zero ,bit_upper_flag_proxy_control ,temp 
+0x41c2 014197 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41c3 014198 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x41c4 014199 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
+0x41c5 014200 fetch 1 ,mem_mesh_access_layer_payload_vendor_command 
+0x41c6 014201 rtnne vendor_message_attr_indication 
+0x41c7 014202 fetch 1 ,mem_mesh_provisioned_flag 
+0x41c8 014203 bne paired_status ,enable_user 
+0x41c9 014204 fetch 1 ,mem_mesh_access_layer_payload_vendor_tid 
+0x41ca 014205 store 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
+0x41cb 014206 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41cc 014207 pincrease upper_retry_count_indication 
+0x41cd 014208 set1 bit_upper_flag_vendor_indication ,pdata 
+0x41ce 014209 store 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41cf 014210 rtn 
+:      014213 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu:
+0x41d0 014214 fetch 1 ,mem_mesh_access_layer_payload_len 
+0x41d1 014215 copy pdata ,loopcnt 
+0x41d2 014216 store 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x41d3 014217 fetch 1 ,mem_mesh_message_transport_head 
+0x41d4 014218 store 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
+0x41d5 014219 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
+0x41d6 014220 arg mem_mesh_access_layer_payload ,contr 
+0x41d7 014221 branch memcpy 
+:      014225 ali_mesh_upper_transport_layer_control_packet:
+:      014230 ali_mesh_upper_transport_layer_control_packet_deal:
+0x41d8 014231 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
+0x41d9 014232 nrtn blank 
+0x41da 014233 call ali_mesh_upper_transport_layer_init_queue_param 
+0x41db 014234 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
+0x41dc 014235 call queue_get_new_ele 
+0x41dd 014236 nrtn user 
+0x41de 014238 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41df 014239 and temp ,data_upper_flag_max_retry_count ,pdata 
+0x41e0 014240 branch ali_mesh_upper_transport_layer_queue_pop ,blank 
+0x41e1 014242 jam packet_in_bearer ,mem_mesh_upper_tran_layer_packet_advertising 
+0x41e2 014244 call ali_mesh_upper_transport_layer_control_packet_load_header 
+0x41e3 014246 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41e4 014247 call ali_mesh_upper_transport_layer_control_packet_load_app_control 
+0x41e5 014248 store 1 ,mem_mesh_upper_tran_layer_packet_tid 
+0x41e6 014250 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x41e7 014251 isolate1 bit_upper_flag_proxy_control ,temp 
+0x41e8 014252 setflag true ,bit_uuper_tran_proxy_message ,pdata 
+0x41e9 014253 store 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x41ea 014261 set1 bit_upper_flag_retransmit ,temp 
+0x41eb 014263 increase -1 ,temp 
+0x41ec 014264 istoret 1 ,regb 
+0x41ed 014266 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41ee 014267 isolate1 bit_upper_flag_retransmit ,temp 
+0x41ef 014268 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access ,true 
+0x41f0 014269 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x41f1 014270 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x41f2 014271 copy temp ,loopcnt 
+0x41f3 014272 arg mem_mesh_access_layer_payload ,contw 
+0x41f4 014273 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
+0x41f5 014274 call memcpy 
+0x41f6 014276 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
+0x41f7 014277 nbranch ali_mesh_upper_transport_layer_control_packet_segment_msg ,positive 
+:      014278 ali_mesh_upper_transport_layer_control_packet_unsegment_msg:
+0x41f8 014279 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
+:      014282 ali_mesh_upper_transport_layer_control_packet_segment_msg:
+0x41f9 014283 fetch 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
+0x41fa 014284 store 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x41fb 014285 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
+:      014288 ali_mesh_upper_transport_layer_control_packet_load_header:
+0x41fc 014289 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
+0x41fd 014290 store 1 ,mem_mesh_message_transport_head 
+0x41fe 014292 fetch 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
+0x41ff 014293 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x4200 014294 store 9 ,mem_mesh_message_nid 
+0x4201 014295 rtn 
+:      014298 ali_mesh_upper_transport_layer_control_packet_load_app_control:
+0x4202 014299 jam upper_tran_tmall_message ,mem_mesh_upper_tran_layer_packet_type 
+0x4203 014300 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
+0x4204 014301 isolate1 bit_upper_flag_vendor_indication ,temp 
+0x4205 014302 rtn true 
+0x4206 014303 setarg 0 
+0x4207 014304 rtn 
+:      014306 ali_mesh_store_tran_package_type:
+0x4208 014307 add rega ,element_device_tran_package_type ,contw 
+0x4209 014308 istore 1 ,contw 
+0x420a 014309 rtn 
+:      014312 ali_mesh_upper_transport_layer_queue_pop:
+0x420b 014313 jam 0 ,mem_mesh_upper_tran_layer_packet_tid 
+0x420c 014314 call ali_mesh_upper_transport_layer_init_queue_param 
+0x420d 014315 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
+0x420e 014316 branch queue_pop 
+:      014318 ali_mesh_upper_transport_layer_control_packet_encrypt_access:
+0x420f 014319 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
+0x4210 014320 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
+0x4211 014321 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x4212 014322 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
+0x4213 014323 call ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload 
+0x4214 014324 setarg 0 
+0x4215 014325 store 1 ,mem_mesh_aszmic 
+0x4216 014326 call ali_mesh_upper_transport_layer_calc_transport_mic 
+0x4217 014328 fetcht 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x4218 014329 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x4219 014330 copy temp ,loopcnt 
+0x421a 014331 arg mem_mesh_access_layer_payload ,contr 
+0x421b 014332 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
+0x421c 014333 call memcpy 
+0x421d 014335 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
+0x421e 014336 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg ,positive 
+:      014337 ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg:
+0x421f 014338 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
+0x4220 014339 call queue_store_new_ele 
+0x4221 014340 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
+:      014342 ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg:
+0x4222 014343 call ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon 
+0x4223 014344 fetch 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x4224 014345 store 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
+0x4225 014346 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
+0x4226 014347 call queue_store_new_ele 
+0x4227 014348 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
+:      014350 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload:
+0x4228 014351 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x4229 014352 copy pdata ,loopcnt 
+0x422a 014353 store 1 ,mem_mesh_access_layer_payload_len 
+0x422b 014354 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
+0x422c 014355 store 1 ,mem_mesh_message_transport_head 
+0x422d 014356 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
+0x422e 014357 arg mem_mesh_access_layer_payload ,contw 
+0x422f 014358 branch memcpy 
+:      014360 ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer:
+0x4230 014361 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
+0x4231 014362 setarg mem_mesh_access_payload 
+0x4232 014363 store 2 ,mem_mesh_upper_transport_layer_payload_ptr 
+:      014364 ali_mesh_upper_transport_layer_send_segmented_access_message_loop:
+0x4233 014365 call ali_mesh_upper_transport_layer_control_packet_load_header 
+0x4234 014366 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
+0x4235 014367 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
+0x4236 014369 fetcht 1 ,mem_mesh_access_layer_payload_len 
+0x4237 014370 setarg segmented_access_message_unint_pdu_len 
+0x4238 014371 call not_greater_than 
+0x4239 014372 copy pdata ,rega 
+0x423a 014373 copy temp ,pdata 
+0x423b 014374 isub rega ,pdata 
+0x423c 014375 store 1 ,mem_mesh_access_layer_payload_len 
+0x423d 014376 fetch 2 ,mem_mesh_upper_transport_layer_payload_ptr 
+0x423e 014377 copy pdata ,contr 
+0x423f 014378 iadd rega ,temp 
+0x4240 014379 storet 2 ,mem_mesh_upper_transport_layer_payload_ptr 
+0x4241 014380 call ali_mesh_lower_transport_layer_send_segmented_access_message 
+0x4242 014381 fetch 1 ,mem_mesh_access_layer_payload_len 
+0x4243 014382 rtn blank 
+0x4244 014383 fetch 1 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4245 014384 pincrease 1 
+0x4246 014385 store 1 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4247 014386 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
+0x4248 014387 branch ali_mesh_upper_transport_layer_send_segmented_access_message_loop 
+:      014392 ali_mesh_upper_transport_layer_calc_transport_mic:
+0x4249 014393 fetch 1 ,mem_mesh_message_transport_head 
+0x424a 014394 bbit0 transport_head_bit_akf ,ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey 
+:      014395 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey:
+0x424b 014396 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
+0x424c 014397 branch ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm 
+:      014398 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey:
+0x424d 014399 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
+:      014400 ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm:
+0x424e 014401 fetch 1 ,mem_mesh_access_layer_payload_len 
+0x424f 014402 add pdata ,4 ,temp 
+0x4250 014403 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x4251 014404 arg mem_mesh_access_layer_payload ,temp 
+0x4252 014405 branch ali_ccm_encrypt 
+:      014410 ali_mesh_upper_transport_layer_send_access_message_calc_seq:
+0x4253 014411 fetch 3 ,mem_mesh_send_message_seq 
+0x4254 014412 pincrease 1 
+0x4255 014413 store 3 ,mem_mesh_send_message_seq 
+0x4256 014414 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
+0x4257 014415 pincrease 1 
+0x4258 014416 store 1 ,mem_mesh_gatt_package_send_msg_id 
+0x4259 014417 fetch 2 ,mem_mesh_cb_seq_changed 
+0x425a 014418 branch callback_func 
+:      014422 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst:
+0x425b 014423 fetch 1 ,mem_mesh_iv_index + 3 
+0x425c 014424 lshift4 pdata ,pdata 
+0x425d 014425 lshift3 pdata ,pdata 
+0x425e 014426 fetcht 1 ,mem_k2_nid 
+0x425f 014427 ior temp ,pdata 
+0x4260 014428 store 1 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x4261 014429 fetch 1 ,mem_mesh_send_message_ttl 
+0x4262 014430 store 1 ,mem_mesh_send_upper_layer_ctl_and_ttl 
+0x4263 014431 fetch 2 ,mem_mesh_send_message_src 
+0x4264 014432 store 2 ,mem_mesh_send_upper_layer_src 
+0x4265 014433 fetch 2 ,mem_mesh_send_message_dst 
+0x4266 014434 store 2 ,mem_mesh_send_upper_layer_dst 
+:      014436 ali_mesh_upper_transport_layer_send_access_message_add_seq:
+0x4267 014437 fetch 3 ,mem_mesh_send_message_seq 
+0x4268 014438 store 3 ,mem_mesh_send_upper_layer_seq 
+0x4269 014439 arg mem_mesh_send_upper_layer_seq ,rega 
+0x426a 014440 arg 3 ,loopcnt 
+0x426b 014441 call inverse_data 
+0x426c 014442 fetch 8 ,mem_mesh_send_upper_layer_ctl_and_ttl 
+0x426d 014443 store 8 ,mem_mesh_message_ttl 
+0x426e 014444 rtn 
+:      014446 ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon:
+0x426f 014447 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x4270 014448 div pdata ,segmented_access_message_unint_pdu_len 
+0x4271 014449 call wait_div_end 
+0x4272 014450 quotient temp 
+0x4273 014451 remainder pdata 
+0x4274 014452 call ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one ,blank 
+0x4275 014453 storet 1 ,mem_mesh_segmented_lower_transport_layer_segn 
+0x4276 014454 jam 0 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4277 014455 fetch 3 ,mem_mesh_send_message_seq 
+0x4278 014456 arg 0x1fff ,temp 
+0x4279 014457 iand temp ,pdata 
+0x427a 014458 store 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x427b 014459 rtn 
+:      014461 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header:
+0x427c 014462 fetch 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x427d 014463 lshift4 pdata ,pdata 
+0x427e 014464 lshift pdata ,pdata 
+0x427f 014465 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4280 014466 ior temp ,pdata 
+0x4281 014467 lshift4 pdata ,pdata 
+0x4282 014468 lshift pdata ,pdata 
+0x4283 014469 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_segn 
+0x4284 014470 ior temp ,pdata 
+0x4285 014471 store 3 ,mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn 
+0x4286 014472 arg 3 ,loopcnt 
+0x4287 014473 arg mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn ,rega 
+0x4288 014474 branch inverse_data 
+:      014476 ali_mesh_upper_transport_layer_receive_new_msg_timer:
+0x4289 014477 arg mem_mesh_upper_receive_new_message_timer ,regc 
+0x428a 014478 arg ali_mesh_upper_transport_layer_receive_new_msg_timeout ,regb 
+0x428b 014479 branch timer_single_step 
+:      014481 ali_mesh_upper_transport_layer_receive_new_msg_timeout:
+0x428c 014482 arg 40 ,loopcnt 
+0x428d 014483 arg mem_mesh_access_message_mic_cache ,contw 
+0x428e 014484 branch clear_mem 
+:      014487 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one:
+0x428f 014488 increase -1 ,temp 
+0x4290 014489 rtn 
+:      014491 ali_mesh_upper_transport_layer_clear_tx_buffer:
+0x4291 014492 branch ali_mesh_stop_send_indication_packet 
+:      014495 ali_mesh_upper_transport_layer_init_queue_param:
+0x4292 014496 setarg mem_mesh_upper_tran_layer_queue_each_size 
+0x4293 014497 store 2 ,mem_queue_ptr 
+0x4294 014498 rtn 
+:      014501 app_init:
+0x4295 014502 bpatch patch16_1 ,mem_patch16 
+0x4296 014503 fetch 1 ,mem_device_option 
+0x4297 014504 branch app_init ,blank 
+0x4298 014505 beq dvc_op_dongle ,dongle_init 
+0x4299 014506 beq dvc_op_shutter ,shutter_init 
+0x429a 014507 beq dvc_op_module ,module_init 
+0x429b 014508 beq dvc_op_car ,car_init 
+0x429c 014509 beq dvc_op_shutter_dy ,shutter_dy_init 
+0x429d 014510 beq dvc_op_remote_car ,remote_car_init 
+0x429e 014511 beq dvc_op_keyboard ,keyboard_init 
+0x429f 014512 beq dvc_op_hci_boot ,hci_init 
+0x42a0 014514 beq dvc_op_mouse ,mouse_init 
+0x42a1 014515 beq dvc_op_mesh ,ali_mesh_init 
+0x42a2 014516 rtn 
+:      014519 app_param_init:
+0x42a3 014520 rtn wake 
+0x42a4 014521 call adc_init_data 
+0x42a5 014522 fetch 1 ,mem_device_option 
+0x42a6 014523 beq dvc_op_shutter ,shutter_default_init 
+0x42a7 014524 beq dvc_op_shutter_dy ,shutter_default_init 
+0x42a8 014525 beq dvc_op_dongle ,dongle_default_init 
+0x42a9 014526 beq dvc_op_mouse ,mouse_default_init 
+0x42aa 014527 beq dvc_op_keyboard ,mouse_default_parm_init 
+0x42ab 014528 beq dvc_op_remote_car ,remote_car_default_init 
+0x42ac 014529 rtn 
+:      014531 app_process_idle:
+0x42ad 014532 call ui_dispatch 
+0x42ae 014533 call check_51cmd 
+0x42af 014534 call app_process_bb_event 
+0x42b0 014535 fetch 2 ,mem_cb_idle_process 
+0x42b1 014536 branch callback_func 
+:      014538 app_process_ble:
+0x42b2 014539 fetch 2 ,mem_cb_le_process 
+0x42b3 014540 branch callback_func 
+:      014542 app_process_bb_event:
+0x42b4 014543 bpatch patch16_2 ,mem_patch16 
+0x42b5 014545 arg mem_ipc_fifo_bt2c51 ,rega 
+0x42b6 014546 call fifo_out 
+0x42b7 014547 rtn blank 
+0x42b8 014549 copy pdata ,regc 
+0x42b9 014550 call app_event_normal_process 
+0x42ba 014551 branch app_process_bb_event_priority 
+:      014553 app_discard_event:
+0x42bb 014554 arg 0 ,regc 
+0x42bc 014555 rtn 
+:      014560 app_event_normal_process:
+0x42bd 014561 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x42be 014562 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x42bf 014563 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x42c0 014564 rtn 
+:      014568 app_process_bb_event_priority:
+0x42c1 014569 fetch 2 ,mem_cb_bb_event_process 
+0x42c2 014570 branch callback_func 
+:      014572 app_check_wake_lock:
+0x42c3 014573 fetch 2 ,mem_cb_check_wakelock 
+0x42c4 014574 branch callback_func 
+:      014576 app_will_enter_lpm:
+0x42c5 014577 fetch 2 ,mem_cb_before_lpm 
+0x42c6 014578 branch callback_func 
+:      014580 app_le_event_bb_connected:
+0x42c7 014581 fetch 2 ,mem_ui_state_map 
+0x42c8 014582 set1 ui_state_ble_connected ,pdata 
+0x42c9 014583 store 2 ,mem_ui_state_map 
+0x42ca 014584 rtn 
+:      014586 app_le_event_bb_disconn:
+0x42cb 014587 jam 0 ,mem_le_l2cap_att_states 
+0x42cc 014588 fetch 2 ,mem_ui_state_map 
+0x42cd 014589 set0 ui_state_ble_connected ,pdata 
+0x42ce 014590 store 2 ,mem_ui_state_map 
+0x42cf 014591 branch app_lpm_mult_disable 
+:      014594 app_evt_button_long_pressed:
+0x42d0 014595 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x42d1 014596 set1 app_disc_by_button ,pdata 
+0x42d2 014597 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x42d3 014598 rtn 
+:      014601 app_evt_timer:
+0x42d4 014602 store 1 ,mem_app_evt_timer_count 
+:      014603 app_evt_100ms_loop:
+0x42d5 014604 bpatch patch16_3 ,mem_patch16 
+0x42d6 014605 fetch 1 ,mem_app_evt_timer_count 
+0x42d7 014606 rtn blank 
+0x42d8 014607 increase -1 ,pdata 
+0x42d9 014608 store 1 ,mem_app_evt_timer_count 
+0x42da 014609 call ui_button_polling 
+0x42db 014610 call app_lpm_wake_auto_lock_timer 
+0x42dc 014611 call flash_write_spi_sm_timer 
+0x42dd 014612 fetch 2 ,mem_cb_event_timer 
+0x42de 014613 call callback_func 
+0x42df 014614 branch app_evt_100ms_loop 
+:      014619 timer_single_step:
+0x42e0 014620 ifetch 1 ,regc 
+0x42e1 014621 rtn blank 
+0x42e2 014622 pincrease -1 
+0x42e3 014623 istore 1 ,regc 
+0x42e4 014624 nrtn blank 
+0x42e5 014625 copy regb ,pdata 
+0x42e6 014626 branch callback_func 
+:      014630 timer_single_step_2b:
+0x42e7 014631 ifetch 2 ,regc 
+0x42e8 014632 rtn blank 
+0x42e9 014633 pincrease -1 
+0x42ea 014634 istore 2 ,regc 
+0x42eb 014635 nrtn blank 
+0x42ec 014636 copy regb ,pdata 
+0x42ed 014637 branch callback_func 
+:      014639 app_power_timer:
+0x42ee 014640 fetcht 2 ,mem_power_param_ptr 
+0x42ef 014641 add temp ,power_timer_offset ,regc 
+0x42f0 014642 arg app_power_timer_timeout ,regb 
+0x42f1 014643 branch timer_single_step 
+:      014645 app_power_timer_timeout:
+0x42f2 014646 call app_got_power_state_common 
+0x42f3 014647 beq power_starting ,app_enter_power_stanby_state 
+:      014648 app_enter_power_off_state:
+0x42f4 014649 branch app_enter_hibernate 
+:      014650 app_enter_power_stanby_state:
+0x42f5 014651 setarg power_standby 
+0x42f6 014652 istore 1 ,regc 
+0x42f7 014653 add temp ,power_standby_cb_offset ,regb 
+:      014654 app_power_cb_common:
+0x42f8 014655 ifetch 2 ,regb 
+0x42f9 014656 branch callback_func 
+:      014659 app_bb_hibernate:
+0x42fa 014660 call app_disconn_reason_clear 
+0x42fb 014661 branch app_enter_hibernate 
+:      014664 app_disconn_reason_clear:
+0x42fc 014665 setarg 0 
+0x42fd 014666 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x42fe 014667 rtn 
+:      014668 app_disconn_reason_flag_clear:
+0x42ff 014669 setarg 0 
+0x4300 014670 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4301 014671 rtn 
+:      014675 app_disconn_reason_collect_ble:
+0x4302 014676 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4303 014677 set1 app_disc_ble ,pdata 
+0x4304 014678 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x4305 014679 setarg 0 
+0x4306 014680 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4307 014681 rtn 
+:      014689 app_get_lpm_wake_lock:
+0x4308 014690 arg wake_lock_app ,queue 
+0x4309 014691 branch lpm_get_wake_lock 
+:      014693 app_put_lpm_wake_lock:
+0x430a 014694 arg wake_lock_app ,queue 
+0x430b 014695 branch lpm_put_wake_lock 
+:      014697 app_lpm_wake_auto_lock:
+0x430c 014698 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x430d 014699 branch app_get_lpm_wake_lock 
+:      014701 app_lpm_wake_auto_lock_timer:
+0x430e 014702 arg mem_wake_up_delay_timer ,regc 
+0x430f 014703 arg app_put_lpm_wake_lock ,regb 
+0x4310 014704 branch timer_single_step 
+:      014707 app_ble_start_direct_adv:
+0x4311 014708 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x4312 014709 branch ui_ipc_send_cmd 
+:      014711 app_ble_stop_direct_adv:
+0x4313 014712 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x4314 014713 branch ui_ipc_send_cmd 
+:      014715 app_ble_stop_adv:
+0x4315 014716 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x4316 014717 branch ui_ipc_send_cmd 
+:      014719 app_ble_start_adv:
+0x4317 014720 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x4318 014721 branch ui_ipc_send_cmd 
+:      014723 app_ble_start_scan:
+0x4319 014724 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x431a 014725 branch ui_ipc_send_cmd 
+:      014727 app_ble_stop_scan:
+0x431b 014728 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x431c 014729 branch ui_ipc_send_cmd 
+:      014731 app_ble_start_conn:
+0x431d 014732 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x431e 014733 branch ui_ipc_send_cmd 
+:      014735 app_ble_disconnect:
+0x431f 014736 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x4320 014737 branch ui_ipc_send_cmd 
+:      014739 app_led_start_blink:
+0x4321 014740 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x4322 014741 branch ui_ipc_send_cmd 
+:      014743 app_led_on:
+0x4323 014744 jam bt_cmd_led_on ,mem_fifo_temp 
+0x4324 014745 branch ui_ipc_send_cmd 
+:      014747 app_led_stop_blink:
+:      014748 app_led_off:
+0x4325 014749 jam bt_cmd_led_off ,mem_fifo_temp 
+0x4326 014750 branch ui_ipc_send_cmd 
+:      014752 app_enter_hibernate:
+0x4327 014753 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x4328 014754 branch ui_ipc_send_cmd 
+:      014757 app_ble_store_reconn_info:
+0x4329 014758 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x432a 014759 branch ui_ipc_send_cmd 
+:      014762 app_lpm_mult_enable:
+0x432b 014763 set1 mark_lpm_mult_enable ,mark 
+0x432c 014764 rtn 
+:      014766 app_lpm_mult_disable:
+0x432d 014767 set0 mark_lpm_mult_enable ,mark 
+0x432e 014768 rtn 
+:      014771 app_button_long_pressed:
+0x432f 014772 call app_got_power_state_common 
+0x4330 014773 beq power_standby ,app_power_shutting_down 
+:      014774 app_power_starting:
+0x4331 014775 setarg power_starting 
+0x4332 014776 istore 1 ,regc 
+0x4333 014777 add temp ,power_starting_timeout_offset ,rega 
+0x4334 014778 add temp ,power_starting_cb_offset ,regb 
+:      014779 app_power_common:
+0x4335 014780 ifetcht 1 ,rega 
+0x4336 014781 increase 1 ,regc 
+0x4337 014782 istoret 1 ,regc 
+0x4338 014783 branch app_power_cb_common 
+:      014785 app_power_shutting_down:
+0x4339 014786 setarg power_off 
+0x433a 014787 istore 1 ,regc 
+0x433b 014788 fetch 2 ,mem_ui_state_map 
+0x433c 014789 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x433d 014790 call le_send_terminate_ind_user_terminated 
+0x433e 014791 call app_ble_disconnect 
+:      014792 app_power_off_end:
+0x433f 014793 fetcht 2 ,mem_power_param_ptr 
+0x4340 014794 add temp ,power_off_timeout_offset ,rega 
+0x4341 014795 add temp ,power_off_cb_offset ,regb 
+0x4342 014796 branch app_power_common 
+:      014798 app_got_power_state_common:
+0x4343 014799 fetcht 2 ,mem_power_param_ptr 
+0x4344 014800 add temp ,power_state_offset ,regc 
+0x4345 014801 ifetch 1 ,regc 
+0x4346 014802 rtn 
+:      014804 app_event_button_up:
+0x4347 014805 call app_got_power_state_common 
+0x4348 014806 bne power_off ,app_power_release 
+0x4349 014807 branch app_enter_hibernate 
+:      014808 app_power_release:
+0x434a 014809 add temp ,ui_butten_up_cb_offset ,regb 
+0x434b 014810 branch app_power_cb_common 
+:      014816 adpcm_decode:
+0x434c 014817 fetch 8 ,mem_ad_state_valpred 
+0x434d 014818 store 8 ,mem_ad_valpred 
+0x434e 014819 jam 0 ,mem_ad_bufferstep 
+0x434f 014820 fetch 1 ,mem_ad_index 
+0x4350 014821 lshift2 pdata ,pdata 
+0x4351 014822 arg mem_ad_stepsizetable ,temp 
+0x4352 014823 iadd temp ,temp 
+0x4353 014824 ifetch 4 ,temp 
+0x4354 014825 store 4 ,mem_ad_step 
+:      014826 adpcm_decode_loop:
+0x4355 014827 fetch 1 ,mem_ad_bufferstep 
+0x4356 014828 nbranch adpcm_next_byte ,blank 
+0x4357 014829 fetcht 2 ,mem_ad_in_ptr 
+0x4358 014830 ifetch 1 ,temp 
+0x4359 014831 store 1 ,mem_ad_inputbuffer 
+0x435a 014832 increase 1 ,temp 
+0x435b 014833 storet 2 ,mem_ad_in_ptr 
+0x435c 014834 rshift4 pdata ,pdata 
+0x435d 014835 store 1 ,mem_ad_delta 
+0x435e 014836 branch adpcm_cal 
+:      014837 adpcm_next_byte:
+0x435f 014838 fetch 1 ,mem_ad_inputbuffer 
+0x4360 014839 and pdata ,0x0f ,pdata 
+0x4361 014840 store 1 ,mem_ad_delta 
+:      014841 adpcm_cal:
+0x4362 014842 fetch 1 ,mem_ad_bufferstep 
+0x4363 014843 setflip 0 ,pdata 
+0x4364 014844 store 1 ,mem_ad_bufferstep 
+0x4365 014845 arg mem_ad_indextable ,temp 
+0x4366 014846 fetch 1 ,mem_ad_delta 
+0x4367 014847 iadd temp ,temp 
+0x4368 014848 ifetch 1 ,temp 
+0x4369 014849 fetcht 1 ,mem_ad_index 
+0x436a 014850 call adpcm_cal_index 
+0x436b 014851 store 1 ,mem_ad_index 
+0x436c 014853 fetch 1 ,mem_ad_delta 
+0x436d 014854 and pdata ,0x08 ,temp 
+0x436e 014855 storet 1 ,mem_ad_sign 
+0x436f 014856 and pdata ,0x07 ,temp 
+0x4370 014857 storet 1 ,mem_ad_delta 
+0x4371 014859 call adpcm_cal_vpdiff 
+0x4372 014860 storet 4 ,mem_ad_vpdiff 
+0x4373 014862 fetch 1 ,mem_ad_sign 
+0x4374 014863 branch adpcm_cal_valpred ,blank 
+0x4375 014864 fetch 4 ,mem_ad_valpred 
+0x4376 014865 fetcht 4 ,mem_ad_vpdiff 
+0x4377 014866 isub temp ,pdata 
+0x4378 014867 branch adpcm_cal_valpred_end 
+:      014868 adpcm_cal_valpred:
+0x4379 014869 fetch 4 ,mem_ad_valpred 
+0x437a 014870 fetcht 4 ,mem_ad_vpdiff 
+0x437b 014871 iadd temp ,pdata 
+:      014872 adpcm_cal_valpred_end:
+0x437c 014873 store 4 ,mem_ad_valpred 
+0x437d 014874 arg 32767 ,temp 
+0x437e 014875 isub temp ,pdata 
+0x437f 014876 bbit1 31 ,adpcm_cal_valpred_overflow 
+0x4380 014877 storet 4 ,mem_ad_valpred 
+0x4381 014878 branch adpcm_cal_valpred_overflow_end 
+:      014879 adpcm_cal_valpred_overflow:
+0x4382 014880 fetch 4 ,mem_ad_valpred 
+0x4383 014881 arg 32768 ,temp 
+0x4384 014882 iadd temp ,pdata 
+0x4385 014883 bbit0 31 ,adpcm_cal_valpred_overflow_end 
+0x4386 014884 arg -32768 ,temp 
+0x4387 014885 storet 4 ,mem_ad_valpred 
+:      014886 adpcm_cal_valpred_overflow_end:
+0x4388 014887 fetch 1 ,mem_ad_index 
+0x4389 014888 lshift2 pdata ,pdata 
+0x438a 014889 arg mem_ad_stepsizetable ,temp 
+0x438b 014890 iadd temp ,temp 
+0x438c 014891 ifetch 4 ,temp 
+0x438d 014892 store 4 ,mem_ad_step 
+0x438e 014894 fetch 2 ,mem_ad_out_ptr 
+0x438f 014895 fetcht 2 ,mem_ad_valpred 
+0x4390 014896 istoret 2 ,pdata 
+0x4391 014897 increase 2 ,pdata 
+0x4392 014898 store 2 ,mem_ad_out_ptr 
+0x4393 014900 fetch 1 ,mem_ad_in_numsamples 
+0x4394 014901 increase -1 ,pdata 
+0x4395 014902 store 1 ,mem_ad_in_numsamples 
+0x4396 014903 nbranch adpcm_decode_loop ,blank 
+0x4397 014904 fetch 8 ,mem_ad_valpred 
+0x4398 014905 store 8 ,mem_ad_state_valpred 
+0x4399 014906 rtn 
+:      014908 adpcm_cal_index:
+0x439a 014909 iadd temp ,pdata 
+0x439b 014910 bbit0 7 ,adpcm_cal_bigger_zero 
+0x439c 014911 setarg 0 
+0x439d 014912 rtn 
+:      014913 adpcm_cal_bigger_zero:
+0x439e 014914 and pdata ,0xff ,pdata 
+0x439f 014915 sub pdata ,88 ,null 
+0x43a0 014916 rtn positive 
+0x43a1 014917 setarg 88 
+0x43a2 014918 rtn 
+:      014920 adpcm_cal_vpdiff:
+0x43a3 014921 fetchr rega ,4 ,mem_ad_step 
+0x43a4 014922 rshift3 rega ,temp 
+0x43a5 014923 fetch 1 ,mem_ad_delta 
+0x43a6 014924 bbit0 2 ,adpcm_cal_vpdiff1 
+0x43a7 014925 copy rega ,pdata 
+0x43a8 014926 iadd temp ,temp 
+:      014927 adpcm_cal_vpdiff1:
+0x43a9 014928 fetch 1 ,mem_ad_delta 
+0x43aa 014929 bbit0 1 ,adpcm_cal_vpdiff2 
+0x43ab 014930 rshift rega ,pdata 
+0x43ac 014931 iadd temp ,temp 
+:      014932 adpcm_cal_vpdiff2:
+0x43ad 014933 fetch 1 ,mem_ad_delta 
+0x43ae 014934 rtnbit0 0 
+0x43af 014935 rshift2 rega ,pdata 
+0x43b0 014936 iadd temp ,temp 
+0x43b1 014937 rtn 
+:      014942 car_init:
+0x43b2 014943 call enable_authrom 
+0x43b3 014944 rtn wake 
+0x43b4 014945 setarg car_g24_receive_process 
+0x43b5 014946 store 2 ,mem_cb_24g_receive_process 
+0x43b6 014948 setarg g24_bind_ackpayload_prep 
+0x43b7 014949 store 2 ,mem_cb_24g_ackpayload 
+0x43b8 014951 setarg car_g24_cb_data_device1 
+0x43b9 014952 store 2 ,mem_cb_24g_data_device1 
+0x43ba 014954 setarg car_le_before_hibernate 
+0x43bb 014955 store 2 ,mem_cb_before_hibernate 
+0x43bc 014957 setarg car_le_process_lpm_before 
+0x43bd 014958 store 2 ,mem_cb_before_lpm 
+0x43be 014960 setarg car_scale_process_idle 
+0x43bf 014961 store 2 ,mem_cb_idle_process 
+0x43c0 014963 setarg car_scale_process_bb_event 
+0x43c1 014964 store 2 ,mem_cb_bb_event_process 
+0x43c2 014966 setarg app_get_lpm_wake_lock 
+0x43c3 014967 store 2 ,mem_cb_check_wakelock 
+0x43c4 014969 setarg car_le_receive_data 
+0x43c5 014970 store 2 ,mem_cb_att_write 
+0x43c6 014972 setarg car_le_bb_event_timer 
+0x43c7 014973 store 2 ,mem_cb_event_timer 
+0x43c8 014975 bpatch patch05_6 ,mem_patch05 
+0x43c9 014976 call car_init_environment 
+0x43ca 014977 call car_lpm_timer_enable 
+0x43cb 014978 call queue_init 
+0x43cc 014979 jam 2 ,mem_lpm_mult 
+0x43cd 014980 jam power_on ,mem_car_24g_received_pac 
+0x43ce 014981 fetch 1 ,mem_car_config_soft_switch_enable 
+0x43cf 014982 store 1 ,mem_car_hard_soft_switch 
+0x43d0 014983 beq hard_switch ,car_hard_switch_power_on_signal 
+0x43d1 014984 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x43d2 014985 store 1 ,mem_ui_button_gpio 
+0x43d3 014986 jam off ,mem_le_adv_enable 
+:      014987 car_soft_switch_power_on_init:
+0x43d4 014988 call ui_button_init 
+0x43d5 014989 call ui_button_polling 
+0x43d6 014990 jam power_starting ,mem_car_power_state 
+0x43d7 014991 fetch 2 ,mem_ui_state_map 
+0x43d8 014992 rtnbit1 ui_state_btn_down 
+0x43d9 014993 branch app_enter_hibernate 
+:      014996 car_power_off_signal:
+0x43da 014997 branch car_ui_led_init 
+:      014999 car_hard_switch_power_on_signal:
+0x43db 015000 jam power_standby ,mem_car_power_state 
+:      015001 car_soft_switch_power_on_signal:
+0x43dc 015002 jam on ,mem_le_adv_enable 
+0x43dd 015003 setarg fast_adv_interval_value_car 
+0x43de 015004 call shutter_ble_adv_interval_set 
+:      015005 car_le_modified_name_adv:
+0x43df 015006 arg mem_le_name + 7 ,contw 
+0x43e0 015007 fetch 1 ,mem_le_lap 
+:      015008 car_name_loop:
+0x43e1 015009 and pdata ,0xF0 ,temp 
+0x43e2 015010 rshift4 temp ,temp 
+0x43e3 015011 call car_hex_to_ascii 
+0x43e4 015012 istoret 1 ,contw 
+0x43e5 015013 and pdata ,0x0F ,temp 
+0x43e6 015014 call car_hex_to_ascii 
+0x43e7 015015 istoret 1 ,contw 
+0x43e8 015016 call le_modified_name_att_list 
+0x43e9 015017 fetcht 1 ,mem_le_name_len 
+0x43ea 015018 copy temp ,loopcnt 
+0x43eb 015019 arg mem_le_adv_data + 2 ,contw 
+0x43ec 015020 arg mem_le_name ,contr 
+0x43ed 015021 call memcpy 
+:      015022 car_le_modified_name_scan:
+0x43ee 015023 fetcht 1 ,mem_le_name_len 
+0x43ef 015024 copy temp ,loopcnt 
+0x43f0 015025 arg mem_le_scan_data + 2 ,contw 
+0x43f1 015026 arg mem_le_name ,contr 
+0x43f2 015027 branch memcpy 
+:      015028 car_hex_to_ascii:
+0x43f3 015029 sub temp ,9 ,null 
+0x43f4 015030 branch car_hex_num ,positive 
+0x43f5 015031 add temp ,55 ,temp 
+0x43f6 015032 rtn 
+:      015033 car_hex_num:
+0x43f7 015034 add temp ,48 ,temp 
+0x43f8 015035 rtn 
+:      015037 car_ui_led_init:
+0x43f9 015038 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x43fa 015039 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      015040 car_ui_led_init_1:
+0x43fb 015041 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x43fc 015042 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      015043 car_ui_led_init_2:
+0x43fd 015044 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x43fe 015045 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      015046 car_ui_led_init_3:
+0x43ff 015047 fetch 1 ,mem_car_led_num 
+0x4400 015048 copy pdata ,loopcnt 
+0x4401 015049 setarg mem_car_led_map 
+0x4402 015050 copy pdata ,rega 
+:      015051 car_in_lp1:
+0x4403 015052 copy rega ,contr 
+0x4404 015053 ifetch 1 ,contr 
+0x4405 015054 copy contr ,rega 
+0x4406 015055 beq invalid_pin_num ,car_in_lp1_end 
+0x4407 015056 copy pdata ,temp 
+0x4408 015057 call gpio_config_output 
+:      015058 car_in_lp1_end:
+0x4409 015059 loop car_in_lp1 
+:      015060 car_ui_led_init_end:
+0x440a 015061 rtn 
+:      015062 car_blood_led_gpio_set:
+0x440b 015063 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x440c 015064 store 8 ,mem_car_led_map + 2 
+0x440d 015065 branch car_ui_led_init_1 
+:      015066 car_pairing_led_gpio_set:
+0x440e 015067 store 1 ,mem_car_led_map 
+0x440f 015068 branch car_ui_led_init_2 
+:      015069 car_low_voltage_led_gpio_set:
+0x4410 015070 store 1 ,mem_car_led_map + 1 
+0x4411 015071 branch car_ui_led_init_3 
+:      015073 car_init_environment:
+0x4412 015075 call car_g24_init 
+0x4413 015076 call car_g24_load_commom_addr 
+0x4414 015077 arg 0 ,rega 
+0x4415 015078 call pwm_init 
+0x4416 015079 call car_ui_led_init 
+0x4417 015080 call car_start_blink 
+0x4418 015081 call car_init_adc_hvin 
+0x4419 015082 branch car_motor_init 
+:      015083 car_read_otp_addr:
+0x441a 015084 rtn 
+:      015085 car_motor_init:
+0x441b 015086 fetch 1 ,mem_car_motor_gpio_num 
+0x441c 015087 copy pdata ,loopcnt 
+0x441d 015088 setarg mem_car_motor_gpio_map 
+0x441e 015089 copy pdata ,rega 
+:      015090 p_in_lp1:
+0x441f 015091 copy rega ,contr 
+0x4420 015092 ifetch 1 ,contr 
+0x4421 015093 copy contr ,rega 
+0x4422 015094 beq invalid_pin_num ,p_in_lp1_end 
+0x4423 015095 copy pdata ,temp 
+0x4424 015096 store 1 ,mem_car_gpio 
+0x4425 015097 call car_ui_gpio_init 
+:      015098 p_in_lp1_end:
+0x4426 015099 loop p_in_lp1 
+:      015100 p_car_ui_led_init_end:
+0x4427 015101 rtn 
+:      015103 car_ui_gpio_init:
+0x4428 015104 fetch 1 ,mem_car_gpio 
+0x4429 015105 rtneq ui_button_gpio_disable 
+0x442a 015106 iforce temp 
+0x442b 015107 branch gpio_config_output 
+:      015110 car_init_adc_hvin:
+0x442c 015111 jam 100 ,mem_car_notify_vdd_value_last 
+0x442d 015112 rtn 
+:      015114 car_le_before_hibernate:
+0x442e 015115 call car_gpio_set_before_hibernate 
+0x442f 015116 call clear_wake 
+:      015117 car_le_process_lpm_before:
+0x4430 015118 branch keyscan_process_lpm_before 
+:      015120 car_gpio_set_before_hibernate:
+0x4431 015121 call check_51cmd_led_off 
+:      015122 car_gpio_set_before_lpm_common:
+0x4432 015123 arg gpio_number ,loopcnt 
+0x4433 015124 arg core_gpio_conf ,contr 
+:      015125 car_setgpio_loop:
+0x4434 015126 copy contr ,contw 
+0x4435 015127 ifetch 1 ,contr 
+0x4436 015128 beq gpcfg_spid_miso ,car_setgpio_pullup 
+0x4437 015129 beq gpcfg_spid_ncs ,car_setgpio_pullup 
+0x4438 015130 beq gpcfg_spid_sck ,car_setgpio_pullup 
+0x4439 015131 beq gpcfg_spid_mosi ,car_setgpio_pullup 
+0x443a 015132 beq gpcfg_spid_sdio ,car_setgpio_pullup 
+0x443b 015133 beq gpcfg_iic_scl ,car_setgpio_pullup 
+0x443c 015134 beq gpcfg_iic_sda ,car_setgpio_pullup 
+0x443d 015135 beq gpcfg_input ,car_setgpio_pullup 
+:      015136 car_setgpio_loop_end:
+0x443e 015137 loop car_setgpio_loop 
+0x443f 015138 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
+0x4440 015139 isub contr ,null 
+0x4441 015140 branch car_motor_setgpio ,zero 
+:      015141 car_setgpio_loop_ext:
+0x4442 015142 arg gpio_number_ext ,loopcnt 
+0x4443 015143 arg core_gpio_conf_hi ,contr 
+0x4444 015144 branch car_setgpio_loop 
+:      015146 car_setgpio_pullup:
+0x4445 015147 setarg gpcfg_pullup 
+0x4446 015148 istore 1 ,contw 
+0x4447 015149 branch car_setgpio_loop_end 
+:      015150 car_setgpio_pulldown:
+0x4448 015151 setarg gpcfg_pulldown 
+0x4449 015152 istore 1 ,contw 
+0x444a 015153 branch car_setgpio_loop_end 
+:      015154 car_motor_setgpio:
+0x444b 015155 fetch 1 ,mem_car_motor_gpio_num 
+0x444c 015156 copy pdata ,loopcnt 
+0x444d 015157 arg mem_car_motor_gpio_map ,contr 
+:      015158 car_motor_setgpio_loop:
+0x444e 015159 ifetch 1 ,contr 
+0x444f 015160 set1 7 ,pdata 
+0x4450 015161 arg gpcfg_output_low ,temp 
+0x4451 015162 call gpio_config_function 
+0x4452 015163 loop car_motor_setgpio_loop 
+0x4453 015164 rtn 
+:      015166 car_key_scan_process:
+0x4454 015167 branch keyscan_key_process 
+:      015169 car_scale_process_idle:
+0x4455 015170 call car_le_send_packet 
+0x4456 015171 call car_g24_status_process 
+0x4457 015172 branch car_key_scan_process 
+:      015174 car_g24_status_process:
+0x4458 015175 fetch 2 ,mem_ui_state_map 
+0x4459 015176 rtnbit1 ui_state_ble_connected 
+0x445a 015177 fetch 1 ,mem_car_24g_received_pac 
+0x445b 015178 beq work_paired ,car_g24_connected_event 
+0x445c 015179 rtn 
+:      015180 car_g24_connected_event:
+0x445d 015181 fetch 1 ,mem_car_24g_status 
+0x445e 015182 rtneq work_paired 
+0x445f 015183 jam work_paired ,mem_car_24g_status 
+0x4460 015184 call car_lpm_timer_disable 
+0x4461 015185 call car_stop_blink 
+0x4462 015186 branch car_g24_connected 
+:      015188 car_lpm_timer_enable:
+0x4463 015189 fetch 2 ,mem_car_enter_lpm_timer_count 
+0x4464 015190 store 2 ,mem_car_enter_lpm_timer 
+0x4465 015191 jam 0 ,mem_car_enter_lpm_flag 
+0x4466 015192 rtn 
+:      015195 car_lpm_timer_disable:
+0x4467 015196 setarg 0 
+0x4468 015197 branch car_lpm_timer_enable + 1 
+:      015200 car_stop_blink:
+0x4469 015201 arg 0 ,rega 
+0x446a 015202 branch ui_led_blink_stop_global 
+:      015205 car_start_blink:
+0x446b 015206 arg 0 ,rega 
+0x446c 015207 branch ui_led_blink_start_global 
+:      015213 car_le_send_packet:
+0x446d 015214 fetch 2 ,mem_ui_state_map 
+0x446e 015215 rtnbit0 ui_state_ble_connected 
+0x446f 015216 call le_fifo_check_nearly_full 
+0x4470 015217 nrtn blank 
+0x4471 015218 arg mem_car_pop_queue_buff ,rega 
+0x4472 015219 call queue_pop 
+0x4473 015220 nrtn user 
+0x4474 015221 arg mem_car_pop_queue_buff ,contr 
+0x4475 015222 branch le_send_notify_from_list 
+:      015224 car_scale_process_bb_event:
+0x4476 015225 copy regc ,pdata 
+0x4477 015226 beq bt_evt_button_up ,app_event_button_up 
+0x4478 015227 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x4479 015228 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x447a 015229 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x447b 015230 rtn 
+:      015232 car_scale_event_le_conn:
+0x447c 015233 call car_lpm_timer_disable 
+0x447d 015234 call car_stop_blink 
+0x447e 015235 set0 mark_24g_rxmode ,mark 
+0x447f 015236 branch car_scale_process_conn 
+:      015237 car_g24_connected:
+0x4480 015238 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x4481 015239 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      015240 car_scale_process_conn:
+0x4482 015241 jam 0x14 ,mem_car_notify_vdd_timer 
+0x4483 015242 jam 0 ,mem_lpm_mode 
+0x4484 015243 call app_ble_stop_adv 
+0x4485 015244 branch app_lpm_mult_enable 
+:      015247 car_scale_event_le_discon:
+0x4486 015248 set1 mark_24g_rxmode ,mark 
+0x4487 015249 call car_lpm_timer_enable 
+0x4488 015250 call car_fb_motor_stop 
+0x4489 015251 call car_lr_motor_stop 
+:      015252 car_g24_disconnect:
+0x448a 015253 setarg 0 
+0x448b 015254 store 5 ,mem_car_led_control 
+0x448c 015255 call queue_init 
+0x448d 015256 jam 10 ,mem_motor1_speed 
+0x448e 015257 jam 10 ,mem_motor2_speed 
+0x448f 015258 jam 10 ,mem_motor3_speed 
+0x4490 015260 jam 2 ,mem_lpm_mult 
+0x4491 015261 setarg fast_adv_interval_value_car 
+0x4492 015262 call shutter_ble_adv_interval_set 
+0x4493 015263 branch app_ble_start_adv 
+:      015265 car_le_bb_event_timer:
+0x4494 015266 call car_moto1_blank_data_timer 
+0x4495 015267 call car_moto2_blank_data_timer 
+0x4496 015268 call car_moto3_blank_data_timer 
+0x4497 015271 call car_24g_no_data_timeout_timer 
+0x4498 015272 branch car_24g_bind_enable_timer 
+:      015275 car_24g_bind_enable_timer:
+0x4499 015276 arg mem_car_24g_bind_enable_delay_count ,regc 
+0x449a 015277 arg 0 ,regb 
+0x449b 015278 branch timer_single_step 
+:      015280 car_enter_lpm_timer:
+0x449c 015281 arg mem_car_enter_lpm_timer ,regc 
+0x449d 015282 arg car_enter_lpm_enable ,regb 
+0x449e 015283 branch timer_single_step_2b 
+:      015284 car_enter_lpm_enable:
+0x449f 015285 jam 1 ,mem_car_enter_lpm_flag 
+0x44a0 015286 rtn 
+:      015288 car_24g_no_data_timeout_timer:
+0x44a1 015289 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x44a2 015290 arg car_24g_no_data_timer_timeout ,regb 
+0x44a3 015291 branch timer_single_step_2b 
+:      015292 car_24g_no_data_timer_timeout:
+0x44a4 015293 jam work_search ,mem_car_24g_status 
+0x44a5 015294 jam power_on ,mem_car_24g_received_pac 
+0x44a6 015295 branch car_g24_disconnect 
+:      015297 car_notify_vdd_timer:
+0x44a7 015298 fetch 1 ,mem_car_config_bat_notify_enable 
+0x44a8 015299 rtn blank 
+0x44a9 015300 arg mem_car_notify_vdd_timer ,regc 
+0x44aa 015301 arg car_notify_vdd ,regb 
+0x44ab 015302 branch timer_single_step 
+:      015303 car_notify_vdd:
+0x44ac 015304 fetch 1 ,mem_car_notify_vdd_count 
+0x44ad 015305 store 1 ,mem_car_notify_vdd_timer 
+0x44ae 015306 fetch 1 ,mem_car_working_flag 
+0x44af 015307 nrtn blank 
+:      015308 car_read_hvin:
+0x44b0 015309 call vdd_calculate_by_mode 
+0x44b1 015310 store 2 ,mem_vdd_now_vol 
+0x44b2 015311 arg mem_vdd_calculate_set ,rega 
+0x44b3 015312 call adc_bat_percent_lowpower_out 
+0x44b4 015313 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x44b5 015314 isub temp ,null 
+0x44b6 015315 branch car_notify_vdd_next2 ,positive 
+0x44b7 015316 store 1 ,mem_car_notify_vdd_value_last 
+0x44b8 015317 copy pdata ,temp 
+:      015318 car_notify_vdd_next2:
+0x44b9 015319 storet 1 ,mem_car_notify_vdd_percent 
+0x44ba 015320 fetch 1 ,mem_car_config_low_voltage_percent 
+0x44bb 015321 isub temp ,null 
+0x44bc 015322 call car_enter_low_bat ,positive 
+0x44bd 015323 storet 1 ,mem_notify_bat_payload 
+0x44be 015324 arg 6 ,loopcnt 
+0x44bf 015325 arg mem_notify_bat_head ,contr 
+0x44c0 015326 call calc_check_sum_start 
+0x44c1 015327 store 1 ,mem_notify_bat_check_sum 
+0x44c2 015328 arg mem_notify_bat_packet ,rega 
+0x44c3 015329 branch queue_push 
+:      015330 car_enter_low_bat:
+0x44c4 015331 fetch 1 ,mem_low_bat_flag 
+0x44c5 015332 nrtn blank 
+0x44c6 015333 jam 1 ,mem_low_bat_flag 
+0x44c7 015334 arg 1 ,rega 
+0x44c8 015335 branch ui_led_blink_start_global 
+:      015336 car_low_bat_led_off:
+0x44c9 015337 arg 1 ,rega 
+0x44ca 015338 branch ui_led_blink_stop_global 
+:      015342 calc_check_sum_start:
+0x44cb 015343 arg 0 ,rega 
+:      015344 calc_check_sum_loop:
+0x44cc 015345 ifetch 1 ,contr 
+0x44cd 015346 iadd rega ,rega 
+0x44ce 015347 loop calc_check_sum_loop 
+:      015348 calc_check_sum_and:
+0x44cf 015349 and rega ,0xff ,pdata 
+0x44d0 015350 rtn 
+:      015352 car_le_receive_data:
+0x44d1 015353 fetch 1 ,mem_le_att_opcode 
+0x44d2 015354 beq attop_write_request ,car_le_parse_att_write_request 
+0x44d3 015355 rtn 
+:      015356 car_le_parse_att_write_request:
+0x44d4 015357 fetch 2 ,mem_le_att_handle 
+0x44d5 015358 beq att_car_control_handle ,car_control_le_receive 
+0x44d6 015359 rtn 
+:      015361 le_app_receive_data:
+0x44d7 015362 bpatch patch05_7 ,mem_patch05 
+0x44d8 015363 ifetch 5 ,rega 
+0x44d9 015364 store 5 ,mem_app_receive_temp 
+0x44da 015365 fetch 2 ,mem_app_receive_temp 
+0x44db 015366 arg le_receive_packet_head ,temp 
+0x44dc 015367 isub temp ,null 
+0x44dd 015368 nrtn zero 
+0x44de 015369 fetch 2 ,mem_app_receive_temp + 3 
+0x44df 015370 byteswap pdata ,pdata 
+0x44e0 015371 store 2 ,mem_app_receive_temp + 3 
+0x44e1 015372 copy pdata ,loopcnt 
+0x44e2 015373 increase 5 ,rega 
+0x44e3 015374 copy rega ,contr 
+0x44e4 015375 arg mem_app_receive_temp + 5 ,contw 
+0x44e5 015376 call memcpy 
+0x44e6 015377 ifetch 1 ,contr 
+0x44e7 015378 store 1 ,mem_app_receive_temp + 15 
+0x44e8 015379 arg mem_app_receive_temp + 2 ,rega 
+0x44e9 015380 arg mem_app_receive_temp + 5 ,regb 
+0x44ea 015381 rtn 
+:      015383 car_control_le_receive:
+0x44eb 015384 setarg 0 
+0x44ec 015385 store 5 ,mem_le_receive_payload 
+0x44ed 015386 store 5 ,mem_le_receive_payload + 5 
+0x44ee 015387 call le_app_receive_data 
+0x44ef 015388 copy regb ,contr 
+0x44f0 015389 arg mem_le_receive_payload ,contw 
+0x44f1 015390 arg 10 ,loopcnt 
+0x44f2 015391 call memcpy 
+:      015392 car_receive_cmd_select:
+0x44f3 015393 bpatch patch06_0 ,mem_patch06 
+0x44f4 015394 ifetch 1 ,rega 
+0x44f5 015395 beq car_cmd_old_car_control ,car_drive_old 
+0x44f6 015396 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x44f7 015397 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x44f8 015398 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x44f9 015399 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x44fa 015400 beq car_cmd_led_control ,car_led_control_receive 
+0x44fb 015401 beq car_cmd_device_info ,car_info_request 
+0x44fc 015402 rtn 
+:      015404 car_24g_receive_data:
+0x44fd 015405 call car_control_le_receive 
+0x44fe 015406 fetch 1 ,mem_app_receive_temp + 2 
+0x44ff 015407 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x4500 015408 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x4501 015409 rtn 
+:      015410 car_24g_receive_data_next:
+0x4502 015411 fetch 1 ,mem_le_receive_payload 
+0x4503 015412 ncall car_moto1_enable_blank_data_timer ,blank 
+0x4504 015413 fetch 1 ,mem_le_receive_payload + 2 
+0x4505 015414 ncall car_moto2_enable_blank_data_timer ,blank 
+0x4506 015415 fetch 1 ,mem_le_receive_payload + 4 
+0x4507 015416 ncall car_moto3_enable_blank_data_timer ,blank 
+0x4508 015417 rtn 
+:      015419 car_moto1_enable_blank_data_timer:
+0x4509 015420 jam 5 ,mem_car_moto1_blank_timer 
+0x450a 015421 rtn 
+:      015422 car_moto2_enable_blank_data_timer:
+0x450b 015423 jam 5 ,mem_car_moto2_blank_timer 
+0x450c 015424 rtn 
+:      015425 car_moto3_enable_blank_data_timer:
+0x450d 015426 jam 5 ,mem_car_moto3_blank_timer 
+0x450e 015427 rtn 
+:      015429 car_moto1_blank_data_timer:
+0x450f 015430 arg mem_car_moto1_blank_timer ,regc 
+0x4510 015431 arg car_moto1_blank_data ,regb 
+0x4511 015432 branch timer_single_step 
+:      015433 car_moto2_blank_data_timer:
+0x4512 015434 arg mem_car_moto2_blank_timer ,regc 
+0x4513 015435 arg car_moto2_blank_data ,regb 
+0x4514 015436 branch timer_single_step 
+:      015437 car_moto3_blank_data_timer:
+0x4515 015438 arg mem_car_moto3_blank_timer ,regc 
+0x4516 015439 arg car_moto3_blank_data ,regb 
+0x4517 015440 branch timer_single_step 
+:      015442 car_moto1_blank_data:
+0x4518 015443 jam 0 ,mem_le_receive_payload 
+0x4519 015444 branch car_motor_control 
+:      015445 car_moto2_blank_data:
+0x451a 015446 jam 0 ,mem_le_receive_payload + 2 
+0x451b 015447 branch car_motor_control 
+:      015448 car_moto3_blank_data:
+0x451c 015449 jam 0 ,mem_le_receive_payload + 4 
+0x451d 015450 branch car_motor_control 
+:      015455 car_drive_old:
+0x451e 015456 fetch 1 ,mem_le_receive_payload 
+0x451f 015457 store 1 ,mem_motor1_status 
+0x4520 015458 fetch 1 ,mem_le_receive_payload + 1 
+0x4521 015459 store 1 ,mem_motor2_status 
+0x4522 015460 branch car_motor_control_common 
+:      015464 car_left_right_control_old:
+0x4523 015465 fetch 1 ,mem_le_receive_payload 
+0x4524 015466 store 1 ,mem_motor2_status 
+0x4525 015467 branch car_motor2_control 
+:      015468 car_front_back_control_old:
+0x4526 015469 fetch 1 ,mem_motor1_speed 
+0x4527 015470 call car_reset_old_speed 
+0x4528 015471 fetch 1 ,mem_le_receive_payload + 1 
+0x4529 015472 store 1 ,mem_motor1_status 
+0x452a 015473 branch car_motor1_control 
+:      015474 car_reset_old_speed:
+0x452b 015475 beq speed_level_2 ,car_reset_old_speed2 
+0x452c 015476 beq speed_level_3 ,car_reset_old_speed3 
+0x452d 015477 store 1 ,mem_motor1_speed 
+0x452e 015478 rtn 
+:      015479 car_reset_old_speed2:
+0x452f 015480 jam speed_level_5 ,mem_motor1_speed 
+0x4530 015481 rtn 
+:      015482 car_reset_old_speed3:
+0x4531 015483 jam speed_level_10 ,mem_motor1_speed 
+0x4532 015484 rtn 
+:      015485 car_speed_set_old:
+0x4533 015486 fetch 1 ,mem_le_receive_payload 
+0x4534 015487 call car_reset_old_speed 
+0x4535 015488 fetch 1 ,mem_motor1_speed 
+0x4536 015489 call car_motor_speed_duty_setting 
+0x4537 015490 call car_motor_speed_duty_transform 
+0x4538 015491 jam 0x00 ,mem_pdatatemp + 1 
+0x4539 015492 branch pwm_duty_cycle_set 
+:      015494 car_motor_control:
+0x453a 015495 fetch 1 ,mem_car_24g_go_die_flag 
+0x453b 015496 nrtn blank 
+0x453c 015497 fetch 6 ,mem_le_receive_payload 
+0x453d 015498 store 6 ,mem_motor1_status 
+0x453e 015499 fetch 1 ,mem_motor1_speed 
+0x453f 015500 fetcht 1 ,mem_motor2_speed 
+0x4540 015501 iand temp ,pdata 
+0x4541 015502 fetcht 1 ,mem_motor3_speed 
+0x4542 015503 iand temp ,pdata 
+0x4543 015504 call car_motor_working_flag ,blank 
+:      015505 car_motor_control_common:
+0x4544 015506 bpatch patch06_1 ,mem_patch06 
+0x4545 015507 fetch 2 ,mem_ui_state_map 
+0x4546 015508 isolate1 ui_state_ble_connected ,pdata 
+0x4547 015509 ncall car_lpm_timer_enable ,true 
+0x4548 015510 call car_motor1_control 
+0x4549 015511 call car_motor2_control 
+0x454a 015512 branch car_conn_led_state 
+:      015514 car_conn_led_state:
+0x454b 015515 fetch 1 ,mem_motor1_status 
+0x454c 015516 fetcht 1 ,mem_motor2_status 
+0x454d 015517 iadd temp ,pdata 
+0x454e 015518 nbranch check_51cmd_led_on ,blank 
+0x454f 015519 branch check_51cmd_led_off 
+:      015521 car_motor1_control:
+0x4550 015522 arg mem_motor1_status ,contr 
+0x4551 015523 branch car_motor1_status_select 
+:      015524 car_motor2_control:
+0x4552 015525 arg mem_motor2_status ,contr 
+0x4553 015526 branch car_motor2_status_select 
+:      015527 car_motor3_control:
+0x4554 015528 arg mem_motor3_status ,contr 
+0x4555 015529 branch car_motor_status_select 
+:      015530 car_motor_working_flag:
+0x4556 015531 jam 0 ,mem_car_working_flag 
+0x4557 015532 rtn 
+:      015534 car_motor1_status_select:
+0x4558 015535 ifetch 1 ,contr 
+0x4559 015536 beq turn_front ,car_lr_motor_stop 
+0x455a 015537 beq turn_left ,car_lr_motor_left 
+0x455b 015538 beq turn_right ,car_lr_motor_right 
+0x455c 015539 rtn 
+:      015540 car_motor2_status_select:
+0x455d 015541 ifetch 1 ,contr 
+0x455e 015542 beq motor_stop ,car_fb_motor_stop 
+0x455f 015543 beq go_back ,car_fb_motor_front 
+0x4560 015544 beq go_front ,car_fb_motor_back 
+0x4561 015545 rtn 
+:      015547 car_lr_motor_stop:
+0x4562 015548 fetcht 1 ,mem_car_motor_left_gpio 
+0x4563 015549 call gpio_out_inactive 
+0x4564 015550 fetcht 1 ,mem_car_motor_right_gpio 
+0x4565 015551 branch gpio_out_inactive 
+:      015552 car_lr_motor_left:
+0x4566 015553 fetcht 1 ,mem_car_motor_left_gpio 
+0x4567 015554 call gpio_out_active 
+0x4568 015555 fetcht 1 ,mem_car_motor_right_gpio 
+0x4569 015556 branch gpio_out_inactive 
+:      015557 car_lr_motor_right:
+0x456a 015558 fetcht 1 ,mem_car_motor_left_gpio 
+0x456b 015559 call gpio_out_inactive 
+0x456c 015560 fetcht 1 ,mem_car_motor_right_gpio 
+0x456d 015561 branch gpio_out_active 
+:      015562 car_fb_motor_stop:
+0x456e 015563 fetcht 1 ,mem_car_motor_front_gpio 
+0x456f 015564 call gpio_out_inactive 
+0x4570 015565 fetcht 1 ,mem_car_motor_back_gpio 
+0x4571 015566 branch gpio_out_inactive 
+:      015567 car_fb_motor_front:
+0x4572 015568 fetcht 1 ,mem_car_motor_front_gpio 
+0x4573 015569 call gpio_out_active 
+0x4574 015570 fetcht 1 ,mem_car_motor_back_gpio 
+0x4575 015571 branch gpio_out_inactive 
+:      015572 car_fb_motor_back:
+0x4576 015573 fetcht 1 ,mem_car_motor_front_gpio 
+0x4577 015574 call gpio_out_inactive 
+0x4578 015575 fetcht 1 ,mem_car_motor_back_gpio 
+0x4579 015576 branch gpio_out_active 
+:      015581 car_motor_status_select:
+0x457a 015582 bpatch patch06_2 ,mem_patch06 
+0x457b 015583 ifetch 1 ,contr 
+0x457c 015584 beq motor_stop ,car_motor_stop 
+0x457d 015585 beq go_front ,car_motor_positive 
+0x457e 015586 beq go_back ,car_motor_negative 
+0x457f 015587 rtn 
+:      015588 car_motor_positive:
+0x4580 015589 jam 0 ,mem_motor_select_p_n 
+0x4581 015590 branch car_motor_negative + 1 
+:      015591 car_motor_negative:
+0x4582 015592 jam 1 ,mem_motor_select_p_n 
+0x4583 015593 ifetch 1 ,contr 
+0x4584 015594 store 1 ,mem_car_motor_speed 
+0x4585 015595 ifetch 8 ,regb 
+0x4586 015596 branch car_motor_work 
+:      015598 car_motor_stop:
+0x4587 015599 ifetch 1 ,regb 
+0x4588 015600 call pwm_disable 
+0x4589 015601 increase 1 ,regb 
+0x458a 015602 ifetch 1 ,regb 
+0x458b 015603 branch pwm_disable 
+:      015604 car_motor_work:
+0x458c 015605 store 8 ,mem_motor_pwm_pin1_set 
+0x458d 015606 jam 1 ,mem_car_working_flag 
+0x458e 015607 fetch 1 ,mem_motor_select_p_n 
+0x458f 015608 beq 0 ,car_motor_select_positive 
+:      015609 car_motor_select_negative:
+0x4590 015610 fetch 1 ,mem_motor_pwm_pin2_set 
+0x4591 015611 store 1 ,mem_motor_pwm_pin_set 
+0x4592 015612 fetch 1 ,mem_motor_pwm_pin1_set 
+:      015613 car_motor_work_next:
+0x4593 015614 call pwm_disable 
+0x4594 015615 fetch 1 ,mem_car_motor_speed 
+0x4595 015616 call car_motor_speed_duty_setting 
+0x4596 015617 store 1 ,mem_motor_pwm_dute_set 
+0x4597 015618 fetch 6 ,mem_motor_pwm_pin_set 
+0x4598 015619 store 6 ,mem_pdatatemp 
+0x4599 015620 branch pwm_out_set 
+:      015621 car_motor_select_positive:
+0x459a 015622 fetch 1 ,mem_motor_pwm_pin1_set 
+0x459b 015623 store 1 ,mem_motor_pwm_pin_set 
+0x459c 015624 fetch 1 ,mem_motor_pwm_pin2_set 
+0x459d 015625 branch car_motor_work_next 
+:      015627 car_motor_speed_duty_setting:
+0x459e 015628 mul32 pdata ,5 ,pdata 
+0x459f 015629 add pdata ,50 ,pdata 
+0x45a0 015630 rtn 
+:      015631 car_motor_speed_duty_transform:
+0x45a1 015632 arg 12000 ,temp 
+0x45a2 015633 imul32 temp ,pdata 
+0x45a3 015634 div pdata ,100 
+0x45a4 015635 call wait_div_end 
+0x45a5 015636 quotient temp 
+0x45a6 015637 copy temp ,rega 
+0x45a7 015638 setarg 12000 
+0x45a8 015639 isub temp ,regb 
+0x45a9 015640 rtn 
+:      015642 car_ir_data_rx_from_app:
+0x45aa 015643 rtn 
+:      015645 car_led_control_receive:
+0x45ab 015646 fetch 8 ,mem_le_receive_payload 
+0x45ac 015647 store 8 ,mem_car_led_control 
+0x45ad 015648 rtn 
+:      015650 car_info_request:
+0x45ae 015651 fetch 1 ,mem_car_config_device_select 
+0x45af 015652 store 1 ,mem_car_info_request_payload 
+0x45b0 015653 fetch 1 ,mem_car_config_motor_layout 
+0x45b1 015654 store 1 ,mem_car_info_request_payload + 1 
+0x45b2 015655 fetch 1 ,mem_car_config_ir_enable 
+0x45b3 015656 store 1 ,mem_car_info_request_payload + 2 
+0x45b4 015657 arg 13 ,loopcnt 
+0x45b5 015658 arg mem_car_info_request_head ,contr 
+0x45b6 015659 call calc_check_sum_start 
+0x45b7 015660 store 1 ,mem_car_info_request_checksum 
+0x45b8 015661 arg mem_car_info_request ,rega 
+0x45b9 015662 branch queue_push 
+:      015666 car_g24_init:
+0x45ba 015667 setarg 0 
+0x45bb 015668 store 8 ,mem_24g_bind_payload 
+0x45bc 015669 call g24_receive_init 
+0x45bd 015670 branch g24_mode_switch_init 
+:      015672 car_g24_receive_process:
+0x45be 015673 call car_g24_mode_switch 
+0x45bf 015674 call car_g24_work_mode 
+0x45c0 015675 call car_g24_bind_mode 
+0x45c1 015676 branch car_g24_lpm_dipatch 
+:      015678 car_g24_mode_switch:
+0x45c2 015679 call g24_mode_switch_bind_work 
+:      015680 car_g24_bind_mode_enable:
+0x45c3 015681 fetch 1 ,mem_24g_work_mode 
+0x45c4 015682 rtnne dongle_bind 
+0x45c5 015683 fetch 1 ,mem_car_24g_bind_enable_delay_count 
+0x45c6 015684 nbranch g24_switch_work_mode ,blank 
+0x45c7 015685 fetch 1 ,mem_car_24g_status 
+0x45c8 015686 beq work_search ,g24_switch_work_mode 
+0x45c9 015687 rtn 
+:      015689 car_g24_work_mode:
+0x45ca 015690 fetch 1 ,mem_24g_work_mode 
+0x45cb 015691 rtnne dongle_work 
+0x45cc 015692 call car_g24_work_mode_start 
+0x45cd 015693 branch car_g24_ch_polling_clear ,user3 
+:      015694 car_g24_receive_ch_polling:
+0x45ce 015695 fetch 1 ,mem_car_enter_lpm_flag 
+0x45cf 015696 rtn blank 
+0x45d0 015697 fetch 1 ,mem_car_24g_ch_polling 
+0x45d1 015698 increase 1 ,pdata 
+0x45d2 015699 store 1 ,mem_car_24g_ch_polling 
+0x45d3 015700 beq 4 ,car_g24_ch_polling_clear 
+0x45d4 015701 call g24_ch 
+0x45d5 015702 call car_g24_receive_packet_start 
+0x45d6 015703 nbranch car_g24_receive_ch_polling ,user3 
+:      015704 car_g24_ch_polling_clear:
+0x45d7 015705 jam 0 ,mem_car_24g_ch_polling 
+0x45d8 015706 rtn 
+:      015707 car_g24_work_mode_start:
+0x45d9 015708 fetch 1 ,mem_24g_work_mode 
+0x45da 015709 rtnne dongle_work 
+0x45db 015710 call car_g24_work_init 
+0x45dc 015711 call g24_ch_process 
+0x45dd 015712 branch car_g24_receive_packet_start 
+:      015713 car_g24_work_init:
+0x45de 015714 fetch 1 ,mem_24g_mode_init 
+0x45df 015715 rtnbit1 dongle_work 
+0x45e0 015716 set1 dongle_work ,pdata 
+0x45e1 015717 store 1 ,mem_24g_mode_init 
+0x45e2 015718 fetch 1 ,mem_tx_power_temp 
+0x45e3 015719 store 1 ,mem_tx_power 
+0x45e4 015720 jam 0 ,mem_24g_ackpayload_enable 
+0x45e5 015721 jam 0 ,mem_usb_tx_enable 
+0x45e6 015722 jam 1 ,mem_24g_abort_packet 
+0x45e7 015723 jam 0 ,mem_24g_pid 
+0x45e8 015725 fetch 4 ,mem_car_24g_commom_addr 
+0x45e9 015726 branch g24_work_init + 12 
+:      015727 car_g24_receive_packet_start:
+0x45ea 015728 call g24_receive_transmit_ack 
+0x45eb 015729 nbranch g24_rx_interrupt_clear ,user3 
+:      015730 p_g24_receive_packet_parse:
+0x45ec 015731 call g24_receive_packet_parse_pid_crc 
+0x45ed 015732 nbranch g24_rx_interrupt_clear ,user 
+0x45ee 015733 fetch 1 ,mem_24g_rxdata_length 
+0x45ef 015734 branch g24_rx_interrupt_clear ,blank 
+0x45f0 015735 increase 2 ,pdata 
+0x45f1 015736 iforce loopcnt 
+0x45f2 015737 arg mem_24g_rxbuf ,contr 
+0x45f3 015738 arg mem_24g_rxdata_temp ,contw 
+0x45f4 015739 call memcpy 
+0x45f5 015740 jam 0 ,mem_24g_mode_switch 
+0x45f6 015741 fetch 1 ,mem_24g_pair_mode 
+0x45f7 015742 call g24_enable_nodata_timer ,blank 
+0x45f8 015743 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x45f9 015744 beq datatype_attemp ,car_g24_data_attemp 
+0x45fa 015745 beq datatype_device1 ,car_g24_data_device1 
+0x45fb 015746 branch g24_receive_packet_parse + 14 
+:      015747 car_g24_data_attemp:
+0x45fc 015748 fetch 1 ,mem_24g_pair_mode 
+0x45fd 015749 nrtn blank 
+0x45fe 015750 fetch 1 ,mem_24g_bind_device_status 
+0x45ff 015751 rtn blank 
+0x4600 015753 branch g24_data_attemp 
+:      015754 car_g24_data_device1:
+0x4601 015755 call g24_ch_timer_reinit 
+0x4602 015756 fetch 1 ,mem_24g_abort_packet 
+0x4603 015757 fetcht 1 ,mem_24g_rxdata_temp 
+0x4604 015758 isolate1 bit_abort ,temp 
+0x4605 015759 setflag true ,0 ,pdata 
+0x4606 015760 store 1 ,mem_24g_abort_packet 
+0x4607 015761 beq 1 ,car_g24_data_attemp_device1_abort 
+0x4608 015762 branch g24_data_device1 + 7 
+:      015763 car_g24_data_attemp_device1_abort:
+0x4609 015764 fetch 1 ,mem_device_option 
+0x460a 015765 sub pdata ,dvc_op_car ,null 
+0x460b 015766 call check_51cmd_led_on ,zero 
+0x460c 015767 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x460d 015768 branch g24_store_device1_addr 
+:      015770 car_g24_bind_mode:
+0x460e 015771 fetch 1 ,mem_24g_work_mode 
+0x460f 015772 rtnne dongle_bind 
+0x4610 015773 call g24_bind_init 
+0x4611 015774 call car_g24_bind_device_addr 
+0x4612 015776 call g24_rx_interrupt_clear 
+0x4613 015777 call g24_receive_packet 
+0x4614 015778 nbranch g24_rx_interrupt_clear ,user3 
+0x4615 015779 call g24_bind_data_parse 
+0x4616 015780 call g24_transmit_ack 
+0x4617 015781 call g24_bind_device_status_check 
+0x4618 015782 call g24_bind_data_process + 8 
+0x4619 015784 fetch 1 ,mem_24g_bind_device_status 
+0x461a 015785 nbranch car_g24_bind_mode_exit ,blank 
+0x461b 015786 call g24_nodata_process 
+0x461c 015787 fetch 1 ,mem_24g_nodata_timer_enable 
+0x461d 015788 rtn blank 
+0x461e 015789 setarg 0 
+0x461f 015790 store 4 ,mem_24g_device1_addr 
+0x4620 015791 rtn 
+:      015792 car_g24_bind_mode_exit:
+0x4621 015793 jam 0 ,mem_24g_mode_switch 
+0x4622 015794 arg 0 ,rega 
+0x4623 015795 call check_51cmd_led_on 
+0x4624 015796 call g24_switch_work_mode 
+0x4625 015797 call g24_timer_init 
+0x4626 015799 fetch 4 ,mem_24g_lap 
+0x4627 015800 store 4 ,mem_car_24g_commom_addr 
+0x4628 015801 fetch 1 ,mem_car_save_addr_flag 
+0x4629 015802 ncall car_g24_save_commom_addr ,blank 
+0x462a 015804 fetch 4 ,mem_car_24g_commom_addr 
+0x462b 015805 branch g24_update_addr_and_synccrc8 
+:      015807 car_g24_save_commom_addr:
+0x462c 015809 fetch 1 ,mem_car_save_addr_flag 
+0x462d 015810 rtn blank 
+0x462e 015811 fetch 1 ,mem_24g_transmitter_addr + 1 
+0x462f 015812 store 1 ,mem_car_24g_commom_addr + 3 
+0x4630 015814 fetch 1 ,mem_24g_lap + 1 
+0x4631 015815 store 1 ,mem_car_24g_commom_addr + 2 
+0x4632 015817 fetch 1 ,mem_24g_transmitter_addr 
+0x4633 015818 store 1 ,mem_car_24g_commom_addr + 1 
+0x4634 015820 fetch 1 ,mem_24g_lap 
+0x4635 015821 store 1 ,mem_car_24g_commom_addr 
+0x4636 015822 rtn 
+0x4637 015823 call car_g24_search_commom_addr 
+0x4638 015824 fetch 4 ,mem_car_24g_commom_addr 
+0x4639 015825 fetcht 4 ,mem_car_24g_commom_addr_temp 
+0x463a 015826 isub temp ,null 
+0x463b 015827 rtn zero 
+0x463c 015828 copy regc ,regb 
+0x463d 015829 arg mem_car_24g_commom_addr ,rega 
+0x463e 015830 arg 4 ,loopcnt 
+0x463f 015831 branch otp_write 
+:      015833 car_g24_load_commom_addr:
+0x4640 015835 fetch 4 ,mem_24g_lap 
+0x4641 015836 store 4 ,mem_car_24g_commom_addr 
+0x4642 015837 fetch 1 ,mem_car_save_addr_flag 
+0x4643 015838 rtn blank 
+0x4644 015839 rtn 
+0x4645 015840 call car_g24_search_commom_addr 
+0x4646 015841 fetch 4 ,mem_car_24g_commom_addr_temp 
+0x4647 015842 rtn blank 
+0x4648 015843 store 4 ,mem_car_24g_commom_addr 
+0x4649 015844 rtn 
+:      015847 car_g24_search_commom_addr:
+0x464a 015848 rtn 
+0x464b 015849 fetch 1 ,mem_car_save_addr_flag 
+0x464c 015850 rtn blank 
+0x464d 015851 arg otp_offset_car_commom_start_addr ,regc 
+:      015852 car_g24_search_commom_addr_loop:
+0x464e 015853 copy regc ,regb 
+0x464f 015854 arg mem_car_24g_commom_addr_read ,rega 
+0x4650 015855 arg 4 ,loopcnt 
+0x4651 015856 call otp_read_data 
+0x4652 015857 fetch 4 ,mem_car_24g_commom_addr_read 
+0x4653 015858 rtn blank 
+0x4654 015859 store 4 ,mem_car_24g_commom_addr_temp 
+0x4655 015860 copy regc ,pdata 
+0x4656 015861 arg otp_offset_car_commom_end_addr ,temp 
+0x4657 015862 isub temp ,null 
+0x4658 015863 rtn positive 
+0x4659 015864 increase 4 ,regc 
+0x465a 015865 branch car_g24_search_commom_addr_loop 
+:      015867 car_g24_bind_device_addr:
+0x465b 015868 fetch 4 ,mem_24g_device1_addr 
+0x465c 015869 rtn blank 
+0x465d 015870 branch g24_update_addr_and_synccrc8 
+:      015872 car_g24_cb_data_device1:
+0x465e 015873 fetch 2 ,mem_ui_state_map 
+0x465f 015874 rtnbit1 ui_state_ble_connected 
+0x4660 015875 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x4661 015876 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x4662 015877 jam work_paired ,mem_car_24g_received_pac 
+0x4663 015878 arg mem_24g_rxdata_temp + 3 ,rega 
+0x4664 015879 branch car_24g_receive_data 
+:      015881 car_g24_lpm_dipatch:
+0x4665 015882 fetch 1 ,mem_car_enter_lpm_flag 
+0x4666 015883 rtn blank 
+0x4667 015884 call car_g24_lpm_wait 
+0x4668 015885 nrtn user 
+0x4669 015886 fetch 3 ,mem_24g_enter_hibernate 
+0x466a 015887 call clk2lpo 
+0x466b 015888 storet 4 ,mem_sleep_counter 
+0x466c 015889 branch lpm_sleep 
+:      015890 car_g24_lpm_wait:
+0x466d 015891 enable user 
+0x466e 015892 call lpo_calibration 
+0x466f 015893 fetch 3 ,mem_clks_per_lpo 
+0x4670 015894 branch disable_user ,blank 
+0x4671 015895 branch car_le_process_lpm_before 
+:      015901 remote_car_init:
+0x4672 015902 rtn wake 
+0x4673 015903 call remote_car_default_init 
+0x4674 015904 call keyscan_key_init 
+0x4675 015905 setarg remote_car_g24_package_data 
+0x4676 015906 store 2 ,mem_cb_24g_transmit_data 
+0x4677 015908 setarg remote_car_process_lpm_before 
+0x4678 015909 store 2 ,mem_cb_24g_lpm_before 
+0x4679 015911 setarg remote_car_le_before_hibernate 
+0x467a 015912 store 2 ,mem_cb_before_hibernate 
+0x467b 015914 setarg remote_car_scale_process_idle 
+0x467c 015915 store 2 ,mem_cb_idle_process 
+0x467d 015917 setarg remote_car_scale_process_bb_event 
+0x467e 015918 store 2 ,mem_cb_bb_event_process 
+0x467f 015920 setarg remote_car_event_timer 
+0x4680 015921 store 2 ,mem_cb_event_timer 
+0x4681 015923 setarg remote_car_power_off_signal 
+0x4682 015924 store 2 ,mem_remote_car_power_off_cb 
+0x4683 015926 setarg remote_car_soft_switch_power_on_signal 
+0x4684 015927 store 2 ,mem_remote_car_power_standby_cb 
+0x4685 015930 bpatch patch06_3 ,mem_patch06 
+0x4686 015931 call set_eeprom_size_2k 
+0x4687 015932 call remote_car_init_environment 
+0x4688 015934 call queue_init 
+0x4689 015935 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x468a 015936 store 1 ,mem_remote_car_hard_soft_switch 
+0x468b 015937 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x468c 015938 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x468d 015939 store 1 ,mem_ui_button_gpio 
+:      015940 remote_car_soft_switch_power_on_init:
+0x468e 015941 call remote_car_ui_led_init 
+0x468f 015942 call ui_button_init 
+0x4690 015943 call ui_button_polling 
+0x4691 015944 jam power_starting ,mem_remote_car_power_state 
+0x4692 015945 fetch 2 ,mem_ui_state_map 
+0x4693 015946 rtnbit1 ui_state_btn_down 
+0x4694 015947 branch app_enter_hibernate 
+:      015951 remote_car_hard_switch_power_on_signal:
+0x4695 015952 jam power_standby ,mem_remote_car_power_state 
+:      015953 remote_car_soft_switch_power_on_signal:
+0x4696 015954 call remote_car_ui_led_init 
+0x4697 015955 arg 0 ,rega 
+0x4698 015956 call ui_led_blink_start_global 
+0x4699 015957 call remote_car_g24_load_commom_addr 
+0x469a 015958 fetch 4 ,mem_remote_24g_commom_addr 
+0x469b 015959 store 4 ,mem_24g_addr 
+0x469c 015960 branch g24_pair_start ,blank 
+0x469d 015961 fetch 4 ,mem_24g_addr 
+0x469e 015962 store 4 ,mem_24g_receiver_addr 
+0x469f 015963 fetch 2 ,mem_24g_reconn_timeout_init 
+0x46a0 015964 store 2 ,mem_24g_reconn_timeout 
+0x46a1 015965 branch g24_reconn_start 
+:      015967 remote_car_set_24g_addr_eeprom:
+0x46a2 015968 arg 4 ,temp 
+0x46a3 015969 arg mem_24g_addr ,rega 
+0x46a4 015970 arg remote_info_eeprom_offect ,regb 
+0x46a5 015971 rtn 
+:      015974 remote_car_power_off_signal:
+:      015975 remote_car_ui_led_init:
+0x46a6 015976 bpatch patch06_4 ,mem_patch06 
+0x46a7 015977 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x46a8 015978 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      015979 remote_car_ui_led_init_1:
+0x46a9 015980 fetcht 1 ,mem_remote_car_led_map 
+0x46aa 015981 branch gpio_config_output 
+:      015982 remote_car_pairing_led_gpio_set:
+0x46ab 015983 store 1 ,mem_remote_car_led_map 
+0x46ac 015984 branch remote_car_ui_led_init_1 
+:      015987 remote_car_init_environment:
+0x46ad 015988 call g24_transmit_init 
+:      015989 remote_no_data_timer_init:
+0x46ae 015990 fetch 2 ,mem_remote_car_no_data_timeout 
+0x46af 015991 store 2 ,mem_remote_car_no_data_timer 
+0x46b0 015992 rtn 
+:      015994 remote_car_le_before_hibernate:
+0x46b1 015995 call remote_car_process_lpm_before 
+:      015996 remote_gpio_set_before_hibernate:
+0x46b2 015997 fetch 1 ,mem_remote_style_struct_led_gpio 
+0x46b3 015998 set1 7 ,pdata 
+0x46b4 015999 arg gpcfg_output_high ,temp 
+0x46b5 016000 branch gpio_config_function 
+:      016002 remote_car_process_lpm_before:
+0x46b6 016003 call gpio_set_before_lpm 
+0x46b7 016004 branch keyscan_process_lpm_before 
+:      016006 remote_car_key_scan_process:
+0x46b8 016007 call keyscan_key_process 
+0x46b9 016008 call get_remote_key_state 
+0x46ba 016009 call remote_conn_led_state 
+0x46bb 016010 branch send_data 
+:      016012 remote_conn_led_state:
+0x46bc 016013 fetch 1 ,mem_remote_car_24g_status 
+0x46bd 016014 rtnne work_paired 
+0x46be 016015 fetch 4 ,mem_remote_car_motor1_key0_press_state 
+0x46bf 016016 branch remote_car_stop_state ,blank 
+0x46c0 016017 jam 0 ,mem_remote_car_no_data_check 
+0x46c1 016018 enable user 
+0x46c2 016019 branch check_51cmd_led_on 
+:      016020 remote_car_stop_state:
+0x46c3 016021 fetch 1 ,mem_remote_car_no_data_check 
+0x46c4 016022 rtneq 0xff 
+0x46c5 016023 pincrease 1 
+0x46c6 016024 store 1 ,mem_remote_car_no_data_check 
+0x46c7 016025 disable user 
+0x46c8 016026 branch check_51cmd_led_off 
+:      016029 get_remote_key_state:
+0x46c9 016030 fetcht 2 ,mem_key_value_retention 
+0x46ca 016031 and temp ,0x01 ,pdata 
+0x46cb 016032 rshift temp ,temp 
+0x46cc 016033 store 1 ,mem_remote_car_motor1_key0_press_state 
+0x46cd 016034 and temp ,0x01 ,pdata 
+0x46ce 016035 rshift temp ,temp 
+0x46cf 016036 store 1 ,mem_remote_car_motor1_key1_press_state 
+0x46d0 016037 and temp ,0x01 ,pdata 
+0x46d1 016038 rshift temp ,temp 
+0x46d2 016039 store 1 ,mem_remote_car_motor2_key2_press_state 
+0x46d3 016040 and temp ,0x01 ,pdata 
+0x46d4 016041 rshift temp ,temp 
+0x46d5 016042 store 1 ,mem_remote_car_motor2_key3_press_state 
+0x46d6 016043 rtn 
+:      016044 send_data:
+0x46d7 016045 bpatch patch06_5 ,mem_patch06 
+0x46d8 016046 call remote_car_fb_check 
+0x46d9 016047 call remote_car_lr_check 
+0x46da 016048 call remote_car_no_data_timeout_check 
+0x46db 016049 nrtn user 
+0x46dc 016050 branch remote_car_send_key 
+:      016053 remote_car_no_data_timeout_check:
+0x46dd 016054 fetch 1 ,mem_remote_car_24g_status 
+0x46de 016055 rtnne work_paired 
+0x46df 016056 fetch 1 ,mem_remote_car_no_data_check 
+0x46e0 016057 rtn blank 
+0x46e1 016058 sub pdata ,1 ,null 
+0x46e2 016059 nrtn positive 
+0x46e3 016060 fetch 2 ,mem_24g_reconn_timeout_init 
+0x46e4 016061 store 2 ,mem_24g_reconn_timeout 
+0x46e5 016062 branch enable_user 
+:      016066 remote_car_fb_check:
+0x46e6 016067 fetch 1 ,mem_remote_car_motor1_key0_press_state 
+0x46e7 016068 nbranch remote_car_send_motor1_key0_press ,blank 
+0x46e8 016069 fetch 1 ,mem_remote_car_motor1_key1_press_state 
+0x46e9 016070 nbranch remote_car_send_motor1_key1_press ,blank 
+0x46ea 016071 branch remote_car_send_motor1_key0_rel 
+:      016073 remote_car_lr_check:
+0x46eb 016074 fetch 1 ,mem_remote_car_motor2_key2_press_state 
+0x46ec 016075 nbranch remote_car_send_motor2_key2_press ,blank 
+0x46ed 016076 fetch 1 ,mem_remote_car_motor2_key3_press_state 
+0x46ee 016077 nbranch remote_car_send_motor2_key3_press ,blank 
+0x46ef 016078 branch remote_car_send_motor2_key2_rel 
+:      016081 remote_car_scale_process_idle:
+0x46f0 016082 call remote_car_24g_status_process 
+0x46f1 016083 branch remote_car_key_scan_process 
+:      016085 remote_car_scale_process_bb_event:
+0x46f2 016086 copy regc ,pdata 
+0x46f3 016087 beq bt_evt_button_up ,app_event_button_up 
+0x46f4 016088 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x46f5 016089 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x46f6 016090 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x46f7 016091 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x46f8 016092 rtn 
+:      016094 remote_car_24g_attempt_fail:
+0x46f9 016095 branch g24_txbuf_clear 
+:      016097 remote_car_24g_pairing_complete:
+0x46fa 016098 bpatch patch06_6 ,mem_patch06 
+0x46fb 016099 fetch 4 ,mem_24g_receiver_addr 
+0x46fc 016100 store 4 ,mem_remote_24g_commom_addr 
+0x46fd 016101 fetch 1 ,mem_remote_save_addr_flag 
+0x46fe 016102 ncall remote_car_g24_save_commom_addr ,blank 
+0x46ff 016103 fetch 4 ,mem_remote_24g_commom_addr 
+0x4700 016104 call g24_update_addr_and_synccrc8 
+:      016107 remote_car_24g_attempt_success:
+0x4701 016108 jam 0 ,mem_24g_conn_sm 
+0x4702 016109 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x4703 016110 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x4704 016111 jam 0 ,mem_24g_reconn_timeout 
+0x4705 016112 rtn 
+:      016113 remote_car_g24_save_commom_addr:
+0x4706 016116 fetch 1 ,mem_remote_save_addr_flag 
+0x4707 016117 rtn blank 
+0x4708 016118 fetch 1 ,mem_24g_lap + 1 
+0x4709 016119 store 1 ,mem_remote_24g_commom_addr + 3 
+0x470a 016121 fetch 1 ,mem_24g_receiver_addr + 1 
+0x470b 016122 store 1 ,mem_remote_24g_commom_addr + 2 
+0x470c 016124 fetch 1 ,mem_24g_lap 
+0x470d 016125 store 1 ,mem_remote_24g_commom_addr + 1 
+0x470e 016127 fetch 1 ,mem_24g_receiver_addr 
+0x470f 016128 store 1 ,mem_remote_24g_commom_addr 
+0x4710 016129 call remote_car_g24_search_commom_addr 
+0x4711 016130 fetch 4 ,mem_remote_24g_commom_addr 
+0x4712 016131 fetcht 4 ,mem_remote_24g_commom_addr_temp 
+0x4713 016132 isub temp ,null 
+0x4714 016133 rtn zero 
+0x4715 016134 copy regc ,regb 
+0x4716 016135 arg mem_remote_24g_commom_addr ,rega 
+0x4717 016136 arg 4 ,loopcnt 
+0x4718 016137 branch otp_write 
+:      016139 remote_car_g24_load_commom_addr:
+0x4719 016140 fetch 1 ,mem_remote_save_addr_flag 
+0x471a 016141 rtn blank 
+0x471b 016142 call remote_car_g24_search_commom_addr 
+0x471c 016143 fetch 4 ,mem_remote_24g_commom_addr_temp 
+0x471d 016144 rtn blank 
+0x471e 016145 store 4 ,mem_remote_24g_commom_addr 
+0x471f 016146 rtn 
+:      016149 remote_car_g24_search_commom_addr:
+0x4720 016150 fetch 1 ,mem_remote_save_addr_flag 
+0x4721 016151 rtn blank 
+0x4722 016152 arg otp_offset_remote_commom_start_addr ,regc 
+:      016153 remote_car_g24_search_commom_addr_loop:
+0x4723 016154 copy regc ,regb 
+0x4724 016155 arg mem_remote_24g_commom_addr_temp ,rega 
+0x4725 016156 arg 4 ,loopcnt 
+0x4726 016157 call otp_read_data 
+0x4727 016158 fetch 4 ,mem_remote_24g_commom_addr_read 
+0x4728 016159 rtn blank 
+0x4729 016160 store 4 ,mem_remote_24g_commom_addr_temp 
+0x472a 016161 copy regc ,pdata 
+0x472b 016162 arg otp_offset_remote_commom_end_addr ,temp 
+0x472c 016163 isub temp ,null 
+0x472d 016164 rtn positive 
+0x472e 016165 increase 4 ,regc 
+0x472f 016166 branch remote_car_g24_search_commom_addr_loop 
+:      016168 remote_car_24g_status_process:
+0x4730 016169 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4731 016170 rtneq power_on 
+0x4732 016171 fetch 1 ,mem_remote_car_24g_status 
+0x4733 016172 rtneq work_paired 
+0x4734 016173 jam work_paired ,mem_remote_car_24g_status 
+:      016174 remote_car_scale_process_paired:
+0x4735 016175 arg 0 ,rega 
+0x4736 016176 branch ui_led_off_global 
+:      016177 remote_car_scale_process_shutdown:
+0x4737 016178 arg 0 ,rega 
+0x4738 016179 call ui_led_off_global 
+0x4739 016180 call remote_car_ui_led_init 
+0x473a 016181 branch app_enter_hibernate 
+:      016183 remote_car_event_timer:
+0x473b 016184 call app_power_timer 
+0x473c 016185 call g24_pair_timeout_timer 
+0x473d 016186 call g24_reconn_timeout_timer 
+0x473e 016187 branch remote_car_no_data_timer 
+:      016189 remote_car_no_data_timer:
+0x473f 016190 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4740 016191 rtn blank 
+0x4741 016192 fetch 1 ,mem_key_value_retention 
+0x4742 016193 nbranch remote_no_data_timer_init ,blank 
+0x4743 016194 arg mem_remote_car_no_data_timer ,regc 
+0x4744 016195 arg remote_car_scale_process_shutdown ,regb 
+0x4745 016196 branch timer_single_step_2b 
+:      016200 remote_car_send_motor1_key0_press:
+0x4746 016201 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4747 016202 rtn 
+:      016203 remote_car_send_motor1_key1_press:
+0x4748 016204 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x4749 016205 rtn 
+:      016206 remote_car_send_motor2_key2_press:
+0x474a 016207 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x474b 016208 rtn 
+:      016209 remote_car_send_motor2_key3_press:
+0x474c 016210 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x474d 016211 rtn 
+:      016214 remote_car_send_motor1_key0_rel:
+:      016215 remote_car_send_motor1_key1_rel:
+0x474e 016216 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x474f 016217 rtn 
+:      016218 remote_car_send_motor2_key2_rel:
+:      016219 remote_car_send_motor2_key3_rel:
+0x4750 016220 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x4751 016221 rtn 
+:      016223 remote_car_send_key:
+0x4752 016224 arg mem_remote_car_24g_motor_packet ,rega 
+0x4753 016225 branch queue_push 
+:      016226 remote_car_send_attack:
+0x4754 016227 arg mem_remote_car_24g_fire_packet ,rega 
+0x4755 016228 branch queue_push 
+:      016230 remote_car_g24_package_data:
+0x4756 016231 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x4757 016232 beq work_paired ,remote_car_g24_send_empty 
+0x4758 016233 arg mem_remote_car_24g_tx_temp ,rega 
+0x4759 016234 call queue_pop 
+0x475a 016235 nbranch remote_car_moto_data ,user 
+:      016236 remote_car_g24_package_data_continue:
+0x475b 016237 arg mem_remote_car_24g_tx_temp ,contr 
+0x475c 016238 ifetch 1 ,contr 
+0x475d 016239 copy pdata ,rega 
+0x475e 016240 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x475f 016243 rtn 
+:      016245 remote_car_g24_send_empty:
+0x4760 016246 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x4761 016247 enable user 
+0x4762 016248 arg 1 ,rega 
+0x4763 016249 arg mem_remote_car_empty_packet ,regb 
+0x4764 016250 rtn 
+:      016252 remote_car_moto_data:
+0x4765 016253 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x4766 016254 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x4767 016255 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x4768 016256 rtn 
+:      016257 remote_car_moto_data_next:
+0x4769 016258 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x476a 016259 nbranch remote_car_moto_data_enable_user ,blank 
+0x476b 016260 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x476c 016261 nbranch remote_car_moto_data_enable_user ,blank 
+0x476d 016262 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x476e 016263 nbranch remote_car_moto_data_enable_user ,blank 
+0x476f 016264 rtn 
+:      016265 remote_car_moto_data_enable_user:
+0x4770 016266 enable user 
+0x4771 016267 branch remote_car_g24_package_data_continue 
+:      016272 remote_car_default_init:
+0x4772 016273 jam 0x14 ,mem_ui_button_timeout 
+0x4773 016274 jam 0x01 ,mem_ui_button_last_state 
+0x4774 016275 setarg 0x060f 
+0x4775 016276 store 2 ,mem_remote_car_queue_each_size 
+0x4776 016277 setarg mem_remote_car_queue_each_size 
+0x4777 016278 store 2 ,mem_queue_ptr 
+0x4778 016279 jam 0x01 ,mem_lpm_mode 
+0x4779 016280 jam 0x06 ,mem_lpm_overhead 
+0x477a 016281 jam 0x02 ,mem_lpm_mult_timeout 
+0x477b 016282 jam 0x00 ,mem_remote_car_hard_soft_switch 
+0x477c 016283 setarg mem_remote_style_led_type 
+0x477d 016284 store 2 ,mem_ui_led_struct_ptr 
+0x477e 016285 jam 0x01 ,mem_ui_led_struct_num 
+0x477f 016286 jam 0xff ,mem_remote_style_blink_count 
+0x4780 016287 setarg 0x0296 
+0x4781 016288 store 2 ,mem_remote_style_on_time 
+0x4782 016289 setarg 0x073a 
+0x4783 016290 store 2 ,mem_remote_style_off_time 
+0x4784 016291 setarg mem_remote_car_soft_power 
+0x4785 016292 store 2 ,mem_power_param_ptr 
+0x4786 016293 setarg 0x0c0c 
+0x4787 016294 store 2 ,mem_remote_car_power_off_timeout 
+0x4788 016295 setarg mem_remote_car_keyscan 
+0x4789 016296 store 2 ,mem_keyscan_ptr 
+0x478a 016297 jam 0x00 ,mem_remote_car_config_soft_switch_enable 
+0x478b 016298 jam 0xff ,mem_remote_car_config_connect_led_gpio 
+0x478c 016299 jam 0xff ,mem_remote_car_config_soft_switch_gpio 
+0x478d 016300 jam 0x00 ,mem_remote_car_config_key_map 
+0x478e 016301 jam 0x00 ,mem_remote_car_config_layout 
+0x478f 016302 jam 0x00 ,mem_remote_car_config_check_way 
+0x4790 016303 jam 0x01 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4791 016304 setarg 0x4e55 
+0x4792 016305 store 2 ,mem_current_vdd_value_default_mid_x 
+0x4793 016306 store 2 ,mem_current_vdd_value_default_mid_y 
+0x4794 016307 setarg 0x0007 
+0x4795 016308 store 2 ,mem_current_vdd_default_range 
+0x4796 016309 jam 0x02 ,mem_adc_config_flag 
+0x4797 016310 setsect 0 ,0x35a0c 
+0x4798 016311 setsect 1 ,0x11a 
+0x4799 016312 setsect 2 ,0x60 
+0x479a 016313 setsect 3 ,0x28 
+0x479b 016314 store 9 ,mem_remote_car_24g_motor_packet 
+0x479c 016315 setsect 0 ,0x2000a 
+0x479d 016316 setsect 1 ,0x02 
+0x479e 016317 istore 4 ,contw 
+0x479f 016318 setsect 0 ,0x35a08 
+0x47a0 016319 setsect 1 ,0x19a 
+0x47a1 016320 setsect 2 ,0x00 
+0x47a2 016321 setsect 3 ,0x00 
+0x47a3 016322 store 9 ,mem_remote_car_24g_fire_packet 
+0x47a4 016323 setarg 0x0064 
+0x47a5 016324 store 2 ,mem_remote_car_no_data_timeout 
+0x47a6 016325 jam tx_power_0db ,mem_tx_power 
+0x47a7 016326 jam 0x01 ,mem_24g_data_type 
+0x47a8 016327 jam 0x06 ,mem_24g_max_retry 
+0x47a9 016328 jam 0x01 ,mem_24g_pair_switch 
+0x47aa 016329 jam 0x00 ,mem_24g_fast_conn_enable 
+0x47ab 016330 call g24_rx_window_init 
+0x47ac 016331 call g24_interval_param_8ms 
+0x47ad 016332 call g24_chmap_param_init 
+0x47ae 016335 setarg 0x0708 
+0x47af 016336 store 2 ,mem_24g_pair_timeout_init 
+0x47b0 016337 setarg 0x0050 
+0x47b1 016338 store 2 ,mem_24g_reconn_timeout_init 
+0x47b2 016339 setarg 0x0a7700 
+0x47b3 016340 store 3 ,mem_24g_long_sleep_set 
+0x47b4 016341 setarg 0x604800 
+0x47b5 016342 store 3 ,mem_24g_enter_hibernate 
+0x47b6 016343 rtn 
+:      016350 dongle_init:
+0x47b7 016351 setarg dongle_dispatch 
+0x47b8 016352 store 2 ,mem_cb_24g_receive_process 
+0x47b9 016353 setarg dongle_g24_mouse 
+0x47ba 016354 store 2 ,mem_cb_24g_data_device1 
+0x47bb 016355 setarg dongle_g24_kb 
+0x47bc 016356 store 2 ,mem_cb_24g_data_device2 
+0x47bd 016357 setarg dongle_ackpayload_prep 
+0x47be 016358 store 2 ,mem_cb_24g_ackpayload 
+0x47bf 016359 setarg dongle_usb_config 
+0x47c0 016360 store 2 ,mem_cb_usb_config 
+0x47c1 016361 branch usb_init 
+:      016364 dongle_default_init:
+0x47c2 016365 bpatch patch06_7 ,mem_patch06 
+0x47c3 016367 call dongle_read_kb_bind_status 
+0x47c4 016368 call dongle_xtal_select 
+0x47c5 016369 fetch 1 ,mem_dg_sys_config 
+0x47c6 016370 isolate1 dg_enable_eeprom ,pdata 
+0x47c7 016371 branch dongle_default_no_eeprom ,true 
+0x47c8 016372 fetch 1 ,mem_dg_sys_config 
+0x47c9 016373 isolate1 dg_enable_new_chmap ,pdata 
+0x47ca 016374 call g24_chamap_param_update ,true 
+:      016375 dongle_default_no_eeprom:
+0x47cb 016376 fetch 1 ,mem_dg_24g_tx_power_default 
+0x47cc 016377 store 1 ,mem_tx_power 
+0x47cd 016379 jam 0xff ,mem_rssi_buff_index 
+0x47ce 016380 setarg mem_dg_rssi_noise_buffer 
+0x47cf 016381 store 2 ,mem_rssi_noise_buffer_ptr 
+0x47d0 016382 setarg mem_dg_rssi_noise_dg_buffer 
+0x47d1 016383 store 2 ,mem_rssi_noise_self_buffer_ptr 
+0x47d2 016384 setarg mem_dg_rssi_noise_ms_buffer 
+0x47d3 016385 store 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x47d4 016386 setarg mem_dg_rssi_noise_kb_buffer 
+0x47d5 016387 store 2 ,mem_rssi_noise_device2_buffer_ptr 
+0x47d6 016388 jam tx_power_f5db ,mem_24g_pair_tx_power 
+0x47d7 016389 jam 0 ,mem_dg_kb_bind_success 
+0x47d8 016390 jam 0 ,mem_24g_bind_device_living 
+0x47d9 016391 call g24_enable_1m 
+0x47da 016392 fetch 1 ,mem_dg_sys_config 
+0x47db 016393 isolate1 dg_enable_24g_2m ,pdata 
+0x47dc 016394 call g24_enable_2m ,true 
+0x47dd 016395 call g24_receive_init 
+0x47de 016396 call g24_pair_param_init 
+0x47df 016397 call g24_chmap_param_init 
+0x47e0 016399 fetch 1 ,mem_dg_usb_tx_interval 
+0x47e1 016400 store 1 ,mem_usb_tx_interval 
+0x47e2 016401 fetch 9 ,mem_dg_usb_vid_pid 
+0x47e3 016402 store 9 ,mem_usb_vid_pid 
+0x47e4 016403 rtn 
+:      016405 dongle_xtal_select:
+0x47e5 016406 jam xtal_24m ,mem_fcomp_div 
+0x47e6 016407 fetch 1 ,mem_dg_sys_config 
+0x47e7 016408 rtnbit0 dg_enable_xtal_24m 
+0x47e8 016409 jam xtal_16m ,mem_fcomp_div 
+0x47e9 016410 rtn 
+:      016412 dongle_dispatch:
+0x47ea 016413 fetch 1 ,mem_24g_pair_mode 
+0x47eb 016414 beq 0x00 ,dongle_auto_bind 
+0x47ec 016415 beq 0x01 ,dongle_pc_bind 
+0x47ed 016416 beq 0x0f ,dongle_all_powerful 
+0x47ee 016417 rtn 
+:      016420 dongle_read_kb_bind_status:
+0x47ef 016421 bpatch patch07_0 ,mem_patch07 
+0x47f0 016422 arg dongle_kb_bind_efuse_offect ,regb 
+0x47f1 016423 arg mem_dg_kb_bind_flag ,rega 
+0x47f2 016424 arg 1 ,loopcnt 
+0x47f3 016425 branch otp_read_data 
+:      016427 dongle_write_kb_bind_status:
+0x47f4 016428 bpatch patch07_1 ,mem_patch07 
+0x47f5 016429 arg 1 ,loopcnt 
+0x47f6 016430 arg mem_dg_kb_bind_flag ,rega 
+0x47f7 016431 arg dongle_kb_bind_efuse_offect ,regb 
+0x47f8 016432 branch otp_write 
+:      016434 dongle_usb_config:
+0x47f9 016435 fetch 1 ,mem_dg_sys_config 
+0x47fa 016436 bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
+0x47fb 016437 fetch 1 ,mem_dg_kb_bind_flag 
+0x47fc 016438 bne dongle_kb_bind_success ,dongle_usb_config_param 
+:      016439 dongle_usb_config_kb:
+0x47fd 016440 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x47fe 016441 fetch 4 ,usb_devicedata_addr + 9 
+0x47ff 016442 set1 29 ,pdata 
+0x4800 016443 store 4 ,mem_devicedesc + 9 
+:      016444 dongle_usb_config_param:
+0x4801 016445 call dongle_usb_device_name 
+0x4802 016446 call usb_tx_interval_config 
+0x4803 016447 call dongle_usb_vid_pid_config 
+0x4804 016448 branch dongle_usb_hid_icon_config 
+:      016450 dongle_usb_vid_pid_config:
+0x4805 016451 fetch 1 ,mem_usb_vid_pid 
+0x4806 016452 rtn blank 
+0x4807 016453 fetch 1 ,mem_dg_kb_bind_flag 
+0x4808 016454 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+:      016455 dongle_usb_vid_pid_for_mouse_only_auto_pair:
+0x4809 016456 fetch 4 ,mem_usb_vid_pid + 1 
+:      016457 dongle_usb_vid_pid_store:
+0x480a 016458 store 4 ,mem_devicedesc + 9 
+0x480b 016459 rtn 
+:      016460 dongle_usb_vid_pid_for_suit:
+0x480c 016461 fetch 4 ,mem_usb_vid_pid + 5 
+0x480d 016462 branch dongle_usb_vid_pid_store 
+:      016464 dongle_usb_hid_icon_config:
+0x480e 016465 fetch 1 ,mem_dg_kb_bind_flag 
+0x480f 016466 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
+0x4810 016467 setarg usb_kbdata_vendor_define_addr 
+0x4811 016468 store 2 ,mem_hidreportdesc_kb 
+0x4812 016469 jam 0x1a ,mem_confdesc + 26 
+0x4813 016470 rtn 
+:      016471 dongle_usb_kb_hidreportdesc:
+0x4814 016472 setarg usb_kbdata_addr 
+0x4815 016473 store 2 ,mem_hidreportdesc_kb 
+0x4816 016474 jam 0x3f ,mem_confdesc + 26 
+0x4817 016475 rtn 
+:      016477 dongle_usb_device_name:
+0x4818 016478 fetch 1 ,mem_dg_usb_device_name 
+0x4819 016479 rtn blank 
+0x481a 016480 arg mem_dg_usb_device_name ,contr 
+0x481b 016481 arg mem_string2 ,contw 
+0x481c 016482 arg 30 ,loopcnt 
+0x481d 016483 branch memcpy 
+:      016486 dongle_all_powerful:
+0x481e 016487 call g24_switch_work_mode 
+:      016488 dongle_all_powerful_loop:
+0x481f 016489 call dongle_work_mode_auto 
+0x4820 016490 call dongle_usb_dispatch 
+0x4821 016491 branch dongle_all_powerful_loop 
+:      016493 dongle_pc_bind:
+0x4822 016494 call g24_switch_work_mode 
+:      016495 dongle_pc_bind_loop:
+0x4823 016496 call dongle_work_mode_auto 
+0x4824 016497 call g24_bind_mode_auto 
+0x4825 016498 call dongle_usb_dispatch 
+0x4826 016499 branch dongle_pc_bind_loop 
+:      016501 dongle_g24_blank_data_process:
+0x4827 016502 call dongle_g24_ms_blank_data 
+0x4828 016503 call dongle_g24_kb_blank_data 
+0x4829 016504 call dongle_g24_kb_sys_ctrl_blank_data 
+0x482a 016505 branch dongle_g24_kb_mul_blank_data 
+:      016507 dongle_g24_ms_blank_data:
+0x482b 016508 bpatch patch07_2 ,mem_patch07 
+0x482c 016509 fetch 1 ,mem_dg_ms_blank_data_enable 
+0x482d 016510 rtn blank 
+0x482e 016511 arg g24_timer_ms_blank ,queue 
+0x482f 016512 call timer_check 
+0x4830 016513 nrtn blank 
+0x4831 016514 jam 0 ,mem_dg_ms_blank_data_enable 
+0x4832 016515 setarg ms_report_id 
+0x4833 016516 store 1 ,mem_usb_mouse_data 
+0x4834 016517 setarg 0 
+0x4835 016518 istore 7 ,contw 
+:      016519 dongle_usb_tx_ms_data:
+0x4836 016520 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      016521 dongle_usb_tx_enable_ep2:
+0x4837 016522 fetch 1 ,mem_usb_tx_enable 
+0x4838 016523 set1 2 ,pdata 
+0x4839 016524 store 1 ,mem_usb_tx_enable 
+0x483a 016525 rtn 
+:      016527 dongle_g24_kb_blank_data:
+0x483b 016528 bpatch patch07_3 ,mem_patch07 
+0x483c 016529 fetch 1 ,mem_dg_kb_blank_data_enable 
+0x483d 016530 rtn blank 
+0x483e 016531 arg g24_timer_kb_blank ,queue 
+0x483f 016532 call timer_check 
+0x4840 016533 nrtn blank 
+0x4841 016534 jam 0 ,mem_dg_kb_blank_data_enable 
+0x4842 016535 arg mem_usb_kb_data ,contw 
+0x4843 016536 call memset0_16 
+0x4844 016537 fetch 8 ,mem_usb_kb_data 
+0x4845 016538 store 8 ,mem_dg_kb_data_last_data 
+:      016539 dongle_usb_tx_kb_data:
+0x4846 016540 jam kb_normal_report_id ,mem_usb_kb_data 
+:      016541 dongle_usb_tx_enable_ep1:
+0x4847 016542 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x4848 016543 fetch 1 ,mem_usb_tx_enable 
+0x4849 016544 set1 1 ,pdata 
+0x484a 016545 store 1 ,mem_usb_tx_enable 
+0x484b 016546 rtn 
+:      016548 dongle_g24_kb_sys_ctrl_blank_data:
+0x484c 016549 fetch 1 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x484d 016550 rtn blank 
+0x484e 016551 arg g24_timer_kb_sys_crtl_blank ,queue 
+0x484f 016552 call timer_check 
+0x4850 016553 nrtn blank 
+0x4851 016554 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x4852 016555 arg mem_usb_kb_system ,contw 
+0x4853 016556 call memset0_16 
+0x4854 016557 jam kb_system_conctrl_report_id ,mem_usb_kb_system 
+0x4855 016558 fetch 2 ,mem_usb_kb_system 
+0x4856 016559 store 2 ,mem_dg_kb_system_sta_data 
+:      016560 dongle_usb_tx_sys_ctrl_data:
+0x4857 016561 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x4858 016562 branch dongle_usb_tx_enable_ep2 
+:      016564 dongle_g24_kb_mul_blank_data:
+0x4859 016565 bpatch patch07_4 ,mem_patch07 
+0x485a 016566 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
+0x485b 016567 rtn blank 
+0x485c 016568 arg g24_timer_kb_mul_blank ,queue 
+0x485d 016569 call timer_check 
+0x485e 016570 nrtn blank 
+0x485f 016571 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x4860 016572 arg mem_usb_kb_multikey ,contw 
+0x4861 016573 call memset0_16 
+0x4862 016574 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x4863 016575 fetch 3 ,mem_usb_kb_multikey 
+0x4864 016576 store 3 ,mem_dg_kb_multikey_last_data 
+:      016577 dongle_usb_tx_multikey_data:
+0x4865 016578 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x4866 016579 branch dongle_usb_tx_enable_ep2 
+:      016581 dongle_usb_dispatch:
+0x4867 016582 bpatch patch07_5 ,mem_patch07 
+0x4868 016583 fetch 1 ,mem_usb_remote_wakeup 
+0x4869 016584 call dongle_clear_pc_sleep_flag ,blank 
+0x486a 016585 call usb_isr 
+0x486b 016586 fetch 1 ,mem_usb0_get_set_report 
+0x486c 016587 rtn blank 
+0x486d 016588 jam 0 ,mem_usb0_get_set_report 
+0x486e 016589 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x486f 016590 arg pc_set_report ,temp 
+0x4870 016591 isub temp ,null 
+0x4871 016592 nrtn zero 
+0x4872 016594 fetch 1 ,mem_usb0_set_report_data 
+0x4873 016595 rtnne pc_report_id 
+0x4874 016596 fetch 1 ,mem_usb0_set_report_data + 1 
+0x4875 016597 beq command_mode ,dongle_dispose_cmd_mode 
+0x4876 016598 beq command_bind ,dongle_dispose_cmd_bind 
+0x4877 016599 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x4878 016600 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x4879 016601 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+:      016603 dongle_usb0_data_ready_report_set0:
+0x487a 016604 jam 0 ,mem_usb0_data_ready_report 
+0x487b 016605 rtn 
+:      016607 dongle_dispose_cmd_mode:
+0x487c 016608 fetch 1 ,mem_usb0_set_report_data + 2 
+0x487d 016609 beq com_mode_bind ,dongle_enter_bind_mode 
+0x487e 016610 branch dongle_usb0_data_ready_report_set0 
+:      016611 dongle_enter_bind_mode:
+0x487f 016612 call g24_bind_mode_enable 
+:      016613 dongle_usb0_data_ready_report_set1:
+0x4880 016614 jam 1 ,mem_usb0_data_ready_report 
+0x4881 016615 rtn 
+:      016617 dongle_dispose_cmd_bind:
+0x4882 016618 fetch 1 ,mem_usb0_set_report_data + 2 
+0x4883 016619 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x4884 016620 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x4885 016621 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x4886 016622 branch dongle_usb0_data_ready_report_set0 
+:      016623 dongle_dispose_cmd_get_bind:
+0x4887 016624 fetch 1 ,mem_24g_bind_device_status 
+0x4888 016625 store 1 ,mem_usb0_get_report_data + 1 
+0x4889 016626 branch dongle_usb0_data_ready_report_set1 
+:      016627 dongle_dispose_cmd_exit_bind:
+0x488a 016628 call g24_work_mode_enable 
+0x488b 016629 branch dongle_dispose_cmd_get_bind 
+:      016630 dongle_dispose_cmd_read_mode:
+:      016631 dongle_dispose_in_bind_mode:
+0x488c 016632 jam command_bind ,mem_usb0_get_report_data + 1 
+0x488d 016633 branch dongle_usb0_data_ready_report_set1 
+:      016635 dongle_dispose_cmd_current_project:
+0x488e 016636 jam product_id ,mem_usb0_get_report_data + 1 
+0x488f 016637 branch dongle_usb0_data_ready_report_set1 
+:      016639 dongle_dispose_cmd_current_mode:
+0x4890 016640 fetch 1 ,mem_24g_work_mode 
+0x4891 016641 beq dongle_work ,dongle_dispose_in_work_mode 
+0x4892 016642 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x4893 016643 rtn 
+:      016644 dongle_dispose_in_work_mode:
+0x4894 016645 jam command_mode ,mem_usb0_get_report_data + 1 
+0x4895 016646 branch dongle_usb0_data_ready_report_set1 
+:      016648 dongle_dispose_cmd_current_fw_version:
+0x4896 016649 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x4897 016650 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x4898 016651 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x4899 016652 jam fw_version3 ,mem_usb0_get_report_data + 4 
+0x489a 016653 branch dongle_usb0_data_ready_report_set1 
+:      016661 dongle_auto_bind:
+0x489b 016662 call g24_mode_switch_init 
+:      016663 dongle_auto_bind_loop:
+0x489c 016664 call g24_mode_switch_bind_work 
+0x489d 016665 call g24_mode_switch_bind_search 
+0x489e 016666 call dongle_work_mode_auto 
+0x489f 016667 call g24_bind_mode_auto 
+0x48a0 016668 call g24_search_mode_auto 
+0x48a1 016669 call dongle_usb_dispatch 
+0x48a2 016670 branch dongle_auto_bind_loop 
+:      016672 dongle_work_mode_auto:
+0x48a3 016673 bpatch patch07_6 ,mem_patch07 
+0x48a4 016674 fetch 1 ,mem_24g_work_mode 
+0x48a5 016675 rtnne dongle_work 
+0x48a6 016676 call g24_work_mode_start 
+0x48a7 016677 call dongle_g24_blank_data_process 
+0x48a8 016678 fetch 1 ,mem_24g_pair_mode 
+0x48a9 016679 nrtn blank 
+0x48aa 016680 branch g24_nodata_process 
+:      016682 dongle_ackpayload_prep:
+0x48ab 016683 fetch 1 ,mem_24g_data_type 
+0x48ac 016684 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
+0x48ad 016685 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
+:      016686 dongle_ackpayload_prep_mouse:
+0x48ae 016687 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48af 016688 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
+0x48b0 016689 branch dongle_ackpayload_prep_end 
+:      016691 dongle_set_pc_sleep_flag:
+0x48b1 016692 fetch 1 ,mem_device_option 
+0x48b2 016693 rtnne dvc_op_dongle 
+0x48b3 016694 jam 3 ,mem_dg_pc_sleep_flag 
+0x48b4 016695 rtn 
+:      016696 dongle_clear_pc_sleep_flag:
+0x48b5 016697 jam 0 ,mem_dg_pc_sleep_flag 
+0x48b6 016698 rtn 
+:      016700 dongle_ackpayload_prep_keyboard:
+0x48b7 016701 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48b8 016702 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
+:      016703 dongle_ackpayload_prep_end:
+0x48b9 016704 fetch 1 ,mem_24g_ackpayload_enable 
+0x48ba 016705 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
+0x48bb 016706 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
+0x48bc 016707 rtn 
+:      016709 dongle_pc_sleep_ackpayload_prep_mouse:
+0x48bd 016710 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48be 016711 set0 0 ,pdata 
+0x48bf 016712 store 1 ,mem_dg_pc_sleep_flag 
+0x48c0 016713 branch dongle_pc_sleep_ackpayload_prep 
+:      016715 dongle_pc_sleep_ackpayload_prep_keyboard:
+0x48c1 016716 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48c2 016717 set0 1 ,pdata 
+0x48c3 016718 store 1 ,mem_dg_pc_sleep_flag 
+:      016719 dongle_pc_sleep_ackpayload_prep:
+0x48c4 016720 jam 0x01 ,mem_24g_datalen 
+0x48c5 016721 setarg 0xff 
+0x48c6 016722 store 1 ,mem_24g_txbuf 
+0x48c7 016723 rtn 
+:      016726 dongle_g24_bind_ackpayload_prep:
+0x48c8 016727 jam 1 ,mem_24g_ackpayload_enable 
+0x48c9 016728 call g24_binding_device_check 
+0x48ca 016729 nrtn user3 
+0x48cb 016730 branch g24_bind_ackpayload_prep 
+:      016732 dongle_g24_kb_led_ackpayload_prep:
+0x48cc 016733 fetch 1 ,mem_24g_rxbuf + 2 
+0x48cd 016734 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
+0x48ce 016735 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
+0x48cf 016736 jam 0 ,mem_usb_tx_win_enable 
+0x48d0 016737 jam 0x01 ,mem_24g_datalen 
+0x48d1 016738 fetch 1 ,mem_24g_led_status 
+0x48d2 016739 store 1 ,mem_24g_txbuf 
+0x48d3 016740 rtn 
+:      016742 dongle_g24_mouse:
+0x48d4 016743 setarg ms_report_id 
+0x48d5 016744 store 1 ,mem_usb_mouse_data 
+0x48d6 016745 fetch 7 ,mem_24g_rxdata_temp + 3 
+0x48d7 016746 istore 7 ,contw 
+0x48d8 016747 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x48d9 016748 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
+0x48da 016749 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x48db 016750 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
+0x48dc 016751 branch dongle_usb_tx_ms_data 
+:      016753 dongle_g24_ms_enable_blank_data_forcibly:
+0x48dd 016754 jam 1 ,mem_dg_ms_blank_data_enable 
+0x48de 016755 setarg timer_ms_blank_delay 
+0x48df 016756 arg g24_timer_ms_blank ,queue 
+0x48e0 016757 branch timer_init 
+:      016759 dongle_g24_ms_disable_blank_data_forcibly:
+0x48e1 016760 jam 0 ,mem_dg_ms_blank_data_enable 
+0x48e2 016761 setarg 0 
+0x48e3 016762 arg g24_timer_ms_blank ,queue 
+0x48e4 016763 branch timer_init 
+:      016765 dongle_g24_kb:
+0x48e5 016766 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x48e6 016767 beq 0 ,dongle_g24_kb_type0 
+0x48e7 016768 beq 2 ,dongle_g24_kb_type2 
+0x48e8 016769 beq 3 ,dongle_g24_kb_type3 
+0x48e9 016770 branch g24_rx_interrupt_clear 
+:      016772 dongle_g24_kb_type0:
+0x48ea 016773 fetch 1 ,mem_24g_rxdata_temp + 5 
+0x48eb 016774 store 1 ,mem_24g_ackpayload_enable 
+0x48ec 016775 jam 0 ,mem_24g_rxdata_temp + 5 
+0x48ed 016776 arg mem_usb_kb_data ,contw 
+0x48ee 016777 arg mem_24g_rxdata_temp + 4 ,contr 
+0x48ef 016778 arg 8 ,loopcnt 
+0x48f0 016779 call memcpy 
+0x48f1 016780 fetch 8 ,mem_usb_kb_data 
+0x48f2 016781 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
+0x48f3 016782 fetch 8 ,mem_usb_kb_data 
+0x48f4 016783 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
+0x48f5 016784 fetch 8 ,mem_usb_kb_data 
+0x48f6 016785 store 8 ,mem_dg_kb_data_sta_data 
+0x48f7 016786 fetcht 8 ,mem_dg_kb_data_last_data 
+0x48f8 016787 isub temp ,null 
+0x48f9 016788 ncall dongle_usb_tx_enable_ep1 ,zero 
+0x48fa 016789 fetch 8 ,mem_dg_kb_data_sta_data 
+0x48fb 016790 store 8 ,mem_dg_kb_data_last_data 
+0x48fc 016791 branch g24_rx_interrupt_clear 
+:      016793 dongle_g24_kb_enable_blank_data_forcibly:
+0x48fd 016794 jam 1 ,mem_dg_kb_blank_data_enable 
+0x48fe 016795 setarg timer_kb_blank_delay 
+0x48ff 016796 arg g24_timer_kb_blank ,queue 
+0x4900 016797 branch timer_init 
+:      016799 dongle_g24_kb_disable_blank_data_forcibly:
+0x4901 016800 jam 0 ,mem_dg_kb_blank_data_enable 
+0x4902 016801 setarg 0 
+0x4903 016802 arg g24_timer_kb_blank ,queue 
+0x4904 016803 branch timer_init 
+:      016805 dongle_g24_kb_type3:
+0x4905 016806 arg mem_usb_kb_multikey ,contw 
+0x4906 016807 arg mem_24g_rxdata_temp + 3 ,contr 
+0x4907 016808 arg 3 ,loopcnt 
+0x4908 016809 call memcpy 
+0x4909 016810 fetch 2 ,mem_usb_kb_multikey + 1 
+0x490a 016811 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x490b 016812 fetch 2 ,mem_usb_kb_multikey + 1 
+0x490c 016813 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x490d 016814 fetch 3 ,mem_usb_kb_multikey 
+0x490e 016815 store 3 ,mem_dg_kb_multikey_sta_data 
+0x490f 016816 fetcht 3 ,mem_dg_kb_multikey_last_data 
+0x4910 016817 isub temp ,null 
+0x4911 016818 ncall dongle_usb_tx_multikey_data ,zero 
+0x4912 016819 fetch 3 ,mem_dg_kb_multikey_sta_data 
+0x4913 016820 store 3 ,mem_dg_kb_multikey_last_data 
+0x4914 016821 branch g24_rx_interrupt_clear 
+:      016823 dongle_g24_kb_mul_enable_blank_data_forcibly:
+0x4915 016824 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+0x4916 016825 setarg timer_kb_mul_blank_delay 
+0x4917 016826 arg g24_timer_kb_mul_blank ,queue 
+0x4918 016827 branch timer_init 
+:      016829 dongle_g24_kb_mul_disable_blank_data_forcibly:
+0x4919 016830 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x491a 016831 setarg 0 
+0x491b 016832 arg g24_timer_kb_mul_blank ,queue 
+0x491c 016833 branch timer_init 
+:      016835 dongle_g24_kb_type2:
+0x491d 016836 arg mem_usb_kb_system ,contw 
+0x491e 016837 arg mem_24g_rxdata_temp + 3 ,contr 
+0x491f 016838 arg 2 ,loopcnt 
+0x4920 016839 call memcpy 
+0x4921 016840 fetch 2 ,mem_usb_kb_system 
+0x4922 016841 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
+0x4923 016842 fetch 2 ,mem_usb_kb_system 
+0x4924 016843 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
+0x4925 016844 fetch 2 ,mem_usb_kb_system 
+0x4926 016845 store 2 ,mem_dg_kb_system_sta_data 
+0x4927 016846 fetcht 2 ,mem_dg_kb_system_last_data 
+0x4928 016847 isub temp ,null 
+0x4929 016848 ncall dongle_usb_tx_sys_data ,zero 
+0x492a 016849 fetch 2 ,mem_dg_kb_system_sta_data 
+0x492b 016850 store 2 ,mem_dg_kb_system_last_data 
+0x492c 016851 branch g24_rx_interrupt_clear 
+:      016853 dongle_g24_kb_sys_enable_blank_data_forcibly:
+0x492d 016854 jam 1 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x492e 016855 setarg timer_kb_sys_crtl_blank_delay 
+0x492f 016856 arg g24_timer_kb_sys_crtl_blank ,queue 
+0x4930 016857 branch timer_init 
+:      016858 dongle_g24_kb_sys_disable_blank_data_forcibly:
+0x4931 016859 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x4932 016860 setarg 0 
+0x4933 016861 arg g24_timer_kb_sys_crtl_blank ,queue 
+0x4934 016862 branch timer_init 
+:      016864 dongle_usb_tx_sys_data:
+0x4935 016865 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x4936 016866 branch dongle_usb_tx_enable_ep2 
+:      016869 dongle_g24_store_dvc2_bind_flag:
+0x4937 016870 fetch 1 ,mem_device_option 
+0x4938 016871 rtnne dvc_op_dongle 
+0x4939 016872 fetch 1 ,mem_dg_kb_bind_flag 
+0x493a 016873 rtneq dongle_kb_bind_success 
+:      016874 dongle_prep_soft_reset:
+0x493b 016875 jam 1 ,mem_dg_kb_bind_success 
+0x493c 016876 rtn 
+:      016879 dongle_kb_bind_soft_reset:
+0x493d 016880 fetch 1 ,mem_device_option 
+0x493e 016881 rtnne dvc_op_dongle 
+0x493f 016882 fetch 1 ,mem_dg_kb_bind_success 
+0x4940 016883 rtn blank 
+0x4941 016884 jam 0 ,mem_temp 
+:      016885 dongle_wirte_efuse_bind_status:
+0x4942 016886 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x4943 016887 call dongle_write_kb_bind_status 
+0x4944 016888 call dongle_read_kb_bind_status 
+0x4945 016889 fetch 1 ,mem_temp 
+0x4946 016890 increase 1 ,pdata 
+0x4947 016891 store 1 ,mem_temp 
+0x4948 016892 beq 0xff ,soft_reset_chip 
+0x4949 016893 fetch 1 ,mem_dg_kb_bind_flag 
+0x494a 016894 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
+0x494b 016895 branch soft_reset_chip 
+:      016907 keyboard_softreset_process:
+0x494c 016908 fetch 1 ,mem_device_option 
+0x494d 016909 rtnne dvc_op_keyboard 
+0x494e 016910 call mouse_wakeup_from_power_check 
+0x494f 016911 nbranch soft_reset + 1 ,user 
+0x4950 016912 fetch 1 ,mem_power_on_flag 
+0x4951 016913 branch soft_reset + 1 ,blank 
+0x4952 016914 fetch 1 ,mem_config_select_device_button_gpio 
+0x4953 016915 rtneq ui_button_gpio_disable 
+0x4954 016916 copy pdata ,queue 
+0x4955 016917 fetch 4 ,mem_saved_gpio_in 
+0x4956 016918 qisolate0 pdata 
+0x4957 016919 call keyboard_pb_set ,true 
+0x4958 016920 branch soft_reset + 2 
+:      016922 keyboard_init:
+0x4959 016923 call enable_authrom 
+0x495a 016924 call keyboard_setting_config 
+0x495b 016926 call keyboard_gpio_init 
+0x495c 016927 call keyboard_low_vol_mult_set 
+0x495d 016928 rtn wake 
+0x495e 016929 call keyboard_usb_check_enable 
+0x495f 016930 call keyboard_cb_fuction 
+0x4960 016931 fetch 1 ,mem_usb_addr 
+0x4961 016932 rtnbit1 7 
+:      016933 keyboard_init_wireless:
+0x4962 016934 fetch 2 ,mem_ui_state_map 
+0x4963 016935 bbit1 ui_state_btn_down ,keyboard_start_discovery 
+0x4964 016936 call mouse_check_select_device_by_switch 
+0x4965 016937 branch keyboard_start_work 
+:      016940 keyboard_usb_check_enable:
+0x4966 016941 fetch mouse_flag_len ,mem_mouse_flag 
+0x4967 016942 rtnbit0 mouse_enable_usb 
+0x4968 016943 setarg keyboard_usb_config_param 
+0x4969 016944 store 2 ,mem_cb_usb_config 
+0x496a 016945 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+0x496b 016946 branch keyboard_usb_interface_check 
+:      016948 keyboard_usb_config_param:
+0x496c 016949 call keyboard_usb_config_kb_check 
+0x496d 016950 call keyboard_usb_config_param_init 
+0x496e 016951 branch keyboard_usb_config_param_setup 
+:      016953 keyboard_usb_config_kb_check:
+0x496f 016954 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
+0x4970 016955 fetch mouse_flag_len ,mem_mouse_flag 
+0x4971 016956 rtnbit0 mouse_enable_keyboard 
+0x4972 016957 jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
+0x4973 016958 rtn 
+:      016960 keyboard_usb_config_param_init:
+0x4974 016961 fetch mouse_flag_len ,mem_mouse_flag 
+0x4975 016962 bbit1 mouse_enable_usb_250 ,keyboard_usb_report_rate_set_250hz 
+0x4976 016963 bbit1 mouse_enable_usb_500 ,keyboard_usb_report_rate_set_500hz 
+0x4977 016964 bbit1 mouse_enable_usb_1000 ,keyboard_usb_report_rate_set_1000hz 
+0x4978 016965 jam 0x19 ,mem_wire_usb_interval 
+0x4979 016966 jam 0x08 ,mem_usb_tx_interval 
+0x497a 016967 rtn 
+:      016968 keyboard_usb_report_rate_set_250hz:
+0x497b 016969 jam 0x0c ,mem_wire_usb_interval 
+0x497c 016970 jam 0x04 ,mem_usb_tx_interval 
+0x497d 016971 rtn 
+:      016972 keyboard_usb_report_rate_set_500hz:
+0x497e 016973 jam 0x06 ,mem_wire_usb_interval 
+0x497f 016974 jam 0x02 ,mem_usb_tx_interval 
+0x4980 016975 rtn 
+:      016976 keyboard_usb_report_rate_set_1000hz:
+0x4981 016977 jam 0x03 ,mem_wire_usb_interval 
+0x4982 016978 jam 0x01 ,mem_usb_tx_interval 
+0x4983 016979 rtn 
+:      016981 keyboard_usb_config_param_setup:
+0x4984 016982 call usb_tx_interval_config 
+0x4985 016983 call keyboard_usb_vid_pid_config 
+0x4986 016984 branch keyboard_usb_hid_icon_config 
+:      016986 keyboard_usb_vid_pid_config:
+0x4987 016987 fetch 1 ,mem_usb_vid_pid 
+0x4988 016988 rtn blank 
+0x4989 016989 fetch 1 ,mem_mouse_usb_keyboard_flag 
+0x498a 016990 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+0x498b 016991 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
+:      016993 keyboard_usb_hid_icon_config:
+0x498c 016994 fetch 1 ,mem_mouse_usb_keyboard_flag 
+0x498d 016995 branch dongle_usb_hid_icon_config + 1 
+:      016999 keyboard_usb_interface_check:
+0x498e 017000 bpatch patch08_1 ,mem_patch08 
+0x498f 017001 fetcht 1 ,mem_usb_offline_check_gpio 
+0x4990 017002 call gpio_get_bit 
+0x4991 017003 branch keyboard_usb_gpio_low ,true 
+0x4992 017004 branch keyboard_usb_gpio_high 
+:      017007 keyboard_usb_gpio_low:
+0x4993 017008 fetch 1 ,mem_mouse_usb_vdd_status 
+0x4994 017009 rtneq mouse_usb_interface_remove 
+0x4995 017010 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+0x4996 017011 jam 0 ,mem_usb_device_enumeration_endflag 
+0x4997 017012 jam 0 ,mem_usb_status 
+0x4998 017013 jam 0 ,mem_usb_state 
+0x4999 017014 branch keyboard_init_wireless 
+:      017017 keyboard_usb_gpio_high:
+0x499a 017018 fetch 1 ,mem_mouse_usb_vdd_status 
+0x499b 017019 rtneq mouse_usb_interface_insert 
+0x499c 017020 jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
+0x499d 017021 call mouse_24g_stop 
+0x499e 017022 call mouse_stop_bluetooth_mode 
+0x499f 017023 call keyboard_device_led_all_off 
+0x49a0 017024 branch usb_init 
+:      017028 keyboard_setting_config:
+0x49a1 017029 rtn wake 
+0x49a2 017031 call g24_transmit_init 
+0x49a3 017032 call g24_chmap_param_init 
+0x49a4 017034 call keyboard_param_init 
+0x49a5 017035 fetcht 1 ,mem_mcu_rstb_gpio 
+0x49a6 017036 call gpio_out_inactive 
+0x49a7 017038 call keyboard_device_led_off 
+0x49a8 017039 call mouse_device_multi_led_parm_init 
+0x49a9 017040 call le_set_fixed_ltk_justwork 
+0x49aa 017042 fetch mouse_flag_len ,mem_mouse_flag 
+0x49ab 017043 bbit1 mouse_enable_otp ,keyboard_load_otp_info_check 
+0x49ac 017044 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x49ad 017045 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x49ae 017046 rtn 
+:      017051 keyboard_param_init:
+0x49af 017053 call mouse_param_common_init 
+0x49b0 017055 jam 0 ,mem_same_keyvalue_timerout_flag 
+0x49b1 017056 setarg 0x230170 
+0x49b2 017057 store 3 ,mem_mouse_vdd_full_vol 
+0x49b3 017058 setarg 0x015301 
+0x49b4 017059 istore 3 ,contw 
+0x49b5 017060 arg mem_le_adv_swift_pair ,contw 
+0x49b6 017061 arg 20 ,loopcnt 
+0x49b7 017062 call clear_mem 
+0x49b8 017064 fetch 1 ,mem_le_name_len 
+0x49b9 017065 sub pdata ,12 ,null 
+0x49ba 017066 nbranch ble_name_set_no_swift_pair ,positive 
+0x49bb 017067 setarg 0x06ff06 
+0x49bc 017068 store 3 ,mem_le_adv_swift_pair 
+0x49bd 017069 setarg 0x000300 
+0x49be 017070 istore 3 ,contw 
+0x49bf 017071 setarg 0x80 
+0x49c0 017072 istore 1 ,contw 
+:      017073 ble_store_le_name:
+0x49c1 017074 fetch 1 ,mem_le_name_len 
+0x49c2 017075 increase 1 ,pdata 
+0x49c3 017076 copy pdata ,loopcnt 
+0x49c4 017077 arg mem_le_scan_data ,contr 
+0x49c5 017078 branch memcpy 
+:      017080 ble_name_set_no_swift_pair:
+0x49c6 017081 arg mem_le_adv_swift_pair ,contw 
+0x49c7 017082 branch ble_store_le_name 
+:      017085 keyboard_gpio_init:
+0x49c8 017088 fetcht 1 ,mem_mcu_clk_gpio 
+0x49c9 017089 call gpio_set_high_impedance 
+0x49ca 017090 fetcht 1 ,mem_mcu_stb_gpio 
+0x49cb 017091 call gpio_set_high_impedance 
+0x49cc 017092 fetcht 1 ,mem_mcu_rstb_gpio 
+0x49cd 017093 call gpio_set_high_impedance 
+0x49ce 017095 setarg mem_key_row_gpio 
+0x49cf 017096 store 2 ,mem_kb_row_ptr 
+0x49d0 017098 setarg mem_key_col_gpio 
+0x49d1 017099 store 2 ,mem_kb_col_ptr 
+0x49d2 017101 setarg mem_key_excol_gpio 
+0x49d3 017102 store 2 ,mem_kb_excol_ptr 
+0x49d4 017104 fetch 2 ,mem_kb_row_ptr 
+0x49d5 017105 copy pdata ,regb 
+0x49d6 017106 arg 8 ,loopcnt 
+:      017108 keyboard_key_row_init:
+0x49d7 017109 ifetcht 1 ,regb 
+0x49d8 017110 sub temp ,ui_button_gpio_disable ,null 
+0x49d9 017111 ncall keboard_gpio_set_high_impedance ,zero 
+0x49da 017112 increase 1 ,regb 
+0x49db 017113 loop keyboard_key_row_init 
+0x49dc 017114 call lpm_write_gpio_wakeup 
+0x49dd 017115 fetch 2 ,mem_kb_col_ptr 
+0x49de 017116 copy pdata ,regb 
+0x49df 017117 copy pdata ,regc 
+0x49e0 017118 arg 11 ,loopcnt 
+:      017120 keyboard_key_cow_init:
+0x49e1 017121 ifetcht 1 ,regb 
+0x49e2 017122 isolate1 7 ,temp 
+0x49e3 017123 ncall gpio_set_high_impedance ,true 
+0x49e4 017124 increase 1 ,regb 
+0x49e5 017125 loop keyboard_key_cow_init 
+0x49e6 017126 rtn 
+:      017127 keboard_gpio_set_high_impedance:
+0x49e7 017129 call gpio_set_high_impedance 
+0x49e8 017130 ifetcht 1 ,regb 
+0x49e9 017131 branch gpio_set_low_pullup 
+:      017135 keyboard_low_vol_mult_set:
+0x49ea 017136 fetch 1 ,mem_device_flag 
+0x49eb 017137 beq mode_bt_device1 ,keyboard_low_vol_mult_ble_set 
+0x49ec 017138 setarg 0x5d4800 
+0x49ed 017139 store 4 ,mem_24g_long_sleep_set1 
+0x49ee 017140 fetch 1 ,mem_adc_power_flag 
+0x49ef 017141 rtnbit0 0 
+0x49f0 017142 branch mouse_24g_long_sleep_set 
+:      017143 keyboard_low_vol_mult_ble_set:
+0x49f1 017144 jam 0x0c ,mem_lpm_mult_init 
+0x49f2 017145 fetch 1 ,mem_adc_power_flag 
+0x49f3 017146 rtnbit0 0 
+0x49f4 017147 jam 0x10 ,mem_lpm_mult_init 
+0x49f5 017148 fetch 1 ,mem_mouse_current_mult_timer 
+0x49f6 017149 branch mouse_current_mult_reinit ,blank 
+0x49f7 017150 rtn 
+:      017153 keyboard_pairing_check_otp_offset:
+0x49f8 017154 fetch 2 ,mem_otp_read_retention_offset 
+0x49f9 017155 arg 0x528 ,temp 
+0x49fa 017156 isub temp ,null 
+0x49fb 017157 nrtn positive 
+0x49fc 017158 branch assert 
+:      017160 keyboard_load_otp_info_check:
+0x49fd 017161 bpatch patch08_2 ,mem_patch08 
+0x49fe 017162 fetch 1 ,mem_device_flag 
+0x49ff 017163 beq mode_24g_device ,keyboard_load_otp_device_info_g24_init 
+0x4a00 017164 beq mode_bt_device1 ,keyboard_load_otp_device_info_ble_init 
+0x4a01 017165 rtn 
+:      017167 keyboard_load_otp_device_info_g24_init:
+0x4a02 017168 arg 80 ,regd 
+0x4a03 017169 setarg 0x400 
+0x4a04 017170 idiv regd 
+0x4a05 017171 call wait_div_end 
+0x4a06 017172 quotient pdata 
+0x4a07 017173 store 2 ,mem_pdatatemp 
+0x4a08 017174 arg 0x1fcc ,pdata 
+0x4a09 017175 arg 4 ,temp 
+0x4a0a 017176 arg 4 ,rege 
+0x4a0b 017177 branch keyboard_load_otp_device_info 
+:      017178 keyboard_load_otp_device_info_ble_init:
+0x4a0c 017179 arg 280 ,regd 
+0x4a0d 017180 setarg 0x400 
+0x4a0e 017181 idiv regd 
+0x4a0f 017182 call wait_div_end 
+0x4a10 017183 quotient pdata 
+0x4a11 017184 store 2 ,mem_pdatatemp 
+0x4a12 017185 arg 0x1fc2 ,pdata 
+0x4a13 017186 arg 14 ,temp 
+0x4a14 017187 arg 14 ,rege 
+0x4a15 017188 branch keyboard_load_otp_device_info 
+:      017189 keyboard_load_otp_device_info:
+0x4a16 017190 storet 1 ,mem_temp 
+0x4a17 017191 arg mem_otp_read_retention_memory ,rega 
+0x4a18 017192 arg 0 ,regc 
+:      017193 keyboard_load_otp_info_check_page_loop:
+0x4a19 017194 copy pdata ,regb 
+0x4a1a 017195 fetchr loopcnt ,1 ,mem_temp 
+0x4a1b 017196 call otp_read_data 
+0x4a1c 017197 fetch 8 ,mem_otp_read_retention_memory 
+0x4a1d 017198 fetcht 8 ,mem_otp_read_retention_memory + 8 
+0x4a1e 017199 ior temp ,pdata 
+0x4a1f 017200 fetcht 8 ,mem_otp_read_retention_memory + 16 
+0x4a20 017201 ior temp ,pdata 
+0x4a21 017202 branch keyboard_load_otp_info_check_first_time ,blank 
+0x4a22 017203 increase 1 ,regc 
+0x4a23 017204 fetch 2 ,mem_pdatatemp 
+0x4a24 017205 isub regc ,null 
+0x4a25 017207 copy regb ,pdata 
+0x4a26 017208 isub regd ,pdata 
+0x4a27 017209 branch keyboard_load_otp_info_check_page_loop 
+:      017210 keyboard_load_otp_info_check_first_time:
+0x4a28 017212 sub regc ,0 ,null 
+0x4a29 017213 branch keyboard_load_otp_info_check_first_time_process ,zero 
+:      017214 keyboard_load_otp_info_check_first_time_loop_init:
+0x4a2a 017215 copy regb ,pdata 
+0x4a2b 017216 iadd regd ,pdata 
+:      017217 keyboard_load_otp_info_check_first_time_loop:
+0x4a2c 017218 isub rege ,pdata 
+0x4a2d 017219 copy pdata ,regb 
+0x4a2e 017220 fetchr loopcnt ,1 ,mem_temp 
+0x4a2f 017221 call otp_read_data 
+0x4a30 017222 fetch 8 ,mem_otp_read_retention_memory 
+0x4a31 017223 fetcht 8 ,mem_otp_read_retention_memory + 8 
+0x4a32 017224 ior temp ,pdata 
+0x4a33 017225 fetcht 8 ,mem_otp_read_retention_memory + 16 
+0x4a34 017226 ior temp ,pdata 
+0x4a35 017227 branch keyboard_load_otp_info_check_offset_process ,blank 
+0x4a36 017228 copy regb ,pdata 
+0x4a37 017229 branch keyboard_load_otp_info_check_first_time_loop 
+:      017230 keyboard_load_otp_info_check_first_time_process:
+0x4a38 017231 storer rege ,1 ,mem_otp_read_retention_offset 
+0x4a39 017232 rtn 
+:      017233 keyboard_load_otp_info_check_offset_process:
+0x4a3a 017234 bpatch patch08_3 ,mem_patch08 
+0x4a3b 017235 setarg 0x1fd0 
+0x4a3c 017236 isub regb ,pdata 
+0x4a3d 017237 store 2 ,mem_otp_read_retention_offset 
+0x4a3e 017238 copy regb ,pdata 
+0x4a3f 017239 iadd rege ,regb 
+0x4a40 017240 fetchr loopcnt ,1 ,mem_temp 
+0x4a41 017241 arg mem_otp_read_retention_memory ,rega 
+0x4a42 017242 call otp_read_data 
+0x4a43 017243 fetch 1 ,mem_device_flag 
+0x4a44 017244 beq mode_24g_device ,keyboard_load_otp_info_check_offset_process_g24 
+0x4a45 017245 beq mode_bt_device1 ,keyboard_load_otp_info_check_offset_process_ble 
+0x4a46 017246 rtn 
+:      017248 keyboard_load_otp_info_check_offset_process_g24:
+0x4a47 017249 fetch 6 ,mem_otp_read_retention_memory 
+0x4a48 017250 store 4 ,mem_mouse_24g_addr 
+0x4a49 017251 branch keybaord_load_device_info 
+:      017253 keyboard_load_otp_info_check_offset_process_ble:
+0x4a4a 017254 fetch 1 ,mem_otp_read_retention_memory 
+0x4a4b 017255 sub pdata ,system_os_mac ,null 
+0x4a4c 017256 ncall set_pdata_0 ,positive 
+0x4a4d 017257 store 1 ,mem_kb_computer_system 
+0x4a4e 017258 fetch 1 ,mem_otp_read_retention_memory + 1 
+0x4a4f 017259 store 1 ,mem_device1_type 
+0x4a50 017260 fetch 6 ,mem_otp_read_retention_memory + 2 
+0x4a51 017261 store 6 ,mem_device1_addr 
+0x4a52 017262 fetch 6 ,mem_otp_read_retention_memory + 8 
+0x4a53 017263 store 6 ,mem_device1_locall_addr 
+0x4a54 017264 branch mouse_select_reconn_device 
+:      017267 keyboard_load_otp_info_check_overwise:
+0x4a55 017268 branch assert 
+:      017271 keyboard_store_device_info:
+0x4a56 017272 bpatch patch08_4 ,mem_patch08 
+0x4a57 017273 fetch mouse_flag_len ,mem_mouse_flag 
+0x4a58 017274 bbit1 mouse_enable_otp ,keyboard_store_otp_device_info 
+0x4a59 017275 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x4a5a 017276 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x4a5b 017277 rtn 
+:      017279 keyboard_store_otp_device_info:
+0x4a5c 017280 rtn 
+0x4a5d 017281 fetch 1 ,mem_device_flag 
+0x4a5e 017282 beq mode_24g_device ,keyboard_store_otp_device_info_g24 
+0x4a5f 017283 beq mode_bt_device1 ,keyboard_store_otp_device_info_ble 
+0x4a60 017284 rtn 
+:      017286 keyboard_store_otp_device_info_g24:
+0x4a61 017287 fetcht 2 ,mem_otp_read_retention_offset 
+0x4a62 017288 setarg 0x1fd0 
+0x4a63 017289 isub temp ,regb 
+0x4a64 017290 arg mem_mouse_24g_addr ,rega 
+0x4a65 017291 arg 4 ,loopcnt 
+0x4a66 017292 call otp_write 
+0x4a67 017293 fetcht 2 ,mem_otp_read_retention_offset 
+0x4a68 017294 increase 4 ,temp 
+0x4a69 017295 storet 2 ,mem_otp_read_retention_offset 
+0x4a6a 017296 rtn 
+:      017298 keyboard_store_otp_device_info_ble:
+0x4a6b 017299 fetcht 2 ,mem_otp_read_retention_offset 
+0x4a6c 017300 setarg 0x1fd0 
+0x4a6d 017301 isub temp ,regb 
+0x4a6e 017304 add regb ,1 ,regb 
+0x4a6f 017305 arg mem_device1_addr ,rega 
+0x4a70 017306 arg 6 ,loopcnt 
+0x4a71 017307 call otp_write 
+0x4a72 017309 add regb ,7 ,regb 
+0x4a73 017310 arg mem_device1_locall_addr ,rega 
+0x4a74 017311 arg 6 ,loopcnt 
+0x4a75 017312 branch otp_write 
+:      017314 keybaord_load_device_info:
+0x4a76 017315 fetch 4 ,mem_mouse_24g_addr 
+0x4a77 017316 store 4 ,mem_24g_receiver_addr 
+0x4a78 017317 store 4 ,mem_24g_addr 
+0x4a79 017318 rtn 
+:      017321 keyboard_cb_fuction:
+0x4a7a 017322 bpatch patch08_5 ,mem_patch08 
+0x4a7b 017323 setarg mouse_24g_before_lpm_sleep 
+0x4a7c 017324 store 2 ,mem_cb_before_lpm_sleep 
+0x4a7d 017325 setarg keyboard_24g_package_data 
+0x4a7e 017326 store 2 ,mem_cb_24g_transmit_data 
+0x4a7f 017327 setarg keyboard_24g_search_dongle 
+0x4a80 017328 store 2 ,mem_cb_24g_search_receiver 
+0x4a81 017329 setarg keyboard_lpm_before_common 
+0x4a82 017330 store 2 ,mem_cb_24g_lpm_before 
+0x4a83 017331 setarg keyboard_le 
+0x4a84 017332 store 2 ,mem_cb_le_process 
+0x4a85 017334 setarg keyboard_process_lpm_before 
+0x4a86 017335 store 2 ,mem_cb_before_lpm 
+0x4a87 017337 setarg keyboard_priority_bb_event 
+0x4a88 017338 store 2 ,mem_cb_bb_event_process 
+0x4a89 017339 setarg keyboard_idle 
+0x4a8a 017340 store 2 ,mem_cb_idle_process 
+0x4a8b 017341 setarg keyboard_before_hibernate 
+0x4a8c 017342 store 2 ,mem_cb_before_hibernate 
+0x4a8d 017343 setarg mouse_le_bb_event_connect_complete 
+0x4a8e 017344 store 2 ,mem_cb_att_write 
+0x4a8f 017345 setarg keyboard_bb_event_timer 
+0x4a90 017346 store 2 ,mem_cb_event_timer 
+0x4a91 017347 setarg mouse_spi_write_flash_cb 
+0x4a92 017348 store 2 ,mem_cb_spi_flash_write_complate 
+0x4a93 017349 setarg mouse_lpm_check_wake_lock 
+0x4a94 017350 store 2 ,mem_cb_check_wakelock 
+0x4a95 017351 setarg mouse_le_transmit 
+0x4a96 017352 store 2 ,mem_cb_ble_transmit 
+0x4a97 017353 setarg mouse_set_lpm_mult 
+0x4a98 017354 store 2 ,mem_cb_bt_set_mult 
+0x4a99 017355 rtn 
+:      017359 keyboard_priority_bb_event:
+0x4a9a 017360 bpatch patch08_6 ,mem_patch08 
+0x4a9b 017361 copy regc ,pdata 
+0x4a9c 017363 beq bt_evt_le_start_enc ,keyboard_le_ll_start_encryt 
+0x4a9d 017364 beq bt_evt_le_parse_conn_param_accepted ,keyboard_le_parse_conn_param_accepted 
+0x4a9e 017365 beq bt_evt_le_parse_conn_papa_update_rsp ,keyboard_le_conn_param_update_rsp_recieved 
+0x4a9f 017366 beq bt_evt_le_disconnected ,keyboard_le_bb_disconnected 
+0x4aa0 017368 beq bt_evt_le_connected ,keyboard_le_bb_event_connected 
+0x4aa1 017369 beq bt_evt_button_long_pressed ,keyboard_bb_event_discovery_btn 
+0x4aa2 017370 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x4aa3 017371 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x4aa4 017373 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+0x4aa5 017374 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x4aa6 017376 beq bt_evt_24g_pairing_complete ,keyboard_24g_pairing_complete 
+0x4aa7 017377 beq bt_evt_24g_attempt_success ,keyboard_24g_attempt_success 
+0x4aa8 017378 beq bt_evt_24g_attempt_fail ,keyboard_24g_attempt_fail 
+0x4aa9 017381 rtn 
+:      017387 keyboard_le_bb_event_connected:
+0x4aaa 017388 jam 0 ,mem_mouse_long_mult_flag 
+0x4aab 017390 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x4aac 017391 call mouse_24g_first_store_reconn_info 
+0x4aad 017392 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x4aae 017393 nbranch keyboard_le_bb_event_connected_next ,blank 
+0x4aaf 017394 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      017395 keyboard_le_bb_event_connected_next:
+0x4ab0 017396 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4ab1 017397 set0 app_disc_by_button ,pdata 
+0x4ab2 017398 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4ab3 017399 jam 0 ,mem_mouse_direct_timer 
+0x4ab4 017400 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x4ab5 017401 store 2 ,mem_le_battery_level_updata_timer 
+0x4ab6 017402 call mouse_no_data_timer_init 
+0x4ab7 017403 branch keyboard_stop_discovery 
+:      017406 keyboard_le_bb_disconnected:
+0x4ab8 017407 setarg 0 
+0x4ab9 017408 store 2 ,mem_le_battery_level_updata_timer 
+0x4aba 017409 store 1 ,mem_keyboard_le_send_conn_param_update 
+0x4abb 017410 store 1 ,mem_keyboard_le_send_conn_param_update_timer 
+0x4abc 017411 store 1 ,mem_mouse_le_bb_connected_flag 
+:      017412 keyboard_le_bb_disconnected_next:
+0x4abd 017413 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x4abe 017414 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x4abf 017415 call le_clr_config_more_data 
+0x4ac0 017416 branch keyboard_bb_disconnected 
+:      017417 keyboard_bb_disconnected:
+0x4ac1 017418 call mouse_bb_discon_clear_stack 
+0x4ac2 017419 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4ac3 017420 bbit1 app_disc_ble ,keyboard4_0_event_bb_disconn 
+0x4ac4 017421 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4ac5 017422 branch keyboard_start_discovery 
+:      017423 keyboard4_0_event_bb_disconn:
+0x4ac6 017424 call mouse_le_clean_connect_flag 
+0x4ac7 017425 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4ac8 017426 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4ac9 017427 call ice_break 
+0x4aca 017428 branch keyboard_app_enter_hibernate 
+:      017431 keyboard_le_ll_start_encryt:
+0x4acb 017432 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x4acc 017433 beq 1 ,keyboard_le_ll_reconn_start_encryt 
+0x4acd 017434 jam 20 ,mem_le_start_encrypt_timer 
+0x4ace 017435 jam 5 ,mem_le_start_auto_reco_timer 
+0x4acf 017436 branch mouse_le_ll_enable_start_enc_flag 
+:      017437 keyboard_le_ll_reconn_start_encryt:
+0x4ad0 017438 call mouse_updata_le_param 
+0x4ad1 017439 jam 5 ,mem_le_start_encrypt_timer 
+0x4ad2 017440 branch mouse_le_ll_enable_start_enc_flag 
+:      017442 keyboard_le_parse_conn_param_accepted:
+0x4ad3 017443 fetch 1 ,mem_le_new_conninterval 
+0x4ad4 017444 sub pdata ,le_interval_15ms ,null 
+0x4ad5 017445 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x4ad6 017446 fetch 1 ,mem_le_new_connslavelatency 
+0x4ad7 017447 fetcht 1 ,mem_lpm_mult_init 
+0x4ad8 017448 isub temp ,null 
+0x4ad9 017449 branch mouse_le_lpm_mult_reinit ,positive 
+0x4ada 017450 fetch 1 ,mem_le_new_connslavelatency 
+0x4adb 017451 store 1 ,mem_lpm_mult 
+0x4adc 017452 branch mouse_le_conn_param_lpm_enable 
+:      017454 keyboard_le_conn_param_update_rsp_recieved:
+0x4add 017455 fetch 1 ,mem_keyboard_le_send_conn_param_update 
+0x4ade 017456 nrtn blank 
+0x4adf 017457 jam 1 ,mem_keyboard_le_send_conn_param_update 
+0x4ae0 017458 jam 30 ,mem_keyboard_le_send_conn_param_update_timer 
+0x4ae1 017459 rtn 
+:      017461 keyboard_24g_pairing_complete:
+0x4ae2 017462 call keyboard_get_24g_led_enable 
+0x4ae3 017463 call mouse_no_data_timer_init 
+0x4ae4 017464 branch mouse_24g_pairing_complete_common 
+:      017466 keyboard_24g_attempt_success:
+0x4ae5 017467 call keyboard_get_24g_led_enable 
+0x4ae6 017468 fetch 4 ,mem_24g_addr 
+0x4ae7 017469 store 4 ,mem_24g_receiver_addr 
+0x4ae8 017470 store 4 ,mem_mouse_24g_addr 
+0x4ae9 017471 call g24_ch_syncword_crc8_init 
+0x4aea 017472 call mouse_device_poweron_led_config 
+0x4aeb 017473 call mouse_no_data_timer_init 
+0x4aec 017474 branch mouse_24g_attempt_success 
+:      017476 keyboard_24g_get_led:
+0x4aed 017477 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
+0x4aee 017478 call keyboard_clear_key_data 
+0x4aef 017479 jam 0x03 ,mem_customer_key_press + 2 
+0x4af0 017480 rtn 
+:      017482 keyboard_24g_led_get_status_check:
+0x4af1 017483 arg 6 ,loopcnt 
+0x4af2 017484 arg mem_keyboard_tx_data + 3 ,contr 
+:      017485 keyboard_24g_led_data_check:
+0x4af3 017486 ifetch 1 ,contr 
+0x4af4 017487 beq hid_key_num_lock ,keyboard_get_24g_led_enable 
+0x4af5 017488 beq hid_key_caps_lock ,keyboard_get_24g_led_enable 
+0x4af6 017489 beq hid_key_scroll_lock ,keyboard_get_24g_led_enable 
+0x4af7 017490 loop keyboard_24g_led_data_check 
+0x4af8 017491 rtn 
+:      017493 keyboard_get_24g_led_enable:
+0x4af9 017494 jam 0x03 ,mem_keyboard_led_status_get 
+0x4afa 017495 jam 1 ,mem_keyboard_data_change_flag 
+0x4afb 017496 rtn 
+:      017498 keyboard_set_repeat_send_flag:
+0x4afc 017499 jam 1 ,mem_24g_repeat_send_flag 
+0x4afd 017500 rtn 
+:      017503 keyboard_24g_attempt_fail:
+0x4afe 017504 fetch 1 ,mem_24g_attempt_fail_flag 
+0x4aff 017505 nbranch keyboard_24g_hibernate_set ,blank 
+0x4b00 017506 fetch 1 ,mem_24g_reconn_type 
+0x4b01 017507 beq fast_conn_and_3_0_addr ,keyboard_24g_fast_conn_attempt_fail 
+0x4b02 017508 beq receiver_and_3_0_addr ,keyboard_24g_attempt_fail_enter_hibernate 
+0x4b03 017509 branch keyboard_24g_attempt_fail_enter_hibernate 
+:      017511 keyboard_24g_attempt_fail_enter_hibernate:
+0x4b04 017512 call mouse_24g_stop 
+0x4b05 017513 fetch 1 ,mem_reconn_times 
+0x4b06 017514 nbranch mouse_polling_device ,blank 
+0x4b07 017515 fetch 1 ,mem_device_flag 
+0x4b08 017516 beq mode_24g_device ,keyboard_app_enter_hibernate 
+0x4b09 017517 rtn 
+:      017519 keyboard_24g_fast_conn_attempt_fail:
+0x4b0a 017520 fetch mouse_flag_len ,mem_mouse_flag 
+0x4b0b 017521 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x4b0c 017522 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x4b0d 017523 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x4b0e 017524 fetch 4 ,mem_mouse_24g_addr 
+0x4b0f 017525 branch keyboard_24g_start_pair_mode ,blank 
+0x4b10 017526 branch mouse_24g_reconn_dongle_start 
+:      017528 keyboard_24g_hibernate_set:
+0x4b11 017529 jam 0 ,mem_24g_attempt_fail_flag 
+0x4b12 017530 call g24_transmit_next_packet 
+0x4b13 017531 setarg -1 
+0x4b14 017532 store 8 ,mem_24g_enter_hibernate 
+0x4b15 017533 setarg 0 
+0x4b16 017534 store 7 ,mem_mouse_key 
+0x4b17 017535 jam 1 ,mem_sensor_shutdown_flag 
+0x4b18 017536 branch keyboard_g24_long_sleep 
+:      017541 keyboard_bb_event_timer:
+0x4b19 017542 bpatch patch08_7 ,mem_patch08 
+0x4b1a 017543 call mouse_adc_read 
+0x4b1b 017544 call keyboard_low_voltage_param_set 
+0x4b1c 017545 call mouse_low_voltage_led_timer 
+0x4b1d 017547 call g24_pair_timeout_timer 
+0x4b1e 017548 call g24_reconn_timeout_timer 
+0x4b1f 017549 call mouse_24g_long_sleep_param_update_timer 
+0x4b20 017550 call keyboard_24g_repeat_send_data 
+0x4b21 017551 call keyboard_24g_led_status_get_timer 
+0x4b22 017555 call keyboard_check_discovery_timeout_timer 
+0x4b23 017557 call keyboard_check_direct_timeout_timer 
+0x4b24 017558 call mouse_le_enable_att_list_timer 
+0x4b25 017559 call keyboard_le_battery_updata_timer 
+0x4b26 017560 call mouse_le_send_smp_security_request_timer 
+0x4b27 017561 call keyboard_le_send_conn_param_update_timer 
+0x4b28 017562 call keyboard_le_auto_recognize_timer 
+0x4b29 017564 call mouse_current_mult_update_timer 
+0x4b2a 017565 call mouse_wheel_trigger_timer 
+0x4b2b 017566 call keyboard_store_information_delay_timer 
+0x4b2c 017567 call keyboard_capslock_led_on_timer 
+0x4b2d 017568 call keyboard_long_press_timer 
+0x4b2e 017569 call keyboard_commbination_delay_release_timer 
+0x4b2f 017570 fetch 1 ,mem_device_flag 
+0x4b30 017571 beq mode_24g_device ,keyboard_check_no_data_timeout_timer 
+0x4b31 017572 branch mouse_check_no_data_timeout_timer 
+:      017575 keyboard_commbination_key_process:
+0x4b32 017576 fetch 1 ,mem_commbination_key_statue 
+0x4b33 017577 rtnne commbination_key_state_down 
+0x4b34 017578 arg mem_combination_ui_button_count ,regc 
+0x4b35 017579 arg mouse_bluetooth_fast_conn_init ,regb 
+0x4b36 017580 branch timer_single_step 
+:      017582 keyboard_commbination_fast_conn_bt_check:
+0x4b37 017583 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
+0x4b38 017584 fetcht 2 ,mem_keyboard_commbination_fast_conn_bt 
+0x4b39 017585 isub temp ,null 
+0x4b3a 017586 branch keyboard_commbination_key_down ,zero 
+0x4b3b 017587 byteswap temp ,temp 
+0x4b3c 017588 isub temp ,null 
+0x4b3d 017589 branch keyboard_commbination_key_down ,zero 
+0x4b3e 017590 branch mouse_commbination_key_up 
+:      017592 keyboard_commbination_key_down:
+0x4b3f 017593 fetch 1 ,mem_commbination_key_statue 
+0x4b40 017594 rtneq commbination_key_state_down 
+0x4b41 017595 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x4b42 017596 rtn 
+:      017599 keyboard_check_discovery_timeout_timer:
+0x4b43 017600 arg mem_mouse_discovery_timer ,regc 
+0x4b44 017601 arg keyboard_check_discovery_timeout ,regb 
+0x4b45 017602 branch timer_single_step_2b 
+:      017604 keyboard_check_discovery_timeout:
+0x4b46 017605 call keyboard_stop_discovery 
+0x4b47 017606 branch keyboard_app_enter_hibernate 
+:      017611 keyboard_store_information_delay_timer:
+0x4b48 017612 arg mem_store_information_delay_timer ,regc 
+0x4b49 017613 arg keyboard_store_device_info_check ,regb 
+0x4b4a 017614 branch timer_single_step 
+:      017616 keyboard_store_device_info_check:
+0x4b4b 017617 call keyboard_store_device_info 
+0x4b4c 017618 fetch 1 ,mem_mouse_need_soft_reset 
+0x4b4d 017619 nbranch mouse_soft_reset ,blank 
+0x4b4e 017620 rtn 
+:      017622 keyboard_low_voltage_param_set:
+0x4b4f 017623 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x4b50 017624 branch keyboard_low_voltage_param_set_33v ,blank 
+0x4b51 017625 jam 58 ,mem_mouse_vdd_low_vol 
+0x4b52 017626 rtn 
+:      017627 keyboard_low_voltage_param_set_33v:
+0x4b53 017628 jam 53 ,mem_mouse_vdd_low_vol 
+0x4b54 017629 rtn 
+:      017631 keyboard_le_auto_recognize_timer:
+0x4b55 017633 arg mem_le_start_auto_reco_timer ,regc 
+0x4b56 017634 arg keyboard_le_send_att_find_by_type_value_request_ancs ,regb 
+0x4b57 017635 branch timer_single_step 
+:      017637 keyboard_check_direct_timeout_timer:
+0x4b58 017638 arg mem_mouse_direct_timer ,regc 
+0x4b59 017639 arg mouse_check_direct_timeout ,regb 
+0x4b5a 017640 call timer_single_step 
+0x4b5b 017641 branch mouse_check_direct_timeout_timer + 3 
+:      017643 keyboard_le_battery_updata_timer:
+0x4b5c 017644 fetch mouse_flag_len ,mem_mouse_flag 
+0x4b5d 017645 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x4b5e 017646 branch mouse_le_battery_updata_timer 
+:      017648 keyboard_le_send_conn_param_update_timer:
+0x4b5f 017649 arg mem_keyboard_le_send_conn_param_update_timer ,regc 
+0x4b60 017650 arg mouse_updata_le_param ,regb 
+0x4b61 017651 branch timer_single_step 
+:      017653 keyboard_24g_repeat_send_data:
+0x4b62 017654 fetch 1 ,mem_24g_repeat_send_flag 
+0x4b63 017655 rtn blank 
+0x4b64 017656 jam 0 ,mem_24g_repeat_send_flag 
+0x4b65 017657 jam 1 ,mem_keyboard_data_change_flag 
+0x4b66 017658 call g24_txdata_prep 
+0x4b67 017659 branch keyboard_g24_transmit_process 
+:      017661 keyboard_24g_led_status_get_timer:
+0x4b68 017662 arg mem_keyboard_led_status_get_timer ,regc 
+0x4b69 017663 arg keyboard_24g_led_status_clear ,regb 
+0x4b6a 017664 branch timer_single_step 
+:      017666 keyboard_24g_led_status_clear:
+0x4b6b 017667 jam 0 ,mem_keyboard_led_status_get 
+0x4b6c 017668 rtn 
+:      017674 keyboard_device_led_off:
+0x4b6d 017675 call mouse_device_multi_led_off 
+0x4b6e 017676 call keyboard_capslock_led_off 
+:      017677 keyboard_power_led_off:
+0x4b6f 017678 fetcht 1 ,mem_keyboard_power_led_gpio 
+0x4b70 017679 branch gpio_out_inactive 
+:      017680 keyboard_numlock_led_off:
+0x4b71 017681 rtn 
+:      017684 keyboard_capslock_led_on_timer:
+0x4b72 017685 fetch 1 ,mem_keyboard_caps_led_gpio 
+0x4b73 017686 rtneq gpio_disable 
+0x4b74 017687 fetch 2 ,mem_mouse_no_data_timer 
+0x4b75 017688 rtn blank 
+0x4b76 017689 fetch 2 ,mem_mouse_no_data_timeout 
+0x4b77 017690 fetcht 2 ,mem_mouse_no_data_timer 
+0x4b78 017691 isub temp ,temp 
+0x4b79 017692 fetch 2 ,mem_keyboard_caps_led_on_timer 
+0x4b7a 017693 isub temp ,pdata 
+0x4b7b 017694 branch keyboard_capslock_led_check_on ,positive 
+:      017695 keyboard_capslock_led_off:
+0x4b7c 017696 fetcht 1 ,mem_keyboard_caps_led_gpio 
+0x4b7d 017697 branch gpio_out_inactive 
+:      017701 keyboard_capslock_led_check_on:
+0x4b7e 017702 fetch 1 ,mem_keyboard_led_status 
+0x4b7f 017703 bbit0 kb_pc_keysel_capslock ,keyboard_capslock_led_off 
+0x4b80 017704 fetcht 1 ,mem_keyboard_caps_led_gpio 
+0x4b81 017705 branch gpio_out_active 
+:      017707 keyboard_long_press_timer:
+0x4b82 017708 arg mem_same_keyvalue_timer ,regc 
+0x4b83 017709 arg keyboard_long_press_timerout ,regb 
+0x4b84 017710 branch timer_single_step_2b 
+:      017712 keyboard_long_press_timerout:
+0x4b85 017713 jam 1 ,mem_same_keyvalue_timerout_flag 
+0x4b86 017714 branch app_enter_hibernate 
+:      017716 keyboard_commbination_delay_release_timer:
+0x4b87 017717 arg mem_keyboard_commbination_control_key_delay_release_timer ,regc 
+0x4b88 017718 arg keyboard_commbination_key_null_set ,regb 
+0x4b89 017719 branch timer_single_step 
+:      017722 keyboard_check_no_data_timeout_timer:
+0x4b8a 017723 arg mem_mouse_no_data_timer ,regc 
+0x4b8b 017724 arg keyboard_check_no_data_timeout ,regb 
+0x4b8c 017725 branch timer_single_step_2b 
+:      017727 keyboard_check_no_data_timeout:
+0x4b8d 017728 fetch 1 ,mem_device_flag 
+0x4b8e 017729 beq mode_24g_device ,keyboard_24g_hibernate_set 
+0x4b8f 017730 branch mouse_disconnect 
+:      017733 keyboard_bb_event_discovery_btn:
+0x4b90 017734 isolate1 mark_24g ,mark 
+0x4b91 017735 call mouse_24g_stop ,true 
+0x4b92 017736 call mouse_disconnect 
+0x4b93 017737 call mouse_le_clean_connect_flag 
+0x4b94 017738 branch keyboard_start_discovery 
+:      017740 keyboard_start_discovery:
+0x4b95 017741 bpatch patch09_0 ,mem_patch09 
+0x4b96 017742 call mouse_device_discovery_led_config 
+0x4b97 017743 fetch 2 ,mem_ui_state_map 
+0x4b98 017744 isolate1 ui_state_ble_adv ,pdata 
+0x4b99 017745 call mouse_stop_le_adv ,true 
+0x4b9a 017747 setarg 0 
+0x4b9b 017748 store 2 ,mem_le_battery_level_updata_timer 
+0x4b9c 017749 call keyboard_capslock_led_off 
+0x4b9d 017750 jam 0xff ,mem_kb_computer_system 
+0x4b9e 017752 fetch 2 ,mem_ui_state_map 
+0x4b9f 017753 isolate1 ui_state_ble_adv ,pdata 
+0x4ba0 017754 call mouse_stop_le_adv ,true 
+0x4ba1 017755 call mouse_bluetooth_fast_conn_disable 
+0x4ba2 017756 fetch 2 ,mem_ui_state_map 
+0x4ba3 017757 bbit1 ui_state_ble_adv ,keyboard_start_discovery_norandom 
+0x4ba4 017758 fetch mouse_flag_len ,mem_mouse_flag 
+0x4ba5 017759 bbit0 mouse_enable_ble_random_addre ,keyboard_start_discovery_norandom 
+0x4ba6 017760 fetcht 2 ,mem_random_addr_increase_count 
+0x4ba7 017761 increase 1 ,temp 
+0x4ba8 017762 storet 2 ,mem_random_addr_increase_count 
+0x4ba9 017763 storet 2 ,mem_le_lap + 1 
+0x4baa 017764 random pdata 
+0x4bab 017765 store 1 ,mem_le_lap 
+:      017766 keyboard_start_discovery_norandom:
+0x4bac 017767 fetch 3 ,mem_mouse_le_lap_temp 
+0x4bad 017768 store 3 ,mem_le_lap + 3 
+0x4bae 017769 call app_lpm_mult_disable 
+0x4baf 017770 fetch 2 ,mem_mouse_discovery_timeout 
+0x4bb0 017771 store 2 ,mem_mouse_discovery_timer 
+0x4bb1 017772 setarg 0 
+0x4bb2 017773 store 2 ,mem_mouse_no_data_timer 
+0x4bb3 017774 store 2 ,mem_le_battery_level_updata_timer 
+0x4bb4 017775 store 1 ,mem_mouse_direct_timer 
+0x4bb5 017776 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x4bb6 017777 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x4bb7 017778 arg mouse_store_eeprom_flag ,queue 
+0x4bb8 017779 call mouse_enable_function_flag 
+0x4bb9 017780 call mouse_bt_discovery_button_down_disable 
+0x4bba 017781 branch mouse_check_51cmd_adv 
+:      017784 keyboard_low_voltage_led_blink_disable:
+0x4bbb 017785 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x4bbc 017786 branch mouse_low_voltage_led_off_judge 
+:      017788 keyboard_stop_discovery:
+0x4bbd 017789 bpatch patch09_1 ,mem_patch09 
+0x4bbe 017790 setarg 0 
+0x4bbf 017791 store 2 ,mem_mouse_discovery_timer 
+0x4bc0 017792 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x4bc1 017793 call mouse_disable_function_flag 
+0x4bc2 017794 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x4bc3 017795 call mouse_stop_le_adv 
+0x4bc4 017796 branch keyboard_device_led_off 
+:      017799 keyboard_store_remote_bdaddr:
+0x4bc5 017800 bpatch patch09_2 ,mem_patch09 
+0x4bc6 017801 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bc7 017802 rtnbit0 mouse_store_eeprom_flag 
+0x4bc8 017803 arg mouse_store_eeprom_flag ,queue 
+0x4bc9 017804 call mouse_disable_function_flag 
+0x4bca 017805 call mouse_check_device_addr 
+0x4bcb 017806 branch mouse_unplug_clean_bdaddr 
+:      017809 keyboard_idle:
+0x4bcc 017810 bpatch patch09_3 ,mem_patch09 
+0x4bcd 017811 call mouse_low_voltage_led_no_enter_lpm 
+0x4bce 017812 branch ui_check_paring_button 
+:      017816 keyboard_start_work:
+0x4bcf 017817 bpatch patch09_4 ,mem_patch09 
+0x4bd0 017818 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bd1 017819 bbit0 mouse_enable_adc ,keyboard_start_work_next 
+0x4bd2 017820 call enable_adc 
+0x4bd3 017821 call vdd_calculate_by_mode 
+0x4bd4 017822 store 2 ,mem_mouse_vdd_now_vol 
+0x4bd5 017824 fetch 2 ,mem_adc_current_value 
+0x4bd6 017825 isub temp ,null 
+0x4bd7 017826 branch keyboard_start_work ,positive 
+0x4bd8 017827 arg mem_mouse_vdd_calculate_set ,rega 
+0x4bd9 017828 call mouse_adc_bat_percent_lowpower_out 
+0x4bda 017829 fetch 1 ,mem_adc_power_flag 
+0x4bdb 017830 bbit1 1 ,keyboard_power_down 
+:      017831 keyboard_start_work_next:
+0x4bdc 017833 fetch 1 ,mem_keyboard_pairing_type 
+0x4bdd 017834 call keyboard_enable_bt_button_pairing ,blank 
+0x4bde 017835 fetch 1 ,mem_keyboard_bt_button_flag 
+0x4bdf 017836 nrtn blank 
+0x4be0 017837 fetch 1 ,mem_device_flag 
+0x4be1 017838 beq mode_24g_device ,mouse_24g_reconn_general_dongle 
+0x4be2 017839 call mouse_bluetooth_fast_conn_disable 
+0x4be3 017840 fetch 6 ,mem_device1_addr 
+0x4be4 017841 branch mouse_bluetooth_fast_conn_init ,blank 
+0x4be5 017842 branch mouse_start_reconnect_device 
+:      017854 keyboard_le:
+0x4be6 017855 bpatch patch09_5 ,mem_patch09 
+0x4be7 017856 call le_fifo_check_nearly_full 
+0x4be8 017857 nrtn blank 
+0x4be9 017858 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x4bea 017859 beq 0xff ,keyboard_le_next 
+0x4beb 017860 fetch 1 ,mem_le_connect_status_flag 
+0x4bec 017861 and pdata ,0x03 ,pdata 
+0x4bed 017862 rtnne 0x03 
+:      017863 keyboard_le_next:
+0x4bee 017864 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bef 017865 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x4bf0 017866 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x4bf1 017867 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x4bf2 017868 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x4bf3 017869 call keyboard_motion 
+0x4bf4 017870 nrtn user 
+0x4bf5 017871 call mouse_current_mult_update 
+0x4bf6 017872 call mouse_wheel_trigger 
+0x4bf7 017873 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bf8 017874 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x4bf9 017875 fetch 1 ,mem_customer_key 
+0x4bfa 017876 branch mouse_le_send_keyboard_package_data 
+:      017883 kscan_dispatch:
+0x4bfb 017884 fetch 1 ,mem_device_option 
+0x4bfc 017885 rtnne dvc_op_keyboard 
+0x4bfd 017886 call keyboard_keyscan 
+0x4bfe 017887 call keyboard_key_process 
+0x4bff 017888 branch keyboard_special_key_check 
+:      017895 keyboard_keyscan:
+0x4c00 017896 bpatch patch09_6 ,mem_patch09 
+0x4c01 017897 call keyboard_stb_state_low 
+0x4c02 017898 setarg 0 
+0x4c03 017899 store 2 ,mem_keyscan_exmcu_wait_wake_count 
+0x4c04 017900 arg mem_keyscan_value_current ,contr 
+0x4c05 017901 arg mem_keyscan_value_check ,contw 
+0x4c06 017902 arg 20 ,loopcnt 
+0x4c07 017903 call memcpy 
+0x4c08 017904 setarg mem_keyscan_value_current 
+0x4c09 017905 store 2 ,mem_keyscan_value_ptr 
+0x4c0a 017906 setarg mem_keyscan_exmcu_value 
+0x4c0b 017907 store 2 ,mem_keyscan_exmcu_value_ptr 
+0x4c0c 017908 call keyboard_keyscan_get_exmcu_value 
+0x4c0d 017909 call keyboard_keyscan_get_mcu_value 
+0x4c0e 017910 call keyboard_stb_state_high 
+:      017911 keyboard_keyscan_copy_value:
+0x4c0f 017912 fetch 2 ,mem_kb_excol_ptr 
+0x4c10 017913 copy pdata ,regb 
+0x4c11 017914 jam 0 ,mem_keyscan_col_loop_count 
+:      017915 keyboard_compare_col_excol_gpio_loop:
+0x4c12 017916 ifetcht 1 ,regb 
+0x4c13 017917 fetch 2 ,mem_kb_col_ptr 
+0x4c14 017918 copy pdata ,rega 
+0x4c15 017919 copy rega ,regc 
+0x4c16 017920 arg 20 ,loopcnt 
+:      017921 keyboard_compare_col_gpio_loop:
+0x4c17 017922 ifetch 1 ,rega 
+0x4c18 017923 isub temp ,null 
+0x4c19 017924 branch keyboard_copy_value_exmcu_to_mcu ,zero 
+0x4c1a 017925 increase 1 ,rega 
+0x4c1b 017926 loop keyboard_compare_col_gpio_loop 
+:      017927 keyboard_compare_col_excol_gpio_loop_next:
+0x4c1c 017928 increase 1 ,regb 
+0x4c1d 017929 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c1e 017930 increase 1 ,pdata 
+0x4c1f 017931 store 1 ,mem_keyscan_col_loop_count 
+0x4c20 017932 sub pdata ,10 ,null 
+0x4c21 017933 branch keyboard_compare_col_excol_gpio_loop ,positive 
+0x4c22 017935 rtn 
+:      017937 keyboard_copy_value_exmcu_to_mcu:
+0x4c23 017938 fetch 2 ,mem_keyscan_value_ptr 
+0x4c24 017939 copy pdata ,contw 
+0x4c25 017940 copy rega ,pdata 
+0x4c26 017941 isub regc ,pdata 
+0x4c27 017942 iadd contw ,contw 
+0x4c28 017943 fetch 2 ,mem_keyscan_exmcu_value_ptr 
+0x4c29 017944 copy pdata ,regc 
+0x4c2a 017945 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c2b 017946 iadd regc ,regc 
+0x4c2c 017947 ifetch 1 ,regc 
+0x4c2d 017948 istore 1 ,contw 
+0x4c2e 017949 branch keyboard_compare_col_excol_gpio_loop_next 
+:      017951 keyboard_keyscan_get_exmcu_value:
+0x4c2f 017952 bpatch patch09_7 ,mem_patch09 
+0x4c30 017953 call keyboard_stb_state_high 
+0x4c31 017954 call keyboard_clk_input 
+:      017955 keyboard_keyscan_exmcu_start:
+0x4c32 017956 fetch 2 ,mem_keyscan_exmcu_wait_wake_count 
+0x4c33 017957 increase 1 ,pdata 
+0x4c34 017958 store 2 ,mem_keyscan_exmcu_wait_wake_count 
+0x4c35 017959 bbit1 9 ,keyboard_keyscan_reset_exmcu 
+0x4c36 017960 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c37 017961 call gpio_get_bit 
+0x4c38 017962 nbranch keyboard_keyscan_exmcu_start ,true 
+0x4c39 017963 nop 20 
+0x4c3a 017964 call keyboard_clk_state_high 
+0x4c3b 017965 call keyboard_stb_state_low 
+0x4c3c 017966 jam 0 ,mem_keyscan_col_loop_count 
+:      017967 keyboard_keyscan_exmcu_start_loop:
+0x4c3d 017968 call keyboard_clk_state_low 
+0x4c3e 017969 call keyboard_keyscan_exmcu_get_col_value 
+0x4c3f 017970 call keyboard_clk_state_high 
+0x4c40 017971 call keyboard_keyscan_exmcu_get_col_value 
+0x4c41 017972 sub pdata ,9 ,null 
+0x4c42 017973 branch keyboard_keyscan_exmcu_start_loop ,positive 
+0x4c43 017974 call keyboard_clk_state_low 
+0x4c44 017975 call keyboard_keyscan_exmcu_get_col_value 
+0x4c45 017976 branch keyboard_clk_state_high 
+:      017978 keyboard_keyscan_exmcu_get_col_value:
+0x4c46 017979 jam 0 ,mem_keyscan_value_temp 
+0x4c47 017980 nop 50 
+0x4c48 017981 call keyboard_keyscan_get_col_value 
+0x4c49 017982 fetch 2 ,mem_keyscan_exmcu_value_ptr 
+:      017983 keyboard_keyscan_value_store:
+0x4c4a 017984 copy pdata ,contw 
+0x4c4b 017985 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c4c 017986 iadd contw ,contw 
+0x4c4d 017987 fetch 1 ,mem_keyscan_value_temp 
+0x4c4e 017988 istore 1 ,contw 
+0x4c4f 017989 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c50 017990 increase 1 ,pdata 
+0x4c51 017991 store 1 ,mem_keyscan_col_loop_count 
+0x4c52 017992 rtn 
+:      017995 keyboard_keyscan_get_mcu_value:
+0x4c53 017996 nop 20 
+0x4c54 017997 fetch 2 ,mem_kb_col_ptr 
+0x4c55 017998 copy pdata ,regb 
+0x4c56 017999 jam 0 ,mem_keyscan_col_loop_count 
+:      018000 keyboard_keyscan_mcu_start:
+0x4c57 018001 jam 0 ,mem_keyscan_value_temp 
+0x4c58 018002 ifetcht 1 ,regb 
+0x4c59 018003 isolate1 7 ,temp 
+0x4c5a 018004 branch keyboard_keyscan_mcu_start_loop ,true 
+0x4c5b 018005 call gpio_out_active 
+0x4c5c 018006 call keyboard_keyscan_get_col_value 
+0x4c5d 018007 ifetcht 1 ,regb 
+0x4c5e 018008 call gpio_set_high_impedance 
+:      018009 keyboard_keyscan_mcu_start_loop:
+0x4c5f 018010 increase 1 ,regb 
+0x4c60 018011 fetch 2 ,mem_keyscan_value_ptr 
+0x4c61 018012 call keyboard_keyscan_value_store 
+0x4c62 018013 sub pdata ,19 ,null 
+0x4c63 018014 branch keyboard_keyscan_mcu_start ,positive 
+0x4c64 018015 rtn 
+:      018018 keyboard_keyscan_get_col_value:
+0x4c65 018019 fetch 2 ,mem_kb_row_ptr 
+0x4c66 018020 copy pdata ,regc 
+0x4c67 018021 arg 8 ,loopcnt 
+:      018023 keyboard_keyscan_get_col_value_loop:
+0x4c68 018024 ifetcht 1 ,regc 
+0x4c69 018025 call gpio_get_bit 
+0x4c6a 018026 fetch 1 ,mem_keyscan_value_temp 
+0x4c6b 018027 rshift pdata ,pdata 
+0x4c6c 018028 setflag true ,7 ,pdata 
+0x4c6d 018029 store 1 ,mem_keyscan_value_temp 
+0x4c6e 018030 increase 1 ,regc 
+0x4c6f 018031 loop keyboard_keyscan_get_col_value_loop 
+0x4c70 018032 rtn 
+:      018033 keyboard_keyscan_reset_exmcu:
+0x4c71 018034 fetcht 1 ,mem_mcu_rstb_gpio 
+0x4c72 018035 call gpio_out_active 
+0x4c73 018036 nop 20 
+0x4c74 018037 fetcht 1 ,mem_mcu_rstb_gpio 
+0x4c75 018038 call gpio_out_inactive 
+0x4c76 018039 nop 6000 
+0x4c77 018040 rtn 
+0x4c78 018041 branch keyboard_keyscan 
+:      018042 keyboard_clk_state_high:
+0x4c79 018043 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c7a 018044 branch gpio_out_inactive 
+:      018046 keyboard_clk_state_low:
+0x4c7b 018047 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c7c 018048 branch gpio_out_active 
+:      018049 keyboard_gpio_config_input_pu:
+0x4c7d 018050 sub temp ,ui_button_gpio_disable ,null 
+0x4c7e 018051 rtn zero 
+0x4c7f 018052 set0 gpio_active_bit ,temp 
+0x4c80 018053 branch gpio_config_input 
+:      018054 keyboard_clk_input:
+0x4c81 018055 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c82 018056 branch gpio_config_input 
+:      018058 keyboard_stb_state_high:
+0x4c83 018059 fetcht 1 ,mem_mcu_stb_gpio 
+0x4c84 018060 branch gpio_out_inactive 
+:      018062 keyboard_stb_state_low:
+0x4c85 018063 fetcht 1 ,mem_mcu_stb_gpio 
+0x4c86 018064 branch gpio_out_active 
+:      018075 keyboard_press_change_or_no_key:
+0x4c87 018076 jam 0 ,mem_same_keyvalue_timerout_flag 
+0x4c88 018077 fetch 2 ,mem_same_keyvalue_timer_init 
+0x4c89 018078 store 2 ,mem_same_keyvalue_timer 
+0x4c8a 018079 rtn 
+:      018081 keyboard_key_process:
+0x4c8b 018083 bpatch patch0a_0 ,mem_patch0a 
+0x4c8c 018084 arg mem_keyscan_value_current ,rega 
+0x4c8d 018085 arg mem_keyscan_value_check ,regb 
+0x4c8e 018086 arg 20 ,loopcnt 
+0x4c8f 018087 call string_compare 
+0x4c90 018088 nbranch keyboard_press_change_or_no_key ,zero 
+0x4c91 018089 call keyboard_keyscan_value_current_zero_check 
+0x4c92 018090 call keyboard_press_change_or_no_key ,blank 
+0x4c93 018092 call keyboard_ghost_key_check 
+0x4c94 018093 fetch 1 ,mem_mouse_ghost_flag 
+0x4c95 018094 nrtn blank 
+0x4c96 018095 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4c97 018096 rtneq cammbination_key_press 
+0x4c98 018097 rtneq cammbination_key_hold 
+0x4c99 018098 rtneq cammbination_key_wait_release 
+0x4c9a 018101 jam 0 ,mem_keyscan_col_loop_count 
+0x4c9b 018102 arg mem_keyscan_value_current ,rega 
+0x4c9c 018103 arg mem_keyscan_value_old ,regb 
+:      018104 keyboard_keyvalue_process:
+0x4c9d 018105 ifetcht 1 ,rega 
+0x4c9e 018106 ifetch 1 ,regb 
+0x4c9f 018107 ixor temp ,pdata 
+0x4ca0 018108 branch keyboard_keyvalue_process_loop ,blank 
+0x4ca1 018109 store 1 ,mem_keyscan_value_temp 
+0x4ca2 018110 storet 1 ,mem_keyboard_press_flag_temp 
+0x4ca3 018111 istoret 1 ,regb 
+0x4ca4 018112 jam 1 ,mem_keyboard_data_change_flag 
+0x4ca5 018113 jam 0 ,mem_keyboard_keyvalue_bit_loop_count 
+:      018114 keyboard_keyvalue_change:
+0x4ca6 018115 fetch 1 ,mem_keyscan_value_temp 
+0x4ca7 018116 bbit0 0 ,keyboard_keyvalue_change_loop 
+0x4ca8 018117 fetch 1 ,mem_keyscan_col_loop_count 
+0x4ca9 018118 mul32 pdata ,8 ,pdata 
+0x4caa 018119 fetcht 1 ,mem_keyboard_keyvalue_bit_loop_count 
+0x4cab 018120 iadd temp ,pdata 
+0x4cac 018121 arg mem_keyboard_keyvalue_map ,contr 
+0x4cad 018122 iadd contr ,contr 
+0x4cae 018123 ifetch 1 ,contr 
+0x4caf 018124 store 1 ,mem_keyboard_keyvalue_temp 
+0x4cb0 018125 call keyboard_keyvalue_fn_replace 
+0x4cb1 018126 call keyboard_keyvalue_commbination_replace 
+0x4cb2 018127 call keyboard_keyvalue_in_out 
+:      018128 keyboard_keyvalue_change_loop:
+0x4cb3 018129 fetch 1 ,mem_keyscan_value_temp 
+0x4cb4 018130 rshift pdata ,pdata 
+0x4cb5 018131 store 1 ,mem_keyscan_value_temp 
+0x4cb6 018132 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4cb7 018133 rshift pdata ,pdata 
+0x4cb8 018134 store 1 ,mem_keyboard_press_flag_temp 
+0x4cb9 018135 fetch 1 ,mem_keyboard_keyvalue_bit_loop_count 
+0x4cba 018136 increase 1 ,pdata 
+0x4cbb 018137 store 1 ,mem_keyboard_keyvalue_bit_loop_count 
+0x4cbc 018138 loop keyboard_keyvalue_change 
+:      018139 keyboard_keyvalue_process_loop:
+0x4cbd 018140 increase 1 ,rega 
+0x4cbe 018141 increase 1 ,regb 
+0x4cbf 018142 fetch 1 ,mem_keyscan_col_loop_count 
+0x4cc0 018143 increase 1 ,pdata 
+0x4cc1 018144 store 1 ,mem_keyscan_col_loop_count 
+0x4cc2 018145 sub pdata ,19 ,null 
+0x4cc3 018146 branch keyboard_keyvalue_process ,positive 
+0x4cc4 018147 rtn 
+:      018149 keyboard_keyscan_value_current_zero_check:
+0x4cc5 018150 fetch 8 ,mem_keyscan_value_current 
+0x4cc6 018151 nrtn blank 
+0x4cc7 018152 fetch 8 ,mem_keyscan_value_current + 8 
+0x4cc8 018153 nrtn blank 
+0x4cc9 018154 fetch 4 ,mem_keyscan_value_current + 16 
+0x4cca 018155 nrtn blank 
+0x4ccb 018156 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
+0x4ccc 018157 rtn 
+:      018161 keyboard_ghost_key_check:
+0x4ccd 018162 bpatch patch0a_1 ,mem_patch0a 
+0x4cce 018163 jam 0 ,mem_mouse_ghost_flag 
+0x4ccf 018164 jam 0 ,mem_keyboard_all_press_key_count 
+0x4cd0 018165 arg mem_keyscan_value_current ,rega 
+0x4cd1 018166 arg 20 ,loopcnt 
+:      018167 keyboard_ghost_key_check_loop:
+0x4cd2 018168 jam 0 ,mem_keyboard_current_col_press_key_count 
+0x4cd3 018169 ifetch 1 ,rega 
+0x4cd4 018170 branch keyboard_ghost_key_check_next_loop ,blank 
+:      018171 keyboard_current_col_press_key_count_check:
+0x4cd5 018172 fetcht 1 ,mem_keyboard_current_col_press_key_count 
+0x4cd6 018173 increase 1 ,temp 
+0x4cd7 018174 storet 1 ,mem_keyboard_current_col_press_key_count 
+0x4cd8 018175 copy pdata ,temp 
+0x4cd9 018176 increase -1 ,pdata 
+0x4cda 018177 iand temp ,pdata 
+0x4cdb 018178 nbranch keyboard_current_col_press_key_count_check ,zero 
+0x4cdc 018179 fetch 1 ,mem_keyboard_current_col_press_key_count 
+0x4cdd 018180 fetcht 1 ,mem_keyboard_all_press_key_count 
+0x4cde 018181 iadd temp ,temp 
+0x4cdf 018182 storet 1 ,mem_keyboard_all_press_key_count 
+0x4ce0 018183 sub pdata ,1 ,null 
+0x4ce1 018184 branch keyboard_ghost_key_check_next_loop ,positive 
+0x4ce2 018185 sub temp ,2 ,null 
+0x4ce3 018186 branch keyboard_ghost_key_check_next_loop ,positive 
+0x4ce4 018187 jam 0 ,mem_keyscan_col_loop_count 
+0x4ce5 018188 jam 0 ,mem_keyboard_same_row_press_key_count 
+0x4ce6 018189 ifetcht 1 ,rega 
+0x4ce7 018190 arg mem_keyscan_value_current ,regb 
+:      018191 keyboard_same_row_key_check:
+0x4ce8 018192 fetch 1 ,mem_keyscan_col_loop_count 
+0x4ce9 018193 increase 1 ,pdata 
+0x4cea 018194 store 1 ,mem_keyscan_col_loop_count 
+0x4ceb 018195 sub pdata ,19 ,null 
+0x4cec 018196 nbranch keyboard_ghost_key_check_next_loop ,positive 
+0x4ced 018197 ifetch 1 ,regb 
+0x4cee 018198 iand temp ,null 
+0x4cef 018199 branch keyboard_same_row_key_check_loop ,zero 
+0x4cf0 018200 fetch 1 ,mem_keyboard_same_row_press_key_count 
+0x4cf1 018201 increase 1 ,pdata 
+0x4cf2 018202 store 1 ,mem_keyboard_same_row_press_key_count 
+0x4cf3 018203 sub pdata ,1 ,null 
+0x4cf4 018204 branch keyboard_same_row_key_check_loop ,positive 
+0x4cf5 018205 jam 1 ,mem_mouse_ghost_flag 
+0x4cf6 018206 rtn 
+:      018208 keyboard_ghost_key_check_next_loop:
+0x4cf7 018209 increase 1 ,rega 
+0x4cf8 018210 loop keyboard_ghost_key_check_loop 
+0x4cf9 018211 rtn 
+:      018213 keyboard_same_row_key_check_loop:
+0x4cfa 018214 increase 1 ,regb 
+0x4cfb 018215 branch keyboard_same_row_key_check 
+:      018223 keyboard_keyvalue_fn_replace:
+0x4cfc 018224 bpatch patch0a_2 ,mem_patch0a 
+0x4cfd 018225 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4cfe 018226 ncall keyboard_commbination_delay_release_clear ,blank 
+0x4cff 018227 fetch 1 ,mem_keyboard_fn_flag 
+0x4d00 018228 ncall keyboard_keyvalue_fn_replace_press ,blank 
+0x4d01 018229 fetch 1 ,mem_keyboard_fn_first 
+0x4d02 018230 fetcht 1 ,mem_keyboard_fn_flag 
+0x4d03 018231 ixor temp ,pdata 
+0x4d04 018232 rtn zero 
+0x4d05 018233 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4d06 018234 beq hid_key_esc ,keyboard_keyvalue_fn_esc 
+0x4d07 018235 beq hid_key_delete ,keyboard_keyvalue_fn_delete 
+0x4d08 018236 sub pdata ,hid_key_f12 ,null 
+0x4d09 018237 nrtn positive 
+0x4d0a 018238 arg hid_key_f1 ,temp 
+0x4d0b 018239 isub temp ,pdata 
+0x4d0c 018240 nrtn positive 
+0x4d0d 018241 arg mem_keyboard_fn_f1 ,contr 
+0x4d0e 018242 iadd contr ,contr 
+0x4d0f 018243 ifetch 1 ,contr 
+0x4d10 018244 branch keyboard_keyvalue_store_temp 
+:      018246 keyboard_keyvalue_fn_replace_press:
+0x4d11 018247 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4d12 018248 beq hid_key_up_arrow ,keyboard_keyvalue_fn_up_arrow 
+0x4d13 018249 beq hid_key_down_arrow ,keyboard_keyvalue_fn_down_arrow 
+0x4d14 018250 beq hid_key_left_arrow ,keyboard_keyvalue_fn_left_arrow 
+0x4d15 018251 beq hid_key_right_arrow ,keyboard_keyvalue_fn_right_arrow 
+0x4d16 018252 beq hid_key_left_ctrl ,keyboard_keyvalue_fn_left_ctrl 
+0x4d17 018253 beq hid_key_space ,keyboard_keyvalue_fn_space 
+0x4d18 018254 rtn 
+:      018256 keyboard_keyvalue_fn_esc:
+0x4d19 018257 fetch 1 ,mem_keyboard_fn_esc 
+0x4d1a 018258 branch keyboard_keyvalue_store_temp 
+:      018260 keyboard_keyvalue_fn_delete:
+0x4d1b 018261 fetch 1 ,mem_keyboard_fn_del 
+0x4d1c 018262 branch keyboard_keyvalue_store_temp 
+:      018264 keyboard_keyvalue_fn_up_arrow:
+0x4d1d 018265 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d1e 018266 rtn blank 
+0x4d1f 018267 setarg hid_key_page_up 
+0x4d20 018268 branch keyboard_keyvalue_store_temp 
+:      018270 keyboard_keyvalue_fn_down_arrow:
+0x4d21 018271 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d22 018272 rtn blank 
+0x4d23 018273 setarg hid_key_page_down 
+0x4d24 018274 branch keyboard_keyvalue_store_temp 
+:      018276 keyboard_keyvalue_fn_left_arrow:
+0x4d25 018277 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d26 018278 rtn blank 
+0x4d27 018279 setarg hid_key_home 
+0x4d28 018280 branch keyboard_keyvalue_store_temp 
+:      018282 keyboard_keyvalue_fn_right_arrow:
+0x4d29 018283 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d2a 018284 rtn blank 
+0x4d2b 018285 setarg hid_key_end 
+0x4d2c 018286 branch keyboard_keyvalue_store_temp 
+:      018288 keyboard_keyvalue_fn_left_ctrl:
+0x4d2d 018289 fetch 1 ,mem_keyboard_fn_left_ctrl_enable_flag 
+0x4d2e 018290 rtn blank 
+0x4d2f 018291 fetch 1 ,mem_kb_computer_system 
+0x4d30 018292 beq system_os_windows ,keyboard_keyvalue_windows_osk 
+0x4d31 018293 setarg hid_key_os_soft_kb 
+0x4d32 018294 branch keyboard_keyvalue_store_temp 
+:      018295 keyboard_keyvalue_windows_osk:
+0x4d33 018296 setarg hid_key_osk 
+0x4d34 018297 branch keyboard_keyvalue_store_temp 
+:      018299 keyboard_keyvalue_fn_space:
+0x4d35 018300 fetch 1 ,mem_keyboard_fn_space_enable_flag 
+0x4d36 018301 rtn blank 
+0x4d37 018302 setarg hid_key_language 
+:      018303 keyboard_keyvalue_store_temp:
+0x4d38 018304 store 1 ,mem_keyboard_keyvalue_temp 
+0x4d39 018305 rtn 
+:      018311 keyboard_keyvalue_commbination_replace:
+0x4d3a 018312 bpatch patch0a_3 ,mem_patch0a 
+0x4d3b 018313 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4d3c 018314 beq hid_key_print_screen ,keyboard_commination_screen_shot_replace 
+0x4d3d 018315 beq hid_key_page_up ,keyboard_commination_pageup_replace 
+0x4d3e 018316 beq hid_key_page_down ,keyboard_commination_pagedown_replace 
+0x4d3f 018317 beq hid_key_home ,keyboard_commination_home_replace 
+0x4d40 018318 beq hid_key_end ,keyboard_commination_end_replace 
+0x4d41 018319 beq hid_key_select_all ,keyboard_commination_select_all 
+0x4d42 018320 beq hid_key_copy ,keyboard_commbination_copy 
+0x4d43 018321 beq hid_key_paste ,keyboard_commbination_paste 
+0x4d44 018322 beq hid_key_cut ,keyboard_commbination_cut 
+0x4d45 018323 beq hid_key_all_os_lock ,keyboard_commination_os_lock 
+0x4d46 018324 beq hid_key_osk ,keyboard_commbination_osk 
+0x4d47 018325 beq hid_key_language ,keyboard_commbination_language 
+0x4d48 018326 beq hid_key_app_tiling ,keyboard_commbination_app_tiling 
+0x4d49 018327 rtn 
+:      018329 keyboard_commbination_delay_release_set:
+0x4d4a 018330 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4d4b 018331 nrtn blank 
+0x4d4c 018332 jam 10 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4d4d 018333 rtn 
+:      018335 keyboard_commbination_delay_release_clear:
+0x4d4e 018336 jam 0 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4d4f 018337 rtn 
+:      018339 keyboard_commination_screen_shot_replace:
+0x4d50 018340 fetch 1 ,mem_kb_computer_system 
+0x4d51 018341 rtneq system_os_windows 
+0x4d52 018342 rtneq system_os_andriod 
+0x4d53 018343 jam left_shift_gui ,mem_keyboard_commbination_control_key_value 
+0x4d54 018344 jam hid_key_3 ,mem_keyboard_commbination_standard_key_value 
+0x4d55 018345 branch keyboard_commbination_keypress 
+:      018347 keyboard_commination_pageup_replace:
+0x4d56 018348 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
+:      018349 keyboard_commination_ios_mac_command_commiation:
+0x4d57 018350 fetch 1 ,mem_kb_computer_system 
+0x4d58 018351 rtneq system_os_windows 
+0x4d59 018352 rtneq system_os_andriod 
+0x4d5a 018353 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d5b 018354 branch keyboard_commbination_keypress 
+:      018356 keyboard_commination_pagedown_replace:
+0x4d5c 018357 jam hid_key_down_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d5d 018358 branch keyboard_commination_ios_mac_command_commiation 
+:      018360 keyboard_commination_home_replace:
+0x4d5e 018361 jam hid_key_left_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d5f 018362 branch keyboard_commination_ios_mac_command_commiation 
+:      018364 keyboard_commination_end_replace:
+0x4d60 018365 jam hid_key_right_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d61 018366 branch keyboard_commination_ios_mac_command_commiation 
+:      018368 keyboard_commination_select_all:
+0x4d62 018369 jam hid_key_a ,mem_keyboard_commbination_standard_key_value 
+:      018370 keyboard_commbination_text_edit:
+0x4d63 018371 jam left_control ,mem_keyboard_commbination_control_key_value 
+0x4d64 018372 fetch 1 ,mem_kb_computer_system 
+0x4d65 018373 beq system_os_windows ,keyboard_commbination_keypress 
+0x4d66 018374 beq system_os_andriod ,keyboard_commbination_keypress 
+0x4d67 018375 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d68 018376 branch keyboard_commbination_keypress 
+:      018378 keyboard_commbination_copy:
+0x4d69 018379 jam hid_key_c ,mem_keyboard_commbination_standard_key_value 
+0x4d6a 018380 branch keyboard_commbination_text_edit 
+:      018382 keyboard_commbination_paste:
+0x4d6b 018383 jam hid_key_v ,mem_keyboard_commbination_standard_key_value 
+0x4d6c 018384 branch keyboard_commbination_text_edit 
+:      018386 keyboard_commbination_cut:
+0x4d6d 018387 jam hid_key_x ,mem_keyboard_commbination_standard_key_value 
+0x4d6e 018388 branch keyboard_commbination_text_edit 
+:      018390 keyboard_commination_os_lock:
+0x4d6f 018391 fetch 1 ,mem_kb_computer_system 
+0x4d70 018392 beq system_os_windows ,keyboard_commination_windows_lock 
+0x4d71 018393 beq system_os_mac ,keyboard_commination_mac_lock 
+0x4d72 018394 setarg hid_key_ios_android_os_lock 
+0x4d73 018395 branch keyboard_keyvalue_store_temp 
+:      018396 keyboard_commination_windows_lock:
+0x4d74 018397 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d75 018398 jam hid_key_l ,mem_keyboard_commbination_standard_key_value 
+0x4d76 018399 branch keyboard_commbination_keypress 
+:      018400 keyboard_commination_mac_lock:
+0x4d77 018401 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
+0x4d78 018402 jam hid_key_q ,mem_keyboard_commbination_standard_key_value 
+0x4d79 018403 branch keyboard_commbination_keypress 
+:      018405 keyboard_commbination_osk:
+0x4d7a 018406 fetch 1 ,mem_kb_computer_system 
+0x4d7b 018407 beq system_os_windows ,keyboard_commbination_windows_osk 
+0x4d7c 018408 setarg hid_key_os_soft_kb 
+0x4d7d 018409 branch keyboard_keyvalue_store_temp 
+:      018410 keyboard_commbination_windows_osk:
+0x4d7e 018411 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
+0x4d7f 018412 jam hid_key_o ,mem_keyboard_commbination_standard_key_value 
+0x4d80 018413 branch keyboard_commbination_keypress 
+:      018415 keyboard_commbination_language:
+0x4d81 018416 fetch 1 ,mem_kb_computer_system 
+0x4d82 018417 beq system_os_windows ,keyboard_commbination_language_windows 
+0x4d83 018418 beq system_os_andriod ,keyboard_commbination_language_andriod 
+0x4d84 018419 jam left_control ,mem_keyboard_commbination_control_key_value 
+:      018420 keyboard_commbination_language_next:
+0x4d85 018421 jam hid_key_space ,mem_keyboard_commbination_standard_key_value 
+0x4d86 018422 call keyboard_commbination_delay_release_set 
+0x4d87 018423 branch keyboard_commbination_keypress 
+:      018424 keyboard_commbination_language_windows:
+0x4d88 018425 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d89 018426 branch keyboard_commbination_language_next 
+:      018427 keyboard_commbination_language_andriod:
+0x4d8a 018428 jam left_shift ,mem_keyboard_commbination_control_key_value 
+0x4d8b 018429 branch keyboard_commbination_language_next 
+:      018431 keyboard_commbination_app_tiling:
+0x4d8c 018432 fetch 1 ,mem_kb_computer_system 
+0x4d8d 018433 beq system_os_windows ,keyboard_commbination_app_tiling_windows_android 
+0x4d8e 018434 beq system_os_andriod ,keyboard_commbination_app_tiling_windows_android 
+0x4d8f 018435 jam left_control ,mem_keyboard_commbination_control_key_value 
+0x4d90 018436 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d91 018437 branch keyboard_commbination_keypress 
+:      018438 keyboard_commbination_app_tiling_windows_android:
+0x4d92 018439 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d93 018440 jam hid_key_tab ,mem_keyboard_commbination_standard_key_value 
+0x4d94 018441 branch keyboard_commbination_keypress 
+:      018443 keyboard_commbination_keypress:
+0x4d95 018444 jam 0 ,mem_keyboard_keyvalue_temp 
+0x4d96 018445 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4d97 018446 bbit0 0 ,keyboard_commbination_key_wait_release_set 
+0x4d98 018447 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4d99 018448 beq cammbination_key_complete ,keyboard_commbination_key_hold_set 
+:      018449 keyboard_commbination_key_press_set:
+0x4d9a 018450 jam cammbination_key_press ,mem_keyboard_commbination_key_step 
+0x4d9b 018451 rtn 
+:      018453 keyboard_commbination_key_wait_release_set:
+0x4d9c 018454 jam cammbination_key_wait_release ,mem_keyboard_commbination_key_step 
+0x4d9d 018455 rtn 
+:      018457 keyboard_commbination_key_null_set:
+0x4d9e 018458 jam cammbination_key_null ,mem_keyboard_commbination_key_step 
+0x4d9f 018459 rtn 
+:      018462 keyboard_commbination_key_value_store:
+0x4da0 018463 store 1 ,mem_keyboard_tx_data + 1 
+0x4da1 018464 storet 1 ,mem_keyboard_tx_data + 3 
+0x4da2 018465 call enable_user 
+0x4da3 018466 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
+0x4da4 018467 branch keyboard_motion_data_check_next 
+:      018469 keyboard_commbination_key_press_process:
+0x4da5 018470 fetch 1 ,mem_keyboard_commbination_control_key_value 
+0x4da6 018471 arg 0 ,temp 
+0x4da7 018472 call keyboard_commbination_key_value_store 
+:      018473 keyboard_commbination_key_hold_set:
+0x4da8 018474 jam cammbination_key_hold ,mem_keyboard_commbination_key_step 
+0x4da9 018475 rtn 
+:      018477 keyboard_commbination_key_hold_process:
+0x4daa 018478 jam cammbination_key_complete ,mem_keyboard_commbination_key_step 
+0x4dab 018479 fetch 1 ,mem_keyboard_commbination_control_key_value 
+0x4dac 018480 fetcht 1 ,mem_keyboard_commbination_standard_key_value 
+0x4dad 018481 branch keyboard_commbination_key_value_store 
+:      018483 keyboard_commbination_key_wait_release_process:
+0x4dae 018484 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
+0x4daf 018485 fetch 1 ,mem_keyboard_commbination_control_key_value 
+0x4db0 018486 arg 0 ,temp 
+0x4db1 018487 call keyboard_commbination_key_value_store 
+0x4db2 018488 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4db3 018489 branch keyboard_commbination_key_null_set ,blank 
+:      018490 keyboard_commbination_key_release_set:
+0x4db4 018491 jam cammbination_key_release ,mem_keyboard_commbination_key_step 
+0x4db5 018492 rtn 
+:      018494 keyboard_commbination_key_release_process:
+0x4db6 018495 branch keyboard_commbination_key_value_store + 2 
+:      018497 keyboard_commbination_key_null_process:
+0x4db7 018498 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
+0x4db8 018499 arg 0 ,pdata 
+0x4db9 018500 arg 0 ,temp 
+0x4dba 018501 branch keyboard_commbination_key_value_store 
+:      018505 keyboard_keyvalue_in_out:
+0x4dbb 018506 bpatch patch0a_4 ,mem_patch0a 
+0x4dbc 018507 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4dbd 018508 sub pdata ,hid_key_right_gui ,null 
+0x4dbe 018509 branch keyboard_keyvalue_standard ,positive 
+0x4dbf 018510 jam keyboard_consumer_key_press ,mem_keyboard_consumer_key_status 
+0x4dc0 018511 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4dc1 018512 bbit1 0 ,keyboard_keyvalue_standard 
+0x4dc2 018513 jam keyboard_consumer_key_release ,mem_keyboard_consumer_key_status 
+:      018514 keyboard_keyvalue_standard:
+0x4dc3 018515 jam 0 ,mem_keyboard_keyvalue_buffer + 8 
+0x4dc4 018516 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4dc5 018517 bbit1 0 ,keyboard_keyvalue_standard_in 
+:      018518 keyboard_keyvalue_standard_out:
+0x4dc6 018519 fetcht 1 ,mem_keyboard_keyvalue_temp 
+0x4dc7 018520 arg 6 ,loopcnt 
+0x4dc8 018521 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+:      018522 keyboard_keyvalue_standard_out_loop:
+0x4dc9 018523 ifetch 1 ,contr 
+0x4dca 018524 branch keyboard_keyvalue_standard_out_next + 1 ,blank 
+0x4dcb 018525 isub temp ,null 
+0x4dcc 018526 nbranch keyboard_keyvalue_standard_out_next ,zero 
+0x4dcd 018527 ifetch 1 ,contr 
+0x4dce 018528 increase -2 ,contr 
+0x4dcf 018529 istore 1 ,contr 
+0x4dd0 018530 rtn blank 
+0x4dd1 018531 increase 1 ,contr 
+0x4dd2 018532 istoret 1 ,contr 
+:      018533 keyboard_keyvalue_standard_out_next:
+0x4dd3 018534 loop keyboard_keyvalue_standard_out_loop 
+0x4dd4 018535 sub temp ,hid_key_right_gui ,null 
+0x4dd5 018536 nrtn positive 
+0x4dd6 018537 sub temp ,0xbf ,null 
+0x4dd7 018538 rtn positive 
+:      018539 keyboard_keyvalue_control_key_out:
+0x4dd8 018540 and temp ,0x07 ,queue 
+0x4dd9 018541 fetch 1 ,mem_keyboard_keyvalue_buffer 
+0x4dda 018542 qset0 pdata 
+0x4ddb 018543 store 1 ,mem_keyboard_keyvalue_buffer 
+0x4ddc 018544 rtn 
+:      018546 keyboard_keyvalue_standard_in:
+0x4ddd 018547 fetcht 1 ,mem_keyboard_keyvalue_temp 
+0x4dde 018548 arg 6 ,loopcnt 
+0x4ddf 018549 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+:      018550 keyboard_keyvalue_standard_in_loop:
+0x4de0 018551 ifetch 1 ,contr 
+0x4de1 018552 branch keyboard_keyvalue_standard_in_data ,blank 
+0x4de2 018553 isub temp ,null 
+0x4de3 018554 rtn zero 
+0x4de4 018555 loop keyboard_keyvalue_standard_in_loop 
+0x4de5 018556 sub temp ,hid_key_right_gui ,null 
+0x4de6 018557 nrtn positive 
+0x4de7 018558 sub temp ,0xbf ,null 
+0x4de8 018559 rtn positive 
+:      018560 keyboard_keyvalue_control_key_in:
+0x4de9 018561 and temp ,0x07 ,queue 
+0x4dea 018562 fetch 1 ,mem_keyboard_keyvalue_buffer 
+0x4deb 018563 qset1 pdata 
+0x4dec 018564 store 1 ,mem_keyboard_keyvalue_buffer 
+0x4ded 018565 rtn 
+:      018567 keyboard_keyvalue_standard_in_data:
+0x4dee 018568 sub temp ,hid_key_right_gui ,null 
+0x4def 018569 nbranch keyboard_keyvalue_standard_in_data_next ,positive 
+0x4df0 018570 sub temp ,0xbf ,null 
+0x4df1 018571 nbranch keyboard_keyvalue_control_key_in ,positive 
+:      018572 keyboard_keyvalue_standard_in_data_next:
+0x4df2 018573 increase -1 ,contr 
+0x4df3 018574 istoret 1 ,contr 
+0x4df4 018575 rtn 
+:      018579 keyboard_special_key_check:
+0x4df5 018580 bpatch patch0a_5 ,mem_patch0a 
+0x4df6 018581 call keyboard_pairing_button_check 
+0x4df7 018582 jam 0 ,mem_keyboard_fn_flag 
+0x4df8 018583 jam 0 ,mem_keyboard_control_key_flag 
+0x4df9 018584 jam 0 ,mem_keyboard_bt_button_flag 
+0x4dfa 018585 fetch 1 ,mem_keyboard_keyvalue_buffer 
+0x4dfb 018586 ncall keyborad_control_key_set ,blank 
+0x4dfc 018587 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+0x4dfd 018588 arg 6 ,loopcnt 
+:      018589 keyboard_special_key_check_loop:
+0x4dfe 018590 ifetch 1 ,contr 
+0x4dff 018591 sub pdata ,hid_key_fn ,null 
+0x4e00 018592 call keyboard_fn_set ,zero 
+0x4e01 018593 sub pdata ,hid_key_pb ,null 
+0x4e02 018594 call keyboard_pb_set ,zero 
+0x4e03 018595 loop keyboard_special_key_check_loop 
+0x4e04 018596 fetch 1 ,mem_device_flag 
+0x4e05 018597 beq mode_24g_device ,keyboard_special_key_check_24g 
+:      018598 keyboard_special_key_check_bluetooth:
+0x4e06 018599 call keyboard_commbination_fast_conn_bt_check 
+0x4e07 018600 fetch 1 ,mem_keyboard_pairing_type 
+0x4e08 018601 branch keyboard_enable_bt_button_pairing ,blank 
+0x4e09 018602 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e0a 018603 fetcht 2 ,mem_keyboard_commbination_key_bt 
+0x4e0b 018604 isub temp ,null 
+0x4e0c 018605 branch keyboard_long_button_bt_discovery ,zero 
+0x4e0d 018606 byteswap temp ,temp 
+0x4e0e 018607 isub temp ,null 
+0x4e0f 018608 branch keyboard_long_button_bt_discovery ,zero 
+0x4e10 018609 rtn 
+:      018610 keyboard_special_key_check_24g:
+0x4e11 018611 fetch 1 ,mem_keyboard_pairing_type 
+0x4e12 018612 branch keyboard_enable_bt_button_pairing ,blank 
+0x4e13 018613 branch keyboard_commbination_pairing_24g_check 
+:      018615 keyboard_pairing_button_check:
+0x4e14 018616 fetch 1 ,mem_keyboard_pairing_type 
+0x4e15 018617 nrtn blank 
+0x4e16 018618 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4e17 018619 sub temp ,ui_button_gpio_disable ,null 
+0x4e18 018620 rtn zero 
+0x4e19 018621 call gpio_get_bit 
+0x4e1a 018622 nbranch keyboard_pairing_button_release ,true 
+0x4e1b 018623 arg 8 ,loopcnt 
+0x4e1c 018624 arg mem_keyboard_keyvalue_buffer ,contw 
+0x4e1d 018625 call clear_mem 
+0x4e1e 018626 jam hid_key_pb ,mem_keyboard_keyvalue_buffer + 2 
+0x4e1f 018627 rtn 
+:      018629 keyboard_pairing_button_release:
+0x4e20 018630 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e21 018631 rtnne hid_key_pb 
+0x4e22 018632 jam hid_key_null ,mem_keyboard_keyvalue_buffer + 2 
+0x4e23 018633 rtn 
+:      018635 keyboard_enable_bt_button_pairing:
+0x4e24 018636 bpatch patch0a_6 ,mem_patch0a 
+0x4e25 018637 fetch 1 ,mem_keyboard_bt_button_flag 
+0x4e26 018638 rtn blank 
+0x4e27 018639 fetch 1 ,mem_device_flag 
+0x4e28 018640 beq mode_24g_device ,keyboard_24g_start_pair_mode 
+:      018641 keyboard_long_button_bt_discovery:
+0x4e29 018643 jam 0 ,mem_keyboard_data_change_flag 
+0x4e2a 018644 fetch 1 ,mem_device_flag 
+0x4e2b 018645 rtneq mode_24g_device 
+0x4e2c 018646 fetch mouse_flag_len ,mem_mouse_flag 
+0x4e2d 018647 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x4e2e 018648 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x4e2f 018649 call mouse_enable_function_flag 
+0x4e30 018650 call app_evt_button_long_pressed 
+0x4e31 018651 branch keyboard_bb_event_discovery_btn 
+:      018655 keyboard_commbination_pairing_24g_check:
+0x4e32 018656 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e33 018657 fetcht 2 ,mem_keyboard_commbination_key_24g 
+0x4e34 018658 isub temp ,null 
+0x4e35 018659 branch keyboard_24g_start_pair_mode ,zero 
+0x4e36 018660 byteswap temp ,temp 
+0x4e37 018661 isub temp ,null 
+0x4e38 018662 nrtn zero 
+:      018663 keyboard_24g_start_pair_mode:
+0x4e39 018664 call keyboard_pairing_check_otp_offset 
+0x4e3a 018665 jam 0 ,mem_keyboard_data_change_flag 
+0x4e3b 018666 fetch 2 ,mem_24g_pair_timeout 
+0x4e3c 018667 nrtn blank 
+0x4e3d 018668 setarg 0 
+0x4e3e 018669 store 2 ,mem_mouse_no_data_timer 
+0x4e3f 018670 call keyboard_capslock_led_off 
+0x4e40 018671 branch mouse_24g_start_pair_mode 
+:      018674 keyborad_control_key_set:
+0x4e41 018675 jam 1 ,mem_keyboard_control_key_flag 
+0x4e42 018676 rtn 
+:      018678 keyboard_fn_set:
+0x4e43 018679 jam 1 ,mem_keyboard_fn_flag 
+0x4e44 018680 rtn 
+:      018682 keyboard_pb_set:
+0x4e45 018683 jam 1 ,mem_keyboard_bt_button_flag 
+0x4e46 018684 rtn 
+:      018689 keyboard_motion:
+0x4e47 018690 bpatch patch0a_7 ,mem_patch0a 
+0x4e48 018691 disable user 
+0x4e49 018692 jam 0 ,mem_customer_key 
+0x4e4a 018693 jam 0 ,mem_customer_data_trigger 
+0x4e4b 018694 jam 0 ,mem_customer_data_trigger_last 
+0x4e4c 018695 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4e4d 018696 beq cammbination_key_press ,keyboard_commbination_key_press_process 
+0x4e4e 018697 beq cammbination_key_hold ,keyboard_commbination_key_hold_process 
+0x4e4f 018698 beq cammbination_key_complete ,keyboard_commbination_key_hold_process 
+0x4e50 018699 beq cammbination_key_wait_release ,keyboard_commbination_key_wait_release_process 
+0x4e51 018700 beq cammbination_key_null ,keyboard_commbination_key_null_process 
+0x4e52 018701 fetch 1 ,mem_keyboard_data_change_flag 
+0x4e53 018702 branch keyboard_no_key_press ,blank 
+0x4e54 018703 increase -1 ,pdata 
+0x4e55 018704 store 1 ,mem_keyboard_data_change_flag 
+0x4e56 018705 call keyboard_current_mult_update 
+0x4e57 018706 jam 10 ,mem_keyboard_led_status_get_timer 
+0x4e58 018707 call mouse_no_data_timer_init 
+0x4e59 018708 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4e5a 018709 beq cammbination_key_release ,keyboard_commbination_key_release_process 
+0x4e5b 018710 arg mem_keyboard_tx_data ,contw 
+0x4e5c 018711 arg 10 ,loopcnt 
+0x4e5d 018712 call clear_mem 
+0x4e5e 018713 call keyboard_motion_data_check 
+0x4e5f 018714 jam 0 ,mem_keyboard_data_send_flag 
+0x4e60 018715 rtn 
+:      018717 keyboard_current_mult_update:
+0x4e61 018718 jam 3 ,mem_lpm_mult 
+0x4e62 018719 jam 10 ,mem_mouse_current_mult_timer 
+0x4e63 018720 rtn 
+:      018724 keyboard_no_key_press:
+0x4e64 018725 fetch 1 ,mem_device_flag 
+0x4e65 018726 rtneq mode_bt_device1 
+0x4e66 018727 fetch 1 ,mem_keyboard_led_status_get 
+0x4e67 018728 rtn blank 
+0x4e68 018729 fetch 1 ,mem_24g_repeat_send_flag 
+0x4e69 018730 nrtn blank 
+0x4e6a 018731 fetcht 1 ,mem_keyboard_led_status_get_timer_last 
+0x4e6b 018732 fetch 1 ,mem_keyboard_led_status_get_timer 
+0x4e6c 018733 isub temp ,null 
+0x4e6d 018734 store 1 ,mem_keyboard_led_status_get_timer_last 
+0x4e6e 018735 rtn zero 
+0x4e6f 018736 arg mem_keyboard_tx_data ,contw 
+0x4e70 018737 arg 10 ,loopcnt 
+0x4e71 018738 call clear_mem 
+0x4e72 018739 call enable_user 
+0x4e73 018740 branch keyboard_motion_data_check_next 
+:      018744 keyboard_motion_data_check:
+0x4e74 018745 fetch 1 ,mem_keyboard_consumer_key_status 
+0x4e75 018746 beq keyboard_consumer_key_release ,keyboard_value_consumer_release 
+0x4e76 018747 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+0x4e77 018748 arg 6 ,loopcnt 
+:      018749 keyboard_value_tpye_check:
+0x4e78 018750 ifetch 1 ,contr 
+0x4e79 018751 sub pdata ,hid_key_right_gui ,null 
+0x4e7a 018752 nbranch keyboard_value_tpye_consumer_set ,positive 
+:      018753 keyboard_value_tpye_check_loop:
+0x4e7b 018754 loop keyboard_value_tpye_check 
+0x4e7c 018756 fetch 1 ,mem_keyboard_all_press_key_count 
+0x4e7d 018757 call keyboard_value_release_all_key ,blank 
+0x4e7e 018758 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
+0x4e7f 018759 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e80 018760 sub pdata ,hid_key_fn ,null 
+0x4e81 018761 branch keyboard_tx_data_skip_fn ,zero 
+0x4e82 018762 arg mem_keyboard_keyvalue_buffer ,contr 
+0x4e83 018763 arg mem_keyboard_tx_data + 1 ,contw 
+0x4e84 018764 arg 8 ,loopcnt 
+:      018765 keyboard_tx_data_store:
+0x4e85 018766 ifetch 1 ,contr 
+0x4e86 018767 beq hid_key_fn ,keyboard_tx_data_clear_fn 
+:      018768 keyboard_tx_data_store_loop:
+0x4e87 018769 istore 1 ,contw 
+0x4e88 018770 loop keyboard_tx_data_store 
+:      018772 keyboard_motion_data_check_next:
+0x4e89 018773 call keyboard_device_data_tpye_check 
+0x4e8a 018775 fetch 1 ,mem_keyboard_data_send_flag 
+0x4e8b 018776 beq device_data_tpye_mouse ,enable_user 
+0x4e8c 018777 beq device_data_tpye_standard_keyboard ,device_send_keyboard_data 
+0x4e8d 018778 beq device_data_tpye_nonstarndard_keyboard ,device_send_keyboard_data 
+0x4e8e 018779 beq device_data_tpye_consumer ,device_send_keyboard_data 
+0x4e8f 018780 beq device_data_tpye_system_conctol ,device_send_keyboard_data 
+:      018781 device_send_keyboard_data:
+0x4e90 018782 call mouse_customerkey_press 
+0x4e91 018783 branch enable_user 
+:      018785 keyboard_value_release_all_key:
+0x4e92 018786 arg mem_keyboard_keyvalue_buffer ,contw 
+0x4e93 018787 arg 9 ,loopcnt 
+0x4e94 018788 branch clear_mem 
+:      018791 keyboard_tx_data_skip_fn:
+0x4e95 018792 fetch 2 ,mem_keyboard_keyvalue_buffer 
+0x4e96 018793 store 2 ,mem_keyboard_tx_data + 1 
+0x4e97 018794 fetch 6 ,mem_keyboard_keyvalue_buffer + 3 
+0x4e98 018795 store 6 ,mem_keyboard_tx_data + 3 
+0x4e99 018796 branch keyboard_motion_data_check_next 
+:      018798 keyboard_tx_data_clear_fn:
+0x4e9a 018799 setarg 0 
+0x4e9b 018800 branch keyboard_tx_data_store_loop 
+:      018803 keyboard_value_tpye_consumer_set:
+0x4e9c 018804 copy pdata ,temp 
+0x4e9d 018805 bpatch patch0b_0 ,mem_patch0b 
+0x4e9e 018806 copy temp ,pdata 
+0x4e9f 018807 jam hid_reportid_consumer_key ,mem_keyboard_tx_data 
+0x4ea0 018808 fetcht 1 ,mem_keyboard_all_press_key_count 
+0x4ea1 018809 sub temp ,hid_key_null ,null 
+0x4ea2 018810 branch keyboard_value_consumer_all_key_release ,zero 
+0x4ea3 018811 beq hid_key_multikey_media ,keyboard_value_media 
+0x4ea4 018812 beq hid_key_multikey_paly ,keyboard_value_play 
+0x4ea5 018813 beq hid_key_multikey_stop ,keyboard_value_stop 
+0x4ea6 018814 beq hid_key_multikey_pre_track ,keyboard_value_pre_track 
+0x4ea7 018815 beq hid_key_multikey_next_track ,keyboard_value_next_track 
+0x4ea8 018816 beq hid_key_multikey_vol_down ,keyboard_value_vol_down 
+0x4ea9 018817 beq hid_key_multikey_vol_up ,keyboard_value_vol_up 
+0x4eaa 018818 beq hid_key_multikey_mute ,keyboard_value_mute 
+0x4eab 018819 beq hid_key_my_computer ,keyboard_value_my_computer 
+0x4eac 018820 beq hid_key_mail ,keyboard_value_mail 
+0x4ead 018821 beq hid_key_calculator ,keyboard_value_calculator 
+0x4eae 018822 beq hid_key_light_down ,keyboard_value_light_down 
+0x4eaf 018823 beq hid_key_light_up ,keyboard_value_light_up 
+0x4eb0 018824 beq hid_key_ac_favorites ,keyboard_value_ac_favorites 
+0x4eb1 018825 beq hid_key_ac_forward ,keyboard_value_ac_forward 
+0x4eb2 018826 beq hid_key_ac_back ,keyboard_value_ac_back 
+0x4eb3 018827 beq hid_key_ac_stop ,keyboard_value_ac_stop 
+0x4eb4 018828 beq hid_key_ac_refresh ,keyboard_value_ac_refresh 
+0x4eb5 018829 beq hid_key_ac_search ,keyboard_value_ac_search 
+0x4eb6 018830 beq hid_key_ac_home ,keyboard_value_ac_home 
+0x4eb7 018831 beq hid_key_ios_android_os_lock ,keyboard_value_os_lock 
+0x4eb8 018832 beq hid_key_os_soft_kb ,keyboard_value_os_soft_kb 
+0x4eb9 018833 beq hid_key_system_sleep ,keyboard_value_system_sleep 
+0x4eba 018834 branch keyboard_motion_data_check_next 
+:      018836 keyboard_value_media:
+0x4ebb 018837 setarg 0x0183 
+0x4ebc 018838 store 2 ,mem_keyboard_tx_data + 1 
+0x4ebd 018839 branch keyboard_motion_data_check_next 
+:      018840 keyboard_value_play:
+0x4ebe 018841 setarg 0x00cd 
+0x4ebf 018842 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec0 018843 branch keyboard_motion_data_check_next 
+:      018844 keyboard_value_stop:
+0x4ec1 018845 setarg 0x00b7 
+0x4ec2 018846 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec3 018847 branch keyboard_motion_data_check_next 
+:      018848 keyboard_value_pre_track:
+0x4ec4 018849 setarg 0x00b6 
+0x4ec5 018850 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec6 018851 branch keyboard_motion_data_check_next 
+:      018852 keyboard_value_next_track:
+0x4ec7 018853 setarg 0x00b5 
+0x4ec8 018854 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec9 018855 branch keyboard_motion_data_check_next 
+:      018856 keyboard_value_vol_down:
+0x4eca 018857 setarg 0x00ea 
+0x4ecb 018858 store 2 ,mem_keyboard_tx_data + 1 
+0x4ecc 018859 branch keyboard_motion_data_check_next 
+:      018860 keyboard_value_vol_up:
+0x4ecd 018861 setarg 0x00e9 
+0x4ece 018862 store 2 ,mem_keyboard_tx_data + 1 
+0x4ecf 018863 branch keyboard_motion_data_check_next 
+:      018864 keyboard_value_mute:
+0x4ed0 018865 setarg 0x00e2 
+0x4ed1 018866 store 2 ,mem_keyboard_tx_data + 1 
+0x4ed2 018867 branch keyboard_motion_data_check_next 
+:      018868 keyboard_value_my_computer:
+0x4ed3 018869 setarg 0x0194 
+0x4ed4 018870 store 2 ,mem_keyboard_tx_data + 1 
+0x4ed5 018871 branch keyboard_motion_data_check_next 
+:      018872 keyboard_value_mail:
+0x4ed6 018873 setarg 0x018a 
+0x4ed7 018874 store 2 ,mem_keyboard_tx_data + 1 
+0x4ed8 018875 branch keyboard_motion_data_check_next 
+:      018876 keyboard_value_calculator:
+0x4ed9 018877 setarg 0x0192 
+0x4eda 018878 store 2 ,mem_keyboard_tx_data + 1 
+0x4edb 018879 branch keyboard_motion_data_check_next 
+:      018880 keyboard_value_light_down:
+0x4edc 018881 setarg 0x0070 
+0x4edd 018882 store 2 ,mem_keyboard_tx_data + 1 
+0x4ede 018883 branch keyboard_motion_data_check_next 
+:      018884 keyboard_value_light_up:
+0x4edf 018885 setarg 0x006f 
+0x4ee0 018886 store 2 ,mem_keyboard_tx_data + 1 
+0x4ee1 018887 branch keyboard_motion_data_check_next 
+:      018888 keyboard_value_ac_favorites:
+0x4ee2 018889 setarg 0x022a 
+0x4ee3 018890 store 2 ,mem_keyboard_tx_data + 1 
+0x4ee4 018891 branch keyboard_motion_data_check_next 
+:      018892 keyboard_value_ac_forward:
+0x4ee5 018893 setarg 0x0225 
+0x4ee6 018894 store 2 ,mem_keyboard_tx_data + 1 
+0x4ee7 018895 branch keyboard_motion_data_check_next 
+:      018896 keyboard_value_ac_back:
+0x4ee8 018897 setarg 0x0224 
+0x4ee9 018898 store 2 ,mem_keyboard_tx_data + 1 
+0x4eea 018899 branch keyboard_motion_data_check_next 
+:      018900 keyboard_value_ac_stop:
+0x4eeb 018901 setarg 0x0226 
+0x4eec 018902 store 2 ,mem_keyboard_tx_data + 1 
+0x4eed 018903 branch keyboard_motion_data_check_next 
+:      018904 keyboard_value_ac_refresh:
+0x4eee 018905 setarg 0x0227 
+0x4eef 018906 store 2 ,mem_keyboard_tx_data + 1 
+0x4ef0 018907 branch keyboard_motion_data_check_next 
+:      018908 keyboard_value_ac_search:
+0x4ef1 018909 fetch 1 ,mem_kb_computer_system 
+0x4ef2 018910 beq system_os_ios ,keyboard_value_ac_home 
+0x4ef3 018911 beq system_os_mac ,keyboard_value_ac_home 
+0x4ef4 018912 setarg 0x0221 
+0x4ef5 018913 store 2 ,mem_keyboard_tx_data + 1 
+0x4ef6 018914 branch keyboard_motion_data_check_next 
+:      018915 keyboard_value_ac_home:
+0x4ef7 018916 setarg 0x0223 
+0x4ef8 018917 store 2 ,mem_keyboard_tx_data + 1 
+0x4ef9 018918 branch keyboard_motion_data_check_next 
+:      018919 keyboard_value_os_lock:
+0x4efa 018920 setarg 0x0030 
+0x4efb 018921 store 2 ,mem_keyboard_tx_data + 1 
+0x4efc 018922 branch keyboard_motion_data_check_next 
+:      018923 keyboard_value_os_soft_kb:
+0x4efd 018924 fetch 1 ,mem_kb_computer_system 
+0x4efe 018925 beq system_os_andriod ,keyboard_value_os_soft_kb_andriod 
+0x4eff 018926 setarg 0x01ae 
+0x4f00 018927 store 2 ,mem_keyboard_tx_data + 1 
+0x4f01 018928 branch keyboard_motion_data_check_next 
+:      018929 keyboard_value_os_soft_kb_andriod:
+0x4f02 018930 setarg 0x0307 
+0x4f03 018931 store 2 ,mem_keyboard_tx_data + 1 
+0x4f04 018932 branch keyboard_motion_data_check_next 
+:      018934 keyboard_value_consumer_all_key_release:
+:      018935 keyboard_value_consumer_release:
+0x4f05 018936 jam 2 ,mem_keyboard_data_change_flag 
+0x4f06 018937 fetch 1 ,mem_keyboard_all_press_key_count 
+0x4f07 018938 call keyboard_value_release_all_key ,blank 
+0x4f08 018939 jam keyboard_consumer_key_standby ,mem_keyboard_consumer_key_status 
+0x4f09 018940 setarg 0x03 
+0x4f0a 018941 store 3 ,mem_keyboard_tx_data 
+0x4f0b 018942 branch keyboard_motion_data_check_next 
+:      018943 keyboard_value_system_sleep:
+0x4f0c 018944 jam hid_reportid_system_ctrl ,mem_keyboard_tx_data 
+0x4f0d 018945 setarg 0x02 
+0x4f0e 018946 store 1 ,mem_keyboard_tx_data + 1 
+0x4f0f 018947 branch keyboard_motion_data_check_next 
+:      018954 keyboard_device_data_tpye_check:
+0x4f10 018955 bpatch patch0b_1 ,mem_patch0b 
+0x4f11 018956 fetch 1 ,mem_device_flag 
+0x4f12 018957 bne mode_24g_device ,keyboard_device_data_tpye_check_next 
+0x4f13 018958 jam 0 ,mem_24g_repeat_send_flag 
+0x4f14 018959 fetch 2 ,mem_keyboard_tx_data 
+0x4f15 018960 ncall keyboard_set_repeat_send_flag ,blank 
+0x4f16 018961 fetch 6 ,mem_keyboard_tx_data + 3 
+0x4f17 018962 ncall keyboard_set_repeat_send_flag ,blank 
+:      018964 keyboard_device_data_tpye_check_next:
+0x4f18 018965 fetch 1 ,mem_keyboard_tx_data 
+0x4f19 018966 beq hid_reportid_key_standard ,keyboard_standard_data_send 
+0x4f1a 018967 beq hid_reportid_mouse ,keyboard_mouse_data_send 
+0x4f1b 018968 beq hid_reportid_consumer_key ,keyboard_consumer_data_send 
+0x4f1c 018969 beq hid_reportid_system_ctrl ,keyboard_system_control_data_send 
+0x4f1d 018970 rtn 
+:      018972 keyboard_mouse_data_send:
+0x4f1e 018973 jam device_data_tpye_mouse ,mem_keyboard_data_send_flag 
+0x4f1f 018974 arg mem_keyboard_tx_data ,contr 
+0x4f20 018975 arg mem_mouse_key ,contw 
+0x4f21 018976 arg 7 ,loopcnt 
+0x4f22 018977 branch memcpy 
+:      018979 keyboard_standard_data_send:
+0x4f23 018980 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
+0x4f24 018981 call keyboard_clear_key_data 
+0x4f25 018982 fetch 1 ,mem_device_flag 
+0x4f26 018983 beq mode_bt_device1 ,keyboard_standard_data_send_end 
+0x4f27 018984 call keyboard_24g_led_get_status_check 
+0x4f28 018985 fetch 1 ,mem_keyboard_led_status_get 
+0x4f29 018986 store 1 ,mem_keyboard_tx_data + 2 
+:      018987 keyboard_standard_data_send_end:
+0x4f2a 018988 arg mem_keyboard_tx_data ,contr 
+0x4f2b 018989 arg mem_customer_key_press ,contw 
+0x4f2c 018990 arg 9 ,loopcnt 
+0x4f2d 018991 branch memcpy 
+:      018993 keyboard_consumer_data_send:
+0x4f2e 018994 jam device_data_tpye_consumer ,mem_keyboard_data_send_flag 
+0x4f2f 018995 call keyboard_clear_key_data 
+0x4f30 018996 setarg 0x03 
+0x4f31 018997 call mouse_customer_media_key_set 
+0x4f32 018998 arg mem_keyboard_tx_data + 1 ,contr 
+0x4f33 018999 arg mem_customer_key_press + 1 ,contw 
+0x4f34 019000 arg 2 ,loopcnt 
+0x4f35 019001 branch memcpy 
+:      019003 keyboard_system_control_data_send:
+0x4f36 019004 jam device_data_tpye_system_conctol ,mem_keyboard_data_send_flag 
+0x4f37 019005 call keyboard_clear_key_data 
+0x4f38 019006 setarg 0x02 
+0x4f39 019007 store 8 ,mem_customer_key_press 
+0x4f3a 019008 store 8 ,mem_customer_key_release 
+0x4f3b 019009 fetch 1 ,mem_keyboard_tx_data + 1 
+0x4f3c 019010 store 1 ,mem_customer_key_press + 1 
+0x4f3d 019011 rtn 
+:      019014 keyboard_clear_key_data:
+0x4f3e 019015 arg 18 ,loopcnt 
+0x4f3f 019016 arg mem_customer_key_press ,contw 
+0x4f40 019017 branch clear_mem 
+:      019022 keyboard_lpm_before_common:
+0x4f41 019023 call clear_wake 
+0x4f42 019024 call mouse_wheel_check 
+0x4f43 019025 fetcht 1 ,mem_whee_a_data_gpio 
+0x4f44 019026 call gpio_set_wake_by_current_state 
+0x4f45 019027 fetcht 1 ,mem_whee_b_data_gpio 
+0x4f46 019028 call gpio_set_wake_by_current_state 
+0x4f47 019030 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4f48 019031 call gpio_set_wake 
+0x4f49 019033 fetch 2 ,mem_kb_col_ptr 
+0x4f4a 019034 copy pdata ,regb 
+0x4f4b 019035 arg 20 ,loopcnt 
+:      019036 keyboard_key_col_wake_init:
+0x4f4c 019037 ifetcht 1 ,regb 
+0x4f4d 019038 isolate1 7 ,temp 
+0x4f4e 019039 ncall gpio_out_active ,true 
+0x4f4f 019040 increase 1 ,regb 
+0x4f50 019041 loop keyboard_key_col_wake_init 
+0x4f51 019043 fetch 2 ,mem_kb_row_ptr 
+0x4f52 019044 copy pdata ,regb 
+0x4f53 019045 arg 8 ,loopcnt 
+:      019046 keyboard_key_row_wake_init:
+0x4f54 019047 ifetcht 1 ,regb 
+0x4f55 019048 sub temp ,ui_button_gpio_disable ,null 
+0x4f56 019049 ncall gpio_set_wake_by_current_state ,zero 
+0x4f57 019050 increase 1 ,regb 
+0x4f58 019051 loop keyboard_key_row_wake_init 
+0x4f59 019052 rtn 
+:      019054 keyboard_key_row_wake_set:
+0x4f5a 019055 fetch 1 ,mem_same_keyvalue_timerout_flag 
+0x4f5b 019056 branch gpio_set_wake ,blank 
+0x4f5c 019057 branch gpio_set_wake_by_current_state 
+:      019058 keyboard_process_lpm_before:
+0x4f5d 019059 rtnmark1 mark_24g 
+0x4f5e 019060 call keyboard_lpm_before_common 
+0x4f5f 019061 fetch 1 ,mem_lpm_current_mult 
+0x4f60 019062 nrtn blank 
+0x4f61 019063 branch gpio_clr_wake 
+:      019064 keyboard_before_hibernate:
+0x4f62 019065 bpatch patch0b_2 ,mem_patch0b 
+0x4f63 019066 jam 0xff ,mem_sensor_motion_gpio 
+0x4f64 019067 call disable_authrom 
+0x4f65 019068 call keyboard_device_led_all_off 
+0x4f66 019069 call mouse_before_hibernate_wheel_gpio_set 
+0x4f67 019070 call mouse_setgpio_hibernate 
+0x4f68 019071 call mouse_flash_power_down 
+0x4f69 019072 fetcht 1 ,mem_sensor_motion_gpio 
+0x4f6a 019073 branch gpio_clr_wake 
+:      019075 keyboard_power_down:
+0x4f6b 019076 call keyboard_device_led_all_off 
+:      019077 keyboard_app_enter_hibernate:
+0x4f6c 019078 bpatch patch0b_3 ,mem_patch0b 
+0x4f6d 019079 call keyboard_setgpio_hibernate 
+0x4f6e 019080 call ice_break 
+0x4f6f 019081 branch app_enter_hibernate 
+:      019083 keyboard_device_led_all_off:
+0x4f70 019084 bpatch patch0b_4 ,mem_patch0b 
+0x4f71 019085 call keyboard_device_led_off 
+0x4f72 019086 call keyboard_numlock_led_off 
+0x4f73 019087 call keyboard_capslock_led_off 
+0x4f74 019088 branch keyboard_power_led_off 
+:      019095 keyboard_setgpio_hibernate:
+0x4f75 019096 bpatch patch0b_5 ,mem_patch0b 
+0x4f76 019097 call clear_wake 
+0x4f77 019098 call keyboard_device_led_all_off 
+0x4f78 019099 call mouse_set_sdio_high 
+0x4f79 019100 call keyboard_lpm_before_common 
+0x4f7a 019101 call mouse_gpio_pd_idle 
+0x4f7b 019102 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x4f7c 019103 call mouse_gpio_config_input_pu 
+0x4f7d 019104 call mouse_gpio_set_high_impedance 
+0x4f7e 019105 branch mouse_adc_gpio_set_before_hibernate 
+:      019117 keyboard_g24_reconn_dispatch:
+0x4f7f 019118 fetch 2 ,mem_24g_reconn_count 
+0x4f80 019119 and_into 0xe0 ,pdata 
+0x4f81 019120 branch keyboard_g24_reconn_dispatch_next ,blank 
+0x4f82 019121 fetch 2 ,mem_24g_reconn_count 
+0x4f83 019122 increase 1 ,pdata 
+0x4f84 019123 store 2 ,mem_24g_reconn_count 
+0x4f85 019124 rtn 
+:      019125 keyboard_g24_reconn_dispatch_next:
+0x4f86 019126 call g24_reconn_data_prep 
+0x4f87 019127 call g24_transmit_receive_ack 
+0x4f88 019128 nbranch g24_reconn_device_fail ,sync 
+0x4f89 019129 nbranch g24_reconn_device_fail ,user3 
+0x4f8a 019130 call keyboard_g24_ackpayload_parse 
+0x4f8b 019131 branch g24_reconn_dispatch_next + 5 
+:      019135 keyboard_g24_transmit_no_interrupt:
+0x4f8c 019137 call g24_txdata_prep 
+0x4f8d 019138 nbranch keyboard_g24_nodata_transmit ,user 
+:      019139 keyboard_g24_transmit_start:
+0x4f8e 019140 call keyboard_g24_transmit_process 
+0x4f8f 019141 call keyboard_power_ctrl_start 
+0x4f90 019142 branch keyboard_g24_transmit_start_next 
+:      019144 keyboard_g24_nodata_transmit:
+0x4f91 019145 fetch 8 ,mem_keyscan_value_current 
+0x4f92 019146 nbranch keyboard_g24_transmit_start ,blank 
+0x4f93 019147 fetch 8 ,mem_keyscan_value_current + 8 
+0x4f94 019148 nbranch keyboard_g24_transmit_start ,blank 
+0x4f95 019149 fetch 4 ,mem_keyscan_value_current + 16 
+0x4f96 019150 nbranch keyboard_g24_transmit_start ,blank 
+0x4f97 019152 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4f98 019153 rtneq g24_tx_timer_int_enable 
+0x4f99 019154 call g24_search_receiver 
+:      019155 keyboard_g24_long_sleep:
+0x4f9a 019156 call keyboard_g24_lpm_wait 
+0x4f9b 019157 nrtn user 
+0x4f9c 019158 fetch 1 ,mem_sensor_shutdown_flag 
+0x4f9d 019159 ncall keyboard_setgpio_hibernate ,blank 
+0x4f9e 019160 fetch 4 ,mem_24g_enter_hibernate 
+0x4f9f 019161 branch g24_long_seep2 
+:      019163 keyboard_g24_transmit_process:
+0x4fa0 019164 bpatch patch0b_6 ,mem_patch0b 
+0x4fa1 019165 jam 0 ,mem_24g_retry 
+:      019166 keyboard_g24_transmit_loop:
+0x4fa2 019167 fetchr timeup ,2 ,mem_param_rx_setup 
+0x4fa3 019168 until clkn_rt ,meet 
+0x4fa4 019169 call keyboard_special_key_check 
+0x4fa5 019170 fetch 1 ,mem_keyboard_bt_button_flag 
+0x4fa6 019171 nbranch mouse_soft_reset ,blank 
+0x4fa7 019172 call g24_transmit_receive_ack 
+0x4fa8 019173 fetch 1 ,mem_24g_no_ack 
+0x4fa9 019174 beq no_ack_24g ,g24_transmit_no_ack 
+0x4faa 019175 nbranch keyboard_g24_retransmit ,sync 
+0x4fab 019176 nbranch keyboard_g24_retransmit ,user3 
+0x4fac 019177 call keyboard_g24_ackpayload_parse 
+0x4fad 019178 jam 0 ,mem_sensor_shutdown_flag 
+0x4fae 019179 branch g24_transmit_no_ack 
+:      019182 keyboard_g24_retransmit:
+0x4faf 019183 fetch 1 ,mem_24g_abort_pac 
+0x4fb0 019184 nrtn blank 
+0x4fb1 019185 fetch 2 ,mem_24g_txfail_cnt 
+0x4fb2 019186 increase 1 ,pdata 
+0x4fb3 019187 store 2 ,mem_24g_txfail_cnt 
+0x4fb4 019188 fetch 1 ,mem_24g_txfail_cnt 
+0x4fb5 019189 beq 0xff ,g24_tx_attempt_fail 
+0x4fb6 019190 call keyboard_g24_transmit_hop_process 
+0x4fb7 019191 branch keyboard_g24_transmit_loop 
+:      019194 keyboard_g24_transmit_hop_process:
+0x4fb8 019195 fetcht 1 ,mem_24g_retry 
+0x4fb9 019196 sub temp ,20 ,null 
+0x4fba 019197 branch keyboard_g24_tx_fast_hop ,positive 
+0x4fbb 019198 arg 25 ,loopcnt 
+0x4fbc 019199 call delay_ms_wait 
+0x4fbd 019200 branch g24_hop_ch_disable 
+:      019202 keyboard_g24_tx_fast_hop:
+0x4fbe 019203 increase 1 ,temp 
+0x4fbf 019204 storet 1 ,mem_24g_retry 
+0x4fc0 019205 fetch 4 ,mem_24g_addr 
+0x4fc1 019206 fetcht 4 ,mem_24g_fast_conn_addr 
+0x4fc2 019207 isub temp ,null 
+0x4fc3 019208 branch g24_ch ,zero 
+0x4fc4 019209 fetch 1 ,mem_24g_retry 
+0x4fc5 019210 sub pdata ,3 ,null 
+0x4fc6 019211 rtn positive 
+0x4fc7 019212 branch g24_tx_fast_hop 
+:      019215 keyboard_g24_lpm_wait:
+0x4fc8 019216 enable user 
+0x4fc9 019217 call lpo_calibration 
+0x4fca 019218 fetch 3 ,mem_clks_per_lpo 
+0x4fcb 019219 branch disable_user ,blank 
+0x4fcc 019220 fetch 1 ,mem_keyboard_fn_flag 
+0x4fcd 019221 nbranch disable_user ,blank 
+0x4fce 019222 fetch 1 ,mem_keyboard_control_key_flag 
+0x4fcf 019223 nbranch disable_user ,blank 
+0x4fd0 019224 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4fd1 019225 nbranch disable_user ,blank 
+0x4fd2 019226 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4fd3 019227 beq g24_tx_timer_int_enable ,disable_user 
+0x4fd4 019228 branch g24_lpm_wait + 5 
+:      019230 keyboard_power_ctrl_start:
+0x4fd5 019231 fetch 4 ,mem_24g_addr 
+0x4fd6 019232 fetcht 4 ,mem_24g_fast_conn_addr 
+0x4fd7 019233 isub temp ,null 
+0x4fd8 019234 nbranch power_ctrl_start + 1 ,zero 
+0x4fd9 019235 jam tx_power_f30db ,mem_tx_power 
+0x4fda 019236 rtn 
+:      019237 keyboard_g24_transmit_start_next:
+0x4fdb 019238 fetch 8 ,mem_24g_long_sleep_set 
+0x4fdc 019239 store 8 ,mem_24g_enter_hibernate 
+0x4fdd 019240 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x4fde 019241 store 2 ,mem_24g_long_sleep_param_update_timer 
+:      019242 keyboard_g24_short_sleep:
+0x4fdf 019243 bpatch patch0b_7 ,mem_patch0b 
+0x4fe0 019244 call g24_lpm_wait 
+0x4fe1 019245 nrtn user 
+0x4fe2 019246 call clear_wake 
+0x4fe3 019247 fetch 3 ,mem_24g_short_sleep_set 
+0x4fe4 019248 branch g24_long_seep2 
+:      019255 keyboard_24g_package_data:
+0x4fe5 019257 rtnmark0 mark_24g 
+0x4fe6 019258 call keyboard_motion 
+0x4fe7 019259 nrtn user 
+0x4fe8 019260 fetch mouse_flag_len ,mem_mouse_flag 
+0x4fe9 019261 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x4fea 019262 fetch 1 ,mem_customer_key 
+0x4feb 019263 nbranch keyboard_24g_keyboard_package_data ,blank 
+0x4fec 019264 branch mouse_24g_mouse_package_data 
+:      019266 keyboard_24g_keyboard_package_data:
+0x4fed 019267 jam type_kb ,mem_24g_data_type 
+0x4fee 019268 arg 9 ,rega 
+0x4fef 019269 fetch 1 ,mem_customer_data_trigger 
+0x4ff0 019270 nbranch keyboard_customer_key_press ,blank 
+0x4ff1 019271 arg mem_customer_key_release ,regb 
+0x4ff2 019272 rtn 
+:      019273 keyboard_customer_key_press:
+0x4ff3 019274 arg mem_customer_key_press ,regb 
+0x4ff4 019275 rtn 
+:      019280 keyboard_24g_search_dongle_init:
+0x4ff5 019281 setarg 0 
+0x4ff6 019282 store 3 ,mem_mouse_search_dongle_action 
+0x4ff7 019283 rtn 
+:      019285 keyboard_24g_search_dongle:
+0x4ff8 019286 bpatch patch0c_0 ,mem_patch0c 
+0x4ff9 019287 fetch mouse_flag_len ,mem_mouse_flag 
+0x4ffa 019288 rtnbit0 mouse_enable_24g_search_dongle 
+0x4ffb 019289 fetch 1 ,mem_mouse_long_mult_flag 
+0x4ffc 019290 rtn blank 
+0x4ffd 019291 fetch 1 ,mem_24g_abort_pac 
+0x4ffe 019292 rtn blank 
+0x4fff 019293 fetch 1 ,mem_mouse_search_dongle_interval 
+0x5000 019294 increase 1 ,pdata 
+0x5001 019295 and_into 3 ,pdata 
+0x5002 019296 store 1 ,mem_mouse_search_dongle_interval 
+0x5003 019297 nrtn blank 
+0x5004 019298 jam 0 ,mem_mouse_search_dongle_ch 
+:      019299 keyboard_24g_search_dongle_loop:
+0x5005 019301 fetch 1 ,mem_mouse_search_dongle_ch 
+0x5006 019302 increase 1 ,pdata 
+0x5007 019303 store 1 ,mem_mouse_search_dongle_ch 
+0x5008 019304 sub pdata ,g24_ch_number ,null 
+0x5009 019305 nbranch keyboard_24g_search_dongle_loop_end ,positive 
+0x500a 019306 call g24_reconn_data_prep 
+0x500b 019307 call g24_transmit_receive_ack 
+0x500c 019308 nbranch keyboard_24g_search_dongle_loop_retry ,sync 
+0x500d 019309 nbranch keyboard_24g_search_dongle_loop_retry ,user3 
+0x500e 019310 call keyboard_g24_ackpayload_parse 
+0x500f 019311 call keyboard_24g_search_dongle_success 
+:      019312 keyboard_24g_search_dongle_loop_end:
+0x5010 019313 call g24_txbuf_clear 
+0x5011 019314 fetch 1 ,mem_mouse_search_dongle_count 
+0x5012 019315 increase 1 ,pdata 
+0x5013 019316 store 1 ,mem_mouse_search_dongle_count 
+0x5014 019317 beq g24_ch_poll_count ,keyboard_24g_search_dongle_check 
+0x5015 019318 rtn 
+:      019320 keyboard_24g_search_dongle_loop_retry:
+0x5016 019321 call g24_ch 
+0x5017 019322 branch keyboard_24g_search_dongle_loop 
+:      019324 keyboard_24g_search_dongle_check:
+0x5018 019325 jam 0 ,mem_mouse_search_dongle_count 
+0x5019 019326 fetch 1 ,mem_mouse_search_dongle_action 
+0x501a 019327 rtnbit1 g24_disconn_state 
+0x501b 019328 set1 g24_disconn_state ,pdata 
+0x501c 019329 store 1 ,mem_mouse_search_dongle_action 
+0x501d 019330 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x501e 019331 store 2 ,mem_mouse_no_data_timer 
+0x501f 019332 rtn 
+:      019335 keyboard_24g_search_dongle_success:
+0x5020 019336 fetch 1 ,mem_24g_abort_pac 
+0x5021 019337 branch keyboard_24g_search_dongle_init ,blank 
+0x5022 019338 jam 0 ,mem_mouse_search_dongle_count 
+0x5023 019339 fetch 1 ,mem_mouse_search_dongle_action 
+0x5024 019340 rtnbit0 g24_disconn_state 
+0x5025 019341 set0 g24_disconn_state ,pdata 
+0x5026 019342 store 1 ,mem_mouse_search_dongle_action 
+0x5027 019343 branch mouse_no_data_timer_init 
+:      019346 keyboard_g24_ackpayload_parse:
+0x5028 019347 call g24_ackpayload_parse 
+0x5029 019348 fetch 1 ,mem_24g_rxbuf + 1 
+0x502a 019349 compare 0x08 ,pdata ,0xf8 
+0x502b 019350 nrtn true 
+0x502c 019351 fetch 1 ,mem_24g_rxbuf + 2 
+0x502d 019352 beq 0xff ,keyboard_24g_hibernate_set 
+0x502e 019353 rtn 
+:      019358 keyboard_le_send_att_find_by_type_value_request_ancs:
+0x502f 019359 jam 1 ,mem_le_connect_ios_mac_flag 
+0x5030 019360 arg 23 ,rega 
+0x5031 019361 arg le_l2cap_cid_att ,regb 
+0x5032 019362 call le_fifo_malloc_tx_l2cap 
+0x5033 019363 setarg attop_find_by_type_value_request 
+0x5034 019364 istore 1 ,contw 
+0x5035 019365 setarg 0x0001 
+0x5036 019366 istore 2 ,contw 
+0x5037 019367 setarg 0xffff 
+0x5038 019368 istore 2 ,contw 
+0x5039 019369 setarg 0x2800 
+0x503a 019370 istore 2 ,contw 
+0x503b 019371 arg mem_le_search_service_uuid ,contr 
+0x503c 019372 branch memcpy16 
+:      019373 keyboard_le_att_auto_reco_process:
+0x503d 019374 bpatch patch0c_1 ,mem_patch0c 
+0x503e 019375 fetch 1 ,mem_le_connect_ios_mac_flag 
+0x503f 019376 rtn blank 
+0x5040 019377 copy rega ,contr 
+0x5041 019378 ifetch 3 ,contr 
+0x5042 019379 store 3 ,mem_le_att_opcode 
+0x5043 019380 beq attop_read_response ,keyboard_le_parse_att_manu_resp 
+0x5044 019381 beq attop_read_by_type_response ,keyboard_le_send_att_read_by_type_rsp_mac 
+0x5045 019382 beq attop_find_by_type_value_response ,keyboard_le_parse_att_find_by_type_value_rsp 
+0x5046 019383 beq attop_error_response ,keyboard_le_send_att_find_by_type_value_request_mac 
+0x5047 019384 branch le_parse_att2 
+:      019386 keyboard_le_parse_att_find_by_type_value_rsp:
+0x5048 019387 fetch 1 ,mem_le_connect_ios_mac_flag 
+0x5049 019388 beq 2 ,keyboard_le_parse_att_find_by_type_value_rsp_mac 
+:      019389 keyboard_le_parse_att_find_ios_report:
+0x504a 019390 jam system_os_ios ,mem_kb_computer_system 
+0x504b 019391 branch keyboard_otp_store_computer_system_ble 
+:      019392 keyboard_le_parse_att_not_find_mac_report:
+0x504c 019394 fetch 1 ,mem_le_conn_peer_addr_type 
+0x504d 019395 store 1 ,mem_kb_computer_system 
+0x504e 019396 branch keyboard_otp_store_computer_system_ble 
+:      019397 keyboard_le_parse_att_find_mac_report:
+0x504f 019398 jam system_os_mac ,mem_kb_computer_system 
+:      019399 keyboard_otp_store_computer_system_ble:
+0x5050 019400 jam 0 ,mem_le_connect_ios_mac_flag 
+0x5051 019401 fetcht 2 ,mem_otp_read_retention_offset 
+0x5052 019402 setarg 0x1fd0 
+0x5053 019403 isub temp ,regb 
+0x5054 019404 arg mem_kb_computer_system ,rega 
+0x5055 019406 arg 1 ,loopcnt 
+0x5056 019407 call otp_write 
+0x5057 019408 fetcht 2 ,mem_otp_read_retention_offset 
+0x5058 019409 increase 14 ,temp 
+0x5059 019410 storet 2 ,mem_otp_read_retention_offset 
+0x505a 019411 rtn 
+:      019415 keyboard_le_send_att_find_by_type_value_request_mac:
+0x505b 019416 fetch 1 ,mem_le_connect_ios_mac_flag 
+0x505c 019417 beq 2 ,keyboard_le_parse_att_not_find_mac_report 
+0x505d 019418 jam 2 ,mem_le_connect_ios_mac_flag 
+0x505e 019419 arg 9 ,rega 
+0x505f 019420 arg le_l2cap_cid_att ,regb 
+0x5060 019421 call le_fifo_malloc_tx_l2cap 
+0x5061 019422 setarg attop_find_by_type_value_request 
+0x5062 019423 istore 1 ,contw 
+0x5063 019424 setarg 0x0001 
+0x5064 019425 istore 2 ,contw 
+0x5065 019426 setarg 0xffff 
+0x5066 019427 istore 2 ,contw 
+0x5067 019428 setarg 0x2800 
+0x5068 019429 istore 2 ,contw 
+0x5069 019430 arg 2 ,loopcnt 
+0x506a 019431 arg mem_le_search_mac_uuid ,contr 
+0x506b 019432 branch memcpy 
+:      019434 keyboard_le_parse_att_find_by_type_value_rsp_mac:
+0x506c 019435 arg 7 ,rega 
+0x506d 019436 arg le_l2cap_cid_att ,regb 
+0x506e 019437 call le_fifo_malloc_tx_l2cap 
+0x506f 019438 setarg attop_read_by_type_request 
+0x5070 019439 istore 1 ,contw 
+0x5071 019440 fetcht 2 ,mem_le_payload_ptr 
+0x5072 019441 increase 5 ,temp 
+0x5073 019442 ifetch 4 ,temp 
+0x5074 019443 istore 4 ,contw 
+0x5075 019444 setarg 0x2803 
+0x5076 019445 istore 2 ,contw 
+0x5077 019446 rtn 
+:      019448 keyboard_le_send_att_read_by_type_rsp_mac:
+0x5078 019449 fetch 2 ,mem_le_l2cap_size 
+0x5079 019450 increase -2 ,pdata 
+0x507a 019451 div pdata ,7 
+0x507b 019452 call wait_div_end 
+0x507c 019453 quotient loopcnt 
+0x507d 019454 fetch 2 ,mem_le_payload_ptr 
+0x507e 019455 add pdata ,6 ,contr 
+0x507f 019456 branch keyboard_le_check_att_read_type_manu_loop 
+:      019458 keyboard_le_check_att_read_type_manu_loop:
+0x5080 019459 increase 3 ,contr 
+0x5081 019460 ifetch 2 ,contr 
+0x5082 019461 copy pdata ,regc 
+0x5083 019462 ifetch 2 ,contr 
+0x5084 019463 arg 0x2a29 ,temp 
+0x5085 019464 isub temp ,null 
+0x5086 019465 branch keyboard_le_send_att_read_by_type_rsp_manufactory ,zero 
+0x5087 019466 loop keyboard_le_check_att_read_type_manu_loop 
+0x5088 019467 branch keyboard_le_parse_att_not_find_mac_report 
+:      019468 keyboard_le_send_att_read_by_type_rsp_manufactory:
+0x5089 019469 arg 3 ,rega 
+0x508a 019470 arg le_l2cap_cid_att ,regb 
+0x508b 019471 call le_fifo_malloc_tx_l2cap 
+0x508c 019472 setarg attop_read_request 
+0x508d 019473 istore 1 ,contw 
+0x508e 019474 copy regc ,pdata 
+0x508f 019475 istore 2 ,contw 
+0x5090 019476 rtn 
+:      019478 keyboard_le_parse_att_manu_resp:
+0x5091 019479 fetch 2 ,mem_le_l2cap_size 
+0x5092 019480 arg 9 ,loopcnt 
+0x5093 019481 fetch 2 ,mem_le_payload_ptr 
+0x5094 019482 add pdata ,5 ,rega 
+0x5095 019483 arg mem_le_search_mac_manu_name ,regb 
+0x5096 019484 call string_compare 
+0x5097 019485 branch keyboard_le_parse_att_find_mac_report ,zero 
+0x5098 019486 branch keyboard_le_parse_att_not_find_mac_report 
+:      019494 module_init:
+0x5099 019495 branch module_lpm_init ,wake 
+0x509a 019496 call le_modified_name 
+0x509b 019497 setarg module_process_idle 
+0x509c 019498 store 2 ,mem_cb_idle_process 
+0x509d 019499 setarg module_process_bb_event 
+0x509e 019500 store 2 ,mem_cb_bb_event_process 
+0x509f 019501 setarg module_lpm_lock 
+0x50a0 019502 store 2 ,mem_cb_check_wakelock 
+0x50a1 019503 setarg module_hci_cmd_transmit_le_notify 
+0x50a2 019504 store 2 ,mem_cb_ble_transmit 
+0x50a3 019505 setarg module_le_receive_data 
+0x50a4 019506 store 2 ,mem_cb_att_write 
+0x50a5 019507 setarg module_bb_event_timer 
+0x50a6 019508 store 2 ,mem_cb_event_timer 
+0x50a7 019510 bpatch patch0c_2 ,mem_patch0c 
+0x50a8 019511 call module_lpm_uart_init 
+0x50a9 019512 call module_gpio_init 
+0x50aa 019513 branch module_hci_event_enter_standby_mode 
+:      019515 module_lpm_uart_init:
+0x50ab 019516 fetch 1 ,core_uart_ctrl 
+0x50ac 019517 set0 bit_uart_control_enable ,pdata 
+0x50ad 019518 store 1 ,core_uart_ctrl 
+0x50ae 019519 fetch 8 ,mem_module_uart_rx_buffer 
+0x50af 019520 call uarta_init_dma_mem 
+0x50b0 019521 fetch uart_baud_len ,mem_module_uarta_baud_rate 
+0x50b1 019522 call uarta_init_baud_rate 
+0x50b2 019523 call uart_clock_select_main_freq_crystal 
+0x50b3 019524 jam gpcfg_uart_txd ,core_gpio_conf + hci_uart_tx_gpio_num 
+0x50b4 019525 jam gpcfg_uart_rxd | gpcfg_pullup ,core_gpio_conf + hci_uart_rx_gpio_num 
+0x50b5 019526 jam gpcfg_uart_rts ,core_gpio_conf + hci_uart_rts_gpio_num 
+0x50b6 019527 jam gpcfg_uart_cts ,core_gpio_conf + hci_uart_cts_gpio_num 
+0x50b7 019529 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+0x50b8 019530 fetch 2 ,mem_module_flag 
+0x50b9 019531 isolate1 module_flag_uart_flow_control ,pdata 
+0x50ba 019532 setflag true ,bit_uart_control_flow_control ,temp 
+0x50bb 019533 storet 1 ,core_uart_ctrl 
+0x50bc 019534 rtn 
+:      019536 module_lpm_init:
+0x50bd 019537 branch module_lpm_uart_init 
+:      019541 module_gpio_init:
+0x50be 019542 fetcht 1 ,mem_module_connect_state_gpio 
+0x50bf 019543 call gpio_config_output 
+0x50c0 019544 call module_set_conn_pin_low 
+0x50c1 019545 fetcht 1 ,mem_module_wake_up_gpio 
+0x50c2 019546 branch gpio_config_input 
+:      019548 module_lpm_lock:
+0x50c3 019549 fetcht 1 ,mem_module_wake_up_gpio 
+0x50c4 019550 call gpio_get_bit 
+0x50c5 019551 nbranch app_put_lpm_wake_lock ,true 
+0x50c6 019552 branch app_get_lpm_wake_lock 
+:      019555 module_process_idle:
+0x50c7 019556 call l2cap_malloc_is_fifo_full 
+0x50c8 019557 nrtn blank 
+0x50c9 019558 branch module_process_check_hci_command_complete 
+:      019561 module_process_bb_event:
+0x50ca 019562 copy regc ,pdata 
+0x50cb 019563 beq bt_evt_le_connected ,module_process_le_conn 
+0x50cc 019564 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x50cd 019565 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x50ce 019566 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x50cf 019567 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x50d0 019568 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x50d1 019569 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x50d2 019570 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x50d3 019571 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x50d4 019572 beq bt_evt_le_update_phy ,module_process_ble_update_phy 
+0x50d5 019573 beq bt_evt_le_get_passkey ,module_hci_event_passkey_entry_mode 
+0x50d6 019574 beq bt_evt_le_gkey_generate ,module_hci_event_gkey_generate 
+0x50d7 019575 rtn 
+:      019579 module_process_bb_even_le_disconn:
+0x50d8 019580 call le_clr_config_more_data 
+0x50d9 019581 jam 0 ,mem_module_hci_notify_len 
+0x50da 019582 call module_disconn_start 
+0x50db 019583 branch module_hci_event_le_disconnect 
+:      019588 module_process_le_conn:
+0x50dc 019590 call module_conn_start 
+0x50dd 019591 fetch 1 ,mem_module_le_lpm_mult 
+0x50de 019592 store 1 ,mem_lpm_mult 
+0x50df 019593 branch module_hci_event_le_connect 
+:      019597 module_disconn_start:
+0x50e0 019598 call module_start_adv_discovery_by_command 
+0x50e1 019599 branch module_set_conn_pin_high 
+:      019602 module_process_ble_ltk_lost:
+0x50e2 019603 call le_send_reject_ind 
+0x50e3 019604 branch le_send_smp_security_request 
+:      019606 module_process_ble_update_phy:
+0x50e4 019607 branch module_hci_event_le_update_phy 
+:      019610 module_set_conn_pin_high:
+0x50e5 019611 fetcht 1 ,mem_module_connect_state_gpio 
+0x50e6 019612 branch gpio_out_active 
+:      019614 module_conn_start:
+0x50e7 019615 call module_stop_adv_discovery 
+0x50e8 019616 branch module_set_conn_pin_low 
+:      019618 module_stop_adv_discovery:
+0x50e9 019619 fetch 1 ,mem_module_state 
+0x50ea 019620 isolate1 moudle_state_ble_bit ,pdata 
+0x50eb 019621 call app_ble_stop_adv ,true 
+0x50ec 019622 rtn 
+:      019623 module_set_conn_pin_low:
+0x50ed 019624 fetcht 1 ,mem_module_connect_state_gpio 
+0x50ee 019625 branch gpio_out_inactive 
+:      019628 module_process_check_hci_command_complete:
+0x50ef 019629 fetch 1 ,core_uart_status 
+0x50f0 019630 rtnbit1 uart_status_rx_fifo_empty 
+0x50f1 019631 call uarta_prepare_rx 
+0x50f2 019632 ifetch 1 ,contru 
+0x50f3 019633 bne 0x01 ,module_hci_in_excp 
+0x50f4 019634 fetch 2 ,core_uart_rxitems 
+0x50f5 019635 sub pdata ,2 ,null 
+0x50f6 019636 rtn positive 
+0x50f7 019637 ifetch 1 ,contru 
+0x50f8 019638 store 1 ,mem_module_uart_opcode 
+0x50f9 019639 ifetcht 1 ,contru 
+0x50fa 019640 copy contru ,rega 
+0x50fb 019641 storet 1 ,mem_module_uart_len 
+0x50fc 019642 add temp ,3 ,temp 
+0x50fd 019643 fetch 2 ,core_uart_rxitems 
+0x50fe 019644 isub temp ,temp 
+0x50ff 019645 nrtn positive 
+0x5100 019646 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5101 019647 call module_hci_cmd_control 
+0x5102 019648 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x5103 019649 rtneq hci_not_discard_packet 
+0x5104 019650 branch module_hci_dicard_packet 
+:      019652 module_hci_in_excp:
+0x5105 019653 call delay_10ms 
+0x5106 019654 call module_hci_event_invalid_packet 
+0x5107 019655 branch module_hci_release_except 
+:      019658 module_hci_release_except:
+0x5108 019659 bpatch patch0c_3 ,mem_patch0c 
+0x5109 019660 call uarta_prepare_rx 
+0x510a 019661 fetch 2 ,core_uart_rxitems 
+0x510b 019662 rtn blank 
+0x510c 019663 iadd contru ,contru 
+0x510d 019664 branch module_hci_dicard_bytes 
+:      019666 module_hci_dicard_packet:
+0x510e 019667 call uarta_prepare_rx 
+0x510f 019668 increase 2 ,contu 
+0x5110 019669 ifetch 1 ,contu 
+0x5111 019670 iadd contu ,contu 
+:      019671 module_hci_dicard_bytes:
+0x5112 019672 branch uarta_rxdone 
+:      019675 module_hci_cmd_control:
+0x5113 019676 bpatch patch0c_4 ,mem_patch0c 
+0x5114 019677 fetch 1 ,mem_module_uart_opcode 
+0x5115 019678 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x5116 019679 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x5117 019680 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x5118 019681 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x5119 019682 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x511a 019683 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x511b 019684 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x511c 019685 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x511d 019686 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x511e 019687 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x511f 019688 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x5120 019689 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x5121 019690 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x5122 019691 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x5123 019692 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x5124 019693 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x5125 019694 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x5126 019695 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x5127 019696 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x5128 019697 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x5129 019698 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x512a 019699 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x512b 019700 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x512c 019701 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x512d 019702 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x512e 019703 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x512f 019705 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x5130 019706 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x5131 019707 beq hci_cmd_delete_customize_service ,module_hci_cmd_delete_customize_service 
+0x5132 019708 beq hci_cmd_add_service_uuid ,module_hci_cmd_add_service_uuid 
+0x5133 019709 beq hci_cmd_add_characteristic_uuid ,module_hci_cmd_add_characteristic_uuid 
+0x5134 019710 beq hci_cmd_passkey_entry_input ,module_hci_cmd_le_passkey_entry_input 
+0x5135 019711 beq hci_cmd_le_creat_conn ,module_hci_cmd_le_create_conn 
+0x5136 019712 beq hci_cmd_ble_set_phy ,module_hci_cmd_ble_set_phy 
+0x5137 019713 beq hci_cmd_ble_read_current_phy ,module_hci_cmd_ble_read_current_phy 
+0x5138 019714 beq hci_cmd_ble_set_dle ,module_hci_cmd_ble_set_dle 
+0x5139 019715 beq hci_cmd_read_chip_data ,module_hci_cmd_read_chip_data 
+0x513a 019716 beq hci_cmd_write_chip_data ,module_hci_cmd_write_chip_data 
+0x513b 019717 beq hci_cmd_close_lpm ,module_hci_cmd_close_lpm 
+0x513c 019718 branch module_hci_event_receive_invalid_cmd 
+:      019724 module_hci_cmd_set_le_addr:
+0x513d 019725 fetch 1 ,mem_module_uart_len 
+0x513e 019726 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x513f 019727 ifetch 6 ,contru 
+0x5140 019728 store 6 ,mem_le_lap 
+0x5141 019729 branch module_hci_event_receive_valid_cmd 
+:      019733 module_hci_cmd_set_visibility:
+0x5142 019734 fetch 1 ,mem_module_uart_len 
+0x5143 019735 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x5144 019736 ifetcht 1 ,contru 
+0x5145 019737 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x5146 019738 call module_hci_event_receive_valid_cmd 
+0x5147 019739 fetch 2 ,mem_ui_state_map 
+0x5148 019740 rtnbit1 ui_state_ble_connected 
+:      019742 module_start_adv_discovery_by_command:
+:      019743 moudle_start_adv_by_command:
+0x5149 019744 fetch 1 ,mem_module_state 
+0x514a 019745 isolate1 moudle_state_ble_bit ,pdata 
+0x514b 019746 nrtn true 
+0x514c 019747 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x514d 019748 isolate1 2 ,temp 
+0x514e 019749 branch app_ble_start_adv ,true 
+0x514f 019750 branch app_ble_stop_adv 
+:      019755 module_hci_cmd_set_le_name:
+0x5150 019756 arg 29 ,pdata 
+0x5151 019757 arg mem_le_name_len ,contw 
+0x5152 019758 call module_hci_cmd_receive_store_mem 
+0x5153 019759 branch le_modified_name 
+:      019764 module_hci_cmd_receive_le_data:
+0x5154 019765 fetch 2 ,mem_ui_state_map 
+0x5155 019766 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x5156 019767 call module_check_ble_encrypt_state 
+0x5157 019768 branch module_hci_event_receive_invalid_cmd ,user 
+0x5158 019769 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5159 019770 fetch 2 ,mem_module_flag 
+0x515a 019771 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x515b 019772 fetch 1 ,mem_module_hci_notify_len 
+0x515c 019773 nrtn blank 
+0x515d 019774 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x515e 019775 ifetch 2 ,contru 
+0x515f 019776 store 2 ,mem_module_hci_notify_handle 
+0x5160 019777 storer contru ,2 ,mem_module_hci_nofiy_addr 
+0x5161 019778 fetch 1 ,mem_module_uart_len 
+0x5162 019779 pincrease -2 
+0x5163 019780 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x5164 019781 branch module_hci_event_receive_invalid_cmd ,zero 
+0x5165 019782 store 1 ,mem_module_hci_notify_len 
+0x5166 019783 fetcht 2 ,mem_module_hci_notify_handle 
+0x5167 019784 increase -1 ,temp 
+0x5168 019785 call le_att_get_handle_ptr2 
+0x5169 019786 branch module_hci_cmd_transmit_handle_error ,blank 
+0x516a 019787 ifetcht 4 ,contr 
+0x516b 019788 setarg 0x01280302 
+0x516c 019789 isub temp ,null 
+0x516d 019790 nbranch module_hci_cmd_transmit_handle_error ,zero 
+0x516e 019791 ifetch 1 ,contr 
+0x516f 019792 store 1 ,mem_module_hci_notify_type 
+0x5170 019793 and_into 0x30 ,pdata 
+0x5171 019794 branch module_hci_cmd_transmit_handle_error ,blank 
+0x5172 019795 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5173 019796 call le_set_config_more_data 
+0x5174 019797 call module_hci_cmd_transmit_le_notify 
+0x5175 019798 call module_hci_cmd_transmit_le_notify 
+0x5176 019799 call module_hci_cmd_transmit_le_notify 
+0x5177 019800 fetch 2 ,mem_module_flag 
+0x5178 019801 rtnbit0 module_flag_ble_data_finish 
+:      019802 module_hci_cmd_receive_le_data_finish:
+0x5179 019803 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x517a 019804 call module_clear_le_tx_data_flag 
+0x517b 019805 branch module_hci_event_receive_valid_cmd 
+:      019807 module_hci_cmd_transmit_handle_error:
+0x517c 019808 jam 0 ,mem_module_hci_notify_len 
+0x517d 019809 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x517e 019810 call module_clear_le_tx_data_flag 
+0x517f 019811 branch module_hci_event_receive_invalid_cmd 
+:      019813 module_hci_cmd_transmit_le_notify:
+0x5180 019814 fetch 1 ,mem_module_hci_notify_len 
+0x5181 019815 rtn blank 
+0x5182 019816 call le_fifo_check_nearly_full 
+0x5183 019817 nrtn blank 
+0x5184 019818 call module_get_le_remote_mtu 
+0x5185 019819 bpatch patch0c_5 ,mem_patch0c 
+0x5186 019820 fetch 2 ,mem_le_local_mtu 
+0x5187 019821 call not_greater_than 
+0x5188 019822 copy pdata ,temp 
+0x5189 019823 fetch 1 ,mem_le_l2cap_att_states 
+0x518a 019824 rtnbit1 ble_l2cap_recv_confirmation_packet 
+0x518b 019825 add temp ,-3 ,pdata 
+0x518c 019826 arg 251 ,temp 
+0x518d 019827 call not_greater_than 
+0x518e 019828 fetcht 1 ,mem_module_hci_notify_len 
+0x518f 019829 call not_greater_than 
+0x5190 019830 copy pdata ,rega 
+0x5191 019831 copy temp ,pdata 
+0x5192 019832 isub rega ,pdata 
+0x5193 019833 store 1 ,mem_module_hci_notify_len 
+0x5194 019834 call module_hci_cmd_transmit_le_notify_malloc_l2cap 
+0x5195 019835 fetch 2 ,mem_module_hci_nofiy_addr 
+0x5196 019836 copy pdata ,contru 
+0x5197 019837 copy rega ,loopcnt 
+0x5198 019838 call uart_copy_rx_bytes_fast 
+0x5199 019839 copy contru ,pdata 
+0x519a 019840 store 2 ,mem_module_hci_nofiy_addr 
+0x519b 019841 fetch 1 ,mem_module_hci_notify_len 
+0x519c 019842 nrtn blank 
+0x519d 019843 branch module_set_le_tx_data_flag 
+:      019845 module_hci_cmd_transmit_le_notify_malloc_l2cap:
+0x519e 019846 fetcht 2 ,mem_module_hci_notify_handle 
+0x519f 019847 fetch 1 ,mem_module_hci_notify_type 
+0x51a0 019848 bbit1 bit_characteristic_indicate ,le_att_malloc_tx_indication 
+0x51a1 019849 bbit1 bit_characteristic_notify ,le_att_malloc_tx_notify 
+0x51a2 019850 rtn 
+:      019854 module_get_le_remote_mtu:
+0x51a3 019855 arg 0x17 ,temp 
+0x51a4 019856 fetch 2 ,mem_module_flag 
+0x51a5 019857 rtnbit1 module_flag_ble_send_mtu23 
+0x51a6 019858 fetcht 2 ,mem_le_remote_mtu 
+0x51a7 019859 rtn 
+:      019861 module_check_ble_encrypt_state:
+0x51a8 019862 fetch 2 ,mem_module_flag 
+0x51a9 019863 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x51aa 019864 branch disable_user 
+:      019868 module_hci_cmd_inquire_status:
+0x51ab 019869 branch module_hci_event_status_res 
+:      019875 module_hci_cmd_set_uart_control_mode:
+0x51ac 019876 ifetch 1 ,contru 
+0x51ad 019877 fetcht 1 ,mem_module_flag 
+0x51ae 019878 nsetflag blank ,module_flag_uart_flow_control ,temp 
+0x51af 019879 storet 1 ,mem_module_flag 
+0x51b0 019880 fetcht 1 ,core_uart_ctrl 
+0x51b1 019881 nsetflag blank ,bit_uart_control_flow_control ,temp 
+0x51b2 019882 storet 1 ,core_uart_ctrl 
+0x51b3 019883 branch module_hci_event_receive_valid_cmd 
+:      019887 module_hci_cmd_set_uart_baud:
+0x51b4 019888 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x51b5 019889 call string2dec_from_uart 
+0x51b6 019890 call uart_calc_baud_rate_config 
+0x51b7 019891 store uart_baud_len ,mem_module_uarta_baud_rate 
+0x51b8 019892 call module_hci_event_receive_valid_cmd 
+0x51b9 019893 call wait_uarttx 
+0x51ba 019894 fetch uart_baud_len ,mem_module_uarta_baud_rate 
+0x51bb 019895 branch uarta_init_baud_rate 
+:      019899 module_hci_cmd_version_request:
+0x51bc 019900 arg 2 ,rega 
+0x51bd 019901 arg mem_soft_version_num ,regb 
+0x51be 019902 arg 0 ,temp 
+0x51bf 019903 branch module_hci_event_set_cmd 
+:      019908 module_hci_cmd_ble_disconnect:
+0x51c0 019909 fetch 2 ,mem_ui_state_map 
+0x51c1 019910 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      019911 module_hci_cmd_ble_disconnect_doing:
+0x51c2 019912 call module_hci_event_receive_valid_cmd 
+0x51c3 019913 branch app_ble_disconnect 
+:      019919 module_hci_cmd_set_nvram:
+0x51c4 019920 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x51c5 019921 fetch 2 ,mem_nv_data_ptr 
+0x51c6 019922 icopy contw 
+0x51c7 019923 call uart_copy_rx_bytes_fast 
+0x51c8 019924 branch module_hci_event_receive_valid_cmd 
+:      019928 module_hci_cmd_confirm_gkey:
+0x51c9 019929 fetch 2 ,mem_ui_state_map 
+0x51ca 019930 bbit1 ui_state_ble_connected ,module_hci_cmd_le_confirm_gkey 
+0x51cb 019931 branch module_hci_event_receive_invalid_cmd 
+:      019935 module_hci_cmd_auto_adv:
+0x51cc 019936 arg 0x40 ,loopcnt 
+0x51cd 019937 arg mem_le_adv_data_len ,contw 
+0x51ce 019938 call clear_mem 
+0x51cf 019939 setarg 0 
+0x51d0 019940 store 1 ,mem_regb 
+0x51d1 019941 copy rega ,contru 
+:      019942 module_hci_cmd_auto_adv_loop:
+0x51d2 019943 copy contru ,pdata 
+0x51d3 019944 store 2 ,mem_regc 
+0x51d4 019945 call module_hci_cmd_auto_adv_adv_analys 
+0x51d5 019947 fetch 1 ,mem_regb 
+0x51d6 019948 fetcht 1 ,mem_temp 
+0x51d7 019949 increase 1 ,temp 
+0x51d8 019950 iadd temp ,pdata 
+0x51d9 019951 store 1 ,mem_regb 
+0x51da 019953 sub pdata ,31 ,null 
+0x51db 019954 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      019955 module_hci_cmd_auto_adv_store_adv:
+0x51dc 019956 fetcht 1 ,mem_le_adv_data_len 
+0x51dd 019957 setarg mem_le_adv_data 
+0x51de 019958 iadd temp ,pdata 
+0x51df 019959 store 2 ,mem_contw 
+0x51e0 019960 fetcht 1 ,mem_temp 
+0x51e1 019961 increase 1 ,temp 
+0x51e2 019962 fetch 1 ,mem_le_adv_data_len 
+0x51e3 019963 iadd temp ,pdata 
+0x51e4 019964 store 1 ,mem_le_adv_data_len 
+0x51e5 019965 branch module_hci_cmd_auto_adv_store_common 
+:      019966 module_hci_cmd_auto_adv_store_scan:
+0x51e6 019967 fetcht 1 ,mem_le_scan_data_len 
+0x51e7 019968 setarg mem_le_scan_data 
+0x51e8 019969 iadd temp ,pdata 
+0x51e9 019970 store 2 ,mem_contw 
+0x51ea 019971 fetcht 1 ,mem_temp 
+0x51eb 019972 increase 1 ,temp 
+0x51ec 019973 fetch 1 ,mem_le_scan_data_len 
+0x51ed 019974 iadd temp ,pdata 
+0x51ee 019975 store 1 ,mem_le_scan_data_len 
+:      019976 module_hci_cmd_auto_adv_store_common:
+0x51ef 019977 fetch 2 ,mem_contw 
+0x51f0 019978 copy pdata ,contw 
+0x51f1 019979 fetch 2 ,mem_regc 
+0x51f2 019980 copy pdata ,contru 
+0x51f3 019982 copy temp ,loopcnt 
+0x51f4 019983 call uart_copy_rx_bytes_fast 
+0x51f5 019985 fetch 1 ,mem_module_uart_len 
+0x51f6 019986 fetcht 1 ,mem_regb 
+0x51f7 019987 isub temp ,null 
+0x51f8 019988 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x51f9 019989 branch module_hci_event_receive_valid_cmd 
+:      019992 module_hci_cmd_auto_adv_adv_analys:
+0x51fa 019993 ifetch 1 ,contru 
+0x51fb 019994 store 1 ,mem_temp 
+0x51fc 019995 ifetch 1 ,contru 
+0x51fd 019996 store 1 ,mem_rega 
+0x51fe 019997 rtn 
+:      020001 module_hci_cmd_power_request:
+0x51ff 020002 arg 0 ,temp 
+0x5200 020003 arg 2 ,rega 
+0x5201 020004 fetch 2 ,mem_module_vdd_quotient 
+0x5202 020005 store 2 ,mem_event_cmd_response_content 
+0x5203 020006 arg mem_event_cmd_response_content ,regb 
+0x5204 020007 branch module_hci_event_set_cmd 
+:      020011 module_hci_cmd_power_set:
+0x5205 020012 fetch 1 ,mem_module_uart_len 
+0x5206 020013 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x5207 020014 ifetch 1 ,contru 
+0x5208 020015 store 1 ,mem_module_read_vdd_flag 
+0x5209 020016 setarg 0x00 
+0x520a 020017 store 2 ,mem_module_vdd_quotient 
+0x520b 020018 branch module_hci_event_receive_valid_cmd 
+:      020022 module_hci_cmd_passkey_entry:
+0x520c 020023 fetch 1 ,mem_module_uart_len 
+0x520d 020024 bne 4 ,module_hci_event_receive_invalid_cmd 
+0x520e 020025 fetch 2 ,mem_ui_state_map 
+0x520f 020026 bbit1 ui_state_ble_connected ,module_hci_cmd_le_passkey_entry_input 
+0x5210 020027 branch module_hci_event_receive_invalid_cmd 
+:      020032 module_hci_cmd_set_gpio:
+0x5211 020033 fetch 1 ,mem_module_uart_len 
+0x5212 020034 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x5213 020035 ifetch 1 ,contru 
+0x5214 020036 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x5215 020037 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x5216 020038 branch module_hci_event_receive_invalid_cmd 
+:      020040 module_set_gpio_input:
+0x5217 020041 call module_hci_event_receive_valid_cmd 
+0x5218 020042 ifetcht 1 ,contru 
+0x5219 020043 ifetch 1 ,contru 
+0x521a 020044 beq gpio_input_high_impedance ,gpio_set_high_impedance 
+0x521b 020045 nsetflag blank ,7 ,temp 
+0x521c 020046 branch gpio_config_input 
+:      020048 module_set_gpio_output:
+0x521d 020049 call module_hci_event_receive_valid_cmd 
+0x521e 020050 ifetcht 1 ,contru 
+0x521f 020051 ifetch 1 ,contru 
+0x5220 020052 branch gpio_out_active ,blank 
+0x5221 020053 branch gpio_out_inactive 
+:      020057 module_hci_cmd_read_gpio:
+0x5222 020058 fetch 1 ,mem_module_uart_len 
+0x5223 020059 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x5224 020060 ifetcht 1 ,contru 
+0x5225 020061 call gpio_get_bit 
+0x5226 020062 setarg 0x0 
+0x5227 020063 nsetflag true ,0 ,pdata 
+0x5228 020064 arg 1 ,rega 
+0x5229 020065 store 2 ,mem_event_cmd_response_content 
+0x522a 020066 arg mem_event_cmd_response_content ,regb 
+0x522b 020067 arg 0 ,temp 
+0x522c 020068 branch module_hci_event_set_cmd 
+:      020072 module_hci_cmd_le_set_pairing_mode:
+0x522d 020073 ifetch 1 ,contru 
+0x522e 020074 copy pdata ,temp 
+0x522f 020075 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
+0x5230 020076 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
+0x5231 020077 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
+0x5232 020078 beq le_pairing_mode_secure_connect_passkey_res_input ,module_le_set_pairing_mode_secure_passkey_res_input 
+0x5233 020079 store 1 ,mem_le_pairing_mode 
+0x5234 020080 call sc_reset 
+0x5235 020081 call le_secure_connection_disable 
+0x5236 020082 fetch 1 ,mem_le_pairing_mode 
+0x5237 020083 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x5238 020084 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x5239 020085 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x523a 020086 beq le_pairing_mode_lagacy_passkey_res_input ,module_le_set_pairing_mode_lagacy_passkey_res_input 
+0x523b 020087 branch module_hci_event_receive_invalid_cmd 
+:      020089 module_le_set_pairing_mode_secure_justwork:
+0x523c 020090 storet 1 ,mem_le_pairing_mode 
+0x523d 020091 call le_secure_connection_enable 
+0x523e 020092 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x523f 020093 branch module_le_set_noinputnooutput 
+:      020094 module_le_set_pairing_mode_secure_numeric:
+0x5240 020095 storet 1 ,mem_le_pairing_mode 
+0x5241 020096 call le_secure_connection_enable 
+0x5242 020097 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5243 020098 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x5244 020099 branch module_hci_event_receive_valid_cmd 
+:      020100 module_le_set_pairing_mode_secure_passkey:
+0x5245 020101 storet 1 ,mem_le_pairing_mode 
+0x5246 020102 call le_secure_connection_enable 
+0x5247 020103 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5248 020104 branch module_le_set_displayonly 
+:      020105 module_le_set_pairing_mode_secure_passkey_res_input:
+0x5249 020106 storet 1 ,mem_le_pairing_mode 
+0x524a 020107 call le_secure_connection_enable 
+0x524b 020108 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x524c 020109 branch module_le_set_keboadonly 
+:      020112 module_le_set_no_pairing:
+0x524d 020113 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      020114 module_le_set_noinputnooutput:
+0x524e 020115 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x524f 020116 branch module_hci_event_receive_valid_cmd 
+:      020117 module_le_set_pairing_mode_lagacy_just_work:
+0x5250 020118 jam flag_le_bonding_no_mitm ,mem_le_pres_auth 
+0x5251 020119 branch module_le_set_noinputnooutput 
+:      020120 module_le_set_pairing_mode_lagacy_passkey:
+0x5252 020121 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5253 020122 branch module_le_set_displayonly 
+:      020123 module_le_set_pairing_mode_lagacy_passkey_res_input:
+0x5254 020124 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5255 020125 branch module_le_set_keboadonly 
+:      020126 module_le_set_keboadonly:
+0x5256 020127 jam flag_iocap_keyboardonly ,mem_le_pres_iocap 
+0x5257 020128 branch module_hci_event_receive_valid_cmd 
+:      020129 module_le_set_displayonly:
+0x5258 020130 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5259 020131 branch module_hci_event_receive_valid_cmd 
+:      020135 module_hci_cmd_le_set_adv_data:
+0x525a 020136 arg 31 ,pdata 
+0x525b 020137 arg mem_le_adv_data_len ,contw 
+0x525c 020138 branch module_hci_cmd_receive_store_mem 
+:      020142 module_hci_cmd_le_set_scan_data:
+0x525d 020143 arg 31 ,pdata 
+0x525e 020144 arg mem_le_scan_data_len ,contw 
+0x525f 020145 branch module_hci_cmd_receive_store_mem 
+:      020147 module_hci_cmd_receive_store_mem:
+0x5260 020148 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x5261 020149 isub loopcnt ,null 
+0x5262 020150 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x5263 020151 istorer loopcnt ,1 ,contw 
+0x5264 020152 call uart_copy_rx_bytes_fast 
+0x5265 020153 branch module_hci_event_receive_valid_cmd 
+:      020157 module_hci_cmd_le_send_conn_update_req:
+0x5266 020158 fetch 2 ,mem_ui_state_map 
+0x5267 020159 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x5268 020160 fetch 1 ,mem_module_uart_len 
+0x5269 020161 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x526a 020162 ifetch 8 ,contru 
+0x526b 020163 store 8 ,mem_le_interval_min 
+0x526c 020164 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x526d 020165 call ui_ipc_send_cmd 
+0x526e 020166 branch module_hci_event_receive_valid_cmd 
+:      020170 module_hci_cmd_set_le_adv_parameter:
+0x526f 020171 ifetch 2 ,contru 
+0x5270 020172 store 2 ,mem_le_adv_interval 
+0x5271 020173 storet 1 ,mem_lpm_overhead 
+0x5272 020174 iadd temp ,pdata 
+0x5273 020175 store 2 ,mem_lpm_interval 
+0x5274 020176 branch module_hci_event_receive_valid_cmd 
+:      020180 module_hci_cmd_le_start_pairing:
+0x5275 020181 fetch 1 ,mem_le_pairing_mode 
+0x5276 020182 branch module_hci_event_receive_invalid_cmd ,blank 
+0x5277 020183 fetch 1 ,mem_le_pairing_state 
+0x5278 020184 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x5279 020185 fetch 1 ,mem_le_enc_state 
+0x527a 020186 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x527b 020187 call check_51cmd_le_smp_sec_req 
+0x527c 020188 branch module_hci_event_receive_valid_cmd 
+:      020192 module_hci_cmd_set_wake_gpio:
+0x527d 020193 fetch 1 ,mem_module_uart_len 
+0x527e 020194 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x527f 020195 ifetch 1 ,contru 
+0x5280 020196 store 1 ,mem_module_mcu_wake_pin 
+0x5281 020197 ifetch 4 ,contru 
+0x5282 020198 store 4 ,mem_module_mcu_wake_delay_us 
+0x5283 020199 fetcht 1 ,mem_module_mcu_wake_pin 
+0x5284 020200 call gpio_config_output 
+0x5285 020201 call module_set_mcu_wake_pin_low 
+0x5286 020202 branch module_hci_event_receive_valid_cmd 
+:      020206 module_hci_cmd_set_tx_power:
+0x5287 020207 fetch 1 ,mem_module_uart_len 
+0x5288 020208 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x5289 020209 ifetch 1 ,contru 
+0x528a 020210 store 1 ,mem_tx_power 
+0x528b 020211 branch module_hci_event_receive_valid_cmd 
+:      020215 module_hci_cmd_le_confirm_gkey:
+0x528c 020216 ifetch 1 ,contru 
+0x528d 020217 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x528e 020218 fetch 1 ,mem_le_secure_connect_state 
+0x528f 020219 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x5290 020220 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x5291 020221 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x5292 020222 branch module_hci_event_receive_invalid_cmd 
+:      020223 module_hci_cmd_le_confirm_gkey_ok:
+0x5293 020224 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x5294 020225 branch module_hci_event_receive_valid_cmd 
+:      020227 module_hci_cmd_le_confirm_gkey_fail:
+0x5295 020228 call le_send_pairing_confirm_value_failed 
+0x5296 020229 branch module_hci_event_receive_valid_cmd 
+:      020235 module_hci_cmd_reset_chip:
+0x5297 020236 call module_hci_event_receive_valid_cmd 
+0x5298 020237 call wait_uarttx 
+0x5299 020238 jam 0x01 ,core_reset 
+0x529a 020239 branch assert 
+:      020243 module_hci_cmd_le_set_fixed_passkey:
+0x529b 020244 fetch 1 ,mem_module_uart_len 
+0x529c 020245 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x529d 020246 ifetch 1 ,contru 
+0x529e 020247 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x529f 020248 fetch 1 ,mem_module_uart_len 
+0x52a0 020249 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x52a1 020250 ifetch 4 ,contru 
+0x52a2 020251 arg 1000000 ,temp 
+0x52a3 020252 isub temp ,null 
+0x52a4 020253 branch module_hci_event_receive_invalid_cmd ,positive 
+0x52a5 020254 store 4 ,mem_le_tk 
+0x52a6 020255 call le_set_config_fixed_tk 
+0x52a7 020256 branch module_hci_event_receive_valid_cmd 
+:      020258 module_hci_cmd_le_set_random_passkey:
+0x52a8 020259 call le_clr_config_fixed_tk 
+0x52a9 020260 branch module_hci_event_receive_valid_cmd 
+:      020264 module_hci_cmd_delete_customize_service:
+0x52aa 020265 arg 0x0001 ,temp 
+0x52ab 020266 call le_att_get_handle_ptr2 
+0x52ac 020267 add contr ,-2 ,contw 
+0x52ad 020268 setarg 0x0000 
+0x52ae 020269 istore 2 ,contw 
+0x52af 020270 branch module_hci_event_receive_valid_cmd 
+:      020274 module_hci_cmd_add_service_uuid:
+0x52b0 020275 call module_hci_cmd_add_service_uuid_set_uuid 
+0x52b1 020276 call uart_copy_rx_bytes_len_data 
+0x52b2 020277 setarg 0x0000 
+0x52b3 020278 istore 2 ,contw 
+0x52b4 020279 branch module_hci_event_uuid_handle 
+:      020284 module_hci_cmd_add_characteristic_uuid:
+0x52b5 020285 ifetch 1 ,contru 
+0x52b6 020286 call module_hci_cmd_add_characteristic_uuid_set_handle 
+0x52b7 020287 call module_hci_cmd_add_characteristic_uuid_set_uuid 
+0x52b8 020288 branch module_hci_event_uuid_handle 
+:      020291 module_hci_cmd_add_service_uuid_set_uuid:
+0x52b9 020292 call le_att_creat_new_handle 
+0x52ba 020293 setarg 0x280002 
+0x52bb 020294 istore 3 ,contw 
+0x52bc 020295 rtn 
+:      020298 module_hci_cmd_add_characteristic_uuid_set_handle:
+0x52bd 020299 store 1 ,mem_pdatatemp 
+0x52be 020300 call le_att_creat_new_handle 
+0x52bf 020301 setarg 0x01280302 
+0x52c0 020302 istore 4 ,contw 
+0x52c1 020303 fetch 1 ,mem_pdatatemp 
+0x52c2 020304 istore 3 ,contw 
+0x52c3 020305 rtn 
+:      020308 module_hci_cmd_add_characteristic_uuid_set_uuid:
+0x52c4 020309 call le_att_get_last_handle 
+0x52c5 020310 ifetch 1 ,contru 
+0x52c6 020311 and pdata ,0x1f ,loopcnt 
+0x52c7 020312 copy pdata ,rega 
+0x52c8 020313 isolate1 bit_of_write_authenticated ,rega 
+0x52c9 020314 setflag true ,bit_of_att_handle_write_authenticated ,temp 
+0x52ca 020315 isolate1 bit_of_read_authenticated ,rega 
+0x52cb 020316 setflag true ,bit_of_att_handle_read_authenticated ,temp 
+0x52cc 020317 istoret 2 ,contw 
+0x52cd 020318 copy loopcnt ,pdata 
+0x52ce 020319 istore 1 ,contw 
+0x52cf 020320 call uart_copy_rx_bytes 
+0x52d0 020321 call uart_copy_rx_bytes_len_data 
+0x52d1 020322 setarg 0 
+0x52d2 020323 istore 2 ,contw 
+0x52d3 020324 and temp ,0xff ,temp 
+0x52d4 020325 increase -1 ,temp 
+0x52d5 020326 call le_att_get_handle_ptr2 
+0x52d6 020327 add contr ,4 ,contr 
+0x52d7 020328 ifetch 1 ,contr 
+0x52d8 020329 bbit1 bit_characteristic_notify ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+0x52d9 020330 bbit1 bit_characteristic_indicate ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+0x52da 020331 increase 1 ,temp 
+0x52db 020332 rtn 
+:      020335 module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
+0x52dc 020336 call le_att_get_last_handle 
+0x52dd 020337 isolate1 bit_of_notify_authenticated ,rega 
+0x52de 020338 setflag true ,bit_of_att_handle_write_authenticated ,temp 
+0x52df 020339 istoret 2 ,contw 
+0x52e0 020340 setarg 0x02290202 
+0x52e1 020341 istore 8 ,contw 
+0x52e2 020342 increase -1 ,temp 
+0x52e3 020343 rtn 
+:      020346 le_att_creat_new_handle:
+0x52e4 020347 call le_att_get_last_handle 
+0x52e5 020348 istoret 2 ,contw 
+0x52e6 020349 rtn 
+:      020352 uart_copy_rx_bytes_len_data:
+0x52e7 020353 ifetch 1 ,contru 
+0x52e8 020354 copy pdata ,loopcnt 
+0x52e9 020355 istore 1 ,contw 
+0x52ea 020356 branch uart_copy_rx_bytes 
+:      020360 module_hci_cmd_le_passkey_entry_input:
+0x52eb 020361 fetch 1 ,mem_le_pairing_state 
+0x52ec 020362 bne flag_le_pairing_receive_pairing_confirm ,module_hci_event_receive_invalid_cmd 
+0x52ed 020363 fetch 1 ,mem_le_pairing_mode 
+0x52ee 020364 beq le_pairing_mode_lagacy_passkey_res_input ,module_hci_cmd_passkey_entry_res_input 
+0x52ef 020365 beq le_pairing_mode_secure_connect_passkey_res_input ,module_hci_cmd_passkey_entry_sc_res_input 
+0x52f0 020366 branch module_hci_event_receive_invalid_cmd 
+:      020368 module_hci_cmd_passkey_entry_sc_res_input:
+0x52f1 020369 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x52f2 020370 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x52f3 020371 branch module_hci_cmd_receive_ble_passkey 
+:      020373 module_hci_cmd_receive_ble_passkey:
+0x52f4 020374 ifetch 4 ,contru 
+0x52f5 020375 store 4 ,mem_le_tk 
+0x52f6 020376 branch module_hci_event_receive_valid_cmd 
+:      020378 module_hci_cmd_passkey_entry_res_input:
+0x52f7 020379 call module_hci_cmd_receive_ble_passkey 
+0x52f8 020380 branch le_send_smp_pairing_confirm 
+:      020384 module_hci_cmd_le_create_conn:
+0x52f9 020385 ifetch 6 ,contru 
+0x52fa 020386 store 6 ,mem_le_conn_peer_addr 
+0x52fb 020387 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x52fc 020388 jam on ,mem_le_conn_flag 
+0x52fd 020389 jam on ,mem_le_scan_enable 
+0x52fe 020390 branch module_hci_event_receive_valid_cmd 
+:      020395 module_hci_cmd_ble_set_phy:
+0x52ff 020396 fetch 1 ,mem_module_uart_len 
+0x5300 020397 bne 2 ,module_hci_event_receive_invalid_cmd 
+0x5301 020398 ifetcht 2 ,contru 
+0x5302 020399 call le_set_phys 
+0x5303 020400 branch module_hci_event_receive_valid_cmd 
+:      020404 module_hci_cmd_ble_read_current_phy:
+0x5304 020405 arg 0 ,temp 
+0x5305 020406 arg 2 ,rega 
+0x5306 020407 arg mem_context + coffset_le_rx_phy ,regb 
+0x5307 020408 branch module_hci_event_set_cmd 
+:      020412 module_hci_cmd_ble_set_dle:
+0x5308 020413 fetch 1 ,mem_module_uart_len 
+0x5309 020414 bne 8 ,module_hci_event_receive_invalid_cmd 
+0x530a 020415 ifetch 8 ,contru 
+0x530b 020416 call le_set_dle 
+0x530c 020417 branch module_hci_event_receive_valid_cmd 
+:      020421 module_hci_cmd_read_chip_data:
+0x530d 020422 ifetchr rega ,1 ,contru 
+0x530e 020423 ifetchr regb ,2 ,contru 
+0x530f 020424 arg 0 ,temp 
+0x5310 020425 branch module_hci_event_set_cmd 
+:      020429 module_hci_cmd_write_chip_data:
+0x5311 020430 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x5312 020431 increase -2 ,loopcnt 
+0x5313 020432 ifetch 2 ,contru 
+0x5314 020433 copy pdata ,contw 
+0x5315 020434 call uart_copy_rx_bytes_fast 
+0x5316 020435 branch module_hci_event_receive_valid_cmd 
+:      020440 module_hci_cmd_close_lpm:
+0x5317 020441 jam 0 ,mem_lpm_mode 
+0x5318 020442 branch module_hci_event_receive_valid_cmd 
+:      020447 module_hci_event_receive_invalid_cmd:
+0x5319 020448 arg 1 ,temp 
+0x531a 020449 arg 0 ,rega 
+0x531b 020450 branch module_hci_event_set_cmd 
+:      020453 module_hci_event_receive_valid_cmd:
+0x531c 020454 arg 0 ,temp 
+0x531d 020455 arg 0 ,rega 
+0x531e 020456 branch module_hci_event_set_cmd 
+:      020460 module_hci_event_le_connect:
+0x531f 020461 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x5320 020462 branch module_hci_event_enter_standby_mode_len0 
+:      020467 module_hci_event_le_disconnect:
+0x5321 020468 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x5322 020469 branch module_hci_event_enter_standby_mode_len0 
+:      020477 module_hci_event_set_cmd:
+0x5323 020478 fetch 1 ,mem_module_uart_opcode 
+0x5324 020479 copy pdata ,regc 
+0x5325 020480 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x5326 020481 setarg 2 
+0x5327 020482 iadd rega ,pdata 
+0x5328 020483 call module_hci_prepare_tx 
+0x5329 020484 copy regc ,pdata 
+0x532a 020485 istore 1 ,contwu 
+0x532b 020486 istoret 1 ,contwu 
+0x532c 020487 copy rega ,loopcnt 
+0x532d 020488 copy regb ,contr 
+0x532e 020489 call uart_copy_tx_bytes 
+0x532f 020490 branch module_hci_transmit_tx 
+:      020497 module_hci_event_receive_le_data:
+0x5330 020498 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x5331 020499 add loopcnt ,2 ,pdata 
+0x5332 020500 call module_hci_prepare_tx 
+0x5333 020501 fetch 2 ,mem_module_le_rx_data_handle 
+0x5334 020502 istore 2 ,contwu 
+0x5335 020503 fetch 2 ,mem_module_le_rx_data_address 
+0x5336 020504 icopy contr 
+0x5337 020505 call uart_copy_tx_bytes_fast 
+0x5338 020506 copy contr ,pdata 
+0x5339 020507 store 2 ,mem_module_le_rx_data_address 
+0x533a 020508 branch module_hci_transmit_tx 
+:      020512 module_hci_event_enter_standby_mode:
+0x533b 020513 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      020514 module_hci_event_enter_standby_mode_len0:
+0x533c 020515 setarg 0 
+0x533d 020516 call module_hci_prepare_tx 
+0x533e 020517 branch module_hci_transmit_tx 
+:      020521 module_hci_event_status_res:
+0x533f 020522 jam hci_event_status_res ,mem_module_uart_opcode 
+0x5340 020523 setarg 1 
+0x5341 020524 call module_hci_prepare_tx 
+0x5342 020526 call module_hci_read_bt_status 
+0x5343 020528 fetch 2 ,mem_ui_state_map 
+0x5344 020529 arg ui_state_ble_connected ,queue 
+0x5345 020530 qisolate1 pdata 
+0x5346 020531 setflag true ,5 ,temp 
+0x5347 020535 istoret 1 ,contwu 
+0x5348 020536 branch module_hci_transmit_tx 
+:      020540 module_hci_read_bt_status:
+0x5349 020541 arg 0 ,temp 
+0x534a 020542 fetch 1 ,mem_le_adv_enable 
+0x534b 020543 arg 0 ,queue 
+0x534c 020544 qisolate1 pdata 
+0x534d 020545 setflag true ,2 ,temp 
+0x534e 020546 rtn 
+:      020550 module_hci_event_store_device:
+0x534f 020551 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x5350 020552 fetch 1 ,mem_nv_data_number 
+0x5351 020553 mul32 pdata ,34 ,pdata 
+0x5352 020554 icopy loopcnt 
+0x5353 020555 call module_hci_prepare_tx 
+0x5354 020556 fetch 2 ,mem_nv_data_ptr 
+0x5355 020557 icopy contr 
+0x5356 020558 call uart_copy_tx_bytes_fast 
+0x5357 020559 branch module_hci_transmit_tx 
+:      020562 module_hci_event_gkey_generate:
+0x5358 020563 jam hci_event_gkey ,mem_module_uart_opcode 
+0x5359 020564 setarg 4 
+0x535a 020565 call module_hci_prepare_tx 
+0x535b 020566 fetch 4 ,mem_gkey 
+0x535c 020567 istore 4 ,contwu 
+0x535d 020568 branch module_hci_transmit_tx 
+:      020571 module_hci_event_invalid_packet:
+0x535e 020572 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x535f 020573 fetch 2 ,core_uart_rxitems 
+0x5360 020574 arg 0x40 ,temp 
+0x5361 020575 call not_greater_than 
+0x5362 020576 copy pdata ,rega 
+0x5363 020577 copy pdata ,loopcnt 
+0x5364 020578 call uarta_prepare_rx 
+0x5365 020579 arg mem_module_rx_error_data_buffer ,contw 
+0x5366 020580 call uart_copy_rx_bytes_fast 
+0x5367 020581 copy rega ,pdata 
+0x5368 020582 copy rega ,loopcnt 
+0x5369 020583 call module_hci_prepare_tx 
+0x536a 020584 arg mem_module_rx_error_data_buffer ,contr 
+0x536b 020585 call uart_copy_tx_bytes_fast 
+0x536c 020586 branch module_hci_transmit_tx 
+:      020590 module_hci_event_passkey_entry_mode:
+0x536d 020591 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x536e 020592 branch module_hci_event_enter_standby_mode_len0 
+:      020596 module_hci_event_le_tk:
+0x536f 020597 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x5370 020598 setarg 4 
+0x5371 020599 call module_hci_prepare_tx 
+0x5372 020600 fetch 4 ,mem_le_tk 
+0x5373 020601 istore 4 ,contwu 
+0x5374 020602 branch module_hci_transmit_tx 
+:      020606 module_hci_event_le_pairing_fail:
+0x5375 020607 arg flag_ble_pairing_fail ,rega 
+0x5376 020608 branch module_hci_event_pairing_completed 
+:      020610 module_hci_event_le_pairing_success:
+0x5377 020611 arg flag_ble_pairing_success ,rega 
+0x5378 020612 branch module_hci_event_pairing_completed 
+:      020615 module_hci_event_pairing_completed:
+0x5379 020616 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x537a 020617 setarg 2 
+0x537b 020618 call module_hci_prepare_tx 
+0x537c 020619 copy rega ,pdata 
+0x537d 020620 istore 2 ,contwu 
+0x537e 020621 branch module_hci_transmit_tx 
+:      020625 module_hci_event_pause_enc:
+0x537f 020626 arg flag_event_pause_enc ,regc 
+0x5380 020627 branch module_hci_event_enc 
+:      020629 module_hci_event_start_enc:
+0x5381 020630 arg flag_event_start_enc ,regc 
+:      020632 module_hci_event_enc:
+0x5382 020633 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x5383 020634 setarg 1 
+0x5384 020635 call module_hci_prepare_tx 
+0x5385 020636 copy regc ,pdata 
+0x5386 020637 istore 1 ,contwu 
+0x5387 020638 branch module_hci_transmit_tx 
+:      020644 module_hci_event_uuid_handle:
+0x5388 020645 storet 2 ,mem_temp 
+0x5389 020646 jam hci_event_uuid_handle ,mem_module_uart_opcode 
+0x538a 020647 setarg 2 
+0x538b 020648 call module_hci_prepare_tx 
+0x538c 020649 fetcht 2 ,mem_temp 
+0x538d 020650 istoret 2 ,contwu 
+0x538e 020651 branch module_hci_transmit_tx 
+:      020655 module_hci_event_le_input_passkey:
+0x538f 020656 jam hci_event_le_input_gkey ,mem_module_uart_opcode 
+0x5390 020657 branch module_hci_event_enter_standby_mode_len0 
+:      020661 module_hci_event_le_update_phy:
+0x5391 020662 jam hci_ble_update_phy_event ,mem_module_uart_opcode 
+0x5392 020663 setarg 2 
+0x5393 020664 call module_hci_prepare_tx 
+0x5394 020665 fetch 2 ,mem_context + coffset_le_rx_phy 
+0x5395 020666 istore 2 ,contwu 
+0x5396 020667 branch module_hci_transmit_tx 
+:      020679 module_hci_prepare_tx:
+0x5397 020680 jam 0x02 ,mem_module_uart_cmd 
+0x5398 020681 store 1 ,mem_module_uart_len 
+0x5399 020682 storet 8 ,mem_temp 
+0x539a 020683 bpatch patch0c_6 ,mem_patch0c 
+0x539b 020684 call module_set_mcu_wake_pin_high_delay 
+0x539c 020685 fetcht 8 ,mem_temp 
+0x539d 020686 call uarta_prepare_tx_register_push 
+0x539e 020687 fetch 3 ,mem_module_uart_cmd 
+0x539f 020688 istore 3 ,contwu 
+0x53a0 020689 rtn 
+:      020691 module_hci_transmit_tx:
+0x53a1 020692 bpatch patch0c_7 ,mem_patch0c 
+0x53a2 020693 branch uarta_send_register_pop 
+:      020695 module_set_mcu_wake_pin_high_delay:
+0x53a3 020696 call module_check_mcu_wake_pin_high 
+0x53a4 020697 rtn true 
+:      020698 module_set_mcu_wake_pin_h_delay:
+0x53a5 020699 call module_set_mcu_wake_pin_high 
+0x53a6 020700 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x53a7 020701 rshift2 pdata ,pdata 
+0x53a8 020702 rtn blank 
+0x53a9 020703 branch delay 
+:      020705 module_set_mcu_wake_pin_high:
+0x53aa 020706 fetcht 1 ,mem_module_mcu_wake_pin 
+0x53ab 020707 branch gpio_out_active 
+:      020709 module_check_mcu_wake_pin_high:
+0x53ac 020710 fetcht 1 ,mem_module_mcu_wake_pin 
+0x53ad 020711 branch gpio_check_active 
+:      020713 module_set_mcu_wake_pin_low:
+0x53ae 020714 fetcht 1 ,mem_module_mcu_wake_pin 
+0x53af 020715 branch gpio_out_inactive 
+:      020726 module_le_receive_data:
+0x53b0 020727 storer rega ,2 ,mem_module_le_rx_data_address 
+0x53b1 020728 storer regb ,2 ,mem_module_le_rx_data_len 
+0x53b2 020729 fetch 2 ,mem_le_att_handle 
+0x53b3 020730 store 2 ,mem_module_le_rx_data_handle 
+0x53b4 020731 call module_check_ble_encrypt_state 
+0x53b5 020732 rtn user 
+:      020734 module_le_receive_data_ok:
+0x53b6 020735 fetcht 2 ,mem_module_le_rx_data_len 
+0x53b7 020736 fetch 1 ,mem_module_ble_data_uart_max_length 
+0x53b8 020737 call not_greater_than 
+0x53b9 020738 copy pdata ,loopcnt 
+0x53ba 020739 copy temp ,pdata 
+0x53bb 020740 isub loopcnt ,pdata 
+0x53bc 020741 store 2 ,mem_module_le_rx_data_len 
+0x53bd 020742 call module_hci_event_receive_le_data 
+0x53be 020743 fetch 2 ,mem_module_le_rx_data_len 
+0x53bf 020744 rtn blank 
+0x53c0 020745 branch module_le_receive_data_ok 
+:      020750 module_bb_event_timer:
+0x53c1 020751 rtn 
+:      020753 module_read_vdd_timer:
+0x53c2 020754 fetch 1 ,mem_module_read_vdd_flag 
+0x53c3 020755 rtn blank 
+0x53c4 020756 fetch 1 ,mem_module_read_vdd_count 
+0x53c5 020757 rtn blank 
+0x53c6 020758 increase -1 ,pdata 
+0x53c7 020759 store 1 ,mem_module_read_vdd_count 
+0x53c8 020760 nrtn blank 
+0x53c9 020761 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x53ca 020762 call enable_adc 
+0x53cb 020763 call vdd_calculate_by_mode 
+0x53cc 020764 div pdata ,10 
+0x53cd 020765 call get_div_result 
+0x53ce 020766 div pdata ,100 
+0x53cf 020767 call get_div_result 
+0x53d0 020768 remainder temp 
+0x53d1 020769 store 1 ,mem_module_vdd_quotient 
+0x53d2 020770 storet 1 ,mem_module_vdd_remainder 
+0x53d3 020771 rtn 
+:      020777 module_set_le_tx_data_flag:
+0x53d4 020778 arg module_flag_ble_data_finish ,queue 
+0x53d5 020779 branch module_set_state 
+:      020781 module_clear_le_tx_data_flag:
+0x53d6 020782 arg module_flag_ble_data_finish ,queue 
+0x53d7 020783 branch module_clr_state 
+:      020785 module_clr_state:
+0x53d8 020786 fetch 2 ,mem_module_flag 
+0x53d9 020787 qset0 pdata 
+0x53da 020788 store 2 ,mem_module_flag 
+0x53db 020789 rtn 
+:      020791 module_set_state:
+0x53dc 020792 fetch 2 ,mem_module_flag 
+0x53dd 020793 qset1 pdata 
+0x53de 020794 store 2 ,mem_module_flag 
+0x53df 020795 rtn 
+:      020800 mouse_init:
+0x53e0 020801 call enable_authrom 
+0x53e1 020802 call mouse_setting_config 
+0x53e2 020803 call mouse_init_sunt 
+0x53e3 020804 rtn wake 
+0x53e4 020805 call mouse_setting_sensor_type 
+0x53e5 020806 call mouse_drawing_optima_init 
+0x53e6 020807 call mouse_cb_fuction 
+0x53e7 020808 call mouse_sensor_powerdown 
+:      020809 mouse_init_wireless:
+0x53e8 020810 fetch 2 ,mem_ui_state_map 
+0x53e9 020811 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x53ea 020812 call mouse_check_select_device_by_switch 
+0x53eb 020813 branch mouse_start_work 
+:      020816 mouse_cb_fuction:
+0x53ec 020817 bpatch patch0d_0 ,mem_patch0d 
+0x53ed 020818 setarg mouse_24g_short_sleep 
+0x53ee 020819 store 2 ,mem_cb_24g_transmit_short_sleep 
+0x53ef 020820 setarg mouse_24g_long_sleep 
+0x53f0 020821 store 2 ,mem_cb_24g_transmit_long_sleep 
+0x53f1 020822 setarg mouse_24g_before_lpm_sleep 
+0x53f2 020823 store 2 ,mem_cb_before_lpm_sleep 
+0x53f3 020824 setarg mouse_24g_package_data 
+0x53f4 020825 store 2 ,mem_cb_24g_transmit_data 
+0x53f5 020826 setarg mouse_24g_search_dongle 
+0x53f6 020827 store 2 ,mem_cb_24g_search_receiver 
+0x53f7 020828 setarg mouse_lpm_before_common 
+0x53f8 020829 store 2 ,mem_cb_24g_lpm_before 
+0x53f9 020830 setarg mouse_le 
+0x53fa 020831 store 2 ,mem_cb_le_process 
+0x53fb 020832 setarg mouse_process_lpm_before 
+0x53fc 020833 store 2 ,mem_cb_before_lpm 
+0x53fd 020834 setarg mouse_priority_bb_event 
+0x53fe 020835 store 2 ,mem_cb_bb_event_process 
+0x53ff 020836 setarg mouse_idle 
+0x5400 020837 store 2 ,mem_cb_idle_process 
+0x5401 020838 setarg mouse_before_hibernate 
+0x5402 020839 store 2 ,mem_cb_before_hibernate 
+0x5403 020840 setarg mouse_le_bb_event_connect_complete 
+0x5404 020841 store 2 ,mem_cb_att_write 
+0x5405 020842 setarg mouse_bb_event_timer 
+0x5406 020843 store 2 ,mem_cb_event_timer 
+0x5407 020844 setarg mouse_spi_write_flash_cb 
+0x5408 020845 store 2 ,mem_cb_spi_flash_write_complate 
+0x5409 020846 setarg mouse_lpm_check_wake_lock 
+0x540a 020847 store 2 ,mem_cb_check_wakelock 
+0x540b 020848 setarg mouse_le_transmit 
+0x540c 020849 store 2 ,mem_cb_ble_transmit 
+0x540d 020850 setarg mouse_set_lpm_mult 
+0x540e 020851 store 2 ,mem_cb_bt_set_mult 
+0x540f 020852 rtn 
+:      020855 mouse_setting_config:
+0x5410 020856 rtn wake 
+0x5411 020857 call g24_transmit_init 
+0x5412 020858 call g24_chmap_param_init 
+0x5413 020859 call mouse_24g_send_time_long_wake 
+0x5414 020860 call mouse_gpio_init 
+0x5415 020861 call mouse_le_name_modify 
+0x5416 020862 call mouse_param_init 
+0x5417 020863 call mouse_device_multi_led_parm_init 
+0x5418 020864 call le_set_fixed_ltk_justwork 
+:      020865 mouse_load_device_info_check:
+0x5419 020866 bpatch patch0d_1 ,mem_patch0d 
+0x541a 020867 fetch mouse_flag_len ,mem_mouse_flag 
+0x541b 020868 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x541c 020869 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x541d 020870 bbit1 mouse_enable_otp ,mouse_load_otp_info_check 
+0x541e 020871 rtn 
+:      020873 mouse_xtal_init:
+0x541f 020874 jam xtal_16m ,mem_fcomp_div 
+0x5420 020875 fetch mouse_flag_len ,mem_mouse_flag 
+0x5421 020876 rtnbit1 mouse_enable_16m 
+0x5422 020877 jam xtal_24m ,mem_fcomp_div 
+0x5423 020878 rtn 
+:      020880 mouse_24g_phy_select:
+0x5424 020881 call g24_enable_1m 
+0x5425 020882 fetch mouse_flag_len ,mem_mouse_flag 
+0x5426 020883 rtnbit0 mouse_enable_24g_2m_phy 
+0x5427 020884 branch g24_enable_2m 
+:      020886 mouse_default_init:
+0x5428 020887 bpatch patch0d_2 ,mem_patch0d 
+0x5429 020888 fetch mouse_flag_len ,mem_mouse_flag 
+0x542a 020889 isolate1 mouse_keyboard_enable ,pdata 
+0x542b 020890 call mouse_customer_key_enable ,true 
+:      020892 mouse_default_parm_init:
+0x542c 020893 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+0x542d 020894 store 2 ,mem_24g_pair_timeout_init 
+0x542e 020896 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+0x542f 020897 store 2 ,mem_24g_reconn_timeout_init 
+0x5430 020899 fetch 5 ,mem_rssi_dis_min_24g_init 
+0x5431 020900 store 5 ,mem_rssi_dis_min_24g 
+0x5432 020902 fetch 1 ,mem_mouse_24g_pair_tx_power 
+0x5433 020903 store 1 ,mem_24g_pair_tx_power 
+0x5434 020905 fetch 1 ,mem_24g_ch_map_update 
+0x5435 020906 ncall g24_chamap_param_update ,blank 
+:      020907 mouse_default_parm_init_next:
+0x5436 020908 bpatch patch0d_3 ,mem_patch0d 
+0x5437 020909 call mouse_xtal_init 
+0x5438 020910 call mouse_24g_phy_select 
+0x5439 020911 call mouse_24g_long_sleep_set 
+0x543a 020912 branch g24_pair_param_init 
+:      020914 mouse_param_common_init:
+0x543b 020915 setarg mouse_ble_att_list_addr 
+0x543c 020916 store 2 ,mem_ui_le_uuid_table 
+0x543d 020917 jam 3 ,mem_lpm_mult_timeout 
+0x543e 020918 jam 8 ,mem_lpm_overhead 
+0x543f 020919 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5440 020920 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5441 020921 setarg 0x0200 
+0x5442 020922 store 2 ,mem_lpm_interval 
+0x5443 020923 jam 0x17 ,mem_le_local_mtu 
+0x5444 020924 jam 0x17 ,mem_le_remote_mtu 
+0x5445 020926 setarg mem_le_tx_buffer0_omemalloc 
+0x5446 020927 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x5447 020928 setarg mouse_ble_l2cap_txbuff_size 
+0x5448 020929 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x5449 020930 branch mouse_adc_gpio_mux_init 
+:      020932 mouse_param_init:
+0x544a 020933 bpatch patch0d_4 ,mem_patch0d 
+0x544b 020934 call mouse_param_common_init 
+0x544c 020935 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x544d 020937 setarg 0x0a77 
+0x544e 020938 store 2 ,mem_spi_init_clk 
+0x544f 020939 setsect 0 ,0x1224 
+0x5450 020940 setsect 1 ,0x4000 
+0x5451 020941 setsect 2 ,0x0 
+0x5452 020942 istore 5 ,contw 
+0x5453 020945 fetch mouse_flag_len ,mem_mouse_flag 
+0x5454 020946 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+0x5455 020947 setarg le_interval_7_5ms 
+0x5456 020948 store 2 ,mem_le_interval_min 
+0x5457 020949 store 2 ,mem_le_interval_min + 2 
+:      020950 mouse_param_init_intervl_end:
+0x5458 020951 call mouse_g24_interval_param_8ms 
+0x5459 020952 fetch mouse_flag_len ,mem_mouse_flag 
+0x545a 020953 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+0x545b 020954 call mouse_g24_interval_param_4ms 
+:      020955 mouse_24g_short_sleep_set_end:
+0x545c 020956 fetch 3 ,mem_24g_short_sleep_set 
+0x545d 020957 store 3 ,mem_mouse_24g_short_sleep_set_init 
+0x545e 020958 fetch 1 ,mem_device_flag 
+0x545f 020959 store 1 ,mem_device_flag_temp 
+0x5460 020960 fetch 3 ,mem_le_lap + 3 
+0x5461 020961 store 3 ,mem_mouse_le_lap_temp 
+0x5462 020962 setarg 0 
+0x5463 020963 store 7 ,mem_mouse_key 
+0x5464 020964 fetch 1 ,mem_ui_button_timeout 
+0x5465 020965 store 1 ,mem_bt_discovery_count 
+0x5466 020966 store 1 ,mem_select_device_count 
+0x5467 020967 call le_modified_name_adv 
+:      020968 mouse_sensor_set_angle:
+0x5468 020969 bpatch patch0d_5 ,mem_patch0d 
+0x5469 020970 fetch 1 ,mem_sensor_angle_default 
+0x546a 020971 store 1 ,mem_config_sensor_angle 
+0x546b 020972 fetch 1 ,mem_select_sensor_angle_gpio 
+0x546c 020973 rtneq gpio_disable 
+0x546d 020974 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x546e 020975 call mouse_gpio_config_input_pu 
+0x546f 020976 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x5470 020977 call gpio_get_bit 
+0x5471 020978 call mouse_sensor_switch_angle ,true 
+0x5472 020979 branch mouse_gpio_config_input_pd 
+:      020980 mouse_sensor_switch_angle:
+0x5473 020981 fetch 1 ,mem_sensor_angle_switch 
+0x5474 020982 store 1 ,mem_config_sensor_angle 
+0x5475 020983 rtn 
+:      020985 mouse_g24_interval_param_4ms:
+0x5476 020986 fetch 3 ,mem_mouse_24g_short_sleep_set_4ms 
+0x5477 020987 store 3 ,mem_24g_short_sleep_set 
+0x5478 020988 fetch 3 ,mem_mouse_24g_long_sleep_set_4ms 
+0x5479 020989 store 3 ,mem_24g_long_sleep_set 
+0x547a 020990 fetch 1 ,mem_mouse_24g_fast_hop_count_4ms 
+0x547b 020991 store 1 ,mem_24g_fast_hop_count 
+0x547c 020992 fetch 4 ,mem_mouse_24g_tsniff_4ms 
+0x547d 020993 store 4 ,mem_mouse_24g_tsniff 
+:      020994 mouse_report_rate_set_250hz:
+0x547e 020995 setarg 0x100c0c 
+0x547f 020996 store 3 ,mem_24g_interval 
+0x5480 020997 rtn 
+:      020999 mouse_g24_interval_param_8ms:
+0x5481 021000 fetch 3 ,mem_mouse_24g_short_sleep_set_8ms 
+0x5482 021001 store 3 ,mem_24g_short_sleep_set 
+0x5483 021002 fetch 3 ,mem_mouse_24g_long_sleep_set_8ms 
+0x5484 021003 store 3 ,mem_24g_long_sleep_set 
+0x5485 021004 fetch 1 ,mem_mouse_24g_fast_hop_count_8ms 
+0x5486 021005 store 1 ,mem_24g_fast_hop_count 
+0x5487 021006 fetch 4 ,mem_mouse_24g_tsniff_8ms 
+0x5488 021007 store 4 ,mem_mouse_24g_tsniff 
+:      021008 mouse_report_rate_set_125hz:
+0x5489 021009 setarg 0x1c1919 
+0x548a 021010 store 3 ,mem_24g_interval 
+0x548b 021011 rtn 
+:      021023 mouse_start_work:
+0x548c 021024 bpatch patch0d_6 ,mem_patch0d 
+0x548d 021025 fetch mouse_flag_len ,mem_mouse_flag 
+0x548e 021026 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x548f 021027 fetch 1 ,mem_device_flag 
+0x5490 021028 beq mode_24g_device ,mouse_24g_start_mode 
+:      021029 mouse_le_fast_conn_judge:
+0x5491 021030 call mouse_bluetooth_fast_conn_disable 
+0x5492 021031 fetch 1 ,mem_device_flag 
+0x5493 021032 beq mode_bt_device1 ,mouse_le_device1_judge 
+0x5494 021033 beq mode_bt_device2 ,mouse_le_device2_judge 
+0x5495 021034 rtn 
+:      021035 mouse_le_device1_judge:
+0x5496 021036 fetch 6 ,mem_device1_addr 
+0x5497 021037 fetcht 6 ,mem_mouse_compare_addr 
+0x5498 021038 isub temp ,null 
+0x5499 021039 branch mouse_bluetooth_fast_conn_init ,zero 
+0x549a 021040 branch mouse_start_reconnect_device 
+:      021042 mouse_le_device2_judge:
+0x549b 021043 fetch 6 ,mem_device2_addr 
+0x549c 021044 fetcht 6 ,mem_mouse_compare_addr 
+0x549d 021045 isub temp ,null 
+0x549e 021046 branch mouse_bluetooth_fast_conn_init ,zero 
+0x549f 021047 branch mouse_start_reconnect_device 
+:      021049 mouse_start_reconnect_device:
+0x54a0 021050 bpatch patch0d_7 ,mem_patch0d 
+0x54a1 021051 call mouse_device_le_reconn_led_config 
+0x54a2 021052 arg mem_device1_type ,rega 
+0x54a3 021053 fetch 1 ,mem_device_flag 
+0x54a4 021054 increase -1 ,pdata 
+0x54a5 021055 mul32 pdata ,29 ,pdata 
+0x54a6 021056 iadd rega ,rega 
+0x54a7 021057 ifetch 1 ,rega 
+0x54a8 021058 store 1 ,mem_xrecord_mode 
+:      021059 mouse_start_reconnect:
+0x54a9 021060 fetch 1 ,mem_xrecord_mode 
+0x54aa 021061 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x54ab 021062 branch mouse_bluetooth_fast_conn_init 
+:      021064 mouse_wakeup_from_power_check:
+0x54ac 021065 bpatch patch0e_0 ,mem_patch0e 
+0x54ad 021066 disable user 
+0x54ae 021067 fetch mouse_flag_len ,mem_mouse_flag 
+0x54af 021068 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_poweron 
+0x54b0 021069 fetch 1 ,core_lpm_isogate 
+0x54b1 021070 bbit1 cold_wake ,mouse_wakeup_from_poweron 
+0x54b2 021071 enable user 
+:      021072 mouse_wakeup_from_poweron:
+0x54b3 021073 fetch 1 ,mem_reconn_times_init 
+0x54b4 021074 store 1 ,mem_reconn_times 
+0x54b5 021075 rtn 
+:      021077 mouse4_0_check_reconn_target:
+0x54b6 021078 jam 1 ,mem_mouse_le_reconnect_flag 
+0x54b7 021079 fetcht 1 ,mem_mouse_fast_direct_timeout 
+0x54b8 021080 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x54b9 021081 beq 0xff ,mouse4_0_check_reconn_target_next 
+0x54ba 021082 fetcht 1 ,mem_mouse_direct_timeout 
+:      021083 mouse4_0_check_reconn_target_next:
+0x54bb 021084 storet 1 ,mem_mouse_direct_timer 
+0x54bc 021085 call app_lpm_mult_disable 
+0x54bd 021086 fetch 3 ,mem_le_adv_direct_ind 
+0x54be 021087 store 3 ,mem_le_adv_data + 4 
+0x54bf 021088 call mouse_le_check_adv_flag 
+0x54c0 021089 setarg adv_flag_bredr_not_supported 
+0x54c1 021090 istore 1 ,contr 
+0x54c2 021091 arg mem_le_scan_data ,contr 
+0x54c3 021092 call mouse_le_adv_data_update 
+0x54c4 021093 branch check_51cmd_adv 
+:      021097 mouse_lpm_check_wake_lock:
+0x54c5 021098 bmark1 mark_24g ,app_get_lpm_wake_lock 
+0x54c6 021099 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x54c7 021100 branch app_get_lpm_wake_lock ,blank 
+0x54c8 021101 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x54c9 021102 beq le_lpm_disable ,app_get_lpm_wake_lock 
+0x54ca 021103 fetch 1 ,mem_mouse_wheel_trigger 
+0x54cb 021104 nbranch app_get_lpm_wake_lock ,blank 
+0x54cc 021105 branch app_put_lpm_wake_lock 
+:      021114 mouse_app_enter_hibernate:
+0x54cd 021115 bpatch patch0e_1 ,mem_patch0e 
+0x54ce 021116 setarg pan_reg_config 
+0x54cf 021117 call twspi_read 
+0x54d0 021118 bbit1 3 ,mouse_app_enter_hibernate_next 
+0x54d1 021119 call mouse_sensor_reset 
+0x54d2 021120 call mouse_sensor_powerdown 
+:      021121 mouse_app_enter_hibernate_next:
+0x54d3 021122 call mouse_setgpio_hibernate 
+0x54d4 021123 branch app_enter_hibernate 
+:      021125 mouse_before_hibernate:
+0x54d5 021126 bpatch patch0e_2 ,mem_patch0e 
+0x54d6 021127 call disable_authrom 
+0x54d7 021128 call mouse_before_hibernate_wheel_gpio_set 
+0x54d8 021129 call mouse_setgpio_hibernate 
+0x54d9 021130 call mouse_flash_power_down 
+0x54da 021131 fetcht 1 ,mem_sensor_motion_gpio 
+0x54db 021132 branch gpio_clr_wake 
+:      021135 mouse_setgpio_hibernate:
+0x54dc 021136 bpatch patch0e_3 ,mem_patch0e 
+0x54dd 021137 call mouse_set_sdio_high 
+0x54de 021138 call clear_wake 
+0x54df 021139 call mouse_logo_led_off 
+0x54e0 021140 call mouse_lpm_before_common 
+0x54e1 021141 call mouse_gpio_pd_idle 
+:      021142 mouse_setgpio_hibernate_next:
+0x54e2 021143 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x54e3 021144 call mouse_gpio_config_input_pu 
+0x54e4 021145 call mouse_gpio_set_high_impedance 
+0x54e5 021146 call mouse_device_multi_led_all_off 
+0x54e6 021147 call mouse_adc_gpio_set_before_hibernate 
+0x54e7 021148 branch mouse_wheel_gpio_set_before_hibernate 
+:      021150 mouse_wheel_gpio_set_before_hibernate:
+0x54e8 021151 fetch mouse_flag_len ,mem_mouse_flag 
+0x54e9 021152 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      021153 mouse_wheel_gpio_clr_wakeup:
+0x54ea 021154 fetcht 1 ,mem_whee_a_data_gpio 
+0x54eb 021155 call gpio_clr_wake 
+0x54ec 021156 fetcht 1 ,mem_whee_b_data_gpio 
+0x54ed 021157 call gpio_clr_wake 
+0x54ee 021158 fetcht 1 ,mem_whee_a_data_gpio 
+0x54ef 021159 call mouse_gpio_config_input_pd 
+0x54f0 021160 fetcht 1 ,mem_whee_b_data_gpio 
+0x54f1 021161 branch mouse_gpio_config_input_pd 
+:      021163 mouse_adc_gpio_set_before_hibernate:
+0x54f2 021164 fetch mouse_flag_len ,mem_mouse_flag 
+0x54f3 021165 rtnbit0 mouse_enable_adc 
+0x54f4 021166 fetch 1 ,mem_adc_config_flag 
+0x54f5 021167 rtnne adc_config_gpio 
+0x54f6 021168 fetch 1 ,mem_adc_channel_gpio 
+0x54f7 021169 arg gpcfg_no_ie ,temp 
+0x54f8 021170 branch gpio_config_function_int 
+:      021174 mouse_gpio_pd_idle:
+0x54f9 021175 arg core_gpio_conf ,contr 
+0x54fa 021176 arg gpio_number ,loopcnt 
+:      021177 mouse_gpio_pd_idle_loop:
+0x54fb 021178 ifetch 1 ,contr 
+0x54fc 021179 nbranch mouse_gpio_pd_idle_configured ,blank 
+0x54fd 021180 setarg gpcfg_pulldown 
+0x54fe 021181 add contr ,-1 ,contw 
+0x54ff 021182 istore 1 ,contw 
+:      021183 mouse_gpio_pd_idle_configured:
+0x5500 021184 loop mouse_gpio_pd_idle_loop 
+0x5501 021185 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
+0x5502 021186 isub contr ,null 
+0x5503 021187 rtn zero 
+:      021188 mouse_gpio_pd_idle_ext:
+0x5504 021189 arg gpio_number_ext ,loopcnt 
+0x5505 021190 arg core_gpio_conf_hi ,contr 
+0x5506 021191 branch mouse_gpio_pd_idle_loop 
+:      021193 mouse_process_lpm_before:
+0x5507 021194 rtnmark1 mark_24g 
+0x5508 021195 call mouse_lpm_before_common 
+0x5509 021196 fetch 1 ,mem_lpm_current_mult 
+0x550a 021197 nrtn blank 
+0x550b 021198 branch gpio_clr_wake 
+:      021200 mouse_lpm_before_common:
+0x550c 021201 bpatch patch0e_4 ,mem_patch0e 
+0x550d 021202 fetcht 1 ,mem_whee_a_data_gpio 
+0x550e 021203 call gpio_config_input 
+0x550f 021204 fetcht 1 ,mem_whee_b_data_gpio 
+0x5510 021205 call gpio_config_input 
+0x5511 021207 call mouse_wheel_check 
+0x5512 021208 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x5513 021209 call mouse_gpio_config_output_high 
+0x5514 021210 call twspi_disable 
+0x5515 021212 fetcht 1 ,mem_lbutton_gpio 
+0x5516 021213 call gpio_set_wake 
+0x5517 021214 fetcht 1 ,mem_rbutton_gpio 
+0x5518 021215 call gpio_set_wake 
+0x5519 021216 fetcht 1 ,mem_mbutton_gpio 
+0x551a 021217 call gpio_set_wake 
+0x551b 021219 fetcht 1 ,mem_bk_button_gpio 
+0x551c 021220 call gpio_set_wake 
+0x551d 021221 fetcht 1 ,mem_fw_button_gpio 
+0x551e 021222 call gpio_set_wake 
+0x551f 021223 fetcht 1 ,mem_dpi_button_gpio 
+0x5520 021224 call gpio_set_wake 
+0x5521 021225 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5522 021226 call gpio_set_wake 
+0x5523 021228 fetcht 1 ,mem_customer_key_gpio 
+0x5524 021229 call gpio_set_wake 
+0x5525 021231 fetcht 1 ,mem_whee_a_data_gpio 
+0x5526 021232 call gpio_set_wake_by_current_state 
+0x5527 021233 fetcht 1 ,mem_whee_b_data_gpio 
+0x5528 021234 call gpio_set_wake_by_current_state 
+0x5529 021235 fetcht 1 ,mem_whee_ta_data_gpio 
+0x552a 021236 call gpio_set_wake_by_current_state 
+0x552b 021237 fetcht 1 ,mem_whee_tb_data_gpio 
+0x552c 021238 call gpio_set_wake_by_current_state 
+0x552d 021239 fetcht 1 ,mem_sensor_motion_gpio 
+0x552e 021240 branch gpio_set_wake 
+:      021244 mouse_set_mult:
+0x552f 021245 fetch 2 ,mem_ui_state_map 
+0x5530 021246 rtnbit0 ui_state_ble_connected 
+0x5531 021247 copy rega ,pdata 
+0x5532 021248 nbranch le_set_config_short_mult ,blank 
+0x5533 021249 branch le_clr_config_short_mult 
+:      021253 mouse_adc_gpio_set:
+0x5534 021254 bpatch patch0e_5 ,mem_patch0e 
+0x5535 021255 fetch 1 ,mem_adc_config_flag 
+0x5536 021256 rtnne adc_config_gpio 
+0x5537 021257 fetcht 1 ,mem_adc_channel_gpio 
+0x5538 021258 branch gpio_set_high_impedance 
+:      021260 mouse_adc_gpio_mux_init:
+0x5539 021261 fetch mouse_flag_len ,mem_mouse_flag 
+0x553a 021262 rtnbit0 mouse_enable_adc 
+0x553b 021263 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+0x553c 021264 rtn 
+:      021266 mouse_adc_read:
+0x553d 021267 bpatch patch0e_6 ,mem_patch0e 
+0x553e 021268 fetch mouse_flag_len ,mem_mouse_flag 
+0x553f 021269 rtnbit0 mouse_enable_adc 
+0x5540 021270 call mouse_adc_gpio_set 
+0x5541 021271 fetch 1 ,mem_adc_config_flag 
+0x5542 021272 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+0x5543 021273 jam mouse_adc_check_hvin_multiple ,mem_adc_mux_status 
+0x5544 021274 branch mouse_adc_read_start 
+:      021276 mouse_adc_read_gpio_mux_start:
+0x5545 021277 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+0x5546 021278 branch mouse_adc_read_start 
+:      021280 mouse_adc_read_start:
+0x5547 021281 bpatch patch0e_7 ,mem_patch0e 
+0x5548 021282 call enable_adc 
+0x5549 021283 call vdd_calculate_by_mode 
+0x554a 021284 store 2 ,mem_mouse_vdd_now_vol 
+0x554b 021285 fetch 1 ,mem_adc_config_flag 
+0x554c 021286 bne adc_config_gpio ,mouse_adc_data_process 
+0x554d 021287 fetcht 2 ,mem_mouse_vdd_now_vol 
+0x554e 021288 mul32 temp ,8 ,pdata 
+0x554f 021289 div pdata ,10 
+0x5550 021290 call get_div_result 
+0x5551 021291 iadd temp ,pdata 
+0x5552 021292 store 2 ,mem_mouse_vdd_now_vol 
+:      021293 mouse_adc_data_process:
+0x5553 021294 arg mem_mouse_vdd_calculate_set ,rega 
+0x5554 021295 call mouse_adc_bat_percent_lowpower_out 
+0x5555 021296 fetch 1 ,mem_adc_power_flag 
+0x5556 021297 bbit1 1 ,mouse_app_enter_hibernate 
+0x5557 021298 bbit0 0 ,mouse_adc_no_low_voltage 
+0x5558 021299 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5559 021300 branch mouse_adc_low_voltage 
+:      021302 mouse_adc_low_voltage:
+0x555a 021303 arg mouse_low_voltage_flag ,queue 
+0x555b 021304 branch mouse_enable_function_flag 
+:      021305 mouse_adc_no_low_voltage:
+0x555c 021306 arg mouse_low_voltage_flag ,queue 
+0x555d 021307 call mouse_disable_function_flag 
+0x555e 021308 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x555f 021309 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5560 021310 rtn blank 
+0x5561 021311 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x5562 021312 branch mouse_low_voltage_led_off_judge 
+:      021315 mouse_adc_bat_percent_lowpower_out:
+0x5563 021316 bpatch patch0f_0 ,mem_patch0f 
+0x5564 021317 ifetch 8 ,rega 
+0x5565 021318 store 8 ,mem_pdatatemp 
+0x5566 021319 fetch 1 ,mem_adc_mux_status 
+0x5567 021320 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+0x5568 021321 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_battery 
+0x5569 021322 beq mouse_adc_check_hvin_multiple ,mouse_adc_bat_percent_lowpower_out_hvin_multiple 
+:      021323 mouse_adc_bat_percent_lowpower_out_battery:
+0x556a 021324 call adc_clear_no_power_flag 
+0x556b 021325 call adc_clear_low_power_flag 
+0x556c 021326 fetch 2 ,mem_pdatatemp + 6 
+0x556d 021327 fetcht 2 ,mem_pdatatemp + 2 
+0x556e 021328 isub temp ,null 
+0x556f 021329 ncall adc_set_no_power_flag ,positive 
+0x5570 021330 fetcht 2 ,mem_pdatatemp + 4 
+0x5571 021331 isub temp ,null 
+0x5572 021332 ncall adc_set_low_power_flag ,positive 
+:      021333 mouse_adc_bat_level_set:
+0x5573 021334 fetch 2 ,mem_pdatatemp + 6 
+0x5574 021335 fetcht 2 ,mem_pdatatemp 
+0x5575 021336 isub temp ,null 
+0x5576 021337 branch mouse_adc_bat_level_100_percent ,positive 
+0x5577 021338 fetcht 2 ,mem_pdatatemp + 2 
+0x5578 021339 isub temp ,pdata 
+0x5579 021340 nbranch mouse_adc_bat_level_0_percent ,positive 
+0x557a 021341 branch mouse_adc_bat_level_0_percent ,blank 
+0x557b 021342 mul32 pdata ,100 ,rega 
+0x557c 021343 fetch 2 ,mem_pdatatemp 
+0x557d 021344 fetcht 2 ,mem_pdatatemp + 2 
+0x557e 021345 isub temp ,temp 
+0x557f 021346 copy rega ,pdata 
+0x5580 021347 idiv temp 
+0x5581 021348 call get_div_result 
+0x5582 021349 store 1 ,mem_le_battery_level_percentage 
+0x5583 021350 rtn 
+:      021352 mouse_adc_bat_level_100_percent:
+0x5584 021353 jam 100 ,mem_le_battery_level_percentage 
+0x5585 021354 rtn 
+:      021355 mouse_adc_bat_level_0_percent:
+0x5586 021356 jam 0 ,mem_le_battery_level_percentage 
+0x5587 021357 rtn 
+:      021359 mouse_adc_bat_percent_lowpower_out_hvin_multiple:
+0x5588 021360 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      021366 mouse_gpio_init:
+0x5589 021367 fetcht 1 ,mem_eeprom_wp_gpio 
+0x558a 021368 call gpio_config_output 
+0x558b 021370 fetcht 1 ,mem_lbutton_gpio 
+0x558c 021371 call mouse_gpio_config_input_pu 
+0x558d 021372 fetcht 1 ,mem_rbutton_gpio 
+0x558e 021373 call mouse_gpio_config_input_pu 
+0x558f 021374 fetcht 1 ,mem_mbutton_gpio 
+0x5590 021375 call mouse_gpio_config_input_pu 
+0x5591 021376 fetcht 1 ,mem_bk_button_gpio 
+0x5592 021377 call mouse_gpio_config_input_pu 
+0x5593 021378 fetcht 1 ,mem_fw_button_gpio 
+0x5594 021379 call mouse_gpio_config_input_pu 
+0x5595 021380 fetcht 1 ,mem_dpi_button_gpio 
+0x5596 021381 call mouse_gpio_config_input_pu 
+0x5597 021383 fetcht 1 ,mem_matrix_public_gpio 
+0x5598 021384 call mouse_gpio_config_input_pu 
+0x5599 021386 fetcht 1 ,mem_config_select_device_button_gpio 
+0x559a 021387 call mouse_gpio_config_input_pu 
+0x559b 021389 fetcht 1 ,mem_customer_key_gpio 
+0x559c 021390 call mouse_gpio_config_input_pu 
+0x559d 021392 fetcht 1 ,mem_whee_a_data_gpio 
+0x559e 021393 call mouse_gpio_config_input_pu 
+0x559f 021395 fetcht 1 ,mem_whee_b_data_gpio 
+0x55a0 021396 call mouse_gpio_config_input_pu 
+0x55a1 021398 fetcht 1 ,mem_whee_ta_data_gpio 
+0x55a2 021399 call mouse_gpio_config_input_pu 
+0x55a3 021400 fetcht 1 ,mem_whee_tb_data_gpio 
+0x55a4 021401 call mouse_gpio_config_input_pu 
+0x55a5 021403 fetcht 1 ,mem_sensor_motion_gpio 
+0x55a6 021404 call mouse_gpio_config_input_pu 
+0x55a7 021406 fetcht 1 ,mem_device_switch_gpio 
+0x55a8 021407 call mouse_gpio_config_input_pu 
+0x55a9 021409 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x55aa 021410 branch mouse_gpio_config_input_pu 
+:      021413 mouse_gpio_set_pupd_by_input:
+0x55ab 021414 sub temp ,ui_button_gpio_disable ,null 
+0x55ac 021415 rtn zero 
+0x55ad 021416 and temp ,0x7f ,queue 
+0x55ae 021417 fetch 4 ,core_gpio_in 
+0x55af 021418 qisolate1 pdata 
+0x55b0 021419 branch mouse_gpio_config_input_pu ,true 
+:      021420 mouse_gpio_config_input_pd:
+0x55b1 021421 sub temp ,ui_button_gpio_disable ,null 
+0x55b2 021422 rtn zero 
+0x55b3 021423 set1 gpio_active_bit ,temp 
+0x55b4 021424 branch gpio_config_input 
+:      021426 mouse_gpio_config_input_pu:
+0x55b5 021427 sub temp ,ui_button_gpio_disable ,null 
+0x55b6 021428 rtn zero 
+0x55b7 021429 set0 gpio_active_bit ,temp 
+0x55b8 021430 branch gpio_config_input 
+:      021432 mouse_gpio_set_high_impedance:
+0x55b9 021433 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+0x55ba 021434 store 3 ,mem_pdatatemp 
+0x55bb 021435 arg 13 ,loopcnt 
+0x55bc 021436 arg 0 ,temp 
+:      021437 mouse_gpio_set_high_impedance_bit_loop:
+0x55bd 021438 fetch 3 ,mem_pdatatemp 
+0x55be 021439 isolate1 0 ,pdata 
+0x55bf 021440 call gpio_set_high_impedance ,true 
+0x55c0 021441 fetch 3 ,mem_pdatatemp 
+0x55c1 021442 lshift pdata ,pdata 
+0x55c2 021443 store 3 ,mem_pdatatemp 
+0x55c3 021444 increase 1 ,temp 
+0x55c4 021445 loop mouse_gpio_set_high_impedance_bit_loop 
+0x55c5 021446 rtn 
+:      021452 mouse_le_name_modify:
+0x55c6 021453 bpatch patch0f_1 ,mem_patch0f 
+0x55c7 021454 fetch 8 ,mem_le_name_patch 
+0x55c8 021455 rtn blank 
+0x55c9 021456 fetch 1 ,mem_le_name_patch_len 
+0x55ca 021457 copy pdata ,rega 
+0x55cb 021458 sub pdata ,11 ,null 
+0x55cc 021459 nbranch mouse_le_name_patch_len_overflow ,positive 
+0x55cd 021461 call mouse_le_name_clear 
+0x55ce 021463 arg mem_le_adv_swift_pair + 9 ,contw 
+0x55cf 021464 call mouse_le_name_modify_next 
+0x55d0 021466 arg mem_le_scan_data + 2 ,contw 
+0x55d1 021467 call mouse_le_name_modify_next 
+0x55d2 021469 arg mem_le_name ,contw 
+:      021470 mouse_le_name_modify_next:
+0x55d3 021471 arg mem_le_name_patch ,contr 
+0x55d4 021472 copy rega ,loopcnt 
+0x55d5 021473 branch memcpy 
+:      021475 mouse_le_name_clear:
+0x55d6 021476 arg mem_le_adv_swift_pair + 9 ,contw 
+0x55d7 021477 call mouse_le_name_clear_next 
+0x55d8 021479 arg mem_le_scan_data + 2 ,contw 
+0x55d9 021480 call mouse_le_name_clear_next 
+0x55da 021482 arg mem_le_name ,contw 
+:      021483 mouse_le_name_clear_next:
+0x55db 021484 arg 11 ,loopcnt 
+0x55dc 021485 branch clear_mem 
+:      021487 mouse_le_name_patch_len_overflow:
+0x55dd 021488 call mouse_le_swift_pair_disable 
+0x55de 021490 fetch 1 ,mem_le_name_patch_len 
+0x55df 021491 increase 1 ,pdata 
+0x55e0 021492 store 1 ,mem_le_adv_swift_pair 
+0x55e1 021493 jam 9 ,mem_le_adv_swift_pair + 1 
+0x55e2 021494 arg mem_le_name_patch ,contr 
+0x55e3 021495 arg mem_le_adv_swift_pair + 2 ,contw 
+0x55e4 021496 copy rega ,loopcnt 
+0x55e5 021497 call memcpy 
+0x55e6 021499 fetch 1 ,mem_le_name_patch_len 
+0x55e7 021500 increase 1 ,pdata 
+0x55e8 021501 store 1 ,mem_le_scan_data 
+0x55e9 021502 jam 9 ,mem_le_scan_data + 1 
+0x55ea 021503 arg mem_le_name_patch ,contr 
+0x55eb 021504 arg mem_le_scan_data + 2 ,contw 
+0x55ec 021505 copy rega ,loopcnt 
+0x55ed 021506 call memcpy 
+:      021507 mouse_le_name_patch_len_next:
+0x55ee 021508 arg mem_le_name_patch_len ,contr 
+0x55ef 021509 arg mem_le_name_len ,contw 
+0x55f0 021510 copy rega ,loopcnt 
+0x55f1 021511 increase 1 ,loopcnt 
+0x55f2 021512 branch memcpy 
+:      021514 mouse_le_swift_pair_disable:
+0x55f3 021515 arg mem_le_adv_swift_pair ,contw 
+0x55f4 021516 arg 20 ,loopcnt 
+0x55f5 021517 branch clear_mem 
+:      021523 mouse_sensor_spi_init:
+0x55f6 021524 call mouse_spid_init_pin 
+0x55f7 021525 jam 0x73 ,mem_spi_init_clk 
+0x55f8 021527 call mouse_spi_init 
+0x55f9 021528 branch twspi_enable 
+:      021530 mouse_spi_write_flash_cb:
+:      021531 mouse_spi_init:
+0x55fa 021532 branch spid_init 
+:      021534 mouse_spid_init_pin:
+0x55fb 021535 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x55fc 021536 arg gpcfg_spid_sck ,temp 
+0x55fd 021537 call gpio_config_function_int 
+0x55fe 021538 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x55ff 021539 arg gpcfg_spid_sdio ,temp 
+0x5600 021540 branch gpio_config_function_int 
+:      021545 mouse_motion:
+0x5601 021546 bpatch patch0f_2 ,mem_patch0f 
+0x5602 021547 disable user 
+0x5603 021548 setarg 0 
+0x5604 021549 store 6 ,mem_mouse_x 
+0x5605 021550 call mouse_check_sensor_data 
+0x5606 021551 setarg 0x0089 
+0x5607 021552 call twspi_write 
+0x5608 021553 call mouse_setting_sensor_type 
+0x5609 021554 call mouse_zwheel 
+0x560a 021555 call mouse_t_zwheel 
+0x560b 021556 call mouse_key 
+0x560c 021557 fetch 1 ,mem_mouse_key 
+0x560d 021558 and_into 0x1f ,pdata 
+0x560e 021559 store 1 ,mem_mouse_key 
+0x560f 021560 nbranch mouse_drawing_optima_init ,user 
+0x5610 021561 call mouse_drawing_optima 
+0x5611 021562 branch mouse_no_data_timer_init 
+:      021566 mouse_zwheel:
+0x5612 021567 fetch 1 ,mem_mouse_z_data 
+0x5613 021568 rtn blank 
+0x5614 021569 store 1 ,mem_mouse_z 
+0x5615 021570 jam 0 ,mem_mouse_z_data 
+0x5616 021571 branch enable_user 
+:      021573 mouse_t_zwheel:
+0x5617 021574 fetch 1 ,mem_mouse_tz_data 
+0x5618 021575 rtn blank 
+0x5619 021576 store 1 ,mem_mouse_tz 
+0x561a 021577 jam 0 ,mem_mouse_tz_data 
+0x561b 021578 branch enable_user 
+:      021580 mouse_wheel_check:
+0x561c 021581 call mouse_t_wheel_scan 
+0x561d 021582 call mouse_wheel_scan 
+0x561e 021583 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x561f 021584 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x5620 021585 store 1 ,mem_wheel_tb_old_pinlevel 
+0x5621 021586 isub temp ,null 
+0x5622 021587 nbranch app_lpm_wake_auto_lock ,zero 
+0x5623 021588 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5624 021589 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x5625 021590 store 1 ,mem_mwheel_b_old_pinlevel 
+0x5626 021591 isub temp ,null 
+0x5627 021592 nbranch app_lpm_wake_auto_lock ,zero 
+0x5628 021593 rtn 
+:      021594 mouse_t_wheel_scan:
+0x5629 021595 fetch 1 ,mem_whee_ta_data_gpio 
+0x562a 021596 rtneq gpio_disable 
+0x562b 021597 arg 0 ,rega 
+0x562c 021598 fetcht 1 ,mem_whee_ta_data_gpio 
+0x562d 021599 call gpio_get_bit 
+0x562e 021600 setflag true ,0 ,rega 
+0x562f 021601 fetcht 1 ,mem_whee_tb_data_gpio 
+0x5630 021602 call gpio_get_bit 
+0x5631 021603 setflag true ,1 ,rega 
+0x5632 021604 copy rega ,pdata 
+0x5633 021605 store 1 ,mem_wheel_tb_new_pinlevel 
+0x5634 021606 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x5635 021607 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x5636 021608 fetch 1 ,mem_wheel_tog 
+0x5637 021609 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x5638 021610 rtn 
+:      021612 mouse_t_wheel_scan_judge1:
+0x5639 021613 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x563a 021614 beq 0 ,mouse_t_wheel_scan_judge11 
+0x563b 021615 beq 3 ,mouse_t_wheel_scan_judge12 
+0x563c 021616 rtn 
+:      021617 mouse_t_wheel_scan_judge2:
+0x563d 021618 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x563e 021619 beq 0 ,mouse_t_wheel_scan_judge21 
+0x563f 021620 beq 3 ,mouse_t_wheel_scan_judge22 
+0x5640 021621 rtn 
+:      021622 mouse_t_wheel_scan_judge11:
+0x5641 021623 jam 0x82 ,mem_wheel_tog 
+0x5642 021624 rtn 
+:      021625 mouse_t_wheel_scan_judge12:
+0x5643 021626 jam 0x81 ,mem_wheel_tog 
+0x5644 021627 rtn 
+:      021628 mouse_t_wheel_scan_judge21:
+0x5645 021629 jam 0x80 ,mem_wheel_tog 
+0x5646 021630 rtn 
+:      021631 mouse_t_wheel_scan_judge22:
+0x5647 021632 jam 0x83 ,mem_wheel_tog 
+0x5648 021633 rtn 
+:      021634 mouse_t_wheel_scan_judge3:
+0x5649 021635 fetch 1 ,mem_wheel_tog 
+0x564a 021636 set0 7 ,pdata 
+0x564b 021637 store 1 ,mem_wheel_tog 
+0x564c 021638 beq 0 ,mouse_t_wheel_scan_judge30 
+0x564d 021639 beq 1 ,mouse_t_wheel_scan_judge31 
+0x564e 021640 beq 2 ,mouse_t_wheel_scan_judge32 
+0x564f 021641 beq 3 ,mouse_t_wheel_scan_judge33 
+0x5650 021642 rtn 
+:      021643 mouse_t_wheel_scan_judge30:
+0x5651 021644 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5652 021645 beq 3 ,mouse_wheel_t_forward 
+0x5653 021646 rtn 
+:      021647 mouse_t_wheel_scan_judge31:
+0x5654 021648 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5655 021649 beq 0 ,mouse_wheel_t_forward 
+0x5656 021650 rtn 
+:      021651 mouse_t_wheel_scan_judge32:
+0x5657 021652 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5658 021653 beq 3 ,mouse_wheel_t_back 
+0x5659 021654 rtn 
+:      021655 mouse_t_wheel_scan_judge33:
+0x565a 021656 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x565b 021657 beq 0 ,mouse_wheel_t_back 
+0x565c 021658 rtn 
+:      021659 mouse_wheel_t_forward:
+0x565d 021660 fetch 1 ,mem_mouse_tz_data 
+0x565e 021661 increase 1 ,pdata 
+0x565f 021662 store 1 ,mem_mouse_tz_data 
+0x5660 021663 rtn 
+:      021664 mouse_wheel_t_back:
+0x5661 021665 fetch 1 ,mem_mouse_tz_data 
+0x5662 021666 increase -1 ,pdata 
+0x5663 021667 store 1 ,mem_mouse_tz_data 
+0x5664 021668 rtn 
+:      021671 mouse_wheel_scan:
+0x5665 021672 fetch 1 ,mem_whee_a_data_gpio 
+0x5666 021673 rtneq gpio_disable 
+0x5667 021674 arg 0 ,rega 
+0x5668 021675 fetcht 1 ,mem_whee_a_data_gpio 
+0x5669 021676 call gpio_get_bit 
+0x566a 021677 setflag true ,0 ,rega 
+0x566b 021678 fetcht 1 ,mem_whee_b_data_gpio 
+0x566c 021679 call gpio_get_bit 
+0x566d 021680 setflag true ,1 ,rega 
+0x566e 021681 copy rega ,pdata 
+0x566f 021682 store 1 ,mem_mwheel_b_new_pinlevel 
+0x5670 021683 beq 0x01 ,mouse_wheel_scan_judge1 
+0x5671 021684 beq 0x02 ,mouse_wheel_scan_judge2 
+0x5672 021685 fetch 1 ,mem_mwheel_tog 
+0x5673 021686 bbit1 7 ,mouse_wheel_scan_judge3 
+0x5674 021687 rtn 
+:      021689 mouse_wheel_scan_judge1:
+0x5675 021690 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x5676 021691 beq 0 ,mouse_wheel_scan_judge11 
+0x5677 021692 beq 3 ,mouse_wheel_scan_judge12 
+0x5678 021693 rtn 
+:      021694 mouse_wheel_scan_judge2:
+0x5679 021695 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x567a 021696 beq 0 ,mouse_wheel_scan_judge21 
+0x567b 021697 beq 3 ,mouse_wheel_scan_judge22 
+0x567c 021698 rtn 
+:      021699 mouse_wheel_scan_judge11:
+0x567d 021700 jam 0x82 ,mem_mwheel_tog 
+0x567e 021701 rtn 
+:      021702 mouse_wheel_scan_judge12:
+0x567f 021703 jam 0x81 ,mem_mwheel_tog 
+0x5680 021704 rtn 
+:      021705 mouse_wheel_scan_judge21:
+0x5681 021706 jam 0x80 ,mem_mwheel_tog 
+0x5682 021707 rtn 
+:      021708 mouse_wheel_scan_judge22:
+0x5683 021709 jam 0x83 ,mem_mwheel_tog 
+0x5684 021710 rtn 
+:      021711 mouse_wheel_scan_judge3:
+0x5685 021712 fetch 1 ,mem_mwheel_tog 
+0x5686 021713 set0 7 ,pdata 
+0x5687 021714 store 1 ,mem_mwheel_tog 
+0x5688 021715 beq 0 ,mouse_wheel_scan_judge30 
+0x5689 021716 beq 1 ,mouse_wheel_scan_judge31 
+0x568a 021717 beq 2 ,mouse_wheel_scan_judge32 
+0x568b 021718 beq 3 ,mouse_wheel_scan_judge33 
+0x568c 021719 rtn 
+:      021720 mouse_wheel_scan_judge30:
+0x568d 021721 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x568e 021722 beq 3 ,mouse_wheel_forward 
+0x568f 021723 rtn 
+:      021724 mouse_wheel_scan_judge31:
+0x5690 021725 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5691 021726 beq 0 ,mouse_wheel_forward 
+0x5692 021727 rtn 
+:      021728 mouse_wheel_scan_judge32:
+0x5693 021729 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5694 021730 beq 3 ,mouse_wheel_back 
+0x5695 021731 rtn 
+:      021732 mouse_wheel_scan_judge33:
+0x5696 021733 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5697 021734 beq 0 ,mouse_wheel_back 
+0x5698 021735 rtn 
+:      021736 mouse_wheel_forward:
+0x5699 021737 fetch 1 ,mem_mouse_z_data 
+0x569a 021738 increase 1 ,pdata 
+0x569b 021739 store 1 ,mem_mouse_z_data 
+0x569c 021740 rtn 
+:      021741 mouse_wheel_back:
+0x569d 021742 fetch 1 ,mem_mouse_z_data 
+0x569e 021743 increase -1 ,pdata 
+0x569f 021744 store 1 ,mem_mouse_z_data 
+0x56a0 021745 rtn 
+:      021748 mouse_wheel_gpio_set_wake:
+0x56a1 021749 fetcht 1 ,mem_whee_a_data_gpio 
+0x56a2 021750 call gpio_set_wake_by_current_state 
+0x56a3 021751 fetcht 1 ,mem_whee_b_data_gpio 
+0x56a4 021752 call gpio_set_wake_by_current_state 
+0x56a5 021753 fetcht 1 ,mem_whee_ta_data_gpio 
+0x56a6 021754 call gpio_set_wake_by_current_state 
+0x56a7 021755 fetcht 1 ,mem_whee_tb_data_gpio 
+0x56a8 021756 branch gpio_set_wake_by_current_state 
+:      021758 mouse_before_hibernate_wheel_gpio_set:
+0x56a9 021759 fetcht 1 ,mem_whee_a_data_gpio 
+0x56aa 021760 call mouse_gpio_set_pupd_by_input 
+0x56ab 021761 fetcht 1 ,mem_whee_b_data_gpio 
+0x56ac 021762 call mouse_gpio_set_pupd_by_input 
+0x56ad 021763 fetcht 1 ,mem_whee_ta_data_gpio 
+0x56ae 021764 call mouse_gpio_set_pupd_by_input 
+0x56af 021765 fetcht 1 ,mem_whee_tb_data_gpio 
+0x56b0 021766 branch mouse_gpio_set_pupd_by_input 
+:      021768 mouse_wheel_trigger:
+0x56b1 021769 fetch 2 ,mem_mouse_z 
+0x56b2 021770 rtn blank 
+0x56b3 021771 jam 1 ,mem_mouse_wheel_trigger 
+0x56b4 021772 jam 10 ,mem_mouse_wheel_trigger_timer 
+0x56b5 021773 rtn 
+:      021775 mouse_wheel_trigger_timer:
+0x56b6 021776 arg mem_mouse_wheel_trigger_timer ,regc 
+0x56b7 021777 arg mouse_wheel_trigger_disable ,regb 
+0x56b8 021778 branch timer_single_step 
+:      021779 mouse_wheel_trigger_disable:
+0x56b9 021780 jam 0 ,mem_mouse_wheel_trigger 
+0x56ba 021781 rtn 
+:      021789 mouse_dpi_check:
+0x56bb 021790 fetch 1 ,mem_dpi_button_gpio 
+0x56bc 021791 rtneq gpio_disable 
+0x56bd 021792 arg 0 ,rega 
+0x56be 021793 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x56bf 021794 fetcht 1 ,mem_dpi_button_gpio 
+0x56c0 021795 call mouse_dpi_key_check 
+:      021796 mouse_dpi_check_next:
+0x56c1 021797 store 1 ,mem_mouse_dpikey_press_status 
+0x56c2 021798 fetch 1 ,mem_matrix_public_gpio 
+0x56c3 021799 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+0x56c4 021800 call mouse_matrix_public_gpio_reset 
+:      021801 mouse_dpi_check_exit:
+0x56c5 021802 copy rega ,pdata 
+0x56c6 021803 bbit1 mouse_dpi_key ,mouse_dpi_down 
+0x56c7 021804 branch mouse_dpi_up 
+:      021806 mouse_dpi_key_check:
+0x56c8 021807 fetch mouse_flag_len ,mem_mouse_flag 
+0x56c9 021808 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x56ca 021809 fetch 1 ,mem_mouse_dpikey_press_status 
+0x56cb 021810 copy pdata ,regc 
+0x56cc 021811 fetch 1 ,mem_matrix_public_gpio 
+0x56cd 021812 beq gpio_disable ,mouse_3io6key_check 
+:      021813 mouse_dpi_key_check_next:
+0x56ce 021814 fetch 1 ,mem_mouse_ghost_flag 
+0x56cf 021815 nbranch mouse_dpi_check_end ,blank 
+:      021816 mouse_dpi_key_connect_matrix:
+0x56d0 021817 call gpio_get_bit 
+0x56d1 021818 fetcht 1 ,mem_matrix_public_gpio 
+0x56d2 021819 branch mouse_dpi_key_connect_gnd ,true 
+0x56d3 021820 fetcht 1 ,mem_matrix_public_gpio 
+0x56d4 021821 call gpio_out_active 
+0x56d5 021822 fetcht 1 ,mem_dpi_button_gpio 
+0x56d6 021823 fetch 1 ,mem_mouse_dpikey_press_status 
+0x56d7 021824 branch mouse_check_key_connect_gnd 
+:      021826 mouse_3io6key_dpi_check_end:
+0x56d8 021827 fetcht 1 ,mem_dpi_button_gpio 
+0x56d9 021828 call mouse_gpio_config_input_pu 
+0x56da 021829 branch mouse_dpi_check_exit 
+:      021831 mouse_dpi_check_end:
+0x56db 021832 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x56dc 021833 jam 0 ,mem_mouse_dpikey_press_status 
+0x56dd 021834 rtn 
+:      021836 mouse_dpi_key_connect_gnd:
+0x56de 021837 fetch 1 ,mem_mouse_dpikey_press_status 
+0x56df 021838 branch mouse_check_key_connect_gnd 
+:      021840 mouse_dpi_down:
+0x56e0 021841 fetch 1 ,mem_mouse_dpi_button_state 
+0x56e1 021842 rtneq dpi_button_state_down 
+0x56e2 021843 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x56e3 021844 fetch mouse_flag_len ,mem_mouse_flag 
+0x56e4 021845 rtnbit1 mouse_enable_select_device_by_dpi_button 
+0x56e5 021846 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+0x56e6 021847 branch mouse_dpi_process 
+:      021849 mouse_dpi_up:
+0x56e7 021850 fetch 1 ,mem_mouse_dpi_button_state 
+0x56e8 021851 rtneq dpi_button_state_up 
+0x56e9 021852 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x56ea 021853 fetch mouse_flag_len ,mem_mouse_flag 
+0x56eb 021854 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+0x56ec 021855 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+0x56ed 021856 rtn 
+:      021857 mouse_dpi_up_next:
+0x56ee 021858 fetch 1 ,mem_mouse_dpi_long_press_flag 
+0x56ef 021859 nbranch mouse_dpi_up_after_long_press ,blank 
+0x56f0 021860 fetch 1 ,mem_select_device_count 
+0x56f1 021861 ncall mouse_dpi_process ,blank 
+:      021862 mouse_dpi_up_after_long_press:
+0x56f2 021863 jam 0 ,mem_mouse_dpi_long_press_flag 
+0x56f3 021864 fetch 1 ,mem_ui_button_timeout 
+0x56f4 021865 store 1 ,mem_select_device_count 
+0x56f5 021866 store 1 ,mem_bt_discovery_count 
+0x56f6 021867 rtn 
+:      021869 mouse_dpi_process:
+0x56f7 021870 bpatch patch0f_3 ,mem_patch0f 
+0x56f8 021871 call mouse_dpi_ghost_check 
+0x56f9 021872 rtn user 
+:      021873 mouse_dpi_process_next:
+0x56fa 021874 fetch 1 ,mem_mouse_dpi 
+0x56fb 021876 copy pdata ,temp 
+0x56fc 021877 fetch mouse_flag_len ,mem_mouse_flag 
+0x56fd 021878 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
+0x56fe 021879 copy temp ,pdata 
+0x56ff 021881 increase 1 ,pdata 
+0x5700 021882 and pdata ,0x03 ,pdata 
+:      021883 mouse_dpi_level_store:
+0x5701 021884 store 1 ,mem_mouse_dpi 
+0x5702 021885 call mouse_setting_dpi 
+0x5703 021886 branch mouse_store_dpi_info_check 
+:      021891 mouse_double_dpi_check:
+0x5704 021892 fetch 1 ,mem_dpi_another_button_down_enable 
+0x5705 021893 nbranch mouse_another_dpi_button_down ,blank 
+:      021894 mouse_dpi_increase:
+0x5706 021895 fetch mouse_flag_len ,mem_mouse_flag 
+0x5707 021896 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_increase_level_4 
+0x5708 021897 copy temp ,pdata 
+0x5709 021898 rtneq mouse_dpi_level2 
+:      021899 mouse_dpi_increase_level:
+0x570a 021900 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+0x570b 021901 beq mouse_dpi_level3 ,mouse_dpi_level_2 
+0x570c 021902 rtn 
+:      021904 mouse_dpi_level_1:
+0x570d 021905 setarg 2 
+0x570e 021906 branch mouse_dpi_level_store 
+:      021907 mouse_dpi_level_2:
+0x570f 021908 setarg 0 
+0x5710 021909 branch mouse_dpi_level_store 
+:      021910 mouse_dpi_level_3:
+0x5711 021911 setarg 1 
+0x5712 021912 branch mouse_dpi_level_store 
+:      021913 mouse_dpi_level_4:
+0x5713 021914 setarg 3 
+0x5714 021915 branch mouse_dpi_level_store 
+:      021917 mouse_dpi_increase_level_4:
+0x5715 021918 copy temp ,pdata 
+0x5716 021919 rtneq mouse_dpi_level2 
+0x5717 021920 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+0x5718 021921 beq mouse_dpi_level3 ,mouse_dpi_level_4 
+0x5719 021922 beq mouse_dpi_level4 ,mouse_dpi_level_2 
+0x571a 021923 rtn 
+:      021924 mouse_dpi_decrease_level_4:
+0x571b 021925 copy temp ,pdata 
+0x571c 021926 rtneq mouse_dpi_level3 
+0x571d 021927 beq mouse_dpi_level1 ,mouse_dpi_level_4 
+0x571e 021928 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+0x571f 021929 beq mouse_dpi_level4 ,mouse_dpi_level_1 
+0x5720 021930 rtn 
+:      021932 mouse_another_dpi_button_down:
+:      021933 mouse_dpi_decrease:
+0x5721 021934 fetch mouse_flag_len ,mem_mouse_flag 
+0x5722 021935 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_decrease_level_4 
+0x5723 021936 copy temp ,pdata 
+0x5724 021937 rtneq mouse_dpi_level3 
+:      021938 mouse_dpi_decrease_level:
+0x5725 021939 beq mouse_dpi_level1 ,mouse_dpi_level_1 
+0x5726 021940 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+0x5727 021941 rtn 
+:      021946 mouse_dpi_ghost_check:
+0x5728 021947 disable user 
+0x5729 021948 fetch mouse_flag_len ,mem_mouse_flag 
+0x572a 021949 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+0x572b 021950 branch mouse_ghost_key_value_check 
+:      021952 mouse_dpi_key_check_long_press:
+0x572c 021953 fetch mouse_flag_len ,mem_mouse_flag 
+0x572d 021954 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+0x572e 021955 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+0x572f 021956 rtn 
+:      021958 mouse_select_device_by_dpi_button:
+0x5730 021959 fetch 1 ,mem_mouse_dpi_button_state 
+0x5731 021960 rtnne dpi_button_state_down 
+0x5732 021961 arg mem_select_device_count ,regc 
+0x5733 021962 arg mouse_ready_reconnection_by_dpi_button ,regb 
+0x5734 021963 branch timer_single_step 
+:      021965 mouse_ready_reconnection_by_dpi_button:
+0x5735 021966 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x5736 021967 branch mouse_ready_reconnection_by_button 
+:      021969 mouse_discovery_by_dpi_button:
+0x5737 021970 fetch 1 ,mem_mouse_dpi_button_state 
+0x5738 021971 rtnne dpi_button_state_down 
+0x5739 021972 arg mem_bt_discovery_count ,regc 
+0x573a 021973 arg mouse_long_dpi_button_bt_discovery ,regb 
+0x573b 021974 branch timer_single_step 
+:      021976 mouse_long_dpi_button_bt_discovery:
+0x573c 021977 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x573d 021978 branch mouse_long_button_bt_discovery 
+:      021980 mouse_setting_dpi_4_level:
+0x573e 021981 fetch mouse_flag_len ,mem_mouse_flag 
+0x573f 021982 rtnbit1 mouse_enable_dpi_level_4 
+0x5740 021983 fetch 1 ,mem_mouse_dpi 
+0x5741 021984 rtnne mouse_dpi_level4 
+:      021985 mouse_dpi_reinit_set:
+0x5742 021986 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0x5743 021987 rtn 
+:      021989 mouse_setting_dpi:
+0x5744 021990 bpatch patch0f_4 ,mem_patch0f 
+0x5745 021991 call mouse_setting_dpi_4_level 
+0x5746 021992 call mouse_dpi_led_blink_delay 
+:      021993 mouse_setting_sensor_type:
+0x5747 021994 bpatch patch0f_5 ,mem_patch0f 
+0x5748 021995 fetch 1 ,mem_config_sensor_type 
+0x5749 021996 beq s201x ,mouse_seting_s201_dpi 
+0x574a 021997 beq p3212 ,mouse_seting_3212_dpi 
+0x574b 021998 beq ka8g2 ,mouse_seting_ka8g2_dpi 
+0x574c 021999 fetch 1 ,mem_mouse_dpi 
+0x574d 022000 beq mouse_dpi_level1 ,mouse_set_cpi0 
+0x574e 022001 beq mouse_dpi_level2 ,mouse_set_cpi1 
+0x574f 022002 beq mouse_dpi_level3 ,mouse_set_cpi2 
+0x5750 022003 beq mouse_dpi_level4 ,mouse_set_cpi3 
+:      022004 mouse_set_cpi1:
+0x5751 022005 fetcht 1 ,mem_320x_dpi_1 
+0x5752 022006 branch mouse_dpi_store 
+:      022007 mouse_set_cpi0:
+0x5753 022008 fetcht 1 ,mem_320x_dpi_0 
+0x5754 022009 branch mouse_dpi_store 
+:      022010 mouse_set_cpi2:
+0x5755 022011 fetcht 1 ,mem_320x_dpi_2 
+0x5756 022012 branch mouse_dpi_store 
+:      022013 mouse_set_cpi3:
+0x5757 022014 fetcht 1 ,mem_320x_dpi_3 
+:      022015 mouse_dpi_store:
+0x5758 022016 fetch 1 ,mem_config_sensor_type 
+0x5759 022017 beq p3065_xy ,mouse_3065xy_set_dpi 
+0x575a 022018 beq mx8650 ,mouse_3065xy_set_dpi 
+0x575b 022019 beq ka8 ,mouse_ka8_set_dpi 
+0x575c 022020 beq p6520 ,mouse_ka8_set_dpi 
+0x575d 022021 beq p8009 ,mouse_3065xy_set_dpi 
+:      022022 mouse_dpi_write:
+0x575e 022023 storet 1 ,mem_mouse_cpi_count 
+0x575f 022024 setarg mouse_dpi_address 
+0x5760 022025 call twspi_read 
+0x5761 022026 and pdata ,0xf8 ,temp 
+0x5762 022027 fetch 1 ,mem_mouse_cpi_count 
+0x5763 022028 iadd temp ,pdata 
+0x5764 022029 lshift8 pdata ,pdata 
+0x5765 022030 add pdata ,mouse_dpi_address ,pdata 
+0x5766 022031 branch twspi_write 
+:      022033 mouse_3065xy_set_dpi:
+0x5767 022034 increase -1 ,temp 
+0x5768 022035 branch mouse_dpi_write 
+:      022037 mouse_ka8_set_dpi:
+0x5769 022038 increase 2 ,temp 
+0x576a 022039 branch mouse_dpi_write 
+:      022041 mouse_seting_s201_dpi:
+0x576b 022042 fetch 1 ,mem_mouse_dpi 
+0x576c 022043 beq mouse_dpi_level1 ,mouse_set_s201_dpi_0 
+0x576d 022044 beq mouse_dpi_level2 ,mouse_set_s201_dpi_2 
+0x576e 022045 beq mouse_dpi_level3 ,mouse_set_s201_dpi_3 
+:      022046 mouse_set_s201_dpi_0:
+0x576f 022047 fetch 1 ,mem_sensor_s201_dpi_0 
+0x5770 022048 copy pdata ,rega 
+0x5771 022049 branch mouse_dpi_s201_store 
+:      022051 mouse_set_s201_dpi_1:
+0x5772 022052 fetch 1 ,mem_sensor_s201_dpi_1 
+0x5773 022053 copy pdata ,rega 
+0x5774 022054 branch mouse_dpi_s201_store 
+:      022056 mouse_set_s201_dpi_2:
+0x5775 022057 fetch 1 ,mem_sensor_s201_dpi_2 
+0x5776 022058 copy pdata ,rega 
+0x5777 022059 branch mouse_dpi_s201_store 
+:      022061 mouse_set_s201_dpi_3:
+0x5778 022062 fetch 1 ,mem_sensor_s201_dpi_3 
+0x5779 022063 copy pdata ,rega 
+0x577a 022064 branch mouse_dpi_s201_store 
+:      022066 mouse_set_s201_dpi_4:
+0x577b 022067 fetch 1 ,mem_sensor_s201_dpi_4 
+0x577c 022068 copy pdata ,rega 
+:      022069 mouse_dpi_s201_store:
+0x577d 022070 setarg 0xc309 
+0x577e 022071 call twspi_write 
+0x577f 022072 copy rega ,pdata 
+0x5780 022073 lshift8 pdata ,pdata 
+0x5781 022074 add pdata ,0x23 ,pdata 
+0x5782 022075 call twspi_write 
+0x5783 022076 setarg 0x0009 
+0x5784 022077 branch twspi_write 
+:      022079 mouse_seting_3212_dpi:
+0x5785 022080 fetch 1 ,mem_mouse_dpi 
+0x5786 022081 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+0x5787 022082 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+0x5788 022083 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+0x5789 022084 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+:      022085 mouse_set_p3212_cpi1:
+0x578a 022086 fetch 1 ,mem_3212_dpi_1 
+0x578b 022087 branch mouse_p3212_dpi 
+:      022088 mouse_set_p3212_cpi0:
+0x578c 022089 fetch 1 ,mem_3212_dpi_0 
+0x578d 022090 branch mouse_p3212_dpi 
+:      022091 mouse_set_p3212_cpi2:
+0x578e 022092 fetch 1 ,mem_3212_dpi_2 
+0x578f 022093 branch mouse_p3212_dpi 
+:      022094 mouse_set_p3212_cpi3:
+0x5790 022095 fetch 1 ,mem_3212_dpi_3 
+:      022096 mouse_p3212_dpi:
+0x5791 022097 store 1 ,mem_mouse_cpi_count 
+0x5792 022098 lshift8 pdata ,pdata 
+0x5793 022099 copy pdata ,rega 
+0x5794 022100 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x5795 022101 call twspi_write 
+0x5796 022102 copy rega ,pdata 
+0x5797 022103 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x5798 022104 branch twspi_write 
+:      022106 mouse_seting_ka8g2_dpi:
+0x5799 022107 fetch 1 ,mem_mouse_dpi 
+0x579a 022108 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+0x579b 022109 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+0x579c 022110 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+0x579d 022111 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+:      022112 mouse_set_pka8g2_cpi1:
+0x579e 022113 fetch 1 ,mem_ka8g2_dpi_1 
+0x579f 022114 branch mouse_p3212_dpi 
+:      022116 mouse_set_pka8g2_cpi0:
+0x57a0 022117 fetch 1 ,mem_ka8g2_dpi_0 
+0x57a1 022118 branch mouse_p3212_dpi 
+:      022120 mouse_set_pka8g2_cpi2:
+0x57a2 022121 fetch 1 ,mem_ka8g2_dpi_2 
+0x57a3 022122 branch mouse_p3212_dpi 
+:      022124 mouse_set_pka8g2_cpi3:
+0x57a4 022125 fetch 1 ,mem_ka8g2_dpi_3 
+0x57a5 022126 branch mouse_p3212_dpi 
+:      022134 mouse_key:
+0x57a6 022135 call mouse_check_firekey_gpio 
+0x57a7 022136 fetch 1 ,mem_fire_key_flag 
+0x57a8 022137 nbranch fire_key_press ,blank 
+0x57a9 022138 fetch 1 ,mem_fire_key_status 
+0x57aa 022139 nbranch fire_key_process ,blank 
+0x57ab 022141 call mouse_check_key_gpio 
+0x57ac 022142 call mouse_ghost_key_check 
+0x57ad 022143 call mouse_set_mult 
+0x57ae 022144 call mouse_24g_key 
+0x57af 022145 copy rega ,pdata 
+0x57b0 022146 fetcht 1 ,mem_mouse_key_last 
+0x57b1 022147 store 1 ,mem_mouse_key_last 
+0x57b2 022148 store 1 ,mem_mouse_key 
+0x57b3 022149 ixor temp ,pdata 
+0x57b4 022150 sub pdata ,0 ,null 
+0x57b5 022151 rtn zero 
+0x57b6 022152 branch enable_user 
+:      022154 mouse_24g_key:
+0x57b7 022155 rtnmark0 mark_24g 
+0x57b8 022156 copy rega ,pdata 
+0x57b9 022157 rtn blank 
+0x57ba 022158 store 1 ,mem_mouse_key 
+0x57bb 022159 branch enable_user 
+:      022164 mouse_ghost_key_check:
+0x57bc 022165 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x57bd 022166 jam 0 ,mem_mouse_matrix_key_row_count 
+0x57be 022167 jam 0 ,mem_mouse_ghost_flag 
+0x57bf 022168 copy pdata ,regb 
+0x57c0 022169 fetcht 1 ,mem_lbutton_gpio 
+0x57c1 022170 fetch 1 ,mem_bk_button_gpio 
+0x57c2 022171 isub temp ,null 
+0x57c3 022172 branch mouse_matrix_ghost_key_l_bk ,zero 
+0x57c4 022173 fetch 1 ,mem_fw_button_gpio 
+0x57c5 022174 isub temp ,null 
+0x57c6 022175 branch mouse_matrix_ghost_key_l_fw ,zero 
+0x57c7 022176 fetcht 1 ,mem_mbutton_gpio 
+0x57c8 022177 fetch 1 ,mem_bk_button_gpio 
+0x57c9 022178 isub temp ,null 
+0x57ca 022179 branch mouse_ghost_key_mbk_rfw ,zero 
+0x57cb 022180 branch mouse_ghost_key_mfw_rbk 
+:      022182 mouse_matrix_ghost_key_l_bk:
+0x57cc 022183 fetcht 1 ,mem_mbutton_gpio 
+0x57cd 022184 fetch 1 ,mem_fw_button_gpio 
+0x57ce 022185 isub temp ,null 
+0x57cf 022186 branch mouse_ghost_key_lbk_mfw ,zero 
+0x57d0 022187 branch mouse_ghost_key_lbk_rfw 
+:      022189 mouse_matrix_ghost_key_l_fw:
+0x57d1 022190 fetcht 1 ,mem_mbutton_gpio 
+0x57d2 022191 fetch 1 ,mem_bk_button_gpio 
+0x57d3 022192 isub temp ,null 
+0x57d4 022193 branch mouse_ghost_key_lfw_mbk ,zero 
+0x57d5 022194 branch mouse_ghost_key_lfw_rbk 
+:      022196 mouse_ghost_key_lbk_mfw:
+0x57d6 022197 call mouse_ghost_key_check_l_bk 
+0x57d7 022198 call mouse_ghost_key_check_m_fw 
+0x57d8 022199 branch mouse_ghost_key_check_next 
+:      022201 mouse_ghost_key_lbk_rfw:
+0x57d9 022202 call mouse_ghost_key_check_l_bk 
+0x57da 022203 branch mouse_ghost_key_rfw 
+:      022205 mouse_ghost_key_lfw_mbk:
+0x57db 022206 call mouse_ghost_key_check_l_fw 
+0x57dc 022207 call mouse_ghost_key_check_m_bk 
+0x57dd 022208 branch mouse_ghost_key_check_next 
+:      022210 mouse_ghost_key_lfw_rbk:
+0x57de 022211 call mouse_ghost_key_check_l_fw 
+0x57df 022212 branch mouse_ghost_key_rbk 
+:      022214 mouse_ghost_key_mbk_rfw:
+0x57e0 022215 call mouse_ghost_key_check_m_bk 
+:      022216 mouse_ghost_key_rfw:
+0x57e1 022217 call mouse_ghost_key_check_r_fw 
+0x57e2 022218 branch mouse_ghost_key_check_next 
+:      022220 mouse_ghost_key_mfw_rbk:
+0x57e3 022221 call mouse_ghost_key_check_m_fw 
+:      022222 mouse_ghost_key_rbk:
+0x57e4 022223 call mouse_ghost_key_check_r_bk 
+:      022224 mouse_ghost_key_check_next:
+0x57e5 022225 call mouse_ghost_key_check_bk_fw 
+0x57e6 022226 call mouse_ghost_key_check_lmr 
+0x57e7 022227 fetch 1 ,mem_mouse_matrix_key_row_count 
+0x57e8 022228 rtn blank 
+0x57e9 022229 fetch 1 ,mem_mouse_matrix_key_cow_count 
+0x57ea 022230 rtn blank 
+0x57eb 022231 jam 1 ,mem_mouse_ghost_flag 
+0x57ec 022232 fetch 1 ,mem_mouse_key_last 
+0x57ed 022233 copy pdata ,rega 
+0x57ee 022234 rtn 
+:      022236 mouse_ghost_key_check_l_bk:
+0x57ef 022237 and regb ,mouse_l_bk_button ,pdata 
+0x57f0 022238 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x57f1 022239 rtn 
+:      022240 mouse_ghost_key_check_m_bk:
+0x57f2 022241 and regb ,mouse_l_bk_button ,pdata 
+0x57f3 022242 beq mouse_m_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x57f4 022243 rtn 
+:      022244 mouse_ghost_key_check_r_bk:
+0x57f5 022245 and regb ,mouse_l_bk_button ,pdata 
+0x57f6 022246 beq mouse_r_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x57f7 022247 rtn 
+:      022248 mouse_ghost_key_check_l_fw:
+0x57f8 022249 and regb ,mouse_l_bk_button ,pdata 
+0x57f9 022250 beq mouse_l_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x57fa 022251 rtn 
+:      022252 mouse_ghost_key_check_m_fw:
+0x57fb 022253 and regb ,mouse_m_fw_button ,pdata 
+0x57fc 022254 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x57fd 022255 rtn 
+:      022256 mouse_ghost_key_check_r_fw:
+0x57fe 022257 and regb ,mouse_m_fw_button ,pdata 
+0x57ff 022258 beq mouse_r_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x5800 022259 rtn 
+:      022261 mouse_ghost_key_check_bk_fw:
+0x5801 022262 and regb ,mouse_bk_fw_button ,pdata 
+0x5802 022263 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+0x5803 022264 rtn 
+:      022266 mouse_ghost_key_check_lmr:
+0x5804 022267 and temp ,mouse_lmr_button ,pdata 
+0x5805 022268 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+0x5806 022269 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+0x5807 022270 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+0x5808 022271 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+0x5809 022272 rtn 
+:      022275 mouse_matrix_row_more_than_one_key:
+0x580a 022276 jam 1 ,mem_mouse_matrix_key_row_count 
+0x580b 022277 rtn 
+:      022279 mouse_matrix_cow_more_than_one_key:
+0x580c 022280 jam 1 ,mem_mouse_matrix_key_cow_count 
+0x580d 022281 rtn 
+:      022289 mouse_dpi_another_gpio_check:
+0x580e 022290 fetch mouse_flag_len ,mem_mouse_flag 
+0x580f 022291 rtnbit0 mouse_enable_double_dpi_key 
+0x5810 022292 bbit0 mouse_enable_another_dpi_key_connect_gnd ,mouse_dpi_another_gpio_connect_vin_check 
+:      022293 mouse_dpi_another_gpio_connect_gnd_check:
+0x5811 022294 fetch 1 ,mem_dpi_another_button_gpio 
+0x5812 022295 call mouse_gpio_config_output_high 
+0x5813 022296 call mouse_dpi_another_check 
+0x5814 022297 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5815 022298 branch mouse_gpio_config_input_pu 
+:      022300 mouse_dpi_another_gpio_connect_vin_check:
+0x5816 022301 fetch 1 ,mem_dpi_another_button_gpio 
+0x5817 022302 call mouse_gpio_config_output_low 
+0x5818 022303 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x5819 022304 fetcht 1 ,mem_dpi_another_button_gpio 
+0x581a 022305 fetch 1 ,mem_dpi_another_press_status 
+0x581b 022306 call mouse_check_key_connect_vin_new 
+0x581c 022307 call mouse_dpi_another_state_check 
+0x581d 022308 fetcht 1 ,mem_dpi_another_button_gpio 
+0x581e 022309 branch mouse_gpio_config_input_pu 
+:      022311 mouse_dpi_another_down_new:
+0x581f 022312 call mouse_gpio_config_input_pu 
+0x5820 022313 fetch 1 ,mem_dpi_another_button_state 
+0x5821 022314 rtneq dpi_button_state_down 
+0x5822 022315 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x5823 022316 branch mouse_dpi_process 
+:      022318 mouse_dpi_another_check:
+0x5824 022319 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x5825 022320 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5826 022321 fetch 1 ,mem_dpi_another_press_status 
+0x5827 022322 call mouse_check_key_connect_gnd_new 
+:      022323 mouse_dpi_another_state_check:
+0x5828 022324 store 1 ,mem_dpi_another_press_status 
+0x5829 022325 fetch 1 ,mem_dpi_another_button_down_enable 
+0x582a 022326 branch mouse_dpi_another_up ,blank 
+:      022327 mouse_dpi_another_down:
+0x582b 022328 fetch 1 ,mem_dpi_another_button_state 
+0x582c 022329 rtneq dpi_button_state_down 
+0x582d 022330 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x582e 022331 branch mouse_dpi_process 
+:      022333 mouse_dpi_another_up:
+0x582f 022334 fetch 1 ,mem_dpi_another_button_state 
+0x5830 022335 rtneq dpi_button_state_up 
+0x5831 022336 jam dpi_button_state_up ,mem_dpi_another_button_state 
+0x5832 022337 rtn 
+:      022339 mouse_check_key_connect_gnd_new:
+0x5833 022340 lshift pdata ,pdata 
+0x5834 022341 copy pdata ,regb 
+0x5835 022342 call gpio_get_bit 
+0x5836 022343 setflag true ,0 ,regb 
+0x5837 022344 and regb ,0x07 ,pdata 
+0x5838 022345 fetcht 1 ,mem_mouse_key_temp_patch 
+0x5839 022346 copy temp ,queue 
+0x583a 022347 beq 0x07 ,mouse_another_dpi_key_press 
+0x583b 022348 beq 0x00 ,mouse_another_dpi_key_release 
+0x583c 022349 rtn 
+:      022351 mouse_check_key_connect_vin_new:
+0x583d 022352 lshift pdata ,pdata 
+0x583e 022353 copy pdata ,regb 
+0x583f 022354 call mouse_gpio_config_input_pd 
+0x5840 022355 call gpio_get_bit 
+0x5841 022356 setflag true ,0 ,regb 
+0x5842 022357 and regb ,0x07 ,pdata 
+0x5843 022358 fetcht 1 ,mem_mouse_key_temp_patch 
+0x5844 022359 copy temp ,queue 
+0x5845 022360 beq 0x07 ,mouse_another_dpi_key_press 
+0x5846 022361 beq 0x00 ,mouse_another_dpi_key_release 
+0x5847 022362 rtn 
+:      022364 mouse_another_dpi_key_press:
+0x5848 022365 jam 1 ,mem_dpi_another_button_down_enable 
+0x5849 022366 rtn 
+:      022367 mouse_another_dpi_key_release:
+0x584a 022368 jam 0 ,mem_dpi_another_button_down_enable 
+0x584b 022369 rtn 
+:      022377 mouse_check_firekey_gpio:
+0x584c 022378 arg 0 ,regb 
+0x584d 022379 fetch 1 ,mem_firebutton_gpio 
+0x584e 022380 rtneq gpio_disable 
+0x584f 022381 fetch mouse_flag_len ,mem_mouse_flag 
+0x5850 022382 bbit0 mouse_enable_fire_key_connect_gnd ,mouse_check_firekey_connect_vin 
+:      022383 mouse_check_firekey_connect_gnd:
+0x5851 022384 fetcht 1 ,mem_firebutton_gpio 
+0x5852 022385 call mouse_gpio_config_input_pu 
+0x5853 022386 fetcht 1 ,mem_firebutton_gpio 
+0x5854 022387 call gpio_get_bit 
+0x5855 022388 setflag true ,0 ,regb 
+:      022389 mouse_firekey_state_store:
+0x5856 022390 copy regb ,pdata 
+0x5857 022391 store 1 ,mem_fire_key_flag 
+0x5858 022392 rtn 
+:      022394 mouse_check_firekey_connect_vin:
+0x5859 022395 fetcht 1 ,mem_firebutton_gpio 
+0x585a 022396 call mouse_gpio_config_input_pd 
+0x585b 022397 fetcht 1 ,mem_firebutton_gpio 
+0x585c 022398 call gpio_get_bit 
+0x585d 022399 nsetflag true ,0 ,regb 
+0x585e 022400 branch mouse_firekey_state_store 
+:      022402 fire_key_process:
+0x585f 022403 beq 4 ,fire_key_process_end 
+:      022404 fire_key_press:
+0x5860 022405 call firekey_clkn_bt_timer_check 
+0x5861 022406 fetch 4 ,mem_fire_key_delay 
+0x5862 022407 arg 0xa0 ,temp 
+0x5863 022408 iadd temp ,temp 
+0x5864 022409 copy clkn_bt ,pdata 
+0x5865 022410 isub temp ,null 
+0x5866 022411 nrtn positive 
+0x5867 022412 store 4 ,mem_fire_key_delay 
+0x5868 022413 fetch 1 ,mem_fire_key_status 
+0x5869 022414 beq 0 ,fire_key_process_start 
+0x586a 022415 beq 1 ,fire_key_process_release1 
+0x586b 022416 beq 2 ,fire_key_process_start2 
+0x586c 022417 beq 3 ,fire_key_process_release2 
+0x586d 022418 rtn 
+:      022420 fire_key_process_start:
+0x586e 022421 jam 1 ,mem_fire_key_status 
+:      022422 fire_key_down:
+0x586f 022423 jam 1 ,mem_mouse_key 
+0x5870 022424 branch enable_user 
+:      022426 fire_key_process_release1:
+0x5871 022427 jam 2 ,mem_fire_key_status 
+:      022428 fire_key_release:
+0x5872 022429 jam 0 ,mem_mouse_key 
+0x5873 022430 branch enable_user 
+:      022432 fire_key_process_start2:
+0x5874 022433 jam 3 ,mem_fire_key_status 
+0x5875 022434 branch fire_key_down 
+:      022436 fire_key_process_release2:
+0x5876 022437 jam 0 ,mem_fire_key_status 
+0x5877 022438 branch fire_key_release 
+:      022440 fire_key_process_end:
+0x5878 022441 jam 0 ,mem_fire_key_status 
+0x5879 022442 jam 0 ,mem_mouse_key 
+0x587a 022443 rtn 
+:      022445 firekey_clkn_bt_timer_check:
+0x587b 022446 fetcht 4 ,mem_fire_key_delay 
+0x587c 022447 copy clkn_bt ,pdata 
+0x587d 022448 isub temp ,null 
+0x587e 022449 ncall firekey_clkn_bt_timer_timeout ,positive 
+0x587f 022450 rtn 
+:      022451 firekey_clkn_bt_timer_timeout:
+0x5880 022452 setarg 0 
+0x5881 022453 store 4 ,mem_fire_key_delay 
+0x5882 022454 rtn 
+:      022462 mouse_key_check_once:
+0x5883 022463 call mouse_check_key_gpio_once 
+0x5884 022464 call mouse_check_key_gpio 
+0x5885 022465 setarg 0x00 
+0x5886 022466 store 3 ,mem_mouse_lkey_press_status 
+0x5887 022467 rtn 
+:      022469 mouse_check_key_gpio:
+0x5888 022470 bpatch patch0f_6 ,mem_patch0f 
+0x5889 022471 fetch 1 ,mem_sensor_shutdown_flag 
+0x588a 022472 ncall mouse_check_key_gpio_once ,blank 
+0x588b 022473 arg 0 ,rega 
+0x588c 022474 call mouse_check_lkey_gpio 
+0x588d 022475 call mouse_check_rkey_gpio 
+0x588e 022476 call mouse_check_mkey_gpio 
+0x588f 022477 call mouse_check_bkkey_gpio 
+0x5890 022478 call mouse_check_fwkey_gpio 
+0x5891 022479 call mouse_check_firekey_gpio 
+0x5892 022480 call mouse_check_customerkey_gpio 
+0x5893 022481 copy rega ,pdata 
+0x5894 022482 rtn 
+:      022484 mouse_check_key_gpio_once:
+0x5895 022485 setarg 0x030303 
+0x5896 022486 store 3 ,mem_mouse_lkey_press_status 
+0x5897 022487 rtn 
+:      022489 mouse_check_lkey_gpio:
+0x5898 022490 fetch 1 ,mem_lbutton_gpio 
+0x5899 022491 call mouse_gpio_config_output_high 
+0x589a 022492 jam mouse_l_key ,mem_mouse_key_temp 
+0x589b 022493 fetcht 1 ,mem_lbutton_gpio 
+0x589c 022494 fetch 1 ,mem_mouse_lkey_press_status 
+0x589d 022495 call mouse_check_key_connect_gnd 
+0x589e 022496 store 1 ,mem_mouse_lkey_press_status 
+0x589f 022497 fetcht 1 ,mem_lbutton_gpio 
+0x58a0 022498 branch mouse_gpio_config_input_pu 
+:      022500 mouse_check_rkey_gpio:
+0x58a1 022501 fetch 1 ,mem_rbutton_gpio 
+0x58a2 022502 call mouse_gpio_config_output_high 
+0x58a3 022503 jam mouse_r_key ,mem_mouse_key_temp 
+0x58a4 022504 fetcht 1 ,mem_rbutton_gpio 
+0x58a5 022505 fetch 1 ,mem_mouse_rkey_press_status 
+0x58a6 022506 call mouse_check_key_connect_gnd 
+0x58a7 022507 store 1 ,mem_mouse_rkey_press_status 
+0x58a8 022508 fetcht 1 ,mem_rbutton_gpio 
+0x58a9 022509 branch mouse_gpio_config_input_pu 
+:      022511 mouse_check_mkey_gpio:
+0x58aa 022512 fetch 1 ,mem_mbutton_gpio 
+0x58ab 022513 call mouse_gpio_config_output_high 
+0x58ac 022514 jam mouse_m_key ,mem_mouse_key_temp 
+0x58ad 022515 fetcht 1 ,mem_mbutton_gpio 
+0x58ae 022516 fetch 1 ,mem_mouse_mkey_press_status 
+0x58af 022517 call mouse_check_key_connect_gnd 
+0x58b0 022518 store 1 ,mem_mouse_mkey_press_status 
+0x58b1 022519 fetcht 1 ,mem_mbutton_gpio 
+0x58b2 022520 branch mouse_gpio_config_input_pu 
+:      022522 mouse_check_bkkey_gpio:
+0x58b3 022523 fetch 1 ,mem_bk_button_gpio 
+0x58b4 022524 rtneq gpio_disable 
+0x58b5 022525 jam mouse_bk_key ,mem_mouse_key_temp 
+0x58b6 022526 fetch 1 ,mem_mouse_bkkey_press_status 
+0x58b7 022527 copy pdata ,regc 
+0x58b8 022528 fetcht 1 ,mem_bk_button_gpio 
+0x58b9 022529 fetch 1 ,mem_matrix_public_gpio 
+0x58ba 022530 beq gpio_disable ,mouse_3io6key_bk_check 
+0x58bb 022531 call gpio_get_bit 
+0x58bc 022532 branch mouse_check_bk_button_connect_gnd ,true 
+0x58bd 022533 fetcht 1 ,mem_matrix_public_gpio 
+0x58be 022534 call gpio_out_active 
+0x58bf 022535 fetcht 1 ,mem_bk_button_gpio 
+0x58c0 022536 fetch 1 ,mem_mouse_bkkey_press_status 
+0x58c1 022537 call mouse_check_key_connect_gnd 
+:      022538 mouse_check_bkkey_gpio_end:
+0x58c2 022539 store 1 ,mem_mouse_bkkey_press_status 
+0x58c3 022540 branch mouse_matrix_public_gpio_reset 
+:      022542 mouse_check_bk_button_connect_gnd:
+0x58c4 022543 fetcht 1 ,mem_matrix_public_gpio 
+0x58c5 022544 fetch 1 ,mem_mouse_bkkey_press_status 
+0x58c6 022545 call mouse_check_key_connect_gnd 
+0x58c7 022546 branch mouse_check_bkkey_gpio_end 
+:      022548 mouse_3io6key_bk_check:
+0x58c8 022549 fetch 1 ,mem_bk_button_gpio 
+0x58c9 022550 call mouse_gpio_config_output_low 
+0x58ca 022551 fetcht 1 ,mem_bk_button_gpio 
+0x58cb 022552 call mouse_3io6key_check 
+0x58cc 022553 store 1 ,mem_mouse_bkkey_press_status 
+0x58cd 022554 fetcht 1 ,mem_bk_button_gpio 
+0x58ce 022555 branch mouse_gpio_config_input_pu 
+:      022558 mouse_check_fwkey_gpio:
+0x58cf 022559 fetch 1 ,mem_fw_button_gpio 
+0x58d0 022560 rtneq gpio_disable 
+0x58d1 022561 jam mouse_fw_key ,mem_mouse_key_temp 
+0x58d2 022562 fetch 1 ,mem_mouse_fwkey_press_status 
+0x58d3 022563 copy pdata ,regc 
+0x58d4 022564 fetcht 1 ,mem_fw_button_gpio 
+0x58d5 022565 fetch 1 ,mem_matrix_public_gpio 
+0x58d6 022566 beq gpio_disable ,mouse_3io6key_fw_check 
+0x58d7 022567 call gpio_get_bit 
+0x58d8 022568 branch mouse_check_fw_button_connect_gnd ,true 
+0x58d9 022569 fetcht 1 ,mem_matrix_public_gpio 
+0x58da 022570 call gpio_out_active 
+0x58db 022571 fetcht 1 ,mem_fw_button_gpio 
+0x58dc 022572 fetch 1 ,mem_mouse_fwkey_press_status 
+0x58dd 022573 call mouse_check_key_connect_gnd 
+:      022574 mouse_check_fwkey_gpio_end:
+0x58de 022575 store 1 ,mem_mouse_fwkey_press_status 
+:      022576 mouse_matrix_public_gpio_reset:
+0x58df 022577 fetcht 1 ,mem_matrix_public_gpio 
+0x58e0 022578 branch mouse_gpio_config_input_pu 
+:      022580 mouse_check_fw_button_connect_gnd:
+0x58e1 022581 fetcht 1 ,mem_matrix_public_gpio 
+0x58e2 022582 fetch 1 ,mem_mouse_fwkey_press_status 
+0x58e3 022583 call mouse_check_key_connect_gnd 
+0x58e4 022584 branch mouse_check_fwkey_gpio_end 
+:      022586 mouse_3io6key_fw_check:
+0x58e5 022587 fetch 1 ,mem_fw_button_gpio 
+0x58e6 022588 call mouse_gpio_config_output_low 
+0x58e7 022589 fetcht 1 ,mem_fw_button_gpio 
+0x58e8 022590 call mouse_3io6key_check 
+0x58e9 022591 store 1 ,mem_mouse_fwkey_press_status 
+0x58ea 022592 fetcht 1 ,mem_fw_button_gpio 
+0x58eb 022593 branch mouse_gpio_config_input_pu 
+:      022595 mouse_check_customerkey_gpio:
+0x58ec 022596 jam 0 ,mem_customer_key 
+0x58ed 022597 fetch 1 ,mem_customer_key_gpio 
+0x58ee 022598 rtneq gpio_disable 
+0x58ef 022599 fetch mouse_flag_len ,mem_mouse_flag 
+0x58f0 022600 rtnbit0 mouse_enable_keyboard 
+0x58f1 022601 bbit1 mouse_enable_customer_key_connect_vin_or_matrix ,mouse_customer_key_connect_vin 
+:      022602 mouse_customer_key_connect_gnd:
+0x58f2 022603 jam mouse_customer_key ,mem_mouse_key_temp 
+0x58f3 022604 fetcht 1 ,mem_customer_key_gpio 
+0x58f4 022605 fetch 1 ,mem_mouse_customerkey_press_status 
+0x58f5 022606 call mouse_check_key_connect_gnd 
+0x58f6 022607 store 1 ,mem_mouse_customerkey_press_status 
+:      022608 mouse_check_customerkey_gpio_next:
+0x58f7 022609 copy rega ,pdata 
+0x58f8 022610 bbit1 mouse_customer_key ,mouse_customerkey_press 
+0x58f9 022611 call mouse_customerkey_release 
+:      022612 mouse_check_customerkey_gpio_exit:
+0x58fa 022613 fetch 1 ,mem_customer_data_trigger 
+0x58fb 022614 store 1 ,mem_customer_data_trigger_last 
+0x58fc 022615 rtn 
+:      022617 mouse_customer_key_connect_vin:
+0x58fd 022618 jam mouse_customer_key ,mem_mouse_key_temp 
+0x58fe 022619 fetch 1 ,mem_mouse_customerkey_press_status 
+0x58ff 022620 copy pdata ,regc 
+0x5900 022621 fetcht 1 ,mem_customer_key_gpio 
+0x5901 022622 fetch 1 ,mem_matrix_public_gpio 
+0x5902 022623 beq gpio_disable ,mouse_3io6key_customer_key_check_vin 
+0x5903 022624 call gpio_get_bit 
+0x5904 022625 branch mouse_check_customer_button_connect_gnd ,true 
+0x5905 022626 fetcht 1 ,mem_matrix_public_gpio 
+0x5906 022627 call gpio_out_active 
+0x5907 022628 fetcht 1 ,mem_customer_key_gpio 
+0x5908 022629 fetch 1 ,mem_mouse_customerkey_press_status 
+0x5909 022630 call mouse_check_key_connect_gnd 
+0x590a 022631 branch mouse_check_customerkey_gpio_over 
+:      022633 mouse_check_customer_button_connect_gnd:
+0x590b 022634 fetcht 1 ,mem_matrix_public_gpio 
+0x590c 022635 fetch 1 ,mem_mouse_customerkey_press_status 
+0x590d 022636 call mouse_check_key_connect_gnd 
+0x590e 022637 branch mouse_check_customerkey_gpio_over 
+:      022639 mouse_3io6key_customer_key_check_vin:
+0x590f 022640 fetch 1 ,mem_customer_key_gpio 
+0x5910 022641 call mouse_gpio_config_output_low 
+0x5911 022642 fetcht 1 ,mem_customer_key_gpio 
+0x5912 022643 call mouse_3io6key_check 
+:      022644 mouse_check_customerkey_gpio_over:
+0x5913 022645 store 1 ,mem_mouse_customerkey_press_status 
+0x5914 022646 call mouse_check_customerkey_gpio_next 
+0x5915 022647 fetcht 1 ,mem_customer_key_gpio 
+0x5916 022648 branch mouse_gpio_config_input_pu 
+:      022651 mouse_customerkey_press:
+0x5917 022652 jam 1 ,mem_customer_data_trigger 
+0x5918 022653 call mouse_customer_key_need_send 
+0x5919 022654 branch mouse_check_customerkey_gpio_exit 
+:      022656 mouse_customerkey_release:
+0x591a 022657 jam 0 ,mem_customer_data_trigger 
+0x591b 022658 fetch 1 ,mem_customer_data_trigger_last 
+0x591c 022659 rtn blank 
+:      022660 mouse_customer_key_need_send:
+0x591d 022661 jam 1 ,mem_customer_key 
+0x591e 022662 rtn 
+:      022666 mouse_check_matrix_button_connect_gnd:
+0x591f 022667 call gpio_get_bit 
+0x5920 022668 fetcht 1 ,mem_mouse_key_temp 
+0x5921 022669 copy temp ,queue 
+0x5922 022670 branch mouse_key_press ,true 
+:      022671 mouse_key_release:
+0x5923 022672 qset0 rega 
+0x5924 022673 rtn 
+:      022675 mouse_check_key_connect_gnd:
+0x5925 022676 lshift pdata ,pdata 
+0x5926 022677 copy pdata ,regb 
+0x5927 022678 call gpio_get_bit 
+0x5928 022679 setflag true ,0 ,regb 
+:      022680 mouse_check_key_connect_gnd_1:
+0x5929 022681 and regb ,0x07 ,pdata 
+:      022682 mouse_check_key_connect_gnd_next:
+0x592a 022683 fetcht 1 ,mem_mouse_key_temp 
+0x592b 022684 copy temp ,queue 
+0x592c 022685 beq 0x07 ,mouse_key_press 
+0x592d 022686 beq 0x00 ,mouse_key_release 
+0x592e 022687 rtn 
+:      022689 mouse_key_press:
+0x592f 022690 qset1 rega 
+0x5930 022691 rtn 
+:      022693 mouse_3io6key_check:
+0x5931 022694 bpatch patch0f_7 ,mem_patch0f 
+0x5932 022695 copy regc ,pdata 
+0x5933 022696 store 1 ,mem_mouse_key_status 
+0x5934 022697 lshift pdata ,pdata 
+0x5935 022698 copy pdata ,regb 
+0x5936 022699 copy temp ,regc 
+0x5937 022700 call mouse_gpio_config_input_pd 
+0x5938 022701 copy regc ,temp 
+0x5939 022702 call gpio_get_bit 
+0x593a 022703 nsetflag true ,0 ,regb 
+0x593b 022704 call mouse_check_press 
+0x593c 022705 branch mouse_check_key_connect_gnd_next 
+:      022707 mouse_check_press:
+0x593d 022708 fetcht 1 ,mem_mouse_key_status 
+0x593e 022709 and_into 0x01 ,temp 
+0x593f 022710 and regb ,0x01 ,pdata 
+0x5940 022711 isub temp ,null 
+0x5941 022712 nbranch mouse_current_mult_update ,zero 
+0x5942 022713 rtn 
+:      022717 mouse_gpio_config_output_high:
+0x5943 022718 rtneq gpio_disable 
+0x5944 022719 arg gpcfg_output_high ,temp 
+0x5945 022720 branch gpio_config_function_int 
+:      022723 mouse_gpio_config_output_low:
+0x5946 022724 rtneq gpio_disable 
+0x5947 022725 arg gpcfg_output_low ,temp 
+0x5948 022726 branch gpio_config_function_int 
+:      022731 mouse_init_sunt:
+0x5949 022732 bpatch patch10_0 ,mem_patch10 
+0x594a 022733 call mouse_sensor_spi_init 
+0x594b 022734 rtn wake 
+:      022735 mouse_init_sensor_wakeup:
+0x594c 022736 call mouse_sensor_poweron 
+:      022737 mouse_init_sensor:
+0x594d 022738 bpatch patch10_1 ,mem_patch10 
+0x594e 022739 call mouse_read_sensor_id 
+0x594f 022740 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x5950 022741 beq p3065_id1 ,mouse_init_p3065 
+0x5951 022742 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0x5952 022743 call mouse_twspi_reset 
+0x5953 022744 nop 6900 
+0x5954 022745 branch mouse_init_sensor 
+:      022746 mouse_twspi_reset:
+0x5955 022747 fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+0x5956 022748 call twspi_reset 
+0x5957 022749 branch mouse_spid_init_pin 
+:      022751 mouse_read_sensor_id:
+0x5958 022752 setarg pan_reg_pid_h 
+0x5959 022753 call twspi_read 
+0x595a 022754 store 1 ,mem_sensor_id2 
+0x595b 022755 setarg pan_reg_pid_l 
+0x595c 022756 call twspi_read 
+0x595d 022757 store 1 ,mem_sensor_id1 
+0x595e 022758 rtn 
+:      022760 mouse_init_p32xx_id2_judge:
+0x595f 022761 fetch 1 ,mem_sensor_id2 
+0x5960 022762 beq p_mx8650 ,mouse_mx8650_init_param 
+0x5961 022763 beq p8009_id2 ,mouse_8009_init_param 
+0x5962 022764 beq p3205_tj3t_id2 ,mouse_s210x_3205_3t_judge 
+0x5963 022765 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x5964 022766 beq p3212_id2 ,mouse_3212_init_param 
+0x5965 022767 beq pka8_id2 ,mouse_ka8_init_param_check 
+0x5966 022768 beq p6520a_id2 ,mouse_p6520_init_param 
+0x5967 022769 branch mouse_init_sensor 
+:      022771 mouse_s210x_3205_3t_judge:
+0x5968 022772 setarg 0x49 
+0x5969 022773 call twspi_read 
+0x596a 022774 beq 0xa1 ,mouse_s201x_init_param 
+0x596b 022775 branch mouse_3205_3t_init_param 
+:      022777 mouse_s201x_init_param:
+0x596c 022778 jam s201x ,mem_config_sensor_type 
+0x596d 022779 rtn 
+:      022781 mouse_mx8650_init_param:
+0x596e 022782 jam mx8650 ,mem_config_sensor_type 
+0x596f 022783 call mouse_sensor_reset 
+0x5970 022784 call delay_10ms 
+0x5971 022785 arg mem_sensor_8650_init ,regc 
+:      022786 mouse_sensor_init_end:
+0x5972 022787 call mouse_sensor_wr_seq 
+0x5973 022788 branch mouse_setting_sensor_type 
+:      022790 mouse_8009_init_param:
+0x5974 022791 setarg 0x16 
+0x5975 022792 call twspi_read 
+0x5976 022793 sub pdata ,0xbd ,null 
+0x5977 022794 nbranch mouse_init_sunt ,zero 
+0x5978 022795 setarg 0x19 
+0x5979 022796 call twspi_read 
+0x597a 022797 sub pdata ,0x55 ,null 
+0x597b 022798 nbranch mouse_init_sunt ,zero 
+0x597c 022799 setarg 0x1b 
+0x597d 022800 call twspi_read 
+0x597e 022801 sub pdata ,0x1d ,null 
+0x597f 022802 nbranch mouse_init_sunt ,zero 
+0x5980 022803 jam p8009 ,mem_config_sensor_type 
+0x5981 022804 arg mem_sensor_8009_init ,regc 
+0x5982 022805 branch mouse_sensor_wr_seq 
+:      022807 mouse_3205_3t_init_param:
+0x5983 022808 jam p3205 ,mem_config_sensor_type 
+0x5984 022809 arg mem_sensor_3205_init ,regc 
+0x5985 022810 call mouse_sensor_wr_seq 
+0x5986 022811 arg mem_sensor_32xx_init ,regc 
+0x5987 022812 call mouse_sensor_wr_seq 
+0x5988 022813 setarg 0x0943 
+0x5989 022814 call twspi_write 
+0x598a 022815 arg mem_sensor_32xx_init_1 ,regc 
+0x598b 022816 branch mouse_sensor_wr_seq 
+:      022818 mouse_3204_3l_init_param:
+0x598c 022819 jam p3204 ,mem_config_sensor_type 
+0x598d 022820 arg mem_sensor_3204_init ,regc 
+0x598e 022821 call mouse_sensor_wr_seq 
+0x598f 022822 arg mem_sensor_32xx_init ,regc 
+0x5990 022823 call mouse_sensor_wr_seq 
+0x5991 022824 arg mem_sensor_32xx_init_1 ,regc 
+0x5992 022825 branch mouse_sensor_wr_seq 
+:      022827 mouse_3212_init_param:
+0x5993 022828 jam p3212 ,mem_config_sensor_type 
+0x5994 022829 arg mem_sensor_3212_init ,regc 
+:      022830 mouse_sensor_wr_seq:
+0x5995 022831 ifetch 2 ,regc 
+0x5996 022832 arg 0xffff ,temp 
+0x5997 022833 isub temp ,null 
+0x5998 022834 rtn zero 
+0x5999 022835 call twspi_write 
+0x599a 022836 increase 2 ,regc 
+0x599b 022837 branch mouse_sensor_wr_seq 
+:      022839 mouse_ka8_init_param_check:
+0x599c 022840 call mouse_sensor_disable_wp 
+0x599d 022841 setarg 0x9a5b 
+0x599e 022842 call twspi_write 
+0x599f 022843 setarg 0x0d 
+0x59a0 022844 call twspi_read 
+0x59a1 022845 sub pdata ,0x12 ,null 
+0x59a2 022846 branch mouse_ka8ul_init_param ,zero 
+0x59a3 022847 sub pdata ,0x0a ,null 
+0x59a4 022848 nbranch mouse_ka8hd_sensor_judge ,zero 
+0x59a5 022849 setarg 0x0e 
+0x59a6 022850 call twspi_read 
+0x59a7 022851 sub pdata ,0xe5 ,null 
+0x59a8 022852 nbranch mouse_init_sensor ,zero 
+0x59a9 022853 setarg 0x10 
+0x59aa 022854 call twspi_read 
+0x59ab 022855 sub pdata ,0xa5 ,null 
+0x59ac 022856 branch mouse_ka8ul_init_param ,zero 
+0x59ad 022857 call mouse_enable_ka8_sensor_wp 
+:      022858 mouse_ka8_init_param:
+0x59ae 022859 jam ka8 ,mem_config_sensor_type 
+0x59af 022860 rtn 
+:      022861 mouse_ka8ul_init_param:
+0x59b0 022862 jam ka8_ul ,mem_config_sensor_type 
+0x59b1 022863 arg mem_sensor_ka8ul_init ,regc 
+0x59b2 022864 branch mouse_sensor_wr_seq 
+:      022865 mouse_ka8hd_sensor_judge:
+0x59b3 022866 sub pdata ,0x10 ,null 
+0x59b4 022867 nbranch mouse_init_sensor ,zero 
+0x59b5 022868 setarg 0x0e 
+0x59b6 022869 call twspi_read 
+0x59b7 022870 sub pdata ,0xc5 ,null 
+0x59b8 022871 nbranch mouse_init_sensor ,zero 
+0x59b9 022872 setarg 0x10 
+0x59ba 022873 call twspi_read 
+0x59bb 022874 sub pdata ,0x38 ,null 
+0x59bc 022875 nbranch mouse_init_sensor ,zero 
+:      022876 mouse_ka8hd_init_param:
+0x59bd 022877 call mouse_enable_ka8_sensor_wp 
+0x59be 022878 jam ka8_hd ,mem_config_sensor_type 
+0x59bf 022879 rtn 
+:      022880 mouse_enable_ka8_sensor_wp:
+0x59c0 022881 setarg 0x005b 
+0x59c1 022882 call twspi_write 
+0x59c2 022883 branch mouse_sensor_enable_wp 
+:      022885 mouse_p6520_init_param:
+0x59c3 022886 jam p6520 ,mem_config_sensor_type 
+0x59c4 022887 arg mem_sensor_p6520_init ,regc 
+0x59c5 022888 branch mouse_sensor_wr_seq 
+:      022890 mouse_init_p3065:
+0x59c6 022891 call mouse_sensor_poweron 
+0x59c7 022892 fetch 1 ,mem_sensor_id2 
+0x59c8 022893 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x59c9 022894 beq p3065_id2 ,mouse_p3065_init_param 
+0x59ca 022895 branch mouse_init_sensor 
+:      022897 mouse_p3065_init_param:
+0x59cb 022898 jam p3065 ,mem_config_sensor_type 
+0x59cc 022899 rtn 
+:      022901 mouse_p3065xy_init_param:
+0x59cd 022902 jam p3065_xy ,mem_config_sensor_type 
+0x59ce 022903 rtn 
+:      022905 mouse_ka8g2_id2_judge:
+0x59cf 022906 call mouse_sensor_poweron 
+0x59d0 022907 fetch 1 ,mem_sensor_id2 
+0x59d1 022908 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+0x59d2 022909 branch mouse_init_p32xx_id2_judge 
+:      022910 mouse_ka8g2_init_param:
+0x59d3 022911 jam ka8g2 ,mem_config_sensor_type 
+0x59d4 022912 arg mem_sensor_ka8g2_init ,regc 
+0x59d5 022913 branch mouse_sensor_wr_seq 
+:      022915 mouse_sensor_enable_wp:
+0x59d6 022916 setarg 0x0009 
+0x59d7 022917 branch twspi_write 
+:      022918 mouse_sensor_disable_wp:
+0x59d8 022919 setarg 0x5a09 
+0x59d9 022920 branch twspi_write 
+:      022922 mouse_sensor_reset:
+0x59da 022923 arg 0x8006 ,temp 
+0x59db 022924 fetch 1 ,mem_config_sensor_type 
+0x59dc 022925 bne ka8g2 ,mouse_sensor_reset_end 
+0x59dd 022926 arg 0x9706 ,temp 
+:      022927 mouse_sensor_reset_end:
+0x59de 022928 copy temp ,pdata 
+0x59df 022929 call twspi_write 
+0x59e0 022930 nop 12000 
+0x59e1 022931 rtn 
+:      022933 mouse_sensor_poweron_init:
+0x59e2 022934 arg mem_sensor_poweron_init ,regc 
+0x59e3 022935 fetch 1 ,mem_config_sensor_type 
+0x59e4 022936 rtnne ka8g2 
+0x59e5 022937 arg mem_sensor_ka8g2_poweron_init ,regc 
+0x59e6 022938 rtn 
+:      022940 mouse_sensor_poweron:
+0x59e7 022941 bpatch patch10_2 ,mem_patch10 
+0x59e8 022942 call mouse_sensor_spi_init 
+0x59e9 022943 call mouse_sensor_reset 
+0x59ea 022944 call mouse_sensor_poweron_init 
+0x59eb 022945 call mouse_sensor_wr_seq 
+0x59ec 022946 branch mouse_setting_sensor_type 
+:      022948 mouse_sensor_powerdown:
+0x59ed 022949 bpatch patch10_3 ,mem_patch10 
+0x59ee 022950 call mouse_init_sunt 
+0x59ef 022951 call mouse_sensor_spi_init 
+0x59f0 022952 arg 0x0806 ,temp 
+0x59f1 022953 fetch 1 ,mem_config_sensor_type 
+0x59f2 022954 bne ka8g2 ,mouse_sensor_powerdown_end 
+0x59f3 022955 arg 0x1f06 ,temp 
+:      022956 mouse_sensor_powerdown_end:
+0x59f4 022957 copy temp ,pdata 
+0x59f5 022958 branch twspi_write 
+:      022964 mouse_check_sensor_data:
+0x59f6 022965 fetch 1 ,mem_spi_write_flash_sm 
+0x59f7 022966 rtnne flash_sm_no_buys 
+0x59f8 022967 fetch 1 ,mem_config_sensor_type 
+0x59f9 022968 beq p3205 ,mouse_p32xx_sensor_motion 
+0x59fa 022969 beq p3065 ,mouse_p32xx_sensor_motion 
+0x59fb 022970 beq ka8 ,mouse_p32xx_sensor_motion 
+0x59fc 022971 beq p3204 ,mouse_p32xx_sensor_motion 
+0x59fd 022972 beq p3212 ,mouse_p3212_sensor_motion 
+0x59fe 022973 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x59ff 022974 beq p8009 ,mouse_p8009_sensor_motion 
+0x5a00 022975 beq ka8g2 ,mouse_pka8g2_sensor_motion 
+0x5a01 022976 branch mouse_p32xx_sensor_motion 
+:      022979 mouse_p32xx_sensor_motion:
+0x5a02 022980 call mouse_clear_sensor_data 
+0x5a03 022981 disable user 
+0x5a04 022982 fetch 1 ,mem_sensor_motion_gpio 
+0x5a05 022983 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+0x5a06 022984 fetcht 1 ,mem_sensor_motion_gpio 
+0x5a07 022985 call gpio_get_bit 
+0x5a08 022986 nrtn true 
+:      022987 mouse_p32xx_sensor_motion_2:
+0x5a09 022988 setarg pan_reg_pid_l 
+0x5a0a 022989 call twspi_read 
+0x5a0b 022990 bne p32xx_id1 ,mouse_p3065_judge 
+:      022991 mouse_p32xx_sensor_motion_1:
+0x5a0c 022992 setarg pan_reg_motion_staus 
+0x5a0d 022993 call twspi_read 
+0x5a0e 022994 rtnbit0 7 
+0x5a0f 022995 call mouse_read_sensor_common 
+0x5a10 022996 fetch 1 ,mem_mouse_x 
+0x5a11 022997 call mouse_data_extsign 
+0x5a12 022998 store 2 ,mem_mouse_x 
+0x5a13 022999 fetch 1 ,mem_mouse_y 
+0x5a14 023000 call mouse_data_extsign 
+0x5a15 023001 store 2 ,mem_mouse_y 
+0x5a16 023002 fetch 1 ,mem_config_sensor_angle 
+0x5a17 023003 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+0x5a18 023004 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+0x5a19 023005 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+0x5a1a 023006 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+0x5a1b 023007 rtn 
+:      023009 mouse_p3065_judge:
+0x5a1c 023010 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x5a1d 023011 branch mouse_twspi_reset 
+:      023013 mouse_motion32xx_6clk_direction_selection:
+0x5a1e 023014 call mouse_motion_6clk_direction_dispose 
+0x5a1f 023015 branch mouse_sensor_sdio_low 
+:      023016 mouse_motion32xx_9clk_direction_selection:
+0x5a20 023017 call mouse_motion_9clk_direction_dispose 
+0x5a21 023018 branch mouse_sensor_sdio_low 
+:      023019 mouse_motion32xx_12clk_direction_selection:
+0x5a22 023020 call mouse_motion_12clk_direction_dispose 
+0x5a23 023021 branch mouse_sensor_sdio_low 
+:      023022 mouse_motion32xx_3clk_direction_selection:
+0x5a24 023023 call mouse_motion_3clk_direction_dispose 
+0x5a25 023024 branch mouse_sensor_sdio_low 
+:      023028 mouse_p3212_sensor_motion:
+0x5a26 023029 call mouse_clear_sensor_data 
+0x5a27 023030 fetch 1 ,mem_sensor_motion_gpio 
+0x5a28 023031 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+0x5a29 023032 fetcht 1 ,mem_sensor_motion_gpio 
+0x5a2a 023033 call gpio_get_bit 
+0x5a2b 023034 nrtn true 
+:      023035 mouse_p3212_sensor_motion_1:
+0x5a2c 023036 setarg pan_reg_pid_l 
+0x5a2d 023037 call twspi_read 
+0x5a2e 023038 bne p32xx_id1 ,mouse_twspi_reset 
+:      023039 mouse_p3212_sensor_motion_2:
+0x5a2f 023040 setarg pan_reg_motion_staus 
+0x5a30 023041 call twspi_read 
+0x5a31 023042 rtnbit0 7 
+0x5a32 023043 call mouse_read_sensor_common 
+0x5a33 023044 call mouse_read_3212sensor_xy_high 
+0x5a34 023045 store 1 ,mem_mouse_xy_h 
+0x5a35 023046 rshift4 pdata ,pdata 
+0x5a36 023047 call mouse_data_extsign_bit3 
+0x5a37 023048 store 1 ,mem_mouse_x + 1 
+0x5a38 023049 fetch 1 ,mem_mouse_xy_h 
+0x5a39 023050 and pdata ,0x0f ,pdata 
+0x5a3a 023051 call mouse_data_extsign_bit3 
+0x5a3b 023052 store 1 ,mem_mouse_y + 1 
+0x5a3c 023053 fetch 1 ,mem_config_sensor_angle 
+0x5a3d 023054 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+0x5a3e 023055 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+0x5a3f 023056 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+0x5a40 023057 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+0x5a41 023058 rtn 
+:      023060 mouse_read_3212sensor_xy_high:
+0x5a42 023061 setarg 0x12 
+0x5a43 023062 branch twspi_read 
+:      023064 mouse_pka8g2_sensor_motion:
+0x5a44 023065 call mouse_clear_sensor_data 
+0x5a45 023066 fetch 1 ,mem_sensor_motion_gpio 
+0x5a46 023067 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0x5a47 023068 fetcht 1 ,mem_sensor_motion_gpio 
+0x5a48 023069 call gpio_get_bit 
+0x5a49 023070 nrtn true 
+:      023071 mouse_pka8g2_sensor_motion_1:
+0x5a4a 023072 branch mouse_p3212_sensor_motion_2 
+:      023075 mouse_p8009_sensor_motion:
+0x5a4b 023076 call mouse_clear_sensor_data 
+0x5a4c 023077 disable user 
+0x5a4d 023078 setarg pan_reg_motion_staus 
+0x5a4e 023079 call twspi_read 
+0x5a4f 023080 rtnbit0 7 
+0x5a50 023081 setarg pan_reg_opration_state 
+0x5a51 023082 call twspi_read 
+0x5a52 023083 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x5a53 023084 setarg 0 
+0x5a54 023085 store 6 ,mem_mouse_x 
+0x5a55 023086 rtn 
+:      023088 mouse_motion_6clk_direction_dispose:
+0x5a56 023089 fetch 2 ,mem_mouse_x 
+0x5a57 023090 sub pdata ,0 ,pdata 
+0x5a58 023091 store 2 ,mem_mouse_x 
+0x5a59 023092 branch enable_user 
+:      023093 mouse_motion_12clk_direction_dispose:
+0x5a5a 023094 fetch 2 ,mem_mouse_y 
+0x5a5b 023095 sub pdata ,0 ,pdata 
+0x5a5c 023096 store 2 ,mem_mouse_y 
+0x5a5d 023097 branch enable_user 
+:      023098 mouse_motion_9clk_direction_dispose:
+0x5a5e 023099 fetch 2 ,mem_mouse_y 
+0x5a5f 023100 sub pdata ,0 ,pdata 
+0x5a60 023101 store 2 ,mem_mouse_y 
+0x5a61 023102 fetch 2 ,mem_mouse_x 
+0x5a62 023103 sub pdata ,0 ,pdata 
+0x5a63 023104 store 2 ,mem_mouse_x 
+0x5a64 023105 call mouse_sensor_data_swap_places 
+0x5a65 023106 branch enable_user 
+:      023107 mouse_motion_3clk_direction_dispose:
+0x5a66 023108 call mouse_sensor_data_swap_places 
+0x5a67 023109 branch enable_user 
+:      023111 mouse_sensor_data_swap_places:
+0x5a68 023112 fetch 2 ,mem_mouse_y 
+0x5a69 023113 fetcht 2 ,mem_mouse_x 
+0x5a6a 023114 store 2 ,mem_mouse_x 
+0x5a6b 023115 storet 2 ,mem_mouse_y 
+0x5a6c 023116 rtn 
+:      023119 mouse_clear_sensor_data:
+0x5a6d 023120 fetch 1 ,mem_mouse_move_flag 
+0x5a6e 023121 call mouse_read_sensor_common ,blank 
+0x5a6f 023122 jam 1 ,mem_mouse_move_flag 
+0x5a70 023123 rtn 
+:      023125 mouse_clear_sensor_data_by_reset:
+0x5a71 023126 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x5a72 023127 call le_set_config_more_data 
+:      023128 mouse_init_sensor_reset:
+0x5a73 023129 branch mouse_init_sunt 
+:      023131 mouse_data_xy_release:
+0x5a74 023132 fetch 1 ,mem_sensor_motion_gpio 
+0x5a75 023133 rtnne gpio_disable 
+0x5a76 023134 fetch 1 ,mem_mouse_long_mult_flag 
+0x5a77 023135 rtnne 1 
+0x5a78 023136 setarg 0 
+0x5a79 023137 store 1 ,mem_mouse_long_mult_flag 
+0x5a7a 023138 store 4 ,mem_mouse_x 
+0x5a7b 023139 branch mouse_init_sensor_reset 
+:      023141 mouse_data_extsign:
+0x5a7c 023142 rtnbit0 7 
+0x5a7d 023143 arg 0xff00 ,temp 
+0x5a7e 023144 ior temp ,pdata 
+0x5a7f 023145 rtn 
+:      023147 mouse_data_extsign_bit3:
+0x5a80 023148 rtnbit0 3 
+0x5a81 023149 arg 0xf0 ,temp 
+0x5a82 023150 ior temp ,pdata 
+0x5a83 023151 rtn 
+:      023153 mouse_read_sensor_common:
+0x5a84 023154 arg pan_reg_delta_x ,pdata 
+0x5a85 023155 call twspi_read 
+0x5a86 023156 store 2 ,mem_mouse_x 
+0x5a87 023157 arg pan_reg_delta_y ,pdata 
+0x5a88 023158 call twspi_read 
+0x5a89 023159 store 2 ,mem_mouse_y 
+0x5a8a 023160 rtn 
+:      023163 mouse_sensor_sdio_low:
+0x5a8b 023164 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x5a8c 023165 call gpio_get_bit 
+0x5a8d 023166 rtn true 
+0x5a8e 023167 setarg 0x0a 
+0x5a8f 023168 call twspi_read 
+0x5a90 023169 nop 1000 
+0x5a91 023170 branch mouse_sensor_sdio_low 
+:      023172 mouse_set_sdio_high:
+0x5a92 023173 setarg 0x8100 
+0x5a93 023174 branch twspi_write 
+:      023179 mouse_bluetooth_fast_conn_init:
+0x5a94 023180 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+:      023181 mouse_ble_fast_conn_init:
+0x5a95 023182 jam 0x34 ,mem_xrecord_mode 
+0x5a96 023183 setarg 0x0f0f0f 
+0x5a97 023184 store 3 ,mem_le_lap 
+0x5a98 023185 store 3 ,mem_le_lap + 3 
+0x5a99 023186 branch mouse_start_reconnect 
+:      023188 mouse_buletooth_fast_conn_end:
+0x5a9a 023189 bpatch patch10_4 ,mem_patch10 
+0x5a9b 023190 call mouse_select_reconn_device 
+0x5a9c 023191 call mouse_bluetooth_fast_conn_disable 
+0x5a9d 023192 fetch 1 ,mem_device_flag 
+0x5a9e 023193 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+0x5a9f 023194 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+0x5aa0 023195 rtn 
+:      023196 mouse_device1_check_auto_discover:
+0x5aa1 023197 fetch 6 ,mem_device1_addr 
+0x5aa2 023198 branch mouse_device_check_auto_discover 
+:      023199 mouse_device2_check_auto_discover:
+0x5aa3 023200 fetch 6 ,mem_device2_addr 
+:      023201 mouse_device_check_auto_discover:
+0x5aa4 023202 fetcht 6 ,mem_mouse_compare_addr 
+0x5aa5 023203 isub temp ,null 
+0x5aa6 023204 branch mouse_start_discovery ,zero 
+0x5aa7 023205 branch mouse_start_reconnect_device 
+:      023207 mouse_bluetooth_fast_conn_disable:
+0x5aa8 023208 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+0x5aa9 023209 rtn 
+:      023212 mouse_stop_bluetooth_mode:
+0x5aaa 023213 fetch 2 ,mem_ui_state_map 
+0x5aab 023214 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5aac 023215 branch mouse_stop_discovery 
+:      023216 mouse_disconnect:
+0x5aad 023217 setarg 0 
+0x5aae 023218 store 2 ,mem_mouse_no_data_timer 
+0x5aaf 023219 fetch 2 ,mem_ui_state_map 
+0x5ab0 023220 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5ab1 023221 rtn 
+:      023223 mouse_check_125hz:
+0x5ab2 023224 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ab3 023225 rtnbit0 mouse_enable_bt_125hz 
+:      023226 mouse_bluetooth_125hz:
+0x5ab4 023227 nbranch mouse_bluetooth_125hz_clear ,user 
+0x5ab5 023228 fetch 1 ,mem_bluetooth_125hz_cnt 
+0x5ab6 023229 increase 1 ,pdata 
+0x5ab7 023230 and_into 0x0f ,pdata 
+0x5ab8 023231 store 1 ,mem_bluetooth_125hz_cnt 
+0x5ab9 023232 nrtn blank 
+:      023233 mouse_bluetooth_125hz_clear:
+0x5aba 023234 jam 0 ,mem_bluetooth_125hz_cnt 
+0x5abb 023235 branch disable_user 
+:      023237 mouse_current_mult_update:
+0x5abc 023238 fetch 1 ,mem_sensor_motion_gpio 
+0x5abd 023239 rtnne gpio_disable 
+0x5abe 023240 jam 0 ,mem_lpm_mult 
+0x5abf 023241 jam 30 ,mem_mouse_current_mult_timer 
+0x5ac0 023242 rtn 
+:      023245 mouse_priority_bb_event:
+0x5ac1 023246 bpatch patch10_5 ,mem_patch10 
+0x5ac2 023247 copy regc ,pdata 
+0x5ac3 023248 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x5ac4 023249 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+0x5ac5 023250 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x5ac6 023251 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x5ac7 023252 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x5ac8 023253 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x5ac9 023254 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+0x5aca 023255 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+0x5acb 023256 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x5acc 023257 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x5acd 023258 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x5ace 023259 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x5acf 023260 rtn 
+:      023263 mouse_le_bb_event_connected:
+0x5ad0 023264 call mouse_device_poweron_led_config 
+0x5ad1 023265 jam 0 ,mem_mouse_long_mult_flag 
+0x5ad2 023266 call mouse_init_sensor_reset 
+0x5ad3 023267 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x5ad4 023268 call mouse_24g_first_store_reconn_info 
+0x5ad5 023269 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5ad6 023270 nbranch mouse_le_bb_event_connected_next ,blank 
+0x5ad7 023271 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      023272 mouse_le_bb_event_connected_next:
+0x5ad8 023273 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x5ad9 023274 set0 app_disc_by_button ,pdata 
+0x5ada 023275 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x5adb 023276 jam 0 ,mem_mouse_direct_timer 
+0x5adc 023277 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5add 023278 store 2 ,mem_le_battery_level_updata_timer 
+0x5ade 023279 call mouse_no_data_timer_init 
+0x5adf 023280 branch mouse_stop_discovery 
+:      023282 mouse_le_bb_disconnected:
+0x5ae0 023283 setarg 0 
+0x5ae1 023284 store 2 ,mem_le_battery_level_updata_timer 
+0x5ae2 023285 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x5ae3 023286 arg le_interval_7_5ms ,temp 
+0x5ae4 023287 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ae5 023288 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+0x5ae6 023289 arg le_interval_8_75ms ,temp 
+:      023290 mouse_le_bb_disconnected_next:
+0x5ae7 023291 storet 2 ,mem_le_interval_min 
+0x5ae8 023292 storet 2 ,mem_le_interval_min + 2 
+0x5ae9 023293 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5aea 023294 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x5aeb 023295 call le_clr_config_more_data 
+0x5aec 023296 branch mouse_bb_disconnected 
+:      023298 mouse_le_pairing_success:
+0x5aed 023299 arg ll_pairing_success_flag ,queue 
+0x5aee 023300 branch mouse_le_enable_connect_flag 
+:      023302 mouse_le_enc_info:
+:      023303 mouse_updata_le_param:
+0x5aef 023304 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x5af0 023305 branch ui_ipc_send_cmd 
+:      023307 mouse_le_ll_start_encryt:
+0x5af1 023308 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5af2 023309 beq 1 ,mouse_le_ll_reconn_start_encryt 
+0x5af3 023310 branch mouse_le_ll_enable_start_enc_flag 
+:      023311 mouse_le_ll_reconn_start_encryt:
+0x5af4 023312 call mouse_updata_le_param 
+0x5af5 023313 jam 20 ,mem_le_start_encrypt_timer 
+:      023314 mouse_le_ll_enable_start_enc_flag:
+0x5af6 023315 arg ll_start_enc_flag ,queue 
+0x5af7 023316 branch mouse_le_enable_connect_flag 
+:      023318 mouse_le_enable_connect_flag:
+0x5af8 023319 fetch 1 ,mem_le_connect_status_flag 
+0x5af9 023320 qset1 pdata 
+0x5afa 023321 store 1 ,mem_le_connect_status_flag 
+0x5afb 023322 rtn 
+:      023324 mouse_le_conn_param_update_rsp_recieved:
+0x5afc 023325 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5afd 023326 rtneq ble_signaling_connect_parameter_update_accepted 
+0x5afe 023327 fetch 1 ,mem_le_tsniff 
+0x5aff 023328 rshift2 pdata ,pdata 
+0x5b00 023329 sub pdata ,le_interval_15ms ,null 
+0x5b01 023330 rtn positive 
+0x5b02 023331 setarg le_interval_11_25ms 
+0x5b03 023332 store 2 ,mem_le_interval_min 
+0x5b04 023333 store 2 ,mem_le_interval_min + 2 
+0x5b05 023334 call mouse_updata_le_param 
+:      023335 mouse_le_conn_param_lpm_disable:
+0x5b06 023336 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x5b07 023337 rtn 
+:      023339 mouse_le_bb_event_connect_complete:
+0x5b08 023340 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5b09 023341 nrtn blank 
+0x5b0a 023342 fetch 1 ,mem_le_att_handle 
+0x5b0b 023343 sub pdata ,34 ,pdata 
+0x5b0c 023344 nrtn zero 
+0x5b0d 023345 jam 0 ,mem_le_start_encrypt_timer 
+:      023346 mouse_le_write_enable:
+0x5b0e 023347 arg write_req_enable_flag ,queue 
+0x5b0f 023348 branch mouse_le_enable_connect_flag 
+:      023350 mouse_le_parse_conn_param_accepted:
+0x5b10 023351 fetch 1 ,mem_le_new_conninterval 
+0x5b11 023352 sub pdata ,le_interval_15ms ,null 
+0x5b12 023353 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x5b13 023354 store 2 ,mem_le_interval_min 
+0x5b14 023355 store 2 ,mem_le_interval_min + 2 
+0x5b15 023356 fetch 1 ,mem_le_new_connslavelatency 
+0x5b16 023357 branch mouse_le_lpm_mult_reinit ,blank 
+0x5b17 023358 fetcht 1 ,mem_lpm_mult_init 
+0x5b18 023359 isub temp ,null 
+0x5b19 023360 branch mouse_le_lpm_mult_reinit ,positive 
+0x5b1a 023361 fetch 1 ,mem_le_new_connslavelatency 
+0x5b1b 023362 store 1 ,mem_lpm_mult 
+0x5b1c 023363 branch mouse_le_conn_param_lpm_enable 
+:      023364 mouse_le_lpm_mult_reinit:
+0x5b1d 023365 fetch 1 ,mem_lpm_mult_init 
+0x5b1e 023366 store 1 ,mem_lpm_mult 
+:      023367 mouse_le_conn_param_lpm_enable:
+0x5b1f 023368 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5b20 023369 rtn 
+:      023371 mouse_le_clean_connect_flag:
+0x5b21 023372 jam 0 ,mem_le_connect_status_flag 
+0x5b22 023373 rtn 
+:      023375 mouse_le:
+0x5b23 023376 bpatch patch10_6 ,mem_patch10 
+0x5b24 023377 call le_fifo_check_nearly_full 
+0x5b25 023378 nrtn blank 
+0x5b26 023379 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5b27 023380 beq 0xff ,mouse_le_next 
+0x5b28 023381 fetch 1 ,mem_le_connect_status_flag 
+0x5b29 023382 and pdata ,0x03 ,pdata 
+0x5b2a 023383 rtnne 0x03 
+:      023384 mouse_le_next:
+0x5b2b 023385 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x5b2c 023386 call mouse_clear_sensor_data_by_reset ,blank 
+0x5b2d 023387 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b2e 023388 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x5b2f 023389 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x5b30 023390 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x5b31 023391 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x5b32 023392 call mouse_motion 
+0x5b33 023393 call mouse_check_125hz 
+0x5b34 023394 nrtn user 
+0x5b35 023395 call mouse_current_mult_update 
+0x5b36 023396 call mouse_data_xy_release 
+0x5b37 023397 call mouse_wheel_trigger 
+0x5b38 023398 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b39 023399 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x5b3a 023400 fetch 1 ,mem_customer_key 
+0x5b3b 023401 beq 1 ,mouse_le_send_keyboard_package_data 
+:      023402 mouse_le_send_mouse_data:
+0x5b3c 023403 branch mouse_fill_mouse_data_le 
+:      023406 mouse_le_send_keyboard_package_data:
+0x5b3d 023407 fetch 1 ,mem_customer_data_trigger 
+0x5b3e 023408 branch mouse_le_release_keyboard_data ,blank 
+0x5b3f 023409 fetch 8 ,mem_customer_key_press + 1 
+:      023410 mouse_fill_keyboard_package_data_le:
+0x5b40 023411 store 8 ,mem_pdatatemp 
+0x5b41 023412 fetch 1 ,mem_customer_key_press 
+0x5b42 023413 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+0x5b43 023414 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+0x5b44 023415 jam 8 ,mem_le_data_len 
+0x5b45 023416 fetcht 2 ,mem_le_keyboard_handle 
+:      023417 mouse_fill_data_le:
+0x5b46 023418 fetch 1 ,mem_le_data_len 
+0x5b47 023419 copy pdata ,rega 
+0x5b48 023420 call le_att_malloc_tx_notify 
+0x5b49 023421 fetcht 1 ,mem_le_data_len 
+0x5b4a 023422 copy temp ,loopcnt 
+0x5b4b 023423 arg mem_pdatatemp ,contr 
+0x5b4c 023424 branch memcpy 
+:      023426 mouse_le_release_keyboard_data:
+0x5b4d 023427 fetch 8 ,mem_customer_key_release + 1 
+0x5b4e 023428 branch mouse_fill_keyboard_package_data_le 
+:      023430 mouse_fill_multimedia_key_data_le:
+0x5b4f 023431 jam 3 ,mem_le_data_len 
+0x5b50 023432 fetcht 2 ,mem_le_multimedia_handle 
+0x5b51 023433 branch mouse_fill_data_le 
+:      023435 mouse_fill_systemctrl_key_data_le:
+0x5b52 023436 jam 2 ,mem_le_data_len 
+0x5b53 023437 fetcht 2 ,mem_le_systemctrl_handle 
+0x5b54 023438 branch mouse_fill_data_le 
+:      023440 mouse_fill_battery_level_le:
+0x5b55 023441 arg 1 ,rega 
+0x5b56 023442 fetcht 2 ,mem_le_battery_level_handle 
+0x5b57 023443 call le_att_malloc_tx_notify 
+0x5b58 023444 fetch 1 ,mem_le_battery_level_percentage 
+0x5b59 023445 istore 1 ,contw 
+0x5b5a 023446 rtn 
+:      023448 mouse_le_send_empty_packet:
+0x5b5b 023449 setarg 0 
+0x5b5c 023450 store 7 ,mem_mouse_key 
+:      023451 mouse_fill_mouse_data_le:
+0x5b5d 023452 jam 7 ,mem_le_data_len 
+0x5b5e 023453 fetch 7 ,mem_mouse_key 
+0x5b5f 023454 store 7 ,mem_pdatatemp 
+0x5b60 023455 fetcht 2 ,mem_le_notify_handle 
+0x5b61 023456 branch mouse_fill_data_le 
+:      023458 mouse_check_51cmd_adv:
+0x5b62 023459 jam 0 ,mem_mouse_le_reconnect_flag 
+0x5b63 023460 fetch 3 ,mem_le_adv_ind 
+0x5b64 023461 store 3 ,mem_le_adv_data + 4 
+0x5b65 023462 call mouse_le_check_adv_flag 
+0x5b66 023463 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x5b67 023464 istore 1 ,contr 
+0x5b68 023465 arg mem_le_adv_swift_pair ,contr 
+0x5b69 023466 call mouse_le_adv_data_update 
+0x5b6a 023467 branch check_51cmd_adv 
+:      023469 mouse_le_check_adv_flag:
+0x5b6b 023470 arg mem_le_adv_data ,rega 
+:      023471 mouse_le_check_adv_flag_loop:
+0x5b6c 023472 ifetch 1 ,rega 
+0x5b6d 023473 rtn blank 
+0x5b6e 023474 iadd contr ,rega 
+0x5b6f 023475 ifetch 1 ,contr 
+0x5b70 023476 rtneq 0x01 
+0x5b71 023477 branch mouse_le_check_adv_flag_loop 
+:      023479 mouse_le_adv_data_update:
+0x5b72 023480 arg mem_le_adv_data + 11 ,contw 
+0x5b73 023481 arg 19 ,loopcnt 
+0x5b74 023482 call memcpy 
+0x5b75 023483 branch le_modified_name_adv 
+:      023489 mouse_bb_disconnected:
+0x5b76 023490 call mouse_bb_discon_clear_stack 
+0x5b77 023491 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5b78 023492 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x5b79 023493 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5b7a 023494 branch mouse_start_discovery 
+:      023496 mouse_bb_discon_clear_stack:
+0x5b7b 023497 setarg 0 
+0x5b7c 023498 store 8 ,mem_wheel_tb_old_pinlevel 
+0x5b7d 023499 istore 4 ,contw 
+0x5b7e 023500 jam 0 ,mem_mouse_move_flag 
+0x5b7f 023501 jam 0 ,mem_ltk_exists 
+0x5b80 023502 rtn 
+:      023504 mouse4_0_event_bb_disconn:
+0x5b81 023505 call mouse_le_clean_connect_flag 
+0x5b82 023506 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5b83 023507 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5b84 023508 branch mouse_app_enter_hibernate 
+:      023512 mouse_bb_event_timer:
+0x5b85 023513 bpatch patch10_7 ,mem_patch10 
+0x5b86 023515 call mouse_low_voltage_led_timer 
+0x5b87 023516 call mouse_adc_read 
+0x5b88 023518 call mouse_logo_led_on_timer 
+0x5b89 023519 call mouse_led_multi_timer 
+0x5b8a 023520 call mouse_dpi_led_blink_delay_timer 
+0x5b8b 023522 call g24_pair_timeout_timer 
+0x5b8c 023523 call g24_reconn_timeout_timer 
+0x5b8d 023524 call mouse_24g_long_sleep_param_update_timer 
+0x5b8e 023526 call mouse_dpi_key_check_long_press 
+0x5b8f 023527 call mouse_bt_discovery_check 
+0x5b90 023528 call mouse_commbination_key_process 
+0x5b91 023529 call mouse_check_discovery_timeout_timer 
+0x5b92 023531 call mouse_check_direct_timeout_timer 
+0x5b93 023532 call mouse_le_enable_att_list_timer 
+0x5b94 023533 call mouse_le_battery_updata_timer 
+0x5b95 023534 call mouse_le_send_smp_security_request_timer 
+0x5b96 023536 call mouse_check_reconnect_delay_long_sleep 
+0x5b97 023537 call mouse_current_mult_update_timer 
+0x5b98 023538 call mouse_wheel_trigger_timer 
+0x5b99 023539 call mouse_store_information_delay_timer 
+0x5b9a 023540 branch mouse_check_no_data_timeout_timer 
+:      023542 mouse_bt_discovery_check:
+0x5b9b 023543 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b9c 023544 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+0x5b9d 023545 rtn 
+:      023547 mouse_bt_discovery_by_pb_button:
+0x5b9e 023548 fetch 1 ,mem_select_device_button_statue 
+0x5b9f 023549 rtnne pb_button_state_down 
+0x5ba0 023550 arg mem_bt_discovery_count ,regc 
+0x5ba1 023551 arg mouse_long_button_bt_discovery ,regb 
+0x5ba2 023552 branch timer_single_step 
+:      023554 mouse_long_button_bt_discovery:
+0x5ba3 023555 fetch 1 ,mem_device_flag 
+0x5ba4 023556 rtneq mode_24g_device 
+0x5ba5 023557 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ba6 023558 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x5ba7 023559 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5ba8 023560 call mouse_enable_function_flag 
+0x5ba9 023561 call app_evt_button_long_pressed 
+0x5baa 023562 branch mouse_bb_event_discovery_btn 
+:      023564 mouse_commbination_key_process:
+0x5bab 023565 fetch 1 ,mem_device_flag 
+0x5bac 023566 beq mode_24g_device ,mouse_24g_commbination_key_process 
+0x5bad 023567 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bae 023568 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x5baf 023569 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x5bb0 023570 branch mouse_commbination_key_start 
+:      023572 mouse_24g_commbination_key_process:
+0x5bb1 023573 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bb2 023574 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x5bb3 023575 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      023576 mouse_commbination_key_start:
+0x5bb4 023577 storet 1 ,mem_mouse_commbination_key 
+0x5bb5 023578 call mouse_check_key_gpio 
+0x5bb6 023579 and pdata ,0x07 ,pdata 
+0x5bb7 023580 fetcht 1 ,mem_mouse_commbination_key 
+0x5bb8 023581 isub temp ,null 
+0x5bb9 023582 branch mouse_commbination_key_down ,zero 
+:      023583 mouse_commbination_key_up:
+0x5bba 023584 fetch 1 ,mem_ui_button_timeout 
+0x5bbb 023585 store 1 ,mem_combination_ui_button_count 
+0x5bbc 023586 fetch 1 ,mem_commbination_key_statue 
+0x5bbd 023587 rtneq commbination_key_state_up 
+0x5bbe 023588 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5bbf 023589 rtn 
+:      023591 mouse_commbination_key_down:
+0x5bc0 023592 call mouse_combination_ui_timer 
+0x5bc1 023593 fetch 1 ,mem_commbination_key_statue 
+0x5bc2 023594 rtneq commbination_key_state_down 
+0x5bc3 023595 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x5bc4 023596 rtn 
+:      023598 mouse_combination_ui_timer:
+0x5bc5 023599 arg mouse_24g_start_pair_mode ,regb 
+0x5bc6 023600 arg mem_combination_ui_button_count ,regc 
+0x5bc7 023601 fetch 1 ,mem_device_flag 
+0x5bc8 023602 beq mode_24g_device ,timer_single_step 
+0x5bc9 023603 arg mouse_long_button_bt_discovery ,regb 
+0x5bca 023604 call timer_single_step 
+0x5bcb 023605 fetch 1 ,mem_combination_ui_button_count 
+0x5bcc 023606 beq 1 ,mouse_bt_discovery_button_down_enable 
+0x5bcd 023607 rtn 
+:      023609 mouse_check_discovery_timeout_timer:
+0x5bce 023610 arg mem_mouse_discovery_timer ,regc 
+0x5bcf 023611 arg mouse_check_discovery_timeout ,regb 
+0x5bd0 023612 branch timer_single_step_2b 
+:      023614 mouse_check_discovery_timeout:
+0x5bd1 023615 call mouse_stop_discovery 
+0x5bd2 023616 branch mouse_app_enter_hibernate 
+:      023618 mouse_check_direct_timeout_timer:
+0x5bd3 023619 arg mem_mouse_direct_timer ,regc 
+0x5bd4 023620 arg mouse_check_direct_timeout ,regb 
+0x5bd5 023621 call timer_single_step 
+0x5bd6 023622 fetch 1 ,mem_mouse_direct_timer 
+0x5bd7 023623 beq 1 ,app_ble_stop_direct_adv 
+0x5bd8 023624 rtn 
+:      023626 mouse_check_direct_timeout:
+0x5bd9 023627 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5bda 023628 beq 0xff ,mouse_buletooth_fast_conn_end 
+0x5bdb 023629 fetch 1 ,mem_reconn_times 
+0x5bdc 023630 nbranch mouse_polling_device ,blank 
+0x5bdd 023631 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bde 023632 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+0x5bdf 023633 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+0x5be0 023634 branch mouse_app_enter_hibernate 
+:      023636 mouse_le_enable_att_list_timer:
+0x5be1 023637 arg mem_le_start_encrypt_timer ,regc 
+0x5be2 023638 arg mouse_le_write_enable ,regb 
+0x5be3 023639 branch timer_single_step 
+:      023641 mouse_le_send_smp_security_request_timer:
+0x5be4 023642 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x5be5 023643 rtn blank 
+0x5be6 023644 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x5be7 023645 arg mouse_le_pairing_sm_start_check ,regb 
+0x5be8 023646 branch timer_single_step 
+:      023647 mouse_le_pairing_sm_start_check:
+0x5be9 023648 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5bea 023649 nrtn blank 
+0x5beb 023650 fetch 1 ,mem_le_pairing_state 
+0x5bec 023651 rtnne flag_le_pairing_null 
+0x5bed 023652 branch le_pairing_sm_start 
+:      023654 mouse_le_battery_updata_timer:
+0x5bee 023655 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bef 023656 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x5bf0 023657 arg mem_le_battery_level_updata_timer ,regc 
+0x5bf1 023658 arg mouse_le_battery_level_updata ,regb 
+0x5bf2 023659 branch timer_single_step 
+:      023661 mouse_le_battery_level_updata:
+0x5bf3 023662 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5bf4 023663 store 2 ,mem_le_battery_level_updata_timer 
+0x5bf5 023664 branch mouse_fill_battery_level_le 
+:      023666 mouse_le_enable_att_list:
+0x5bf6 023667 fetch 1 ,mem_le_connect_status_flag 
+0x5bf7 023668 rtnbit1 ll_pairing_success_flag 
+0x5bf8 023669 call mouse_updata_le_param 
+0x5bf9 023670 arg write_req_enable_flag ,queue 
+0x5bfa 023671 branch mouse_le_enable_connect_flag 
+:      023673 mouse_check_reconnect_delay_long_sleep:
+0x5bfb 023674 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+0x5bfc 023675 arg mouse_app_enter_hibernate ,regb 
+0x5bfd 023676 branch timer_single_step 
+:      023678 mouse_current_mult_update_timer:
+0x5bfe 023679 arg mem_mouse_current_mult_timer ,regc 
+0x5bff 023680 arg mouse_current_mult_reinit ,regb 
+0x5c00 023681 branch timer_single_step 
+:      023682 mouse_current_mult_reinit:
+0x5c01 023683 fetch 1 ,mem_lpm_mult_init 
+0x5c02 023684 store 1 ,mem_lpm_mult 
+0x5c03 023685 jam 1 ,mem_mouse_long_mult_flag 
+0x5c04 023686 rtn 
+:      023689 mouse_check_no_data_timeout_timer:
+0x5c05 023690 arg mem_mouse_no_data_timer ,regc 
+0x5c06 023691 arg mouse_check_no_data_timeout ,regb 
+0x5c07 023692 branch timer_single_step_2b 
+:      023694 mouse_check_no_data_timeout:
+0x5c08 023695 fetch 1 ,mem_device_flag 
+0x5c09 023696 beq mode_24g_device ,mouse_24g_hibernate_set 
+0x5c0a 023697 branch mouse_disconnect 
+:      023699 mouse_no_data_timer_init:
+0x5c0b 023700 fetch 2 ,mem_mouse_no_data_timeout 
+0x5c0c 023701 store 2 ,mem_mouse_no_data_timer 
+0x5c0d 023702 rtn 
+:      023704 mouse_store_information_delay_timer:
+0x5c0e 023705 arg mem_store_information_delay_timer ,regc 
+0x5c0f 023706 arg mouse_store_device_info_check ,regb 
+0x5c10 023707 branch timer_single_step 
+:      023709 mouse_store_device_info_check:
+0x5c11 023710 call mouse_store_device_info 
+0x5c12 023711 fetch 1 ,mem_mouse_need_soft_reset 
+0x5c13 023712 nbranch mouse_soft_reset ,blank 
+0x5c14 023713 rtn 
+:      023715 mouse_bb_event_discovery_btn:
+0x5c15 023716 isolate1 mark_24g ,mark 
+0x5c16 023717 call mouse_24g_stop ,true 
+0x5c17 023718 call mouse_disconnect 
+0x5c18 023719 call mouse_le_clean_connect_flag 
+0x5c19 023720 branch mouse_start_discovery 
+:      023722 mouse_start_discovery:
+0x5c1a 023723 bpatch patch11_0 ,mem_patch11 
+0x5c1b 023724 call mouse_device_discovery_led_config 
+0x5c1c 023725 fetch 2 ,mem_ui_state_map 
+0x5c1d 023726 isolate1 ui_state_ble_adv ,pdata 
+0x5c1e 023727 call mouse_stop_le_adv ,true 
+0x5c1f 023728 call mouse_bluetooth_fast_conn_disable 
+0x5c20 023729 fetch 2 ,mem_ui_state_map 
+0x5c21 023730 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x5c22 023731 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c23 023732 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x5c24 023733 fetcht 2 ,mem_random_addr_increase_count 
+0x5c25 023734 increase 1 ,temp 
+0x5c26 023735 storet 2 ,mem_random_addr_increase_count 
+0x5c27 023736 storet 2 ,mem_le_lap + 1 
+0x5c28 023737 random pdata 
+0x5c29 023738 store 1 ,mem_le_lap 
+:      023739 mouse_start_discovery_norandom:
+0x5c2a 023740 fetch 3 ,mem_mouse_le_lap_temp 
+0x5c2b 023741 store 3 ,mem_le_lap + 3 
+0x5c2c 023742 call app_lpm_mult_disable 
+0x5c2d 023743 fetch 2 ,mem_mouse_discovery_timeout 
+0x5c2e 023744 store 2 ,mem_mouse_discovery_timer 
+0x5c2f 023745 setarg 0 
+0x5c30 023746 store 2 ,mem_mouse_no_data_timer 
+0x5c31 023747 store 2 ,mem_le_battery_level_updata_timer 
+0x5c32 023748 store 1 ,mem_mouse_direct_timer 
+0x5c33 023749 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5c34 023750 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x5c35 023751 arg mouse_store_eeprom_flag ,queue 
+0x5c36 023752 call mouse_enable_function_flag 
+0x5c37 023753 call mouse_bt_discovery_button_down_disable 
+0x5c38 023754 branch mouse_check_51cmd_adv 
+:      023756 mouse_stop_discovery:
+0x5c39 023757 bpatch patch11_1 ,mem_patch11 
+0x5c3a 023758 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5c3b 023759 call mouse_disable_function_flag 
+0x5c3c 023760 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5c3d 023761 branch mouse_stop_le_adv 
+:      023762 mouse_stop_le_adv:
+0x5c3e 023763 setarg 0 
+0x5c3f 023764 store 1 ,mem_mouse_direct_timer 
+0x5c40 023765 store 2 ,mem_mouse_discovery_timer 
+0x5c41 023766 branch check_51cmd_stop_adv 
+:      023768 mouse_store_remote_bdaddr:
+0x5c42 023769 bpatch patch11_2 ,mem_patch11 
+0x5c43 023770 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c44 023771 rtnbit0 mouse_store_eeprom_flag 
+0x5c45 023772 arg mouse_store_eeprom_flag ,queue 
+0x5c46 023773 call mouse_disable_function_flag 
+0x5c47 023774 call mouse_check_device_addr 
+:      023775 mouse_unplug_clean_bdaddr:
+0x5c48 023776 call mouse_before_store_reconn_info 
+0x5c49 023777 branch mouse_store_device_info_delay 
+:      023779 mouse_check_device_addr:
+0x5c4a 023780 fetch 1 ,mem_record_bt_mode 
+0x5c4b 023781 beq rec_4_mode ,mouse_check_le_device_addr 
+0x5c4c 023782 rtn 
+:      023783 mouse_check_le_device_addr:
+0x5c4d 023784 store 1 ,mem_device_addr_temp 
+0x5c4e 023785 fetch 6 ,mem_le_plap 
+:      023786 mouse_check_bt_device_addr_common:
+0x5c4f 023787 store 6 ,mem_device_addr_temp + 1 
+0x5c50 023788 fetch 7 ,mem_device_addr_temp 
+0x5c51 023789 arg mem_device1_type ,contr 
+0x5c52 023790 arg 3 ,loopcnt 
+:      023791 mouse_check_device_addr_end:
+0x5c53 023792 ifetcht 7 ,contr 
+0x5c54 023793 isub temp ,null 
+0x5c55 023794 branch mouse_clean_addr ,zero 
+0x5c56 023795 increase 22 ,contr 
+0x5c57 023796 loop mouse_check_device_addr_end 
+0x5c58 023797 rtn 
+:      023798 mouse_before_store_reconn_info:
+0x5c59 023799 arg mem_device1_type ,rega 
+0x5c5a 023800 fetch 1 ,mem_device_flag 
+0x5c5b 023801 increase -1 ,pdata 
+0x5c5c 023802 mul32 pdata ,29 ,pdata 
+0x5c5d 023803 iadd rega ,rega 
+0x5c5e 023804 fetch 1 ,mem_record_bt_mode 
+0x5c5f 023805 istore 1 ,rega 
+0x5c60 023806 beq rec_4_mode ,mouse_store_le_device 
+0x5c61 023807 rtn 
+:      023809 mouse_store_le_device:
+0x5c62 023810 fetch 6 ,mem_le_plap 
+0x5c63 023811 istore 6 ,contw 
+0x5c64 023812 arg mem_le_ltk ,contr 
+0x5c65 023813 call memcpy16 
+0x5c66 023814 fetch 6 ,mem_le_lap 
+0x5c67 023815 istore 6 ,contw 
+0x5c68 023816 rtn 
+:      023818 mouse_clean_addr:
+0x5c69 023819 increase -6 ,contr 
+0x5c6a 023820 copy contr ,contw 
+0x5c6b 023821 fetcht 6 ,mem_device_addr_temp + 1 
+0x5c6c 023822 increase 3 ,temp 
+0x5c6d 023823 istoret 6 ,contw 
+0x5c6e 023824 rtn 
+:      023826 mouse_select_reconn_device:
+0x5c6f 023827 arg mem_device1_type ,rega 
+0x5c70 023828 fetch 1 ,mem_device_flag 
+0x5c71 023829 rtneq mode_24g_device 
+0x5c72 023830 increase -1 ,pdata 
+0x5c73 023831 mul32 pdata ,29 ,pdata 
+0x5c74 023832 iadd rega ,rega 
+0x5c75 023833 ifetch 1 ,rega 
+0x5c76 023834 store 1 ,mem_xrecord_mode 
+0x5c77 023835 beq rec_4_mode ,mouse_load_le_device 
+0x5c78 023836 rtn 
+:      023838 mouse_load_le_device:
+0x5c79 023839 ifetch 6 ,contr 
+:      023840 mouse_load_le_device_end:
+0x5c7a 023841 store 6 ,mem_hci_plap 
+0x5c7b 023842 arg mem_le_ltk ,contw 
+0x5c7c 023843 call memcpy16 
+0x5c7d 023844 ifetch 6 ,contr 
+0x5c7e 023845 store 6 ,mem_le_lap 
+0x5c7f 023846 rtn 
+:      023848 mouse_app_initflag_check:
+0x5c80 023849 bpatch patch11_3 ,mem_patch11 
+0x5c81 023850 fetch 2 ,mem_store_flag 
+0x5c82 023851 arg eeprom_init_flag ,temp 
+0x5c83 023852 isub temp ,null 
+0x5c84 023853 branch mouse_load_device_info ,zero 
+:      023854 mouse_app_initflag_check_next:
+0x5c85 023855 storet 2 ,mem_store_flag 
+0x5c86 023856 call mouse_ble_init_address 
+0x5c87 023857 fetch 1 ,mem_device_flag_temp 
+0x5c88 023858 store 1 ,mem_device_flag 
+0x5c89 023859 fetch 4 ,mem_24g_fast_conn_addr 
+0x5c8a 023860 store 4 ,mem_24g_receiver_addr 
+0x5c8b 023861 store 4 ,mem_24g_addr 
+:      023862 mouse_load_default_dpi:
+0x5c8c 023863 fetch 1 ,mem_config_sensor_dpi 
+0x5c8d 023864 store 1 ,mem_mouse_dpi 
+0x5c8e 023865 rtn 
+:      023867 mouse_load_device_info:
+0x5c8f 023868 call mouse_otp_load_dpi 
+0x5c90 023870 fetch 4 ,mem_mouse_24g_addr 
+0x5c91 023871 store 4 ,mem_24g_receiver_addr 
+0x5c92 023872 store 4 ,mem_24g_addr 
+0x5c93 023873 rtn 
+:      023875 mouse_otp_load_dpi:
+0x5c94 023876 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c95 023877 rtnbit0 mouse_enable_load_and_store_dpi 
+0x5c96 023878 fetch 2 ,mem_otp_offset_dpi 
+0x5c97 023879 copy pdata ,regb 
+0x5c98 023880 call mouse_read_otp_dpi_common 
+0x5c99 023881 fetch 1 ,mem_mouse_dpi_temp 
+0x5c9a 023882 call mouse_load_default_dpi ,blank 
+0x5c9b 023883 rtn 
+:      023885 mouse_ble_init_address:
+0x5c9c 023886 fetch 6 ,mem_le_lap 
+0x5c9d 023887 store 6 ,mem_device1_locall_addr 
+0x5c9e 023888 add pdata ,0x0100 ,pdata 
+0x5c9f 023889 store 6 ,mem_device2_locall_addr 
+0x5ca0 023890 add pdata ,0x0100 ,pdata 
+0x5ca1 023891 store 6 ,mem_device3_locall_addr 
+0x5ca2 023892 rtn 
+:      023896 mouse_store_device_info_delay:
+0x5ca3 023897 fetch 1 ,mem_store_information_delay_timer_init 
+0x5ca4 023898 store 1 ,mem_store_information_delay_timer 
+0x5ca5 023899 rtn 
+:      023901 mouse_store_device_info:
+0x5ca6 023902 bpatch patch11_4 ,mem_patch11 
+0x5ca7 023903 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ca8 023904 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x5ca9 023905 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x5caa 023906 bbit1 mouse_enable_otp ,mouse_store_otp_device_info 
+0x5cab 023907 rtn 
+:      023909 mouse_store_dpi_info_check:
+0x5cac 023910 bpatch patch11_5 ,mem_patch11 
+0x5cad 023911 fetch mouse_flag_len ,mem_mouse_flag 
+0x5cae 023912 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x5caf 023913 bbit1 mouse_enable_otp ,mouse_store_otp_dpi 
+0x5cb0 023914 rtn 
+:      023918 mouse_store_eeprom_device_info:
+0x5cb1 023919 arg 128 ,temp 
+0x5cb2 023920 arg mem_device_flag ,rega 
+0x5cb3 023921 arg mouse_info_eeprom_offect ,regb 
+0x5cb4 023922 branch iicd_write_protect_eep_data 
+:      023924 mouse_store_eerpom_dpi:
+0x5cb5 023925 arg 1 ,temp 
+0x5cb6 023926 arg mem_mouse_dpi ,rega 
+0x5cb7 023927 arg mouse_dpi_eeprom_offect ,regb 
+0x5cb8 023928 branch iicd_write_protect_eep_data 
+:      023932 mouse_store_flash_device_info:
+0x5cb9 023933 call spid_init_flash 
+0x5cba 023934 call mouse_spid_flash_release_form_powerdown 
+0x5cbb 023935 call mouse_flash_erase_sector 
+0x5cbc 023937 call mouse_information_flash_parameters 
+0x5cbd 023938 call mouse_spid_write_flash 
+0x5cbe 023939 call mouse_spid_flash_powerdown 
+0x5cbf 023940 branch mouse_sensor_spi_init 
+:      023945 mouse_store_otp_device_info:
+0x5cc0 023946 call mouse_write_otp_device_flag 
+0x5cc1 023947 call mouse_write_otp_device_info 
+0x5cc2 023948 branch mouse_write_otp_le_addr_increase_count_info 
+:      023952 mouse_write_otp_device_flag:
+0x5cc3 023953 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0x5cc4 023954 copy regb ,regc 
+:      023955 mouse_write_otp_device_flag_loop:
+0x5cc5 023956 call mouse_read_otp_device_flag_common 
+0x5cc6 023957 fetch 1 ,mem_device_flag_temp 
+0x5cc7 023958 branch mouse_device_flag_store ,blank 
+0x5cc8 023959 store 1 ,mem_device_flag_last 
+0x5cc9 023960 increase 1 ,regc 
+0x5cca 023961 fetch 2 ,mem_otp_offset_device_flag_end 
+0x5ccb 023962 isub regc ,null 
+0x5ccc 023963 nrtn positive 
+0x5ccd 023964 copy regc ,regb 
+0x5cce 023965 branch mouse_write_otp_device_flag_loop 
+:      023967 mouse_device_flag_store:
+0x5ccf 023968 fetch 1 ,mem_device_flag_last 
+0x5cd0 023969 and pdata ,0xf0 ,pdata 
+0x5cd1 023970 branch mouse_device_flag_store_check ,blank 
+0x5cd2 023971 fetch 1 ,mem_device_flag 
+0x5cd3 023972 store 1 ,mem_device_flag_value 
+:      023973 mouse_devoce_flag_store_end:
+0x5cd4 023974 arg 1 ,loopcnt 
+0x5cd5 023975 copy regc ,regb 
+0x5cd6 023976 arg mem_device_flag_value ,rega 
+0x5cd7 023977 branch otp_write 
+:      023979 mouse_device_flag_store_check:
+0x5cd8 023980 fetch 1 ,mem_device_flag_last 
+0x5cd9 023981 fetcht 1 ,mem_device_flag 
+0x5cda 023982 isub temp ,null 
+0x5cdb 023983 rtn zero 
+0x5cdc 023984 lshift4 temp ,temp 
+0x5cdd 023985 iadd temp ,pdata 
+0x5cde 023986 store 1 ,mem_device_flag_value 
+0x5cdf 023988 copy regc ,pdata 
+0x5ce0 023989 fetcht 2 ,mem_otp_offset_device_flag 
+0x5ce1 023990 isub temp ,null 
+0x5ce2 023991 branch mouse_devoce_flag_store_end ,zero 
+0x5ce3 023993 increase -1 ,regc 
+0x5ce4 023994 branch mouse_devoce_flag_store_end 
+:      023998 mouse_write_otp_device_info:
+0x5ce5 023999 fetch 1 ,mem_device_flag 
+0x5ce6 024000 beq mode_24g_device ,mouse_write_otp_24g_addr 
+0x5ce7 024001 beq mode_bt_device1 ,mouse_write_otp_le_device1 
+0x5ce8 024002 beq mode_bt_device2 ,mouse_write_otp_le_device2 
+0x5ce9 024003 rtn 
+:      024005 mouse_write_otp_24g_addr:
+0x5cea 024006 fetchr regb ,2 ,mem_otp_offset_24g_addr 
+0x5ceb 024007 copy regb ,regc 
+:      024008 mouse_otp_store_24g_addr_loop:
+0x5cec 024009 call mouse_read_otp_24g_addr_common 
+0x5ced 024010 fetch 4 ,mem_mouse_24g_addr_temp 
+0x5cee 024011 branch mouse_24g_addr_store ,blank 
+0x5cef 024012 store 4 ,mem_mouse_24g_addr_last 
+0x5cf0 024013 increase 4 ,regc 
+0x5cf1 024014 fetch 2 ,mem_otp_offset_24g_addr_end 
+0x5cf2 024015 isub regc ,null 
+0x5cf3 024016 nrtn positive 
+0x5cf4 024017 copy regc ,regb 
+0x5cf5 024018 branch mouse_otp_store_24g_addr_loop 
+:      024020 mouse_24g_addr_store:
+0x5cf6 024021 fetch 4 ,mem_mouse_24g_addr_last 
+0x5cf7 024022 fetcht 4 ,mem_mouse_24g_addr 
+0x5cf8 024023 isub temp ,null 
+0x5cf9 024024 rtn zero 
+0x5cfa 024025 arg 4 ,loopcnt 
+0x5cfb 024026 arg mem_mouse_24g_addr ,rega 
+0x5cfc 024027 copy regc ,regb 
+0x5cfd 024028 branch otp_write 
+:      024030 mouse_write_otp_le_device1:
+0x5cfe 024031 fetchr regb ,2 ,mem_otp_offset_le_addr1 
+0x5cff 024032 copy regb ,regc 
+:      024033 mouse_otp_store_le_addr1_loop:
+0x5d00 024034 call mouse_read_otp_le_addr1_common 
+0x5d01 024035 fetch 6 ,mem_mouse_le_addr1_temp 
+0x5d02 024036 branch mouse_le_addr1_store ,blank 
+0x5d03 024037 store 6 ,mem_mouse_le_addr1_last 
+0x5d04 024038 increase 6 ,regc 
+0x5d05 024039 fetch 2 ,mem_otp_offset_le_addr1_end 
+0x5d06 024040 isub regc ,null 
+0x5d07 024041 nrtn positive 
+0x5d08 024042 copy regc ,regb 
+0x5d09 024043 branch mouse_otp_store_le_addr1_loop 
+:      024045 mouse_le_addr1_store:
+0x5d0a 024046 fetch 6 ,mem_mouse_le_addr1_last 
+0x5d0b 024047 fetcht 6 ,mem_device1_addr 
+0x5d0c 024048 isub temp ,null 
+0x5d0d 024049 rtn zero 
+0x5d0e 024050 arg 6 ,loopcnt 
+0x5d0f 024051 arg mem_device1_addr ,rega 
+0x5d10 024052 copy regc ,regb 
+0x5d11 024053 branch otp_write 
+:      024056 mouse_write_otp_le_device2:
+0x5d12 024057 fetchr regb ,2 ,mem_otp_offset_le_addr2 
+0x5d13 024058 copy regb ,regc 
+:      024059 mouse_otp_store_le_addr2_loop:
+0x5d14 024060 call mouse_read_otp_le_addr2_common 
+0x5d15 024061 fetch 6 ,mem_mouse_le_addr2_temp 
+0x5d16 024062 branch mouse_le_addr2_store ,blank 
+0x5d17 024063 store 6 ,mem_mouse_le_addr2_last 
+0x5d18 024064 increase 6 ,regc 
+0x5d19 024065 fetch 2 ,mem_otp_offset_le_addr2_end 
+0x5d1a 024066 isub regc ,null 
+0x5d1b 024067 nrtn positive 
+0x5d1c 024068 copy regc ,regb 
+0x5d1d 024069 branch mouse_otp_store_le_addr2_loop 
+:      024071 mouse_le_addr2_store:
+0x5d1e 024072 fetch 6 ,mem_mouse_le_addr2_last 
+0x5d1f 024073 fetcht 6 ,mem_device2_addr 
+0x5d20 024074 isub temp ,null 
+0x5d21 024075 rtn zero 
+0x5d22 024076 arg 6 ,loopcnt 
+0x5d23 024077 arg mem_device2_addr ,rega 
+0x5d24 024078 copy regc ,regb 
+0x5d25 024079 branch otp_write 
+:      024083 mouse_write_otp_le_addr_increase_count_info:
+0x5d26 024084 fetch 1 ,mem_device_flag 
+0x5d27 024085 rtneq mode_24g_device 
+0x5d28 024086 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0x5d29 024087 copy regb ,regc 
+:      024088 mouse_otp_store_le_addr_increase_count_loop:
+0x5d2a 024089 call mouse_read_otp_le_addr_increase_count_common 
+0x5d2b 024090 fetch 2 ,mem_random_addr_increase_count_temp 
+0x5d2c 024091 branch mouse_le_addr_increase_count_store ,blank 
+0x5d2d 024092 store 2 ,mem_random_addr_increase_count_last 
+0x5d2e 024093 increase 2 ,regc 
+0x5d2f 024094 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+0x5d30 024095 isub regc ,null 
+0x5d31 024096 nrtn positive 
+0x5d32 024097 copy regc ,regb 
+0x5d33 024098 branch mouse_otp_store_le_addr_increase_count_loop 
+:      024100 mouse_le_addr_increase_count_store:
+0x5d34 024101 fetch 2 ,mem_random_addr_increase_count_last 
+0x5d35 024102 fetcht 2 ,mem_random_addr_increase_count 
+0x5d36 024103 isub temp ,null 
+0x5d37 024104 rtn zero 
+0x5d38 024105 arg 2 ,loopcnt 
+0x5d39 024106 arg mem_random_addr_increase_count ,rega 
+0x5d3a 024107 copy regc ,regb 
+0x5d3b 024108 branch otp_write 
+:      024112 mouse_store_otp_dpi:
+0x5d3c 024113 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d3d 024114 rtnbit0 mouse_enable_load_and_store_dpi 
+0x5d3e 024115 fetchr regb ,2 ,mem_otp_offset_dpi 
+0x5d3f 024116 copy regb ,regc 
+:      024117 mouse_otp_store_dpi_loop:
+0x5d40 024118 call mouse_read_otp_dpi_common 
+0x5d41 024119 fetch 1 ,mem_mouse_dpi_temp 
+0x5d42 024120 branch mouse_otp_dpi_store ,blank 
+0x5d43 024121 store 1 ,mem_mouse_dpi_last 
+0x5d44 024122 increase 1 ,regc 
+0x5d45 024123 fetch 2 ,mem_otp_offset_dpi_end 
+0x5d46 024124 isub regc ,null 
+0x5d47 024125 nrtn positive 
+0x5d48 024126 copy regc ,regb 
+0x5d49 024127 branch mouse_otp_store_dpi_loop 
+:      024129 mouse_otp_dpi_store:
+0x5d4a 024130 fetch 1 ,mem_mouse_dpi_last 
+0x5d4b 024131 and pdata ,0xf0 ,pdata 
+0x5d4c 024132 branch mouse_dpi_store_last ,blank 
+0x5d4d 024133 fetch 1 ,mem_mouse_dpi 
+0x5d4e 024134 store 1 ,mem_mouse_otp_dpi_value 
+:      024135 mouse_dpi_store_end:
+0x5d4f 024136 arg 1 ,loopcnt 
+0x5d50 024137 copy regc ,regb 
+0x5d51 024138 arg mem_mouse_otp_dpi_value ,rega 
+0x5d52 024139 branch otp_write 
+:      024141 mouse_dpi_store_last:
+0x5d53 024142 fetch 1 ,mem_mouse_dpi_last 
+0x5d54 024143 fetcht 1 ,mem_mouse_dpi 
+0x5d55 024144 isub temp ,null 
+0x5d56 024145 rtn zero 
+0x5d57 024146 lshift4 temp ,temp 
+0x5d58 024147 iadd temp ,pdata 
+0x5d59 024148 store 1 ,mem_mouse_otp_dpi_value 
+0x5d5a 024150 copy regc ,pdata 
+0x5d5b 024151 fetcht 2 ,mem_otp_offset_dpi 
+0x5d5c 024152 isub temp ,null 
+0x5d5d 024153 branch mouse_dpi_store_end ,zero 
+0x5d5e 024155 increase -1 ,regc 
+0x5d5f 024156 branch mouse_dpi_store_end 
+:      024165 mouse_load_eeprom_info_check:
+0x5d60 024166 call iicd_read_init_pin 
+0x5d61 024167 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d62 024168 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x5d63 024169 ncall clear_eeprom_size_2k ,true 
+0x5d64 024170 call mouse_eeprom_load_recon_info 
+0x5d65 024171 branch mouse_app_initflag_check 
+:      024173 mouse_eeprom_load_recon_info:
+0x5d66 024174 arg 128 ,temp 
+0x5d67 024175 arg mem_device_flag ,rega 
+0x5d68 024176 arg mouse_info_eeprom_offect ,regb 
+0x5d69 024177 branch iicd_read_eep_data 
+:      024179 mouse_load_eeprom_dpi:
+0x5d6a 024180 arg 1 ,temp 
+0x5d6b 024181 arg mem_mouse_dpi ,rega 
+0x5d6c 024182 arg mouse_dpi_eeprom_offect ,regb 
+0x5d6d 024183 branch iicd_read_eep_data 
+:      024187 mouse_load_flash_info_check:
+0x5d6e 024188 call spid_init_flash 
+0x5d6f 024189 call mouse_spid_flash_release_form_powerdown 
+0x5d70 024190 call mouse_information_flash_parameters 
+0x5d71 024191 call spid_read_flash 
+0x5d72 024192 call mouse_spid_flash_powerdown 
+0x5d73 024193 call mouse_app_initflag_check 
+0x5d74 024194 branch mouse_sensor_spi_init 
+:      024196 mouse_information_flash_parameters:
+0x5d75 024197 setarg mem_mouse_information_end 
+0x5d76 024198 arg mem_mouse_information_start ,temp 
+0x5d77 024199 isub temp ,temp 
+0x5d78 024200 fetch 3 ,mem_flash_base 
+0x5d79 024201 arg mem_mouse_information_start ,rega 
+0x5d7a 024202 rtn 
+:      024204 mouse_spid_flash_release_form_powerdown:
+0x5d7b 024205 jam flash_command_release_from_powerdown ,mem_temp 
+:      024206 mouse_spid_write_flash_cmd:
+0x5d7c 024207 call delay_nop100 
+0x5d7d 024208 call spid_unlock_flash 
+0x5d7e 024209 arg mem_write_flash_head_temp ,rega 
+0x5d7f 024210 fetcht 1 ,mem_temp 
+0x5d80 024211 call mouse_spid_write_flash_cmd_common 
+0x5d81 024212 branch delay_nop100 
+:      024214 mouse_spid_flash_powerdown:
+0x5d82 024215 jam flash_command_powerdown ,mem_temp 
+0x5d83 024216 branch mouse_spid_write_flash_cmd 
+:      024218 mouse_spid_write_flash_cmd_common:
+0x5d84 024219 istoret 1 ,rega 
+0x5d85 024220 rshift16 pdata ,temp 
+0x5d86 024221 istoret 1 ,contw 
+0x5d87 024222 rshift8 pdata ,temp 
+0x5d88 024223 istoret 1 ,contw 
+0x5d89 024224 istore 1 ,contw 
+0x5d8a 024225 deposit rega 
+0x5d8b 024226 store 2 ,core_spid_txaddr 
+0x5d8c 024227 setarg 0 
+0x5d8d 024228 store 2 ,core_spid_rxlen 
+0x5d8e 024229 jam spid_start ,core_misc_ctrl 
+0x5d8f 024230 branch wait_spid_done 
+:      024232 mouse_flash_erase_sector:
+0x5d90 024233 fetch 3 ,mem_flash_base 
+0x5d91 024234 store 3 ,mem_spi_write_addr 
+0x5d92 024235 branch spid_flash_erase_sector + 2 
+:      024237 mouse_spid_write_flash:
+0x5d93 024238 copy pdata ,regc 
+0x5d94 024239 copy rega ,pdata 
+0x5d95 024240 increase -4 ,pdata 
+0x5d96 024241 copy pdata ,regb 
+0x5d97 024242 ifetch 4 ,regb 
+0x5d98 024243 store 4 ,mem_write_flash_head_temp 
+0x5d99 024244 copy regc ,pdata 
+0x5d9a 024245 call spid_write_flash 
+0x5d9b 024246 fetch 4 ,mem_write_flash_head_temp 
+0x5d9c 024247 istore 4 ,regb 
+0x5d9d 024248 rtn 
+:      024250 mouse_flash_power_down:
+0x5d9e 024251 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d9f 024252 rtnbit0 mouse_enable_flash 
+0x5da0 024253 call mouse_spid_flash_powerdown 
+0x5da1 024254 call twspi_enable 
+0x5da2 024255 fetcht 1 ,mem_spi_cs_gpio 
+0x5da3 024256 call gpio_out_inactive 
+0x5da4 024257 fetcht 1 ,mem_spi_hold_gpio 
+0x5da5 024258 branch mouse_gpio_config_input_pd 
+:      024262 mouse_load_otp_info_check:
+0x5da6 024263 call mouse_read_otp_dpi 
+0x5da7 024264 call mouse_read_otp_device_flag 
+0x5da8 024265 call mouse_read_otp_device_info 
+0x5da9 024266 call mouse_read_otp_le_addr_increase_count_info 
+:      024267 mouse_otp_load_app_initflag:
+0x5daa 024268 arg 2 ,loopcnt 
+0x5dab 024269 fetch 2 ,mem_otp_offset_app_initflag 
+0x5dac 024270 copy pdata ,regb 
+0x5dad 024271 arg mem_store_flag ,rega 
+0x5dae 024272 call otp_read_data 
+0x5daf 024273 call mouse_app_initflag_check 
+:      024274 mouse_otp_store_app_initflag:
+0x5db0 024275 arg 2 ,loopcnt 
+0x5db1 024276 arg mem_store_flag ,rega 
+0x5db2 024277 fetchr regb ,2 ,mem_otp_offset_app_initflag 
+0x5db3 024278 branch otp_write 
+:      024282 mouse_read_otp_device_flag:
+0x5db4 024283 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0x5db5 024284 copy regb ,regc 
+:      024285 mouse_read_otp_device_flag_loop:
+0x5db6 024286 call mouse_read_otp_device_flag_common 
+0x5db7 024287 fetch 1 ,mem_device_flag_temp 
+0x5db8 024288 branch mouse_device_flag_load ,blank 
+0x5db9 024289 store 1 ,mem_device_flag_last 
+0x5dba 024290 increase 1 ,regc 
+0x5dbb 024291 fetch 2 ,mem_otp_offset_device_flag_end 
+0x5dbc 024292 isub regc ,null 
+0x5dbd 024293 nbranch mouse_device_flag_load ,positive 
+0x5dbe 024294 copy regc ,regb 
+0x5dbf 024295 branch mouse_read_otp_device_flag_loop 
+:      024297 mouse_read_otp_device_flag_common:
+0x5dc0 024298 arg 1 ,loopcnt 
+0x5dc1 024299 arg mem_device_flag_temp ,rega 
+0x5dc2 024300 branch otp_read_data 
+:      024302 mouse_device_flag_load:
+0x5dc3 024303 fetch 1 ,mem_device_flag_last 
+0x5dc4 024304 copy pdata ,temp 
+0x5dc5 024305 and pdata ,0xf0 ,pdata 
+0x5dc6 024306 branch mouse_device_flag_load_last ,blank 
+0x5dc7 024307 rshift4 pdata ,pdata 
+0x5dc8 024308 branch mouse_device_flag_load_end 
+:      024310 mouse_device_flag_load_last:
+0x5dc9 024311 copy temp ,pdata 
+:      024312 mouse_device_flag_load_end:
+0x5dca 024313 store 1 ,mem_device_flag 
+0x5dcb 024314 rtn 
+:      024317 mouse_read_otp_device_info:
+0x5dcc 024318 fetch 1 ,mem_device_flag 
+0x5dcd 024319 beq mode_24g_device ,mouse_read_otp_24g_addr 
+0x5dce 024320 beq mode_bt_device1 ,mouse_read_otp_le_device1 
+0x5dcf 024321 beq mode_bt_device2 ,mouse_read_otp_le_device2 
+0x5dd0 024322 rtn 
+:      024324 mouse_read_otp_le_device1:
+0x5dd1 024325 call mouse_read_otp_le_device1_addr 
+0x5dd2 024326 branch mouse_read_otp_le_device1_locall_addr 
+:      024328 mouse_read_otp_le_device2:
+0x5dd3 024329 call mouse_read_otp_le_device2_addr 
+0x5dd4 024330 branch mouse_read_otp_le_device2_locall_addr 
+:      024333 mouse_read_otp_le_device1_addr:
+0x5dd5 024334 fetchr regb ,2 ,mem_otp_offset_le_addr1 
+0x5dd6 024335 copy regb ,regc 
+:      024336 mouse_read_otp_le_device1_addr_loop:
+0x5dd7 024337 call mouse_read_otp_le_addr1_common 
+0x5dd8 024338 fetch 6 ,mem_mouse_le_addr1_temp 
+0x5dd9 024339 branch mouse_le_addr1_load ,blank 
+0x5dda 024340 store 6 ,mem_mouse_le_addr1_last 
+0x5ddb 024341 increase 6 ,regc 
+0x5ddc 024342 fetch 2 ,mem_otp_offset_le_addr1_end 
+0x5ddd 024343 isub regc ,null 
+0x5dde 024344 nbranch mouse_le_addr1_load ,positive 
+0x5ddf 024345 copy regc ,regb 
+0x5de0 024346 branch mouse_read_otp_le_device1_addr_loop 
+:      024348 mouse_read_otp_le_addr1_common:
+0x5de1 024349 arg 6 ,loopcnt 
+0x5de2 024350 arg mem_mouse_le_addr1_temp ,rega 
+0x5de3 024351 branch otp_read_data 
+:      024353 mouse_le_addr1_load:
+0x5de4 024354 fetch 6 ,mem_mouse_le_addr1_last 
+0x5de5 024355 store 6 ,mem_device1_addr 
+0x5de6 024356 rtn 
+:      024359 mouse_read_otp_le_device1_locall_addr:
+0x5de7 024360 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
+0x5de8 024361 copy regb ,regc 
+:      024362 mouse_read_otp_le_device1_locall_addr_loop:
+0x5de9 024363 call mouse_read_otp_le_locall_addr1_common 
+0x5dea 024364 fetch 6 ,mem_mouse_le_locall_addr1_temp 
+0x5deb 024365 branch mouse_le_locall_addr1_load ,blank 
+0x5dec 024366 store 6 ,mem_mouse_le_locall_addr1_last 
+0x5ded 024367 increase 6 ,regc 
+0x5dee 024368 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
+0x5def 024369 isub regc ,null 
+0x5df0 024370 nbranch mouse_le_locall_addr1_load ,positive 
+0x5df1 024371 copy regc ,regb 
+0x5df2 024372 branch mouse_read_otp_le_device1_locall_addr_loop 
+:      024374 mouse_read_otp_le_locall_addr1_common:
+0x5df3 024375 arg 6 ,loopcnt 
+0x5df4 024376 arg mem_mouse_le_locall_addr1_temp ,rega 
+0x5df5 024377 branch otp_read_data 
+:      024379 mouse_le_locall_addr1_load:
+0x5df6 024380 fetch 6 ,mem_mouse_le_locall_addr1_last 
+0x5df7 024381 store 6 ,mem_device1_locall_addr 
+0x5df8 024382 rtn 
+:      024386 mouse_read_otp_le_device2_addr:
+0x5df9 024387 fetchr regb ,2 ,mem_otp_offset_le_addr2 
+0x5dfa 024388 copy regb ,regc 
+:      024389 mouse_read_otp_le_device2_addr_loop:
+0x5dfb 024390 call mouse_read_otp_le_addr2_common 
+0x5dfc 024391 fetch 6 ,mem_mouse_le_addr2_temp 
+0x5dfd 024392 branch mouse_le_addr2_load ,blank 
+0x5dfe 024393 store 6 ,mem_mouse_le_addr2_last 
+0x5dff 024394 increase 6 ,regc 
+0x5e00 024395 fetch 2 ,mem_otp_offset_le_addr2_end 
+0x5e01 024396 isub regc ,null 
+0x5e02 024397 nbranch mouse_le_addr2_load ,positive 
+0x5e03 024398 copy regc ,regb 
+0x5e04 024399 branch mouse_read_otp_le_device2_addr_loop 
+:      024401 mouse_read_otp_le_addr2_common:
+0x5e05 024402 arg 6 ,loopcnt 
+0x5e06 024403 arg mem_mouse_le_addr2_temp ,rega 
+0x5e07 024404 branch otp_read_data 
+:      024406 mouse_le_addr2_load:
+0x5e08 024407 fetch 6 ,mem_mouse_le_addr2_last 
+0x5e09 024408 store 6 ,mem_device2_addr 
+0x5e0a 024409 rtn 
+:      024412 mouse_read_otp_le_device2_locall_addr:
+0x5e0b 024413 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
+0x5e0c 024414 copy regb ,regc 
+:      024415 mouse_read_otp_le_device2_locall_addr_loop:
+0x5e0d 024416 call mouse_read_otp_le_locall_addr2_common 
+0x5e0e 024417 fetch 6 ,mem_mouse_le_locall_addr2_temp 
+0x5e0f 024418 branch mouse_le_locall_addr2_load ,blank 
+0x5e10 024419 store 6 ,mem_mouse_le_locall_addr2_last 
+0x5e11 024420 increase 6 ,regc 
+0x5e12 024421 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
+0x5e13 024422 isub regc ,null 
+0x5e14 024423 nbranch mouse_le_locall_addr2_load ,positive 
+0x5e15 024424 copy regc ,regb 
+0x5e16 024425 branch mouse_read_otp_le_device2_locall_addr_loop 
+:      024427 mouse_read_otp_le_locall_addr2_common:
+0x5e17 024428 arg 6 ,loopcnt 
+0x5e18 024429 arg mem_mouse_le_locall_addr2_temp ,rega 
+0x5e19 024430 branch otp_read_data 
+:      024432 mouse_le_locall_addr2_load:
+0x5e1a 024433 fetch 6 ,mem_mouse_le_locall_addr2_last 
+0x5e1b 024434 store 6 ,mem_device2_locall_addr 
+0x5e1c 024435 rtn 
+:      024439 mouse_read_otp_24g_addr:
+0x5e1d 024440 fetchr regb ,2 ,mem_otp_offset_24g_addr 
+0x5e1e 024441 copy regb ,regc 
+:      024442 mouse_read_otp_24g_addr_loop:
+0x5e1f 024443 call mouse_read_otp_24g_addr_common 
+0x5e20 024444 fetch 4 ,mem_mouse_24g_addr_temp 
+0x5e21 024445 branch mouse_24g_addr_load ,blank 
+0x5e22 024446 store 4 ,mem_mouse_24g_addr_last 
+0x5e23 024447 increase 4 ,regc 
+0x5e24 024448 fetch 2 ,mem_otp_offset_24g_addr_end 
+0x5e25 024449 isub regc ,null 
+0x5e26 024450 nbranch mouse_24g_addr_load ,positive 
+0x5e27 024451 copy regc ,regb 
+0x5e28 024452 branch mouse_read_otp_24g_addr_loop 
+:      024454 mouse_read_otp_24g_addr_common:
+0x5e29 024455 arg 4 ,loopcnt 
+0x5e2a 024456 arg mem_mouse_24g_addr_temp ,rega 
+0x5e2b 024457 branch otp_read_data 
+:      024459 mouse_24g_addr_load:
+0x5e2c 024460 fetch 4 ,mem_mouse_24g_addr_last 
+0x5e2d 024461 store 4 ,mem_mouse_24g_addr 
+0x5e2e 024462 rtn 
+:      024465 mouse_read_otp_le_addr_increase_count_info:
+0x5e2f 024466 fetch 1 ,mem_device_flag 
+0x5e30 024467 rtneq mode_24g_device 
+0x5e31 024468 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0x5e32 024469 copy regb ,regc 
+:      024470 mouse_read_otp_le_addr_increase_count_loop:
+0x5e33 024471 call mouse_read_otp_le_addr_increase_count_common 
+0x5e34 024472 fetch 2 ,mem_random_addr_increase_count_temp 
+0x5e35 024473 branch mouse_le_addr_increase_count_load ,blank 
+0x5e36 024474 store 2 ,mem_random_addr_increase_count_last 
+0x5e37 024475 increase 2 ,regc 
+0x5e38 024476 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+0x5e39 024477 isub regc ,null 
+0x5e3a 024478 nbranch mouse_le_addr_increase_count_load ,positive 
+0x5e3b 024479 copy regc ,regb 
+0x5e3c 024480 branch mouse_read_otp_le_addr_increase_count_loop 
+:      024482 mouse_read_otp_le_addr_increase_count_common:
+0x5e3d 024483 arg 2 ,loopcnt 
+0x5e3e 024484 arg mem_random_addr_increase_count_temp ,rega 
+0x5e3f 024485 branch otp_read_data 
+:      024487 mouse_le_addr_increase_count_load:
+0x5e40 024488 fetch 2 ,mem_random_addr_increase_count_temp 
+:      024489 mouse_le_addr_increase_store:
+0x5e41 024490 store 2 ,mem_random_addr_increase_count 
+0x5e42 024491 rtn 
+:      024494 mouse_read_otp_dpi:
+0x5e43 024495 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e44 024496 bbit0 mouse_enable_load_and_store_dpi ,mouse_load_default_dpi 
+0x5e45 024497 fetchr regb ,2 ,mem_otp_offset_dpi 
+0x5e46 024498 copy regb ,regc 
+:      024499 mouse_read_otp_dpi_loop:
+0x5e47 024500 call mouse_read_otp_dpi_common 
+0x5e48 024501 fetch 1 ,mem_mouse_dpi_temp 
+0x5e49 024502 branch mouse_dpi_load ,blank 
+0x5e4a 024503 store 1 ,mem_mouse_dpi_last 
+0x5e4b 024504 increase 1 ,regc 
+0x5e4c 024505 fetch 2 ,mem_otp_offset_dpi_end 
+0x5e4d 024506 isub regc ,null 
+0x5e4e 024507 nbranch mouse_dpi_load ,positive 
+0x5e4f 024508 copy regc ,regb 
+0x5e50 024509 branch mouse_read_otp_dpi_loop 
+:      024511 mouse_read_otp_dpi_common:
+0x5e51 024512 arg 1 ,loopcnt 
+0x5e52 024513 arg mem_mouse_dpi_temp ,rega 
+0x5e53 024514 branch otp_read_data 
+:      024516 mouse_dpi_load:
+0x5e54 024517 fetch 1 ,mem_mouse_dpi_last 
+0x5e55 024518 copy pdata ,temp 
+0x5e56 024519 and pdata ,0xf0 ,pdata 
+0x5e57 024520 branch mouse_dpi_load_last ,blank 
+0x5e58 024521 rshift4 pdata ,pdata 
+0x5e59 024522 branch mouse_dpi_load_end 
+:      024524 mouse_dpi_load_last:
+0x5e5a 024525 copy temp ,pdata 
+:      024526 mouse_dpi_load_end:
+0x5e5b 024527 store 1 ,mem_mouse_dpi 
+0x5e5c 024528 rtn 
+:      024533 mouse_idle:
+0x5e5d 024534 bpatch patch11_6 ,mem_patch11 
+0x5e5e 024535 call mouse_low_voltage_led_no_enter_lpm 
+0x5e5f 024536 call ui_check_paring_button 
+0x5e60 024537 call mouse_dpi_check 
+0x5e61 024538 call mouse_dpi_another_gpio_check 
+0x5e62 024539 call mouse_select_device_check 
+0x5e63 024540 call mouse_check_select_device_by_switch 
+0x5e64 024541 call mouse_bt_button_check 
+0x5e65 024542 branch mouse_wheel_check 
+:      024544 mouse_select_device_check:
+0x5e66 024545 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e67 024546 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+0x5e68 024547 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+0x5e69 024548 rtn 
+:      024550 mouse_select_device_by_pb_button_check_once:
+0x5e6a 024551 jam 0x03 ,mem_mouse_pbkey_press_status 
+:      024552 mouse_select_device_by_pb_button:
+0x5e6b 024553 call mouse_select_device_by_pb_button_check 
+0x5e6c 024554 branch mouse_select_device_by_pb_button_exit 
+:      024556 mouse_select_device_by_pb_button_check:
+0x5e6d 024557 bpatch patch11_7 ,mem_patch11 
+0x5e6e 024558 fetch 1 ,mem_config_select_device_button_gpio 
+0x5e6f 024559 rtneq gpio_disable 
+0x5e70 024560 arg 0 ,rega 
+0x5e71 024561 jam mouse_pb_key ,mem_mouse_key_temp 
+0x5e72 024562 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5e73 024563 call mouse_pb_button_check 
+0x5e74 024564 store 1 ,mem_mouse_pbkey_press_status 
+0x5e75 024565 fetch 1 ,mem_matrix_public_gpio 
+0x5e76 024566 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+0x5e77 024567 branch mouse_matrix_public_gpio_reset 
+:      024569 mouse_retransmit_select_device_by_pb_button:
+0x5e78 024570 call mouse_select_device_by_pb_button_check 
+0x5e79 024571 copy rega ,pdata 
+0x5e7a 024572 bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
+0x5e7b 024573 branch mouse_select_device_button_up 
+:      024575 mouse_3io6key_pb_button_check_end:
+0x5e7c 024576 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5e7d 024577 call mouse_gpio_config_input_pu 
+:      024578 mouse_select_device_by_pb_button_exit:
+0x5e7e 024579 copy rega ,pdata 
+0x5e7f 024580 bbit1 mouse_pb_key ,mouse_select_device_button_down 
+0x5e80 024581 branch mouse_select_device_button_up 
+:      024583 mouse_pb_button_check:
+0x5e81 024584 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e82 024585 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+0x5e83 024586 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5e84 024587 copy pdata ,regc 
+0x5e85 024588 fetch 1 ,mem_matrix_public_gpio 
+0x5e86 024589 beq gpio_disable ,mouse_3io6key_check 
+0x5e87 024590 fetch 1 ,mem_mouse_ghost_flag 
+0x5e88 024591 nbranch mouse_select_device_by_pb_button_end ,blank 
+0x5e89 024592 branch mouse_pb_button_connect_matrix 
+:      024594 mouse_select_device_by_pb_button_end:
+0x5e8a 024595 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5e8b 024596 jam 0 ,mem_mouse_pbkey_press_status 
+0x5e8c 024597 rtn 
+:      024599 mouse_pb_button_connect_gnd:
+0x5e8d 024600 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5e8e 024601 branch mouse_check_key_connect_gnd 
+:      024603 mouse_pb_button_connect_matrix:
+0x5e8f 024604 call gpio_get_bit 
+0x5e90 024605 fetcht 1 ,mem_matrix_public_gpio 
+0x5e91 024606 branch mouse_pb_button_connect_gnd ,true 
+0x5e92 024607 fetcht 1 ,mem_matrix_public_gpio 
+0x5e93 024608 call gpio_out_active 
+0x5e94 024609 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5e95 024610 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5e96 024611 branch mouse_check_key_connect_gnd 
+:      024613 mouse_select_device_button_up:
+0x5e97 024614 fetch 1 ,mem_select_device_button_statue 
+0x5e98 024615 rtneq pb_button_state_up 
+0x5e99 024616 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5e9a 024617 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e9b 024618 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+0x5e9c 024619 fetch 1 ,mem_bt_discovery_count 
+0x5e9d 024620 sub pdata ,20 ,null 
+0x5e9e 024621 ncall mouse_ready_reconnection_by_button ,positive 
+0x5e9f 024622 fetch 1 ,mem_ui_button_timeout 
+0x5ea0 024623 store 1 ,mem_bt_discovery_count 
+0x5ea1 024624 rtn 
+:      024626 mouse_select_device_button_down:
+0x5ea2 024627 call mouse_select_device_ghost_check 
+0x5ea3 024628 rtn user 
+0x5ea4 024629 fetch 1 ,mem_select_device_button_statue 
+0x5ea5 024630 rtneq pb_button_state_down 
+0x5ea6 024631 jam pb_button_state_down ,mem_select_device_button_statue 
+0x5ea7 024632 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ea8 024633 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+0x5ea9 024634 fetch 1 ,mem_mouse_direct_timer 
+0x5eaa 024635 rtn blank 
+0x5eab 024636 fetch 1 ,mem_mouse_direct_timeout 
+0x5eac 024637 store 1 ,mem_mouse_direct_timer 
+0x5ead 024638 rtn 
+:      024640 mouse_select_device_ghost_check:
+0x5eae 024641 disable user 
+0x5eaf 024642 fetch mouse_flag_len ,mem_mouse_flag 
+0x5eb0 024643 rtnbit1 mouse_enable_pb_button_connect_gnd 
+:      024644 mouse_ghost_key_value_check:
+0x5eb1 024645 fetch 1 ,mem_mouse_lkey_press_status 
+0x5eb2 024646 rtn blank 
+0x5eb3 024647 fetch 1 ,mem_mouse_rkey_press_status 
+0x5eb4 024648 rtn blank 
+0x5eb5 024649 branch enable_user 
+:      024651 mouse_check_select_device_by_switch:
+0x5eb6 024652 bpatch patch12_0 ,mem_patch12 
+0x5eb7 024653 fetch mouse_flag_len ,mem_mouse_flag 
+0x5eb8 024654 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+0x5eb9 024655 fetcht 1 ,mem_device_switch_gpio 
+0x5eba 024656 call mouse_gpio_config_input_pu 
+:      024657 mouse_switch_gpio_connect_gnd:
+0x5ebb 024658 fetcht 1 ,mem_device_switch_gpio 
+0x5ebc 024659 call gpio_get_bit 
+0x5ebd 024660 branch mouse_check_select_24g_device ,true 
+:      024661 mouse_select_btdevice:
+0x5ebe 024662 fetch 1 ,mem_device_flag 
+0x5ebf 024663 rtneq mode_bt_device1 
+0x5ec0 024664 jam mode_bt_device1 ,mem_device_flag 
+0x5ec1 024665 branch mouse_stop_bluetooth_mode 
+:      024667 mouse_check_select_24g_device:
+0x5ec2 024668 fetch 1 ,mem_device_flag 
+0x5ec3 024669 rtneq mode_24g_device 
+0x5ec4 024670 jam mode_24g_device ,mem_device_flag 
+0x5ec5 024671 branch mouse_24g_stop 
+:      024673 mouse_ready_reconnection_by_button:
+0x5ec6 024674 bpatch patch12_1 ,mem_patch12 
+0x5ec7 024675 fetch 1 ,mem_device_number 
+0x5ec8 024676 rtneq 1 
+0x5ec9 024677 call mouse_select_device_number 
+0x5eca 024678 storet 1 ,mem_device_flag 
+:      024679 mouse_store_device_number_before_reset:
+0x5ecb 024681 call mouse_select_device_enable 
+0x5ecc 024682 call mouse_stop_bluetooth_mode 
+0x5ecd 024683 call app_evt_button_long_pressed 
+0x5ece 024684 call mouse_select_device_disable 
+0x5ecf 024685 jam 1 ,mem_mouse_need_soft_reset 
+0x5ed0 024686 branch mouse_store_device_info_delay 
+:      024688 mouse_soft_reset:
+0x5ed1 024689 call mouse_select_device_enable 
+0x5ed2 024690 branch soft_reset_chip 
+:      024692 mouse_select_device_number:
+0x5ed3 024693 fetcht 1 ,mem_device_flag 
+0x5ed4 024694 increase 1 ,temp 
+0x5ed5 024695 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ed6 024696 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+0x5ed7 024697 sub temp ,2 ,null 
+0x5ed8 024698 ncall mouse_select_device_count_clean_bt ,positive 
+0x5ed9 024699 rtn 
+:      024701 mouse_select_device_number_24g:
+0x5eda 024702 fetch 1 ,mem_device_number 
+0x5edb 024703 increase -1 ,pdata 
+0x5edc 024704 isub temp ,null 
+0x5edd 024705 ncall mouse_select_device_count_clean_24g ,positive 
+0x5ede 024706 rtn 
+:      024708 mouse_select_device_count_clean_24g:
+0x5edf 024709 arg 0 ,temp 
+0x5ee0 024710 rtn 
+:      024711 mouse_select_device_count_clean_bt:
+0x5ee1 024712 arg 1 ,temp 
+0x5ee2 024713 rtn 
+:      024715 mouse_store_device_number2eeprom:
+0x5ee3 024716 arg 1 ,temp 
+0x5ee4 024717 arg mem_device_flag ,rega 
+0x5ee5 024718 arg 0 ,regb 
+0x5ee6 024719 branch iicd_write_protect_eep_data 
+:      024721 mouse_bt_button_check:
+0x5ee7 024722 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ee8 024723 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+0x5ee9 024724 branch mouse_select_device_by_pb_button 
+:      024726 mouse_select_device_enable:
+0x5eea 024727 arg mouse_select_device_flag ,queue 
+0x5eeb 024728 branch mouse_enable_function_flag 
+:      024729 mouse_select_device_disable:
+0x5eec 024730 arg mouse_select_device_flag ,queue 
+0x5eed 024731 branch mouse_disable_function_flag 
+:      024732 mouse_bt_cannel_reconn_enable:
+0x5eee 024733 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5eef 024734 branch mouse_enable_function_flag 
+:      024735 mouse_bt_cannel_reconn_disable:
+0x5ef0 024736 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5ef1 024737 branch mouse_disable_function_flag 
+:      024738 mouse_bt_discovery_button_down_enable:
+0x5ef2 024739 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5ef3 024740 branch mouse_enable_function_flag 
+:      024741 mouse_bt_discovery_button_down_disable:
+0x5ef4 024742 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5ef5 024743 branch mouse_disable_function_flag 
+:      024745 mouse_adc_read_enable:
+0x5ef6 024746 arg mouse_enable_adc ,queue 
+0x5ef7 024747 branch mouse_enable_function_flag 
+:      024749 mouse_24g_set_250hz:
+0x5ef8 024750 arg mouse_enable_24g_250hz ,queue 
+0x5ef9 024751 branch mouse_enable_function_flag 
+:      024753 mouse_24g_search_dongle_enable:
+0x5efa 024754 arg mouse_enable_24g_search_dongle ,queue 
+0x5efb 024755 branch mouse_enable_function_flag 
+:      024757 mouse_16m_enable:
+0x5efc 024758 arg mouse_enable_16m ,queue 
+0x5efd 024759 branch mouse_enable_function_flag 
+:      024761 mouse_dpi_4level_enable:
+0x5efe 024762 arg mouse_enable_dpi_level_4 ,queue 
+0x5eff 024763 branch mouse_enable_function_flag 
+:      024765 mouse_enable_function_flag:
+0x5f00 024766 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f01 024767 qset1 pdata 
+0x5f02 024768 store mouse_flag_len ,mem_mouse_flag 
+0x5f03 024769 rtn 
+:      024771 mouse_disable_function_flag:
+0x5f04 024772 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f05 024773 qset0 pdata 
+0x5f06 024774 store mouse_flag_len ,mem_mouse_flag 
+0x5f07 024775 rtn 
+:      024777 mouse_customer_key_enable:
+0x5f08 024778 setarg 0 
+0x5f09 024779 store 8 ,mem_customer_key_press 
+0x5f0a 024780 store 8 ,mem_customer_key_release 
+0x5f0b 024781 fetch 1 ,mem_mouse_customer_function 
+0x5f0c 024782 beq 2 ,mouse_customer_key_ctrl_alt_a 
+0x5f0d 024783 beq 3 ,mouse_customer_ac_home 
+0x5f0e 024784 beq 4 ,mouse_customer_key_play 
+0x5f0f 024785 setarg 0x070008 
+:      024786 mouse_customer_standrad_key_set:
+0x5f10 024787 store 8 ,mem_customer_key_press + 1 
+0x5f11 024788 rtn 
+:      024790 mouse_customer_key_ctrl_alt_a:
+0x5f12 024791 setarg 0x040005 
+0x5f13 024792 branch mouse_customer_standrad_key_set 
+:      024794 mouse_customer_ac_home:
+0x5f14 024795 setarg 0x022303 
+:      024796 mouse_customer_media_key_set:
+0x5f15 024797 store 8 ,mem_customer_key_press 
+0x5f16 024798 setarg 0x03 
+0x5f17 024799 store 8 ,mem_customer_key_release 
+0x5f18 024800 rtn 
+:      024802 mouse_customer_key_play:
+0x5f19 024803 setarg 0x00cd03 
+0x5f1a 024804 branch mouse_customer_media_key_set 
+:      024807 mouse_polling_device:
+0x5f1b 024808 bpatch patch12_2 ,mem_patch12 
+0x5f1c 024809 fetch 1 ,mem_reconn_times 
+0x5f1d 024810 increase -1 ,pdata 
+0x5f1e 024811 store 1 ,mem_reconn_times 
+0x5f1f 024812 fetcht 1 ,mem_device_flag 
+0x5f20 024813 sub temp ,1 ,null 
+0x5f21 024814 ncall mouse_select_device_number ,zero 
+0x5f22 024815 storet 1 ,mem_device_flag 
+0x5f23 024816 call mouse_store_device_number2eeprom 
+0x5f24 024817 call mouse_before_store_reconn_info 
+0x5f25 024818 branch mouse_start_reconnect_device 
+:      024822 mouse_drawing_optima:
+0x5f26 024823 bpatch patch12_3 ,mem_patch12 
+0x5f27 024824 fetch 1 ,mem_config_sensor_type 
+0x5f28 024825 rtneq p3212 
+0x5f29 024826 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f2a 024827 rtnbit0 mouse_enable_smoother 
+0x5f2b 024828 fetch 4 ,mem_mouse_x 
+0x5f2c 024829 rtn blank 
+0x5f2d 024830 call mouse_data_abs_check 
+0x5f2e 024831 setarg 0x03 
+0x5f2f 024832 call mouse_pdata_greater_than_check 
+0x5f30 024833 call mouse_disable_asm ,blank 
+0x5f31 024834 ncall mouse_enable_asm ,blank 
+0x5f32 024835 setarg 0x02 
+0x5f33 024836 call mouse_data_less_than_check 
+0x5f34 024837 call mouse_disable_asm ,blank 
+0x5f35 024838 fetch 1 ,mem_mouse_asm_flag 
+0x5f36 024839 beq 1 ,mouse_drawing_optima_modify 
+:      024840 mouse_drawing_optima_init:
+0x5f37 024841 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f38 024842 rtnbit0 mouse_enable_smoother 
+0x5f39 024843 arg 5 ,loopcnt 
+0x5f3a 024844 arg mem_mouse_asm_flag ,contw 
+0x5f3b 024845 branch clear_mem 
+:      024847 mouse_drawing_optima_modify:
+0x5f3c 024848 call mouse_drawing_optima_xy_offset_modify 
+0x5f3d 024849 fetch 2 ,mem_mouse_x_pre 
+0x5f3e 024850 store 2 ,mem_data_pre 
+0x5f3f 024851 fetch 2 ,mem_mouse_x 
+0x5f40 024852 store 2 ,mem_data_current 
+0x5f41 024853 call mouse_drawing_optima_data_x 
+0x5f42 024854 fetch 2 ,mem_data_pre 
+0x5f43 024855 store 2 ,mem_mouse_x_pre 
+0x5f44 024856 fetch 2 ,mem_data_current 
+0x5f45 024857 store 2 ,mem_mouse_x 
+0x5f46 024859 fetch 2 ,mem_mouse_y_pre 
+0x5f47 024860 store 2 ,mem_data_pre 
+0x5f48 024861 fetch 2 ,mem_mouse_y 
+0x5f49 024862 store 2 ,mem_data_current 
+0x5f4a 024863 call mouse_drawing_optima_data_y 
+0x5f4b 024864 fetch 2 ,mem_data_pre 
+0x5f4c 024865 store 2 ,mem_mouse_y_pre 
+0x5f4d 024866 fetch 2 ,mem_data_current 
+0x5f4e 024867 store 2 ,mem_mouse_y 
+0x5f4f 024868 rtn 
+:      024870 mouse_drawing_optima_xy_offset_modify:
+0x5f50 024871 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f51 024872 rtnbit0 mouse_enable_xy_offset 
+0x5f52 024873 bpatch patch12_4 ,mem_patch12 
+0x5f53 024874 fetch 2 ,mem_mouse_x_pre 
+0x5f54 024875 store 2 ,mem_data_value 
+0x5f55 024876 call mouse_pre_xy_data_judge 
+0x5f56 024877 store 2 ,mem_mouse_x_pre 
+0x5f57 024878 fetch 2 ,mem_mouse_x 
+0x5f58 024879 store 2 ,mem_data_value 
+0x5f59 024880 call mouse_current_xy_data_judge 
+0x5f5a 024881 store 2 ,mem_mouse_x 
+0x5f5b 024882 fetch 2 ,mem_mouse_y_pre 
+0x5f5c 024883 store 2 ,mem_data_value 
+0x5f5d 024884 call mouse_pre_xy_data_judge 
+0x5f5e 024885 store 2 ,mem_mouse_y_pre 
+0x5f5f 024886 fetch 2 ,mem_mouse_y 
+0x5f60 024887 store 2 ,mem_data_value 
+0x5f61 024888 call mouse_current_xy_data_judge 
+0x5f62 024889 store 2 ,mem_mouse_y 
+0x5f63 024890 rtn 
+:      024892 mouse_pre_xy_data_judge:
+0x5f64 024893 fetch 1 ,mem_data_value + 1 
+0x5f65 024894 branch mouse_pre_xy_pdata_offset ,blank 
+0x5f66 024895 branch mouse_pre_xy_ndata_offset 
+:      024897 mouse_pre_xy_pdata_offset:
+0x5f67 024898 fetch 1 ,mem_data_value 
+0x5f68 024899 call mouse_pre_xy_get_0_4_times 
+0x5f69 024900 store 1 ,mem_data_value 
+:      024901 mouse_xy_data_offset_new:
+0x5f6a 024902 fetch 2 ,mem_data_value 
+0x5f6b 024903 rtn 
+:      024904 mouse_pre_xy_ndata_offset:
+0x5f6c 024905 fetch 1 ,mem_data_value 
+0x5f6d 024906 call mouse_pdata_invert 
+0x5f6e 024907 call mouse_pre_xy_get_0_4_times 
+0x5f6f 024908 call disable_blank ,blank 
+0x5f70 024909 call mouse_pdata_get_new_value 
+0x5f71 024910 branch mouse_xy_data_offset_new 
+:      024912 mouse_current_xy_data_judge:
+0x5f72 024913 fetch 1 ,mem_data_value + 1 
+0x5f73 024914 branch mouse_current_xy_pdata_offset ,blank 
+0x5f74 024915 branch mouse_current_xy_ndata_offset 
+:      024916 mouse_current_xy_pdata_offset:
+0x5f75 024917 fetch 1 ,mem_data_value 
+0x5f76 024918 call mouse_current_xy_get_0_6_times 
+0x5f77 024919 store 1 ,mem_data_value 
+0x5f78 024920 branch mouse_xy_data_offset_new 
+:      024921 mouse_current_xy_ndata_offset:
+0x5f79 024922 fetch 1 ,mem_data_value 
+0x5f7a 024923 call mouse_pdata_invert 
+0x5f7b 024924 call mouse_current_xy_get_0_6_times 
+0x5f7c 024925 call disable_blank ,blank 
+0x5f7d 024926 call mouse_pdata_get_new_value 
+0x5f7e 024927 branch mouse_xy_data_offset_new 
+:      024929 mouse_pre_xy_get_0_4_times:
+0x5f7f 024930 mul32 pdata ,4 ,pdata 
+0x5f80 024931 div pdata ,5 
+0x5f81 024932 call wait_div_end 
+0x5f82 024933 quotient pdata 
+0x5f83 024934 rtn 
+:      024935 mouse_current_xy_get_0_6_times:
+0x5f84 024936 mul32 pdata ,12 ,pdata 
+0x5f85 024937 div pdata ,10 
+0x5f86 024938 call wait_div_end 
+0x5f87 024939 quotient pdata 
+0x5f88 024940 rtn 
+:      024942 mouse_drawing_optima_data_x:
+0x5f89 024943 fetch 2 ,mem_data_pre 
+0x5f8a 024944 fetcht 2 ,mem_data_current 
+0x5f8b 024945 iadd temp ,pdata 
+0x5f8c 024946 fetcht 1 ,mem_mouse_data_xtemp 
+0x5f8d 024947 iadd temp ,pdata 
+0x5f8e 024948 and pdata ,0x01 ,temp 
+0x5f8f 024949 storet 1 ,mem_mouse_data_xtemp 
+0x5f90 024950 branch mouse_drawing_optima_data 
+:      024952 mouse_drawing_optima_data_y:
+0x5f91 024953 fetch 2 ,mem_data_pre 
+0x5f92 024954 fetcht 2 ,mem_data_current 
+0x5f93 024955 iadd temp ,pdata 
+0x5f94 024956 fetcht 1 ,mem_mouse_data_ytemp 
+0x5f95 024957 iadd temp ,pdata 
+0x5f96 024958 and pdata ,0x01 ,temp 
+0x5f97 024959 storet 1 ,mem_mouse_data_ytemp 
+0x5f98 024960 branch mouse_drawing_optima_data 
+:      024962 mouse_drawing_optima_data:
+0x5f99 024963 store 3 ,mem_data_sum 
+0x5f9a 024964 isolate1 16 ,pdata 
+0x5f9b 024965 branch mouse_data_sum_overflow ,true 
+0x5f9c 024966 fetch 1 ,mem_data_sum + 1 
+0x5f9d 024967 beq 0xff ,mouse_data_sum_n 
+0x5f9e 024968 fetch 1 ,mem_data_sum 
+:      024969 mouse_data_store_pre:
+0x5f9f 024970 rshift pdata ,pdata 
+0x5fa0 024971 store 2 ,mem_data_pre 
+0x5fa1 024972 store 2 ,mem_data_current 
+0x5fa2 024973 rtn 
+:      024974 mouse_data_sum_overflow:
+0x5fa3 024975 fetch 1 ,mem_data_sum + 1 
+0x5fa4 024976 beq 0 ,mouse_data_sum_overflow_p 
+0x5fa5 024977 fetch 3 ,mem_data_sum 
+0x5fa6 024978 branch mouse_data_store_pre 
+:      024979 mouse_data_sum_overflow_p:
+0x5fa7 024980 jam 0 ,mem_data_sum + 2 
+0x5fa8 024981 fetch 1 ,mem_data_sum 
+0x5fa9 024982 branch mouse_data_store_pre 
+:      024984 mouse_data_sum_n:
+0x5faa 024985 fetch 1 ,mem_data_sum 
+0x5fab 024986 call mouse_pdata_get_half 
+0x5fac 024987 store 1 ,mem_data_pre 
+0x5fad 024988 store 1 ,mem_data_current 
+0x5fae 024989 branch mouse_data_zero ,blank 
+0x5faf 024990 setarg 0xff 
+:      024991 mouse_data_set_direction:
+0x5fb0 024992 store 1 ,mem_data_pre + 1 
+0x5fb1 024993 store 1 ,mem_data_current + 1 
+0x5fb2 024994 rtn 
+:      024995 mouse_data_zero:
+0x5fb3 024996 setarg 0 
+0x5fb4 024997 branch mouse_data_set_direction 
+:      024999 mouse_pdata_get_half:
+0x5fb5 025000 call mouse_pdata_invert 
+0x5fb6 025001 rshift pdata ,pdata 
+:      025002 mouse_pdata_get_new_value:
+0x5fb7 025003 call mouse_rega_in_out 
+0x5fb8 025004 sub pdata ,0 ,pdata 
+0x5fb9 025005 store 1 ,mem_data_value 
+0x5fba 025006 rtn 
+:      025008 mouse_pdata_invert:
+0x5fbb 025009 sub pdata ,0 ,pdata 
+:      025010 mouse_rega_in_out:
+0x5fbc 025011 store 1 ,mem_rega 
+0x5fbd 025012 fetch 1 ,mem_rega 
+0x5fbe 025013 rtn 
+:      025015 mouse_disable_asm:
+0x5fbf 025016 jam 0 ,mem_mouse_asm_flag 
+0x5fc0 025017 rtn 
+:      025018 mouse_enable_asm:
+0x5fc1 025019 jam 1 ,mem_mouse_asm_flag 
+0x5fc2 025020 rtn 
+:      025023 mouse_pdata_greater_than_check:
+0x5fc3 025024 isub rega ,null 
+0x5fc4 025025 nbranch disable_blank ,positive 
+0x5fc5 025026 isub regb ,null 
+0x5fc6 025027 nbranch disable_blank ,positive 
+0x5fc7 025028 branch enable_blank 
+:      025029 mouse_data_less_than_check:
+0x5fc8 025030 isub rega ,null 
+0x5fc9 025031 nrtn positive 
+0x5fca 025032 isub regb ,null 
+0x5fcb 025033 nrtn positive 
+0x5fcc 025034 branch enable_blank 
+:      025036 mouse_data_abs_check:
+0x5fcd 025037 fetch 2 ,mem_mouse_x 
+0x5fce 025038 call mouse_data_abs 
+0x5fcf 025039 copy pdata ,rega 
+0x5fd0 025040 fetch 2 ,mem_mouse_y 
+0x5fd1 025041 call mouse_data_abs 
+0x5fd2 025042 copy pdata ,regb 
+0x5fd3 025043 rtn 
+:      025045 mouse_data_abs:
+0x5fd4 025046 store 2 ,mem_data_current 
+0x5fd5 025047 fetch 1 ,mem_data_current + 1 
+0x5fd6 025048 beq 0xff ,mouse_data_reversal 
+0x5fd7 025049 fetch 1 ,mem_data_current 
+:      025050 mouse_data_abs_store:
+0x5fd8 025051 and_into 0xff ,pdata 
+0x5fd9 025053 rtn 
+:      025054 mouse_data_reversal:
+0x5fda 025055 fetch 2 ,mem_data_current 
+0x5fdb 025056 sub pdata ,0 ,pdata 
+0x5fdc 025057 branch mouse_data_abs_store 
+:      025059 mouse_24g_long_sleep_param_update_timer:
+0x5fdd 025060 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x5fde 025061 arg mouse_24g_long_sleep_normal_param ,regb 
+0x5fdf 025062 branch timer_single_step 
+:      025063 mouse_24g_long_sleep_normal_param:
+0x5fe0 025064 fetch 4 ,mem_24g_long_sleep_set1 
+0x5fe1 025065 store 4 ,mem_24g_enter_hibernate 
+0x5fe2 025066 jam 1 ,mem_mouse_long_mult_flag 
+0x5fe3 025067 rtn 
+:      025070 mouse_24g_long_sleep_set:
+0x5fe4 025071 fetch 1 ,mem_24g_long_sleep_set_level 
+0x5fe5 025072 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+0x5fe6 025073 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+0x5fe7 025074 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+0x5fe8 025075 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+:      025076 mouse_24g_long_sleep_set_80ms:
+0x5fe9 025077 setarg 0x0ea600 
+:      025078 mouse_24g_long_sleep_set_end:
+0x5fea 025079 store 4 ,mem_24g_long_sleep_set1 
+0x5feb 025080 rtn 
+:      025081 mouse_24g_long_sleep_set_30ms:
+0x5fec 025082 setarg 0x05e740 
+0x5fed 025083 branch mouse_24g_long_sleep_set_end 
+:      025084 mouse_24g_long_sleep_set_50ms:
+0x5fee 025085 setarg 0x0927c0 
+0x5fef 025086 branch mouse_24g_long_sleep_set_end 
+:      025087 mouse_24g_long_sleep_set_100ms:
+0x5ff0 025088 setarg 0x124f80 
+0x5ff1 025089 branch mouse_24g_long_sleep_set_end 
+:      025091 mouse_24g_hibernate_set:
+0x5ff2 025092 bpatch patch12_5 ,mem_patch12 
+0x5ff3 025093 jam 0 ,mem_24g_attempt_fail_flag 
+0x5ff4 025094 call g24_transmit_next_packet 
+0x5ff5 025095 setarg -1 
+0x5ff6 025096 store 4 ,mem_24g_enter_hibernate 
+0x5ff7 025097 setarg 0 
+0x5ff8 025098 store 7 ,mem_mouse_key 
+0x5ff9 025099 jam 1 ,mem_sensor_shutdown_flag 
+0x5ffa 025100 call mouse_sensor_powerdown 
+0x5ffb 025101 call mouse_setgpio_hibernate 
+0x5ffc 025102 branch mouse_24g_long_sleep 
+:      025104 mouse_wakeup_24g:
+0x5ffd 025105 fetch 1 ,mem_sensor_shutdown_flag 
+0x5ffe 025106 ncall mouse_wakeup_24g_from_long_sleep ,blank 
+0x5fff 025107 jam 0 ,mem_sensor_shutdown_flag 
+0x6000 025108 rtn 
+:      025110 mouse_wakeup_24g_from_long_sleep:
+0x6001 025111 call mouse_init_sensor_wakeup 
+0x6002 025112 fetch mouse_flag_len ,mem_mouse_flag 
+0x6003 025113 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      025114 mouse_wheel_gpio_init:
+0x6004 025115 fetch 1 ,mem_whee_a_data_gpio 
+0x6005 025116 arg gpcfg_pullup ,temp 
+0x6006 025117 call gpio_config_function_int 
+0x6007 025118 fetch 1 ,mem_whee_b_data_gpio 
+0x6008 025119 arg gpcfg_pullup ,temp 
+0x6009 025120 branch gpio_config_function_int 
+:      025122 mouse_24g_transmit_start:
+0x600a 025123 call mouse_24g_fast_conn_mode_check 
+0x600b 025124 fetch 1 ,mem_sensor_shutdown_flag 
+0x600c 025125 nbranch mouse_24g_short_sleep ,blank 
+0x600d 025126 branch g24_transmit_start_next 
+:      025128 mouse_24g_fast_conn_mode_check:
+0x600e 025129 fetch 4 ,mem_24g_receiver_addr 
+0x600f 025130 fetcht 4 ,mem_24g_fast_conn_addr 
+0x6010 025131 isub temp ,null 
+0x6011 025132 branch mouse_soft_agc_enable ,zero 
+0x6012 025133 branch mouse_soft_agc_disable 
+:      025135 mouse_soft_agc_enable:
+0x6013 025136 jam 0 ,mem_gain_fix 
+0x6014 025137 jam tx_power_factory ,mem_tx_power 
+0x6015 025138 rtn 
+:      025139 mouse_soft_agc_disable:
+0x6016 025140 jam 0xff ,mem_gain_fix 
+0x6017 025141 rtn 
+:      025143 mouse_24g_stop:
+0x6018 025144 set0 mark_24g ,mark 
+0x6019 025145 jam state_24g_stop ,mem_24g_conn_sm 
+0x601a 025146 arg mouse_24g_pairing_flag ,queue 
+0x601b 025147 branch mouse_disable_function_flag 
+:      025149 mouse_24g_start_mode:
+0x601c 025150 fetch mouse_flag_len ,mem_mouse_flag 
+0x601d 025151 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x601e 025152 call mouse_device_24g_pair_led_config 
+0x601f 025153 call mouse_wakeup_from_power_check 
+0x6020 025154 branch mouse_24g_reconn_dongle_start ,user 
+0x6021 025155 fetch mouse_flag_len ,mem_mouse_flag 
+0x6022 025156 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x6023 025157 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x6024 025158 call mouse_key_check_once 
+0x6025 025159 and rega ,0x07 ,pdata 
+0x6026 025160 fetcht 1 ,mem_mouse_commbination_key_24g 
+0x6027 025161 isub temp ,null 
+0x6028 025162 branch mouse_24g_start_pair_mode ,zero 
+0x6029 025163 branch mouse_24g_reconn_general_dongle 
+:      025165 mouse_24g_mode_setup_error:
+0x602a 025166 fetch 1 ,mem_reconn_times 
+0x602b 025167 nbranch mouse_polling_device ,blank 
+0x602c 025168 rtn 
+:      025170 mouse_24g_first_start_auto_pair_mode:
+0x602d 025171 call mouse_wakeup_from_power_check 
+0x602e 025172 branch mouse_24g_first_start_reconn ,user 
+:      025173 mouse_24g_reconn_general_dongle:
+0x602f 025174 jam mode_24g_device ,mem_device_flag 
+0x6030 025175 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x6031 025176 store 2 ,mem_24g_reconn_timeout 
+0x6032 025177 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+0x6033 025178 branch g24_reconn_start 
+:      025180 mouse_24g_start_auto_pair:
+0x6034 025181 fetch 2 ,mem_24g_pair_timeout_init 
+0x6035 025182 store 2 ,mem_24g_reconn_timeout 
+0x6036 025183 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+0x6037 025184 branch g24_reconn_start 
+:      025186 mouse_24g_first_start_reconn:
+0x6038 025187 fetch 1 ,mem_device_flag 
+0x6039 025188 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x603a 025189 call mouse_bluetooth_fast_conn_disable 
+:      025190 mouse_24g_first_bluetooth_reconnect:
+0x603b 025191 call mouse_24g_stop 
+0x603c 025192 jam mode_bt_device1 ,mem_device_flag 
+0x603d 025193 call mouse_select_reconn_device 
+0x603e 025194 branch mouse_start_reconnect_device 
+:      025196 mouse_24g_first_bb_event_reconn_timeout:
+0x603f 025197 call mouse_wakeup_from_power_check 
+0x6040 025198 branch mouse_app_enter_hibernate ,user 
+0x6041 025199 branch mouse_start_discovery 
+:      025201 mouse_24g_first_store_reconn_info:
+0x6042 025202 call mouse_wakeup_from_power_check 
+0x6043 025203 rtn user 
+0x6044 025204 fetch mouse_flag_len ,mem_mouse_flag 
+0x6045 025205 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+0x6046 025206 rtn 
+:      025208 mouse_24g_start_pair_mode:
+0x6047 025209 call mouse_device_24g_pair_led_config 
+0x6048 025210 jam 0 ,mem_24g_reconn_type 
+0x6049 025211 arg mouse_24g_pairing_flag ,queue 
+0x604a 025212 call mouse_enable_function_flag 
+0x604b 025213 setarg 0 
+0x604c 025214 store 2 ,mem_24g_reconn_timeout 
+0x604d 025215 call mouse_stop_discovery 
+:      025216 mouse_24g_pair_mode_check:
+0x604e 025217 jam type_ms ,mem_24g_data_type 
+0x604f 025218 fetch mouse_flag_len ,mem_mouse_flag 
+0x6050 025219 bbit0 mouse_enable_keyboard ,g24_pair_start 
+0x6051 025220 jam type_kb ,mem_24g_data_type 
+0x6052 025221 branch g24_pair_start 
+:      025223 mouse_24g_attempt_fail:
+0x6053 025224 fetch 1 ,mem_24g_attempt_fail_flag 
+0x6054 025225 nbranch mouse_24g_hibernate_set ,blank 
+0x6055 025226 fetch 1 ,mem_24g_reconn_type 
+0x6056 025227 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+0x6057 025228 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+0x6058 025229 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+:      025230 mouse_24g_attempt_fail_enter_hibernate:
+0x6059 025231 call mouse_24g_stop 
+0x605a 025232 fetch 1 ,mem_reconn_times 
+0x605b 025233 nbranch mouse_polling_device ,blank 
+0x605c 025234 fetch 1 ,mem_device_flag 
+0x605d 025235 beq mode_24g_device ,mouse_app_enter_hibernate 
+0x605e 025236 rtn 
+:      025238 mouse_24g_fast_conn_attempt_fail:
+0x605f 025239 fetch mouse_flag_len ,mem_mouse_flag 
+0x6060 025240 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x6061 025241 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x6062 025242 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x6063 025243 fetch 4 ,mem_mouse_24g_addr 
+0x6064 025244 fetcht 4 ,mem_mouse_compare_addr 
+0x6065 025245 isub temp ,null 
+0x6066 025246 branch mouse_24g_start_pair_mode ,zero 
+:      025247 mouse_24g_reconn_dongle_start:
+0x6067 025248 fetch 2 ,mem_24g_reconn_timeout_init 
+0x6068 025249 store 2 ,mem_24g_reconn_timeout 
+0x6069 025250 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+0x606a 025251 branch g24_reconn_start 
+:      025253 mouse_24g_auto_pair_attempt_fail:
+0x606b 025254 fetch mouse_flag_len ,mem_mouse_flag 
+0x606c 025255 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x606d 025256 fetch 1 ,mem_device_number 
+0x606e 025257 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0x606f 025258 branch mouse_24g_first_bluetooth_reconnect 
+:      025260 mouse_reconn_dongle_attempt_fail:
+0x6070 025261 fetch mouse_flag_len ,mem_mouse_flag 
+0x6071 025262 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x6072 025263 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x6073 025264 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x6074 025265 branch mouse_24g_start_auto_pair + 1 
+:      025267 mouse_24g_attempt_success:
+0x6075 025268 fetch 4 ,mem_24g_addr 
+0x6076 025269 store 4 ,mem_24g_receiver_addr 
+0x6077 025270 store 4 ,mem_mouse_24g_addr 
+0x6078 025271 call g24_ch_syncword_crc8_init 
+0x6079 025272 call mouse_no_data_timer_init 
+0x607a 025273 call mouse_device_poweron_led_config 
+0x607b 025274 call mouse_init_sensor_reset 
+0x607c 025275 jam 0 ,mem_mouse_long_mult_flag 
+0x607d 025276 jam 0 ,mem_24g_conn_sm 
+0x607e 025277 jam 0 ,mem_24g_reconn_type 
+0x607f 025278 fetch 4 ,mem_24g_receiver_addr 
+0x6080 025279 fetch 4 ,mem_24g_fast_conn_addr 
+0x6081 025280 isub temp ,null 
+0x6082 025281 rtn zero 
+0x6083 025282 branch mouse_24g_first_store_reconn_info 
+:      025284 mouse_24g_pairing_complete:
+0x6084 025285 call mouse_init_sensor_reset 
+0x6085 025286 call mouse_read_sensor_common 
+:      025287 mouse_24g_pairing_complete_common:
+0x6086 025288 call mouse_device_poweron_led_config 
+0x6087 025289 call mouse_no_data_timer_init 
+0x6088 025290 arg mouse_24g_pairing_flag ,queue 
+0x6089 025291 call mouse_disable_function_flag 
+0x608a 025292 setarg 0 
+0x608b 025293 store 2 ,mem_24g_pair_timeout 
+0x608c 025294 store 2 ,mem_24g_reconn_timeout 
+0x608d 025295 store 1 ,mem_24g_conn_sm 
+0x608e 025296 store 1 ,mem_mouse_move_flag 
+0x608f 025297 store 1 ,mem_24g_reconn_type 
+0x6090 025300 fetch 4 ,mem_24g_addr 
+0x6091 025301 store 4 ,mem_24g_receiver_addr 
+0x6092 025302 store 4 ,mem_mouse_24g_addr 
+0x6093 025303 branch mouse_store_device_info_delay 
+:      025305 mouse_24g_short_sleep_clear_wake:
+0x6094 025306 call clear_wake 
+0x6095 025307 branch lpm_write_gpio_wakeup 
+:      025309 mouse_24g_package_data:
+0x6096 025310 bpatch patch12_6 ,mem_patch12 
+0x6097 025311 rtnmark0 mark_24g 
+0x6098 025312 call mouse_motion 
+0x6099 025313 nrtn user 
+0x609a 025314 fetch 1 ,mem_mouse_24g_long_sleep_flag 
+0x609b 025315 jam 0 ,mem_mouse_24g_long_sleep_flag 
+0x609c 025316 ncall mouse_24g_short_sleep_clear_wake ,blank 
+0x609d 025318 fetch mouse_flag_len ,mem_mouse_flag 
+0x609e 025319 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x609f 025320 fetch 1 ,mem_customer_key 
+0x60a0 025321 nbranch mouse_24g_keyboard_package_data ,blank 
+:      025322 mouse_24g_mouse_package_data:
+0x60a1 025323 call mouse_data_xy_release 
+0x60a2 025324 fetch 1 ,mem_24g_data_type 
+0x60a3 025325 bbit1 1 ,mouse_24g_mouse_package_data_now 
+0x60a4 025326 fetcht 1 ,mem_24g_txbuf + 1 
+0x60a5 025327 fetch 1 ,mem_mouse_key 
+0x60a6 025328 ior temp ,pdata 
+0x60a7 025329 store 1 ,mem_mouse_key 
+0x60a8 025330 fetcht 1 ,mem_24g_txbuf + 6 
+0x60a9 025331 fetch 1 ,mem_mouse_z 
+0x60aa 025332 iadd temp ,pdata 
+0x60ab 025333 store 1 ,mem_mouse_z 
+0x60ac 025334 fetcht 1 ,mem_24g_txbuf + 7 
+0x60ad 025335 fetch 1 ,mem_mouse_tz 
+0x60ae 025336 iadd temp ,pdata 
+0x60af 025337 store 1 ,mem_mouse_tz 
+:      025338 mouse_24g_mouse_package_data_now:
+0x60b0 025339 jam type_ms ,mem_24g_data_type 
+0x60b1 025340 arg 7 ,rega 
+0x60b2 025341 arg mem_mouse_key ,regb 
+0x60b3 025342 fetch 2 ,mem_mouse_z 
+0x60b4 025343 rtn blank 
+0x60b5 025344 branch g24_transmit_by_interrupt_enable 
+:      025346 mouse_24g_keyboard_package_data:
+0x60b6 025347 jam type_kb ,mem_24g_data_type 
+0x60b7 025348 arg 9 ,rega 
+0x60b8 025349 fetch 1 ,mem_customer_data_trigger 
+0x60b9 025350 nbranch mouse_customer_key_press ,blank 
+0x60ba 025351 arg mem_customer_key_release ,regb 
+0x60bb 025352 rtn 
+:      025353 mouse_customer_key_press:
+0x60bc 025354 arg mem_customer_key_press ,regb 
+0x60bd 025355 rtn 
+:      025360 mouse_24g_search_dongle_init:
+0x60be 025361 setarg 0 
+0x60bf 025362 store 3 ,mem_mouse_search_dongle_action 
+0x60c0 025363 rtn 
+:      025365 mouse_24g_search_dongle:
+0x60c1 025366 fetch mouse_flag_len ,mem_mouse_flag 
+0x60c2 025367 rtnbit0 mouse_enable_24g_search_dongle 
+0x60c3 025368 fetch 1 ,mem_mouse_long_mult_flag 
+0x60c4 025369 rtn blank 
+0x60c5 025370 fetch 1 ,mem_24g_abort_pac 
+0x60c6 025371 rtn blank 
+0x60c7 025372 fetch 1 ,mem_mouse_search_dongle_interval 
+0x60c8 025373 increase 1 ,pdata 
+0x60c9 025374 and_into 3 ,pdata 
+0x60ca 025375 store 1 ,mem_mouse_search_dongle_interval 
+0x60cb 025376 nrtn blank 
+0x60cc 025377 jam 0 ,mem_mouse_search_dongle_ch 
+:      025378 mouse_24g_search_dongle_loop:
+0x60cd 025379 bpatch patch12_7 ,mem_patch12 
+0x60ce 025380 fetch 1 ,mem_mouse_search_dongle_ch 
+0x60cf 025381 increase 1 ,pdata 
+0x60d0 025382 store 1 ,mem_mouse_search_dongle_ch 
+0x60d1 025383 sub pdata ,g24_ch_number ,null 
+0x60d2 025384 nbranch mouse_24g_search_dongle_loop_end ,positive 
+0x60d3 025385 call g24_reconn_data_prep 
+0x60d4 025386 call g24_transmit_receive_ack 
+0x60d5 025387 nbranch mouse_24g_search_dongle_loop_retry ,sync 
+0x60d6 025388 nbranch mouse_24g_search_dongle_loop_retry ,user3 
+0x60d7 025389 call mouse_g24_ackpayload_parse 
+0x60d8 025390 call mouse_24g_search_dongle_success 
+:      025391 mouse_24g_search_dongle_loop_end:
+0x60d9 025392 call g24_txbuf_clear 
+0x60da 025393 fetch 1 ,mem_mouse_search_dongle_count 
+0x60db 025394 increase 1 ,pdata 
+0x60dc 025395 store 1 ,mem_mouse_search_dongle_count 
+0x60dd 025396 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+0x60de 025397 rtn 
+:      025399 mouse_24g_search_dongle_loop_retry:
+0x60df 025400 call g24_ch 
+0x60e0 025401 branch mouse_24g_search_dongle_loop 
+:      025403 mouse_24g_search_dongle_check:
+0x60e1 025404 jam 0 ,mem_mouse_search_dongle_count 
+0x60e2 025405 fetch 1 ,mem_mouse_search_dongle_action 
+0x60e3 025406 rtnbit1 g24_disconn_state 
+0x60e4 025407 set1 g24_disconn_state ,pdata 
+0x60e5 025408 store 1 ,mem_mouse_search_dongle_action 
+0x60e6 025409 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x60e7 025410 store 2 ,mem_mouse_no_data_timer 
+0x60e8 025411 branch mouse_sensor_powerdown 
+:      025413 mouse_24g_search_dongle_success:
+0x60e9 025414 fetch 1 ,mem_24g_abort_pac 
+0x60ea 025415 branch mouse_24g_search_dongle_init ,blank 
+0x60eb 025416 jam 0 ,mem_mouse_search_dongle_count 
+0x60ec 025417 fetch 1 ,mem_mouse_search_dongle_action 
+0x60ed 025418 rtnbit0 g24_disconn_state 
+0x60ee 025419 set0 g24_disconn_state ,pdata 
+0x60ef 025420 store 1 ,mem_mouse_search_dongle_action 
+0x60f0 025421 call mouse_no_data_timer_init 
+0x60f1 025422 branch mouse_init_sensor_wakeup 
+:      025424 mouse_g24_ackpayload_parse:
+0x60f2 025425 call g24_ackpayload_parse 
+0x60f3 025426 fetch 1 ,mem_24g_rxbuf + 1 
+0x60f4 025427 compare 0x08 ,pdata ,0xf8 
+0x60f5 025428 nrtn true 
+0x60f6 025429 fetch 1 ,mem_24g_rxbuf + 2 
+0x60f7 025430 beq 0xff ,mouse_24g_hibernate_set 
+0x60f8 025431 rtn 
+:      025436 mouse_g24_retransmit:
+0x60f9 025437 fetch 1 ,mem_mouse_need_soft_reset 
+0x60fa 025438 nrtn blank 
+0x60fb 025439 call mouse_retransmit_select_device_by_pb_button 
+0x60fc 025440 call mouse_select_device_by_dpi_button_once 
+0x60fd 025441 branch g24_retransmit0 
+:      025443 mouse_select_device_by_dpi_button_once:
+0x60fe 025444 arg 12 ,queue 
+0x60ff 025445 call timer_check 
+0x6100 025446 nrtn blank 
+0x6101 025447 call mouse_dpi_check_once 
+:      025448 mouse_g24_retransmit_event_set:
+0x6102 025449 call mouse_dpi_key_check_long_press 
+:      025450 mouse_g24_retransmit_100ms_timer_init:
+0x6103 025451 arg 12 ,queue 
+0x6104 025452 setarg 160 
+0x6105 025453 branch timer_init 
+:      025455 mouse_dpi_check_once:
+0x6106 025456 fetch mouse_flag_len ,mem_mouse_flag 
+0x6107 025457 rtnbit0 mouse_enable_select_device_by_dpi_button 
+0x6108 025459 branch mouse_dpi_check 
+:      025462 mouse_24g_before_lpm_sleep:
+0x6109 025463 fetch 1 ,mem_device_flag 
+0x610a 025464 bne mode_24g_device ,lpm_sleep_skip_cb_function 
+0x610b 025465 fetch 1 ,mem_24g_disable_fec1 
+0x610c 025466 rtn blank 
+:      025467 mouse_peripheral_clock_off:
+0x610d 025468 jam 2 ,core_clksel 
+0x610e 025469 jam 0xf8 ,core_lpm_ctrl 
+0x610f 025470 rtn 
+:      025475 mouse_logo_led_on_timer:
+0x6110 025476 fetch 1 ,mem_mouse_logo_led_gpio 
+0x6111 025477 rtneq gpio_disable 
+0x6112 025478 fetch 2 ,mem_mouse_no_data_timer 
+0x6113 025479 rtn blank 
+0x6114 025480 fetch 2 ,mem_mouse_no_data_timeout 
+0x6115 025481 fetcht 2 ,mem_mouse_no_data_timer 
+0x6116 025482 isub temp ,temp 
+0x6117 025483 fetch 2 ,mem_mouse_logo_led_on_time_init 
+0x6118 025484 isub temp ,pdata 
+0x6119 025485 branch mouse_logo_led_on ,positive 
+:      025486 mouse_logo_led_off:
+0x611a 025487 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x611b 025488 branch mouse_led_off 
+:      025489 mouse_logo_led_on:
+0x611c 025490 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x611d 025491 branch mouse_led_on 
+:      025498 mouse_dpi_led_blink_delay_timer:
+0x611e 025499 arg mem_mouse_dpi_led_delay_count ,regc 
+0x611f 025500 arg mouse_dpi_led_blink_init ,regb 
+0x6120 025501 branch timer_single_step 
+:      025503 mouse_dpi_led_blink_init:
+0x6121 025504 bpatch patch13_0 ,mem_patch13 
+0x6122 025505 fetch 1 ,mem_config_sensor_type 
+0x6123 025506 beq p3212 ,mouse_dpi_led_blink_init_another 
+0x6124 025507 beq ka8g2 ,mouse_dpi_led_blink_init_another 
+0x6125 025508 fetcht 1 ,mem_mouse_dpi 
+0x6126 025509 increase 2 ,temp 
+:      025510 mouse_dpi_led_blink_init_next:
+0x6127 025511 sub temp ,3 ,null 
+0x6128 025512 call mouse_dpi_led_blink_init_level_4 ,positive 
+0x6129 025513 ncall mouse_dpi_led_blink_count_clean ,positive 
+0x612a 025514 copy temp ,pdata 
+0x612b 025515 iadd pdata ,pdata 
+0x612c 025516 store 1 ,mem_mouse_multi_led_blink_count 
+:      025517 mouse_multi_dpi_led_blink_enable:
+0x612d 025518 jam 4 ,mem_mouse_multi_led_blink_type 
+0x612e 025519 call mouse_multi_dpi_led_blink_timer_init 
+0x612f 025520 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x6130 025521 branch mouse_multi_led_enable 
+:      025523 mouse_dpi_led_blink_init_another:
+0x6131 025524 fetcht 1 ,mem_mouse_dpi 
+0x6132 025525 increase 1 ,temp 
+0x6133 025526 branch mouse_dpi_led_blink_init_next 
+:      025528 mouse_dpi_led_blink_init_level_4:
+0x6134 025529 fetch mouse_flag_len ,mem_mouse_flag 
+0x6135 025530 rtnbit0 mouse_enable_dpi_level_4 
+0x6136 025531 increase 1 ,temp 
+0x6137 025532 rtn 
+:      025533 mouse_dpi_led_blink_count_clean:
+0x6138 025534 increase -3 ,temp 
+0x6139 025535 rtn 
+:      025538 mouse_dpi_led_blink_delay:
+0x613a 025539 fetch 1 ,mem_mouse_dpi_gpio 
+0x613b 025540 rtneq gpio_disable 
+0x613c 025541 fetch 2 ,mem_mouse_discovery_timer 
+0x613d 025542 nrtn blank 
+0x613e 025543 fetch 2 ,mem_24g_pair_timeout 
+0x613f 025544 nrtn blank 
+0x6140 025545 fetch 2 ,mem_24g_reconn_timeout 
+0x6141 025546 nrtn blank 
+0x6142 025547 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x6143 025548 nrtn blank 
+0x6144 025549 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x6145 025550 branch mouse_dpi_led_blink_init ,blank 
+0x6146 025551 store 1 ,mem_mouse_dpi_led_delay_count 
+0x6147 025552 rtn 
+:      025560 mouse_check_dpi_blink:
+0x6148 025561 disable user 
+0x6149 025562 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x614a 025563 sub pdata ,4 ,null 
+0x614b 025564 nrtn zero 
+0x614c 025565 branch enable_user 
+:      025567 mouse_low_voltage_led_timer:
+0x614d 025568 fetch mouse_flag_len ,mem_mouse_flag 
+0x614e 025569 rtnbit0 mouse_enable_low_led 
+0x614f 025570 rtnbit0 mouse_low_voltage_flag 
+0x6150 025571 fetch 2 ,mem_mouse_discovery_timer 
+0x6151 025572 nrtn blank 
+0x6152 025573 fetch 2 ,mem_24g_pair_timeout 
+0x6153 025574 nrtn blank 
+0x6154 025575 fetch 2 ,mem_24g_reconn_timeout 
+0x6155 025576 nrtn blank 
+0x6156 025577 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x6157 025578 nrtn blank 
+0x6158 025579 call mouse_check_dpi_blink 
+0x6159 025580 rtn user 
+0x615a 025582 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0x615b 025583 branch mouse_low_led_blink_count_init_judge ,blank 
+:      025584 mouse_low_led_blink_timer:
+0x615c 025585 fetcht 1 ,mem_adc_low_volatage_led_timer_count 
+0x615d 025586 increase 1 ,temp 
+0x615e 025587 storet 1 ,mem_adc_low_volatage_led_timer_count 
+0x615f 025588 fetch 1 ,mem_mouse_low_led_blink_timer 
+0x6160 025589 isub temp ,null 
+0x6161 025590 ncall mouse_low_led_timer_count_clean ,positive 
+0x6162 025591 fetch 1 ,mem_mouse_low_led_blink_half_timer 
+0x6163 025592 isub temp ,null 
+0x6164 025593 nbranch mouse_low_voltage_led_off_judge ,positive 
+:      025594 mouse_low_voltage_led_on_judge:
+0x6165 025595 fetch mouse_flag_len ,mem_mouse_flag 
+0x6166 025596 bbit1 mouse_enable_low_for_led ,mouse_device_led_on 
+0x6167 025597 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_on 
+:      025598 mouse_low_voltage_led_on:
+0x6168 025599 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
+0x6169 025600 branch mouse_led_on 
+:      025602 mouse_low_led_timer_count_clean:
+0x616a 025603 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x616b 025604 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0x616c 025605 increase -1 ,pdata 
+0x616d 025606 store 1 ,mem_mouse_multi_low_led_blink_count 
+:      025607 mouse_low_voltage_led_off_judge:
+0x616e 025608 fetch mouse_flag_len ,mem_mouse_flag 
+0x616f 025609 bbit1 mouse_enable_low_for_led ,mouse_device_led_off 
+0x6170 025610 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_off 
+:      025611 mouse_low_voltage_led_off:
+0x6171 025612 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
+0x6172 025613 branch mouse_led_off 
+:      025615 mouse_low_led_blink_count_init_judge:
+0x6173 025616 fetch mouse_flag_len ,mem_mouse_flag 
+0x6174 025617 bbit1 mouse_enable_low_led_blink_limit ,mouse_low_voltage_led_off_judge 
+0x6175 025618 call mouse_multi_low_led_blink_count_init 
+0x6176 025619 branch mouse_low_led_blink_timer 
+:      025627 mouse_device_multi_led_parm_init:
+0x6177 025628 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x6178 025629 call mouse_device_multi_led_all_off 
+0x6179 025630 jam 0 ,mem_mouse_multi_led_blink_type 
+0x617a 025631 fetch 1 ,mem_mouse_low_led_blink_timer 
+0x617b 025632 rshift pdata ,pdata 
+0x617c 025633 store 1 ,mem_mouse_low_led_blink_half_timer 
+0x617d 025634 rtn 
+:      025635 mouse_multi_low_led_blink_count_init:
+0x617e 025636 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
+0x617f 025637 store 1 ,mem_mouse_multi_low_led_blink_count 
+0x6180 025638 rtn 
+:      025640 mouse_multi_led_blink_timer_init:
+0x6181 025641 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x6182 025642 beq 1 ,mouse_device_24g_led_blink_timer_init 
+0x6183 025643 beq 2 ,mouse_device_le_discovery_led_blink_timer_init 
+0x6184 025644 beq 3 ,mouse_device_le_reconn_led_blink_timer_init 
+:      025645 mouse_multi_dpi_led_blink_timer_init:
+0x6185 025646 fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
+:      025647 mouse_store_multi_led_blink_timer:
+0x6186 025648 store 1 ,mem_mouse_multi_led_blink_timer 
+0x6187 025649 rtn 
+:      025650 mouse_device_24g_led_blink_timer_init:
+0x6188 025651 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
+0x6189 025652 branch mouse_store_multi_led_blink_timer 
+:      025653 mouse_device_le_discovery_led_blink_timer_init:
+0x618a 025654 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
+0x618b 025655 branch mouse_store_multi_led_blink_timer 
+:      025656 mouse_device_le_reconn_led_blink_timer_init:
+0x618c 025657 fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
+0x618d 025658 branch mouse_store_multi_led_blink_timer 
+:      025661 mouse_device_poweron_led_config:
+0x618e 025662 bpatch patch13_1 ,mem_patch13 
+0x618f 025663 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
+0x6190 025664 store 1 ,mem_mouse_multi_led_powon_timer 
+0x6191 025665 jam multi_led_on ,mem_mouse_multi_led_type 
+:      025666 mouse_multi_led_enable:
+0x6192 025667 jam off ,mem_mouse_multi_led_state 
+0x6193 025668 jam on ,mem_mouse_multi_led_blink_enable 
+0x6194 025669 rtn 
+:      025672 mouse_device_24g_pair_led_config:
+0x6195 025673 bpatch patch13_2 ,mem_patch13 
+0x6196 025674 fetch 1 ,mem_device_flag 
+0x6197 025675 rtnne mode_24g_device 
+0x6198 025676 call mouse_multi_led_blink_enable_init 
+0x6199 025677 jam 1 ,mem_mouse_multi_led_blink_type 
+0x619a 025678 call mouse_device_24g_led_blink_timer_init 
+0x619b 025679 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x619c 025680 rtn blank 
+0x619d 025681 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
+0x619e 025682 branch mouse_device_led_blink_count_init 
+:      025684 mouse_device_le_reconn_led_config:
+0x619f 025685 fetch 1 ,mem_device_flag 
+0x61a0 025686 rtneq mode_24g_device 
+0x61a1 025687 call mouse_multi_led_blink_enable_init 
+0x61a2 025688 fetch mouse_flag_len ,mem_mouse_flag 
+0x61a3 025689 rtnbit0 mouse_enable_bt_reconn_led_effect 
+0x61a4 025690 jam 3 ,mem_mouse_multi_led_blink_type 
+0x61a5 025691 call mouse_device_le_reconn_led_blink_timer_init 
+0x61a6 025692 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x61a7 025693 rtn blank 
+0x61a8 025694 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
+:      025695 mouse_device_led_blink_count_init:
+0x61a9 025696 store 1 ,mem_mouse_multi_led_blink_count 
+0x61aa 025697 rtn 
+:      025699 mouse_device_discovery_led_config:
+0x61ab 025700 jam 0 ,mem_mouse_le_reconn_blink_limit 
+0x61ac 025701 jam 2 ,mem_mouse_multi_led_blink_type 
+0x61ad 025702 call mouse_device_le_discovery_led_blink_timer_init 
+:      025703 mouse_multi_led_blink_enable_init:
+0x61ae 025704 jam 1 ,mem_mouse_multi_led_blink_enable 
+0x61af 025705 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x61b0 025706 branch mouse_device_multi_led_on 
+:      025710 mouse_led_multi_timer:
+0x61b1 025711 fetch 1 ,mem_mouse_multi_led_blink_enable 
+0x61b2 025712 rtn blank 
+0x61b3 025713 fetch 1 ,mem_mouse_multi_led_type 
+0x61b4 025714 beq multi_led_blink ,mouse_multi_led_type_blink 
+:      025715 mouse_device_multi_led_type_on:
+0x61b5 025716 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x61b6 025717 branch mouse_device_poweron_led_off ,blank 
+0x61b7 025718 increase -1 
+0x61b8 025719 store 1 ,mem_mouse_multi_led_powon_timer 
+0x61b9 025720 branch mouse_device_led_on 
+:      025722 mouse_device_poweron_led_off:
+0x61ba 025723 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x61bb 025724 call mouse_multi_low_led_blink_count_init 
+0x61bc 025725 branch mouse_device_led_off 
+:      025727 mouse_multi_led_type_blink:
+0x61bd 025728 bpatch patch13_3 ,mem_patch13 
+0x61be 025729 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61bf 025730 rtn blank 
+0x61c0 025731 beq 4 ,mouse_device_led_blink_limit 
+0x61c1 025732 branch mouse_device_led_blink_judge 
+:      025734 mouse_device_led_blink_judge:
+0x61c2 025735 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x61c3 025736 beq 1 ,mouse_device_led_blink_limit 
+0x61c4 025737 branch mouse_multi_led_type_blink_next 
+:      025739 mouse_device_led_blink_limit:
+0x61c5 025740 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x61c6 025741 branch mouse_multi_led_off_judge ,blank 
+:      025742 mouse_multi_led_type_blink_next:
+0x61c7 025743 arg mem_mouse_multi_led_blink_timer ,regc 
+0x61c8 025744 arg mouse_multi_led_type_blink_start ,regb 
+0x61c9 025745 branch timer_single_step 
+:      025747 mouse_multi_led_type_blink_start:
+0x61ca 025748 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61cb 025749 beq 4 ,mouse_multi_led_blink_count_decrease 
+0x61cc 025750 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x61cd 025751 beq 1 ,mouse_multi_led_blink_count_decrease 
+:      025752 mouse_multi_led_blink:
+0x61ce 025753 call mouse_multi_led_blink_timer_init 
+0x61cf 025754 fetch 1 ,mem_mouse_multi_led_state 
+0x61d0 025755 beq on ,mouse_multi_led_off_judge_next 
+0x61d1 025756 branch mouse_multi_led_on_judge 
+:      025758 mouse_multi_led_blink_count_decrease:
+0x61d2 025759 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x61d3 025760 increase -1 
+0x61d4 025761 store 1 ,mem_mouse_multi_led_blink_count 
+0x61d5 025762 branch mouse_multi_led_blink 
+:      025765 mouse_multi_led_on_judge:
+0x61d6 025766 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61d7 025767 beq 4 ,mouse_multi_dpi_led_on_judge 
+:      025768 mouse_device_multi_led_on:
+0x61d8 025769 jam on ,mem_mouse_multi_led_state 
+:      025770 mouse_device_led_on:
+0x61d9 025771 bpatch patch13_4 ,mem_patch13 
+0x61da 025772 fetch 1 ,mem_device_flag 
+0x61db 025773 beq mode_24g_device ,mouse_device_24g_led_on 
+0x61dc 025774 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+0x61dd 025775 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+0x61de 025776 rtn 
+:      025777 mouse_device_24g_led_on:
+0x61df 025778 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0x61e0 025779 branch mouse_led_on 
+:      025780 mouse_device_bt1_led_on:
+0x61e1 025781 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0x61e2 025782 branch mouse_led_on 
+:      025783 mouse_device_bt2_led_on:
+0x61e3 025784 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+:      025785 mouse_led_on:
+0x61e4 025786 branch gpio_out_active 
+:      025788 mouse_led_off:
+0x61e5 025789 branch gpio_out_inactive 
+:      025791 mouse_multi_led_off_judge:
+0x61e6 025792 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x61e7 025793 jam 0 ,mem_mouse_multi_led_blink_type 
+:      025794 mouse_multi_led_off_judge_next:
+0x61e8 025795 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61e9 025796 beq 4 ,mouse_multi_dpi_led_off_judge 
+:      025797 mouse_device_multi_led_off:
+0x61ea 025798 jam off ,mem_mouse_multi_led_state 
+:      025799 mouse_device_led_off:
+0x61eb 025800 bpatch patch13_5 ,mem_patch13 
+0x61ec 025801 fetch 1 ,mem_device_flag 
+0x61ed 025802 beq mode_24g_device ,mouse_device_24g_led_off 
+0x61ee 025803 beq mode_bt_device1 ,mouse_device_bt1_led_off 
+0x61ef 025804 beq mode_bt_device2 ,mouse_device_bt2_led_off 
+0x61f0 025805 rtn 
+:      025806 mouse_device_24g_led_off:
+0x61f1 025807 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0x61f2 025808 fetch mouse_flag_len ,mem_mouse_flag 
+0x61f3 025809 bbit0 mouse_enable_1io2led ,mouse_led_off 
+0x61f4 025810 branch gpio_set_high_impedance 
+:      025811 mouse_device_bt1_led_off:
+0x61f5 025812 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0x61f6 025813 fetch mouse_flag_len ,mem_mouse_flag 
+0x61f7 025814 bbit0 mouse_enable_1io2led ,mouse_led_off 
+0x61f8 025815 branch gpio_set_high_impedance 
+:      025816 mouse_device_bt2_led_off:
+0x61f9 025817 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+0x61fa 025818 fetch mouse_flag_len ,mem_mouse_flag 
+0x61fb 025819 bbit0 mouse_enable_1io2led ,mouse_led_off 
+0x61fc 025820 branch gpio_set_high_impedance 
+:      025822 mouse_device_multi_led_all_off:
+0x61fd 025823 call mouse_device_24g_led_off 
+0x61fe 025824 call mouse_device_bt1_led_off 
+0x61ff 025825 call mouse_device_bt2_led_off 
+0x6200 025826 call mouse_low_voltage_led_off_judge 
+0x6201 025827 branch mouse_multi_dpi_led_off_judge 
+:      025829 mouse_multi_dpi_led_off_judge:
+0x6202 025830 jam off ,mem_mouse_multi_led_state 
+0x6203 025831 fetch mouse_flag_len ,mem_mouse_flag 
+0x6204 025832 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_off 
+0x6205 025833 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_off 
+:      025834 mouse_multi_dpi_led_off:
+0x6206 025835 fetcht 1 ,mem_mouse_dpi_gpio 
+0x6207 025836 branch mouse_led_off 
+:      025838 mouse_multi_dpi_led_on_judge:
+0x6208 025839 jam on ,mem_mouse_multi_led_state 
+0x6209 025840 fetch mouse_flag_len ,mem_mouse_flag 
+0x620a 025841 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_on 
+0x620b 025842 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_on 
+:      025843 mouse_multi_dpi_led_on:
+0x620c 025844 fetcht 1 ,mem_mouse_dpi_gpio 
+0x620d 025845 branch mouse_led_on 
+:      025849 mouse_low_voltage_led_no_enter_lpm:
+0x620e 025850 fetch mouse_flag_len ,mem_mouse_flag 
+0x620f 025851 rtnbit0 mouse_low_voltage_flag 
+0x6210 025852 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x6211 025853 fetcht 1 ,mem_mouse_low_led_blink_half_timer 
+0x6212 025854 sub pdata ,temp ,null 
+0x6213 025855 branch mouse_lpm_mode_clear ,positive 
+:      025856 mouse_low_voltage_led_no_enter_lpm_next:
+0x6214 025857 fetch 1 ,mem_device_flag 
+0x6215 025858 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+0x6216 025859 jam 1 ,mem_lpm_mode 
+0x6217 025860 rtn 
+:      025862 g24_transmit_by_interrupt_exit_check:
+0x6218 025863 fetch mouse_flag_len ,mem_mouse_flag 
+0x6219 025864 rtnbit1 mouse_enable_24g_250hz 
+0x621a 025865 branch g24_transmit_by_interrupt_exit 
+:      025867 mouse_lpm_mode_clear:
+0x621b 025868 fetch 1 ,mem_device_flag 
+0x621c 025869 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+0x621d 025870 jam 0 ,mem_lpm_mode 
+0x621e 025871 rtn 
+:      025874 mouse_store_signal_rssi:
+0x621f 025876 fetch 1 ,mem_rssi 
+0x6220 025877 branch rssi_signal 
+:      025879 mouse_le_transmit:
+0x6221 025880 call mouse_store_signal_rssi 
+0x6222 025881 branch power_ctrl_start 
+:      025883 mouse_le_set_lpm_mult:
+0x6223 025884 fetch 1 ,mem_le_connect_status_flag 
+0x6224 025885 compare 3 ,pdata ,3 
+0x6225 025886 nbranch disable_blank ,true 
+0x6226 025887 call app_lpm_mult_enable 
+0x6227 025888 branch enable_blank 
+:      025890 mouse_set_lpm_mult:
+0x6228 025891 fetch 2 ,mem_ui_state_map 
+0x6229 025892 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+0x622a 025893 rtn 
+:      025895 mouse_24g_long_sleep:
+0x622b 025896 call g24_lpm_wait 
+0x622c 025897 nrtn user 
+0x622d 025898 jam 1 ,mem_mouse_24g_long_sleep_flag 
+0x622e 025899 call g24_setgpio_lpm_before 
+0x622f 025900 jam 0 ,mem_mouse_24g_sleep_miss 
+0x6230 025901 call mouse_24g_send_time_long_wake 
+0x6231 025902 fetch 1 ,mem_sensor_shutdown_flag 
+0x6232 025903 ncall mouse_setgpio_hibernate ,blank 
+0x6233 025904 fetch 4 ,mem_24g_enter_hibernate 
+0x6234 025905 branch g24_long_seep2 
+:      025907 mouse_24g_short_sleep:
+0x6235 025908 fetch 1 ,mem_mouse_sleep_deal_type 
+0x6236 025909 branch g24_short_sleep ,blank 
+0x6237 025910 call g24_lpm_wait 
+0x6238 025911 nrtn user 
+0x6239 025912 fetch 1 ,mem_mouse_24g_sleep_miss 
+0x623a 025913 jam 0 ,mem_mouse_24g_sleep_miss 
+0x623b 025914 sub pdata ,0 ,null 
+0x623c 025915 nbranch mouse_24g_short_sleep_last_miss ,zero 
+0x623d 025916 fetcht 2 ,mem_24g_retransmit 
+0x623e 025917 sub temp ,0 ,null 
+0x623f 025918 branch mouse_24g_short_sleep_default ,zero 
+0x6240 025920 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+0x6241 025921 branch mouse_24g_short_sleep_default ,blank 
+:      025922 mouse_24g_short_sleep_notify:
+0x6242 025923 fetcht 4 ,mem_mouse_24g_tsniff 
+0x6243 025924 isub temp ,temp 
+0x6244 025925 storet 4 ,mem_mouse_24g_sleep_miss_temp 
+0x6245 025926 nbranch mouse_24g_short_sleep_long ,positive 
+0x6246 025927 fetch 3 ,mem_24g_short_sleep_set 
+0x6247 025928 isub temp ,pdata 
+0x6248 025929 nbranch mouse_24g_short_sleep_2 ,positive 
+0x6249 025930 arg 0x600 ,temp 
+0x624a 025931 isub temp ,null 
+0x624b 025932 nbranch mouse_24g_short_sleep_2 ,positive 
+:      025933 mouse_24g_short_sleep2:
+0x624c 025934 store 4 ,mem_mouse_24g_sleep_time_temp 
+0x624d 025935 call mouse_24g_miss_temp_clear 
+0x624e 025936 fetch 4 ,mem_mouse_24g_sleep_time_temp 
+:      025937 mouse_24g_short_sleep3:
+0x624f 025938 call clk2lpo 
+0x6250 025939 storet 4 ,mem_sleep_counter 
+0x6251 025940 branch lpm_sleep 
+:      025942 mouse_24g_short_sleep_default:
+0x6252 025943 call mouse_24g_miss_temp_clear 
+0x6253 025944 fetch 3 ,mem_24g_short_sleep_set 
+0x6254 025945 branch mouse_24g_short_sleep2 
+:      025947 mouse_24g_short_sleep_long:
+0x6255 025948 sub temp ,0 ,temp 
+0x6256 025949 fetch 3 ,mem_24g_short_sleep_set 
+0x6257 025950 iadd temp ,pdata 
+0x6258 025951 branch mouse_24g_short_sleep2 
+:      025953 mouse_24g_miss_temp_clear:
+0x6259 025954 setarg 0 
+0x625a 025955 store 4 ,mem_mouse_24g_sleep_miss_temp 
+0x625b 025956 rtn 
+:      025958 mouse_24g_short_sleep_last_miss:
+0x625c 025959 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+0x625d 025960 fetcht 4 ,mem_mouse_24g_sleep_miss_temp 
+0x625e 025961 iadd temp ,pdata 
+0x625f 025962 branch mouse_24g_short_sleep_notify 
+:      025964 mouse_24g_short_sleep_2:
+0x6260 025965 jam 1 ,mem_mouse_24g_sleep_miss 
+0x6261 025966 rtn 
+:      025969 mouse_24g_transmit_callback:
+0x6262 025970 call mouse_24g_send_time_check 
+0x6263 025971 branch mouse_wakeup_24g 
+:      025973 mouse_24g_send_time_check:
+0x6264 025974 fetch 1 ,mem_mouse_sleep_deal_type 
+0x6265 025975 rtn blank 
+0x6266 025976 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x6267 025977 beq g24_tx_timer_int_enable ,mouse_24g_send_timer_first 
+0x6268 025978 fetch 1 ,mem_mouse_24g_tx_count 
+0x6269 025979 branch mouse_24g_send_timer_first ,blank 
+0x626a 025980 copy clkn ,pdata 
+0x626b 025981 fetcht 6 ,mem_mouse_24g_tx_time_last 
+0x626c 025982 store 6 ,mem_mouse_24g_tx_time_last 
+0x626d 025983 call clk_diff_rt 
+0x626e 025984 store 4 ,mem_mouse_24g_tx_time_last_delt 
+0x626f 025986 fetch 1 ,mem_mouse_24g_sleep_miss 
+0x6270 025987 nrtn blank 
+0x6271 025988 fetch 2 ,mem_24g_retransmit 
+0x6272 025989 nrtn blank 
+0x6273 025990 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+:      025991 mouse_24g_send_time_check_1:
+0x6274 025992 fetcht 5 ,mem_mouse_24g_tx_time_sum 
+0x6275 025993 iadd temp ,pdata 
+0x6276 025994 store 5 ,mem_mouse_24g_tx_time_sum 
+0x6277 025995 fetcht 1 ,mem_mouse_24g_tx_count 
+0x6278 025996 fetch 1 ,mem_mouse_24g_tx_time_sum_count 
+0x6279 025997 isub temp ,null 
+0x627a 025998 branch mouse_24g_send_time_check_average ,zero 
+0x627b 025999 increase 1 ,temp 
+0x627c 026000 storet 1 ,mem_mouse_24g_tx_count 
+0x627d 026001 rtn 
+:      026003 mouse_24g_send_time_check_average:
+0x627e 026004 jam 1 ,mem_mouse_24g_tx_count 
+0x627f 026005 arg 0 ,temp 
+0x6280 026006 fetch 5 ,mem_mouse_24g_tx_time_sum 
+0x6281 026007 storet 5 ,mem_mouse_24g_tx_time_sum 
+0x6282 026008 fetcht 1 ,mem_mouse_24g_tx_time_sum_count 
+0x6283 026009 idiv temp 
+0x6284 026010 call wait_div_end 
+0x6285 026011 quotient rega 
+0x6286 026013 fetch 4 ,mem_mouse_24g_tsniff 
+0x6287 026014 fetcht 1 ,mem_mouse_24g_tx_time_offset 
+0x6288 026015 isub temp ,temp 
+0x6289 026016 increase -40 ,temp 
+0x628a 026018 copy rega ,pdata 
+0x628b 026019 isub temp ,pdata 
+0x628c 026020 branch mouse_24g_send_time_check_average_late ,positive 
+0x628d 026021 sub pdata ,0 ,pdata 
+0x628e 026023 rshift2 pdata ,pdata 
+0x628f 026024 fetcht 3 ,mem_24g_short_sleep_set 
+0x6290 026025 iadd temp ,temp 
+0x6291 026026 bpatch patch13_6 ,mem_patch13 
+0x6292 026027 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+0x6293 026028 arg 0x1800 ,rega 
+0x6294 026029 iadd rega ,pdata 
+0x6295 026030 isub temp ,null 
+0x6296 026031 nbranch mouse_24g_send_time_check_average_min ,positive 
+0x6297 026032 storet 3 ,mem_24g_short_sleep_set 
+0x6298 026033 rtn 
+:      026035 mouse_24g_send_time_check_average_late:
+0x6299 026036 rshift2 pdata ,temp 
+0x629a 026037 fetch 3 ,mem_24g_short_sleep_set 
+0x629b 026038 isub temp ,temp 
+0x629c 026039 bpatch patch13_7 ,mem_patch13 
+0x629d 026040 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+0x629e 026041 arg 0x1800 ,rega 
+0x629f 026042 isub rega ,pdata 
+0x62a0 026043 isub temp ,null 
+0x62a1 026044 branch mouse_24g_send_time_check_average_min ,positive 
+0x62a2 026045 storet 3 ,mem_24g_short_sleep_set 
+0x62a3 026046 rtn 
+:      026048 mouse_24g_send_time_check_average_min:
+0x62a4 026049 store 3 ,mem_24g_short_sleep_set 
+0x62a5 026050 rtn 
+:      026052 mouse_24g_send_timer_first:
+0x62a6 026053 jam 1 ,mem_mouse_24g_tx_count 
+0x62a7 026054 copy clkn ,pdata 
+0x62a8 026055 store 6 ,mem_mouse_24g_tx_time_last 
+0x62a9 026056 rtn 
+:      026058 mouse_24g_send_time_long_wake:
+0x62aa 026059 setarg 0 
+0x62ab 026060 store 1 ,mem_mouse_24g_tx_count 
+0x62ac 026061 store 5 ,mem_mouse_24g_tx_time_sum 
+0x62ad 026062 rtn 
+:      026071 shutter_init:
+0x62ae 026072 call enable_authrom 
+0x62af 026073 rtn wake 
+0x62b0 026075 setarg shutter_process_idle 
+0x62b1 026076 store 2 ,mem_cb_idle_process 
+0x62b2 026078 setarg shutter_process_bb_event 
+0x62b3 026079 store 2 ,mem_cb_bb_event_process 
+0x62b4 026081 setarg ble_shutter_receive_data 
+0x62b5 026082 store 2 ,mem_cb_att_write 
+0x62b6 026084 setarg shutter_le_bb_event_timer 
+0x62b7 026085 store 2 ,mem_cb_event_timer 
+0x62b8 026087 setarg shutter_key_change 
+0x62b9 026088 store 2 ,mem_cb_shutter_keycan 
+0x62ba 026090 call shutter_common_init 
+0x62bb 026092 bpatch patch14_0 ,mem_patch14 
+0x62bc 026093 call shutter_load_buffer_config_form_datarom 
+:      026095 shutter_power_switch:
+0x62bd 026096 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62be 026097 beq hard_switch ,shutter_hart_swtich_power_on 
+0x62bf 026098 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x62c0 026099 store 1 ,mem_ui_button_gpio 
+0x62c1 026100 branch ui_soft_swtich_init 
+:      026103 shutter_common_init:
+0x62c2 026104 setarg shutter_le_before_hibernate 
+0x62c3 026105 store 2 ,mem_cb_before_hibernate 
+0x62c4 026107 setarg shutter_process_lpm_before 
+0x62c5 026108 store 2 ,mem_cb_before_lpm 
+0x62c6 026110 setarg shutter_soft_swtich_power_on 
+0x62c7 026111 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x62c8 026113 setarg shutter_soft_swtich_power_off 
+0x62c9 026114 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x62ca 026116 jam 7 ,mem_version 
+0x62cb 026117 call le_modified_name_adv 
+0x62cc 026118 call shutter_init_param 
+0x62cd 026119 call keyscan_key_init 
+0x62ce 026120 call queue_init 
+0x62cf 026121 branch ui_led_init_global 
+:      026125 shutter_hart_swtich_power_on:
+0x62d0 026126 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x62d1 026127 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x62d2 026128 branch shutter_start_reconnect 
+:      026132 shutter_le_scale_lpm_lock:
+0x62d3 026133 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62d4 026134 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x62d5 026135 call l2cap_malloc_get_full_map 
+0x62d6 026136 fetch 1 ,mem_used_map 
+0x62d7 026137 nbranch app_get_lpm_wake_lock ,blank 
+0x62d8 026138 branch app_put_lpm_wake_lock 
+:      026142 shutter_process_bb_event:
+0x62d9 026143 copy regc ,pdata 
+0x62da 026146 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x62db 026147 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x62dc 026148 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x62dd 026149 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x62de 026151 beq bt_evt_button_long_pressed ,ui_soft_switch_botton_long_press 
+0x62df 026152 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x62e0 026153 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x62e1 026154 rtn 
+:      026159 ble_shutter_process_baseband_connect:
+0x62e2 026160 call shutter_stop_bluetooth_discovery 
+0x62e3 026161 setarg 0 
+0x62e4 026162 store 2 ,mem_ble_shutter_reconn_timer 
+0x62e5 026163 branch app_led_off 
+:      026166 ble_shutter_process_baseband_disconnect:
+0x62e6 026167 call queue_init 
+0x62e7 026168 jam 0 ,mem_ble_shutter_enable_notify 
+0x62e8 026169 branch shutter_start_reconnect 
+:      026172 ble_shutter_process_reconnect_complete:
+0x62e9 026173 call queue_init 
+0x62ea 026174 jam 1 ,mem_ble_shutter_enable_notify 
+0x62eb 026175 fetch 8 ,mem_ble_shutter_interval_min 
+0x62ec 026176 store 8 ,mem_le_interval_min 
+0x62ed 026177 call app_lpm_mult_enable 
+0x62ee 026178 branch le_l2cap_tx_update_req 
+:      026181 ble_shutter_process_parse_connect_parameter_update_response:
+0x62ef 026182 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x62f0 026183 rtneq ble_signaling_connect_parameter_update_accepted 
+0x62f1 026184 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x62f2 026185 rtn blank 
+0x62f3 026186 store 8 ,mem_le_interval_min 
+0x62f4 026187 branch le_l2cap_tx_update_req 
+:      026194 shutter_process_soft_swtich_button_down:
+0x62f5 026195 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62f6 026196 rtneq hard_switch 
+0x62f7 026197 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62f8 026198 rtnne ss_state_power_on 
+0x62f9 026199 call shutter_store_currenct_led_state 
+0x62fa 026200 branch app_led_on 
+:      026202 shutter_store_currenct_led_state:
+0x62fb 026203 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x62fc 026204 arg 11 ,loopcnt 
+0x62fd 026205 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x62fe 026206 arg mem_shutter_led_struct_app_led ,contr 
+0x62ff 026207 branch memcpy 
+:      026209 shutter_process_soft_swtich_button_up:
+0x6300 026210 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x6301 026211 rtneq hard_switch 
+0x6302 026212 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6303 026213 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x6304 026214 branch ui_soft_switch_botton_up 
+:      026216 shutter_load_currenct_led_state:
+0x6305 026217 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x6306 026218 rtnne 1 
+0x6307 026219 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x6308 026220 fetch 2 ,mem_ui_state_map 
+0x6309 026221 bbit1 ui_state_ble_connected ,app_led_off 
+0x630a 026222 arg 11 ,loopcnt 
+0x630b 026223 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x630c 026224 arg mem_shutter_led_struct_app_led ,contw 
+0x630d 026225 branch memcpy 
+:      026230 shutter_le_bb_event_timer:
+0x630e 026232 call shutter_check_sleep_timer 
+0x630f 026235 call shutter_check_power_off_timer 
+0x6310 026239 branch ble_shutter_reconn_timer 
+:      026243 shutter_check_sleep_timer:
+0x6311 026244 arg mem_shutter_sleep_timer ,regc 
+0x6312 026245 arg shutter_sleep_timeout ,regb 
+0x6313 026246 branch timer_single_step_2b 
+:      026247 shutter_sleep_timeout:
+0x6314 026248 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x6315 026249 call app_led_off 
+0x6316 026250 call shutter_disconnect_current_connection 
+0x6317 026251 branch shutter_wait_power_off 
+:      026254 shutter_check_power_off_timer:
+0x6318 026255 arg mem_shutter_power_off_timer ,regc 
+0x6319 026256 arg shutter_check_power_off_timeout ,regb 
+0x631a 026257 branch timer_single_step 
+:      026259 shutter_check_power_off_timeout:
+0x631b 026260 fetch 2 ,mem_ui_state_map 
+0x631c 026261 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x631d 026262 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x631e 026263 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x631f 026264 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x6320 026265 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x6321 026266 branch app_enter_hibernate 
+:      026270 ble_shutter_reconn_timer:
+0x6322 026271 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6323 026272 rtnne ss_state_power_on 
+0x6324 026273 arg mem_ble_shutter_reconn_timer ,regc 
+0x6325 026274 arg shutter_start_bluetooth_discovery ,regb 
+0x6326 026275 branch timer_single_step_2b 
+:      026278 shutter_process_idle:
+0x6327 026279 call shutter_send_data_to_master 
+0x6328 026280 branch keyscan_key_process 
+:      026283 shutter_process_lpm_before:
+0x6329 026284 call gpio_set_before_lpm 
+0x632a 026285 branch keyscan_process_lpm_before 
+:      026287 shutter_le_before_hibernate:
+0x632b 026288 call gpio_set_before_lpm 
+0x632c 026289 branch disable_authrom 
+:      026295 shutter_stop_bluetooth_discovery:
+:      026299 ble_shutter_stop_bluetooth_discovery:
+0x632d 026300 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x632e 026301 store 2 ,mem_shutter_sleep_timeout 
+0x632f 026302 store 2 ,mem_shutter_sleep_timer 
+0x6330 026303 branch app_ble_stop_adv 
+:      026306 shutter_start_bluetooth_discovery:
+0x6331 026307 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6332 026308 rtnne ss_state_power_on 
+:      026312 ble_shutter_start_discovery:
+0x6333 026313 fetch 2 ,mem_ui_state_map 
+0x6334 026314 rtnbit1 ui_state_ble_connected 
+0x6335 026315 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x6336 026316 store 2 ,mem_shutter_sleep_timeout 
+0x6337 026317 store 2 ,mem_shutter_sleep_timer 
+0x6338 026318 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x6339 026319 call shutter_ble_adv_interval_set 
+0x633a 026320 call app_led_start_blink 
+0x633b 026321 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x633c 026322 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x633d 026323 fetch 2 ,mem_ui_state_map 
+0x633e 026324 rtnbit1 ui_state_ble_adv 
+0x633f 026325 branch app_ble_start_adv 
+:      026327 shutter_soft_swtich_power_on:
+:      026328 shutter_start_reconnect:
+0x6340 026329 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6341 026330 rtnne ss_state_power_on 
+:      026334 ble_shutter_start_reconnect:
+0x6342 026335 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x6343 026336 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x6344 026337 storet 2 ,mem_ble_shutter_reconn_timer 
+0x6345 026338 nrtn blank 
+0x6346 026339 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6347 026340 call shutter_ble_adv_interval_set 
+0x6348 026341 call app_led_start_blink 
+0x6349 026342 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x634a 026343 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x634b 026344 fetch 2 ,mem_ui_state_map 
+0x634c 026345 rtnbit1 ui_state_ble_adv 
+0x634d 026346 branch app_ble_start_adv 
+:      026348 shutter_disconnect_current_connection:
+0x634e 026349 fetch 2 ,mem_ui_state_map 
+0x634f 026350 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x6350 026351 branch shutter_stop_bluetooth_discovery 
+:      026355 shutter_check_data_enable:
+0x6351 026356 call disable_user 
+0x6352 026357 fetch 2 ,mem_ui_state_map 
+0x6353 026358 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x6354 026359 rtn 
+:      026361 shutter_check_ble_data_enable:
+0x6355 026362 fetch 1 ,mem_ble_shutter_enable_notify 
+0x6356 026363 rtn blank 
+0x6357 026364 branch enable_user 
+:      026369 shutter_check_bluetooth_conn:
+0x6358 026370 call disable_user 
+0x6359 026371 fetch 2 ,mem_ui_state_map 
+0x635a 026372 rtnbit1 ui_state_ble_connected 
+0x635b 026373 branch enable_user 
+:      026377 shutter_change_bluetooth_status_bt_disconn:
+:      026381 ble_shutter_change_bluetooth_status_bt_disconn:
+0x635c 026382 branch shutter_start_reconnect 
+:      026386 shutter_check_send_data:
+0x635d 026387 disable user2 
+0x635e 026388 fetch 2 ,mem_shutter_sleep_timeout 
+0x635f 026389 store 2 ,mem_shutter_sleep_timer 
+0x6360 026391 call shutter_check_bluetooth_conn 
+0x6361 026392 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x6362 026394 call shutter_check_data_enable 
+0x6363 026395 nrtn user 
+0x6364 026396 branch enable_user2 
+:      026400 shutter_key_change:
+0x6365 026401 call shutter_check_send_data 
+0x6366 026402 nrtn user2 
+0x6367 026403 deposit rega 
+0x6368 026404 branch shutter_key_release ,blank 
+:      026405 shutter_key_press:
+0x6369 026406 call app_led_on 
+0x636a 026407 arg mem_key0_press ,regc 
+0x636b 026408 branch push_queue_press_or_release 
+:      026410 shutter_key_release:
+0x636c 026411 call app_led_off 
+0x636d 026412 arg mem_key0_release ,regc 
+:      026414 push_queue_press_or_release:
+0x636e 026415 arg max_queue_num ,pdata 
+0x636f 026416 imul32 queue ,pdata 
+0x6370 026417 iadd regc ,regc 
+:      026420 push_buffer_in_queue:
+0x6371 026421 ifetch 1 ,regc 
+0x6372 026422 rtn blank 
+0x6373 026423 call queue_push_one_byte 
+0x6374 026424 increase 1 ,regc 
+0x6375 026425 branch push_buffer_in_queue 
+:      026428 shutter_send_data_to_master:
+0x6376 026429 fetch 2 ,mem_ui_state_map 
+0x6377 026430 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x6378 026431 rtn 
+:      026433 pop_queue_to_ble_data:
+0x6379 026434 call le_fifo_check_nearly_full 
+0x637a 026435 nrtn blank 
+0x637b 026436 call queue_pop_one_byte 
+0x637c 026437 nrtn user 
+0x637d 026438 pincrease -1 
+0x637e 026439 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x637f 026440 arg mem_ble_data_buffer1 ,temp 
+0x6380 026441 iadd temp ,contr 
+0x6381 026442 branch le_send_notify_from_list 
+:      026446 queue_push_one_byte:
+0x6382 026447 store 1 ,mem_pdatatemp 
+0x6383 026448 arg mem_pdatatemp ,rega 
+0x6384 026449 branch queue_push 
+:      026451 queue_pop_one_byte:
+0x6385 026452 arg mem_pdatatemp ,rega 
+0x6386 026453 call queue_pop 
+0x6387 026454 nrtn user 
+0x6388 026455 fetch 1 ,mem_pdatatemp 
+0x6389 026456 rtn 
+:      026459 ble_shutter_receive_data:
+0x638a 026460 fetch 2 ,mem_le_att_handle 
+0x638b 026461 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x638c 026462 rtn 
+:      026464 shutter_init_param:
+0x638d 026465 jam 0x02 ,mem_shutter_power_off_timeout 
+0x638e 026467 setarg 0x00200008 
+0x638f 026468 store 4 ,mem_ble_shutter_interval_min 
+0x6390 026469 setarg 0x012c0005 
+0x6391 026470 istore 4 ,contw 
+0x6392 026473 jam 0x17 ,mem_le_local_mtu 
+0x6393 026476 setarg 0x1b 
+0x6394 026477 store 2 ,mem_le_pairing_handle 
+0x6395 026478 branch le_set_fixed_ltk_justwork 
+:      026481 shutter_load_buffer_config_form_datarom:
+0x6396 026483 arg ble_key_value_list_size ,loopcnt 
+0x6397 026484 arg mem_ble_data_buffer1 ,contw 
+0x6398 026485 arg ble_shutter_key_value_list_addr ,contr 
+0x6399 026486 branch memcpy_fast 
+:      026506 shutter_soft_swtich_power_off:
+0x639a 026507 arg 0 ,rega 
+0x639b 026508 arg mem_shutter_power_off_led_style ,regc 
+0x639c 026509 call ui_led_set_style_global 
+0x639d 026510 call shutter_disconnect_current_connection 
+:      026511 shutter_wait_power_off:
+0x639e 026512 fetch 1 ,mem_shutter_power_off_timeout 
+0x639f 026513 store 1 ,mem_shutter_power_off_timer 
+0x63a0 026514 rtn 
+:      026518 ui_soft_swtich_init:
+0x63a1 026519 setarg ss_state_power_up 
+0x63a2 026520 call ui_soft_swtich_init_power_on_time 
+0x63a3 026521 jam ui_button_state_up ,mem_ui_button_last_state 
+0x63a4 026522 call ui_button_init 
+0x63a5 026523 call ui_button_polling 
+:      026524 ui_soft_switch_first_power_on:
+0x63a6 026525 fetch 1 ,mem_shutter_soft_switch_first_power_on 
+0x63a7 026526 branch ui_soft_swtich_init_next ,blank 
+0x63a8 026527 fetch 1 ,core_lpm_isogate 
+0x63a9 026528 bbit1 cold_wake ,ui_soft_switch_power_on 
+:      026529 ui_soft_swtich_init_next:
+0x63aa 026530 fetch 2 ,mem_ui_state_map 
+0x63ab 026531 rtnbit1 ui_state_btn_down 
+0x63ac 026532 branch app_enter_hibernate 
+:      026534 ui_soft_swtich_init_power_on_time:
+0x63ad 026535 fetcht 2 ,mem_power_param_ptr 
+0x63ae 026536 istore 1 ,temp 
+0x63af 026537 ifetch 1 ,contw 
+0x63b0 026538 store 1 ,mem_ui_button_timeout 
+0x63b1 026539 rtn 
+:      026542 ui_soft_switch_botton_up:
+0x63b2 026543 fetch 2 ,mem_power_param_ptr 
+0x63b3 026544 ifetch 1 ,pdata 
+0x63b4 026545 rtnne ss_state_power_up 
+0x63b5 026546 branch app_enter_hibernate 
+:      026549 ui_soft_switch_botton_long_press:
+0x63b6 026550 fetcht 2 ,mem_power_param_ptr 
+0x63b7 026551 ifetch 1 ,temp 
+0x63b8 026552 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      026553 ui_soft_switch_power_on:
+0x63b9 026554 setarg ss_state_power_on 
+0x63ba 026555 fetcht 2 ,mem_power_param_ptr 
+0x63bb 026556 istore 1 ,temp 
+0x63bc 026557 add temp ,ss_power_off_time ,contr 
+0x63bd 026558 ifetch 1 ,contr 
+0x63be 026559 istore 1 ,mem_ui_button_timeout 
+0x63bf 026560 ifetch 2 ,contr 
+0x63c0 026561 branch callback_func 
+:      026563 ui_soft_switch_power_off:
+0x63c1 026564 setarg ss_state_power_off 
+0x63c2 026565 call ui_soft_swtich_init_power_on_time 
+0x63c3 026566 add temp ,ss_power_off_cb ,contr 
+0x63c4 026567 ifetch 2 ,contr 
+0x63c5 026568 branch app_enter_hibernate ,blank 
+0x63c6 026569 branch callback_func 
+:      026574 shutter_ble_adv_interval_set:
+0x63c7 026575 store 2 ,mem_lpm_interval 
+0x63c8 026576 increase -4 ,pdata 
+0x63c9 026577 store 2 ,mem_le_adv_interval 
+0x63ca 026578 rtn 
+:      026580 le_send_notify_from_list:
+0x63cb 026581 ifetch 1 ,contr 
+0x63cc 026582 copy pdata ,rega 
+0x63cd 026583 ifetcht 2 ,contr 
+0x63ce 026584 call store_contr 
+0x63cf 026585 call le_att_malloc_tx_notify 
+0x63d0 026586 copy rega ,loopcnt 
+0x63d1 026587 call get_contr 
+0x63d2 026588 branch memcpy 
+:      026590 shutter_le_uuid_table_conf:
+0x63d3 026591 setarg ble_shutter_gatt_list_addr 
+0x63d4 026592 store 2 ,mem_ui_le_uuid_table 
+0x63d5 026593 rtn 
+:      026595 shutter_dy_le_uuid_table_conf:
+0x63d6 026596 setarg mem_shutter_le_uuid_sup 
+0x63d7 026597 store 2 ,mem_ui_le_uuid_table 
+0x63d8 026598 rtn 
+:      026601 shutter_default_init:
+0x63d9 026602 fetch 2 ,mem_shutter_key_conf0_temp 
+0x63da 026603 store 2 ,mem_shutter_key_conf0 
+0x63db 026604 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
+0x63dc 026605 store 1 ,mem_shutter_led_struct_app_led_gpio 
+0x63dd 026606 store 1 ,mem_shutter_power_off_led_style_gpio 
+0x63de 026607 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
+0x63df 026608 store 1 ,mem_shutter_hard_soft_switch_case 
+0x63e0 026609 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
+0x63e1 026610 store 1 ,mem_shutter_soft_switch_button_gpio 
+0x63e2 026616 setarg 0x0002 
+0x63e3 026617 store 2 ,mem_key0_press 
+0x63e4 026618 store 2 ,mem_key1_press 
+0x63e5 026619 setarg 0x0006 
+0x63e6 026620 store 2 ,mem_key0_release 
+0x63e7 026621 store 2 ,mem_key1_release 
+0x63e8 026622 setarg 0x0007 
+0x63e9 026623 store 2 ,mem_key2_press 
+0x63ea 026624 setarg 0x0008 
+0x63eb 026625 store 2 ,mem_key2_release 
+0x63ec 026626 setarg mem_shutter_soft_switch_power_state 
+0x63ed 026627 store 2 ,mem_power_param_ptr 
+0x63ee 026628 setarg 0x201400 
+0x63ef 026629 store 3 ,mem_shutter_soft_switch_power_state 
+0x63f0 026630 jam 0x01 ,mem_lpm_mode 
+0x63f1 026631 setarg 0x0100 
+0x63f2 026632 store 2 ,mem_lpm_interval 
+0x63f3 026633 jam 0x08 ,mem_lpm_overhead 
+0x63f4 026634 jam 0x05 ,mem_lpm_mult 
+0x63f5 026635 jam 0x02 ,mem_lpm_mult_timeout 
+0x63f6 026636 setarg 0x0096 
+0x63f7 026637 store 2 ,mem_ble_shutter_reconn_blink_on_time 
+0x63f8 026638 istore 2 ,contw 
+0x63f9 026639 setarg 0x0296 
+0x63fa 026640 store 2 ,mem_ble_shutter_discovery_blink_on_time 
+0x63fb 026641 istore 2 ,contw 
+0x63fc 026642 setsect 0 ,0x10 
+0x63fd 026643 setsect 1 ,0x8008 
+0x63fe 026644 setsect 2 ,0x2c000 
+0x63ff 026645 setsect 3 ,0x04 
+0x6400 026646 store 8 ,mem_ble_shutter_interval_min_new 
+0x6401 026647 jam 0x01 ,mem_ui_led_struct_num 
+0x6402 026648 setarg mem_shutter_led_struct_app_led 
+0x6403 026649 store 2 ,mem_ui_led_struct_ptr 
+0x6404 026650 setarg 0x0000 
+0x6405 026651 store 2 ,mem_shutter_led_struct_app_led 
+0x6406 026652 setsect 0 ,0x1a0 
+0x6407 026653 setsect 1 ,0x68 
+0x6408 026654 setsect 2 ,0x00 
+0x6409 026655 setsect 3 ,0x00 
+0x640a 026656 store 8 ,mem_shutter_led_struct_app_led_on_time 
+0x640b 026657 setarg 0x0301 
+0x640c 026658 store 2 ,mem_shutter_power_off_led_style 
+0x640d 026659 setsect 0 ,0x1a0 
+0x640e 026660 setsect 1 ,0xe8 
+0x640f 026661 setsect 2 ,0x00 
+0x6410 026662 setsect 3 ,0x00 
+0x6411 026663 store 8 ,mem_shutter_power_off_led_style_on_time 
+0x6412 026664 setarg 0x000e 
+0x6413 026665 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6414 026666 setarg 0x0140 
+0x6415 026667 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x6416 026668 store 2 ,mem_le_adv_interval 
+0x6417 026669 setarg 0x0050 
+0x6418 026670 store 2 ,mem_ble_shutter_reconn_timeout 
+0x6419 026671 jam 0x07 ,mem_le_adv_channel_map 
+0x641a 026672 jam 0x00 ,mem_le_adv_enable 
+0x641b 026673 setsect 0 ,0xfb 
+0x641c 026674 setsect 1 ,0x2c212 
+0x641d 026675 setsect 2 ,0x800f 
+0x641e 026676 setsect 3 ,0x21 
+0x641f 026677 store 8 ,mem_local_rx_max_octets 
+0x6420 026678 setsect 0 ,0x0bb8 
+0x6421 026679 setsect 1 ,0x02ee 
+0x6422 026680 store 4 ,mem_ble_shutter_discovery_timeout 
+0x6423 026681 setarg mem_queue_each_size 
+0x6424 026682 store 2 ,mem_queue_ptr 
+0x6425 026683 setarg 0x2001 
+0x6426 026684 store 2 ,mem_queue_each_size 
+0x6427 026685 jam 0x1f ,mem_le_adv_data_len 
+0x6428 026686 setsect 0 ,0x10102 
+0x6429 026687 setsect 1 ,0x80c1 
+0x642a 026688 setsect 2 ,0x18120 
+0x642b 026689 setsect 3 ,0x640c 
+0x642c 026690 store 9 ,mem_le_adv_data 
+0x642d 026691 setsect 0 ,0x3c1 
+0x642e 026692 istore 2 ,contw 
+0x642f 026693 jam 0x1f ,mem_le_scan_data_len 
+0x6430 026694 setsect 0 ,0x2090d 
+0x6431 026695 setsect 1 ,0x34c15 
+0x6432 026696 setsect 2 ,0x28532 
+0x6433 026697 setsect 3 ,0x1d1d5 
+0x6434 026698 store 9 ,mem_le_scan_data 
+0x6435 026699 setsect 0 ,0x26574 
+0x6436 026700 setsect 1 ,0x1c 
+0x6437 026701 istore 3 ,contw 
+0x6438 026702 setarg mem_shutter_keyscan 
+0x6439 026703 store 2 ,mem_keyscan_ptr 
+0x643a 026704 jam 0x02 ,mem_shutter_key_num 
+0x643b 026705 setarg mem_shutter_nv_data 
+0x643c 026706 store 2 ,mem_nv_data_ptr 
+0x643d 026707 jam 0x05 ,mem_nv_data_number 
+0x643e 026708 fetch 1 ,mem_shutter_dy_conf 
+0x643f 026709 beq shutter_type ,shutter_le_uuid_table_conf 
+0x6440 026710 beq shutter_dy_type ,shutter_dy_le_uuid_table_conf 
+0x6441 026711 rtn 
+:      026723 shutter_dy_6_key_conf:
+0x6442 026725 fetch shutter_six_key ,mem_shutter_dy_key_conf 
+0x6443 026726 store shutter_six_key ,mem_shutter_key_conf0 
+0x6444 026727 jam shutter_six_key ,mem_shutter_key_num 
+0x6445 026728 setarg mem_shutter_key_num 
+0x6446 026729 store 2 ,mem_keyscan_ptr 
+0x6447 026730 rtn 
+:      026732 shutter_dy_7_key_conf:
+0x6448 026734 fetch shutter_seven_key ,mem_shutter_dy_key_conf 
+0x6449 026735 store shutter_seven_key ,mem_shutter_key_conf0 
+0x644a 026736 jam shutter_seven_key ,mem_shutter_key_num 
+0x644b 026737 setarg mem_shutter_key_num 
+0x644c 026738 store 2 ,mem_keyscan_ptr 
+0x644d 026739 rtn 
+:      026741 shutter_dy_8_key_conf:
+0x644e 026743 fetch shutter_eight_key ,mem_shutter_dy_key_conf 
+0x644f 026744 store shutter_eight_key ,mem_shutter_key_conf0 
+0x6450 026745 jam shutter_eight_key ,mem_shutter_key_num 
+0x6451 026746 setarg mem_shutter_key_num 
+0x6452 026747 store 2 ,mem_keyscan_ptr 
+0x6453 026748 rtn 
+:      026750 shutter_dy_key_conf:
+0x6454 026751 fetch 1 ,mem_shutter_key_num_conf 
+0x6455 026752 beq shutter_six_key ,shutter_dy_6_key_conf 
+0x6456 026753 beq shutter_seven_key ,shutter_dy_7_key_conf 
+0x6457 026754 beq shutter_eight_key ,shutter_dy_8_key_conf 
+0x6458 026755 rtn 
+:      026757 shutter_dy_adv_conf:
+0x6459 026758 bpatch patch14_1 ,mem_patch14 
+0x645a 026760 fetch 8 ,mem_shutter_ble_discovery_time_conf 
+0x645b 026761 store 8 ,mem_ble_shutter_discovery_timeout 
+0x645c 026762 setarg 0x0096 
+0x645d 026763 store 2 ,mem_ble_shutter_reconn_timeout 
+0x645e 026765 fetch 7 ,mem_shutter_led_on_light_dark_led_conf 
+0x645f 026766 store 7 ,mem_shutter_led_struct_app_led 
+0x6460 026767 fetch 7 ,mem_shutter_led_off_light_dark_led_conf 
+0x6461 026768 store 7 ,mem_shutter_power_off_led_style 
+0x6462 026770 fetch 4 ,mem_shutter_reconn_blink_on_time_conf 
+0x6463 026771 store 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x6464 026772 fetch 4 ,mem_shutter_discovery_blink_on_time_conf 
+0x6465 026773 store 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x6466 026775 setarg 0x000e 
+0x6467 026776 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6468 026777 setarg 0x0140 
+0x6469 026778 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x646a 026779 store 2 ,mem_le_adv_interval 
+0x646b 026786 fetch 8 ,mem_ble_shutter_dy_interval_min_new 
+0x646c 026787 store 8 ,mem_ble_shutter_interval_min_new 
+0x646d 026788 rtn 
+:      026792 shutter_dy_init:
+0x646e 026793 call enable_authrom 
+0x646f 026794 rtn wake 
+0x6470 026796 call shutter_dy_key_conf 
+0x6471 026797 call shutter_dy_adv_conf 
+0x6472 026800 setarg shutter_dy_process_idle 
+0x6473 026801 store 2 ,mem_cb_idle_process 
+0x6474 026803 setarg shutter_dy_process_bb_event 
+0x6475 026804 store 2 ,mem_cb_bb_event_process 
+0x6476 026806 setarg ble_shutter_dy_receive_data 
+0x6477 026807 store 2 ,mem_cb_att_write 
+0x6478 026809 setarg shutter_dy_le_bb_event_timer 
+0x6479 026810 store 2 ,mem_cb_event_timer 
+0x647a 026812 setarg shutter_dy_key_change 
+0x647b 026813 store 2 ,mem_cb_shutter_keycan 
+0x647c 026815 call shutter_common_init 
+0x647d 026817 fetch 2 ,mem_shutter_le_pairing_handle 
+0x647e 026818 store 2 ,mem_le_pairing_handle 
+0x647f 026819 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x6480 026820 store 8 ,mem_ble_shutter_interval_min 
+0x6481 026821 call shutter_dy_iphone_every_move_max_set 
+0x6482 026822 bpatch patch14_2 ,mem_patch14 
+0x6483 026823 branch shutter_power_switch 
+:      026826 shutter_dy_process_idle:
+0x6484 026827 call shutter_dy_shutter_send_data_to_master 
+0x6485 026828 arg key_scan_timer ,queue 
+0x6486 026829 call timer_check 
+0x6487 026830 nrtn blank 
+0x6488 026831 setarg 0x20 
+0x6489 026832 arg key_scan_timer ,queue 
+0x648a 026833 call timer_init 
+0x648b 026834 disable user 
+0x648c 026835 call keyscan_process_lpm_before 
+0x648d 026836 branch shutter_dy_keyscan_key_process 
+:      026838 shutter_dy_iphone_every_move_max_set:
+0x648e 026839 setarg 0x1f 
+0x648f 026840 mul32 pdata ,every_payload_len ,pdata 
+0x6490 026841 arg mem_shutter_mousekey_value_list ,temp 
+0x6491 026842 iadd temp ,rega 
+0x6492 026843 increase 3 ,rega 
+0x6493 026844 arg iphone_once_max_move_value ,temp 
+0x6494 026845 istoret 1 ,rega 
+0x6495 026846 increase 11 ,rega 
+0x6496 026847 arg 0xfff ,pdata 
+0x6497 026848 isub temp ,pdata 
+0x6498 026849 lshift4 pdata ,pdata 
+0x6499 026850 istore 2 ,rega 
+0x649a 026851 rtn 
+:      026853 shutter_dy_shutter_send_data_to_master:
+0x649b 026854 fetch 2 ,mem_ui_state_map 
+0x649c 026855 bbit1 ui_state_ble_connected ,shutter_dy_pop_queue_to_ble_data 
+0x649d 026856 arg mem_queue_curr_num ,contw 
+0x649e 026857 arg 35 ,loopcnt 
+0x649f 026858 branch clear_mem 
+:      026860 shutter_dy_pop_queue_to_ble_data:
+0x64a0 026861 call le_fifo_check_nearly_full 
+0x64a1 026862 nrtn blank 
+0x64a2 026863 call queue_empty 
+0x64a3 026864 rtn blank 
+0x64a4 026865 fetcht 4 ,mem_key_send_clk 
+0x64a5 026866 copy clkn_bt ,pdata 
+0x64a6 026867 isub temp ,temp 
+0x64a7 026868 rtn zero 
+0x64a8 026869 nbranch shutter_dy_pop_queue_to_ble_data2 ,positive 
+0x64a9 026870 fetch 1 ,mem_send_data_delay 
+0x64aa 026871 isub temp ,null 
+0x64ab 026872 rtn positive 
+:      026873 shutter_dy_pop_queue_to_ble_data2:
+0x64ac 026874 copy clkn_bt ,pdata 
+0x64ad 026875 store 4 ,mem_key_send_clk 
+0x64ae 026876 call queue_pop_one_byte 
+0x64af 026877 nrtn user 
+0x64b0 026878 pincrease -1 
+0x64b1 026879 mul32 pdata ,10 ,pdata 
+0x64b2 026880 arg mem_shutter_mousekey_value_list ,temp 
+0x64b3 026881 iadd temp ,contr 
+0x64b4 026882 branch le_send_notify_from_list 
+:      026885 shutter_dy_le_bb_event_timer:
+0x64b5 026886 call shutter_dy_shutter_1s_timer 
+0x64b6 026887 call shutter_dy_link_key_loop_timer 
+0x64b7 026888 call shutter_dy_long_key_volume_timer 
+0x64b8 026889 call shutter_dy_iphone_move_mid_timer 
+0x64b9 026890 call shutter_dy_clear_key_state_timer 
+0x64ba 026891 call shutter_check_sleep_timer 
+0x64bb 026892 branch shutter_dy_check_power_off_timer 
+:      026894 shutter_dy_iphone_move_mid_timer:
+0x64bc 026895 arg mem_shutter_move_mid_timer ,regc 
+0x64bd 026896 arg shutter_dy_iphone_move_mid_timeout ,regb 
+0x64be 026897 branch timer_single_step 
+:      026899 shutter_dy_iphone_move_mid_timeout:
+0x64bf 026900 call queue_empty 
+0x64c0 026901 nrtn blank 
+0x64c1 026902 fetch 2 ,mem_key_value_xmem 
+0x64c2 026903 nrtn blank 
+:      026904 shutter_dy_iphone_move_mid:
+0x64c3 026905 call shutter_dy_check_iphone 
+0x64c4 026906 branch shutter_dy_android_like_loaction_mid ,blank 
+0x64c5 026907 copy queue ,pdata 
+0x64c6 026908 compare 0x04 ,pdata ,0x07 
+0x64c7 026909 branch shutter_dy_iphone_up_mid ,true 
+0x64c8 026911 copy queue ,pdata 
+0x64c9 026912 compare 0x01 ,pdata ,0x07 
+0x64ca 026913 branch shutter_dy_iphone_like_mid ,true 
+0x64cb 026914 arg mem_shutter_iphone_move_mid ,regc 
+0x64cc 026915 branch push_buffer_in_queue 
+:      026917 shutter_dy_android_like_loaction_mid:
+0x64cd 026918 arg mem_shutter_android_move_mid ,regc 
+0x64ce 026919 branch push_buffer_in_queue 
+:      026921 shutter_dy_iphone_up_mid:
+0x64cf 026922 arg mem_shutter_iphone_up_mid ,regc 
+0x64d0 026923 branch push_buffer_in_queue 
+:      026925 shutter_dy_iphone_like_mid:
+0x64d1 026926 arg mem_shutter_iphone_like_mid ,regc 
+0x64d2 026927 branch push_buffer_in_queue 
+:      026929 shutter_dy_clear_key_state_timer:
+0x64d3 026930 arg mem_shutter_like_timeout ,regc 
+0x64d4 026931 arg shutter_dy_clear_key_state_timeout ,regb 
+0x64d5 026932 branch timer_single_step 
+:      026934 shutter_dy_clear_key_state_timeout:
+0x64d6 026935 arg shutter_key_conf_sate_bytes ,loopcnt 
+0x64d7 026936 arg mem_shutter_key_state1 ,contw 
+0x64d8 026937 branch clear_mem 
+:      026940 shutter_dy_check_power_off_timer:
+0x64d9 026941 arg mem_shutter_power_off_timer ,regc 
+0x64da 026942 arg shutter_dy_check_power_off_timeout ,regb 
+0x64db 026943 branch timer_single_step 
+:      026944 shutter_dy_check_power_off_timeout:
+0x64dc 026945 fetch 2 ,mem_ui_state_map 
+0x64dd 026946 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x64de 026947 branch app_enter_hibernate 
+:      026949 shutter_dy_process_bb_event:
+0x64df 026950 copy regc ,pdata 
+0x64e0 026951 beq bt_evt_le_connected ,ble_shutter_dy_process_baseband_connect 
+0x64e1 026952 beq bt_evt_le_disconnected ,ble_shutter_dy_process_baseband_disconnect 
+0x64e2 026953 beq bt_evt_le_pairing_success ,ble_shutter_dy_pairing_success 
+0x64e3 026954 rtneq bt_evt_le_parse_conn_papa_update_rsp 
+0x64e4 026955 beq bt_evt_le_start_enc ,shutter_dy_le_find_service_hand_by_uuid 
+0x64e5 026956 branch shutter_process_bb_event 
+:      026958 ble_shutter_dy_pairing_success:
+0x64e6 026959 jam 1 ,mem_shutter_pairing_success 
+0x64e7 026960 call shutter_dy_clear_move_config 
+0x64e8 026962 fetch 2 ,mem_android_initial_move_x 
+0x64e9 026963 store 2 ,mem_shutter_move_data_x 
+0x64ea 026965 fetcht 2 ,mem_android_initial_move_y 
+0x64eb 026966 setarg 0xfff 
+0x64ec 026967 isub temp ,pdata 
+0x64ed 026968 store 2 ,mem_shutter_move_data_y 
+0x64ee 026969 rtn 
+:      026971 ble_shutter_dy_process_baseband_disconnect:
+0x64ef 026972 jam 0 ,mem_shutter_le_conned 
+0x64f0 026973 jam 0 ,mem_shutter_pairing_success 
+0x64f1 026974 call shutter_dy_move_mode_disable 
+0x64f2 026975 call shutter_dy_over_clear 
+0x64f3 026976 branch ble_shutter_process_baseband_disconnect 
+:      026978 ble_shutter_dy_process_baseband_connect:
+0x64f4 026979 copy clkn_bt ,pdata 
+0x64f5 026980 store 4 ,mem_key_send_clk 
+0x64f6 026981 call shutter_dy_remote_not_iphone 
+0x64f7 026982 branch ble_shutter_process_baseband_connect 
+:      026985 shutter_dy_check_send_data:
+0x64f8 026986 disable user2 
+0x64f9 026987 fetch 2 ,mem_shutter_sleep_timeout 
+0x64fa 026988 store 2 ,mem_shutter_sleep_timer 
+0x64fb 026989 call shutter_check_bluetooth_conn 
+0x64fc 026990 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x64fd 026991 call shutter_check_data_enable 
+0x64fe 026992 nrtn user 
+0x64ff 026993 branch enable_user2 
+:      026995 shutter_dy_over_clear:
+0x6500 026996 jam 0 ,mem_last_press_key_value 
+0x6501 026997 rtn 
+:      026999 shutter_dy_key_value_filter:
+0x6502 027000 copy queue ,pdata 
+0x6503 027001 rtnne shutter_like_key_num 
+0x6504 027002 branch shutter_dy_key_press_next 
+:      027004 shutter_dy_key_change:
+0x6505 027005 call shutter_dy_check_send_data 
+0x6506 027006 nrtn user2 
+0x6507 027007 deposit rega 
+0x6508 027008 branch shutter_dy_shutter_key_release ,blank 
+:      027009 shutter_dy_key_press:
+0x6509 027010 bpatch patch14_3 ,mem_patch14 
+0x650a 027011 fetch 1 ,mem_shutter_link_loop_flag 
+0x650b 027012 nbranch shutter_dy_key_value_filter ,blank 
+:      027013 shutter_dy_key_press_next:
+0x650c 027014 jam 1 ,mem_shutter_key_pressed 
+0x650d 027015 call app_led_on 
+0x650e 027016 call shutter_dy_key_press_clk 
+0x650f 027017 call shutter_dy_jude_queue_size 
+0x6510 027018 branch shutter_dy_over_clear ,positive 
+0x6511 027019 copy queue ,pdata 
+0x6512 027020 fetcht 1 ,mem_last_press_key_value 
+0x6513 027021 isub temp ,null 
+0x6514 027022 ncall shutter_dy_iphone_check_move_mid ,zero 
+0x6515 027023 copy queue ,pdata 
+0x6516 027024 store 1 ,mem_last_press_key_value 
+0x6517 027025 fetcht 1 ,mem_move_mode_key_index 
+0x6518 027026 isub temp ,null 
+0x6519 027027 branch shutter_dy_key_move_to_specify_location ,zero 
+0x651a 027028 fetch 1 ,mem_move_mode_trigger_enable 
+0x651b 027029 nbranch shutter_dy_move_set ,blank 
+:      027030 shutter_dy_page_set:
+0x651c 027031 call shutter_dy_le_get_press_ptr 
+0x651d 027032 arg max_queue_new_press ,pdata 
+0x651e 027033 branch shutter_dy_push_queue_press_or_release 
+:      027035 shutter_dy_move_set:
+0x651f 027036 call shutter_dy_jude_clear_move_config 
+0x6520 027037 copy queue ,pdata 
+0x6521 027038 beq shutter_like_key_num ,shutter_dy_page_set 
+0x6522 027039 call shutter_dy_check_move_data 
+0x6523 027040 branch shutter_dy_move_to_specify_location 
+:      027042 shutter_dy_key_move_to_specify_location:
+0x6524 027043 jam 1 ,mem_shutter_first_move 
+0x6525 027044 branch shutter_dy_move_to_specify_location 
+:      027046 shutter_dy_iphone_check_move_mid:
+0x6526 027047 bpatch patch14_4 ,mem_patch14 
+0x6527 027048 fetch 1 ,mem_move_mode_trigger_enable 
+0x6528 027049 branch shutter_dy_iphone_move_mid ,blank 
+0x6529 027050 copy queue ,pdata 
+0x652a 027051 beq shutter_like_key_num ,shutter_dy_iphone_move_mid 
+0x652b 027052 rtn 
+:      027053 shutter_dy_key_press_clk:
+0x652c 027054 arg shutter_key_conf_sate_bytes ,pdata 
+0x652d 027055 imul32 queue ,pdata 
+0x652e 027056 arg mem_shutter_key_state0 ,regc 
+0x652f 027057 iadd regc ,regc 
+0x6530 027058 copy clkn_bt ,pdata 
+0x6531 027059 istore key_state_press_clk_length ,regc 
+0x6532 027060 increase key_state_press_count_offset ,regc 
+0x6533 027061 ifetch 1 ,regc 
+0x6534 027062 increase 1 ,pdata 
+0x6535 027063 istore 1 ,regc 
+0x6536 027064 rtn 
+:      027065 shutter_dy_shutter_key_release:
+0x6537 027066 bpatch patch14_5 ,mem_patch14 
+0x6538 027067 fetch 1 ,mem_move_mode_trigger_enable 
+0x6539 027068 call shutter_dy_key_release_led ,blank 
+:      027069 shutter_dy_shutter_key_release_time:
+0x653a 027070 arg shutter_key_conf_sate_bytes ,pdata 
+0x653b 027071 imul32 queue ,pdata 
+0x653c 027072 arg mem_shutter_key_state0 ,regc 
+0x653d 027073 iadd regc ,regc 
+0x653e 027074 ifetcht 4 ,regc 
+0x653f 027075 sub temp ,0 ,null 
+0x6540 027076 rtn zero 
+0x6541 027077 copy clkn_bt ,pdata 
+0x6542 027078 isub temp ,temp 
+0x6543 027079 ncall ui_timer_timeout ,positive 
+0x6544 027080 add regc ,key_state_longpress_offset ,contr 
+0x6545 027081 ifetch 1 ,contr 
+0x6546 027082 nbranch shutter_dy_push_queue_long_release ,blank 
+0x6547 027083 increase key_state_release_clk_offset ,regc 
+0x6548 027084 copy clkn_bt ,pdata 
+0x6549 027085 istore key_state_release_clk_length ,regc 
+0x654a 027086 rtn 
+:      027088 shutter_dy_key_release_led:
+0x654b 027089 fetch 1 ,mem_shutter_link_loop_flag 
+0x654c 027090 nbranch app_led_on ,blank 
+0x654d 027091 branch app_led_off 
+:      027093 shutter_dy_push_queue_release:
+0x654e 027094 add regc ,4 ,contr 
+0x654f 027095 ifetch 1 ,contr 
+0x6550 027096 branch shutter_dy_push_queue_release1 
+:      027098 shutter_dy_push_queue_release1:
+0x6551 027099 call shutter_clear_dy_key_state 
+0x6552 027100 fetch 1 ,mem_move_mode_trigger_enable 
+0x6553 027101 nbranch shutter_dy_move_mode_queue_release ,blank 
+:      027102 shutter_dy_push_queue_release1_next:
+0x6554 027103 call shutter_dy_jude_queue_size 
+0x6555 027104 branch shutter_dy_over_clear ,positive 
+0x6556 027105 call shutter_dy_le_get_release_ptr 
+0x6557 027106 copy queue ,pdata 
+0x6558 027107 beq shutter_photo_key_num ,shutter_dy_le_get_release_ptr_volume 
+0x6559 027108 arg max_queue_num_release ,pdata 
+:      027109 shutter_dy_push_queue_press_or_release:
+0x655a 027110 imul32 queue ,pdata 
+0x655b 027111 iadd regc ,regc 
+0x655c 027112 branch push_buffer_in_queue 
+:      027114 shutter_dy_move_mode_queue_release:
+0x655d 027115 copy queue ,pdata 
+0x655e 027116 beq shutter_like_key_num ,shutter_dy_push_queue_release1_next 
+0x655f 027117 beq shutter_photo_key_num ,shutter_dy_push_queue_release1_next 
+0x6560 027118 rtn 
+:      027120 shutter_dy_jude_queue_size:
+0x6561 027121 call queue_get_size 
+0x6562 027122 ifetcht 1 ,contr 
+0x6563 027123 isub temp ,pdata 
+0x6564 027124 sub pdata ,max_queue_new_press ,null 
+0x6565 027125 rtn 
+:      027127 shutter_dy_push_queue_long_release:
+0x6566 027128 jam 1 ,mem_shutter_long_key_released_flag 
+0x6567 027129 call shutter_clear_dy_key_state 
+0x6568 027130 arg mem_key0_long_release ,regc 
+0x6569 027131 arg max_queue_num_long_release ,pdata 
+0x656a 027132 branch shutter_dy_push_queue_press_or_release 
+:      027134 shutter_clear_dy_key_state:
+0x656b 027135 arg shutter_key_conf_sate_bytes ,loopcnt 
+0x656c 027136 copy regc ,contw 
+0x656d 027137 branch clear_mem 
+:      027139 shutter_dy_keyscan_key_process:
+0x656e 027140 fetch 2 ,mem_key_value_xmem 
+0x656f 027141 store 2 ,mem_key_value_retention 
+0x6570 027142 call shutter_dy_keyscan_key_process_next 
+0x6571 027143 fetch 2 ,mem_key_value_retention 
+0x6572 027144 store 2 ,mem_key_value_xmem 
+0x6573 027146 arg 0 ,queue 
+0x6574 027147 fetch 1 ,mem_shutter_key_num 
+0x6575 027148 copy pdata ,loopcnt 
+0x6576 027149 arg mem_shutter_key_state0 ,regc 
+:      027150 shutter_dy_keyscan_key_check_release_loop:
+0x6577 027151 copy loopcnt ,pdata 
+0x6578 027152 store 2 ,mem_temp 
+0x6579 027153 copy regc ,pdata 
+0x657a 027154 store 2 ,mem_regc 
+0x657b 027155 copy queue ,pdata 
+0x657c 027156 store 2 ,mem_temp + 2 
+0x657d 027157 call shutter_dy_keyscan_key_check_release 
+0x657e 027159 fetch 2 ,mem_regc 
+0x657f 027160 copy pdata ,regc 
+0x6580 027161 fetch 2 ,mem_temp + 2 
+0x6581 027162 copy pdata ,queue 
+0x6582 027163 call shutter_dy_keyscan_key_check_long_press 
+0x6583 027165 fetch 2 ,mem_temp + 2 
+0x6584 027166 add pdata ,1 ,queue 
+0x6585 027167 fetch 2 ,mem_regc 
+0x6586 027168 add pdata ,shutter_key_conf_sate_bytes ,regc 
+0x6587 027169 fetch 2 ,mem_temp 
+0x6588 027170 copy pdata ,loopcnt 
+0x6589 027171 loop shutter_dy_keyscan_key_check_release_loop 
+0x658a 027172 rtn 
+:      027174 shutter_dy_keyscan_key_check_long_press:
+0x658b 027175 ifetch key_state_press_clk_length ,regc 
+0x658c 027176 rtn blank 
+0x658d 027177 copy pdata ,temp 
+0x658e 027178 copy clkn_bt ,pdata 
+0x658f 027179 isub temp ,temp 
+0x6590 027180 nrtn positive 
+0x6591 027181 setarg 2500 
+0x6592 027182 isub temp ,null 
+0x6593 027183 rtn positive 
+0x6594 027184 copy clkn_bt ,pdata 
+0x6595 027185 istore 4 ,regc 
+0x6596 027186 increase key_state_longpress_offset ,regc 
+0x6597 027187 setarg 1 
+0x6598 027188 istore key_state_longpress_length ,regc 
+0x6599 027189 fetch 1 ,mem_shutter_long_key_released_flag 
+0x659a 027190 rtn blank 
+0x659b 027191 jam 0 ,mem_shutter_long_key_released_flag 
+0x659c 027192 bpatch patch14_6 ,mem_patch14 
+0x659d 027193 call shutter_dy_long_key_function 
+0x659e 027194 fetch 1 ,mem_move_mode_set 
+0x659f 027195 beq move_combine_key ,shutter_dy_key_long_press_set_key_normal 
+0x65a0 027196 beq move_single_key ,shutter_dy_key_long_press_set_move_trigger 
+0x65a1 027197 rtn 
+:      027199 shutter_dy_key_long_press_set_key_normal:
+0x65a2 027200 call shutter_dy_long_press_android_or_ios 
+0x65a3 027201 arg max_queue_num_long ,pdata 
+0x65a4 027202 branch shutter_dy_push_queue_press_or_release 
+:      027204 shutter_dy_key_long_press_set_move_trigger:
+0x65a5 027205 copy queue ,pdata 
+0x65a6 027206 fetcht 1 ,mem_move_mode_key_index 
+0x65a7 027207 isub temp ,null 
+0x65a8 027208 nbranch shutter_dy_key_long_press_set_key_normal ,zero 
+0x65a9 027209 fetch 1 ,mem_move_mode_trigger_enable 
+0x65aa 027210 setflip 0 ,pdata 
+0x65ab 027211 store 1 ,mem_move_mode_trigger_enable 
+0x65ac 027212 nrtn blank 
+:      027213 shutter_dy_move_mode_disable:
+0x65ad 027214 jam 0 ,mem_move_mode_trigger_enable 
+0x65ae 027215 branch app_led_off 
+:      027217 shutter_dy_long_press_android_or_ios:
+0x65af 027218 arg mem_key0_long_press ,regc 
+0x65b0 027219 call shutter_dy_check_iphone 
+0x65b1 027220 rtn blank 
+0x65b2 027221 arg mem_key0_long_press_i ,regc 
+0x65b3 027222 rtn 
+:      027224 shutter_dy_keyscan_key_check_release:
+0x65b4 027225 add regc ,key_state_release_clk_offset ,regb 
+0x65b5 027226 ifetch key_state_release_clk_length ,regb 
+0x65b6 027227 rtn blank 
+0x65b7 027228 copy pdata ,temp 
+0x65b8 027229 copy clkn_bt ,pdata 
+0x65b9 027230 isub temp ,temp 
+0x65ba 027231 ncall ui_timer_timeout ,positive 
+0x65bb 027232 setarg 1000 
+0x65bc 027233 isub temp ,null 
+0x65bd 027234 branch shutter_dy_push_queue_release 
+:      027235 shutter_dy_keyscan_key_process_next:
+0x65be 027236 fetch 2 ,mem_key_num_ptr 
+0x65bf 027237 ifetch 1 ,pdata 
+0x65c0 027238 rtn blank 
+0x65c1 027240 setarg 0 
+0x65c2 027241 store 2 ,mem_key_value_temp 
+0x65c3 027242 call keyscan_scan_key 
+0x65c4 027243 nbranch lpm_button_clean_wake_lock ,user 
+0x65c5 027244 call lpm_button_get_wake_lock 
+0x65c6 027245 disable user 
+0x65c7 027246 fetch 1 ,mem_le_adv_enable 
+0x65c8 027247 nrtn blank 
+0x65c9 027248 bpatch patch14_7 ,mem_patch14 
+0x65ca 027249 fetch 1 ,mem_move_mode_set 
+0x65cb 027250 beq move_single_key ,shutter_dy_skip_check_combine_key 
+0x65cc 027251 call shutter_dy_check_combine_key_release 
+0x65cd 027252 call shutter_dy_check_combine_key 
+0x65ce 027253 rtn user 
+:      027254 shutter_dy_skip_check_combine_key:
+0x65cf 027255 call shutter_dy_single_key_led 
+0x65d0 027256 fetch 2 ,mem_key_value_temp 
+0x65d1 027257 store 2 ,mem_key_value_temp4 
+0x65d2 027258 jam 0 ,mem_key_value_temp6 
+0x65d3 027259 force 0 ,queue 
+0x65d4 027260 branch keyscan_key_lp1 
+:      027262 shutter_dy_single_key_led:
+0x65d5 027263 fetch 1 ,mem_last_press_key_value 
+0x65d6 027264 fetcht 1 ,mem_move_mode_key_index 
+0x65d7 027265 isub temp ,null 
+0x65d8 027266 branch app_led_on ,zero 
+0x65d9 027267 fetch 1 ,mem_move_mode_trigger_enable 
+0x65da 027268 nbranch app_led_off ,blank 
+0x65db 027269 rtn 
+:      027271 shutter_dy_check_combine_key:
+0x65dc 027272 arg 0 ,queue 
+:      027273 shutter_dy_check_combine_key_loop:
+0x65dd 027274 arg mem_combine_key0 ,regb 
+0x65de 027275 arg 2 ,pdata 
+0x65df 027276 imul32 queue ,pdata 
+0x65e0 027277 iadd regb ,regb 
+0x65e1 027278 ifetch 2 ,regb 
+0x65e2 027280 rtn blank 
+0x65e3 027281 fetcht 2 ,mem_key_value_temp 
+0x65e4 027282 ixor temp ,null 
+0x65e5 027283 branch shutter_dy_check_combine_key_parse ,zero 
+0x65e6 027284 increase 1 ,queue 
+0x65e7 027285 branch shutter_dy_check_combine_key_loop 
+:      027287 shutter_dy_check_combine_key_parse:
+0x65e8 027288 store 2 ,mem_combine_key_state0 
+0x65e9 027289 call app_led_on 
+0x65ea 027290 arg mem_combine_key0_press ,regc 
+0x65eb 027291 arg max_queue_num_combinekey ,pdata 
+0x65ec 027292 imul32 queue ,pdata 
+0x65ed 027293 iadd regc ,regc 
+0x65ee 027294 call shutter_dy_push_buffer_in_queue 
+0x65ef 027295 branch shutter_dy_combine_key_enableuser 
+:      027297 shutter_dy_push_buffer_in_queue:
+0x65f0 027298 call shutter_dy_jude_clear_move_config 
+0x65f1 027299 ifetch 1 ,regc 
+0x65f2 027300 rtn blank 
+0x65f3 027301 call shutter_dy_check_move_data 
+:      027302 shutter_dy_move_to_specify_location:
+0x65f4 027303 call shutter_dy_jude_clear_move_config 
+0x65f5 027304 call shutter_dy_move_down_left_corner 
+0x65f6 027305 call shutter_dy_move_x_max 
+0x65f7 027306 call shutter_dy_move_y_max 
+0x65f8 027307 arg 0x05 ,pdata 
+0x65f9 027308 call queue_push_one_byte 
+0x65fa 027309 call shutter_dy_check_iphone 
+0x65fb 027310 rtn blank 
+0x65fc 027311 jam 120 ,mem_send_data_delay 
+0x65fd 027312 arg 0x06 ,pdata 
+0x65fe 027313 branch queue_push_one_byte 
+:      027315 shutter_dy_move_down_left_corner_count_set:
+0x65ff 027316 fetcht 1 ,mem_shutter_back_count 
+0x6600 027317 call shutter_dy_check_iphone 
+0x6601 027318 rtn blank 
+0x6602 027319 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+0x6603 027320 increase 1 ,temp 
+0x6604 027321 fetch 1 ,mem_shutter_first_move 
+0x6605 027322 rtn blank 
+0x6606 027323 fetcht 1 ,mem_shutter_back_count 
+0x6607 027324 jam 0 ,mem_shutter_first_move 
+0x6608 027325 rtn 
+:      027327 shutter_dy_move_down_left_corner:
+0x6609 027328 call shutter_dy_move_down_left_corner_count_set 
+0x660a 027329 copy temp ,pdata 
+0x660b 027330 rtn blank 
+0x660c 027331 store 1 ,mem_shutter_back_count_cache 
+:      027332 shutter_dy_move_down_left_corner_loop:
+0x660d 027333 arg 0x13 ,pdata 
+0x660e 027334 call queue_push_one_byte 
+0x660f 027335 fetch 1 ,mem_shutter_back_count_cache 
+0x6610 027336 increase -1 ,pdata 
+0x6611 027337 store 1 ,mem_shutter_back_count_cache 
+0x6612 027338 rtn blank 
+0x6613 027339 branch shutter_dy_move_down_left_corner_loop 
+:      027341 shutter_dy_move_x_max:
+0x6614 027342 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x6615 027343 rtn blank 
+0x6616 027344 store 1 ,mem_shutter_iphone_beyond_x_cache 
+:      027345 shutter_dy_move_x_max_number:
+0x6617 027346 arg 0x20 ,pdata 
+0x6618 027347 call queue_push_one_byte 
+0x6619 027348 fetch 1 ,mem_shutter_iphone_beyond_x_cache 
+0x661a 027349 increase -1 ,pdata 
+0x661b 027350 store 1 ,mem_shutter_iphone_beyond_x_cache 
+0x661c 027351 rtn blank 
+0x661d 027352 branch shutter_dy_move_x_max_number 
+:      027354 shutter_dy_move_y_max:
+0x661e 027355 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x661f 027356 rtn blank 
+0x6620 027357 store 1 ,mem_shutter_iphone_beyond_y_cache 
+:      027358 shutter_dy_move_y_max_number:
+0x6621 027359 arg 0x21 ,pdata 
+0x6622 027360 call queue_push_one_byte 
+0x6623 027361 fetch 1 ,mem_shutter_iphone_beyond_y_cache 
+0x6624 027362 increase -1 ,pdata 
+0x6625 027363 store 1 ,mem_shutter_iphone_beyond_y_cache 
+0x6626 027364 rtn blank 
+0x6627 027365 branch shutter_dy_move_y_max_number 
+:      027367 shutter_dy_check_combine_key_release:
+0x6628 027368 fetch 2 ,mem_combine_key_state0 
+0x6629 027369 rtn blank 
+0x662a 027370 fetcht 2 ,mem_key_value_temp 
+0x662b 027371 sub temp ,0 ,null 
+0x662c 027372 branch shutter_dy_check_combine_key_release_all ,zero 
+0x662d 027373 isub temp ,null 
+0x662e 027374 rtn zero 
+0x662f 027375 storet 2 ,mem_combine_key_state0 
+0x6630 027376 fetch 2 ,mem_combine_key_release_value 
+0x6631 027377 isub temp ,null 
+0x6632 027378 call app_led_off ,zero 
+:      027379 shutter_dy_combine_key_enableuser:
+0x6633 027380 fetch 2 ,mem_key_value_temp 
+0x6634 027381 store 2 ,mem_key_value_retention 
+0x6635 027382 branch enable_user 
+:      027383 shutter_dy_check_combine_key_release_all:
+0x6636 027384 jam 1 ,mem_shutter_long_key_released_flag 
+0x6637 027385 call app_led_off 
+0x6638 027386 arg mem_combine_key_release ,regc 
+0x6639 027387 call shutter_dy_push_buffer_in_queue 
+0x663a 027388 setarg 0 
+0x663b 027389 store 2 ,mem_combine_key_state0 
+0x663c 027390 jam 50 ,mem_shutter_1s_timer 
+0x663d 027391 call shutter_dy_combine_key_enableuser 
+0x663e 027392 fetch 1 ,mem_shutter_key_num 
+0x663f 027393 mul32 pdata ,shutter_key_conf_sate_bytes ,loopcnt 
+0x6640 027394 arg mem_shutter_key_state0 ,contw 
+0x6641 027395 branch clear_mem 
+:      027396 shutter_dy_check_move_data:
+0x6642 027397 bpatch patch15_0 ,mem_patch15 
+0x6643 027398 fetch 1 ,mem_move_mode_set 
+0x6644 027399 beq move_single_key ,shutter_dy_check_move_data_single_key 
+0x6645 027400 beq move_combine_key ,shutter_dy_check_move_data_combine_key 
+0x6646 027401 rtn 
+:      027402 shutter_dy_check_move_data_single_key:
+0x6647 027403 copy queue ,pdata 
+0x6648 027404 beq shutter_left_key_num ,shutter_dy_move_left 
+0x6649 027405 beq shutter_right_key_num ,shutter_dy_move_right 
+0x664a 027406 beq shutter_up_key_num ,shutter_dy_move_up 
+0x664b 027407 beq shutter_down_key_num ,shutter_dy_move_down 
+0x664c 027408 rtn 
+:      027409 shutter_dy_check_move_data_combine_key:
+0x664d 027410 ifetch 1 ,regc 
+0x664e 027411 beq 0x01 ,shutter_dy_move_left 
+0x664f 027412 beq 0x02 ,shutter_dy_move_right 
+0x6650 027413 beq 0x03 ,shutter_dy_move_up 
+0x6651 027414 beq 0x04 ,shutter_dy_move_down 
+0x6652 027415 beq 0x05 ,shutter_dy_get_move_data 
+0x6653 027416 rtn 
+:      027417 shutter_dy_get_move_data:
+0x6654 027418 call shutter_dy_check_iphone 
+0x6655 027419 nbranch shutter_dy_get_move_data_iphone ,blank 
+0x6656 027420 setarg 4 
+0x6657 027421 mul32 pdata ,every_payload_len ,pdata 
+0x6658 027422 arg mem_shutter_mousekey_value_list ,temp 
+0x6659 027423 iadd temp ,contw 
+0x665a 027424 increase 3 ,contw 
+0x665b 027425 fetch 3 ,mem_shutter_move_data 
+0x665c 027426 istore 3 ,contw 
+0x665d 027427 rtn 
+:      027428 shutter_dy_get_move_data_iphone:
+0x665e 027429 setarg 4 
+0x665f 027430 mul32 pdata ,every_payload_len ,pdata 
+0x6660 027431 arg mem_shutter_mousekey_value_list ,temp 
+0x6661 027432 iadd temp ,contw 
+0x6662 027433 increase 3 ,contw 
+0x6663 027434 fetch 2 ,mem_shutter_move_data_x 
+0x6664 027435 istore 3 ,contw 
+0x6665 027436 increase 7 ,contw 
+0x6666 027437 fetch 2 ,mem_shutter_move_data_y 
+0x6667 027438 lshift4 pdata ,pdata 
+0x6668 027439 lshift8 pdata ,pdata 
+0x6669 027440 istore 3 ,contw 
+0x666a 027441 rtn 
+:      027443 shutter_dy_move_x_empty_check:
+0x666b 027444 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x666c 027445 rtn blank 
+0x666d 027446 increase -1 ,pdata 
+0x666e 027447 store 1 ,mem_shutter_iphone_beyond_x_count 
+0x666f 027448 arg iphone_once_max_move_value ,pdata 
+0x6670 027449 rtn 
+:      027450 shutter_dy_every_move_size_set:
+0x6671 027451 arg android_every_move_size ,temp 
+0x6672 027452 call shutter_dy_check_iphone 
+0x6673 027453 rtn blank 
+0x6674 027454 arg iphone_every_move_size ,temp 
+0x6675 027455 rtn 
+:      027456 shutter_dy_move_left:
+0x6676 027457 call shutter_dy_every_move_size_set 
+0x6677 027458 fetch 2 ,mem_shutter_move_data_x 
+0x6678 027459 isub temp ,null 
+0x6679 027460 ncall shutter_dy_move_x_empty_check ,positive 
+0x667a 027461 nrtn positive 
+0x667b 027462 isub temp ,pdata 
+:      027463 shutter_dy_move_store_x:
+0x667c 027464 store 2 ,mem_shutter_move_data_x 
+:      027465 shutter_dy_move_data_store:
+0x667d 027466 bpatch patch15_1 ,mem_patch15 
+0x667e 027467 fetch 2 ,mem_shutter_move_data_x 
+0x667f 027468 fetcht 2 ,mem_shutter_move_data_y 
+0x6680 027469 lshift8 temp ,temp 
+0x6681 027470 lshift4 temp ,temp 
+0x6682 027471 iadd temp ,pdata 
+0x6683 027472 store 3 ,mem_shutter_move_data 
+0x6684 027473 branch shutter_dy_get_move_data 
+:      027474 shutter_dy_move_x_check_max:
+0x6685 027475 fetch 2 ,mem_shutter_move_data_x 
+0x6686 027476 arg iphone_once_max_move_value ,temp 
+0x6687 027477 isub temp ,temp 
+0x6688 027478 nrtn positive 
+0x6689 027479 copy temp ,pdata 
+0x668a 027480 fetcht 1 ,mem_shutter_iphone_beyond_x_count 
+0x668b 027481 sub temp ,0x03 ,null 
+0x668c 027482 branch shutter_dy_clear_move_x ,zero 
+0x668d 027483 increase 1 ,temp 
+0x668e 027484 storet 1 ,mem_shutter_iphone_beyond_x_count 
+0x668f 027485 branch shutter_dy_move_store_x 
+:      027486 shutter_dy_clear_move_x:
+0x6690 027487 jam 0 ,mem_shutter_iphone_beyond_x_count 
+0x6691 027488 arg 0 ,pdata 
+0x6692 027489 branch shutter_dy_move_store_x 
+:      027490 shutter_dy_move_right:
+0x6693 027491 call shutter_dy_check_iphone 
+0x6694 027492 ncall shutter_dy_move_x_check_max ,blank 
+0x6695 027493 call shutter_dy_every_move_size_set 
+0x6696 027494 fetch 2 ,mem_shutter_move_data_x 
+:      027495 shutter_dy_move_right_next:
+0x6697 027496 iadd temp ,pdata 
+0x6698 027497 arg 0xfff ,temp 
+0x6699 027498 call ceiling 
+0x669a 027499 branch shutter_dy_move_store_x 
+:      027501 shutter_dy_move_up:
+0x669b 027502 call shutter_dy_every_move_size_set 
+0x669c 027503 fetch 2 ,mem_shutter_move_data_y 
+0x669d 027504 isub temp ,pdata 
+0x669e 027505 store 2 ,mem_shutter_move_data_y 
+:      027506 shutter_dy_move_y_check_max:
+0x669f 027507 fetcht 2 ,mem_shutter_move_data_y 
+0x66a0 027508 call shutter_dy_check_iphone 
+0x66a1 027509 branch shutter_dy_move_data_store ,blank 
+0x66a2 027510 setarg 0xfff 
+0x66a3 027511 isub temp ,pdata 
+0x66a4 027512 arg iphone_once_max_move_value ,temp 
+0x66a5 027513 isub temp ,temp 
+0x66a6 027514 nbranch shutter_dy_move_data_store ,positive 
+0x66a7 027515 setarg 0xfff 
+0x66a8 027516 isub temp ,pdata 
+0x66a9 027517 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+0x66aa 027518 sub temp ,0x05 ,null 
+0x66ab 027519 branch shutter_dy_clear_move_y ,zero 
+0x66ac 027520 increase 1 ,temp 
+0x66ad 027521 storet 1 ,mem_shutter_iphone_beyond_y_count 
+0x66ae 027522 branch shutter_dy_move_store_y 
+:      027523 shutter_dy_clear_move_y:
+0x66af 027524 jam 0 ,mem_shutter_iphone_beyond_y_count 
+:      027525 shutter_dy_android_move_y_empty_check:
+0x66b0 027526 setarg 0xfff 
+0x66b1 027527 branch shutter_dy_move_store_y 
+:      027529 shutter_dy_move_y_empty_check:
+0x66b2 027530 call shutter_dy_check_iphone 
+0x66b3 027531 branch shutter_dy_android_move_y_empty_check ,blank 
+0x66b4 027532 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x66b5 027533 branch shutter_dy_android_move_y_empty_check ,blank 
+0x66b6 027534 increase -1 ,pdata 
+0x66b7 027535 store 1 ,mem_shutter_iphone_beyond_y_count 
+0x66b8 027536 setarg 0xfff 
+0x66b9 027537 arg iphone_once_max_move_value ,temp 
+0x66ba 027538 isub temp ,pdata 
+0x66bb 027539 iadd rega ,pdata 
+:      027540 shutter_dy_move_store_y:
+0x66bc 027541 store 2 ,mem_shutter_move_data_y 
+0x66bd 027542 branch shutter_dy_move_data_store 
+:      027543 shutter_dy_move_down:
+0x66be 027544 call shutter_dy_every_move_size_set 
+0x66bf 027545 fetch 2 ,mem_shutter_move_data_y 
+:      027546 shutter_dy_move_down_next:
+0x66c0 027547 iadd temp ,pdata 
+0x66c1 027548 arg 0xfff ,temp 
+0x66c2 027549 isub temp ,rega 
+0x66c3 027550 branch shutter_dy_move_y_empty_check ,positive 
+0x66c4 027551 branch shutter_dy_move_store_y 
+:      027554 ble_shutter_dy_receive_data:
+0x66c5 027555 fetch 2 ,mem_le_att_handle 
+0x66c6 027556 beq gatt_keyboard_write_handle_new ,ble_shutter_process_reconnect_complete 
+0x66c7 027557 rtn 
+:      027559 shutter_dy_le_find_service_hand_by_uuid:
+0x66c8 027560 arg 23 ,rega 
+0x66c9 027561 arg le_l2cap_cid_att ,regb 
+0x66ca 027562 call le_fifo_malloc_tx_l2cap 
+0x66cb 027563 setarg attop_find_by_type_value_request 
+0x66cc 027564 istore 1 ,contw 
+0x66cd 027565 setarg 0x0001 
+0x66ce 027566 istore 2 ,contw 
+0x66cf 027567 setarg 0xffff 
+0x66d0 027568 istore 2 ,contw 
+0x66d1 027569 setarg 0x2800 
+0x66d2 027570 istore 2 ,contw 
+0x66d3 027571 arg mem_dy_le_search_service_uuid ,contr 
+0x66d4 027572 branch memcpy16 
+:      027575 shutter_dy_le_parse_att:
+0x66d5 027576 bpatch patch15_2 ,mem_patch15 
+0x66d6 027577 copy rega ,contr 
+0x66d7 027578 ifetch 3 ,contr 
+0x66d8 027579 store 3 ,mem_le_att_opcode 
+0x66d9 027580 beq attop_find_by_type_value_response ,shutter_dy_le_parse_att_find_by_type_value_rsp 
+0x66da 027581 beq attop_error_response ,shutter_dy_le_parse_error_rsp 
+0x66db 027582 beq attop_read_request ,shutter_dy_le_parse_att_read_request 
+0x66dc 027583 beq attop_read_blob_request ,shutter_dy_le_parse_att_read_blob_request 
+0x66dd 027584 branch le_parse_att2 
+:      027586 shutter_dy_le_parse_att_read_blob_request:
+0x66de 027587 ifetch 2 ,contr 
+0x66df 027588 store 2 ,mem_le_att_offset 
+0x66e0 027589 iforce rega 
+0x66e1 027590 fetcht 2 ,mem_le_att_handle 
+0x66e2 027591 fetch 2 ,mem_le_pairing_handle 
+0x66e3 027592 isub temp ,null 
+0x66e4 027593 nbranch le_send_att_read_blob_response ,zero 
+0x66e5 027594 call shutter_dy_check_iphone 
+0x66e6 027595 nbranch shutter_dy_le_parse_att_read_blob_request_ios ,blank 
+0x66e7 027596 fetcht 2 ,mem_shutter_le_map_len_android 
+0x66e8 027597 branch shutter_dy_le_parse_att_read_blob_request2 
+:      027599 shutter_dy_le_parse_att_read_blob_request_ios:
+0x66e9 027600 fetcht 2 ,mem_shutter_le_map_len_ios 
+:      027601 shutter_dy_le_parse_att_read_blob_request2:
+0x66ea 027602 arg mem_shutter_le_hid_map ,contr 
+0x66eb 027603 call store_contr 
+0x66ec 027604 copy temp ,pdata 
+0x66ed 027605 isub rega ,pdata 
+0x66ee 027606 nbranch le_send_att_error_response_notfound ,positive 
+0x66ef 027607 increase 1 ,pdata 
+0x66f0 027608 sub pdata ,23 ,null 
+0x66f1 027609 branch le_send_att_read_blob_response_less ,positive 
+0x66f2 027610 force 23 ,pdata 
+0x66f3 027611 branch le_send_att_read_blob_response_less 
+:      027613 shutter_dy_le_parse_att_read_request:
+0x66f4 027614 fetcht 2 ,mem_le_att_handle 
+0x66f5 027615 fetch 1 ,mem_le_configuration 
+0x66f6 027616 bbit1 bit_ble_read_auth ,shutter_dy_le_send_att_read_response_check_auth 
+0x66f7 027617 branch le_send_att_read_response 
+:      027618 shutter_dy_le_send_att_read_response_check_auth:
+0x66f8 027619 fetch 2 ,mem_le_pairing_handle 
+0x66f9 027620 isub temp ,null 
+0x66fa 027621 nbranch le_send_att_read_response ,zero 
+0x66fb 027622 call le_check_encrypt_state 
+0x66fc 027623 nbranch shutter_dy_le_send_att_read_response ,user 
+0x66fd 027624 branch le_send_att_read_response_error_insufficient_auth 
+:      027626 shutter_dy_le_send_att_read_response:
+0x66fe 027627 fetch 2 ,mem_le_pairing_handle 
+0x66ff 027628 isub temp ,null 
+0x6700 027629 nbranch le_send_att_read_response ,zero 
+0x6701 027630 arg mem_shutter_le_hid_map ,contr 
+0x6702 027631 force 23 ,pdata 
+0x6703 027632 branch le_send_att_read_response_less 
+:      027634 shutter_dy_le_parse_att_find_by_type_value_rsp:
+:      027635 shutter_dy_le_remote_iphone:
+0x6704 027636 bpatch patch15_3 ,mem_patch15 
+0x6705 027637 jam 5 ,mem_shutter_back_count 
+0x6706 027638 jam 1 ,mem_iphone_flag 
+0x6707 027639 jam 1 ,mem_last_shutter_le_iphone_flag 
+0x6708 027640 jam 240 ,mem_send_data_delay 
+0x6709 027641 jam 10 ,mem_shutter_move_mid_timer 
+0x670a 027642 jam 1 ,mem_shutter_first_move 
+0x670b 027643 call shutter_dy_load_move_config_info 
+0x670c 027644 fetch 1 ,mem_shutter_pairing_success 
+0x670d 027645 rtn blank 
+0x670e 027646 call shutter_dy_clear_move_config 
+0x670f 027647 arg iphone_once_max_move_value ,temp 
+0x6710 027649 fetch 2 ,mem_iphone_initial_move_x 
+0x6711 027650 arg mem_shutter_move_data_x ,rega 
+0x6712 027651 arg mem_shutter_iphone_beyond_x_count ,regb 
+0x6713 027652 call shutter_dy_iphone_move_initial_set 
+0x6714 027653 arg iphone_once_max_move_value ,temp 
+0x6715 027655 fetch 2 ,mem_iphone_initial_move_y 
+0x6716 027656 arg mem_shutter_move_data_y ,rega 
+0x6717 027657 arg mem_shutter_iphone_beyond_y_count ,regb 
+0x6718 027658 call shutter_dy_iphone_move_initial_set 
+0x6719 027659 setarg 0xfff 
+0x671a 027660 fetcht 2 ,mem_shutter_move_data_y 
+0x671b 027661 isub temp ,pdata 
+0x671c 027662 store 2 ,mem_shutter_move_data_y 
+0x671d 027663 rtn 
+:      027664 shutter_dy_iphone_move_initial_set:
+0x671e 027665 idiv temp 
+0x671f 027666 call wait_div_end 
+0x6720 027667 quotient pdata 
+0x6721 027668 remainder temp 
+0x6722 027669 istore 1 ,regb 
+0x6723 027670 istoret 2 ,rega 
+0x6724 027671 rtn 
+:      027672 shutter_dy_le_parse_error_rsp:
+0x6725 027673 increase -2 ,contr 
+0x6726 027674 ifetch 1 ,contr 
+0x6727 027675 beq attop_find_by_type_value_request ,shutter_dy_not_iphone_read_conf 
+0x6728 027676 rtn 
+:      027677 shutter_dy_remote_not_iphone:
+0x6729 027678 jam 1 ,mem_shutter_back_count 
+0x672a 027679 jam 0 ,mem_iphone_flag 
+0x672b 027680 jam 0 ,mem_last_shutter_le_iphone_flag 
+0x672c 027681 jam 10 ,mem_send_data_delay 
+0x672d 027682 rtn 
+:      027684 shutter_dy_not_iphone_read_conf:
+0x672e 027685 call shutter_dy_remote_not_iphone 
+0x672f 027686 branch shutter_dy_load_move_config_info 
+:      027688 shutter_dy_check_iphone:
+0x6730 027689 fetch 1 ,mem_iphone_flag 
+0x6731 027690 rtn 
+:      027693 shutter_dy_le_get_press_ptr:
+0x6732 027694 arg mem_dy_key0_press ,regc 
+0x6733 027695 call shutter_dy_check_iphone 
+0x6734 027696 rtn blank 
+0x6735 027697 jam 120 ,mem_send_data_delay 
+0x6736 027698 arg mem_key0_press_i ,regc 
+0x6737 027699 rtn 
+:      027700 shutter_dy_le_get_release_ptr:
+:      027701 shutter_dy_le_get_release_ptr_set:
+0x6738 027702 arg mem_key0_release_new ,regc 
+0x6739 027703 call shutter_dy_check_iphone 
+0x673a 027704 rtn blank 
+0x673b 027705 arg mem_key0_release_new_i ,regc 
+0x673c 027706 jam 12 ,mem_send_data_delay 
+0x673d 027707 copy queue ,pdata 
+0x673e 027708 rtneq shutter_like_key_num 
+0x673f 027709 rtn 
+:      027710 shutter_dy_le_get_release_ptr_volume:
+0x6740 027711 bpatch patch15_4 ,mem_patch15 
+0x6741 027712 fetch 1 ,mem_key3_press_count 
+0x6742 027713 setflip 0 ,pdata 
+0x6743 027714 store 1 ,mem_key3_press_count 
+0x6744 027715 beq 0 ,shutter_dy_le_get_release_ptr_set_volume_inc 
+0x6745 027716 beq 1 ,shutter_dy_le_get_release_ptr_set_volume_dec 
+0x6746 027717 rtn 
+:      027718 shutter_dy_le_get_release_ptr_set_volume_dec:
+0x6747 027719 call shutter_dy_le_get_vol_dec_ptr 
+0x6748 027720 branch push_buffer_in_queue 
+:      027721 shutter_dy_le_get_release_ptr_set_volume_inc:
+0x6749 027722 call shutter_dy_le_get_vol_inc_ptr 
+0x674a 027723 branch push_buffer_in_queue 
+:      027724 shutter_dy_le_get_vol_inc_ptr:
+0x674b 027725 arg mem_key3_release_new ,regc 
+0x674c 027726 call shutter_dy_check_iphone 
+0x674d 027727 rtn blank 
+0x674e 027728 arg mem_key3_release_new_i ,regc 
+0x674f 027729 rtn 
+:      027730 shutter_dy_le_get_vol_dec_ptr:
+0x6750 027731 arg mem_key3_release_new_t ,regc 
+0x6751 027732 call shutter_dy_check_iphone 
+0x6752 027733 rtn blank 
+0x6753 027734 arg mem_key3_release_new_i_t ,regc 
+0x6754 027735 rtn 
+:      027738 shutter_dy_long_key_function:
+0x6755 027739 copy queue ,pdata 
+0x6756 027740 beq shutter_like_key_num ,shutter_dy_link_key_long_press 
+0x6757 027741 beq shutter_down_key_num ,shutter_dy_loop_send_volume_dec_page 
+0x6758 027742 beq shutter_up_key_num ,shutter_dy_loop_send_volume_inc_page 
+0x6759 027743 rtn 
+:      027746 shutter_dy_long_key_volume_timer:
+0x675a 027747 arg mem_shutter_volume_timer ,regc 
+0x675b 027748 arg shutter_dy_long_key_volume_timeout ,regb 
+0x675c 027749 branch timer_single_step 
+:      027750 shutter_dy_long_key_volume_timeout:
+0x675d 027751 jam 4 ,mem_shutter_volume_timer 
+0x675e 027752 fetch 1 ,mem_key3_press_count 
+0x675f 027753 branch shutter_dy_loop_send_volume_inc_page ,blank 
+0x6760 027754 branch shutter_dy_loop_send_volume_dec_page 
+:      027757 shutter_dy_loop_send_volume_inc_page:
+0x6761 027758 jam 0 ,mem_key3_press_count 
+0x6762 027759 jam 4 ,mem_shutter_volume_timer 
+0x6763 027760 arg mem_key4_long_press ,regc 
+0x6764 027761 branch push_buffer_in_queue 
+:      027763 shutter_dy_loop_send_volume_dec_page:
+0x6765 027764 jam 1 ,mem_key3_press_count 
+0x6766 027765 jam 4 ,mem_shutter_volume_timer 
+0x6767 027766 arg mem_key2_long_press ,regc 
+0x6768 027767 branch push_buffer_in_queue 
+:      027768 shutter_dy_clear_volume_timer:
+0x6769 027769 jam 0 ,mem_key3_press_count 
+0x676a 027770 jam 0 ,mem_shutter_volume_timer 
+0x676b 027771 rtn 
+:      027774 shutter_dy_link_key_loop_timer:
+0x676c 027775 arg mem_shutter_link_timer ,regc 
+0x676d 027776 arg shutter_dy_link_key_loop_timeout ,regb 
+0x676e 027777 branch timer_single_step 
+:      027778 shutter_dy_link_key_loop_timeout:
+0x676f 027779 jam 2 ,mem_shutter_link_timer 
+0x6770 027780 call shutter_dy_link_data_android_or_ios 
+0x6771 027781 branch push_buffer_in_queue 
+:      027783 shutter_dy_link_data_android_or_ios:
+0x6772 027784 arg mem_shutter_link_data ,regc 
+0x6773 027785 call shutter_dy_check_iphone 
+0x6774 027786 rtn blank 
+0x6775 027787 arg mem_shutter_link_data_i ,regc 
+0x6776 027788 rtn 
+:      027790 shutter_dy_link_key_long_press:
+0x6777 027791 fetch 1 ,mem_shutter_link_loop_flag 
+0x6778 027792 nbranch shutter_dy_clear_link_key_timer ,blank 
+0x6779 027793 jam 1 ,mem_shutter_link_loop_flag 
+0x677a 027794 jam 2 ,mem_shutter_link_timer 
+0x677b 027795 rtn 
+:      027797 shutter_dy_clear_link_key_timer:
+0x677c 027798 jam 0 ,mem_shutter_link_loop_flag 
+0x677d 027799 jam 0 ,mem_shutter_link_timer 
+0x677e 027800 rtn 
+:      027802 shutter_dy_jude_clear_move_config:
+0x677f 027803 fetch 1 ,mem_shutter_le_conned 
+0x6780 027804 nrtn blank 
+0x6781 027805 jam 1 ,mem_shutter_le_conned 
+0x6782 027806 branch shutter_dy_move_data_store 
+:      027808 shutter_dy_clear_move_config:
+0x6783 027809 setarg 0 
+0x6784 027810 store 7 ,mem_move_config 
+0x6785 027811 rtn 
+:      027813 shutter_dy_write_otp_convert_data:
+0x6786 027814 call shutter_dy_check_iphone 
+0x6787 027815 beq 0x01 ,shutter_dy_store_ios_config_data 
+0x6788 027816 beq 0x00 ,shutter_dy_store_android_config 
+0x6789 027817 rtn 
+:      027819 shutter_dy_read_otp_convert_data:
+0x678a 027820 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x678b 027821 beq 0x01 ,shutter_dy_get_ios_config 
+0x678c 027822 beq 0x00 ,shutter_dy_get_android_config 
+0x678d 027823 rtn 
+:      027825 shutter_dy_store_ios_config_data:
+0x678e 027826 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x678f 027827 mul32 pdata ,iphone_once_max_move_value ,pdata 
+0x6790 027828 copy pdata ,temp 
+0x6791 027829 fetch 2 ,mem_shutter_move_data_x 
+0x6792 027830 iadd temp ,pdata 
+0x6793 027831 store 2 ,mem_otp_shutter_move_data_x 
+0x6794 027833 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x6795 027834 mul32 pdata ,iphone_once_max_move_value ,pdata 
+0x6796 027835 copy pdata ,temp 
+0x6797 027836 fetch 2 ,mem_shutter_move_data_y 
+0x6798 027837 copy pdata ,rega 
+0x6799 027838 setarg 0xfff 
+0x679a 027839 isub rega ,pdata 
+0x679b 027840 iadd temp ,pdata 
+0x679c 027841 store 2 ,mem_otp_shutter_move_data_y 
+0x679d 027843 call shutter_dy_check_iphone 
+0x679e 027845 store 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x679f 027846 rtn 
+:      027848 shutter_dy_store_android_config:
+0x67a0 027849 fetch 2 ,mem_shutter_move_data_x 
+0x67a1 027850 store 2 ,mem_otp_shutter_move_data_x 
+0x67a2 027851 fetch 2 ,mem_shutter_move_data_y 
+0x67a3 027852 store 2 ,mem_otp_shutter_move_data_y 
+0x67a4 027853 call shutter_dy_check_iphone 
+0x67a5 027854 store 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x67a6 027855 rtn 
+:      027856 shutter_dy_get_ios_config:
+0x67a7 027857 fetch 2 ,mem_otp_shutter_move_data_x 
+0x67a8 027858 div pdata ,iphone_once_max_move_value 
+0x67a9 027859 call wait_div_end 
+0x67aa 027860 quotient pdata 
+0x67ab 027861 remainder temp 
+0x67ac 027862 store 1 ,mem_shutter_iphone_beyond_x_count 
+0x67ad 027863 copy temp ,pdata 
+0x67ae 027864 store 2 ,mem_shutter_move_data_x 
+0x67af 027865 fetch 2 ,mem_otp_shutter_move_data_y 
+0x67b0 027866 div pdata ,iphone_once_max_move_value 
+0x67b1 027867 call wait_div_end 
+0x67b2 027868 quotient pdata 
+0x67b3 027869 remainder temp 
+0x67b4 027870 store 1 ,mem_shutter_iphone_beyond_y_count 
+0x67b5 027872 setarg 0xfff 
+0x67b6 027873 isub temp ,pdata 
+0x67b7 027874 store 2 ,mem_shutter_move_data_y 
+0x67b8 027877 rtn 
+:      027878 shutter_dy_get_android_config:
+0x67b9 027879 fetch 2 ,mem_otp_shutter_move_data_x 
+0x67ba 027880 store 2 ,mem_shutter_move_data_x 
+0x67bb 027881 fetch 2 ,mem_otp_shutter_move_data_y 
+0x67bc 027882 store 2 ,mem_shutter_move_data_y 
+0x67bd 027885 rtn 
+:      027887 shutter_dy_store_move_config_info:
+0x67be 027888 branch shutter_dy_campare_effective_addr_write_otp 
+:      027890 shutter_dy_load_move_config_info:
+0x67bf 027891 branch shutter_dy_campare_effective_addr_read_otp 
+:      027894 shutter_dy_shutter_uart_config_loop:
+0x67c0 027895 call shutter_dy_update_read_check_addr 
+0x67c1 027896 fetch 2 ,mem_otp_read_offset_addr 
+0x67c2 027897 call shutter_dy_shutter_read_move_config_from_otp_addr 
+0x67c3 027898 jam 0 ,mem_shutter_first_read_flag 
+0x67c4 027899 fetch 5 ,mem_otp_move_config 
+0x67c5 027900 jam 0 ,mem_shutter_valid_data_flag 
+0x67c6 027901 jam 0 ,mem_shutter_temp_count 
+0x67c7 027902 call shutter_dy_campare_otp_data 
+0x67c8 027903 fetch 1 ,mem_shutter_temp_count 
+0x67c9 027904 rtneq 0 
+0x67ca 027905 branch shutter_dy_shutter_uart_config_loop 
+:      027908 shutter_dy_shutter_get_first_read_addr:
+0x67cb 027910 fetch 2 ,mem_shutter_efuse_start_offset 
+0x67cc 027911 increase -5 ,pdata 
+0x67cd 027912 store 2 ,mem_otp_read_offset_addr 
+0x67ce 027913 rtn 
+:      027916 shutter_dy_shutter_next_read_addr:
+0x67cf 027917 fetch 2 ,mem_otp_read_offset_addr 
+0x67d0 027918 increase -5 ,pdata 
+0x67d1 027919 store 2 ,mem_otp_read_offset_addr 
+0x67d2 027920 rtn 
+:      027923 shutter_dy_shutter_last_read_addr:
+0x67d3 027924 fetch 2 ,mem_otp_read_offset_addr 
+0x67d4 027925 pincrease 5 
+0x67d5 027926 store 2 ,mem_otp_read_offset_addr 
+0x67d6 027927 rtn 
+:      027929 shutter_dy_shutter_read_ios_android_addr:
+0x67d7 027930 fetch 2 ,mem_otp_read_ios_android_addr 
+0x67d8 027931 pincrease 5 
+0x67d9 027932 store 2 ,mem_otp_read_ios_android_addr 
+0x67da 027934 fetch 2 ,mem_otp_read_ios_android_addr 
+0x67db 027935 copy pdata ,temp 
+0x67dc 027937 fetch 2 ,mem_shutter_efuse_start_offset 
+0x67dd 027938 isub temp ,pdata 
+0x67de 027939 arg shutter_para_total_num ,temp 
+0x67df 027940 isub temp ,null 
+0x67e0 027942 nbranch shutter_dy_shutter_not_find_ios_or_android ,positive 
+0x67e1 027943 rtn 
+:      027945 shutter_dy_update_read_check_addr:
+0x67e2 027946 fetch 1 ,mem_shutter_first_read_flag 
+0x67e3 027947 beq 0x01 ,shutter_dy_shutter_get_first_read_addr 
+0x67e4 027948 beq 0x00 ,shutter_dy_shutter_next_read_addr 
+0x67e5 027949 rtn 
+:      027952 shutter_dy_campare_otp_data:
+0x67e6 027953 arg 0x0 ,regb 
+0x67e7 027954 copy regb ,temp 
+0x67e8 027955 fetch 2 ,mem_otp_shutter_move_data_x 
+0x67e9 027956 icompare 0xffff ,temp 
+0x67ea 027958 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x67eb 027959 arg 0x0 ,regb 
+0x67ec 027960 copy regb ,temp 
+0x67ed 027961 fetch 2 ,mem_otp_shutter_move_data_y 
+0x67ee 027962 icompare 0xffff ,temp 
+0x67ef 027963 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x67f0 027964 arg 0x0 ,regb 
+0x67f1 027965 copy regb ,temp 
+0x67f2 027966 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x67f3 027967 icompare 0xff ,temp 
+0x67f4 027968 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x67f5 027969 rtn 
+:      027972 shutter_dy_set_shutter_valid_data_flag:
+0x67f6 027973 fetch 1 ,mem_shutter_temp_count 
+0x67f7 027974 pincrease 1 
+0x67f8 027975 store 1 ,mem_shutter_temp_count 
+0x67f9 027976 rtn 
+:      027977 shutter_dy_shutter_judge_ios_or_android:
+0x67fa 027978 jam 1 ,mem_shutter_temp_count 
+0x67fb 027979 call shutter_dy_shutter_read_ios_android_addr 
+0x67fc 027980 fetch 2 ,mem_otp_read_ios_android_addr 
+0x67fd 027981 call shutter_dy_shutter_read_move_config_from_otp_addr 
+0x67fe 027982 call shutter_dy_check_iphone 
+0x67ff 027983 copy pdata ,temp 
+0x6800 027984 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x6801 027985 icompare 0xff ,temp 
+0x6802 027986 call shutter_dy_clear_temp_count ,true 
+0x6803 027988 fetch 1 ,mem_shutter_temp_count 
+0x6804 027989 rtneq 0 
+0x6805 027990 branch shutter_dy_shutter_judge_ios_or_android 
+:      027993 shutter_dy_shutter_not_find_ios_or_android:
+0x6806 027994 bpatch patch15_5 ,mem_patch15 
+0x6807 027995 call shutter_dy_clear_temp_count 
+0x6808 027996 call shutter_dy_check_iphone 
+0x6809 027997 branch shutter_dy_shutter_android_save_init_loaction ,blank 
+0x680a 027998 branch shutter_dy_shutter_ios_save_init_loaction 
+:      027999 shutter_dy_shutter_android_save_init_loaction:
+0x680b 028001 fetch 2 ,mem_android_initial_move_x 
+0x680c 028002 store 2 ,mem_shutter_move_data_x 
+0x680d 028004 fetcht 2 ,mem_android_initial_move_y 
+0x680e 028005 setarg 0xfff 
+0x680f 028006 isub temp ,pdata 
+0x6810 028007 store 2 ,mem_shutter_move_data_y 
+0x6811 028008 branch shutter_dy_store_move_config_info 
+:      028010 shutter_dy_shutter_ios_save_init_loaction:
+0x6812 028011 arg iphone_once_max_move_value ,temp 
+0x6813 028013 fetch 2 ,mem_iphone_initial_move_x 
+0x6814 028014 arg mem_shutter_move_data_x ,rega 
+0x6815 028015 arg mem_shutter_iphone_beyond_x_count ,regb 
+0x6816 028016 call shutter_dy_iphone_move_initial_set 
+0x6817 028017 arg iphone_once_max_move_value ,temp 
+0x6818 028019 fetch 2 ,mem_iphone_initial_move_y 
+0x6819 028020 arg mem_shutter_move_data_y ,rega 
+0x681a 028021 arg mem_shutter_iphone_beyond_y_count ,regb 
+0x681b 028022 call shutter_dy_iphone_move_initial_set 
+0x681c 028023 setarg 0xfff 
+0x681d 028024 fetcht 2 ,mem_shutter_move_data_y 
+0x681e 028025 isub temp ,pdata 
+0x681f 028026 store 2 ,mem_shutter_move_data_y 
+0x6820 028027 branch shutter_dy_store_move_config_info 
+:      028029 shutter_dy_clear_temp_count:
+0x6821 028030 jam 0 ,mem_shutter_temp_count 
+0x6822 028031 rtn 
+:      028033 shutter_dy_campare_effective_addr_read_otp:
+0x6823 028034 bpatch patch15_6 ,mem_patch15 
+0x6824 028035 jam 1 ,mem_shutter_first_read_flag 
+0x6825 028036 call shutter_dy_shutter_uart_config_loop 
+0x6826 028040 fetch 2 ,mem_shutter_efuse_end_offset 
+0x6827 028041 copy pdata ,temp 
+0x6828 028042 fetch 2 ,mem_otp_read_offset_addr 
+0x6829 028043 isub temp ,pdata 
+0x682a 028044 arg 0x0 ,temp 
+0x682b 028045 isub temp ,null 
+0x682c 028046 nrtn positive 
+0x682d 028047 fetch 2 ,mem_otp_read_offset_addr 
+0x682e 028048 copy pdata ,temp 
+0x682f 028050 fetch 2 ,mem_shutter_efuse_start_offset 
+0x6830 028051 increase -5 ,pdata 
+0x6831 028052 isub temp ,pdata 
+0x6832 028055 fetch 2 ,mem_otp_read_offset_addr 
+0x6833 028056 store 2 ,mem_otp_read_ios_android_addr 
+0x6834 028057 call shutter_dy_shutter_judge_ios_or_android 
+0x6835 028058 fetch 2 ,mem_otp_read_ios_android_addr 
+0x6836 028059 ncall shutter_dy_shutter_read_move_config_from_otp_addr ,zero 
+0x6837 028062 jam 0 ,mem_shutter_temp_count 
+0x6838 028063 call shutter_dy_campare_otp_data 
+0x6839 028064 fetch 1 ,mem_shutter_temp_count 
+0x683a 028065 rtneq 0 
+0x683b 028066 branch shutter_dy_read_otp_convert_data 
+:      028069 shutter_dy_campare_effective_addr_write_otp:
+0x683c 028070 bpatch patch15_7 ,mem_patch15 
+0x683d 028071 jam 1 ,mem_shutter_first_read_flag 
+0x683e 028072 call shutter_dy_shutter_uart_config_loop 
+0x683f 028076 fetcht 2 ,mem_shutter_efuse_end_offset 
+0x6840 028078 fetch 2 ,mem_otp_read_offset_addr 
+0x6841 028079 isub temp ,pdata 
+0x6842 028080 arg 0x0 ,temp 
+0x6843 028081 isub temp ,null 
+0x6844 028082 nrtn positive 
+0x6845 028084 fetcht 2 ,mem_otp_read_offset_addr 
+0x6846 028086 fetch 2 ,mem_shutter_efuse_start_offset 
+0x6847 028087 isub temp ,pdata 
+0x6848 028088 arg 0x0 ,temp 
+0x6849 028089 isub temp ,null 
+0x684a 028090 nrtn positive 
+0x684b 028091 fetch 2 ,mem_otp_read_offset_addr 
+0x684c 028092 store 2 ,mem_otp_write_offset_addr 
+0x684d 028093 call shutter_dy_write_otp_convert_data 
+0x684e 028095 branch shutter_dy_shutter_write_move_config_to_otp_addr 
+:      028098 shutter_dy_shutter_read_move_config_from_otp_addr:
+0x684f 028099 bpatch patch16_0 ,mem_patch16 
+0x6850 028100 copy pdata ,regb 
+0x6851 028101 arg shutter_para_total_num ,loopcnt 
+0x6852 028103 arg mem_otp_move_config ,rega 
+0x6853 028104 branch otp_read_data 
+:      028107 shutter_dy_shutter_write_move_config_to_otp_addr:
+0x6854 028108 arg shutter_para_total_num ,loopcnt 
+0x6855 028109 arg mem_otp_move_config ,rega 
+0x6856 028110 fetchr regb ,2 ,mem_otp_write_offset_addr 
+0x6857 028111 branch otp_write 
+:      028113 shutter_dy_shutter_1s_timer:
+0x6858 028114 arg mem_shutter_1s_timer ,regc 
+0x6859 028115 arg shutter_dy_store_move_config_info ,regb 
+0x685a 028116 branch timer_single_step 
+:      028130 p_crc16_ccitt_false:
+0x685b 028131 fetch 2 ,mem_adv_crc_false_initvalue 
+:      028133 p_crc16_ccitt_false_loop:
+0x685c 028134 ifetcht 1 ,regc 
+0x685d 028135 increase 1 ,regc 
+0x685e 028136 lshift8 temp ,temp 
+0x685f 028137 ixor temp ,pdata 
+:      028139 p_crc16_for_byte:
+0x6860 028140 copy loopcnt ,regb 
+0x6861 028141 arg 8 ,loopcnt 
+:      028142 p_crc16_for_byte_loop:
+0x6862 028143 isolate1 15 ,pdata 
+0x6863 028144 lshift pdata ,pdata 
+0x6864 028145 nbranch p_crc16_for_byte_continue ,true 
+0x6865 028146 fetcht 2 ,mem_crc16_polynomial 
+0x6866 028147 ixor temp ,pdata 
+:      028148 p_crc16_for_byte_continue:
+0x6867 028149 loop p_crc16_for_byte_loop 
+0x6868 028150 copy regb ,loopcnt 
+0x6869 028152 loop p_crc16_ccitt_false_loop 
+0x686a 028153 store 2 ,mem_adv_crc_false_initvalue 
+0x686b 028154 rtn 
+:      028159 rf_debug_rx_gpio_low:
+0x686c 028160 fetch 1 ,mem_rf_debug_rx_gpio 
+:      028161 rf_debug_gpio_low:
+0x686d 028162 arg gpcfg_output_low ,temp 
+0x686e 028163 branch gpio_config_function 
+:      028165 rf_debug_rx_on_line:
+:      028166 rf_debug_rx_gpio_high:
+0x686f 028167 fetch 1 ,mem_rf_debug_rx_gpio 
+:      028168 rf_debug_gpio_high:
+0x6870 028169 arg gpcfg_output_high ,temp 
+0x6871 028170 branch gpio_config_function 
+:      028172 rf_debug_rx_gpio_h_l_h:
+0x6872 028173 call rf_debug_rx_gpio_high 
+:      028174 rf_debug_rx_gpio_l_h:
+0x6873 028175 call rf_debug_rx_gpio_low 
+0x6874 028176 branch rf_debug_rx_gpio_high 
+:      028178 rf_debug_rx_gpio_l_h_l:
+:      028179 rf_debug_shutdown_radio_line:
+0x6875 028180 call rf_debug_rx_gpio_l_h 
+:      028181 rf_debug_rx_crc_line:
+0x6876 028182 branch rf_debug_rx_gpio_low 
+:      028184 rf_debug_rx_sync_line:
+0x6877 028185 branch rf_debug_rx_gpio_l_h 
+:      028187 rf_debug_rx_crc_fail_line:
+0x6878 028188 call rf_debug_rx_gpio_l_h 
+0x6879 028189 branch rf_debug_rx_gpio_l_h_l 
+:      028191 rf_debug_rx_match_line:
+:      028192 rf_debug_rx_crc_error_line:
+:      028193 rf_debug_rx_sync_timeout_line:
+0x687a 028194 branch rf_debug_rx_gpio_low 
+:      028197 rf_debug_tx_off_line:
+:      028198 rf_debug_tx_gpio_low:
+0x687b 028199 fetch 1 ,mem_rf_debug_tx_gpio 
+0x687c 028200 branch rf_debug_gpio_low 
+:      028202 rf_debug_tx_on_line:
+:      028203 rf_debug_tx_gpio_high:
+0x687d 028204 fetch 1 ,mem_rf_debug_tx_gpio 
+0x687e 028205 branch rf_debug_gpio_high 
+:      028207 rf_debug_tx_gpio_l_h_l:
+0x687f 028208 call rf_debug_tx_gpio_low 
+0x6880 028209 call rf_debug_tx_gpio_high 
+0x6881 028210 branch rf_debug_tx_gpio_low 
+:      028217 hci_init:
+0x6882 028218 clear_stack 
+0x6883 028219 call wdt_set_disable 
+0x6884 028220 call hci_init_clksel_xtal 
+0x6885 028221 call hci_init_uart_default_config 
+0x6886 028222 call hci_init_uart_config 
+0x6887 028223 call hci_init_pwm_default_config 
+0x6888 028224 call hci_init_pwm 
+0x6889 028226 jam 1 ,mem_hci_command_complete_num_hci_command_packet 
+0x688a 028227 jam hci_h4_type_event ,mem_hci_event_head_type 
+:      028229 hci_process_loop:
+0x688b 028230 call hci_process_check_uart_rx 
+0x688c 028231 branch hci_process_loop 
+:      028233 hci_init_clksel_xtal:
+0x688d 028234 jam clksel_xtal ,core_clksel 
+0x688e 028235 rtn 
+:      028237 hci_init_uart_default_config:
+0x688f 028238 call hci_init_uart_default_config_tx 
+0x6890 028239 call hci_init_uart_default_config_rx 
+0x6891 028240 call hci_init_uart_default_config_rts 
+0x6892 028241 branch hci_init_uart_default_config_cts 
+:      028243 hci_init_uart_default_config_tx:
+0x6893 028244 fetch 1 ,mem_hci_uart_tx_gpio 
+0x6894 028245 nrtn blank 
+0x6895 028246 jam hci_uart_tx_gpio_num ,mem_hci_uart_tx_gpio 
+0x6896 028247 rtn 
+:      028249 hci_init_uart_default_config_rx:
+0x6897 028250 fetch 1 ,mem_hci_uart_rx_gpio 
+0x6898 028251 nrtn blank 
+0x6899 028252 jam hci_uart_rx_gpio_num ,mem_hci_uart_rx_gpio 
+0x689a 028253 rtn 
+:      028254 hci_init_uart_default_config_rts:
+0x689b 028255 fetch 1 ,mem_hci_uart_rts_gpio 
+0x689c 028256 nrtn blank 
+0x689d 028257 jam hci_uart_rts_gpio_num ,mem_hci_uart_rts_gpio 
+0x689e 028258 rtn 
+:      028259 hci_init_uart_default_config_cts:
+0x689f 028260 fetch 1 ,mem_hci_uart_cts_gpio 
+0x68a0 028261 nrtn blank 
+0x68a1 028262 jam hci_uart_cts_gpio_num ,mem_hci_uart_cts_gpio 
+0x68a2 028263 rtn 
+:      028266 hci_init_uart_config:
+0x68a3 028267 setarg mem_h5rx_buf 
+0x68a4 028268 store 2 ,mem_pdatatemp 
+0x68a5 028269 setarg mem_h5rx_buf_end 
+0x68a6 028270 istore 2 ,contw 
+0x68a7 028271 setarg mem_h5tx_buf 
+0x68a8 028272 istore 2 ,contw 
+0x68a9 028273 setarg mem_h5tx_buf_end 
+0x68aa 028274 istore 2 ,contw 
+0x68ab 028275 fetch 8 ,mem_pdatatemp 
+0x68ac 028276 call uarta_init_dma_mem 
+0x68ad 028277 call uart_clock_select_main_freq_crystal 
+0x68ae 028278 arg 115200 ,temp 
+0x68af 028279 call uarta_calc_baud_rate_config 
+0x68b0 028280 fetch 1 ,mem_hci_uart_tx_gpio 
+0x68b1 028281 arg gpcfg_uart_txd ,temp 
+0x68b2 028282 call gpio_config_function_int 
+0x68b3 028283 fetch 1 ,mem_hci_uart_rx_gpio 
+0x68b4 028284 arg gpcfg_uart_rxd | gpcfg_pullup ,temp 
+0x68b5 028285 call gpio_config_function_int 
+0x68b6 028286 fetch 1 ,mem_hci_uart_rts_gpio 
+0x68b7 028287 arg gpcfg_uart_rts ,temp 
+0x68b8 028288 call gpio_config_function_int 
+0x68b9 028289 fetch 1 ,mem_hci_uart_cts_gpio 
+0x68ba 028290 arg gpcfg_uart_cts ,temp 
+0x68bb 028291 call gpio_config_function_int 
+0x68bc 028293 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+0x68bd 028294 storet 1 ,core_uart_ctrl 
+0x68be 028295 branch clean_xmem 
+:      028297 hci_init_pwm_default_config:
+0x68bf 028298 fetch 1 ,mem_hci_pwm_12mhz_gpio 
+0x68c0 028299 nrtn blank 
+0x68c1 028300 jam hci_pmw_12mhz_gpio_num ,mem_hci_pwm_12mhz_gpio 
+0x68c2 028301 rtn 
+:      028303 hci_init_pwm:
+0x68c3 028304 fetch 1 ,mem_hci_pwm_12mhz_gpio 
+0x68c4 028305 arg gpcfg_pwm_out0 ,temp 
+0x68c5 028306 call gpio_config_function_int 
+0x68c6 028307 arg 0x40 ,rega 
+0x68c7 028308 call pwm_init 
+0x68c8 028309 arg 0 ,rega 
+0x68c9 028310 arg 0 ,regb 
+0x68ca 028311 setarg 0 
+0x68cb 028312 call pwm_duty_cycle_set 
+0x68cc 028313 arg 0 ,queue 
+0x68cd 028314 branch pwm_set_select 
+:      028317 hci_process_check_uart_rx:
+0x68ce 028318 fetch 2 ,core_uart_rxitems 
+0x68cf 028319 add pdata ,-4 ,rega 
+0x68d0 028320 nrtn positive 
+0x68d1 028321 call uarta_prepare_rx 
+0x68d2 028322 ifetch 1 ,contru 
+0x68d3 028323 beq hci_h4_type_cmd ,hci_parse_packet_cmd 
+0x68d4 028325 call delay_10ms 
+0x68d5 028326 branch uarta_clear_current_rx 
+:      028330 hci_parse_packet_cmd:
+0x68d6 028331 ifetch 2 ,contru 
+0x68d7 028332 store 2 ,mem_hci_opcode 
+0x68d8 028333 arg 0x3ff ,temp 
+0x68d9 028334 iand temp ,temp 
+0x68da 028335 storet 2 ,mem_hci_opcode_ocf 
+0x68db 028336 rshift2 pdata ,pdata 
+0x68dc 028337 rshift8 pdata ,pdata 
+0x68dd 028338 store 1 ,mem_hci_opcode_ogf 
+0x68de 028339 ifetch 1 ,contru 
+0x68df 028340 pincrease -1 
+0x68e0 028341 isub rega ,null 
+0x68e1 028342 rtn positive 
+0x68e2 028343 call hci_parse_complete_packet 
+0x68e3 028344 branch hci_drop_current_packet 
+:      028346 hci_parse_complete_packet:
+0x68e4 028347 fetch 1 ,mem_hci_opcode_ogf 
+0x68e5 028355 beq hci_ogf_vendor_specific_debug ,hci_parse_packet_cmd_ogf_vendorspecific_debug 
+0x68e6 028356 branch hci_send_event_command_complete_error_command_nuknown 
+:      028366 hci_parse_packet_cmd_ogf_vendorspecific_debug:
+0x68e7 028367 bpatch patch16_4 ,mem_patch16 
+0x68e8 028368 fetch 1 ,mem_hci_opcode_ocf 
+0x68e9 028369 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x68ea 028370 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x68eb 028371 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x68ec 028372 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x68ed 028373 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x68ee 028374 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x68ef 028375 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x68f0 028376 beq hci_vendor_cmd_set_flow_control ,phci_grp_vendor_flow_control 
+0x68f1 028377 branch hci_normal_reply 
+:      028380 phci_grp_vendor_chipid:
+0x68f2 028381 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+0x68f3 028382 fetch 2 ,core_chipid 
+0x68f4 028383 store 2 ,mem_hci_command_complete_return_parameter_chip_id 
+0x68f5 028384 arg 3 ,loopcnt 
+0x68f6 028385 branch hci_send_event_command_complete 
+:      028387 phci_grp_vendor_baud:
+0x68f7 028388 ifetch 2 ,contu 
+0x68f8 028389 store 2 ,core_uart_baud 
+0x68f9 028390 rtn 
+:      028393 phci_grp_vendor_patch_common:
+0x68fa 028394 ifetch 1 ,contu 
+0x68fb 028395 copy pdata ,temp 
+0x68fc 028396 store 1 ,core_ucode_low 
+0x68fd 028397 ifetch 1 ,contu 
+0x68fe 028398 iadd temp ,temp 
+0x68ff 028399 set1 7 ,pdata 
+0x6900 028400 store 1 ,core_ucode_ctrl 
+0x6901 028401 ifetch 1 ,contu 
+0x6902 028402 iadd temp ,temp 
+0x6903 028403 copy pdata ,loopcnt 
+0x6904 028404 rtn 
+:      028406 phci_grp_vendor_patch:
+0x6905 028407 call phci_grp_vendor_patch_common 
+:      028408 phci_grp_vendor_patch_loop:
+0x6906 028409 ifetch 1 ,contu 
+0x6907 028410 store 1 ,core_ucode_data 
+0x6908 028411 iadd temp ,temp 
+0x6909 028412 loop phci_grp_vendor_patch_loop 
+:      028413 phci_grp_vendor_patch_check_sum:
+0x690a 028414 and temp ,0xff ,temp 
+0x690b 028415 ifetch 1 ,contu 
+0x690c 028416 isub temp ,null 
+0x690d 028417 nbranch phci_grp_vendor_patch_bad ,zero 
+0x690e 028418 branch hci_normal_reply 
+:      028420 phci_grp_vendor_done:
+0x690f 028421 arg 0x20 ,loopcnt 
+0x6910 028422 arg mem_patch00 ,contw 
+0x6911 028423 arg 0 ,temp 
+:      028424 phci_grp_vendor_done_loop:
+0x6912 028425 ifetch 1 ,contu 
+0x6913 028426 istore 1 ,contw 
+0x6914 028427 iadd temp ,temp 
+0x6915 028428 loop phci_grp_vendor_done_loop 
+0x6916 028429 and temp ,0xff ,temp 
+0x6917 028430 ifetch 1 ,contu 
+0x6918 028431 isub temp ,null 
+0x6919 028432 nbranch phci_grp_vendor_patch_bad ,zero 
+0x691a 028433 jam 0 ,core_ucode_ctrl 
+0x691b 028434 call hci_normal_reply 
+0x691c 028435 call wait_uarttx 
+0x691d 028436 branch soft_reset 
+:      028438 phci_grp_vendor_patch_bad:
+0x691e 028439 jam 0 ,core_ucode_ctrl 
+0x691f 028440 branch hci_send_event_command_complete_error_command_nuknown 
+:      028443 phci_grp_vendor_mem:
+0x6920 028444 ifetch 1 ,contu 
+0x6921 028445 copy pdata ,loopcnt 
+0x6922 028446 ifetch 2 ,contu 
+0x6923 028447 copy pdata ,contw 
+0x6924 028448 call uart_copy_rx_bytes 
+0x6925 028449 branch hci_normal_reply 
+:      028451 phci_grp_vendor_flow_control:
+0x6926 028452 fetch 1 ,core_uart_ctrl 
+0x6927 028453 set1 bit_uart_control_flow_control ,pdata 
+0x6928 028454 store 1 ,core_uart_ctrl 
+0x6929 028455 branch hci_normal_reply 
+:      028458 hci_normal_reply:
+0x692a 028459 branch hci_send_event_command_complete_without_payload 
+:      028461 hci_send_event_command_complete_error_command_nuknown:
+0x692b 028462 jam command_unknown ,mem_hci_command_complete_return_parameter 
+0x692c 028463 branch hci_send_event_command_complete_without_payload + 1 
+:      028464 hci_send_event_command_complete_error_command_disallowed:
+0x692d 028465 jam command_disallowed ,mem_hci_command_complete_return_parameter 
+0x692e 028466 branch hci_send_event_command_complete_without_payload + 1 
+:      028467 hci_send_event_command_complete_without_payload:
+0x692f 028468 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+0x6930 028469 arg 1 ,loopcnt 
+0x6931 028470 branch hci_send_event_command_complete 
+:      028472 hci_send_event_command_complete:
+0x6932 028473 jam hci_event_command_complete ,mem_hci_event_head_event_code 
+0x6933 028474 add loopcnt ,3 ,pdata 
+0x6934 028475 store 1 ,mem_hci_event_para_total_length 
+0x6935 028476 call hci_prepare_send_event 
+0x6936 028477 fetch 3 ,mem_hci_command_complete_num_hci_command_packet 
+0x6937 028478 istore 3 ,contwu 
+0x6938 028480 arg mem_hci_command_complete_return_parameter ,contr 
+0x6939 028481 call uart_copy_tx_bytes 
+0x693a 028482 branch uarta_send_register_pop 
+:      028486 hci_prepare_send_event:
+0x693b 028487 call uarta_prepare_tx_register_push 
+0x693c 028488 fetch 3 ,mem_hci_event_head_type 
+0x693d 028489 istore 3 ,contwu 
+0x693e 028490 rtn 
+:      028492 hci_drop_current_packet:
+0x693f 028493 call uarta_prepare_rx 
+0x6940 028494 increase 3 ,contru 
+0x6941 028495 ifetch 1 ,contru 
+0x6942 028496 iadd contru ,contru 
+0x6943 028497 branch uarta_rxdone 
+:      028499 cmd_exit:
+0x6944 028500 jam 0 ,mem_hci_cmd 
+0x6945 028501 rtn 
+:      028508 l2cap_init:
+0x6946 028509 branch l2cap_init_wake ,wake 
+0x6947 028510 setarg mem_l2cap_xmem_end 
+0x6948 028511 arg mem_l2cap_xmem_start ,contw 
+0x6949 028512 isub contw ,loopcnt 
+0x694a 028513 call clear_mem 
+:      028514 l2cap_init_wake:
+0x694b 028516 rtn 
+:      028520 check_l2cap_map:
+0x694c 028521 arg 0 ,queue 
+0x694d 028522 arg 0 ,regb 
+:      028524 check_l2cap_map_loop:
+0x694e 028525 sub queue ,7 ,null 
+0x694f 028526 nrtn positive 
+0x6950 028527 qisolate1 rega 
+0x6951 028528 branch check_l2cap_map_used ,true 
+0x6952 028529 branch check_l2cap_map_used2 
+:      028531 check_l2cap_map_used:
+0x6953 028532 copy temp ,pdata 
+0x6954 028533 branch check_l2cap_map_used2 ,blank 
+0x6955 028534 qset1 regb 
+0x6956 028535 increase -1 ,temp 
+:      028537 check_l2cap_map_used2:
+0x6957 028538 increase 1 ,queue 
+0x6958 028539 branch check_l2cap_map_loop 
+:      028552 ble_l2cap_malloc:
+0x6959 028553 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x695a 028554 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x695b 028555 call disable_user 
+0x695c 028556 branch host_l2cap_malloc 
+:      028558 host_l2cap_malloc:
+0x695d 028559 bpatch patch16_6 ,mem_patch16 
+0x695e 028560 call l2cap_malloc_is_fifo_full 
+0x695f 028561 nbranch assert ,blank 
+0x6960 028562 call l2cap_malloc_get_full_map 
+0x6961 028563 arg 8 ,loopcnt 
+:      028564 host_l2cap_malloc_loop:
+0x6962 028565 fetcht 1 ,mem_used_map 
+0x6963 028566 sub loopcnt ,8 ,queue 
+0x6964 028567 qisolate1 temp 
+0x6965 028568 branch host_l2cap_malloc_next_buffer ,true 
+0x6966 028569 call host_l2cap_malloc_check_buffer_enough 
+0x6967 028570 nbranch host_l2cap_malloc_next_buffer ,positive 
+0x6968 028571 call host_l2cap_malloc_into_fifo 
+0x6969 028572 branch host_l2cap_malloc_succ 
+:      028573 host_l2cap_malloc_next_buffer:
+0x696a 028574 copy rege ,pdata 
+0x696b 028575 iadd regd ,regd 
+0x696c 028576 loop host_l2cap_malloc_loop 
+0x696d 028577 branch assert 
+:      028578 host_l2cap_malloc_succ:
+0x696e 028579 copy regd ,pdata 
+0x696f 028580 copy regd ,contw 
+0x6970 028581 rtn 
+:      028590 host_l2cap_malloc_check_buffer_enough:
+0x6971 028591 bpatch patch16_7 ,mem_patch16 
+0x6972 028592 sub loopcnt ,8 ,queue 
+0x6973 028593 arg 0 ,temp 
+0x6974 028594 arg 0 ,timeup 
+:      028595 host_l2cap_malloc_check_buffer_enough_loop:
+0x6975 028596 copy queue ,pdata 
+0x6976 028597 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
+0x6977 028598 fetch 1 ,mem_used_map 
+0x6978 028599 qisolate1 pdata 
+0x6979 028600 branch host_l2cap_malloc_check_buffer_enough_end ,true 
+0x697a 028601 qset1 timeup 
+0x697b 028602 copy rege ,pdata 
+0x697c 028603 iadd temp ,temp 
+0x697d 028604 increase 1 ,queue 
+0x697e 028605 copy rega ,pdata 
+0x697f 028606 isub temp ,null 
+0x6980 028607 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
+0x6981 028608 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
+:      028609 host_l2cap_malloc_check_buffer_enough_end:
+0x6982 028610 copy temp ,pdata 
+0x6983 028611 isub rega ,null 
+0x6984 028612 nrtn zero 
+0x6985 028613 qset1 timeup 
+0x6986 028614 rtn 
+:      028623 host_l2cap_malloc_into_fifo:
+0x6987 028624 bpatch patch17_0 ,mem_patch17 
+0x6988 028625 call l2cap_malloc_is_fifo_full 
+0x6989 028626 nbranch assert ,blank 
+0x698a 028627 call l2cap_malloc_is_fifo_empty 
+0x698b 028628 branch host_l2cap_malloc_into_fifo_no_push ,blank 
+0x698c 028629 fetch 9 ,mem_tx_fifo1 
+0x698d 028630 store 9 ,mem_tx_fifo0 
+0x698e 028631 setarg 0 
+0x698f 028632 istore 3 ,contw 
+:      028633 host_l2cap_malloc_into_fifo_no_push:
+0x6990 028634 storer timeup ,1 ,mem_tx_fifo3_map 
+0x6991 028635 storer regd ,2 ,mem_tx_fifo3_ptr 
+0x6992 028636 rtn 
+:      028645 l2cap_malloc_fifo_out:
+0x6993 028646 bpatch patch17_1 ,mem_patch17 
+0x6994 028647 call l2cap_malloc_fifo_get_first_ptr 
+0x6995 028648 increase 1 ,contr 
+0x6996 028649 ifetch 2 ,contr 
+0x6997 028650 rtn 
+:      028657 l2cap_malloc_free:
+0x6998 028658 bpatch patch17_2 ,mem_patch17 
+0x6999 028659 call l2cap_malloc_fifo_get_first_ptr 
+0x699a 028660 copy contr ,contw 
+0x699b 028661 copy contr ,temp 
+0x699c 028662 setarg 0 
+0x699d 028663 istore 3 ,contw 
+0x699e 028664 rtn 
+:      028671 l2cap_malloc_discard:
+0x699f 028672 bpatch patch17_3 ,mem_patch17 
+0x69a0 028673 call l2cap_malloc_is_fifo_empty 
+0x69a1 028674 branch assert ,blank 
+0x69a2 028675 fetch 3 ,mem_tx_fifo2 
+0x69a3 028676 store 3 ,mem_tx_fifo3 
+0x69a4 028677 fetch 3 ,mem_tx_fifo1 
+0x69a5 028678 store 3 ,mem_tx_fifo2 
+0x69a6 028679 fetch 3 ,mem_tx_fifo0 
+0x69a7 028680 store 3 ,mem_tx_fifo1 
+0x69a8 028681 rtn 
+:      028689 l2cap_malloc_is_fifo_full:
+0x69a9 028690 bpatch patch17_4 ,mem_patch17 
+0x69aa 028691 fetch 3 ,mem_tx_fifo0 
+0x69ab 028692 rtn 
+:      028700 l2cap_malloc_is_fifo_nearly_full:
+0x69ac 028701 bpatch patch17_5 ,mem_patch17 
+0x69ad 028702 fetch 3 ,mem_tx_fifo1 
+0x69ae 028703 rtn 
+:      028711 l2cap_malloc_is_fifo_empty:
+0x69af 028712 bpatch patch17_6 ,mem_patch17 
+0x69b0 028713 fetch 3 ,mem_tx_fifo3 
+0x69b1 028714 rtn 
+:      028721 l2cap_malloc_fifo_get_first_ptr:
+0x69b2 028722 call l2cap_malloc_is_fifo_empty 
+0x69b3 028723 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
+0x69b4 028724 arg mem_tx_fifo0 ,contr 
+:      028725 l2cap_malloc_free_loop:
+0x69b5 028726 ifetch 3 ,contr 
+0x69b6 028727 branch l2cap_malloc_free_loop ,blank 
+:      028728 l2cap_malloc_fifo_get_first_ptr_empty:
+0x69b7 028729 increase -3 ,contr 
+0x69b8 028730 rtn 
+:      028738 l2cap_malloc_get_full_map:
+0x69b9 028739 bpatch patch17_7 ,mem_patch17 
+0x69ba 028740 arg 4 ,loopcnt 
+0x69bb 028741 arg mem_tx_fifo0_map ,contr 
+0x69bc 028742 arg 0 ,temp 
+:      028743 l2cap_malloc_get_full_map_loop:
+0x69bd 028744 ifetch 3 ,contr 
+0x69be 028745 and pdata ,0xff ,pdata 
+0x69bf 028746 ior temp ,temp 
+0x69c0 028747 loop l2cap_malloc_get_full_map_loop 
+0x69c1 028748 storet 1 ,mem_used_map 
+0x69c2 028749 rtn 
+:      028752 l2cap_lpm_get_wake_lock:
+0x69c3 028753 arg wake_lock_l2cap_tx ,queue 
+0x69c4 028754 branch lpm_get_wake_lock 
+:      028756 l2cap_lpm_put_wake_lock:
+0x69c5 028757 arg wake_lock_l2cap_tx ,queue 
+0x69c6 028758 branch lpm_put_wake_lock 
+:      028769 twspi_reset:
+0x69c7 028770 bpatch patch18_1 ,mem_patch18 
+0x69c8 028771 sub temp ,ui_button_gpio_disable ,null 
+0x69c9 028772 rtn zero 
+0x69ca 028773 copy temp ,pdata 
+0x69cb 028774 and_into 0xff ,pdata 
+0x69cc 028775 sub pdata ,gpio_number + -1 ,null 
+0x69cd 028776 nbranch twspi_reset_ext ,positive 
+0x69ce 028777 arg core_gpio_conf ,contw 
+:      028778 twspi_reset_next:
+0x69cf 028779 iadd contw ,contw 
+0x69d0 028780 copy contw ,rega 
+0x69d1 028781 arg gpcfg_output_low ,temp 
+0x69d2 028782 istoret 1 ,contw 
+0x69d3 028783 call twspi_disable 
+0x69d4 028784 nop 30 
+0x69d5 028785 copy rega ,contw 
+0x69d6 028786 arg gpcfg_output_high ,temp 
+0x69d7 028787 istoret 1 ,contw 
+0x69d8 028788 branch twspi_enable 
+:      028790 twspi_reset_ext:
+0x69d9 028791 arg core_gpio_conf_hi ,contw 
+0x69da 028792 increase -16 ,pdata 
+0x69db 028793 branch twspi_reset_next 
+:      028796 twspi_disable:
+0x69dc 028797 fetch 1 ,core_spid_delay 
+0x69dd 028798 and_into 0x7f ,pdata 
+0x69de 028799 store 1 ,core_spid_delay 
+0x69df 028800 rtn 
+:      028802 twspi_enable:
+0x69e0 028803 fetch 1 ,core_spid_delay 
+0x69e1 028804 or_into 0x80 ,pdata 
+0x69e2 028805 store 1 ,core_spid_delay 
+0x69e3 028806 rtn 
+:      028808 twspi_write:
+0x69e4 028809 branch spid_write_reg 
+:      028811 twspi_read:
+0x69e5 028812 branch spid_read_reg 
+:      028816 aes_disable:
+0x69e6 028817 fetch 1 ,core_bist_ctrl 
+0x69e7 028818 set0 aes_en ,pdata 
+0x69e8 028819 store 1 ,core_bist_ctrl 
+0x69e9 028820 rtn 
+:      028822 read_function_aes:
+0x69ea 028823 nbranch read_function ,user 
+0x69eb 028824 fetch 1 ,core_bist_ctrl 
+0x69ec 028825 set1 aes_en ,pdata 
+0x69ed 028826 store 1 ,core_bist_ctrl 
+:      028827 read_function:
+0x69ee 028828 copy temp ,null 
+0x69ef 028829 branch read_fuction_zero ,zero 
+0x69f0 028830 copy regc ,pc 
+:      028832 read_fuction_zero:
+0x69f1 028833 isolate0 0 ,null 
+0x69f2 028834 branch set_ucode_status 
+:      028837 get_block_header:
+0x69f3 028838 force 4 ,temp 
+:      028839 get_block_header0:
+0x69f4 028840 arg mem_ucode_buf ,rega 
+0x69f5 028841 call aes_disable 
+0x69f6 028842 call read_function 
+0x69f7 028843 arg 0x55aa ,rega 
+0x69f8 028844 fetch 2 ,mem_ucode_buf 
+0x69f9 028845 ifetcht 2 ,contr 
+0x69fa 028846 isub rega ,null 
+0x69fb 028847 rtn 
+:      028850 read_first_block:
+0x69fc 028851 call load_aes_reinit ,user 
+0x69fd 028852 arg 2 ,temp 
+0x69fe 028853 arg mem_ucode_ptr ,rega 
+0x69ff 028854 call read_function 
+0x6a00 028855 fetch 2 ,mem_ucode_ptr 
+:      028856 read_first_block_cont:
+0x6a01 028857 store 2 ,mem_addr_mi 
+0x6a02 028858 call get_iv ,user 
+0x6a03 028859 rtn 
+:      028861 get_iv:
+0x6a04 028862 arg 16 ,temp 
+0x6a05 028863 arg mem_ucode_keybuf ,rega 
+0x6a06 028864 call aes_disable 
+0x6a07 028865 call read_function 
+:      028866 set_iv:
+0x6a08 028867 arg mem_ucode_keybuf ,contr 
+0x6a09 028868 arg 16 ,loopcnt 
+0x6a0a 028869 call aes_load_data 
+0x6a0b 028870 call aes_init 
+0x6a0c 028871 call aes_clear_data 
+0x6a0d 028872 branch do_aes_cbc 
+:      028874 load_aes_reinit:
+0x6a0e 028875 jam 0x0 ,core_ucode_ctrl 
+0x6a0f 028876 call aes_disable 
+0x6a10 028877 branch aes_clear_data 
+:      028879 load_storage:
+0x6a11 028880 setarg 0 
+0x6a12 028881 store 2 ,mem_queue 
+0x6a13 028882 disable match 
+0x6a14 028883 call get_block_header 
+0x6a15 028884 nrtn zero 
+0x6a16 028885 enable match 
+0x6a17 028886 setarg 0x8000 
+0x6a18 028887 store 3 ,core_ucode_hi 
+0x6a19 028888 arg core_ucode_data ,rega 
+0x6a1a 028889 call read_function_aes 
+0x6a1b 028890 jam 0x0 ,core_ucode_ctrl 
+0x6a1c 028891 fetch 1 ,mem_ucode_status 
+0x6a1d 028892 rtnbit0 0 
+:      028893 load_storage_loop:
+0x6a1e 028894 arg 6 ,temp 
+0x6a1f 028895 call get_block_header0 
+0x6a20 028896 nbranch load_data_checksum_compare ,zero 
+0x6a21 028897 ifetchr rega ,2 ,contr 
+0x6a22 028898 call read_function 
+0x6a23 028899 call load_data_checksum_calc 
+0x6a24 028900 branch load_storage_loop 
+:      028903 load_data_checksum_calc:
+0x6a25 028904 fetch 2 ,mem_queue 
+0x6a26 028905 arg 6 ,loopcnt 
+0x6a27 028906 arg mem_ucode_buf ,contr 
+0x6a28 028907 call cal_sum 
+0x6a29 028908 fetchr loopcnt ,2 ,mem_ucode_len 
+0x6a2a 028909 copy rega ,contr 
+0x6a2b 028910 call cal_sum 
+0x6a2c 028911 store 2 ,mem_queue 
+0x6a2d 028912 rtn 
+:      028914 load_data_checksum_compare:
+0x6a2e 028915 fetch 1 ,mem_otp_load_check_sum 
+0x6a2f 028916 beq 0x5a ,load_data_checksum_ok 
+0x6a30 028917 arg 0xaa55 ,rega 
+0x6a31 028918 fetch 2 ,mem_ucode_buf 
+0x6a32 028919 isub rega ,null 
+0x6a33 028920 nbranch load_data_checksum_compare_fail ,zero 
+0x6a34 028921 arg 0x55aa ,rega 
+0x6a35 028922 fetch 2 ,mem_ucode_len 
+0x6a36 028923 isub rega ,null 
+0x6a37 028924 nbranch load_data_checksum_compare_fail ,zero 
+0x6a38 028925 fetch 2 ,mem_sched_addr 
+0x6a39 028926 fetcht 2 ,mem_queue 
+0x6a3a 028927 isub temp ,null 
+0x6a3b 028928 nbranch load_data_checksum_compare_fail ,zero 
+:      028929 load_data_checksum_ok:
+0x6a3c 028930 set1 15 ,rega 
+0x6a3d 028931 branch read_fuction_zero 
+:      028933 load_data_checksum_compare_fail:
+0x6a3e 028934 jam 0 ,mem_ucode_status 
+0x6a3f 028935 rtn 
+:      028938 loadcode_lock_load_ucode:
+0x6a40 028941 and pdata ,0xff ,pdata 
+0x6a41 028942 rshift4 pdata ,pdata 
+0x6a42 028943 store 1 ,mem_device_option 
+0x6a43 028944 branch loadcode_load_key 
+:      028946 loadcode_lock:
+0x6a44 028947 fetch 2 ,core_ucode_flag 
+0x6a45 028948 nbranch loadcode_lock_load_ucode ,blank 
+0x6a46 028949 call loadcode_load_key 
+0x6a47 028950 fetch 2 ,mem_device_option 
+0x6a48 028951 rtn blank 
+0x6a49 028952 call loadcode_set_lock 
+0x6a4a 028953 branch lpm_write_lock 
+:      028955 loadcode_set_lock:
+0x6a4b 028956 fetch 1 ,mem_device_option 
+0x6a4c 028957 rtn blank 
+0x6a4d 028958 and pdata ,0xf ,temp 
+0x6a4e 028959 storet 1 ,mem_device_option 
+0x6a4f 028960 rshift4 pdata ,pdata 
+0x6a50 028961 ixor temp ,pdata 
+0x6a51 028962 bne 0xf ,app_lpm_mpu_lock_24g_ble 
+0x6a52 028963 branch app_lpm_lock_check 
+:      028965 load_otp_hv_vsel:
+0x6a53 028966 fetch 1 ,mem_otp_hv_sel 
+0x6a54 028967 ncall lpm_save_sel_hv ,blank 
+0x6a55 028968 fetch 1 ,mem_otp_ldo_vsel 
+0x6a56 028969 rtn blank 
+0x6a57 028970 store 1 ,mem_lpm_ldo_sel 
+0x6a58 028971 branch lpm_write_io_vsel 
+:      028973 loadcode_load_key:
+0x6a59 028974 disable user 
+0x6a5a 028975 fetch 1 ,mem_ucode_flag 
+0x6a5b 028976 rtnbit0 otp_uflag_aes 
+0x6a5c 028977 call loadcode_check_otp_lock 
+0x6a5d 028978 arg otp_offset_ucode_key_l ,pdata 
+0x6a5e 028979 iadd regb ,regb 
+0x6a5f 028980 force 16 ,loopcnt 
+0x6a60 028981 arg mem_ucode_keybuf ,rega 
+0x6a61 028982 call otp_read_data 
+0x6a62 028983 jam otp_key_lock ,core_misc_ctrl 
+0x6a63 028984 arg mem_ucode_keybuf ,contr 
+0x6a64 028985 call load_key 
+0x6a65 028987 arg mem_ucode_keybuf ,contw 
+0x6a66 028988 call memset0_16 
+0x6a67 028989 branch enable_user 
+:      028992 loadcode:
+0x6a68 028993 jam 0x25 ,core_clkoff 
+0x6a69 028994 call enable_otp_read 
+0x6a6a 028995 arg otp_offset_patch_ptr ,regb 
+0x6a6b 028996 force 11 ,loopcnt 
+0x6a6c 028997 arg mem_ucode_ptr ,rega 
+0x6a6d 028998 call otp_read_data1 
+0x6a6e 028999 fetchr regf ,5 ,mem_ucode_ptr 
+0x6a6f 029000 fetch 1 ,mem_ucode_flag 
+0x6a70 029001 bbit0 otp_uflag_bist ,loadcode_nobist 
+0x6a71 029002 jam 0x7 ,core_bist_ctrl 
+:      029003 loadcode_bistwait:
+0x6a72 029004 fetch 1 ,core_bist_done 
+0x6a73 029005 bne 7 ,loadcode_bistwait 
+0x6a74 029006 fetch 1 ,core_bist_fail 
+0x6a75 029007 lshift4 pdata ,pdata 
+0x6a76 029008 store 1 ,core_bist_ctrl 
+0x6a77 029009 branch loadcode_otp 
+:      029011 loadcode_nobist:
+0x6a78 029012 call set_bistfix 
+0x6a79 029013 call clean_xmem 
+0x6a7a 029014 call clean_smem 
+:      029015 loadcode_otp:
+0x6a7b 029016 storer regf ,5 ,mem_ucode_ptr 
+0x6a7c 029018 call loadcode_check_otp_lock 
+0x6a7d 029019 arg otp_offset_adc_param_l ,pdata 
+0x6a7e 029020 iadd regb ,regb 
+0x6a7f 029021 arg 32 ,loopcnt 
+0x6a80 029022 arg mem_otp_temp ,rega 
+0x6a81 029023 call otp_read_data 
+0x6a82 029025 call load_otp_hv_vsel 
+0x6a83 029026 call loadcode_lock 
+0x6a84 029028 fetch 1 ,mem_ucode_flag 
+0x6a85 029029 bbit0 otp_uflag_aes ,loadcode_unenc 
+0x6a86 029030 fetcht 1 ,mem_peripheral_lock_flag 
+0x6a87 029031 arg 0 ,pdata 
+0x6a88 029032 set1 otp_not_limit ,pdata 
+0x6a89 029033 set1 otp_limit ,pdata 
+0x6a8a 029034 iand temp ,rega 
+0x6a8b 029035 sub rega ,0 ,null 
+0x6a8c 029036 branch loadcode_error ,zero 
+0x6a8d 029037 isub rega ,null 
+0x6a8e 029038 branch loadcode_error ,zero 
+:      029039 loadcode_unenc:
+0x6a8f 029040 jam 0 ,mem_loadcode_times 
+0x6a90 029041 arg otp_load_code ,regc 
+:      029042 loadcode_otp_loop:
+0x6a91 029043 call loadcode_timeout 
+0x6a92 029044 nbranch loadcode_error ,positive 
+0x6a93 029045 fetch 2 ,mem_ucode_ptr 
+0x6a94 029046 branch loadcode_otp_end ,blank 
+0x6a95 029047 call read_first_block_cont 
+0x6a96 029048 call load_storage 
+0x6a97 029049 nbranch loadcode_otp_end ,match 
+0x6a98 029050 fetch 1 ,mem_ucode_status 
+0x6a99 029051 compare 3 ,pdata ,3 
+0x6a9a 029052 nbranch loadcode_otp_loop ,true 
+0x6a9b 029053 call run_otp_code 
+:      029054 loadcode_otp_end:
+0x6a9c 029055 call disable_otp 
+0x6a9d 029056 jam 0 ,mem_loadcode_times 
+:      029057 loadcode_iic_loop:
+0x6a9e 029058 call loadcode_timeout 
+0x6a9f 029059 nbranch loadcode_error ,positive 
+0x6aa0 029060 call iicd_load_gpio_init 
+0x6aa1 029061 call clear_eeprom_size_2k 
+0x6aa2 029062 fetch 1 ,mem_ucode_flag 
+0x6aa3 029063 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6aa4 029064 call loadcode_iic_by_eeprom 
+0x6aa5 029065 nbranch loadcode_iic_eeprom_2k ,match 
+0x6aa6 029066 fetch 1 ,mem_ucode_status 
+0x6aa7 029067 compare 3 ,pdata ,3 
+0x6aa8 029068 nbranch loadcode_iic_loop ,true 
+0x6aa9 029069 branch loadcode_spi 
+:      029071 run_otp_code:
+0x6aaa 029072 setarg 0x1ff 
+0x6aab 029073 arg 0 ,pc 
+0x6aac 029074 rtn 
+:      029076 loadcode_check_otp_lock:
+0x6aad 029077 arg otp_offset_h ,regb 
+0x6aae 029078 fetch 1 ,core_peripheral_lock 
+0x6aaf 029079 bbit1 otp_limit ,loadcode_otp_lock 
+0x6ab0 029080 fetch 1 ,mem_peripheral_lock_flag 
+0x6ab1 029081 rtnbit0 otp_limit 
+:      029082 loadcode_otp_lock:
+0x6ab2 029083 arg 0 ,regb 
+0x6ab3 029084 rtn 
+:      029087 loadcode_iic_eeprom_2k:
+0x6ab4 029088 call set_eeprom_size_2k 
+0x6ab5 029089 fetch 1 ,mem_ucode_flag 
+0x6ab6 029090 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6ab7 029091 call loadcode_iic_by_eeprom 
+0x6ab8 029092 nbranch loadcode_spi ,match 
+0x6ab9 029093 fetch 1 ,mem_ucode_status 
+0x6aba 029094 compare 3 ,pdata ,3 
+0x6abb 029095 nbranch loadcode_iic_loop ,true 
+0x6abc 029096 branch loadcode_hci 
+:      029098 loadcode_spi:
+0x6abd 029099 jam 0 ,mem_loadcode_times 
+:      029100 loadcode_spi_loop:
+0x6abe 029101 call loadcode_timeout 
+0x6abf 029102 nbranch loadcode_error ,positive 
+0x6ac0 029103 fetch 1 ,mem_ucode_flag 
+0x6ac1 029104 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x6ac2 029105 call spid_init_flash 
+0x6ac3 029106 nop 200 
+0x6ac4 029107 call spid_flash_release_form_powerdown 
+0x6ac5 029108 nop 100 
+0x6ac6 029109 arg spid_load_flash ,regc 
+0x6ac7 029110 call read_first_block 
+0x6ac8 029111 call load_storage 
+0x6ac9 029112 nbranch loadcode_hci ,match 
+0x6aca 029113 fetch 1 ,mem_ucode_status 
+0x6acb 029114 compare 3 ,pdata ,3 
+0x6acc 029115 nbranch loadcode_spi_loop ,true 
+:      029117 loadcode_hci:
+0x6acd 029118 call clear_key_buf 
+0x6ace 029119 fetch 1 ,mem_ucode_flag 
+0x6acf 029120 rtnbit0 otp_uflag_hci 
+0x6ad0 029121 branch hci_init 
+:      029123 clear_key_buf:
+0x6ad1 029124 arg mem_ucode_keybuf ,contw 
+0x6ad2 029125 call memset0_16 
+0x6ad3 029126 force regidx_key ,regext_index 
+0x6ad4 029127 call aes_clear 
+0x6ad5 029128 jam 0x21 ,core_clkoff 
+0x6ad6 029129 rtn 
+:      029131 iicd_load_gpio_init:
+0x6ad7 029132 fetch 1 ,mem_eeprom_sda_gpio 
+0x6ad8 029133 fetcht 1 ,mem_eeprom_scl_gpio 
+0x6ad9 029134 isub temp ,null 
+0x6ada 029135 nbranch iicd_read_init_pin ,zero 
+:      029136 iicd_load_default_gpio:
+0x6adb 029137 jam 4 ,mem_eeprom_wp_gpio 
+0x6adc 029138 jam 23 ,mem_eeprom_scl_gpio 
+0x6add 029139 jam 22 ,mem_eeprom_sda_gpio 
+0x6ade 029140 branch iicd_read_init_pin 
+:      029144 loadcode_iic_by_eeprom:
+0x6adf 029145 setarg 0x0 
+0x6ae0 029146 store 2 ,mem_addr_mi 
+0x6ae1 029147 arg iicd_read_eep ,regc 
+0x6ae2 029148 call iic_init_600khz 
+0x6ae3 029149 call read_first_block 
+0x6ae4 029150 branch load_storage 
+:      029155 loadcode_timeout:
+0x6ae5 029156 call loadcode_error_delay 
+0x6ae6 029157 fetch 1 ,mem_loadcode_times 
+0x6ae7 029158 increase 1 ,pdata 
+0x6ae8 029159 sub pdata ,3 ,null 
+0x6ae9 029160 store 1 ,mem_loadcode_times 
+0x6aea 029161 rtn 
+:      029163 loadcode_error_delay:
+0x6aeb 029164 fetch 1 ,mem_loadcode_times 
+0x6aec 029165 rtn blank 
+0x6aed 029166 fetch 1 ,mem_otp_load_delay 
+0x6aee 029167 rtn blank 
+0x6aef 029168 copy pdata ,loopcnt 
+0x6af0 029169 branch delay_ms_wait 
+:      029172 loadcode_error:
+0x6af1 029173 call clear_key_buf 
+0x6af2 029174 call aes_disable 
+0x6af3 029176 call ice_break 
+0x6af4 029177 rtn 
+:      029179 set_bistfix:
+0x6af5 029180 and_into 0xe0 ,pdata 
+0x6af6 029181 rshift pdata ,pdata 
+0x6af7 029182 store 1 ,core_bist_ctrl 
+0x6af8 029183 setarg 1 
+0x6af9 029184 arg mem_bistfix_val ,contr 
+:      029185 set_bistfix_loop:
+0x6afa 029186 ifetcht 2 ,contr 
+0x6afb 029187 storet 2 ,core_lpm_reg 
+0x6afc 029188 store 1 ,core_set_bistfix 
+0x6afd 029189 lshift pdata ,pdata 
+0x6afe 029190 bbit0 3 ,set_bistfix_loop 
+0x6aff 029191 rtn 
+:      029194 set_ucode_status:
+0x6b00 029195 fetch 1 ,mem_ucode_status 
+0x6b01 029196 lshift pdata ,pdata 
+0x6b02 029197 setflag true ,0 ,pdata 
+0x6b03 029198 isolate0 15 ,rega 
+0x6b04 029199 rtn true 
+0x6b05 029200 store 1 ,mem_ucode_status 
+0x6b06 029201 rtn 
+:      029204 decrypt_code:
+0x6b07 029205 fetch 1 ,core_bist_ctrl 
+0x6b08 029206 rtnbit0 aes_en 
+0x6b09 029207 branch decrypt_code_skip 
+:      029208 decrypt_code_loop:
+0x6b0a 029209 fetch 1 ,core_dma_status 
+0x6b0b 029210 qisolate1 pdata 
+0x6b0c 029211 rtn true 
+:      029212 decrypt_code_skip:
+0x6b0d 029213 fetch 1 ,core_misc_status 
+0x6b0e 029214 bbit0 1 ,decrypt_code_loop 
+0x6b0f 029215 call do_aes_cbc 
+0x6b10 029216 branch decrypt_code_loop 
+:      029236 load_ucode:
+0x6b11 029237 fetch 2 ,mem_patch_ptr 
+0x6b12 029238 rtn blank 
+0x6b13 029239 jam 0x80 ,core_ucode_ctrl 
+0x6b14 029240 jam 0 ,core_ucode_hi 
+0x6b15 029241 jam 0 ,core_ucode_low 
+0x6b16 029242 fetcht 2 ,mem_patch_len 
+0x6b17 029243 lshift2 temp ,loopcnt 
+0x6b18 029244 iforce contr 
+:      029245 load_ucode_loop:
+0x6b19 029246 ifetch 1 ,contr 
+0x6b1a 029247 store 1 ,core_ucode_data 
+0x6b1b 029248 loop load_ucode_loop 
+0x6b1c 029249 jam 0x0 ,core_ucode_ctrl 
+0x6b1d 029250 rtn 
+:      029257 otp_load_code:
+0x6b1e 029258 copy temp ,loopcnt 
+0x6b1f 029259 fetch 2 ,mem_addr_mi 
+0x6b20 029260 iadd temp ,temp 
+0x6b21 029261 storet 2 ,mem_addr_mi 
+0x6b22 029262 iforce regb 
+0x6b23 029263 copy rega ,nap 
+0x6b24 029264 jam init_key ,core_misc_ctrl 
+0x6b25 029265 call otp_read_data 
+0x6b26 029266 copy nap ,rega 
+0x6b27 029267 isolate0 15 ,rega 
+0x6b28 029268 rtn true 
+0x6b29 029269 call enable_true ,blank 
+0x6b2a 029270 branch set_ucode_status 
+:      029273 otp_enable_chgpump25:
+0x6b2b 029274 jam 0x1 ,core_chgpump_ctrl 
+0x6b2c 029275 nop 300 
+0x6b2d 029276 jam 0x5 ,core_chgpump_ctrl 
+0x6b2e 029277 nop 100 
+0x6b2f 029278 jam 0x25 ,core_chgpump_ctrl 
+0x6b30 029279 nop 1000 
+0x6b31 029280 jam 0x27 ,core_chgpump_ctrl 
+0x6b32 029281 nop 300 
+0x6b33 029282 rtn 
+:      029284 otp_enable_chgpump65:
+0x6b34 029285 call otp_enable_chgpump25 
+0x6b35 029286 jam 0x3f ,core_chgpump_ctrl 
+0x6b36 029287 rtn 
+:      029289 disable_otp:
+0x6b37 029290 jam 0x83 ,core_otp_ctrl 
+:      029291 otp_disable_chgpump:
+0x6b38 029292 jam 0 ,core_chgpump_ctrl 
+0x6b39 029293 rtn 
+:      029295 enable_otp_read:
+0x6b3a 029296 call otp_enable_chgpump25 
+:      029298 otp_reset:
+0x6b3b 029299 jam 0x82 ,core_otp_ctrl 
+0x6b3c 029300 nop 12 
+0x6b3d 029301 jam 0x80 ,core_otp_ctrl 
+0x6b3e 029302 jam 0x82 ,core_otp_ctrl 
+0x6b3f 029303 nop 150 
+0x6b40 029304 rtn 
+:      029307 otp_set_addr:
+0x6b41 029308 lshift3 regb ,regb 
+0x6b42 029309 storer regb ,2 ,core_otp_addr 
+0x6b43 029310 jam 0 ,core_otp_din 
+0x6b44 029311 rtn 
+:      029314 otp_write:
+0x6b45 029315 bpatch patch18_4 ,mem_patch18 
+0x6b46 029316 call otp_enable_chgpump65 
+0x6b47 029317 call otp_set_addr 
+0x6b48 029318 call otp_reset 
+:      029319 otp_program:
+0x6b49 029320 ifetcht 1 ,rega 
+0x6b4a 029321 increase 1 ,rega 
+0x6b4b 029322 force 0 ,queue 
+:      029323 otp_program_bit:
+0x6b4c 029324 qisolate0 temp 
+0x6b4d 029325 branch otp_skip_0 ,true 
+0x6b4e 029326 fetch 1 ,core_otp_din 
+0x6b4f 029327 set1 6 ,pdata 
+0x6b50 029328 set1 7 ,pdata 
+0x6b51 029329 store 1 ,core_otp_din 
+0x6b52 029330 jam 0x02 ,core_otp_ctrl 
+0x6b53 029331 jam 0x82 ,core_otp_ctrl 
+0x6b54 029332 set0 7 ,pdata 
+0x6b55 029333 store 1 ,core_otp_din 
+0x6b56 029334 jam 0x8a ,core_otp_ctrl 
+0x6b57 029335 nop 11 
+0x6b58 029336 jam 0xca ,core_otp_ctrl 
+0x6b59 029337 nop 33 
+0x6b5a 029338 jam 0x4a ,core_otp_ctrl 
+0x6b5b 029339 nop 44 
+0x6b5c 029340 jam 0xca ,core_otp_ctrl 
+0x6b5d 029341 nop 22 
+0x6b5e 029342 jam 0x8a ,core_otp_ctrl 
+0x6b5f 029343 nop 33 
+0x6b60 029344 jam 0x82 ,core_otp_ctrl 
+0x6b61 029345 nop 1 
+0x6b62 029346 jam 0x92 ,core_otp_ctrl 
+0x6b63 029347 nop 10 
+0x6b64 029348 jam 0xb2 ,core_otp_ctrl 
+0x6b65 029349 fetch 1 ,core_otp_rdata 
+0x6b66 029350 jam 0x92 ,core_otp_ctrl 
+0x6b67 029351 nop 1 
+0x6b68 029352 jam 0x82 ,core_otp_ctrl 
+0x6b69 029353 nop 1 
+0x6b6a 029354 qisolate0 pdata 
+0x6b6b 029355 branch otp_program_bit ,true 
+:      029356 otp_skip_0:
+0x6b6c 029357 fetch 2 ,core_otp_addr 
+0x6b6d 029358 increase 1 ,pdata 
+0x6b6e 029359 store 2 ,core_otp_addr 
+0x6b6f 029360 increase 1 ,queue 
+0x6b70 029361 compare 8 ,queue ,0xf 
+0x6b71 029362 nbranch otp_program_bit ,true 
+0x6b72 029363 loop otp_program 
+0x6b73 029364 branch otp_disable_chgpump 
+:      029370 otp_read_data:
+0x6b74 029371 bpatch patch18_5 ,mem_patch18 
+:      029372 otp_read_data1:
+0x6b75 029373 call otp_set_addr 
+0x6b76 029374 jam 0xa2 ,core_otp_ctrl 
+0x6b77 029375 increase 8 ,regb 
+0x6b78 029376 arg 0 ,queue 
+0x6b79 029377 setarg -1 
+:      029378 otp_read_data_loop:
+0x6b7a 029379 fetcht 1 ,core_otp_rdata 
+0x6b7b 029380 istoret 1 ,rega 
+0x6b7c 029381 bcrc temp 
+0x6b7d 029382 jam shift_key ,core_misc_ctrl 
+0x6b7e 029383 storer regb ,2 ,core_otp_addr 
+0x6b7f 029384 isolate1 15 ,rega 
+0x6b80 029385 branch otp_read_noinc ,true 
+0x6b81 029386 increase 1 ,rega 
+0x6b82 029387 branch otp_read_unenc 
+:      029389 otp_read_noinc:
+0x6b83 029390 nbranch otp_read_unenc ,user 
+0x6b84 029391 increase 1 ,queue 
+0x6b85 029392 compare 0 ,queue ,0xf 
+0x6b86 029393 nbranch otp_read_unenc ,true 
+0x6b87 029394 call do_aes_cbc 
+0x6b88 029395 jam init_key ,core_misc_ctrl 
+:      029396 otp_read_unenc:
+0x6b89 029397 increase 8 ,regb 
+0x6b8a 029398 loop otp_read_data_loop 
+0x6b8b 029399 jam 0x82 ,core_otp_ctrl 
+0x6b8c 029400 rtn 
+:      029411 app_lpm_lock_check:
+0x6b8d 029412 fetch 1 ,mem_device_option 
+0x6b8e 029413 beq dvc_op_module ,app_lpm_module_lock 
+0x6b8f 029414 beq dvc_op_dongle ,app_lpm_dongle_lock 
+0x6b90 029416 beq dvc_op_mouse ,app_lpm_mouse_lock 
+0x6b91 029417 beq dvc_op_shutter ,app_lpm_shutter_lock 
+0x6b92 029418 beq dvc_op_shutter_dy ,app_lpm_shutter_lock 
+0x6b93 029419 beq dvc_op_hci_boot ,app_lpm_hciboot_lock 
+0x6b94 029420 beq dvc_op_remote_car ,app_lpm_car_lock_application_and_ble 
+0x6b95 029421 beq dvc_op_car ,app_lpm_car_lock 
+0x6b96 029422 beq dvc_op_mesh ,app_lpm_mesh_lock 
+0x6b97 029423 beq dvc_op_keyboard ,app_lpm_kb_lock 
+0x6b98 029424 branch app_lpm_mpu_lock_24g_ble 
+:      029427 app_lpm_mesh_lock:
+0x6b99 029428 arg car_init ,pdata 
+0x6b9a 029429 arg shutter_dy_shutter_1s_timer ,temp 
+0x6b9b 029430 call app_mpu_s0_lock 
+0x6b9c 029431 branch app_lpm_lock_mesh 
+:      029433 app_lpm_kb_lock:
+0x6b9d 029434 branch app_lpm_lock_mesh 
+:      029437 app_lpm_module_lock:
+:      029438 app_lpm_hciboot_lock:
+0x6b9e 029439 branch app_lpm_mpu_lock_24g 
+:      029442 app_lpm_dongle_lock:
+0x6b9f 029443 arg module_init ,pdata 
+0x6ba0 029444 arg shutter_dy_shutter_1s_timer ,temp 
+0x6ba1 029445 call app_mpu_s0_lock 
+0x6ba2 029446 branch app_lpm_lock_mesh 
+:      029448 app_lpm_mouse_lock:
+0x6ba3 029449 arg car_init ,pdata 
+0x6ba4 029450 arg module_set_state ,temp 
+0x6ba5 029451 call app_mpu_s0_lock 
+0x6ba6 029452 branch app_lpm_lock_mesh 
+:      029454 app_lpm_shutter_lock:
+0x6ba7 029455 arg car_init ,pdata 
+0x6ba8 029456 arg remote_car_moto_data_enable_user ,temp 
+0x6ba9 029457 call app_mpu_s0_lock 
+0x6baa 029458 branch app_lpm_lock_mesh 
+:      029460 app_lpm_car_lock:
+0x6bab 029461 arg dongle_init ,pdata 
+0x6bac 029462 arg shutter_dy_shutter_1s_timer ,temp 
+0x6bad 029463 call app_mpu_s0_lock 
+:      029464 app_lpm_lock_mesh:
+0x6bae 029465 arg ali_mesh_access_layer_resolve_message ,pdata 
+0x6baf 029466 arg ali_mesh_upper_transport_layer_init_queue_param ,temp 
+0x6bb0 029467 branch app_mpu_s1_lock 
+:      029469 app_lpm_car_lock_application_and_ble:
+0x6bb1 029470 arg dongle_init ,pdata 
+0x6bb2 029471 arg shutter_dy_shutter_1s_timer ,temp 
+0x6bb3 029472 call app_mpu_s0_lock 
+0x6bb4 029473 arg le_adv ,pdata 
+0x6bb5 029474 arg le_send_ll_one_lenth ,temp 
+0x6bb6 029475 branch app_mpu_s1_lock 
+:      029478 app_mpu_s0_lock:
+0x6bb7 029479 lshift16 temp ,temp 
+0x6bb8 029480 ior temp ,pdata 
+0x6bb9 029481 branch lpm_write_mpu_s0 
+:      029484 app_lpm_mpu_lock_ble:
+0x6bba 029485 arg le_parse_att ,pdata 
+0x6bbb 029486 arg le_send_ll_one_lenth ,temp 
+:      029487 app_mpu_s1_lock:
+0x6bbc 029488 lshift16 temp ,temp 
+0x6bbd 029489 ior temp ,pdata 
+0x6bbe 029490 branch lpm_write_mpu_s1 
+:      029492 app_lpm_mpu_lock_24g:
+0x6bbf 029493 arg g24_prep ,pdata 
+0x6bc0 029494 arg g24_factory_check ,temp 
+0x6bc1 029495 branch app_mpu_s1_lock 
+:      029497 app_lpm_mpu_lock_24g_ble:
+0x6bc2 029498 call app_lpm_mpu_lock_24g 
+0x6bc3 029499 arg le_parse_att ,pdata 
+0x6bc4 029500 arg le_send_ll_one_lenth ,temp 
+0x6bc5 029501 branch app_mpu_s0_lock 
+:      029507 spid_init:
+0x6bc6 029508 bpatch patch18_6 ,mem_patch18 
+:      029509 spid_init_common:
+0x6bc7 029510 fetch 1 ,mem_spi_init_clk 
+0x6bc8 029511 store 1 ,core_spid_ctrl 
+0x6bc9 029512 fetch 1 ,mem_spi_init_delay_time 
+0x6bca 029513 store 1 ,core_spid_delay 
+0x6bcb 029514 setarg mem_spid_tbuf 
+0x6bcc 029515 store 2 ,core_spid_txaddr 
+0x6bcd 029516 setarg mem_spid_rbuf 
+0x6bce 029517 store 2 ,core_spid_rxaddr 
+0x6bcf 029518 branch twspi_disable 
+:      029523 spid_write_reg:
+0x6bd0 029524 set1 7 ,pdata 
+0x6bd1 029525 store 2 ,mem_spid_tbuf 
+0x6bd2 029526 bpatch patch18_7 ,mem_patch18 
+0x6bd3 029527 jam 2 ,core_spid_txlen 
+0x6bd4 029528 jam 0 ,core_spid_rxlen 
+0x6bd5 029529 jam spid_start ,core_misc_ctrl 
+0x6bd6 029530 branch wait_spid_done 
+:      029533 spid_read_reg:
+0x6bd7 029534 force 1 ,temp 
+:      029535 spid_read_regs:
+0x6bd8 029536 store 1 ,mem_spid_tbuf 
+0x6bd9 029537 bpatch patch19_0 ,mem_patch19 
+0x6bda 029538 jam 1 ,core_spid_txlen 
+0x6bdb 029539 storet 2 ,core_spid_rxlen 
+0x6bdc 029540 jam spid_start ,core_misc_ctrl 
+0x6bdd 029541 call wait_spid_done 
+0x6bde 029542 fetch 1 ,mem_spid_rbuf 
+0x6bdf 029543 rtn 
+:      029546 wait_spid_done:
+0x6be0 029550 nop 5 
+0x6be1 029551 fetch 1 ,core_dma_status 
+0x6be2 029552 bbit0 spid_done ,wait_spid_done 
+0x6be3 029553 rtn 
+:      029561 flash_write:
+0x6be4 029562 disable user 
+0x6be5 029563 copy pdata ,regb 
+0x6be6 029564 fetch 1 ,mem_spi_write_flash_sm 
+0x6be7 029565 rtnne flash_sm_no_buys 
+0x6be8 029566 enable user 
+0x6be9 029567 copy regb ,pdata 
+0x6bea 029568 branch spid_flash_write_start 
+:      029571 flash_write_spi_sm_timer:
+0x6beb 029572 fetch 1 ,mem_spi_write_flash_sm 
+0x6bec 029573 beq flash_sm_start ,spid_flash_write_start 
+0x6bed 029574 beq flash_sm_erase_sector ,spid_flash_erase_sector 
+0x6bee 029575 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
+0x6bef 029576 beq flash_sm_write_data ,spid_flash_write_data 
+0x6bf0 029577 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
+0x6bf1 029578 rtn 
+:      029580 spid_flash_write_start:
+0x6bf2 029581 store 3 ,mem_spi_write_addr 
+0x6bf3 029582 copy rega ,pdata 
+0x6bf4 029583 store 2 ,mem_spi_write_ptr 
+0x6bf5 029584 storet 2 ,mem_spi_write_len 
+0x6bf6 029585 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6bf7 029586 branch spid_init_flash 
+:      029588 spid_flash_erase_sector:
+0x6bf8 029589 call spid_init_flash 
+0x6bf9 029590 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x6bfa 029591 call spid_unlock_flash 
+0x6bfb 029592 arg mem_spid_tbuf ,rega 
+0x6bfc 029593 jam 4 ,core_spid_txlen 
+0x6bfd 029594 fetch 3 ,mem_spi_write_addr 
+0x6bfe 029595 arg flash_command_sector_erase ,temp 
+0x6bff 029596 branch spid_write_flash_common 
+:      029598 spid_flash_wait_erase_sector:
+0x6c00 029599 call spid_init_flash 
+0x6c01 029600 call wait_spid_flash_done 
+0x6c02 029601 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x6c03 029602 rtn 
+:      029605 spid_flash_write_data:
+0x6c04 029606 bpatch patch19_1 ,mem_patch19 
+0x6c05 029607 call spid_init_flash 
+0x6c06 029608 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6c07 029609 call spid_unlock_flash 
+0x6c08 029610 call spid_flash_data_preserve 
+0x6c09 029611 call spid_write_flash 
+0x6c0a 029612 branch spid_flash_data_recover 
+:      029613 spid_flash_wait_write_data:
+0x6c0b 029614 call spid_init_flash 
+0x6c0c 029615 call spid_unlock_flash 
+0x6c0d 029616 setarg flash_read_satus 
+0x6c0e 029617 call spid_read_reg 
+0x6c0f 029618 rtnbit1 flash_status_wip 
+0x6c10 029619 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x6c11 029620 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x6c12 029621 branch callback_func 
+:      029622 spid_flash_data_recover:
+0x6c13 029623 fetch 4 ,mem_temp 
+0x6c14 029624 fetcht 2 ,mem_spi_write_ptr 
+:      029625 spid_flash_data_recover_comm:
+0x6c15 029626 increase -4 ,temp 
+0x6c16 029627 istore 4 ,temp 
+0x6c17 029628 rtn 
+:      029630 spid_flash_data_preserve:
+0x6c18 029631 fetcht 2 ,mem_spi_write_ptr 
+0x6c19 029632 copy temp ,rega 
+0x6c1a 029633 increase -4 ,temp 
+0x6c1b 029634 ifetch 4 ,temp 
+0x6c1c 029635 store 4 ,mem_temp 
+0x6c1d 029636 fetcht 2 ,mem_spi_write_len 
+0x6c1e 029637 fetch 3 ,mem_spi_write_addr 
+0x6c1f 029638 rtn 
+:      029640 spid_init_flash:
+0x6c20 029641 bpatch patch19_2 ,mem_patch19 
+0x6c21 029642 call spi_gpio_init 
+0x6c22 029643 call twspi_disable 
+0x6c23 029644 setarg 0 
+0x6c24 029645 store 4 ,mem_spid_tbuf 
+0x6c25 029646 rtn 
+:      029648 spid_unlock_flash:
+0x6c26 029649 jam flash_command_write_enable ,mem_spid_tbuf 
+:      029650 spid_sendcmd_common:
+0x6c27 029651 setarg 0 
+0x6c28 029652 store 2 ,core_spid_rxlen 
+0x6c29 029653 setarg 1 
+0x6c2a 029654 store 2 ,core_spid_txlen 
+0x6c2b 029655 setarg mem_spid_tbuf 
+0x6c2c 029656 store 2 ,core_spid_txaddr 
+0x6c2d 029657 jam spid_start ,core_misc_ctrl 
+0x6c2e 029658 branch wait_spid_done 
+:      029660 spid_flash_release_form_powerdown:
+0x6c2f 029661 jam flash_command_release_from_powerdown ,mem_spid_tbuf 
+0x6c30 029662 branch spid_sendcmd_common 
+:      029664 spid_flash_powerdown:
+0x6c31 029665 jam flash_command_powerdown ,mem_spid_tbuf 
+0x6c32 029666 branch spid_sendcmd_common 
+:      029668 spid_write_flash_data:
+0x6c33 029669 store 3 ,mem_pdatatemp 
+0x6c34 029670 storet 2 ,mem_temp 
+0x6c35 029671 storer rega ,2 ,mem_rega 
+0x6c36 029672 bpatchx patch36_5 ,mem_patch36 
+0x6c37 029673 call spid_unlock_flash 
+0x6c38 029674 fetch 3 ,mem_pdatatemp 
+0x6c39 029675 fetcht 2 ,mem_temp 
+0x6c3a 029676 fetchr rega ,2 ,mem_rega 
+0x6c3b 029677 branch spid_write_flash 
+:      029680 spid_write_flash:
+0x6c3c 029681 increase 4 ,temp 
+0x6c3d 029682 storet 2 ,core_spid_txlen 
+0x6c3e 029683 arg flash_command_write_data ,temp 
+0x6c3f 029684 increase -4 ,rega 
+:      029686 spid_write_flash_common:
+0x6c40 029687 istoret 1 ,rega 
+0x6c41 029688 rshift16 pdata ,temp 
+0x6c42 029689 istoret 1 ,contw 
+0x6c43 029690 rshift8 pdata ,temp 
+0x6c44 029691 istoret 1 ,contw 
+0x6c45 029692 istore 1 ,contw 
+0x6c46 029693 deposit rega 
+0x6c47 029694 store 2 ,core_spid_txaddr 
+0x6c48 029695 setarg 0 
+0x6c49 029696 store 2 ,core_spid_rxlen 
+0x6c4a 029697 jam spid_start ,core_misc_ctrl 
+0x6c4b 029698 call wait_spid_done 
+0x6c4c 029699 branch wait_spid_flash_done 
+:      029703 spid_read_flash:
+0x6c4d 029704 storet 2 ,core_spid_rxlen 
+0x6c4e 029705 rshift16 pdata ,temp 
+0x6c4f 029706 storet 1 ,mem_addr_hi 
+0x6c50 029707 rshift8 pdata ,temp 
+0x6c51 029708 storet 1 ,mem_addr_mi 
+0x6c52 029709 store 1 ,mem_addr_lo 
+0x6c53 029710 setarg 4 
+0x6c54 029711 store 2 ,core_spid_txlen 
+0x6c55 029712 jam flash_command_read_data ,mem_spid_tbuf 
+0x6c56 029713 setarg mem_spid_tbuf 
+0x6c57 029714 store 2 ,core_spid_txaddr 
+0x6c58 029715 deposit rega 
+0x6c59 029716 store 2 ,core_spid_rxaddr 
+0x6c5a 029717 fetch 1 ,core_spid_ctrl 
+0x6c5b 029718 isolate0 15 ,rega 
+0x6c5c 029719 setflag true ,6 ,pdata 
+0x6c5d 029720 store 1 ,core_spid_ctrl 
+0x6c5e 029721 jam spid_start ,core_misc_ctrl 
+:      029722 spid_read_flash_wait:
+0x6c5f 029723 fetch 1 ,core_dma_status 
+0x6c60 029724 bbit1 7 ,spid_read_flash_wait 
+0x6c61 029725 arg spid_done ,queue 
+0x6c62 029726 branch wait_spid_done 
+:      029728 wait_spid_flash_done:
+0x6c63 029729 setarg 2000 
+0x6c64 029730 call sleep 
+0x6c65 029731 call spid_unlock_flash 
+0x6c66 029732 setarg mem_spid_rbuf 
+0x6c67 029733 store 2 ,core_spid_rxaddr 
+0x6c68 029734 setarg flash_read_satus 
+0x6c69 029735 call spid_read_reg 
+0x6c6a 029736 bbit1 flash_status_wip ,wait_spid_flash_done 
+0x6c6b 029737 rtn 
+:      029743 spid_load_flash:
+0x6c6c 029744 storet 2 ,core_spid_rxlen 
+0x6c6d 029745 setarg 4 
+0x6c6e 029746 store 2 ,core_spid_txlen 
+0x6c6f 029747 jam 3 ,mem_spid_tbuf 
+0x6c70 029748 setarg mem_spid_tbuf 
+0x6c71 029749 store 2 ,core_spid_txaddr 
+0x6c72 029750 deposit rega 
+0x6c73 029751 store 2 ,core_spid_rxaddr 
+0x6c74 029752 fetch 1 ,core_spid_ctrl 
+0x6c75 029753 isolate0 15 ,rega 
+0x6c76 029754 setflag true ,6 ,pdata 
+0x6c77 029755 store 1 ,core_spid_ctrl 
+0x6c78 029756 jam spid_start ,core_misc_ctrl 
+:      029757 spi_load_flash_wait:
+0x6c79 029758 fetch 1 ,core_dma_status 
+0x6c7a 029759 bbit1 7 ,spi_load_flash_wait 
+0x6c7b 029760 arg spid_done ,queue 
+0x6c7c 029761 call decrypt_code 
+0x6c7d 029762 call wait_spid_done 
+0x6c7e 029763 isolate1 spid_crcok ,pdata 
+0x6c7f 029764 call set_ucode_status 
+0x6c80 029765 fetch 1 ,mem_addr_hi 
+0x6c81 029766 lshift16 pdata ,regb 
+0x6c82 029767 fetch 2 ,mem_addr_mi 
+0x6c83 029768 byteswap pdata ,pdata 
+0x6c84 029769 ior regb ,pdata 
+0x6c85 029770 iadd temp ,pdata 
+0x6c86 029771 store 1 ,mem_addr_lo 
+0x6c87 029772 rshift8 pdata ,pdata 
+0x6c88 029773 byteswap pdata ,pdata 
+0x6c89 029774 store 2 ,mem_addr_hi 
+0x6c8a 029775 rtn 
+:      029777 spi_gpio_init:
+0x6c8b 029778 fetch 1 ,mem_spi_cs_gpio 
+0x6c8c 029779 fetcht 1 ,mem_spi_so_gpio 
+0x6c8d 029780 isub temp ,null 
+0x6c8e 029781 nbranch spi_pin_set ,zero 
+0x6c8f 029782 call spi_gpio_default_init 
+:      029784 spi_pin_set:
+0x6c90 029785 fetch 1 ,mem_spi_cs_gpio 
+0x6c91 029786 arg gpcfg_spid_ncs ,temp 
+0x6c92 029787 call gpio_config_function_int 
+0x6c93 029788 fetch 1 ,mem_spi_sclk_gpio 
+0x6c94 029789 arg gpcfg_spid_sck ,temp 
+0x6c95 029790 call gpio_config_function_int 
+0x6c96 029791 fetch 1 ,mem_spi_si_gpio 
+0x6c97 029792 arg gpcfg_spid_mosi ,temp 
+0x6c98 029793 call gpio_config_function_int 
+0x6c99 029794 fetch 1 ,mem_spi_so_gpio 
+0x6c9a 029795 arg gpcfg_spid_miso ,temp 
+0x6c9b 029796 branch gpio_config_function_int 
+:      029798 spi_gpio_default_init:
+0x6c9c 029799 jam 1 ,mem_spi_cs_gpio 
+0x6c9d 029800 jam 3 ,mem_spi_si_gpio 
+0x6c9e 029801 jam 0 ,mem_spi_so_gpio 
+0x6c9f 029802 jam 2 ,mem_spi_sclk_gpio 
+0x6ca0 029803 jam 11 ,mem_spi_wp_gpio 
+0x6ca1 029804 jam 10 ,mem_spi_hold_gpio 
+0x6ca2 029805 rtn 
+:      029808 soft_reset_chip:
+0x6ca3 029809 jam 1 ,core_reset 
+0x6ca4 029810 rtn 
+:      029816 iic_init_600khz:
+0x6ca5 029817 jam 5 ,core_iicd_scl_low 
+0x6ca6 029818 jam 7 ,core_iicd_scl_high 
+0x6ca7 029819 jam 7 ,core_iicd_start_setup 
+0x6ca8 029820 jam 7 ,core_iicd_start_hold 
+0x6ca9 029821 jam 7 ,core_iicd_stop_setup 
+0x6caa 029822 jam 5 ,core_iicd_data_setup 
+0x6cab 029823 jam 0 ,core_iicd_data_hold 
+0x6cac 029824 rtn 
+:      029826 iic_init_360khz:
+0x6cad 029827 jam 12 ,core_iicd_scl_low 
+0x6cae 029828 jam 13 ,core_iicd_scl_high 
+0x6caf 029829 jam 13 ,core_iicd_start_setup 
+0x6cb0 029830 jam 13 ,core_iicd_start_hold 
+0x6cb1 029831 jam 13 ,core_iicd_stop_setup 
+0x6cb2 029832 jam 12 ,core_iicd_data_setup 
+0x6cb3 029833 jam 0 ,core_iicd_data_hold 
+0x6cb4 029834 rtn 
+:      029836 iicd_init_pin:
+0x6cb5 029837 call iicd_eeprom_write_enable 
+:      029838 iicd_init_pin_scl_sda:
+0x6cb6 029839 fetch 1 ,mem_eeprom_scl_gpio 
+0x6cb7 029840 arg gpcfg_iic_scl | gpcfg_pullup ,temp 
+0x6cb8 029841 call gpio_config_function_int 
+0x6cb9 029842 fetch 1 ,mem_eeprom_sda_gpio 
+0x6cba 029843 arg gpcfg_iic_sda | gpcfg_pullup ,temp 
+0x6cbb 029844 branch gpio_config_function_int 
+:      029846 iicd_read_init_pin:
+0x6cbc 029847 call iicd_eeprom_write_disable 
+0x6cbd 029848 branch iicd_init_pin_scl_sda 
+:      029850 wait_iicd_done:
+0x6cbe 029851 fetch 1 ,core_dma_status 
+0x6cbf 029852 bbit0 iicd_done ,wait_iicd_done 
+0x6cc0 029853 rtn 
+:      029879 set_eeprom_size_2k:
+0x6cc1 029880 set1 mark_eeprom_size ,mark 
+0x6cc2 029881 jam 0x08 ,mem_eeprom_block_size 
+0x6cc3 029882 rtn 
+:      029884 clear_eeprom_size_2k:
+0x6cc4 029885 set0 mark_eeprom_size ,mark 
+0x6cc5 029886 jam 0x20 ,mem_eeprom_block_size 
+0x6cc6 029887 rtn 
+:      029890 iicd_read_eep_data_size_2k:
+0x6cc7 029891 fetch 1 ,mem_eeprom_base 
+0x6cc8 029892 iadd regb ,pdata 
+0x6cc9 029893 store 1 ,mem_addr_mi 
+0x6cca 029894 branch iicd_read_eep_size_2k 
+:      029896 iicd_read_eep_size_2k_lcadcode:
+0x6ccb 029897 fetch 2 ,mem_addr_mi 
+0x6ccc 029898 byteswap pdata ,pdata 
+0x6ccd 029899 store 1 ,mem_addr_mi 
+:      029904 iicd_read_eep_size_2k:
+0x6cce 029905 setarg 3 
+0x6ccf 029906 store 2 ,core_iicd_txlen 
+0x6cd0 029907 jam 0xa0 ,mem_iicd_tbuf 
+0x6cd1 029908 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x6cd2 029909 branch iicd_read_eep_common 
+:      029915 iicd_write_protect_eep_data:
+0x6cd3 029916 storet 2 ,mem_temp 
+0x6cd4 029917 call iicd_eeprom_write_enable 
+0x6cd5 029918 fetcht 2 ,mem_temp 
+0x6cd6 029919 call iicd_write_eep_data 
+0x6cd7 029920 branch iicd_eeprom_write_disable 
+:      029922 iicd_eeprom_write_enable:
+0x6cd8 029923 fetch 1 ,mem_eeprom_wp_gpio 
+0x6cd9 029924 rtneq gpio_disable 
+0x6cda 029925 bbit0 6 ,iicd_wp_gpio_output_low 
+0x6cdb 029926 setarg 150000 
+0x6cdc 029927 call sleep 
+:      029928 iicd_wp_gpio_output_low:
+0x6cdd 029929 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6cde 029930 branch gpio_out_active 
+:      029932 iicd_eeprom_write_disable:
+0x6cdf 029933 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6ce0 029934 branch gpio_out_inactive 
+:      029939 iicd_read_eep_data:
+0x6ce1 029940 bpatch patch19_3 ,mem_patch19 
+0x6ce2 029941 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x6ce3 029942 fetch 2 ,mem_eeprom_base 
+0x6ce4 029943 iadd regb ,pdata 
+0x6ce5 029944 byteswap pdata ,pdata 
+0x6ce6 029945 store 2 ,mem_addr_mi 
+:      029948 iicd_read_eep:
+0x6ce7 029949 bpatch patch19_4 ,mem_patch19 
+0x6ce8 029950 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x6ce9 029951 setarg 4 
+0x6cea 029952 store 2 ,core_iicd_txlen 
+0x6ceb 029953 jam 0xa0 ,mem_iicd_tbuf 
+0x6cec 029954 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      029955 iicd_read_eep_common:
+0x6ced 029956 setarg mem_iicd_tbuf 
+0x6cee 029957 store 2 ,core_iicd_txaddr 
+0x6cef 029958 storet 2 ,core_iicd_rxlen 
+0x6cf0 029959 storer rega ,2 ,core_iicd_rxaddr 
+0x6cf1 029960 setarg 2 
+0x6cf2 029961 isolate0 15 ,rega 
+0x6cf3 029962 setflag true ,0 ,pdata 
+0x6cf4 029963 store 1 ,core_iicd_ctrl 
+0x6cf5 029964 jam iicd_start ,core_misc_ctrl 
+0x6cf6 029965 arg iicd_done ,queue 
+0x6cf7 029966 call decrypt_code 
+0x6cf8 029967 call wait_iicd_done 
+0x6cf9 029968 isolate1 iicd_crcok ,pdata 
+0x6cfa 029969 call set_ucode_status 
+0x6cfb 029970 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+:      029971 iicd_inc_addr:
+0x6cfc 029972 fetch 2 ,mem_addr_mi 
+0x6cfd 029973 byteswap pdata ,pdata 
+0x6cfe 029974 iadd temp ,pdata 
+0x6cff 029975 byteswap pdata ,pdata 
+0x6d00 029976 store 2 ,mem_addr_mi 
+0x6d01 029977 rtn 
+:      029979 iicd_read_eep_load_code_size_2k:
+0x6d02 029980 fetch 1 ,mem_addr_mi 
+0x6d03 029981 iadd temp ,pdata 
+0x6d04 029982 byteswap pdata ,pdata 
+0x6d05 029983 store 2 ,mem_addr_mi 
+0x6d06 029984 rtn 
+:      029990 iicd_write_eep_data:
+0x6d07 029991 fetch 2 ,mem_eeprom_base 
+0x6d08 029992 iadd regb ,pdata 
+0x6d09 029995 store 2 ,mem_pdatatemp 
+0x6d0a 029996 bpatch patch19_5 ,mem_patch19 
+0x6d0b 029997 storet 2 ,mem_temp 
+0x6d0c 029998 storer rega ,2 ,mem_contr 
+:      029999 iicd_write_eep_loop:
+0x6d0d 030000 call iicd_eep_transparency 
+0x6d0e 030002 fetcht 2 ,mem_regb 
+0x6d0f 030003 fetchr rega ,2 ,mem_contr 
+0x6d10 030004 fetch 2 ,mem_pdatatemp 
+0x6d11 030006 call iicd_write_eep 
+0x6d12 030008 fetch 2 ,mem_regb 
+0x6d13 030009 fetcht 2 ,mem_contr 
+0x6d14 030010 iadd temp ,temp 
+0x6d15 030011 storet 2 ,mem_contr 
+0x6d16 030012 fetcht 2 ,mem_pdatatemp 
+0x6d17 030013 iadd temp ,temp 
+0x6d18 030014 storet 2 ,mem_pdatatemp 
+0x6d19 030015 fetch 2 ,mem_temp 
+0x6d1a 030016 nbranch iicd_write_eep_loop ,blank 
+0x6d1b 030017 rtn 
+:      030025 iicd_eep_transparency:
+0x6d1c 030026 bpatch patch19_6 ,mem_patch19 
+0x6d1d 030027 fetch 1 ,mem_eeprom_block_size 
+0x6d1e 030028 increase -1 ,pdata 
+0x6d1f 030029 fetcht 2 ,mem_pdatatemp 
+0x6d20 030030 ior temp ,pdata 
+0x6d21 030031 increase 1 ,pdata 
+0x6d22 030032 store 3 ,mem_regc 
+0x6d23 030034 fetch 2 ,mem_temp 
+0x6d24 030035 iadd temp ,pdata 
+0x6d25 030037 fetcht 3 ,mem_regc 
+0x6d26 030038 isub temp ,pdata 
+0x6d27 030039 nbranch iicd_eep_deal_short_packet ,positive 
+0x6d28 030040 store 2 ,mem_temp 
+0x6d29 030041 fetch 3 ,mem_regc 
+0x6d2a 030042 fetcht 2 ,mem_pdatatemp 
+0x6d2b 030043 isub temp ,pdata 
+0x6d2c 030044 store 2 ,mem_regb 
+0x6d2d 030045 rtn 
+:      030047 iicd_eep_deal_short_packet:
+0x6d2e 030048 fetch 2 ,mem_temp 
+0x6d2f 030049 store 2 ,mem_regb 
+0x6d30 030050 setarg 0 
+0x6d31 030051 store 2 ,mem_temp 
+0x6d32 030052 rtn 
+:      030054 iicd_write_eep_size_2k:
+0x6d33 030055 copy regb ,pdata 
+0x6d34 030056 increase 2 ,temp 
+0x6d35 030057 storet 2 ,core_iicd_txlen 
+0x6d36 030058 increase -2 ,rega 
+0x6d37 030059 ifetcht 3 ,rega 
+0x6d38 030060 copy temp ,regb 
+0x6d39 030061 arg 0xa0 ,temp 
+0x6d3a 030062 istoret 1 ,rega 
+0x6d3b 030063 istore 1 ,contw 
+0x6d3c 030064 branch iicd_write_eep_common 
+:      030067 iicd_write_eep:
+0x6d3d 030068 copy pdata ,regb 
+0x6d3e 030069 bpatch patch19_7 ,mem_patch19 
+0x6d3f 030070 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6d40 030071 copy regb ,pdata 
+0x6d41 030072 increase 3 ,temp 
+0x6d42 030073 storet 2 ,core_iicd_txlen 
+0x6d43 030074 increase -3 ,rega 
+0x6d44 030075 ifetcht 3 ,rega 
+0x6d45 030076 copy temp ,regb 
+0x6d46 030077 arg 0xa0 ,temp 
+0x6d47 030078 istoret 1 ,rega 
+0x6d48 030079 byteswap pdata ,pdata 
+0x6d49 030080 istore 2 ,contw 
+:      030081 iicd_write_eep_common:
+0x6d4a 030082 storer rega ,2 ,core_iicd_txaddr 
+0x6d4b 030083 setarg 0 
+0x6d4c 030084 store 2 ,core_iicd_rxlen 
+0x6d4d 030085 jam 1 ,core_iicd_ctrl 
+0x6d4e 030086 jam iicd_start ,core_misc_ctrl 
+0x6d4f 030087 call wait_iicd_done 
+0x6d50 030088 istorer regb ,3 ,rega 
+:      030089 iic_check_eeprom_standby:
+0x6d51 030090 bpatch patch1a_0 ,mem_patch1a 
+0x6d52 030091 jam 0 ,mem_iicd_tbuf + 3 
+:      030092 iic_check_eeprom_standby_wait:
+0x6d53 030093 setarg 1 
+0x6d54 030094 store 2 ,core_iicd_txlen 
+0x6d55 030095 jam 0xa0 ,mem_iicd_tbuf 
+0x6d56 030096 setarg mem_iicd_tbuf 
+0x6d57 030097 store 2 ,core_iicd_txaddr 
+0x6d58 030098 setarg 0 
+0x6d59 030099 store 2 ,core_iicd_rxlen 
+0x6d5a 030100 store 2 ,core_iicd_rxaddr 
+0x6d5b 030101 setarg 3 
+0x6d5c 030102 store 1 ,core_iicd_ctrl 
+0x6d5d 030103 jam iicd_start ,core_misc_ctrl 
+0x6d5e 030104 call wait_iicd_done 
+0x6d5f 030105 fetch 1 ,core_dma_status 
+0x6d60 030106 rtnbit0 iicd_ack 
+0x6d61 030107 nop 1500 
+0x6d62 030108 fetch 1 ,mem_iicd_tbuf + 3 
+0x6d63 030109 increase 1 ,pdata 
+0x6d64 030110 store 1 ,mem_iicd_tbuf + 3 
+0x6d65 030111 sub pdata ,40 ,null 
+0x6d66 030112 nrtn positive 
+0x6d67 030113 branch iic_check_eeprom_standby_wait 
+:      030117 uarta_init_dma_mem:
+0x6d68 030118 call enable_user 
+0x6d69 030119 branch uart_init_dma_mem 
+:      030121 uart_init_dma_mem:
+0x6d6a 030122 rshift16 pdata ,temp 
+0x6d6b 030123 call uarta_init_rx ,user 
+0x6d6c 030124 rshift32 pdata ,pdata 
+0x6d6d 030125 rshift16 pdata ,temp 
+0x6d6e 030126 call uarta_init_tx ,user 
+0x6d6f 030127 fetch 2 ,core_clkoff 
+0x6d70 030128 set0 clock_off_uart ,pdata 
+0x6d71 030129 store 2 ,core_clkoff 
+0x6d72 030130 rtn 
+:      030133 uarta_init_baud_rate:
+0x6d73 030134 store uart_baud_len ,core_uart_baud 
+0x6d74 030135 rtn 
+:      030138 uarta_calc_baud_rate_config:
+0x6d75 030139 call uart_calc_baud_rate_config 
+0x6d76 030140 branch uarta_init_baud_rate 
+:      030143 uart_calc_baud_rate_config:
+0x6d77 030144 call uart_calc_baud_rate_config_choice_uart_clock 
+0x6d78 030145 idiv temp 
+0x6d79 030146 call wait_div_end 
+0x6d7a 030147 quotient pdata 
+0x6d7b 030148 rtn 
+:      030150 uart_calc_baud_rate_config_choice_uart_clock:
+0x6d7c 030151 fetch 1 ,core_uart_clksel 
+0x6d7d 030152 bbit0 uart_clock_select_bit ,uart_calc_baud_rate_config_choice_uart_clock_crystal 
+0x6d7e 030153 setarg uart_clock_freq_48m 
+0x6d7f 030154 rtn 
+:      030155 uart_calc_baud_rate_config_choice_uart_clock_crystal:
+0x6d80 030156 setarg uart_clock_freq_24m 
+0x6d81 030157 rtn 
+:      030159 uart_clock_select_main_freq_crystal:
+0x6d82 030160 fetch 1 ,core_uart_clksel 
+0x6d83 030161 and pdata ,uart_clock_select_crystal ,pdata 
+0x6d84 030162 store 1 ,core_uart_clksel 
+0x6d85 030163 rtn 
+:      030165 uart_clock_select_main_freq_dpll:
+0x6d86 030166 fetch 1 ,core_uart_clksel 
+0x6d87 030167 or pdata ,uart_clock_select_dpll ,pdata 
+0x6d88 030168 store 1 ,core_uart_clksel 
+0x6d89 030169 rtn 
+:      030173 uarta_init_tx:
+0x6d8a 030174 store 2 ,core_uart_tsaddr 
+0x6d8b 030175 store 2 ,core_uart_twptr 
+0x6d8c 030176 storet 2 ,core_uart_teaddr 
+0x6d8d 030177 rtn 
+:      030180 uarta_init_rx:
+0x6d8e 030181 store 2 ,core_uart_rsaddr 
+0x6d8f 030182 store 2 ,core_uart_rrptr 
+0x6d90 030183 storet 2 ,core_uart_readdr 
+0x6d91 030184 rtn 
+:      030186 uarta_prepare_tx:
+0x6d92 030187 fetchr contus ,2 ,core_uart_tsaddr 
+0x6d93 030188 fetchr contue ,2 ,core_uart_teaddr 
+0x6d94 030189 fetchr contu ,2 ,core_uart_twptr 
+0x6d95 030190 rtn 
+:      030192 uarta_prepare_rx:
+0x6d96 030193 fetchr contus ,2 ,core_uart_rsaddr 
+0x6d97 030194 fetchr contue ,2 ,core_uart_readdr 
+0x6d98 030195 fetchr contu ,2 ,core_uart_rrptr 
+0x6d99 030196 rtn 
+:      030198 uarta_send:
+0x6d9a 030199 storer contu ,2 ,core_uart_twptr 
+0x6d9b 030200 rtn 
+:      030202 uarta_rxdone:
+0x6d9c 030203 storer contu ,2 ,core_uart_rrptr 
+0x6d9d 030204 rtn 
+:      030206 uarta_clear_current_rx:
+0x6d9e 030207 call uarta_prepare_rx 
+0x6d9f 030208 fetch 2 ,core_uart_rxitems 
+0x6da0 030209 iadd contu ,contu 
+0x6da1 030210 branch uarta_rxdone 
+:      030212 uarta_prepare_tx_register_push:
+0x6da2 030213 call uart_register_push 
+0x6da3 030214 branch uarta_prepare_tx 
+:      030216 uarta_send_register_pop:
+0x6da4 030217 call uarta_send 
+0x6da5 030218 branch uart_register_pop 
+:      030221 uart_register_push:
+0x6da6 030222 storer contu ,2 ,mem_contu 
+0x6da7 030223 storer contus ,2 ,mem_contue 
+0x6da8 030224 storer contue ,2 ,mem_contus 
+0x6da9 030225 rtn 
+:      030227 uart_register_pop:
+0x6daa 030228 fetchr contu ,2 ,mem_contu 
+0x6dab 030229 fetchr contus ,2 ,mem_contue 
+0x6dac 030230 fetchr contue ,2 ,mem_contus 
+0x6dad 030231 rtn 
+:      030233 wait_uarttx:
+0x6dae 030234 fetch 2 ,core_uart_txitems 
+0x6daf 030235 nbranch wait_uarttx ,blank 
+0x6db0 030236 rtn 
+:      030238 uart_copy_tx_bytes_fast:
+0x6db1 030239 deposit loopcnt 
+0x6db2 030240 rtn blank 
+:      030241 uart_copy_tx_bytes_fast_loop:
+0x6db3 030242 increase -8 ,loopcnt 
+0x6db4 030243 call uart_tx_8_bytes ,positive 
+0x6db5 030244 rtn zero 
+0x6db6 030245 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x6db7 030246 increase 8 ,loopcnt 
+:      030247 uart_copy_tx_bytes_fast_loop_four:
+0x6db8 030248 increase -4 ,loopcnt 
+0x6db9 030249 call uart_tx_4_bytes ,positive 
+0x6dba 030250 rtn zero 
+0x6dbb 030251 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x6dbc 030252 increase 4 ,loopcnt 
+0x6dbd 030253 branch uart_copy_tx_bytes 
+:      030255 uart_tx_8_bytes:
+0x6dbe 030256 ifetch 8 ,contr 
+0x6dbf 030257 istore 8 ,contu 
+0x6dc0 030258 rtn 
+:      030260 uart_tx_4_bytes:
+0x6dc1 030261 ifetch 4 ,contr 
+0x6dc2 030262 istore 4 ,contu 
+0x6dc3 030263 rtn 
+:      030265 uart_copy_tx_bytes:
+0x6dc4 030266 deposit loopcnt 
+0x6dc5 030267 rtn blank 
+:      030268 uart_copy_tx_bytes_loop:
+0x6dc6 030269 ifetch 1 ,contr 
+0x6dc7 030270 istore 1 ,contu 
+0x6dc8 030271 loop uart_copy_tx_bytes_loop 
+0x6dc9 030272 rtn 
+:      030274 uart_copy_rx_bytes_fast:
+0x6dca 030275 deposit loopcnt 
+0x6dcb 030276 rtn blank 
+:      030277 uart_copy_rx_bytes_fast_loop:
+0x6dcc 030278 increase -8 ,loopcnt 
+0x6dcd 030279 call uart_rx_8_bytes ,positive 
+0x6dce 030280 rtn zero 
+0x6dcf 030281 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x6dd0 030282 increase 8 ,loopcnt 
+:      030283 uart_copy_rx_bytes_fast_loop_four:
+0x6dd1 030284 increase -4 ,loopcnt 
+0x6dd2 030285 call uart_rx_4_bytes ,positive 
+0x6dd3 030286 rtn zero 
+0x6dd4 030287 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x6dd5 030288 increase 4 ,loopcnt 
+0x6dd6 030289 branch uart_copy_rx_bytes 
+:      030292 uart_rx_8_bytes:
+0x6dd7 030293 ifetch 8 ,contu 
+0x6dd8 030294 istore 8 ,contw 
+0x6dd9 030295 rtn 
+:      030297 uart_rx_4_bytes:
+0x6dda 030298 ifetch 4 ,contu 
+0x6ddb 030299 istore 4 ,contw 
+0x6ddc 030300 rtn 
+:      030303 uart_copy_rx_bytes:
+0x6ddd 030304 deposit loopcnt 
+0x6dde 030305 rtn blank 
+:      030306 uart_copy_rx_bytes_loop:
+0x6ddf 030307 ifetch 1 ,contu 
+0x6de0 030308 istore 1 ,contw 
+0x6de1 030309 loop uart_copy_rx_bytes_loop 
+0x6de2 030310 rtn 
+:      030315 app_store_nvram_event:
+0x6de3 030316 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x6de4 030317 branch ui_ipc_send_event 
+:      030319 check_51cmd_update_device_record:
+0x6de5 030320 bpatch patch1a_1 ,mem_patch1a 
+0x6de6 030321 fetch 1 ,mem_nv_data_number 
+0x6de7 030322 rtn blank 
+0x6de8 030323 call check_nvram 
+0x6de9 030324 call init_device_list ,zero 
+0x6dea 030325 call disable_user2 
+0x6deb 030326 call nvram_find_addr_from_bd_list 
+:      030327 write_device_record:
+0x6dec 030328 fetch 1 ,mem_nv_data_number 
+0x6ded 030329 icopy regc 
+0x6dee 030330 fetcht 2 ,mem_nv_data_ptr 
+0x6def 030331 storet 2 ,mem_list_item_ptr 
+:      030332 write_device_loop_find:
+0x6df0 030333 copy regc ,pdata 
+0x6df1 030334 branch app_store_nvram_event ,blank 
+0x6df2 030335 increase -1 ,regc 
+0x6df3 030336 copy temp ,rega 
+0x6df4 030337 ifetch 1 ,rega 
+0x6df5 030338 fetcht 1 ,mem_select_list_item 
+0x6df6 030339 isub temp ,null 
+0x6df7 030340 call set_index_finded_device ,zero 
+0x6df8 030341 branch write_device_loop_find0 ,positive 
+0x6df9 030342 ifetch 1 ,rega 
+0x6dfa 030343 increase 1 ,pdata 
+0x6dfb 030344 istore 1 ,rega 
+:      030345 write_device_loop_find0:
+0x6dfc 030346 fetcht 2 ,mem_list_item_ptr 
+0x6dfd 030347 increase nv_data_len ,temp 
+0x6dfe 030348 storet 2 ,mem_list_item_ptr 
+0x6dff 030349 branch write_device_loop_find 
+:      030351 set_index_finded_device:
+0x6e00 030352 setarg 0 
+0x6e01 030353 istore 1 ,rega 
+0x6e02 030354 fetch 1 ,mem_temp_reconn_record 
+0x6e03 030355 istore 1 ,contw 
+0x6e04 030356 bne rec_3_mode ,set_index_finded_device_ble_mode 
+:      030358 set_index_find_device_master_addr:
+0x6e05 030359 ifetch 6 ,contr 
+0x6e06 030360 istore 8 ,contw 
+0x6e07 030361 setarg 0 
+0x6e08 030362 istore 8 ,contw 
+0x6e09 030363 copy regb ,contr 
+:      030364 store_rec_data_common:
+0x6e0a 030365 call memcpy16 
+0x6e0b 030366 force 1 ,null 
+0x6e0c 030367 rtn 
+:      030369 set_index_finded_device_ble_mode:
+0x6e0d 030370 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6e0e 030371 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6e0f 030372 arg mem_le_ltk ,regb 
+0x6e10 030373 branch set_index_find_device_master_addr 
+:      030375 set_index_finded_device_irk:
+0x6e11 030376 arg mem_le_irk ,contr 
+0x6e12 030377 call memcpy16 
+:      030378 store_ble_rec_data_common:
+0x6e13 030379 arg mem_le_ltk ,contr 
+0x6e14 030380 branch store_rec_data_common 
+:      030382 set_index_finded_device_ediv:
+0x6e15 030383 arg mem_le_rand ,contr 
+0x6e16 030384 call memcpy16 
+0x6e17 030385 branch store_ble_rec_data_common 
+:      030390 nvram_find_addr_from_bd_list:
+0x6e18 030391 bpatch patch1a_2 ,mem_patch1a 
+0x6e19 030392 call disable_user 
+0x6e1a 030393 fetch 1 ,mem_nv_data_number 
+0x6e1b 030394 rtn blank 
+0x6e1c 030395 bpatch patch1a_3 ,mem_patch1a 
+0x6e1d 030396 fetch 2 ,mem_ui_state_map 
+0x6e1e 030397 rtnbit0 ui_state_ble_connected 
+:      030398 find_addr_from_bd_list_ble_mode:
+0x6e1f 030399 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6e20 030400 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
+0x6e21 030401 fetch 1 ,mem_le_plap + 5 
+0x6e22 030402 compare 0xc0 ,pdata ,0xc0 
+0x6e23 030403 branch find_addr_from_bd_list_static_addr ,true 
+0x6e24 030404 compare 0x40 ,pdata ,0xc0 
+0x6e25 030405 branch find_addr_from_bd_list_random_addr ,true 
+0x6e26 030406 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
+:      030408 find_addr_from_bd_list_static_addr:
+0x6e27 030409 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
+0x6e28 030410 fetch 1 ,mem_le_preq_init_key_distribution 
+0x6e29 030411 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
+0x6e2a 030412 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      030414 find_addr_from_bd_list_static_addr_reconnect:
+0x6e2b 030415 call find_addr_from_bd_list_public_device_addr 
+0x6e2c 030416 rtn user 
+0x6e2d 030417 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      030420 find_addr_from_bd_list_static_addr_sc_or_legacy:
+:      030421 find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+0x6e2e 030422 fetch 1 ,mem_le_pairing_mode 
+0x6e2f 030423 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
+0x6e30 030424 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      030426 find_addr_from_bd_list_static_addr_sc:
+:      030427 find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+0x6e31 030428 fetch 6 ,mem_le_plap 
+0x6e32 030429 store 8 ,mem_le_rand 
+0x6e33 030430 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      030433 find_addr_from_bd_list_public_device_addr:
+0x6e34 030434 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x6e35 030435 fetch 6 ,mem_le_plap 
+0x6e36 030436 branch find_addr_from_bd_list_common 
+:      030438 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6e37 030439 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6e38 030440 branch find_addr_from_bd_list_common 
+:      030443 find_addr_from_bd_list_random_addr:
+0x6e39 030444 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6e3a 030445 branch find_addr_from_bd_list_common 
+:      030447 find_addr_from_bd_list_common:
+0x6e3b 030448 bpatch patch1a_4 ,mem_patch1a 
+0x6e3c 030450 fetch 2 ,mem_nv_data_ptr 
+0x6e3d 030451 ifetcht 1 ,pdata 
+0x6e3e 030452 pincrease 1 
+0x6e3f 030453 store 2 ,mem_list_item_ptr 
+0x6e40 030454 storet 1 ,mem_select_list_item 
+0x6e41 030455 fetch 1 ,mem_nv_data_number 
+0x6e42 030456 icopy regc 
+:      030457 nvram_find_addr_from_list:
+0x6e43 030458 fetch 2 ,mem_list_item_ptr 
+0x6e44 030459 copy pdata ,rega 
+0x6e45 030460 call nvram_find_addr_from_list_compare 
+0x6e46 030461 rtn user 
+0x6e47 030462 fetcht 2 ,mem_list_item_ptr 
+0x6e48 030463 increase nv_data_len ,temp 
+0x6e49 030464 storet 2 ,mem_list_item_ptr 
+0x6e4a 030465 increase -1 ,temp 
+0x6e4b 030466 ifetch 1 ,temp 
+0x6e4c 030467 store 1 ,mem_select_list_item 
+0x6e4d 030468 increase -1 ,regc 
+0x6e4e 030469 nbranch nvram_find_addr_from_list ,zero 
+0x6e4f 030470 fetch 1 ,mem_nv_data_number 
+0x6e50 030471 pincrease decreased_one 
+0x6e51 030472 store 1 ,mem_select_list_item 
+0x6e52 030473 rtn 
+:      030474 nvram_find_addr_from_list_compare:
+0x6e53 030475 fetch 1 ,mem_temp_reconn_record 
+0x6e54 030476 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      030477 find_master_addr_from_list_compare:
+0x6e55 030478 arg mem_temp_reconn_record ,regb 
+0x6e56 030479 arg 7 ,loopcnt 
+0x6e57 030480 call string_compare 
+0x6e58 030481 branch enable_user ,zero 
+0x6e59 030482 rtn 
+:      030484 find_addr_from_list_compare_ble_mode:
+0x6e5a 030485 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6e5b 030486 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6e5c 030487 branch find_master_addr_from_list_compare 
+:      030489 find_irk_form_list_compare:
+0x6e5d 030490 ifetcht 1 ,rega 
+0x6e5e 030491 isub temp ,null 
+0x6e5f 030492 nrtn zero 
+0x6e60 030493 arg mem_le_prand ,contw 
+0x6e61 030494 arg 16 ,loopcnt 
+0x6e62 030495 call clear_mem 
+0x6e63 030496 fetch 3 ,mem_le_plap + 3 
+0x6e64 030497 store 3 ,mem_le_prand 
+0x6e65 030498 call genernate_master_macaddress 
+0x6e66 030499 fetch 2 ,mem_le_aes_128 + 13 
+0x6e67 030500 byteswap pdata ,pdata 
+0x6e68 030501 lshift8 pdata ,temp 
+0x6e69 030502 ifetch 1 ,contr 
+0x6e6a 030503 iadd temp ,pdata 
+0x6e6b 030504 fetcht 3 ,mem_le_plap 
+0x6e6c 030505 isub temp ,null 
+0x6e6d 030506 branch enable_user ,zero 
+0x6e6e 030507 rtn 
+:      030510 genernate_master_macaddress:
+0x6e6f 030511 arg mem_le_prand ,contr 
+0x6e70 030512 call load_data128 
+0x6e71 030514 ifetch 1 ,rega 
+0x6e72 030515 call load_regext 
+0x6e73 030516 force 0x38 ,aes_ctrl 
+0x6e74 030517 force 0x0 ,aes_ctrl 
+0x6e75 030518 call wait_aes 
+0x6e76 030519 arg mem_le_aes_128 ,contw 
+0x6e77 030520 branch store_aes_result 
+:      030522 find_ediv_form_list_compare:
+0x6e78 030523 ifetcht 1 ,rega 
+0x6e79 030524 isub temp ,null 
+0x6e7a 030525 nrtn zero 
+0x6e7b 030526 copy contr ,rega 
+0x6e7c 030527 add contr ,8 ,regc 
+0x6e7d 030528 arg mem_le_rand ,regb 
+0x6e7e 030529 arg 8 ,loopcnt 
+0x6e7f 030530 call string_compare 
+0x6e80 030531 branch enable_user ,zero 
+0x6e81 030532 copy regc ,rega 
+0x6e82 030533 arg mem_le_irk ,regb 
+0x6e83 030534 arg 8 ,loopcnt 
+0x6e84 030535 call string_compare 
+0x6e85 030536 branch enable_user ,zero 
+0x6e86 030537 rtn 
+:      030539 check_nvram:
+0x6e87 030540 fetch 2 ,mem_nv_data_ptr 
+0x6e88 030541 ifetcht 1 ,pdata 
+0x6e89 030542 pincrease nv_data_len 
+0x6e8a 030543 ifetch 1 ,pdata 
+0x6e8b 030544 isub temp ,null 
+0x6e8c 030545 rtn 
+:      030547 init_device_list:
+0x6e8d 030548 fetch 1 ,mem_nv_data_number 
+0x6e8e 030549 icopy loopcnt 
+0x6e8f 030550 fetcht 2 ,mem_nv_data_ptr 
+0x6e90 030551 setarg 0 
+:      030552 init_device_list_loop:
+0x6e91 030553 istore 1 ,temp 
+0x6e92 030554 increase nv_data_len ,temp 
+0x6e93 030555 pincrease 1 
+0x6e94 030556 loop init_device_list_loop 
+0x6e95 030557 rtn 
+:      030559 load_device_list_mode_4:
+0x6e96 030562 call enable_user2 
+0x6e97 030563 call nvram_find_addr_from_bd_list 
+0x6e98 030564 nbranch clear_ltk_exists ,user 
+0x6e99 030565 fetch 2 ,mem_list_item_ptr 
+0x6e9a 030566 add pdata ,1 ,contr 
+0x6e9b 030567 arg mem_le_irk ,contw 
+0x6e9c 030568 call memcpy16 
+0x6e9d 030569 arg mem_le_ltk ,contw 
+0x6e9e 030570 call memcpy16 
+0x6e9f 030571 jam 1 ,mem_ltk_exists 
+0x6ea0 030572 rtn 
+:      030574 clear_ltk_exists:
+0x6ea1 030575 jam 0 ,mem_ltk_exists 
+0x6ea2 030576 rtn 
+:      030579 eeprom_store_le_reconn_info:
+0x6ea3 030580 jam rec_4_mode ,mem_record_bt_mode 
+0x6ea4 030581 branch eeprom_store_reconn_info 
+:      030583 eeprom_store_reconn_info:
+0x6ea5 030584 fetch 1 ,mem_device_option 
+0x6ea6 030585 beq dvc_op_module ,check_51cmd_update_device_record 
+0x6ea7 030586 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x6ea8 030587 rtn 
+:      030593 get_gpio_wakeup_index:
+0x6ea9 030594 and temp ,0x1f ,pdata 
+0x6eaa 030595 rshift pdata ,pdata 
+0x6eab 030596 arg mem_gpio_wakeup_cfg ,contw 
+0x6eac 030597 iadd contw ,contw 
+0x6ead 030598 arg 0xf0 ,alarm 
+0x6eae 030599 isolate0 0 ,temp 
+0x6eaf 030600 rtn true 
+0x6eb0 030601 arg 0xf ,alarm 
+0x6eb1 030602 rtn 
+:      030605 gpio_set_wake_by_current_state:
+0x6eb2 030606 bpatch patch1a_5 ,mem_patch1a 
+0x6eb3 030607 set1 gpio_active_bit ,temp 
+0x6eb4 030608 call gpio_get_bit 
+0x6eb5 030609 nsetflag true ,gpio_active_bit ,temp 
+:      030612 gpio_set_wake:
+0x6eb6 030613 bpatch patch1a_6 ,mem_patch1a 
+0x6eb7 030614 sub temp ,ui_button_gpio_disable ,null 
+0x6eb8 030615 rtn zero 
+0x6eb9 030616 arg 4 ,debug 
+0x6eba 030617 isolate1 gpio_active_bit ,temp 
+0x6ebb 030618 branch gpio_set_wake_high ,true 
+0x6ebc 030619 arg 2 ,debug 
+:      030620 gpio_set_wake_high:
+0x6ebd 030621 call get_gpio_wakeup_index 
+0x6ebe 030622 isolate0 0 ,temp 
+0x6ebf 030623 branch gpio_set_wake_low4bit ,true 
+0x6ec0 030624 lshift4 debug ,debug 
+:      030625 gpio_set_wake_low4bit:
+0x6ec1 030626 ifetch 1 ,contw 
+0x6ec2 030627 iand alarm ,pdata 
+0x6ec3 030628 ior debug ,pdata 
+0x6ec4 030629 istore 1 ,contw 
+0x6ec5 030630 rtn 
+:      030633 gpio_set_low_pullup:
+0x6ec6 030634 bpatch patch1a_7 ,mem_patch1a 
+0x6ec7 030635 sub temp ,ui_button_gpio_disable ,null 
+0x6ec8 030636 rtn zero 
+0x6ec9 030637 arg 1 ,debug 
+0x6eca 030638 call get_gpio_wakeup_index 
+0x6ecb 030639 isolate0 0 ,temp 
+0x6ecc 030640 branch gpio_set_low_pullup_low4bit ,true 
+0x6ecd 030641 lshift4 debug ,debug 
+:      030642 gpio_set_low_pullup_low4bit:
+0x6ece 030643 ifetch 1 ,contw 
+0x6ecf 030644 iand alarm ,pdata 
+0x6ed0 030645 ior debug ,pdata 
+0x6ed1 030646 istore 1 ,contw 
+0x6ed2 030647 rtn 
+:      030652 gpio_clr_wake:
+0x6ed3 030653 bpatch patch1b_0 ,mem_patch1b 
+0x6ed4 030654 sub temp ,ui_button_gpio_disable ,null 
+0x6ed5 030655 rtn zero 
+0x6ed6 030656 call get_gpio_wakeup_index 
+0x6ed7 030657 ifetch 1 ,contw 
+0x6ed8 030658 iand alarm ,pdata 
+0x6ed9 030659 istore 1 ,contw 
+0x6eda 030660 rtn 
+:      030662 gpio_config_input_nowake:
+0x6edb 030663 call gpio_clr_wake 
+0x6edc 030664 branch gpio_config_input_without_wake 
+:      030667 gpio_config_input:
+0x6edd 030668 sub temp ,ui_button_gpio_disable ,null 
+0x6ede 030669 rtn zero 
+0x6edf 030670 ncall gpio_set_wake ,wake 
+:      030671 gpio_config_input_without_wake:
+0x6ee0 030672 call gpio_addr 
+0x6ee1 030673 setarg 0 
+0x6ee2 030674 isolate1 gpio_active_bit ,temp 
+0x6ee3 030675 nsetflag true ,6 ,pdata 
+0x6ee4 030676 setflag true ,7 ,pdata 
+0x6ee5 030677 branch gpio_write 
+:      030680 gpio_get_bit:
+0x6ee6 030681 bpatch patch1b_1 ,mem_patch1b 
+0x6ee7 030682 arg core_gpio_in ,contw 
+0x6ee8 030683 and temp ,0x07 ,queue 
+0x6ee9 030684 rshift3 temp ,pdata 
+0x6eea 030685 and_into 3 ,pdata 
+0x6eeb 030686 iadd contw ,contw 
+0x6eec 030687 ifetch 1 ,contw 
+0x6eed 030688 isolate1 gpio_active_bit ,temp 
+0x6eee 030689 branch gpio_get_bit_reverse ,true 
+0x6eef 030690 qisolate0 pdata 
+0x6ef0 030691 rtn 
+:      030692 gpio_get_bit_reverse:
+0x6ef1 030693 qisolate1 pdata 
+0x6ef2 030694 rtn 
+:      030697 gpio_out_inactive:
+0x6ef3 030698 sub temp ,ui_button_gpio_disable ,null 
+0x6ef4 030699 rtn zero 
+0x6ef5 030700 isolate1 gpio_active_bit ,null 
+0x6ef6 030701 branch gpio_out_flag 
+:      030703 gpio_config_output:
+:      030704 gpio_out_active:
+0x6ef7 030705 sub temp ,ui_button_gpio_disable ,null 
+0x6ef8 030706 rtn zero 
+0x6ef9 030707 isolate0 gpio_active_bit ,null 
+:      030710 gpio_out_flag:
+0x6efa 030711 setarg 0 
+0x6efb 030712 nsetflag true ,gpio_active_bit ,pdata 
+0x6efc 030713 ixor temp ,temp 
+:      030716 gpio_out:
+0x6efd 030717 call gpio_addr 
+0x6efe 030718 setarg gpcfg_output_high 
+0x6eff 030719 isolate1 gpio_active_bit ,temp 
+0x6f00 030720 setflag true ,0 ,pdata 
+0x6f01 030721 branch gpio_write 
+:      030724 gpio_check_active:
+0x6f02 030725 sub temp ,ui_button_gpio_disable ,null 
+0x6f03 030726 branch disable_true ,zero 
+0x6f04 030727 call gpio_addr 
+0x6f05 030728 ifetch 1 ,contw 
+0x6f06 030729 bbit1 0 ,gpio_check_active_high 
+0x6f07 030730 isolate0 gpio_active_bit ,temp 
+0x6f08 030731 rtn 
+:      030732 gpio_check_active_high:
+0x6f09 030733 isolate1 gpio_active_bit ,temp 
+0x6f0a 030734 rtn 
+:      030736 gpio_set_analog:
+0x6f0b 030737 call gpio_addr 
+0x6f0c 030738 setarg gpcfg_no_ie 
+:      030739 gpio_write:
+0x6f0d 030740 istore 1 ,contw 
+0x6f0e 030741 rtn 
+:      030743 gpio_set_high_impedance:
+0x6f0f 030744 sub temp ,ui_button_gpio_disable ,null 
+0x6f10 030745 rtn zero 
+0x6f11 030746 call gpio_addr 
+0x6f12 030747 setarg gpcfg_high_impedance 
+0x6f13 030748 branch gpio_write 
+:      030750 gpio_addr:
+0x6f14 030751 and temp ,0x3f ,pdata 
+0x6f15 030752 sub pdata ,gpio_number + -1 ,null 
+0x6f16 030753 nbranch gpio_addr_ext ,positive 
+0x6f17 030754 arg core_gpio_conf ,contw 
+:      030755 gpio_addr_next:
+0x6f18 030756 iadd contw ,contw 
+0x6f19 030757 rtn 
+:      030758 gpio_addr_ext:
+0x6f1a 030759 arg core_gpio_conf_hi ,contw 
+0x6f1b 030760 increase -16 ,pdata 
+0x6f1c 030761 branch gpio_addr_next 
+:      030764 gpio_config_param:
+0x6f1d 030765 and pdata ,0xff ,temp 
+0x6f1e 030766 rshift8 pdata ,pdata 
+0x6f1f 030767 branch gpio_config_function_int 
+:      030770 gpio_config_function:
+0x6f20 030771 rtnbit0 gpio_active_bit 
+:      030772 gpio_config_function_int:
+0x6f21 030773 and_into 0x3f ,pdata 
+0x6f22 030774 sub pdata ,gpio_number + -1 ,null 
+0x6f23 030775 nbranch gpio_config_function_int_ext ,positive 
+0x6f24 030776 arg core_gpio_conf ,contw 
+:      030777 gpio_config_function_int_next:
+0x6f25 030778 iadd contw ,contw 
+0x6f26 030779 istoret 1 ,contw 
+0x6f27 030780 rtn 
+:      030781 gpio_config_function_int_ext:
+0x6f28 030782 arg core_gpio_conf_hi ,contw 
+0x6f29 030783 increase -16 ,pdata 
+0x6f2a 030784 branch gpio_config_function_int_next 
+:      030788 gpio_get_config:
+0x6f2b 030789 and_into 0x3f ,temp 
+0x6f2c 030790 sub temp ,gpio_number + -1 ,null 
+0x6f2d 030791 nbranch gpio_get_config_ext ,positive 
+0x6f2e 030792 setarg core_gpio_conf 
+:      030793 gpio_get_config_next:
+0x6f2f 030794 iadd temp ,contr 
+0x6f30 030795 ifetch 1 ,contr 
+0x6f31 030796 rtn 
+:      030797 gpio_get_config_ext:
+0x6f32 030798 setarg core_gpio_conf_hi 
+0x6f33 030799 increase -16 ,temp 
+0x6f34 030800 branch gpio_get_config_next 
+:      030804 gpio_set_before_lpm:
+0x6f35 030805 arg gpio_number ,loopcnt 
+0x6f36 030806 arg core_gpio_conf ,contr 
+:      030807 setgpio_loop:
+0x6f37 030808 copy contr ,contw 
+0x6f38 030809 ifetch 1 ,contr 
+0x6f39 030810 beq gpcfg_spid_miso ,setgpio_pullup 
+0x6f3a 030811 beq gpcfg_spid_ncs ,setgpio_pullup 
+0x6f3b 030812 beq gpcfg_spid_sck ,setgpio_pullup 
+0x6f3c 030813 beq gpcfg_spid_mosi ,setgpio_pullup 
+0x6f3d 030814 beq gpcfg_spid_sdio ,setgpio_pullup 
+0x6f3e 030815 beq gpcfg_iic_scl ,setgpio_pullup 
+0x6f3f 030816 beq gpcfg_iic_sda ,setgpio_pullup 
+0x6f40 030817 beq gpcfg_input ,setgpio_pullup 
+:      030818 setgpio_loop_end:
+0x6f41 030819 loop setgpio_loop 
+0x6f42 030820 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
+0x6f43 030821 isub contr ,null 
+0x6f44 030822 rtn zero 
+:      030823 gpio_set_before_lpm_ext:
+0x6f45 030824 arg gpio_number_ext ,loopcnt 
+0x6f46 030825 arg core_gpio_conf_hi ,contr 
+0x6f47 030826 branch setgpio_loop 
+:      030829 setgpio_pullup:
+0x6f48 030830 setarg gpcfg_pullup 
+0x6f49 030831 istore 1 ,contw 
+0x6f4a 030832 branch setgpio_loop_end 
+:      030833 setgpio_pulldown:
+0x6f4b 030834 setarg gpcfg_pulldown 
+0x6f4c 030835 istore 1 ,contw 
+0x6f4d 030836 branch setgpio_loop_end 
+:      030840 sadc_calibration:
+0x6f4e 030841 bpatch patch1b_2 ,mem_patch1b 
+0x6f4f 030842 rtn wake 
+0x6f50 030843 jam 0x77 ,core_gpadc_ctrl 
+0x6f51 030844 jam 0xc9 ,core_gpadc_cfg0 
+0x6f52 030845 jam 0x01 ,core_gpadc_cfg3 
+0x6f53 030846 fetch 1 ,mem_adc_clkdiv 
+0x6f54 030847 store 1 ,core_sadc_clkdiv 
+0x6f55 030848 call sadc_read 
+0x6f56 030849 jam 0xc1 ,core_gpadc_cfg0 
+:      030850 sadc_cal_read:
+0x6f57 030851 arg 7 ,loopcnt 
+0x6f58 030852 arg mem_adc_cal_c0 ,rega 
+0x6f59 030853 jam 0x05 ,core_gpadc_cfg2 
+:      030854 sadc_cal_read_loop:
+0x6f5a 030855 fetch 1 ,core_gpadc_status 
+0x6f5b 030856 istore 1 ,rega 
+0x6f5c 030857 increase 1 ,rega 
+0x6f5d 030858 fetch 1 ,core_gpadc_cfg2 
+0x6f5e 030859 increase 0x20 ,pdata 
+0x6f5f 030860 store 1 ,core_gpadc_cfg2 
+0x6f60 030861 loop sadc_cal_read_loop 
+0x6f61 030862 jam 0x00 ,core_gpadc_ctrl 
+0x6f62 030863 rtn 
+:      030865 sadc_cal_write:
+0x6f63 030866 fetch 1 ,core_sadc_ctrl 
+0x6f64 030867 set1 1 ,pdata 
+0x6f65 030868 store 1 ,core_sadc_ctrl 
+0x6f66 030869 arg 7 ,loopcnt 
+0x6f67 030870 arg mem_adc_cal_c0 ,rega 
+0x6f68 030871 jam 0x15 ,core_gpadc_cfg2 
+:      030872 sadc_cal_write_loop:
+0x6f69 030873 ifetch 1 ,rega 
+0x6f6a 030874 store 1 ,core_gpadc_cfg1 
+0x6f6b 030875 increase 1 ,rega 
+0x6f6c 030876 fetch 1 ,core_gpadc_cfg2 
+0x6f6d 030877 increase 0x20 ,pdata 
+0x6f6e 030878 store 1 ,core_gpadc_cfg2 
+0x6f6f 030879 loop sadc_cal_write_loop 
+0x6f70 030880 fetch 1 ,core_sadc_ctrl 
+0x6f71 030881 set0 1 ,pdata 
+0x6f72 030882 store 1 ,core_sadc_ctrl 
+0x6f73 030883 rtn 
+:      030887 adc_init_data:
+0x6f74 030888 bpatch patch1b_3 ,mem_patch1b 
+0x6f75 030889 fetch 8 ,mem_otp_adc 
+0x6f76 030890 branch adc_init_cal_data_default ,blank 
+0x6f77 030891 store 8 ,mem_3v_adc_io_data 
+0x6f78 030892 rtn 
+:      030894 adc_init_cal_data_default:
+0x6f79 030895 setarg 0x0bbe 
+0x6f7a 030896 store 2 ,mem_3v_adc_io_data 
+0x6f7b 030897 setarg 0x03f0 
+0x6f7c 030898 store 2 ,mem_1v_adc_io_data 
+0x6f7d 030899 setarg 0x027e 
+0x6f7e 030900 store 2 ,mem_2v_adc_hvin_data 
+0x6f7f 030901 setarg 0x03c4 
+0x6f80 030902 store 2 ,mem_3v_adc_hvin_data 
+0x6f81 030903 rtn 
+:      030905 enable_adc:
+0x6f82 030906 bpatch patch1b_4 ,mem_patch1b 
+0x6f83 030907 call sadc_cal_write 
+0x6f84 030908 fetch 1 ,core_gpadc_cfg1 
+0x6f85 030909 set0 7 ,pdata 
+0x6f86 030910 store 1 ,core_gpadc_cfg1 
+0x6f87 030911 jam 0x77 ,core_gpadc_ctrl 
+0x6f88 030912 jam 0xc1 ,core_gpadc_cfg0 
+0x6f89 030913 jam 0x01 ,core_gpadc_cfg3 
+0x6f8a 030914 call sadc_channel 
+0x6f8b 030915 fetch 1 ,mem_adc_clkdiv 
+0x6f8c 030916 store 1 ,core_sadc_clkdiv 
+0x6f8d 030917 call sadc_read 
+0x6f8e 030918 jam 0 ,core_sadc_clkdiv 
+0x6f8f 030919 branch sadc_dma 
+:      030921 sadc_channel:
+0x6f90 030922 fetch 1 ,mem_adc_channel 
+0x6f91 030923 lshift4 pdata ,pdata 
+0x6f92 030924 fetcht 1 ,core_gpadc_cfg3 
+0x6f93 030925 and_into 0x0f ,temp 
+0x6f94 030926 ior temp ,temp 
+0x6f95 030927 storet 1 ,core_gpadc_cfg3 
+0x6f96 030928 rtn 
+:      030930 sadc_read:
+0x6f97 030931 jam 0x03 ,core_sadc_ctrl 
+:      030932 sadc_read_wait:
+0x6f98 030933 fetch 1 ,core_perf_status 
+0x6f99 030934 bbit0 saradc_done ,sadc_read_wait 
+0x6f9a 030935 fetcht 2 ,core_sadc_data 
+0x6f9b 030936 storet 2 ,mem_adc_current_value 
+0x6f9c 030937 jam 0x06 ,core_sadc_ctrl 
+:      030938 sadc_read_wait2:
+0x6f9d 030939 fetch 1 ,core_perf_status 
+0x6f9e 030940 bbit1 saradc_done ,sadc_read_wait2 
+0x6f9f 030941 jam 0x00 ,core_sadc_ctrl 
+0x6fa0 030942 rtn 
+:      030944 sadc_dma:
+0x6fa1 030945 fetch 1 ,mem_adc_dma_enable 
+0x6fa2 030946 rtn blank 
+0x6fa3 030947 fetch 1 ,core_gpadc_cfg1 
+0x6fa4 030948 set1 7 ,pdata 
+0x6fa5 030949 store 1 ,core_gpadc_cfg1 
+0x6fa6 030950 fetch 1 ,mem_adc_clkdiv 
+0x6fa7 030951 store 1 ,core_sadc_clkdiv 
+0x6fa8 030952 fetch 2 ,mem_adc_saddr_ptr 
+0x6fa9 030953 store 2 ,core_sadc_saddr 
+0x6faa 030954 fetch 2 ,mem_adc_eaddr_ptr 
+0x6fab 030955 store 2 ,core_sadc_eaddr 
+0x6fac 030956 jam 0x0b ,core_sadc_ctrl 
+0x6fad 030957 nop 1000 
+0x6fae 030958 jam 0x03 ,core_sadc_ctrl 
+0x6faf 030959 rtn 
+:      030961 vdd_calculate_by_mode:
+0x6fb0 030962 bpatch patch1b_5 ,mem_patch1b 
+0x6fb1 030963 fetch 1 ,mem_adc_config_flag 
+0x6fb2 030964 beq adc_config_hvin ,vdd_calculate_hvin 
+0x6fb3 030965 beq adc_config_gpio ,vdd_calculate_io 
+0x6fb4 030966 rtn 
+:      030968 vdd_calculate_hvin:
+0x6fb5 030969 setarg 1000 
+0x6fb6 030970 store 2 ,mem_reference_voltage 
+0x6fb7 030971 fetcht 2 ,mem_3v_adc_hvin_data 
+0x6fb8 030972 fetch 2 ,mem_2v_adc_hvin_data 
+0x6fb9 030973 arg 2000 ,regc 
+0x6fba 030974 branch vdd_calculate 
+:      030976 vdd_calculate_io:
+0x6fbb 030977 setarg 2000 
+0x6fbc 030978 store 2 ,mem_reference_voltage 
+0x6fbd 030979 fetcht 2 ,mem_3v_adc_io_data 
+0x6fbe 030980 fetch 2 ,mem_1v_adc_io_data 
+0x6fbf 030981 arg 1000 ,regc 
+:      030982 vdd_calculate:
+0x6fc0 030983 isub temp ,rega 
+0x6fc1 030984 fetch 2 ,mem_adc_current_value 
+0x6fc2 030985 isub temp ,pdata 
+0x6fc3 030986 nbranch vdd_calculate1 ,positive 
+0x6fc4 030987 fetcht 2 ,mem_reference_voltage 
+0x6fc5 030988 imul32 temp ,regb 
+0x6fc6 030989 copy regc ,pdata 
+0x6fc7 030990 imul32 rega ,pdata 
+0x6fc8 030991 iadd regb ,pdata 
+:      030992 vdd_calculate2:
+0x6fc9 030993 idiv rega 
+0x6fca 030994 call wait_div_end 
+0x6fcb 030995 quotient pdata 
+0x6fcc 030996 rtn 
+:      030998 vdd_calculate1:
+0x6fcd 030999 copy temp ,pdata 
+0x6fce 031000 fetcht 2 ,mem_adc_current_value 
+0x6fcf 031001 isub temp ,pdata 
+0x6fd0 031002 fetcht 2 ,mem_reference_voltage 
+0x6fd1 031003 imul32 temp ,regb 
+0x6fd2 031004 copy regc ,pdata 
+0x6fd3 031005 imul32 rega ,pdata 
+0x6fd4 031006 isub regb ,pdata 
+0x6fd5 031007 nbranch set_pdata_0 ,positive 
+0x6fd6 031008 branch vdd_calculate2 
+:      031012 adc_bat_percent_lowpower_out:
+0x6fd7 031013 ifetch 8 ,rega 
+0x6fd8 031014 store 8 ,mem_pdatatemp 
+0x6fd9 031015 fetch 2 ,mem_pdatatemp 
+0x6fda 031016 fetcht 2 ,mem_pdatatemp + 2 
+0x6fdb 031017 isub temp ,rega 
+0x6fdc 031018 fetch 2 ,mem_pdatatemp + 6 
+0x6fdd 031019 isub temp ,regb 
+0x6fde 031020 fetcht 2 ,mem_pdatatemp + 4 
+0x6fdf 031021 isub temp ,null 
+0x6fe0 031022 ncall adc_set_low_power_flag ,positive 
+0x6fe1 031023 mul32 regb ,100 ,pdata 
+0x6fe2 031024 idiv rega 
+0x6fe3 031025 call wait_div_end 
+0x6fe4 031026 quotient pdata 
+0x6fe5 031027 call adc_set_no_power_flag ,blank 
+0x6fe6 031028 rtn 
+:      031030 adc_set_low_power_flag:
+0x6fe7 031031 fetch 1 ,mem_adc_power_flag 
+0x6fe8 031032 set1 0 ,pdata 
+0x6fe9 031033 store 1 ,mem_adc_power_flag 
+0x6fea 031034 rtn 
+:      031036 adc_clear_low_power_flag:
+0x6feb 031037 fetch 1 ,mem_adc_power_flag 
+0x6fec 031038 set0 0 ,pdata 
+0x6fed 031039 store 1 ,mem_adc_power_flag 
+0x6fee 031040 rtn 
+:      031042 adc_set_no_power_flag:
+0x6fef 031043 fetcht 1 ,mem_adc_power_flag 
+0x6ff0 031044 set1 1 ,temp 
+0x6ff1 031045 storet 1 ,mem_adc_power_flag 
+0x6ff2 031046 rtn 
+:      031048 adc_clear_no_power_flag:
+0x6ff3 031049 fetcht 1 ,mem_adc_power_flag 
+0x6ff4 031050 set0 1 ,temp 
+0x6ff5 031051 storet 1 ,mem_adc_power_flag 
+0x6ff6 031052 rtn 
+:      031057 keyscan_key_init:
+0x6ff7 031058 fetch 2 ,mem_key_num_ptr 
+0x6ff8 031059 ifetch 1 ,pdata 
+:      031060 keyscan_key_init_next:
+0x6ff9 031061 rtn blank 
+0x6ffa 031062 copy pdata ,loopcnt 
+0x6ffb 031064 fetch 2 ,mem_keyscan_ptr 
+0x6ffc 031065 increase 3 ,pdata 
+0x6ffd 031066 copy pdata ,rega 
+:      031067 keyscan_key_init_lp1:
+0x6ffe 031068 ifetcht 1 ,rega 
+0x6fff 031069 call gpio_config_input 
+0x7000 031070 increase key_conf_struct_len ,rega 
+0x7001 031071 loop keyscan_key_init_lp1 
+:      031072 keyscan_key_init_end:
+0x7002 031073 rtn 
+:      031075 keyscan_scan_key:
+0x7003 031076 fetch 2 ,mem_keyscan_ptr 
+0x7004 031077 increase 3 ,pdata 
+0x7005 031078 copy pdata ,rega 
+0x7006 031080 force 0 ,regb 
+0x7007 031081 setarg 0 
+0x7008 031082 store 2 ,mem_key_value_temp 
+:      031083 keyscan_scan_key_lp1:
+0x7009 031084 ifetcht 1 ,rega 
+0x700a 031085 call gpio_get_bit 
+0x700b 031086 bpatch patch1b_6 ,mem_patch1b 
+0x700c 031087 fetch 2 ,mem_key_value_temp 
+0x700d 031088 copy regb ,queue 
+0x700e 031089 qsetflag true ,pdata 
+0x700f 031090 store 2 ,mem_key_value_temp 
+0x7010 031091 increase key_conf_struct_len ,rega 
+0x7011 031092 increase 1 ,regb 
+0x7012 031093 fetch 2 ,mem_key_num_ptr 
+0x7013 031094 ifetch 1 ,pdata 
+:      031095 keyscan_scan_key_lp1_next:
+0x7014 031096 ixor regb ,null 
+0x7015 031097 nbranch keyscan_scan_key_lp1 ,zero 
+0x7016 031098 fetch 2 ,mem_key_value_temp 
+0x7017 031099 fetcht 2 ,mem_key_value_retention 
+0x7018 031100 ixor temp ,null 
+0x7019 031101 rtn zero 
+0x701a 031102 branch enable_user 
+:      031104 keyscan_process_lpm_before:
+0x701b 031105 fetch 2 ,mem_key_num_ptr 
+0x701c 031106 ifetch 1 ,pdata 
+:      031107 keyscan_process_lpm_before_next:
+0x701d 031108 rtn blank 
+0x701e 031109 copy pdata ,loopcnt 
+0x701f 031110 fetch 2 ,mem_keyscan_ptr 
+0x7020 031111 increase 3 ,pdata 
+0x7021 031112 copy pdata ,rega 
+:      031113 keyscan_process_lpm_before_lp1:
+0x7022 031114 ifetcht 1 ,rega 
+0x7023 031115 call gpio_set_wake_by_current_state 
+0x7024 031116 increase key_conf_struct_len ,rega 
+0x7025 031117 loop keyscan_process_lpm_before_lp1 
+:      031118 keyscan_process_lpm_before_end:
+0x7026 031119 rtn 
+:      031121 keyscan_key_process:
+0x7027 031122 arg key_scan_timer ,queue 
+0x7028 031123 call timer_check 
+0x7029 031124 nrtn blank 
+0x702a 031125 setarg 0x20 
+0x702b 031126 arg key_scan_timer ,queue 
+0x702c 031127 call timer_init 
+0x702d 031128 disable user 
+0x702e 031129 call keyscan_process_lpm_before 
+0x702f 031130 bpatch patch1b_7 ,mem_patch1b 
+0x7030 031131 fetch 2 ,mem_key_num_ptr 
+0x7031 031132 ifetch 1 ,pdata 
+:      031133 keyscan_key_process_next:
+0x7032 031134 rtn blank 
+0x7033 031135 call keyscan_scan_key 
+0x7034 031136 nbranch lpm_button_clean_wake_lock ,user 
+0x7035 031137 call lpm_button_get_wake_lock 
+0x7036 031138 disable user 
+0x7037 031139 fetch 2 ,mem_key_value_temp 
+0x7038 031140 store 2 ,mem_key_value_temp4 
+0x7039 031141 jam 0 ,mem_key_value_temp6 
+0x703a 031142 force 0 ,queue 
+:      031143 keyscan_key_lp1:
+0x703b 031144 fetch 2 ,mem_key_value_retention 
+0x703c 031145 rshift pdata ,temp 
+0x703d 031146 storet 2 ,mem_key_value_retention 
+0x703e 031147 and pdata ,0x01 ,pdata 
+0x703f 031148 fetcht 2 ,mem_key_value_temp4 
+0x7040 031149 and temp ,0x01 ,rega 
+0x7041 031150 rshift temp ,temp 
+0x7042 031151 storet 2 ,mem_key_value_temp4 
+0x7043 031152 ixor rega ,null 
+0x7044 031153 ncall keyscan_send_key_data ,zero 
+0x7045 031154 fetch 2 ,mem_key_num_ptr 
+0x7046 031155 ifetch 1 ,pdata 
+:      031156 keyscan_key_lp1_next:
+0x7047 031157 fetcht 1 ,mem_key_value_temp6 
+0x7048 031158 increase 1 ,temp 
+0x7049 031159 storet 1 ,mem_key_value_temp6 
+0x704a 031160 copy temp ,queue 
+0x704b 031161 ixor queue ,null 
+0x704c 031162 nbranch keyscan_key_lp1 ,zero 
+0x704d 031163 fetch 2 ,mem_key_value_temp 
+0x704e 031164 store 2 ,mem_key_value_retention 
+0x704f 031165 rtn 
+:      031166 keyscan_send_key_data:
+0x7050 031167 bpatch patch1c_0 ,mem_patch1c 
+0x7051 031168 fetch 2 ,mem_keyscan_ptr 
+0x7052 031169 increase 1 ,pdata 
+0x7053 031170 ifetch 2 ,pdata 
+0x7054 031171 branch callback_func 
+:      031177 pwm_init:
+0x7055 031178 fetch 1 ,core_clksel 
+0x7056 031179 ior rega ,pdata 
+0x7057 031180 store 1 ,core_clksel 
+0x7058 031181 fetch 2 ,core_clkoff 
+0x7059 031182 set0 clock_off_pwm ,pdata 
+0x705a 031183 store 2 ,core_clkoff 
+:      031184 delay_nop100:
+0x705b 031185 nop 100 
+0x705c 031186 rtn 
+:      031188 pwm_clk_set:
+0x705d 031189 fetch 1 ,core_clksel 
+0x705e 031190 bbit1 6 ,pwm_24m_clk_set 
+0x705f 031191 bbit1 7 ,pwm_33k_clk_set 
+:      031192 pwm_12m_clk_set:
+0x7060 031193 setarg pwm_12mhz 
+0x7061 031194 rtn 
+:      031195 pwm_24m_clk_set:
+0x7062 031196 setarg pwm_24mhz 
+0x7063 031197 rtn 
+:      031198 pwm_33k_clk_set:
+0x7064 031199 setarg pwm_33khz 
+0x7065 031200 rtn 
+:      031203 pwm_out_set:
+0x7066 031204 fetcht 3 ,mem_pdatatemp + 2 
+0x7067 031205 call pwm_clk_set 
+0x7068 031206 idiv temp 
+0x7069 031207 call wait_div_end 
+0x706a 031208 quotient temp 
+0x706b 031209 fetch 1 ,mem_pdatatemp + 5 
+0x706c 031210 imul32 temp ,pdata 
+0x706d 031211 div pdata ,100 
+0x706e 031212 call wait_div_end 
+0x706f 031213 quotient rega 
+0x7070 031214 copy temp ,pdata 
+0x7071 031215 isub rega ,regb 
+0x7072 031217 fetch 1 ,mem_pdatatemp + 1 
+0x7073 031218 call pwm_duty_cycle_set 
+0x7074 031219 fetch 1 ,mem_pdatatemp 
+0x7075 031220 fetcht 1 ,mem_pdatatemp + 1 
+0x7076 031221 and_into 0x0f ,temp 
+0x7077 031222 lshift8 temp ,temp 
+0x7078 031223 ior temp ,pdata 
+0x7079 031224 branch pwm_enable 
+:      031226 pwm_duty_cycle_set:
+0x707a 031227 iforce queue 
+0x707b 031228 call pwm_duty_cycle_set_without_autoload 
+0x707c 031229 branch pwm_autoload_set 
+:      031231 pwm_autoload_set:
+0x707d 031232 fetch 1 ,core_pwm_autoload 
+0x707e 031233 qset1 pdata 
+0x707f 031234 store 1 ,core_pwm_autoload 
+0x7080 031235 fetcht 1 ,core_clksel 
+0x7081 031236 isolate1 7 ,temp 
+0x7082 031237 call delay_1clk_of_33k ,true 
+0x7083 031238 qset0 pdata 
+0x7084 031239 store 1 ,core_pwm_autoload 
+0x7085 031240 rtn 
+:      031243 delay_1clk_of_33k:
+0x7086 031244 nop 480 
+0x7087 031245 rtn 
+:      031247 pwm_duty_cycle_set_without_autoload:
+0x7088 031248 and_into 0x0f ,pdata 
+0x7089 031249 arg core_pwm_pcnt0 ,contw 
+0x708a 031250 mul32 pdata ,4 ,pdata 
+0x708b 031251 iadd contw ,contw 
+0x708c 031252 copy rega ,pdata 
+0x708d 031253 istore 2 ,contw 
+0x708e 031254 copy regb ,pdata 
+0x708f 031255 istore 2 ,contw 
+0x7090 031256 rtn 
+:      031261 pwm_enable_in_syncmode:
+0x7091 031262 rshift8 regb ,queue 
+0x7092 031263 call pwm_init_bit_set 
+0x7093 031264 rshift8 regb ,queue 
+0x7094 031265 call pwm_syncmode_set 
+0x7095 031266 rshift8 rega ,queue 
+0x7096 031267 enable true 
+0x7097 031268 call pwm_syncmode_set_process 
+0x7098 031270 deposit rega 
+0x7099 031271 call pwm_gpio_select 
+0x709a 031272 deposit regb 
+0x709b 031273 branch pwm_enable 
+:      031275 pwm_disable_in_syncmode:
+0x709c 031276 deposit rega 
+0x709d 031277 call pwm_disable 
+0x709e 031278 deposit regb 
+0x709f 031279 call pwm_disable 
+0x70a0 031281 rshift8 rega ,queue 
+0x70a1 031282 disable true 
+0x70a2 031283 call pwm_syncmode_set_process 
+0x70a3 031284 rshift8 regb ,queue 
+0x70a4 031285 disable true 
+0x70a5 031286 call pwm_init_bit_set_process 
+0x70a6 031287 rshift8 regb ,queue 
+0x70a7 031288 disable true 
+0x70a8 031289 branch pwm_syncmode_set_process 
+:      031292 pwm_syncmode_set:
+0x70a9 031293 isolate1 7 ,queue 
+:      031294 pwm_syncmode_set_process:
+0x70aa 031295 and queue ,0x0f ,queue 
+0x70ab 031296 fetch 1 ,core_pwm_sync 
+0x70ac 031297 qsetflag true ,pdata 
+0x70ad 031298 store 1 ,core_pwm_sync 
+0x70ae 031299 rtn 
+:      031301 pwm_init_bit_set:
+0x70af 031302 isolate1 6 ,queue 
+:      031303 pwm_init_bit_set_process:
+0x70b0 031304 and queue ,0x0f ,queue 
+0x70b1 031305 fetch 1 ,core_pwm_init 
+0x70b2 031306 qsetflag true ,pdata 
+0x70b3 031307 store 1 ,core_pwm_init 
+0x70b4 031308 rtn 
+:      031309 pwm_gpio_select:
+0x70b5 031310 call pwm_select_channel 
+:      031311 pwm_gpio_select_process:
+0x70b6 031312 lshift8 pdata ,pdata 
+0x70b7 031313 add queue ,gpcfg_pwm_out0 ,temp 
+0x70b8 031314 ior temp ,pdata 
+0x70b9 031315 branch gpio_config_param 
+:      031317 pwm_enable:
+0x70ba 031318 enable user 
+0x70bb 031319 call pwm_gpio_select 
+0x70bc 031320 branch pwm_set_select 
+:      031322 pwm_disable:
+0x70bd 031323 disable user 
+0x70be 031324 call pwm_select_channel 
+0x70bf 031325 branch pwm_set_select 
+:      031327 pwm_set_select:
+0x70c0 031328 and queue ,0x0f ,queue 
+0x70c1 031329 fetch 1 ,core_pwm_en 
+0x70c2 031330 qsetflag user ,pdata 
+0x70c3 031331 store 1 ,core_pwm_en 
+0x70c4 031332 rtn 
+:      031333 pwm_select_channel:
+0x70c5 031334 rshift8 pdata ,queue 
+0x70c6 031335 and queue ,0x0f ,queue 
+0x70c7 031336 rtn 
+:      031340 wdt_init_config:
+0x70c8 031341 copy pdata ,temp 
+0x70c9 031342 bpatch patch1c_1 ,mem_patch1c 
+0x70ca 031343 call wdt_set_enable 
+0x70cb 031344 setarg 2048 
+0x70cc 031345 isub temp ,pdata 
+0x70cd 031346 copy pdata ,temp 
+0x70ce 031347 rshift4 temp ,temp 
+0x70cf 031348 storet 1 ,core_write_wdt 
+0x70d0 031349 nop 1400 
+0x70d1 031350 copy pdata ,temp 
+0x70d2 031351 and_into 0x0f ,temp 
+0x70d3 031352 storet 1 ,core_write_wdt2 
+0x70d4 031353 rtn 
+:      031356 wdt_set_enable:
+0x70d5 031357 enable user2 
+0x70d6 031358 branch wdt_init_set 
+:      031361 wdt_set_disable:
+0x70d7 031362 bpatch patch1c_2 ,mem_patch1c 
+0x70d8 031363 disable user2 
+:      031364 wdt_init_set:
+0x70d9 031365 fetch 1 ,core_config 
+0x70da 031366 setflag user2 ,3 ,pdata 
+0x70db 031367 store 1 ,core_config 
+0x70dc 031368 rtn 
+:      031373 nec61212_init:
+0x70dd 031374 arg fun_nec_enable | fun_nec_clk_divide_24 ,temp 
+:      031377 nec_init_config:
+0x70de 031378 store 4 ,core_nec_start_addr 
+0x70df 031379 store 2 ,core_nec_rptr 
+0x70e0 031380 storet 1 ,core_nec_ctrl 
+0x70e1 031381 rtn 
+:      031384 nec_check_rxbuff_size:
+0x70e2 031385 fetch 2 ,core_nec_rxitem 
+0x70e3 031386 rtn 
+:      031388 nec_prepare_read:
+0x70e4 031389 fetchr contu ,2 ,core_nec_rptr 
+0x70e5 031390 fetchr contus ,2 ,core_nec_start_addr 
+0x70e6 031391 fetchr contue ,2 ,core_nec_end_addr 
+0x70e7 031392 rtn 
+:      031394 nec_read_done:
+0x70e8 031395 storer contu ,2 ,core_nec_rptr 
+0x70e9 031396 rtn 
+:      031403 nec_parse_nec61212:
+0x70ea 031404 call enable_user 
+0x70eb 031405 arg 0 ,rege 
+0x70ec 031406 call nec_check_rxbuff_size 
+0x70ed 031407 beq 2 ,nec_parse_nec61212_check_timeout 
+0x70ee 031408 sub pdata ,4 ,null 
+0x70ef 031409 rtn positive 
+0x70f0 031410 call nec_prepare_read 
+0x70f1 031411 ifetcht 2 ,contu 
+0x70f2 031412 setarg nec61212_data2repeat_time 
+0x70f3 031413 call nec_check_pulse_range_legal_default_deviation 
+0x70f4 031414 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+0x70f5 031415 copy regd ,temp 
+0x70f6 031416 setarg nec61212_repeat2repeat_time 
+0x70f7 031417 call nec_check_pulse_range_legal_default_deviation 
+0x70f8 031418 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+0x70f9 031420 copy regd ,temp 
+0x70fa 031421 setarg nec61212_boot_code_start_time 
+0x70fb 031422 call nec_check_pulse_range_legal_default_deviation 
+0x70fc 031423 branch nec_parse_nec61212_error_data ,positive 
+0x70fd 031424 ifetcht 2 ,contu 
+0x70fe 031425 setarg nec61212_boot_code_end_time 
+0x70ff 031426 call nec_check_pulse_range_legal_default_deviation 
+0x7100 031427 branch nec_parse_nec61212_error_data ,positive 
+0x7101 031428 call nec_check_rxbuff_size 
+0x7102 031429 sub pdata ,133 ,null 
+0x7103 031430 rtn positive 
+0x7104 031431 arg 32 ,loopcnt 
+:      031432 nec_parse_nec61212_data:
+0x7105 031433 ifetcht 2 ,contu 
+0x7106 031434 setarg nec61212_data_bit_1_start_time 
+0x7107 031435 call nec_check_pulse_range_legal_default_deviation 
+0x7108 031436 branch nec_parse_nec61212_error_data ,positive 
+0x7109 031437 ifetcht 2 ,contu 
+0x710a 031438 setarg nec61212_data_bit_1_end_time 
+0x710b 031439 call nec_check_pulse_range_legal_default_deviation 
+0x710c 031440 nbranch nec_parse_nec61212_add_bit1 ,positive 
+0x710d 031441 copy regd ,temp 
+0x710e 031442 setarg nec61212_data_bit_0_end_time 
+0x710f 031443 call nec_check_pulse_range_legal_default_deviation 
+0x7110 031444 nbranch nec_parse_nec61212_add_bit0 ,positive 
+:      031447 nec_parse_nec61212_error_data:
+0x7111 031448 copy regd ,temp 
+0x7112 031449 setarg nec61212_timeout_time 
+0x7113 031450 isub temp ,null 
+0x7114 031451 branch nec_parse_nec61212_check_timeout_cb ,zero 
+0x7115 031452 branch nec_read_done 
+:      031454 nec_parse_nec61212_add_bit1:
+0x7116 031455 set1 32 ,rege 
+:      031456 nec_parse_nec61212_add_bit0:
+0x7117 031457 rshift rege ,rege 
+0x7118 031458 loop nec_parse_nec61212_data 
+0x7119 031459 branch nec_parse_nec61212_check_stop_bit 
+:      031461 nec_parse_nec61212_check_repeat_data:
+0x711a 031462 call nec_check_rxbuff_size 
+0x711b 031463 sub pdata ,7 ,null 
+0x711c 031464 rtn positive 
+0x711d 031465 ifetcht 2 ,contu 
+0x711e 031466 setarg nec61212_repeat_start_time 
+0x711f 031467 call nec_check_pulse_range_legal_default_deviation 
+0x7120 031468 branch nec_parse_nec61212_error_data ,positive 
+0x7121 031469 ifetcht 2 ,contu 
+0x7122 031470 setarg nec61212_repeat_end_time 
+0x7123 031471 call nec_check_pulse_range_legal_default_deviation 
+0x7124 031472 branch nec_parse_nec61212_error_data ,positive 
+:      031473 nec_parse_nec61212_check_stop_bit:
+0x7125 031474 ifetcht 2 ,contu 
+0x7126 031475 setarg nec61212_stop_time 
+0x7127 031476 call nec_check_pulse_range_legal_default_deviation 
+0x7128 031477 branch nec_parse_nec61212_error_data ,positive 
+0x7129 031478 call nec_read_done 
+0x712a 031479 copy regc ,pdata 
+0x712b 031480 branch callback_func 
+:      031482 nec_parse_nec61212_check_timeout:
+0x712c 031483 call nec_prepare_read 
+0x712d 031484 ifetcht 2 ,contu 
+0x712e 031485 setarg nec61212_timeout_time 
+0x712f 031486 isub temp ,null 
+0x7130 031487 nrtn zero 
+:      031488 nec_parse_nec61212_check_timeout_cb:
+0x7131 031489 call nec_read_done 
+0x7132 031490 call disable_user 
+0x7133 031491 copy regc ,pdata 
+0x7134 031492 branch callback_func 
+:      031499 nec_check_pulse_range_legal_default_deviation:
+0x7135 031500 fetchr regb ,1 ,mem_nec_decode_error_value 
+:      031509 nec_check_pulse_range_legal:
+0x7136 031510 copy temp ,regd 
+0x7137 031511 imul32 regb ,regb 
+0x7138 031512 lshift temp ,temp 
+0x7139 031513 isub temp ,rega 
+0x713a 031514 ncall nec_check_pulse_range_legal_data_negative ,positive 
+0x713b 031515 mul32 rega ,100 ,pdata 
+0x713c 031516 isub regb ,null 
+0x713d 031517 rtn 
+:      031519 nec_check_pulse_range_legal_data_negative:
+0x713e 031520 sub rega ,0 ,rega 
+0x713f 031521 rtn 
+:      031532 function_g2:
+0x7140 031533 bpatch patch1c_3 ,mem_patch1c 
+0x7141 031534 jam 80 ,mem_aes_cmac_data_length 
+0x7142 031535 arg mem_dat ,contw 
+0x7143 031536 arg mem_le_srand ,contr 
+0x7144 031537 call memcpy16 
+0x7145 031538 arg mem_sc_pubkey_local_x_256 ,contr 
+0x7146 031539 call memcpy32 
+0x7147 031540 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7148 031541 call memcpy32 
+0x7149 031542 call inverse_memdat 
+0x714a 031543 arg mem_le_mrand ,contr 
+0x714b 031544 call store_inverse_k 
+0x714c 031545 call function_aes_cmac 
+0x714d 031547 arg mem_aes_cmac_temp ,contw 
+0x714e 031548 call load_inverse_result 
+0x714f 031549 setarg 1000000 
+0x7150 031550 copy pdata ,rega 
+0x7151 031551 fetch 4 ,mem_aes_cmac_temp 
+0x7152 031552 idiv rega 
+0x7153 031553 call wait_div_end 
+0x7154 031554 remainder pdata 
+0x7155 031555 store 4 ,mem_gkey 
+0x7156 031557 rtn 
+:      031559 function_f6_eb:
+0x7157 031560 jam 65 ,mem_aes_cmac_data_length 
+0x7158 031561 arg mem_dat ,contw 
+0x7159 031562 call store_addr_common_a 
+0x715a 031563 call store_addr_common_b 
+0x715b 031564 fetch 3 ,mem_le_pres + 1 
+0x715c 031565 istore 3 ,contw 
+0x715d 031568 call get_r 
+0x715e 031570 arg mem_le_mrand ,contr 
+0x715f 031571 call memcpy16 
+0x7160 031572 arg mem_le_srand ,contr 
+0x7161 031573 call memcpy16 
+0x7162 031574 call inverse_memdat 
+0x7163 031575 arg mem_le_mackey ,contr 
+0x7164 031576 arg mem_aes_cmac_k ,contw 
+0x7165 031577 call memcpy16 
+0x7166 031579 branch function_aes_cmac 
+:      031583 get_r:
+0x7167 031584 fetch 4 ,mem_le_tk 
+0x7168 031585 istore 4 ,contw 
+0x7169 031586 call memset0_4 
+0x716a 031587 branch memset0_8 
+:      031589 function_f6_ea:
+0x716b 031590 bpatch patch1c_4 ,mem_patch1c 
+0x716c 031591 jam 65 ,mem_aes_cmac_data_length 
+0x716d 031592 arg mem_dat ,contw 
+0x716e 031593 call store_addr_common_b 
+0x716f 031594 call store_addr_common_a 
+0x7170 031595 fetch 3 ,mem_le_preq + 1 
+0x7171 031596 istore 3 ,contw 
+0x7172 031599 call get_r 
+0x7173 031600 arg mem_le_srand ,contr 
+0x7174 031601 call memcpy16 
+0x7175 031602 arg mem_le_mrand ,contr 
+0x7176 031603 call memcpy16 
+0x7177 031604 call inverse_memdat 
+0x7178 031605 arg mem_le_mackey ,contr 
+0x7179 031606 arg mem_aes_cmac_k ,contw 
+0x717a 031607 call memcpy16 
+0x717b 031609 call function_aes_cmac 
+0x717c 031610 arg mem_aes_cmac_temp ,contw 
+0x717d 031611 branch load_inverse_result 
+:      031613 function_f5:
+0x717e 031614 jam 32 ,mem_aes_cmac_data_length 
+0x717f 031615 arg mem_le_dhkey_256 ,contr 
+0x7180 031616 arg mem_dat ,contw 
+0x7181 031617 call memcpy32 
+0x7182 031618 call inverse_memdat 
+0x7183 031619 arg mem_le_slat ,contr 
+0x7184 031620 call store_inverse_k 
+0x7185 031621 call function_aes_cmac 
+0x7186 031622 arg mem_aes_cmac_k ,contw 
+0x7187 031623 call store_aes_result 
+0x7188 031624 arg 1 ,temp 
+0x7189 031625 call function_f5_common 
+0x718a 031626 arg mem_le_ltk ,contw 
+0x718b 031627 call load_inverse_result 
+0x718c 031628 arg 0 ,temp 
+0x718d 031629 call function_f5_common 
+0x718e 031630 arg mem_le_mackey ,contw 
+0x718f 031632 branch store_aes_result 
+:      031635 function_f5_common:
+0x7190 031636 bpatch patch1c_5 ,mem_patch1c 
+0x7191 031637 jam 53 ,mem_aes_cmac_data_length 
+0x7192 031638 setarg 0x100 
+0x7193 031639 store 2 ,mem_dat 
+0x7194 031640 call store_addr_common_b 
+0x7195 031641 call store_addr_common_a 
+0x7196 031642 arg mem_le_srand ,contr 
+0x7197 031643 call memcpy16 
+0x7198 031644 arg mem_le_mrand ,contr 
+0x7199 031645 call memcpy16 
+0x719a 031647 setarg 0x6c65 
+0x719b 031648 istore 2 ,contw 
+0x719c 031649 setarg 0x6274 
+0x719d 031650 istore 2 ,contw 
+0x719e 031651 istoret 1 ,contw 
+0x719f 031652 call inverse_memdat 
+0x71a0 031653 branch function_aes_cmac 
+:      031655 store_addr_common_b:
+0x71a1 031656 fetch 6 ,mem_le_lap 
+0x71a2 031657 istore 6 ,contw 
+0x71a3 031658 fetch 1 ,mem_le_conn_own_addr_type 
+0x71a4 031659 istore 1 ,contw 
+0x71a5 031660 rtn 
+:      031662 store_addr_common_a:
+0x71a6 031663 fetch 6 ,mem_le_plap 
+0x71a7 031664 istore 6 ,contw 
+0x71a8 031669 fetch 1 ,mem_le_conn_peer_addr_type 
+0x71a9 031670 istore 1 ,contw 
+0x71aa 031671 rtn 
+:      031673 function_f4_ca:
+0x71ab 031674 jam 65 ,mem_aes_cmac_data_length 
+0x71ac 031675 fetch 1 ,mem_passkey_1bit 
+0x71ad 031676 store 1 ,mem_dat 
+0x71ae 031677 arg mem_sc_pubkey_local_x_256 ,contr 
+0x71af 031678 call memcpy32 
+0x71b0 031679 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71b1 031680 call memcpy32 
+0x71b2 031681 call inverse_memdat 
+0x71b3 031682 arg mem_le_mrand ,contr 
+0x71b4 031683 call store_inverse_k 
+0x71b5 031684 branch function_aes_cmac 
+:      031687 function_f4_cb:
+0x71b6 031688 jam 65 ,mem_aes_cmac_data_length 
+0x71b7 031689 fetch 1 ,mem_passkey_1bit 
+0x71b8 031690 store 1 ,mem_dat 
+0x71b9 031691 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71ba 031692 call memcpy32 
+0x71bb 031693 arg mem_sc_pubkey_local_x_256 ,contr 
+0x71bc 031694 call memcpy32 
+0x71bd 031695 call inverse_memdat 
+0x71be 031696 arg mem_le_srand ,contr 
+0x71bf 031697 call store_inverse_k 
+0x71c0 031698 branch function_aes_cmac 
+:      031700 function_aes_cmac:
+0x71c1 031701 bpatch patch1c_6 ,mem_patch1c 
+0x71c2 031702 call function_aes_cmac_generate_subkey 
+0x71c3 031706 fetch 1 ,mem_aes_cmac_data_length 
+0x71c4 031707 copy pdata ,temp 
+:      031708 function_ceil16:
+0x71c5 031709 increase 15 ,pdata 
+0x71c6 031710 rshift4 pdata ,pdata 
+0x71c7 031711 copy pdata ,regb 
+0x71c8 031712 branch function_aes_cmac_set_flag_0_balnk ,blank 
+0x71c9 031713 and temp ,0x0f ,pdata 
+0x71ca 031714 nbranch function_aes_cmac_set_flag_0 ,blank 
+0x71cb 031716 arg mem_aes_cmac_k1 ,regc 
+0x71cc 031717 arg mem_dat ,pdata 
+0x71cd 031718 increase -16 ,pdata 
+0x71ce 031721 iadd temp ,rega 
+0x71cf 031722 arg mem_aes_cmac_m_last ,contw 
+0x71d0 031723 arg 4 ,loopcnt 
+0x71d1 031724 call xor_loop 
+0x71d2 031728 branch function_aes_cmac_aes 
+:      031730 function_aes_cmac_set_flag_0_balnk:
+0x71d3 031731 arg 1 ,regb 
+0x71d4 031732 arg 0 ,rega 
+0x71d5 031734 branch function_aes_cmac_set_flag_0_common 
+:      031737 function_aes_cmac_set_flag_0:
+0x71d6 031739 and temp ,0x0f ,rega 
+:      031740 function_aes_cmac_set_flag_0_common:
+0x71d7 031741 arg mem_dat ,pdata 
+0x71d8 031742 iadd temp ,pdata 
+0x71d9 031743 isub rega ,contr 
+0x71da 031745 arg mem_aes_cmac_temp ,contw 
+0x71db 031746 call function_aes_cmac_padding 
+0x71dc 031748 arg mem_aes_cmac_k2 ,regc 
+0x71dd 031749 arg mem_aes_cmac_temp ,rega 
+0x71de 031750 arg mem_aes_cmac_m_last ,contw 
+0x71df 031751 arg 4 ,loopcnt 
+0x71e0 031752 call xor_loop 
+:      031759 function_aes_cmac_aes:
+0x71e1 031764 call aes_clear_data 
+0x71e2 031765 call aes_init 
+0x71e3 031768 arg mem_dat ,contr 
+:      031769 function_aes_cmac_aes_loop:
+0x71e4 031771 increase -1 ,regb 
+0x71e5 031772 deposit regb 
+0x71e6 031773 branch function_aes_cmac_aes_loop_end ,blank 
+0x71e7 031774 call load_data128 
+0x71e8 031775 call do_aes_cbc 
+0x71e9 031776 branch function_aes_cmac_aes_loop 
+:      031778 function_aes_cmac_aes_loop_end:
+0x71ea 031779 arg mem_aes_cmac_temp ,contw 
+0x71eb 031780 call store_aes_result 
+0x71ec 031781 arg mem_aes_cmac_m_last ,contr 
+0x71ed 031782 call load_data128 
+0x71ee 031783 call aes_init 
+0x71ef 031784 arg mem_aes_cmac_temp ,contr 
+0x71f0 031785 call load_data128 
+0x71f1 031786 branch do_aes_cbc 
+:      031790 load_inverse_result:
+0x71f2 031792 copy contw ,rega 
+0x71f3 031793 call store_aes_result 
+0x71f4 031795 arg 16 ,loopcnt 
+0x71f5 031796 branch inverse_data 
+:      031798 store_inverse_k:
+0x71f6 031799 arg mem_aes_cmac_k ,contw 
+0x71f7 031800 call memcpy16 
+:      031801 inverse_k:
+0x71f8 031802 arg 16 ,loopcnt 
+0x71f9 031803 arg mem_aes_cmac_k ,rega 
+0x71fa 031804 branch inverse_data 
+:      031806 inverse_memdat:
+0x71fb 031807 fetch 1 ,mem_aes_cmac_data_length 
+0x71fc 031808 copy pdata ,loopcnt 
+0x71fd 031809 arg mem_dat ,rega 
+0x71fe 031810 branch inverse_data 
+:      031812 bn_lshift_0_inverse:
+0x71ff 031813 ifetch 1 ,rega 
+0x7200 031814 lshift pdata ,pdata 
+0x7201 031815 isolate1 0 ,regc 
+0x7202 031816 setflag true ,0 ,pdata 
+0x7203 031817 isolate1 8 ,pdata 
+0x7204 031818 setflag true ,0 ,regc 
+0x7205 031819 istore 1 ,rega 
+0x7206 031820 increase -1 ,rega 
+0x7207 031821 loop bn_lshift_0_inverse 
+0x7208 031822 rtn 
+:      031824 function_aes_cmac_k1_inverse:
+0x7209 031825 arg mem_aes_cmac_k1 ,rega 
+:      031826 function_aes_cmac_inverse_common:
+0x720a 031827 increase 15 ,rega 
+0x720b 031828 force 16 ,loopcnt 
+0x720c 031829 force 0 ,regc 
+0x720d 031830 branch bn_lshift_0_inverse 
+:      031832 function_aes_cmac_k2_inverse:
+0x720e 031833 arg mem_aes_cmac_k2 ,rega 
+0x720f 031834 branch function_aes_cmac_inverse_common 
+:      031837 function_aes_cmac_generate_subkey:
+0x7210 031838 arg mem_aes_cmac_k ,contr 
+0x7211 031839 call load_key 
+0x7212 031842 force regidx_xor ,regext_index 
+0x7213 031843 call aes_clear 
+0x7214 031844 call aes_clear_data 
+0x7215 031845 call do_aes_ocb 
+0x7216 031850 arg mem_aes_cmac_k1 ,contw 
+0x7217 031851 call store_aes_result 
+:      031852 function_aes_cmac_k1:
+0x7218 031853 bpatch patch1c_7 ,mem_patch1c 
+0x7219 031854 fetch 1 ,mem_aes_cmac_k1 
+0x721a 031855 isolate1 7 ,pdata 
+0x721b 031856 nbranch function_aes_cmac_k1_0 ,true 
+0x721c 031857 call function_aes_cmac_k1_inverse 
+0x721d 031860 arg mem_aes_cmac_k1 ,regc 
+0x721e 031862 arg mem_aes_cmac_k1 ,contw 
+0x721f 031865 call function_aes_cmac_xor_rb 
+0x7220 031866 branch function_aes_cmac_k2 
+:      031867 function_aes_cmac_k1_0:
+0x7221 031868 call function_aes_cmac_k1_inverse 
+:      031869 function_aes_cmac_k2:
+0x7222 031871 arg mem_aes_cmac_k1 ,contr 
+0x7223 031872 arg mem_aes_cmac_k2 ,contw 
+0x7224 031873 call memcpy16 
+0x7225 031874 fetch 1 ,mem_aes_cmac_k2 
+0x7226 031875 isolate1 7 ,pdata 
+0x7227 031876 nbranch function_aes_cmac_k2_inverse ,true 
+0x7228 031877 call function_aes_cmac_k2_inverse 
+0x7229 031879 arg mem_aes_cmac_k2 ,regc 
+0x722a 031881 arg mem_aes_cmac_k2 ,contw 
+:      031887 function_aes_cmac_xor_rb:
+0x722b 031888 arg 3 ,loopcnt 
+:      031889 function_aes_cmac_xor_rb_loop:
+0x722c 031890 arg 0 ,temp 
+0x722d 031891 call function_aes_cmac_xor_loop_common 
+0x722e 031892 increase 4 ,regc 
+0x722f 031893 loop function_aes_cmac_xor_rb_loop 
+0x7230 031894 arg 0x8700 ,temp 
+0x7231 031895 lshift16 temp ,temp 
+:      031896 function_aes_cmac_xor_loop_common:
+0x7232 031897 ifetch 4 ,regc 
+0x7233 031898 ixor temp ,pdata 
+0x7234 031899 istore 4 ,contw 
+0x7235 031900 rtn 
+:      031906 function_aes_cmac_padding:
+0x7236 031907 bpatch patch1d_0 ,mem_patch1d 
+0x7237 031908 arg 16 ,loopcnt 
+0x7238 031909 arg 0 ,pdata 
+:      031910 function_aes_cmac_padding_loop:
+0x7239 031911 isub rega ,null 
+0x723a 031912 branch function_aes_cmac_padding_beq_length ,zero 
+0x723b 031913 branch function_aes_cmac_padding_big_length ,positive 
+0x723c 031914 ifetcht 1 ,contr 
+0x723d 031915 istoret 1 ,contw 
+:      031916 function_aes_cmac_padding_loop2:
+0x723e 031917 increase 1 ,pdata 
+0x723f 031918 loop function_aes_cmac_padding_loop 
+0x7240 031919 rtn 
+:      031920 function_aes_cmac_padding_beq_length:
+0x7241 031921 arg 0x80 ,temp 
+:      031922 function_aes_cmac_padding_common:
+0x7242 031923 istoret 1 ,contw 
+0x7243 031924 branch function_aes_cmac_padding_loop2 
+:      031926 function_aes_cmac_padding_big_length:
+0x7244 031927 arg 0 ,temp 
+0x7245 031928 branch function_aes_cmac_padding_common 
+:      031933 concatenate_temp24:
+0x7246 031934 lshift8 temp ,temp 
+:      031935 concatenate_temp16:
+0x7247 031936 lshift16 temp ,temp 
+0x7248 031937 ior temp ,temp 
+0x7249 031938 rtn 
+:      031943 generate_stk:
+0x724a 031944 bpatch patch1d_1 ,mem_patch1d 
+0x724b 031945 call function_s1 
+0x724c 031946 arg mem_le_ltk ,contw 
+0x724d 031947 branch store_aes_result 
+:      031950 authenticate_rconfirm:
+0x724e 031951 arg mem_le_srand ,contw 
+0x724f 031952 branch authenticate_mconfirm ,master 
+0x7250 031953 arg mem_le_mrand ,contw 
+:      031954 authenticate_mconfirm:
+0x7251 031955 copy contr ,rega 
+0x7252 031956 call memcpy16 
+0x7253 031957 call function_c1 
+0x7254 031958 arg mem_le_rconfirm ,contr 
+0x7255 031959 branch compare_res 
+:      031961 generate_confirm:
+0x7256 031962 arg mem_le_mrand ,rega 
+0x7257 031963 branch generate_mrand ,master 
+0x7258 031964 arg mem_le_srand ,rega 
+:      031965 generate_mrand:
+0x7259 031966 copy rega ,contw 
+0x725a 031967 call generate_random 
+0x725b 031968 branch function_c1 
+:      031970 generate_sk:
+0x725c 031971 arg mem_le_skdm ,contr 
+0x725d 031972 call load_data128 
+0x725e 031973 arg mem_le_ltk ,contr 
+0x725f 031974 call load_regext 
+0x7260 031975 force 0x38 ,aes_ctrl 
+0x7261 031976 force 0x0 ,aes_ctrl 
+0x7262 031977 call wait_aes 
+0x7263 031978 arg mem_le_sk ,contw 
+0x7264 031979 branch store_aes_result 
+:      031983 ccm_b0:
+0x7265 031984 force regidx_xor ,regext_index 
+0x7266 031985 force 0x49 ,pdata 
+0x7267 031986 branch iv_common 
+:      031989 first_block_counter:
+0x7268 031990 force 0x49 ,pdata 
+0x7269 031991 branch first_block 
+:      031992 first_block_data:
+0x726a 031993 force 1 ,pdata 
+:      031994 first_block:
+0x726b 031995 force regidx_data ,regext_index 
+:      031996 iv_common:
+0x726c 031997 lshift8 temp ,regext 
+0x726d 031998 ior regext ,regext 
+0x726e 031999 increase 1 ,regext_index 
+0x726f 032000 rshift8 temp ,regext 
+0x7270 032001 rshift16 regext ,regext 
+0x7271 032002 fetch 2 ,mem_ccm_iv 
+0x7272 032003 lshift16 pdata ,pdata 
+0x7273 032004 ior regext ,regext 
+0x7274 032005 increase 1 ,regext_index 
+0x7275 032006 ifetchr regext ,4 ,contr 
+0x7276 032007 increase 1 ,regext_index 
+0x7277 032008 ifetch 2 ,contr 
+0x7278 032009 byteswap rega ,regext 
+0x7279 032010 lshift16 regext ,regext 
+0x727a 032011 ior regext ,regext 
+0x727b 032012 increase 1 ,regext_index 
+0x727c 032013 rtn 
+:      032017 generate_mic:
+0x727d 032018 add regc ,1 ,contr 
+0x727e 032019 ifetch 1 ,contr 
+0x727f 032020 iforce rega 
+0x7280 032021 call first_block_counter 
+0x7281 032022 call do_aes_ocb 
+0x7282 032024 force regidx_data ,regext_index 
+0x7283 032025 ifetch 1 ,regc 
+0x7284 032026 and_into 0x3 ,pdata 
+0x7285 032027 lshift16 pdata ,regext 
+0x7286 032028 set1 8 ,regext 
+0x7287 032029 call clear_hidata 
+0x7288 032030 call do_aes_cbc 
+0x7289 032032 copy rega ,loopcnt 
+0x728a 032033 add regc ,2 ,contr 
+0x728b 032034 call padding_data 
+:      032035 generate_mic_loop:
+0x728c 032036 call aes_load_data 
+0x728d 032037 call do_aes_cbc 
+0x728e 032038 deposit loopcnt 
+0x728f 032039 branch generate_mic_end ,blank 
+0x7290 032040 branch generate_mic_loop 
+:      032041 generate_mic_end:
+0x7291 032042 force regidx_result ,regext_index 
+0x7292 032043 deposit regext 
+0x7293 032044 store 4 ,mem_le_mic 
+0x7294 032045 rtn 
+:      032047 aes_crypt_data:
+0x7295 032048 increase 1 ,rega 
+0x7296 032049 call first_block_data 
+0x7297 032050 copy regc ,contr 
+0x7298 032051 call aes_load_xor 
+0x7299 032052 call do_aes_ctr 
+0x729a 032053 call store_enc_data 
+0x729b 032054 increase 16 ,regc 
+0x729c 032055 increase -16 ,regb 
+0x729d 032056 branch aes_crypt_data ,positive 
+0x729e 032057 rtn 
+:      032062 le_encrypt_new_start:
+0x729f 032063 call ccm_init_common 
+0x72a0 032064 bpatch patch1d_2 ,mem_patch1d 
+0x72a1 032065 jam 0 ,core_ccm_aad0 
+0x72a2 032066 jam 1 ,core_ccm_aad1 
+0x72a3 032067 fetch 1 ,mem_le_txheader 
+0x72a4 032068 and_into 0x3 ,pdata 
+0x72a5 032069 store 1 ,core_ccm_aad2 
+0x72a6 032070 fetch 2 ,mem_contr 
+0x72a7 032071 store 2 ,core_ccm_input_playload_addr 
+0x72a8 032072 setarg mem_le_txpayload 
+0x72a9 032073 store 2 ,core_ccm_output_playload_addr 
+0x72aa 032075 fetchr rega ,1 ,mem_le_txlen 
+0x72ab 032076 fetcht 5 ,mem_ccm_pcnt_tx 
+0x72ac 032077 call ccm_b0 
+0x72ad 032078 jam 2 ,core_ccm_ctrl 
+0x72ae 032079 jam 3 ,core_ccm_ctrl 
+0x72af 032081 fetch 1 ,mem_le_txlen 
+0x72b0 032082 store 2 ,core_ccm_inptr 
+0x72b1 032083 increase 4 ,pdata 
+0x72b2 032084 store 1 ,mem_le_txlen 
+0x72b3 032085 fetch 5 ,mem_ccm_pcnt_tx 
+0x72b4 032086 increase 1 ,pdata 
+0x72b5 032087 set0 le_ccm_directionbit ,pdata 
+0x72b6 032088 store 5 ,mem_ccm_pcnt_tx 
+0x72b7 032089 rtn 
+:      032092 ccm_wait_enc:
+0x72b8 032093 fetch 2 ,core_ccm_outptr 
+0x72b9 032094 isub temp ,null 
+0x72ba 032095 rtn zero 
+0x72bb 032096 nrtn blank 
+0x72bc 032098 branch ccm_wait_enc 
+:      032100 ccm_check_enc_done:
+0x72bd 032101 fetch 1 ,core_misc_status 
+0x72be 032102 bbit0 6 ,assert 
+:      032103 ccm_enc_done:
+0x72bf 032104 setarg mem_le_txpayload 
+0x72c0 032105 iadd temp ,contw 
+0x72c1 032106 arg regidx_result ,regext_index 
+0x72c2 032107 istorer regext ,4 ,contw 
+0x72c3 032108 branch ccm_ctrl_clr 
+:      032110 ccm_init_common:
+0x72c4 032111 bpatch patch1d_3 ,mem_patch1d 
+0x72c5 032112 force regidx_result ,regext_index 
+0x72c6 032113 call aes_clear 
+0x72c7 032114 call aes_clear_data 
+0x72c8 032115 setarg 0 
+0x72c9 032116 store 2 ,core_ccm_inptr 
+0x72ca 032117 rtn 
+:      032119 wait_ccm_done:
+0x72cb 032120 fetch 1 ,core_misc_status 
+0x72cc 032121 bbit0 6 ,wait_ccm_done 
+:      032122 ccm_ctrl_clr:
+0x72cd 032123 jam 0 ,core_ccm_ctrl 
+0x72ce 032124 rtn 
+:      032127 wait_aes:
+0x72cf 032128 nbranch wait_aes ,aes_ready 
+0x72d0 032129 rtn 
+:      032131 do_aes_ocb:
+0x72d1 032132 force 0x30 ,aes_ctrl 
+0x72d2 032133 force 0x0 ,aes_ctrl 
+0x72d3 032134 branch wait_aes 
+:      032136 do_aes_cbc:
+0x72d4 032137 force 0x32 ,aes_ctrl 
+0x72d5 032138 force 0x2 ,aes_ctrl 
+0x72d6 032139 branch wait_aes 
+:      032141 do_aes_ctr:
+0x72d7 032142 force 0x34 ,aes_ctrl 
+0x72d8 032143 force 0x4 ,aes_ctrl 
+0x72d9 032144 branch wait_aes 
+:      032147 aes_init:
+0x72da 032148 force 1 ,aes_ctrl 
+0x72db 032149 force 0 ,aes_ctrl 
+0x72dc 032150 rtn 
+:      032153 wait_keyinit_done:
+0x72dd 032154 fetch 1 ,core_aes_decode_key_init 
+0x72de 032155 bbit0 2 ,wait_keyinit_done 
+0x72df 032156 rtn 
+:      032159 dec_key_initial:
+0x72e0 032160 store 2 ,core_keybuf_saddr 
+0x72e1 032161 force 0xc0 ,aes_ctrl 
+0x72e2 032162 force 0x80 ,aes_ctrl 
+0x72e3 032163 branch wait_keyinit_done 
+:      032165 do_aes_ecb_dec:
+0x72e4 032166 force regidx_data ,regext_index 
+0x72e5 032167 copy regb ,contr 
+0x72e6 032168 force 4 ,loopcnt 
+0x72e7 032169 call aes_ecb_dec_loop 
+0x72e8 032171 force 0x180 ,aes_ctrl 
+0x72e9 032172 force 0x80 ,aes_ctrl 
+0x72ea 032173 call wait_aes 
+:      032174 ecb_dec_generate:
+0x72eb 032175 force regidx_result ,regext_index 
+0x72ec 032176 copy regc ,contw 
+0x72ed 032177 force 4 ,loopcnt 
+:      032178 ecb_dec_generate_loop:
+0x72ee 032179 copy regext ,pdata 
+0x72ef 032180 istore 4 ,contw 
+0x72f0 032181 increase 1 ,regext_index 
+0x72f1 032182 loop ecb_dec_generate_loop 
+0x72f2 032183 rtn 
+:      032185 aes_ecb_dec_loop:
+0x72f3 032186 ifetch 2 ,contr 
+0x72f4 032187 ifetcht 2 ,contr 
+0x72f5 032188 lshift16 temp ,temp 
+0x72f6 032189 ior temp ,regext 
+0x72f7 032190 increase 1 ,regext_index 
+0x72f8 032191 loop aes_ecb_dec_loop 
+0x72f9 032192 rtn 
+:      032195 do_aes_cbc_dec:
+0x72fa 032196 force regidx_xor ,regext_index 
+0x72fb 032197 copy rega ,contr 
+0x72fc 032198 force 4 ,loopcnt 
+0x72fd 032199 call aes_ecb_dec_loop 
+0x72fe 032201 force regidx_data ,regext_index 
+0x72ff 032202 copy regb ,contr 
+0x7300 032203 force 4 ,loopcnt 
+0x7301 032204 call aes_ecb_dec_loop 
+0x7302 032205 force 0x182 ,aes_ctrl 
+0x7303 032206 force 0x82 ,aes_ctrl 
+0x7304 032207 call wait_aes 
+0x7305 032208 branch ecb_dec_generate 
+:      032211 function_s1:
+0x7306 032212 force regidx_data ,regext_index 
+0x7307 032213 fetch 4 ,mem_le_mrand 
+0x7308 032214 iforce regext 
+0x7309 032215 increase 1 ,regext_index 
+0x730a 032216 ifetch 4 ,contr 
+0x730b 032217 iforce regext 
+0x730c 032218 increase 1 ,regext_index 
+0x730d 032219 fetch 4 ,mem_le_srand 
+0x730e 032220 iforce regext 
+0x730f 032221 increase 1 ,regext_index 
+0x7310 032222 ifetch 4 ,contr 
+0x7311 032223 iforce regext 
+0x7312 032224 increase 1 ,regext_index 
+0x7313 032225 call aes_clear 
+0x7314 032226 increase -4 ,regext_index 
+0x7315 032227 fetch 4 ,mem_le_tk 
+0x7316 032228 copy pdata ,regext 
+0x7317 032229 increase 4 ,regext_index 
+0x7318 032230 force 0x38 ,aes_ctrl 
+0x7319 032231 force 0x8 ,aes_ctrl 
+0x731a 032232 branch wait_aes 
+:      032235 function_c1:
+0x731b 032236 bpatch patch1d_4 ,mem_patch1d 
+0x731c 032237 fetch 6 ,mem_le_lap 
+0x731d 032238 fetcht 6 ,mem_le_plap 
+0x731e 032239 branch function_c1_master ,master 
+0x731f 032240 fetch 6 ,mem_le_plap 
+0x7320 032241 fetcht 6 ,mem_le_lap 
+:      032242 function_c1_master:
+0x7321 032243 force regidx_xor ,regext_index 
+0x7322 032244 copy temp ,regext 
+0x7323 032245 increase 1 ,regext_index 
+0x7324 032246 rshift32 temp ,regext 
+0x7325 032247 lshift16 pdata ,pdata 
+0x7326 032248 ior regext ,regext 
+0x7327 032249 increase 1 ,regext_index 
+0x7328 032250 rshift32 pdata ,regext 
+0x7329 032251 increase 1 ,regext_index 
+0x732a 032252 force 0 ,regext 
+0x732b 032253 force 0 ,pdata 
+0x732c 032254 fetch 1 ,mem_le_conn_peer_addr_type 
+0x732d 032255 fetcht 1 ,mem_le_adv_own_addr_type 
+0x732e 032256 nbranch function_c1_irat ,master 
+0x732f 032258 fetch 1 ,mem_le_conn_own_addr_type 
+0x7330 032259 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      032260 function_c1_irat:
+0x7331 032261 store 1 ,mem_le_iat 
+0x7332 032262 storet 1 ,mem_le_rat 
+0x7333 032263 force regidx_data ,regext_index 
+0x7334 032264 arg mem_le_iat ,regb 
+0x7335 032265 force 4 ,loopcnt 
+:      032266 function_c1_loop1:
+0x7336 032267 ifetch 4 ,rega 
+0x7337 032268 ifetcht 4 ,regb 
+0x7338 032269 ixor temp ,regext 
+0x7339 032270 increase 1 ,regext_index 
+0x733a 032271 increase 4 ,rega 
+0x733b 032272 increase 4 ,regb 
+0x733c 032273 loop function_c1_loop1 
+0x733d 032274 call aes_clear 
+0x733e 032275 increase -4 ,regext_index 
+0x733f 032276 fetch 4 ,mem_le_tk 
+0x7340 032277 copy pdata ,regext 
+0x7341 032278 increase 4 ,regext_index 
+0x7342 032279 force 0x38 ,aes_ctrl 
+0x7343 032280 force 0xc ,aes_ctrl 
+0x7344 032281 call wait_aes 
+0x7345 032283 call aes_clear_data 
+0x7346 032284 force 0x3a ,aes_ctrl 
+0x7347 032285 force 0x8 ,aes_ctrl 
+0x7348 032286 branch wait_aes 
+:      032288 padding_data:
+0x7349 032289 compare 0 ,loopcnt ,3 
+0x734a 032290 rtn true 
+0x734b 032291 deposit contr 
+0x734c 032292 iadd loopcnt ,contw 
+0x734d 032293 force 0 ,pdata 
+:      032294 padding_loop:
+0x734e 032295 istore 1 ,contw 
+0x734f 032296 increase 1 ,loopcnt 
+0x7350 032297 compare 0 ,loopcnt ,3 
+0x7351 032298 rtn true 
+0x7352 032299 branch padding_loop 
+:      032301 aes_load_data:
+0x7353 032302 force regidx_data ,regext_index 
+:      032303 load_data_loop:
+0x7354 032304 deposit loopcnt 
+0x7355 032305 branch load_data_padding ,blank 
+0x7356 032306 ifetch 4 ,contr 
+0x7357 032307 increase -4 ,loopcnt 
+:      032308 load_data_padding:
+0x7358 032309 iforce regext 
+0x7359 032310 increase 1 ,regext_index 
+0x735a 032311 compare regidx_key ,regext_index ,0xf 
+0x735b 032312 rtn true 
+0x735c 032313 branch load_data_loop 
+:      032315 aes_load_xor:
+0x735d 032316 force regidx_xor ,regext_index 
+0x735e 032317 branch load_regext 
+:      032318 load_key:
+0x735f 032319 force regidx_key ,regext_index 
+0x7360 032320 branch load_regext 
+:      032321 load_data128:
+0x7361 032322 force regidx_data ,regext_index 
+:      032323 load_regext:
+0x7362 032324 force 4 ,loopcnt 
+:      032325 load_regext_loop:
+0x7363 032326 ifetch 4 ,contr 
+0x7364 032327 iforce regext 
+0x7365 032328 increase 1 ,regext_index 
+0x7366 032329 loop load_regext_loop 
+0x7367 032330 rtn 
+:      032332 load_sk:
+0x7368 032333 arg mem_le_sk ,contr 
+0x7369 032334 branch load_key 
+:      032336 clear_hidata:
+0x736a 032337 force 4 ,loopcnt 
+0x736b 032338 branch clear_data_rest 
+:      032340 regext_clear:
+0x736c 032341 force 0 ,regext_index 
+0x736d 032342 force 16 ,loopcnt 
+0x736e 032343 branch clear_loop 
+:      032345 aes_clear_data:
+0x736f 032346 force regidx_data ,regext_index 
+:      032347 aes_clear:
+0x7370 032348 force 4 ,loopcnt 
+:      032349 clear_loop:
+0x7371 032350 force 0 ,regext 
+:      032351 clear_data_rest:
+0x7372 032352 increase 1 ,regext_index 
+0x7373 032353 loop clear_loop 
+0x7374 032354 rtn 
+:      032356 store_aes_result:
+0x7375 032357 force regidx_result ,regext_index 
+0x7376 032358 force 4 ,loopcnt 
+:      032359 send_aes_result_loop:
+0x7377 032360 deposit regext 
+0x7378 032361 istore 4 ,contw 
+0x7379 032362 increase 1 ,regext_index 
+0x737a 032363 loop send_aes_result_loop 
+0x737b 032364 rtn 
+:      032366 store_enc_data:
+0x737c 032367 force regidx_result ,regext_index 
+0x737d 032368 copy regc ,contw 
+0x737e 032369 add regb ,1 ,loopcnt 
+0x737f 032370 sub loopcnt ,15 ,null 
+0x7380 032371 branch store_enc_loop ,positive 
+0x7381 032372 force 16 ,loopcnt 
+:      032373 store_enc_loop:
+0x7382 032374 deposit regext 
+0x7383 032375 sub loopcnt ,3 ,null 
+0x7384 032376 branch store_enc_byte ,positive 
+0x7385 032377 istore 4 ,contw 
+0x7386 032378 increase -4 ,loopcnt 
+0x7387 032379 rtn zero 
+0x7388 032380 increase 1 ,regext_index 
+0x7389 032381 branch store_enc_loop 
+:      032382 store_enc_byte:
+0x738a 032383 istore 1 ,contw 
+0x738b 032384 rshift8 pdata ,pdata 
+0x738c 032385 loop store_enc_byte 
+0x738d 032386 rtn 
+:      032389 compare_res:
+0x738e 032390 force regidx_result ,regext_index 
+0x738f 032391 force 4 ,loopcnt 
+:      032392 compare_res_loop:
+0x7390 032393 ifetch 4 ,contr 
+0x7391 032394 isub regext ,null 
+0x7392 032395 nrtn zero 
+0x7393 032396 increase 1 ,regext_index 
+0x7394 032397 loop compare_res_loop 
+0x7395 032398 branch enable_zero 
+:      032400 enable_authrom:
+0x7396 032401 fetch 1 ,core_clkoff 
+0x7397 032402 set0 clock_off_auth_rom ,pdata 
+0x7398 032403 store 1 ,core_clkoff 
+0x7399 032404 rtn 
+:      032406 disable_authrom:
+0x739a 032407 fetch 1 ,core_clkoff 
+0x739b 032408 set1 clock_off_auth_rom ,pdata 
+0x739c 032409 store 1 ,core_clkoff 
+0x739d 032410 rtn 
+:      032418 init_memp:
+0x739e 032419 arg mem_p ,contw 
+0x739f 032420 setsect 0 ,0x3ffff 
+0x73a0 032421 setsect 1 ,0x3ffff 
+0x73a1 032422 setsect 2 ,0x3ffff 
+0x73a2 032423 setsect 3 ,0x3fbff 
+0x73a3 032424 istore 9 ,contw 
+0x73a4 032425 setsect 0 ,0x3ffff 
+0x73a5 032426 setsect 1 ,0x3ffff 
+0x73a6 032427 setsect 2 ,0x3ffff 
+0x73a7 032428 setsect 3 ,0x3ffff 
+0x73a8 032429 istore 9 ,contw 
+0x73a9 032430 setsect 0 ,0x3ffff 
+0x73aa 032431 setsect 1 ,0x3ffff 
+0x73ab 032432 setsect 2 ,0x3cfff 
+0x73ac 032433 setsect 3 ,0x3ffff 
+0x73ad 032434 istore 9 ,contw 
+0x73ae 032435 setsect 0 ,0x3ffff 
+0x73af 032436 setsect 1 ,0x3ffff 
+0x73b0 032437 setsect 2 ,0x3ffef 
+0x73b1 032438 setsect 3 ,0x3ffff 
+0x73b2 032439 istore 9 ,contw 
+0x73b3 032440 setsect 0 ,0x3ffff 
+0x73b4 032441 setsect 1 ,0x3ffff 
+0x73b5 032442 setsect 2 ,0x3ffff 
+0x73b6 032443 setsect 3 ,0x3ffff 
+0x73b7 032444 istore 9 ,contw 
+0x73b8 032445 setsect 0 ,0x3ffff 
+0x73b9 032446 setsect 1 ,0x26c7f 
+0x73ba 032447 setsect 2 ,0x146b 
+0x73bb 032448 setsect 3 ,0x37bb3 
+0x73bc 032449 istore 9 ,contw 
+0x73bd 032450 setsect 0 ,0x1feb8 
+0x73be 032451 setsect 1 ,0x10c12 
+0x73bf 032452 setsect 2 ,0x2b722 
+0x73c0 032453 setsect 3 ,0x29fa6 
+0x73c1 032454 istore 9 ,contw 
+0x73c2 032455 setsect 0 ,0xe70f 
+0x73c3 032456 setsect 1 ,0x16720 
+0x73c4 032457 setsect 2 ,0x519e 
+0x73c5 032458 setsect 3 ,0x19084 
+0x73c6 032459 istore 9 ,contw 
+0x73c7 032460 setsect 0 ,0x31012 
+0x73c8 032461 setsect 1 ,0x360bf 
+0x73c9 032462 setsect 2 ,0x3f0af 
+0x73ca 032463 setsect 3 ,0x3d3 
+0x73cb 032464 istore 9 ,contw 
+0x73cc 032465 setsect 0 ,0x3a188 
+0x73cd 032466 setsect 1 ,0x3ad0 
+0x73ce 032467 setsect 2 ,0x3cbf2 
+0x73cf 032468 setsect 3 ,0x243d9 
+0x73d0 032469 istore 9 ,contw 
+0x73d1 032470 setsect 0 ,0x2b030 
+0x73d2 032471 setsect 1 ,0x36a03 
+0x73d3 032472 setsect 2 ,0x11188 
+0x73d4 032473 setsect 3 ,0x1e520 
+0x73d5 032474 istore 9 ,contw 
+0x73d6 032475 setsect 0 ,0x3a11e 
+0x73d7 032476 setsect 1 ,0xfe5d 
+0x73d8 032477 setsect 2 ,0xdd57 
+0x73d9 032478 setsect 3 ,0x1ac93 
+0x73da 032479 istore 9 ,contw 
+0x73db 032480 setsect 0 ,0x11ed 
+0x73dc 032481 setsect 1 ,0x218c4 
+0x73dd 032482 setsect 2 ,0x8da7 
+0x73de 032483 setsect 3 ,0x257ff 
+0x73df 032484 istore 9 ,contw 
+0x73e0 032485 setsect 0 ,0x3192b 
+0x73e1 032486 setsect 1 ,0x34641 
+0x73e2 032487 setsect 2 ,0x1be0c 
+0x73e3 032488 setsect 3 ,0x366ad 
+0x73e4 032489 istore 9 ,contw 
+0x73e5 032490 setsect 0 ,0x1f83 
+0x73e6 032491 setsect 1 ,0x15a23 
+0x73e7 032492 setsect 2 ,0x3f9b0 
+0x73e8 032493 setsect 3 ,0x3949 
+0x73e9 032494 istore 9 ,contw 
+0x73ea 032495 setsect 0 ,0x13a51 
+0x73eb 032496 setsect 1 ,0x153fd 
+0x73ec 032497 setsect 2 ,0x3372a 
+0x73ed 032498 setsect 3 ,0xf1bb 
+0x73ee 032499 istore 9 ,contw 
+0x73ef 032500 setsect 0 ,0x3ae85 
+0x73f0 032501 setsect 1 ,0x1eed9 
+0x73f1 032502 setsect 2 ,0x9e66 
+0x73f2 032503 setsect 3 ,0x1a8 
+0x73f3 032504 istore 8 ,contw 
+0x73f4 032505 rtn 
+:      032513 init_memp_256:
+0x73f5 032514 arg mem_p_256 ,contw 
+0x73f6 032515 setsect 0 ,0x3ffff 
+0x73f7 032516 setsect 1 ,0x3ffff 
+0x73f8 032517 setsect 2 ,0x3ffff 
+0x73f9 032518 setsect 3 ,0x3ffff 
+0x73fa 032519 istore 9 ,contw 
+0x73fb 032520 setsect 0 ,0x3ffff 
+0x73fc 032521 setsect 1 ,0x3f 
+0x73fd 032522 setsect 2 ,0x0 
+0x73fe 032523 setsect 3 ,0x0 
+0x73ff 032524 istore 9 ,contw 
+0x7400 032525 setsect 0 ,0x0 
+0x7401 032526 setsect 1 ,0x0 
+0x7402 032527 setsect 2 ,0x1000 
+0x7403 032528 setsect 3 ,0x0 
+0x7404 032529 istore 9 ,contw 
+0x7405 032530 setsect 0 ,0x3ff00 
+0x7406 032531 setsect 1 ,0x3ffff 
+0x7407 032532 setsect 2 ,0x3ffcf 
+0x7408 032533 setsect 3 ,0x3ffff 
+0x7409 032534 istore 9 ,contw 
+0x740a 032535 setsect 0 ,0x3ffff 
+0x740b 032536 setsect 1 ,0x3ffff 
+0x740c 032537 setsect 2 ,0x3ffff 
+0x740d 032538 setsect 3 ,0x3ff 
+0x740e 032539 istore 9 ,contw 
+0x740f 032540 setsect 0 ,0x0 
+0x7410 032541 setsect 1 ,0x0 
+0x7411 032542 setsect 2 ,0x0 
+0x7412 032543 setsect 3 ,0x0 
+0x7413 032544 istore 9 ,contw 
+0x7414 032545 setsect 0 ,0x10000 
+0x7415 032546 setsect 1 ,0x0 
+0x7416 032547 setsect 2 ,0x3f000 
+0x7417 032548 setsect 3 ,0x3ffff 
+0x7418 032549 istore 9 ,contw 
+0x7419 032550 setsect 0 ,0x296ff 
+0x741a 032551 setsect 1 ,0x22630 
+0x741b 032552 setsect 2 ,0x3945d 
+0x741c 032553 setsect 3 ,0x3d284 
+0x741d 032554 istore 9 ,contw 
+0x741e 032555 setsect 0 ,0x333a0 
+0x741f 032556 setsect 1 ,0x4b7a 
+0x7420 032557 setsect 2 ,0x37d8 
+0x7421 032558 setsect 3 ,0x3c9dc 
+0x7422 032559 istore 9 ,contw 
+0x7423 032560 setsect 0 ,0x3a440 
+0x7424 032561 setsect 1 ,0x1b958 
+0x7425 032562 setsect 2 ,0x38bce 
+0x7426 032563 setsect 3 ,0x1091f 
+0x7427 032564 istore 9 ,contw 
+0x7428 032565 setsect 0 ,0x2e12c 
+0x7429 032566 setsect 1 ,0x1f47c 
+0x742a 032567 setsect 2 ,0x356b1 
+0x742b 032568 setsect 3 ,0x2fd47 
+0x742c 032569 istore 9 ,contw 
+0x742d 032570 setsect 0 ,0x6837 
+0x742e 032571 setsect 1 ,0x2ed90 
+0x742f 032572 setsect 2 ,0x1ecec 
+0x7430 032573 setsect 3 ,0x1acc5 
+0x7431 032574 istore 9 ,contw 
+0x7432 032575 setsect 0 ,0x23357 
+0x7433 032576 setsect 1 ,0x18af3 
+0x7434 032577 setsect 2 ,0xf9e1 
+0x7435 032578 setsect 3 ,0x129f0 
+0x7436 032579 istore 9 ,contw 
+0x7437 032580 setsect 0 ,0x2e7eb 
+0x7438 032581 setsect 1 ,0x3e6e3 
+0x7439 032582 setsect 2 ,0x3e1a7 
+0x743a 032583 setsect 3 ,0x10b8b 
+0x743b 032584 istore 9 ,contw 
+0x743c 032585 setsect 0 ,0x24fe3 
+0x743d 032586 setsect 1 ,0x20ef 
+0x743e 032587 setsect 2 ,0x1b5a6 
+0x743f 032588 setsect 3 ,0xdc2f 
+0x7440 032589 istore 9 ,contw 
+0x7441 032590 setsect 0 ,0x13860 
+0x7442 032591 setsect 1 ,0x2bd69 
+0x7443 032592 setsect 2 ,0x391a 
+0x7444 032593 setsect 3 ,0x1b222 
+0x7445 032594 istore 9 ,contw 
+0x7446 032595 rtn 
+:      032601 publickey_init:
+0x7447 032604 branch sp_initialize_256 
+:      032606 sp_calc_sequence_256_check:
+0x7448 032607 bpatch patch1d_5 ,mem_patch1d 
+0x7449 032612 fetch 1 ,mem_secure_connections_enable 
+0x744a 032613 rtn blank 
+0x744b 032614 fetch 1 ,mem_sc_local_key_invalid 
+0x744c 032615 rtneq sp_key_valid_256 
+0x744d 032618 fetch 1 ,mem_sc_calc 
+0x744e 032619 beq sp_calc_standby ,sp_initialize_256 
+0x744f 032620 rtn 
+:      032621 stop_publickey_calc_256:
+0x7450 032622 jam sp_calc_standby ,mem_sc_calc 
+0x7451 032623 rtn 
+:      032628 sp_clear_flags:
+0x7452 032629 bpatch patch1d_6 ,mem_patch1d 
+0x7453 032630 setarg mem_sp_state_end 
+0x7454 032631 arg mem_sp_state_start ,contw 
+0x7455 032632 isub contw ,loopcnt 
+0x7456 032633 call clear_mem 
+0x7457 032634 setarg mem_sp_state_xmem_end 
+0x7458 032635 arg mem_sp_state_xmem ,contw 
+0x7459 032636 isub contw ,loopcnt 
+0x745a 032637 branch clear_mem 
+:      032641 sp_calc_check_publickey_256:
+0x745b 032642 call sp_calc_b256 
+0x745c 032643 arg mem_le_pubkey_remote_y_256 ,rega 
+0x745d 032644 arg mem_t7_256 ,contw 
+0x745e 032645 call bn_sqrmod_256 
+0x745f 032646 arg mem_le_pubkey_remote_x_256 ,rega 
+0x7460 032647 arg mem_t2_256 ,contw 
+0x7461 032648 call bn_sqrmod_256 
+0x7462 032649 arg mem_t2_256 ,rega 
+0x7463 032650 arg mem_le_pubkey_remote_x_256 ,regb 
+0x7464 032651 arg mem_t2_256 ,contw 
+0x7465 032652 call bn_mulmod_256 
+0x7466 032653 arg mem_a_256 ,rega 
+0x7467 032654 arg mem_le_pubkey_remote_x_256 ,regb 
+0x7468 032655 arg mem_t3_256 ,contw 
+0x7469 032656 call bn_mulmod_256 
+0x746a 032657 arg mem_t3_256 ,rega 
+0x746b 032658 arg mem_t2_256 ,regb 
+0x746c 032659 arg mem_t2_256 ,contw 
+0x746d 032660 call bn_addmod_256 
+0x746e 032661 arg mem_t0_256 ,rega 
+0x746f 032662 arg mem_t2_256 ,regb 
+0x7470 032663 arg mem_t0_256 ,contw 
+0x7471 032664 call bn_addmod_256 
+0x7472 032665 arg 32 ,loopcnt 
+0x7473 032666 arg mem_t7_256 ,rega 
+0x7474 032667 arg mem_t0_256 ,regb 
+0x7475 032668 branch string_compare 
+:      032670 sp_calc_b256:
+0x7476 032671 arg mem_gy_256 ,rega 
+0x7477 032672 arg mem_t0_256 ,contw 
+0x7478 032673 call bn_sqrmod_256 
+0x7479 032674 arg mem_gx_256 ,rega 
+0x747a 032675 arg mem_t2_256 ,contw 
+0x747b 032676 call bn_sqrmod_256 
+0x747c 032677 arg mem_t2_256 ,rega 
+0x747d 032678 arg mem_gx_256 ,regb 
+0x747e 032679 arg mem_t2_256 ,contw 
+0x747f 032680 call bn_mulmod_256 
+0x7480 032681 arg mem_a_256 ,rega 
+0x7481 032682 arg mem_gx_256 ,regb 
+0x7482 032683 arg mem_t3_256 ,contw 
+0x7483 032684 call bn_mulmod_256 
+0x7484 032685 arg mem_t3_256 ,rega 
+0x7485 032686 arg mem_t2_256 ,regb 
+0x7486 032687 arg mem_t2_256 ,contw 
+0x7487 032688 call bn_addmod_256 
+0x7488 032689 arg mem_t0_256 ,rega 
+0x7489 032690 arg mem_t2_256 ,regb 
+0x748a 032691 arg mem_t0_256 ,contw 
+0x748b 032692 branch bn_submod_256 
+:      032697 random_generator:
+0x748c 032698 increase -1 ,queue 
+0x748d 032699 nrtn positive 
+0x748e 032700 random pdata 
+0x748f 032701 istore 2 ,contw 
+0x7490 032702 branch random_generator 
+:      032703 compare4:
+0x7491 032704 increase -1 ,queue 
+0x7492 032705 nbranch compare4_success ,positive 
+0x7493 032706 ifetch 4 ,rega 
+0x7494 032707 copy pdata ,temp 
+0x7495 032708 ifetch 4 ,regb 
+0x7496 032709 iflip temp ,pdata 
+0x7497 032710 nbranch compare4_failed ,zero 
+0x7498 032711 increase 4 ,rega 
+0x7499 032712 increase 4 ,regb 
+0x749a 032713 branch compare4 
+:      032714 compare4_failed:
+0x749b 032715 branch disable_true 
+:      032717 compare4_success:
+0x749c 032718 branch enable_true 
+:      032723 bn_testbit:
+0x749d 032724 and pdata ,7 ,queue 
+0x749e 032725 rshift3 pdata ,pdata 
+0x749f 032726 iadd contr ,contr 
+0x74a0 032727 ifetch 1 ,contr 
+0x74a1 032728 qisolate0 pdata 
+0x74a2 032729 rtn 
+:      032732 bn_eq_zero:
+0x74a3 032733 ifetch 8 ,contr 
+0x74a4 032734 nrtn blank 
+0x74a5 032735 ifetch 8 ,contr 
+0x74a6 032736 nrtn blank 
+0x74a7 032737 ifetch 8 ,contr 
+0x74a8 032738 rtn 
+:      032743 bn_eq_0:
+0x74a9 032744 ifetch 4 ,rega 
+0x74aa 032745 iforce temp 
+0x74ab 032746 ifetch 4 ,regb 
+0x74ac 032747 isub temp ,null 
+0x74ad 032748 nrtn zero 
+0x74ae 032749 increase 4 ,rega 
+0x74af 032750 increase 4 ,regb 
+0x74b0 032751 loop bn_eq_0 
+0x74b1 032752 rtn 
+:      032754 bn_bigeq:
+0x74b2 032755 force 6 ,loopcnt 
+0x74b3 032756 increase 20 ,rega 
+0x74b4 032757 increase 20 ,regb 
+:      032758 bn_bigeq_0:
+0x74b5 032759 ifetch 4 ,regb 
+0x74b6 032760 iforce temp 
+0x74b7 032761 ifetch 4 ,rega 
+0x74b8 032762 isub temp ,pdata 
+0x74b9 032763 nrtn positive 
+0x74ba 032764 nrtn blank 
+0x74bb 032765 increase -4 ,rega 
+0x74bc 032766 increase -4 ,regb 
+0x74bd 032767 loop bn_bigeq_0 
+0x74be 032768 rtn 
+:      032769 bn_add:
+0x74bf 032770 force 6 ,loopcnt 
+0x74c0 032771 force 0 ,regc 
+:      032772 bn_add_0:
+0x74c1 032773 ifetch 4 ,rega 
+0x74c2 032774 iforce temp 
+0x74c3 032775 ifetch 4 ,regb 
+0x74c4 032776 iadd temp ,pdata 
+0x74c5 032777 iadd regc ,pdata 
+0x74c6 032778 istore 4 ,contw 
+0x74c7 032779 isolate1 32 ,pdata 
+0x74c8 032780 setflag true ,0 ,regc 
+0x74c9 032781 increase 4 ,rega 
+0x74ca 032782 increase 4 ,regb 
+0x74cb 032783 loop bn_add_0 
+0x74cc 032784 rtn 
+:      032786 bn_sub:
+0x74cd 032787 force 6 ,loopcnt 
+0x74ce 032788 force 0 ,regc 
+:      032789 bn_sub_0:
+0x74cf 032790 ifetch 4 ,regb 
+0x74d0 032791 iforce temp 
+0x74d1 032792 ifetch 4 ,rega 
+0x74d2 032793 isub temp ,pdata 
+0x74d3 032794 isub regc ,pdata 
+0x74d4 032795 istore 4 ,contw 
+0x74d5 032796 isolate1 32 ,pdata 
+0x74d6 032797 setflag true ,0 ,regc 
+0x74d7 032798 increase 4 ,rega 
+0x74d8 032799 increase 4 ,regb 
+0x74d9 032800 loop bn_sub_0 
+0x74da 032801 rtn 
+:      032803 bn_rshift6:
+0x74db 032804 force 6 ,loopcnt 
+0x74dc 032805 increase 20 ,rega 
+:      032806 bn_rshift:
+0x74dd 032807 force 0 ,regc 
+:      032808 bn_rshift_0:
+0x74de 032809 ifetch 4 ,rega 
+0x74df 032810 isolate1 0 ,pdata 
+0x74e0 032811 setflag true ,1 ,regc 
+0x74e1 032812 rshift pdata ,pdata 
+0x74e2 032813 isolate1 0 ,regc 
+0x74e3 032814 setflag true ,31 ,pdata 
+0x74e4 032815 istore 4 ,rega 
+0x74e5 032816 increase -4 ,rega 
+0x74e6 032817 rshift regc ,regc 
+0x74e7 032818 loop bn_rshift_0 
+0x74e8 032819 rtn 
+:      032820 bn_lshift:
+0x74e9 032821 force 6 ,loopcnt 
+0x74ea 032822 force 0 ,regc 
+:      032823 bn_lshift_0:
+0x74eb 032824 ifetch 4 ,rega 
+0x74ec 032825 isolate1 31 ,pdata 
+0x74ed 032826 setflag true ,1 ,regc 
+0x74ee 032827 lshift pdata ,pdata 
+0x74ef 032828 isolate1 0 ,regc 
+0x74f0 032829 setflag true ,0 ,pdata 
+0x74f1 032830 istore 4 ,rega 
+0x74f2 032831 increase 4 ,rega 
+0x74f3 032832 rshift regc ,regc 
+0x74f4 032833 loop bn_lshift_0 
+0x74f5 032834 rtn 
+:      032837 bn_load:
+0x74f6 032838 force 6 ,loopcnt 
+:      032839 bn_load_0:
+0x74f7 032840 ifetch 4 ,contr 
+0x74f8 032841 iforce regext 
+0x74f9 032842 increase 1 ,regext_index 
+0x74fa 032843 loop bn_load_0 
+0x74fb 032844 rtn 
+:      032848 sp_initialize_256:
+0x74fc 032849 bpatch patch1d_7 ,mem_patch1d 
+0x74fd 032850 fetch 1 ,mem_secure_connections_enable 
+0x74fe 032851 nbranch sp_pubkey_calc_256 ,blank 
+:      032853 sc_reset:
+0x74ff 032854 jam sp_calc_standby ,mem_sc_calc 
+0x7500 032855 jam sp_key_invalid ,mem_sc_local_key_invalid 
+0x7501 032856 rtn 
+:      032860 sp_wait_pubkey_calc_256_done:
+0x7502 032861 fetch 1 ,mem_secure_connections_enable 
+0x7503 032862 rtn blank 
+0x7504 032863 fetch 1 ,mem_sc_local_key_invalid 
+0x7505 032864 rtneq sp_key_valid_256 
+0x7506 032865 call sp_calc_sequence_256 
+0x7507 032866 branch sp_wait_pubkey_calc_256_done 
+:      032870 sp_debug_private_256:
+0x7508 032871 arg mem_sc_private_key_256 ,contw 
+0x7509 032872 setsect 0 ,0x1abd 
+0x750a 032873 setsect 1 ,0x1b34f 
+0x750b 032874 setsect 2 ,0x19b8a 
+0x750c 032875 setsect 3 ,0x26562 
+0x750d 032876 istore 9 ,contw 
+0x750e 032877 setsect 0 ,0x340b7 
+0x750f 032878 setsect 1 ,0x1efa 
+0x7510 032879 setsect 2 ,0xaff6 
+0x7511 032880 setsect 3 ,0xfd41 
+0x7512 032881 istore 9 ,contw 
+0x7513 032882 setsect 0 ,0x3d210 
+0x7514 032883 setsect 1 ,0x26cf8 
+0x7515 032884 setsect 2 ,0x3874c 
+0x7516 032885 setsect 3 ,0x3157c 
+0x7517 032886 istore 9 ,contw 
+0x7518 032887 setsect 0 ,0x2d4a3 
+0x7519 032888 setsect 1 ,0x3d27d 
+0x751a 032889 setsect 2 ,0x3 
+0x751b 032890 istore 5 ,contw 
+0x751c 032891 rtn 
+:      032894 sp_pubkey_calc_256:
+0x751d 032895 fetch 1 ,mem_sc_local_key_invalid 
+0x751e 032896 rtnne sp_key_invalid 
+0x751f 032897 fetch 1 ,mem_sc_calc 
+0x7520 032898 rtnne sp_calc_standby 
+0x7521 032899 call init_memp_256 
+0x7522 032900 arg mem_sc_private_key_256 ,contw 
+0x7523 032901 force 15 ,queue 
+0x7524 032902 call random_generator 
+0x7525 032903 random pdata 
+0x7526 032904 rshift pdata ,pdata 
+0x7527 032905 istore 2 ,contw 
+0x7528 032907 fetch 1 ,mem_sp_debug_mode 
+0x7529 032908 ncall sp_debug_private_256 ,blank 
+0x752a 032910 arg mem_k_256 ,contw 
+0x752b 032911 arg mem_sc_private_key_256 ,contr 
+0x752c 032912 call memcpy32 
+0x752d 032914 arg mem_ax_256 ,contw 
+0x752e 032915 arg mem_gx_256 ,contr 
+0x752f 032916 call memcpy64 
+0x7530 032918 arg mem_az_256 ,contw 
+0x7531 032919 call clear_mem_256 
+0x7532 032920 jam 1 ,mem_az_256 
+0x7533 032922 call eckp_calc_init_256 
+0x7534 032923 jam sp_calc_pubkey_256 ,mem_sc_calc 
+0x7535 032924 rtn 
+:      032926 sp_pubkey_generated_256:
+0x7536 032927 arg mem_sc_pubkey_local_x_256 ,contw 
+0x7537 032928 arg mem_bx_256 ,contr 
+0x7538 032929 call memcpy64 
+0x7539 032930 jam sp_key_valid_256 ,mem_sc_local_key_invalid 
+0x753a 032931 jam sp_calc_standby ,mem_sc_calc 
+0x753b 032932 rtn 
+:      032936 sp_dhkey_calc_256:
+0x753c 032937 fetch 1 ,mem_sp_dhkey_invalid 
+0x753d 032938 rtnne sp_key_invalid 
+0x753e 032939 fetch 1 ,mem_sc_calc 
+0x753f 032940 rtnne sp_calc_standby 
+0x7540 032942 arg mem_k_256 ,contw 
+0x7541 032943 arg mem_sc_private_key_256 ,contr 
+0x7542 032944 call memcpy32 
+0x7543 032946 arg mem_ax_256 ,contw 
+0x7544 032947 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7545 032948 call memcpy64 
+0x7546 032950 arg mem_az_256 ,contw 
+0x7547 032951 call clear_mem_256 
+0x7548 032952 jam 1 ,mem_az_256 
+0x7549 032954 call eckp_calc_init_256 
+0x754a 032955 jam sp_calc_dhkey_256 ,mem_sc_calc 
+0x754b 032956 rtn 
+:      032959 sp_dhkey_generated_256:
+0x754c 032961 arg mem_le_dhkey_256 ,contw 
+0x754d 032962 arg mem_bx_256 ,contr 
+0x754e 032963 call memcpy32 
+0x754f 032964 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
+0x7550 032965 jam sp_calc_standby ,mem_sc_calc 
+0x7551 032966 rtn 
+:      032970 sp_calc_sequence_256:
+0x7552 032971 fetch 1 ,mem_secure_connections_enable 
+0x7553 032972 rtn blank 
+0x7554 032973 fetch 1 ,mem_sc_calc 
+0x7555 032974 rtn blank 
+0x7556 032975 increase 0x80 ,pdata 
+0x7557 032976 store 1 ,mem_sc_calc 
+0x7558 032977 rtnbit1 7 
+0x7559 032978 fetch 2 ,mem_ec_loopc 
+0x755a 032979 branch sp_calc_sequence_done_256 ,blank 
+0x755b 032980 branch eckp_calc_256 
+:      032982 sp_calc_sequence_done_256:
+0x755c 032983 bpatch patch1e_0 ,mem_patch1e 
+0x755d 032984 call ecunmapz_256 
+0x755e 032985 fetch 1 ,mem_sc_calc 
+0x755f 032986 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
+0x7560 032987 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
+0x7561 032988 rtn 
+:      032991 eckp_calc_256:
+0x7562 032992 call ecdbl_256 
+0x7563 032993 fetch 2 ,mem_ec_loopc 
+0x7564 032994 increase -1 ,pdata 
+0x7565 032995 store 2 ,mem_ec_loopc 
+0x7566 032996 arg mem_k_256 ,contr 
+0x7567 032997 call bn_testbit 
+0x7568 032998 rtn true 
+0x7569 032999 branch ecadd_256 
+:      033001 eckp_calc_init_256:
+0x756a 033002 bpatch patch1e_1 ,mem_patch1e 
+0x756b 033003 setarg 256 
+0x756c 033004 store 2 ,mem_ec_loopc 
+:      033005 eckp_calc_init_256_1:
+0x756d 033006 fetch 2 ,mem_ec_loopc 
+0x756e 033007 rtn blank 
+0x756f 033008 increase -1 ,pdata 
+0x7570 033009 store 2 ,mem_ec_loopc 
+0x7571 033010 arg mem_k_256 ,contr 
+0x7572 033011 call bn_testbit 
+0x7573 033012 branch eckp_calc_init_256_1 ,true 
+0x7574 033013 arg mem_ax_256 ,contr 
+0x7575 033014 arg mem_cx_256 ,contw 
+0x7576 033015 branch memcpy96 
+:      033018 ecunmapz_256:
+0x7577 033019 arg mem_cz_256 ,rega 
+0x7578 033020 arg mem_t3_256 ,contw 
+0x7579 033021 call bn_invmod_256 
+0x757a 033022 arg mem_t3_256 ,rega 
+0x757b 033023 arg mem_t1_256 ,contw 
+0x757c 033024 call bn_sqrmod_256 
+0x757d 033025 arg mem_cx_256 ,rega 
+0x757e 033026 arg mem_t1_256 ,regb 
+0x757f 033027 arg mem_bx_256 ,contw 
+0x7580 033028 call bn_mulmod_256 
+0x7581 033029 arg mem_t3_256 ,rega 
+0x7582 033030 arg mem_t1_256 ,regb 
+0x7583 033031 arg mem_t2_256 ,contw 
+0x7584 033032 call bn_mulmod_256 
+0x7585 033033 arg mem_cy_256 ,rega 
+0x7586 033034 arg mem_t2_256 ,regb 
+0x7587 033035 arg mem_by_256 ,contw 
+0x7588 033036 branch bn_mulmod_256 
+:      033038 ecdbl_256:
+0x7589 033039 arg mem_cz_256 ,rega 
+0x758a 033040 arg mem_t2_256 ,contw 
+0x758b 033041 call bn_sqrmod_256 
+0x758c 033042 arg mem_t2_256 ,rega 
+0x758d 033043 arg mem_t3_256 ,contw 
+0x758e 033044 call bn_sqrmod_256 
+0x758f 033046 arg mem_a_256 ,rega 
+0x7590 033047 arg mem_t3_256 ,regb 
+0x7591 033048 arg mem_t3_256 ,contw 
+0x7592 033049 call bn_mulmod_256 
+0x7593 033050 arg mem_cx_256 ,rega 
+0x7594 033051 arg mem_t2_256 ,contw 
+0x7595 033052 call bn_sqrmod_256 
+0x7596 033054 arg mem_t2_256 ,contr 
+0x7597 033055 arg mem_t1_256 ,contw 
+0x7598 033056 call memcpy32 
+0x7599 033057 arg mem_t1_256 ,rega 
+0x759a 033058 call bn_lshiftmod_256 
+0x759b 033059 arg mem_t2_256 ,rega 
+0x759c 033060 arg mem_t1_256 ,regb 
+0x759d 033061 arg mem_t2_256 ,contw 
+0x759e 033062 call bn_addmod_256 
+0x759f 033064 arg mem_t2_256 ,rega 
+0x75a0 033065 arg mem_t3_256 ,regb 
+0x75a1 033066 arg mem_t2_256 ,contw 
+0x75a2 033067 call bn_addmod_256 
+0x75a3 033069 arg mem_cx_256 ,contr 
+0x75a4 033070 arg mem_t1_256 ,contw 
+0x75a5 033071 call memcpy32 
+0x75a6 033072 arg mem_cy_256 ,rega 
+0x75a7 033073 arg mem_t3_256 ,contw 
+0x75a8 033074 call bn_sqrmod_256 
+0x75a9 033075 arg mem_t1_256 ,rega 
+0x75aa 033076 call bn_lshiftmod_256 
+0x75ab 033077 arg mem_t1_256 ,rega 
+0x75ac 033078 call bn_lshiftmod_256 
+0x75ad 033079 arg mem_t1_256 ,rega 
+0x75ae 033080 arg mem_t3_256 ,regb 
+0x75af 033081 arg mem_t1_256 ,contw 
+0x75b0 033082 call bn_mulmod_256 
+0x75b1 033083 arg mem_t3_256 ,rega 
+0x75b2 033084 arg mem_t0_256 ,contw 
+0x75b3 033085 call bn_sqrmod_256 
+0x75b4 033086 arg mem_t0_256 ,rega 
+0x75b5 033087 call bn_lshiftmod_256 
+0x75b6 033088 arg mem_t0_256 ,rega 
+0x75b7 033089 call bn_lshiftmod_256 
+0x75b8 033090 arg mem_t0_256 ,rega 
+0x75b9 033091 call bn_lshiftmod_256 
+0x75ba 033092 arg mem_cy_256 ,contr 
+0x75bb 033093 arg mem_t3_256 ,contw 
+0x75bc 033094 call memcpy32 
+0x75bd 033095 arg mem_t3_256 ,rega 
+0x75be 033096 call bn_lshiftmod_256 
+0x75bf 033097 arg mem_t3_256 ,rega 
+0x75c0 033098 arg mem_cz_256 ,regb 
+0x75c1 033099 arg mem_cz_256 ,contw 
+0x75c2 033100 call bn_mulmod_256 
+0x75c3 033103 arg mem_t2_256 ,rega 
+0x75c4 033104 arg mem_t3_256 ,contw 
+0x75c5 033105 call bn_sqrmod_256 
+0x75c6 033107 arg mem_t3_256 ,rega 
+0x75c7 033108 arg mem_t1_256 ,regb 
+0x75c8 033109 arg mem_t3_256 ,contw 
+0x75c9 033110 call bn_submod_256 
+0x75ca 033111 arg mem_t3_256 ,rega 
+0x75cb 033112 arg mem_t1_256 ,regb 
+0x75cc 033113 arg mem_cx_256 ,contw 
+0x75cd 033114 call bn_submod_256 
+0x75ce 033115 arg mem_t1_256 ,rega 
+0x75cf 033116 arg mem_cx_256 ,regb 
+0x75d0 033117 arg mem_t3_256 ,contw 
+0x75d1 033118 call bn_submod_256 
+0x75d2 033119 arg mem_t3_256 ,rega 
+0x75d3 033120 arg mem_t2_256 ,regb 
+0x75d4 033121 arg mem_t3_256 ,contw 
+0x75d5 033122 call bn_mulmod_256 
+0x75d6 033123 arg mem_t3_256 ,rega 
+0x75d7 033124 arg mem_t0_256 ,regb 
+0x75d8 033125 arg mem_cy_256 ,contw 
+0x75d9 033126 branch bn_submod_256 
+:      033128 ecadd_256:
+0x75da 033130 arg mem_az_256 ,rega 
+0x75db 033131 arg mem_t7_256 ,contw 
+0x75dc 033132 call bn_sqrmod_256 
+0x75dd 033133 arg mem_cx_256 ,rega 
+0x75de 033134 arg mem_t7_256 ,regb 
+0x75df 033135 arg mem_t0_256 ,contw 
+0x75e0 033136 call bn_mulmod_256 
+0x75e1 033139 arg mem_az_256 ,rega 
+0x75e2 033140 arg mem_t7_256 ,regb 
+0x75e3 033141 arg mem_t7_256 ,contw 
+0x75e4 033142 call bn_mulmod_256 
+0x75e5 033143 arg mem_cy_256 ,rega 
+0x75e6 033144 arg mem_t7_256 ,regb 
+0x75e7 033145 arg mem_t1_256 ,contw 
+0x75e8 033146 call bn_mulmod_256 
+0x75e9 033149 arg mem_cz_256 ,rega 
+0x75ea 033150 arg mem_t7_256 ,contw 
+0x75eb 033151 call bn_sqrmod_256 
+0x75ec 033152 arg mem_ax_256 ,rega 
+0x75ed 033153 arg mem_t7_256 ,regb 
+0x75ee 033154 arg mem_t2_256 ,contw 
+0x75ef 033155 call bn_mulmod_256 
+0x75f0 033157 arg mem_cz_256 ,rega 
+0x75f1 033158 arg mem_t7_256 ,regb 
+0x75f2 033159 arg mem_t7_256 ,contw 
+0x75f3 033160 call bn_mulmod_256 
+0x75f4 033161 arg mem_ay_256 ,rega 
+0x75f5 033162 arg mem_t7_256 ,regb 
+0x75f6 033163 arg mem_t3_256 ,contw 
+0x75f7 033164 call bn_mulmod_256 
+0x75f8 033169 arg mem_t0_256 ,regb 
+0x75f9 033170 arg mem_t2_256 ,rega 
+0x75fa 033171 arg mem_t7_256 ,contw 
+0x75fb 033172 call bn_submod_256 
+0x75fc 033173 arg mem_t0_256 ,rega 
+0x75fd 033174 arg mem_t2_256 ,regb 
+0x75fe 033175 arg mem_t0_256 ,contw 
+0x75ff 033176 call bn_addmod_256 
+0x7600 033179 arg mem_t1_256 ,regb 
+0x7601 033180 arg mem_t3_256 ,rega 
+0x7602 033181 arg mem_t2_256 ,contw 
+0x7603 033182 call bn_submod_256 
+0x7604 033183 arg mem_t1_256 ,rega 
+0x7605 033184 arg mem_t3_256 ,regb 
+0x7606 033185 arg mem_t1_256 ,contw 
+0x7607 033186 call bn_addmod_256 
+0x7608 033187 arg mem_t1_256 ,rega 
+0x7609 033188 arg mem_t7_256 ,regb 
+0x760a 033189 arg mem_t1_256 ,contw 
+0x760b 033190 call bn_mulmod_256 
+0x760c 033191 arg mem_cz_256 ,rega 
+0x760d 033192 arg mem_az_256 ,regb 
+0x760e 033193 arg mem_t3_256 ,contw 
+0x760f 033194 call bn_mulmod_256 
+0x7610 033195 arg mem_t3_256 ,rega 
+0x7611 033196 arg mem_t7_256 ,regb 
+0x7612 033197 arg mem_cz_256 ,contw 
+0x7613 033198 call bn_mulmod_256 
+0x7614 033200 arg mem_t7_256 ,rega 
+0x7615 033201 arg mem_t7_256 ,contw 
+0x7616 033202 call bn_sqrmod_256 
+0x7617 033203 arg mem_t7_256 ,rega 
+0x7618 033204 arg mem_t0_256 ,regb 
+0x7619 033205 arg mem_t3_256 ,contw 
+0x761a 033206 call bn_mulmod_256 
+0x761b 033207 arg mem_t7_256 ,rega 
+0x761c 033208 arg mem_t1_256 ,regb 
+0x761d 033209 arg mem_t1_256 ,contw 
+0x761e 033210 call bn_mulmod_256 
+0x761f 033211 arg mem_t2_256 ,rega 
+0x7620 033212 arg mem_cx_256 ,contw 
+0x7621 033213 call bn_sqrmod_256 
+0x7622 033214 arg mem_cx_256 ,rega 
+0x7623 033215 arg mem_t3_256 ,regb 
+0x7624 033216 arg mem_cx_256 ,contw 
+0x7625 033217 call bn_submod_256 
+0x7626 033218 arg mem_cx_256 ,contr 
+0x7627 033219 arg mem_t7_256 ,contw 
+0x7628 033220 call memcpy32 
+0x7629 033221 arg mem_t7_256 ,rega 
+0x762a 033222 call bn_lshiftmod_256 
+0x762b 033223 arg mem_t3_256 ,rega 
+0x762c 033224 arg mem_t7_256 ,regb 
+0x762d 033225 arg mem_t3_256 ,contw 
+0x762e 033226 call bn_submod_256 
+0x762f 033227 arg mem_t3_256 ,rega 
+0x7630 033228 arg mem_t2_256 ,regb 
+0x7631 033229 arg mem_t2_256 ,contw 
+0x7632 033230 call bn_mulmod_256 
+0x7633 033231 arg mem_t2_256 ,rega 
+0x7634 033232 arg mem_t1_256 ,regb 
+0x7635 033233 arg mem_cy_256 ,contw 
+0x7636 033234 call bn_submod_256 
+0x7637 033235 arg mem_cy_256 ,rega 
+0x7638 033236 arg mem_p_256 ,regb 
+0x7639 033237 arg mem_cy_256 ,contw 
+0x763a 033238 force 0 ,regc 
+0x763b 033239 fetch 1 ,mem_cy_256 
+0x763c 033240 isolate1 0 ,pdata 
+0x763d 033241 call bn_add_256 ,true 
+0x763e 033242 copy regc ,alarm 
+0x763f 033243 arg mem_cy_256 ,rega 
+0x7640 033244 call bn_rshift_256 
+0x7641 033245 fetch 1 ,mem_cy5_256 
+0x7642 033246 isolate1 0 ,alarm 
+0x7643 033247 setflag true ,7 ,pdata 
+0x7644 033248 store 1 ,mem_cy5_256 
+0x7645 033249 rtn 
+:      033251 bn_invmod_256:
+0x7646 033252 copy contw ,timeup 
+0x7647 033253 arg mem_tmp0_256 ,contw 
+0x7648 033254 call clear_mem_256 
+0x7649 033255 force 0 ,pdata 
+0x764a 033257 store 4 ,mem_t2_256 
+0x764b 033258 jam 1 ,mem_tmp0_256 
+0x764c 033259 arg mem_tmp1_256 ,contw 
+0x764d 033260 call clear_mem_512 
+0x764e 033261 arg mem_p_256 ,contr 
+0x764f 033262 arg mem_tmp2_256 ,contw 
+0x7650 033263 call memcpy32 
+0x7651 033264 copy rega ,contr 
+0x7652 033265 arg mem_tmp3_256 ,contw 
+0x7653 033266 call memcpy32 
+:      033272 bn_invmod_256_2:
+0x7654 033273 arg mem_tmp3_256 ,contr 
+0x7655 033274 call bn_eq_zero_256 
+0x7656 033275 branch bn_invmod_256_0 ,blank 
+0x7657 033280 arg mem_tmp3_256 ,rega 
+0x7658 033281 arg mem_tmp0_256 ,regb 
+0x7659 033282 call bn_rshifteven_256 
+0x765a 033283 arg mem_tmp2_256 ,rega 
+0x765b 033284 arg mem_tmp1_256 ,regb 
+0x765c 033285 call bn_rshifteven_256 
+0x765d 033287 arg mem_tmp3_256 ,rega 
+0x765e 033288 arg mem_tmp2_256 ,regb 
+0x765f 033289 call bn_bigeq_256 
+0x7660 033290 branch bn_invmod_256_1 ,positive 
+0x7661 033291 arg mem_tmp2_256 ,rega 
+0x7662 033292 arg mem_tmp3_256 ,regb 
+0x7663 033293 copy rega ,contw 
+0x7664 033294 call bn_sub_256 
+0x7665 033295 arg mem_tmp0_256 ,rega 
+0x7666 033296 arg mem_tmp1_256 ,regb 
+0x7667 033297 copy regb ,contw 
+0x7668 033298 call bn_add_256 
+0x7669 033299 ifetch 1 ,rega 
+0x766a 033300 iadd regc ,regc 
+0x766b 033301 ifetch 1 ,regb 
+0x766c 033302 iadd regc ,pdata 
+0x766d 033303 istore 1 ,regb 
+0x766e 033304 branch bn_invmod_256_2 
+:      033305 bn_invmod_256_1:
+0x766f 033306 arg mem_tmp3_256 ,rega 
+0x7670 033307 arg mem_tmp2_256 ,regb 
+0x7671 033308 copy rega ,contw 
+0x7672 033309 call bn_sub_256 
+0x7673 033310 arg mem_tmp1_256 ,rega 
+0x7674 033311 arg mem_tmp0_256 ,regb 
+0x7675 033312 copy regb ,contw 
+0x7676 033313 call bn_add_256 
+0x7677 033314 ifetch 1 ,rega 
+0x7678 033315 iadd regc ,regc 
+0x7679 033316 ifetch 1 ,regb 
+0x767a 033317 iadd regc ,pdata 
+0x767b 033318 istore 1 ,regb 
+0x767c 033319 branch bn_invmod_256_2 
+:      033320 bn_invmod_256_0:
+0x767d 033322 arg mem_tmp1_256 ,rega 
+0x767e 033323 copy timeup ,contw 
+0x767f 033324 call bn_p256mod 
+0x7680 033326 arg mem_p_256 ,rega 
+0x7681 033327 copy timeup ,regb 
+0x7682 033328 copy timeup ,contw 
+0x7683 033329 branch bn_submod_256 
+:      033332 bn_mulmod_256:
+0x7684 033333 copy contw ,timeup 
+0x7685 033335 force 0 ,regext_index 
+0x7686 033337 arg mem_tmp1_256 ,contw 
+0x7687 033338 call clear_mem_512 
+0x7688 033339 arg mem_regext ,contw 
+0x7689 033340 call clear_mem_512 
+0x768a 033344 copy rega ,contr 
+0x768b 033346 jam 0 ,mem_regext 
+0x768c 033347 setarg 0 
+0x768d 033348 call bn_load_mem 
+0x768e 033349 copy regb ,contr 
+0x768f 033350 call bn_load_256 
+0x7690 033353 force 0 ,queue 
+0x7691 033354 arg mem_tmp1_256 ,contw 
+:      033355 bn_mulmod_256_1:
+0x7692 033358 arg mem_regext ,temp 
+0x7693 033359 copy queue ,regb 
+0x7694 033360 lshift2 regb ,pdata 
+0x7695 033362 iadd temp ,regb 
+0x7696 033363 force 0 ,temp 
+0x7697 033364 force 0 ,regc 
+:      033365 bn_mulmod_256_0:
+0x7698 033370 ifetch 4 ,contw 
+0x7699 033371 iforce rega 
+0x769a 033374 ifetch 4 ,regb 
+0x769b 033375 copy regc ,regext_index 
+0x769c 033376 imul32 regext ,pdata 
+0x769d 033377 iadd rega ,pdata 
+0x769e 033378 iadd temp ,pdata 
+0x769f 033379 istore 4 ,contw 
+0x76a0 033380 rshift32 pdata ,temp 
+0x76a1 033381 increase 1 ,regc 
+0x76a2 033382 compare 8 ,regc ,0xff 
+0x76a3 033383 nbranch bn_mulmod_256_0 ,true 
+0x76a4 033385 deposit temp 
+0x76a5 033386 istore 4 ,contw 
+0x76a6 033387 increase -32 ,contw 
+0x76a7 033390 increase 1 ,queue 
+0x76a8 033391 compare 8 ,queue ,0xff 
+0x76a9 033392 nbranch bn_mulmod_256_1 ,true 
+0x76aa 033393 arg mem_tmp1_256 ,rega 
+0x76ab 033394 copy timeup ,contw 
+0x76ac 033395 branch bn_p256mod 
+:      033397 bn_p256mod:
+0x76ad 033398 bpatch patch1e_2 ,mem_patch1e 
+0x76ae 033399 copy contw ,timeup 
+0x76af 033400 copy rega ,alarm 
+0x76b0 033401 arg mem_tmp2_256 ,regb 
+0x76b1 033402 copy regb ,contw 
+0x76b2 033403 call memset0_4 
+0x76b3 033404 istore 8 ,contw 
+0x76b4 033405 add rega ,44 ,contr 
+0x76b5 033406 call memcpy8 
+0x76b6 033407 call memcpy12 
+0x76b7 033408 copy regb ,rega 
+0x76b8 033409 call bn_lshiftmod_256 
+0x76b9 033410 arg mem_tmp2_256 ,regb 
+0x76ba 033411 copy alarm ,rega 
+0x76bb 033412 copy timeup ,contw 
+0x76bc 033413 call bn_addmod_256 
+0x76bd 033415 arg mem_tmp2_256 ,regb 
+0x76be 033416 copy regb ,contw 
+0x76bf 033417 call memset0_4 
+0x76c0 033418 istore 8 ,contw 
+0x76c1 033419 add alarm ,48 ,contr 
+0x76c2 033420 call memcpy16 
+0x76c3 033421 call memset0_4 
+0x76c4 033422 copy regb ,rega 
+0x76c5 033423 call bn_lshiftmod_256 
+0x76c6 033427 arg mem_tmp2_256 ,regb 
+0x76c7 033428 copy timeup ,rega 
+0x76c8 033429 copy rega ,contw 
+0x76c9 033430 call bn_addmod_256 
+0x76ca 033434 arg mem_tmp2_256 ,regb 
+0x76cb 033435 copy regb ,contw 
+0x76cc 033436 add alarm ,32 ,contr 
+0x76cd 033437 call memcpy12 
+0x76ce 033438 call memset0_4 
+0x76cf 033439 istore 8 ,contw 
+0x76d0 033440 add alarm ,56 ,contr 
+0x76d1 033441 call memcpy8 
+0x76d2 033442 copy timeup ,rega 
+0x76d3 033443 copy rega ,contw 
+0x76d4 033444 call bn_addmod_256 
+0x76d5 033448 arg mem_tmp2_256 ,regb 
+0x76d6 033449 copy regb ,contw 
+0x76d7 033450 add alarm ,36 ,contr 
+0x76d8 033451 call memcpy12 
+0x76d9 033452 add alarm ,52 ,contr 
+0x76da 033453 call memcpy12 
+0x76db 033454 add alarm ,52 ,contr 
+0x76dc 033455 call memcpy4 
+0x76dd 033456 add alarm ,32 ,contr 
+0x76de 033457 call memcpy4 
+0x76df 033458 copy timeup ,rega 
+0x76e0 033459 copy rega ,contw 
+0x76e1 033460 call bn_addmod_256 
+0x76e2 033463 arg mem_tmp2_256 ,regb 
+0x76e3 033464 copy regb ,contw 
+0x76e4 033465 add alarm ,44 ,contr 
+0x76e5 033466 call memcpy12 
+0x76e6 033467 call memset0_4 
+0x76e7 033468 istore 8 ,contw 
+0x76e8 033469 add alarm ,32 ,contr 
+0x76e9 033470 call memcpy4 
+0x76ea 033471 add alarm ,40 ,contr 
+0x76eb 033472 call memcpy4 
+0x76ec 033473 copy timeup ,rega 
+0x76ed 033474 copy rega ,contw 
+0x76ee 033475 call bn_submod_256 
+0x76ef 033478 arg mem_tmp2_256 ,regb 
+0x76f0 033479 copy regb ,contw 
+0x76f1 033480 add alarm ,48 ,contr 
+0x76f2 033481 call memcpy8 
+0x76f3 033482 call memcpy8 
+0x76f4 033483 force 0 ,pdata 
+0x76f5 033484 istore 8 ,contw 
+0x76f6 033485 add alarm ,36 ,contr 
+0x76f7 033486 call memcpy4 
+0x76f8 033487 add alarm ,44 ,contr 
+0x76f9 033488 call memcpy4 
+0x76fa 033489 copy timeup ,rega 
+0x76fb 033490 copy rega ,contw 
+0x76fc 033491 call bn_submod_256 
+0x76fd 033494 arg mem_tmp2_256 ,regb 
+0x76fe 033495 copy regb ,contw 
+0x76ff 033496 add alarm ,52 ,contr 
+0x7700 033497 call memcpy12 
+0x7701 033498 add alarm ,32 ,contr 
+0x7702 033499 call memcpy12 
+0x7703 033500 call memset0_4 
+0x7704 033501 add alarm ,48 ,contr 
+0x7705 033502 call memcpy4 
+0x7706 033503 copy timeup ,rega 
+0x7707 033504 copy rega ,contw 
+0x7708 033505 call bn_submod_256 
+0x7709 033508 arg mem_tmp2_256 ,regb 
+0x770a 033509 copy regb ,contw 
+0x770b 033510 add alarm ,56 ,contr 
+0x770c 033511 call memcpy8 
+0x770d 033512 call memset0_4 
+0x770e 033513 add alarm ,36 ,contr 
+0x770f 033514 call memcpy12 
+0x7710 033515 call memset0_4 
+0x7711 033516 add alarm ,52 ,contr 
+0x7712 033517 call memcpy4 
+0x7713 033518 copy timeup ,rega 
+0x7714 033519 copy rega ,contw 
+0x7715 033520 branch bn_submod_256 
+:      033523 bn_load_mem:
+0x7716 033524 force 32 ,loopcnt 
+0x7717 033525 arg mem_regext ,contw 
+0x7718 033526 iadd contw ,contw 
+0x7719 033527 branch memcpy 
+:      033529 bn_load_256:
+0x771a 033530 force 8 ,loopcnt 
+0x771b 033531 branch bn_load_0 
+:      033533 bn_sqrmod_256:
+0x771c 033534 copy rega ,regb 
+0x771d 033535 branch bn_mulmod_256 
+:      033537 bn_add_256:
+0x771e 033538 force 8 ,loopcnt 
+0x771f 033539 branch bn_add + 1 
+:      033541 bn_addmod_256:
+0x7720 033542 call bn_add_256 
+0x7721 033543 copy contw ,rega 
+0x7722 033544 branch bn_lshiftmod_ismod_256 
+:      033546 bn_lshiftmod_256:
+0x7723 033547 call bn_lshift_256 
+:      033548 bn_lshiftmod_ismod_256:
+0x7724 033549 isolate1 0 ,regc 
+0x7725 033550 branch bn_lshiftmod_p_256 ,true 
+0x7726 033551 arg mem_p_256 ,regb 
+0x7727 033552 copy rega ,regc 
+0x7728 033553 increase -32 ,rega 
+0x7729 033554 call bn_bigeq_256 
+0x772a 033555 nrtn positive 
+0x772b 033556 copy regc ,rega 
+0x772c 033557 branch sub_p2_256 
+:      033559 bn_lshiftmod_p_256:
+0x772d 033560 call sub_p2_256 
+0x772e 033562 copy rega ,regc 
+0x772f 033563 increase -32 ,rega 
+0x7730 033564 arg mem_p_256 ,regb 
+0x7731 033565 call bn_bigeq_256 
+0x7732 033566 nrtn positive 
+0x7733 033567 copy regc ,rega 
+0x7734 033568 branch sub_p2_256 
+:      033571 sub_p2_256:
+0x7735 033572 increase -32 ,rega 
+0x7736 033573 arg mem_p_256 ,regb 
+0x7737 033574 copy rega ,contw 
+0x7738 033575 branch bn_sub_256 
+:      033580 bn_submod_256:
+0x7739 033581 call bn_sub_256 
+0x773a 033583 branch bn_submod_256_np ,true 
+0x773b 033586 add contw ,-32 ,rega 
+0x773c 033587 arg mem_p_256 ,regb 
+0x773d 033588 call bn_bigeq_256 
+0x773e 033589 nrtn positive 
+0x773f 033590 arg mem_p_256 ,regb 
+0x7740 033591 add contw ,-32 ,rega 
+0x7741 033593 copy rega ,contw 
+0x7742 033594 branch bn_sub_256 
+:      033595 bn_submod_256_np:
+0x7743 033596 add contw ,-32 ,rega 
+0x7744 033597 arg mem_p_256 ,regb 
+0x7745 033598 copy rega ,contw 
+0x7746 033599 call bn_add_256 
+0x7747 033601 rtn true 
+0x7748 033602 add contw ,-32 ,rega 
+0x7749 033603 arg mem_p_256 ,regb 
+0x774a 033604 copy rega ,contw 
+0x774b 033605 branch bn_add_256 
+:      033609 bn_sub_256:
+0x774c 033610 force 8 ,loopcnt 
+0x774d 033611 branch bn_sub + 1 
+:      033613 bn_rshift_256:
+0x774e 033614 force 8 ,loopcnt 
+0x774f 033615 increase 28 ,rega 
+0x7750 033616 branch bn_rshift 
+:      033618 bn_lshift_256:
+0x7751 033619 force 8 ,loopcnt 
+0x7752 033620 force 0 ,regc 
+0x7753 033621 branch bn_lshift_0 
+:      033623 bn_bigeq_256:
+0x7754 033624 force 8 ,loopcnt 
+0x7755 033625 increase 28 ,rega 
+0x7756 033626 increase 28 ,regb 
+0x7757 033627 branch bn_bigeq_0 
+:      033630 bn_eq_zero_256:
+0x7758 033631 ifetch 8 ,contr 
+0x7759 033632 nrtn blank 
+0x775a 033633 branch bn_eq_zero 
+:      033638 bn_rshifteven_256:
+0x775b 033639 copy rega ,alarm 
+:      033640 bn_rshifteven_256_1:
+0x775c 033641 copy alarm ,rega 
+0x775d 033642 ifetch 1 ,rega 
+0x775e 033643 isolate1 0 ,pdata 
+0x775f 033644 rtn true 
+0x7760 033645 call bn_rshift_256 
+0x7761 033646 ifetch 1 ,regb 
+0x7762 033647 isolate0 0 ,pdata 
+0x7763 033648 branch bn_rshifteven_256_0 ,true 
+0x7764 033649 arg mem_p_256 ,rega 
+0x7765 033650 copy regb ,contw 
+0x7766 033651 call bn_add_256 
+0x7767 033652 ifetch 1 ,regb 
+0x7768 033653 iadd regc ,pdata 
+0x7769 033654 istore 1 ,regb 
+0x776a 033655 increase -32 ,regb 
+:      033656 bn_rshifteven_256_0:
+0x776b 033657 add regb ,32 ,rega 
+0x776c 033658 force 9 ,loopcnt 
+0x776d 033659 call bn_rshift 
+0x776e 033660 branch bn_rshifteven_256_1 
+:      033663 ui_init:
+0x776f 033664 rtn wake 
+0x7770 033665 call lpm_disable_exen_output 
+0x7771 033666 call ui_button_init 
+0x7772 033667 call ui_timer_init 
+0x7773 033668 branch ui_led_init_global 
+:      033670 ui_dispatch:
+0x7774 033671 call ui_led_dispatch 
+0x7775 033672 branch ui_timer_check 
+:      033674 ui_button_init:
+0x7776 033675 fetch 1 ,mem_ui_button_gpio 
+0x7777 033676 rtneq ui_button_gpio_disable 
+0x7778 033677 iforce temp 
+0x7779 033678 call gpio_config_output 
+0x777a 033679 fetcht 1 ,mem_ui_button_gpio 
+0x777b 033680 call gpio_out_inactive 
+0x777c 033681 nop 100 
+0x777d 033682 fetcht 1 ,mem_ui_button_gpio 
+0x777e 033683 call gpio_config_input 
+0x777f 033684 branch ui_button_polling 
+:      033688 ui_button_polling:
+0x7780 033689 bpatch patch1e_3 ,mem_patch1e 
+0x7781 033690 fetch 1 ,mem_ui_button_gpio 
+0x7782 033691 rtneq ui_button_gpio_disable 
+0x7783 033692 copy pdata ,temp 
+0x7784 033693 call gpio_get_bit 
+0x7785 033694 nbranch ui_button_up ,true 
+:      033696 ui_button_down:
+0x7786 033697 call ui_button_check_long_press 
+0x7787 033698 fetch 2 ,mem_ui_state_map 
+0x7788 033699 set1 ui_state_btn_down ,pdata 
+0x7789 033700 store 2 ,mem_ui_state_map 
+0x778a 033701 fetch 1 ,mem_ui_button_last_state 
+0x778b 033702 rtneq ui_button_state_down 
+0x778c 033703 jam ui_button_state_down ,mem_ui_button_last_state 
+0x778d 033705 fetch 1 ,mem_ui_button_timeout 
+0x778e 033706 store 1 ,mem_ui_button_timer 
+0x778f 033707 call lpm_button_get_wake_lock 
+0x7790 033708 jam bt_evt_button_down ,mem_fifo_temp 
+0x7791 033709 branch ui_ipc_send_event 
+:      033710 ui_button_up:
+0x7792 033711 fetch 2 ,mem_ui_state_map 
+0x7793 033712 set0 ui_state_btn_down ,pdata 
+0x7794 033713 store 2 ,mem_ui_state_map 
+0x7795 033714 fetch 1 ,mem_ui_button_last_state 
+0x7796 033715 rtneq ui_button_state_up 
+0x7797 033716 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7798 033718 jam 0 ,mem_ui_button_timer 
+0x7799 033719 call lpm_button_clean_wake_lock 
+0x779a 033720 jam bt_evt_button_up ,mem_fifo_temp 
+0x779b 033721 branch ui_ipc_send_event 
+:      033723 ui_button_check_long_press:
+0x779c 033724 fetch 1 ,mem_ui_button_timer 
+0x779d 033725 rtn blank 
+0x779e 033726 increase -1 ,pdata 
+0x779f 033727 store 1 ,mem_ui_button_timer 
+0x77a0 033728 nrtn blank 
+0x77a1 033730 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x77a2 033731 branch ui_ipc_send_event 
+:      033733 lpm_button_get_wake_lock:
+0x77a3 033734 arg wake_lock_button ,queue 
+0x77a4 033735 branch lpm_get_wake_lock 
+:      033737 lpm_button_clean_wake_lock:
+0x77a5 033738 arg wake_lock_button ,queue 
+0x77a6 033739 branch lpm_put_wake_lock 
+:      033746 calc_curr_struct_prt:
+0x77a7 033747 bpatch patch1e_4 ,mem_patch1e 
+0x77a8 033748 fetch 2 ,mem_ui_led_struct_ptr 
+0x77a9 033749 mul32 rega ,led_offset_length ,regb 
+0x77aa 033750 iadd regb ,regb 
+0x77ab 033751 rtn 
+:      033754 ui_led_init_global:
+0x77ac 033755 fetch 1 ,mem_ui_led_struct_num 
+0x77ad 033756 rtn blank 
+0x77ae 033757 copy pdata ,loopcnt 
+0x77af 033758 fetch 2 ,mem_ui_led_struct_ptr 
+0x77b0 033759 copy pdata ,regb 
+:      033760 ui_led_init_loop:
+0x77b1 033761 add regb ,led_offset_led_gpio ,regc 
+0x77b2 033762 ifetcht 1 ,regc 
+0x77b3 033763 call ui_led_init_set 
+0x77b4 033764 increase led_offset_length ,regb 
+0x77b5 033765 loop ui_led_init_loop 
+0x77b6 033766 rtn 
+:      033769 ui_led_init_set:
+0x77b7 033770 fetch 1 ,mem_ui_led_init_state_set 
+0x77b8 033771 branch gpio_out_inactive ,blank 
+0x77b9 033772 branch gpio_out_active 
+:      033775 ui_led_on_global:
+0x77ba 033776 call calc_curr_struct_prt 
+0x77bb 033777 setarg ui_led_state_lighting 
+0x77bc 033778 istore 1 ,regb 
+0x77bd 033779 call ui_led_stop_timer 
+0x77be 033780 branch ui_led_on_static 
+:      033784 ui_led_blink_stop_global:
+:      033785 ui_led_off_global:
+0x77bf 033787 call calc_curr_struct_prt 
+0x77c0 033788 setarg ui_led_state_darking 
+0x77c1 033789 istore 1 ,regb 
+0x77c2 033791 call ui_led_stop_timer 
+0x77c3 033792 branch ui_led_off_static 
+:      033796 ui_led_blink_start_global:
+0x77c4 033797 call calc_curr_struct_prt 
+0x77c5 033798 setarg ui_led_state_blink_start 
+0x77c6 033799 istore 1 ,regb 
+0x77c7 033800 setarg led_infinite_flash_num 
+0x77c8 033801 istore 1 ,contw 
+0x77c9 033802 branch ui_led_off_static 
+:      033807 ui_led_set_style_global:
+0x77ca 033808 call calc_curr_struct_prt 
+0x77cb 033809 arg led_offset_length ,loopcnt 
+0x77cc 033810 copy regc ,contr 
+0x77cd 033811 copy regb ,contw 
+0x77ce 033812 branch memcpy_fast 
+:      033816 ui_led_dispatch:
+0x77cf 033817 fetch 1 ,mem_ui_led_struct_num 
+0x77d0 033818 rtn blank 
+0x77d1 033819 arg 0 ,rega 
+:      033820 ui_led_blink_polling:
+0x77d2 033821 call ui_led_change_style_by_type 
+0x77d3 033822 increase 1 ,rega 
+0x77d4 033823 fetch 1 ,mem_ui_led_struct_num 
+0x77d5 033824 isub rega ,null 
+0x77d6 033825 rtn zero 
+0x77d7 033826 branch ui_led_blink_polling 
+:      033829 ui_led_off_static:
+0x77d8 033830 add regb ,led_offset_led_gpio ,regc 
+0x77d9 033831 ifetcht 1 ,regc 
+0x77da 033832 branch gpio_out_inactive 
+:      033835 ui_led_on_static:
+0x77db 033836 add regb ,led_offset_led_gpio ,regc 
+0x77dc 033837 ifetcht 1 ,regc 
+0x77dd 033838 branch gpio_out_active 
+:      033842 ui_led_change_style_by_type:
+0x77de 033843 add rega ,ui_led_blink ,queue 
+0x77df 033844 call timer_check 
+0x77e0 033845 nrtn blank 
+0x77e1 033847 call calc_curr_struct_prt 
+0x77e2 033849 ifetch 1 ,regb 
+0x77e3 033851 beq ui_led_state_lighting ,ui_led_on_static 
+0x77e4 033852 beq ui_led_state_darking ,ui_led_off_static 
+0x77e5 033853 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x77e6 033854 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      033855 ui_led_blink_state_lighting:
+0x77e7 033856 call ui_led_on_static 
+0x77e8 033857 add regb ,led_offset_cb_ledon ,regc 
+0x77e9 033858 call push_stack 
+0x77ea 033859 ifetch 2 ,regc 
+0x77eb 033860 call callback_func 
+0x77ec 033861 call pop_stack 
+0x77ed 033862 setarg ui_led_state_blink_darking 
+0x77ee 033863 istore 1 ,regb 
+0x77ef 033864 add regb ,led_offset_on_time ,regc 
+0x77f0 033865 ifetch 2 ,regc 
+0x77f1 033866 branch ui_led_blink_timer_start 
+:      033869 ui_led_blink_state_darking:
+0x77f2 033870 call ui_led_off_static 
+0x77f3 033871 add regb ,led_offset_cb_ledoff ,regc 
+0x77f4 033872 call push_stack 
+0x77f5 033873 ifetch 2 ,regc 
+0x77f6 033874 call callback_func 
+0x77f7 033875 call pop_stack 
+0x77f8 033877 add regb ,led_offset_blink_count ,regc 
+0x77f9 033878 ifetch 1 ,regc 
+0x77fa 033879 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x77fb 033880 increase -1 ,pdata 
+0x77fc 033881 istore 1 ,regc 
+0x77fd 033882 branch ui_led_blink_stop_global ,blank 
+:      033883 ui_led_blink_infinite:
+0x77fe 033884 setarg ui_led_state_blink_lighting 
+0x77ff 033885 istore 1 ,regb 
+0x7800 033886 add regb ,led_offset_off_time ,regc 
+0x7801 033887 ifetch 2 ,regc 
+:      033888 ui_led_blink_timer_start:
+0x7802 033889 add rega ,ui_led_blink ,queue 
+0x7803 033890 branch timer_init 
+:      033892 ui_led_stop_timer:
+0x7804 033893 setarg 0 
+0x7805 033894 branch ui_led_blink_timer_start 
+:      033900 ui_timer_timeout:
+0x7806 033901 setarg 0x1000 
+0x7807 033902 lshift16 pdata ,pdata 
+0x7808 033903 iadd regb ,regb 
+0x7809 033904 rtn 
+:      033906 ui_timer_check:
+0x780a 033907 bpatch patch1e_5 ,mem_patch1e 
+0x780b 033908 arg 0 ,rega 
+0x780c 033909 fetcht 4 ,mem_ui_timer_last_btclk 
+0x780d 033910 copy clkn_bt ,regb 
+0x780e 033911 copy regb ,pdata 
+0x780f 033912 isub temp ,null 
+0x7810 033913 ncall ui_timer_timeout ,positive 
+:      033914 ui_timer_check_loop:
+0x7811 033915 copy regb ,pdata 
+0x7812 033916 increase 160 ,temp 
+0x7813 033917 increase 160 ,temp 
+0x7814 033918 isub temp ,null 
+0x7815 033919 nbranch ui_timer_check_end ,positive 
+0x7816 033920 increase 1 ,rega 
+0x7817 033921 and rega ,0x0f ,pdata 
+0x7818 033922 nbranch ui_timer_check_loop ,blank 
+0x7819 033923 arg 0 ,rega 
+0x781a 033924 call ui_timer_check_send_evt 
+:      033925 ui_timer_init:
+0x781b 033926 copy clkn_bt ,pdata 
+0x781c 033927 store 4 ,mem_ui_timer_last_btclk 
+0x781d 033928 rtn 
+:      033929 ui_timer_check_end:
+0x781e 033930 copy rega ,pdata 
+0x781f 033931 rtn blank 
+0x7820 033932 increase -160 ,temp 
+0x7821 033933 increase -160 ,temp 
+0x7822 033934 set0 28 ,temp 
+0x7823 033935 storet 4 ,mem_ui_timer_last_btclk 
+:      033936 ui_timer_check_send_evt:
+0x7824 033937 branch app_evt_timer 
+:      033944 ui_ipc_get_lock:
+0x7825 033945 jam 1 ,mem_ipc_lock_bt 
+:      033946 ui_ipc_get_lock_wait:
+0x7826 033947 fetch 1 ,mem_ipc_lock_c51 
+0x7827 033948 nbranch ui_ipc_get_lock_wait ,blank 
+0x7828 033949 rtn 
+:      033951 ui_ipc_put_lock:
+0x7829 033952 jam 0 ,mem_ipc_lock_bt 
+0x782a 033953 rtn 
+:      033957 ui_ipc_send_event:
+0x782b 033958 bpatch patch1e_6 ,mem_patch1e 
+0x782c 033959 call ui_ipc_get_lock 
+0x782d 033960 copy rega ,pdata 
+0x782e 033961 store 4 ,mem_rega 
+0x782f 033962 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7830 033963 call fifo_in 
+0x7831 033964 fetch 4 ,mem_rega 
+0x7832 033965 copy pdata ,rega 
+0x7833 033966 branch ui_ipc_put_lock 
+:      033968 ui_ipc_send_cmd:
+0x7834 033969 bpatch patch1e_7 ,mem_patch1e 
+0x7835 033970 call ui_ipc_get_lock 
+0x7836 033971 copy rega ,pdata 
+0x7837 033972 store 4 ,mem_rega 
+0x7838 033973 arg mem_ipc_fifo_c512bt ,rega 
+0x7839 033974 call fifo_in 
+0x783a 033975 fetch 4 ,mem_rega 
+0x783b 033976 copy pdata ,rega 
+0x783c 033977 branch ui_ipc_put_lock 
+:      033979 ui_ipc_clean_all_fifo:
+0x783d 033980 setarg 0 
+0x783e 033981 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x783f 033982 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7840 033983 rtn 
+:      033985 check_51cmd:
+0x7841 033986 bpatch patch1f_0 ,mem_patch1f 
+0x7842 033987 fetch 1 ,mem_hci_cmd 
+0x7843 033988 nrtn blank 
+0x7844 033989 arg mem_ipc_fifo_c512bt ,rega 
+0x7845 033990 call fifo_is_empty 
+0x7846 033991 rtn blank 
+0x7847 033992 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7848 033993 call check_51cmd_once 
+0x7849 033994 fetch 1 ,mem_ipc_skip_continue_proc 
+0x784a 033995 branch check_51cmd ,blank 
+0x784b 033996 rtn 
+:      033998 check_51cmd_once:
+0x784c 033999 call ui_ipc_get_lock 
+0x784d 034000 arg mem_ipc_fifo_c512bt ,rega 
+0x784e 034001 call fifo_out 
+0x784f 034002 copy pdata ,temp 
+0x7850 034003 call ui_ipc_put_lock 
+0x7851 034004 bpatch patch1f_1 ,mem_patch1f 
+0x7852 034005 copy temp ,pdata 
+0x7853 034006 rtn blank 
+0x7854 034007 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7855 034008 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7856 034009 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7857 034010 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7858 034011 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x7859 034012 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x785a 034013 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x785b 034014 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x785c 034015 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x785d 034016 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x785e 034017 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x785f 034019 store 1 ,mem_fifo_temp 
+:      034022 check_51cmd_once_continue:
+0x7860 034023 fetch 1 ,mem_fifo_temp 
+0x7861 034024 bmark0 mark_context ,check_51cmd_check_idle 
+0x7862 034025 bpatch patch1f_2 ,mem_patch1f 
+0x7863 034026 fetch 1 ,mem_fifo_temp 
+0x7864 034027 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7865 034028 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7866 034029 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x7867 034030 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7868 034031 rtn 
+:      034033 check_51cmd_check_idle:
+0x7869 034034 store 1 ,mem_fifo_temp 
+0x786a 034035 call context_check_idle 
+0x786b 034036 branch check_51cmd_restore ,zero 
+0x786c 034037 call context_search_plap 
+0x786d 034038 nrtn zero 
+:      034039 check_51cmd_restore:
+0x786e 034040 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x786f 034041 branch ui_ipc_send_cmd 
+:      034048 check_51cmd_adv:
+0x7870 034049 jam on ,mem_le_adv_enable 
+0x7871 034050 jam adv_ind ,mem_le_adv_type 
+0x7872 034051 fetch 2 ,mem_ui_state_map 
+0x7873 034052 set1 ui_state_ble_adv ,pdata 
+0x7874 034053 store 2 ,mem_ui_state_map 
+0x7875 034054 rtn 
+:      034058 check_51cmd_stop_adv:
+0x7876 034059 fetch 2 ,mem_ui_state_map 
+0x7877 034060 set0 ui_state_ble_adv ,pdata 
+0x7878 034061 store 2 ,mem_ui_state_map 
+0x7879 034062 jam off ,mem_le_adv_enable 
+0x787a 034063 rtn 
+:      034067 check_51cmd_direct_adv:
+0x787b 034068 jam on ,mem_le_adv_enable 
+0x787c 034069 jam adv_direct_ind ,mem_le_adv_type 
+0x787d 034070 fetch 2 ,mem_ui_state_map 
+0x787e 034071 set1 ui_state_ble_adv ,pdata 
+0x787f 034072 store 2 ,mem_ui_state_map 
+0x7880 034073 rtn 
+:      034077 check_51cmd_stop_direct_adv:
+0x7881 034078 fetch 2 ,mem_ui_state_map 
+0x7882 034079 set0 ui_state_ble_adv ,pdata 
+0x7883 034080 store 2 ,mem_ui_state_map 
+0x7884 034081 jam off ,mem_le_adv_enable 
+0x7885 034082 rtn 
+:      034086 check_51cmd_le_disconnect:
+0x7886 034087 setarg 20 
+0x7887 034088 store 2 ,mem_le_superto 
+0x7888 034089 store 2 ,mem_le_init_superto 
+0x7889 034090 branch le_send_terminate_ind_user_terminated 
+:      034094 check_51cmd_ble_update_connect_param:
+0x788a 034095 branch le_l2cap_tx_update_req 
+:      034099 check_51cmd_led_off:
+0x788b 034100 arg 0 ,rega 
+0x788c 034101 branch ui_led_off_global 
+:      034105 check_51cmd_led_on:
+0x788d 034106 arg 0 ,rega 
+0x788e 034107 branch ui_led_on_global 
+:      034111 check_51cmd_led_start_blink:
+0x788f 034112 arg 0 ,rega 
+0x7890 034113 call calc_curr_struct_prt 
+0x7891 034114 ifetch 1 ,regb 
+0x7892 034115 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
+0x7893 034116 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
+0x7894 034117 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
+0x7895 034118 branch ui_led_blink_start_global 
+:      034120 check_51cmd_led_start_blink_in_blink:
+0x7896 034121 ifetch 1 ,contr 
+0x7897 034122 rtneq led_infinite_flash_num 
+0x7898 034123 branch ui_led_blink_start_global 
+:      034127 check_51cmd_le_start_con:
+0x7899 034128 jam on ,mem_le_scan_enable 
+0x789a 034129 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x789b 034132 rtn 
+:      034136 check_51cmd_start_scan:
+0x789c 034137 jam on ,mem_le_scan_enable 
+0x789d 034138 rtn 
+:      034142 check_51cmd_stop_scan:
+0x789e 034143 jam off ,mem_le_scan_enable 
+0x789f 034144 jam 0 ,mem_hci_cmd 
+0x78a0 034145 rtn 
+:      034149 check_51cmd_hibernate:
+0x78a1 034150 fetch 2 ,mem_cb_before_hibernate 
+0x78a2 034151 call callback_func 
+0x78a3 034152 fetch 1 ,mem_ui_button_gpio 
+0x78a4 034153 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x78a5 034154 copy pdata ,temp 
+0x78a6 034155 call gpio_config_input 
+:      034156 check_51cmd_hibernate_btn_disabled:
+0x78a7 034157 call ui_ipc_clean_all_fifo 
+0x78a8 034158 branch lpm_hibernate 
+:      034162 check_51cmd_le_smp_sec_req:
+0x78a9 034163 branch le_send_smp_security_request 
+:      034168 ui_check_paring_button:
+0x78aa 034169 fetch 1 ,mem_ui_state_map 
+0x78ab 034170 rtnbit0 ui_state_btn_down 
+0x78ac 034171 rtn 
+:      034176 queue_init:
+0x78ad 034177 fetch 2 ,mem_queue_ptr 
+0x78ae 034178 add pdata ,queue_offset_curr_num ,contw 
+0x78af 034179 setarg 0 
+0x78b0 034180 istore 3 ,contw 
+0x78b1 034181 rtn 
+:      034185 queue_push:
+0x78b2 034186 bpatch patch1f_3 ,mem_patch1f 
+0x78b3 034187 call disable_user 
+0x78b4 034188 call queue_full 
+0x78b5 034189 rtn blank 
+0x78b6 034190 fetch 2 ,mem_queue_ptr 
+0x78b7 034191 add pdata ,queue_offset_curr_num ,regb 
+0x78b8 034192 ifetcht 1 ,regb 
+0x78b9 034193 increase 1 ,temp 
+0x78ba 034194 istoret 1 ,regb 
+0x78bb 034196 ifetcht 1 ,pdata 
+0x78bc 034197 copy temp ,loopcnt 
+0x78bd 034198 add pdata ,queue_offset_write_ptr ,regb 
+0x78be 034199 ifetch 1 ,regb 
+0x78bf 034200 imul32 temp ,pdata 
+0x78c0 034201 iadd contr ,contw 
+0x78c1 034202 copy rega ,contr 
+:      034203 calc_queue_next_ptr:
+0x78c2 034204 call memcpy 
+0x78c3 034205 call queue_get_size 
+0x78c4 034206 pincrease -1 
+0x78c5 034207 ifetcht 1 ,regb 
+0x78c6 034208 increase 1 ,temp 
+0x78c7 034209 iand temp ,temp 
+0x78c8 034210 istoret 1 ,regb 
+0x78c9 034211 branch enable_user 
+:      034216 queue_pop:
+0x78ca 034217 bpatch patch1f_4 ,mem_patch1f 
+0x78cb 034218 call disable_user 
+0x78cc 034219 call queue_empty 
+0x78cd 034220 rtn blank 
+0x78ce 034221 fetch 2 ,mem_queue_ptr 
+0x78cf 034222 add pdata ,queue_offset_curr_num ,regb 
+0x78d0 034223 ifetcht 1 ,regb 
+0x78d1 034224 increase -1 ,temp 
+0x78d2 034225 istoret 1 ,regb 
+0x78d3 034226 ifetcht 1 ,pdata 
+0x78d4 034227 copy temp ,loopcnt 
+0x78d5 034228 add pdata ,queue_offset_read_ptr ,regb 
+0x78d6 034229 ifetch 1 ,regb 
+0x78d7 034230 imul32 temp ,pdata 
+0x78d8 034231 iadd contr ,contr 
+0x78d9 034232 increase 1 ,contr 
+0x78da 034233 copy rega ,contw 
+0x78db 034234 branch calc_queue_next_ptr 
+:      034241 queue_get_new_ele:
+0x78dc 034242 call disable_user 
+0x78dd 034243 call queue_empty 
+0x78de 034244 rtn blank 
+0x78df 034245 fetch 2 ,mem_queue_ptr 
+0x78e0 034246 ifetcht 1 ,pdata 
+0x78e1 034247 copy temp ,loopcnt 
+0x78e2 034248 add pdata ,queue_offset_read_ptr ,regb 
+0x78e3 034249 ifetch 1 ,regb 
+0x78e4 034250 imul32 temp ,pdata 
+0x78e5 034251 iadd contr ,contr 
+0x78e6 034252 increase 1 ,contr 
+0x78e7 034253 copy contr ,regb 
+0x78e8 034254 copy rega ,contw 
+0x78e9 034255 call memcpy 
+0x78ea 034256 branch enable_user 
+:      034258 queue_store_new_ele:
+0x78eb 034259 call disable_user 
+0x78ec 034260 call queue_empty 
+0x78ed 034261 rtn blank 
+0x78ee 034262 fetch 2 ,mem_queue_ptr 
+0x78ef 034263 ifetcht 1 ,pdata 
+0x78f0 034264 copy temp ,loopcnt 
+0x78f1 034265 add pdata ,queue_offset_read_ptr ,regb 
+0x78f2 034266 ifetch 1 ,regb 
+0x78f3 034267 imul32 temp ,pdata 
+0x78f4 034268 iadd contr ,contr 
+0x78f5 034269 add contr ,2 ,contw 
+0x78f6 034270 copy rega ,contr 
+0x78f7 034271 increase -1 ,loopcnt 
+0x78f8 034272 call memcpy 
+0x78f9 034273 branch enable_user 
+:      034276 queue_empty:
+0x78fa 034277 fetch 2 ,mem_queue_ptr 
+0x78fb 034278 add pdata ,queue_offset_curr_num ,contr 
+0x78fc 034279 ifetch 1 ,contr 
+0x78fd 034280 rtn 
+:      034283 queue_full:
+0x78fe 034284 call queue_get_size 
+0x78ff 034285 ifetcht 1 ,contr 
+0x7900 034286 isub temp ,pdata 
+0x7901 034287 rtn 
+:      034290 queue_get_size:
+0x7902 034291 fetch 2 ,mem_queue_ptr 
+0x7903 034292 add pdata ,queue_offset_length ,contr 
+0x7904 034293 ifetch 1 ,contr 
+0x7905 034294 rtn 
+:      034302 usb_isr:
+0x7906 034303 bpatch patch1f_5 ,mem_patch1f 
+0x7907 034304 fetch 1 ,core_usb_status 
+0x7908 034305 isolate1 usb_status_reset ,pdata 
+0x7909 034306 call usb_init_restart ,true 
+0x790a 034307 fetch 2 ,core_usb_status 
+0x790b 034308 store 2 ,core_usb_status 
+0x790c 034309 store 2 ,mem_usb_status 
+0x790d 034310 call usb_nak_state_judge 
+0x790e 034311 call usb_rx 
+0x790f 034312 call usb0_tx 
+0x7910 034313 call usb_tx 
+0x7911 034314 branch usb_nak_state 
+:      034316 usb_init:
+0x7912 034317 bpatch patch1f_6 ,mem_patch1f 
+0x7913 034318 call enable_authrom 
+0x7914 034319 call usb_init_param 
+:      034320 usb_init_restart:
+0x7915 034321 jam 0x00 ,core_usb_config 
+0x7916 034322 nop 10000 
+0x7917 034323 jam 0x0 ,core_usb_hmode 
+0x7918 034324 fetch 2 ,core_clkoff 
+0x7919 034325 set0 clock_off_usb ,pdata 
+0x791a 034326 store 2 ,core_clkoff 
+0x791b 034327 jam 0x21 ,core_usb_epmap 
+0x791c 034328 jam 0x9d ,core_usb_pupd 
+0x791d 034329 jam 0x3c ,core_usb_config 
+0x791e 034330 setarg mem_usb_rxbuf 
+0x791f 034331 store 2 ,core_usb_rx_saddr 
+0x7920 034332 store 2 ,core_usb_rxptr 
+0x7921 034333 setarg mem_usb_rxbuf_end 
+0x7922 034334 store 2 ,core_usb_rx_eaddr 
+0x7923 034335 jam 0x80 ,core_usb_hmode 
+0x7924 034336 jam 0 ,core_usb_addr 
+0x7925 034337 jam 0xff ,core_usb_status 
+0x7926 034338 setarg mem_usb_clear_mem_end 
+0x7927 034339 arg mem_usb_clear_mem_start ,contw 
+0x7928 034340 isub contw ,loopcnt 
+0x7929 034341 branch clear_mem 
+:      034343 usb_offline_check_init:
+0x792a 034344 fetcht 1 ,mem_usb_offline_check_gpio 
+0x792b 034345 branch gpio_config_input 
+:      034346 usb_offline_state:
+0x792c 034347 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x792d 034348 rtn blank 
+0x792e 034349 fetcht 1 ,mem_usb_offline_check_gpio 
+0x792f 034350 call gpio_get_bit 
+0x7930 034351 branch usb_init_restart ,true 
+0x7931 034352 rtn 
+:      034354 usb_init_param:
+0x7932 034355 jam dev_default ,mem_usb0_state 
+0x7933 034356 setarg 0x0 
+0x7934 034357 store 1 ,mem_remain 
+0x7935 034358 store 2 ,mem_usb_zero_packet 
+0x7936 034359 pincrease 1 
+0x7937 034360 store 2 ,mem_usb_ones_packet 
+0x7938 034361 pincrease 1 
+0x7939 034362 store 2 ,mem_usb_two_packet 
+0x793a 034363 arg mem_string0 ,contw 
+0x793b 034364 setarg 0x030404 
+0x793c 034365 istore 3 ,contw 
+0x793d 034366 setarg 0x0409 
+0x793e 034367 istore 2 ,contw 
+0x793f 034368 arg mem_string1 ,contw 
+0x7940 034369 setsect 0 ,0x15906 
+0x7941 034370 setsect 1 ,0x210d2 
+0x7942 034371 setsect 2 ,0x10494 
+0x7943 034372 setsect 3 ,0x1 
+0x7944 034373 istore 9 ,contw 
+0x7945 034374 arg mem_string2 ,contw 
+0x7946 034375 setsect 0 ,0x1570f 
+0x7947 034376 setsect 1 ,0x15c9a 
+0x7948 034377 setsect 2 ,0x256c6 
+0x7949 034378 setsect 3 ,0x1cdcd 
+0x794a 034379 istore 9 ,contw 
+0x794b 034380 setsect 0 ,0x14420 
+0x794c 034381 setsect 1 ,0x25d99 
+0x794d 034382 setsect 2 ,0x25636 
+0x794e 034383 setsect 3 ,0x1 
+0x794f 034384 istore 7 ,contw 
+0x7950 034385 arg mem_string3 ,contw 
+0x7951 034386 setsect 0 ,0x1620a 
+0x7952 034387 setsect 1 ,0xc8c 
+0x7953 034388 setsect 2 ,0x30333 
+0x7954 034389 setsect 3 ,0xc0c0 
+0x7955 034390 istore 9 ,contw 
+0x7956 034391 setsect 0 ,0x3130 
+0x7957 034392 istore 2 ,contw 
+0x7958 034393 setarg usb_kbdata_vendor_define_addr 
+0x7959 034394 store 2 ,mem_hidreportdesc_kb 
+0x795a 034395 setarg usb_msdata_addr 
+0x795b 034396 store 2 ,mem_hidreportdesc_m 
+0x795c 034397 arg usb_devicedata_addr ,contr 
+0x795d 034398 arg mem_devicedesc ,contw 
+0x795e 034399 arg 19 ,loopcnt 
+0x795f 034400 call memcpy 
+0x7960 034401 arg usb_confdata_addr ,contr 
+0x7961 034402 arg mem_confdesc ,contw 
+0x7962 034403 arg 60 ,loopcnt 
+0x7963 034404 call memcpy 
+:      034405 usb_config_cb:
+0x7964 034406 fetch 2 ,mem_cb_usb_config 
+0x7965 034407 branch callback_func 
+:      034409 usb_tx_interval_config:
+0x7966 034410 fetch 1 ,mem_usb_tx_interval 
+0x7967 034411 rtn blank 
+0x7968 034412 store 1 ,mem_confdesc + 34 
+0x7969 034413 store 1 ,mem_confdesc + 59 
+0x796a 034414 rtn 
+:      034416 usb_nak_state:
+0x796b 034417 arg usb_timer_nak ,queue 
+0x796c 034418 call timer_check 
+0x796d 034419 nrtn blank 
+0x796e 034420 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x796f 034421 nrtn blank 
+0x7970 034422 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x7971 034423 ncall usb_mac_wakeup_judge ,blank 
+0x7972 034424 rtn 
+:      034426 usb_nak_state_judge:
+0x7973 034427 fetch 1 ,mem_usb_status 
+0x7974 034428 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x7975 034429 rtn 
+:      034431 usb_nak_state_timer_init:
+0x7976 034432 call usb0_attached_state_judge 
+0x7977 034433 call timer_reinit 
+0x7978 034434 setarg timer_nak_delay 
+0x7979 034435 arg usb_timer_nak ,queue 
+0x797a 034436 branch timer_init 
+:      034438 usb0_attached_state_judge:
+0x797b 034439 fetch 1 ,mem_usb_state 
+0x797c 034440 bne usb_connected ,usb_clear_halt_dispose 
+0x797d 034441 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x797e 034442 jam 0 ,mem_usb_mac_wakeup_trig 
+0x797f 034443 rtn 
+:      034445 usb_clear_halt_dispose:
+0x7980 034446 fetch 1 ,mem_usb_clear_halt 
+0x7981 034447 rtn blank 
+0x7982 034448 jam 0 ,mem_usb_clear_halt 
+0x7983 034449 jam usb_connected ,mem_usb_state 
+0x7984 034450 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7985 034451 rtn 
+:      034453 usb_rx_no_data:
+0x7986 034454 fetch 1 ,mem_usb_status 
+0x7987 034455 bbit1 usb_status_setup ,usb_class_type 
+0x7988 034456 rtn 
+:      034458 usb_rx_len:
+0x7989 034459 fetchr contus ,2 ,core_usb_rx_saddr 
+0x798a 034460 fetchr contue ,2 ,core_usb_rx_eaddr 
+0x798b 034461 fetchr contu ,2 ,core_usb_rxptr 
+0x798c 034462 ifetch 2 ,contu 
+0x798d 034463 rshift8 pdata ,temp 
+0x798e 034464 rshift4 temp ,temp 
+0x798f 034465 arg 0xfff ,contr 
+0x7990 034466 iand contr ,loopcnt 
+0x7991 034467 storer loopcnt ,2 ,mem_usb_read_len 
+0x7992 034468 rtn 
+:      034471 usb_rx_data:
+0x7993 034472 call usb_rx_len 
+:      034473 usb_rx_read:
+0x7994 034474 ifetch 1 ,contu 
+0x7995 034475 istore 1 ,contw 
+0x7996 034476 loop usb_rx_read 
+0x7997 034477 storer contu ,2 ,core_usb_rxptr 
+0x7998 034478 rtn 
+:      034480 usb_rx_ep13:
+0x7999 034481 arg mem_usb_ccid_buf ,contw 
+0x799a 034482 call usb_rx_read 
+0x799b 034483 arg mem_usb_ccid_buf + 4 ,temp 
+0x799c 034484 storet 2 ,core_usb_tx_saddr3 
+0x799d 034485 fetch 1 ,mem_usb_ccid_buf + 1 
+0x799e 034486 pincrease 6 
+0x799f 034487 istore 1 ,temp 
+0x79a0 034488 jam 0x8 ,core_usb_trig 
+0x79a1 034489 rtn 
+:      034492 usb_rx:
+0x79a2 034493 bpatch patch1f_7 ,mem_patch1f 
+0x79a3 034494 fetch 1 ,mem_usb_status 
+0x79a4 034495 rtnbit0 usb_status_rxready 
+0x79a5 034496 call usb_rx_len 
+0x79a6 034497 compare 13 ,temp ,0xff 
+0x79a7 034498 branch usb_rx_ep13 ,true 
+0x79a8 034499 arg mem_usb_setup ,contw 
+0x79a9 034500 call usb_rx_read 
+0x79aa 034501 fetch 1 ,mem_usb_read_len 
+0x79ab 034502 beq 0x00 ,usb_rx_no_data 
+0x79ac 034503 beq 0x01 ,usb_out_one_byte 
+0x79ad 034504 sub pdata ,7 ,null 
+0x79ae 034505 rtn positive 
+:      034506 usb_class_type:
+0x79af 034507 bpatchx patch20_0 ,mem_patch20 
+0x79b0 034508 set0 mark_isstr ,mark 
+0x79b1 034509 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79b2 034510 and_into 0x80 ,pdata 
+0x79b3 034511 beq in_device ,usb_in_device 
+0x79b4 034512 beq out_device ,usb_out_device 
+0x79b5 034513 branch assert 
+:      034515 usb_out_one_byte:
+0x79b6 034516 fetch 1 ,mem_usb_setup 
+0x79b7 034517 rtnbit1 7 
+0x79b8 034518 call usb_get_led_status 
+0x79b9 034519 branch usb0_reply_zerolen 
+:      034522 usb_in_device:
+0x79ba 034523 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79bb 034524 rshift4 pdata ,pdata 
+0x79bc 034525 rshift pdata ,pdata 
+0x79bd 034526 and_into 0x03 ,pdata 
+0x79be 034527 beq standard_req ,usb_in_standard_req 
+0x79bf 034528 beq class_req ,usb_in_class_req 
+0x79c0 034529 beq manufacturer_req ,usb_in_manufacturer_req 
+0x79c1 034530 branch assert 
+:      034532 usb_out_device:
+0x79c2 034533 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79c3 034534 rshift4 pdata ,pdata 
+0x79c4 034535 rshift pdata ,pdata 
+0x79c5 034536 and_into 0x03 ,pdata 
+0x79c6 034537 beq standard_req ,usb_out_standard_req 
+0x79c7 034538 beq class_req ,usb_out_class_req 
+0x79c8 034539 beq manufacturer_req ,usb_out_manufacturer_req 
+0x79c9 034540 branch assert 
+:      034542 usb_in_standard_req:
+0x79ca 034543 fetch 1 ,mem_usb_setup_brequest 
+0x79cb 034544 beq get_configuration ,usb0_request_get_configuration 
+0x79cc 034545 beq get_descriptor ,usb0_request_get_descriptor 
+0x79cd 034546 beq get_interface ,usb0_request_get_interface 
+0x79ce 034547 beq get_status ,usb0_request_get_status 
+0x79cf 034548 branch usb0_force_stall 
+:      034550 usb_in_class_req:
+0x79d0 034551 fetch 1 ,mem_usb_setup_brequest 
+0x79d1 034552 beq get_idle ,usb_get_idle 
+0x79d2 034553 beq get_report ,usb_get_report 
+0x79d3 034554 beq get_protocol ,usb_get_protocol_req 
+0x79d4 034555 branch usb0_force_stall 
+:      034557 usb_in_manufacturer_req:
+0x79d5 034558 branch usb0_force_stall 
+:      034560 usb_out_standard_req:
+0x79d6 034561 fetch 1 ,mem_usb_setup_brequest 
+0x79d7 034562 beq clear_feature ,usb0_request_clear_feature 
+0x79d8 034563 beq set_feature ,usb0_request_set_feature 
+0x79d9 034564 beq set_address ,usb0_request_set_address 
+0x79da 034565 beq set_configuration ,usb0_request_set_configuration 
+0x79db 034566 beq set_interface ,usb0_request_set_interface 
+0x79dc 034567 beq set_descriptor ,usb0_force_stall 
+0x79dd 034568 branch usb0_force_stall 
+:      034570 usb_out_class_req:
+0x79de 034571 fetch 1 ,mem_usb_setup_brequest 
+0x79df 034572 beq set_idle ,usb_set_idle 
+0x79e0 034573 beq set_report ,usb_set_report 
+0x79e1 034574 beq set_protocol ,usb_set_protocol_req 
+0x79e2 034575 branch usb0_force_stall 
+:      034577 usb_out_manufacturer_req:
+0x79e3 034578 branch usb0_force_stall 
+:      034580 usb0_force_stall:
+0x79e4 034581 bpatchx patch20_1 ,mem_patch20 
+0x79e5 034582 fetch 1 ,core_usb_stall 
+0x79e6 034583 set1 0 ,pdata 
+0x79e7 034584 store 1 ,core_usb_stall 
+0x79e8 034585 branch usb0_reply_zerolen 
+:      034587 usb0_reply_zerolen:
+0x79e9 034588 jam 0x1 ,core_usb_clear_nak 
+0x79ea 034589 rtn 
+:      034591 usb0_request_get_configuration:
+0x79eb 034592 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79ec 034593 bne in_device ,usb0_force_stall 
+0x79ed 034594 fetch 1 ,mem_usb_setup_windex 
+0x79ee 034595 bne 0 ,usb0_force_stall 
+0x79ef 034596 fetch 1 ,mem_usb_setup_windex + 1 
+0x79f0 034597 bne 0 ,usb0_force_stall 
+0x79f1 034598 fetch 1 ,mem_usb_setup_blength 
+0x79f2 034599 bne 1 ,usb0_force_stall 
+0x79f3 034600 fetch 1 ,mem_usb_setup_blengthh 
+0x79f4 034601 bne 0 ,usb0_force_stall 
+0x79f5 034602 fetch 1 ,mem_usb_setup_bvalue 
+0x79f6 034603 bne 0 ,usb0_force_stall 
+0x79f7 034604 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x79f8 034605 bne 0 ,usb0_force_stall 
+0x79f9 034606 fetch 1 ,mem_usb0_state 
+0x79fa 034607 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x79fb 034608 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x79fc 034609 branch usb0_force_stall 
+:      034611 usb0_request_get_cfg_dev_cfg:
+0x79fd 034612 arg 1 ,regb 
+0x79fe 034613 branch usb_send_ones_packet 
+:      034615 usb0_request_get_cfg_dev_addr:
+0x79ff 034616 arg 1 ,regb 
+0x7a00 034617 branch usb_send_zero_packet 
+:      034619 usb0_request_get_descriptor:
+0x7a01 034620 bpatchx patch20_2 ,mem_patch20 
+0x7a02 034622 fetch 1 ,mem_usb_setup_bvalueh 
+0x7a03 034623 beq dsc_device ,dsc_device_info 
+0x7a04 034624 beq dsc_config ,dsc_config_info 
+0x7a05 034625 beq dsc_string ,dsc_string_info 
+0x7a06 034626 beq dsc_hid ,dsc_hid_info 
+0x7a07 034627 beq dsc_hid_report ,dsc_hid_report_info 
+0x7a08 034628 branch usb0_force_stall 
+:      034630 dsc_hid_info:
+0x7a09 034631 jam 0 ,mem_usb_get_protocol_flag 
+0x7a0a 034632 fetch 1 ,mem_usb_setup_windex 
+0x7a0b 034633 beq 0 ,dsc_hid_info_interface0 
+0x7a0c 034634 beq 1 ,dsc_hid_info_interface1 
+0x7a0d 034635 branch usb0_force_stall 
+:      034637 dsc_hid_info_interface0:
+0x7a0e 034638 fetchr regb ,1 ,mem_confdesc + 19 
+0x7a0f 034639 arg mem_confdesc + 19 ,rega 
+0x7a10 034640 branch usb0_respond 
+:      034642 dsc_hid_info_interface1:
+0x7a11 034643 fetchr regb ,1 ,mem_confdesc + 44 
+0x7a12 034644 arg mem_confdesc + 44 ,rega 
+0x7a13 034645 branch usb0_respond 
+:      034647 dsc_device_info:
+0x7a14 034651 fetch 1 ,mem_usb_set_high_addr_flag 
+0x7a15 034652 ncall usb_set_high_addr ,blank 
+0x7a16 034653 setarg mem_devicedesc 
+0x7a17 034654 fetcht 1 ,mem_devicedesc 
+:      034655 dsc_info_set_data_len:
+0x7a18 034656 store 2 ,mem_dsc_info_data_pointer 
+0x7a19 034657 storet 1 ,mem_dsc_info_len 
+0x7a1a 034658 fetch 1 ,mem_usb_setup_blength 
+0x7a1b 034659 isub temp ,null 
+0x7a1c 034660 nbranch dsc_info_set_current_data_len ,positive 
+:      034661 dsc_info_set_initial_data_len:
+0x7a1d 034662 fetch 1 ,mem_dsc_info_len 
+:      034663 dsc_info_set_data_size_completed:
+0x7a1e 034664 iforce regb 
+0x7a1f 034665 fetch 2 ,mem_dsc_info_data_pointer 
+0x7a20 034666 add pdata ,1 ,pdata 
+0x7a21 034667 iforce rega 
+0x7a22 034668 branch usb0_respond 
+:      034669 dsc_info_set_current_data_len:
+0x7a23 034670 fetch 1 ,mem_usb_setup_blength 
+0x7a24 034671 branch dsc_info_set_data_size_completed 
+:      034673 usb_set_high_addr:
+0x7a25 034674 fetch 1 ,core_usb_addr 
+0x7a26 034675 ncall usb0_set_addr ,blank 
+0x7a27 034676 jam 0 ,mem_usb_set_high_addr_flag 
+0x7a28 034677 rtn 
+:      034678 usb0_set_addr:
+0x7a29 034679 fetch 1 ,core_usb_addr 
+0x7a2a 034680 set1 7 ,pdata 
+0x7a2b 034681 store 1 ,core_usb_addr 
+0x7a2c 034682 rtn 
+:      034684 dsc_config_info:
+0x7a2d 034685 setarg mem_confdesc 
+0x7a2e 034686 fetcht 1 ,mem_confdesc 
+0x7a2f 034687 branch dsc_info_set_data_len 
+:      034689 dsc_string_info:
+0x7a30 034690 fetch 1 ,mem_usb_setup_bvalue 
+0x7a31 034691 sub pdata ,3 ,null 
+0x7a32 034692 nbranch usb0_force_stall ,positive 
+0x7a33 034693 fetch 1 ,mem_usb_setup_bvalue 
+0x7a34 034694 arg mem_string0 ,rega 
+0x7a35 034695 beq 0 ,usb0_respond_length 
+0x7a36 034696 set1 mark_isstr ,mark 
+0x7a37 034697 arg mem_string1 ,rega 
+0x7a38 034698 beq 1 ,usb0_respond_length 
+0x7a39 034699 arg mem_string2 ,rega 
+0x7a3a 034700 beq 2 ,usb0_respond_length 
+0x7a3b 034701 arg mem_string3 ,rega 
+0x7a3c 034702 beq 3 ,usb0_respond_length 
+0x7a3d 034703 rtn 
+:      034705 dsc_hid_report_info:
+0x7a3e 034706 fetch 2 ,mem_usb_setup_windex 
+0x7a3f 034707 beq 1 ,dsc_hid_report_info0 
+0x7a40 034708 fetchr rega ,2 ,mem_hidreportdesc_kb 
+0x7a41 034709 branch usb0_respond_length 
+:      034710 dsc_hid_report_info0:
+0x7a42 034711 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7a43 034712 jam usb_got_report_req ,mem_usb_state 
+0x7a44 034713 fetchr rega ,2 ,mem_hidreportdesc_m 
+0x7a45 034714 branch usb0_respond_length 
+:      034717 usb0_request_get_interface:
+0x7a46 034718 fetch 1 ,mem_usb0_state 
+0x7a47 034719 bne dev_configured ,usb0_force_stall 
+0x7a48 034720 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7a49 034721 bne in_interface ,usb0_force_stall 
+0x7a4a 034722 fetch 1 ,mem_usb_setup_bvalue 
+0x7a4b 034723 bne 0 ,usb0_force_stall 
+0x7a4c 034724 fetch 1 ,mem_usb_setup_bvalueh 
+0x7a4d 034725 bne 0 ,usb0_force_stall 
+0x7a4e 034726 fetch 1 ,mem_usb_setup_blength 
+0x7a4f 034727 bne 1 ,usb0_force_stall 
+0x7a50 034728 fetch 1 ,mem_usb_setup_blengthh 
+0x7a51 034729 bne 0 ,usb0_force_stall 
+0x7a52 034730 fetch 1 ,mem_usb_setup_windex 
+0x7a53 034731 bne 0 ,usb0_force_stall 
+0x7a54 034732 fetch 1 ,mem_usb_setup_windex + 1 
+0x7a55 034733 bne 0 ,usb0_force_stall 
+0x7a56 034734 arg 1 ,regb 
+0x7a57 034735 branch usb_send_zero_packet 
+:      034738 usb0_request_get_status:
+0x7a58 034739 fetch 1 ,mem_usb0_state 
+0x7a59 034740 beq dev_default ,usb0_force_stall 
+0x7a5a 034741 fetch 1 ,mem_usb_setup_bvalue 
+0x7a5b 034742 bne 0 ,usb0_force_stall 
+0x7a5c 034743 fetch 1 ,mem_usb_setup_bvalueh 
+0x7a5d 034744 bne 0 ,usb0_force_stall 
+0x7a5e 034745 fetch 1 ,mem_usb_setup_blength 
+0x7a5f 034746 bne 2 ,usb0_force_stall 
+0x7a60 034747 fetch 1 ,mem_usb_setup_blengthh 
+0x7a61 034748 bne 0 ,usb0_force_stall 
+0x7a62 034749 fetch 1 ,mem_usb_setup_windex + 1 
+0x7a63 034750 bne 0 ,usb0_force_stall 
+0x7a64 034751 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7a65 034752 beq in_device ,usb0_get_status_in_device 
+0x7a66 034753 beq in_interface ,usb0_get_status_in_interface 
+0x7a67 034754 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x7a68 034755 branch usb0_force_stall 
+:      034758 usb0_sdsystem_dispose:
+0x7a69 034759 jam 1 ,mem_sdsystem_wakeup_flag 
+0x7a6a 034760 branch usb_send_two_packet 
+:      034762 usb0_get_status_in_device:
+0x7a6b 034763 fetch 1 ,mem_usb_setup_windex 
+0x7a6c 034764 bne 0 ,usb0_force_stall 
+0x7a6d 034765 arg 2 ,regb 
+0x7a6e 034766 fetch 1 ,mem_usb_remote_wakeup 
+0x7a6f 034767 beq 0x01 ,usb0_sdsystem_dispose 
+:      034769 usb_send_zero_packet:
+0x7a70 034770 arg mem_usb_zero_packet ,rega 
+0x7a71 034771 branch usb0_respond 
+:      034772 usb_send_ones_packet:
+0x7a72 034773 arg mem_usb_ones_packet ,rega 
+0x7a73 034774 branch usb0_respond 
+:      034775 usb_send_two_packet:
+0x7a74 034776 arg mem_usb_two_packet ,rega 
+0x7a75 034777 branch usb0_respond 
+:      034779 usb0_get_status_in_interface:
+0x7a76 034780 fetch 1 ,mem_usb0_state 
+0x7a77 034781 bne dev_configured ,usb0_force_stall 
+0x7a78 034782 arg 2 ,regb 
+0x7a79 034783 branch usb_send_zero_packet 
+:      034785 usb0_get_status_in_endpoint:
+0x7a7a 034786 fetch 1 ,mem_usb0_state 
+0x7a7b 034787 bne dev_configured ,usb0_force_stall 
+0x7a7c 034788 fetch 1 ,mem_usb_setup_windex 
+0x7a7d 034789 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x7a7e 034790 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x7a7f 034791 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x7a80 034792 and_into 0x7f ,pdata 
+0x7a81 034793 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x7a82 034794 branch usb0_force_stall 
+:      034796 usb0_get_status_in_ep_in_ep0:
+0x7a83 034797 fetch 1 ,mem_usb_ep0_stall_status 
+:      034798 usb0_get_status_in_ep_in_ack:
+0x7a84 034799 arg 2 ,regb 
+0x7a85 034800 beq 1 ,usb_send_ones_packet 
+0x7a86 034801 branch usb_send_zero_packet 
+:      034802 usb0_get_status_in_ep_in_ep1:
+0x7a87 034803 fetch 1 ,mem_usb_ep1_stall_status 
+0x7a88 034804 branch usb0_get_status_in_ep_in_ack 
+:      034805 usb0_get_status_in_ep_in_ep2:
+0x7a89 034806 fetch 1 ,mem_usb_ep2_stall_status 
+0x7a8a 034807 branch usb0_get_status_in_ep_in_ack 
+:      034808 usb0_get_status_in_ep_in_ep3:
+0x7a8b 034809 fetch 1 ,mem_usb_ep3_stall_status 
+0x7a8c 034810 branch usb0_get_status_in_ep_in_ack 
+:      034812 usb_get_idle:
+0x7a8d 034813 jam 1 ,mem_usb_idle_flag 
+0x7a8e 034814 arg mem_usb_idle_rate ,rega 
+0x7a8f 034815 arg 1 ,regb 
+0x7a90 034816 branch usb0_respond 
+:      034818 usb_get_report:
+0x7a91 034819 fetch 2 ,mem_usb_setup_bvalue 
+0x7a92 034820 arg pc_get_report ,temp 
+0x7a93 034821 isub temp ,null 
+0x7a94 034822 nbranch usb0_force_stall ,zero 
+:      034824 usb_get_report_dispose:
+0x7a95 034825 fetch 1 ,mem_usb0_data_ready_report 
+0x7a96 034826 nbranch usb_get_report_data_success ,blank 
+0x7a97 034827 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      034828 usb_get_report_send_data:
+0x7a98 034829 fetch 1 ,mem_usb_setup_blength 
+0x7a99 034830 iforce regb 
+0x7a9a 034831 arg mem_usb0_get_report_data ,rega 
+0x7a9b 034832 call usb0_respond 
+:      034833 usb_get_report_data_release:
+0x7a9c 034834 arg mem_usb0_get_report_data ,contw 
+0x7a9d 034835 arg 64 ,loopcnt 
+0x7a9e 034836 branch memset0 
+:      034837 usb_get_report_data_success:
+0x7a9f 034838 jam 0 ,mem_usb0_data_ready_report 
+0x7aa0 034839 jam pc_get_data ,mem_usb0_get_report_data 
+0x7aa1 034840 branch usb_get_report_send_data 
+:      034842 usb_get_protocol_req:
+0x7aa2 034843 fetch 1 ,mem_usb_setup_blength 
+0x7aa3 034844 bne 1 ,usb0_force_stall 
+0x7aa4 034845 jam 1 ,mem_usb_get_protocol_flag 
+0x7aa5 034846 arg 1 ,regb 
+0x7aa6 034847 fetch 1 ,mem_usb_set_protocol_value 
+0x7aa7 034848 beq 0 ,usb_get_report_protocol 
+0x7aa8 034849 beq 1 ,usb_get_boot_protocol 
+0x7aa9 034850 branch usb_send_zero_packet 
+:      034851 usb_get_report_protocol:
+0x7aaa 034852 branch usb_send_ones_packet 
+:      034853 usb_get_boot_protocol:
+0x7aab 034854 branch usb_send_zero_packet 
+:      034859 usb0_request_clear_feature:
+0x7aac 034860 fetch 1 ,mem_usb0_state 
+0x7aad 034861 bne dev_configured ,usb0_force_stall 
+0x7aae 034862 fetch 1 ,mem_usb_setup_blength 
+0x7aaf 034863 bne 0 ,usb0_force_stall 
+0x7ab0 034864 fetch 1 ,mem_usb_setup_blengthh 
+0x7ab1 034865 bne 0 ,usb0_force_stall 
+0x7ab2 034866 fetch 1 ,mem_usb_setup_bvalueh 
+0x7ab3 034867 bne 0 ,usb0_force_stall 
+0x7ab4 034868 fetch 1 ,mem_usb_setup_windex + 1 
+0x7ab5 034869 bne 0 ,usb0_force_stall 
+0x7ab6 034870 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7ab7 034871 beq out_device ,usb0_request_clear_feature_out_device 
+0x7ab8 034872 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x7ab9 034873 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x7aba 034874 branch usb0_force_stall 
+:      034876 usb0_request_clear_feature_out_device:
+0x7abb 034877 fetch 1 ,mem_usb_setup_bvalue 
+0x7abc 034878 bne device_remote_wakeup ,usb0_force_stall 
+0x7abd 034879 fetch 1 ,core_usb_config 
+0x7abe 034880 set0 7 ,pdata 
+0x7abf 034881 store 1 ,core_usb_config 
+0x7ac0 034882 jam 0 ,mem_usb_remote_wakeup 
+0x7ac1 034883 jam 1 ,mem_usb_clear_remote_wakeup 
+0x7ac2 034884 fetch 1 ,mem_sdsystem_wakeup_flag 
+0x7ac3 034885 branch usb0_reply_zerolen ,blank 
+0x7ac4 034886 jam 0 ,mem_sdsystem_wakeup_flag 
+0x7ac5 034887 jam 0 ,mem_usb_clear_remote_wakeup 
+0x7ac6 034888 jam usb_connected ,mem_usb_state 
+0x7ac7 034889 branch usb0_reply_zerolen 
+:      034891 usb0_request_clear_feature_out_interface:
+0x7ac8 034892 branch usb0_force_stall 
+:      034894 usb0_request_clear_feature_out_endpoint:
+0x7ac9 034895 fetch 1 ,mem_usb_setup_bvalue 
+0x7aca 034896 bne endpoint_halt ,usb0_force_stall 
+0x7acb 034897 fetch 1 ,mem_usb_setup_windex 
+0x7acc 034898 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x7acd 034899 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x7ace 034900 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x7acf 034901 and_into 0x7f ,pdata 
+0x7ad0 034902 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x7ad1 034903 branch usb0_force_stall 
+:      034905 usb0_force_stall_ep0_in_off:
+0x7ad2 034906 jam 0 ,mem_usb_ep0_stall_status 
+0x7ad3 034907 branch usb0_reply_zerolen 
+:      034908 usb0_force_stall_ep1_in_off:
+0x7ad4 034909 jam 0 ,mem_usb_ep1_stall_status 
+:      034910 usb0_force_stall_ep1_in_off_reply:
+0x7ad5 034911 jam 1 ,mem_usb_clear_halt 
+0x7ad6 034912 branch usb0_reply_zerolen 
+:      034913 usb0_force_stall_ep2_in_off:
+0x7ad7 034914 jam 0 ,mem_usb_ep2_stall_status 
+0x7ad8 034915 branch usb0_force_stall_ep1_in_off_reply 
+:      034916 usb0_force_stall_ep3_in_off:
+0x7ad9 034917 jam 0 ,mem_usb_ep3_stall_status 
+0x7ada 034918 branch usb0_force_stall_ep1_in_off_reply 
+:      034921 usb0_request_set_feature:
+0x7adb 034922 fetch 1 ,mem_usb_setup_blength 
+0x7adc 034923 bne 0 ,usb0_force_stall 
+0x7add 034924 fetch 1 ,mem_usb_setup_blengthh 
+0x7ade 034925 bne 0 ,usb0_force_stall 
+0x7adf 034926 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7ae0 034927 beq out_device ,usb0_request_set_feature_out_device 
+0x7ae1 034928 beq out_interface ,usb0_request_set_feature_out_interface 
+0x7ae2 034929 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x7ae3 034930 branch usb0_force_stall 
+:      034932 usb0_request_set_feature_out_device:
+0x7ae4 034933 fetch 1 ,mem_usb_setup_bvalue 
+0x7ae5 034934 bne device_remote_wakeup ,usb0_force_stall 
+0x7ae6 034935 call dongle_set_pc_sleep_flag 
+0x7ae7 034936 fetch 1 ,core_usb_config 
+0x7ae8 034937 set1 7 ,pdata 
+0x7ae9 034938 store 1 ,core_usb_config 
+0x7aea 034939 jam 1 ,mem_usb_remote_wakeup 
+0x7aeb 034940 jam usb_sleep ,mem_usb_state 
+0x7aec 034941 jam 0 ,mem_usb_tx_win_enable 
+0x7aed 034942 call usb0_reply_zerolen 
+:      034943 usb_wakeup_timer_reinit:
+0x7aee 034944 call timer_reinit 
+0x7aef 034945 setarg timer_wakeup_delay 
+0x7af0 034946 arg usb_timer_wakeup ,queue 
+0x7af1 034947 branch timer_init 
+:      034949 usb0_request_set_feature_out_interface:
+0x7af2 034950 branch usb0_force_stall 
+:      034952 usb0_request_set_feature_out_endpoint:
+0x7af3 034953 fetch 1 ,mem_usb_setup_bvalue 
+0x7af4 034954 bne endpoint_halt ,usb0_force_stall 
+0x7af5 034955 fetch 1 ,mem_usb_setup_bvalueh 
+0x7af6 034956 bne 0 ,usb0_force_stall 
+0x7af7 034957 fetch 1 ,mem_usb_setup_windex 
+0x7af8 034958 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x7af9 034959 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x7afa 034960 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x7afb 034961 and_into 0x7f ,pdata 
+0x7afc 034962 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x7afd 034963 branch usb0_force_stall 
+:      034965 usb0_force_stall_ep0_in_on:
+0x7afe 034966 jam 1 ,mem_usb_ep0_stall_status 
+0x7aff 034967 branch usb0_reply_zerolen 
+:      034968 usb0_force_stall_ep1_in_on:
+0x7b00 034969 jam 1 ,mem_usb_ep1_stall_status 
+0x7b01 034970 branch usb0_reply_zerolen 
+:      034971 usb0_force_stall_ep2_in_on:
+0x7b02 034972 jam 1 ,mem_usb_ep2_stall_status 
+0x7b03 034973 branch usb0_reply_zerolen 
+:      034974 usb0_force_stall_ep3_in_on:
+0x7b04 034975 jam 1 ,mem_usb_ep3_stall_status 
+0x7b05 034976 branch usb0_reply_zerolen 
+:      034979 usb0_request_set_address:
+0x7b06 034980 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7b07 034981 bne out_device ,usb0_force_stall 
+0x7b08 034982 fetch 1 ,mem_usb_setup_windex 
+0x7b09 034983 bne 0 ,usb0_force_stall 
+0x7b0a 034984 fetch 1 ,mem_usb_setup_windex + 1 
+0x7b0b 034985 bne 0 ,usb0_force_stall 
+0x7b0c 034986 fetch 1 ,mem_usb_setup_blength 
+0x7b0d 034987 bne 0 ,usb0_force_stall 
+0x7b0e 034988 fetch 1 ,mem_usb_setup_blengthh 
+0x7b0f 034989 bne 0 ,usb0_force_stall 
+0x7b10 034990 fetch 1 ,mem_usb_setup_bvalueh 
+0x7b11 034991 bne 0 ,usb0_force_stall 
+0x7b12 034992 fetch 1 ,mem_usb_setup_bvalue 
+0x7b13 034993 and_into 0x80 ,pdata 
+0x7b14 034994 bne 0 ,usb0_force_stall 
+0x7b15 034995 fetch 1 ,mem_usb_setup_bvalue 
+0x7b16 034996 bne 0 ,usb_usb0_state_set_dev_addr 
+:      034997 usb_usb0_state_set_dev_default:
+0x7b17 034998 jam dev_default ,mem_usb0_state 
+:      034999 usb0_request_set_wait_address:
+0x7b18 035000 fetch 1 ,mem_usb_setup_bvalue 
+0x7b19 035001 store 1 ,core_usb_addr 
+0x7b1a 035002 call usb0_reply_zerolen 
+0x7b1b 035003 jam 1 ,mem_usb_set_high_addr_flag 
+0x7b1c 035004 rtn 
+:      035005 usb_usb0_state_set_dev_addr:
+0x7b1d 035006 jam dev_address ,mem_usb0_state 
+0x7b1e 035007 branch usb0_request_set_wait_address 
+:      035010 usb0_request_set_configuration:
+0x7b1f 035011 fetch 1 ,mem_usb0_state 
+0x7b20 035012 beq dev_default ,usb0_force_stall 
+0x7b21 035013 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7b22 035014 bne out_device ,usb0_force_stall 
+0x7b23 035015 fetch 1 ,mem_usb_setup_windex 
+0x7b24 035016 bne 0 ,usb0_force_stall 
+0x7b25 035017 fetch 1 ,mem_usb_setup_windex + 1 
+0x7b26 035018 bne 0 ,usb0_force_stall 
+0x7b27 035019 fetch 1 ,mem_usb_setup_blength 
+0x7b28 035020 bne 0 ,usb0_force_stall 
+0x7b29 035021 fetch 1 ,mem_usb_setup_blengthh 
+0x7b2a 035022 bne 0 ,usb0_force_stall 
+0x7b2b 035023 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x7b2c 035024 bne 0 ,usb0_force_stall 
+0x7b2d 035025 fetch 1 ,mem_usb_setup_bvalue 
+0x7b2e 035026 sub pdata ,usb_max_num_cfg ,null 
+0x7b2f 035027 nbranch usb0_force_stall ,positive 
+0x7b30 035028 fetch 1 ,mem_usb0_state 
+0x7b31 035029 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x7b32 035030 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x7b33 035031 branch usb0_force_stall 
+:      035033 usb0_request_set_cfg_addr_state:
+:      035034 usb0_request_set_cfg_cfg_state:
+0x7b34 035035 fetch 1 ,mem_usb_setup_bvalue 
+0x7b35 035036 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x7b36 035037 jam dev_configured ,mem_usb0_state 
+0x7b37 035038 branch usb0_reply_zerolen 
+:      035039 usb0_request_set_cfg_stay_addr_state:
+0x7b38 035040 jam dev_address ,mem_usb0_state 
+0x7b39 035041 branch usb0_reply_zerolen 
+:      035044 usb0_request_set_interface:
+0x7b3a 035045 fetch 1 ,mem_usb0_state 
+0x7b3b 035046 bne dev_configured ,usb0_force_stall 
+0x7b3c 035047 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7b3d 035048 bne out_interface ,usb0_force_stall 
+0x7b3e 035049 fetch 1 ,mem_usb_setup_bvalue 
+0x7b3f 035050 bne 0 ,usb0_force_stall 
+0x7b40 035051 fetch 1 ,mem_usb_setup_bvalueh 
+0x7b41 035052 bne 0 ,usb0_force_stall 
+0x7b42 035053 fetch 1 ,mem_usb_setup_blength 
+0x7b43 035054 bne 0 ,usb0_force_stall 
+0x7b44 035055 fetch 1 ,mem_usb_setup_blengthh 
+0x7b45 035056 bne 0 ,usb0_force_stall 
+0x7b46 035057 fetch 1 ,mem_usb_setup_windex 
+0x7b47 035058 bne 0 ,usb0_force_stall 
+0x7b48 035059 fetch 1 ,mem_usb_setup_windex + 1 
+0x7b49 035060 bne 0 ,usb0_force_stall 
+0x7b4a 035061 branch usb0_reply_zerolen 
+:      035064 usb_set_idle:
+0x7b4b 035065 bpatchx patch20_3 ,mem_patch20 
+0x7b4c 035066 jam 1 ,mem_usb_idle_flag 
+0x7b4d 035067 fetch 1 ,mem_usb_setup_bvalueh 
+0x7b4e 035068 store 1 ,mem_usb_idle_rate 
+0x7b4f 035069 fetch 1 ,mem_usb_setup_windex 
+0x7b50 035070 sub pdata ,1 ,null 
+0x7b51 035071 call usb_clear_remote_wakeup_set0 ,zero 
+0x7b52 035072 fetch 1 ,mem_usb_state 
+0x7b53 035073 bne usb_resume ,usb0_reply_zerolen 
+0x7b54 035074 jam usb_connected ,mem_usb_state 
+0x7b55 035075 call usb0_reply_zerolen 
+0x7b56 035076 nop 30000 
+0x7b57 035077 nop 30000 
+0x7b58 035078 rtn 
+:      035079 usb_clear_remote_wakeup_set0:
+0x7b59 035080 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7b5a 035081 jam 0 ,mem_usb_clear_remote_wakeup 
+0x7b5b 035082 jam usb_resume ,mem_usb_state 
+0x7b5c 035083 rtn 
+:      035086 usb_set_report:
+0x7b5d 035087 nop 15000 
+0x7b5e 035088 arg mem_usb0_set_report_data ,contw 
+0x7b5f 035089 call usb_rx_data 
+0x7b60 035090 jam 1 ,mem_usb0_get_set_report 
+0x7b61 035091 call usb_set_report_resume_judge 
+0x7b62 035092 fetch 2 ,mem_usb_setup_bvalue 
+0x7b63 035093 store 2 ,mem_usb_setup_bvalue_temp 
+0x7b64 035094 call usb0_reply_zerolen 
+0x7b65 035095 fetch 1 ,mem_device_option 
+0x7b66 035096 rtnne dvc_op_dongle 
+0x7b67 035097 fetch 1 ,mem_usb_tx_win_enable 
+0x7b68 035098 rtn blank 
+0x7b69 035099 fetch 1 ,mem_usb0_set_report_data 
+:      035100 usb_get_led_status:
+0x7b6a 035101 store 1 ,mem_24g_led_status 
+0x7b6b 035102 jam 0 ,mem_usb_tx_win_enable 
+0x7b6c 035103 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
+0x7b6d 035104 rtn 
+:      035107 usb_set_report_resume_judge:
+0x7b6e 035108 fetch 2 ,mem_usb_setup_bvalue 
+0x7b6f 035109 arg pc_set_report_bvalue ,temp 
+0x7b70 035110 isub temp ,null 
+0x7b71 035111 nrtn zero 
+0x7b72 035112 fetch 2 ,mem_usb_setup_windex 
+0x7b73 035113 arg pc_set_report_windex ,temp 
+0x7b74 035114 isub temp ,null 
+0x7b75 035115 nrtn zero 
+0x7b76 035116 fetch 2 ,mem_usb_setup_blength 
+0x7b77 035117 arg pc_set_report_blength ,temp 
+0x7b78 035118 isub temp ,null 
+0x7b79 035119 nrtn zero 
+0x7b7a 035120 jam 1 ,mem_usb_tx_win_enable 
+0x7b7b 035121 rtn 
+:      035124 usb_set_protocol_req:
+0x7b7c 035125 fetch 1 ,mem_usb_setup_blength 
+0x7b7d 035126 bne 0 ,usb0_force_stall 
+0x7b7e 035127 fetch 1 ,mem_usb_setup_bvalue 
+0x7b7f 035128 beq boot_protocol ,usb_set_boot_protocol 
+0x7b80 035129 beq report_protocol ,usb_set_report_protocol 
+0x7b81 035130 branch usb0_force_stall 
+:      035131 usb_set_boot_protocol:
+0x7b82 035132 jam 0 ,mem_usb_set_protocol_status 
+0x7b83 035133 jam 1 ,mem_usb_set_protocol_value 
+0x7b84 035134 branch usb0_reply_zerolen 
+:      035135 usb_set_report_protocol:
+0x7b85 035136 jam 1 ,mem_usb_tx_mac_enable 
+0x7b86 035137 jam 1 ,mem_usb_set_protocol_status 
+0x7b87 035138 jam 0 ,mem_usb_set_protocol_value 
+0x7b88 035139 branch usb0_reply_zerolen 
+:      035142 usb0_respond_length:
+0x7b89 035143 ifetchr regb ,1 ,rega 
+0x7b8a 035144 increase 1 ,rega 
+:      035146 usb0_respond:
+0x7b8b 035147 bpatchx patch20_4 ,mem_patch20 
+0x7b8c 035148 set1 mark_usb_first_resp ,mark 
+0x7b8d 035149 bmark0 mark_isstr ,usb0_respond_nostr 
+0x7b8e 035150 increase 1 ,regb 
+0x7b8f 035151 lshift regb ,regb 
+:      035152 usb0_respond_nostr:
+0x7b90 035153 storer rega ,2 ,mem_bufptr 
+0x7b91 035154 storer regb ,1 ,mem_remain 
+0x7b92 035155 branch usb0_tx 
+0x7b93 035156 rtn 
+:      035158 usb_no_respond_data:
+0x7b94 035159 arg 0 ,queue 
+0x7b95 035160 branch usb_trig 
+:      035165 usb0_tx:
+0x7b96 035166 bpatchx patch20_5 ,mem_patch20 
+0x7b97 035167 fetch 1 ,core_usb_txbusy 
+0x7b98 035168 rtnbit1 0 
+0x7b99 035169 fetch 1 ,mem_remain 
+0x7b9a 035170 rtn blank 
+0x7b9b 035171 copy pdata ,loopcnt 
+0x7b9c 035172 iforce temp 
+0x7b9d 035173 fetch 2 ,mem_usb_setup_blength 
+0x7b9e 035174 sub pdata ,ep0_packet_size ,null 
+0x7b9f 035175 branch usb0_tx_short ,positive 
+0x7ba0 035176 sub loopcnt ,ep0_packet_size ,null 
+0x7ba1 035177 branch usb0_tx_info ,positive 
+0x7ba2 035178 force ep0_packet_size ,loopcnt 
+0x7ba3 035179 branch usb0_tx_info 
+:      035180 usb0_tx_short:
+0x7ba4 035181 isub loopcnt ,null 
+0x7ba5 035182 branch usb0_tx_info ,positive 
+0x7ba6 035183 iforce loopcnt 
+0x7ba7 035184 store 1 ,mem_remain 
+:      035185 usb0_tx_info:
+0x7ba8 035186 fetch 1 ,mem_remain 
+0x7ba9 035187 isub loopcnt ,pdata 
+0x7baa 035188 store 1 ,mem_remain 
+0x7bab 035189 add loopcnt ,-1 ,pdata 
+0x7bac 035190 store 1 ,mem_usb_txbuf 
+0x7bad 035191 bmark0 mark_isstr ,usb0_tx_nostr 
+0x7bae 035192 rshift pdata ,pdata 
+0x7baf 035193 add loopcnt ,-1 ,pdata 
+0x7bb0 035194 store 1 ,mem_usb_txbuf 
+0x7bb1 035195 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
+0x7bb2 035196 set0 mark_usb_first_resp ,mark 
+0x7bb3 035197 istoret 1 ,contw 
+0x7bb4 035198 setarg 3 
+0x7bb5 035199 istore 1 ,contw 
+0x7bb6 035200 increase -1 ,loopcnt 
+0x7bb7 035201 copy loopcnt ,pdata 
+0x7bb8 035202 nbranch usb0_tx_nostr ,zero 
+0x7bb9 035203 increase 1 ,loopcnt 
+:      035204 usb0_tx_nostr:
+0x7bba 035205 fetch 2 ,mem_bufptr 
+0x7bbb 035206 copy pdata ,contr 
+:      035207 usb0_tx0:
+0x7bbc 035208 ifetch 1 ,contr 
+0x7bbd 035209 istore 1 ,contw 
+0x7bbe 035210 bmark0 mark_isstr ,usb0_tx1 
+0x7bbf 035211 setarg 0 
+0x7bc0 035212 istore 1 ,contw 
+:      035213 usb0_tx1:
+0x7bc1 035214 loop usb0_tx0 
+0x7bc2 035215 copy contr ,pdata 
+0x7bc3 035216 store 2 ,mem_bufptr 
+0x7bc4 035217 setarg mem_usb_txbuf 
+0x7bc5 035218 store 2 ,core_usb_tx_saddr0 
+0x7bc6 035219 arg 0 ,queue 
+0x7bc7 035220 call usb_trig 
+0x7bc8 035221 fetch 1 ,mem_remain 
+0x7bc9 035222 nrtn blank 
+0x7bca 035223 jam 2 ,core_usb_clear_nak 
+0x7bcb 035224 fetch 1 ,mem_usb_state 
+0x7bcc 035225 rtnne usb_got_report_req 
+0x7bcd 035226 jam usb_connected ,mem_usb_state 
+0x7bce 035227 rtn 
+:      035231 usb_tx_ep1:
+0x7bcf 035232 arg mem_usb_txbuf1 ,rega 
+0x7bd0 035233 arg 1 ,queue 
+0x7bd1 035234 storer rega ,2 ,core_usb_tx_saddr1 
+:      035235 usb_tx_buf:
+0x7bd2 035236 add loopcnt ,-1 ,pdata 
+0x7bd3 035237 istore 1 ,rega 
+:      035238 usb_tx_loop:
+0x7bd4 035239 ifetch 1 ,contr 
+0x7bd5 035240 istore 1 ,contw 
+0x7bd6 035241 loop usb_tx_loop 
+:      035242 usb_trig:
+0x7bd7 035243 setarg 0 
+0x7bd8 035244 qset1 pdata 
+0x7bd9 035245 store 1 ,core_usb_trig 
+0x7bda 035246 rtn 
+:      035248 usb_tx_ep2:
+0x7bdb 035249 arg 2 ,queue 
+0x7bdc 035250 arg mem_usb_txbuf2 ,rega 
+0x7bdd 035251 storer rega ,2 ,core_usb_tx_saddr2 
+0x7bde 035252 branch usb_tx_buf 
+:      035254 usb_tx:
+0x7bdf 035255 bpatchx patch20_6 ,mem_patch20 
+0x7be0 035256 fetch 1 ,mem_usb_tx_enable 
+0x7be1 035257 rtn blank 
+0x7be2 035258 fetch 1 ,core_usb_txbusy 
+0x7be3 035259 and_into 0x0f ,pdata 
+0x7be4 035260 nbranch usb_inwake_state_tx_dispose ,blank 
+0x7be5 035261 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x7be6 035262 branch usb_tx_fifo_release ,blank 
+0x7be7 035263 fetch 1 ,mem_usb_state 
+0x7be8 035264 beq usb_sleep ,usb_windows_wakeup 
+0x7be9 035265 bne usb_connected ,usb_tx_fifo_release 
+0x7bea 035266 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x7beb 035267 nbranch usb_tx_fifo_release ,blank 
+0x7bec 035268 call usb_tx_data_ep1 
+0x7bed 035269 branch usb_tx_data_ep2 
+:      035271 usb_tx_data_ep1:
+0x7bee 035272 fetch 1 ,core_usb_txbusy 
+0x7bef 035273 rtnbit1 1 
+0x7bf0 035274 fetch 1 ,mem_usb_tx_enable 
+0x7bf1 035275 rtnbit0 1 
+0x7bf2 035276 fetch 1 ,mem_usb_tx_enable 
+0x7bf3 035277 set0 1 ,pdata 
+0x7bf4 035278 store 1 ,mem_usb_tx_enable 
+0x7bf5 035279 fetch 1 ,mem_usb_ep1_data 
+0x7bf6 035280 rtn blank 
+0x7bf7 035281 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x7bf8 035282 branch assert 
+:      035284 usb_tx_data_ep2:
+0x7bf9 035285 fetch 1 ,core_usb_txbusy 
+0x7bfa 035286 rtnbit1 2 
+0x7bfb 035287 fetch 1 ,mem_usb_tx_enable 
+0x7bfc 035288 rtnbit0 2 
+0x7bfd 035289 fetch 1 ,mem_usb_tx_enable 
+0x7bfe 035290 set0 2 ,pdata 
+0x7bff 035291 store 1 ,mem_usb_tx_enable 
+0x7c00 035292 fetch 1 ,mem_usb_ep2_data 
+0x7c01 035293 rtn blank 
+0x7c02 035294 beq usb_ep2_ms ,usb_tx_ms_data 
+0x7c03 035295 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x7c04 035296 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
+0x7c05 035297 branch assert 
+:      035299 usb_tx_fifo_release:
+0x7c06 035301 arg mem_usb_mouse_data ,contw 
+0x7c07 035302 arg 64 ,loopcnt 
+0x7c08 035303 branch memset0 
+:      035305 usb_tx_ms_data:
+0x7c09 035306 fetch 1 ,mem_usb_idle_flag 
+0x7c0a 035307 fetcht 1 ,mem_usb_get_protocol_flag 
+0x7c0b 035308 iand temp ,pdata 
+0x7c0c 035309 branch usb_tx_ms_data_normal_mode ,blank 
+0x7c0d 035310 fetcht 1 ,mem_usb_set_protocol_status 
+0x7c0e 035311 iadd temp ,pdata 
+0x7c0f 035312 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x7c10 035313 branch usb_tx_ms_data_normal_mode 
+:      035315 usb_tx_ms_data_mac_boot_mode:
+0x7c11 035316 jam 0 ,mem_usb_ep2_data 
+:      035317 usb_tx_ms_data_mac_boot_regroup:
+0x7c12 035318 fetch 1 ,mem_usb_mouse_data + 1 
+0x7c13 035319 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x7c14 035320 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x7c15 035321 fetch 1 ,mem_usb_mouse_data + 1 
+0x7c16 035322 store 1 ,mem_usb_mouse_data 
+0x7c17 035323 fetch 1 ,mem_usb_mouse_data + 2 
+0x7c18 035324 istore 1 ,contw 
+0x7c19 035325 fetch 1 ,mem_usb_mouse_data + 4 
+0x7c1a 035326 istore 1 ,contw 
+0x7c1b 035327 fetch 1 ,mem_usb_mouse_data + 6 
+0x7c1c 035328 istore 1 ,contw 
+0x7c1d 035329 arg 4 ,loopcnt 
+0x7c1e 035330 arg mem_usb_mouse_data ,contr 
+0x7c1f 035331 branch usb_tx_ep2 
+:      035333 usb_tx_ms_data_normal_mode:
+0x7c20 035334 jam 0 ,mem_usb_ep2_data 
+:      035335 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x7c21 035336 arg 8 ,loopcnt 
+0x7c22 035337 arg mem_usb_mouse_data ,contr 
+0x7c23 035338 branch usb_tx_ep2 
+:      035340 usb_tx_kb_multikey_data:
+0x7c24 035341 jam 0 ,mem_usb_ep2_data 
+0x7c25 035342 arg 3 ,loopcnt 
+0x7c26 035343 arg mem_usb_kb_multikey ,contr 
+0x7c27 035344 branch usb_tx_ep2 
+:      035346 usb_tx_kb_normal_data:
+0x7c28 035347 jam 0 ,mem_usb_ep1_data 
+0x7c29 035348 arg 8 ,loopcnt 
+0x7c2a 035349 arg mem_usb_kb_data ,contr 
+0x7c2b 035350 branch usb_tx_ep1 
+:      035352 usb_tx_kb_systemkey_data:
+0x7c2c 035353 jam 0 ,mem_usb_ep2_data 
+0x7c2d 035354 arg 2 ,loopcnt 
+0x7c2e 035355 arg mem_usb_kb_system ,contr 
+0x7c2f 035356 branch usb_tx_ep2 
+:      035358 usb_inwake_state_tx_dispose:
+0x7c30 035359 fetch 1 ,mem_usb_state 
+0x7c31 035360 beq usb_connected ,usb_mac_wakeup_trig 
+0x7c32 035361 rtn 
+:      035362 usb_mac_wakeup_trig:
+0x7c33 035363 fetch 1 ,core_usb_config 
+0x7c34 035364 set1 7 ,pdata 
+0x7c35 035365 store 1 ,core_usb_config 
+0x7c36 035366 jam 1 ,mem_usb_mac_wakeup_trig 
+0x7c37 035367 rtn 
+:      035369 usb_mac_wakeup_judge:
+0x7c38 035370 fetch 1 ,mem_usb_state 
+0x7c39 035371 rtneq usb_sleep 
+0x7c3a 035372 beq usb_connected ,usb_mac_wakeup 
+0x7c3b 035373 rtn 
+:      035374 usb_mac_wakeup:
+0x7c3c 035375 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x7c3d 035376 rtn blank 
+0x7c3e 035377 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x7c3f 035378 branch usb_wakeup 
+:      035380 usb_windows_wakeup:
+0x7c40 035381 arg usb_timer_wakeup ,queue 
+0x7c41 035382 call timer_check 
+0x7c42 035383 nrtn blank 
+:      035384 usb_wakeup:
+0x7c43 035385 fetch 1 ,core_usb_config 
+0x7c44 035386 rtnbit0 7 
+0x7c45 035387 jam 0xfc ,core_usb_config 
+0x7c46 035388 nop 30000 
+0x7c47 035389 jam 0x3c ,core_usb_config 
+0x7c48 035390 rtn 
+:      035397 push_stack:
+0x7c49 035398 storer contw ,2 ,mem_contw 
+0x7c4a 035399 storet 8 ,mem_temp 
+0x7c4b 035400 storer timeup ,4 ,mem_timeup 
+0x7c4c 035401 call push_stack_rega_b_c 
+0x7c4d 035402 storer contr ,2 ,mem_contr 
+0x7c4e 035403 storer loopcnt ,2 ,mem_loopcnt 
+0x7c4f 035404 storer queue ,2 ,mem_queue 
+0x7c50 035405 rtn 
+:      035407 push_stack_rega_b_c:
+0x7c51 035408 storer rega ,4 ,mem_rega 
+0x7c52 035409 storer regb ,4 ,mem_regb 
+0x7c53 035410 storer regc ,3 ,mem_regc 
+0x7c54 035411 rtn 
+:      035413 pop_stack:
+0x7c55 035414 bpatchx patch20_7 ,mem_patch20 
+0x7c56 035415 fetch 2 ,mem_contw 
+0x7c57 035416 iforce contw 
+0x7c58 035417 fetcht 8 ,mem_temp 
+0x7c59 035418 fetchr timeup ,4 ,mem_timeup 
+0x7c5a 035419 call pop_stack_rega_b_c 
+0x7c5b 035420 fetchr loopcnt ,2 ,mem_loopcnt 
+0x7c5c 035421 fetchr queue ,2 ,mem_queue 
+0x7c5d 035422 fetch 2 ,mem_contr 
+0x7c5e 035423 iforce contr 
+0x7c5f 035424 rtn 
+:      035426 pop_stack_rega_b_c:
+0x7c60 035427 fetchr rega ,4 ,mem_rega 
+0x7c61 035428 fetchr regb ,4 ,mem_regb 
+0x7c62 035429 fetchr regc ,3 ,mem_regc 
+0x7c63 035430 rtn 
+:      035432 get_contw:
+0x7c64 035433 fetch 2 ,mem_contw 
+0x7c65 035434 copy pdata ,contw 
+0x7c66 035435 rtn 
+:      035436 get_contr:
+0x7c67 035437 fetch 2 ,mem_contr 
+0x7c68 035438 copy pdata ,contr 
+0x7c69 035439 rtn 
+:      035441 store_contw:
+0x7c6a 035442 copy contw ,pdata 
+0x7c6b 035443 store 2 ,mem_contw 
+0x7c6c 035444 rtn 
+:      035445 store_contr:
+0x7c6d 035446 copy contr ,pdata 
+0x7c6e 035447 store 2 ,mem_contr 
+0x7c6f 035448 rtn 
+:      035452 save_cont_pointers:
+0x7c70 035453 copy contw ,pdata 
+0x7c71 035454 store 2 ,mem_contw 
+0x7c72 035455 copy contr ,pdata 
+0x7c73 035456 store 2 ,mem_contr 
+0x7c74 035457 rtn 
+:      035459 load_cont_pointers:
+0x7c75 035460 fetch 2 ,mem_contw 
+0x7c76 035461 copy pdata ,contw 
+0x7c77 035462 fetch 2 ,mem_contr 
+0x7c78 035463 copy pdata ,contr 
+0x7c79 035464 rtn 
+:      035469 get_diff:
+0x7c7a 035470 isub temp ,rega 
+0x7c7b 035471 rtn positive 
+0x7c7c 035472 arg 0x100 ,rega 
+0x7c7d 035473 iadd rega ,pdata 
+0x7c7e 035474 isub temp ,rega 
+0x7c7f 035475 rtn 
+:      035477 memcpy96:
+0x7c80 035478 call memcpy32 
+:      035479 memcpy64:
+0x7c81 035480 call memcpy32 
+0x7c82 035481 branch memcpy32 
+:      035484 memcpy12:
+0x7c83 035485 call memcpy8 
+:      035486 memcpy4:
+0x7c84 035487 ifetch 1 ,contr 
+0x7c85 035488 istore 1 ,contw 
+:      035489 memcpy3:
+0x7c86 035490 ifetch 3 ,contr 
+0x7c87 035491 istore 3 ,contw 
+0x7c88 035492 rtn 
+:      035493 memcpy8:
+0x7c89 035494 ifetch 8 ,contr 
+0x7c8a 035495 istore 8 ,contw 
+0x7c8b 035496 rtn 
+:      035498 memcpy48:
+0x7c8c 035499 call memcpy16 
+:      035500 memcpy32:
+0x7c8d 035501 call memcpy8 
+:      035502 memcpy24:
+0x7c8e 035503 call memcpy8 
+:      035504 memcpy16:
+0x7c8f 035505 call memcpy8 
+0x7c90 035506 branch memcpy8 
+:      035508 delay:
+0x7c91 035509 increase -1 ,pdata 
+0x7c92 035510 nop 38 
+0x7c93 035511 nbranch delay ,blank 
+0x7c94 035512 rtn 
+:      035515 delay_10ms:
+0x7c95 035516 arg 10 ,loopcnt 
+:      035517 delay_ms_wait:
+0x7c96 035518 nop 12000 
+0x7c97 035519 loop delay_ms_wait 
+0x7c98 035520 rtn 
+:      035523 memset0_16:
+0x7c99 035524 call memset0_8 
+:      035525 memset0_8:
+0x7c9a 035526 call memset0_4 
+:      035527 memset0_4:
+0x7c9b 035528 force 4 ,loopcnt 
+0x7c9c 035529 branch memset0 
+:      035531 clear_mem_256:
+0x7c9d 035532 force 32 ,loopcnt 
+0x7c9e 035533 branch memset0 
+:      035534 clear_mem_512:
+0x7c9f 035535 force 64 ,loopcnt 
+0x7ca0 035536 branch memset0 
+:      035538 clear_mem:
+0x7ca1 035539 deposit loopcnt 
+0x7ca2 035540 rtn blank 
+:      035541 memset0:
+0x7ca3 035542 force 0 ,pdata 
+0x7ca4 035543 lstore contw 
+0x7ca5 035544 rtn 
+:      035546 clear_temp_block:
+0x7ca6 035547 arg 32 ,loopcnt 
+0x7ca7 035548 arg mem_temp_block0 ,contw 
+0x7ca8 035549 branch clear_mem 
+:      035551 xor_loop:
+0x7ca9 035552 ifetch 4 ,regc 
+0x7caa 035553 ifetcht 4 ,rega 
+0x7cab 035554 ixor temp ,pdata 
+0x7cac 035555 istore 4 ,contw 
+0x7cad 035556 increase 4 ,rega 
+0x7cae 035557 increase 4 ,regc 
+0x7caf 035558 loop xor_loop 
+0x7cb0 035559 rtn 
+:      035563 inverse_data:
+0x7cb1 035564 bpatchx patch21_0 ,mem_patch21 
+0x7cb2 035565 copy loopcnt ,pdata 
+0x7cb3 035566 sub pdata ,1 ,null 
+0x7cb4 035567 rtn positive 
+0x7cb5 035568 iadd rega ,regb 
+0x7cb6 035569 increase -1 ,regb 
+0x7cb7 035570 rshift loopcnt ,loopcnt 
+:      035571 inverse_loop:
+0x7cb8 035572 ifetcht 1 ,rega 
+0x7cb9 035573 ifetch 1 ,regb 
+0x7cba 035574 istore 1 ,rega 
+0x7cbb 035575 istoret 1 ,regb 
+0x7cbc 035576 increase -1 ,regb 
+0x7cbd 035577 increase 1 ,rega 
+0x7cbe 035578 loop inverse_loop 
+0x7cbf 035579 rtn 
+:      035581 le2be_6byte:
+:      035582 inverse_data_6byte:
+0x7cc0 035583 rshift32 pdata ,temp 
+0x7cc1 035584 call inverse_data_4byte 
+0x7cc2 035585 byteswap temp ,temp 
+0x7cc3 035586 lshift16 pdata ,pdata 
+0x7cc4 035587 ior temp ,pdata 
+0x7cc5 035588 rtn 
+:      035591 le2be_4byte:
+:      035592 inverse_data_4byte:
+0x7cc6 035593 rshift16 pdata ,contr 
+0x7cc7 035594 byteswap contr ,contr 
+0x7cc8 035595 byteswap pdata ,pdata 
+0x7cc9 035596 lshift16 pdata ,pdata 
+0x7cca 035597 ior contr ,pdata 
+0x7ccb 035598 rtn 
+:      035601 memcpy_fast:
+0x7ccc 035602 bpatchx patch21_1 ,mem_patch21 
+0x7ccd 035603 deposit loopcnt 
+0x7cce 035604 rtn blank 
+:      035605 memcpy_fast_loop:
+0x7ccf 035606 increase -8 ,loopcnt 
+0x7cd0 035607 call memcpy8 ,positive 
+0x7cd1 035608 rtn zero 
+0x7cd2 035609 branch memcpy_fast_loop ,positive 
+0x7cd3 035610 increase 8 ,loopcnt 
+:      035611 memcpy_fast_loop_four:
+0x7cd4 035612 increase -4 ,loopcnt 
+0x7cd5 035613 call memcpy4 ,positive 
+0x7cd6 035614 rtn zero 
+0x7cd7 035615 branch memcpy_fast_loop_four ,positive 
+0x7cd8 035616 increase 4 ,loopcnt 
+0x7cd9 035617 branch memcpy 
+:      035619 memcpy:
+0x7cda 035620 deposit loopcnt 
+0x7cdb 035621 rtn blank 
+:      035622 memcpy_loop:
+0x7cdc 035623 ifetch 1 ,contr 
+0x7cdd 035624 istore 1 ,contw 
+0x7cde 035625 loop memcpy_loop 
+0x7cdf 035626 rtn 
+:      035628 timer_stop:
+0x7ce0 035629 setarg 0 
+:      035630 timer_init:
+0x7ce1 035633 store 2 ,mem_pdatatemp 
+0x7ce2 035634 bpatchx patch21_2 ,mem_patch21 
+0x7ce3 035635 call timer_check 
+0x7ce4 035636 fetcht 2 ,mem_pdatatemp 
+0x7ce5 035637 arg mem_timers ,contw 
+0x7ce6 035639 lshift queue ,pdata 
+0x7ce7 035640 iadd contw ,contw 
+0x7ce8 035641 istoret 2 ,contw 
+0x7ce9 035642 rtn 
+:      035644 timer_check_timeout:
+0x7cea 035645 arg 0x800 ,timeup 
+0x7ceb 035646 lshift16 timeup ,timeup 
+0x7cec 035647 iadd timeup ,pdata 
+0x7ced 035648 rtn 
+:      035651 timer_reinit:
+0x7cee 035652 arg 0 ,queue 
+:      035653 timer_check:
+0x7cef 035654 bpatchx patch21_3 ,mem_patch21 
+0x7cf0 035655 fetcht 4 ,mem_last_clkn 
+0x7cf1 035656 rshift clkn_bt ,pdata 
+0x7cf2 035657 store 4 ,mem_last_clkn 
+0x7cf3 035658 isub temp ,null 
+0x7cf4 035659 ncall timer_check_timeout ,positive 
+0x7cf5 035660 isub temp ,timeup 
+0x7cf6 035661 copy timeup ,temp 
+0x7cf7 035662 arg mem_timers ,contr 
+0x7cf8 035663 copy contr ,contw 
+0x7cf9 035664 arg 16 ,loopcnt 
+:      035665 timer_loop:
+0x7cfa 035666 ifetch 2 ,contr 
+0x7cfb 035667 isub temp ,pdata 
+0x7cfc 035668 branch timer_counting ,positive 
+0x7cfd 035669 force 0 ,pdata 
+:      035670 timer_counting:
+0x7cfe 035671 istore 2 ,contw 
+0x7cff 035672 loop timer_loop 
+0x7d00 035673 arg mem_timers ,contr 
+0x7d01 035674 lshift queue ,pdata 
+0x7d02 035675 iadd contr ,contr 
+0x7d03 035676 ifetch 2 ,contr 
+0x7d04 035677 rtn 
+:      035682 clk_add:
+0x7d05 035683 iadd temp ,temp 
+0x7d06 035684 copy temp ,loopcnt 
+0x7d07 035685 fetch 2 ,mem_param_rt_rthalfslot 
+0x7d08 035686 isub loopcnt ,pdata 
+0x7d09 035687 rtn positive 
+0x7d0a 035688 sub pdata ,0 ,pdata 
+0x7d0b 035689 rshift16 temp ,temp 
+0x7d0c 035690 increase 1 ,temp 
+0x7d0d 035691 lshift16 temp ,temp 
+0x7d0e 035692 ior temp ,temp 
+0x7d0f 035693 rtn 
+:      035695 clk_diff_rt:
+0x7d10 035696 call clk_diff 
+0x7d11 035697 branch clk2rt 
+:      035700 clk_diff:
+0x7d12 035701 disable user 
+0x7d13 035702 isub temp ,pdata 
+0x7d14 035703 branch clk_diff_pos ,positive 
+0x7d15 035704 enable user 
+0x7d16 035705 sub pdata ,0 ,pdata 
+:      035706 clk_diff_pos:
+0x7d17 035707 rtnbit0 15 
+0x7d18 035708 copy pdata ,regab 
+0x7d19 035709 arg 0x10000 ,temp 
+0x7d1a 035710 fetch 2 ,mem_param_rt_rthalfslot 
+0x7d1b 035711 isub temp ,pdata 
+0x7d1c 035712 iadd regab ,pdata 
+0x7d1d 035713 set0 64 ,pdata 
+0x7d1e 035714 rtn 
+:      035718 clk2rt:
+0x7d1f 035719 fetcht 2 ,mem_param_rt_rthalfslot 
+0x7d20 035720 iforce contr 
+0x7d21 035721 rshift16 pdata ,pdata 
+0x7d22 035722 imul32 temp ,pdata 
+0x7d23 035723 iadd contr ,pdata 
+0x7d24 035724 rtn 
+:      035727 clk2lpo:
+0x7d25 035728 lshift8 pdata ,pdata 
+0x7d26 035729 lshift4 pdata ,pdata 
+0x7d27 035730 fetcht 3 ,mem_clks_per_lpo 
+0x7d28 035731 idiv temp 
+0x7d29 035732 call wait_div_end 
+0x7d2a 035733 quotient temp 
+0x7d2b 035734 rtn 
+:      035737 clk2bt:
+0x7d2c 035738 fetcht 2 ,mem_param_rt_rthalfslot 
+0x7d2d 035739 idiv temp 
+0x7d2e 035740 call get_div_result 
+0x7d2f 035741 lshift16 pdata ,pdata 
+0x7d30 035742 remainder temp 
+0x7d31 035743 ior temp ,temp 
+0x7d32 035744 rtn 
+:      035751 string2dec_from_uart:
+0x7d33 035752 arg 0 ,temp 
+:      035753 string2dec_from_uart_done:
+0x7d34 035754 copy temp ,regab 
+0x7d35 035755 ifetch 1 ,contu 
+0x7d36 035756 call uchar2dialog 
+0x7d37 035757 copy regab ,temp 
+0x7d38 035758 call swap 
+0x7d39 035759 arg 10 ,regb 
+0x7d3a 035760 imul32 regb ,pdata 
+0x7d3b 035761 iadd temp ,pdata 
+0x7d3c 035762 copy pdata ,temp 
+0x7d3d 035763 loop string2dec_from_uart_done 
+0x7d3e 035764 rtn 
+:      035768 uchar2dialog:
+0x7d3f 035769 arg 0x3a ,temp 
+0x7d40 035770 isub temp ,null 
+0x7d41 035771 nbranch uchar2dialog_number ,positive 
+0x7d42 035772 arg 0x61 ,temp 
+0x7d43 035773 isub temp ,null 
+0x7d44 035774 branch uchar2dialog_a2f ,positive 
+0x7d45 035775 arg 0x37 ,temp 
+0x7d46 035776 isub temp ,pdata 
+0x7d47 035777 rtn 
+:      035778 uchar2dialog_number:
+0x7d48 035779 arg 0x30 ,temp 
+0x7d49 035780 isub temp ,pdata 
+0x7d4a 035781 rtn 
+:      035782 uchar2dialog_a2f:
+0x7d4b 035783 arg 0x57 ,temp 
+0x7d4c 035784 isub temp ,pdata 
+0x7d4d 035785 rtn 
+:      035788 right_shift_n:
+0x7d4e 035789 sub loopcnt ,0 ,null 
+0x7d4f 035790 rtn zero 
+:      035791 right_shift_n_loop:
+0x7d50 035792 rshift pdata ,pdata 
+0x7d51 035793 loop right_shift_n_loop 
+0x7d52 035794 rtn 
+:      035797 left_shift_n:
+0x7d53 035798 force 1 ,pdata 
+0x7d54 035799 sub loopcnt ,0 ,null 
+0x7d55 035800 rtn zero 
+:      035801 left_shift_n_loop:
+0x7d56 035802 lshift pdata ,pdata 
+0x7d57 035803 loop left_shift_n_loop 
+0x7d58 035804 rtn 
+:      035808 calc_average:
+0x7d59 035809 setarg 0 
+0x7d5a 035810 copy loopcnt ,rega 
+:      035811 calc_average_loop:
+0x7d5b 035812 ifetcht 2 ,contr 
+0x7d5c 035813 iadd temp ,pdata 
+0x7d5d 035814 loop calc_average_loop 
+0x7d5e 035815 idiv rega 
+:      035816 get_div_result:
+0x7d5f 035817 call wait_div_end 
+0x7d60 035818 quotient pdata 
+0x7d61 035819 rtn 
+:      035821 wait_div_end:
+0x7d62 035822 rtn modone 
+0x7d63 035823 branch wait_div_end 
+:      035833 compare_loop:
+:      035834 string_compare:
+0x7d64 035835 ifetch 1 ,rega 
+0x7d65 035836 ifetcht 1 ,regb 
+0x7d66 035837 isub temp ,null 
+0x7d67 035838 nrtn zero 
+0x7d68 035839 increase 1 ,rega 
+0x7d69 035840 increase 1 ,regb 
+0x7d6a 035841 loop string_compare 
+0x7d6b 035842 branch enable_zero 
+:      035846 ceiling:
+0x7d6c 035847 isub temp ,null 
+0x7d6d 035848 nrtn positive 
+0x7d6e 035849 deposit temp 
+0x7d6f 035850 rtn 
+:      035852 swap:
+0x7d70 035853 iadd temp ,pdata 
+0x7d71 035854 isub temp ,temp 
+0x7d72 035855 isub temp ,pdata 
+0x7d73 035856 rtn 
+:      035858 clean_smem:
+0x7d74 035859 arg 0 ,contw 
+0x7d75 035860 branch clean_mem 
+:      035862 clean_xmem:
+0x7d76 035863 arg 0x4000 ,contw 
+:      035864 clean_mem:
+0x7d77 035865 arg 0x1000 ,loopcnt 
+0x7d78 035866 branch memset0 
+:      035869 callback_func:
+0x7d79 035870 rtn blank 
+0x7d7a 035871 copy pdata ,pc 
+:      035874 ice_break_disable_wdt:
+0x7d7b 035875 call wdt_set_disable 
+:      035877 ice_break:
+0x7d7c 035878 jam 0x1 ,core_ice_ctrl 
+0x7d7d 035879 rtn 
+:      035881 ice_setbp:
+0x7d7e 035882 store 2 ,core_ice_break0 
+0x7d7f 035883 fetch 1 ,core_ice_ctrl 
+0x7d80 035884 set1 4 ,pdata 
+0x7d81 035885 store 1 ,core_ice_ctrl 
+0x7d82 035886 rtn 
+:      035887 ice_setbp2:
+0x7d83 035888 store 2 ,core_ice_break1 
+0x7d84 035889 fetch 1 ,core_ice_ctrl 
+0x7d85 035890 set1 6 ,pdata 
+0x7d86 035891 store 1 ,core_ice_ctrl 
+0x7d87 035892 rtn 
+:      035894 ice_set_write_bp:
+0x7d88 035895 store 2 ,core_ice_break0 
+0x7d89 035896 jam 0x30 ,core_ice_ctrl 
+0x7d8a 035897 rtn 
+:      035905 fifo_in:
+0x7d8b 035906 bpatchx patch21_4 ,mem_patch21 
+0x7d8c 035907 ifetcht util_fifo_len ,rega 
+0x7d8d 035908 and temp ,0xff ,pdata 
+0x7d8e 035909 nbranch fifo_in_push ,blank 
+0x7d8f 035910 rshift8 temp ,pdata 
+0x7d90 035911 istore util_fifo_len ,rega 
+:      035912 fifo_in_push:
+0x7d91 035913 increase util_fifo_len + util_fifo_offset ,rega 
+0x7d92 035914 ifetch 1 ,rega 
+0x7d93 035915 nbranch assert ,blank 
+0x7d94 035916 fetch 1 ,mem_fifo_temp 
+0x7d95 035917 istore 1 ,rega 
+0x7d96 035918 rtn 
+:      035923 fifo_out:
+0x7d97 035924 bpatchx patch21_5 ,mem_patch21 
+0x7d98 035925 arg util_fifo_len ,loopcnt 
+0x7d99 035926 ifetch util_fifo_len ,rega 
+0x7d9a 035927 rtn blank 
+:      035928 fifo_out_loop:
+0x7d9b 035929 ifetch 1 ,rega 
+0x7d9c 035930 nbranch fifo_out_end ,blank 
+0x7d9d 035931 increase 1 ,rega 
+0x7d9e 035932 loop fifo_out_loop 
+0x7d9f 035933 branch assert 
+:      035934 fifo_out_end:
+0x7da0 035935 arg 0 ,temp 
+0x7da1 035936 istoret 1 ,rega 
+0x7da2 035937 rtn 
+:      035942 fifo_is_empty:
+0x7da3 035943 ifetch util_fifo_len ,rega 
+0x7da4 035944 rtn 
+:      035949 fifo_is_full:
+0x7da5 035950 ifetch 1 ,rega 
+0x7da6 035951 rtn 
+:      035954 fifo_is_near_full:
+0x7da7 035955 ifetch 2 ,rega 
+0x7da8 035956 rtn 
+:      035960 fifo_content_count:
+0x7da9 035961 arg 0 ,temp 
+:      035962 fifo_content_count_loop:
+0x7daa 035963 fetch 1 ,contr 
+0x7dab 035964 loop fifo_content_count_loop ,blank 
+0x7dac 035965 increase 1 ,temp 
+0x7dad 035966 loop fifo_content_count_loop 
+0x7dae 035967 copy temp ,pdata 
+0x7daf 035968 rtn 
+:      035971 not_greater_than:
+0x7db0 035972 isub temp ,null 
+0x7db1 035973 nrtn positive 
+:      035974 copy_temp2pdata:
+0x7db2 035975 copy temp ,pdata 
+0x7db3 035976 rtn 
+:      035979 disable_positive:
+0x7db4 035980 force -1 ,null 
+0x7db5 035981 rtn 
+:      035982 enable_positive:
+:      035983 disable_zero:
+0x7db6 035984 force 1 ,null 
+0x7db7 035985 rtn 
+:      035986 enable_zero:
+0x7db8 035987 force 0 ,null 
+0x7db9 035988 rtn 
+:      035990 enable_user:
+0x7dba 035991 enable user 
+0x7dbb 035992 rtn 
+:      035994 disable_user:
+0x7dbc 035995 disable user 
+0x7dbd 035996 rtn 
+:      035998 enable_user2:
+0x7dbe 035999 enable user2 
+0x7dbf 036000 rtn 
+:      036002 disable_user2:
+0x7dc0 036003 disable user2 
+0x7dc1 036004 rtn 
+:      036006 enable_user7:
+0x7dc2 036007 enable user7 
+0x7dc3 036008 rtn 
+:      036010 disable_true:
+0x7dc4 036011 disable true 
+0x7dc5 036012 rtn 
+:      036014 enable_true:
+0x7dc6 036015 enable true 
+0x7dc7 036016 rtn 
+:      036018 disable_blank:
+0x7dc8 036019 setarg 1 
+0x7dc9 036020 rtn 
+:      036022 enable_blank:
+:      036023 set_pdata_0:
+0x7dca 036024 setarg 0 
+0x7dcb 036025 rtn 
+:      036029 cal_sum:
+0x7dcc 036030 sub loopcnt ,0 ,null 
+0x7dcd 036031 rtn zero 
+:      036032 cal_sum_loop:
+0x7dce 036033 ifetcht 1 ,contr 
+0x7dcf 036034 iadd temp ,pdata 
+0x7dd0 036035 loop cal_sum_loop 
+0x7dd1 036036 rtn 
+:      036039 reverse_byte:
+0x7dd2 036040 copy loopcnt ,pdata 
+0x7dd3 036041 rtn blank 
+0x7dd4 036042 copy contr ,pdata 
+0x7dd5 036043 iadd loopcnt ,pdata 
+0x7dd6 036044 increase -1 ,pdata 
+0x7dd7 036045 copy pdata ,contr 
+:      036046 reverse_loop:
+0x7dd8 036047 ifetch 1 ,contr 
+0x7dd9 036048 increase -2 ,contr 
+0x7dda 036049 istore 1 ,contw 
+0x7ddb 036050 loop reverse_loop 
+0x7ddc 036051 rtn 
+:      036054 lshift14:
+0x7ddd 036055 lshift16 pdata ,pdata 
+:      036056 rshift2:
+0x7dde 036057 rshift2 pdata ,pdata 
+0x7ddf 036058 rtn 
+:      036060 lshift6:
+0x7de0 036061 lshift8 pdata ,pdata 
+0x7de1 036062 branch rshift2 
+:      036065 clear_wake:
+0x7de2 036066 setarg 0 
+0x7de3 036067 store 8 ,mem_gpio_wakeup_cfg 
+0x7de4 036068 set1 25 ,pdata 
+0x7de5 036069 istore 4 ,contw 
+0x7de6 036070 rtn 
+:      036073 generate_random:
+0x7de7 036074 arg 16 ,loopcnt 
+:      036075 generate_random_loop:
+0x7de8 036076 random pdata 
+0x7de9 036077 istore 1 ,contw 
+0x7dea 036078 loop generate_random_loop 
+0x7deb 036079 rtn 
Index: output/bt_program23.meta
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.meta	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.meta	(working copy)
@@ -19,7 +19,7 @@
 //define COMPILE_WECHAT
 //define COMPLIE_TEST
 define COMPLIE_ADPCM
-
+define YC1121SB
 INCLUDE "bt_format"
 
 org 0x0000		// start from patch ram address start
@@ -32,6 +32,7 @@
 //define MORE_POWER_CTRL
 //define ADC_1121SB
 //define ADC_1121SB_1V8_MODE
+//define XTAL_CALP_SET
 define SENSOR_ANGLE_ICE_SDIO
 
 	bbit1 8,pf_patch_ext
@@ -42,21 +43,26 @@
 	beq patch02_1,p_set_sync_on
 	beq patch02_4,p_set_lemode
 	beq patch02_5,p_rf_rx_enable
+	beq patch02_6,p_calc_freq
 	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 patch04_7,p_lpm_adjust_clk
 	beq patch0d_0,p_mouse_cb_fuction
 	beq patch0d_1,p_mouse_load_device_info_check
+	beq patch0d_2,p_mouse_default_init
 	beq patch0d_4,p_mouse_param_init
 	beq patch0d_5,p_mouse_sensor_set_angle
 	beq patch0d_6,p_mouse_start_work
+	beq patch0d_7,p_mouse4_0_check_reconn_target
 	beq patch0e_3,p_mouse_setgpio_hibernate
+	beq patch0e_4,p_mouse_lpm_before_common
 	beq patch0e_7,p_mouse_adc_read_start
+	beq patch0f_1,p_mouse_le_name_modify
 	beq patch0f_2,p_mouse_motion	
-	beq patch0f_5,p_mouse_setting_sensor_type
 	beq patch0f_7,p_mouse_3io6key_check
 	beq patch10_1,p_mouse_init_sensor
 	beq patch10_4,p_mouse_buletooth_fast_conn_end
@@ -65,22 +71,23 @@
 	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 patch1a_6,p_gpio_set_wake
 	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
 	branch assert
 
 pf_patch_ext:
 	beq patch22_4,p_le_slave_match
-	beq patch23_2,p_le_got_first_packet
+	beq patch23_2,p_le_got_first_packet_new	//p_le_got_first_packet
+	beq patch24_4,p_le_receive_rxon
 	beq patch24_5,p_le_rx_dec
 	beq patch24_6,p_le_rx_nopayload
 	beq patch27_1,p_le_parse
@@ -88,6 +95,7 @@
 	beq patch29_4,p_le_adv_not_match
 	beq patch29_5,p_le_init_adv
 	beq patch32_0,p_g24_reconn_dispatch
+	beq patch32_2,p_g24_reconn_device_fail
 	beq patch32_6,p_g24_short_sleep
 	beq patch33_2,p_mouse_g24_retransmit
 	beq patch33_5,p_g24_transmit_hop_process
@@ -164,12 +172,28 @@
 	nop 60
 	jam 0x20,0x8a20 
 	jam 0xf5,0x8a23 
-	jam 0x12,0x8a24 
-	jam 0x10,0x8a24 
-	nop 60
-	jam 0x60,0x8a12 
-	jam 0xdd,0x8a23 
-	rtn
+	branch set_sync_on_next
+
+
+p_calc_freq:
+	setarg 2400
+	iadd temp,pdata
+	copy pdata, rega
+	fetcht 1,mem_fcomp_div
+	rshift temp,temp
+	idiv temp
+//	mul32 pdata,12,rega
+	call wait_div_end
+	quotient pdata
+	rshift8 pdata,queue
+	storer queue, 1,0x890a
+	store 1,0x8909
+	branch calc_freq+10
+
+p_set_ck2rfpll:
+	until null,lpo_edge
+	jam 0x58,0x813c
+	branch lpm_write_wait
 
 p_initialize_radio_cont:
 	jam 0,mem_le_testtype
@@ -178,6 +202,7 @@
 	
 	jam 0x0d,0x8946
 	jam 0x10,0x896f
+	jam 0x40,core_rx_cfg0
 	jam 0xcd,0x8a13
 	jam 0x10,0x8a06
 	jam 0x4a,0x8a84
@@ -187,6 +212,7 @@
 //	branch initialize_radio_cont+1
 	//fetch 1,mem_wdt_always_work
 	call wdt_set_disable
+	ncall p_set_ck2rfpll,wake
 
 	until null,lpo_edge
 	jam 0x5f,0x813b 
@@ -216,16 +242,41 @@
 	call p_rfpll_aac_ghpc
 	call p_set_xtal_cap
 	jam SYSTEM_CLK_12M,mem_system_clk
-	branch sadc_calibration
-//	branch p_dpll_ring_ibias_calc
+p_sadc_calibration:
+	rtn wake
+	jam 0x77,core_gpadc_ctrl
+	jam 0xc9,core_gpadc_cfg0
+	jam 0x01,core_gpadc_cfg3
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	nop 3000
+	call p_sadc_read
+	jam 0xc1,core_gpadc_cfg0
+	fetchr regb,1,mem_spi_write_addr
+	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
+	call sadc_cal_read+1
+	fetch 1,mem_spi_write_addr
+	store 1,mem_adc_cal_c7
+	storer regb,1,mem_spi_write_addr
+	rtn
+
+p_sadc_read:
+	jam 0x03,core_sadc_ctrl
+p_sadc_read_wait:
+	fetch 1,core_perf_status
+	bbit0 SARADC_DONE,p_sadc_read_wait
+	fetcht 2,core_sadc_data
+	storet 2,mem_adc_current_value
+	jam 0x00,core_sadc_ctrl
+	rtn
 	
 p_set_xtal_cap:
 	rtn wake
 	until null,lpo_edge
 	fetch 1,mem_xtal_c_sel
+p_set_xtal_cap_next:
 	store 1,core_xtal_cap
-	until null,lpo_edge
-	rtn
+	branch lpm_write_wait
 	
 p_dpll_on:
 	fetch 1,mem_fcomp_div
@@ -257,6 +308,11 @@
 	jam 0x04,0x8902	
 	branch p_initialize_radio2
 
+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_set_otp_config:
 	branch p_set_otp_config_wake,wake
 	fetch 4,mem_otp_core_ldo
@@ -304,11 +360,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
@@ -378,6 +429,7 @@
 p_set_tx_power_factory:
 	jam 0x17,0x8a14 
 	fetch 3,mem_tx_power_factory_param_new
+p_mouse_tx_power_set:
 	store 3,0x8a60
 	branch set_tx_power_8a63_28
 
@@ -433,37 +485,9 @@
 	rtn wake
 	branch rfpll_aac_ghpc+1
 	
-//p_dpll_ring_ibias_calc:
-//	rtn
 
-p_sadc_calibration:
-	rtn wake
-	jam 0x77,core_gpadc_ctrl
-	jam 0xc9,core_gpadc_cfg0
-	jam 0x01,core_gpadc_cfg3
-	fetch 1,mem_adc_clkdiv
-	store 1,core_sadc_clkdiv
-	nop 3000
-	call p_sadc_read
-	jam 0xc1,core_gpadc_cfg0
-	fetchr regb,1,mem_spi_write_addr
-	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
-	call sadc_cal_read+1
-	fetch 1,mem_spi_write_addr
-	store 1,mem_adc_cal_c7
-	storer regb,1,mem_spi_write_addr
-	rtn
 
 
-p_sadc_read:
-	jam 0x03,core_sadc_ctrl
-p_sadc_read_wait:
-	fetch 1,core_perf_status
-	bbit0 SARADC_DONE,p_sadc_read_wait
-	fetcht 2,core_sadc_data
-	storet 2,mem_adc_current_value
-	jam 0x00,core_sadc_ctrl
-	rtn
 	
 
 p_set_lemode:
@@ -506,8 +530,7 @@
 	arg 256,regc
 	iadd regc,pdata
 	rtn
-p_le_got_first_packet:
-	branch p_le_got_first_packet_new
+	
 p_le_slave_match:
 	call p_le_check_retransmit
 	branch le_slave_match+1
@@ -534,8 +557,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
@@ -553,20 +574,10 @@
 	fetch 1,mem_le_conn_rcv_new			//lpm  use retention mem
 	increase 1,pdata
 	store 1,mem_le_conn_rcv_new
-	fetch 1,mem_le_state
-	rtnbit1 lestate_got_first_packet
-	set1 lestate_got_first_packet,pdata
-	store 1,mem_le_state
-	fetch 2,mem_le_init_superto
-	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
+	branch le_got_first_packet+4
+	
 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
@@ -601,6 +612,61 @@
 p_le_init_adv:
 	set0 mark_ble_crc_fail,mark	
 	branch le_init_adv+1
+p_le_receive_rxon:
+	call le_prep
+	bmark0 mark_ble_lr,p_le_receive_nolr
+	pulse dewhiten_code_calc
+	nop 30
+	call le_prep
+	lshift3 timeup,timeup
+p_le_receive_nolr:
+	disable match
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	copy timeup,stop_watch
+	correlate null,timeout
+	branch p_le_receive_on_attempt,attempt
+	copy clke,temp
+	storet 6,mem_sync_clke
+p_le_receive_on_attempt:
+	nbranch le_unsync_end,sync
+	enable swfine
+	fetch 1,mem_le_tx_ifs_defference
+	arg PARAM_20MS_INIT,temp
+	iadd temp,temp
+	fetch 1,mem_system_clk
+	imul32 temp,stop_watch
+	call rf_debug_rx_sync_line	//L-H
+	branch le_receive_skip,attempt
+	call p_calc_clke_all_modem
+	fetch 1,mem_le_state
+	bbit0 lestate_got_first_packet,le_receive_skip
+	call lpm_adjust_clk,wake
+	branch le_receive_skip
+p_calc_clke_all_modem:
+	fetcht  6,mem_sync_clke
+	copy clke,pdata
+	call clk_diff
+	copy pdata,temp
+	call calc_clke_all_modem
+	copy clke,rege
+	copy clke_rt,pdata
+	iadd temp,pdata
+	copy pdata,clke_rt	
+	rtn
+p_lpm_adjust_clk:
+	bmark0 mark_context,lpm_clear_counter
+	fetcht 4,mem_sleep_counter_all
+	arg 0x600,pdata
+	isub temp,null
+	rtn positive				// interval too small
+	copy temp,rega
+	fetcht 6,mem_sync_clke
+	deposit rege
+	call clk_diff_rt
+	copy rega,temp
+	branch lpm_adjust_clk+6
 
 p_le_adv_not_match:
 	call shutdown_radio
@@ -693,17 +759,63 @@
 	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
+	call gpio_get_bit
+	branch p_gpio_set_qdec_mode,true
+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
+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
+	branch lpm_write_wait
+p_mouse_lpm_before_common:
+	call p_clear_wake
+	jam 0,mem_mouse_qdec_set_flag
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	call mouse_lpm_before_common+1
+	call mouse_gpio_pd_idle
+p_mouse_wheel_set_impedance:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_whee_b_data_gpio
+	branch gpio_set_high_impedance
 p_lpm_sleep:
 	//call xtal_fast_wake
-	fetch 2,mem_cb_before_lpm_sleep
-	call callback_func
+//	fetch 2,mem_cb_before_lpm_sleep
+//	call callback_func
 p_lpm_sleep_skip_cb_function:
 	fetch 4,mem_sleep_counter_all	// sleep total time, 32k unit
 	iadd temp,pdata
 	store 4,mem_sleep_counter_all
 	call p_lpm_save_context
-	branch lpm_sleep_skip_cb_function+4
+	call p_mouse_puchk_set_check
+	fetch 1,mem_lpm_hv_sel
+	set1 LPM_DOZE_EN_BIT, pdata
+	call lpm_write_sel_hv
+	ncall lpm_preon_counter,wake
+	until null,lpo_edge
+	copy clkn,pdata
+	store 6,mem_sleep_clkn
+	branch lpm_sleep_skip_cb_function+10
+p_mouse_puchk_set_check:
+	fetch 1,mem_mouse_qdec_set_flag
+	branch p_mouse_puchk_disable,blank
+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_lpm_save_context:
 	storer mark,8,mem_saved_mark
@@ -744,10 +856,7 @@
 	arg 0x01f8,temp
 	iand temp,pdata
 	branch p_g24_reconn_dispatch_next,blank
-	fetch 2,mem_24g_reconn_count
-	increase 1,pdata
-	store 2,mem_24g_reconn_count
-	rtn
+	branch g24_reconn_dispatch+5
 
 p_g24_reconn_dispatch_next:
 	call g24_reconn_data_prep
@@ -767,25 +876,40 @@
 
 p_g24_reconn_mode_judge:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,g24_pair_start
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_pair_mode_check
 	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_g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata
+	fetch 1,mem_24g_reconn_type
+	beq PAIR_AND_RECEIVER,p_g24_reconn_pair_and_receiver
+	branch g24_reconn_device_fail+7
+
+p_g24_reconn_pair_and_receiver:
+	branch g24_reconn_receiver_addr,true
+	branch g24_pair_init_param
 
 p_mouse_param_init:
 	call mouse_param_common_init
-	call p_mouse_le_buff_modify
-	branch mouse_param_init+2
 
-p_mouse_le_buff_modify:
 	setarg mem_le_tx_buffer0_omemalloc_new
 	store 2,mem_ble_l2cap_tx_buff0_ptr
 	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
 	store 2,mem_ble_l2cap_tx_buff_size_ptr
-	rtn
+	branch mouse_param_init+2
+p_recv_addr_zero_skip:
+	fetch 4,mem_24g_fast_conn_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	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
@@ -856,66 +980,44 @@
 	store 2,mem_cb_24g_transmit_short_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
+//	setarg p_mouse_24g_before_lpm_sleep
+//	store 2,mem_cb_before_lpm_sleep
 	branch mouse_cb_fuction+7
 
-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
-	branch p_gpio_set_low_wake_disable_qdec
-
-p_gpio_set_qdec_mode:
-	call p_mouse_qdec_disable
-	call p_mouse_qdec_lpm_cfg
-	call p_mouse_qdec_enable
-	fetcht 1,mem_mouse_wheel_temp_gpio
-	branch gpio_set_high_impedance
+p_soft_reset:
 
-p_gpio_set_low_wake_disable_qdec:
-	fetcht 1,mem_mouse_wheel_temp_gpio
-	call gpio_set_high_impedance
-	call p_gpio_set_low_wake
-	branch p_mouse_qdec_disable	
 
-p_mouse_qdec_lpm_cfg:
-	arg 6,debug
-p_gpio_wake_cfg_set:
-	call gpio_set_wake_high
-	branch p_lpm_write_gpio_wakeup
 
-p_gpio_set_low_wake:
-	arg 3,debug
-	branch p_gpio_wake_cfg_set
 
-p_mouse_qdec_disable:
-	setarg 0x10			//key_delay: 0x10	pu_delay: 0x00		interval: 0x00
-	store 1,core_puwakeup
-p_mouse_lpo_wait:
+	nbranch soft_reset+1,wake
 	until null,lpo_edge
-	rtn
 
-p_mouse_qdec_enable:
-	setarg 0x80			//key_delay: 0x10	pu_delay: 0x00		interval: 0x00
-	store 1,core_puwakeup
 	until null,lpo_edge
-	until null,lpo_edge		//wait jitter disappear		//acturl 2lpo ok
-	branch p_mouse_lpo_wait
 
-p_soft_reset:
 	clear_stack
-	call mouse_wheel_gpio_init,wake
+	jam 0x73,core_spid_ctrl
+	call p_mouse_wheel_init_set,wake
 	branch soft_reset+2
+p_mouse_wheel_init_set:
+	call p_mouse_puchk_disable
+	call mouse_matrix_public_gpio_reset
+	branch mouse_wheel_gpio_init
+//	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_config_input
 	
-p_mouse_24g_before_lpm_sleep:
-	rtn
+//p_mouse_24g_before_lpm_sleep:
+//	rtn
 //	fetch 1,mem_device_flag
 //	rtnne MODE_24G_DEVICE
 //	branch mouse_24g_before_lpm_sleep+2	
 
+p_mouse_default_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_KEYBOARD,pdata
+	call mouse_customer_key_enable,true
+	branch mouse_default_parm_init
 
 p_mouse_load_device_info_check:
 	call p_mouse_store_normal_tx_power
@@ -948,7 +1050,8 @@
 
 p_mouse_read_otp_device_info:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_read_otp_le_device1
+	isolate1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,pdata
+	call mouse_read_otp_le_device1,true
 	branch mouse_read_otp_device_info
 
 p_mouse_app_initflag_check:
@@ -959,16 +1062,15 @@
 //	call mouse_app_initflag_check_next
 	storet 2,mem_store_flag
 	call mouse_ble_init_address
-	fetch 1,mem_device_flag_temp
-	store 1,mem_device_flag
+//	fetch 1,mem_device_flag_temp
+//	store 1,mem_device_flag
 	call mouse_load_default_dpi
 	
 	setarg 0x1122
 	store 2,mem_random_addr_increase_count
 p_mouse_device_flag_temp_load:
 	fetch 1,mem_mouse_device_flag_temp		//reinit device flag
-	store 1,mem_device_flag
-	rtn
+	branch mouse_device_flag_load_end
 
 p_mouse_device_flag_check:
 	fetch 1,mem_device_flag
@@ -1000,8 +1102,7 @@
 
 p_mouse_le_addr_increase_count_load:
 	fetch 2,mem_random_addr_increase_count_last
-	store 2,mem_random_addr_increase_count
-	rtn
+	branch mouse_le_addr_increase_store
 
 
 p_mouse_store_device_info:
@@ -1047,7 +1148,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
@@ -1066,10 +1167,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
@@ -1141,11 +1242,8 @@
 	rtnbit0 MOUSE_ENABLE_LOAD_AND_STORE_DPI
 	fetch 1,mem_mouse_dpi
 	beq 0,mouse_otp_load_dpi
-	beq 6,p_mouse_dpi_reinit
-	rtn
+	beq 6,mouse_dpi_reinit_set
 	
-p_mouse_dpi_reinit:
-	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
 	rtn
 
 p_mouse_store_dpi_info_check:
@@ -1228,13 +1326,13 @@
 	rtn
 
 p_mouse_le_addr2_init_check:
-	fetch 6,mem_device1_locall_addr
+	fetch 6,mem_device2_locall_addr
 	fetcht 6,mem_mouse_compare_addr
 	isub temp,null
 	nrtn zero
 	fetch 6,mem_le_lap
 	add pdata,0x0100,pdata
-	store 6,mem_device1_locall_addr
+	store 6,mem_device2_locall_addr
 	rtn
 
 p_mouse_buletooth_fast_conn_end:
@@ -1255,20 +1353,16 @@
 p_mouse_load_le_device1:
 	fetch 6,mem_device1_addr
 	store 6,mem_hci_plap
-//	arg mem_le_ltk,contw
-//	call memcpy16
 	fetch 6,mem_device1_locall_addr
+p_mouse_le_lap_store:
 	store 6,mem_le_lap
 	rtn
 
 p_mouse_load_le_device2:
 	fetch 6,mem_device2_addr
 	store 6,mem_hci_plap
-//	arg mem_le_ltk,contw
-//	call memcpy16
 	fetch 6,mem_device2_locall_addr
-	store 6,mem_le_lap
-	rtn
+	branch p_mouse_le_lap_store
 
 p_mouse_store_remote_bdaddr:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1404,7 +1498,7 @@
 	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
 	jam 0,mem_mouse_clear_sensor_data_flag
 	call le_clr_config_more_data
-	branch p_mouse_bb_disconnected
+//	branch p_mouse_bb_disconnected
 p_mouse_bb_disconnected:
 	call mouse_bb_discon_clear_stack
 	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
@@ -1437,27 +1531,39 @@
 	fetcht 4,mem_24g_fast_conn_addr
 	isub temp,null
 	rtn zero
-	call mouse_soft_agc_disable
 	call p_mouse_fetch_normal_tx_power
 	branch mouse_24g_first_store_reconn_info
 	
 p_mouse_24g_pairing_complete:
-	call mouse_soft_agc_disable
 	call p_mouse_fetch_normal_tx_power
 	branch mouse_24g_pairing_complete
 
+p_mouse_fetch_normal_tx_power:
+	fetch 1,mem_normal_tx_power
+	store 1,mem_tx_power
+	branch mouse_soft_agc_disable
 p_mouse_24g_attempt_fail:
-	call mouse_soft_agc_disable
 	call p_mouse_fetch_normal_tx_power
 	fetch 1,mem_mouse_dpi_button_state
 	rtneq DPI_BUTTON_STATE_DOWN
 	fetch 1,mem_24g_attempt_fail_flag
 	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 PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq PAIR_AND_RECEIVER,p_mouse_24g_auto_pair_attempt_fail
+	beq FAST_CONN_AND_RECEIVER,p_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_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,p_mouse_24g_start_auto_pair
+	branch mouse_24g_fast_conn_attempt_fail+3
+p_mouse_24g_start_auto_pair:
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_RECEIVER,mem_24g_reconn_type
+	branch g24_reconn_start
 
 p_mouse_24g_auto_pair_attempt_fail:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
@@ -1467,7 +1573,7 @@
 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
@@ -1475,7 +1581,7 @@
 	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
+	branch p_mouse_24g_start_auto_pair
 
 p_mouse_start_work:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1484,10 +1590,18 @@
 	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
 	branch mouse_le_fast_conn_judge
 
+p_mouse4_0_check_reconn_target:
+	call mouse_device_le_reconn_led_config
+	branch mouse4_0_check_reconn_target
 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_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_24g_first_start_reconn:
 	fetch 1,mem_device_flag
@@ -1505,22 +1619,12 @@
 	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
 	rtn
 
-p_mouse_fetch_normal_tx_power:
-	fetch 1,mem_normal_tx_power
-	store 1,mem_tx_power
-	rtn
 	
 p_mouse_idle:
 	call mouse_low_voltage_led_no_enter_lpm
@@ -1558,6 +1662,8 @@
 	lshift pdata,pdata
 	copy pdata,regb
 	copy temp,regc
+	call gpio_out_active
+	copy regc,temp
 	call mouse_gpio_config_input_pd
 	copy regc,temp
 	call gpio_get_bit
@@ -1570,15 +1676,12 @@
 	nrtn user
 	call g24_setgpio_lpm_before
 	call p_clear_wake
-	fetch 3,mem_24g_short_sleep_set
-	branch g24_long_seep2
+	branch g24_short_sleep_next
 	
 
 p_clear_wake:
 	setarg 0
-	set1 21,pdata
 	store 8,mem_gpio_wakeup_cfg	//gpio5(ice)enable wake
-	setarg 0
 	store 4,mem_gpio_wakeup_cfg+8
 	rtn
 	
@@ -1598,10 +1701,6 @@
 	call mouse_set_sdio_high
 	call p_clear_wake
 	call mouse_before_hibernate_wheel_gpio_set
-	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
-	call gpio_out_active
-	fetcht 1,mem_matrix_public_gpio
-	call gpio_clr_wake
 	fetch 1,mem_mouse_sensor_sdio_gpio
 	call mouse_gpio_config_output_high
 	
@@ -1611,38 +1710,11 @@
 	call mouse_gpio_config_input_pu
 	
 	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
+	call p_mouse_lpm_before_common
+//	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
@@ -1677,30 +1749,49 @@
 p_mouse_check_select_device_by_switch:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
-	bbit0 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN,mouse_switch_gpio_connect_gnd
-p_mouse_switch_gpio_connect_vin:
+	bbit0 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN,p_mouse_switch_gpio_connect_gnd
+p_mouse_switch_gpio_connect_vin_check:
+	call p_mouse_switch_gpio_pd_set
+	call p_mouse_switch_gpio_connect_vin
+p_mouse_switch_gpio_pu_set:
 	fetcht 1,mem_device_switch_gpio
-	call gpio_out_active
+	call gpio_out_inactive
 	fetcht 1,mem_device_switch_gpio
-	call mouse_gpio_config_input_pd
+	branch mouse_gpio_config_input_pu
+p_mouse_switch_gpio_connect_vin:
 	fetcht 1,mem_device_switch_gpio
 	call gpio_get_bit
 	nbranch mouse_check_select_24g_device,true
 	branch mouse_select_btdevice
 
+p_mouse_switch_gpio_connect_gnd:
+	call p_mouse_switch_gpio_pu_set
+	call mouse_switch_gpio_connect_gnd
+p_mouse_switch_gpio_pd_set:
+	fetcht 1,mem_device_switch_gpio
+	call gpio_out_active
+	fetcht 1,mem_device_switch_gpio
+	branch mouse_gpio_config_input_pd
 
-p_mouse_setting_sensor_type:
-	fetch 1,mem_config_sensor_type
-	beq S201X,p_mouse_seting_S201_dpi
-	branch mouse_setting_sensor_type+3
+p_mouse_le_name_modify:
+	fetch 1,mem_le_name_patch_len
+	rtn blank
+	copy pdata,rega
+	sub pdata,11,null
+	nbranch mouse_le_name_patch_len_overflow,positive
 
-p_mouse_seting_S201_dpi:
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,mouse_set_S201_dpi_1	//1600
-	beq MOUSE_DPI_LEVEL2,mouse_set_S201_dpi_2	//2400
-	beq MOUSE_DPI_LEVEL3,mouse_set_S201_dpi_3	//3200
-	beq MOUSE_DPI_LEVEL4,mouse_set_S201_dpi_4  //1000
-	rtn
+	call mouse_le_name_clear
+	call mouse_le_name_patch_len_next
+
+	copy rega,temp
+	increase 1,temp
+	storet 1,mem_le_adv_swift_pair+7
+	arg mem_le_adv_swift_pair+9,contw
+	call mouse_le_name_modify_next
+	
+	storet 1,mem_le_scan_data
+	arg mem_le_scan_data+2,contw
+	branch mouse_le_name_modify_next
 
 p_mouse_init_sensor:
 	call mouse_read_sensor_id
@@ -1746,7 +1837,90 @@
 	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
+
+p_mouse_ghost_key_check_R_BK:
+	and regb,MOUSE_R_BK_BUTTON,pdata
+	branch mouse_ghost_key_check_R_BK+1
+
+p_mouse_ghost_key_check_L_FW:
+	and regb,MOUSE_L_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_L_FW+1
+
+p_mouse_ghost_key_check_R_FW:
+	and regb,MOUSE_R_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_R_FW+1
 
 
 
@@ -2256,6 +2430,7 @@
 	nop 60
 	jam 0x20,0x8a20 
 	jam 0xfd,0x8a23 
+set_sync_on_next:
 	jam 0x12,0x8a24 
 	jam 0x10,0x8a24 
 	nop 60
@@ -2987,7 +3162,7 @@
 	set0 gpio_latch,pdata			// enable gpio normal function after load gpio configuration
 	store 1,core_lpm_isogate		
 	nbranch boot_load,wake		// wakeup from hibernate
-	call clean_smem
+	nop 1
 	storer alarm,4,mem_saved_gpio_in
 	rtn
 
@@ -9613,6 +9788,7 @@
 	nrtn user
 	call g24_setgpio_lpm_before
 	call clear_wake
+g24_short_sleep_next:
 	fetch 3,mem_24g_short_sleep_set
 	branch g24_long_seep2
 
@@ -20963,10 +21139,10 @@
 	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
-mouse_setgpio_hibernate_next:
 	call mouse_device_multi_led_all_off
 	call mouse_adc_gpio_set_before_hibernate
 	branch mouse_wheel_gpio_set_before_hibernate
@@ -21328,7 +21504,7 @@
 	arg mem_le_scan_data+2,contw
 	copy rega,loopcnt
 	call memcpy
-
+mouse_le_name_patch_len_next:
 	arg mem_le_name_patch_len,contr
 	arg mem_le_name_len,contw
 	copy rega,loopcnt
@@ -21694,6 +21870,7 @@
 	bpatch patch0f_3,mem_patch0f
 	call mouse_dpi_ghost_check
 	rtn user
+mouse_dpi_process_next:
 	fetch 1,mem_mouse_dpi
 	
 	copy pdata,temp
@@ -21805,6 +21982,7 @@
 	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
 	fetch 1,mem_mouse_dpi
 	rtnne MOUSE_DPI_LEVEL4
+mouse_dpi_reinit_set:
 	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
 	rtn
 	
@@ -22605,6 +22783,7 @@
 	call mouse_sensor_reset
 	call delay_10ms
 	arg mem_sensor_8650_init,regc
+mouse_sensor_init_end:
 	call mouse_sensor_wr_seq
 	branch mouse_setting_sensor_type
 
@@ -24307,6 +24486,7 @@
 	
 mouse_le_addr_increase_count_load:
 	fetch 2,mem_random_addr_increase_count_temp
+mouse_le_addr_increase_store:
 	store 2,mem_random_addr_increase_count
 	rtn
 
@@ -24472,9 +24652,9 @@
 	bpatch patch12_0,mem_patch12
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
-mouse_switch_gpio_connect_gnd:
 	fetcht 1,mem_device_switch_gpio
 	call mouse_gpio_config_input_pu
+mouse_switch_gpio_connect_gnd:
 	fetcht 1,mem_device_switch_gpio
 	call gpio_get_bit
 	branch mouse_check_select_24g_device,true
@@ -25033,6 +25213,7 @@
 	setarg 0
 	store 2,mem_24g_reconn_timeout	
 	call mouse_stop_discovery
+mouse_24g_pair_mode_check:
 	jam TYPE_MS,mem_24g_data_type
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
@@ -25264,6 +25445,7 @@
 	call timer_check
 	nrtn blank
 	call mouse_dpi_check_once
+mouse_g24_retransmit_event_set:
 	call mouse_dpi_key_check_long_press
 mouse_g24_retransmit_100ms_timer_init:
 	arg 12,queue
Index: output/bt_program23.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.rom	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/bt_program23.rom	(working copy)
@@ -1,56 +1,63 @@
-11000010100001000000000000101000
-11000000000000000000001010100101
-11000000000000010000000001010101
-11000000000010000000000001011110
-11000000000010001000000001100000
-11000000000010100000000101011000
-11000000000010101000000011100001
-11000000000011000000000100000001
-11000000000011001000000100001000
-11000000000011010000000001101110
-11000000000100101000001000001110
-11000000001101000000001010000001
-11000000001101001000001010101001
-11000000001101100000001001001010
-11000000001101101000000000111101
-11000000001101110000010001000010
-11000000001110011000010010010111
-11000000001110111000000000110111
-11000000001111010000010100000101
-11000000001111101000010011100001
-11000000001111111000010001110111
-11000000010000001000010011101010
-11000000010000100000001110010010
-11000000010000101000001111011110
-11000000010000110000000111101111
-11000000010000111000001110111100
-11000000010001000000001111011100
-11000000010001010000001110100110
-11000000010001100000001011100111
-11000000010001101000001101001111
-11000000010001110000010001100001
-11000000010001011000001011000000
-11000000010010000000010011010110
-11000000010010101000010010001110
-11000000010010110000010010111111
-11000000011010110000001000000111
-11000000011000101000001000101101
-11000000011010101000001010001000
-11000000011011010000000101000001
+11000010100001000000000000101101
+11000000000000000000001011101100
+11000000000000010000000001011100
+11000000000010000000000001100101
+11000000000010001000000001100111
+11000000000010100000000101101001
+11000000000010101000000100001001
+11000000000010110000000001110000
+11000000000011000000000100101001
+11000000000011001000000100110000
+11000000000011010000000001111111
+11000000000100101000001001100000
+11000000000100111000000111110100
+11000000001101000000001011100111
+11000000001101001000001011111010
+11000000001101010000001011110110
+11000000001101100000001010101011
+11000000001101101000000001000100
+11000000001101110000010010010100
+11000000001101111000010010011001
+11000000001110011000010011100110
+11000000001110100000001001010100
+11000000001110111000000000111110
+11000000001111001000010100011100
+11000000001111010000010101000110
+11000000001111111000010011000111
+11000000010000001000010100101011
+11000000010000100000001111011110
+11000000010000101000010000101001
+11000000010000110000001000101001
+11000000010000111000010000000111
+11000000010001000000010000100111
+11000000010001010000001111110001
+11000000010001011000001100010010
+11000000010001100000001100110101
+11000000010001101000001110011011
+11000000010001110000010010110001
+11000000010010000000010100001001
+11000000010010101000010011011101
+11000000010010110000010011110010
+11000000011000101000001010001001
+11000000011010101000001001001000
+11000000011010110000001001000001
+11000000011011010000000010101000
 00100000001000000010001101011010
-11000000000010100000000101111001
-11000000000011010000000101111000
-11000000000100101000000110101000
-11000000000100110000000110101101
-11000000000111001000000110111111
-11000000000111010000000111001001
-11000000001001100000000111000101
-11000000001001101000000111000011
-11000000010010000000001000110000
-11000000010010110000010010000010
-11000000010011010000000011101111
-11000000010011101000000011110110
-11000000010011111000001001010010
+11000000000010100000000110001001
+11000000000011010000000110101000
+11000000000100100000000111001101
+11000000000100101000000110110000
+11000000000100110000000110110101
+11000000000111001000000111000111
+11000000000111010000001000000011
+11000000001001100000000111111111
+11000000001001101000000111001011
+11000000010010000000001010001100
+11000000010010010000001010100000
+11000000010010110000010011010100
+11000000010011010000000100010111
+11000000010011101000000100011110
+11000000010011111000001010111000
 11000001011111111000000000000000
 00100000001000000010001101011010
 00100000010000000110111110000010
@@ -91,7 +98,7 @@
 00100000010000000010000000011000
 00100000010000000011000100001111
 00100000010000000010010010001100
-00100000001000000000000001010101
+00100000001000000000000001011100
 01110000100010010000000000000000
 00100000001000000010000101010011
 01110000100010100000111101100000
@@ -102,31 +109,43 @@
 00100000000000000000000000111100
 01110000100010100010000000100000
 01110000100010100010001111110101
-01110000100010100010010000010010
-01110000100010100010010000010000
-00100000000000000000000000111100
-01110000100010100001001001100000
-01110000100010100010001111011101
-00100000011000000000000000000000
+00100000001000000010000101101001
+01011000000000000000100101100000
+10011000010000001111111000000000
+00011111111000100010001000000000
+01101000010010001100000010011001
+00011000010000110000010000000000
+10011000010001101111110000000000
+00100000010000000111110101100010
+00011000000001111111111000000000
+00011111111011001000111000000000
+01100000111100001000100100001010
+01100111111100001000100100001001
+00100000001000000010000111011010
+00110111110110011000001000000000
+01110000100000010011110001011000
+00100000001000000010001111100010
 01110000000000011011101100000000
 01110000000000011011110000000000
 00110111110110011000001000000000
 01110000100010010100011000001101
 01110000100010010110111100010000
+01110000100010101000100001000000
 01110000100010100001001111001101
 01110000100010100000011000010000
 01110000100010101000010001001010
 01110000100010101000010101000000
 01110000100010100001011011111110
-00100000010000000000000010110101
+00100000010000000000000011100001
 00100000010000000111000011010111
+00100100010101011000000001111100
 00110111110110011000001000000000
 01110000100000010011101101011111
 00110111110110011000001000000000
 01110000100000010011110010001000
 00110111110110011000001000000000
 01101111111000001100000010011001
-11000000000010000000000010101010
+11000000000010000000000011010010
 01101111111000001100010000111000
 00011111111000011111111000000100
 01100111111100001000101000000010
@@ -137,25 +156,46 @@
 01100111111100011000101001110011
 01110000100010101000011001100000
 01110000100010101000101100111011
-00100000010000000000000010011100
+00100000010000000000000011000100
 01110000100000000100001100000000
 01110000100000000100001000000101
 01011000010101010111010001110100
 01100111111100011000100101101000
 01110000100010010110000001101110
-00100000010000000000000100010100
-00100000010000000000000100111111
-00100000010000000000000010010110
+00100000010000000000000100111100
+00100000010000000000000101100111
+00100000010000000000000010111111
 01110000010000010100100000001100
-00100000001000000110111101001110
+00100000011101011000000000000000
+01110000100010100000011101110111
+01110000100010100000100011001001
+01110000100010100000101100000001
+01101111111000001100010000001001
+01100111111100001000000011001101
+00100000000000000000101110111000
+00100000010000000000000010111000
+01110000100010100000100011000001
+01101010010000001100010000011001
+11011111001000000000000000001000
+00100000010000000110111101011000
+01101111111000001100010000011001
+01100111111000001100010000110011
+01100010010000001100010000011001
+00100000011000000000000000000000
+01110000100000001100110000000011
+01101111111100001000000100101001
+11000011000000101000000010111001
+01101000010110010000000101100100
+01100000010010010100010000001010
+01110000100000001100110000000000
+00100000011000000000000000000000
 00100000011101011000000000000000
 00110111110110011000001000000000
 01101111111000001100000100011100
 01100111111100001000000100111010
-00110111110110011000001000000000
-00100000011000000000000000000000
+00100000001000000010001111100010
 01101111111000001100000010011001
-11000000000011000000000010100010
+11000000000011000000000011001010
 01101111111000001100010000111000
 00011111111000011111111000000110
 01100111111100001000101000000010
@@ -178,7 +218,11 @@
 01100111111100011000101001110011
 01110000100010100111011000101010
 01110000100010010000001000000100
-00100000001000000000000010001001
+00100000001000000000000010011100
+01101111111000010100000101011011
+00100000011110100000000000000000
+01100111111000010000001000001111
+00100000001000000000000011110011
 00100000001101011000000011011101
 01101111111000100000001000001101
 00100000011110100000000000000000
@@ -219,10 +263,6 @@
 10011000010000011111111000000000
 01100111111100001000101000000010
 00100000011000000000000000000000
-01101111111000010100000101011011
-00100000011110100000000000000000
-01100111111000010000001000001111
-00100000001000000000000011000111
 00100000010000000110100001101111
 00100000010000000010000110111010
 00011000000000000010101000001000
@@ -239,7 +279,7 @@
 00100000001000000010000110110100
 01101111111000001100011110010011
 00100100011110100000000000000000
-00100000010000000000000011110011
+00100000010000000000000100011011
 00100000001000000110000011111100
 01101111111000001100011001010101
 11000001011111111000000000000000
@@ -247,13 +287,13 @@
 01101000010010001100011000000001
 01101111111000001100011000100001
 10011000010001100111110000000000
-00100100001000010000000011111011
+00100100001000010000000100100011
 00100000001000000011011010000001
 01101111111000100100010110001111
 01101000010010100100010111100100
 10011000010001100111110000000000
 00100000001000101011001000100010
-00100000010000000000001001110111
+00100000010000000000001011011101
 00100000001000000011011010011011
 01011000000010101010101001111110
 01100111111100011000101000001111
@@ -268,7 +308,7 @@
 11000000001000110010001000110001
 01101111111000001100000101000001
 11000000000000110010001000100001
-11000000010101010000000100010000
+11000000010101010000000100111000
 00100000001000000010001000001110
 01110000100010100001010000010111
 01101111111000011100101000001000
@@ -286,7 +326,7 @@
 01110000100010101100001000000000
 01110000100010101100001100000000
 11011000111000000000000000000110
-00100000010000000000000100110001
+00100000010000000000000101011001
 00101010001011111111111000001101
 00100000010000000010000100011101
 00101010010011111111111000001101
@@ -294,14 +334,14 @@
 11011000111000000000000000000101
 00100000010000000010000100011100
 00100000010000000010000100011110
-00100000010000000000000100110001
+00100000010000000000000101011001
 11011000101000001000101011000010
 00011010001100011111111000000000
 00100000010000000010000100010111
 00011010010100011111111000000000
 00100000010000000010000100010111
 00011000111000001000111111111111
-00100000001000010000000100100110
+00100000001000010000000101001110
 00100000001000000010000101001111
 00100000000000000000000000111100
 01011000000000000000111100000000
@@ -319,34 +359,11 @@
 00100000001000000010000100101101
 00100000011101011000000000000000
 00100000001000000010001001110010
-00100000011101011000000000000000
-01110000100010100000011101110111
-01110000100010100000100011001001
-01110000100010100000101100000001
-01101111111000001100010000001001
-01100111111100001000000011001101
-00100000000000000000101110111000
-00100000010000000000000101010001
-01110000100010100000100011000001
-01101010010000001100010000011001
-11011111001000000000000000001000
-00100000010000000110111101011000
-01101111111000001100010000011001
-01100111111000001100010000110011
-01100010010000001100010000011001
-00100000011000000000000000000000
-01110000100000001100110000000011
-01101111111100001000000100101001
-11000011000000101000000101010010
-01101000010110010000000101100100
-01100000010010010100010000001010
-01110000100000001100110000000000
-00100000011000000000000000000000
 01110000100010101000001000010001
 01110000100010101000110100010010
 01110000100010101000111000001010
 01101111111000001100000010011001
-11000000000010000000000101110001
+11000000000010000000000110000010
 01011000000000000101011101100010
 01100111111100010000100100000111
 01110000100010010000000100000011
@@ -357,7 +374,7 @@
 01110000100010101000110101000100
 01110000100010101000111000001010
 01101111111000001100000010011001
-11000000000010000000000101101110
+11000000000010000000000101111111
 01011000000000000010101110110001
 01100111111100010000100100000111
 11000110100101111000000000000000
@@ -366,34 +383,33 @@
 00100000011000000000000000000000
 01011000000000000100000110001001
 01100111111100010000100100000111
-00100000001000000000000101101010
+00100000001000000000000101111011
 01011000000000001000001100010010
 01100111111100010000100100000111
-00100000001000000000000101011111
-01101111111000001100110000000011
+00100000001000000000000101110000
+01101111111000001100110000000100
 11011010011000000000000100000000
 10011010011000001111111000000000
 00100000011000000000000000000000
-00100000001000000000000110011000
-00100000010000000000000101111011
+00100000010000000000000110001011
 00100000001000000010010101100011
-01101111111000001100110000000100
-00100000011110100000000000000000
 01101111111000001100110000000101
+00100000011110100000000000000000
+01101111111000001100110000000110
 00100100011110100000000000000000
-01101000010010001100110000000100
-01101111111000001100110000000011
+01101000010010001100110000000101
+01101111111000001100110000000100
 10011000010001100111110000000000
-00100100010000010000000101110100
+00100100010000010000000110000101
 10011000010001100111111000000000
 00011111111001100111110001100100
-00100000001000010000000110001101
-01101111111000001100110000000110
+00100000001000010000000110011101
+01101111111000001100110000000111
 00011111111001100111110000010100
-00100100010000010000000110001011
-01110000010011000000010100000001
+00100100010000010000000110011011
+01110000010011000000011000000001
 00100000011000000000000000000000
-01110000010011000000011100000001
+01110000010011000000100000000001
 00100000001000000100001100011111
 01101000010010001000000101111111
 01101111111000001000000001001100
@@ -401,27 +417,19 @@
 10011000010000101111111000000000
 00101111111011111111111000000010
 01011000000000000000000000000000
-01101000010010001100110000000110
+01101000010010001100110000000111
 01111001001000001111111000000000
 10011000010000001000010000000000
-01100000010010001100110000000110
+01100000010010001100110000000111
 00100000011000000000000000000000
 01101111111000001000000000000101
 00011111111000001111111000000001
 01100111111000001000000000000101
-00100100001101101000000110011111
-01101111111000001100110000000011
+00100100001101101000000110101111
+01101111111000001100110000000100
 00011111111000001111111000000001
-01100111111000001100110000000011
-01101111111000001000000101101000
-11000011100000011000000000000000
-01111001001000000111111000000011
-01100111111000001000000101101000
-01101111111000010100001011110101
-01100111111000010000000110010110
-01011000000000000000000000000000
-01100111111000100100001100011101
-00100000011000000000000000000000
+01100111111000001100110000000100
+00100000001000000010010110011011
 00100000010000000010100000011100
 01101010001000001000000001001101
 00011010001000001010001111111100
@@ -451,32 +459,82 @@
 00100000001000000010100011100001
 01111001001111111000000000110000
 00100000001000000010101011110110
+00100000010000000010010111000010
+11000101100101111000000111010011
+01111000001111001111110000000000
+00100000000000000000000000011110
+00100000010000000010010111000010
+00011001011010011001011000000000
+01111000010101101111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+00011001011000100011011000000000
+00110111110000011000010000000000
+00100000001101110000000111011100
+00011011010000100000010000000000
+01100000010010110000000000001111
+00100100001011000010011011111010
+01111000001010000111110000000000
+01101111111000001100000101100111
+11011000010000000100111000100000
+10011000010000001000010000000000
+01101111111000001100000101001000
+10011000010011111011011000000000
+00100000010000000110100001110111
+00100000001101110010011001110111
+00100000010000000000000111101010
+01101111111000001000000101101000
+11000011000000011010011001110111
+00100000010101011010010001110111
+00100000001000000010011001110111
+01101000010010110000000000001111
+00011011010000100111111000000000
+00100000010000000111110100010010
+00011111111000100000010000000000
+00100000010000000010011011111111
+00011011010000100101011000000000
+00011101001000100111111000000000
+10011000010000001111111000000000
+00011111111000100101001000000000
+00100000011000000000000000000000
+11000101100001001010010010001001
+01101000010010100100000010101101
+11011111111000000000011000000000
+10011000010001100111110000000000
+00100000011000010000000000000000
+00011000010000100010001000000000
+01101000010010110000000000001111
+00011101011000100111111000000000
+00100000010000000111110100010000
+00011010001000100000010000000000
+00100000001000000010010001111101
 00100000010000000010000101010010
 01110000100010010000000000000000
 01111001001111111000000000110000
 00100000001000000010101011100011
 11101111111000010000000000000110
-11000000000000100000000111001100
+11000000000000100000001000000110
 00100000001000000010100011101011
 11101111111000011000000000000110
 01100111111000011100001110010111
-11000000000001010000000111010001
-11000000000010010000000111100000
+11000000000001010000001000001011
+11000000000010010000001000011010
 00100000001000000010101110010110
 01101111111001000100011100010011
 11000011000111011010110100011001
 00100000010000000010110111000111
 01101000010010010100001110011000
 01101111111000001100001100100001
-11000010100000011000000111011011
+11000010100000011000001000010101
 01101111111000010100001110011000
 11000000000110000010111000000011
 01101000010010010100001110011000
 00100000001000000010110100011101
 01101111111000010100001100110010
 10011000010001100111110000000000
-00100100001000101000000111010111
-00100100001101000000000111010111
+00100100001000101000001000010001
+00100100001101000000001000010001
 00100000001000000010110101000110
 00011000110000100010001000000000
 01101111111000010100001100110101
@@ -496,13 +554,13 @@
 00100000010000000010101000101000
 00100100011110100000000000000000
 01101111111000001100011110001111
-11000000011111111000000111111010
+11000000011111111000001000110100
 01101111111000001100100001000011
 00011111111000010111111000000011
 11000001100000011000000000000000
-01101111111000001100110000000101
+01101111111000001100110000000110
 00100000011110100000000000000000
-01101111111000001100110000000111
+01101111111000001100110000001000
 00100100011110100000000000000000
 01101111111000001100100101010110
 00100000010110100101101001110001
@@ -515,7 +573,7 @@
 00100000010000000101101010110010
 00100100011101000000000000000000
 00100000010000000101101010111100
-00100000010000000000010011001011
+00100000010000000000010011111110
 00100000001000000101101100110111
 00011000010001100111110011111111
 00100000011000101000000000000000
@@ -524,13 +582,47 @@
 00100000001000001110111010111101
 11011001000000000000000000000011
 00100000001000000110111010111101
-01101111111000010100001111101001
-00100000010000000111110101111001
+00011000010001100111110011111111
+00100000011000101000000000000000
+00100000010000000110111011100110
+00100000001000001000001001001110
+11011001000000000000000000000011
+00100000001000000110111010111101
+01110000010010110010101000000001
+11011001000000000000000000000110
+00100000001000000110111010111101
+01011000000000000000000000010000
+01100111111100001000000101000001
+00100000001000000010001111100010
+00100000010000000000010011011001
+01110000010010110010101000000000
+01101000010010001100011001010100
+00100000010000000110111011110111
+01101000010010001100011001010100
+00100000010000000110111011010011
+00100000010000000101010100001101
+00100000010000000101010011111001
+01101000010010001100011001001010
+00100000010000000110111100001111
+01101000010010001100011001001011
+00100000001000000110111100001111
 01101111111000100100000010101101
 10011000010000001111111000000000
 01100111111000100100000010101101
-00100000010000000000001000010101
-00100000001000000010010000100101
+00100000010000000000001001110001
+00100000010000000000001001101101
+01101111111000001100000011001011
+01111001001000000111111000000100
+00100000010000000010001111100001
+00100100010101011010001111001011
+00110111110110011000001000000000
+00011011001000100111111000000000
+01100111111000110100000010110001
+00100000001000000010010000101011
+01101111111000001100101100101010
+00100000001110100000001001010001
+01011000000000000000000010000000
+00100000001000000000001001010010
 01100000000001000100000011100111
 11011000110000001000000001110000
 11011000101000000100000011001100
@@ -547,12 +639,12 @@
 11101111111000001000000000010001
 11101000010000001000000000010011
 10011000010001100111110000000000
-00100000001000101000001000101000
+00100000001000101000001010000100
 11100111111000001000000000010011
 00110111110110011000001000000000
 00011010001000001010001000000001
 00011010011000001010011000000001
-11000010000000000000001000100010
+11000010000000000000001001111110
 00011010010000100000010000000000
 00100000011000000000000000000000
 00100000010000000110101100111010
@@ -561,37 +653,47 @@
 01101111111000010100010111100000
 11011000010000000000000111111000
 10011000010000010111111000000000
-00100000001110100000001000111000
-01101111111000010100010111100000
-00011111111000001111111000000001
-01100111111000010100010111100000
-00100000011000000000000000000000
+00100000001110100000001010010001
+00100000001000000011010101100001
 00100000010000000011010101111111
 00100000010000000011011001010001
 00100100001011000011010110000110
 00100100001101111011010110000110
 00100000010000000011011001101110
 01101111111000001100010101111101
-00100000001110100000001001000111
+00100000001110100000001010110001
 01101111111000100100010111001100
 01101000010010100100010110001111
 10011000010001100111110000000000
-00100000001000101000001001000100
+00100000001000101000001010011101
 00100000001000000011010101101110
 01101111111001000100011100010011
-11000010100110000011001010010001
+11000010100110000110000001001110
 00100000001000000011010101001001
-01101111111000100100010101011111
-00100000011110100000000000000000
-00100000001000000000001000111111
+01101111111000001100010111100011
+00100000001110100011001000100010
+01101111111000010100010111100000
+00011111111000001111111000000001
+01100111111000010100010111100000
+00101111111011111111111000001001
+01101111111000001100010111100010
+11000000000000101000001010101001
+00100000001000000011010110001101
+00100000001000001011010101001001
+00100000001000000011001010011100
 00100000010000000101010000111011
-00100000010000000000001001001101
-00100000001000000101010001001100
 01011000000000000100101000101001
 01100111111000010100001100111111
 01011000000000000000000000100000
 01100111111000010100001101000001
-00100000011000000000000000000000
+00100000001000000101010001001100
+01101111111000100100010111100100
+01101000010010100100010110001111
+10011000010001100111110000000000
+00100000001000101000001010011000
+01101111111000100100010101011111
+00100000011110100000000000000000
+00100000001000000000001010011000
 01101111111000001100010000110111
 00100100011110100000000000000000
 01101111111000010100010011101001
@@ -600,15 +702,15 @@
 00100000010000000011010110110100
 01100000010010001100011000100100
 01101111111000001100011000101001
-11000101000100110000001001011100
+11000101000100110000001011000010
 01101111111000001100011000101100
 10011000010001100111110000000000
-00100100001000010000001001110110
+00100100001000010000001011011100
 01101111111000001100011000100110
 00011111111001100111110000000010
-00100100001000010000001001100100
+00100100001000010000001011001010
 01101111111000001100011000100110
-11000000000000000000001001110111
+11000000000000000000001011011101
 00100000011000000000000000000000
 01101111111000001100011000100110
 01101000010010001100011000100111
@@ -617,7 +719,7 @@
 01110000010001100010011000000000
 01101000010010001100011000100100
 01101111111000001100011000101000
-11000101000100110000001001101101
+11000101000100110000001011010011
 01101111111000001100011000101011
 10011000010001100111110000000000
 00100100011000010000000000000000
@@ -625,16 +727,16 @@
 11000000000000000011011100010101
 00011111111000001111111111111111
 01100111111000001100011000100101
-11000000000000010000001001111111
+11000000000000010000001011100101
 11000000000000001011011100001011
 00100000001000000011011100010101
 01110000010001100010011000000000
 01101111111000001100011000100101
-11000000000000011000001001111101
+11000000000000011000001011100011
 00011111111000001111111000000001
 01100111111000001100011000100101
 11000000000000001011011100001011
-11000000000000010000001001111111
+11000000000000010000001011100101
 01110000010000010100000100000101
 00100000011000000000000000000000
 01110000010000010100000100000011
@@ -643,84 +745,61 @@
 01100111111000010100010111111000
 01011000000000000110001000101011
 01100111111000010100010111111010
-01011000000000000000001010101000
-01100111111000010100001111101001
 00100000001000000101001111110011
-00011000010001100111110011111111
-00100000011000101000000000000000
-01100000010010001100101100101001
-00100000010000000110111011100110
-00100000001000001000001010001110
-00100000001000000000001010010011
-00100000010000000000001010011100
-00100000010000000000001010010111
-00100000010000000000001010100000
-01101000010010001100101100101001
-00100000001000000110111100001111
-01101000010010001100101100101001
-00100000010000000110111100001111
-00100000010000000000001010011010
-00100000001000000000001010011100
-11011001000000000000000000000110
-00100000010000000110111010111101
-00100000001000000000001000011110
-11011001000000000000000000000011
-00100000001000000000001010011000
-01011000000000000000000000010000
-01100111111100001000000101000001
-00110111110110011000001000000000
-00100000011000000000000000000000
-01011000000000000000000010000000
-01100111111100001000000101000001
+00100100001101011010000000000010
 00110111110110011000001000000000
 00110111110110011000001000000000
-00100000001000000000001010011110
 00100000100000000000000000000000
-00100000010101011110000000000100
+01110000100000001000000001110011
+00100000010101011000001011110011
 00100000001000000010000000000011
-00100000011000000000000000000000
-00100000010000000000010001011011
+00100000010000000000001001010001
+00100000010000000101100011011111
+00100000001000000110000000000100
+01101111111001000100011100010011
+00101111111011111111111000010110
+00100000010000001101111100001000
+00100000001000000101010000101100
+00100000010000000000010010101110
 01101111111001000100011100010011
 11000010100010011101110101100000
 11000010100010010101110101101110
-11000010100010100000001010101111
+11000010100010100000001100000000
 00100000011000000000000000000000
-00100000010000000000001010111010
+00100000010000000000001100001011
 00100000010000000101111001000011
 00100000010000000101110110110100
-00100000010000000000001011001110
-00100000010000000000001010110111
-00100000010000000000001010111101
-00100000010000000000001011010110
+00100000010000000000001100011101
+00100000010000000000001100001000
+00100000010000000000001100001110
+00100000010000000000001100100101
 00100000001000000101110110101010
 01101111111001000100011100010011
 11000100000101010000000000000000
-00100000010000000000010011010110
+00100000010000000000010100001001
 01101111111000001100011001100110
 01100111111000001100101000000110
 00100000011000000000000000000000
 01101111111001000100011100010011
-11000010100111110101110111010001
+00101111111011111111111000111110
+00100000010000001101110111010001
 00100000001000000101110111001100
 01101111111000010100011010001110
 11011000010000001010101001010101
 10011000010001100111110000000000
-00100000001000101000001101000011
+00100000001000101000001110010001
 01100000010010010100011010001110
 00100000010000000101110010011100
-01101111111000001100100110100001
-01100111111000001100011001100110
 00100000010000000101110010001100
 01011000000000000001000100100010
 01100111111000010100011010010101
 01101111111000001100101000000110
-01100111111000001100011001100110
-00100000011000000000000000000000
+00100000001000000101110111001010
 01101111111000001100011001100110
 00011111111001100111110000000000
-00100000001000101000001011001011
+00100000001000101000001100011011
 00011111111001100111110000000100
-00100000001000101000001011010100
+00100000001000101000001100100011
 00100000011000010000000000000000
 01110000010001100110011000000000
 00100000011000000000000000000000
@@ -730,47 +809,46 @@
 00011010010000100010011000000000
 00100000010000000101111000111101
 01101111111000010100100111100000
-00100000001110100000001011100100
+00100000001110100000001100110011
 01100111111000010100100111011110
 00011010011000001010011000000010
 01101111111000010100101000000000
 10011010011001100111110000000000
-00100100001000010000001011100100
+00100100001000010000001100110011
 00011010011000100010010000000000
-00100000001000000000001011011010
+00100000001000000000001100101001
 01101111111000010100100111011110
-01100111111000010100011010010101
-00100000011000000000000000000000
+00100000001000000101111001000001
 01101111111001000100011100010011
 11000010100010011101110010110001
 11000010100010010101110010111001
-11000010100010100000001011101100
+11000010100010100000001100111010
 00100000011000000000000000000000
-00100000010000000000001011101111
-00100000010000000000001011110100
+00100000010000000000001100111101
+00100000010000000000001101000010
 00100000001000000101110011000001
 01101111111000001100011001100110
 11000001000000000000000000000000
-11000000000000001000001100011011
-11000000000000010000001100101111
+11000000000000001000001101101001
+11000000000000010000001101111101
 00100000011000000000000000000000
 01101010010000010100100111100010
 00011010010000100010011000000000
 00100000010000000101110111000000
 01101111111000001100100110100001
-00100000001110100000001100000000
+00100000001110100000001101001110
 01100111111000001100100110100000
 00011010011000001010011000000001
 01101111111000010100100111100100
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001011110110
+00100000001000000000001101000100
 01101111111000001100100110100000
 00011111111000010111111011110000
-00100000001110100000001100001010
+00100000001110100000001101011000
 01101111111000001100011001100110
-00100000010000000000001100011000
+00100000010000000000001101100110
 01100111111000001100100110100010
 11011111001000000000000000000001
 00011010011000100010010000000000
@@ -778,7 +856,7 @@
 00100000001000000110101101000101
 01101000010010001100100110100000
 01101111111000001100011001100110
-00100000010000000000001100011000
+00100000010000000000001101100110
 10011000010001100111110000000000
 00100000011000101000000000000000
 00011111111100100111111000000000
@@ -787,9 +865,9 @@
 00011010011000100111111000000000
 01101000010010010100100111100010
 10011000010001100111110000000000
-00100000001000101000001100000110
+00100000001000101000001101010100
 00011010011000001010011111111111
-00100000001000000000001100000110
+00100000001000000000001101010100
 11000001100000000000000000000000
 00011111111000001111111000000100
 00100000011000000000000000000000
@@ -797,14 +875,14 @@
 00011010010000100010011000000000
 00100000010000000101110111110011
 01101111111000110100100110110101
-00100000001110100000001100100111
+00100000001110100000001101110101
 01100111111000110100100110101111
 00011010011000001010011000000110
 01101111111000010100100111110000
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001100011101
+00100000001000000000001101101011
 01101111111000110100100110101111
 01101000010010110100011001101110
 10011000010001100111110000000000
@@ -817,14 +895,14 @@
 00011010010000100010011000000000
 00100000010000000101111000010111
 01101111111000110100100111001101
-00100000001110100000001100111011
+00100000001110100000001110001001
 01100111111000110100100111000111
 00011010011000001010011000000110
 01101111111000010100100111111000
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001100110001
+00100000001000000000001101111111
 01101111111000110100100111000111
 01101000010010110100011001111011
 10011000010001100111110000000000
@@ -833,21 +911,19 @@
 11011010001000000100011001111011
 00011010011000100010010000000000
 00100000001000000110101101000101
-00100000010000000000001101111100
-00100000010000000000001110010100
-00100000010000000000001101000111
+00100000010000000000001111001000
+00100000010000000000001111100000
+00100000010000000000001110010101
 00100000001000000101110010010000
 01101111111001000100011100010011
 11000100000001111000000000000000
 01101111111000001100011010010000
 11000000000000000101110010010100
-11000000000000110000001101001101
-00100000011000000000000000000000
-01110000010001101001000000000000
+11000000000000110101011101000010
 00100000011000000000000000000000
 01101111111001000100011100010011
 11000010100010011101110010110101
-11000010100010100000001101010011
+11000010100010100000001110011111
 00100000011000000000000000000000
 01101111111001000100011100010011
 11000100000001111000000000000000
@@ -855,19 +931,19 @@
 00011010010000100010011000000000
 00100000010000000101111001010001
 01101111111000001100100111010100
-00100000001110100000001101100001
+00100000001110100000001110101101
 01100111111000001100100111010011
 00011010011000001010011000000001
 01101111111000010100100111111100
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001101010111
+00100000001000000000001110100011
 01101111111000001100100111010011
 00011111111000010111111011110000
-00100000001110100000001101101011
+00100000001110100000001110110111
 01101111111000001100011010010000
-00100000010000000000001101111001
+00100000010000000000001111000101
 01100111111000001100100111010101
 11011111001000000000000000000001
 00011010011000100010010000000000
@@ -875,7 +951,7 @@
 00100000001000000110101101000101
 01101000010010001100100111010011
 01101111111000001100011010010000
-00100000010000000000001101111001
+00100000010000000000001111000101
 10011000010001100111110000000000
 00100000011000101000000000000000
 00011111111100100111111000000000
@@ -884,18 +960,18 @@
 00011010011000100111111000000000
 01101000010010010100100111111010
 10011000010001100111110000000000
-00100000001000101000001101100111
+00100000001000101000001110110011
 00011010011000001010011111111111
-00100000001000000000001101100111
+00100000001000000000001110110011
 11000001100000000000000000000000
 00011111111000001111111000000110
 00100000011000000000000000000000
 01101111111001000100011100010011
-11000010100111110000001110000011
+11000010100111110000001111001111
 01101111111000001100011001100110
 11000001000000000000000000000000
-11000000000000001000001110000011
-11000000000000010000001110001010
+11000000000000001000001111001111
+11000000000000010000001111010110
 00100000011000000000000000000000
 01101111111000110100011001101110
 01101000010010110100011011100110
@@ -904,23 +980,23 @@
 01101111111000110100001011011011
 01100111111000110100011001101110
 00100000011000000000000000000000
-01101111111000110100011001101110
+01101111111000110100011001111011
 01101000010010110100011011100110
 10011000010001100111110000000000
 00100100011000101000000000000000
 01101111111000110100001011011011
 00011111111000001111111100000000
-01100111111000110100011001101110
+01100111111000110100011001111011
 00100000011000000000000000000000
-00100000010000000000001110010100
+00100000010000000000001111100000
 00100000001000000101101010011100
 01101111111001000100011100010011
 11000011000010100101110001101111
-11000010100111110000001110011100
+11000010100111110000001111101000
 01101111111000001100011001100110
 11000001000000000000000000000000
-11000000000000001000001110011100
-11000000000000010000001110100001
+11000000000000001000001111101000
+11000000000000010000001111101101
 00100000011000000000000000000000
 01101111111000110100011001101000
 01100111111000110100000100010110
@@ -930,19 +1006,18 @@
 01101111111000110100011001110101
 01100111111000110100000100010110
 01101111111000110100011001111011
-01100111111000110100001011011011
-00100000011000000000000000000000
+00100000001000000000001111101011
 01101111111001000100011100010011
 11000100000000010000000000000000
 11000011000010100101110001000011
 11011000111000000000000000000010
 00100000010000000101111100000100
 00100000010000000101110001001010
-00100000010000000000001110101110
+00100000010000000000001111111001
 00100000001000000101110010100011
 01101111111000001100011001100110
-11000000000000001000001110110010
-11000000000000010000001110110111
+11000000000000001000001111111101
+11000000000000010000010000000010
 00100000011000000000000000000000
 01101111111000110000000101111000
 01100111111000110100011001101000
@@ -954,7 +1029,7 @@
 01101111111000110100001011011011
 01100111111000110100011001111011
 00100000011000000000000000000000
-00100000010000000000001111010010
+00100000010000000000010000011101
 00100000010000000110000101001101
 00100000010000000101010100111101
 00100000010000000110000100010000
@@ -972,7 +1047,7 @@
 00100000010000000101101111101110
 00100000010000000101101111100100
 00100000010000000101101111111011
-00100000010000000000001111010101
+00100000010000000000010000100000
 00100000010000000101011010110110
 00100000010000000101110000001110
 00100000001000000101110000000101
@@ -980,7 +1055,7 @@
 11011010010000000101101011101111
 00100000001000000100001011100000
 11011010011000000100011101111110
-11011010010000000000001111011000
+11011010010000000000010000100011
 00100000001000000100001011100000
 01101111111000001100100101101011
 01100111111000001100000011000000
@@ -989,25 +1064,25 @@
 00100000010000000101100111101101
 00100000001000000101110000011011
 00011010011000100111111000000000
-11000000001000000000001111110011
-11000000000010101000001111111000
-11000000000110010000001111101010
-11000000000111100000010000010110
-11000000000111001000010000100111
-11000000000111010000010000101010
-11000000000010100000001111100111
+11000000001000000000010000111110
+11000000000010101000010001000011
+11000000000110010000010000110101
+11000000000111100000010001100000
+11000000000111001000010001110000
+11000000000111010000010001110101
+11000000000010100000010000110010
 00100000001000000101101011000011
 01011000000000000000000000000000
-01100111111000100100110000000100
+01100111111000100100110000000101
 00100000001000000101101011010000
 01101111111000001100011110010101
-11000000000000001000001111101110
+11000000000000001000010000111001
 01110000010010000100010000010100
-00100000001000000000001111110000
+00100000001000000000010000111011
 00100000010000000101101011101111
 01110000010010000100010000000101
-01101111111000001100110000000011
-01100111111000001100110000000100
+01101111111000001100110000000100
+01100111111000001100110000000101
 00100000001000000101101011110110
 01101111111000001100101000000100
 00100100011110100000000000000000
@@ -1022,17 +1097,16 @@
 01110000010001111001010000000000
 11011000010000000000000000000110
 01101111111001000100011100010011
-11000010100011011000010000000010
+11000010100011011000010001001101
 11011000010000000000000000000111
 01100000010010010100001011010011
 01100000010010010100001011010101
 01110000010001111100001000000000
 01110000010010010101011000000000
 00100000010000000010100111001011
-00100000001000000000010000001000
 00100000010000000101101101111011
 01101111111000010100001111101111
-11000010100000111000010000001101
+11000010100000111000010001010111
 11000010100000000100001011111100
 00100000001000000101110000011010
 01101111111000010100001111101111
@@ -1041,7 +1115,7 @@
 00011111111000010111111000000011
 00100000010000000101101100100001
 11000000100000011101010010101001
-01101111111000001100110000000111
+01101111111000001100110000001000
 00100100001110100101010010101001
 00100000001000000101010011001101
 01101111111000100100010110001111
@@ -1058,94 +1132,102 @@
 01101000010010100100010111100100
 10011000010001100111110000000000
 00100000011000101000000000000000
-00100000010000000110000000010110
-00100000010000000000010001011110
+00100000010000000000010001110010
 00100000001000000110000001000010
-00100000010000000110000000010110
-00100000010000000000010001011110
+00100000010000000000010001110010
 00100000001000000110000010000100
-00100000010000000110000000010110
-00100000010000000000010001011110
+01101111111000001100101000000111
+01100111111000001100000101000001
+00100000001000000110000000010110
+00100000010000000000010001110010
 01101111111000001100100001111010
 11000001000000001000000000000000
 01101111111000001100011000000000
 00100100001110100101111111110010
 01101111111000001100010111100010
-11000000000000100000010000110101
-11000000000000001110000001011111
-11000000000000011000010000111100
+11000000000000101000010010000111
+11000000000000001000010001111111
+11000000000000011000010010001110
 00100000001000000110000001010101
 01101111111001000100011100010011
+11000010100111110000010010000011
+11000010100110000000010010000011
+00100000001000000110000001100010
+01101111111000010100010111010110
+01100111111000010100010111011110
+01110000010001011110001000000101
+00100000001000000011010100110100
+01101111111001000100011100010011
 11000011000111110110000001011001
 01101111111000001100011100011011
 11000000000000001110000001011001
 00100000010000000110000000011000
 01110000010001100110011000000001
-00100000001000000101010010100000
+00100000001000000101010010010001
 01101111111001000100011100010011
 11000011000111110110000001011001
 11000010100010011110000001011001
 11000010100010100110000001011001
 11000010100010010110000001011001
-00100000001000000110000000110100
+00100000001000000000010010000011
 01101111111001000100011100010011
-11000010100111110000010001000111
+11000010100111110000010010011011
 01101111111000001100011001100110
-11000000000000000000010001001110
+11000000000000000000010010100110
 00100000001000000101010010010001
+00100000010000000110000110011111
+00100000001000000101010010110110
 00100000010000000101010010101100
-00100000001101000000010001001010
-00100000001000000110000000101111
+00100000001101000000010010100010
+01110000010001100110011000000000
+01101111111000010100011100100001
+01100111111000010100010111011110
+01110000010001011110001000000001
+00100000001000000011010100110100
 01101111111000001100011001100110
 11000000000000000110000001100111
 00100000010000000101101010101000
-00100000001000000000010000111001
+00100000001000000000010010001011
 01101111111001000100011100010011
 11000011000010001110000000101010
 00100000010000000110000110010101
 00100000010000000101010010101100
 00100000001101000110000001100111
 01101111111001000100011100010011
-11000010100110000000010001010110
+11000010100110000000010010011101
 00100000001000000110000000100011
-01110000010001100110011000000000
-01101111111000010100011100100001
-01100111111000010100010111011110
-01110000010001011110001000000001
-00100000001000000011010100110100
 01101111111000001100000101000001
 01100111111000001100101000000111
 00100000011000000000000000000000
-01101111111000001100101000000111
-01100111111000001100000101000001
-00100000011000000000000000000000
 00100000010000000110001000001110
 00100000010000000111100010101010
-00100000010000000000010001100101
+00100000010000000000010010110101
 00100000001000000101111001100001
 01101111111000001100011001001001
 11000001011111111000000000000000
 11011010001000000000000000000000
 01110000010010010111011100000101
 01101000010010001100011001001001
-00100000010000000000010001101100
+00100000010000000000010010111100
 00100000001000000101011011000001
 01101111111001000100011100010011
 11000010100101011101011011011110
 01101111111000001100100101110100
 00011111111000100010011000000000
 01101111111000001100011001010100
-11000000011111111000010001110011
+11000000011111111000010011000011
 00100000001000000101011011001110
 01101111111000001100011001001001
 00100000010000000101100101000110
 01101000010010001100011001001001
-00100000001000000000010001110111
+00100000001000000000010011000111
 00011010011000100111111000000000
 01100111111000001100100101111000
 00011111111000111111111000000000
 00011111111000100010010000000000
 00011000010000100010011000000000
+00100000010000000110111011110111
+00011010011000100000010000000000
 00100000010000000101010110110001
 00011010011000100000010000000000
 00100000010000000110111011100110
@@ -1155,13 +1237,10 @@
 00100000010000000011011010110100
 00100100011101000000000000000000
 00100000010000000011011010111110
-00100000010000000000010010001000
-01101111111000011100011000001000
-00100000001000000011011000100010
+00100000010000000000010011011001
+00100000001000000011011000011011
 01011000000000000000000000000000
-01111001001000000111111000010101
 01100111111001000000000000010110
-01011000000000000000000000000000
 01100111111000100000000000011110
 00100000011000000000000000000000
 01110000010001100000000000000000
@@ -1174,12 +1253,8 @@
 00100000010000000101100111101101
 00100000001000000110001000101011
 00100000010000000101101010010010
-00100000010000000000010010001000
+00100000010000000000010011011001
 00100000010000000101011010101001
-01101000010010001100011001010100
-00100000010000000110111011110111
-01101000010010001100011001010100
-00100000010000000110111011010011
 01101111111000001100011001001101
 00100000010000000101100101000011
 01101000010010001100011001011010
@@ -1187,43 +1262,19 @@
 11011000010000000000000000010101
 00100000010000000101010110110101
 00100000010000000110000100011010
-00100000010000000101010100001100
-00100000010000000101010011111001
-01101000010010001100011001001010
-00100000010000000110111100001111
-01101000010010001100011001001011
-00100000010000000110111100001111
-01101000010010001100011001011011
-00100000010000000101010110110101
-00100000010000000000010010101111
-00100000001000000101010011100101
-01101111111000011100011100111100
-01100111111000011000011001110000
-11011111001000000000000000011000
-11011000010000000000000000000000
-01101111111000011000011001110000
-00101111111011111111111000000000
-00100000010000001000010010111100
-01101111111000011000011001110000
-00011111111000110111111000000000
-01100111111000011000011001110000
-00011000010000001000010000000001
-11000010000000000000010010110011
-00100000011000000000000000000000
-00011000010001100111110011111111
-00100000011000101000000000000000
-00100000001000000110111100001011
+00100000010000000000001001010100
+00100000001000000101010011100010
 11000110100100110000000000000000
 00100000010000000101011000000001
 00100100011101000000000000000000
 01101111111000001100011101111100
 01110000010001110111110000000000
-00100100010110100000010011010100
+00100100010110100000010100000111
 01101111111001000100011100010011
-11000011000010110000010011001001
+11000011000010110000010011111100
 01101111111000001100100101101100
 00100100001110100110000010110110
-00100000010000000000010011001011
+00100000010000000000010011111110
 00100000001000000110000010100010
 01101111111000001100011001011001
 11000001111111111000000000000000
@@ -1234,36 +1285,50 @@
 01011000000000000000000000000000
 01100111111000100100100001000111
 00100000001000000101101001110011
-00100000010000000000010010001000
-00100000001000000000001000011110
+00100000010000000000010011011001
+00100000001000000000001001111010
 01101111111001000100011100010011
 11000100000101010000000000000000
-11000011000111111101111010111001
+11000011000111111000010100010110
+00100000010000000000010100011000
+00100000010000000000010100010010
 01101000010010001100011001011010
-00100000010000000110111011110111
+00100000010000000110111011110011
 01101000010010001100011001011010
-00100000010000000101010110110001
+00100000001000000101010110110101
 01101000010010001100011001011010
 00100000010000000110111011100110
 00100100001000001101111011000010
 00100000001000000101111010111110
-01101111111000001100100101010111
-11000000000001100000010011100100
-00100000001000000101011101001010
-01101111111000001100011010010000
-11000000000000000101011101110010
-11000000000000001101011101110101
-11000000000000010101011101111000
-11000000000000011101011101111011
-00100000011000000000000000000000
+00100000010000000000010100001110
+00100000010000000101111010111011
+01101000010010001100011001011010
+00100000010000000110111011110111
+01101000010010001100011001011010
+00100000001000000101010110110001
+01101111111000001100100110001100
+00100000011110100000000000000000
+00011111111000100010001000000000
+00011111111001100111110000001011
+00100100001000010101010111011101
+00100000010000000101010111010110
+00100000010000000101010111101110
+00011010001000100000010000000000
+00011000010000001000010000000001
+01100000010010001100011110100111
+11011000101000000100011110101001
+00100000010000000101010111010011
+01100000010010001100001101101001
+11011000101000000100001101101011
+00100000001000000101010111010011
 00100000010000000101100101011000
 11000000000110000101100101011111
 11000000000110001101100111000110
-11000000001011000000010011101111
+11000000001011000000010100110000
 00100000001000000101100101010010
 00100000010000000101100111100111
 01101111111000001100100001011010
-11000000001011001000010011110011
+11000000001011001000010100110100
 00100000001000000101100101011111
 01110000010010010101011100001011
 11011010011000000100101000001011
@@ -1271,11 +1336,11 @@
 01101111111000001100010000100000
 11000001100000000000000000000000
 01101111111000001100100101010111
-11000000000001011000010011111011
+11000000000001011000010100111100
 00100000001000000101100111111000
 00100000010000000101101001101101
 01101111111000001100011001011001
-11000000011111111000010100000001
+11000000011111111000010101000010
 01101000010010001100011001011001
 00100000010000000110111011100110
 00100100011000001000000000000000
@@ -1286,131 +1351,66 @@
 01111000010101000111110000000000
 01011000000000000000000000000000
 01100111111000110100100001000111
-00100000010000000000010011110110
-00100000001000000101011000000110
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
+00100000010000000000010100110111
+01011000000000000000000010001001
+00100000010000000110100111100100
+00100000010000000101011101000111
+00100000010000000101011000010010
+00100000010000000101011000010111
+00100000010000000000010101010001
+00100000001000000101011000001100
+00100000010000000101100001001100
+01101111111000001100100110000111
+00100100001110100101100001100000
+01101111111000001100100110000010
+00100100001110100101100001011111
+00100000010000000101100010001000
+00100000010000000000010101011001
+00100000001000000101011110101101
+01110000010010010111100100000000
+01110000010010010111101000000000
+01110000010010010111101100000000
+00011111111000100010010000000000
+01101000010010001100011001000100
+01101111111000001100011001000111
+10011000010001100111110000000000
+00100000001000101000010101101011
+01101111111000001100011001001000
+10011000010001100111110000000000
+00100000001000101000010101110001
+01101000010010001100011001000101
+01101111111000001100011001000111
+10011000010001100111110000000000
+00100000001000101000010101111010
+00100000010000000101011111111011
+00100000010000000000010101111111
+00100000001000000101011111100101
+01101000010010001100011001000101
+01101111111000001100011001001000
+10011000010001100111110000000000
+00100000001000101101011111010110
+00100000010000000101011111101111
+00100000001000000000010101111011
+01101000010010001100011001000101
+01101111111000001100011001000111
+10011000010001100111110000000000
+00100000001000101000010101110111
+00100000010000000000010110000001
+00100000001000000000010101101001
+00100000010000000000010110000001
+00100000010000000000010101111101
+00100000001000000101011111100101
+00100000010000000000010101111101
+00100000010000000000010110000011
+00100000001000000101011111100101
+00011010010000010111111000010010
+00100000001000000101011111110011
+00011010010000010111111000001010
+00100000001000000101011111110110
+00011010010000010111111000010001
+00100000001000000101011111111001
+00011010010000010111111000010010
+00100000001000000101011111111111
                                 
                                 
                                 
@@ -9111,7 +9111,7 @@
 01111001001111111111111000000101
 01100111111100001000000100110010
 00100100001101011010001110011101
-00100000010000000111110101110100
+00100000000000000000000000000001
 01100110000000100000011010011101
 00100000011000000000000000000000
 00100000010000000010001110100000
Index: output/eeprom.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/eeprom.dat	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/eeprom.dat	(working copy)
@@ -1,6964 +1,6964 @@
 00
 02
+8f
+ab
+f1
+00
+3c
+ae
+c6
+03
+78
+5c
+8d
+07
+e0
+71
+35
+1e
 aa
 55
-2a
-14
-c2
-84
-00
-28
-c0
-00
-02
-a5
-c0
-01
-00
+20
+16
+4e
+06
+a3
+16
+a2
+a1
+1a
+49
+23
+16
+29
+ea
+50
+e2
+3b
+d1
+04
+50
+c7
+1b
+27
+04
+c7
+39
+53
+b3
+ab
+e7
+ae
+4a
+7a
+e0
+5f
+16
+cf
+5b
+41
+0b
+59
+bb
+32
+eb
+3c
+51
+42
+ec
+fb
+71
+21
+34
 55
-c0
-08
-00
+f1
+54
+74
+8e
+c2
+9e
+af
+86
 5e
-c0
-08
-80
-60
-c0
-0a
-01
-58
-c0
-0a
-80
-e1
-c0
-0c
-01
-01
-c0
-0c
+6f
+e2
+3b
+d4
+04
+57
+2d
+d4
+35
+5b
+57
+3f
+fb
+f0
+f4
+79
+61
+69
+7a
+85
+9a
+29
+e3
+b6
+f7
+db
+c4
+f7
+ca
+97
+ef
+fb
+f6
 81
-08
-c0
+ff
+7c
 0d
-00
+c6
+8e
+9e
+50
+fe
+9b
+7d
+6f
+32
+dc
+27
+f3
+0f
+1d
+bc
+2b
+56
+56
+8c
+9d
+8f
+55
+db
+6a
+dc
+48
+31
+8b
+0f
+8c
+d1
+9b
+d4
+1e
+c5
+79
+d3
+97
+19
+28
+22
 6e
-c0
-12
-82
-0e
-c0
-34
-02
-81
-c0
-34
-82
-a9
-c0
-36
-02
-4a
-c0
-36
-80
-3d
-c0
-37
+b9
+bc
+cc
+e4
+7d
+41
+18
+9e
 04
-42
-c0
-39
-84
-97
-c0
-3b
-80
-37
-c0
-3d
-05
-05
-c0
-3e
-84
-e1
-c0
-3f
-84
-77
-c0
-40
-84
-ea
-c0
+ad
 42
 03
-92
-c0
-42
-83
-de
-c0
-43
-01
-ef
-c0
+23
 43
-83
-bc
-c0
-44
-03
-dc
-c0
-45
-03
-a6
-c0
-46
-02
-e7
-c0
-46
-83
-4f
-c0
-47
-04
-61
-c0
-45
+38
+4e
+9d
+59
+80
+7c
+b6
+c6
+3a
+78
+94
+b9
 82
-c0
-c0
-48
-04
-d6
-c0
-4a
-84
+54
+6c
+87
+b6
+49
+02
+5d
+35
+3c
+b6
+bf
 8e
-c0
-4b
+ca
+2f
+37
+91
+b1
+7f
+9f
+e6
+0d
+7c
 04
-bf
-c0
-6b
-02
-07
-c0
-62
-82
-2d
-c0
-6a
-82
-88
-c0
-6d
-01
+a2
+4d
+06
+f3
+6e
+37
+73
+d9
+cd
+e3
+66
+99
 41
-20
-20
-23
-5a
-c0
-0a
-01
+93
+a1
+3d
+f3
+fc
+3d
+c6
+d6
+21
+60
+2f
+e2
+26
 79
-c0
-0d
-01
-78
-c0
-12
-81
-a8
-c0
-13
-01
+54
+3f
 ad
-c0
-1c
-81
-bf
-c0
-1d
-01
-c9
-c0
-26
-01
-c5
-c0
-26
-81
+90
+7b
+f5
+a9
+06
+0f
 c3
-c0
+4b
 48
+ad
+2a
+44
+a3
+85
+5f
+89
+7a
+de
+78
+2d
+98
+be
+f0
+41
 02
-30
-c0
-4b
-04
-82
-c0
-4d
-00
-ef
-c0
-4e
+59
+9d
+ab
+6e
+2e
+be
+ec
+97
+47
+fa
+e0
+12
+8c
+38
+9e
+b0
+27
+1b
+2a
+ca
+78
+2f
+22
+32
+40
+d6
+dc
+da
+89
+35
+a3
+c2
+df
 80
-f6
+46
+ed
+5d
+bd
+6b
+ce
+99
+ff
+81
+af
+9a
+a1
+4a
+63
+e5
+8d
+ad
 c0
+ad
+ec
+ba
+af
+4b
+3d
+e6
+2b
+87
+30
+7a
+05
+fe
+1c
+9e
+4c
+16
 4f
-82
-52
-c1
-7f
-80
-00
-20
-20
-23
-5a
-20
+a2
 40
-6f
-82
-20
-40
-6f
-b0
-1f
-e6
-fc
-0a
-20
-40
-7d
-5f
-67
-e1
-46
-33
-20
-20
-55
-53
-6f
-e0
-c6
-4f
-67
-e0
-c9
-58
-6f
-e0
-c6
-4e
-c1
-7f
+0d
+e9
+f6
+8d
+3d
+72
+15
+84
+82
+21
+14
+b9
+2f
 80
-00
-20
-40
-23
-c3
-6f
-e0
+bb
+9f
+36
+54
+27
 c6
-4e
-d8
-40
-00
-3e
-20
-40
-6f
-21
+96
+4d
+1e
+f8
 6f
-e0
-c6
+52
+3c
+83
+63
+2a
+9f
+94
+e1
+8e
+54
+1c
+cd
+98
+f7
+a6
+1d
+75
+f4
+bb
+c5
+92
+06
+1d
 5b
+ff
+93
+3a
+88
+e6
+52
+98
+bd
+ae
+11
+7c
+68
+4b
+e0
+82
+89
+27
+2e
+d1
+c8
+b8
+08
+6e
+e2
+9c
+ea
+56
+10
+27
+95
+43
+f3
+56
+43
+9e
+cf
+65
+3a
+f8
+27
+65
+a3
+02
+25
+6e
+ad
+2b
+e7
+bc
+57
+a1
+41
+e8
+c3
+7c
+0f
+92
+36
+07
+b3
+02
+74
+87
+36
+37
+58
+f8
+8a
+d3
+39
+c5
+e9
+1b
+3a
+3f
+85
+a3
+36
+fa
+88
+da
 d8
-40
-00
-3e
-20
-40
+60
+96
+a5
+5c
+53
+7a
+30
+7b
+95
 6f
-21
-68
-48
-c6
-4d
-20
-40
 55
-b5
+9e
+e0
+41
 68
-48
-c6
-4d
-20
-40
-6e
-e6
-20
-40
-d4
-73
-20
-40
+3e
+cb
+f6
 55
-b1
+9c
 68
-48
-c6
-4d
-20
-40
-6e
 dd
-20
-40
-23
-c7
-68
-48
-c6
-4e
-20
-40
-6f
-0f
-68
-48
+ed
+49
+91
+a6
+31
+e8
+f7
 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
-0f
-20
-40
-24
-8c
-20
-20
-00
-55
-70
-89
-00
-00
-20
-20
-21
-53
-70
-8a
-0f
-60
+1e
+04
+b6
 70
-8a
+d8
+0d
+fe
+98
+e2
+ab
+7e
+98
+0d
+58
+e3
 10
+8c
+2a
 aa
-70
-8a
-12
-7a
-70
-8a
-25
-00
-70
-8a
-26
-00
-20
-00
-00
-3c
-70
-8a
-20
-20
-70
-8a
-23
-f5
-70
-8a
-24
-12
-70
-8a
-24
-10
-20
-00
-00
-3c
-70
-8a
-12
-60
-70
-8a
-23
-dd
-20
-60
-00
-00
-70
-01
+08
+2b
+a2
+22
+73
+86
+92
 bb
-00
-70
-01
-bc
-00
-37
-d9
-82
-00
-70
-89
-46
-0d
-70
-89
-6f
-10
-70
-8a
-13
-cd
-70
-8a
-06
-10
-70
-8a
-84
+36
+30
+97
+a4
+45
+d1
+1a
+2b
+ca
+a8
 4a
-70
-8a
-85
-40
-70
-8a
-16
-fe
-20
-40
-00
-b5
+4e
+a4
+cb
+75
+28
+92
+56
+e9
+83
+5d
+af
+c6
+c6
+3a
+af
+b6
+66
+8b
+f2
+a2
+a8
+4e
+cd
+fb
+8c
+46
+d1
+f6
+e6
+c0
+71
+ce
+48
+8c
+15
+c4
+31
+f9
+8b
+08
+fc
+a3
+d1
+77
+ee
+d8
+12
+3d
+a4
+8e
 20
-40
-70
-d7
-37
-d9
-82
-00
-70
-81
-3b
-5f
-37
+ac
+16
 d9
-82
-00
-70
-81
+c7
+cb
+cb
+62
+2a
+e6
+e2
+9a
+25
 3c
-88
-37
-d9
-82
-00
-6f
-e0
+4d
+61
+48
 c0
 99
-c0
-08
-00
-aa
-6f
-e0
-c4
-38
-1f
-e1
-fe
-04
-67
-f0
-8a
-02
-70
-89
-0f
-01
-70
-8a
-80
-24
-70
-8a
-81
-62
-58
+8c
 e6
-12
-12
-67
-f1
-8a
-73
-70
-8a
-86
-60
-70
-8a
-8b
+e7
 3b
-20
-40
-00
-9c
-70
-80
-43
-00
-70
-80
-42
-05
-58
-55
-74
-74
-67
-f1
-89
-68
-70
-89
-60
-6e
-20
-40
-01
+e1
+3e
+8e
+07
+62
 14
-20
-40
-01
-3f
-20
+f8
+11
+38
+e1
+e2
+db
+a9
+31
+a1
+d8
+fb
+88
+6c
+bb
+1d
+dc
+2e
+03
+a8
+33
 40
-00
-96
-70
-41
-48
+a1
+bd
 0c
-20
-20
-6f
-4e
-20
-75
-80
-00
-37
-d9
-82
-00
-6f
-e0
-c1
-1c
-67
-f0
-81
-3a
-37
-d9
-82
-00
-20
-60
-00
-00
-6f
-e0
-c0
-99
-c0
+13
+d8
+de
+7b
+21
+e8
+eb
+15
+35
+c8
 0c
-00
-a2
-6f
-e0
-c4
-38
-1f
+f5
+57
+6c
+de
+43
+b2
+9f
+04
+3a
+a4
+03
+4a
+4e
+97
+30
+f8
+df
+23
+ce
+7a
+04
+6b
+61
+ca
+f1
+44
+63
+d1
 e1
-fe
-06
-67
-f0
-8a
-02
-70
-8a
-05
-e0
-70
-8a
-00
+c1
+23
 d8
-20
-00
-00
-3c
-70
-8a
-01
-a0
-70
-8a
-00
-df
-70
-8a
-01
-fa
-20
-00
-00
-14
-70
-8a
-00
-9f
-20
+ba
+f3
+1b
+22
+9d
+f3
+ad
+57
+77
+f7
+1f
+c8
+f9
 60
-00
-00
-6f
+4d
+2d
+d5
+64
+5f
+0e
+57
 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
+cc
+90
+b9
+d1
+a5
+6d
+59
+6d
+b2
+e6
+07
+7d
+92
+49
+fb
+f4
 09
-67
-f1
-8a
-73
-70
-8a
 76
+1a
+c3
+88
+dc
+12
+cf
+df
 2a
-70
-89
-02
-04
-20
-20
-00
-89
-20
-35
-80
-dd
-6f
-e2
-02
-0d
-20
-7a
-00
-00
-37
-d9
-82
-00
-6f
-f0
-81
-36
-1f
-e1
-7e
-f0
-68
-48
-82
-0d
-98
-41
-fe
-00
-1f
-e0
-ff
-fd
-67
-f0
-81
-36
-37
-d9
-82
-00
-6f
-f0
-81
-38
-1f
-e1
-7e
-07
-68
-48
-82
-0e
+78
+b0
+a7
+0b
+ae
+26
+9b
+75
+b7
+87
+2f
+2c
+17
+cc
 18
-49
-84
-00
-98
-41
-fe
-00
-67
-f0
-81
-38
-37
 d9
-82
-00
-6f
-f0
-8a
-cb
-1f
-e1
-7e
-f0
-68
-48
-82
+13
+89
+af
+5d
+91
 0f
-60
-48
-c1
-5b
-98
-41
-fe
-00
-67
-f0
-8a
-cb
-6f
-e0
-82
-10
-67
-e0
-c1
-5c
-2f
-ef
-fe
-03
+a6
+71
+36
+3d
+f4
+c8
+25
+96
+6e
 6f
-f0
-8a
-06
-79
-20
-fe
+d7
+0c
+ad
+9b
+50
+17
+f3
+a5
+1b
+4b
+24
+f9
+0f
 07
-67
-f0
-8a
-06
+5c
+4c
+d6
+60
+5e
+db
+7d
+97
+46
+e8
+f5
+77
+9d
+c3
+74
+86
+92
+d3
+6d
+e3
 6f
-e0
-82
-10
-1f
-e1
-04
-07
-18
-52
-04
+ad
+50
+4d
+38
+fa
+16
+25
+69
+21
 00
-18
-43
+b5
+32
+6d
+ec
+1d
+1a
+27
+74
+2d
 84
-00
-60
-48
-c4
-38
-6f
-f0
-8a
-02
-1f
-e1
-7e
-1f
-98
-41
-fe
-00
-67
-f0
-8a
-02
-20
-60
-00
-00
-6f
-e1
-41
-5b
-20
-7a
-00
-00
-67
-e1
-02
-0f
-20
-20
-00
-c7
-20
-40
-68
-6f
-20
-40
-21
-ba
-18
-00
-2a
+15
+39
+62
+61
+cd
 08
-18
-00
-2a
-00
-58
-0a
-aa
-da
-67
-f1
-8a
-0f
-70
-8a
-25
-40
-70
-8a
-26
-10
-20
-00
-00
+ea
+51
+72
+de
 3c
-70
-8a
+dd
+32
+47
+78
+8f
+94
+ec
+36
+e4
+1b
+20
+89
+aa
+56
+8e
+a3
+cf
+ec
+f2
 01
-fb
-70
-8a
-25
+4a
+97
+82
+d6
+17
+b4
+06
+fd
+37
 ff
-70
-8a
-26
-30
-70
+d8
+4b
+58
+3e
+1d
+c9
+57
+4e
+f6
+6c
+60
 8a
-16
-fe
-20
-20
-21
 b4
-6f
-e0
-c7
-93
-24
-7a
-00
-00
-20
-40
 00
-f3
-20
-20
+87
+02
+66
+21
+cd
+fa
+45
+06
+c4
+6c
+cc
+70
+db
+01
+c0
+94
+15
+b7
+f9
+b8
+1a
+a4
+09
+85
+9c
+05
 60
-fc
-6f
-e0
-c6
-55
-c1
-7f
-80
-00
-20
-20
-5e
+94
 78
-68
-48
-c6
-01
-6f
-e0
-c6
-21
+85
+75
+8d
+9a
 98
-46
-7c
-00
-24
+a3
+29
+e9
+f4
+f2
 21
-00
-fb
-20
-20
-36
-81
+1b
+43
+70
+05
+e0
+46
+2f
 6f
-e2
-45
-8f
+d3
+07
+97
+f4
+ec
+a3
+11
+ae
+0a
+21
+90
 68
-4a
-45
+5b
+da
+c7
+c8
+03
+f7
+12
+8b
+2f
+75
+82
+c2
+d3
+35
+5c
+75
 e4
-98
-46
-7c
-00
-20
-22
-b2
-22
-20
-40
-02
-77
-20
-20
-36
-9b
-58
-0a
-aa
-7e
-67
-f1
-8a
-0f
-20
-00
-00
+39
+da
+a2
+9a
+92
+da
+6f
+8f
+8f
+c9
+d0
 3c
+1f
+d5
 70
-8a
-25
-00
-70
-8a
-26
-0d
-70
-8a
-16
-f6
-20
-20
-22
+c1
+ca
+4a
+ca
+12
+75
+4e
+c1
+e4
+fa
+1a
+7a
 03
-6f
-e0
+51
+f9
+64
+28
+9a
+15
+89
+67
+4e
+96
+db
+2e
+b5
+4c
+dd
+c1
+db
+44
+dc
+51
+28
+e2
+f5
+fd
+90
+e4
+d3
+54
+fb
+f8
+ec
+ec
 80
-08
-c0
-0b
-22
-31
-c0
-17
-22
-31
-c0
-23
-22
-31
+0f
+f4
+5c
+a1
 6f
-e0
-c1
-41
-c0
-03
-22
-21
-c0
-55
-01
-10
-20
-20
-22
+1d
+61
+07
+f7
+51
+71
 0e
+bc
+ae
+66
+c3
+bd
+fc
 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
+71
+c4
+e8
+2f
+e6
+e3
+f1
+3d
+02
+a1
 c3
+97
+92
+64
+41
 00
-d8
-e0
-00
-06
-20
-40
-01
-31
-2a
-2f
-fe
-0d
-20
-40
-21
-1d
-2a
-4f
-fe
-0d
-20
-40
+f4
 21
-1e
-d8
-e0
-00
+6e
+35
 05
-20
-40
-21
-1c
-20
-40
-21
-1e
-20
-40
-01
-31
-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
-26
-20
-20
-21
-4f
-20
-00
-00
-3c
-58
-00
-0f
-00
-67
-f1
-09
-82
-58
-00
-0f
+0a
+79
+04
+63
 f0
-67
-f1
-09
-84
-70
-89
-81
-09
-70
-89
+6e
+5c
+b3
+28
+7d
+9e
+1e
+f9
+54
+de
+7b
+15
+5b
+cc
+2d
+bb
+9a
+93
+0b
+ce
+e1
+13
+60
+71
+9d
+6a
+90
+90
 81
-03
-70
-89
+2b
+73
+50
+92
+b5
+4b
 80
-06
-20
-00
-00
-3c
-da
-20
-00
-00
-da
-40
-00
-00
-df
-20
-00
-10
-d8
-c0
+89
+f1
+5f
+6f
+27
+e6
+53
+39
+fa
+65
+05
+3a
+c4
+69
+57
+6c
+a0
+6a
+e2
+7e
+3d
+f0
+e9
 0f
-00
-20
-20
-21
-2d
-20
-75
-80
-00
-20
-20
-22
-72
-20
+13
+bb
+29
+f1
+66
+9a
+e1
+14
+71
+3b
+2c
+2f
+5a
+d0
+07
+32
+fc
+6d
+0a
+c0
+2f
 75
-80
-00
-70
-8a
+d7
+ea
+2d
+86
 07
-77
-70
-8a
-08
-c9
-70
-8a
-0b
-01
-6f
-e0
+40
+63
+de
+5b
+42
+48
+86
 c4
-09
-67
-f0
+b5
+51
+0e
+5e
+c8
+b8
+fd
+03
+b2
+0c
+42
+d9
+60
+8b
+a5
+29
+88
+c3
+a7
+0c
+d7
+86
+a5
+4e
+7b
+a2
+ba
+7b
+39
+c3
+5d
+d1
+b2
+a3
+f3
+e3
 80
-cd
-20
-00
+55
+6b
+63
+07
+6d
+f8
+64
+76
 0b
-b8
-20
-40
-01
-51
-70
-8a
+c5
+29
 08
-c1
-6a
-40
-c4
-19
+7a
+be
+ac
+e2
+d8
+2a
+b9
+63
+78
+b2
+83
+f0
 df
-20
-00
-08
-20
-40
-6f
-58
-6f
-e0
-c4
-19
-67
-e0
-c4
-33
-62
-40
-c4
-19
-20
+8f
+bc
 60
-00
-00
 70
-80
+91
+23
+56
+ad
+65
+62
+a5
+ba
+55
+df
+d6
+4e
+e1
+b7
+1b
+2e
+fc
+a2
+a3
 cc
-03
-6f
-f0
-81
+7a
+e6
+2a
+ab
+c6
+bc
+4d
+c9
+e6
+f4
+2a
+eb
+f2
+65
+97
+e9
+b1
+30
+13
+ae
+50
+10
+63
+39
+7f
+66
+3a
+b0
+2e
+67
+d7
+b3
+5c
+ad
+9a
+b7
+1f
+bf
+11
 29
-c3
-02
-81
-52
-68
+e9
+5d
+8c
+65
+92
+29
+61
 59
-01
-64
-60
-49
-44
+a1
+9b
+b4
+17
+2b
+4c
+7e
+d6
+51
+38
+3d
+66
+06
+56
+78
+ef
+2b
+b0
+30
+0b
 0a
-70
-80
-cc
-00
-20
-60
-00
-00
-70
-8a
-82
-11
-70
-8a
-8d
-12
-70
-8a
+d6
+ec
 8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-71
-58
-00
-57
-62
-67
-f1
-09
+04
+a1
+ec
+78
+eb
+a7
+a9
+44
+95
+66
+f9
+ec
+f5
+9e
+68
+ef
 07
-70
-89
-01
-03
-70
-89
-30
-03
-c6
-16
-80
-00
-70
-89
-01
-01
-70
-8a
+ea
+87
+28
 82
-07
-70
-8a
+4d
+2f
+46
+52
 8d
-44
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
+53
+a8
+3d
+17
+1f
+94
+1f
 6e
-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
-6a
-58
-00
-83
-12
-67
-f1
-09
-07
-20
-20
-01
-5f
-6f
-e0
-cc
-03
-da
-60
-01
-00
-9a
-60
+2b
 fe
-00
-20
-60
-00
-00
-20
-20
-01
-98
-20
-40
-01
-7b
-20
-20
-25
-63
-6f
-e0
-cc
-04
-20
-7a
-00
-00
+c8
+83
+47
+39
+f5
+c3
+fc
+8d
+fb
+77
+3d
+b4
+89
 6f
-e0
-cc
-05
-24
+d0
+ab
+3a
+c7
+06
+1c
+32
+9e
+64
+c6
+eb
+35
+5f
+cd
+b6
+85
+62
+5f
+89
+26
+dc
 7a
-00
-00
-68
-48
-cc
-04
+57
+3a
+08
+8a
+5a
+b5
+ec
 6f
-e0
-cc
-03
-98
-46
-7c
-00
-24
-41
-01
-74
-98
-46
-7e
-00
-1f
-e6
-7c
-64
-20
+e1
+4d
+ea
+3f
+1e
 21
-01
-8d
-6f
+2c
+db
+28
+e0
+87
+c1
+ab
+4a
+ab
+f2
+28
+5d
+5a
+19
+42
+5b
+1d
+a5
+ea
+a0
 e0
-cc
-06
-1f
-e6
-7c
-14
-24
-41
-01
-8b
 70
-4c
-05
-01
-20
-60
-00
-00
+48
+8c
+93
 70
-4c
+e9
+8c
+c1
+96
+e2
+08
+66
+86
+98
+26
+f7
+8e
+2b
+7f
+7d
+d9
+a8
+46
+83
+bd
 07
-01
-20
-20
-43
-1f
-68
-48
+51
 81
-7f
-6f
-e0
-80
-4c
+2a
+5f
+df
+ed
+90
+e8
+b1
+d8
+3f
+99
+8f
+86
+d1
+7d
+af
 1f
-e3
-7e
-00
-98
-42
-fe
-00
-2f
-ef
-fe
-02
-58
-00
-00
-00
-68
-48
-cc
-06
-79
-20
 fe
-00
-98
-40
+b0
+d9
+4f
+2a
+6a
+5e
+e0
+74
+aa
+1a
 84
-00
-60
+46
+84
+ca
+50
+e6
+1d
+47
+d2
+65
+42
+5c
+45
+dd
 48
-cc
-06
-20
-60
-00
-00
-6f
-e0
+ca
+65
+0f
+b0
+0c
+c2
+84
+c5
+b7
+f4
+37
+82
+c6
+75
+d1
+45
+08
+40
+81
+ea
+be
+16
+6c
 80
-05
-1f
-e0
-fe
-01
-67
-e0
+9e
 80
-05
-24
-36
-81
-9f
-6f
-e0
-cc
-03
+bf
 1f
-e0
-fe
-01
-67
-e0
-cc
-03
-6f
-e0
-81
-68
-c3
-81
-80
-00
-79
-20
-7e
-03
-67
-e0
-81
-68
-6f
-e1
-42
+53
+fb
+b1
+d0
 f5
-67
-e1
-01
-96
-58
-00
-00
-00
-67
-e2
-43
-1d
-20
+29
+65
+39
 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
+ec
+07
+cd
+95
 23
-26
-f6
-c5
-99
-26
-af
-6f
-e0
-80
-4d
-20
-3a
-26
-af
-1f
-e0
-ff
-fc
-67
-e0
-80
+ec
+e6
+fb
 4d
-20
-40
-72
-cb
-6f
-f0
-81
-08
+b6
+06
 c3
-03
 a6
-fa
-18
+ea
+6d
+1d
+e4
 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
-e1
-79
-3f
-80
-30
-20
-20
+ed
+94
+d4
 2a
-f6
-20
+c4
+62
+85
+92
+c7
 40
-21
-52
-70
-89
-00
-00
-79
+04
+1a
+35
+99
+78
 3f
-80
-30
-20
-20
-2a
-e3
-ef
-e1
-00
-06
-c0
-02
-01
-cc
-20
-20
-28
-eb
-ef
-e1
-80
-06
-67
-e1
-c3
-97
-c0
-05
-01
-d1
-c0
-09
-01
-e0
-20
-20
-2b
-96
-6f
-e4
+b5
 47
-13
-c3
-1d
-ad
-19
-20
-40
-2d
-c7
-68
-49
-43
-98
-6f
-e0
-c3
-21
-c2
-81
-81
-db
-6f
-e1
-43
-98
-c0
-18
-2e
-03
-68
-49
-43
-98
-20
-20
-2d
-1d
-6f
-e1
-43
-32
-98
-46
-7c
+1b
+e4
 00
+f6
+78
 24
-22
-81
+6d
+63
+7a
+1a
+c4
+0f
+2b
+0e
+61
+b5
+ea
+97
+58
+07
+90
+6b
+ba
+d6
+66
+7c
 d7
-24
+36
 34
-01
-d7
-20
+c3
 20
-2d
+2b
+d8
+7f
+d7
 46
-18
-c2
-22
-00
-6f
+b0
+a8
 e1
-43
-35
-1f
-e0
-a5
-fd
-20
-40
-29
-29
-6f
-e0
-c7
-8f
-c0
-7f
-ad
-ac
-6f
-e0
-c7
-95
-20
+16
+63
+79
 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
-46
-20
-40
-2a
-28
-24
+cc
+a6
+54
+4a
+0b
 7a
-00
-00
-6f
-e0
-c7
-8f
-c0
-7f
-81
-fa
-6f
-e0
+c3
+dc
+a3
+67
+5f
+e9
+16
+54
 c8
-43
-1f
+3a
+fb
+e4
+91
+c0
+94
+b8
+c7
 e1
-7e
-03
-c1
-81
-80
-00
-6f
-e0
-cc
-05
-20
-7a
-00
+6a
+66
 00
-6f
-e0
-cc
-07
-24
-7a
-00
-00
-6f
-e0
-c9
-56
-20
-5a
-5a
-71
-6f
+8c
 e4
-47
-13
-c2
-80
-db
-5b
-c2
-80
-5b
-5b
-c2
-82
-db
-5b
-c2
-83
-5b
-5b
-20
-40
+bf
+4b
 56
-01
-20
-40
-5a
-b2
-24
-74
-00
-00
-20
-40
-5a
-bc
-20
-40
-04
-cb
-20
-20
-5b
-37
+8d
+a3
+98
+ee
+b1
+10
+07
+1e
+6d
+4f
 18
-46
-7c
-ff
-20
-62
-80
-00
+c8
+06
+32
+a4
+e8
+7f
+a8
+35
+6d
+5c
+14
+a1
+e1
+f1
+a4
+ad
+0e
+63
+45
+eb
+76
+81
+19
+a4
+67
+1a
+cb
+90
+dc
+aa
+f9
+1b
+64
+d8
+fd
+82
 d9
-00
-00
-04
-28
-4f
+1a
+e4
+44
+0b
+70
+1b
+ca
+af
+cf
+d9
+de
+60
+11
+d9
+87
+c0
+27
+08
+0b
+9b
+42
+58
+0b
+36
 fe
-07
-20
-20
-ee
 bd
-d9
-00
-00
+f7
+2c
+13
+8e
+5d
+97
+b0
 03
+65
+f3
+90
+2e
+b9
+bc
 20
-20
-6e
-bd
-6f
-e1
-43
-e9
-20
-40
-7d
-79
-6f
-e2
-40
-ad
-98
-40
-fe
-00
-67
-e2
+97
+41
+5c
+60
+56
+15
+47
+44
+f3
+c1
+5a
+4c
+0b
+95
+b9
+59
+10
 40
+30
+2b
 ad
+7b
+05
+29
+3d
+d2
+e6
+84
+d5
+06
+2d
+a3
+11
+d3
+2a
+64
+11
+f8
 20
-40
-02
-15
-20
-20
-24
-25
+c5
+cc
+a0
+a9
+fb
+10
+f7
+57
 60
-04
-40
-e7
-d8
-c0
-80
-70
-d8
+fc
+77
+a4
+9b
+63
 a0
-40
-cc
-20
-40
-7c
-8f
-d8
+87
+4d
+c3
+52
+6e
+3a
+fd
 c0
-80
-d4
-20
-40
-7c
-89
-6f
-f0
-80
-80
-67
-e0
-c0
-ef
-18
-42
-24
-00
-df
-20
-00
+d3
+ff
+6a
+05
 0c
-da
-20
-00
-16
-da
-60
-81
-4d
-37
-d9
-82
-00
-ef
-e0
-80
-11
-e8
-40
-80
-13
-98
-46
+7e
+4b
+f3
+23
+47
+08
+83
+27
+76
+f5
+db
+0d
+e3
+fd
+57
+f4
+b2
+f2
 7c
-00
-20
-22
-82
-28
-e7
-e0
-80
-13
-37
-d9
-82
-00
-1a
-20
-a2
-01
-1a
-60
-a6
-01
-c2
-00
-02
-22
-1a
-42
-04
-00
-20
-60
-00
-00
-20
-40
-6b
-3a
-20
-40
-6b
-75
-20
-20
-6b
-38
-6f
-e1
-45
-e0
-d8
-40
-01
-f8
 98
-41
-7e
+f7
+79
+ff
+e5
+32
+c9
+34
+f3
+2a
+d7
+89
+cd
+03
+7c
 00
-20
-3a
-02
-38
-6f
-e1
-45
-e0
-1f
-e0
+c7
+ca
+1b
+61
+30
+a7
+5a
+0b
+55
+74
+73
+ae
 fe
-01
-67
-e1
+cc
+71
 45
-e0
-20
-60
-00
-00
-20
-40
-35
-7f
-20
-40
-36
-51
-24
-2c
-35
-86
-24
-37
-b5
-86
-20
-40
+7c
+5b
+58
+68
+de
 36
-6e
-6f
-e0
+4f
+99
+f2
 c5
+48
+1e
+92
+99
+aa
+01
+b9
+e5
+09
+5d
+e3
+67
+50
+d7
+72
+bd
 7d
-20
-3a
-02
-47
-6f
-e2
-45
-cc
-68
-4a
-45
-8f
-98
-46
-7c
-00
-20
+f3
+9f
 22
-82
-44
-20
-20
+37
+78
+27
+f7
 35
+67
+1e
+7c
+07
+ee
+0e
+2e
+bf
+c8
+a9
 6e
-6f
-e4
-47
-13
-c2
-98
-32
-91
-20
-20
-35
-49
-6f
-e2
-45
-5f
-20
-7a
-00
-00
-20
-20
-02
-3f
-20
-40
-54
-3b
-20
+a6
+a5
+ad
+92
 40
-02
-4d
-20
-20
-54
-4c
-58
-00
-4a
-29
-67
-e1
-43
-3f
-58
-00
-00
-20
-67
-e1
-43
-41
-20
-60
-00
-00
-6f
-e0
-c4
+2b
+e8
+89
+03
+8c
+2f
+15
 37
-24
-7a
-00
-00
-6f
-e1
-44
-e9
-c3
-85
-80
-00
-6a
-21
-45
-f0
-20
-40
-35
-b4
-60
-48
-c6
-24
-6f
-e0
-c6
-29
-c5
-13
-02
-5c
-6f
-e0
-c6
-2c
-98
-46
-7c
-00
-24
-21
-02
-76
-6f
-e0
-c6
-26
-1f
 e6
-7c
-02
-24
-21
-02
-64
-6f
-e0
-c6
-26
-c0
-00
-02
-77
+f2
+86
+fc
+1d
+13
+a3
+a7
 20
-60
-00
-00
-6f
-e0
+25
+17
+3c
+de
+d8
 c6
-26
+04
+fe
+dd
+11
+58
 68
-48
-c6
-27
-98
+ff
+6c
+28
+74
 46
+f9
+66
+fd
+f9
+84
+a1
 7c
-00
-24
-62
-80
-00
-70
-46
 26
-00
-68
-48
-c6
-24
+c4
+1e
+3f
+03
+bb
+75
+43
+49
+2f
+51
+2a
+df
+72
+e6
+5a
+54
+03
+0f
+32
+c4
+12
+f9
+eb
+22
 6f
-e0
-c6
+23
+91
+eb
+c9
+93
 28
-c5
-13
-02
-6d
-6f
-e0
-c6
-2b
-98
-46
-7c
-00
-24
-61
-00
-00
-6f
-e0
-c6
-25
-c0
-00
-37
-15
-1f
-e0
-ff
-ff
+ed
+20
+b5
+59
+78
+8c
+5f
+a7
 67
-e0
-c6
-25
-c0
-01
-02
-7f
-c0
-00
+4f
+17
+98
 b7
-0b
-20
-20
-37
-15
-70
-46
-26
-00
-6f
-e0
-c6
-25
-c0
-01
-82
+60
+fe
+f3
+7a
+cb
+ee
+27
+bb
+23
+f6
+1e
+73
+64
+ea
 7d
+7d
+9e
+6b
+7f
+e2
+b0
+e6
+d3
+59
+42
+0e
+ce
+c1
+3e
+2f
+5a
+e6
+4b
+75
+66
+8c
+73
+94
+65
+43
+91
+ed
+9c
+7c
+6d
+16
+9f
 1f
-e0
-fe
-01
-67
-e0
-c6
+9f
+42
+aa
+29
+f9
+dc
 25
-c0
-00
-b7
-0b
-c0
-01
-02
+9d
+86
+66
+7a
+10
+d2
+bd
+4e
+10
+3a
+0c
+b5
 7f
-70
-41
-41
-05
-20
-60
-00
-00
-70
-41
-41
-03
-20
-60
-00
-00
-58
-00
+57
+94
+a9
+89
+4d
 62
+8c
+44
+dc
+51
+6a
+73
+f6
+23
+4d
+82
+6e
+47
 35
-67
-e1
-45
-f8
-58
-00
-62
-2b
-67
-e1
-45
-fa
-58
-00
-02
+42
+89
+fd
+48
+53
+d6
+34
 a8
+eb
+b4
+fd
+09
+d3
+c0
+f5
+b6
+a3
+fb
+b9
+9a
+4a
+de
+97
+2d
+8c
+78
+93
 67
-e1
+c1
+7b
+80
+16
+55
+67
+e6
+0f
+10
+47
 43
-e9
-20
-20
-53
-f3
-18
 46
+14
+93
+98
+6a
 7c
-ff
-20
-62
-80
+7c
+ac
+51
 00
+27
 60
-48
-cb
-29
-20
-40
-6e
-e6
-20
-20
-82
-8e
-20
-20
-02
-93
-20
-40
-02
+dd
+5a
+9d
+26
+53
+c9
+6c
+34
+07
+3d
+e8
+ef
+16
+e0
+bd
+43
+8f
+00
+11
+0d
+5d
+67
+3a
+84
+d9
+64
 9c
+51
+c1
+4f
+28
+ae
 20
-40
-02
-97
-20
-40
-02
-a0
-68
-48
-cb
-29
-20
-20
-6f
-0f
-68
-48
-cb
-29
-20
-40
-6f
-0f
-20
-40
-02
-9a
-20
-20
-02
-9c
-d9
-00
-00
-06
-20
-40
-6e
-bd
-20
-20
-02
-1e
-d9
-00
-00
-03
-20
-20
-02
-98
-58
-00
-00
-10
-67
-f0
-81
-41
-37
-d9
-82
-00
-20
-60
-00
-00
-58
-00
-00
-80
-67
-f0
-81
-41
-37
-d9
-82
-00
-37
-d9
-82
-00
-20
-20
-02
-9e
-20
-80
-00
-00
-20
-55
-e0
-04
-20
-20
-20
+ce
+15
+11
 03
-20
-60
-00
-00
-20
-40
-04
-5b
-6f
-e4
-47
+ad
+c8
+4d
+4a
 13
-c2
-89
-dd
+c1
+1a
+b1
+a2
+49
+4a
+3a
 60
-c2
-89
-5d
-6e
-c2
+0d
 8a
-02
-af
-20
-60
-00
-00
-20
-40
-02
-ba
-20
-40
-5e
-43
-20
-40
-5d
-b4
-20
-40
-02
-ce
-20
-40
-02
-b7
-20
-40
-02
-bd
-20
-40
-02
-d6
-20
-20
-5d
-aa
-6f
-e4
-47
-13
-c4
-15
-00
-00
-20
-40
-04
-d6
-6f
 e0
+62
+4f
+56
+3e
+e2
+90
+de
+2b
+c0
+0f
+14
+26
+f6
 c6
-66
-67
-e0
-ca
-06
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-9f
-5d
-d1
-20
-20
+24
+0d
 5d
-cc
-6f
-e1
-46
-8e
-d8
-40
-aa
-55
-98
-46
-7c
-00
-20
-22
-83
-43
-60
+51
+2b
+42
+5e
+a7
+fb
+b7
+b3
+05
+bf
 49
-46
-8e
-20
-40
-5c
-9c
-6f
-e0
+e7
+5e
+ed
+ac
+2b
+99
+57
+eb
+72
 c9
-a1
-67
-e0
-c6
-66
-20
-40
-5c
-8c
-58
-00
-11
-22
-67
+84
+f4
+0d
+d2
+db
+7a
+83
 e1
-46
-95
+37
+84
+4f
+50
+0c
+39
+4c
+a1
+17
+e8
+c9
+da
+25
+71
+0f
+4c
+93
 6f
-e0
-ca
-06
-67
-e0
+0a
+3c
+2b
+6b
 c6
-66
-20
-60
-00
-00
+24
+cc
+a9
+e7
+58
+13
+80
+06
+77
+a7
+25
+36
+73
+97
+a8
+2c
+19
+ef
+0f
+cc
+2d
+98
+2d
+d2
+b2
+86
+9c
+0c
+6e
+14
+df
+e2
+5d
+be
+84
 6f
-e0
-c6
-66
-1f
-e6
-7c
+4f
+f7
+2d
 00
-20
-22
-82
-cb
+48
+57
+73
+3e
+30
+2a
+d7
+cd
+87
+ea
+74
+e7
+1e
+d3
+d3
+77
+7f
+fc
+1a
+43
+7e
+38
+b3
+2d
+50
 1f
-e6
-7c
-04
-20
-22
-82
-d4
-20
-61
-00
-00
-70
-46
-66
-00
-20
-60
-00
-00
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-6a
-41
-49
+67
+59
+80
+67
+ed
+5c
+0a
+5c
+3b
+91
 fe
-1a
-42
-26
+2f
 00
-20
-40
-5e
-3d
-6f
-e1
-49
-e0
-20
-3a
-02
-e4
-67
-e1
-49
-de
+94
+2d
+cf
+87
+ce
+96
+bd
+31
+2e
+0b
+44
+5c
+fa
+31
+27
+e8
+76
+98
+75
+6d
+27
+0f
+b8
+b8
+ba
+93
+d7
+15
+d4
 1a
-60
-a6
-02
-6f
-e1
+05
 4a
-00
-9a
+56
+08
+5f
+8c
+06
+f3
+4d
+c4
 66
-7c
-00
-24
-21
-02
-e4
-1a
-62
+43
+bd
+94
+67
+7b
 24
-00
-20
-20
-02
-da
+f5
 6f
-e1
-49
+05
+50
+c9
+5b
+68
+d6
+35
+a1
+e9
+d8
+fb
 de
-67
-e1
-46
-95
-20
+17
+03
+d0
+2a
+d2
+33
+ea
+34
+b5
+40
+6a
+55
+70
+3c
+5b
+72
+48
+fd
+a1
+1a
+74
+6e
+8d
+79
+80
+0a
+ed
+9e
+2f
+67
+82
+c1
+4a
+cd
+16
+16
+71
+4f
+e8
+ff
+7b
+7e
+b0
+69
+41
+3f
+e8
+84
+b0
+e6
+6e
+f7
+ce
+d2
+b5
+83
+04
+a2
 60
-00
-00
-6f
-e4
-47
-13
-c2
-89
-dc
-b1
-c2
+23
+62
+87
+e3
+7e
+ce
+23
+6b
+d1
+cd
+63
+92
+0a
+78
+18
+8b
+42
+7d
+7b
+c5
+d4
+77
+5b
+ac
+2e
+af
+c6
+e3
+f6
+df
+9d
+55
+5f
 89
-5c
-b9
+2f
+1e
 c2
-8a
-02
-ec
-20
-60
-00
-00
-20
 40
-02
-ef
-20
-40
-02
-f4
-20
-20
-5c
-c1
-6f
-e0
-c6
-66
 c1
-00
-00
-00
-c0
-00
-83
+c2
+6c
+cd
 1b
-c0
-01
-03
-2f
-20
+94
+69
+07
+ec
+8f
+95
+08
+8b
 60
-00
-00
-6a
-41
-49
-e2
-1a
-42
-26
-00
+be
+10
+56
 20
-40
+d4
 5d
-c0
-6f
-e0
-c9
-a1
-20
-3a
-03
-00
+68
+cd
+d3
+24
+0b
+11
+ff
+35
+35
+1f
+06
+50
+45
+6b
+ee
+c6
+31
+d1
+70
+04
+bc
+55
+be
+62
+ba
+4e
+97
+f6
+f2
+fa
+0d
+7b
+01
 67
-e0
-c9
-a0
 1a
-60
-a6
-01
-6f
-e1
-49
+6b
+ed
+44
+3c
+f1
+55
 e4
-9a
-66
+06
 7c
-00
-24
+3f
+04
+7d
+bd
+5a
+05
+3e
+fe
+f1
+21
+97
+cb
+bc
 61
-00
-00
+b5
+ba
 1a
-62
-24
-00
-20
-20
-02
-f6
-6f
-e0
-c9
-a0
-1f
-e1
-7e
-f0
-20
-3a
-03
-0a
-6f
-e0
-c6
-66
-20
-40
-03
-18
-67
-e0
-c9
-a2
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
-49
-a2
-20
-20
-6b
-45
-68
-48
-c9
-a0
-6f
+4c
+10
+16
+c4
+73
+5b
+0f
+d4
+97
+91
+6d
+6c
+4a
+19
+e3
+bd
+3b
 e0
-c6
-66
-20
-40
-03
-18
-98
+cf
+9c
+23
+37
 46
-7c
-00
-20
-62
+af
+4b
+ab
+82
+31
+18
+6c
+23
+3f
+86
+2b
+2d
+2a
+41
+11
+d6
+8a
+87
+2a
+a1
+43
+c1
+4d
+c3
 80
-00
-1f
+10
+dd
+a6
+b1
+ca
+bd
+a3
 f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
-c9
-a2
-1a
-62
-7e
-00
-68
-49
-49
-e2
-98
+fa
+f2
+d5
+1e
+36
+19
+be
+1b
+5c
+7a
 46
-7c
-00
-20
-22
-83
-06
+f8
+f7
+3f
+db
 1a
-60
-a7
-ff
-20
-20
+a5
+79
+29
+2b
+c6
+b6
+11
+31
+96
+3b
+ea
+78
+7e
+11
+b7
+e9
+2d
+3b
+77
+27
+2e
+d3
+0b
+ec
+c3
+41
 03
-06
-c1
-80
-00
-00
-1f
-e0
-fe
-04
-20
-60
-00
-00
-6a
+18
+0c
+5a
+13
+53
+95
+d3
+66
+19
+09
+b0
+b8
+61
+97
+0a
+d3
+a3
+ac
+25
+69
+9d
+9e
+21
+d7
 41
-49
-ee
-1a
-42
+7a
+fc
+2a
+81
+08
+5a
+c4
+7e
+c1
 26
-00
-20
-40
-5d
-f3
-6f
-e3
-49
+79
 b5
-20
-3a
-03
-27
-67
+b6
+9e
+3b
+e7
+21
+c8
+4f
+ce
+0b
+41
+65
+cc
+63
+d1
 e3
-49
-af
-1a
-60
-a6
-06
-6f
-e1
-49
-f0
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
+a9
+ad
+79
+67
+45
+75
+94
+50
+57
+70
+39
 00
-20
-20
-03
-1d
-6f
-e3
-49
-af
-68
-4b
-46
-6e
-98
-46
 7c
-00
-20
-62
-80
-00
+f3
+9e
+7d
+bd
+71
+73
+ba
+18
+cc
+af
+bb
+bf
+3f
+0b
+52
+a0
+22
+d7
+3c
 df
-20
-00
-06
-da
-20
-46
-6e
-1a
-62
-24
-00
-20
-20
-6b
-45
-6a
+6d
+7c
 41
-49
-f6
-1a
-42
-26
-00
-20
-40
-5e
-17
-6f
-e3
-49
-cd
-20
-3a
-03
-3b
+f5
+15
+bd
+57
+4c
+ad
 67
-e3
-49
-c7
-1a
-60
-a6
-06
-6f
-e1
-49
+ae
+16
+30
+9b
+ec
 f8
-9a
+08
 66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-31
-6f
-e3
-49
-c7
-68
-4b
-46
+f0
+17
+50
 7b
-98
-46
+d8
+ca
+5d
+e1
+c7
 7c
+6b
+bd
+0a
+8b
+c7
 00
-20
-62
-80
-00
-df
-20
-00
-06
-da
-20
-46
+74
+1f
+d0
+76
+fa
+cf
+1f
+be
+2b
 7b
-1a
-62
-24
-00
-20
-20
-6b
-45
-20
-40
-03
-7c
-20
-40
-03
-94
-20
+bb
+a7
+fb
+78
+41
+eb
 40
-03
-47
-20
-20
-5c
-90
-6f
-e4
-47
-13
-c4
-07
-80
-00
-6f
-e0
-c6
-90
-c0
-00
-5c
-94
-c0
-03
-03
-4d
-20
+ab
 60
-00
-00
+f1
+3e
+b4
+f1
+95
+2d
+1e
+bd
+b4
+11
+40
+ad
+d7
+44
+e8
+37
+a6
+f6
+28
+7f
+34
+16
+f5
 70
-46
-90
-00
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-89
-dc
-b5
-c2
+a9
+b8
+bb
+33
+7e
+56
+98
+a3
+5c
+38
+49
+17
+05
+98
+b8
+41
+04
+40
+57
+36
+15
+15
+fd
+63
+3a
+97
+e5
 8a
-03
-53
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
+42
+b4
+71
+ce
+d2
+a6
+cd
+43
+65
+17
+8e
+8b
+d0
 07
+a9
+c8
+40
 80
-00
-6a
-41
-49
+05
+29
+b8
+dd
+f0
+0f
+2c
+3d
+17
+b6
+5f
+0e
+95
 fa
-1a
-42
-26
-00
-20
+95
+f0
+0a
+17
+fb
+1e
+e2
+66
+ac
+39
+58
 40
-5e
-51
-6f
-e0
-c9
-d4
-20
-3a
-03
-61
-67
-e0
-c9
-d3
-1a
+78
+d9
+e5
+2b
+cc
+c3
+47
+69
+0a
+ab
+72
 60
-a6
-01
-6f
-e1
-49
-fc
-9a
+89
+5b
+2d
+98
+42
+be
+74
+b4
+ee
+dc
+b4
+65
+bf
+88
+a3
+e2
+d8
+a7
+7a
+34
+03
 66
-7c
-00
+2e
+c8
+14
+5b
+be
+65
+56
+2d
+76
+c4
+73
+c0
+6c
+0d
+64
+93
+f2
 24
-61
-00
-00
-1a
+d9
+4d
+1d
+e9
+81
+c1
+81
+c5
+8d
+bf
+73
+85
+65
+96
+38
+29
+42
+54
+c4
+8a
+98
+99
+b7
+12
+7f
+f7
+46
+f9
 62
-24
-00
-20
-20
-03
-57
-6f
-e0
-c9
-d3
-1f
-e1
-7e
-f0
-20
-3a
-03
-6b
+12
+69
+30
+ab
+d2
+e2
+fd
 6f
-e0
-c6
-90
-20
-40
-03
-79
+27
+9f
+66
+d1
+83
+36
+cd
+a7
+ec
 67
-e0
-c9
-d5
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
-49
-d5
-20
-20
-6b
-45
-68
-48
-c9
-d3
-6f
-e0
-c6
-90
-20
-40
-03
-79
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
-c9
-d5
-1a
-62
-7e
-00
+3c
+c5
+a6
+99
+07
+93
 68
-49
-49
-fa
-98
-46
-7c
-00
-20
-22
-83
-67
-1a
-60
-a7
-ff
-20
-20
-03
-67
-c1
-80
-00
-00
-1f
-e0
-fe
-06
-20
-60
-00
-00
-6f
-e4
-47
+2b
+a1
+91
+41
+f1
+7d
+5e
+31
+ab
+d7
+f9
+b5
+73
+cf
+ec
+4d
+04
 13
-c2
-9f
-03
-83
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-83
-c0
-01
-03
-8a
-20
-60
-00
-00
-6f
-e3
-46
-6e
-68
-4b
-46
-e6
-98
-46
-7c
-00
-24
-62
-80
-00
-6f
-e3
-42
-db
-67
+5b
+4c
+57
 e3
-46
-6e
-20
-60
-00
-00
-6f
+eb
 e3
-46
-6e
-68
-4b
-46
-e6
-98
-46
-7c
-00
 24
-62
-80
-00
-6f
-e3
-42
-db
-1f
-e0
-ff
-00
-67
-e3
+7c
+08
+6d
+bc
+1b
+4c
+04
 46
-6e
-20
-60
-00
-00
-20
-40
-03
-94
-20
-20
-5a
-9c
-6f
+54
 e4
-47
-13
-c3
-0a
-5c
-6f
-c2
-9f
-03
-9c
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-9c
-c0
-01
-03
+78
+28
+d3
+53
+dc
+64
+86
+ae
+fc
+be
 a1
-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
+58
+a2
 e3
+d8
+ca
+5d
+e1
+d1
+df
+9a
+af
+2a
+17
+49
+22
+cf
+28
 41
-16
-6f
-e3
+bf
+a3
+87
+e1
+77
+a4
+cd
+b7
+5e
+9a
+40
+70
+7e
+bb
+31
+70
+60
+44
+72
+3d
+dd
 46
-7b
-67
+34
+da
+57
+d3
+23
+61
+2a
+83
+f4
+72
+a0
+aa
+0e
+c5
+f3
+73
+6a
 e3
-42
+80
+f3
+80
+4d
+28
+ba
+5d
+26
+e6
+38
+22
+c7
+93
+44
+14
+0e
+1b
+89
+9e
+37
 db
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
+be
+70
+d4
+6d
+d4
 01
-00
-00
-c3
-0a
+1c
+82
+13
+ce
+64
+8e
+f8
+1c
+3e
+dd
+16
+6b
+16
+88
+25
+9e
+d7
+50
+bb
+fd
+b5
 5c
-43
+25
+e5
+c8
+73
+8b
+2f
+fa
+e8
+8f
+b9
+b0
+c4
+7e
+d7
+92
+30
+14
 d8
-e0
-00
-02
-20
-40
-5f
-04
-20
-40
-5c
-4a
-20
-40
-03
-ae
-20
-20
+0e
+70
+c1
+c5
+cf
+73
+f1
+ea
+ef
+27
 5c
-a3
-6f
-e0
-c6
-66
-c0
-00
-83
-b2
-c0
+05
+8b
 01
-03
-b7
-20
+5e
+77
+83
+fc
+a5
+cc
 60
-00
-00
-6f
-e3
-01
-78
-67
-e3
-46
+a7
+8b
+1d
+57
+e4
 68
-6f
-e3
-42
-db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
-01
+41
+f8
+a9
+fc
 78
-67
-e3
-46
-75
-6f
-e3
-42
-db
-67
-e3
-46
-7b
-20
-60
-00
-00
+14
+52
+78
+bf
+b9
+b6
+f6
+01
+e0
+38
 20
-40
-03
-d2
-20
-40
-61
-4d
-20
-40
-55
-3d
-20
-40
-61
-10
-20
-40
-61
-b1
-20
-40
-61
-1e
-20
-40
-32
-8e
-20
-40
-35
-31
-20
-40
+29
 5f
-dd
-20
-40
-57
-2c
-20
-40
-5b
-9b
-20
-40
-5b
-ab
-20
-40
-5b
+bf
+32
+e7
+23
+af
+c9
+02
+cf
 ce
-20
-40
-5b
-d3
-20
-40
-5b
-e1
-20
-40
-5b
+39
+45
+ca
+8f
+4c
+c6
+9e
+09
 ee
-20
-40
-5b
-e4
-20
-40
-5b
-fb
-20
-40
-03
-d5
-20
-40
-56
-b6
-20
-40
-5c
-0e
-20
-20
-5c
+cb
+35
+29
+37
+70
+b0
+d0
+41
+45
+38
+af
+23
+15
+24
+2e
+8a
+60
+0a
+f5
+1a
+43
+e9
+2c
+9e
+73
+91
+19
+c9
+c5
+f9
 05
-da
+14
+c7
+e6
+7f
+57
+65
+91
+27
+d7
+71
+ab
+62
+96
 60
+2b
+44
+ae
+76
+29
+0c
+bd
+bf
+97
+93
+64
+73
+16
+7a
+e5
+eb
+ce
+3b
+bd
+07
+bf
+cb
+ad
+9b
+a5
 4a
-05
-da
-40
+f7
+26
+75
+9a
+ca
+99
+0e
+a6
+1d
+2d
+32
+72
+4f
+c1
+f0
+e5
+e4
+2e
+97
+54
+7e
+0b
+48
+e9
 5a
+6a
+a0
+cd
+62
+2f
 ef
-20
-20
-42
-e0
-da
-60
-47
-7e
-da
-40
-03
-d8
-20
-20
-42
-e0
-6f
-e0
-c9
-6b
-67
-e0
-c0
-c0
-70
+cd
+50
 47
-7d
-03
-20
-60
-00
-00
-20
-40
+9f
+88
+90
 59
-ed
-20
-20
-5c
-1b
-1a
-62
-7e
-00
-c0
-20
-03
-f3
-c0
-0a
-83
-f8
-c0
+04
+89
+24
+10
+15
+4e
 19
-03
-ea
-c0
+ec
+7f
+a3
+a1
 1e
-04
-16
-c0
-1c
-84
-27
-c0
-1d
-04
-2a
-c0
+aa
+77
+d7
+73
+a4
+87
+a5
+b8
+1b
+d0
+25
+b4
+ef
+cb
+a9
+19
+c8
+9e
+67
+28
+b4
+de
+a0
+0f
+b5
+63
+b6
+70
+b9
+c4
+cd
+dc
+a1
+82
+3a
+e8
 0a
-03
+a7
 e7
-20
-20
-5a
-c3
-58
-00
-00
-00
-67
-e2
+a9
+0e
+be
+7c
+02
+93
+f8
+ed
+11
+02
+b8
+af
+69
+f7
+db
+6b
+ca
+75
+25
 4c
-04
-20
-20
-5a
+3d
+fd
+aa
+b8
+62
+fb
+30
+67
+98
+5d
+58
+50
+21
+62
+0f
+97
+4a
+65
+9b
+7e
+60
+28
+a5
+44
+55
+e9
+b2
+3f
+b7
+18
+58
+58
+62
+2a
+23
 d0
-6f
-e0
-c7
+47
+71
+74
+26
+e6
+8c
+92
+f4
+b1
+e8
+38
+3d
+69
+5f
+01
+5f
+11
+fb
+62
+a7
+79
+b3
+15
+6e
+8a
+1e
+fd
+05
+89
+bb
+aa
+2a
+ce
+3d
+50
+9b
+73
+0f
+f7
+08
+be
+fa
+e3
+1b
+ac
+22
+59
+3f
+33
 95
-c0
-00
+0b
+ac
+3a
+e2
+39
+eb
+f3
+3f
+11
+9d
+fc
 83
-ee
-70
-48
-44
-14
-20
-20
-03
-f0
-20
-40
+8c
+ff
+59
+6e
+f5
+60
+47
+87
+cb
+f7
+79
+2e
 5a
+13
 ef
-70
-48
-44
+d8
+32
+ff
+c6
+fc
 05
-6f
-e0
-cc
-03
-67
-e0
-cc
-04
-20
-20
-5a
-f6
-6f
-e0
-ca
-04
-24
-7a
-00
-00
-70
-4a
-04
+cb
+48
+36
+8b
+22
+b3
 01
-70
-4a
-05
-1e
-20
-60
-00
-00
-58
-00
-00
-00
-67
-e0
-ca
-04
-67
-e0
-ca
-05
-58
-00
-00
-00
-67
-e1
-47
-c0
-70
-47
-94
-00
-d8
-40
-00
-06
-6f
-e4
-47
-13
-c2
-8d
-84
-02
-d8
+d7
+b0
+93
+b0
+88
+61
+c1
+8e
+0c
+e9
+b9
 40
-00
-07
-60
-49
-42
-d3
-60
-49
+54
+81
+fc
+3b
+e6
+50
+2e
+6b
+39
+af
+1a
+c1
 42
-d5
-70
-47
-c2
-00
-70
-49
 56
-00
-20
-40
-29
-cb
-20
-20
-04
-08
-20
-40
-5b
-7b
-6f
-e1
-43
-ef
-c2
-83
-84
-0d
-c2
-80
+4f
+c4
+2f
 42
+15
+0b
+19
+11
+aa
+91
+14
+74
+72
 fc
+74
+1b
+d1
+0d
+c7
 20
-20
-5c
-1a
-6f
-e1
-43
-ef
-c2
-80
+6e
+35
+98
+5a
+d7
+d7
+dc
+c5
+ba
+2e
+56
+cd
+09
+f8
+cf
+93
+aa
+08
 42
-fc
-6f
-e0
-c8
-43
-1f
-e1
-7e
-03
-20
-40
-5b
-21
-c0
 81
-d4
-a9
-6f
-e0
-cc
-07
-24
-3a
-54
-a9
-20
-20
-54
-cd
-6f
-e2
-45
-8f
-67
-e2
-45
+4d
+fe
+8a
+41
+28
+94
 e8
-67
-e2
-46
-91
-20
-40
-35
-5a
-20
-40
-5c
-0b
-20
-40
+78
+9b
+1e
+53
 61
-8e
-20
-40
-5a
-73
-70
-47
-7d
-00
-70
-45
-fc
-00
-70
-45
-e2
+f1
+8a
+c0
 00
-6f
-e2
-45
-e8
-68
-4a
-45
-e4
-98
+35
+2c
+aa
+36
 46
-7c
-00
-20
-62
-80
-00
-20
-40
-60
-16
-20
-40
-04
+bd
+cc
 5e
-20
-20
-60
+7a
+ed
+5a
+3a
+fa
+ae
+cd
+9d
+da
+92
+7c
+03
+1b
+7a
+b6
+d4
+17
+3e
+2a
+8c
+a6
+a5
+59
+9e
+67
+a5
+9a
+72
+da
+72
+ff
+a4
+4a
+a6
 42
-20
-40
-60
-16
-20
-40
-04
-5e
-20
-20
-60
+f0
+1c
+91
+51
+c9
+f8
 84
-20
-40
-60
-16
-20
-40
-04
+56
+f9
+cc
+89
+74
+1b
+9b
+28
+2d
+06
+09
+56
+a8
 5e
-6f
-e0
-c8
+91
+9a
+b5
+a8
 7a
-c1
-00
-80
-00
-6f
-e0
-c6
-00
-24
+88
+41
+d8
 3a
-5f
-f2
-6f
-e0
+17
+ec
+f5
+bb
+7d
+43
+2d
+fb
+1c
+46
+75
+80
+d5
+61
+a9
+65
+b3
 c5
-e2
-c0
-02
-04
-35
-c0
-00
-e0
-5f
-c0
-01
-84
-3c
-20
+40
+0b
+1c
+6d
 20
+05
+dc
+a3
+43
+98
+16
+a4
+a5
+53
+54
+3c
+cf
+75
+2a
+c9
+5e
+33
+bd
 60
-55
-6f
-e4
-47
-13
-c3
-1f
-60
-59
-6f
-e0
-c7
-1b
-c0
-00
-e0
-59
-20
-40
+4e
+b0
+56
+f5
+b3
+c4
+31
+51
+7c
+a4
+77
+f2
+ae
+ad
+da
+2b
+38
+54
+38
+85
+01
+f4
+53
+e2
+3f
+30
+7a
+25
+3b
+ad
+7a
+75
+fe
+8c
+96
+94
+f5
+1c
+7b
+5c
 60
+9f
+c4
 18
+44
+cb
+6c
+57
+62
+b4
+b0
+20
+ec
+f7
+c9
+f8
+6e
+25
+d2
+11
+22
 70
+39
 46
-66
-01
-20
-20
-54
-a0
-6f
-e4
-47
-13
+b1
+2b
+65
+33
+9c
+2b
+82
+d4
+bf
+bf
+96
+ac
+4b
+36
 c3
+4b
+a7
+8a
 1f
-60
-59
-c2
+58
+06
+3d
+03
+d7
+78
+a3
 89
-e0
-59
-c2
-8a
-60
-59
-c2
+50
+2b
+99
+39
+6c
+7e
+c8
+ba
+d4
+da
+90
+c8
+14
+bf
+a5
+7b
+67
 89
-60
-59
-20
-20
-60
-34
-6f
-e4
-47
-13
-c2
-9f
-04
-47
+86
+db
+41
+6e
+41
+15
+5c
+81
+94
+f6
+e7
+5f
+93
+1b
+7a
+b6
+1e
+d6
+dc
+f0
+5e
+52
+5d
 6f
-e0
-c6
-66
-c0
-00
-04
-4e
-20
-20
-54
-91
-20
-40
+e2
+d4
+b5
+3c
+aa
+a2
+c8
+ad
 54
-ac
-20
-34
-04
 4a
-20
-20
-60
-2f
-6f
-e0
-c6
-66
-c0
-00
-60
+bf
+d3
+f2
+d5
+01
 67
-20
-40
-5a
-a8
-20
-20
-04
-39
-6f
-e4
-47
+af
+45
+ad
+82
+8a
+14
+87
+5d
+fd
+db
+aa
+cf
+5e
+a1
+4d
+cf
+6e
+c2
+c5
+5f
 13
-c3
-08
-e0
+ea
+18
+5f
+e2
+7f
+4c
+96
+26
+7f
 2a
-20
-40
-61
-95
-20
-40
-54
-ac
-20
-34
-60
-67
-6f
-e4
-47
+11
 13
-c2
-98
-04
-56
-20
-20
-60
-23
-70
-46
-66
-00
-6f
-e1
-47
+c9
+25
+fd
 21
-67
 e1
-45
-de
-70
-45
-e2
-01
-20
-20
-35
+b7
+6e
+5a
+49
+b2
+51
+e9
+09
+c3
+ef
+4c
+2d
+11
+c7
+5a
+3e
+cc
 34
-6f
-e0
-c1
-41
-67
-e0
-ca
-07
-20
-60
-00
-00
-6f
-e0
-ca
-07
-67
-e0
-c1
-41
-20
-60
-00
-00
-20
-40
-62
+f8
+6d
+ff
+de
+df
+ee
+f8
+ac
+82
 0e
-20
-40
-78
-aa
-20
-40
-04
-65
-20
-20
+4a
+6a
+2c
+60
+a5
+ea
+43
+db
+03
+04
+2c
+cf
+ab
+a1
+bf
+4c
+db
+f8
+51
+bc
+46
+2c
+25
+d3
+3c
+3e
 5e
-61
-6f
-e0
-c6
-49
-c1
-7f
-80
-00
-da
-20
-00
-00
-70
-49
-77
+98
+50
 05
-68
-48
+a0
 c6
-49
-20
-40
-04
-6c
-20
-20
-56
-c1
-6f
-e4
-47
-13
-c2
-95
-d6
-de
-6f
-e0
-c9
-74
-1f
+1d
+bf
+fb
+2f
+3c
+c7
+da
+2f
+d9
 e2
-26
-00
-6f
-e0
-c6
-54
-c0
-7f
-84
-73
-20
-20
-56
-ce
-6f
-e0
-c6
-49
-20
-40
-59
-46
-68
+27
 48
-c6
-49
-20
-20
-04
-77
-1a
-62
-7e
-00
-67
-e0
-c9
-78
-1f
+c2
+d7
+91
+23
+a6
+ea
+6b
+09
+9a
+92
+93
+c5
 e3
-fe
-00
-1f
-e2
-24
-00
-18
-42
-26
-00
-20
-40
-55
-b1
-1a
-62
-04
-00
-20
-40
+e5
+b2
+f2
+ff
+4f
+a2
 6e
-e6
-7d
-20
-a4
-00
-20
-40
-59
-3d
-20
-20
-59
-29
-20
+f3
+44
+cb
+d8
+0d
+ab
+9c
 40
-36
-b4
+d3
 24
-74
-00
-00
-20
-40
-36
+3c
+7c
+de
+06
+25
+3e
+06
+48
+fc
+26
+0f
+fe
+7b
+70
+27
+82
+de
+dc
 be
-20
-40
-04
-88
-6f
+81
+33
 e1
-c6
-08
-20
-20
-36
-22
-58
-00
-00
-00
-79
-20
-7e
-15
-67
-e4
-00
-16
-58
-00
-00
-00
-67
+78
 e2
-00
-1e
-20
-60
-00
-00
-70
-46
-00
-00
-20
-40
-36
-47
-5f
-ff
+37
+2a
+e0
+bc
 ff
-ff
-67
+a6
+72
+37
+e6
+bc
+6b
 e2
 45
-af
-58
-00
-00
-00
-67
-e3
-c8
-46
-70
+e5
+6c
+27
+a1
+bd
+26
 47
-3f
-01
-20
-40
-59
-ed
-20
-20
+fc
+e3
+a9
 62
+aa
 2b
-20
-40
-5a
-92
-20
-40
+35
 04
-88
-20
-40
-56
-a9
-68
-48
-c6
-54
-20
-40
-6e
-f7
-68
-48
-c6
-54
-20
-40
-6e
-d3
-6f
-e0
-c6
+83
+99
+61
 4d
-20
-40
-59
-43
+a5
+66
+74
+fc
 68
-48
-c6
-5a
-20
-40
-55
-ab
-d8
-40
-00
+c2
+1d
+ff
+f8
+6d
+8d
+4d
+4a
+8a
+51
+a0
+2b
+fa
+fd
+d7
+fe
+fc
+61
+92
+dd
 15
-20
-40
-55
+4e
+3f
+97
+42
+ee
+50
+64
+c4
+ed
+b6
+0d
+a5
+cb
+87
+a2
+70
+e3
+6a
+ce
+a8
+b4
 b5
-20
-40
-61
-1a
-20
-40
-55
-0c
-20
-40
-54
-f9
-68
-48
-c6
-4a
-20
-40
-6f
-0f
-68
-48
-c6
+27
+e2
+ad
+46
+99
+03
+cb
+c0
+71
 4b
-20
-40
-6f
-0f
-68
-48
-c6
-5b
-20
-40
-55
-b5
-20
 40
-04
-af
-20
-20
+07
+b4
 54
-e5
-6f
-e1
-c7
-3c
-67
-e1
-86
-70
-df
-20
-00
+9e
+1a
 18
-d8
-40
-00
-00
-6f
-e1
-86
-70
-2f
-ef
-fe
-00
-20
-40
-84
-bc
-6f
-e1
-86
-70
-1f
-e3
-7e
-00
+32
+24
+61
+cc
+60
+61
+5b
+ed
+fc
+b2
+22
+57
+dd
 67
-e1
-86
-70
-18
-40
-84
-01
+6a
+8a
+32
+99
+c0
+a4
 c2
-00
-04
-b3
-20
-60
-00
-00
-18
-46
-7c
-ff
-20
-62
-80
-00
-20
-20
-6f
-0b
-c6
-93
-00
-00
-20
-40
-56
-01
-24
-74
-00
-00
-6f
-e0
-c7
-7c
-70
-47
-7c
-00
-24
-5a
-04
-d4
-6f
-e4
-47
-13
-c3
-0b
-04
-c9
-6f
-e0
-c9
-6c
-24
+d8
+ab
+3b
+71
+e2
+a5
+87
+63
 3a
+a4
+1d
+68
+2e
+11
+03
+6c
+7f
+c5
 60
-b6
-20
-40
-04
-cb
-20
-20
-60
-a2
-6f
-e0
-c6
-59
-c1
-ff
-80
-00
-6f
-e0
-c7
-7d
-20
-7a
-00
-00
-1f
-e0
-ff
-ff
-67
-e0
-c7
-7d
-58
-00
-00
-00
-67
-e2
-48
-47
-20
-20
-5a
-73
-20
-40
-04
-88
-20
-20
-02
-1e
-6f
-e4
-47
 13
-c4
-15
-00
-00
-c3
-1f
-de
-b9
-68
-48
-c6
-5a
-20
-40
-6e
+95
+74
+18
+2d
+75
+aa
+41
+f8
+f4
+45
+77
+a5
+8d
+e4
+26
+95
+9b
+87
+99
 f7
-68
-48
-c6
-5a
-20
-40
-55
-b1
-68
-48
-c6
-5a
-20
-40
-6e
-e6
-24
-20
-de
-c2
-20
-20
-5e
-be
-6f
-e0
-c9
-57
-c0
-06
-04
+7d
+91
+d0
 e4
-20
-20
-57
-4a
-6f
-e0
-c6
-90
-c0
-00
-57
-72
-c0
+33
 00
-d7
-75
+82
 c0
-01
 57
-78
-c0
-01
-d7
-7b
-20
+8e
+89
+7a
+31
+dc
+89
+05
+1c
+6f
+aa
+a6
+cc
+53
+30
+27
+cd
+2a
+21
 60
-00
-00
-20
-40
-59
-58
-c0
-18
-59
-5f
-c0
+23
+35
+b0
+dc
+2b
+4e
+b4
 18
-d9
-c6
-c0
+55
+ed
 2c
-04
-ef
-20
-20
-59
-52
-20
-40
-59
-e7
-6f
-e0
-c8
-5a
-c0
-2c
-84
-f3
-20
-20
-59
-5f
-70
-49
-57
-0b
-da
-60
-4a
-0b
-20
-20
-59
-95
-6f
-e0
-c4
-20
-c1
-80
-00
-00
-6f
-e0
+b8
+66
+72
+a5
+1b
+2b
+b8
 c9
-57
-c0
-05
-84
 fb
-20
-20
-59
-f8
-20
-40
-5a
-6d
-6f
-e0
-c6
-59
-c0
-7f
+90
+be
+bb
 85
-01
-68
-48
-c6
-59
-20
-40
-6e
-e6
-24
-60
-80
-00
-58
-00
-00
-00
-20
-40
-69
-e5
-c0
-ac
-59
-55
-20
-20
-5a
-2f
-78
-54
-7c
-00
-58
-00
-00
-00
-67
-e3
-48
-47
-20
-40
-04
-f6
-20
-20
-56
+a8
+1a
 06
-5c
-45
-aa
+3e
 55
-40
-00
-00
-40
-05
-00
-33
-07
-20
-00
-00
-00
-00
-00
-00
-00
-00
-73
-88
-a4
-f2
-7d
-61
-00
-00
-00
-00
-00
-20
-00
-60
-04
-00
-00
-00
-00
-00
-00
+52
+1a
+fb
+d8
+ba
+44
+4a
 10
-04
+dd
 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
+d8
+b7
+0a
+24
+8d
+e9
 12
-10
-02
-00
-01
-5b
-aa
+8a
 55
-1e
-00
-44
-46
-06
-07
-08
-08
-07
-06
-14
+13
+c2
+f1
+5c
+f0
+b2
+bd
+da
+58
+52
+4b
+76
+8c
+b5
+87
+59
+ef
+96
+7b
+6c
+32
+d6
+8e
+9f
+c7
+df
 12
-0d
 0f
-15
-01
-02
-01
-ff
-ff
-0a
-ff
-ff
-ff
-ff
-ff
-ff
-05
-8c
-ff
-8c
-ff
-ff
-ff
-aa
-55
-01
-00
-29
-47
-01
-aa
-55
-02
-00
-ff
+3f
+90
+42
+dd
+b1
+24
+34
 46
-00
-14
-aa
-55
-03
-00
-02
-47
-05
-05
-02
-aa
-55
-01
-00
-07
-47
-14
-aa
-55
-01
-00
-05
-47
-02
-aa
-55
-02
-00
+0b
+ee
+a1
+ad
+ad
+1b
+f5
 0a
-47
-02
+ab
+ae
+cb
+49
+52
+4a
 06
-aa
-55
-01
-00
-0d
-47
-0a
-aa
-55
-01
-00
-12
-47
-0a
-aa
-55
-02
-00
-0f
-47
-58
-02
-aa
-55
-02
-00
-3a
-46
+a9
 0a
+81
+1f
+b0
+ac
+f8
+72
+7e
+19
+2c
+d4
+7e
+af
+13
+f2
+51
+6e
+a5
+a8
+49
+85
+a4
+86
+f4
+04
+20
+1b
+74
 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
+61
+bd
+88
+1d
+41
+10
+fd
+18
+e2
+8d
+f4
+bd
+10
+51
+3c
+84
+d2
+4a
+52
 46
+07
+e9
+92
+29
 b0
-04
-aa
-55
-01
-00
-1e
-47
-0a
-aa
-55
-02
-00
-25
-47
-70
-17
-aa
-55
-01
-00
+eb
+fe
+e9
 cb
-43
-08
-aa
-55
-01
-00
-1b
-47
-02
-aa
-55
-01
-00
-94
-40
-01
-aa
-55
-01
-00
-c0
+27
+d9
+49
+83
+05
+d9
 40
-20
-aa
-55
+dd
+75
 01
-00
-6b
-49
-20
-aa
-55
+15
+d3
+0e
+cd
+e6
 02
-00
-66
-46
-00
-34
-aa
-55
-01
-00
-74
-46
-34
-aa
-55
+17
+d6
+28
+eb
+89
+3f
+75
+8c
+c0
+d1
+26
+d4
+64
+87
+bf
+8a
+af
+1d
+99
+4a
+98
 01
-00
-81
-46
+0e
+62
+a0
+3d
+26
+0f
+9a
+0f
+49
+ec
+27
+0a
+2c
+a1
+2b
+7f
+37
+24
+d9
+79
+37
+22
 33
-aa
-55
-06
-00
-2d
-46
-dc
-05
-84
-03
-e8
-03
-aa
-55
+08
+e3
+0b
+85
+37
 01
-00
-35
-46
+fd
+a6
+e0
+07
+31
+42
+ae
+6e
+e6
+27
+bc
 04
-aa
-55
-01
-00
-28
-47
+5f
+77
+a9
+ef
+86
+53
+d6
+99
+2c
+ce
+73
+dd
+d3
+2e
+65
 03
-aa
-55
-01
-00
-27
-47
+62
+81
+40
+6a
+f6
+92
+13
+fd
+ec
+0a
+77
+db
+29
+eb
+49
+40
 07
 aa
-55
-06
-00
-e6
+4e
+4c
+9f
+d8
+7e
+6b
+d4
+6e
+21
+cd
+3f
+0c
+a9
+a4
 46
-00
-00
-00
-00
-00
-00
-aa
-55
-06
-00
-f1
-44
 02
-11
-37
-58
-51
-61
-aa
-55
+a5
+be
+96
+f1
+a9
+0e
+c6
+4b
+2b
+7a
+79
+20
+ca
+36
+96
 01
-00
+f6
+02
+9e
+f4
 89
-45
-01
-aa
-55
-05
-00
+37
+2a
+43
+f9
+3b
+1d
+03
 e3
-45
-01
-0f
-0f
-0f
+d6
+a8
+ef
+99
 0f
-aa
+23
+ec
+b7
+39
+09
+dc
+2e
+8d
+af
+b6
+43
+ba
+ed
+96
+5a
+38
+60
+a9
+3b
+76
+a4
+5e
+b0
+25
+1f
+f6
+27
+d2
+2a
+07
+84
+ae
+30
+e9
+d1
+db
+fe
+0b
+35
+8e
+19
+fb
+0a
+0a
 55
-01
-00
-b9
-45
-00
-aa
-55
-01
-00
-40
-47
+db
+86
+29
+5e
+f2
+72
+27
+c7
+94
+cb
+24
+cf
+42
+94
+3f
+bb
+19
+74
+53
+1c
+60
+9e
+64
+fa
+be
+1c
 02
-aa
-55
-01
-00
-ca
-45
-00
-aa
-55
-01
-00
-7b
-47
-00
-aa
-55
+b1
+29
+91
+44
+22
+2d
+06
+87
+65
+35
+09
+52
+f5
+25
+af
+f4
+56
+75
+c1
+cb
+13
+d2
 02
-00
-8b
-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
-f2
-f9
-00
-00
-77
-01
-0b
-aa
-55
-04
-00
-59
 47
-00
-77
-01
-00
+a0
+6a
+9f
+d0
+cf
+4e
+89
+4e
+51
+f6
+e5
+6e
+6b
+20
 aa
-55
+a3
+8c
+e8
+fb
+20
+63
+bd
+9e
+d4
+c6
+6b
 03
-00
-af
-45
-00
-48
-60
-aa
-55
-02
-00
-1d
-46
+b2
+1a
+df
+a3
+ea
+18
+70
+ed
+5f
+0e
+80
+76
+09
+66
+1a
+71
 2c
-01
-aa
-55
-02
-00
-1b
-46
-50
-00
-aa
-55
-02
-00
+da
+b6
+04
+3d
+dc
+40
 23
-47
-64
-00
-aa
-55
-01
-00
-f4
+0a
+bd
+f1
+f0
+0b
+60
+6c
+a3
+d4
 46
-01
-aa
-55
-06
+8f
+57
+dd
 00
-db
-42
-71
-81
-91
-a1
-b3
+bd
 c1
 aa
-55
-01
-00
-93
-43
-07
-aa
-55
-08
-00
-c0
-43
-fb
-00
-48
-08
+75
+a8
+b5
+42
+7c
+33
+2a
+11
+18
+f2
 fb
-00
-48
-08
-aa
-55
-02
-00
-be
-47
-96
-00
-aa
-55
-02
-00
-b5
-47
-15
-00
-aa
-55
+14
+ce
+75
+da
+74
+b8
 02
-00
-9b
-43
+c6
+ec
+b6
+ef
+d1
+d9
+e8
+37
 19
-00
-aa
-55
+7a
+98
+7d
+af
+91
+af
 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
+2f
+7a
+5f
 14
-00
-a0
-47
-06
-ff
-06
-00
-03
-00
-80
-0c
-09
-42
-54
-35
-2e
-32
-20
-4d
-6f
+51
+fe
+0a
+a9
+fc
+c6
+28
 75
-73
-65
-aa
-55
-0e
-00
-68
-43
-1f
-0c
-09
-42
-54
-35
-2e
-32
-20
-4d
-6f
+df
+4a
 75
-73
-65
-aa
-55
-0c
-00
+69
+e7
+80
+9f
+70
+57
+38
+a8
+ce
+1a
+77
+6d
+fd
+f8
 6b
-42
-0b
-42
-54
-35
-2e
-32
-20
-4d
+93
+78
+36
+05
+85
+cd
+5b
+c2
+64
+7f
+4a
+5d
+66
+ba
+4e
+8a
+a3
+59
+31
+15
+22
+bd
+fd
+d2
+6a
+10
+95
+92
+a7
+16
+0a
+2a
+6d
+08
+79
+72
+5f
+c9
+0e
+f5
+e4
+9a
+d9
+f9
+64
+dc
+da
+26
+17
+13
+c0
+92
+f7
+63
+8c
+da
+76
+e9
+4b
+01
+a2
+a7
+60
+bc
 6f
-75
-73
+7c
+4a
+fa
+a2
+ca
+e5
+de
+89
+ec
 65
-aa
-55
+28
+db
+e6
+a4
+95
+6a
+5b
+57
+ef
+67
 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
+d9
+ac
+21
+16
+4e
+71
+b8
+bf
+51
+fd
+bc
+a3
+31
+70
+22
+b1
+33
+eb
+cd
+24
+61
+f2
+da
+14
 03
+91
+66
+68
+b9
+07
+ba
+8e
+31
+bf
+a7
+f1
+9e
+19
+d1
+76
+7b
 12
-18
-ff
-00
-00
-aa
-55
+97
+7f
+59
+fc
+89
+8d
+a0
 03
-00
-ec
-46
-00
-50
-00
-aa
-55
-02
-00
-eb
-43
-80
-1f
-aa
-55
-01
-00
-f4
-43
-80
+07
+57
+20
+18
+9e
+83
+c2
+84
+f8
+34
+d3
+7a
+72
+bc
+cd
+96
+71
 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
+bc
 1c
-92
-1d
-93
+18
+c6
+5e
+12
+7e
+a8
+38
+09
+dd
+01
+e6
+e4
+17
+fe
+97
 1d
+59
+68
+32
+0b
+11
+15
+d0
+6e
+53
+53
 46
-1e
-47
-1e
-fa
-1e
+8e
+9d
 aa
-55
-06
-00
-fe
+bf
+2b
+4e
+85
+54
+25
+4e
+43
+27
 49
-fb
-1e
-ae
-1f
+26
+43
+be
+f2
+b4
+3c
+de
+96
+63
+91
+f9
+bd
+2a
+b0
+f8
+fe
+a8
+f8
 ac
-1f
-aa
-55
-01
-00
-ec
-44
-ff
-aa
-55
-01
-00
-eb
-44
-1e
-aa
+ba
+d8
+e5
+1d
+3d
+82
+c3
+96
+57
+4e
+56
+de
+20
+65
 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
+9e
+8f
+32
 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
+59
+d1
+5a
+03
+f9
+0c
+0c
+d9
+8e
+0a
+62
+3a
+95
+a2
+30
+39
+7e
+20
+54
+ee
+d8
+49
+23
+a9
+b0
+7b
+5f
 41
+5d
 46
+9c
+73
 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
+61
+ba
+5a
 00
-6c
-08
-ff
+fc
+52
+1f
+c8
+a4
+65
+85
+3b
+ed
+10
+fe
 aa
-55
+c5
+ae
+3c
+b2
+fe
+54
+80
+99
+87
+39
+d7
+cb
+d3
+50
+50
+77
+f8
 11
+9c
+c9
+e3
 00
+39
+ab
+b9
+38
+e5
+4f
+a3
+3a
+f0
+25
+1a
+3a
+e0
+18
+76
+d5
 68
-48
-03
-04
-01
-02
+6b
+e4
+f2
+ba
+70
+2c
+d3
+d1
+81
+0e
+d6
+38
+06
+96
+17
+20
+0a
 20
-2a
-3f
-15
-28
-35
 1b
-11
-8a
-8b
-83
-84
-89
-aa
-55
-08
-00
-4e
-49
-09
+6c
+a4
+4a
 a5
-0b
-f3
-09
-00
-ff
-ff
+3b
+5d
+b3
+d3
+02
+33
+f7
+10
+85
+9e
+39
+be
+c3
+66
 aa
-55
-08
-00
-46
-49
-09
-5a
-0b
-f3
-09
-00
-ff
-ff
+43
+84
 aa
-55
-12
+10
+25
+62
+bc
 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
+f2
+4b
+1c
 10
-1d
-ed
-7d
-80
-ff
-ff
-aa
-55
-1e
-00
-d6
 48
-09
-5a
-ff
-27
-ab
-40
-be
-d1
-a0
-41
-a1
-12
-a5
-84
-a7
-ff
+5e
+89
+91
+fc
+1e
+6b
 b5
-d0
-b6
-00
-ff
-00
-35
-c8
-25
-af
-09
-00
-ff
 ff
-aa
-55
-2e
-00
-fc
-48
-09
-5a
-0d
+2f
+a7
+9f
+65
+89
+a6
+60
+fa
+17
+78
+fb
+f5
+3d
+9d
+19
 10
-0e
+ec
+90
+c9
+6b
+3a
+95
+6b
+d0
+b3
+cb
+46
+dd
+23
+f6
+33
+d5
+8b
+64
+a5
+6c
+6a
 c5
-5b
-9a
+3c
+c9
+e6
+02
+9e
+96
+95
+c4
+63
+c3
+31
+1e
+e6
+83
 10
+50
+77
+57
+52
+f2
+d0
+81
+ef
+ca
+60
+79
+56
+a8
+ac
+71
+d5
+2b
+47
+bd
+4f
+0e
+3e
+59
+34
+31
+80
+32
+c7
+08
+49
 38
-11
-42
-28
-28
-41
+5e
+92
+50
+0c
 23
-49
-39
-4a
-b0
-4b
-a0
-4c
+23
+56
+bd
+eb
+09
+3b
+df
+9f
+cc
+3d
+3d
+16
+32
+85
+ed
+2b
+26
+36
+a8
 90
+57
+f1
+8a
+84
+dd
+d4
+79
+ac
+65
+17
+9d
+f4
+cf
+af
+97
+2f
+d0
 4d
+1f
+39
+62
+6d
+e4
+e7
+45
+47
+4a
+e8
+98
+c2
+c4
+b6
 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
+da
+99
+e5
+1b
+76
+59
+fb
+11
+f3
+44
+60
+86
+77
+89
+d3
+f3
+34
 48
-41
-0c
+12
+77
+1a
+7e
+6d
+c0
+24
 aa
-55
-06
-00
+44
+54
+b5
+2f
+5c
+a5
+85
+21
+16
+32
+15
+5d
+83
+c8
+7c
+16
+fb
+54
+c4
+5a
+23
+20
+78
+b0
+29
+e2
+92
+8c
+48
+62
+45
+f3
+93
+c4
+28
+0b
+9e
+f9
+70
+e6
 c3
-40
-35
-3f
-64
-db
+d1
+24
+66
+73
+d6
+3e
+a0
 7b
-3b
-aa
-55
-01
-00
-a7
-40
+15
+0e
 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
+87
+25
+6a
+28
+6c
+70
+81
+ca
+30
+e9
+79
+47
+8a
+ab
+9e
+4d
+38
+9b
+d6
+75
 16
-00
-00
-00
-20
-00
-00
-00
-00
-00
-00
-00
-00
-00
-aa
-55
-05
-00
-5e
-41
+62
+15
+2c
+b6
+8b
+a3
+35
+31
+19
+1d
+db
+24
+fe
+b3
+78
+e2
+e9
+bc
+f0
+10
+90
 08
-0e
-05
-03
-00
-aa
-55
-01
-00
-68
-41
-20
-aa
-55
-02
-00
-9a
-40
-00
-0c
-aa
-55
-05
+6f
+58
+13
+fd
+07
+e3
+45
+4d
+46
+58
+bf
+84
+89
+4c
 00
+fd
+56
+d0
+66
+45
+9d
+7d
+63
+9b
 43
-41
-ff
-04
-00
-00
-08
-aa
-55
-01
-00
-1c
-02
-5a
-aa
-55
-01
-00
+ac
+fb
+13
 07
+30
+3b
+89
+7b
+72
+e2
+5c
+c2
+94
+9e
+8e
+7e
+92
+a5
+f1
+0b
+21
+0d
+64
+25
+eb
+48
+58
+ec
+a2
+c6
+52
+8a
+0b
+3f
+97
+29
+cb
+ec
+ba
+c2
+99
+17
+bb
+f6
+3d
+72
+0e
+26
+b6
+be
+16
+6c
+9a
+71
+b5
+be
+e9
+db
+17
+85
+e3
+72
+c3
+3b
+04
+7e
+4c
+43
+b5
 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
+2c
+2e
+e5
+f6
+5f
+90
+3f
+7a
+42
+73
+f9
+34
+49
+db
+ea
+3b
+37
+21
+8e
+8f
+af
+6f
+eb
+c6
+67
+38
+b9
+1d
+6f
+c3
+51
+c9
+d4
+ac
+46
+99
+03
+78
+72
+6f
+8c
+2e
+bb
+69
+d1
+e2
+9d
+46
+7d
+c4
+c2
+da
+0a
 04
-00
+64
+5e
+81
+ec
+b4
+e9
+0c
+75
+78
+68
+95
+d0
+51
+e2
+1c
+10
+0a
+69
+a7
+3d
+1d
+9c
+97
+da
+73
+d3
+34
+01
+95
+d8
+42
+a2
+5c
+0a
+d4
+95
+bd
+60
+f2
+fa
+0c
+3a
+f8
+d8
+a3
+ed
+fa
+7b
+ef
+22
+61
+74
+68
+ba
+f1
+70
 0d
-44
-00
-07
+90
+db
+a2
+77
+61
+f4
+17
+78
+b4
+3c
+c2
+36
+88
+9b
+71
+f5
+2d
+8f
+f6
+22
+22
+ce
+05
+51
+ed
+e2
+2a
+df
+4b
+cd
+e5
+69
+d6
+17
+15
+ed
+3f
+bc
+e9
+39
+5a
+f9
+0d
+ef
 ff
-07
+71
+d0
+0f
+21
 aa
 55
-01
+40
+00
+00
+40
+05
+00
+73
+07
+a0
+00
+00
+00
+00
+00
+00
+00
+00
+f7
+98
+86
+f2
+7d
+61
+00
+00
+00
+00
+00
+20
+00
+60
+04
+00
+00
+00
+00
+00
+00
+10
+04
+70
+00
+00
+06
+00
+30
+00
+00
+00
+00
+00
+00
+00
+00
+45
+a4
+00
+00
+00
+00
+00
+00
+00
 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
+08
+00
+13
+47
+04
+c9
+12
+10
 02
 00
-9c
-40
-49
-41
-55
-aa
+01
+5b
 aa
 55
-32
-58
-cf
-d2
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
+1e
+00
+44
+46
+06
+07
+08
+08
+07
+06
+14
+12
+0d
+0f
+15
+01
+02
+01
 ff
 ff
+0a
 ff
 ff
 ff
 ff
 ff
 ff
+05
+8c
 ff
+8c
 ff
 ff
 ff
+aa
+55
+01
+00
+29
+47
+01
+aa
+55
+02
+00
 ff
+46
+00
+14
+aa
+55
+03
+00
+02
+47
+05
+05
+02
+aa
+55
+01
+00
+07
+47
+14
+aa
+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
+00
+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
+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
+20
+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
+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
+45
+c0
+12
+aa
+55
+07
+00
+43
+47
+d0
+52
+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
+21
+1c
+52
+1c
+aa
+55
+10
+00
+e2
+49
+53
+1c
+1a
+1d
+1b
+1d
+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
+28
+35
+1b
+11
+8a
+8b
+83
+84
+89
+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
+46
+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
+54
+00
+d6
+48
+09
+5a
 ff
+27
+ab
+40
+b3
+56
+9b
+e6
+a8
+12
+a9
+c0
+be
+e6
+a5
+af
+a0
+21
+a1
+02
+b8
+10
+b9
+0b
+a7
 ff
+b5
+d0
+b6
+00
 ff
+00
+09
+00
 ff
 ff
+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
+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
+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
+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
+df
+54
+e4
+08
 ff
 ff
 ff
@@ -8188,5 +8188,5 @@
 ff
 ff
 ff
-ed
-d7
+a4
+1c
Index: output/flash.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/flash.dat	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/flash.dat	(working copy)
@@ -1,6964 +1,6964 @@
 00
 02
+8f
+ab
+f1
+00
+3c
+ae
+c6
+03
+78
+5c
+8d
+07
+e0
+71
+35
+1e
 aa
 55
-2a
-14
-c2
-84
-00
-28
-c0
-00
-02
-a5
-c0
-01
-00
+20
+16
+4e
+06
+a3
+16
+a2
+a1
+1a
+49
+23
+16
+29
+ea
+50
+e2
+3b
+d1
+04
+50
+c7
+1b
+27
+04
+c7
+39
+53
+b3
+ab
+e7
+ae
+4a
+7a
+e0
+5f
+16
+cf
+5b
+41
+0b
+59
+bb
+32
+eb
+3c
+51
+42
+ec
+fb
+71
+21
+34
 55
-c0
-08
-00
+f1
+54
+74
+8e
+c2
+9e
+af
+86
 5e
-c0
-08
-80
-60
-c0
-0a
-01
-58
-c0
-0a
-80
-e1
-c0
-0c
-01
-01
-c0
-0c
+6f
+e2
+3b
+d4
+04
+57
+2d
+d4
+35
+5b
+57
+3f
+fb
+f0
+f4
+79
+61
+69
+7a
+85
+9a
+29
+e3
+b6
+f7
+db
+c4
+f7
+ca
+97
+ef
+fb
+f6
 81
-08
-c0
+ff
+7c
 0d
-00
+c6
+8e
+9e
+50
+fe
+9b
+7d
+6f
+32
+dc
+27
+f3
+0f
+1d
+bc
+2b
+56
+56
+8c
+9d
+8f
+55
+db
+6a
+dc
+48
+31
+8b
+0f
+8c
+d1
+9b
+d4
+1e
+c5
+79
+d3
+97
+19
+28
+22
 6e
-c0
-12
-82
-0e
-c0
-34
-02
-81
-c0
-34
-82
-a9
-c0
-36
-02
-4a
-c0
-36
-80
-3d
-c0
-37
+b9
+bc
+cc
+e4
+7d
+41
+18
+9e
 04
-42
-c0
-39
-84
-97
-c0
-3b
-80
-37
-c0
-3d
-05
-05
-c0
-3e
-84
-e1
-c0
-3f
-84
-77
-c0
-40
-84
-ea
-c0
+ad
 42
 03
-92
-c0
-42
-83
-de
-c0
-43
-01
-ef
-c0
+23
 43
-83
-bc
-c0
-44
-03
-dc
-c0
-45
-03
-a6
-c0
-46
-02
-e7
-c0
-46
-83
-4f
-c0
-47
-04
-61
-c0
-45
+38
+4e
+9d
+59
+80
+7c
+b6
+c6
+3a
+78
+94
+b9
 82
-c0
-c0
-48
-04
-d6
-c0
-4a
-84
+54
+6c
+87
+b6
+49
+02
+5d
+35
+3c
+b6
+bf
 8e
-c0
-4b
+ca
+2f
+37
+91
+b1
+7f
+9f
+e6
+0d
+7c
 04
-bf
-c0
-6b
-02
-07
-c0
-62
-82
-2d
-c0
-6a
-82
-88
-c0
-6d
-01
+a2
+4d
+06
+f3
+6e
+37
+73
+d9
+cd
+e3
+66
+99
 41
-20
-20
-23
-5a
-c0
-0a
-01
+93
+a1
+3d
+f3
+fc
+3d
+c6
+d6
+21
+60
+2f
+e2
+26
 79
-c0
-0d
-01
-78
-c0
-12
-81
-a8
-c0
-13
-01
+54
+3f
 ad
-c0
-1c
-81
-bf
-c0
-1d
-01
-c9
-c0
-26
-01
-c5
-c0
-26
-81
+90
+7b
+f5
+a9
+06
+0f
 c3
-c0
+4b
 48
+ad
+2a
+44
+a3
+85
+5f
+89
+7a
+de
+78
+2d
+98
+be
+f0
+41
 02
-30
-c0
-4b
-04
-82
-c0
-4d
-00
-ef
-c0
-4e
+59
+9d
+ab
+6e
+2e
+be
+ec
+97
+47
+fa
+e0
+12
+8c
+38
+9e
+b0
+27
+1b
+2a
+ca
+78
+2f
+22
+32
+40
+d6
+dc
+da
+89
+35
+a3
+c2
+df
 80
-f6
+46
+ed
+5d
+bd
+6b
+ce
+99
+ff
+81
+af
+9a
+a1
+4a
+63
+e5
+8d
+ad
 c0
+ad
+ec
+ba
+af
+4b
+3d
+e6
+2b
+87
+30
+7a
+05
+fe
+1c
+9e
+4c
+16
 4f
-82
-52
-c1
-7f
-80
-00
-20
-20
-23
-5a
-20
+a2
 40
-6f
-82
-20
-40
-6f
-b0
-1f
-e6
-fc
-0a
-20
-40
-7d
-5f
-67
-e1
-46
-33
-20
-20
-55
-53
-6f
-e0
-c6
-4f
-67
-e0
-c9
-58
-6f
-e0
-c6
-4e
-c1
-7f
+0d
+e9
+f6
+8d
+3d
+72
+15
+84
+82
+21
+14
+b9
+2f
 80
-00
-20
-40
-23
-c3
-6f
-e0
+bb
+9f
+36
+54
+27
 c6
-4e
-d8
-40
-00
-3e
-20
-40
-6f
-21
+96
+4d
+1e
+f8
 6f
-e0
-c6
+52
+3c
+83
+63
+2a
+9f
+94
+e1
+8e
+54
+1c
+cd
+98
+f7
+a6
+1d
+75
+f4
+bb
+c5
+92
+06
+1d
 5b
+ff
+93
+3a
+88
+e6
+52
+98
+bd
+ae
+11
+7c
+68
+4b
+e0
+82
+89
+27
+2e
+d1
+c8
+b8
+08
+6e
+e2
+9c
+ea
+56
+10
+27
+95
+43
+f3
+56
+43
+9e
+cf
+65
+3a
+f8
+27
+65
+a3
+02
+25
+6e
+ad
+2b
+e7
+bc
+57
+a1
+41
+e8
+c3
+7c
+0f
+92
+36
+07
+b3
+02
+74
+87
+36
+37
+58
+f8
+8a
+d3
+39
+c5
+e9
+1b
+3a
+3f
+85
+a3
+36
+fa
+88
+da
 d8
-40
-00
-3e
-20
-40
+60
+96
+a5
+5c
+53
+7a
+30
+7b
+95
 6f
-21
-68
-48
-c6
-4d
-20
-40
 55
-b5
+9e
+e0
+41
 68
-48
-c6
-4d
-20
-40
-6e
-e6
-20
-40
-d4
-73
-20
-40
+3e
+cb
+f6
 55
-b1
+9c
 68
-48
-c6
-4d
-20
-40
-6e
 dd
-20
-40
-23
-c7
-68
-48
-c6
-4e
-20
-40
-6f
-0f
-68
-48
+ed
+49
+91
+a6
+31
+e8
+f7
 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
-0f
-20
-40
-24
-8c
-20
-20
-00
-55
-70
-89
-00
-00
-20
-20
-21
-53
-70
-8a
-0f
-60
+1e
+04
+b6
 70
-8a
+d8
+0d
+fe
+98
+e2
+ab
+7e
+98
+0d
+58
+e3
 10
+8c
+2a
 aa
-70
-8a
-12
-7a
-70
-8a
-25
-00
-70
-8a
-26
-00
-20
-00
-00
-3c
-70
-8a
-20
-20
-70
-8a
-23
-f5
-70
-8a
-24
-12
-70
-8a
-24
-10
-20
-00
-00
-3c
-70
-8a
-12
-60
-70
-8a
-23
-dd
-20
-60
-00
-00
-70
-01
+08
+2b
+a2
+22
+73
+86
+92
 bb
-00
-70
-01
-bc
-00
-37
-d9
-82
-00
-70
-89
-46
-0d
-70
-89
-6f
-10
-70
-8a
-13
-cd
-70
-8a
-06
-10
-70
-8a
-84
+36
+30
+97
+a4
+45
+d1
+1a
+2b
+ca
+a8
 4a
-70
-8a
-85
-40
-70
-8a
-16
-fe
-20
-40
-00
-b5
+4e
+a4
+cb
+75
+28
+92
+56
+e9
+83
+5d
+af
+c6
+c6
+3a
+af
+b6
+66
+8b
+f2
+a2
+a8
+4e
+cd
+fb
+8c
+46
+d1
+f6
+e6
+c0
+71
+ce
+48
+8c
+15
+c4
+31
+f9
+8b
+08
+fc
+a3
+d1
+77
+ee
+d8
+12
+3d
+a4
+8e
 20
-40
-70
-d7
-37
-d9
-82
-00
-70
-81
-3b
-5f
-37
+ac
+16
 d9
-82
-00
-70
-81
+c7
+cb
+cb
+62
+2a
+e6
+e2
+9a
+25
 3c
-88
-37
-d9
-82
-00
-6f
-e0
+4d
+61
+48
 c0
 99
-c0
-08
-00
-aa
-6f
-e0
-c4
-38
-1f
-e1
-fe
-04
-67
-f0
-8a
-02
-70
-89
-0f
-01
-70
-8a
-80
-24
-70
-8a
-81
-62
-58
+8c
 e6
-12
-12
-67
-f1
-8a
-73
-70
-8a
-86
-60
-70
-8a
-8b
+e7
 3b
-20
-40
-00
-9c
-70
-80
-43
-00
-70
-80
-42
-05
-58
-55
-74
-74
-67
-f1
-89
-68
-70
-89
-60
-6e
-20
-40
-01
+e1
+3e
+8e
+07
+62
 14
-20
-40
-01
-3f
-20
+f8
+11
+38
+e1
+e2
+db
+a9
+31
+a1
+d8
+fb
+88
+6c
+bb
+1d
+dc
+2e
+03
+a8
+33
 40
-00
-96
-70
-41
-48
+a1
+bd
 0c
-20
-20
-6f
-4e
-20
-75
-80
-00
-37
-d9
-82
-00
-6f
-e0
-c1
-1c
-67
-f0
-81
-3a
-37
-d9
-82
-00
-20
-60
-00
-00
-6f
-e0
-c0
-99
-c0
+13
+d8
+de
+7b
+21
+e8
+eb
+15
+35
+c8
 0c
-00
-a2
-6f
-e0
-c4
-38
-1f
+f5
+57
+6c
+de
+43
+b2
+9f
+04
+3a
+a4
+03
+4a
+4e
+97
+30
+f8
+df
+23
+ce
+7a
+04
+6b
+61
+ca
+f1
+44
+63
+d1
 e1
-fe
-06
-67
-f0
-8a
-02
-70
-8a
-05
-e0
-70
-8a
-00
+c1
+23
 d8
-20
-00
-00
-3c
-70
-8a
-01
-a0
-70
-8a
-00
-df
-70
-8a
-01
-fa
-20
-00
-00
-14
-70
-8a
-00
-9f
-20
+ba
+f3
+1b
+22
+9d
+f3
+ad
+57
+77
+f7
+1f
+c8
+f9
 60
-00
-00
-6f
+4d
+2d
+d5
+64
+5f
+0e
+57
 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
+cc
+90
+b9
+d1
+a5
+6d
+59
+6d
+b2
+e6
+07
+7d
+92
+49
+fb
+f4
 09
-67
-f1
-8a
-73
-70
-8a
 76
+1a
+c3
+88
+dc
+12
+cf
+df
 2a
-70
-89
-02
-04
-20
-20
-00
-89
-20
-35
-80
-dd
-6f
-e2
-02
-0d
-20
-7a
-00
-00
-37
-d9
-82
-00
-6f
-f0
-81
-36
-1f
-e1
-7e
-f0
-68
-48
-82
-0d
-98
-41
-fe
-00
-1f
-e0
-ff
-fd
-67
-f0
-81
-36
-37
-d9
-82
-00
-6f
-f0
-81
-38
-1f
-e1
-7e
-07
-68
-48
-82
-0e
+78
+b0
+a7
+0b
+ae
+26
+9b
+75
+b7
+87
+2f
+2c
+17
+cc
 18
-49
-84
-00
-98
-41
-fe
-00
-67
-f0
-81
-38
-37
 d9
-82
-00
-6f
-f0
-8a
-cb
-1f
-e1
-7e
-f0
-68
-48
-82
+13
+89
+af
+5d
+91
 0f
-60
-48
-c1
-5b
-98
-41
-fe
-00
-67
-f0
-8a
-cb
-6f
-e0
-82
-10
-67
-e0
-c1
-5c
-2f
-ef
-fe
-03
+a6
+71
+36
+3d
+f4
+c8
+25
+96
+6e
 6f
-f0
-8a
-06
-79
-20
-fe
+d7
+0c
+ad
+9b
+50
+17
+f3
+a5
+1b
+4b
+24
+f9
+0f
 07
-67
-f0
-8a
-06
+5c
+4c
+d6
+60
+5e
+db
+7d
+97
+46
+e8
+f5
+77
+9d
+c3
+74
+86
+92
+d3
+6d
+e3
 6f
-e0
-82
-10
-1f
-e1
-04
-07
-18
-52
-04
+ad
+50
+4d
+38
+fa
+16
+25
+69
+21
 00
-18
-43
+b5
+32
+6d
+ec
+1d
+1a
+27
+74
+2d
 84
-00
-60
-48
-c4
-38
-6f
-f0
-8a
-02
-1f
-e1
-7e
-1f
-98
-41
-fe
-00
-67
-f0
-8a
-02
-20
-60
-00
-00
-6f
-e1
-41
-5b
-20
-7a
-00
-00
-67
-e1
-02
-0f
-20
-20
-00
-c7
-20
-40
-68
-6f
-20
-40
-21
-ba
-18
-00
-2a
+15
+39
+62
+61
+cd
 08
-18
-00
-2a
-00
-58
-0a
-aa
-da
-67
-f1
-8a
-0f
-70
-8a
-25
-40
-70
-8a
-26
-10
-20
-00
-00
+ea
+51
+72
+de
 3c
-70
-8a
+dd
+32
+47
+78
+8f
+94
+ec
+36
+e4
+1b
+20
+89
+aa
+56
+8e
+a3
+cf
+ec
+f2
 01
-fb
-70
-8a
-25
+4a
+97
+82
+d6
+17
+b4
+06
+fd
+37
 ff
-70
-8a
-26
-30
-70
+d8
+4b
+58
+3e
+1d
+c9
+57
+4e
+f6
+6c
+60
 8a
-16
-fe
-20
-20
-21
 b4
-6f
-e0
-c7
-93
-24
-7a
-00
-00
-20
-40
 00
-f3
-20
-20
+87
+02
+66
+21
+cd
+fa
+45
+06
+c4
+6c
+cc
+70
+db
+01
+c0
+94
+15
+b7
+f9
+b8
+1a
+a4
+09
+85
+9c
+05
 60
-fc
-6f
-e0
-c6
-55
-c1
-7f
-80
-00
-20
-20
-5e
+94
 78
-68
-48
-c6
-01
-6f
-e0
-c6
-21
+85
+75
+8d
+9a
 98
-46
-7c
-00
-24
+a3
+29
+e9
+f4
+f2
 21
-00
-fb
-20
-20
-36
-81
+1b
+43
+70
+05
+e0
+46
+2f
 6f
-e2
-45
-8f
+d3
+07
+97
+f4
+ec
+a3
+11
+ae
+0a
+21
+90
 68
-4a
-45
+5b
+da
+c7
+c8
+03
+f7
+12
+8b
+2f
+75
+82
+c2
+d3
+35
+5c
+75
 e4
-98
-46
-7c
-00
-20
-22
-b2
-22
-20
-40
-02
-77
-20
-20
-36
-9b
-58
-0a
-aa
-7e
-67
-f1
-8a
-0f
-20
-00
-00
+39
+da
+a2
+9a
+92
+da
+6f
+8f
+8f
+c9
+d0
 3c
+1f
+d5
 70
-8a
-25
-00
-70
-8a
-26
-0d
-70
-8a
-16
-f6
-20
-20
-22
+c1
+ca
+4a
+ca
+12
+75
+4e
+c1
+e4
+fa
+1a
+7a
 03
-6f
-e0
+51
+f9
+64
+28
+9a
+15
+89
+67
+4e
+96
+db
+2e
+b5
+4c
+dd
+c1
+db
+44
+dc
+51
+28
+e2
+f5
+fd
+90
+e4
+d3
+54
+fb
+f8
+ec
+ec
 80
-08
-c0
-0b
-22
-31
-c0
-17
-22
-31
-c0
-23
-22
-31
+0f
+f4
+5c
+a1
 6f
-e0
-c1
-41
-c0
-03
-22
-21
-c0
-55
-01
-10
-20
-20
-22
+1d
+61
+07
+f7
+51
+71
 0e
+bc
+ae
+66
+c3
+bd
+fc
 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
+71
+c4
+e8
+2f
+e6
+e3
+f1
+3d
+02
+a1
 c3
+97
+92
+64
+41
 00
-d8
-e0
-00
-06
-20
-40
-01
-31
-2a
-2f
-fe
-0d
-20
-40
-21
-1d
-2a
-4f
-fe
-0d
-20
-40
+f4
 21
-1e
-d8
-e0
-00
+6e
+35
 05
-20
-40
-21
-1c
-20
-40
-21
-1e
-20
-40
-01
-31
-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
-26
-20
-20
-21
-4f
-20
-00
-00
-3c
-58
-00
-0f
-00
-67
-f1
-09
-82
-58
-00
-0f
+0a
+79
+04
+63
 f0
-67
-f1
-09
-84
-70
-89
-81
-09
-70
-89
+6e
+5c
+b3
+28
+7d
+9e
+1e
+f9
+54
+de
+7b
+15
+5b
+cc
+2d
+bb
+9a
+93
+0b
+ce
+e1
+13
+60
+71
+9d
+6a
+90
+90
 81
-03
-70
-89
+2b
+73
+50
+92
+b5
+4b
 80
-06
-20
-00
-00
-3c
-da
-20
-00
-00
-da
-40
-00
-00
-df
-20
-00
-10
-d8
-c0
+89
+f1
+5f
+6f
+27
+e6
+53
+39
+fa
+65
+05
+3a
+c4
+69
+57
+6c
+a0
+6a
+e2
+7e
+3d
+f0
+e9
 0f
-00
-20
-20
-21
-2d
-20
-75
-80
-00
-20
-20
-22
-72
-20
+13
+bb
+29
+f1
+66
+9a
+e1
+14
+71
+3b
+2c
+2f
+5a
+d0
+07
+32
+fc
+6d
+0a
+c0
+2f
 75
-80
-00
-70
-8a
+d7
+ea
+2d
+86
 07
-77
-70
-8a
-08
-c9
-70
-8a
-0b
-01
-6f
-e0
+40
+63
+de
+5b
+42
+48
+86
 c4
-09
-67
-f0
+b5
+51
+0e
+5e
+c8
+b8
+fd
+03
+b2
+0c
+42
+d9
+60
+8b
+a5
+29
+88
+c3
+a7
+0c
+d7
+86
+a5
+4e
+7b
+a2
+ba
+7b
+39
+c3
+5d
+d1
+b2
+a3
+f3
+e3
 80
-cd
-20
-00
+55
+6b
+63
+07
+6d
+f8
+64
+76
 0b
-b8
-20
-40
-01
-51
-70
-8a
+c5
+29
 08
-c1
-6a
-40
-c4
-19
+7a
+be
+ac
+e2
+d8
+2a
+b9
+63
+78
+b2
+83
+f0
 df
-20
-00
-08
-20
-40
-6f
-58
-6f
-e0
-c4
-19
-67
-e0
-c4
-33
-62
-40
-c4
-19
-20
+8f
+bc
 60
-00
-00
 70
-80
+91
+23
+56
+ad
+65
+62
+a5
+ba
+55
+df
+d6
+4e
+e1
+b7
+1b
+2e
+fc
+a2
+a3
 cc
-03
-6f
-f0
-81
+7a
+e6
+2a
+ab
+c6
+bc
+4d
+c9
+e6
+f4
+2a
+eb
+f2
+65
+97
+e9
+b1
+30
+13
+ae
+50
+10
+63
+39
+7f
+66
+3a
+b0
+2e
+67
+d7
+b3
+5c
+ad
+9a
+b7
+1f
+bf
+11
 29
-c3
-02
-81
-52
-68
+e9
+5d
+8c
+65
+92
+29
+61
 59
-01
-64
-60
-49
-44
+a1
+9b
+b4
+17
+2b
+4c
+7e
+d6
+51
+38
+3d
+66
+06
+56
+78
+ef
+2b
+b0
+30
+0b
 0a
-70
-80
-cc
-00
-20
-60
-00
-00
-70
-8a
-82
-11
-70
-8a
-8d
-12
-70
-8a
+d6
+ec
 8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-71
-58
-00
-57
-62
-67
-f1
-09
+04
+a1
+ec
+78
+eb
+a7
+a9
+44
+95
+66
+f9
+ec
+f5
+9e
+68
+ef
 07
-70
-89
-01
-03
-70
-89
-30
-03
-c6
-16
-80
-00
-70
-89
-01
-01
-70
-8a
+ea
+87
+28
 82
-07
-70
-8a
+4d
+2f
+46
+52
 8d
-44
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
+53
+a8
+3d
+17
+1f
+94
+1f
 6e
-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
-6a
-58
-00
-83
-12
-67
-f1
-09
-07
-20
-20
-01
-5f
-6f
-e0
-cc
-03
-da
-60
-01
-00
-9a
-60
+2b
 fe
-00
-20
-60
-00
-00
-20
-20
-01
-98
-20
-40
-01
-7b
-20
-20
-25
-63
-6f
-e0
-cc
-04
-20
-7a
-00
-00
+c8
+83
+47
+39
+f5
+c3
+fc
+8d
+fb
+77
+3d
+b4
+89
 6f
-e0
-cc
-05
-24
+d0
+ab
+3a
+c7
+06
+1c
+32
+9e
+64
+c6
+eb
+35
+5f
+cd
+b6
+85
+62
+5f
+89
+26
+dc
 7a
-00
-00
-68
-48
-cc
-04
+57
+3a
+08
+8a
+5a
+b5
+ec
 6f
-e0
-cc
-03
-98
-46
-7c
-00
-24
-41
-01
-74
-98
-46
-7e
-00
-1f
-e6
-7c
-64
-20
+e1
+4d
+ea
+3f
+1e
 21
-01
-8d
-6f
+2c
+db
+28
+e0
+87
+c1
+ab
+4a
+ab
+f2
+28
+5d
+5a
+19
+42
+5b
+1d
+a5
+ea
+a0
 e0
-cc
-06
-1f
-e6
-7c
-14
-24
-41
-01
-8b
 70
-4c
-05
-01
-20
-60
-00
-00
+48
+8c
+93
 70
-4c
+e9
+8c
+c1
+96
+e2
+08
+66
+86
+98
+26
+f7
+8e
+2b
+7f
+7d
+d9
+a8
+46
+83
+bd
 07
-01
-20
-20
-43
-1f
-68
-48
+51
 81
-7f
-6f
-e0
-80
-4c
+2a
+5f
+df
+ed
+90
+e8
+b1
+d8
+3f
+99
+8f
+86
+d1
+7d
+af
 1f
-e3
-7e
-00
-98
-42
-fe
-00
-2f
-ef
-fe
-02
-58
-00
-00
-00
-68
-48
-cc
-06
-79
-20
 fe
-00
-98
-40
+b0
+d9
+4f
+2a
+6a
+5e
+e0
+74
+aa
+1a
 84
-00
-60
+46
+84
+ca
+50
+e6
+1d
+47
+d2
+65
+42
+5c
+45
+dd
 48
-cc
-06
-20
-60
-00
-00
-6f
-e0
+ca
+65
+0f
+b0
+0c
+c2
+84
+c5
+b7
+f4
+37
+82
+c6
+75
+d1
+45
+08
+40
+81
+ea
+be
+16
+6c
 80
-05
-1f
-e0
-fe
-01
-67
-e0
+9e
 80
-05
-24
-36
-81
-9f
-6f
-e0
-cc
-03
+bf
 1f
-e0
-fe
-01
-67
-e0
-cc
-03
-6f
-e0
-81
-68
-c3
-81
-80
-00
-79
-20
-7e
-03
-67
-e0
-81
-68
-6f
-e1
-42
+53
+fb
+b1
+d0
 f5
-67
-e1
-01
-96
-58
-00
-00
-00
-67
-e2
-43
-1d
-20
+29
+65
+39
 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
+ec
+07
+cd
+95
 23
-26
-f6
-c5
-99
-26
-af
-6f
-e0
-80
-4d
-20
-3a
-26
-af
-1f
-e0
-ff
-fc
-67
-e0
-80
+ec
+e6
+fb
 4d
-20
-40
-72
-cb
-6f
-f0
-81
-08
+b6
+06
 c3
-03
 a6
-fa
-18
+ea
+6d
+1d
+e4
 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
-e1
-79
-3f
-80
-30
-20
-20
+ed
+94
+d4
 2a
-f6
-20
+c4
+62
+85
+92
+c7
 40
-21
-52
-70
-89
-00
-00
-79
+04
+1a
+35
+99
+78
 3f
-80
-30
-20
-20
-2a
-e3
-ef
-e1
-00
-06
-c0
-02
-01
-cc
-20
-20
-28
-eb
-ef
-e1
-80
-06
-67
-e1
-c3
-97
-c0
-05
-01
-d1
-c0
-09
-01
-e0
-20
-20
-2b
-96
-6f
-e4
+b5
 47
-13
-c3
-1d
-ad
-19
-20
-40
-2d
-c7
-68
-49
-43
-98
-6f
-e0
-c3
-21
-c2
-81
-81
-db
-6f
-e1
-43
-98
-c0
-18
-2e
-03
-68
-49
-43
-98
-20
-20
-2d
-1d
-6f
-e1
-43
-32
-98
-46
-7c
+1b
+e4
 00
+f6
+78
 24
-22
-81
+6d
+63
+7a
+1a
+c4
+0f
+2b
+0e
+61
+b5
+ea
+97
+58
+07
+90
+6b
+ba
+d6
+66
+7c
 d7
-24
+36
 34
-01
-d7
-20
+c3
 20
-2d
+2b
+d8
+7f
+d7
 46
-18
-c2
-22
-00
-6f
+b0
+a8
 e1
-43
-35
-1f
-e0
-a5
-fd
-20
-40
-29
-29
-6f
-e0
-c7
-8f
-c0
-7f
-ad
-ac
-6f
-e0
-c7
-95
-20
+16
+63
+79
 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
-46
-20
-40
-2a
-28
-24
+cc
+a6
+54
+4a
+0b
 7a
-00
-00
-6f
-e0
-c7
-8f
-c0
-7f
-81
-fa
-6f
-e0
+c3
+dc
+a3
+67
+5f
+e9
+16
+54
 c8
-43
-1f
+3a
+fb
+e4
+91
+c0
+94
+b8
+c7
 e1
-7e
-03
-c1
-81
-80
-00
-6f
-e0
-cc
-05
-20
-7a
-00
+6a
+66
 00
-6f
-e0
-cc
-07
-24
-7a
-00
-00
-6f
-e0
-c9
-56
-20
-5a
-5a
-71
-6f
+8c
 e4
-47
-13
-c2
-80
-db
-5b
-c2
-80
-5b
-5b
-c2
-82
-db
-5b
-c2
-83
-5b
-5b
-20
-40
+bf
+4b
 56
-01
-20
-40
-5a
-b2
-24
-74
-00
-00
-20
-40
-5a
-bc
-20
-40
-04
-cb
-20
-20
-5b
-37
+8d
+a3
+98
+ee
+b1
+10
+07
+1e
+6d
+4f
 18
-46
-7c
-ff
-20
-62
-80
-00
+c8
+06
+32
+a4
+e8
+7f
+a8
+35
+6d
+5c
+14
+a1
+e1
+f1
+a4
+ad
+0e
+63
+45
+eb
+76
+81
+19
+a4
+67
+1a
+cb
+90
+dc
+aa
+f9
+1b
+64
+d8
+fd
+82
 d9
-00
-00
-04
-28
-4f
+1a
+e4
+44
+0b
+70
+1b
+ca
+af
+cf
+d9
+de
+60
+11
+d9
+87
+c0
+27
+08
+0b
+9b
+42
+58
+0b
+36
 fe
-07
-20
-20
-ee
 bd
-d9
-00
-00
+f7
+2c
+13
+8e
+5d
+97
+b0
 03
+65
+f3
+90
+2e
+b9
+bc
 20
-20
-6e
-bd
-6f
-e1
-43
-e9
-20
-40
-7d
-79
-6f
-e2
-40
-ad
-98
-40
-fe
-00
-67
-e2
+97
+41
+5c
+60
+56
+15
+47
+44
+f3
+c1
+5a
+4c
+0b
+95
+b9
+59
+10
 40
+30
+2b
 ad
+7b
+05
+29
+3d
+d2
+e6
+84
+d5
+06
+2d
+a3
+11
+d3
+2a
+64
+11
+f8
 20
-40
-02
-15
-20
-20
-24
-25
+c5
+cc
+a0
+a9
+fb
+10
+f7
+57
 60
-04
-40
-e7
-d8
-c0
-80
-70
-d8
+fc
+77
+a4
+9b
+63
 a0
-40
-cc
-20
-40
-7c
-8f
-d8
+87
+4d
+c3
+52
+6e
+3a
+fd
 c0
-80
-d4
-20
-40
-7c
-89
-6f
-f0
-80
-80
-67
-e0
-c0
-ef
-18
-42
-24
-00
-df
-20
-00
+d3
+ff
+6a
+05
 0c
-da
-20
-00
-16
-da
-60
-81
-4d
-37
-d9
-82
-00
-ef
-e0
-80
-11
-e8
-40
-80
-13
-98
-46
+7e
+4b
+f3
+23
+47
+08
+83
+27
+76
+f5
+db
+0d
+e3
+fd
+57
+f4
+b2
+f2
 7c
-00
-20
-22
-82
-28
-e7
-e0
-80
-13
-37
-d9
-82
-00
-1a
-20
-a2
-01
-1a
-60
-a6
-01
-c2
-00
-02
-22
-1a
-42
-04
-00
-20
-60
-00
-00
-20
-40
-6b
-3a
-20
-40
-6b
-75
-20
-20
-6b
-38
-6f
-e1
-45
-e0
-d8
-40
-01
-f8
 98
-41
-7e
+f7
+79
+ff
+e5
+32
+c9
+34
+f3
+2a
+d7
+89
+cd
+03
+7c
 00
-20
-3a
-02
-38
-6f
-e1
-45
-e0
-1f
-e0
+c7
+ca
+1b
+61
+30
+a7
+5a
+0b
+55
+74
+73
+ae
 fe
-01
-67
-e1
+cc
+71
 45
-e0
-20
-60
-00
-00
-20
-40
-35
-7f
-20
-40
-36
-51
-24
-2c
-35
-86
-24
-37
-b5
-86
-20
-40
+7c
+5b
+58
+68
+de
 36
-6e
-6f
-e0
+4f
+99
+f2
 c5
+48
+1e
+92
+99
+aa
+01
+b9
+e5
+09
+5d
+e3
+67
+50
+d7
+72
+bd
 7d
-20
-3a
-02
-47
-6f
-e2
-45
-cc
-68
-4a
-45
-8f
-98
-46
-7c
-00
-20
+f3
+9f
 22
-82
-44
-20
-20
+37
+78
+27
+f7
 35
+67
+1e
+7c
+07
+ee
+0e
+2e
+bf
+c8
+a9
 6e
-6f
-e4
-47
-13
-c2
-98
-32
-91
-20
-20
-35
-49
-6f
-e2
-45
-5f
-20
-7a
-00
-00
-20
-20
-02
-3f
-20
-40
-54
-3b
-20
+a6
+a5
+ad
+92
 40
-02
-4d
-20
-20
-54
-4c
-58
-00
-4a
-29
-67
-e1
-43
-3f
-58
-00
-00
-20
-67
-e1
-43
-41
-20
-60
-00
-00
-6f
-e0
-c4
+2b
+e8
+89
+03
+8c
+2f
+15
 37
-24
-7a
-00
-00
-6f
-e1
-44
-e9
-c3
-85
-80
-00
-6a
-21
-45
-f0
-20
-40
-35
-b4
-60
-48
-c6
-24
-6f
-e0
-c6
-29
-c5
-13
-02
-5c
-6f
-e0
-c6
-2c
-98
-46
-7c
-00
-24
-21
-02
-76
-6f
-e0
-c6
-26
-1f
 e6
-7c
-02
-24
-21
-02
-64
-6f
-e0
-c6
-26
-c0
-00
-02
-77
+f2
+86
+fc
+1d
+13
+a3
+a7
 20
-60
-00
-00
-6f
-e0
+25
+17
+3c
+de
+d8
 c6
-26
+04
+fe
+dd
+11
+58
 68
-48
-c6
-27
-98
+ff
+6c
+28
+74
 46
+f9
+66
+fd
+f9
+84
+a1
 7c
-00
-24
-62
-80
-00
-70
-46
 26
-00
-68
-48
-c6
-24
+c4
+1e
+3f
+03
+bb
+75
+43
+49
+2f
+51
+2a
+df
+72
+e6
+5a
+54
+03
+0f
+32
+c4
+12
+f9
+eb
+22
 6f
-e0
-c6
+23
+91
+eb
+c9
+93
 28
-c5
-13
-02
-6d
-6f
-e0
-c6
-2b
-98
-46
-7c
-00
-24
-61
-00
-00
-6f
-e0
-c6
-25
-c0
-00
-37
-15
-1f
-e0
-ff
-ff
+ed
+20
+b5
+59
+78
+8c
+5f
+a7
 67
-e0
-c6
-25
-c0
-01
-02
-7f
-c0
-00
+4f
+17
+98
 b7
-0b
-20
-20
-37
-15
-70
-46
-26
-00
-6f
-e0
-c6
-25
-c0
-01
-82
+60
+fe
+f3
+7a
+cb
+ee
+27
+bb
+23
+f6
+1e
+73
+64
+ea
 7d
+7d
+9e
+6b
+7f
+e2
+b0
+e6
+d3
+59
+42
+0e
+ce
+c1
+3e
+2f
+5a
+e6
+4b
+75
+66
+8c
+73
+94
+65
+43
+91
+ed
+9c
+7c
+6d
+16
+9f
 1f
-e0
-fe
-01
-67
-e0
-c6
+9f
+42
+aa
+29
+f9
+dc
 25
-c0
-00
-b7
-0b
-c0
-01
-02
+9d
+86
+66
+7a
+10
+d2
+bd
+4e
+10
+3a
+0c
+b5
 7f
-70
-41
-41
-05
-20
-60
-00
-00
-70
-41
-41
-03
-20
-60
-00
-00
-58
-00
+57
+94
+a9
+89
+4d
 62
+8c
+44
+dc
+51
+6a
+73
+f6
+23
+4d
+82
+6e
+47
 35
-67
-e1
-45
-f8
-58
-00
-62
-2b
-67
-e1
-45
-fa
-58
-00
-02
+42
+89
+fd
+48
+53
+d6
+34
 a8
+eb
+b4
+fd
+09
+d3
+c0
+f5
+b6
+a3
+fb
+b9
+9a
+4a
+de
+97
+2d
+8c
+78
+93
 67
-e1
+c1
+7b
+80
+16
+55
+67
+e6
+0f
+10
+47
 43
-e9
-20
-20
-53
-f3
-18
 46
+14
+93
+98
+6a
 7c
-ff
-20
-62
-80
+7c
+ac
+51
 00
+27
 60
-48
-cb
-29
-20
-40
-6e
-e6
-20
-20
-82
-8e
-20
-20
-02
-93
-20
-40
-02
+dd
+5a
+9d
+26
+53
+c9
+6c
+34
+07
+3d
+e8
+ef
+16
+e0
+bd
+43
+8f
+00
+11
+0d
+5d
+67
+3a
+84
+d9
+64
 9c
+51
+c1
+4f
+28
+ae
 20
-40
-02
-97
-20
-40
-02
-a0
-68
-48
-cb
-29
-20
-20
-6f
-0f
-68
-48
-cb
-29
-20
-40
-6f
-0f
-20
-40
-02
-9a
-20
-20
-02
-9c
-d9
-00
-00
-06
-20
-40
-6e
-bd
-20
-20
-02
-1e
-d9
-00
-00
-03
-20
-20
-02
-98
-58
-00
-00
-10
-67
-f0
-81
-41
-37
-d9
-82
-00
-20
-60
-00
-00
-58
-00
-00
-80
-67
-f0
-81
-41
-37
-d9
-82
-00
-37
-d9
-82
-00
-20
-20
-02
-9e
-20
-80
-00
-00
-20
-55
-e0
-04
-20
-20
-20
+ce
+15
+11
 03
-20
-60
-00
-00
-20
-40
-04
-5b
-6f
-e4
-47
+ad
+c8
+4d
+4a
 13
-c2
-89
-dd
+c1
+1a
+b1
+a2
+49
+4a
+3a
 60
-c2
-89
-5d
-6e
-c2
+0d
 8a
-02
-af
-20
-60
-00
-00
-20
-40
-02
-ba
-20
-40
-5e
-43
-20
-40
-5d
-b4
-20
-40
-02
-ce
-20
-40
-02
-b7
-20
-40
-02
-bd
-20
-40
-02
-d6
-20
-20
-5d
-aa
-6f
-e4
-47
-13
-c4
-15
-00
-00
-20
-40
-04
-d6
-6f
 e0
+62
+4f
+56
+3e
+e2
+90
+de
+2b
+c0
+0f
+14
+26
+f6
 c6
-66
-67
-e0
-ca
-06
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-9f
-5d
-d1
-20
-20
+24
+0d
 5d
-cc
-6f
-e1
-46
-8e
-d8
-40
-aa
-55
-98
-46
-7c
-00
-20
-22
-83
-43
-60
+51
+2b
+42
+5e
+a7
+fb
+b7
+b3
+05
+bf
 49
-46
-8e
-20
-40
-5c
-9c
-6f
-e0
+e7
+5e
+ed
+ac
+2b
+99
+57
+eb
+72
 c9
-a1
-67
-e0
-c6
-66
-20
-40
-5c
-8c
-58
-00
-11
-22
-67
+84
+f4
+0d
+d2
+db
+7a
+83
 e1
-46
-95
+37
+84
+4f
+50
+0c
+39
+4c
+a1
+17
+e8
+c9
+da
+25
+71
+0f
+4c
+93
 6f
-e0
-ca
-06
-67
-e0
+0a
+3c
+2b
+6b
 c6
-66
-20
-60
-00
-00
+24
+cc
+a9
+e7
+58
+13
+80
+06
+77
+a7
+25
+36
+73
+97
+a8
+2c
+19
+ef
+0f
+cc
+2d
+98
+2d
+d2
+b2
+86
+9c
+0c
+6e
+14
+df
+e2
+5d
+be
+84
 6f
-e0
-c6
-66
-1f
-e6
-7c
+4f
+f7
+2d
 00
-20
-22
-82
-cb
+48
+57
+73
+3e
+30
+2a
+d7
+cd
+87
+ea
+74
+e7
+1e
+d3
+d3
+77
+7f
+fc
+1a
+43
+7e
+38
+b3
+2d
+50
 1f
-e6
-7c
-04
-20
-22
-82
-d4
-20
-61
-00
-00
-70
-46
-66
-00
-20
-60
-00
-00
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-6a
-41
-49
+67
+59
+80
+67
+ed
+5c
+0a
+5c
+3b
+91
 fe
-1a
-42
-26
+2f
 00
-20
-40
-5e
-3d
-6f
-e1
-49
-e0
-20
-3a
-02
-e4
-67
-e1
-49
-de
+94
+2d
+cf
+87
+ce
+96
+bd
+31
+2e
+0b
+44
+5c
+fa
+31
+27
+e8
+76
+98
+75
+6d
+27
+0f
+b8
+b8
+ba
+93
+d7
+15
+d4
 1a
-60
-a6
-02
-6f
-e1
+05
 4a
-00
-9a
+56
+08
+5f
+8c
+06
+f3
+4d
+c4
 66
-7c
-00
-24
-21
-02
-e4
-1a
-62
+43
+bd
+94
+67
+7b
 24
-00
-20
-20
-02
-da
+f5
 6f
-e1
-49
+05
+50
+c9
+5b
+68
+d6
+35
+a1
+e9
+d8
+fb
 de
-67
-e1
-46
-95
-20
+17
+03
+d0
+2a
+d2
+33
+ea
+34
+b5
+40
+6a
+55
+70
+3c
+5b
+72
+48
+fd
+a1
+1a
+74
+6e
+8d
+79
+80
+0a
+ed
+9e
+2f
+67
+82
+c1
+4a
+cd
+16
+16
+71
+4f
+e8
+ff
+7b
+7e
+b0
+69
+41
+3f
+e8
+84
+b0
+e6
+6e
+f7
+ce
+d2
+b5
+83
+04
+a2
 60
-00
-00
-6f
-e4
-47
-13
-c2
-89
-dc
-b1
-c2
+23
+62
+87
+e3
+7e
+ce
+23
+6b
+d1
+cd
+63
+92
+0a
+78
+18
+8b
+42
+7d
+7b
+c5
+d4
+77
+5b
+ac
+2e
+af
+c6
+e3
+f6
+df
+9d
+55
+5f
 89
-5c
-b9
+2f
+1e
 c2
-8a
-02
-ec
-20
-60
-00
-00
-20
 40
-02
-ef
-20
-40
-02
-f4
-20
-20
-5c
-c1
-6f
-e0
-c6
-66
 c1
-00
-00
-00
-c0
-00
-83
+c2
+6c
+cd
 1b
-c0
-01
-03
-2f
-20
+94
+69
+07
+ec
+8f
+95
+08
+8b
 60
-00
-00
-6a
-41
-49
-e2
-1a
-42
-26
-00
+be
+10
+56
 20
-40
+d4
 5d
-c0
-6f
-e0
-c9
-a1
-20
-3a
-03
-00
+68
+cd
+d3
+24
+0b
+11
+ff
+35
+35
+1f
+06
+50
+45
+6b
+ee
+c6
+31
+d1
+70
+04
+bc
+55
+be
+62
+ba
+4e
+97
+f6
+f2
+fa
+0d
+7b
+01
 67
-e0
-c9
-a0
 1a
-60
-a6
-01
-6f
-e1
-49
+6b
+ed
+44
+3c
+f1
+55
 e4
-9a
-66
+06
 7c
-00
-24
+3f
+04
+7d
+bd
+5a
+05
+3e
+fe
+f1
+21
+97
+cb
+bc
 61
-00
-00
+b5
+ba
 1a
-62
-24
-00
-20
-20
-02
-f6
-6f
-e0
-c9
-a0
-1f
-e1
-7e
-f0
-20
-3a
-03
-0a
-6f
-e0
-c6
-66
-20
-40
-03
-18
-67
-e0
-c9
-a2
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
-49
-a2
-20
-20
-6b
-45
-68
-48
-c9
-a0
-6f
+4c
+10
+16
+c4
+73
+5b
+0f
+d4
+97
+91
+6d
+6c
+4a
+19
+e3
+bd
+3b
 e0
-c6
-66
-20
-40
-03
-18
-98
+cf
+9c
+23
+37
 46
-7c
-00
-20
-62
+af
+4b
+ab
+82
+31
+18
+6c
+23
+3f
+86
+2b
+2d
+2a
+41
+11
+d6
+8a
+87
+2a
+a1
+43
+c1
+4d
+c3
 80
-00
-1f
+10
+dd
+a6
+b1
+ca
+bd
+a3
 f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
-c9
-a2
-1a
-62
-7e
-00
-68
-49
-49
-e2
-98
+fa
+f2
+d5
+1e
+36
+19
+be
+1b
+5c
+7a
 46
-7c
-00
-20
-22
-83
-06
+f8
+f7
+3f
+db
 1a
-60
-a7
-ff
-20
-20
+a5
+79
+29
+2b
+c6
+b6
+11
+31
+96
+3b
+ea
+78
+7e
+11
+b7
+e9
+2d
+3b
+77
+27
+2e
+d3
+0b
+ec
+c3
+41
 03
-06
-c1
-80
-00
-00
-1f
-e0
-fe
-04
-20
-60
-00
-00
-6a
+18
+0c
+5a
+13
+53
+95
+d3
+66
+19
+09
+b0
+b8
+61
+97
+0a
+d3
+a3
+ac
+25
+69
+9d
+9e
+21
+d7
 41
-49
-ee
-1a
-42
+7a
+fc
+2a
+81
+08
+5a
+c4
+7e
+c1
 26
-00
-20
-40
-5d
-f3
-6f
-e3
-49
+79
 b5
-20
-3a
-03
-27
-67
+b6
+9e
+3b
+e7
+21
+c8
+4f
+ce
+0b
+41
+65
+cc
+63
+d1
 e3
-49
-af
-1a
-60
-a6
-06
-6f
-e1
-49
-f0
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
+a9
+ad
+79
+67
+45
+75
+94
+50
+57
+70
+39
 00
-20
-20
-03
-1d
-6f
-e3
-49
-af
-68
-4b
-46
-6e
-98
-46
 7c
-00
-20
-62
-80
-00
+f3
+9e
+7d
+bd
+71
+73
+ba
+18
+cc
+af
+bb
+bf
+3f
+0b
+52
+a0
+22
+d7
+3c
 df
-20
-00
-06
-da
-20
-46
-6e
-1a
-62
-24
-00
-20
-20
-6b
-45
-6a
+6d
+7c
 41
-49
-f6
-1a
-42
-26
-00
-20
-40
-5e
-17
-6f
-e3
-49
-cd
-20
-3a
-03
-3b
+f5
+15
+bd
+57
+4c
+ad
 67
-e3
-49
-c7
-1a
-60
-a6
-06
-6f
-e1
-49
+ae
+16
+30
+9b
+ec
 f8
-9a
+08
 66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-31
-6f
-e3
-49
-c7
-68
-4b
-46
+f0
+17
+50
 7b
-98
-46
+d8
+ca
+5d
+e1
+c7
 7c
+6b
+bd
+0a
+8b
+c7
 00
-20
-62
-80
-00
-df
-20
-00
-06
-da
-20
-46
+74
+1f
+d0
+76
+fa
+cf
+1f
+be
+2b
 7b
-1a
-62
-24
-00
-20
-20
-6b
-45
-20
-40
-03
-7c
-20
-40
-03
-94
-20
+bb
+a7
+fb
+78
+41
+eb
 40
-03
-47
-20
-20
-5c
-90
-6f
-e4
-47
-13
-c4
-07
-80
-00
-6f
-e0
-c6
-90
-c0
-00
-5c
-94
-c0
-03
-03
-4d
-20
+ab
 60
-00
-00
+f1
+3e
+b4
+f1
+95
+2d
+1e
+bd
+b4
+11
+40
+ad
+d7
+44
+e8
+37
+a6
+f6
+28
+7f
+34
+16
+f5
 70
-46
-90
-00
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-89
-dc
-b5
-c2
+a9
+b8
+bb
+33
+7e
+56
+98
+a3
+5c
+38
+49
+17
+05
+98
+b8
+41
+04
+40
+57
+36
+15
+15
+fd
+63
+3a
+97
+e5
 8a
-03
-53
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
+42
+b4
+71
+ce
+d2
+a6
+cd
+43
+65
+17
+8e
+8b
+d0
 07
+a9
+c8
+40
 80
-00
-6a
-41
-49
+05
+29
+b8
+dd
+f0
+0f
+2c
+3d
+17
+b6
+5f
+0e
+95
 fa
-1a
-42
-26
-00
-20
+95
+f0
+0a
+17
+fb
+1e
+e2
+66
+ac
+39
+58
 40
-5e
-51
-6f
-e0
-c9
-d4
-20
-3a
-03
-61
-67
-e0
-c9
-d3
-1a
+78
+d9
+e5
+2b
+cc
+c3
+47
+69
+0a
+ab
+72
 60
-a6
-01
-6f
-e1
-49
-fc
-9a
+89
+5b
+2d
+98
+42
+be
+74
+b4
+ee
+dc
+b4
+65
+bf
+88
+a3
+e2
+d8
+a7
+7a
+34
+03
 66
-7c
-00
+2e
+c8
+14
+5b
+be
+65
+56
+2d
+76
+c4
+73
+c0
+6c
+0d
+64
+93
+f2
 24
-61
-00
-00
-1a
+d9
+4d
+1d
+e9
+81
+c1
+81
+c5
+8d
+bf
+73
+85
+65
+96
+38
+29
+42
+54
+c4
+8a
+98
+99
+b7
+12
+7f
+f7
+46
+f9
 62
-24
-00
-20
-20
-03
-57
-6f
-e0
-c9
-d3
-1f
-e1
-7e
-f0
-20
-3a
-03
-6b
+12
+69
+30
+ab
+d2
+e2
+fd
 6f
-e0
-c6
-90
-20
-40
-03
-79
+27
+9f
+66
+d1
+83
+36
+cd
+a7
+ec
 67
-e0
-c9
-d5
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
-49
-d5
-20
-20
-6b
-45
-68
-48
-c9
-d3
-6f
-e0
-c6
-90
-20
-40
-03
-79
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
-c9
-d5
-1a
-62
-7e
-00
+3c
+c5
+a6
+99
+07
+93
 68
-49
-49
-fa
-98
-46
-7c
-00
-20
-22
-83
-67
-1a
-60
-a7
-ff
-20
-20
-03
-67
-c1
-80
-00
-00
-1f
-e0
-fe
-06
-20
-60
-00
-00
-6f
-e4
-47
+2b
+a1
+91
+41
+f1
+7d
+5e
+31
+ab
+d7
+f9
+b5
+73
+cf
+ec
+4d
+04
 13
-c2
-9f
-03
-83
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-83
-c0
-01
-03
-8a
-20
-60
-00
-00
-6f
-e3
-46
-6e
-68
-4b
-46
-e6
-98
-46
-7c
-00
-24
-62
-80
-00
-6f
-e3
-42
-db
-67
+5b
+4c
+57
 e3
-46
-6e
-20
-60
-00
-00
-6f
+eb
 e3
-46
-6e
-68
-4b
-46
-e6
-98
-46
-7c
-00
 24
-62
-80
-00
-6f
-e3
-42
-db
-1f
-e0
-ff
-00
-67
-e3
+7c
+08
+6d
+bc
+1b
+4c
+04
 46
-6e
-20
-60
-00
-00
-20
-40
-03
-94
-20
-20
-5a
-9c
-6f
+54
 e4
-47
-13
-c3
-0a
-5c
-6f
-c2
-9f
-03
-9c
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-9c
-c0
-01
-03
+78
+28
+d3
+53
+dc
+64
+86
+ae
+fc
+be
 a1
-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
+58
+a2
 e3
+d8
+ca
+5d
+e1
+d1
+df
+9a
+af
+2a
+17
+49
+22
+cf
+28
 41
-16
-6f
-e3
+bf
+a3
+87
+e1
+77
+a4
+cd
+b7
+5e
+9a
+40
+70
+7e
+bb
+31
+70
+60
+44
+72
+3d
+dd
 46
-7b
-67
+34
+da
+57
+d3
+23
+61
+2a
+83
+f4
+72
+a0
+aa
+0e
+c5
+f3
+73
+6a
 e3
-42
+80
+f3
+80
+4d
+28
+ba
+5d
+26
+e6
+38
+22
+c7
+93
+44
+14
+0e
+1b
+89
+9e
+37
 db
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
+be
+70
+d4
+6d
+d4
 01
-00
-00
-c3
-0a
+1c
+82
+13
+ce
+64
+8e
+f8
+1c
+3e
+dd
+16
+6b
+16
+88
+25
+9e
+d7
+50
+bb
+fd
+b5
 5c
-43
+25
+e5
+c8
+73
+8b
+2f
+fa
+e8
+8f
+b9
+b0
+c4
+7e
+d7
+92
+30
+14
 d8
-e0
-00
-02
-20
-40
-5f
-04
-20
-40
-5c
-4a
-20
-40
-03
-ae
-20
-20
+0e
+70
+c1
+c5
+cf
+73
+f1
+ea
+ef
+27
 5c
-a3
-6f
-e0
-c6
-66
-c0
-00
-83
-b2
-c0
+05
+8b
 01
-03
-b7
-20
+5e
+77
+83
+fc
+a5
+cc
 60
-00
-00
-6f
-e3
-01
-78
-67
-e3
-46
+a7
+8b
+1d
+57
+e4
 68
-6f
-e3
-42
-db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
-01
+41
+f8
+a9
+fc
 78
-67
-e3
-46
-75
-6f
-e3
-42
-db
-67
-e3
-46
-7b
-20
-60
-00
-00
+14
+52
+78
+bf
+b9
+b6
+f6
+01
+e0
+38
 20
-40
-03
-d2
-20
-40
-61
-4d
-20
-40
-55
-3d
-20
-40
-61
-10
-20
-40
-61
-b1
-20
-40
-61
-1e
-20
-40
-32
-8e
-20
-40
-35
-31
-20
-40
+29
 5f
-dd
-20
-40
-57
-2c
-20
-40
-5b
-9b
-20
-40
-5b
-ab
-20
-40
-5b
+bf
+32
+e7
+23
+af
+c9
+02
+cf
 ce
-20
-40
-5b
-d3
-20
-40
-5b
-e1
-20
-40
-5b
+39
+45
+ca
+8f
+4c
+c6
+9e
+09
 ee
-20
-40
-5b
-e4
-20
-40
-5b
-fb
-20
-40
-03
-d5
-20
-40
-56
-b6
-20
-40
-5c
-0e
-20
-20
-5c
+cb
+35
+29
+37
+70
+b0
+d0
+41
+45
+38
+af
+23
+15
+24
+2e
+8a
+60
+0a
+f5
+1a
+43
+e9
+2c
+9e
+73
+91
+19
+c9
+c5
+f9
 05
-da
+14
+c7
+e6
+7f
+57
+65
+91
+27
+d7
+71
+ab
+62
+96
 60
+2b
+44
+ae
+76
+29
+0c
+bd
+bf
+97
+93
+64
+73
+16
+7a
+e5
+eb
+ce
+3b
+bd
+07
+bf
+cb
+ad
+9b
+a5
 4a
-05
-da
-40
+f7
+26
+75
+9a
+ca
+99
+0e
+a6
+1d
+2d
+32
+72
+4f
+c1
+f0
+e5
+e4
+2e
+97
+54
+7e
+0b
+48
+e9
 5a
+6a
+a0
+cd
+62
+2f
 ef
-20
-20
-42
-e0
-da
-60
-47
-7e
-da
-40
-03
-d8
-20
-20
-42
-e0
-6f
-e0
-c9
-6b
-67
-e0
-c0
-c0
-70
+cd
+50
 47
-7d
-03
-20
-60
-00
-00
-20
-40
+9f
+88
+90
 59
-ed
-20
-20
-5c
-1b
-1a
-62
-7e
-00
-c0
-20
-03
-f3
-c0
-0a
-83
-f8
-c0
+04
+89
+24
+10
+15
+4e
 19
-03
-ea
-c0
+ec
+7f
+a3
+a1
 1e
-04
-16
-c0
-1c
-84
-27
-c0
-1d
-04
-2a
-c0
+aa
+77
+d7
+73
+a4
+87
+a5
+b8
+1b
+d0
+25
+b4
+ef
+cb
+a9
+19
+c8
+9e
+67
+28
+b4
+de
+a0
+0f
+b5
+63
+b6
+70
+b9
+c4
+cd
+dc
+a1
+82
+3a
+e8
 0a
-03
+a7
 e7
-20
-20
-5a
-c3
-58
-00
-00
-00
-67
-e2
+a9
+0e
+be
+7c
+02
+93
+f8
+ed
+11
+02
+b8
+af
+69
+f7
+db
+6b
+ca
+75
+25
 4c
-04
-20
-20
-5a
+3d
+fd
+aa
+b8
+62
+fb
+30
+67
+98
+5d
+58
+50
+21
+62
+0f
+97
+4a
+65
+9b
+7e
+60
+28
+a5
+44
+55
+e9
+b2
+3f
+b7
+18
+58
+58
+62
+2a
+23
 d0
-6f
-e0
-c7
+47
+71
+74
+26
+e6
+8c
+92
+f4
+b1
+e8
+38
+3d
+69
+5f
+01
+5f
+11
+fb
+62
+a7
+79
+b3
+15
+6e
+8a
+1e
+fd
+05
+89
+bb
+aa
+2a
+ce
+3d
+50
+9b
+73
+0f
+f7
+08
+be
+fa
+e3
+1b
+ac
+22
+59
+3f
+33
 95
-c0
-00
+0b
+ac
+3a
+e2
+39
+eb
+f3
+3f
+11
+9d
+fc
 83
-ee
-70
-48
-44
-14
-20
-20
-03
-f0
-20
-40
+8c
+ff
+59
+6e
+f5
+60
+47
+87
+cb
+f7
+79
+2e
 5a
+13
 ef
-70
-48
-44
+d8
+32
+ff
+c6
+fc
 05
-6f
-e0
-cc
-03
-67
-e0
-cc
-04
-20
-20
-5a
-f6
-6f
-e0
-ca
-04
-24
-7a
-00
-00
-70
-4a
-04
+cb
+48
+36
+8b
+22
+b3
 01
-70
-4a
-05
-1e
-20
-60
-00
-00
-58
-00
-00
-00
-67
-e0
-ca
-04
-67
-e0
-ca
-05
-58
-00
-00
-00
-67
-e1
-47
-c0
-70
-47
-94
-00
-d8
-40
-00
-06
-6f
-e4
-47
-13
-c2
-8d
-84
-02
-d8
+d7
+b0
+93
+b0
+88
+61
+c1
+8e
+0c
+e9
+b9
 40
-00
-07
-60
-49
-42
-d3
-60
-49
+54
+81
+fc
+3b
+e6
+50
+2e
+6b
+39
+af
+1a
+c1
 42
-d5
-70
-47
-c2
-00
-70
-49
 56
-00
-20
-40
-29
-cb
-20
-20
-04
-08
-20
-40
-5b
-7b
-6f
-e1
-43
-ef
-c2
-83
-84
-0d
-c2
-80
+4f
+c4
+2f
 42
+15
+0b
+19
+11
+aa
+91
+14
+74
+72
 fc
+74
+1b
+d1
+0d
+c7
 20
-20
-5c
-1a
-6f
-e1
-43
-ef
-c2
-80
+6e
+35
+98
+5a
+d7
+d7
+dc
+c5
+ba
+2e
+56
+cd
+09
+f8
+cf
+93
+aa
+08
 42
-fc
-6f
-e0
-c8
-43
-1f
-e1
-7e
-03
-20
-40
-5b
-21
-c0
 81
-d4
-a9
-6f
-e0
-cc
-07
-24
-3a
-54
-a9
-20
-20
-54
-cd
-6f
-e2
-45
-8f
-67
-e2
-45
+4d
+fe
+8a
+41
+28
+94
 e8
-67
-e2
-46
-91
-20
-40
-35
-5a
-20
-40
-5c
-0b
-20
-40
+78
+9b
+1e
+53
 61
-8e
-20
-40
-5a
-73
-70
-47
-7d
-00
-70
-45
-fc
-00
-70
-45
-e2
+f1
+8a
+c0
 00
-6f
-e2
-45
-e8
-68
-4a
-45
-e4
-98
+35
+2c
+aa
+36
 46
-7c
-00
-20
-62
-80
-00
-20
-40
-60
-16
-20
-40
-04
+bd
+cc
 5e
-20
-20
-60
+7a
+ed
+5a
+3a
+fa
+ae
+cd
+9d
+da
+92
+7c
+03
+1b
+7a
+b6
+d4
+17
+3e
+2a
+8c
+a6
+a5
+59
+9e
+67
+a5
+9a
+72
+da
+72
+ff
+a4
+4a
+a6
 42
-20
-40
-60
-16
-20
-40
-04
-5e
-20
-20
-60
+f0
+1c
+91
+51
+c9
+f8
 84
-20
-40
-60
-16
-20
-40
-04
+56
+f9
+cc
+89
+74
+1b
+9b
+28
+2d
+06
+09
+56
+a8
 5e
-6f
-e0
-c8
+91
+9a
+b5
+a8
 7a
-c1
-00
-80
-00
-6f
-e0
-c6
-00
-24
+88
+41
+d8
 3a
-5f
-f2
-6f
-e0
+17
+ec
+f5
+bb
+7d
+43
+2d
+fb
+1c
+46
+75
+80
+d5
+61
+a9
+65
+b3
 c5
-e2
-c0
-02
-04
-35
-c0
-00
-e0
-5f
-c0
-01
-84
-3c
-20
+40
+0b
+1c
+6d
 20
+05
+dc
+a3
+43
+98
+16
+a4
+a5
+53
+54
+3c
+cf
+75
+2a
+c9
+5e
+33
+bd
 60
-55
-6f
-e4
-47
-13
-c3
-1f
-60
-59
-6f
-e0
-c7
-1b
-c0
-00
-e0
-59
-20
-40
+4e
+b0
+56
+f5
+b3
+c4
+31
+51
+7c
+a4
+77
+f2
+ae
+ad
+da
+2b
+38
+54
+38
+85
+01
+f4
+53
+e2
+3f
+30
+7a
+25
+3b
+ad
+7a
+75
+fe
+8c
+96
+94
+f5
+1c
+7b
+5c
 60
+9f
+c4
 18
+44
+cb
+6c
+57
+62
+b4
+b0
+20
+ec
+f7
+c9
+f8
+6e
+25
+d2
+11
+22
 70
+39
 46
-66
-01
-20
-20
-54
-a0
-6f
-e4
-47
-13
+b1
+2b
+65
+33
+9c
+2b
+82
+d4
+bf
+bf
+96
+ac
+4b
+36
 c3
+4b
+a7
+8a
 1f
-60
-59
-c2
+58
+06
+3d
+03
+d7
+78
+a3
 89
-e0
-59
-c2
-8a
-60
-59
-c2
+50
+2b
+99
+39
+6c
+7e
+c8
+ba
+d4
+da
+90
+c8
+14
+bf
+a5
+7b
+67
 89
-60
-59
-20
-20
-60
-34
-6f
-e4
-47
-13
-c2
-9f
-04
-47
+86
+db
+41
+6e
+41
+15
+5c
+81
+94
+f6
+e7
+5f
+93
+1b
+7a
+b6
+1e
+d6
+dc
+f0
+5e
+52
+5d
 6f
-e0
-c6
-66
-c0
-00
-04
-4e
-20
-20
-54
-91
-20
-40
+e2
+d4
+b5
+3c
+aa
+a2
+c8
+ad
 54
-ac
-20
-34
-04
 4a
-20
-20
-60
-2f
-6f
-e0
-c6
-66
-c0
-00
-60
+bf
+d3
+f2
+d5
+01
 67
-20
-40
-5a
-a8
-20
-20
-04
-39
-6f
-e4
-47
+af
+45
+ad
+82
+8a
+14
+87
+5d
+fd
+db
+aa
+cf
+5e
+a1
+4d
+cf
+6e
+c2
+c5
+5f
 13
-c3
-08
-e0
+ea
+18
+5f
+e2
+7f
+4c
+96
+26
+7f
 2a
-20
-40
-61
-95
-20
-40
-54
-ac
-20
-34
-60
-67
-6f
-e4
-47
+11
 13
-c2
-98
-04
-56
-20
-20
-60
-23
-70
-46
-66
-00
-6f
-e1
-47
+c9
+25
+fd
 21
-67
 e1
-45
-de
-70
-45
-e2
-01
-20
-20
-35
+b7
+6e
+5a
+49
+b2
+51
+e9
+09
+c3
+ef
+4c
+2d
+11
+c7
+5a
+3e
+cc
 34
-6f
-e0
-c1
-41
-67
-e0
-ca
-07
-20
-60
-00
-00
-6f
-e0
-ca
-07
-67
-e0
-c1
-41
-20
-60
-00
-00
-20
-40
-62
+f8
+6d
+ff
+de
+df
+ee
+f8
+ac
+82
 0e
-20
-40
-78
-aa
-20
-40
-04
-65
-20
-20
+4a
+6a
+2c
+60
+a5
+ea
+43
+db
+03
+04
+2c
+cf
+ab
+a1
+bf
+4c
+db
+f8
+51
+bc
+46
+2c
+25
+d3
+3c
+3e
 5e
-61
-6f
-e0
-c6
-49
-c1
-7f
-80
-00
-da
-20
-00
-00
-70
-49
-77
+98
+50
 05
-68
-48
+a0
 c6
-49
-20
-40
-04
-6c
-20
-20
-56
-c1
-6f
-e4
-47
-13
-c2
-95
-d6
-de
-6f
-e0
-c9
-74
-1f
+1d
+bf
+fb
+2f
+3c
+c7
+da
+2f
+d9
 e2
-26
-00
-6f
-e0
-c6
-54
-c0
-7f
-84
-73
-20
-20
-56
-ce
-6f
-e0
-c6
-49
-20
-40
-59
-46
-68
+27
 48
-c6
-49
-20
-20
-04
-77
-1a
-62
-7e
-00
-67
-e0
-c9
-78
-1f
+c2
+d7
+91
+23
+a6
+ea
+6b
+09
+9a
+92
+93
+c5
 e3
-fe
-00
-1f
-e2
-24
-00
-18
-42
-26
-00
-20
-40
-55
-b1
-1a
-62
-04
-00
-20
-40
+e5
+b2
+f2
+ff
+4f
+a2
 6e
-e6
-7d
-20
-a4
-00
-20
-40
-59
-3d
-20
-20
-59
-29
-20
+f3
+44
+cb
+d8
+0d
+ab
+9c
 40
-36
-b4
+d3
 24
-74
-00
-00
-20
-40
-36
+3c
+7c
+de
+06
+25
+3e
+06
+48
+fc
+26
+0f
+fe
+7b
+70
+27
+82
+de
+dc
 be
-20
-40
-04
-88
-6f
+81
+33
 e1
-c6
-08
-20
-20
-36
-22
-58
-00
-00
-00
-79
-20
-7e
-15
-67
-e4
-00
-16
-58
-00
-00
-00
-67
+78
 e2
-00
-1e
-20
-60
-00
-00
-70
-46
-00
-00
-20
-40
-36
-47
-5f
-ff
+37
+2a
+e0
+bc
 ff
-ff
-67
+a6
+72
+37
+e6
+bc
+6b
 e2
 45
-af
-58
-00
-00
-00
-67
-e3
-c8
-46
-70
+e5
+6c
+27
+a1
+bd
+26
 47
-3f
-01
-20
-40
-59
-ed
-20
-20
+fc
+e3
+a9
 62
+aa
 2b
-20
-40
-5a
-92
-20
-40
+35
 04
-88
-20
-40
-56
-a9
-68
-48
-c6
-54
-20
-40
-6e
-f7
-68
-48
-c6
-54
-20
-40
-6e
-d3
-6f
-e0
-c6
+83
+99
+61
 4d
-20
-40
-59
-43
+a5
+66
+74
+fc
 68
-48
-c6
-5a
-20
-40
-55
-ab
-d8
-40
-00
+c2
+1d
+ff
+f8
+6d
+8d
+4d
+4a
+8a
+51
+a0
+2b
+fa
+fd
+d7
+fe
+fc
+61
+92
+dd
 15
-20
-40
-55
+4e
+3f
+97
+42
+ee
+50
+64
+c4
+ed
+b6
+0d
+a5
+cb
+87
+a2
+70
+e3
+6a
+ce
+a8
+b4
 b5
-20
-40
-61
-1a
-20
-40
-55
-0c
-20
-40
-54
-f9
-68
-48
-c6
-4a
-20
-40
-6f
-0f
-68
-48
-c6
+27
+e2
+ad
+46
+99
+03
+cb
+c0
+71
 4b
-20
-40
-6f
-0f
-68
-48
-c6
-5b
-20
-40
-55
-b5
-20
 40
-04
-af
-20
-20
+07
+b4
 54
-e5
-6f
-e1
-c7
-3c
-67
-e1
-86
-70
-df
-20
-00
+9e
+1a
 18
-d8
-40
-00
-00
-6f
-e1
-86
-70
-2f
-ef
-fe
-00
-20
-40
-84
-bc
-6f
-e1
-86
-70
-1f
-e3
-7e
-00
+32
+24
+61
+cc
+60
+61
+5b
+ed
+fc
+b2
+22
+57
+dd
 67
-e1
-86
-70
-18
-40
-84
-01
+6a
+8a
+32
+99
+c0
+a4
 c2
-00
-04
-b3
-20
-60
-00
-00
-18
-46
-7c
-ff
-20
-62
-80
-00
-20
-20
-6f
-0b
-c6
-93
-00
-00
-20
-40
-56
-01
-24
-74
-00
-00
-6f
-e0
-c7
-7c
-70
-47
-7c
-00
-24
-5a
-04
-d4
-6f
-e4
-47
-13
-c3
-0b
-04
-c9
-6f
-e0
-c9
-6c
-24
+d8
+ab
+3b
+71
+e2
+a5
+87
+63
 3a
+a4
+1d
+68
+2e
+11
+03
+6c
+7f
+c5
 60
-b6
-20
-40
-04
-cb
-20
-20
-60
-a2
-6f
-e0
-c6
-59
-c1
-ff
-80
-00
-6f
-e0
-c7
-7d
-20
-7a
-00
-00
-1f
-e0
-ff
-ff
-67
-e0
-c7
-7d
-58
-00
-00
-00
-67
-e2
-48
-47
-20
-20
-5a
-73
-20
-40
-04
-88
-20
-20
-02
-1e
-6f
-e4
-47
 13
-c4
-15
-00
-00
-c3
-1f
-de
-b9
-68
-48
-c6
-5a
-20
-40
-6e
+95
+74
+18
+2d
+75
+aa
+41
+f8
+f4
+45
+77
+a5
+8d
+e4
+26
+95
+9b
+87
+99
 f7
-68
-48
-c6
-5a
-20
-40
-55
-b1
-68
-48
-c6
-5a
-20
-40
-6e
-e6
-24
-20
-de
-c2
-20
-20
-5e
-be
-6f
-e0
-c9
-57
-c0
-06
-04
+7d
+91
+d0
 e4
-20
-20
-57
-4a
-6f
-e0
-c6
-90
-c0
-00
-57
-72
-c0
+33
 00
-d7
-75
+82
 c0
-01
 57
-78
-c0
-01
-d7
-7b
-20
+8e
+89
+7a
+31
+dc
+89
+05
+1c
+6f
+aa
+a6
+cc
+53
+30
+27
+cd
+2a
+21
 60
-00
-00
-20
-40
-59
-58
-c0
-18
-59
-5f
-c0
+23
+35
+b0
+dc
+2b
+4e
+b4
 18
-d9
-c6
-c0
+55
+ed
 2c
-04
-ef
-20
-20
-59
-52
-20
-40
-59
-e7
-6f
-e0
-c8
-5a
-c0
-2c
-84
-f3
-20
-20
-59
-5f
-70
-49
-57
-0b
-da
-60
-4a
-0b
-20
-20
-59
-95
-6f
-e0
-c4
-20
-c1
-80
-00
-00
-6f
-e0
+b8
+66
+72
+a5
+1b
+2b
+b8
 c9
-57
-c0
-05
-84
 fb
-20
-20
-59
-f8
-20
-40
-5a
-6d
-6f
-e0
-c6
-59
-c0
-7f
+90
+be
+bb
 85
-01
-68
-48
-c6
-59
-20
-40
-6e
-e6
-24
-60
-80
-00
-58
-00
-00
-00
-20
-40
-69
-e5
-c0
-ac
-59
-55
-20
-20
-5a
-2f
-78
-54
-7c
-00
-58
-00
-00
-00
-67
-e3
-48
-47
-20
-40
-04
-f6
-20
-20
-56
+a8
+1a
 06
-5c
-45
-aa
+3e
 55
-40
-00
-00
-40
-05
-00
-33
-07
-20
-00
-00
-00
-00
-00
-00
-00
-00
-73
-88
-a4
-f2
-7d
-61
-00
-00
-00
-00
-00
-20
-00
-60
-04
-00
-00
-00
-00
-00
-00
+52
+1a
+fb
+d8
+ba
+44
+4a
 10
-04
+dd
 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
+d8
+b7
+0a
+24
+8d
+e9
 12
-10
-02
-00
-01
-5b
-aa
+8a
 55
-1e
-00
-44
-46
-06
-07
-08
-08
-07
-06
-14
+13
+c2
+f1
+5c
+f0
+b2
+bd
+da
+58
+52
+4b
+76
+8c
+b5
+87
+59
+ef
+96
+7b
+6c
+32
+d6
+8e
+9f
+c7
+df
 12
-0d
 0f
-15
-01
-02
-01
-ff
-ff
-0a
-ff
-ff
-ff
-ff
-ff
-ff
-05
-8c
-ff
-8c
-ff
-ff
-ff
-aa
-55
-01
-00
-29
-47
-01
-aa
-55
-02
-00
-ff
+3f
+90
+42
+dd
+b1
+24
+34
 46
-00
-14
-aa
-55
-03
-00
-02
-47
-05
-05
-02
-aa
-55
-01
-00
-07
-47
-14
-aa
-55
-01
-00
-05
-47
-02
-aa
-55
-02
-00
+0b
+ee
+a1
+ad
+ad
+1b
+f5
 0a
-47
-02
+ab
+ae
+cb
+49
+52
+4a
 06
-aa
-55
-01
-00
-0d
-47
-0a
-aa
-55
-01
-00
-12
-47
-0a
-aa
-55
-02
-00
-0f
-47
-58
-02
-aa
-55
-02
-00
-3a
-46
+a9
 0a
+81
+1f
+b0
+ac
+f8
+72
+7e
+19
+2c
+d4
+7e
+af
+13
+f2
+51
+6e
+a5
+a8
+49
+85
+a4
+86
+f4
+04
+20
+1b
+74
 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
+61
+bd
+88
+1d
+41
+10
+fd
+18
+e2
+8d
+f4
+bd
+10
+51
+3c
+84
+d2
+4a
+52
 46
+07
+e9
+92
+29
 b0
-04
-aa
-55
-01
-00
-1e
-47
-0a
-aa
-55
-02
-00
-25
-47
-70
-17
-aa
-55
-01
-00
+eb
+fe
+e9
 cb
-43
-08
-aa
-55
-01
-00
-1b
-47
-02
-aa
-55
-01
-00
-94
-40
-01
-aa
-55
-01
-00
-c0
+27
+d9
+49
+83
+05
+d9
 40
-20
-aa
-55
+dd
+75
 01
-00
-6b
-49
-20
-aa
-55
+15
+d3
+0e
+cd
+e6
 02
-00
-66
-46
-00
-34
-aa
-55
-01
-00
-74
-46
-34
-aa
-55
+17
+d6
+28
+eb
+89
+3f
+75
+8c
+c0
+d1
+26
+d4
+64
+87
+bf
+8a
+af
+1d
+99
+4a
+98
 01
-00
-81
-46
+0e
+62
+a0
+3d
+26
+0f
+9a
+0f
+49
+ec
+27
+0a
+2c
+a1
+2b
+7f
+37
+24
+d9
+79
+37
+22
 33
-aa
-55
-06
-00
-2d
-46
-dc
-05
-84
-03
-e8
-03
-aa
-55
+08
+e3
+0b
+85
+37
 01
-00
-35
-46
+fd
+a6
+e0
+07
+31
+42
+ae
+6e
+e6
+27
+bc
 04
-aa
-55
-01
-00
-28
-47
+5f
+77
+a9
+ef
+86
+53
+d6
+99
+2c
+ce
+73
+dd
+d3
+2e
+65
 03
-aa
-55
-01
-00
-27
-47
+62
+81
+40
+6a
+f6
+92
+13
+fd
+ec
+0a
+77
+db
+29
+eb
+49
+40
 07
 aa
-55
-06
-00
-e6
+4e
+4c
+9f
+d8
+7e
+6b
+d4
+6e
+21
+cd
+3f
+0c
+a9
+a4
 46
-00
-00
-00
-00
-00
-00
-aa
-55
-06
-00
-f1
-44
 02
-11
-37
-58
-51
-61
-aa
-55
+a5
+be
+96
+f1
+a9
+0e
+c6
+4b
+2b
+7a
+79
+20
+ca
+36
+96
 01
-00
+f6
+02
+9e
+f4
 89
-45
-01
-aa
-55
-05
-00
+37
+2a
+43
+f9
+3b
+1d
+03
 e3
-45
-01
-0f
-0f
-0f
+d6
+a8
+ef
+99
 0f
-aa
+23
+ec
+b7
+39
+09
+dc
+2e
+8d
+af
+b6
+43
+ba
+ed
+96
+5a
+38
+60
+a9
+3b
+76
+a4
+5e
+b0
+25
+1f
+f6
+27
+d2
+2a
+07
+84
+ae
+30
+e9
+d1
+db
+fe
+0b
+35
+8e
+19
+fb
+0a
+0a
 55
-01
-00
-b9
-45
-00
-aa
-55
-01
-00
-40
-47
+db
+86
+29
+5e
+f2
+72
+27
+c7
+94
+cb
+24
+cf
+42
+94
+3f
+bb
+19
+74
+53
+1c
+60
+9e
+64
+fa
+be
+1c
 02
-aa
-55
-01
-00
-ca
-45
-00
-aa
-55
-01
-00
-7b
-47
-00
-aa
-55
+b1
+29
+91
+44
+22
+2d
+06
+87
+65
+35
+09
+52
+f5
+25
+af
+f4
+56
+75
+c1
+cb
+13
+d2
 02
-00
-8b
-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
-f2
-f9
-00
-00
-77
-01
-0b
-aa
-55
-04
-00
-59
 47
-00
-77
-01
-00
+a0
+6a
+9f
+d0
+cf
+4e
+89
+4e
+51
+f6
+e5
+6e
+6b
+20
 aa
-55
+a3
+8c
+e8
+fb
+20
+63
+bd
+9e
+d4
+c6
+6b
 03
-00
-af
-45
-00
-48
-60
-aa
-55
-02
-00
-1d
-46
+b2
+1a
+df
+a3
+ea
+18
+70
+ed
+5f
+0e
+80
+76
+09
+66
+1a
+71
 2c
-01
-aa
-55
-02
-00
-1b
-46
-50
-00
-aa
-55
-02
-00
+da
+b6
+04
+3d
+dc
+40
 23
-47
-64
-00
-aa
-55
-01
-00
-f4
+0a
+bd
+f1
+f0
+0b
+60
+6c
+a3
+d4
 46
-01
-aa
-55
-06
+8f
+57
+dd
 00
-db
-42
-71
-81
-91
-a1
-b3
+bd
 c1
 aa
-55
-01
-00
-93
-43
-07
-aa
-55
-08
-00
-c0
-43
-fb
-00
-48
-08
+75
+a8
+b5
+42
+7c
+33
+2a
+11
+18
+f2
 fb
-00
-48
-08
-aa
-55
-02
-00
-be
-47
-96
-00
-aa
-55
-02
-00
-b5
-47
-15
-00
-aa
-55
+14
+ce
+75
+da
+74
+b8
 02
-00
-9b
-43
+c6
+ec
+b6
+ef
+d1
+d9
+e8
+37
 19
-00
-aa
-55
+7a
+98
+7d
+af
+91
+af
 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
+2f
+7a
+5f
 14
-00
-a0
-47
-06
-ff
-06
-00
-03
-00
-80
-0c
-09
-42
-54
-35
-2e
-32
-20
-4d
-6f
+51
+fe
+0a
+a9
+fc
+c6
+28
 75
-73
-65
-aa
-55
-0e
-00
-68
-43
-1f
-0c
-09
-42
-54
-35
-2e
-32
-20
-4d
-6f
+df
+4a
 75
-73
-65
-aa
-55
-0c
-00
+69
+e7
+80
+9f
+70
+57
+38
+a8
+ce
+1a
+77
+6d
+fd
+f8
 6b
-42
-0b
-42
-54
-35
-2e
-32
-20
-4d
+93
+78
+36
+05
+85
+cd
+5b
+c2
+64
+7f
+4a
+5d
+66
+ba
+4e
+8a
+a3
+59
+31
+15
+22
+bd
+fd
+d2
+6a
+10
+95
+92
+a7
+16
+0a
+2a
+6d
+08
+79
+72
+5f
+c9
+0e
+f5
+e4
+9a
+d9
+f9
+64
+dc
+da
+26
+17
+13
+c0
+92
+f7
+63
+8c
+da
+76
+e9
+4b
+01
+a2
+a7
+60
+bc
 6f
-75
-73
+7c
+4a
+fa
+a2
+ca
+e5
+de
+89
+ec
 65
-aa
-55
+28
+db
+e6
+a4
+95
+6a
+5b
+57
+ef
+67
 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
+d9
+ac
+21
+16
+4e
+71
+b8
+bf
+51
+fd
+bc
+a3
+31
+70
+22
+b1
+33
+eb
+cd
+24
+61
+f2
+da
+14
 03
+91
+66
+68
+b9
+07
+ba
+8e
+31
+bf
+a7
+f1
+9e
+19
+d1
+76
+7b
 12
-18
-ff
-00
-00
-aa
-55
+97
+7f
+59
+fc
+89
+8d
+a0
 03
-00
-ec
-46
-00
-50
-00
-aa
-55
-02
-00
-eb
-43
-80
-1f
-aa
-55
-01
-00
-f4
-43
-80
+07
+57
+20
+18
+9e
+83
+c2
+84
+f8
+34
+d3
+7a
+72
+bc
+cd
+96
+71
 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
+bc
 1c
-92
-1d
-93
+18
+c6
+5e
+12
+7e
+a8
+38
+09
+dd
+01
+e6
+e4
+17
+fe
+97
 1d
+59
+68
+32
+0b
+11
+15
+d0
+6e
+53
+53
 46
-1e
-47
-1e
-fa
-1e
+8e
+9d
 aa
-55
-06
-00
-fe
+bf
+2b
+4e
+85
+54
+25
+4e
+43
+27
 49
-fb
-1e
-ae
-1f
+26
+43
+be
+f2
+b4
+3c
+de
+96
+63
+91
+f9
+bd
+2a
+b0
+f8
+fe
+a8
+f8
 ac
-1f
-aa
-55
-01
-00
-ec
-44
-ff
-aa
-55
-01
-00
-eb
-44
-1e
-aa
+ba
+d8
+e5
+1d
+3d
+82
+c3
+96
+57
+4e
+56
+de
+20
+65
 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
+9e
+8f
+32
 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
+59
+d1
+5a
+03
+f9
+0c
+0c
+d9
+8e
+0a
+62
+3a
+95
+a2
+30
+39
+7e
+20
+54
+ee
+d8
+49
+23
+a9
+b0
+7b
+5f
 41
+5d
 46
+9c
+73
 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
+61
+ba
+5a
 00
-6c
-08
-ff
+fc
+52
+1f
+c8
+a4
+65
+85
+3b
+ed
+10
+fe
 aa
-55
+c5
+ae
+3c
+b2
+fe
+54
+80
+99
+87
+39
+d7
+cb
+d3
+50
+50
+77
+f8
 11
+9c
+c9
+e3
 00
+39
+ab
+b9
+38
+e5
+4f
+a3
+3a
+f0
+25
+1a
+3a
+e0
+18
+76
+d5
 68
-48
-03
-04
-01
-02
+6b
+e4
+f2
+ba
+70
+2c
+d3
+d1
+81
+0e
+d6
+38
+06
+96
+17
+20
+0a
 20
-2a
-3f
-15
-28
-35
 1b
-11
-8a
-8b
-83
-84
-89
-aa
-55
-08
-00
-4e
-49
-09
+6c
+a4
+4a
 a5
-0b
-f3
-09
-00
-ff
-ff
+3b
+5d
+b3
+d3
+02
+33
+f7
+10
+85
+9e
+39
+be
+c3
+66
 aa
-55
-08
-00
-46
-49
-09
-5a
-0b
-f3
-09
-00
-ff
-ff
+43
+84
 aa
-55
-12
+10
+25
+62
+bc
 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
+f2
+4b
+1c
 10
-1d
-ed
-7d
-80
-ff
-ff
-aa
-55
-1e
-00
-d6
 48
-09
-5a
-ff
-27
-ab
-40
-be
-d1
-a0
-41
-a1
-12
-a5
-84
-a7
-ff
+5e
+89
+91
+fc
+1e
+6b
 b5
-d0
-b6
-00
-ff
-00
-35
-c8
-25
-af
-09
-00
-ff
 ff
-aa
-55
-2e
-00
-fc
-48
-09
-5a
-0d
+2f
+a7
+9f
+65
+89
+a6
+60
+fa
+17
+78
+fb
+f5
+3d
+9d
+19
 10
-0e
+ec
+90
+c9
+6b
+3a
+95
+6b
+d0
+b3
+cb
+46
+dd
+23
+f6
+33
+d5
+8b
+64
+a5
+6c
+6a
 c5
-5b
-9a
+3c
+c9
+e6
+02
+9e
+96
+95
+c4
+63
+c3
+31
+1e
+e6
+83
 10
+50
+77
+57
+52
+f2
+d0
+81
+ef
+ca
+60
+79
+56
+a8
+ac
+71
+d5
+2b
+47
+bd
+4f
+0e
+3e
+59
+34
+31
+80
+32
+c7
+08
+49
 38
-11
-42
-28
-28
-41
+5e
+92
+50
+0c
 23
-49
-39
-4a
-b0
-4b
-a0
-4c
+23
+56
+bd
+eb
+09
+3b
+df
+9f
+cc
+3d
+3d
+16
+32
+85
+ed
+2b
+26
+36
+a8
 90
+57
+f1
+8a
+84
+dd
+d4
+79
+ac
+65
+17
+9d
+f4
+cf
+af
+97
+2f
+d0
 4d
+1f
+39
+62
+6d
+e4
+e7
+45
+47
+4a
+e8
+98
+c2
+c4
+b6
 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
+da
+99
+e5
+1b
+76
+59
+fb
+11
+f3
+44
+60
+86
+77
+89
+d3
+f3
+34
 48
-41
-0c
+12
+77
+1a
+7e
+6d
+c0
+24
 aa
-55
-06
-00
+44
+54
+b5
+2f
+5c
+a5
+85
+21
+16
+32
+15
+5d
+83
+c8
+7c
+16
+fb
+54
+c4
+5a
+23
+20
+78
+b0
+29
+e2
+92
+8c
+48
+62
+45
+f3
+93
+c4
+28
+0b
+9e
+f9
+70
+e6
 c3
-40
-35
-3f
-64
-db
+d1
+24
+66
+73
+d6
+3e
+a0
 7b
-3b
-aa
-55
-01
-00
-a7
-40
+15
+0e
 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
+87
+25
+6a
+28
+6c
+70
+81
+ca
+30
+e9
+79
+47
+8a
+ab
+9e
+4d
+38
+9b
+d6
+75
 16
-00
-00
-00
-20
-00
-00
-00
-00
-00
-00
-00
-00
-00
-aa
-55
-05
-00
-5e
-41
+62
+15
+2c
+b6
+8b
+a3
+35
+31
+19
+1d
+db
+24
+fe
+b3
+78
+e2
+e9
+bc
+f0
+10
+90
 08
-0e
-05
-03
-00
-aa
-55
-01
-00
-68
-41
-20
-aa
-55
-02
-00
-9a
-40
-00
-0c
-aa
-55
-05
+6f
+58
+13
+fd
+07
+e3
+45
+4d
+46
+58
+bf
+84
+89
+4c
 00
+fd
+56
+d0
+66
+45
+9d
+7d
+63
+9b
 43
-41
-ff
-04
-00
-00
-08
-aa
-55
-01
-00
-1c
-02
-5a
-aa
-55
-01
-00
+ac
+fb
+13
 07
+30
+3b
+89
+7b
+72
+e2
+5c
+c2
+94
+9e
+8e
+7e
+92
+a5
+f1
+0b
+21
+0d
+64
+25
+eb
+48
+58
+ec
+a2
+c6
+52
+8a
+0b
+3f
+97
+29
+cb
+ec
+ba
+c2
+99
+17
+bb
+f6
+3d
+72
+0e
+26
+b6
+be
+16
+6c
+9a
+71
+b5
+be
+e9
+db
+17
+85
+e3
+72
+c3
+3b
+04
+7e
+4c
+43
+b5
 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
+2c
+2e
+e5
+f6
+5f
+90
+3f
+7a
+42
+73
+f9
+34
+49
+db
+ea
+3b
+37
+21
+8e
+8f
+af
+6f
+eb
+c6
+67
+38
+b9
+1d
+6f
+c3
+51
+c9
+d4
+ac
+46
+99
+03
+78
+72
+6f
+8c
+2e
+bb
+69
+d1
+e2
+9d
+46
+7d
+c4
+c2
+da
+0a
 04
-00
+64
+5e
+81
+ec
+b4
+e9
+0c
+75
+78
+68
+95
+d0
+51
+e2
+1c
+10
+0a
+69
+a7
+3d
+1d
+9c
+97
+da
+73
+d3
+34
+01
+95
+d8
+42
+a2
+5c
+0a
+d4
+95
+bd
+60
+f2
+fa
+0c
+3a
+f8
+d8
+a3
+ed
+fa
+7b
+ef
+22
+61
+74
+68
+ba
+f1
+70
 0d
-44
-00
-07
+90
+db
+a2
+77
+61
+f4
+17
+78
+b4
+3c
+c2
+36
+88
+9b
+71
+f5
+2d
+8f
+f6
+22
+22
+ce
+05
+51
+ed
+e2
+2a
+df
+4b
+cd
+e5
+69
+d6
+17
+15
+ed
+3f
+bc
+e9
+39
+5a
+f9
+0d
+ef
 ff
-07
+71
+d0
+0f
+21
 aa
 55
-01
+40
+00
+00
+40
+05
+00
+73
+07
+a0
+00
+00
+00
+00
+00
+00
+00
+00
+f7
+98
+86
+f2
+7d
+61
+00
+00
+00
+00
+00
+20
+00
+60
+04
+00
+00
+00
+00
+00
+00
+10
+04
+70
+00
+00
+06
+00
+30
+00
+00
+00
+00
+00
+00
+00
+00
+45
+a4
+00
+00
+00
+00
+00
+00
+00
 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
+08
+00
+13
+47
+04
+c9
+12
+10
 02
 00
-9c
-40
-49
-41
-55
-aa
+01
+5b
 aa
 55
-32
-58
-cf
-d2
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
+1e
+00
+44
+46
+06
+07
+08
+08
+07
+06
+14
+12
+0d
+0f
+15
+01
+02
+01
 ff
 ff
+0a
 ff
 ff
 ff
 ff
 ff
 ff
+05
+8c
 ff
+8c
 ff
 ff
 ff
+aa
+55
+01
+00
+29
+47
+01
+aa
+55
+02
+00
 ff
+46
+00
+14
+aa
+55
+03
+00
+02
+47
+05
+05
+02
+aa
+55
+01
+00
+07
+47
+14
+aa
+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
+00
+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
+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
+20
+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
+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
+45
+c0
+12
+aa
+55
+07
+00
+43
+47
+d0
+52
+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
+21
+1c
+52
+1c
+aa
+55
+10
+00
+e2
+49
+53
+1c
+1a
+1d
+1b
+1d
+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
+28
+35
+1b
+11
+8a
+8b
+83
+84
+89
+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
+46
+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
+54
+00
+d6
+48
+09
+5a
 ff
+27
+ab
+40
+b3
+56
+9b
+e6
+a8
+12
+a9
+c0
+be
+e6
+a5
+af
+a0
+21
+a1
+02
+b8
+10
+b9
+0b
+a7
 ff
+b5
+d0
+b6
+00
 ff
+00
+09
+00
 ff
 ff
+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
+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
+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
+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
+df
+54
+e4
+08
 ff
 ff
 ff
@@ -8188,5 +8188,5 @@
 ff
 ff
 ff
-ed
-d7
+a4
+1c
Index: output/memmap.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/memmap.format	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/memmap.format	(working copy)
@@ -1977,90 +1977,91 @@
 0x4aa9 mem_le_tx_buffer2_omemalloc_new
 0x4ae9 mem_le_tx_buffer3_omemalloc_new
 0x4b29 mem_mouse_wheel_temp_gpio
-0x4b2a mem_24g_txpayload_buf
-0x4b3a mem_release_data_from_receiver_enable
-0x4b3b mem_release_data_from_transmiter_enable
-0x4b3c mem_flippen_key0_gpio
-0x4b3d mem_flippen_key1_gpio
-0x4b3e mem_flippen_key2_gpio
-0x4b3f mem_flippen_key3_gpio
-0x4b40 mem_flippen_key4_gpio
-0x4b41 mem_flippen_key5_gpio
-0x4b42 mem_flippen_key6_gpio
-0x4b43 mem_flippen_key7_gpio
-0x4b44 mem_flippen_key0_press_status
-0x4b45 mem_flippen_key1_press_status
-0x4b46 mem_flippen_key2_press_status
-0x4b47 mem_flippen_key3_press_status
-0x4b48 mem_flippen_key4_press_status
-0x4b49 mem_flippen_key5_press_status
-0x4b4a mem_flippen_key6_press_status
-0x4b4b mem_flippen_key7_press_status
-0x4b4c mem_key_press_data
-0x4b4c mem_key_pageup_data
-0x4b55 mem_key_pagedown_data
-0x4b5e mem_key_shift_f5_data
-0x4b67 mem_key_esc_data
-0x4b70 mem_key_b_data
-0x4b79 mem_key_tab
-0x4b82 mem_key_enter
-0x4b8b mem_key_alt_tab
-0x4b94 mem_key_alt_f4
-0x4b9d mem_key_play_pause
-0x4ba6 mem_key_vol_up
-0x4baf mem_key_vol_down
-0x4bb8 mem_standard_key_release
-0x4bc1 mem_system_ctrl_key_release
-0x4bca mem_media_key_release
-0x4bd3 mem_key0_long_press_flag
-0x4bd4 mem_key1_long_press_flag
-0x4bd5 mem_key2_long_press_flag
-0x4bd6 mem_key3_long_press_flag
-0x4bd7 mem_key4_long_press_flag
-0x4bd8 mem_key0_long_press_event
-0x4bd9 mem_key1_long_press_event
-0x4bda mem_key2_long_press_event
-0x4bdb mem_key3_long_press_event
-0x4bdc mem_key4_long_press_event
-0x4bdd mem_key0_short_press_flag
-0x4bde mem_key1_short_press_flag
-0x4bdf mem_key2_short_press_flag
-0x4be0 mem_key3_short_press_flag
-0x4be1 mem_key4_short_press_flag
-0x4be2 mem_key0_press_timer_count
-0x4be3 mem_key1_press_timer_count
-0x4be4 mem_key2_press_timer_count
-0x4be5 mem_key3_press_timer_count
-0x4be6 mem_key4_press_timer_count
-0x4be7 mem_combination_key_down_flag
-0x4be8 mem_combination_key_longpress_flag
-0x4be9 mem_key_disable_timer
-0x4bea mem_24g_calculate_package_id_disable
-0x4beb mem_24g_package_id_abandon_flag
-0x4bec mem_24g_package_id
-0x4bed mem_key_state
-0x4bee mem_key_press_state
-0x4bef mem_poweron_first_blank_data_enable
-0x4bf0 mem_flippen_no_data_timeout
-0x4bf2 mem_flippen_start_pair_no_data_timeout
-0x4bf4 mem_key_longpress_timer_init
-0x4bf6 mem_key_longpress_timer
-0x4bf8 mem_low_voltage_led_blink_flag
-0x4bf9 mem_low_voltage_led_blink_start_timer
-0x4bfa mem_poweron_led_blink_flag
-0x4bfb mem_24g_pair_enable_flag
-0x4bfc mem_24g_ch_work
-0x4bfd mem_24g_pair_key_down_flag
-0x4bfe mem_24g_pairing_stop_flag
-0x4bff mem_longpress_24g_enter_hibernate_flag
-0x4c00 mem_g24_connected_state
-0x4c01 mem_g24_pairing_stop_flag
-0x4c02 mem_send_package_before_check
-0x4c03 mem_le_conn_rcv_new
-0x4c04 mem_le_conn_first_rcv
-0x4c05 mem_le_check_retransmit_flag
-0x4c06 mem_le_retransmit_cnt
-0x4c07 mem_le_check_retransmit_discon_flag
+0x4b2a mem_mouse_qdec_set_flag
+0x4b2b mem_24g_txpayload_buf
+0x4b3b mem_release_data_from_receiver_enable
+0x4b3c mem_release_data_from_transmiter_enable
+0x4b3d mem_flippen_key0_gpio
+0x4b3e mem_flippen_key1_gpio
+0x4b3f mem_flippen_key2_gpio
+0x4b40 mem_flippen_key3_gpio
+0x4b41 mem_flippen_key4_gpio
+0x4b42 mem_flippen_key5_gpio
+0x4b43 mem_flippen_key6_gpio
+0x4b44 mem_flippen_key7_gpio
+0x4b45 mem_flippen_key0_press_status
+0x4b46 mem_flippen_key1_press_status
+0x4b47 mem_flippen_key2_press_status
+0x4b48 mem_flippen_key3_press_status
+0x4b49 mem_flippen_key4_press_status
+0x4b4a mem_flippen_key5_press_status
+0x4b4b mem_flippen_key6_press_status
+0x4b4c mem_flippen_key7_press_status
+0x4b4d mem_key_press_data
+0x4b4d mem_key_pageup_data
+0x4b56 mem_key_pagedown_data
+0x4b5f mem_key_shift_f5_data
+0x4b68 mem_key_esc_data
+0x4b71 mem_key_b_data
+0x4b7a mem_key_tab
+0x4b83 mem_key_enter
+0x4b8c mem_key_alt_tab
+0x4b95 mem_key_alt_f4
+0x4b9e mem_key_play_pause
+0x4ba7 mem_key_vol_up
+0x4bb0 mem_key_vol_down
+0x4bb9 mem_standard_key_release
+0x4bc2 mem_system_ctrl_key_release
+0x4bcb mem_media_key_release
+0x4bd4 mem_key0_long_press_flag
+0x4bd5 mem_key1_long_press_flag
+0x4bd6 mem_key2_long_press_flag
+0x4bd7 mem_key3_long_press_flag
+0x4bd8 mem_key4_long_press_flag
+0x4bd9 mem_key0_long_press_event
+0x4bda mem_key1_long_press_event
+0x4bdb mem_key2_long_press_event
+0x4bdc mem_key3_long_press_event
+0x4bdd mem_key4_long_press_event
+0x4bde mem_key0_short_press_flag
+0x4bdf mem_key1_short_press_flag
+0x4be0 mem_key2_short_press_flag
+0x4be1 mem_key3_short_press_flag
+0x4be2 mem_key4_short_press_flag
+0x4be3 mem_key0_press_timer_count
+0x4be4 mem_key1_press_timer_count
+0x4be5 mem_key2_press_timer_count
+0x4be6 mem_key3_press_timer_count
+0x4be7 mem_key4_press_timer_count
+0x4be8 mem_combination_key_down_flag
+0x4be9 mem_combination_key_longpress_flag
+0x4bea mem_key_disable_timer
+0x4beb mem_24g_calculate_package_id_disable
+0x4bec mem_24g_package_id_abandon_flag
+0x4bed mem_24g_package_id
+0x4bee mem_key_state
+0x4bef mem_key_press_state
+0x4bf0 mem_poweron_first_blank_data_enable
+0x4bf1 mem_flippen_no_data_timeout
+0x4bf3 mem_flippen_start_pair_no_data_timeout
+0x4bf5 mem_key_longpress_timer_init
+0x4bf7 mem_key_longpress_timer
+0x4bf9 mem_low_voltage_led_blink_flag
+0x4bfa mem_low_voltage_led_blink_start_timer
+0x4bfb mem_poweron_led_blink_flag
+0x4bfc mem_24g_pair_enable_flag
+0x4bfd mem_24g_ch_work
+0x4bfe mem_24g_pair_key_down_flag
+0x4bff mem_24g_pairing_stop_flag
+0x4c00 mem_longpress_24g_enter_hibernate_flag
+0x4c01 mem_g24_connected_state
+0x4c02 mem_g24_pairing_stop_flag
+0x4c03 mem_send_package_before_check
+0x4c04 mem_le_conn_rcv_new
+0x4c05 mem_le_conn_first_rcv
+0x4c06 mem_le_check_retransmit_flag
+0x4c07 mem_le_retransmit_cnt
+0x4c08 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_WK3-8_Dpi4/output/otp.dat	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/otp.dat	(working copy)
@@ -9,5172 +9,5690 @@
 00
 00
 00
+8f
+ab
+f1
+00
+3c
+ae
+c6
+03
+78
+5c
+8d
+07
+e0
+71
+35
+1e
 aa
 55
-2a
-14
-c2
-84
-00
-28
-c0
-00
-02
-a5
-c0
-01
-00
+20
+16
+4e
+06
+a3
+16
+a2
+a1
+1a
+49
+23
+16
+29
+ea
+50
+e2
+3b
+d1
+04
+50
+c7
+1b
+27
+04
+c7
+39
+53
+b3
+ab
+e7
+ae
+4a
+7a
+e0
+5f
+16
+cf
+5b
+41
+0b
+59
+bb
+32
+eb
+3c
+51
+42
+ec
+fb
+71
+21
+34
 55
-c0
-08
-00
+f1
+54
+74
+8e
+c2
+9e
+af
+86
 5e
-c0
-08
-80
-60
-c0
-0a
-01
-58
-c0
-0a
-80
-e1
-c0
-0c
-01
-01
-c0
-0c
+6f
+e2
+3b
+d4
+04
+57
+2d
+d4
+35
+5b
+57
+3f
+fb
+f0
+f4
+79
+61
+69
+7a
+85
+9a
+29
+e3
+b6
+f7
+db
+c4
+f7
+ca
+97
+ef
+fb
+f6
 81
-08
-c0
+ff
+7c
 0d
-00
+c6
+8e
+9e
+50
+fe
+9b
+7d
+6f
+32
+dc
+27
+f3
+0f
+1d
+bc
+2b
+56
+56
+8c
+9d
+8f
+55
+db
+6a
+dc
+48
+31
+8b
+0f
+8c
+d1
+9b
+d4
+1e
+c5
+79
+d3
+97
+19
+28
+22
 6e
-c0
-12
-82
-0e
-c0
-34
-02
-81
-c0
-34
-82
-a9
-c0
-36
-02
-4a
-c0
-36
-80
-3d
-c0
-37
+b9
+bc
+cc
+e4
+7d
+41
+18
+9e
 04
-42
-c0
-39
-84
-97
-c0
-3b
-80
-37
-c0
-3d
-05
-05
-c0
-3e
-84
-e1
-c0
-3f
-84
-77
-c0
-40
-84
-ea
-c0
+ad
 42
 03
-92
-c0
-42
-83
-de
-c0
-43
-01
-ef
-c0
+23
 43
-83
-bc
-c0
-44
-03
-dc
-c0
-45
-03
-a6
-c0
-46
-02
-e7
-c0
-46
-83
-4f
-c0
-47
-04
-61
-c0
-45
+38
+4e
+9d
+59
+80
+7c
+b6
+c6
+3a
+78
+94
+b9
 82
-c0
-c0
-48
-04
-d6
-c0
-4a
-84
+54
+6c
+87
+b6
+49
+02
+5d
+35
+3c
+b6
+bf
 8e
-c0
-4b
+ca
+2f
+37
+91
+b1
+7f
+9f
+e6
+0d
+7c
 04
-bf
-c0
-6b
-02
-07
-c0
-62
-82
-2d
-c0
-6a
-82
-88
-c0
-6d
-01
+a2
+4d
+06
+f3
+6e
+37
+73
+d9
+cd
+e3
+66
+99
 41
-20
-20
-23
-5a
-c0
-0a
-01
+93
+a1
+3d
+f3
+fc
+3d
+c6
+d6
+21
+60
+2f
+e2
+26
 79
-c0
-0d
-01
-78
-c0
-12
-81
-a8
-c0
-13
-01
+54
+3f
 ad
-c0
-1c
-81
-bf
-c0
-1d
-01
-c9
-c0
-26
-01
-c5
-c0
-26
-81
+90
+7b
+f5
+a9
+06
+0f
 c3
-c0
+4b
 48
+ad
+2a
+44
+a3
+85
+5f
+89
+7a
+de
+78
+2d
+98
+be
+f0
+41
 02
-30
-c0
-4b
-04
-82
-c0
-4d
-00
-ef
-c0
-4e
+59
+9d
+ab
+6e
+2e
+be
+ec
+97
+47
+fa
+e0
+12
+8c
+38
+9e
+b0
+27
+1b
+2a
+ca
+78
+2f
+22
+32
+40
+d6
+dc
+da
+89
+35
+a3
+c2
+df
 80
-f6
+46
+ed
+5d
+bd
+6b
+ce
+99
+ff
+81
+af
+9a
+a1
+4a
+63
+e5
+8d
+ad
 c0
+ad
+ec
+ba
+af
+4b
+3d
+e6
+2b
+87
+30
+7a
+05
+fe
+1c
+9e
+4c
+16
 4f
-82
-52
-c1
-7f
-80
-00
-20
-20
-23
-5a
-20
+a2
 40
-6f
-82
-20
-40
-6f
-b0
-1f
-e6
-fc
-0a
-20
-40
-7d
-5f
-67
-e1
-46
-33
-20
-20
-55
-53
-6f
-e0
-c6
-4f
-67
-e0
-c9
-58
-6f
-e0
-c6
-4e
-c1
-7f
+0d
+e9
+f6
+8d
+3d
+72
+15
+84
+82
+21
+14
+b9
+2f
 80
-00
-20
-40
-23
-c3
-6f
-e0
+bb
+9f
+36
+54
+27
 c6
-4e
-d8
-40
-00
-3e
-20
-40
-6f
-21
+96
+4d
+1e
+f8
 6f
-e0
-c6
+52
+3c
+83
+63
+2a
+9f
+94
+e1
+8e
+54
+1c
+cd
+98
+f7
+a6
+1d
+75
+f4
+bb
+c5
+92
+06
+1d
 5b
+ff
+93
+3a
+88
+e6
+52
+98
+bd
+ae
+11
+7c
+68
+4b
+e0
+82
+89
+27
+2e
+d1
+c8
+b8
+08
+6e
+e2
+9c
+ea
+56
+10
+27
+95
+43
+f3
+56
+43
+9e
+cf
+65
+3a
+f8
+27
+65
+a3
+02
+25
+6e
+ad
+2b
+e7
+bc
+57
+a1
+41
+e8
+c3
+7c
+0f
+92
+36
+07
+b3
+02
+74
+87
+36
+37
+58
+f8
+8a
+d3
+39
+c5
+e9
+1b
+3a
+3f
+85
+a3
+36
+fa
+88
+da
 d8
-40
-00
-3e
-20
-40
+60
+96
+a5
+5c
+53
+7a
+30
+7b
+95
 6f
-21
-68
-48
-c6
-4d
-20
-40
 55
-b5
+9e
+e0
+41
 68
-48
-c6
-4d
-20
-40
-6e
-e6
-20
-40
-d4
-73
-20
-40
+3e
+cb
+f6
 55
-b1
+9c
 68
-48
-c6
-4d
-20
-40
-6e
 dd
-20
-40
-23
-c7
-68
-48
-c6
-4e
-20
-40
-6f
-0f
-68
-48
+ed
+49
+91
+a6
+31
+e8
+f7
 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
-0f
-20
-40
-24
-8c
-20
-20
-00
-55
-70
-89
-00
-00
-20
-20
-21
-53
-70
-8a
-0f
-60
+1e
+04
+b6
 70
-8a
+d8
+0d
+fe
+98
+e2
+ab
+7e
+98
+0d
+58
+e3
 10
+8c
+2a
 aa
-70
-8a
-12
-7a
-70
-8a
-25
-00
-70
-8a
-26
-00
-20
-00
-00
-3c
-70
-8a
-20
-20
-70
-8a
-23
-f5
-70
-8a
-24
-12
-70
-8a
-24
-10
-20
-00
-00
-3c
-70
-8a
-12
-60
-70
-8a
-23
-dd
-20
-60
-00
-00
-70
-01
+08
+2b
+a2
+22
+73
+86
+92
 bb
-00
-70
-01
-bc
-00
-37
-d9
-82
-00
-70
-89
-46
-0d
-70
-89
-6f
-10
-70
-8a
-13
-cd
-70
-8a
-06
-10
-70
-8a
-84
+36
+30
+97
+a4
+45
+d1
+1a
+2b
+ca
+a8
 4a
-70
-8a
-85
-40
-70
-8a
-16
-fe
-20
-40
-00
-b5
+4e
+a4
+cb
+75
+28
+92
+56
+e9
+83
+5d
+af
+c6
+c6
+3a
+af
+b6
+66
+8b
+f2
+a2
+a8
+4e
+cd
+fb
+8c
+46
+d1
+f6
+e6
+c0
+71
+ce
+48
+8c
+15
+c4
+31
+f9
+8b
+08
+fc
+a3
+d1
+77
+ee
+d8
+12
+3d
+a4
+8e
 20
-40
-70
-d7
-37
-d9
-82
-00
-70
-81
-3b
-5f
-37
+ac
+16
 d9
-82
-00
-70
-81
+c7
+cb
+cb
+62
+2a
+e6
+e2
+9a
+25
 3c
-88
-37
-d9
-82
-00
-6f
-e0
+4d
+61
+48
 c0
 99
-c0
-08
-00
-aa
-6f
-e0
-c4
-38
-1f
-e1
-fe
-04
-67
-f0
-8a
-02
-70
-89
-0f
-01
-70
-8a
-80
-24
-70
-8a
-81
-62
-58
+8c
 e6
-12
-12
-67
-f1
-8a
-73
-70
-8a
-86
-60
-70
-8a
-8b
+e7
 3b
-20
-40
-00
-9c
-70
-80
-43
-00
-70
-80
-42
-05
-58
-55
-74
-74
-67
-f1
-89
-68
-70
-89
-60
-6e
-20
-40
-01
+e1
+3e
+8e
+07
+62
 14
-20
-40
-01
-3f
-20
+f8
+11
+38
+e1
+e2
+db
+a9
+31
+a1
+d8
+fb
+88
+6c
+bb
+1d
+dc
+2e
+03
+a8
+33
 40
-00
-96
-70
-41
-48
+a1
+bd
 0c
-20
-20
-6f
-4e
-20
-75
-80
-00
-37
-d9
-82
-00
-6f
-e0
-c1
-1c
-67
-f0
-81
-3a
-37
-d9
-82
-00
-20
-60
-00
-00
-6f
-e0
-c0
-99
-c0
+13
+d8
+de
+7b
+21
+e8
+eb
+15
+35
+c8
 0c
-00
-a2
-6f
-e0
-c4
-38
-1f
+f5
+57
+6c
+de
+43
+b2
+9f
+04
+3a
+a4
+03
+4a
+4e
+97
+30
+f8
+df
+23
+ce
+7a
+04
+6b
+61
+ca
+f1
+44
+63
+d1
 e1
-fe
-06
-67
-f0
-8a
-02
-70
-8a
-05
-e0
-70
-8a
-00
+c1
+23
 d8
-20
-00
-00
-3c
-70
-8a
-01
-a0
-70
-8a
-00
-df
-70
-8a
-01
-fa
-20
-00
-00
-14
-70
-8a
-00
-9f
-20
+ba
+f3
+1b
+22
+9d
+f3
+ad
+57
+77
+f7
+1f
+c8
+f9
 60
-00
-00
-6f
+4d
+2d
+d5
+64
+5f
+0e
+57
 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
+cc
+90
+b9
+d1
+a5
+6d
+59
+6d
+b2
+e6
+07
+7d
+92
+49
+fb
+f4
 09
-67
-f1
-8a
-73
-70
-8a
 76
+1a
+c3
+88
+dc
+12
+cf
+df
 2a
-70
-89
-02
-04
-20
-20
-00
-89
-20
-35
-80
-dd
-6f
-e2
-02
-0d
-20
-7a
-00
-00
-37
-d9
-82
-00
-6f
-f0
-81
-36
-1f
-e1
-7e
-f0
-68
-48
-82
-0d
-98
-41
-fe
-00
-1f
-e0
-ff
-fd
-67
-f0
-81
-36
-37
-d9
-82
-00
-6f
-f0
-81
-38
-1f
-e1
-7e
-07
-68
-48
-82
-0e
+78
+b0
+a7
+0b
+ae
+26
+9b
+75
+b7
+87
+2f
+2c
+17
+cc
 18
-49
-84
-00
-98
-41
-fe
-00
-67
-f0
-81
-38
-37
 d9
-82
-00
-6f
-f0
-8a
-cb
-1f
-e1
-7e
-f0
-68
-48
-82
+13
+89
+af
+5d
+91
 0f
-60
-48
-c1
-5b
-98
-41
-fe
-00
-67
-f0
-8a
-cb
-6f
-e0
-82
-10
-67
-e0
-c1
-5c
-2f
-ef
-fe
-03
+a6
+71
+36
+3d
+f4
+c8
+25
+96
+6e
 6f
-f0
-8a
-06
-79
-20
-fe
+d7
+0c
+ad
+9b
+50
+17
+f3
+a5
+1b
+4b
+24
+f9
+0f
 07
-67
-f0
-8a
-06
+5c
+4c
+d6
+60
+5e
+db
+7d
+97
+46
+e8
+f5
+77
+9d
+c3
+74
+86
+92
+d3
+6d
+e3
 6f
-e0
-82
-10
-1f
-e1
-04
-07
-18
-52
-04
+ad
+50
+4d
+38
+fa
+16
+25
+69
+21
 00
-18
-43
+b5
+32
+6d
+ec
+1d
+1a
+27
+74
+2d
 84
-00
-60
-48
-c4
-38
-6f
-f0
-8a
-02
-1f
-e1
-7e
-1f
-98
-41
-fe
-00
-67
-f0
-8a
-02
-20
-60
-00
-00
-6f
-e1
-41
-5b
-20
-7a
-00
-00
-67
-e1
-02
-0f
-20
-20
-00
-c7
-20
-40
-68
-6f
-20
-40
-21
-ba
-18
-00
-2a
+15
+39
+62
+61
+cd
 08
-18
-00
-2a
-00
-58
-0a
-aa
-da
-67
-f1
-8a
-0f
-70
-8a
-25
-40
-70
-8a
-26
-10
-20
-00
-00
+ea
+51
+72
+de
 3c
-70
-8a
+dd
+32
+47
+78
+8f
+94
+ec
+36
+e4
+1b
+20
+89
+aa
+56
+8e
+a3
+cf
+ec
+f2
 01
-fb
-70
-8a
-25
+4a
+97
+82
+d6
+17
+b4
+06
+fd
+37
 ff
-70
-8a
-26
-30
-70
+d8
+4b
+58
+3e
+1d
+c9
+57
+4e
+f6
+6c
+60
 8a
-16
-fe
-20
-20
-21
 b4
-6f
-e0
-c7
-93
-24
-7a
-00
-00
-20
-40
 00
-f3
-20
-20
+87
+02
+66
+21
+cd
+fa
+45
+06
+c4
+6c
+cc
+70
+db
+01
+c0
+94
+15
+b7
+f9
+b8
+1a
+a4
+09
+85
+9c
+05
 60
-fc
-6f
-e0
-c6
-55
-c1
-7f
-80
-00
-20
-20
-5e
+94
 78
-68
-48
-c6
-01
-6f
-e0
-c6
-21
+85
+75
+8d
+9a
 98
-46
-7c
-00
-24
+a3
+29
+e9
+f4
+f2
 21
-00
-fb
-20
-20
-36
-81
+1b
+43
+70
+05
+e0
+46
+2f
 6f
-e2
-45
-8f
+d3
+07
+97
+f4
+ec
+a3
+11
+ae
+0a
+21
+90
 68
-4a
-45
+5b
+da
+c7
+c8
+03
+f7
+12
+8b
+2f
+75
+82
+c2
+d3
+35
+5c
+75
 e4
-98
-46
-7c
-00
-20
-22
-b2
-22
-20
-40
-02
-77
-20
-20
-36
-9b
-58
-0a
-aa
-7e
-67
-f1
-8a
-0f
-20
-00
-00
+39
+da
+a2
+9a
+92
+da
+6f
+8f
+8f
+c9
+d0
 3c
+1f
+d5
 70
-8a
-25
-00
-70
-8a
-26
-0d
-70
-8a
-16
-f6
-20
-20
-22
+c1
+ca
+4a
+ca
+12
+75
+4e
+c1
+e4
+fa
+1a
+7a
 03
-6f
-e0
+51
+f9
+64
+28
+9a
+15
+89
+67
+4e
+96
+db
+2e
+b5
+4c
+dd
+c1
+db
+44
+dc
+51
+28
+e2
+f5
+fd
+90
+e4
+d3
+54
+fb
+f8
+ec
+ec
 80
-08
-c0
-0b
-22
-31
-c0
-17
-22
-31
-c0
-23
-22
-31
+0f
+f4
+5c
+a1
 6f
-e0
-c1
-41
-c0
-03
-22
-21
-c0
-55
-01
-10
-20
-20
-22
+1d
+61
+07
+f7
+51
+71
 0e
+bc
+ae
+66
+c3
+bd
+fc
 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
+71
+c4
+e8
+2f
+e6
+e3
+f1
+3d
+02
+a1
 c3
+97
+92
+64
+41
 00
-d8
-e0
-00
-06
-20
-40
-01
-31
-2a
-2f
-fe
-0d
-20
-40
-21
-1d
-2a
-4f
-fe
-0d
-20
-40
+f4
 21
-1e
-d8
-e0
-00
+6e
+35
 05
-20
-40
-21
-1c
-20
-40
-21
-1e
-20
-40
-01
-31
-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
-26
-20
-20
-21
-4f
-20
-00
-00
-3c
-58
-00
-0f
-00
-67
-f1
-09
-82
-58
-00
-0f
+0a
+79
+04
+63
 f0
-67
-f1
-09
-84
-70
-89
-81
-09
-70
-89
+6e
+5c
+b3
+28
+7d
+9e
+1e
+f9
+54
+de
+7b
+15
+5b
+cc
+2d
+bb
+9a
+93
+0b
+ce
+e1
+13
+60
+71
+9d
+6a
+90
+90
 81
-03
-70
-89
+2b
+73
+50
+92
+b5
+4b
 80
-06
-20
-00
-00
-3c
-da
-20
-00
-00
-da
-40
-00
-00
-df
-20
-00
-10
-d8
-c0
+89
+f1
+5f
+6f
+27
+e6
+53
+39
+fa
+65
+05
+3a
+c4
+69
+57
+6c
+a0
+6a
+e2
+7e
+3d
+f0
+e9
 0f
-00
-20
-20
-21
-2d
-20
-75
-80
-00
-20
-20
-22
-72
-20
+13
+bb
+29
+f1
+66
+9a
+e1
+14
+71
+3b
+2c
+2f
+5a
+d0
+07
+32
+fc
+6d
+0a
+c0
+2f
 75
-80
-00
-70
-8a
+d7
+ea
+2d
+86
 07
-77
-70
-8a
-08
-c9
-70
-8a
-0b
-01
-6f
-e0
+40
+63
+de
+5b
+42
+48
+86
 c4
-09
-67
-f0
+b5
+51
+0e
+5e
+c8
+b8
+fd
+03
+b2
+0c
+42
+d9
+60
+8b
+a5
+29
+88
+c3
+a7
+0c
+d7
+86
+a5
+4e
+7b
+a2
+ba
+7b
+39
+c3
+5d
+d1
+b2
+a3
+f3
+e3
 80
-cd
-20
-00
+55
+6b
+63
+07
+6d
+f8
+64
+76
 0b
-b8
-20
-40
-01
-51
-70
-8a
+c5
+29
 08
-c1
-6a
-40
-c4
-19
+7a
+be
+ac
+e2
+d8
+2a
+b9
+63
+78
+b2
+83
+f0
 df
-20
-00
-08
-20
-40
-6f
-58
-6f
-e0
-c4
-19
-67
-e0
-c4
-33
-62
-40
-c4
-19
-20
+8f
+bc
 60
-00
-00
 70
-80
+91
+23
+56
+ad
+65
+62
+a5
+ba
+55
+df
+d6
+4e
+e1
+b7
+1b
+2e
+fc
+a2
+a3
 cc
-03
-6f
-f0
-81
+7a
+e6
+2a
+ab
+c6
+bc
+4d
+c9
+e6
+f4
+2a
+eb
+f2
+65
+97
+e9
+b1
+30
+13
+ae
+50
+10
+63
+39
+7f
+66
+3a
+b0
+2e
+67
+d7
+b3
+5c
+ad
+9a
+b7
+1f
+bf
+11
 29
-c3
-02
-81
-52
-68
+e9
+5d
+8c
+65
+92
+29
+61
 59
-01
-64
-60
-49
-44
+a1
+9b
+b4
+17
+2b
+4c
+7e
+d6
+51
+38
+3d
+66
+06
+56
+78
+ef
+2b
+b0
+30
+0b
 0a
-70
-80
-cc
-00
-20
-60
-00
-00
-70
-8a
-82
-11
-70
-8a
-8d
-12
-70
-8a
+d6
+ec
 8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-71
-58
-00
-57
-62
-67
-f1
-09
+04
+a1
+ec
+78
+eb
+a7
+a9
+44
+95
+66
+f9
+ec
+f5
+9e
+68
+ef
 07
-70
-89
-01
-03
-70
-89
-30
-03
-c6
-16
-80
-00
-70
-89
-01
-01
-70
-8a
+ea
+87
+28
 82
-07
-70
-8a
+4d
+2f
+46
+52
 8d
-44
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
+53
+a8
+3d
+17
+1f
+94
+1f
 6e
-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
-6a
-58
-00
-83
-12
-67
-f1
-09
-07
-20
-20
-01
-5f
-6f
-e0
-cc
-03
-da
-60
-01
-00
-9a
-60
+2b
 fe
-00
-20
-60
-00
-00
-20
-20
-01
-98
-20
-40
-01
-7b
-20
-20
-25
-63
-6f
-e0
-cc
-04
-20
-7a
-00
-00
+c8
+83
+47
+39
+f5
+c3
+fc
+8d
+fb
+77
+3d
+b4
+89
 6f
-e0
-cc
-05
-24
+d0
+ab
+3a
+c7
+06
+1c
+32
+9e
+64
+c6
+eb
+35
+5f
+cd
+b6
+85
+62
+5f
+89
+26
+dc
 7a
-00
-00
-68
-48
-cc
-04
+57
+3a
+08
+8a
+5a
+b5
+ec
 6f
-e0
-cc
-03
-98
-46
-7c
-00
-24
-41
-01
-74
-98
-46
-7e
-00
-1f
-e6
-7c
-64
-20
+e1
+4d
+ea
+3f
+1e
 21
-01
-8d
-6f
+2c
+db
+28
+e0
+87
+c1
+ab
+4a
+ab
+f2
+28
+5d
+5a
+19
+42
+5b
+1d
+a5
+ea
+a0
 e0
-cc
-06
-1f
-e6
-7c
-14
-24
-41
-01
-8b
 70
-4c
-05
-01
-20
-60
-00
-00
+48
+8c
+93
 70
-4c
+e9
+8c
+c1
+96
+e2
+08
+66
+86
+98
+26
+f7
+8e
+2b
+7f
+7d
+d9
+a8
+46
+83
+bd
 07
-01
-20
-20
-43
-1f
-68
-48
+51
 81
-7f
-6f
-e0
-80
-4c
+2a
+5f
+df
+ed
+90
+e8
+b1
+d8
+3f
+99
+8f
+86
+d1
+7d
+af
 1f
-e3
-7e
-00
-98
-42
-fe
-00
-2f
-ef
-fe
-02
-58
-00
-00
-00
-68
-48
-cc
-06
-79
-20
 fe
-00
-98
-40
+b0
+d9
+4f
+2a
+6a
+5e
+e0
+74
+aa
+1a
 84
-00
-60
+46
+84
+ca
+50
+e6
+1d
+47
+d2
+65
+42
+5c
+45
+dd
 48
-cc
-06
-20
-60
-00
-00
-6f
-e0
+ca
+65
+0f
+b0
+0c
+c2
+84
+c5
+b7
+f4
+37
+82
+c6
+75
+d1
+45
+08
+40
+81
+ea
+be
+16
+6c
 80
-05
-1f
-e0
-fe
-01
-67
-e0
+9e
 80
-05
-24
-36
-81
-9f
-6f
-e0
-cc
-03
+bf
 1f
-e0
-fe
-01
-67
-e0
-cc
-03
-6f
-e0
-81
-68
-c3
-81
-80
-00
-79
-20
-7e
-03
-67
-e0
-81
-68
-6f
-e1
-42
+53
+fb
+b1
+d0
 f5
-67
-e1
-01
-96
-58
-00
-00
-00
-67
-e2
-43
-1d
-20
+29
+65
+39
 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
+ec
+07
+cd
+95
 23
-26
-f6
-c5
-99
-26
-af
-6f
-e0
-80
-4d
-20
-3a
-26
-af
-1f
-e0
-ff
-fc
-67
-e0
-80
+ec
+e6
+fb
 4d
-20
-40
-72
-cb
-6f
-f0
-81
-08
+b6
+06
 c3
-03
 a6
-fa
-18
+ea
+6d
+1d
+e4
 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
-e1
-79
-3f
-80
-30
-20
-20
+ed
+94
+d4
 2a
-f6
-20
+c4
+62
+85
+92
+c7
 40
-21
-52
-70
-89
-00
-00
-79
+04
+1a
+35
+99
+78
 3f
-80
-30
-20
-20
-2a
-e3
-ef
-e1
-00
-06
-c0
-02
-01
-cc
-20
-20
-28
-eb
-ef
-e1
-80
-06
-67
-e1
-c3
-97
-c0
-05
-01
-d1
-c0
-09
-01
-e0
-20
-20
-2b
-96
-6f
-e4
+b5
 47
-13
-c3
-1d
-ad
-19
-20
-40
-2d
-c7
-68
-49
-43
-98
-6f
-e0
-c3
-21
-c2
-81
-81
-db
-6f
-e1
-43
-98
-c0
-18
-2e
-03
-68
-49
-43
-98
-20
-20
-2d
-1d
-6f
-e1
-43
-32
-98
-46
-7c
+1b
+e4
 00
+f6
+78
 24
-22
-81
+6d
+63
+7a
+1a
+c4
+0f
+2b
+0e
+61
+b5
+ea
+97
+58
+07
+90
+6b
+ba
+d6
+66
+7c
 d7
-24
+36
 34
-01
-d7
-20
+c3
 20
-2d
+2b
+d8
+7f
+d7
 46
-18
-c2
-22
-00
-6f
+b0
+a8
 e1
-43
-35
-1f
-e0
-a5
-fd
-20
-40
-29
-29
-6f
-e0
-c7
-8f
-c0
-7f
-ad
-ac
-6f
-e0
-c7
-95
-20
+16
+63
+79
 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
-46
-20
-40
-2a
-28
-24
+cc
+a6
+54
+4a
+0b
 7a
-00
-00
-6f
-e0
-c7
-8f
-c0
-7f
-81
-fa
-6f
-e0
+c3
+dc
+a3
+67
+5f
+e9
+16
+54
 c8
-43
-1f
+3a
+fb
+e4
+91
+c0
+94
+b8
+c7
 e1
-7e
-03
-c1
-81
-80
-00
-6f
-e0
-cc
-05
-20
-7a
-00
+6a
+66
 00
-6f
-e0
-cc
-07
-24
-7a
-00
-00
-6f
-e0
-c9
-56
-20
-5a
-5a
-71
-6f
+8c
 e4
-47
-13
-c2
-80
-db
-5b
-c2
-80
-5b
-5b
-c2
-82
-db
-5b
-c2
-83
-5b
-5b
-20
-40
+bf
+4b
 56
-01
-20
-40
-5a
-b2
-24
-74
-00
-00
-20
-40
-5a
-bc
-20
-40
-04
-cb
-20
-20
-5b
-37
+8d
+a3
+98
+ee
+b1
+10
+07
+1e
+6d
+4f
 18
-46
-7c
-ff
-20
-62
-80
-00
+c8
+06
+32
+a4
+e8
+7f
+a8
+35
+6d
+5c
+14
+a1
+e1
+f1
+a4
+ad
+0e
+63
+45
+eb
+76
+81
+19
+a4
+67
+1a
+cb
+90
+dc
+aa
+f9
+1b
+64
+d8
+fd
+82
 d9
-00
-00
-04
-28
-4f
+1a
+e4
+44
+0b
+70
+1b
+ca
+af
+cf
+d9
+de
+60
+11
+d9
+87
+c0
+27
+08
+0b
+9b
+42
+58
+0b
+36
 fe
-07
-20
-20
-ee
 bd
-d9
-00
-00
+f7
+2c
+13
+8e
+5d
+97
+b0
 03
+65
+f3
+90
+2e
+b9
+bc
 20
-20
-6e
-bd
-6f
-e1
-43
-e9
-20
-40
-7d
-79
-6f
-e2
-40
-ad
-98
-40
-fe
-00
-67
-e2
+97
+41
+5c
+60
+56
+15
+47
+44
+f3
+c1
+5a
+4c
+0b
+95
+b9
+59
+10
 40
+30
+2b
 ad
+7b
+05
+29
+3d
+d2
+e6
+84
+d5
+06
+2d
+a3
+11
+d3
+2a
+64
+11
+f8
 20
-40
-02
-15
-20
-20
-24
-25
+c5
+cc
+a0
+a9
+fb
+10
+f7
+57
 60
-04
-40
-e7
-d8
-c0
-80
-70
-d8
+fc
+77
+a4
+9b
+63
 a0
-40
-cc
-20
-40
-7c
-8f
-d8
+87
+4d
+c3
+52
+6e
+3a
+fd
 c0
-80
-d4
-20
-40
-7c
-89
-6f
-f0
-80
-80
-67
-e0
-c0
-ef
-18
-42
-24
-00
-df
-20
-00
+d3
+ff
+6a
+05
 0c
-da
-20
-00
-16
-da
-60
-81
-4d
-37
-d9
-82
-00
-ef
-e0
-80
-11
-e8
-40
-80
-13
-98
-46
+7e
+4b
+f3
+23
+47
+08
+83
+27
+76
+f5
+db
+0d
+e3
+fd
+57
+f4
+b2
+f2
 7c
-00
-20
-22
-82
-28
-e7
-e0
-80
-13
-37
-d9
-82
-00
-1a
-20
-a2
-01
-1a
-60
-a6
-01
-c2
-00
-02
-22
-1a
-42
-04
-00
-20
-60
-00
-00
-20
-40
-6b
-3a
-20
-40
-6b
-75
-20
-20
-6b
-38
-6f
-e1
-45
-e0
-d8
-40
-01
-f8
 98
-41
-7e
+f7
+79
+ff
+e5
+32
+c9
+34
+f3
+2a
+d7
+89
+cd
+03
+7c
 00
-20
-3a
-02
-38
-6f
-e1
-45
-e0
-1f
-e0
+c7
+ca
+1b
+61
+30
+a7
+5a
+0b
+55
+74
+73
+ae
 fe
-01
-67
-e1
+cc
+71
 45
-e0
-20
-60
-00
-00
-20
-40
-35
-7f
-20
-40
-36
-51
-24
-2c
-35
-86
-24
-37
-b5
-86
-20
-40
+7c
+5b
+58
+68
+de
 36
-6e
-6f
-e0
+4f
+99
+f2
 c5
+48
+1e
+92
+99
+aa
+01
+b9
+e5
+09
+5d
+e3
+67
+50
+d7
+72
+bd
 7d
-20
-3a
-02
-47
-6f
-e2
-45
-cc
-68
-4a
-45
-8f
-98
-46
-7c
-00
-20
+f3
+9f
 22
-82
-44
-20
-20
+37
+78
+27
+f7
 35
+67
+1e
+7c
+07
+ee
+0e
+2e
+bf
+c8
+a9
 6e
-6f
-e4
-47
-13
-c2
-98
-32
-91
-20
-20
-35
-49
-6f
-e2
-45
-5f
-20
-7a
-00
-00
-20
-20
-02
-3f
-20
-40
-54
-3b
-20
+a6
+a5
+ad
+92
 40
-02
-4d
-20
-20
-54
-4c
-58
-00
-4a
-29
-67
-e1
-43
-3f
-58
-00
-00
-20
-67
-e1
-43
-41
-20
-60
-00
-00
-6f
-e0
-c4
+2b
+e8
+89
+03
+8c
+2f
+15
 37
-24
-7a
-00
-00
-6f
-e1
-44
-e9
-c3
-85
-80
-00
-6a
-21
-45
-f0
-20
-40
-35
-b4
-60
-48
-c6
-24
-6f
-e0
-c6
-29
-c5
-13
-02
-5c
-6f
-e0
-c6
-2c
-98
-46
-7c
-00
-24
-21
-02
-76
-6f
-e0
-c6
-26
-1f
 e6
-7c
-02
-24
-21
-02
-64
-6f
-e0
-c6
-26
-c0
-00
-02
-77
+f2
+86
+fc
+1d
+13
+a3
+a7
 20
-60
-00
-00
-6f
-e0
+25
+17
+3c
+de
+d8
 c6
-26
+04
+fe
+dd
+11
+58
 68
-48
-c6
-27
-98
+ff
+6c
+28
+74
 46
+f9
+66
+fd
+f9
+84
+a1
 7c
-00
-24
-62
-80
-00
-70
-46
 26
-00
-68
-48
-c6
-24
+c4
+1e
+3f
+03
+bb
+75
+43
+49
+2f
+51
+2a
+df
+72
+e6
+5a
+54
+03
+0f
+32
+c4
+12
+f9
+eb
+22
 6f
-e0
-c6
+23
+91
+eb
+c9
+93
 28
-c5
-13
-02
-6d
-6f
-e0
-c6
-2b
-98
-46
-7c
-00
-24
-61
-00
-00
-6f
-e0
-c6
-25
-c0
-00
-37
-15
-1f
-e0
-ff
-ff
+ed
+20
+b5
+59
+78
+8c
+5f
+a7
 67
-e0
-c6
-25
-c0
-01
-02
-7f
-c0
-00
+4f
+17
+98
 b7
-0b
-20
-20
-37
-15
-70
-46
-26
-00
-6f
-e0
-c6
-25
-c0
-01
-82
+60
+fe
+f3
+7a
+cb
+ee
+27
+bb
+23
+f6
+1e
+73
+64
+ea
 7d
+7d
+9e
+6b
+7f
+e2
+b0
+e6
+d3
+59
+42
+0e
+ce
+c1
+3e
+2f
+5a
+e6
+4b
+75
+66
+8c
+73
+94
+65
+43
+91
+ed
+9c
+7c
+6d
+16
+9f
 1f
-e0
-fe
-01
-67
-e0
-c6
+9f
+42
+aa
+29
+f9
+dc
 25
-c0
-00
-b7
-0b
-c0
-01
-02
+9d
+86
+66
+7a
+10
+d2
+bd
+4e
+10
+3a
+0c
+b5
 7f
-70
-41
-41
-05
-20
-60
-00
-00
-70
-41
-41
-03
-20
-60
-00
-00
-58
-00
+57
+94
+a9
+89
+4d
 62
+8c
+44
+dc
+51
+6a
+73
+f6
+23
+4d
+82
+6e
+47
 35
-67
-e1
-45
-f8
-58
-00
-62
-2b
-67
-e1
-45
-fa
-58
-00
-02
+42
+89
+fd
+48
+53
+d6
+34
 a8
+eb
+b4
+fd
+09
+d3
+c0
+f5
+b6
+a3
+fb
+b9
+9a
+4a
+de
+97
+2d
+8c
+78
+93
 67
-e1
+c1
+7b
+80
+16
+55
+67
+e6
+0f
+10
+47
 43
-e9
-20
-20
-53
-f3
-18
 46
+14
+93
+98
+6a
 7c
-ff
-20
-62
-80
+7c
+ac
+51
 00
+27
 60
-48
-cb
-29
-20
-40
-6e
-e6
-20
-20
-82
-8e
-20
-20
-02
-93
-20
-40
-02
+dd
+5a
+9d
+26
+53
+c9
+6c
+34
+07
+3d
+e8
+ef
+16
+e0
+bd
+43
+8f
+00
+11
+0d
+5d
+67
+3a
+84
+d9
+64
 9c
+51
+c1
+4f
+28
+ae
 20
-40
-02
-97
-20
-40
-02
-a0
-68
-48
-cb
-29
-20
-20
-6f
-0f
-68
-48
-cb
-29
-20
-40
-6f
-0f
-20
-40
-02
-9a
-20
-20
-02
-9c
-d9
-00
-00
-06
-20
-40
-6e
-bd
-20
-20
-02
-1e
-d9
-00
-00
-03
-20
-20
-02
-98
-58
-00
-00
-10
-67
-f0
-81
-41
-37
-d9
-82
-00
-20
-60
-00
-00
-58
-00
-00
-80
-67
-f0
-81
-41
-37
-d9
-82
-00
-37
-d9
-82
-00
-20
-20
-02
-9e
-20
-80
-00
-00
-20
-55
-e0
-04
-20
-20
-20
-03
-20
-60
-00
-00
-20
-40
-04
-5b
-6f
-e4
-47
-13
-c2
-89
-dd
-60
-c2
-89
-5d
-6e
-c2
-8a
-02
-af
-20
-60
-00
-00
-20
-40
-02
-ba
-20
-40
-5e
-43
-20
-40
-5d
-b4
-20
-40
-02
 ce
-20
-40
-02
-b7
-20
-40
-02
-bd
-20
-40
-02
-d6
-20
-20
-5d
-aa
-6f
-e4
-47
-13
-c4
 15
-00
-00
-20
-40
-04
-d6
-6f
-e0
-c6
-66
-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
-43
-60
-49
-46
-8e
-20
-40
-5c
-9c
-6f
-e0
-c9
-a1
-67
-e0
-c6
-66
-20
-40
-5c
-8c
-58
-00
 11
-22
-67
-e1
-46
-95
-6f
-e0
-ca
-06
-67
-e0
-c6
-66
-20
-60
-00
-00
-6f
-e0
-c6
-66
-1f
-e6
-7c
-00
-20
-22
-82
-cb
-1f
-e6
-7c
-04
-20
-22
-82
-d4
-20
-61
-00
-00
-70
-46
-66
-00
-20
-60
-00
-00
-6f
-e0
-c6
-66
+03
+ad
+c8
+4d
+4a
+13
 c1
-00
-00
-00
-6a
-41
-49
-fe
 1a
-42
-26
-00
-20
-40
-5e
-3d
-6f
-e1
+b1
+a2
 49
-e0
-20
+4a
 3a
-02
-e4
-67
-e1
-49
-de
-1a
 60
-a6
-02
-6f
-e1
-4a
-00
-9a
-66
-7c
-00
-24
-21
-02
-e4
-1a
+0d
+8a
+e0
 62
+4f
+56
+3e
+e2
+90
+de
+2b
+c0
+0f
+14
+26
+f6
+c6
 24
-00
-20
-20
-02
-da
-6f
-e1
+0d
+5d
+51
+2b
+42
+5e
+a7
+fb
+b7
+b3
+05
+bf
 49
-de
-67
+e7
+5e
+ed
+ac
+2b
+99
+57
+eb
+72
+c9
+84
+f4
+0d
+d2
+db
+7a
+83
 e1
-46
-95
-20
-60
-00
-00
+37
+84
+4f
+50
+0c
+39
+4c
+a1
+17
+e8
+c9
+da
+25
+71
+0f
+4c
+93
 6f
-e4
-47
+0a
+3c
+2b
+6b
+c6
+24
+cc
+a9
+e7
+58
 13
-c2
-89
-dc
-b1
-c2
-89
-5c
-b9
-c2
-8a
-02
-ec
-20
-60
-00
-00
-20
-40
-02
+80
+06
+77
+a7
+25
+36
+73
+97
+a8
+2c
+19
 ef
-20
-40
-02
-f4
-20
-20
-5c
-c1
+0f
+cc
+2d
+98
+2d
+d2
+b2
+86
+9c
+0c
+6e
+14
+df
+e2
+5d
+be
+84
 6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
+4f
+f7
+2d
 00
-83
-1b
-c0
-01
-03
+48
+57
+73
+3e
+30
+2a
+d7
+cd
+87
+ea
+74
+e7
+1e
+d3
+d3
+77
+7f
+fc
+1a
+43
+7e
+38
+b3
+2d
+50
+1f
+67
+59
+80
+67
+ed
+5c
+0a
+5c
+3b
+91
+fe
 2f
-20
-60
 00
-00
-6a
-41
-49
-e2
+94
+2d
+cf
+87
+ce
+96
+bd
+31
+2e
+0b
+44
+5c
+fa
+31
+27
+e8
+76
+98
+75
+6d
+27
+0f
+b8
+b8
+ba
+93
+d7
+15
+d4
 1a
-42
-26
-00
-20
-40
-5d
-c0
+05
+4a
+56
+08
+5f
+8c
+06
+f3
+4d
+c4
+66
+43
+bd
+94
+67
+7b
+24
+f5
 6f
-e0
+05
+50
 c9
+5b
+68
+d6
+35
 a1
-20
-3a
+e9
+d8
+fb
+de
+17
 03
-00
-67
-e0
-c9
-a0
+d0
+2a
+d2
+33
+ea
+34
+b5
+40
+6a
+55
+70
+3c
+5b
+72
+48
+fd
+a1
 1a
+74
+6e
+8d
+79
+80
+0a
+ed
+9e
+2f
+67
+82
+c1
+4a
+cd
+16
+16
+71
+4f
+e8
+ff
+7b
+7e
+b0
+69
+41
+3f
+e8
+84
+b0
+e6
+6e
+f7
+ce
+d2
+b5
+83
+04
+a2
 60
-a6
-01
-6f
-e1
-49
-e4
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
+23
 62
-24
-00
-20
-20
-02
-f6
-6f
-e0
-c9
-a0
-1f
-e1
+87
+e3
 7e
-f0
-20
-3a
-03
+ce
+23
+6b
+d1
+cd
+63
+92
 0a
-6f
-e0
-c6
-66
-20
-40
-03
+78
 18
-67
-e0
-c9
-a2
+8b
+42
+7d
+7b
+c5
+d4
+77
+5b
+ac
+2e
+af
+c6
+e3
+f6
 df
+9d
+55
+5f
+89
+2f
+1e
+c2
+40
+c1
+c2
+6c
+cd
+1b
+94
+69
+07
+ec
+8f
+95
+08
+8b
+60
+be
+10
+56
 20
-00
-01
-1a
-62
-24
-00
-da
-20
-49
-a2
-20
-20
-6b
-45
+d4
+5d
 68
-48
-c9
-a0
-6f
-e0
+cd
+d3
+24
+0b
+11
+ff
+35
+35
+1f
+06
+50
+45
+6b
+ee
 c6
-66
-20
-40
-03
-18
-98
-46
-7c
-00
-20
+31
+d1
+70
+04
+bc
+55
+be
 62
-80
-00
-1f
+ba
+4e
+97
+f6
 f2
-7e
-00
-98
-40
-fe
-00
+fa
+0d
+7b
+01
 67
-e0
-c9
-a2
 1a
-62
-7e
-00
-68
-49
-49
-e2
-98
-46
-7c
-00
-20
-22
-83
+6b
+ed
+44
+3c
+f1
+55
+e4
 06
+7c
+3f
+04
+7d
+bd
+5a
+05
+3e
+fe
+f1
+21
+97
+cb
+bc
+61
+b5
+ba
 1a
-60
-a7
-ff
-20
-20
-03
-06
-c1
-80
-00
-00
-1f
+4c
+10
+16
+c4
+73
+5b
+0f
+d4
+97
+91
+6d
+6c
+4a
+19
+e3
+bd
+3b
 e0
-fe
-04
-20
-60
-00
-00
-6a
+cf
+9c
+23
+37
+46
+af
+4b
+ab
+82
+31
+18
+6c
+23
+3f
+86
+2b
+2d
+2a
 41
-49
-ee
+11
+d6
+8a
+87
+2a
+a1
+43
+c1
+4d
+c3
+80
+10
+dd
+a6
+b1
+ca
+bd
+a3
+f2
+fa
+f2
+d5
+1e
+36
+19
+be
+1b
+5c
+7a
+46
+f8
+f7
+3f
+db
 1a
-42
+a5
+79
+29
+2b
+c6
+b6
+11
+31
+96
+3b
+ea
+78
+7e
+11
+b7
+e9
+2d
+3b
+77
+27
+2e
+d3
+0b
+ec
+c3
+41
+03
+18
+0c
+5a
+13
+53
+95
+d3
+66
+19
+09
+b0
+b8
+61
+97
+0a
+d3
+a3
+ac
+25
+69
+9d
+9e
+21
+d7
+41
+7a
+fc
+2a
+81
+08
+5a
+c4
+7e
+c1
 26
-00
-20
-40
-5d
-f3
-6f
+79
+b5
+b6
+9e
+3b
+e7
+21
+c8
+4f
+ce
+0b
+41
+65
+cc
+63
+d1
 e3
-49
-b5
-20
-3a
-03
-27
+a9
+ad
+79
 67
-e3
-49
-af
-1a
-60
-a6
-06
-6f
-e1
-49
-f0
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
+45
+75
+94
+50
+57
+70
+39
 00
-20
-20
-03
-1d
-6f
-e3
-49
-af
-68
-4b
-46
-6e
-98
-46
 7c
-00
-20
-62
-80
-00
+f3
+9e
+7d
+bd
+71
+73
+ba
+18
+cc
+af
+bb
+bf
+3f
+0b
+52
+a0
+22
+d7
+3c
 df
-20
-00
-06
-da
-20
-46
-6e
-1a
-62
-24
-00
-20
-20
-6b
-45
-6a
+6d
+7c
 41
-49
-f6
-1a
-42
-26
-00
-20
-40
-5e
-17
-6f
-e3
-49
-cd
-20
-3a
-03
-3b
+f5
+15
+bd
+57
+4c
+ad
 67
-e3
-49
-c7
-1a
-60
-a6
-06
-6f
-e1
-49
+ae
+16
+30
+9b
+ec
 f8
-9a
+08
 66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-31
-6f
-e3
-49
-c7
-68
-4b
-46
+f0
+17
+50
 7b
-98
-46
+d8
+ca
+5d
+e1
+c7
 7c
+6b
+bd
+0a
+8b
+c7
 00
-20
-62
-80
-00
-df
-20
-00
-06
-da
-20
-46
+74
+1f
+d0
+76
+fa
+cf
+1f
+be
+2b
 7b
-1a
-62
-24
-00
-20
-20
-6b
-45
-20
+bb
+a7
+fb
+78
+41
+eb
+40
+ab
+60
+f1
+3e
+b4
+f1
+95
+2d
+1e
+bd
+b4
+11
+40
+ad
+d7
+44
+e8
+37
+a6
+f6
+28
+7f
+34
+16
+f5
+70
+a9
+b8
+bb
+33
+7e
+56
+98
+a3
+5c
+38
+49
+17
+05
+98
+b8
+41
+04
 40
-03
-7c
-20
+57
+36
+15
+15
+fd
+63
+3a
+97
+e5
+8a
+42
+b4
+71
+ce
+d2
+a6
+cd
+43
+65
+17
+8e
+8b
+d0
+07
+a9
+c8
 40
-03
-94
-20
+80
+05
+29
+b8
+dd
+f0
+0f
+2c
+3d
+17
+b6
+5f
+0e
+95
+fa
+95
+f0
+0a
+17
+fb
+1e
+e2
+66
+ac
+39
+58
 40
-03
-47
-20
-20
-5c
-90
-6f
-e4
+78
+d9
+e5
+2b
+cc
+c3
 47
-13
-c4
-07
-80
-00
-6f
-e0
-c6
-90
-c0
-00
-5c
-94
-c0
-03
-03
-4d
-20
-60
-00
-00
-70
-46
-90
-00
-20
+69
+0a
+ab
+72
 60
-00
-00
-6f
-e4
-47
-13
-c2
 89
+5b
+2d
+98
+42
+be
+74
+b4
+ee
 dc
-b5
-c2
-8a
+b4
+65
+bf
+88
+a3
+e2
+d8
+a7
+7a
+34
 03
-53
-20
-60
-00
-00
-6f
-e4
-47
-13
+66
+2e
+c8
+14
+5b
+be
+65
+56
+2d
+76
 c4
-07
-80
-00
-6a
-41
-49
-fa
-1a
+73
+c0
+6c
+0d
+64
+93
+f2
+24
+d9
+4d
+1d
+e9
+81
+c1
+81
+c5
+8d
+bf
+73
+85
+65
+96
+38
+29
 42
-26
-00
-20
-40
-5e
-51
-6f
-e0
-c9
-d4
-20
-3a
-03
-61
-67
-e0
-c9
-d3
-1a
-60
-a6
-01
+54
+c4
+8a
+98
+99
+b7
+12
+7f
+f7
+46
+f9
+62
+12
+69
+30
+ab
+d2
+e2
+fd
 6f
-e1
-49
-fc
-9a
+27
+9f
 66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
+d1
+83
+36
+cd
+a7
+ec
+67
+3c
+c5
+a6
+99
+07
+93
+68
+2b
+a1
+91
+41
+f1
+7d
+5e
+31
+ab
+d7
+f9
+b5
+73
+cf
+ec
+4d
+04
+13
+5b
+4c
 57
-6f
-e0
-c9
+e3
+eb
+e3
+24
+7c
+08
+6d
+bc
+1b
+4c
+04
+46
+54
+e4
+78
+28
 d3
-1f
+53
+dc
+64
+86
+ae
+fc
+be
+a1
+58
+a2
+e3
+d8
+ca
+5d
 e1
-7e
-f0
-20
-3a
-03
-6b
-6f
-e0
-c6
-90
-20
-40
-03
-79
-67
-e0
-c9
-d5
+d1
 df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
+9a
+af
+2a
+17
 49
-d5
-20
-20
-6b
-45
-68
-48
-c9
-d3
-6f
-e0
-c6
-90
-20
-40
-03
-79
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
+22
+cf
+28
+41
+bf
+a3
+87
+e1
+77
+a4
+cd
+b7
+5e
+9a
 40
-fe
-00
-67
-e0
-c9
-d5
-1a
-62
+70
 7e
-00
-68
-49
-49
-fa
-98
+bb
+31
+70
+60
+44
+72
+3d
+dd
 46
-7c
-00
-20
+34
+da
+57
+d3
+23
+61
+2a
+83
+f4
+72
+a0
+aa
+0e
+c5
+f3
+73
+6a
+e3
+80
+f3
+80
+4d
+28
+ba
+5d
+26
+e6
+38
 22
+c7
+93
+44
+14
+0e
+1b
+89
+9e
+37
+db
+be
+70
+d4
+6d
+d4
+01
+1c
+82
+13
+ce
+64
+8e
+f8
+1c
+3e
+dd
+16
+6b
+16
+88
+25
+9e
+d7
+50
+bb
+fd
+b5
+5c
+25
+e5
+c8
+73
+8b
+2f
+fa
+e8
+8f
+b9
+b0
+c4
+7e
+d7
+92
+30
+14
+d8
+0e
+70
+c1
+c5
+cf
+73
+f1
+ea
+ef
+27
+5c
+05
+8b
+01
+5e
+77
 83
-67
-1a
+fc
+a5
+cc
 60
 a7
-ff
-20
-20
-03
-67
-c1
-80
-00
-00
-1f
-e0
-fe
-06
-20
-60
-00
-00
-6f
+8b
+1d
+57
 e4
-47
-13
-c2
-9f
-03
-83
-6f
+68
+41
+f8
+a9
+fc
+78
+14
+52
+78
+bf
+b9
+b6
+f6
+01
 e0
+38
+20
+29
+5f
+bf
+32
+e7
+23
+af
+c9
+02
+cf
+ce
+39
+45
+ca
+8f
+4c
 c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-83
-c0
-01
-03
+9e
+09
+ee
+cb
+35
+29
+37
+70
+b0
+d0
+41
+45
+38
+af
+23
+15
+24
+2e
 8a
-20
 60
-00
-00
-6f
-e3
-46
-6e
-68
-4b
-46
+0a
+f5
+1a
+43
+e9
+2c
+9e
+73
+91
+19
+c9
+c5
+f9
+05
+14
+c7
 e6
-98
-46
-7c
-00
-24
+7f
+57
+65
+91
+27
+d7
+71
+ab
 62
-80
-00
-6f
-e3
-42
+96
+60
+2b
+44
+ae
+76
+29
+0c
+bd
+bf
+97
+93
+64
+73
+16
+7a
+e5
+eb
+ce
+3b
+bd
+07
+bf
+cb
+ad
+9b
+a5
+4a
+f7
+26
+75
+9a
+ca
+99
+0e
+a6
+1d
+2d
+32
+72
+4f
+c1
+f0
+e5
+e4
+2e
+97
+54
+7e
+0b
+48
+e9
+5a
+6a
+a0
+cd
+62
+2f
+ef
+cd
+50
+47
+9f
+88
+90
+59
+04
+89
+24
+10
+15
+4e
+19
+ec
+7f
+a3
+a1
+1e
+aa
+77
+d7
+73
+a4
+87
+a5
+b8
+1b
+d0
+25
+b4
+ef
+cb
+a9
+19
+c8
+9e
+67
+28
+b4
+de
+a0
+0f
+b5
+63
+b6
+70
+b9
+c4
+cd
+dc
+a1
+82
+3a
+e8
+0a
+a7
+e7
+a9
+0e
+be
+7c
+02
+93
+f8
+ed
+11
+02
+b8
+af
+69
+f7
 db
+6b
+ca
+75
+25
+4c
+3d
+fd
+aa
+b8
+62
+fb
+30
 67
-e3
-46
-6e
-20
+98
+5d
+58
+50
+21
+62
+0f
+97
+4a
+65
+9b
+7e
 60
-00
-00
-6f
-e3
-46
-6e
-68
-4b
-46
+28
+a5
+44
+55
+e9
+b2
+3f
+b7
+18
+58
+58
+62
+2a
+23
+d0
+47
+71
+74
+26
 e6
-98
-46
-7c
-00
-24
+8c
+92
+f4
+b1
+e8
+38
+3d
+69
+5f
+01
+5f
+11
+fb
 62
-80
-00
-6f
+a7
+79
+b3
+15
+6e
+8a
+1e
+fd
+05
+89
+bb
+aa
+2a
+ce
+3d
+50
+9b
+73
+0f
+f7
+08
+be
+fa
 e3
-42
-db
-1f
-e0
+1b
+ac
+22
+59
+3f
+33
+95
+0b
+ac
+3a
+e2
+39
+eb
+f3
+3f
+11
+9d
+fc
+83
+8c
 ff
-00
-67
-e3
-46
+59
 6e
-20
+f5
 60
-00
-00
-20
-40
-03
-94
-20
-20
-5a
-9c
-6f
-e4
 47
+87
+cb
+f7
+79
+2e
+5a
 13
-c3
-0a
-5c
-6f
-c2
-9f
-03
-9c
-6f
-e0
+ef
+d8
+32
+ff
 c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-9c
-c0
+fc
+05
+cb
+48
+36
+8b
+22
+b3
 01
-03
-a1
-20
-60
-00
-00
-6f
-e3
-46
-68
-67
-e3
-41
-16
-6f
-e3
-46
+d7
+b0
+93
+b0
+88
+61
+c1
+8e
+0c
+e9
+b9
+40
+54
+81
+fc
+3b
+e6
+50
+2e
+6b
+39
+af
+1a
+c1
+42
+56
+4f
+c4
+2f
+42
+15
+0b
+19
+11
+aa
+91
+14
+74
+72
+fc
+74
+1b
+d1
+0d
+c7
+20
 6e
-67
-e3
+35
+98
+5a
+d7
+d7
+dc
+c5
+ba
+2e
+56
+cd
+09
+f8
+cf
+93
+aa
+08
 42
-db
-20
-60
-00
+81
+4d
+fe
+8a
+41
+28
+94
+e8
+78
+9b
+1e
+53
+61
+f1
+8a
+c0
 00
-6f
-e3
+35
+2c
+aa
+36
 46
-75
+bd
+cc
+5e
+7a
+ed
+5a
+3a
+fa
+ae
+cd
+9d
+da
+92
+7c
+03
+1b
+7a
+b6
+d4
+17
+3e
+2a
+8c
+a6
+a5
+59
+9e
 67
-e3
+a5
+9a
+72
+da
+72
+ff
+a4
+4a
+a6
+42
+f0
+1c
+91
+51
+c9
+f8
+84
+56
+f9
+cc
+89
+74
+1b
+9b
+28
+2d
+06
+09
+56
+a8
+5e
+91
+9a
+b5
+a8
+7a
+88
 41
-16
-6f
-e3
+d8
+3a
+17
+ec
+f5
+bb
+7d
+43
+2d
+fb
+1c
 46
-7b
-67
-e3
-42
-db
+75
+80
+d5
+61
+a9
+65
+b3
+c5
+40
+0b
+1c
+6d
 20
+05
+dc
+a3
+43
+98
+16
+a4
+a5
+53
+54
+3c
+cf
+75
+2a
+c9
+5e
+33
+bd
 60
-00
-00
-6f
-e4
-47
-13
+4e
+b0
+56
+f5
+b3
 c4
+31
+51
+7c
+a4
+77
+f2
+ae
+ad
+da
+2b
+38
+54
+38
+85
 01
-00
-00
-c3
-0a
-5c
-43
-d8
-e0
-00
-02
-20
-40
-5f
-04
-20
-40
+f4
+53
+e2
+3f
+30
+7a
+25
+3b
+ad
+7a
+75
+fe
+8c
+96
+94
+f5
+1c
+7b
 5c
-4a
-20
-40
-03
-ae
-20
+60
+9f
+c4
+18
+44
+cb
+6c
+57
+62
+b4
+b0
 20
-5c
-a3
-6f
-e0
-c6
-66
-c0
-00
-83
-b2
-c0
-01
+ec
+f7
+c9
+f8
+6e
+25
+d2
+11
+22
+70
+39
+46
+b1
+2b
+65
+33
+9c
+2b
+82
+d4
+bf
+bf
+96
+ac
+4b
+36
+c3
+4b
+a7
+8a
+1f
+58
+06
+3d
 03
-b7
-20
-60
-00
-00
-6f
-e3
-01
+d7
 78
+a3
+89
+50
+2b
+99
+39
+6c
+7e
+c8
+ba
+d4
+da
+90
+c8
+14
+bf
+a5
+7b
 67
-e3
-46
-68
-6f
-e3
-42
+89
+86
 db
-67
-e3
-46
+41
 6e
-20
-60
-00
-00
+41
+15
+5c
+81
+94
+f6
+e7
+5f
+93
+1b
+7a
+b6
+1e
+d6
+dc
+f0
+5e
+52
+5d
 6f
-e3
+e2
+d4
+b5
+3c
+aa
+a2
+c8
+ad
+54
+4a
+bf
+d3
+f2
+d5
 01
-78
 67
-e3
-46
-75
-6f
-e3
-42
+af
+45
+ad
+82
+8a
+14
+87
+5d
+fd
 db
-67
-e3
-46
-7b
-20
-60
-00
-00
-20
-40
-03
-d2
-20
-40
-61
+aa
+cf
+5e
+a1
 4d
-20
-40
-55
-3d
-20
-40
-61
-10
-20
-40
-61
-b1
-20
-40
-61
-1e
-20
-40
-32
-8e
-20
-40
-35
-31
-20
-40
+cf
+6e
+c2
+c5
 5f
-dd
-20
-40
-57
-2c
-20
-40
-5b
-9b
-20
-40
-5b
-ab
-20
-40
-5b
-ce
-20
-40
-5b
-d3
-20
-40
-5b
+13
+ea
+18
+5f
+e2
+7f
+4c
+96
+26
+7f
+2a
+11
+13
+c9
+25
+fd
+21
 e1
-20
-40
-5b
-ee
-20
-40
-5b
-e4
-20
-40
-5b
-fb
-20
-40
-03
-d5
-20
-40
-56
-b6
-20
-40
-5c
+b7
+6e
+5a
+49
+b2
+51
+e9
+09
+c3
+ef
+4c
+2d
+11
+c7
+5a
+3e
+cc
+34
+f8
+6d
+ff
+de
+df
+ee
+f8
+ac
+82
 0e
-20
-20
-5c
-05
-da
-60
 4a
-05
-da
-40
-5a
-ef
-20
-20
-42
-e0
-da
-60
-47
-7e
-da
-40
-03
-d8
-20
-20
-42
-e0
-6f
-e0
-c9
-6b
-67
-e0
-c0
-c0
-70
-47
-7d
-03
-20
+6a
+2c
 60
-00
-00
-20
-40
-59
-ed
-20
-20
-5c
-1b
-1a
-62
-7e
-00
-c0
-20
+a5
+ea
+43
+db
 03
-f3
-c0
-0a
-83
+04
+2c
+cf
+ab
+a1
+bf
+4c
+db
 f8
-c0
-19
-03
+51
+bc
+46
+2c
+25
+d3
+3c
+3e
+5e
+98
+50
+05
+a0
+c6
+1d
+bf
+fb
+2f
+3c
+c7
+da
+2f
+d9
+e2
+27
+48
+c2
+d7
+91
+23
+a6
 ea
-c0
-1e
-04
-16
-c0
-1c
-84
+6b
+09
+9a
+92
+93
+c5
+e3
+e5
+b2
+f2
+ff
+4f
+a2
+6e
+f3
+44
+cb
+d8
+0d
+ab
+9c
+40
+d3
+24
+3c
+7c
+de
+06
+25
+3e
+06
+48
+fc
+26
+0f
+fe
+7b
+70
 27
-c0
-1d
-04
+82
+de
+dc
+be
+81
+33
+e1
+78
+e2
+37
 2a
-c0
-0a
-03
-e7
-20
-20
-5a
-c3
-58
-00
-00
-00
-67
+e0
+bc
+ff
+a6
+72
+37
+e6
+bc
+6b
 e2
-4c
+45
+e5
+6c
+27
+a1
+bd
+26
+47
+fc
+e3
+a9
+62
+aa
+2b
+35
 04
-20
-20
-5a
-d0
-6f
-e0
-c7
-95
-c0
-00
 83
+99
+61
+4d
+a5
+66
+74
+fc
+68
+c2
+1d
+ff
+f8
+6d
+8d
+4d
+4a
+8a
+51
+a0
+2b
+fa
+fd
+d7
+fe
+fc
+61
+92
+dd
+15
+4e
+3f
+97
+42
 ee
+50
+64
+c4
+ed
+b6
+0d
+a5
+cb
+87
+a2
 70
-48
-44
-14
-20
-20
+e3
+6a
+ce
+a8
+b4
+b5
+27
+e2
+ad
+46
+99
 03
-f0
-20
+cb
+c0
+71
+4b
 40
-5a
-ef
-70
-48
-44
-05
-6f
-e0
-cc
-03
-67
-e0
-cc
-04
-20
-20
-5a
-f6
-6f
-e0
-ca
-04
+07
+b4
+54
+9e
+1a
+18
+32
 24
-7a
-00
-00
-70
-4a
-04
-01
-70
-4a
-05
-1e
-20
+61
+cc
 60
-00
-00
-58
-00
-00
-00
-67
-e0
-ca
-04
-67
-e0
-ca
-05
-58
-00
-00
-00
+61
+5b
+ed
+fc
+b2
+22
+57
+dd
 67
-e1
-47
+6a
+8a
+32
+99
 c0
-70
-47
-94
-00
+a4
+c2
 d8
-40
-00
-06
-6f
-e4
-47
+ab
+3b
+71
+e2
+a5
+87
+63
+3a
+a4
+1d
+68
+2e
+11
+03
+6c
+7f
+c5
+60
 13
-c2
+95
+74
+18
+2d
+75
+aa
+41
+f8
+f4
+45
+77
+a5
 8d
-84
-02
-d8
-40
+e4
+26
+95
+9b
+87
+99
+f7
+7d
+91
+d0
+e4
+33
 00
-07
+82
+c0
+57
+8e
+89
+7a
+31
+dc
+89
+05
+1c
+6f
+aa
+a6
+cc
+53
+30
+27
+cd
+2a
+21
 60
-49
-42
-d3
+23
+35
+b0
+dc
+2b
+4e
+b4
+18
+55
+ed
+2c
+b8
+66
+72
+a5
+1b
+2b
+b8
+c9
+fb
+90
+be
+bb
+85
+a8
+1a
+06
+3e
+55
+52
+1a
+fb
+d8
+ba
+44
+4a
+10
+dd
 60
-49
-42
-d5
-70
-47
-c2
-00
-70
-49
-56
-00
-20
-40
-29
-cb
-20
-20
-04
-08
-20
-40
-5b
-7b
-6f
-e1
-43
-ef
-c2
-83
-84
-0d
+d8
+b7
+0a
+24
+8d
+e9
+12
+8a
+55
+13
 c2
-80
-42
-fc
-20
-20
+f1
 5c
-1a
-6f
-e1
-43
+f0
+b2
+bd
+da
+58
+52
+4b
+76
+8c
+b5
+87
+59
 ef
-c2
-80
+96
+7b
+6c
+32
+d6
+8e
+9f
+c7
+df
+12
+0f
+3f
+90
 42
-fc
-6f
-e0
-c8
-43
+dd
+b1
+24
+34
+46
+0b
+ee
+a1
+ad
+ad
+1b
+f5
+0a
+ab
+ae
+cb
+49
+52
+4a
+06
+a9
+0a
+81
 1f
-e1
+b0
+ac
+f8
+72
 7e
-03
-20
-40
-5b
-21
-c0
-81
+19
+2c
 d4
-a9
-6f
-e0
-cc
-07
-24
-3a
-54
-a9
-20
+7e
+af
+13
+f2
+51
+6e
+a5
+a8
+49
+85
+a4
+86
+f4
+04
 20
-54
-cd
-6f
-e2
-45
-8f
-67
-e2
-45
-e8
-67
+1b
+74
+00
+32
+61
+bd
+88
+1d
+41
+10
+fd
+18
 e2
+8d
+f4
+bd
+10
+51
+3c
+84
+d2
+4a
+52
 46
-91
-20
-40
-35
-5a
-20
-40
-5c
-0b
-20
-40
-61
-8e
-20
+07
+e9
+92
+29
+b0
+eb
+fe
+e9
+cb
+27
+d9
+49
+83
+05
+d9
 40
-5a
-73
-70
-47
-7d
-00
-70
-45
-fc
-00
-70
-45
-e2
-00
-6f
-e2
-45
-e8
-68
+dd
+75
+01
+15
+d3
+0e
+cd
+e6
+02
+17
+d6
+28
+eb
+89
+3f
+75
+8c
+c0
+d1
+26
+d4
+64
+87
+bf
+8a
+af
+1d
+99
 4a
-45
-e4
 98
-46
-7c
-00
-20
+01
+0e
+62
+a0
+3d
+26
+0f
+9a
+0f
+49
+ec
+27
+0a
+2c
+a1
+2b
+7f
+37
+24
+d9
+79
+37
+22
+33
+08
+e3
+0b
+85
+37
+01
+fd
+a6
+e0
+07
+31
+42
+ae
+6e
+e6
+27
+bc
+04
+5f
+77
+a9
+ef
+86
+53
+d6
+99
+2c
+ce
+73
+dd
+d3
+2e
+65
+03
 62
-80
-00
-20
+81
 40
-60
-16
-20
+6a
+f6
+92
+13
+fd
+ec
+0a
+77
+db
+29
+eb
+49
 40
-04
-5e
-20
-20
-60
-42
+07
+aa
+4e
+4c
+9f
+d8
+7e
+6b
+d4
+6e
+21
+cd
+3f
+0c
+a9
+a4
+46
+02
+a5
+be
+96
+f1
+a9
+0e
+c6
+4b
+2b
+7a
+79
 20
-40
+ca
+36
+96
+01
+f6
+02
+9e
+f4
+89
+37
+2a
+43
+f9
+3b
+1d
+03
+e3
+d6
+a8
+ef
+99
+0f
+23
+ec
+b7
+39
+09
+dc
+2e
+8d
+af
+b6
+43
+ba
+ed
+96
+5a
+38
 60
-16
-20
-40
-04
+a9
+3b
+76
+a4
 5e
-20
-20
-60
+b0
+25
+1f
+f6
+27
+d2
+2a
+07
 84
-20
-40
-60
-16
-20
-40
-04
-5e
-6f
-e0
-c8
-7a
-c1
-00
-80
-00
-6f
-e0
-c6
-00
-24
-3a
-5f
-f2
-6f
-e0
-c5
-e2
-c0
-02
-04
+ae
+30
+e9
+d1
+db
+fe
+0b
 35
-c0
-00
-e0
-5f
-c0
-01
-84
-3c
-20
-20
-60
+8e
+19
+fb
+0a
+0a
 55
-6f
-e4
-47
-13
-c3
-1f
-60
-59
-6f
-e0
+db
+86
+29
+5e
+f2
+72
+27
 c7
-1b
-c0
-00
-e0
-59
-20
-40
+94
+cb
+24
+cf
+42
+94
+3f
+bb
+19
+74
+53
+1c
 60
-18
-70
-46
-66
-01
-20
-20
-54
-a0
-6f
-e4
-47
+9e
+64
+fa
+be
+1c
+02
+b1
+29
+91
+44
+22
+2d
+06
+87
+65
+35
+09
+52
+f5
+25
+af
+f4
+56
+75
+c1
+cb
 13
-c3
-1f
-60
-59
-c2
-89
-e0
-59
-c2
-8a
-60
-59
-c2
+d2
+02
+47
+a0
+6a
+9f
+d0
+cf
+4e
 89
-60
-59
+4e
+51
+f6
+e5
+6e
+6b
 20
+aa
+a3
+8c
+e8
+fb
 20
-60
-34
-6f
-e4
-47
-13
-c2
-9f
-04
-47
-6f
-e0
+63
+bd
+9e
+d4
 c6
+6b
+03
+b2
+1a
+df
+a3
+ea
+18
+70
+ed
+5f
+0e
+80
+76
+09
 66
-c0
-00
+1a
+71
+2c
+da
+b6
 04
-4e
-20
-20
-54
-91
-20
+3d
+dc
 40
-54
-ac
-20
-34
-04
-4a
-20
-20
+23
+0a
+bd
+f1
+f0
+0b
 60
-2f
-6f
-e0
-c6
-66
-c0
+6c
+a3
+d4
+46
+8f
+57
+dd
 00
-60
-67
-20
-40
-5a
+bd
+c1
+aa
+75
 a8
-20
-20
-04
-39
-6f
-e4
-47
-13
-c3
-08
-e0
+b5
+42
+7c
+33
 2a
-20
-40
-61
+11
+18
+f2
+fb
+14
+ce
+75
+da
+74
+b8
+02
+c6
+ec
+b6
+ef
+d1
+d9
+e8
+37
+19
+7a
+98
+7d
+af
+91
+af
+04
+2f
+7a
+5f
+14
+51
+fe
+0a
+a9
+fc
+c6
+28
+75
+df
+4a
+75
+69
+e7
+80
+9f
+70
+57
+38
+a8
+ce
+1a
+77
+6d
+fd
+f8
+6b
+93
+78
+36
+05
+85
+cd
+5b
+c2
+64
+7f
+4a
+5d
+66
+ba
+4e
+8a
+a3
+59
+31
+15
+22
+bd
+fd
+d2
+6a
+10
 95
-20
-40
-54
-ac
-20
-34
-60
-67
-6f
+92
+a7
+16
+0a
+2a
+6d
+08
+79
+72
+5f
+c9
+0e
+f5
 e4
-47
+9a
+d9
+f9
+64
+dc
+da
+26
+17
 13
-c2
-98
-04
-56
-20
-20
-60
-23
-70
-46
-66
-00
-6f
-e1
-47
-21
-67
-e1
-45
-de
-70
-45
-e2
+c0
+92
+f7
+63
+8c
+da
+76
+e9
+4b
 01
-20
-20
-35
-34
-6f
-e0
-c1
-41
-67
-e0
-ca
-07
-20
+a2
+a7
 60
-00
-00
+bc
 6f
-e0
+7c
+4a
+fa
+a2
 ca
-07
-67
-e0
-c1
-41
-20
-60
-00
-00
-20
-40
-62
-0e
-20
-40
-78
-aa
-20
-40
-04
+e5
+de
+89
+ec
 65
-20
-20
-5e
+28
+db
+e6
+a4
+95
+6a
+5b
+57
+ef
+67
+0c
+d9
+ac
+21
+16
+4e
+71
+b8
+bf
+51
+fd
+bc
+a3
+31
+70
+22
+b1
+33
+eb
+cd
+24
 61
-6f
-e0
-c6
-49
-c1
-7f
-80
-00
+f2
 da
-20
-00
-00
-70
-49
-77
-05
+14
+03
+91
+66
 68
-48
-c6
-49
-20
-40
-04
-6c
-20
+b9
+07
+ba
+8e
+31
+bf
+a7
+f1
+9e
+19
+d1
+76
+7b
+12
+97
+7f
+59
+fc
+89
+8d
+a0
+03
+07
+57
 20
-56
-c1
-6f
-e4
-47
-13
+18
+9e
+83
 c2
-95
-d6
-de
-6f
-e0
-c9
-74
-1f
-e2
-26
-00
-6f
-e0
+84
+f8
+34
+d3
+7a
+72
+bc
+cd
+96
+71
+aa
+ea
+bc
+1c
+18
 c6
+5e
+12
+7e
+a8
+38
+09
+dd
+01
+e6
+e4
+17
+fe
+97
+1d
+59
+68
+32
+0b
+11
+15
+d0
+6e
+53
+53
+46
+8e
+9d
+aa
+bf
+2b
+4e
+85
 54
-c0
-7f
-84
-73
-20
-20
+25
+4e
+43
+27
+49
+26
+43
+be
+f2
+b4
+3c
+de
+96
+63
+91
+f9
+bd
+2a
+b0
+f8
+fe
+a8
+f8
+ac
+ba
+d8
+e5
+1d
+3d
+82
+c3
+96
+57
+4e
 56
-ce
-6f
-e0
-c6
-49
+de
 20
-40
+65
+55
+9e
+8f
+32
+07
 59
-46
-68
-48
-c6
-49
-20
-20
-04
-77
-1a
+d1
+5a
+03
+f9
+0c
+0c
+d9
+8e
+0a
 62
+3a
+95
+a2
+30
+39
 7e
+20
+54
+ee
+d8
+49
+23
+a9
+b0
+7b
+5f
+41
+5d
+46
+9c
+73
+63
+61
+ba
+5a
 00
-67
-e0
-c9
-78
+fc
+52
 1f
-e3
+c8
+a4
+65
+85
+3b
+ed
+10
 fe
+aa
+c5
+ae
+3c
+b2
+fe
+54
+80
+99
+87
+39
+d7
+cb
+d3
+50
+50
+77
+f8
+11
+9c
+c9
+e3
 00
-1f
-e2
-24
-00
-18
-42
-26
-00
-20
-40
-55
-b1
+39
+ab
+b9
+38
+e5
+4f
+a3
+3a
+f0
+25
 1a
-62
-04
-00
+3a
+e0
+18
+76
+d5
+68
+6b
+e4
+f2
+ba
+70
+2c
+d3
+d1
+81
+0e
+d6
+38
+06
+96
+17
 20
-40
-6e
-e6
-7d
+0a
 20
+1b
+6c
 a4
+4a
+a5
+3b
+5d
+b3
+d3
+02
+33
+f7
+10
+85
+9e
+39
+be
+c3
+66
+aa
+43
+84
+aa
+10
+25
+62
+bc
 00
-20
-40
-59
+f2
+4b
+1c
+10
+48
+5e
+89
+91
+fc
+1e
+6b
+b5
+ff
+2f
+a7
+9f
+65
+89
+a6
+60
+fa
+17
+78
+fb
+f5
 3d
-20
-20
+9d
+19
+10
+ec
+90
+c9
+6b
+3a
+95
+6b
+d0
+b3
+cb
+46
+dd
+23
+f6
+33
+d5
+8b
+64
+a5
+6c
+6a
+c5
+3c
+c9
+e6
+02
+9e
+96
+95
+c4
+63
+c3
+31
+1e
+e6
+83
+10
+50
+77
+57
+52
+f2
+d0
+81
+ef
+ca
+60
+79
+56
+a8
+ac
+71
+d5
+2b
+47
+bd
+4f
+0e
+3e
 59
-29
-20
-40
-36
-b4
-24
-74
-00
-00
-20
-40
-36
-be
-20
-40
-04
-88
-6f
-e1
-c6
+34
+31
+80
+32
+c7
 08
-20
-20
+49
+38
+5e
+92
+50
+0c
+23
+23
+56
+bd
+eb
+09
+3b
+df
+9f
+cc
+3d
+3d
+16
+32
+85
+ed
+2b
+26
 36
-22
-58
-00
-00
-00
+a8
+90
+57
+f1
+8a
+84
+dd
+d4
 79
-20
-7e
-15
-67
+ac
+65
+17
+9d
+f4
+cf
+af
+97
+2f
+d0
+4d
+1f
+39
+62
+6d
 e4
-00
-16
-58
-00
-00
-00
-67
-e2
-00
-1e
-20
-60
-00
-00
-70
-46
-00
-00
-20
-40
-36
-47
-5f
-ff
-ff
-ff
-67
-e2
+e7
 45
-af
-58
-00
-00
-00
-67
-e3
-c8
-46
-70
 47
-3f
-01
-20
-40
+4a
+e8
+98
+c2
+c4
+b6
+70
+69
+da
+99
+e5
+1b
+76
 59
-ed
-20
-20
-62
-2b
-20
-40
-5a
-92
-20
-40
-04
-88
-20
-40
-56
-a9
-68
-48
-c6
-54
-20
-40
-6e
-f7
-68
-48
-c6
-54
-20
-40
-6e
+fb
+11
+f3
+44
+60
+86
+77
+89
 d3
-6f
-e0
-c6
-4d
-20
-40
-59
-43
-68
+f3
+34
 48
-c6
-5a
-20
-40
-55
-ab
-d8
-40
-00
-15
-20
-40
-55
-b5
-20
-40
-61
+12
+77
 1a
-20
-40
-55
-0c
-20
-40
+7e
+6d
+c0
+24
+aa
+44
+54
+b5
+2f
+5c
+a5
+85
+21
+16
+32
+15
+5d
+83
+c8
+7c
+16
+fb
 54
-f9
-68
-48
-c6
-4a
-20
-40
-6f
-0f
-68
-48
-c6
-4b
+c4
+5a
+23
 20
-40
-6f
-0f
-68
+78
+b0
+29
+e2
+92
+8c
 48
-c6
-5b
-20
-40
-55
-b5
-20
-40
-04
-af
-20
-20
-54
-e5
-6f
-e1
-c7
-3c
-67
-e1
-86
+62
+45
+f3
+93
+c4
+28
+0b
+9e
+f9
 70
-df
+e6
+c3
+d1
+24
+66
+73
+d6
+3e
+a0
+7b
+15
+0e
 20
-00
-18
-d8
-40
-00
-00
-6f
-e1
-86
+87
+25
+6a
+28
+6c
 70
-2f
-ef
+81
+ca
+30
+e9
+79
+47
+8a
+ab
+9e
+4d
+38
+9b
+d6
+75
+16
+62
+15
+2c
+b6
+8b
+a3
+35
+31
+19
+1d
+db
+24
 fe
-00
-20
-40
-84
+b3
+78
+e2
+e9
 bc
+f0
+10
+90
+08
 6f
-e1
-86
-70
-1f
+58
+13
+fd
+07
 e3
-7e
-00
-67
-e1
-86
-70
-18
-40
+45
+4d
+46
+58
+bf
 84
-01
-c2
+89
+4c
 00
+fd
+56
+d0
+66
+45
+9d
+7d
+63
+9b
+43
+ac
+fb
+13
+07
+30
+3b
+89
+7b
+72
+e2
+5c
+c2
+94
+9e
+8e
+7e
+92
+a5
+f1
+0b
+21
+0d
+64
+25
+eb
+48
+58
+ec
+a2
+c6
+52
+8a
+0b
+3f
+97
+29
+cb
+ec
+ba
+c2
+99
+17
+bb
+f6
+3d
+72
+0e
+26
+b6
+be
+16
+6c
+9a
+71
+b5
+be
+e9
+db
+17
+85
+e3
+72
+c3
+3b
 04
-b3
-20
-60
-00
-00
-18
-46
-7c
-ff
-20
-62
-80
-00
-20
-20
+7e
+4c
+43
+b5
+44
+2c
+2e
+e5
+f6
+5f
+90
+3f
+7a
+42
+73
+f9
+34
+49
+db
+ea
+3b
+37
+21
+8e
+8f
+af
 6f
-0b
+eb
 c6
-93
-00
-00
-20
-40
-56
-01
-24
-74
-00
-00
-6f
-e0
-c7
-7c
-70
-47
-7c
-00
-24
-5a
-04
-d4
+67
+38
+b9
+1d
 6f
-e4
-47
-13
 c3
-0b
-04
-c9
-6f
-e0
+51
 c9
-6c
-24
-3a
-60
-b6
-20
-40
-04
-cb
-20
-20
-60
-a2
-6f
-e0
-c6
-59
-c1
-ff
-80
-00
+d4
+ac
+46
+99
+03
+78
+72
 6f
-e0
-c7
-7d
-20
-7a
-00
-00
-1f
-e0
-ff
-ff
-67
-e0
-c7
-7d
-58
-00
-00
-00
-67
+8c
+2e
+bb
+69
+d1
 e2
-48
-47
-20
-20
-5a
-73
-20
-40
-04
-88
-20
-20
-02
-1e
-6f
-e4
-47
-13
+9d
+46
+7d
 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
-e6
-24
-20
-de
 c2
-20
-20
-5e
-be
-6f
-e0
-c9
-57
-c0
-06
+da
+0a
 04
-e4
-20
-20
-57
-4a
-6f
-e0
-c6
-90
-c0
-00
-57
-72
-c0
-00
-d7
+64
+5e
+81
+ec
+b4
+e9
+0c
 75
-c0
-01
-57
 78
-c0
-01
-d7
-7b
-20
-60
-00
-00
-20
-40
-59
-58
-c0
-18
-59
-5f
-c0
-18
-d9
-c6
-c0
-2c
-04
-ef
-20
-20
-59
-52
-20
-40
-59
-e7
-6f
-e0
-c8
-5a
-c0
-2c
-84
-f3
-20
-20
-59
-5f
-70
-49
-57
-0b
-da
-60
-4a
-0b
-20
-20
-59
+68
+95
+d0
+51
+e2
+1c
+10
+0a
+69
+a7
+3d
+1d
+9c
+97
+da
+73
+d3
+34
+01
 95
-6f
-e0
-c4
-20
-c1
-80
-00
-00
-6f
-e0
-c9
-57
-c0
-05
-84
-fb
-20
-20
-59
+d8
+42
+a2
+5c
+0a
+d4
+95
+bd
+60
+f2
+fa
+0c
+3a
 f8
-20
-40
-5a
-6d
-6f
-e0
-c6
-59
-c0
-7f
-85
-01
+d8
+a3
+ed
+fa
+7b
+ef
+22
+61
+74
 68
-48
-c6
-59
-20
-40
-6e
-e6
-24
-60
-80
-00
-58
-00
-00
-00
-20
-40
-69
-e5
-c0
-ac
-59
-55
-20
-20
-5a
-2f
+ba
+f1
+70
+0d
+90
+db
+a2
+77
+61
+f4
+17
 78
-54
-7c
-00
-58
-00
-00
-00
-67
-e3
-48
-47
-20
-40
-04
+b4
+3c
+c2
+36
+88
+9b
+71
+f5
+2d
+8f
 f6
-20
-20
-56
-06
-5c
-45
+22
+22
+ce
+05
+51
+ed
+e2
+2a
+df
+4b
+cd
+e5
+69
+d6
+17
+15
+ed
+3f
+bc
+e9
+39
+5a
+f9
+0d
+ef
+ff
+71
+d0
+0f
+21
 aa
 55
 40
@@ -5183,9 +5701,9 @@
 40
 05
 00
-33
+73
 07
-20
+a0
 00
 00
 00
@@ -5194,9 +5712,9 @@
 00
 00
 00
-73
-88
-a4
+f7
+98
+86
 f2
 7d
 61
@@ -5217,7 +5735,7 @@
 00
 10
 04
-60
+70
 00
 00
 06
@@ -5231,7 +5749,7 @@
 00
 00
 00
-41
+45
 a4
 00
 00
@@ -5590,8 +6108,8 @@
 00
 43
 47
-ee
-4d
+d0
+52
 00
 80
 bb
@@ -5613,9 +6131,9 @@
 00
 4a
 47
-f2
-f9
-00
+70
+11
+01
 00
 77
 01
@@ -5909,30 +6427,22 @@
 00
 fa
 49
-b9
-1a
-ea
-1a
+21
+1c
+52
+1c
 aa
 55
-18
+10
 00
 e2
 49
-eb
+53
+1c
 1a
-b2
-1b
-b3
+1d
 1b
-2a
-1c
-2b
-1c
-de
-1c
-df
-1c
+1d
 92
 1d
 93
@@ -5951,10 +6461,10 @@
 49
 fb
 1e
-ae
-1f
 ac
 1f
+ae
+1f
 aa
 55
 01
@@ -6117,7 +6627,7 @@
 4a
 09
 a5
-26
+46
 34
 19
 04
@@ -6167,7 +6677,7 @@
 ff
 aa
 55
-1e
+54
 00
 d6
 48
@@ -6177,14 +6687,26 @@
 27
 ab
 40
+b3
+56
+9b
+e6
+a8
+12
+a9
+c0
 be
-d1
+e6
+a5
+af
 a0
-41
+21
 a1
-12
-a5
-84
+02
+b8
+10
+b9
+0b
 a7
 ff
 b5
@@ -6193,20 +6715,10 @@
 00
 ff
 00
-35
-c8
-25
-af
 09
 00
 ff
 ff
-aa
-55
-2e
-00
-fc
-48
 09
 5a
 0d
@@ -6452,8 +6964,8 @@
 aa
 aa
 55
-32
-58
-cf
-d2
+df
+54
+e4
+08
 20
Index: output/program.lis
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/program.lis	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/program.lis	(working copy)
@@ -1,1689 +1,1870 @@
               include "bt_format "
               org 0x0000
-0000 c2840028 bbit1 8 ,pf_patch_ext 
-0001 c00002a5 beq patch00_0 ,p_soft_reset 
-0002 c0010055 beq patch00_2 ,p_main_loop 
-0003 c008005e beq patch02_0 ,p_shutdown_radio 
-0004 c0088060 beq patch02_1 ,p_set_sync_on 
-0005 c00a0158 beq patch02_4 ,p_set_lemode 
-0006 c00a80e1 beq patch02_5 ,p_rf_rx_enable 
-0007 c00c0101 beq patch03_0 ,p_txon 
-0008 c00c8108 beq patch03_1 ,p_set_tx_power 
-0009 c00d006e beq patch03_2 ,p_initialize_radio_cont 
-000a c012820e beq patch04_5 ,p_lpm_sleep 
-000b c0340281 beq patch0d_0 ,p_mouse_cb_fuction 
-000c c03482a9 beq patch0d_1 ,p_mouse_load_device_info_check 
-000d c036024a beq patch0d_4 ,p_mouse_param_init 
-000e c036803d beq patch0d_5 ,p_mouse_sensor_set_angle 
-000f c0370442 beq patch0d_6 ,p_mouse_start_work 
-0010 c0398497 beq patch0e_3 ,p_mouse_setgpio_hibernate 
-0011 c03b8037 beq patch0e_7 ,p_mouse_adc_read_start 
-0012 c03d0505 beq patch0f_2 ,p_mouse_motion 
-0013 c03e84e1 beq patch0f_5 ,p_mouse_setting_sensor_type 
-0014 c03f8477 beq patch0f_7 ,p_mouse_3io6key_check 
-0015 c04084ea beq patch10_1 ,p_mouse_init_sensor 
-0016 c0420392 beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
-0017 c04283de beq patch10_5 ,p_mouse_priority_bb_event 
-0018 c04301ef beq patch10_6 ,p_mouse_le 
-0019 c04383bc beq patch10_7 ,p_mouse_bb_event_timer 
-001a c04403dc beq patch11_0 ,p_mouse_start_discovery 
-001b c04503a6 beq patch11_2 ,p_mouse_store_remote_bdaddr 
-001c c04602e7 beq patch11_4 ,p_mouse_store_device_info 
-001d c046834f beq patch11_5 ,p_mouse_store_dpi_info_check 
-001e c0470461 beq patch11_6 ,p_mouse_idle 
-001f c04582c0 beq patch11_3 ,p_mouse_app_initflag_check 
-0020 c04804d6 beq patch12_0 ,p_mouse_check_select_device_by_switch 
-0021 c04a848e beq patch12_5 ,p_mouse_24g_hibernate_set 
-0022 c04b04bf beq patch12_6 ,p_mouse_24g_package_data 
-0023 c06b0207 beq patch1a_6 ,p_gpio_set_wake 
-0024 c062822d beq patch18_5 ,p_otp_read_data 
-0025 c06a8288 beq patch1a_5 ,p_gpio_set_wake_by_current_state 
-0026 c06d0141 beq patch1b_2 ,p_sadc_calibration 
-0027 2020235a branch assert 
+0000 c284002d bbit1 8 ,pf_patch_ext 
+0001 c00002ec beq patch00_0 ,p_soft_reset 
+0002 c001005c beq patch00_2 ,p_main_loop 
+0003 c0080065 beq patch02_0 ,p_shutdown_radio 
+0004 c0088067 beq patch02_1 ,p_set_sync_on 
+0005 c00a0169 beq patch02_4 ,p_set_lemode 
+0006 c00a8109 beq patch02_5 ,p_rf_rx_enable 
+0007 c00b0070 beq patch02_6 ,p_calc_freq 
+0008 c00c0129 beq patch03_0 ,p_txon 
+0009 c00c8130 beq patch03_1 ,p_set_tx_power 
+000a c00d007f beq patch03_2 ,p_initialize_radio_cont 
+000b c0128260 beq patch04_5 ,p_lpm_sleep 
+000c c01381f4 beq patch04_7 ,p_lpm_adjust_clk 
+000d c03402e7 beq patch0d_0 ,p_mouse_cb_fuction 
+000e c03482fa beq patch0d_1 ,p_mouse_load_device_info_check 
+000f c03502f6 beq patch0d_2 ,p_mouse_default_init 
+0010 c03602ab beq patch0d_4 ,p_mouse_param_init 
+0011 c0368044 beq patch0d_5 ,p_mouse_sensor_set_angle 
+0012 c0370494 beq patch0d_6 ,p_mouse_start_work 
+0013 c0378499 beq patch0d_7 ,p_mouse4_0_check_reconn_target 
+0014 c03984e6 beq patch0e_3 ,p_mouse_setgpio_hibernate 
+0015 c03a0254 beq patch0e_4 ,p_mouse_lpm_before_common 
+0016 c03b803e beq patch0e_7 ,p_mouse_adc_read_start 
+0017 c03c851c beq patch0f_1 ,p_mouse_le_name_modify 
+0018 c03d0546 beq patch0f_2 ,p_mouse_motion 
+0019 c03f84c7 beq patch0f_7 ,p_mouse_3io6key_check 
+001a c040852b beq patch10_1 ,p_mouse_init_sensor 
+001b c04203de beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
+001c c0428429 beq patch10_5 ,p_mouse_priority_bb_event 
+001d c0430229 beq patch10_6 ,p_mouse_le 
+001e c0438407 beq patch10_7 ,p_mouse_bb_event_timer 
+001f c0440427 beq patch11_0 ,p_mouse_start_discovery 
+0020 c04503f1 beq patch11_2 ,p_mouse_store_remote_bdaddr 
+0021 c0458312 beq patch11_3 ,p_mouse_app_initflag_check 
+0022 c0460335 beq patch11_4 ,p_mouse_store_device_info 
+0023 c046839b beq patch11_5 ,p_mouse_store_dpi_info_check 
+0024 c04704b1 beq patch11_6 ,p_mouse_idle 
+0025 c0480509 beq patch12_0 ,p_mouse_check_select_device_by_switch 
+0026 c04a84dd beq patch12_5 ,p_mouse_24g_hibernate_set 
+0027 c04b04f2 beq patch12_6 ,p_mouse_24g_package_data 
+0028 c0628289 beq patch18_5 ,p_otp_read_data 
+0029 c06a8248 beq patch1a_5 ,p_gpio_set_wake_by_current_state 
+002a c06b0241 beq patch1a_6 ,p_gpio_set_wake 
+002b c06d00a8 beq patch1b_2 ,p_sadc_calibration 
+002c 2020235a branch assert 
 
 pf_patch_ext:
-0028 c00a0179 beq patch22_4 ,p_le_slave_match 
-0029 c00d0178 beq patch23_2 ,p_le_got_first_packet 
-002a c01281a8 beq patch24_5 ,p_le_rx_dec 
-002b c01301ad beq patch24_6 ,p_le_rx_nopayload 
-002c c01c81bf beq patch27_1 ,p_le_parse 
-002d c01d01c9 beq patch27_2 ,p_le_parse_l2cap 
-002e c02601c5 beq patch29_4 ,p_le_adv_not_match 
-002f c02681c3 beq patch29_5 ,p_le_init_adv 
-0030 c0480230 beq patch32_0 ,p_g24_reconn_dispatch 
-0031 c04b0482 beq patch32_6 ,p_g24_short_sleep 
-0032 c04d00ef beq patch33_2 ,p_mouse_g24_retransmit 
-0033 c04e80f6 beq patch33_5 ,p_g24_transmit_hop_process 
-0034 c04f8252 beq patch33_7 ,p_power_ctrl_start 
-0035 c17f8000 rtneq patch3f_7 
-0036 2020235a branch assert 
+002d c00a0189 beq patch22_4 ,p_le_slave_match 
+002e c00d01a8 beq patch23_2 ,p_le_got_first_packet_new 
+002f c01201cd beq patch24_4 ,p_le_receive_rxon 
+0030 c01281b0 beq patch24_5 ,p_le_rx_dec 
+0031 c01301b5 beq patch24_6 ,p_le_rx_nopayload 
+0032 c01c81c7 beq patch27_1 ,p_le_parse 
+0033 c01d0203 beq patch27_2 ,p_le_parse_l2cap 
+0034 c02601ff beq patch29_4 ,p_le_adv_not_match 
+0035 c02681cb beq patch29_5 ,p_le_init_adv 
+0036 c048028c beq patch32_0 ,p_g24_reconn_dispatch 
+0037 c04902a0 beq patch32_2 ,p_g24_reconn_device_fail 
+0038 c04b04d4 beq patch32_6 ,p_g24_short_sleep 
+0039 c04d0117 beq patch33_2 ,p_mouse_g24_retransmit 
+003a c04e811e beq patch33_5 ,p_g24_transmit_hop_process 
+003b c04f82b8 beq patch33_7 ,p_power_ctrl_start 
+003c c17f8000 rtneq patch3f_7 
+003d 2020235a branch assert 
 
 p_mouse_adc_read_start:
-0037 20406f82 call enable_adc 
-0038 20406fb0 call vdd_calculate_by_mode 
-0039 1fe6fc0a div pdata ,10 
-003a 20407d5f call get_div_result 
-003b 67e14633 store 2 ,mem_mouse_vdd_now_vol 
-003c 20205553 branch mouse_adc_data_process 
+003e 20406f82 call enable_adc 
+003f 20406fb0 call vdd_calculate_by_mode 
+0040 1fe6fc0a div pdata ,10 
+0041 20407d5f call get_div_result 
+0042 67e14633 store 2 ,mem_mouse_vdd_now_vol 
+0043 20205553 branch mouse_adc_data_process 
 
 p_mouse_sensor_set_angle:
-003d 6fe0c64f fetch 1 ,mem_sensor_angle_default 
-003e 67e0c958 store 1 ,mem_config_sensor_angle 
-003f 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
-0040 c17f8000 rtneq gpio_disable 
-0041 204023c3 call lpm_write_ice_disable 
-0042 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
-0043 d840003e arg gpcfg_output_low ,temp 
-0044 20406f21 call gpio_config_function_int 
-0045 6fe0c65b fetch 1 ,mem_mouse_reuse_2ice_gpio 
-0046 d840003e arg gpcfg_output_low ,temp 
-0047 20406f21 call gpio_config_function_int 
-0048 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0049 204055b5 call mouse_gpio_config_input_pu 
-004a 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-004b 20406ee6 call gpio_get_bit 
-004c 2040d473 call mouse_sensor_switch_angle ,true 
-004d 204055b1 call mouse_gpio_config_input_pd 
-004e 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-004f 20406edd call gpio_config_input 
-0050 204023c7 call lpm_write_ice_enable 
+0044 6fe0c64f fetch 1 ,mem_sensor_angle_default 
+0045 67e0c958 store 1 ,mem_config_sensor_angle 
+0046 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
+0047 c17f8000 rtneq gpio_disable 
+0048 204023c3 call lpm_write_ice_disable 
+0049 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
+004a d840003e arg gpcfg_output_low ,temp 
+004b 20406f21 call gpio_config_function_int 
+004c 6fe0c65b fetch 1 ,mem_mouse_reuse_2ice_gpio 
+004d d840003e arg gpcfg_output_low ,temp 
+004e 20406f21 call gpio_config_function_int 
+004f 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0050 204055b5 call mouse_gpio_config_input_pu 
+0051 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0052 20406ee6 call gpio_get_bit 
+0053 2040d473 call mouse_sensor_switch_angle ,true 
+0054 204055b1 call mouse_gpio_config_input_pd 
+0055 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0056 20406edd call gpio_config_input 
+0057 204023c7 call lpm_write_ice_enable 
 
 p_ice_gpio_set_float:
-0051 6848c64e fetcht 1 ,mem_select_sensor_angle_gpio 
-0052 20406f0f call gpio_set_high_impedance 
-0053 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0054 20206f0f branch gpio_set_high_impedance 
+0058 6848c64e fetcht 1 ,mem_select_sensor_angle_gpio 
+0059 20406f0f call gpio_set_high_impedance 
+005a 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+005b 20206f0f branch gpio_set_high_impedance 
 
 p_main_loop:
-0055 20407552 call sp_calc_sequence_256 
-0056 20407448 call sp_calc_sequence_256_check 
-0057 20402a45 call le_advertising_dispatch 
-0058 2040202a call idle_dispatch 
-0059 204042ad call app_process_idle 
-005a 20402018 call connection_dispatch 
-005b 2040310f call g24_dispatch 
-005c 2040248c call lpm_dispatch 
-005d 20200055 branch p_main_loop 
+005c 20407552 call sp_calc_sequence_256 
+005d 20407448 call sp_calc_sequence_256_check 
+005e 20402a45 call le_advertising_dispatch 
+005f 2040202a call idle_dispatch 
+0060 204042ad call app_process_idle 
+0061 20402018 call connection_dispatch 
+0062 2040310f call g24_dispatch 
+0063 2040248c call lpm_dispatch 
+0064 2020005c branch p_main_loop 
 
 p_shutdown_radio:
-005e 70890000 jam 0 ,0x8900 
-005f 20202153 branch shutdown_radio + 1 
+0065 70890000 jam 0 ,0x8900 
+0066 20202153 branch shutdown_radio + 1 
 
 p_set_sync_on:
-0060 708a0f60 jam 0x60 ,0x8a0f 
-0061 708a10aa jam 0xaa ,0x8a10 
-0062 708a127a jam 0x7a ,0x8a12 
-0063 708a2500 jam 0x00 ,0x8a25 
-0064 708a2600 jam 0x00 ,0x8a26 
-0065 2000003c nop 60 
-0066 708a2020 jam 0x20 ,0x8a20 
-0067 708a23f5 jam 0xf5 ,0x8a23 
-0068 708a2412 jam 0x12 ,0x8a24 
-0069 708a2410 jam 0x10 ,0x8a24 
-006a 2000003c nop 60 
-006b 708a1260 jam 0x60 ,0x8a12 
-006c 708a23dd jam 0xdd ,0x8a23 
-006d 20600000 rtn 
+0067 708a0f60 jam 0x60 ,0x8a0f 
+0068 708a10aa jam 0xaa ,0x8a10 
+0069 708a127a jam 0x7a ,0x8a12 
+006a 708a2500 jam 0x00 ,0x8a25 
+006b 708a2600 jam 0x00 ,0x8a26 
+006c 2000003c nop 60 
+006d 708a2020 jam 0x20 ,0x8a20 
+006e 708a23f5 jam 0xf5 ,0x8a23 
+006f 20202169 branch set_sync_on_next 
+
+p_calc_freq:
+0070 58000960 setarg 2400 
+0071 9840fe00 iadd temp ,pdata 
+0072 1fe22200 copy pdata ,rega 
+0073 6848c099 fetcht 1 ,mem_fcomp_div 
+0074 18430400 rshift temp ,temp 
+0075 9846fc00 idiv temp 
+0076 20407d62 call wait_div_end 
+0077 1807fe00 quotient pdata 
+0078 1fec8e00 rshift8 pdata ,queue 
+0079 60f0890a storer queue ,1 ,0x890a 
+007a 67f08909 store 1 ,0x8909 
+007b 202021da branch calc_freq + 10 
 
-p_initialize_radio_cont:
-006e 7001bb00 jam 0 ,mem_le_testtype 
-006f 7001bc00 jam 0 ,mem_cmd_le_create_conn 
-0070 37d98200 until null ,lpo_edge 
-0071 7089460d jam 0x0d ,0x8946 
-0072 70896f10 jam 0x10 ,0x896f 
-0073 708a13cd jam 0xcd ,0x8a13 
-0074 708a0610 jam 0x10 ,0x8a06 
-0075 708a844a jam 0x4a ,0x8a84 
-0076 708a8540 jam 0x40 ,0x8a85 
-0077 708a16fe jam 0xfe ,0x8a16 
-0078 204000b5 call p_set_otp_config 
-0079 204070d7 call wdt_set_disable 
-007a 37d98200 until null ,lpo_edge 
-007b 70813b5f jam 0x5f ,0x813b 
+p_set_ck2rfpll:
 007c 37d98200 until null ,lpo_edge 
-007d 70813c88 jam 0x88 ,0x813c 
-007e 37d98200 until null ,lpo_edge 
-007f 6fe0c099 fetch 1 ,mem_fcomp_div 
-0080 c00800aa beq xtal_16m ,p_initialize_radio_16m 
-0081 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
-0082 1fe1fe04 or_into 0x04 ,pdata 
-0083 67f08a02 store 1 ,0x8a02 
-0084 70890f01 jam 0x01 ,0x890f 
-0085 708a8024 jam 0x24 ,0x8a80 
-0086 708a8162 jam 0x62 ,0x8a81 
-0087 58e61212 setarg 0xe61212 
-0088 67f18a73 store 3 ,0x8a73 
+007d 70813c58 jam 0x58 ,0x813c 
+007e 202023e2 branch lpm_write_wait 
+
+p_initialize_radio_cont:
+007f 7001bb00 jam 0 ,mem_le_testtype 
+0080 7001bc00 jam 0 ,mem_cmd_le_create_conn 
+0081 37d98200 until null ,lpo_edge 
+0082 7089460d jam 0x0d ,0x8946 
+0083 70896f10 jam 0x10 ,0x896f 
+0084 708a8840 jam 0x40 ,core_rx_cfg0 
+0085 708a13cd jam 0xcd ,0x8a13 
+0086 708a0610 jam 0x10 ,0x8a06 
+0087 708a844a jam 0x4a ,0x8a84 
+0088 708a8540 jam 0x40 ,0x8a85 
+0089 708a16fe jam 0xfe ,0x8a16 
+008a 204000e1 call p_set_otp_config 
+008b 204070d7 call wdt_set_disable 
+008c 2455807c ncall p_set_ck2rfpll ,wake 
+008d 37d98200 until null ,lpo_edge 
+008e 70813b5f jam 0x5f ,0x813b 
+008f 37d98200 until null ,lpo_edge 
+0090 70813c88 jam 0x88 ,0x813c 
+0091 37d98200 until null ,lpo_edge 
+0092 6fe0c099 fetch 1 ,mem_fcomp_div 
+0093 c00800d2 beq xtal_16m ,p_initialize_radio_16m 
+0094 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+0095 1fe1fe04 or_into 0x04 ,pdata 
+0096 67f08a02 store 1 ,0x8a02 
+0097 70890f01 jam 0x01 ,0x890f 
+0098 708a8024 jam 0x24 ,0x8a80 
+0099 708a8162 jam 0x62 ,0x8a81 
+009a 58e61212 setarg 0xe61212 
+009b 67f18a73 store 3 ,0x8a73 
 
 p_initialize_radio2:
-0089 708a8660 jam 0x60 ,0x8a86 
-008a 708a8b3b jam 0x3b ,0x8a8b 
-008b 2040009c call p_dpll_on 
-008c 70804300 jam 0 ,core_config 
-008d 70804205 jam clksel_dpll ,core_clksel 
-008e 58557474 setarg 0x557474 
-008f 67f18968 store 3 ,0x8968 
-0090 7089606e jam 0x6e ,0x8960 
-0091 20400114 call p_rx_dcoc 
-0092 2040013f call p_rfpll_aac_ghpc 
-0093 20400096 call p_set_xtal_cap 
-0094 7041480c jam system_clk_12m ,mem_system_clk 
-0095 20206f4e branch sadc_calibration 
+009c 708a8660 jam 0x60 ,0x8a86 
+009d 708a8b3b jam 0x3b ,0x8a8b 
+009e 204000c4 call p_dpll_on 
+009f 70804300 jam 0 ,core_config 
+00a0 70804205 jam clksel_dpll ,core_clksel 
+00a1 58557474 setarg 0x557474 
+00a2 67f18968 store 3 ,0x8968 
+00a3 7089606e jam 0x6e ,0x8960 
+00a4 2040013c call p_rx_dcoc 
+00a5 20400167 call p_rfpll_aac_ghpc 
+00a6 204000bf call p_set_xtal_cap 
+00a7 7041480c jam system_clk_12m ,mem_system_clk 
+
+p_sadc_calibration:
+00a8 20758000 rtn wake 
+00a9 708a0777 jam 0x77 ,core_gpadc_ctrl 
+00aa 708a08c9 jam 0xc9 ,core_gpadc_cfg0 
+00ab 708a0b01 jam 0x01 ,core_gpadc_cfg3 
+00ac 6fe0c409 fetch 1 ,mem_adc_clkdiv 
+00ad 67f080cd store 1 ,core_sadc_clkdiv 
+00ae 20000bb8 nop 3000 
+00af 204000b8 call p_sadc_read 
+00b0 708a08c1 jam 0xc1 ,core_gpadc_cfg0 
+00b1 6a40c419 fetchr regb ,1 ,mem_spi_write_addr 
+00b2 df200008 arg 8 ,loopcnt 
+00b3 20406f58 call sadc_cal_read + 1 
+00b4 6fe0c419 fetch 1 ,mem_spi_write_addr 
+00b5 67e0c433 store 1 ,mem_adc_cal_c7 
+00b6 6240c419 storer regb ,1 ,mem_spi_write_addr 
+00b7 20600000 rtn 
+
+p_sadc_read:
+00b8 7080cc03 jam 0x03 ,core_sadc_ctrl 
+
+p_sadc_read_wait:
+00b9 6ff08129 fetch 1 ,core_perf_status 
+00ba c30280b9 bbit0 saradc_done ,p_sadc_read_wait 
+00bb 68590164 fetcht 2 ,core_sadc_data 
+00bc 6049440a storet 2 ,mem_adc_current_value 
+00bd 7080cc00 jam 0x00 ,core_sadc_ctrl 
+00be 20600000 rtn 
 
 p_set_xtal_cap:
-0096 20758000 rtn wake 
-0097 37d98200 until null ,lpo_edge 
-0098 6fe0c11c fetch 1 ,mem_xtal_c_sel 
-0099 67f0813a store 1 ,core_xtal_cap 
-009a 37d98200 until null ,lpo_edge 
-009b 20600000 rtn 
+00bf 20758000 rtn wake 
+00c0 37d98200 until null ,lpo_edge 
+00c1 6fe0c11c fetch 1 ,mem_xtal_c_sel 
+
+p_set_xtal_cap_next:
+00c2 67f0813a store 1 ,core_xtal_cap 
+00c3 202023e2 branch lpm_write_wait 
 
 p_dpll_on:
-009c 6fe0c099 fetch 1 ,mem_fcomp_div 
-009d c00c00a2 beq xtal_24m ,p_dpll_on_24m 
-009e 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
-009f 1fe1fe06 or_into 0x06 ,pdata 
-00a0 67f08a02 store 1 ,0x8a02 
-00a1 708a05e0 jam 0xe0 ,0x8a05 
+00c4 6fe0c099 fetch 1 ,mem_fcomp_div 
+00c5 c00c00ca beq xtal_24m ,p_dpll_on_24m 
+00c6 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+00c7 1fe1fe06 or_into 0x06 ,pdata 
+00c8 67f08a02 store 1 ,0x8a02 
+00c9 708a05e0 jam 0xe0 ,0x8a05 
 
 p_dpll_on_24m:
-00a2 708a00d8 jam 0xd8 ,0x8a00 
-00a3 2000003c nop 60 
-00a4 708a01a0 jam 0xa0 ,0x8a01 
-00a5 708a00df jam 0xdf ,0x8a00 
-00a6 708a01fa jam 0xfa ,0x8a01 
-00a7 20000014 nop 20 
-00a8 708a009f jam 0x9f ,0x8a00 
-00a9 20600000 rtn 
+00ca 708a00d8 jam 0xd8 ,0x8a00 
+00cb 2000003c nop 60 
+00cc 708a01a0 jam 0xa0 ,0x8a01 
+00cd 708a00df jam 0xdf ,0x8a00 
+00ce 708a01fa jam 0xfa ,0x8a01 
+00cf 20000014 nop 20 
+00d0 708a009f jam 0x9f ,0x8a00 
+00d1 20600000 rtn 
 
 p_initialize_radio_16m:
-00aa 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
-00ab 1fe1fe06 or_into 0x06 ,pdata 
-00ac 67f08a02 store 1 ,0x8a02 
-00ad 70890f00 jam 0x00 ,0x890f 
-00ae 708a8023 jam 0x23 ,0x8a80 
-00af 708a81b0 jam 0xb0 ,0x8a81 
-00b0 58e40909 setarg 0xe40909 
-00b1 67f18a73 store 3 ,0x8a73 
-00b2 708a762a jam 0x2a ,0x8a76 
-00b3 70890204 jam 0x04 ,0x8902 
-00b4 20200089 branch p_initialize_radio2 
-
-p_set_otp_config:
-00b5 203580dd branch p_set_otp_config_wake ,wake 
-00b6 6fe2020d fetch 4 ,mem_otp_core_ldo 
-00b7 207a0000 rtn blank 
-00b8 37d98200 until null ,lpo_edge 
-00b9 6ff08136 fetch 1 ,0x8136 
-00ba 1fe17ef0 and pdata ,0xf0 ,pdata 
-00bb 6848820d fetcht 1 ,mem_otp_core_ldo 
-00bc 9841fe00 ior temp ,pdata 
-00bd 1fe0fffd increase -3 ,pdata 
-00be 67f08136 store 1 ,0x8136 
-00bf 37d98200 until null ,lpo_edge 
-00c0 6ff08138 fetch 1 ,0x8138 
-00c1 1fe17e07 and pdata ,0x7 ,pdata 
-00c2 6848820e fetcht 1 ,mem_otp_verf_bg 
-00c3 18498400 lshift3 temp ,temp 
-00c4 9841fe00 ior temp ,pdata 
-00c5 67f08138 store 1 ,0x8138 
-00c6 37d98200 until null ,lpo_edge 
-
-p_set_otp_config2:
-00c7 6ff08acb fetch 1 ,0x8acb 
-00c8 1fe17ef0 and pdata ,0xf0 ,pdata 
-00c9 6848820f fetcht 1 ,mem_otp_charge_pump 
-00ca 6048c15b storet 1 ,mem_otp_charge_pump_x 
-00cb 9841fe00 ior temp ,pdata 
-00cc 67f08acb store 1 ,0x8acb 
-00cd 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
-00ce 67e0c15c store 1 ,mem_otp_dpll_ibais_x 
-00cf 2feffe03 isolate1 3 ,pdata 
-00d0 6ff08a06 fetch 1 ,0x8a06 
-00d1 7920fe07 setflag true ,7 ,pdata 
-00d2 67f08a06 store 1 ,0x8a06 
-00d3 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
-00d4 1fe10407 and pdata ,7 ,temp 
-00d5 18520400 lshift4 temp ,temp 
-00d6 18438400 lshift temp ,temp 
-00d7 6048c438 storet 1 ,mem_ring_ibias_trim 
-00d8 6ff08a02 fetch 1 ,0x8a02 
-00d9 1fe17e1f and pdata ,0x1f ,pdata 
-00da 9841fe00 ior temp ,pdata 
-00db 67f08a02 store 1 ,0x8a02 
-00dc 20600000 rtn 
+00d2 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+00d3 1fe1fe06 or_into 0x06 ,pdata 
+00d4 67f08a02 store 1 ,0x8a02 
+00d5 70890f00 jam 0x00 ,0x890f 
+00d6 708a8023 jam 0x23 ,0x8a80 
+00d7 708a81b0 jam 0xb0 ,0x8a81 
+00d8 58e40909 setarg 0xe40909 
+00d9 67f18a73 store 3 ,0x8a73 
+00da 708a762a jam 0x2a ,0x8a76 
+00db 70890204 jam 0x04 ,0x8902 
+00dc 2020009c branch p_initialize_radio2 
 
 p_set_otp_config_wake:
 00dd 6fe1415b fetch 2 ,mem_otp_charge_pump_x 
 00de 207a0000 rtn blank 
 00df 67e1020f store 2 ,mem_otp_charge_pump 
-00e0 202000c7 branch p_set_otp_config2 
+00e0 202000f3 branch p_set_otp_config2 
+
+p_set_otp_config:
+00e1 203580dd branch p_set_otp_config_wake ,wake 
+00e2 6fe2020d fetch 4 ,mem_otp_core_ldo 
+00e3 207a0000 rtn blank 
+00e4 37d98200 until null ,lpo_edge 
+00e5 6ff08136 fetch 1 ,0x8136 
+00e6 1fe17ef0 and pdata ,0xf0 ,pdata 
+00e7 6848820d fetcht 1 ,mem_otp_core_ldo 
+00e8 9841fe00 ior temp ,pdata 
+00e9 1fe0fffd increase -3 ,pdata 
+00ea 67f08136 store 1 ,0x8136 
+00eb 37d98200 until null ,lpo_edge 
+00ec 6ff08138 fetch 1 ,0x8138 
+00ed 1fe17e07 and pdata ,0x7 ,pdata 
+00ee 6848820e fetcht 1 ,mem_otp_verf_bg 
+00ef 18498400 lshift3 temp ,temp 
+00f0 9841fe00 ior temp ,pdata 
+00f1 67f08138 store 1 ,0x8138 
+00f2 37d98200 until null ,lpo_edge 
+
+p_set_otp_config2:
+00f3 6ff08acb fetch 1 ,0x8acb 
+00f4 1fe17ef0 and pdata ,0xf0 ,pdata 
+00f5 6848820f fetcht 1 ,mem_otp_charge_pump 
+00f6 6048c15b storet 1 ,mem_otp_charge_pump_x 
+00f7 9841fe00 ior temp ,pdata 
+00f8 67f08acb store 1 ,0x8acb 
+00f9 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
+00fa 67e0c15c store 1 ,mem_otp_dpll_ibais_x 
+00fb 2feffe03 isolate1 3 ,pdata 
+00fc 6ff08a06 fetch 1 ,0x8a06 
+00fd 7920fe07 setflag true ,7 ,pdata 
+00fe 67f08a06 store 1 ,0x8a06 
+00ff 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
+0100 1fe10407 and pdata ,7 ,temp 
+0101 18520400 lshift4 temp ,temp 
+0102 18438400 lshift temp ,temp 
+0103 6048c438 storet 1 ,mem_ring_ibias_trim 
+0104 6ff08a02 fetch 1 ,0x8a02 
+0105 1fe17e1f and pdata ,0x1f ,pdata 
+0106 9841fe00 ior temp ,pdata 
+0107 67f08a02 store 1 ,0x8a02 
+0108 20600000 rtn 
 
 p_rf_rx_enable:
-00e1 2040686f call rf_debug_rx_gpio_high 
-00e2 204021ba call rf_rx_agc_set 
-00e3 18002a08 force 8 ,radio_ctrl 
-00e4 18002a00 force 0 ,radio_ctrl 
-00e5 580aaada setarg 0x0aaada 
-00e6 67f18a0f store 3 ,0x8a0f 
-00e7 708a2540 jam 0x40 ,0x8a25 
-00e8 708a2610 jam 0x10 ,0x8a26 
-00e9 2000003c nop 60 
-00ea 708a01fb jam 0xfb ,0x8a01 
-00eb 708a25ff jam 0xff ,0x8a25 
-00ec 708a2630 jam 0x30 ,0x8a26 
-00ed 708a16fe jam 0xfe ,0x8a16 
-00ee 202021b4 branch rf_rx_enable + 14 
+0109 2040686f call rf_debug_rx_gpio_high 
+010a 204021ba call rf_rx_agc_set 
+010b 18002a08 force 8 ,radio_ctrl 
+010c 18002a00 force 0 ,radio_ctrl 
+010d 580aaada setarg 0x0aaada 
+010e 67f18a0f store 3 ,0x8a0f 
+010f 708a2540 jam 0x40 ,0x8a25 
+0110 708a2610 jam 0x10 ,0x8a26 
+0111 2000003c nop 60 
+0112 708a01fb jam 0xfb ,0x8a01 
+0113 708a25ff jam 0xff ,0x8a25 
+0114 708a2630 jam 0x30 ,0x8a26 
+0115 708a16fe jam 0xfe ,0x8a16 
+0116 202021b4 branch rf_rx_enable + 14 
 
 p_mouse_g24_retransmit:
-00ef 6fe0c793 fetch 1 ,mem_mouse_need_soft_reset 
-00f0 247a0000 nrtn blank 
-00f1 204000f3 call p_mouse_retransmit_select_device_by_pb_button 
-00f2 202060fc branch mouse_g24_retransmit + 3 
+0117 6fe0c793 fetch 1 ,mem_mouse_need_soft_reset 
+0118 247a0000 nrtn blank 
+0119 2040011b call p_mouse_retransmit_select_device_by_pb_button 
+011a 202060fc branch mouse_g24_retransmit + 3 
 
 p_mouse_retransmit_select_device_by_pb_button:
-00f3 6fe0c655 fetch 1 ,mem_config_select_device_button_gpio 
-00f4 c17f8000 rtneq gpio_disable 
-00f5 20205e78 branch mouse_retransmit_select_device_by_pb_button 
+011b 6fe0c655 fetch 1 ,mem_config_select_device_button_gpio 
+011c c17f8000 rtneq gpio_disable 
+011d 20205e78 branch mouse_retransmit_select_device_by_pb_button 
 
 p_g24_transmit_hop_process:
-00f6 6848c601 fetcht 1 ,mem_24g_retry 
-00f7 6fe0c621 fetch 1 ,mem_24g_fast_hop_count 
-00f8 98467c00 isub temp ,null 
-00f9 242100fb nbranch p_g24_tx_fast_hop ,positive 
-00fa 20203681 branch g24_transmit_hop_process + 5 
+011e 6848c601 fetcht 1 ,mem_24g_retry 
+011f 6fe0c621 fetch 1 ,mem_24g_fast_hop_count 
+0120 98467c00 isub temp ,null 
+0121 24210123 nbranch p_g24_tx_fast_hop ,positive 
+0122 20203681 branch g24_transmit_hop_process + 5 
 
 p_g24_tx_fast_hop:
-00fb 6fe2458f fetch 4 ,mem_24g_addr 
-00fc 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
-00fd 98467c00 isub temp ,null 
-00fe 2022b222 branch g24_ch ,zero 
-00ff 20400277 call p_power_ctrl_txpower_incrs 
-0100 2020369b branch g24_tx_fast_hop + 1 
+0123 6fe2458f fetch 4 ,mem_24g_addr 
+0124 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
+0125 98467c00 isub temp ,null 
+0126 2022b222 branch g24_ch ,zero 
+0127 204002dd call p_power_ctrl_txpower_incrs 
+0128 2020369b branch g24_tx_fast_hop + 1 
 
 p_txon:
-0101 580aaa7e setarg 0x0aaa7e 
-0102 67f18a0f store 3 ,0x8a0f 
-0103 2000003c nop 60 
-0104 708a2500 jam 0x00 ,0x8a25 
-0105 708a260d jam 0x0d ,0x8a26 
-0106 708a16f6 jam 0xf6 ,0x8a16 
-0107 20202203 branch txon + 7 
+0129 580aaa7e setarg 0x0aaa7e 
+012a 67f18a0f store 3 ,0x8a0f 
+012b 2000003c nop 60 
+012c 708a2500 jam 0x00 ,0x8a25 
+012d 708a260d jam 0x0d ,0x8a26 
+012e 708a16f6 jam 0xf6 ,0x8a16 
+012f 20202203 branch txon + 7 
 
 p_set_tx_power:
-0108 6fe08008 fetch 1 ,mem_last_freq 
-0109 c00b2231 beq 22 ,set_tx_power_f5db 
-010a c0172231 beq 46 ,set_tx_power_f5db 
-010b c0232231 beq 70 ,set_tx_power_f5db 
-010c 6fe0c141 fetch 1 ,mem_tx_power 
-010d c0032221 beq tx_power_6db ,set_tx_power_5db 
-010e c0550110 beq tx_power_factory ,p_set_tx_power_factory 
-010f 2020220e branch set_tx_power + 2 
+0130 6fe08008 fetch 1 ,mem_last_freq 
+0131 c00b2231 beq 22 ,set_tx_power_f5db 
+0132 c0172231 beq 46 ,set_tx_power_f5db 
+0133 c0232231 beq 70 ,set_tx_power_f5db 
+0134 6fe0c141 fetch 1 ,mem_tx_power 
+0135 c0032221 beq tx_power_6db ,set_tx_power_5db 
+0136 c0550138 beq tx_power_factory ,p_set_tx_power_factory 
+0137 2020220e branch set_tx_power + 2 
 
 p_set_tx_power_factory:
-0110 708a1417 jam 0x17 ,0x8a14 
-0111 6fe1ca08 fetch 3 ,mem_tx_power_factory_param_new 
-0112 67f18a60 store 3 ,0x8a60 
-0113 2020221a branch set_tx_power_8a63_28 
+0138 708a1417 jam 0x17 ,0x8a14 
+0139 6fe1ca08 fetch 3 ,mem_tx_power_factory_param_new 
+
+p_mouse_tx_power_set:
+013a 67f18a60 store 3 ,0x8a60 
+013b 2020221a branch set_tx_power_8a63_28 
 
 p_rx_dcoc:
-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 
+013c 20758000 rtn wake 
+013d 20402160 call set_sync_on 
+013e d8400027 arg 39 ,temp 
+013f 2040216f call set_freq_rx 
+0140 204021a6 call rf_rx_enable 
+0141 708a257f jam 0x7f ,0x8a25 
+0142 708a301a jam 0x1a ,0x8a30 
+0143 708a3178 jam 0x78 ,0x8a31 
+0144 708a8fb2 jam 0xb2 ,0x8a8f 
+0145 708ac200 jam 0 ,0x8ac2 
+0146 708ac300 jam 0 ,0x8ac3 
+0147 d8e00006 arg 6 ,queue 
+0148 20400159 call p_rx_dcoc_avg 
+0149 2a2ffe0d isolate1 13 ,rega 
+014a 2040211d call qset_start 
+014b 2a4ffe0d isolate1 13 ,regb 
+014c 2040211e call qset_p 
+014d d8e00005 arg 5 ,queue 
 
 p_rx_dcoc_loop2:
-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 18e08fff increase -1 ,queue 
-012f 20210126 branch p_rx_dcoc_loop2 ,positive 
-0130 2020214f branch rx_dcoc_loop2 + 10 
+014e 2040211c call qset1_p 
+014f 2040211e call qset_p 
+0150 20400159 call p_rx_dcoc_avg 
+0151 d8a08ac2 arg 0x8ac2 ,contw 
+0152 1a31fe00 rshift4 rega ,pdata 
+0153 20402117 call qsetxor 
+0154 1a51fe00 rshift4 regb ,pdata 
+0155 20402117 call qsetxor 
+0156 18e08fff increase -1 ,queue 
+0157 2021014e branch p_rx_dcoc_loop2 ,positive 
+0158 2020214f branch rx_dcoc_loop2 + 10 
 
 p_rx_dcoc_avg:
-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 
+0159 2000003c nop 60 
+015a 58000f00 setarg mem_dcoc_buf 
+015b 67f10982 store 2 ,0x8982 
+015c 58000ff0 setarg mem_dcoc_buf_end 
+015d 67f10984 store 2 ,0x8984 
+015e 70898109 jam 0x9 ,0x8981 
+015f 70898103 jam 0x3 ,0x8981 
+0160 70898006 jam 0x6 ,0x8980 
+0161 2000003c nop 60 
+0162 da200000 arg 0 ,rega 
+0163 da400000 arg 0 ,regb 
+0164 df200010 arg 16 ,loopcnt 
+0165 d8c00f00 arg mem_dcoc_buf ,contr 
+0166 2020212d branch rx_dcoc_loop 
 
 p_rfpll_aac_ghpc:
-013f 20758000 rtn wake 
-0140 20202272 branch rfpll_aac_ghpc + 1 
-
-p_sadc_calibration:
-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:
-0151 7080cc03 jam 0x03 ,core_sadc_ctrl 
-
-p_sadc_read_wait:
-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 
+0167 20758000 rtn wake 
+0168 20202272 branch rfpll_aac_ghpc + 1 
 
 p_set_lemode:
-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 
+0169 708a8211 jam 0x11 ,0x8a82 
+016a 708a8d12 jam 0x12 ,0x8a8d 
+016b 708a8e0a jam 0x0a ,0x8a8e 
+016c 6fe0c099 fetch 1 ,mem_fcomp_div 
+016d c0080182 beq xtal_16m ,p_set_lemode_2m_16m 
+016e 58005762 setarg 0x5762 
+016f 67f10907 store 2 ,0x8907 
 
 p_set_lemode_2m:
-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 
+0170 70890103 jam 3 ,0x8901 
+0171 70893003 jam 3 ,0x8930 
+0172 c6168000 rtnmark1 mark_ble_2m 
+0173 70890101 jam 1 ,0x8901 
+0174 708a8207 jam 0x07 ,0x8a82 
+0175 708a8d44 jam 0x44 ,0x8a8d 
+0176 708a8e0a jam 0x0a ,0x8a8e 
+0177 6fe0c099 fetch 1 ,mem_fcomp_div 
+0178 c008017f beq xtal_16m ,p_set_lemode_1m_16m 
+0179 58002bb1 setarg 0x2bb1 
+017a 67f10907 store 2 ,0x8907 
 
 p_set_lemode_1m:
-016a c6978000 rtnmark0 mark_ble_lr 
-016b 70893024 jam 0x24 ,0x8930 
-016c 70890105 jam 5 ,0x8901 
-016d 20600000 rtn 
+017b c6978000 rtnmark0 mark_ble_lr 
+017c 70893024 jam 0x24 ,0x8930 
+017d 70890105 jam 5 ,0x8901 
+017e 20600000 rtn 
 
 p_set_lemode_1m_16m:
-016e 58004189 setarg 0x4189 
-016f 67f10907 store 2 ,0x8907 
-0170 2020016a branch p_set_lemode_1m 
+017f 58004189 setarg 0x4189 
+0180 67f10907 store 2 ,0x8907 
+0181 2020017b branch p_set_lemode_1m 
 
 p_set_lemode_2m_16m:
-0171 58008312 setarg 0x8312 
-0172 67f10907 store 2 ,0x8907 
-0173 2020015f branch p_set_lemode_2m 
+0182 58008312 setarg 0x8312 
+0183 67f10907 store 2 ,0x8907 
+0184 20200170 branch p_set_lemode_2m 
 
 p_le_check_retransmit_timesout:
-0174 6fe0cc03 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:
-0178 20200198 branch p_le_got_first_packet_new 
+0185 6fe0cc04 fetch 1 ,mem_le_conn_rcv_new 
+0186 da600100 arg 256 ,regc 
+0187 9a60fe00 iadd regc ,pdata 
+0188 20600000 rtn 
 
 p_le_slave_match:
-0179 2040017b call p_le_check_retransmit 
-017a 20202563 branch le_slave_match + 1 
+0189 2040018b call p_le_check_retransmit 
+018a 20202563 branch le_slave_match + 1 
 
 p_le_check_retransmit:
-017b 6fe0cc04 fetch 1 ,mem_le_conn_first_rcv 
-017c 207a0000 rtn blank 
-017d 6fe0cc05 fetch 1 ,mem_le_check_retransmit_flag 
-017e 247a0000 nrtn blank 
-017f 6848cc04 fetcht 1 ,mem_le_conn_first_rcv 
-0180 6fe0cc03 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 6fe0cc06 fetch 1 ,mem_le_retransmit_cnt 
-0187 1fe67c14 sub pdata ,20 ,null 
-0188 2441018b ncall p_app_ble_disconnect ,positive 
-0189 704c0501 jam 1 ,mem_le_check_retransmit_flag 
-018a 20600000 rtn 
+018b 6fe0cc05 fetch 1 ,mem_le_conn_first_rcv 
+018c 207a0000 rtn blank 
+018d 6fe0cc06 fetch 1 ,mem_le_check_retransmit_flag 
+018e 247a0000 nrtn blank 
+018f 6848cc05 fetcht 1 ,mem_le_conn_first_rcv 
+0190 6fe0cc04 fetch 1 ,mem_le_conn_rcv_new 
+0191 98467c00 isub temp ,null 
+0192 24410185 ncall p_le_check_retransmit_timesout ,positive 
+0193 98467e00 isub temp ,pdata 
+0194 1fe67c64 sub pdata ,100 ,null 
+0195 2021019d branch p_le_check_retransmit_count ,positive 
+0196 6fe0cc07 fetch 1 ,mem_le_retransmit_cnt 
+0197 1fe67c14 sub pdata ,20 ,null 
+0198 2441019b ncall p_app_ble_disconnect ,positive 
+0199 704c0601 jam 1 ,mem_le_check_retransmit_flag 
+019a 20600000 rtn 
 
 p_app_ble_disconnect:
-018b 704c0701 jam 1 ,mem_le_check_retransmit_discon_flag 
-018c 2020431f branch app_ble_disconnect 
+019b 704c0801 jam 1 ,mem_le_check_retransmit_discon_flag 
+019c 2020431f branch app_ble_disconnect 
 
 p_le_check_retransmit_count:
-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 6848cc06 fetcht 1 ,mem_le_retransmit_cnt 
-0194 7920fe00 setflag true ,0 ,pdata 
-0195 98408400 iadd temp ,temp 
-0196 6048cc06 storet 1 ,mem_le_retransmit_cnt 
-0197 20600000 rtn 
+019d 6848817f fetcht 1 ,mem_le_arq 
+019e 6fe0804c fetch 1 ,mem_le_rxbuf_data_header 
+019f 1fe37e00 rshift pdata ,pdata 
+01a0 9842fe00 ixor temp ,pdata 
+01a1 2feffe02 isolate1 nesn ,pdata 
+01a2 58000000 setarg 0 
+01a3 6848cc07 fetcht 1 ,mem_le_retransmit_cnt 
+01a4 7920fe00 setflag true ,0 ,pdata 
+01a5 98408400 iadd temp ,temp 
+01a6 6048cc07 storet 1 ,mem_le_retransmit_cnt 
+01a7 20600000 rtn 
 
 p_le_got_first_packet_new:
-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 6fe0cc03 fetch 1 ,mem_le_conn_rcv_new 
-019d 1fe0fe01 increase 1 ,pdata 
-019e 67e0cc03 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 
+01a8 6fe08005 fetch 1 ,mem_le_conn_rcv 
+01a9 1fe0fe01 increase 1 ,pdata 
+01aa 67e08005 store 1 ,mem_le_conn_rcv 
+01ab 243681af nbranch p_le_got_first_packet_new + 7 ,match 
+01ac 6fe0cc04 fetch 1 ,mem_le_conn_rcv_new 
+01ad 1fe0fe01 increase 1 ,pdata 
+01ae 67e0cc04 store 1 ,mem_le_conn_rcv_new 
+01af 2020259b branch le_got_first_packet + 4 
 
 p_le_rx_dec:
-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 
+01b0 2040281c call le_check_retransmit 
+01b1 6a20804d fetchr rega ,1 ,mem_le_rxbuf_data_length 
+01b2 1a20a3fc increase -4 ,rega 
+01b3 242126fa nbranch le_crc_fail_consecutive ,positive 
+01b4 2020268e branch le_rx_dec + 6 
 
 p_le_rx_nopayload:
-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 
+01b5 09800018 parse demod ,bucket ,24 
+01b6 1fef7e00 rshift32 pdata ,pdata 
+01b7 1ff17e00 rshift16 pdata ,pdata 
+01b8 e7e18005 istore 3 ,contw 
+01b9 78287c00 enable swfine 
+01ba 2040270d call le_set_until_tx_timer 
+01bb 202326f6 branch le_crc_fail ,crc_failed 
+01bc c59926af bmark0 mark_ble_encryption ,le_rx_match 
+01bd 6fe0804d fetch 1 ,mem_le_rxbuf_data_length 
+01be 203a26af branch le_rx_match ,blank 
+01bf 1fe0fffc increase -4 ,pdata 
+01c0 67e0804d store 1 ,mem_le_rxbuf_data_length 
+01c1 204072cb call wait_ccm_done 
+01c2 6ff08108 fetch 1 ,core_misc_status 
+01c3 c303a6fa bbit0 7 ,le_crc_fail_consecutive 
+01c4 1800700c force regidx_result ,regext_index 
+01c5 65e20154 storer regext ,4 ,mem_le_peer_mic 
+01c6 202026af branch le_rx_match 
 
 p_le_parse:
-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 
+01c7 6fe0c334 fetch 1 ,mem_le_packet_llid 
+01c8 c1000000 rtneq llid_reserved 
+01c9 c001b04a beq llid_le_ll ,le_parse_ll 
+01ca 202028e1 branch le_parse_l2cap 
 
 p_le_init_adv:
-01c3 793f8030 set0 mark_ble_crc_fail ,mark 
-01c4 20202af6 branch le_init_adv + 1 
+01cb 793f8030 set0 mark_ble_crc_fail ,mark 
+01cc 20202af6 branch le_init_adv + 1 
+
+p_le_receive_rxon:
+01cd 204025c2 call le_prep 
+01ce c59781d3 bmark0 mark_ble_lr ,p_le_receive_nolr 
+01cf 783cfc00 pulse dewhiten_code_calc 
+01d0 2000001e nop 30 
+01d1 204025c2 call le_prep 
+01d2 19699600 lshift3 timeup ,timeup 
+
+p_le_receive_nolr:
+01d3 7856fc00 disable match 
+01d4 7826fc00 enable decode_fec0 
+01d5 7830fc00 enable is_rx 
+01d6 78507c00 disable is_tx 
+01d7 19623600 copy timeup ,stop_watch 
+01d8 37c18400 correlate null ,timeout 
+01d9 203701dc branch p_le_receive_on_attempt ,attempt 
+01da 1b420400 copy clke ,temp 
+01db 604b000f storet 6 ,mem_sync_clke 
+
+p_le_receive_on_attempt:
+01dc 242c26fa nbranch le_unsync_end ,sync 
+01dd 78287c00 enable swfine 
+01de 6fe0c167 fetch 1 ,mem_le_tx_ifs_defference 
+01df d8404e20 arg param_20ms_init ,temp 
+01e0 98408400 iadd temp ,temp 
+01e1 6fe0c148 fetch 1 ,mem_system_clk 
+01e2 984fb600 imul32 temp ,stop_watch 
+01e3 20406877 call rf_debug_rx_sync_line 
+01e4 20372677 branch le_receive_skip ,attempt 
+01e5 204001ea call p_calc_clke_all_modem 
+01e6 6fe08168 fetch 1 ,mem_le_state 
+01e7 c301a677 bbit0 lestate_got_first_packet ,le_receive_skip 
+01e8 2055a477 call lpm_adjust_clk ,wake 
+01e9 20202677 branch le_receive_skip 
+
+p_calc_clke_all_modem:
+01ea 684b000f fetcht 6 ,mem_sync_clke 
+01eb 1b427e00 copy clke ,pdata 
+01ec 20407d12 call clk_diff 
+01ed 1fe20400 copy pdata ,temp 
+01ee 204026ff call calc_clke_all_modem 
+01ef 1b425600 copy clke ,rege 
+01f0 1d227e00 copy clke_rt ,pdata 
+01f1 9840fe00 iadd temp ,pdata 
+01f2 1fe25200 copy pdata ,clke_rt 
+01f3 20600000 rtn 
+
+p_lpm_adjust_clk:
+01f4 c584a489 bmark0 mark_context ,lpm_clear_counter 
+01f5 684a40ad fetcht 4 ,mem_sleep_counter_all 
+01f6 dfe00600 arg 0x600 ,pdata 
+01f7 98467c00 isub temp ,null 
+01f8 20610000 rtn positive 
+01f9 18422200 copy temp ,rega 
+01fa 684b000f fetcht 6 ,mem_sync_clke 
+01fb 1d627e00 deposit rege 
+01fc 20407d10 call clk_diff_rt 
+01fd 1a220400 copy rega ,temp 
+01fe 2020247d branch lpm_adjust_clk + 6 
 
 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 
+01ff 20402152 call shutdown_radio 
+0200 70890000 jam 0 ,0x8900 
+0201 793f8030 set0 mark_ble_crc_fail ,mark 
+0202 20202ae3 branch le_adv_not_match + 1 
 
 p_le_parse_l2cap:
-01c9 efe10006 ifetch 2 ,contr 
-01ca c00201cc beq le_l2cap_cid_att ,p_le_parse_att 
-01cb 202028eb branch le_parse_l2cap_next + 2 
+0203 efe10006 ifetch 2 ,contr 
+0204 c0020206 beq le_l2cap_cid_att ,p_le_parse_att 
+0205 202028eb branch le_parse_l2cap_next + 2 
 
 p_le_parse_att:
-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 
+0206 efe18006 ifetch 3 ,contr 
+0207 67e1c397 store 3 ,mem_le_att_opcode 
+0208 c005020b beq attop_read_request ,p_le_parse_att_read_request 
+0209 c009021a beq attop_write_request ,p_le_parse_att_write_request 
+020a 20202b96 branch le_parse_att2 
 
 p_le_parse_att_read_request:
-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 
+020b 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+020c c31dad19 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+020d 20402dc7 call le_check_encrypt_state 
+020e 68494398 fetcht 2 ,mem_le_att_handle 
+020f 6fe0c321 fetch 1 ,mem_le_configuration 
+0210 c2818215 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
 
 p_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 
+0211 6fe14398 fetch 2 ,mem_le_att_handle 
+0212 c0182e03 beq 0x30 ,le_send_att_error_response_notfound 
+0213 68494398 fetcht 2 ,mem_le_att_handle 
+0214 20202d1d branch le_send_att_read_response 
 
 p_le_send_att_read_response_check_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 
+0215 6fe14332 fetch 2 ,mem_le_pairing_handle 
+0216 98467c00 isub temp ,null 
+0217 24228211 nbranch p_le_send_att_read_response ,zero 
+0218 24340211 nbranch p_le_send_att_read_response ,user 
+0219 20202d46 branch le_send_att_read_response_error_insufficient_auth 
 
 p_le_parse_att_write_request:
-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 
+021a 18c22200 copy contr ,rega 
+021b 6fe14335 fetch 2 ,mem_le_l2cap_size 
+021c 1fe0a5fd add pdata ,-3 ,regb 
+021d 20402929 call le_writeatt_cb 
+021e 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+021f c07fadac beq 0xff ,le_send_att_write_response_check_auth 
+0220 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
+0221 203a2dac branch le_send_att_write_response_check_auth ,blank 
+0222 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+0223 c280adac bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0224 5800001a setarg 0x001a 
+0225 68494398 fetcht 2 ,mem_le_att_handle 
+0226 98467c00 isub temp ,null 
+0227 2422adac nbranch le_send_att_write_response_check_auth ,zero 
+0228 20202d46 branch le_send_att_read_response_error_insufficient_auth 
 
 p_mouse_le:
-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 6fe0cc05 fetch 1 ,mem_le_check_retransmit_flag 
-01f7 207a0000 rtn blank 
-01f8 6fe0cc07 fetch 1 ,mem_le_check_retransmit_discon_flag 
-01f9 247a0000 nrtn blank 
+0229 20402a28 call le_fifo_check_nearly_full 
+022a 247a0000 nrtn blank 
+022b 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+022c c07f8234 beq 0xff ,p_mouse_le_next 
+022d 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+022e 1fe17e03 and pdata ,0x03 ,pdata 
+022f c1818000 rtnne 0x03 
+0230 6fe0cc06 fetch 1 ,mem_le_check_retransmit_flag 
+0231 207a0000 rtn blank 
+0232 6fe0cc08 fetch 1 ,mem_le_check_retransmit_discon_flag 
+0233 247a0000 nrtn blank 
 
 p_mouse_le_next:
-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 204004cb call p_mouse_data_xy_release 
-0206 20205b37 branch mouse_le_next + 12 
+0234 6fe0c956 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0235 205a5a71 call mouse_clear_sensor_data_by_reset ,blank 
+0236 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0237 c280db5b bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0238 c2805b5b bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0239 c282db5b bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+023a c2835b5b bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+023b 20405601 call mouse_motion 
+023c 20405ab2 call mouse_check_125hz 
+023d 24740000 nrtn user 
+023e 20405abc call mouse_current_mult_update 
+023f 204004fe call p_mouse_data_xy_release 
+0240 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 
+0241 18467cff sub temp ,ui_button_gpio_disable ,null 
+0242 20628000 rtn zero 
+0243 d9000004 arg 4 ,debug 
+0244 284ffe07 isolate1 gpio_active_bit ,temp 
+0245 2020eebd branch gpio_set_wake_high ,true 
+0246 d9000003 arg 3 ,debug 
+0247 20206ebd branch gpio_set_wake_high 
+
+p_gpio_set_wake_by_current_state:
+0248 18467cff sub temp ,gpio_disable ,null 
+0249 20628000 rtn zero 
+024a 20406ee6 call gpio_get_bit 
+024b 2020824e branch p_gpio_set_qdec_mode ,true 
+
+p_gpio_set_low_wake:
+024c d9000003 arg 3 ,debug 
+024d 20206ebd branch gpio_set_wake_high 
+
+p_gpio_set_qdec_mode:
+024e 704b2a01 jam 1 ,mem_mouse_qdec_set_flag 
+
+p_mouse_qdec_lpm_cfg:
+024f d9000006 arg 6 ,debug 
+0250 20206ebd branch gpio_set_wake_high 
+
+p_mouse_puchk_disable:
+0251 58000010 setarg 0x10 
+
+p_mouse_puchk_set:
+0252 67f08141 store 1 ,core_puwakeup 
+0253 202023e2 branch lpm_write_wait 
+
+p_mouse_lpm_before_common:
+0254 204004d9 call p_clear_wake 
+0255 704b2a00 jam 0 ,mem_mouse_qdec_set_flag 
+0256 6848c654 fetcht 1 ,mem_matrix_public_gpio 
+0257 20406ef7 call gpio_out_active 
+0258 6848c654 fetcht 1 ,mem_matrix_public_gpio 
+0259 20406ed3 call gpio_clr_wake 
+025a 2040550d call mouse_lpm_before_common + 1 
+025b 204054f9 call mouse_gpio_pd_idle 
+
+p_mouse_wheel_set_impedance:
+025c 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
+025d 20406f0f call gpio_set_high_impedance 
+025e 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
+025f 20206f0f branch gpio_set_high_impedance 
 
 p_lpm_sleep:
-020e 6fe143e9 fetch 2 ,mem_cb_before_lpm_sleep 
-020f 20407d79 call callback_func 
 
 p_lpm_sleep_skip_cb_function:
-0210 6fe240ad fetch 4 ,mem_sleep_counter_all 
-0211 9840fe00 iadd temp ,pdata 
-0212 67e240ad store 4 ,mem_sleep_counter_all 
-0213 20400215 call p_lpm_save_context 
-0214 20202425 branch lpm_sleep_skip_cb_function + 4 
+0260 6fe240ad fetch 4 ,mem_sleep_counter_all 
+0261 9840fe00 iadd temp ,pdata 
+0262 67e240ad store 4 ,mem_sleep_counter_all 
+0263 20400271 call p_lpm_save_context 
+0264 2040026d call p_mouse_puchk_set_check 
+0265 6fe0c0cb fetch 1 ,mem_lpm_hv_sel 
+0266 79207e04 set1 lpm_doze_en_bit ,pdata 
+0267 204023e1 call lpm_write_sel_hv 
+0268 2455a3cb ncall lpm_preon_counter ,wake 
+0269 37d98200 until null ,lpo_edge 
+026a 1b227e00 copy clkn ,pdata 
+026b 67e340b1 store 6 ,mem_sleep_clkn 
+026c 2020242b branch lpm_sleep_skip_cb_function + 10 
+
+p_mouse_puchk_set_check:
+026d 6fe0cb2a fetch 1 ,mem_mouse_qdec_set_flag 
+026e 203a0251 branch p_mouse_puchk_disable ,blank 
+
+p_mouse_puchk_enable:
+026f 58000080 setarg 0x80 
+0270 20200252 branch p_mouse_puchk_set 
 
 p_lpm_save_context:
-0215 600440e7 storer mark ,8 ,mem_saved_mark 
-0216 d8c08070 arg core_gpio_conf ,contr 
-0217 d8a040cc arg mem_saved_gpio ,contw 
-0218 20407c8f call memcpy16 
-0219 d8c080d4 arg core_gpio_conf_hi ,contr 
-021a 20407c89 call memcpy8 
-021b 6ff08080 fetch 1 ,core_spid_ctrl 
-021c 67e0c0ef store 1 ,mem_saved_spidctrl 
-021d 18422400 copy temp ,regb 
+0271 600440e7 storer mark ,8 ,mem_saved_mark 
+0272 d8c08070 arg core_gpio_conf ,contr 
+0273 d8a040cc arg mem_saved_gpio ,contw 
+0274 20407c8f call memcpy16 
+0275 d8c080d4 arg core_gpio_conf_hi ,contr 
+0276 20407c89 call memcpy8 
+0277 6ff08080 fetch 1 ,core_spid_ctrl 
+0278 67e0c0ef store 1 ,mem_saved_spidctrl 
+0279 18422400 copy temp ,regb 
 
 p_lpm_write_gpio_wakeup:
-021e df20000c arg 12 ,loopcnt 
-021f da200016 arg mem_gpio_wakeup_cfg ,rega 
-0220 da60814d arg core_gpio_wakeup_cfg ,regc 
-0221 37d98200 until null ,lpo_edge 
+027a df20000c arg 12 ,loopcnt 
+027b da200016 arg mem_gpio_wakeup_cfg ,rega 
+027c da60814d arg core_gpio_wakeup_cfg ,regc 
+027d 37d98200 until null ,lpo_edge 
 
 p_lpm_write_gpio_loop:
-0222 efe08011 ifetch 1 ,rega 
-0223 e8408013 ifetcht 1 ,regc 
-0224 98467c00 isub temp ,null 
-0225 20228228 branch p_lpm_write_gpio_loop_next ,zero 
-0226 e7e08013 istore 1 ,regc 
-0227 37d98200 until null ,lpo_edge 
+027e efe08011 ifetch 1 ,rega 
+027f e8408013 ifetcht 1 ,regc 
+0280 98467c00 isub temp ,null 
+0281 20228284 branch p_lpm_write_gpio_loop_next ,zero 
+0282 e7e08013 istore 1 ,regc 
+0283 37d98200 until null ,lpo_edge 
 
 p_lpm_write_gpio_loop_next:
-0228 1a20a201 increase 1 ,rega 
-0229 1a60a601 increase 1 ,regc 
-022a c2000222 loop p_lpm_write_gpio_loop 
-022b 1a420400 copy regb ,temp 
-022c 20600000 rtn 
+0284 1a20a201 increase 1 ,rega 
+0285 1a60a601 increase 1 ,regc 
+0286 c200027e loop p_lpm_write_gpio_loop 
+0287 1a420400 copy regb ,temp 
+0288 20600000 rtn 
 
 p_otp_read_data:
-022d 20406b3a call enable_otp_read 
-022e 20406b75 call otp_read_data + 1 
-022f 20206b38 branch otp_disable_chgpump 
+0289 20406b3a call enable_otp_read 
+028a 20406b75 call otp_read_data + 1 
+028b 20206b38 branch otp_disable_chgpump 
 
 p_g24_reconn_dispatch:
-0230 6fe145e0 fetch 2 ,mem_24g_reconn_count 
-0231 d84001f8 arg 0x01f8 ,temp 
-0232 98417e00 iand temp ,pdata 
-0233 203a0238 branch p_g24_reconn_dispatch_next ,blank 
-0234 6fe145e0 fetch 2 ,mem_24g_reconn_count 
-0235 1fe0fe01 increase 1 ,pdata 
-0236 67e145e0 store 2 ,mem_24g_reconn_count 
-0237 20600000 rtn 
+028c 6fe145e0 fetch 2 ,mem_24g_reconn_count 
+028d d84001f8 arg 0x01f8 ,temp 
+028e 98417e00 iand temp ,pdata 
+028f 203a0291 branch p_g24_reconn_dispatch_next ,blank 
+0290 20203561 branch g24_reconn_dispatch + 5 
 
 p_g24_reconn_dispatch_next:
-0238 2040357f call g24_reconn_data_prep 
-0239 20403651 call g24_transmit_receive_ack 
-023a 242c3586 nbranch g24_reconn_device_fail ,sync 
-023b 2437b586 nbranch g24_reconn_device_fail ,user3 
-023c 2040366e call g24_ackpayload_parse 
-023d 6fe0c57d fetch 1 ,mem_24g_rxdata_length 
-023e 203a0247 branch p_recv_addr_zero_skip ,blank 
+0291 2040357f call g24_reconn_data_prep 
+0292 20403651 call g24_transmit_receive_ack 
+0293 242c3586 nbranch g24_reconn_device_fail ,sync 
+0294 2437b586 nbranch g24_reconn_device_fail ,user3 
+0295 2040366e call g24_ackpayload_parse 
+0296 6fe0c57d fetch 1 ,mem_24g_rxdata_length 
+0297 203a02b1 branch p_recv_addr_zero_skip ,blank 
 
 p_g24_reconn_dispatch_next_2:
-023f 6fe245cc fetch 4 ,mem_24g_pair_addr 
-0240 684a458f fetcht 4 ,mem_24g_addr 
-0241 98467c00 isub temp ,null 
-0242 20228244 branch p_g24_reconn_mode_judge ,zero 
-0243 2020356e branch g24_reconn_dispatch_next + 9 
+0298 6fe245cc fetch 4 ,mem_24g_pair_addr 
+0299 684a458f fetcht 4 ,mem_24g_addr 
+029a 98467c00 isub temp ,null 
+029b 2022829d branch p_g24_reconn_mode_judge ,zero 
+029c 2020356e branch g24_reconn_dispatch_next + 9 
 
 p_g24_reconn_mode_judge:
-0244 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0245 c2983291 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
-0246 20203549 branch g24_reconn_receiver_addr 
-
-p_recv_addr_zero_skip:
-0247 6fe2455f fetch 4 ,mem_24g_rxpayload + 2 
-0248 207a0000 rtn blank 
-0249 2020023f branch p_g24_reconn_dispatch_next_2 
+029d 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+029e c298604e bbit1 mouse_enable_auto_24g_paring ,mouse_24g_pair_mode_check 
+029f 20203549 branch g24_reconn_receiver_addr 
+
+p_g24_reconn_device_fail:
+02a0 6fe0c5e3 fetch 1 ,mem_24g_fast_conn_enable 
+02a1 203a3222 branch g24_ch ,blank 
+02a2 6fe145e0 fetch 2 ,mem_24g_reconn_count 
+02a3 1fe0fe01 increase 1 ,pdata 
+02a4 67e145e0 store 2 ,mem_24g_reconn_count 
+02a5 2feffe09 isolate1 9 ,pdata 
+02a6 6fe0c5e2 fetch 1 ,mem_24g_reconn_type 
+02a7 c00282a9 beq pair_and_receiver ,p_g24_reconn_pair_and_receiver 
+02a8 2020358d branch g24_reconn_device_fail + 7 
+
+p_g24_reconn_pair_and_receiver:
+02a9 2020b549 branch g24_reconn_receiver_addr ,true 
+02aa 2020329c branch g24_pair_init_param 
 
 p_mouse_param_init:
-024a 2040543b call mouse_param_common_init 
-024b 2040024d call p_mouse_le_buff_modify 
-024c 2020544c branch mouse_param_init + 2 
-
-p_mouse_le_buff_modify:
-024d 58004a29 setarg mem_le_tx_buffer0_omemalloc_new 
-024e 67e1433f store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-024f 58000020 setarg mouse_ble_l2cap_txbuff_size_new 
-0250 67e14341 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0251 20600000 rtn 
+02ab 2040543b call mouse_param_common_init 
+02ac 58004a29 setarg mem_le_tx_buffer0_omemalloc_new 
+02ad 67e1433f store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+02ae 58000020 setarg mouse_ble_l2cap_txbuff_size_new 
+02af 67e14341 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+02b0 2020544c branch mouse_param_init + 2 
+
+p_recv_addr_zero_skip:
+02b1 6fe245e4 fetch 4 ,mem_24g_fast_conn_addr 
+02b2 684a458f fetcht 4 ,mem_24g_addr 
+02b3 98467c00 isub temp ,null 
+02b4 20228298 branch p_g24_reconn_dispatch_next_2 ,zero 
+02b5 6fe2455f fetch 4 ,mem_24g_rxpayload + 2 
+02b6 207a0000 rtn blank 
+02b7 20200298 branch p_g24_reconn_dispatch_next_2 
 
 p_power_ctrl_start:
-0252 6fe0c437 fetch 1 ,mem_power_ctrl_disable 
-0253 247a0000 nrtn blank 
-0254 6fe144e9 fetch 2 ,mem_ui_state_map 
-0255 c3858000 rtnbit1 ui_state_ble_adv 
-0256 6a2145f0 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
-0257 204035b4 call rssi_average 
-0258 6048c624 storet 1 ,mem_rssi_avg_received 
-0259 6fe0c629 fetch 1 ,mem_rssi_dis_max_24g 
-025a c513025c bmark1 mark_24g ,p_power_ctrl_start_next 
-025b 6fe0c62c fetch 1 ,mem_rssi_dis_max_ble 
+02b8 6fe0c437 fetch 1 ,mem_power_ctrl_disable 
+02b9 247a0000 nrtn blank 
+02ba 6fe144e9 fetch 2 ,mem_ui_state_map 
+02bb c3858000 rtnbit1 ui_state_ble_adv 
+02bc 6a2145f0 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+02bd 204035b4 call rssi_average 
+02be 6048c624 storet 1 ,mem_rssi_avg_received 
+02bf 6fe0c629 fetch 1 ,mem_rssi_dis_max_24g 
+02c0 c51302c2 bmark1 mark_24g ,p_power_ctrl_start_next 
+02c1 6fe0c62c fetch 1 ,mem_rssi_dis_max_ble 
 
 p_power_ctrl_start_next:
-025c 98467c00 isub temp ,null 
-025d 24210276 nbranch p_power_ctrl_txpower_incrs_force ,positive 
-025e 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-025f 1fe67c02 sub pdata ,2 ,null 
-0260 24210264 nbranch p_power_ctrl_txpower_decrs_check ,positive 
-0261 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0262 c0000277 beq 0 ,p_power_ctrl_txpower_incrs 
-0263 20600000 rtn 
+02c2 98467c00 isub temp ,null 
+02c3 242102dc nbranch p_power_ctrl_txpower_incrs_force ,positive 
+02c4 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+02c5 1fe67c02 sub pdata ,2 ,null 
+02c6 242102ca nbranch p_power_ctrl_txpower_decrs_check ,positive 
+02c7 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+02c8 c00002dd beq 0 ,p_power_ctrl_txpower_incrs 
+02c9 20600000 rtn 
 
 p_power_ctrl_txpower_decrs_check:
-0264 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0265 6848c627 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
-0266 98467c00 isub temp ,null 
-0267 24628000 nrtn zero 
-0268 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+02ca 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+02cb 6848c627 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+02cc 98467c00 isub temp ,null 
+02cd 24628000 nrtn zero 
+02ce 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 p_power_ctrl_txpower_decrs:
-0269 6848c624 fetcht 1 ,mem_rssi_avg_received 
-026a 6fe0c628 fetch 1 ,mem_rssi_dis_min_24g 
-026b c513026d bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
-026c 6fe0c62b fetch 1 ,mem_rssi_dis_min_ble 
+02cf 6848c624 fetcht 1 ,mem_rssi_avg_received 
+02d0 6fe0c628 fetch 1 ,mem_rssi_dis_min_24g 
+02d1 c51302d3 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
+02d2 6fe0c62b fetch 1 ,mem_rssi_dis_min_ble 
 
 p_power_ctrl_txpower_decrs_next:
-026d 98467c00 isub temp ,null 
-026e 24610000 nrtn positive 
-026f 6fe0c625 fetch 1 ,mem_power_ctrl_level 
-0270 c0003715 beq 0 ,power_ctrl_decrs_level0 
-0271 1fe0ffff increase -1 ,pdata 
-0272 67e0c625 store 1 ,mem_power_ctrl_level 
-0273 c001027f beq 2 ,p_power_ctrl_decrs_level2 
-0274 c000b70b beq 1 ,power_ctrl_decrs_level1 
-0275 20203715 branch power_ctrl_decrs_level0 
+02d3 98467c00 isub temp ,null 
+02d4 24610000 nrtn positive 
+02d5 6fe0c625 fetch 1 ,mem_power_ctrl_level 
+02d6 c0003715 beq 0 ,power_ctrl_decrs_level0 
+02d7 1fe0ffff increase -1 ,pdata 
+02d8 67e0c625 store 1 ,mem_power_ctrl_level 
+02d9 c00102e5 beq 2 ,p_power_ctrl_decrs_level2 
+02da c000b70b beq 1 ,power_ctrl_decrs_level1 
+02db 20203715 branch power_ctrl_decrs_level0 
 
 p_power_ctrl_txpower_incrs_force:
-0276 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+02dc 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 p_power_ctrl_txpower_incrs:
-0277 6fe0c625 fetch 1 ,mem_power_ctrl_level 
-0278 c001827d beq 3 ,p_power_ctrl_incrs_level3 
-0279 1fe0fe01 increase 1 ,pdata 
-027a 67e0c625 store 1 ,mem_power_ctrl_level 
-027b c000b70b beq 1 ,power_ctrl_incrs_level1 
-027c c001027f beq 2 ,p_power_ctrl_incrs_level2 
+02dd 6fe0c625 fetch 1 ,mem_power_ctrl_level 
+02de c00182e3 beq 3 ,p_power_ctrl_incrs_level3 
+02df 1fe0fe01 increase 1 ,pdata 
+02e0 67e0c625 store 1 ,mem_power_ctrl_level 
+02e1 c000b70b beq 1 ,power_ctrl_incrs_level1 
+02e2 c00102e5 beq 2 ,p_power_ctrl_incrs_level2 
 
 p_power_ctrl_incrs_level3:
-027d 70414105 jam tx_power_5db ,mem_tx_power 
-027e 20600000 rtn 
+02e3 70414105 jam tx_power_5db ,mem_tx_power 
+02e4 20600000 rtn 
 
 p_power_ctrl_decrs_level2:
 
 p_power_ctrl_incrs_level2:
-027f 70414103 jam tx_power_3db ,mem_tx_power 
-0280 20600000 rtn 
+02e5 70414103 jam tx_power_3db ,mem_tx_power 
+02e6 20600000 rtn 
 
 p_mouse_cb_fuction:
-0281 58006235 setarg mouse_24g_short_sleep 
-0282 67e145f8 store 2 ,mem_cb_24g_transmit_short_sleep 
-0283 5800622b setarg mouse_24g_long_sleep 
-0284 67e145fa store 2 ,mem_cb_24g_transmit_long_sleep 
-0285 580002a8 setarg p_mouse_24g_before_lpm_sleep 
-0286 67e143e9 store 2 ,mem_cb_before_lpm_sleep 
-0287 202053f3 branch mouse_cb_fuction + 7 
-
-p_gpio_set_wake_by_current_state:
-0288 18467cff sub temp ,gpio_disable ,null 
-0289 20628000 rtn zero 
-028a 6048cb29 storet 1 ,mem_mouse_wheel_temp_gpio 
-028b 20406ee6 call gpio_get_bit 
-028c 2020828e branch p_gpio_set_qdec_mode ,true 
-028d 20200293 branch p_gpio_set_low_wake_disable_qdec 
-
-p_gpio_set_qdec_mode:
-028e 2040029c call p_mouse_qdec_disable 
-028f 20400297 call p_mouse_qdec_lpm_cfg 
-0290 204002a0 call p_mouse_qdec_enable 
-0291 6848cb29 fetcht 1 ,mem_mouse_wheel_temp_gpio 
-0292 20206f0f branch gpio_set_high_impedance 
-
-p_gpio_set_low_wake_disable_qdec:
-0293 6848cb29 fetcht 1 ,mem_mouse_wheel_temp_gpio 
-0294 20406f0f call gpio_set_high_impedance 
-0295 2040029a call p_gpio_set_low_wake 
-0296 2020029c branch p_mouse_qdec_disable 
-
-p_mouse_qdec_lpm_cfg:
-0297 d9000006 arg 6 ,debug 
-
-p_gpio_wake_cfg_set:
-0298 20406ebd call gpio_set_wake_high 
-0299 2020021e branch p_lpm_write_gpio_wakeup 
-
-p_gpio_set_low_wake:
-029a d9000003 arg 3 ,debug 
-029b 20200298 branch p_gpio_wake_cfg_set 
-
-p_mouse_qdec_disable:
-029c 58000010 setarg 0x10 
-029d 67f08141 store 1 ,core_puwakeup 
-
-p_mouse_lpo_wait:
-029e 37d98200 until null ,lpo_edge 
-029f 20600000 rtn 
-
-p_mouse_qdec_enable:
-02a0 58000080 setarg 0x80 
-02a1 67f08141 store 1 ,core_puwakeup 
-02a2 37d98200 until null ,lpo_edge 
-02a3 37d98200 until null ,lpo_edge 
-02a4 2020029e branch p_mouse_lpo_wait 
+02e7 58006235 setarg mouse_24g_short_sleep 
+02e8 67e145f8 store 2 ,mem_cb_24g_transmit_short_sleep 
+02e9 5800622b setarg mouse_24g_long_sleep 
+02ea 67e145fa store 2 ,mem_cb_24g_transmit_long_sleep 
+02eb 202053f3 branch mouse_cb_fuction + 7 
 
 p_soft_reset:
-02a5 20800000 clear_stack 
-02a6 2055e004 call mouse_wheel_gpio_init ,wake 
-02a7 20202003 branch soft_reset + 2 
-
-p_mouse_24g_before_lpm_sleep:
-02a8 20600000 rtn 
+02ec 2435a002 nbranch soft_reset + 1 ,wake 
+02ed 37d98200 until null ,lpo_edge 
+02ee 37d98200 until null ,lpo_edge 
+02ef 20800000 clear_stack 
+02f0 70808073 jam 0x73 ,core_spid_ctrl 
+02f1 205582f3 call p_mouse_wheel_init_set ,wake 
+02f2 20202003 branch soft_reset + 2 
+
+p_mouse_wheel_init_set:
+02f3 20400251 call p_mouse_puchk_disable 
+02f4 204058df call mouse_matrix_public_gpio_reset 
+02f5 20206004 branch mouse_wheel_gpio_init 
+
+p_mouse_default_init:
+02f6 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02f7 2feffe16 isolate1 mouse_enable_keyboard ,pdata 
+02f8 2040df08 call mouse_customer_key_enable ,true 
+02f9 2020542c branch mouse_default_parm_init 
 
 p_mouse_load_device_info_check:
-02a9 2040045b call p_mouse_store_normal_tx_power 
-02aa 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02ab c289dd60 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-02ac c2895d6e bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-02ad c28a02af bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
-02ae 20600000 rtn 
+02fa 204004ae call p_mouse_store_normal_tx_power 
+02fb 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02fc c289dd60 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+02fd c2895d6e bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+02fe c28a0300 bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
+02ff 20600000 rtn 
 
 p_mouse_load_otp_info_check:
-02af 204002ba call p_mouse_device_flag_temp_store 
-02b0 20405e43 call mouse_read_otp_dpi 
-02b1 20405db4 call mouse_read_otp_device_flag 
-02b2 204002ce call p_mouse_device_flag_check 
-02b3 204002b7 call p_mouse_select_device_by_switch_check 
-02b4 204002bd call p_mouse_read_otp_device_info 
-02b5 204002d6 call p_mouse_read_otp_le_addr_increase_count_info 
-02b6 20205daa branch mouse_otp_load_app_initflag 
+0300 2040030b call p_mouse_device_flag_temp_store 
+0301 20405e43 call mouse_read_otp_dpi 
+0302 20405db4 call mouse_read_otp_device_flag 
+0303 2040031d call p_mouse_device_flag_check 
+0304 20400308 call p_mouse_select_device_by_switch_check 
+0305 2040030e call p_mouse_read_otp_device_info 
+0306 20400325 call p_mouse_read_otp_le_addr_increase_count_info 
+0307 20205daa branch mouse_otp_load_app_initflag 
 
 p_mouse_select_device_by_switch_check:
-02b7 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02b8 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-02b9 204004d6 call p_mouse_check_select_device_by_switch 
+0308 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0309 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+030a 20400509 call p_mouse_check_select_device_by_switch 
 
 p_mouse_device_flag_temp_store:
-02ba 6fe0c666 fetch 1 ,mem_device_flag 
-02bb 67e0ca06 store 1 ,mem_mouse_device_flag_temp 
-02bc 20600000 rtn 
+030b 6fe0c666 fetch 1 ,mem_device_flag 
+030c 67e0ca06 store 1 ,mem_mouse_device_flag_temp 
+030d 20600000 rtn 
 
 p_mouse_read_otp_device_info:
-02bd 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02be c29f5dd1 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_read_otp_le_device1 
-02bf 20205dcc branch mouse_read_otp_device_info 
+030e 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+030f 2feffe3e isolate1 mouse_enable_24g_first_auto_pairing ,pdata 
+0310 2040ddd1 call mouse_read_otp_le_device1 ,true 
+0311 20205dcc branch mouse_read_otp_device_info 
 
 p_mouse_app_initflag_check:
-02c0 6fe1468e fetch 2 ,mem_store_flag 
-02c1 d840aa55 arg eeprom_init_flag ,temp 
-02c2 98467c00 isub temp ,null 
-02c3 20228343 branch p_mouse_load_device_info ,zero 
-02c4 6049468e storet 2 ,mem_store_flag 
-02c5 20405c9c call mouse_ble_init_address 
-02c6 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
-02c7 67e0c666 store 1 ,mem_device_flag 
-02c8 20405c8c call mouse_load_default_dpi 
-02c9 58001122 setarg 0x1122 
-02ca 67e14695 store 2 ,mem_random_addr_increase_count 
+0312 6fe1468e fetch 2 ,mem_store_flag 
+0313 d840aa55 arg eeprom_init_flag ,temp 
+0314 98467c00 isub temp ,null 
+0315 20228391 branch p_mouse_load_device_info ,zero 
+0316 6049468e storet 2 ,mem_store_flag 
+0317 20405c9c call mouse_ble_init_address 
+0318 20405c8c call mouse_load_default_dpi 
+0319 58001122 setarg 0x1122 
+031a 67e14695 store 2 ,mem_random_addr_increase_count 
 
 p_mouse_device_flag_temp_load:
-02cb 6fe0ca06 fetch 1 ,mem_mouse_device_flag_temp 
-02cc 67e0c666 store 1 ,mem_device_flag 
-02cd 20600000 rtn 
+031b 6fe0ca06 fetch 1 ,mem_mouse_device_flag_temp 
+031c 20205dca branch mouse_device_flag_load_end 
 
 p_mouse_device_flag_check:
-02ce 6fe0c666 fetch 1 ,mem_device_flag 
-02cf 1fe67c00 sub pdata ,0 ,null 
-02d0 202282cb branch p_mouse_device_flag_temp_load ,zero 
-02d1 1fe67c04 sub pdata ,4 ,null 
-02d2 202282d4 branch p_mouse_24g_init ,zero 
-02d3 20610000 rtn positive 
+031d 6fe0c666 fetch 1 ,mem_device_flag 
+031e 1fe67c00 sub pdata ,0 ,null 
+031f 2022831b branch p_mouse_device_flag_temp_load ,zero 
+0320 1fe67c04 sub pdata ,4 ,null 
+0321 20228323 branch p_mouse_24g_init ,zero 
+0322 20610000 rtn positive 
 
 p_mouse_24g_init:
-02d4 70466600 jam mode_24g_device ,mem_device_flag 
-02d5 20600000 rtn 
+0323 70466600 jam mode_24g_device ,mem_device_flag 
+0324 20600000 rtn 
 
 p_mouse_read_otp_le_addr_increase_count_info:
-02d6 6fe0c666 fetch 1 ,mem_device_flag 
-02d7 c1000000 rtneq mode_24g_device 
-02d8 6a4149fe fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-02d9 1a422600 copy regb ,regc 
+0325 6fe0c666 fetch 1 ,mem_device_flag 
+0326 c1000000 rtneq mode_24g_device 
+0327 6a4149fe fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0328 1a422600 copy regb ,regc 
 
 p_mouse_read_otp_le_addr_increase_count_loop:
-02da 20405e3d call mouse_read_otp_le_addr_increase_count_common 
-02db 6fe149e0 fetch 2 ,mem_random_addr_increase_count_temp 
-02dc 203a02e4 branch p_mouse_le_addr_increase_count_load ,blank 
-02dd 67e149de store 2 ,mem_random_addr_increase_count_last 
-02de 1a60a602 increase 2 ,regc 
-02df 6fe14a00 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-02e0 9a667c00 isub regc ,null 
-02e1 242102e4 nbranch p_mouse_le_addr_increase_count_load ,positive 
-02e2 1a622400 copy regc ,regb 
-02e3 202002da branch p_mouse_read_otp_le_addr_increase_count_loop 
+0329 20405e3d call mouse_read_otp_le_addr_increase_count_common 
+032a 6fe149e0 fetch 2 ,mem_random_addr_increase_count_temp 
+032b 203a0333 branch p_mouse_le_addr_increase_count_load ,blank 
+032c 67e149de store 2 ,mem_random_addr_increase_count_last 
+032d 1a60a602 increase 2 ,regc 
+032e 6fe14a00 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+032f 9a667c00 isub regc ,null 
+0330 24210333 nbranch p_mouse_le_addr_increase_count_load ,positive 
+0331 1a622400 copy regc ,regb 
+0332 20200329 branch p_mouse_read_otp_le_addr_increase_count_loop 
 
 p_mouse_le_addr_increase_count_load:
-02e4 6fe149de fetch 2 ,mem_random_addr_increase_count_last 
-02e5 67e14695 store 2 ,mem_random_addr_increase_count 
-02e6 20600000 rtn 
+0333 6fe149de fetch 2 ,mem_random_addr_increase_count_last 
+0334 20205e41 branch mouse_le_addr_increase_store 
 
 p_mouse_store_device_info:
-02e7 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02e8 c289dcb1 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-02e9 c2895cb9 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-02ea c28a02ec bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
-02eb 20600000 rtn 
+0335 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0336 c289dcb1 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0337 c2895cb9 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0338 c28a033a bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
+0339 20600000 rtn 
 
 p_mouse_store_otp_device_info:
-02ec 204002ef call p_mouse_write_otp_locall_addr 
-02ed 204002f4 call p_mouse_write_otp_device_flag 
-02ee 20205cc1 branch mouse_store_otp_device_info + 1 
+033a 2040033d call p_mouse_write_otp_locall_addr 
+033b 20400342 call p_mouse_write_otp_device_flag 
+033c 20205cc1 branch mouse_store_otp_device_info + 1 
 
 p_mouse_write_otp_locall_addr:
-02ef 6fe0c666 fetch 1 ,mem_device_flag 
-02f0 c1000000 rtneq mode_24g_device 
-02f1 c000831b beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
-02f2 c001032f beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
-02f3 20600000 rtn 
+033d 6fe0c666 fetch 1 ,mem_device_flag 
+033e c1000000 rtneq mode_24g_device 
+033f c0008369 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
+0340 c001037d beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
+0341 20600000 rtn 
 
 p_mouse_write_otp_device_flag:
-02f4 6a4149e2 fetchr regb ,2 ,mem_otp_offset_device_flag 
-02f5 1a422600 copy regb ,regc 
+0342 6a4149e2 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0343 1a422600 copy regb ,regc 
 
 p_mouse_write_otp_device_flag_loop:
-02f6 20405dc0 call mouse_read_otp_device_flag_common 
-02f7 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
-02f8 203a0300 branch p_mouse_device_flag_store ,blank 
-02f9 67e0c9a0 store 1 ,mem_device_flag_last 
-02fa 1a60a601 increase 1 ,regc 
-02fb 6fe149e4 fetch 2 ,mem_otp_offset_device_flag_end 
-02fc 9a667c00 isub regc ,null 
-02fd 24610000 nrtn positive 
-02fe 1a622400 copy regc ,regb 
-02ff 202002f6 branch p_mouse_write_otp_device_flag_loop 
+0344 20405dc0 call mouse_read_otp_device_flag_common 
+0345 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
+0346 203a034e branch p_mouse_device_flag_store ,blank 
+0347 67e0c9a0 store 1 ,mem_device_flag_last 
+0348 1a60a601 increase 1 ,regc 
+0349 6fe149e4 fetch 2 ,mem_otp_offset_device_flag_end 
+034a 9a667c00 isub regc ,null 
+034b 24610000 nrtn positive 
+034c 1a622400 copy regc ,regb 
+034d 20200344 branch p_mouse_write_otp_device_flag_loop 
 
 p_mouse_device_flag_store:
-0300 6fe0c9a0 fetch 1 ,mem_device_flag_last 
-0301 1fe17ef0 and pdata ,0xf0 ,pdata 
-0302 203a030a branch p_mouse_device_flag_store_check ,blank 
-0303 6fe0c666 fetch 1 ,mem_device_flag 
-0304 20400318 call p_mouse_device_flag_otp_store_judge 
-0305 67e0c9a2 store 1 ,mem_device_flag_value 
-
-p_mouse_devoce_flag_store_end:
-0306 df200001 arg 1 ,loopcnt 
-0307 1a622400 copy regc ,regb 
-0308 da2049a2 arg mem_device_flag_value ,rega 
-0309 20206b45 branch otp_write 
+034e 6fe0c9a0 fetch 1 ,mem_device_flag_last 
+034f 1fe17ef0 and pdata ,0xf0 ,pdata 
+0350 203a0358 branch p_mouse_device_flag_store_check ,blank 
+0351 6fe0c666 fetch 1 ,mem_device_flag 
+0352 20400366 call p_mouse_device_flag_otp_store_judge 
+0353 67e0c9a2 store 1 ,mem_device_flag_value 
+
+p_mouse_device_flag_store_end:
+0354 df200001 arg 1 ,loopcnt 
+0355 1a622400 copy regc ,regb 
+0356 da2049a2 arg mem_device_flag_value ,rega 
+0357 20206b45 branch otp_write 
 
 p_mouse_device_flag_store_check:
-030a 6848c9a0 fetcht 1 ,mem_device_flag_last 
-030b 6fe0c666 fetch 1 ,mem_device_flag 
-030c 20400318 call p_mouse_device_flag_otp_store_judge 
-030d 98467c00 isub temp ,null 
-030e 20628000 rtn zero 
-030f 1ff27e00 lshift4 pdata ,pdata 
-0310 9840fe00 iadd temp ,pdata 
-0311 67e0c9a2 store 1 ,mem_device_flag_value 
-0312 1a627e00 copy regc ,pdata 
-0313 684949e2 fetcht 2 ,mem_otp_offset_device_flag 
-0314 98467c00 isub temp ,null 
-0315 20228306 branch p_mouse_devoce_flag_store_end ,zero 
-0316 1a60a7ff increase -1 ,regc 
-0317 20200306 branch p_mouse_devoce_flag_store_end 
+0358 6848c9a0 fetcht 1 ,mem_device_flag_last 
+0359 6fe0c666 fetch 1 ,mem_device_flag 
+035a 20400366 call p_mouse_device_flag_otp_store_judge 
+035b 98467c00 isub temp ,null 
+035c 20628000 rtn zero 
+035d 1ff27e00 lshift4 pdata ,pdata 
+035e 9840fe00 iadd temp ,pdata 
+035f 67e0c9a2 store 1 ,mem_device_flag_value 
+0360 1a627e00 copy regc ,pdata 
+0361 684949e2 fetcht 2 ,mem_otp_offset_device_flag 
+0362 98467c00 isub temp ,null 
+0363 20228354 branch p_mouse_device_flag_store_end ,zero 
+0364 1a60a7ff increase -1 ,regc 
+0365 20200354 branch p_mouse_device_flag_store_end 
 
 p_mouse_device_flag_otp_store_judge:
-0318 c1800000 rtnne mode_24g_device 
-0319 1fe0fe04 increase 4 ,pdata 
-031a 20600000 rtn 
+0366 c1800000 rtnne mode_24g_device 
+0367 1fe0fe04 increase 4 ,pdata 
+0368 20600000 rtn 
 
 p_mouse_write_otp_le_locall_addr1:
-031b 6a4149ee fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
-031c 1a422600 copy regb ,regc 
+0369 6a4149ee fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
+036a 1a422600 copy regb ,regc 
 
 p_mouse_write_otp_le_locall_addr1_loop:
-031d 20405df3 call mouse_read_otp_le_locall_addr1_common 
-031e 6fe349b5 fetch 6 ,mem_mouse_le_locall_addr1_temp 
-031f 203a0327 branch p_mouse_le_local_addr1_store ,blank 
-0320 67e349af store 6 ,mem_mouse_le_locall_addr1_last 
-0321 1a60a606 increase 6 ,regc 
-0322 6fe149f0 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
-0323 9a667c00 isub regc ,null 
-0324 24610000 nrtn positive 
-0325 1a622400 copy regc ,regb 
-0326 2020031d branch p_mouse_write_otp_le_locall_addr1_loop 
+036b 20405df3 call mouse_read_otp_le_locall_addr1_common 
+036c 6fe349b5 fetch 6 ,mem_mouse_le_locall_addr1_temp 
+036d 203a0375 branch p_mouse_le_local_addr1_store ,blank 
+036e 67e349af store 6 ,mem_mouse_le_locall_addr1_last 
+036f 1a60a606 increase 6 ,regc 
+0370 6fe149f0 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
+0371 9a667c00 isub regc ,null 
+0372 24610000 nrtn positive 
+0373 1a622400 copy regc ,regb 
+0374 2020036b branch p_mouse_write_otp_le_locall_addr1_loop 
 
 p_mouse_le_local_addr1_store:
-0327 6fe349af fetch 6 ,mem_mouse_le_locall_addr1_last 
-0328 684b466e fetcht 6 ,mem_device1_locall_addr 
-0329 98467c00 isub temp ,null 
-032a 20628000 rtn zero 
-032b df200006 arg 6 ,loopcnt 
-032c da20466e arg mem_device1_locall_addr ,rega 
-032d 1a622400 copy regc ,regb 
-032e 20206b45 branch otp_write 
+0375 6fe349af fetch 6 ,mem_mouse_le_locall_addr1_last 
+0376 684b466e fetcht 6 ,mem_device1_locall_addr 
+0377 98467c00 isub temp ,null 
+0378 20628000 rtn zero 
+0379 df200006 arg 6 ,loopcnt 
+037a da20466e arg mem_device1_locall_addr ,rega 
+037b 1a622400 copy regc ,regb 
+037c 20206b45 branch otp_write 
 
 p_mouse_write_otp_le_locall_addr2:
-032f 6a4149f6 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
-0330 1a422600 copy regb ,regc 
+037d 6a4149f6 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
+037e 1a422600 copy regb ,regc 
 
 p_mouse_write_otp_le_locall_addr2_loop:
-0331 20405e17 call mouse_read_otp_le_locall_addr2_common 
-0332 6fe349cd fetch 6 ,mem_mouse_le_locall_addr2_temp 
-0333 203a033b branch p_mouse_le_local_addr2_store ,blank 
-0334 67e349c7 store 6 ,mem_mouse_le_locall_addr2_last 
-0335 1a60a606 increase 6 ,regc 
-0336 6fe149f8 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
-0337 9a667c00 isub regc ,null 
-0338 24610000 nrtn positive 
-0339 1a622400 copy regc ,regb 
-033a 20200331 branch p_mouse_write_otp_le_locall_addr2_loop 
+037f 20405e17 call mouse_read_otp_le_locall_addr2_common 
+0380 6fe349cd fetch 6 ,mem_mouse_le_locall_addr2_temp 
+0381 203a0389 branch p_mouse_le_local_addr2_store ,blank 
+0382 67e349c7 store 6 ,mem_mouse_le_locall_addr2_last 
+0383 1a60a606 increase 6 ,regc 
+0384 6fe149f8 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
+0385 9a667c00 isub regc ,null 
+0386 24610000 nrtn positive 
+0387 1a622400 copy regc ,regb 
+0388 2020037f branch p_mouse_write_otp_le_locall_addr2_loop 
 
 p_mouse_le_local_addr2_store:
-033b 6fe349c7 fetch 6 ,mem_mouse_le_locall_addr2_last 
-033c 684b467b fetcht 6 ,mem_device2_locall_addr 
-033d 98467c00 isub temp ,null 
-033e 20628000 rtn zero 
-033f df200006 arg 6 ,loopcnt 
-0340 da20467b arg mem_device2_locall_addr ,rega 
-0341 1a622400 copy regc ,regb 
-0342 20206b45 branch otp_write 
+0389 6fe349c7 fetch 6 ,mem_mouse_le_locall_addr2_last 
+038a 684b467b fetcht 6 ,mem_device2_locall_addr 
+038b 98467c00 isub temp ,null 
+038c 20628000 rtn zero 
+038d df200006 arg 6 ,loopcnt 
+038e da20467b arg mem_device2_locall_addr ,rega 
+038f 1a622400 copy regc ,regb 
+0390 20206b45 branch otp_write 
 
 p_mouse_load_device_info:
-0343 2040037c call p_mouse_le_locall_addr_init_check 
-0344 20400394 call p_mouse_select_reconn_device 
-0345 20400347 call p_mouse_otp_load_dpi 
-0346 20205c90 branch mouse_load_device_info + 1 
+0391 204003c8 call p_mouse_le_locall_addr_init_check 
+0392 204003e0 call p_mouse_select_reconn_device 
+0393 20400395 call p_mouse_otp_load_dpi 
+0394 20205c90 branch mouse_load_device_info + 1 
 
 p_mouse_otp_load_dpi:
-0347 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0348 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
-0349 6fe0c690 fetch 1 ,mem_mouse_dpi 
-034a c0005c94 beq 0 ,mouse_otp_load_dpi 
-034b c003034d beq 6 ,p_mouse_dpi_reinit 
-034c 20600000 rtn 
-
-p_mouse_dpi_reinit:
-034d 70469000 jam mouse_dpi_level1 ,mem_mouse_dpi 
-034e 20600000 rtn 
+0395 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0396 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
+0397 6fe0c690 fetch 1 ,mem_mouse_dpi 
+0398 c0005c94 beq 0 ,mouse_otp_load_dpi 
+0399 c0035742 beq 6 ,mouse_dpi_reinit_set 
+039a 20600000 rtn 
 
 p_mouse_store_dpi_info_check:
-034f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0350 c289dcb5 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0351 c28a0353 bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
-0352 20600000 rtn 
+039b 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+039c c289dcb5 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+039d c28a039f bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
+039e 20600000 rtn 
 
 p_mouse_store_otp_dpi:
-0353 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0354 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
-0355 6a4149fa fetchr regb ,2 ,mem_otp_offset_dpi 
-0356 1a422600 copy regb ,regc 
+039f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03a0 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
+03a1 6a4149fa fetchr regb ,2 ,mem_otp_offset_dpi 
+03a2 1a422600 copy regb ,regc 
 
 p_mouse_otp_store_dpi_loop:
-0357 20405e51 call mouse_read_otp_dpi_common 
-0358 6fe0c9d4 fetch 1 ,mem_mouse_dpi_temp 
-0359 203a0361 branch p_mouse_otp_dpi_store ,blank 
-035a 67e0c9d3 store 1 ,mem_mouse_dpi_last 
-035b 1a60a601 increase 1 ,regc 
-035c 6fe149fc fetch 2 ,mem_otp_offset_dpi_end 
-035d 9a667c00 isub regc ,null 
-035e 24610000 nrtn positive 
-035f 1a622400 copy regc ,regb 
-0360 20200357 branch p_mouse_otp_store_dpi_loop 
+03a3 20405e51 call mouse_read_otp_dpi_common 
+03a4 6fe0c9d4 fetch 1 ,mem_mouse_dpi_temp 
+03a5 203a03ad branch p_mouse_otp_dpi_store ,blank 
+03a6 67e0c9d3 store 1 ,mem_mouse_dpi_last 
+03a7 1a60a601 increase 1 ,regc 
+03a8 6fe149fc fetch 2 ,mem_otp_offset_dpi_end 
+03a9 9a667c00 isub regc ,null 
+03aa 24610000 nrtn positive 
+03ab 1a622400 copy regc ,regb 
+03ac 202003a3 branch p_mouse_otp_store_dpi_loop 
 
 p_mouse_otp_dpi_store:
-0361 6fe0c9d3 fetch 1 ,mem_mouse_dpi_last 
-0362 1fe17ef0 and pdata ,0xf0 ,pdata 
-0363 203a036b branch p_mouse_dpi_store_last_check ,blank 
-0364 6fe0c690 fetch 1 ,mem_mouse_dpi 
-0365 20400379 call p_mouse_dpi_otp_store_judge 
-0366 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
+03ad 6fe0c9d3 fetch 1 ,mem_mouse_dpi_last 
+03ae 1fe17ef0 and pdata ,0xf0 ,pdata 
+03af 203a03b7 branch p_mouse_dpi_store_last_check ,blank 
+03b0 6fe0c690 fetch 1 ,mem_mouse_dpi 
+03b1 204003c5 call p_mouse_dpi_otp_store_judge 
+03b2 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
 
 p_mouse_dpi_store_end:
-0367 df200001 arg 1 ,loopcnt 
-0368 1a622400 copy regc ,regb 
-0369 da2049d5 arg mem_mouse_otp_dpi_value ,rega 
-036a 20206b45 branch otp_write 
+03b3 df200001 arg 1 ,loopcnt 
+03b4 1a622400 copy regc ,regb 
+03b5 da2049d5 arg mem_mouse_otp_dpi_value ,rega 
+03b6 20206b45 branch otp_write 
 
 p_mouse_dpi_store_last_check:
-036b 6848c9d3 fetcht 1 ,mem_mouse_dpi_last 
-036c 6fe0c690 fetch 1 ,mem_mouse_dpi 
-036d 20400379 call p_mouse_dpi_otp_store_judge 
-036e 98467c00 isub temp ,null 
-036f 20628000 rtn zero 
-0370 1ff27e00 lshift4 pdata ,pdata 
-0371 9840fe00 iadd temp ,pdata 
-0372 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
-0373 1a627e00 copy regc ,pdata 
-0374 684949fa fetcht 2 ,mem_otp_offset_dpi 
-0375 98467c00 isub temp ,null 
-0376 20228367 branch p_mouse_dpi_store_end ,zero 
-0377 1a60a7ff increase -1 ,regc 
-0378 20200367 branch p_mouse_dpi_store_end 
+03b7 6848c9d3 fetcht 1 ,mem_mouse_dpi_last 
+03b8 6fe0c690 fetch 1 ,mem_mouse_dpi 
+03b9 204003c5 call p_mouse_dpi_otp_store_judge 
+03ba 98467c00 isub temp ,null 
+03bb 20628000 rtn zero 
+03bc 1ff27e00 lshift4 pdata ,pdata 
+03bd 9840fe00 iadd temp ,pdata 
+03be 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
+03bf 1a627e00 copy regc ,pdata 
+03c0 684949fa fetcht 2 ,mem_otp_offset_dpi 
+03c1 98467c00 isub temp ,null 
+03c2 202283b3 branch p_mouse_dpi_store_end ,zero 
+03c3 1a60a7ff increase -1 ,regc 
+03c4 202003b3 branch p_mouse_dpi_store_end 
 
 p_mouse_dpi_otp_store_judge:
-0379 c1800000 rtnne mouse_dpi_level1 
-037a 1fe0fe06 increase 6 ,pdata 
-037b 20600000 rtn 
+03c5 c1800000 rtnne mouse_dpi_level1 
+03c6 1fe0fe06 increase 6 ,pdata 
+03c7 20600000 rtn 
 
 p_mouse_le_locall_addr_init_check:
-037c 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-037d c29f0383 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
-037e 6fe0c666 fetch 1 ,mem_device_flag 
-037f c1000000 rtneq mode_24g_device 
-0380 c0008383 beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
-0381 c001038a beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
-0382 20600000 rtn 
+03c8 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03c9 c29f03cf bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
+03ca 6fe0c666 fetch 1 ,mem_device_flag 
+03cb c1000000 rtneq mode_24g_device 
+03cc c00083cf beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
+03cd c00103d6 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
+03ce 20600000 rtn 
 
 p_mouse_le_addr1_init_check:
-0383 6fe3466e fetch 6 ,mem_device1_locall_addr 
-0384 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
-0385 98467c00 isub temp ,null 
-0386 24628000 nrtn zero 
-0387 6fe342db fetch 6 ,mem_le_lap 
-0388 67e3466e store 6 ,mem_device1_locall_addr 
-0389 20600000 rtn 
+03cf 6fe3466e fetch 6 ,mem_device1_locall_addr 
+03d0 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
+03d1 98467c00 isub temp ,null 
+03d2 24628000 nrtn zero 
+03d3 6fe342db fetch 6 ,mem_le_lap 
+03d4 67e3466e store 6 ,mem_device1_locall_addr 
+03d5 20600000 rtn 
 
 p_mouse_le_addr2_init_check:
-038a 6fe3466e fetch 6 ,mem_device1_locall_addr 
-038b 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
-038c 98467c00 isub temp ,null 
-038d 24628000 nrtn zero 
-038e 6fe342db fetch 6 ,mem_le_lap 
-038f 1fe0ff00 add pdata ,0x0100 ,pdata 
-0390 67e3466e store 6 ,mem_device1_locall_addr 
-0391 20600000 rtn 
+03d6 6fe3467b fetch 6 ,mem_device2_locall_addr 
+03d7 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
+03d8 98467c00 isub temp ,null 
+03d9 24628000 nrtn zero 
+03da 6fe342db fetch 6 ,mem_le_lap 
+03db 1fe0ff00 add pdata ,0x0100 ,pdata 
+03dc 67e3467b store 6 ,mem_device2_locall_addr 
+03dd 20600000 rtn 
 
 p_mouse_buletooth_fast_conn_end:
-0392 20400394 call p_mouse_select_reconn_device 
-0393 20205a9c branch mouse_buletooth_fast_conn_end + 2 
+03de 204003e0 call p_mouse_select_reconn_device 
+03df 20205a9c branch mouse_buletooth_fast_conn_end + 2 
 
 p_mouse_select_reconn_device:
-0394 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0395 c30a5c6f bbit0 mouse_enable_otp ,mouse_select_reconn_device 
-0396 c29f039c bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
+03e0 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03e1 c30a5c6f bbit0 mouse_enable_otp ,mouse_select_reconn_device 
+03e2 c29f03e8 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
 
 p_mouse_select_reconn_device_start:
-0397 6fe0c666 fetch 1 ,mem_device_flag 
-0398 c1000000 rtneq mode_24g_device 
-0399 c000839c beq mode_bt_device1 ,p_mouse_load_le_device1 
-039a c00103a1 beq mode_bt_device2 ,p_mouse_load_le_device2 
-039b 20600000 rtn 
+03e3 6fe0c666 fetch 1 ,mem_device_flag 
+03e4 c1000000 rtneq mode_24g_device 
+03e5 c00083e8 beq mode_bt_device1 ,p_mouse_load_le_device1 
+03e6 c00103ed beq mode_bt_device2 ,p_mouse_load_le_device2 
+03e7 20600000 rtn 
 
 p_mouse_load_le_device1:
-039c 6fe34668 fetch 6 ,mem_device1_addr 
-039d 67e34116 store 6 ,mem_hci_plap 
-039e 6fe3466e fetch 6 ,mem_device1_locall_addr 
-039f 67e342db store 6 ,mem_le_lap 
-03a0 20600000 rtn 
+03e8 6fe34668 fetch 6 ,mem_device1_addr 
+03e9 67e34116 store 6 ,mem_hci_plap 
+03ea 6fe3466e fetch 6 ,mem_device1_locall_addr 
+
+p_mouse_le_lap_store:
+03eb 67e342db store 6 ,mem_le_lap 
+03ec 20600000 rtn 
 
 p_mouse_load_le_device2:
-03a1 6fe34675 fetch 6 ,mem_device2_addr 
-03a2 67e34116 store 6 ,mem_hci_plap 
-03a3 6fe3467b fetch 6 ,mem_device2_locall_addr 
-03a4 67e342db store 6 ,mem_le_lap 
-03a5 20600000 rtn 
+03ed 6fe34675 fetch 6 ,mem_device2_addr 
+03ee 67e34116 store 6 ,mem_hci_plap 
+03ef 6fe3467b fetch 6 ,mem_device2_locall_addr 
+03f0 202003eb branch p_mouse_le_lap_store 
 
 p_mouse_store_remote_bdaddr:
-03a6 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-03a7 c4010000 rtnbit0 mouse_store_eeprom_flag 
-03a8 c30a5c43 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
-03a9 d8e00002 arg mouse_store_eeprom_flag ,queue 
-03aa 20405f04 call mouse_disable_function_flag 
-03ab 20405c4a call mouse_check_device_addr 
-03ac 204003ae call p_mouse_before_store_reconn_info 
-03ad 20205ca3 branch mouse_store_device_info_delay 
+03f1 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03f2 c4010000 rtnbit0 mouse_store_eeprom_flag 
+03f3 c30a5c43 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
+03f4 d8e00002 arg mouse_store_eeprom_flag ,queue 
+03f5 20405f04 call mouse_disable_function_flag 
+03f6 20405c4a call mouse_check_device_addr 
+03f7 204003f9 call p_mouse_before_store_reconn_info 
+03f8 20205ca3 branch mouse_store_device_info_delay 
 
 p_mouse_before_store_reconn_info:
-03ae 6fe0c666 fetch 1 ,mem_device_flag 
-03af c00083b2 beq mode_bt_device1 ,p_mouse_store_le_device1 
-03b0 c00103b7 beq mode_bt_device2 ,p_mouse_store_le_device2 
-03b1 20600000 rtn 
+03f9 6fe0c666 fetch 1 ,mem_device_flag 
+03fa c00083fd beq mode_bt_device1 ,p_mouse_store_le_device1 
+03fb c0010402 beq mode_bt_device2 ,p_mouse_store_le_device2 
+03fc 20600000 rtn 
 
 p_mouse_store_le_device1:
-03b2 6fe30178 fetch 6 ,mem_le_plap 
-03b3 67e34668 store 6 ,mem_device1_addr 
-03b4 6fe342db fetch 6 ,mem_le_lap 
-03b5 67e3466e store 6 ,mem_device1_locall_addr 
-03b6 20600000 rtn 
+03fd 6fe30178 fetch 6 ,mem_le_plap 
+03fe 67e34668 store 6 ,mem_device1_addr 
+03ff 6fe342db fetch 6 ,mem_le_lap 
+0400 67e3466e store 6 ,mem_device1_locall_addr 
+0401 20600000 rtn 
 
 p_mouse_store_le_device2:
-03b7 6fe30178 fetch 6 ,mem_le_plap 
-03b8 67e34675 store 6 ,mem_device2_addr 
-03b9 6fe342db fetch 6 ,mem_le_lap 
-03ba 67e3467b store 6 ,mem_device2_locall_addr 
-03bb 20600000 rtn 
+0402 6fe30178 fetch 6 ,mem_le_plap 
+0403 67e34675 store 6 ,mem_device2_addr 
+0404 6fe342db fetch 6 ,mem_le_lap 
+0405 67e3467b store 6 ,mem_device2_locall_addr 
+0406 20600000 rtn 
 
 p_mouse_bb_event_timer:
-03bc 204003d2 call p_mouse_le_send_conn_param_update_timer 
-03bd 2040614d call mouse_low_voltage_led_timer 
-03be 2040553d call mouse_adc_read 
-03bf 20406110 call mouse_logo_led_on_timer 
-03c0 204061b1 call mouse_led_multi_timer 
-03c1 2040611e call mouse_dpi_led_blink_delay_timer 
-03c2 2040328e call g24_pair_timeout_timer 
-03c3 20403531 call g24_reconn_timeout_timer 
-03c4 20405fdd call mouse_24g_long_sleep_param_update_timer 
-03c5 2040572c call mouse_dpi_key_check_long_press 
-03c6 20405b9b call mouse_bt_discovery_check 
-03c7 20405bab call mouse_commbination_key_process 
-03c8 20405bce call mouse_check_discovery_timeout_timer 
-03c9 20405bd3 call mouse_check_direct_timeout_timer 
-03ca 20405be1 call mouse_le_enable_att_list_timer 
-03cb 20405bee call mouse_le_battery_updata_timer 
-03cc 20405be4 call mouse_le_send_smp_security_request_timer 
-03cd 20405bfb call mouse_check_reconnect_delay_long_sleep 
-03ce 204003d5 call p_mouse_current_mult_update_timer 
-03cf 204056b6 call mouse_wheel_trigger_timer 
-03d0 20405c0e call mouse_store_information_delay_timer 
-03d1 20205c05 branch mouse_check_no_data_timeout_timer 
+0407 2040041d call p_mouse_le_send_conn_param_update_timer 
+0408 2040614d call mouse_low_voltage_led_timer 
+0409 2040553d call mouse_adc_read 
+040a 20406110 call mouse_logo_led_on_timer 
+040b 204061b1 call mouse_led_multi_timer 
+040c 2040611e call mouse_dpi_led_blink_delay_timer 
+040d 2040328e call g24_pair_timeout_timer 
+040e 20403531 call g24_reconn_timeout_timer 
+040f 20405fdd call mouse_24g_long_sleep_param_update_timer 
+0410 2040572c call mouse_dpi_key_check_long_press 
+0411 20405b9b call mouse_bt_discovery_check 
+0412 20405bab call mouse_commbination_key_process 
+0413 20405bce call mouse_check_discovery_timeout_timer 
+0414 20405bd3 call mouse_check_direct_timeout_timer 
+0415 20405be1 call mouse_le_enable_att_list_timer 
+0416 20405bee call mouse_le_battery_updata_timer 
+0417 20405be4 call mouse_le_send_smp_security_request_timer 
+0418 20405bfb call mouse_check_reconnect_delay_long_sleep 
+0419 20400420 call p_mouse_current_mult_update_timer 
+041a 204056b6 call mouse_wheel_trigger_timer 
+041b 20405c0e call mouse_store_information_delay_timer 
+041c 20205c05 branch mouse_check_no_data_timeout_timer 
 
 p_mouse_le_send_conn_param_update_timer:
-03d2 da604a05 arg mem_mouse_le_send_conn_param_update_timer ,regc 
-03d3 da405aef arg mouse_updata_le_param ,regb 
-03d4 202042e0 branch timer_single_step 
+041d da604a05 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+041e da405aef arg mouse_updata_le_param ,regb 
+041f 202042e0 branch timer_single_step 
 
 p_mouse_current_mult_update_timer:
-03d5 da60477e arg mem_mouse_current_mult_timer ,regc 
-03d6 da4003d8 arg p_mouse_current_mult_reinit ,regb 
-03d7 202042e0 branch timer_single_step 
+0420 da60477e arg mem_mouse_current_mult_timer ,regc 
+0421 da400423 arg p_mouse_current_mult_reinit ,regb 
+0422 202042e0 branch timer_single_step 
 
 p_mouse_current_mult_reinit:
-03d8 6fe0c96b fetch 1 ,mem_lpm_mult_init 
-03d9 67e0c0c0 store 1 ,mem_lpm_mult 
-03da 70477d03 jam 3 ,mem_mouse_long_mult_flag 
-03db 20600000 rtn 
+0423 6fe0c96b fetch 1 ,mem_lpm_mult_init 
+0424 67e0c0c0 store 1 ,mem_lpm_mult 
+0425 70477d03 jam 3 ,mem_mouse_long_mult_flag 
+0426 20600000 rtn 
 
 p_mouse_start_discovery:
-03dc 204059ed call mouse_sensor_powerdown 
-03dd 20205c1b branch mouse_start_discovery + 1 
+0427 204059ed call mouse_sensor_powerdown 
+0428 20205c1b branch mouse_start_discovery + 1 
 
 p_mouse_priority_bb_event:
-03de 1a627e00 copy regc ,pdata 
-03df c02003f3 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-03e0 c00a83f8 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-03e1 c01903ea beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-03e2 c01e0416 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-03e3 c01c8427 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-03e4 c01d042a beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-03e5 c00a03e7 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-03e6 20205ac3 branch mouse_priority_bb_event + 2 
+0429 1a627e00 copy regc ,pdata 
+042a c020043e beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+042b c00a8443 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+042c c0190435 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+042d c01e0460 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+042e c01c8470 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+042f c01d0475 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0430 c00a0432 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0431 20205ac3 branch mouse_priority_bb_event + 2 
 
 p_mouse_le_bb_event_connected:
-03e7 58000000 setarg 0 
-03e8 67e24c04 store 4 ,mem_le_conn_first_rcv 
-03e9 20205ad0 branch mouse_le_bb_event_connected 
+0432 58000000 setarg 0 
+0433 67e24c05 store 4 ,mem_le_conn_first_rcv 
+0434 20205ad0 branch mouse_le_bb_event_connected 
 
 p_mouse_le_ll_start_encryt:
-03ea 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
-03eb c00083ee beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-03ec 70484414 jam 20 ,mem_le_start_encrypt_timer 
-03ed 202003f0 branch p_mouse_le_ll_reconn_start_encryt_new 
+0435 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
+0436 c0008439 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0437 70484414 jam 20 ,mem_le_start_encrypt_timer 
+0438 2020043b branch p_mouse_le_ll_reconn_start_encryt_new 
 
 p_mouse_le_ll_reconn_start_encryt:
-03ee 20405aef call mouse_updata_le_param 
-03ef 70484405 jam 5 ,mem_le_start_encrypt_timer 
+0439 20405aef call mouse_updata_le_param 
+043a 70484405 jam 5 ,mem_le_start_encrypt_timer 
 
 p_mouse_le_ll_reconn_start_encryt_new:
-03f0 6fe0cc03 fetch 1 ,mem_le_conn_rcv_new 
-03f1 67e0cc04 store 1 ,mem_le_conn_first_rcv 
-03f2 20205af6 branch mouse_le_ll_enable_start_enc_flag 
+043b 6fe0cc04 fetch 1 ,mem_le_conn_rcv_new 
+043c 67e0cc05 store 1 ,mem_le_conn_first_rcv 
+043d 20205af6 branch mouse_le_ll_enable_start_enc_flag 
 
 p_mouse_le_conn_param_update_rsp_recieved:
-03f3 6fe0ca04 fetch 1 ,mem_mouse_le_send_conn_param_update 
-03f4 247a0000 nrtn blank 
-03f5 704a0401 jam 1 ,mem_mouse_le_send_conn_param_update 
-03f6 704a051e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
-03f7 20600000 rtn 
+043e 6fe0ca04 fetch 1 ,mem_mouse_le_send_conn_param_update 
+043f 247a0000 nrtn blank 
+0440 704a0401 jam 1 ,mem_mouse_le_send_conn_param_update 
+0441 704a051e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0442 20600000 rtn 
 
 p_mouse_le_bb_disconnected:
-03f8 58000000 setarg 0 
-03f9 67e0ca04 store 1 ,mem_mouse_le_send_conn_param_update 
-03fa 67e0ca05 store 1 ,mem_mouse_le_send_conn_param_update_timer 
-03fb 58000000 setarg 0 
-03fc 67e147c0 store 2 ,mem_le_battery_level_updata_timer 
-03fd 70479400 jam 0 ,mem_mouse_le_bb_connected_flag 
-03fe d8400006 arg le_interval_7_5ms ,temp 
-03ff 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0400 c28d8402 bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
-0401 d8400007 arg le_interval_8_75ms ,temp 
+0443 58000000 setarg 0 
+0444 67e0ca04 store 1 ,mem_mouse_le_send_conn_param_update 
+0445 67e0ca05 store 1 ,mem_mouse_le_send_conn_param_update_timer 
+0446 58000000 setarg 0 
+0447 67e147c0 store 2 ,mem_le_battery_level_updata_timer 
+0448 70479400 jam 0 ,mem_mouse_le_bb_connected_flag 
+0449 d8400006 arg le_interval_7_5ms ,temp 
+044a 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+044b c28d844d bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
+044c d8400007 arg le_interval_8_75ms ,temp 
 
 p_mouse_le_bb_disconnected_next:
-0402 604942d3 storet 2 ,mem_le_interval_min 
-0403 604942d5 storet 2 ,mem_le_interval_min + 2 
-0404 7047c200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0405 70495600 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0406 204029cb call le_clr_config_more_data 
-0407 20200408 branch p_mouse_bb_disconnected 
+044d 604942d3 storet 2 ,mem_le_interval_min 
+044e 604942d5 storet 2 ,mem_le_interval_min + 2 
+044f 7047c200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0450 70495600 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0451 204029cb call le_clr_config_more_data 
 
 p_mouse_bb_disconnected:
-0408 20405b7b call mouse_bb_discon_clear_stack 
-0409 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
-040a c283840d bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
-040b c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
-040c 20205c1a branch mouse_start_discovery 
+0452 20405b7b call mouse_bb_discon_clear_stack 
+0453 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0454 c2838457 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0455 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0456 20205c1a branch mouse_start_discovery 
 
 p_mouse4_0_event_bb_disconn:
-040d 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
-040e c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
-040f 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
-0410 1fe17e03 and pdata ,0x03 ,pdata 
-0411 20405b21 call mouse_le_clean_connect_flag 
-0412 c081d4a9 bne 0x03 ,mouse_start_reconnect 
-0413 6fe0cc07 fetch 1 ,mem_le_check_retransmit_discon_flag 
-0414 243a54a9 nbranch mouse_start_reconnect ,blank 
-0415 202054cd branch mouse_app_enter_hibernate 
+0457 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0458 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0459 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+045a 1fe17e03 and pdata ,0x03 ,pdata 
+045b 20405b21 call mouse_le_clean_connect_flag 
+045c c081d4a9 bne 0x03 ,mouse_start_reconnect 
+045d 6fe0cc08 fetch 1 ,mem_le_check_retransmit_discon_flag 
+045e 243a54a9 nbranch mouse_start_reconnect ,blank 
+045f 202054cd branch mouse_app_enter_hibernate 
 
 p_mouse_24g_attempt_success:
-0416 6fe2458f fetch 4 ,mem_24g_addr 
-0417 67e245e8 store 4 ,mem_24g_receiver_addr 
-0418 67e24691 store 4 ,mem_mouse_24g_addr 
-0419 2040355a call g24_ch_syncword_crc8_init 
-041a 20405c0b call mouse_no_data_timer_init 
-041b 2040618e call mouse_device_poweron_led_config 
-041c 20405a73 call mouse_init_sensor_reset 
-041d 70477d00 jam 0 ,mem_mouse_long_mult_flag 
-041e 7045fc00 jam 0 ,mem_24g_conn_sm 
-041f 7045e200 jam 0 ,mem_24g_reconn_type 
-0420 6fe245e8 fetch 4 ,mem_24g_receiver_addr 
-0421 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
-0422 98467c00 isub temp ,null 
-0423 20628000 rtn zero 
-0424 20406016 call mouse_soft_agc_disable 
-0425 2040045e call p_mouse_fetch_normal_tx_power 
-0426 20206042 branch mouse_24g_first_store_reconn_info 
+0460 6fe2458f fetch 4 ,mem_24g_addr 
+0461 67e245e8 store 4 ,mem_24g_receiver_addr 
+0462 67e24691 store 4 ,mem_mouse_24g_addr 
+0463 2040355a call g24_ch_syncword_crc8_init 
+0464 20405c0b call mouse_no_data_timer_init 
+0465 2040618e call mouse_device_poweron_led_config 
+0466 20405a73 call mouse_init_sensor_reset 
+0467 70477d00 jam 0 ,mem_mouse_long_mult_flag 
+0468 7045fc00 jam 0 ,mem_24g_conn_sm 
+0469 7045e200 jam 0 ,mem_24g_reconn_type 
+046a 6fe245e8 fetch 4 ,mem_24g_receiver_addr 
+046b 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
+046c 98467c00 isub temp ,null 
+046d 20628000 rtn zero 
+046e 20400472 call p_mouse_fetch_normal_tx_power 
+046f 20206042 branch mouse_24g_first_store_reconn_info 
 
 p_mouse_24g_pairing_complete:
-0427 20406016 call mouse_soft_agc_disable 
-0428 2040045e call p_mouse_fetch_normal_tx_power 
-0429 20206084 branch mouse_24g_pairing_complete 
+0470 20400472 call p_mouse_fetch_normal_tx_power 
+0471 20206084 branch mouse_24g_pairing_complete 
+
+p_mouse_fetch_normal_tx_power:
+0472 6fe0ca07 fetch 1 ,mem_normal_tx_power 
+0473 67e0c141 store 1 ,mem_tx_power 
+0474 20206016 branch mouse_soft_agc_disable 
 
 p_mouse_24g_attempt_fail:
-042a 20406016 call mouse_soft_agc_disable 
-042b 2040045e call p_mouse_fetch_normal_tx_power 
-042c 6fe0c87a fetch 1 ,mem_mouse_dpi_button_state 
-042d c1008000 rtneq dpi_button_state_down 
-042e 6fe0c600 fetch 1 ,mem_24g_attempt_fail_flag 
-042f 243a5ff2 nbranch mouse_24g_hibernate_set ,blank 
-0430 6fe0c5e2 fetch 1 ,mem_24g_reconn_type 
-0431 c0020435 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
-0432 c000e05f beq fast_conn_and_receiver ,mouse_24g_fast_conn_attempt_fail 
-0433 c001843c beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
-0434 20206055 branch mouse_24g_attempt_fail + 2 
+0475 20400472 call p_mouse_fetch_normal_tx_power 
+0476 6fe0c87a fetch 1 ,mem_mouse_dpi_button_state 
+0477 c1008000 rtneq dpi_button_state_down 
+0478 6fe0c600 fetch 1 ,mem_24g_attempt_fail_flag 
+0479 243a5ff2 nbranch mouse_24g_hibernate_set ,blank 
+047a 6fe0c5e2 fetch 1 ,mem_24g_reconn_type 
+047b c0028487 beq pair_and_receiver ,p_mouse_24g_auto_pair_attempt_fail 
+047c c000847f beq fast_conn_and_receiver ,p_mouse_24g_fast_conn_attempt_fail 
+047d c001848e beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+047e 20206055 branch mouse_24g_attempt_fail + 2 
+
+p_mouse_24g_fast_conn_attempt_fail:
+047f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0480 c29f0483 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_start_auto_pair 
+0481 c2980483 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_start_auto_pair 
+0482 20206062 branch mouse_24g_fast_conn_attempt_fail + 3 
+
+p_mouse_24g_start_auto_pair:
+0483 6fe145d6 fetch 2 ,mem_24g_pair_timeout_init 
+0484 67e145de store 2 ,mem_24g_reconn_timeout 
+0485 7045e205 jam pair_and_receiver ,mem_24g_reconn_type 
+0486 20203534 branch g24_reconn_start 
 
 p_mouse_24g_auto_pair_attempt_fail:
-0435 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0436 c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0437 6fe0c71b fetch 1 ,mem_device_number 
-0438 c000e059 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0487 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0488 c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0489 6fe0c71b fetch 1 ,mem_device_number 
+048a c000e059 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
 
 p_mouse_24g_first_bluetooth_reconnect:
-0439 20406018 call mouse_24g_stop 
-043a 70466601 jam mode_bt_device1 ,mem_device_flag 
-043b 202054a0 branch mouse_start_reconnect_device 
+048b 20406018 call mouse_24g_stop 
+048c 70466601 jam mode_bt_device1 ,mem_device_flag 
+048d 20205491 branch mouse_le_fast_conn_judge 
 
 p_mouse_reconn_dongle_attempt_fail:
-043c 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-043d c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-043e c289e059 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
-043f c28a6059 bbit1 mouse_enable_otp ,mouse_24g_attempt_fail_enter_hibernate 
-0440 c2896059 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
-0441 20206034 branch mouse_24g_start_auto_pair 
+048e 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+048f c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0490 c289e059 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0491 c28a6059 bbit1 mouse_enable_otp ,mouse_24g_attempt_fail_enter_hibernate 
+0492 c2896059 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0493 20200483 branch p_mouse_24g_start_auto_pair 
 
 p_mouse_start_work:
-0442 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0443 c29f0447 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
-0444 6fe0c666 fetch 1 ,mem_device_flag 
-0445 c000044e beq mode_24g_device ,p_mouse_24g_start_mode 
-0446 20205491 branch mouse_le_fast_conn_judge 
+0494 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0495 c29f049b bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
+0496 6fe0c666 fetch 1 ,mem_device_flag 
+0497 c00004a6 beq mode_24g_device ,p_mouse_24g_start_mode 
+0498 20205491 branch mouse_le_fast_conn_judge 
+
+p_mouse4_0_check_reconn_target:
+0499 2040619f call mouse_device_le_reconn_led_config 
+049a 202054b6 branch mouse4_0_check_reconn_target 
 
 p_mouse_24g_first_start_auto_pair_mode:
-0447 204054ac call mouse_wakeup_from_power_check 
-0448 2034044a branch p_mouse_24g_first_start_reconn ,user 
-0449 2020602f branch mouse_24g_reconn_general_dongle 
+049b 204054ac call mouse_wakeup_from_power_check 
+049c 203404a2 branch p_mouse_24g_first_start_reconn ,user 
+
+p_mouse_24g_reconn_general_dongle:
+049d 70466600 jam mode_24g_device ,mem_device_flag 
+049e 6fe14721 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+049f 67e145de store 2 ,mem_24g_reconn_timeout 
+04a0 7045e201 jam fast_conn_and_receiver ,mem_24g_reconn_type 
+04a1 20203534 branch g24_reconn_start 
 
 p_mouse_24g_first_start_reconn:
-044a 6fe0c666 fetch 1 ,mem_device_flag 
-044b c0006067 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
-044c 20405aa8 call mouse_bluetooth_fast_conn_disable 
-044d 20200439 branch p_mouse_24g_first_bluetooth_reconnect 
+04a2 6fe0c666 fetch 1 ,mem_device_flag 
+04a3 c0006067 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+04a4 20405aa8 call mouse_bluetooth_fast_conn_disable 
+04a5 2020048b branch p_mouse_24g_first_bluetooth_reconnect 
 
 p_mouse_24g_start_mode:
-044e 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-044f c308e02a bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
-0450 20406195 call mouse_device_24g_pair_led_config 
-0451 204054ac call mouse_wakeup_from_power_check 
-0452 20346067 branch mouse_24g_reconn_dongle_start ,user 
-0453 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0454 c2980456 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
-0455 20206023 branch mouse_24g_start_mode + 7 
-
-p_mouse_24g_reconn_general_dongle:
-0456 70466600 jam mode_24g_device ,mem_device_flag 
-0457 6fe14721 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
-0458 67e145de store 2 ,mem_24g_reconn_timeout 
-0459 7045e201 jam fast_conn_and_receiver ,mem_24g_reconn_type 
-045a 20203534 branch g24_reconn_start 
+04a6 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+04a7 c308e02a bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+04a8 20406195 call mouse_device_24g_pair_led_config 
+04a9 204054ac call mouse_wakeup_from_power_check 
+04aa 20346067 branch mouse_24g_reconn_dongle_start ,user 
+04ab 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+04ac c298049d bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
+04ad 20206023 branch mouse_24g_start_mode + 7 
 
 p_mouse_store_normal_tx_power:
-045b 6fe0c141 fetch 1 ,mem_tx_power 
-045c 67e0ca07 store 1 ,mem_normal_tx_power 
-045d 20600000 rtn 
-
-p_mouse_fetch_normal_tx_power:
-045e 6fe0ca07 fetch 1 ,mem_normal_tx_power 
-045f 67e0c141 store 1 ,mem_tx_power 
-0460 20600000 rtn 
+04ae 6fe0c141 fetch 1 ,mem_tx_power 
+04af 67e0ca07 store 1 ,mem_normal_tx_power 
+04b0 20600000 rtn 
 
 p_mouse_idle:
-0461 2040620e call mouse_low_voltage_led_no_enter_lpm 
-0462 204078aa call ui_check_paring_button 
-0463 20400465 call p_mouse_dpi_check 
-0464 20205e61 branch mouse_idle + 4 
+04b1 2040620e call mouse_low_voltage_led_no_enter_lpm 
+04b2 204078aa call ui_check_paring_button 
+04b3 204004b5 call p_mouse_dpi_check 
+04b4 20205e61 branch mouse_idle + 4 
 
 p_mouse_dpi_check:
-0465 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
-0466 c17f8000 rtneq gpio_disable 
-0467 da200000 arg 0 ,rega 
-0468 70497705 jam mouse_dpi_key ,mem_mouse_key_temp 
-0469 6848c649 fetcht 1 ,mem_dpi_button_gpio 
-046a 2040046c call p_mouse_dpi_key_check 
-046b 202056c1 branch mouse_dpi_check_next 
+04b5 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
+04b6 c17f8000 rtneq gpio_disable 
+04b7 da200000 arg 0 ,rega 
+04b8 70497705 jam mouse_dpi_key ,mem_mouse_key_temp 
+04b9 6848c649 fetcht 1 ,mem_dpi_button_gpio 
+04ba 204004bc call p_mouse_dpi_key_check 
+04bb 202056c1 branch mouse_dpi_check_next 
 
 p_mouse_dpi_key_check:
-046c 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-046d c295d6de bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-046e 6fe0c974 fetch 1 ,mem_mouse_dpikey_press_status 
-046f 1fe22600 copy pdata ,regc 
-0470 6fe0c654 fetch 1 ,mem_matrix_public_gpio 
-0471 c07f8473 beq gpio_disable ,p_mouse_3io6key_dpi_check 
-0472 202056ce branch mouse_dpi_key_check_next 
+04bc 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+04bd c295d6de bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+04be 6fe0c974 fetch 1 ,mem_mouse_dpikey_press_status 
+04bf 1fe22600 copy pdata ,regc 
+04c0 6fe0c654 fetch 1 ,mem_matrix_public_gpio 
+04c1 c07f84c3 beq gpio_disable ,p_mouse_3io6key_dpi_check 
+04c2 202056ce branch mouse_dpi_key_check_next 
 
 p_mouse_3io6key_dpi_check:
-0473 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
-0474 20405946 call mouse_gpio_config_output_low 
-0475 6848c649 fetcht 1 ,mem_dpi_button_gpio 
-0476 20200477 branch p_mouse_3io6key_check 
+04c3 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
+04c4 20405946 call mouse_gpio_config_output_low 
+04c5 6848c649 fetcht 1 ,mem_dpi_button_gpio 
+04c6 202004c7 branch p_mouse_3io6key_check 
 
 p_mouse_3io6key_check:
-0477 1a627e00 copy regc ,pdata 
-0478 67e0c978 store 1 ,mem_mouse_key_status 
-0479 1fe3fe00 lshift pdata ,pdata 
-047a 1fe22400 copy pdata ,regb 
-047b 18422600 copy temp ,regc 
-047c 204055b1 call mouse_gpio_config_input_pd 
-047d 1a620400 copy regc ,temp 
-047e 20406ee6 call gpio_get_bit 
-047f 7d20a400 nsetflag true ,0 ,regb 
-0480 2040593d call mouse_check_press 
-0481 20205929 branch mouse_check_key_connect_gnd_1 
+04c7 1a627e00 copy regc ,pdata 
+04c8 67e0c978 store 1 ,mem_mouse_key_status 
+04c9 1fe3fe00 lshift pdata ,pdata 
+04ca 1fe22400 copy pdata ,regb 
+04cb 18422600 copy temp ,regc 
+04cc 20406ef7 call gpio_out_active 
+04cd 1a620400 copy regc ,temp 
+04ce 204055b1 call mouse_gpio_config_input_pd 
+04cf 1a620400 copy regc ,temp 
+04d0 20406ee6 call gpio_get_bit 
+04d1 7d20a400 nsetflag true ,0 ,regb 
+04d2 2040593d call mouse_check_press 
+04d3 20205929 branch mouse_check_key_connect_gnd_1 
 
 p_g24_short_sleep:
-0482 204036b4 call g24_lpm_wait 
-0483 24740000 nrtn user 
-0484 204036be call g24_setgpio_lpm_before 
-0485 20400488 call p_clear_wake 
-0486 6fe1c608 fetch 3 ,mem_24g_short_sleep_set 
-0487 20203622 branch g24_long_seep2 
+04d4 204036b4 call g24_lpm_wait 
+04d5 24740000 nrtn user 
+04d6 204036be call g24_setgpio_lpm_before 
+04d7 204004d9 call p_clear_wake 
+04d8 2020361b branch g24_short_sleep_next 
 
 p_clear_wake:
-0488 58000000 setarg 0 
-0489 79207e15 set1 21 ,pdata 
-048a 67e40016 store 8 ,mem_gpio_wakeup_cfg 
-048b 58000000 setarg 0 
-048c 67e2001e store 4 ,mem_gpio_wakeup_cfg + 8 
-048d 20600000 rtn 
+04d9 58000000 setarg 0 
+04da 67e40016 store 8 ,mem_gpio_wakeup_cfg 
+04db 67e2001e store 4 ,mem_gpio_wakeup_cfg + 8 
+04dc 20600000 rtn 
 
 p_mouse_24g_hibernate_set:
-048e 70460000 jam 0 ,mem_24g_attempt_fail_flag 
-048f 20403647 call g24_transmit_next_packet 
-0490 5fffffff setarg -1 
-0491 67e245af store 4 ,mem_24g_enter_hibernate 
-0492 58000000 setarg 0 
-0493 67e3c846 store 7 ,mem_mouse_key 
-0494 70473f01 jam 1 ,mem_sensor_shutdown_flag 
-0495 204059ed call mouse_sensor_powerdown 
-0496 2020622b branch mouse_24g_long_sleep 
+04dd 70460000 jam 0 ,mem_24g_attempt_fail_flag 
+04de 20403647 call g24_transmit_next_packet 
+04df 5fffffff setarg -1 
+04e0 67e245af store 4 ,mem_24g_enter_hibernate 
+04e1 58000000 setarg 0 
+04e2 67e3c846 store 7 ,mem_mouse_key 
+04e3 70473f01 jam 1 ,mem_sensor_shutdown_flag 
+04e4 204059ed call mouse_sensor_powerdown 
+04e5 2020622b branch mouse_24g_long_sleep 
 
 p_mouse_setgpio_hibernate:
-0497 20405a92 call mouse_set_sdio_high 
-0498 20400488 call p_clear_wake 
-0499 204056a9 call mouse_before_hibernate_wheel_gpio_set 
-049a 6848c654 fetcht 1 ,mem_matrix_public_gpio 
-049b 20406ef7 call gpio_out_active 
-049c 6848c654 fetcht 1 ,mem_matrix_public_gpio 
-049d 20406ed3 call gpio_clr_wake 
-049e 6fe0c64d fetch 1 ,mem_mouse_sensor_sdio_gpio 
-049f 20405943 call mouse_gpio_config_output_high 
-04a0 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04a1 204055ab call mouse_gpio_set_pupd_by_input 
-04a2 d8400015 arg 21 ,temp 
-04a3 204055b5 call mouse_gpio_config_input_pu 
-04a4 2040611a call mouse_logo_led_off 
-04a5 2040550c call mouse_lpm_before_common 
-04a6 204054f9 call mouse_gpio_pd_idle 
-04a7 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
-04a8 20406f0f call gpio_set_high_impedance 
-04a9 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
-04aa 20406f0f call gpio_set_high_impedance 
-04ab 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-04ac 204055b5 call mouse_gpio_config_input_pu 
-04ad 204004af call p_mouse_gpio_set_high_impedance 
-04ae 202054e5 branch mouse_setgpio_hibernate_next 
-
-p_mouse_gpio_set_high_impedance:
-04af 6fe1c73c fetch 3 ,mem_mouse_set_high_impedance_bit_set 
-04b0 67e18670 store 3 ,mem_pdatatemp 
-04b1 df200018 arg 24 ,loopcnt 
-04b2 d8400000 arg 0 ,temp 
-
-p_mouse_gpio_set_high_impedance_bit_loop:
-04b3 6fe18670 fetch 3 ,mem_pdatatemp 
-04b4 2feffe00 isolate1 0 ,pdata 
-04b5 204084bc call p_gpio_set_analog ,true 
-04b6 6fe18670 fetch 3 ,mem_pdatatemp 
-04b7 1fe37e00 rshift pdata ,pdata 
-04b8 67e18670 store 3 ,mem_pdatatemp 
-04b9 18408401 increase 1 ,temp 
-04ba c20004b3 loop p_mouse_gpio_set_high_impedance_bit_loop 
-04bb 20600000 rtn 
-
-p_gpio_set_analog:
-04bc 18467cff sub temp ,ui_button_gpio_disable ,null 
-04bd 20628000 rtn zero 
-04be 20206f0b branch gpio_set_analog 
+04e6 20405a92 call mouse_set_sdio_high 
+04e7 204004d9 call p_clear_wake 
+04e8 204056a9 call mouse_before_hibernate_wheel_gpio_set 
+04e9 6fe0c64d fetch 1 ,mem_mouse_sensor_sdio_gpio 
+04ea 20405943 call mouse_gpio_config_output_high 
+04eb 6848c65a fetcht 1 ,mem_device_switch_gpio 
+04ec 204055ab call mouse_gpio_set_pupd_by_input 
+04ed d8400015 arg 21 ,temp 
+04ee 204055b5 call mouse_gpio_config_input_pu 
+04ef 2040611a call mouse_logo_led_off 
+04f0 20400254 call p_mouse_lpm_before_common 
+04f1 202054e2 branch mouse_setgpio_hibernate_next 
 
 p_mouse_24g_package_data:
-04bf c6930000 rtnmark0 mark_24g 
-04c0 20405601 call mouse_motion 
-04c1 24740000 nrtn user 
-04c2 6fe0c77c fetch 1 ,mem_mouse_24g_long_sleep_flag 
-04c3 70477c00 jam 0 ,mem_mouse_24g_long_sleep_flag 
-04c4 245a04d4 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
-04c5 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-04c6 c30b04c9 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
-04c7 6fe0c96c fetch 1 ,mem_customer_key 
-04c8 243a60b6 nbranch mouse_24g_keyboard_package_data ,blank 
+04f2 c6930000 rtnmark0 mark_24g 
+04f3 20405601 call mouse_motion 
+04f4 24740000 nrtn user 
+04f5 6fe0c77c fetch 1 ,mem_mouse_24g_long_sleep_flag 
+04f6 70477c00 jam 0 ,mem_mouse_24g_long_sleep_flag 
+04f7 245a0507 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+04f8 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+04f9 c30b04fc bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+04fa 6fe0c96c fetch 1 ,mem_customer_key 
+04fb 243a60b6 nbranch mouse_24g_keyboard_package_data ,blank 
 
 p_mouse_24g_mouse_package_data:
-04c9 204004cb call p_mouse_data_xy_release 
-04ca 202060a2 branch mouse_24g_mouse_package_data + 1 
+04fc 204004fe call p_mouse_data_xy_release 
+04fd 202060a2 branch mouse_24g_mouse_package_data + 1 
 
 p_mouse_data_xy_release:
-04cb 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
-04cc c1ff8000 rtnne gpio_disable 
-04cd 6fe0c77d fetch 1 ,mem_mouse_long_mult_flag 
-04ce 207a0000 rtn blank 
-04cf 1fe0ffff increase -1 ,pdata 
-04d0 67e0c77d store 1 ,mem_mouse_long_mult_flag 
-04d1 58000000 setarg 0 
-04d2 67e24847 store 4 ,mem_mouse_x 
-04d3 20205a73 branch mouse_init_sensor_reset 
+04fe 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
+04ff c1ff8000 rtnne gpio_disable 
+0500 6fe0c77d fetch 1 ,mem_mouse_long_mult_flag 
+0501 207a0000 rtn blank 
+0502 1fe0ffff increase -1 ,pdata 
+0503 67e0c77d store 1 ,mem_mouse_long_mult_flag 
+0504 58000000 setarg 0 
+0505 67e24847 store 4 ,mem_mouse_x 
+0506 20205a73 branch mouse_init_sensor_reset 
 
 p_mouse_24g_short_sleep_clear_wake:
-04d4 20400488 call p_clear_wake 
-04d5 2020021e branch p_lpm_write_gpio_wakeup 
+0507 204004d9 call p_clear_wake 
+0508 2020027a branch p_lpm_write_gpio_wakeup 
 
 p_mouse_check_select_device_by_switch:
-04d6 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-04d7 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-04d8 c31fdeb9 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
+0509 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+050a c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+050b c31f8516 bbit0 mouse_enable_switch_gpio_connect_vin ,p_mouse_switch_gpio_connect_gnd 
+
+p_mouse_switch_gpio_connect_vin_check:
+050c 20400518 call p_mouse_switch_gpio_pd_set 
+050d 20400512 call p_mouse_switch_gpio_connect_vin 
+
+p_mouse_switch_gpio_pu_set:
+050e 6848c65a fetcht 1 ,mem_device_switch_gpio 
+050f 20406ef3 call gpio_out_inactive 
+0510 6848c65a fetcht 1 ,mem_device_switch_gpio 
+0511 202055b5 branch mouse_gpio_config_input_pu 
 
 p_mouse_switch_gpio_connect_vin:
-04d9 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04da 20406ef7 call gpio_out_active 
-04db 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04dc 204055b1 call mouse_gpio_config_input_pd 
-04dd 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04de 20406ee6 call gpio_get_bit 
-04df 2420dec2 nbranch mouse_check_select_24g_device ,true 
-04e0 20205ebe branch mouse_select_btdevice 
-
-p_mouse_setting_sensor_type:
-04e1 6fe0c957 fetch 1 ,mem_config_sensor_type 
-04e2 c00604e4 beq s201x ,p_mouse_seting_s201_dpi 
-04e3 2020574a branch mouse_setting_sensor_type + 3 
-
-p_mouse_seting_s201_dpi:
-04e4 6fe0c690 fetch 1 ,mem_mouse_dpi 
-04e5 c0005772 beq mouse_dpi_level1 ,mouse_set_s201_dpi_1 
-04e6 c000d775 beq mouse_dpi_level2 ,mouse_set_s201_dpi_2 
-04e7 c0015778 beq mouse_dpi_level3 ,mouse_set_s201_dpi_3 
-04e8 c001d77b beq mouse_dpi_level4 ,mouse_set_s201_dpi_4 
-04e9 20600000 rtn 
+0512 6848c65a fetcht 1 ,mem_device_switch_gpio 
+0513 20406ee6 call gpio_get_bit 
+0514 2420dec2 nbranch mouse_check_select_24g_device ,true 
+0515 20205ebe branch mouse_select_btdevice 
+
+p_mouse_switch_gpio_connect_gnd:
+0516 2040050e call p_mouse_switch_gpio_pu_set 
+0517 20405ebb call mouse_switch_gpio_connect_gnd 
+
+p_mouse_switch_gpio_pd_set:
+0518 6848c65a fetcht 1 ,mem_device_switch_gpio 
+0519 20406ef7 call gpio_out_active 
+051a 6848c65a fetcht 1 ,mem_device_switch_gpio 
+051b 202055b1 branch mouse_gpio_config_input_pd 
+
+p_mouse_le_name_modify:
+051c 6fe0c98c fetch 1 ,mem_le_name_patch_len 
+051d 207a0000 rtn blank 
+051e 1fe22200 copy pdata ,rega 
+051f 1fe67c0b sub pdata ,11 ,null 
+0520 242155dd nbranch mouse_le_name_patch_len_overflow ,positive 
+0521 204055d6 call mouse_le_name_clear 
+0522 204055ee call mouse_le_name_patch_len_next 
+0523 1a220400 copy rega ,temp 
+0524 18408401 increase 1 ,temp 
+0525 6048c7a7 storet 1 ,mem_le_adv_swift_pair + 7 
+0526 d8a047a9 arg mem_le_adv_swift_pair + 9 ,contw 
+0527 204055d3 call mouse_le_name_modify_next 
+0528 6048c369 storet 1 ,mem_le_scan_data 
+0529 d8a0436b arg mem_le_scan_data + 2 ,contw 
+052a 202055d3 branch mouse_le_name_modify_next 
 
 p_mouse_init_sensor:
-04ea 20405958 call mouse_read_sensor_id 
-04eb c018595f beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-04ec c018d9c6 beq p3065_id1 ,mouse_init_p3065 
-04ed c02c04ef beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
-04ee 20205952 branch mouse_init_sensor + 5 
+052b 20405958 call mouse_read_sensor_id 
+052c c018595f beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+052d c018d9c6 beq p3065_id1 ,mouse_init_p3065 
+052e c02c0530 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
+052f 20205952 branch mouse_init_sensor + 5 
 
 p_mouse_ka8g2_id2_judge:
-04ef 204059e7 call mouse_sensor_poweron 
-04f0 6fe0c85a fetch 1 ,mem_sensor_id2 
-04f1 c02c84f3 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
-04f2 2020595f branch mouse_init_p32xx_id2_judge 
+0530 204059e7 call mouse_sensor_poweron 
+0531 6fe0c85a fetch 1 ,mem_sensor_id2 
+0532 c02c8534 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
+0533 2020595f branch mouse_init_p32xx_id2_judge 
 
 p_mouse_ka8g2_init_param:
-04f3 7049570b jam ka8g2 ,mem_config_sensor_type 
-04f4 da604a0b arg mem_sensor_ka8g2_init_new ,regc 
-04f5 20205995 branch mouse_sensor_wr_seq 
+0534 7049570b jam ka8g2 ,mem_config_sensor_type 
+0535 da604a0b arg mem_sensor_ka8g2_init_new ,regc 
+0536 20205995 branch mouse_sensor_wr_seq 
 
 p_mouse_check_sensor_data:
-04f6 6fe0c420 fetch 1 ,mem_spi_write_flash_sm 
-04f7 c1800000 rtnne flash_sm_no_buys 
-04f8 6fe0c957 fetch 1 ,mem_config_sensor_type 
-04f9 c00584fb beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
-04fa 202059f8 branch mouse_check_sensor_data + 2 
+0537 6fe0c420 fetch 1 ,mem_spi_write_flash_sm 
+0538 c1800000 rtnne flash_sm_no_buys 
+0539 6fe0c957 fetch 1 ,mem_config_sensor_type 
+053a c005853c beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
+053b 202059f8 branch mouse_check_sensor_data + 2 
 
 p_mouse_pka8g2_sensor_motion:
-04fb 20405a6d call mouse_clear_sensor_data 
-04fc 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
-04fd c07f8501 beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
-04fe 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
-04ff 20406ee6 call gpio_get_bit 
-0500 24608000 nrtn true 
+053c 20405a6d call mouse_clear_sensor_data 
+053d 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
+053e c07f8542 beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
+053f 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
+0540 20406ee6 call gpio_get_bit 
+0541 24608000 nrtn true 
 
 p_mouse_pka8g2_sensor_motion_1:
-0501 58000000 setarg pan_reg_pid_l 
-0502 204069e5 call twspi_read 
-0503 c0ac5955 bne pka8g2_id1 ,mouse_twspi_reset 
-0504 20205a2f branch mouse_p3212_sensor_motion_2 
+0542 58000000 setarg pan_reg_pid_l 
+0543 204069e5 call twspi_read 
+0544 c0ac5955 bne pka8g2_id1 ,mouse_twspi_reset 
+0545 20205a2f branch mouse_p3212_sensor_motion_2 
 
 p_mouse_motion:
-0505 78547c00 disable user 
-0506 58000000 setarg 0 
-0507 67e34847 store 6 ,mem_mouse_x 
-0508 204004f6 call p_mouse_check_sensor_data 
-0509 20205606 branch mouse_motion + 5 
+0546 78547c00 disable user 
+0547 58000000 setarg 0 
+0548 67e34847 store 6 ,mem_mouse_x 
+0549 20400537 call p_mouse_check_sensor_data 
+054a 58000089 setarg 0x0089 
+054b 204069e4 call twspi_write 
+054c 20405747 call mouse_setting_sensor_type 
+054d 20405612 call mouse_zwheel 
+054e 20405617 call mouse_t_zwheel 
+054f 20400551 call p_mouse_key 
+0550 2020560c branch mouse_motion + 11 
+
+p_mouse_key:
+0551 2040584c call mouse_check_firekey_gpio 
+0552 6fe0c987 fetch 1 ,mem_fire_key_flag 
+0553 243a5860 nbranch fire_key_press ,blank 
+0554 6fe0c982 fetch 1 ,mem_fire_key_status 
+0555 243a585f nbranch fire_key_process ,blank 
+0556 20405888 call mouse_check_key_gpio 
+0557 20400559 call p_mouse_ghost_key_check 
+0558 202057ad branch mouse_key + 7 
+
+p_mouse_ghost_key_check:
+0559 70497900 jam 0 ,mem_mouse_matrix_key_cow_count 
+055a 70497a00 jam 0 ,mem_mouse_matrix_key_row_count 
+055b 70497b00 jam 0 ,mem_mouse_ghost_flag 
+055c 1fe22400 copy pdata ,regb 
+055d 6848c644 fetcht 1 ,mem_lbutton_gpio 
+055e 6fe0c647 fetch 1 ,mem_bk_button_gpio 
+055f 98467c00 isub temp ,null 
+0560 2022856b branch p_mouse_matrix_ghost_key_l_bk ,zero 
+0561 6fe0c648 fetch 1 ,mem_fw_button_gpio 
+0562 98467c00 isub temp ,null 
+0563 20228571 branch p_mouse_matrix_ghost_key_l_fw ,zero 
+0564 6848c645 fetcht 1 ,mem_mbutton_gpio 
+0565 6fe0c647 fetch 1 ,mem_bk_button_gpio 
+0566 98467c00 isub temp ,null 
+0567 2022857a branch p_mouse_ghost_key_mbk_rfw ,zero 
+
+p_mouse_ghost_key_mfw_rbk:
+0568 204057fb call mouse_ghost_key_check_m_fw 
+
+p_mouse_ghost_key_rbk:
+0569 2040057f call p_mouse_ghost_key_check_r_bk 
+056a 202057e5 branch mouse_ghost_key_check_next 
+
+p_mouse_matrix_ghost_key_l_bk:
+056b 6848c645 fetcht 1 ,mem_mbutton_gpio 
+056c 6fe0c648 fetch 1 ,mem_fw_button_gpio 
+056d 98467c00 isub temp ,null 
+056e 2022d7d6 branch mouse_ghost_key_lbk_mfw ,zero 
+
+p_mouse_ghost_key_lbk_rfw:
+056f 204057ef call mouse_ghost_key_check_l_bk 
+0570 2020057b branch p_mouse_ghost_key_rfw 
+
+p_mouse_matrix_ghost_key_l_fw:
+0571 6848c645 fetcht 1 ,mem_mbutton_gpio 
+0572 6fe0c647 fetch 1 ,mem_bk_button_gpio 
+0573 98467c00 isub temp ,null 
+0574 20228577 branch p_mouse_ghost_key_lfw_mbk ,zero 
+
+p_mouse_ghost_key_lfw_rbk:
+0575 20400581 call p_mouse_ghost_key_check_l_fw 
+0576 20200569 branch p_mouse_ghost_key_rbk 
+
+p_mouse_ghost_key_lfw_mbk:
+0577 20400581 call p_mouse_ghost_key_check_l_fw 
+0578 2040057d call p_mouse_ghost_key_check_m_bk 
+0579 202057e5 branch mouse_ghost_key_check_next 
+
+p_mouse_ghost_key_mbk_rfw:
+057a 2040057d call p_mouse_ghost_key_check_m_bk 
+
+p_mouse_ghost_key_rfw:
+057b 20400583 call p_mouse_ghost_key_check_r_fw 
+057c 202057e5 branch mouse_ghost_key_check_next 
+
+p_mouse_ghost_key_check_m_bk:
+057d 1a417e12 and regb ,mouse_m_bk_button ,pdata 
+057e 202057f3 branch mouse_ghost_key_check_m_bk + 1 
+
+p_mouse_ghost_key_check_r_bk:
+057f 1a417e0a and regb ,mouse_r_bk_button ,pdata 
+0580 202057f6 branch mouse_ghost_key_check_r_bk + 1 
+
+p_mouse_ghost_key_check_l_fw:
+0581 1a417e11 and regb ,mouse_l_fw_button ,pdata 
+0582 202057f9 branch mouse_ghost_key_check_l_fw + 1 
+
+p_mouse_ghost_key_check_r_fw:
+0583 1a417e12 and regb ,mouse_r_fw_button ,pdata 
+0584 202057ff branch mouse_ghost_key_check_r_fw + 1 
               org 0x2000
 
 start:
@@ -2178,6 +2359,8 @@
 2166 2000003c nop 60 
 2167 708a2020 jam 0x20 ,0x8a20 
 2168 708a23fd jam 0xfd ,0x8a23 
+
+set_sync_on_next:
 2169 708a2412 jam 0x12 ,0x8a24 
 216a 708a2410 jam 0x10 ,0x8a24 
 216b 2000003c nop 60 
@@ -2876,7 +3059,7 @@
 2396 793ffe05 set0 gpio_latch ,pdata 
 2397 67f08132 store 1 ,core_lpm_isogate 
 2398 2435a39d nbranch boot_load ,wake 
-2399 20407d74 call clean_smem 
+2399 20000001 nop 1 
 239a 6602069d storer alarm ,4 ,mem_saved_gpio_in 
 239b 20600000 rtn 
 
@@ -9112,6 +9295,8 @@
 3618 24740000 nrtn user 
 3619 204036be call g24_setgpio_lpm_before 
 361a 20407de2 call clear_wake 
+
+g24_short_sleep_next:
 361b 6fe1c608 fetch 3 ,mem_24g_short_sleep_set 
 361c 20203622 branch g24_long_seep2 
 
@@ -19647,11 +19832,11 @@
 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 
-
-mouse_setgpio_hibernate_next:
 54e5 204061fd call mouse_device_multi_led_all_off 
 54e6 204054f2 call mouse_adc_gpio_set_before_hibernate 
 54e7 202054e8 branch mouse_wheel_gpio_set_before_hibernate 
@@ -19987,6 +20172,8 @@
 55eb d8a0436b arg mem_le_scan_data + 2 ,contw 
 55ec 1a227200 copy rega ,loopcnt 
 55ed 20407cda call memcpy 
+
+mouse_le_name_patch_len_next:
 55ee d8c0498c arg mem_le_name_patch_len ,contr 
 55ef d8a0426b arg mem_le_name_len ,contw 
 55f0 1a227200 copy rega ,loopcnt 
@@ -20367,6 +20554,8 @@
 56f7 44bdc00f bpatch patch0f_3 ,mem_patch0f 
 56f8 20405728 call mouse_dpi_ghost_check 
 56f9 20740000 rtn user 
+
+mouse_dpi_process_next:
 56fa 6fe0c690 fetch 1 ,mem_mouse_dpi 
 56fb 1fe20400 copy pdata ,temp 
 56fc 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
@@ -20479,6 +20668,8 @@
 573f c38e0000 rtnbit1 mouse_enable_dpi_level_4 
 5740 6fe0c690 fetch 1 ,mem_mouse_dpi 
 5741 c1818000 rtnne mouse_dpi_level4 
+
+mouse_dpi_reinit_set:
 5742 70469000 jam mouse_dpi_level1 ,mem_mouse_dpi 
 5743 20600000 rtn 
 
@@ -21287,6 +21478,8 @@
 596f 204059da call mouse_sensor_reset 
 5970 20407c95 call delay_10ms 
 5971 da6048d6 arg mem_sensor_8650_init ,regc 
+
+mouse_sensor_init_end:
 5972 20405995 call mouse_sensor_wr_seq 
 5973 20205747 branch mouse_setting_sensor_type 
 
@@ -22990,6 +23183,8 @@
 
 mouse_le_addr_increase_count_load:
 5e40 6fe149e0 fetch 2 ,mem_random_addr_increase_count_temp 
+
+mouse_le_addr_increase_store:
 5e41 67e14695 store 2 ,mem_random_addr_increase_count 
 5e42 20600000 rtn 
 
@@ -23156,10 +23351,10 @@
 5eb6 44c84012 bpatch patch12_0 ,mem_patch12 
 5eb7 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
 5eb8 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-
-mouse_switch_gpio_connect_gnd:
 5eb9 6848c65a fetcht 1 ,mem_device_switch_gpio 
 5eba 204055b5 call mouse_gpio_config_input_pu 
+
+mouse_switch_gpio_connect_gnd:
 5ebb 6848c65a fetcht 1 ,mem_device_switch_gpio 
 5ebc 20406ee6 call gpio_get_bit 
 5ebd 2020dec2 branch mouse_check_select_24g_device ,true 
@@ -23747,6 +23942,8 @@
 604b 58000000 setarg 0 
 604c 67e145de store 2 ,mem_24g_reconn_timeout 
 604d 20405c39 call mouse_stop_discovery 
+
+mouse_24g_pair_mode_check:
 604e 70458901 jam type_ms ,mem_24g_data_type 
 604f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
 6050 c30b3291 bbit0 mouse_enable_keyboard ,g24_pair_start 
@@ -23977,6 +24174,8 @@
 60ff 20407cef call timer_check 
 6100 247a0000 nrtn blank 
 6101 20406106 call mouse_dpi_check_once 
+
+mouse_g24_retransmit_event_set:
 6102 2040572c call mouse_dpi_key_check_long_press 
 
 mouse_g24_retransmit_100ms_timer_init:
Index: output/ramcode.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/ramcode.rom	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/ramcode.rom	(working copy)
@@ -1,56 +1,63 @@
-c2840028
-c00002a5
-c0010055
-c008005e
-c0088060
-c00a0158
-c00a80e1
-c00c0101
-c00c8108
-c00d006e
-c012820e
-c0340281
-c03482a9
-c036024a
-c036803d
-c0370442
-c0398497
-c03b8037
-c03d0505
-c03e84e1
-c03f8477
-c04084ea
-c0420392
-c04283de
-c04301ef
-c04383bc
-c04403dc
-c04503a6
-c04602e7
-c046834f
-c0470461
-c04582c0
-c04804d6
-c04a848e
-c04b04bf
-c06b0207
-c062822d
-c06a8288
-c06d0141
+c284002d
+c00002ec
+c001005c
+c0080065
+c0088067
+c00a0169
+c00a8109
+c00b0070
+c00c0129
+c00c8130
+c00d007f
+c0128260
+c01381f4
+c03402e7
+c03482fa
+c03502f6
+c03602ab
+c0368044
+c0370494
+c0378499
+c03984e6
+c03a0254
+c03b803e
+c03c851c
+c03d0546
+c03f84c7
+c040852b
+c04203de
+c0428429
+c0430229
+c0438407
+c0440427
+c04503f1
+c0458312
+c0460335
+c046839b
+c04704b1
+c0480509
+c04a84dd
+c04b04f2
+c0628289
+c06a8248
+c06b0241
+c06d00a8
 2020235a
-c00a0179
-c00d0178
-c01281a8
-c01301ad
-c01c81bf
-c01d01c9
-c02601c5
-c02681c3
-c0480230
-c04b0482
-c04d00ef
-c04e80f6
-c04f8252
+c00a0189
+c00d01a8
+c01201cd
+c01281b0
+c01301b5
+c01c81c7
+c01d0203
+c02601ff
+c02681cb
+c048028c
+c04902a0
+c04b04d4
+c04d0117
+c04e811e
+c04f82b8
 c17f8000
 2020235a
 20406f82
@@ -91,7 +98,7 @@
 20402018
 2040310f
 2040248c
-20200055
+2020005c
 70890000
 20202153
 708a0f60
@@ -102,31 +109,43 @@
 2000003c
 708a2020
 708a23f5
-708a2412
-708a2410
-2000003c
-708a1260
-708a23dd
-20600000
+20202169
+58000960
+9840fe00
+1fe22200
+6848c099
+18430400
+9846fc00
+20407d62
+1807fe00
+1fec8e00
+60f0890a
+67f08909
+202021da
+37d98200
+70813c58
+202023e2
 7001bb00
 7001bc00
 37d98200
 7089460d
 70896f10
+708a8840
 708a13cd
 708a0610
 708a844a
 708a8540
 708a16fe
-204000b5
+204000e1
 204070d7
+2455807c
 37d98200
 70813b5f
 37d98200
 70813c88
 37d98200
 6fe0c099
-c00800aa
+c00800d2
 6fe0c438
 1fe1fe04
 67f08a02
@@ -137,25 +156,46 @@
 67f18a73
 708a8660
 708a8b3b
-2040009c
+204000c4
 70804300
 70804205
 58557474
 67f18968
 7089606e
-20400114
-2040013f
-20400096
+2040013c
+20400167
+204000bf
 7041480c
-20206f4e
+20758000
+708a0777
+708a08c9
+708a0b01
+6fe0c409
+67f080cd
+20000bb8
+204000b8
+708a08c1
+6a40c419
+df200008
+20406f58
+6fe0c419
+67e0c433
+6240c419
+20600000
+7080cc03
+6ff08129
+c30280b9
+68590164
+6049440a
+7080cc00
+20600000
 20758000
 37d98200
 6fe0c11c
 67f0813a
-37d98200
-20600000
+202023e2
 6fe0c099
-c00c00a2
+c00c00ca
 6fe0c438
 1fe1fe06
 67f08a02
@@ -178,7 +218,11 @@
 67f18a73
 708a762a
 70890204
-20200089
+2020009c
+6fe1415b
+207a0000
+67e1020f
+202000f3
 203580dd
 6fe2020d
 207a0000
@@ -219,10 +263,6 @@
 9841fe00
 67f08a02
 20600000
-6fe1415b
-207a0000
-67e1020f
-202000c7
 2040686f
 204021ba
 18002a08
@@ -239,7 +279,7 @@
 202021b4
 6fe0c793
 247a0000
-204000f3
+2040011b
 202060fc
 6fe0c655
 c17f8000
@@ -247,13 +287,13 @@
 6848c601
 6fe0c621
 98467c00
-242100fb
+24210123
 20203681
 6fe2458f
 684a45e4
 98467c00
 2022b222
-20400277
+204002dd
 2020369b
 580aaa7e
 67f18a0f
@@ -268,7 +308,7 @@
 c0232231
 6fe0c141
 c0032221
-c0550110
+c0550138
 2020220e
 708a1417
 6fe1ca08
@@ -286,7 +326,7 @@
 708ac200
 708ac300
 d8e00006
-20400131
+20400159
 2a2ffe0d
 2040211d
 2a4ffe0d
@@ -294,14 +334,14 @@
 d8e00005
 2040211c
 2040211e
-20400131
+20400159
 d8a08ac2
 1a31fe00
 20402117
 1a51fe00
 20402117
 18e08fff
-20210126
+2021014e
 2020214f
 2000003c
 58000f00
@@ -319,34 +359,11 @@
 2020212d
 20758000
 20202272
-20758000
-708a0777
-708a08c9
-708a0b01
-6fe0c409
-67f080cd
-20000bb8
-20400151
-708a08c1
-6a40c419
-df200008
-20406f58
-6fe0c419
-67e0c433
-6240c419
-20600000
-7080cc03
-6ff08129
-c3028152
-68590164
-6049440a
-7080cc00
-20600000
 708a8211
 708a8d12
 708a8e0a
 6fe0c099
-c0080171
+c0080182
 58005762
 67f10907
 70890103
@@ -357,7 +374,7 @@
 708a8d44
 708a8e0a
 6fe0c099
-c008016e
+c008017f
 58002bb1
 67f10907
 c6978000
@@ -366,34 +383,33 @@
 20600000
 58004189
 67f10907
-2020016a
+2020017b
 58008312
 67f10907
-2020015f
-6fe0cc03
+20200170
+6fe0cc04
 da600100
 9a60fe00
 20600000
-20200198
-2040017b
+2040018b
 20202563
-6fe0cc04
-207a0000
 6fe0cc05
+207a0000
+6fe0cc06
 247a0000
-6848cc04
-6fe0cc03
+6848cc05
+6fe0cc04
 98467c00
-24410174
+24410185
 98467e00
 1fe67c64
-2021018d
-6fe0cc06
+2021019d
+6fe0cc07
 1fe67c14
-2441018b
-704c0501
+2441019b
+704c0601
 20600000
-704c0701
+704c0801
 2020431f
 6848817f
 6fe0804c
@@ -401,27 +417,19 @@
 9842fe00
 2feffe02
 58000000
-6848cc06
+6848cc07
 7920fe00
 98408400
-6048cc06
+6048cc07
 20600000
 6fe08005
 1fe0fe01
 67e08005
-2436819f
-6fe0cc03
+243681af
+6fe0cc04
 1fe0fe01
-67e0cc03
-6fe08168
-c3818000
-79207e03
-67e08168
-6fe142f5
-67e10196
-58000000
-67e2431d
-20600000
+67e0cc04
+2020259b
 2040281c
 6a20804d
 1a20a3fc
@@ -451,32 +459,82 @@
 202028e1
 793f8030
 20202af6
+204025c2
+c59781d3
+783cfc00
+2000001e
+204025c2
+19699600
+7856fc00
+7826fc00
+7830fc00
+78507c00
+19623600
+37c18400
+203701dc
+1b420400
+604b000f
+242c26fa
+78287c00
+6fe0c167
+d8404e20
+98408400
+6fe0c148
+984fb600
+20406877
+20372677
+204001ea
+6fe08168
+c301a677
+2055a477
+20202677
+684b000f
+1b427e00
+20407d12
+1fe20400
+204026ff
+1b425600
+1d227e00
+9840fe00
+1fe25200
+20600000
+c584a489
+684a40ad
+dfe00600
+98467c00
+20610000
+18422200
+684b000f
+1d627e00
+20407d10
+1a220400
+2020247d
 20402152
 70890000
 793f8030
 20202ae3
 efe10006
-c00201cc
+c0020206
 202028eb
 efe18006
 67e1c397
-c00501d1
-c00901e0
+c005020b
+c009021a
 20202b96
 6fe44713
 c31dad19
 20402dc7
 68494398
 6fe0c321
-c28181db
+c2818215
 6fe14398
 c0182e03
 68494398
 20202d1d
 6fe14332
 98467c00
-242281d7
-243401d7
+24228211
+24340211
 20202d46
 18c22200
 6fe14335
@@ -496,13 +554,13 @@
 20402a28
 247a0000
 6fe0c78f
-c07f81fa
+c07f8234
 6fe0c843
 1fe17e03
 c1818000
-6fe0cc05
+6fe0cc06
 207a0000
-6fe0cc07
+6fe0cc08
 247a0000
 6fe0c956
 205a5a71
@@ -515,7 +573,7 @@
 20405ab2
 24740000
 20405abc
-204004cb
+204004fe
 20205b37
 18467cff
 20628000
@@ -524,13 +582,47 @@
 2020eebd
 d9000003
 20206ebd
-6fe143e9
-20407d79
+18467cff
+20628000
+20406ee6
+2020824e
+d9000003
+20206ebd
+704b2a01
+d9000006
+20206ebd
+58000010
+67f08141
+202023e2
+204004d9
+704b2a00
+6848c654
+20406ef7
+6848c654
+20406ed3
+2040550d
+204054f9
+6848c64a
+20406f0f
+6848c64b
+20206f0f
 6fe240ad
 9840fe00
 67e240ad
-20400215
-20202425
+20400271
+2040026d
+6fe0c0cb
+79207e04
+204023e1
+2455a3cb
+37d98200
+1b227e00
+67e340b1
+2020242b
+6fe0cb2a
+203a0251
+58000080
+20200252
 600440e7
 d8c08070
 d8a040cc
@@ -547,12 +639,12 @@
 efe08011
 e8408013
 98467c00
-20228228
+20228284
 e7e08013
 37d98200
 1a20a201
 1a60a601
-c2000222
+c200027e
 1a420400
 20600000
 20406b3a
@@ -561,37 +653,47 @@
 6fe145e0
 d84001f8
 98417e00
-203a0238
-6fe145e0
-1fe0fe01
-67e145e0
-20600000
+203a0291
+20203561
 2040357f
 20403651
 242c3586
 2437b586
 2040366e
 6fe0c57d
-203a0247
+203a02b1
 6fe245cc
 684a458f
 98467c00
-20228244
+2022829d
 2020356e
 6fe44713
-c2983291
+c298604e
 20203549
-6fe2455f
-207a0000
-2020023f
+6fe0c5e3
+203a3222
+6fe145e0
+1fe0fe01
+67e145e0
+2feffe09
+6fe0c5e2
+c00282a9
+2020358d
+2020b549
+2020329c
 2040543b
-2040024d
-2020544c
 58004a29
 67e1433f
 58000020
 67e14341
-20600000
+2020544c
+6fe245e4
+684a458f
+98467c00
+20228298
+6fe2455f
+207a0000
+20200298
 6fe0c437
 247a0000
 6fe144e9
@@ -600,15 +702,15 @@
 204035b4
 6048c624
 6fe0c629
-c513025c
+c51302c2
 6fe0c62c
 98467c00
-24210276
+242102dc
 6fe0c626
 1fe67c02
-24210264
+242102ca
 6fe0c626
-c0000277
+c00002dd
 20600000
 6fe0c626
 6848c627
@@ -617,7 +719,7 @@
 70462600
 6848c624
 6fe0c628
-c513026d
+c51302d3
 6fe0c62b
 98467c00
 24610000
@@ -625,16 +727,16 @@
 c0003715
 1fe0ffff
 67e0c625
-c001027f
+c00102e5
 c000b70b
 20203715
 70462600
 6fe0c625
-c001827d
+c00182e3
 1fe0fe01
 67e0c625
 c000b70b
-c001027f
+c00102e5
 70414105
 20600000
 70414103
@@ -643,84 +745,61 @@
 67e145f8
 5800622b
 67e145fa
-580002a8
-67e143e9
 202053f3
-18467cff
-20628000
-6048cb29
-20406ee6
-2020828e
-20200293
-2040029c
-20400297
-204002a0
-6848cb29
-20206f0f
-6848cb29
-20406f0f
-2040029a
-2020029c
-d9000006
-20406ebd
-2020021e
-d9000003
-20200298
-58000010
-67f08141
+2435a002
 37d98200
-20600000
-58000080
-67f08141
 37d98200
-37d98200
-2020029e
 20800000
-2055e004
+70808073
+205582f3
 20202003
-20600000
-2040045b
+20400251
+204058df
+20206004
+6fe44713
+2feffe16
+2040df08
+2020542c
+204004ae
 6fe44713
 c289dd60
 c2895d6e
-c28a02af
+c28a0300
 20600000
-204002ba
+2040030b
 20405e43
 20405db4
-204002ce
-204002b7
-204002bd
-204002d6
+2040031d
+20400308
+2040030e
+20400325
 20205daa
 6fe44713
 c4150000
-204004d6
+20400509
 6fe0c666
 67e0ca06
 20600000
 6fe44713
-c29f5dd1
+2feffe3e
+2040ddd1
 20205dcc
 6fe1468e
 d840aa55
 98467c00
-20228343
+20228391
 6049468e
 20405c9c
-6fe0c9a1
-67e0c666
 20405c8c
 58001122
 67e14695
 6fe0ca06
-67e0c666
-20600000
+20205dca
 6fe0c666
 1fe67c00
-202282cb
+2022831b
 1fe67c04
-202282d4
+20228323
 20610000
 70466600
 20600000
@@ -730,47 +809,46 @@
 1a422600
 20405e3d
 6fe149e0
-203a02e4
+203a0333
 67e149de
 1a60a602
 6fe14a00
 9a667c00
-242102e4
+24210333
 1a622400
-202002da
+20200329
 6fe149de
-67e14695
-20600000
+20205e41
 6fe44713
 c289dcb1
 c2895cb9
-c28a02ec
+c28a033a
 20600000
-204002ef
-204002f4
+2040033d
+20400342
 20205cc1
 6fe0c666
 c1000000
-c000831b
-c001032f
+c0008369
+c001037d
 20600000
 6a4149e2
 1a422600
 20405dc0
 6fe0c9a1
-203a0300
+203a034e
 67e0c9a0
 1a60a601
 6fe149e4
 9a667c00
 24610000
 1a622400
-202002f6
+20200344
 6fe0c9a0
 1fe17ef0
-203a030a
+203a0358
 6fe0c666
-20400318
+20400366
 67e0c9a2
 df200001
 1a622400
@@ -778,7 +856,7 @@
 20206b45
 6848c9a0
 6fe0c666
-20400318
+20400366
 98467c00
 20628000
 1ff27e00
@@ -787,9 +865,9 @@
 1a627e00
 684949e2
 98467c00
-20228306
+20228354
 1a60a7ff
-20200306
+20200354
 c1800000
 1fe0fe04
 20600000
@@ -797,14 +875,14 @@
 1a422600
 20405df3
 6fe349b5
-203a0327
+203a0375
 67e349af
 1a60a606
 6fe149f0
 9a667c00
 24610000
 1a622400
-2020031d
+2020036b
 6fe349af
 684b466e
 98467c00
@@ -817,14 +895,14 @@
 1a422600
 20405e17
 6fe349cd
-203a033b
+203a0389
 67e349c7
 1a60a606
 6fe149f8
 9a667c00
 24610000
 1a622400
-20200331
+2020037f
 6fe349c7
 684b467b
 98467c00
@@ -833,21 +911,19 @@
 da20467b
 1a622400
 20206b45
-2040037c
-20400394
-20400347
+204003c8
+204003e0
+20400395
 20205c90
 6fe44713
 c4078000
 6fe0c690
 c0005c94
-c003034d
-20600000
-70469000
+c0035742
 20600000
 6fe44713
 c289dcb5
-c28a0353
+c28a039f
 20600000
 6fe44713
 c4078000
@@ -855,19 +931,19 @@
 1a422600
 20405e51
 6fe0c9d4
-203a0361
+203a03ad
 67e0c9d3
 1a60a601
 6fe149fc
 9a667c00
 24610000
 1a622400
-20200357
+202003a3
 6fe0c9d3
 1fe17ef0
-203a036b
+203a03b7
 6fe0c690
-20400379
+204003c5
 67e0c9d5
 df200001
 1a622400
@@ -875,7 +951,7 @@
 20206b45
 6848c9d3
 6fe0c690
-20400379
+204003c5
 98467c00
 20628000
 1ff27e00
@@ -884,18 +960,18 @@
 1a627e00
 684949fa
 98467c00
-20228367
+202283b3
 1a60a7ff
-20200367
+202003b3
 c1800000
 1fe0fe06
 20600000
 6fe44713
-c29f0383
+c29f03cf
 6fe0c666
 c1000000
-c0008383
-c001038a
+c00083cf
+c00103d6
 20600000
 6fe3466e
 684b46e6
@@ -904,23 +980,23 @@
 6fe342db
 67e3466e
 20600000
-6fe3466e
+6fe3467b
 684b46e6
 98467c00
 24628000
 6fe342db
 1fe0ff00
-67e3466e
+67e3467b
 20600000
-20400394
+204003e0
 20205a9c
 6fe44713
 c30a5c6f
-c29f039c
+c29f03e8
 6fe0c666
 c1000000
-c000839c
-c00103a1
+c00083e8
+c00103ed
 20600000
 6fe34668
 67e34116
@@ -930,19 +1006,18 @@
 6fe34675
 67e34116
 6fe3467b
-67e342db
-20600000
+202003eb
 6fe44713
 c4010000
 c30a5c43
 d8e00002
 20405f04
 20405c4a
-204003ae
+204003f9
 20205ca3
 6fe0c666
-c00083b2
-c00103b7
+c00083fd
+c0010402
 20600000
 6fe30178
 67e34668
@@ -954,7 +1029,7 @@
 6fe342db
 67e3467b
 20600000
-204003d2
+2040041d
 2040614d
 2040553d
 20406110
@@ -972,7 +1047,7 @@
 20405bee
 20405be4
 20405bfb
-204003d5
+20400420
 204056b6
 20405c0e
 20205c05
@@ -980,7 +1055,7 @@
 da405aef
 202042e0
 da60477e
-da4003d8
+da400423
 202042e0
 6fe0c96b
 67e0c0c0
@@ -989,25 +1064,25 @@
 204059ed
 20205c1b
 1a627e00
-c02003f3
-c00a83f8
-c01903ea
-c01e0416
-c01c8427
-c01d042a
-c00a03e7
+c020043e
+c00a8443
+c0190435
+c01e0460
+c01c8470
+c01d0475
+c00a0432
 20205ac3
 58000000
-67e24c04
+67e24c05
 20205ad0
 6fe0c795
-c00083ee
+c0008439
 70484414
-202003f0
+2020043b
 20405aef
 70484405
-6fe0cc03
-67e0cc04
+6fe0cc04
+67e0cc05
 20205af6
 6fe0ca04
 247a0000
@@ -1022,17 +1097,16 @@
 70479400
 d8400006
 6fe44713
-c28d8402
+c28d844d
 d8400007
 604942d3
 604942d5
 7047c200
 70495600
 204029cb
-20200408
 20405b7b
 6fe143ef
-c283840d
+c2838457
 c28042fc
 20205c1a
 6fe143ef
@@ -1041,7 +1115,7 @@
 1fe17e03
 20405b21
 c081d4a9
-6fe0cc07
+6fe0cc08
 243a54a9
 202054cd
 6fe2458f
@@ -1058,94 +1132,102 @@
 684a45e4
 98467c00
 20628000
-20406016
-2040045e
+20400472
 20206042
-20406016
-2040045e
+20400472
 20206084
-20406016
-2040045e
+6fe0ca07
+67e0c141
+20206016
+20400472
 6fe0c87a
 c1008000
 6fe0c600
 243a5ff2
 6fe0c5e2
-c0020435
-c000e05f
-c001843c
+c0028487
+c000847f
+c001848e
 20206055
 6fe44713
+c29f0483
+c2980483
+20206062
+6fe145d6
+67e145de
+7045e205
+20203534
+6fe44713
 c31f6059
 6fe0c71b
 c000e059
 20406018
 70466601
-202054a0
+20205491
 6fe44713
 c31f6059
 c289e059
 c28a6059
 c2896059
-20206034
+20200483
 6fe44713
-c29f0447
+c29f049b
 6fe0c666
-c000044e
+c00004a6
 20205491
+2040619f
+202054b6
 204054ac
-2034044a
-2020602f
+203404a2
+70466600
+6fe14721
+67e145de
+7045e201
+20203534
 6fe0c666
 c0006067
 20405aa8
-20200439
+2020048b
 6fe44713
 c308e02a
 20406195
 204054ac
 20346067
 6fe44713
-c2980456
+c298049d
 20206023
-70466600
-6fe14721
-67e145de
-7045e201
-20203534
 6fe0c141
 67e0ca07
 20600000
-6fe0ca07
-67e0c141
-20600000
 2040620e
 204078aa
-20400465
+204004b5
 20205e61
 6fe0c649
 c17f8000
 da200000
 70497705
 6848c649
-2040046c
+204004bc
 202056c1
 6fe44713
 c295d6de
 6fe0c974
 1fe22600
 6fe0c654
-c07f8473
+c07f84c3
 202056ce
 6fe0c649
 20405946
 6848c649
-20200477
+202004c7
 1a627e00
 67e0c978
 1fe3fe00
 1fe22400
 18422600
+20406ef7
+1a620400
 204055b1
 1a620400
 20406ee6
@@ -1155,13 +1237,10 @@
 204036b4
 24740000
 204036be
-20400488
-6fe1c608
-20203622
+204004d9
+2020361b
 58000000
-79207e15
 67e40016
-58000000
 67e2001e
 20600000
 70460000
@@ -1174,12 +1253,8 @@
 204059ed
 2020622b
 20405a92
-20400488
+204004d9
 204056a9
-6848c654
-20406ef7
-6848c654
-20406ed3
 6fe0c64d
 20405943
 6848c65a
@@ -1187,43 +1262,19 @@
 d8400015
 204055b5
 2040611a
-2040550c
-204054f9
-6848c64a
-20406f0f
-6848c64b
-20406f0f
-6848c65b
-204055b5
-204004af
-202054e5
-6fe1c73c
-67e18670
-df200018
-d8400000
-6fe18670
-2feffe00
-204084bc
-6fe18670
-1fe37e00
-67e18670
-18408401
-c20004b3
-20600000
-18467cff
-20628000
-20206f0b
+20400254
+202054e2
 c6930000
 20405601
 24740000
 6fe0c77c
 70477c00
-245a04d4
+245a0507
 6fe44713
-c30b04c9
+c30b04fc
 6fe0c96c
 243a60b6
-204004cb
+204004fe
 202060a2
 6fe0c659
 c1ff8000
@@ -1234,36 +1285,50 @@
 58000000
 67e24847
 20205a73
-20400488
-2020021e
+204004d9
+2020027a
 6fe44713
 c4150000
-c31fdeb9
+c31f8516
+20400518
+20400512
 6848c65a
-20406ef7
+20406ef3
 6848c65a
-204055b1
+202055b5
 6848c65a
 20406ee6
 2420dec2
 20205ebe
-6fe0c957
-c00604e4
-2020574a
-6fe0c690
-c0005772
-c000d775
-c0015778
-c001d77b
-20600000
+2040050e
+20405ebb
+6848c65a
+20406ef7
+6848c65a
+202055b1
+6fe0c98c
+207a0000
+1fe22200
+1fe67c0b
+242155dd
+204055d6
+204055ee
+1a220400
+18408401
+6048c7a7
+d8a047a9
+204055d3
+6048c369
+d8a0436b
+202055d3
 20405958
 c018595f
 c018d9c6
-c02c04ef
+c02c0530
 20205952
 204059e7
 6fe0c85a
-c02c84f3
+c02c8534
 2020595f
 7049570b
 da604a0b
@@ -1271,11 +1336,11 @@
 6fe0c420
 c1800000
 6fe0c957
-c00584fb
+c005853c
 202059f8
 20405a6d
 6fe0c659
-c07f8501
+c07f8542
 6848c659
 20406ee6
 24608000
@@ -1286,5 +1351,63 @@
 78547c00
 58000000
 67e34847
-204004f6
-20205606
+20400537
+58000089
+204069e4
+20405747
+20405612
+20405617
+20400551
+2020560c
+2040584c
+6fe0c987
+243a5860
+6fe0c982
+243a585f
+20405888
+20400559
+202057ad
+70497900
+70497a00
+70497b00
+1fe22400
+6848c644
+6fe0c647
+98467c00
+2022856b
+6fe0c648
+98467c00
+20228571
+6848c645
+6fe0c647
+98467c00
+2022857a
+204057fb
+2040057f
+202057e5
+6848c645
+6fe0c648
+98467c00
+2022d7d6
+204057ef
+2020057b
+6848c645
+6fe0c647
+98467c00
+20228577
+20400581
+20200569
+20400581
+2040057d
+202057e5
+2040057d
+20400583
+202057e5
+1a417e12
+202057f3
+1a417e0a
+202057f6
+1a417e11
+202057f9
+1a417e12
+202057ff
Index: output/romcode.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/romcode.rom	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/romcode.rom	(working copy)
@@ -919,7 +919,7 @@
 793ffe05
 67f08132
 2435a39d
-20407d74
+20000001
 6602069d
 20600000
 204023a0
@@ -24573,4 +24573,4 @@
 00000000
 00000000
 00000000
-0000def0
\ No newline at end of file
+0000c0a6
\ No newline at end of file
Index: output/sched.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/sched.rom	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/output/sched.rom	(working copy)
@@ -1,9 +1,9 @@
 mem_patch00:
 05   #mem_patch00
 00   #mem_patch01
-33   #mem_patch02
+73   #mem_patch02
 07   #mem_patch03
-20   #mem_patch04
+a0   #mem_patch04
 00   #mem_patch05
 00   #mem_patch06
 00   #mem_patch07
@@ -12,9 +12,9 @@
 00   #mem_patch0a
 00   #mem_patch0b
 00   #mem_patch0c
-73   #mem_patch0d
-88   #mem_patch0e
-a4   #mem_patch0f
+f7   #mem_patch0d
+98   #mem_patch0e
+86   #mem_patch0f
 f2   #mem_patch10
 7d   #mem_patch11
 61   #mem_patch12
@@ -35,7 +35,7 @@
 00   #mem_patch21
 10   #mem_patch22
 04   #mem_patch23
-60   #mem_patch24
+70   #mem_patch24
 00   #mem_patch25
 00   #mem_patch26
 06   #mem_patch27
@@ -49,7 +49,7 @@
 00   #mem_patch2f
 00   #mem_patch30
 00   #mem_patch31
-41   #mem_patch32
+45   #mem_patch32
 a4   #mem_patch33
 00   #mem_patch34
 00   #mem_patch35
@@ -272,12 +272,12 @@
 mem_mouse_sleep_deal_type:00	#00:old version	01 new version	
 mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
 
-mem_mouse_24g_short_sleep_set_4ms:ee 4d 00	#1662us
+mem_mouse_24g_short_sleep_set_4ms:d0 52 00#f0 55 00
 mem_mouse_24g_long_sleep_set_4ms:80 bb 00
 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	#SB:70 11 01	SA:60 ea 00
 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
@@ -343,31 +343,25 @@
 mem_eeprom_block_size:80
 
 #otp write info offset
-mem_otp_offset_dpi:b9 1a										#6841 begin		3level:99count	----------info begin	
-mem_otp_offset_dpi_end:ea 1a								#6890 end
+mem_otp_offset_dpi:21 1c										#7201 begin		3level:99count	----------info begin	
+mem_otp_offset_dpi_end:52 1c								#7250 end
 
-mem_otp_offset_device_flag:eb 1a							#6891 begin		400 count
-mem_otp_offset_device_flag_end:b2 1b						#7090 end
+mem_otp_offset_device_flag:53 1c							#7251 begin		400 count
+mem_otp_offset_device_flag_end:1a 1d						#7450 end
 
-mem_otp_offset_24g_addr:b3 1b								#7091 begin		30 count
-mem_otp_offset_24g_addr_end:2a 1c						#7210 end
+mem_otp_offset_24g_addr:1b 1d								#7451 begin		30 count
+mem_otp_offset_24g_addr_end:92 1d						#7570 end
 
-mem_otp_offset_le_addr1:2b 1c								#7211 begin		30 count
-mem_otp_offset_le_addr1_end:de 1c							#7390 end
+mem_otp_offset_le_addr1:93 1d								#7571 begin		30 count
+mem_otp_offset_le_addr1_end:46 1e						#7750 end
 
-mem_otp_offset_le_locall_addr1:df 1c						#7391 begin		30 count
-mem_otp_offset_le_locall_addr1_end:92 1d				#7570 end
+mem_otp_offset_le_locall_addr1:47 1e						#7751 begin		30 count
+mem_otp_offset_le_locall_addr1_end:fa 1e					#7930 end
 
-mem_otp_offset_le_addr2:93 1d								#7571 begin		30 count
-mem_otp_offset_le_addr2_end:46 1e						#7750 end
+mem_otp_offset_le_addr_increase_count:fb 1e			#7931 begin		89 count
+mem_otp_offset_le_addr_increase_count_end:ac 1f		#8108 end					----------info over	
 
-mem_otp_offset_le_locall_addr2:47 1e						#7751 begin		30 count
-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_app_initflag:ac 1f		#8110 end
+mem_otp_offset_app_initflag:ae 1f		#8110 end
 
 #ui
 mem_ui_button_gpio:ff
@@ -433,7 +427,7 @@
 
 mem_sensor_ka8g2_init_new:
 09 a5
-26 34
+46 34
 19 04
 60 07
 69 04
@@ -470,16 +464,20 @@
 09 5a
 ff 27
 ab 40
-be d1
-a0 41
-a1 12
-a5 84
+b3 56
+9b e6
+a8 12
+a9 c0
+be e6
+a5 af
+a0 21
+a1 02
+b8 10
+b9 0b
 a7 ff
 b5 d0
 b6 00
 ff 00
-35 c8
-25 af
 09 00
 ff ff
 
Index: program/app_mouse.prog
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/app_mouse.prog	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/app_mouse.prog	(working copy)
@@ -342,10 +342,10 @@
 	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
-mouse_setgpio_hibernate_next:
 	call mouse_device_multi_led_all_off
 	call mouse_adc_gpio_set_before_hibernate
 	branch mouse_wheel_gpio_set_before_hibernate
@@ -707,7 +707,7 @@
 	arg mem_le_scan_data+2,contw
 	copy rega,loopcnt
 	call memcpy
-
+mouse_le_name_patch_len_next:
 	arg mem_le_name_patch_len,contr
 	arg mem_le_name_len,contw
 	copy rega,loopcnt
@@ -1085,6 +1085,7 @@
 	bpatch patch0f_3,mem_patch0f
 	call mouse_dpi_ghost_check
 	rtn user
+mouse_dpi_process_next:
 	fetch 1,mem_mouse_dpi
 	
 	copy pdata,temp
@@ -1196,6 +1197,7 @@
 	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
 	fetch 1,mem_mouse_dpi
 	rtnne MOUSE_DPI_LEVEL4
+mouse_dpi_reinit_set:
 	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
 	rtn
 	
@@ -1996,6 +1998,7 @@
 	call mouse_sensor_reset
 	call delay_10ms
 	arg mem_sensor_8650_init,regc
+mouse_sensor_init_end:
 	call mouse_sensor_wr_seq
 	branch mouse_setting_sensor_type
 
@@ -3715,6 +3718,7 @@
 	
 mouse_le_addr_increase_count_load:
 	fetch 2,mem_random_addr_increase_count_temp
+mouse_le_addr_increase_store:
 	store 2,mem_random_addr_increase_count
 	rtn
 
@@ -3880,9 +3884,9 @@
 	bpatch patch12_0,mem_patch12
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
-mouse_switch_gpio_connect_gnd:
 	fetcht 1,mem_device_switch_gpio
 	call mouse_gpio_config_input_pu
+mouse_switch_gpio_connect_gnd:
 	fetcht 1,mem_device_switch_gpio
 	call gpio_get_bit
 	branch mouse_check_select_24g_device,true
@@ -4449,6 +4453,7 @@
 	setarg 0
 	store 2,mem_24g_reconn_timeout	
 	call mouse_stop_discovery
+mouse_24g_pair_mode_check:
 	jam TYPE_MS,mem_24g_data_type
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
@@ -4680,6 +4685,7 @@
 	call timer_check
 	nrtn blank
 	call mouse_dpi_check_once
+mouse_g24_retransmit_event_set:
 	call mouse_dpi_key_check_long_press
 mouse_g24_retransmit_100ms_timer_init:
 	arg 12,queue
Index: program/bt.prog
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/bt.prog	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/bt.prog	(working copy)
@@ -19,7 +19,7 @@
 //define COMPILE_WECHAT
 //define COMPLIE_TEST
 define COMPLIE_ADPCM
-
+define YC1121SB
 INCLUDE "bt_format"
 
 org 0x0000		// start from patch ram address start
@@ -544,6 +544,7 @@
 	nop 60
 	jam 0x20,0x8a20 
 	jam 0xfd,0x8a23 
+set_sync_on_next:
 	jam 0x12,0x8a24 
 	jam 0x10,0x8a24 
 	nop 60
@@ -1275,7 +1276,11 @@
 	set0 gpio_latch,pdata			// enable gpio normal function after load gpio configuration
 	store 1,core_lpm_isogate		
 	nbranch boot_load,wake		// wakeup from hibernate
+ifdef YC1121SB
+	nop 1
+else
 	call clean_smem
+endif
 	storer alarm,4,mem_saved_gpio_in
 	rtn
 
Index: program/g24_protocol_stack/24g_transmitter.prog
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/g24_protocol_stack/24g_transmitter.prog	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/g24_protocol_stack/24g_transmitter.prog	(working copy)
@@ -56,6 +56,7 @@
 	nrtn user
 	call g24_setgpio_lpm_before
 	call clear_wake
+g24_short_sleep_next:
 	fetch 3,mem_24g_short_sleep_set
 	branch g24_long_seep2
 
Index: program/patch.prog
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/patch.prog	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/program/patch.prog	(working copy)
@@ -7,6 +7,7 @@
 //define MORE_POWER_CTRL
 //define ADC_1121SB
 //define ADC_1121SB_1V8_MODE
+//define XTAL_CALP_SET
 define SENSOR_ANGLE_ICE_SDIO
 
 	bbit1 8,pf_patch_ext
@@ -17,23 +18,28 @@
 	beq patch02_1,p_set_sync_on
 	beq patch02_4,p_set_lemode
 	beq patch02_5,p_rf_rx_enable
+	beq patch02_6,p_calc_freq
 	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 patch04_7,p_lpm_adjust_clk
 	beq patch0d_0,p_mouse_cb_fuction
 	beq patch0d_1,p_mouse_load_device_info_check
+	beq patch0d_2,p_mouse_default_init
 	beq patch0d_4,p_mouse_param_init
 ifdef SENSOR_ANGLE_ICE_SDIO	
 	beq patch0d_5,p_mouse_sensor_set_angle
 endif	
 	beq patch0d_6,p_mouse_start_work
+	beq patch0d_7,p_mouse4_0_check_reconn_target
 	beq patch0e_3,p_mouse_setgpio_hibernate
+	beq patch0e_4,p_mouse_lpm_before_common
 	beq patch0e_7,p_mouse_adc_read_start
+	beq patch0f_1,p_mouse_le_name_modify
 	beq patch0f_2,p_mouse_motion	
-	beq patch0f_5,p_mouse_setting_sensor_type
 	beq patch0f_7,p_mouse_3io6key_check
 	beq patch10_1,p_mouse_init_sensor
 	beq patch10_4,p_mouse_buletooth_fast_conn_end
@@ -42,16 +48,16 @@
 	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 patch1a_6,p_gpio_set_wake
 	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
@@ -62,7 +68,8 @@
 
 pf_patch_ext:
 	beq patch22_4,p_le_slave_match
-	beq patch23_2,p_le_got_first_packet
+	beq patch23_2,p_le_got_first_packet_new	//p_le_got_first_packet
+	beq patch24_4,p_le_receive_rxon
 	beq patch24_5,p_le_rx_dec
 	beq patch24_6,p_le_rx_nopayload
 	beq patch27_1,p_le_parse
@@ -70,6 +77,7 @@
 	beq patch29_4,p_le_adv_not_match
 	beq patch29_5,p_le_init_adv
 	beq patch32_0,p_g24_reconn_dispatch
+	beq patch32_2,p_g24_reconn_device_fail
 	beq patch32_6,p_g24_short_sleep
 	beq patch33_2,p_mouse_g24_retransmit
 	beq patch33_5,p_g24_transmit_hop_process
@@ -152,12 +160,28 @@
 	nop 60
 	jam 0x20,0x8a20 
 	jam 0xf5,0x8a23 
-	jam 0x12,0x8a24 
-	jam 0x10,0x8a24 
-	nop 60
-	jam 0x60,0x8a12 
-	jam 0xdd,0x8a23 
-	rtn
+	branch set_sync_on_next
+
+
+p_calc_freq:
+	setarg 2400
+	iadd temp,pdata
+	copy pdata, rega
+	fetcht 1,mem_fcomp_div
+	rshift temp,temp
+	idiv temp
+//	mul32 pdata,12,rega
+	call wait_div_end
+	quotient pdata
+	rshift8 pdata,queue
+	storer queue, 1,0x890a
+	store 1,0x8909
+	branch calc_freq+10
+
+p_set_ck2rfpll:
+	until null,lpo_edge
+	jam 0x58,0x813c
+	branch lpm_write_wait
 
 p_initialize_radio_cont:
 	jam 0,mem_le_testtype
@@ -166,6 +190,7 @@
 	
 	jam 0x0d,0x8946
 	jam 0x10,0x896f
+	jam 0x40,core_rx_cfg0
 	jam 0xcd,0x8a13
 	jam 0x10,0x8a06
 	jam 0x4a,0x8a84
@@ -175,6 +200,7 @@
 //	branch initialize_radio_cont+1
 	//fetch 1,mem_wdt_always_work
 	call wdt_set_disable
+	ncall p_set_ck2rfpll,wake
 
 	until null,lpo_edge
 	jam 0x5f,0x813b 
@@ -204,16 +230,43 @@
 	call p_rfpll_aac_ghpc
 	call p_set_xtal_cap
 	jam SYSTEM_CLK_12M,mem_system_clk
-	branch sadc_calibration
-//	branch p_dpll_ring_ibias_calc
+p_sadc_calibration:
+	rtn wake
+	jam 0x77,core_gpadc_ctrl
+	jam 0xc9,core_gpadc_cfg0
+	jam 0x01,core_gpadc_cfg3
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	nop 3000
+	call p_sadc_read
+	jam 0xc1,core_gpadc_cfg0
+	fetchr regb,1,mem_spi_write_addr
+	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
+	call sadc_cal_read+1
+	fetch 1,mem_spi_write_addr
+	store 1,mem_adc_cal_c7
+	storer regb,1,mem_spi_write_addr
+	rtn
+
+p_sadc_read:
+	jam 0x03,core_sadc_ctrl
+p_sadc_read_wait:
+	fetch 1,core_perf_status
+	bbit0 SARADC_DONE,p_sadc_read_wait
+	fetcht 2,core_sadc_data
+	storet 2,mem_adc_current_value
+	jam 0x00,core_sadc_ctrl
+	rtn
 	
 p_set_xtal_cap:
+ifndef XTAL_CALP_SET 
 	rtn wake
+endif
 	until null,lpo_edge
 	fetch 1,mem_xtal_c_sel
+p_set_xtal_cap_next:
 	store 1,core_xtal_cap
-	until null,lpo_edge
-	rtn
+	branch lpm_write_wait
 	
 p_dpll_on:
 	fetch 1,mem_fcomp_div
@@ -245,6 +298,11 @@
 	jam 0x04,0x8902	
 	branch p_initialize_radio2
 
+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_set_otp_config:
 	branch p_set_otp_config_wake,wake
 	fetch 4,mem_otp_core_ldo
@@ -292,11 +350,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
@@ -378,14 +431,14 @@
 p_set_tx_power_factory:
 	jam 0x17,0x8a14 
 	fetch 3,mem_tx_power_factory_param_new
+p_mouse_tx_power_set:
 	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
+	branch p_mouse_tx_power_set
 
 p_set_tx_power_f35db:
 	jam 0x17,0x8a14 
@@ -488,37 +541,9 @@
 	rtn wake
 	branch rfpll_aac_ghpc+1
 	
-//p_dpll_ring_ibias_calc:
-//	rtn
 
-p_sadc_calibration:
-	rtn wake
-	jam 0x77,core_gpadc_ctrl
-	jam 0xc9,core_gpadc_cfg0
-	jam 0x01,core_gpadc_cfg3
-	fetch 1,mem_adc_clkdiv
-	store 1,core_sadc_clkdiv
-	nop 3000
-	call p_sadc_read
-	jam 0xc1,core_gpadc_cfg0
-	fetchr regb,1,mem_spi_write_addr
-	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
-	call sadc_cal_read+1
-	fetch 1,mem_spi_write_addr
-	store 1,mem_adc_cal_c7
-	storer regb,1,mem_spi_write_addr
-	rtn
 
 
-p_sadc_read:
-	jam 0x03,core_sadc_ctrl
-p_sadc_read_wait:
-	fetch 1,core_perf_status
-	bbit0 SARADC_DONE,p_sadc_read_wait
-	fetcht 2,core_sadc_data
-	storet 2,mem_adc_current_value
-	jam 0x00,core_sadc_ctrl
-	rtn
 	
 
 p_set_lemode:
@@ -561,8 +586,7 @@
 	arg 256,regc
 	iadd regc,pdata
 	rtn
-p_le_got_first_packet:
-	branch p_le_got_first_packet_new
+	
 p_le_slave_match:
 	call p_le_check_retransmit
 	branch le_slave_match+1
@@ -589,8 +613,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
@@ -608,20 +630,10 @@
 	fetch 1,mem_le_conn_rcv_new			//lpm  use retention mem
 	increase 1,pdata
 	store 1,mem_le_conn_rcv_new
-	fetch 1,mem_le_state
-	rtnbit1 lestate_got_first_packet
-	set1 lestate_got_first_packet,pdata
-	store 1,mem_le_state
-	fetch 2,mem_le_init_superto
-	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
+	branch le_got_first_packet+4
+	
 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
@@ -656,6 +668,61 @@
 p_le_init_adv:
 	set0 mark_ble_crc_fail,mark	
 	branch le_init_adv+1
+p_le_receive_rxon:
+	call le_prep
+	bmark0 mark_ble_lr,p_le_receive_nolr
+	pulse dewhiten_code_calc
+	nop 30
+	call le_prep
+	lshift3 timeup,timeup
+p_le_receive_nolr:
+	disable match
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	copy timeup,stop_watch
+	correlate null,timeout
+	branch p_le_receive_on_attempt,attempt
+	copy clke,temp
+	storet 6,mem_sync_clke
+p_le_receive_on_attempt:
+	nbranch le_unsync_end,sync
+	enable swfine
+	fetch 1,mem_le_tx_ifs_defference
+	arg PARAM_20MS_INIT,temp
+	iadd temp,temp
+	fetch 1,mem_system_clk
+	imul32 temp,stop_watch
+	call rf_debug_rx_sync_line	//L-H
+	branch le_receive_skip,attempt
+	call p_calc_clke_all_modem
+	fetch 1,mem_le_state
+	bbit0 lestate_got_first_packet,le_receive_skip
+	call lpm_adjust_clk,wake
+	branch le_receive_skip
+p_calc_clke_all_modem:
+	fetcht  6,mem_sync_clke
+	copy clke,pdata
+	call clk_diff
+	copy pdata,temp
+	call calc_clke_all_modem
+	copy clke,rege
+	copy clke_rt,pdata
+	iadd temp,pdata
+	copy pdata,clke_rt	
+	rtn
+p_lpm_adjust_clk:
+	bmark0 mark_context,lpm_clear_counter
+	fetcht 4,mem_sleep_counter_all
+	arg 0x600,pdata
+	isub temp,null
+	rtn positive				// interval too small
+	copy temp,rega
+	fetcht 6,mem_sync_clke
+	deposit rege
+	call clk_diff_rt
+	copy rega,temp
+	branch lpm_adjust_clk+6
 
 p_le_adv_not_match:
 	call shutdown_radio
@@ -748,17 +815,67 @@
 	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
+	call gpio_get_bit
+	branch p_gpio_set_qdec_mode,true
+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
+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
+	branch lpm_write_wait
+p_mouse_lpm_before_common:
+	call p_clear_wake
+	jam 0,mem_mouse_qdec_set_flag
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	call mouse_lpm_before_common+1
+	call mouse_gpio_pd_idle
+p_mouse_wheel_set_impedance:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_whee_b_data_gpio
+	branch gpio_set_high_impedance
 p_lpm_sleep:
 	//call xtal_fast_wake
-	fetch 2,mem_cb_before_lpm_sleep
-	call callback_func
+//	fetch 2,mem_cb_before_lpm_sleep
+//	call callback_func
+ifdef XTAL_CALP_SET
+	setarg 0x12
+	call p_set_xtal_cap_next
+endif
 p_lpm_sleep_skip_cb_function:
 	fetch 4,mem_sleep_counter_all	// sleep total time, 32k unit
 	iadd temp,pdata
 	store 4,mem_sleep_counter_all
 	call p_lpm_save_context
-	branch lpm_sleep_skip_cb_function+4
+	call p_mouse_puchk_set_check
+	fetch 1,mem_lpm_hv_sel
+	set1 LPM_DOZE_EN_BIT, pdata
+	call lpm_write_sel_hv
+	ncall lpm_preon_counter,wake
+	until null,lpo_edge
+	copy clkn,pdata
+	store 6,mem_sleep_clkn
+	branch lpm_sleep_skip_cb_function+10
+p_mouse_puchk_set_check:
+	fetch 1,mem_mouse_qdec_set_flag
+	branch p_mouse_puchk_disable,blank
+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_lpm_save_context:
 	storer mark,8,mem_saved_mark
@@ -799,10 +916,7 @@
 	arg 0x01f8,temp
 	iand temp,pdata
 	branch p_g24_reconn_dispatch_next,blank
-	fetch 2,mem_24g_reconn_count
-	increase 1,pdata
-	store 2,mem_24g_reconn_count
-	rtn
+	branch g24_reconn_dispatch+5
 
 p_g24_reconn_dispatch_next:
 	call g24_reconn_data_prep
@@ -822,25 +936,40 @@
 
 p_g24_reconn_mode_judge:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,g24_pair_start
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_pair_mode_check
 	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_g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata
+	fetch 1,mem_24g_reconn_type
+	beq PAIR_AND_RECEIVER,p_g24_reconn_pair_and_receiver
+	branch g24_reconn_device_fail+7
+
+p_g24_reconn_pair_and_receiver:
+	branch g24_reconn_receiver_addr,true
+	branch g24_pair_init_param
 
 p_mouse_param_init:
 	call mouse_param_common_init
-	call p_mouse_le_buff_modify
-	branch mouse_param_init+2
 
-p_mouse_le_buff_modify:
 	setarg mem_le_tx_buffer0_omemalloc_new
 	store 2,mem_ble_l2cap_tx_buff0_ptr
 	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
 	store 2,mem_ble_l2cap_tx_buff_size_ptr
-	rtn
+	branch mouse_param_init+2
+p_recv_addr_zero_skip:
+	fetch 4,mem_24g_fast_conn_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	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:
@@ -927,66 +1056,44 @@
 	store 2,mem_cb_24g_transmit_short_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
+//	setarg p_mouse_24g_before_lpm_sleep
+//	store 2,mem_cb_before_lpm_sleep
 	branch mouse_cb_fuction+7
 
-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
-	branch p_gpio_set_low_wake_disable_qdec
-
-p_gpio_set_qdec_mode:
-	call p_mouse_qdec_disable
-	call p_mouse_qdec_lpm_cfg
-	call p_mouse_qdec_enable
-	fetcht 1,mem_mouse_wheel_temp_gpio
-	branch gpio_set_high_impedance
+p_soft_reset:
 
-p_gpio_set_low_wake_disable_qdec:
-	fetcht 1,mem_mouse_wheel_temp_gpio
-	call gpio_set_high_impedance
-	call p_gpio_set_low_wake
-	branch p_mouse_qdec_disable	
 
-p_mouse_qdec_lpm_cfg:
-	arg 6,debug
-p_gpio_wake_cfg_set:
-	call gpio_set_wake_high
-	branch p_lpm_write_gpio_wakeup
 
-p_gpio_set_low_wake:
-	arg 3,debug
-	branch p_gpio_wake_cfg_set
 
-p_mouse_qdec_disable:
-	setarg 0x10			//key_delay: 0x10	pu_delay: 0x00		interval: 0x00
-	store 1,core_puwakeup
-p_mouse_lpo_wait:
+	nbranch soft_reset+1,wake
 	until null,lpo_edge
-	rtn
 
-p_mouse_qdec_enable:
-	setarg 0x80			//key_delay: 0x10	pu_delay: 0x00		interval: 0x00
-	store 1,core_puwakeup
 	until null,lpo_edge
-	until null,lpo_edge		//wait jitter disappear		//acturl 2lpo ok
-	branch p_mouse_lpo_wait
 
-p_soft_reset:
 	clear_stack
-	call mouse_wheel_gpio_init,wake
+	jam 0x73,core_spid_ctrl
+	call p_mouse_wheel_init_set,wake
 	branch soft_reset+2
+p_mouse_wheel_init_set:
+	call p_mouse_puchk_disable
+	call mouse_matrix_public_gpio_reset
+	branch mouse_wheel_gpio_init
+//	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_config_input
 	
-p_mouse_24g_before_lpm_sleep:
-	rtn
+//p_mouse_24g_before_lpm_sleep:
+//	rtn
 //	fetch 1,mem_device_flag
 //	rtnne MODE_24G_DEVICE
 //	branch mouse_24g_before_lpm_sleep+2	
 
+p_mouse_default_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_KEYBOARD,pdata
+	call mouse_customer_key_enable,true
+	branch mouse_default_parm_init
 ifdef SELECT_ANGLE	
 p_mouse_select_angle:
 	fetch 1,mem_select_sensor_angle_gpio
@@ -1074,7 +1181,8 @@
 
 p_mouse_read_otp_device_info:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_read_otp_le_device1
+	isolate1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,pdata
+	call mouse_read_otp_le_device1,true
 	branch mouse_read_otp_device_info
 
 p_mouse_app_initflag_check:
@@ -1085,16 +1193,15 @@
 //	call mouse_app_initflag_check_next
 	storet 2,mem_store_flag
 	call mouse_ble_init_address
-	fetch 1,mem_device_flag_temp
-	store 1,mem_device_flag
+//	fetch 1,mem_device_flag_temp
+//	store 1,mem_device_flag
 	call mouse_load_default_dpi
 	
 	setarg 0x1122
 	store 2,mem_random_addr_increase_count
 p_mouse_device_flag_temp_load:
 	fetch 1,mem_mouse_device_flag_temp		//reinit device flag
-	store 1,mem_device_flag
-	rtn
+	branch mouse_device_flag_load_end
 
 p_mouse_device_flag_check:
 	fetch 1,mem_device_flag
@@ -1126,8 +1233,7 @@
 
 p_mouse_le_addr_increase_count_load:
 	fetch 2,mem_random_addr_increase_count_last
-	store 2,mem_random_addr_increase_count
-	rtn
+	branch mouse_le_addr_increase_store
 
 
 p_mouse_store_device_info:
@@ -1173,7 +1279,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
@@ -1192,10 +1298,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
@@ -1267,11 +1373,8 @@
 	rtnbit0 MOUSE_ENABLE_LOAD_AND_STORE_DPI
 	fetch 1,mem_mouse_dpi
 	beq 0,mouse_otp_load_dpi
-	beq 6,p_mouse_dpi_reinit
-	rtn
+	beq 6,mouse_dpi_reinit_set
 	
-p_mouse_dpi_reinit:
-	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
 	rtn
 
 p_mouse_store_dpi_info_check:
@@ -1354,13 +1457,13 @@
 	rtn
 
 p_mouse_le_addr2_init_check:
-	fetch 6,mem_device1_locall_addr
+	fetch 6,mem_device2_locall_addr
 	fetcht 6,mem_mouse_compare_addr
 	isub temp,null
 	nrtn zero
 	fetch 6,mem_le_lap
 	add pdata,0x0100,pdata
-	store 6,mem_device1_locall_addr
+	store 6,mem_device2_locall_addr
 	rtn
 
 p_mouse_buletooth_fast_conn_end:
@@ -1381,20 +1484,16 @@
 p_mouse_load_le_device1:
 	fetch 6,mem_device1_addr
 	store 6,mem_hci_plap
-//	arg mem_le_ltk,contw
-//	call memcpy16
 	fetch 6,mem_device1_locall_addr
+p_mouse_le_lap_store:
 	store 6,mem_le_lap
 	rtn
 
 p_mouse_load_le_device2:
 	fetch 6,mem_device2_addr
 	store 6,mem_hci_plap
-//	arg mem_le_ltk,contw
-//	call memcpy16
 	fetch 6,mem_device2_locall_addr
-	store 6,mem_le_lap
-	rtn
+	branch p_mouse_le_lap_store
 
 p_mouse_store_remote_bdaddr:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1530,7 +1629,7 @@
 	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
 	jam 0,mem_mouse_clear_sensor_data_flag
 	call le_clr_config_more_data
-	branch p_mouse_bb_disconnected
+//	branch p_mouse_bb_disconnected
 p_mouse_bb_disconnected:
 	call mouse_bb_discon_clear_stack
 	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
@@ -1563,27 +1662,39 @@
 	fetcht 4,mem_24g_fast_conn_addr
 	isub temp,null
 	rtn zero
-	call mouse_soft_agc_disable
 	call p_mouse_fetch_normal_tx_power
 	branch mouse_24g_first_store_reconn_info
 	
 p_mouse_24g_pairing_complete:
-	call mouse_soft_agc_disable
 	call p_mouse_fetch_normal_tx_power
 	branch mouse_24g_pairing_complete
 
+p_mouse_fetch_normal_tx_power:
+	fetch 1,mem_normal_tx_power
+	store 1,mem_tx_power
+	branch mouse_soft_agc_disable
 p_mouse_24g_attempt_fail:
-	call mouse_soft_agc_disable
 	call p_mouse_fetch_normal_tx_power
 	fetch 1,mem_mouse_dpi_button_state
 	rtneq DPI_BUTTON_STATE_DOWN
 	fetch 1,mem_24g_attempt_fail_flag
 	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 PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq PAIR_AND_RECEIVER,p_mouse_24g_auto_pair_attempt_fail
+	beq FAST_CONN_AND_RECEIVER,p_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_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,p_mouse_24g_start_auto_pair
+	branch mouse_24g_fast_conn_attempt_fail+3
+p_mouse_24g_start_auto_pair:
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_RECEIVER,mem_24g_reconn_type
+	branch g24_reconn_start
 
 p_mouse_24g_auto_pair_attempt_fail:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
@@ -1593,7 +1704,7 @@
 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
@@ -1601,7 +1712,7 @@
 	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
+	branch p_mouse_24g_start_auto_pair
 
 p_mouse_start_work:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1610,10 +1721,18 @@
 	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
 	branch mouse_le_fast_conn_judge
 
+p_mouse4_0_check_reconn_target:
+	call mouse_device_le_reconn_led_config
+	branch mouse4_0_check_reconn_target
 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_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_24g_first_start_reconn:
 	fetch 1,mem_device_flag
@@ -1631,22 +1750,12 @@
 	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
 	rtn
 
-p_mouse_fetch_normal_tx_power:
-	fetch 1,mem_normal_tx_power
-	store 1,mem_tx_power
-	rtn
 	
 p_mouse_idle:
 	call mouse_low_voltage_led_no_enter_lpm
@@ -1684,6 +1793,8 @@
 	lshift pdata,pdata
 	copy pdata,regb
 	copy temp,regc
+	call gpio_out_active
+	copy regc,temp
 	call mouse_gpio_config_input_pd
 	copy regc,temp
 	call gpio_get_bit
@@ -1696,15 +1807,12 @@
 	nrtn user
 	call g24_setgpio_lpm_before
 	call p_clear_wake
-	fetch 3,mem_24g_short_sleep_set
-	branch g24_long_seep2
+	branch g24_short_sleep_next
 	
 
 p_clear_wake:
 	setarg 0
-	set1 21,pdata
 	store 8,mem_gpio_wakeup_cfg	//gpio5(ice)enable wake
-	setarg 0
 	store 4,mem_gpio_wakeup_cfg+8
 	rtn
 	
@@ -1724,10 +1832,6 @@
 	call mouse_set_sdio_high
 	call p_clear_wake
 	call mouse_before_hibernate_wheel_gpio_set
-	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
-	call gpio_out_active
-	fetcht 1,mem_matrix_public_gpio
-	call gpio_clr_wake
 	fetch 1,mem_mouse_sensor_sdio_gpio
 	call mouse_gpio_config_output_high
 	
@@ -1737,17 +1841,12 @@
 	call mouse_gpio_config_input_pu
 	
 	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
+	call p_mouse_lpm_before_common
+//	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
@@ -1768,7 +1867,7 @@
 	sub temp,UI_BUTTON_GPIO_DISABLE,null
 	rtn zero
 	branch gpio_set_analog
-
+*/
 p_mouse_24g_package_data:
 	rtnmark0 mark_24g
 	call mouse_motion
@@ -1803,56 +1902,49 @@
 p_mouse_check_select_device_by_switch:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
-	bbit0 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN,mouse_switch_gpio_connect_gnd
-p_mouse_switch_gpio_connect_vin:
+	bbit0 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN,p_mouse_switch_gpio_connect_gnd
+p_mouse_switch_gpio_connect_vin_check:
+	call p_mouse_switch_gpio_pd_set
+	call p_mouse_switch_gpio_connect_vin
+p_mouse_switch_gpio_pu_set:
 	fetcht 1,mem_device_switch_gpio
-	call gpio_out_active
+	call gpio_out_inactive
 	fetcht 1,mem_device_switch_gpio
-	call mouse_gpio_config_input_pd
+	branch mouse_gpio_config_input_pu
+p_mouse_switch_gpio_connect_vin:
 	fetcht 1,mem_device_switch_gpio
 	call gpio_get_bit
 	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_mouse_switch_gpio_connect_gnd:
+	call p_mouse_switch_gpio_pu_set
+	call mouse_switch_gpio_connect_gnd
+p_mouse_switch_gpio_pd_set:
+	fetcht 1,mem_device_switch_gpio
+	call gpio_out_active
+	fetcht 1,mem_device_switch_gpio
+	branch mouse_gpio_config_input_pd
 
-p_pwm_out_set:
-	fetcht 3,mem_pdatatemp+2
-	call p_pwm_clk_set
-	branch pwm_out_set+2
-endif
+p_mouse_le_name_modify:
+	fetch 1,mem_le_name_patch_len
+	rtn blank
+	copy pdata,rega
+	sub pdata,11,null
+	nbranch mouse_le_name_patch_len_overflow,positive
 
-p_mouse_setting_sensor_type:
-	fetch 1,mem_config_sensor_type
-	beq S201X,p_mouse_seting_S201_dpi
-	branch mouse_setting_sensor_type+3
+	call mouse_le_name_clear
+	call mouse_le_name_patch_len_next
 
-p_mouse_seting_S201_dpi:
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,mouse_set_S201_dpi_1	//1600
-	beq MOUSE_DPI_LEVEL2,mouse_set_S201_dpi_2	//2400
-	beq MOUSE_DPI_LEVEL3,mouse_set_S201_dpi_3	//3200
-	beq MOUSE_DPI_LEVEL4,mouse_set_S201_dpi_4  //1000
-	rtn
+	copy rega,temp
+	increase 1,temp
+	storet 1,mem_le_adv_swift_pair+7
+	arg mem_le_adv_swift_pair+9,contw
+	call mouse_le_name_modify_next
+	
+	storet 1,mem_le_scan_data
+	arg mem_le_scan_data+2,contw
+	branch mouse_le_name_modify_next
 
 p_mouse_init_sensor:
 	call mouse_read_sensor_id
@@ -1944,7 +2036,90 @@
 	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
+
+p_mouse_ghost_key_check_R_BK:
+	and regb,MOUSE_R_BK_BUTTON,pdata
+	branch mouse_ghost_key_check_R_BK+1
+
+p_mouse_ghost_key_check_L_FW:
+	and regb,MOUSE_L_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_L_FW+1
+
+p_mouse_ghost_key_check_R_FW:
+	and regb,MOUSE_R_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_R_FW+1
 endif
 
 ifdef ADC_1121SB
@@ -2136,15 +2311,7 @@
 	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
+	branch p_mouse_adc_reference_source_set
 	
 p_enable_adc_reference_source_inter1p8V_vdcdc:
 	call p_sadc_cal_write
@@ -2154,6 +2321,7 @@
 	jam 0x77,core_gpadc_ctrl
 	jam 0x41,core_gpadc_cfg0
 	jam 0x10,0x8ac6			//not div2
+p_mouse_adc_reference_source_set:
 	jam 0x00,core_gpadc_cfg3
 	call sadc_channel
 	fetch 1,mem_adc_clkdiv
Index: sched/mouse.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/sched/mouse.dat	(revision 4369)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt_WK3-8_Dpi4/sched/mouse.dat	(working copy)
@@ -205,12 +205,12 @@
 mem_mouse_sleep_deal_type:00	#00:old version	01 new version	
 mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
 
-mem_mouse_24g_short_sleep_set_4ms:ee 4d 00	#1662us
+mem_mouse_24g_short_sleep_set_4ms:d0 52 00#f0 55 00
 mem_mouse_24g_long_sleep_set_4ms:80 bb 00
 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	#SB:70 11 01	SA:60 ea 00
 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
@@ -276,31 +276,25 @@
 mem_eeprom_block_size:80
 
 #otp write info offset
-mem_otp_offset_dpi:b9 1a										#6841 begin		3level:99count	----------info begin	
-mem_otp_offset_dpi_end:ea 1a								#6890 end
+mem_otp_offset_dpi:21 1c										#7201 begin		3level:99count	----------info begin	
+mem_otp_offset_dpi_end:52 1c								#7250 end
 
-mem_otp_offset_device_flag:eb 1a							#6891 begin		400 count
-mem_otp_offset_device_flag_end:b2 1b						#7090 end
+mem_otp_offset_device_flag:53 1c							#7251 begin		400 count
+mem_otp_offset_device_flag_end:1a 1d						#7450 end
 
-mem_otp_offset_24g_addr:b3 1b								#7091 begin		30 count
-mem_otp_offset_24g_addr_end:2a 1c						#7210 end
+mem_otp_offset_24g_addr:1b 1d								#7451 begin		30 count
+mem_otp_offset_24g_addr_end:92 1d						#7570 end
 
-mem_otp_offset_le_addr1:2b 1c								#7211 begin		30 count
-mem_otp_offset_le_addr1_end:de 1c							#7390 end
+mem_otp_offset_le_addr1:93 1d								#7571 begin		30 count
+mem_otp_offset_le_addr1_end:46 1e						#7750 end
 
-mem_otp_offset_le_locall_addr1:df 1c						#7391 begin		30 count
-mem_otp_offset_le_locall_addr1_end:92 1d				#7570 end
+mem_otp_offset_le_locall_addr1:47 1e						#7751 begin		30 count
+mem_otp_offset_le_locall_addr1_end:fa 1e					#7930 end
 
-mem_otp_offset_le_addr2:93 1d								#7571 begin		30 count
-mem_otp_offset_le_addr2_end:46 1e						#7750 end
+mem_otp_offset_le_addr_increase_count:fb 1e			#7931 begin		89 count
+mem_otp_offset_le_addr_increase_count_end:ac 1f		#8108 end					----------info over	
 
-mem_otp_offset_le_locall_addr2:47 1e						#7751 begin		30 count
-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_app_initflag:ac 1f		#8110 end
+mem_otp_offset_app_initflag:ae 1f		#8110 end
 
 #ui
 mem_ui_button_gpio:ff
@@ -366,7 +360,7 @@
 
 mem_sensor_ka8g2_init_new:
 09 a5
-26 34
+46 34
 19 04
 60 07
 69 04
@@ -403,16 +397,20 @@
 09 5a
 ff 27
 ab 40
-be d1
-a0 41
-a1 12
-a5 84
+b3 56
+9b e6
+a8 12
+a9 c0
+be e6
+a5 af
+a0 21
+a1 02
+b8 10
+b9 0b
 a7 ff
 b5 d0
 b6 00
 ff 00
-35 c8
-25 af
 09 00
 ff ff
 
